1# Makefile.in generated by automake 1.11.5 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# Makefile.am for libatalk/adouble/
19
20VPATH = @srcdir@
21am__make_dryrun = \
22  { \
23    am__dry=no; \
24    case $$MAKEFLAGS in \
25      *\\[\ \	]*) \
26        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
27          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
28      *) \
29        for am__flg in $$MAKEFLAGS; do \
30          case $$am__flg in \
31            *=*|--*) ;; \
32            *n*) am__dry=yes; break;; \
33          esac; \
34        done;; \
35    esac; \
36    test $$am__dry = yes; \
37  }
38pkgdatadir = $(datadir)/@PACKAGE@
39pkgincludedir = $(includedir)/@PACKAGE@
40pkglibdir = $(libdir)/@PACKAGE@
41pkglibexecdir = $(libexecdir)/@PACKAGE@
42am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
43install_sh_DATA = $(install_sh) -c -m 644
44install_sh_PROGRAM = $(install_sh) -c
45install_sh_SCRIPT = $(install_sh) -c
46INSTALL_HEADER = $(INSTALL_DATA)
47transform = $(program_transform_name)
48NORMAL_INSTALL = :
49PRE_INSTALL = :
50POST_INSTALL = :
51NORMAL_UNINSTALL = :
52PRE_UNINSTALL = :
53POST_UNINSTALL = :
54build_triplet = @build@
55host_triplet = @host@
56target_triplet = @target@
57subdir = libatalk/bstring
58DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
59ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
60am__aclocal_m4_deps = $(top_srcdir)/macros/afs-check.m4 \
61	$(top_srcdir)/macros/cnid-backend.m4 \
62	$(top_srcdir)/macros/config-checks.m4 \
63	$(top_srcdir)/macros/cups.m4 $(top_srcdir)/macros/db3-check.m4 \
64	$(top_srcdir)/macros/grep-check.m4 \
65	$(top_srcdir)/macros/gssapi-check.m4 \
66	$(top_srcdir)/macros/iconv.m4 \
67	$(top_srcdir)/macros/largefile-check.m4 \
68	$(top_srcdir)/macros/libgcrypt.m4 \
69	$(top_srcdir)/macros/libtool.m4 \
70	$(top_srcdir)/macros/ltoptions.m4 \
71	$(top_srcdir)/macros/ltsugar.m4 \
72	$(top_srcdir)/macros/ltversion.m4 \
73	$(top_srcdir)/macros/lt~obsolete.m4 \
74	$(top_srcdir)/macros/pam-check.m4 \
75	$(top_srcdir)/macros/perl-check.m4 \
76	$(top_srcdir)/macros/ps-check.m4 \
77	$(top_srcdir)/macros/quota-check.m4 \
78	$(top_srcdir)/macros/snprintf-check.m4 \
79	$(top_srcdir)/macros/srvloc.m4 \
80	$(top_srcdir)/macros/ssl-check.m4 \
81	$(top_srcdir)/macros/summary.m4 \
82	$(top_srcdir)/macros/tcp-wrappers.m4 \
83	$(top_srcdir)/macros/util.m4 $(top_srcdir)/macros/webmin.m4 \
84	$(top_srcdir)/macros/zeroconf.m4 $(top_srcdir)/configure.ac
85am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
86	$(ACLOCAL_M4)
87mkinstalldirs = $(install_sh) -d
88CONFIG_HEADER = $(top_builddir)/config.h
89CONFIG_CLEAN_FILES =
90CONFIG_CLEAN_VPATH_FILES =
91LTLIBRARIES = $(noinst_LTLIBRARIES)
92libbstring_la_LIBADD =
93am_libbstring_la_OBJECTS = bstrlib.lo bstradd.lo
94libbstring_la_OBJECTS = $(am_libbstring_la_OBJECTS)
95DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
96depcomp = $(SHELL) $(top_srcdir)/depcomp
97am__depfiles_maybe = depfiles
98am__mv = mv -f
99COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
100	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
101LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
102	--mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
103	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
104CCLD = $(CC)
105LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
106	--mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
107	$(LDFLAGS) -o $@
108SOURCES = $(libbstring_la_SOURCES)
109DIST_SOURCES = $(libbstring_la_SOURCES)
110am__can_run_installinfo = \
111  case $$AM_UPDATE_INFO_DIR in \
112    n|no|NO) false;; \
113    *) (install-info --version) >/dev/null 2>&1;; \
114  esac
115ETAGS = etags
116CTAGS = ctags
117DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
118ACLOCAL = @ACLOCAL@
119ACL_LIBS = @ACL_LIBS@
120AFS_CFLAGS = @AFS_CFLAGS@
121AFS_LIBS = @AFS_LIBS@
122AMTAR = @AMTAR@
123AR = @AR@
124AUTOCONF = @AUTOCONF@
125AUTOHEADER = @AUTOHEADER@
126AUTOMAKE = @AUTOMAKE@
127AVAHI_CFLAGS = @AVAHI_CFLAGS@
128AVAHI_LIBS = @AVAHI_LIBS@
129AVAHI_TPOLL_CFLAGS = @AVAHI_TPOLL_CFLAGS@
130AVAHI_TPOLL_LIBS = @AVAHI_TPOLL_LIBS@
131AWK = @AWK@
132BDB_BIN = @BDB_BIN@
133BDB_CFLAGS = @BDB_CFLAGS@
134BDB_LIBS = @BDB_LIBS@
135BDB_PATH = @BDB_PATH@
136CC = @CC@
137CCDEPMODE = @CCDEPMODE@
138CFLAGS = @CFLAGS@
139COMPILE_64BIT_KMODULE = @COMPILE_64BIT_KMODULE@
140COMPILE_KERNEL_GCC = @COMPILE_KERNEL_GCC@
141CPP = @CPP@
142CPPFLAGS = @CPPFLAGS@
143CRYPT_LIBS = @CRYPT_LIBS@
144CUPS_CFLAGS = @CUPS_CFLAGS@
145CUPS_CONFIG = @CUPS_CONFIG@
146CUPS_LDFLAGS = @CUPS_LDFLAGS@
147CUPS_LIBS = @CUPS_LIBS@
148CYGPATH_W = @CYGPATH_W@
149DEFAULT_CNID_SCHEME = @DEFAULT_CNID_SCHEME@
150DEFS = @DEFS@
151DEPDIR = @DEPDIR@
152DLLTOOL = @DLLTOOL@
153DSYMUTIL = @DSYMUTIL@
154DUMPBIN = @DUMPBIN@
155ECHO_C = @ECHO_C@
156ECHO_N = @ECHO_N@
157ECHO_T = @ECHO_T@
158EGREP = @EGREP@
159EXEEXT = @EXEEXT@
160FGREP = @FGREP@
161GREP = @GREP@
162GSSAPI_CFLAGS = @GSSAPI_CFLAGS@
163GSSAPI_LDFLAGS = @GSSAPI_LDFLAGS@
164GSSAPI_LIBS = @GSSAPI_LIBS@
165ICONV_CFLAGS = @ICONV_CFLAGS@
166ICONV_LIBS = @ICONV_LIBS@
167INSTALL = @INSTALL@
168INSTALL_DATA = @INSTALL_DATA@
169INSTALL_PROGRAM = @INSTALL_PROGRAM@
170INSTALL_SCRIPT = @INSTALL_SCRIPT@
171INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
172KCFLAGS = @KCFLAGS@
173KLDFLAGS = @KLDFLAGS@
174KRB5_CONFIG = @KRB5_CONFIG@
175LD = @LD@
176LDFLAGS = @LDFLAGS@
177LIBADD_DL = @LIBADD_DL@
178LIBADD_DLD_LINK = @LIBADD_DLD_LINK@
179LIBADD_DLOPEN = @LIBADD_DLOPEN@
180LIBADD_SHL_LOAD = @LIBADD_SHL_LOAD@
181LIBGCRYPT_CFLAGS = @LIBGCRYPT_CFLAGS@
182LIBGCRYPT_CONFIG = @LIBGCRYPT_CONFIG@
183LIBGCRYPT_LIBS = @LIBGCRYPT_LIBS@
184LIBOBJS = @LIBOBJS@
185LIBS = @LIBS@
186LIBTOOL = @LIBTOOL@
187LIPO = @LIPO@
188LN_S = @LN_S@
189LTLIBOBJS = @LTLIBOBJS@
190LT_DLLOADERS = @LT_DLLOADERS@
191LT_DLPREOPEN = @LT_DLPREOPEN@
192MAINT = @MAINT@
193MAKEINFO = @MAKEINFO@
194MANIFEST_TOOL = @MANIFEST_TOOL@
195MKDIR_P = @MKDIR_P@
196NETATALK_VERSION = @NETATALK_VERSION@
197NM = @NM@
198NMEDIT = @NMEDIT@
199OBJDUMP = @OBJDUMP@
200OBJEXT = @OBJEXT@
201OTOOL = @OTOOL@
202OTOOL64 = @OTOOL64@
203OVERWRITE_CONFIG = @OVERWRITE_CONFIG@
204PACKAGE = @PACKAGE@
205PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
206PACKAGE_NAME = @PACKAGE_NAME@
207PACKAGE_STRING = @PACKAGE_STRING@
208PACKAGE_TARNAME = @PACKAGE_TARNAME@
209PACKAGE_URL = @PACKAGE_URL@
210PACKAGE_VERSION = @PACKAGE_VERSION@
211PAMDIR = @PAMDIR@
212PAM_ACCOUNT = @PAM_ACCOUNT@
213PAM_AUTH = @PAM_AUTH@
214PAM_CFLAGS = @PAM_CFLAGS@
215PAM_DIRECTIVE = @PAM_DIRECTIVE@
216PAM_LIBS = @PAM_LIBS@
217PAM_PASSWORD = @PAM_PASSWORD@
218PAM_SESSION = @PAM_SESSION@
219PATH_SEPARATOR = @PATH_SEPARATOR@
220PERL = @PERL@
221PKGCONFDIR = @PKGCONFDIR@
222PKG_CONFIG = @PKG_CONFIG@
223PS = @PS@
224PTHREAD_LIBS = @PTHREAD_LIBS@
225QUOTA_LIBS = @QUOTA_LIBS@
226RANLIB = @RANLIB@
227SED = @SED@
228SERVERTEXT = @SERVERTEXT@
229SET_MAKE = @SET_MAKE@
230SHELL = @SHELL@
231SLP_CFLAGS = @SLP_CFLAGS@
232SLP_LIBS = @SLP_LIBS@
233SPOOLDIR = @SPOOLDIR@
234SSL_CFLAGS = @SSL_CFLAGS@
235SSL_LIBS = @SSL_LIBS@
236STRIP = @STRIP@
237UAMS_PATH = @UAMS_PATH@
238VERSION = @VERSION@
239WEBMIN_PASS = @WEBMIN_PASS@
240WEBMIN_PATH = @WEBMIN_PATH@
241WEBMIN_PORT = @WEBMIN_PORT@
242WEBMIN_USER = @WEBMIN_USER@
243WEBMIN_VERSION = @WEBMIN_VERSION@
244WRAP_LIBS = @WRAP_LIBS@
245ZEROCONF_CFLAGS = @ZEROCONF_CFLAGS@
246ZEROCONF_LIBS = @ZEROCONF_LIBS@
247abs_builddir = @abs_builddir@
248abs_srcdir = @abs_srcdir@
249abs_top_builddir = @abs_top_builddir@
250abs_top_srcdir = @abs_top_srcdir@
251ac_ct_AR = @ac_ct_AR@
252ac_ct_CC = @ac_ct_CC@
253ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
254am__include = @am__include@
255am__leading_dot = @am__leading_dot@
256am__quote = @am__quote@
257am__tar = @am__tar@
258am__untar = @am__untar@
259bindir = @bindir@
260build = @build@
261build_alias = @build_alias@
262build_cpu = @build_cpu@
263build_os = @build_os@
264build_vendor = @build_vendor@
265builddir = @builddir@
266compiled_backends = @compiled_backends@
267datadir = @datadir@
268datarootdir = @datarootdir@
269docdir = @docdir@
270dvidir = @dvidir@
271exec_prefix = @exec_prefix@
272host = @host@
273host_alias = @host_alias@
274host_cpu = @host_cpu@
275host_os = @host_os@
276host_vendor = @host_vendor@
277htmldir = @htmldir@
278includedir = @includedir@
279infodir = @infodir@
280install_sh = @install_sh@
281libdir = @libdir@
282libexecdir = @libexecdir@
283localedir = @localedir@
284localstatedir = @localstatedir@
285mandir = @mandir@
286mkdir_p = @mkdir_p@
287oldincludedir = @oldincludedir@
288pdfdir = @pdfdir@
289prefix = @prefix@
290program_transform_name = @program_transform_name@
291psdir = @psdir@
292sbindir = @sbindir@
293sharedstatedir = @sharedstatedir@
294srcdir = @srcdir@
295sys_symbol_underscore = @sys_symbol_underscore@
296sysconfdir = @sysconfdir@
297target = @target@
298target_alias = @target_alias@
299target_cpu = @target_cpu@
300target_os = @target_os@
301target_vendor = @target_vendor@
302top_build_prefix = @top_build_prefix@
303top_builddir = @top_builddir@
304top_srcdir = @top_srcdir@
305noinst_LTLIBRARIES = libbstring.la
306libbstring_la_SOURCES = bstrlib.c bstradd.c
307all: all-am
308
309.SUFFIXES:
310.SUFFIXES: .c .lo .o .obj
311$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
312	@for dep in $?; do \
313	  case '$(am__configure_deps)' in \
314	    *$$dep*) \
315	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
316	        && { if test -f $@; then exit 0; else break; fi; }; \
317	      exit 1;; \
318	  esac; \
319	done; \
320	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign libatalk/bstring/Makefile'; \
321	$(am__cd) $(top_srcdir) && \
322	  $(AUTOMAKE) --foreign libatalk/bstring/Makefile
323.PRECIOUS: Makefile
324Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
325	@case '$?' in \
326	  *config.status*) \
327	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
328	  *) \
329	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
330	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
331	esac;
332
333$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
334	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
335
336$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
337	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
338$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
339	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
340$(am__aclocal_m4_deps):
341
342clean-noinstLTLIBRARIES:
343	-test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
344	@list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
345	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
346	  test "$$dir" != "$$p" || dir=.; \
347	  echo "rm -f \"$${dir}/so_locations\""; \
348	  rm -f "$${dir}/so_locations"; \
349	done
350libbstring.la: $(libbstring_la_OBJECTS) $(libbstring_la_DEPENDENCIES) $(EXTRA_libbstring_la_DEPENDENCIES) 
351	$(LINK)  $(libbstring_la_OBJECTS) $(libbstring_la_LIBADD) $(LIBS)
352
353mostlyclean-compile:
354	-rm -f *.$(OBJEXT)
355
356distclean-compile:
357	-rm -f *.tab.c
358
359@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bstradd.Plo@am__quote@
360@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bstrlib.Plo@am__quote@
361
362.c.o:
363@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
364@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
365@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
366@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
367@am__fastdepCC_FALSE@	$(COMPILE) -c $<
368
369.c.obj:
370@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
371@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
372@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
373@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
374@am__fastdepCC_FALSE@	$(COMPILE) -c `$(CYGPATH_W) '$<'`
375
376.c.lo:
377@am__fastdepCC_TRUE@	$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
378@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
379@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
380@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
381@am__fastdepCC_FALSE@	$(LTCOMPILE) -c -o $@ $<
382
383mostlyclean-libtool:
384	-rm -f *.lo
385
386clean-libtool:
387	-rm -rf .libs _libs
388
389ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
390	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
391	unique=`for i in $$list; do \
392	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
393	  done | \
394	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
395	      END { if (nonempty) { for (i in files) print i; }; }'`; \
396	mkid -fID $$unique
397tags: TAGS
398
399TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
400		$(TAGS_FILES) $(LISP)
401	set x; \
402	here=`pwd`; \
403	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
404	unique=`for i in $$list; do \
405	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
406	  done | \
407	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
408	      END { if (nonempty) { for (i in files) print i; }; }'`; \
409	shift; \
410	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
411	  test -n "$$unique" || unique=$$empty_fix; \
412	  if test $$# -gt 0; then \
413	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
414	      "$$@" $$unique; \
415	  else \
416	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
417	      $$unique; \
418	  fi; \
419	fi
420ctags: CTAGS
421CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
422		$(TAGS_FILES) $(LISP)
423	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
424	unique=`for i in $$list; do \
425	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
426	  done | \
427	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
428	      END { if (nonempty) { for (i in files) print i; }; }'`; \
429	test -z "$(CTAGS_ARGS)$$unique" \
430	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
431	     $$unique
432
433GTAGS:
434	here=`$(am__cd) $(top_builddir) && pwd` \
435	  && $(am__cd) $(top_srcdir) \
436	  && gtags -i $(GTAGS_ARGS) "$$here"
437
438distclean-tags:
439	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
440
441distdir: $(DISTFILES)
442	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
443	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
444	list='$(DISTFILES)'; \
445	  dist_files=`for file in $$list; do echo $$file; done | \
446	  sed -e "s|^$$srcdirstrip/||;t" \
447	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
448	case $$dist_files in \
449	  */*) $(MKDIR_P) `echo "$$dist_files" | \
450			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
451			   sort -u` ;; \
452	esac; \
453	for file in $$dist_files; do \
454	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
455	  if test -d $$d/$$file; then \
456	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
457	    if test -d "$(distdir)/$$file"; then \
458	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
459	    fi; \
460	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
461	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
462	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
463	    fi; \
464	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
465	  else \
466	    test -f "$(distdir)/$$file" \
467	    || cp -p $$d/$$file "$(distdir)/$$file" \
468	    || exit 1; \
469	  fi; \
470	done
471check-am: all-am
472check: check-am
473all-am: Makefile $(LTLIBRARIES)
474installdirs:
475install: install-am
476install-exec: install-exec-am
477install-data: install-data-am
478uninstall: uninstall-am
479
480install-am: all-am
481	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
482
483installcheck: installcheck-am
484install-strip:
485	if test -z '$(STRIP)'; then \
486	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
487	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
488	      install; \
489	else \
490	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
491	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
492	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
493	fi
494mostlyclean-generic:
495
496clean-generic:
497
498distclean-generic:
499	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
500	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
501
502maintainer-clean-generic:
503	@echo "This command is intended for maintainers to use"
504	@echo "it deletes files that may require special tools to rebuild."
505clean: clean-am
506
507clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
508	mostlyclean-am
509
510distclean: distclean-am
511	-rm -rf ./$(DEPDIR)
512	-rm -f Makefile
513distclean-am: clean-am distclean-compile distclean-generic \
514	distclean-tags
515
516dvi: dvi-am
517
518dvi-am:
519
520html: html-am
521
522html-am:
523
524info: info-am
525
526info-am:
527
528install-data-am:
529
530install-dvi: install-dvi-am
531
532install-dvi-am:
533
534install-exec-am:
535
536install-html: install-html-am
537
538install-html-am:
539
540install-info: install-info-am
541
542install-info-am:
543
544install-man:
545
546install-pdf: install-pdf-am
547
548install-pdf-am:
549
550install-ps: install-ps-am
551
552install-ps-am:
553
554installcheck-am:
555
556maintainer-clean: maintainer-clean-am
557	-rm -rf ./$(DEPDIR)
558	-rm -f Makefile
559maintainer-clean-am: distclean-am maintainer-clean-generic
560
561mostlyclean: mostlyclean-am
562
563mostlyclean-am: mostlyclean-compile mostlyclean-generic \
564	mostlyclean-libtool
565
566pdf: pdf-am
567
568pdf-am:
569
570ps: ps-am
571
572ps-am:
573
574uninstall-am:
575
576.MAKE: install-am install-strip
577
578.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
579	clean-libtool clean-noinstLTLIBRARIES ctags distclean \
580	distclean-compile distclean-generic distclean-libtool \
581	distclean-tags distdir dvi dvi-am html html-am info info-am \
582	install install-am install-data install-data-am install-dvi \
583	install-dvi-am install-exec install-exec-am install-html \
584	install-html-am install-info install-info-am install-man \
585	install-pdf install-pdf-am install-ps install-ps-am \
586	install-strip installcheck installcheck-am installdirs \
587	maintainer-clean maintainer-clean-generic mostlyclean \
588	mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
589	pdf pdf-am ps ps-am tags uninstall uninstall-am
590
591
592# Tell versions [3.59,3.63) of GNU make to not export all variables.
593# Otherwise a system limit (for SysV at least) may be exceeded.
594.NOEXPORT:
595