Subversion Repositories shark

Rev

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

Rev Author Line No. Line
1319 giacomo 1
#
2
#
3
#
4
 
5
ifndef BASE
6
BASE=../../..
7
endif
8
include $(BASE)/config/config.mk
9
 
1320 giacomo 10
PROGS=  dumper testdump
1319 giacomo 11
 
12
include $(BASE)/config/example.mk
13
 
14
OBJS= "initfile.o"
15
 
16
dumper:
17
	make -f $(SUBMAKE) BASE=$(BASE) APP=dumper INIT= OTHEROBJS=$(OBJS) SHARKOPT="__OLDCHAR__"
18
 
1320 giacomo 19
testdump:
20
	make -f $(SUBMAKE) BASE=$(BASE) APP=testdump INIT= OTHEROBJS=$(OBJS) SHARKOPT="__OLDCHAR__"
21