Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(663)

Side by Side Diff: newlib-trunk/newlib/libc/Makefile.in

Issue 6929022: pnacl's newlib code contains function that can/should not be called (Closed)
Patch Set: update Created 9 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « newlib-trunk/newlib/libc/Makefile.am ('k') | newlib-trunk/newlib/libc/posix/Makefile.am » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Makefile.in generated by automake 1.11 from Makefile.am. 1 # Makefile.in generated by automake 1.11 from Makefile.am.
2 # @configure_input@ 2 # @configure_input@
3 3
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, 5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
6 # Inc. 6 # Inc.
7 # This Makefile.in is free software; the Free Software Foundation 7 # This Makefile.in is free software; the Free Software Foundation
8 # gives unlimited permission to copy and/or distribute it, 8 # gives unlimited permission to copy and/or distribute it,
9 # with or without modifications, as long as this notice is preserved. 9 # with or without modifications, as long as this notice is preserved.
10 10
(...skipping 142 matching lines...) Expand 10 before | Expand all | Expand 10 after
153 am__base_list = \ 153 am__base_list = \
154 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ 154 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
155 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' 155 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
156 DATA = $(noinst_DATA) 156 DATA = $(noinst_DATA)
157 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ 157 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
158 distclean-recursive maintainer-clean-recursive 158 distclean-recursive maintainer-clean-recursive
159 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \ 159 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
160 $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS 160 $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS
161 ETAGS = etags 161 ETAGS = etags
162 CTAGS = ctags 162 CTAGS = ctags
163 DIST_SUBDIRS = argz stdlib ctype search stdio stdio64 string signal \ 163 DIST_SUBDIRS = argz stdlib ctype search stdio stdio64 string time \
164 » time locale sys reent @extra_dir@ errno misc machine unix \ 164 » locale sys reent @extra_dir@ errno misc machine unix posix \
165 » posix syscalls iconv . 165 » syscalls iconv .
166 ACLOCAL = @ACLOCAL@ 166 ACLOCAL = @ACLOCAL@
167 AMTAR = @AMTAR@ 167 AMTAR = @AMTAR@
168 AR = @AR@ 168 AR = @AR@
169 AS = @AS@ 169 AS = @AS@
170 AUTOCONF = @AUTOCONF@ 170 AUTOCONF = @AUTOCONF@
171 AUTOHEADER = @AUTOHEADER@ 171 AUTOHEADER = @AUTOHEADER@
172 AUTOMAKE = @AUTOMAKE@ 172 AUTOMAKE = @AUTOMAKE@
173 AWK = @AWK@ 173 AWK = @AWK@
174 CC = @CC@ 174 CC = @CC@
175 CCAS = @CCAS@ 175 CCAS = @CCAS@
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
226 NMEDIT = @NMEDIT@ 226 NMEDIT = @NMEDIT@
227 OBJDUMP = @OBJDUMP@ 227 OBJDUMP = @OBJDUMP@
228 OBJEXT = @OBJEXT@ 228 OBJEXT = @OBJEXT@
229 OTOOL = @OTOOL@ 229 OTOOL = @OTOOL@
230 OTOOL64 = @OTOOL64@ 230 OTOOL64 = @OTOOL64@
231 PACKAGE = @PACKAGE@ 231 PACKAGE = @PACKAGE@
232 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 232 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
233 PACKAGE_NAME = @PACKAGE_NAME@ 233 PACKAGE_NAME = @PACKAGE_NAME@
234 PACKAGE_STRING = @PACKAGE_STRING@ 234 PACKAGE_STRING = @PACKAGE_STRING@
235 PACKAGE_TARNAME = @PACKAGE_TARNAME@ 235 PACKAGE_TARNAME = @PACKAGE_TARNAME@
236 PACKAGE_URL = @PACKAGE_URL@
236 PACKAGE_VERSION = @PACKAGE_VERSION@ 237 PACKAGE_VERSION = @PACKAGE_VERSION@
237 PATH_SEPARATOR = @PATH_SEPARATOR@ 238 PATH_SEPARATOR = @PATH_SEPARATOR@
238 RANLIB = @RANLIB@ 239 RANLIB = @RANLIB@
239 READELF = @READELF@ 240 READELF = @READELF@
240 SED = @SED@ 241 SED = @SED@
241 SET_MAKE = @SET_MAKE@ 242 SET_MAKE = @SET_MAKE@
242 SHELL = @SHELL@ 243 SHELL = @SHELL@
243 STRIP = @STRIP@ 244 STRIP = @STRIP@
244 VERSION = @VERSION@ 245 VERSION = @VERSION@
245 abs_builddir = @abs_builddir@ 246 abs_builddir = @abs_builddir@
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
298 srcdir = @srcdir@ 299 srcdir = @srcdir@
299 subdirs = @subdirs@ 300 subdirs = @subdirs@
300 sys_dir = @sys_dir@ 301 sys_dir = @sys_dir@
301 sysconfdir = @sysconfdir@ 302 sysconfdir = @sysconfdir@
302 target_alias = @target_alias@ 303 target_alias = @target_alias@
303 top_build_prefix = @top_build_prefix@ 304 top_build_prefix = @top_build_prefix@
304 top_builddir = @top_builddir@ 305 top_builddir = @top_builddir@
305 top_srcdir = @top_srcdir@ 306 top_srcdir = @top_srcdir@
306 AUTOMAKE_OPTIONS = cygnus 307 AUTOMAKE_OPTIONS = cygnus
307 @HAVE_POSIX_DIR_TRUE@POSIX_SUBDIR = posix 308 @HAVE_POSIX_DIR_TRUE@POSIX_SUBDIR = posix
308 @HAVE_SIGNAL_DIR_TRUE@SIGNAL_SUBDIR = signal 309
310 # @LOCALMOD: pnacl does not use signal
311 # SIGNAL_SUBDIR = signal
309 @HAVE_SYSCALL_DIR_TRUE@SYSCALLS_SUBDIR = syscalls 312 @HAVE_SYSCALL_DIR_TRUE@SYSCALLS_SUBDIR = syscalls
310 @HAVE_UNIX_DIR_TRUE@UNIX_SUBDIR = unix 313 @HAVE_UNIX_DIR_TRUE@UNIX_SUBDIR = unix
311 @HAVE_STDIO_DIR_TRUE@STDIO_SUBDIR = stdio 314 @HAVE_STDIO_DIR_TRUE@STDIO_SUBDIR = stdio
312 @HAVE_STDIO64_DIR_TRUE@STDIO64_SUBDIR = stdio64 315 @HAVE_STDIO64_DIR_TRUE@STDIO64_SUBDIR = stdio64
313 @ENABLE_NEWLIB_ICONV_FALSE@NEWLIB_ICONV_DIRS = 316 @ENABLE_NEWLIB_ICONV_FALSE@NEWLIB_ICONV_DIRS =
314 @ENABLE_NEWLIB_ICONV_TRUE@NEWLIB_ICONV_DIRS = iconv 317 @ENABLE_NEWLIB_ICONV_TRUE@NEWLIB_ICONV_DIRS = iconv
315 @ENABLE_NEWLIB_ICONV_FALSE@NEWLIB_ICONV_LIBS = 318 @ENABLE_NEWLIB_ICONV_FALSE@NEWLIB_ICONV_LIBS =
316 @ENABLE_NEWLIB_ICONV_TRUE@NEWLIB_ICONV_LIBS = iconv/ces/lib.$(aext) iconv/ccs/li b.$(aext) iconv/lib/lib.$(aext) 319 @ENABLE_NEWLIB_ICONV_TRUE@NEWLIB_ICONV_LIBS = iconv/ces/lib.$(aext) iconv/ccs/li b.$(aext) iconv/lib/lib.$(aext)
317 320
318 # The order of SUBDIRS is important for the integrated documentation. 321 # The order of SUBDIRS is important for the integrated documentation.
(...skipping 729 matching lines...) Expand 10 before | Expand all | Expand 10 after
1048 targetdep.tex: stmp-targetdep ; @true 1051 targetdep.tex: stmp-targetdep ; @true
1049 1052
1050 $(SUBDEFS): stmp-targetdep ; @true 1053 $(SUBDEFS): stmp-targetdep ; @true
1051 1054
1052 .PHONY: force 1055 .PHONY: force
1053 force: 1056 force:
1054 1057
1055 # Tell versions [3.59,3.63) of GNU make to not export all variables. 1058 # Tell versions [3.59,3.63) of GNU make to not export all variables.
1056 # Otherwise a system limit (for SysV at least) may be exceeded. 1059 # Otherwise a system limit (for SysV at least) may be exceeded.
1057 .NOEXPORT: 1060 .NOEXPORT:
OLDNEW
« no previous file with comments | « newlib-trunk/newlib/libc/Makefile.am ('k') | newlib-trunk/newlib/libc/posix/Makefile.am » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698