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