Files
cdesktop/cde/lib/DtSvc/DtUtil1/Imakefile
2018-05-31 18:00:22 -06:00

169 lines
2.5 KiB
Plaintext

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()