Changes in benchmark/Makefile.in [200fcb3:c6bbcdb]
- File:
-
- 1 edited
-
benchmark/Makefile.in (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
benchmark/Makefile.in
r200fcb3 rc6bbcdb 260 260 AUTOMAKE_OPTIONS = foreign # do not require all the GNU file names 261 261 CFACOMPILE = $(CFACC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CFAFLAGS) $(CFAFLAGS) $(AM_CFLAGS) $(CFLAGS) 262 LTCFACOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 263 $(LIBTOOLFLAGS) --mode=compile $(CFACC) $(DEFS) \ 264 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CFAFLAGS) $(CFAFLAGS) \ 265 $(AM_CFLAGS) $(CFLAGS) 266 262 267 AM_V_CFA = $(am__v_CFA_@AM_V@) 263 268 am__v_CFA_ = $(am__v_CFA_@AM_DEFAULT_V@) … … 287 292 288 293 .SUFFIXES: 289 .SUFFIXES: .cfa . o294 .SUFFIXES: .cfa .lo .o 290 295 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(top_srcdir)/src/cfa.make $(am__configure_deps) 291 296 @for dep in $?; do \ … … 480 485 $(am__mv) $$depbase.Tpo $$depbase.Po 481 486 487 .cfa.lo: 488 $(AM_V_CFA)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ 489 $(LTCFACOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ 490 $(am__mv) $$depbase.Tpo $$depbase.Plo 491 482 492 .NOTPARALLEL: 483 493 … … 714 724 715 725 compile-attributes$(EXEEXT): 716 @$(CFACOMPILE) -fsyntax-only -w $(testdir)/attributes.c fa726 @$(CFACOMPILE) -fsyntax-only -w $(testdir)/attributes.c 717 727 718 728 compile-empty$(EXEEXT):
Note:
See TracChangeset
for help on using the changeset viewer.