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