Initial import of the CDE 2.1.30 sources from the Open Group.
This commit is contained in:
33
cde/programs/dtprintinfo/UI/Imakefile
Normal file
33
cde/programs/dtprintinfo/UI/Imakefile
Normal file
@@ -0,0 +1,33 @@
|
||||
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()
|
||||
Reference in New Issue
Block a user