Cleanup of -Wpointer-compare warnings.
[oweals/cde.git] / cde / lib / DtPrint / Imakefile
1 XCOMM $XConsortium: Imakefile /main/11 1996/10/31 02:09:04 cde-hp $
2 #define DoNormalLib     NormalLibDtPrint
3 #define DoSharedLib     SharedLibDtPrint
4 #define DoDebugLib      DebugLibDtPrint
5 #define DoProfileLib    ProfileLibDtPrint
6 #define LibName         DtPrint
7 #define SoRev           SODTPRINTREV
8 #define IncSubdir       Dt
9
10 #ifndef DtPrintDefines
11 # define DtPrintDefines         -DMULTIBYTE -DI18N_MSG
12 #endif
13 DEPEND_DEFINES = $(DEPENDDEFINES)
14 DEFINES = DtPrintDefines
15 INCLUDES = -I.
16
17 #ifdef SharedDtPrintReqs
18 REQUIREDLIBS = SharedDtPrintReqs
19 #endif
20
21 HEADERS = \
22         PrintMsgsP.h \
23         PrintDlgMgrP.h \
24         Print.h \
25         PrintI.h \
26         PrintOptionsP.h \
27         PrintSetupBP.h \
28         PsubDefProcI.h \
29         PsubUtilI.h \
30         dtpdmd.h
31
32 SRCS = \
33         PrintMsgs.c \
34         PrintDlgMgr.c \
35         PrintOptions.c \
36         PrintSetupB.c \
37         PsubDefProc.c \
38         PsubUtil.c
39
40 OBJS = \
41         PrintMsgs.o \
42         PrintDlgMgr.o \
43         PrintOptions.o \
44         PrintSetupB.o \
45         PsubDefProc.o \
46         PsubUtil.o
47
48 #include <Library.tmpl>
49
50 DependTarget()