/alps/fastwriter

To get this branch, use:
bzr branch http://suren.me/webbzr/alps/fastwriter

« back to all changes in this revision

Viewing changes to fastwriter.pc.in

  • Committer: Suren A. Chilingaryan
  • Date: 2011-12-13 13:57:51 UTC
  • Revision ID: csa@dside.dyndns.org-20111213135751-bpzkwwn7ujnkdekc
Initial release

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
prefix=${CMAKE_INSTALL_PREFIX}
 
2
exec_prefix=${BIN_INSTALL_DIR}
 
3
libdir=${LIB_INSTALL_DIR}
 
4
includedir=${INCLUDE_INSTALL_DIR}
 
5
 
 
6
Name: ${TARNAME}
 
7
Description: Fast Streaming Storage Library
 
8
Version: ${PACKAGE_VERSION}
 
9
Libs: -L${LIB_INSTALL_DIR} -lfastwriter
 
10
Cflags: -I${INCLUDE_INSTALL_DIR}