panthema / 2012 / 1119-eSAIS-Inducing-Suffix-and-LCP-Arrays-in-External-Memory / eSAIS-DC3-LCP-0.5.4 / stxxl / misc / cmake / stxxl.pc (Download File)
prefix=@CMAKE_INSTALL_PREFIX@
exec_prefix=${prefix}
includedir=${prefix}/@INSTALL_INCLUDE_DIR@
libdir=${exec_prefix}/@INSTALL_LIB_DIR@

Name: stxxl
Description: An implementation of the C++ STL interfaces for external (out-of-core) memory.
URL: http://stxxl.sourceforge.net
Version: @STXXL_VERSION_STRING@
Cflags: -I${includedir} @STXXL_CXX_FLAGS@
Libs: -L${libdir} -l@STXXL_LIBNAME@ @STXXL_EXTRA_LIBRARIES@