Initial commit
[libgno.git] / Makefile.in
1 # Makefile.in generated by automake 1.14.1 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994-2013 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
17 # Copyright (C) 2004 Oren Ben-Kiki
18 # This file is distributed under the same terms as the Automake macro files.
19
20 # Generate automatic documentation using Doxygen. Goals and variables values
21 # are controlled by the various DX_COND_??? conditionals set by autoconf.
22 #
23 # The provided goals are:
24 # doxygen-doc: Generate all doxygen documentation.
25 # doxygen-run: Run doxygen, which will generate some of the documentation
26 #              (HTML, CHM, CHI, MAN, RTF, XML) but will not do the post
27 #              processing required for the rest of it (PS, PDF, and some MAN).
28 # doxygen-man: Rename some doxygen generated man pages.
29 # doxygen-ps: Generate doxygen PostScript documentation.
30 # doxygen-pdf: Generate doxygen PDF documentation.
31 #
32 # Note that by default these are not integrated into the automake goals. If
33 # doxygen is used to generate man pages, you can achieve this integration by
34 # setting man3_MANS to the list of man pages generated and then adding the
35 # dependency:
36 #
37 #   $(man3_MANS): doxygen-doc
38 #
39 # This will cause make to run doxygen and generate all the documentation.
40 #
41 # The following variable is intended for use in Makefile.am:
42 #
43 # DX_CLEANFILES = everything to clean.
44 #
45 # This is usually added to MOSTLYCLEANFILES.
46
47 VPATH = @srcdir@
48 am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
49 am__make_running_with_option = \
50   case $${target_option-} in \
51       ?) ;; \
52       *) echo "am__make_running_with_option: internal error: invalid" \
53               "target option '$${target_option-}' specified" >&2; \
54          exit 1;; \
55   esac; \
56   has_opt=no; \
57   sane_makeflags=$$MAKEFLAGS; \
58   if $(am__is_gnu_make); then \
59     sane_makeflags=$$MFLAGS; \
60   else \
61     case $$MAKEFLAGS in \
62       *\\[\ \   ]*) \
63         bs=\\; \
64         sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
65           | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
66     esac; \
67   fi; \
68   skip_next=no; \
69   strip_trailopt () \
70   { \
71     flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
72   }; \
73   for flg in $$sane_makeflags; do \
74     test $$skip_next = yes && { skip_next=no; continue; }; \
75     case $$flg in \
76       *=*|--*) continue;; \
77         -*I) strip_trailopt 'I'; skip_next=yes;; \
78       -*I?*) strip_trailopt 'I';; \
79         -*O) strip_trailopt 'O'; skip_next=yes;; \
80       -*O?*) strip_trailopt 'O';; \
81         -*l) strip_trailopt 'l'; skip_next=yes;; \
82       -*l?*) strip_trailopt 'l';; \
83       -[dEDm]) skip_next=yes;; \
84       -[JT]) skip_next=yes;; \
85     esac; \
86     case $$flg in \
87       *$$target_option*) has_opt=yes; break;; \
88     esac; \
89   done; \
90   test $$has_opt = yes
91 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
92 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
93 pkgdatadir = $(datadir)/@PACKAGE@
94 pkgincludedir = $(includedir)/@PACKAGE@
95 pkglibdir = $(libdir)/@PACKAGE@
96 pkglibexecdir = $(libexecdir)/@PACKAGE@
97 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
98 install_sh_DATA = $(install_sh) -c -m 644
99 install_sh_PROGRAM = $(install_sh) -c
100 install_sh_SCRIPT = $(install_sh) -c
101 INSTALL_HEADER = $(INSTALL_DATA)
102 transform = $(program_transform_name)
103 NORMAL_INSTALL = :
104 PRE_INSTALL = :
105 POST_INSTALL = :
106 NORMAL_UNINSTALL = :
107 PRE_UNINSTALL = :
108 POST_UNINSTALL = :
109 build_triplet = @build@
110 host_triplet = @host@
111 DIST_COMMON = $(top_srcdir)/aminclude.am $(srcdir)/Makefile.in \
112         $(srcdir)/Makefile.am $(top_srcdir)/configure \
113         $(am__configure_deps) $(srcdir)/config.h.in depcomp compile \
114         config.guess config.sub install-sh missing ltmain.sh
115 bin_PROGRAMS = gnorun$(EXEEXT)
116 subdir = .
117 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
118 am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
119         $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
120         $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
121         $(top_srcdir)/acinclude.m4 $(top_srcdir)/configure.ac
122 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
123         $(ACLOCAL_M4)
124 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
125  configure.lineno config.status.lineno
126 mkinstalldirs = $(install_sh) -d
127 CONFIG_HEADER = config.h
128 CONFIG_CLEAN_FILES =
129 CONFIG_CLEAN_VPATH_FILES =
130 am__installdirs = "$(DESTDIR)$(bindir)"
131 PROGRAMS = $(bin_PROGRAMS)
132 am_gnorun_OBJECTS = main.$(OBJEXT)
133 gnorun_OBJECTS = $(am_gnorun_OBJECTS)
134 gnorun_DEPENDENCIES = $(top_srcdir)/src/libgno.la \
135         /usr/local/lib/libxsdall.la
136 AM_V_lt = $(am__v_lt_@AM_V@)
137 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
138 am__v_lt_0 = --silent
139 am__v_lt_1 = 
140 gnorun_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
141         $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \
142         $(CXXFLAGS) $(gnorun_LDFLAGS) $(LDFLAGS) -o $@
143 AM_V_P = $(am__v_P_@AM_V@)
144 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
145 am__v_P_0 = false
146 am__v_P_1 = :
147 AM_V_GEN = $(am__v_GEN_@AM_V@)
148 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
149 am__v_GEN_0 = @echo "  GEN     " $@;
150 am__v_GEN_1 = 
151 AM_V_at = $(am__v_at_@AM_V@)
152 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
153 am__v_at_0 = @
154 am__v_at_1 = 
155 DEFAULT_INCLUDES = -I.@am__isrc@
156 depcomp = $(SHELL) $(top_srcdir)/depcomp
157 am__depfiles_maybe = depfiles
158 am__mv = mv -f
159 CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
160         $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
161 LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
162         $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \
163         $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
164         $(AM_CXXFLAGS) $(CXXFLAGS)
165 AM_V_CXX = $(am__v_CXX_@AM_V@)
166 am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@)
167 am__v_CXX_0 = @echo "  CXX     " $@;
168 am__v_CXX_1 = 
169 CXXLD = $(CXX)
170 CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
171         $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \
172         $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
173 AM_V_CXXLD = $(am__v_CXXLD_@AM_V@)
174 am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@)
175 am__v_CXXLD_0 = @echo "  CXXLD   " $@;
176 am__v_CXXLD_1 = 
177 SOURCES = $(gnorun_SOURCES)
178 DIST_SOURCES = $(gnorun_SOURCES)
179 RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
180         ctags-recursive dvi-recursive html-recursive info-recursive \
181         install-data-recursive install-dvi-recursive \
182         install-exec-recursive install-html-recursive \
183         install-info-recursive install-pdf-recursive \
184         install-ps-recursive install-recursive installcheck-recursive \
185         installdirs-recursive pdf-recursive ps-recursive \
186         tags-recursive uninstall-recursive
187 am__can_run_installinfo = \
188   case $$AM_UPDATE_INFO_DIR in \
189     n|no|NO) false;; \
190     *) (install-info --version) >/dev/null 2>&1;; \
191   esac
192 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
193   distclean-recursive maintainer-clean-recursive
194 am__recursive_targets = \
195   $(RECURSIVE_TARGETS) \
196   $(RECURSIVE_CLEAN_TARGETS) \
197   $(am__extra_recursive_targets)
198 AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
199         cscope distdir dist dist-all distcheck
200 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
201         $(LISP)config.h.in
202 # Read a list of newline-separated strings from the standard input,
203 # and print each of them once, without duplicates.  Input order is
204 # *not* preserved.
205 am__uniquify_input = $(AWK) '\
206   BEGIN { nonempty = 0; } \
207   { items[$$0] = 1; nonempty = 1; } \
208   END { if (nonempty) { for (i in items) print i; }; } \
209 '
210 # Make sure the list of sources is unique.  This is necessary because,
211 # e.g., the same source file might be shared among _SOURCES variables
212 # for different programs/libraries.
213 am__define_uniq_tagged_files = \
214   list='$(am__tagged_files)'; \
215   unique=`for i in $$list; do \
216     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
217   done | $(am__uniquify_input)`
218 ETAGS = etags
219 CTAGS = ctags
220 CSCOPE = cscope
221 DIST_SUBDIRS = $(SUBDIRS)
222 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
223 distdir = $(PACKAGE)-$(VERSION)
224 top_distdir = $(distdir)
225 am__remove_distdir = \
226   if test -d "$(distdir)"; then \
227     find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
228       && rm -rf "$(distdir)" \
229       || { sleep 5 && rm -rf "$(distdir)"; }; \
230   else :; fi
231 am__post_remove_distdir = $(am__remove_distdir)
232 am__relativize = \
233   dir0=`pwd`; \
234   sed_first='s,^\([^/]*\)/.*$$,\1,'; \
235   sed_rest='s,^[^/]*/*,,'; \
236   sed_last='s,^.*/\([^/]*\)$$,\1,'; \
237   sed_butlast='s,/*[^/]*$$,,'; \
238   while test -n "$$dir1"; do \
239     first=`echo "$$dir1" | sed -e "$$sed_first"`; \
240     if test "$$first" != "."; then \
241       if test "$$first" = ".."; then \
242         dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
243         dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
244       else \
245         first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
246         if test "$$first2" = "$$first"; then \
247           dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
248         else \
249           dir2="../$$dir2"; \
250         fi; \
251         dir0="$$dir0"/"$$first"; \
252       fi; \
253     fi; \
254     dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
255   done; \
256   reldir="$$dir2"
257 DIST_ARCHIVES = $(distdir).tar.gz
258 GZIP_ENV = --best
259 DIST_TARGETS = dist-gzip
260 distuninstallcheck_listfiles = find . -type f -print
261 am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
262   | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
263 distcleancheck_listfiles = find . -type f -print
264 ACLOCAL = @ACLOCAL@
265 AMTAR = @AMTAR@
266 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
267 AR = @AR@
268 AUTOCONF = @AUTOCONF@
269 AUTOHEADER = @AUTOHEADER@
270 AUTOMAKE = @AUTOMAKE@
271 AWK = @AWK@
272 CC = @CC@
273 CCDEPMODE = @CCDEPMODE@
274 CFLAGS = @CFLAGS@
275 CPP = @CPP@
276 CPPFLAGS = @CPPFLAGS@
277 CXX = @CXX@
278 CXXCPP = @CXXCPP@
279 CXXDEPMODE = @CXXDEPMODE@
280 CXXFLAGS = @CXXFLAGS@
281 CYGPATH_W = @CYGPATH_W@
282 DEFS = @DEFS@
283 DEPDIR = @DEPDIR@
284 DLLTOOL = @DLLTOOL@
285 DOXYGEN_PAPER_SIZE = @DOXYGEN_PAPER_SIZE@
286 DSYMUTIL = @DSYMUTIL@
287 DUMPBIN = @DUMPBIN@
288 DX_CONFIG = @DX_CONFIG@
289 DX_DOCDIR = @DX_DOCDIR@
290 DX_DOT = @DX_DOT@
291 DX_DOXYGEN = @DX_DOXYGEN@
292 DX_DVIPS = @DX_DVIPS@
293 DX_EGREP = @DX_EGREP@
294 DX_ENV = @DX_ENV@
295 DX_FLAG_DX_CURRENT_FEATURE = @DX_FLAG_DX_CURRENT_FEATURE@
296 DX_FLAG_chi = @DX_FLAG_chi@
297 DX_FLAG_chm = @DX_FLAG_chm@
298 DX_FLAG_doc = @DX_FLAG_doc@
299 DX_FLAG_dot = @DX_FLAG_dot@
300 DX_FLAG_html = @DX_FLAG_html@
301 DX_FLAG_man = @DX_FLAG_man@
302 DX_FLAG_pdf = @DX_FLAG_pdf@
303 DX_FLAG_ps = @DX_FLAG_ps@
304 DX_FLAG_rtf = @DX_FLAG_rtf@
305 DX_FLAG_xml = @DX_FLAG_xml@
306 DX_HHC = @DX_HHC@
307 DX_LATEX = @DX_LATEX@
308 DX_MAKEINDEX = @DX_MAKEINDEX@
309 DX_PDFLATEX = @DX_PDFLATEX@
310 DX_PERL = @DX_PERL@
311 DX_PROJECT = @DX_PROJECT@
312 ECHO_C = @ECHO_C@
313 ECHO_N = @ECHO_N@
314 ECHO_T = @ECHO_T@
315 EGREP = @EGREP@
316 EXEEXT = @EXEEXT@
317 FGREP = @FGREP@
318 GREP = @GREP@
319 INSTALL = @INSTALL@
320 INSTALL_DATA = @INSTALL_DATA@
321 INSTALL_PROGRAM = @INSTALL_PROGRAM@
322 INSTALL_SCRIPT = @INSTALL_SCRIPT@
323 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
324 LD = @LD@
325 LDFLAGS = @LDFLAGS@
326 LIBOBJS = @LIBOBJS@
327 LIBS = @LIBS@
328 LIBTOOL = @LIBTOOL@
329 LIPO = @LIPO@
330 LN_S = @LN_S@
331 LTLIBOBJS = @LTLIBOBJS@
332 MAKEINFO = @MAKEINFO@
333 MANIFEST_TOOL = @MANIFEST_TOOL@
334 MKDIR_P = @MKDIR_P@
335 NM = @NM@
336 NMEDIT = @NMEDIT@
337 OBJDUMP = @OBJDUMP@
338 OBJEXT = @OBJEXT@
339 OTOOL = @OTOOL@
340 OTOOL64 = @OTOOL64@
341 PACKAGE = @PACKAGE@
342 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
343 PACKAGE_NAME = @PACKAGE_NAME@
344 PACKAGE_STRING = @PACKAGE_STRING@
345 PACKAGE_TARNAME = @PACKAGE_TARNAME@
346 PACKAGE_URL = @PACKAGE_URL@
347 PACKAGE_VERSION = @PACKAGE_VERSION@
348 PATH_SEPARATOR = @PATH_SEPARATOR@
349 RANLIB = @RANLIB@
350 SED = @SED@
351 SET_MAKE = @SET_MAKE@
352 SHELL = @SHELL@
353 STRIP = @STRIP@
354 VERSION = @VERSION@
355 abs_builddir = @abs_builddir@
356 abs_srcdir = @abs_srcdir@
357 abs_top_builddir = @abs_top_builddir@
358 abs_top_srcdir = @abs_top_srcdir@
359 ac_ct_AR = @ac_ct_AR@
360 ac_ct_CC = @ac_ct_CC@
361 ac_ct_CXX = @ac_ct_CXX@
362 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
363 am__include = @am__include@
364 am__leading_dot = @am__leading_dot@
365 am__quote = @am__quote@
366 am__tar = @am__tar@
367 am__untar = @am__untar@
368 bindir = @bindir@
369 build = @build@
370 build_alias = @build_alias@
371 build_cpu = @build_cpu@
372 build_os = @build_os@
373 build_vendor = @build_vendor@
374 builddir = @builddir@
375 datadir = @datadir@
376 datarootdir = @datarootdir@
377 docdir = @docdir@
378 dvidir = @dvidir@
379 exec_prefix = @exec_prefix@
380 host = @host@
381 host_alias = @host_alias@
382 host_cpu = @host_cpu@
383 host_os = @host_os@
384 host_vendor = @host_vendor@
385 htmldir = @htmldir@
386 includedir = @includedir@
387 infodir = @infodir@
388 install_sh = @install_sh@
389 libdir = @libdir@
390 libexecdir = @libexecdir@
391 localedir = @localedir@
392 localstatedir = @localstatedir@
393 mandir = @mandir@
394 mkdir_p = @mkdir_p@
395 oldincludedir = @oldincludedir@
396 pdfdir = @pdfdir@
397 prefix = @prefix@
398 program_transform_name = @program_transform_name@
399 psdir = @psdir@
400 sbindir = @sbindir@
401 sharedstatedir = @sharedstatedir@
402 srcdir = @srcdir@
403 sysconfdir = @sysconfdir@
404 target_alias = @target_alias@
405 top_build_prefix = @top_build_prefix@
406 top_builddir = @top_builddir@
407 top_srcdir = @top_srcdir@
408 @DX_COND_doc_TRUE@@DX_COND_html_TRUE@DX_CLEAN_HTML = @DX_DOCDIR@/html
409 @DX_COND_chm_TRUE@@DX_COND_doc_TRUE@DX_CLEAN_CHM = @DX_DOCDIR@/chm
410 @DX_COND_chi_TRUE@@DX_COND_chm_TRUE@@DX_COND_doc_TRUE@DX_CLEAN_CHI = @DX_DOCDIR@/@PACKAGE@.chi
411 @DX_COND_doc_TRUE@@DX_COND_man_TRUE@DX_CLEAN_MAN = @DX_DOCDIR@/man
412 @DX_COND_doc_TRUE@@DX_COND_rtf_TRUE@DX_CLEAN_RTF = @DX_DOCDIR@/rtf
413 @DX_COND_doc_TRUE@@DX_COND_xml_TRUE@DX_CLEAN_XML = @DX_DOCDIR@/xml
414 @DX_COND_doc_TRUE@@DX_COND_ps_TRUE@DX_CLEAN_PS = @DX_DOCDIR@/@PACKAGE@.ps
415 @DX_COND_doc_TRUE@@DX_COND_ps_TRUE@DX_PS_GOAL = doxygen-ps
416 @DX_COND_doc_TRUE@@DX_COND_pdf_TRUE@DX_CLEAN_PDF = @DX_DOCDIR@/@PACKAGE@.pdf
417 @DX_COND_doc_TRUE@@DX_COND_pdf_TRUE@DX_PDF_GOAL = doxygen-pdf
418 @DX_COND_doc_TRUE@@DX_COND_latex_TRUE@DX_CLEAN_LATEX = @DX_DOCDIR@/latex
419 @DX_COND_doc_TRUE@DX_CLEANFILES = \
420 @DX_COND_doc_TRUE@    @DX_DOCDIR@/@PACKAGE@.tag \
421 @DX_COND_doc_TRUE@    -r \
422 @DX_COND_doc_TRUE@    $(DX_CLEAN_HTML) \
423 @DX_COND_doc_TRUE@    $(DX_CLEAN_CHM) \
424 @DX_COND_doc_TRUE@    $(DX_CLEAN_CHI) \
425 @DX_COND_doc_TRUE@    $(DX_CLEAN_MAN) \
426 @DX_COND_doc_TRUE@    $(DX_CLEAN_RTF) \
427 @DX_COND_doc_TRUE@    $(DX_CLEAN_XML) \
428 @DX_COND_doc_TRUE@    $(DX_CLEAN_PS) \
429 @DX_COND_doc_TRUE@    $(DX_CLEAN_PDF) \
430 @DX_COND_doc_TRUE@    $(DX_CLEAN_LATEX)
431
432
433 # DOXYGEN SUPPORT
434
435 # ensure the distribution of the doxygen configuration file
436 EXTRA_DIST = doxygen.cfg
437 ACLOCAL_AMFLAGS = -I m4
438 AUTOMAKE_OPTIONS = foreign
439 SUBDIRS = src include
440 AM_CXXFLAGS = -I/usr/local/include -I$(top_srcdir)/include
441 gnorun_SOURCES = main.cpp
442 gnorun_LDADD = $(top_srcdir)/src/libgno.la /usr/local/lib/libxsdall.la 
443 gnorun_LDFLAGS = -lexpat
444 all: config.h
445         $(MAKE) $(AM_MAKEFLAGS) all-recursive
446
447 .SUFFIXES:
448 .SUFFIXES: .cpp .lo .o .obj
449 am--refresh: Makefile
450         @:
451 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am $(top_srcdir)/aminclude.am $(am__configure_deps)
452         @for dep in $?; do \
453           case '$(am__configure_deps)' in \
454             *$$dep*) \
455               echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
456               $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
457                 && exit 0; \
458               exit 1;; \
459           esac; \
460         done; \
461         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
462         $(am__cd) $(top_srcdir) && \
463           $(AUTOMAKE) --foreign Makefile
464 .PRECIOUS: Makefile
465 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
466         @case '$?' in \
467           *config.status*) \
468             echo ' $(SHELL) ./config.status'; \
469             $(SHELL) ./config.status;; \
470           *) \
471             echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
472             cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
473         esac;
474 $(top_srcdir)/aminclude.am:
475
476 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
477         $(SHELL) ./config.status --recheck
478
479 $(top_srcdir)/configure:  $(am__configure_deps)
480         $(am__cd) $(srcdir) && $(AUTOCONF)
481 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
482         $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
483 $(am__aclocal_m4_deps):
484
485 config.h: stamp-h1
486         @test -f $@ || rm -f stamp-h1
487         @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
488
489 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
490         @rm -f stamp-h1
491         cd $(top_builddir) && $(SHELL) ./config.status config.h
492 $(srcdir)/config.h.in:  $(am__configure_deps) 
493         ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
494         rm -f stamp-h1
495         touch $@
496
497 distclean-hdr:
498         -rm -f config.h stamp-h1
499 install-binPROGRAMS: $(bin_PROGRAMS)
500         @$(NORMAL_INSTALL)
501         @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
502         if test -n "$$list"; then \
503           echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
504           $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
505         fi; \
506         for p in $$list; do echo "$$p $$p"; done | \
507         sed 's/$(EXEEXT)$$//' | \
508         while read p p1; do if test -f $$p \
509          || test -f $$p1 \
510           ; then echo "$$p"; echo "$$p"; else :; fi; \
511         done | \
512         sed -e 'p;s,.*/,,;n;h' \
513             -e 's|.*|.|' \
514             -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
515         sed 'N;N;N;s,\n, ,g' | \
516         $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
517           { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
518             if ($$2 == $$4) files[d] = files[d] " " $$1; \
519             else { print "f", $$3 "/" $$4, $$1; } } \
520           END { for (d in files) print "f", d, files[d] }' | \
521         while read type dir files; do \
522             if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
523             test -z "$$files" || { \
524             echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
525             $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
526             } \
527         ; done
528
529 uninstall-binPROGRAMS:
530         @$(NORMAL_UNINSTALL)
531         @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
532         files=`for p in $$list; do echo "$$p"; done | \
533           sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
534               -e 's/$$/$(EXEEXT)/' \
535         `; \
536         test -n "$$list" || exit 0; \
537         echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
538         cd "$(DESTDIR)$(bindir)" && rm -f $$files
539
540 clean-binPROGRAMS:
541         @list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \
542         echo " rm -f" $$list; \
543         rm -f $$list || exit $$?; \
544         test -n "$(EXEEXT)" || exit 0; \
545         list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
546         echo " rm -f" $$list; \
547         rm -f $$list
548
549 gnorun$(EXEEXT): $(gnorun_OBJECTS) $(gnorun_DEPENDENCIES) $(EXTRA_gnorun_DEPENDENCIES) 
550         @rm -f gnorun$(EXEEXT)
551         $(AM_V_CXXLD)$(gnorun_LINK) $(gnorun_OBJECTS) $(gnorun_LDADD) $(LIBS)
552
553 mostlyclean-compile:
554         -rm -f *.$(OBJEXT)
555
556 distclean-compile:
557         -rm -f *.tab.c
558
559 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/main.Po@am__quote@
560
561 .cpp.o:
562 @am__fastdepCXX_TRUE@   $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
563 @am__fastdepCXX_TRUE@   $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
564 @am__fastdepCXX_TRUE@   $(am__mv) $$depbase.Tpo $$depbase.Po
565 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
566 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
567 @am__fastdepCXX_FALSE@  $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $<
568
569 .cpp.obj:
570 @am__fastdepCXX_TRUE@   $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
571 @am__fastdepCXX_TRUE@   $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
572 @am__fastdepCXX_TRUE@   $(am__mv) $$depbase.Tpo $$depbase.Po
573 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
574 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
575 @am__fastdepCXX_FALSE@  $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
576
577 .cpp.lo:
578 @am__fastdepCXX_TRUE@   $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
579 @am__fastdepCXX_TRUE@   $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
580 @am__fastdepCXX_TRUE@   $(am__mv) $$depbase.Tpo $$depbase.Plo
581 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
582 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
583 @am__fastdepCXX_FALSE@  $(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $<
584
585 mostlyclean-libtool:
586         -rm -f *.lo
587
588 clean-libtool:
589         -rm -rf .libs _libs
590
591 distclean-libtool:
592         -rm -f libtool config.lt
593
594 # This directory's subdirectories are mostly independent; you can cd
595 # into them and run 'make' without going through this Makefile.
596 # To change the values of 'make' variables: instead of editing Makefiles,
597 # (1) if the variable is set in 'config.status', edit 'config.status'
598 #     (which will cause the Makefiles to be regenerated when you run 'make');
599 # (2) otherwise, pass the desired values on the 'make' command line.
600 $(am__recursive_targets):
601         @fail=; \
602         if $(am__make_keepgoing); then \
603           failcom='fail=yes'; \
604         else \
605           failcom='exit 1'; \
606         fi; \
607         dot_seen=no; \
608         target=`echo $@ | sed s/-recursive//`; \
609         case "$@" in \
610           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
611           *) list='$(SUBDIRS)' ;; \
612         esac; \
613         for subdir in $$list; do \
614           echo "Making $$target in $$subdir"; \
615           if test "$$subdir" = "."; then \
616             dot_seen=yes; \
617             local_target="$$target-am"; \
618           else \
619             local_target="$$target"; \
620           fi; \
621           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
622           || eval $$failcom; \
623         done; \
624         if test "$$dot_seen" = "no"; then \
625           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
626         fi; test -z "$$fail"
627
628 ID: $(am__tagged_files)
629         $(am__define_uniq_tagged_files); mkid -fID $$unique
630 tags: tags-recursive
631 TAGS: tags
632
633 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
634         set x; \
635         here=`pwd`; \
636         if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
637           include_option=--etags-include; \
638           empty_fix=.; \
639         else \
640           include_option=--include; \
641           empty_fix=; \
642         fi; \
643         list='$(SUBDIRS)'; for subdir in $$list; do \
644           if test "$$subdir" = .; then :; else \
645             test ! -f $$subdir/TAGS || \
646               set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
647           fi; \
648         done; \
649         $(am__define_uniq_tagged_files); \
650         shift; \
651         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
652           test -n "$$unique" || unique=$$empty_fix; \
653           if test $$# -gt 0; then \
654             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
655               "$$@" $$unique; \
656           else \
657             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
658               $$unique; \
659           fi; \
660         fi
661 ctags: ctags-recursive
662
663 CTAGS: ctags
664 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
665         $(am__define_uniq_tagged_files); \
666         test -z "$(CTAGS_ARGS)$$unique" \
667           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
668              $$unique
669
670 GTAGS:
671         here=`$(am__cd) $(top_builddir) && pwd` \
672           && $(am__cd) $(top_srcdir) \
673           && gtags -i $(GTAGS_ARGS) "$$here"
674 cscope: cscope.files
675         test ! -s cscope.files \
676           || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
677 clean-cscope:
678         -rm -f cscope.files
679 cscope.files: clean-cscope cscopelist
680 cscopelist: cscopelist-recursive
681
682 cscopelist-am: $(am__tagged_files)
683         list='$(am__tagged_files)'; \
684         case "$(srcdir)" in \
685           [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
686           *) sdir=$(subdir)/$(srcdir) ;; \
687         esac; \
688         for i in $$list; do \
689           if test -f "$$i"; then \
690             echo "$(subdir)/$$i"; \
691           else \
692             echo "$$sdir/$$i"; \
693           fi; \
694         done >> $(top_builddir)/cscope.files
695
696 distclean-tags:
697         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
698         -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
699
700 distdir: $(DISTFILES)
701         $(am__remove_distdir)
702         test -d "$(distdir)" || mkdir "$(distdir)"
703         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
704         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
705         list='$(DISTFILES)'; \
706           dist_files=`for file in $$list; do echo $$file; done | \
707           sed -e "s|^$$srcdirstrip/||;t" \
708               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
709         case $$dist_files in \
710           */*) $(MKDIR_P) `echo "$$dist_files" | \
711                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
712                            sort -u` ;; \
713         esac; \
714         for file in $$dist_files; do \
715           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
716           if test -d $$d/$$file; then \
717             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
718             if test -d "$(distdir)/$$file"; then \
719               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
720             fi; \
721             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
722               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
723               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
724             fi; \
725             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
726           else \
727             test -f "$(distdir)/$$file" \
728             || cp -p $$d/$$file "$(distdir)/$$file" \
729             || exit 1; \
730           fi; \
731         done
732         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
733           if test "$$subdir" = .; then :; else \
734             $(am__make_dryrun) \
735               || test -d "$(distdir)/$$subdir" \
736               || $(MKDIR_P) "$(distdir)/$$subdir" \
737               || exit 1; \
738             dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
739             $(am__relativize); \
740             new_distdir=$$reldir; \
741             dir1=$$subdir; dir2="$(top_distdir)"; \
742             $(am__relativize); \
743             new_top_distdir=$$reldir; \
744             echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
745             echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
746             ($(am__cd) $$subdir && \
747               $(MAKE) $(AM_MAKEFLAGS) \
748                 top_distdir="$$new_top_distdir" \
749                 distdir="$$new_distdir" \
750                 am__remove_distdir=: \
751                 am__skip_length_check=: \
752                 am__skip_mode_fix=: \
753                 distdir) \
754               || exit 1; \
755           fi; \
756         done
757         -test -n "$(am__skip_mode_fix)" \
758         || find "$(distdir)" -type d ! -perm -755 \
759                 -exec chmod u+rwx,go+rx {} \; -o \
760           ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
761           ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
762           ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
763         || chmod -R a+r "$(distdir)"
764 dist-gzip: distdir
765         tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
766         $(am__post_remove_distdir)
767
768 dist-bzip2: distdir
769         tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
770         $(am__post_remove_distdir)
771
772 dist-lzip: distdir
773         tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
774         $(am__post_remove_distdir)
775
776 dist-xz: distdir
777         tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
778         $(am__post_remove_distdir)
779
780 dist-tarZ: distdir
781         @echo WARNING: "Support for shar distribution archives is" \
782                        "deprecated." >&2
783         @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
784         tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
785         $(am__post_remove_distdir)
786
787 dist-shar: distdir
788         @echo WARNING: "Support for distribution archives compressed with" \
789                        "legacy program 'compress' is deprecated." >&2
790         @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
791         shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
792         $(am__post_remove_distdir)
793
794 dist-zip: distdir
795         -rm -f $(distdir).zip
796         zip -rq $(distdir).zip $(distdir)
797         $(am__post_remove_distdir)
798
799 dist dist-all:
800         $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
801         $(am__post_remove_distdir)
802
803 # This target untars the dist file and tries a VPATH configuration.  Then
804 # it guarantees that the distribution is self-contained by making another
805 # tarfile.
806 distcheck: dist
807         case '$(DIST_ARCHIVES)' in \
808         *.tar.gz*) \
809           GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
810         *.tar.bz2*) \
811           bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
812         *.tar.lz*) \
813           lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
814         *.tar.xz*) \
815           xz -dc $(distdir).tar.xz | $(am__untar) ;;\
816         *.tar.Z*) \
817           uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
818         *.shar.gz*) \
819           GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
820         *.zip*) \
821           unzip $(distdir).zip ;;\
822         esac
823         chmod -R a-w $(distdir)
824         chmod u+w $(distdir)
825         mkdir $(distdir)/_build $(distdir)/_inst
826         chmod a-w $(distdir)
827         test -d $(distdir)/_build || exit 0; \
828         dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
829           && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
830           && am__cwd=`pwd` \
831           && $(am__cd) $(distdir)/_build \
832           && ../configure \
833             $(AM_DISTCHECK_CONFIGURE_FLAGS) \
834             $(DISTCHECK_CONFIGURE_FLAGS) \
835             --srcdir=.. --prefix="$$dc_install_base" \
836           && $(MAKE) $(AM_MAKEFLAGS) \
837           && $(MAKE) $(AM_MAKEFLAGS) dvi \
838           && $(MAKE) $(AM_MAKEFLAGS) check \
839           && $(MAKE) $(AM_MAKEFLAGS) install \
840           && $(MAKE) $(AM_MAKEFLAGS) installcheck \
841           && $(MAKE) $(AM_MAKEFLAGS) uninstall \
842           && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
843                 distuninstallcheck \
844           && chmod -R a-w "$$dc_install_base" \
845           && ({ \
846                (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
847                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
848                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
849                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
850                     distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
851               } || { rm -rf "$$dc_destdir"; exit 1; }) \
852           && rm -rf "$$dc_destdir" \
853           && $(MAKE) $(AM_MAKEFLAGS) dist \
854           && rm -rf $(DIST_ARCHIVES) \
855           && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
856           && cd "$$am__cwd" \
857           || exit 1
858         $(am__post_remove_distdir)
859         @(echo "$(distdir) archives ready for distribution: "; \
860           list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
861           sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
862 distuninstallcheck:
863         @test -n '$(distuninstallcheck_dir)' || { \
864           echo 'ERROR: trying to run $@ with an empty' \
865                '$$(distuninstallcheck_dir)' >&2; \
866           exit 1; \
867         }; \
868         $(am__cd) '$(distuninstallcheck_dir)' || { \
869           echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
870           exit 1; \
871         }; \
872         test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
873            || { echo "ERROR: files left after uninstall:" ; \
874                 if test -n "$(DESTDIR)"; then \
875                   echo "  (check DESTDIR support)"; \
876                 fi ; \
877                 $(distuninstallcheck_listfiles) ; \
878                 exit 1; } >&2
879 distcleancheck: distclean
880         @if test '$(srcdir)' = . ; then \
881           echo "ERROR: distcleancheck can only run from a VPATH build" ; \
882           exit 1 ; \
883         fi
884         @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
885           || { echo "ERROR: files left in build directory after distclean:" ; \
886                $(distcleancheck_listfiles) ; \
887                exit 1; } >&2
888 check-am: all-am
889 check: check-recursive
890 all-am: Makefile $(PROGRAMS) config.h
891 installdirs: installdirs-recursive
892 installdirs-am:
893         for dir in "$(DESTDIR)$(bindir)"; do \
894           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
895         done
896 install: install-recursive
897 install-exec: install-exec-recursive
898 install-data: install-data-recursive
899 uninstall: uninstall-recursive
900
901 install-am: all-am
902         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
903
904 installcheck: installcheck-recursive
905 install-strip:
906         if test -z '$(STRIP)'; then \
907           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
908             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
909               install; \
910         else \
911           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
912             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
913             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
914         fi
915 mostlyclean-generic:
916
917 clean-generic:
918
919 distclean-generic:
920         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
921         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
922
923 maintainer-clean-generic:
924         @echo "This command is intended for maintainers to use"
925         @echo "it deletes files that may require special tools to rebuild."
926 clean: clean-recursive
927
928 clean-am: clean-binPROGRAMS clean-generic clean-libtool mostlyclean-am
929
930 distclean: distclean-recursive
931         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
932         -rm -rf ./$(DEPDIR)
933         -rm -f Makefile
934 distclean-am: clean-am distclean-compile distclean-generic \
935         distclean-hdr distclean-libtool distclean-tags
936
937 dvi: dvi-recursive
938
939 dvi-am:
940
941 html: html-recursive
942
943 html-am:
944
945 info: info-recursive
946
947 info-am:
948
949 install-data-am:
950
951 install-dvi: install-dvi-recursive
952
953 install-dvi-am:
954
955 install-exec-am: install-binPROGRAMS
956
957 install-html: install-html-recursive
958
959 install-html-am:
960
961 install-info: install-info-recursive
962
963 install-info-am:
964
965 install-man:
966
967 install-pdf: install-pdf-recursive
968
969 install-pdf-am:
970
971 install-ps: install-ps-recursive
972
973 install-ps-am:
974
975 installcheck-am:
976
977 maintainer-clean: maintainer-clean-recursive
978         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
979         -rm -rf $(top_srcdir)/autom4te.cache
980         -rm -rf ./$(DEPDIR)
981         -rm -f Makefile
982 maintainer-clean-am: distclean-am maintainer-clean-generic
983
984 mostlyclean: mostlyclean-recursive
985
986 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
987         mostlyclean-libtool
988
989 pdf: pdf-recursive
990
991 pdf-am:
992
993 ps: ps-recursive
994
995 ps-am:
996
997 uninstall-am: uninstall-binPROGRAMS
998
999 .MAKE: $(am__recursive_targets) all install-am install-strip
1000
1001 .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
1002         am--refresh check check-am clean clean-binPROGRAMS \
1003         clean-cscope clean-generic clean-libtool cscope cscopelist-am \
1004         ctags ctags-am dist dist-all dist-bzip2 dist-gzip dist-lzip \
1005         dist-shar dist-tarZ dist-xz dist-zip distcheck distclean \
1006         distclean-compile distclean-generic distclean-hdr \
1007         distclean-libtool distclean-tags distcleancheck distdir \
1008         distuninstallcheck dvi dvi-am html html-am info info-am \
1009         install install-am install-binPROGRAMS install-data \
1010         install-data-am install-dvi install-dvi-am install-exec \
1011         install-exec-am install-html install-html-am install-info \
1012         install-info-am install-man install-pdf install-pdf-am \
1013         install-ps install-ps-am install-strip installcheck \
1014         installcheck-am installdirs installdirs-am maintainer-clean \
1015         maintainer-clean-generic mostlyclean mostlyclean-compile \
1016         mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
1017         tags tags-am uninstall uninstall-am uninstall-binPROGRAMS
1018
1019
1020 @DX_COND_doc_TRUE@@DX_COND_ps_TRUE@doxygen-ps: @DX_DOCDIR@/@PACKAGE@.ps
1021
1022 @DX_COND_doc_TRUE@@DX_COND_ps_TRUE@@DX_DOCDIR@/@PACKAGE@.ps: @DX_DOCDIR@/@PACKAGE@.tag
1023 @DX_COND_doc_TRUE@@DX_COND_ps_TRUE@     cd @DX_DOCDIR@/latex; \
1024 @DX_COND_doc_TRUE@@DX_COND_ps_TRUE@     rm -f *.aux *.toc *.idx *.ind *.ilg *.log *.out; \
1025 @DX_COND_doc_TRUE@@DX_COND_ps_TRUE@     $(DX_LATEX) refman.tex; \
1026 @DX_COND_doc_TRUE@@DX_COND_ps_TRUE@     $(MAKEINDEX_PATH) refman.idx; \
1027 @DX_COND_doc_TRUE@@DX_COND_ps_TRUE@     $(DX_LATEX) refman.tex; \
1028 @DX_COND_doc_TRUE@@DX_COND_ps_TRUE@     countdown=5; \
1029 @DX_COND_doc_TRUE@@DX_COND_ps_TRUE@     while $(DX_EGREP) 'Rerun (LaTeX|to get cross-references right)' \
1030 @DX_COND_doc_TRUE@@DX_COND_ps_TRUE@                       refman.log > /dev/null 2>&1 \
1031 @DX_COND_doc_TRUE@@DX_COND_ps_TRUE@        && test $$countdown -gt 0; do \
1032 @DX_COND_doc_TRUE@@DX_COND_ps_TRUE@         $(DX_LATEX) refman.tex; \
1033 @DX_COND_doc_TRUE@@DX_COND_ps_TRUE@         countdown=`expr $$countdown - 1`; \
1034 @DX_COND_doc_TRUE@@DX_COND_ps_TRUE@     done; \
1035 @DX_COND_doc_TRUE@@DX_COND_ps_TRUE@     $(DX_DVIPS) -o ../@PACKAGE@.ps refman.dvi
1036
1037 @DX_COND_doc_TRUE@@DX_COND_pdf_TRUE@doxygen-pdf: @DX_DOCDIR@/@PACKAGE@.pdf
1038
1039 @DX_COND_doc_TRUE@@DX_COND_pdf_TRUE@@DX_DOCDIR@/@PACKAGE@.pdf: @DX_DOCDIR@/@PACKAGE@.tag
1040 @DX_COND_doc_TRUE@@DX_COND_pdf_TRUE@    cd @DX_DOCDIR@/latex; \
1041 @DX_COND_doc_TRUE@@DX_COND_pdf_TRUE@    rm -f *.aux *.toc *.idx *.ind *.ilg *.log *.out; \
1042 @DX_COND_doc_TRUE@@DX_COND_pdf_TRUE@    $(DX_PDFLATEX) refman.tex; \
1043 @DX_COND_doc_TRUE@@DX_COND_pdf_TRUE@    $(DX_MAKEINDEX) refman.idx; \
1044 @DX_COND_doc_TRUE@@DX_COND_pdf_TRUE@    $(DX_PDFLATEX) refman.tex; \
1045 @DX_COND_doc_TRUE@@DX_COND_pdf_TRUE@    countdown=5; \
1046 @DX_COND_doc_TRUE@@DX_COND_pdf_TRUE@    while $(DX_EGREP) 'Rerun (LaTeX|to get cross-references right)' \
1047 @DX_COND_doc_TRUE@@DX_COND_pdf_TRUE@                      refman.log > /dev/null 2>&1 \
1048 @DX_COND_doc_TRUE@@DX_COND_pdf_TRUE@       && test $$countdown -gt 0; do \
1049 @DX_COND_doc_TRUE@@DX_COND_pdf_TRUE@        $(DX_PDFLATEX) refman.tex; \
1050 @DX_COND_doc_TRUE@@DX_COND_pdf_TRUE@        countdown=`expr $$countdown - 1`; \
1051 @DX_COND_doc_TRUE@@DX_COND_pdf_TRUE@    done; \
1052 @DX_COND_doc_TRUE@@DX_COND_pdf_TRUE@    mv refman.pdf ../@PACKAGE@.pdf
1053
1054 @DX_COND_doc_TRUE@.PHONY: doxygen-run doxygen-doc $(DX_PS_GOAL) $(DX_PDF_GOAL)
1055
1056 @DX_COND_doc_TRUE@.INTERMEDIATE: doxygen-run $(DX_PS_GOAL) $(DX_PDF_GOAL)
1057
1058 @DX_COND_doc_TRUE@doxygen-run: @DX_DOCDIR@/@PACKAGE@.tag
1059
1060 @DX_COND_doc_TRUE@doxygen-doc: doxygen-run $(DX_PS_GOAL) $(DX_PDF_GOAL)
1061
1062 @DX_COND_doc_TRUE@@DX_DOCDIR@/@PACKAGE@.tag: $(DX_CONFIG) $(pkginclude_HEADERS)
1063 @DX_COND_doc_TRUE@      rm -rf @DX_DOCDIR@
1064 @DX_COND_doc_TRUE@      $(DX_ENV) $(DX_DOXYGEN) $(srcdir)/$(DX_CONFIG)
1065
1066 # Tell versions [3.59,3.63) of GNU make to not export all variables.
1067 # Otherwise a system limit (for SysV at least) may be exceeded.
1068 .NOEXPORT: