Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 1690 → Rev 1689

/demos/trunk/helloworld/Makefile
File deleted
/demos/trunk/helloworld/makefile
0,0 → 1,13
#
 
ifndef BASE
BASE=../..
endif
include $(BASE)/config/config.mk
 
PROGS = hello
 
include $(BASE)/config/example.mk
 
hello:
make -f $(SUBMAKE) APP=hello INIT= OTHEROBJS="initfile.o" OTHERINCL= SHARKOPT=