summaryrefslogtreecommitdiff
path: root/support/xlatex/Imakefile.irix
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.irix
Initial commit
Diffstat (limited to 'support/xlatex/Imakefile.irix')
-rw-r--r--support/xlatex/Imakefile.irix38
1 files changed, 38 insertions, 0 deletions
diff --git a/support/xlatex/Imakefile.irix b/support/xlatex/Imakefile.irix
new file mode 100644
index 0000000000..5f64cbae9b
--- /dev/null
+++ b/support/xlatex/Imakefile.irix
@@ -0,0 +1,38 @@
+#
+# 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
+DEFINES= -D BSD_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)
+