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

diff --git a/cde/programs/dtappintegrate/Makefile.am b/cde/programs/dtappintegrate/Makefile.am
new file mode 100644 (file)
index 0000000..a0a636b
--- /dev/null
@@ -0,0 +1,13 @@
+MAINTAINERCLEANFILES = Makefile.in
+
+bin_PROGRAMS = dtappintegrate
+
+dtappintegrate_CPPFLAGS = -DKORNSHELL=$(KSH)
+                         -DCDE_INSTALLATION_TOP=${prefix} \
+                         -DCDE_CONFIGURATION_TOP=$(CDE_CONFIGURATION_TOP) \
+
+all: dtappintegrate
+
+CPPSRC = dtappintegrate.src
+CPPTARGET = dtappintegrate
+include $(srcdir)/include/cppfile.src