~ubuntu-branches/ubuntu/oneiric/squid3/oneiric-security

« back to all changes in this revision

Viewing changes to lib/cppunit-1.10.0/include/cppunit/ui/mfc/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Luigi Gangitano
  • Date: 2007-05-13 16:03:16 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20070513160316-2h6kn6h1z0q1fvyo
Tags: 3.0.PRE6-1
* New upstream release
  - Removed patches integrated upsteam:
    + 04-m68k-ftbfs

* debian/rules
  - Enable delay pools (Closes: #410785)
  - Enable cache digests (Closes: #416631)
  - Enable ICAP client
  - Raised Max Filedescriptor limit to 65536

* debian/control
  - Added real package dependency for httpd in squid3-cgi

* debian/patches/02-makefile-defaults
  - Fix default configuration file for cachemgr.cgi (Closes: #416630)

* debian/squid3.postinst
  - Fixed bashish in postinst (Closes: #411797)

* debian/patches/05-helpers-typo
  - Added upstream patch fixing compilation error in src/helpers.cc

* debian/patches/06-mem-obj-reference
  - Added upstream patch fixing a mem_obj reference in src/store.cc

* debian/patches/07-close-icap-connections
  - Added upstream patch fixing icap connection starvation

* debian/squid3.rc
  - Added LSB-compliant description to rc script

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.9.6 from Makefile.am.
2
 
# @configure_input@
3
 
 
4
 
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004, 2005  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
 
srcdir = @srcdir@
18
 
top_srcdir = @top_srcdir@
19
 
VPATH = @srcdir@
20
 
pkgdatadir = $(datadir)/@PACKAGE@
21
 
pkglibdir = $(libdir)/@PACKAGE@
22
 
pkgincludedir = $(includedir)/@PACKAGE@
23
 
top_builddir = ../../../..
24
 
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
25
 
INSTALL = @INSTALL@
26
 
install_sh_DATA = $(install_sh) -c -m 644
27
 
install_sh_PROGRAM = $(install_sh) -c
28
 
install_sh_SCRIPT = $(install_sh) -c
29
 
INSTALL_HEADER = $(INSTALL_DATA)
30
 
transform = $(program_transform_name)
31
 
NORMAL_INSTALL = :
32
 
PRE_INSTALL = :
33
 
POST_INSTALL = :
34
 
NORMAL_UNINSTALL = :
35
 
PRE_UNINSTALL = :
36
 
POST_UNINSTALL = :
37
 
build_triplet = @build@
38
 
host_triplet = @host@
39
 
subdir = include/cppunit/ui/mfc
40
 
DIST_COMMON = $(libcppunitinclude_HEADERS) $(srcdir)/Makefile.am \
41
 
        $(srcdir)/Makefile.in
42
 
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
43
 
am__aclocal_m4_deps = $(top_srcdir)/config/ac_cxx_have_sstream.m4 \
44
 
        $(top_srcdir)/config/ac_cxx_have_strstream.m4 \
45
 
        $(top_srcdir)/config/ac_cxx_namespaces.m4 \
46
 
        $(top_srcdir)/config/ac_cxx_rtti.m4 \
47
 
        $(top_srcdir)/config/ac_cxx_string_compare_string_first.m4 \
48
 
        $(top_srcdir)/config/ac_dll.m4 \
49
 
        $(top_srcdir)/config/ax_cxx_gcc_abi_demangle.m4 \
50
 
        $(top_srcdir)/config/ax_prefix_config_h.m4 \
51
 
        $(top_srcdir)/config/bb_enable_doxygen.m4 \
52
 
        $(top_srcdir)/configure.in
53
 
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
54
 
        $(ACLOCAL_M4)
55
 
mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
56
 
CONFIG_HEADER = $(top_builddir)/config/config.h
57
 
CONFIG_CLEAN_FILES =
58
 
SOURCES =
59
 
DIST_SOURCES =
60
 
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
61
 
am__vpath_adj = case $$p in \
62
 
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
63
 
    *) f=$$p;; \
64
 
  esac;
65
 
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
66
 
am__installdirs = "$(DESTDIR)$(libcppunitincludedir)"
67
 
libcppunitincludeHEADERS_INSTALL = $(INSTALL_HEADER)
68
 
HEADERS = $(libcppunitinclude_HEADERS)
69
 
ETAGS = etags
70
 
CTAGS = ctags
71
 
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
72
 
ACLOCAL = @ACLOCAL@
73
 
AMDEP_FALSE = @AMDEP_FALSE@
74
 
AMDEP_TRUE = @AMDEP_TRUE@
75
 
AMTAR = @AMTAR@
76
 
AR = @AR@
77
 
AUTOCONF = @AUTOCONF@
78
 
AUTOHEADER = @AUTOHEADER@
79
 
AUTOMAKE = @AUTOMAKE@
80
 
AWK = @AWK@
81
 
CC = @CC@
82
 
CCDEPMODE = @CCDEPMODE@
83
 
CFLAGS = @CFLAGS@
84
 
CPP = @CPP@
85
 
CPPFLAGS = @CPPFLAGS@
86
 
CPPUNIT_BINARY_AGE = @CPPUNIT_BINARY_AGE@
87
 
CPPUNIT_INTERFACE_AGE = @CPPUNIT_INTERFACE_AGE@
88
 
CPPUNIT_MAJOR_VERSION = @CPPUNIT_MAJOR_VERSION@
89
 
CPPUNIT_MICRO_VERSION = @CPPUNIT_MICRO_VERSION@
90
 
CPPUNIT_MINOR_VERSION = @CPPUNIT_MINOR_VERSION@
91
 
CPPUNIT_VERSION = @CPPUNIT_VERSION@
92
 
CXX = @CXX@
93
 
CXXCPP = @CXXCPP@
94
 
CXXDEPMODE = @CXXDEPMODE@
95
 
CXXFLAGS = @CXXFLAGS@
96
 
CYGPATH_W = @CYGPATH_W@
97
 
DEFS = @DEFS@
98
 
DEPDIR = @DEPDIR@
99
 
DOC_FALSE = @DOC_FALSE@
100
 
DOC_TRUE = @DOC_TRUE@
101
 
DOT = @DOT@
102
 
DOXYGEN = @DOXYGEN@
103
 
ECHO = @ECHO@
104
 
ECHO_C = @ECHO_C@
105
 
ECHO_N = @ECHO_N@
106
 
ECHO_T = @ECHO_T@
107
 
EGREP = @EGREP@
108
 
EXEEXT = @EXEEXT@
109
 
F77 = @F77@
110
 
FFLAGS = @FFLAGS@
111
 
INSTALL_DATA = @INSTALL_DATA@
112
 
INSTALL_PROGRAM = @INSTALL_PROGRAM@
113
 
INSTALL_SCRIPT = @INSTALL_SCRIPT@
114
 
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
115
 
LDFLAGS = @LDFLAGS@
116
 
LIBADD_DL = @LIBADD_DL@
117
 
LIBOBJS = @LIBOBJS@
118
 
LIBS = @LIBS@
119
 
LIBTOOL = @LIBTOOL@
120
 
LN_S = @LN_S@
121
 
LTLIBOBJS = @LTLIBOBJS@
122
 
LT_AGE = @LT_AGE@
123
 
LT_CURRENT = @LT_CURRENT@
124
 
LT_RELEASE = @LT_RELEASE@
125
 
LT_REVISION = @LT_REVISION@
126
 
MAINT = @MAINT@
127
 
MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
128
 
MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
129
 
MAKEINFO = @MAKEINFO@
130
 
OBJEXT = @OBJEXT@
131
 
PACKAGE = @PACKAGE@
132
 
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
133
 
PACKAGE_NAME = @PACKAGE_NAME@
134
 
PACKAGE_STRING = @PACKAGE_STRING@
135
 
PACKAGE_TARNAME = @PACKAGE_TARNAME@
136
 
PACKAGE_VERSION = @PACKAGE_VERSION@
137
 
PATH_SEPARATOR = @PATH_SEPARATOR@
138
 
RANLIB = @RANLIB@
139
 
SET_MAKE = @SET_MAKE@
140
 
SHELL = @SHELL@
141
 
STRIP = @STRIP@
142
 
VERSION = @VERSION@
143
 
ac_ct_AR = @ac_ct_AR@
144
 
ac_ct_CC = @ac_ct_CC@
145
 
ac_ct_CXX = @ac_ct_CXX@
146
 
ac_ct_F77 = @ac_ct_F77@
147
 
ac_ct_RANLIB = @ac_ct_RANLIB@
148
 
ac_ct_STRIP = @ac_ct_STRIP@
149
 
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
150
 
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
151
 
am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
152
 
am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
153
 
am__include = @am__include@
154
 
am__leading_dot = @am__leading_dot@
155
 
am__quote = @am__quote@
156
 
am__tar = @am__tar@
157
 
am__untar = @am__untar@
158
 
bindir = @bindir@
159
 
build = @build@
160
 
build_alias = @build_alias@
161
 
build_cpu = @build_cpu@
162
 
build_os = @build_os@
163
 
build_vendor = @build_vendor@
164
 
datadir = @datadir@
165
 
enable_dot = @enable_dot@
166
 
enable_html_docs = @enable_html_docs@
167
 
enable_latex_docs = @enable_latex_docs@
168
 
exec_prefix = @exec_prefix@
169
 
host = @host@
170
 
host_alias = @host_alias@
171
 
host_cpu = @host_cpu@
172
 
host_os = @host_os@
173
 
host_vendor = @host_vendor@
174
 
includedir = @includedir@
175
 
infodir = @infodir@
176
 
install_sh = @install_sh@
177
 
libdir = @libdir@
178
 
libexecdir = @libexecdir@
179
 
localstatedir = @localstatedir@
180
 
mandir = @mandir@
181
 
mkdir_p = @mkdir_p@
182
 
oldincludedir = @oldincludedir@
183
 
prefix = @prefix@
184
 
program_transform_name = @program_transform_name@
185
 
sbindir = @sbindir@
186
 
sharedstatedir = @sharedstatedir@
187
 
sysconfdir = @sysconfdir@
188
 
target_alias = @target_alias@
189
 
libcppunitincludedir = $(includedir)/cppunit/ui/mfc
190
 
libcppunitinclude_HEADERS = \
191
 
        TestRunner.h \
192
 
  MfcTestRunner.h
193
 
 
194
 
all: all-am
195
 
 
196
 
.SUFFIXES:
197
 
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
198
 
        @for dep in $?; do \
199
 
          case '$(am__configure_deps)' in \
200
 
            *$$dep*) \
201
 
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
202
 
                && exit 0; \
203
 
              exit 1;; \
204
 
          esac; \
205
 
        done; \
206
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  include/cppunit/ui/mfc/Makefile'; \
207
 
        cd $(top_srcdir) && \
208
 
          $(AUTOMAKE) --foreign  include/cppunit/ui/mfc/Makefile
209
 
.PRECIOUS: Makefile
210
 
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
211
 
        @case '$?' in \
212
 
          *config.status*) \
213
 
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
214
 
          *) \
