aboutsummaryrefslogtreecommitdiffstats
path: root/objdefs.dos
diff options
context:
space:
mode:
authorfishsoupisgood <github@madingley.org>2019-05-27 02:41:51 +0100
committerfishsoupisgood <github@madingley.org>2019-05-27 02:41:51 +0100
commit333b605b2afd472b823aeda0adf0e8b1ea9843c0 (patch)
treebc8f581317897e2e53f278f1716b4471fcdccd4f /objdefs.dos
downloadasl-master.tar.gz
asl-master.tar.bz2
asl-master.zip
initial commit from asl-1.41r8.tar.gzHEADmaster
Diffstat (limited to 'objdefs.dos')
-rw-r--r--objdefs.dos14
1 files changed, 14 insertions, 0 deletions
diff --git a/objdefs.dos b/objdefs.dos
new file mode 100644
index 0000000..35ff5b3
--- /dev/null
+++ b/objdefs.dos
@@ -0,0 +1,14 @@
+CODE_OBJECTS = $(CODE_SRCS:.c=.obj)
+ST_OBJECTS = $(ST_SRCS:.c=.obj)
+NLS_OBJECTS = $(NLS_SRCS:.c=.obj)
+ASM_OBJECTS = $(ASM_SRCS:.c=.obj)
+AS_OBJECTS = $(AS_SRCS:.c=.obj)
+PLIST_OBJECTS = $(PLIST_SRCS:.c=.obj)
+PBIND_OBJECTS = $(PBIND_SRCS:.c=.obj)
+P2HEX_OBJECTS = $(P2HEX_SRCS:.c=.obj)
+P2BIN_OBJECTS = $(P2BIN_SRCS:.c=.obj)
+RESCOMP_OBJECTS = $(RESCOMP_SRCS:.c=.obj)
+TEX2DOC_OBJECTS = $(TEX2DOC_SRCS:.c=.obj)
+TEX2HTML_OBJECTS = $(TEX2HTML_SRCS:.c=.obj)
+UNUMLAUT_OBJECTS = $(UNUMLAUT_SRCS:.c=.obj)
+OBJEXTENSION = obj