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

Side by Side Diff: newlib/libc/posix/Makefile.in

Issue 650343002: Split posix_spawn.c into 3 different files (Closed) Base URL: http://git.chromium.org/native_client/nacl-newlib.git@master
Patch Set: Created 6 years, 2 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/libc/posix/Makefile.am ('k') | newlib/libc/posix/posix_spawn.c » ('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.6 from Makefile.am. 1 # Makefile.in generated by automake 1.11.6 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, 2010, 2011 Free Software 5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
6 # Foundation, Inc. 6 # Foundation, 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 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
80 lib_a-readdir_r.$(OBJEXT) lib_a-regcomp.$(OBJEXT) \ 80 lib_a-readdir_r.$(OBJEXT) lib_a-regcomp.$(OBJEXT) \
81 lib_a-regerror.$(OBJEXT) lib_a-regexec.$(OBJEXT) \ 81 lib_a-regerror.$(OBJEXT) lib_a-regexec.$(OBJEXT) \
82 lib_a-regfree.$(OBJEXT) lib_a-rewinddir.$(OBJEXT) \ 82 lib_a-regfree.$(OBJEXT) lib_a-rewinddir.$(OBJEXT) \
83 lib_a-sleep.$(OBJEXT) lib_a-usleep.$(OBJEXT) \ 83 lib_a-sleep.$(OBJEXT) lib_a-usleep.$(OBJEXT) \
84 lib_a-telldir.$(OBJEXT) 84 lib_a-telldir.$(OBJEXT)
85 am__objects_2 = lib_a-scandir.$(OBJEXT) lib_a-seekdir.$(OBJEXT) 85 am__objects_2 = lib_a-scandir.$(OBJEXT) lib_a-seekdir.$(OBJEXT)
86 am__objects_3 = lib_a-execl.$(OBJEXT) lib_a-execle.$(OBJEXT) \ 86 am__objects_3 = lib_a-execl.$(OBJEXT) lib_a-execle.$(OBJEXT) \
87 lib_a-execlp.$(OBJEXT) lib_a-execv.$(OBJEXT) \ 87 lib_a-execlp.$(OBJEXT) lib_a-execv.$(OBJEXT) \
88 lib_a-execve.$(OBJEXT) lib_a-execvp.$(OBJEXT) \ 88 lib_a-execve.$(OBJEXT) lib_a-execvp.$(OBJEXT) \
89 lib_a-wordexp.$(OBJEXT) lib_a-wordfree.$(OBJEXT) 89 lib_a-wordexp.$(OBJEXT) lib_a-wordfree.$(OBJEXT)
90 am__objects_4 = lib_a-popen.$(OBJEXT) lib_a-posix_spawn.$(OBJEXT) 90 am__objects_4 = lib_a-popen.$(OBJEXT) lib_a-posix_spawn.$(OBJEXT) lib_a-posix_sp awnattr.$(OBJEXT) lib_a-posix_spawn_file_actions.$(OBJEXT)
91 @ELIX_LEVEL_1_FALSE@@ELIX_LEVEL_2_FALSE@@ELIX_LEVEL_3_FALSE@am__objects_5 = $(am __objects_2) \ 91 @ELIX_LEVEL_1_FALSE@@ELIX_LEVEL_2_FALSE@@ELIX_LEVEL_3_FALSE@am__objects_5 = $(am __objects_2) \
92 @ELIX_LEVEL_1_FALSE@@ELIX_LEVEL_2_FALSE@@ELIX_LEVEL_3_FALSE@ $(am__objects_3) \ 92 @ELIX_LEVEL_1_FALSE@@ELIX_LEVEL_2_FALSE@@ELIX_LEVEL_3_FALSE@ $(am__objects_3) \
93 @ELIX_LEVEL_1_FALSE@@ELIX_LEVEL_2_FALSE@@ELIX_LEVEL_3_FALSE@ $(am__objects_4) 93 @ELIX_LEVEL_1_FALSE@@ELIX_LEVEL_2_FALSE@@ELIX_LEVEL_3_FALSE@ $(am__objects_4)
94 @ELIX_LEVEL_1_FALSE@@ELIX_LEVEL_2_FALSE@@ELIX_LEVEL_3_TRUE@am__objects_5 = $(am_ _objects_2) \ 94 @ELIX_LEVEL_1_FALSE@@ELIX_LEVEL_2_FALSE@@ELIX_LEVEL_3_TRUE@am__objects_5 = $(am_ _objects_2) \
95 @ELIX_LEVEL_1_FALSE@@ELIX_LEVEL_2_FALSE@@ELIX_LEVEL_3_TRUE@ $(am__objects_3) 95 @ELIX_LEVEL_1_FALSE@@ELIX_LEVEL_2_FALSE@@ELIX_LEVEL_3_TRUE@ $(am__objects_3)
96 @ELIX_LEVEL_1_FALSE@@ELIX_LEVEL_2_TRUE@am__objects_5 = \ 96 @ELIX_LEVEL_1_FALSE@@ELIX_LEVEL_2_TRUE@am__objects_5 = \
97 @ELIX_LEVEL_1_FALSE@@ELIX_LEVEL_2_TRUE@ $(am__objects_2) 97 @ELIX_LEVEL_1_FALSE@@ELIX_LEVEL_2_TRUE@ $(am__objects_2)
98 @USE_LIBTOOL_FALSE@am_lib_a_OBJECTS = $(am__objects_1) \ 98 @USE_LIBTOOL_FALSE@am_lib_a_OBJECTS = $(am__objects_1) \
99 @USE_LIBTOOL_FALSE@ $(am__objects_5) 99 @USE_LIBTOOL_FALSE@ $(am__objects_5)
100 lib_a_OBJECTS = $(am_lib_a_OBJECTS) 100 lib_a_OBJECTS = $(am_lib_a_OBJECTS)
(...skipping 197 matching lines...) Expand 10 before | Expand all | Expand 10 after
298 telldir.c 298 telldir.c
299 299
300 ELIX_2_SOURCES = \ 300 ELIX_2_SOURCES = \
301 scandir.c seekdir.c 301 scandir.c seekdir.c
302 302
303 ELIX_3_SOURCES = \ 303 ELIX_3_SOURCES = \
304 execl.c execle.c execlp.c execv.c \ 304 execl.c execle.c execlp.c execv.c \
305 execve.c execvp.c wordexp.c wordfree.c 305 execve.c execvp.c wordexp.c wordfree.c
306 306
307 ELIX_4_SOURCES = \ 307 ELIX_4_SOURCES = \
308 » popen.c posix_spawn.c 308 » popen.c posix_spawn.c posix_spawnattr.c posix_spawn_file_actions.c
309 309
310 @ELIX_LEVEL_1_FALSE@@ELIX_LEVEL_2_FALSE@@ELIX_LEVEL_3_FALSE@ELIX_SOURCES = $(ELI X_2_SOURCES) $(ELIX_3_SOURCES) $(ELIX_4_SOURCES) 310 @ELIX_LEVEL_1_FALSE@@ELIX_LEVEL_2_FALSE@@ELIX_LEVEL_3_FALSE@ELIX_SOURCES = $(ELI X_2_SOURCES) $(ELIX_3_SOURCES) $(ELIX_4_SOURCES)
311 @ELIX_LEVEL_1_FALSE@@ELIX_LEVEL_2_FALSE@@ELIX_LEVEL_3_TRUE@ELIX_SOURCES = $(ELIX _2_SOURCES) $(ELIX_3_SOURCES) 311 @ELIX_LEVEL_1_FALSE@@ELIX_LEVEL_2_FALSE@@ELIX_LEVEL_3_TRUE@ELIX_SOURCES = $(ELIX _2_SOURCES) $(ELIX_3_SOURCES)
312 @ELIX_LEVEL_1_FALSE@@ELIX_LEVEL_2_TRUE@ELIX_SOURCES = $(ELIX_2_SOURCES) 312 @ELIX_LEVEL_1_FALSE@@ELIX_LEVEL_2_TRUE@ELIX_SOURCES = $(ELIX_2_SOURCES)
313 @ELIX_LEVEL_1_TRUE@ELIX_SOURCES = 313 @ELIX_LEVEL_1_TRUE@ELIX_SOURCES =
314 libposix_la_LDFLAGS = -Xcompiler -nostdlib 314 libposix_la_LDFLAGS = -Xcompiler -nostdlib
315 @USE_LIBTOOL_TRUE@noinst_LTLIBRARIES = libposix.la 315 @USE_LIBTOOL_TRUE@noinst_LTLIBRARIES = libposix.la
316 @USE_LIBTOOL_TRUE@libposix_la_SOURCES = $(GENERAL_SOURCES) $(ELIX_SOURCES) 316 @USE_LIBTOOL_TRUE@libposix_la_SOURCES = $(GENERAL_SOURCES) $(ELIX_SOURCES)
317 @USE_LIBTOOL_FALSE@noinst_DATA = 317 @USE_LIBTOOL_FALSE@noinst_DATA =
318 @USE_LIBTOOL_TRUE@noinst_DATA = objectlist.awk.in 318 @USE_LIBTOOL_TRUE@noinst_DATA = objectlist.awk.in
(...skipping 256 matching lines...) Expand 10 before | Expand all | Expand 10 after
575 575
576 lib_a-popen.obj: popen.c 576 lib_a-popen.obj: popen.c
577 $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_a_CFLAGS) $(CFLAGS) -c -o lib_a-popen.obj `if test -f 'popen.c'; then $(C YGPATH_W) 'popen.c'; else $(CYGPATH_W) '$(srcdir)/popen.c'; fi` 577 $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_a_CFLAGS) $(CFLAGS) -c -o lib_a-popen.obj `if test -f 'popen.c'; then $(C YGPATH_W) 'popen.c'; else $(CYGPATH_W) '$(srcdir)/popen.c'; fi`
578 578
579 lib_a-posix_spawn.o: posix_spawn.c 579 lib_a-posix_spawn.o: posix_spawn.c
580 $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_a_CFLAGS) $(CFLAGS) -c -o lib_a-posix_spawn.o `test -f 'posix_spawn.c' || echo '$(srcdir)/'`posix_spawn.c 580 $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_a_CFLAGS) $(CFLAGS) -c -o lib_a-posix_spawn.o `test -f 'posix_spawn.c' || echo '$(srcdir)/'`posix_spawn.c
581 581
582 lib_a-posix_spawn.obj: posix_spawn.c 582 lib_a-posix_spawn.obj: posix_spawn.c
583 $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_a_CFLAGS) $(CFLAGS) -c -o lib_a-posix_spawn.obj `if test -f 'posix_spawn. c'; then $(CYGPATH_W) 'posix_spawn.c'; else $(CYGPATH_W) '$(srcdir)/posix_spawn. c'; fi` 583 $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_a_CFLAGS) $(CFLAGS) -c -o lib_a-posix_spawn.obj `if test -f 'posix_spawn. c'; then $(CYGPATH_W) 'posix_spawn.c'; else $(CYGPATH_W) '$(srcdir)/posix_spawn. c'; fi`
584 584
585 lib_a-posix_spawnattr.o: posix_spawnattr.c
586 $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_a_CFLAGS) $(CFLAGS) -c -o lib_a-posix_spawnattr.o `test -f 'posix_spawnat tr.c' || echo '$(srcdir)/'`posix_spawnattr.c
587
588 lib_a-posix_spawnattr.obj: posix_spawnattr.c
589 $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_a_CFLAGS) $(CFLAGS) -c -o lib_a-posix_spawnattr.obj `if test -f 'posix_sp awnattr.c'; then $(CYGPATH_W) 'posix_spawnattr.c'; else $(CYGPATH_W) '$(srcdir)/ posix_spawnattr.c'; fi`
590
591 lib_a-posix_spawn_file_actions.o: posix_spawn_file_actions.c
592 $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_a_CFLAGS) $(CFLAGS) -c -o lib_a-posix_spawn_file_actions.o `test -f 'posi x_spawn_file_actions.c' || echo '$(srcdir)/'`posix_spawn_file_actions.c
593
594 lib_a-posix_spawn_file_actions.obj: posix_spawn_file_actions.c
595 $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_a_CFLAGS) $(CFLAGS) -c -o lib_a-posix_spawn_file_actions.obj `if test -f 'posix_spawn_file_actions.c'; then $(CYGPATH_W) 'posix_spawn_file_actions.c'; el se $(CYGPATH_W) '$(srcdir)/posix_spawn_file_actions.c'; fi`
596
585 mostlyclean-libtool: 597 mostlyclean-libtool:
586 -rm -f *.lo 598 -rm -f *.lo
587 599
588 clean-libtool: 600 clean-libtool:
589 -rm -rf .libs _libs 601 -rm -rf .libs _libs
590 602
591 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) 603 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
592 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 604 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
593 unique=`for i in $$list; do \ 605 unique=`for i in $$list; do \
594 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 606 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
(...skipping 174 matching lines...) Expand 10 before | Expand all | Expand 10 after
769 .c.def: 781 .c.def:
770 $(CHEW) < $< > $*.def 2> $*.ref 782 $(CHEW) < $< > $*.def 2> $*.ref
771 touch stmp-def 783 touch stmp-def
772 784
773 doc: $(CHEWOUT_FILES) 785 doc: $(CHEWOUT_FILES)
774 cat $(srcdir)/posix.tex >> $(TARGETDOC) 786 cat $(srcdir)/posix.tex >> $(TARGETDOC)
775 787
776 # Tell versions [3.59,3.63) of GNU make to not export all variables. 788 # Tell versions [3.59,3.63) of GNU make to not export all variables.
777 # Otherwise a system limit (for SysV at least) may be exceeded. 789 # Otherwise a system limit (for SysV at least) may be exceeded.
778 .NOEXPORT: 790 .NOEXPORT:
OLDNEW
« no previous file with comments | « newlib/libc/posix/Makefile.am ('k') | newlib/libc/posix/posix_spawn.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698