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

Side by Side Diff: newlib-trunk/newlib/libc/search/Makefile.am

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/reent/Makefile.in ('k') | newlib-trunk/newlib/libc/search/Makefile.in » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 ## Process this file with automake to generate Makefile.in 1 ## Process this file with automake to generate Makefile.in
2 2
3 AUTOMAKE_OPTIONS = cygnus 3 AUTOMAKE_OPTIONS = cygnus
4 4
5 INCLUDES = $(NEWLIB_CFLAGS) $(CROSS_CFLAGS) $(TARGET_CFLAGS) 5 INCLUDES = $(NEWLIB_CFLAGS) $(CROSS_CFLAGS) $(TARGET_CFLAGS)
6 6
7 GENERAL_SOURCES = \ 7 GENERAL_SOURCES = \
8 bsearch.c \ 8 bsearch.c \
9 db_local.h \ 9 db_local.h \
10 extern.h \ 10 extern.h \
11 hash.h \ 11 hash.h \
12 page.h \ 12 page.h \
13 qsort.c 13 qsort.c
14 14
15 ## Following are EL/IX level 2 interfaces 15 ## Following are EL/IX level 2 interfaces
16 if ELIX_LEVEL_1 16 if ELIX_LEVEL_1
17 ELIX_SOURCES = 17 ELIX_SOURCES =
18 else 18 else
19 ELIX_SOURCES = \ 19 ELIX_SOURCES =
20 # @LOCALMOD
21 ELIX_SOURCES_PNACL_ELIMINATED = \
20 hash.c \ 22 hash.c \
21 hash_bigkey.c \ 23 hash_bigkey.c \
22 hash_buf.c \ 24 hash_buf.c \
23 hash_func.c \ 25 hash_func.c \
24 hash_log2.c \ 26 hash_log2.c \
25 hash_page.c \ 27 hash_page.c \
26 hcreate.c \ 28 hcreate.c \
27 hcreate_r.c \ 29 hcreate_r.c \
28 tdelete.c \ 30 tdelete.c \
29 tdestroy.c \ 31 tdestroy.c \
(...skipping 25 matching lines...) Expand all
55 $(CHEW) < $< > $*.def 2> $*.ref 57 $(CHEW) < $< > $*.def 2> $*.ref
56 touch stmp-def 58 touch stmp-def
57 59
58 TARGETDOC = ../tmp.texi 60 TARGETDOC = ../tmp.texi
59 61
60 doc: $(CHEWOUT_FILES) 62 doc: $(CHEWOUT_FILES)
61 63
62 CLEANFILES = $(CHEWOUT_FILES) *.ref 64 CLEANFILES = $(CHEWOUT_FILES) *.ref
63 65
64 include $(srcdir)/../../Makefile.shared 66 include $(srcdir)/../../Makefile.shared
OLDNEW
« no previous file with comments | « newlib-trunk/newlib/libc/reent/Makefile.in ('k') | newlib-trunk/newlib/libc/search/Makefile.in » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698