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# Copyright 2000-2002, 2018 Free Software Foundation, Inc.
18#
19# This file is part of the GNU MP Library test suite.
20#
21# The GNU MP Library test suite is free software; you can redistribute it
22# and/or modify it under the terms of the GNU General Public License as
23# published by the Free Software Foundation; either version 3 of the License,
24# or (at your option) any later version.
25#
26# The GNU MP Library test suite is distributed in the hope that it will be
27# useful, but WITHOUT ANY WARRANTY; without even the implied warranty of
28# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General
29# Public License for more details.
30#
31# You should have received a copy of the GNU General Public License along with
32# the GNU MP Library test suite.  If not, see https://www.gnu.org/licenses/.
33VPATH = @srcdir@
34am__is_gnu_make = { \
35  if test -z '$(MAKELEVEL)'; then \
36    false; \
37  elif test -n '$(MAKE_HOST)'; then \
38    true; \
39  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
40    true; \
41  else \
42    false; \
43  fi; \
44}
45am__make_running_with_option = \
46  case $${target_option-} in \
47      ?) ;; \
48      *) echo "am__make_running_with_option: internal error: invalid" \
49              "target option '$${target_option-}' specified" >&2; \
50         exit 1;; \
51  esac; \
52  has_opt=no; \
53  sane_makeflags=$$MAKEFLAGS; \
54  if $(am__is_gnu_make); then \
55    sane_makeflags=$$MFLAGS; \
56  else \
57    case $$MAKEFLAGS in \
58      *\\[\ \	]*) \
59        bs=\\; \
60        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
61          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
62    esac; \
63  fi; \
64  skip_next=no; \
65  strip_trailopt () \
66  { \
67    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
68  }; \
69  for flg in $$sane_makeflags; do \
70    test $$skip_next = yes && { skip_next=no; continue; }; \
71    case $$flg in \
72      *=*|--*) continue;; \
73        -*I) strip_trailopt 'I'; skip_next=yes;; \
74      -*I?*) strip_trailopt 'I';; \
75        -*O) strip_trailopt 'O'; skip_next=yes;; \
76      -*O?*) strip_trailopt 'O';; \
77        -*l) strip_trailopt 'l'; skip_next=yes;; \
78      -*l?*) strip_trailopt 'l';; \
79      -[dEDm]) skip_next=yes;; \
80      -[JT]) skip_next=yes;; \
81    esac; \
82    case $$flg in \
83      *$$target_option*) has_opt=yes; break;; \
84    esac; \
85  done; \
86  test $$has_opt = yes
87am__make_dryrun = (target_option=n; $(am__make_running_with_option))
88am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
89pkgdatadir = $(datadir)/@PACKAGE@
90pkgincludedir = $(includedir)/@PACKAGE@
91pkglibdir = $(libdir)/@PACKAGE@
92pkglibexecdir = $(libexecdir)/@PACKAGE@
93am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
94install_sh_DATA = $(install_sh) -c -m 644
95install_sh_PROGRAM = $(install_sh) -c
96install_sh_SCRIPT = $(install_sh) -c
97INSTALL_HEADER = $(INSTALL_DATA)
98transform = $(program_transform_name)
99NORMAL_INSTALL = :
100PRE_INSTALL = :
101POST_INSTALL = :
102NORMAL_UNINSTALL = :
103PRE_UNINSTALL = :
104POST_UNINSTALL = :
105build_triplet = @build@
106host_triplet = @host@
107EXTRA_PROGRAMS = sqrtrem_1_2$(EXEEXT) primes$(EXEEXT) try$(EXEEXT) \
108	test-add_ssaaaa$(EXEEXT) test-sub_ddmmss$(EXEEXT)
109subdir = tests/devel
110ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
111am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
112	$(top_srcdir)/configure.ac
113am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
114	$(ACLOCAL_M4)
115DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
116mkinstalldirs = $(install_sh) -d
117CONFIG_HEADER = $(top_builddir)/config.h
118CONFIG_CLEAN_FILES =
119CONFIG_CLEAN_VPATH_FILES =
120primes_SOURCES = primes.c
121primes_OBJECTS = primes.$(OBJEXT)
122primes_LDADD = $(LDADD)
123primes_DEPENDENCIES = $(top_builddir)/tests/libtests.la \
124	$(top_builddir)/libgmp.la
125AM_V_lt = $(am__v_lt_@AM_V@)
126am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
127am__v_lt_0 = --silent
128am__v_lt_1 = 
129sqrtrem_1_2_SOURCES = sqrtrem_1_2.c
130sqrtrem_1_2_OBJECTS = sqrtrem_1_2.$(OBJEXT)
131sqrtrem_1_2_LDADD = $(LDADD)
132sqrtrem_1_2_DEPENDENCIES = $(top_builddir)/tests/libtests.la \
133	$(top_builddir)/libgmp.la
134test_add_ssaaaa_SOURCES = test-add_ssaaaa.c
135test_add_ssaaaa_OBJECTS = test-add_ssaaaa.$(OBJEXT)
136test_add_ssaaaa_LDADD = $(LDADD)
137test_add_ssaaaa_DEPENDENCIES = $(top_builddir)/tests/libtests.la \
138	$(top_builddir)/libgmp.la
139test_sub_ddmmss_SOURCES = test-sub_ddmmss.c
140test_sub_ddmmss_OBJECTS = test-sub_ddmmss.$(OBJEXT)
141test_sub_ddmmss_LDADD = $(LDADD)
142test_sub_ddmmss_DEPENDENCIES = $(top_builddir)/tests/libtests.la \
143	$(top_builddir)/libgmp.la
144try_SOURCES = try.c
145try_OBJECTS = try.$(OBJEXT)
146try_LDADD = $(LDADD)
147try_DEPENDENCIES = $(top_builddir)/tests/libtests.la \
148	$(top_builddir)/libgmp.la
149AM_V_P = $(am__v_P_@AM_V@)
150am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
151am__v_P_0 = false
152am__v_P_1 = :
153AM_V_GEN = $(am__v_GEN_@AM_V@)
154am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
155am__v_GEN_0 = @echo "  GEN     " $@;
156am__v_GEN_1 = 
157AM_V_at = $(am__v_at_@AM_V@)
158am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
159am__v_at_0 = @
160am__v_at_1 = 
161DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
162depcomp =
163am__depfiles_maybe =
164COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
165	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
166LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
167	$(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
168	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
169	$(AM_CFLAGS) $(CFLAGS)
170AM_V_CC = $(am__v_CC_@AM_V@)
171am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
172am__v_CC_0 = @echo "  CC      " $@;
173am__v_CC_1 = 
174CCLD = $(CC)
175LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
176	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
177	$(AM_LDFLAGS) $(LDFLAGS) -o $@
178AM_V_CCLD = $(am__v_CCLD_@AM_V@)
179am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
180am__v_CCLD_0 = @echo "  CCLD    " $@;
181am__v_CCLD_1 = 
182SOURCES = primes.c sqrtrem_1_2.c test-add_ssaaaa.c test-sub_ddmmss.c \
183	try.c
184DIST_SOURCES = primes.c sqrtrem_1_2.c test-add_ssaaaa.c \
185	test-sub_ddmmss.c try.c
186am__can_run_installinfo = \
187  case $$AM_UPDATE_INFO_DIR in \
188    n|no|NO) false;; \
189    *) (install-info --version) >/dev/null 2>&1;; \
190  esac
191am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
192# Read a list of newline-separated strings from the standard input,
193# and print each of them once, without duplicates.  Input order is
194# *not* preserved.
195am__uniquify_input = $(AWK) '\
196  BEGIN { nonempty = 0; } \
197  { items[$$0] = 1; nonempty = 1; } \
198  END { if (nonempty) { for (i in items) print i; }; } \
199'
200# Make sure the list of sources is unique.  This is necessary because,
201# e.g., the same source file might be shared among _SOURCES variables
202# for different programs/libraries.
203am__define_uniq_tagged_files = \
204  list='$(am__tagged_files)'; \
205  unique=`for i in $$list; do \
206    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
207  done | $(am__uniquify_input)`
208ETAGS = etags
209CTAGS = ctags
210am__DIST_COMMON = $(srcdir)/Makefile.in README
211DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
212ABI = @ABI@
213ACLOCAL = @ACLOCAL@
214AMTAR = @AMTAR@
215AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
216AR = @AR@
217AS = @AS@
218ASMFLAGS = @ASMFLAGS@
219AUTOCONF = @AUTOCONF@
220AUTOHEADER = @AUTOHEADER@
221AUTOMAKE = @AUTOMAKE@
222AWK = @AWK@
223CALLING_CONVENTIONS_OBJS = @CALLING_CONVENTIONS_OBJS@
224CC = @CC@
225CCAS = @CCAS@
226CC_FOR_BUILD = @CC_FOR_BUILD@
227CFLAGS = @CFLAGS@
228CPP = @CPP@
229CPPFLAGS = @CPPFLAGS@
230CPP_FOR_BUILD = @CPP_FOR_BUILD@
231CXX = @CXX@
232CXXCPP = @CXXCPP@
233CXXFLAGS = @CXXFLAGS@
234CYGPATH_W = @CYGPATH_W@
235DEFN_LONG_LONG_LIMB = @DEFN_LONG_LONG_LIMB@
236DEFS = @DEFS@
237DLLTOOL = @DLLTOOL@
238DSYMUTIL = @DSYMUTIL@
239DUMPBIN = @DUMPBIN@
240ECHO_C = @ECHO_C@
241ECHO_N = @ECHO_N@
242ECHO_T = @ECHO_T@
243EGREP = @EGREP@
244EXEEXT = @EXEEXT@
245EXEEXT_FOR_BUILD = @EXEEXT_FOR_BUILD@
246FGREP = @FGREP@
247GMP_LDFLAGS = @GMP_LDFLAGS@
248GMP_LIMB_BITS = @GMP_LIMB_BITS@
249GMP_NAIL_BITS = @GMP_NAIL_BITS@
250GREP = @GREP@
251HAVE_CLOCK_01 = @HAVE_CLOCK_01@
252HAVE_CPUTIME_01 = @HAVE_CPUTIME_01@
253HAVE_GETRUSAGE_01 = @HAVE_GETRUSAGE_01@
254HAVE_GETTIMEOFDAY_01 = @HAVE_GETTIMEOFDAY_01@
255HAVE_HOST_CPU_FAMILY_power = @HAVE_HOST_CPU_FAMILY_power@
256HAVE_HOST_CPU_FAMILY_powerpc = @HAVE_HOST_CPU_FAMILY_powerpc@
257HAVE_SIGACTION_01 = @HAVE_SIGACTION_01@
258HAVE_SIGALTSTACK_01 = @HAVE_SIGALTSTACK_01@
259HAVE_SIGSTACK_01 = @HAVE_SIGSTACK_01@
260HAVE_STACK_T_01 = @HAVE_STACK_T_01@
261HAVE_SYS_RESOURCE_H_01 = @HAVE_SYS_RESOURCE_H_01@
262INSTALL = @INSTALL@
263INSTALL_DATA = @INSTALL_DATA@
264INSTALL_PROGRAM = @INSTALL_PROGRAM@
265INSTALL_SCRIPT = @INSTALL_SCRIPT@
266INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
267LD = @LD@
268LDFLAGS = @LDFLAGS@
269LEX = @LEX@
270LEXLIB = @LEXLIB@
271LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
272LIBCURSES = @LIBCURSES@
273LIBGMPXX_LDFLAGS = @LIBGMPXX_LDFLAGS@
274LIBGMP_DLL = @LIBGMP_DLL@
275LIBGMP_LDFLAGS = @LIBGMP_LDFLAGS@
276LIBM = @LIBM@
277LIBM_FOR_BUILD = @LIBM_FOR_BUILD@
278LIBOBJS = @LIBOBJS@
279LIBREADLINE = @LIBREADLINE@
280LIBS = @LIBS@
281LIBTOOL = @LIBTOOL@
282LIPO = @LIPO@
283LN_S = @LN_S@
284LTLIBOBJS = @LTLIBOBJS@
285LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
286M4 = @M4@
287MAINT = @MAINT@
288MAKEINFO = @MAKEINFO@
289MANIFEST_TOOL = @MANIFEST_TOOL@
290MKDIR_P = @MKDIR_P@
291NM = @NM@
292NMEDIT = @NMEDIT@
293OBJDUMP = @OBJDUMP@
294OBJEXT = @OBJEXT@
295OTOOL = @OTOOL@
296OTOOL64 = @OTOOL64@
297PACKAGE = @PACKAGE@
298PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
299PACKAGE_NAME = @PACKAGE_NAME@
300PACKAGE_STRING = @PACKAGE_STRING@
301PACKAGE_TARNAME = @PACKAGE_TARNAME@
302PACKAGE_URL = @PACKAGE_URL@
303PACKAGE_VERSION = @PACKAGE_VERSION@
304PATH_SEPARATOR = @PATH_SEPARATOR@
305RANLIB = @RANLIB@
306SED = @SED@
307SET_MAKE = @SET_MAKE@
308SHELL = @SHELL@
309SPEED_CYCLECOUNTER_OBJ = @SPEED_CYCLECOUNTER_OBJ@
310STRIP = @STRIP@
311TAL_OBJECT = @TAL_OBJECT@
312TUNE_LIBS = @TUNE_LIBS@
313TUNE_SQR_OBJ = @TUNE_SQR_OBJ@
314U_FOR_BUILD = @U_FOR_BUILD@
315VERSION = @VERSION@
316WITH_READLINE_01 = @WITH_READLINE_01@
317YACC = @YACC@
318YFLAGS = @YFLAGS@
319abs_builddir = @abs_builddir@
320abs_srcdir = @abs_srcdir@
321abs_top_builddir = @abs_top_builddir@
322abs_top_srcdir = @abs_top_srcdir@
323ac_ct_AR = @ac_ct_AR@
324ac_ct_CC = @ac_ct_CC@
325ac_ct_CXX = @ac_ct_CXX@
326ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
327am__leading_dot = @am__leading_dot@
328am__tar = @am__tar@
329am__untar = @am__untar@
330bindir = @bindir@
331build = @build@
332build_alias = @build_alias@
333build_cpu = @build_cpu@
334build_os = @build_os@
335build_vendor = @build_vendor@
336builddir = @builddir@
337datadir = @datadir@
338datarootdir = @datarootdir@
339docdir = @docdir@
340dvidir = @dvidir@
341exec_prefix = @exec_prefix@
342gmp_srclinks = @gmp_srclinks@
343host = @host@
344host_alias = @host_alias@
345host_cpu = @host_cpu@
346host_os = @host_os@
347host_vendor = @host_vendor@
348htmldir = @htmldir@
349includedir = @includedir@
350infodir = @infodir@
351install_sh = @install_sh@
352libdir = @libdir@
353libexecdir = @libexecdir@
354localedir = @localedir@
355localstatedir = @localstatedir@
356mandir = @mandir@
357mkdir_p = @mkdir_p@
358mpn_objects = @mpn_objects@
359mpn_objs_in_libgmp = @mpn_objs_in_libgmp@
360oldincludedir = @oldincludedir@
361pdfdir = @pdfdir@
362prefix = @prefix@
363program_transform_name = @program_transform_name@
364psdir = @psdir@
365sbindir = @sbindir@
366sharedstatedir = @sharedstatedir@
367srcdir = @srcdir@
368sysconfdir = @sysconfdir@
369target_alias = @target_alias@
370top_build_prefix = @top_build_prefix@
371top_builddir = @top_builddir@
372top_srcdir = @top_srcdir@
373AM_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/tests
374AM_LDFLAGS = -no-install
375LDADD = $(top_builddir)/tests/libtests.la $(top_builddir)/libgmp.la
376EXTRA_DIST = gen-test-longlong_h.c
377CLEANFILES = $(EXTRA_PROGRAMS) test-add_ssaaaa.c test-sub_ddmmss.c \
378	gen-test-longlong_h$(EXEEXT_FOR_BUILD)
379all: all-am
380
381.SUFFIXES:
382.SUFFIXES: .c .lo .o .obj
383$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
384	@for dep in $?; do \
385	  case '$(am__configure_deps)' in \
386	    *$$dep*) \
387	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
388	        && { if test -f $@; then exit 0; else break; fi; }; \
389	      exit 1;; \
390	  esac; \
391	done; \
392	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu --ignore-deps tests/devel/Makefile'; \
393	$(am__cd) $(top_srcdir) && \
394	  $(AUTOMAKE) --gnu --ignore-deps tests/devel/Makefile
395Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
396	@case '$?' in \
397	  *config.status*) \
398	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
399	  *) \
400	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
401	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
402	esac;
403
404$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
405	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
406
407$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
408	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
409$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
410	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
411$(am__aclocal_m4_deps):
412
413primes$(EXEEXT): $(primes_OBJECTS) $(primes_DEPENDENCIES) $(EXTRA_primes_DEPENDENCIES) 
414	@rm -f primes$(EXEEXT)
415	$(AM_V_CCLD)$(LINK) $(primes_OBJECTS) $(primes_LDADD) $(LIBS)
416
417sqrtrem_1_2$(EXEEXT): $(sqrtrem_1_2_OBJECTS) $(sqrtrem_1_2_DEPENDENCIES) $(EXTRA_sqrtrem_1_2_DEPENDENCIES) 
418	@rm -f sqrtrem_1_2$(EXEEXT)
419	$(AM_V_CCLD)$(LINK) $(sqrtrem_1_2_OBJECTS) $(sqrtrem_1_2_LDADD) $(LIBS)
420
421test-add_ssaaaa$(EXEEXT): $(test_add_ssaaaa_OBJECTS) $(test_add_ssaaaa_DEPENDENCIES) $(EXTRA_test_add_ssaaaa_DEPENDENCIES) 
422	@rm -f test-add_ssaaaa$(EXEEXT)
423	$(AM_V_CCLD)$(LINK) $(test_add_ssaaaa_OBJECTS) $(test_add_ssaaaa_LDADD) $(LIBS)
424
425test-sub_ddmmss$(EXEEXT): $(test_sub_ddmmss_OBJECTS) $(test_sub_ddmmss_DEPENDENCIES) $(EXTRA_test_sub_ddmmss_DEPENDENCIES) 
426	@rm -f test-sub_ddmmss$(EXEEXT)
427	$(AM_V_CCLD)$(LINK) $(test_sub_ddmmss_OBJECTS) $(test_sub_ddmmss_LDADD) $(LIBS)
428
429try$(EXEEXT): $(try_OBJECTS) $(try_DEPENDENCIES) $(EXTRA_try_DEPENDENCIES) 
430	@rm -f try$(EXEEXT)
431	$(AM_V_CCLD)$(LINK) $(try_OBJECTS) $(try_LDADD) $(LIBS)
432
433mostlyclean-compile:
434	-rm -f *.$(OBJEXT)
435
436distclean-compile:
437	-rm -f *.tab.c
438
439.c.o:
440	$(AM_V_CC)$(COMPILE) -c -o $@ $<
441
442.c.obj:
443	$(AM_V_CC)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
444
445.c.lo:
446	$(AM_V_CC)$(LTCOMPILE) -c -o $@ $<
447
448mostlyclean-libtool:
449	-rm -f *.lo
450
451clean-libtool:
452	-rm -rf .libs _libs
453
454ID: $(am__tagged_files)
455	$(am__define_uniq_tagged_files); mkid -fID $$unique
456tags: tags-am
457TAGS: tags
458
459tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
460	set x; \
461	here=`pwd`; \
462	$(am__define_uniq_tagged_files); \
463	shift; \
464	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
465	  test -n "$$unique" || unique=$$empty_fix; \
466	  if test $$# -gt 0; then \
467	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
468	      "$$@" $$unique; \
469	  else \
470	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
471	      $$unique; \
472	  fi; \
473	fi
474ctags: ctags-am
475
476CTAGS: ctags
477ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
478	$(am__define_uniq_tagged_files); \
479	test -z "$(CTAGS_ARGS)$$unique" \
480	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
481	     $$unique
482
483GTAGS:
484	here=`$(am__cd) $(top_builddir) && pwd` \
485	  && $(am__cd) $(top_srcdir) \
486	  && gtags -i $(GTAGS_ARGS) "$$here"
487cscopelist: cscopelist-am
488
489cscopelist-am: $(am__tagged_files)
490	list='$(am__tagged_files)'; \
491	case "$(srcdir)" in \
492	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
493	  *) sdir=$(subdir)/$(srcdir) ;; \
494	esac; \
495	for i in $$list; do \
496	  if test -f "$$i"; then \
497	    echo "$(subdir)/$$i"; \
498	  else \
499	    echo "$$sdir/$$i"; \
500	  fi; \
501	done >> $(top_builddir)/cscope.files
502
503distclean-tags:
504	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
505
506distdir: $(DISTFILES)
507	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
508	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
509	list='$(DISTFILES)'; \
510	  dist_files=`for file in $$list; do echo $$file; done | \
511	  sed -e "s|^$$srcdirstrip/||;t" \
512	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
513	case $$dist_files in \
514	  */*) $(MKDIR_P) `echo "$$dist_files" | \
515			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
516			   sort -u` ;; \
517	esac; \
518	for file in $$dist_files; do \
519	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
520	  if test -d $$d/$$file; then \
521	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
522	    if test -d "$(distdir)/$$file"; then \
523	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
524	    fi; \
525	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
526	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
527	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
528	    fi; \
529	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
530	  else \
531	    test -f "$(distdir)/$$file" \
532	    || cp -p $$d/$$file "$(distdir)/$$file" \
533	    || exit 1; \
534	  fi; \
535	done
536check-am: all-am
537check: check-am
538all-am: Makefile
539installdirs:
540install: install-am
541install-exec: install-exec-am
542install-data: install-data-am
543uninstall: uninstall-am
544
545install-am: all-am
546	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
547
548installcheck: installcheck-am
549install-strip:
550	if test -z '$(STRIP)'; then \
551	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
552	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
553	      install; \
554	else \
555	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
556	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
557	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
558	fi
559mostlyclean-generic:
560
561clean-generic:
562	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
563
564distclean-generic:
565	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
566	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
567
568maintainer-clean-generic:
569	@echo "This command is intended for maintainers to use"
570	@echo "it deletes files that may require special tools to rebuild."
571clean: clean-am
572
573clean-am: clean-generic clean-libtool mostlyclean-am
574
575distclean: distclean-am
576	-rm -f Makefile
577distclean-am: clean-am distclean-compile distclean-generic \
578	distclean-tags
579
580dvi: dvi-am
581
582dvi-am:
583
584html: html-am
585
586html-am:
587
588info: info-am
589
590info-am:
591
592install-data-am:
593
594install-dvi: install-dvi-am
595
596install-dvi-am:
597
598install-exec-am:
599
600install-html: install-html-am
601
602install-html-am:
603
604install-info: install-info-am
605
606install-info-am:
607
608install-man:
609
610install-pdf: install-pdf-am
611
612install-pdf-am:
613
614install-ps: install-ps-am
615
616install-ps-am:
617
618installcheck-am:
619
620maintainer-clean: maintainer-clean-am
621	-rm -f Makefile
622maintainer-clean-am: distclean-am maintainer-clean-generic
623
624mostlyclean: mostlyclean-am
625
626mostlyclean-am: mostlyclean-compile mostlyclean-generic \
627	mostlyclean-libtool
628
629pdf: pdf-am
630
631pdf-am:
632
633ps: ps-am
634
635ps-am:
636
637uninstall-am:
638
639.MAKE: install-am install-strip
640
641.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
642	clean-libtool cscopelist-am ctags ctags-am distclean \
643	distclean-compile distclean-generic distclean-libtool \
644	distclean-tags distdir dvi dvi-am html html-am info info-am \
645	install install-am install-data install-data-am install-dvi \
646	install-dvi-am install-exec install-exec-am install-html \
647	install-html-am install-info install-info-am install-man \
648	install-pdf install-pdf-am install-ps install-ps-am \
649	install-strip installcheck installcheck-am installdirs \
650	maintainer-clean maintainer-clean-generic mostlyclean \
651	mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
652	pdf pdf-am ps ps-am tags tags-am uninstall uninstall-am
653
654.PRECIOUS: Makefile
655
656
657allprogs: $(EXTRA_PROGRAMS)
658
659$(top_builddir)/tests/libtests.la:
660	cd $(top_builddir)/tests; $(MAKE) $(AM_MAKEFLAGS) libtests.la
661
662test-add_ssaaaa.c: gen-test-longlong_h$(EXEEXT_FOR_BUILD)
663	./gen-test-longlong_h add >test-add_ssaaaa.c || (rm -f test-add_ssaaaa.c; exit 1)
664
665test-sub_ddmmss.c: gen-test-longlong_h$(EXEEXT_FOR_BUILD)
666	./gen-test-longlong_h sub >test-sub_ddmmss.c || (rm -f test-sub_ddmmss.c; exit 1)
667
668gen-test-longlong_h$(EXEEXT_FOR_BUILD): gen-test-longlong_h.c
669	$(CC_FOR_BUILD) `test -f 'gen-test-longlong_h.c' || echo '$(srcdir)/'`gen-test-longlong_h.c -o gen-test-longlong_h$(EXEEXT_FOR_BUILD)
670
671# Tell versions [3.59,3.63) of GNU make to not export all variables.
672# Otherwise a system limit (for SysV at least) may be exceeded.
673.NOEXPORT:
674