0.6.1-1 release
[manu/suphp.git] / src / apache / Makefile.in
1 # Makefile.in generated automatically by automake 1.4-p6 from Makefile.am
2
3 # Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc.
4 # This Makefile.in is free software; the Free Software Foundation
5 # gives unlimited permission to copy and/or distribute it,
6 # with or without modifications, as long as this notice is preserved.
7
8 # This program is distributed in the hope that it will be useful,
9 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
10 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
11 # PARTICULAR PURPOSE.
12
13
14 SHELL = @SHELL@
15
16 srcdir = @srcdir@
17 top_srcdir = @top_srcdir@
18 VPATH = @srcdir@
19 prefix = @prefix@
20 exec_prefix = @exec_prefix@
21
22 bindir = @bindir@
23 sbindir = @sbindir@
24 libexecdir = @libexecdir@
25 datadir = @datadir@
26 sysconfdir = @sysconfdir@
27 sharedstatedir = @sharedstatedir@
28 localstatedir = @localstatedir@
29 libdir = @libdir@
30 infodir = @infodir@
31 mandir = @mandir@
32 includedir = @includedir@
33 oldincludedir = /usr/include
34
35 DESTDIR =
36
37 pkgdatadir = $(datadir)/@PACKAGE@
38 pkglibdir = $(libdir)/@PACKAGE@
39 pkgincludedir = $(includedir)/@PACKAGE@
40
41 top_builddir = ../..
42
43 ACLOCAL = @ACLOCAL@
44 AUTOCONF = @AUTOCONF@
45 AUTOMAKE = @AUTOMAKE@
46 AUTOHEADER = @AUTOHEADER@
47
48 INSTALL = @INSTALL@
49 INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
50 INSTALL_DATA = @INSTALL_DATA@
51 INSTALL_SCRIPT = @INSTALL_SCRIPT@
52 transform = @program_transform_name@
53
54 NORMAL_INSTALL = :
55 PRE_INSTALL = :
56 POST_INSTALL = :
57 NORMAL_UNINSTALL = :
58 PRE_UNINSTALL = :
59 POST_UNINSTALL = :
60 host_alias = @host_alias@
61 host_triplet = @host@
62 APACHE_VERSION_1_3 = @APACHE_VERSION_1_3@
63 APACHE_VERSION_2 = @APACHE_VERSION_2@
64 APR_INCLUDEDIR = @APR_INCLUDEDIR@
65 APXS = @APXS@
66 APXS_EXTRA_CFLAGS = @APXS_EXTRA_CFLAGS@
67 APXS_INCLUDEDIR = @APXS_INCLUDEDIR@
68 APXS_LIBEXECDIR = @APXS_LIBEXECDIR@
69 AR = @AR@
70 AS = @AS@
71 CC = @CC@
72 CXX = @CXX@
73 CXXCPP = @CXXCPP@
74 DLLTOOL = @DLLTOOL@
75 ECHO = @ECHO@
76 EGREP = @EGREP@
77 EXEEXT = @EXEEXT@
78 F77 = @F77@
79 GCJ = @GCJ@
80 GCJFLAGS = @GCJFLAGS@
81 HAVE_LIB = @HAVE_LIB@
82 LIB = @LIB@
83 LIBTOOL = @LIBTOOL@
84 LN_S = @LN_S@
85 LTLIB = @LTLIB@
86 MAKEINFO = @MAKEINFO@
87 OBJDUMP = @OBJDUMP@
88 OBJEXT = @OBJEXT@
89 OPT_APACHEMOD_USERGROUP_DEF = @OPT_APACHEMOD_USERGROUP_DEF@
90 PACKAGE = @PACKAGE@
91 RANLIB = @RANLIB@
92 RC = @RC@
93 STRIP = @STRIP@
94 VERSION = @VERSION@
95 AM_CFLAGS = -I@APXS_INCLUDEDIR@ @APXS_EXTRA_CFLAGS@ -DSUPHP_PATH_TO_SUPHP=\"${sbindir}/suphp\" $(DEFINE_USERGROUP)
96
97 noinst_LTLIBRARIES = mod_suphp.la
98 mod_suphp_la_SOURCES = mod_suphp.c
99
100 mod_suphp_la_LDFLAGS = -module -rpath '@APXS_LIBEXECDIR@'
101 mkinstalldirs = $(SHELL) $(top_srcdir)/[config]/mkinstalldirs
102 CONFIG_HEADER = ../../[src/config.h]
103 CONFIG_CLEAN_FILES = 
104 LTLIBRARIES =  $(noinst_LTLIBRARIES)
105
106
107 DEFS = @DEFS@ -I. -I$(srcdir) -I../../[src
108 CPPFLAGS = @CPPFLAGS@
109 LDFLAGS = @LDFLAGS@
110 LIBS = @LIBS@
111 mod_suphp_la_LIBADD = 
112 mod_suphp_la_OBJECTS =  mod_suphp.lo
113 CFLAGS = @CFLAGS@
114 COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
115 LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
116 CCLD = $(CC)
117 LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
118 DIST_COMMON =  Makefile.am Makefile.in
119
120
121 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
122
123 TAR = tar
124 GZIP_ENV = --best
125 DEP_FILES =  .deps/mod_suphp.P
126 SOURCES = $(mod_suphp_la_SOURCES)
127 OBJECTS = $(mod_suphp_la_OBJECTS)
128
129 all: all-redirect
130 .SUFFIXES:
131 .SUFFIXES: .S .c .lo .o .obj .s
132 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.ac $(ACLOCAL_M4) 
133         cd $(top_srcdir) && $(AUTOMAKE) --gnu src/apache/Makefile
134
135 Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status $(BUILT_SOURCES)
136         cd $(top_builddir) \
137           && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
138
139
140 mostlyclean-noinstLTLIBRARIES:
141
142 clean-noinstLTLIBRARIES:
143         -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
144
145 distclean-noinstLTLIBRARIES:
146
147 maintainer-clean-noinstLTLIBRARIES:
148
149 # FIXME: We should only use cygpath when building on Windows,
150 # and only if it is available.
151 .c.obj:
152         $(COMPILE) -c `cygpath -w $<`
153
154 .s.o:
155         $(COMPILE) -c $<
156
157 .S.o:
158         $(COMPILE) -c $<
159
160 mostlyclean-compile:
161         -rm -f *.o core *.core
162         -rm -f *.$(OBJEXT)
163
164 clean-compile:
165
166 distclean-compile:
167         -rm -f *.tab.c
168
169 maintainer-clean-compile:
170
171 .s.lo:
172         $(LIBTOOL) --mode=compile $(COMPILE) -c $<
173
174 .S.lo:
175         $(LIBTOOL) --mode=compile $(COMPILE) -c $<
176
177 mostlyclean-libtool:
178         -rm -f *.lo
179
180 clean-libtool:
181         -rm -rf .libs _libs
182
183 distclean-libtool:
184
185 maintainer-clean-libtool:
186
187 mod_suphp.la: $(mod_suphp_la_OBJECTS) $(mod_suphp_la_DEPENDENCIES)
188         $(LINK)  $(mod_suphp_la_LDFLAGS) $(mod_suphp_la_OBJECTS) $(mod_suphp_la_LIBADD) $(LIBS)
189
190 tags: TAGS
191
192 ID: $(HEADERS) $(SOURCES) $(LISP)
193         list='$(SOURCES) $(HEADERS)'; \
194         unique=`for i in $$list; do echo $$i; done | \
195           awk '    { files[$$0] = 1; } \
196                END { for (i in files) print i; }'`; \
197         here=`pwd` && cd $(srcdir) \
198           && mkid -f$$here/ID $$unique $(LISP)
199
200 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
201         tags=; \
202         here=`pwd`; \
203         list='$(SOURCES) $(HEADERS)'; \
204         unique=`for i in $$list; do echo $$i; done | \
205           awk '    { files[$$0] = 1; } \
206                END { for (i in files) print i; }'`; \
207         test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
208           || (cd $(srcdir) && etags -o $$here/TAGS $(ETAGS_ARGS) $$tags  $$unique $(LISP))
209
210 mostlyclean-tags:
211
212 clean-tags:
213
214 distclean-tags:
215         -rm -f TAGS ID
216
217 maintainer-clean-tags:
218
219 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
220
221 subdir = src/apache
222
223 distdir: $(DISTFILES)
224         here=`cd $(top_builddir) && pwd`; \
225         top_distdir=`cd $(top_distdir) && pwd`; \
226         distdir=`cd $(distdir) && pwd`; \
227         cd $(top_srcdir) \
228           && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu src/apache/Makefile
229         @for file in $(DISTFILES); do \
230           d=$(srcdir); \
231           if test -d $$d/$$file; then \
232             cp -pr $$d/$$file $(distdir)/$$file; \
233           else \
234             test -f $(distdir)/$$file \
235             || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
236             || cp -p $$d/$$file $(distdir)/$$file || :; \
237           fi; \
238         done
239
240 DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)
241
242 -include $(DEP_FILES)
243
244 mostlyclean-depend:
245
246 clean-depend:
247
248 distclean-depend:
249         -rm -rf .deps
250
251 maintainer-clean-depend:
252
253 %.o: %.c
254         @echo '$(COMPILE) -c $<'; \
255         $(COMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
256         @-cp .deps/$(*F).pp .deps/$(*F).P; \
257         tr ' ' '\012' < .deps/$(*F).pp \
258           | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
259             >> .deps/$(*F).P; \
260         rm .deps/$(*F).pp
261
262 %.lo: %.c
263         @echo '$(LTCOMPILE) -c $<'; \
264         $(LTCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
265         @-sed -e 's/^\([^:]*\)\.o[      ]*:/\1.lo \1.o :/' \
266           < .deps/$(*F).pp > .deps/$(*F).P; \
267         tr ' ' '\012' < .deps/$(*F).pp \
268           | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
269             >> .deps/$(*F).P; \
270         rm -f .deps/$(*F).pp
271 info-am:
272 info: info-am
273 dvi-am:
274 dvi: dvi-am
275 check-am: all-am
276 check: check-am
277 installcheck-am:
278 installcheck: installcheck-am
279 install-exec-am:
280 install-exec: install-exec-am
281
282 install-data-am: install-data-local
283 install-data: install-data-am
284
285 install-am: all-am
286         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
287 install: install-am
288 uninstall-am:
289 uninstall: uninstall-am
290 all-am: Makefile $(LTLIBRARIES)
291 all-redirect: all-am
292 install-strip:
293         $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
294 installdirs:
295
296
297 mostlyclean-generic:
298
299 clean-generic:
300
301 distclean-generic:
302         -rm -f Makefile $(CONFIG_CLEAN_FILES)
303         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
304
305 maintainer-clean-generic:
306 mostlyclean-am:  mostlyclean-noinstLTLIBRARIES mostlyclean-compile \
307                 mostlyclean-libtool mostlyclean-tags mostlyclean-depend \
308                 mostlyclean-generic
309
310 mostlyclean: mostlyclean-am
311
312 clean-am:  clean-noinstLTLIBRARIES clean-compile clean-libtool \
313                 clean-tags clean-depend clean-generic mostlyclean-am
314
315 clean: clean-am
316
317 distclean-am:  distclean-noinstLTLIBRARIES distclean-compile \
318                 distclean-libtool distclean-tags distclean-depend \
319                 distclean-generic clean-am
320         -rm -f libtool
321
322 distclean: distclean-am
323
324 maintainer-clean-am:  maintainer-clean-noinstLTLIBRARIES \
325                 maintainer-clean-compile maintainer-clean-libtool \
326                 maintainer-clean-tags maintainer-clean-depend \
327                 maintainer-clean-generic distclean-am
328         @echo "This command is intended for maintainers to use;"
329         @echo "it deletes files that may require special tools to rebuild."
330
331 maintainer-clean: maintainer-clean-am
332
333 .PHONY: mostlyclean-noinstLTLIBRARIES distclean-noinstLTLIBRARIES \
334 clean-noinstLTLIBRARIES maintainer-clean-noinstLTLIBRARIES \
335 mostlyclean-compile distclean-compile clean-compile \
336 maintainer-clean-compile mostlyclean-libtool distclean-libtool \
337 clean-libtool maintainer-clean-libtool tags mostlyclean-tags \
338 distclean-tags clean-tags maintainer-clean-tags distdir \
339 mostlyclean-depend distclean-depend clean-depend \
340 maintainer-clean-depend info-am info dvi-am dvi check check-am \
341 installcheck-am installcheck install-exec-am install-exec \
342 install-data-local install-data-am install-data install-am install \
343 uninstall-am uninstall all-redirect all-am all installdirs \
344 mostlyclean-generic distclean-generic clean-generic \
345 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
346
347
348 @COND_APUSERGROUP_TRUE@  DEFINE_USERGROUP = -DSUPHP_USE_USERGROUP
349
350 install-data-local:
351         ${INSTALL_SCRIPT} -d ${DESTDIR}'@APXS_LIBEXECDIR@'
352         ${INSTALL_SCRIPT} -m 0755 .libs/mod_suphp.so ${DESTDIR}'@APXS_LIBEXECDIR@'/mod_suphp.so
353
354 # Tell versions [3.59,3.63) of GNU make to not export all variables.
355 # Otherwise a system limit (for SysV at least) may be exceeded.
356 .NOEXPORT: