comparison libcruft/Makerules.in @ 7016:93c65f2a5668

[project @ 2007-10-12 06:40:56 by jwe]
author jwe
date Fri, 12 Oct 2007 06:41:26 +0000
parents 5b00586ccd27
children a1dbe9d80eee
comparison
equal deleted inserted replaced
7015:0a708692d51d 7016:93c65f2a5668
3 # Common rules for octave's libcruft directories. 3 # Common rules for octave's libcruft directories.
4 # 4 #
5 # FIXME -- assumes that the libcruft directory tree is only 5 # FIXME -- assumes that the libcruft directory tree is only
6 # one level deep. 6 # one level deep.
7 # 7 #
8 # John W. Eaton 8 # This file is part of Octave.
9 # jwe@bevo.che.wisc.edu 9 #
10 # University of Wisconsin-Madison 10 # Octave is free software; you can redistribute it and/or modify it
11 # Department of Chemical Engineering 11 # under the terms of the GNU General Public License as published by the
12 # Free Software Foundation; either version 3 of the License, or (at
13 # your option) any later version.
14 #
15 # Octave is distributed in the hope that it will be useful, but WITHOUT
16 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
17 # FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
18 # for more details.
19 #
20 # You should have received a copy of the GNU General Public License
21 # along with Octave; see the file COPYING. If not, see
22 # <http://www.gnu.org/licenses/>.
23
12 24
13 DLL_CDEFS = @CRUFT_DLL_DEFS@ 25 DLL_CDEFS = @CRUFT_DLL_DEFS@
14 DLL_CXXDEFS = @CRUFT_DLL_DEFS@ 26 DLL_CXXDEFS = @CRUFT_DLL_DEFS@
15 27
16 CRUFT_FSRC = $(addprefix $(srcdir)/, $(FSRC)) 28 CRUFT_FSRC = $(addprefix $(srcdir)/, $(FSRC))