Initial import of the CDE 2.1.30 sources from the Open Group.
This commit is contained in:
18
cde/programs/dtdspmsg/Imakefile
Normal file
18
cde/programs/dtdspmsg/Imakefile
Normal file
@@ -0,0 +1,18 @@
|
||||
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))
|
||||
Reference in New Issue
Block a user