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# Makefile for cipher modules
19# Copyright (C) 2008 Free Software Foundation, Inc.
20#
21# This file is part of Libgcrypt.
22#
23# Libgcrypt is free software; you can redistribute it and/or modify
24# it under the terms of the GNU Lesser General Public License as
25# published by the Free Software Foundation; either version 2.1 of
26# the License, or (at your option) any later version.
27#
28# Libgcrypt is distributed in the hope that it will be useful,
29# but WITHOUT ANY WARRANTY; without even the implied warranty of
30# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
31# GNU Lesser General Public License for more details.
32#
33# You should have received a copy of the GNU Lesser General Public
34# License along with this program; if not, see <http://www.gnu.org/licenses/>.
35
36# Process this file with automake to produce Makefile.in
37
38VPATH = @srcdir@
39pkgdatadir = $(datadir)/@PACKAGE@
40pkgincludedir = $(includedir)/@PACKAGE@
41pkglibdir = $(libdir)/@PACKAGE@
42pkglibexecdir = $(libexecdir)/@PACKAGE@
43am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
44install_sh_DATA = $(install_sh) -c -m 644
45install_sh_PROGRAM = $(install_sh) -c
46install_sh_SCRIPT = $(install_sh) -c
47INSTALL_HEADER = $(INSTALL_DATA)
48transform = $(program_transform_name)
49NORMAL_INSTALL = :
50PRE_INSTALL = :
51POST_INSTALL = :
52NORMAL_UNINSTALL = :
53PRE_UNINSTALL = :
54POST_UNINSTALL = :
55build_triplet = @build@
56host_triplet = @host@
57@USE_RANDOM_DAEMON_TRUE@am__append_1 = random-daemon.c
58subdir = random
59DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in ChangeLog
60ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
61am__aclocal_m4_deps = $(top_srcdir)/m4/gpg-error.m4 \
62	$(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
63	$(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
64	$(top_srcdir)/m4/lt~obsolete.m4 \
65	$(top_srcdir)/m4/noexecstack.m4 $(top_srcdir)/m4/onceonly.m4 \
66	$(top_srcdir)/m4/socklen.m4 $(top_srcdir)/m4/sys_socket_h.m4 \
67	$(top_srcdir)/acinclude.m4 $(top_srcdir)/configure.ac
68am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
69	$(ACLOCAL_M4)
70mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
71CONFIG_HEADER = $(top_builddir)/config.h
72CONFIG_CLEAN_FILES =
73CONFIG_CLEAN_VPATH_FILES =
74LTLIBRARIES = $(noinst_LTLIBRARIES)
75am__DEPENDENCIES_1 =
76am__librandom_la_SOURCES_DIST = random.c random.h rand-internal.h \
77	random-csprng.c random-fips.c rndhw.c random-daemon.c
78@USE_RANDOM_DAEMON_TRUE@am__objects_1 = random-daemon.lo
79am_librandom_la_OBJECTS = random.lo random-csprng.lo random-fips.lo \
80	rndhw.lo $(am__objects_1)
81librandom_la_OBJECTS = $(am_librandom_la_OBJECTS)
82DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
83depcomp = $(SHELL) $(top_srcdir)/depcomp
84am__depfiles_maybe = depfiles
85am__mv = mv -f
86COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
87	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
88LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
89	--mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
90	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
91CCLD = $(CC)
92LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
93	--mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
94	$(LDFLAGS) -o $@
95SOURCES = $(librandom_la_SOURCES) $(EXTRA_librandom_la_SOURCES)
96DIST_SOURCES = $(am__librandom_la_SOURCES_DIST) \
97	$(EXTRA_librandom_la_SOURCES)
98ETAGS = etags
99CTAGS = ctags
100DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
101ACLOCAL = @ACLOCAL@
102AMTAR = @AMTAR@
103AR = @AR@
104AS = @AS@
105AUTOCONF = @AUTOCONF@
106AUTOHEADER = @AUTOHEADER@
107AUTOMAKE = @AUTOMAKE@
108AWK = @AWK@
109BUILD_FILEVERSION = @BUILD_FILEVERSION@
110BUILD_REVISION = @BUILD_REVISION@
111BUILD_TIMESTAMP = @BUILD_TIMESTAMP@
112CC = @CC@
113CCAS = @CCAS@
114CCASDEPMODE = @CCASDEPMODE@
115CCASFLAGS = @CCASFLAGS@
116CCDEPMODE = @CCDEPMODE@
117CFLAGS = @CFLAGS@
118CPP = @CPP@
119CPPFLAGS = @CPPFLAGS@
120CYGPATH_W = @CYGPATH_W@
121DEFS = @DEFS@
122DEPDIR = @DEPDIR@
123DLLTOOL = @DLLTOOL@
124DL_LIBS = @DL_LIBS@
125DSYMUTIL = @DSYMUTIL@
126DUMPBIN = @DUMPBIN@
127ECHO_C = @ECHO_C@
128ECHO_N = @ECHO_N@
129ECHO_T = @ECHO_T@
130EGREP = @EGREP@
131EXEEXT = @EXEEXT@
132FALLBACK_SOCKLEN_T = @FALLBACK_SOCKLEN_T@
133FGREP = @FGREP@
134GCRYPT_CIPHERS = @GCRYPT_CIPHERS@
135GCRYPT_DIGESTS = @GCRYPT_DIGESTS@
136GCRYPT_PUBKEY_CIPHERS = @GCRYPT_PUBKEY_CIPHERS@
137GCRYPT_RANDOM = @GCRYPT_RANDOM@
138GPG_ERROR_CFLAGS = @GPG_ERROR_CFLAGS@
139GPG_ERROR_CONFIG = @GPG_ERROR_CONFIG@
140GPG_ERROR_LIBS = @GPG_ERROR_LIBS@
141GREP = @GREP@
142INSERT_SYS_SELECT_H = @INSERT_SYS_SELECT_H@
143INSTALL = @INSTALL@
144INSTALL_DATA = @INSTALL_DATA@
145INSTALL_PROGRAM = @INSTALL_PROGRAM@
146INSTALL_SCRIPT = @INSTALL_SCRIPT@
147INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
148LD = @LD@
149LDFLAGS = @LDFLAGS@
150LIBGCRYPT_CIPHERS = @LIBGCRYPT_CIPHERS@
151LIBGCRYPT_CONFIG_API_VERSION = @LIBGCRYPT_CONFIG_API_VERSION@
152LIBGCRYPT_CONFIG_CFLAGS = @LIBGCRYPT_CONFIG_CFLAGS@
153LIBGCRYPT_CONFIG_HOST = @LIBGCRYPT_CONFIG_HOST@
154LIBGCRYPT_CONFIG_LIBS = @LIBGCRYPT_CONFIG_LIBS@
155LIBGCRYPT_DIGESTS = @LIBGCRYPT_DIGESTS@
156LIBGCRYPT_LT_AGE = @LIBGCRYPT_LT_AGE@
157LIBGCRYPT_LT_CURRENT = @LIBGCRYPT_LT_CURRENT@
158LIBGCRYPT_LT_REVISION = @LIBGCRYPT_LT_REVISION@
159LIBGCRYPT_PUBKEY_CIPHERS = @LIBGCRYPT_PUBKEY_CIPHERS@
160LIBGCRYPT_THREAD_MODULES = @LIBGCRYPT_THREAD_MODULES@
161LIBOBJS = @LIBOBJS@
162LIBS = @LIBS@
163LIBTOOL = @LIBTOOL@
164LIPO = @LIPO@
165LN_S = @LN_S@
166LTLIBOBJS = @LTLIBOBJS@
167MAINT = @MAINT@
168MAKEINFO = @MAKEINFO@
169MKDIR_P = @MKDIR_P@
170MPI_SFLAGS = @MPI_SFLAGS@
171NM = @NM@
172NMEDIT = @NMEDIT@
173NOEXECSTACK_FLAGS = @NOEXECSTACK_FLAGS@
174OBJDUMP = @OBJDUMP@
175OBJEXT = @OBJEXT@
176OTOOL = @OTOOL@
177OTOOL64 = @OTOOL64@
178PACKAGE = @PACKAGE@
179PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
180PACKAGE_NAME = @PACKAGE_NAME@
181PACKAGE_STRING = @PACKAGE_STRING@
182PACKAGE_TARNAME = @PACKAGE_TARNAME@
183PACKAGE_URL = @PACKAGE_URL@
184PACKAGE_VERSION = @PACKAGE_VERSION@
185PATH_SEPARATOR = @PATH_SEPARATOR@
186PTH_CFLAGS = @PTH_CFLAGS@
187PTH_CONFIG = @PTH_CONFIG@
188PTH_LIBS = @PTH_LIBS@
189RANLIB = @RANLIB@
190RC = @RC@
191SED = @SED@
192SET_MAKE = @SET_MAKE@
193SHELL = @SHELL@
194STRIP = @STRIP@
195SYS_SOCKET_H = @SYS_SOCKET_H@
196VERSION = @VERSION@
197abs_builddir = @abs_builddir@
198abs_srcdir = @abs_srcdir@
199abs_top_builddir = @abs_top_builddir@
200abs_top_srcdir = @abs_top_srcdir@
201ac_ct_CC = @ac_ct_CC@
202ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
203am__include = @am__include@
204am__leading_dot = @am__leading_dot@
205am__quote = @am__quote@
206am__tar = @am__tar@
207am__untar = @am__untar@
208bindir = @bindir@
209build = @build@
210build_alias = @build_alias@
211build_cpu = @build_cpu@
212build_os = @build_os@
213build_vendor = @build_vendor@
214builddir = @builddir@
215datadir = @datadir@
216datarootdir = @datarootdir@
217docdir = @docdir@
218dvidir = @dvidir@
219emacs_local_vars_begin = @emacs_local_vars_begin@
220emacs_local_vars_end = @emacs_local_vars_end@
221emacs_local_vars_read_only = @emacs_local_vars_read_only@
222exec_prefix = @exec_prefix@
223host = @host@
224host_alias = @host_alias@
225host_cpu = @host_cpu@
226host_os = @host_os@
227host_vendor = @host_vendor@
228htmldir = @htmldir@
229includedir = @includedir@
230infodir = @infodir@
231install_sh = @install_sh@
232libdir = @libdir@
233libexecdir = @libexecdir@
234localedir = @localedir@
235localstatedir = @localstatedir@
236lt_ECHO = @lt_ECHO@
237mandir = @mandir@
238mkdir_p = @mkdir_p@
239oldincludedir = @oldincludedir@
240pdfdir = @pdfdir@
241prefix = @prefix@
242program_transform_name = @program_transform_name@
243psdir = @psdir@
244sbindir = @sbindir@
245sharedstatedir = @sharedstatedir@
246srcdir = @srcdir@
247sysconfdir = @sysconfdir@
248target_alias = @target_alias@
249top_build_prefix = @top_build_prefix@
250top_builddir = @top_builddir@
251top_srcdir = @top_srcdir@
252
253# Need to include ../src in addition to top_srcdir because gcrypt.h is
254# a built header.
255AM_CPPFLAGS = -I../src -I$(top_srcdir)/src
256AM_CFLAGS = $(GPG_ERROR_CFLAGS)
257noinst_LTLIBRARIES = librandom.la
258GCRYPT_MODULES = @GCRYPT_RANDOM@
259librandom_la_DEPENDENCIES = $(GCRYPT_MODULES)
260librandom_la_LIBADD = $(GCRYPT_MODULES)
261librandom_la_SOURCES = random.c random.h rand-internal.h \
262	random-csprng.c random-fips.c rndhw.c $(am__append_1)
263EXTRA_librandom_la_SOURCES = \
264rndlinux.c \
265rndegd.c \
266rndunix.c \
267rndw32.c  \
268rndw32ce.c
269
270all: all-am
271
272.SUFFIXES:
273.SUFFIXES: .c .lo .o .obj
274$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
275	@for dep in $?; do \
276	  case '$(am__configure_deps)' in \
277	    *$$dep*) \
278	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
279	        && { if test -f $@; then exit 0; else break; fi; }; \
280	      exit 1;; \
281	  esac; \
282	done; \
283	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu random/Makefile'; \
284	$(am__cd) $(top_srcdir) && \
285	  $(AUTOMAKE) --gnu random/Makefile
286.PRECIOUS: Makefile
287Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
288	@case '$?' in \
289	  *config.status*) \
290	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
291	  *) \
292	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
293	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
294	esac;
295
296$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
297	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
298
299$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
300	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
301$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
302	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
303$(am__aclocal_m4_deps):
304
305clean-noinstLTLIBRARIES:
306	-test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
307	@list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
308	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
309	  test "$$dir" != "$$p" || dir=.; \
310	  echo "rm -f \"$${dir}/so_locations\""; \
311	  rm -f "$${dir}/so_locations"; \
312	done
313librandom.la: $(librandom_la_OBJECTS) $(librandom_la_DEPENDENCIES) 
314	$(LINK)  $(librandom_la_OBJECTS) $(librandom_la_LIBADD) $(LIBS)
315
316mostlyclean-compile:
317	-rm -f *.$(OBJEXT)
318
319distclean-compile:
320	-rm -f *.tab.c
321
322@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/random-csprng.Plo@am__quote@
323@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/random-daemon.Plo@am__quote@
324@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/random-fips.Plo@am__quote@
325@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/random.Plo@am__quote@
326@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rndegd.Plo@am__quote@
327@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rndhw.Plo@am__quote@
328@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rndlinux.Plo@am__quote@
329@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rndunix.Plo@am__quote@
330@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rndw32.Plo@am__quote@
331@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rndw32ce.Plo@am__quote@
332
333.c.o:
334@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
335@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
336@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
337@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
338@am__fastdepCC_FALSE@	$(COMPILE) -c $<
339
340.c.obj:
341@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
342@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
343@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
344@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
345@am__fastdepCC_FALSE@	$(COMPILE) -c `$(CYGPATH_W) '$<'`
346
347.c.lo:
348@am__fastdepCC_TRUE@	$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
349@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
350@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
351@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
352@am__fastdepCC_FALSE@	$(LTCOMPILE) -c -o $@ $<
353
354mostlyclean-libtool:
355	-rm -f *.lo
356
357clean-libtool:
358	-rm -rf .libs _libs
359
360ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
361	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
362	unique=`for i in $$list; do \
363	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
364	  done | \
365	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
366	      END { if (nonempty) { for (i in files) print i; }; }'`; \
367	mkid -fID $$unique
368tags: TAGS
369
370TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
371		$(TAGS_FILES) $(LISP)
372	set x; \
373	here=`pwd`; \
374	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
375	unique=`for i in $$list; do \
376	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
377	  done | \
378	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
379	      END { if (nonempty) { for (i in files) print i; }; }'`; \
380	shift; \
381	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
382	  test -n "$$unique" || unique=$$empty_fix; \
383	  if test $$# -gt 0; then \
384	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
385	      "$$@" $$unique; \
386	  else \
387	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
388	      $$unique; \
389	  fi; \
390	fi
391ctags: CTAGS
392CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
393		$(TAGS_FILES) $(LISP)
394	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
395	unique=`for i in $$list; do \
396	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
397	  done | \
398	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
399	      END { if (nonempty) { for (i in files) print i; }; }'`; \
400	test -z "$(CTAGS_ARGS)$$unique" \
401	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
402	     $$unique
403
404GTAGS:
405	here=`$(am__cd) $(top_builddir) && pwd` \
406	  && $(am__cd) $(top_srcdir) \
407	  && gtags -i $(GTAGS_ARGS) "$$here"
408
409distclean-tags:
410	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
411
412distdir: $(DISTFILES)
413	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
414	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
415	list='$(DISTFILES)'; \
416	  dist_files=`for file in $$list; do echo $$file; done | \
417	  sed -e "s|^$$srcdirstrip/||;t" \
418	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
419	case $$dist_files in \
420	  */*) $(MKDIR_P) `echo "$$dist_files" | \
421			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
422			   sort -u` ;; \
423	esac; \
424	for file in $$dist_files; do \
425	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
426	  if test -d $$d/$$file; then \
427	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
428	    if test -d "$(distdir)/$$file"; then \
429	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
430	    fi; \
431	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
432	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
433	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
434	    fi; \
435	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
436	  else \
437	    test -f "$(distdir)/$$file" \
438	    || cp -p $$d/$$file "$(distdir)/$$file" \
439	    || exit 1; \
440	  fi; \
441	done
442check-am: all-am
443check: check-am
444all-am: Makefile $(LTLIBRARIES)
445installdirs:
446install: install-am
447install-exec: install-exec-am
448install-data: install-data-am
449uninstall: uninstall-am
450
451install-am: all-am
452	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
453
454installcheck: installcheck-am
455install-strip:
456	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
457	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
458	  `test -z '$(STRIP)' || \
459	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
460mostlyclean-generic:
461
462clean-generic:
463
464distclean-generic:
465	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
466	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
467
468maintainer-clean-generic:
469	@echo "This command is intended for maintainers to use"
470	@echo "it deletes files that may require special tools to rebuild."
471clean: clean-am
472
473clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
474	mostlyclean-am
475
476distclean: distclean-am
477	-rm -rf ./$(DEPDIR)
478	-rm -f Makefile
479distclean-am: clean-am distclean-compile distclean-generic \
480	distclean-tags
481
482dvi: dvi-am
483
484dvi-am:
485
486html: html-am
487
488html-am:
489
490info: info-am
491
492info-am:
493
494install-data-am:
495
496install-dvi: install-dvi-am
497
498install-dvi-am:
499
500install-exec-am:
501
502install-html: install-html-am
503
504install-html-am:
505
506install-info: install-info-am
507
508install-info-am:
509
510install-man:
511
512install-pdf: install-pdf-am
513
514install-pdf-am:
515
516install-ps: install-ps-am
517
518install-ps-am:
519
520installcheck-am:
521
522maintainer-clean: maintainer-clean-am
523	-rm -rf ./$(DEPDIR)
524	-rm -f Makefile
525maintainer-clean-am: distclean-am maintainer-clean-generic
526
527mostlyclean: mostlyclean-am
528
529mostlyclean-am: mostlyclean-compile mostlyclean-generic \
530	mostlyclean-libtool
531
532pdf: pdf-am
533
534pdf-am:
535
536ps: ps-am
537
538ps-am:
539
540uninstall-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 clean-noinstLTLIBRARIES ctags distclean \
546	distclean-compile distclean-generic distclean-libtool \
547	distclean-tags distdir dvi dvi-am html html-am info info-am \
548	install install-am install-data install-data-am install-dvi \
549	install-dvi-am install-exec install-exec-am install-html \
550	install-html-am install-info install-info-am install-man \
551	install-pdf install-pdf-am install-ps install-ps-am \
552	install-strip installcheck installcheck-am installdirs \
553	maintainer-clean maintainer-clean-generic mostlyclean \
554	mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
555	pdf pdf-am ps ps-am tags uninstall uninstall-am
556
557
558# Tell versions [3.59,3.63) of GNU make to not export all variables.
559# Otherwise a system limit (for SysV at least) may be exceeded.
560.NOEXPORT:
561