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

diff --git a/cde/programs/dtprintegrate/Makefile.am b/cde/programs/dtprintegrate/Makefile.am
new file mode 100644 (file)
index 0000000..e8729a2
--- /dev/null
@@ -0,0 +1,15 @@
+bin_PROGRAMS = dtprintegrate dtlp dtlpsetup
+
+SCRIPTFLAGS = -DDTKORNSHELL=$(DTKORNSHELL)
+
+CPPTARGET = dtprintegrate
+CPPSRC = dtprintegrate.src
+include $(srcdir)/include/cppfile.tmpl
+
+CPPTARGET = dtlp
+CPPSRC = dtlp.src
+include $(srcdir)/include/cppfile.tmpl
+
+CPPTARGET = dtlpsetup
+CPPSRC = dtlpsetup.src
+include $(srcdir)/include/cppfile.tmpl