~ubuntu-branches/ubuntu/trusty/varnish/trusty-proposed

« back to all changes in this revision

Viewing changes to bin/varnishstat/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Stig Sandbeck Mathisen, Stig Sandbeck Mathisen, Michael Stapelberg
  • Date: 2013-06-29 16:20:51 UTC
  • mfrom: (0.1.17)
  • mto: This revision was merged to the branch mainline in revision 37.
  • Revision ID: package-import@ubuntu.com-20130629162051-pp27htm7de22k4ow
[ Stig Sandbeck Mathisen ]
* New upstream release
* Add dep8 tests.
  Thanks to Yolanda Robla <yolanda.robla@canonical.com> (Closes: #710001)
* Advertise "reload" in the init script help (Closes: #710525)

[ Michael Stapelberg ]
* use dh-systemd for proper systemd-related maintscripts

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.11.3 from Makefile.am.
 
1
# Makefile.in generated by automake 1.13.2 from Makefile.am.
2
2
# @configure_input@
3
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.
 
4
# Copyright (C) 1994-2013 Free Software Foundation, Inc.
 
5
 
7
6
# This Makefile.in is free software; the Free Software Foundation
8
7
# gives unlimited permission to copy and/or distribute it,
9
8
# with or without modifications, as long as this notice is preserved.
18
17
#
19
18
 
20
19
VPATH = @srcdir@
 
20
am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
 
21
am__make_running_with_option = \
 
22
  case $${target_option-} in \
 
23
      ?) ;; \
 
24
      *) echo "am__make_running_with_option: internal error: invalid" \
 
25
              "target option '$${target_option-}' specified" >&2; \
 
26
         exit 1;; \
 
27
  esac; \
 
28
  has_opt=no; \
 
29
  sane_makeflags=$$MAKEFLAGS; \
 
30
  if $(am__is_gnu_make); then \
 
31
    sane_makeflags=$$MFLAGS; \
 
32
  else \
 
33
    case $$MAKEFLAGS in \
 
34
      *\\[\ \   ]*) \
 
35
        bs=\\; \
 
36
        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
 
37
          | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
 
38
    esac; \
 
39
  fi; \
 
40
  skip_next=no; \
 
41
  strip_trailopt () \
 
42
  { \
 
43
    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
 
44
  }; \
 
45
  for flg in $$sane_makeflags; do \
 
46
    test $$skip_next = yes && { skip_next=no; continue; }; \
 
47
    case $$flg in \
 
48
      *=*|--*) continue;; \
 
49
        -*I) strip_trailopt 'I'; skip_next=yes;; \
 
50
      -*I?*) strip_trailopt 'I';; \
 
51
        -*O) strip_trailopt 'O'; skip_next=yes;; \
 
52
      -*O?*) strip_trailopt 'O';; \
 
53
        -*l) strip_trailopt 'l'; skip_next=yes;; \
 
54
      -*l?*) strip_trailopt 'l';; \
 
55
      -[dEDm]) skip_next=yes;; \
 
56
      -[JT]) skip_next=yes;; \
 
57
    esac; \
 
58
    case $$flg in \
 
59
      *$$target_option*) has_opt=yes; break;; \
 
60
    esac; \
 
61
  done; \
 
62
  test $$has_opt = yes
 
63
am__make_dryrun = (target_option=n; $(am__make_running_with_option))
 
64
am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
21
65
pkgdatadir = $(datadir)/@PACKAGE@
22
66
pkgincludedir = $(includedir)/@PACKAGE@
23
67
pkglibdir = $(libdir)/@PACKAGE@
39
83
target_triplet = @target@
40
84
bin_PROGRAMS = varnishstat$(EXEEXT)
41
85
subdir = bin/varnishstat
42
 
DIST_COMMON = $(dist_man_MANS) $(srcdir)/Makefile.am \
43
 
        $(srcdir)/Makefile.in
 
86
DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
 
87
        $(top_srcdir)/depcomp $(dist_man_MANS)
44
88
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
45
 
am__aclocal_m4_deps = $(top_srcdir)/m4/ax_pthread.m4 \
 
89
am__aclocal_m4_deps = $(top_srcdir)/m4/ax_lib_readline.m4 \
 
90
        $(top_srcdir)/m4/ax_pthread.m4 \
46
91
        $(top_srcdir)/m4/ld-version-script.m4 \
47
 
        $(top_srcdir)/configure.ac
 
92
        $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
 
93
        $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
 
94
        $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac
48
95
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
49
96
        $(ACLOCAL_M4)
50
97
mkinstalldirs = $(install_sh) -d
63
110
        $(top_builddir)/lib/libvarnishapi/libvarnishapi.la \
64
111
        $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
65
112
        $(am__DEPENDENCIES_1)
 
113
AM_V_lt = $(am__v_lt_@AM_V@)
 
114
am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
 
115
am__v_lt_0 = --silent
 
116
am__v_lt_1 = 
 
117
AM_V_P = $(am__v_P_@AM_V@)
 
118
am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
 
119
am__v_P_0 = false
 
120
am__v_P_1 = :
 
121
AM_V_GEN = $(am__v_GEN_@AM_V@)
 
122
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
 
123
am__v_GEN_0 = @echo "  GEN     " $@;
 
124
am__v_GEN_1 = 
 
125
AM_V_at = $(am__v_at_@AM_V@)
 
126
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
 
127
am__v_at_0 = @
 
128
am__v_at_1 = 
66
129
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
67
130
depcomp = $(SHELL) $(top_srcdir)/depcomp
68
131
am__depfiles_maybe = depfiles
69
132
am__mv = mv -f
70
133
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
71
134
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
72
 
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
73
 
        --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
74
 
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
135
LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
 
136
        $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
 
137
        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
 
138
        $(AM_CFLAGS) $(CFLAGS)
 
139
AM_V_CC = $(am__v_CC_@AM_V@)
 
140
am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
 
141
am__v_CC_0 = @echo "  CC      " $@;
 
142
am__v_CC_1 = 
75
143
CCLD = $(CC)
76
 
LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
77
 
        --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
78
 
        $(LDFLAGS) -o $@
 
144
LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
 
145
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
 
146
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
 
147
AM_V_CCLD = $(am__v_CCLD_@AM_V@)
 
148
am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
 
149
am__v_CCLD_0 = @echo "  CCLD    " $@;
 
150
am__v_CCLD_1 = 
79
151
SOURCES = $(varnishstat_SOURCES)
80
152
DIST_SOURCES = $(varnishstat_SOURCES)
 
153
am__can_run_installinfo = \
 
154
  case $$AM_UPDATE_INFO_DIR in \
 
155
    n|no|NO) false;; \
 
156
    *) (install-info --version) >/dev/null 2>&1;; \
 
157
  esac
81
158
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
82
159
am__vpath_adj = case $$p in \
83
160
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
108
185
man1dir = $(mandir)/man1
109
186
NROFF = nroff
110
187
MANS = $(dist_man_MANS)
 
188
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
 
189
# Read a list of newline-separated strings from the standard input,
 
190
# and print each of them once, without duplicates.  Input order is
 
191
# *not* preserved.
 
192
am__uniquify_input = $(AWK) '\
 
193
  BEGIN { nonempty = 0; } \
 
194
  { items[$$0] = 1; nonempty = 1; } \
 
195
  END { if (nonempty) { for (i in items) print i; }; } \
 
196
'
 
197
# Make sure the list of sources is unique.  This is necessary because,
 
198
# e.g., the same source file might be shared among _SOURCES variables
 
199
# for different programs/libraries.
 
200
am__define_uniq_tagged_files = \
 
201
  list='$(am__tagged_files)'; \
 
202
  unique=`for i in $$list; do \
 
203
    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
204
  done | $(am__uniquify_input)`
111
205
ETAGS = etags
112
206
CTAGS = ctags
113
207
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
114
208
ACLOCAL = @ACLOCAL@
115
209
AMTAR = @AMTAR@
 
210
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
116
211
AR = @AR@
117
212
AUTOCONF = @AUTOCONF@
118
213
AUTOHEADER = @AUTOHEADER@
307
402
$(am__aclocal_m4_deps):
308
403
install-binPROGRAMS: $(bin_PROGRAMS)
309
404
        @$(NORMAL_INSTALL)
310
 
        test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
311
405
        @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
 
406
        if test -n "$$list"; then \
 
407
          echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
 
408
          $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
 
409
        fi; \
312
410
        for p in $$list; do echo "$$p $$p"; done | \
313
411
        sed 's/$(EXEEXT)$$//' | \
314
 
        while read p p1; do if test -f $$p || test -f $$p1; \
315
 
          then echo "$$p"; echo "$$p"; else :; fi; \
 
412
        while read p p1; do if test -f $$p \
 
413
         || test -f $$p1 \
 
414
          ; then echo "$$p"; echo "$$p"; else :; fi; \
316
415
        done | \
317
 
        sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
 
416
        sed -e 'p;s,.*/,,;n;h' \
 
417
            -e 's|.*|.|' \
318
418
            -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
319
419
        sed 'N;N;N;s,\n, ,g' | \
320
420
        $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
335
435
        @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
336
436
        files=`for p in $$list; do echo "$$p"; done | \
337
437
          sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
338
 
              -e 's/$$/$(EXEEXT)/' `; \
 
438
              -e 's/$$/$(EXEEXT)/' \
 
439
        `; \
339
440
        test -n "$$list" || exit 0; \
340
441
        echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
341
442
        cd "$(DESTDIR)$(bindir)" && rm -f $$files
348
449
        list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
349
450
        echo " rm -f" $$list; \
350
451
        rm -f $$list
 
452
 
351
453
varnishstat$(EXEEXT): $(varnishstat_OBJECTS) $(varnishstat_DEPENDENCIES) $(EXTRA_varnishstat_DEPENDENCIES) 
352
454
        @rm -f varnishstat$(EXEEXT)
353
 
        $(LINK) $(varnishstat_OBJECTS) $(varnishstat_LDADD) $(LIBS)
 
455
        $(AM_V_CCLD)$(LINK) $(varnishstat_OBJECTS) $(varnishstat_LDADD) $(LIBS)
354
456
 
355
457
mostlyclean-compile:
356
458
        -rm -f *.$(OBJEXT)
364
466
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/version.Po@am__quote@
365
467
 
366
468
.c.o:
367
 
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
368
 
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
369
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
469
@am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
470
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
471
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
370
472
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
371
 
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
 
473
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c $<
372
474
 
373
475
.c.obj:
374
 
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
375
 
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
376
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
476
@am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
 
477
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
478
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
377
479
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
378
 
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
 
480
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'`
379
481
 
380
482
.c.lo:
381
 
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
382
 
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
383
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
 
483
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
484
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
485
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
384
486
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
385
 
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
 
487
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
386
488
 
387
489
assert.o: $(top_builddir)/lib/libvarnish/assert.c
388
 
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT assert.o -MD -MP -MF $(DEPDIR)/assert.Tpo -c -o assert.o `test -f '$(top_builddir)/lib/libvarnish/assert.c' || echo '$(srcdir)/'`$(top_builddir)/lib/libvarnish/assert.c
389
 
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/assert.Tpo $(DEPDIR)/assert.Po
390
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(top_builddir)/lib/libvarnish/assert.c' object='assert.o' libtool=no @AMDEPBACKSLASH@
 
490
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT assert.o -MD -MP -MF $(DEPDIR)/assert.Tpo -c -o assert.o `test -f '$(top_builddir)/lib/libvarnish/assert.c' || echo '$(srcdir)/'`$(top_builddir)/lib/libvarnish/assert.c
 
491
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/assert.Tpo $(DEPDIR)/assert.Po
 
492
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$(top_builddir)/lib/libvarnish/assert.c' object='assert.o' libtool=no @AMDEPBACKSLASH@
391
493
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
392
 
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o assert.o `test -f '$(top_builddir)/lib/libvarnish/assert.c' || echo '$(srcdir)/'`$(top_builddir)/lib/libvarnish/assert.c
 
494
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o assert.o `test -f '$(top_builddir)/lib/libvarnish/assert.c' || echo '$(srcdir)/'`$(top_builddir)/lib/libvarnish/assert.c
393
495
 
