Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/benchmark/Makefile.in

    r29137d3 rfab6ded  
    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@
     
    3892build_triplet = @build@
    3993host_triplet = @host@
    40 noinst_PROGRAMS = bench$(EXEEXT) ctxswitch-coroutine$(EXEEXT) \
    41         ctxswitch-thread$(EXEEXT)
    4294subdir = src/benchmark
    43 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
    4495ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
    4596am__aclocal_m4_deps = $(top_srcdir)/configure.ac
    4697am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
    4798        $(ACLOCAL_M4)
     99DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
    48100mkinstalldirs = $(install_sh) -d
    49101CONFIG_HEADER = $(top_builddir)/config.h
     
    54106bench_OBJECTS = bench.$(OBJEXT)
    55107bench_LDADD = $(LDADD)
     108csv_data_SOURCES = csv-data.c
     109csv_data_OBJECTS = csv-data.$(OBJEXT)
     110csv_data_LDADD = $(LDADD)
    56111ctxswitch_coroutine_SOURCES = ctxswitch-coroutine.c
    57112ctxswitch_coroutine_OBJECTS = ctxswitch-coroutine.$(OBJEXT)
     
    60115ctxswitch_thread_OBJECTS = ctxswitch-thread.$(OBJEXT)
    61116ctxswitch_thread_LDADD = $(LDADD)
     117monitor_SOURCES = monitor.c
     118monitor_OBJECTS = monitor.$(OBJEXT)
     119monitor_LDADD = $(LDADD)
     120sched_int_SOURCES = sched-int.c
     121sched_int_OBJECTS = sched-int.$(OBJEXT)
     122sched_int_LDADD = $(LDADD)
     123AM_V_P = $(am__v_P_@AM_V@)
     124am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
     125am__v_P_0 = false
     126am__v_P_1 = :
     127AM_V_GEN = $(am__v_GEN_@AM_V@)
     128am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
     129am__v_GEN_0 = @echo "  GEN     " $@;
     130am__v_GEN_1 =
     131AM_V_at = $(am__v_at_@AM_V@)
     132am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
     133am__v_at_0 = @
     134am__v_at_1 =
    62135DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
    63136depcomp = $(SHELL) $(top_srcdir)/automake/depcomp
     
    68141AM_V_CC = $(am__v_CC_@AM_V@)
    69142am__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 = @
     143am__v_CC_0 = @echo "  CC      " $@;
     144am__v_CC_1 =
    74145CCLD = $(CC)
    75146LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
    76147AM_V_CCLD = $(am__v_CCLD_@AM_V@)
    77148am__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   " $@;
    82 SOURCES = bench.c ctxswitch-coroutine.c ctxswitch-thread.c
    83 DIST_SOURCES = bench.c ctxswitch-coroutine.c ctxswitch-thread.c
     149am__v_CCLD_0 = @echo "  CCLD    " $@;
     150am__v_CCLD_1 =
     151SOURCES = bench.c csv-data.c ctxswitch-coroutine.c ctxswitch-thread.c \
     152        monitor.c sched-int.c
     153DIST_SOURCES = bench.c csv-data.c ctxswitch-coroutine.c \
     154        ctxswitch-thread.c monitor.c sched-int.c
     155am__can_run_installinfo = \
     156  case $$AM_UPDATE_INFO_DIR in \
     157    n|no|NO) false;; \
     158    *) (install-info --version) >/dev/null 2>&1;; \
     159  esac
     160am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
     161# Read a list of newline-separated strings from the standard input,
     162# and print each of them once, without duplicates.  Input order is
     163# *not* preserved.
     164am__uniquify_input = $(AWK) '\
     165  BEGIN { nonempty = 0; } \
     166  { items[$$0] = 1; nonempty = 1; } \
     167  END { if (nonempty) { for (i in items) print i; }; } \
     168'
     169# Make sure the list of sources is unique.  This is necessary because,
     170# e.g., the same source file might be shared among _SOURCES variables
     171# for different programs/libraries.
     172am__define_uniq_tagged_files = \
     173  list='$(am__tagged_files)'; \
     174  unique=`for i in $$list; do \
     175    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
     176  done | $(am__uniquify_input)`
    84177ETAGS = etags
    85178CTAGS = ctags
     179am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/automake/depcomp
    86180DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
    87181ACLOCAL = @ACLOCAL@
     
    198292program_transform_name = @program_transform_name@
    199293psdir = @psdir@
     294runstatedir = @runstatedir@
    200295sbindir = @sbindir@
    201296sharedstatedir = @sharedstatedir@
     
    207302top_srcdir = @top_srcdir@
    208303AM_CFLAGS = -g -Wall -Wno-unused-function -O2
     304noinst_PROGRAMS = bench$(EXEEXT) ctxswitch-coroutine$(EXEEXT) ctxswitch-thread$(EXEEXT) sched-int$(EXEEXT) monitor$(EXEEXT) csv-data$(EXEEXT)
    209305all: all-am
    210306
     
    223319        $(am__cd) $(top_srcdir) && \
    224320          $(AUTOMAKE) --foreign src/benchmark/Makefile
    225 .PRECIOUS: Makefile
    226321Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
    227322        @case '$?' in \
     
    252347
    253348@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bench.Po@am__quote@
     349@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/csv-data.Po@am__quote@
    254350@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ctxswitch-coroutine.Po@am__quote@
    255351@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ctxswitch-thread.Po@am__quote@
     352@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/monitor.Po@am__quote@
     353@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sched-int.Po@am__quote@
    256354
    257355.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
     356@am__fastdepCC_TRUE@    $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
     357@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
     358@am__fastdepCC_TRUE@    $(am__mv) $$depbase.Tpo $$depbase.Po
    260359@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
    261360@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    262 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c $<
     361@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
    263362
    264363.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
     364@am__fastdepCC_TRUE@    $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
     365@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
     366@am__fastdepCC_TRUE@    $(am__mv) $$depbase.Tpo $$depbase.Po
    267367@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
    268368@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)
     369@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
     370
     371ID: $(am__tagged_files)
     372        $(am__define_uniq_tagged_files); mkid -fID $$unique
     373tags: tags-am
     374TAGS: tags
     375
     376tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
    283377        set x; \
    284378        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; }; }'`; \
     379        $(am__define_uniq_tagged_files); \
    291380        shift; \
    292381        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
     
    300389          fi; \
    301390        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; }; }'`; \
     391ctags: ctags-am
     392
     393CTAGS: ctags
     394ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
     395        $(am__define_uniq_tagged_files); \
    311396        test -z "$(CTAGS_ARGS)$$unique" \
    312397          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
     
    317402          && $(am__cd) $(top_srcdir) \
    318403          && gtags -i $(GTAGS_ARGS) "$$here"
     404cscopelist: cscopelist-am
     405
     406cscopelist-am: $(am__tagged_files)
     407        list='$(am__tagged_files)'; \
     408        case "$(srcdir)" in \
     409          [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
     410          *) sdir=$(subdir)/$(srcdir) ;; \
     411        esac; \
     412        for i in $$list; do \
     413          if test -f "$$i"; then \
     414            echo "$(subdir)/$$i"; \
     415          else \
     416            echo "$$sdir/$$i"; \
     417          fi; \
     418        done >> $(top_builddir)/cscope.files
    319419
    320420distclean-tags:
     
    456556.MAKE: install-am install-strip
    457557
    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 \
     558.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
     559        clean-noinstPROGRAMS cscopelist-am ctags ctags-am distclean \
     560        distclean-compile distclean-generic distclean-tags distdir dvi \
     561        dvi-am html html-am info info-am install install-am \
     562        install-data install-data-am install-dvi install-dvi-am \
     563        install-exec install-exec-am install-html install-html-am \
     564        install-info install-info-am install-man install-pdf \
     565        install-pdf-am install-ps install-ps-am install-strip \
     566        installcheck installcheck-am installdirs maintainer-clean \
    467567        maintainer-clean-generic mostlyclean mostlyclean-compile \
    468         mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \
     568        mostlyclean-generic pdf pdf-am ps ps-am tags tags-am uninstall \
    469569        uninstall-am
    470570
    471 
    472 bench :
     571.PRECIOUS: Makefile
     572
     573
     574bench$(EXEEXT) :
    473575        @for ccflags in "-debug" "-nodebug"; do \
    474576                echo ${CC} ${AM_CFLAGS} ${CFLAGS} ${ccflags} @CFA_FLAGS@ -lrt bench.c;\
     
    478580        rm -f ./a.out ;
    479581
    480 ctxswitch-coroutine:
     582ctxswitch-coroutine$(EXEEXT):
    481583        ${CC} ${AM_CFLAGS} ${CFLAGS} ${ccflags} @CFA_FLAGS@ -nodebug -lrt -DN=10000000 CorCtxSwitch.c
    482584        @for number in 1 2 3 4 5 6 7 8 9 10; do \
     
    485587        @rm -f ./a.out
    486588
    487 ctxswitch-thread:
     589ctxswitch-thread$(EXEEXT):
    488590        ${CC} ${AM_CFLAGS} ${CFLAGS} ${ccflags} @CFA_FLAGS@ -nodebug -lrt -DN=10000000 ThrdCtxSwitch.c
    489591        @for number in 1 2 3 4 5 6 7 8 9 10; do \
     
    492594        @rm -f ./a.out
    493595
    494 sched-int:
     596sched-int$(EXEEXT):
    495597        ${CC} ${AM_CFLAGS} ${CFLAGS} ${ccflags} @CFA_FLAGS@ -nodebug -lrt -DN=10000000 SchedInt.c
    496598        @for number in 1 2 3 4 5 6 7 8 9 10; do \
     
    499601        @rm -f ./a.out
    500602
    501 monitor:
     603monitor$(EXEEXT):
    502604        ${CC} ${AM_CFLAGS} ${CFLAGS} ${ccflags} @CFA_FLAGS@ -nodebug -lrt -DN=10000000 Monitor.c
    503605        @for number in 1 2 3 4 5 6 7 8 9 10; do \
     
    506608        @rm -f ./a.out
    507609
    508 csv-data:
     610csv-data$(EXEEXT):
    509611        @${CC} ${AM_CFLAGS} ${CFLAGS} ${ccflags} @CFA_FLAGS@ -nodebug -lrt -quiet -DN=10000000 csv-data.c
    510612        @./a.out
Note: See TracChangeset for help on using the changeset viewer.