File: pd.pc.in

package info (click to toggle)
puredata 0.43.2-5
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 9,860 kB
  • sloc: ansic: 88,872; tcl: 5,346; cpp: 3,010; makefile: 1,172; sh: 203
file content (22 lines) | stat: -rw-r--r-- 575 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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@