programs/dtpad: add automake file
authorChase <nicetrynsa@protonmail.ch>
Wed, 23 Oct 2019 19:47:03 +0000 (14:47 -0500)
committerJon Trulson <jon@radscan.com>
Wed, 23 Oct 2019 21:34:20 +0000 (15:34 -0600)
cde/programs/dtpad/Makefile.am [new file with mode: 0644]

diff --git a/cde/programs/dtpad/Makefile.am b/cde/programs/dtpad/Makefile.am
new file mode 100644 (file)
index 0000000..24cb8b4
--- /dev/null
@@ -0,0 +1,20 @@
+MAINTAINERCLEANFILES = Makefile.in
+
+bin_PROGRAMS = dtpad
+
+dtpad_CFLAGS = -DDT_LITE -DWORDWRAP -UNLS16 $(TIRPCINC)
+
+dtpad_LDADD = $(LIBPRINT) $(LIBHELP) $(LIBWIDGET) $(LIBSVC) $(LIBTT) -lXm \
+             $(XTOOLLIB) ${X_LIBS}
+
+if SUN
+dtpad_CFLAGS += -xF
+dtpad_LDADD += -lintl -lresolv
+endif
+
+dtpad_SOURCES = dtpad.c         editCB.c        fileCB.c \
+               fileDlg.c       fileIo.c        formatCB.c \
+               helpCB.c        helpDlg.c       main.c \
+               optionsCB.c     printJob.c      printOutput.c \
+               printSetup.c    session.c       ttMsgSupport.c \
+               ttSaveSupport.c