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