summaryrefslogtreecommitdiff
path: root/support/xlatex/Imakefile.irix
blob: 5f64cbae9b9a3cf98e77331ba41d7db61eb95b9f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
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)