Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 1684 → Rev 1686

/demos/branches/xen/newtrace/nosave/Makefile/makefile
1,16 → 1,9
#
#
#
APPS:= nosave
 
ifndef BASE
BASE=../../..
endif
include $(BASE)/config/config.mk
S?=../../../
include $(S)/mk/App.mk
 
PROGS = nosave
 
include $(BASE)/config/example.mk
 
nosave:
make -f $(SUBMAKE) BASE=$(BASE) APP=nosave INIT= OTHEROBJS="initfile.o" OTHERINCL= SHARKOPT="__LINUXC26__ __PCI__ __INPUT__"
make -f $(S)/Makefile APP=nosave OTHEROBJS="initfile.o" \
OTHERINCL= SHARKOPT="__LINUXC26__ __PCI__ __INPUT__"