Imported Upstream version 1.0.28
[platform/upstream/alsa-utils.git] / seq / Makefile.in
1 # Makefile.in generated by automake 1.12.2 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994-2012 Free Software Foundation, Inc.
5
6 # This Makefile.in is free software; the Free Software Foundation
7 # gives unlimited permission to copy and/or distribute it,
8 # with or without modifications, as long as this notice is preserved.
9
10 # This program is distributed in the hope that it will be useful,
11 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13 # PARTICULAR PURPOSE.
14
15 @SET_MAKE@
16 VPATH = @srcdir@
17 am__make_dryrun = \
18   { \
19     am__dry=no; \
20     case $$MAKEFLAGS in \
21       *\\[\ \   ]*) \
22         echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
23           | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
24       *) \
25         for am__flg in $$MAKEFLAGS; do \
26           case $$am__flg in \
27             *=*|--*) ;; \
28             *n*) am__dry=yes; break;; \
29           esac; \
30         done;; \
31     esac; \
32     test $$am__dry = yes; \
33   }
34 pkgdatadir = $(datadir)/@PACKAGE@
35 pkgincludedir = $(includedir)/@PACKAGE@
36 pkglibdir = $(libdir)/@PACKAGE@
37 pkglibexecdir = $(libexecdir)/@PACKAGE@
38 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
39 install_sh_DATA = $(install_sh) -c -m 644
40 install_sh_PROGRAM = $(install_sh) -c
41 install_sh_SCRIPT = $(install_sh) -c
42 INSTALL_HEADER = $(INSTALL_DATA)
43 transform = $(program_transform_name)
44 NORMAL_INSTALL = :
45 PRE_INSTALL = :
46 POST_INSTALL = :
47 NORMAL_UNINSTALL = :
48 PRE_UNINSTALL = :
49 POST_UNINSTALL = :
50 build_triplet = @build@
51 host_triplet = @host@
52 subdir = seq
53 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
54 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
55 am__aclocal_m4_deps = $(top_srcdir)/m4/gettext.m4 \
56         $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/lib-ld.m4 \
57         $(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \
58         $(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/po.m4 \
59         $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/acinclude.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)/include/aconfig.h
65 CONFIG_CLEAN_FILES =
66 CONFIG_CLEAN_VPATH_FILES =
67 SOURCES =
68 DIST_SOURCES =
69 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
70         html-recursive info-recursive install-data-recursive \
71         install-dvi-recursive install-exec-recursive \
72         install-html-recursive install-info-recursive \
73         install-pdf-recursive install-ps-recursive install-recursive \
74         installcheck-recursive installdirs-recursive pdf-recursive \
75         ps-recursive uninstall-recursive
76 am__can_run_installinfo = \
77   case $$AM_UPDATE_INFO_DIR in \
78     n|no|NO) false;; \
79     *) (install-info --version) >/dev/null 2>&1;; \
80   esac
81 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
82   distclean-recursive maintainer-clean-recursive
83 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
84         $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
85         distdir
86 ETAGS = etags
87 CTAGS = ctags
88 DIST_SUBDIRS = $(SUBDIRS)
89 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
90 am__relativize = \
91   dir0=`pwd`; \
92   sed_first='s,^\([^/]*\)/.*$$,\1,'; \
93   sed_rest='s,^[^/]*/*,,'; \
94   sed_last='s,^.*/\([^/]*\)$$,\1,'; \
95   sed_butlast='s,/*[^/]*$$,,'; \
96   while test -n "$$dir1"; do \
97     first=`echo "$$dir1" | sed -e "$$sed_first"`; \
98     if test "$$first" != "."; then \
99       if test "$$first" = ".."; then \
100         dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
101         dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
102       else \
103         first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
104         if test "$$first2" = "$$first"; then \
105           dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
106         else \
107           dir2="../$$dir2"; \
108         fi; \
109         dir0="$$dir0"/"$$first"; \
110       fi; \
111     fi; \
112     dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
113   done; \
114   reldir="$$dir2"
115 ACLOCAL = @ACLOCAL@
116 ALSACTL_DAEMONSWITCH = @ALSACTL_DAEMONSWITCH@
117 ALSACTL_PIDFILE_DIR = @ALSACTL_PIDFILE_DIR@
118 ALSA_CFLAGS = @ALSA_CFLAGS@
119 ALSA_LIBS = @ALSA_LIBS@
120 AMTAR = @AMTAR@
121 ASOUND_LOCK_DIR = @ASOUND_LOCK_DIR@
122 ASOUND_STATE_DIR = @ASOUND_STATE_DIR@
123 AUTOCONF = @AUTOCONF@
124 AUTOHEADER = @AUTOHEADER@
125 AUTOMAKE = @AUTOMAKE@
126 AWK = @AWK@
127 CC = @CC@
128 CCDEPMODE = @CCDEPMODE@
129 CFLAGS = @CFLAGS@
130 CPP = @CPP@
131 CPPFLAGS = @CPPFLAGS@
132 CURSESINC = @CURSESINC@
133 CURSESLIB = @CURSESLIB@
134 CURSES_CFLAGS = @CURSES_CFLAGS@
135 CYGPATH_W = @CYGPATH_W@
136 DEFS = @DEFS@
137 DEPDIR = @DEPDIR@
138 ECHO_C = @ECHO_C@
139 ECHO_N = @ECHO_N@
140 ECHO_T = @ECHO_T@
141 EGREP = @EGREP@
142 EXEEXT = @EXEEXT@
143 GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
144 GMSGFMT = @GMSGFMT@
145 GMSGFMT_015 = @GMSGFMT_015@
146 GREP = @GREP@
147 INSTALL = @INSTALL@
148 INSTALL_DATA = @INSTALL_DATA@
149 INSTALL_PROGRAM = @INSTALL_PROGRAM@
150 INSTALL_SCRIPT = @INSTALL_SCRIPT@
151 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
152 INTLLIBS = @INTLLIBS@
153 INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
154 LDFLAGS = @LDFLAGS@
155 LIBICONV = @LIBICONV@
156 LIBINTL = @LIBINTL@
157 LIBOBJS = @LIBOBJS@
158 LIBRT = @LIBRT@
159 LIBS = @LIBS@
160 LN_S = @LN_S@
161 LTLIBICONV = @LTLIBICONV@
162 LTLIBINTL = @LTLIBINTL@
163 LTLIBOBJS = @LTLIBOBJS@
164 MAINT = @MAINT@
165 MAKEINFO = @MAKEINFO@
166 MKDIR_P = @MKDIR_P@
167 MSGFMT = @MSGFMT@
168 MSGFMT_015 = @MSGFMT_015@
169 MSGMERGE = @MSGMERGE@
170 NCURSESW_CFLAGS = @NCURSESW_CFLAGS@
171 NCURSESW_LIBS = @NCURSESW_LIBS@
172 NCURSES_CFLAGS = @NCURSES_CFLAGS@
173 NCURSES_LIBS = @NCURSES_LIBS@
174 OBJEXT = @OBJEXT@
175 PACKAGE = @PACKAGE@
176 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
177 PACKAGE_NAME = @PACKAGE_NAME@
178 PACKAGE_STRING = @PACKAGE_STRING@
179 PACKAGE_TARNAME = @PACKAGE_TARNAME@
180 PACKAGE_URL = @PACKAGE_URL@
181 PACKAGE_VERSION = @PACKAGE_VERSION@
182 PATH_SEPARATOR = @PATH_SEPARATOR@
183 PKG_CONFIG = @PKG_CONFIG@
184 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
185 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
186 POSUB = @POSUB@
187 SED = @SED@
188 SET_MAKE = @SET_MAKE@
189 SHELL = @SHELL@
190 SND_UTIL_MAJOR = @SND_UTIL_MAJOR@
191 SND_UTIL_MINOR = @SND_UTIL_MINOR@
192 SND_UTIL_SUBMINOR = @SND_UTIL_SUBMINOR@
193 SND_UTIL_VERSION = @SND_UTIL_VERSION@
194 STRIP = @STRIP@
195 TESTSOUND = @TESTSOUND@
196 USE_NLS = @USE_NLS@
197 VERSION = @VERSION@
198 XGETTEXT = @XGETTEXT@
199 XGETTEXT_015 = @XGETTEXT_015@
200 XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
201 abs_builddir = @abs_builddir@
202 abs_srcdir = @abs_srcdir@
203 abs_top_builddir = @abs_top_builddir@
204 abs_top_srcdir = @abs_top_srcdir@
205 ac_ct_CC = @ac_ct_CC@
206 am__include = @am__include@
207 am__leading_dot = @am__leading_dot@
208 am__quote = @am__quote@
209 am__tar = @am__tar@
210 am__untar = @am__untar@
211 bindir = @bindir@
212 build = @build@
213 build_alias = @build_alias@
214 build_cpu = @build_cpu@
215 build_os = @build_os@
216 build_vendor = @build_vendor@
217 builddir = @builddir@
218 datadir = @datadir@
219 datarootdir = @datarootdir@
220 docdir = @docdir@
221 dvidir = @dvidir@
222 exec_prefix = @exec_prefix@
223 host = @host@
224 host_alias = @host_alias@
225 host_cpu = @host_cpu@
226 host_os = @host_os@
227 host_vendor = @host_vendor@
228 htmldir = @htmldir@
229 includedir = @includedir@
230 infodir = @infodir@
231 install_sh = @install_sh@
232 libdir = @libdir@
233 libexecdir = @libexecdir@
234 localedir = @localedir@
235 localstatedir = @localstatedir@
236 mandir = @mandir@
237 mkdir_p = @mkdir_p@
238 mydatadir = @mydatadir@
239 ncurses5_config = @ncurses5_config@
240 ncursesw5_config = @ncursesw5_config@
241 oldincludedir = @oldincludedir@
242 pdfdir = @pdfdir@
243 prefix = @prefix@
244 program_transform_name = @program_transform_name@
245 psdir = @psdir@
246 sbindir = @sbindir@
247 sharedstatedir = @sharedstatedir@
248 srcdir = @srcdir@
249 sysconfdir = @sysconfdir@
250 systemdsystemunitdir = @systemdsystemunitdir@
251 target_alias = @target_alias@
252 top_build_prefix = @top_build_prefix@
253 top_builddir = @top_builddir@
254 top_srcdir = @top_srcdir@
255 udevrulesdir = @udevrulesdir@
256 xmlto = @xmlto@
257 SUBDIRS = aconnect aplaymidi aseqdump aseqnet
258 all: all-recursive
259
260 .SUFFIXES:
261 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
262         @for dep in $?; do \
263           case '$(am__configure_deps)' in \
264             *$$dep*) \
265               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
266                 && { if test -f $@; then exit 0; else break; fi; }; \
267               exit 1;; \
268           esac; \
269         done; \
270         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign seq/Makefile'; \
271         $(am__cd) $(top_srcdir) && \
272           $(AUTOMAKE) --foreign seq/Makefile
273 .PRECIOUS: Makefile
274 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
275         @case '$?' in \
276           *config.status*) \
277             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
278           *) \
279             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
280             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
281         esac;
282
283 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
284         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
285
286 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
287         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
288 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
289         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
290 $(am__aclocal_m4_deps):
291
292 # This directory's subdirectories are mostly independent; you can cd
293 # into them and run 'make' without going through this Makefile.
294 # To change the values of 'make' variables: instead of editing Makefiles,
295 # (1) if the variable is set in 'config.status', edit 'config.status'
296 #     (which will cause the Makefiles to be regenerated when you run 'make');
297 # (2) otherwise, pass the desired values on the 'make' command line.
298 $(RECURSIVE_TARGETS) $(RECURSIVE_CLEAN_TARGETS):
299         @fail= failcom='exit 1'; \
300         for f in x $$MAKEFLAGS; do \
301           case $$f in \
302             *=* | --[!k]*);; \
303             *k*) failcom='fail=yes';; \
304           esac; \
305         done; \
306         dot_seen=no; \
307         target=`echo $@ | sed s/-recursive//`; \
308         case "$@" in \
309           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
310           *) list='$(SUBDIRS)' ;; \
311         esac; \
312         for subdir in $$list; do \
313           echo "Making $$target in $$subdir"; \
314           if test "$$subdir" = "."; then \
315             dot_seen=yes; \
316             local_target="$$target-am"; \
317           else \
318             local_target="$$target"; \
319           fi; \
320           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
321           || eval $$failcom; \
322         done; \
323         if test "$$dot_seen" = "no"; then \
324           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
325         fi; test -z "$$fail"
326 tags-recursive:
327         list='$(SUBDIRS)'; for subdir in $$list; do \
328           test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
329         done
330 ctags-recursive:
331         list='$(SUBDIRS)'; for subdir in $$list; do \
332           test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
333         done
334 cscopelist-recursive:
335         list='$(SUBDIRS)'; for subdir in $$list; do \
336           test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) cscopelist); \
337         done
338
339 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
340         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
341         unique=`for i in $$list; do \
342             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
343           done | \
344           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
345               END { if (nonempty) { for (i in files) print i; }; }'`; \
346         mkid -fID $$unique
347 tags: TAGS
348
349 TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
350                 $(TAGS_FILES) $(LISP)
351         set x; \
352         here=`pwd`; \
353         if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
354           include_option=--etags-include; \
355           empty_fix=.; \
356         else \
357           include_option=--include; \
358           empty_fix=; \
359         fi; \
360         list='$(SUBDIRS)'; for subdir in $$list; do \
361           if test "$$subdir" = .; then :; else \
362             test ! -f $$subdir/TAGS || \
363               set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
364           fi; \
365         done; \
366         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
367         unique=`for i in $$list; do \
368             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
369           done | \
370           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
371               END { if (nonempty) { for (i in files) print i; }; }'`; \
372         shift; \
373         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
374           test -n "$$unique" || unique=$$empty_fix; \
375           if test $$# -gt 0; then \
376             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
377               "$$@" $$unique; \
378           else \
379             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
380               $$unique; \
381           fi; \
382         fi
383 ctags: CTAGS
384 CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
385                 $(TAGS_FILES) $(LISP)
386         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
387         unique=`for i in $$list; do \
388             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
389           done | \
390           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
391               END { if (nonempty) { for (i in files) print i; }; }'`; \
392         test -z "$(CTAGS_ARGS)$$unique" \
393           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
394              $$unique
395
396 GTAGS:
397         here=`$(am__cd) $(top_builddir) && pwd` \
398           && $(am__cd) $(top_srcdir) \
399           && gtags -i $(GTAGS_ARGS) "$$here"
400
401 cscopelist: cscopelist-recursive $(HEADERS) $(SOURCES) $(LISP)
402         list='$(SOURCES) $(HEADERS) $(LISP)'; \
403         case "$(srcdir)" in \
404           [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
405           *) sdir=$(subdir)/$(srcdir) ;; \
406         esac; \
407         for i in $$list; do \
408           if test -f "$$i"; then \
409             echo "$(subdir)/$$i"; \
410           else \
411             echo "$$sdir/$$i"; \
412           fi; \
413         done >> $(top_builddir)/cscope.files
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             $(am__make_dryrun) \
451               || test -d "$(distdir)/$$subdir" \
452               || $(MKDIR_P) "$(distdir)/$$subdir" \
453               || exit 1; \
454             dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
455             $(am__relativize); \
456             new_distdir=$$reldir; \
457             dir1=$$subdir; dir2="$(top_distdir)"; \
458             $(am__relativize); \
459             new_top_distdir=$$reldir; \
460             echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
461             echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
462             ($(am__cd) $$subdir && \
463               $(MAKE) $(AM_MAKEFLAGS) \
464                 top_distdir="$$new_top_distdir" \
465                 distdir="$$new_distdir" \
466                 am__remove_distdir=: \
467                 am__skip_length_check=: \
468                 am__skip_mode_fix=: \
469                 distdir) \
470               || exit 1; \
471           fi; \
472         done
473 check-am: all-am
474 check: check-recursive
475 all-am: Makefile
476 installdirs: installdirs-recursive
477 installdirs-am:
478 install: install-recursive
479 install-exec: install-exec-recursive
480 install-data: install-data-recursive
481 uninstall: uninstall-recursive
482
483 install-am: all-am
484         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
485
486 installcheck: installcheck-recursive
487 install-strip:
488         if test -z '$(STRIP)'; then \
489           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
490             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
491               install; \
492         else \
493           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
494             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
495             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
496         fi
497 mostlyclean-generic:
498
499 clean-generic:
500
501 distclean-generic:
502         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
503         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
504
505 maintainer-clean-generic:
506         @echo "This command is intended for maintainers to use"
507         @echo "it deletes files that may require special tools to rebuild."
508 clean: clean-recursive
509
510 clean-am: clean-generic mostlyclean-am
511
512 distclean: distclean-recursive
513         -rm -f Makefile
514 distclean-am: clean-am distclean-generic distclean-tags
515
516 dvi: dvi-recursive
517
518 dvi-am:
519
520 html: html-recursive
521
522 html-am:
523
524 info: info-recursive
525
526 info-am:
527
528 install-data-am:
529
530 install-dvi: install-dvi-recursive
531
532 install-dvi-am:
533
534 install-exec-am:
535
536 install-html: install-html-recursive
537
538 install-html-am:
539
540 install-info: install-info-recursive
541
542 install-info-am:
543
544 install-man:
545
546 install-pdf: install-pdf-recursive
547
548 install-pdf-am:
549
550 install-ps: install-ps-recursive
551
552 install-ps-am:
553
554 installcheck-am:
555
556 maintainer-clean: maintainer-clean-recursive
557         -rm -f Makefile
558 maintainer-clean-am: distclean-am maintainer-clean-generic
559
560 mostlyclean: mostlyclean-recursive
561
562 mostlyclean-am: mostlyclean-generic
563
564 pdf: pdf-recursive
565
566 pdf-am:
567
568 ps: ps-recursive
569
570 ps-am:
571
572 uninstall-am:
573
574 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) \
575         cscopelist-recursive ctags-recursive install-am install-strip \
576         tags-recursive
577
578 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
579         all all-am check check-am clean clean-generic cscopelist \
580         cscopelist-recursive ctags ctags-recursive distclean \
581         distclean-generic 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 pdf \
589         pdf-am ps ps-am tags tags-recursive uninstall uninstall-am
590
591
592 # Tell versions [3.59,3.63) of GNU make to not export all variables.
593 # Otherwise a system limit (for SysV at least) may be exceeded.
594 .NOEXPORT: