# flext - C++ layer for Max/MSP and pd (pure data) externals
# tutorial examples
# Copyright (c) 2001,2002 Thomas Grill (xovo@gmx.net)
#

# where are the PD header files?
PDPATH=/usr/local/pd/src

# where do the flext libraries reside?
FLEXTPATH=../flext/pd-darwin

# where should the examples be built? (relative path)
OUTPATH=./pd-darwin

# install the examples? (yes/no)
INSTALL=no

# where should the examples be installed?
#INSTPATH=/usr/lib/pd/5.reference/
