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:
febc0c4
)
programs/dthello: add automake file
author
Chase
<nicetrynsa@protonmail.ch>
Wed, 23 Oct 2019 19:25:12 +0000
(14:25 -0500)
committer
Jon Trulson
<jon@radscan.com>
Wed, 23 Oct 2019 21:34:20 +0000
(15:34 -0600)
cde/programs/dthello/Makefile.am
[new file with mode: 0644]
patch
|
blob
diff --git a/cde/programs/dthello/Makefile.am
b/cde/programs/dthello/Makefile.am
new file mode 100644
(file)
index 0000000..
27595b1
--- /dev/null
+++ b/
cde/programs/dthello/Makefile.am
@@ -0,0
+1,16
@@
+MAINTAINERCLEANFILES = Makefile.in
+
+bin_PROGRAMS = dthello
+
+dthello_LDADD = ${X_LIBS} -lm $(XTOOLLIB) ../DtSvc/DtUtil2/EnvControl.o \
+ ../DtSvc/DtUtil2/DtNlUtils.o ../DtSvc/DtUtil2/GetDispRes.o
+
+if HPUX
+dthello_LDADD = -DHP_COLOR
+endif
+
+if SUN
+dthello_LDADD = -ldl -lgen
+endif
+
+dthello_SOURCES = dthello.c