xref: /netbsd-src/external/lgpl3/gmp/dist/demos/Makefile.in (revision 4e00368f12e7278a94903a082dfe31dfebb70415)
1# Makefile.in generated by automake 1.11.6 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
6# Foundation, Inc.
7# This Makefile.in is free software; the Free Software Foundation
8# gives unlimited permission to copy and/or distribute it,
9# with or without modifications, as long as this notice is preserved.
10
11# This program is distributed in the hope that it will be useful,
12# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14# PARTICULAR PURPOSE.
15
16@SET_MAKE@
17
18# Copyright 2000, 2001, 2002, 2012 Free Software Foundation, Inc.
19#
20# This file is part of the GNU MP Library.
21#
22# The GNU MP Library is free software; you can redistribute it and/or modify
23# it under the terms of the GNU Lesser General Public License as published by
24# the Free Software Foundation; either version 3 of the License, or (at your
25# option) any later version.
26#
27# The GNU MP Library is distributed in the hope that it will be useful, but
28# WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
29# or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public
30# License for more details.
31#
32# You should have received a copy of the GNU Lesser General Public License
33# along with the GNU MP Library.  If not, see http://www.gnu.org/licenses/.
34VPATH = @srcdir@
35am__make_dryrun = \
36  { \
37    am__dry=no; \
38    case $$MAKEFLAGS in \
39      *\\[\ \	]*) \
40        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
41          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
42      *) \
43        for am__flg in $$MAKEFLAGS; do \
44          case $$am__flg in \
45            *=*|--*) ;; \
46            *n*) am__dry=yes; break;; \
47          esac; \
48        done;; \
49    esac; \
50    test $$am__dry = yes; \
51  }
52pkgdatadir = $(datadir)/@PACKAGE@
53pkgincludedir = $(includedir)/@PACKAGE@
54pkglibdir = $(libdir)/@PACKAGE@
55pkglibexecdir = $(libexecdir)/@PACKAGE@
56am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
57install_sh_DATA = $(install_sh) -c -m 644
58install_sh_PROGRAM = $(install_sh) -c
59install_sh_SCRIPT = $(install_sh) -c
60INSTALL_HEADER = $(INSTALL_DATA)
61transform = $(program_transform_name)
62NORMAL_INSTALL = :
63PRE_INSTALL = :
64POST_INSTALL = :
65NORMAL_UNINSTALL = :
66PRE_UNINSTALL = :
67POST_UNINSTALL = :
68build_triplet = @build@
69host_triplet = @host@
70EXTRA_PROGRAMS = factorize$(EXEEXT) isprime$(EXEEXT) pexpr$(EXEEXT) \
71	primes$(EXEEXT) qcn$(EXEEXT)
72subdir = demos
73DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
74	$(srcdir)/pexpr-config-h.in
75ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
76am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
77	$(top_srcdir)/configure.ac
78am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
79	$(ACLOCAL_M4)
80mkinstalldirs = $(install_sh) -d
81CONFIG_HEADER = $(top_builddir)/config.h
82CONFIG_CLEAN_FILES = pexpr-config.h
83CONFIG_CLEAN_VPATH_FILES =
84factorize_SOURCES = factorize.c
85factorize_OBJECTS = factorize.$(OBJEXT)
86factorize_LDADD = $(LDADD)
87factorize_DEPENDENCIES = $(top_builddir)/libgmp.la
88isprime_SOURCES = isprime.c
89isprime_OBJECTS = isprime.$(OBJEXT)
90isprime_LDADD = $(LDADD)
91isprime_DEPENDENCIES = $(top_builddir)/libgmp.la
92pexpr_SOURCES = pexpr.c
93pexpr_OBJECTS = pexpr.$(OBJEXT)
94pexpr_LDADD = $(LDADD)
95pexpr_DEPENDENCIES = $(top_builddir)/libgmp.la
96primes_SOURCES = primes.c
97primes_OBJECTS = primes.$(OBJEXT)
98am__DEPENDENCIES_1 =
99primes_DEPENDENCIES = $(LDADD) $(am__DEPENDENCIES_1)
100qcn_SOURCES = qcn.c
101qcn_OBJECTS = qcn.$(OBJEXT)
102qcn_DEPENDENCIES = $(LDADD) $(am__DEPENDENCIES_1)
103DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
104depcomp =
105am__depfiles_maybe =
106COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
107	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
108LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
109	--mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
110	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
111CCLD = $(CC)
112LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
113	--mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
114	$(LDFLAGS) -o $@
115SOURCES = factorize.c isprime.c pexpr.c primes.c qcn.c
116DIST_SOURCES = factorize.c isprime.c pexpr.c primes.c qcn.c
117RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
118	html-recursive info-recursive install-data-recursive \
119	install-dvi-recursive install-exec-recursive \
120	install-html-recursive install-info-recursive \
121	install-pdf-recursive install-ps-recursive install-recursive \
122	installcheck-recursive installdirs-recursive pdf-recursive \
123	ps-recursive uninstall-recursive
124am__can_run_installinfo = \
125  case $$AM_UPDATE_INFO_DIR in \
126    n|no|NO) false;; \
127    *) (install-info --version) >/dev/null 2>&1;; \
128  esac
129RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
130  distclean-recursive maintainer-clean-recursive
131AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
132	$(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
133	distdir
134ETAGS = etags
135CTAGS = ctags
136DIST_SUBDIRS = $(SUBDIRS)
137DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
138am__relativize = \
139  dir0=`pwd`; \
140  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
141  sed_rest='s,^[^/]*/*,,'; \
142  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
143  sed_butlast='s,/*[^/]*$$,,'; \
144  while test -n "$$dir1"; do \
145    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
146    if test "$$first" != "."; then \
147      if test "$$first" = ".."; then \
148        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
149        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
150      else \
151        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
152        if test "$$first2" = "$$first"; then \
153          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
154        else \
155          dir2="../$$dir2"; \
156        fi; \
157        dir0="$$dir0"/"$$first"; \
158      fi; \
159    fi; \
160    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
161  done; \
162  reldir="$$dir2"
163ABI = @ABI@
164ACLOCAL = @ACLOCAL@
165AMTAR = @AMTAR@
166AR = @AR@
167AS = @AS@
168ASMFLAGS = @ASMFLAGS@
169AUTOCONF = @AUTOCONF@
170AUTOHEADER = @AUTOHEADER@
171AUTOMAKE = @AUTOMAKE@
172AWK = @AWK@
173CALLING_CONVENTIONS_OBJS = @CALLING_CONVENTIONS_OBJS@
174CC = @CC@
175CCAS = @CCAS@
176CC_FOR_BUILD = @CC_FOR_BUILD@
177CFLAGS = @CFLAGS@
178CPP = @CPP@
179CPPFLAGS = @CPPFLAGS@
180CPP_FOR_BUILD = @CPP_FOR_BUILD@
181CXX = @CXX@
182CXXCPP = @CXXCPP@
183CXXFLAGS = @CXXFLAGS@
184CYGPATH_W = @CYGPATH_W@
185DEFN_LONG_LONG_LIMB = @DEFN_LONG_LONG_LIMB@
186DEFS = @DEFS@
187DLLTOOL = @DLLTOOL@
188DSYMUTIL = @DSYMUTIL@
189DUMPBIN = @DUMPBIN@
190ECHO_C = @ECHO_C@
191ECHO_N = @ECHO_N@
192ECHO_T = @ECHO_T@
193EGREP = @EGREP@
194EXEEXT = @EXEEXT@
195EXEEXT_FOR_BUILD = @EXEEXT_FOR_BUILD@
196FGREP = @FGREP@
197GMP_LDFLAGS = @GMP_LDFLAGS@
198GMP_LIMB_BITS = @GMP_LIMB_BITS@
199GMP_NAIL_BITS = @GMP_NAIL_BITS@
200GREP = @GREP@
201HAVE_CLOCK_01 = @HAVE_CLOCK_01@
202HAVE_CPUTIME_01 = @HAVE_CPUTIME_01@
203HAVE_GETRUSAGE_01 = @HAVE_GETRUSAGE_01@
204HAVE_GETTIMEOFDAY_01 = @HAVE_GETTIMEOFDAY_01@
205HAVE_HOST_CPU_FAMILY_power = @HAVE_HOST_CPU_FAMILY_power@
206HAVE_HOST_CPU_FAMILY_powerpc = @HAVE_HOST_CPU_FAMILY_powerpc@
207HAVE_SIGACTION_01 = @HAVE_SIGACTION_01@
208HAVE_SIGALTSTACK_01 = @HAVE_SIGALTSTACK_01@
209HAVE_SIGSTACK_01 = @HAVE_SIGSTACK_01@
210HAVE_STACK_T_01 = @HAVE_STACK_T_01@
211HAVE_SYS_RESOURCE_H_01 = @HAVE_SYS_RESOURCE_H_01@
212INSTALL = @INSTALL@
213INSTALL_DATA = @INSTALL_DATA@
214INSTALL_PROGRAM = @INSTALL_PROGRAM@
215INSTALL_SCRIPT = @INSTALL_SCRIPT@
216INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
217LD = @LD@
218LDFLAGS = @LDFLAGS@
219LEX = @LEX@
220LEXLIB = @LEXLIB@
221LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
222LIBCURSES = @LIBCURSES@
223LIBGMPXX_LDFLAGS = @LIBGMPXX_LDFLAGS@
224LIBGMP_DLL = @LIBGMP_DLL@
225LIBGMP_LDFLAGS = @LIBGMP_LDFLAGS@
226LIBM = @LIBM@
227LIBM_FOR_BUILD = @LIBM_FOR_BUILD@
228LIBOBJS = @LIBOBJS@
229LIBREADLINE = @LIBREADLINE@
230LIBS = @LIBS@
231LIBTOOL = @LIBTOOL@
232LIPO = @LIPO@
233LN_S = @LN_S@
234LTLIBOBJS = @LTLIBOBJS@
235M4 = @M4@
236MAINT = @MAINT@
237MAKEINFO = @MAKEINFO@
238MANIFEST_TOOL = @MANIFEST_TOOL@
239MKDIR_P = @MKDIR_P@
240NM = @NM@
241NMEDIT = @NMEDIT@
242OBJDUMP = @OBJDUMP@
243OBJEXT = @OBJEXT@
244OTOOL = @OTOOL@
245OTOOL64 = @OTOOL64@
246PACKAGE = @PACKAGE@
247PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
248PACKAGE_NAME = @PACKAGE_NAME@
249PACKAGE_STRING = @PACKAGE_STRING@
250PACKAGE_TARNAME = @PACKAGE_TARNAME@
251PACKAGE_URL = @PACKAGE_URL@
252PACKAGE_VERSION = @PACKAGE_VERSION@
253PATH_SEPARATOR = @PATH_SEPARATOR@
254RANLIB = @RANLIB@
255SED = @SED@
256SET_MAKE = @SET_MAKE@
257SHELL = @SHELL@
258SPEED_CYCLECOUNTER_OBJ = @SPEED_CYCLECOUNTER_OBJ@
259STRIP = @STRIP@
260TAL_OBJECT = @TAL_OBJECT@
261TUNE_LIBS = @TUNE_LIBS@
262TUNE_SQR_OBJ = @TUNE_SQR_OBJ@
263U_FOR_BUILD = @U_FOR_BUILD@
264VERSION = @VERSION@
265WITH_READLINE_01 = @WITH_READLINE_01@
266YACC = @YACC@
267YFLAGS = @YFLAGS@
268abs_builddir = @abs_builddir@
269abs_srcdir = @abs_srcdir@
270abs_top_builddir = @abs_top_builddir@
271abs_top_srcdir = @abs_top_srcdir@
272ac_ct_AR = @ac_ct_AR@
273ac_ct_CC = @ac_ct_CC@
274ac_ct_CXX = @ac_ct_CXX@
275ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
276am__leading_dot = @am__leading_dot@
277am__tar = @am__tar@
278am__untar = @am__untar@
279bindir = @bindir@
280build = @build@
281build_alias = @build_alias@
282build_cpu = @build_cpu@
283build_os = @build_os@
284build_vendor = @build_vendor@
285builddir = @builddir@
286datadir = @datadir@
287datarootdir = @datarootdir@
288docdir = @docdir@
289dvidir = @dvidir@
290exec_prefix = @exec_prefix@
291gmp_srclinks = @gmp_srclinks@
292host = @host@
293host_alias = @host_alias@
294host_cpu = @host_cpu@
295host_os = @host_os@
296host_vendor = @host_vendor@
297htmldir = @htmldir@
298includedir = @includedir@
299infodir = @infodir@
300install_sh = @install_sh@
301libdir = @libdir@
302libexecdir = @libexecdir@
303localedir = @localedir@
304localstatedir = @localstatedir@
305mandir = @mandir@
306mkdir_p = @mkdir_p@
307mpn_objects = @mpn_objects@
308mpn_objs_in_libgmp = @mpn_objs_in_libgmp@
309oldincludedir = @oldincludedir@
310pdfdir = @pdfdir@
311prefix = @prefix@
312program_transform_name = @program_transform_name@
313psdir = @psdir@
314sbindir = @sbindir@
315sharedstatedir = @sharedstatedir@
316srcdir = @srcdir@
317sysconfdir = @sysconfdir@
318target_alias = @target_alias@
319top_build_prefix = @top_build_prefix@
320top_builddir = @top_builddir@
321top_srcdir = @top_srcdir@
322SUBDIRS = calc expr
323EXTRA_DIST = perl primes.h
324INCLUDES = -I$(top_srcdir)
325LDADD = $(top_builddir)/libgmp.la
326qcn_LDADD = $(LDADD) $(LIBM)
327primes_LDADD = $(LDADD) $(LIBM)
328CLEANFILES = $(EXTRA_PROGRAMS)
329all: all-recursive
330
331.SUFFIXES:
332.SUFFIXES: .c .lo .o .obj
333$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
334	@for dep in $?; do \
335	  case '$(am__configure_deps)' in \
336	    *$$dep*) \
337	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
338	        && { if test -f $@; then exit 0; else break; fi; }; \
339	      exit 1;; \
340	  esac; \
341	done; \
342	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu --ignore-deps demos/Makefile'; \
343	$(am__cd) $(top_srcdir) && \
344	  $(AUTOMAKE) --gnu --ignore-deps demos/Makefile
345.PRECIOUS: Makefile
346Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
347	@case '$?' in \
348	  *config.status*) \
349	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
350	  *) \
351	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
352	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
353	esac;
354
355$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
356	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
357
358$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
359	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
360$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
361	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
362$(am__aclocal_m4_deps):
363pexpr-config.h: $(top_builddir)/config.status $(srcdir)/pexpr-config-h.in
364	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
365factorize$(EXEEXT): $(factorize_OBJECTS) $(factorize_DEPENDENCIES) $(EXTRA_factorize_DEPENDENCIES)
366	@rm -f factorize$(EXEEXT)
367	$(LINK) $(factorize_OBJECTS) $(factorize_LDADD) $(LIBS)
368isprime$(EXEEXT): $(isprime_OBJECTS) $(isprime_DEPENDENCIES) $(EXTRA_isprime_DEPENDENCIES)
369	@rm -f isprime$(EXEEXT)
370	$(LINK) $(isprime_OBJECTS) $(isprime_LDADD) $(LIBS)
371pexpr$(EXEEXT): $(pexpr_OBJECTS) $(pexpr_DEPENDENCIES) $(EXTRA_pexpr_DEPENDENCIES)
372	@rm -f pexpr$(EXEEXT)
373	$(LINK) $(pexpr_OBJECTS) $(pexpr_LDADD) $(LIBS)
374primes$(EXEEXT): $(primes_OBJECTS) $(primes_DEPENDENCIES) $(EXTRA_primes_DEPENDENCIES)
375	@rm -f primes$(EXEEXT)
376	$(LINK) $(primes_OBJECTS) $(primes_LDADD) $(LIBS)
377qcn$(EXEEXT): $(qcn_OBJECTS) $(qcn_DEPENDENCIES) $(EXTRA_qcn_DEPENDENCIES)
378	@rm -f qcn$(EXEEXT)
379	$(LINK) $(qcn_OBJECTS) $(qcn_LDADD) $(LIBS)
380
381mostlyclean-compile:
382	-rm -f *.$(OBJEXT)
383
384distclean-compile:
385	-rm -f *.tab.c
386
387.c.o:
388	$(COMPILE) -c $<
389
390.c.obj:
391	$(COMPILE) -c `$(CYGPATH_W) '$<'`
392
393.c.lo:
394	$(LTCOMPILE) -c -o $@ $<
395
396mostlyclean-libtool:
397	-rm -f *.lo
398
399clean-libtool:
400	-rm -rf .libs _libs
401
402# This directory's subdirectories are mostly independent; you can cd
403# into them and run `make' without going through this Makefile.
404# To change the values of `make' variables: instead of editing Makefiles,
405# (1) if the variable is set in `config.status', edit `config.status'
406#     (which will cause the Makefiles to be regenerated when you run `make');
407# (2) otherwise, pass the desired values on the `make' command line.
408$(RECURSIVE_TARGETS):
409	@fail= failcom='exit 1'; \
410	for f in x $$MAKEFLAGS; do \
411	  case $$f in \
412	    *=* | --[!k]*);; \
413	    *k*) failcom='fail=yes';; \
414	  esac; \
415	done; \
416	dot_seen=no; \
417	target=`echo $@ | sed s/-recursive//`; \
418	list='$(SUBDIRS)'; for subdir in $$list; do \
419	  echo "Making $$target in $$subdir"; \
420	  if test "$$subdir" = "."; then \
421	    dot_seen=yes; \
422	    local_target="$$target-am"; \
423	  else \
424	    local_target="$$target"; \
425	  fi; \
426	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
427	  || eval $$failcom; \
428	done; \
429	if test "$$dot_seen" = "no"; then \
430	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
431	fi; test -z "$$fail"
432
433$(RECURSIVE_CLEAN_TARGETS):
434	@fail= failcom='exit 1'; \
435	for f in x $$MAKEFLAGS; do \
436	  case $$f in \
437	    *=* | --[!k]*);; \
438	    *k*) failcom='fail=yes';; \
439	  esac; \
440	done; \
441	dot_seen=no; \
442	case "$@" in \
443	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
444	  *) list='$(SUBDIRS)' ;; \
445	esac; \
446	rev=''; for subdir in $$list; do \
447	  if test "$$subdir" = "."; then :; else \
448	    rev="$$subdir $$rev"; \
449	  fi; \
450	done; \
451	rev="$$rev ."; \
452	target=`echo $@ | sed s/-recursive//`; \
453	for subdir in $$rev; do \
454	  echo "Making $$target in $$subdir"; \
455	  if test "$$subdir" = "."; then \
456	    local_target="$$target-am"; \
457	  else \
458	    local_target="$$target"; \
459	  fi; \
460	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
461	  || eval $$failcom; \
462	done && test -z "$$fail"
463tags-recursive:
464	list='$(SUBDIRS)'; for subdir in $$list; do \
465	  test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
466	done
467ctags-recursive:
468	list='$(SUBDIRS)'; for subdir in $$list; do \
469	  test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
470	done
471
472ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
473	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
474	unique=`for i in $$list; do \
475	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
476	  done | \
477	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
478	      END { if (nonempty) { for (i in files) print i; }; }'`; \
479	mkid -fID $$unique
480tags: TAGS
481
482TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
483		$(TAGS_FILES) $(LISP)
484	set x; \
485	here=`pwd`; \
486	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
487	  include_option=--etags-include; \
488	  empty_fix=.; \
489	else \
490	  include_option=--include; \
491	  empty_fix=; \
492	fi; \
493	list='$(SUBDIRS)'; for subdir in $$list; do \
494	  if test "$$subdir" = .; then :; else \
495	    test ! -f $$subdir/TAGS || \
496	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
497	  fi; \
498	done; \
499	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
500	unique=`for i in $$list; do \
501	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
502	  done | \
503	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
504	      END { if (nonempty) { for (i in files) print i; }; }'`; \
505	shift; \
506	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
507	  test -n "$$unique" || unique=$$empty_fix; \
508	  if test $$# -gt 0; then \
509	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
510	      "$$@" $$unique; \
511	  else \
512	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
513	      $$unique; \
514	  fi; \
515	fi
516ctags: CTAGS
517CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
518		$(TAGS_FILES) $(LISP)
519	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
520	unique=`for i in $$list; do \
521	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
522	  done | \
523	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
524	      END { if (nonempty) { for (i in files) print i; }; }'`; \
525	test -z "$(CTAGS_ARGS)$$unique" \
526	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
527	     $$unique
528
529GTAGS:
530	here=`$(am__cd) $(top_builddir) && pwd` \
531	  && $(am__cd) $(top_srcdir) \
532	  && gtags -i $(GTAGS_ARGS) "$$here"
533
534distclean-tags:
535	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
536
537distdir: $(DISTFILES)
538	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
539	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
540	list='$(DISTFILES)'; \
541	  dist_files=`for file in $$list; do echo $$file; done | \
542	  sed -e "s|^$$srcdirstrip/||;t" \
543	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
544	case $$dist_files in \
545	  */*) $(MKDIR_P) `echo "$$dist_files" | \
546			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
547			   sort -u` ;; \
548	esac; \
549	for file in $$dist_files; do \
550	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
551	  if test -d $$d/$$file; then \
552	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
553	    if test -d "$(distdir)/$$file"; then \
554	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
555	    fi; \
556	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
557	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
558	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
559	    fi; \
560	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
561	  else \
562	    test -f "$(distdir)/$$file" \
563	    || cp -p $$d/$$file "$(distdir)/$$file" \
564	    || exit 1; \
565	  fi; \
566	done
567	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
568	  if test "$$subdir" = .; then :; else \
569	    $(am__make_dryrun) \
570	      || test -d "$(distdir)/$$subdir" \
571	      || $(MKDIR_P) "$(distdir)/$$subdir" \
572	      || exit 1; \
573	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
574	    $(am__relativize); \
575	    new_distdir=$$reldir; \
576	    dir1=$$subdir; dir2="$(top_distdir)"; \
577	    $(am__relativize); \
578	    new_top_distdir=$$reldir; \
579	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
580	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
581	    ($(am__cd) $$subdir && \
582	      $(MAKE) $(AM_MAKEFLAGS) \
583	        top_distdir="$$new_top_distdir" \
584	        distdir="$$new_distdir" \
585		am__remove_distdir=: \
586		am__skip_length_check=: \
587		am__skip_mode_fix=: \
588	        distdir) \
589	      || exit 1; \
590	  fi; \
591	done
592check-am: all-am
593check: check-recursive
594all-am: Makefile
595installdirs: installdirs-recursive
596installdirs-am:
597install: install-recursive
598install-exec: install-exec-recursive
599install-data: install-data-recursive
600uninstall: uninstall-recursive
601
602install-am: all-am
603	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
604
605installcheck: installcheck-recursive
606install-strip:
607	if test -z '$(STRIP)'; then \
608	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
609	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
610	      install; \
611	else \
612	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
613	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
614	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
615	fi
616mostlyclean-generic:
617
618clean-generic:
619	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
620
621distclean-generic:
622	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
623	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
624
625maintainer-clean-generic:
626	@echo "This command is intended for maintainers to use"
627	@echo "it deletes files that may require special tools to rebuild."
628clean: clean-recursive
629
630clean-am: clean-generic clean-libtool mostlyclean-am
631
632distclean: distclean-recursive
633	-rm -f Makefile
634distclean-am: clean-am distclean-compile distclean-generic \
635	distclean-tags
636
637dvi: dvi-recursive
638
639dvi-am:
640
641html: html-recursive
642
643html-am:
644
645info: info-recursive
646
647info-am:
648
649install-data-am:
650
651install-dvi: install-dvi-recursive
652
653install-dvi-am:
654
655install-exec-am:
656
657install-html: install-html-recursive
658
659install-html-am:
660
661install-info: install-info-recursive
662
663install-info-am:
664
665install-man:
666
667install-pdf: install-pdf-recursive
668
669install-pdf-am:
670
671install-ps: install-ps-recursive
672
673install-ps-am:
674
675installcheck-am:
676
677maintainer-clean: maintainer-clean-recursive
678	-rm -f Makefile
679maintainer-clean-am: distclean-am maintainer-clean-generic
680
681mostlyclean: mostlyclean-recursive
682
683mostlyclean-am: mostlyclean-compile mostlyclean-generic \
684	mostlyclean-libtool
685
686pdf: pdf-recursive
687
688pdf-am:
689
690ps: ps-recursive
691
692ps-am:
693
694uninstall-am:
695
696.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
697	install-am install-strip tags-recursive
698
699.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
700	all all-am check check-am clean clean-generic clean-libtool \
701	ctags ctags-recursive distclean distclean-compile \
702	distclean-generic distclean-libtool distclean-tags distdir dvi \
703	dvi-am html html-am info info-am install install-am \
704	install-data install-data-am install-dvi install-dvi-am \
705	install-exec install-exec-am install-html install-html-am \
706	install-info install-info-am install-man install-pdf \
707	install-pdf-am install-ps install-ps-am install-strip \
708	installcheck installcheck-am installdirs installdirs-am \
709	maintainer-clean maintainer-clean-generic mostlyclean \
710	mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
711	pdf pdf-am ps ps-am tags tags-recursive uninstall uninstall-am
712
713
714allprogs: $(EXTRA_PROGRAMS)
715	cd calc; $(MAKE) $(AM_MAKEFLAGS) allprogs
716	cd expr; $(MAKE) $(AM_MAKEFLAGS) allprogs
717
718# Tell versions [3.59,3.63) of GNU make to not export all variables.
719# Otherwise a system limit (for SysV at least) may be exceeded.
720.NOEXPORT:
721