| 1 | # Makefile.in generated by automake 1.10 from Makefile.am.
|
|---|
| 2 | # @configure_input@
|
|---|
| 3 |
|
|---|
| 4 | # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
|
|---|
| 5 | # 2003, 2004, 2005, 2006 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 | VPATH = @srcdir@
|
|---|
| 18 | pkgdatadir = $(datadir)/@PACKAGE@
|
|---|
| 19 | pkglibdir = $(libdir)/@PACKAGE@
|
|---|
| 20 | pkgincludedir = $(includedir)/@PACKAGE@
|
|---|
| 21 | am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
|
|---|
| 22 | install_sh_DATA = $(install_sh) -c -m 644
|
|---|
| 23 | install_sh_PROGRAM = $(install_sh) -c
|
|---|
| 24 | install_sh_SCRIPT = $(install_sh) -c
|
|---|
| 25 | INSTALL_HEADER = $(INSTALL_DATA)
|
|---|
| 26 | transform = $(program_transform_name)
|
|---|
| 27 | NORMAL_INSTALL = :
|
|---|
| 28 | PRE_INSTALL = :
|
|---|
| 29 | POST_INSTALL = :
|
|---|
| 30 | NORMAL_UNINSTALL = :
|
|---|
| 31 | PRE_UNINSTALL = :
|
|---|
| 32 | POST_UNINSTALL = :
|
|---|
| 33 | DIST_COMMON = $(dist_autotestlib_DATA) $(srcdir)/../freeze.mk \
|
|---|
| 34 | $(srcdir)/Makefile.am $(srcdir)/Makefile.in
|
|---|
| 35 | subdir = lib/autotest
|
|---|
| 36 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
|---|
| 37 | am__aclocal_m4_deps = $(top_srcdir)/m4/m4.m4 \
|
|---|
| 38 | $(top_srcdir)/configure.ac
|
|---|
| 39 | am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
|
|---|
| 40 | $(ACLOCAL_M4)
|
|---|
| 41 | mkinstalldirs = $(install_sh) -d
|
|---|
| 42 | CONFIG_CLEAN_FILES =
|
|---|
| 43 | SOURCES =
|
|---|
| 44 | DIST_SOURCES =
|
|---|
| 45 | am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
|
|---|
| 46 | am__vpath_adj = case $$p in \
|
|---|
| 47 | $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
|
|---|
| 48 | *) f=$$p;; \
|
|---|
| 49 | esac;
|
|---|
| 50 | am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
|
|---|
| 51 | am__installdirs = "$(DESTDIR)$(autotestlibdir)" \
|
|---|
| 52 | "$(DESTDIR)$(autotestlibdir)"
|
|---|
| 53 | dist_autotestlibDATA_INSTALL = $(INSTALL_DATA)
|
|---|
| 54 | nodist_autotestlibDATA_INSTALL = $(INSTALL_DATA)
|
|---|
| 55 | DATA = $(dist_autotestlib_DATA) $(nodist_autotestlib_DATA)
|
|---|
| 56 | ETAGS = etags
|
|---|
| 57 | CTAGS = ctags
|
|---|
| 58 | DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
|
|---|
| 59 | ACLOCAL = @ACLOCAL@
|
|---|
| 60 | AMTAR = @AMTAR@
|
|---|
| 61 | AUTOCONF = @AUTOCONF@
|
|---|
| 62 | AUTOHEADER = @AUTOHEADER@
|
|---|
| 63 | AUTOMAKE = @AUTOMAKE@
|
|---|
| 64 | AWK = @AWK@
|
|---|
| 65 | CYGPATH_W = @CYGPATH_W@
|
|---|
| 66 | DEFS = @DEFS@
|
|---|
| 67 | ECHO_C = @ECHO_C@
|
|---|
| 68 | ECHO_N = @ECHO_N@
|
|---|
| 69 | ECHO_T = @ECHO_T@
|
|---|
| 70 | EGREP = @EGREP@
|
|---|
| 71 | EMACS = @EMACS@
|
|---|
| 72 | EMACSLOADPATH = @EMACSLOADPATH@
|
|---|
| 73 | EXPR = @EXPR@
|
|---|
| 74 | GREP = @GREP@
|
|---|
| 75 | HELP2MAN = @HELP2MAN@
|
|---|
| 76 | INSTALL = @INSTALL@
|
|---|
| 77 | INSTALL_DATA = @INSTALL_DATA@
|
|---|
| 78 | INSTALL_PROGRAM = @INSTALL_PROGRAM@
|
|---|
| 79 | INSTALL_SCRIPT = @INSTALL_SCRIPT@
|
|---|
| 80 | INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
|
|---|
| 81 | LIBOBJS = @LIBOBJS@
|
|---|
| 82 | LIBS = @LIBS@
|
|---|
| 83 | LTLIBOBJS = @LTLIBOBJS@
|
|---|
| 84 | M4 = @M4@
|
|---|
| 85 | M4_DEBUGFILE = @M4_DEBUGFILE@
|
|---|
| 86 | MAKEINFO = @MAKEINFO@
|
|---|
| 87 | MKDIR_P = @MKDIR_P@
|
|---|
| 88 | PACKAGE = @PACKAGE@
|
|---|
| 89 | PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
|
|---|
| 90 | PACKAGE_NAME = @PACKAGE_NAME@
|
|---|
| 91 | PACKAGE_STRING = @PACKAGE_STRING@
|
|---|
| 92 | PACKAGE_TARNAME = @PACKAGE_TARNAME@
|
|---|
| 93 | PACKAGE_VERSION = @PACKAGE_VERSION@
|
|---|
| 94 | PATH_SEPARATOR = @PATH_SEPARATOR@
|
|---|
| 95 | PERL = @PERL@
|
|---|
| 96 | SED = @SED@
|
|---|
| 97 | SET_MAKE = @SET_MAKE@
|
|---|
| 98 | SHELL = @SHELL@
|
|---|
| 99 | STRIP = @STRIP@
|
|---|
| 100 | TEST_EMACS = @TEST_EMACS@
|
|---|
| 101 | VERSION = @VERSION@
|
|---|
| 102 | abs_builddir = @abs_builddir@
|
|---|
| 103 | abs_srcdir = @abs_srcdir@
|
|---|
| 104 | abs_top_builddir = @abs_top_builddir@
|
|---|
| 105 | abs_top_srcdir = @abs_top_srcdir@
|
|---|
| 106 | ac_cv_sh_n_works = @ac_cv_sh_n_works@
|
|---|
| 107 | am__leading_dot = @am__leading_dot@
|
|---|
| 108 | am__tar = @am__tar@
|
|---|
| 109 | am__untar = @am__untar@
|
|---|
| 110 | bindir = @bindir@
|
|---|
| 111 | build_alias = @build_alias@
|
|---|
| 112 | builddir = @builddir@
|
|---|
| 113 | datadir = @datadir@
|
|---|
| 114 | datarootdir = @datarootdir@
|
|---|
| 115 | docdir = @docdir@
|
|---|
| 116 | dvidir = @dvidir@
|
|---|
| 117 | exec_prefix = @exec_prefix@
|
|---|
| 118 | host_alias = @host_alias@
|
|---|
| 119 | htmldir = @htmldir@
|
|---|
| 120 | includedir = @includedir@
|
|---|
| 121 | infodir = @infodir@
|
|---|
| 122 | install_sh = @install_sh@
|
|---|
| 123 | libdir = @libdir@
|
|---|
| 124 | libexecdir = @libexecdir@
|
|---|
| 125 | lispdir = @lispdir@
|
|---|
| 126 | localedir = @localedir@
|
|---|
| 127 | localstatedir = @localstatedir@
|
|---|
| 128 | mandir = @mandir@
|
|---|
| 129 | mkdir_p = @mkdir_p@
|
|---|
| 130 | oldincludedir = @oldincludedir@
|
|---|
| 131 | pdfdir = @pdfdir@
|
|---|
| 132 | prefix = @prefix@
|
|---|
| 133 | program_transform_name = @program_transform_name@
|
|---|
| 134 | psdir = @psdir@
|
|---|
| 135 | sbindir = @sbindir@
|
|---|
| 136 | sharedstatedir = @sharedstatedir@
|
|---|
| 137 | srcdir = @srcdir@
|
|---|
| 138 | sysconfdir = @sysconfdir@
|
|---|
| 139 | target_alias = @target_alias@
|
|---|
| 140 | top_builddir = @top_builddir@
|
|---|
| 141 | top_srcdir = @top_srcdir@
|
|---|
| 142 | autotestlibdir = $(pkgdatadir)/autotest
|
|---|
| 143 | dist_autotestlib_DATA = autotest.m4 general.m4
|
|---|
| 144 | nodist_autotestlib_DATA = autotest.m4f
|
|---|
| 145 | CLEANFILES = $(nodist_autotestlib_DATA)
|
|---|
| 146 | TAGS_FILES = $(dist_autotestlib_DATA)
|
|---|
| 147 | ETAGS_ARGS = $(ETAGS_FOR_AUTOCONF)
|
|---|
| 148 | forbidden_patterns = -e '^_*EOF' -e ' cmp '
|
|---|
| 149 | forbidden_patterns_files = $(dist_autotestlib_DATA)
|
|---|
| 150 | SUFFIXES = .m4 .m4f
|
|---|
| 151 | AUTOM4TE_CFG = $(top_builddir)/lib/autom4te.cfg
|
|---|
| 152 |
|
|---|
| 153 | # Do not use AUTOM4TE here, since Makefile.maint (my-distcheck)
|
|---|
| 154 | # checks if we are independent of Autoconf by defining AUTOM4TE (and
|
|---|
| 155 | # others) to `false'. Autoconf provides autom4te, so that doesn't
|
|---|
| 156 | # apply to us.
|
|---|
| 157 | MY_AUTOM4TE = \
|
|---|
| 158 | autom4te_perllibdir='$(top_srcdir)'/lib \
|
|---|
| 159 | AUTOM4TE_CFG='$(AUTOM4TE_CFG)' $(top_builddir)/bin/autom4te \
|
|---|
| 160 | -B '$(top_builddir)'/lib -B '$(top_srcdir)'/lib # keep ` '
|
|---|
| 161 |
|
|---|
| 162 |
|
|---|
| 163 | # Factor the dependencies between all the frozen files.
|
|---|
| 164 | # Some day we should explain to Automake how to use autom4te to compute
|
|---|
| 165 | # the dependencies...
|
|---|
| 166 | src_libdir = $(top_srcdir)/lib
|
|---|
| 167 | build_libdir = $(top_builddir)/lib
|
|---|
| 168 | m4f_dependencies = $(top_builddir)/bin/autom4te $(AUTOM4TE_CFG)
|
|---|
| 169 | m4sugar_m4f_dependencies = \
|
|---|
| 170 | $(m4f_dependencies) \
|
|---|
| 171 | $(src_libdir)/m4sugar/m4sugar.m4 \
|
|---|
| 172 | $(build_libdir)/m4sugar/version.m4
|
|---|
| 173 |
|
|---|
| 174 | m4sh_m4f_dependencies = \
|
|---|
| 175 | $(m4sugar_m4f_dependencies) \
|
|---|
| 176 | $(src_libdir)/m4sugar/m4sh.m4
|
|---|
| 177 |
|
|---|
| 178 | autotest_m4f_dependencies = \
|
|---|
| 179 | $(m4sh_m4f_dependencies) \
|
|---|
| 180 | $(src_libdir)/autotest/autotest.m4 \
|
|---|
| 181 | $(src_libdir)/autotest/general.m4
|
|---|
| 182 |
|
|---|
| 183 | autoconf_m4f_dependencies = \
|
|---|
| 184 | $(m4sh_m4f_dependencies) \
|
|---|
| 185 | $(src_libdir)/autoconf/autoscan.m4 \
|
|---|
| 186 | $(src_libdir)/autoconf/general.m4 \
|
|---|
| 187 | $(src_libdir)/autoconf/autoheader.m4 \
|
|---|
| 188 | $(src_libdir)/autoconf/autoupdate.m4 \
|
|---|
| 189 | $(src_libdir)/autoconf/autotest.m4 \
|
|---|
| 190 | $(src_libdir)/autoconf/status.m4 \
|
|---|
| 191 | $(src_libdir)/autoconf/oldnames.m4 \
|
|---|
| 192 | $(src_libdir)/autoconf/specific.m4 \
|
|---|
| 193 | $(src_libdir)/autoconf/lang.m4 \
|
|---|
| 194 | $(src_libdir)/autoconf/c.m4 \
|
|---|
| 195 | $(src_libdir)/autoconf/fortran.m4 \
|
|---|
| 196 | $(src_libdir)/autoconf/erlang.m4 \
|
|---|
| 197 | $(src_libdir)/autoconf/functions.m4 \
|
|---|
| 198 | $(src_libdir)/autoconf/headers.m4 \
|
|---|
| 199 | $(src_libdir)/autoconf/types.m4 \
|
|---|
| 200 | $(src_libdir)/autoconf/libs.m4 \
|
|---|
| 201 | $(src_libdir)/autoconf/programs.m4 \
|
|---|
| 202 | $(src_libdir)/autoconf/autoconf.m4
|
|---|
| 203 |
|
|---|
| 204 | ETAGS_FOR_M4 = \
|
|---|
| 205 | --lang=none \
|
|---|
| 206 | --regex='/\(m4_define\|define\)(\[\([^]]*\)\]/\2/'
|
|---|
| 207 |
|
|---|
| 208 | ETAGS_FOR_M4SUGAR = \
|
|---|
| 209 | $(ETAGS_FOR_M4) \
|
|---|
| 210 | --regex='/m4_defun(\[\([^]]*\)\]/\1/'
|
|---|
| 211 |
|
|---|
| 212 | ETAGS_FOR_AUTOCONF = \
|
|---|
| 213 | $(ETAGS_FOR_M4SUGAR) \
|
|---|
| 214 | --regex='/\(A[CU]_DEFUN\|AU_ALIAS\)(\[\([^]]*\)\]/\2/' \
|
|---|
| 215 | --regex='/AN_\(FUNCTION\|HEADER\|IDENTIFIER\|LIBRARY\|MAKEVAR\|PROGRAM\)(\[\([^]]*\)\]/\2/'
|
|---|
| 216 |
|
|---|
| 217 | all: all-am
|
|---|
| 218 |
|
|---|
| 219 | .SUFFIXES:
|
|---|
| 220 | .SUFFIXES: .m4 .m4f
|
|---|
| 221 | $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(srcdir)/../freeze.mk $(am__configure_deps)
|
|---|
| 222 | @for dep in $?; do \
|
|---|
| 223 | case '$(am__configure_deps)' in \
|
|---|
| 224 | *$$dep*) \
|
|---|
| 225 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
|
|---|
| 226 | && exit 0; \
|
|---|
| 227 | exit 1;; \
|
|---|
| 228 | esac; \
|
|---|
| 229 | done; \
|
|---|
| 230 | echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu lib/autotest/Makefile'; \
|
|---|
| 231 | cd $(top_srcdir) && \
|
|---|
| 232 | $(AUTOMAKE) --gnu lib/autotest/Makefile
|
|---|
| 233 | .PRECIOUS: Makefile
|
|---|
| 234 | Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
|
|---|
| 235 | @case '$?' in \
|
|---|
| 236 | *config.status*) \
|
|---|
| 237 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
|
|---|
| 238 | *) \
|
|---|
| 239 | echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
|
|---|
| 240 | cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
|
|---|
| 241 | esac;
|
|---|
| 242 |
|
|---|
| 243 | $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
|
|---|
| 244 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
|---|
| 245 |
|
|---|
| 246 | $(top_srcdir)/configure: $(am__configure_deps)
|
|---|
| 247 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
|---|
| 248 | $(ACLOCAL_M4): $(am__aclocal_m4_deps)
|
|---|
| 249 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
|---|
| 250 | install-dist_autotestlibDATA: $(dist_autotestlib_DATA)
|
|---|
| 251 | @$(NORMAL_INSTALL)
|
|---|
| 252 | test -z "$(autotestlibdir)" || $(MKDIR_P) "$(DESTDIR)$(autotestlibdir)"
|
|---|
| 253 | @list='$(dist_autotestlib_DATA)'; for p in $$list; do \
|
|---|
| 254 | if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
|
|---|
| 255 | f=$(am__strip_dir) \
|
|---|
| 256 | echo " $(dist_autotestlibDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(autotestlibdir)/$$f'"; \
|
|---|
| 257 | $(dist_autotestlibDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(autotestlibdir)/$$f"; \
|
|---|
| 258 | done
|
|---|
| 259 |
|
|---|
| 260 | uninstall-dist_autotestlibDATA:
|
|---|
| 261 | @$(NORMAL_UNINSTALL)
|
|---|
| 262 | @list='$(dist_autotestlib_DATA)'; for p in $$list; do \
|
|---|
| 263 | f=$(am__strip_dir) \
|
|---|
| 264 | echo " rm -f '$(DESTDIR)$(autotestlibdir)/$$f'"; \
|
|---|
| 265 | rm -f "$(DESTDIR)$(autotestlibdir)/$$f"; \
|
|---|
| 266 | done
|
|---|
| 267 | install-nodist_autotestlibDATA: $(nodist_autotestlib_DATA)
|
|---|
| 268 | @$(NORMAL_INSTALL)
|
|---|
| 269 | test -z "$(autotestlibdir)" || $(MKDIR_P) "$(DESTDIR)$(autotestlibdir)"
|
|---|
| 270 | @list='$(nodist_autotestlib_DATA)'; for p in $$list; do \
|
|---|
| 271 | if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
|
|---|
| 272 | f=$(am__strip_dir) \
|
|---|
| 273 | echo " $(nodist_autotestlibDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(autotestlibdir)/$$f'"; \
|
|---|
| 274 | $(nodist_autotestlibDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(autotestlibdir)/$$f"; \
|
|---|
| 275 | done
|
|---|
| 276 |
|
|---|
| 277 | uninstall-nodist_autotestlibDATA:
|
|---|
| 278 | @$(NORMAL_UNINSTALL)
|
|---|
| 279 | @list='$(nodist_autotestlib_DATA)'; for p in $$list; do \
|
|---|
| 280 | f=$(am__strip_dir) \
|
|---|
| 281 | echo " rm -f '$(DESTDIR)$(autotestlibdir)/$$f'"; \
|
|---|
| 282 | rm -f "$(DESTDIR)$(autotestlibdir)/$$f"; \
|
|---|
| 283 | done
|
|---|
| 284 |
|
|---|
| 285 | ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
|
|---|
| 286 | list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
|
|---|
| 287 | unique=`for i in $$list; do \
|
|---|
| 288 | if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
|
|---|
| 289 | done | \
|
|---|
| 290 | $(AWK) ' { files[$$0] = 1; } \
|
|---|
| 291 | END { for (i in files) print i; }'`; \
|
|---|
| 292 | mkid -fID $$unique
|
|---|
| 293 | tags: TAGS
|
|---|
| 294 |
|
|---|
| 295 | TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
|
|---|
| 296 | $(TAGS_FILES) $(LISP)
|
|---|
| 297 | tags=; \
|
|---|
| 298 | here=`pwd`; \
|
|---|
| 299 | list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
|
|---|
| 300 | unique=`for i in $$list; do \
|
|---|
| 301 | if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
|
|---|
| 302 | done | \
|
|---|
| 303 | $(AWK) ' { files[$$0] = 1; } \
|
|---|
| 304 | END { for (i in files) print i; }'`; \
|
|---|
| 305 | if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
|
|---|
| 306 | test -n "$$unique" || unique=$$empty_fix; \
|
|---|
| 307 | $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
|
|---|
| 308 | $$tags $$unique; \
|
|---|
| 309 | fi
|
|---|
| 310 | ctags: CTAGS
|
|---|
| 311 | CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
|
|---|
| 312 | $(TAGS_FILES) $(LISP)
|
|---|
| 313 | tags=; \
|
|---|
| 314 | here=`pwd`; \
|
|---|
| 315 | list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
|
|---|
| 316 | unique=`for i in $$list; do \
|
|---|
| 317 | if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
|
|---|
| 318 | done | \
|
|---|
| 319 | $(AWK) ' { files[$$0] = 1; } \
|
|---|
| 320 | END { for (i in files) print i; }'`; \
|
|---|
| 321 | test -z "$(CTAGS_ARGS)$$tags$$unique" \
|
|---|
| 322 | || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
|
|---|
| 323 | $$tags $$unique
|
|---|
| 324 |
|
|---|
| 325 | GTAGS:
|
|---|
| 326 | here=`$(am__cd) $(top_builddir) && pwd` \
|
|---|
| 327 | && cd $(top_srcdir) \
|
|---|
| 328 | && gtags -i $(GTAGS_ARGS) $$here
|
|---|
| 329 |
|
|---|
| 330 | distclean-tags:
|
|---|
| 331 | -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
|
|---|
| 332 |
|
|---|
| 333 | distdir: $(DISTFILES)
|
|---|
| 334 | @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
|
|---|
| 335 | topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
|
|---|
| 336 | list='$(DISTFILES)'; \
|
|---|
| 337 | dist_files=`for file in $$list; do echo $$file; done | \
|
|---|
| 338 | sed -e "s|^$$srcdirstrip/||;t" \
|
|---|
| 339 | -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
|
|---|
| 340 | case $$dist_files in \
|
|---|
| 341 | */*) $(MKDIR_P) `echo "$$dist_files" | \
|
|---|
| 342 | sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
|
|---|
| 343 | sort -u` ;; \
|
|---|
| 344 | esac; \
|
|---|
| 345 | for file in $$dist_files; do \
|
|---|
| 346 | if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
|
|---|
| 347 | if test -d $$d/$$file; then \
|
|---|
| 348 | dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
|
|---|
| 349 | if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
|
|---|
| 350 | cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
|
|---|
| 351 | fi; \
|
|---|
| 352 | cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
|
|---|
| 353 | else \
|
|---|
| 354 | test -f $(distdir)/$$file \
|
|---|
| 355 | || cp -p $$d/$$file $(distdir)/$$file \
|
|---|
| 356 | || exit 1; \
|
|---|
| 357 | fi; \
|
|---|
| 358 | done
|
|---|
| 359 | check-am: all-am
|
|---|
| 360 | $(MAKE) $(AM_MAKEFLAGS) check-local
|
|---|
| 361 | check: check-am
|
|---|
| 362 | all-am: Makefile $(DATA)
|
|---|
| 363 | installdirs:
|
|---|
| 364 | for dir in "$(DESTDIR)$(autotestlibdir)" "$(DESTDIR)$(autotestlibdir)"; do \
|
|---|
| 365 | test -z "$$dir" || $(MKDIR_P) "$$dir"; \
|
|---|
| 366 | done
|
|---|
| 367 | install: install-am
|
|---|
| 368 | install-exec: install-exec-am
|
|---|
| 369 | install-data: install-data-am
|
|---|
| 370 | uninstall: uninstall-am
|
|---|
| 371 |
|
|---|
| 372 | install-am: all-am
|
|---|
| 373 | @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
|
|---|
| 374 |
|
|---|
| 375 | installcheck: installcheck-am
|
|---|
| 376 | install-strip:
|
|---|
| 377 | $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
|
|---|
| 378 | install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
|
|---|
| 379 | `test -z '$(STRIP)' || \
|
|---|
| 380 | echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
|
|---|
| 381 | mostlyclean-generic:
|
|---|
| 382 |
|
|---|
| 383 | clean-generic:
|
|---|
| 384 | -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
|
|---|
| 385 |
|
|---|
| 386 | distclean-generic:
|
|---|
| 387 | -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
|
|---|
| 388 |
|
|---|
| 389 | maintainer-clean-generic:
|
|---|
| 390 | @echo "This command is intended for maintainers to use"
|
|---|
| 391 | @echo "it deletes files that may require special tools to rebuild."
|
|---|
| 392 | clean: clean-am
|
|---|
| 393 |
|
|---|
| 394 | clean-am: clean-generic mostlyclean-am
|
|---|
| 395 |
|
|---|
| 396 | distclean: distclean-am
|
|---|
| 397 | -rm -f Makefile
|
|---|
| 398 | distclean-am: clean-am distclean-generic distclean-tags
|
|---|
| 399 |
|
|---|
| 400 | dvi: dvi-am
|
|---|
| 401 |
|
|---|
| 402 | dvi-am:
|
|---|
| 403 |
|
|---|
| 404 | html: html-am
|
|---|
| 405 |
|
|---|
| 406 | info: info-am
|
|---|
| 407 |
|
|---|
| 408 | info-am:
|
|---|
| 409 |
|
|---|
| 410 | install-data-am: install-dist_autotestlibDATA \
|
|---|
| 411 | install-nodist_autotestlibDATA
|
|---|
| 412 |
|
|---|
| 413 | install-dvi: install-dvi-am
|
|---|
| 414 |
|
|---|
| 415 | install-exec-am:
|
|---|
| 416 |
|
|---|
| 417 | install-html: install-html-am
|
|---|
| 418 |
|
|---|
| 419 | install-info: install-info-am
|
|---|
| 420 |
|
|---|
| 421 | install-man:
|
|---|
| 422 |
|
|---|
| 423 | install-pdf: install-pdf-am
|
|---|
| 424 |
|
|---|
| 425 | install-ps: install-ps-am
|
|---|
| 426 |
|
|---|
| 427 | installcheck-am:
|
|---|
| 428 |
|
|---|
| 429 | maintainer-clean: maintainer-clean-am
|
|---|
| 430 | -rm -f Makefile
|
|---|
| 431 | maintainer-clean-am: distclean-am maintainer-clean-generic
|
|---|
| 432 |
|
|---|
| 433 | mostlyclean: mostlyclean-am
|
|---|
| 434 |
|
|---|
| 435 | mostlyclean-am: mostlyclean-generic
|
|---|
| 436 |
|
|---|
| 437 | pdf: pdf-am
|
|---|
| 438 |
|
|---|
| 439 | pdf-am:
|
|---|
| 440 |
|
|---|
| 441 | ps: ps-am
|
|---|
| 442 |
|
|---|
| 443 | ps-am:
|
|---|
| 444 |
|
|---|
| 445 | uninstall-am: uninstall-dist_autotestlibDATA \
|
|---|
| 446 | uninstall-nodist_autotestlibDATA
|
|---|
| 447 |
|
|---|
| 448 | .MAKE: install-am install-strip
|
|---|
| 449 |
|
|---|
| 450 | .PHONY: CTAGS GTAGS all all-am check check-am check-local clean \
|
|---|
| 451 | clean-generic ctags distclean distclean-generic distclean-tags \
|
|---|
| 452 | distdir dvi dvi-am html html-am info info-am install \
|
|---|
| 453 | install-am install-data install-data-am \
|
|---|
| 454 | install-dist_autotestlibDATA install-dvi install-dvi-am \
|
|---|
| 455 | install-exec install-exec-am install-html install-html-am \
|
|---|
| 456 | install-info install-info-am install-man \
|
|---|
| 457 | install-nodist_autotestlibDATA install-pdf install-pdf-am \
|
|---|
| 458 | install-ps install-ps-am install-strip installcheck \
|
|---|
| 459 | installcheck-am installdirs maintainer-clean \
|
|---|
| 460 | maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
|
|---|
| 461 | pdf-am ps ps-am tags uninstall uninstall-am \
|
|---|
| 462 | uninstall-dist_autotestlibDATA \
|
|---|
| 463 | uninstall-nodist_autotestlibDATA
|
|---|
| 464 |
|
|---|
| 465 |
|
|---|
| 466 | check-local: check-forbidden-patterns
|
|---|
| 467 |
|
|---|
| 468 | autotest.m4f: $(autotest_m4f_dependencies)
|
|---|
| 469 | $(AUTOM4TE_CFG): $(top_srcdir)/lib/autom4te.in
|
|---|
| 470 | cd $(top_builddir)/lib && $(MAKE) $(AM_MAKEFLAGS) autom4te.cfg
|
|---|
| 471 |
|
|---|
| 472 | # When processing the file with diversion disabled, there must be no
|
|---|
| 473 | # output but comments and empty lines.
|
|---|
| 474 | # If freezing produces output, something went wrong: a bad `divert',
|
|---|
| 475 | # or an improper paren etc.
|
|---|
| 476 | # It may happen that the output does not end with an end of line, hence
|
|---|
| 477 | # force an end of line when reporting errors.
|
|---|
| 478 | .m4.m4f:
|
|---|
| 479 | $(MY_AUTOM4TE) \
|
|---|
| 480 | --language=$* \
|
|---|
| 481 | --freeze \
|
|---|
| 482 | --output=$@
|
|---|
| 483 |
|
|---|
| 484 | # For parallel builds.
|
|---|
| 485 | $(build_libdir)/m4sugar/version.m4:
|
|---|
| 486 | cd $(build_libdir)/m4sugar && $(MAKE) $(AM_MAKEFLAGS) version.m4
|
|---|
| 487 |
|
|---|
| 488 | check-forbidden-patterns:
|
|---|
| 489 | @if (cd $(srcdir) && \
|
|---|
| 490 | $(GREP) $(forbidden_patterns) $(forbidden_patterns_files)) \
|
|---|
| 491 | >forbidden.log; then \
|
|---|
| 492 | echo "ERROR: forbidden patterns were found:" >&2; \
|
|---|
| 493 | sed "s,^,$*.m4: ," <forbidden.log >&2; \
|
|---|
| 494 | echo >&2; \
|
|---|
| 495 | exit 1; \
|
|---|
| 496 | else \
|
|---|
| 497 | rm -f forbidden.log; \
|
|---|
| 498 | fi
|
|---|
| 499 | # Tell versions [3.59,3.63) of GNU make to not export all variables.
|
|---|
| 500 | # Otherwise a system limit (for SysV at least) may be exceeded.
|
|---|
| 501 | .NOEXPORT:
|
|---|