394
496
assert.obj: $(top_builddir)/lib/libvarnish/assert.c
395
 
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT assert.obj -MD -MP -MF $(DEPDIR)/assert.Tpo -c -o assert.obj `if test -f '$(top_builddir)/lib/libvarnish/assert.c'; then $(CYGPATH_W) '$(top_builddir)/lib/libvarnish/assert.c'; else $(CYGPATH_W) '$(srcdir)/$(top_builddir)/lib/libvarnish/assert.c'; fi`
396
 
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/assert.Tpo $(DEPDIR)/assert.Po
397
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(top_builddir)/lib/libvarnish/assert.c' object='assert.obj' libtool=no @AMDEPBACKSLASH@
 
497
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT assert.obj -MD -MP -MF $(DEPDIR)/assert.Tpo -c -o assert.obj `if test -f '$(top_builddir)/lib/libvarnish/assert.c'; then $(CYGPATH_W) '$(top_builddir)/lib/libvarnish/assert.c'; else $(CYGPATH_W) '$(srcdir)/$(top_builddir)/lib/libvarnish/assert.c'; fi`
 
498
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/assert.Tpo $(DEPDIR)/assert.Po
 
499
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$(top_builddir)/lib/libvarnish/assert.c' object='assert.obj' libtool=no @AMDEPBACKSLASH@
398
500
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
399
 
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o assert.obj `if test -f '$(top_builddir)/lib/libvarnish/assert.c'; then $(CYGPATH_W) '$(top_builddir)/lib/libvarnish/assert.c'; else $(CYGPATH_W) '$(srcdir)/$(top_builddir)/lib/libvarnish/assert.c'; fi`
 
501
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o assert.obj `if test -f '$(top_builddir)/lib/libvarnish/assert.c'; then $(CYGPATH_W) '$(top_builddir)/lib/libvarnish/assert.c'; else $(CYGPATH_W) '$(srcdir)/$(top_builddir)/lib/libvarnish/assert.c'; fi`
400
502
 
401
503
version.o: $(top_builddir)/lib/libvarnish/version.c
402
 
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT version.o -MD -MP -MF $(DEPDIR)/version.Tpo -c -o version.o `test -f '$(top_builddir)/lib/libvarnish/version.c' || echo '$(srcdir)/'`$(top_builddir)/lib/libvarnish/version.c
403
 
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/version.Tpo $(DEPDIR)/version.Po
404
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(top_builddir)/lib/libvarnish/version.c' object='version.o' libtool=no @AMDEPBACKSLASH@
 
504
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT version.o -MD -MP -MF $(DEPDIR)/version.Tpo -c -o version.o `test -f '$(top_builddir)/lib/libvarnish/version.c' || echo '$(srcdir)/'`$(top_builddir)/lib/libvarnish/version.c
 
505
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/version.Tpo $(DEPDIR)/version.Po
 
506
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$(top_builddir)/lib/libvarnish/version.c' object='version.o' libtool=no @AMDEPBACKSLASH@
405
507
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
406
 
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o version.o `test -f '$(top_builddir)/lib/libvarnish/version.c' || echo '$(srcdir)/'`$(top_builddir)/lib/libvarnish/version.c
 
508
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o version.o `test -f '$(top_builddir)/lib/libvarnish/version.c' || echo '$(srcdir)/'`$(top_builddir)/lib/libvarnish/version.c
407
509
 
408
510
version.obj: $(top_builddir)/lib/libvarnish/version.c
409
 
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT version.obj -MD -MP -MF $(DEPDIR)/version.Tpo -c -o version.obj `if test -f '$(top_builddir)/lib/libvarnish/version.c'; then $(CYGPATH_W) '$(top_builddir)/lib/libvarnish/version.c'; else $(CYGPATH_W) '$(srcdir)/$(top_builddir)/lib/libvarnish/version.c'; fi`
410
 
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/version.Tpo $(DEPDIR)/version.Po
411
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(top_builddir)/lib/libvarnish/version.c' object='version.obj' libtool=no @AMDEPBACKSLASH@
 
