]> 4ch.mooo.com Git - 16.git/blobdiff - 16/x_/makefile
clear
[16.git] / 16 / x_ / makefile
diff --git a/16/x_/makefile b/16/x_/makefile
deleted file mode 100755 (executable)
index eb7bf62..0000000
+++ /dev/null
@@ -1,82 +0,0 @@
-#\r
-# MODEX library makefile (for Borland MAKE)\r
-# Copyright (c) 1993,1994 by Alessandro Scotti\r
-#\r
-LIBINCS = MODEX.DEF\r
-\r
-LIBOBJS = MXBB.OBJ \\r
-          MXCC.OBJ \\r
-          MXCG.OBJ \\r
-          MXCL.OBJ \\r
-          MXCR.OBJ \\r
-          MXFB.OBJ \\r
-          MXFP.OBJ \\r
-          MXGC.OBJ \\r
-          MXGI.OBJ \\r
-          MXGM.OBJ \\r
-          MXGP.OBJ \\r
-          MXGV.OBJ \\r
-          MXHL.OBJ \\r
-          MXIT.OBJ \\r
-          MXLL.OBJ \\r
-          MXLN.OBJ \\r
-          MXOT.OBJ \\r
-          MXPB.OBJ \\r
-          MXPF.OBJ \\r
-          MXPG.OBJ \\r
-          MXPI.OBJ \\r
-          MXPN.OBJ \\r
-          MXPP.OBJ \\r
-          MXRA.OBJ \\r
-          MXRP.OBJ \\r
-          MXSA.OBJ \\r
-          MXSC.OBJ \\r
-          MXSI.OBJ \\r
-          MXSL.OBJ \\r
-          MXSM.OBJ \\r
-          MXSP.OBJ \\r
-          MXSS.OBJ \\r
-          MXTL.OBJ \\r
-          MXVS.OBJ \\r
-          MXWD.OBJ \\r
-          MXWM.OBJ \\r
-          MXWP.OBJ \\r
-          MXWR.OBJ\r
-\r
-#\r
-# ASM compiler\r
-#\r
-ASMC = tasm\r
-ASMO = /m5 /zi\r
-#/p\r
-\r
-#\r
-# PAS compiler\r
-#\r
-PASC = tpc\r
-PASO = /m -$D- -$L- -$S-\r
-\r
-#\r
-# LIB maker, uses response file\r
-#\r
-LIBC = tlib\r
-\r
-.asm.obj:\r
-        $(ASMC) $(ASMO) $<\r
-\r
-target: modex.lib\r
-# modex.tpu modex.tpp\r
-\r
-#modex.tpu: $(LIBOBJS) modex.pas\r
-#        $(PASC) $(PASO) modex\r
-#        copy modex.tpu ..\r
-#        copy modex.pas ..\r
-\r
-#modex.tpp: $(LIBOBJS) modex.pas\r
-#        $(PASC) /cp $(PASO) modex\r
-#        copy modex.tpp ..\r
-\r
-modex.lib: modex.lbr $(LIBOBJS)\r
-        $(LIBC) modex.lib @modex.lbr\r
-\r
-$(LIBOBJS):   modex.def\r