Subversion Repositories shark

Rev

Rev 1247 | 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=nload INIT= OTHEROBJS="fsfinit.o initfile.o shark.o event.o" OTHERINCL= SHARKOPT="__OLDCHAR__ __FIRST__"
        gcc -o lread.o -c lread.c
        gcc -o lparser.o -c lparser.c
        gcc -o event_gen event_gen.c lparser.o lread.o