Subversion Repositories shark

Rev

Rev 1254 | Blame | Compare with Previous | Last modification | View Log | RSS feed

#
#
#

ifndef BASE
BASE=../..
endif
include $(BASE)/config/config.mk

PROGS = nload

include $(BASE)/config/example.mk

nload:
        make -f $(SUBMAKE) APP="./common/nload" INIT= OTHEROBJS="./generators/event.o ./shark/initfile.o ./shark/shark.o ./shark/fsfinit.o" OTHERINCL="-I. -I./shark" SHARKOPT="__OLDCHAR__ __FIRST__"

allclean:

        rm -f common/*.o
        rm -f shark/*.o
        rm -f generators/*.o
        rm -f common/nload