summaryrefslogtreecommitdiff
path: root/support/xlatex/Imakefile
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/xlatex/Imakefile
Initial commit
Diffstat (limited to 'support/xlatex/Imakefile')
-rw-r--r--support/xlatex/Imakefile39
1 files changed, 39 insertions, 0 deletions
diff --git a/support/xlatex/Imakefile b/support/xlatex/Imakefile
new file mode 100644
index 0000000000..768736d796
--- /dev/null
+++ b/support/xlatex/Imakefile
@@ -0,0 +1,39 @@
+#
+# Imakefile for xlatex
+#
+
+#ifdef BandAidCompiler
+#include BandAidCompiler
+#endif
+
+# Problem with the test below :
+# The DEFINES= -DIRIX must be set manually in the Makefile for IRIX
+# #if (OSName == IRIX)
+# DEFINES= -DIRIX
+# #endif
+
+#ifdef HPArchitecture
+DEFINES= -DHPUX
+#endif
+
+#if OSMajorVersion == 5
+CC=gcc
+DEFINES= -DBSD_COMP
+#endif
+
+DEPLIBS = XawClientDepLibs
+LOCAL_LIBRARIES = XawClientLibs
+
+SRCS = xlatex.c
+OBJS = xlatex.o
+
+XLATEX_BITMAPS = xlatex.editer xlatex.visionner xlatex.faconner \
+ xlatex.imprimer xlatex.statut xlatex.quitter \
+ xlatex.dvips xlatex.dessiner
+
+ComplexProgramTarget(xlatex)
+BuildIncludes($(XLATEX_BITMAPS),bitmaps,..)
+InstallAppDefaults(Xlatex)
+INSTALLFLAGS = $(INSTINCFLAGS)
+InstallMultiple($(XLATEX_BITMAPS),$(INCDIR)/bitmaps)
+