/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}
2
exec_prefix=${BIN_INSTALL_DIR}
3
libdir=${LIB_INSTALL_DIR}
4
includedir=${INCLUDE_INSTALL_DIR}
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}
11
Libs: -L${LIB_INSTALL_DIR} -lpcilib
12
Cflags: -I${INCLUDE_INSTALL_DIR}