Staging
v0.8.1
https://github.com/python/cpython
Revision dba903993a8d3e13d2cf83d6a8912e908025b17b authored by Serhiy Storchaka on 10 May 2016, 09:01:23 UTC, committed by Serhiy Storchaka on 10 May 2016, 09:01:23 UTC
1 parent 3872350
Raw File
Tip revision: dba903993a8d3e13d2cf83d6a8912e908025b17b authored by Serhiy Storchaka on 10 May 2016, 09:01:23 UTC
Issue #23921: Standardized documentation whitespace formatting.
Tip revision: dba9039
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