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

« back to all changes in this revision

Viewing changes to helpers/ntlm_auth/mswin_sspi/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:
17
17
#
18
18
#  Makefile for the Squid Object Cache server
19
19
#
20
 
#  $Id: Makefile.am,v 1.1 2005/10/30 21:48:22 serassio Exp $
 
20
#  $Id$
21
21
#
22
22
 
23
23
VPATH = @srcdir@
38
38
POST_UNINSTALL = :
39
39
build_triplet = @build@
40
40
host_triplet = @host@
 
41
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
 
42
        $(top_srcdir)/src/Common.am
 
43
check_PROGRAMS =
 
44
TESTS =
41
45
libexec_PROGRAMS = mswin_ntlm_auth$(EXEEXT)
42
46
subdir = helpers/ntlm_auth/mswin_sspi
43
 
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
44
47
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
45
48
am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
46
49
        $(top_srcdir)/configure.in
56
59
mswin_ntlm_auth_OBJECTS = $(am_mswin_ntlm_auth_OBJECTS)
57
60
mswin_ntlm_auth_LDADD = $(LDADD)
58
61
am__DEPENDENCIES_1 =
59
 
mswin_ntlm_auth_DEPENDENCIES = $(am__DEPENDENCIES_1)
60
 
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/include
 
62
mswin_ntlm_auth_DEPENDENCIES = $(top_builddir)/compat/libcompat.la \
 
63
        $(am__DEPENDENCIES_1)
 
64
DEFAULT_INCLUDES = 
61
65
depcomp = $(SHELL) $(top_srcdir)/cfgaux/depcomp
62
66
am__depfiles_maybe = depfiles
63
67
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
75
79
CTAGS = ctags
76
80
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
77
81
ACLOCAL = @ACLOCAL@
 
82
ADAPTATION_LIBS = @ADAPTATION_LIBS@
78
83
ALLOCA = @ALLOCA@
79
84
AMTAR = @AMTAR@
80
85
AR = @AR@
81
86
AR_R = @AR_R@
82
 
AUTH_LIBS = @AUTH_LIBS@
83
 
AUTH_LINKOBJS = @AUTH_LINKOBJS@
 
87
AUTH_LIBS_TO_BUILD = @AUTH_LIBS_TO_BUILD@
84
88
AUTH_MODULES = @AUTH_MODULES@
85
 
AUTH_OBJS = @AUTH_OBJS@
86
89
AUTOCONF = @AUTOCONF@
87
90
AUTOHEADER = @AUTOHEADER@
88
91
AUTOMAKE = @AUTOMAKE@
104
107
CXXDEPMODE = @CXXDEPMODE@
105
108
CXXFLAGS = @CXXFLAGS@
106
109
CYGPATH_W = @CYGPATH_W@
 
110
DEFAULT_LOG_DIR = @DEFAULT_LOG_DIR@
 
111
DEFAULT_PIDFILE = @DEFAULT_PIDFILE@
107
112
DEFS = @DEFS@
108
113
DEPDIR = @DEPDIR@
109
114
DIGEST_AUTH_HELPERS = @DIGEST_AUTH_HELPERS@
110
115
DISK_LIBS = @DISK_LIBS@
111
116
DISK_LINKOBJS = @DISK_LINKOBJS@
 
117
DISK_MODULES = @DISK_MODULES@
112
118
DISK_PROGRAMS = @DISK_PROGRAMS@
113
119
DSYMUTIL = @DSYMUTIL@
 
120
ECAPLIB = @ECAPLIB@
 
121
ECAP_LIBS = @ECAP_LIBS@
114
122
ECHO = @ECHO@
115
123
ECHO_C = @ECHO_C@
116
124
ECHO_N = @ECHO_N@
117
125
ECHO_T = @ECHO_T@
118
126
EGREP = @EGREP@
119
127
EPOLL_LIBS = @EPOLL_LIBS@
120
 
ERR_DEFAULT_LANGUAGE = @ERR_DEFAULT_LANGUAGE@
121
 
ERR_LANGUAGES = @ERR_LANGUAGES@
122
128
EXEEXT = @EXEEXT@
123
129
EXTERNAL_ACL_HELPERS = @EXTERNAL_ACL_HELPERS@
124
130
F77 = @F77@
126
132
FFLAGS = @FFLAGS@
127
133
GREP = @GREP@
128
134
ICAP_LIBS = @ICAP_LIBS@
 
135
INCLTDL = @INCLTDL@
129
136
INSTALL = @INSTALL@
130
137
INSTALL_DATA = @INSTALL_DATA@
131
138
INSTALL_PROGRAM = @INSTALL_PROGRAM@
132
139
INSTALL_SCRIPT = @INSTALL_SCRIPT@
133
140
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
134
 
KRB5INCS = @KRB5INCS@
135
 
KRB5LIBS = @KRB5LIBS@
136
141
LDFLAGS = @LDFLAGS@
137
142
LIBADD_DL = @LIBADD_DL@
 
143
LIBLTDL = @LIBLTDL@
138
144
LIBOBJS = @LIBOBJS@
139
 
LIBREGEX = @LIBREGEX@
140
145
LIBS = @LIBS@
141
146
LIBSASL = @LIBSASL@
142
147
LIBTOOL = @LIBTOOL@
165
170
PACKAGE_VERSION = @PACKAGE_VERSION@
166
171
PATH_SEPARATOR = @PATH_SEPARATOR@
167
172
PERL = @PERL@
 
173
PO2HTML = @PO2HTML@
168
174
RANLIB = @RANLIB@
169
175
REGEXLIB = @REGEXLIB@
170
176
REPL_LIBS = @REPL_LIBS@
182
188
SQUID_CPPUNIT_LIBS = @SQUID_CPPUNIT_LIBS@
183
189
SQUID_CXXFLAGS = @SQUID_CXXFLAGS@
184
190
SSLLIB = @SSLLIB@
185
 
STORE_LIBS = @STORE_LIBS@
186
 
STORE_LINKOBJS = @STORE_LINKOBJS@
187
 
STORE_OBJS = @STORE_OBJS@
 
191
STORE_LIBS_TO_ADD = @STORE_LIBS_TO_ADD@
 
192
STORE_LIBS_TO_BUILD = @STORE_LIBS_TO_BUILD@
188
193
STORE_TESTS = @STORE_TESTS@
189
194
STRIP = @STRIP@
190
195
TRUE = @TRUE@
199
204
ac_ct_CC = @ac_ct_CC@
200
205
ac_ct_CXX = @ac_ct_CXX@
201
206
ac_ct_F77 = @ac_ct_F77@
202
 
ac_krb5_config = @ac_krb5_config@
203
207
am__include = @am__include@
204
208
am__leading_dot = @am__leading_dot@
205
209
am__quote = @am__quote@
247
251
top_build_prefix = @top_build_prefix@
248
252
top_builddir = @top_builddir@
249
253
top_srcdir = @top_srcdir@
 
254
AM_CFLAGS = @SQUID_CFLAGS@
 
255
AM_CXXFLAGS = @SQUID_CXXFLAGS@
 
256
CLEANFILES = 
 
257
INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/include -I$(top_srcdir)/src \
 
258
        -I$(top_builddir)/include @SQUID_CPPUNIT_INC@ -I$(srcdir)
250
259
mswin_ntlm_auth_SOURCES = libntlmssp.c ntlm_auth.c ntlm.h
251
 
INCLUDES = -I. -I$(top_builddir)/include -I$(top_srcdir)/include -I$(top_srcdir)/src
252
 
LDADD = -L$(top_builddir)/lib -lntlmauth -lsspwin32 -lnetapi32 \
253
 
                  -ladvapi32 -lmiscutil $(XTRA_LIBS)
 
260
LDADD = \
 
261
        $(top_builddir)/compat/libcompat.la \
 
262
        -L$(top_builddir)/lib -lmiscutil -lntlmauth \
 
263
        -lsspwin32 \
 
264
        -lnetapi32 \
 
265
        -ladvapi32 \
 
266
        $(XTRA_LIBS)
254
267
 
255
268
EXTRA_DIST = readme.txt
256
269
all: all-am
257
270
 
258
271
.SUFFIXES:
259
272
.SUFFIXES: .c .lo .o .obj
260
 
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
 
273
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/src/Common.am $(am__configure_deps)
261
274
        @for dep in $?; do \
262
275
          case '$(am__configure_deps)' in \
263
276
            *$$dep*) \
286
299
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
287
300
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
288
301
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
302
 
 
303
clean-checkPROGRAMS:
 
304
        @list='$(check_PROGRAMS)'; for p in $$list; do \
 
305
          f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
 
306
          echo " rm -f $$p $$f"; \
 
307
          rm -f $$p $$f ; \
 
308
        done
289
309
install-libexecPROGRAMS: $(libexec_PROGRAMS)
290
310
        @$(NORMAL_INSTALL)
291
311
        test -z "$(libexecdir)" || $(MKDIR_P) "$(DESTDIR)$(libexecdir)"
401
421
distclean-tags:
402
422
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
403
423
 
 
424
check-TESTS: $(TESTS)
 
425
        @failed=0; all=0; xfail=0; xpass=0; skip=0; ws='[        ]'; \
 
426
        srcdir=$(srcdir); export srcdir; \
 
427
        list=' $(TESTS) '; \
 
428
        if test -n "$$list"; then \
 
429
          for tst in $$list; do \
 
430
            if test -f ./$$tst; then dir=./; \
 
431
            elif test -f $$tst; then dir=; \
 
432
            else dir="$(srcdir)/"; fi; \
 
433
            if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \
 
434
              all=`expr $$all + 1`; \
 
435
              case " $(XFAIL_TESTS) " in \
 
436
              *$$ws$$tst$$ws*) \
 
437
                xpass=`expr $$xpass + 1`; \
 
438
                failed=`expr $$failed + 1`; \
 
439
                echo "XPASS: $$tst"; \
 
440
              ;; \
 
441
              *) \
 
442
                echo "PASS: $$tst"; \
 
443
              ;; \
 
444
              esac; \
 
445
            elif test $$? -ne 77; then \
 
446
              all=`expr $$all + 1`; \
 
447
              case " $(XFAIL_TESTS) " in \
 
448
              *$$ws$$tst$$ws*) \
 
449
                xfail=`expr $$xfail + 1`; \
 
450
                echo "XFAIL: $$tst"; \
 
451
              ;; \
 
452
              *) \
 
453
                failed=`expr $$failed + 1`; \
 
454
                echo "FAIL: $$tst"; \
 
455
              ;; \
 
456
              esac; \
 
457
            else \
 
458
              skip=`expr $$skip + 1`; \
 
459
              echo "SKIP: $$tst"; \
 
460
            fi; \
 
461
          done; \
 
462
          if test "$$failed" -eq 0; then \
 
463
            if test "$$xfail" -eq 0; then \
 
464
              banner="All $$all tests passed"; \
 
465
            else \
 
466
              banner="All $$all tests behaved as expected ($$xfail expected failures)"; \
 
467
            fi; \
 
468
          else \
 
469
            if test "$$xpass" -eq 0; then \
 
470
              banner="$$failed of $$all tests failed"; \
 
471
            else \
 
472
              banner="$$failed of $$all tests did not behave as expected ($$xpass unexpected passes)"; \
 
473
            fi; \
 
474
          fi; \
 
475
          dashes="$$banner"; \
 
476
          skipped=""; \
 
477
          if test "$$skip" -ne 0; then \
 
478
            skipped="($$skip tests were not run)"; \
 
479
            test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
 
480
              dashes="$$skipped"; \
 
481
          fi; \
 
482
          report=""; \
 
483
          if test "$$failed" -ne 0 && test -n "$(PACKAGE_BUGREPORT)"; then \
 
484
            report="Please report to $(PACKAGE_BUGREPORT)"; \
 
485
            test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \
 
486
              dashes="$$report"; \
 
487
          fi; \
 
488
          dashes=`echo "$$dashes" | sed s/./=/g`; \
 
489
          echo "$$dashes"; \
 
490
          echo "$$banner"; \
 
491
          test -z "$$skipped" || echo "$$skipped"; \
 
492
          test -z "$$report" || echo "$$report"; \
 
493
          echo "$$dashes"; \
 
494
          test "$$failed" -eq 0; \
 
495
        else :; fi
 
496
 
404
497
distdir: $(DISTFILES)
405
498
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
406
499
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
428
521
          fi; \
429
522
        done
430
523
check-am: all-am
 
524
        $(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS)
 
525
        $(MAKE) $(AM_MAKEFLAGS) check-TESTS
431
526
check: check-am
432
527
all-am: Makefile $(PROGRAMS)
433
528
installdirs:
451
546
mostlyclean-generic:
452
547
 
453
548
clean-generic:
 
549
        -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
454
550
 
455
551
distclean-generic:
456
552
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
460
556
        @echo "it deletes files that may require special tools to rebuild."
461
557
clean: clean-am
462
558
 
463
 
clean-am: clean-generic clean-libexecPROGRAMS clean-libtool \
464
 
        mostlyclean-am
 
559
clean-am: clean-checkPROGRAMS clean-generic clean-libexecPROGRAMS \
 
560
        clean-libtool mostlyclean-am
465
561
 
466
562
distclean: distclean-am
467
563
        -rm -rf ./$(DEPDIR)
519
615
 
520
616
.MAKE: install-am install-strip
521
617
 
522
 
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
523
 
        clean-libexecPROGRAMS clean-libtool ctags distclean \
524
 
        distclean-compile distclean-generic distclean-libtool \
525
 
        distclean-tags distdir dvi dvi-am html html-am info info-am \
526
 
        install install-am install-data install-data-am install-dvi \
527
 
        install-dvi-am install-exec install-exec-am install-html \
528
 
        install-html-am install-info install-info-am \
529
 
        install-libexecPROGRAMS install-man install-pdf install-pdf-am \
530
 
        install-ps install-ps-am install-strip installcheck \
531
 
        installcheck-am installdirs maintainer-clean \
532
 
        maintainer-clean-generic mostlyclean mostlyclean-compile \
533
 
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
534
 
        tags uninstall uninstall-am uninstall-libexecPROGRAMS
535
 
 
 
618
.PHONY: CTAGS GTAGS all all-am check check-TESTS check-am clean \
 
619
        clean-checkPROGRAMS clean-generic clean-libexecPROGRAMS \
 
620
        clean-libtool ctags distclean distclean-compile \
 
621
        distclean-generic distclean-libtool distclean-tags distdir dvi \
 
622
        dvi-am html html-am info info-am install install-am \
 
623
        install-data install-data-am install-dvi install-dvi-am \
 
624
        install-exec install-exec-am install-html install-html-am \
 
625
        install-info install-info-am install-libexecPROGRAMS \
 
626
        install-man install-pdf install-pdf-am install-ps \
 
627
        install-ps-am install-strip installcheck installcheck-am \
 
628
        installdirs maintainer-clean maintainer-clean-generic \
 
629
        mostlyclean mostlyclean-compile mostlyclean-generic \
 
630
        mostlyclean-libtool pdf pdf-am ps ps-am tags uninstall \
 
631
        uninstall-am uninstall-libexecPROGRAMS
 
632
 
 
633
 
 
634
$(OBJS): $(top_srcdir)/include/version.h $(top_builddir)/include/autoconf.h
536
635
# Tell versions [3.59,3.63) of GNU make to not export all variables.
537
636
# Otherwise a system limit (for SysV at least) may be exceeded.
538
637
.NOEXPORT: