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