Imported Upstream version 1.0.25
[platform/upstream/alsa-lib.git] / src / conf / ucm / 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 = src/conf/ucm
53 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
54 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
55 am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
56         $(top_srcdir)/configure.ac
57 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
58         $(ACLOCAL_M4)
59 mkinstalldirs = $(install_sh) -d
60 CONFIG_HEADER = $(top_builddir)/include/config.h
61 CONFIG_CLEAN_FILES =
62 CONFIG_CLEAN_VPATH_FILES =
63 AM_V_P = $(am__v_P_@AM_V@)
64 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
65 am__v_P_0 = false
66 am__v_P_1 = :
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_GEN_1 = 
71 AM_V_at = $(am__v_at_@AM_V@)
72 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
73 am__v_at_0 = @
74 am__v_at_1 = 
75 SOURCES =
76 DIST_SOURCES =
77 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
78         html-recursive info-recursive install-data-recursive \
79         install-dvi-recursive install-exec-recursive \
80         install-html-recursive install-info-recursive \
81         install-pdf-recursive install-ps-recursive install-recursive \
82         installcheck-recursive installdirs-recursive pdf-recursive \
83         ps-recursive uninstall-recursive
84 am__can_run_installinfo = \
85   case $$AM_UPDATE_INFO_DIR in \
86     n|no|NO) false;; \
87     *) (install-info --version) >/dev/null 2>&1;; \
88   esac
89 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
90   distclean-recursive maintainer-clean-recursive
91 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
92         $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
93         distdir
94 ETAGS = etags
95 CTAGS = ctags
96 DIST_SUBDIRS = $(SUBDIRS)
97 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
98 am__relativize = \
99   dir0=`pwd`; \
100   sed_first='s,^\([^/]*\)/.*$$,\1,'; \
101   sed_rest='s,^[^/]*/*,,'; \
102   sed_last='s,^.*/\([^/]*\)$$,\1,'; \
103   sed_butlast='s,/*[^/]*$$,,'; \
104   while test -n "$$dir1"; do \
105     first=`echo "$$dir1" | sed -e "$$sed_first"`; \
106     if test "$$first" != "."; then \
107       if test "$$first" = ".."; then \
108         dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
109         dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
110       else \
111         first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
112         if test "$$first2" = "$$first"; then \
113           dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
114         else \
115           dir2="../$$dir2"; \
116         fi; \
117         dir0="$$dir0"/"$$first"; \
118       fi; \
119     fi; \
120     dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
121   done; \
122   reldir="$$dir2"
123 ACLOCAL = @ACLOCAL@
124 ALSA_CONFIG_DIR = @ALSA_CONFIG_DIR@
125 ALSA_DEPLIBS = @ALSA_DEPLIBS@
126 ALSA_PKGCONF_DIR = @ALSA_PKGCONF_DIR@
127 ALSA_PLUGIN_DIR = @ALSA_PLUGIN_DIR@
128 AMTAR = @AMTAR@
129 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
130 AR = @AR@
131 AUTOCONF = @AUTOCONF@
132 AUTOHEADER = @AUTOHEADER@
133 AUTOMAKE = @AUTOMAKE@
134 AWK = @AWK@
135 CC = @CC@
136 CCDEPMODE = @CCDEPMODE@
137 CFLAGS = @CFLAGS@
138 CPP = @CPP@
139 CPPFLAGS = @CPPFLAGS@
140 CYGPATH_W = @CYGPATH_W@
141 DEFS = @DEFS@
142 DEPDIR = @DEPDIR@
143 DLLTOOL = @DLLTOOL@
144 DSYMUTIL = @DSYMUTIL@
145 DUMPBIN = @DUMPBIN@
146 ECHO_C = @ECHO_C@
147 ECHO_N = @ECHO_N@
148 ECHO_T = @ECHO_T@
149 EGREP = @EGREP@
150 EXEEXT = @EXEEXT@
151 FGREP = @FGREP@
152 GREP = @GREP@
153 INSTALL = @INSTALL@
154 INSTALL_DATA = @INSTALL_DATA@
155 INSTALL_PROGRAM = @INSTALL_PROGRAM@
156 INSTALL_SCRIPT = @INSTALL_SCRIPT@
157 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
158 LD = @LD@
159 LDFLAGS = @LDFLAGS@
160 LIBOBJS = @LIBOBJS@
161 LIBS = @LIBS@
162 LIBTOOL = @LIBTOOL@
163 LIBTOOL_VERSION_INFO = @LIBTOOL_VERSION_INFO@
164 LIPO = @LIPO@
165 LN_S = @LN_S@
166 LTLIBOBJS = @LTLIBOBJS@
167 MAINT = @MAINT@
168 MAKEINFO = @MAKEINFO@
169 MANIFEST_TOOL = @MANIFEST_TOOL@
170 MKDIR_P = @MKDIR_P@
171 NM = @NM@
172 NMEDIT = @NMEDIT@
173 OBJDUMP = @OBJDUMP@
174 OBJEXT = @OBJEXT@
175 OTOOL = @OTOOL@
176 OTOOL64 = @OTOOL64@
177 PACKAGE = @PACKAGE@
178 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
179 PACKAGE_NAME = @PACKAGE_NAME@
180 PACKAGE_STRING = @PACKAGE_STRING@
181 PACKAGE_TARNAME = @PACKAGE_TARNAME@
182 PACKAGE_URL = @PACKAGE_URL@
183 PACKAGE_VERSION = @PACKAGE_VERSION@
184 PATH_SEPARATOR = @PATH_SEPARATOR@
185 PYTHON_INCLUDES = @PYTHON_INCLUDES@
186 PYTHON_LIBS = @PYTHON_LIBS@
187 RANLIB = @RANLIB@
188 SED = @SED@
189 SET_MAKE = @SET_MAKE@
190 SHELL = @SHELL@
191 SND_LIB_EXTRAVER = @SND_LIB_EXTRAVER@
192 SND_LIB_MAJOR = @SND_LIB_MAJOR@
193 SND_LIB_MINOR = @SND_LIB_MINOR@
194 SND_LIB_SUBMINOR = @SND_LIB_SUBMINOR@
195 SND_LIB_VERSION = @SND_LIB_VERSION@
196 STRIP = @STRIP@
197 SYMBOL_PREFIX = @SYMBOL_PREFIX@
198 VERSION = @VERSION@
199 abs_builddir = @abs_builddir@
200 abs_srcdir = @abs_srcdir@
201 abs_top_builddir = @abs_top_builddir@
202 abs_top_srcdir = @abs_top_srcdir@
203 ac_ct_AR = @ac_ct_AR@
204 ac_ct_CC = @ac_ct_CC@
205 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
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 oldincludedir = @oldincludedir@
239 pdfdir = @pdfdir@
240 prefix = @prefix@
241 program_transform_name = @program_transform_name@
242 psdir = @psdir@
243 sbindir = @sbindir@
244 sharedstatedir = @sharedstatedir@
245 srcdir = @srcdir@
246 sysconfdir = @sysconfdir@
247 target_alias = @target_alias@
248 top_build_prefix = @top_build_prefix@
249 top_builddir = @top_builddir@
250 top_srcdir = @top_srcdir@
251 SUBDIRS = DAISY-I2S PandaBoard PandaBoardES SDP4430 tegraalc5632
252 all: all-recursive
253
254 .SUFFIXES:
255 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
256         @for dep in $?; do \
257           case '$(am__configure_deps)' in \
258             *$$dep*) \
259               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
260                 && { if test -f $@; then exit 0; else break; fi; }; \
261               exit 1;; \
262           esac; \
263         done; \
264         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/conf/ucm/Makefile'; \
265         $(am__cd) $(top_srcdir) && \
266           $(AUTOMAKE) --foreign src/conf/ucm/Makefile
267 .PRECIOUS: Makefile
268 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
269         @case '$?' in \
270           *config.status*) \
271             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
272           *) \
273             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
274             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
275         esac;
276
277 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
278         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
279
280 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
281         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
282 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
283         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
284 $(am__aclocal_m4_deps):
285
286 mostlyclean-libtool:
287         -rm -f *.lo
288
289 clean-libtool:
290         -rm -rf .libs _libs
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 clean-libtool 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 mostlyclean-libtool
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 clean-libtool \
580         cscopelist cscopelist-recursive ctags ctags-recursive \
581         distclean distclean-generic distclean-libtool distclean-tags \
582         distdir dvi dvi-am html html-am info info-am install \
583         install-am install-data install-data-am install-dvi \
584         install-dvi-am install-exec install-exec-am install-html \
585         install-html-am install-info install-info-am install-man \
586         install-pdf install-pdf-am install-ps install-ps-am \
587         install-strip installcheck installcheck-am installdirs \
588         installdirs-am maintainer-clean maintainer-clean-generic \
589         mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
590         ps ps-am tags tags-recursive uninstall uninstall-am
591
592
593 # Tell versions [3.59,3.63) of GNU make to not export all variables.
594 # Otherwise a system limit (for SysV at least) may be exceeded.
595 .NOEXPORT: