Begin removal of some Imakefiles, and other no longer useful cruft
This commit will not completely remove all Imake files, specifically those for sections that have not been completed yet. Also, the databases dir has been moved to databases-delete-later until we have everything building and installed properly.
This commit is contained in:
@@ -1,50 +0,0 @@
|
||||
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 -DMULTIBYTE -DI18N_MSG
|
||||
#endif
|
||||
DEPEND_DEFINES = $(DEPENDDEFINES)
|
||||
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()
|
||||
Reference in New Issue
Block a user