# makefile for System: demongame, target simulation include sctworld/makeoptions default: demongame$(sctEXTENSION) cleano demongame$(sctEXTENSION): \ demongame$(sctOEXTENSION) $(sctLD) $(sctLDFLAGS) \ demongame$(sctOEXTENSION) \ sctworld/sctworld.o \ -o demongame$(sctEXTENSION) demongame$(sctOEXTENSION): \ ../example/demongame.c $(sctCC) $(sctCPPFLAGS) $(sctCCFLAGS) \ $(sctIFDEF) $(sctPOSTOFLAGS) \ -o demongame$(sctOEXTENSION) \ ../example/demongame.c cleano: rm demongame$(sctOEXTENSION)