summaryrefslogtreecommitdiff
path: root/glib/glibmm-uninstalled.pc.in
diff options
context:
space:
mode:
authorDaniel Elstner <danielk@openismus.com>2009-08-20 11:27:59 +0200
committerDaniel Elstner <danielk@openismus.com>2009-08-20 11:27:59 +0200
commit4c537aaaf7cd77fa13d2bd026537d5fd9b1e7245 (patch)
tree582c1677afebaf61d86d68c35a8cbe6a391e804b /glib/glibmm-uninstalled.pc.in
parent03c19bc62e0451637fd44ceaf054e9fa229c2d36 (diff)
downloadglibmm-4c537aaaf7cd77fa13d2bd026537d5fd9b1e7245.tar.gz
Substitute API version in filenames dynamically
* glib/glibmm.pc.in: Rename file from glib/glibmm-2.4.pc.in. * glib/glibmm-uninstalled.pc.in: Rename file from glib/glibmm-2.4-uninstalled.pc.in. * gio/giomm.pc.in: Rename file from gio/giomm-2.4.pc.in. * gio/giomm-uninstalled.pc.in: Rename file from gio/giomm-2.4-uninstalled.pc.in. * configure.ac (AC_CONFIG_FILES): Insert ${GLIBMM_MODULE_NAME} and ${GIOMM_MODULE_NAME} into output filenames and remove the hard-coded version from the input filenames. * glib/glibmm/Makefile.am (lib_LTLIBRARIES): Substitute @GLIBMM_API_VERSION@ into the libtool archive name as well as the variable names derived from it instead of hard-coding the API version.
Diffstat (limited to 'glib/glibmm-uninstalled.pc.in')
-rw-r--r--glib/glibmm-uninstalled.pc.in13
1 files changed, 13 insertions, 0 deletions
diff --git a/glib/glibmm-uninstalled.pc.in b/glib/glibmm-uninstalled.pc.in
new file mode 100644
index 00000000..2d61c292
--- /dev/null
+++ b/glib/glibmm-uninstalled.pc.in
@@ -0,0 +1,13 @@
+gmmprocdir=${pc_top_builddir}/tools
+doctooldir=${pc_top_builddir}/${pcfiledir}/@top_srcdir@/docs
+
+doxytagfile=${pc_top_builddir}/docs/reference/@GLIBMM_MODULE_NAME@.tag
+htmlrefpub=http://www.gtkmm.org/docs/@GLIBMM_MODULE_NAME@/docs/reference/html/
+
+Name: glibmm
+Description: C++ binding for GLib, not installed
+Version: @PACKAGE_VERSION@
+URL: http://www.gtkmm.org/
+Requires: gobject-2.0 sigc++-2.0
+Libs: ${pc_top_builddir}/${pcfiledir}/glibmm/libglibmm-@GLIBMM_API_VERSION@.la
+Cflags: -I${pc_top_builddir}/${pcfiledir} -I${pc_top_builddir}/${pcfiledir}/@srcdir@