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

Side by Side Diff: newlib-trunk/newlib/libc/search/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
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 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
62 @ELIX_LEVEL_1_FALSE@ lib_a-hash_func.$(OBJEXT) \ 62 @ELIX_LEVEL_1_FALSE@ lib_a-hash_func.$(OBJEXT) \
63 @ELIX_LEVEL_1_FALSE@ lib_a-hash_log2.$(OBJEXT) \ 63 @ELIX_LEVEL_1_FALSE@ lib_a-hash_log2.$(OBJEXT) \
64 @ELIX_LEVEL_1_FALSE@ lib_a-hash_page.$(OBJEXT) \ 64 @ELIX_LEVEL_1_FALSE@ lib_a-hash_page.$(OBJEXT) \
65 @ELIX_LEVEL_1_FALSE@ lib_a-hcreate.$(OBJEXT) \ 65 @ELIX_LEVEL_1_FALSE@ lib_a-hcreate.$(OBJEXT) \
66 @ELIX_LEVEL_1_FALSE@ lib_a-hcreate_r.$(OBJEXT) \ 66 @ELIX_LEVEL_1_FALSE@ lib_a-hcreate_r.$(OBJEXT) \
67 @ELIX_LEVEL_1_FALSE@ lib_a-tdelete.$(OBJEXT) \ 67 @ELIX_LEVEL_1_FALSE@ lib_a-tdelete.$(OBJEXT) \
68 @ELIX_LEVEL_1_FALSE@ lib_a-tdestroy.$(OBJEXT) \ 68 @ELIX_LEVEL_1_FALSE@ lib_a-tdestroy.$(OBJEXT) \
69 @ELIX_LEVEL_1_FALSE@ lib_a-tfind.$(OBJEXT) \ 69 @ELIX_LEVEL_1_FALSE@ lib_a-tfind.$(OBJEXT) \
70 @ELIX_LEVEL_1_FALSE@ lib_a-tsearch.$(OBJEXT) \ 70 @ELIX_LEVEL_1_FALSE@ lib_a-tsearch.$(OBJEXT) \
71 @ELIX_LEVEL_1_FALSE@ lib_a-twalk.$(OBJEXT) 71 @ELIX_LEVEL_1_FALSE@ lib_a-twalk.$(OBJEXT)
72 @USE_LIBTOOL_FALSE@am_lib_a_OBJECTS = $(am__objects_1) \ 72 @USE_LIBTOOL_FALSE@am_lib_a_OBJECTS = $(am__objects_1)
73 @USE_LIBTOOL_FALSE@» $(am__objects_2)
74 lib_a_OBJECTS = $(am_lib_a_OBJECTS) 73 lib_a_OBJECTS = $(am_lib_a_OBJECTS)
75 LTLIBRARIES = $(noinst_LTLIBRARIES) 74 LTLIBRARIES = $(noinst_LTLIBRARIES)
76 libsearch_la_LIBADD = 75 libsearch_la_LIBADD =
77 am__objects_3 = bsearch.lo qsort.lo 76 am__objects_3 = bsearch.lo qsort.lo
78 @ELIX_LEVEL_1_FALSE@am__objects_4 = hash.lo hash_bigkey.lo hash_buf.lo \ 77 @ELIX_LEVEL_1_FALSE@am__objects_4 = hash.lo hash_bigkey.lo hash_buf.lo \
79 @ELIX_LEVEL_1_FALSE@ hash_func.lo hash_log2.lo hash_page.lo \ 78 @ELIX_LEVEL_1_FALSE@ hash_func.lo hash_log2.lo hash_page.lo \
80 @ELIX_LEVEL_1_FALSE@ hcreate.lo hcreate_r.lo tdelete.lo \ 79 @ELIX_LEVEL_1_FALSE@ hcreate.lo hcreate_r.lo tdelete.lo \
81 @ELIX_LEVEL_1_FALSE@ tdestroy.lo tfind.lo tsearch.lo twalk.lo 80 @ELIX_LEVEL_1_FALSE@ tdestroy.lo tfind.lo tsearch.lo twalk.lo
82 @USE_LIBTOOL_TRUE@am_libsearch_la_OBJECTS = $(am__objects_3) \ 81 @USE_LIBTOOL_TRUE@am_libsearch_la_OBJECTS = $(am__objects_3) \
83 @USE_LIBTOOL_TRUE@ $(am__objects_4) 82 @USE_LIBTOOL_TRUE@ $(am__objects_4)
(...skipping 536 matching lines...) Expand 10 before | Expand all | Expand 10 after
620 objectlist.awk.in: $(noinst_LTLIBRARIES) 619 objectlist.awk.in: $(noinst_LTLIBRARIES)
621 -rm -f objectlist.awk.in 620 -rm -f objectlist.awk.in
622 for i in `ls *.lo` ; \ 621 for i in `ls *.lo` ; \
623 do \ 622 do \
624 echo $$i `pwd`/$$i >> objectlist.awk.in ; \ 623 echo $$i `pwd`/$$i >> objectlist.awk.in ; \
625 done 624 done
626 625
627 # Tell versions [3.59,3.63) of GNU make to not export all variables. 626 # Tell versions [3.59,3.63) of GNU make to not export all variables.
628 # Otherwise a system limit (for SysV at least) may be exceeded. 627 # Otherwise a system limit (for SysV at least) may be exceeded.
629 .NOEXPORT: 628 .NOEXPORT:
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698