215
 
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
216
 
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
217
 
        esac;
218
 
 
219
 
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
220
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
221
 
 
222
 
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
223
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
224
 
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
225
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
226
 
 
227
 
mostlyclean-libtool:
228
 
        -rm -f *.lo
229
 
 
230
 
clean-libtool:
231
 
        -rm -rf .libs _libs
232
 
 
233
 
distclean-libtool:
234
 
        -rm -f libtool
235
 
uninstall-info-am:
236
 
install-libcppunitincludeHEADERS: $(libcppunitinclude_HEADERS)
237
 
        @$(NORMAL_INSTALL)
238
 
        test -z "$(libcppunitincludedir)" || $(mkdir_p) "$(DESTDIR)$(libcppunitincludedir)"
239
 
        @list='$(libcppunitinclude_HEADERS)'; for p in $$list; do \
240
 
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
241
 
          f=$(am__strip_dir) \
242
 
          echo " $(libcppunitincludeHEADERS_INSTALL) '$$d$$p' '$(DESTDIR)$(libcppunitincludedir)/$$f'"; \
243
 
          $(libcppunitincludeHEADERS_INSTALL) "$$d$$p" "$(DESTDIR)$(libcppunitincludedir)/$$f"; \
244
 
        done
245
 
 
246
 
uninstall-libcppunitincludeHEADERS:
247
 
        @$(NORMAL_UNINSTALL)
248
 
        @list='$(libcppunitinclude_HEADERS)'; for p in $$list; do \
249
 
          f=$(am__strip_dir) \
250
 
          echo " rm -f '$(DESTDIR)$(libcppunitincludedir)/$$f'"; \
251
 
          rm -f "$(DESTDIR)$(libcppunitincludedir)/$$f"; \
252
 
        done
253
 
 
254
 
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
255
 
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
256
 
        unique=`for i in $$list; do \
257
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
258
 
          done | \
259
 
          $(AWK) '    { files[$$0] = 1; } \
260
 
               END { for (i in files) print i; }'`; \
261
 
        mkid -fID $$unique
262
 
tags: TAGS
263
 
 
264
 
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
265
 
                $(TAGS_FILES) $(LISP)
266
 
        tags=; \
267
 
        here=`pwd`; \
268
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
269
 
        unique=`for i in $$list; do \
270
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
271
 
          done | \
272
 
          $(AWK) '    { files[$$0] = 1; } \
273
 
               END { for (i in files) print i; }'`; \
274
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
275
 
          test -n "$$unique" || unique=$$empty_fix; \
276
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
277
 
            $$tags $$unique; \
278
 
        fi
279
 
ctags: CTAGS
280
 
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
281
 
                $(TAGS_FILES) $(LISP)
282
 
        tags=; \
