Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 1686 → Rev 1684

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