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