Initial import of the CDE 2.1.30 sources from the Open Group.
This commit is contained in:
42
cde/programs/dthello/Imakefile
Normal file
42
cde/programs/dthello/Imakefile
Normal file
@@ -0,0 +1,42 @@
|
||||
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 -lC
|
||||
#endif
|
||||
|
||||
#if defined(USLArchitecture)
|
||||
/* needed to turn off unresolved symbol detection for shlibs */
|
||||
#if HasSharedLibraries
|
||||
EXTRA_LOAD_FLAGS = -z nodefs
|
||||
#endif
|
||||
SYS_LIBRARIES = -lm -ldl -lgen
|
||||
#endif
|
||||
|
||||
#if defined(UXPArchitecture)
|
||||
/* needed to turn off unresolved symbol detection for shlibs */
|
||||
#if HasSharedLibraries
|
||||
EXTRA_LOAD_FLAGS = -z nodefs
|
||||
#endif
|
||||
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,,)
|
||||
Reference in New Issue
Block a user