Makefile.in (recode-3.7.4) | : | Makefile.in (recode-3.7.5) | ||
---|---|---|---|---|
skipping to change at line 1467 | skipping to change at line 1467 | |||
distclean-generic: | distclean-generic: | |||
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) | -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) | |||
-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $ (CONFIG_CLEAN_VPATH_FILES) | -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $ (CONFIG_CLEAN_VPATH_FILES) | |||
-test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES) | -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES) | |||
maintainer-clean-generic: | maintainer-clean-generic: | |||
@echo "This command is intended for maintainers to use" | @echo "This command is intended for maintainers to use" | |||
@echo "it deletes files that may require special tools to rebuild." | @echo "it deletes files that may require special tools to rebuild." | |||
clean: clean-am | clean: clean-am | |||
clean-am: clean-generic clean-libtool mostlyclean-am | clean-am: clean-generic clean-libtool clean-local mostlyclean-am | |||
distclean: distclean-am | distclean: distclean-am | |||
-rm -f Makefile | -rm -f Makefile | |||
distclean-am: clean-am distclean-generic | distclean-am: clean-am distclean-generic | |||
dvi: dvi-am | dvi: dvi-am | |||
dvi-am: | dvi-am: | |||
html: html-am | html: html-am | |||
skipping to change at line 1534 | skipping to change at line 1534 | |||
ps: ps-am | ps: ps-am | |||
ps-am: | ps-am: | |||
uninstall-am: | uninstall-am: | |||
.MAKE: check-am install-am install-strip | .MAKE: check-am install-am install-strip | |||
.PHONY: all all-am check check-am check-local clean clean-generic \ | .PHONY: all all-am check check-am check-local clean clean-generic \ | |||
clean-libtool cscopelist-am ctags-am distclean \ | clean-libtool clean-local cscopelist-am ctags-am distclean \ | |||
distclean-generic distclean-libtool distdir dvi dvi-am html \ | distclean-generic distclean-libtool distdir dvi dvi-am html \ | |||
html-am info info-am install install-am install-data \ | html-am info info-am install install-am install-data \ | |||
install-data-am install-dvi install-dvi-am install-exec \ | install-data-am install-dvi install-dvi-am install-exec \ | |||
install-exec-am install-html install-html-am install-info \ | install-exec-am install-html install-html-am install-info \ | |||
install-info-am install-man install-pdf install-pdf-am \ | install-info-am install-man install-pdf install-pdf-am \ | |||
install-ps install-ps-am install-strip installcheck \ | install-ps install-ps-am install-strip installcheck \ | |||
installcheck-am installdirs maintainer-clean \ | installcheck-am installdirs maintainer-clean \ | |||
maintainer-clean-generic mostlyclean mostlyclean-generic \ | maintainer-clean-generic mostlyclean mostlyclean-generic \ | |||
mostlyclean-libtool pdf pdf-am ps ps-am tags-am uninstall \ | mostlyclean-libtool pdf pdf-am ps ps-am tags-am uninstall \ | |||
uninstall-am | uninstall-am | |||
.PRECIOUS: Makefile | .PRECIOUS: Makefile | |||
clean-local: | ||||
rm -f *@pyextext@ | ||||
check-local: Recode@pyextext@ | check-local: Recode@pyextext@ | |||
if test -n "$(VALGRIND)"; then export VALGRIND='$(VALGRIND) --suppression s=$(srcdir)/valgrind-python.supp'; fi; \ | if test -n "$(VALGRIND)"; then export VALGRIND='$(VALGRIND) --suppression s=$(srcdir)/valgrind-python.supp'; fi; \ | |||
export LD_LIBRARY_PATH=$(top_builddir)/src/@objdir@; \ | export LD_LIBRARY_PATH=$(top_builddir)/src/@objdir@; \ | |||
export DYLD_LIBRARY_PATH=$(top_builddir)/src/@objdir@; \ | export DYLD_LIBRARY_PATH=$(top_builddir)/src/@objdir@; \ | |||
RECODE=$(top_builddir)/src/recode$(EXEEXT) PYTHONPATH=.:$(srcdir) \ | RECODE=$(top_builddir)/src/recode$(EXEEXT) PYTHONPATH=.:$(srcdir) \ | |||
$$VALGRIND $(PYTHON) $(srcdir)/pytest $(LIMIT) $(srcdir)/t*.py | $$VALGRIND $(PYTHON) $(srcdir)/pytest $(LIMIT) $(srcdir)/t*.py | |||
Recode@pyextext@: Recode.c setup.py | Recode@pyextext@: Recode.c setup.py | |||
rm -f *@pyextext@ | rm -f *@pyextext@ | |||
$(PYTHON) setup.py build_ext --inplace | $(PYTHON) setup.py build_ext --inplace | |||
rm -fr build | rm -fr build | |||
Recode.c: Recode.pyx Makefile | Recode.c: Recode.pyx Makefile | |||
rm -f Recode.c && \ | rm -f Recode.c && \ | |||
$(CYTHON) -o Recode.body.c $(srcdir)/Recode.pyx && \ | $(CYTHON) -3 -o Recode.body.c $(srcdir)/Recode.pyx && \ | |||
echo '#include "config.h"' > Recode.c && \ | echo '#include "config.h"' > Recode.c && \ | |||
cat Recode.body.c >> Recode.c | cat Recode.body.c >> Recode.c | |||
# Tell versions [3.59,3.63) of GNU make to not export all variables. | # Tell versions [3.59,3.63) of GNU make to not export all variables. | |||
# Otherwise a system limit (for SysV at least) may be exceeded. | # Otherwise a system limit (for SysV at least) may be exceeded. | |||
.NOEXPORT: | .NOEXPORT: | |||
End of changes. 4 change blocks. | ||||
3 lines changed or deleted | 6 lines changed or added |