GUI: Fix Tomato RAF theme for all builds. Compilation typo.
[tomato.git] / release / src-rt-6.x.4708 / toolchains / hndtools-arm-linux-2.6.36-uclibc-4.5.3 / share / automake-1.11 / am / multilib.am
blob6897b5d96eff8450593e823a4e9105930284fcd6
1 ## automake - create Makefile.in from Makefile.am
2 ## Copyright (C) 1998, 2001, 2003, 2004 Free Software Foundation, Inc.
4 ## This program is free software; you can redistribute it and/or modify
5 ## it under the terms of the GNU General Public License as published by
6 ## the Free Software Foundation; either version 2, or (at your option)
7 ## any later version.
9 ## This program is distributed in the hope that it will be useful,
10 ## but WITHOUT ANY WARRANTY; without even the implied warranty of
11 ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
12 ## GNU General Public License for more details.
14 ## You should have received a copy of the GNU General Public License
15 ## along with this program.  If not, see <http://www.gnu.org/licenses/>.
16 ## Multilib support variables.
17 MULTISRCTOP =
18 MULTIBUILDTOP =
19 MULTIDIRS =
20 MULTISUBDIR =
21 MULTIDO = true
22 MULTICLEAN = true
24 # GNU Make needs to see an explicit $(MAKE) variable in the command it
25 # runs to enable its job server during parallel builds.  Hence the
26 # comments below.
28 all-multi:
29         $(MULTIDO) $(AM_MAKEFLAGS) DO=all multi-do # $(MAKE)
30 install-multi:
31         $(MULTIDO) $(AM_MAKEFLAGS) DO=install multi-do # $(MAKE)
33 .MAKE .PHONY: all-multi install-multi
36 mostlyclean-multi:
37         $(MULTICLEAN) $(AM_MAKEFLAGS) DO=mostlyclean multi-clean # $(MAKE)
38 clean-multi:
39         $(MULTICLEAN) $(AM_MAKEFLAGS) DO=clean multi-clean # $(MAKE)
40 distclean-multi:
41         $(MULTICLEAN) $(AM_MAKEFLAGS) DO=distclean multi-clean # $(MAKE)
42 maintainer-clean-multi:
43         $(MULTICLEAN) $(AM_MAKEFLAGS) DO=maintainer-clean multi-clean # $(MAKE)
45 .MAKE .PHONY: mostlyclean-multi clean-multi distclean-multi maintainer-clean-multi
47 install-exec-am: install-multi
48 ## No uninstall rule?
51 ## These cleaning rules are recursive.  They should not be
52 ## registered as dependencies of *-am rules.  For instance
53 ## otherwise running `make clean' would cause both
54 ## clean-multi and mostlyclean-multi to be run, while only
55 ## clean-multi is really expected (since clean-multi recursively
56 ## call clean, it already do the job of mostlyclean).
57 mostlyclean: mostlyclean-multi
58 clean: clean-multi
59 distclean: distclean-multi
60 maintainer-clean: maintainer-clean-multi