# library name
lib.name = abl_link~

# input source file (class name == source file basename)
abl_link~.class.sources = abl_link~.cpp  abl_link_instance.cpp

# all extra files to be included in binary distribution of the library
datafiles = 

cflags=-I/usr/include/ableton -std=c++11 -Wno-multichar
cflags += -DLINK_PLATFORM_LINUX=1

suppress-wunused = yes

# include Makefile.pdlibbuilder
PDLIBBUILDER_DIR=/usr/share/pd-lib-builder/
include $(PDLIBBUILDER_DIR)Makefile.pdlibbuilder
