[898] | 1 | # Makefile.in generated by automake 1.9.6 from Makefile.am. |
---|
| 2 | # @configure_input@ |
---|
| 3 | |
---|
| 4 | # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, |
---|
| 5 | # 2003, 2004, 2005 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 | srcdir = @srcdir@ |
---|
| 18 | top_srcdir = @top_srcdir@ |
---|
| 19 | VPATH = @srcdir@ |
---|
| 20 | pkgdatadir = $(datadir)/@PACKAGE@ |
---|
| 21 | pkglibdir = $(libdir)/@PACKAGE@ |
---|
| 22 | pkgincludedir = $(includedir)/@PACKAGE@ |
---|
| 23 | top_builddir = .. |
---|
| 24 | am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd |
---|
| 25 | INSTALL = @INSTALL@ |
---|
| 26 | install_sh_DATA = $(install_sh) -c -m 644 |
---|
| 27 | install_sh_PROGRAM = $(install_sh) -c |
---|
| 28 | install_sh_SCRIPT = $(install_sh) -c |
---|
| 29 | INSTALL_HEADER = $(INSTALL_DATA) |
---|
| 30 | transform = $(program_transform_name) |
---|
| 31 | NORMAL_INSTALL = : |
---|
| 32 | PRE_INSTALL = : |
---|
| 33 | POST_INSTALL = : |
---|
| 34 | NORMAL_UNINSTALL = : |
---|
| 35 | PRE_UNINSTALL = : |
---|
| 36 | POST_UNINSTALL = : |
---|
| 37 | build_triplet = @build@ |
---|
| 38 | host_triplet = @host@ |
---|
| 39 | subdir = include |
---|
| 40 | DIST_COMMON = $(nobase_include_HEADERS) $(srcdir)/Makefile.am \ |
---|
| 41 | $(srcdir)/Makefile.in |
---|
| 42 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 |
---|
| 43 | am__aclocal_m4_deps = $(top_srcdir)/configure.ac |
---|
| 44 | am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ |
---|
| 45 | $(ACLOCAL_M4) |
---|
| 46 | mkinstalldirs = $(install_sh) -d |
---|
| 47 | CONFIG_HEADER = $(top_builddir)/config.h |
---|
| 48 | CONFIG_CLEAN_FILES = |
---|
| 49 | SOURCES = |
---|
| 50 | DIST_SOURCES = |
---|
| 51 | am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; |
---|
| 52 | am__vpath_adj = case $$p in \ |
---|
| 53 | $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ |
---|
| 54 | *) f=$$p;; \ |
---|
| 55 | esac; |
---|
| 56 | am__strip_dir = `echo $$p | sed -e 's|^.*/||'`; |
---|
| 57 | am__installdirs = "$(DESTDIR)$(includedir)" |
---|
| 58 | nobase_includeHEADERS_INSTALL = $(install_sh_DATA) |
---|
| 59 | HEADERS = $(nobase_include_HEADERS) |
---|
| 60 | ETAGS = etags |
---|
| 61 | CTAGS = ctags |
---|
| 62 | DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) |
---|
| 63 | ACLOCAL = @ACLOCAL@ |
---|
| 64 | AMDEP_FALSE = @AMDEP_FALSE@ |
---|
| 65 | AMDEP_TRUE = @AMDEP_TRUE@ |
---|
| 66 | AMTAR = @AMTAR@ |
---|
| 67 | AR = @AR@ |
---|
| 68 | AUTOCONF = @AUTOCONF@ |
---|
| 69 | AUTOHEADER = @AUTOHEADER@ |
---|
| 70 | AUTOMAKE = @AUTOMAKE@ |
---|
| 71 | AWK = @AWK@ |
---|
| 72 | CC = @CC@ |
---|
| 73 | CCDEPMODE = @CCDEPMODE@ |
---|
| 74 | CFLAGS = @CFLAGS@ |
---|
| 75 | CPP = @CPP@ |
---|
| 76 | CPPFLAGS = @CPPFLAGS@ |
---|
| 77 | CXX = @CXX@ |
---|
| 78 | CXXCPP = @CXXCPP@ |
---|
| 79 | CXXDEPMODE = @CXXDEPMODE@ |
---|
| 80 | CXXFLAGS = @CXXFLAGS@ |
---|
| 81 | CYGPATH_W = @CYGPATH_W@ |
---|
| 82 | DEFS = @DEFS@ |
---|
| 83 | DEPDIR = @DEPDIR@ |
---|
| 84 | DOXYGEN = @DOXYGEN@ |
---|
| 85 | DOXYGEN_FALSE = @DOXYGEN_FALSE@ |
---|
| 86 | DOXYGEN_TRUE = @DOXYGEN_TRUE@ |
---|
| 87 | ECHO = @ECHO@ |
---|
| 88 | ECHO_C = @ECHO_C@ |
---|
| 89 | ECHO_N = @ECHO_N@ |
---|
| 90 | ECHO_T = @ECHO_T@ |
---|
| 91 | EGREP = @EGREP@ |
---|
| 92 | EXEEXT = @EXEEXT@ |
---|
| 93 | F77 = @F77@ |
---|
| 94 | FFLAGS = @FFLAGS@ |
---|
| 95 | GREP = @GREP@ |
---|
| 96 | INSTALL_DATA = @INSTALL_DATA@ |
---|
| 97 | INSTALL_PROGRAM = @INSTALL_PROGRAM@ |
---|
| 98 | INSTALL_SCRIPT = @INSTALL_SCRIPT@ |
---|
| 99 | INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ |
---|
| 100 | LDFLAGS = @LDFLAGS@ |
---|
| 101 | LIBOBJS = @LIBOBJS@ |
---|
| 102 | LIBS = @LIBS@ |
---|
| 103 | LIBTOOL = @LIBTOOL@ |
---|
| 104 | LN_S = @LN_S@ |
---|
| 105 | LTLIBOBJS = @LTLIBOBJS@ |
---|
| 106 | MAKEINFO = @MAKEINFO@ |
---|
| 107 | OBJEXT = @OBJEXT@ |
---|
| 108 | PACKAGE = @PACKAGE@ |
---|
| 109 | PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ |
---|
| 110 | PACKAGE_NAME = @PACKAGE_NAME@ |
---|
| 111 | PACKAGE_STRING = @PACKAGE_STRING@ |
---|
| 112 | PACKAGE_TARNAME = @PACKAGE_TARNAME@ |
---|
| 113 | PACKAGE_VERSION = @PACKAGE_VERSION@ |
---|
| 114 | PATH_SEPARATOR = @PATH_SEPARATOR@ |
---|
| 115 | RANLIB = @RANLIB@ |
---|
| 116 | SET_MAKE = @SET_MAKE@ |
---|
| 117 | SHELL = @SHELL@ |
---|
| 118 | STRIP = @STRIP@ |
---|
| 119 | VERSION = @VERSION@ |
---|
| 120 | YAML_LT_AGE = @YAML_LT_AGE@ |
---|
| 121 | YAML_LT_CURRENT = @YAML_LT_CURRENT@ |
---|
| 122 | YAML_LT_RELEASE = @YAML_LT_RELEASE@ |
---|
| 123 | YAML_LT_REVISION = @YAML_LT_REVISION@ |
---|
| 124 | ac_ct_CC = @ac_ct_CC@ |
---|
| 125 | ac_ct_CXX = @ac_ct_CXX@ |
---|
| 126 | ac_ct_F77 = @ac_ct_F77@ |
---|
| 127 | am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ |
---|
| 128 | am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ |
---|
| 129 | am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@ |
---|
| 130 | am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@ |
---|
| 131 | am__include = @am__include@ |
---|
| 132 | am__leading_dot = @am__leading_dot@ |
---|
| 133 | am__quote = @am__quote@ |
---|
| 134 | am__tar = @am__tar@ |
---|
| 135 | am__untar = @am__untar@ |
---|
| 136 | bindir = @bindir@ |
---|
| 137 | build = @build@ |
---|
| 138 | build_alias = @build_alias@ |
---|
| 139 | build_cpu = @build_cpu@ |
---|
| 140 | build_os = @build_os@ |
---|
| 141 | build_vendor = @build_vendor@ |
---|
| 142 | datadir = @datadir@ |
---|
| 143 | datarootdir = @datarootdir@ |
---|
| 144 | docdir = @docdir@ |
---|
| 145 | dvidir = @dvidir@ |
---|
| 146 | exec_prefix = @exec_prefix@ |
---|
| 147 | host = @host@ |
---|
| 148 | host_alias = @host_alias@ |
---|
| 149 | host_cpu = @host_cpu@ |
---|
| 150 | host_os = @host_os@ |
---|
| 151 | host_vendor = @host_vendor@ |
---|
| 152 | htmldir = @htmldir@ |
---|
| 153 | includedir = @includedir@ |
---|
| 154 | infodir = @infodir@ |
---|
| 155 | install_sh = @install_sh@ |
---|
| 156 | libdir = @libdir@ |
---|
| 157 | libexecdir = @libexecdir@ |
---|
| 158 | localedir = @localedir@ |
---|
| 159 | localstatedir = @localstatedir@ |
---|
| 160 | mandir = @mandir@ |
---|
| 161 | mkdir_p = @mkdir_p@ |
---|
| 162 | oldincludedir = @oldincludedir@ |
---|
| 163 | pdfdir = @pdfdir@ |
---|
| 164 | prefix = @prefix@ |
---|
| 165 | program_transform_name = @program_transform_name@ |
---|
| 166 | psdir = @psdir@ |
---|
| 167 | sbindir = @sbindir@ |
---|
| 168 | sharedstatedir = @sharedstatedir@ |
---|
| 169 | sysconfdir = @sysconfdir@ |
---|
| 170 | target_alias = @target_alias@ |
---|
| 171 | INCLUDES = yaml.h |
---|
| 172 | DOXYGEN_CFG = $(top_srcdir)/doc/doxygen.cfg |
---|
| 173 | nobase_include_HEADERS = $(INCLUDES) |
---|
| 174 | all: all-am |
---|
| 175 | |
---|
| 176 | .SUFFIXES: |
---|
| 177 | $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) |
---|
| 178 | @for dep in $?; do \ |
---|
| 179 | case '$(am__configure_deps)' in \ |
---|
| 180 | *$$dep*) \ |
---|
| 181 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ |
---|
| 182 | && exit 0; \ |
---|
| 183 | exit 1;; \ |
---|
| 184 | esac; \ |
---|
| 185 | done; \ |
---|
| 186 | echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign include/Makefile'; \ |
---|
| 187 | cd $(top_srcdir) && \ |
---|
| 188 | $(AUTOMAKE) --foreign include/Makefile |
---|
| 189 | .PRECIOUS: Makefile |
---|
| 190 | Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status |
---|
| 191 | @case '$?' in \ |
---|
| 192 | *config.status*) \ |
---|
| 193 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ |
---|
| 194 | *) \ |
---|
| 195 | echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ |
---|
| 196 | cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ |
---|
| 197 | esac; |
---|
| 198 | |
---|
| 199 | $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) |
---|
| 200 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh |
---|
| 201 | |
---|
| 202 | $(top_srcdir)/configure: $(am__configure_deps) |
---|
| 203 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh |
---|
| 204 | $(ACLOCAL_M4): $(am__aclocal_m4_deps) |
---|
| 205 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh |
---|
| 206 | |
---|
| 207 | mostlyclean-libtool: |
---|
| 208 | -rm -f *.lo |
---|
| 209 | |
---|
| 210 | clean-libtool: |
---|
| 211 | -rm -rf .libs _libs |
---|
| 212 | |
---|
| 213 | distclean-libtool: |
---|
| 214 | -rm -f libtool |
---|
| 215 | uninstall-info-am: |
---|
| 216 | install-nobase_includeHEADERS: $(nobase_include_HEADERS) |
---|
| 217 | @$(NORMAL_INSTALL) |
---|
| 218 | test -z "$(includedir)" || $(mkdir_p) "$(DESTDIR)$(includedir)" |
---|
| 219 | @$(am__vpath_adj_setup) \ |
---|
| 220 | list='$(nobase_include_HEADERS)'; for p in $$list; do \ |
---|
| 221 | if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ |
---|
| 222 | $(am__vpath_adj) \ |
---|
| 223 | echo " $(nobase_includeHEADERS_INSTALL) '$$d$$p' '$(DESTDIR)$(includedir)/$$f'"; \ |
---|
| 224 | $(nobase_includeHEADERS_INSTALL) "$$d$$p" "$(DESTDIR)$(includedir)/$$f"; \ |
---|
| 225 | done |
---|
| 226 | |
---|
| 227 | uninstall-nobase_includeHEADERS: |
---|
| 228 | @$(NORMAL_UNINSTALL) |
---|
| 229 | @$(am__vpath_adj_setup) \ |
---|
| 230 | list='$(nobase_include_HEADERS)'; for p in $$list; do \ |
---|
| 231 | $(am__vpath_adj) \ |
---|
| 232 | echo " rm -f '$(DESTDIR)$(includedir)/$$f'"; \ |
---|
| 233 | rm -f "$(DESTDIR)$(includedir)/$$f"; \ |
---|
| 234 | done |
---|
| 235 | |
---|
| 236 | ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) |
---|
| 237 | list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ |
---|
| 238 | unique=`for i in $$list; do \ |
---|
| 239 | if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
---|
| 240 | done | \ |
---|
| 241 | $(AWK) ' { files[$$0] = 1; } \ |
---|
| 242 | END { for (i in files) print i; }'`; \ |
---|
| 243 | mkid -fID $$unique |
---|
| 244 | tags: TAGS |
---|
| 245 | |
---|
| 246 | TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ |
---|
| 247 | $(TAGS_FILES) $(LISP) |
---|
| 248 | tags=; \ |
---|
| 249 | here=`pwd`; \ |
---|
| 250 | list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ |
---|
| 251 | unique=`for i in $$list; do \ |
---|
| 252 | if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
---|
| 253 | done | \ |
---|
| 254 | $(AWK) ' { files[$$0] = 1; } \ |
---|
| 255 | END { for (i in files) print i; }'`; \ |
---|
| 256 | if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \ |
---|
| 257 | test -n "$$unique" || unique=$$empty_fix; \ |
---|
| 258 | $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ |
---|
| 259 | $$tags $$unique; \ |
---|
| 260 | fi |
---|
| 261 | ctags: CTAGS |
---|
| 262 | CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ |
---|
| 263 | $(TAGS_FILES) $(LISP) |
---|
| 264 | tags=; \ |
---|
| 265 | here=`pwd`; \ |
---|
| 266 | list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ |
---|
| 267 | unique=`for i in $$list; do \ |
---|
| 268 | if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
---|
| 269 | done | \ |
---|
| 270 | $(AWK) ' { files[$$0] = 1; } \ |
---|
| 271 | END { for (i in files) print i; }'`; \ |
---|
| 272 | test -z "$(CTAGS_ARGS)$$tags$$unique" \ |
---|
| 273 | || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ |
---|
| 274 | $$tags $$unique |
---|
| 275 | |
---|
| 276 | GTAGS: |
---|
| 277 | here=`$(am__cd) $(top_builddir) && pwd` \ |
---|
| 278 | && cd $(top_srcdir) \ |
---|
| 279 | && gtags -i $(GTAGS_ARGS) $$here |
---|
| 280 | |
---|
| 281 | distclean-tags: |
---|
| 282 | -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags |
---|
| 283 | |
---|
| 284 | distdir: $(DISTFILES) |
---|
| 285 | @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ |
---|
| 286 | topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \ |
---|
| 287 | list='$(DISTFILES)'; for file in $$list; do \ |
---|
| 288 | case $$file in \ |
---|
| 289 | $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \ |
---|
| 290 | $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \ |
---|
| 291 | esac; \ |
---|
| 292 | if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ |
---|
| 293 | dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \ |
---|
| 294 | if test "$$dir" != "$$file" && test "$$dir" != "."; then \ |
---|
| 295 | dir="/$$dir"; \ |
---|
| 296 | $(mkdir_p) "$(distdir)$$dir"; \ |
---|
| 297 | else \ |
---|
| 298 | dir=''; \ |
---|
| 299 | fi; \ |
---|
| 300 | if test -d $$d/$$file; then \ |
---|
| 301 | if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ |
---|
| 302 | cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ |
---|
| 303 | fi; \ |
---|
| 304 | cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ |
---|
| 305 | else \ |
---|
| 306 | test -f $(distdir)/$$file \ |
---|
| 307 | || cp -p $$d/$$file $(distdir)/$$file \ |
---|
| 308 | || exit 1; \ |
---|
| 309 | fi; \ |
---|
| 310 | done |
---|
| 311 | $(MAKE) $(AM_MAKEFLAGS) \ |
---|
| 312 | top_distdir="$(top_distdir)" distdir="$(distdir)" \ |
---|
| 313 | dist-hook |
---|
| 314 | check-am: all-am |
---|
| 315 | check: check-am |
---|
| 316 | all-am: Makefile $(HEADERS) |
---|
| 317 | installdirs: |
---|
| 318 | for dir in "$(DESTDIR)$(includedir)"; do \ |
---|
| 319 | test -z "$$dir" || $(mkdir_p) "$$dir"; \ |
---|
| 320 | done |
---|
| 321 | install: install-am |
---|
| 322 | install-exec: install-exec-am |
---|
| 323 | install-data: install-data-am |
---|
| 324 | uninstall: uninstall-am |
---|
| 325 | |
---|
| 326 | install-am: all-am |
---|
| 327 | @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am |
---|
| 328 | |
---|
| 329 | installcheck: installcheck-am |
---|
| 330 | install-strip: |
---|
| 331 | $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ |
---|
| 332 | install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ |
---|
| 333 | `test -z '$(STRIP)' || \ |
---|
| 334 | echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install |
---|
| 335 | mostlyclean-generic: |
---|
| 336 | |
---|
| 337 | clean-generic: |
---|
| 338 | |
---|
| 339 | distclean-generic: |
---|
| 340 | -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) |
---|
| 341 | |
---|
| 342 | maintainer-clean-generic: |
---|
| 343 | @echo "This command is intended for maintainers to use" |
---|
| 344 | @echo "it deletes files that may require special tools to rebuild." |
---|
| 345 | clean: clean-am |
---|
| 346 | |
---|
| 347 | clean-am: clean-generic clean-libtool mostlyclean-am |
---|
| 348 | |
---|
| 349 | distclean: distclean-am |
---|
| 350 | -rm -f Makefile |
---|
| 351 | distclean-am: clean-am distclean-generic distclean-libtool \ |
---|
| 352 | distclean-local distclean-tags |
---|
| 353 | |
---|
| 354 | dvi: dvi-am |
---|
| 355 | |
---|
| 356 | dvi-am: |
---|
| 357 | |
---|
| 358 | @DOXYGEN_FALSE@html: html-am |
---|
| 359 | |
---|
| 360 | info: info-am |
---|
| 361 | |
---|
| 362 | info-am: |
---|
| 363 | |
---|
| 364 | install-data-am: install-nobase_includeHEADERS |
---|
| 365 | |
---|
| 366 | install-exec-am: |
---|
| 367 | |
---|
| 368 | install-info: install-info-am |
---|
| 369 | |
---|
| 370 | install-man: |
---|
| 371 | |
---|
| 372 | installcheck-am: |
---|
| 373 | |
---|
| 374 | maintainer-clean: maintainer-clean-am |
---|
| 375 | -rm -f Makefile |
---|
| 376 | maintainer-clean-am: distclean-am maintainer-clean-generic |
---|
| 377 | |
---|
| 378 | mostlyclean: mostlyclean-am |
---|
| 379 | |
---|
| 380 | mostlyclean-am: mostlyclean-generic mostlyclean-libtool |
---|
| 381 | |
---|
| 382 | pdf: pdf-am |
---|
| 383 | |
---|
| 384 | pdf-am: |
---|
| 385 | |
---|
| 386 | ps: ps-am |
---|
| 387 | |
---|
| 388 | ps-am: |
---|
| 389 | |
---|
| 390 | uninstall-am: uninstall-info-am uninstall-nobase_includeHEADERS |
---|
| 391 | |
---|
| 392 | .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \ |
---|
| 393 | clean-libtool ctags dist-hook distclean distclean-generic \ |
---|
| 394 | distclean-libtool distclean-local distclean-tags distdir dvi \ |
---|
| 395 | dvi-am html html-am info info-am install install-am \ |
---|
| 396 | install-data install-data-am install-exec install-exec-am \ |
---|
| 397 | install-info install-info-am install-man \ |
---|
| 398 | install-nobase_includeHEADERS install-strip installcheck \ |
---|
| 399 | installcheck-am installdirs maintainer-clean \ |
---|
| 400 | maintainer-clean-generic mostlyclean mostlyclean-generic \ |
---|
| 401 | mostlyclean-libtool pdf pdf-am ps ps-am tags uninstall \ |
---|
| 402 | uninstall-am uninstall-info-am uninstall-nobase_includeHEADERS |
---|
| 403 | |
---|
| 404 | |
---|
| 405 | @DOXYGEN_TRUE@html: $(INCLUDES) $(DOXYGEN_CFG) |
---|
| 406 | @DOXYGEN_TRUE@ PACKAGE=$(PACKAGE) VERSION=$(VERSION) top_srcdir=$(top_srcdir) top_builddir=$(top_builddir) doxygen $(DOXYGEN_CFG) |
---|
| 407 | |
---|
| 408 | distclean-local: |
---|
| 409 | -rm -rf $(top_builddir)/doc/html |
---|
| 410 | |
---|
| 411 | dist-hook: html |
---|
| 412 | cp -a $(top_builddir)/doc/html $(top_distdir)/doc |
---|
| 413 | # Tell versions [3.59,3.63) of GNU make to not export all variables. |
---|
| 414 | # Otherwise a system limit (for SysV at least) may be exceeded. |
---|
| 415 | .NOEXPORT: |
---|