# makefile for System: DemonGame sctAUTOCFGDEP = sctCOMPFLAGS = -DXUSE_GENERIC_FUNC !include $(SCTDIR)\make.opt default: DemonGame$(sctEXTENSION) DemonGame$(sctEXTENSION): \ DemonGame$(sctOEXTENSION) \ $(sctLINKKERNELDEP) $(sctLD) @&&! $(sctLDFLAGS) \ -eDemonGame$(sctEXTENSION) \ DemonGame$(sctOEXTENSION) $(sctLINKKERNEL) ! DemonGame$(sctOEXTENSION): \ DemonGame.c $(sctCC) @&&! $(sctCPPFLAGS) $(sctCCFLAGS) \ $(sctIFDEF) \ -oDemonGame$(sctOEXTENSION) \ DemonGame.c !