44fc8028d5bc6a8e3e593c0740f378feb70aac4d
[oweals/cde.git] / cde / programs / dtprintinfo / UI / Imakefile
1 XCOMM $XConsortium: Imakefile /main/6 1996/04/21 19:50:41 drk $
2 #define DoNormalLib     YES
3 #define DoSharedLib     NO
4 #define DoDebugLib      NO
5 #define DoProfileLib    NO
6 #define LibName         DtPrintinfo
7 #define LibHeaders      NO
8 #define LibInstall      NO
9  
10 #define CplusplusSource YES
11 DEPEND_DEFINES = $(CXXDEPENDINCLUDES)
12
13 INCLUDES = -I. -I.. -I../libUI -I../libUI/MotifUI -I../objects -I../util -I../objects -I../objects/PrintObj
14
15 #ifdef RsArchitecture
16 DEFINES = -DHAS_EXCEPTIONS
17 #endif
18
19 SRCS =  DtActions.C     DtApp.C         DtDetailsLabel.C \
20         DtFindD.C       DtFindSet.C     DtMainW.C \
21         DtPrinterIcon.C DtProps.C       DtPrtJobIcon.C \
22         DtPrtProps.C    DtSetModList.C  DtSetPref.C \
23         DtWorkArea.C
24
25 OBJS =  DtActions.o     DtApp.o         DtDetailsLabel.o \
26         DtFindD.o       DtFindSet.o     DtMainW.o \
27         DtPrinterIcon.o DtProps.o       DtPrtJobIcon.o \
28         DtPrtProps.o    DtSetModList.o  DtSetPref.o \
29         DtWorkArea.o
30
31 #include <Library.tmpl>
32
33 DependTarget()