xref: /netbsd/external/lgpl3/gmp/dist/rand/Makefile.in (revision f81b1c5b)
1# Makefile.in generated by automake 1.15 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2014 Free Software Foundation, Inc.
5
6# This Makefile.in is free software; the Free Software Foundation
7# gives unlimited permission to copy and/or distribute it,
8# with or without modifications, as long as this notice is preserved.
9
10# This program is distributed in the hope that it will be useful,
11# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13# PARTICULAR PURPOSE.
14
15@SET_MAKE@
16
17# Copyright 2001, 2002, 2010 Free Software Foundation, Inc.
18#
19#  This file is part of the GNU MP Library.
20#
21#  The GNU MP Library is free software; you can redistribute it and/or modify
22#  it under the terms of either:
23#
24#    * the GNU Lesser General Public License as published by the Free
25#      Software Foundation; either version 3 of the License, or (at your
26#      option) any later version.
27#
28#  or
29#
30#    * the GNU General Public License as published by the Free Software
31#      Foundation; either version 2 of the License, or (at your option) any
32#      later version.
33#
34#  or both in parallel, as here.
35#
36#  The GNU MP Library is distributed in the hope that it will be useful, but
37#  WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
38#  or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
39#  for more details.
40#
41#  You should have received copies of the GNU General Public License and the
42#  GNU Lesser General Public License along with the GNU MP Library.  If not,
43#  see https://www.gnu.org/licenses/.
44
45VPATH = @srcdir@
46am__is_gnu_make = { \
47  if test -z '$(MAKELEVEL)'; then \
48    false; \
49  elif test -n '$(MAKE_HOST)'; then \
50    true; \
51  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
52    true; \
53  else \
54    false; \
55  fi; \
56}
57am__make_running_with_option = \
58  case $${target_option-} in \
59      ?) ;; \
60      *) echo "am__make_running_with_option: internal error: invalid" \
61              "target option '$${target_option-}' specified" >&2; \
62         exit 1;; \
63  esac; \
64  has_opt=no; \
65  sane_makeflags=$$MAKEFLAGS; \
66  if $(am__is_gnu_make); then \
67    sane_makeflags=$$MFLAGS; \
68  else \
69    case $$MAKEFLAGS in \
70      *\\[\ \	]*) \
71        bs=\\; \
72        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
73          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
74    esac; \
75  fi; \
76  skip_next=no; \
77  strip_trailopt () \
78  { \
79    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
80  }; \
81  for flg in $$sane_makeflags; do \
82    test $$skip_next = yes && { skip_next=no; continue; }; \
83    case $$flg in \
84      *=*|--*) continue;; \
85        -*I) strip_trailopt 'I'; skip_next=yes;; \
86      -*I?*) strip_trailopt 'I';; \
87        -*O) strip_trailopt 'O'; skip_next=yes;; \
88      -*O?*) strip_trailopt 'O';; \
89        -*l) strip_trailopt 'l'; skip_next=yes;; \
90      -*l?*) strip_trailopt 'l';; \
91      -[dEDm]) skip_next=yes;; \
92      -[JT]) skip_next=yes;; \
93    esac; \
94    case $$flg in \
95      *$$target_option*) has_opt=yes; break;; \
96    esac; \
97  done; \
98  test $$has_opt = yes
99am__make_dryrun = (target_option=n; $(am__make_running_with_option))
100am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
101pkgdatadir = $(datadir)/@PACKAGE@
102pkgincludedir = $(includedir)/@PACKAGE@
103pkglibdir = $(libdir)/@PACKAGE@
104pkglibexecdir = $(libexecdir)/@PACKAGE@
105am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
106install_sh_DATA = $(install_sh) -c -m 644
107install_sh_PROGRAM = $(install_sh) -c
108install_sh_SCRIPT = $(install_sh) -c
109INSTALL_HEADER = $(INSTALL_DATA)
110transform = $(program_transform_name)
111NORMAL_INSTALL = :
112PRE_INSTALL = :
113POST_INSTALL = :
114NORMAL_UNINSTALL = :
115PRE_UNINSTALL = :
116POST_UNINSTALL = :
117build_triplet = @build@
118host_triplet = @host@
119subdir = rand
120ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
121am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
122	$(top_srcdir)/configure.ac
123am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
124	$(ACLOCAL_M4)
125DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
126mkinstalldirs = $(install_sh) -d
127CONFIG_HEADER = $(top_builddir)/config.h
128CONFIG_CLEAN_FILES =
129CONFIG_CLEAN_VPATH_FILES =
130LTLIBRARIES = $(noinst_LTLIBRARIES)
131librandom_la_LIBADD =
132am_librandom_la_OBJECTS = rand.lo randclr.lo randdef.lo randiset.lo \
133	randlc2s.lo randlc2x.lo randmt.lo randmts.lo rands.lo \
134	randsd.lo randsdui.lo randbui.lo randmui.lo
135librandom_la_OBJECTS = $(am_librandom_la_OBJECTS)
136AM_V_lt = $(am__v_lt_@AM_V@)
137am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
138am__v_lt_0 = --silent
139am__v_lt_1 =
140AM_V_P = $(am__v_P_@AM_V@)
141am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
142am__v_P_0 = false
143am__v_P_1 = :
144AM_V_GEN = $(am__v_GEN_@AM_V@)
145am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
146am__v_GEN_0 = @echo "  GEN     " $@;
147am__v_GEN_1 =
148AM_V_at = $(am__v_at_@AM_V@)
149am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
150am__v_at_0 = @
151am__v_at_1 =
152DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
153depcomp =
154am__depfiles_maybe =
155COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
156	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
157LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
158	$(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
159	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
160	$(AM_CFLAGS) $(CFLAGS)
161AM_V_CC = $(am__v_CC_@AM_V@)
162am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
163am__v_CC_0 = @echo "  CC      " $@;
164am__v_CC_1 =
165CCLD = $(CC)
166LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
167	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
168	$(AM_LDFLAGS) $(LDFLAGS) -o $@
169AM_V_CCLD = $(am__v_CCLD_@AM_V@)
170am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
171am__v_CCLD_0 = @echo "  CCLD    " $@;
172am__v_CCLD_1 =
173SOURCES = $(librandom_la_SOURCES)
174DIST_SOURCES = $(librandom_la_SOURCES)
175am__can_run_installinfo = \
176  case $$AM_UPDATE_INFO_DIR in \
177    n|no|NO) false;; \
178    *) (install-info --version) >/dev/null 2>&1;; \
179  esac
180am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
181# Read a list of newline-separated strings from the standard input,
182# and print each of them once, without duplicates.  Input order is
183# *not* preserved.
184am__uniquify_input = $(AWK) '\
185  BEGIN { nonempty = 0; } \
186  { items[$$0] = 1; nonempty = 1; } \
187  END { if (nonempty) { for (i in items) print i; }; } \
188'
189# Make sure the list of sources is unique.  This is necessary because,
190# e.g., the same source file might be shared among _SOURCES variables
191# for different programs/libraries.
192am__define_uniq_tagged_files = \
193  list='$(am__tagged_files)'; \
194  unique=`for i in $$list; do \
195    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
196  done | $(am__uniquify_input)`
197ETAGS = etags
198CTAGS = ctags
199am__DIST_COMMON = $(srcdir)/Makefile.in
200DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
201ABI = @ABI@
202ACLOCAL = @ACLOCAL@
203AMTAR = @AMTAR@
204AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
205AR = @AR@
206AS = @AS@
207ASMFLAGS = @ASMFLAGS@
208AUTOCONF = @AUTOCONF@
209AUTOHEADER = @AUTOHEADER@
210AUTOMAKE = @AUTOMAKE@
211AWK = @AWK@
212CALLING_CONVENTIONS_OBJS = @CALLING_CONVENTIONS_OBJS@
213CC = @CC@
214CCAS = @CCAS@
215CC_FOR_BUILD = @CC_FOR_BUILD@
216CFLAGS = @CFLAGS@
217CPP = @CPP@
218CPPFLAGS = @CPPFLAGS@
219CPP_FOR_BUILD = @CPP_FOR_BUILD@
220CXX = @CXX@
221CXXCPP = @CXXCPP@
222CXXFLAGS = @CXXFLAGS@
223CYGPATH_W = @CYGPATH_W@
224DEFN_LONG_LONG_LIMB = @DEFN_LONG_LONG_LIMB@
225DEFS = @DEFS@
226DLLTOOL = @DLLTOOL@
227DSYMUTIL = @DSYMUTIL@
228DUMPBIN = @DUMPBIN@
229ECHO_C = @ECHO_C@
230ECHO_N = @ECHO_N@
231ECHO_T = @ECHO_T@
232EGREP = @EGREP@
233EXEEXT = @EXEEXT@
234EXEEXT_FOR_BUILD = @EXEEXT_FOR_BUILD@
235FGREP = @FGREP@
236GMP_LDFLAGS = @GMP_LDFLAGS@
237GMP_LIMB_BITS = @GMP_LIMB_BITS@
238GMP_NAIL_BITS = @GMP_NAIL_BITS@
239GREP = @GREP@
240HAVE_CLOCK_01 = @HAVE_CLOCK_01@
241HAVE_CPUTIME_01 = @HAVE_CPUTIME_01@
242HAVE_GETRUSAGE_01 = @HAVE_GETRUSAGE_01@
243HAVE_GETTIMEOFDAY_01 = @HAVE_GETTIMEOFDAY_01@
244HAVE_HOST_CPU_FAMILY_power = @HAVE_HOST_CPU_FAMILY_power@
245HAVE_HOST_CPU_FAMILY_powerpc = @HAVE_HOST_CPU_FAMILY_powerpc@
246HAVE_SIGACTION_01 = @HAVE_SIGACTION_01@
247HAVE_SIGALTSTACK_01 = @HAVE_SIGALTSTACK_01@
248HAVE_SIGSTACK_01 = @HAVE_SIGSTACK_01@
249HAVE_STACK_T_01 = @HAVE_STACK_T_01@
250HAVE_SYS_RESOURCE_H_01 = @HAVE_SYS_RESOURCE_H_01@
251INSTALL = @INSTALL@
252INSTALL_DATA = @INSTALL_DATA@
253INSTALL_PROGRAM = @INSTALL_PROGRAM@
254INSTALL_SCRIPT = @INSTALL_SCRIPT@
255INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
256LD = @LD@
257LDFLAGS = @LDFLAGS@
258LEX = @LEX@
259LEXLIB = @LEXLIB@
260LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
261LIBCURSES = @LIBCURSES@
262LIBGMPXX_LDFLAGS = @LIBGMPXX_LDFLAGS@
263LIBGMP_DLL = @LIBGMP_DLL@
264LIBGMP_LDFLAGS = @LIBGMP_LDFLAGS@
265LIBM = @LIBM@
266LIBM_FOR_BUILD = @LIBM_FOR_BUILD@
267LIBOBJS = @LIBOBJS@
268LIBREADLINE = @LIBREADLINE@
269LIBS = @LIBS@
270LIBTOOL = @LIBTOOL@
271LIPO = @LIPO@
272LN_S = @LN_S@
273LTLIBOBJS = @LTLIBOBJS@
274LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
275M4 = @M4@
276MAINT = @MAINT@
277MAKEINFO = @MAKEINFO@
278MANIFEST_TOOL = @MANIFEST_TOOL@
279MKDIR_P = @MKDIR_P@
280NM = @NM@
281NMEDIT = @NMEDIT@
282OBJDUMP = @OBJDUMP@
283OBJEXT = @OBJEXT@
284OTOOL = @OTOOL@
285OTOOL64 = @OTOOL64@
286PACKAGE = @PACKAGE@
287PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
288PACKAGE_NAME = @PACKAGE_NAME@
289PACKAGE_STRING = @PACKAGE_STRING@
290PACKAGE_TARNAME = @PACKAGE_TARNAME@
291PACKAGE_URL = @PACKAGE_URL@
292PACKAGE_VERSION = @PACKAGE_VERSION@
293PATH_SEPARATOR = @PATH_SEPARATOR@
294RANLIB = @RANLIB@
295SED = @SED@
296SET_MAKE = @SET_MAKE@
297SHELL = @SHELL@
298SPEED_CYCLECOUNTER_OBJ = @SPEED_CYCLECOUNTER_OBJ@
299STRIP = @STRIP@
300TAL_OBJECT = @TAL_OBJECT@
301TUNE_LIBS = @TUNE_LIBS@
302TUNE_SQR_OBJ = @TUNE_SQR_OBJ@
303U_FOR_BUILD = @U_FOR_BUILD@
304VERSION = @VERSION@
305WITH_READLINE_01 = @WITH_READLINE_01@
306YACC = @YACC@
307YFLAGS = @YFLAGS@
308abs_builddir = @abs_builddir@
309abs_srcdir = @abs_srcdir@
310abs_top_builddir = @abs_top_builddir@
311abs_top_srcdir = @abs_top_srcdir@
312ac_ct_AR = @ac_ct_AR@
313ac_ct_CC = @ac_ct_CC@
314ac_ct_CXX = @ac_ct_CXX@
315ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
316am__leading_dot = @am__leading_dot@
317am__tar = @am__tar@
318am__untar = @am__untar@
319bindir = @bindir@
320build = @build@
321build_alias = @build_alias@
322build_cpu = @build_cpu@
323build_os = @build_os@
324build_vendor = @build_vendor@
325builddir = @builddir@
326datadir = @datadir@
327datarootdir = @datarootdir@
328docdir = @docdir@
329dvidir = @dvidir@
330exec_prefix = @exec_prefix@
331gmp_srclinks = @gmp_srclinks@
332host = @host@
333host_alias = @host_alias@
334host_cpu = @host_cpu@
335host_os = @host_os@
336host_vendor = @host_vendor@
337htmldir = @htmldir@
338includedir = @includedir@
339infodir = @infodir@
340install_sh = @install_sh@
341libdir = @libdir@
342libexecdir = @libexecdir@
343localedir = @localedir@
344localstatedir = @localstatedir@
345mandir = @mandir@
346mkdir_p = @mkdir_p@
347mpn_objects = @mpn_objects@
348mpn_objs_in_libgmp = @mpn_objs_in_libgmp@
349oldincludedir = @oldincludedir@
350pdfdir = @pdfdir@
351prefix = @prefix@
352program_transform_name = @program_transform_name@
353psdir = @psdir@
354sbindir = @sbindir@
355sharedstatedir = @sharedstatedir@
356srcdir = @srcdir@
357sysconfdir = @sysconfdir@
358target_alias = @target_alias@
359top_build_prefix = @top_build_prefix@
360top_builddir = @top_builddir@
361top_srcdir = @top_srcdir@
362AM_CPPFLAGS = -D__GMP_WITHIN_GMP -I$(top_srcdir)
363noinst_LTLIBRARIES = librandom.la
364librandom_la_SOURCES = randmt.h						\
365  rand.c randclr.c randdef.c randiset.c randlc2s.c randlc2x.c randmt.c	\
366  randmts.c rands.c randsd.c randsdui.c randbui.c randmui.c
367
368all: all-am
369
370.SUFFIXES:
371.SUFFIXES: .c .lo .o .obj
372$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
373	@for dep in $?; do \
374	  case '$(am__configure_deps)' in \
375	    *$$dep*) \
376	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
377	        && { if test -f $@; then exit 0; else break; fi; }; \
378	      exit 1;; \
379	  esac; \
380	done; \
381	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu --ignore-deps rand/Makefile'; \
382	$(am__cd) $(top_srcdir) && \
383	  $(AUTOMAKE) --gnu --ignore-deps rand/Makefile
384Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
385	@case '$?' in \
386	  *config.status*) \
387	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
388	  *) \
389	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
390	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
391	esac;
392
393$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
394	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
395
396$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
397	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
398$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
399	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
400$(am__aclocal_m4_deps):
401
402clean-noinstLTLIBRARIES:
403	-test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
404	@list='$(noinst_LTLIBRARIES)'; \
405	locs=`for p in $$list; do echo $$p; done | \
406	      sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
407	      sort -u`; \
408	test -z "$$locs" || { \
409	  echo rm -f $${locs}; \
410	  rm -f $${locs}; \
411	}
412
413librandom.la: $(librandom_la_OBJECTS) $(librandom_la_DEPENDENCIES) $(EXTRA_librandom_la_DEPENDENCIES)
414	$(AM_V_CCLD)$(LINK)  $(librandom_la_OBJECTS) $(librandom_la_LIBADD) $(LIBS)
415
416mostlyclean-compile:
417	-rm -f *.$(OBJEXT)
418
419distclean-compile:
420	-rm -f *.tab.c
421
422.c.o:
423	$(AM_V_CC)$(COMPILE) -c -o $@ $<
424
425.c.obj:
426	$(AM_V_CC)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
427
428.c.lo:
429	$(AM_V_CC)$(LTCOMPILE) -c -o $@ $<
430
431mostlyclean-libtool:
432	-rm -f *.lo
433
434clean-libtool:
435	-rm -rf .libs _libs
436
437ID: $(am__tagged_files)
438	$(am__define_uniq_tagged_files); mkid -fID $$unique
439tags: tags-am
440TAGS: tags
441
442tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
443	set x; \
444	here=`pwd`; \
445	$(am__define_uniq_tagged_files); \
446	shift; \
447	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
448	  test -n "$$unique" || unique=$$empty_fix; \
449	  if test $$# -gt 0; then \
450	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
451	      "$$@" $$unique; \
452	  else \
453	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
454	      $$unique; \
455	  fi; \
456	fi
457ctags: ctags-am
458
459CTAGS: ctags
460ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
461	$(am__define_uniq_tagged_files); \
462	test -z "$(CTAGS_ARGS)$$unique" \
463	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
464	     $$unique
465
466GTAGS:
467	here=`$(am__cd) $(top_builddir) && pwd` \
468	  && $(am__cd) $(top_srcdir) \
469	  && gtags -i $(GTAGS_ARGS) "$$here"
470cscopelist: cscopelist-am
471
472cscopelist-am: $(am__tagged_files)
473	list='$(am__tagged_files)'; \
474	case "$(srcdir)" in \
475	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
476	  *) sdir=$(subdir)/$(srcdir) ;; \
477	esac; \
478	for i in $$list; do \
479	  if test -f "$$i"; then \
480	    echo "$(subdir)/$$i"; \
481	  else \
482	    echo "$$sdir/$$i"; \
483	  fi; \
484	done >> $(top_builddir)/cscope.files
485
486distclean-tags:
487	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
488
489distdir: $(DISTFILES)
490	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
491	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
492	list='$(DISTFILES)'; \
493	  dist_files=`for file in $$list; do echo $$file; done | \
494	  sed -e "s|^$$srcdirstrip/||;t" \
495	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
496	case $$dist_files in \
497	  */*) $(MKDIR_P) `echo "$$dist_files" | \
498			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
499			   sort -u` ;; \
500	esac; \
501	for file in $$dist_files; do \
502	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
503	  if test -d $$d/$$file; then \
504	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
505	    if test -d "$(distdir)/$$file"; then \
506	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
507	    fi; \
508	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
509	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
510	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
511	    fi; \
512	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
513	  else \
514	    test -f "$(distdir)/$$file" \
515	    || cp -p $$d/$$file "$(distdir)/$$file" \
516	    || exit 1; \
517	  fi; \
518	done
519check-am: all-am
520check: check-am
521all-am: Makefile $(LTLIBRARIES)
522installdirs:
523install: install-am
524install-exec: install-exec-am
525install-data: install-data-am
526uninstall: uninstall-am
527
528install-am: all-am
529	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
530
531installcheck: installcheck-am
532install-strip:
533	if test -z '$(STRIP)'; then \
534	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
535	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
536	      install; \
537	else \
538	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
539	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
540	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
541	fi
542mostlyclean-generic:
543
544clean-generic:
545
546distclean-generic:
547	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
548	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
549
550maintainer-clean-generic:
551	@echo "This command is intended for maintainers to use"
552	@echo "it deletes files that may require special tools to rebuild."
553clean: clean-am
554
555clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
556	mostlyclean-am
557
558distclean: distclean-am
559	-rm -f Makefile
560distclean-am: clean-am distclean-compile distclean-generic \
561	distclean-tags
562
563dvi: dvi-am
564
565dvi-am:
566
567html: html-am
568
569html-am:
570
571info: info-am
572
573info-am:
574
575install-data-am:
576
577install-dvi: install-dvi-am
578
579install-dvi-am:
580
581install-exec-am:
582
583install-html: install-html-am
584
585install-html-am:
586
587install-info: install-info-am
588
589install-info-am:
590
591install-man:
592
593install-pdf: install-pdf-am
594
595install-pdf-am:
596
597install-ps: install-ps-am
598
599install-ps-am:
600
601installcheck-am:
602
603maintainer-clean: maintainer-clean-am
604	-rm -f Makefile
605maintainer-clean-am: distclean-am maintainer-clean-generic
606
607mostlyclean: mostlyclean-am
608
609mostlyclean-am: mostlyclean-compile mostlyclean-generic \
610	mostlyclean-libtool
611
612pdf: pdf-am
613
614pdf-am:
615
616ps: ps-am
617
618ps-am:
619
620uninstall-am:
621
622.MAKE: install-am install-strip
623
624.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
625	clean-libtool clean-noinstLTLIBRARIES cscopelist-am ctags \
626	ctags-am distclean distclean-compile distclean-generic \
627	distclean-libtool distclean-tags distdir dvi dvi-am html \
628	html-am info info-am install install-am install-data \
629	install-data-am install-dvi install-dvi-am install-exec \
630	install-exec-am install-html install-html-am install-info \
631	install-info-am install-man install-pdf install-pdf-am \
632	install-ps install-ps-am install-strip installcheck \
633	installcheck-am installdirs maintainer-clean \
634	maintainer-clean-generic mostlyclean mostlyclean-compile \
635	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
636	tags tags-am uninstall uninstall-am
637
638.PRECIOUS: Makefile
639
640
641# Tell versions [3.59,3.63) of GNU make to not export all variables.
642# Otherwise a system limit (for SysV at least) may be exceeded.
643.NOEXPORT:
644