kopia lustrzana https://github.com/Hamlib/Hamlib
fix build when tcl binding selected but not python
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2903 7ae35d74-ebe9-4afe-98af-79ac388436b8Hamlib-1.2.11
rodzic
b9b97a0f25
commit
3de1b6918d
|
@ -103,9 +103,14 @@ endif
|
||||||
##########################################
|
##########################################
|
||||||
# Python binding
|
# Python binding
|
||||||
|
|
||||||
|
if ENABLE_PYTHON
|
||||||
|
|
||||||
|
MOSTLYCLEANFILES+= hamlibpy_wrap.c Hamlib.py *.pyc
|
||||||
|
BUILT_SOURCES += hamlibpy_wrap.c Hamlib.py
|
||||||
|
|
||||||
python_ltlib = _Hamlib.la
|
python_ltlib = _Hamlib.la
|
||||||
|
|
||||||
pythondir = @pythondir@
|
#pythondir = @pythondir@
|
||||||
|
|
||||||
nodist__Hamlib_la_SOURCES = hamlibpy_wrap.c
|
nodist__Hamlib_la_SOURCES = hamlibpy_wrap.c
|
||||||
_Hamlib_la_LDFLAGS = -no-undefined -module -avoid-version
|
_Hamlib_la_LDFLAGS = -no-undefined -module -avoid-version
|
||||||
|
@ -130,8 +135,11 @@ clean-py:
|
||||||
distclean-py:
|
distclean-py:
|
||||||
uninstall-py:
|
uninstall-py:
|
||||||
|
|
||||||
##########################################
|
|
||||||
_Hamlib_la_LTLIBRARIES = $(python_ltlib)
|
_Hamlib_la_LTLIBRARIES = $(python_ltlib)
|
||||||
|
|
||||||
|
endif
|
||||||
|
|
||||||
|
##########################################
|
||||||
lib_LTLIBRARIES = $(tcl_ltlib)
|
lib_LTLIBRARIES = $(tcl_ltlib)
|
||||||
# lib_LTLIBRARIES = @BINDING_LIB_TARGETS@
|
# lib_LTLIBRARIES = @BINDING_LIB_TARGETS@
|
||||||
|
|
||||||
|
@ -148,12 +156,11 @@ uninstall-local: @BINDING_UNINSTALL@
|
||||||
EXTRA_DIST = $(SWGFILES) \
|
EXTRA_DIST = $(SWGFILES) \
|
||||||
Makefile.PL perltest.pl tcltest.tcl pytest.py
|
Makefile.PL perltest.pl tcltest.tcl pytest.py
|
||||||
|
|
||||||
BUILT_SOURCES += hamlibperl_wrap.c hamlibpy_wrap.c Hamlib.py
|
BUILT_SOURCES += hamlibperl_wrap.c
|
||||||
|
|
||||||
## DISTCLEANFILES = Hamlib-pl.mk Hamlib-pl.mk.old
|
## DISTCLEANFILES = Hamlib-pl.mk Hamlib-pl.mk.old
|
||||||
DISTCLEANFILES = Hamlib-pl.mk.old
|
DISTCLEANFILES = Hamlib-pl.mk.old
|
||||||
|
|
||||||
MOSTLYCLEANFILES+= hamlibperl_wrap.c Hamlib.pm Hamlib.bs \
|
MOSTLYCLEANFILES += hamlibperl_wrap.c Hamlib.pm Hamlib.bs
|
||||||
hamlibpy_wrap.c Hamlib.py *.pyc
|
|
||||||
|
|
||||||
noinst_SCRIPTS = perltest.pl tcltest.tcl pytest.py hamlibvb.bas
|
noinst_SCRIPTS = perltest.pl tcltest.tcl pytest.py hamlibvb.bas
|
||||||
|
|
|
@ -340,6 +340,7 @@ if test "${cf_with_python_binding}" = "yes" ; then
|
||||||
BINDING_UNINSTALL="${BINDING_UNINSTALL} uninstall-py"
|
BINDING_UNINSTALL="${BINDING_UNINSTALL} uninstall-py"
|
||||||
BINDING_LIB_TARGETS="${BINDING_LIB_TARGETS} \$(python_ltlib)"
|
BINDING_LIB_TARGETS="${BINDING_LIB_TARGETS} \$(python_ltlib)"
|
||||||
fi
|
fi
|
||||||
|
AM_CONDITIONAL(ENABLE_PYTHON, test x"${cf_with_python_binding}" = "xyes")
|
||||||
|
|
||||||
|
|
||||||
dnl Backend list
|
dnl Backend list
|
||||||
|
|
Ładowanie…
Reference in New Issue