patch-Makefile_in 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. --- gpsd-2.92.orig/Makefile.in 2010-03-03 14:49:11.000000000 +0100
  2. +++ gpsd-2.92/Makefile.in 2010-04-03 10:33:48.782836143 +0200
  3. @@ -615,8 +615,6 @@ libgps_la_LIBADD = $(LIBM) $(LIBC) $(LIB
  4. #
  5. # Build Python binding
  6. #
  7. -@HAVE_PYTHON_TRUE@PYEXTENSIONS = gpspacket.so gpslib.so
  8. -@HAVE_PYTHON_TRUE@noinst_SCRIPTS = gpspacket.so gpslib.so setup.py
  9. @LIBGPSMM_ENABLE_FALSE@TESTBINS = test_float test_trig test_bits test_packet test_geoid \
  10. @LIBGPSMM_ENABLE_FALSE@ test_mkgmtime test_json
  11. @@ -1946,32 +1944,6 @@ maskdump.c: gpsd.h-tail maskaudit.py
  12. $(PYTHON) maskaudit.py -c >maskdump.c && \
  13. chmod a-w maskdump.c
  14. -# Multiple-outputs hack. See
  15. -# http://www.gnu.org/software/automake/manual/automake.html#Multiple-Outputs
  16. -@HAVE_PYTHON_TRUE@$(PYEXTENSIONS): stamp-python-modules
  17. -@HAVE_PYTHON_TRUE@ +@WITNESS=stamp-python-modules; $(MULTIOUT_RECOVER_DELETED)
  18. -# TODO: Should the dependency on libgps.la be enforced inside
  19. -# setup.py? (See the variable 'needed_files' in setup.py.)
  20. -@HAVE_PYTHON_TRUE@stamp-python-modules: gpspacket.c gpsclient.c libgps.la setup.py
  21. -@HAVE_PYTHON_TRUE@ @rm -f '$@' '$@.tmp'
  22. -@HAVE_PYTHON_TRUE@ @echo 'timestamp for $@' > '$@.tmp'
  23. -@HAVE_PYTHON_TRUE@ (cd '$(srcdir)' && \
  24. -@HAVE_PYTHON_TRUE@ env abs_builddir='$(abs_builddir)' \
  25. -@HAVE_PYTHON_TRUE@ MAKE='$(MAKE)' \
  26. -@HAVE_PYTHON_TRUE@ $(PYTHON) setup.py build_ext \
  27. -@HAVE_PYTHON_TRUE@ --build-lib '$(srcdir)' \
  28. -@HAVE_PYTHON_TRUE@ --build-temp '$(srcdir)/build' \
  29. -@HAVE_PYTHON_TRUE@ --include-dirs '$(srcdir):.'\
  30. -@HAVE_PYTHON_TRUE@ --mangenerator '$(MANGENERATOR)') && \
  31. -@HAVE_PYTHON_TRUE@ mv -f '$@.tmp' '$@'
  32. -
  33. -# Clean up after Python
  34. -@HAVE_PYTHON_TRUE@clean-local:
  35. -@HAVE_PYTHON_TRUE@ rm -rf build
  36. -
  37. -# Install Python modules
  38. -@HAVE_PYTHON_TRUE@install-exec-local:
  39. -@HAVE_PYTHON_TRUE@ $(PYTHON) setup.py install --prefix=${prefix} # --root=$(DESTDIR)
  40. @HAVE_XSLT_PROCESSOR_TRUE@.xml.1:
  41. @HAVE_XSLT_PROCESSOR_TRUE@ $(MANGENERATOR) $(MANFLAGS) $(MANTARGET) $<