summaryrefslogtreecommitdiff
path: root/support/xlatex/Imakefile.ok
blob: 768736d796c17c54e67afa340525123ebbdbeac0 (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
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)