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

« back to all changes in this revision

Viewing changes to contrib/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Luigi Gangitano
  • Date: 2006-11-11 10:32:06 UTC
  • Revision ID: james.westby@ubuntu.com-20061111103206-f3p0r9g0vq44rp3r
Tags: upstream-3.0.PRE5
ImportĀ upstreamĀ versionĀ 3.0.PRE5

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
#
 
18
# Makefile for installing Squid startup files on systems
 
19
# using a SVR4-based startup mechanism/file system layout
 
20
#
 
21
srcdir = @srcdir@
 
22
top_srcdir = @top_srcdir@
 
23
VPATH = @srcdir@
 
24
pkgdatadir = $(datadir)/@PACKAGE@
 
25
pkglibdir = $(libdir)/@PACKAGE@
 
26
pkgincludedir = $(includedir)/@PACKAGE@
 
27
top_builddir = ..
 
28
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
29
INSTALL = @INSTALL@
 
30
install_sh_DATA = $(install_sh) -c -m 644
 
31
install_sh_PROGRAM = $(install_sh) -c
 
32
install_sh_SCRIPT = $(install_sh) -c
 
33
INSTALL_HEADER = $(INSTALL_DATA)
 
34
transform = $(program_transform_name)
 
35
NORMAL_INSTALL = :
 
36
PRE_INSTALL = :
 
37
POST_INSTALL = :
 
38
NORMAL_UNINSTALL = :
 
39
PRE_UNINSTALL = :
 
40
POST_UNINSTALL = :
 
41
build_triplet = @build@
 
42
host_triplet = @host@
 
43
subdir = contrib
 
44
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
 
45
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
46
am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
 
47
        $(top_srcdir)/configure.in
 
48
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
49
        $(ACLOCAL_M4)
 
50
mkinstalldirs = $(SHELL) $(top_srcdir)/cfgaux/mkinstalldirs
 
51
CONFIG_HEADER = $(top_builddir)/include/autoconf.h
 
52
CONFIG_CLEAN_FILES =
 
53
SOURCES =
 
54
DIST_SOURCES =
 
55
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
56
ACLOCAL = @ACLOCAL@
 
57
ALLOCA = @ALLOCA@
 
58
AMDEP_FALSE = @AMDEP_FALSE@
 
59
AMDEP_TRUE = @AMDEP_TRUE@
 
60
AMTAR = @AMTAR@
 
61
AR = @AR@
 
62
AR_R = @AR_R@
 
63
AUTH_LIBS = @AUTH_LIBS@
 
64
AUTH_LINKOBJS = @AUTH_LINKOBJS@
 
65
AUTH_MODULES = @AUTH_MODULES@
 
66
AUTH_OBJS = @AUTH_OBJS@
 
67
AUTOCONF = @AUTOCONF@
 
68
AUTOHEADER = @AUTOHEADER@
 
69
AUTOMAKE = @AUTOMAKE@
 
70
AWK = @AWK@
 
71
BASIC_AUTH_HELPERS = @BASIC_AUTH_HELPERS@
 
72
CACHE_HTTP_PORT = @CACHE_HTTP_PORT@
 
73
CACHE_ICP_PORT = @CACHE_ICP_PORT@
 
74
CC = @CC@
 
75
CCDEPMODE = @CCDEPMODE@
 
76
CFLAGS = @CFLAGS@
 
77
CGIEXT = @CGIEXT@
 
78
CPP = @CPP@
 
79
CPPFLAGS = @CPPFLAGS@
 
80
CPPUNITCONFIG = @CPPUNITCONFIG@
 
81
CRYPTLIB = @CRYPTLIB@
 
82
CXX = @CXX@
 
83
CXXCPP = @CXXCPP@
 
84
CXXDEPMODE = @CXXDEPMODE@
 
85
CXXFLAGS = @CXXFLAGS@
 
86
CYGPATH_W = @CYGPATH_W@
 
87
DEFS = @DEFS@
 
88
DEPDIR = @DEPDIR@
 
89
DIGEST_AUTH_HELPERS = @DIGEST_AUTH_HELPERS@
 
90
DISK_LIBS = @DISK_LIBS@
 
91
DISK_LINKOBJS = @DISK_LINKOBJS@
 
92
DISK_PROGRAMS = @DISK_PROGRAMS@
 
93
ECHO = @ECHO@
 
94
ECHO_C = @ECHO_C@
 
95
ECHO_N = @ECHO_N@
 
96
ECHO_T = @ECHO_T@
 
97
EGREP = @EGREP@
 
98
ENABLE_ARP_ACL_FALSE = @ENABLE_ARP_ACL_FALSE@
 
99
ENABLE_ARP_ACL_TRUE = @ENABLE_ARP_ACL_TRUE@
 
100
ENABLE_HTCP_FALSE = @ENABLE_HTCP_FALSE@
 
101
ENABLE_HTCP_TRUE = @ENABLE_HTCP_TRUE@
 
102
ENABLE_IDENT_FALSE = @ENABLE_IDENT_FALSE@
 
103
ENABLE_IDENT_TRUE = @ENABLE_IDENT_TRUE@
 
104
ENABLE_PINGER_FALSE = @ENABLE_PINGER_FALSE@
 
105
ENABLE_PINGER_TRUE = @ENABLE_PINGER_TRUE@
 
106
ENABLE_SSL_FALSE = @ENABLE_SSL_FALSE@
 
107
ENABLE_SSL_TRUE = @ENABLE_SSL_TRUE@
 
108
ENABLE_UNLINKD_FALSE = @ENABLE_UNLINKD_FALSE@
 
109
ENABLE_UNLINKD_TRUE = @ENABLE_UNLINKD_TRUE@
 
110
ENABLE_WIN32SPECIFIC_FALSE = @ENABLE_WIN32SPECIFIC_FALSE@
 
111
ENABLE_WIN32SPECIFIC_TRUE = @ENABLE_WIN32SPECIFIC_TRUE@
 
112
ENABLE_XPROF_STATS_FALSE = @ENABLE_XPROF_STATS_FALSE@
 
113
ENABLE_XPROF_STATS_TRUE = @ENABLE_XPROF_STATS_TRUE@
 
114
EPOLL_LIBS = @EPOLL_LIBS@
 
115
ERR_DEFAULT_LANGUAGE = @ERR_DEFAULT_LANGUAGE@
 
116
ERR_LANGUAGES = @ERR_LANGUAGES@
 
117
EXEEXT = @EXEEXT@
 
118
EXTERNAL_ACL_HELPERS = @EXTERNAL_ACL_HELPERS@
 
119
F77 = @F77@
 
120
FALSE = @FALSE@
 
121
FFLAGS = @FFLAGS@
 
122
ICAP_LIBS = @ICAP_LIBS@
 
123
INSTALL_DATA = @INSTALL_DATA@
 
124
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
125
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
126
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
127
LDFLAGS = @LDFLAGS@
 
128
LIBADD_DL = @LIBADD_DL@
 
129
LIBDLMALLOC = @LIBDLMALLOC@
 
130
LIBOBJS = @LIBOBJS@
 
131
LIBREGEX = @LIBREGEX@
 
132
LIBS = @LIBS@
 
133
LIBSASL = @LIBSASL@
 
134
LIBTOOL = @LIBTOOL@
 
135
LIB_DB = @LIB_DB@
 
136
LIB_LBER = @LIB_LBER@
 
137
LIB_LDAP = @LIB_LDAP@
 
138
LIB_MALLOC = @LIB_MALLOC@
 
139
LN = @LN@
 
140
LN_S = @LN_S@
 
141
LTLIBOBJS = @LTLIBOBJS@
 
142
MAINT = @MAINT@
 
143
MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
 
144
MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
 
145
MAKEINFO = @MAKEINFO@
 
146
MAKE_LEAKFINDER_FALSE = @MAKE_LEAKFINDER_FALSE@
 
147
MAKE_LEAKFINDER_TRUE = @MAKE_LEAKFINDER_TRUE@
 
148
MINGW_LIBS = @MINGW_LIBS@
 
149
MKDIR = @MKDIR@
 
150
MV = @MV@
 
151
NEED_OWN_MD5_FALSE = @NEED_OWN_MD5_FALSE@
 
152
NEED_OWN_MD5_TRUE = @NEED_OWN_MD5_TRUE@
 
153
NEED_OWN_SNPRINTF_FALSE = @NEED_OWN_SNPRINTF_FALSE@
 
154
NEED_OWN_SNPRINTF_TRUE = @NEED_OWN_SNPRINTF_TRUE@
 
155
NEED_OWN_STRSEP_FALSE = @NEED_OWN_STRSEP_FALSE@
 
156
NEED_OWN_STRSEP_TRUE = @NEED_OWN_STRSEP_TRUE@
 
157
NEGOTIATE_AUTH_HELPERS = @NEGOTIATE_AUTH_HELPERS@
 
158
NTLM_AUTH_HELPERS = @NTLM_AUTH_HELPERS@
 
159
OBJEXT = @OBJEXT@
 
160
OPT_DEFAULT_HOSTS = @OPT_DEFAULT_HOSTS@
 
161
PACKAGE = @PACKAGE@
 
162
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
163
PACKAGE_NAME = @PACKAGE_NAME@
 
164
PACKAGE_STRING = @PACKAGE_STRING@
 
165
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
166
PACKAGE_VERSION = @PACKAGE_VERSION@
 
167
PATH_SEPARATOR = @PATH_SEPARATOR@
 
168
PERL = @PERL@
 
169
RANLIB = @RANLIB@
 
170
REGEXLIB = @REGEXLIB@
 
171
REPL_LIBS = @REPL_LIBS@
 
172
REPL_OBJS = @REPL_OBJS@
 
173
REPL_POLICIES = @REPL_POLICIES@
 
174
RM = @RM@
 
175
SET_MAKE = @SET_MAKE@
 
176
SH = @SH@
 
177
SHELL = @SHELL@
 
178
SNMPLIB = @SNMPLIB@
 
179
SQUID_CFLAGS = @SQUID_CFLAGS@
 
180
SQUID_CPPUNIT_DIR = @SQUID_CPPUNIT_DIR@
 
181
SQUID_CPPUNIT_INC = @SQUID_CPPUNIT_INC@
 
182
SQUID_CPPUNIT_LA = @SQUID_CPPUNIT_LA@
 
183
SQUID_CPPUNIT_LIBS = @SQUID_CPPUNIT_LIBS@
 
184
SQUID_CXXFLAGS = @SQUID_CXXFLAGS@
 
185
SSLLIB = @SSLLIB@
 
186
STORE_LIBS = @STORE_LIBS@
 
187
STORE_LINKOBJS = @STORE_LINKOBJS@
 
188
STORE_OBJS = @STORE_OBJS@
 
189
STORE_TESTS = @STORE_TESTS@
 
190
STRIP = @STRIP@
 
191
TRUE = @TRUE@
 
192
USE_AIOPS_WIN32_FALSE = @USE_AIOPS_WIN32_FALSE@
 
193
USE_AIOPS_WIN32_TRUE = @USE_AIOPS_WIN32_TRUE@
 
194
USE_AIO_WIN32_FALSE = @USE_AIO_WIN32_FALSE@
 
195
USE_AIO_WIN32_TRUE = @USE_AIO_WIN32_TRUE@
 
196
USE_DELAY_POOLS_FALSE = @USE_DELAY_POOLS_FALSE@
 
197
USE_DELAY_POOLS_TRUE = @USE_DELAY_POOLS_TRUE@
 
198
USE_DNSSERVER_FALSE = @USE_DNSSERVER_FALSE@
 
199
USE_DNSSERVER_TRUE = @USE_DNSSERVER_TRUE@
 
200
USE_ESI_FALSE = @USE_ESI_FALSE@
 
201
USE_ESI_TRUE = @USE_ESI_TRUE@
 
202
USE_ICAP_CLIENT_FALSE = @USE_ICAP_CLIENT_FALSE@
 
203
USE_ICAP_CLIENT_TRUE = @USE_ICAP_CLIENT_TRUE@
 
204
USE_IPC_WIN32_FALSE = @USE_IPC_WIN32_FALSE@
 
205
USE_IPC_WIN32_TRUE = @USE_IPC_WIN32_TRUE@
 
206
USE_SNMP_FALSE = @USE_SNMP_FALSE@
 
207
USE_SNMP_TRUE = @USE_SNMP_TRUE@
 
208
VERSION = @VERSION@
 
209
WIN32_PSAPI = @WIN32_PSAPI@
 
210
XTRA_LIBS = @XTRA_LIBS@
 
211
XTRA_OBJS = @XTRA_OBJS@
 
212
ac_ct_AR = @ac_ct_AR@
 
213
ac_ct_CC = @ac_ct_CC@
 
214
ac_ct_CXX = @ac_ct_CXX@
 
215
ac_ct_F77 = @ac_ct_F77@
 
216
ac_ct_RANLIB = @ac_ct_RANLIB@
 
217
ac_ct_STRIP = @ac_ct_STRIP@
 
218
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
 
219
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
 
220
am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
 
221
am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
 
222
am__include = @am__include@
 
223
am__leading_dot = @am__leading_dot@
 
224
am__quote = @am__quote@
 
225
am__tar = @am__tar@
 
226
am__untar = @am__untar@
 
227
bindir = @bindir@
 
228
build = @build@
 
229
build_alias = @build_alias@
 
230
build_cpu = @build_cpu@
 
231
build_os = @build_os@
 
232
build_vendor = @build_vendor@
 
233
datadir = @datadir@
 
234
exec_prefix = @exec_prefix@
 
235
host = @host@
 
236
host_alias = @host_alias@
 
237
host_cpu = @host_cpu@
 
238
host_os = @host_os@
 
239
host_vendor = @host_vendor@
 
240
includedir = @includedir@
 
241
infodir = @infodir@
 
242
install_sh = @install_sh@
 
243
libdir = @libdir@
 
244
libexecdir = @libexecdir@
 
245
localstatedir = @localstatedir@
 
246
makesnmplib = @makesnmplib@
 
247
mandir = @mandir@
 
248
mkdir_p = @mkdir_p@
 
249
oldincludedir = @oldincludedir@
 
250
prefix = @prefix@
 
251
program_transform_name = @program_transform_name@
 
252
sbindir = @sbindir@
 
253
sharedstatedir = @sharedstatedir@
 
254
subdirs = @subdirs@
 
255
sysconfdir = @sysconfdir@
 
256
target_alias = @target_alias@
 
257
SQUID_RC = squid.rc
 
258
SQUID_OPTIONS = squid.options
 
259
EXTRA_DIST = \
 
260
        squid.options \
 
261
        config.site \
 
262
        squid.rc \
 
263
        rredir.c \
 
264
        rredir.pl \
 
265
        user-agents.pl \
 
266
        url-normalizer.pl \
 
267
        nextstep/Makefile \
 
268
        nextstep/Makefile.real \
 
269
        nextstep/README \
 
270
        nextstep/Squid.pkg.README \
 
271
        nextstep/info.in \
 
272
        nextstep/makepkg \
 
273
        nextstep/post_install \
 
274
        nextstep/pre_install
 
275
 
 
276
all: all-am
 
277
 
 
278
.SUFFIXES:
 
279
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
 
280
        @for dep in $?; do \
 
281
          case '$(am__configure_deps)' in \
 
282
            *$$dep*) \
 
283
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
 
