]> git.ipfire.org Git - thirdparty/squid.git/blame - contrib/Makefile.in
Fixes to include RELEASENOTES.html when making a new release
[thirdparty/squid.git] / contrib / Makefile.in
CommitLineData
4d683a65 1# Makefile.in generated automatically by automake 1.5 from Makefile.am.
a2794549 2
3# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001
4# Free Software Foundation, Inc.
5# This Makefile.in is free software; the Free Software Foundation
6# gives unlimited permission to copy and/or distribute it,
7# with or without modifications, as long as this notice is preserved.
8
9# This program is distributed in the hope that it will be useful,
10# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
11# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
12# PARTICULAR PURPOSE.
13
14@SET_MAKE@
15
e550e8b6 16#
17# Makefile for installing Squid startup files on systems
18# using a SVR4-based startup mechanism/file system layout
19#
20
a2794549 21SHELL = @SHELL@
22
23srcdir = @srcdir@
24top_srcdir = @top_srcdir@
25VPATH = @srcdir@
26prefix = @prefix@
27exec_prefix = @exec_prefix@
28
29bindir = @bindir@
30sbindir = @sbindir@
31libexecdir = @libexecdir@
32datadir = @datadir@
33sysconfdir = @sysconfdir@
34sharedstatedir = @sharedstatedir@
35localstatedir = @localstatedir@
36libdir = @libdir@
37infodir = @infodir@
38mandir = @mandir@
39includedir = @includedir@
40oldincludedir = /usr/include
41pkgdatadir = $(datadir)/@PACKAGE@
42pkglibdir = $(libdir)/@PACKAGE@
43pkgincludedir = $(includedir)/@PACKAGE@
44top_builddir = ..
45
46ACLOCAL = @ACLOCAL@
47AUTOCONF = @AUTOCONF@
48AUTOMAKE = @AUTOMAKE@
49AUTOHEADER = @AUTOHEADER@
50
51INSTALL = @INSTALL@
52INSTALL_PROGRAM = @INSTALL_PROGRAM@
53INSTALL_DATA = @INSTALL_DATA@
54INSTALL_SCRIPT = @INSTALL_SCRIPT@
55INSTALL_HEADER = $(INSTALL_DATA)
56transform = @program_transform_name@
57NORMAL_INSTALL = :
58PRE_INSTALL = :
59POST_INSTALL = :
60NORMAL_UNINSTALL = :
61PRE_UNINSTALL = :
62POST_UNINSTALL = :
63host_alias = @host_alias@
64host_triplet = @host@
a2794549 65AMTAR = @AMTAR@
66AR = @AR@
67AR_R = @AR_R@
68AUTH_LIBS = @AUTH_LIBS@
69AUTH_MODULES = @AUTH_MODULES@
70AUTH_OBJS = @AUTH_OBJS@
71AWK = @AWK@
72BASIC_AUTH_HELPERS = @BASIC_AUTH_HELPERS@
a2794549 73CC = @CC@
eee822a0 74CGIEXT = @CGIEXT@
a2794549 75CPP = @CPP@
76CRYPTLIB = @CRYPTLIB@
77DEPDIR = @DEPDIR@
78DIGEST_AUTH_HELPERS = @DIGEST_AUTH_HELPERS@
3c641669 79ERR_DEFAULT_LANGUAGE = @ERR_DEFAULT_LANGUAGE@
80ERR_LANGUAGES = @ERR_LANGUAGES@
a2794549 81EXEEXT = @EXEEXT@
ee07e408 82EXTERNAL_ACL_HELPERS = @EXTERNAL_ACL_HELPERS@
a2794549 83FALSE = @FALSE@
84INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
85LIBDLMALLOC = @LIBDLMALLOC@
86LIBREGEX = @LIBREGEX@
87LIB_MALLOC = @LIB_MALLOC@
88LN = @LN@
89LN_S = @LN_S@
2796fcd2 90MAINT = @MAINT@
a2794549 91MKDIR = @MKDIR@
92MV = @MV@
93NTLM_AUTH_HELPERS = @NTLM_AUTH_HELPERS@
94OBJEXT = @OBJEXT@
4d683a65 95OPT_DISKD_EXE = @OPT_DISKD_EXE@
a2794549 96OPT_DNSSERVER_EXE = @OPT_DNSSERVER_EXE@
4d683a65 97OPT_PINGER = @OPT_PINGER@
a2794549 98OPT_PINGER_EXE = @OPT_PINGER_EXE@
99PACKAGE = @PACKAGE@
100PERL = @PERL@
a2794549 101RANLIB = @RANLIB@
102REGEXLIB = @REGEXLIB@
103REPL_LIBS = @REPL_LIBS@
104REPL_OBJS = @REPL_OBJS@
105REPL_POLICIES = @REPL_POLICIES@
106RM = @RM@
107SH = @SH@
108SNMPLIB = @SNMPLIB@
a2794549 109SSLLIB = @SSLLIB@
110STORE_LIBS = @STORE_LIBS@
111STORE_MODULES = @STORE_MODULES@
112STORE_MODULE_SUBDIRS = @STORE_MODULE_SUBDIRS@
113STORE_OBJS = @STORE_OBJS@
114TRUE = @TRUE@
115VERSION = @VERSION@
116XTRA_LIBS = @XTRA_LIBS@
117XTRA_OBJS = @XTRA_OBJS@
118am__include = @am__include@
119am__quote = @am__quote@
120install_sh = @install_sh@
121makesnmplib = @makesnmplib@
122
123SQUID_RC = squid.rc
124SQUID_OPTIONS = squid.options
125subdir = contrib
126mkinstalldirs = $(SHELL) $(top_srcdir)/cfgaux/mkinstalldirs
127CONFIG_HEADER = $(top_builddir)/include/autoconf.h
128CONFIG_CLEAN_FILES =
129DIST_SOURCES =
130DIST_COMMON = Makefile.am Makefile.in
131all: all-am
132
133.SUFFIXES:
2796fcd2 134$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
a2794549 135 cd $(top_srcdir) && \
136 $(AUTOMAKE) --foreign contrib/Makefile
2796fcd2 137Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in $(top_builddir)/config.status
a2794549 138 cd $(top_builddir) && \
139 CONFIG_HEADERS= CONFIG_LINKS= \
140 CONFIG_FILES=$(subdir)/$@ $(SHELL) ./config.status
141uninstall-info-am:
142tags: TAGS
143TAGS:
144
145
146DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
147
148top_distdir = ..
149distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
150
151distdir: $(DISTFILES)
152 @for file in $(DISTFILES); do \
153 if test -f $$file; then d=.; else d=$(srcdir); fi; \
154 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
155 if test "$$dir" != "$$file" && test "$$dir" != "."; then \
156 $(mkinstalldirs) "$(distdir)/$$dir"; \
157 fi; \
158 if test -d $$d/$$file; then \
159 cp -pR $$d/$$file $(distdir) \
160 || exit 1; \
161 else \
162 test -f $(distdir)/$$file \
163 || cp -p $$d/$$file $(distdir)/$$file \
164 || exit 1; \
165 fi; \
166 done
167check-am: all-am
168check: check-am
169all-am: Makefile
170
171installdirs:
172install-exec: install-exec-am
173install-data: install-data-am
174uninstall: uninstall-am
175
176install-am: all-am
177 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
178
179installcheck: installcheck-am
180install-strip:
181 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
182 `test -z '$(STRIP)' || \
183 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
184mostlyclean-generic:
185
186clean-generic:
187
188distclean-generic:
189 -rm -f Makefile $(CONFIG_CLEAN_FILES) stamp-h stamp-h[0-9]*
190
191maintainer-clean-generic:
192 @echo "This command is intended for maintainers to use"
193 @echo "it deletes files that may require special tools to rebuild."
194clean: clean-am
e550e8b6 195
a2794549 196clean-am: clean-generic mostlyclean-am
e550e8b6 197
a2794549 198distclean: distclean-am
e550e8b6 199
a2794549 200distclean-am: clean-am distclean-generic
201
202dvi: dvi-am
203
204dvi-am:
205
206info: info-am
207
208info-am:
209
210install-data-am:
211
212install-exec-am:
213
214install-info: install-info-am
215
216install-man:
217
218installcheck-am:
219
220maintainer-clean: maintainer-clean-am
221
222maintainer-clean-am: distclean-am maintainer-clean-generic
223
224mostlyclean: mostlyclean-am
225
226mostlyclean-am: mostlyclean-generic
227
228uninstall-am: uninstall-info-am
229
230.PHONY: all all-am check check-am clean clean-generic distclean \
231 distclean-generic distdir dvi dvi-am info info-am install \
232 install-am install-data install-data-am install-exec \
233 install-exec-am install-info install-info-am install-man \
234 install-strip installcheck installcheck-am installdirs \
235 maintainer-clean maintainer-clean-generic mostlyclean \
236 mostlyclean-generic uninstall uninstall-am uninstall-info-am
237
238
239all:
e550e8b6 240
241install: install-@host_os@
242
243install-hpux10.10 install-hpux10.20:
244 $(INSTALL_BIN) $(SQUID_RC) /sbin/init.d/squid
245 $(INSTALL_FILE) $(SQUID_OPTIONS) /etc/rc.config.d/squid
246 -$(LN_S) ../init.d/squid /sbin/rc2.d/S900squid
247 -$(LN_S) ../init.d/squid /sbin/rc1.d/K100squid
248 /usr/sbin/ch_rc -ap SQUID=1
249 @echo "use 'ch_rc -ap SQUID=0' to disable squid at startup"
250 @echo "edit /etc/rc.config.d/squid to change options"
251
252install-solaris2.4 install-solaris2.5:
253 $(INSTALL_BIN) $(SQUID_RC) /etc/init.d/squid
254 -$(LN_S) ../init.d/squid /etc/rc2.d/S90squid
255 -$(LN_S) ../init.d/squid /etc/rc1.d/K10squid
256 -$(LN_S) ../init.d/squid /etc/rc0.d/K10squid
257 @echo "set SQUID=0 in /etc/init.d/squid to disable squid at startup"
258 @echo "edit /etc/init.d/squid to change options"
259
260install-irix6.2:
261 $(INSTALL_BIN) $(SQUID_RC) /etc/init.d/squid
262 $(INSTALL_FILE) $(SQUID_OPTIONS) /var/config/squid.options
263 -$(LN_S) ../init.d/squid /etc/rc2.d/S99squid
264 -$(LN_S) ../init.d/squid /etc/rc0.d/K01squid
265 /sbin/chkconfig -f squid on
266 @echo "use 'chkconfig squid off' to disable squid at startup"
267 @echo "edit /var/config/squid.options to change options"
268
269install-osf3.2:
270 $(INSTALL_BIN) $(SQUID_RC) /sbin/init.d/squid
271 -$(LN_S) ../init.d/squid /sbin/rc2.d/S99squid
272 -$(LN_S) ../init.d/squid /sbin/rc0.d/K01squid
273 /usr/sbin/rcmgr set SQUID 1
274 @echo "use 'rcmgr set SQUID 0' to disable squid at startup"
275 @echo "use 'rcmgr set SQUID_OPTIONS ...' to change options"
276 @echo "use 'rcmgr set SQUID_RESPAWN 0' to change option"
277
278install-linux:
279 $(INSTALL_BIN) $(SQUID_RC) /sbin/init.d/squid
280 -$(LN_S) ../squid /sbin/init.d/rc3.d/S90squid
281 -$(LN_S) ../squid /sbin/init.d/rc3.d/K10squid
282 grep '^SQUID=' /etc/rc.config || echo SQUID=1 >>/etc/rc.config
283 @echo "set SQUID=0 in /etc/rc.config to disable squid at startup"
284 @echo "edit /sbin/init.d/squid to change options"
a2794549 285# Tell versions [3.59,3.63) of GNU make to not export all variables.
286# Otherwise a system limit (for SysV at least) may be exceeded.
287.NOEXPORT: