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