~clint-fewbar/ubuntu/precise/squid3/ignore-sighup-early

« back to all changes in this revision

Viewing changes to src/base/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Luigi Gangitano
  • Date: 2009-09-24 14:51:06 UTC
  • mfrom: (1.1.12 upstream)
  • mto: (20.2.1 sid)
  • mto: This revision was merged to the branch mainline in revision 21.
  • Revision ID: james.westby@ubuntu.com-20090924145106-38jgrzmj0d73pha5
Tags: 3.1.0.13-1
* Upload to experimental

* New upstream release
  - Fixes Follow-X-Forwarded-For support (Closes: #523943)
  - Adds IPv6 support (Closes: #432351)

* debian/rules
  - Removed obsolete configuration options
  - Enable db and radius basic authentication modules

* debian/patches/01-cf.data.debian
  - Adapted to new upstream version

* debian/patches/02-makefile-defaults
  - Adapted to new upstream version

* debian/{squid.postinst,squid.rc,README.Debian,watch}
  - Updated references to squid 3.1

* debian/squid3.install
  - Install CSS file for error pages
  - Install manual pages for new authentication modules

* debian/squid3-common.install
  - Install documented version of configuration file in /usr/share/doc/squid3

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Makefile.in generated by automake 1.10.1 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  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
build_triplet = @build@
 
34
host_triplet = @host@
 
35
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
 
36
        $(top_srcdir)/src/Common.am $(top_srcdir)/src/TestHeaders.am
 
37
check_PROGRAMS =
 
38
subdir = src/base
 
39
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
40
am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
 
41
        $(top_srcdir)/configure.in
 
42
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
43
        $(ACLOCAL_M4)
 
44
mkinstalldirs = $(install_sh) -d
 
45
CONFIG_HEADER = $(top_builddir)/include/autoconf.h
 
46
CONFIG_CLEAN_FILES =
 
47
LTLIBRARIES = $(noinst_LTLIBRARIES)
 
48
libbase_la_LIBADD =
 
49
am_libbase_la_OBJECTS = AsyncCall.lo AsyncJob.lo AsyncCallQueue.lo
 
50
libbase_la_OBJECTS = $(am_libbase_la_OBJECTS)
 
51
DEFAULT_INCLUDES = 
 
52
depcomp = $(SHELL) $(top_srcdir)/cfgaux/depcomp
 
53
am__depfiles_maybe = depfiles
 
54
CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
 
55
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
 
56
LTCXXCOMPILE = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
57
        --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
 
58
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
 
59
CXXLD = $(CXX)
 
60
CXXLINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
61
        --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) \
 
62
        $(LDFLAGS) -o $@
 
63
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
 
64
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
65
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
66
        --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
 
67
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
68
CCLD = $(CC)
 
69
LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
70
        --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
 
71
        $(LDFLAGS) -o $@
 
72
SOURCES = $(libbase_la_SOURCES)
 
73
DIST_SOURCES = $(libbase_la_SOURCES)
 
74
ETAGS = etags
 
75
CTAGS = ctags
 
76
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
77
ACLOCAL = @ACLOCAL@
 
78
ADAPTATION_LIBS = @ADAPTATION_LIBS@
 
79
ALLOCA = @ALLOCA@
 
80
AMTAR = @AMTAR@
 
81
AR = @AR@
 
82
AR_R = @AR_R@
 
83
AUTH_LIBS_TO_BUILD = @AUTH_LIBS_TO_BUILD@
 
84
AUTH_MODULES = @AUTH_MODULES@
 
85
AUTOCONF = @AUTOCONF@
 
86
AUTOHEADER = @AUTOHEADER@
 
87
AUTOMAKE = @AUTOMAKE@
 
88
AWK = @AWK@
 
89
BASIC_AUTH_HELPERS = @BASIC_AUTH_HELPERS@
 
90
CACHE_EFFECTIVE_USER = @CACHE_EFFECTIVE_USER@
 
91
CACHE_HTTP_PORT = @CACHE_HTTP_PORT@
 
92
CACHE_ICP_PORT = @CACHE_ICP_PORT@
 
93
CC = @CC@
 
94
CCDEPMODE = @CCDEPMODE@
 
95
CFLAGS = @CFLAGS@
 
96
CGIEXT = @CGIEXT@
 
97
CPP = @CPP@
 
98
CPPFLAGS = @CPPFLAGS@
 
99
CPPUNITCONFIG = @CPPUNITCONFIG@
 
100
CRYPTLIB = @CRYPTLIB@
 
101
CXX = @CXX@
 
102
CXXCPP = @CXXCPP@
 
103
CXXDEPMODE = @CXXDEPMODE@
 
104
CXXFLAGS = @CXXFLAGS@
 
105
CYGPATH_W = @CYGPATH_W@
 
106
DEFAULT_LOG_DIR = @DEFAULT_LOG_DIR@
 
107
DEFAULT_PIDFILE = @DEFAULT_PIDFILE@
 
108
DEFS = @DEFS@
 
109
DEPDIR = @DEPDIR@
 
110
DIGEST_AUTH_HELPERS = @DIGEST_AUTH_HELPERS@
 
111
DISK_LIBS = @DISK_LIBS@
 
112
DISK_LINKOBJS = @DISK_LINKOBJS@
 
113
DISK_MODULES = @DISK_MODULES@
 
114
DISK_PROGRAMS = @DISK_PROGRAMS@
 
115
DSYMUTIL = @DSYMUTIL@
 
116
ECAPLIB = @ECAPLIB@
 
117
ECAP_LIBS = @ECAP_LIBS@
 
118
ECHO = @ECHO@
 
119
ECHO_C = @ECHO_C@
 
120
ECHO_N = @ECHO_N@
 
121
ECHO_T = @ECHO_T@
 
122
EGREP = @EGREP@
 
123
EPOLL_LIBS = @EPOLL_LIBS@
 
124
EXEEXT = @EXEEXT@
 
125
EXTERNAL_ACL_HELPERS = @EXTERNAL_ACL_HELPERS@
 
126
F77 = @F77@
 
127
FALSE = @FALSE@
 
128
FFLAGS = @FFLAGS@
 
129
GREP = @GREP@
 
130
ICAP_LIBS = @ICAP_LIBS@
 
131
INCLTDL = @INCLTDL@
 
132
INSTALL = @INSTALL@
 
133
INSTALL_DATA = @INSTALL_DATA@
 
134
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
135
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
136
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
137
LDFLAGS = @LDFLAGS@
 
138
LIBADD_DL = @LIBADD_DL@
 
139
LIBLTDL = @LIBLTDL@
 
140
LIBOBJS = @LIBOBJS@
 
141
LIBS = @LIBS@
 
142
LIBSASL = @LIBSASL@
 
143
LIBTOOL = @LIBTOOL@
 
144
LIB_DB = @LIB_DB@
 
145
LIB_LBER = @LIB_LBER@
 
146
LIB_LDAP = @LIB_LDAP@
 
147
LN = @LN@
 
148
LN_S = @LN_S@
 
149
LTLIBOBJS = @LTLIBOBJS@
 
150
MAINT = @MAINT@
 
151
MAKEINFO = @MAKEINFO@
 
152
MINGW_LIBS = @MINGW_LIBS@
 
153
MKDIR = @MKDIR@
 
154
MKDIR_P = @MKDIR_P@
 
155
MV = @MV@
 
156
NEGOTIATE_AUTH_HELPERS = @NEGOTIATE_AUTH_HELPERS@
 
157
NMEDIT = @NMEDIT@
 
158
NTLM_AUTH_HELPERS = @NTLM_AUTH_HELPERS@
 
159
OBJEXT = @OBJEXT@
 
160
OPT_DEFAULT_HOSTS = @OPT_DEFAULT_HOSTS@
 
161
PACKAGE = @PACKAGE@
 
162
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
163
PACKAGE_NAME = @PACKAGE_NAME@
 
164
PACKAGE_STRING = @PACKAGE_STRING@
 
165
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
166
PACKAGE_VERSION = @PACKAGE_VERSION@
 
167
PATH_SEPARATOR = @PATH_SEPARATOR@
 
168
PERL = @PERL@
 
169
PO2HTML = @PO2HTML@
 
170
RANLIB = @RANLIB@
 
171
REGEXLIB = @REGEXLIB@
 
172
REPL_LIBS = @REPL_LIBS@
 
173
REPL_OBJS = @REPL_OBJS@
 
174
REPL_POLICIES = @REPL_POLICIES@
 
175
RM = @RM@
 
176
SED = @SED@
 
177
SET_MAKE = @SET_MAKE@
 
178
SH = @SH@
 
179
SHELL = @SHELL@
 
180
SNMPLIB = @SNMPLIB@
 
181
SQUID_CFLAGS = @SQUID_CFLAGS@
 
182
SQUID_CPPUNIT_INC = @SQUID_CPPUNIT_INC@
 
183
SQUID_CPPUNIT_LA = @SQUID_CPPUNIT_LA@
 
184
SQUID_CPPUNIT_LIBS = @SQUID_CPPUNIT_LIBS@
 
185
SQUID_CXXFLAGS = @SQUID_CXXFLAGS@
 
186
SSLLIB = @SSLLIB@
 
187
STORE_LIBS_TO_ADD = @STORE_LIBS_TO_ADD@
 
188
STORE_LIBS_TO_BUILD = @STORE_LIBS_TO_BUILD@
 
189
STORE_TESTS = @STORE_TESTS@
 
190
STRIP = @STRIP@
 
191
TRUE = @TRUE@
 
192
VERSION = @VERSION@
 
193
WIN32_PSAPI = @WIN32_PSAPI@
 
194
XTRA_LIBS = @XTRA_LIBS@
 
195
XTRA_OBJS = @XTRA_OBJS@
 
196
abs_builddir = @abs_builddir@
 
197
abs_srcdir = @abs_srcdir@
 
198
abs_top_builddir = @abs_top_builddir@
 
199
abs_top_srcdir = @abs_top_srcdir@
 
200
ac_ct_CC = @ac_ct_CC@
 
201
ac_ct_CXX = @ac_ct_CXX@
 
202
ac_ct_F77 = @ac_ct_F77@
 
203
am__include = @am__include@
 
204
am__leading_dot = @am__leading_dot@
 
205
am__quote = @am__quote@
 
206
am__tar = @am__tar@
 
207
am__untar = @am__untar@
 
208
bindir = @bindir@
 
209
build = @build@
 
210
build_alias = @build_alias@
 
211
build_cpu = @build_cpu@
 
212
build_os = @build_os@
 
213
build_vendor = @build_vendor@
 
214
builddir = @builddir@
 
215
datadir = @datadir@
 
216
datarootdir = @datarootdir@
 
217
docdir = @docdir@
 
218
dvidir = @dvidir@
 
219
exec_prefix = @exec_prefix@
 
220
host = @host@
 
221
host_alias = @host_alias@
 
222
host_cpu = @host_cpu@
 
223
host_os = @host_os@
 
224
host_vendor = @host_vendor@
 
225
htmldir = @htmldir@
 
226
includedir = @includedir@
 
227
infodir = @infodir@
 
228
install_sh = @install_sh@
 
229
libdir = @libdir@
 
230
libexecdir = @libexecdir@
 
231
localedir = @localedir@
 
232
localstatedir = @localstatedir@
 
233
makesnmplib = @makesnmplib@
 
234
mandir = @mandir@
 
235
mkdir_p = @mkdir_p@
 
236
oldincludedir = @oldincludedir@
 
237
pdfdir = @pdfdir@
 
238
prefix = @prefix@
 
239
program_transform_name = @program_transform_name@
 
240
psdir = @psdir@
 
241
sbindir = @sbindir@
 
242
sharedstatedir = @sharedstatedir@
 
243
srcdir = @srcdir@
 
244
subdirs = @subdirs@
 
245
sysconfdir = @sysconfdir@
 
246
target_alias = @target_alias@
 
247
top_build_prefix = @top_build_prefix@
 
248
top_builddir = @top_builddir@
 
249
top_srcdir = @top_srcdir@
 
250
AM_CFLAGS = @SQUID_CFLAGS@
 
251
AM_CXXFLAGS = @SQUID_CXXFLAGS@
 
252
CLEANFILES = testHeaders
 
253
TESTS = testHeaders
 
254
INCLUDES = \
 
255
        -I$(top_srcdir) \
 
256
        -I$(top_srcdir)/include \
 
257
        -I$(top_srcdir)/src \
 
258
        -I$(top_builddir)/include \
 
259
        @SQUID_CPPUNIT_INC@
 
260
 
 
261
noinst_LTLIBRARIES = libbase.la
 
262
libbase_la_SOURCES = \
 
263
        AsyncCall.cc \
 
264
        AsyncCall.h \
 
265
        AsyncJob.h \
 
266
        AsyncJob.cc \
 
267
        AsyncJobCalls.h \
 
268
        AsyncCallQueue.cc \
 
269
        AsyncCallQueue.h
 
270
 
 
271
all: all-am
 
272
 
 
273
.SUFFIXES:
 
274
.SUFFIXES: .cc .lo .o .obj
 
275
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/src/Common.am $(top_srcdir)/src/TestHeaders.am $(am__configure_deps)
 
276
        @for dep in $?; do \
 
277
          case '$(am__configure_deps)' in \
 
278
            *$$dep*) \
 
279
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
 
280
                && exit 0; \
 
281
              exit 1;; \
 
282
          esac; \
 
283
        done; \
 
284
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  src/base/Makefile'; \
 
285
        cd $(top_srcdir) && \
 
286
          $(AUTOMAKE) --foreign  src/base/Makefile
 
287
.PRECIOUS: Makefile
 
288
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
289
        @case '$?' in \
 
290
          *config.status*) \
 
291
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 
292
          *) \
 
293
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 
294
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 
295
        esac;
 
296
 
 
297
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
298
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
299
 
 
300
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
 
301
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
302
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
 
303
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
304
 
 
305
clean-noinstLTLIBRARIES:
 
306
        -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
 
307
        @list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
 
308
          dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
 
309
          test "$$dir" != "$$p" || dir=.; \
 
310
          echo "rm -f \"$${dir}/so_locations\""; \
 
311
          rm -f "$${dir}/so_locations"; \
 
312
        done
 
313
libbase.la: $(libbase_la_OBJECTS) $(libbase_la_DEPENDENCIES) 
 
314
        $(CXXLINK)  $(libbase_la_OBJECTS) $(libbase_la_LIBADD) $(LIBS)
 
315
 
 
316
clean-checkPROGRAMS:
 
317
        @list='$(check_PROGRAMS)'; for p in $$list; do \
 
