Remove hardcoded CCLINK's in Imakefiles when linking with C++ built libs (DtSvc).
[oweals/cde.git] / cde / programs / dtscreen / Imakefile
1 XCOMM $XConsortium: Imakefile /main/10 1996/10/09 14:06:18 drk $
2
3        INCLUDES = -I.
4
5         DEPLIBS = $(DEPDTSVCLIB) $(DEPTTLIB) $(DEPXMLIB) $(DEPXTOOLLIB) $(DEPXPLIB) $(DEPXLIB)
6 LOCAL_LIBRARIES = $(DTSVCLIB) $(TTLIB) $(XMLIB) $(XTOOLLIB) $(XPLIB) $(XLIB)
7   SYS_LIBRARIES = -lm $(DYNLIBSYSLIB) $(REGEXSYSLIB)
8
9
10 #if defined(SCOArchitecture)
11   SYS_LIBRARIES = -lm -lcrypt
12 #endif
13
14 SRCS =  blank.c         dtscreen.c      flame.c         hopalong.c \
15         hsbramp.c       image.c         life.c          pyro.c \
16         qix.c           resource.c      rotor.c         swarm.c \
17         usleep.c        worm.c
18
19 OBJS =  blank.o         dtscreen.o      flame.o         hopalong.o \
20         hsbramp.o       image.o         life.o          pyro.o \
21         qix.o           resource.o      rotor.o         swarm.o \
22         usleep.o        worm.o
23
24 all::
25
26 /**************************************************************************
27  *
28  *  Extra things for the Passwd Etc. version
29  *
30  **************************************************************************/
31
32 #ifdef USE_RGY
33       EXTRA_DEFINES = -D__PASSWD_ETC +e
34     EXTRA_LIBRARIES = $(RGYLIB) $(NCKLIB) -lndbm -lBSD ExtraLibraries
35 #endif
36
37 CppSourceFile(Dtscreen,Dtscreen.src,$(LOCAL_CPP_DEFINES),)
38
39 ComplexProgramTarget(dtscreen)