aboutsummaryrefslogtreecommitdiff
path: root/pd/pd.pc.in
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2011-10-09 16:36:37 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2011-10-09 16:36:37 +0000
commit21c068f1916330e90f814bed461fe0821d1665ec (patch)
tree949b73696fff09a44b8d3eb01b70bae7174cbd14 /pd/pd.pc.in
parentbf8ced1efe1a032342e864edc635fa4e2676670d (diff)
checked in pd-0.43-0.src.tar.gz
svn path=/trunk/; revision=15557
Diffstat (limited to 'pd/pd.pc.in')
-rw-r--r--pd/pd.pc.in22
1 files changed, 22 insertions, 0 deletions
diff --git a/pd/pd.pc.in b/pd/pd.pc.in
new file mode 100644
index 00000000..c81c8138
--- /dev/null
+++ b/pd/pd.pc.in
@@ -0,0 +1,22 @@
+# Pure data pkg-config file
+# LATER: shouldn't "--libs" output all flags for building an external?
+
+prefix=@prefix@
+exec_prefix=@exec_prefix@
+libdir=@libdir@
+includedir=@includedir@
+
+###############################
+# variables
+# the default file-extension for externals (e.g. "l_i386")
+extension=@EXTERNAL_EXTENSION@
+# where to install externals
+externaldir=${libdir}/pd/extra
+
+###############################
+# core configuration
+Name: pd
+Description: Pure data externals
+Version: @PACKAGE_VERSION@
+Cflags: -I${includedir}/pd -DPD @EXTERNAL_CFLAGS@
+Libs: @EXTERNAL_LDFLAGS@