318
          f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
 
319
          echo " rm -f $$p $$f"; \
 
320
          rm -f $$p $$f ; \
 
321
        done
 
322
 
 
323
mostlyclean-compile:
 
324
        -rm -f *.$(OBJEXT)
 
325
 
 
326
distclean-compile:
 
327
        -rm -f *.tab.c
 
328
 
 
329
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/AsyncCall.Plo@am__quote@
 
330
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/AsyncCallQueue.Plo@am__quote@
 
331
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/AsyncJob.Plo@am__quote@
 
332
 
 
333
.cc.o:
 
334
@am__fastdepCXX_TRUE@   $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
335
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
336
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
337
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
338
@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ $<
 
339
 
 
340
.cc.obj:
 
341
@am__fastdepCXX_TRUE@   $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
 
342
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
343
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
344
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
345
@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
 
346
 
 
347
.cc.lo:
 
348
@am__fastdepCXX_TRUE@   $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
349
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
350
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
 
351
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
352
@am__fastdepCXX_FALSE@  $(LTCXXCOMPILE) -c -o $@ $<
 
353
 
 
354
mostlyclean-libtool:
 
355
        -rm -f *.lo
 
356
 
 
357
clean-libtool:
 
358
        -rm -rf .libs _libs
 
359
 
 
360
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
 
361
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
 
362
        unique=`for i in $$list; do \
 
363
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
364
          done | \
 
365
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
 
366
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
367
        mkid -fID $$unique
 
368
tags: TAGS
 
369
 
 
370
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
371
                $(TAGS_FILES) $(LISP)
 
372
        tags=; \
 
373
        here=`pwd`; \
 
374
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
375
        unique=`for i in $$list; do \
 
376
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
377
          done | \
 
378
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
379
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
380
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
381
          test -n "$$unique" || unique=$$empty_fix; \
 
382
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
383
            $$tags $$unique; \
 
384
        fi
 
385
ctags: CTAGS
 
386
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
387
                $(TAGS_FILES) $(LISP)
 
388
        tags=; \
 
389
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
390
        unique=`for i in $$list; do \
 
391
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
392
          done | \
 
393
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
394
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
395
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
396
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 
397
             $$tags $$unique
 
398
 
 
399
GTAGS:
 
400
        here=`$(am__cd) $(top_builddir) && pwd` \
 
401
          && cd $(top_srcdir) \
 
402
          && gtags -i $(GTAGS_ARGS) $$here
 
403
 
 
404
distclean-tags:
 
405
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
406
 
 
407
check-TESTS: $(TESTS)
 
408
        @failed=0; all=0; xfail=0; xpass=0; skip=0; ws='[        ]'; \
 
409
        srcdir=$(srcdir); export srcdir; \
 
410
        list=' $(TESTS) '; \
 
411
        if test -n "$$list"; then \
 
412
          for tst in $$list; do \
 
413
            if test -f ./$$tst; then dir=./; \
 
414
            elif test -f $$tst; then dir=; \
 
415
            else dir="$(srcdir)/"; fi; \
 
416
            if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \
 
417
              all=`expr $$all + 1`; \
 
418
              case " $(XFAIL_TESTS) " in \
 
419
              *$$ws$$tst$$ws*) \
 
420
                xpass=`expr $$xpass + 1`; \
 
421
                failed=`expr $$failed + 1`; \
 
422
                echo "XPASS: $$tst"; \
 
423
              ;; \
 
424
              *) \
 
425
                echo "PASS: $$tst"; \
 
426
              ;; \
 
427
              esac; \
 
428
            elif test $$? -ne 77; then \
 
429
              all=`expr $$all + 1`; \
 
430
              case " $(XFAIL_TESTS) " in \
 
431
              *$$ws$$tst$$ws*) \
 
432
                xfail=`expr $$xfail + 1`; \
 
433
                echo "XFAIL: $$tst"; \
 
434
              ;; \
 
435
              *) \
 
436
                failed=`expr $$failed + 1`; \
 
437
                echo "FAIL: $$tst"; \
 
438
              ;; \
 
439
              esac; \
 
440
            else \
 
441
              skip=`expr $$skip + 1`; \
 
442
              echo "SKIP: $$tst"; \
 
443
            fi; \
 
444
          done; \
 
445
          if test "$$failed" -eq 0; then \
 
446
            if test "$$xfail" -eq 0; then \
 
447
              banner="All $$all tests passed"; \
 
448
            else \
 
449
              banner="All $$all tests behaved as expected ($$xfail expected failures)"; \
 
450
            fi; \
 
451
          else \
 
452
            if test "$$xpass" -eq 0; then \
 
453
              banner="$$failed of $$all tests failed"; \
 
454
            else \
 
455
              banner="$$failed of $$all tests did not behave as expected ($$xpass unexpected passes)"; \
 
456
            fi; \
 
457
          fi; \
 
458
          dashes="$$banner"; \
 
459
          skipped=""; \
 
460
          if test "$$skip" -ne 0; then \
 
461
            skipped="($$skip tests were not run)"; \
 
462
            test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
 
463
              dashes="$$skipped"; \
 
464
          fi; \
 
465
          report=""; \
 
466
          if test "$$failed" -ne 0 && test -n "$(PACKAGE_BUGREPORT)"; then \
 
467
            report="Please report to $(PACKAGE_BUGREPORT)"; \
 
468
            test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \
 
469
              dashes="$$report"; \
 
470
          fi; \
 
471
          dashes=`echo "$$dashes" | sed s/./=/g`; \
 
472
          echo "$$dashes"; \
 
473
          echo "$$banner"; \
 
474
          test -z "$$skipped" || echo "$$skipped"; \
 
475
          test -z "$$report" || echo "$$report"; \
 
476
          echo "$$dashes"; \
 
477
          test "$$failed" -eq 0; \
 
478
        else :; fi
 
479
 
 
480
distdir: $(DISTFILES)
 
481
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
482
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
483
        list='$(DISTFILES)'; \
 
484
          dist_files=`for file in $$list; do echo $$file; done | \
 
485
          sed -e "s|^$$srcdirstrip/||;t" \
 
486
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
487
        case $$dist_files in \
 
488
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
489
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
490
                           sort -u` ;; \
 
491
        esac; \
 
492
        for file in $$dist_files; do \
 
493
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
494
          if test -d $$d/$$file; then \
 
495
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
496
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
497
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
498
            fi; \
 
499
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
500
          else \
 
501
            test -f $(distdir)/$$file \
 
502
            || cp -p $$d/$$file $(distdir)/$$file \
 
503
            || exit 1; \
 
504
          fi; \
 
505
        done
 
506
check-am: all-am
 
507
        $(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS)
 
508
        $(MAKE) $(AM_MAKEFLAGS) check-TESTS
 
509
check: check-am
 
510
all-am: Makefile $(LTLIBRARIES)
 
511
installdirs:
 
512
install: install-am
 
513
install-exec: install-exec-am
 
514
install-data: install-data-am
 
515
uninstall: uninstall-am
 
516
 
 
517
install-am: all-am
 
518
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
519
 
 
520
installcheck: installcheck-am
 
521
install-strip:
 
522
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
523
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
524
          `test -z '$(STRIP)' || \
 
525
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
526
mostlyclean-generic:
 
527
 
 
528
clean-generic:
 
