34 lines
885 B
Plaintext
34 lines
885 B
Plaintext
XCOMM $XConsortium: Imakefile /main/6 1996/04/21 19:50:41 drk $
|
|
#define DoNormalLib YES
|
|
#define DoSharedLib NO
|
|
#define DoDebugLib NO
|
|
#define DoProfileLib NO
|
|
#define LibName DtPrintinfo
|
|
#define LibHeaders NO
|
|
#define LibInstall NO
|
|
|
|
#define CplusplusSource YES
|
|
DEPEND_DEFINES = $(CXXDEPENDINCLUDES)
|
|
|
|
INCLUDES = -I. -I.. -I../libUI -I../libUI/MotifUI -I../objects -I../util -I../objects -I../objects/PrintObj
|
|
|
|
#ifdef RsArchitecture
|
|
DEFINES = -DHAS_EXCEPTIONS
|
|
#endif
|
|
|
|
SRCS = DtActions.C DtApp.C DtDetailsLabel.C \
|
|
DtFindD.C DtFindSet.C DtMainW.C \
|
|
DtPrinterIcon.C DtProps.C DtPrtJobIcon.C \
|
|
DtPrtProps.C DtSetModList.C DtSetPref.C \
|
|
DtWorkArea.C
|
|
|
|
OBJS = DtActions.o DtApp.o DtDetailsLabel.o \
|
|
DtFindD.o DtFindSet.o DtMainW.o \
|
|
DtPrinterIcon.o DtProps.o DtPrtJobIcon.o \
|
|
DtPrtProps.o DtSetModList.o DtSetPref.o \
|
|
DtWorkArea.o
|
|
|
|
#include <Library.tmpl>
|
|
|
|
DependTarget()
|