source: src/benchmark/Makefile.in@ 871cdb4

ADT aaron-thesis arm-eh ast-experimental cleanup-dtors deferred_resn demangler enum forall-pointer-decay jacob/cs343-translation jenkins-sandbox new-ast new-ast-unique-expr new-env no_list persistent-indexer pthread-emulation qualifiedEnum resolv-new with_gc
Last change on this file since 871cdb4 was fab6ded, checked in by Thierry Delisle <tdelisle@…>, 8 years ago

Removed configure warning

  • Property mode set to 100644
File size: 18.4 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@
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)
99DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
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)
108csv_data_SOURCES = csv-data.c
109csv_data_OBJECTS = csv-data.$(OBJEXT)
110csv_data_LDADD = $(LDADD)
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)
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 =
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@)
143am__v_CC_0 = @echo " CC " $@;
144am__v_CC_1 =
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@)
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)`
177ETAGS = etags
178CTAGS = ctags
179am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/automake/depcomp
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@
190CC = @CFA_BINDIR@/@CFA_NAME@
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@
200CFA_NAME = @CFA_NAME@
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@
294runstatedir = @runstatedir@
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
304noinst_PROGRAMS = bench$(EXEEXT) ctxswitch-coroutine$(EXEEXT) ctxswitch-thread$(EXEEXT) sched-int$(EXEEXT) monitor$(EXEEXT) csv-data$(EXEEXT)
305all: all-am
306
307.SUFFIXES:
308.SUFFIXES: .c .o .obj
309$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
310 @for dep in $?; do \
311 case '$(am__configure_deps)' in \
312 *$$dep*) \
313 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
314 && { if test -f $@; then exit 0; else break; fi; }; \
315 exit 1;; \
316 esac; \
317 done; \
318 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/benchmark/Makefile'; \
319 $(am__cd) $(top_srcdir) && \
320 $(AUTOMAKE) --foreign src/benchmark/Makefile
321Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
322 @case '$?' in \
323 *config.status*) \
324 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
325 *) \
326 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
327 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
328 esac;
329
330$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
331 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
332
333$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
334 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
335$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
336 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
337$(am__aclocal_m4_deps):
338
339clean-noinstPROGRAMS:
340 -test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS)
341
342mostlyclean-compile:
343 -rm -f *.$(OBJEXT)
344
345distclean-compile:
346 -rm -f *.tab.c
347
348@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bench.Po@am__quote@
349@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/csv-data.Po@am__quote@
350@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ctxswitch-coroutine.Po@am__quote@
351@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@
354
355.c.o:
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
359@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
360@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
361@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
362
363.c.obj:
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
367@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
368@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
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)
377 set x; \
378 here=`pwd`; \
379 $(am__define_uniq_tagged_files); \
380 shift; \
381 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
382 test -n "$$unique" || unique=$$empty_fix; \
383 if test $$# -gt 0; then \
384 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
385 "$$@" $$unique; \
386 else \
387 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
388 $$unique; \
389 fi; \
390 fi
391ctags: ctags-am
392
393CTAGS: ctags
394ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
395 $(am__define_uniq_tagged_files); \
396 test -z "$(CTAGS_ARGS)$$unique" \
397 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
398 $$unique
399
400GTAGS:
401 here=`$(am__cd) $(top_builddir) && pwd` \
402 && $(am__cd) $(top_srcdir) \
403 && 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
419
420distclean-tags:
421 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
422
423distdir: $(DISTFILES)
424 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
425 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
426 list='$(DISTFILES)'; \
427 dist_files=`for file in $$list; do echo $$file; done | \
428 sed -e "s|^$$srcdirstrip/||;t" \
429 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
430 case $$dist_files in \
431 */*) $(MKDIR_P) `echo "$$dist_files" | \
432 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
433 sort -u` ;; \
434 esac; \
435 for file in $$dist_files; do \
436 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
437 if test -d $$d/$$file; then \
438 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
439 if test -d "$(distdir)/$$file"; then \
440 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
441 fi; \
442 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
443 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
444 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
445 fi; \
446 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
447 else \
448 test -f "$(distdir)/$$file" \
449 || cp -p $$d/$$file "$(distdir)/$$file" \
450 || exit 1; \
451 fi; \
452 done
453check-am: all-am
454check: check-am
455all-am: Makefile $(PROGRAMS)
456installdirs:
457install: install-am
458install-exec: install-exec-am
459install-data: install-data-am
460uninstall: uninstall-am
461
462install-am: all-am
463 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
464
465installcheck: installcheck-am
466install-strip:
467 if test -z '$(STRIP)'; then \
468 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
469 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
470 install; \
471 else \
472 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
473 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
474 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
475 fi
476mostlyclean-generic:
477
478clean-generic:
479
480distclean-generic:
481 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
482 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
483
484maintainer-clean-generic:
485 @echo "This command is intended for maintainers to use"
486 @echo "it deletes files that may require special tools to rebuild."
487clean: clean-am
488
489clean-am: clean-generic clean-noinstPROGRAMS mostlyclean-am
490
491distclean: distclean-am
492 -rm -rf ./$(DEPDIR)
493 -rm -f Makefile
494distclean-am: clean-am distclean-compile distclean-generic \
495 distclean-tags
496
497dvi: dvi-am
498
499dvi-am:
500
501html: html-am
502
503html-am:
504
505info: info-am
506
507info-am:
508
509install-data-am:
510
511install-dvi: install-dvi-am
512
513install-dvi-am:
514
515install-exec-am:
516
517install-html: install-html-am
518
519install-html-am:
520
521install-info: install-info-am
522
523install-info-am:
524
525install-man:
526
527install-pdf: install-pdf-am
528
529install-pdf-am:
530
531install-ps: install-ps-am
532
533install-ps-am:
534
535installcheck-am:
536
537maintainer-clean: maintainer-clean-am
538 -rm -rf ./$(DEPDIR)
539 -rm -f Makefile
540maintainer-clean-am: distclean-am maintainer-clean-generic
541
542mostlyclean: mostlyclean-am
543
544mostlyclean-am: mostlyclean-compile mostlyclean-generic
545
546pdf: pdf-am
547
548pdf-am:
549
550ps: ps-am
551
552ps-am:
553
554uninstall-am:
555
556.MAKE: install-am install-strip
557
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 \
567 maintainer-clean-generic mostlyclean mostlyclean-compile \
568 mostlyclean-generic pdf pdf-am ps ps-am tags tags-am uninstall \
569 uninstall-am
570
571.PRECIOUS: Makefile
572
573
574bench$(EXEEXT) :
575 @for ccflags in "-debug" "-nodebug"; do \
576 echo ${CC} ${AM_CFLAGS} ${CFLAGS} ${ccflags} @CFA_FLAGS@ -lrt bench.c;\
577 ${CC} ${AM_CFLAGS} ${CFLAGS} $${ccflags} -lrt bench.c;\
578 ./a.out ; \
579 done ; \
580 rm -f ./a.out ;
581
582ctxswitch-coroutine$(EXEEXT):
583 ${CC} ${AM_CFLAGS} ${CFLAGS} ${ccflags} @CFA_FLAGS@ -nodebug -lrt -DN=10000000 CorCtxSwitch.c
584 @for number in 1 2 3 4 5 6 7 8 9 10; do \
585 ./a.out ; \
586 done
587 @rm -f ./a.out
588
589ctxswitch-thread$(EXEEXT):
590 ${CC} ${AM_CFLAGS} ${CFLAGS} ${ccflags} @CFA_FLAGS@ -nodebug -lrt -DN=10000000 ThrdCtxSwitch.c
591 @for number in 1 2 3 4 5 6 7 8 9 10; do \
592 ./a.out ; \
593 done
594 @rm -f ./a.out
595
596sched-int$(EXEEXT):
597 ${CC} ${AM_CFLAGS} ${CFLAGS} ${ccflags} @CFA_FLAGS@ -nodebug -lrt -DN=10000000 SchedInt.c
598 @for number in 1 2 3 4 5 6 7 8 9 10; do \
599 ./a.out ; \
600 done
601 @rm -f ./a.out
602
603monitor$(EXEEXT):
604 ${CC} ${AM_CFLAGS} ${CFLAGS} ${ccflags} @CFA_FLAGS@ -nodebug -lrt -DN=10000000 Monitor.c
605 @for number in 1 2 3 4 5 6 7 8 9 10; do \
606 ./a.out ; \
607 done
608 @rm -f ./a.out
609
610csv-data$(EXEEXT):
611 @${CC} ${AM_CFLAGS} ${CFLAGS} ${ccflags} @CFA_FLAGS@ -nodebug -lrt -quiet -DN=10000000 csv-data.c
612 @./a.out
613 @rm -f ./a.out
614
615# Tell versions [3.59,3.63) of GNU make to not export all variables.
616# Otherwise a system limit (for SysV at least) may be exceeded.
617.NOEXPORT:
Note: See TracBrowser for help on using the repository browser.