From 333b605b2afd472b823aeda0adf0e8b1ea9843c0 Mon Sep 17 00:00:00 2001 From: fishsoupisgood Date: Mon, 27 May 2019 02:41:51 +0100 Subject: initial commit from asl-1.41r8.tar.gz --- makedefs.str | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 makedefs.str (limited to 'makedefs.str') diff --git a/makedefs.str b/makedefs.str new file mode 100644 index 0000000..b5d40d1 --- /dev/null +++ b/makedefs.str @@ -0,0 +1,41 @@ +ioerrs.$(OBJEXTENSION): ioerrs.rsc + +ioerrs.msg ioerrs.rsc: ioerrs.res header.res $(RESCOMPTARGET) + $(CURRDIR)$(RESCOMPTARGET) ioerrs.res ioerrs.msg ioerrs.rsc + +cmdarg.$(OBJEXTENSION): cmdarg.rsc + +cmdarg.msg cmdarg.rsc: cmdarg.res header.res $(RESCOMPTARGET) + $(CURRDIR)$(RESCOMPTARGET) cmdarg.res cmdarg.msg cmdarg.rsc + +toolutils.$(OBJEXTENSION): tools.rsc + +tools.msg tools.rsc: tools.res header.res $(RESCOMPTARGET) + $(CURRDIR)$(RESCOMPTARGET) tools.res tools.msg tools.rsc + +as.$(OBJEXTENSION) asminclist.$(OBJEXTENSION) asmmac.$(OBJEXTENSION) asmpars.$(OBJEXTENSION) asmsub.$(OBJEXTENSION): as.rsc + +as.msg as.rsc: as.res header.res $(RESCOMPTARGET) + $(CURRDIR)$(RESCOMPTARGET) as.res as.msg as.rsc + +plist.$(OBJEXTENSION): plist.rsc + +plist.msg plist.rsc: plist.res tools2.res header.res $(RESCOMPTARGET) + $(CURRDIR)$(RESCOMPTARGET) plist.res plist.msg plist.rsc + +pbind.$(OBJEXTENSION): pbind.rsc + +pbind.msg pbind.rsc: pbind.res tools2.res header.res $(RESCOMPTARGET) + $(CURRDIR)$(RESCOMPTARGET) pbind.res pbind.msg pbind.rsc + +p2hex.$(OBJEXTENSION): p2hex.rsc + +p2hex.msg p2hex.rsc: p2hex.res tools2.res header.res $(RESCOMPTARGET) + $(CURRDIR)$(RESCOMPTARGET) p2hex.res p2hex.msg p2hex.rsc + +p2bin.$(OBJEXTENSION): p2bin.rsc + +p2bin.msg p2bin.rsc: p2bin.res tools2.res header.res $(RESCOMPTARGET) + $(CURRDIR)$(RESCOMPTARGET) p2bin.res p2bin.msg p2bin.rsc + +tex2doc.$(OBJEXTENSION): ushyph.h grhyph.h -- cgit v1.2.3