Remove Unixware and openserver support
[oweals/cde.git] / cde / lib / DtHelp / il / Imakefile
1 XCOMM $XConsortium: Imakefile /main/1 1996/11/22 11:15:01 drk $
2 #define DoNormalLib     NormalLibDtHelp
3 #define DoSharedLib     SharedLibDtHelp
4 #define DoDebugLib      DebugLibDtHelp
5 #define DoProfileLib    ProfileLibDtHelp
6 #define LibName         DtHelp
7 #define SoRev           SODTHELPREV
8 #define LibHeaders      NO
9 #define LibCreate       NO
10 #define LargePICTable   YES
11
12 #include <Threads.tmpl>
13
14 #if defined(LSBBitOrder) && LSBBitOrder
15 BIT_ORDER_DEFINES = -DLSB_BIT_ORDER
16 #endif
17
18 INCLUDES = -I. -I..
19 DEPEND_DEFINES = $(DEPENDDEFINES)
20 DEFINES = -DDTLIB $(LOCAL_DEFINES) \
21           -DCDE_INSTALLATION_TOP='"$(CDE_INSTALLATION_TOP)"' \
22           -DCDE_CONFIGURATION_TOP='"$(CDE_CONFIGURATION_TOP)"' \
23           -DCDE_USER_TOP='"$(CDE_USER_TOP)"' \
24           -DOSMAJORVERSION=OSMajorVersion \
25           -DOSMINORVERSION=OSMinorVersion \
26           $(ICONV_INBUF_DEFINE) $(BIT_ORDER_DEFINES)
27
28 SRCS =  ilX.c                ilbigray.c           ilcodec.c \
29         ilcontext.c          ilconvert.c          ilcrop.c \
30         ildata.c             ildecompg3.c         ildecompg4.c \
31         ildecompjpeg.c       ildecomplzw.c        ildecomppackbits.c \
32         ildecompress.c       ildither.c           ilformat.c \
33         ilgraybi.c           ilimage.c            ilinvert.c \
34         iljpgdecode.c        iljpgdecodejif.c     iljpgdedct.c \
35         iljpgdehuff.c        iljpgutil.c          ilmap.c \
36         ilobject.c           ilpalette.c          ilpipe.c \
37         ilrwimage.c          ilscale.c            ilscalesample.c \
38         iltiff.c             iltiffread.c         iltruegray.c \
39         ilupsample.c         ilutiljpeg.c         ilycbcr.c
40
41 /* WARNING!!!!
42  * Any .o's added to this list need to be added to IL_OBJS in the
43  * parent (DtHelp) Imakefile.
44  */
45 OBJS =  ilX.o                ilbigray.o           ilcodec.o \
46         ilcontext.o          ilconvert.o          ilcrop.o \
47         ildata.o             ildecompg3.o         ildecompg4.o \
48         ildecompjpeg.o       ildecomplzw.o        ildecomppackbits.o \
49         ildecompress.o       ildither.o           ilformat.o \
50         ilgraybi.o           ilimage.o            ilinvert.o \
51         iljpgdecode.o        iljpgdecodejif.o     iljpgdedct.o \
52         iljpgdehuff.o        iljpgutil.o          ilmap.o \
53         ilobject.o           ilpalette.o          ilpipe.o \
54         ilrwimage.o          ilscale.o            ilscalesample.o \
55         iltiff.o             iltiffread.o         iltruegray.o \
56         ilupsample.o         ilutiljpeg.o         ilycbcr.o
57
58 #include <Library.tmpl>
59
60 SubdirLibraryRule($(OBJS))
61
62 DependTarget()