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

« back to all changes in this revision

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