Upload Tizen:Main source
[framework/uifw/xorg/util/xorg-x11-util-macros.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 #  Copyright 2005 Red Hat, Inc.
19 #
20 #  Permission to use, copy, modify, distribute, and sell this software
21 #  and its documentation for any purpose is hereby granted without
22 #  fee, provided that the above copyright notice appear in all copies
23 #  and that both that copyright notice and this permission notice
24 #  appear in supporting documentation, and that the name of Red Hat
25 #  not be used in advertising or publicity pertaining to distribution
26 #  of the software without specific, written prior permission.  Red
27 #  Hat makes no representations about the suitability of this software
28 #  for any purpose.  It is provided "as is" without express or implied
29 #  warranty.
30 #
31 #  RED HAT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
32 #  INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN
33 #  NO EVENT SHALL RED HAT BE LIABLE FOR ANY SPECIAL, INDIRECT OR
34 #  CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
35 #  OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
36 #  NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
37 #  CONNECTION WITH THE USE OR 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 subdir = .
57 DIST_COMMON = README $(am__configure_deps) $(dist_pkgdata_DATA) \
58         $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
59         $(srcdir)/xorg-macros.m4.in $(srcdir)/xorg-macros.pc.in \
60         $(srcdir)/xorgversion.m4 $(top_srcdir)/configure COPYING \
61         ChangeLog INSTALL install-sh missing
62 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
63 am__aclocal_m4_deps = $(top_srcdir)/xorgversion.m4 \
64         $(top_srcdir)/configure.ac
65 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
66         $(ACLOCAL_M4)
67 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
68  configure.lineno config.status.lineno
69 mkinstalldirs = $(install_sh) -d
70 CONFIG_CLEAN_FILES = xorg-macros.pc xorg-macros.m4
71 CONFIG_CLEAN_VPATH_FILES =
72 SOURCES =
73 DIST_SOURCES =
74 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
75 am__vpath_adj = case $$p in \
76     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
77     *) f=$$p;; \
78   esac;
79 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
80 am__install_max = 40
81 am__nobase_strip_setup = \
82   srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
83 am__nobase_strip = \
84   for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
85 am__nobase_list = $(am__nobase_strip_setup); \
86   for p in $$list; do echo "$$p $$p"; done | \
87   sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
88   $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
89     if (++n[$$2] == $(am__install_max)) \
90       { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
91     END { for (dir in files) print dir, files[dir] }'
92 am__base_list = \
93   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
94   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
95 am__installdirs = "$(DESTDIR)$(aclocaldir)" "$(DESTDIR)$(pkgdatadir)" \
96         "$(DESTDIR)$(pkgconfigdir)"
97 DATA = $(aclocal_DATA) $(dist_pkgdata_DATA) $(pkgconfig_DATA)
98 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
99 distdir = $(PACKAGE)-$(VERSION)
100 top_distdir = $(distdir)
101 am__remove_distdir = \
102   { test ! -d "$(distdir)" \
103     || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
104          && rm -fr "$(distdir)"; }; }
105 DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.bz2
106 GZIP_ENV = --best
107 distuninstallcheck_listfiles = find . -type f -print
108 distcleancheck_listfiles = find . -type f -print
109 ACLOCAL = @ACLOCAL@
110 AMTAR = @AMTAR@
111 AUTOCONF = @AUTOCONF@
112 AUTOHEADER = @AUTOHEADER@
113 AUTOMAKE = @AUTOMAKE@
114 AWK = @AWK@
115 CHANGELOG_CMD = @CHANGELOG_CMD@
116 CYGPATH_W = @CYGPATH_W@
117 DEFS = @DEFS@
118 ECHO_C = @ECHO_C@
119 ECHO_N = @ECHO_N@
120 ECHO_T = @ECHO_T@
121 INSTALL = @INSTALL@
122 INSTALL_DATA = @INSTALL_DATA@
123 INSTALL_PROGRAM = @INSTALL_PROGRAM@
124 INSTALL_SCRIPT = @INSTALL_SCRIPT@
125 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
126 LIBOBJS = @LIBOBJS@
127 LIBS = @LIBS@
128 LTLIBOBJS = @LTLIBOBJS@
129 MAINT = @MAINT@
130 MAKEINFO = @MAKEINFO@
131 MKDIR_P = @MKDIR_P@
132 PACKAGE = @PACKAGE@
133 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
134 PACKAGE_NAME = @PACKAGE_NAME@
135 PACKAGE_STRING = @PACKAGE_STRING@
136 PACKAGE_TARNAME = @PACKAGE_TARNAME@
137 PACKAGE_URL = @PACKAGE_URL@
138 PACKAGE_VERSION = @PACKAGE_VERSION@
139 PATH_SEPARATOR = @PATH_SEPARATOR@
140 SET_MAKE = @SET_MAKE@
141 SHELL = @SHELL@
142 STRIP = @STRIP@
143 VERSION = @VERSION@
144 abs_builddir = @abs_builddir@
145 abs_srcdir = @abs_srcdir@
146 abs_top_builddir = @abs_top_builddir@
147 abs_top_srcdir = @abs_top_srcdir@
148 am__leading_dot = @am__leading_dot@
149 am__tar = @am__tar@
150 am__untar = @am__untar@
151 bindir = @bindir@
152 build_alias = @build_alias@
153 builddir = @builddir@
154 datadir = @datadir@
155 datarootdir = @datarootdir@
156 docdir = @docdir@
157 dvidir = @dvidir@
158 exec_prefix = @exec_prefix@
159 host_alias = @host_alias@
160 htmldir = @htmldir@
161 includedir = @includedir@
162 infodir = @infodir@
163 install_sh = @install_sh@
164 libdir = @libdir@
165 libexecdir = @libexecdir@
166 localedir = @localedir@
167 localstatedir = @localstatedir@
168 mandir = @mandir@
169 mkdir_p = @mkdir_p@
170 oldincludedir = @oldincludedir@
171 pdfdir = @pdfdir@
172 prefix = @prefix@
173 program_transform_name = @program_transform_name@
174 psdir = @psdir@
175 sbindir = @sbindir@
176 sharedstatedir = @sharedstatedir@
177 srcdir = @srcdir@
178 sysconfdir = @sysconfdir@
179 target_alias = @target_alias@
180 top_build_prefix = @top_build_prefix@
181 top_builddir = @top_builddir@
182 top_srcdir = @top_srcdir@
183 aclocaldir = $(datadir)/aclocal
184 aclocal_DATA = xorg-macros.m4
185 dist_pkgdata_DATA = INSTALL
186 pkgconfigdir = $(datadir)/pkgconfig
187 pkgconfig_DATA = xorg-macros.pc
188 all: all-am
189
190 .SUFFIXES:
191 am--refresh:
192         @:
193 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
194         @for dep in $?; do \
195           case '$(am__configure_deps)' in \
196             *$$dep*) \
197               echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
198               $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
199                 && exit 0; \
200               exit 1;; \
201           esac; \
202         done; \
203         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
204         $(am__cd) $(top_srcdir) && \
205           $(AUTOMAKE) --foreign Makefile
206 .PRECIOUS: Makefile
207 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
208         @case '$?' in \
209           *config.status*) \
210             echo ' $(SHELL) ./config.status'; \
211             $(SHELL) ./config.status;; \
212           *) \
213             echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
214             cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
215         esac;
216
217 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
218         $(SHELL) ./config.status --recheck
219
220 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
221         $(am__cd) $(srcdir) && $(AUTOCONF)
222 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
223         $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
224 $(am__aclocal_m4_deps):
225 xorg-macros.pc: $(top_builddir)/config.status $(srcdir)/xorg-macros.pc.in
226         cd $(top_builddir) && $(SHELL) ./config.status $@
227 xorg-macros.m4: $(top_builddir)/config.status $(srcdir)/xorg-macros.m4.in $(srcdir)/xorgversion.m4
228         cd $(top_builddir) && $(SHELL) ./config.status $@
229 install-aclocalDATA: $(aclocal_DATA)
230         @$(NORMAL_INSTALL)
231         test -z "$(aclocaldir)" || $(MKDIR_P) "$(DESTDIR)$(aclocaldir)"
232         @list='$(aclocal_DATA)'; test -n "$(aclocaldir)" || list=; \
233         for p in $$list; do \
234           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
235           echo "$$d$$p"; \
236         done | $(am__base_list) | \
237         while read files; do \
238           echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(aclocaldir)'"; \
239           $(INSTALL_DATA) $$files "$(DESTDIR)$(aclocaldir)" || exit $$?; \
240         done
241
242 uninstall-aclocalDATA:
243         @$(NORMAL_UNINSTALL)
244         @list='$(aclocal_DATA)'; test -n "$(aclocaldir)" || list=; \
245         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
246         test -n "$$files" || exit 0; \
247         echo " ( cd '$(DESTDIR)$(aclocaldir)' && rm -f" $$files ")"; \
248         cd "$(DESTDIR)$(aclocaldir)" && rm -f $$files
249 install-dist_pkgdataDATA: $(dist_pkgdata_DATA)
250         @$(NORMAL_INSTALL)
251         test -z "$(pkgdatadir)" || $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)"
252         @list='$(dist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \
253         for p in $$list; do \
254           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
255           echo "$$d$$p"; \
256         done | $(am__base_list) | \
257         while read files; do \
258           echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgdatadir)'"; \
259           $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgdatadir)" || exit $$?; \
260         done
261
262 uninstall-dist_pkgdataDATA:
263         @$(NORMAL_UNINSTALL)
264         @list='$(dist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \
265         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
266         test -n "$$files" || exit 0; \
267         echo " ( cd '$(DESTDIR)$(pkgdatadir)' && rm -f" $$files ")"; \
268         cd "$(DESTDIR)$(pkgdatadir)" && rm -f $$files
269 install-pkgconfigDATA: $(pkgconfig_DATA)
270         @$(NORMAL_INSTALL)
271         test -z "$(pkgconfigdir)" || $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)"
272         @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
273         for p in $$list; do \
274           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
275           echo "$$d$$p"; \
276         done | $(am__base_list) | \
277         while read files; do \
278           echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgconfigdir)'"; \
279           $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgconfigdir)" || exit $$?; \
280         done
281
282 uninstall-pkgconfigDATA:
283         @$(NORMAL_UNINSTALL)
284         @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
285         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
286         test -n "$$files" || exit 0; \
287         echo " ( cd '$(DESTDIR)$(pkgconfigdir)' && rm -f" $$files ")"; \
288         cd "$(DESTDIR)$(pkgconfigdir)" && rm -f $$files
289 tags: TAGS
290 TAGS:
291
292 ctags: CTAGS
293 CTAGS:
294
295
296 distdir: $(DISTFILES)
297         $(am__remove_distdir)
298         test -d "$(distdir)" || mkdir "$(distdir)"
299         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
300         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
301         list='$(DISTFILES)'; \
302           dist_files=`for file in $$list; do echo $$file; done | \
303           sed -e "s|^$$srcdirstrip/||;t" \
304               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
305         case $$dist_files in \
306           */*) $(MKDIR_P) `echo "$$dist_files" | \
307                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
308                            sort -u` ;; \
309         esac; \
310         for file in $$dist_files; do \
311           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
312           if test -d $$d/$$file; then \
313             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
314             if test -d "$(distdir)/$$file"; then \
315               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
316             fi; \
317             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
318               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
319               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
320             fi; \
321             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
322           else \
323             test -f "$(distdir)/$$file" \
324             || cp -p $$d/$$file "$(distdir)/$$file" \
325             || exit 1; \
326           fi; \
327         done
328         $(MAKE) $(AM_MAKEFLAGS) \
329           top_distdir="$(top_distdir)" distdir="$(distdir)" \
330           dist-hook
331         -test -n "$(am__skip_mode_fix)" \
332         || find "$(distdir)" -type d ! -perm -755 \
333                 -exec chmod u+rwx,go+rx {} \; -o \
334           ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
335           ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
336           ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
337         || chmod -R a+r "$(distdir)"
338 dist-gzip: distdir
339         tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
340         $(am__remove_distdir)
341 dist-bzip2: distdir
342         tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
343         $(am__remove_distdir)
344
345 dist-lzma: distdir
346         tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
347         $(am__remove_distdir)
348
349 dist-xz: distdir
350         tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
351         $(am__remove_distdir)
352
353 dist-tarZ: distdir
354         tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
355         $(am__remove_distdir)
356
357 dist-shar: distdir
358         shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
359         $(am__remove_distdir)
360
361 dist-zip: distdir
362         -rm -f $(distdir).zip
363         zip -rq $(distdir).zip $(distdir)
364         $(am__remove_distdir)
365
366 dist dist-all: distdir
367         tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
368         tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
369         $(am__remove_distdir)
370
371 # This target untars the dist file and tries a VPATH configuration.  Then
372 # it guarantees that the distribution is self-contained by making another
373 # tarfile.
374 distcheck: dist
375         case '$(DIST_ARCHIVES)' in \
376         *.tar.gz*) \
377           GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
378         *.tar.bz2*) \
379           bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
380         *.tar.lzma*) \
381           lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
382         *.tar.xz*) \
383           xz -dc $(distdir).tar.xz | $(am__untar) ;;\
384         *.tar.Z*) \
385           uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
386         *.shar.gz*) \
387           GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
388         *.zip*) \
389           unzip $(distdir).zip ;;\
390         esac
391         chmod -R a-w $(distdir); chmod a+w $(distdir)
392         mkdir $(distdir)/_build
393         mkdir $(distdir)/_inst
394         chmod a-w $(distdir)
395         test -d $(distdir)/_build || exit 0; \
396         dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
397           && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
398           && am__cwd=`pwd` \
399           && $(am__cd) $(distdir)/_build \
400           && ../configure --srcdir=.. --prefix="$$dc_install_base" \
401             $(DISTCHECK_CONFIGURE_FLAGS) \
402           && $(MAKE) $(AM_MAKEFLAGS) \
403           && $(MAKE) $(AM_MAKEFLAGS) dvi \
404           && $(MAKE) $(AM_MAKEFLAGS) check \
405           && $(MAKE) $(AM_MAKEFLAGS) install \
406           && $(MAKE) $(AM_MAKEFLAGS) installcheck \
407           && $(MAKE) $(AM_MAKEFLAGS) uninstall \
408           && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
409                 distuninstallcheck \
410           && chmod -R a-w "$$dc_install_base" \
411           && ({ \
412                (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
413                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
414                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
415                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
416                     distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
417               } || { rm -rf "$$dc_destdir"; exit 1; }) \
418           && rm -rf "$$dc_destdir" \
419           && $(MAKE) $(AM_MAKEFLAGS) dist \
420           && rm -rf $(DIST_ARCHIVES) \
421           && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
422           && cd "$$am__cwd" \
423           || exit 1
424         $(am__remove_distdir)
425         @(echo "$(distdir) archives ready for distribution: "; \
426           list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
427           sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
428 distuninstallcheck:
429         @$(am__cd) '$(distuninstallcheck_dir)' \
430         && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
431            || { echo "ERROR: files left after uninstall:" ; \
432                 if test -n "$(DESTDIR)"; then \
433                   echo "  (check DESTDIR support)"; \
434                 fi ; \
435                 $(distuninstallcheck_listfiles) ; \
436                 exit 1; } >&2
437 distcleancheck: distclean
438         @if test '$(srcdir)' = . ; then \
439           echo "ERROR: distcleancheck can only run from a VPATH build" ; \
440           exit 1 ; \
441         fi
442         @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
443           || { echo "ERROR: files left in build directory after distclean:" ; \
444                $(distcleancheck_listfiles) ; \
445                exit 1; } >&2
446 check-am: all-am
447 check: check-am
448 all-am: Makefile $(DATA)
449 installdirs:
450         for dir in "$(DESTDIR)$(aclocaldir)" "$(DESTDIR)$(pkgdatadir)" "$(DESTDIR)$(pkgconfigdir)"; do \
451           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
452         done
453 install: install-am
454 install-exec: install-exec-am
455 install-data: install-data-am
456 uninstall: uninstall-am
457
458 install-am: all-am
459         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
460
461 installcheck: installcheck-am
462 install-strip:
463         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
464           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
465           `test -z '$(STRIP)' || \
466             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
467 mostlyclean-generic:
468
469 clean-generic:
470
471 distclean-generic:
472         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
473         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
474
475 maintainer-clean-generic:
476         @echo "This command is intended for maintainers to use"
477         @echo "it deletes files that may require special tools to rebuild."
478 clean: clean-am
479
480 clean-am: clean-generic mostlyclean-am
481
482 distclean: distclean-am
483         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
484         -rm -f Makefile
485 distclean-am: clean-am distclean-generic
486
487 dvi: dvi-am
488
489 dvi-am:
490
491 html: html-am
492
493 html-am:
494
495 info: info-am
496
497 info-am:
498
499 install-data-am: install-aclocalDATA install-dist_pkgdataDATA \
500         install-pkgconfigDATA
501         @$(NORMAL_INSTALL)
502         $(MAKE) $(AM_MAKEFLAGS) install-data-hook
503 install-dvi: install-dvi-am
504
505 install-dvi-am:
506
507 install-exec-am:
508
509 install-html: install-html-am
510
511 install-html-am:
512
513 install-info: install-info-am
514
515 install-info-am:
516
517 install-man:
518
519 install-pdf: install-pdf-am
520
521 install-pdf-am:
522
523 install-ps: install-ps-am
524
525 install-ps-am:
526
527 installcheck-am:
528
529 maintainer-clean: maintainer-clean-am
530         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
531         -rm -rf $(top_srcdir)/autom4te.cache
532         -rm -f Makefile
533 maintainer-clean-am: distclean-am maintainer-clean-generic
534
535 mostlyclean: mostlyclean-am
536
537 mostlyclean-am: mostlyclean-generic
538
539 pdf: pdf-am
540
541 pdf-am:
542
543 ps: ps-am
544
545 ps-am:
546
547 uninstall-am: uninstall-aclocalDATA uninstall-dist_pkgdataDATA \
548         uninstall-pkgconfigDATA
549
550 .MAKE: install-am install-data-am install-strip
551
552 .PHONY: all all-am am--refresh check check-am clean clean-generic dist \
553         dist-all dist-bzip2 dist-gzip dist-hook dist-lzma dist-shar \
554         dist-tarZ dist-xz dist-zip distcheck distclean \
555         distclean-generic distcleancheck distdir distuninstallcheck \
556         dvi dvi-am html html-am info info-am install \
557         install-aclocalDATA install-am install-data install-data-am \
558         install-data-hook install-dist_pkgdataDATA install-dvi \
559         install-dvi-am install-exec install-exec-am install-html \
560         install-html-am install-info install-info-am install-man \
561         install-pdf install-pdf-am install-pkgconfigDATA install-ps \
562         install-ps-am install-strip installcheck installcheck-am \
563         installdirs maintainer-clean maintainer-clean-generic \
564         mostlyclean mostlyclean-generic pdf pdf-am ps ps-am uninstall \
565         uninstall-aclocalDATA uninstall-am uninstall-dist_pkgdataDATA \
566         uninstall-pkgconfigDATA
567
568
569 # Previous versions used to install xorgversion.m4, now integrated
570 # into xorg-macros.m4.  Explicitly remove that old file in order not
571 # to have a macro defined in two different files.
572 install-data-hook:
573         rm -f $(DESTDIR)$(aclocaldir)/xorgversion.m4
574
575 .PHONY: ChangeLog
576
577 ChangeLog:
578         $(CHANGELOG_CMD)
579
580 dist-hook: ChangeLog
581
582 # Tell versions [3.59,3.63) of GNU make to not export all variables.
583 # Otherwise a system limit (for SysV at least) may be exceeded.
584 .NOEXPORT: