summaryrefslogtreecommitdiff
path: root/graphics/mma2ltx/makefile.msc
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /graphics/mma2ltx/makefile.msc
Initial commit
Diffstat (limited to 'graphics/mma2ltx/makefile.msc')
-rw-r--r--graphics/mma2ltx/makefile.msc44
1 files changed, 44 insertions, 0 deletions
diff --git a/graphics/mma2ltx/makefile.msc b/graphics/mma2ltx/makefile.msc
new file mode 100644
index 0000000000..320e646d89
--- /dev/null
+++ b/graphics/mma2ltx/makefile.msc
@@ -0,0 +1,44 @@
+#
+# Makefile for Microsoft C
+#
+# mma2ltx v1.21
+#
+# Copyright (C) 1994, 1995 by Giuseppe Ghibo`
+#
+# Latest revision: 16 May 1995
+#
+
+LATEX = TEX386 &lplain
+DVIPS = DVIPS32
+CC = cl
+
+CFLAGS = /AL /Od
+
+all: mma2ltx.exe extpro.exe mysample.ps
+
+mma2ltx.exe: mma2ltx.c
+ $(CC) $(CFLAGS) mma2ltx.c
+
+extpro.exe: extpro.c
+ $(CC) $(CFLAGS) extpro.c
+
+mysample.ps: mysample.dvi
+ $(DVIPS) mysample.dvi
+
+mysample.dvi: mysample.tex mypic.tex
+ $(LATEX) mysample.tex
+
+mypic.tex: mypic.ps mma2ltx.exe
+ mma2ltx -ucm -w10cm -sfootnotesize mypic.ps
+
+clean:
+ - $(RM) *.obj
+ - $(RM) *.log
+ - $(RM) *.aux
+ - $(RM) *.dvi
+
+veryclean: clean
+ - $(RM) mma2ltx.exe
+ - $(RM) extpro.exe
+ - $(RM) mypic.eps
+ - $(RM) mypic.tex