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