forked from fkanehiro/openhrp3
-
Notifications
You must be signed in to change notification settings - Fork 1
/
openhrp3.1.pc.in
21 lines (20 loc) · 878 Bytes
/
openhrp3.1.pc.in
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
prefix=@OPENHRP_DIR@
exec_prefix=${prefix}/bin
libdir=${prefix}/lib
includedir=-I${prefix}/@RELATIVE_HEADERS_INSTALL_PATH@ -I@EIGEN_INCLUDE_DIR@
idl_dir=${prefix}/@RELATIVE_IDL_INSTALL_PATH@
link_shared_files=@PKG_CONF_LINK_SHARED_FILES@
link_static_files=@PKG_CONF_LINK_STATIC_FILES@
link_depend_dirs=@PKG_CONF_LINK_DEPEND_DIRS@
link_depend_files=@PKG_CONF_LINK_DEPEND_FILES@
link_depend_options=@PKG_CONF_LINK_DEPEND_OPTS@
cflag_defs=@PKG_CONF_DEFS@
cflag_options=@PKG_CONF_CXXFLAG_OPTIONS@
Name: @PACKAGE_NAME@
Description: @OPENHRP_SHORT_DESCRIPTION@
URL: @OPENHRP_URL@
Version: @OPENHRP_VERSION_MAJOR@.@OPENHRP_VERSION_MINOR@.@OPENHRP_VERSION_MICRO@
Requires: @PKG_CONF_REQUIRES@
Libs: ${link_depend_dirs} -L${libdir} ${link_shared_files} ${link_depend_options} ${link_depend_files}
Libs.private: ${link_static_files}
Cflags: ${cflag_defs} ${cflag_options} ${includedir}