511
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT version.obj -MD -MP -MF $(DEPDIR)/version.Tpo -c -o version.obj `if test -f '$(top_builddir)/lib/libvarnish/version.c'; then $(CYGPATH_W) '$(top_builddir)/lib/libvarnish/version.c'; else $(CYGPATH_W) '$(srcdir)/$(top_builddir)/lib/libvarnish/version.c'; fi`
 
512
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/version.Tpo $(DEPDIR)/version.Po
 
513
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$(top_builddir)/lib/libvarnish/version.c' object='version.obj' libtool=no @AMDEPBACKSLASH@
412
514
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
413
 
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o version.obj `if test -f '$(top_builddir)/lib/libvarnish/version.c'; then $(CYGPATH_W) '$(top_builddir)/lib/libvarnish/version.c'; else $(CYGPATH_W) '$(srcdir)/$(top_builddir)/lib/libvarnish/version.c'; fi`
 
515
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o version.obj `if test -f '$(top_builddir)/lib/libvarnish/version.c'; then $(CYGPATH_W) '$(top_builddir)/lib/libvarnish/version.c'; else $(CYGPATH_W) '$(srcdir)/$(top_builddir)/lib/libvarnish/version.c'; fi`
414
516
 
415
517
mostlyclean-libtool:
416
518
        -rm -f *.lo
419
521
        -rm -rf .libs _libs
420
522
install-man1: $(dist_man_MANS)
421
523
        @$(NORMAL_INSTALL)
422
 
        test -z "$(man1dir)" || $(MKDIR_P) "$(DESTDIR)$(man1dir)"
423
 
        @list=''; test -n "$(man1dir)" || exit 0; \
424
 
        { for i in $$list; do echo "$$i"; done; \
425
 
        l2='$(dist_man_MANS)'; for i in $$l2; do echo "$$i"; done | \
426
 
          sed -n '/\.1[a-z]*$$/p'; \
 
524
        @list1=''; \
 
525
        list2='$(dist_man_MANS)'; \
 
526
        test -n "$(man1dir)" \
 
527
          && test -n "`echo $$list1$$list2`" \
 
528
          || exit 0; \
 
529
        echo " $(MKDIR_P) '$(DESTDIR)$(man1dir)'"; \
 
530
        $(MKDIR_P) "$(DESTDIR)$(man1dir)" || exit 1; \
 
531
        { for i in $$list1; do echo "$$i"; done;  \
 
532
        if test -n "$$list2"; then \
 
533
          for i in $$list2; do echo "$$i"; done \
 
534
            | sed -n '/\.1[a-z]*$$/p'; \
 
535
        fi; \
427
536
        } | while read p; do \
428
537
          if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
429
538
          echo "$$d$$p"; echo "$$p"; \
454
563
              -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
455
564
        dir='$(DESTDIR)$(man1dir)'; $(am__uninstall_files_from_dir)
456
565
 
457
 
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
458
 
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
459
 
        unique=`for i in $$list; do \
460
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
461
 
          done | \
462
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
463
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
464
 
        mkid -fID $$unique
465
 
tags: TAGS
 
566
ID: $(am__tagged_files)
 
567
        $(am__define_uniq_tagged_files); mkid -fID $$unique
 
568
tags: tags-am
 
569
TAGS: tags
466
570
 
467
 
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
468
 
                $(TAGS_FILES) $(LISP)
 
571
tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
469
572
        set x; \
470
573
        here=`pwd`; \
471
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
472
 
        unique=`for i in $$list; do \
473
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
474
 
          done | \
475
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
476
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
574
        $(am__define_uniq_tagged_files); \
477
575
        shift; \
478
576
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
479
577
          test -n "$$unique" || unique=$$empty_fix; \
485
583
              $$unique; \
486
584
          fi; \
487
585
        fi
488
 
ctags: CTAGS
489
 
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
490
 
                $(TAGS_FILES) $(LISP)
491
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
492
 
        unique=`for i in $$list; do \
493
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
494
 
          done | \
495
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
496
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
586
ctags: ctags-am
 
587
 
 
588
CTAGS: ctags
 
589
ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
 
590
        $(am__define_uniq_tagged_files); \
497
591
        test -z "$(CTAGS_ARGS)$$unique" \
498
592
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
499
593
             $$unique
502
596
        here=`$(am__cd) $(top_builddir) && pwd` \
503
597
          && $(am__cd) $(top_srcdir) \
504
598
          && gtags -i $(GTAGS_ARGS) "$$here"
 
599
cscopelist: cscopelist-am
 
600
 
 
601
cscopelist-am: $(am__tagged_files)
 
602
        list='$(am__tagged_files)'; \
 
603
        case "$(srcdir)" in \
 
604
          [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
 
605
          *) sdir=$(subdir)/$(srcdir) ;; \
 
606
        esac; \
 
607
        for i in $$list; do \
 
608
          if test -f "$$i"; then \
 
609
            echo "$(subdir)/$$i"; \
 
610
          else \
 
611
            echo "$$sdir/$$i"; \
 
612
          fi; \
 
613
        done >> $(top_builddir)/cscope.files
505
614
 
506
615
distclean-tags:
507
616
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
508
617
 
509
618
distdir: $(DISTFILES)
510
 
        @list='$(MANS)'; if test -n "$$list"; then \
511
 
          list=`for p in $$list; do \
512
 
            if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
513
 
            if test -f "$$d$$p"; then echo "$$d$$p"; else :; fi; done`; \
514
 
          if test -n "$$list" && \
515
 
            grep 'ab help2man is required to generate this page' $$list >/dev/null; then \
516
 
            echo "error: found man pages containing the \`missing help2man' replacement text:" >&2; \
517
 
            grep -l 'ab help2man is required to generate this page' $$list | sed 's/^/         /' >&2; \
518
 
            echo "       to fix them, install help2man, remove and regenerate the man pages;" >&2; \
519
 
            echo "       typically \`make maintainer-clean' will remove them" >&2; \
520
 
            exit 1; \
521
 
          else :; fi; \
522
 
        else :; fi
523
619
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
524
620
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
525
621
        list='$(DISTFILES)'; \
660
756
 
661
757
.MAKE: install-am install-strip
662
758
 
663
 
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \
664
 
        clean-generic clean-libtool ctags distclean distclean-compile \
665
 
        distclean-generic distclean-libtool distclean-tags distdir dvi \
666
 
        dvi-am html html-am info info-am install install-am \
667
 
        install-binPROGRAMS install-data install-data-am install-dvi \
668
 
        install-dvi-am install-exec install-exec-am install-html \
669
 
        install-html-am install-info install-info-am install-man \
670
 
        install-man1 install-pdf install-pdf-am install-ps \
671
 
        install-ps-am install-strip installcheck installcheck-am \
672
 
        installdirs maintainer-clean maintainer-clean-generic \
673
 
        mostlyclean mostlyclean-compile mostlyclean-generic \
674
 
        mostlyclean-libtool pdf pdf-am ps ps-am tags uninstall \
675
 
        uninstall-am uninstall-binPROGRAMS uninstall-man \
676
 
        uninstall-man1
 
759
.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean \
 
760
        clean-binPROGRAMS clean-generic clean-libtool cscopelist-am \
 
761
        ctags ctags-am distclean distclean-compile distclean-generic \
 
762
        distclean-libtool distclean-tags distdir dvi dvi-am html \
 
763
        html-am info info-am install install-am install-binPROGRAMS \
 
764
        install-data install-data-am install-dvi install-dvi-am \
 
765
        install-exec install-exec-am install-html install-html-am \
 
766
        install-info install-info-am install-man install-man1 \
 
767
        install-pdf install-pdf-am install-ps install-ps-am \
 
768
        install-strip installcheck installcheck-am installdirs \
 
769
        maintainer-clean maintainer-clean-generic mostlyclean \
 
770
        mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
 
771
        pdf pdf-am ps ps-am tags tags-am uninstall uninstall-am \
 
772
        uninstall-binPROGRAMS uninstall-man uninstall-man1
677
773
 
678
774
 
679
775
varnishstat.1: $(top_srcdir)/doc/sphinx/reference/varnishstat.rst