283
 
        here=`pwd`; \
284
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
285
 
        unique=`for i in $$list; do \
286
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
287
 
          done | \
288
 
          $(AWK) '    { files[$$0] = 1; } \
289
 
               END { for (i in files) print i; }'`; \
290
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
291
 
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
292
 
             $$tags $$unique
293
 
 
294
 
GTAGS:
295
 
        here=`$(am__cd) $(top_builddir) && pwd` \
296
 
          && cd $(top_srcdir) \
297
 
          && gtags -i $(GTAGS_ARGS) $$here
298
 
 
299
 
distclean-tags:
300
 
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
301
 
 
302
 
distdir: $(DISTFILES)
303
 
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
304
 
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
305
 
        list='$(DISTFILES)'; for file in $$list; do \
306
 
          case $$file in \
307
 
            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
308
 
            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
309
 
          esac; \
310
 
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
311
 
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
312
 
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
313
 
            dir="/$$dir"; \
314
 
            $(mkdir_p) "$(distdir)$$dir"; \
315
 
          else \
316
 
            dir=''; \
317
 
          fi; \
318
 
          if test -d $$d/$$file; then \
319
 
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
320
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
321
 
            fi; \
322
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
323
 
          else \
324
 
            test -f $(distdir)/$$file \
325
 
            || cp -p $$d/$$file $(distdir)/$$file \
326
 
            || exit 1; \
327
 
          fi; \
328
 
        done
329
 
check-am: all-am
330
 
check: check-am
331
 
all-am: Makefile $(HEADERS)
332
 
installdirs:
333
 
        for dir in "$(DESTDIR)$(libcppunitincludedir)"; do \
334
 
          test -z "$$dir" || $(mkdir_p) "$$dir"; \
335
 
        done
336
 
install: install-am
337
 
install-exec: install-exec-am
338
 
install-data: install-data-am
339
 
uninstall: uninstall-am
340
 
 
341
 
install-am: all-am
342
 
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
343
 
 
344
 
installcheck: installcheck-am
345
 
install-strip:
346
 
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
347
 
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
348
 
          `test -z '$(STRIP)' || \
349
 
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
350
 
mostlyclean-generic:
351
 
 
352
 
clean-generic:
353
 
 
354
 
distclean-generic:
355
 
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
356
 
 
357
 
maintainer-clean-generic:
358
 
        @echo "This command is intended for maintainers to use"
359
 
        @echo "it deletes files that may require special tools to rebuild."
360
 
clean: clean-am
361
 
 
362
 
clean-am: clean-generic clean-libtool mostlyclean-am
363
 
 
364
 
distclean: distclean-am
365
 
        -rm -f Makefile
366
 
distclean-am: clean-am distclean-generic distclean-libtool \
367
 
        distclean-tags
368
 
 
369
 
dvi: dvi-am
370
 
 
371
 
dvi-am:
372
 
 
373
 
html: html-am
374
 
 
375
 
info: info-am
376
 
 
377
 
info-am:
378
 
 
379
 
install-data-am: install-libcppunitincludeHEADERS
380
 
 
381
 
install-exec-am:
382
 
 
383
 
install-info: install-info-am
384
 
 
385
 
install-man:
386
 
 
387
 
installcheck-am:
388
 
 
389
 
maintainer-clean: maintainer-clean-am
390
 
        -rm -f Makefile
391
 
maintainer-clean-am: distclean-am maintainer-clean-generic
392
 
 
393
 
mostlyclean: mostlyclean-am
394
 
 
395
 
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
396
 
 
397
 
pdf: pdf-am
398
 
 
399
 
pdf-am:
400
 
 
401
 
ps: ps-am
402
 
 
403
 
ps-am:
404
 
 
405
 
uninstall-am: uninstall-info-am uninstall-libcppunitincludeHEADERS
406
 
 
407
 
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
408
 
        clean-libtool ctags distclean distclean-generic \
409
 
        distclean-libtool distclean-tags distdir dvi dvi-am html \
410
 
        html-am info info-am install install-am install-data \
411
 
        install-data-am install-exec install-exec-am install-info \
412
 
        install-info-am install-libcppunitincludeHEADERS install-man \
413
 
        install-strip installcheck installcheck-am installdirs \
414
 
        maintainer-clean maintainer-clean-generic mostlyclean \
415
 
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
416
 
        tags uninstall uninstall-am uninstall-info-am \
417
 
        uninstall-libcppunitincludeHEADERS
418
 
 
419
 
# Tell versions [3.59,3.63) of GNU make to not export all variables.
420
 
# Otherwise a system limit (for SysV at least) may be exceeded.
421
 
.NOEXPORT: