Mercurial > hg > silvet
comparison Makefile.inc @ 251:ea37df6305a8 norm
Don't need to build the flattendynamics plugin, just use the object files
author | Chris Cannam |
---|---|
date | Tue, 22 Jul 2014 18:41:09 +0100 |
parents | 70773820e719 |
children | 537205426492 |
comparison
equal
deleted
inserted
replaced
249:43617fe1954e | 251:ea37df6305a8 |
---|---|
34 OBJECTS := $(SOURCES:.cpp=.o) | 34 OBJECTS := $(SOURCES:.cpp=.o) |
35 OBJECTS := $(OBJECTS:.c=.o) | 35 OBJECTS := $(OBJECTS:.c=.o) |
36 | 36 |
37 LIBS := $(CQ_DIR)/libcq.a $(VAMPSDK_DIR)/libvamp-sdk.a | 37 LIBS := $(CQ_DIR)/libcq.a $(VAMPSDK_DIR)/libvamp-sdk.a |
38 | 38 |
39 all: constant-q-cpp flattendynamics $(PLUGIN) | 39 all: constant-q-cpp $(PLUGIN) |
40 | 40 |
41 $(PLUGIN): $(OBJECTS) $(LIBS) | 41 $(PLUGIN): $(OBJECTS) $(LIBS) |
42 $(CXX) -o $@ $^ $(LIBS) $(PLUGIN_LDFLAGS) | 42 $(CXX) -o $@ $^ $(LIBS) $(PLUGIN_LDFLAGS) |
43 | 43 |
44 clean: | 44 clean: |