| 1 | # Makefile.in generated by automake 1.9.4 from Makefile.am.
|
|---|
| 2 | # @configure_input@
|
|---|
| 3 |
|
|---|
| 4 | # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
|
|---|
| 5 | # 2003, 2004 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 | # $Id: Makefile.am,v 1.5 2004/04/11 17:56:46 karl Exp $
|
|---|
| 18 | # Makefile.am for texinfo/makeinfo.
|
|---|
| 19 | # Run automake in .. to produce Makefile.in from this.
|
|---|
| 20 | #
|
|---|
| 21 | # This file is free software; as a special exception the author gives
|
|---|
| 22 | # unlimited permission to copy and/or distribute it, with or without
|
|---|
| 23 | # modifications, as long as this notice is preserved.
|
|---|
| 24 | #
|
|---|
| 25 | # This program is distributed in the hope that it will be useful, but
|
|---|
| 26 | # WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
|
|---|
| 27 | # implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
|---|
| 28 |
|
|---|
| 29 | SOURCES = $(makeinfo_SOURCES)
|
|---|
| 30 |
|
|---|
| 31 | srcdir = @srcdir@
|
|---|
| 32 | top_srcdir = @top_srcdir@
|
|---|
| 33 | VPATH = @srcdir@
|
|---|
| 34 | pkgdatadir = $(datadir)/@PACKAGE@
|
|---|
| 35 | pkglibdir = $(libdir)/@PACKAGE@
|
|---|
| 36 | pkgincludedir = $(includedir)/@PACKAGE@
|
|---|
| 37 | top_builddir = ..
|
|---|
| 38 | am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
|
|---|
| 39 | INSTALL = @INSTALL@
|
|---|
| 40 | install_sh_DATA = $(install_sh) -c -m 644
|
|---|
| 41 | install_sh_PROGRAM = $(install_sh) -c
|
|---|
| 42 | install_sh_SCRIPT = $(install_sh) -c
|
|---|
| 43 | INSTALL_HEADER = $(INSTALL_DATA)
|
|---|
| 44 | transform = $(program_transform_name)
|
|---|
| 45 | NORMAL_INSTALL = :
|
|---|
| 46 | PRE_INSTALL = :
|
|---|
| 47 | POST_INSTALL = :
|
|---|
| 48 | NORMAL_UNINSTALL = :
|
|---|
| 49 | PRE_UNINSTALL = :
|
|---|
| 50 | POST_UNINSTALL = :
|
|---|
| 51 | build_triplet = @build@
|
|---|
| 52 | host_triplet = @host@
|
|---|
| 53 | bin_PROGRAMS = makeinfo$(EXEEXT)
|
|---|
| 54 | subdir = makeinfo
|
|---|
| 55 | DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in
|
|---|
| 56 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
|---|
| 57 | am__aclocal_m4_deps = $(top_srcdir)/m4/codeset.m4 \
|
|---|
| 58 | $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/glibc21.m4 \
|
|---|
| 59 | $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/intdiv0.m4 \
|
|---|
| 60 | $(top_srcdir)/m4/intmax.m4 $(top_srcdir)/m4/inttypes-pri.m4 \
|
|---|
| 61 | $(top_srcdir)/m4/inttypes.m4 $(top_srcdir)/m4/inttypes_h.m4 \
|
|---|
| 62 | $(top_srcdir)/m4/lcmessage.m4 $(top_srcdir)/m4/lib-ld.m4 \
|
|---|
| 63 | $(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \
|
|---|
| 64 | $(top_srcdir)/m4/longdouble.m4 $(top_srcdir)/m4/longlong.m4 \
|
|---|
| 65 | $(top_srcdir)/m4/mkstemp.m4 $(top_srcdir)/m4/nls.m4 \
|
|---|
| 66 | $(top_srcdir)/m4/onceonly_2_57.m4 $(top_srcdir)/m4/po.m4 \
|
|---|
| 67 | $(top_srcdir)/m4/printf-posix.m4 $(top_srcdir)/m4/progtest.m4 \
|
|---|
| 68 | $(top_srcdir)/m4/signed.m4 $(top_srcdir)/m4/size_max.m4 \
|
|---|
| 69 | $(top_srcdir)/m4/stdint_h.m4 $(top_srcdir)/m4/strcase.m4 \
|
|---|
| 70 | $(top_srcdir)/m4/uintmax_t.m4 $(top_srcdir)/m4/ulonglong.m4 \
|
|---|
| 71 | $(top_srcdir)/m4/wchar_t.m4 $(top_srcdir)/m4/wint_t.m4 \
|
|---|
| 72 | $(top_srcdir)/m4/xsize.m4 $(top_srcdir)/configure.ac
|
|---|
| 73 | am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
|
|---|
| 74 | $(ACLOCAL_M4)
|
|---|
| 75 | mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
|
|---|
| 76 | CONFIG_HEADER = $(top_builddir)/config.h
|
|---|
| 77 | CONFIG_CLEAN_FILES =
|
|---|
| 78 | am__installdirs = "$(DESTDIR)$(bindir)"
|
|---|
| 79 | binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
|
|---|
| 80 | PROGRAMS = $(bin_PROGRAMS)
|
|---|
| 81 | am_makeinfo_OBJECTS = cmds.$(OBJEXT) defun.$(OBJEXT) files.$(OBJEXT) \
|
|---|
| 82 | float.$(OBJEXT) footnote.$(OBJEXT) html.$(OBJEXT) \
|
|---|
| 83 | index.$(OBJEXT) insertion.$(OBJEXT) lang.$(OBJEXT) \
|
|---|
| 84 | macro.$(OBJEXT) makeinfo.$(OBJEXT) multi.$(OBJEXT) \
|
|---|
| 85 | node.$(OBJEXT) sectioning.$(OBJEXT) toc.$(OBJEXT) \
|
|---|
| 86 | xml.$(OBJEXT) xref.$(OBJEXT)
|
|---|
| 87 | makeinfo_OBJECTS = $(am_makeinfo_OBJECTS)
|
|---|
| 88 | makeinfo_LDADD = $(LDADD)
|
|---|
| 89 | am__DEPENDENCIES_1 =
|
|---|
| 90 | makeinfo_DEPENDENCIES = ../lib/libtxi.a $(am__DEPENDENCIES_1)
|
|---|
| 91 | DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
|
|---|
| 92 | depcomp = $(SHELL) $(top_srcdir)/depcomp
|
|---|
| 93 | am__depfiles_maybe = depfiles
|
|---|
| 94 | COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
|
|---|
| 95 | $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
|
|---|
| 96 | CCLD = $(CC)
|
|---|
| 97 | LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
|
|---|
| 98 | SOURCES = $(makeinfo_SOURCES)
|
|---|
| 99 | DIST_SOURCES = $(makeinfo_SOURCES)
|
|---|
| 100 | RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
|
|---|
| 101 | html-recursive info-recursive install-data-recursive \
|
|---|
| 102 | install-exec-recursive install-info-recursive \
|
|---|
| 103 | install-recursive installcheck-recursive installdirs-recursive \
|
|---|
| 104 | pdf-recursive ps-recursive uninstall-info-recursive \
|
|---|
| 105 | uninstall-recursive
|
|---|
| 106 | ETAGS = etags
|
|---|
| 107 | CTAGS = ctags
|
|---|
| 108 | DIST_SUBDIRS = $(SUBDIRS)
|
|---|
| 109 | DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
|
|---|
| 110 | ACLOCAL = @ACLOCAL@
|
|---|
| 111 | ALLOCA = @ALLOCA@
|
|---|
| 112 | AMDEP_FALSE = @AMDEP_FALSE@
|
|---|
| 113 | AMDEP_TRUE = @AMDEP_TRUE@
|
|---|
| 114 | AMTAR = @AMTAR@
|
|---|
| 115 | AUTOCONF = @AUTOCONF@
|
|---|
| 116 | AUTOHEADER = @AUTOHEADER@
|
|---|
| 117 | AUTOMAKE = @AUTOMAKE@
|
|---|
| 118 | AWK = @AWK@
|
|---|
| 119 | BUILD_INCLUDED_LIBINTL = @BUILD_INCLUDED_LIBINTL@
|
|---|
| 120 | CATOBJEXT = @CATOBJEXT@
|
|---|
| 121 | CC = @CC@
|
|---|
| 122 | CCDEPMODE = @CCDEPMODE@
|
|---|
| 123 | CFLAGS = @CFLAGS@
|
|---|
| 124 | CPP = @CPP@
|
|---|
| 125 | CPPFLAGS = @CPPFLAGS@
|
|---|
| 126 | CYGPATH_W = @CYGPATH_W@
|
|---|
| 127 | DATADIRNAME = @DATADIRNAME@
|
|---|
| 128 | DEFS = @DEFS@
|
|---|
| 129 | DEPDIR = @DEPDIR@
|
|---|
| 130 | ECHO_C = @ECHO_C@
|
|---|
| 131 | ECHO_N = @ECHO_N@
|
|---|
| 132 | ECHO_T = @ECHO_T@
|
|---|
| 133 | EGREP = @EGREP@
|
|---|
| 134 | EXEEXT = @EXEEXT@
|
|---|
| 135 | GENCAT = @GENCAT@
|
|---|
| 136 | GLIBC21 = @GLIBC21@
|
|---|
| 137 | GMSGFMT = @GMSGFMT@
|
|---|
| 138 | HAVE_ASPRINTF = @HAVE_ASPRINTF@
|
|---|
| 139 | HAVE_POSIX_PRINTF = @HAVE_POSIX_PRINTF@
|
|---|
| 140 | HAVE_SNPRINTF = @HAVE_SNPRINTF@
|
|---|
| 141 | HAVE_WPRINTF = @HAVE_WPRINTF@
|
|---|
| 142 | HELP2MAN = @HELP2MAN@
|
|---|
| 143 | INSTALL_DATA = @INSTALL_DATA@
|
|---|
| 144 | INSTALL_PROGRAM = @INSTALL_PROGRAM@
|
|---|
| 145 | INSTALL_SCRIPT = @INSTALL_SCRIPT@
|
|---|
| 146 | INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
|
|---|
| 147 | INSTALL_WARNINGS_FALSE = @INSTALL_WARNINGS_FALSE@
|
|---|
| 148 | INSTALL_WARNINGS_TRUE = @INSTALL_WARNINGS_TRUE@
|
|---|
| 149 | INSTOBJEXT = @INSTOBJEXT@
|
|---|
| 150 | INTLBISON = @INTLBISON@
|
|---|
| 151 | INTLLIBS = @INTLLIBS@
|
|---|
| 152 | INTLOBJS = @INTLOBJS@
|
|---|
| 153 | INTL_LIBTOOL_SUFFIX_PREFIX = @INTL_LIBTOOL_SUFFIX_PREFIX@
|
|---|
| 154 | LDFLAGS = @LDFLAGS@
|
|---|
| 155 | LIBICONV = @LIBICONV@
|
|---|
| 156 | LIBINTL = @LIBINTL@
|
|---|
| 157 | LIBOBJS = @LIBOBJS@
|
|---|
| 158 | LIBS = @LIBS@
|
|---|
| 159 | LTLIBICONV = @LTLIBICONV@
|
|---|
| 160 | LTLIBINTL = @LTLIBINTL@
|
|---|
| 161 | LTLIBOBJS = @LTLIBOBJS@
|
|---|
| 162 | MAINT = @MAINT@
|
|---|
| 163 | MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
|
|---|
| 164 | MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
|
|---|
| 165 | MAKEINFO = @MAKEINFO@
|
|---|
| 166 | MKINSTALLDIRS = @MKINSTALLDIRS@
|
|---|
| 167 | MSGFMT = @MSGFMT@
|
|---|
| 168 | MSGMERGE = @MSGMERGE@
|
|---|
| 169 | OBJEXT = @OBJEXT@
|
|---|
| 170 | PACKAGE = @PACKAGE@
|
|---|
| 171 | PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
|
|---|
| 172 | PACKAGE_NAME = @PACKAGE_NAME@
|
|---|
| 173 | PACKAGE_STRING = @PACKAGE_STRING@
|
|---|
| 174 | PACKAGE_TARNAME = @PACKAGE_TARNAME@
|
|---|
| 175 | PACKAGE_VERSION = @PACKAGE_VERSION@
|
|---|
| 176 | PATH_SEPARATOR = @PATH_SEPARATOR@
|
|---|
| 177 | POSUB = @POSUB@
|
|---|
| 178 | RANLIB = @RANLIB@
|
|---|
| 179 | SET_MAKE = @SET_MAKE@
|
|---|
| 180 | SHELL = @SHELL@
|
|---|
| 181 | STRIP = @STRIP@
|
|---|
| 182 | TERMLIBS = @TERMLIBS@
|
|---|
| 183 | TOOLS_ONLY_FALSE = @TOOLS_ONLY_FALSE@
|
|---|
| 184 | TOOLS_ONLY_TRUE = @TOOLS_ONLY_TRUE@
|
|---|
| 185 | USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@
|
|---|
| 186 | USE_NLS = @USE_NLS@
|
|---|
| 187 | VERSION = @VERSION@
|
|---|
| 188 | XGETTEXT = @XGETTEXT@
|
|---|
| 189 | ac_ct_CC = @ac_ct_CC@
|
|---|
| 190 | ac_ct_RANLIB = @ac_ct_RANLIB@
|
|---|
| 191 | ac_ct_STRIP = @ac_ct_STRIP@
|
|---|
| 192 | am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
|
|---|
| 193 | am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
|
|---|
| 194 | am__include = @am__include@
|
|---|
| 195 | am__leading_dot = @am__leading_dot@
|
|---|
| 196 | am__quote = @am__quote@
|
|---|
| 197 | am__tar = @am__tar@
|
|---|
| 198 | am__untar = @am__untar@
|
|---|
| 199 | bindir = @bindir@
|
|---|
| 200 | build = @build@
|
|---|
| 201 | build_alias = @build_alias@
|
|---|
| 202 | build_cpu = @build_cpu@
|
|---|
| 203 | build_os = @build_os@
|
|---|
| 204 | build_vendor = @build_vendor@
|
|---|
| 205 | datadir = @datadir@
|
|---|
| 206 | exec_prefix = @exec_prefix@
|
|---|
| 207 | host = @host@
|
|---|
| 208 | host_alias = @host_alias@
|
|---|
| 209 | host_cpu = @host_cpu@
|
|---|
| 210 | host_os = @host_os@
|
|---|
| 211 | host_vendor = @host_vendor@
|
|---|
| 212 | includedir = @includedir@
|
|---|
| 213 | infodir = @infodir@
|
|---|
| 214 | install_sh = @install_sh@
|
|---|
| 215 | libdir = @libdir@
|
|---|
| 216 | libexecdir = @libexecdir@
|
|---|
| 217 | localstatedir = @localstatedir@
|
|---|
| 218 | mandir = @mandir@
|
|---|
| 219 | mkdir_p = @mkdir_p@
|
|---|
| 220 | native_tools = @native_tools@
|
|---|
| 221 | oldincludedir = @oldincludedir@
|
|---|
| 222 | prefix = @prefix@
|
|---|
| 223 | program_transform_name = @program_transform_name@
|
|---|
| 224 | sbindir = @sbindir@
|
|---|
| 225 | sharedstatedir = @sharedstatedir@
|
|---|
| 226 | sysconfdir = @sysconfdir@
|
|---|
| 227 | target_alias = @target_alias@
|
|---|
| 228 | localedir = $(datadir)/locale
|
|---|
| 229 | INCLUDES = -I$(top_srcdir)/lib -I../intl -DLOCALEDIR=\"$(localedir)\"
|
|---|
| 230 | LDADD = ../lib/libtxi.a $(LIBINTL)
|
|---|
| 231 | makeinfo_SOURCES = \
|
|---|
| 232 | cmds.c cmds.h defun.c defun.h \
|
|---|
| 233 | files.c files.h float.c float.h footnote.c footnote.h \
|
|---|
| 234 | html.c html.h index.c index.h insertion.c insertion.h lang.c lang.h \
|
|---|
| 235 | macro.c macro.h makeinfo.c makeinfo.h multi.c multi.h node.c node.h \
|
|---|
| 236 | sectioning.c sectioning.h toc.c toc.h xml.c xml.h xref.c xref.h
|
|---|
| 237 |
|
|---|
| 238 | EXTRA_DIST = README
|
|---|
| 239 | SUBDIRS = tests
|
|---|
| 240 | all: all-recursive
|
|---|
| 241 |
|
|---|
| 242 | .SUFFIXES:
|
|---|
| 243 | .SUFFIXES: .c .o .obj
|
|---|
| 244 | $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
|
|---|
| 245 | @for dep in $?; do \
|
|---|
| 246 | case '$(am__configure_deps)' in \
|
|---|
| 247 | *$$dep*) \
|
|---|
| 248 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
|
|---|
| 249 | && exit 0; \
|
|---|
| 250 | exit 1;; \
|
|---|
| 251 | esac; \
|
|---|
| 252 | done; \
|
|---|
| 253 | echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu makeinfo/Makefile'; \
|
|---|
| 254 | cd $(top_srcdir) && \
|
|---|
| 255 | $(AUTOMAKE) --gnu makeinfo/Makefile
|
|---|
| 256 | .PRECIOUS: Makefile
|
|---|
| 257 | Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
|
|---|
| 258 | @case '$?' in \
|
|---|
| 259 | *config.status*) \
|
|---|
| 260 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
|
|---|
| 261 | *) \
|
|---|
| 262 | echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
|
|---|
| 263 | cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
|
|---|
| 264 | esac;
|
|---|
| 265 |
|
|---|
| 266 | $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
|
|---|
| 267 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
|---|
| 268 |
|
|---|
| 269 | $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
|
|---|
| 270 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
|---|
| 271 | $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
|
|---|
| 272 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
|---|
| 273 | install-binPROGRAMS: $(bin_PROGRAMS)
|
|---|
| 274 | @$(NORMAL_INSTALL)
|
|---|
| 275 | test -z "$(bindir)" || $(mkdir_p) "$(DESTDIR)$(bindir)"
|
|---|
| 276 | @list='$(bin_PROGRAMS)'; for p in $$list; do \
|
|---|
| 277 | p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
|
|---|
| 278 | if test -f $$p \
|
|---|
| 279 | ; then \
|
|---|
| 280 | f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
|
|---|
| 281 | echo " $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \
|
|---|
| 282 | $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(bindir)/$$f" || exit 1; \
|
|---|
| 283 | else :; fi; \
|
|---|
| 284 | done
|
|---|
| 285 |
|
|---|
| 286 | uninstall-binPROGRAMS:
|
|---|
| 287 | @$(NORMAL_UNINSTALL)
|
|---|
| 288 | @list='$(bin_PROGRAMS)'; for p in $$list; do \
|
|---|
| 289 | f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
|
|---|
| 290 | echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \
|
|---|
| 291 | rm -f "$(DESTDIR)$(bindir)/$$f"; \
|
|---|
| 292 | done
|
|---|
| 293 |
|
|---|
| 294 | clean-binPROGRAMS:
|
|---|
| 295 | -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
|
|---|
| 296 | makeinfo$(EXEEXT): $(makeinfo_OBJECTS) $(makeinfo_DEPENDENCIES)
|
|---|
| 297 | @rm -f makeinfo$(EXEEXT)
|
|---|
| 298 | $(LINK) $(makeinfo_LDFLAGS) $(makeinfo_OBJECTS) $(makeinfo_LDADD) $(LIBS)
|
|---|
| 299 |
|
|---|
| 300 | mostlyclean-compile:
|
|---|
| 301 | -rm -f *.$(OBJEXT)
|
|---|
| 302 |
|
|---|
| 303 | distclean-compile:
|
|---|
| 304 | -rm -f *.tab.c
|
|---|
| 305 |
|
|---|
| 306 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cmds.Po@am__quote@
|
|---|
| 307 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/defun.Po@am__quote@
|
|---|
| 308 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/files.Po@am__quote@
|
|---|
| 309 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/float.Po@am__quote@
|
|---|
| 310 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/footnote.Po@am__quote@
|
|---|
| 311 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/html.Po@am__quote@
|
|---|
| 312 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/index.Po@am__quote@
|
|---|
| 313 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/insertion.Po@am__quote@
|
|---|
| 314 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lang.Po@am__quote@
|
|---|
| 315 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/macro.Po@am__quote@
|
|---|
| 316 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/makeinfo.Po@am__quote@
|
|---|
| 317 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/multi.Po@am__quote@
|
|---|
| 318 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/node.Po@am__quote@
|
|---|
| 319 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sectioning.Po@am__quote@
|
|---|
| 320 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/toc.Po@am__quote@
|
|---|
| 321 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xml.Po@am__quote@
|
|---|
| 322 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xref.Po@am__quote@
|
|---|
| 323 |
|
|---|
| 324 | .c.o:
|
|---|
| 325 | @am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
|
|---|
| 326 | @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
|
|---|
| 327 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
|
|---|
| 328 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
|---|
| 329 | @am__fastdepCC_FALSE@ $(COMPILE) -c $<
|
|---|
| 330 |
|
|---|
| 331 | .c.obj:
|
|---|
| 332 | @am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
|
|---|
| 333 | @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
|
|---|
| 334 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
|
|---|
| 335 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
|---|
| 336 | @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
|
|---|
| 337 | uninstall-info-am:
|
|---|
| 338 |
|
|---|
| 339 | # This directory's subdirectories are mostly independent; you can cd
|
|---|
| 340 | # into them and run `make' without going through this Makefile.
|
|---|
| 341 | # To change the values of `make' variables: instead of editing Makefiles,
|
|---|
| 342 | # (1) if the variable is set in `config.status', edit `config.status'
|
|---|
| 343 | # (which will cause the Makefiles to be regenerated when you run `make');
|
|---|
| 344 | # (2) otherwise, pass the desired values on the `make' command line.
|
|---|
| 345 | $(RECURSIVE_TARGETS):
|
|---|
| 346 | @set fnord $$MAKEFLAGS; amf=$$2; \
|
|---|
| 347 | dot_seen=no; \
|
|---|
| 348 | target=`echo $@ | sed s/-recursive//`; \
|
|---|
| 349 | list='$(SUBDIRS)'; for subdir in $$list; do \
|
|---|
| 350 | echo "Making $$target in $$subdir"; \
|
|---|
| 351 | if test "$$subdir" = "."; then \
|
|---|
| 352 | dot_seen=yes; \
|
|---|
| 353 | local_target="$$target-am"; \
|
|---|
| 354 | else \
|
|---|
| 355 | local_target="$$target"; \
|
|---|
| 356 | fi; \
|
|---|
| 357 | (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
|
|---|
| 358 | || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
|
|---|
| 359 | done; \
|
|---|
| 360 | if test "$$dot_seen" = "no"; then \
|
|---|
| 361 | $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
|
|---|
| 362 | fi; test -z "$$fail"
|
|---|
| 363 |
|
|---|
| 364 | mostlyclean-recursive clean-recursive distclean-recursive \
|
|---|
| 365 | maintainer-clean-recursive:
|
|---|
| 366 | @set fnord $$MAKEFLAGS; amf=$$2; \
|
|---|
| 367 | dot_seen=no; \
|
|---|
| 368 | case "$@" in \
|
|---|
| 369 | distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
|
|---|
| 370 | *) list='$(SUBDIRS)' ;; \
|
|---|
| 371 | esac; \
|
|---|
| 372 | rev=''; for subdir in $$list; do \
|
|---|
| 373 | if test "$$subdir" = "."; then :; else \
|
|---|
| 374 | rev="$$subdir $$rev"; \
|
|---|
| 375 | fi; \
|
|---|
| 376 | done; \
|
|---|
| 377 | rev="$$rev ."; \
|
|---|
| 378 | target=`echo $@ | sed s/-recursive//`; \
|
|---|
| 379 | for subdir in $$rev; do \
|
|---|
| 380 | echo "Making $$target in $$subdir"; \
|
|---|
| 381 | if test "$$subdir" = "."; then \
|
|---|
| 382 | local_target="$$target-am"; \
|
|---|
| 383 | else \
|
|---|
| 384 | local_target="$$target"; \
|
|---|
| 385 | fi; \
|
|---|
| 386 | (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
|
|---|
| 387 | || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
|
|---|
| 388 | done && test -z "$$fail"
|
|---|
| 389 | tags-recursive:
|
|---|
| 390 | list='$(SUBDIRS)'; for subdir in $$list; do \
|
|---|
| 391 | test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
|
|---|
| 392 | done
|
|---|
| 393 | ctags-recursive:
|
|---|
| 394 | list='$(SUBDIRS)'; for subdir in $$list; do \
|
|---|
| 395 | test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
|
|---|
| 396 | done
|
|---|
| 397 |
|
|---|
| 398 | ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
|
|---|
| 399 | list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
|
|---|
| 400 | unique=`for i in $$list; do \
|
|---|
| 401 | if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
|
|---|
| 402 | done | \
|
|---|
| 403 | $(AWK) ' { files[$$0] = 1; } \
|
|---|
| 404 | END { for (i in files) print i; }'`; \
|
|---|
| 405 | mkid -fID $$unique
|
|---|
| 406 | tags: TAGS
|
|---|
| 407 |
|
|---|
| 408 | TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
|
|---|
| 409 | $(TAGS_FILES) $(LISP)
|
|---|
| 410 | tags=; \
|
|---|
| 411 | here=`pwd`; \
|
|---|
| 412 | if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
|
|---|
| 413 | include_option=--etags-include; \
|
|---|
| 414 | empty_fix=.; \
|
|---|
| 415 | else \
|
|---|
| 416 | include_option=--include; \
|
|---|
| 417 | empty_fix=; \
|
|---|
| 418 | fi; \
|
|---|
| 419 | list='$(SUBDIRS)'; for subdir in $$list; do \
|
|---|
| 420 | if test "$$subdir" = .; then :; else \
|
|---|
| 421 | test ! -f $$subdir/TAGS || \
|
|---|
| 422 | tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
|
|---|
| 423 | fi; \
|
|---|
| 424 | done; \
|
|---|
| 425 | list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
|
|---|
| 426 | unique=`for i in $$list; do \
|
|---|
| 427 | if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
|
|---|
| 428 | done | \
|
|---|
| 429 | $(AWK) ' { files[$$0] = 1; } \
|
|---|
| 430 | END { for (i in files) print i; }'`; \
|
|---|
| 431 | if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
|
|---|
| 432 | test -n "$$unique" || unique=$$empty_fix; \
|
|---|
| 433 | $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
|
|---|
| 434 | $$tags $$unique; \
|
|---|
| 435 | fi
|
|---|
| 436 | ctags: CTAGS
|
|---|
| 437 | CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
|
|---|
| 438 | $(TAGS_FILES) $(LISP)
|
|---|
| 439 | tags=; \
|
|---|
| 440 | here=`pwd`; \
|
|---|
| 441 | list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
|
|---|
| 442 | unique=`for i in $$list; do \
|
|---|
| 443 | if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
|
|---|
| 444 | done | \
|
|---|
| 445 | $(AWK) ' { files[$$0] = 1; } \
|
|---|
| 446 | END { for (i in files) print i; }'`; \
|
|---|
| 447 | test -z "$(CTAGS_ARGS)$$tags$$unique" \
|
|---|
| 448 | || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
|
|---|
| 449 | $$tags $$unique
|
|---|
| 450 |
|
|---|
| 451 | GTAGS:
|
|---|
| 452 | here=`$(am__cd) $(top_builddir) && pwd` \
|
|---|
| 453 | && cd $(top_srcdir) \
|
|---|
| 454 | && gtags -i $(GTAGS_ARGS) $$here
|
|---|
| 455 |
|
|---|
| 456 | distclean-tags:
|
|---|
| 457 | -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
|
|---|
| 458 |
|
|---|
| 459 | distdir: $(DISTFILES)
|
|---|
| 460 | @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
|
|---|
| 461 | topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
|
|---|
| 462 | list='$(DISTFILES)'; for file in $$list; do \
|
|---|
| 463 | case $$file in \
|
|---|
| 464 | $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
|
|---|
| 465 | $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
|
|---|
| 466 | esac; \
|
|---|
| 467 | if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
|
|---|
| 468 | dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
|
|---|
| 469 | if test "$$dir" != "$$file" && test "$$dir" != "."; then \
|
|---|
| 470 | dir="/$$dir"; \
|
|---|
| 471 | $(mkdir_p) "$(distdir)$$dir"; \
|
|---|
| 472 | else \
|
|---|
| 473 | dir=''; \
|
|---|
| 474 | fi; \
|
|---|
| 475 | if test -d $$d/$$file; then \
|
|---|
| 476 | if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
|
|---|
| 477 | cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
|
|---|
| 478 | fi; \
|
|---|
| 479 | cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
|
|---|
| 480 | else \
|
|---|
| 481 | test -f $(distdir)/$$file \
|
|---|
| 482 | || cp -p $$d/$$file $(distdir)/$$file \
|
|---|
| 483 | || exit 1; \
|
|---|
| 484 | fi; \
|
|---|
| 485 | done
|
|---|
| 486 | list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
|
|---|
| 487 | if test "$$subdir" = .; then :; else \
|
|---|
| 488 | test -d "$(distdir)/$$subdir" \
|
|---|
| 489 | || $(mkdir_p) "$(distdir)/$$subdir" \
|
|---|
| 490 | || exit 1; \
|
|---|
| 491 | distdir=`$(am__cd) $(distdir) && pwd`; \
|
|---|
| 492 | top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
|
|---|
| 493 | (cd $$subdir && \
|
|---|
| 494 | $(MAKE) $(AM_MAKEFLAGS) \
|
|---|
| 495 | top_distdir="$$top_distdir" \
|
|---|
| 496 | distdir="$$distdir/$$subdir" \
|
|---|
| 497 | distdir) \
|
|---|
| 498 | || exit 1; \
|
|---|
| 499 | fi; \
|
|---|
| 500 | done
|
|---|
| 501 | check-am: all-am
|
|---|
| 502 | check: check-recursive
|
|---|
| 503 | all-am: Makefile $(PROGRAMS)
|
|---|
| 504 | installdirs: installdirs-recursive
|
|---|
| 505 | installdirs-am:
|
|---|
| 506 | for dir in "$(DESTDIR)$(bindir)"; do \
|
|---|
| 507 | test -z "$$dir" || $(mkdir_p) "$$dir"; \
|
|---|
| 508 | done
|
|---|
| 509 | install: install-recursive
|
|---|
| 510 | install-exec: install-exec-recursive
|
|---|
| 511 | install-data: install-data-recursive
|
|---|
| 512 | uninstall: uninstall-recursive
|
|---|
| 513 |
|
|---|
| 514 | install-am: all-am
|
|---|
| 515 | @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
|
|---|
| 516 |
|
|---|
| 517 | installcheck: installcheck-recursive
|
|---|
| 518 | install-strip:
|
|---|
| 519 | $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
|
|---|
| 520 | install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
|
|---|
| 521 | `test -z '$(STRIP)' || \
|
|---|
| 522 | echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
|
|---|
| 523 | mostlyclean-generic:
|
|---|
| 524 |
|
|---|
| 525 | clean-generic:
|
|---|
| 526 |
|
|---|
| 527 | distclean-generic:
|
|---|
| 528 | -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
|
|---|
| 529 |
|
|---|
| 530 | maintainer-clean-generic:
|
|---|
| 531 | @echo "This command is intended for maintainers to use"
|
|---|
| 532 | @echo "it deletes files that may require special tools to rebuild."
|
|---|
| 533 | clean: clean-recursive
|
|---|
| 534 |
|
|---|
| 535 | clean-am: clean-binPROGRAMS clean-generic mostlyclean-am
|
|---|
| 536 |
|
|---|
| 537 | distclean: distclean-recursive
|
|---|
| 538 | -rm -rf ./$(DEPDIR)
|
|---|
| 539 | -rm -f Makefile
|
|---|
| 540 | distclean-am: clean-am distclean-compile distclean-generic \
|
|---|
| 541 | distclean-tags
|
|---|
| 542 |
|
|---|
| 543 | dvi: dvi-recursive
|
|---|
| 544 |
|
|---|
| 545 | dvi-am:
|
|---|
| 546 |
|
|---|
| 547 | html: html-recursive
|
|---|
| 548 |
|
|---|
| 549 | info: info-recursive
|
|---|
| 550 |
|
|---|
| 551 | info-am:
|
|---|
| 552 |
|
|---|
| 553 | install-data-am:
|
|---|
| 554 |
|
|---|
| 555 | install-exec-am: install-binPROGRAMS
|
|---|
| 556 |
|
|---|
| 557 | install-info: install-info-recursive
|
|---|
| 558 |
|
|---|
| 559 | install-man:
|
|---|
| 560 |
|
|---|
| 561 | installcheck-am:
|
|---|
| 562 |
|
|---|
| 563 | maintainer-clean: maintainer-clean-recursive
|
|---|
| 564 | -rm -rf ./$(DEPDIR)
|
|---|
| 565 | -rm -f Makefile
|
|---|
| 566 | maintainer-clean-am: distclean-am maintainer-clean-generic
|
|---|
| 567 |
|
|---|
| 568 | mostlyclean: mostlyclean-recursive
|
|---|
| 569 |
|
|---|
| 570 | mostlyclean-am: mostlyclean-compile mostlyclean-generic
|
|---|
| 571 |
|
|---|
| 572 | pdf: pdf-recursive
|
|---|
| 573 |
|
|---|
| 574 | pdf-am:
|
|---|
| 575 |
|
|---|
| 576 | ps: ps-recursive
|
|---|
| 577 |
|
|---|
| 578 | ps-am:
|
|---|
| 579 |
|
|---|
| 580 | uninstall-am: uninstall-binPROGRAMS uninstall-info-am
|
|---|
| 581 |
|
|---|
| 582 | uninstall-info: uninstall-info-recursive
|
|---|
| 583 |
|
|---|
| 584 | .PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
|
|---|
| 585 | clean clean-binPROGRAMS clean-generic clean-recursive ctags \
|
|---|
| 586 | ctags-recursive distclean distclean-compile distclean-generic \
|
|---|
| 587 | distclean-recursive distclean-tags distdir dvi dvi-am html \
|
|---|
| 588 | html-am info info-am install install-am install-binPROGRAMS \
|
|---|
| 589 | install-data install-data-am install-exec install-exec-am \
|
|---|
| 590 | install-info install-info-am install-man install-strip \
|
|---|
| 591 | installcheck installcheck-am installdirs installdirs-am \
|
|---|
| 592 | maintainer-clean maintainer-clean-generic \
|
|---|
| 593 | maintainer-clean-recursive mostlyclean mostlyclean-compile \
|
|---|
| 594 | mostlyclean-generic mostlyclean-recursive pdf pdf-am ps ps-am \
|
|---|
| 595 | tags tags-recursive uninstall uninstall-am \
|
|---|
| 596 | uninstall-binPROGRAMS uninstall-info-am
|
|---|
| 597 |
|
|---|
| 598 | # Tell versions [3.59,3.63) of GNU make to not export all variables.
|
|---|
| 599 | # Otherwise a system limit (for SysV at least) may be exceeded.
|
|---|
| 600 | .NOEXPORT:
|
|---|