mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-03-09 15:50:02 +00:00
dtprintegrate: make it build
This commit is contained in:
parent
a2c18db66b
commit
9c70437ee7
2 changed files with 25 additions and 11 deletions
|
@ -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
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue