From 21c068f1916330e90f814bed461fe0821d1665ec Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Sun, 9 Oct 2011 16:36:37 +0000 Subject: checked in pd-0.43-0.src.tar.gz svn path=/trunk/; revision=15557 --- pd/pd.pc.in | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 pd/pd.pc.in (limited to 'pd/pd.pc.in') 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@ -- cgit v1.2.1