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

« back to all changes in this revision

Viewing changes to helpers/external_acl/mswin_lm_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.
24
25
 
25
26
VPATH = @srcdir@
26
27
pkgdatadir = $(datadir)/@PACKAGE@
 
28
pkgincludedir = $(includedir)/@PACKAGE@
27
29
pkglibdir = $(libdir)/@PACKAGE@
28
 
pkgincludedir = $(includedir)/@PACKAGE@
 
30
pkglibexecdir = $(libexecdir)/@PACKAGE@
29
31
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
30
32
install_sh_DATA = $(install_sh) -c -m 644
31
33
install_sh_PROGRAM = $(install_sh) -c
45
47
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
46
48
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
47
49
am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
48
 
        $(top_srcdir)/configure.in
 
50
        $(top_srcdir)/configure.ac
49
51
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
50
52
        $(ACLOCAL_M4)
51
53
mkinstalldirs = $(install_sh) -d
52
54
CONFIG_HEADER = $(top_builddir)/include/autoconf.h
53
55
CONFIG_CLEAN_FILES =
 
56
CONFIG_CLEAN_VPATH_FILES =
54
57
am__installdirs = "$(DESTDIR)$(libexecdir)"
55
 
libexecPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
56
58
PROGRAMS = $(libexec_PROGRAMS)
57
59
am_mswin_check_lm_group_OBJECTS = win32_check_group.$(OBJEXT)
58
60
mswin_check_lm_group_OBJECTS = $(am_mswin_check_lm_group_OBJECTS)
63
65
DEFAULT_INCLUDES = 
64
66
depcomp = $(SHELL) $(top_srcdir)/cfgaux/depcomp
65
67
am__depfiles_maybe = depfiles
 
68
am__mv = mv -f
66
69
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
67
70
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
68
71
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
184
187
PACKAGE_NAME = @PACKAGE_NAME@
185
188
PACKAGE_STRING = @PACKAGE_STRING@
186
189
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
190
PACKAGE_URL = @PACKAGE_URL@
187
191
PACKAGE_VERSION = @PACKAGE_VERSION@
188
192
PATH_SEPARATOR = @PATH_SEPARATOR@
189
193
PERL = @PERL@
252
256
libexecdir = @libexecdir@
253
257
localedir = @localedir@
254
258
localstatedir = @localstatedir@
255
 
lt_ECHO = @lt_ECHO@
256
259
ltdl_LIBOBJS = @ltdl_LIBOBJS@
257
260
ltdl_LTLIBOBJS = @ltdl_LTLIBOBJS@
258
261
makesnmplib = @makesnmplib@
296
299
        @for dep in $?; do \
297
300
          case '$(am__configure_deps)' in \
298
301
            *$$dep*) \
299
 
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
300
 
                && exit 0; \
 
302
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
303
                && { if test -f $@; then exit 0; else break; fi; }; \
301
304
              exit 1;; \
302
305
          esac; \
303
306
        done; \
304
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  helpers/external_acl/mswin_lm_group/Makefile'; \
305
 
        cd $(top_srcdir) && \
306
 
          $(AUTOMAKE) --foreign  helpers/external_acl/mswin_lm_group/Makefile
 
307
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign helpers/external_acl/mswin_lm_group/Makefile'; \
 
308
        $(am__cd) $(top_srcdir) && \
 
309
          $(AUTOMAKE) --foreign helpers/external_acl/mswin_lm_group/Makefile
307
310
.PRECIOUS: Makefile
308
311
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
309
312
        @case '$?' in \
321
324
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
322
325
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
323
326
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
327
$(am__aclocal_m4_deps):
324
328
install-libexecPROGRAMS: $(libexec_PROGRAMS)
325
329
        @$(NORMAL_INSTALL)
326
330
        test -z "$(libexecdir)" || $(MKDIR_P) "$(DESTDIR)$(libexecdir)"
327
 
        @list='$(libexec_PROGRAMS)'; for p in $$list; do \
328
 
          p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
329
 
          if test -f $$p \
330
 
             || test -f $$p1 \
331
 
          ; then \
332
 
            f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
333
 
           echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libexecPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(libexecdir)/$$f'"; \
334
 
           $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libexecPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(libexecdir)/$$f" || exit 1; \
335
 
          else :; fi; \
336
 
        done
 
331
        @list='$(libexec_PROGRAMS)'; test -n "$(libexecdir)" || list=; \
 
332
        for p in $$list; do echo "$$p $$p"; done | \
 
333
        sed 's/$(EXEEXT)$$//' | \
 
334
        while read p p1; do if test -f $$p || test -f $$p1; \
 
335
          then echo "$$p"; echo "$$p"; else :; fi; \
 
336
        done | \
 
337
        sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
 
338
            -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
 
339
        sed 'N;N;N;s,\n, ,g' | \
 
340
        $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
 
341
          { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
 
342
            if ($$2 == $$4) files[d] = files[d] " " $$1; \
 
343
            else { print "f", $$3 "/" $$4, $$1; } } \
 
344
          END { for (d in files) print "f", d, files[d] }' | \
 
345
        while read type dir files; do \
 
346
            if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
 
347
            test -z "$$files" || { \
 
348
            echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(libexecdir)$$dir'"; \
 
349
            $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(libexecdir)$$dir" || exit $$?; \
 
350
            } \
 
351
        ; done
337
352
 
338
353
uninstall-libexecPROGRAMS:
339
354
        @$(NORMAL_UNINSTALL)
340
 
        @list='$(libexec_PROGRAMS)'; for p in $$list; do \
341
 
          f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
342
 
          echo " rm -f '$(DESTDIR)$(libexecdir)/$$f'"; \
343
 
          rm -f "$(DESTDIR)$(libexecdir)/$$f"; \
344
 
        done
 
355
        @list='$(libexec_PROGRAMS)'; test -n "$(libexecdir)" || list=; \
 
356
        files=`for p in $$list; do echo "$$p"; done | \
 
357
          sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
 
358
              -e 's/$$/$(EXEEXT)/' `; \
 
359
        test -n "$$list" || exit 0; \
 
360
        echo " ( cd '$(DESTDIR)$(libexecdir)' && rm -f" $$files ")"; \
 
361
        cd "$(DESTDIR)$(libexecdir)" && rm -f $$files
345
362
 
346
363
clean-libexecPROGRAMS:
347
 
        @list='$(libexec_PROGRAMS)'; for p in $$list; do \
348
 
          f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
349
 
          echo " rm -f $$p $$f"; \
350
 
          rm -f $$p $$f ; \
351
 
        done
 
364
        @list='$(libexec_PROGRAMS)'; test -n "$$list" || exit 0; \
 
365
        echo " rm -f" $$list; \
 
366
        rm -f $$list || exit $$?; \
 
367
        test -n "$(EXEEXT)" || exit 0; \
 
368
        list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
 
369
        echo " rm -f" $$list; \
 
370
        rm -f $$list
352
371
mswin_check_lm_group$(EXEEXT): $(mswin_check_lm_group_OBJECTS) $(mswin_check_lm_group_DEPENDENCIES) 
353
372
        @rm -f mswin_check_lm_group$(EXEEXT)
354
373
        $(LINK) $(mswin_check_lm_group_OBJECTS) $(mswin_check_lm_group_LDADD) $(LIBS)
363
382
 
364
383
.c.o:
365
384
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
366
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
385
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
367
386
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
368
387
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
369
388
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
370
389
 
371
390
.c.obj:
372
391
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
373
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
392
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
374
393
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
375
394
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
376
395
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
377
396
 
378
397
.c.lo:
379
398
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
380
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
399
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
381
400
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
382
401
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
383
402
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
393
412
        unique=`for i in $$list; do \
394
413
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
395
414
          done | \
396
 
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
 
415
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
397
416
              END { if (nonempty) { for (i in files) print i; }; }'`; \
398
417
        mkid -fID $$unique
399
418
tags: TAGS
400
419
 
401
420
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
402
421
                $(TAGS_FILES) $(LISP)
403
 
        tags=; \
 
422
        set x; \
404
423
        here=`pwd`; \
405
424
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
406
425
        unique=`for i in $$list; do \
408
427
          done | \
409
428
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
410
429
              END { if (nonempty) { for (i in files) print i; }; }'`; \
411
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
430
        shift; \
 
431
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
412
432
          test -n "$$unique" || unique=$$empty_fix; \
413
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
414
 
            $$tags $$unique; \
 
433
          if test $$# -gt 0; then \
 
434
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
435
              "$$@" $$unique; \
 
436
          else \
 
437
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
438
              $$unique; \
 
439
          fi; \
415
440
        fi
416
441
ctags: CTAGS
417
442
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
418
443
                $(TAGS_FILES) $(LISP)
419
 
        tags=; \
420
444
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
421
445
        unique=`for i in $$list; do \
422
446
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
423
447
          done | \
424
448
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
425
449
              END { if (nonempty) { for (i in files) print i; }; }'`; \
426
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
450
        test -z "$(CTAGS_ARGS)$$unique" \
427
451
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
428
 
             $$tags $$unique
 
452
             $$unique
429
453
 
430
454
GTAGS:
431
455
        here=`$(am__cd) $(top_builddir) && pwd` \
432
 
          && cd $(top_srcdir) \
433
 
          && gtags -i $(GTAGS_ARGS) $$here
 
456
          && $(am__cd) $(top_srcdir) \
 
457
          && gtags -i $(GTAGS_ARGS) "$$here"
434
458
 
435
459
distclean-tags:
436
460
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
451
475
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
452
476
          if test -d $$d/$$file; then \
453
477
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
478
            if test -d "$(distdir)/$$file"; then \
 
479
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
480
            fi; \
454
481
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
455
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
482
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
483
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
456
484
            fi; \
457
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
485
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
458
486
          else \
459
 
            test -f $(distdir)/$$file \
460
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
487
            test -f "$(distdir)/$$file" \
 
488
            || cp -p $$d/$$file "$(distdir)/$$file" \
461
489
            || exit 1; \
462
490
          fi; \
463
491
        done
488
516
 
489
517
distclean-generic:
490
518
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
519
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
491
520
 
492
521
maintainer-clean-generic:
493
522
        @echo "This command is intended for maintainers to use"
509
538
 
510
539
html: html-am
511
540
 
 
541
html-am:
 
542
 
512
543
info: info-am
513
544
 
514
545
info-am:
517
548
 
518
549
install-dvi: install-dvi-am
519
550
 
 
551
install-dvi-am:
 
552
 
520
553
install-exec-am: install-libexecPROGRAMS
521
554
 
522
555
install-html: install-html-am
523
556
 
 
557
install-html-am:
 
558
 
524
559
install-info: install-info-am
525
560
 
 
561
install-info-am:
 
562
 
526
563
install-man:
527
564
 
528
565
install-pdf: install-pdf-am
529
566
 
 
567
install-pdf-am:
 
568
 
530
569
install-ps: install-ps-am
531
570
 
 
571
install-ps-am:
 
572
 
532
573
installcheck-am:
533
574
 
534
575
maintainer-clean: maintainer-clean-am
567
608
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
568
609
        tags uninstall uninstall-am uninstall-libexecPROGRAMS
569
610
 
 
611
 
570
612
# Tell versions [3.59,3.63) of GNU make to not export all variables.
571
613
# Otherwise a system limit (for SysV at least) may be exceeded.
572
614
.NOEXPORT: