programs/dtprintegrate: add automake file

This commit is contained in:
Chase
2019-10-23 14:50:47 -05:00
committed by Jon Trulson
parent 015b457916
commit f2b13938e5

View File

@@ -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