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