Mercurial > hg > vamp-plugin-sdk
diff Makefile @ 1:ad9aa1881a70
* Add most basic load-library-and-list-plugins host
author | cannam |
---|---|
date | Fri, 31 Mar 2006 15:00:29 +0000 |
parents | 6479539d1b32 |
children | c66551966b5f |
line wrap: on
line diff
--- a/Makefile Fri Mar 31 14:21:51 2006 +0000 +++ b/Makefile Fri Mar 31 15:00:29 2006 +0000 @@ -1,12 +1,21 @@ -all: +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)