1
0
Fork 0
mirror of git://git.code.sf.net/p/cdesktopenv/code synced 2025-03-09 15:50:02 +00:00
cde/cde/programs/dtexec/Imakefile
chase dd68514e4f Remove hpversion.h from repository
This patch removes hpversion.h from the repository, this also untangles a
lot of ifdef mess. This closes bug CDExc19524.
2018-10-06 17:00:38 -06:00

16 lines
504 B
Text

XCOMM $XConsortium: Imakefile /main/7 1996/09/14 15:17:32 drk $
DEPLIBS = $(DEPTTLIB) $(DEPXTOOLLIB) $(DEPXLIB)
LOCAL_LIBRARIES = $(TTLIB) $(XTOOLLIB) $(XLIB)
DEPEND_DEFINES = $(DEPENDDEFINES)
DEFINES = -DMSGLOG_CLIENT_ONLY
INCLUDES = -I. $(TIRPCINC)
SRCS = DtGetMessage.c Main.c MsgLog.c
OBJS = DtGetMessage.o Main.o MsgLog.o
ComplexProgramTarget(dtexec)
LinkSourceFile(DtSvcLock.h,$(DTSVCSRC)/include)
LinkSourceFile(MsgLog.c,$(DTSVCSRC)/DtUtil2)
LinkSourceFile(DtGetMessage.c,$(DTSVCSRC)/DtUtil2)