/alps/pcitool

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

« back to all changes in this revision

Viewing changes to misc/pcitool.pc.in

  • Committer: Suren A. Chilingaryan
  • Date: 2016-03-16 19:06:34 UTC
  • Revision ID: csa@suren.me-20160316190634-srd1gqpxh5igizym
Use GNUInstallDirs

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
prefix=${CMAKE_INSTALL_PREFIX}
2
 
exec_prefix=${BIN_INSTALL_DIR}
3
 
libdir=${LIB_INSTALL_DIR}
4
 
includedir=${INCLUDE_INSTALL_DIR}
 
2
exec_prefix=${CMAKE_INSTALL_BINDIR}
 
3
libdir=${CMAKE_INSTALL_LIBDIR}
 
4
includedir=${CMAKE_INSTALL_INCLUDEDIR}
5
5
plugindir=${PCILIB_PLUGIN_DIR}
6
6
modeldir=${PCILIB_MODEL_DIR}
7
7
 
8
8
Name: ${TARNAME}
9
9
Description: User-space library to handle PCIe-devices
10
10
Version: ${PACKAGE_VERSION}
11
 
Libs: -L${LIB_INSTALL_DIR} -lpcilib
12
 
Cflags: -I${INCLUDE_INSTALL_DIR}
 
11
Libs: -L${CMAKE_INSTALL_LIBDIR} -lpcilib
 
12
Cflags: -I${CMAKE_INSTALL_INCLUDEDIR}