30929b46661297db38de6de990f20134cf8078a8
[profile/ivi/gsignond.git] / src / extensions / Makefile.in
1 # Makefile.in generated by automake 1.11.6 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
6 # Foundation, Inc.
7 # This Makefile.in is free software; the Free Software Foundation
8 # gives unlimited permission to copy and/or distribute it,
9 # with or without modifications, as long as this notice is preserved.
10
11 # This program is distributed in the hope that it will be useful,
12 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14 # PARTICULAR PURPOSE.
15
16 @SET_MAKE@
17 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 @HAVE_LIBECRYPTFS_TRUE@@HAVE_LIBSMACK_TRUE@am__append_1 = tizen
54 subdir = src/extensions
55 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
56 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
57 am__aclocal_m4_deps = $(top_srcdir)/m4/ax_check_gnu_make.m4 \
58         $(top_srcdir)/m4/gtk-doc.m4 $(top_srcdir)/m4/libtool.m4 \
59         $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
60         $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
61         $(top_srcdir)/configure.ac
62 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
63         $(ACLOCAL_M4)
64 mkinstalldirs = $(install_sh) -d
65 CONFIG_HEADER = $(top_builddir)/config.h
66 CONFIG_CLEAN_FILES =
67 CONFIG_CLEAN_VPATH_FILES =
68 AM_V_GEN = $(am__v_GEN_@AM_V@)
69 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
70 am__v_GEN_0 = @echo "  GEN   " $@;
71 AM_V_at = $(am__v_at_@AM_V@)
72 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
73 am__v_at_0 = @
74 SOURCES =
75 DIST_SOURCES =
76 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
77         html-recursive info-recursive install-data-recursive \
78         install-dvi-recursive install-exec-recursive \
79         install-html-recursive install-info-recursive \
80         install-pdf-recursive install-ps-recursive install-recursive \
81         installcheck-recursive installdirs-recursive pdf-recursive \
82         ps-recursive uninstall-recursive
83 am__can_run_installinfo = \
84   case $$AM_UPDATE_INFO_DIR in \
85     n|no|NO) false;; \
86     *) (install-info --version) >/dev/null 2>&1;; \
87   esac
88 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
89   distclean-recursive maintainer-clean-recursive
90 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
91         $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
92         distdir
93 ETAGS = etags
94 CTAGS = ctags
95 DIST_SUBDIRS = test tizen
96 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
97 am__relativize = \
98   dir0=`pwd`; \
99   sed_first='s,^\([^/]*\)/.*$$,\1,'; \
100   sed_rest='s,^[^/]*/*,,'; \
101   sed_last='s,^.*/\([^/]*\)$$,\1,'; \
102   sed_butlast='s,/*[^/]*$$,,'; \
103   while test -n "$$dir1"; do \
104     first=`echo "$$dir1" | sed -e "$$sed_first"`; \
105     if test "$$first" != "."; then \
106       if test "$$first" = ".."; then \
107         dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
108         dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
109       else \
110         first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
111         if test "$$first2" = "$$first"; then \
112           dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
113         else \
114           dir2="../$$dir2"; \
115         fi; \
116         dir0="$$dir0"/"$$first"; \
117       fi; \
118     fi; \
119     dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
120   done; \
121   reldir="$$dir2"
122 ACLOCAL = @ACLOCAL@
123 AMTAR = @AMTAR@
124 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
125 AR = @AR@
126 AUTOCONF = @AUTOCONF@
127 AUTOHEADER = @AUTOHEADER@
128 AUTOMAKE = @AUTOMAKE@
129 AWK = @AWK@
130 CC = @CC@
131 CCDEPMODE = @CCDEPMODE@
132 CFLAGS = @CFLAGS@
133 CHECK_CFLAGS = @CHECK_CFLAGS@
134 CHECK_LIBS = @CHECK_LIBS@
135 CPP = @CPP@
136 CPPFLAGS = @CPPFLAGS@
137 CYGPATH_W = @CYGPATH_W@
138 DBUS_INTERFACES_DIR = @DBUS_INTERFACES_DIR@
139 DBUS_SERVICES_DIR = @DBUS_SERVICES_DIR@
140 DEFS = @DEFS@
141 DEPDIR = @DEPDIR@
142 DLLTOOL = @DLLTOOL@
143 DSYMUTIL = @DSYMUTIL@
144 DUMPBIN = @DUMPBIN@
145 ECHO_C = @ECHO_C@
146 ECHO_N = @ECHO_N@
147 ECHO_T = @ECHO_T@
148 EGREP = @EGREP@
149 EXEEXT = @EXEEXT@
150 FGREP = @FGREP@
151 GLIB_MKENUMS = @GLIB_MKENUMS@
152 GREP = @GREP@
153 GSIGNOND_CFLAGS = @GSIGNOND_CFLAGS@
154 GSIGNOND_LIBS = @GSIGNOND_LIBS@
155 GTKDOC_CHECK = @GTKDOC_CHECK@
156 GTKDOC_DEPS_CFLAGS = @GTKDOC_DEPS_CFLAGS@
157 GTKDOC_DEPS_LIBS = @GTKDOC_DEPS_LIBS@
158 GTKDOC_MKPDF = @GTKDOC_MKPDF@
159 GTKDOC_REBASE = @GTKDOC_REBASE@
160 GTestDBus_CFLAGS = @GTestDBus_CFLAGS@
161 GTestDBus_LIBS = @GTestDBus_LIBS@
162 HTML_DIR = @HTML_DIR@
163 INSTALL = @INSTALL@
164 INSTALL_DATA = @INSTALL_DATA@
165 INSTALL_PROGRAM = @INSTALL_PROGRAM@
166 INSTALL_SCRIPT = @INSTALL_SCRIPT@
167 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
168 LD = @LD@
169 LDFLAGS = @LDFLAGS@
170 LIBECRYPTFS_CFLAGS = @LIBECRYPTFS_CFLAGS@
171 LIBECRYPTFS_LIBS = @LIBECRYPTFS_LIBS@
172 LIBOBJS = @LIBOBJS@
173 LIBS = @LIBS@
174 LIBSMACK_CFLAGS = @LIBSMACK_CFLAGS@
175 LIBSMACK_LIBS = @LIBSMACK_LIBS@
176 LIBTOOL = @LIBTOOL@
177 LIPO = @LIPO@
178 LN_S = @LN_S@
179 LTLIBOBJS = @LTLIBOBJS@
180 MAKEINFO = @MAKEINFO@
181 MANIFEST_TOOL = @MANIFEST_TOOL@
182 MESSAGE_BUS_TYPE = @MESSAGE_BUS_TYPE@
183 MKDIR_P = @MKDIR_P@
184 NM = @NM@
185 NMEDIT = @NMEDIT@
186 OBJDUMP = @OBJDUMP@
187 OBJEXT = @OBJEXT@
188 OTOOL = @OTOOL@
189 OTOOL64 = @OTOOL64@
190 PACKAGE = @PACKAGE@
191 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
192 PACKAGE_NAME = @PACKAGE_NAME@
193 PACKAGE_STRING = @PACKAGE_STRING@
194 PACKAGE_TARNAME = @PACKAGE_TARNAME@
195 PACKAGE_URL = @PACKAGE_URL@
196 PACKAGE_VERSION = @PACKAGE_VERSION@
197 PATH_SEPARATOR = @PATH_SEPARATOR@
198 PKG_CONFIG = @PKG_CONFIG@
199 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
200 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
201 RANLIB = @RANLIB@
202 SED = @SED@
203 SET_MAKE = @SET_MAKE@
204 SHELL = @SHELL@
205 STRIP = @STRIP@
206 VERSION = @VERSION@
207 abs_builddir = @abs_builddir@
208 abs_srcdir = @abs_srcdir@
209 abs_top_builddir = @abs_top_builddir@
210 abs_top_srcdir = @abs_top_srcdir@
211 ac_ct_AR = @ac_ct_AR@
212 ac_ct_CC = @ac_ct_CC@
213 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
214 am__include = @am__include@
215 am__leading_dot = @am__leading_dot@
216 am__quote = @am__quote@
217 am__tar = @am__tar@
218 am__untar = @am__untar@
219 bindir = @bindir@
220 build = @build@
221 build_alias = @build_alias@
222 build_cpu = @build_cpu@
223 build_os = @build_os@
224 build_vendor = @build_vendor@
225 builddir = @builddir@
226 datadir = @datadir@
227 datarootdir = @datarootdir@
228 docdir = @docdir@
229 dvidir = @dvidir@
230 exec_prefix = @exec_prefix@
231 host = @host@
232 host_alias = @host_alias@
233 host_cpu = @host_cpu@
234 host_os = @host_os@
235 host_vendor = @host_vendor@
236 htmldir = @htmldir@
237 ifGNUmake = @ifGNUmake@
238 includedir = @includedir@
239 infodir = @infodir@
240 install_sh = @install_sh@
241 libdir = @libdir@
242 libexecdir = @libexecdir@
243 localedir = @localedir@
244 localstatedir = @localstatedir@
245 mandir = @mandir@
246 mkdir_p = @mkdir_p@
247 oldincludedir = @oldincludedir@
248 pdfdir = @pdfdir@
249 prefix = @prefix@
250 program_transform_name = @program_transform_name@
251 psdir = @psdir@
252 sbindir = @sbindir@
253 sharedstatedir = @sharedstatedir@
254 srcdir = @srcdir@
255 sysconfdir = @sysconfdir@
256 target_alias = @target_alias@
257 top_build_prefix = @top_build_prefix@
258 top_builddir = @top_builddir@
259 top_srcdir = @top_srcdir@
260 SUBDIRS = test $(am__append_1)
261 all: all-recursive
262
263 .SUFFIXES:
264 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
265         @for dep in $?; do \
266           case '$(am__configure_deps)' in \
267             *$$dep*) \
268               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
269                 && { if test -f $@; then exit 0; else break; fi; }; \
270               exit 1;; \
271           esac; \
272         done; \
273         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/extensions/Makefile'; \
274         $(am__cd) $(top_srcdir) && \
275           $(AUTOMAKE) --gnu src/extensions/Makefile
276 .PRECIOUS: Makefile
277 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
278         @case '$?' in \
279           *config.status*) \
280             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
281           *) \
282             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
283             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
284         esac;
285
286 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
287         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
288
289 $(top_srcdir)/configure:  $(am__configure_deps)
290         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
291 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
292         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
293 $(am__aclocal_m4_deps):
294
295 mostlyclean-libtool:
296         -rm -f *.lo
297
298 clean-libtool:
299         -rm -rf .libs _libs
300
301 # This directory's subdirectories are mostly independent; you can cd
302 # into them and run `make' without going through this Makefile.
303 # To change the values of `make' variables: instead of editing Makefiles,
304 # (1) if the variable is set in `config.status', edit `config.status'
305 #     (which will cause the Makefiles to be regenerated when you run `make');
306 # (2) otherwise, pass the desired values on the `make' command line.
307 $(RECURSIVE_TARGETS):
308         @fail= failcom='exit 1'; \
309         for f in x $$MAKEFLAGS; do \
310           case $$f in \
311             *=* | --[!k]*);; \
312             *k*) failcom='fail=yes';; \
313           esac; \
314         done; \
315         dot_seen=no; \
316         target=`echo $@ | sed s/-recursive//`; \
317         list='$(SUBDIRS)'; for subdir in $$list; do \
318           echo "Making $$target in $$subdir"; \
319           if test "$$subdir" = "."; then \
320             dot_seen=yes; \
321             local_target="$$target-am"; \
322           else \
323             local_target="$$target"; \
324           fi; \
325           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
326           || eval $$failcom; \
327         done; \
328         if test "$$dot_seen" = "no"; then \
329           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
330         fi; test -z "$$fail"
331
332 $(RECURSIVE_CLEAN_TARGETS):
333         @fail= failcom='exit 1'; \
334         for f in x $$MAKEFLAGS; do \
335           case $$f in \
336             *=* | --[!k]*);; \
337             *k*) failcom='fail=yes';; \
338           esac; \
339         done; \
340         dot_seen=no; \
341         case "$@" in \
342           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
343           *) list='$(SUBDIRS)' ;; \
344         esac; \
345         rev=''; for subdir in $$list; do \
346           if test "$$subdir" = "."; then :; else \
347             rev="$$subdir $$rev"; \
348           fi; \
349         done; \
350         rev="$$rev ."; \
351         target=`echo $@ | sed s/-recursive//`; \
352         for subdir in $$rev; do \
353           echo "Making $$target in $$subdir"; \
354           if test "$$subdir" = "."; then \
355             local_target="$$target-am"; \
356           else \
357             local_target="$$target"; \
358           fi; \
359           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
360           || eval $$failcom; \
361         done && test -z "$$fail"
362 tags-recursive:
363         list='$(SUBDIRS)'; for subdir in $$list; do \
364           test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
365         done
366 ctags-recursive:
367         list='$(SUBDIRS)'; for subdir in $$list; do \
368           test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
369         done
370
371 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
372         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
373         unique=`for i in $$list; do \
374             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
375           done | \
376           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
377               END { if (nonempty) { for (i in files) print i; }; }'`; \
378         mkid -fID $$unique
379 tags: TAGS
380
381 TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
382                 $(TAGS_FILES) $(LISP)
383         set x; \
384         here=`pwd`; \
385         if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
386           include_option=--etags-include; \
387           empty_fix=.; \
388         else \
389           include_option=--include; \
390           empty_fix=; \
391         fi; \
392         list='$(SUBDIRS)'; for subdir in $$list; do \
393           if test "$$subdir" = .; then :; else \
394             test ! -f $$subdir/TAGS || \
395               set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
396           fi; \
397         done; \
398         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
399         unique=`for i in $$list; do \
400             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
401           done | \
402           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
403               END { if (nonempty) { for (i in files) print i; }; }'`; \
404         shift; \
405         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
406           test -n "$$unique" || unique=$$empty_fix; \
407           if test $$# -gt 0; then \
408             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
409               "$$@" $$unique; \
410           else \
411             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
412               $$unique; \
413           fi; \
414         fi
415 ctags: CTAGS
416 CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
417                 $(TAGS_FILES) $(LISP)
418         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
419         unique=`for i in $$list; do \
420             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
421           done | \
422           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
423               END { if (nonempty) { for (i in files) print i; }; }'`; \
424         test -z "$(CTAGS_ARGS)$$unique" \
425           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
426              $$unique
427
428 GTAGS:
429         here=`$(am__cd) $(top_builddir) && pwd` \
430           && $(am__cd) $(top_srcdir) \
431           && gtags -i $(GTAGS_ARGS) "$$here"
432
433 distclean-tags:
434         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
435
436 distdir: $(DISTFILES)
437         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
438         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
439         list='$(DISTFILES)'; \
440           dist_files=`for file in $$list; do echo $$file; done | \
441           sed -e "s|^$$srcdirstrip/||;t" \
442               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
443         case $$dist_files in \
444           */*) $(MKDIR_P) `echo "$$dist_files" | \
445                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
446                            sort -u` ;; \
447         esac; \
448         for file in $$dist_files; do \
449           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
450           if test -d $$d/$$file; then \
451             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
452             if test -d "$(distdir)/$$file"; then \
453               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
454             fi; \
455             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
456               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
457               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
458             fi; \
459             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
460           else \
461             test -f "$(distdir)/$$file" \
462             || cp -p $$d/$$file "$(distdir)/$$file" \
463             || exit 1; \
464           fi; \
465         done
466         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
467           if test "$$subdir" = .; then :; else \
468             $(am__make_dryrun) \
469               || test -d "$(distdir)/$$subdir" \
470               || $(MKDIR_P) "$(distdir)/$$subdir" \
471               || exit 1; \
472             dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
473             $(am__relativize); \
474             new_distdir=$$reldir; \
475             dir1=$$subdir; dir2="$(top_distdir)"; \
476             $(am__relativize); \
477             new_top_distdir=$$reldir; \
478             echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
479             echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
480             ($(am__cd) $$subdir && \
481               $(MAKE) $(AM_MAKEFLAGS) \
482                 top_distdir="$$new_top_distdir" \
483                 distdir="$$new_distdir" \
484                 am__remove_distdir=: \
485                 am__skip_length_check=: \
486                 am__skip_mode_fix=: \
487                 distdir) \
488               || exit 1; \
489           fi; \
490         done
491 check-am: all-am
492 check: check-recursive
493 all-am: Makefile
494 installdirs: installdirs-recursive
495 installdirs-am:
496 install: install-recursive
497 install-exec: install-exec-recursive
498 install-data: install-data-recursive
499 uninstall: uninstall-recursive
500
501 install-am: all-am
502         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
503
504 installcheck: installcheck-recursive
505 install-strip:
506         if test -z '$(STRIP)'; then \
507           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
508             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
509               install; \
510         else \
511           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
512             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
513             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
514         fi
515 mostlyclean-generic:
516
517 clean-generic:
518
519 distclean-generic:
520         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
521         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
522
523 maintainer-clean-generic:
524         @echo "This command is intended for maintainers to use"
525         @echo "it deletes files that may require special tools to rebuild."
526 clean: clean-recursive
527
528 clean-am: clean-generic clean-libtool mostlyclean-am
529
530 distclean: distclean-recursive
531         -rm -f Makefile
532 distclean-am: clean-am distclean-generic distclean-tags
533
534 dvi: dvi-recursive
535
536 dvi-am:
537
538 html: html-recursive
539
540 html-am:
541
542 info: info-recursive
543
544 info-am:
545
546 install-data-am:
547
548 install-dvi: install-dvi-recursive
549
550 install-dvi-am:
551
552 install-exec-am:
553
554 install-html: install-html-recursive
555
556 install-html-am:
557
558 install-info: install-info-recursive
559
560 install-info-am:
561
562 install-man:
563
564 install-pdf: install-pdf-recursive
565
566 install-pdf-am:
567
568 install-ps: install-ps-recursive
569
570 install-ps-am:
571
572 installcheck-am:
573
574 maintainer-clean: maintainer-clean-recursive
575         -rm -f Makefile
576 maintainer-clean-am: distclean-am maintainer-clean-generic
577
578 mostlyclean: mostlyclean-recursive
579
580 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
581
582 pdf: pdf-recursive
583
584 pdf-am:
585
586 ps: ps-recursive
587
588 ps-am:
589
590 uninstall-am:
591
592 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
593         install-am install-strip tags-recursive
594
595 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
596         all all-am check check-am clean clean-generic clean-libtool \
597         ctags ctags-recursive distclean distclean-generic \
598         distclean-libtool distclean-tags distdir dvi dvi-am html \
599         html-am info info-am install install-am install-data \
600         install-data-am install-dvi install-dvi-am install-exec \
601         install-exec-am install-html install-html-am install-info \
602         install-info-am install-man install-pdf install-pdf-am \
603         install-ps install-ps-am install-strip installcheck \
604         installcheck-am installdirs installdirs-am maintainer-clean \
605         maintainer-clean-generic mostlyclean mostlyclean-generic \
606         mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
607         uninstall uninstall-am
608
609
610 # Tell versions [3.59,3.63) of GNU make to not export all variables.
611 # Otherwise a system limit (for SysV at least) may be exceeded.
612 .NOEXPORT: