xref: /netbsd-src/external/lgpl3/mpc/dist/tools/bench/Makefile.in (revision a45db23f655e22f0c2354600d3b3c2cb98abf2dc)
1# Makefile.in generated by automake 1.16.5 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2021 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
17VPATH = @srcdir@
18am__is_gnu_make = { \
19  if test -z '$(MAKELEVEL)'; then \
20    false; \
21  elif test -n '$(MAKE_HOST)'; then \
22    true; \
23  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
24    true; \
25  else \
26    false; \
27  fi; \
28}
29am__make_running_with_option = \
30  case $${target_option-} in \
31      ?) ;; \
32      *) echo "am__make_running_with_option: internal error: invalid" \
33              "target option '$${target_option-}' specified" >&2; \
34         exit 1;; \
35  esac; \
36  has_opt=no; \
37  sane_makeflags=$$MAKEFLAGS; \
38  if $(am__is_gnu_make); then \
39    sane_makeflags=$$MFLAGS; \
40  else \
41    case $$MAKEFLAGS in \
42      *\\[\ \	]*) \
43        bs=\\; \
44        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
45          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
46    esac; \
47  fi; \
48  skip_next=no; \
49  strip_trailopt () \
50  { \
51    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
52  }; \
53  for flg in $$sane_makeflags; do \
54    test $$skip_next = yes && { skip_next=no; continue; }; \
55    case $$flg in \
56      *=*|--*) continue;; \
57        -*I) strip_trailopt 'I'; skip_next=yes;; \
58      -*I?*) strip_trailopt 'I';; \
59        -*O) strip_trailopt 'O'; skip_next=yes;; \
60      -*O?*) strip_trailopt 'O';; \
61        -*l) strip_trailopt 'l'; skip_next=yes;; \
62      -*l?*) strip_trailopt 'l';; \
63      -[dEDm]) skip_next=yes;; \
64      -[JT]) skip_next=yes;; \
65    esac; \
66    case $$flg in \
67      *$$target_option*) has_opt=yes; break;; \
68    esac; \
69  done; \
70  test $$has_opt = yes
71am__make_dryrun = (target_option=n; $(am__make_running_with_option))
72am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
73pkgdatadir = $(datadir)/@PACKAGE@
74pkgincludedir = $(includedir)/@PACKAGE@
75pkglibdir = $(libdir)/@PACKAGE@
76pkglibexecdir = $(libexecdir)/@PACKAGE@
77am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
78install_sh_DATA = $(install_sh) -c -m 644
79install_sh_PROGRAM = $(install_sh) -c
80install_sh_SCRIPT = $(install_sh) -c
81INSTALL_HEADER = $(INSTALL_DATA)
82transform = $(program_transform_name)
83NORMAL_INSTALL = :
84PRE_INSTALL = :
85POST_INSTALL = :
86NORMAL_UNINSTALL = :
87PRE_UNINSTALL = :
88POST_UNINSTALL = :
89build_triplet = @build@
90host_triplet = @host@
91EXTRA_PROGRAMS = mpcbench$(EXEEXT)
92subdir = tools/bench
93ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
94am__aclocal_m4_deps = $(top_srcdir)/m4/ax_gcc_option.m4 \
95	$(top_srcdir)/m4/ax_gcc_version.m4 $(top_srcdir)/m4/libtool.m4 \
96	$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
97	$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
98	$(top_srcdir)/m4/mpc.m4 $(top_srcdir)/m4/valgrind-tests.m4 \
99	$(top_srcdir)/configure.ac
100am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
101	$(ACLOCAL_M4)
102DIST_COMMON = $(srcdir)/Makefile.am $(noinst_HEADERS) \
103	$(am__DIST_COMMON)
104mkinstalldirs = $(install_sh) -d
105CONFIG_HEADER = $(top_builddir)/config.h
106CONFIG_CLEAN_FILES =
107CONFIG_CLEAN_VPATH_FILES =
108mpcbench_SOURCES = mpcbench.c
109mpcbench_OBJECTS = mpcbench.$(OBJEXT)
110mpcbench_LDADD = $(LDADD)
111mpcbench_DEPENDENCIES = $(top_builddir)/src/libmpc.la
112AM_V_lt = $(am__v_lt_@AM_V@)
113am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
114am__v_lt_0 = --silent
115am__v_lt_1 =
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)/build-aux/depcomp
130am__maybe_remake_depfiles = depfiles
131am__depfiles_remade = ./$(DEPDIR)/mpcbench.Po
132am__mv = mv -f
133COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
134	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
135LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
136	$(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
137	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
138	$(AM_CFLAGS) $(CFLAGS)
139AM_V_CC = $(am__v_CC_@AM_V@)
140am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
141am__v_CC_0 = @echo "  CC      " $@;
142am__v_CC_1 =
143CCLD = $(CC)
144LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
145	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
146	$(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 = mpcbench.c
152DIST_SOURCES = mpcbench.c
153am__can_run_installinfo = \
154  case $$AM_UPDATE_INFO_DIR in \
155    n|no|NO) false;; \
156    *) (install-info --version) >/dev/null 2>&1;; \
157  esac
158HEADERS = $(noinst_HEADERS)
159am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
160# Read a list of newline-separated strings from the standard input,
161# and print each of them once, without duplicates.  Input order is
162# *not* preserved.
163am__uniquify_input = $(AWK) '\
164  BEGIN { nonempty = 0; } \
165  { items[$$0] = 1; nonempty = 1; } \
166  END { if (nonempty) { for (i in items) print i; }; } \
167'
168# Make sure the list of sources is unique.  This is necessary because,
169# e.g., the same source file might be shared among _SOURCES variables
170# for different programs/libraries.
171am__define_uniq_tagged_files = \
172  list='$(am__tagged_files)'; \
173  unique=`for i in $$list; do \
174    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
175  done | $(am__uniquify_input)`
176am__DIST_COMMON = $(srcdir)/Makefile.in \
177	$(top_srcdir)/build-aux/depcomp
178DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
179ACLOCAL = @ACLOCAL@
180AMTAR = @AMTAR@
181AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
182AR = @AR@
183AS = @AS@
184AUTOCONF = @AUTOCONF@
185AUTOHEADER = @AUTOHEADER@
186AUTOMAKE = @AUTOMAKE@
187AWK = @AWK@
188CC = @CC@
189CCDEPMODE = @CCDEPMODE@
190CFLAGS = @CFLAGS@
191CPP = @CPP@
192CPPFLAGS = @CPPFLAGS@
193CSCOPE = @CSCOPE@
194CTAGS = @CTAGS@
195CYGPATH_W = @CYGPATH_W@
196DEFS = @DEFS@
197DEPDIR = @DEPDIR@
198DLLTOOL = @DLLTOOL@
199DSYMUTIL = @DSYMUTIL@
200DUMPBIN = @DUMPBIN@
201ECHO_C = @ECHO_C@
202ECHO_N = @ECHO_N@
203ECHO_T = @ECHO_T@
204EGREP = @EGREP@
205ETAGS = @ETAGS@
206EXEEXT = @EXEEXT@
207FGREP = @FGREP@
208FILECMD = @FILECMD@
209GCC_VERSION = @GCC_VERSION@
210GITVERSION = @GITVERSION@
211GREP = @GREP@
212HASGIT = @HASGIT@
213INSTALL = @INSTALL@
214INSTALL_DATA = @INSTALL_DATA@
215INSTALL_PROGRAM = @INSTALL_PROGRAM@
216INSTALL_SCRIPT = @INSTALL_SCRIPT@
217INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
218LD = @LD@
219LDFLAGS = @LDFLAGS@
220LIBOBJS = @LIBOBJS@
221LIBS = @LIBS@
222LIBTOOL = @LIBTOOL@
223LIPO = @LIPO@
224LN_S = @LN_S@
225LTLIBOBJS = @LTLIBOBJS@
226LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
227MAINT = @MAINT@
228MAKEINFO = @MAKEINFO@
229MANIFEST_TOOL = @MANIFEST_TOOL@
230MKDIR_P = @MKDIR_P@
231MPC_LDFLAGS = @MPC_LDFLAGS@
232MPC_LOG_H = @MPC_LOG_H@
233NM = @NM@
234NMEDIT = @NMEDIT@
235OBJDUMP = @OBJDUMP@
236OBJEXT = @OBJEXT@
237OTOOL = @OTOOL@
238OTOOL64 = @OTOOL64@
239PACKAGE = @PACKAGE@
240PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
241PACKAGE_NAME = @PACKAGE_NAME@
242PACKAGE_STRING = @PACKAGE_STRING@
243PACKAGE_TARNAME = @PACKAGE_TARNAME@
244PACKAGE_URL = @PACKAGE_URL@
245PACKAGE_VERSION = @PACKAGE_VERSION@
246PATH_SEPARATOR = @PATH_SEPARATOR@
247RANLIB = @RANLIB@
248SED = @SED@
249SET_MAKE = @SET_MAKE@
250SHELL = @SHELL@
251STRIP = @STRIP@
252VALGRIND = @VALGRIND@
253VALGRIND_OPTS = @VALGRIND_OPTS@
254VERSION = @VERSION@
255abs_builddir = @abs_builddir@
256abs_srcdir = @abs_srcdir@
257abs_top_builddir = @abs_top_builddir@
258abs_top_srcdir = @abs_top_srcdir@
259ac_ct_AR = @ac_ct_AR@
260ac_ct_CC = @ac_ct_CC@
261ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
262am__include = @am__include@
263am__leading_dot = @am__leading_dot@
264am__quote = @am__quote@
265am__tar = @am__tar@
266am__untar = @am__untar@
267bindir = @bindir@
268build = @build@
269build_alias = @build_alias@
270build_cpu = @build_cpu@
271build_os = @build_os@
272build_vendor = @build_vendor@
273builddir = @builddir@
274datadir = @datadir@
275datarootdir = @datarootdir@
276docdir = @docdir@
277dvidir = @dvidir@
278exec_prefix = @exec_prefix@
279host = @host@
280host_alias = @host_alias@
281host_cpu = @host_cpu@
282host_os = @host_os@
283host_vendor = @host_vendor@
284htmldir = @htmldir@
285includedir = @includedir@
286infodir = @infodir@
287install_sh = @install_sh@
288libdir = @libdir@
289libexecdir = @libexecdir@
290localedir = @localedir@
291localstatedir = @localstatedir@
292mandir = @mandir@
293mkdir_p = @mkdir_p@
294oldincludedir = @oldincludedir@
295pdfdir = @pdfdir@
296prefix = @prefix@
297program_transform_name = @program_transform_name@
298psdir = @psdir@
299sbindir = @sbindir@
300sharedstatedir = @sharedstatedir@
301srcdir = @srcdir@
302sysconfdir = @sysconfdir@
303target_alias = @target_alias@
304top_build_prefix = @top_build_prefix@
305top_builddir = @top_builddir@
306top_srcdir = @top_srcdir@
307AM_CPPFLAGS = -I$(top_srcdir)/src
308AM_DEFAULT_SOURCE_EXT = .c
309LDADD = $(top_builddir)/src/libmpc.la -lm
310noinst_HEADERS = benchtime.h
311all: all-am
312
313.SUFFIXES:
314.SUFFIXES: .c .lo .o .obj
315$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
316	@for dep in $?; do \
317	  case '$(am__configure_deps)' in \
318	    *$$dep*) \
319	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
320	        && { if test -f $@; then exit 0; else break; fi; }; \
321	      exit 1;; \
322	  esac; \
323	done; \
324	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu tools/bench/Makefile'; \
325	$(am__cd) $(top_srcdir) && \
326	  $(AUTOMAKE) --gnu tools/bench/Makefile
327Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
328	@case '$?' in \
329	  *config.status*) \
330	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
331	  *) \
332	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
333	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
334	esac;
335
336$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
337	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
338
339$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
340	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
341$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
342	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
343$(am__aclocal_m4_deps):
344
345mpcbench$(EXEEXT): $(mpcbench_OBJECTS) $(mpcbench_DEPENDENCIES) $(EXTRA_mpcbench_DEPENDENCIES)
346	@rm -f mpcbench$(EXEEXT)
347	$(AM_V_CCLD)$(LINK) $(mpcbench_OBJECTS) $(mpcbench_LDADD) $(LIBS)
348
349mostlyclean-compile:
350	-rm -f *.$(OBJEXT)
351
352distclean-compile:
353	-rm -f *.tab.c
354
355@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mpcbench.Po@am__quote@ # am--include-marker
356
357$(am__depfiles_remade):
358	@$(MKDIR_P) $(@D)
359	@echo '# dummy' >$@-t && $(am__mv) $@-t $@
360
361am--depfiles: $(am__depfiles_remade)
362
363.c.o:
364@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
365@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
366@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
367@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
368@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
369
370.c.obj:
371@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
372@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
373@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
374@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
375@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
376
377.c.lo:
378@am__fastdepCC_TRUE@	$(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
379@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
380@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
381@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
382@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
383
384mostlyclean-libtool:
385	-rm -f *.lo
386
387clean-libtool:
388	-rm -rf .libs _libs
389
390ID: $(am__tagged_files)
391	$(am__define_uniq_tagged_files); mkid -fID $$unique
392tags: tags-am
393TAGS: tags
394
395tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
396	set x; \
397	here=`pwd`; \
398	$(am__define_uniq_tagged_files); \
399	shift; \
400	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
401	  test -n "$$unique" || unique=$$empty_fix; \
402	  if test $$# -gt 0; then \
403	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
404	      "$$@" $$unique; \
405	  else \
406	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
407	      $$unique; \
408	  fi; \
409	fi
410ctags: ctags-am
411
412CTAGS: ctags
413ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
414	$(am__define_uniq_tagged_files); \
415	test -z "$(CTAGS_ARGS)$$unique" \
416	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
417	     $$unique
418
419GTAGS:
420	here=`$(am__cd) $(top_builddir) && pwd` \
421	  && $(am__cd) $(top_srcdir) \
422	  && gtags -i $(GTAGS_ARGS) "$$here"
423cscopelist: cscopelist-am
424
425cscopelist-am: $(am__tagged_files)
426	list='$(am__tagged_files)'; \
427	case "$(srcdir)" in \
428	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
429	  *) sdir=$(subdir)/$(srcdir) ;; \
430	esac; \
431	for i in $$list; do \
432	  if test -f "$$i"; then \
433	    echo "$(subdir)/$$i"; \
434	  else \
435	    echo "$$sdir/$$i"; \
436	  fi; \
437	done >> $(top_builddir)/cscope.files
438
439distclean-tags:
440	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
441distdir: $(BUILT_SOURCES)
442	$(MAKE) $(AM_MAKEFLAGS) distdir-am
443
444distdir-am: $(DISTFILES)
445	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
446	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
447	list='$(DISTFILES)'; \
448	  dist_files=`for file in $$list; do echo $$file; done | \
449	  sed -e "s|^$$srcdirstrip/||;t" \
450	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
451	case $$dist_files in \
452	  */*) $(MKDIR_P) `echo "$$dist_files" | \
453			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
454			   sort -u` ;; \
455	esac; \
456	for file in $$dist_files; do \
457	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
458	  if test -d $$d/$$file; then \
459	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
460	    if test -d "$(distdir)/$$file"; then \
461	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
462	    fi; \
463	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
464	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
465	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
466	    fi; \
467	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
468	  else \
469	    test -f "$(distdir)/$$file" \
470	    || cp -p $$d/$$file "$(distdir)/$$file" \
471	    || exit 1; \
472	  fi; \
473	done
474check-am: all-am
475check: check-am
476all-am: Makefile $(HEADERS)
477installdirs:
478install: install-am
479install-exec: install-exec-am
480install-data: install-data-am
481uninstall: uninstall-am
482
483install-am: all-am
484	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
485
486installcheck: installcheck-am
487install-strip:
488	if test -z '$(STRIP)'; then \
489	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
490	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
491	      install; \
492	else \
493	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
494	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
495	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
496	fi
497mostlyclean-generic:
498
499clean-generic:
500
501distclean-generic:
502	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
503	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
504
505maintainer-clean-generic:
506	@echo "This command is intended for maintainers to use"
507	@echo "it deletes files that may require special tools to rebuild."
508clean: clean-am
509
510clean-am: clean-generic clean-libtool mostlyclean-am
511
512distclean: distclean-am
513		-rm -f ./$(DEPDIR)/mpcbench.Po
514	-rm -f Makefile
515distclean-am: clean-am distclean-compile distclean-generic \
516	distclean-tags
517
518dvi: dvi-am
519
520dvi-am:
521
522html: html-am
523
524html-am:
525
526info: info-am
527
528info-am:
529
530install-data-am:
531
532install-dvi: install-dvi-am
533
534install-dvi-am:
535
536install-exec-am:
537
538install-html: install-html-am
539
540install-html-am:
541
542install-info: install-info-am
543
544install-info-am:
545
546install-man:
547
548install-pdf: install-pdf-am
549
550install-pdf-am:
551
552install-ps: install-ps-am
553
554install-ps-am:
555
556installcheck-am:
557
558maintainer-clean: maintainer-clean-am
559		-rm -f ./$(DEPDIR)/mpcbench.Po
560	-rm -f Makefile
561maintainer-clean-am: distclean-am maintainer-clean-generic
562
563mostlyclean: mostlyclean-am
564
565mostlyclean-am: mostlyclean-compile mostlyclean-generic \
566	mostlyclean-libtool
567
568pdf: pdf-am
569
570pdf-am:
571
572ps: ps-am
573
574ps-am:
575
576uninstall-am:
577
578.MAKE: install-am install-strip
579
580.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \
581	clean-generic clean-libtool cscopelist-am ctags ctags-am \
582	distclean distclean-compile distclean-generic \
583	distclean-libtool distclean-tags distdir dvi dvi-am html \
584	html-am info info-am install install-am install-data \
585	install-data-am install-dvi install-dvi-am install-exec \
586	install-exec-am install-html install-html-am install-info \
587	install-info-am install-man install-pdf install-pdf-am \
588	install-ps install-ps-am install-strip installcheck \
589	installcheck-am installdirs maintainer-clean \
590	maintainer-clean-generic mostlyclean mostlyclean-compile \
591	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
592	tags tags-am uninstall uninstall-am
593
594.PRECIOUS: Makefile
595
596
597bench : mpcbench
598	./mpcbench
599
600# Tell versions [3.59,3.63) of GNU make to not export all variables.
601# Otherwise a system limit (for SysV at least) may be exceeded.
602.NOEXPORT:
603