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