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:
0cebe79
)
programs/dtcalc: add automake files
author
Chase
<nicetrynsa@protonmail.ch>
Wed, 23 Oct 2019 02:53:03 +0000
(21:53 -0500)
committer
Jon Trulson
<jon@radscan.com>
Wed, 23 Oct 2019 21:34:20 +0000
(15:34 -0600)
cde/programs/dtcalc/Makefile.am
[new file with mode: 0644]
patch
|
blob
diff --git a/cde/programs/dtcalc/Makefile.am
b/cde/programs/dtcalc/Makefile.am
new file mode 100644
(file)
index 0000000..
8f78eb6
--- /dev/null
+++ b/
cde/programs/dtcalc/Makefile.am
@@ -0,0
+1,19
@@
+bin_PROGRAMS = dtcalc
+
+dtcalc_CPPFLAGS = -DCDE_INSTALLATION_TOP=${prefix}
+
+dtcalc_LDADD = ${X_LIBS} -lm $(TTLIB) $(LIBSVC) $(LIBHELP)
+
+if AIX
+dtcalc_LDADD += -lmsaa -liconv
+endif
+
+if SUN
+dtcalc_LDADD += -lintl -ldl
+endif
+
+
+dtcalc_SOURCES = calctool.c ds_common.c ds_popup.c \
+ ds_widget.c ds_xlib.c functions.c \
+ help.c motif.c mp.c \
+ text.c