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 / depend2.am
blob3674fee49ee36abd6f4c0388b9262b0facbf52df
1 ## automake - create Makefile.in from Makefile.am
2 ## Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
3 ## 2003, 2004, 2006, 2008, 2009  Free Software Foundation, Inc.
5 ## This program is free software; you can redistribute it and/or modify
6 ## it under the terms of the GNU General Public License as published by
7 ## the Free Software Foundation; either version 2, or (at your option)
8 ## any later version.
10 ## This program is distributed in the hope that it will be useful,
11 ## but WITHOUT ANY WARRANTY; without even the implied warranty of
12 ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13 ## GNU General Public License for more details.
15 ## You should have received a copy of the GNU General Public License
16 ## along with this program.  If not, see <http://www.gnu.org/licenses/>.
18 ## This file is read several times:
19 ## - once per *extension* (not per language) for generic compilation rules
20 ## - once for each file which requires specific flags.
22 ## Note it is on purpose we wrote `if %AMDEP%', since:
24 ## - if deps are turned off, %AMDEP% is mapped onto FALSE, and therefore
25 ##   the `if FALSE' chunk is removed (automake-time conditionals).
27 ## - if deps are on, %AMDEP% is mapped onto AMDEP,  and therefore
28 ##   the `if AMDEP' chunk is prefix with @AMDEP_TRUE@ just like for any
29 ##   other configure-time conditional.
31 ## We do likewise for %FASTDEP%; this expands to an ordinary
32 ## configure-time conditional.  %FASTDEP% is used to speed up the
33 ## common case of building a package with gcc 3.x.  In this case we
34 ## can skip the use of depcomp and easily inline the dependency
35 ## tracking.
37 ## Verbosity of FASTDEP rules
38 ## --------------------------
39 ## (1) Some people want to see what happens during make.  They think
40 ##     @-commands are evil because hiding things hinders debugging.
41 ## (2) Other people want to see only the important commands--those that
42 ##     may produce diagnostics, such as compiler invocations.  They
43 ##     do not care about build details such as dependency generation
44 ##     (the if/then/else machinery in FASTDEP rules).  Their point is
45 ##     that it is hard to spot diagnostics in a verbose output.
46 ## (3) Other people want `make -s' to work as expected: silently.
47 ##     This way they can spot any diagnostic really easily.
49 ## The second point suggests we hide rules with @ and that we `echo'
50 ## only the relevant parts.  However this goes against the two others.
51 ## There are regular complaints about this on the mailing list, but
52 ## it's hard to please everybody.  On April 2003, William Fulton (from
53 ## clan (3)) and Karl Berry (from clan (2)) agreed that folding the
54 ## compile rules so that they are output on a single line (instead of 5)
55 ## would be a good compromise.  Actually we use two lines rather than one,
56 ## because this way %SOURCE% is always located at the end of the first
57 ## line and is therefore easier to spot.  (We need an extra line when
58 ## depbase is used.)
60 if %?NONLIBTOOL%
61 ?GENERIC?%EXT%.o:
62 ?!GENERIC?%OBJ%: %SOURCE%
63 if %FASTDEP%
64 ## In fast-dep mode, we can always use -o.
65 ## For non-suffix rules, we must emulate a VPATH search on %SOURCE%.
66 ?!GENERIC?      %VERBOSE%%COMPILE% -MT %OBJ% -MD -MP -MF %DEPBASE%.Tpo %-c% -o %OBJ% %SOURCEFLAG%`test -f '%SOURCE%' || echo '$(srcdir)/'`%SOURCE%
67 ?!GENERIC?      %SILENT%$(am__mv) %DEPBASE%.Tpo %DEPBASE%.Po
68 ?GENERIC??!SUBDIROBJ?   %VERBOSE%%COMPILE% -MT %OBJ% -MD -MP -MF %DEPBASE%.Tpo %-c% -o %OBJ% %SOURCEFLAG%%SOURCE%
69 ?GENERIC??!SUBDIROBJ?   %SILENT%$(am__mv) %DEPBASE%.Tpo %DEPBASE%.Po
70 ?GENERIC??SUBDIROBJ?    %VERBOSE%depbase=`echo %OBJ% | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
71 ?GENERIC??SUBDIROBJ?    %COMPILE% -MT %OBJ% -MD -MP -MF %DEPBASE%.Tpo %-c% -o %OBJ% %SOURCEFLAG%%SOURCE% &&\
72 ?GENERIC??SUBDIROBJ?    $(am__mv) %DEPBASE%.Tpo %DEPBASE%.Po
73 else !%FASTDEP%
74 ?VERBOSE?       %VERBOSE% @AM_BACKSLASH@
75 if %AMDEP%
76         source='%SOURCE%' object='%OBJ%' libtool=no @AMDEPBACKSLASH@
77         DEPDIR=$(DEPDIR) $(%FPFX%DEPMODE) $(depcomp) @AMDEPBACKSLASH@
78 endif %AMDEP%
79 if %?GENERIC%
80 ?-o?    %COMPILE% %-c% %-o% %OBJ% %SOURCEFLAG%%SOURCE%
81 ?!-o?   %COMPILE% %-c% %SOURCEFLAG%%SOURCE%
82 else !%?GENERIC%
83 ## For non-suffix rules, we must emulate a VPATH search on %SOURCE%.
84 ?-o?    %COMPILE% %-c% %-o% %OBJ% %SOURCEFLAG%`test -f '%SOURCE%' || echo '$(srcdir)/'`%SOURCE%
85 ?!-o?   %COMPILE% %-c% %SOURCEFLAG%`test -f '%SOURCE%' || echo '$(srcdir)/'`%SOURCE%
86 endif !%?GENERIC%
87 endif !%FASTDEP%
89 ?GENERIC?%EXT%.obj:
90 ?!GENERIC?%OBJOBJ%: %SOURCE%
91 if %FASTDEP%
92 ## In fast-dep mode, we can always use -o.
93 ## For non-suffix rules, we must emulate a VPATH search on %SOURCE%.
94 ?!GENERIC?      %VERBOSE%%COMPILE% -MT %OBJOBJ% -MD -MP -MF %DEPBASE%.Tpo %-c% -o %OBJOBJ% %SOURCEFLAG%`if test -f '%SOURCE%'; then $(CYGPATH_W) '%SOURCE%'; else $(CYGPATH_W) '$(srcdir)/%SOURCE%'; fi`
95 ?!GENERIC?      %SILENT%$(am__mv) %DEPBASE%.Tpo %DEPBASE%.Po
96 ?GENERIC??!SUBDIROBJ?   %VERBOSE%%COMPILE% -MT %OBJOBJ% -MD -MP -MF %DEPBASE%.Tpo %-c% -o %OBJOBJ% %SOURCEFLAG%`$(CYGPATH_W) '%SOURCE%'`
97 ?GENERIC??!SUBDIROBJ?   %SILENT%$(am__mv) %DEPBASE%.Tpo %DEPBASE%.Po
98 ?GENERIC??SUBDIROBJ?    %VERBOSE%depbase=`echo %OBJ% | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
99 ?GENERIC??SUBDIROBJ?    %COMPILE% -MT %OBJOBJ% -MD -MP -MF %DEPBASE%.Tpo %-c% -o %OBJOBJ% %SOURCEFLAG%`$(CYGPATH_W) '%SOURCE%'` &&\
100 ?GENERIC??SUBDIROBJ?    $(am__mv) %DEPBASE%.Tpo %DEPBASE%.Po
101 else !%FASTDEP%
102 ?VERBOSE?       %VERBOSE% @AM_BACKSLASH@
103 if %AMDEP%
104         source='%SOURCE%' object='%OBJOBJ%' libtool=no @AMDEPBACKSLASH@
105         DEPDIR=$(DEPDIR) $(%FPFX%DEPMODE) $(depcomp) @AMDEPBACKSLASH@
106 endif %AMDEP%
107 if %?GENERIC%
108 ?-o?    %COMPILE% %-c% %-o% %OBJOBJ% %SOURCEFLAG%`$(CYGPATH_W) '%SOURCE%'`
109 ?!-o?   %COMPILE% %-c% `$(CYGPATH_W) %SOURCEFLAG%'%SOURCE%'`
110 else !%?GENERIC%
111 ## For non-suffix rules, we must emulate a VPATH search on %SOURCE%.
112 ?-o?    %COMPILE% %-c% %-o% %OBJOBJ% %SOURCEFLAG%`if test -f '%SOURCE%'; then $(CYGPATH_W) '%SOURCE%'; else $(CYGPATH_W) '$(srcdir)/%SOURCE%'; fi`
113 ?!-o?   %COMPILE% %-c% %SOURCEFLAG%`if test -f '%SOURCE%'; then $(CYGPATH_W) '%SOURCE%'; else $(CYGPATH_W) '$(srcdir)/%SOURCE%'; fi`
114 endif !%?GENERIC%
115 endif !%FASTDEP%
116 endif %?NONLIBTOOL%
118 if %?LIBTOOL%
119 ?GENERIC?%EXT%.lo:
120 ?!GENERIC?%LTOBJ%: %SOURCE%
121 if %FASTDEP%
122 ## In fast-dep mode, we can always use -o.
123 ## For non-suffix rules, we must emulate a VPATH search on %SOURCE%.
124 ?!GENERIC?      %VERBOSE%%LTCOMPILE% -MT %LTOBJ% -MD -MP -MF %DEPBASE%.Tpo %-c% -o %LTOBJ% %SOURCEFLAG%`test -f '%SOURCE%' || echo '$(srcdir)/'`%SOURCE%
125 ?!GENERIC?      %SILENT%$(am__mv) %DEPBASE%.Tpo %DEPBASE%.Plo
126 ?GENERIC??!SUBDIROBJ?   %VERBOSE%%LTCOMPILE% -MT %LTOBJ% -MD -MP -MF %DEPBASE%.Tpo %-c% -o %LTOBJ% %SOURCEFLAG%%SOURCE%
127 ?GENERIC??!SUBDIROBJ?   %SILENT%$(am__mv) %DEPBASE%.Tpo %DEPBASE%.Plo
128 ?GENERIC??SUBDIROBJ?    %VERBOSE%depbase=`echo %OBJ% | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
129 ?GENERIC??SUBDIROBJ?    %LTCOMPILE% -MT %LTOBJ% -MD -MP -MF %DEPBASE%.Tpo %-c% -o %LTOBJ% %SOURCEFLAG%%SOURCE% &&\
130 ?GENERIC??SUBDIROBJ?    $(am__mv) %DEPBASE%.Tpo %DEPBASE%.Plo
131 else !%FASTDEP%
132 ?VERBOSE?       %VERBOSE% @AM_BACKSLASH@
133 if %AMDEP%
134         source='%SOURCE%' object='%LTOBJ%' libtool=yes @AMDEPBACKSLASH@
135         DEPDIR=$(DEPDIR) $(%FPFX%DEPMODE) $(depcomp) @AMDEPBACKSLASH@
136 endif %AMDEP%
137 ## We can always use `-o' with Libtool.
138 ?GENERIC?       %LTCOMPILE% %-c% -o %LTOBJ% %SOURCEFLAG%%SOURCE%
139 ## For non-suffix rules, we must emulate a VPATH search on %SOURCE%.
140 ?!GENERIC?      %LTCOMPILE% %-c% -o %LTOBJ% %SOURCEFLAG%`test -f '%SOURCE%' || echo '$(srcdir)/'`%SOURCE%
141 endif !%FASTDEP%
142 endif %?LIBTOOL%