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.linux @ 32:36638ec0b379

History | View | Annotate | Download (223 Bytes)

1

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

    
5
PLUGIN_LDFLAGS := -shared -Wl,-Bstatic -L../vamp-plugin-sdk -lvamp-sdk -Wl,-Bdynamic -lpthread -Wl,--version-script=vamp-plugin.map
6

    
7
PLUGIN_EXT := .so
8

    
9
include Makefile.inc