]> 4ch.mooo.com Git - 16.git/blobdiff - makefile
exmm test~
[16.git] / makefile
index 9c6738c1711e673bcc8350aea5a14fe8bd83ef69..d49ccf9e743813405f6c37773de92eea2c8724ec 100644 (file)
--- a/makefile
+++ b/makefile
@@ -16,9 +16,9 @@ EXMMLIB=$(SRCLIB)exmm$(DIRSEP)
 WCPULIB=$(SRCLIB)wcpu$(DIRSEP)\r
 \r
 16LIBOBJS = 16_in.$(OBJ) wcpu.$(OBJ) lib_head.$(OBJ) scroll16.$(OBJ) 16text.$(OBJ)\r
-GFXLIBOBJS = modex16.$(OBJ) bitmap.$(OBJ) planar.$(OBJ)
+GFXLIBOBJS = modex16.$(OBJ) bitmap.$(OBJ) planar.$(OBJ)\r
 \r
-all: 16.exe test.exe pcxtest.exe test2.exe scroll.exe palettec.exe maptest.exe maptest0.exe emsdump.exe emmtest.exe fmemtest.exe fonttest.exe inputest.exe\r
+all: 16.exe test.exe pcxtest.exe test2.exe scroll.exe palettec.exe maptest.exe maptest0.exe emsdump.exe emmtest.exe fmemtest.exe fonttest.exe inputest.exe exmmtest.exe\r
 \r
 #\r
 #executables\r
@@ -37,17 +37,11 @@ test2.exe: test2.$(OBJ) 16.lib
        wcl $(FLAGS) test2.$(OBJ) 16.lib\r
 \r
 fonttest.exe: fonttest.$(OBJ) 16.lib\r
-       wcl $(FLAGS) fonttest.$(OBJ) 16.lib
-
+       wcl $(FLAGS) fonttest.$(OBJ) 16.lib\r
+\r
 inputest.exe: inputest.$(OBJ) 16.lib\r
        wcl $(FLAGS) inputest.$(OBJ) 16.lib\r
 \r
-16text.$(OBJ): $(SRCLIB)16text.c\r
-       wcl -c $(SRCLIB)16text.c\r
-\r
-fonttest.$(OBJ): $(SRC)fonttest.c\r
-       wcl -c $(SRC)fonttest.c\r
-\r
 pcxtest.exe: pcxtest.$(OBJ) 16.lib\r
        wcl $(FLAGS) pcxtest.$(OBJ) 16.lib\r
 \r
@@ -69,6 +63,9 @@ emsdump.exe: emsdump.$(OBJ) memory.$(OBJ)
 fmemtest.exe: fmemtest.$(OBJ)# memory.$(OBJ)\r
        wcl $(FLAGS) $(MFLAGS) fmemtest.$(OBJ)# memory.$(OBJ)\r
 \r
+exmmtest.exe: exmmtest.$(OBJ) 16_mm.$(OBJ)\r
+        wcl $(FLAGS) $(MFLAGS) exmmtest.$(OBJ) 16_mm.$(OBJ)\r
+\r
 #\r
 #executable's objects\r
 #\r
@@ -100,17 +97,23 @@ emsdump.$(OBJ): $(SRC)emsdump.c
        wcl $(FLAGS) $(MFLAGS) -c $(SRC)emsdump.c\r
 \r
 fmemtest.$(OBJ): $(SRC)fmemtest.c\r
-       wcl $(FLAGS) $(MFLAGS) -c $(SRC)fmemtest.c
-
+       wcl $(FLAGS) $(MFLAGS) -c $(SRC)fmemtest.c\r
+\r
+fonttest.$(OBJ): $(SRC)fonttest.c\r
+       wcl -c $(SRC)fonttest.c\r
+\r
 inputest.$(OBJ): $(SRC)inputest.c\r
        wcl $(FLAGS) -c $(SRC)inputest.c\r
 \r
+exmmtest.$(OBJ): $(SRC)exmmtest.c\r
+       wcl $(FLAGS) $(MFLAGS) -c $(SRC)exmmtest.c\r
+\r
 #\r
 #non executable objects libraries\r
 #\r
 16.lib: $(16LIBOBJS) gfx.lib\r
-       wlib -b 16.lib $(16LIBOBJS) gfx.lib
-
+       wlib -b 16.lib $(16LIBOBJS) gfx.lib\r
+\r
 gfx.lib: $(GFXLIBOBJS)\r
        wlib -b gfx.lib $(GFXLIBOBJS)\r
 \r
@@ -132,15 +135,21 @@ scroll16.$(OBJ): $(SRCLIB)scroll16.h $(SRCLIB)scroll16.c
 wcpu.$(OBJ): $(WCPULIB)wcpu.h $(WCPULIB)wcpu.c\r
        wcl $(FLAGS) -c $(WCPULIB)wcpu.c\r
 \r
+16text.$(OBJ): $(SRCLIB)16text.c\r
+       wcl -c $(SRCLIB)16text.c\r
+\r
 mapread.$(OBJ): $(SRCLIB)mapread.h $(SRCLIB)mapread.c 16.lib\r
        wcl $(FLAGS) -c $(SRCLIB)mapread.c 16.lib\r
 \r
 fmapread.$(OBJ): $(SRCLIB)fmapread.h $(SRCLIB)fmapread.c 16.lib\r
-       wcl $(FLAGS) $(MFLAGS) -c $(SRCLIB)fmapread.c 16.lib
-
-16_in.$(OBJ): $(SRCLIB)16_in.h $(SRCLIB)16_in.c
+       wcl $(FLAGS) $(MFLAGS) -c $(SRCLIB)fmapread.c 16.lib\r
+\r
+16_in.$(OBJ): $(SRCLIB)16_in.h $(SRCLIB)16_in.c\r
        wcl $(FLAGS) -c $(SRCLIB)16_in.c\r
 \r
+16_mm.$(OBJ): $(SRCLIB)16_mm.h $(SRCLIB)16_mm.c\r
+       wcl $(FLAGS) $(MFLAGS) -c $(SRCLIB)16_mm.c\r
+\r
 lib_head.$(OBJ): $(SRCLIB)lib_head.h $(SRCLIB)lib_head.c\r
        wcl $(FLAGS) -c $(SRCLIB)lib_head.c\r
 \r
@@ -151,8 +160,8 @@ farjsmn.$(OBJ): $(JSMNLIB)farjsmn.h $(JSMNLIB)farjsmn.c
        wcl $(FLAGS) $(MFLAGS) -c $(JSMNLIB)farjsmn.c\r
 \r
 memory.$(OBJ): $(EXMMLIB)memory.h $(EXMMLIB)memory.c\r
-       wcl $(FLAGS) $(MFLAGS) -c $(EXMMLIB)memory.c
-
+       wcl $(FLAGS) $(MFLAGS) -c $(EXMMLIB)memory.c\r
+\r
 #\r
 #other~\r
 #\r