]> andersk Git - libyaml.git/blob - Makefile.in
Merge tag 'upstream/0.1.5' into debian
[libyaml.git] / Makefile.in
1 # Makefile.in generated by automake 1.11.3 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
18 VPATH = @srcdir@
19 pkgdatadir = $(datadir)/@PACKAGE@
20 pkgincludedir = $(includedir)/@PACKAGE@
21 pkglibdir = $(libdir)/@PACKAGE@
22 pkglibexecdir = $(libexecdir)/@PACKAGE@
23 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
24 install_sh_DATA = $(install_sh) -c -m 644
25 install_sh_PROGRAM = $(install_sh) -c
26 install_sh_SCRIPT = $(install_sh) -c
27 INSTALL_HEADER = $(INSTALL_DATA)
28 transform = $(program_transform_name)
29 NORMAL_INSTALL = :
30 PRE_INSTALL = :
31 POST_INSTALL = :
32 NORMAL_UNINSTALL = :
33 PRE_UNINSTALL = :
34 POST_UNINSTALL = :
35 build_triplet = @build@
36 host_triplet = @host@
37 subdir = .
38 DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
39         $(srcdir)/Makefile.in $(srcdir)/config.h.in \
40         $(srcdir)/yaml-0.1.pc.in $(top_srcdir)/configure \
41         config/config.guess config/config.sub config/depcomp \
42         config/install-sh config/ltmain.sh config/missing
43 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
44 am__aclocal_m4_deps = $(top_srcdir)/configure.ac
45 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
46         $(ACLOCAL_M4)
47 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
48  configure.lineno config.status.lineno
49 mkinstalldirs = $(install_sh) -d
50 CONFIG_HEADER = config.h
51 CONFIG_CLEAN_FILES = yaml-0.1.pc
52 CONFIG_CLEAN_VPATH_FILES =
53 SOURCES =
54 DIST_SOURCES =
55 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
56         html-recursive info-recursive install-data-recursive \
57         install-dvi-recursive install-exec-recursive \
58         install-html-recursive install-info-recursive \
59         install-pdf-recursive install-ps-recursive install-recursive \
60         installcheck-recursive installdirs-recursive pdf-recursive \
61         ps-recursive uninstall-recursive
62 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
63 am__vpath_adj = case $$p in \
64     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
65     *) f=$$p;; \
66   esac;
67 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
68 am__install_max = 40
69 am__nobase_strip_setup = \
70   srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
71 am__nobase_strip = \
72   for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
73 am__nobase_list = $(am__nobase_strip_setup); \
74   for p in $$list; do echo "$$p $$p"; done | \
75   sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
76   $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
77     if (++n[$$2] == $(am__install_max)) \
78       { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
79     END { for (dir in files) print dir, files[dir] }'
80 am__base_list = \
81   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
82   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
83 am__uninstall_files_from_dir = { \
84   test -z "$$files" \
85     || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
86     || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
87          $(am__cd) "$$dir" && rm -f $$files; }; \
88   }
89 am__installdirs = "$(DESTDIR)$(pkgconfigdir)"
90 DATA = $(pkgconfig_DATA)
91 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
92   distclean-recursive maintainer-clean-recursive
93 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
94         $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
95         distdir dist dist-all distcheck
96 ETAGS = etags
97 CTAGS = ctags
98 DIST_SUBDIRS = $(SUBDIRS)
99 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
100 distdir = $(PACKAGE)-$(VERSION)
101 top_distdir = $(distdir)
102 am__remove_distdir = \
103   if test -d "$(distdir)"; then \
104     find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
105       && rm -rf "$(distdir)" \
106       || { sleep 5 && rm -rf "$(distdir)"; }; \
107   else :; fi
108 am__relativize = \
109   dir0=`pwd`; \
110   sed_first='s,^\([^/]*\)/.*$$,\1,'; \
111   sed_rest='s,^[^/]*/*,,'; \
112   sed_last='s,^.*/\([^/]*\)$$,\1,'; \
113   sed_butlast='s,/*[^/]*$$,,'; \
114   while test -n "$$dir1"; do \
115     first=`echo "$$dir1" | sed -e "$$sed_first"`; \
116     if test "$$first" != "."; then \
117       if test "$$first" = ".."; then \
118         dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
119         dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
120       else \
121         first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
122         if test "$$first2" = "$$first"; then \
123           dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
124         else \
125           dir2="../$$dir2"; \
126         fi; \
127         dir0="$$dir0"/"$$first"; \
128       fi; \
129     fi; \
130     dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
131   done; \
132   reldir="$$dir2"
133 DIST_ARCHIVES = $(distdir).tar.gz
134 GZIP_ENV = --best
135 distuninstallcheck_listfiles = find . -type f -print
136 am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
137   | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
138 distcleancheck_listfiles = find . -type f -print
139 ACLOCAL = @ACLOCAL@
140 AMTAR = @AMTAR@
141 AR = @AR@
142 AUTOCONF = @AUTOCONF@
143 AUTOHEADER = @AUTOHEADER@
144 AUTOMAKE = @AUTOMAKE@
145 AWK = @AWK@
146 CC = @CC@
147 CCDEPMODE = @CCDEPMODE@
148 CFLAGS = @CFLAGS@
149 CPP = @CPP@
150 CPPFLAGS = @CPPFLAGS@
151 CYGPATH_W = @CYGPATH_W@
152 DEFS = @DEFS@
153 DEPDIR = @DEPDIR@
154 DLLTOOL = @DLLTOOL@
155 DOXYGEN = @DOXYGEN@
156 DSYMUTIL = @DSYMUTIL@
157 DUMPBIN = @DUMPBIN@
158 ECHO_C = @ECHO_C@
159 ECHO_N = @ECHO_N@
160 ECHO_T = @ECHO_T@
161 EGREP = @EGREP@
162 EXEEXT = @EXEEXT@
163 FGREP = @FGREP@
164 GREP = @GREP@
165 INSTALL = @INSTALL@
166 INSTALL_DATA = @INSTALL_DATA@
167 INSTALL_PROGRAM = @INSTALL_PROGRAM@
168 INSTALL_SCRIPT = @INSTALL_SCRIPT@
169 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
170 LD = @LD@
171 LDFLAGS = @LDFLAGS@
172 LIBOBJS = @LIBOBJS@
173 LIBS = @LIBS@
174 LIBTOOL = @LIBTOOL@
175 LIPO = @LIPO@
176 LN_S = @LN_S@
177 LTLIBOBJS = @LTLIBOBJS@
178 MAKEINFO = @MAKEINFO@
179 MANIFEST_TOOL = @MANIFEST_TOOL@
180 MKDIR_P = @MKDIR_P@
181 NM = @NM@
182 NMEDIT = @NMEDIT@
183 OBJDUMP = @OBJDUMP@
184 OBJEXT = @OBJEXT@
185 OTOOL = @OTOOL@
186 OTOOL64 = @OTOOL64@
187 PACKAGE = @PACKAGE@
188 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
189 PACKAGE_NAME = @PACKAGE_NAME@
190 PACKAGE_STRING = @PACKAGE_STRING@
191 PACKAGE_TARNAME = @PACKAGE_TARNAME@
192 PACKAGE_URL = @PACKAGE_URL@
193 PACKAGE_VERSION = @PACKAGE_VERSION@
194 PATH_SEPARATOR = @PATH_SEPARATOR@
195 RANLIB = @RANLIB@
196 SED = @SED@
197 SET_MAKE = @SET_MAKE@
198 SHELL = @SHELL@
199 STRIP = @STRIP@
200 VERSION = @VERSION@
201 YAML_LT_AGE = @YAML_LT_AGE@
202 YAML_LT_CURRENT = @YAML_LT_CURRENT@
203 YAML_LT_RELEASE = @YAML_LT_RELEASE@
204 YAML_LT_REVISION = @YAML_LT_REVISION@
205 abs_builddir = @abs_builddir@
206 abs_srcdir = @abs_srcdir@
207 abs_top_builddir = @abs_top_builddir@
208 abs_top_srcdir = @abs_top_srcdir@
209 ac_ct_AR = @ac_ct_AR@
210 ac_ct_CC = @ac_ct_CC@
211 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
212 am__include = @am__include@
213 am__leading_dot = @am__leading_dot@
214 am__quote = @am__quote@
215 am__tar = @am__tar@
216 am__untar = @am__untar@
217 bindir = @bindir@
218 build = @build@
219 build_alias = @build_alias@
220 build_cpu = @build_cpu@
221 build_os = @build_os@
222 build_vendor = @build_vendor@
223 builddir = @builddir@
224 datadir = @datadir@
225 datarootdir = @datarootdir@
226 docdir = @docdir@
227 dvidir = @dvidir@
228 exec_prefix = @exec_prefix@
229 host = @host@
230 host_alias = @host_alias@
231 host_cpu = @host_cpu@
232 host_os = @host_os@
233 host_vendor = @host_vendor@
234 htmldir = @htmldir@
235 includedir = @includedir@
236 infodir = @infodir@
237 install_sh = @install_sh@
238 libdir = @libdir@
239 libexecdir = @libexecdir@
240 localedir = @localedir@
241 localstatedir = @localstatedir@
242 mandir = @mandir@
243 mkdir_p = @mkdir_p@
244 oldincludedir = @oldincludedir@
245 pdfdir = @pdfdir@
246 prefix = @prefix@
247 program_transform_name = @program_transform_name@
248 psdir = @psdir@
249 sbindir = @sbindir@
250 sharedstatedir = @sharedstatedir@
251 srcdir = @srcdir@
252 sysconfdir = @sysconfdir@
253 target_alias = @target_alias@
254 top_build_prefix = @top_build_prefix@
255 top_builddir = @top_builddir@
256 top_srcdir = @top_srcdir@
257 SUBDIRS = include src . tests win32
258 EXTRA_DIST = README LICENSE CMakeLists.txt doc/doxygen.cfg
259 pkgconfigdir = $(libdir)/pkgconfig
260 pkgconfig_DATA = yaml-0.1.pc
261 all: config.h
262         $(MAKE) $(AM_MAKEFLAGS) all-recursive
263
264 .SUFFIXES:
265 am--refresh: Makefile
266         @:
267 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
268         @for dep in $?; do \
269           case '$(am__configure_deps)' in \
270             *$$dep*) \
271               echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
272               $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
273                 && exit 0; \
274               exit 1;; \
275           esac; \
276         done; \
277         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
278         $(am__cd) $(top_srcdir) && \
279           $(AUTOMAKE) --foreign Makefile
280 .PRECIOUS: Makefile
281 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
282         @case '$?' in \
283           *config.status*) \
284             echo ' $(SHELL) ./config.status'; \
285             $(SHELL) ./config.status;; \
286           *) \
287             echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
288             cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
289         esac;
290
291 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
292         $(SHELL) ./config.status --recheck
293
294 $(top_srcdir)/configure:  $(am__configure_deps)
295         $(am__cd) $(srcdir) && $(AUTOCONF)
296 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
297         $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
298 $(am__aclocal_m4_deps):
299
300 config.h: stamp-h1
301         @if test ! -f $@; then rm -f stamp-h1; else :; fi
302         @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) stamp-h1; else :; fi
303
304 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
305         @rm -f stamp-h1
306         cd $(top_builddir) && $(SHELL) ./config.status config.h
307 $(srcdir)/config.h.in:  $(am__configure_deps) 
308         ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
309         rm -f stamp-h1
310         touch $@
311
312 distclean-hdr:
313         -rm -f config.h stamp-h1
314 yaml-0.1.pc: $(top_builddir)/config.status $(srcdir)/yaml-0.1.pc.in
315         cd $(top_builddir) && $(SHELL) ./config.status $@
316
317 mostlyclean-libtool:
318         -rm -f *.lo
319
320 clean-libtool:
321         -rm -rf .libs _libs
322
323 distclean-libtool:
324         -rm -f libtool config.lt
325 install-pkgconfigDATA: $(pkgconfig_DATA)
326         @$(NORMAL_INSTALL)
327         test -z "$(pkgconfigdir)" || $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)"
328         @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
329         for p in $$list; do \
330           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
331           echo "$$d$$p"; \
332         done | $(am__base_list) | \
333         while read files; do \
334           echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgconfigdir)'"; \
335           $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgconfigdir)" || exit $$?; \
336         done
337
338 uninstall-pkgconfigDATA:
339         @$(NORMAL_UNINSTALL)
340         @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
341         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
342         dir='$(DESTDIR)$(pkgconfigdir)'; $(am__uninstall_files_from_dir)
343
344 # This directory's subdirectories are mostly independent; you can cd
345 # into them and run `make' without going through this Makefile.
346 # To change the values of `make' variables: instead of editing Makefiles,
347 # (1) if the variable is set in `config.status', edit `config.status'
348 #     (which will cause the Makefiles to be regenerated when you run `make');
349 # (2) otherwise, pass the desired values on the `make' command line.
350 $(RECURSIVE_TARGETS):
351         @fail= failcom='exit 1'; \
352         for f in x $$MAKEFLAGS; do \
353           case $$f in \
354             *=* | --[!k]*);; \
355             *k*) failcom='fail=yes';; \
356           esac; \
357         done; \
358         dot_seen=no; \
359         target=`echo $@ | sed s/-recursive//`; \
360         list='$(SUBDIRS)'; for subdir in $$list; do \
361           echo "Making $$target in $$subdir"; \
362           if test "$$subdir" = "."; then \
363             dot_seen=yes; \
364             local_target="$$target-am"; \
365           else \
366             local_target="$$target"; \
367           fi; \
368           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
369           || eval $$failcom; \
370         done; \
371         if test "$$dot_seen" = "no"; then \
372           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
373         fi; test -z "$$fail"
374
375 $(RECURSIVE_CLEAN_TARGETS):
376         @fail= failcom='exit 1'; \
377         for f in x $$MAKEFLAGS; do \
378           case $$f in \
379             *=* | --[!k]*);; \
380             *k*) failcom='fail=yes';; \
381           esac; \
382         done; \
383         dot_seen=no; \
384         case "$@" in \
385           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
386           *) list='$(SUBDIRS)' ;; \
387         esac; \
388         rev=''; for subdir in $$list; do \
389           if test "$$subdir" = "."; then :; else \
390             rev="$$subdir $$rev"; \
391           fi; \
392         done; \
393         rev="$$rev ."; \
394         target=`echo $@ | sed s/-recursive//`; \
395         for subdir in $$rev; do \
396           echo "Making $$target in $$subdir"; \
397           if test "$$subdir" = "."; then \
398             local_target="$$target-am"; \
399           else \
400             local_target="$$target"; \
401           fi; \
402           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
403           || eval $$failcom; \
404         done && test -z "$$fail"
405 tags-recursive:
406         list='$(SUBDIRS)'; for subdir in $$list; do \
407           test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
408         done
409 ctags-recursive:
410         list='$(SUBDIRS)'; for subdir in $$list; do \
411           test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
412         done
413
414 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
415         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
416         unique=`for i in $$list; do \
417             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
418           done | \
419           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
420               END { if (nonempty) { for (i in files) print i; }; }'`; \
421         mkid -fID $$unique
422 tags: TAGS
423
424 TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
425                 $(TAGS_FILES) $(LISP)
426         set x; \
427         here=`pwd`; \
428         if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
429           include_option=--etags-include; \
430           empty_fix=.; \
431         else \
432           include_option=--include; \
433           empty_fix=; \
434         fi; \
435         list='$(SUBDIRS)'; for subdir in $$list; do \
436           if test "$$subdir" = .; then :; else \
437             test ! -f $$subdir/TAGS || \
438               set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
439           fi; \
440         done; \
441         list='$(SOURCES) $(HEADERS) config.h.in $(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         shift; \
448         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
449           test -n "$$unique" || unique=$$empty_fix; \
450           if test $$# -gt 0; then \
451             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
452               "$$@" $$unique; \
453           else \
454             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
455               $$unique; \
456           fi; \
457         fi
458 ctags: CTAGS
459 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
460                 $(TAGS_FILES) $(LISP)
461         list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
462         unique=`for i in $$list; do \
463             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
464           done | \
465           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
466               END { if (nonempty) { for (i in files) print i; }; }'`; \
467         test -z "$(CTAGS_ARGS)$$unique" \
468           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
469              $$unique
470
471 GTAGS:
472         here=`$(am__cd) $(top_builddir) && pwd` \
473           && $(am__cd) $(top_srcdir) \
474           && gtags -i $(GTAGS_ARGS) "$$here"
475
476 distclean-tags:
477         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
478
479 distdir: $(DISTFILES)
480         $(am__remove_distdir)
481         test -d "$(distdir)" || mkdir "$(distdir)"
482         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
483         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
484         list='$(DISTFILES)'; \
485           dist_files=`for file in $$list; do echo $$file; done | \
486           sed -e "s|^$$srcdirstrip/||;t" \
487               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
488         case $$dist_files in \
489           */*) $(MKDIR_P) `echo "$$dist_files" | \
490                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
491                            sort -u` ;; \
492         esac; \
493         for file in $$dist_files; do \
494           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
495           if test -d $$d/$$file; then \
496             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
497             if test -d "$(distdir)/$$file"; then \
498               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
499             fi; \
500             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
501               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
502               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
503             fi; \
504             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
505           else \
506             test -f "$(distdir)/$$file" \
507             || cp -p $$d/$$file "$(distdir)/$$file" \
508             || exit 1; \
509           fi; \
510         done
511         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
512           if test "$$subdir" = .; then :; else \
513             test -d "$(distdir)/$$subdir" \
514             || $(MKDIR_P) "$(distdir)/$$subdir" \
515             || exit 1; \
516           fi; \
517         done
518         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
519           if test "$$subdir" = .; then :; else \
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         -test -n "$(am__skip_mode_fix)" \
540         || find "$(distdir)" -type d ! -perm -755 \
541                 -exec chmod u+rwx,go+rx {} \; -o \
542           ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
543           ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
544           ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
545         || chmod -R a+r "$(distdir)"
546 dist-gzip: distdir
547         tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
548         $(am__remove_distdir)
549
550 dist-bzip2: distdir
551         tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
552         $(am__remove_distdir)
553
554 dist-lzip: distdir
555         tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
556         $(am__remove_distdir)
557
558 dist-lzma: distdir
559         tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
560         $(am__remove_distdir)
561
562 dist-xz: distdir
563         tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
564         $(am__remove_distdir)
565
566 dist-tarZ: distdir
567         tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
568         $(am__remove_distdir)
569
570 dist-shar: distdir
571         shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
572         $(am__remove_distdir)
573
574 dist-zip: distdir
575         -rm -f $(distdir).zip
576         zip -rq $(distdir).zip $(distdir)
577         $(am__remove_distdir)
578
579 dist dist-all: distdir
580         tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
581         $(am__remove_distdir)
582
583 # This target untars the dist file and tries a VPATH configuration.  Then
584 # it guarantees that the distribution is self-contained by making another
585 # tarfile.
586 distcheck: dist
587         case '$(DIST_ARCHIVES)' in \
588         *.tar.gz*) \
589           GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
590         *.tar.bz2*) \
591           bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
592         *.tar.lzma*) \
593           lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
594         *.tar.lz*) \
595           lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
596         *.tar.xz*) \
597           xz -dc $(distdir).tar.xz | $(am__untar) ;;\
598         *.tar.Z*) \
599           uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
600         *.shar.gz*) \
601           GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
602         *.zip*) \
603           unzip $(distdir).zip ;;\
604         esac
605         chmod -R a-w $(distdir); chmod a+w $(distdir)
606         mkdir $(distdir)/_build
607         mkdir $(distdir)/_inst
608         chmod a-w $(distdir)
609         test -d $(distdir)/_build || exit 0; \
610         dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
611           && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
612           && am__cwd=`pwd` \
613           && $(am__cd) $(distdir)/_build \
614           && ../configure --srcdir=.. --prefix="$$dc_install_base" \
615             $(AM_DISTCHECK_CONFIGURE_FLAGS) \
616             $(DISTCHECK_CONFIGURE_FLAGS) \
617           && $(MAKE) $(AM_MAKEFLAGS) \
618           && $(MAKE) $(AM_MAKEFLAGS) dvi \
619           && $(MAKE) $(AM_MAKEFLAGS) check \
620           && $(MAKE) $(AM_MAKEFLAGS) install \
621           && $(MAKE) $(AM_MAKEFLAGS) installcheck \
622           && $(MAKE) $(AM_MAKEFLAGS) uninstall \
623           && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
624                 distuninstallcheck \
625           && chmod -R a-w "$$dc_install_base" \
626           && ({ \
627                (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
628                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
629                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
630                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
631                     distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
632               } || { rm -rf "$$dc_destdir"; exit 1; }) \
633           && rm -rf "$$dc_destdir" \
634           && $(MAKE) $(AM_MAKEFLAGS) dist \
635           && rm -rf $(DIST_ARCHIVES) \
636           && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
637           && cd "$$am__cwd" \
638           || exit 1
639         $(am__remove_distdir)
640         @(echo "$(distdir) archives ready for distribution: "; \
641           list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
642           sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
643 distuninstallcheck:
644         @test -n '$(distuninstallcheck_dir)' || { \
645           echo 'ERROR: trying to run $@ with an empty' \
646                '$$(distuninstallcheck_dir)' >&2; \
647           exit 1; \
648         }; \
649         $(am__cd) '$(distuninstallcheck_dir)' || { \
650           echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
651           exit 1; \
652         }; \
653         test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
654            || { echo "ERROR: files left after uninstall:" ; \
655                 if test -n "$(DESTDIR)"; then \
656                   echo "  (check DESTDIR support)"; \
657                 fi ; \
658                 $(distuninstallcheck_listfiles) ; \
659                 exit 1; } >&2
660 distcleancheck: distclean
661         @if test '$(srcdir)' = . ; then \
662           echo "ERROR: distcleancheck can only run from a VPATH build" ; \
663           exit 1 ; \
664         fi
665         @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
666           || { echo "ERROR: files left in build directory after distclean:" ; \
667                $(distcleancheck_listfiles) ; \
668                exit 1; } >&2
669 check-am: all-am
670 check: check-recursive
671 all-am: Makefile $(DATA) config.h
672 installdirs: installdirs-recursive
673 installdirs-am:
674         for dir in "$(DESTDIR)$(pkgconfigdir)"; do \
675           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
676         done
677 install: install-recursive
678 install-exec: install-exec-recursive
679 install-data: install-data-recursive
680 uninstall: uninstall-recursive
681
682 install-am: all-am
683         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
684
685 installcheck: installcheck-recursive
686 install-strip:
687         if test -z '$(STRIP)'; then \
688           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
689             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
690               install; \
691         else \
692           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
693             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
694             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
695         fi
696 mostlyclean-generic:
697
698 clean-generic:
699
700 distclean-generic:
701         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
702         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
703
704 maintainer-clean-generic:
705         @echo "This command is intended for maintainers to use"
706         @echo "it deletes files that may require special tools to rebuild."
707 clean: clean-recursive
708
709 clean-am: clean-generic clean-libtool mostlyclean-am
710
711 distclean: distclean-recursive
712         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
713         -rm -f Makefile
714 distclean-am: clean-am distclean-generic distclean-hdr \
715         distclean-libtool distclean-tags
716
717 dvi: dvi-recursive
718
719 dvi-am:
720
721 html: html-recursive
722
723 html-am:
724
725 info: info-recursive
726
727 info-am:
728
729 install-data-am: install-pkgconfigDATA
730
731 install-dvi: install-dvi-recursive
732
733 install-dvi-am:
734
735 install-exec-am:
736
737 install-html: install-html-recursive
738
739 install-html-am:
740
741 install-info: install-info-recursive
742
743 install-info-am:
744
745 install-man:
746
747 install-pdf: install-pdf-recursive
748
749 install-pdf-am:
750
751 install-ps: install-ps-recursive
752
753 install-ps-am:
754
755 installcheck-am:
756
757 maintainer-clean: maintainer-clean-recursive
758         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
759         -rm -rf $(top_srcdir)/autom4te.cache
760         -rm -f Makefile
761 maintainer-clean-am: distclean-am maintainer-clean-generic \
762         maintainer-clean-local
763
764 mostlyclean: mostlyclean-recursive
765
766 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
767
768 pdf: pdf-recursive
769
770 pdf-am:
771
772 ps: ps-recursive
773
774 ps-am:
775
776 uninstall-am: uninstall-pkgconfigDATA
777
778 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \
779         ctags-recursive install-am install-strip tags-recursive
780
781 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
782         all all-am am--refresh check check-am clean clean-generic \
783         clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \
784         dist-gzip dist-lzip dist-lzma dist-shar dist-tarZ dist-xz \
785         dist-zip distcheck distclean distclean-generic distclean-hdr \
786         distclean-libtool distclean-tags distcleancheck distdir \
787         distuninstallcheck dvi dvi-am html html-am info info-am \
788         install install-am install-data install-data-am install-dvi \
789         install-dvi-am install-exec install-exec-am install-html \
790         install-html-am install-info install-info-am install-man \
791         install-pdf install-pdf-am install-pkgconfigDATA install-ps \
792         install-ps-am install-strip installcheck installcheck-am \
793         installdirs installdirs-am maintainer-clean \
794         maintainer-clean-generic maintainer-clean-local mostlyclean \
795         mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
796         tags tags-recursive uninstall uninstall-am \
797         uninstall-pkgconfigDATA
798
799
800 maintainer-clean-local:
801         -rm -f aclocal.m4 config.h.in configure config/*
802         -find ${builddir} -name Makefile.in -exec rm -f '{}' ';'
803
804 .PHONY: bootstrap
805 bootstrap: maintainer-clean
806         ./bootstrap
807
808 # Tell versions [3.59,3.63) of GNU make to not export all variables.
809 # Otherwise a system limit (for SysV at least) may be exceeded.
810 .NOEXPORT:
This page took 0.136128 seconds and 5 git commands to generate.