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

diff --git a/cde/programs/dtopen/Makefile.am b/cde/programs/dtopen/Makefile.am
new file mode 100644 (file)
index 0000000..77bf9ad
--- /dev/null
@@ -0,0 +1,10 @@
+MAINTAINERCLEANFILES = Makefile.in
+
+dist_bin_SCRIPTS = dtopen
+
+SCRIPTFLAGS = -DCDE_INSTALLATION_TOP=${prefix} \
+             -DCDE_CONFIGURATION_TOP=$(CDE_CONFIGURATION_TOP) \
+
+CPPTARGET = dtopen
+CPPSRC = dtopen.src
+include $(srcdir)/include/cppfile.tmpl