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