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/dthello/Imakefile
2018-05-20 12:13:07 -06:00

26 lines
623 B
Text

XCOMM $XConsortium: Imakefile /main/8 1996/10/09 14:04:24 drk $
INCLUDES = -I.
DEPLIBS = $(DEPXTOOLLIB) $(DEPXLIB)
LOCAL_LIBRARIES = $(XTOOLLIB) $(XLIB)
SYS_LIBRARIES = -lm
#ifdef HPArchitecture
EXTRA_DEFINES = -DHP_COLOR
#endif
#if defined(SunArchitecture)
SYS_LIBRARIES = -lm -ldl -lgen
#endif
SRCS1 = dthello.c version.c
SRCS = $(SRCS1)
OBJS = dthello.o version.o \
$(CDELIBSRC)/DtSvc/DtUtil2/EnvControl.o \
$(CDELIBSRC)/DtSvc/DtUtil2/DtNlUtils.o \
$(CDELIBSRC)/DtSvc/DtUtil2/GetDispRes.o
ComplexProgramTarget(dthello)
CppSourceFile(Dthello,Dthello.src,,)