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