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