Staging
v0.5.1
https://github.com/python/cpython
Revision 491b1dc79efd4d3fc39b0ded2cd3fd746154b882 authored by Georg Brandl on 24 August 2012, 16:15:46 UTC, committed by Georg Brandl on 24 August 2012, 16:15:46 UTC
2 parent s 82649f3 + a61b09f
Raw File
Tip revision: 491b1dc79efd4d3fc39b0ded2cd3fd746154b882 authored by Georg Brandl on 24 August 2012, 16:15:46 UTC
Closes #9374: merge with 3.2
Tip revision: 491b1dc
python.pc.in
# See: man pkg-config
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@

Name: Python
Description: Python library
Requires: 
Version: @VERSION@
Libs.private: @LIBS@
Libs: -L${libdir} -lpython@VERSION@@ABIFLAGS@
Cflags: -I${includedir}/python@VERSION@@ABIFLAGS@
back to top