Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 1684 → Rev 1686

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