Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 1684 → Rev 1686

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