comparison build/linux/pkgconfig_files/boost_filesystem.pc @ 0:4a0efb7baf70

* Datasets becomes the new trunk and retires after that :-)
author mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
date Sun, 29 Jun 2008 18:44:17 +0000
parents
children 49e0633b7dd2
comparison
equal deleted inserted replaced
-1:000000000000 0:4a0efb7baf70
1 # boost_filesystem.pc -- pkg-config data for boost_filesystem
2
3 # grep '^INSTALL_.*=' ../Makefile | sed 's/INSTALL_TOP/prefix/'
4 prefix= /usr/local
5 INSTALL_BIN= ${prefix}/bin
6 INSTALL_INC= ${prefix}/include/boost-1_33_1
7 INSTALL_LIB= ${prefix}/lib
8 INSTALL_MAN= ${prefix}/share/man/man1
9
10 # canonical vars
11 exec_prefix=${prefix}
12 libdir=${exec_prefix}/lib
13 includedir=${prefix}/include
14
15 Name: Boost Filesystem
16 Description:
17 # Is that the correct version for boost filesystem?
18 Version: 0.6
19 Requires:
20 Libs: -L${libdir} -lboost_filesystem
21 Cflags: -I${includedir}
22
23 # (end of boost_filesystem.pc)