root / host / uhd.pc.in @ 16b54d61
History | View | Annotate | Download (441 Bytes)
| 1 | b2dc873c | Josh Blum | prefix=@CMAKE_INSTALL_PREFIX@ |
|---|---|---|---|
| 2 | e8b60b03 | Josh Blum | exec_prefix=${prefix}
|
| 3 | ef0ca3b1 | Josh Blum | libdir=${exec_prefix}/@LIBRARY_DIR@
|
| 4 | 24bd27b9 | Josh Blum | includedir=${prefix}/@INCLUDE_DIR@
|
| 5 | 67a502ec | Josh Blum | |
| 6 | b2dc873c | Josh Blum | Name: @CPACK_PACKAGE_NAME@ |
| 7 | ef0ca3b1 | Josh Blum | Description: @CPACK_PACKAGE_DESCRIPTION_SUMMARY@ |
| 8 | 31cdaa9f | Josh Blum | URL: http://code.ettus.com/redmine/ettus/projects/uhd/wiki |
| 9 | b2dc873c | Josh Blum | Version: @CPACK_PACKAGE_VERSION@ |
| 10 | 31cdaa9f | Josh Blum | Requires: |
| 11 | Requires.private: @UHD_PC_REQUIRES@ |
||
| 12 | Conflicts: |
||
| 13 | Cflags: -I${includedir} @UHD_PC_CFLAGS@
|
||
| 14 | c5480830 | Josh Blum | Libs: -L${libdir} -luhd
|
| 15 | 31cdaa9f | Josh Blum | Libs.private: @UHD_PC_LIBS@ |