Remove UXPDS support
[oweals/cde.git] / cde / programs / dthello / Imakefile
1 XCOMM $XConsortium: Imakefile /main/8 1996/10/09 14:04:24 drk $
2
3        INCLUDES = -I.
4         DEPLIBS = $(DEPXTOOLLIB) $(DEPXLIB)
5 LOCAL_LIBRARIES = $(XTOOLLIB) $(XLIB)
6   SYS_LIBRARIES = -lm
7
8
9 #ifdef HPArchitecture
10 EXTRA_DEFINES = -DHP_COLOR
11 #endif
12
13 #if defined(SunArchitecture)
14 SYS_LIBRARIES = -lm -ldl -lgen
15 #endif
16
17 #if defined(USLArchitecture)
18 /* needed to turn off unresolved symbol detection for shlibs */
19 #if HasSharedLibraries
20 EXTRA_LOAD_FLAGS = -z nodefs
21 #endif
22 SYS_LIBRARIES = -lm -ldl -lgen
23 #endif
24
25    SRCS1 = dthello.c version.c
26    SRCS = $(SRCS1)
27    OBJS = dthello.o version.o  \
28           $(CDELIBSRC)/DtSvc/DtUtil2/EnvControl.o \
29           $(CDELIBSRC)/DtSvc/DtUtil2/DtNlUtils.o \
30           $(CDELIBSRC)/DtSvc/DtUtil2/GetDispRes.o
31
32 ComplexProgramTarget(dthello)
33
34 CppSourceFile(Dthello,Dthello.src,,)