mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-02-15 04:32:24 +00:00
dtscreen: make it build
This commit is contained in:
parent
9d6dbad63f
commit
427a0611cd
2 changed files with 15 additions and 11 deletions
|
@ -408,6 +408,8 @@ programs/dtaction/Makefile
|
|||
|
||||
programs/dtspcd/Makefile
|
||||
|
||||
programs/dtscreen/Makefile
|
||||
|
||||
])
|
||||
|
||||
AC_OUTPUT
|
||||
|
|
|
@ -1,20 +1,22 @@
|
|||
defaultdir = ${prefix}/app_defaults/C
|
||||
MAITAINERCLEANFILES = Makefile.in
|
||||
|
||||
bin_PROGRAMS = dtscreen
|
||||
|
||||
dist_default_DATA = Dtscreen
|
||||
|
||||
dtscreen_LDADD = -lm $(SVCLIB) $(LIBTT) $(XTOOLLIB) ${X_LIBS}
|
||||
dtscreen_LDADD = $(DTCLIENTLIBS) $(XTOOLLIB)
|
||||
|
||||
if SOLARIS
|
||||
dtscreen_LDADD += -ldl -lgen
|
||||
endif
|
||||
|
||||
dtscreen_SOURCES = blank.c dtscreen.c flame.c hopalong.c \
|
||||
hsbramp.c image.c life.c pyro.c \
|
||||
qix.c resource.c rotor.c swarm.c \
|
||||
usleep.c worm.c
|
||||
dtscreen_SOURCES = blank.c dtscreen.c flame.c hopalong.c hsbramp.c \
|
||||
image.c life.c pyro.c qix.c resource.c rotor.c \
|
||||
swarm.c usleep.c worm.c dtscreen.h
|
||||
|
||||
CPP_TARGETS = Dtscreen
|
||||
BUILT_SOURCES = $(CPP_TARGETS)
|
||||
CLEANFILES = $(CPP_TARGETS)
|
||||
|
||||
Dtscreen: Dtscreen.src
|
||||
$(RM) $@
|
||||
$(GENCPP) -P -DXCOMM=# $< > $@
|
||||
|
||||
CPPTARGET = Dtscreen
|
||||
CPPSRC = Dtscreen.src
|
||||
include $(srcdir)/include/cppfile.tmpl
|
||||
|
|
Loading…
Reference in a new issue