You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
pure-data-hugo/pd.pc.in

22 lines
567 B

# 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. "pd_linux")
extension=@EXTERNAL_EXTENSION@
# where to install externals
externaldir=${libdir}/pd/extra
###############################
# core configuration
Name: pd
Description: Pure Data
Version: @PACKAGE_VERSION@
Cflags: -I${includedir}/pd -DPD @EXTERNAL_CFLAGS@
Libs: @EXTERNAL_LDFLAGS@