1# Makefile.in generated by automake 1.11.5 from Makefile.am.
2# libatalk/compat/Makefile.  Generated from Makefile.in by configure.
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
17
18# Makefile.am for libatalk/compat/
19
20
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)/netatalk
39pkgincludedir = $(includedir)/netatalk
40pkglibdir = $(libdir)/netatalk
41pkglibexecdir = $(libexecdir)/netatalk
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 = i686-pc-linux-gnu
55host_triplet = arm-unknown-linux-gnu
56target_triplet = arm-unknown-linux-gnu
57subdir = libatalk/compat
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)
92libcompat_la_LIBADD =
93am_libcompat_la_OBJECTS = misc.lo mktemp.lo getusershell.lo \
94	strcasecmp.lo strstr.lo strdup.lo inet_aton.lo rquota_xdr.lo \
95	pselect.lo snprintf.lo
96libcompat_la_OBJECTS = $(am_libcompat_la_OBJECTS)
97DEFAULT_INCLUDES = -I. -I$(top_builddir)
98depcomp = $(SHELL) $(top_srcdir)/depcomp
99am__depfiles_maybe = depfiles
100am__mv = mv -f
101COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
102	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
103LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
104	--mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
105	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
106CCLD = $(CC)
107LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
108	--mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
109	$(LDFLAGS) -o $@
110SOURCES = $(libcompat_la_SOURCES)
111DIST_SOURCES = $(libcompat_la_SOURCES)
112am__can_run_installinfo = \
113  case $$AM_UPDATE_INFO_DIR in \
114    n|no|NO) false;; \
115    *) (install-info --version) >/dev/null 2>&1;; \
116  esac
117ETAGS = etags
118CTAGS = ctags
119DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
120ACLOCAL = ${SHELL} /home/antony/disk2/R7000/V1.0.2.107_1.0.17/ap/gpl/timemachine/netatalk-2.2.5/missing --run aclocal-1.11
121ACL_LIBS = 
122AFS_CFLAGS = 
123AFS_LIBS = 
124AMTAR = $${TAR-tar}
125AR = ar
126AUTOCONF = ${SHELL} /home/antony/disk2/R7000/V1.0.2.107_1.0.17/ap/gpl/timemachine/netatalk-2.2.5/missing --run autoconf
127AUTOHEADER = ${SHELL} /home/antony/disk2/R7000/V1.0.2.107_1.0.17/ap/gpl/timemachine/netatalk-2.2.5/missing --run autoheader
128AUTOMAKE = ${SHELL} /home/antony/disk2/R7000/V1.0.2.107_1.0.17/ap/gpl/timemachine/netatalk-2.2.5/missing --run automake-1.11
129AVAHI_CFLAGS = 
130AVAHI_LIBS = 
131AVAHI_TPOLL_CFLAGS = 
132AVAHI_TPOLL_LIBS = 
133AWK = gawk
134BDB_BIN = /usr/bin
135BDB_CFLAGS = 
136BDB_LIBS =  -ldb-4.7
137BDB_PATH = /usr
138CC = arm-brcm-linux-uclibcgnueabi-gcc -std=gnu99
139CCDEPMODE = depmode=gcc3
140CFLAGS = -I$(top_srcdir)/include -D_U_="__attribute__((unused))" -I./include -D_U_="__attribute__((unused))" -g -O2 -I./sys -I$(top_srcdir)/sys
141COMPILE_64BIT_KMODULE = 
142COMPILE_KERNEL_GCC = 
143CPP = arm-brcm-linux-uclibcgnueabi-gcc -std=gnu99 -E
144CPPFLAGS = 
145CRYPT_LIBS = -lcrypt 
146CUPS_CFLAGS = 
147CUPS_CONFIG = 
148CUPS_LDFLAGS = 
149CUPS_LIBS = 
150CYGPATH_W = echo
151DEFAULT_CNID_SCHEME = dbd
152DEFS = -DHAVE_CONFIG_H
153DEPDIR = .deps
154DLLTOOL = false
155DSYMUTIL = 
156DUMPBIN = :
157ECHO_C = 
158ECHO_N = -n
159ECHO_T = 
160EGREP = /bin/grep -E
161EXEEXT = 
162FGREP = /bin/grep -F
163GREP = /bin/grep
164GSSAPI_CFLAGS = 
165GSSAPI_LDFLAGS = 
166GSSAPI_LIBS = 
167ICONV_CFLAGS = 
168ICONV_LIBS = 
169INSTALL = /usr/bin/install -c
170INSTALL_DATA = ${INSTALL} -m 644
171INSTALL_PROGRAM = ${INSTALL}
172INSTALL_SCRIPT = ${INSTALL}
173INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
174KCFLAGS = 
175KLDFLAGS = 
176KRB5_CONFIG = 
177LD = /projects/hnd/tools/linux/hndtools-arm-linux-2.6.36-uclibc-4.5.3/arm-brcm-linux-uclibcgnueabi/bin/ld
178LDFLAGS = 
179LIBADD_DL = -ldl 
180LIBADD_DLD_LINK = 
181LIBADD_DLOPEN = -ldl
182LIBADD_SHL_LOAD = 
183LIBGCRYPT_CFLAGS = 
184LIBGCRYPT_CONFIG = /usr/bin/libgcrypt-config
185LIBGCRYPT_LIBS = -lgcrypt -lgpg-error
186LIBOBJS =  ${LIBOBJDIR}memcmp$U.o
187LIBS = -lpthread -ldl  -L$(top_srcdir)/libatalk
188LIBTOOL = $(SHELL) $(top_builddir)/libtool
189LIPO = 
190LN_S = ln -s
191LTLIBOBJS =  ${LIBOBJDIR}memcmp$U.lo
192LT_DLLOADERS =  dlopen.la
193LT_DLPREOPEN = -dlpreopen dlopen.la 
194MAINT = 
195MAKEINFO = ${SHELL} /home/antony/disk2/R7000/V1.0.2.107_1.0.17/ap/gpl/timemachine/netatalk-2.2.5/missing --run makeinfo
196MANIFEST_TOOL = :
197MKDIR_P = /bin/mkdir -p
198NETATALK_VERSION = 2.2.5
199NM = nm
200NMEDIT = 
201OBJDUMP = objdump
202OBJEXT = o
203OTOOL = 
204OTOOL64 = 
205OVERWRITE_CONFIG = no
206PACKAGE = netatalk
207PACKAGE_BUGREPORT = 
208PACKAGE_NAME = 
209PACKAGE_STRING = 
210PACKAGE_TARNAME = 
211PACKAGE_URL = 
212PACKAGE_VERSION = 
213PAMDIR = /
214PAM_ACCOUNT = system-auth
215PAM_AUTH = system-auth
216PAM_CFLAGS = 
217PAM_DIRECTIVE = include
218PAM_LIBS = 
219PAM_PASSWORD = system-auth
220PAM_SESSION = system-auth
221PATH_SEPARATOR = :
222PERL = /usr/bin/perl
223PKGCONFDIR = ${prefix}/etc/netatalk
224PKG_CONFIG = /usr/bin/pkg-config
225PS = /bin/ps
226PTHREAD_LIBS = -lpthread
227QUOTA_LIBS = 
228RANLIB = ranlib
229SED = /bin/sed
230SERVERTEXT = ${prefix}/etc/netatalk/msg
231SET_MAKE = 
232SHELL = /bin/sh
233SLP_CFLAGS = 
234SLP_LIBS = 
235SPOOLDIR = ${prefix}/var/spool/netatalk
236SSL_CFLAGS =  -I/usr/include/openssl
237SSL_LIBS =  -lcrypto
238STRIP = strip
239UAMS_PATH = ${prefix}/etc/netatalk/uams
240VERSION = 2.2.5
241WEBMIN_PASS = 
242WEBMIN_PATH = 
243WEBMIN_PORT = 
244WEBMIN_USER = 
245WEBMIN_VERSION = 
246WRAP_LIBS = 
247ZEROCONF_CFLAGS = 
248ZEROCONF_LIBS = 
249abs_builddir = /home/antony/disk2/R7000/V1.0.2.107_1.0.17/ap/gpl/timemachine/netatalk-2.2.5/libatalk/compat
250abs_srcdir = /home/antony/disk2/R7000/V1.0.2.107_1.0.17/ap/gpl/timemachine/netatalk-2.2.5/libatalk/compat
251abs_top_builddir = /home/antony/disk2/R7000/V1.0.2.107_1.0.17/ap/gpl/timemachine/netatalk-2.2.5
252abs_top_srcdir = /home/antony/disk2/R7000/V1.0.2.107_1.0.17/ap/gpl/timemachine/netatalk-2.2.5
253ac_ct_AR = ar
254ac_ct_CC = 
255ac_ct_DUMPBIN = link -dump
256am__include = include
257am__leading_dot = .
258am__quote = 
259am__tar = $${TAR-tar} chof - "$$tardir"
260am__untar = $${TAR-tar} xf -
261bindir = ${exec_prefix}/bin
262build = i686-pc-linux-gnu
263build_alias = 
264build_cpu = i686
265build_os = linux-gnu
266build_vendor = pc
267builddir = .
268compiled_backends =  dbd last tdb
269datadir = ${datarootdir}
270datarootdir = ${prefix}/share
271docdir = ${datarootdir}/doc/${PACKAGE}
272dvidir = ${docdir}
273exec_prefix = ${prefix}
274host = arm-unknown-linux-gnu
275host_alias = arm-linux
276host_cpu = arm
277host_os = linux-gnu
278host_vendor = unknown
279htmldir = ${docdir}
280includedir = ${prefix}/include
281infodir = ${datarootdir}/info
282install_sh = ${SHELL} /home/antony/disk2/R7000/V1.0.2.107_1.0.17/ap/gpl/timemachine/netatalk-2.2.5/install-sh
283libdir = ${exec_prefix}/lib
284libexecdir = ${exec_prefix}/libexec
285localedir = ${datarootdir}/locale
286localstatedir = ${prefix}/var
287mandir = ${datarootdir}/man
288mkdir_p = /bin/mkdir -p
289oldincludedir = /usr/include
290pdfdir = ${docdir}
291prefix = /usr/local
292program_transform_name = s,x,x,
293psdir = ${docdir}
294sbindir = ${exec_prefix}/sbin
295sharedstatedir = ${prefix}/com
296srcdir = .
297sys_symbol_underscore = no
298sysconfdir = ${prefix}/etc
299target = arm-unknown-linux-gnu
300target_alias = 
301target_cpu = arm
302target_os = linux-gnu
303target_vendor = unknown
304top_build_prefix = ../../
305top_builddir = ../..
306top_srcdir = ../..
307noinst_LTLIBRARIES = libcompat.la
308libcompat_la_SOURCES = \
309	misc.c \
310	mktemp.c	\
311	getusershell.c	\
312	strcasecmp.c	\
313	strstr.c	\
314	strdup.c	\
315	inet_aton.c	\
316	rquota_xdr.c	\
317	pselect.c	\
318	snprintf.c
319
320all: all-am
321
322.SUFFIXES:
323.SUFFIXES: .c .lo .o .obj
324$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
325	@for dep in $?; do \
326	  case '$(am__configure_deps)' in \
327	    *$$dep*) \
328	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
329	        && { if test -f $@; then exit 0; else break; fi; }; \
330	      exit 1;; \
331	  esac; \
332	done; \
333	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign libatalk/compat/Makefile'; \
334	$(am__cd) $(top_srcdir) && \
335	  $(AUTOMAKE) --foreign libatalk/compat/Makefile
336.PRECIOUS: Makefile
337Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
338	@case '$?' in \
339	  *config.status*) \
340	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
341	  *) \
342	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
343	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
344	esac;
345
346$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
347	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
348
349$(top_srcdir)/configure:  $(am__configure_deps)
350	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
351$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
352	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
353$(am__aclocal_m4_deps):
354
355clean-noinstLTLIBRARIES:
356	-test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
357	@list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
358	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
359	  test "$$dir" != "$$p" || dir=.; \
360	  echo "rm -f \"$${dir}/so_locations\""; \
361	  rm -f "$${dir}/so_locations"; \
362	done
363libcompat.la: $(libcompat_la_OBJECTS) $(libcompat_la_DEPENDENCIES) $(EXTRA_libcompat_la_DEPENDENCIES) 
364	$(LINK)  $(libcompat_la_OBJECTS) $(libcompat_la_LIBADD) $(LIBS)
365
366mostlyclean-compile:
367	-rm -f *.$(OBJEXT)
368
369distclean-compile:
370	-rm -f *.tab.c
371
372include ./$(DEPDIR)/getusershell.Plo
373include ./$(DEPDIR)/inet_aton.Plo
374include ./$(DEPDIR)/misc.Plo
375include ./$(DEPDIR)/mktemp.Plo
376include ./$(DEPDIR)/pselect.Plo
377include ./$(DEPDIR)/rquota_xdr.Plo
378include ./$(DEPDIR)/snprintf.Plo
379include ./$(DEPDIR)/strcasecmp.Plo
380include ./$(DEPDIR)/strdup.Plo
381include ./$(DEPDIR)/strstr.Plo
382
383.c.o:
384	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
385	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
386#	source='$<' object='$@' libtool=no \
387#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
388#	$(COMPILE) -c $<
389
390.c.obj:
391	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
392	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
393#	source='$<' object='$@' libtool=no \
394#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
395#	$(COMPILE) -c `$(CYGPATH_W) '$<'`
396
397.c.lo:
398	$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
399	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
400#	source='$<' object='$@' libtool=yes \
401#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
402#	$(LTCOMPILE) -c -o $@ $<
403
404mostlyclean-libtool:
405	-rm -f *.lo
406
407clean-libtool:
408	-rm -rf .libs _libs
409
410ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
411	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
412	unique=`for i in $$list; do \
413	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
414	  done | \
415	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
416	      END { if (nonempty) { for (i in files) print i; }; }'`; \
417	mkid -fID $$unique
418tags: TAGS
419
420TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
421		$(TAGS_FILES) $(LISP)
422	set x; \
423	here=`pwd`; \
424	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
425	unique=`for i in $$list; do \
426	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
427	  done | \
428	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
429	      END { if (nonempty) { for (i in files) print i; }; }'`; \
430	shift; \
431	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
432	  test -n "$$unique" || unique=$$empty_fix; \
433	  if test $$# -gt 0; then \
434	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
435	      "$$@" $$unique; \
436	  else \
437	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
438	      $$unique; \
439	  fi; \
440	fi
441ctags: CTAGS
442CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
443		$(TAGS_FILES) $(LISP)
444	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
445	unique=`for i in $$list; do \
446	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
447	  done | \
448	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
449	      END { if (nonempty) { for (i in files) print i; }; }'`; \
450	test -z "$(CTAGS_ARGS)$$unique" \
451	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
452	     $$unique
453
454GTAGS:
455	here=`$(am__cd) $(top_builddir) && pwd` \
456	  && $(am__cd) $(top_srcdir) \
457	  && gtags -i $(GTAGS_ARGS) "$$here"
458
459distclean-tags:
460	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
461
462distdir: $(DISTFILES)
463	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
464	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
465	list='$(DISTFILES)'; \
466	  dist_files=`for file in $$list; do echo $$file; done | \
467	  sed -e "s|^$$srcdirstrip/||;t" \
468	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
469	case $$dist_files in \
470	  */*) $(MKDIR_P) `echo "$$dist_files" | \
471			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
472			   sort -u` ;; \
473	esac; \
474	for file in $$dist_files; do \
475	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
476	  if test -d $$d/$$file; then \
477	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
478	    if test -d "$(distdir)/$$file"; then \
479	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
480	    fi; \
481	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
482	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
483	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
484	    fi; \
485	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
486	  else \
487	    test -f "$(distdir)/$$file" \
488	    || cp -p $$d/$$file "$(distdir)/$$file" \
489	    || exit 1; \
490	  fi; \
491	done
492check-am: all-am
493check: check-am
494all-am: Makefile $(LTLIBRARIES)
495installdirs:
496install: install-am
497install-exec: install-exec-am
498install-data: install-data-am
499uninstall: uninstall-am
500
501install-am: all-am
502	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
503
504installcheck: installcheck-am
505install-strip:
506	if test -z '$(STRIP)'; then \
507	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
508	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
509	      install; \
510	else \
511	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
512	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
513	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
514	fi
515mostlyclean-generic:
516
517clean-generic:
518
519distclean-generic:
520	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
521	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
522
523maintainer-clean-generic:
524	@echo "This command is intended for maintainers to use"
525	@echo "it deletes files that may require special tools to rebuild."
526clean: clean-am
527
528clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
529	mostlyclean-am
530
531distclean: distclean-am
532	-rm -rf ./$(DEPDIR)
533	-rm -f Makefile
534distclean-am: clean-am distclean-compile distclean-generic \
535	distclean-tags
536
537dvi: dvi-am
538
539dvi-am:
540
541html: html-am
542
543html-am:
544
545info: info-am
546
547info-am:
548
549install-data-am:
550
551install-dvi: install-dvi-am
552
553install-dvi-am:
554
555install-exec-am:
556
557install-html: install-html-am
558
559install-html-am:
560
561install-info: install-info-am
562
563install-info-am:
564
565install-man:
566
567install-pdf: install-pdf-am
568
569install-pdf-am:
570
571install-ps: install-ps-am
572
573install-ps-am:
574
575installcheck-am:
576
577maintainer-clean: maintainer-clean-am
578	-rm -rf ./$(DEPDIR)
579	-rm -f Makefile
580maintainer-clean-am: distclean-am maintainer-clean-generic
581
582mostlyclean: mostlyclean-am
583
584mostlyclean-am: mostlyclean-compile mostlyclean-generic \
585	mostlyclean-libtool
586
587pdf: pdf-am
588
589pdf-am:
590
591ps: ps-am
592
593ps-am:
594
595uninstall-am:
596
597.MAKE: install-am install-strip
598
599.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
600	clean-libtool clean-noinstLTLIBRARIES ctags distclean \
601	distclean-compile distclean-generic distclean-libtool \
602	distclean-tags distdir dvi dvi-am html html-am info info-am \
603	install install-am install-data install-data-am install-dvi \
604	install-dvi-am install-exec install-exec-am install-html \
605	install-html-am install-info install-info-am install-man \
606	install-pdf install-pdf-am install-ps install-ps-am \
607	install-strip installcheck installcheck-am installdirs \
608	maintainer-clean maintainer-clean-generic mostlyclean \
609	mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
610	pdf pdf-am ps ps-am tags uninstall uninstall-am
611
612
613# Tell versions [3.59,3.63) of GNU make to not export all variables.
614# Otherwise a system limit (for SysV at least) may be exceeded.
615.NOEXPORT:
616