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:
b7c0788
)
programs/dtpdm: add automake files
author
Chase
<nicetrynsa@protonmail.ch>
Wed, 23 Oct 2019 19:47:37 +0000
(14:47 -0500)
committer
Jon Trulson
<jon@radscan.com>
Wed, 23 Oct 2019 21:34:20 +0000
(15:34 -0600)
cde/programs/dtpdm/Makefile.am
[new file with mode: 0644]
patch
|
blob
diff --git a/cde/programs/dtpdm/Makefile.am
b/cde/programs/dtpdm/Makefile.am
new file mode 100644
(file)
index 0000000..
549b496
--- /dev/null
+++ b/
cde/programs/dtpdm/Makefile.am
@@ -0,0
+1,20
@@
+MAINTAINERCLEANFILES = Makefile.in
+
+bin_PROGRAMS = dtpdm
+
+dtpdm_CFLAGS = -DI18N_MSG -DCDE_INSTALLATION_TOP=\"${prefix}\"
+
+dtpdm_LDADD = $(LIBPRINT) $(LIBHELP) $(LIBWIDGET) $(LIBSVC) $(LIBTT) -lXm \
+ $(XTOOLLIB) ${X_LIBS}
+
+if SUN
+dtpdm_LDADD += -lintl -lm -lgen -ldl -lresolv
+endif
+
+if AIX
+dtpdm_LDADD += -lmsaa -liconv
+endif
+
+dtpdm_SOURCES = JobBox.c Main.c MainWindow.c \
+ PdmMsgs.c PdmOid.c PdmXp.c \
+ PrinterBox.c