New file.
authorhanda <handa>
Mon, 11 Oct 2004 00:58:03 +0000 (00:58 +0000)
committerhanda <handa>
Mon, 11 Oct 2004 00:58:03 +0000 (00:58 +0000)
m17n-core.pc.in [new file with mode: 0644]
m17n-gui.pc.in [new file with mode: 0644]
m17n-shell.pc.in [new file with mode: 0644]

diff --git a/m17n-core.pc.in b/m17n-core.pc.in
new file mode 100644 (file)
index 0000000..a08bd5d
--- /dev/null
@@ -0,0 +1,10 @@
+prefix=@prefix@
+exec_prefix=@exec_prefix@
+libdir=@libdir@
+includedir=@includedir@
+
+Name: m17n-core
+Description: Core API suport of the m17n library.
+Version: @PACKAGE_VERSION@
+Libs: -L${libdir} -lm17n-core
+Cflags: -I${includedir}
diff --git a/m17n-gui.pc.in b/m17n-gui.pc.in
new file mode 100644 (file)
index 0000000..ba679d6
--- /dev/null
@@ -0,0 +1,12 @@
+prefix=@prefix@
+exec_prefix=@exec_prefix@
+libdir=@libdir@
+includedir=@includedir@
+version=@PACKAGE_VERSION@
+
+Name: m17n-gui
+Description: GUI API suport of the m17n library.
+Version: ${version}
+Requires: m17n-core = ${version}, m17n-shell = ${version}
+Libs: -L${libdir} -lm17n-core -lm17n -lm17n-gui
+Cflags: -I${includedir}
diff --git a/m17n-shell.pc.in b/m17n-shell.pc.in
new file mode 100644 (file)
index 0000000..2b14b0c
--- /dev/null
@@ -0,0 +1,12 @@
+prefix=@prefix@
+exec_prefix=@exec_prefix@
+libdir=@libdir@
+includedir=@includedir@
+version=@PACKAGE_VERSION@
+
+Name: m17n-shell
+Description: Shell API suport of the m17n library.
+Version: ${version}
+Requires: m17n-core = ${version}
+Libs: -L${libdir} -lm17n-core -lm17n
+Cflags: -I${includedir}