pcitool.pc.in 352 B

123456789101112
  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. Name: ${TARNAME}
  8. Description: User-space library to handle PCIe-devices
  9. Version: ${PACKAGE_VERSION}
  10. Libs: -L${LIB_INSTALL_DIR} -lpcilib
  11. Cflags: -I${INCLUDE_INSTALL_DIR}