Upload Tizen:Base source
[framework/base/util-linux-ng.git] / shlibs / Makefile.in
1 # Makefile.in generated by automake 1.11 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 @BUILD_LIBUUID_TRUE@am__append_1 = uuid
37 @BUILD_LIBBLKID_TRUE@am__append_2 = blkid
38 subdir = shlibs
39 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
40 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
41 am__aclocal_m4_deps = $(top_srcdir)/m4/gettext.m4 \
42         $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/lib-ld.m4 \
43         $(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \
44         $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
45         $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
46         $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/m4/nls.m4 \
47         $(top_srcdir)/m4/po.m4 $(top_srcdir)/m4/progtest.m4 \
48         $(top_srcdir)/m4/tls.m4 $(top_srcdir)/configure.ac
49 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
50         $(ACLOCAL_M4)
51 mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
52 CONFIG_HEADER = $(top_builddir)/config.h
53 CONFIG_CLEAN_FILES =
54 CONFIG_CLEAN_VPATH_FILES =
55 SOURCES =
56 DIST_SOURCES =
57 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
58         html-recursive info-recursive install-data-recursive \
59         install-dvi-recursive install-exec-recursive \
60         install-html-recursive install-info-recursive \
61         install-pdf-recursive install-ps-recursive install-recursive \
62         installcheck-recursive installdirs-recursive pdf-recursive \
63         ps-recursive uninstall-recursive
64 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
65   distclean-recursive maintainer-clean-recursive
66 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
67         $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
68         distdir
69 ETAGS = etags
70 CTAGS = ctags
71 DIST_SUBDIRS = uuid blkid
72 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
73 am__relativize = \
74   dir0=`pwd`; \
75   sed_first='s,^\([^/]*\)/.*$$,\1,'; \
76   sed_rest='s,^[^/]*/*,,'; \
77   sed_last='s,^.*/\([^/]*\)$$,\1,'; \
78   sed_butlast='s,/*[^/]*$$,,'; \
79   while test -n "$$dir1"; do \
80     first=`echo "$$dir1" | sed -e "$$sed_first"`; \
81     if test "$$first" != "."; then \
82       if test "$$first" = ".."; then \
83         dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
84         dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
85       else \
86         first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
87         if test "$$first2" = "$$first"; then \
88           dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
89         else \
90           dir2="../$$dir2"; \
91         fi; \
92         dir0="$$dir0"/"$$first"; \
93       fi; \
94     fi; \
95     dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
96   done; \
97   reldir="$$dir2"
98 ACLOCAL = @ACLOCAL@
99 AMTAR = @AMTAR@
100 AR = @AR@
101 AUTOCONF = @AUTOCONF@
102 AUTOHEADER = @AUTOHEADER@
103 AUTOMAKE = @AUTOMAKE@
104 AWK = @AWK@
105 BLKID = @BLKID@
106 BLKID_CFLAGS = @BLKID_CFLAGS@
107 BLKID_LIBS = @BLKID_LIBS@
108 BLKID_LIBS_STATIC = @BLKID_LIBS_STATIC@
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 EGREP = @EGREP@
123 EXEEXT = @EXEEXT@
124 FGREP = @FGREP@
125 GMSGFMT = @GMSGFMT@
126 GREP = @GREP@
127 INSTALL = @INSTALL@
128 INSTALL_DATA = @INSTALL_DATA@
129 INSTALL_PROGRAM = @INSTALL_PROGRAM@
130 INSTALL_SCRIPT = @INSTALL_SCRIPT@
131 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
132 INTLLIBS = @INTLLIBS@
133 LD = @LD@
134 LDFLAGS = @LDFLAGS@
135 LIBBLKID_VERSION = @LIBBLKID_VERSION@
136 LIBBLKID_VERSION_INFO = @LIBBLKID_VERSION_INFO@
137 LIBICONV = @LIBICONV@
138 LIBINTL = @LIBINTL@
139 LIBOBJS = @LIBOBJS@
140 LIBS = @LIBS@
141 LIBTOOL = @LIBTOOL@
142 LIBUUID_VERSION = @LIBUUID_VERSION@
143 LIBUUID_VERSION_INFO = @LIBUUID_VERSION_INFO@
144 LIPO = @LIPO@
145 LN_S = @LN_S@
146 LTLIBICONV = @LTLIBICONV@
147 LTLIBINTL = @LTLIBINTL@
148 LTLIBOBJS = @LTLIBOBJS@
149 MAKEINFO = @MAKEINFO@
150 MKDIR_P = @MKDIR_P@
151 MKINSTALLDIRS = @MKINSTALLDIRS@
152 MSGFMT = @MSGFMT@
153 MSGMERGE = @MSGMERGE@
154 NCURSES_LIBS = @NCURSES_LIBS@
155 NM = @NM@
156 NMEDIT = @NMEDIT@
157 OBJDUMP = @OBJDUMP@
158 OBJEXT = @OBJEXT@
159 OTOOL = @OTOOL@
160 OTOOL64 = @OTOOL64@
161 PACKAGE = @PACKAGE@
162 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
163 PACKAGE_NAME = @PACKAGE_NAME@
164 PACKAGE_STRING = @PACKAGE_STRING@
165 PACKAGE_TARNAME = @PACKAGE_TARNAME@
166 PACKAGE_VERSION = @PACKAGE_VERSION@
167 PATH_SEPARATOR = @PATH_SEPARATOR@
168 PERL = @PERL@
169 PKG_CONFIG = @PKG_CONFIG@
170 POSUB = @POSUB@
171 RANLIB = @RANLIB@
172 SED = @SED@
173 SELINUX_LIBS = @SELINUX_LIBS@
174 SELINUX_LIBS_STATIC = @SELINUX_LIBS_STATIC@
175 SET_MAKE = @SET_MAKE@
176 SHELL = @SHELL@
177 STRIP = @STRIP@
178 SUID_CFLAGS = @SUID_CFLAGS@
179 SUID_LDFLAGS = @SUID_LDFLAGS@
180 USE_NLS = @USE_NLS@
181 UUID_CFLAGS = @UUID_CFLAGS@
182 UUID_LIBS = @UUID_LIBS@
183 VERSION = @VERSION@
184 VOLID = @VOLID@
185 XGETTEXT = @XGETTEXT@
186 abs_builddir = @abs_builddir@
187 abs_srcdir = @abs_srcdir@
188 abs_top_builddir = @abs_top_builddir@
189 abs_top_srcdir = @abs_top_srcdir@
190 ac_ct_CC = @ac_ct_CC@
191 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
192 am__include = @am__include@
193 am__leading_dot = @am__leading_dot@
194 am__quote = @am__quote@
195 am__tar = @am__tar@
196 am__untar = @am__untar@
197 bindir = @bindir@
198 build = @build@
199 build_alias = @build_alias@
200 build_cpu = @build_cpu@
201 build_os = @build_os@
202 build_vendor = @build_vendor@
203 builddir = @builddir@
204 datadir = @datadir@
205 datarootdir = @datarootdir@
206 docdir = @docdir@
207 dvidir = @dvidir@
208 exec_prefix = @exec_prefix@
209 host = @host@
210 host_alias = @host_alias@
211 host_cpu = @host_cpu@
212 host_os = @host_os@
213 host_vendor = @host_vendor@
214 htmldir = @htmldir@
215 includedir = @includedir@
216 infodir = @infodir@
217 install_sh = @install_sh@
218 libdir = @libdir@
219 libdirname = @libdirname@
220 libexecdir = @libexecdir@
221 localedir = @localedir@
222 localstatedir = @localstatedir@
223 lt_ECHO = @lt_ECHO@
224 mandir = @mandir@
225 mkdir_p = @mkdir_p@
226 oldincludedir = @oldincludedir@
227 pdfdir = @pdfdir@
228 prefix = @prefix@
229 program_transform_name = @program_transform_name@
230 psdir = @psdir@
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 usrbin_execdir = @usrbin_execdir@
240 usrlib_execdir = @usrlib_execdir@
241 usrsbin_execdir = @usrsbin_execdir@
242 SUBDIRS = $(am__append_1) $(am__append_2)
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) --foreign shlibs/Makefile'; \
256         $(am__cd) $(top_srcdir) && \
257           $(AUTOMAKE) --foreign shlibs/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         @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         @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 clean: clean-recursive
507
508 clean-am: clean-generic clean-libtool mostlyclean-am
509
510 distclean: distclean-recursive
511         -rm -f Makefile
512 distclean-am: clean-am distclean-generic distclean-tags
513
514 dvi: dvi-recursive
515
516 dvi-am:
517
518 html: html-recursive
519
520 html-am:
521
522 info: info-recursive
523
524 info-am:
525
526 install-data-am:
527
528 install-dvi: install-dvi-recursive
529
530 install-dvi-am:
531
532 install-exec-am:
533
534 install-html: install-html-recursive
535
536 install-html-am:
537
538 install-info: install-info-recursive
539
540 install-info-am:
541
542 install-man:
543
544 install-pdf: install-pdf-recursive
545
546 install-pdf-am:
547
548 install-ps: install-ps-recursive
549
550 install-ps-am:
551
552 installcheck-am:
553
554 maintainer-clean: maintainer-clean-recursive
555         -rm -f Makefile
556 maintainer-clean-am: distclean-am maintainer-clean-generic
557
558 mostlyclean: mostlyclean-recursive
559
560 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
561
562 pdf: pdf-recursive
563
564 pdf-am:
565
566 ps: ps-recursive
567
568 ps-am:
569
570 uninstall-am:
571
572 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
573         install-am install-strip tags-recursive
574
575 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
576         all all-am check check-am clean clean-generic clean-libtool \
577         ctags ctags-recursive distclean distclean-generic \
578         distclean-libtool distclean-tags distdir dvi dvi-am html \
579         html-am info info-am install install-am install-data \
580         install-data-am install-dvi install-dvi-am install-exec \
581         install-exec-am install-html install-html-am install-info \
582         install-info-am install-man install-pdf install-pdf-am \
583         install-ps install-ps-am install-strip installcheck \
584         installcheck-am installdirs installdirs-am maintainer-clean \
585         maintainer-clean-generic mostlyclean mostlyclean-generic \
586         mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
587         uninstall uninstall-am
588
589
590 # Tell versions [3.59,3.63) of GNU make to not export all variables.
591 # Otherwise a system limit (for SysV at least) may be exceeded.
592 .NOEXPORT: