| Barry Warsaw | 14d98ac | 2010-11-24 19:43:47 +0000 | [diff] [blame] | 1 | # See: man pkg-config | 
| Antoine Pitrou | 2032722 | 2009-05-24 20:39:11 +0000 | [diff] [blame] | 2 | prefix=@prefix@ | 
 | 3 | exec_prefix=@exec_prefix@ | 
 | 4 | libdir=@libdir@ | 
 | 5 | includedir=@includedir@ | 
 | 6 |  | 
 | 7 | Name: Python | 
 | 8 | Description: Python library | 
 | 9 | Requires:  | 
 | 10 | Version: @VERSION@ | 
 | 11 | Libs.private: @LIBS@ | 
| Barry Warsaw | f040d7d | 2010-10-18 17:09:07 +0000 | [diff] [blame] | 12 | Libs: -L${libdir} -lpython@VERSION@@ABIFLAGS@ | 
| Barry Warsaw | 14d98ac | 2010-11-24 19:43:47 +0000 | [diff] [blame] | 13 | Cflags: -I${includedir}/python@VERSION@@ABIFLAGS@ |