projects
/
oweals
/
cde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e79d944
)
programs/dtscreen: add automake file
author
Chase
<nicetrynsa@protonmail.ch>
Wed, 23 Oct 2019 20:00:00 +0000
(15:00 -0500)
committer
Jon Trulson
<jon@radscan.com>
Wed, 23 Oct 2019 21:34:20 +0000
(15:34 -0600)
cde/programs/dtscreen/Makefile.am
[new file with mode: 0644]
patch
|
blob
diff --git a/cde/programs/dtscreen/Makefile.am
b/cde/programs/dtscreen/Makefile.am
new file mode 100644
(file)
index 0000000..
6f4ebc2
--- /dev/null
+++ b/
cde/programs/dtscreen/Makefile.am
@@ -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