Mercurial > hg > vamp-plugin-sdk
view Makefile @ 4:631468924a38
* Updating references to vamp-sdk
| author | cannam |
|---|---|
| date | Fri, 31 Mar 2006 15:10:45 +0000 |
| parents | ad9aa1881a70 |
| children | c66551966b5f |
line wrap: on
line source
all: examples/plugins.so host/simplehost test examples/plugins.so: $(MAKE) -C examples all host/simplehost: $(MAKE) -C host all test: $(MAKE) -C host test clean: $(MAKE) -C examples clean distclean: $(MAKE) -C examples distclean $(MAKE) -C host distclean rm -f *~ *.bak $(TARGET)
