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