Imported Upstream version 0.3
[platform/upstream/libpthread-stubs.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
19 VPATH = @srcdir@
20 pkgdatadir = $(datadir)/@PACKAGE@
21 pkgincludedir = $(includedir)/@PACKAGE@
22 pkglibdir = $(libdir)/@PACKAGE@
23 pkglibexecdir = $(libexecdir)/@PACKAGE@
24 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
25 install_sh_DATA = $(install_sh) -c -m 644
26 install_sh_PROGRAM = $(install_sh) -c
27 install_sh_SCRIPT = $(install_sh) -c
28 INSTALL_HEADER = $(INSTALL_DATA)
29 transform = $(program_transform_name)
30 NORMAL_INSTALL = :
31 PRE_INSTALL = :
32 POST_INSTALL = :
33 NORMAL_UNINSTALL = :
34 PRE_UNINSTALL = :
35 POST_UNINSTALL = :
36 build_triplet = @build@
37 host_triplet = @host@
38 subdir = .
39 DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
40         $(srcdir)/Makefile.in $(srcdir)/config.h.in \
41         $(srcdir)/pthread-stubs.pc.in $(top_srcdir)/configure COPYING \
42         config.guess config.sub depcomp install-sh ltmain.sh 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 = pthread-stubs.pc
52 CONFIG_CLEAN_VPATH_FILES =
53 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
54 am__vpath_adj = case $$p in \
55     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
56     *) f=$$p;; \
57   esac;
58 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
59 am__install_max = 40
60 am__nobase_strip_setup = \
61   srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
62 am__nobase_strip = \
63   for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
64 am__nobase_list = $(am__nobase_strip_setup); \
65   for p in $$list; do echo "$$p $$p"; done | \
66   sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
67   $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
68     if (++n[$$2] == $(am__install_max)) \
69       { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
70     END { for (dir in files) print dir, files[dir] }'
71 am__base_list = \
72   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
73   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
74 am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(pkgconfigdir)"
75 LTLIBRARIES = $(lib_LTLIBRARIES)
76 libpthread_stubs_la_LIBADD =
77 am__libpthread_stubs_la_SOURCES_DIST = stubs.c
78 @BUILD_LIB_TRUE@am_libpthread_stubs_la_OBJECTS = stubs.lo
79 libpthread_stubs_la_OBJECTS = $(am_libpthread_stubs_la_OBJECTS)
80 @BUILD_LIB_TRUE@am_libpthread_stubs_la_rpath = -rpath $(libdir)
81 DEFAULT_INCLUDES = -I.@am__isrc@
82 depcomp = $(SHELL) $(top_srcdir)/depcomp
83 am__depfiles_maybe = depfiles
84 am__mv = mv -f
85 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
86         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
87 LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
88         --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
89         $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
90 CCLD = $(CC)
91 LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
92         --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
93         $(LDFLAGS) -o $@
94 SOURCES = $(libpthread_stubs_la_SOURCES)
95 DIST_SOURCES = $(am__libpthread_stubs_la_SOURCES_DIST)
96 DATA = $(pkgconfig_DATA)
97 ETAGS = etags
98 CTAGS = ctags
99 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
100 distdir = $(PACKAGE)-$(VERSION)
101 top_distdir = $(distdir)
102 am__remove_distdir = \
103   { test ! -d "$(distdir)" \
104     || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
105          && rm -fr "$(distdir)"; }; }
106 DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.bz2
107 GZIP_ENV = --best
108 distuninstallcheck_listfiles = find . -type f -print
109 distcleancheck_listfiles = find . -type f -print
110 ACLOCAL = @ACLOCAL@
111 AMTAR = @AMTAR@
112 AR = @AR@
113 AUTOCONF = @AUTOCONF@
114 AUTOHEADER = @AUTOHEADER@
115 AUTOMAKE = @AUTOMAKE@
116 AWK = @AWK@
117 CC = @CC@
118 CCDEPMODE = @CCDEPMODE@
119 CFLAGS = @CFLAGS@
120 CPP = @CPP@
121 CPPFLAGS = @CPPFLAGS@
122 CYGPATH_W = @CYGPATH_W@
123 DEFS = @DEFS@
124 DEPDIR = @DEPDIR@
125 DSYMUTIL = @DSYMUTIL@
126 DUMPBIN = @DUMPBIN@
127 ECHO_C = @ECHO_C@
128 ECHO_N = @ECHO_N@
129 ECHO_T = @ECHO_T@
130 EGREP = @EGREP@
131 EXEEXT = @EXEEXT@
132 FGREP = @FGREP@
133 GREP = @GREP@
134 INSTALL = @INSTALL@
135 INSTALL_DATA = @INSTALL_DATA@
136 INSTALL_PROGRAM = @INSTALL_PROGRAM@
137 INSTALL_SCRIPT = @INSTALL_SCRIPT@
138 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
139 LD = @LD@
140 LDFLAGS = @LDFLAGS@
141 LIBOBJS = @LIBOBJS@
142 LIBS = @LIBS@
143 LIBTOOL = @LIBTOOL@
144 LIPO = @LIPO@
145 LN_S = @LN_S@
146 LTLIBOBJS = @LTLIBOBJS@
147 MAKEINFO = @MAKEINFO@
148 MKDIR_P = @MKDIR_P@
149 NM = @NM@
150 NMEDIT = @NMEDIT@
151 OBJDUMP = @OBJDUMP@
152 OBJEXT = @OBJEXT@
153 OTOOL = @OTOOL@
154 OTOOL64 = @OTOOL64@
155 PACKAGE = @PACKAGE@
156 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
157 PACKAGE_NAME = @PACKAGE_NAME@
158 PACKAGE_STRING = @PACKAGE_STRING@
159 PACKAGE_TARNAME = @PACKAGE_TARNAME@
160 PACKAGE_URL = @PACKAGE_URL@
161 PACKAGE_VERSION = @PACKAGE_VERSION@
162 PATH_SEPARATOR = @PATH_SEPARATOR@
163 PKG_CONFIG_LIBS = @PKG_CONFIG_LIBS@
164 RANLIB = @RANLIB@
165 SED = @SED@
166 SET_MAKE = @SET_MAKE@
167 SHELL = @SHELL@
168 STRIP = @STRIP@
169 VERSION = @VERSION@
170 abs_builddir = @abs_builddir@
171 abs_srcdir = @abs_srcdir@
172 abs_top_builddir = @abs_top_builddir@
173 abs_top_srcdir = @abs_top_srcdir@
174 ac_ct_CC = @ac_ct_CC@
175 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
176 am__include = @am__include@
177 am__leading_dot = @am__leading_dot@
178 am__quote = @am__quote@
179 am__tar = @am__tar@
180 am__untar = @am__untar@
181 bindir = @bindir@
182 build = @build@
183 build_alias = @build_alias@
184 build_cpu = @build_cpu@
185 build_os = @build_os@
186 build_vendor = @build_vendor@
187 builddir = @builddir@
188 datadir = @datadir@
189 datarootdir = @datarootdir@
190 docdir = @docdir@
191 dvidir = @dvidir@
192 exec_prefix = @exec_prefix@
193 host = @host@
194 host_alias = @host_alias@
195 host_cpu = @host_cpu@
196 host_os = @host_os@
197 host_vendor = @host_vendor@
198 htmldir = @htmldir@
199 includedir = @includedir@
200 infodir = @infodir@
201 install_sh = @install_sh@
202 libdir = @libdir@
203 libexecdir = @libexecdir@
204 localedir = @localedir@
205 localstatedir = @localstatedir@
206 lt_ECHO = @lt_ECHO@
207 mandir = @mandir@
208 mkdir_p = @mkdir_p@
209 oldincludedir = @oldincludedir@
210 pdfdir = @pdfdir@
211 prefix = @prefix@
212 program_transform_name = @program_transform_name@
213 psdir = @psdir@
214 sbindir = @sbindir@
215 sharedstatedir = @sharedstatedir@
216 srcdir = @srcdir@
217 sysconfdir = @sysconfdir@
218 target_alias = @target_alias@
219 top_build_prefix = @top_build_prefix@
220 top_builddir = @top_builddir@
221 top_srcdir = @top_srcdir@
222 pkgconfigdir = $(libdir)/pkgconfig
223 pkgconfig_DATA = pthread-stubs.pc
224 @BUILD_LIB_TRUE@lib_LTLIBRARIES = libpthread-stubs.la
225 @BUILD_LIB_TRUE@libpthread_stubs_la_SOURCES = stubs.c
226 all: config.h
227         $(MAKE) $(AM_MAKEFLAGS) all-am
228
229 .SUFFIXES:
230 .SUFFIXES: .c .lo .o .obj
231 am--refresh:
232         @:
233 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
234         @for dep in $?; do \
235           case '$(am__configure_deps)' in \
236             *$$dep*) \
237               echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
238               $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
239                 && exit 0; \
240               exit 1;; \
241           esac; \
242         done; \
243         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
244         $(am__cd) $(top_srcdir) && \
245           $(AUTOMAKE) --foreign Makefile
246 .PRECIOUS: Makefile
247 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
248         @case '$?' in \
249           *config.status*) \
250             echo ' $(SHELL) ./config.status'; \
251             $(SHELL) ./config.status;; \
252           *) \
253             echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
254             cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
255         esac;
256
257 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
258         $(SHELL) ./config.status --recheck
259
260 $(top_srcdir)/configure:  $(am__configure_deps)
261         $(am__cd) $(srcdir) && $(AUTOCONF)
262 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
263         $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
264 $(am__aclocal_m4_deps):
265
266 config.h: stamp-h1
267         @if test ! -f $@; then \
268           rm -f stamp-h1; \
269           $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
270         else :; fi
271
272 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
273         @rm -f stamp-h1
274         cd $(top_builddir) && $(SHELL) ./config.status config.h
275 $(srcdir)/config.h.in:  $(am__configure_deps) 
276         ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
277         rm -f stamp-h1
278         touch $@
279
280 distclean-hdr:
281         -rm -f config.h stamp-h1
282 pthread-stubs.pc: $(top_builddir)/config.status $(srcdir)/pthread-stubs.pc.in
283         cd $(top_builddir) && $(SHELL) ./config.status $@
284 install-libLTLIBRARIES: $(lib_LTLIBRARIES)
285         @$(NORMAL_INSTALL)
286         test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)"
287         @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
288         list2=; for p in $$list; do \
289           if test -f $$p; then \
290             list2="$$list2 $$p"; \
291           else :; fi; \
292         done; \
293         test -z "$$list2" || { \
294           echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
295           $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
296         }
297
298 uninstall-libLTLIBRARIES:
299         @$(NORMAL_UNINSTALL)
300         @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
301         for p in $$list; do \
302           $(am__strip_dir) \
303           echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
304           $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
305         done
306
307 clean-libLTLIBRARIES:
308         -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
309         @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
310           dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
311           test "$$dir" != "$$p" || dir=.; \
312           echo "rm -f \"$${dir}/so_locations\""; \
313           rm -f "$${dir}/so_locations"; \
314         done
315 libpthread-stubs.la: $(libpthread_stubs_la_OBJECTS) $(libpthread_stubs_la_DEPENDENCIES) 
316         $(LINK) $(am_libpthread_stubs_la_rpath) $(libpthread_stubs_la_OBJECTS) $(libpthread_stubs_la_LIBADD) $(LIBS)
317
318 mostlyclean-compile:
319         -rm -f *.$(OBJEXT)
320
321 distclean-compile:
322         -rm -f *.tab.c
323
324 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/stubs.Plo@am__quote@
325
326 .c.o:
327 @am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
328 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
329 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
330 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
331 @am__fastdepCC_FALSE@   $(COMPILE) -c $<
332
333 .c.obj:
334 @am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
335 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
336 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
337 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
338 @am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
339
340 .c.lo:
341 @am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
342 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
343 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
344 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
345 @am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
346
347 mostlyclean-libtool:
348         -rm -f *.lo
349
350 clean-libtool:
351         -rm -rf .libs _libs
352
353 distclean-libtool:
354         -rm -f libtool config.lt
355 install-pkgconfigDATA: $(pkgconfig_DATA)
356         @$(NORMAL_INSTALL)
357         test -z "$(pkgconfigdir)" || $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)"
358         @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
359         for p in $$list; do \
360           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
361           echo "$$d$$p"; \
362         done | $(am__base_list) | \
363         while read files; do \
364           echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgconfigdir)'"; \
365           $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgconfigdir)" || exit $$?; \
366         done
367
368 uninstall-pkgconfigDATA:
369         @$(NORMAL_UNINSTALL)
370         @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
371         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
372         test -n "$$files" || exit 0; \
373         echo " ( cd '$(DESTDIR)$(pkgconfigdir)' && rm -f" $$files ")"; \
374         cd "$(DESTDIR)$(pkgconfigdir)" && rm -f $$files
375
376 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
377         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
378         unique=`for i in $$list; do \
379             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
380           done | \
381           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
382               END { if (nonempty) { for (i in files) print i; }; }'`; \
383         mkid -fID $$unique
384 tags: TAGS
385
386 TAGS:  $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
387                 $(TAGS_FILES) $(LISP)
388         set x; \
389         here=`pwd`; \
390         list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
391         unique=`for i in $$list; do \
392             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
393           done | \
394           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
395               END { if (nonempty) { for (i in files) print i; }; }'`; \
396         shift; \
397         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
398           test -n "$$unique" || unique=$$empty_fix; \
399           if test $$# -gt 0; then \
400             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
401               "$$@" $$unique; \
402           else \
403             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
404               $$unique; \
405           fi; \
406         fi
407 ctags: CTAGS
408 CTAGS:  $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
409                 $(TAGS_FILES) $(LISP)
410         list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
411         unique=`for i in $$list; do \
412             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
413           done | \
414           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
415               END { if (nonempty) { for (i in files) print i; }; }'`; \
416         test -z "$(CTAGS_ARGS)$$unique" \
417           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
418              $$unique
419
420 GTAGS:
421         here=`$(am__cd) $(top_builddir) && pwd` \
422           && $(am__cd) $(top_srcdir) \
423           && gtags -i $(GTAGS_ARGS) "$$here"
424
425 distclean-tags:
426         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
427
428 distdir: $(DISTFILES)
429         $(am__remove_distdir)
430         test -d "$(distdir)" || mkdir "$(distdir)"
431         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
432         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
433         list='$(DISTFILES)'; \
434           dist_files=`for file in $$list; do echo $$file; done | \
435           sed -e "s|^$$srcdirstrip/||;t" \
436               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
437         case $$dist_files in \
438           */*) $(MKDIR_P) `echo "$$dist_files" | \
439                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
440                            sort -u` ;; \
441         esac; \
442         for file in $$dist_files; do \
443           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
444           if test -d $$d/$$file; then \
445             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
446             if test -d "$(distdir)/$$file"; then \
447               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
448             fi; \
449             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
450               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
451               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
452             fi; \
453             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
454           else \
455             test -f "$(distdir)/$$file" \
456             || cp -p $$d/$$file "$(distdir)/$$file" \
457             || exit 1; \
458           fi; \
459         done
460         -test -n "$(am__skip_mode_fix)" \
461         || find "$(distdir)" -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
462           ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
463           ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
464           ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
465         || chmod -R a+r "$(distdir)"
466 dist-gzip: distdir
467         tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
468         $(am__remove_distdir)
469 dist-bzip2: distdir
470         tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
471         $(am__remove_distdir)
472
473 dist-lzma: distdir
474         tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
475         $(am__remove_distdir)
476
477 dist-xz: distdir
478         tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
479         $(am__remove_distdir)
480
481 dist-tarZ: distdir
482         tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
483         $(am__remove_distdir)
484
485 dist-shar: distdir
486         shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
487         $(am__remove_distdir)
488
489 dist-zip: distdir
490         -rm -f $(distdir).zip
491         zip -rq $(distdir).zip $(distdir)
492         $(am__remove_distdir)
493
494 dist dist-all: distdir
495         tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
496         tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
497         $(am__remove_distdir)
498
499 # This target untars the dist file and tries a VPATH configuration.  Then
500 # it guarantees that the distribution is self-contained by making another
501 # tarfile.
502 distcheck: dist
503         case '$(DIST_ARCHIVES)' in \
504         *.tar.gz*) \
505           GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
506         *.tar.bz2*) \
507           bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
508         *.tar.lzma*) \
509           unlzma -c $(distdir).tar.lzma | $(am__untar) ;;\
510         *.tar.xz*) \
511           xz -dc $(distdir).tar.xz | $(am__untar) ;;\
512         *.tar.Z*) \
513           uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
514         *.shar.gz*) \
515           GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
516         *.zip*) \
517           unzip $(distdir).zip ;;\
518         esac
519         chmod -R a-w $(distdir); chmod a+w $(distdir)
520         mkdir $(distdir)/_build
521         mkdir $(distdir)/_inst
522         chmod a-w $(distdir)
523         test -d $(distdir)/_build || exit 0; \
524         dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
525           && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
526           && am__cwd=`pwd` \
527           && $(am__cd) $(distdir)/_build \
528           && ../configure --srcdir=.. --prefix="$$dc_install_base" \
529             $(DISTCHECK_CONFIGURE_FLAGS) \
530           && $(MAKE) $(AM_MAKEFLAGS) \
531           && $(MAKE) $(AM_MAKEFLAGS) dvi \
532           && $(MAKE) $(AM_MAKEFLAGS) check \
533           && $(MAKE) $(AM_MAKEFLAGS) install \
534           && $(MAKE) $(AM_MAKEFLAGS) installcheck \
535           && $(MAKE) $(AM_MAKEFLAGS) uninstall \
536           && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
537                 distuninstallcheck \
538           && chmod -R a-w "$$dc_install_base" \
539           && ({ \
540                (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
541                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
542                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
543                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
544                     distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
545               } || { rm -rf "$$dc_destdir"; exit 1; }) \
546           && rm -rf "$$dc_destdir" \
547           && $(MAKE) $(AM_MAKEFLAGS) dist \
548           && rm -rf $(DIST_ARCHIVES) \
549           && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
550           && cd "$$am__cwd" \
551           || exit 1
552         $(am__remove_distdir)
553         @(echo "$(distdir) archives ready for distribution: "; \
554           list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
555           sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
556 distuninstallcheck:
557         @$(am__cd) '$(distuninstallcheck_dir)' \
558         && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
559            || { echo "ERROR: files left after uninstall:" ; \
560                 if test -n "$(DESTDIR)"; then \
561                   echo "  (check DESTDIR support)"; \
562                 fi ; \
563                 $(distuninstallcheck_listfiles) ; \
564                 exit 1; } >&2
565 distcleancheck: distclean
566         @if test '$(srcdir)' = . ; then \
567           echo "ERROR: distcleancheck can only run from a VPATH build" ; \
568           exit 1 ; \
569         fi
570         @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
571           || { echo "ERROR: files left in build directory after distclean:" ; \
572                $(distcleancheck_listfiles) ; \
573                exit 1; } >&2
574 check-am: all-am
575 check: check-am
576 all-am: Makefile $(LTLIBRARIES) $(DATA) config.h
577 installdirs:
578         for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(pkgconfigdir)"; do \
579           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
580         done
581 install: install-am
582 install-exec: install-exec-am
583 install-data: install-data-am
584 uninstall: uninstall-am
585
586 install-am: all-am
587         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
588
589 installcheck: installcheck-am
590 install-strip:
591         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
592           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
593           `test -z '$(STRIP)' || \
594             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
595 mostlyclean-generic:
596
597 clean-generic:
598
599 distclean-generic:
600         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
601         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
602
603 maintainer-clean-generic:
604         @echo "This command is intended for maintainers to use"
605         @echo "it deletes files that may require special tools to rebuild."
606 clean: clean-am
607
608 clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
609         mostlyclean-am
610
611 distclean: distclean-am
612         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
613         -rm -rf ./$(DEPDIR)
614         -rm -f Makefile
615 distclean-am: clean-am distclean-compile distclean-generic \
616         distclean-hdr distclean-libtool distclean-tags
617
618 dvi: dvi-am
619
620 dvi-am:
621
622 html: html-am
623
624 html-am:
625
626 info: info-am
627
628 info-am:
629
630 install-data-am: install-pkgconfigDATA
631
632 install-dvi: install-dvi-am
633
634 install-dvi-am:
635
636 install-exec-am: install-libLTLIBRARIES
637
638 install-html: install-html-am
639
640 install-html-am:
641
642 install-info: install-info-am
643
644 install-info-am:
645
646 install-man:
647
648 install-pdf: install-pdf-am
649
650 install-pdf-am:
651
652 install-ps: install-ps-am
653
654 install-ps-am:
655
656 installcheck-am:
657
658 maintainer-clean: maintainer-clean-am
659         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
660         -rm -rf $(top_srcdir)/autom4te.cache
661         -rm -rf ./$(DEPDIR)
662         -rm -f Makefile
663 maintainer-clean-am: distclean-am maintainer-clean-generic
664
665 mostlyclean: mostlyclean-am
666
667 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
668         mostlyclean-libtool
669
670 pdf: pdf-am
671
672 pdf-am:
673
674 ps: ps-am
675
676 ps-am:
677
678 uninstall-am: uninstall-libLTLIBRARIES uninstall-pkgconfigDATA
679
680 .MAKE: all install-am install-strip
681
682 .PHONY: CTAGS GTAGS all all-am am--refresh check check-am clean \
683         clean-generic clean-libLTLIBRARIES clean-libtool ctags dist \
684         dist-all dist-bzip2 dist-gzip dist-lzma dist-shar dist-tarZ \
685         dist-xz dist-zip distcheck distclean distclean-compile \
686         distclean-generic distclean-hdr distclean-libtool \
687         distclean-tags distcleancheck distdir distuninstallcheck dvi \
688         dvi-am html html-am info info-am install install-am \
689         install-data install-data-am install-dvi install-dvi-am \
690         install-exec install-exec-am install-html install-html-am \
691         install-info install-info-am install-libLTLIBRARIES \
692         install-man install-pdf install-pdf-am install-pkgconfigDATA \
693         install-ps install-ps-am install-strip installcheck \
694         installcheck-am installdirs maintainer-clean \
695         maintainer-clean-generic mostlyclean mostlyclean-compile \
696         mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
697         tags uninstall uninstall-am uninstall-libLTLIBRARIES \
698         uninstall-pkgconfigDATA
699
700
701 # Tell versions [3.59,3.63) of GNU make to not export all variables.
702 # Otherwise a system limit (for SysV at least) may be exceeded.
703 .NOEXPORT: