cdesktopenv/cde/programs/dtdspmsg/Imakefile

19 lines
319 B
Plaintext

XCOMM $XConsortium: Imakefile /main/8 1996/10/09 14:04:16 drk $
SYS_LIBRARIES = -lm $(DYNLIBSYSLIB) $(REGEXSYSLIB)
#ifdef HPArchitecture
EXTRA_DEFINES = +e
#endif
#ifdef SCOArchitecture
SYS_LIBRARIES = -lm -lcrypt
#endif
PROGRAMS=dtdspmsg
SRCS = dtdspmsg.c
OBJS = dtdspmsg.o
ComplexProgramTarget($(PROGRAMS))