version 1.1.1.1, 2017/01/24 14:48:55
|
version 1.1.1.2, 2021/03/17 00:49:17
|
Line 1
|
Line 1
|
# Makefile.in generated by automake 1.11.1 from Makefile.am. | # Makefile.in generated by automake 1.16.1 from Makefile.am. |
# @configure_input@ |
# @configure_input@ |
|
|
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, | # Copyright (C) 1994-2018 Free Software Foundation, Inc. |
# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, | |
# Inc. | |
# This Makefile.in is free software; the Free Software Foundation |
# This Makefile.in is free software; the Free Software Foundation |
# gives unlimited permission to copy and/or distribute it, |
# gives unlimited permission to copy and/or distribute it, |
# with or without modifications, as long as this notice is preserved. |
# with or without modifications, as long as this notice is preserved. |
Line 15
|
Line 14
|
|
|
@SET_MAKE@ |
@SET_MAKE@ |
VPATH = @srcdir@ |
VPATH = @srcdir@ |
|
am__is_gnu_make = { \ |
|
if test -z '$(MAKELEVEL)'; then \ |
|
false; \ |
|
elif test -n '$(MAKE_HOST)'; then \ |
|
true; \ |
|
elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ |
|
true; \ |
|
else \ |
|
false; \ |
|
fi; \ |
|
} |
|
am__make_running_with_option = \ |
|
case $${target_option-} in \ |
|
?) ;; \ |
|
*) echo "am__make_running_with_option: internal error: invalid" \ |
|
"target option '$${target_option-}' specified" >&2; \ |
|
exit 1;; \ |
|
esac; \ |
|
has_opt=no; \ |
|
sane_makeflags=$$MAKEFLAGS; \ |
|
if $(am__is_gnu_make); then \ |
|
sane_makeflags=$$MFLAGS; \ |
|
else \ |
|
case $$MAKEFLAGS in \ |
|
*\\[\ \ ]*) \ |
|
bs=\\; \ |
|
sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ |
|
| sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ |
|
esac; \ |
|
fi; \ |
|
skip_next=no; \ |
|
strip_trailopt () \ |
|
{ \ |
|
flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ |
|
}; \ |
|
for flg in $$sane_makeflags; do \ |
|
test $$skip_next = yes && { skip_next=no; continue; }; \ |
|
case $$flg in \ |
|
*=*|--*) continue;; \ |
|
-*I) strip_trailopt 'I'; skip_next=yes;; \ |
|
-*I?*) strip_trailopt 'I';; \ |
|
-*O) strip_trailopt 'O'; skip_next=yes;; \ |
|
-*O?*) strip_trailopt 'O';; \ |
|
-*l) strip_trailopt 'l'; skip_next=yes;; \ |
|
-*l?*) strip_trailopt 'l';; \ |
|
-[dEDm]) skip_next=yes;; \ |
|
-[JT]) skip_next=yes;; \ |
|
esac; \ |
|
case $$flg in \ |
|
*$$target_option*) has_opt=yes; break;; \ |
|
esac; \ |
|
done; \ |
|
test $$has_opt = yes |
|
am__make_dryrun = (target_option=n; $(am__make_running_with_option)) |
|
am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) |
pkgdatadir = $(datadir)/@PACKAGE@ |
pkgdatadir = $(datadir)/@PACKAGE@ |
pkgincludedir = $(includedir)/@PACKAGE@ |
pkgincludedir = $(includedir)/@PACKAGE@ |
pkglibdir = $(libdir)/@PACKAGE@ |
pkglibdir = $(libdir)/@PACKAGE@ |
Line 34 POST_UNINSTALL = :
|
Line 88 POST_UNINSTALL = :
|
build_triplet = @build@ |
build_triplet = @build@ |
host_triplet = @host@ |
host_triplet = @host@ |
subdir = doc |
subdir = doc |
DIST_COMMON = $(srcdir)/Doxyfile.in $(srcdir)/Makefile.am \ |
|
$(srcdir)/Makefile.in |
|
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 |
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 |
am__aclocal_m4_deps = $(top_srcdir)/m4/gettext.m4 \ |
am__aclocal_m4_deps = $(top_srcdir)/m4/gettext.m4 \ |
$(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/lib-ld.m4 \ | $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/intlmacosx.m4 \ |
$(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \ | $(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \ |
$(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \ | $(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/libtool.m4 \ |
$(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \ | $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ |
$(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/m4/nls.m4 \ | $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ |
$(top_srcdir)/m4/po.m4 $(top_srcdir)/m4/progtest.m4 \ | $(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/po.m4 \ |
$(top_srcdir)/configure.ac | $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/configure.ac |
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ |
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ |
$(ACLOCAL_M4) |
$(ACLOCAL_M4) |
|
DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) |
mkinstalldirs = $(install_sh) -d |
mkinstalldirs = $(install_sh) -d |
CONFIG_HEADER = $(top_builddir)/config.h |
CONFIG_HEADER = $(top_builddir)/config.h |
CONFIG_CLEAN_FILES = Doxyfile |
CONFIG_CLEAN_FILES = Doxyfile |
CONFIG_CLEAN_VPATH_FILES = |
CONFIG_CLEAN_VPATH_FILES = |
|
AM_V_P = $(am__v_P_@AM_V@) |
|
am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) |
|
am__v_P_0 = false |
|
am__v_P_1 = : |
|
AM_V_GEN = $(am__v_GEN_@AM_V@) |
|
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) |
|
am__v_GEN_0 = @echo " GEN " $@; |
|
am__v_GEN_1 = |
|
AM_V_at = $(am__v_at_@AM_V@) |
|
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) |
|
am__v_at_0 = @ |
|
am__v_at_1 = |
SOURCES = |
SOURCES = |
DIST_SOURCES = |
DIST_SOURCES = |
|
am__can_run_installinfo = \ |
|
case $$AM_UPDATE_INFO_DIR in \ |
|
n|no|NO) false;; \ |
|
*) (install-info --version) >/dev/null 2>&1;; \ |
|
esac |
|
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) |
|
am__DIST_COMMON = $(srcdir)/Doxyfile.in $(srcdir)/Makefile.in |
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) |
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) |
ACLOCAL = @ACLOCAL@ |
ACLOCAL = @ACLOCAL@ |
AMTAR = @AMTAR@ |
AMTAR = @AMTAR@ |
|
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ |
AR = @AR@ |
AR = @AR@ |
|
AS = @AS@ |
AUTOCONF = @AUTOCONF@ |
AUTOCONF = @AUTOCONF@ |
AUTOHEADER = @AUTOHEADER@ |
AUTOHEADER = @AUTOHEADER@ |
AUTOMAKE = @AUTOMAKE@ |
AUTOMAKE = @AUTOMAKE@ |
Line 69 CPPFLAGS = @CPPFLAGS@
|
Line 143 CPPFLAGS = @CPPFLAGS@
|
CYGPATH_W = @CYGPATH_W@ |
CYGPATH_W = @CYGPATH_W@ |
DEFS = @DEFS@ |
DEFS = @DEFS@ |
DEPDIR = @DEPDIR@ |
DEPDIR = @DEPDIR@ |
|
DLLTOOL = @DLLTOOL@ |
DSYMUTIL = @DSYMUTIL@ |
DSYMUTIL = @DSYMUTIL@ |
DUMPBIN = @DUMPBIN@ |
DUMPBIN = @DUMPBIN@ |
ECHO_C = @ECHO_C@ |
ECHO_C = @ECHO_C@ |
Line 77 ECHO_T = @ECHO_T@
|
Line 152 ECHO_T = @ECHO_T@
|
EGREP = @EGREP@ |
EGREP = @EGREP@ |
EXEEXT = @EXEEXT@ |
EXEEXT = @EXEEXT@ |
FGREP = @FGREP@ |
FGREP = @FGREP@ |
|
GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@ |
GMSGFMT = @GMSGFMT@ |
GMSGFMT = @GMSGFMT@ |
GMSGFMT_015 = @GMSGFMT_015@ |
GMSGFMT_015 = @GMSGFMT_015@ |
GREP = @GREP@ |
GREP = @GREP@ |
Line 102 LN_S = @LN_S@
|
Line 178 LN_S = @LN_S@
|
LTLIBICONV = @LTLIBICONV@ |
LTLIBICONV = @LTLIBICONV@ |
LTLIBINTL = @LTLIBINTL@ |
LTLIBINTL = @LTLIBINTL@ |
LTLIBOBJS = @LTLIBOBJS@ |
LTLIBOBJS = @LTLIBOBJS@ |
MAINT = @MAINT@ | LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ |
MAKEINFO = @MAKEINFO@ |
MAKEINFO = @MAKEINFO@ |
|
MANIFEST_TOOL = @MANIFEST_TOOL@ |
MKDIR_P = @MKDIR_P@ |
MKDIR_P = @MKDIR_P@ |
MSGFMT = @MSGFMT@ |
MSGFMT = @MSGFMT@ |
MSGFMT_015 = @MSGFMT_015@ |
MSGFMT_015 = @MSGFMT_015@ |
Line 132 USE_NLS = @USE_NLS@
|
Line 209 USE_NLS = @USE_NLS@
|
VERSION = @VERSION@ |
VERSION = @VERSION@ |
XGETTEXT = @XGETTEXT@ |
XGETTEXT = @XGETTEXT@ |
XGETTEXT_015 = @XGETTEXT_015@ |
XGETTEXT_015 = @XGETTEXT_015@ |
|
XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@ |
abs_builddir = @abs_builddir@ |
abs_builddir = @abs_builddir@ |
abs_srcdir = @abs_srcdir@ |
abs_srcdir = @abs_srcdir@ |
abs_top_builddir = @abs_top_builddir@ |
abs_top_builddir = @abs_top_builddir@ |
abs_top_srcdir = @abs_top_srcdir@ |
abs_top_srcdir = @abs_top_srcdir@ |
|
ac_ct_AR = @ac_ct_AR@ |
ac_ct_CC = @ac_ct_CC@ |
ac_ct_CC = @ac_ct_CC@ |
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ |
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ |
am__include = @am__include@ |
am__include = @am__include@ |
Line 168 libdir = @libdir@
|
Line 247 libdir = @libdir@
|
libexecdir = @libexecdir@ |
libexecdir = @libexecdir@ |
localedir = @localedir@ |
localedir = @localedir@ |
localstatedir = @localstatedir@ |
localstatedir = @localstatedir@ |
lt_ECHO = @lt_ECHO@ |
|
mandir = @mandir@ |
mandir = @mandir@ |
mkdir_p = @mkdir_p@ |
mkdir_p = @mkdir_p@ |
oldincludedir = @oldincludedir@ |
oldincludedir = @oldincludedir@ |
Line 176 pdfdir = @pdfdir@
|
Line 254 pdfdir = @pdfdir@
|
prefix = @prefix@ |
prefix = @prefix@ |
program_transform_name = @program_transform_name@ |
program_transform_name = @program_transform_name@ |
psdir = @psdir@ |
psdir = @psdir@ |
|
runstatedir = @runstatedir@ |
sbindir = @sbindir@ |
sbindir = @sbindir@ |
sharedstatedir = @sharedstatedir@ |
sharedstatedir = @sharedstatedir@ |
srcdir = @srcdir@ |
srcdir = @srcdir@ |
Line 185 top_build_prefix = @top_build_prefix@
|
Line 264 top_build_prefix = @top_build_prefix@
|
top_builddir = @top_builddir@ |
top_builddir = @top_builddir@ |
top_srcdir = @top_srcdir@ |
top_srcdir = @top_srcdir@ |
EXTRA_DIST = doxygen-footer.html doxygen-header.html doxygen.css tutorial.xml \ |
EXTRA_DIST = doxygen-footer.html doxygen-header.html doxygen.css tutorial.xml \ |
$(TUTORIAL_CSOURCES) css.xsl tutorial.css Doxyfile.in Doxyfile | $(TUTORIAL_CSOURCES) css.xsl tutorial.css Doxyfile.in Doxyfile |
|
|
|
|
# I'd like to have these programs only compile at 'make documentation' time. | # How can we conditionalize building these programs so they are only |
# How? | # built when calling 'make documentation'? |
# noinst_PROGRAMS = listing1 listing2 listing3 listing4 listing5 listing8 |
# noinst_PROGRAMS = listing1 listing2 listing3 listing4 listing5 listing8 |
LDADD = ../src/libconfuse.la |
LDADD = ../src/libconfuse.la |
INCLUDES = -I$(top_srcdir)/src | AM_CPPFLAGS = -I$(top_srcdir)/src |
AM_LDFLAGS = -L../src/ |
AM_LDFLAGS = -L../src/ |
TUTORIAL_CSOURCES = listing1.c listing2.c listing3.c listing4.c \ |
TUTORIAL_CSOURCES = listing1.c listing2.c listing3.c listing4.c \ |
listing5.c listing6.c listing7.c listing8.c |
listing5.c listing6.c listing7.c listing8.c |
|
|
TUTORIAL_LISTINGS = $(TUTORIAL_CSOURCES:.c=.xml) |
TUTORIAL_LISTINGS = $(TUTORIAL_CSOURCES:.c=.xml) |
CLEANFILES = *~ '\#*\#' $(TUTORIAL_LISTINGS) |
|
DISTCLEANFILES = |
|
MOSTLYCLEANFILES = tutorial.pdf |
MOSTLYCLEANFILES = tutorial.pdf |
|
DISTCLEANFILES = |
|
CLEANFILES = *~ '\#*\#' $(TUTORIAL_LISTINGS) |
all: all-am |
all: all-am |
|
|
.SUFFIXES: |
.SUFFIXES: |
.SUFFIXES: .c .xml |
.SUFFIXES: .c .xml |
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) | $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) |
@for dep in $?; do \ |
@for dep in $?; do \ |
case '$(am__configure_deps)' in \ |
case '$(am__configure_deps)' in \ |
*$$dep*) \ |
*$$dep*) \ |
Line 214 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir
|
Line 293 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir
|
exit 1;; \ |
exit 1;; \ |
esac; \ |
esac; \ |
done; \ |
done; \ |
echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu doc/Makefile'; \ | echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign doc/Makefile'; \ |
$(am__cd) $(top_srcdir) && \ |
$(am__cd) $(top_srcdir) && \ |
$(AUTOMAKE) --gnu doc/Makefile | $(AUTOMAKE) --foreign doc/Makefile |
.PRECIOUS: Makefile | |
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status |
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status |
@case '$?' in \ |
@case '$?' in \ |
*config.status*) \ |
*config.status*) \ |
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ |
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ |
*) \ |
*) \ |
echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ | echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ |
cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ | cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ |
esac; |
esac; |
|
|
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) |
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) |
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh |
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh |
|
|
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) | $(top_srcdir)/configure: $(am__configure_deps) |
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh |
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh |
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) | $(ACLOCAL_M4): $(am__aclocal_m4_deps) |
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh |
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh |
$(am__aclocal_m4_deps): |
$(am__aclocal_m4_deps): |
Doxyfile: $(top_builddir)/config.status $(srcdir)/Doxyfile.in |
Doxyfile: $(top_builddir)/config.status $(srcdir)/Doxyfile.in |
Line 243 mostlyclean-libtool:
|
Line 321 mostlyclean-libtool:
|
|
|
clean-libtool: |
clean-libtool: |
-rm -rf .libs _libs |
-rm -rf .libs _libs |
tags: TAGS | tags TAGS: |
TAGS: | |
|
|
ctags: CTAGS | ctags CTAGS: |
CTAGS: | |
|
|
|
cscope cscopelist: |
|
|
distdir: $(DISTFILES) | |
| distdir: $(BUILT_SOURCES) |
| $(MAKE) $(AM_MAKEFLAGS) distdir-am |
| |
| distdir-am: $(DISTFILES) |
@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ |
@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ |
topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ |
topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ |
list='$(DISTFILES)'; \ |
list='$(DISTFILES)'; \ |
Line 297 install-am: all-am
|
Line 378 install-am: all-am
|
|
|
installcheck: installcheck-am |
installcheck: installcheck-am |
install-strip: |
install-strip: |
$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ | if test -z '$(STRIP)'; then \ |
install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ | $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ |
`test -z '$(STRIP)' || \ | install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ |
echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install | install; \ |
| else \ |
| $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ |
| install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ |
| "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ |
| fi |
mostlyclean-generic: |
mostlyclean-generic: |
-test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES) |
-test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES) |
|
|
Line 321 clean-am: clean-generic clean-libtool mostlyclean-am
|
Line 407 clean-am: clean-generic clean-libtool mostlyclean-am
|
|
|
distclean: distclean-am |
distclean: distclean-am |
-rm -f Makefile |
-rm -f Makefile |
distclean-am: clean-am distclean-generic | distclean-am: clean-am distclean-generic distclean-local |
|
|
dvi: dvi-am |
dvi: dvi-am |
|
|
Line 384 uninstall-am:
|
Line 470 uninstall-am:
|
.MAKE: install-am install-strip |
.MAKE: install-am install-strip |
|
|
.PHONY: all all-am check check-am clean clean-generic clean-libtool \ |
.PHONY: all all-am check check-am clean clean-generic clean-libtool \ |
dist-hook distclean distclean-generic distclean-libtool \ | cscopelist-am ctags-am dist-hook distclean distclean-generic \ |
distdir dvi dvi-am html html-am info info-am install \ | distclean-libtool distclean-local distdir dvi dvi-am html \ |
install-am install-data install-data-am install-dvi \ | html-am info info-am install install-am install-data \ |
install-dvi-am install-exec install-exec-am install-html \ | install-data-am install-dvi install-dvi-am install-exec \ |
install-html-am install-info install-info-am install-man \ | install-exec-am install-html install-html-am install-info \ |
install-pdf install-pdf-am install-ps install-ps-am \ | install-info-am install-man install-pdf install-pdf-am \ |
install-strip installcheck installcheck-am installdirs \ | install-ps install-ps-am install-strip installcheck \ |
maintainer-clean maintainer-clean-generic mostlyclean \ | installcheck-am installdirs maintainer-clean \ |
mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ | maintainer-clean-generic mostlyclean mostlyclean-generic \ |
uninstall uninstall-am | mostlyclean-libtool pdf pdf-am ps ps-am tags-am uninstall \ |
| uninstall-am |
|
|
|
.PRECIOUS: Makefile |
|
|
|
|
.c.xml: |
.c.xml: |
echo "<programlisting id=\"$*\"><![CDATA[" > $@ | @echo "<programlisting id=\"$*\"><![CDATA[" > $@ |
sed = $< | sed 'N;s/\n/\t/' >> $@ | @sed = $< | sed 'N;s/\n/\t/' >> $@ |
echo ']]></programlisting>' >> $@ | @echo ']]></programlisting>' >> $@ |
|
|
tutorial-html/index.html: tutorial.xml $(TUTORIAL_LISTINGS) css.xsl tutorial.css |
tutorial-html/index.html: tutorial.xml $(TUTORIAL_LISTINGS) css.xsl tutorial.css |
xmllint --valid --noout $< && xmlto -o tutorial-html --extensions -m css.xsl xhtml $< | @xmllint --valid --noout --path . $< && xmlto -v --searchpath . -o tutorial-html \ |
cp -f tutorial.css tutorial-html/ | --extensions -m $(top_srcdir)/doc/css.xsl xhtml $< |
| @cp -f $(top_srcdir)/doc/tutorial.css tutorial-html/ |
|
|
tutorial.pdf: tutorial.xml $(TUTORIAL_LISTINGS) |
tutorial.pdf: tutorial.xml $(TUTORIAL_LISTINGS) |
xmllint --valid --noout $< && xmlto pdf $< | @xmllint --valid --noout --path . $< && xmlto pdf $< |
|
|
tutorial: tutorial-html |
tutorial: tutorial-html |
tutorial-html: tutorial-html/index.html |
tutorial-html: tutorial-html/index.html |
tutorial-pdf: tutorial.pdf |
tutorial-pdf: tutorial.pdf |
|
|
html/index.html: Doxyfile |
html/index.html: Doxyfile |
doxygen | @doxygen |
| |
| # Remove "Directory Reference", not needed |
doxygen-manual: html/index.html ../src/confuse.h |
doxygen-manual: html/index.html ../src/confuse.h |
|
@find man -name '_home_*' -exec rm {} \; |
|
|
documentation: tutorial doxygen-manual |
documentation: tutorial doxygen-manual |
|
|
dist-hook: tutorial doxygen-manual |
dist-hook: tutorial doxygen-manual |
cp -pr html $(distdir) | @cp -pr html $(distdir) |
cp -pr man $(distdir) | @cp -pr man $(distdir) |
cp -pr tutorial-html $(distdir) | @cp -pr tutorial-html $(distdir) |
|
|
celan: clean | # remove directories created by DoxyGen and xmlto to pass distcheck |
| distclean-local: |
| @rm -rfv html man tutorial-html |
|
|
# Tell versions [3.59,3.63) of GNU make to not export all variables. |
# Tell versions [3.59,3.63) of GNU make to not export all variables. |
# Otherwise a system limit (for SysV at least) may be exceeded. |
# Otherwise a system limit (for SysV at least) may be exceeded. |