Imported Upstream version 1.0.0
[platform/upstream/libical.git] / src / 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 = src
55 DIST_COMMON = $(include_HEADERS) $(srcdir)/Makefile.am \
56         $(srcdir)/Makefile.in $(top_srcdir)/mkinstalldirs
57 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
58 am__aclocal_m4_deps = $(top_srcdir)/configure.in
59 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
60         $(ACLOCAL_M4)
61 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
62 CONFIG_HEADER = $(top_builddir)/config.h
63 CONFIG_CLEAN_FILES =
64 CONFIG_CLEAN_VPATH_FILES =
65 SOURCES =
66 DIST_SOURCES =
67 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
68         html-recursive info-recursive install-data-recursive \
69         install-dvi-recursive install-exec-recursive \
70         install-html-recursive install-info-recursive \
71         install-pdf-recursive install-ps-recursive install-recursive \
72         installcheck-recursive installdirs-recursive pdf-recursive \
73         ps-recursive uninstall-recursive
74 am__can_run_installinfo = \
75   case $$AM_UPDATE_INFO_DIR in \
76     n|no|NO) false;; \
77     *) (install-info --version) >/dev/null 2>&1;; \
78   esac
79 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
80 am__vpath_adj = case $$p in \
81     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
82     *) f=$$p;; \
83   esac;
84 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
85 am__install_max = 40
86 am__nobase_strip_setup = \
87   srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
88 am__nobase_strip = \
89   for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
90 am__nobase_list = $(am__nobase_strip_setup); \
91   for p in $$list; do echo "$$p $$p"; done | \
92   sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
93   $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
94     if (++n[$$2] == $(am__install_max)) \
95       { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
96     END { for (dir in files) print dir, files[dir] }'
97 am__base_list = \
98   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
99   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
100 am__uninstall_files_from_dir = { \
101   test -z "$$files" \
102     || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
103     || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
104          $(am__cd) "$$dir" && rm -f $$files; }; \
105   }
106 am__installdirs = "$(DESTDIR)$(includedir)"
107 HEADERS = $(include_HEADERS)
108 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
109   distclean-recursive maintainer-clean-recursive
110 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
111         $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
112         distdir
113 ETAGS = etags
114 CTAGS = ctags
115 DIST_SUBDIRS = libical libicalss libicalvcal test python
116 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
117 am__relativize = \
118   dir0=`pwd`; \
119   sed_first='s,^\([^/]*\)/.*$$,\1,'; \
120   sed_rest='s,^[^/]*/*,,'; \
121   sed_last='s,^.*/\([^/]*\)$$,\1,'; \
122   sed_butlast='s,/*[^/]*$$,,'; \
123   while test -n "$$dir1"; do \
124     first=`echo "$$dir1" | sed -e "$$sed_first"`; \
125     if test "$$first" != "."; then \
126       if test "$$first" = ".."; then \
127         dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
128         dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
129       else \
130         first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
131         if test "$$first2" = "$$first"; then \
132           dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
133         else \
134           dir2="../$$dir2"; \
135         fi; \
136         dir0="$$dir0"/"$$first"; \
137       fi; \
138     fi; \
139     dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
140   done; \
141   reldir="$$dir2"
142 ACLOCAL = @ACLOCAL@
143 AMTAR = @AMTAR@
144 AR = @AR@
145 AUTOCONF = @AUTOCONF@
146 AUTOHEADER = @AUTOHEADER@
147 AUTOMAKE = @AUTOMAKE@
148 AWK = @AWK@
149 BDB_DIR = @BDB_DIR@
150 BDB_DIR_INCLUDE = @BDB_DIR_INCLUDE@
151 BDB_DIR_LIB = @BDB_DIR_LIB@
152 BDB_LIB = @BDB_LIB@
153 BDB_VERSION = @BDB_VERSION@
154 CC = @CC@
155 CCDEPMODE = @CCDEPMODE@
156 CFLAGS = @CFLAGS@
157 CPP = @CPP@
158 CPPFLAGS = @CPPFLAGS@
159 CXX = @CXX@
160 CXXCPP = @CXXCPP@
161 CXXDEPMODE = @CXXDEPMODE@
162 CXXFLAGS = @CXXFLAGS@
163 CYGPATH_W = @CYGPATH_W@
164 DEFS = @DEFS@
165 DEPDIR = @DEPDIR@
166 DLLTOOL = @DLLTOOL@
167 DSYMUTIL = @DSYMUTIL@
168 DUMPBIN = @DUMPBIN@
169 ECHO_C = @ECHO_C@
170 ECHO_N = @ECHO_N@
171 ECHO_T = @ECHO_T@
172 EGREP = @EGREP@
173 EXEEXT = @EXEEXT@
174 FGREP = @FGREP@
175 GREP = @GREP@
176 INSTALL = @INSTALL@
177 INSTALL_DATA = @INSTALL_DATA@
178 INSTALL_PROGRAM = @INSTALL_PROGRAM@
179 INSTALL_SCRIPT = @INSTALL_SCRIPT@
180 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
181 JAR = @JAR@
182 JAVA = @JAVA@
183 JAVAC = @JAVAC@
184 JAVAH = @JAVAH@
185 JAVA_PLATFORM = @JAVA_PLATFORM@
186 LD = @LD@
187 LDFLAGS = @LDFLAGS@
188 LEX = @LEX@
189 LEXLIB = @LEXLIB@
190 LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
191 LIBOBJS = @LIBOBJS@
192 LIBS = @LIBS@
193 LIBTOOL = @LIBTOOL@
194 LIPO = @LIPO@
195 LN_S = @LN_S@
196 LTLIBOBJS = @LTLIBOBJS@
197 MAINT = @MAINT@
198 MAKEINFO = @MAKEINFO@
199 MANIFEST_TOOL = @MANIFEST_TOOL@
200 MKDIR_P = @MKDIR_P@
201 NM = @NM@
202 NMEDIT = @NMEDIT@
203 OBJDUMP = @OBJDUMP@
204 OBJEXT = @OBJEXT@
205 OTOOL = @OTOOL@
206 OTOOL64 = @OTOOL64@
207 PACKAGE = @PACKAGE@
208 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
209 PACKAGE_NAME = @PACKAGE_NAME@
210 PACKAGE_STRING = @PACKAGE_STRING@
211 PACKAGE_TARNAME = @PACKAGE_TARNAME@
212 PACKAGE_URL = @PACKAGE_URL@
213 PACKAGE_VERSION = @PACKAGE_VERSION@
214 PATH_SEPARATOR = @PATH_SEPARATOR@
215 PERL = @PERL@
216 PTHREAD_LIBS = @PTHREAD_LIBS@
217 PYTHON = @PYTHON@
218 PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
219 PYTHON_PLATFORM = @PYTHON_PLATFORM@
220 PYTHON_PREFIX = @PYTHON_PREFIX@
221 PYTHON_VERSION = @PYTHON_VERSION@
222 PY_CFLAGS = @PY_CFLAGS@
223 RANLIB = @RANLIB@
224 SED = @SED@
225 SET_MAKE = @SET_MAKE@
226 SHELL = @SHELL@
227 STRIP = @STRIP@
228 VERSION = @VERSION@
229 YACC = @YACC@
230 YFLAGS = @YFLAGS@
231 ZONE_INFO = @ZONE_INFO@
232 abs_builddir = @abs_builddir@
233 abs_srcdir = @abs_srcdir@
234 abs_top_builddir = @abs_top_builddir@
235 abs_top_srcdir = @abs_top_srcdir@
236 ac_ct_AR = @ac_ct_AR@
237 ac_ct_CC = @ac_ct_CC@
238 ac_ct_CXX = @ac_ct_CXX@
239 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
240 am__include = @am__include@
241 am__leading_dot = @am__leading_dot@
242 am__quote = @am__quote@
243 am__tar = @am__tar@
244 am__untar = @am__untar@
245 bindir = @bindir@
246 build = @build@
247 build_alias = @build_alias@
248 build_cpu = @build_cpu@
249 build_os = @build_os@
250 build_vendor = @build_vendor@
251 builddir = @builddir@
252 datadir = @datadir@
253 datarootdir = @datarootdir@
254 docdir = @docdir@
255 dvidir = @dvidir@
256 exec_prefix = @exec_prefix@
257 host = @host@
258 host_alias = @host_alias@
259 host_cpu = @host_cpu@
260 host_os = @host_os@
261 host_vendor = @host_vendor@
262 htmldir = @htmldir@
263 includedir = @includedir@
264 infodir = @infodir@
265 install_sh = @install_sh@
266 libdir = @libdir@
267 libexecdir = @libexecdir@
268 localedir = @localedir@
269 localstatedir = @localstatedir@
270 mandir = @mandir@
271 mkdir_p = @mkdir_p@
272 oldincludedir = @oldincludedir@
273 pdfdir = @pdfdir@
274 pkgpyexecdir = @pkgpyexecdir@
275 pkgpythondir = @pkgpythondir@
276 prefix = @prefix@
277 program_transform_name = @program_transform_name@
278 psdir = @psdir@
279 pyexecdir = @pyexecdir@
280 pythondir = @pythondir@
281 sbindir = @sbindir@
282 sharedstatedir = @sharedstatedir@
283 srcdir = @srcdir@
284 swig_val = @swig_val@
285 sysconfdir = @sysconfdir@
286 target = @target@
287 target_alias = @target_alias@
288 target_cpu = @target_cpu@
289 target_os = @target_os@
290 target_vendor = @target_vendor@
291 top_build_prefix = @top_build_prefix@
292 top_builddir = @top_builddir@
293 top_srcdir = @top_srcdir@
294 @HAVE_PYTHON_TRUE@@HAVE_SWIG_TRUE@python_dir = python
295 SUBDIRS = libical libicalss libicalvcal test $(python_dir)
296 include_HEADERS = ical.h
297 all: all-recursive
298
299 .SUFFIXES:
300 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
301         @for dep in $?; do \
302           case '$(am__configure_deps)' in \
303             *$$dep*) \
304               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
305                 && { if test -f $@; then exit 0; else break; fi; }; \
306               exit 1;; \
307           esac; \
308         done; \
309         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/Makefile'; \
310         $(am__cd) $(top_srcdir) && \
311           $(AUTOMAKE) --gnu src/Makefile
312 .PRECIOUS: Makefile
313 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
314         @case '$?' in \
315           *config.status*) \
316             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
317           *) \
318             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
319             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
320         esac;
321
322 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
323         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
324
325 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
326         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
327 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
328         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
329 $(am__aclocal_m4_deps):
330
331 mostlyclean-libtool:
332         -rm -f *.lo
333
334 clean-libtool:
335         -rm -rf .libs _libs
336 install-includeHEADERS: $(include_HEADERS)
337         @$(NORMAL_INSTALL)
338         @list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \
339         if test -n "$$list"; then \
340           echo " $(MKDIR_P) '$(DESTDIR)$(includedir)'"; \
341           $(MKDIR_P) "$(DESTDIR)$(includedir)" || exit 1; \
342         fi; \
343         for p in $$list; do \
344           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
345           echo "$$d$$p"; \
346         done | $(am__base_list) | \
347         while read files; do \
348           echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(includedir)'"; \
349           $(INSTALL_HEADER) $$files "$(DESTDIR)$(includedir)" || exit $$?; \
350         done
351
352 uninstall-includeHEADERS:
353         @$(NORMAL_UNINSTALL)
354         @list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \
355         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
356         dir='$(DESTDIR)$(includedir)'; $(am__uninstall_files_from_dir)
357
358 # This directory's subdirectories are mostly independent; you can cd
359 # into them and run 'make' without going through this Makefile.
360 # To change the values of 'make' variables: instead of editing Makefiles,
361 # (1) if the variable is set in 'config.status', edit 'config.status'
362 #     (which will cause the Makefiles to be regenerated when you run 'make');
363 # (2) otherwise, pass the desired values on the 'make' command line.
364 $(RECURSIVE_TARGETS) $(RECURSIVE_CLEAN_TARGETS):
365         @fail= failcom='exit 1'; \
366         for f in x $$MAKEFLAGS; do \
367           case $$f in \
368             *=* | --[!k]*);; \
369             *k*) failcom='fail=yes';; \
370           esac; \
371         done; \
372         dot_seen=no; \
373         target=`echo $@ | sed s/-recursive//`; \
374         case "$@" in \
375           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
376           *) list='$(SUBDIRS)' ;; \
377         esac; \
378         for subdir in $$list; do \
379           echo "Making $$target in $$subdir"; \
380           if test "$$subdir" = "."; then \
381             dot_seen=yes; \
382             local_target="$$target-am"; \
383           else \
384             local_target="$$target"; \
385           fi; \
386           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
387           || eval $$failcom; \
388         done; \
389         if test "$$dot_seen" = "no"; then \
390           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
391         fi; test -z "$$fail"
392 tags-recursive:
393         list='$(SUBDIRS)'; for subdir in $$list; do \
394           test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
395         done
396 ctags-recursive:
397         list='$(SUBDIRS)'; for subdir in $$list; do \
398           test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
399         done
400 cscopelist-recursive:
401         list='$(SUBDIRS)'; for subdir in $$list; do \
402           test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) cscopelist); \
403         done
404
405 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
406         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
407         unique=`for i in $$list; do \
408             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
409           done | \
410           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
411               END { if (nonempty) { for (i in files) print i; }; }'`; \
412         mkid -fID $$unique
413 tags: TAGS
414
415 TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
416                 $(TAGS_FILES) $(LISP)
417         set x; \
418         here=`pwd`; \
419         if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
420           include_option=--etags-include; \
421           empty_fix=.; \
422         else \
423           include_option=--include; \
424           empty_fix=; \
425         fi; \
426         list='$(SUBDIRS)'; for subdir in $$list; do \
427           if test "$$subdir" = .; then :; else \
428             test ! -f $$subdir/TAGS || \
429               set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
430           fi; \
431         done; \
432         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
433         unique=`for i in $$list; do \
434             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
435           done | \
436           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
437               END { if (nonempty) { for (i in files) print i; }; }'`; \
438         shift; \
439         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
440           test -n "$$unique" || unique=$$empty_fix; \
441           if test $$# -gt 0; then \
442             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
443               "$$@" $$unique; \
444           else \
445             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
446               $$unique; \
447           fi; \
448         fi
449 ctags: CTAGS
450 CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
451                 $(TAGS_FILES) $(LISP)
452         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
453         unique=`for i in $$list; do \
454             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
455           done | \
456           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
457               END { if (nonempty) { for (i in files) print i; }; }'`; \
458         test -z "$(CTAGS_ARGS)$$unique" \
459           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
460              $$unique
461
462 GTAGS:
463         here=`$(am__cd) $(top_builddir) && pwd` \
464           && $(am__cd) $(top_srcdir) \
465           && gtags -i $(GTAGS_ARGS) "$$here"
466
467 cscopelist: cscopelist-recursive $(HEADERS) $(SOURCES) $(LISP)
468         list='$(SOURCES) $(HEADERS) $(LISP)'; \
469         case "$(srcdir)" in \
470           [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
471           *) sdir=$(subdir)/$(srcdir) ;; \
472         esac; \
473         for i in $$list; do \
474           if test -f "$$i"; then \
475             echo "$(subdir)/$$i"; \
476           else \
477             echo "$$sdir/$$i"; \
478           fi; \
479         done >> $(top_builddir)/cscope.files
480
481 distclean-tags:
482         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
483
484 distdir: $(DISTFILES)
485         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
486         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
487         list='$(DISTFILES)'; \
488           dist_files=`for file in $$list; do echo $$file; done | \
489           sed -e "s|^$$srcdirstrip/||;t" \
490               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
491         case $$dist_files in \
492           */*) $(MKDIR_P) `echo "$$dist_files" | \
493                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
494                            sort -u` ;; \
495         esac; \
496         for file in $$dist_files; do \
497           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
498           if test -d $$d/$$file; then \
499             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
500             if test -d "$(distdir)/$$file"; then \
501               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
502             fi; \
503             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
504               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
505               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
506             fi; \
507             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
508           else \
509             test -f "$(distdir)/$$file" \
510             || cp -p $$d/$$file "$(distdir)/$$file" \
511             || exit 1; \
512           fi; \
513         done
514         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
515           if test "$$subdir" = .; then :; else \
516             $(am__make_dryrun) \
517               || test -d "$(distdir)/$$subdir" \
518               || $(MKDIR_P) "$(distdir)/$$subdir" \
519               || exit 1; \
520             dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
521             $(am__relativize); \
522             new_distdir=$$reldir; \
523             dir1=$$subdir; dir2="$(top_distdir)"; \
524             $(am__relativize); \
525             new_top_distdir=$$reldir; \
526             echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
527             echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
528             ($(am__cd) $$subdir && \
529               $(MAKE) $(AM_MAKEFLAGS) \
530                 top_distdir="$$new_top_distdir" \
531                 distdir="$$new_distdir" \
532                 am__remove_distdir=: \
533                 am__skip_length_check=: \
534                 am__skip_mode_fix=: \
535                 distdir) \
536               || exit 1; \
537           fi; \
538         done
539 check-am: all-am
540 check: check-recursive
541 all-am: Makefile $(HEADERS)
542 installdirs: installdirs-recursive
543 installdirs-am:
544         for dir in "$(DESTDIR)$(includedir)"; do \
545           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
546         done
547 install: install-recursive
548 install-exec: install-exec-recursive
549 install-data: install-data-recursive
550 uninstall: uninstall-recursive
551
552 install-am: all-am
553         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
554
555 installcheck: installcheck-recursive
556 install-strip:
557         if test -z '$(STRIP)'; then \
558           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
559             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
560               install; \
561         else \
562           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
563             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
564             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
565         fi
566 mostlyclean-generic:
567
568 clean-generic:
569
570 distclean-generic:
571         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
572         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
573
574 maintainer-clean-generic:
575         @echo "This command is intended for maintainers to use"
576         @echo "it deletes files that may require special tools to rebuild."
577 clean: clean-recursive
578
579 clean-am: clean-generic clean-libtool mostlyclean-am
580
581 distclean: distclean-recursive
582         -rm -f Makefile
583 distclean-am: clean-am distclean-generic distclean-tags
584
585 dvi: dvi-recursive
586
587 dvi-am:
588
589 html: html-recursive
590
591 html-am:
592
593 info: info-recursive
594
595 info-am:
596
597 install-data-am: install-includeHEADERS
598
599 install-dvi: install-dvi-recursive
600
601 install-dvi-am:
602
603 install-exec-am:
604
605 install-html: install-html-recursive
606
607 install-html-am:
608
609 install-info: install-info-recursive
610
611 install-info-am:
612
613 install-man:
614
615 install-pdf: install-pdf-recursive
616
617 install-pdf-am:
618
619 install-ps: install-ps-recursive
620
621 install-ps-am:
622
623 installcheck-am:
624
625 maintainer-clean: maintainer-clean-recursive
626         -rm -f Makefile
627 maintainer-clean-am: distclean-am maintainer-clean-generic
628
629 mostlyclean: mostlyclean-recursive
630
631 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
632
633 pdf: pdf-recursive
634
635 pdf-am:
636
637 ps: ps-recursive
638
639 ps-am:
640
641 uninstall-am: uninstall-includeHEADERS
642
643 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) \
644         cscopelist-recursive ctags-recursive install-am install-strip \
645         tags-recursive
646
647 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
648         all all-am check check-am clean clean-generic clean-libtool \
649         cscopelist cscopelist-recursive ctags ctags-recursive \
650         distclean distclean-generic distclean-libtool distclean-tags \
651         distdir dvi dvi-am html html-am info info-am install \
652         install-am install-data install-data-am install-dvi \
653         install-dvi-am install-exec install-exec-am install-html \
654         install-html-am install-includeHEADERS install-info \
655         install-info-am install-man install-pdf install-pdf-am \
656         install-ps install-ps-am install-strip installcheck \
657         installcheck-am installdirs installdirs-am maintainer-clean \
658         maintainer-clean-generic mostlyclean mostlyclean-generic \
659         mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
660         uninstall uninstall-am uninstall-includeHEADERS
661
662
663 # Tell versions [3.59,3.63) of GNU make to not export all variables.
664 # Otherwise a system limit (for SysV at least) may be exceeded.
665 .NOEXPORT: