]> git.ipfire.org Git - thirdparty/squid.git/blame - src/repl/heap/Makefile.in
cachemgr should be installed as cachemgr.cgi where possible
[thirdparty/squid.git] / src / repl / heap / Makefile.in
CommitLineData
4d683a65 1# Makefile.in generated automatically by automake 1.5 from Makefile.am.
6a566b9c 2
a2794549 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.
6a566b9c 8
a2794549 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.
6a566b9c 13
a2794549 14@SET_MAKE@
6a566b9c 15
a2794549 16SHELL = @SHELL@
6a566b9c 17
a2794549 18srcdir = @srcdir@
19top_srcdir = @top_srcdir@
20VPATH = @srcdir@
21prefix = @prefix@
22exec_prefix = @exec_prefix@
6a566b9c 23
a2794549 24bindir = @bindir@
25sbindir = @sbindir@
26libexecdir = @libexecdir@
27datadir = @datadir@
28sysconfdir = @sysconfdir@
29sharedstatedir = @sharedstatedir@
30localstatedir = @localstatedir@
31libdir = @libdir@
32infodir = @infodir@
33mandir = @mandir@
34includedir = @includedir@
35oldincludedir = /usr/include
36pkgdatadir = $(datadir)/@PACKAGE@
37pkglibdir = $(libdir)/@PACKAGE@
38pkgincludedir = $(includedir)/@PACKAGE@
39top_builddir = ../../..
6a566b9c 40
a2794549 41ACLOCAL = @ACLOCAL@
42AUTOCONF = @AUTOCONF@
43AUTOMAKE = @AUTOMAKE@
44AUTOHEADER = @AUTOHEADER@
6a566b9c 45
a2794549 46INSTALL = @INSTALL@
47INSTALL_PROGRAM = @INSTALL_PROGRAM@
48INSTALL_DATA = @INSTALL_DATA@
49INSTALL_SCRIPT = @INSTALL_SCRIPT@
50INSTALL_HEADER = $(INSTALL_DATA)
51transform = @program_transform_name@
52NORMAL_INSTALL = :
53PRE_INSTALL = :
54POST_INSTALL = :
55NORMAL_UNINSTALL = :
56PRE_UNINSTALL = :
57POST_UNINSTALL = :
58host_alias = @host_alias@
59host_triplet = @host@
a2794549 60AMTAR = @AMTAR@
61AR = @AR@
62AR_R = @AR_R@
63AUTH_LIBS = @AUTH_LIBS@
64AUTH_MODULES = @AUTH_MODULES@
65AUTH_OBJS = @AUTH_OBJS@
66AWK = @AWK@
67BASIC_AUTH_HELPERS = @BASIC_AUTH_HELPERS@
a2794549 68CC = @CC@
69CPP = @CPP@
70CRYPTLIB = @CRYPTLIB@
71DEPDIR = @DEPDIR@
72DIGEST_AUTH_HELPERS = @DIGEST_AUTH_HELPERS@
3c641669 73ERR_DEFAULT_LANGUAGE = @ERR_DEFAULT_LANGUAGE@
74ERR_LANGUAGES = @ERR_LANGUAGES@
a2794549 75EXEEXT = @EXEEXT@
76FALSE = @FALSE@
77INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
78LIBDLMALLOC = @LIBDLMALLOC@
79LIBREGEX = @LIBREGEX@
80LIB_MALLOC = @LIB_MALLOC@
81LN = @LN@
82LN_S = @LN_S@
2796fcd2 83MAINT = @MAINT@
a2794549 84MKDIR = @MKDIR@
85MV = @MV@
86NTLM_AUTH_HELPERS = @NTLM_AUTH_HELPERS@
87OBJEXT = @OBJEXT@
4d683a65 88OPT_DISKD_EXE = @OPT_DISKD_EXE@
a2794549 89OPT_DNSSERVER_EXE = @OPT_DNSSERVER_EXE@
4d683a65 90OPT_PINGER = @OPT_PINGER@
a2794549 91OPT_PINGER_EXE = @OPT_PINGER_EXE@
92PACKAGE = @PACKAGE@
93PERL = @PERL@
a2794549 94RANLIB = @RANLIB@
95REGEXLIB = @REGEXLIB@
96REPL_LIBS = @REPL_LIBS@
97REPL_OBJS = @REPL_OBJS@
98REPL_POLICIES = @REPL_POLICIES@
99RM = @RM@
100SH = @SH@
101SNMPLIB = @SNMPLIB@
a2794549 102SSLLIB = @SSLLIB@
103STORE_LIBS = @STORE_LIBS@
104STORE_MODULES = @STORE_MODULES@
105STORE_MODULE_SUBDIRS = @STORE_MODULE_SUBDIRS@
106STORE_OBJS = @STORE_OBJS@
107TRUE = @TRUE@
108VERSION = @VERSION@
109XTRA_LIBS = @XTRA_LIBS@
110XTRA_OBJS = @XTRA_OBJS@
111am__include = @am__include@
112am__quote = @am__quote@
113install_sh = @install_sh@
114makesnmplib = @makesnmplib@
115subdir = src/repl/heap
116mkinstalldirs = $(SHELL) $(top_srcdir)/cfgaux/mkinstalldirs
117CONFIG_HEADER = $(top_builddir)/include/autoconf.h
118CONFIG_CLEAN_FILES =
119DIST_SOURCES =
120DIST_COMMON = Makefile.am Makefile.in
121all: all-am
6a566b9c 122
a2794549 123.SUFFIXES:
2796fcd2 124$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
a2794549 125 cd $(top_srcdir) && \
126 $(AUTOMAKE) --foreign src/repl/heap/Makefile
2796fcd2 127Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in $(top_builddir)/config.status
a2794549 128 cd $(top_builddir) && \
129 CONFIG_HEADERS= CONFIG_LINKS= \
130 CONFIG_FILES=$(subdir)/$@ $(SHELL) ./config.status
131uninstall-info-am:
132tags: TAGS
133TAGS:
6a566b9c 134
6a566b9c 135
a2794549 136DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
6a566b9c 137
a2794549 138top_distdir = ../../..
139distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
6a566b9c 140
a2794549 141distdir: $(DISTFILES)
142 @for file in $(DISTFILES); do \
143 if test -f $$file; then d=.; else d=$(srcdir); fi; \
144 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
145 if test "$$dir" != "$$file" && test "$$dir" != "."; then \
146 $(mkinstalldirs) "$(distdir)/$$dir"; \
147 fi; \
148 if test -d $$d/$$file; then \
149 cp -pR $$d/$$file $(distdir) \
150 || exit 1; \
151 else \
152 test -f $(distdir)/$$file \
153 || cp -p $$d/$$file $(distdir)/$$file \
154 || exit 1; \
155 fi; \
156 done
157check-am: all-am
158check: check-am
159all-am: Makefile
6a566b9c 160
a2794549 161installdirs:
6a566b9c 162
a2794549 163install: install-am
164install-exec: install-exec-am
165install-data: install-data-am
166uninstall: uninstall-am
167
168install-am: all-am
169 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
170
171installcheck: installcheck-am
172install-strip:
173 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
174 `test -z '$(STRIP)' || \
175 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
176mostlyclean-generic:
177
178clean-generic:
179
180distclean-generic:
181 -rm -f Makefile $(CONFIG_CLEAN_FILES) stamp-h stamp-h[0-9]*
182
183maintainer-clean-generic:
184 @echo "This command is intended for maintainers to use"
185 @echo "it deletes files that may require special tools to rebuild."
186clean: clean-am
187
188clean-am: clean-generic mostlyclean-am
189
190distclean: distclean-am
191
192distclean-am: clean-am distclean-generic
193
194dvi: dvi-am
195
196dvi-am:
197
198info: info-am
199
200info-am:
201
202install-data-am:
203
204install-exec-am:
205
206install-info: install-info-am
207
208install-man:
209
210installcheck-am:
211
212maintainer-clean: maintainer-clean-am
213
214maintainer-clean-am: distclean-am maintainer-clean-generic
215
216mostlyclean: mostlyclean-am
217
218mostlyclean-am: mostlyclean-generic
219
220uninstall-am: uninstall-info-am
221
222.PHONY: all all-am check check-am clean clean-generic distclean \
223 distclean-generic distdir dvi dvi-am info info-am install \
224 install-am install-data install-data-am install-exec \
225 install-exec-am install-info install-info-am install-man \
226 install-strip installcheck installcheck-am installdirs \
227 maintainer-clean maintainer-clean-generic mostlyclean \
228 mostlyclean-generic uninstall uninstall-am uninstall-info-am
229
230# Tell versions [3.59,3.63) of GNU make to not export all variables.
231# Otherwise a system limit (for SysV at least) may be exceeded.
232.NOEXPORT: