dtprintegrate: make it build
This commit is contained in:
@@ -422,6 +422,8 @@ programs/dtsearchpath/dtappg/Makefile
|
|||||||
|
|
||||||
programs/dtappintegrate/Makefile
|
programs/dtappintegrate/Makefile
|
||||||
|
|
||||||
|
programs/dtprintegrate/Makefile
|
||||||
|
|
||||||
])
|
])
|
||||||
|
|
||||||
AC_OUTPUT
|
AC_OUTPUT
|
||||||
|
|||||||
@@ -1,15 +1,27 @@
|
|||||||
bin_PROGRAMS = dtprintegrate dtlp dtlpsetup
|
MAINTAINERCLEANFILES = Makefile.in
|
||||||
|
|
||||||
SCRIPTFLAGS = -DDTKORNSHELL=$(DTKORNSHELL)
|
bin_SCRIPTS = dtprintegrate dtlp dtlpsetup
|
||||||
|
|
||||||
CPPTARGET = dtprintegrate
|
LOCAL_CPP_DEFINES = -DCDE_INSTALLATION_TOP=$(CDE_INSTALLATION_TOP) \
|
||||||
CPPSRC = dtprintegrate.src
|
-DCDE_CONFIGURATION_TOP=$(CDE_CONFIGURATION_TOP) \
|
||||||
include $(srcdir)/include/cppfile.tmpl
|
-DDTKORNSHELL="$(CDE_INSTALLATION_TOP)/bin/dtksh" \
|
||||||
|
-DKORNSHELL=$(KSH)
|
||||||
|
|
||||||
CPPTARGET = dtlp
|
BUILT_SOURCES = dtprintegrate dtlp dtlpsetup
|
||||||
CPPSRC = dtlp.src
|
CLEANFILES = $(BUILT_SOURCES)
|
||||||
include $(srcdir)/include/cppfile.tmpl
|
|
||||||
|
dtprintegrate: dtprintegrate.src
|
||||||
|
$(RM) $@
|
||||||
|
$(GENCPP) -P -DXCOMM=# $(LOCAL_CPP_DEFINES) $< > $@
|
||||||
|
chmod 755 $@
|
||||||
|
|
||||||
|
dtlp: dtlp.src
|
||||||
|
$(RM) $@
|
||||||
|
$(GENCPP) -P -DXCOMM=# $(LOCAL_CPP_DEFINES) $< > $@
|
||||||
|
chmod 755 $@
|
||||||
|
|
||||||
|
dtlpsetup: dtlpsetup.src
|
||||||
|
$(RM) $@
|
||||||
|
$(GENCPP) -P -DXCOMM=# $(LOCAL_CPP_DEFINES) $< > $@
|
||||||
|
chmod 755 $@
|
||||||
|
|
||||||
CPPTARGET = dtlpsetup
|
|
||||||
CPPSRC = dtlpsetup.src
|
|
||||||
include $(srcdir)/include/cppfile.tmpl
|
|
||||||
|
|||||||
Reference in New Issue
Block a user