Resolve many build warnings
[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 DEFINES = -DDTLIB $(LOCAL_DEFINES) \
20           -DCDE_INSTALLATION_TOP='"$(CDE_INSTALLATION_TOP)"' \
21           -DCDE_CONFIGURATION_TOP='"$(CDE_CONFIGURATION_TOP)"' \
22           -DCDE_USER_TOP='"$(CDE_USER_TOP)"' \
23           -DOSMAJORVERSION=OSMajorVersion \
24           -DOSMINORVERSION=OSMinorVersion \
25           $(ICONV_INBUF_DEFINE) $(BIT_ORDER_DEFINES)
26
27 #ifdef SCOArchitecture
28 /* ilscalesample.o breaks the MS loader.  Remove it for now */
29 all:: ilscalesample.o libXvh.a
30 #endif
31
32 SRCS =  ilX.c                ilbigray.c           ilcodec.c \
33         ilcontext.c          ilconvert.c          ilcrop.c \
34         ildata.c             ildecompg3.c         ildecompg4.c \
35         ildecompjpeg.c       ildecomplzw.c        ildecomppackbits.c \
36         ildecompress.c       ildither.c           ilformat.c \
37         ilgraybi.c           ilimage.c            ilinvert.c \
38         iljpgdecode.c        iljpgdecodejif.c     iljpgdedct.c \
39         iljpgdehuff.c        iljpgutil.c          ilmap.c \
40         ilobject.c           ilpalette.c          ilpipe.c \
41         ilrwimage.c          ilscale.c            ilscalesample.c \
42         iltiff.c             iltiffread.c         iltruegray.c \
43         ilupsample.c         ilutiljpeg.c         ilycbcr.c
44
45 /* WARNING!!!!
46  * Any .o's added to this list need to be added to IL_OBJS in the
47  * parent (DtHelp) Imakefile.
48  */
49 OBJS =  ilX.o                ilbigray.o           ilcodec.o \
50         ilcontext.o          ilconvert.o          ilcrop.o \
51         ildata.o             ildecompg3.o         ildecompg4.o \
52         ildecompjpeg.o       ildecomplzw.o        ildecomppackbits.o \
53         ildecompress.o       ildither.o           ilformat.o \
54         ilgraybi.o           ilimage.o            ilinvert.o \
55         iljpgdecode.o        iljpgdecodejif.o     iljpgdedct.o \
56         iljpgdehuff.o        iljpgutil.o          ilmap.o \
57         ilobject.o           ilpalette.o          ilpipe.o \
58         ilrwimage.o          ilscale.o            ilscalesample.o \
59         iltiff.o             iltiffread.o         iltruegray.o \
60         ilupsample.o         ilutiljpeg.o         ilycbcr.o
61
62 #include <Library.tmpl>
63
64 SubdirLibraryRule($(OBJS))
65
66 /* MS Compiler bug, remove when we go to USL compiler */
67 #ifdef SCOArchitecture
68 SpecialFlagsObjectRule(iltiff,-Oi -DUSE_INLINE_CODE)
69 #endif
70
71 DependTarget()