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