529
        -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
 
530
 
 
531
distclean-generic:
 
532
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
533
 
 
534
maintainer-clean-generic:
 
535
        @echo "This command is intended for maintainers to use"
 
536
        @echo "it deletes files that may require special tools to rebuild."
 
537
clean: clean-am
 
538
 
 
539
clean-am: clean-checkPROGRAMS clean-generic clean-libtool \
 
540
        clean-noinstLTLIBRARIES mostlyclean-am
 
541
 
 
542
distclean: distclean-am
 
543
        -rm -rf ./$(DEPDIR)
 
544
        -rm -f Makefile
 
545
distclean-am: clean-am distclean-compile distclean-generic \
 
546
        distclean-tags
 
547
 
 
548
dvi: dvi-am
 
549
 
 
550
dvi-am:
 
551
 
 
552
html: html-am
 
553
 
 
554
info: info-am
 
555
 
 
556
info-am:
 
557
 
 
558
install-data-am:
 
559
 
 
560
install-dvi: install-dvi-am
 
561
 
 
562
install-exec-am:
 
563
 
 
564
install-html: install-html-am
 
565
 
 
566
install-info: install-info-am
 
567
 
 
568
install-man:
 
569
 
 
570
install-pdf: install-pdf-am
 
571
 
 
572
install-ps: install-ps-am
 
573
 
 
574
installcheck-am:
 
575
 
 
576
maintainer-clean: maintainer-clean-am
 
577
        -rm -rf ./$(DEPDIR)
 
578
        -rm -f Makefile
 
579
maintainer-clean-am: distclean-am maintainer-clean-generic
 
580
 
 
581
mostlyclean: mostlyclean-am
 
582
 
 
583
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
 
584
        mostlyclean-libtool
 
585
 
 
586
pdf: pdf-am
 
587
 
 
588
pdf-am:
 
589
 
 
590
ps: ps-am
 
591
 
 
592
ps-am:
 
593
 
 
594
uninstall-am:
 
595
 
 
596
.MAKE: install-am install-strip
 
597
 
 
598
.PHONY: CTAGS GTAGS all all-am check check-TESTS check-am clean \
 
599
        clean-checkPROGRAMS clean-generic clean-libtool \
 
600
        clean-noinstLTLIBRARIES ctags distclean distclean-compile \
 
601
        distclean-generic distclean-libtool distclean-tags distdir dvi \
 
602
        dvi-am html html-am info info-am install install-am \
 
603
        install-data install-data-am install-dvi install-dvi-am \
 
604
        install-exec install-exec-am install-html install-html-am \
 
605
        install-info install-info-am install-man install-pdf \
 
606
        install-pdf-am install-ps install-ps-am install-strip \
 
607
        installcheck installcheck-am installdirs maintainer-clean \
 
608
        maintainer-clean-generic mostlyclean mostlyclean-compile \
 
609
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
 
610
        tags uninstall uninstall-am
 
611
 
 
612
 
 
613
$(OBJS): $(top_srcdir)/include/version.h $(top_builddir)/include/autoconf.h
 
614
 
 
615
testHeaders: $(srcdir)/*.h
 
616
        $(SHELL) $(top_srcdir)/test-suite/testheaders.sh "$(CXXCOMPILE)" "$(srcdir)" || exit 1
 
617
 
 
618
.PHONY: testHeaders
 
619
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
620
# Otherwise a system limit (for SysV at least) may be exceeded.
 
621
.NOEXPORT: