0.6.0-1 release
[manu/suphp.git] / src / apache2 / Makefile.in
1 # Makefile.in generated by automake 1.6.3 from Makefile.am.
2 # @configure_input@
3
4 # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
5 # 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 SHELL = @SHELL@
17
18 srcdir = @srcdir@
19 top_srcdir = @top_srcdir@
20 VPATH = @srcdir@
21 prefix = @prefix@
22 exec_prefix = @exec_prefix@
23
24 bindir = @bindir@
25 sbindir = @sbindir@
26 libexecdir = @libexecdir@
27 datadir = @datadir@
28 sysconfdir = @sysconfdir@
29 sharedstatedir = @sharedstatedir@
30 localstatedir = @localstatedir@
31 libdir = @libdir@
32 infodir = @infodir@
33 mandir = @mandir@
34 includedir = @includedir@
35 oldincludedir = /usr/include
36 pkgdatadir = $(datadir)/@PACKAGE@
37 pkglibdir = $(libdir)/@PACKAGE@
38 pkgincludedir = $(includedir)/@PACKAGE@
39 top_builddir = ../..
40
41 ACLOCAL = @ACLOCAL@
42 AUTOCONF = @AUTOCONF@
43 AUTOMAKE = @AUTOMAKE@
44 AUTOHEADER = @AUTOHEADER@
45
46 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
47 INSTALL = @INSTALL@
48 INSTALL_PROGRAM = @INSTALL_PROGRAM@
49 INSTALL_DATA = @INSTALL_DATA@
50 install_sh_DATA = $(install_sh) -c -m 644
51 install_sh_PROGRAM = $(install_sh) -c
52 install_sh_SCRIPT = $(install_sh) -c
53 INSTALL_SCRIPT = @INSTALL_SCRIPT@
54 INSTALL_HEADER = $(INSTALL_DATA)
55 transform = @program_transform_name@
56 NORMAL_INSTALL = :
57 PRE_INSTALL = :
58 POST_INSTALL = :
59 NORMAL_UNINSTALL = :
60 PRE_UNINSTALL = :
61 POST_UNINSTALL = :
62 host_alias = @host_alias@
63 host_triplet = @host@
64
65 EXEEXT = @EXEEXT@
66 OBJEXT = @OBJEXT@
67 PATH_SEPARATOR = @PATH_SEPARATOR@
68 AMTAR = @AMTAR@
69 APACHE_VERSION_1_3 = @APACHE_VERSION_1_3@
70 APACHE_VERSION_2 = @APACHE_VERSION_2@
71 APXS = @APXS@
72 APXS_EXTRA_CFLAGS = @APXS_EXTRA_CFLAGS@
73 APXS_INCLUDEDIR = @APXS_INCLUDEDIR@
74 APXS_LIBEXECDIR = @APXS_LIBEXECDIR@
75 AS = @AS@
76 AWK = @AWK@
77 CC = @CC@
78 CXX = @CXX@
79 DEPDIR = @DEPDIR@
80 DLLTOOL = @DLLTOOL@
81 ECHO = @ECHO@
82 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
83 LIBTOOL = @LIBTOOL@
84 LN_S = @LN_S@
85 OBJDUMP = @OBJDUMP@
86 OPT_APACHEMOD_USERGROUP_DEF = @OPT_APACHEMOD_USERGROUP_DEF@
87 PACKAGE = @PACKAGE@
88 RANLIB = @RANLIB@
89 STRIP = @STRIP@
90 VERSION = @VERSION@
91 am__include = @am__include@
92 am__quote = @am__quote@
93 install_sh = @install_sh@
94 @COND_APUSERGROUP_TRUE@DEFINE_USERGROUP = -DSUPHP_USE_USERGROUP
95
96 AM_CFLAGS = -I@APXS_INCLUDEDIR@ @APXS_EXTRA_CFLAGS@ -DSUPHP_PATH_TO_SUPHP=\"${sbindir}/suphp\" $(DEFINE_USERGROUP)
97
98 noinst_LTLIBRARIES = mod_suphp.la
99 mod_suphp_la_SOURCES = mod_suphp.c
100
101 mod_suphp_la_LDFLAGS = -module -rpath '@APXS_LIBEXECDIR@'
102 subdir = src/apache2
103 mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
104 CONFIG_HEADER = $(top_builddir)/src/config.h
105 CONFIG_CLEAN_FILES =
106 LTLIBRARIES = $(noinst_LTLIBRARIES)
107
108 mod_suphp_la_LIBADD =
109 am_mod_suphp_la_OBJECTS = mod_suphp.lo
110 mod_suphp_la_OBJECTS = $(am_mod_suphp_la_OBJECTS)
111
112 DEFS = @DEFS@
113 DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)/src
114 CPPFLAGS = @CPPFLAGS@
115 LDFLAGS = @LDFLAGS@
116 LIBS = @LIBS@
117 depcomp = $(SHELL) $(top_srcdir)/config/depcomp
118 am__depfiles_maybe = depfiles
119 @AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/mod_suphp.Plo
120 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
121         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
122 LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) \
123         $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
124 CCLD = $(CC)
125 LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
126         $(AM_LDFLAGS) $(LDFLAGS) -o $@
127 CFLAGS = @CFLAGS@
128 DIST_SOURCES = $(mod_suphp_la_SOURCES)
129 DIST_COMMON = Makefile.am Makefile.in
130 SOURCES = $(mod_suphp_la_SOURCES)
131
132 all: all-am
133
134 .SUFFIXES:
135 .SUFFIXES: .c .lo .o .obj
136 $(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.ac $(ACLOCAL_M4)
137         cd $(top_srcdir) && \
138           $(AUTOMAKE) --gnu  src/apache2/Makefile
139 Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
140         cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
141
142 clean-noinstLTLIBRARIES:
143         -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
144         @list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
145           dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
146           test -z "$dir" && dir=.; \
147           echo "rm -f \"$${dir}/so_locations\""; \
148           rm -f "$${dir}/so_locations"; \
149         done
150 mod_suphp.la: $(mod_suphp_la_OBJECTS) $(mod_suphp_la_DEPENDENCIES) 
151         $(LINK)  $(mod_suphp_la_LDFLAGS) $(mod_suphp_la_OBJECTS) $(mod_suphp_la_LIBADD) $(LIBS)
152
153 mostlyclean-compile:
154         -rm -f *.$(OBJEXT) core *.core
155
156 distclean-compile:
157         -rm -f *.tab.c
158
159 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mod_suphp.Plo@am__quote@
160
161 distclean-depend:
162         -rm -rf ./$(DEPDIR)
163
164 .c.o:
165 @AMDEP_TRUE@    source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
166 @AMDEP_TRUE@    depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
167 @AMDEP_TRUE@    $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
168         $(COMPILE) -c `test -f '$<' || echo '$(srcdir)/'`$<
169
170 .c.obj:
171 @AMDEP_TRUE@    source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
172 @AMDEP_TRUE@    depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
173 @AMDEP_TRUE@    $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
174         $(COMPILE) -c `cygpath -w $<`
175
176 .c.lo:
177 @AMDEP_TRUE@    source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
178 @AMDEP_TRUE@    depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
179 @AMDEP_TRUE@    $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
180         $(LTCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
181 CCDEPMODE = @CCDEPMODE@
182
183 mostlyclean-libtool:
184         -rm -f *.lo
185
186 clean-libtool:
187         -rm -rf .libs _libs
188
189 distclean-libtool:
190         -rm -f libtool
191 uninstall-info-am:
192
193 ETAGS = etags
194 ETAGSFLAGS =
195
196 tags: TAGS
197
198 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
199         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
200         unique=`for i in $$list; do \
201             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
202           done | \
203           $(AWK) '    { files[$$0] = 1; } \
204                END { for (i in files) print i; }'`; \
205         mkid -fID $$unique
206
207 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
208                 $(TAGS_FILES) $(LISP)
209         tags=; \
210         here=`pwd`; \
211         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
212         unique=`for i in $$list; do \
213             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
214           done | \
215           $(AWK) '    { files[$$0] = 1; } \
216                END { for (i in files) print i; }'`; \
217         test -z "$(ETAGS_ARGS)$$tags$$unique" \
218           || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
219              $$tags $$unique
220
221 GTAGS:
222         here=`$(am__cd) $(top_builddir) && pwd` \
223           && cd $(top_srcdir) \
224           && gtags -i $(GTAGS_ARGS) $$here
225
226 distclean-tags:
227         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
228 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
229
230 top_distdir = ../..
231 distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
232
233 distdir: $(DISTFILES)
234         @list='$(DISTFILES)'; for file in $$list; do \
235           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
236           dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
237           if test "$$dir" != "$$file" && test "$$dir" != "."; then \
238             dir="/$$dir"; \
239             $(mkinstalldirs) "$(distdir)$$dir"; \
240           else \
241             dir=''; \
242           fi; \
243           if test -d $$d/$$file; then \
244             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
245               cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
246             fi; \
247             cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
248           else \
249             test -f $(distdir)/$$file \
250             || cp -p $$d/$$file $(distdir)/$$file \
251             || exit 1; \
252           fi; \
253         done
254 check-am: all-am
255 check: check-am
256 all-am: Makefile $(LTLIBRARIES)
257
258 installdirs:
259
260 install: install-am
261 install-exec: install-exec-am
262 install-data: install-data-am
263 uninstall: uninstall-am
264
265 install-am: all-am
266         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
267
268 installcheck: installcheck-am
269 install-strip:
270         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
271           INSTALL_STRIP_FLAG=-s \
272           `test -z '$(STRIP)' || \
273             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
274 mostlyclean-generic:
275
276 clean-generic:
277
278 distclean-generic:
279         -rm -f Makefile $(CONFIG_CLEAN_FILES)
280
281 maintainer-clean-generic:
282         @echo "This command is intended for maintainers to use"
283         @echo "it deletes files that may require special tools to rebuild."
284 clean: clean-am
285
286 clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
287         mostlyclean-am
288
289 distclean: distclean-am
290
291 distclean-am: clean-am distclean-compile distclean-depend \
292         distclean-generic distclean-libtool distclean-tags
293
294 dvi: dvi-am
295
296 dvi-am:
297
298 info: info-am
299
300 info-am:
301
302 install-data-am: install-data-local
303
304 install-exec-am:
305
306 install-info: install-info-am
307
308 install-man:
309
310 installcheck-am:
311
312 maintainer-clean: maintainer-clean-am
313
314 maintainer-clean-am: distclean-am maintainer-clean-generic
315
316 mostlyclean: mostlyclean-am
317
318 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
319         mostlyclean-libtool
320
321 uninstall-am: uninstall-info-am
322
323 .PHONY: GTAGS all all-am check check-am clean clean-generic \
324         clean-libtool clean-noinstLTLIBRARIES distclean \
325         distclean-compile distclean-depend distclean-generic \
326         distclean-libtool distclean-tags distdir dvi dvi-am info \
327         info-am install install-am install-data install-data-am \
328         install-data-local install-exec install-exec-am install-info \
329         install-info-am install-man install-strip installcheck \
330         installcheck-am installdirs maintainer-clean \
331         maintainer-clean-generic mostlyclean mostlyclean-compile \
332         mostlyclean-generic mostlyclean-libtool tags uninstall \
333         uninstall-am uninstall-info-am
334
335
336 install-data-local:
337         ${INSTALL_SCRIPT} -d ${DESTDIR}'@APXS_LIBEXECDIR@'
338         ${INSTALL_SCRIPT} -m 0755 .libs/mod_suphp.so ${DESTDIR}'@APXS_LIBEXECDIR@'/mod_suphp.so
339 # Tell versions [3.59,3.63) of GNU make to not export all variables.
340 # Otherwise a system limit (for SysV at least) may be exceeded.
341 .NOEXPORT: