/alps/pcitool

To get this branch, use:
bzr branch http://suren.me/webbzr/alps/pcitool
241 by Suren A. Chilingaryan
Further adjustments to get ready for independent event plugins
1
prefix=${CMAKE_INSTALL_PREFIX}
388 by Suren A. Chilingaryan
Use GNUInstallDirs
2
exec_prefix=${CMAKE_INSTALL_BINDIR}
3
libdir=${CMAKE_INSTALL_LIBDIR}
4
includedir=${CMAKE_INSTALL_INCLUDEDIR}
241 by Suren A. Chilingaryan
Further adjustments to get ready for independent event plugins
5
plugindir=${PCILIB_PLUGIN_DIR}
6
modeldir=${PCILIB_MODEL_DIR}
7
8
Name: ${TARNAME}
9
Description: User-space library to handle PCIe-devices
10
Version: ${PACKAGE_VERSION}
388 by Suren A. Chilingaryan
Use GNUInstallDirs
11
Libs: -L${CMAKE_INSTALL_LIBDIR} -lpcilib
12
Cflags: -I${CMAKE_INSTALL_INCLUDEDIR}