From 09bc04b0881a01c10fb32137d42fe36fd035eff9 Mon Sep 17 00:00:00 2001 From: Chase Date: Wed, 23 Oct 2019 14:47:37 -0500 Subject: [PATCH] programs/dtpdm: add automake files --- cde/programs/dtpdm/Makefile.am | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 cde/programs/dtpdm/Makefile.am diff --git a/cde/programs/dtpdm/Makefile.am b/cde/programs/dtpdm/Makefile.am new file mode 100644 index 00000000..549b4962 --- /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 -- 2.25.1