From cdf8ded57019d5c905f16422d40be7b1a18ab3bc Mon Sep 17 00:00:00 2001 From: Tom Schouten Date: Tue, 21 Jan 2003 10:18:19 +0000 Subject: This commit was generated by cvs2svn to compensate for changes in r350, which included commits to RCS files with non-trunk default branches. svn path=/trunk/externals/creb/; revision=351 --- modules/Makefile | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 modules/Makefile (limited to 'modules/Makefile') diff --git a/modules/Makefile b/modules/Makefile new file mode 100644 index 0000000..4e1cabd --- /dev/null +++ b/modules/Makefile @@ -0,0 +1,11 @@ +include ../Makefile.config + +current: ead.o ear.o eadsr.o dist.o tabreadmix.o xfm.o qmult.o qnorm.o \ + cheby.o abs.o ramp.o dwt.o bfft.o dynwav.o statwav.o bdiag.o \ + diag.o matrix.o permut.o lattice.o ratio.o ffpoly.o fwarp.o + + +clean: + rm -f *.o + rm -f *~ + -- cgit v1.2.1