1# Makefile.in generated by automake 1.15.1 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2017 Free Software Foundation, Inc.
5
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@
16VPATH = @srcdir@
17am__is_gnu_make = { \
18  if test -z '$(MAKELEVEL)'; then \
19    false; \
20  elif test -n '$(MAKE_HOST)'; then \
21    true; \
22  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
23    true; \
24  else \
25    false; \
26  fi; \
27}
28am__make_running_with_option = \
29  case $${target_option-} in \
30      ?) ;; \
31      *) echo "am__make_running_with_option: internal error: invalid" \
32              "target option '$${target_option-}' specified" >&2; \
33         exit 1;; \
34  esac; \
35  has_opt=no; \
36  sane_makeflags=$$MAKEFLAGS; \
37  if $(am__is_gnu_make); then \
38    sane_makeflags=$$MFLAGS; \
39  else \
40    case $$MAKEFLAGS in \
41      *\\[\ \	]*) \
42        bs=\\; \
43        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
44          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
45    esac; \
46  fi; \
47  skip_next=no; \
48  strip_trailopt () \
49  { \
50    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
51  }; \
52  for flg in $$sane_makeflags; do \
53    test $$skip_next = yes && { skip_next=no; continue; }; \
54    case $$flg in \
55      *=*|--*) continue;; \
56        -*I) strip_trailopt 'I'; skip_next=yes;; \
57      -*I?*) strip_trailopt 'I';; \
58        -*O) strip_trailopt 'O'; skip_next=yes;; \
59      -*O?*) strip_trailopt 'O';; \
60        -*l) strip_trailopt 'l'; skip_next=yes;; \
61      -*l?*) strip_trailopt 'l';; \
62      -[dEDm]) skip_next=yes;; \
63      -[JT]) skip_next=yes;; \
64    esac; \
65    case $$flg in \
66      *$$target_option*) has_opt=yes; break;; \
67    esac; \
68  done; \
69  test $$has_opt = yes
70am__make_dryrun = (target_option=n; $(am__make_running_with_option))
71am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
72pkgdatadir = $(datadir)/@PACKAGE@
73pkgincludedir = $(includedir)/@PACKAGE@
74pkglibdir = $(libdir)/@PACKAGE@
75pkglibexecdir = $(libexecdir)/@PACKAGE@
76am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
77install_sh_DATA = $(install_sh) -c -m 644
78install_sh_PROGRAM = $(install_sh) -c
79install_sh_SCRIPT = $(install_sh) -c
80INSTALL_HEADER = $(INSTALL_DATA)
81transform = $(program_transform_name)
82NORMAL_INSTALL = :
83PRE_INSTALL = :
84POST_INSTALL = :
85NORMAL_UNINSTALL = :
86PRE_UNINSTALL = :
87POST_UNINSTALL = :
88build_triplet = @build@
89host_triplet = @host@
90subdir = utils
91ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
92am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
93	$(top_srcdir)/configure.ac
94am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
95	$(ACLOCAL_M4)
96DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
97mkinstalldirs = $(SHELL) $(top_srcdir)/utils/mkinstalldirs
98CONFIG_HEADER = $(top_builddir)/include/config.h
99CONFIG_CLEAN_FILES =
100CONFIG_CLEAN_VPATH_FILES =
101AM_V_P = $(am__v_P_@AM_V@)
102am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
103am__v_P_0 = false
104am__v_P_1 = :
105AM_V_GEN = $(am__v_GEN_@AM_V@)
106am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
107am__v_GEN_0 = @echo "  GEN     " $@;
108am__v_GEN_1 =
109AM_V_at = $(am__v_at_@AM_V@)
110am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
111am__v_at_0 = @
112am__v_at_1 =
113depcomp =
114am__depfiles_maybe =
115SOURCES =
116DIST_SOURCES =
117am__can_run_installinfo = \
118  case $$AM_UPDATE_INFO_DIR in \
119    n|no|NO) false;; \
120    *) (install-info --version) >/dev/null 2>&1;; \
121  esac
122am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
123am__DIST_COMMON = $(srcdir)/Makefile.in compile config.guess \
124	config.sub install-sh ltmain.sh mdate-sh missing mkinstalldirs
125DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
126ACLOCAL = @ACLOCAL@
127ALLOCA = @ALLOCA@
128AMTAR = @AMTAR@
129AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
130AR = @AR@
131AUTHOR = @AUTHOR@
132AUTOCONF = @AUTOCONF@
133AUTOHEADER = @AUTOHEADER@
134AUTOMAKE = @AUTOMAKE@
135AWK = @AWK@
136CC = @CC@
137CCDEPMODE = @CCDEPMODE@
138CC_R = @CC_R@
139CFLAGS = @CFLAGS@
140CPP = @CPP@
141CPPFLAGS = @CPPFLAGS@
142CXX = @CXX@
143CXXCPP = @CXXCPP@
144CXXDEPMODE = @CXXDEPMODE@
145CXXFLAGS = @CXXFLAGS@
146CYGPATH_W = @CYGPATH_W@
147DATE = @DATE@
148DEFS = @DEFS@
149DEPDIR = @DEPDIR@
150ECHO = @ECHO@
151ECHO_C = @ECHO_C@
152ECHO_N = @ECHO_N@
153ECHO_T = @ECHO_T@
154EGREP = @EGREP@
155EMAIL = @EMAIL@
156EXEEXT = @EXEEXT@
157F77 = @F77@
158FFLAGS = @FFLAGS@
159GREP = @GREP@
160INSTALL = @INSTALL@
161INSTALL_DATA = @INSTALL_DATA@
162INSTALL_PROGRAM = @INSTALL_PROGRAM@
163INSTALL_SCRIPT = @INSTALL_SCRIPT@
164INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
165LDFLAGS = @LDFLAGS@
166LDL = @LDL@
167LIBOBJS = @LIBOBJS@
168LIBS = @LIBS@
169LIBTOOL = @LIBTOOL@
170LN_S = @LN_S@
171LTLIBOBJS = @LTLIBOBJS@
172MAKEINFO = @MAKEINFO@
173MKDIR_P = @MKDIR_P@
174OBJEXT = @OBJEXT@
175PACKAGE = @PACKAGE@
176PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
177PACKAGE_NAME = @PACKAGE_NAME@
178PACKAGE_STRING = @PACKAGE_STRING@
179PACKAGE_TARNAME = @PACKAGE_TARNAME@
180PACKAGE_URL = @PACKAGE_URL@
181PACKAGE_VERSION = @PACKAGE_VERSION@
182PATH_SEPARATOR = @PATH_SEPARATOR@
183PERL = @PERL@
184PLATFORM = @PLATFORM@
185PROGRAM = @PROGRAM@
186PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
187PTHREAD_LDFLAGS = @PTHREAD_LDFLAGS@
188RANLIB = @RANLIB@
189SED = @SED@
190SET_MAKE = @SET_MAKE@
191SHELL = @SHELL@
192SSL_CFLAGS = @SSL_CFLAGS@
193SSL_INCLUDE = @SSL_INCLUDE@
194SSL_LDFLAGS = @SSL_LDFLAGS@
195SSL_LIBS = @SSL_LIBS@
196STRIP = @STRIP@
197VERSION = @VERSION@
198WARN_CFLAGS = @WARN_CFLAGS@
199Z_CFLAGS = @Z_CFLAGS@
200Z_INCLUDE = @Z_INCLUDE@
201Z_LDFLAGS = @Z_LDFLAGS@
202Z_LIBS = @Z_LIBS@
203abs_builddir = @abs_builddir@
204abs_srcdir = @abs_srcdir@
205abs_top_builddir = @abs_top_builddir@
206abs_top_srcdir = @abs_top_srcdir@
207ac_ct_CC = @ac_ct_CC@
208ac_ct_CXX = @ac_ct_CXX@
209ac_ct_F77 = @ac_ct_F77@
210am__include = @am__include@
211am__leading_dot = @am__leading_dot@
212am__quote = @am__quote@
213am__tar = @am__tar@
214am__untar = @am__untar@
215bindir = @bindir@
216build = @build@
217build_alias = @build_alias@
218build_cpu = @build_cpu@
219build_os = @build_os@
220build_vendor = @build_vendor@
221builddir = @builddir@
222datadir = @datadir@
223datarootdir = @datarootdir@
224docdir = @docdir@
225dvidir = @dvidir@
226exec_prefix = @exec_prefix@
227host = @host@
228host_alias = @host_alias@
229host_cpu = @host_cpu@
230host_os = @host_os@
231host_vendor = @host_vendor@
232htmldir = @htmldir@
233includedir = @includedir@
234infodir = @infodir@
235install_sh = @install_sh@
236libdir = @libdir@
237libexecdir = @libexecdir@
238localedir = @localedir@
239localstatedir = @localstatedir@
240mandir = @mandir@
241mkdir_p = @mkdir_p@
242oldincludedir = @oldincludedir@
243pdfdir = @pdfdir@
244prefix = @prefix@
245program_transform_name = @program_transform_name@
246psdir = @psdir@
247runstatedir = @runstatedir@
248sbindir = @sbindir@
249sharedstatedir = @sharedstatedir@
250srcdir = @srcdir@
251sysconfdir = @sysconfdir@
252target_alias = @target_alias@
253top_build_prefix = @top_build_prefix@
254top_builddir = @top_builddir@
255top_srcdir = @top_srcdir@
256AUTOMAKE_OPTIONS = foreign no-dependencies
257AM_CFLAGS = $(WARN_CFLAGS)
258SIEGE_UTILITIES = bombardment siege2csv.pl siege.config
259DISTCLEANFILES = $(SIEGE_UTILITIES)
260EXTRA_DIST = \
261bootstrap              \
262config.guess           \
263config.sub             \
264install-sh             \
265ltmain.sh              \
266mdate-sh               \
267missing                \
268mkinstalldirs          \
269mkstamp                \
270siege.config.in        \
271bombardment.in         \
272siege2csv.in
273
274all: all-am
275
276.SUFFIXES:
277$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
278	@for dep in $?; do \
279	  case '$(am__configure_deps)' in \
280	    *$$dep*) \
281	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
282	        && { if test -f $@; then exit 0; else break; fi; }; \
283	      exit 1;; \
284	  esac; \
285	done; \
286	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign utils/Makefile'; \
287	$(am__cd) $(top_srcdir) && \
288	  $(AUTOMAKE) --foreign utils/Makefile
289Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
290	@case '$?' in \
291	  *config.status*) \
292	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
293	  *) \
294	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
295	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
296	esac;
297
298$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
299	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
300
301$(top_srcdir)/configure:  $(am__configure_deps)
302	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
303$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
304	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
305$(am__aclocal_m4_deps):
306
307mostlyclean-libtool:
308	-rm -f *.lo
309
310clean-libtool:
311	-rm -rf .libs _libs
312tags TAGS:
313
314ctags CTAGS:
315
316cscope cscopelist:
317
318
319distdir: $(DISTFILES)
320	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
321	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
322	list='$(DISTFILES)'; \
323	  dist_files=`for file in $$list; do echo $$file; done | \
324	  sed -e "s|^$$srcdirstrip/||;t" \
325	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
326	case $$dist_files in \
327	  */*) $(MKDIR_P) `echo "$$dist_files" | \
328			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
329			   sort -u` ;; \
330	esac; \
331	for file in $$dist_files; do \
332	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
333	  if test -d $$d/$$file; then \
334	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
335	    if test -d "$(distdir)/$$file"; then \
336	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
337	    fi; \
338	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
339	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
340	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
341	    fi; \
342	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
343	  else \
344	    test -f "$(distdir)/$$file" \
345	    || cp -p $$d/$$file "$(distdir)/$$file" \
346	    || exit 1; \
347	  fi; \
348	done
349check-am: all-am
350check: check-am
351all-am: Makefile
352installdirs:
353install: install-am
354install-exec: install-exec-am
355install-data: install-data-am
356
357install-am: all-am
358	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
359
360installcheck: installcheck-am
361install-strip:
362	if test -z '$(STRIP)'; then \
363	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
364	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
365	      install; \
366	else \
367	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
368	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
369	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
370	fi
371mostlyclean-generic:
372
373clean-generic:
374
375distclean-generic:
376	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
377	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
378	-test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
379
380maintainer-clean-generic:
381	@echo "This command is intended for maintainers to use"
382	@echo "it deletes files that may require special tools to rebuild."
383clean: clean-am
384
385clean-am: clean-generic clean-libtool mostlyclean-am
386
387distclean: distclean-am
388	-rm -f Makefile
389distclean-am: clean-am distclean-generic
390
391dvi: dvi-am
392
393dvi-am:
394
395html: html-am
396
397html-am:
398
399info: info-am
400
401info-am:
402
403install-data-am:
404
405install-dvi: install-dvi-am
406
407install-dvi-am:
408
409install-exec-am:
410	@$(NORMAL_INSTALL)
411	$(MAKE) $(AM_MAKEFLAGS) install-exec-hook
412install-html: install-html-am
413
414install-html-am:
415
416install-info: install-info-am
417
418install-info-am:
419
420install-man:
421
422install-pdf: install-pdf-am
423
424install-pdf-am:
425
426install-ps: install-ps-am
427
428install-ps-am:
429
430installcheck-am:
431
432maintainer-clean: maintainer-clean-am
433	-rm -f Makefile
434maintainer-clean-am: distclean-am maintainer-clean-generic
435
436mostlyclean: mostlyclean-am
437
438mostlyclean-am: mostlyclean-generic mostlyclean-libtool
439
440pdf: pdf-am
441
442pdf-am:
443
444ps: ps-am
445
446ps-am:
447
448uninstall-am:
449
450.MAKE: install-am install-exec-am install-strip
451
452.PHONY: all all-am check check-am clean clean-generic clean-libtool \
453	cscopelist-am ctags-am distclean distclean-generic \
454	distclean-libtool distdir dvi dvi-am html html-am info info-am \
455	install install-am install-data install-data-am install-dvi \
456	install-dvi-am install-exec install-exec-am install-exec-hook \
457	install-html install-html-am install-info install-info-am \
458	install-man install-pdf install-pdf-am install-ps \
459	install-ps-am install-strip installcheck installcheck-am \
460	installdirs maintainer-clean maintainer-clean-generic \
461	mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
462	ps ps-am tags-am uninstall uninstall-am
463
464.PRECIOUS: Makefile
465
466
467install-exec-hook:
468	$(mkinstalldirs) $(DESTDIR)$(bindir)
469	@list='$(SIEGE_UTILITIES)'; for p in $$list; do \
470	  if test -f $$p; then \
471	    echo " $(LIBTOOL)  --mode=install $(INSTALL_SCRIPT) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`"; \
472	    $(LIBTOOL)  --mode=install $(INSTALL_SCRIPT) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'| sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
473	else :; fi; \
474	done
475
476uninstall:
477	@list='$(SIEGE_UTILITIES)'; for p in $$list; do \
478	rm -f $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
479	done
480
481# Tell versions [3.59,3.63) of GNU make to not export all variables.
482# Otherwise a system limit (for SysV at least) may be exceeded.
483.NOEXPORT:
484