#include <SEP.defs>

default& : Hello
	@echo "programs in here are used through out the paper"


#define PROG Hello.o 
Hello: Hello.r ../Lib/MTYPE/libexample.a
	cake PROG
	FLINK(PROG,Hello)

../Lib/MTYPE/libexample.a: if not {{  cd ../Lib ; cake -q }}
	! cd ../Lib ; cake 


clean&: jclean
	-RM_CMD Hello

#include <SEP.obj.rules>
#include <SEP.prog.rules>
#include <SEP.idoc.rules>
