dtfile: remove register keyword
[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    SRCS1 = dthello.c version.c
18    SRCS = $(SRCS1)
19    OBJS = dthello.o version.o  \
20           $(CDELIBSRC)/DtSvc/DtUtil2/EnvControl.o \
21           $(CDELIBSRC)/DtSvc/DtUtil2/DtNlUtils.o \
22           $(CDELIBSRC)/DtSvc/DtUtil2/GetDispRes.o
23
24 ComplexProgramTarget(dthello)
25
26 CppSourceFile(Dthello,Dthello.src,,)