source: src/benchmark/Makefile.in @ 034165a

ADTaaron-thesisarm-ehast-experimentalcleanup-dtorsdeferred_resndemanglerenumforall-pointer-decayjacob/cs343-translationjenkins-sandboxnew-astnew-ast-unique-exprnew-envno_listpersistent-indexerpthread-emulationqualifiedEnumresolv-newwith_gc
Last change on this file since 034165a was 034165a, checked in by Thierry Delisle <tdelisle@…>, 6 years ago

renamed and updated benchmarks for consistency

  • Property mode set to 100644
File size: 20.1 KB
RevLine 
[44f44617]1# Makefile.in generated by automake 1.15 from Makefile.am.
[ac93b228]2# @configure_input@
3
[44f44617]4# Copyright (C) 1994-2014 Free Software Foundation, Inc.
5
[ac93b228]6# This Makefile.in is free software; the Free Software Foundation
7# gives unlimited permission to copy and/or distribute it,
8# with or without modifications, as long as this notice is preserved.
9
10# This program is distributed in the hope that it will be useful,
11# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13# PARTICULAR PURPOSE.
14
15@SET_MAKE@
16
17######################## -*- Mode: Makefile-Automake -*- ######################
18###############################################################################
19
20VPATH = @srcdir@
[44f44617]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))
[ac93b228]76pkgdatadir = $(datadir)/@PACKAGE@
77pkgincludedir = $(includedir)/@PACKAGE@
78pkglibdir = $(libdir)/@PACKAGE@
79pkglibexecdir = $(libexecdir)/@PACKAGE@
80am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
81install_sh_DATA = $(install_sh) -c -m 644
82install_sh_PROGRAM = $(install_sh) -c
83install_sh_SCRIPT = $(install_sh) -c
84INSTALL_HEADER = $(INSTALL_DATA)
85transform = $(program_transform_name)
86NORMAL_INSTALL = :
87PRE_INSTALL = :
88POST_INSTALL = :
89NORMAL_UNINSTALL = :
90PRE_UNINSTALL = :
91POST_UNINSTALL = :
92build_triplet = @build@
93host_triplet = @host@
94subdir = src/benchmark
95ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
96am__aclocal_m4_deps = $(top_srcdir)/configure.ac
97am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
98        $(ACLOCAL_M4)
[44f44617]99DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
[ac93b228]100mkinstalldirs = $(install_sh) -d
101CONFIG_HEADER = $(top_builddir)/config.h
102CONFIG_CLEAN_FILES =
103CONFIG_CLEAN_VPATH_FILES =
104PROGRAMS = $(noinst_PROGRAMS)
105bench_SOURCES = bench.c
106bench_OBJECTS = bench.$(OBJEXT)
107bench_LDADD = $(LDADD)
[fab6ded]108csv_data_SOURCES = csv-data.c
109csv_data_OBJECTS = csv-data.$(OBJEXT)
110csv_data_LDADD = $(LDADD)
[ac93b228]111ctxswitch_coroutine_SOURCES = ctxswitch-coroutine.c
112ctxswitch_coroutine_OBJECTS = ctxswitch-coroutine.$(OBJEXT)
113ctxswitch_coroutine_LDADD = $(LDADD)
114ctxswitch_thread_SOURCES = ctxswitch-thread.c
115ctxswitch_thread_OBJECTS = ctxswitch-thread.$(OBJEXT)
116ctxswitch_thread_LDADD = $(LDADD)
[fab6ded]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)
[44f44617]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 =
[ac93b228]135DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
136depcomp = $(SHELL) $(top_srcdir)/automake/depcomp
137am__depfiles_maybe = depfiles
138am__mv = mv -f
139COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
140        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
141AM_V_CC = $(am__v_CC_@AM_V@)
142am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
[44f44617]143am__v_CC_0 = @echo "  CC      " $@;
144am__v_CC_1 =
[ac93b228]145CCLD = $(CC)
146LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
147AM_V_CCLD = $(am__v_CCLD_@AM_V@)
148am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
[44f44617]149am__v_CCLD_0 = @echo "  CCLD    " $@;
150am__v_CCLD_1 =
[fab6ded]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
[44f44617]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)`
[ac93b228]177ETAGS = etags
178CTAGS = ctags
[44f44617]179am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/automake/depcomp
[ac93b228]180DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
181ACLOCAL = @ACLOCAL@
182ALLOCA = @ALLOCA@
183AMTAR = @AMTAR@
184AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
185AUTOCONF = @AUTOCONF@
186AUTOHEADER = @AUTOHEADER@
187AUTOMAKE = @AUTOMAKE@
188AWK = @AWK@
189BACKEND_CC = @BACKEND_CC@
[df47e2f]190CC = @CFA_BINDIR@/@CFA_NAME@
[ac93b228]191CCAS = @CCAS@
192CCASDEPMODE = @CCASDEPMODE@
193CCASFLAGS = @CCASFLAGS@
194CCDEPMODE = @CCDEPMODE@
195CFA_BACKEND_CC = @CFA_BACKEND_CC@
196CFA_BINDIR = @CFA_BINDIR@
197CFA_FLAGS = @CFA_FLAGS@
198CFA_INCDIR = @CFA_INCDIR@
199CFA_LIBDIR = @CFA_LIBDIR@
[df47e2f]200CFA_NAME = @CFA_NAME@
[ac93b228]201CFA_PREFIX = @CFA_PREFIX@
202
203# applies to both programs
204CFLAGS =
205CPP = @CPP@
206CPPFLAGS = @CPPFLAGS@
207CXX = @CXX@
208CXXDEPMODE = @CXXDEPMODE@
209CXXFLAGS = @CXXFLAGS@
210CYGPATH_W = @CYGPATH_W@
211DEFS = @DEFS@
212DEPDIR = @DEPDIR@
213ECHO_C = @ECHO_C@
214ECHO_N = @ECHO_N@
215ECHO_T = @ECHO_T@
216EGREP = @EGREP@
217EXEEXT = @EXEEXT@
218GREP = @GREP@
219INSTALL = @INSTALL@
220INSTALL_DATA = @INSTALL_DATA@
221INSTALL_PROGRAM = @INSTALL_PROGRAM@
222INSTALL_SCRIPT = @INSTALL_SCRIPT@
223INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
224LDFLAGS = @LDFLAGS@
225LEX = @LEX@
226LEXLIB = @LEXLIB@
227LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
228LIBOBJS = @LIBOBJS@
229LIBS = @LIBS@
230LTLIBOBJS = @LTLIBOBJS@
231MACHINE_TYPE = @MACHINE_TYPE@
232MAINT = @MAINT@
233MAKEINFO = @MAKEINFO@
234MKDIR_P = @MKDIR_P@
235OBJEXT = @OBJEXT@
236PACKAGE = @PACKAGE@
237PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
238PACKAGE_NAME = @PACKAGE_NAME@
239PACKAGE_STRING = @PACKAGE_STRING@
240PACKAGE_TARNAME = @PACKAGE_TARNAME@
241PACKAGE_URL = @PACKAGE_URL@
242PACKAGE_VERSION = @PACKAGE_VERSION@
243PATH_SEPARATOR = @PATH_SEPARATOR@
244RANLIB = @RANLIB@
245SET_MAKE = @SET_MAKE@
246SHELL = @SHELL@
247STRIP = @STRIP@
248VERSION = @VERSION@
249YACC = @YACC@
250YFLAGS = @YFLAGS@
251abs_builddir = @abs_builddir@
252abs_srcdir = @abs_srcdir@
253abs_top_builddir = @abs_top_builddir@
254abs_top_srcdir = @abs_top_srcdir@
255ac_ct_CC = @ac_ct_CC@
256ac_ct_CXX = @ac_ct_CXX@
257am__include = @am__include@
258am__leading_dot = @am__leading_dot@
259am__quote = @am__quote@
260am__tar = @am__tar@
261am__untar = @am__untar@
262bindir = @bindir@
263build = @build@
264build_alias = @build_alias@
265build_cpu = @build_cpu@
266build_os = @build_os@
267build_vendor = @build_vendor@
268builddir = @builddir@
269datadir = @datadir@
270datarootdir = @datarootdir@
271docdir = @docdir@
272dvidir = @dvidir@
273exec_prefix = @exec_prefix@
274host = @host@
275host_alias = @host_alias@
276host_cpu = @host_cpu@
277host_os = @host_os@
278host_vendor = @host_vendor@
279htmldir = @htmldir@
280includedir = @includedir@
281infodir = @infodir@
282install_sh = @install_sh@
283libdir = @libdir@
284libexecdir = @libexecdir@
285localedir = @localedir@
286localstatedir = @localstatedir@
287mandir = @mandir@
288mkdir_p = @mkdir_p@
289oldincludedir = @oldincludedir@
290pdfdir = @pdfdir@
291prefix = @prefix@
292program_transform_name = @program_transform_name@
293psdir = @psdir@
[44f44617]294runstatedir = @runstatedir@
[ac93b228]295sbindir = @sbindir@
296sharedstatedir = @sharedstatedir@
297srcdir = @srcdir@
298sysconfdir = @sysconfdir@
299target_alias = @target_alias@
300top_build_prefix = @top_build_prefix@
301top_builddir = @top_builddir@
302top_srcdir = @top_srcdir@
303AM_CFLAGS = -g -Wall -Wno-unused-function -O2
[034165a]304REPEAT = ${abs_top_srcdir}/tools/a.out
305repeats = 30
[fab6ded]306noinst_PROGRAMS = bench$(EXEEXT) ctxswitch-coroutine$(EXEEXT) ctxswitch-thread$(EXEEXT) sched-int$(EXEEXT) monitor$(EXEEXT) csv-data$(EXEEXT)
[ac93b228]307all: all-am
308
309.SUFFIXES:
310.SUFFIXES: .c .o .obj
311$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
312        @for dep in $?; do \
313          case '$(am__configure_deps)' in \
314            *$$dep*) \
315              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
316                && { if test -f $@; then exit 0; else break; fi; }; \
317              exit 1;; \
318          esac; \
319        done; \
[52a9004]320        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/benchmark/Makefile'; \
[ac93b228]321        $(am__cd) $(top_srcdir) && \
[52a9004]322          $(AUTOMAKE) --foreign src/benchmark/Makefile
[ac93b228]323Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
324        @case '$?' in \
325          *config.status*) \
326            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
327          *) \
328            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
329            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
330        esac;
331
332$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
333        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
334
335$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
336        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
337$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
338        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
339$(am__aclocal_m4_deps):
340
341clean-noinstPROGRAMS:
342        -test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS)
343
[034165a]344ctxswitch-coroutine$(EXEEXT): $(ctxswitch_coroutine_OBJECTS) $(ctxswitch_coroutine_DEPENDENCIES) $(EXTRA_ctxswitch_coroutine_DEPENDENCIES)
345        @rm -f ctxswitch-coroutine$(EXEEXT)
346        $(AM_V_CCLD)$(LINK) $(ctxswitch_coroutine_OBJECTS) $(ctxswitch_coroutine_LDADD) $(LIBS)
347
348ctxswitch-thread$(EXEEXT): $(ctxswitch_thread_OBJECTS) $(ctxswitch_thread_DEPENDENCIES) $(EXTRA_ctxswitch_thread_DEPENDENCIES)
349        @rm -f ctxswitch-thread$(EXEEXT)
350        $(AM_V_CCLD)$(LINK) $(ctxswitch_thread_OBJECTS) $(ctxswitch_thread_LDADD) $(LIBS)
351
[ac93b228]352mostlyclean-compile:
353        -rm -f *.$(OBJEXT)
354
355distclean-compile:
356        -rm -f *.tab.c
357
358@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bench.Po@am__quote@
[fab6ded]359@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/csv-data.Po@am__quote@
[ac93b228]360@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ctxswitch-coroutine.Po@am__quote@
361@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ctxswitch-thread.Po@am__quote@
[fab6ded]362@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/monitor.Po@am__quote@
363@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sched-int.Po@am__quote@
[ac93b228]364
365.c.o:
[44f44617]366@am__fastdepCC_TRUE@    $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
367@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
368@am__fastdepCC_TRUE@    $(am__mv) $$depbase.Tpo $$depbase.Po
[ac93b228]369@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
370@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
[44f44617]371@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
[ac93b228]372
373.c.obj:
[44f44617]374@am__fastdepCC_TRUE@    $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
375@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
376@am__fastdepCC_TRUE@    $(am__mv) $$depbase.Tpo $$depbase.Po
[ac93b228]377@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
378@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
[44f44617]379@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
380
381ID: $(am__tagged_files)
382        $(am__define_uniq_tagged_files); mkid -fID $$unique
383tags: tags-am
384TAGS: tags
385
386tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
[ac93b228]387        set x; \
388        here=`pwd`; \
[44f44617]389        $(am__define_uniq_tagged_files); \
[ac93b228]390        shift; \
391        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
392          test -n "$$unique" || unique=$$empty_fix; \
393          if test $$# -gt 0; then \
394            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
395              "$$@" $$unique; \
396          else \
397            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
398              $$unique; \
399          fi; \
400        fi
[44f44617]401ctags: ctags-am
402
403CTAGS: ctags
404ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
405        $(am__define_uniq_tagged_files); \
[ac93b228]406        test -z "$(CTAGS_ARGS)$$unique" \
407          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
408             $$unique
409
410GTAGS:
411        here=`$(am__cd) $(top_builddir) && pwd` \
412          && $(am__cd) $(top_srcdir) \
413          && gtags -i $(GTAGS_ARGS) "$$here"
[44f44617]414cscopelist: cscopelist-am
415
416cscopelist-am: $(am__tagged_files)
417        list='$(am__tagged_files)'; \
418        case "$(srcdir)" in \
419          [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
420          *) sdir=$(subdir)/$(srcdir) ;; \
421        esac; \
422        for i in $$list; do \
423          if test -f "$$i"; then \
424            echo "$(subdir)/$$i"; \
425          else \
426            echo "$$sdir/$$i"; \
427          fi; \
428        done >> $(top_builddir)/cscope.files
[ac93b228]429
430distclean-tags:
431        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
432
433distdir: $(DISTFILES)
434        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
435        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
436        list='$(DISTFILES)'; \
437          dist_files=`for file in $$list; do echo $$file; done | \
438          sed -e "s|^$$srcdirstrip/||;t" \
439              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
440        case $$dist_files in \
441          */*) $(MKDIR_P) `echo "$$dist_files" | \
442                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
443                           sort -u` ;; \
444        esac; \
445        for file in $$dist_files; do \
446          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
447          if test -d $$d/$$file; then \
448            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
449            if test -d "$(distdir)/$$file"; then \
450              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
451            fi; \
452            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
453              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
454              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
455            fi; \
456            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
457          else \
458            test -f "$(distdir)/$$file" \
459            || cp -p $$d/$$file "$(distdir)/$$file" \
460            || exit 1; \
461          fi; \
462        done
463check-am: all-am
464check: check-am
465all-am: Makefile $(PROGRAMS)
466installdirs:
467install: install-am
468install-exec: install-exec-am
469install-data: install-data-am
470uninstall: uninstall-am
471
472install-am: all-am
473        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
474
475installcheck: installcheck-am
476install-strip:
477        if test -z '$(STRIP)'; then \
478          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
479            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
480              install; \
481        else \
482          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
483            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
484            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
485        fi
486mostlyclean-generic:
487
488clean-generic:
489
490distclean-generic:
491        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
492        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
493
494maintainer-clean-generic:
495        @echo "This command is intended for maintainers to use"
496        @echo "it deletes files that may require special tools to rebuild."
497clean: clean-am
498
499clean-am: clean-generic clean-noinstPROGRAMS mostlyclean-am
500
501distclean: distclean-am
502        -rm -rf ./$(DEPDIR)
503        -rm -f Makefile
504distclean-am: clean-am distclean-compile distclean-generic \
505        distclean-tags
506
507dvi: dvi-am
508
509dvi-am:
510
511html: html-am
512
513html-am:
514
515info: info-am
516
517info-am:
518
519install-data-am:
520
521install-dvi: install-dvi-am
522
523install-dvi-am:
524
525install-exec-am:
526
527install-html: install-html-am
528
529install-html-am:
530
531install-info: install-info-am
532
533install-info-am:
534
535install-man:
536
537install-pdf: install-pdf-am
538
539install-pdf-am:
540
541install-ps: install-ps-am
542
543install-ps-am:
544
545installcheck-am:
546
547maintainer-clean: maintainer-clean-am
548        -rm -rf ./$(DEPDIR)
549        -rm -f Makefile
550maintainer-clean-am: distclean-am maintainer-clean-generic
551
552mostlyclean: mostlyclean-am
553
554mostlyclean-am: mostlyclean-compile mostlyclean-generic
555
556pdf: pdf-am
557
558pdf-am:
559
560ps: ps-am
561
562ps-am:
563
564uninstall-am:
565
566.MAKE: install-am install-strip
567
[44f44617]568.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
569        clean-noinstPROGRAMS cscopelist-am ctags ctags-am distclean \
570        distclean-compile distclean-generic distclean-tags distdir dvi \
571        dvi-am html html-am info info-am install install-am \
572        install-data install-data-am install-dvi install-dvi-am \
573        install-exec install-exec-am install-html install-html-am \
574        install-info install-info-am install-man install-pdf \
575        install-pdf-am install-ps install-ps-am install-strip \
576        installcheck installcheck-am installdirs maintainer-clean \
[ac93b228]577        maintainer-clean-generic mostlyclean mostlyclean-compile \
[44f44617]578        mostlyclean-generic pdf pdf-am ps ps-am tags tags-am uninstall \
[ac93b228]579        uninstall-am
580
[44f44617]581.PRECIOUS: Makefile
582
[ac93b228]583
[034165a]584.NOTPARALLEL:
585
[fab6ded]586bench$(EXEEXT) :
[ac93b228]587        @for ccflags in "-debug" "-nodebug"; do \
[6db3e73]588                echo ${CC} ${AM_CFLAGS} ${CFLAGS} ${ccflags} @CFA_FLAGS@ -lrt bench.c;\
[ac93b228]589                ${CC} ${AM_CFLAGS} ${CFLAGS} $${ccflags} -lrt bench.c;\
590                ./a.out ; \
591        done ; \
592        rm -f ./a.out ;
593
[034165a]594csv-data$(EXEEXT):
595        @${CC} ${AM_CFLAGS} ${CFLAGS} ${ccflags} @CFA_FLAGS@ -nodebug -lrt -quiet -DN=50000000 csv-data.c
596        @./a.out
597        @rm -f ./a.out
[ac93b228]598
[034165a]599ctxswitch$(EXEEXT): \
600        ctxswitch-cfa_coroutine.run     \
601        ctxswitch-cfa_thread.run        \
602        ctxswitch-upp_coroutine.run     \
603        ctxswitch-upp_thread.run        \
604        ctxswitch-pthread.run
605
606ctxswitch-cfa_coroutine$(EXEEXT):
607        ${CC} ${AM_CFLAGS} ${CFLAGS} ${ccflags} @CFA_FLAGS@ -I. -nodebug -lrt -DN=50000000 ctxswitch/cfa_cor.c
608
609ctxswitch-cfa_thread$(EXEEXT):
610        ${CC} ${AM_CFLAGS} ${CFLAGS} ${ccflags} @CFA_FLAGS@ -I. -nodebug -lrt -DN=50000000 ctxswitch/cfa_thrd.c
611
612ctxswitch-upp_coroutine$(EXEEXT):
613        u++ ${AM_CFLAGS} ${CFLAGS} ${ccflags} ${ccflags} -I. -nodebug -lrt -DN=50000000 ctxswitch/upp_cor.cc
614
615ctxswitch-upp_thread$(EXEEXT):
616        u++ ${AM_CFLAGS} ${CFLAGS} ${ccflags} ${ccflags} -I. -nodebug -lrt -DN=50000000 ctxswitch/upp_cor.cc
[d67cdb7]617
618ctxswitch-pthread$(EXEEXT):
[034165a]619        @BACKEND_CC@ ${AM_CFLAGS} ${CFLAGS} ${ccflags} -I. -lrt -pthread -DN=50000000 ctxswitch/pthreads.c
620
621creation$(EXEEXT) :\
622        creation-pthread.run            \
623        creation-cfa_coroutine.run      \
624        creation-cfa_thread.run         \
625        creation-upp_coroutine.run      \
626        creation-upp_thread.run
627
628creation-cfa_coroutine$(EXEEXT):
629        ${CC} ${AM_CFLAGS} ${CFLAGS} ${ccflags} @CFA_FLAGS@ -I. -nodebug -lrt -DBENCH_N=500000000 creation/cfa_cor.c
630
631creation-cfa_thread$(EXEEXT):
632        ${CC} ${AM_CFLAGS} ${CFLAGS} ${ccflags} @CFA_FLAGS@ -I. -nodebug -lrt -DBENCH_N=10000000 creation/cfa_thrd.c
633
634creation-upp_coroutine$(EXEEXT):
635        u++ ${AM_CFLAGS} ${CFLAGS} ${ccflags} ${ccflags} -I. -nodebug -lrt -DBENCH_N=50000000 creation/upp_cor.cc
636
637creation-upp_thread$(EXEEXT):
638        u++ ${AM_CFLAGS} ${CFLAGS} ${ccflags} ${ccflags} -I. -nodebug -lrt -DBENCH_N=50000000 creation/upp_cor.cc
639
640creation-pthread$(EXEEXT):
641        @BACKEND_CC@ ${AM_CFLAGS} ${CFLAGS} ${ccflags} -I. -lrt -pthread -DBENCH_N=2500000 creation/pthreads.c
[ac93b228]642
[fab6ded]643sched-int$(EXEEXT):
[af08051]644        ${CC} ${AM_CFLAGS} ${CFLAGS} ${ccflags} @CFA_FLAGS@ -nodebug -lrt -DN=50000000 SchedInt.c
[42356f4]645
[fab6ded]646monitor$(EXEEXT):
[af08051]647        ${CC} ${AM_CFLAGS} ${CFLAGS} ${ccflags} @CFA_FLAGS@ -nodebug -lrt -DN=50000000 Monitor.c
[034165a]648
649%.run : %$(EXEEXT)
[bfd15e8]650        @rm -f .result.log
[034165a]651        @./catchsig
652        @${REPEAT} ${repeats} ./a.out | tee -a .result.log
[bfd15e8]653        @./stat.py .result.log
654        @rm -f a.out .result.log
[29137d3]655
[ac93b228]656# Tell versions [3.59,3.63) of GNU make to not export all variables.
657# Otherwise a system limit (for SysV at least) may be exceeded.
658.NOEXPORT:
Note: See TracBrowser for help on using the repository browser.