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

Side by Side Diff: newlib/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: 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.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 369 matching lines...) Expand 10 before | Expand all | Expand 10 after
380 tooldir = $(exec_prefix)/$(host_alias) 380 tooldir = $(exec_prefix)/$(host_alias)
381 toollibdir = $(tooldir)/lib$(MULTISUBDIR) 381 toollibdir = $(tooldir)/lib$(MULTISUBDIR)
382 AR_FLAGS = rc 382 AR_FLAGS = rc
383 @USE_LIBTOOL_TRUE@toollib_LTLIBRARIES = libm.la \ 383 @USE_LIBTOOL_TRUE@toollib_LTLIBRARIES = libm.la \
384 @USE_LIBTOOL_TRUE@ libc.la 384 @USE_LIBTOOL_TRUE@ libc.la
385 385
386 @USE_LIBTOOL_FALSE@toollib_LIBRARIES = libm.a \ 386 @USE_LIBTOOL_FALSE@toollib_LIBRARIES = libm.a \
387 @USE_LIBTOOL_FALSE@ libc.a 387 @USE_LIBTOOL_FALSE@ libc.a
388 388
389 noinst_DATA = stmp-targ-include 389 noinst_DATA = stmp-targ-include
390 toollib_DATA = $(CRT0) $(CRT1) 390 toollib_DATA = $(wildcard $(CRT0)) $(CRT1)
391 391
392 # The functions ldexp, frexp and modf are traditionally supplied in 392 # The functions ldexp, frexp and modf are traditionally supplied in
393 # both libc.a and libm.a. We build them in libm.a and copy them over, 393 # both libc.a and libm.a. We build them in libm.a and copy them over,
394 # along with some required supporting routines. 394 # along with some required supporting routines.
395 MATHOBJS_IN_LIBC = \ 395 MATHOBJS_IN_LIBC = \
396 $(lpfx)s_fpclassify.$(oext) $(lpfx)sf_fpclassify.$(oext) \ 396 $(lpfx)s_fpclassify.$(oext) $(lpfx)sf_fpclassify.$(oext) \
397 $(lpfx)s_isinf.$(oext) $(lpfx)sf_isinf.$(oext) \ 397 $(lpfx)s_isinf.$(oext) $(lpfx)sf_isinf.$(oext) \
398 $(lpfx)s_isnan.$(oext) $(lpfx)sf_isnan.$(oext) \ 398 $(lpfx)s_isnan.$(oext) $(lpfx)sf_isnan.$(oext) \
399 $(lpfx)s_isinfd.$(oext) $(lpfx)sf_isinff.$(oext) \ 399 $(lpfx)s_isinfd.$(oext) $(lpfx)sf_isinff.$(oext) \
400 $(lpfx)s_isnand.$(oext) $(lpfx)sf_isnanf.$(oext) \ 400 $(lpfx)s_isnand.$(oext) $(lpfx)sf_isnanf.$(oext) \
(...skipping 515 matching lines...) Expand 10 before | Expand all | Expand 10 after
916 @USE_LIBTOOL_FALSE@ rm -rf tmp 916 @USE_LIBTOOL_FALSE@ rm -rf tmp
917 917
918 @USE_LIBTOOL_FALSE@libc/libc.a: ; @true 918 @USE_LIBTOOL_FALSE@libc/libc.a: ; @true
919 919
920 @USE_LIBTOOL_FALSE@libm.a: libm/libm.a 920 @USE_LIBTOOL_FALSE@libm.a: libm/libm.a
921 @USE_LIBTOOL_FALSE@ rm -f $@ 921 @USE_LIBTOOL_FALSE@ rm -f $@
922 @USE_LIBTOOL_FALSE@ ln libm/libm.a $@ >/dev/null 2>/dev/null || cp libm/libm .a $@ 922 @USE_LIBTOOL_FALSE@ ln libm/libm.a $@ >/dev/null 2>/dev/null || cp libm/libm .a $@
923 923
924 @USE_LIBTOOL_FALSE@libm/libm.a: ; @true 924 @USE_LIBTOOL_FALSE@libm/libm.a: ; @true
925 925
926 crt0.o: $(CRT0_DIR)$(CRT0) 926 crt0.o: $(wildcard $(CRT0_DIR)$(CRT0))
927 rm -f $@ 927 rm -f $@
928 » ln $(CRT0_DIR)$(CRT0) $@ >/dev/null 2>/dev/null \ 928 » if test -f $(CRT0_DIR)$(CRT0); then ln $(CRT0_DIR)$(CRT0) $@ >/dev/null 2>/dev/null \
929 » || cp $(CRT0_DIR)$(CRT0) $@ 929 » || cp $(CRT0_DIR)$(CRT0) $@; fi
930 930
931 $(CRT0_DIR)$(CRT0): ; @true 931 $(CRT0_DIR)$(CRT0): ; @true
932 932
933 crt1.o: $(CRT1_DIR)$(CRT1) 933 crt1.o: $(CRT1_DIR)$(CRT1)
934 rm -f $@ 934 rm -f $@
935 ln $< $@ >/dev/null 2>/dev/null \ 935 ln $< $@ >/dev/null 2>/dev/null \
936 || cp $< $@ 936 || cp $< $@
937 937
938 $(CRT1_DIR)$(CRT1): ; @true 938 $(CRT1_DIR)$(CRT1): ; @true
939 939
(...skipping 232 matching lines...) Expand 10 before | Expand all | Expand 10 after
1172 else \ 1172 else \
1173 echo "WARNING: could not find \`runtest'" 1>&2 ; \ 1173 echo "WARNING: could not find \`runtest'" 1>&2 ; \
1174 fi 1174 fi
1175 1175
1176 clean-local: 1176 clean-local:
1177 -rm -rf targ-include 1177 -rm -rf targ-include
1178 1178
1179 # Tell versions [3.59,3.63) of GNU make to not export all variables. 1179 # Tell versions [3.59,3.63) of GNU make to not export all variables.
1180 # Otherwise a system limit (for SysV at least) may be exceeded. 1180 # Otherwise a system limit (for SysV at least) may be exceeded.
1181 .NOEXPORT: 1181 .NOEXPORT:
OLDNEW
« newlib/Makefile.am ('K') | « newlib/Makefile.am ('k') | newlib/libc/Makefile.am » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698