implemented Setup.hs to build boehm cpp libs and install them;
[hs-boehmgc.git] / gc-7.2 / libatomic_ops / pkgconfig / atomic_ops.pc
1 prefix=/home/hs/Mate/boehmgc/gc
2 exec_prefix=${prefix}
3 libdir=${exec_prefix}/lib
4 includedir=${prefix}/include
5
6 Name: The atomic_ops project
7 Description: Atomic memory update operations portable implementation
8 Version: 7.2
9 Libs: -L${libdir} -latomic_ops
10 Cflags: -I${includedir}