1# See: man pkg-config 2prefix=@prefix@ 3exec_prefix=@exec_prefix@ 4libdir=@libdir@ 5includedir=@includedir@ 6 7Name: Python 8Description: Embed Python into an application 9Requires: 10Version: @VERSION@ 11Libs.private: @LIBS@ 12Libs: -L${libdir} -lpython@VERSION@@ABIFLAGS@ 13Cflags: -I${includedir}/python@VERSION@@ABIFLAGS@ 14