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