284
                && exit 0; \
 
285
              exit 1;; \
 
286
          esac; \
 
287
        done; \
 
288
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  contrib/Makefile'; \
 
289
        cd $(top_srcdir) && \
 
290
          $(AUTOMAKE) --foreign  contrib/Makefile
 
291
.PRECIOUS: Makefile
 
292
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
293
        @case '$?' in \
 
294
          *config.status*) \
 
295
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 
296
          *) \
 
297
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 
298
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 
299
        esac;
 
300
 
 
301
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
302
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
303
 
 
304
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
 
305
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
306
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
 
307
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
308
 
 
309
mostlyclean-libtool:
 
310
        -rm -f *.lo
 
311
 
 
312
clean-libtool:
 
313
        -rm -rf .libs _libs
 
314
 
 
315
distclean-libtool:
 
316
        -rm -f libtool
 
317
uninstall-info-am:
 
318
tags: TAGS
 
319
TAGS:
 
320
 
 
321
ctags: CTAGS
 
322
CTAGS:
 
323
 
 
324
 
 
325
distdir: $(DISTFILES)
 
326
        $(mkdir_p) $(distdir)/nextstep
 
327
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
 
328
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
 
329
        list='$(DISTFILES)'; for file in $$list; do \
 
330
          case $$file in \
 
331
            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
 
332
            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
 
333
          esac; \
 
334
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
335
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
 
336
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
 
337
            dir="/$$dir"; \
 
338
            $(mkdir_p) "$(distdir)$$dir"; \
 
339
          else \
 
340
            dir=''; \
 
341
          fi; \
 
342
          if test -d $$d/$$file; then \
 
343
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
344
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
345
            fi; \
 
346
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
347
          else \
 
348
            test -f $(distdir)/$$file \
 
349
            || cp -p $$d/$$file $(distdir)/$$file \
 
350
            || exit 1; \
 
351
          fi; \
 
352
        done
 
353
check-am: all-am
 
354
check: check-am
 
355
all-am: Makefile
 
356
installdirs:
 
357
install-exec: install-exec-am
 
358
install-data: install-data-am
 
359
uninstall: uninstall-am
 
360
 
 
361
install-am: all-am
 
362
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
363
 
 
364
installcheck: installcheck-am
 
365
install-strip:
 
366
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
367
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
368
          `test -z '$(STRIP)' || \
 
369
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
370
mostlyclean-generic:
 
371
 
 
372
clean-generic:
 
373
 
 
374
distclean-generic:
 
375
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
376
 
 
377
maintainer-clean-generic:
 
378
        @echo "This command is intended for maintainers to use"
 
379
        @echo "it deletes files that may require special tools to rebuild."
 
380
clean: clean-am
 
381
 
 
382
clean-am: clean-generic clean-libtool mostlyclean-am
 
383
 
 
384
distclean: distclean-am
 
385
        -rm -f Makefile
 
386
distclean-am: clean-am distclean-generic distclean-libtool
 
387
 
 
388
dvi: dvi-am
 
389
 
 
390
dvi-am:
 
391
 
 
392
html: html-am
 
393
 
 
394
info: info-am
 
395
 
 
396
info-am:
 
397
 
 
398
install-data-am:
 
399
 
 
400
install-exec-am:
 
401
 
 
402
install-info: install-info-am
 
403
 
 
404
install-man:
 
405
 
 
406
installcheck-am:
 
407
 
 
408
maintainer-clean: maintainer-clean-am
 
409
        -rm -f Makefile
 
410
maintainer-clean-am: distclean-am maintainer-clean-generic
 
411
 
 
412
mostlyclean: mostlyclean-am
 
413
 
 
414
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
 
415
 
 
416
pdf: pdf-am
 
417
 
 
418
pdf-am:
 
419
 
 
420
ps: ps-am
 
421
 
 
422
ps-am:
 
423
 
 
424
uninstall-am: uninstall-info-am
 
425
 
 
426
.PHONY: all all-am check check-am clean clean-generic clean-libtool \
 
427
        distclean distclean-generic distclean-libtool distdir dvi \
 
428
        dvi-am html html-am info info-am install install-am \
 
429
        install-data install-data-am install-exec install-exec-am \
 
430
        install-info install-info-am install-man install-strip \
 
431
        installcheck installcheck-am installdirs maintainer-clean \
 
432
        maintainer-clean-generic mostlyclean mostlyclean-generic \
 
433
        mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am \
 
434
        uninstall-info-am
 
435
 
 
436
 
 
437
all: 
 
438
 
 
439
install: install-@host_os@
 
440
 
 
441
install-hpux10.10 install-hpux10.20:
 
442
        $(INSTALL_BIN) $(SQUID_RC) /sbin/init.d/squid
 
443
        $(INSTALL_FILE) $(SQUID_OPTIONS) /etc/rc.config.d/squid
 
444
        -$(LN_S) ../init.d/squid /sbin/rc2.d/S900squid
 
445
        -$(LN_S) ../init.d/squid /sbin/rc1.d/K100squid
 
446
        /usr/sbin/ch_rc -ap SQUID=1
 
447
        @echo "use 'ch_rc -ap SQUID=0' to disable squid at startup"
 
448
        @echo "edit /etc/rc.config.d/squid to change options"
 
449
 
 
450
install-solaris2.4 install-solaris2.5:
 
451
        $(INSTALL_BIN) $(SQUID_RC) /etc/init.d/squid
 
452
        -$(LN_S) ../init.d/squid /etc/rc2.d/S90squid
 
453
        -$(LN_S) ../init.d/squid /etc/rc1.d/K10squid
 
454
        -$(LN_S) ../init.d/squid /etc/rc0.d/K10squid
 
455
        @echo "set SQUID=0 in /etc/init.d/squid to disable squid at startup"
 
456
        @echo "edit /etc/init.d/squid to change options"
 
457
 
 
458
install-irix6.2:
 
459
        $(INSTALL_BIN) $(SQUID_RC) /etc/init.d/squid
 
460
        $(INSTALL_FILE) $(SQUID_OPTIONS) /var/config/squid.options
 
461
        -$(LN_S) ../init.d/squid /etc/rc2.d/S99squid
 
462
        -$(LN_S) ../init.d/squid /etc/rc0.d/K01squid
 
463
        /sbin/chkconfig -f squid on
 
464
        @echo "use 'chkconfig squid off' to disable squid at startup"
 
465
        @echo "edit /var/config/squid.options to change options"
 
466
 
 
467
install-osf3.2:
 
468
        $(INSTALL_BIN) $(SQUID_RC) /sbin/init.d/squid
 
469
        -$(LN_S) ../init.d/squid /sbin/rc2.d/S99squid
 
470
        -$(LN_S) ../init.d/squid /sbin/rc0.d/K01squid
 
471
        /usr/sbin/rcmgr set SQUID 1
 
472
        @echo "use 'rcmgr set SQUID 0' to disable squid at startup"
 
473
        @echo "use 'rcmgr set SQUID_OPTIONS ...' to change options"
 
474
        @echo "use 'rcmgr set SQUID_RESPAWN 0' to change option"
 
475
 
 
476
install-linux:
 
477
        $(INSTALL_BIN) $(SQUID_RC) /sbin/init.d/squid
 
478
        -$(LN_S) ../squid /sbin/init.d/rc3.d/S90squid
 
479
        -$(LN_S) ../squid /sbin/init.d/rc3.d/K10squid
 
480
        grep '^SQUID=' /etc/rc.config || echo SQUID=1 >>/etc/rc.config
 
481
        @echo "set SQUID=0 in /etc/rc.config to disable squid at startup"
 
482
        @echo "edit /sbin/init.d/squid to change options"
 
483
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
484
# Otherwise a system limit (for SysV at least) may be exceeded.
 
485
.NOEXPORT: