view Makefile @ 9:44113b1e296b

* Add valueNames to parameter descriptor * Change valueCount and valueNames to binCount and binNames in output descriptor, to avoid confusion with other uses of value * Some explanatory notes about FFT alignment
author cannam
date Wed, 05 Apr 2006 16:50:07 +0000
parents c66551966b5f
children 83d3eb580731
line wrap: on
line source


all:	examples_ host_ test

examples_:
	$(MAKE) -C examples all

host_:
	$(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)