mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-03-09 15:50:02 +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/dtspcd/Makefile
|
||||||
|
|
||||||
|
programs/dtscreen/Makefile
|
||||||
|
|
||||||
])
|
])
|
||||||
|
|
||||||
AC_OUTPUT
|
AC_OUTPUT
|
||||||
|
|
|
@ -1,20 +1,22 @@
|
||||||
defaultdir = ${prefix}/app_defaults/C
|
MAITAINERCLEANFILES = Makefile.in
|
||||||
|
|
||||||
bin_PROGRAMS = dtscreen
|
bin_PROGRAMS = dtscreen
|
||||||
|
|
||||||
dist_default_DATA = Dtscreen
|
dtscreen_LDADD = $(DTCLIENTLIBS) $(XTOOLLIB)
|
||||||
|
|
||||||
dtscreen_LDADD = -lm $(SVCLIB) $(LIBTT) $(XTOOLLIB) ${X_LIBS}
|
|
||||||
|
|
||||||
if SOLARIS
|
if SOLARIS
|
||||||
dtscreen_LDADD += -ldl -lgen
|
dtscreen_LDADD += -ldl -lgen
|
||||||
endif
|
endif
|
||||||
|
|
||||||
dtscreen_SOURCES = blank.c dtscreen.c flame.c hopalong.c \
|
dtscreen_SOURCES = blank.c dtscreen.c flame.c hopalong.c hsbramp.c \
|
||||||
hsbramp.c image.c life.c pyro.c \
|
image.c life.c pyro.c qix.c resource.c rotor.c \
|
||||||
qix.c resource.c rotor.c swarm.c \
|
swarm.c usleep.c worm.c dtscreen.h
|
||||||
usleep.c worm.c
|
|
||||||
|
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…
Add table
Add a link
Reference in a new issue