summaryrefslogtreecommitdiff
path: root/support/glosstex/Makefile.unx
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 /support/glosstex/Makefile.unx
Initial commit
Diffstat (limited to 'support/glosstex/Makefile.unx')
-rw-r--r--support/glosstex/Makefile.unx60
1 files changed, 60 insertions, 0 deletions
diff --git a/support/glosstex/Makefile.unx b/support/glosstex/Makefile.unx
new file mode 100644
index 0000000000..8492c5476f
--- /dev/null
+++ b/support/glosstex/Makefile.unx
@@ -0,0 +1,60 @@
+# -*- Makefile -*-
+# automatically generated from Makefile.m4
+
+# ======================================================================
+# you may need to set some of these
+# ======================================================================
+
+
+
+CFLAGS += -Wall -ansi -pedantic
+
+
+CC = cc
+SHELL = /bin/bash
+THISDIR = ./
+
+
+
+LATEXENV = TEXINPUTS=.:
+LATEX = $(LATEXENV) latex
+
+
+
+# ======================================================================
+# you shouldn't need to touch anything below
+# ======================================================================
+
+TEXAUX = *.aux *.lof *.lot *.log *.toc *.glo
+GLOSSTEXAUX = *.gxs *.gxg
+MAKEINDEXAUX = *.glg *.glx *.ilg *.ind
+
+
+O=\
+ database.o\
+ error.o\
+ labels.o\
+ list.o\
+ main.o\
+ version.o
+
+DTX=\
+ glosstex.sty\
+ glosstex.std\
+ glosstex.ist\
+ glosstex.gdf
+
+C=$(O:%.o=%.c)
+
+all: glosstex$(EXE) $(DTX)
+
+glosstex: $(O)
+ $(CC) $(LDFLAGS) $(O) $(LOADLIBS) -o $@
+
+
+
+$(DTX): glosstex.dtx glosstex.ins
+ $(LATEX) glosstex.ins
+
+
+