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 / check2.am
blob054c62dd7345b8c96ee851a3f72a9b6caf94ef19
1 ## automake - create Makefile.in from Makefile.am
2 ## Copyright (C) 2008, 2009 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/>.
17 ## From a test file to a log file.
18 ?GENERIC?%EXT%.log:
19 ?!GENERIC?%OBJ%: %SOURCE%
20         @p='%SOURCE%'; $(am__check_pre) %COMPILE% "$$tst" $(am__check_post)
22 ## If no programs are built in this package, then this rule is removed
23 ## at automake time.  Otherwise, %am__EXEEXT% expands to a configure time
24 ## conditional, true if $(EXEEXT) is nonempty, thus this rule does not
25 ## conflict with the previous one.
26 if %am__EXEEXT%
27 ?GENERIC?%EXT%$(EXEEXT).log:
28         @p='%SOURCE%'; $(am__check_pre) %COMPILE% "$$tst" $(am__check_post)
29 endif %am__EXEEXT%