source: src/benchmark/Makefile.in @ 8c97ee7

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 8c97ee7 was 44f44617, checked in by Thierry Delisle <tdelisle@…>, 7 years ago

Fix build for 16.04

  • Property mode set to 100644
File size: 17.7 KB
Line 
1# Makefile.in generated by automake 1.15 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2014 Free Software Foundation, Inc.
5
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@
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))
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@
94noinst_PROGRAMS = bench$(EXEEXT) ctxswitch-coroutine$(EXEEXT) \
95        ctxswitch-thread$(EXEEXT)
96subdir = src/benchmark
97ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
98am__aclocal_m4_deps = $(top_srcdir)/configure.ac
99am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
100        $(ACLOCAL_M4)
101DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
102mkinstalldirs = $(install_sh) -d
103CONFIG_HEADER = $(top_builddir)/config.h
104CONFIG_CLEAN_FILES =
105CONFIG_CLEAN_VPATH_FILES =
106PROGRAMS = $(noinst_PROGRAMS)
107bench_SOURCES = bench.c
108bench_OBJECTS = bench.$(OBJEXT)
109bench_LDADD = $(LDADD)
110ctxswitch_coroutine_SOURCES = ctxswitch-coroutine.c
111ctxswitch_coroutine_OBJECTS = ctxswitch-coroutine.$(OBJEXT)
112ctxswitch_coroutine_LDADD = $(LDADD)
113ctxswitch_thread_SOURCES = ctxswitch-thread.c
114ctxswitch_thread_OBJECTS = ctxswitch-thread.$(OBJEXT)
115ctxswitch_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 =
128DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
129depcomp = $(SHELL) $(top_srcdir)/automake/depcomp
130am__depfiles_maybe = depfiles
131am__mv = mv -f
132COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
133        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
134AM_V_CC = $(am__v_CC_@AM_V@)
135am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
136am__v_CC_0 = @echo "  CC      " $@;
137am__v_CC_1 =
138CCLD = $(CC)
139LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
140AM_V_CCLD = $(am__v_CCLD_@AM_V@)
141am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
142am__v_CCLD_0 = @echo "  CCLD    " $@;
143am__v_CCLD_1 =
144SOURCES = bench.c ctxswitch-coroutine.c ctxswitch-thread.c
145DIST_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)`
168ETAGS = etags
169CTAGS = ctags
170am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/automake/depcomp
171DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
172ACLOCAL = @ACLOCAL@
173ALLOCA = @ALLOCA@
174AMTAR = @AMTAR@
175AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
176AUTOCONF = @AUTOCONF@
177AUTOHEADER = @AUTOHEADER@
178AUTOMAKE = @AUTOMAKE@
179AWK = @AWK@
180BACKEND_CC = @BACKEND_CC@
181CC = @CFA_BINDIR@/@CFA_NAME@
182CCAS = @CCAS@
183CCASDEPMODE = @CCASDEPMODE@
184CCASFLAGS = @CCASFLAGS@
185CCDEPMODE = @CCDEPMODE@
186CFA_BACKEND_CC = @CFA_BACKEND_CC@
187CFA_BINDIR = @CFA_BINDIR@
188CFA_FLAGS = @CFA_FLAGS@
189CFA_INCDIR = @CFA_INCDIR@
190CFA_LIBDIR = @CFA_LIBDIR@
191CFA_NAME = @CFA_NAME@
192CFA_PREFIX = @CFA_PREFIX@
193
194# applies to both programs
195CFLAGS =
196CPP = @CPP@
197CPPFLAGS = @CPPFLAGS@
198CXX = @CXX@
199CXXDEPMODE = @CXXDEPMODE@
200CXXFLAGS = @CXXFLAGS@
201CYGPATH_W = @CYGPATH_W@
202DEFS = @DEFS@
203DEPDIR = @DEPDIR@
204ECHO_C = @ECHO_C@
205ECHO_N = @ECHO_N@
206ECHO_T = @ECHO_T@
207EGREP = @EGREP@
208EXEEXT = @EXEEXT@
209GREP = @GREP@
210INSTALL = @INSTALL@
211INSTALL_DATA = @INSTALL_DATA@
212INSTALL_PROGRAM = @INSTALL_PROGRAM@
213INSTALL_SCRIPT = @INSTALL_SCRIPT@
214INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
215LDFLAGS = @LDFLAGS@
216LEX = @LEX@
217LEXLIB = @LEXLIB@
218LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
219LIBOBJS = @LIBOBJS@
220LIBS = @LIBS@
221LTLIBOBJS = @LTLIBOBJS@
222MACHINE_TYPE = @MACHINE_TYPE@
223MAINT = @MAINT@
224MAKEINFO = @MAKEINFO@
225MKDIR_P = @MKDIR_P@
226OBJEXT = @OBJEXT@
227PACKAGE = @PACKAGE@
228PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
229PACKAGE_NAME = @PACKAGE_NAME@
230PACKAGE_STRING = @PACKAGE_STRING@
231PACKAGE_TARNAME = @PACKAGE_TARNAME@
232PACKAGE_URL = @PACKAGE_URL@
233PACKAGE_VERSION = @PACKAGE_VERSION@
234PATH_SEPARATOR = @PATH_SEPARATOR@
235RANLIB = @RANLIB@
236SET_MAKE = @SET_MAKE@
237SHELL = @SHELL@
238STRIP = @STRIP@
239VERSION = @VERSION@
240YACC = @YACC@
241YFLAGS = @YFLAGS@
242abs_builddir = @abs_builddir@
243abs_srcdir = @abs_srcdir@
244abs_top_builddir = @abs_top_builddir@
245abs_top_srcdir = @abs_top_srcdir@
246ac_ct_CC = @ac_ct_CC@
247ac_ct_CXX = @ac_ct_CXX@
248am__include = @am__include@
249am__leading_dot = @am__leading_dot@
250am__quote = @am__quote@
251am__tar = @am__tar@
252am__untar = @am__untar@
253bindir = @bindir@
254build = @build@
255build_alias = @build_alias@
256build_cpu = @build_cpu@
257build_os = @build_os@
258build_vendor = @build_vendor@
259builddir = @builddir@
260datadir = @datadir@
261datarootdir = @datarootdir@
262docdir = @docdir@
263dvidir = @dvidir@
264exec_prefix = @exec_prefix@
265host = @host@
266host_alias = @host_alias@
267host_cpu = @host_cpu@
268host_os = @host_os@
269host_vendor = @host_vendor@
270htmldir = @htmldir@
271includedir = @includedir@
272infodir = @infodir@
273install_sh = @install_sh@
274libdir = @libdir@
275libexecdir = @libexecdir@
276localedir = @localedir@
277localstatedir = @localstatedir@
278mandir = @mandir@
279mkdir_p = @mkdir_p@
280oldincludedir = @oldincludedir@
281pdfdir = @pdfdir@
282prefix = @prefix@
283program_transform_name = @program_transform_name@
284psdir = @psdir@
285runstatedir = @runstatedir@
286sbindir = @sbindir@
287sharedstatedir = @sharedstatedir@
288srcdir = @srcdir@
289sysconfdir = @sysconfdir@
290target_alias = @target_alias@
291top_build_prefix = @top_build_prefix@
292top_builddir = @top_builddir@
293top_srcdir = @top_srcdir@
294AM_CFLAGS = -g -Wall -Wno-unused-function -O2
295all: all-am
296
297.SUFFIXES:
298.SUFFIXES: .c .o .obj
299$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
300        @for dep in $?; do \
301          case '$(am__configure_deps)' in \
302            *$$dep*) \
303              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
304                && { if test -f $@; then exit 0; else break; fi; }; \
305              exit 1;; \
306          esac; \
307        done; \
308        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/benchmark/Makefile'; \
309        $(am__cd) $(top_srcdir) && \
310          $(AUTOMAKE) --gnu src/benchmark/Makefile
311Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
312        @case '$?' in \
313          *config.status*) \
314            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
315          *) \
316            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
317            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
318        esac;
319
320$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
321        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
322
323$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
324        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
325$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
326        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
327$(am__aclocal_m4_deps):
328
329clean-noinstPROGRAMS:
330        -test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS)
331
332mostlyclean-compile:
333        -rm -f *.$(OBJEXT)
334
335distclean-compile:
336        -rm -f *.tab.c
337
338@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bench.Po@am__quote@
339@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ctxswitch-coroutine.Po@am__quote@
340@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ctxswitch-thread.Po@am__quote@
341
342.c.o:
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
346@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
347@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
348@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
349
350.c.obj:
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
354@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
355@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
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)
364        set x; \
365        here=`pwd`; \
366        $(am__define_uniq_tagged_files); \
367        shift; \
368        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
369          test -n "$$unique" || unique=$$empty_fix; \
370          if test $$# -gt 0; then \
371            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
372              "$$@" $$unique; \
373          else \
374            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
375              $$unique; \
376          fi; \
377        fi
378ctags: ctags-am
379
380CTAGS: ctags
381ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
382        $(am__define_uniq_tagged_files); \
383        test -z "$(CTAGS_ARGS)$$unique" \
384          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
385             $$unique
386
387GTAGS:
388        here=`$(am__cd) $(top_builddir) && pwd` \
389          && $(am__cd) $(top_srcdir) \
390          && 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
406
407distclean-tags:
408        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
409
410distdir: $(DISTFILES)
411        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
412        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
413        list='$(DISTFILES)'; \
414          dist_files=`for file in $$list; do echo $$file; done | \
415          sed -e "s|^$$srcdirstrip/||;t" \
416              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
417        case $$dist_files in \
418          */*) $(MKDIR_P) `echo "$$dist_files" | \
419                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
420                           sort -u` ;; \
421        esac; \
422        for file in $$dist_files; do \
423          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
424          if test -d $$d/$$file; then \
425            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
426            if test -d "$(distdir)/$$file"; then \
427              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
428            fi; \
429            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
430              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
431              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
432            fi; \
433            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
434          else \
435            test -f "$(distdir)/$$file" \
436            || cp -p $$d/$$file "$(distdir)/$$file" \
437            || exit 1; \
438          fi; \
439        done
440check-am: all-am
441check: check-am
442all-am: Makefile $(PROGRAMS)
443installdirs:
444install: install-am
445install-exec: install-exec-am
446install-data: install-data-am
447uninstall: uninstall-am
448
449install-am: all-am
450        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
451
452installcheck: installcheck-am
453install-strip:
454        if test -z '$(STRIP)'; then \
455          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
456            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
457              install; \
458        else \
459          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
460            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
461            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
462        fi
463mostlyclean-generic:
464
465clean-generic:
466
467distclean-generic:
468        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
469        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
470
471maintainer-clean-generic:
472        @echo "This command is intended for maintainers to use"
473        @echo "it deletes files that may require special tools to rebuild."
474clean: clean-am
475
476clean-am: clean-generic clean-noinstPROGRAMS mostlyclean-am
477
478distclean: distclean-am
479        -rm -rf ./$(DEPDIR)
480        -rm -f Makefile
481distclean-am: clean-am distclean-compile distclean-generic \
482        distclean-tags
483
484dvi: dvi-am
485
486dvi-am:
487
488html: html-am
489
490html-am:
491
492info: info-am
493
494info-am:
495
496install-data-am:
497
498install-dvi: install-dvi-am
499
500install-dvi-am:
501
502install-exec-am:
503
504install-html: install-html-am
505
506install-html-am:
507
508install-info: install-info-am
509
510install-info-am:
511
512install-man:
513
514install-pdf: install-pdf-am
515
516install-pdf-am:
517
518install-ps: install-ps-am
519
520install-ps-am:
521
522installcheck-am:
523
524maintainer-clean: maintainer-clean-am
525        -rm -rf ./$(DEPDIR)
526        -rm -f Makefile
527maintainer-clean-am: distclean-am maintainer-clean-generic
528
529mostlyclean: mostlyclean-am
530
531mostlyclean-am: mostlyclean-compile mostlyclean-generic
532
533pdf: pdf-am
534
535pdf-am:
536
537ps: ps-am
538
539ps-am:
540
541uninstall-am:
542
543.MAKE: install-am install-strip
544
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 \
554        maintainer-clean-generic mostlyclean mostlyclean-compile \
555        mostlyclean-generic pdf pdf-am ps ps-am tags tags-am uninstall \
556        uninstall-am
557
558.PRECIOUS: Makefile
559
560
561bench :
562        @for ccflags in "-debug" "-nodebug"; do \
563                echo ${CC} ${AM_CFLAGS} ${CFLAGS} ${ccflags} @CFA_FLAGS@ -lrt bench.c;\
564                ${CC} ${AM_CFLAGS} ${CFLAGS} $${ccflags} -lrt bench.c;\
565                ./a.out ; \
566        done ; \
567        rm -f ./a.out ;
568
569ctxswitch-coroutine:
570        ${CC} ${AM_CFLAGS} ${CFLAGS} ${ccflags} @CFA_FLAGS@ -nodebug -lrt -DN=10000000 CorCtxSwitch.c
571        @for number in 1 2 3 4 5 6 7 8 9 10; do \
572                ./a.out ; \
573        done
574        @rm -f ./a.out
575
576ctxswitch-thread:
577        ${CC} ${AM_CFLAGS} ${CFLAGS} ${ccflags} @CFA_FLAGS@ -nodebug -lrt -DN=10000000 ThrdCtxSwitch.c
578        @for number in 1 2 3 4 5 6 7 8 9 10; do \
579                ./a.out ; \
580        done
581        @rm -f ./a.out
582
583sched-int:
584        ${CC} ${AM_CFLAGS} ${CFLAGS} ${ccflags} @CFA_FLAGS@ -nodebug -lrt -DN=10000000 SchedInt.c
585        @for number in 1 2 3 4 5 6 7 8 9 10; do \
586                ./a.out ; \
587        done
588        @rm -f ./a.out
589
590monitor:
591        ${CC} ${AM_CFLAGS} ${CFLAGS} ${ccflags} @CFA_FLAGS@ -nodebug -lrt -DN=10000000 Monitor.c
592        @for number in 1 2 3 4 5 6 7 8 9 10; do \
593                ./a.out ; \
594        done
595        @rm -f ./a.out
596
597csv-data:
598        @${CC} ${AM_CFLAGS} ${CFLAGS} ${ccflags} @CFA_FLAGS@ -nodebug -lrt -quiet -DN=10000000 csv-data.c
599        @./a.out
600        @rm -f ./a.out
601
602# Tell versions [3.59,3.63) of GNU make to not export all variables.
603# Otherwise a system limit (for SysV at least) may be exceeded.
604.NOEXPORT:
Note: See TracBrowser for help on using the repository browser.