Imported version 2.7.91
[platform/core/uifw/at-spi2-core.git] / doc / 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 VPATH = @srcdir@
17 am__make_dryrun = \
18   { \
19     am__dry=no; \
20     case $$MAKEFLAGS in \
21       *\\[\ \   ]*) \
22         echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
23           | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
24       *) \
25         for am__flg in $$MAKEFLAGS; do \
26           case $$am__flg in \
27             *=*|--*) ;; \
28             *n*) am__dry=yes; break;; \
29           esac; \
30         done;; \
31     esac; \
32     test $$am__dry = yes; \
33   }
34 pkgdatadir = $(datadir)/@PACKAGE@
35 pkgincludedir = $(includedir)/@PACKAGE@
36 pkglibdir = $(libdir)/@PACKAGE@
37 pkglibexecdir = $(libexecdir)/@PACKAGE@
38 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
39 install_sh_DATA = $(install_sh) -c -m 644
40 install_sh_PROGRAM = $(install_sh) -c
41 install_sh_SCRIPT = $(install_sh) -c
42 INSTALL_HEADER = $(INSTALL_DATA)
43 transform = $(program_transform_name)
44 NORMAL_INSTALL = :
45 PRE_INSTALL = :
46 POST_INSTALL = :
47 NORMAL_UNINSTALL = :
48 PRE_UNINSTALL = :
49 POST_UNINSTALL = :
50 build_triplet = @build@
51 host_triplet = @host@
52 subdir = doc
53 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
54 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
55 am__aclocal_m4_deps = $(top_srcdir)/m4/gtk-doc.m4 \
56         $(top_srcdir)/m4/intltool.m4 $(top_srcdir)/m4/introspection.m4 \
57         $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
58         $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
59         $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/acinclude.m4 \
60         $(top_srcdir)/configure.ac
61 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
62         $(ACLOCAL_M4)
63 mkinstalldirs = $(install_sh) -d
64 CONFIG_HEADER = $(top_builddir)/config.h
65 CONFIG_CLEAN_FILES =
66 CONFIG_CLEAN_VPATH_FILES =
67 AM_V_GEN = $(am__v_GEN_@AM_V@)
68 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
69 am__v_GEN_0 = @echo "  GEN     " $@;
70 AM_V_at = $(am__v_at_@AM_V@)
71 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
72 am__v_at_0 = @
73 SOURCES =
74 DIST_SOURCES =
75 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
76         html-recursive info-recursive install-data-recursive \
77         install-dvi-recursive install-exec-recursive \
78         install-html-recursive install-info-recursive \
79         install-pdf-recursive install-ps-recursive install-recursive \
80         installcheck-recursive installdirs-recursive pdf-recursive \
81         ps-recursive uninstall-recursive
82 am__can_run_installinfo = \
83   case $$AM_UPDATE_INFO_DIR in \
84     n|no|NO) false;; \
85     *) (install-info --version) >/dev/null 2>&1;; \
86   esac
87 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
88   distclean-recursive maintainer-clean-recursive
89 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
90         $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
91         distdir
92 ETAGS = etags
93 CTAGS = ctags
94 DIST_SUBDIRS = $(SUBDIRS)
95 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
96 am__relativize = \
97   dir0=`pwd`; \
98   sed_first='s,^\([^/]*\)/.*$$,\1,'; \
99   sed_rest='s,^[^/]*/*,,'; \
100   sed_last='s,^.*/\([^/]*\)$$,\1,'; \
101   sed_butlast='s,/*[^/]*$$,,'; \
102   while test -n "$$dir1"; do \
103     first=`echo "$$dir1" | sed -e "$$sed_first"`; \
104     if test "$$first" != "."; then \
105       if test "$$first" = ".."; then \
106         dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
107         dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
108       else \
109         first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
110         if test "$$first2" = "$$first"; then \
111           dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
112         else \
113           dir2="../$$dir2"; \
114         fi; \
115         dir0="$$dir0"/"$$first"; \
116       fi; \
117     fi; \
118     dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
119   done; \
120   reldir="$$dir2"
121 ACLOCAL = @ACLOCAL@
122 ALL_LINGUAS = @ALL_LINGUAS@
123 AMTAR = @AMTAR@
124 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
125 AR = @AR@
126 AT_SPI_CORE_VERSION = @AT_SPI_CORE_VERSION@
127 AUTOCONF = @AUTOCONF@
128 AUTOHEADER = @AUTOHEADER@
129 AUTOMAKE = @AUTOMAKE@
130 AWK = @AWK@
131 CC = @CC@
132 CCDEPMODE = @CCDEPMODE@
133 CFLAGS = @CFLAGS@
134 CPP = @CPP@
135 CPPFLAGS = @CPPFLAGS@
136 CYGPATH_W = @CYGPATH_W@
137 DATADIRNAME = @DATADIRNAME@
138 DBIND_ALIGNOF_CHAR = @DBIND_ALIGNOF_CHAR@
139 DBIND_ALIGNOF_DBIND_POINTER = @DBIND_ALIGNOF_DBIND_POINTER@
140 DBIND_ALIGNOF_DBIND_STRUCT = @DBIND_ALIGNOF_DBIND_STRUCT@
141 DBIND_ALIGNOF_DBUS_BOOL_T = @DBIND_ALIGNOF_DBUS_BOOL_T@
142 DBIND_ALIGNOF_DBUS_INT16_T = @DBIND_ALIGNOF_DBUS_INT16_T@
143 DBIND_ALIGNOF_DBUS_INT32_T = @DBIND_ALIGNOF_DBUS_INT32_T@
144 DBIND_ALIGNOF_DBUS_INT64_T = @DBIND_ALIGNOF_DBUS_INT64_T@
145 DBIND_ALIGNOF_DOUBLE = @DBIND_ALIGNOF_DOUBLE@
146 DBUS_CFLAGS = @DBUS_CFLAGS@
147 DBUS_DAEMON = @DBUS_DAEMON@
148 DBUS_LIBS = @DBUS_LIBS@
149 DBUS_SERVICES_DIR = @DBUS_SERVICES_DIR@
150 DEFS = @DEFS@
151 DEPDIR = @DEPDIR@
152 DLLTOOL = @DLLTOOL@
153 DL_LIBS = @DL_LIBS@
154 DSYMUTIL = @DSYMUTIL@
155 DUMPBIN = @DUMPBIN@
156 ECHO_C = @ECHO_C@
157 ECHO_N = @ECHO_N@
158 ECHO_T = @ECHO_T@
159 EGREP = @EGREP@
160 EXEEXT = @EXEEXT@
161 FGREP = @FGREP@
162 GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
163 GIO_CFLAGS = @GIO_CFLAGS@
164 GIO_LIBS = @GIO_LIBS@
165 GLIB_CFLAGS = @GLIB_CFLAGS@
166 GLIB_LIBS = @GLIB_LIBS@
167 GMSGFMT = @GMSGFMT@
168 GOBJ_CFLAGS = @GOBJ_CFLAGS@
169 GOBJ_LIBS = @GOBJ_LIBS@
170 GREP = @GREP@
171 GTKDOC_CHECK = @GTKDOC_CHECK@
172 GTKDOC_DEPS_CFLAGS = @GTKDOC_DEPS_CFLAGS@
173 GTKDOC_DEPS_LIBS = @GTKDOC_DEPS_LIBS@
174 GTKDOC_MKPDF = @GTKDOC_MKPDF@
175 GTKDOC_REBASE = @GTKDOC_REBASE@
176 HTML_DIR = @HTML_DIR@
177 INSTALL = @INSTALL@
178 INSTALL_DATA = @INSTALL_DATA@
179 INSTALL_PROGRAM = @INSTALL_PROGRAM@
180 INSTALL_SCRIPT = @INSTALL_SCRIPT@
181 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
182 INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
183 INTLTOOL_MERGE = @INTLTOOL_MERGE@
184 INTLTOOL_PERL = @INTLTOOL_PERL@
185 INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
186 INTLTOOL_V_MERGE = @INTLTOOL_V_MERGE@
187 INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@
188 INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@
189 INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@
190 INTROSPECTION_CFLAGS = @INTROSPECTION_CFLAGS@
191 INTROSPECTION_COMPILER = @INTROSPECTION_COMPILER@
192 INTROSPECTION_GENERATE = @INTROSPECTION_GENERATE@
193 INTROSPECTION_GIRDIR = @INTROSPECTION_GIRDIR@
194 INTROSPECTION_LIBS = @INTROSPECTION_LIBS@
195 INTROSPECTION_MAKEFILE = @INTROSPECTION_MAKEFILE@
196 INTROSPECTION_SCANNER = @INTROSPECTION_SCANNER@
197 INTROSPECTION_TYPELIBDIR = @INTROSPECTION_TYPELIBDIR@
198 LD = @LD@
199 LDFLAGS = @LDFLAGS@
200 LIBOBJS = @LIBOBJS@
201 LIBS = @LIBS@
202 LIBTOOL = @LIBTOOL@
203 LIBTOOL_EXPORT_OPTIONS = @LIBTOOL_EXPORT_OPTIONS@
204 LIPO = @LIPO@
205 LN_S = @LN_S@
206 LTLIBOBJS = @LTLIBOBJS@
207 LT_AGE = @LT_AGE@
208 LT_CURRENT = @LT_CURRENT@
209 LT_RELEASE = @LT_RELEASE@
210 LT_REVISION = @LT_REVISION@
211 LT_VERSION_INFO = @LT_VERSION_INFO@
212 MAKEINFO = @MAKEINFO@
213 MANIFEST_TOOL = @MANIFEST_TOOL@
214 MKDIR_P = @MKDIR_P@
215 MSGFMT = @MSGFMT@
216 MSGMERGE = @MSGMERGE@
217 NM = @NM@
218 NMEDIT = @NMEDIT@
219 OBJDUMP = @OBJDUMP@
220 OBJEXT = @OBJEXT@
221 OTOOL = @OTOOL@
222 OTOOL64 = @OTOOL64@
223 PACKAGE = @PACKAGE@
224 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
225 PACKAGE_NAME = @PACKAGE_NAME@
226 PACKAGE_STRING = @PACKAGE_STRING@
227 PACKAGE_TARNAME = @PACKAGE_TARNAME@
228 PACKAGE_URL = @PACKAGE_URL@
229 PACKAGE_VERSION = @PACKAGE_VERSION@
230 PATH_SEPARATOR = @PATH_SEPARATOR@
231 PKG_CONFIG = @PKG_CONFIG@
232 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
233 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
234 RANLIB = @RANLIB@
235 SED = @SED@
236 SET_MAKE = @SET_MAKE@
237 SHELL = @SHELL@
238 STRIP = @STRIP@
239 USE_NLS = @USE_NLS@
240 VERSION = @VERSION@
241 XEVIE_LIBS = @XEVIE_LIBS@
242 XGETTEXT = @XGETTEXT@
243 XINPUT_LIBS = @XINPUT_LIBS@
244 XMKMF = @XMKMF@
245 XTST_LIBS = @XTST_LIBS@
246 X_CFLAGS = @X_CFLAGS@
247 X_EXTRA_LIBS = @X_EXTRA_LIBS@
248 X_LIBS = @X_LIBS@
249 X_PRE_LIBS = @X_PRE_LIBS@
250 abs_builddir = @abs_builddir@
251 abs_srcdir = @abs_srcdir@
252 abs_top_builddir = @abs_top_builddir@
253 abs_top_srcdir = @abs_top_srcdir@
254 ac_ct_AR = @ac_ct_AR@
255 ac_ct_CC = @ac_ct_CC@
256 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
257 am__include = @am__include@
258 am__leading_dot = @am__leading_dot@
259 am__quote = @am__quote@
260 am__tar = @am__tar@
261 am__untar = @am__untar@
262 bindir = @bindir@
263 build = @build@
264 build_alias = @build_alias@
265 build_cpu = @build_cpu@
266 build_os = @build_os@
267 build_vendor = @build_vendor@
268 builddir = @builddir@
269 datadir = @datadir@
270 datarootdir = @datarootdir@
271 docdir = @docdir@
272 dvidir = @dvidir@
273 exec_prefix = @exec_prefix@
274 host = @host@
275 host_alias = @host_alias@
276 host_cpu = @host_cpu@
277 host_os = @host_os@
278 host_vendor = @host_vendor@
279 htmldir = @htmldir@
280 includedir = @includedir@
281 infodir = @infodir@
282 install_sh = @install_sh@
283 intltool__v_merge_options_ = @intltool__v_merge_options_@
284 intltool__v_merge_options_0 = @intltool__v_merge_options_0@
285 libdir = @libdir@
286 libexecdir = @libexecdir@
287 localedir = @localedir@
288 localstatedir = @localstatedir@
289 mandir = @mandir@
290 mkdir_p = @mkdir_p@
291 oldincludedir = @oldincludedir@
292 pdfdir = @pdfdir@
293 prefix = @prefix@
294 program_transform_name = @program_transform_name@
295 psdir = @psdir@
296 sbindir = @sbindir@
297 sharedstatedir = @sharedstatedir@
298 srcdir = @srcdir@
299 sysconfdir = @sysconfdir@
300 target_alias = @target_alias@
301 top_build_prefix = @top_build_prefix@
302 top_builddir = @top_builddir@
303 top_srcdir = @top_srcdir@
304 SUBDIRS = libatspi
305 all: all-recursive
306
307 .SUFFIXES:
308 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
309         @for dep in $?; do \
310           case '$(am__configure_deps)' in \
311             *$$dep*) \
312               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
313                 && { if test -f $@; then exit 0; else break; fi; }; \
314               exit 1;; \
315           esac; \
316         done; \
317         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign doc/Makefile'; \
318         $(am__cd) $(top_srcdir) && \
319           $(AUTOMAKE) --foreign doc/Makefile
320 .PRECIOUS: Makefile
321 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
322         @case '$?' in \
323           *config.status*) \
324             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
325           *) \
326             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
327             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
328         esac;
329
330 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
331         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
332
333 $(top_srcdir)/configure:  $(am__configure_deps)
334         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
335 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
336         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
337 $(am__aclocal_m4_deps):
338
339 mostlyclean-libtool:
340         -rm -f *.lo
341
342 clean-libtool:
343         -rm -rf .libs _libs
344
345 # This directory's subdirectories are mostly independent; you can cd
346 # into them and run 'make' without going through this Makefile.
347 # To change the values of 'make' variables: instead of editing Makefiles,
348 # (1) if the variable is set in 'config.status', edit 'config.status'
349 #     (which will cause the Makefiles to be regenerated when you run 'make');
350 # (2) otherwise, pass the desired values on the 'make' command line.
351 $(RECURSIVE_TARGETS):
352         @fail= failcom='exit 1'; \
353         for f in x $$MAKEFLAGS; do \
354           case $$f in \
355             *=* | --[!k]*);; \
356             *k*) failcom='fail=yes';; \
357           esac; \
358         done; \
359         dot_seen=no; \
360         target=`echo $@ | sed s/-recursive//`; \
361         list='$(SUBDIRS)'; for subdir in $$list; do \
362           echo "Making $$target in $$subdir"; \
363           if test "$$subdir" = "."; then \
364             dot_seen=yes; \
365             local_target="$$target-am"; \
366           else \
367             local_target="$$target"; \
368           fi; \
369           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
370           || eval $$failcom; \
371         done; \
372         if test "$$dot_seen" = "no"; then \
373           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
374         fi; test -z "$$fail"
375
376 $(RECURSIVE_CLEAN_TARGETS):
377         @fail= failcom='exit 1'; \
378         for f in x $$MAKEFLAGS; do \
379           case $$f in \
380             *=* | --[!k]*);; \
381             *k*) failcom='fail=yes';; \
382           esac; \
383         done; \
384         dot_seen=no; \
385         case "$@" in \
386           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
387           *) list='$(SUBDIRS)' ;; \
388         esac; \
389         rev=''; for subdir in $$list; do \
390           if test "$$subdir" = "."; then :; else \
391             rev="$$subdir $$rev"; \
392           fi; \
393         done; \
394         rev="$$rev ."; \
395         target=`echo $@ | sed s/-recursive//`; \
396         for subdir in $$rev; do \
397           echo "Making $$target in $$subdir"; \
398           if test "$$subdir" = "."; then \
399             local_target="$$target-am"; \
400           else \
401             local_target="$$target"; \
402           fi; \
403           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
404           || eval $$failcom; \
405         done && test -z "$$fail"
406 tags-recursive:
407         list='$(SUBDIRS)'; for subdir in $$list; do \
408           test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
409         done
410 ctags-recursive:
411         list='$(SUBDIRS)'; for subdir in $$list; do \
412           test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
413         done
414 cscopelist-recursive:
415         list='$(SUBDIRS)'; for subdir in $$list; do \
416           test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) cscopelist); \
417         done
418
419 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
420         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
421         unique=`for i in $$list; do \
422             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
423           done | \
424           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
425               END { if (nonempty) { for (i in files) print i; }; }'`; \
426         mkid -fID $$unique
427 tags: TAGS
428
429 TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
430                 $(TAGS_FILES) $(LISP)
431         set x; \
432         here=`pwd`; \
433         if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
434           include_option=--etags-include; \
435           empty_fix=.; \
436         else \
437           include_option=--include; \
438           empty_fix=; \
439         fi; \
440         list='$(SUBDIRS)'; for subdir in $$list; do \
441           if test "$$subdir" = .; then :; else \
442             test ! -f $$subdir/TAGS || \
443               set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
444           fi; \
445         done; \
446         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
447         unique=`for i in $$list; do \
448             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
449           done | \
450           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
451               END { if (nonempty) { for (i in files) print i; }; }'`; \
452         shift; \
453         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
454           test -n "$$unique" || unique=$$empty_fix; \
455           if test $$# -gt 0; then \
456             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
457               "$$@" $$unique; \
458           else \
459             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
460               $$unique; \
461           fi; \
462         fi
463 ctags: CTAGS
464 CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
465                 $(TAGS_FILES) $(LISP)
466         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
467         unique=`for i in $$list; do \
468             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
469           done | \
470           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
471               END { if (nonempty) { for (i in files) print i; }; }'`; \
472         test -z "$(CTAGS_ARGS)$$unique" \
473           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
474              $$unique
475
476 GTAGS:
477         here=`$(am__cd) $(top_builddir) && pwd` \
478           && $(am__cd) $(top_srcdir) \
479           && gtags -i $(GTAGS_ARGS) "$$here"
480
481 cscopelist: cscopelist-recursive $(HEADERS) $(SOURCES) $(LISP)
482         list='$(SOURCES) $(HEADERS) $(LISP)'; \
483         case "$(srcdir)" in \
484           [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
485           *) sdir=$(subdir)/$(srcdir) ;; \
486         esac; \
487         for i in $$list; do \
488           if test -f "$$i"; then \
489             echo "$(subdir)/$$i"; \
490           else \
491             echo "$$sdir/$$i"; \
492           fi; \
493         done >> $(top_builddir)/cscope.files
494
495 distclean-tags:
496         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
497
498 distdir: $(DISTFILES)
499         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
500         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
501         list='$(DISTFILES)'; \
502           dist_files=`for file in $$list; do echo $$file; done | \
503           sed -e "s|^$$srcdirstrip/||;t" \
504               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
505         case $$dist_files in \
506           */*) $(MKDIR_P) `echo "$$dist_files" | \
507                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
508                            sort -u` ;; \
509         esac; \
510         for file in $$dist_files; do \
511           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
512           if test -d $$d/$$file; then \
513             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
514             if test -d "$(distdir)/$$file"; then \
515               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
516             fi; \
517             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
518               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
519               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
520             fi; \
521             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
522           else \
523             test -f "$(distdir)/$$file" \
524             || cp -p $$d/$$file "$(distdir)/$$file" \
525             || exit 1; \
526           fi; \
527         done
528         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
529           if test "$$subdir" = .; then :; else \
530             $(am__make_dryrun) \
531               || test -d "$(distdir)/$$subdir" \
532               || $(MKDIR_P) "$(distdir)/$$subdir" \
533               || exit 1; \
534             dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
535             $(am__relativize); \
536             new_distdir=$$reldir; \
537             dir1=$$subdir; dir2="$(top_distdir)"; \
538             $(am__relativize); \
539             new_top_distdir=$$reldir; \
540             echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
541             echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
542             ($(am__cd) $$subdir && \
543               $(MAKE) $(AM_MAKEFLAGS) \
544                 top_distdir="$$new_top_distdir" \
545                 distdir="$$new_distdir" \
546                 am__remove_distdir=: \
547                 am__skip_length_check=: \
548                 am__skip_mode_fix=: \
549                 distdir) \
550               || exit 1; \
551           fi; \
552         done
553 check-am: all-am
554 check: check-recursive
555 all-am: Makefile
556 installdirs: installdirs-recursive
557 installdirs-am:
558 install: install-recursive
559 install-exec: install-exec-recursive
560 install-data: install-data-recursive
561 uninstall: uninstall-recursive
562
563 install-am: all-am
564         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
565
566 installcheck: installcheck-recursive
567 install-strip:
568         if test -z '$(STRIP)'; then \
569           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
570             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
571               install; \
572         else \
573           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
574             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
575             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
576         fi
577 mostlyclean-generic:
578
579 clean-generic:
580
581 distclean-generic:
582         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
583         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
584
585 maintainer-clean-generic:
586         @echo "This command is intended for maintainers to use"
587         @echo "it deletes files that may require special tools to rebuild."
588 clean: clean-recursive
589
590 clean-am: clean-generic clean-libtool mostlyclean-am
591
592 distclean: distclean-recursive
593         -rm -f Makefile
594 distclean-am: clean-am distclean-generic distclean-tags
595
596 dvi: dvi-recursive
597
598 dvi-am:
599
600 html: html-recursive
601
602 html-am:
603
604 info: info-recursive
605
606 info-am:
607
608 install-data-am:
609
610 install-dvi: install-dvi-recursive
611
612 install-dvi-am:
613
614 install-exec-am:
615
616 install-html: install-html-recursive
617
618 install-html-am:
619
620 install-info: install-info-recursive
621
622 install-info-am:
623
624 install-man:
625
626 install-pdf: install-pdf-recursive
627
628 install-pdf-am:
629
630 install-ps: install-ps-recursive
631
632 install-ps-am:
633
634 installcheck-am:
635
636 maintainer-clean: maintainer-clean-recursive
637         -rm -f Makefile
638 maintainer-clean-am: distclean-am maintainer-clean-generic
639
640 mostlyclean: mostlyclean-recursive
641
642 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
643
644 pdf: pdf-recursive
645
646 pdf-am:
647
648 ps: ps-recursive
649
650 ps-am:
651
652 uninstall-am:
653
654 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) \
655         cscopelist-recursive ctags-recursive install-am install-strip \
656         tags-recursive
657
658 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
659         all all-am check check-am clean clean-generic clean-libtool \
660         cscopelist cscopelist-recursive ctags ctags-recursive \
661         distclean distclean-generic distclean-libtool distclean-tags \
662         distdir dvi dvi-am html html-am info info-am install \
663         install-am install-data install-data-am install-dvi \
664         install-dvi-am install-exec install-exec-am install-html \
665         install-html-am install-info install-info-am install-man \
666         install-pdf install-pdf-am install-ps install-ps-am \
667         install-strip installcheck installcheck-am installdirs \
668         installdirs-am maintainer-clean maintainer-clean-generic \
669         mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
670         ps ps-am tags tags-recursive uninstall uninstall-am
671
672
673 # Tell versions [3.59,3.63) of GNU make to not export all variables.
674 # Otherwise a system limit (for SysV at least) may be exceeded.
675 .NOEXPORT: