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