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