Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 1689 → Rev 1690

/demos/trunk/pse51/makefile
File deleted
/demos/trunk/pse51/Makefile
0,0 → 1,23
APPS:= ptest1 ptest2 ptest3 ptest4 ptest5 ptest6
 
S?=../../
include $(S)/mk/App.mk
 
ptest1:
make -f $(S)/Makefile APP=ptest1 OTHEROBJS="pinit.o" SHARKOPT=
 
ptest2:
make -f $(S)/Makefile APP=ptest2 OTHEROBJS="pinit.o" SHARKOPT=
 
ptest3:
make -f $(S)/Makefile APP=ptest3 OTHEROBJS="pinit.o" SHARKOPT=
 
ptest4:
make -f $(S)/Makefile APP=ptest4 OTHEROBJS="pinit.o" SHARKOPT=
 
ptest5:
make -f $(S)/Makefile APP=ptest5 OTHEROBJS="pinit.o" SHARKOPT=
 
ptest6:
make -f $(S)/Makefile APP=ptest6 OTHEROBJS="pinit.o" SHARKOPT=