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, 2003, 2004 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 = calc$(EXEEXT)
55subdir = demos/calc
56DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
57	$(srcdir)/calc-config-h.in calc.c calc.h calclex.c
58ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
59am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
60	$(top_srcdir)/configure.in
61am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
62	$(ACLOCAL_M4)
63mkinstalldirs = $(install_sh) -d
64CONFIG_HEADER = $(top_builddir)/config.h
65CONFIG_CLEAN_FILES = calc-config.h
66CONFIG_CLEAN_VPATH_FILES =
67am_calc_OBJECTS = calc$U.$(OBJEXT) calclex$U.$(OBJEXT) \
68	calcread$U.$(OBJEXT)
69calc_OBJECTS = $(am_calc_OBJECTS)
70calc_LDADD = $(LDADD)
71am__DEPENDENCIES_1 =
72calc_DEPENDENCIES = $(top_builddir)/libgmp.la $(am__DEPENDENCIES_1) \
73	$(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
74DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
75depcomp =
76am__depfiles_maybe =
77COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
78	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
79LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
80	--mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
81	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
82CCLD = $(CC)
83LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
84	--mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
85	$(LDFLAGS) -o $@
86@MAINTAINER_MODE_FALSE@am__skiplex = test -f $@ ||
87LEXCOMPILE = $(LEX) $(LFLAGS) $(AM_LFLAGS)
88LTLEXCOMPILE = $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
89	--mode=compile $(LEX) $(LFLAGS) $(AM_LFLAGS)
90YLWRAP = $(top_srcdir)/ylwrap
91@MAINTAINER_MODE_FALSE@am__skipyacc = test -f $@ ||
92YACCCOMPILE = $(YACC) $(YFLAGS) $(AM_YFLAGS)
93LTYACCCOMPILE = $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
94	--mode=compile $(YACC) $(YFLAGS) $(AM_YFLAGS)
95SOURCES = $(calc_SOURCES)
96DIST_SOURCES = $(calc_SOURCES)
97ETAGS = etags
98CTAGS = ctags
99DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
100ABI = @ABI@
101ACLOCAL = @ACLOCAL@
102AMTAR = @AMTAR@
103AR = @AR@
104AS = @AS@
105ASMFLAGS = @ASMFLAGS@
106AUTOCONF = @AUTOCONF@
107AUTOHEADER = @AUTOHEADER@
108AUTOMAKE = @AUTOMAKE@
109AWK = @AWK@
110CALLING_CONVENTIONS_OBJS = @CALLING_CONVENTIONS_OBJS@
111CC = @CC@
112CCAS = @CCAS@
113CC_FOR_BUILD = @CC_FOR_BUILD@
114CFLAGS = @CFLAGS@
115CPP = @CPP@
116CPPFLAGS = @CPPFLAGS@
117CPP_FOR_BUILD = @CPP_FOR_BUILD@
118CXX = @CXX@
119CXXCPP = @CXXCPP@
120CXXFLAGS = @CXXFLAGS@
121CYGPATH_W = @CYGPATH_W@
122DEFN_LONG_LONG_LIMB = @DEFN_LONG_LONG_LIMB@
123DEFS = @DEFS@
124DLLTOOL = @DLLTOOL@
125DSYMUTIL = @DSYMUTIL@
126DUMPBIN = @DUMPBIN@
127ECHO_C = @ECHO_C@
128ECHO_N = @ECHO_N@
129ECHO_T = @ECHO_T@
130EGREP = @EGREP@
131EXEEXT = @EXEEXT@
132EXEEXT_FOR_BUILD = @EXEEXT_FOR_BUILD@
133FGREP = @FGREP@
134GMP_LDFLAGS = @GMP_LDFLAGS@
135GMP_LIMB_BITS = @GMP_LIMB_BITS@
136GMP_NAIL_BITS = @GMP_NAIL_BITS@
137GREP = @GREP@
138HAVE_CLOCK_01 = @HAVE_CLOCK_01@
139HAVE_CPUTIME_01 = @HAVE_CPUTIME_01@
140HAVE_GETRUSAGE_01 = @HAVE_GETRUSAGE_01@
141HAVE_GETTIMEOFDAY_01 = @HAVE_GETTIMEOFDAY_01@
142HAVE_HOST_CPU_FAMILY_power = @HAVE_HOST_CPU_FAMILY_power@
143HAVE_HOST_CPU_FAMILY_powerpc = @HAVE_HOST_CPU_FAMILY_powerpc@
144HAVE_SIGACTION_01 = @HAVE_SIGACTION_01@
145HAVE_SIGALTSTACK_01 = @HAVE_SIGALTSTACK_01@
146HAVE_SIGSTACK_01 = @HAVE_SIGSTACK_01@
147HAVE_STACK_T_01 = @HAVE_STACK_T_01@
148HAVE_SYS_RESOURCE_H_01 = @HAVE_SYS_RESOURCE_H_01@
149INSTALL = @INSTALL@
150INSTALL_DATA = @INSTALL_DATA@
151INSTALL_PROGRAM = @INSTALL_PROGRAM@
152INSTALL_SCRIPT = @INSTALL_SCRIPT@
153INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
154LD = @LD@
155LDFLAGS = @LDFLAGS@
156LEX = @LEX@
157LEXLIB = @LEXLIB@
158LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
159LIBCURSES = @LIBCURSES@
160LIBGMPXX_LDFLAGS = @LIBGMPXX_LDFLAGS@
161LIBGMP_DLL = @LIBGMP_DLL@
162LIBGMP_LDFLAGS = @LIBGMP_LDFLAGS@
163LIBM = @LIBM@
164LIBM_FOR_BUILD = @LIBM_FOR_BUILD@
165LIBOBJS = @LIBOBJS@
166LIBREADLINE = @LIBREADLINE@
167LIBS = @LIBS@
168LIBTOOL = @LIBTOOL@
169LIPO = @LIPO@
170LN_S = @LN_S@
171LTLIBOBJS = @LTLIBOBJS@
172M4 = @M4@
173MAINT = @MAINT@
174MAKEINFO = @MAKEINFO@
175MANIFEST_TOOL = @MANIFEST_TOOL@
176MKDIR_P = @MKDIR_P@
177NM = @NM@
178NMEDIT = @NMEDIT@
179OBJDUMP = @OBJDUMP@
180OBJEXT = @OBJEXT@
181OTOOL = @OTOOL@
182OTOOL64 = @OTOOL64@
183PACKAGE = @PACKAGE@
184PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
185PACKAGE_NAME = @PACKAGE_NAME@
186PACKAGE_STRING = @PACKAGE_STRING@
187PACKAGE_TARNAME = @PACKAGE_TARNAME@
188PACKAGE_URL = @PACKAGE_URL@
189PACKAGE_VERSION = @PACKAGE_VERSION@
190PATH_SEPARATOR = @PATH_SEPARATOR@
191RANLIB = @RANLIB@
192SED = @SED@
193SET_MAKE = @SET_MAKE@
194SHELL = @SHELL@
195SPEED_CYCLECOUNTER_OBJ = @SPEED_CYCLECOUNTER_OBJ@
196STRIP = @STRIP@
197TAL_OBJECT = @TAL_OBJECT@
198TUNE_SQR_OBJ = @TUNE_SQR_OBJ@
199U = @U@
200U_FOR_BUILD = @U_FOR_BUILD@
201VERSION = @VERSION@
202WITH_READLINE_01 = @WITH_READLINE_01@
203YACC = @YACC@
204YFLAGS = @YFLAGS@
205abs_builddir = @abs_builddir@
206abs_srcdir = @abs_srcdir@
207abs_top_builddir = @abs_top_builddir@
208abs_top_srcdir = @abs_top_srcdir@
209ac_ct_AR = @ac_ct_AR@
210ac_ct_CC = @ac_ct_CC@
211ac_ct_CXX = @ac_ct_CXX@
212ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
213am__leading_dot = @am__leading_dot@
214am__tar = @am__tar@
215am__untar = @am__untar@
216bindir = @bindir@
217build = @build@
218build_alias = @build_alias@
219build_cpu = @build_cpu@
220build_os = @build_os@
221build_vendor = @build_vendor@
222builddir = @builddir@
223datadir = @datadir@
224datarootdir = @datarootdir@
225docdir = @docdir@
226dvidir = @dvidir@
227exec_prefix = @exec_prefix@
228gmp_srclinks = @gmp_srclinks@
229host = @host@
230host_alias = @host_alias@
231host_cpu = @host_cpu@
232host_os = @host_os@
233host_vendor = @host_vendor@
234htmldir = @htmldir@
235includedir = @includedir@
236infodir = @infodir@
237install_sh = @install_sh@
238libdir = @libdir@
239libexecdir = @libexecdir@
240localedir = @localedir@
241localstatedir = @localstatedir@
242mandir = @mandir@
243mkdir_p = @mkdir_p@
244mpn_objects = @mpn_objects@
245mpn_objs_in_libgmp = @mpn_objs_in_libgmp@
246mpn_objs_in_libmp = @mpn_objs_in_libmp@
247oldincludedir = @oldincludedir@
248pdfdir = @pdfdir@
249prefix = @prefix@
250program_transform_name = @program_transform_name@
251psdir = @psdir@
252sbindir = @sbindir@
253sharedstatedir = @sharedstatedir@
254srcdir = @srcdir@
255sysconfdir = @sysconfdir@
256target_alias = @target_alias@
257top_build_prefix = @top_build_prefix@
258top_builddir = @top_builddir@
259top_srcdir = @top_srcdir@
260INCLUDES = -I$(top_srcdir)
261
262# $(LEXLIB) is not actually needed for flex (which means the distributed
263# calclex.c), but it's included here for the benefit of anyone rebuilding
264# with some other lex.
265#
266LDADD = $(top_builddir)/libgmp.la $(LIBREADLINE) $(LIBCURSES) $(LEXLIB)
267AM_YFLAGS = -d
268calc_SOURCES = calc.y calclex.l calcread.c calc-common.h
269BUILT_SOURCES = calc.h
270CLEANFILES = $(EXTRA_PROGRAMS)
271all: $(BUILT_SOURCES)
272	$(MAKE) $(AM_MAKEFLAGS) all-am
273
274.SUFFIXES:
275.SUFFIXES: .c .l .lo .o .obj .y
276$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
277	@for dep in $?; do \
278	  case '$(am__configure_deps)' in \
279	    *$$dep*) \
280	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
281	        && { if test -f $@; then exit 0; else break; fi; }; \
282	      exit 1;; \
283	  esac; \
284	done; \
285	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu --ignore-deps demos/calc/Makefile'; \
286	$(am__cd) $(top_srcdir) && \
287	  $(AUTOMAKE) --gnu --ignore-deps demos/calc/Makefile
288.PRECIOUS: Makefile
289Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
290	@case '$?' in \
291	  *config.status*) \
292	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
293	  *) \
294	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
295	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
296	esac;
297
298$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
299	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
300
301$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
302	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
303$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
304	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
305$(am__aclocal_m4_deps):
306calc-config.h: $(top_builddir)/config.status $(srcdir)/calc-config-h.in
307	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
308calc.h: calc.c
309	@if test ! -f $@; then \
310	  rm -f calc.c; \
311	  $(MAKE) $(AM_MAKEFLAGS) calc.c; \
312	else :; fi
313calc$(EXEEXT): $(calc_OBJECTS) $(calc_DEPENDENCIES) 
314	@rm -f calc$(EXEEXT)
315	$(LINK) $(calc_OBJECTS) $(calc_LDADD) $(LIBS)
316
317mostlyclean-compile:
318	-rm -f *.$(OBJEXT)
319
320distclean-compile:
321	-rm -f *.tab.c
322$(top_builddir)/ansi2knr:
323	$(am__cd) $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) ./ansi2knr
324
325mostlyclean-kr:
326	-test "$U" = "" || rm -f *_.c
327
328.c.o:
329	$(COMPILE) -c $<
330
331.c.obj:
332	$(COMPILE) -c `$(CYGPATH_W) '$<'`
333
334.c.lo:
335	$(LTCOMPILE) -c -o $@ $<
336calc_.c: calc.c $(ANSI2KNR)
337	$(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/calc.c; then echo $(srcdir)/calc.c; else echo calc.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > $@ || rm -f $@
338calclex_.c: calclex.c $(ANSI2KNR)
339	$(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/calclex.c; then echo $(srcdir)/calclex.c; else echo calclex.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > $@ || rm -f $@
340calcread_.c: calcread.c $(ANSI2KNR)
341	$(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/calcread.c; then echo $(srcdir)/calcread.c; else echo calcread.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > $@ || rm -f $@
342calc_.$(OBJEXT) calc_.lo calclex_.$(OBJEXT) calclex_.lo \
343calcread_.$(OBJEXT) calcread_.lo : $(ANSI2KNR)
344
345.l.c:
346	$(am__skiplex) $(SHELL) $(YLWRAP) $< $(LEX_OUTPUT_ROOT).c $@ -- $(LEXCOMPILE)
347
348.y.c:
349	$(am__skipyacc) $(SHELL) $(YLWRAP) $< y.tab.c $@ y.tab.h $*.h y.output $*.output -- $(YACCCOMPILE)
350
351mostlyclean-libtool:
352	-rm -f *.lo
353
354clean-libtool:
355	-rm -rf .libs _libs
356
357ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
358	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
359	unique=`for i in $$list; do \
360	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
361	  done | \
362	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
363	      END { if (nonempty) { for (i in files) print i; }; }'`; \
364	mkid -fID $$unique
365tags: TAGS
366
367TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
368		$(TAGS_FILES) $(LISP)
369	set x; \
370	here=`pwd`; \
371	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
372	unique=`for i in $$list; do \
373	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
374	  done | \
375	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
376	      END { if (nonempty) { for (i in files) print i; }; }'`; \
377	shift; \
378	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
379	  test -n "$$unique" || unique=$$empty_fix; \
380	  if test $$# -gt 0; then \
381	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
382	      "$$@" $$unique; \
383	  else \
384	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
385	      $$unique; \
386	  fi; \
387	fi
388ctags: CTAGS
389CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
390		$(TAGS_FILES) $(LISP)
391	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
392	unique=`for i in $$list; do \
393	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
394	  done | \
395	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
396	      END { if (nonempty) { for (i in files) print i; }; }'`; \
397	test -z "$(CTAGS_ARGS)$$unique" \
398	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
399	     $$unique
400
401GTAGS:
402	here=`$(am__cd) $(top_builddir) && pwd` \
403	  && $(am__cd) $(top_srcdir) \
404	  && gtags -i $(GTAGS_ARGS) "$$here"
405
406distclean-tags:
407	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
408
409distdir: $(DISTFILES)
410	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
411	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
412	list='$(DISTFILES)'; \
413	  dist_files=`for file in $$list; do echo $$file; done | \
414	  sed -e "s|^$$srcdirstrip/||;t" \
415	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
416	case $$dist_files in \
417	  */*) $(MKDIR_P) `echo "$$dist_files" | \
418			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
419			   sort -u` ;; \
420	esac; \
421	for file in $$dist_files; do \
422	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
423	  if test -d $$d/$$file; then \
424	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
425	    if test -d "$(distdir)/$$file"; then \
426	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
427	    fi; \
428	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
429	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
430	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
431	    fi; \
432	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
433	  else \
434	    test -f "$(distdir)/$$file" \
435	    || cp -p $$d/$$file "$(distdir)/$$file" \
436	    || exit 1; \
437	  fi; \
438	done
439check-am: all-am
440check: $(BUILT_SOURCES)
441	$(MAKE) $(AM_MAKEFLAGS) check-am
442all-am: Makefile
443installdirs:
444install: $(BUILT_SOURCES)
445	$(MAKE) $(AM_MAKEFLAGS) install-am
446install-exec: install-exec-am
447install-data: install-data-am
448uninstall: uninstall-am
449
450install-am: all-am
451	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
452
453installcheck: installcheck-am
454install-strip:
455	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
456	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
457	  `test -z '$(STRIP)' || \
458	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
459mostlyclean-generic:
460
461clean-generic:
462	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
463
464distclean-generic:
465	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
466	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
467
468maintainer-clean-generic:
469	@echo "This command is intended for maintainers to use"
470	@echo "it deletes files that may require special tools to rebuild."
471	-rm -f calc.c
472	-rm -f calc.h
473	-rm -f calclex.c
474	-test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
475clean: clean-am
476
477clean-am: clean-generic clean-libtool mostlyclean-am
478
479distclean: distclean-am
480	-rm -f Makefile
481distclean-am: clean-am distclean-compile distclean-generic \
482	distclean-tags
483
484dvi: dvi-am
485
486dvi-am:
487
488html: html-am
489
490html-am:
491
492info: info-am
493
494info-am:
495
496install-data-am:
497
498install-dvi: install-dvi-am
499
500install-dvi-am:
501
502install-exec-am:
503
504install-html: install-html-am
505
506install-html-am:
507
508install-info: install-info-am
509
510install-info-am:
511
512install-man:
513
514install-pdf: install-pdf-am
515
516install-pdf-am:
517
518install-ps: install-ps-am
519
520install-ps-am:
521
522installcheck-am:
523
524maintainer-clean: maintainer-clean-am
525	-rm -f Makefile
526maintainer-clean-am: distclean-am maintainer-clean-generic
527
528mostlyclean: mostlyclean-am
529
530mostlyclean-am: mostlyclean-compile mostlyclean-generic mostlyclean-kr \
531	mostlyclean-libtool
532
533pdf: pdf-am
534
535pdf-am:
536
537ps: ps-am
538
539ps-am:
540
541uninstall-am:
542
543.MAKE: $(top_builddir)/ansi2knr all check install install-am \
544	install-strip
545
546.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
547	clean-libtool ctags distclean distclean-compile \
548	distclean-generic distclean-libtool distclean-tags distdir dvi \
549	dvi-am html html-am info info-am install install-am \
550	install-data install-data-am install-dvi install-dvi-am \
551	install-exec install-exec-am install-html install-html-am \
552	install-info install-info-am install-man install-pdf \
553	install-pdf-am install-ps install-ps-am install-strip \
554	installcheck installcheck-am installdirs maintainer-clean \
555	maintainer-clean-generic mostlyclean mostlyclean-compile \
556	mostlyclean-generic mostlyclean-kr mostlyclean-libtool pdf \
557	pdf-am ps ps-am tags uninstall uninstall-am
558
559
560allprogs: $(EXTRA_PROGRAMS)
561
562# Tell versions [3.59,3.63) of GNU make to not export all variables.
563# Otherwise a system limit (for SysV at least) may be exceeded.
564.NOEXPORT:
565