Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 1684 → Rev 1686

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