Changeset 501 in kBuild for vendor/gnumake/current/config/Makefile.in
- Timestamp:
- Sep 15, 2006 2:30:32 AM (18 years ago)
- File:
-
- 1 edited
-
vendor/gnumake/current/config/Makefile.in (modified) (7 diffs)
Legend:
- Unmodified
- Added
- Removed
-
vendor/gnumake/current/config/Makefile.in
r152 r501 1 # Makefile.in generated by automake 1. 8.2from Makefile.am.1 # Makefile.in generated by automake 1.9.6 from Makefile.am. 2 2 # @configure_input@ 3 3 4 4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 5 # 2003, 2004 Free Software Foundation, Inc.5 # 2003, 2004, 2005 Free Software Foundation, Inc. 6 6 # This Makefile.in is free software; the Free Software Foundation 7 7 # gives unlimited permission to copy and/or distribute it, … … 16 16 17 17 # -*-Makefile-*-, or close enough 18 # Copyright (C) 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. 19 # This file is part of GNU Make. 20 # 21 # GNU Make is free software; you can redistribute it and/or modify it under the 22 # terms of the GNU General Public License as published by the Free Software 23 # Foundation; either version 2, or (at your option) any later version. 24 # 25 # GNU Make is distributed in the hope that it will be useful, but WITHOUT ANY 26 # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR 27 # A PARTICULAR PURPOSE. See the GNU General Public License for more details. 28 # 29 # You should have received a copy of the GNU General Public License along with 30 # GNU Make; see the file COPYING. If not, write to the Free Software 31 # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. 18 32 srcdir = @srcdir@ 19 33 top_srcdir = @top_srcdir@ … … 36 50 PRE_UNINSTALL = : 37 51 POST_UNINSTALL = : 52 build_triplet = @build@ 38 53 host_triplet = @host@ 39 54 subdir = config 40 55 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in ChangeLog \ 41 56 compile config.guess config.rpath config.sub depcomp \ 42 install-sh m issing mkinstalldirs texinfo.tex57 install-sh mdate-sh missing mkinstalldirs texinfo.tex 43 58 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 44 59 am__aclocal_m4_deps = $(top_srcdir)/config/dospaths.m4 \ … … 126 141 USE_NLS = @USE_NLS@ 127 142 VERSION = @VERSION@ 143 WINDOWSENV_FALSE = @WINDOWSENV_FALSE@ 144 WINDOWSENV_TRUE = @WINDOWSENV_TRUE@ 128 145 XGETTEXT = @XGETTEXT@ 129 146 ac_ct_CC = @ac_ct_CC@ … … 135 152 am__leading_dot = @am__leading_dot@ 136 153 am__quote = @am__quote@ 154 am__tar = @am__tar@ 155 am__untar = @am__untar@ 137 156 bindir = @bindir@ 138 157 build = @build@ … … 166 185 intdiv0.m4 inttypes-pri.m4 inttypes.m4 inttypes_h.m4 \ 167 186 isc-posix.m4 lcmessage.m4 lib-ld.m4 lib-link.m4 lib-prefix.m4 \ 168 progtest.m4 stdint_h.m4 uintmax_t.m4 ulonglong.m4 \ 169 dospaths.m4 po.m4 187 progtest.m4 stdint_h.m4 uintmax_t.m4 ulonglong.m4 longlong.m4 \ 188 dospaths.m4 po.m4 signed.m4 longdouble.m4 wchar_t.m4 \ 189 wint_t.m4 intmax.m4 printf-posix.m4 xsize.m4 size_max.m4 170 190 171 191 all: all-am … … 259 279 260 280 distclean-generic: 261 - rm -f $(CONFIG_CLEAN_FILES)281 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 262 282 263 283 maintainer-clean-generic:
Note:
See TracChangeset
for help on using the changeset viewer.

