diff options
author | jofret | 2008-09-03 09:15:52 +0000 |
---|---|---|
committer | jofret | 2008-09-03 09:15:52 +0000 |
commit | 40b66fccf867aae39e30468582d6625a7b0a4e48 (patch) | |
tree | 54580c807a968b32f2eb88a4874fa3fd11afb209 /src/signalProcessing/Makefile.am | |
parent | 6fb95b8ff439e46c3f237df9b5cefdb7231002b1 (diff) | |
download | scilab2c-40b66fccf867aae39e30468582d6625a7b0a4e48.tar.gz scilab2c-40b66fccf867aae39e30468582d6625a7b0a4e48.tar.bz2 scilab2c-40b66fccf867aae39e30468582d6625a7b0a4e48.zip |
Enable fft compilation
Diffstat (limited to 'src/signalProcessing/Makefile.am')
-rw-r--r-- | src/signalProcessing/Makefile.am | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/signalProcessing/Makefile.am b/src/signalProcessing/Makefile.am new file mode 100644 index 00000000..eec71e87 --- /dev/null +++ b/src/signalProcessing/Makefile.am @@ -0,0 +1,14 @@ +## +## Scilab ( http://www.scilab.org/ ) - This file is part of Scilab +## Copyright (C) 2008-2008 - INRIA - Bruno JOFRET +## +## This file must be used under the terms of the CeCILL. +## This source file is licensed as described in the file COPYING, which +## you should have received as part of this distribution. The terms +## are also available at +## http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt +## +## + +SUBDIRS= fft + |