[ee51534] | 1 | # Makefile.in generated by automake 1.11.3 from Makefile.am.
|
---|
[79551331] | 2 | # @configure_input@
|
---|
| 3 |
|
---|
[ee51534] | 4 | # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
|
---|
| 5 | # 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
|
---|
| 6 | # Foundation, Inc.
|
---|
[79551331] | 7 | # This Makefile.in is free software; the Free Software Foundation
|
---|
| 8 | # gives unlimited permission to copy and/or distribute it,
|
---|
| 9 | # with or without modifications, as long as this notice is preserved.
|
---|
| 10 |
|
---|
| 11 | # This program is distributed in the hope that it will be useful,
|
---|
| 12 | # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
|
---|
| 13 | # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
---|
| 14 | # PARTICULAR PURPOSE.
|
---|
| 15 |
|
---|
| 16 | @SET_MAKE@
|
---|
[56c3935] | 17 |
|
---|
| 18 | ######################## -*- Mode: Makefile-Automake -*- ######################
|
---|
| 19 | ###############################################################################
|
---|
[79551331] | 20 | VPATH = @srcdir@
|
---|
| 21 | pkgdatadir = $(datadir)/@PACKAGE@
|
---|
| 22 | pkgincludedir = $(includedir)/@PACKAGE@
|
---|
| 23 | pkglibdir = $(libdir)/@PACKAGE@
|
---|
| 24 | pkglibexecdir = $(libexecdir)/@PACKAGE@
|
---|
| 25 | am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
|
---|
| 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 = :
|
---|
[e4745d7a] | 37 | build_triplet = @build@
|
---|
| 38 | host_triplet = @host@
|
---|
[79551331] | 39 | subdir = .
|
---|
[ee51534] | 40 | DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
|
---|
| 41 | $(srcdir)/Makefile.in $(srcdir)/config.h.in \
|
---|
| 42 | $(top_srcdir)/configure INSTALL automake/compile \
|
---|
[e4745d7a] | 43 | automake/config.guess automake/config.sub automake/depcomp \
|
---|
| 44 | automake/install-sh automake/missing automake/ylwrap
|
---|
[79551331] | 45 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
---|
[5d6ce1f] | 46 | am__aclocal_m4_deps = $(top_srcdir)/configure.ac
|
---|
[79551331] | 47 | am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
|
---|
| 48 | $(ACLOCAL_M4)
|
---|
| 49 | am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
|
---|
| 50 | configure.lineno config.status.lineno
|
---|
[8f1b0e1] | 51 | mkinstalldirs = $(install_sh) -d
|
---|
[79551331] | 52 | CONFIG_HEADER = config.h
|
---|
[00cc023] | 53 | CONFIG_CLEAN_FILES =
|
---|
[79551331] | 54 | CONFIG_CLEAN_VPATH_FILES =
|
---|
[ef7d253] | 55 | AM_V_GEN = $(am__v_GEN_@AM_V@)
|
---|
| 56 | am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
|
---|
[ee51534] | 57 | am__v_GEN_0 = @echo " GEN " $@;
|
---|
[ef7d253] | 58 | AM_V_at = $(am__v_at_@AM_V@)
|
---|
| 59 | am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
|
---|
| 60 | am__v_at_0 = @
|
---|
[79551331] | 61 | SOURCES =
|
---|
| 62 | DIST_SOURCES =
|
---|
[ee51534] | 63 | RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
|
---|
| 64 | html-recursive info-recursive install-data-recursive \
|
---|
| 65 | install-dvi-recursive install-exec-recursive \
|
---|
| 66 | install-html-recursive install-info-recursive \
|
---|
| 67 | install-pdf-recursive install-ps-recursive install-recursive \
|
---|
| 68 | installcheck-recursive installdirs-recursive pdf-recursive \
|
---|
| 69 | ps-recursive uninstall-recursive
|
---|
[79551331] | 70 | RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
|
---|
| 71 | distclean-recursive maintainer-clean-recursive
|
---|
[ee51534] | 72 | AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
|
---|
| 73 | $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
|
---|
| 74 | distdir dist dist-all distcheck
|
---|
[79551331] | 75 | ETAGS = etags
|
---|
| 76 | CTAGS = ctags
|
---|
| 77 | DIST_SUBDIRS = $(SUBDIRS)
|
---|
| 78 | DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
|
---|
| 79 | distdir = $(PACKAGE)-$(VERSION)
|
---|
| 80 | top_distdir = $(distdir)
|
---|
| 81 | am__remove_distdir = \
|
---|
| 82 | if test -d "$(distdir)"; then \
|
---|
| 83 | find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
|
---|
| 84 | && rm -rf "$(distdir)" \
|
---|
| 85 | || { sleep 5 && rm -rf "$(distdir)"; }; \
|
---|
| 86 | else :; fi
|
---|
| 87 | am__relativize = \
|
---|
| 88 | dir0=`pwd`; \
|
---|
| 89 | sed_first='s,^\([^/]*\)/.*$$,\1,'; \
|
---|
| 90 | sed_rest='s,^[^/]*/*,,'; \
|
---|
| 91 | sed_last='s,^.*/\([^/]*\)$$,\1,'; \
|
---|
| 92 | sed_butlast='s,/*[^/]*$$,,'; \
|
---|
| 93 | while test -n "$$dir1"; do \
|
---|
| 94 | first=`echo "$$dir1" | sed -e "$$sed_first"`; \
|
---|
| 95 | if test "$$first" != "."; then \
|
---|
| 96 | if test "$$first" = ".."; then \
|
---|
| 97 | dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
|
---|
| 98 | dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
|
---|
| 99 | else \
|
---|
| 100 | first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
|
---|
| 101 | if test "$$first2" = "$$first"; then \
|
---|
| 102 | dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
|
---|
| 103 | else \
|
---|
| 104 | dir2="../$$dir2"; \
|
---|
| 105 | fi; \
|
---|
| 106 | dir0="$$dir0"/"$$first"; \
|
---|
| 107 | fi; \
|
---|
| 108 | fi; \
|
---|
| 109 | dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
|
---|
| 110 | done; \
|
---|
| 111 | reldir="$$dir2"
|
---|
| 112 | DIST_ARCHIVES = $(distdir).tar.gz
|
---|
| 113 | GZIP_ENV = --best
|
---|
| 114 | distuninstallcheck_listfiles = find . -type f -print
|
---|
| 115 | am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
|
---|
| 116 | | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
|
---|
| 117 | distcleancheck_listfiles = find . -type f -print
|
---|
| 118 | ACLOCAL = @ACLOCAL@
|
---|
[5d6ce1f] | 119 | ALLOCA = @ALLOCA@
|
---|
[79551331] | 120 | AMTAR = @AMTAR@
|
---|
[ef7d253] | 121 | AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
|
---|
[79551331] | 122 | AUTOCONF = @AUTOCONF@
|
---|
| 123 | AUTOHEADER = @AUTOHEADER@
|
---|
| 124 | AUTOMAKE = @AUTOMAKE@
|
---|
| 125 | AWK = @AWK@
|
---|
[6e7e2b36] | 126 | BACKEND_CC = @BACKEND_CC@ # C compiler used to compile Cforall programs, versus C++ compiler used to build cfa command
|
---|
[79551331] | 127 | CC = @CC@
|
---|
[8e5724e] | 128 | CCAS = @CCAS@
|
---|
| 129 | CCASDEPMODE = @CCASDEPMODE@
|
---|
| 130 | CCASFLAGS = @CCASFLAGS@
|
---|
[79551331] | 131 | CCDEPMODE = @CCDEPMODE@
|
---|
[e24f13a] | 132 | CFA_BACKEND_CC = @CFA_BACKEND_CC@
|
---|
[79551331] | 133 | CFA_BINDIR = @CFA_BINDIR@
|
---|
[6e4b913] | 134 | CFA_FLAGS = @CFA_FLAGS@
|
---|
[79551331] | 135 | CFA_INCDIR = @CFA_INCDIR@
|
---|
| 136 | CFA_LIBDIR = @CFA_LIBDIR@
|
---|
[df47e2f] | 137 | CFA_NAME = @CFA_NAME@
|
---|
[79551331] | 138 | CFA_PREFIX = @CFA_PREFIX@
|
---|
| 139 | CFLAGS = @CFLAGS@
|
---|
| 140 | CPP = @CPP@
|
---|
| 141 | CPPFLAGS = @CPPFLAGS@
|
---|
| 142 | CXX = @CXX@
|
---|
| 143 | CXXDEPMODE = @CXXDEPMODE@
|
---|
| 144 | CXXFLAGS = @CXXFLAGS@
|
---|
| 145 | CYGPATH_W = @CYGPATH_W@
|
---|
| 146 | DEFS = @DEFS@
|
---|
| 147 | DEPDIR = @DEPDIR@
|
---|
| 148 | ECHO_C = @ECHO_C@
|
---|
| 149 | ECHO_N = @ECHO_N@
|
---|
| 150 | ECHO_T = @ECHO_T@
|
---|
| 151 | EGREP = @EGREP@
|
---|
| 152 | EXEEXT = @EXEEXT@
|
---|
| 153 | GREP = @GREP@
|
---|
| 154 | INSTALL = @INSTALL@
|
---|
| 155 | INSTALL_DATA = @INSTALL_DATA@
|
---|
| 156 | INSTALL_PROGRAM = @INSTALL_PROGRAM@
|
---|
| 157 | INSTALL_SCRIPT = @INSTALL_SCRIPT@
|
---|
| 158 | INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
|
---|
| 159 | LDFLAGS = @LDFLAGS@
|
---|
[56c3935] | 160 | LEX = @LEX@
|
---|
| 161 | LEXLIB = @LEXLIB@
|
---|
| 162 | LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
|
---|
[79551331] | 163 | LIBOBJS = @LIBOBJS@
|
---|
| 164 | LIBS = @LIBS@
|
---|
| 165 | LTLIBOBJS = @LTLIBOBJS@
|
---|
[e4745d7a] | 166 | MACHINE_TYPE = @MACHINE_TYPE@
|
---|
[6aa5ec0f] | 167 | MAINT = @MAINT@
|
---|
[79551331] | 168 | MAKEINFO = @MAKEINFO@
|
---|
| 169 | MKDIR_P = @MKDIR_P@
|
---|
| 170 | OBJEXT = @OBJEXT@
|
---|
| 171 | PACKAGE = @PACKAGE@
|
---|
| 172 | PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
|
---|
| 173 | PACKAGE_NAME = @PACKAGE_NAME@
|
---|
| 174 | PACKAGE_STRING = @PACKAGE_STRING@
|
---|
| 175 | PACKAGE_TARNAME = @PACKAGE_TARNAME@
|
---|
| 176 | PACKAGE_URL = @PACKAGE_URL@
|
---|
| 177 | PACKAGE_VERSION = @PACKAGE_VERSION@
|
---|
| 178 | PATH_SEPARATOR = @PATH_SEPARATOR@
|
---|
[00cc023] | 179 | RANLIB = @RANLIB@
|
---|
[79551331] | 180 | SET_MAKE = @SET_MAKE@
|
---|
| 181 | SHELL = @SHELL@
|
---|
| 182 | STRIP = @STRIP@
|
---|
| 183 | VERSION = @VERSION@
|
---|
[56c3935] | 184 | YACC = @YACC@
|
---|
| 185 | YFLAGS = @YFLAGS@
|
---|
[79551331] | 186 | abs_builddir = @abs_builddir@
|
---|
| 187 | abs_srcdir = @abs_srcdir@
|
---|
| 188 | abs_top_builddir = @abs_top_builddir@
|
---|
| 189 | abs_top_srcdir = @abs_top_srcdir@
|
---|
| 190 | ac_ct_CC = @ac_ct_CC@
|
---|
| 191 | ac_ct_CXX = @ac_ct_CXX@
|
---|
| 192 | am__include = @am__include@
|
---|
| 193 | am__leading_dot = @am__leading_dot@
|
---|
| 194 | am__quote = @am__quote@
|
---|
| 195 | am__tar = @am__tar@
|
---|
| 196 | am__untar = @am__untar@
|
---|
| 197 | bindir = @bindir@
|
---|
[e4745d7a] | 198 | build = @build@
|
---|
[79551331] | 199 | build_alias = @build_alias@
|
---|
[e4745d7a] | 200 | build_cpu = @build_cpu@
|
---|
| 201 | build_os = @build_os@
|
---|
| 202 | build_vendor = @build_vendor@
|
---|
[79551331] | 203 | builddir = @builddir@
|
---|
| 204 | datadir = @datadir@
|
---|
| 205 | datarootdir = @datarootdir@
|
---|
| 206 | docdir = @docdir@
|
---|
| 207 | dvidir = @dvidir@
|
---|
| 208 | exec_prefix = @exec_prefix@
|
---|
[e4745d7a] | 209 | host = @host@
|
---|
[79551331] | 210 | host_alias = @host_alias@
|
---|
[e4745d7a] | 211 | host_cpu = @host_cpu@
|
---|
| 212 | host_os = @host_os@
|
---|
| 213 | host_vendor = @host_vendor@
|
---|
[79551331] | 214 | htmldir = @htmldir@
|
---|
| 215 | includedir = @includedir@
|
---|
| 216 | infodir = @infodir@
|
---|
| 217 | install_sh = @install_sh@
|
---|
| 218 | libdir = @libdir@
|
---|
| 219 | libexecdir = @libexecdir@
|
---|
| 220 | localedir = @localedir@
|
---|
| 221 | localstatedir = @localstatedir@
|
---|
| 222 | mandir = @mandir@
|
---|
| 223 | mkdir_p = @mkdir_p@
|
---|
| 224 | oldincludedir = @oldincludedir@
|
---|
| 225 | pdfdir = @pdfdir@
|
---|
| 226 | prefix = @prefix@
|
---|
| 227 | program_transform_name = @program_transform_name@
|
---|
| 228 | psdir = @psdir@
|
---|
| 229 | sbindir = @sbindir@
|
---|
| 230 | sharedstatedir = @sharedstatedir@
|
---|
| 231 | srcdir = @srcdir@
|
---|
| 232 | sysconfdir = @sysconfdir@
|
---|
| 233 | target_alias = @target_alias@
|
---|
| 234 | top_build_prefix = @top_build_prefix@
|
---|
| 235 | top_builddir = @top_builddir@
|
---|
| 236 | top_srcdir = @top_srcdir@
|
---|
[6e7e2b36] | 237 | AUTOMAKE_OPTIONS = foreign # do not require all the GNU file names
|
---|
[375a068] | 238 | SUBDIRS = src/driver src src/prelude src/libcfa # order important, src before prelude because cfa-cpp used to build prelude
|
---|
[6e7e2b36] | 239 | EXTRA_DIST = Docs # non-source files
|
---|
[1da317b] | 240 | MAINTAINERCLEANFILES = lib/* bin/* src/examples/.deps/* src/tests/.deps/* src/tests/.out/*
|
---|
[79551331] | 241 | all: config.h
|
---|
| 242 | $(MAKE) $(AM_MAKEFLAGS) all-recursive
|
---|
| 243 |
|
---|
| 244 | .SUFFIXES:
|
---|
| 245 | am--refresh: Makefile
|
---|
| 246 | @:
|
---|
[6aa5ec0f] | 247 | $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
|
---|
[79551331] | 248 | @for dep in $?; do \
|
---|
| 249 | case '$(am__configure_deps)' in \
|
---|
| 250 | *$$dep*) \
|
---|
| 251 | echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
|
---|
| 252 | $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
|
---|
| 253 | && exit 0; \
|
---|
| 254 | exit 1;; \
|
---|
| 255 | esac; \
|
---|
| 256 | done; \
|
---|
| 257 | echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
|
---|
| 258 | $(am__cd) $(top_srcdir) && \
|
---|
| 259 | $(AUTOMAKE) --foreign Makefile
|
---|
| 260 | .PRECIOUS: Makefile
|
---|
| 261 | Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
|
---|
| 262 | @case '$?' in \
|
---|
| 263 | *config.status*) \
|
---|
| 264 | echo ' $(SHELL) ./config.status'; \
|
---|
| 265 | $(SHELL) ./config.status;; \
|
---|
| 266 | *) \
|
---|
| 267 | echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
|
---|
| 268 | cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
|
---|
| 269 | esac;
|
---|
| 270 |
|
---|
| 271 | $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
|
---|
| 272 | $(SHELL) ./config.status --recheck
|
---|
| 273 |
|
---|
[6aa5ec0f] | 274 | $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
|
---|
[79551331] | 275 | $(am__cd) $(srcdir) && $(AUTOCONF)
|
---|
[6aa5ec0f] | 276 | $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
|
---|
[79551331] | 277 | $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
|
---|
| 278 | $(am__aclocal_m4_deps):
|
---|
| 279 |
|
---|
| 280 | config.h: stamp-h1
|
---|
[ee51534] | 281 | @if test ! -f $@; then rm -f stamp-h1; else :; fi
|
---|
| 282 | @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) stamp-h1; else :; fi
|
---|
[79551331] | 283 |
|
---|
| 284 | stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
|
---|
| 285 | @rm -f stamp-h1
|
---|
| 286 | cd $(top_builddir) && $(SHELL) ./config.status config.h
|
---|
[6aa5ec0f] | 287 | $(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
|
---|
[79551331] | 288 | ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
|
---|
| 289 | rm -f stamp-h1
|
---|
| 290 | touch $@
|
---|
| 291 |
|
---|
| 292 | distclean-hdr:
|
---|
| 293 | -rm -f config.h stamp-h1
|
---|
| 294 |
|
---|
| 295 | # This directory's subdirectories are mostly independent; you can cd
|
---|
[ee51534] | 296 | # into them and run `make' without going through this Makefile.
|
---|
| 297 | # To change the values of `make' variables: instead of editing Makefiles,
|
---|
| 298 | # (1) if the variable is set in `config.status', edit `config.status'
|
---|
| 299 | # (which will cause the Makefiles to be regenerated when you run `make');
|
---|
| 300 | # (2) otherwise, pass the desired values on the `make' command line.
|
---|
| 301 | $(RECURSIVE_TARGETS):
|
---|
| 302 | @fail= failcom='exit 1'; \
|
---|
| 303 | for f in x $$MAKEFLAGS; do \
|
---|
| 304 | case $$f in \
|
---|
| 305 | *=* | --[!k]*);; \
|
---|
| 306 | *k*) failcom='fail=yes';; \
|
---|
| 307 | esac; \
|
---|
| 308 | done; \
|
---|
[79551331] | 309 | dot_seen=no; \
|
---|
| 310 | target=`echo $@ | sed s/-recursive//`; \
|
---|
[ee51534] | 311 | list='$(SUBDIRS)'; for subdir in $$list; do \
|
---|
[79551331] | 312 | echo "Making $$target in $$subdir"; \
|
---|
| 313 | if test "$$subdir" = "."; then \
|
---|
| 314 | dot_seen=yes; \
|
---|
| 315 | local_target="$$target-am"; \
|
---|
| 316 | else \
|
---|
| 317 | local_target="$$target"; \
|
---|
| 318 | fi; \
|
---|
| 319 | ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
|
---|
| 320 | || eval $$failcom; \
|
---|
| 321 | done; \
|
---|
| 322 | if test "$$dot_seen" = "no"; then \
|
---|
| 323 | $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
|
---|
| 324 | fi; test -z "$$fail"
|
---|
| 325 |
|
---|
[ee51534] | 326 | $(RECURSIVE_CLEAN_TARGETS):
|
---|
| 327 | @fail= failcom='exit 1'; \
|
---|
| 328 | for f in x $$MAKEFLAGS; do \
|
---|
| 329 | case $$f in \
|
---|
| 330 | *=* | --[!k]*);; \
|
---|
| 331 | *k*) failcom='fail=yes';; \
|
---|
| 332 | esac; \
|
---|
| 333 | done; \
|
---|
| 334 | dot_seen=no; \
|
---|
| 335 | case "$@" in \
|
---|
| 336 | distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
|
---|
| 337 | *) list='$(SUBDIRS)' ;; \
|
---|
| 338 | esac; \
|
---|
| 339 | rev=''; for subdir in $$list; do \
|
---|
| 340 | if test "$$subdir" = "."; then :; else \
|
---|
| 341 | rev="$$subdir $$rev"; \
|
---|
| 342 | fi; \
|
---|
| 343 | done; \
|
---|
| 344 | rev="$$rev ."; \
|
---|
| 345 | target=`echo $@ | sed s/-recursive//`; \
|
---|
| 346 | for subdir in $$rev; do \
|
---|
| 347 | echo "Making $$target in $$subdir"; \
|
---|
| 348 | if test "$$subdir" = "."; then \
|
---|
| 349 | local_target="$$target-am"; \
|
---|
| 350 | else \
|
---|
| 351 | local_target="$$target"; \
|
---|
| 352 | fi; \
|
---|
| 353 | ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
|
---|
| 354 | || eval $$failcom; \
|
---|
| 355 | done && test -z "$$fail"
|
---|
| 356 | tags-recursive:
|
---|
| 357 | list='$(SUBDIRS)'; for subdir in $$list; do \
|
---|
| 358 | test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
|
---|
| 359 | done
|
---|
| 360 | ctags-recursive:
|
---|
| 361 | list='$(SUBDIRS)'; for subdir in $$list; do \
|
---|
| 362 | test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
|
---|
| 363 | done
|
---|
[79551331] | 364 |
|
---|
[ee51534] | 365 | ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
|
---|
| 366 | list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
|
---|
| 367 | unique=`for i in $$list; do \
|
---|
| 368 | if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
|
---|
| 369 | done | \
|
---|
| 370 | $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
|
---|
| 371 | END { if (nonempty) { for (i in files) print i; }; }'`; \
|
---|
| 372 | mkid -fID $$unique
|
---|
| 373 | tags: TAGS
|
---|
| 374 |
|
---|
| 375 | TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
|
---|
| 376 | $(TAGS_FILES) $(LISP)
|
---|
[79551331] | 377 | set x; \
|
---|
| 378 | here=`pwd`; \
|
---|
| 379 | if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
|
---|
| 380 | include_option=--etags-include; \
|
---|
| 381 | empty_fix=.; \
|
---|
| 382 | else \
|
---|
| 383 | include_option=--include; \
|
---|
| 384 | empty_fix=; \
|
---|
| 385 | fi; \
|
---|
| 386 | list='$(SUBDIRS)'; for subdir in $$list; do \
|
---|
| 387 | if test "$$subdir" = .; then :; else \
|
---|
| 388 | test ! -f $$subdir/TAGS || \
|
---|
| 389 | set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
|
---|
| 390 | fi; \
|
---|
| 391 | done; \
|
---|
[ee51534] | 392 | list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
|
---|
| 393 | unique=`for i in $$list; do \
|
---|
| 394 | if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
|
---|
| 395 | done | \
|
---|
| 396 | $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
|
---|
| 397 | END { if (nonempty) { for (i in files) print i; }; }'`; \
|
---|
[79551331] | 398 | shift; \
|
---|
| 399 | if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
|
---|
| 400 | test -n "$$unique" || unique=$$empty_fix; \
|
---|
| 401 | if test $$# -gt 0; then \
|
---|
| 402 | $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
|
---|
| 403 | "$$@" $$unique; \
|
---|
| 404 | else \
|
---|
| 405 | $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
|
---|
| 406 | $$unique; \
|
---|
| 407 | fi; \
|
---|
| 408 | fi
|
---|
[ee51534] | 409 | ctags: CTAGS
|
---|
| 410 | CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
|
---|
| 411 | $(TAGS_FILES) $(LISP)
|
---|
| 412 | list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
|
---|
| 413 | unique=`for i in $$list; do \
|
---|
| 414 | if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
|
---|
| 415 | done | \
|
---|
| 416 | $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
|
---|
| 417 | END { if (nonempty) { for (i in files) print i; }; }'`; \
|
---|
[79551331] | 418 | test -z "$(CTAGS_ARGS)$$unique" \
|
---|
| 419 | || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
|
---|
| 420 | $$unique
|
---|
| 421 |
|
---|
| 422 | GTAGS:
|
---|
| 423 | here=`$(am__cd) $(top_builddir) && pwd` \
|
---|
| 424 | && $(am__cd) $(top_srcdir) \
|
---|
| 425 | && gtags -i $(GTAGS_ARGS) "$$here"
|
---|
| 426 |
|
---|
| 427 | distclean-tags:
|
---|
| 428 | -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
|
---|
| 429 |
|
---|
| 430 | distdir: $(DISTFILES)
|
---|
| 431 | $(am__remove_distdir)
|
---|
| 432 | test -d "$(distdir)" || mkdir "$(distdir)"
|
---|
| 433 | @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
|
---|
| 434 | topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
|
---|
| 435 | list='$(DISTFILES)'; \
|
---|
| 436 | dist_files=`for file in $$list; do echo $$file; done | \
|
---|
| 437 | sed -e "s|^$$srcdirstrip/||;t" \
|
---|
| 438 | -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
|
---|
| 439 | case $$dist_files in \
|
---|
| 440 | */*) $(MKDIR_P) `echo "$$dist_files" | \
|
---|
| 441 | sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
|
---|
| 442 | sort -u` ;; \
|
---|
| 443 | esac; \
|
---|
| 444 | for file in $$dist_files; do \
|
---|
| 445 | if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
|
---|
| 446 | if test -d $$d/$$file; then \
|
---|
| 447 | dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
|
---|
| 448 | if test -d "$(distdir)/$$file"; then \
|
---|
| 449 | find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
|
---|
| 450 | fi; \
|
---|
| 451 | if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
|
---|
| 452 | cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
|
---|
| 453 | find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
|
---|
| 454 | fi; \
|
---|
| 455 | cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
|
---|
| 456 | else \
|
---|
| 457 | test -f "$(distdir)/$$file" \
|
---|
| 458 | || cp -p $$d/$$file "$(distdir)/$$file" \
|
---|
| 459 | || exit 1; \
|
---|
| 460 | fi; \
|
---|
| 461 | done
|
---|
| 462 | @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
|
---|
| 463 | if test "$$subdir" = .; then :; else \
|
---|
[ee51534] | 464 | test -d "$(distdir)/$$subdir" \
|
---|
| 465 | || $(MKDIR_P) "$(distdir)/$$subdir" \
|
---|
| 466 | || exit 1; \
|
---|
| 467 | fi; \
|
---|
| 468 | done
|
---|
| 469 | @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
|
---|
| 470 | if test "$$subdir" = .; then :; else \
|
---|
[79551331] | 471 | dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
|
---|
| 472 | $(am__relativize); \
|
---|
| 473 | new_distdir=$$reldir; \
|
---|
| 474 | dir1=$$subdir; dir2="$(top_distdir)"; \
|
---|
| 475 | $(am__relativize); \
|
---|
| 476 | new_top_distdir=$$reldir; \
|
---|
| 477 | echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
|
---|
| 478 | echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
|
---|
| 479 | ($(am__cd) $$subdir && \
|
---|
| 480 | $(MAKE) $(AM_MAKEFLAGS) \
|
---|
| 481 | top_distdir="$$new_top_distdir" \
|
---|
| 482 | distdir="$$new_distdir" \
|
---|
| 483 | am__remove_distdir=: \
|
---|
| 484 | am__skip_length_check=: \
|
---|
| 485 | am__skip_mode_fix=: \
|
---|
| 486 | distdir) \
|
---|
| 487 | || exit 1; \
|
---|
| 488 | fi; \
|
---|
| 489 | done
|
---|
| 490 | -test -n "$(am__skip_mode_fix)" \
|
---|
| 491 | || find "$(distdir)" -type d ! -perm -755 \
|
---|
| 492 | -exec chmod u+rwx,go+rx {} \; -o \
|
---|
| 493 | ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
|
---|
| 494 | ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
|
---|
| 495 | ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
|
---|
| 496 | || chmod -R a+r "$(distdir)"
|
---|
| 497 | dist-gzip: distdir
|
---|
| 498 | tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
|
---|
[ee51534] | 499 | $(am__remove_distdir)
|
---|
[79551331] | 500 |
|
---|
| 501 | dist-bzip2: distdir
|
---|
| 502 | tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
|
---|
[ee51534] | 503 | $(am__remove_distdir)
|
---|
[79551331] | 504 |
|
---|
| 505 | dist-lzip: distdir
|
---|
| 506 | tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
|
---|
[ee51534] | 507 | $(am__remove_distdir)
|
---|
| 508 |
|
---|
| 509 | dist-lzma: distdir
|
---|
| 510 | tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
|
---|
| 511 | $(am__remove_distdir)
|
---|
[79551331] | 512 |
|
---|
| 513 | dist-xz: distdir
|
---|
| 514 | tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
|
---|
[ee51534] | 515 | $(am__remove_distdir)
|
---|
[79551331] | 516 |
|
---|
| 517 | dist-tarZ: distdir
|
---|
| 518 | tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
|
---|
[ee51534] | 519 | $(am__remove_distdir)
|
---|
[79551331] | 520 |
|
---|
| 521 | dist-shar: distdir
|
---|
| 522 | shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
|
---|
[ee51534] | 523 | $(am__remove_distdir)
|
---|
[79551331] | 524 |
|
---|
| 525 | dist-zip: distdir
|
---|
| 526 | -rm -f $(distdir).zip
|
---|
| 527 | zip -rq $(distdir).zip $(distdir)
|
---|
[ee51534] | 528 | $(am__remove_distdir)
|
---|
[79551331] | 529 |
|
---|
[ee51534] | 530 | dist dist-all: distdir
|
---|
| 531 | tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
|
---|
| 532 | $(am__remove_distdir)
|
---|
[79551331] | 533 |
|
---|
| 534 | # This target untars the dist file and tries a VPATH configuration. Then
|
---|
| 535 | # it guarantees that the distribution is self-contained by making another
|
---|
| 536 | # tarfile.
|
---|
| 537 | distcheck: dist
|
---|
| 538 | case '$(DIST_ARCHIVES)' in \
|
---|
| 539 | *.tar.gz*) \
|
---|
| 540 | GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
|
---|
| 541 | *.tar.bz2*) \
|
---|
| 542 | bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
|
---|
[ee51534] | 543 | *.tar.lzma*) \
|
---|
| 544 | lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
|
---|
[79551331] | 545 | *.tar.lz*) \
|
---|
| 546 | lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
|
---|
| 547 | *.tar.xz*) \
|
---|
| 548 | xz -dc $(distdir).tar.xz | $(am__untar) ;;\
|
---|
| 549 | *.tar.Z*) \
|
---|
| 550 | uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
|
---|
| 551 | *.shar.gz*) \
|
---|
| 552 | GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
|
---|
| 553 | *.zip*) \
|
---|
| 554 | unzip $(distdir).zip ;;\
|
---|
| 555 | esac
|
---|
[ee51534] | 556 | chmod -R a-w $(distdir); chmod a+w $(distdir)
|
---|
| 557 | mkdir $(distdir)/_build
|
---|
| 558 | mkdir $(distdir)/_inst
|
---|
[79551331] | 559 | chmod a-w $(distdir)
|
---|
| 560 | test -d $(distdir)/_build || exit 0; \
|
---|
| 561 | dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
|
---|
| 562 | && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
|
---|
| 563 | && am__cwd=`pwd` \
|
---|
| 564 | && $(am__cd) $(distdir)/_build \
|
---|
[ee51534] | 565 | && ../configure --srcdir=.. --prefix="$$dc_install_base" \
|
---|
[79551331] | 566 | $(AM_DISTCHECK_CONFIGURE_FLAGS) \
|
---|
| 567 | $(DISTCHECK_CONFIGURE_FLAGS) \
|
---|
| 568 | && $(MAKE) $(AM_MAKEFLAGS) \
|
---|
| 569 | && $(MAKE) $(AM_MAKEFLAGS) dvi \
|
---|
| 570 | && $(MAKE) $(AM_MAKEFLAGS) check \
|
---|
| 571 | && $(MAKE) $(AM_MAKEFLAGS) install \
|
---|
| 572 | && $(MAKE) $(AM_MAKEFLAGS) installcheck \
|
---|
| 573 | && $(MAKE) $(AM_MAKEFLAGS) uninstall \
|
---|
| 574 | && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
|
---|
| 575 | distuninstallcheck \
|
---|
| 576 | && chmod -R a-w "$$dc_install_base" \
|
---|
| 577 | && ({ \
|
---|
| 578 | (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
|
---|
| 579 | && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
|
---|
| 580 | && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
|
---|
| 581 | && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
|
---|
| 582 | distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
|
---|
| 583 | } || { rm -rf "$$dc_destdir"; exit 1; }) \
|
---|
| 584 | && rm -rf "$$dc_destdir" \
|
---|
| 585 | && $(MAKE) $(AM_MAKEFLAGS) dist \
|
---|
| 586 | && rm -rf $(DIST_ARCHIVES) \
|
---|
| 587 | && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
|
---|
| 588 | && cd "$$am__cwd" \
|
---|
| 589 | || exit 1
|
---|
[ee51534] | 590 | $(am__remove_distdir)
|
---|
[79551331] | 591 | @(echo "$(distdir) archives ready for distribution: "; \
|
---|
| 592 | list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
|
---|
| 593 | sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
|
---|
| 594 | distuninstallcheck:
|
---|
| 595 | @test -n '$(distuninstallcheck_dir)' || { \
|
---|
| 596 | echo 'ERROR: trying to run $@ with an empty' \
|
---|
| 597 | '$$(distuninstallcheck_dir)' >&2; \
|
---|
| 598 | exit 1; \
|
---|
| 599 | }; \
|
---|
| 600 | $(am__cd) '$(distuninstallcheck_dir)' || { \
|
---|
| 601 | echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
|
---|
| 602 | exit 1; \
|
---|
| 603 | }; \
|
---|
| 604 | test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
|
---|
| 605 | || { echo "ERROR: files left after uninstall:" ; \
|
---|
| 606 | if test -n "$(DESTDIR)"; then \
|
---|
| 607 | echo " (check DESTDIR support)"; \
|
---|
| 608 | fi ; \
|
---|
| 609 | $(distuninstallcheck_listfiles) ; \
|
---|
| 610 | exit 1; } >&2
|
---|
| 611 | distcleancheck: distclean
|
---|
| 612 | @if test '$(srcdir)' = . ; then \
|
---|
| 613 | echo "ERROR: distcleancheck can only run from a VPATH build" ; \
|
---|
| 614 | exit 1 ; \
|
---|
| 615 | fi
|
---|
| 616 | @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
|
---|
| 617 | || { echo "ERROR: files left in build directory after distclean:" ; \
|
---|
| 618 | $(distcleancheck_listfiles) ; \
|
---|
| 619 | exit 1; } >&2
|
---|
| 620 | check-am: all-am
|
---|
| 621 | check: check-recursive
|
---|
| 622 | all-am: Makefile config.h
|
---|
| 623 | installdirs: installdirs-recursive
|
---|
| 624 | installdirs-am:
|
---|
| 625 | install: install-recursive
|
---|
| 626 | install-exec: install-exec-recursive
|
---|
| 627 | install-data: install-data-recursive
|
---|
| 628 | uninstall: uninstall-recursive
|
---|
| 629 |
|
---|
| 630 | install-am: all-am
|
---|
| 631 | @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
|
---|
| 632 |
|
---|
| 633 | installcheck: installcheck-recursive
|
---|
| 634 | install-strip:
|
---|
| 635 | if test -z '$(STRIP)'; then \
|
---|
| 636 | $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
|
---|
| 637 | install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
|
---|
| 638 | install; \
|
---|
| 639 | else \
|
---|
| 640 | $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
|
---|
| 641 | install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
|
---|
| 642 | "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
|
---|
| 643 | fi
|
---|
| 644 | mostlyclean-generic:
|
---|
| 645 |
|
---|
| 646 | clean-generic:
|
---|
| 647 |
|
---|
| 648 | distclean-generic:
|
---|
| 649 | -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
|
---|
| 650 | -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
|
---|
| 651 |
|
---|
| 652 | maintainer-clean-generic:
|
---|
| 653 | @echo "This command is intended for maintainers to use"
|
---|
| 654 | @echo "it deletes files that may require special tools to rebuild."
|
---|
[d3b7937] | 655 | -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
|
---|
[79551331] | 656 | clean: clean-recursive
|
---|
| 657 |
|
---|
| 658 | clean-am: clean-generic mostlyclean-am
|
---|
| 659 |
|
---|
| 660 | distclean: distclean-recursive
|
---|
| 661 | -rm -f $(am__CONFIG_DISTCLEAN_FILES)
|
---|
| 662 | -rm -f Makefile
|
---|
| 663 | distclean-am: clean-am distclean-generic distclean-hdr distclean-tags
|
---|
| 664 |
|
---|
| 665 | dvi: dvi-recursive
|
---|
| 666 |
|
---|
| 667 | dvi-am:
|
---|
| 668 |
|
---|
| 669 | html: html-recursive
|
---|
| 670 |
|
---|
| 671 | html-am:
|
---|
| 672 |
|
---|
| 673 | info: info-recursive
|
---|
| 674 |
|
---|
| 675 | info-am:
|
---|
| 676 |
|
---|
| 677 | install-data-am:
|
---|
| 678 |
|
---|
| 679 | install-dvi: install-dvi-recursive
|
---|
| 680 |
|
---|
| 681 | install-dvi-am:
|
---|
| 682 |
|
---|
| 683 | install-exec-am:
|
---|
| 684 |
|
---|
| 685 | install-html: install-html-recursive
|
---|
| 686 |
|
---|
| 687 | install-html-am:
|
---|
| 688 |
|
---|
| 689 | install-info: install-info-recursive
|
---|
| 690 |
|
---|
| 691 | install-info-am:
|
---|
| 692 |
|
---|
| 693 | install-man:
|
---|
| 694 |
|
---|
| 695 | install-pdf: install-pdf-recursive
|
---|
| 696 |
|
---|
| 697 | install-pdf-am:
|
---|
| 698 |
|
---|
| 699 | install-ps: install-ps-recursive
|
---|
| 700 |
|
---|
| 701 | install-ps-am:
|
---|
| 702 |
|
---|
| 703 | installcheck-am:
|
---|
| 704 |
|
---|
| 705 | maintainer-clean: maintainer-clean-recursive
|
---|
| 706 | -rm -f $(am__CONFIG_DISTCLEAN_FILES)
|
---|
| 707 | -rm -rf $(top_srcdir)/autom4te.cache
|
---|
| 708 | -rm -f Makefile
|
---|
| 709 | maintainer-clean-am: distclean-am maintainer-clean-generic
|
---|
| 710 |
|
---|
| 711 | mostlyclean: mostlyclean-recursive
|
---|
| 712 |
|
---|
| 713 | mostlyclean-am: mostlyclean-generic
|
---|
| 714 |
|
---|
| 715 | pdf: pdf-recursive
|
---|
| 716 |
|
---|
| 717 | pdf-am:
|
---|
| 718 |
|
---|
| 719 | ps: ps-recursive
|
---|
| 720 |
|
---|
| 721 | ps-am:
|
---|
| 722 |
|
---|
| 723 | uninstall-am:
|
---|
| 724 |
|
---|
[ee51534] | 725 | .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \
|
---|
| 726 | ctags-recursive install-am install-strip tags-recursive
|
---|
[79551331] | 727 |
|
---|
[ee51534] | 728 | .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
|
---|
| 729 | all all-am am--refresh check check-am clean clean-generic \
|
---|
| 730 | ctags ctags-recursive dist dist-all dist-bzip2 dist-gzip \
|
---|
| 731 | dist-lzip dist-lzma dist-shar dist-tarZ dist-xz dist-zip \
|
---|
[79551331] | 732 | distcheck distclean distclean-generic distclean-hdr \
|
---|
| 733 | distclean-tags distcleancheck distdir distuninstallcheck dvi \
|
---|
| 734 | dvi-am html html-am info info-am install install-am \
|
---|
| 735 | install-data install-data-am install-dvi install-dvi-am \
|
---|
| 736 | install-exec install-exec-am install-html install-html-am \
|
---|
| 737 | install-info install-info-am install-man install-pdf \
|
---|
| 738 | install-pdf-am install-ps install-ps-am install-strip \
|
---|
| 739 | installcheck installcheck-am installdirs installdirs-am \
|
---|
| 740 | maintainer-clean maintainer-clean-generic mostlyclean \
|
---|
[ee51534] | 741 | mostlyclean-generic pdf pdf-am ps ps-am tags tags-recursive \
|
---|
| 742 | uninstall uninstall-am
|
---|
[79551331] | 743 |
|
---|
| 744 |
|
---|
| 745 | # Tell versions [3.59,3.63) of GNU make to not export all variables.
|
---|
| 746 | # Otherwise a system limit (for SysV at least) may be exceeded.
|
---|
| 747 | .NOEXPORT:
|
---|