view Makefile.osx @ 313:fa2ffbb786df

Don't rely on column count to determine whether we've set the start time or not -- it could theoretically be 0 even after some input has appeared
author Chris Cannam
date Tue, 28 Apr 2015 11:09:31 +0100
parents b7f425bb7402
children 7dcff010d9cd
line wrap: on
line source

ARCHFLAGS	?= -mmacosx-version-min=10.6 -arch x86_64 -arch i386

CXXFLAGS 	+= $(ARCHFLAGS) -DMALLOC_IS_ALIGNED -O3 -ftree-vectorize -I../vamp-plugin-sdk

LDFLAGS	    	+= $(ARCHFLAGS) -dynamiclib ../vamp-plugin-sdk/libvamp-sdk.a -exported_symbols_list vamp-plugin.list -install_name silvet.dylib

PLUGIN_EXT   := .dylib

MAKEFILE_EXT := .osx

include Makefile.inc

.PHONY: constant-q-cpp
constant-q-cpp: 
	$(MAKE) -C $@ -f Makefile$(MAKEFILE_EXT) libcq.a