1# Makefile.in generated by automake 1.10.2 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  Free Software Foundation, Inc.
6# This Makefile.in is free software; the Free Software Foundation
7# gives unlimited permission to copy and/or distribute it,
8# with or without modifications, as long as this notice is preserved.
9
10# This program is distributed in the hope that it will be useful,
11# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13# PARTICULAR PURPOSE.
14
15@SET_MAKE@
16
17#  Copyright 2005 Adam Jackson.
18#
19#  Permission is hereby granted, free of charge, to any person obtaining a
20#  copy of this software and associated documentation files (the "Software"),
21#  to deal in the Software without restriction, including without limitation
22#  on the rights to use, copy, modify, merge, publish, distribute, sub
23#  license, and/or sell copies of the Software, and to permit persons to whom
24#  the Software is furnished to do so, subject to the following conditions:
25#
26#  The above copyright notice and this permission notice (including the next
27#  paragraph) shall be included in all copies or substantial portions of the
28#  Software.
29#
30#  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
31#  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
32#  FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.  IN NO EVENT SHALL
33#  ADAM JACKSON BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
34#  IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
35#  CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
36
37# eventually someone might want to build the kernel modules or tests from
38# here too, but let's just do libdrm for now
39
40VPATH = @srcdir@
41pkgdatadir = $(datadir)/@PACKAGE@
42pkglibdir = $(libdir)/@PACKAGE@
43pkgincludedir = $(includedir)/@PACKAGE@
44am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
45install_sh_DATA = $(install_sh) -c -m 644
46install_sh_PROGRAM = $(install_sh) -c
47install_sh_SCRIPT = $(install_sh) -c
48INSTALL_HEADER = $(INSTALL_DATA)
49transform = $(program_transform_name)
50NORMAL_INSTALL = :
51PRE_INSTALL = :
52POST_INSTALL = :
53NORMAL_UNINSTALL = :
54PRE_UNINSTALL = :
55POST_UNINSTALL = :
56build_triplet = @build@
57host_triplet = @host@
58subdir = .
59DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
60	$(srcdir)/Makefile.in $(srcdir)/libdrm.pc.in \
61	$(srcdir)/libdrm_intel.pc.in $(top_srcdir)/configure \
62	config.guess config.sub depcomp install-sh ltmain.sh missing
63ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
64am__aclocal_m4_deps = $(top_srcdir)/configure.ac
65am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
66	$(ACLOCAL_M4)
67am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
68 configure.lineno config.status.lineno
69mkinstalldirs = $(install_sh) -d
70CONFIG_HEADER = $(top_builddir)/libdrm/config.h
71CONFIG_CLEAN_FILES = libdrm.pc libdrm_intel.pc
72SOURCES =
73DIST_SOURCES =
74RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
75	html-recursive info-recursive install-data-recursive \
76	install-dvi-recursive install-exec-recursive \
77	install-html-recursive install-info-recursive \
78	install-pdf-recursive install-ps-recursive install-recursive \
79	installcheck-recursive installdirs-recursive pdf-recursive \
80	ps-recursive uninstall-recursive
81am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
82am__vpath_adj = case $$p in \
83    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
84    *) f=$$p;; \
85  esac;
86am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
87am__installdirs = "$(DESTDIR)$(pkgconfigdir)"
88pkgconfigDATA_INSTALL = $(INSTALL_DATA)
89DATA = $(pkgconfig_DATA)
90RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
91  distclean-recursive maintainer-clean-recursive
92ETAGS = etags
93CTAGS = ctags
94DIST_SUBDIRS = $(SUBDIRS)
95DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
96distdir = $(PACKAGE)-$(VERSION)
97top_distdir = $(distdir)
98am__remove_distdir = \
99  { test ! -d $(distdir) \
100    || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
101         && rm -fr $(distdir); }; }
102DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.bz2
103GZIP_ENV = --best
104distuninstallcheck_listfiles = find . -type f -print
105distcleancheck_listfiles = find . -type f -print
106ACLOCAL = @ACLOCAL@
107AMTAR = @AMTAR@
108AR = @AR@
109AUTOCONF = @AUTOCONF@
110AUTOHEADER = @AUTOHEADER@
111AUTOMAKE = @AUTOMAKE@
112AWK = @AWK@
113CAIRO_CFLAGS = @CAIRO_CFLAGS@
114CAIRO_LIBS = @CAIRO_LIBS@
115CC = @CC@
116CCDEPMODE = @CCDEPMODE@
117CFLAGS = @CFLAGS@
118CLOCK_LIB = @CLOCK_LIB@
119CPP = @CPP@
120CPPFLAGS = @CPPFLAGS@
121CYGPATH_W = @CYGPATH_W@
122DEFS = @DEFS@
123DEPDIR = @DEPDIR@
124DSYMUTIL = @DSYMUTIL@
125DUMPBIN = @DUMPBIN@
126ECHO_C = @ECHO_C@
127ECHO_N = @ECHO_N@
128ECHO_T = @ECHO_T@
129EGREP = @EGREP@
130EXEEXT = @EXEEXT@
131FGREP = @FGREP@
132GREP = @GREP@
133INSTALL = @INSTALL@
134INSTALL_DATA = @INSTALL_DATA@
135INSTALL_PROGRAM = @INSTALL_PROGRAM@
136INSTALL_SCRIPT = @INSTALL_SCRIPT@
137INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
138LD = @LD@
139LDFLAGS = @LDFLAGS@
140LIBOBJS = @LIBOBJS@
141LIBS = @LIBS@
142LIBTOOL = @LIBTOOL@
143LIBUDEV_CFLAGS = @LIBUDEV_CFLAGS@
144LIBUDEV_LIBS = @LIBUDEV_LIBS@
145LIPO = @LIPO@
146LN_S = @LN_S@
147LTLIBOBJS = @LTLIBOBJS@
148MAKEINFO = @MAKEINFO@
149MKDIR_P = @MKDIR_P@
150NM = @NM@
151NMEDIT = @NMEDIT@
152OBJDUMP = @OBJDUMP@
153OBJEXT = @OBJEXT@
154OTOOL = @OTOOL@
155OTOOL64 = @OTOOL64@
156PACKAGE = @PACKAGE@
157PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
158PACKAGE_NAME = @PACKAGE_NAME@
159PACKAGE_STRING = @PACKAGE_STRING@
160PACKAGE_TARNAME = @PACKAGE_TARNAME@
161PACKAGE_URL = @PACKAGE_URL@
162PACKAGE_VERSION = @PACKAGE_VERSION@
163PATH_SEPARATOR = @PATH_SEPARATOR@
164PKG_CONFIG = @PKG_CONFIG@
165PTHREADSTUBS_CFLAGS = @PTHREADSTUBS_CFLAGS@
166PTHREADSTUBS_LIBS = @PTHREADSTUBS_LIBS@
167RANLIB = @RANLIB@
168SED = @SED@
169SET_MAKE = @SET_MAKE@
170SHELL = @SHELL@
171STRIP = @STRIP@
172VERSION = @VERSION@
173WARN_CFLAGS = @WARN_CFLAGS@
174abs_builddir = @abs_builddir@
175abs_srcdir = @abs_srcdir@
176abs_top_builddir = @abs_top_builddir@
177abs_top_srcdir = @abs_top_srcdir@
178ac_ct_CC = @ac_ct_CC@
179ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
180am__include = @am__include@
181am__leading_dot = @am__leading_dot@
182am__quote = @am__quote@
183am__tar = @am__tar@
184am__untar = @am__untar@
185bindir = @bindir@
186build = @build@
187build_alias = @build_alias@
188build_cpu = @build_cpu@
189build_os = @build_os@
190build_vendor = @build_vendor@
191builddir = @builddir@
192datadir = @datadir@
193datarootdir = @datarootdir@
194docdir = @docdir@
195dvidir = @dvidir@
196exec_prefix = @exec_prefix@
197host = @host@
198host_alias = @host_alias@
199host_cpu = @host_cpu@
200host_os = @host_os@
201host_vendor = @host_vendor@
202htmldir = @htmldir@
203includedir = @includedir@
204infodir = @infodir@
205install_sh = @install_sh@
206libdir = @libdir@
207libexecdir = @libexecdir@
208localedir = @localedir@
209localstatedir = @localstatedir@
210lt_ECHO = @lt_ECHO@
211mandir = @mandir@
212mkdir_p = @mkdir_p@
213oldincludedir = @oldincludedir@
214pdfdir = @pdfdir@
215pkgconfigdir = @pkgconfigdir@
216prefix = @prefix@
217program_transform_name = @program_transform_name@
218psdir = @psdir@
219sbindir = @sbindir@
220sharedstatedir = @sharedstatedir@
221srcdir = @srcdir@
222sysconfdir = @sysconfdir@
223target_alias = @target_alias@
224top_build_prefix = @top_build_prefix@
225top_builddir = @top_builddir@
226top_srcdir = @top_srcdir@
227AUTOMAKE_OPTIONS = foreign
228SUBDIRS = libdrm shared-core tests
229pkgconfig_DATA = libdrm.pc libdrm_intel.pc
230EXTRA_DIST = libdrm.pc.in libdrm_intel.pc.in
231all: all-recursive
232
233.SUFFIXES:
234am--refresh:
235	@:
236$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
237	@for dep in $?; do \
238	  case '$(am__configure_deps)' in \
239	    *$$dep*) \
240	      echo ' cd $(srcdir) && $(AUTOMAKE) --foreign '; \
241	      cd $(srcdir) && $(AUTOMAKE) --foreign  \
242		&& exit 0; \
243	      exit 1;; \
244	  esac; \
245	done; \
246	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  Makefile'; \
247	cd $(top_srcdir) && \
248	  $(AUTOMAKE) --foreign  Makefile
249.PRECIOUS: Makefile
250Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
251	@case '$?' in \
252	  *config.status*) \
253	    echo ' $(SHELL) ./config.status'; \
254	    $(SHELL) ./config.status;; \
255	  *) \
256	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
257	    cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
258	esac;
259
260$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
261	$(SHELL) ./config.status --recheck
262
263$(top_srcdir)/configure:  $(am__configure_deps)
264	cd $(srcdir) && $(AUTOCONF)
265$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
266	cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
267libdrm.pc: $(top_builddir)/config.status $(srcdir)/libdrm.pc.in
268	cd $(top_builddir) && $(SHELL) ./config.status $@
269libdrm_intel.pc: $(top_builddir)/config.status $(srcdir)/libdrm_intel.pc.in
270	cd $(top_builddir) && $(SHELL) ./config.status $@
271
272mostlyclean-libtool:
273	-rm -f *.lo
274
275clean-libtool:
276	-rm -rf .libs _libs
277
278distclean-libtool:
279	-rm -f libtool config.lt
280install-pkgconfigDATA: $(pkgconfig_DATA)
281	@$(NORMAL_INSTALL)
282	test -z "$(pkgconfigdir)" || $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)"
283	@list='$(pkgconfig_DATA)'; for p in $$list; do \
284	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
285	  f=$(am__strip_dir) \
286	  echo " $(pkgconfigDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(pkgconfigdir)/$$f'"; \
287	  $(pkgconfigDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(pkgconfigdir)/$$f"; \
288	done
289
290uninstall-pkgconfigDATA:
291	@$(NORMAL_UNINSTALL)
292	@list='$(pkgconfig_DATA)'; for p in $$list; do \
293	  f=$(am__strip_dir) \
294	  echo " rm -f '$(DESTDIR)$(pkgconfigdir)/$$f'"; \
295	  rm -f "$(DESTDIR)$(pkgconfigdir)/$$f"; \
296	done
297
298# This directory's subdirectories are mostly independent; you can cd
299# into them and run `make' without going through this Makefile.
300# To change the values of `make' variables: instead of editing Makefiles,
301# (1) if the variable is set in `config.status', edit `config.status'
302#     (which will cause the Makefiles to be regenerated when you run `make');
303# (2) otherwise, pass the desired values on the `make' command line.
304$(RECURSIVE_TARGETS):
305	@failcom='exit 1'; \
306	for f in x $$MAKEFLAGS; do \
307	  case $$f in \
308	    *=* | --[!k]*);; \
309	    *k*) failcom='fail=yes';; \
310	  esac; \
311	done; \
312	dot_seen=no; \
313	target=`echo $@ | sed s/-recursive//`; \
314	list='$(SUBDIRS)'; for subdir in $$list; do \
315	  echo "Making $$target in $$subdir"; \
316	  if test "$$subdir" = "."; then \
317	    dot_seen=yes; \
318	    local_target="$$target-am"; \
319	  else \
320	    local_target="$$target"; \
321	  fi; \
322	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
323	  || eval $$failcom; \
324	done; \
325	if test "$$dot_seen" = "no"; then \
326	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
327	fi; test -z "$$fail"
328
329$(RECURSIVE_CLEAN_TARGETS):
330	@failcom='exit 1'; \
331	for f in x $$MAKEFLAGS; do \
332	  case $$f in \
333	    *=* | --[!k]*);; \
334	    *k*) failcom='fail=yes';; \
335	  esac; \
336	done; \
337	dot_seen=no; \
338	case "$@" in \
339	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
340	  *) list='$(SUBDIRS)' ;; \
341	esac; \
342	rev=''; for subdir in $$list; do \
343	  if test "$$subdir" = "."; then :; else \
344	    rev="$$subdir $$rev"; \
345	  fi; \
346	done; \
347	rev="$$rev ."; \
348	target=`echo $@ | sed s/-recursive//`; \
349	for subdir in $$rev; do \
350	  echo "Making $$target in $$subdir"; \
351	  if test "$$subdir" = "."; then \
352	    local_target="$$target-am"; \
353	  else \
354	    local_target="$$target"; \
355	  fi; \
356	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
357	  || eval $$failcom; \
358	done && test -z "$$fail"
359tags-recursive:
360	list='$(SUBDIRS)'; for subdir in $$list; do \
361	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
362	done
363ctags-recursive:
364	list='$(SUBDIRS)'; for subdir in $$list; do \
365	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
366	done
367
368ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
369	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
370	unique=`for i in $$list; do \
371	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
372	  done | \
373	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
374	      END { if (nonempty) { for (i in files) print i; }; }'`; \
375	mkid -fID $$unique
376tags: TAGS
377
378TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
379		$(TAGS_FILES) $(LISP)
380	tags=; \
381	here=`pwd`; \
382	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
383	  include_option=--etags-include; \
384	  empty_fix=.; \
385	else \
386	  include_option=--include; \
387	  empty_fix=; \
388	fi; \
389	list='$(SUBDIRS)'; for subdir in $$list; do \
390	  if test "$$subdir" = .; then :; else \
391	    test ! -f $$subdir/TAGS || \
392	      tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
393	  fi; \
394	done; \
395	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
396	unique=`for i in $$list; do \
397	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
398	  done | \
399	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
400	      END { if (nonempty) { for (i in files) print i; }; }'`; \
401	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
402	  test -n "$$unique" || unique=$$empty_fix; \
403	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
404	    $$tags $$unique; \
405	fi
406ctags: CTAGS
407CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
408		$(TAGS_FILES) $(LISP)
409	tags=; \
410	list='$(SOURCES) $(HEADERS)  $(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)$$tags$$unique" \
417	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
418	     $$tags $$unique
419
420GTAGS:
421	here=`$(am__cd) $(top_builddir) && pwd` \
422	  && cd $(top_srcdir) \
423	  && gtags -i $(GTAGS_ARGS) $$here
424
425distclean-tags:
426	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
427
428distdir: $(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 $(srcdir)/$$file && test $$d != $(srcdir); then \
447	      cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
448	    fi; \
449	    cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
450	  else \
451	    test -f $(distdir)/$$file \
452	    || cp -p $$d/$$file $(distdir)/$$file \
453	    || exit 1; \
454	  fi; \
455	done
456	list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
457	  if test "$$subdir" = .; then :; else \
458	    test -d "$(distdir)/$$subdir" \
459	    || $(MKDIR_P) "$(distdir)/$$subdir" \
460	    || exit 1; \
461	    distdir=`$(am__cd) $(distdir) && pwd`; \
462	    top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
463	    (cd $$subdir && \
464	      $(MAKE) $(AM_MAKEFLAGS) \
465	        top_distdir="$$top_distdir" \
466	        distdir="$$distdir/$$subdir" \
467		am__remove_distdir=: \
468		am__skip_length_check=: \
469	        distdir) \
470	      || exit 1; \
471	  fi; \
472	done
473	-find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
474	  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
475	  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
476	  ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
477	|| chmod -R a+r $(distdir)
478dist-gzip: distdir
479	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
480	$(am__remove_distdir)
481dist-bzip2: distdir
482	tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
483	$(am__remove_distdir)
484
485dist-lzma: distdir
486	tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
487	$(am__remove_distdir)
488
489dist-tarZ: distdir
490	tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
491	$(am__remove_distdir)
492
493dist-shar: distdir
494	shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
495	$(am__remove_distdir)
496
497dist-zip: distdir
498	-rm -f $(distdir).zip
499	zip -rq $(distdir).zip $(distdir)
500	$(am__remove_distdir)
501
502dist dist-all: distdir
503	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
504	tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
505	$(am__remove_distdir)
506
507# This target untars the dist file and tries a VPATH configuration.  Then
508# it guarantees that the distribution is self-contained by making another
509# tarfile.
510distcheck: dist
511	case '$(DIST_ARCHIVES)' in \
512	*.tar.gz*) \
513	  GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
514	*.tar.bz2*) \
515	  bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
516	*.tar.lzma*) \
517	  unlzma -c $(distdir).tar.lzma | $(am__untar) ;;\
518	*.tar.Z*) \
519	  uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
520	*.shar.gz*) \
521	  GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
522	*.zip*) \
523	  unzip $(distdir).zip ;;\
524	esac
525	chmod -R a-w $(distdir); chmod a+w $(distdir)
526	mkdir $(distdir)/_build
527	mkdir $(distdir)/_inst
528	chmod a-w $(distdir)
529	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
530	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
531	  && cd $(distdir)/_build \
532	  && ../configure --srcdir=.. --prefix="$$dc_install_base" \
533	    $(DISTCHECK_CONFIGURE_FLAGS) \
534	  && $(MAKE) $(AM_MAKEFLAGS) \
535	  && $(MAKE) $(AM_MAKEFLAGS) dvi \
536	  && $(MAKE) $(AM_MAKEFLAGS) check \
537	  && $(MAKE) $(AM_MAKEFLAGS) install \
538	  && $(MAKE) $(AM_MAKEFLAGS) installcheck \
539	  && $(MAKE) $(AM_MAKEFLAGS) uninstall \
540	  && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
541	        distuninstallcheck \
542	  && chmod -R a-w "$$dc_install_base" \
543	  && ({ \
544	       (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
545	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
546	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
547	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
548	            distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
549	      } || { rm -rf "$$dc_destdir"; exit 1; }) \
550	  && rm -rf "$$dc_destdir" \
551	  && $(MAKE) $(AM_MAKEFLAGS) dist \
552	  && rm -rf $(DIST_ARCHIVES) \
553	  && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
554	$(am__remove_distdir)
555	@(echo "$(distdir) archives ready for distribution: "; \
556	  list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
557	  sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
558distuninstallcheck:
559	@cd $(distuninstallcheck_dir) \
560	&& test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
561	   || { echo "ERROR: files left after uninstall:" ; \
562	        if test -n "$(DESTDIR)"; then \
563	          echo "  (check DESTDIR support)"; \
564	        fi ; \
565	        $(distuninstallcheck_listfiles) ; \
566	        exit 1; } >&2
567distcleancheck: distclean
568	@if test '$(srcdir)' = . ; then \
569	  echo "ERROR: distcleancheck can only run from a VPATH build" ; \
570	  exit 1 ; \
571	fi
572	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
573	  || { echo "ERROR: files left in build directory after distclean:" ; \
574	       $(distcleancheck_listfiles) ; \
575	       exit 1; } >&2
576check-am: all-am
577check: check-recursive
578all-am: Makefile $(DATA)
579installdirs: installdirs-recursive
580installdirs-am:
581	for dir in "$(DESTDIR)$(pkgconfigdir)"; do \
582	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
583	done
584install: install-recursive
585install-exec: install-exec-recursive
586install-data: install-data-recursive
587uninstall: uninstall-recursive
588
589install-am: all-am
590	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
591
592installcheck: installcheck-recursive
593install-strip:
594	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
595	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
596	  `test -z '$(STRIP)' || \
597	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
598mostlyclean-generic:
599
600clean-generic:
601
602distclean-generic:
603	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
604
605maintainer-clean-generic:
606	@echo "This command is intended for maintainers to use"
607	@echo "it deletes files that may require special tools to rebuild."
608clean: clean-recursive
609
610clean-am: clean-generic clean-libtool mostlyclean-am
611
612distclean: distclean-recursive
613	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
614	-rm -f Makefile
615distclean-am: clean-am distclean-generic distclean-libtool \
616	distclean-tags
617
618dvi: dvi-recursive
619
620dvi-am:
621
622html: html-recursive
623
624info: info-recursive
625
626info-am:
627
628install-data-am: install-pkgconfigDATA
629
630install-dvi: install-dvi-recursive
631
632install-exec-am:
633
634install-html: install-html-recursive
635
636install-info: install-info-recursive
637
638install-man:
639
640install-pdf: install-pdf-recursive
641
642install-ps: install-ps-recursive
643
644installcheck-am:
645
646maintainer-clean: maintainer-clean-recursive
647	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
648	-rm -rf $(top_srcdir)/autom4te.cache
649	-rm -f Makefile
650maintainer-clean-am: distclean-am maintainer-clean-generic
651
652mostlyclean: mostlyclean-recursive
653
654mostlyclean-am: mostlyclean-generic mostlyclean-libtool
655
656pdf: pdf-recursive
657
658pdf-am:
659
660ps: ps-recursive
661
662ps-am:
663
664uninstall-am: uninstall-pkgconfigDATA
665
666.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
667	install-strip
668
669.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
670	all all-am am--refresh check check-am clean clean-generic \
671	clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \
672	dist-gzip dist-lzma dist-shar dist-tarZ dist-zip distcheck \
673	distclean distclean-generic distclean-libtool distclean-tags \
674	distcleancheck distdir distuninstallcheck dvi dvi-am html \
675	html-am info info-am install install-am install-data \
676	install-data-am install-dvi install-dvi-am install-exec \
677	install-exec-am install-html install-html-am install-info \
678	install-info-am install-man install-pdf install-pdf-am \
679	install-pkgconfigDATA install-ps install-ps-am install-strip \
680	installcheck installcheck-am installdirs installdirs-am \
681	maintainer-clean maintainer-clean-generic mostlyclean \
682	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
683	tags tags-recursive uninstall uninstall-am \
684	uninstall-pkgconfigDATA
685
686# Tell versions [3.59,3.63) of GNU make to not export all variables.
687# Otherwise a system limit (for SysV at least) may be exceeded.
688.NOEXPORT:
689