Import upstream 0.7.1
[manu/suphp.git] / src / apache2 / Makefile.in
1 # Makefile.in generated by automake 1.10.1 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005, 2006, 2007, 2008  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 VPATH = @srcdir@
18 pkgdatadir = $(datadir)/@PACKAGE@
19 pkglibdir = $(libdir)/@PACKAGE@
20 pkgincludedir = $(includedir)/@PACKAGE@
21 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
22 install_sh_DATA = $(install_sh) -c -m 644
23 install_sh_PROGRAM = $(install_sh) -c
24 install_sh_SCRIPT = $(install_sh) -c
25 INSTALL_HEADER = $(INSTALL_DATA)
26 transform = $(program_transform_name)
27 NORMAL_INSTALL = :
28 PRE_INSTALL = :
29 POST_INSTALL = :
30 NORMAL_UNINSTALL = :
31 PRE_UNINSTALL = :
32 POST_UNINSTALL = :
33 build_triplet = @build@
34 host_triplet = @host@
35 subdir = src/apache2
36 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
37 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
38 am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
39         $(top_srcdir)/configure.ac
40 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
41         $(ACLOCAL_M4)
42 mkinstalldirs = $(install_sh) -d
43 CONFIG_HEADER = $(top_builddir)/src/config.h
44 CONFIG_CLEAN_FILES =
45 LTLIBRARIES = $(noinst_LTLIBRARIES)
46 mod_suphp_la_LIBADD =
47 am_mod_suphp_la_OBJECTS = mod_suphp.lo
48 mod_suphp_la_OBJECTS = $(am_mod_suphp_la_OBJECTS)
49 mod_suphp_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
50         $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
51         $(mod_suphp_la_LDFLAGS) $(LDFLAGS) -o $@
52 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/src
53 depcomp = $(SHELL) $(top_srcdir)/config/depcomp
54 am__depfiles_maybe = depfiles
55 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
56         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
57 LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
58         --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
59         $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
60 CCLD = $(CC)
61 LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
62         --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
63         $(LDFLAGS) -o $@
64 SOURCES = $(mod_suphp_la_SOURCES)
65 DIST_SOURCES = $(mod_suphp_la_SOURCES)
66 ETAGS = etags
67 CTAGS = ctags
68 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
69 ACLOCAL = @ACLOCAL@
70 AMTAR = @AMTAR@
71 APACHE_VERSION_1_3 = @APACHE_VERSION_1_3@
72 APACHE_VERSION_2 = @APACHE_VERSION_2@
73 APR_CPPFLAGS = @APR_CPPFLAGS@
74 APR_INCLUDEDIR = @APR_INCLUDEDIR@
75 APXS = @APXS@
76 APXS_EXTRA_CFLAGS = @APXS_EXTRA_CFLAGS@
77 APXS_INCLUDEDIR = @APXS_INCLUDEDIR@
78 APXS_LIBEXECDIR = @APXS_LIBEXECDIR@
79 AR = @AR@
80 AUTOCONF = @AUTOCONF@
81 AUTOHEADER = @AUTOHEADER@
82 AUTOMAKE = @AUTOMAKE@
83 AWK = @AWK@
84 CC = @CC@
85 CCDEPMODE = @CCDEPMODE@
86 CFLAGS = @CFLAGS@
87 CPP = @CPP@
88 CPPFLAGS = @CPPFLAGS@
89 CXX = @CXX@
90 CXXCPP = @CXXCPP@
91 CXXDEPMODE = @CXXDEPMODE@
92 CXXFLAGS = @CXXFLAGS@
93 CYGPATH_W = @CYGPATH_W@
94 DEFS = @DEFS@
95 DEPDIR = @DEPDIR@
96 DSYMUTIL = @DSYMUTIL@
97 ECHO = @ECHO@
98 ECHO_C = @ECHO_C@
99 ECHO_N = @ECHO_N@
100 ECHO_T = @ECHO_T@
101 EGREP = @EGREP@
102 EXEEXT = @EXEEXT@
103 F77 = @F77@
104 FFLAGS = @FFLAGS@
105 GREP = @GREP@
106 INSTALL = @INSTALL@
107 INSTALL_DATA = @INSTALL_DATA@
108 INSTALL_PROGRAM = @INSTALL_PROGRAM@
109 INSTALL_SCRIPT = @INSTALL_SCRIPT@
110 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
111 LDFLAGS = @LDFLAGS@
112 LIBOBJS = @LIBOBJS@
113 LIBS = @LIBS@
114 LIBTOOL = @LIBTOOL@
115 LN_S = @LN_S@
116 LTLIBOBJS = @LTLIBOBJS@
117 MAKEINFO = @MAKEINFO@
118 MKDIR_P = @MKDIR_P@
119 NMEDIT = @NMEDIT@
120 OBJEXT = @OBJEXT@
121 OPT_APACHEMOD_USERGROUP_DEF = @OPT_APACHEMOD_USERGROUP_DEF@
122 PACKAGE = @PACKAGE@
123 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
124 PACKAGE_NAME = @PACKAGE_NAME@
125 PACKAGE_STRING = @PACKAGE_STRING@
126 PACKAGE_TARNAME = @PACKAGE_TARNAME@
127 PACKAGE_VERSION = @PACKAGE_VERSION@
128 PATH_SEPARATOR = @PATH_SEPARATOR@
129 RANLIB = @RANLIB@
130 SED = @SED@
131 SET_MAKE = @SET_MAKE@
132 SHELL = @SHELL@
133 STRIP = @STRIP@
134 VERSION = @VERSION@
135 abs_builddir = @abs_builddir@
136 abs_srcdir = @abs_srcdir@
137 abs_top_builddir = @abs_top_builddir@
138 abs_top_srcdir = @abs_top_srcdir@
139 ac_ct_CC = @ac_ct_CC@
140 ac_ct_CXX = @ac_ct_CXX@
141 ac_ct_F77 = @ac_ct_F77@
142 am__include = @am__include@
143 am__leading_dot = @am__leading_dot@
144 am__quote = @am__quote@
145 am__tar = @am__tar@
146 am__untar = @am__untar@
147 bindir = @bindir@
148 build = @build@
149 build_alias = @build_alias@
150 build_cpu = @build_cpu@
151 build_os = @build_os@
152 build_vendor = @build_vendor@
153 builddir = @builddir@
154 datadir = @datadir@
155 datarootdir = @datarootdir@
156 docdir = @docdir@
157 dvidir = @dvidir@
158 exec_prefix = @exec_prefix@
159 host = @host@
160 host_alias = @host_alias@
161 host_cpu = @host_cpu@
162 host_os = @host_os@
163 host_vendor = @host_vendor@
164 htmldir = @htmldir@
165 includedir = @includedir@
166 infodir = @infodir@
167 install_sh = @install_sh@
168 libdir = @libdir@
169 libexecdir = @libexecdir@
170 localedir = @localedir@
171 localstatedir = @localstatedir@
172 mandir = @mandir@
173 mkdir_p = @mkdir_p@
174 oldincludedir = @oldincludedir@
175 pdfdir = @pdfdir@
176 prefix = @prefix@
177 program_transform_name = @program_transform_name@
178 psdir = @psdir@
179 sbindir = @sbindir@
180 sharedstatedir = @sharedstatedir@
181 srcdir = @srcdir@
182 sysconfdir = @sysconfdir@
183 target_alias = @target_alias@
184 top_builddir = @top_builddir@
185 top_srcdir = @top_srcdir@
186 @COND_APUSERGROUP_TRUE@DEFINE_USERGROUP = -DSUPHP_USE_USERGROUP
187 AM_CFLAGS = -I@APXS_INCLUDEDIR@ -I@APR_INCLUDEDIR@ @APXS_EXTRA_CFLAGS@ \
188         -DSUPHP_PATH_TO_SUPHP=\"${sbindir}/suphp\" $(DEFINE_USERGROUP)
189 AM_CPPFLAGS = @APR_CPPFLAGS@
190 noinst_LTLIBRARIES = mod_suphp.la
191 mod_suphp_la_SOURCES = mod_suphp.c
192 mod_suphp_la_LDFLAGS = -module -rpath '@APXS_LIBEXECDIR@'
193 all: all-am
194
195 .SUFFIXES:
196 .SUFFIXES: .c .lo .o .obj
197 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
198         @for dep in $?; do \
199           case '$(am__configure_deps)' in \
200             *$$dep*) \
201               cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
202                 && exit 0; \
203               exit 1;; \
204           esac; \
205         done; \
206         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  src/apache2/Makefile'; \
207         cd $(top_srcdir) && \
208           $(AUTOMAKE) --gnu  src/apache2/Makefile
209 .PRECIOUS: Makefile
210 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
211         @case '$?' in \
212           *config.status*) \
213             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
214           *) \
215             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
216             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
217         esac;
218
219 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
220         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
221
222 $(top_srcdir)/configure:  $(am__configure_deps)
223         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
224 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
225         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
226
227 clean-noinstLTLIBRARIES:
228         -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
229         @list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
230           dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
231           test "$$dir" != "$$p" || dir=.; \
232           echo "rm -f \"$${dir}/so_locations\""; \
233           rm -f "$${dir}/so_locations"; \
234         done
235 mod_suphp.la: $(mod_suphp_la_OBJECTS) $(mod_suphp_la_DEPENDENCIES) 
236         $(mod_suphp_la_LINK)  $(mod_suphp_la_OBJECTS) $(mod_suphp_la_LIBADD) $(LIBS)
237
238 mostlyclean-compile:
239         -rm -f *.$(OBJEXT)
240
241 distclean-compile:
242         -rm -f *.tab.c
243
244 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mod_suphp.Plo@am__quote@
245
246 .c.o:
247 @am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
248 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
249 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
250 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
251 @am__fastdepCC_FALSE@   $(COMPILE) -c $<
252
253 .c.obj:
254 @am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
255 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
256 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
257 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
258 @am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
259
260 .c.lo:
261 @am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
262 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
263 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
264 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
265 @am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
266
267 mostlyclean-libtool:
268         -rm -f *.lo
269
270 clean-libtool:
271         -rm -rf .libs _libs
272
273 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
274         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
275         unique=`for i in $$list; do \
276             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
277           done | \
278           $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
279               END { if (nonempty) { for (i in files) print i; }; }'`; \
280         mkid -fID $$unique
281 tags: TAGS
282
283 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
284                 $(TAGS_FILES) $(LISP)
285         tags=; \
286         here=`pwd`; \
287         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
288         unique=`for i in $$list; do \
289             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
290           done | \
291           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
292               END { if (nonempty) { for (i in files) print i; }; }'`; \
293         if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
294           test -n "$$unique" || unique=$$empty_fix; \
295           $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
296             $$tags $$unique; \
297         fi
298 ctags: CTAGS
299 CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
300                 $(TAGS_FILES) $(LISP)
301         tags=; \
302         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
303         unique=`for i in $$list; do \
304             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
305           done | \
306           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
307               END { if (nonempty) { for (i in files) print i; }; }'`; \
308         test -z "$(CTAGS_ARGS)$$tags$$unique" \
309           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
310              $$tags $$unique
311
312 GTAGS:
313         here=`$(am__cd) $(top_builddir) && pwd` \
314           && cd $(top_srcdir) \
315           && gtags -i $(GTAGS_ARGS) $$here
316
317 distclean-tags:
318         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
319
320 distdir: $(DISTFILES)
321         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
322         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
323         list='$(DISTFILES)'; \
324           dist_files=`for file in $$list; do echo $$file; done | \
325           sed -e "s|^$$srcdirstrip/||;t" \
326               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
327         case $$dist_files in \
328           */*) $(MKDIR_P) `echo "$$dist_files" | \
329                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
330                            sort -u` ;; \
331         esac; \
332         for file in $$dist_files; do \
333           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
334           if test -d $$d/$$file; then \
335             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
336             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
337               cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
338             fi; \
339             cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
340           else \
341             test -f $(distdir)/$$file \
342             || cp -p $$d/$$file $(distdir)/$$file \
343             || exit 1; \
344           fi; \
345         done
346 check-am: all-am
347 check: check-am
348 all-am: Makefile $(LTLIBRARIES)
349 installdirs:
350 install: install-am
351 install-exec: install-exec-am
352 install-data: install-data-am
353 uninstall: uninstall-am
354
355 install-am: all-am
356         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
357
358 installcheck: installcheck-am
359 install-strip:
360         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
361           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
362           `test -z '$(STRIP)' || \
363             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
364 mostlyclean-generic:
365
366 clean-generic:
367
368 distclean-generic:
369         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
370
371 maintainer-clean-generic:
372         @echo "This command is intended for maintainers to use"
373         @echo "it deletes files that may require special tools to rebuild."
374 clean: clean-am
375
376 clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
377         mostlyclean-am
378
379 distclean: distclean-am
380         -rm -rf ./$(DEPDIR)
381         -rm -f Makefile
382 distclean-am: clean-am distclean-compile distclean-generic \
383         distclean-tags
384
385 dvi: dvi-am
386
387 dvi-am:
388
389 html: html-am
390
391 info: info-am
392
393 info-am:
394
395 install-data-am: install-data-local
396
397 install-dvi: install-dvi-am
398
399 install-exec-am:
400
401 install-html: install-html-am
402
403 install-info: install-info-am
404
405 install-man:
406
407 install-pdf: install-pdf-am
408
409 install-ps: install-ps-am
410
411 installcheck-am:
412
413 maintainer-clean: maintainer-clean-am
414         -rm -rf ./$(DEPDIR)
415         -rm -f Makefile
416 maintainer-clean-am: distclean-am maintainer-clean-generic
417
418 mostlyclean: mostlyclean-am
419
420 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
421         mostlyclean-libtool
422
423 pdf: pdf-am
424
425 pdf-am:
426
427 ps: ps-am
428
429 ps-am:
430
431 uninstall-am:
432
433 .MAKE: install-am install-strip
434
435 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
436         clean-libtool clean-noinstLTLIBRARIES ctags distclean \
437         distclean-compile distclean-generic distclean-libtool \
438         distclean-tags distdir dvi dvi-am html html-am info info-am \
439         install install-am install-data install-data-am \
440         install-data-local install-dvi install-dvi-am install-exec \
441         install-exec-am install-html install-html-am install-info \
442         install-info-am install-man install-pdf install-pdf-am \
443         install-ps install-ps-am install-strip installcheck \
444         installcheck-am installdirs maintainer-clean \
445         maintainer-clean-generic mostlyclean mostlyclean-compile \
446         mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
447         tags uninstall uninstall-am
448
449
450 install-data-local:
451         ${INSTALL_SCRIPT} -d ${DESTDIR}'@APXS_LIBEXECDIR@'
452         ${INSTALL_SCRIPT} -m 0755 .libs/mod_suphp.so ${DESTDIR}'@APXS_LIBEXECDIR@'/mod_suphp.so
453 # Tell versions [3.59,3.63) of GNU make to not export all variables.
454 # Otherwise a system limit (for SysV at least) may be exceeded.
455 .NOEXPORT: