1# Makefile.in generated by automake 1.15 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2014 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@
16VPATH = @srcdir@
17am__is_gnu_make = { \
18  if test -z '$(MAKELEVEL)'; then \
19    false; \
20  elif test -n '$(MAKE_HOST)'; then \
21    true; \
22  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
23    true; \
24  else \
25    false; \
26  fi; \
27}
28am__make_running_with_option = \
29  case $${target_option-} in \
30      ?) ;; \
31      *) echo "am__make_running_with_option: internal error: invalid" \
32              "target option '$${target_option-}' specified" >&2; \
33         exit 1;; \
34  esac; \
35  has_opt=no; \
36  sane_makeflags=$$MAKEFLAGS; \
37  if $(am__is_gnu_make); then \
38    sane_makeflags=$$MFLAGS; \
39  else \
40    case $$MAKEFLAGS in \
41      *\\[\ \	]*) \
42        bs=\\; \
43        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
44          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
45    esac; \
46  fi; \
47  skip_next=no; \
48  strip_trailopt () \
49  { \
50    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
51  }; \
52  for flg in $$sane_makeflags; do \
53    test $$skip_next = yes && { skip_next=no; continue; }; \
54    case $$flg in \
55      *=*|--*) continue;; \
56        -*I) strip_trailopt 'I'; skip_next=yes;; \
57      -*I?*) strip_trailopt 'I';; \
58        -*O) strip_trailopt 'O'; skip_next=yes;; \
59      -*O?*) strip_trailopt 'O';; \
60        -*l) strip_trailopt 'l'; skip_next=yes;; \
61      -*l?*) strip_trailopt 'l';; \
62      -[dEDm]) skip_next=yes;; \
63      -[JT]) skip_next=yes;; \
64    esac; \
65    case $$flg in \
66      *$$target_option*) has_opt=yes; break;; \
67    esac; \
68  done; \
69  test $$has_opt = yes
70am__make_dryrun = (target_option=n; $(am__make_running_with_option))
71am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
72pkgdatadir = $(datadir)/@PACKAGE@
73pkgincludedir = $(includedir)/@PACKAGE@
74pkglibdir = $(libdir)/@PACKAGE@
75pkglibexecdir = $(libexecdir)/@PACKAGE@
76am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
77install_sh_DATA = $(install_sh) -c -m 644
78install_sh_PROGRAM = $(install_sh) -c
79install_sh_SCRIPT = $(install_sh) -c
80INSTALL_HEADER = $(INSTALL_DATA)
81transform = $(program_transform_name)
82NORMAL_INSTALL = :
83PRE_INSTALL = :
84POST_INSTALL = :
85NORMAL_UNINSTALL = :
86PRE_UNINSTALL = :
87POST_UNINSTALL = :
88build_triplet = @build@
89host_triplet = @host@
90subdir = docs/reference
91ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
92am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
93	$(top_srcdir)/configure.ac
94am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
95	$(ACLOCAL_M4)
96DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
97mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
98CONFIG_HEADER = $(top_builddir)/config.h
99CONFIG_CLEAN_FILES = Doxyfile
100CONFIG_CLEAN_VPATH_FILES =
101AM_V_P = $(am__v_P_@AM_V@)
102am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
103am__v_P_0 = false
104am__v_P_1 = :
105AM_V_GEN = $(am__v_GEN_@AM_V@)
106am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
107am__v_GEN_0 = @echo "  GEN     " $@;
108am__v_GEN_1 =
109AM_V_at = $(am__v_at_@AM_V@)
110am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
111am__v_at_0 = @
112am__v_at_1 =
113SOURCES =
114DIST_SOURCES =
115am__can_run_installinfo = \
116  case $$AM_UPDATE_INFO_DIR in \
117    n|no|NO) false;; \
118    *) (install-info --version) >/dev/null 2>&1;; \
119  esac
120am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
121am__DIST_COMMON = $(srcdir)/Doxyfile.in $(srcdir)/Makefile.in \
122	$(top_srcdir)/mkinstalldirs
123DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
124ACLOCAL = @ACLOCAL@
125ALL_LINGUAS = @ALL_LINGUAS@
126AMTAR = @AMTAR@
127AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
128AR = @AR@
129AUTOCONF = @AUTOCONF@
130AUTOHEADER = @AUTOHEADER@
131AUTOMAKE = @AUTOMAKE@
132AWK = @AWK@
133CATALOGS = @CATALOGS@
134CATOBJEXT = @CATOBJEXT@
135CC = @CC@
136CCDEPMODE = @CCDEPMODE@
137CFLAGS = @CFLAGS@
138CPP = @CPP@
139CPPFLAGS = @CPPFLAGS@
140CXX = @CXX@
141CXXCPP = @CXXCPP@
142CXXDEPMODE = @CXXDEPMODE@
143CXXFLAGS = @CXXFLAGS@
144CYGPATH_W = @CYGPATH_W@
145DATADIRNAME = @DATADIRNAME@
146DEFS = @DEFS@
147DEPDIR = @DEPDIR@
148DIRECT_RENDERING = @DIRECT_RENDERING@
149DISABLE_DEPRECATED = @DISABLE_DEPRECATED@
150DISTCHECK_CONFIGURE_FLAGS = @DISTCHECK_CONFIGURE_FLAGS@
151DLLTOOL = @DLLTOOL@
152DOC_USER_FORMATS = @DOC_USER_FORMATS@
153DOXYGEN = @DOXYGEN@
154DSYMUTIL = @DSYMUTIL@
155DUMPBIN = @DUMPBIN@
156ECHO_C = @ECHO_C@
157ECHO_N = @ECHO_N@
158ECHO_T = @ECHO_T@
159EGREP = @EGREP@
160EXEEXT = @EXEEXT@
161FGREP = @FGREP@
162GCU_API_VER = @GCU_API_VER@
163GCU_CFLAGS = @GCU_CFLAGS@
164GCU_VERSION_INFO = @GCU_VERSION_INFO@
165GDK_PIXBUF_CSOURCE = @GDK_PIXBUF_CSOURCE@
166GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
167GLIB_COMPILE_SCHEMAS = @GLIB_COMPILE_SCHEMAS@
168GLIB_GENMARSHAL = @GLIB_GENMARSHAL@
169GMOFILES = @GMOFILES@
170GMSGFMT = @GMSGFMT@
171GNUMERIC_PLUGINS_DIR = @GNUMERIC_PLUGINS_DIR@
172GOFFICE_PLUGINS_DIR = @GOFFICE_PLUGINS_DIR@
173GREP = @GREP@
174GSETTINGS_DISABLE_SCHEMAS_COMPILE = @GSETTINGS_DISABLE_SCHEMAS_COMPILE@
175HELP_DIR = @HELP_DIR@
176INSTALL = @INSTALL@
177INSTALL_DATA = @INSTALL_DATA@
178INSTALL_PROGRAM = @INSTALL_PROGRAM@
179INSTALL_SCRIPT = @INSTALL_SCRIPT@
180INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
181INSTOBJEXT = @INSTOBJEXT@
182INTLLIBS = @INTLLIBS@
183INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
184INTLTOOL_MERGE = @INTLTOOL_MERGE@
185INTLTOOL_PERL = @INTLTOOL_PERL@
186INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
187INTLTOOL_V_MERGE = @INTLTOOL_V_MERGE@
188INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@
189INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@
190INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@
191KDECONFIG = @KDECONFIG@
192KDEMIMEDIR = @KDEMIMEDIR@
193LD = @LD@
194LDFLAGS = @LDFLAGS@
195LIBOBJS = @LIBOBJS@
196LIBS = @LIBS@
197LIBTOOL = @LIBTOOL@
198LIPO = @LIPO@
199LN_S = @LN_S@
200LTLIBOBJS = @LTLIBOBJS@
201LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
202MAINT = @MAINT@
203MAKEINFO = @MAKEINFO@
204MAN = @MAN@
205MANIFEST_TOOL = @MANIFEST_TOOL@
206MKDIR_P = @MKDIR_P@
207MKINSTALLDIRS = @MKINSTALLDIRS@
208MOZILLA_CFLAGS = @MOZILLA_CFLAGS@
209MOZILLA_CONFIG = @MOZILLA_CONFIG@
210MOZILLA_LIBS = @MOZILLA_LIBS@
211MSGFMT = @MSGFMT@
212MSGFMT_OPTS = @MSGFMT_OPTS@
213MSGMERGE = @MSGMERGE@
214NM = @NM@
215NMEDIT = @NMEDIT@
216OBJDUMP = @OBJDUMP@
217OBJEXT = @OBJEXT@
218OMF_DIR = @OMF_DIR@
219OTOOL = @OTOOL@
220OTOOL64 = @OTOOL64@
221PACKAGE = @PACKAGE@
222PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
223PACKAGE_NAME = @PACKAGE_NAME@
224PACKAGE_STRING = @PACKAGE_STRING@
225PACKAGE_TARNAME = @PACKAGE_TARNAME@
226PACKAGE_URL = @PACKAGE_URL@
227PACKAGE_VERSION = @PACKAGE_VERSION@
228PATH_SEPARATOR = @PATH_SEPARATOR@
229PKG_CONFIG = @PKG_CONFIG@
230PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
231PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
232POFILES = @POFILES@
233POSUB = @POSUB@
234PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
235PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
236RANLIB = @RANLIB@
237SED = @SED@
238SET_MAKE = @SET_MAKE@
239SHELL = @SHELL@
240STABILITY = @STABILITY@
241STABILITY_POSTFIX = @STABILITY_POSTFIX@
242STRIP = @STRIP@
243TESTSSRCDIR = @TESTSSRCDIR@
244UPDATE_DESKTOP_DATABASE = @UPDATE_DESKTOP_DATABASE@
245UPDATE_MIME_DATABASE = @UPDATE_MIME_DATABASE@
246USE_NLS = @USE_NLS@
247VERSION = @VERSION@
248WARN_CFLAGS = @WARN_CFLAGS@
249WARN_CXXFLAGS = @WARN_CXXFLAGS@
250XGETTEXT = @XGETTEXT@
251XMLLINT = @XMLLINT@
252XMLLINT_FLAGS = @XMLLINT_FLAGS@
253XSLTPROC = @XSLTPROC@
254XSLTPROC_FLAGS = @XSLTPROC_FLAGS@
255abs_builddir = @abs_builddir@
256abs_srcdir = @abs_srcdir@
257abs_top_builddir = @abs_top_builddir@
258abs_top_srcdir = @abs_top_srcdir@
259ac_ct_AR = @ac_ct_AR@
260ac_ct_CC = @ac_ct_CC@
261ac_ct_CXX = @ac_ct_CXX@
262ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
263am__include = @am__include@
264am__leading_dot = @am__leading_dot@
265am__quote = @am__quote@
266am__tar = @am__tar@
267am__untar = @am__untar@
268bindir = @bindir@
269bodr_CFLAGS = @bodr_CFLAGS@
270bodr_LIBS = @bodr_LIBS@
271build = @build@
272build_alias = @build_alias@
273build_cpu = @build_cpu@
274build_os = @build_os@
275build_vendor = @build_vendor@
276builddir = @builddir@
277cairo_CFLAGS = @cairo_CFLAGS@
278cairo_LIBS = @cairo_LIBS@
279chemical_mime_data_CFLAGS = @chemical_mime_data_CFLAGS@
280chemical_mime_data_LIBS = @chemical_mime_data_LIBS@
281datadir = @datadir@
282datarootdir = @datarootdir@
283docdir = @docdir@
284dvidir = @dvidir@
285exec_prefix = @exec_prefix@
286gdk_pixbuf_CFLAGS = @gdk_pixbuf_CFLAGS@
287gdk_pixbuf_LIBS = @gdk_pixbuf_LIBS@
288gio_CFLAGS = @gio_CFLAGS@
289gio_LIBS = @gio_LIBS@
290glib_CFLAGS = @glib_CFLAGS@
291glib_LIBS = @glib_LIBS@
292gnm_version = @gnm_version@
293gnumeric_CFLAGS = @gnumeric_CFLAGS@
294gnumeric_LIBS = @gnumeric_LIBS@
295goffice_CFLAGS = @goffice_CFLAGS@
296goffice_LIBS = @goffice_LIBS@
297gsettingsschemadir = @gsettingsschemadir@
298gsf_CFLAGS = @gsf_CFLAGS@
299gsf_LIBS = @gsf_LIBS@
300gtk_CFLAGS = @gtk_CFLAGS@
301gtk_LIBS = @gtk_LIBS@
302host = @host@
303host_alias = @host_alias@
304host_cpu = @host_cpu@
305host_os = @host_os@
306host_vendor = @host_vendor@
307htmldir = @htmldir@
308includedir = @includedir@
309infodir = @infodir@
310install_sh = @install_sh@
311intltool__v_merge_options_ = @intltool__v_merge_options_@
312intltool__v_merge_options_0 = @intltool__v_merge_options_0@
313lasem_CFLAGS = @lasem_CFLAGS@
314lasem_LIBS = @lasem_LIBS@
315libdir = @libdir@
316libexecdir = @libexecdir@
317localedir = @localedir@
318localstatedir = @localstatedir@
319mandir = @mandir@
320mkdir_p = @mkdir_p@
321mozlibdir = @mozlibdir@
322oldincludedir = @oldincludedir@
323openbabel_CFLAGS = @openbabel_CFLAGS@
324openbabel_LIBS = @openbabel_LIBS@
325pdfdir = @pdfdir@
326prefix = @prefix@
327program_transform_name = @program_transform_name@
328psdir = @psdir@
329runstatedir = @runstatedir@
330sbindir = @sbindir@
331shared_mime_info_CFLAGS = @shared_mime_info_CFLAGS@
332shared_mime_info_LIBS = @shared_mime_info_LIBS@
333sharedstatedir = @sharedstatedir@
334srcdir = @srcdir@
335sysconfdir = @sysconfdir@
336target_alias = @target_alias@
337top_build_prefix = @top_build_prefix@
338top_builddir = @top_builddir@
339top_srcdir = @top_srcdir@
340x11_CFLAGS = @x11_CFLAGS@
341x11_LIBS = @x11_LIBS@
342xml_CFLAGS = @xml_CFLAGS@
343xml_LIBS = @xml_LIBS@
344EXTRA_DIST = html-upstream.tar.gz images/gccvleaf.png \
345	images/gcpfontsel.png
346CLEANFILES = html_stamp Doxyfile.bak doxygen_sqlite3.db
347DISTCLEANFILES = Doxyfile
348MAINTAINERCLEANFILES = Makefile.in
349all: all-am
350
351.SUFFIXES:
352$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
353	@for dep in $?; do \
354	  case '$(am__configure_deps)' in \
355	    *$$dep*) \
356	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
357	        && { if test -f $@; then exit 0; else break; fi; }; \
358	      exit 1;; \
359	  esac; \
360	done; \
361	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu docs/reference/Makefile'; \
362	$(am__cd) $(top_srcdir) && \
363	  $(AUTOMAKE) --gnu docs/reference/Makefile
364Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
365	@case '$?' in \
366	  *config.status*) \
367	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
368	  *) \
369	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
370	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
371	esac;
372
373$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
374	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
375
376$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
377	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
378$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
379	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
380$(am__aclocal_m4_deps):
381Doxyfile: $(top_builddir)/config.status $(srcdir)/Doxyfile.in
382	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
383
384mostlyclean-libtool:
385	-rm -f *.lo
386
387clean-libtool:
388	-rm -rf .libs _libs
389tags TAGS:
390
391ctags CTAGS:
392
393cscope cscopelist:
394
395
396distdir: $(DISTFILES)
397	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
398	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
399	list='$(DISTFILES)'; \
400	  dist_files=`for file in $$list; do echo $$file; done | \
401	  sed -e "s|^$$srcdirstrip/||;t" \
402	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
403	case $$dist_files in \
404	  */*) $(MKDIR_P) `echo "$$dist_files" | \
405			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
406			   sort -u` ;; \
407	esac; \
408	for file in $$dist_files; do \
409	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
410	  if test -d $$d/$$file; then \
411	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
412	    if test -d "$(distdir)/$$file"; then \
413	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
414	    fi; \
415	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
416	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
417	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
418	    fi; \
419	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
420	  else \
421	    test -f "$(distdir)/$$file" \
422	    || cp -p $$d/$$file "$(distdir)/$$file" \
423	    || exit 1; \
424	  fi; \
425	done
426	$(MAKE) $(AM_MAKEFLAGS) \
427	  top_distdir="$(top_distdir)" distdir="$(distdir)" \
428	  dist-hook
429check-am: all-am
430check: check-am
431all-am: Makefile
432installdirs:
433install: install-am
434install-exec: install-exec-am
435install-data: install-data-am
436uninstall: uninstall-am
437
438install-am: all-am
439	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
440
441installcheck: installcheck-am
442install-strip:
443	if test -z '$(STRIP)'; then \
444	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
445	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
446	      install; \
447	else \
448	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
449	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
450	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
451	fi
452mostlyclean-generic:
453
454clean-generic:
455	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
456
457distclean-generic:
458	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
459	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
460	-test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
461
462maintainer-clean-generic:
463	@echo "This command is intended for maintainers to use"
464	@echo "it deletes files that may require special tools to rebuild."
465	-test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
466clean: clean-am
467
468clean-am: clean-generic clean-libtool clean-local mostlyclean-am
469
470distclean: distclean-am
471	-rm -f Makefile
472distclean-am: clean-am distclean-generic
473
474dvi: dvi-am
475
476dvi-am:
477
478html: html-am
479
480html-am:
481
482info: info-am
483
484info-am:
485
486install-data-am:
487
488install-dvi: install-dvi-am
489
490install-dvi-am:
491
492install-exec-am:
493
494install-html: install-html-am
495
496install-html-am:
497
498install-info: install-info-am
499
500install-info-am:
501
502install-man:
503
504install-pdf: install-pdf-am
505
506install-pdf-am:
507
508install-ps: install-ps-am
509
510install-ps-am:
511
512installcheck-am:
513
514maintainer-clean: maintainer-clean-am
515	-rm -f Makefile
516maintainer-clean-am: distclean-am maintainer-clean-generic
517
518mostlyclean: mostlyclean-am
519
520mostlyclean-am: mostlyclean-generic mostlyclean-libtool
521
522pdf: pdf-am
523
524pdf-am:
525
526ps: ps-am
527
528ps-am:
529
530uninstall-am:
531
532.MAKE: install-am install-strip
533
534.PHONY: all all-am check check-am clean clean-generic clean-libtool \
535	clean-local cscopelist-am ctags-am dist-hook distclean \
536	distclean-generic distclean-libtool distdir dvi dvi-am html \
537	html-am info info-am install install-am install-data \
538	install-data-am install-dvi install-dvi-am install-exec \
539	install-exec-am install-html install-html-am install-info \
540	install-info-am install-man install-pdf install-pdf-am \
541	install-ps install-ps-am install-strip installcheck \
542	installcheck-am installdirs maintainer-clean \
543	maintainer-clean-generic mostlyclean mostlyclean-generic \
544	mostlyclean-libtool pdf pdf-am ps ps-am tags-am uninstall \
545	uninstall-am
546
547.PRECIOUS: Makefile
548
549
550# better use the docdir/htmldir variable, configurable via --docdir|--htmldir?
551# htmldir = $(datadir)/doc/gchemutils/@GCU_API_VER@/reference
552# html_DATA = html/*.*
553
554all: html/*.*
555
556html/*.*: html_stamp
557
558@DOXYGEN_AVAILABLE_TRUE@html_stamp:
559@DOXYGEN_AVAILABLE_TRUE@	$(DOXYGEN) -u Doxyfile
560@DOXYGEN_AVAILABLE_TRUE@	$(DOXYGEN) Doxyfile
561@DOXYGEN_AVAILABLE_TRUE@	touch $@
562
563@DOXYGEN_AVAILABLE_TRUE@html-upstream.tar.gz: html/*.*
564@DOXYGEN_AVAILABLE_TRUE@	tar -czf $@ html/*.*
565
566@DOXYGEN_AVAILABLE_FALSE@html_stamp: html-upstream.tar.gz
567@DOXYGEN_AVAILABLE_FALSE@	tar -xzf $<
568@DOXYGEN_AVAILABLE_FALSE@	touch html_stamp
569
570@DOXYGEN_AVAILABLE_FALSE@html-upstream.tar.gz: ; echo "Error: You need doxygen to create the documentation." && exit 1
571
572clean-local:
573	rm -rf html/*.*
574
575dist-hook:
576	rm -f html-upstream.tar.gz
577
578# Tell versions [3.59,3.63) of GNU make to not export all variables.
579# Otherwise a system limit (for SysV at least) may be exceeded.
580.NOEXPORT:
581