Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 1684 → Rev 1686

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