|
|
| version 1.2, 2003/12/08 06:24:03 | version 1.3, 2003/12/27 02:29:44 |
|---|---|
| Line 36 HEADERS = $(TARGET)/compiler.h $(BASE)/ | Line 36 HEADERS = $(TARGET)/compiler.h $(BASE)/ |
| $(COMMON)/_memory.h $(COMMON)/rect.h $(COMMON)/lstarray.h \ | $(COMMON)/_memory.h $(COMMON)/rect.h $(COMMON)/lstarray.h \ |
| $(TARGET)/trace.h | $(TARGET)/trace.h |
| CPUCORES = $(I386C)/cpucore.h $(I386C)/memory.h | |
| PCCORES = $(BASE)/pccore.h $(BASE)/nevent.h | PCCORES = $(BASE)/pccore.h $(BASE)/nevent.h |
| IOCORES = $(IO)/iocore.h $(IO)/artic.h $(IO)/cgrom.h $(IO)/cpuio.h \ | IOCORES = $(IO)/iocore.h $(IO)/artic.h $(IO)/cgrom.h $(IO)/cpuio.h \ |
| Line 105 NP2OBJ = $(OBJ)/strres.o $(OBJ)/milstr. | Line 107 NP2OBJ = $(OBJ)/strres.o $(OBJ)/milstr. |
| $(OBJ)/font.o $(OBJ)/fontdata.o $(OBJ)/fontpc88.o \ | $(OBJ)/font.o $(OBJ)/fontdata.o $(OBJ)/fontpc88.o \ |
| $(OBJ)/fontpc98.o $(OBJ)/fontv98.o $(OBJ)/fontfm7.o \ | $(OBJ)/fontpc98.o $(OBJ)/fontv98.o $(OBJ)/fontfm7.o \ |
| $(OBJ)/fontx1.o $(OBJ)/fontx68k.o $(OBJ)/fontmake.o \ | $(OBJ)/fontx1.o $(OBJ)/fontx68k.o $(OBJ)/fontmake.o \ |
| $(OBJ)/cmver.o $(OBJ)/dipswbmp.o \ | $(OBJ)/cmjasts.o $(OBJ)/cmver.o $(OBJ)/dipswbmp.o \ |
| $(OBJ)/np2.o $(OBJ)/np2arg.o $(OBJ)/dosio.o \ | $(OBJ)/np2.o $(OBJ)/np2arg.o $(OBJ)/dosio.o \ |
| $(OBJ)/trace.o $(OBJ)/commng.o $(OBJ)/fontmng.o \ | $(OBJ)/trace.o $(OBJ)/commng.o $(OBJ)/fontmng.o \ |
| $(OBJ)/joymng.o $(OBJ)/mousemng.o $(OBJ)/scrnmng.o \ | $(OBJ)/joymng.o $(OBJ)/mousemng.o $(OBJ)/scrnmng.o \ |
| Line 703 $(OBJ)/fontmake.o : $(FONT)/fontmake.c $ | Line 705 $(OBJ)/fontmake.o : $(FONT)/fontmake.c $ |
| $(OBJ)/cmjasts.o : $(GENERIC)/cmjasts.c $(HEADERS) $(CPUCORES) \ | |
| $(TARGET)/commng.h $(SOUND)/sound.h \ | |
| $(GENERIC)/cmjasts.h | |
| $(CC) $(COPT) -o $@ $< | |
| $(OBJ)/cmver.o : $(GENERIC)/cmver.c $(HEADERS) $(TARGET)/commng.h \ | $(OBJ)/cmver.o : $(GENERIC)/cmver.c $(HEADERS) $(TARGET)/commng.h \ |
| $(SOUND)/sound.h $(VERMOUTH)/vermouth.h \ | $(SOUND)/sound.h $(VERMOUTH)/vermouth.h \ |
| $(GENERIC)/keydisp.h $(GENERIC)/cmver.h | $(GENERIC)/keydisp.h $(GENERIC)/cmver.h |