comparison build/Makefile.osx @ 294:3f14a3891817

* fix paths
author cannam
date Tue, 22 Sep 2009 10:52:58 +0000
parents 2e16d99867bd
children 38c638894360
comparison
equal deleted inserted replaced
293:a331172e11ba 294:3f14a3891817
6 # This version of the Makefile is approximately correct for OS/X. 6 # This version of the Makefile is approximately correct for OS/X.
7 # Note that it has no "install" target; the following are the 7 # Note that it has no "install" target; the following are the
8 # library and related files that may be of interest resulting from 8 # library and related files that may be of interest resulting from
9 # the build: 9 # the build:
10 # 10 #
11 # src/libvamp-sdk.dylib [SDK dynamic library for plugins] 11 # libvamp-sdk.dylib [SDK dynamic library for plugins]
12 # src/libvamp-hostsdk.dylib [SDK dynamic library for hosts] 12 # libvamp-hostsdk.dylib [SDK dynamic library for hosts]
13 # 13 #
14 # src/libvamp-sdk.a [SDK static library for plugins] 14 # libvamp-sdk.a [SDK static library for plugins]
15 # src/libvamp-hostsdk.a [SDK static library for hosts] 15 # libvamp-hostsdk.a [SDK static library for hosts]
16 # 16 #
17 # examples/vamp-example-plugins.cat [copy this to your Vamp plugin dir] 17 # examples/vamp-example-plugins.cat [copy this to your Vamp plugin dir]
18 # examples/vamp-example-plugins.dylib [copy this to your Vamp plugin dir] 18 # examples/vamp-example-plugins.dylib [copy this to your Vamp plugin dir]
19 # 19 #
20 # host/vamp-simple-host [requires libsndfile to build] 20 # host/vamp-simple-host [requires libsndfile to build]