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,52 +0,0 @@
|
||||
XCOMM $XConsortium: Imakefile /main/6 1996/08/20 14:48:43 drk $
|
||||
XCOMM (c) Copyright 1996 Digital Equipment Corporation.
|
||||
XCOMM (c) Copyright 1993-1994,1996 Hewlett-Packard Company.
|
||||
XCOMM (c) Copyright 1993-1994,1996 International Business Machines Corp.
|
||||
XCOMM (c) Copyright 1993-1994,1996 Sun Microsystems, Inc.
|
||||
XCOMM (c) Copyright 1993-1994,1996 Novell, Inc.
|
||||
XCOMM (c) Copyright 1996 FUJITSU LIMITED.
|
||||
XCOMM (c) Copyright 1996 Hitachi.
|
||||
|
||||
#define DoNormalLib NormalLibDtSvc
|
||||
#define DoSharedLib SharedLibDtSvc
|
||||
#define DoDebugLib DebugLibDtSvc
|
||||
#define DoProfileLib ProfileLibDtSvc
|
||||
#define LibName DtSvc
|
||||
#define SoRev SODTSVCREV
|
||||
#define LibHeaders NO
|
||||
#define LibCreate NO
|
||||
|
||||
#define CplusplusSource YES
|
||||
DEPEND_DEFINES = $(CXXDEPENDINCLUDES) $(DEPENDDEFINES)
|
||||
|
||||
#include <Threads.tmpl>
|
||||
|
||||
#ifndef DtSvcDefines
|
||||
# define DtSvcDefines -DMULTIBYTE
|
||||
#endif
|
||||
DEFINES = DtSvcDefines
|
||||
INCLUDES = -I. -I../include
|
||||
|
||||
#if defined(RsArchitecture)
|
||||
CXXEXTRA_DEFINES = -qlanglvl=compat
|
||||
#endif
|
||||
|
||||
SRCS = buf.C filegen.C mbschr.C \
|
||||
pathcollapse.C shellscan.C strend.C \
|
||||
strhash.C stringio.C strtokx.C \
|
||||
strwcmp.C privbuf.C strcase.C
|
||||
|
||||
/* WARNING!!!!
|
||||
* Any .o's added to this list need to be added to DTCODELIBS_OBJS3
|
||||
* and SHARED_DTCODELIBS_OBJS3 in the DtSvc Imakefile.
|
||||
*/
|
||||
OBJS = buf.o filegen.o mbschr.o \
|
||||
pathcollapse.o shellscan.o strend.o \
|
||||
strhash.o stringio.o strtokx.o \
|
||||
strwcmp.o privbuf.o strcase.o
|
||||
|
||||
#include <Library.tmpl>
|
||||
|
||||
SubdirLibraryRule($(OBJS))
|
||||
|
||||
DependTarget()
|
||||
@@ -1,58 +0,0 @@
|
||||
XCOMM $XConsortium: Imakefile /main/7 1996/08/22 09:10:00 rswiston $
|
||||
XCOMM (c) Copyright 1996 Digital Equipment Corporation.
|
||||
XCOMM (c) Copyright 1993-1994,1996 Hewlett-Packard Company.
|
||||
XCOMM (c) Copyright 1993-1994,1996 International Business Machines Corp.
|
||||
XCOMM (c) Copyright 1993-1994,1996 Sun Microsystems, Inc.
|
||||
XCOMM (c) Copyright 1993-1994,1996 Novell, Inc.
|
||||
XCOMM (c) Copyright 1996 FUJITSU LIMITED.
|
||||
XCOMM (c) Copyright 1996 Hitachi.
|
||||
|
||||
#define DoNormalLib NormalLibDtSvc
|
||||
#define DoSharedLib SharedLibDtSvc
|
||||
#define DoDebugLib DebugLibDtSvc
|
||||
#define DoProfileLib ProfileLibDtSvc
|
||||
#define LibName DtSvc
|
||||
#define SoRev SODTSVCREV
|
||||
#define LibHeaders NO
|
||||
#define LibCreate NO
|
||||
|
||||
#include <Threads.tmpl>
|
||||
|
||||
#ifndef DtSvcDefines
|
||||
# define DtSvcDefines -DMULTIBYTE
|
||||
#endif
|
||||
DEPEND_DEFINES = $(DEPENDDEFINES)
|
||||
DEFINES = DtSvcDefines \
|
||||
-DCDE_CONFIGURATION_TOP=\"$(CDE_CONFIGURATION_TOP)\" \
|
||||
-DCDE_INSTALLATION_TOP=\"$(CDE_INSTALLATION_TOP)\" \
|
||||
-DCDE_LOGFILES_TOP=\"$(CDE_LOGFILES_TOP)/tmp\"
|
||||
|
||||
INCLUDES = -I. -I../include -I../DtUtil2 $(TIRPCINC)
|
||||
|
||||
|
||||
SRCS = MemoryMgr.c SbEvent.c Symbolic.c bmsglob.c \
|
||||
connect.c local.c nls.c noio.c \
|
||||
pathwexp.c pipe.c pty.c remote.c \
|
||||
sbstdinc.c scoop.c spc-env.c spc-error.c \
|
||||
spc-exec.c spc-net.c spc-obj.c spc-proto.c \
|
||||
spc-sm.c spc-termio.c spc-util.c spc-xt.c \
|
||||
spc.c stringbuf.c usersig.c
|
||||
|
||||
/* WARNING!!!!
|
||||
* Any .o's added to this list need to be added to DTENCAP_OBJS4
|
||||
* and SHARED_DTENCAP_OBJS4 in the DtSvc Imakefile.
|
||||
*/
|
||||
OBJS = MemoryMgr.o SbEvent.o Symbolic.o bmsglob.o \
|
||||
connect.o local.o nls.o noio.o \
|
||||
pathwexp.o pipe.o pty.o remote.o \
|
||||
sbstdinc.o scoop.o spc-env.o spc-error.o \
|
||||
spc-exec.o spc-net.o spc-obj.o spc-proto.o \
|
||||
spc-sm.o spc-termio.o spc-util.o spc-xt.o \
|
||||
spc.o stringbuf.o usersig.o
|
||||
|
||||
|
||||
#include <Library.tmpl>
|
||||
|
||||
SubdirLibraryRule($(OBJS))
|
||||
|
||||
DependTarget()
|
||||
@@ -1,168 +0,0 @@
|
||||
XCOMM $XConsortium: Imakefile /main/6 1996/08/20 14:48:27 drk $
|
||||
#define DoNormalLib NormalLibDtSvc
|
||||
#define DoSharedLib SharedLibDtSvc
|
||||
#define DoDebugLib DebugLibDtSvc
|
||||
#define DoProfileLib ProfileLibDtSvc
|
||||
#define LibName DtSvc
|
||||
#define SoRev SODTSVCREV
|
||||
#define IncSubdir Dt
|
||||
#define LibCreate NO
|
||||
#define LargePICTable YES
|
||||
|
||||
#include <Threads.tmpl>
|
||||
|
||||
#ifndef DtSvcDefines
|
||||
# define DtSvcDefines -DMULTIBYTE
|
||||
#endif
|
||||
DEPEND_DEFINES = $(DEPENDDEFINES)
|
||||
DEFINES = DtSvcDefines \
|
||||
-DCDE_INSTALLATION_TOP=\"$(CDE_INSTALLATION_TOP)\" \
|
||||
-DCDE_CONFIGURATION_TOP=\"$(CDE_CONFIGURATION_TOP)\"
|
||||
INCLUDES = -I. -I../include $(TIRPCINC)
|
||||
|
||||
|
||||
HEADERS = \
|
||||
Action.h \
|
||||
ActionDb.h \
|
||||
ActionDbP.h \
|
||||
ActionP.h \
|
||||
ActionFind.h \
|
||||
ActionUtilP.h \
|
||||
CmdInv.h \
|
||||
CmdInvP.h \
|
||||
DbReader.h \
|
||||
DbUtil.h \
|
||||
Dnd.h \
|
||||
DndP.h \
|
||||
DndIconI.h \
|
||||
Dt.h \
|
||||
Dts.h \
|
||||
DtsDb.h \
|
||||
DtsMM.h \
|
||||
DtHash.h \
|
||||
DtShmDb.h \
|
||||
Qualify.h \
|
||||
Saver.h \
|
||||
SaverP.h \
|
||||
Session.h \
|
||||
SessionM.h \
|
||||
SessionP.h \
|
||||
Wsm.h \
|
||||
WsmM.h \
|
||||
WsmP.h
|
||||
|
||||
|
||||
SRCS = \
|
||||
Action.c \
|
||||
ActionTt.c \
|
||||
ActionDb.c \
|
||||
ActionFind.c \
|
||||
ActionUtil.c \
|
||||
DbReader.c \
|
||||
DbUtil.c \
|
||||
CmdSpc.c \
|
||||
CmdMain.c \
|
||||
CmdProcess.c \
|
||||
CmdUtilityP.c \
|
||||
Dnd.c \
|
||||
DndDrag.c \
|
||||
DndDrop.c \
|
||||
DndIcon.c \
|
||||
DndBuff.c \
|
||||
DndFile.c \
|
||||
DndText.c \
|
||||
Dt.c \
|
||||
Dts.c \
|
||||
DtsDb.c \
|
||||
DtsSort.c \
|
||||
DbLoad.c \
|
||||
DtsInit.c \
|
||||
DtHash.c \
|
||||
intarray.c \
|
||||
inttab.c \
|
||||
strtab.c \
|
||||
DtsMM.c \
|
||||
MMDb.c \
|
||||
GetVWmHint.c \
|
||||
GetMwmW.c \
|
||||
Qualify.c \
|
||||
Saver.c \
|
||||
SetVWmHint.c \
|
||||
SmComm.c \
|
||||
SmUtil.c \
|
||||
WmAddDelWs.c \
|
||||
WmBackWin.c \
|
||||
WmChBackD.c \
|
||||
WmGWsInfo.c \
|
||||
WmGWsList.c \
|
||||
WmMarquee.c \
|
||||
WmRestart.c \
|
||||
WmRmWsFcn.c \
|
||||
WmSetTitle.c \
|
||||
WmWsCallB.c \
|
||||
WmSetWs.c \
|
||||
WmWsHints.c \
|
||||
WmWsOccupy.c
|
||||
|
||||
|
||||
/* WARNING!!!!
|
||||
* Any .o's added to this list need to be added to DTUTIL1_OBJS1
|
||||
* and SHARED_DTUTIL1_OBJS1 in the DtSvc Imakefile.
|
||||
*/
|
||||
OBJS = \
|
||||
Action.o \
|
||||
ActionTt.o \
|
||||
ActionDb.o \
|
||||
ActionFind.o \
|
||||
ActionUtil.o \
|
||||
DbReader.o \
|
||||
DbUtil.o \
|
||||
CmdSpc.o \
|
||||
CmdMain.o \
|
||||
CmdProcess.o \
|
||||
CmdUtilityP.o \
|
||||
Dnd.o \
|
||||
DndDrag.o \
|
||||
DndDrop.o \
|
||||
DndIcon.o \
|
||||
DndBuff.o \
|
||||
DndFile.o \
|
||||
DndText.o \
|
||||
Dt.o \
|
||||
Dts.o \
|
||||
DtsDb.o \
|
||||
DtsSort.o \
|
||||
DbLoad.o \
|
||||
DtsInit.o \
|
||||
DtHash.o \
|
||||
intarray.o \
|
||||
inttab.o \
|
||||
strtab.o \
|
||||
DtsMM.o \
|
||||
MMDb.o \
|
||||
GetVWmHint.o \
|
||||
GetMwmW.o \
|
||||
Qualify.o \
|
||||
Saver.o \
|
||||
SetVWmHint.o \
|
||||
SmComm.o \
|
||||
SmUtil.o \
|
||||
WmAddDelWs.o \
|
||||
WmBackWin.o \
|
||||
WmChBackD.o \
|
||||
WmGWsInfo.o \
|
||||
WmGWsList.o \
|
||||
WmMarquee.o \
|
||||
WmRestart.o \
|
||||
WmRmWsFcn.o\
|
||||
WmSetTitle.o \
|
||||
WmWsCallB.o \
|
||||
WmSetWs.o \
|
||||
WmWsHints.o \
|
||||
WmWsOccupy.o
|
||||
|
||||
#include <Library.tmpl>
|
||||
|
||||
SubdirLibraryRule($(OBJS))
|
||||
|
||||
DependTarget()
|
||||
@@ -1,148 +0,0 @@
|
||||
XCOMM $TOG: Imakefile /main/14 1998/04/22 14:18:31 mgreess $
|
||||
#define DoNormalLib NormalLibDtSvc
|
||||
#define DoSharedLib SharedLibDtSvc
|
||||
#define DoDebugLib DebugLibDtSvc
|
||||
#define DoProfileLib ProfileLibDtSvc
|
||||
#define LibName DtSvc
|
||||
#define SoRev SODTSVCREV
|
||||
#define IncSubdir Dt
|
||||
#define LibCreate NO
|
||||
|
||||
#include <Threads.tmpl>
|
||||
|
||||
#if CDE_USEXINERAMA
|
||||
XINOPT = -DUSE_XINERAMA
|
||||
#endif
|
||||
|
||||
#ifndef DtSvcDefines
|
||||
# define DtSvcDefines -DMULTIBYTE
|
||||
#endif
|
||||
DEPEND_DEFINES = $(DEPENDDEFINES)
|
||||
DEFINES = DtSvcDefines $(XINOPT) \
|
||||
-DCDE_INSTALLATION_TOP=\"$(CDE_INSTALLATION_TOP)\" \
|
||||
-DCDE_CONFIGURATION_TOP=\"$(CDE_CONFIGURATION_TOP)\"
|
||||
|
||||
INCLUDES = -I. -I../include $(TIRPCINC)
|
||||
|
||||
#ifdef SunArchitecture
|
||||
EXTRA_INCLUDES = -I$(DTHELPSRC)
|
||||
EXTRA_SRCS = SunDtHelp.c
|
||||
EXTRA_OBJS = SunDtHelp.o
|
||||
#endif
|
||||
|
||||
HEADERS = \
|
||||
ChkpntP.h \
|
||||
Collate.h \
|
||||
CommandM.h \
|
||||
Connect.h \
|
||||
DataTypes.h \
|
||||
DtNlUtils.h \
|
||||
DtP.h \
|
||||
DtPStrings.h \
|
||||
DtosP.h \
|
||||
DtpadM.h \
|
||||
EnvControlI.h \
|
||||
EnvControlP.h \
|
||||
FileM.h \
|
||||
FileUtil.h \
|
||||
GetDispRes.h \
|
||||
DtGetMessageP.h \
|
||||
HashP.h \
|
||||
HourGlass.h \
|
||||
IconFile.h \
|
||||
Indicator.h \
|
||||
IndicatorM.h \
|
||||
Info.h \
|
||||
LocaleXlate.h \
|
||||
Lock.h \
|
||||
Message.h \
|
||||
Msg.h \
|
||||
MsgP.h \
|
||||
MsgCatP.h \
|
||||
MsgLog.h \
|
||||
MsgLogI.h \
|
||||
Service.h \
|
||||
Setlocale.h \
|
||||
SharedProcs.h \
|
||||
SmCreateDirs.h \
|
||||
Spc.h \
|
||||
SvcTT.h \
|
||||
Unistd.h \
|
||||
UserMsg.h \
|
||||
Utility.h \
|
||||
UtilityP.h \
|
||||
XlationSvc.h
|
||||
|
||||
SRCS = \
|
||||
$(EXTRA_SRCS) \
|
||||
ChkpntClient.c \
|
||||
ChkpntListen.c \
|
||||
DtEnvMap.c \
|
||||
DtNlUtils.c \
|
||||
EnvControl.c \
|
||||
FileUtil.c \
|
||||
GetDispRes.c \
|
||||
GetMessage.c \
|
||||
HourGlass.c \
|
||||
Info.c \
|
||||
SharedProcs.c \
|
||||
SmCreateDirs.c \
|
||||
UErrNoBMS.c \
|
||||
Utility.c \
|
||||
ActIndicator.c \
|
||||
CmdUtility.c \
|
||||
DtGetMessage.c \
|
||||
DtUtil.c \
|
||||
GetEmbed.c \
|
||||
Hash.c \
|
||||
PrintXErr.c \
|
||||
XmWrap.c \
|
||||
addToRes.c \
|
||||
lock.c \
|
||||
SvcTT.c \
|
||||
MsgCat.c \
|
||||
MsgLog.c \
|
||||
LocaleXlate.c \
|
||||
XlationSvc.c
|
||||
|
||||
/* WARNING!!!!
|
||||
* Any .o's added to this list need to be added to DTUTIL2_OBJS
|
||||
* and SHARED_DTUTIL2_OBJS in the DtSvc Imakefile.
|
||||
*/
|
||||
OBJS = \
|
||||
$(EXTRA_OBJS) \
|
||||
ChkpntClient.o \
|
||||
ChkpntListen.o \
|
||||
DtEnvMap.o \
|
||||
DtNlUtils.o \
|
||||
EnvControl.o \
|
||||
FileUtil.o \
|
||||
GetDispRes.o \
|
||||
GetMessage.o \
|
||||
HourGlass.o \
|
||||
Info.o \
|
||||
SharedProcs.o \
|
||||
SmCreateDirs.o \
|
||||
UErrNoBMS.o \
|
||||
Utility.o \
|
||||
ActIndicator.o \
|
||||
CmdUtility.o \
|
||||
DtGetMessage.o \
|
||||
DtUtil.o \
|
||||
GetEmbed.o \
|
||||
Hash.o \
|
||||
PrintXErr.o \
|
||||
XmWrap.o \
|
||||
addToRes.o \
|
||||
lock.o \
|
||||
SvcTT.o \
|
||||
MsgCat.o \
|
||||
MsgLog.o \
|
||||
LocaleXlate.o \
|
||||
XlationSvc.o
|
||||
|
||||
#include <Library.tmpl>
|
||||
|
||||
SubdirLibraryRule($(OBJS))
|
||||
|
||||
DependTarget()
|
||||
@@ -1,29 +0,0 @@
|
||||
XCOMM $XConsortium: Imakefile /main/5 1996/08/20 14:48:47 drk $
|
||||
#define DoNormalLib NormalLibDtSvc
|
||||
#define DoSharedLib SharedLibDtSvc
|
||||
#define DoDebugLib DebugLibDtSvc
|
||||
#define DoProfileLib ProfileLibDtSvc
|
||||
#define LibName DtSvc
|
||||
#define SoRev SODTSVCREV
|
||||
#define IncSubdir Dt
|
||||
#define LibCreate NO
|
||||
|
||||
#include <Threads.tmpl>
|
||||
|
||||
DEFINES =
|
||||
INCLUDES = -I. -I../include
|
||||
|
||||
|
||||
/* WARNING!!!!
|
||||
* Any .o's added to this list need to be added to DTXPM_OBJS5
|
||||
* and SHARED_DTXPM_OBJS5 in the DtSvc Imakefile.
|
||||
*/
|
||||
HEADERS = xpm.h
|
||||
SRCS = xpm.c
|
||||
OBJS = xpm.o
|
||||
|
||||
#include <Library.tmpl>
|
||||
|
||||
SubdirLibraryRule($(OBJS))
|
||||
|
||||
DependTarget()
|
||||
@@ -1,131 +0,0 @@
|
||||
XCOMM $TOG: Imakefile /main/16 1998/08/10 18:02:14 mgreess $
|
||||
#define IHaveSubdirs
|
||||
#define PassCDebugFlags 'CDEBUGFLAGS=$(CDEBUGFLAGS)' 'CXXDEBUGFLAGS=$(CXXDEBUGFLAGS)'
|
||||
|
||||
#if CDE_USEXINERAMA
|
||||
XINOPT = -DUSE_XINERAMA
|
||||
XINLIB = -lDtXinerama -lXinerama
|
||||
#endif
|
||||
|
||||
SUBDIRS = include DtUtil1 DtUtil2 DtEncap DtCodelibs DtXpm
|
||||
DONES = DtUtil1/DONE DtUtil2/DONE DtEncap/DONE DtCodelibs/DONE DtXpm/DONE
|
||||
EXTRALIBRARYDEPS = $(DONES)
|
||||
|
||||
MakeSubdirs($(SUBDIRS))
|
||||
ForceSubdirs($(SUBDIRS))
|
||||
DependSubdirs($(SUBDIRS))
|
||||
|
||||
#define DoNormalLib NormalLibDtSvc
|
||||
#define DoSharedLib SharedLibDtSvc
|
||||
#define DoDebugLib DebugLibDtSvc
|
||||
#define DoProfileLib ProfileLibDtSvc
|
||||
#define LibName DtSvc
|
||||
#define SoRev SODTSVCREV
|
||||
#define LibHeaders NO
|
||||
#define CplusplusSource YES
|
||||
|
||||
#include <Threads.tmpl>
|
||||
|
||||
#ifndef DtSvcDefines
|
||||
# define DtSvcDefines -DMULTIBYTE
|
||||
#endif
|
||||
DEFINES = DtSvcDefines $(XINOPT)
|
||||
|
||||
INCLUDES = -I. $(TIRPCINC)
|
||||
|
||||
#ifdef SharedDtSvcReqs
|
||||
#ifdef SunArchitecture
|
||||
REQUIREDLIBS = SharedDtSvcReqs $(XINLIB)
|
||||
#ifndef HasGcc2
|
||||
SHLIBLDFLAGS = -G
|
||||
#endif
|
||||
#else
|
||||
REQUIREDLIBS = SharedDtSvcReqs $(XINLIB)
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#if defined(SunArchitecture)
|
||||
DTUTIL2_EXTRA_OBJS = DtUtil2/SunDtHelp.o
|
||||
#endif
|
||||
|
||||
|
||||
/* NOTE!!!
|
||||
* All .o's are built in the subdirectories.
|
||||
* Each .o must have a listing in *OBJS macros below.
|
||||
*/
|
||||
DTUTIL1_OBJS1 = \
|
||||
DtUtil1/Action.o DtUtil1/ActionTt.o \
|
||||
DtUtil1/ActionFind.o DtUtil1/ActionDb.o \
|
||||
DtUtil1/ActionUtil.o DtUtil1/CmdSpc.o \
|
||||
DtUtil1/CmdMain.o DtUtil1/CmdProcess.o \
|
||||
DtUtil1/CmdUtilityP.o DtUtil1/DbReader.o \
|
||||
DtUtil1/DbUtil.o DtUtil1/Dnd.o \
|
||||
DtUtil1/DndDrag.o DtUtil1/DndDrop.o \
|
||||
DtUtil1/DndIcon.o DtUtil1/DndBuff.o \
|
||||
DtUtil1/DndFile.o DtUtil1/DndText.o \
|
||||
DtUtil1/Dt.o DtUtil1/Dts.o \
|
||||
DtUtil1/DtsDb.o DtUtil1/DtsSort.o \
|
||||
DtUtil1/DbLoad.o DtUtil1/DtsInit.o \
|
||||
DtUtil1/DtHash.o DtUtil1/intarray.o \
|
||||
DtUtil1/inttab.o DtUtil1/strtab.o \
|
||||
DtUtil1/MMDb.o DtUtil1/DtsMM.o \
|
||||
DtUtil1/GetMwmW.o DtUtil1/GetVWmHint.o \
|
||||
DtUtil1/Qualify.o DtUtil1/Saver.o \
|
||||
DtUtil1/SetVWmHint.o DtUtil1/SmComm.o \
|
||||
DtUtil1/SmUtil.o DtUtil1/WmAddDelWs.o \
|
||||
DtUtil1/WmBackWin.o DtUtil1/WmChBackD.o \
|
||||
DtUtil1/WmGWsInfo.o DtUtil1/WmGWsList.o \
|
||||
DtUtil1/WmMarquee.o DtUtil1/WmRestart.o \
|
||||
DtUtil1/WmRmWsFcn.o DtUtil1/WmSetTitle.o \
|
||||
DtUtil1/WmSetWs.o DtUtil1/WmWsCallB.o \
|
||||
DtUtil1/WmWsHints.o DtUtil1/WmWsOccupy.o
|
||||
|
||||
DTUTIL2_OBJS = \
|
||||
$(DTUTIL2_EXTRA_OBJS) \
|
||||
DtUtil2/ChkpntClient.o DtUtil2/ChkpntListen.o \
|
||||
DtUtil2/DtEnvMap.o DtUtil2/DtNlUtils.o \
|
||||
DtUtil2/EnvControl.o DtUtil2/FileUtil.o \
|
||||
DtUtil2/GetDispRes.o DtUtil2/GetMessage.o \
|
||||
DtUtil2/HourGlass.o DtUtil2/SharedProcs.o \
|
||||
DtUtil2/SmCreateDirs.o DtUtil2/UErrNoBMS.o \
|
||||
DtUtil2/Utility.o DtUtil2/ActIndicator.o \
|
||||
DtUtil2/CmdUtility.o DtUtil2/DtGetMessage.o \
|
||||
DtUtil2/DtUtil.o DtUtil2/GetEmbed.o \
|
||||
DtUtil2/Hash.o DtUtil2/PrintXErr.o \
|
||||
DtUtil2/XmWrap.o DtUtil2/addToRes.o \
|
||||
DtUtil2/lock.o DtUtil2/SvcTT.o \
|
||||
DtUtil2/MsgCat.o DtUtil2/MsgLog.o \
|
||||
DtUtil2/Info.o DtUtil2/LocaleXlate.o \
|
||||
DtUtil2/XlationSvc.o
|
||||
|
||||
DTCODELIBS_OBJS3 = \
|
||||
DtCodelibs/buf.o DtCodelibs/filegen.o \
|
||||
DtCodelibs/mbschr.o DtCodelibs/pathcollapse.o \
|
||||
DtCodelibs/privbuf.o DtCodelibs/shellscan.o \
|
||||
DtCodelibs/strcase.o DtCodelibs/strend.o \
|
||||
DtCodelibs/strhash.o DtCodelibs/stringio.o \
|
||||
DtCodelibs/strtokx.o DtCodelibs/strwcmp.o
|
||||
|
||||
DTENCAP_OBJS4 = \
|
||||
DtEncap/MemoryMgr.o DtEncap/SbEvent.o \
|
||||
DtEncap/Symbolic.o DtEncap/bmsglob.o \
|
||||
DtEncap/connect.o DtEncap/local.o \
|
||||
DtEncap/nls.o DtEncap/noio.o \
|
||||
DtEncap/pathwexp.o DtEncap/pipe.o \
|
||||
DtEncap/pty.o DtEncap/remote.o \
|
||||
DtEncap/sbstdinc.o DtEncap/scoop.o \
|
||||
DtEncap/spc-env.o DtEncap/spc-error.o \
|
||||
DtEncap/spc-exec.o DtEncap/spc-net.o \
|
||||
DtEncap/spc-obj.o DtEncap/spc-proto.o \
|
||||
DtEncap/spc-sm.o DtEncap/spc-termio.o \
|
||||
DtEncap/spc-util.o DtEncap/spc-xt.o \
|
||||
DtEncap/spc.o DtEncap/stringbuf.o \
|
||||
DtEncap/usersig.o
|
||||
|
||||
DTXPM_OBJS5 = \
|
||||
DtXpm/xpm.o
|
||||
|
||||
OBJS = $(EXTRA_OBJS) $(DTUTIL1_OBJS1) $(DTUTIL1_OBJS2) $(DTUTIL2_OBJS) \
|
||||
$(DTCODELIBS_OBJS3) $(DTENCAP_OBJS4) $(DTXPM_OBJS5)
|
||||
|
||||
#include <Library.tmpl>
|
||||
@@ -1,8 +0,0 @@
|
||||
XCOMM $TOG: Imakefile /main/3 1998/08/10 18:02:40 mgreess $
|
||||
#define IHaveSubdirs
|
||||
#define PassCDebugFlags 'CDEBUGFLAGS=$(CDEBUGFLAGS)' 'CXXDEBUGFLAGS=$(CXXDEBUGFLAGS)'
|
||||
|
||||
SUBDIRS = codelibs
|
||||
|
||||
MakeSubdirs($(SUBDIRS))
|
||||
DependSubdirs($(SUBDIRS))
|
||||
@@ -1,11 +0,0 @@
|
||||
|
||||
HEADERS = pathutils.h boolean.h shellutils.h
|
||||
|
||||
all::
|
||||
|
||||
BuildIncludes($(HEADERS),codelibs,..)
|
||||
InstallMultipleFlags($(HEADERS),$(INCDIR)/codelibs,$(INSTINCFLAGS))
|
||||
|
||||
depend::
|
||||
|
||||
clean::
|
||||
Reference in New Issue
Block a user