• Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/libatalk/unicode/charsets/
1# Makefile.in generated by automake 1.11.5 from Makefile.am.
2# libatalk/unicode/charsets/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/unicode/charsets
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/unicode/charsets
59DIST_COMMON = $(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)
94libcharsets_la_LIBADD =
95am_libcharsets_la_OBJECTS = mac_roman.lo mac_greek.lo mac_hebrew.lo \
96	mac_centraleurope.lo mac_turkish.lo mac_cyrillic.lo \
97	mac_japanese.lo mac_chinese_trad.lo mac_chinese_simp.lo \
98	mac_korean.lo generic_cjk.lo generic_mb.lo
99libcharsets_la_OBJECTS = $(am_libcharsets_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 = $(libcharsets_la_SOURCES)
114DIST_SOURCES = $(libcharsets_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 = 
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/unicode/charsets
254abs_srcdir = /home/antony/disk2/R7000/V1.0.2.107_1.0.17/ap/gpl/timemachine/netatalk-2.2.5/libatalk/unicode/charsets
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 = ../../..
311noinst_LTLIBRARIES = libcharsets.la
312AM_CFLAGS = -I$(top_srcdir)/sys -I$(top_srcdir)/include -D_U_="__attribute__((unused))" -I./include -D_U_="__attribute__((unused))" -g -O2 -I./sys -I$(top_srcdir)/sys 
313libcharsets_la_SOURCES = \
314	mac_roman.c	\
315	mac_greek.c	\
316	mac_hebrew.c	\
317	mac_centraleurope.c	\
318	mac_turkish.c \
319	mac_cyrillic.c \
320	mac_japanese.c \
321	mac_chinese_trad.c \
322	mac_chinese_simp.c \
323	mac_korean.c \
324	generic_cjk.c \
325	generic_mb.c
326
327noinst_HEADERS = \
328	mac_roman.h \
329	mac_greek.h \
330	mac_centraleurope.h \
331	mac_hebrew.h \
332	mac_turkish.h \
333	mac_cyrillic.h \
334	mac_japanese.h \
335	mac_chinese_trad.h \
336	mac_chinese_simp.h \
337	mac_korean.h \
338	generic_cjk.h \
339	generic_mb.h
340
341all: all-am
342
343.SUFFIXES:
344.SUFFIXES: .c .lo .o .obj
345$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
346	@for dep in $?; do \
347	  case '$(am__configure_deps)' in \
348	    *$$dep*) \
349	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
350	        && { if test -f $@; then exit 0; else break; fi; }; \
351	      exit 1;; \
352	  esac; \
353	done; \
354	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign libatalk/unicode/charsets/Makefile'; \
355	$(am__cd) $(top_srcdir) && \
356	  $(AUTOMAKE) --foreign libatalk/unicode/charsets/Makefile
357.PRECIOUS: Makefile
358Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
359	@case '$?' in \
360	  *config.status*) \
361	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
362	  *) \
363	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
364	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
365	esac;
366
367$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
368	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
369
370$(top_srcdir)/configure:  $(am__configure_deps)
371	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
372$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
373	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
374$(am__aclocal_m4_deps):
375
376clean-noinstLTLIBRARIES:
377	-test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
378	@list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
379	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
380	  test "$$dir" != "$$p" || dir=.; \
381	  echo "rm -f \"$${dir}/so_locations\""; \
382	  rm -f "$${dir}/so_locations"; \
383	done
384libcharsets.la: $(libcharsets_la_OBJECTS) $(libcharsets_la_DEPENDENCIES) $(EXTRA_libcharsets_la_DEPENDENCIES) 
385	$(LINK)  $(libcharsets_la_OBJECTS) $(libcharsets_la_LIBADD) $(LIBS)
386
387mostlyclean-compile:
388	-rm -f *.$(OBJEXT)
389
390distclean-compile:
391	-rm -f *.tab.c
392
393include ./$(DEPDIR)/generic_cjk.Plo
394include ./$(DEPDIR)/generic_mb.Plo
395include ./$(DEPDIR)/mac_centraleurope.Plo
396include ./$(DEPDIR)/mac_chinese_simp.Plo
397include ./$(DEPDIR)/mac_chinese_trad.Plo
398include ./$(DEPDIR)/mac_cyrillic.Plo
399include ./$(DEPDIR)/mac_greek.Plo
400include ./$(DEPDIR)/mac_hebrew.Plo
401include ./$(DEPDIR)/mac_japanese.Plo
402include ./$(DEPDIR)/mac_korean.Plo
403include ./$(DEPDIR)/mac_roman.Plo
404include ./$(DEPDIR)/mac_turkish.Plo
405
406.c.o:
407	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
408	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
409#	source='$<' object='$@' libtool=no \
410#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
411#	$(COMPILE) -c $<
412
413.c.obj:
414	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
415	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
416#	source='$<' object='$@' libtool=no \
417#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
418#	$(COMPILE) -c `$(CYGPATH_W) '$<'`
419
420.c.lo:
421	$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
422	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
423#	source='$<' object='$@' libtool=yes \
424#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
425#	$(LTCOMPILE) -c -o $@ $<
426
427mostlyclean-libtool:
428	-rm -f *.lo
429
430clean-libtool:
431	-rm -rf .libs _libs
432
433ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
434	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
435	unique=`for i in $$list; do \
436	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
437	  done | \
438	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
439	      END { if (nonempty) { for (i in files) print i; }; }'`; \
440	mkid -fID $$unique
441tags: TAGS
442
443TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
444		$(TAGS_FILES) $(LISP)
445	set x; \
446	here=`pwd`; \
447	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
448	unique=`for i in $$list; do \
449	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
450	  done | \
451	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
452	      END { if (nonempty) { for (i in files) print i; }; }'`; \
453	shift; \
454	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
455	  test -n "$$unique" || unique=$$empty_fix; \
456	  if test $$# -gt 0; then \
457	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
458	      "$$@" $$unique; \
459	  else \
460	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
461	      $$unique; \
462	  fi; \
463	fi
464ctags: CTAGS
465CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
466		$(TAGS_FILES) $(LISP)
467	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
468	unique=`for i in $$list; do \
469	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
470	  done | \
471	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
472	      END { if (nonempty) { for (i in files) print i; }; }'`; \
473	test -z "$(CTAGS_ARGS)$$unique" \
474	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
475	     $$unique
476
477GTAGS:
478	here=`$(am__cd) $(top_builddir) && pwd` \
479	  && $(am__cd) $(top_srcdir) \
480	  && gtags -i $(GTAGS_ARGS) "$$here"
481
482distclean-tags:
483	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
484
485distdir: $(DISTFILES)
486	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
487	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
488	list='$(DISTFILES)'; \
489	  dist_files=`for file in $$list; do echo $$file; done | \
490	  sed -e "s|^$$srcdirstrip/||;t" \
491	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
492	case $$dist_files in \
493	  */*) $(MKDIR_P) `echo "$$dist_files" | \
494			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
495			   sort -u` ;; \
496	esac; \
497	for file in $$dist_files; do \
498	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
499	  if test -d $$d/$$file; then \
500	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
501	    if test -d "$(distdir)/$$file"; then \
502	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
503	    fi; \
504	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
505	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
506	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
507	    fi; \
508	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
509	  else \
510	    test -f "$(distdir)/$$file" \
511	    || cp -p $$d/$$file "$(distdir)/$$file" \
512	    || exit 1; \
513	  fi; \
514	done
515check-am: all-am
516check: check-am
517all-am: Makefile $(LTLIBRARIES) $(HEADERS)
518installdirs:
519install: install-am
520install-exec: install-exec-am
521install-data: install-data-am
522uninstall: uninstall-am
523
524install-am: all-am
525	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
526
527installcheck: installcheck-am
528install-strip:
529	if test -z '$(STRIP)'; then \
530	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
531	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
532	      install; \
533	else \
534	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
535	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
536	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
537	fi
538mostlyclean-generic:
539
540clean-generic:
541
542distclean-generic:
543	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
544	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
545
546maintainer-clean-generic:
547	@echo "This command is intended for maintainers to use"
548	@echo "it deletes files that may require special tools to rebuild."
549clean: clean-am
550
551clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
552	mostlyclean-am
553
554distclean: distclean-am
555	-rm -rf ./$(DEPDIR)
556	-rm -f Makefile
557distclean-am: clean-am distclean-compile distclean-generic \
558	distclean-tags
559
560dvi: dvi-am
561
562dvi-am:
563
564html: html-am
565
566html-am:
567
568info: info-am
569
570info-am:
571
572install-data-am:
573
574install-dvi: install-dvi-am
575
576install-dvi-am:
577
578install-exec-am:
579
580install-html: install-html-am
581
582install-html-am:
583
584install-info: install-info-am
585
586install-info-am:
587
588install-man:
589
590install-pdf: install-pdf-am
591
592install-pdf-am:
593
594install-ps: install-ps-am
595
596install-ps-am:
597
598installcheck-am:
599
600maintainer-clean: maintainer-clean-am
601	-rm -rf ./$(DEPDIR)
602	-rm -f Makefile
603maintainer-clean-am: distclean-am maintainer-clean-generic
604
605mostlyclean: mostlyclean-am
606
607mostlyclean-am: mostlyclean-compile mostlyclean-generic \
608	mostlyclean-libtool
609
610pdf: pdf-am
611
612pdf-am:
613
614ps: ps-am
615
616ps-am:
617
618uninstall-am:
619
620.MAKE: install-am install-strip
621
622.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
623	clean-libtool clean-noinstLTLIBRARIES ctags distclean \
624	distclean-compile distclean-generic distclean-libtool \
625	distclean-tags distdir dvi dvi-am html html-am info info-am \
626	install install-am install-data install-data-am install-dvi \
627	install-dvi-am install-exec install-exec-am install-html \
628	install-html-am install-info install-info-am install-man \
629	install-pdf install-pdf-am install-ps install-ps-am \
630	install-strip installcheck installcheck-am installdirs \
631	maintainer-clean maintainer-clean-generic mostlyclean \
632	mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
633	pdf pdf-am ps ps-am tags uninstall uninstall-am
634
635
636# Tell versions [3.59,3.63) of GNU make to not export all variables.
637# Otherwise a system limit (for SysV at least) may be exceeded.
638.NOEXPORT:
639