dtdocbook: Coverity 86763
[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) $(DEPXLIB)
6 LOCAL_LIBRARIES = $(DTSVCLIB) $(TTLIB) $(XMLIB) $(XTOOLLIB) $(XLIB)
7   SYS_LIBRARIES = -lm $(DYNLIBSYSLIB) $(REGEXSYSLIB)
8
9 SRCS =  blank.c         dtscreen.c      flame.c         hopalong.c \
10         hsbramp.c       image.c         life.c          pyro.c \
11         qix.c           resource.c      rotor.c         swarm.c \
12         usleep.c        worm.c
13
14 OBJS =  blank.o         dtscreen.o      flame.o         hopalong.o \
15         hsbramp.o       image.o         life.o          pyro.o \
16         qix.o           resource.o      rotor.o         swarm.o \
17         usleep.o        worm.o
18
19 all::
20
21 /**************************************************************************
22  *
23  *  Extra things for the Passwd Etc. version
24  *
25  **************************************************************************/
26
27 #ifdef USE_RGY
28       EXTRA_DEFINES = -D__PASSWD_ETC +e
29     EXTRA_LIBRARIES = $(RGYLIB) $(NCKLIB) -lndbm -lBSD ExtraLibraries
30 #endif
31
32 CppSourceFile(Dtscreen,Dtscreen.src,$(LOCAL_CPP_DEFINES),)
33
34 ComplexProgramTarget(dtscreen)