Changeset 503 in kBuild for trunk/src/gmake/config/Makefile.in
- Timestamp:
- Sep 15, 2006 5:09:38 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gmake/config/Makefile.in
r200 r503 1 # Makefile.in generated by automake 1. 8.3from 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 am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \ 45 $(top_srcdir)/configure.in 59 am__aclocal_m4_deps = $(top_srcdir)/config/dospaths.m4 \ 60 $(top_srcdir)/config/gettext.m4 $(top_srcdir)/config/iconv.m4 \ 61 $(top_srcdir)/config/lib-ld.m4 \ 62 $(top_srcdir)/config/lib-link.m4 \ 63 $(top_srcdir)/config/lib-prefix.m4 $(top_srcdir)/config/nls.m4 \ 64 $(top_srcdir)/config/po.m4 $(top_srcdir)/config/progtest.m4 \ 65 $(top_srcdir)/acinclude.m4 $(top_srcdir)/configure.in 46 66 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 47 67 $(ACLOCAL_M4) … … 121 141 USE_NLS = @USE_NLS@ 122 142 VERSION = @VERSION@ 143 WINDOWSENV_FALSE = @WINDOWSENV_FALSE@ 144 WINDOWSENV_TRUE = @WINDOWSENV_TRUE@ 123 145 XGETTEXT = @XGETTEXT@ 124 146 ac_ct_CC = @ac_ct_CC@ … … 130 152 am__leading_dot = @am__leading_dot@ 131 153 am__quote = @am__quote@ 154 am__tar = @am__tar@ 155 am__untar = @am__untar@ 132 156 bindir = @bindir@ 133 157 build = @build@ … … 161 185 intdiv0.m4 inttypes-pri.m4 inttypes.m4 inttypes_h.m4 \ 162 186 isc-posix.m4 lcmessage.m4 lib-ld.m4 lib-link.m4 lib-prefix.m4 \ 163 progtest.m4 stdint_h.m4 uintmax_t.m4 ulonglong.m4 \ 164 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 165 190 166 191 all: all-am … … 254 279 255 280 distclean-generic: 256 - rm -f $(CONFIG_CLEAN_FILES)281 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 257 282 258 283 maintainer-clean-generic:
Note:
See TracChangeset
for help on using the changeset viewer.