Imported Upstream version 1.0.0
[platform/upstream/libical.git] / Makefile.in
1 # Makefile.in generated by automake 1.12.2 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994-2012 Free Software Foundation, Inc.
5
6 # This Makefile.in is free software; the Free Software Foundation
7 # gives unlimited permission to copy and/or distribute it,
8 # with or without modifications, as long as this notice is preserved.
9
10 # This program is distributed in the hope that it will be useful,
11 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13 # PARTICULAR PURPOSE.
14
15 @SET_MAKE@
16
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 = .
55 DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
56         $(srcdir)/Makefile.in $(srcdir)/config.h.in \
57         $(srcdir)/libical.pc.in $(top_srcdir)/configure AUTHORS \
58         COPYING ChangeLog INSTALL NEWS THANKS TODO config.guess \
59         config.sub depcomp install-sh ltmain.sh missing mkinstalldirs \
60         py-compile ylwrap
61 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
62 am__aclocal_m4_deps = $(top_srcdir)/configure.in
63 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
64         $(ACLOCAL_M4)
65 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
66  configure.lineno config.status.lineno
67 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
68 CONFIG_HEADER = config.h
69 CONFIG_CLEAN_FILES = libical.pc
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 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
86 am__vpath_adj = case $$p in \
87     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
88     *) f=$$p;; \
89   esac;
90 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
91 am__install_max = 40
92 am__nobase_strip_setup = \
93   srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
94 am__nobase_strip = \
95   for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
96 am__nobase_list = $(am__nobase_strip_setup); \
97   for p in $$list; do echo "$$p $$p"; done | \
98   sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
99   $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
100     if (++n[$$2] == $(am__install_max)) \
101       { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
102     END { for (dir in files) print dir, files[dir] }'
103 am__base_list = \
104   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
105   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
106 am__uninstall_files_from_dir = { \
107   test -z "$$files" \
108     || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
109     || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
110          $(am__cd) "$$dir" && rm -f $$files; }; \
111   }
112 am__installdirs = "$(DESTDIR)$(pkgconfigdir)"
113 DATA = $(pkgconfig_DATA)
114 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
115   distclean-recursive maintainer-clean-recursive
116 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
117         $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
118         cscope distdir dist dist-all distcheck
119 ETAGS = etags
120 CTAGS = ctags
121 CSCOPE = cscope
122 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
123 distdir = $(PACKAGE)-$(VERSION)
124 top_distdir = $(distdir)
125 am__remove_distdir = \
126   if test -d "$(distdir)"; then \
127     find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
128       && rm -rf "$(distdir)" \
129       || { sleep 5 && rm -rf "$(distdir)"; }; \
130   else :; fi
131 am__post_remove_distdir = $(am__remove_distdir)
132 am__relativize = \
133   dir0=`pwd`; \
134   sed_first='s,^\([^/]*\)/.*$$,\1,'; \
135   sed_rest='s,^[^/]*/*,,'; \
136   sed_last='s,^.*/\([^/]*\)$$,\1,'; \
137   sed_butlast='s,/*[^/]*$$,,'; \
138   while test -n "$$dir1"; do \
139     first=`echo "$$dir1" | sed -e "$$sed_first"`; \
140     if test "$$first" != "."; then \
141       if test "$$first" = ".."; then \
142         dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
143         dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
144       else \
145         first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
146         if test "$$first2" = "$$first"; then \
147           dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
148         else \
149           dir2="../$$dir2"; \
150         fi; \
151         dir0="$$dir0"/"$$first"; \
152       fi; \
153     fi; \
154     dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
155   done; \
156   reldir="$$dir2"
157 DIST_ARCHIVES = $(distdir).tar.gz
158 GZIP_ENV = --best
159 DIST_TARGETS = dist-gzip
160 distuninstallcheck_listfiles = find . -type f -print
161 am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
162   | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
163 distcleancheck_listfiles = find . -type f -print
164 ACLOCAL = @ACLOCAL@
165 AMTAR = @AMTAR@
166 AR = @AR@
167 AUTOCONF = @AUTOCONF@
168 AUTOHEADER = @AUTOHEADER@
169 AUTOMAKE = @AUTOMAKE@
170 AWK = @AWK@
171 BDB_DIR = @BDB_DIR@
172 BDB_DIR_INCLUDE = @BDB_DIR_INCLUDE@
173 BDB_DIR_LIB = @BDB_DIR_LIB@
174 BDB_LIB = @BDB_LIB@
175 BDB_VERSION = @BDB_VERSION@
176 CC = @CC@
177 CCDEPMODE = @CCDEPMODE@
178 CFLAGS = @CFLAGS@
179 CPP = @CPP@
180 CPPFLAGS = @CPPFLAGS@
181 CXX = @CXX@
182 CXXCPP = @CXXCPP@
183 CXXDEPMODE = @CXXDEPMODE@
184 CXXFLAGS = @CXXFLAGS@
185 CYGPATH_W = @CYGPATH_W@
186 DEFS = @DEFS@
187 DEPDIR = @DEPDIR@
188 DLLTOOL = @DLLTOOL@
189 DSYMUTIL = @DSYMUTIL@
190 DUMPBIN = @DUMPBIN@
191 ECHO_C = @ECHO_C@
192 ECHO_N = @ECHO_N@
193 ECHO_T = @ECHO_T@
194 EGREP = @EGREP@
195 EXEEXT = @EXEEXT@
196 FGREP = @FGREP@
197 GREP = @GREP@
198 INSTALL = @INSTALL@
199 INSTALL_DATA = @INSTALL_DATA@
200 INSTALL_PROGRAM = @INSTALL_PROGRAM@
201 INSTALL_SCRIPT = @INSTALL_SCRIPT@
202 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
203 JAR = @JAR@
204 JAVA = @JAVA@
205 JAVAC = @JAVAC@
206 JAVAH = @JAVAH@
207 JAVA_PLATFORM = @JAVA_PLATFORM@
208 LD = @LD@
209 LDFLAGS = @LDFLAGS@
210 LEX = @LEX@
211 LEXLIB = @LEXLIB@
212 LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
213 LIBOBJS = @LIBOBJS@
214 LIBS = @LIBS@
215 LIBTOOL = @LIBTOOL@
216 LIPO = @LIPO@
217 LN_S = @LN_S@
218 LTLIBOBJS = @LTLIBOBJS@
219 MAINT = @MAINT@
220 MAKEINFO = @MAKEINFO@
221 MANIFEST_TOOL = @MANIFEST_TOOL@
222 MKDIR_P = @MKDIR_P@
223 NM = @NM@
224 NMEDIT = @NMEDIT@
225 OBJDUMP = @OBJDUMP@
226 OBJEXT = @OBJEXT@
227 OTOOL = @OTOOL@
228 OTOOL64 = @OTOOL64@
229 PACKAGE = @PACKAGE@
230 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
231 PACKAGE_NAME = @PACKAGE_NAME@
232 PACKAGE_STRING = @PACKAGE_STRING@
233 PACKAGE_TARNAME = @PACKAGE_TARNAME@
234 PACKAGE_URL = @PACKAGE_URL@
235 PACKAGE_VERSION = @PACKAGE_VERSION@
236 PATH_SEPARATOR = @PATH_SEPARATOR@
237 PERL = @PERL@
238 PTHREAD_LIBS = @PTHREAD_LIBS@
239 PYTHON = @PYTHON@
240 PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
241 PYTHON_PLATFORM = @PYTHON_PLATFORM@
242 PYTHON_PREFIX = @PYTHON_PREFIX@
243 PYTHON_VERSION = @PYTHON_VERSION@
244 PY_CFLAGS = @PY_CFLAGS@
245 RANLIB = @RANLIB@
246 SED = @SED@
247 SET_MAKE = @SET_MAKE@
248 SHELL = @SHELL@
249 STRIP = @STRIP@
250 VERSION = @VERSION@
251 YACC = @YACC@
252 YFLAGS = @YFLAGS@
253 ZONE_INFO = @ZONE_INFO@
254 abs_builddir = @abs_builddir@
255 abs_srcdir = @abs_srcdir@
256 abs_top_builddir = @abs_top_builddir@
257 abs_top_srcdir = @abs_top_srcdir@
258 ac_ct_AR = @ac_ct_AR@
259 ac_ct_CC = @ac_ct_CC@
260 ac_ct_CXX = @ac_ct_CXX@
261 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
262 am__include = @am__include@
263 am__leading_dot = @am__leading_dot@
264 am__quote = @am__quote@
265 am__tar = @am__tar@
266 am__untar = @am__untar@
267 bindir = @bindir@
268 build = @build@
269 build_alias = @build_alias@
270 build_cpu = @build_cpu@
271 build_os = @build_os@
272 build_vendor = @build_vendor@
273 builddir = @builddir@
274 datadir = @datadir@
275 datarootdir = @datarootdir@
276 docdir = @docdir@
277 dvidir = @dvidir@
278 exec_prefix = @exec_prefix@
279 host = @host@
280 host_alias = @host_alias@
281 host_cpu = @host_cpu@
282 host_os = @host_os@
283 host_vendor = @host_vendor@
284 htmldir = @htmldir@
285 includedir = @includedir@
286 infodir = @infodir@
287 install_sh = @install_sh@
288 libdir = @libdir@
289 libexecdir = @libexecdir@
290 localedir = @localedir@
291 localstatedir = @localstatedir@
292 mandir = @mandir@
293 mkdir_p = @mkdir_p@
294 oldincludedir = @oldincludedir@
295 pdfdir = @pdfdir@
296 pkgpyexecdir = @pkgpyexecdir@
297 pkgpythondir = @pkgpythondir@
298 prefix = @prefix@
299 program_transform_name = @program_transform_name@
300 psdir = @psdir@
301 pyexecdir = @pyexecdir@
302 pythondir = @pythondir@
303 sbindir = @sbindir@
304 sharedstatedir = @sharedstatedir@
305 srcdir = @srcdir@
306 swig_val = @swig_val@
307 sysconfdir = @sysconfdir@
308 target = @target@
309 target_alias = @target_alias@
310 target_cpu = @target_cpu@
311 target_os = @target_os@
312 target_vendor = @target_vendor@
313 top_build_prefix = @top_build_prefix@
314 top_builddir = @top_builddir@
315 top_srcdir = @top_srcdir@
316 EXTRA_DIST = \
317         ChangeLog \
318         COPYING \
319         README \
320         TEST \
321         TODO
322
323 pkgconfigdir = $(libdir)/pkgconfig
324 pkgconfig_DATA = libical.pc
325 CLEANFILES = libical.pc
326 SUBDIRS = design-data doc scripts test-data src examples @ZONE_INFO@
327 DIST_SUBDIRS = design-data doc scripts test-data src examples @ZONE_INFO@
328 all: config.h
329         $(MAKE) $(AM_MAKEFLAGS) all-recursive
330
331 .SUFFIXES:
332 am--refresh: Makefile
333         @:
334 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
335         @for dep in $?; do \
336           case '$(am__configure_deps)' in \
337             *$$dep*) \
338               echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \
339               $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \
340                 && exit 0; \
341               exit 1;; \
342           esac; \
343         done; \
344         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
345         $(am__cd) $(top_srcdir) && \
346           $(AUTOMAKE) --gnu Makefile
347 .PRECIOUS: Makefile
348 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
349         @case '$?' in \
350           *config.status*) \
351             echo ' $(SHELL) ./config.status'; \
352             $(SHELL) ./config.status;; \
353           *) \
354             echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
355             cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
356         esac;
357
358 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
359         $(SHELL) ./config.status --recheck
360
361 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
362         $(am__cd) $(srcdir) && $(AUTOCONF)
363 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
364         $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
365 $(am__aclocal_m4_deps):
366
367 config.h: stamp-h1
368         @if test ! -f $@; then rm -f stamp-h1; else :; fi
369         @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) stamp-h1; else :; fi
370
371 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
372         @rm -f stamp-h1
373         cd $(top_builddir) && $(SHELL) ./config.status config.h
374 $(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 
375         ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
376         rm -f stamp-h1
377         touch $@
378
379 distclean-hdr:
380         -rm -f config.h stamp-h1
381 libical.pc: $(top_builddir)/config.status $(srcdir)/libical.pc.in
382         cd $(top_builddir) && $(SHELL) ./config.status $@
383
384 mostlyclean-libtool:
385         -rm -f *.lo
386
387 clean-libtool:
388         -rm -rf .libs _libs
389
390 distclean-libtool:
391         -rm -f libtool config.lt
392 install-pkgconfigDATA: $(pkgconfig_DATA)
393         @$(NORMAL_INSTALL)
394         @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
395         if test -n "$$list"; then \
396           echo " $(MKDIR_P) '$(DESTDIR)$(pkgconfigdir)'"; \
397           $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)" || exit 1; \
398         fi; \
399         for p in $$list; do \
400           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
401           echo "$$d$$p"; \
402         done | $(am__base_list) | \
403         while read files; do \
404           echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgconfigdir)'"; \
405           $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgconfigdir)" || exit $$?; \
406         done
407
408 uninstall-pkgconfigDATA:
409         @$(NORMAL_UNINSTALL)
410         @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
411         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
412         dir='$(DESTDIR)$(pkgconfigdir)'; $(am__uninstall_files_from_dir)
413
414 # This directory's subdirectories are mostly independent; you can cd
415 # into them and run 'make' without going through this Makefile.
416 # To change the values of 'make' variables: instead of editing Makefiles,
417 # (1) if the variable is set in 'config.status', edit 'config.status'
418 #     (which will cause the Makefiles to be regenerated when you run 'make');
419 # (2) otherwise, pass the desired values on the 'make' command line.
420 $(RECURSIVE_TARGETS) $(RECURSIVE_CLEAN_TARGETS):
421         @fail= failcom='exit 1'; \
422         for f in x $$MAKEFLAGS; do \
423           case $$f in \
424             *=* | --[!k]*);; \
425             *k*) failcom='fail=yes';; \
426           esac; \
427         done; \
428         dot_seen=no; \
429         target=`echo $@ | sed s/-recursive//`; \
430         case "$@" in \
431           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
432           *) list='$(SUBDIRS)' ;; \
433         esac; \
434         for subdir in $$list; do \
435           echo "Making $$target in $$subdir"; \
436           if test "$$subdir" = "."; then \
437             dot_seen=yes; \
438             local_target="$$target-am"; \
439           else \
440             local_target="$$target"; \
441           fi; \
442           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
443           || eval $$failcom; \
444         done; \
445         if test "$$dot_seen" = "no"; then \
446           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
447         fi; test -z "$$fail"
448 tags-recursive:
449         list='$(SUBDIRS)'; for subdir in $$list; do \
450           test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
451         done
452 ctags-recursive:
453         list='$(SUBDIRS)'; for subdir in $$list; do \
454           test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
455         done
456 cscopelist-recursive:
457         list='$(SUBDIRS)'; for subdir in $$list; do \
458           test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) cscopelist); \
459         done
460
461 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
462         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
463         unique=`for i in $$list; do \
464             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
465           done | \
466           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
467               END { if (nonempty) { for (i in files) print i; }; }'`; \
468         mkid -fID $$unique
469 tags: TAGS
470
471 TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
472                 $(TAGS_FILES) $(LISP)
473         set x; \
474         here=`pwd`; \
475         if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
476           include_option=--etags-include; \
477           empty_fix=.; \
478         else \
479           include_option=--include; \
480           empty_fix=; \
481         fi; \
482         list='$(SUBDIRS)'; for subdir in $$list; do \
483           if test "$$subdir" = .; then :; else \
484             test ! -f $$subdir/TAGS || \
485               set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
486           fi; \
487         done; \
488         list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
489         unique=`for i in $$list; do \
490             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
491           done | \
492           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
493               END { if (nonempty) { for (i in files) print i; }; }'`; \
494         shift; \
495         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
496           test -n "$$unique" || unique=$$empty_fix; \
497           if test $$# -gt 0; then \
498             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
499               "$$@" $$unique; \
500           else \
501             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
502               $$unique; \
503           fi; \
504         fi
505 ctags: CTAGS
506 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
507                 $(TAGS_FILES) $(LISP)
508         list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
509         unique=`for i in $$list; do \
510             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
511           done | \
512           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
513               END { if (nonempty) { for (i in files) print i; }; }'`; \
514         test -z "$(CTAGS_ARGS)$$unique" \
515           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
516              $$unique
517
518 GTAGS:
519         here=`$(am__cd) $(top_builddir) && pwd` \
520           && $(am__cd) $(top_srcdir) \
521           && gtags -i $(GTAGS_ARGS) "$$here"
522
523 cscope: cscope.files
524         test ! -s cscope.files \
525           || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
526
527 clean-cscope:
528         -rm -f cscope.files
529
530 cscope.files: clean-cscope cscopelist-recursive cscopelist
531
532 cscopelist: cscopelist-recursive $(HEADERS) $(SOURCES) $(LISP)
533         list='$(SOURCES) $(HEADERS) $(LISP)'; \
534         case "$(srcdir)" in \
535           [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
536           *) sdir=$(subdir)/$(srcdir) ;; \
537         esac; \
538         for i in $$list; do \
539           if test -f "$$i"; then \
540             echo "$(subdir)/$$i"; \
541           else \
542             echo "$$sdir/$$i"; \
543           fi; \
544         done >> $(top_builddir)/cscope.files
545
546 distclean-tags:
547         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
548         -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
549
550 distdir: $(DISTFILES)
551         $(am__remove_distdir)
552         test -d "$(distdir)" || mkdir "$(distdir)"
553         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
554         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
555         list='$(DISTFILES)'; \
556           dist_files=`for file in $$list; do echo $$file; done | \
557           sed -e "s|^$$srcdirstrip/||;t" \
558               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
559         case $$dist_files in \
560           */*) $(MKDIR_P) `echo "$$dist_files" | \
561                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
562                            sort -u` ;; \
563         esac; \
564         for file in $$dist_files; do \
565           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
566           if test -d $$d/$$file; then \
567             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
568             if test -d "$(distdir)/$$file"; then \
569               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
570             fi; \
571             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
572               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
573               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
574             fi; \
575             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
576           else \
577             test -f "$(distdir)/$$file" \
578             || cp -p $$d/$$file "$(distdir)/$$file" \
579             || exit 1; \
580           fi; \
581         done
582         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
583           if test "$$subdir" = .; then :; else \
584             $(am__make_dryrun) \
585               || test -d "$(distdir)/$$subdir" \
586               || $(MKDIR_P) "$(distdir)/$$subdir" \
587               || exit 1; \
588             dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
589             $(am__relativize); \
590             new_distdir=$$reldir; \
591             dir1=$$subdir; dir2="$(top_distdir)"; \
592             $(am__relativize); \
593             new_top_distdir=$$reldir; \
594             echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
595             echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
596             ($(am__cd) $$subdir && \
597               $(MAKE) $(AM_MAKEFLAGS) \
598                 top_distdir="$$new_top_distdir" \
599                 distdir="$$new_distdir" \
600                 am__remove_distdir=: \
601                 am__skip_length_check=: \
602                 am__skip_mode_fix=: \
603                 distdir) \
604               || exit 1; \
605           fi; \
606         done
607         -test -n "$(am__skip_mode_fix)" \
608         || find "$(distdir)" -type d ! -perm -755 \
609                 -exec chmod u+rwx,go+rx {} \; -o \
610           ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
611           ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
612           ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
613         || chmod -R a+r "$(distdir)"
614 dist-gzip: distdir
615         tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
616         $(am__post_remove_distdir)
617
618 dist-bzip2: distdir
619         tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
620         $(am__post_remove_distdir)
621
622 dist-lzip: distdir
623         tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
624         $(am__post_remove_distdir)
625
626 dist-xz: distdir
627         tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
628         $(am__post_remove_distdir)
629
630 dist-tarZ: distdir
631         tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
632         $(am__post_remove_distdir)
633
634 dist-shar: distdir
635         shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
636         $(am__post_remove_distdir)
637
638 dist-zip: distdir
639         -rm -f $(distdir).zip
640         zip -rq $(distdir).zip $(distdir)
641         $(am__post_remove_distdir)
642
643 dist dist-all:
644         $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
645         $(am__post_remove_distdir)
646
647 # This target untars the dist file and tries a VPATH configuration.  Then
648 # it guarantees that the distribution is self-contained by making another
649 # tarfile.
650 distcheck: dist
651         case '$(DIST_ARCHIVES)' in \
652         *.tar.gz*) \
653           GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
654         *.tar.bz2*) \
655           bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
656         *.tar.lz*) \
657           lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
658         *.tar.xz*) \
659           xz -dc $(distdir).tar.xz | $(am__untar) ;;\
660         *.tar.Z*) \
661           uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
662         *.shar.gz*) \
663           GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
664         *.zip*) \
665           unzip $(distdir).zip ;;\
666         esac
667         chmod -R a-w $(distdir); chmod u+w $(distdir)
668         mkdir $(distdir)/_build
669         mkdir $(distdir)/_inst
670         chmod a-w $(distdir)
671         test -d $(distdir)/_build || exit 0; \
672         dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
673           && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
674           && am__cwd=`pwd` \
675           && $(am__cd) $(distdir)/_build \
676           && ../configure --srcdir=.. --prefix="$$dc_install_base" \
677             $(AM_DISTCHECK_CONFIGURE_FLAGS) \
678             $(DISTCHECK_CONFIGURE_FLAGS) \
679           && $(MAKE) $(AM_MAKEFLAGS) \
680           && $(MAKE) $(AM_MAKEFLAGS) dvi \
681           && $(MAKE) $(AM_MAKEFLAGS) check \
682           && $(MAKE) $(AM_MAKEFLAGS) install \
683           && $(MAKE) $(AM_MAKEFLAGS) installcheck \
684           && $(MAKE) $(AM_MAKEFLAGS) uninstall \
685           && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
686                 distuninstallcheck \
687           && chmod -R a-w "$$dc_install_base" \
688           && ({ \
689                (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
690                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
691                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
692                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
693                     distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
694               } || { rm -rf "$$dc_destdir"; exit 1; }) \
695           && rm -rf "$$dc_destdir" \
696           && $(MAKE) $(AM_MAKEFLAGS) dist \
697           && rm -rf $(DIST_ARCHIVES) \
698           && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
699           && cd "$$am__cwd" \
700           || exit 1
701         $(am__post_remove_distdir)
702         @(echo "$(distdir) archives ready for distribution: "; \
703           list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
704           sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
705 distuninstallcheck:
706         @test -n '$(distuninstallcheck_dir)' || { \
707           echo 'ERROR: trying to run $@ with an empty' \
708                '$$(distuninstallcheck_dir)' >&2; \
709           exit 1; \
710         }; \
711         $(am__cd) '$(distuninstallcheck_dir)' || { \
712           echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
713           exit 1; \
714         }; \
715         test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
716            || { echo "ERROR: files left after uninstall:" ; \
717                 if test -n "$(DESTDIR)"; then \
718                   echo "  (check DESTDIR support)"; \
719                 fi ; \
720                 $(distuninstallcheck_listfiles) ; \
721                 exit 1; } >&2
722 distcleancheck: distclean
723         @if test '$(srcdir)' = . ; then \
724           echo "ERROR: distcleancheck can only run from a VPATH build" ; \
725           exit 1 ; \
726         fi
727         @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
728           || { echo "ERROR: files left in build directory after distclean:" ; \
729                $(distcleancheck_listfiles) ; \
730                exit 1; } >&2
731 check-am: all-am
732 check: check-recursive
733 all-am: Makefile $(DATA) config.h
734 installdirs: installdirs-recursive
735 installdirs-am:
736         for dir in "$(DESTDIR)$(pkgconfigdir)"; do \
737           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
738         done
739 install: install-recursive
740 install-exec: install-exec-recursive
741 install-data: install-data-recursive
742 uninstall: uninstall-recursive
743
744 install-am: all-am
745         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
746
747 installcheck: installcheck-recursive
748 install-strip:
749         if test -z '$(STRIP)'; then \
750           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
751             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
752               install; \
753         else \
754           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
755             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
756             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
757         fi
758 mostlyclean-generic:
759
760 clean-generic:
761         -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
762
763 distclean-generic:
764         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
765         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
766
767 maintainer-clean-generic:
768         @echo "This command is intended for maintainers to use"
769         @echo "it deletes files that may require special tools to rebuild."
770 clean: clean-recursive
771
772 clean-am: clean-generic clean-libtool mostlyclean-am
773
774 distclean: distclean-recursive
775         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
776         -rm -f Makefile
777 distclean-am: clean-am distclean-generic distclean-hdr \
778         distclean-libtool distclean-tags
779
780 dvi: dvi-recursive
781
782 dvi-am:
783
784 html: html-recursive
785
786 html-am:
787
788 info: info-recursive
789
790 info-am:
791
792 install-data-am: install-pkgconfigDATA
793
794 install-dvi: install-dvi-recursive
795
796 install-dvi-am:
797
798 install-exec-am:
799
800 install-html: install-html-recursive
801
802 install-html-am:
803
804 install-info: install-info-recursive
805
806 install-info-am:
807
808 install-man:
809
810 install-pdf: install-pdf-recursive
811
812 install-pdf-am:
813
814 install-ps: install-ps-recursive
815
816 install-ps-am:
817
818 installcheck-am:
819
820 maintainer-clean: maintainer-clean-recursive
821         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
822         -rm -rf $(top_srcdir)/autom4te.cache
823         -rm -f Makefile
824 maintainer-clean-am: distclean-am maintainer-clean-generic
825
826 mostlyclean: mostlyclean-recursive
827
828 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
829
830 pdf: pdf-recursive
831
832 pdf-am:
833
834 ps: ps-recursive
835
836 ps-am:
837
838 uninstall-am: uninstall-pkgconfigDATA
839
840 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \
841         cscopelist-recursive ctags-recursive install-am install-strip \
842         tags-recursive
843
844 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
845         all all-am am--refresh check check-am clean clean-cscope \
846         clean-generic clean-libtool cscope cscopelist \
847         cscopelist-recursive ctags ctags-recursive dist dist-all \
848         dist-bzip2 dist-gzip dist-lzip dist-shar dist-tarZ dist-xz \
849         dist-zip distcheck distclean distclean-generic distclean-hdr \
850         distclean-libtool distclean-tags distcleancheck distdir \
851         distuninstallcheck dvi dvi-am html html-am info info-am \
852         install install-am install-data install-data-am install-dvi \
853         install-dvi-am install-exec install-exec-am install-html \
854         install-html-am install-info install-info-am install-man \
855         install-pdf install-pdf-am install-pkgconfigDATA install-ps \
856         install-ps-am install-strip installcheck installcheck-am \
857         installdirs installdirs-am maintainer-clean \
858         maintainer-clean-generic mostlyclean mostlyclean-generic \
859         mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
860         uninstall uninstall-am uninstall-pkgconfigDATA
861
862
863 # Tell versions [3.59,3.63) of GNU make to not export all variables.
864 # Otherwise a system limit (for SysV at least) may be exceeded.
865 .NOEXPORT: