FUCK\r
*.err\r
*.ERR\r
+makefile~\r
!boop.sh\r
img\r
!.git/config\r
openfiles: /dos/z/16/src/palettec.c:179:0:0:
openfiles: /dos/z/16/src/pcxtest.c:1431:2127:0:
openfiles: /dos/z/16/src/scroll.c:3841:2952:0:
-openfiles: /dos/z/16/src/fmemtest.c:415:0:0:
+openfiles: /dos/z/16/src/fmemtest.c:150:0:0:
openfiles: /dos/z/16/src/emmtest.c:732:160:0:
-openfiles: /dos/z/16/src/fartest.c:948:0:0:
+openfiles: /dos/z/16/src/emsdump.c:456:0:0:
openfiles: /dos/z/16/src/maptest.c:69:0:0:
openfiles: /dos/z/16/src/maptest0.c:253:85:0:
openfiles: /dos/z/16/src/test.c:0:0:0:
openfiles: /dos/z/16/src/lib/mapread.h:285:23:0:
openfiles: /dos/z/16/src/lib/jsmn/jsmn.c:4073:3697:0:
openfiles: /dos/z/16/src/lib/jsmn/jsmn.h:1635:826:0:
-openfiles: /dos/z/16/src/lib/exmm/memory.c:496:0:1:
+openfiles: /dos/z/16/src/lib/exmm/memory.c:496:0:0:
openfiles: /dos/z/16/src/lib/exmm/memory.h:0:0:0:
openfiles: /dos/z/16/src/lib/exmm/emmsize.h:0:0:0:
openfiles: /dos/z/16/src/lib/exmm/emmret.h:0:0:0:
-openfiles: /dos/z/16/makefile:143:0:0:
+openfiles: /dos/z/16/makefile:2267:2340:1:
openfiles: /dos/z/16/src/lib/types.h:165:0:0:
snr_recursion_level: 0
convertcolumn_horizontally: 0
JSMNLIB=$(SRCLIB)jsmn$(DIRSEP)
EXMMLIB=$(SRCLIB)exmm$(DIRSEP)\r
\r
-all: test.exe pcxtest.exe test2.exe scroll.exe maptest.exe maptest0.exe fartest.exe emmtest.exe fmemtest.exe\r
+all: test.exe pcxtest.exe test2.exe scroll.exe maptest.exe maptest0.exe emsdump.exe emmtest.exe fmemtest.exe\r
#
#executables
emmtest.exe: emmtest.obj memory.obj
wcl $(FLAGS) emmtest.obj memory.obj
-fartest.exe: fartest.obj memory.obj
- wcl $(FLAGS) fartest.obj memory.obj
+emsdump.exe: emsdump.obj memory.obj
+ wcl $(FLAGS) emsdump.obj memory.obj
+
+fmemtest.exe: fmemtest.obj# memory.obj
+ wcl $(FLAGS) fmemtest.obj# memory.obj
#
#executable's objects
emmtest.obj: $(SRC)emmtest.c\r
wcl $(FLAGS) -c $(SRC)emmtest.c\r
-fartest.obj: $(SRC)fartest.c\r
- wcl $(FLAGS) -c $(SRC)fartest.c
+emsdump.obj: $(SRC)emsdump.c\r
+ wcl $(FLAGS) -c $(SRC)emsdump.c
fmemtest.obj: $(SRC)fmemtest.c\r
wcl $(FLAGS) -c $(SRC)fmemtest.c
JSMNLIB=$(SRCLIB)jsmn$(DIRSEP)
EXMMLIB=$(SRCLIB)exmm$(DIRSEP)\r
\r
-all: test.exe pcxtest.exe test2.exe scroll.exe maptest.exe maptest0.exe fartest.exe emmtest.exe\r
-\r
+all: test.exe pcxtest.exe test2.exe scroll.exe maptest.exe maptest0.exe fartest.exe emmtest.exe fmemtest.exe\r
+
+#
+#executables
+#\r
scroll.exe: scroll.obj modex16.obj dos_kb.obj bitmap.obj mapread.obj jsmn.obj lib_head.obj\r
wcl $(FLAGS) scroll.obj modex16.obj dos_kb.obj bitmap.obj mapread.obj jsmn.obj lib_head.obj# 16/lib/x/modex.lib\r
scroll.obj: $(SRC)scroll.c\r
fartest.exe: fartest.obj memory.obj
wcl $(FLAGS) fartest.obj memory.obj
-\r
+fmemtest.exe: fmemtest.obj# memory.obj
+ wcl $(FLAGS) fmemtest.obj# memory.obj
+
+#
+#executable's objects
+#\r
test.obj: $(SRC)test.c $(SRCLIB)modex16.h\r
wcl $(FLAGS) -c $(SRC)test.c\r
\r
fartest.obj: $(SRC)fartest.c\r
wcl $(FLAGS) -c $(SRC)fartest.c
-\r
+fmemtest.obj: $(SRC)fmemtest.c\r
+ wcl $(FLAGS) -c $(SRC)fmemtest.c
+
+#
+#non executable objects libraries
+#\r
modex16.obj: $(SRCLIB)modex16.h $(SRCLIB)modex16.c\r
wcl $(FLAGS) -c $(SRCLIB)modex16.c\r
\r
memory.obj: $(EXMMLIB)memory.h $(EXMMLIB)memory.c\r
wcl $(FLAGS) -c $(EXMMLIB)memory.c
-\r
+
+#
+#other~
+#\r
clean: .symbolic\r
# @$(REMOVECOMMAND) *.obj\r
@$(REMOVECOMMAND) *.OBJ\r