You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

55 lines
1.7 KiB

  1. # -*- makefile -*-
  2. #
  3. # This file is autogenerated from Modules/Setup.stdlib.in.
  4. #
  5. # The file is not used by default yet. For testing do:
  6. #
  7. # ln -sfr Modules/Setup.stdlib Modules/Setup.local
  8. #
  9. # * @MODULE_{NAME}_TRUE@ is removed when configure detects all build
  10. # dependencies for a module. Otherwise the template variable is replaced
  11. # by a comment "#" and the module is skipped.
  12. # * Module lines without any compiler and linker flags automatically use
  13. # $(MODULE_{NAME}_CFLAGS) and $(MODULE_{NAME}_LDFLAGS). These flags are
  14. # generated by PY_STDLIB_MOD macro.
  15. # * All source files automatically depend on $(PYTHON_HEADERS) and
  16. # $(MODULE_{NAME}_DEPS).
  17. #
  18. # See Modules/Setup and Modules/makesetup
  19. #
  20. # Build modules statically or as shared extensions
  21. *shared*
  22. # *static*
  23. ############################################################################
  24. # Modules that should always be present (POSIX and Windows):
  25. # _decimal uses libmpdec
  26. # either static libmpdec.a from Modules/_decimal/libmpdec or libmpdec.so
  27. # with ./configure --with-system-libmpdec
  28. @MODULE__DECIMAL_TRUE@_decimal _decimal/_decimal.c
  29. ############################################################################
  30. # XML and text
  31. # pyexpat module uses libexpat
  32. # either static libexpat.a from Modules/expat or libexpat.so with
  33. # ./configure --with-system-expat
  34. @MODULE_PYEXPAT_TRUE@pyexpat pyexpat.c
  35. # _elementtree libexpat via CAPI hook in pyexpat.
  36. @MODULE__ELEMENTTREE_TRUE@_elementtree _elementtree.c
  37. ############################################################################
  38. # Modules with some UNIX dependencies
  39. #
  40. # Linux and FreeBSD, needs sys/soundcard.h or linux/soundcard.h
  41. @MODULE_OSSAUDIODEV_TRUE@ossaudiodev ossaudiodev.c