Apply silent rule variables to Python

astyle-formatting
Nate Bargmann 2017-07-27 15:08:22 -05:00
rodzic 21a86f429e
commit 7f76171259
1 zmienionych plików z 5 dodań i 4 usunięć

Wyświetl plik

@ -111,14 +111,15 @@ _Hamlib_la_LTLIBRARIES = $(pyexec_ltlib)
all-py: $(pyexec_ltlib)
check-py: all-py
PYTHONPATH=$(builddir):$(builddir)/.libs $(PYTHON) $(srcdir)/$(pytest) \
|| echo "Python test failed" 1>&2
$(AM_V_at)PYTHONPATH=$(builddir):$(builddir)/.libs \
$(PYTHON) $(srcdir)/$(pytest) \
|| echo "Python test failed" 1>&2
Hamlib.py: hamlibpy_wrap.c
hamlibpy_wrap.c: hamlib.swg $(SWGDEP)
$(SWIG) -python $(AM_CPPFLAGS) -I$(top_srcdir)/bindings \
-o $@ `test -f hamlib.swg || echo '$(srcdir)/'`hamlib.swg
$(AM_V_GEN)$(SWIG) -python $(AM_CPPFLAGS) -I$(top_srcdir)/bindings \
-o $@ `test -f hamlib.swg || echo '$(srcdir)/'`hamlib.swg
install-py:
clean-py: