mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-03-09 15:50:02 +00:00
programs/dtscreen: add automake file
This commit is contained in:
parent
e79d944119
commit
9347d0b09c
1 changed files with 20 additions and 0 deletions
20
cde/programs/dtscreen/Makefile.am
Normal file
20
cde/programs/dtscreen/Makefile.am
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
defaultdir = ${prefix}/app_defaults/C
|
||||||
|
|
||||||
|
bin_PROGRAMS = dtscreen
|
||||||
|
|
||||||
|
dist_default_DATA = Dtscreen
|
||||||
|
|
||||||
|
dtscreen_LDADD = -lm $(SVCLIB) $(LIBTT) $(XTOOLLIB) ${X_LIBS}
|
||||||
|
|
||||||
|
if SUN
|
||||||
|
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
|
||||||
|
|
||||||
|
CPPTARGET = Dtscreen
|
||||||
|
CPPSRC = Dtscreen.src
|
||||||
|
include $(srcdir)/include/cppfile.tmpl
|
Loading…
Add table
Add a link
Reference in a new issue