Initial import of the CDE 2.1.30 sources from the Open Group.

This commit is contained in:
Peter Howkins
2012-03-10 18:21:40 +00:00
commit 83b6996daa
18978 changed files with 3945623 additions and 0 deletions

49
cde/lib/DtPrint/Imakefile Normal file
View File

@@ -0,0 +1,49 @@
XCOMM $XConsortium: Imakefile /main/11 1996/10/31 02:09:04 cde-hp $
#define DoNormalLib NormalLibDtPrint
#define DoSharedLib SharedLibDtPrint
#define DoDebugLib DebugLibDtPrint
#define DoProfileLib ProfileLibDtPrint
#define LibName DtPrint
#define SoRev SODTPRINTREV
#define IncSubdir Dt
#ifndef DtPrintDefines
# define DtPrintDefines -DXK_MISCELLANY -DMULTIBYTE -DI18N_MSG
#endif
DEFINES = DtPrintDefines
INCLUDES = -I.
#ifdef SharedDtPrintReqs
REQUIREDLIBS = SharedDtPrintReqs
#endif
HEADERS = \
PrintMsgsP.h \
PrintDlgMgrP.h \
Print.h \
PrintI.h \
PrintOptionsP.h \
PrintSetupBP.h \
PsubDefProcI.h \
PsubUtilI.h \
dtpdmd.h
SRCS = \
PrintMsgs.c \
PrintDlgMgr.c \
PrintOptions.c \
PrintSetupB.c \
PsubDefProc.c \
PsubUtil.c
OBJS = \
PrintMsgs.o \
PrintDlgMgr.o \
PrintOptions.o \
PrintSetupB.o \
PsubDefProc.o \
PsubUtil.o
#include <Library.tmpl>
DependTarget()