56 lines
1.7 KiB
Plaintext
56 lines
1.7 KiB
Plaintext
XCOMM $XConsortium: Imakefile /main/1 1996/11/22 11:15:32 drk $
|
|
#define DoNormalLib NormalLibDtHelp
|
|
#define DoSharedLib SharedLibDtHelp
|
|
#define DoDebugLib DebugLibDtHelp
|
|
#define DoProfileLib ProfileLibDtHelp
|
|
#define LibName DtHelp
|
|
#define SoRev SODTHELPREV
|
|
#define LibHeaders NO
|
|
#define LibCreate NO
|
|
#define LargePICTable YES
|
|
|
|
#include <Threads.tmpl>
|
|
|
|
#if defined(LSBBitOrder) && LSBBitOrder
|
|
BIT_ORDER_DEFINES = -DLSB_BIT_ORDER
|
|
#endif
|
|
|
|
INCLUDES = -I. -I..
|
|
DEFINES = -DDTLIB $(LOCAL_DEFINES) \
|
|
-DCDE_INSTALLATION_TOP='"$(CDE_INSTALLATION_TOP)"' \
|
|
-DCDE_CONFIGURATION_TOP='"$(CDE_CONFIGURATION_TOP)"' \
|
|
-DCDE_USER_TOP='"$(CDE_USER_TOP)"' \
|
|
-DOSMAJORVERSION=OSMajorVersion \
|
|
-DOSMINORVERSION=OSMinorVersion \
|
|
$(ICONV_INBUF_DEFINE) $(BIT_ORDER_DEFINES)
|
|
|
|
SRCS = jcomapi.c jdmainct.c jidctflt.c \
|
|
jdapimin.c jdmarker.c jidctfst.c \
|
|
jdapistd.c jdmaster.c jidctint.c \
|
|
jdatasrc.c jdmerge.c jidctred.c \
|
|
jdcoefct.c jdphuff.c jmemmgr.c \
|
|
jdcolor.c jdpostct.c jmemnobs.c \
|
|
jddctmgr.c jdsample.c jquant1.c \
|
|
jdhuff.c jdtrans.c jquant2.c \
|
|
jdinput.c jerror.c jutils.c
|
|
|
|
/* WARNING!!!!
|
|
* Any .o's added to this list need to be added to JPEG_OBJS in the
|
|
* parent (DtHelp) Imakefile.
|
|
*/
|
|
OBJS = jcomapi.o jdmainct.o jidctflt.o \
|
|
jdapimin.o jdmarker.o jidctfst.o \
|
|
jdapistd.o jdmaster.o jidctint.o \
|
|
jdatasrc.o jdmerge.o jidctred.o \
|
|
jdcoefct.o jdphuff.o jmemmgr.o \
|
|
jdcolor.o jdpostct.o jmemnobs.o \
|
|
jddctmgr.o jdsample.o jquant1.o \
|
|
jdhuff.o jdtrans.o jquant2.o \
|
|
jdinput.o jerror.o jutils.o
|
|
|
|
#include <Library.tmpl>
|
|
|
|
SubdirLibraryRule($(OBJS))
|
|
|
|
DependTarget()
|