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