mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-03-04 01:37:14 +00:00
FS-6352: --resolve don't override install target when using automake, make your own install target that will get depended upon instead
This commit is contained in:
parent
de8d92d9ce
commit
df8fbb60e8
@ -66,5 +66,5 @@ $(DESTDIR)$(grammardir)/model/communicator:
|
|||||||
dictionary:
|
dictionary:
|
||||||
@install -m0644 $(POCKETSPHINX_DIR)/model/lm/en_US/cmu07a.dic $(DESTDIR)$(grammardir)/default.dic
|
@install -m0644 $(POCKETSPHINX_DIR)/model/lm/en_US/cmu07a.dic $(DESTDIR)$(grammardir)/default.dic
|
||||||
|
|
||||||
install: $(DESTDIR)$(grammardir)/model $(DESTDIR)$(grammardir)/model/communicator dictionary
|
install-data-local: $(DESTDIR)$(grammardir)/model $(DESTDIR)$(grammardir)/model/communicator dictionary
|
||||||
|
|
||||||
|
@ -29,7 +29,7 @@ verbose_traits.hpp verbose_traits.cpp:
|
|||||||
bash ./commons/tools/generate-verbose-headers.sh commons/base/ include/k3l.h ;\
|
bash ./commons/tools/generate-verbose-headers.sh commons/base/ include/k3l.h ;\
|
||||||
fi;
|
fi;
|
||||||
|
|
||||||
install:
|
install-data-local:
|
||||||
@if test "w`kserver --version 2>/dev/null | grep 2.1`" == "w" ; then \
|
@if test "w`kserver --version 2>/dev/null | grep 2.1`" == "w" ; then \
|
||||||
echo "###############################################################################" ;\
|
echo "###############################################################################" ;\
|
||||||
echo "Install k3l from KHOMP." ;\
|
echo "Install k3l from KHOMP." ;\
|
||||||
|
@ -28,6 +28,6 @@ reswig:
|
|||||||
rm -f switch_swig_wrap.cpp
|
rm -f switch_swig_wrap.cpp
|
||||||
swig -java -c++ -I../../../include -package org.freeswitch.swig -outdir src/org/freeswitch/swig -o switch_swig_wrap.cpp mod_java.i
|
swig -java -c++ -I../../../include -package org.freeswitch.swig -outdir src/org/freeswitch/swig -o switch_swig_wrap.cpp mod_java.i
|
||||||
|
|
||||||
install:
|
install-data-local:
|
||||||
cp freeswitch.jar $(DESTDIR)@scriptdir@
|
cp freeswitch.jar $(DESTDIR)@scriptdir@
|
||||||
|
|
||||||
|
@ -20,7 +20,7 @@ reswig: swigclean freeswitch_wrap.cxx
|
|||||||
local_depend:
|
local_depend:
|
||||||
cd managed && $(MAKE)
|
cd managed && $(MAKE)
|
||||||
|
|
||||||
install: $(DESTDIR)$(modulesdir)/mod_managed.$(LIBTOOL_LIB_EXTEN)
|
install-data-local: $(DESTDIR)$(modulesdir)/mod_managed.$(LIBTOOL_LIB_EXTEN)
|
||||||
mkdir -p $(DESTDIR)$(modulesdir)/managed
|
mkdir -p $(DESTDIR)$(modulesdir)/managed
|
||||||
cd managed && $(MAKE) INSTALL="$(LTINSTALL)" MODINSTDIR=$(modulesdir) DESTDIR=$(DESTDIR) install
|
cd managed && $(MAKE) INSTALL="$(LTINSTALL)" MODINSTDIR=$(modulesdir) DESTDIR=$(DESTDIR) install
|
||||||
|
|
||||||
|
@ -37,7 +37,7 @@ BUILT_SOURCE=freeswitch.$(LIBTOOL_LIB_EXTEN)
|
|||||||
clean:
|
clean:
|
||||||
rm -fr *~ .perlok .libs freeswitch.$(LIBTOOL_LIB_EXTEN) 2>/dev/null
|
rm -fr *~ .perlok .libs freeswitch.$(LIBTOOL_LIB_EXTEN) 2>/dev/null
|
||||||
|
|
||||||
install:
|
install-data-local:
|
||||||
mkdir -p $(DESTDIR)$(prefix)/perl
|
mkdir -p $(DESTDIR)$(prefix)/perl
|
||||||
$(LTINSTALL) freeswitch.$(LIBTOOL_LIB_EXTEN) freeswitch.pm $(DESTDIR)$(prefix)/perl
|
$(LTINSTALL) freeswitch.$(LIBTOOL_LIB_EXTEN) freeswitch.pm $(DESTDIR)$(prefix)/perl
|
||||||
if [ ! -f $(DESTDIR)$(prefix)/perl/freeswitch.pm ] ; then $(LTINSTALL) freeswitch.pm $(DESTDIR)$(prefix)/perl ; fi
|
if [ ! -f $(DESTDIR)$(prefix)/perl/freeswitch.pm ] ; then $(LTINSTALL) freeswitch.pm $(DESTDIR)$(prefix)/perl ; fi
|
||||||
|
@ -24,7 +24,7 @@ mod_python_wrap.cpp: mod_python_extra.c hack.diff
|
|||||||
which swig 2>&1 >>/dev/null && echo "#include \"mod_python_extra.c\"" >> mod_python_wrap.cpp
|
which swig 2>&1 >>/dev/null && echo "#include \"mod_python_extra.c\"" >> mod_python_wrap.cpp
|
||||||
which swig 2>&1 >>/dev/null && patch -s -p0 -i hack.diff
|
which swig 2>&1 >>/dev/null && patch -s -p0 -i hack.diff
|
||||||
|
|
||||||
install:
|
install-data-local:
|
||||||
mkdir -m755 -p $(DESTDIR)$(PYTHON_SITE_DIR)
|
mkdir -m755 -p $(DESTDIR)$(PYTHON_SITE_DIR)
|
||||||
cp -f freeswitch.py $(DESTDIR)$(PYTHON_SITE_DIR)
|
cp -f freeswitch.py $(DESTDIR)$(PYTHON_SITE_DIR)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user