Initial import to Tizen
[profile/ivi/sphinxbase.git] / src / libsphinxad / Makefile.in
1 # Makefile.in generated by automake 1.10.2 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  Free Software Foundation, Inc.
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
17 # libsphinxad: Audio Device interface for Sphinx
18
19 VPATH = @srcdir@
20 pkgdatadir = $(datadir)/@PACKAGE@
21 pkglibdir = $(libdir)/@PACKAGE@
22 pkgincludedir = $(includedir)/@PACKAGE@
23 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
24 install_sh_DATA = $(install_sh) -c -m 644
25 install_sh_PROGRAM = $(install_sh) -c
26 install_sh_SCRIPT = $(install_sh) -c
27 INSTALL_HEADER = $(INSTALL_DATA)
28 transform = $(program_transform_name)
29 NORMAL_INSTALL = :
30 PRE_INSTALL = :
31 POST_INSTALL = :
32 NORMAL_UNINSTALL = :
33 PRE_UNINSTALL = :
34 POST_UNINSTALL = :
35 build_triplet = @build@
36 host_triplet = @host@
37 subdir = src/libsphinxad
38 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
39 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
40 am__aclocal_m4_deps = $(top_srcdir)/m4/iconv.m4 \
41         $(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \
42         $(top_srcdir)/m4/lib-prefix.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)/m4/pkg.m4 $(top_srcdir)/configure.in
46 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
47         $(ACLOCAL_M4)
48 mkinstalldirs = $(install_sh) -d
49 CONFIG_HEADER = $(top_builddir)/include/config.h \
50         $(top_builddir)/include/sphinx_config.h
51 CONFIG_CLEAN_FILES =
52 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
53 am__vpath_adj = case $$p in \
54     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
55     *) f=$$p;; \
56   esac;
57 am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
58 am__installdirs = "$(DESTDIR)$(libdir)"
59 libLTLIBRARIES_INSTALL = $(INSTALL)
60 LTLIBRARIES = $(lib_LTLIBRARIES)
61 am_libsphinxad_la_OBJECTS = cont_ad_base.lo
62 libsphinxad_la_OBJECTS = $(am_libsphinxad_la_OBJECTS)
63 libsphinxad_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
64         $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
65         $(libsphinxad_la_LDFLAGS) $(LDFLAGS) -o $@
66 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/include
67 depcomp = $(SHELL) $(top_srcdir)/depcomp
68 am__depfiles_maybe = depfiles
69 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
70         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
71 LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
72         --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
73         $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
74 CCLD = $(CC)
75 LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
76         --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
77         $(LDFLAGS) -o $@
78 SOURCES = $(libsphinxad_la_SOURCES) $(EXTRA_libsphinxad_la_SOURCES)
79 DIST_SOURCES = $(libsphinxad_la_SOURCES) \
80         $(EXTRA_libsphinxad_la_SOURCES)
81 ETAGS = etags
82 CTAGS = ctags
83 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
84 ACLOCAL = @ACLOCAL@
85 AMTAR = @AMTAR@
86 AR = @AR@
87 AUTOCONF = @AUTOCONF@
88 AUTOHEADER = @AUTOHEADER@
89 AUTOMAKE = @AUTOMAKE@
90 AWK = @AWK@
91 CC = @CC@
92 CCDEPMODE = @CCDEPMODE@
93 CFLAGS = @CFLAGS@
94 CPP = @CPP@
95 CPPFLAGS = @CPPFLAGS@
96 CYGPATH_W = @CYGPATH_W@
97 DEFS = @DEFS@
98 DEPDIR = @DEPDIR@
99 DSYMUTIL = @DSYMUTIL@
100 DUMPBIN = @DUMPBIN@
101 ECHO_C = @ECHO_C@
102 ECHO_N = @ECHO_N@
103 ECHO_T = @ECHO_T@
104 EGREP = @EGREP@
105 EXEEXT = @EXEEXT@
106 FGREP = @FGREP@
107 GREP = @GREP@
108 HAVE_CYTHON = @HAVE_CYTHON@
109 HAVE_DOXYGEN = @HAVE_DOXYGEN@
110 HAVE_PKGCONFIG = @HAVE_PKGCONFIG@
111 INSTALL = @INSTALL@
112 INSTALL_DATA = @INSTALL_DATA@
113 INSTALL_PROGRAM = @INSTALL_PROGRAM@
114 INSTALL_SCRIPT = @INSTALL_SCRIPT@
115 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
116 LD = @LD@
117 LDFLAGS = @LDFLAGS@
118 LIBICONV = @LIBICONV@
119 LIBOBJS = @LIBOBJS@
120 LIBS = @LIBS@
121 LIBTOOL = @LIBTOOL@
122 LIPO = @LIPO@
123 LN_S = @LN_S@
124 LTLIBICONV = @LTLIBICONV@
125 LTLIBOBJS = @LTLIBOBJS@
126 MAKEINFO = @MAKEINFO@
127 MKDIR_P = @MKDIR_P@
128 NM = @NM@
129 NMEDIT = @NMEDIT@
130 OBJDUMP = @OBJDUMP@
131 OBJEXT = @OBJEXT@
132 OTOOL = @OTOOL@
133 OTOOL64 = @OTOOL64@
134 PACKAGE = @PACKAGE@
135 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
136 PACKAGE_NAME = @PACKAGE_NAME@
137 PACKAGE_STRING = @PACKAGE_STRING@
138 PACKAGE_TARNAME = @PACKAGE_TARNAME@
139 PACKAGE_VERSION = @PACKAGE_VERSION@
140 PATH_SEPARATOR = @PATH_SEPARATOR@
141 PKG_CONFIG = @PKG_CONFIG@
142 PYTHON = @PYTHON@
143 PYTHON_CONFIG = @PYTHON_CONFIG@
144 RANLIB = @RANLIB@
145 SED = @SED@
146 SET_MAKE = @SET_MAKE@
147 SHELL = @SHELL@
148 SNDFILE_CFLAGS = @SNDFILE_CFLAGS@
149 SNDFILE_LIBS = @SNDFILE_LIBS@
150 STRIP = @STRIP@
151 VERSION = @VERSION@
152 YACC = @YACC@
153 abs_builddir = @abs_builddir@
154 abs_srcdir = @abs_srcdir@
155 abs_top_builddir = @abs_top_builddir@
156 abs_top_srcdir = @abs_top_srcdir@
157 ac_ct_CC = @ac_ct_CC@
158 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
159 ad_backend = @ad_backend@
160 ad_files = @ad_files@
161 ad_libs = @ad_libs@
162 am__include = @am__include@
163 am__leading_dot = @am__leading_dot@
164 am__quote = @am__quote@
165 am__tar = @am__tar@
166 am__untar = @am__untar@
167 bindir = @bindir@
168 build = @build@
169 build_alias = @build_alias@
170 build_cpu = @build_cpu@
171 build_os = @build_os@
172 build_vendor = @build_vendor@
173 builddir = @builddir@
174 datadir = @datadir@
175 datarootdir = @datarootdir@
176 docdir = @docdir@
177 dvidir = @dvidir@
178 exec_prefix = @exec_prefix@
179 host = @host@
180 host_alias = @host_alias@
181 host_cpu = @host_cpu@
182 host_os = @host_os@
183 host_vendor = @host_vendor@
184 htmldir = @htmldir@
185 includedir = @includedir@
186 infodir = @infodir@
187 install_sh = @install_sh@
188 libdir = @libdir@
189 libexecdir = @libexecdir@
190 localedir = @localedir@
191 localstatedir = @localstatedir@
192 lt_ECHO = @lt_ECHO@
193 mandir = @mandir@
194 mkdir_p = @mkdir_p@
195 oldincludedir = @oldincludedir@
196 pdfdir = @pdfdir@
197 prefix = @prefix@
198 program_transform_name = @program_transform_name@
199 psdir = @psdir@
200 sbindir = @sbindir@
201 sharedstatedir = @sharedstatedir@
202 srcdir = @srcdir@
203 sysconfdir = @sysconfdir@
204 target_alias = @target_alias@
205 top_build_prefix = @top_build_prefix@
206 top_builddir = @top_builddir@
207 top_srcdir = @top_srcdir@
208 lib_LTLIBRARIES = libsphinxad.la
209
210 # Confusing libtool version info means:
211 #
212 # This is API version 2, software release 1, which also supports API version 1
213 libsphinxad_la_LDFLAGS = -version-info 0:1:0
214 libsphinxad_la_SOURCES = cont_ad_base.c
215 EXTRA_libsphinxad_la_SOURCES = ad_base.c \
216         ad_oss.c \
217         ad_alsa.c
218
219 EXTRA_DIST = ad_s60.cpp \
220         play_win32.c \
221         rec_win32.c
222
223 libsphinxad_la_DEPENDENCIES = @ad_files@
224 libsphinxad_la_LIBADD = @ad_files@ @ad_libs@ \
225         $(top_builddir)/src/libsphinxbase/libsphinxbase.la
226
227 INCLUDES = -I$(top_srcdir)/include/sphinxbase \
228         -I$(top_srcdir)/include \
229         -I$(top_builddir)/include
230
231 all: all-am
232
233 .SUFFIXES:
234 .SUFFIXES: .c .lo .o .obj
235 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
236         @for dep in $?; do \
237           case '$(am__configure_deps)' in \
238             *$$dep*) \
239               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
240                 && { if test -f $@; then exit 0; else break; fi; }; \
241               exit 1;; \
242           esac; \
243         done; \
244         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  src/libsphinxad/Makefile'; \
245         cd $(top_srcdir) && \
246           $(AUTOMAKE) --gnu  src/libsphinxad/Makefile
247 .PRECIOUS: Makefile
248 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
249         @case '$?' in \
250           *config.status*) \
251             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
252           *) \
253             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
254             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
255         esac;
256
257 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
258         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
259
260 $(top_srcdir)/configure:  $(am__configure_deps)
261         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
262 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
263         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
264 install-libLTLIBRARIES: $(lib_LTLIBRARIES)
265         @$(NORMAL_INSTALL)
266         test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)"
267         @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
268           if test -f $$p; then \
269             f=$(am__strip_dir) \
270             echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \
271             $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libdir)/$$f"; \
272           else :; fi; \
273         done
274
275 uninstall-libLTLIBRARIES:
276         @$(NORMAL_UNINSTALL)
277         @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
278           p=$(am__strip_dir) \
279           echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \
280           $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$p"; \
281         done
282
283 clean-libLTLIBRARIES:
284         -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
285         @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
286           dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
287           test "$$dir" != "$$p" || dir=.; \
288           echo "rm -f \"$${dir}/so_locations\""; \
289           rm -f "$${dir}/so_locations"; \
290         done
291 libsphinxad.la: $(libsphinxad_la_OBJECTS) $(libsphinxad_la_DEPENDENCIES) 
292         $(libsphinxad_la_LINK) -rpath $(libdir) $(libsphinxad_la_OBJECTS) $(libsphinxad_la_LIBADD) $(LIBS)
293
294 mostlyclean-compile:
295         -rm -f *.$(OBJEXT)
296
297 distclean-compile:
298         -rm -f *.tab.c
299
300 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ad_alsa.Plo@am__quote@
301 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ad_base.Plo@am__quote@
302 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ad_oss.Plo@am__quote@
303 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cont_ad_base.Plo@am__quote@
304
305 .c.o:
306 @am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
307 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
308 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
309 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
310 @am__fastdepCC_FALSE@   $(COMPILE) -c $<
311
312 .c.obj:
313 @am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
314 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
315 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
316 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
317 @am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
318
319 .c.lo:
320 @am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
321 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
322 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
323 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
324 @am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
325
326 mostlyclean-libtool:
327         -rm -f *.lo
328
329 clean-libtool:
330         -rm -rf .libs _libs
331
332 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
333         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
334         unique=`for i in $$list; do \
335             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
336           done | \
337           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
338               END { if (nonempty) { for (i in files) print i; }; }'`; \
339         mkid -fID $$unique
340 tags: TAGS
341
342 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
343                 $(TAGS_FILES) $(LISP)
344         tags=; \
345         here=`pwd`; \
346         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
347         unique=`for i in $$list; do \
348             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
349           done | \
350           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
351               END { if (nonempty) { for (i in files) print i; }; }'`; \
352         if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
353           test -n "$$unique" || unique=$$empty_fix; \
354           $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
355             $$tags $$unique; \
356         fi
357 ctags: CTAGS
358 CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
359                 $(TAGS_FILES) $(LISP)
360         tags=; \
361         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
362         unique=`for i in $$list; do \
363             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
364           done | \
365           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
366               END { if (nonempty) { for (i in files) print i; }; }'`; \
367         test -z "$(CTAGS_ARGS)$$tags$$unique" \
368           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
369              $$tags $$unique
370
371 GTAGS:
372         here=`$(am__cd) $(top_builddir) && pwd` \
373           && cd $(top_srcdir) \
374           && gtags -i $(GTAGS_ARGS) $$here
375
376 distclean-tags:
377         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
378
379 distdir: $(DISTFILES)
380         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
381         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
382         list='$(DISTFILES)'; \
383           dist_files=`for file in $$list; do echo $$file; done | \
384           sed -e "s|^$$srcdirstrip/||;t" \
385               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
386         case $$dist_files in \
387           */*) $(MKDIR_P) `echo "$$dist_files" | \
388                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
389                            sort -u` ;; \
390         esac; \
391         for file in $$dist_files; do \
392           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
393           if test -d $$d/$$file; then \
394             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
395             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
396               cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
397             fi; \
398             cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
399           else \
400             test -f $(distdir)/$$file \
401             || cp -p $$d/$$file $(distdir)/$$file \
402             || exit 1; \
403           fi; \
404         done
405 check-am: all-am
406 check: check-am
407 all-am: Makefile $(LTLIBRARIES)
408 installdirs:
409         for dir in "$(DESTDIR)$(libdir)"; do \
410           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
411         done
412 install: install-am
413 install-exec: install-exec-am
414 install-data: install-data-am
415 uninstall: uninstall-am
416
417 install-am: all-am
418         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
419
420 installcheck: installcheck-am
421 install-strip:
422         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
423           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
424           `test -z '$(STRIP)' || \
425             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
426 mostlyclean-generic:
427
428 clean-generic:
429
430 distclean-generic:
431         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
432
433 maintainer-clean-generic:
434         @echo "This command is intended for maintainers to use"
435         @echo "it deletes files that may require special tools to rebuild."
436 clean: clean-am
437
438 clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
439         mostlyclean-am
440
441 distclean: distclean-am
442         -rm -rf ./$(DEPDIR)
443         -rm -f Makefile
444 distclean-am: clean-am distclean-compile distclean-generic \
445         distclean-tags
446
447 dvi: dvi-am
448
449 dvi-am:
450
451 html: html-am
452
453 info: info-am
454
455 info-am:
456
457 install-data-am:
458
459 install-dvi: install-dvi-am
460
461 install-exec-am: install-libLTLIBRARIES
462
463 install-html: install-html-am
464
465 install-info: install-info-am
466
467 install-man:
468
469 install-pdf: install-pdf-am
470
471 install-ps: install-ps-am
472
473 installcheck-am:
474
475 maintainer-clean: maintainer-clean-am
476         -rm -rf ./$(DEPDIR)
477         -rm -f Makefile
478 maintainer-clean-am: distclean-am maintainer-clean-generic
479
480 mostlyclean: mostlyclean-am
481
482 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
483         mostlyclean-libtool
484
485 pdf: pdf-am
486
487 pdf-am:
488
489 ps: ps-am
490
491 ps-am:
492
493 uninstall-am: uninstall-libLTLIBRARIES
494
495 .MAKE: install-am install-strip
496
497 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
498         clean-libLTLIBRARIES clean-libtool ctags distclean \
499         distclean-compile distclean-generic distclean-libtool \
500         distclean-tags distdir dvi dvi-am html html-am info info-am \
501         install install-am install-data install-data-am install-dvi \
502         install-dvi-am install-exec install-exec-am install-html \
503         install-html-am install-info install-info-am \
504         install-libLTLIBRARIES install-man install-pdf install-pdf-am \
505         install-ps install-ps-am install-strip installcheck \
506         installcheck-am installdirs maintainer-clean \
507         maintainer-clean-generic mostlyclean mostlyclean-compile \
508         mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
509         tags uninstall uninstall-am uninstall-libLTLIBRARIES
510
511 # Tell versions [3.59,3.63) of GNU make to not export all variables.
512 # Otherwise a system limit (for SysV at least) may be exceeded.
513 .NOEXPORT: