f4a000bc56635e3c7bfb1c4d1e53ebe9c1ebc6b5
[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, 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 am__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   }
52 pkgdatadir = $(datadir)/@PACKAGE@
53 pkgincludedir = $(includedir)/@PACKAGE@
54 pkglibdir = $(libdir)/@PACKAGE@
55 pkglibexecdir = $(libexecdir)/@PACKAGE@
56 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
57 install_sh_DATA = $(install_sh) -c -m 644
58 install_sh_PROGRAM = $(install_sh) -c
59 install_sh_SCRIPT = $(install_sh) -c
60 INSTALL_HEADER = $(INSTALL_DATA)
61 transform = $(program_transform_name)
62 NORMAL_INSTALL = :
63 PRE_INSTALL = :
64 POST_INSTALL = :
65 NORMAL_UNINSTALL = :
66 PRE_UNINSTALL = :
67 POST_UNINSTALL = :
68 build_triplet = @build@
69 host_triplet = @host@
70 EXTRA_PROGRAMS = run-expr$(EXEEXT) t-expr$(EXEEXT)
71 subdir = demos/expr
72 DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in
73 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
74 am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
75         $(top_srcdir)/configure.ac
76 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
77         $(ACLOCAL_M4)
78 mkinstalldirs = $(install_sh) -d
79 CONFIG_HEADER = $(top_builddir)/config.h
80 CONFIG_CLEAN_FILES =
81 CONFIG_CLEAN_VPATH_FILES =
82 libexpr_a_AR = $(AR) $(ARFLAGS)
83 libexpr_a_LIBADD =
84 am_libexpr_a_OBJECTS = expr.$(OBJEXT) exprv.$(OBJEXT) exprz.$(OBJEXT) \
85         exprza.$(OBJEXT) exprq.$(OBJEXT) exprqa.$(OBJEXT) \
86         exprf.$(OBJEXT) exprfa.$(OBJEXT)
87 libexpr_a_OBJECTS = $(am_libexpr_a_OBJECTS)
88 run_expr_SOURCES = run-expr.c
89 run_expr_OBJECTS = run-expr.$(OBJEXT)
90 run_expr_LDADD = $(LDADD)
91 run_expr_DEPENDENCIES = libexpr.a $(top_builddir)/libgmp.la
92 t_expr_SOURCES = t-expr.c
93 t_expr_OBJECTS = t-expr.$(OBJEXT)
94 t_expr_DEPENDENCIES = $(top_builddir)/tests/libtests.la $(LDADD)
95 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
96 depcomp =
97 am__depfiles_maybe =
98 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
99         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
100 LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
101         --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
102         $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
103 CCLD = $(CC)
104 LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
105         --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
106         $(LDFLAGS) -o $@
107 SOURCES = $(libexpr_a_SOURCES) run-expr.c t-expr.c
108 DIST_SOURCES = $(libexpr_a_SOURCES) run-expr.c t-expr.c
109 am__can_run_installinfo = \
110   case $$AM_UPDATE_INFO_DIR in \
111     n|no|NO) false;; \
112     *) (install-info --version) >/dev/null 2>&1;; \
113   esac
114 ETAGS = etags
115 CTAGS = ctags
116 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
117 ABI = @ABI@
118 ACLOCAL = @ACLOCAL@
119 AMTAR = @AMTAR@
120 AR = @AR@
121 AS = @AS@
122 ASMFLAGS = @ASMFLAGS@
123 AUTOCONF = @AUTOCONF@
124 AUTOHEADER = @AUTOHEADER@
125 AUTOMAKE = @AUTOMAKE@
126 AWK = @AWK@
127 CALLING_CONVENTIONS_OBJS = @CALLING_CONVENTIONS_OBJS@
128 CC = @CC@
129 CCAS = @CCAS@
130 CC_FOR_BUILD = @CC_FOR_BUILD@
131 CFLAGS = @CFLAGS@
132 CPP = @CPP@
133 CPPFLAGS = @CPPFLAGS@
134 CPP_FOR_BUILD = @CPP_FOR_BUILD@
135 CXX = @CXX@
136 CXXCPP = @CXXCPP@
137 CXXFLAGS = @CXXFLAGS@
138 CYGPATH_W = @CYGPATH_W@
139 DEFN_LONG_LONG_LIMB = @DEFN_LONG_LONG_LIMB@
140 DEFS = @DEFS@
141 DLLTOOL = @DLLTOOL@
142 DSYMUTIL = @DSYMUTIL@
143 DUMPBIN = @DUMPBIN@
144 ECHO_C = @ECHO_C@
145 ECHO_N = @ECHO_N@
146 ECHO_T = @ECHO_T@
147 EGREP = @EGREP@
148 EXEEXT = @EXEEXT@
149 EXEEXT_FOR_BUILD = @EXEEXT_FOR_BUILD@
150 FGREP = @FGREP@
151 GMP_LDFLAGS = @GMP_LDFLAGS@
152 GMP_LIMB_BITS = @GMP_LIMB_BITS@
153 GMP_NAIL_BITS = @GMP_NAIL_BITS@
154 GREP = @GREP@
155 HAVE_CLOCK_01 = @HAVE_CLOCK_01@
156 HAVE_CPUTIME_01 = @HAVE_CPUTIME_01@
157 HAVE_GETRUSAGE_01 = @HAVE_GETRUSAGE_01@
158 HAVE_GETTIMEOFDAY_01 = @HAVE_GETTIMEOFDAY_01@
159 HAVE_HOST_CPU_FAMILY_power = @HAVE_HOST_CPU_FAMILY_power@
160 HAVE_HOST_CPU_FAMILY_powerpc = @HAVE_HOST_CPU_FAMILY_powerpc@
161 HAVE_SIGACTION_01 = @HAVE_SIGACTION_01@
162 HAVE_SIGALTSTACK_01 = @HAVE_SIGALTSTACK_01@
163 HAVE_SIGSTACK_01 = @HAVE_SIGSTACK_01@
164 HAVE_STACK_T_01 = @HAVE_STACK_T_01@
165 HAVE_SYS_RESOURCE_H_01 = @HAVE_SYS_RESOURCE_H_01@
166 INSTALL = @INSTALL@
167 INSTALL_DATA = @INSTALL_DATA@
168 INSTALL_PROGRAM = @INSTALL_PROGRAM@
169 INSTALL_SCRIPT = @INSTALL_SCRIPT@
170 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
171 LD = @LD@
172 LDFLAGS = @LDFLAGS@
173 LEX = @LEX@
174 LEXLIB = @LEXLIB@
175 LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
176 LIBCURSES = @LIBCURSES@
177 LIBGMPXX_LDFLAGS = @LIBGMPXX_LDFLAGS@
178 LIBGMP_DLL = @LIBGMP_DLL@
179 LIBGMP_LDFLAGS = @LIBGMP_LDFLAGS@
180 LIBM = @LIBM@
181 LIBM_FOR_BUILD = @LIBM_FOR_BUILD@
182 LIBOBJS = @LIBOBJS@
183 LIBREADLINE = @LIBREADLINE@
184 LIBS = @LIBS@
185 LIBTOOL = @LIBTOOL@
186 LIPO = @LIPO@
187 LN_S = @LN_S@
188 LTLIBOBJS = @LTLIBOBJS@
189 M4 = @M4@
190 MAINT = @MAINT@
191 MAKEINFO = @MAKEINFO@
192 MANIFEST_TOOL = @MANIFEST_TOOL@
193 MKDIR_P = @MKDIR_P@
194 NM = @NM@
195 NMEDIT = @NMEDIT@
196 OBJDUMP = @OBJDUMP@
197 OBJEXT = @OBJEXT@
198 OTOOL = @OTOOL@
199 OTOOL64 = @OTOOL64@
200 PACKAGE = @PACKAGE@
201 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
202 PACKAGE_NAME = @PACKAGE_NAME@
203 PACKAGE_STRING = @PACKAGE_STRING@
204 PACKAGE_TARNAME = @PACKAGE_TARNAME@
205 PACKAGE_URL = @PACKAGE_URL@
206 PACKAGE_VERSION = @PACKAGE_VERSION@
207 PATH_SEPARATOR = @PATH_SEPARATOR@
208 RANLIB = @RANLIB@
209 SED = @SED@
210 SET_MAKE = @SET_MAKE@
211 SHELL = @SHELL@
212 SPEED_CYCLECOUNTER_OBJ = @SPEED_CYCLECOUNTER_OBJ@
213 STRIP = @STRIP@
214 TAL_OBJECT = @TAL_OBJECT@
215 TUNE_LIBS = @TUNE_LIBS@
216 TUNE_SQR_OBJ = @TUNE_SQR_OBJ@
217 U_FOR_BUILD = @U_FOR_BUILD@
218 VERSION = @VERSION@
219 WITH_READLINE_01 = @WITH_READLINE_01@
220 YACC = @YACC@
221 YFLAGS = @YFLAGS@
222 abs_builddir = @abs_builddir@
223 abs_srcdir = @abs_srcdir@
224 abs_top_builddir = @abs_top_builddir@
225 abs_top_srcdir = @abs_top_srcdir@
226 ac_ct_AR = @ac_ct_AR@
227 ac_ct_CC = @ac_ct_CC@
228 ac_ct_CXX = @ac_ct_CXX@
229 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
230 am__leading_dot = @am__leading_dot@
231 am__tar = @am__tar@
232 am__untar = @am__untar@
233 bindir = @bindir@
234 build = @build@
235 build_alias = @build_alias@
236 build_cpu = @build_cpu@
237 build_os = @build_os@
238 build_vendor = @build_vendor@
239 builddir = @builddir@
240 datadir = @datadir@
241 datarootdir = @datarootdir@
242 docdir = @docdir@
243 dvidir = @dvidir@
244 exec_prefix = @exec_prefix@
245 gmp_srclinks = @gmp_srclinks@
246 host = @host@
247 host_alias = @host_alias@
248 host_cpu = @host_cpu@
249 host_os = @host_os@
250 host_vendor = @host_vendor@
251 htmldir = @htmldir@
252 includedir = @includedir@
253 infodir = @infodir@
254 install_sh = @install_sh@
255 libdir = @libdir@
256 libexecdir = @libexecdir@
257 localedir = @localedir@
258 localstatedir = @localstatedir@
259 mandir = @mandir@
260 mkdir_p = @mkdir_p@
261 mpn_objects = @mpn_objects@
262 mpn_objs_in_libgmp = @mpn_objs_in_libgmp@
263 oldincludedir = @oldincludedir@
264 pdfdir = @pdfdir@
265 prefix = @prefix@
266 program_transform_name = @program_transform_name@
267 psdir = @psdir@
268 sbindir = @sbindir@
269 sharedstatedir = @sharedstatedir@
270 srcdir = @srcdir@
271 sysconfdir = @sysconfdir@
272 target_alias = @target_alias@
273 top_build_prefix = @top_build_prefix@
274 top_builddir = @top_builddir@
275 top_srcdir = @top_srcdir@
276 INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/tests
277
278 # FIXME: This is a workaround for a bug in automake 1.8.4.  When the only
279 # library is in EXTRA_LIBRARIES, $(ARFLAGS) is used but no default setting
280 # for that variable is established.  We give an explicit ARFLAGS=cru the
281 # same as generated for lib_LIBRARIES or noinst_LIBRARIES.
282 #
283 ARFLAGS = cru
284 EXTRA_LIBRARIES = libexpr.a
285 libexpr_a_SOURCES = expr.h expr-impl.h \
286   expr.c exprv.c exprz.c exprza.c exprq.c exprqa.c exprf.c exprfa.c
287
288 LDADD = libexpr.a $(top_builddir)/libgmp.la
289 t_expr_LDADD = $(top_builddir)/tests/libtests.la $(LDADD)
290 CLEANFILES = $(EXTRA_PROGRAMS) $(EXTRA_LIBRARIES)
291 all: all-am
292
293 .SUFFIXES:
294 .SUFFIXES: .c .lo .o .obj
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/expr/Makefile'; \
305         $(am__cd) $(top_srcdir) && \
306           $(AUTOMAKE) --gnu --ignore-deps demos/expr/Makefile
307 .PRECIOUS: Makefile
308 Makefile: $(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):
325 libexpr.a: $(libexpr_a_OBJECTS) $(libexpr_a_DEPENDENCIES) $(EXTRA_libexpr_a_DEPENDENCIES) 
326         -rm -f libexpr.a
327         $(libexpr_a_AR) libexpr.a $(libexpr_a_OBJECTS) $(libexpr_a_LIBADD)
328         $(RANLIB) libexpr.a
329 run-expr$(EXEEXT): $(run_expr_OBJECTS) $(run_expr_DEPENDENCIES) $(EXTRA_run_expr_DEPENDENCIES) 
330         @rm -f run-expr$(EXEEXT)
331         $(LINK) $(run_expr_OBJECTS) $(run_expr_LDADD) $(LIBS)
332 t-expr$(EXEEXT): $(t_expr_OBJECTS) $(t_expr_DEPENDENCIES) $(EXTRA_t_expr_DEPENDENCIES) 
333         @rm -f t-expr$(EXEEXT)
334         $(LINK) $(t_expr_OBJECTS) $(t_expr_LDADD) $(LIBS)
335
336 mostlyclean-compile:
337         -rm -f *.$(OBJEXT)
338
339 distclean-compile:
340         -rm -f *.tab.c
341
342 .c.o:
343         $(COMPILE) -c $<
344
345 .c.obj:
346         $(COMPILE) -c `$(CYGPATH_W) '$<'`
347
348 .c.lo:
349         $(LTCOMPILE) -c -o $@ $<
350
351 mostlyclean-libtool:
352         -rm -f *.lo
353
354 clean-libtool:
355         -rm -rf .libs _libs
356
357 ID: $(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
365 tags: TAGS
366
367 TAGS:  $(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
388 ctags: CTAGS
389 CTAGS:  $(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
401 GTAGS:
402         here=`$(am__cd) $(top_builddir) && pwd` \
403           && $(am__cd) $(top_srcdir) \
404           && gtags -i $(GTAGS_ARGS) "$$here"
405
406 distclean-tags:
407         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
408
409 distdir: $(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
439 check-am: all-am
440 check: check-am
441 all-am: Makefile
442 installdirs:
443 install: install-am
444 install-exec: install-exec-am
445 install-data: install-data-am
446 uninstall: uninstall-am
447
448 install-am: all-am
449         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
450
451 installcheck: installcheck-am
452 install-strip:
453         if test -z '$(STRIP)'; then \
454           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
455             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
456               install; \
457         else \
458           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
459             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
460             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
461         fi
462 mostlyclean-generic:
463
464 clean-generic:
465         -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
466
467 distclean-generic:
468         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
469         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
470
471 maintainer-clean-generic:
472         @echo "This command is intended for maintainers to use"
473         @echo "it deletes files that may require special tools to rebuild."
474 clean: clean-am
475
476 clean-am: clean-generic clean-libtool mostlyclean-am
477
478 distclean: distclean-am
479         -rm -f Makefile
480 distclean-am: clean-am distclean-compile distclean-generic \
481         distclean-tags
482
483 dvi: dvi-am
484
485 dvi-am:
486
487 html: html-am
488
489 html-am:
490
491 info: info-am
492
493 info-am:
494
495 install-data-am:
496
497 install-dvi: install-dvi-am
498
499 install-dvi-am:
500
501 install-exec-am:
502
503 install-html: install-html-am
504
505 install-html-am:
506
507 install-info: install-info-am
508
509 install-info-am:
510
511 install-man:
512
513 install-pdf: install-pdf-am
514
515 install-pdf-am:
516
517 install-ps: install-ps-am
518
519 install-ps-am:
520
521 installcheck-am:
522
523 maintainer-clean: maintainer-clean-am
524         -rm -f Makefile
525 maintainer-clean-am: distclean-am maintainer-clean-generic
526
527 mostlyclean: mostlyclean-am
528
529 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
530         mostlyclean-libtool
531
532 pdf: pdf-am
533
534 pdf-am:
535
536 ps: ps-am
537
538 ps-am:
539
540 uninstall-am:
541
542 .MAKE: install-am install-strip
543
544 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
545         clean-libtool ctags distclean distclean-compile \
546         distclean-generic distclean-libtool distclean-tags distdir dvi \
547         dvi-am html html-am info info-am install install-am \
548         install-data install-data-am install-dvi install-dvi-am \
549         install-exec install-exec-am install-html install-html-am \
550         install-info install-info-am install-man install-pdf \
551         install-pdf-am install-ps install-ps-am install-strip \
552         installcheck installcheck-am installdirs maintainer-clean \
553         maintainer-clean-generic mostlyclean mostlyclean-compile \
554         mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
555         tags uninstall uninstall-am
556
557
558 allprogs: $(EXTRA_PROGRAMS)
559
560 $(top_builddir)/tests/libtests.la:
561         cd $(top_builddir)/tests; $(MAKE) $(AM_MAKEFLAGS) libtests.la
562
563 # Tell versions [3.59,3.63) of GNU make to not export all variables.
564 # Otherwise a system limit (for SysV at least) may be exceeded.
565 .NOEXPORT: