source:
python/vendor/Python-2.7.6/Misc/python.pc.in
Last change on this file was 388, checked in by , 11 years ago | |
---|---|
|
|
File size: 253 bytes |
Line | |
---|---|
1 | prefix=@prefix@ |
2 | exec_prefix=@exec_prefix@ |
3 | libdir=@libdir@ |
4 | includedir=@includedir@ |
5 | |
6 | Name: Python |
7 | Description: Python library |
8 | Requires: |
9 | Version: @VERSION@ |
10 | Libs.private: @LIBS@ |
11 | Libs: -L${libdir} -lpython@VERSION@ |
12 | Cflags: -I${includedir}/python@VERSION@ |
13 |
Note:
See TracBrowser
for help on using the repository browser.