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

Side by Side Diff: newlib/libc/sys/nacl/Makefile.in

Issue 1377003003: Specify output explicitly for the .c.o compile rule (Closed) Base URL: https://chromium.googlesource.com/native_client/nacl-newlib.git@master
Patch Set: Use explicit output for the compile rule Created 5 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
OLDNEW
1 # Makefile.in generated by automake 1.9.6 from Makefile.am. 1 # Makefile.in generated by automake 1.9.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 Free Software Foundation, Inc. 5 # 2003, 2004, 2005 Free Software Foundation, Inc.
6 # This Makefile.in is free software; the Free Software Foundation 6 # This Makefile.in is free software; the Free Software Foundation
7 # gives unlimited permission to copy and/or distribute it, 7 # gives unlimited permission to copy and/or distribute it,
8 # with or without modifications, as long as this notice is preserved. 8 # with or without modifications, as long as this notice is preserved.
9 9
10 # This program is distributed in the hope that it will be useful, 10 # This program is distributed in the hope that it will be useful,
(...skipping 220 matching lines...) Expand 10 before | Expand all | Expand 10 after
231 $(lib_a_AR) lib.a $(lib_a_OBJECTS) $(lib_a_LIBADD) 231 $(lib_a_AR) lib.a $(lib_a_OBJECTS) $(lib_a_LIBADD)
232 $(RANLIB) lib.a 232 $(RANLIB) lib.a
233 233
234 mostlyclean-compile: 234 mostlyclean-compile:
235 -rm -f *.$(OBJEXT) 235 -rm -f *.$(OBJEXT)
236 236
237 distclean-compile: 237 distclean-compile:
238 -rm -f *.tab.c 238 -rm -f *.tab.c
239 239
240 .c.o: 240 .c.o:
241 » $(COMPILE) -c $< 241 » $(COMPILE) -c $< -o $@
242 242
243 .c.obj: 243 .c.obj:
244 $(COMPILE) -c `$(CYGPATH_W) '$<'` 244 $(COMPILE) -c `$(CYGPATH_W) '$<'`
245 245
246 lib_a-dummysys.o: dummysys.c 246 lib_a-dummysys.o: dummysys.c
247 $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_a_CFLAGS) $(CFLAGS) -c -o lib_a-dummysys.o `test -f 'dummysys.c' || echo '$(srcdir)/'`dummysys.c 247 $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_a_CFLAGS) $(CFLAGS) -c -o lib_a-dummysys.o `test -f 'dummysys.c' || echo '$(srcdir)/'`dummysys.c
248 248
249 lib_a-dummysys.obj: dummysys.c 249 lib_a-dummysys.obj: dummysys.c
250 $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_a_CFLAGS) $(CFLAGS) -c -o lib_a-dummysys.obj `if test -f 'dummysys.c'; th en $(CYGPATH_W) 'dummysys.c'; else $(CYGPATH_W) '$(srcdir)/dummysys.c'; fi` 250 $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_a_CFLAGS) $(CFLAGS) -c -o lib_a-dummysys.obj `if test -f 'dummysys.c'; th en $(CYGPATH_W) 'dummysys.c'; else $(CYGPATH_W) '$(srcdir)/dummysys.c'; fi`
251 251
(...skipping 138 matching lines...) Expand 10 before | Expand all | Expand 10 after
390 installcheck-am installdirs maintainer-clean \ 390 installcheck-am installdirs maintainer-clean \
391 maintainer-clean-generic mostlyclean mostlyclean-compile \ 391 maintainer-clean-generic mostlyclean mostlyclean-compile \
392 mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \ 392 mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \
393 uninstall-am uninstall-info-am 393 uninstall-am uninstall-info-am
394 394
395 395
396 all: crt0.o 396 all: crt0.o
397 # Tell versions [3.59,3.63) of GNU make to not export all variables. 397 # Tell versions [3.59,3.63) of GNU make to not export all variables.
398 # Otherwise a system limit (for SysV at least) may be exceeded. 398 # Otherwise a system limit (for SysV at least) may be exceeded.
399 .NOEXPORT: 399 .NOEXPORT:
OLDNEW
« newlib/libc/sys/nacl/Makefile.am ('K') | « newlib/libc/sys/nacl/Makefile.am ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698