To check out this repository please hg clone the following URL, or open the URL using EasyMercurial or your preferred Mercurial client.

Statistics Download as Zip
| Branch: | Tag: | Revision:

root / Makefile.osx @ 32:36638ec0b379

History | View | Annotate | Download (175 Bytes)

1

    
2
CFLAGS := -fPIC -O3 -Wall
3
CXXFLAGS := $(CFLAGS)
4

    
5
PLUGIN_LDFLAGS := -dynamiclib -lvamp-sdk -exported_symbols_list vamp-plugin.list
6

    
7
PLUGIN_EXT := .dylib
8

    
9
include Makefile.inc