Changeset 44f44617 for src/benchmark


Ignore:
Timestamp:
Jul 5, 2017, 4:29:43 PM (7 years ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, deferred_resn, demangler, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, with_gc
Children:
8c97ee7, b72d4ed
Parents:
307a732
Message:

Fix build for 16.04

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/benchmark/Makefile.in

    r307a732 r44f44617  
    1 # Makefile.in generated by automake 1.11.3 from Makefile.am.
     1# Makefile.in generated by automake 1.15 from Makefile.am.
    22# @configure_input@
    33
    4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
    5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
    6 # Foundation, Inc.
     4# Copyright (C) 1994-2014 Free Software Foundation, Inc.
     5
    76# This Makefile.in is free software; the Free Software Foundation
    87# gives unlimited permission to copy and/or distribute it,
     
    2019
    2120VPATH = @srcdir@
     21am__is_gnu_make = { \
     22  if test -z '$(MAKELEVEL)'; then \
     23    false; \
     24  elif test -n '$(MAKE_HOST)'; then \
     25    true; \
     26  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
     27    true; \
     28  else \
     29    false; \
     30  fi; \
     31}
     32am__make_running_with_option = \
     33  case $${target_option-} in \
     34      ?) ;; \
     35      *) echo "am__make_running_with_option: internal error: invalid" \
     36              "target option '$${target_option-}' specified" >&2; \
     37         exit 1;; \
     38  esac; \
     39  has_opt=no; \
     40  sane_makeflags=$$MAKEFLAGS; \
     41  if $(am__is_gnu_make); then \
     42    sane_makeflags=$$MFLAGS; \
     43  else \
     44    case $$MAKEFLAGS in \
     45      *\\[\ \   ]*) \
     46        bs=\\; \
     47        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
     48          | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
     49    esac; \
     50  fi; \
     51  skip_next=no; \
     52  strip_trailopt () \
     53  { \
     54    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
     55  }; \
     56  for flg in $$sane_makeflags; do \
     57    test $$skip_next = yes && { skip_next=no; continue; }; \
     58    case $$flg in \
     59      *=*|--*) continue;; \
     60        -*I) strip_trailopt 'I'; skip_next=yes;; \
     61      -*I?*) strip_trailopt 'I';; \
     62        -*O) strip_trailopt 'O'; skip_next=yes;; \
     63      -*O?*) strip_trailopt 'O';; \
     64        -*l) strip_trailopt 'l'; skip_next=yes;; \
     65      -*l?*) strip_trailopt 'l';; \
     66      -[dEDm]) skip_next=yes;; \
     67      -[JT]) skip_next=yes;; \
     68    esac; \
     69    case $$flg in \
     70      *$$target_option*) has_opt=yes; break;; \
     71    esac; \
     72  done; \
     73  test $$has_opt = yes
     74am__make_dryrun = (target_option=n; $(am__make_running_with_option))
     75am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
    2276pkgdatadir = $(datadir)/@PACKAGE@
    2377pkgincludedir = $(includedir)/@PACKAGE@
     
    4195        ctxswitch-thread$(EXEEXT)
    4296subdir = src/benchmark
    43 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
    4497ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
    4598am__aclocal_m4_deps = $(top_srcdir)/configure.ac
    4699am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
    47100        $(ACLOCAL_M4)
     101DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
    48102mkinstalldirs = $(install_sh) -d
    49103CONFIG_HEADER = $(top_builddir)/config.h
     
    60114ctxswitch_thread_OBJECTS = ctxswitch-thread.$(OBJEXT)
    61115ctxswitch_thread_LDADD = $(LDADD)
     116AM_V_P = $(am__v_P_@AM_V@)
     117am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
     118am__v_P_0 = false
     119am__v_P_1 = :
     120AM_V_GEN = $(am__v_GEN_@AM_V@)
     121am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
     122am__v_GEN_0 = @echo "  GEN     " $@;
     123am__v_GEN_1 =
     124AM_V_at = $(am__v_at_@AM_V@)
     125am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
     126am__v_at_0 = @
     127am__v_at_1 =
    62128DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
    63129depcomp = $(SHELL) $(top_srcdir)/automake/depcomp
     
    68134AM_V_CC = $(am__v_CC_@AM_V@)
    69135am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
    70 am__v_CC_0 = @echo "  CC    " $@;
    71 AM_V_at = $(am__v_at_@AM_V@)
    72 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
    73 am__v_at_0 = @
     136am__v_CC_0 = @echo "  CC      " $@;
     137am__v_CC_1 =
    74138CCLD = $(CC)
    75139LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
    76140AM_V_CCLD = $(am__v_CCLD_@AM_V@)
    77141am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
    78 am__v_CCLD_0 = @echo "  CCLD  " $@;
    79 AM_V_GEN = $(am__v_GEN_@AM_V@)
    80 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
    81 am__v_GEN_0 = @echo "  GEN   " $@;
     142am__v_CCLD_0 = @echo "  CCLD    " $@;
     143am__v_CCLD_1 =
    82144SOURCES = bench.c ctxswitch-coroutine.c ctxswitch-thread.c
    83145DIST_SOURCES = bench.c ctxswitch-coroutine.c ctxswitch-thread.c
     146am__can_run_installinfo = \
     147  case $$AM_UPDATE_INFO_DIR in \
     148    n|no|NO) false;; \
     149    *) (install-info --version) >/dev/null 2>&1;; \
     150  esac
     151am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
     152# Read a list of newline-separated strings from the standard input,
     153# and print each of them once, without duplicates.  Input order is
     154# *not* preserved.
     155am__uniquify_input = $(AWK) '\
     156  BEGIN { nonempty = 0; } \
     157  { items[$$0] = 1; nonempty = 1; } \
     158  END { if (nonempty) { for (i in items) print i; }; } \
     159'
     160# Make sure the list of sources is unique.  This is necessary because,
     161# e.g., the same source file might be shared among _SOURCES variables
     162# for different programs/libraries.
     163am__define_uniq_tagged_files = \
     164  list='$(am__tagged_files)'; \
     165  unique=`for i in $$list; do \
     166    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
     167  done | $(am__uniquify_input)`
    84168ETAGS = etags
    85169CTAGS = ctags
     170am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/automake/depcomp
    86171DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
    87172ACLOCAL = @ACLOCAL@
     
    198283program_transform_name = @program_transform_name@
    199284psdir = @psdir@
     285runstatedir = @runstatedir@
    200286sbindir = @sbindir@
    201287sharedstatedir = @sharedstatedir@
     
    220306          esac; \
    221307        done; \
    222         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/benchmark/Makefile'; \
     308        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/benchmark/Makefile'; \
    223309        $(am__cd) $(top_srcdir) && \
    224           $(AUTOMAKE) --foreign src/benchmark/Makefile
    225 .PRECIOUS: Makefile
     310          $(AUTOMAKE) --gnu src/benchmark/Makefile
    226311Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
    227312        @case '$?' in \
     
    256341
    257342.c.o:
    258 @am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
    259 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
     343@am__fastdepCC_TRUE@    $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
     344@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
     345@am__fastdepCC_TRUE@    $(am__mv) $$depbase.Tpo $$depbase.Po
    260346@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
    261347@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    262 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c $<
     348@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
    263349
    264350.c.obj:
    265 @am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
    266 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
     351@am__fastdepCC_TRUE@    $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
     352@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
     353@am__fastdepCC_TRUE@    $(am__mv) $$depbase.Tpo $$depbase.Po
    267354@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
    268355@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    269 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'`
    270 
    271 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
    272         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
    273         unique=`for i in $$list; do \
    274             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
    275           done | \
    276           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
    277               END { if (nonempty) { for (i in files) print i; }; }'`; \
    278         mkid -fID $$unique
    279 tags: TAGS
    280 
    281 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
    282                 $(TAGS_FILES) $(LISP)
     356@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
     357
     358ID: $(am__tagged_files)
     359        $(am__define_uniq_tagged_files); mkid -fID $$unique
     360tags: tags-am
     361TAGS: tags
     362
     363tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
    283364        set x; \
    284365        here=`pwd`; \
    285         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
    286         unique=`for i in $$list; do \
    287             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
    288           done | \
    289           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
    290               END { if (nonempty) { for (i in files) print i; }; }'`; \
     366        $(am__define_uniq_tagged_files); \
    291367        shift; \
    292368        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
     
    300376          fi; \
    301377        fi
    302 ctags: CTAGS
    303 CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
    304                 $(TAGS_FILES) $(LISP)
    305         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
    306         unique=`for i in $$list; do \
    307             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
    308           done | \
    309           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
    310               END { if (nonempty) { for (i in files) print i; }; }'`; \
     378ctags: ctags-am
     379
     380CTAGS: ctags
     381ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
     382        $(am__define_uniq_tagged_files); \
    311383        test -z "$(CTAGS_ARGS)$$unique" \
    312384          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
     
    317389          && $(am__cd) $(top_srcdir) \
    318390          && gtags -i $(GTAGS_ARGS) "$$here"
     391cscopelist: cscopelist-am
     392
     393cscopelist-am: $(am__tagged_files)
     394        list='$(am__tagged_files)'; \
     395        case "$(srcdir)" in \
     396          [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
     397          *) sdir=$(subdir)/$(srcdir) ;; \
     398        esac; \
     399        for i in $$list; do \
     400          if test -f "$$i"; then \
     401            echo "$(subdir)/$$i"; \
     402          else \
     403            echo "$$sdir/$$i"; \
     404          fi; \
     405        done >> $(top_builddir)/cscope.files
    319406
    320407distclean-tags:
     
    456543.MAKE: install-am install-strip
    457544
    458 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
    459         clean-noinstPROGRAMS ctags distclean distclean-compile \
    460         distclean-generic distclean-tags distdir dvi dvi-am html \
    461         html-am info info-am install install-am install-data \
    462         install-data-am install-dvi install-dvi-am install-exec \
    463         install-exec-am install-html install-html-am install-info \
    464         install-info-am install-man install-pdf install-pdf-am \
    465         install-ps install-ps-am install-strip installcheck \
    466         installcheck-am installdirs maintainer-clean \
     545.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
     546        clean-noinstPROGRAMS cscopelist-am ctags ctags-am distclean \
     547        distclean-compile distclean-generic distclean-tags distdir dvi \
     548        dvi-am html html-am info info-am install install-am \
     549        install-data install-data-am install-dvi install-dvi-am \
     550        install-exec install-exec-am install-html install-html-am \
     551        install-info install-info-am install-man install-pdf \
     552        install-pdf-am install-ps install-ps-am install-strip \
     553        installcheck installcheck-am installdirs maintainer-clean \
    467554        maintainer-clean-generic mostlyclean mostlyclean-compile \
    468         mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \
     555        mostlyclean-generic pdf pdf-am ps ps-am tags tags-am uninstall \
    469556        uninstall-am
     557
     558.PRECIOUS: Makefile
    470559
    471560
Note: See TracChangeset for help on using the changeset viewer.