diff options
author | Tom Schouten <doelie@users.sourceforge.net> | 2003-01-21 10:18:19 +0000 |
---|---|---|
committer | Tom Schouten <doelie@users.sourceforge.net> | 2003-01-21 10:18:19 +0000 |
commit | cdf8ded57019d5c905f16422d40be7b1a18ab3bc (patch) | |
tree | 92623f40f305b1e2f51198d5c16893c7ca70a2c6 /modules/Makefile |
This commit was generated by cvs2svn to compensate for changes in r350,svn2git-root
which included commits to RCS files with non-trunk default branches.
svn path=/trunk/externals/creb/; revision=351
Diffstat (limited to 'modules/Makefile')
-rw-r--r-- | modules/Makefile | 11 |
1 files changed, 11 insertions, 0 deletions
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 *~ + |