Subversion Repositories shark

Rev

Rev 1250 | Go to most recent revision | 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="./shark/initfile.o ./shark/shark.o ./shark/fsfinit.o" OTHERINCL= SHARKOPT="__OLDCHAR__ __FIRST__"