2013-02-13 [colin] 3.9.0cvs65
[claws.git] / src / plugins / vcalendar / libical / Makefile.in
1 # Makefile.in generated by automake 1.11.6 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 VPATH = @srcdir@
18 am__make_dryrun = \
19   { \
20     am__dry=no; \
21     case $$MAKEFLAGS in \
22       *\\[\ \   ]*) \
23         echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
24           | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
25       *) \
26         for am__flg in $$MAKEFLAGS; do \
27           case $$am__flg in \
28             *=*|--*) ;; \
29             *n*) am__dry=yes; break;; \
30           esac; \
31         done;; \
32     esac; \
33     test $$am__dry = yes; \
34   }
35 pkgdatadir = $(datadir)/@PACKAGE@
36 pkgincludedir = $(includedir)/@PACKAGE@
37 pkglibdir = $(libdir)/@PACKAGE@
38 pkglibexecdir = $(libexecdir)/@PACKAGE@
39 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
40 install_sh_DATA = $(install_sh) -c -m 644
41 install_sh_PROGRAM = $(install_sh) -c
42 install_sh_SCRIPT = $(install_sh) -c
43 INSTALL_HEADER = $(INSTALL_DATA)
44 transform = $(program_transform_name)
45 NORMAL_INSTALL = :
46 PRE_INSTALL = :
47 POST_INSTALL = :
48 NORMAL_UNINSTALL = :
49 PRE_UNINSTALL = :
50 POST_UNINSTALL = :
51 build_triplet = @build@
52 host_triplet = @host@
53 target_triplet = @target@
54 subdir = src/plugins/vcalendar/libical
55 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
56 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
57 am__aclocal_m4_deps = $(top_srcdir)/m4/check-type.m4 \
58         $(top_srcdir)/m4/gnupg-check-typedef.m4 \
59         $(top_srcdir)/m4/gnupg.m4 $(top_srcdir)/m4/gpgme.m4 \
60         $(top_srcdir)/m4/isc-posix.m4 $(top_srcdir)/m4/libtool.m4 \
61         $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
62         $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
63         $(top_srcdir)/m4/spamassassin.m4 $(top_srcdir)/configure.ac
64 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
65         $(ACLOCAL_M4)
66 mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
67 CONFIG_HEADER = $(top_builddir)/config.h \
68         $(top_builddir)/claws-features.h
69 CONFIG_CLEAN_FILES =
70 CONFIG_CLEAN_VPATH_FILES =
71 SOURCES =
72 DIST_SOURCES =
73 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
74         html-recursive info-recursive install-data-recursive \
75         install-dvi-recursive install-exec-recursive \
76         install-html-recursive install-info-recursive \
77         install-pdf-recursive install-ps-recursive install-recursive \
78         installcheck-recursive installdirs-recursive pdf-recursive \
79         ps-recursive uninstall-recursive
80 am__can_run_installinfo = \
81   case $$AM_UPDATE_INFO_DIR in \
82     n|no|NO) false;; \
83     *) (install-info --version) >/dev/null 2>&1;; \
84   esac
85 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
86   distclean-recursive maintainer-clean-recursive
87 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
88         $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
89         distdir
90 ETAGS = etags
91 CTAGS = ctags
92 DIST_SUBDIRS = $(SUBDIRS)
93 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
94 am__relativize = \
95   dir0=`pwd`; \
96   sed_first='s,^\([^/]*\)/.*$$,\1,'; \
97   sed_rest='s,^[^/]*/*,,'; \
98   sed_last='s,^.*/\([^/]*\)$$,\1,'; \
99   sed_butlast='s,/*[^/]*$$,,'; \
100   while test -n "$$dir1"; do \
101     first=`echo "$$dir1" | sed -e "$$sed_first"`; \
102     if test "$$first" != "."; then \
103       if test "$$first" = ".."; then \
104         dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
105         dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
106       else \
107         first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
108         if test "$$first2" = "$$first"; then \
109           dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
110         else \
111           dir2="../$$dir2"; \
112         fi; \
113         dir0="$$dir0"/"$$first"; \
114       fi; \
115     fi; \
116     dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
117   done; \
118   reldir="$$dir2"
119 ACLOCAL = @ACLOCAL@
120 ALLOCA = @ALLOCA@
121 AMTAR = @AMTAR@
122 AR = @AR@
123 AS = @AS@
124 AUTOCONF = @AUTOCONF@
125 AUTOHEADER = @AUTOHEADER@
126 AUTOMAKE = @AUTOMAKE@
127 AWK = @AWK@
128 CC = @CC@
129 CCDEPMODE = @CCDEPMODE@
130 CFLAGS = @CFLAGS@
131 COMPFACE_LIBS = @COMPFACE_LIBS@
132 CONIC_CFLAGS = @CONIC_CFLAGS@
133 CONIC_LIBS = @CONIC_LIBS@
134 CONTACTS_CFLAGS = @CONTACTS_CFLAGS@
135 CONTACTS_LIBS = @CONTACTS_LIBS@
136 CPP = @CPP@
137 CPPFLAGS = @CPPFLAGS@
138 CRYPT_LIBS = @CRYPT_LIBS@
139 CURL_CFLAGS = @CURL_CFLAGS@
140 CURL_LIBS = @CURL_LIBS@
141 CYGPATH_W = @CYGPATH_W@
142 DBUS_CFLAGS = @DBUS_CFLAGS@
143 DBUS_LIBS = @DBUS_LIBS@
144 DEFS = @DEFS@
145 DEPDIR = @DEPDIR@
146 DLLTOOL = @DLLTOOL@
147 DOCBOOK2HTML = @DOCBOOK2HTML@
148 DOCBOOK2PDF = @DOCBOOK2PDF@
149 DOCBOOK2PS = @DOCBOOK2PS@
150 DOCBOOK2TXT = @DOCBOOK2TXT@
151 DSYMUTIL = @DSYMUTIL@
152 DUMPBIN = @DUMPBIN@
153 ECHO_C = @ECHO_C@
154 ECHO_N = @ECHO_N@
155 ECHO_T = @ECHO_T@
156 EGREP = @EGREP@
157 ENCHANT_CFLAGS = @ENCHANT_CFLAGS@
158 ENCHANT_LIBS = @ENCHANT_LIBS@
159 EXEEXT = @EXEEXT@
160 EXTRA_VERSION = @EXTRA_VERSION@
161 FGREP = @FGREP@
162 GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
163 GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
164 GLIB_CFLAGS = @GLIB_CFLAGS@
165 GLIB_GENMARSHAL = @GLIB_GENMARSHAL@
166 GLIB_LIBS = @GLIB_LIBS@
167 GMSGFMT = @GMSGFMT@
168 GMSGFMT_015 = @GMSGFMT_015@
169 GNOME2_CFLAGS = @GNOME2_CFLAGS@
170 GNOME2_LIBS = @GNOME2_LIBS@
171 GNOME_CONFIG = @GNOME_CONFIG@
172 GNUTLS_CFLAGS = @GNUTLS_CFLAGS@
173 GNUTLS_LIBS = @GNUTLS_LIBS@
174 GPGME_CFLAGS = @GPGME_CFLAGS@
175 GPGME_CONFIG = @GPGME_CONFIG@
176 GPGME_LIBS = @GPGME_LIBS@
177 GREP = @GREP@
178 GTKPRINTUNIX_CFLAGS = @GTKPRINTUNIX_CFLAGS@
179 GTKPRINTUNIX_LIBS = @GTKPRINTUNIX_LIBS@
180 GTK_CFLAGS = @GTK_CFLAGS@
181 GTK_LIBS = @GTK_LIBS@
182 INSTALL = @INSTALL@
183 INSTALL_DATA = @INSTALL_DATA@
184 INSTALL_PROGRAM = @INSTALL_PROGRAM@
185 INSTALL_SCRIPT = @INSTALL_SCRIPT@
186 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
187 INTLLIBS = @INTLLIBS@
188 INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
189 JPILOT_LIBS = @JPILOT_LIBS@
190 LD = @LD@
191 LDAP_LIBS = @LDAP_LIBS@
192 LDFLAGS = @LDFLAGS@
193 LEX = @LEX@
194 LEXLIB = @LEXLIB@
195 LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
196 LIBETPAN_FLAGS = @LIBETPAN_FLAGS@
197 LIBETPAN_LIBS = @LIBETPAN_LIBS@
198 LIBICONV = @LIBICONV@
199 LIBINTL = @LIBINTL@
200 LIBOBJS = @LIBOBJS@
201 LIBRESOLV = @LIBRESOLV@
202 LIBS = @LIBS@
203 LIBSOUP_GNOME_CFLAGS = @LIBSOUP_GNOME_CFLAGS@
204 LIBSOUP_GNOME_LIBS = @LIBSOUP_GNOME_LIBS@
205 LIBTOOL = @LIBTOOL@
206 LIPO = @LIPO@
207 LN_S = @LN_S@
208 LTLIBICONV = @LTLIBICONV@
209 LTLIBINTL = @LTLIBINTL@
210 LTLIBOBJS = @LTLIBOBJS@
211 LT_AGE = @LT_AGE@
212 LT_CURRENT = @LT_CURRENT@
213 LT_RELEASE = @LT_RELEASE@
214 LT_REVISION = @LT_REVISION@
215 MAEMO_CFLAGS = @MAEMO_CFLAGS@
216 MAEMO_LIBS = @MAEMO_LIBS@
217 MAINT = @MAINT@
218 MAJOR_VERSION = @MAJOR_VERSION@
219 MAKEINFO = @MAKEINFO@
220 MANIFEST_TOOL = @MANIFEST_TOOL@
221 MICRO_VERSION = @MICRO_VERSION@
222 MINOR_VERSION = @MINOR_VERSION@
223 MKDIR_P = @MKDIR_P@
224 MSGFMT = @MSGFMT@
225 MSGFMT_015 = @MSGFMT_015@
226 MSGMERGE = @MSGMERGE@
227 NETWORKMANAGER_SUPPORT_CFLAGS = @NETWORKMANAGER_SUPPORT_CFLAGS@
228 NETWORKMANAGER_SUPPORT_LIBS = @NETWORKMANAGER_SUPPORT_LIBS@
229 NM = @NM@
230 NMEDIT = @NMEDIT@
231 OBJDUMP = @OBJDUMP@
232 OBJEXT = @OBJEXT@
233 OTOOL = @OTOOL@
234 OTOOL64 = @OTOOL64@
235 PACKAGE = @PACKAGE@
236 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
237 PACKAGE_NAME = @PACKAGE_NAME@
238 PACKAGE_STRING = @PACKAGE_STRING@
239 PACKAGE_TARNAME = @PACKAGE_TARNAME@
240 PACKAGE_URL = @PACKAGE_URL@
241 PACKAGE_VERSION = @PACKAGE_VERSION@
242 PASSCRYPT_KEY = @PASSCRYPT_KEY@
243 PATH_SEPARATOR = @PATH_SEPARATOR@
244 PKG_CONFIG = @PKG_CONFIG@
245 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
246 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
247 POSUB = @POSUB@
248 PTHREAD_LIBS = @PTHREAD_LIBS@
249 RANLIB = @RANLIB@
250 RC = @RC@
251 SED = @SED@
252 SET_MAKE = @SET_MAKE@
253 SHELL = @SHELL@
254 SM_LIBS = @SM_LIBS@
255 STARTUP_NOTIFICATION_CFLAGS = @STARTUP_NOTIFICATION_CFLAGS@
256 STARTUP_NOTIFICATION_LIBS = @STARTUP_NOTIFICATION_LIBS@
257 STRIP = @STRIP@
258 USE_NLS = @USE_NLS@
259 VALGRIND_CFLAGS = @VALGRIND_CFLAGS@
260 VALGRIND_LIBS = @VALGRIND_LIBS@
261 VERSION = @VERSION@
262 WEBKIT_CFLAGS = @WEBKIT_CFLAGS@
263 WEBKIT_LIBS = @WEBKIT_LIBS@
264 XGETTEXT = @XGETTEXT@
265 XGETTEXT_015 = @XGETTEXT_015@
266 XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
267 YACC = @YACC@
268 YFLAGS = @YFLAGS@
269 abs_builddir = @abs_builddir@
270 abs_srcdir = @abs_srcdir@
271 abs_top_builddir = @abs_top_builddir@
272 abs_top_srcdir = @abs_top_srcdir@
273 ac_ct_AR = @ac_ct_AR@
274 ac_ct_CC = @ac_ct_CC@
275 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
276 ac_cv_enable_crash_dialog = @ac_cv_enable_crash_dialog@
277 am__include = @am__include@
278 am__leading_dot = @am__leading_dot@
279 am__quote = @am__quote@
280 am__tar = @am__tar@
281 am__untar = @am__untar@
282 bindir = @bindir@
283 build = @build@
284 build_alias = @build_alias@
285 build_cpu = @build_cpu@
286 build_os = @build_os@
287 build_vendor = @build_vendor@
288 builddir = @builddir@
289 datadir = @datadir@
290 datarootdir = @datarootdir@
291 docdir = @docdir@
292 dvidir = @dvidir@
293 exec_prefix = @exec_prefix@
294 gnomedatadir = @gnomedatadir@
295 host = @host@
296 host_alias = @host_alias@
297 host_cpu = @host_cpu@
298 host_os = @host_os@
299 host_vendor = @host_vendor@
300 htmldir = @htmldir@
301 includedir = @includedir@
302 infodir = @infodir@
303 install_sh = @install_sh@
304 libdir = @libdir@
305 libetpanconfig = @libetpanconfig@
306 libexecdir = @libexecdir@
307 localedir = @localedir@
308 localstatedir = @localstatedir@
309 mandir = @mandir@
310 manualdir = @manualdir@
311 mkdir_p = @mkdir_p@
312 oldincludedir = @oldincludedir@
313 pdfdir = @pdfdir@
314 prefix = @prefix@
315 program_transform_name = @program_transform_name@
316 psdir = @psdir@
317 sbindir = @sbindir@
318 sharedstatedir = @sharedstatedir@
319 srcdir = @srcdir@
320 sysconfdir = @sysconfdir@
321 target = @target@
322 target_alias = @target_alias@
323 target_cpu = @target_cpu@
324 target_os = @target_os@
325 target_vendor = @target_vendor@
326 top_build_prefix = @top_build_prefix@
327 top_builddir = @top_builddir@
328 top_srcdir = @top_srcdir@
329 SUBDIRS = libical design-data scripts
330 all: all-recursive
331
332 .SUFFIXES:
333 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
334         @for dep in $?; do \
335           case '$(am__configure_deps)' in \
336             *$$dep*) \
337               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
338                 && { if test -f $@; then exit 0; else break; fi; }; \
339               exit 1;; \
340           esac; \
341         done; \
342         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/plugins/vcalendar/libical/Makefile'; \
343         $(am__cd) $(top_srcdir) && \
344           $(AUTOMAKE) --foreign src/plugins/vcalendar/libical/Makefile
345 .PRECIOUS: Makefile
346 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
347         @case '$?' in \
348           *config.status*) \
349             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
350           *) \
351             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
352             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
353         esac;
354
355 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
356         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
357
358 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
359         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
360 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
361         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
362 $(am__aclocal_m4_deps):
363
364 mostlyclean-libtool:
365         -rm -f *.lo
366
367 clean-libtool:
368         -rm -rf .libs _libs
369
370 # This directory's subdirectories are mostly independent; you can cd
371 # into them and run `make' without going through this Makefile.
372 # To change the values of `make' variables: instead of editing Makefiles,
373 # (1) if the variable is set in `config.status', edit `config.status'
374 #     (which will cause the Makefiles to be regenerated when you run `make');
375 # (2) otherwise, pass the desired values on the `make' command line.
376 $(RECURSIVE_TARGETS):
377         @fail= failcom='exit 1'; \
378         for f in x $$MAKEFLAGS; do \
379           case $$f in \
380             *=* | --[!k]*);; \
381             *k*) failcom='fail=yes';; \
382           esac; \
383         done; \
384         dot_seen=no; \
385         target=`echo $@ | sed s/-recursive//`; \
386         list='$(SUBDIRS)'; for subdir in $$list; do \
387           echo "Making $$target in $$subdir"; \
388           if test "$$subdir" = "."; then \
389             dot_seen=yes; \
390             local_target="$$target-am"; \
391           else \
392             local_target="$$target"; \
393           fi; \
394           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
395           || eval $$failcom; \
396         done; \
397         if test "$$dot_seen" = "no"; then \
398           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
399         fi; test -z "$$fail"
400
401 $(RECURSIVE_CLEAN_TARGETS):
402         @fail= failcom='exit 1'; \
403         for f in x $$MAKEFLAGS; do \
404           case $$f in \
405             *=* | --[!k]*);; \
406             *k*) failcom='fail=yes';; \
407           esac; \
408         done; \
409         dot_seen=no; \
410         case "$@" in \
411           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
412           *) list='$(SUBDIRS)' ;; \
413         esac; \
414         rev=''; for subdir in $$list; do \
415           if test "$$subdir" = "."; then :; else \
416             rev="$$subdir $$rev"; \
417           fi; \
418         done; \
419         rev="$$rev ."; \
420         target=`echo $@ | sed s/-recursive//`; \
421         for subdir in $$rev; do \
422           echo "Making $$target in $$subdir"; \
423           if test "$$subdir" = "."; then \
424             local_target="$$target-am"; \
425           else \
426             local_target="$$target"; \
427           fi; \
428           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
429           || eval $$failcom; \
430         done && test -z "$$fail"
431 tags-recursive:
432         list='$(SUBDIRS)'; for subdir in $$list; do \
433           test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
434         done
435 ctags-recursive:
436         list='$(SUBDIRS)'; for subdir in $$list; do \
437           test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
438         done
439
440 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
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         mkid -fID $$unique
448 tags: TAGS
449
450 TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
451                 $(TAGS_FILES) $(LISP)
452         set x; \
453         here=`pwd`; \
454         if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
455           include_option=--etags-include; \
456           empty_fix=.; \
457         else \
458           include_option=--include; \
459           empty_fix=; \
460         fi; \
461         list='$(SUBDIRS)'; for subdir in $$list; do \
462           if test "$$subdir" = .; then :; else \
463             test ! -f $$subdir/TAGS || \
464               set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
465           fi; \
466         done; \
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         shift; \
474         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
475           test -n "$$unique" || unique=$$empty_fix; \
476           if test $$# -gt 0; then \
477             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
478               "$$@" $$unique; \
479           else \
480             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
481               $$unique; \
482           fi; \
483         fi
484 ctags: CTAGS
485 CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
486                 $(TAGS_FILES) $(LISP)
487         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
488         unique=`for i in $$list; do \
489             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
490           done | \
491           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
492               END { if (nonempty) { for (i in files) print i; }; }'`; \
493         test -z "$(CTAGS_ARGS)$$unique" \
494           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
495              $$unique
496
497 GTAGS:
498         here=`$(am__cd) $(top_builddir) && pwd` \
499           && $(am__cd) $(top_srcdir) \
500           && gtags -i $(GTAGS_ARGS) "$$here"
501
502 distclean-tags:
503         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
504
505 distdir: $(DISTFILES)
506         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
507         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
508         list='$(DISTFILES)'; \
509           dist_files=`for file in $$list; do echo $$file; done | \
510           sed -e "s|^$$srcdirstrip/||;t" \
511               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
512         case $$dist_files in \
513           */*) $(MKDIR_P) `echo "$$dist_files" | \
514                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
515                            sort -u` ;; \
516         esac; \
517         for file in $$dist_files; do \
518           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
519           if test -d $$d/$$file; then \
520             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
521             if test -d "$(distdir)/$$file"; then \
522               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
523             fi; \
524             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
525               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
526               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
527             fi; \
528             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
529           else \
530             test -f "$(distdir)/$$file" \
531             || cp -p $$d/$$file "$(distdir)/$$file" \
532             || exit 1; \
533           fi; \
534         done
535         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
536           if test "$$subdir" = .; then :; else \
537             $(am__make_dryrun) \
538               || test -d "$(distdir)/$$subdir" \
539               || $(MKDIR_P) "$(distdir)/$$subdir" \
540               || exit 1; \
541             dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
542             $(am__relativize); \
543             new_distdir=$$reldir; \
544             dir1=$$subdir; dir2="$(top_distdir)"; \
545             $(am__relativize); \
546             new_top_distdir=$$reldir; \
547             echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
548             echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
549             ($(am__cd) $$subdir && \
550               $(MAKE) $(AM_MAKEFLAGS) \
551                 top_distdir="$$new_top_distdir" \
552                 distdir="$$new_distdir" \
553                 am__remove_distdir=: \
554                 am__skip_length_check=: \
555                 am__skip_mode_fix=: \
556                 distdir) \
557               || exit 1; \
558           fi; \
559         done
560 check-am: all-am
561 check: check-recursive
562 all-am: Makefile
563 installdirs: installdirs-recursive
564 installdirs-am:
565 install: install-recursive
566 install-exec: install-exec-recursive
567 install-data: install-data-recursive
568 uninstall: uninstall-recursive
569
570 install-am: all-am
571         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
572
573 installcheck: installcheck-recursive
574 install-strip:
575         if test -z '$(STRIP)'; then \
576           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
577             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
578               install; \
579         else \
580           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
581             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
582             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
583         fi
584 mostlyclean-generic:
585
586 clean-generic:
587
588 distclean-generic:
589         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
590         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
591
592 maintainer-clean-generic:
593         @echo "This command is intended for maintainers to use"
594         @echo "it deletes files that may require special tools to rebuild."
595 clean: clean-recursive
596
597 clean-am: clean-generic clean-libtool mostlyclean-am
598
599 distclean: distclean-recursive
600         -rm -f Makefile
601 distclean-am: clean-am distclean-generic distclean-tags
602
603 dvi: dvi-recursive
604
605 dvi-am:
606
607 html: html-recursive
608
609 html-am:
610
611 info: info-recursive
612
613 info-am:
614
615 install-data-am:
616
617 install-dvi: install-dvi-recursive
618
619 install-dvi-am:
620
621 install-exec-am:
622
623 install-html: install-html-recursive
624
625 install-html-am:
626
627 install-info: install-info-recursive
628
629 install-info-am:
630
631 install-man:
632
633 install-pdf: install-pdf-recursive
634
635 install-pdf-am:
636
637 install-ps: install-ps-recursive
638
639 install-ps-am:
640
641 installcheck-am:
642
643 maintainer-clean: maintainer-clean-recursive
644         -rm -f Makefile
645 maintainer-clean-am: distclean-am maintainer-clean-generic
646
647 mostlyclean: mostlyclean-recursive
648
649 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
650
651 pdf: pdf-recursive
652
653 pdf-am:
654
655 ps: ps-recursive
656
657 ps-am:
658
659 uninstall-am:
660
661 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
662         install-am install-strip tags-recursive
663
664 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
665         all all-am check check-am clean clean-generic clean-libtool \
666         ctags ctags-recursive distclean distclean-generic \
667         distclean-libtool distclean-tags distdir dvi dvi-am html \
668         html-am info info-am install install-am install-data \
669         install-data-am install-dvi install-dvi-am install-exec \
670         install-exec-am install-html install-html-am install-info \
671         install-info-am install-man install-pdf install-pdf-am \
672         install-ps install-ps-am install-strip installcheck \
673         installcheck-am installdirs installdirs-am maintainer-clean \
674         maintainer-clean-generic mostlyclean mostlyclean-generic \
675         mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
676         uninstall uninstall-am
677
678
679 # Tell versions [3.59,3.63) of GNU make to not export all variables.
680 # Otherwise a system limit (for SysV at least) may be exceeded.
681 .NOEXPORT: