Mercurial > hg > vampy-host
view Makefile.linux @ 70:ffdeb8808fc1
Let's favour consistent shape in output, and return the output identifier always
author | Chris Cannam |
---|---|
date | Wed, 14 Jan 2015 17:19:04 +0000 |
parents | d761c5fb06a0 |
children | 216ed5a72c36 |
line wrap: on
line source
PY_INCLUDE_PATH := /usr/include/python2.7 NUMPY_INCLUDE_PATH := /usr/lib/python2.7/site-packages/numpy/core/include CFLAGS := -O2 -Wall -Werror -fno-strict-aliasing -fPIC \ -I$(PY_INCLUDE_PATH) -I$(NUMPY_INCLUDE_PATH) CXXFLAGS := $(CFLAGS) LDFLAGS := -shared -Wl,-Bstatic -lvamp-hostsdk -Wl,-Bdynamic \ -Wl,-z,defs -lpython2.7 -ldl NOSE := /usr/bin/nosetests2 LIBRARY_EXT := .so include Makefile.inc