Mercurial > hg > smallbox
comparison util/Rice Wavelet Toolbox/compile.m @ 78:f69ae88b8be5
added Rice Wavelet Toolbox with my modification, so it can be compiled on newer systems.
author | Ivan Damnjanovic lnx <ivan.damnjanovic@eecs.qmul.ac.uk> |
---|---|
date | Fri, 25 Mar 2011 15:27:33 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
76:d052ec5b742f | 78:f69ae88b8be5 |
---|---|
1 % COMPILE compiles the c files and generates mex files. | |
2 % | |
3 | |
4 %Copyright (c) 2000 RICE UNIVERSITY. All rights reserved. | |
5 %Created by Haitao Guo, Department of ECE, Rice University. | |
6 % | |
7 %This software is distributed and licensed to you on a non-exclusive | |
8 %basis, free-of-charge. Redistribution and use in source and binary forms, | |
9 %with or without modification, are permitted provided that the following | |
10 %conditions are met: | |
11 % | |
12 %1. Redistribution of source code must retain the above copyright notice, | |
13 % this list of conditions and the following disclaimer. | |
14 %2. Redistribution in binary form must reproduce the above copyright notice, | |
15 % this list of conditions and the following disclaimer in the | |
16 % documentation and/or other materials provided with the distribution. | |
17 %3. All advertising materials mentioning features or use of this software | |
18 % must display the following acknowledgment: This product includes | |
19 % software developed by Rice University, Houston, Texas and its contributors. | |
20 %4. Neither the name of the University nor the names of its contributors | |
21 % may be used to endorse or promote products derived from this software | |
22 % without specific prior written permission. | |
23 % | |
24 %THIS SOFTWARE IS PROVIDED BY WILLIAM MARSH RICE UNIVERSITY, HOUSTON, TEXAS, | |
25 %AND CONTRIBUTORS AS IS AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, | |
26 %BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS | |
27 %FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL RICE UNIVERSITY | |
28 %OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, | |
29 %EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, | |
30 %PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; | |
31 %OR BUSINESS INTERRUPTIONS) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, | |
32 %WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR | |
33 %OTHERWISE), PRODUCT LIABILITY, OR OTHERWISE ARISING IN ANY WAY OUT OF THE | |
34 %USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | |
35 % | |
36 %For information on commercial licenses, contact Rice University's Office of | |
37 %Technology Transfer at techtran@rice.edu or (713) 348-6173 | |
38 | |
39 mex mdwt.c | |
40 mex midwt.c | |
41 mex mrdwt.c | |
42 mex mirdwt.c |