Subversion Repositories shark

Rev

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

Rev Author Line No. Line
1199 giacomo 1
#
2
#
3
#
4
 
5
ifndef BASE
6
BASE=../..
7
endif
8
include $(BASE)/config/config.mk
9
 
1247 giacomo 10
PROGS = nload
1199 giacomo 11
 
12
include $(BASE)/config/example.mk
13
 
1247 giacomo 14
nload:
1255 giacomo 15
	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__"
1199 giacomo 16
 
1255 giacomo 17
allclean:
18
 
19
	rm -f common/*.o
20
	rm -f shark/*.o
21
	rm -f generators/*.o
22
	rm -f common/nload
23