Initial import to Tizen
[profile/ivi/sphinxbase.git] / include / 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 VPATH = @srcdir@
18 pkgdatadir = $(datadir)/@PACKAGE@
19 pkglibdir = $(libdir)/@PACKAGE@
20 pkgincludedir = $(includedir)/@PACKAGE@
21 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
22 install_sh_DATA = $(install_sh) -c -m 644
23 install_sh_PROGRAM = $(install_sh) -c
24 install_sh_SCRIPT = $(install_sh) -c
25 INSTALL_HEADER = $(INSTALL_DATA)
26 transform = $(program_transform_name)
27 NORMAL_INSTALL = :
28 PRE_INSTALL = :
29 POST_INSTALL = :
30 NORMAL_UNINSTALL = :
31 PRE_UNINSTALL = :
32 POST_UNINSTALL = :
33 build_triplet = @build@
34 host_triplet = @host@
35 subdir = include
36 DIST_COMMON = $(pkginclude_HEADERS) $(srcdir)/Makefile.am \
37         $(srcdir)/Makefile.in $(srcdir)/config.h.in \
38         $(srcdir)/sphinx_config.h.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 = config.h sphinx_config.h
50 CONFIG_CLEAN_FILES =
51 SOURCES =
52 DIST_SOURCES =
53 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
54         html-recursive info-recursive install-data-recursive \
55         install-dvi-recursive install-exec-recursive \
56         install-html-recursive install-info-recursive \
57         install-pdf-recursive install-ps-recursive install-recursive \
58         installcheck-recursive installdirs-recursive pdf-recursive \
59         ps-recursive uninstall-recursive
60 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
61 am__vpath_adj = case $$p in \
62     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
63     *) f=$$p;; \
64   esac;
65 am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
66 am__installdirs = "$(DESTDIR)$(pkgincludedir)"
67 pkgincludeHEADERS_INSTALL = $(INSTALL_HEADER)
68 HEADERS = $(pkginclude_HEADERS)
69 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
70   distclean-recursive maintainer-clean-recursive
71 ETAGS = etags
72 CTAGS = ctags
73 DIST_SUBDIRS = $(SUBDIRS)
74 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
75 ACLOCAL = @ACLOCAL@
76 AMTAR = @AMTAR@
77 AR = @AR@
78 AUTOCONF = @AUTOCONF@
79 AUTOHEADER = @AUTOHEADER@
80 AUTOMAKE = @AUTOMAKE@
81 AWK = @AWK@
82 CC = @CC@
83 CCDEPMODE = @CCDEPMODE@
84 CFLAGS = @CFLAGS@
85 CPP = @CPP@
86 CPPFLAGS = @CPPFLAGS@
87 CYGPATH_W = @CYGPATH_W@
88 DEFS = @DEFS@
89 DEPDIR = @DEPDIR@
90 DSYMUTIL = @DSYMUTIL@
91 DUMPBIN = @DUMPBIN@
92 ECHO_C = @ECHO_C@
93 ECHO_N = @ECHO_N@
94 ECHO_T = @ECHO_T@
95 EGREP = @EGREP@
96 EXEEXT = @EXEEXT@
97 FGREP = @FGREP@
98 GREP = @GREP@
99 HAVE_CYTHON = @HAVE_CYTHON@
100 HAVE_DOXYGEN = @HAVE_DOXYGEN@
101 HAVE_PKGCONFIG = @HAVE_PKGCONFIG@
102 INSTALL = @INSTALL@
103 INSTALL_DATA = @INSTALL_DATA@
104 INSTALL_PROGRAM = @INSTALL_PROGRAM@
105 INSTALL_SCRIPT = @INSTALL_SCRIPT@
106 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
107 LD = @LD@
108 LDFLAGS = @LDFLAGS@
109 LIBICONV = @LIBICONV@
110 LIBOBJS = @LIBOBJS@
111 LIBS = @LIBS@
112 LIBTOOL = @LIBTOOL@
113 LIPO = @LIPO@
114 LN_S = @LN_S@
115 LTLIBICONV = @LTLIBICONV@
116 LTLIBOBJS = @LTLIBOBJS@
117 MAKEINFO = @MAKEINFO@
118 MKDIR_P = @MKDIR_P@
119 NM = @NM@
120 NMEDIT = @NMEDIT@
121 OBJDUMP = @OBJDUMP@
122 OBJEXT = @OBJEXT@
123 OTOOL = @OTOOL@
124 OTOOL64 = @OTOOL64@
125 PACKAGE = @PACKAGE@
126 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
127 PACKAGE_NAME = @PACKAGE_NAME@
128 PACKAGE_STRING = @PACKAGE_STRING@
129 PACKAGE_TARNAME = @PACKAGE_TARNAME@
130 PACKAGE_VERSION = @PACKAGE_VERSION@
131 PATH_SEPARATOR = @PATH_SEPARATOR@
132 PKG_CONFIG = @PKG_CONFIG@
133 PYTHON = @PYTHON@
134 PYTHON_CONFIG = @PYTHON_CONFIG@
135 RANLIB = @RANLIB@
136 SED = @SED@
137 SET_MAKE = @SET_MAKE@
138 SHELL = @SHELL@
139 SNDFILE_CFLAGS = @SNDFILE_CFLAGS@
140 SNDFILE_LIBS = @SNDFILE_LIBS@
141 STRIP = @STRIP@
142 VERSION = @VERSION@
143 YACC = @YACC@
144 abs_builddir = @abs_builddir@
145 abs_srcdir = @abs_srcdir@
146 abs_top_builddir = @abs_top_builddir@
147 abs_top_srcdir = @abs_top_srcdir@
148 ac_ct_CC = @ac_ct_CC@
149 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
150 ad_backend = @ad_backend@
151 ad_files = @ad_files@
152 ad_libs = @ad_libs@
153 am__include = @am__include@
154 am__leading_dot = @am__leading_dot@
155 am__quote = @am__quote@
156 am__tar = @am__tar@
157 am__untar = @am__untar@
158 bindir = @bindir@
159 build = @build@
160 build_alias = @build_alias@
161 build_cpu = @build_cpu@
162 build_os = @build_os@
163 build_vendor = @build_vendor@
164 builddir = @builddir@
165 datadir = @datadir@
166 datarootdir = @datarootdir@
167 docdir = @docdir@
168 dvidir = @dvidir@
169 exec_prefix = @exec_prefix@
170 host = @host@
171 host_alias = @host_alias@
172 host_cpu = @host_cpu@
173 host_os = @host_os@
174 host_vendor = @host_vendor@
175 htmldir = @htmldir@
176 includedir = @includedir@
177 infodir = @infodir@
178 install_sh = @install_sh@
179 libdir = @libdir@
180 libexecdir = @libexecdir@
181 localedir = @localedir@
182 localstatedir = @localstatedir@
183 lt_ECHO = @lt_ECHO@
184 mandir = @mandir@
185 mkdir_p = @mkdir_p@
186 oldincludedir = @oldincludedir@
187 pdfdir = @pdfdir@
188 prefix = @prefix@
189 program_transform_name = @program_transform_name@
190 psdir = @psdir@
191 sbindir = @sbindir@
192 sharedstatedir = @sharedstatedir@
193 srcdir = @srcdir@
194 sysconfdir = @sysconfdir@
195 target_alias = @target_alias@
196 top_build_prefix = @top_build_prefix@
197 top_builddir = @top_builddir@
198 top_srcdir = @top_srcdir@
199 SUBDIRS = sphinxbase
200 pkginclude_HEADERS = \
201         sphinx_config.h
202
203 EXTRA_DIST = \
204         wince/sphinx_config.h \
205         wince/config.h \
206         win32/sphinx_config.h \
207         win32/config.h \
208         s60/config.h \
209         s60/sphinx_config.h \
210         android/config.h \
211         android/sphinx_config.h
212
213 all: config.h sphinx_config.h
214         $(MAKE) $(AM_MAKEFLAGS) all-recursive
215
216 .SUFFIXES:
217 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
218         @for dep in $?; do \
219           case '$(am__configure_deps)' in \
220             *$$dep*) \
221               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
222                 && { if test -f $@; then exit 0; else break; fi; }; \
223               exit 1;; \
224           esac; \
225         done; \
226         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  include/Makefile'; \
227         cd $(top_srcdir) && \
228           $(AUTOMAKE) --gnu  include/Makefile
229 .PRECIOUS: Makefile
230 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
231         @case '$?' in \
232           *config.status*) \
233             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
234           *) \
235             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
236             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
237         esac;
238
239 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
240         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
241
242 $(top_srcdir)/configure:  $(am__configure_deps)
243         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
244 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
245         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
246
247 config.h: stamp-h1
248         @if test ! -f $@; then \
249           rm -f stamp-h1; \
250           $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
251         else :; fi
252
253 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
254         @rm -f stamp-h1
255         cd $(top_builddir) && $(SHELL) ./config.status include/config.h
256 $(srcdir)/config.h.in:  $(am__configure_deps) 
257         cd $(top_srcdir) && $(AUTOHEADER)
258         rm -f stamp-h1
259         touch $@
260
261 sphinx_config.h: stamp-h2
262         @if test ! -f $@; then \
263           rm -f stamp-h2; \
264           $(MAKE) $(AM_MAKEFLAGS) stamp-h2; \
265         else :; fi
266
267 stamp-h2: $(srcdir)/sphinx_config.h.in $(top_builddir)/config.status
268         @rm -f stamp-h2
269         cd $(top_builddir) && $(SHELL) ./config.status include/sphinx_config.h
270
271 distclean-hdr:
272         -rm -f config.h stamp-h1 sphinx_config.h stamp-h2
273
274 mostlyclean-libtool:
275         -rm -f *.lo
276
277 clean-libtool:
278         -rm -rf .libs _libs
279 install-pkgincludeHEADERS: $(pkginclude_HEADERS)
280         @$(NORMAL_INSTALL)
281         test -z "$(pkgincludedir)" || $(MKDIR_P) "$(DESTDIR)$(pkgincludedir)"
282         @list='$(pkginclude_HEADERS)'; for p in $$list; do \
283           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
284           f=$(am__strip_dir) \
285           echo " $(pkgincludeHEADERS_INSTALL) '$$d$$p' '$(DESTDIR)$(pkgincludedir)/$$f'"; \
286           $(pkgincludeHEADERS_INSTALL) "$$d$$p" "$(DESTDIR)$(pkgincludedir)/$$f"; \
287         done
288
289 uninstall-pkgincludeHEADERS:
290         @$(NORMAL_UNINSTALL)
291         @list='$(pkginclude_HEADERS)'; for p in $$list; do \
292           f=$(am__strip_dir) \
293           echo " rm -f '$(DESTDIR)$(pkgincludedir)/$$f'"; \
294           rm -f "$(DESTDIR)$(pkgincludedir)/$$f"; \
295         done
296
297 # This directory's subdirectories are mostly independent; you can cd
298 # into them and run `make' without going through this Makefile.
299 # To change the values of `make' variables: instead of editing Makefiles,
300 # (1) if the variable is set in `config.status', edit `config.status'
301 #     (which will cause the Makefiles to be regenerated when you run `make');
302 # (2) otherwise, pass the desired values on the `make' command line.
303 $(RECURSIVE_TARGETS):
304         @failcom='exit 1'; \
305         for f in x $$MAKEFLAGS; do \
306           case $$f in \
307             *=* | --[!k]*);; \
308             *k*) failcom='fail=yes';; \
309           esac; \
310         done; \
311         dot_seen=no; \
312         target=`echo $@ | sed s/-recursive//`; \
313         list='$(SUBDIRS)'; for subdir in $$list; do \
314           echo "Making $$target in $$subdir"; \
315           if test "$$subdir" = "."; then \
316             dot_seen=yes; \
317             local_target="$$target-am"; \
318           else \
319             local_target="$$target"; \
320           fi; \
321           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
322           || eval $$failcom; \
323         done; \
324         if test "$$dot_seen" = "no"; then \
325           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
326         fi; test -z "$$fail"
327
328 $(RECURSIVE_CLEAN_TARGETS):
329         @failcom='exit 1'; \
330         for f in x $$MAKEFLAGS; do \
331           case $$f in \
332             *=* | --[!k]*);; \
333             *k*) failcom='fail=yes';; \
334           esac; \
335         done; \
336         dot_seen=no; \
337         case "$@" in \
338           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
339           *) list='$(SUBDIRS)' ;; \
340         esac; \
341         rev=''; for subdir in $$list; do \
342           if test "$$subdir" = "."; then :; else \
343             rev="$$subdir $$rev"; \
344           fi; \
345         done; \
346         rev="$$rev ."; \
347         target=`echo $@ | sed s/-recursive//`; \
348         for subdir in $$rev; do \
349           echo "Making $$target in $$subdir"; \
350           if test "$$subdir" = "."; then \
351             local_target="$$target-am"; \
352           else \
353             local_target="$$target"; \
354           fi; \
355           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
356           || eval $$failcom; \
357         done && test -z "$$fail"
358 tags-recursive:
359         list='$(SUBDIRS)'; for subdir in $$list; do \
360           test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
361         done
362 ctags-recursive:
363         list='$(SUBDIRS)'; for subdir in $$list; do \
364           test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
365         done
366
367 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
368         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
369         unique=`for i in $$list; do \
370             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
371           done | \
372           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
373               END { if (nonempty) { for (i in files) print i; }; }'`; \
374         mkid -fID $$unique
375 tags: TAGS
376
377 TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in sphinx_config.h.in $(TAGS_DEPENDENCIES) \
378                 $(TAGS_FILES) $(LISP)
379         tags=; \
380         here=`pwd`; \
381         if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
382           include_option=--etags-include; \
383           empty_fix=.; \
384         else \
385           include_option=--include; \
386           empty_fix=; \
387         fi; \
388         list='$(SUBDIRS)'; for subdir in $$list; do \
389           if test "$$subdir" = .; then :; else \
390             test ! -f $$subdir/TAGS || \
391               tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
392           fi; \
393         done; \
394         list='$(SOURCES) $(HEADERS) config.h.in sphinx_config.h.in $(LISP) $(TAGS_FILES)'; \
395         unique=`for i in $$list; do \
396             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
397           done | \
398           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
399               END { if (nonempty) { for (i in files) print i; }; }'`; \
400         if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
401           test -n "$$unique" || unique=$$empty_fix; \
402           $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
403             $$tags $$unique; \
404         fi
405 ctags: CTAGS
406 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in sphinx_config.h.in $(TAGS_DEPENDENCIES) \
407                 $(TAGS_FILES) $(LISP)
408         tags=; \
409         list='$(SOURCES) $(HEADERS) config.h.in sphinx_config.h.in $(LISP) $(TAGS_FILES)'; \
410         unique=`for i in $$list; do \
411             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
412           done | \
413           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
414               END { if (nonempty) { for (i in files) print i; }; }'`; \
415         test -z "$(CTAGS_ARGS)$$tags$$unique" \
416           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
417              $$tags $$unique
418
419 GTAGS:
420         here=`$(am__cd) $(top_builddir) && pwd` \
421           && cd $(top_srcdir) \
422           && gtags -i $(GTAGS_ARGS) $$here
423
424 distclean-tags:
425         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
426
427 distdir: $(DISTFILES)
428         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
429         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
430         list='$(DISTFILES)'; \
431           dist_files=`for file in $$list; do echo $$file; done | \
432           sed -e "s|^$$srcdirstrip/||;t" \
433               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
434         case $$dist_files in \
435           */*) $(MKDIR_P) `echo "$$dist_files" | \
436                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
437                            sort -u` ;; \
438         esac; \
439         for file in $$dist_files; do \
440           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
441           if test -d $$d/$$file; then \
442             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
443             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
444               cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
445             fi; \
446             cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
447           else \
448             test -f $(distdir)/$$file \
449             || cp -p $$d/$$file $(distdir)/$$file \
450             || exit 1; \
451           fi; \
452         done
453         list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
454           if test "$$subdir" = .; then :; else \
455             test -d "$(distdir)/$$subdir" \
456             || $(MKDIR_P) "$(distdir)/$$subdir" \
457             || exit 1; \
458             distdir=`$(am__cd) $(distdir) && pwd`; \
459             top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
460             (cd $$subdir && \
461               $(MAKE) $(AM_MAKEFLAGS) \
462                 top_distdir="$$top_distdir" \
463                 distdir="$$distdir/$$subdir" \
464                 am__remove_distdir=: \
465                 am__skip_length_check=: \
466                 distdir) \
467               || exit 1; \
468           fi; \
469         done
470 check-am: all-am
471 check: check-recursive
472 all-am: Makefile $(HEADERS) config.h sphinx_config.h
473 installdirs: installdirs-recursive
474 installdirs-am:
475         for dir in "$(DESTDIR)$(pkgincludedir)"; do \
476           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
477         done
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         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
489           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
490           `test -z '$(STRIP)' || \
491             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
492 mostlyclean-generic:
493
494 clean-generic:
495
496 distclean-generic:
497         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
498
499 maintainer-clean-generic:
500         @echo "This command is intended for maintainers to use"
501         @echo "it deletes files that may require special tools to rebuild."
502 clean: clean-recursive
503
504 clean-am: clean-generic clean-libtool mostlyclean-am
505
506 distclean: distclean-recursive
507         -rm -f Makefile
508 distclean-am: clean-am distclean-generic distclean-hdr distclean-tags
509
510 dvi: dvi-recursive
511
512 dvi-am:
513
514 html: html-recursive
515
516 info: info-recursive
517
518 info-am:
519
520 install-data-am: install-pkgincludeHEADERS
521
522 install-dvi: install-dvi-recursive
523
524 install-exec-am:
525
526 install-html: install-html-recursive
527
528 install-info: install-info-recursive
529
530 install-man:
531
532 install-pdf: install-pdf-recursive
533
534 install-ps: install-ps-recursive
535
536 installcheck-am:
537
538 maintainer-clean: maintainer-clean-recursive
539         -rm -f Makefile
540 maintainer-clean-am: distclean-am maintainer-clean-generic
541
542 mostlyclean: mostlyclean-recursive
543
544 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
545
546 pdf: pdf-recursive
547
548 pdf-am:
549
550 ps: ps-recursive
551
552 ps-am:
553
554 uninstall-am: uninstall-pkgincludeHEADERS
555
556 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
557         install-strip
558
559 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
560         all all-am check check-am clean clean-generic clean-libtool \
561         ctags ctags-recursive distclean distclean-generic \
562         distclean-hdr distclean-libtool distclean-tags distdir dvi \
563         dvi-am html html-am info info-am install install-am \
564         install-data install-data-am install-dvi install-dvi-am \
565         install-exec install-exec-am install-html install-html-am \
566         install-info install-info-am install-man install-pdf \
567         install-pdf-am install-pkgincludeHEADERS install-ps \
568         install-ps-am install-strip installcheck installcheck-am \
569         installdirs installdirs-am maintainer-clean \
570         maintainer-clean-generic mostlyclean mostlyclean-generic \
571         mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
572         uninstall uninstall-am uninstall-pkgincludeHEADERS
573
574 # Tell versions [3.59,3.63) of GNU make to not export all variables.
575 # Otherwise a system limit (for SysV at least) may be exceeded.
576 .NOEXPORT: