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