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