kopia lustrzana https://github.com/Hamlib/Hamlib
Apply silent rule variables to Python
rodzic
21a86f429e
commit
7f76171259
|
@ -111,13 +111,14 @@ _Hamlib_la_LTLIBRARIES = $(pyexec_ltlib)
|
||||||
all-py: $(pyexec_ltlib)
|
all-py: $(pyexec_ltlib)
|
||||||
|
|
||||||
check-py: all-py
|
check-py: all-py
|
||||||
PYTHONPATH=$(builddir):$(builddir)/.libs $(PYTHON) $(srcdir)/$(pytest) \
|
$(AM_V_at)PYTHONPATH=$(builddir):$(builddir)/.libs \
|
||||||
|
$(PYTHON) $(srcdir)/$(pytest) \
|
||||||
|| echo "Python test failed" 1>&2
|
|| echo "Python test failed" 1>&2
|
||||||
|
|
||||||
Hamlib.py: hamlibpy_wrap.c
|
Hamlib.py: hamlibpy_wrap.c
|
||||||
|
|
||||||
hamlibpy_wrap.c: hamlib.swg $(SWGDEP)
|
hamlibpy_wrap.c: hamlib.swg $(SWGDEP)
|
||||||
$(SWIG) -python $(AM_CPPFLAGS) -I$(top_srcdir)/bindings \
|
$(AM_V_GEN)$(SWIG) -python $(AM_CPPFLAGS) -I$(top_srcdir)/bindings \
|
||||||
-o $@ `test -f hamlib.swg || echo '$(srcdir)/'`hamlib.swg
|
-o $@ `test -f hamlib.swg || echo '$(srcdir)/'`hamlib.swg
|
||||||
|
|
||||||
install-py:
|
install-py:
|
||||||
|
|
Ładowanie…
Reference in New Issue