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