#!/usr/bin/make -f

#FLAGS=-O3 -pipe -ffast-math -mtune=generic -msse -msse2 -mfpmath=sse -fstack-protector --param ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -fPIC -DPIC -fvisibility=hidden

#export CFLAGS=$(FLAGS)
#export CXXFLAGS=$(FLAGS) -fvisibility-inlines-hidden
#export CPPFLAGS=
#export LDFLAGS=-Wl,-O1 -Wl,-z,relro,-z,now -Wl,--no-undefined -Wl,--strip-all

export LV2_DEST=/usr/lib/lv2/

%:
	dh $@
