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