0.6.1-1 release
[manu/suphp.git] / src / 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
96 AM_CXXFLAGS = -DOPT_CONFIGFILE=\"${sysconfdir}/suphp.conf\"
97 SUBDIRS = $(MAYBE_AP)
98 DIST_SUBDIRS = apache apache2
99
100 sbin_PROGRAMS = suphp
101
102 suphp_SOURCES = API.cpp API.hpp API_Helper.cpp API_Helper.hpp API_Linux.cpp API_Linux.hpp API_Linux_Logger.cpp API_Linux_Logger.hpp Application.cpp Application.hpp CommandLine.cpp CommandLine.hpp Configuration.cpp Configuration.hpp Environment.cpp Environment.hpp Exception.cpp Exception.hpp File.cpp File.hpp GroupInfo.cpp GroupInfo.hpp IOException.cpp IOException.hpp IniFile.cpp IniFile.hpp IniSection.cpp IniSection.hpp KeyNotFoundException.cpp KeyNotFoundException.hpp Logger.cpp Logger.hpp LookupException.cpp LookupException.hpp OutOfRangeException.cpp OutOfRangeException.hpp ParsingException.cpp ParsingException.hpp PointerException.cpp PointerException.hpp SecurityException.cpp SecurityException.hpp SmartPtr.hpp SoftException.cpp SoftException.hpp SystemException.cpp SystemException.hpp UserInfo.cpp UserInfo.hpp Util.cpp Util.hpp
103 mkinstalldirs = $(SHELL) $(top_srcdir)/[config]/mkinstalldirs
104 CONFIG_HEADER = ../[src/config.h]
105 CONFIG_CLEAN_FILES = 
106 sbin_PROGRAMS =  suphp$(EXEEXT)
107 PROGRAMS =  $(sbin_PROGRAMS)
108
109
110 DEFS = @DEFS@ -I. -I$(srcdir) -I../[src
111 CPPFLAGS = @CPPFLAGS@
112 LDFLAGS = @LDFLAGS@
113 LIBS = @LIBS@
114 suphp_OBJECTS =  API.$(OBJEXT) API_Helper.$(OBJEXT) API_Linux.$(OBJEXT) \
115 API_Linux_Logger.$(OBJEXT) Application.$(OBJEXT) CommandLine.$(OBJEXT) \
116 Configuration.$(OBJEXT) Environment.$(OBJEXT) Exception.$(OBJEXT) \
117 File.$(OBJEXT) GroupInfo.$(OBJEXT) IOException.$(OBJEXT) \
118 IniFile.$(OBJEXT) IniSection.$(OBJEXT) KeyNotFoundException.$(OBJEXT) \
119 Logger.$(OBJEXT) LookupException.$(OBJEXT) \
120 OutOfRangeException.$(OBJEXT) ParsingException.$(OBJEXT) \
121 PointerException.$(OBJEXT) SecurityException.$(OBJEXT) \
122 SoftException.$(OBJEXT) SystemException.$(OBJEXT) UserInfo.$(OBJEXT) \
123 Util.$(OBJEXT)
124 suphp_LDADD = $(LDADD)
125 suphp_DEPENDENCIES = 
126 suphp_LDFLAGS = 
127 CXXFLAGS = @CXXFLAGS@
128 CXXCOMPILE = $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
129 LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
130 CXXLD = $(CXX)
131 CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(LDFLAGS) -o $@
132 CFLAGS = @CFLAGS@
133 COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
134 LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
135 CCLD = $(CC)
136 LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
137 DIST_COMMON =  Makefile.am Makefile.in
138
139
140 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
141
142 TAR = tar
143 GZIP_ENV = --best
144 DEP_FILES =  .deps/API.P .deps/API_Helper.P .deps/API_Linux.P \
145 .deps/API_Linux_Logger.P .deps/Application.P .deps/CommandLine.P \
146 .deps/Configuration.P .deps/Environment.P .deps/Exception.P \
147 .deps/File.P .deps/GroupInfo.P .deps/IOException.P .deps/IniFile.P \
148 .deps/IniSection.P .deps/KeyNotFoundException.P .deps/Logger.P \
149 .deps/LookupException.P .deps/OutOfRangeException.P \
150 .deps/ParsingException.P .deps/PointerException.P \
151 .deps/SecurityException.P .deps/SoftException.P .deps/SystemException.P \
152 .deps/UserInfo.P .deps/Util.P
153 SOURCES = $(suphp_SOURCES)
154 OBJECTS = $(suphp_OBJECTS)
155
156 all: all-redirect
157 .SUFFIXES:
158 .SUFFIXES: .S .c .cpp .lo .o .obj .s
159 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.ac $(ACLOCAL_M4) 
160         cd $(top_srcdir) && $(AUTOMAKE) --gnu src/Makefile
161
162 Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status $(BUILT_SOURCES)
163         cd $(top_builddir) \
164           && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
165
166
167 mostlyclean-sbinPROGRAMS:
168
169 clean-sbinPROGRAMS:
170         -test -z "$(sbin_PROGRAMS)" || rm -f $(sbin_PROGRAMS)
171
172 distclean-sbinPROGRAMS:
173
174 maintainer-clean-sbinPROGRAMS:
175
176 install-sbinPROGRAMS: $(sbin_PROGRAMS)
177         @$(NORMAL_INSTALL)
178         $(mkinstalldirs) $(DESTDIR)$(sbindir)
179         @list='$(sbin_PROGRAMS)'; for p in $$list; do \
180           if test -f $$p; then \
181             echo " $(LIBTOOL)  --mode=install $(INSTALL_PROGRAM) $$p $(DESTDIR)$(sbindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`"; \
182             $(LIBTOOL)  --mode=install $(INSTALL_PROGRAM) $$p $(DESTDIR)$(sbindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
183           else :; fi; \
184         done
185
186 uninstall-sbinPROGRAMS:
187         @$(NORMAL_UNINSTALL)
188         list='$(sbin_PROGRAMS)'; for p in $$list; do \
189           rm -f $(DESTDIR)$(sbindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
190         done
191
192 # FIXME: We should only use cygpath when building on Windows,
193 # and only if it is available.
194 .c.obj:
195         $(COMPILE) -c `cygpath -w $<`
196
197 .s.o:
198         $(COMPILE) -c $<
199
200 .S.o:
201         $(COMPILE) -c $<
202
203 mostlyclean-compile:
204         -rm -f *.o core *.core
205         -rm -f *.$(OBJEXT)
206
207 clean-compile:
208
209 distclean-compile:
210         -rm -f *.tab.c
211
212 maintainer-clean-compile:
213
214 .s.lo:
215         $(LIBTOOL) --mode=compile $(COMPILE) -c $<
216
217 .S.lo:
218         $(LIBTOOL) --mode=compile $(COMPILE) -c $<
219
220 mostlyclean-libtool:
221         -rm -f *.lo
222
223 clean-libtool:
224         -rm -rf .libs _libs
225
226 distclean-libtool:
227
228 maintainer-clean-libtool:
229
230 suphp$(EXEEXT): $(suphp_OBJECTS) $(suphp_DEPENDENCIES)
231         @rm -f suphp$(EXEEXT)
232         $(CXXLINK) $(suphp_LDFLAGS) $(suphp_OBJECTS) $(suphp_LDADD) $(LIBS)
233 .cpp.o:
234         $(CXXCOMPILE) -c $<
235 .cpp.obj:
236         $(CXXCOMPILE) -c `cygpath -w $<`
237 .cpp.lo:
238         $(LTCXXCOMPILE) -c $<
239
240 # This directory's subdirectories are mostly independent; you can cd
241 # into them and run `make' without going through this Makefile.
242 # To change the values of `make' variables: instead of editing Makefiles,
243 # (1) if the variable is set in `config.status', edit `config.status'
244 #     (which will cause the Makefiles to be regenerated when you run `make');
245 # (2) otherwise, pass the desired values on the `make' command line.
246
247 @SET_MAKE@
248
249 all-recursive install-data-recursive install-exec-recursive \
250 installdirs-recursive install-recursive uninstall-recursive  \
251 check-recursive installcheck-recursive info-recursive dvi-recursive:
252         @set fnord $(MAKEFLAGS); amf=$$2; \
253         dot_seen=no; \
254         target=`echo $@ | sed s/-recursive//`; \
255         list='$(SUBDIRS)'; for subdir in $$list; do \
256           echo "Making $$target in $$subdir"; \
257           if test "$$subdir" = "."; then \
258             dot_seen=yes; \
259             local_target="$$target-am"; \
260           else \
261             local_target="$$target"; \
262           fi; \
263           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
264            || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
265         done; \
266         if test "$$dot_seen" = "no"; then \
267           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
268         fi; test -z "$$fail"
269
270 mostlyclean-recursive clean-recursive distclean-recursive \
271 maintainer-clean-recursive:
272         @set fnord $(MAKEFLAGS); amf=$$2; \
273         dot_seen=no; \
274         rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
275           rev="$$subdir $$rev"; \
276           test "$$subdir" != "." || dot_seen=yes; \
277         done; \
278         test "$$dot_seen" = "no" && rev=". $$rev"; \
279         target=`echo $@ | sed s/-recursive//`; \
280         for subdir in $$rev; do \
281           echo "Making $$target in $$subdir"; \
282           if test "$$subdir" = "."; then \
283             local_target="$$target-am"; \
284           else \
285             local_target="$$target"; \
286           fi; \
287           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
288            || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
289         done && test -z "$$fail"
290 tags-recursive:
291         list='$(SUBDIRS)'; for subdir in $$list; do \
292           test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
293         done
294
295 tags: TAGS
296
297 ID: $(HEADERS) $(SOURCES) $(LISP)
298         list='$(SOURCES) $(HEADERS)'; \
299         unique=`for i in $$list; do echo $$i; done | \
300           awk '    { files[$$0] = 1; } \
301                END { for (i in files) print i; }'`; \
302         here=`pwd` && cd $(srcdir) \
303           && mkid -f$$here/ID $$unique $(LISP)
304
305 TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
306         tags=; \
307         here=`pwd`; \
308         list='$(SUBDIRS)'; for subdir in $$list; do \
309    if test "$$subdir" = .; then :; else \
310             test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
311    fi; \
312         done; \
313         list='$(SOURCES) $(HEADERS)'; \
314         unique=`for i in $$list; do echo $$i; done | \
315           awk '    { files[$$0] = 1; } \
316                END { for (i in files) print i; }'`; \
317         test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
318           || (cd $(srcdir) && etags -o $$here/TAGS $(ETAGS_ARGS) $$tags  $$unique $(LISP))
319
320 mostlyclean-tags:
321
322 clean-tags:
323
324 distclean-tags:
325         -rm -f TAGS ID
326
327 maintainer-clean-tags:
328
329 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
330
331 subdir = src
332
333 distdir: $(DISTFILES)
334         here=`cd $(top_builddir) && pwd`; \
335         top_distdir=`cd $(top_distdir) && pwd`; \
336         distdir=`cd $(distdir) && pwd`; \
337         cd $(top_srcdir) \
338           && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu src/Makefile
339         @for file in $(DISTFILES); do \
340           d=$(srcdir); \
341           if test -d $$d/$$file; then \
342             cp -pr $$d/$$file $(distdir)/$$file; \
343           else \
344             test -f $(distdir)/$$file \
345             || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
346             || cp -p $$d/$$file $(distdir)/$$file || :; \
347           fi; \
348         done
349         for subdir in $(DIST_SUBDIRS); do \
350           if test "$$subdir" = .; then :; else \
351             test -d $(distdir)/$$subdir \
352             || mkdir $(distdir)/$$subdir \
353             || exit 1; \
354             chmod 777 $(distdir)/$$subdir; \
355             (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(top_distdir) distdir=../$(distdir)/$$subdir distdir) \
356               || exit 1; \
357           fi; \
358         done
359
360 DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)
361
362 -include $(DEP_FILES)
363
364 mostlyclean-depend:
365
366 clean-depend:
367
368 distclean-depend:
369         -rm -rf .deps
370
371 maintainer-clean-depend:
372
373 %.o: %.c
374         @echo '$(COMPILE) -c $<'; \
375         $(COMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
376         @-cp .deps/$(*F).pp .deps/$(*F).P; \
377         tr ' ' '\012' < .deps/$(*F).pp \
378           | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
379             >> .deps/$(*F).P; \
380         rm .deps/$(*F).pp
381
382 %.lo: %.c
383         @echo '$(LTCOMPILE) -c $<'; \
384         $(LTCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
385         @-sed -e 's/^\([^:]*\)\.o[      ]*:/\1.lo \1.o :/' \
386           < .deps/$(*F).pp > .deps/$(*F).P; \
387         tr ' ' '\012' < .deps/$(*F).pp \
388           | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
389             >> .deps/$(*F).P; \
390         rm -f .deps/$(*F).pp
391
392 %.o: %.cpp
393         @echo '$(CXXCOMPILE) -c $<'; \
394         $(CXXCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
395         @-cp .deps/$(*F).pp .deps/$(*F).P; \
396         tr ' ' '\012' < .deps/$(*F).pp \
397           | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
398             >> .deps/$(*F).P; \
399         rm .deps/$(*F).pp
400
401 %.lo: %.cpp
402         @echo '$(LTCXXCOMPILE) -c $<'; \
403         $(LTCXXCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
404         @-sed -e 's/^\([^:]*\)\.o[      ]*:/\1.lo \1.o :/' \
405           < .deps/$(*F).pp > .deps/$(*F).P; \
406         tr ' ' '\012' < .deps/$(*F).pp \
407           | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
408             >> .deps/$(*F).P; \
409         rm -f .deps/$(*F).pp
410 info-am:
411 info: info-recursive
412 dvi-am:
413 dvi: dvi-recursive
414 check-am: all-am
415 check: check-recursive
416 installcheck-am:
417 installcheck: installcheck-recursive
418 install-exec-am: install-sbinPROGRAMS
419         @$(NORMAL_INSTALL)
420         $(MAKE) $(AM_MAKEFLAGS) install-exec-hook
421 install-exec: install-exec-recursive
422
423 install-data-am:
424 install-data: install-data-recursive
425
426 install-am: all-am
427         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
428 install: install-recursive
429 uninstall-am: uninstall-sbinPROGRAMS
430 uninstall: uninstall-recursive
431 all-am: Makefile $(PROGRAMS)
432 all-redirect: all-recursive
433 install-strip:
434         $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
435 installdirs: installdirs-recursive
436 installdirs-am:
437         $(mkinstalldirs)  $(DESTDIR)$(sbindir)
438
439
440 mostlyclean-generic:
441
442 clean-generic:
443
444 distclean-generic:
445         -rm -f Makefile $(CONFIG_CLEAN_FILES)
446         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
447
448 maintainer-clean-generic:
449 mostlyclean-am:  mostlyclean-sbinPROGRAMS mostlyclean-compile \
450                 mostlyclean-libtool mostlyclean-tags mostlyclean-depend \
451                 mostlyclean-generic
452
453 mostlyclean: mostlyclean-recursive
454
455 clean-am:  clean-sbinPROGRAMS clean-compile clean-libtool clean-tags \
456                 clean-depend clean-generic mostlyclean-am
457
458 clean: clean-recursive
459
460 distclean-am:  distclean-sbinPROGRAMS distclean-compile \
461                 distclean-libtool distclean-tags distclean-depend \
462                 distclean-generic clean-am
463         -rm -f libtool
464
465 distclean: distclean-recursive
466
467 maintainer-clean-am:  maintainer-clean-sbinPROGRAMS \
468                 maintainer-clean-compile maintainer-clean-libtool \
469                 maintainer-clean-tags maintainer-clean-depend \
470                 maintainer-clean-generic distclean-am
471         @echo "This command is intended for maintainers to use;"
472         @echo "it deletes files that may require special tools to rebuild."
473
474 maintainer-clean: maintainer-clean-recursive
475
476 .PHONY: mostlyclean-sbinPROGRAMS distclean-sbinPROGRAMS \
477 clean-sbinPROGRAMS maintainer-clean-sbinPROGRAMS uninstall-sbinPROGRAMS \
478 install-sbinPROGRAMS mostlyclean-compile distclean-compile \
479 clean-compile maintainer-clean-compile mostlyclean-libtool \
480 distclean-libtool clean-libtool maintainer-clean-libtool \
481 install-data-recursive uninstall-data-recursive install-exec-recursive \
482 uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \
483 all-recursive check-recursive installcheck-recursive info-recursive \
484 dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \
485 maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
486 distclean-tags clean-tags maintainer-clean-tags distdir \
487 mostlyclean-depend distclean-depend clean-depend \
488 maintainer-clean-depend info-am info dvi-am dvi check check-am \
489 installcheck-am installcheck install-exec-am install-exec \
490 install-data-am install-data install-am install uninstall-am uninstall \
491 all-redirect all-am all installdirs-am installdirs mostlyclean-generic \
492 distclean-generic clean-generic maintainer-clean-generic clean \
493 mostlyclean distclean maintainer-clean
494
495
496 @COND_AP13_TRUE@  MAYBE_AP = apache
497 @COND_AP20_TRUE@  MAYBE_AP = apache2
498
499 install-exec-hook:
500         chmod u+s $(DESTDIR)$(sbindir)/suphp$(EXEEXT)
501
502 # Tell versions [3.59,3.63) of GNU make to not export all variables.
503 # Otherwise a system limit (for SysV at least) may be exceeded.
504 .NOEXPORT: