Initial import of the CDE 2.1.30 sources from the Open Group.
[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         -DXK_MISCELLANY -DMULTIBYTE -DI18N_MSG
12 #endif
13 DEFINES = DtPrintDefines
14 INCLUDES = -I.
15
16 #ifdef SharedDtPrintReqs
17 REQUIREDLIBS = SharedDtPrintReqs
18 #endif
19
20 HEADERS = \
21         PrintMsgsP.h \
22         PrintDlgMgrP.h \
23         Print.h \
24         PrintI.h \
25         PrintOptionsP.h \
26         PrintSetupBP.h \
27         PsubDefProcI.h \
28         PsubUtilI.h \
29         dtpdmd.h
30
31 SRCS = \
32         PrintMsgs.c \
33         PrintDlgMgr.c \
34         PrintOptions.c \
35         PrintSetupB.c \
36         PsubDefProc.c \
37         PsubUtil.c
38
39 OBJS = \
40         PrintMsgs.o \
41         PrintDlgMgr.o \
42         PrintOptions.o \
43         PrintSetupB.o \
44         PsubDefProc.o \
45         PsubUtil.o
46
47 #include <Library.tmpl>
48
49 DependTarget()