Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 1684 → Rev 1686

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