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

« back to all changes in this revision

Viewing changes to helpers/external_acl/wbinfo_group/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Mahyuddin Susanto
  • Date: 2011-02-15 18:46:13 UTC
  • mfrom: (21.2.4 sid)
  • Revision ID: james.westby@ubuntu.com-20110215184613-1u3dh5sz4i055flk
Tags: 3.1.10-1ubuntu1
* Merge from debian unstable. (LP: #719283)  Remaining changes:
  - debian/patches/18-fix-ftbfs-binutils-gold.dpatch: Add library linker into
    LIBS instead to LDFLAGS to fixing FTBFS binutils-gold.
* Drop Ubuntu configuration for ufw which landed in Debian and sync it: 
  - debian/squid3.ufw.profile.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.10.1 from Makefile.am.
 
1
# Makefile.in generated by automake 1.11.1 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
 
5
# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
 
6
# Inc.
6
7
# This Makefile.in is free software; the Free Software Foundation
7
8
# gives unlimited permission to copy and/or distribute it,
8
9
# with or without modifications, as long as this notice is preserved.
16
17
 
17
18
VPATH = @srcdir@
18
19
pkgdatadir = $(datadir)/@PACKAGE@
 
20
pkgincludedir = $(includedir)/@PACKAGE@
19
21
pkglibdir = $(libdir)/@PACKAGE@
20
 
pkgincludedir = $(includedir)/@PACKAGE@
 
22
pkglibexecdir = $(libexecdir)/@PACKAGE@
21
23
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
22
24
install_sh_DATA = $(install_sh) -c -m 644
23
25
install_sh_PROGRAM = $(install_sh) -c
36
38
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
37
39
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
38
40
am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
39
 
        $(top_srcdir)/configure.in
 
41
        $(top_srcdir)/configure.ac
40
42
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
41
43
        $(ACLOCAL_M4)
42
44
mkinstalldirs = $(install_sh) -d
43
45
CONFIG_HEADER = $(top_builddir)/include/autoconf.h
44
46
CONFIG_CLEAN_FILES =
 
47
CONFIG_CLEAN_VPATH_FILES =
 
48
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
 
49
am__vpath_adj = case $$p in \
 
50
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
 
51
    *) f=$$p;; \
 
52
  esac;
 
53
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
 
54
am__install_max = 40
 
55
am__nobase_strip_setup = \
 
56
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
 
57
am__nobase_strip = \
 
58
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
 
59
am__nobase_list = $(am__nobase_strip_setup); \
 
60
  for p in $$list; do echo "$$p $$p"; done | \
 
61
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
 
62
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
 
63
    if (++n[$$2] == $(am__install_max)) \
 
64
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
 
65
    END { for (dir in files) print dir, files[dir] }'
 
66
am__base_list = \
 
67
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
 
68
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
45
69
am__installdirs = "$(DESTDIR)$(libexecdir)"
46
 
libexecSCRIPT_INSTALL = $(INSTALL_SCRIPT)
47
70
SCRIPTS = $(libexec_SCRIPTS)
48
71
SOURCES =
49
72
DIST_SOURCES =
155
178
PACKAGE_NAME = @PACKAGE_NAME@
156
179
PACKAGE_STRING = @PACKAGE_STRING@
157
180
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
181
PACKAGE_URL = @PACKAGE_URL@
158
182
PACKAGE_VERSION = @PACKAGE_VERSION@
159
183
PATH_SEPARATOR = @PATH_SEPARATOR@
160
184
PERL = @PERL@
223
247
libexecdir = @libexecdir@
224
248
localedir = @localedir@
225
249
localstatedir = @localstatedir@
226
 
lt_ECHO = @lt_ECHO@
227
250
ltdl_LIBOBJS = @ltdl_LIBOBJS@
228
251
ltdl_LTLIBOBJS = @ltdl_LTLIBOBJS@
229
252
makesnmplib = @makesnmplib@
255
278
        @for dep in $?; do \
256
279
          case '$(am__configure_deps)' in \
257
280
            *$$dep*) \
258
 
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
259
 
                && exit 0; \
 
281
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
282
                && { if test -f $@; then exit 0; else break; fi; }; \
260
283
              exit 1;; \
261
284
          esac; \
262
285
        done; \
263
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  helpers/external_acl/wbinfo_group/Makefile'; \
264
 
        cd $(top_srcdir) && \
265
 
          $(AUTOMAKE) --foreign  helpers/external_acl/wbinfo_group/Makefile
 
286
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign helpers/external_acl/wbinfo_group/Makefile'; \
 
287
        $(am__cd) $(top_srcdir) && \
 
288
          $(AUTOMAKE) --foreign helpers/external_acl/wbinfo_group/Makefile
266
289
.PRECIOUS: Makefile
267
290
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
268
291
        @case '$?' in \
280
303
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
281
304
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
282
305
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
306
$(am__aclocal_m4_deps):
283
307
install-libexecSCRIPTS: $(libexec_SCRIPTS)
284
308
        @$(NORMAL_INSTALL)
285
309
        test -z "$(libexecdir)" || $(MKDIR_P) "$(DESTDIR)$(libexecdir)"
286
 
        @list='$(libexec_SCRIPTS)'; for p in $$list; do \
 
310
        @list='$(libexec_SCRIPTS)'; test -n "$(libexecdir)" || list=; \
 
311
        for p in $$list; do \
287
312
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
288
 
          if test -f $$d$$p; then \
289
 
            f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \
290
 
            echo " $(libexecSCRIPT_INSTALL) '$$d$$p' '$(DESTDIR)$(libexecdir)/$$f'"; \
291
 
            $(libexecSCRIPT_INSTALL) "$$d$$p" "$(DESTDIR)$(libexecdir)/$$f"; \
292
 
          else :; fi; \
293
 
        done
 
313
          if test -f "$$d$$p"; then echo "$$d$$p"; echo "$$p"; else :; fi; \
 
314
        done | \
 
315
        sed -e 'p;s,.*/,,;n' \
 
316
            -e 'h;s|.*|.|' \
 
317
            -e 'p;x;s,.*/,,;$(transform)' | sed 'N;N;N;s,\n, ,g' | \
 
318
        $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1; } \
 
319
          { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
 
320
            if ($$2 == $$4) { files[d] = files[d] " " $$1; \
 
321
              if (++n[d] == $(am__install_max)) { \
 
322
                print "f", d, files[d]; n[d] = 0; files[d] = "" } } \
 
323
            else { print "f", d "/" $$4, $$1 } } \
 
324
          END { for (d in files) print "f", d, files[d] }' | \
 
325
        while read type dir files; do \
 
326
             if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
 
327
             test -z "$$files" || { \
 
328
               echo " $(INSTALL_SCRIPT) $$files '$(DESTDIR)$(libexecdir)$$dir'"; \
 
329
               $(INSTALL_SCRIPT) $$files "$(DESTDIR)$(libexecdir)$$dir" || exit $$?; \
 
330
             } \
 
331
        ; done
294
332
 
295
333
uninstall-libexecSCRIPTS:
296
334
        @$(NORMAL_UNINSTALL)
297
 
        @list='$(libexec_SCRIPTS)'; for p in $$list; do \
298
 
          f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \
299
 
          echo " rm -f '$(DESTDIR)$(libexecdir)/$$f'"; \
300
 
          rm -f "$(DESTDIR)$(libexecdir)/$$f"; \
301
 
        done
 
335
        @list='$(libexec_SCRIPTS)'; test -n "$(libexecdir)" || exit 0; \
 
336
        files=`for p in $$list; do echo "$$p"; done | \
 
337
               sed -e 's,.*/,,;$(transform)'`; \
 
338
        test -n "$$list" || exit 0; \
 
339
        echo " ( cd '$(DESTDIR)$(libexecdir)' && rm -f" $$files ")"; \
 
340
        cd "$(DESTDIR)$(libexecdir)" && rm -f $$files
302
341
 
303
342
mostlyclean-libtool:
304
343
        -rm -f *.lo
328
367
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
329
368
          if test -d $$d/$$file; then \
330
369
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
370
            if test -d "$(distdir)/$$file"; then \
 
371
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
372
            fi; \
331
373
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
332
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
374
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
375
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
333
376
            fi; \
334
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
377
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
335
378
          else \
336
 
            test -f $(distdir)/$$file \
337
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
379
            test -f "$(distdir)/$$file" \
 
380
            || cp -p $$d/$$file "$(distdir)/$$file" \
338
381
            || exit 1; \
339
382
          fi; \
340
383
        done
365
408
 
366
409
distclean-generic:
367
410
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
411
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
368
412
 
369
413
maintainer-clean-generic:
370
414
        @echo "This command is intended for maintainers to use"
383
427
 
384
428
html: html-am
385
429
 
 
430
html-am:
 
431
 
386
432
info: info-am
387
433
 
388
434
info-am:
391
437
 
392
438
install-dvi: install-dvi-am
393
439
 
 
440
install-dvi-am:
 
441
 
394
442
install-exec-am: install-libexecSCRIPTS
395
443
 
396
444
install-html: install-html-am
397
445
 
 
446
install-html-am:
 
447
 
398
448
install-info: install-info-am
399
449
 
 
450
install-info-am:
 
451
 
400
452
install-man:
401
453
 
402
454
install-pdf: install-pdf-am
403
455
 
 
456
install-pdf-am:
 
457
 
404
458
install-ps: install-ps-am
405
459
 
 
460
install-ps-am:
 
461
 
406
462
installcheck-am:
407
463
 
408
464
maintainer-clean: maintainer-clean-am
437
493
        mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
438
494
        ps ps-am uninstall uninstall-am uninstall-libexecSCRIPTS
439
495
 
 
496
 
440
497
# Tell versions [3.59,3.63) of GNU make to not export all variables.
441
498
# Otherwise a system limit (for SysV at least) may be exceeded.
442
499
.NOEXPORT: