0.6.1.20061108-1 release
[manu/suphp.git] / src / Makefile.in
1 # Makefile.in generated by automake 1.9.6 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005  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 srcdir = @srcdir@
18 top_srcdir = @top_srcdir@
19 VPATH = @srcdir@
20 pkgdatadir = $(datadir)/@PACKAGE@
21 pkglibdir = $(libdir)/@PACKAGE@
22 pkgincludedir = $(includedir)/@PACKAGE@
23 top_builddir = ..
24 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
25 INSTALL = @INSTALL@
26 install_sh_DATA = $(install_sh) -c -m 644
27 install_sh_PROGRAM = $(install_sh) -c
28 install_sh_SCRIPT = $(install_sh) -c
29 INSTALL_HEADER = $(INSTALL_DATA)
30 transform = $(program_transform_name)
31 NORMAL_INSTALL = :
32 PRE_INSTALL = :
33 POST_INSTALL = :
34 NORMAL_UNINSTALL = :
35 PRE_UNINSTALL = :
36 POST_UNINSTALL = :
37 build_triplet = @build@
38 host_triplet = @host@
39 sbin_PROGRAMS = suphp$(EXEEXT)
40 subdir = src
41 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
42         $(srcdir)/config.h.in
43 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
44 am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
45         $(top_srcdir)/configure.ac
46 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
47         $(ACLOCAL_M4)
48 mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
49 CONFIG_HEADER = config.h
50 CONFIG_CLEAN_FILES =
51 am__installdirs = "$(DESTDIR)$(sbindir)"
52 sbinPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
53 PROGRAMS = $(sbin_PROGRAMS)
54 am_suphp_OBJECTS = API.$(OBJEXT) API_Helper.$(OBJEXT) \
55         API_Linux.$(OBJEXT) API_Linux_Logger.$(OBJEXT) \
56         Application.$(OBJEXT) CommandLine.$(OBJEXT) \
57         Configuration.$(OBJEXT) Environment.$(OBJEXT) \
58         Exception.$(OBJEXT) File.$(OBJEXT) GroupInfo.$(OBJEXT) \
59         IOException.$(OBJEXT) IniFile.$(OBJEXT) IniSection.$(OBJEXT) \
60         KeyNotFoundException.$(OBJEXT) Logger.$(OBJEXT) \
61         LookupException.$(OBJEXT) OutOfRangeException.$(OBJEXT) \
62         ParsingException.$(OBJEXT) PointerException.$(OBJEXT) \
63         SecurityException.$(OBJEXT) SoftException.$(OBJEXT) \
64         SystemException.$(OBJEXT) UserInfo.$(OBJEXT) Util.$(OBJEXT)
65 suphp_OBJECTS = $(am_suphp_OBJECTS)
66 suphp_LDADD = $(LDADD)
67 DEFAULT_INCLUDES = -I. -I$(srcdir) -I.
68 depcomp = $(SHELL) $(top_srcdir)/config/depcomp
69 am__depfiles_maybe = depfiles
70 CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
71         $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
72 LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
73         $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
74         $(AM_CXXFLAGS) $(CXXFLAGS)
75 CXXLD = $(CXX)
76 CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
77         $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
78 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
79         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
80 LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \
81         $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
82         $(AM_CFLAGS) $(CFLAGS)
83 CCLD = $(CC)
84 LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
85         $(AM_LDFLAGS) $(LDFLAGS) -o $@
86 SOURCES = $(suphp_SOURCES)
87 DIST_SOURCES = $(suphp_SOURCES)
88 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
89         html-recursive info-recursive install-data-recursive \
90         install-exec-recursive install-info-recursive \
91         install-recursive installcheck-recursive installdirs-recursive \
92         pdf-recursive ps-recursive uninstall-info-recursive \
93         uninstall-recursive
94 ETAGS = etags
95 CTAGS = ctags
96 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
97 ACLOCAL = @ACLOCAL@
98 AMDEP_FALSE = @AMDEP_FALSE@
99 AMDEP_TRUE = @AMDEP_TRUE@
100 AMTAR = @AMTAR@
101 APACHE_VERSION_1_3 = @APACHE_VERSION_1_3@
102 APACHE_VERSION_2 = @APACHE_VERSION_2@
103 APR_CPPFLAGS = @APR_CPPFLAGS@
104 APR_INCLUDEDIR = @APR_INCLUDEDIR@
105 APXS = @APXS@
106 APXS_EXTRA_CFLAGS = @APXS_EXTRA_CFLAGS@
107 APXS_INCLUDEDIR = @APXS_INCLUDEDIR@
108 APXS_LIBEXECDIR = @APXS_LIBEXECDIR@
109 AR = @AR@
110 AUTOCONF = @AUTOCONF@
111 AUTOHEADER = @AUTOHEADER@
112 AUTOMAKE = @AUTOMAKE@
113 AWK = @AWK@
114 CC = @CC@
115 CCDEPMODE = @CCDEPMODE@
116 CFLAGS = @CFLAGS@
117 COND_AP13_FALSE = @COND_AP13_FALSE@
118 COND_AP13_TRUE = @COND_AP13_TRUE@
119 COND_AP20_FALSE = @COND_AP20_FALSE@
120 COND_AP20_TRUE = @COND_AP20_TRUE@
121 COND_APUSERGROUP_FALSE = @COND_APUSERGROUP_FALSE@
122 COND_APUSERGROUP_TRUE = @COND_APUSERGROUP_TRUE@
123 CPP = @CPP@
124 CPPFLAGS = @CPPFLAGS@
125 CXX = @CXX@
126 CXXCPP = @CXXCPP@
127 CXXDEPMODE = @CXXDEPMODE@
128 CXXFLAGS = @CXXFLAGS@
129 CYGPATH_W = @CYGPATH_W@
130 DEFS = @DEFS@
131 DEPDIR = @DEPDIR@
132 ECHO = @ECHO@
133 ECHO_C = @ECHO_C@
134 ECHO_N = @ECHO_N@
135 ECHO_T = @ECHO_T@
136 EGREP = @EGREP@
137 EXEEXT = @EXEEXT@
138 F77 = @F77@
139 FFLAGS = @FFLAGS@
140 INSTALL_DATA = @INSTALL_DATA@
141 INSTALL_PROGRAM = @INSTALL_PROGRAM@
142 INSTALL_SCRIPT = @INSTALL_SCRIPT@
143 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
144 LDFLAGS = @LDFLAGS@
145 LIBOBJS = @LIBOBJS@
146 LIBS = @LIBS@
147 LIBTOOL = @LIBTOOL@
148 LN_S = @LN_S@
149 LTLIBOBJS = @LTLIBOBJS@
150 MAKEINFO = @MAKEINFO@
151 OBJEXT = @OBJEXT@
152 OPT_APACHEMOD_USERGROUP_DEF = @OPT_APACHEMOD_USERGROUP_DEF@
153 PACKAGE = @PACKAGE@
154 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
155 PACKAGE_NAME = @PACKAGE_NAME@
156 PACKAGE_STRING = @PACKAGE_STRING@
157 PACKAGE_TARNAME = @PACKAGE_TARNAME@
158 PACKAGE_VERSION = @PACKAGE_VERSION@
159 PATH_SEPARATOR = @PATH_SEPARATOR@
160 RANLIB = @RANLIB@
161 SET_MAKE = @SET_MAKE@
162 SHELL = @SHELL@
163 STRIP = @STRIP@
164 VERSION = @VERSION@
165 ac_ct_AR = @ac_ct_AR@
166 ac_ct_CC = @ac_ct_CC@
167 ac_ct_CXX = @ac_ct_CXX@
168 ac_ct_F77 = @ac_ct_F77@
169 ac_ct_RANLIB = @ac_ct_RANLIB@
170 ac_ct_STRIP = @ac_ct_STRIP@
171 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
172 am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
173 am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
174 am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
175 am__include = @am__include@
176 am__leading_dot = @am__leading_dot@
177 am__quote = @am__quote@
178 am__tar = @am__tar@
179 am__untar = @am__untar@
180 bindir = @bindir@
181 build = @build@
182 build_alias = @build_alias@
183 build_cpu = @build_cpu@
184 build_os = @build_os@
185 build_vendor = @build_vendor@
186 datadir = @datadir@
187 exec_prefix = @exec_prefix@
188 host = @host@
189 host_alias = @host_alias@
190 host_cpu = @host_cpu@
191 host_os = @host_os@
192 host_vendor = @host_vendor@
193 includedir = @includedir@
194 infodir = @infodir@
195 install_sh = @install_sh@
196 libdir = @libdir@
197 libexecdir = @libexecdir@
198 localstatedir = @localstatedir@
199 mandir = @mandir@
200 mkdir_p = @mkdir_p@
201 oldincludedir = @oldincludedir@
202 prefix = @prefix@
203 program_transform_name = @program_transform_name@
204 sbindir = @sbindir@
205 sharedstatedir = @sharedstatedir@
206 sysconfdir = @sysconfdir@
207 target_alias = @target_alias@
208 AM_CXXFLAGS = -DOPT_CONFIGFILE=\"${sysconfdir}/suphp.conf\"
209 @COND_AP13_TRUE@MAYBE_AP = apache
210 @COND_AP20_TRUE@MAYBE_AP = apache2
211 SUBDIRS = $(MAYBE_AP)
212 DIST_SUBDIRS = apache apache2
213 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
214 all: config.h
215         $(MAKE) $(AM_MAKEFLAGS) all-recursive
216
217 .SUFFIXES:
218 .SUFFIXES: .cpp .lo .o .obj
219 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
220         @for dep in $?; do \
221           case '$(am__configure_deps)' in \
222             *$$dep*) \
223               cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
224                 && exit 0; \
225               exit 1;; \
226           esac; \
227         done; \
228         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  src/Makefile'; \
229         cd $(top_srcdir) && \
230           $(AUTOMAKE) --gnu  src/Makefile
231 .PRECIOUS: Makefile
232 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
233         @case '$?' in \
234           *config.status*) \
235             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
236           *) \
237             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
238             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
239         esac;
240
241 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
242         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
243
244 $(top_srcdir)/configure:  $(am__configure_deps)
245         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
246 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
247         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
248
249 config.h: stamp-h1
250         @if test ! -f $@; then \
251           rm -f stamp-h1; \
252           $(MAKE) stamp-h1; \
253         else :; fi
254
255 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
256         @rm -f stamp-h1
257         cd $(top_builddir) && $(SHELL) ./config.status src/config.h
258 $(srcdir)/config.h.in:  $(am__configure_deps) 
259         cd $(top_srcdir) && $(AUTOHEADER)
260         rm -f stamp-h1
261         touch $@
262
263 distclean-hdr:
264         -rm -f config.h stamp-h1
265 install-sbinPROGRAMS: $(sbin_PROGRAMS)
266         @$(NORMAL_INSTALL)
267         test -z "$(sbindir)" || $(mkdir_p) "$(DESTDIR)$(sbindir)"
268         @list='$(sbin_PROGRAMS)'; for p in $$list; do \
269           p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
270           if test -f $$p \
271              || test -f $$p1 \
272           ; then \
273             f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
274            echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(sbinPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(sbindir)/$$f'"; \
275            $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(sbinPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(sbindir)/$$f" || exit 1; \
276           else :; fi; \
277         done
278
279 uninstall-sbinPROGRAMS:
280         @$(NORMAL_UNINSTALL)
281         @list='$(sbin_PROGRAMS)'; for p in $$list; do \
282           f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
283           echo " rm -f '$(DESTDIR)$(sbindir)/$$f'"; \
284           rm -f "$(DESTDIR)$(sbindir)/$$f"; \
285         done
286
287 clean-sbinPROGRAMS:
288         @list='$(sbin_PROGRAMS)'; for p in $$list; do \
289           f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
290           echo " rm -f $$p $$f"; \
291           rm -f $$p $$f ; \
292         done
293 suphp$(EXEEXT): $(suphp_OBJECTS) $(suphp_DEPENDENCIES) 
294         @rm -f suphp$(EXEEXT)
295         $(CXXLINK) $(suphp_LDFLAGS) $(suphp_OBJECTS) $(suphp_LDADD) $(LIBS)
296
297 mostlyclean-compile:
298         -rm -f *.$(OBJEXT)
299
300 distclean-compile:
301         -rm -f *.tab.c
302
303 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/API.Po@am__quote@
304 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/API_Helper.Po@am__quote@
305 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/API_Linux.Po@am__quote@
306 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/API_Linux_Logger.Po@am__quote@
307 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Application.Po@am__quote@
308 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/CommandLine.Po@am__quote@
309 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Configuration.Po@am__quote@
310 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Environment.Po@am__quote@
311 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Exception.Po@am__quote@
312 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/File.Po@am__quote@
313 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/GroupInfo.Po@am__quote@
314 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/IOException.Po@am__quote@
315 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/IniFile.Po@am__quote@
316 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/IniSection.Po@am__quote@
317 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/KeyNotFoundException.Po@am__quote@
318 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Logger.Po@am__quote@
319 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/LookupException.Po@am__quote@
320 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/OutOfRangeException.Po@am__quote@
321 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ParsingException.Po@am__quote@
322 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/PointerException.Po@am__quote@
323 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/SecurityException.Po@am__quote@
324 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/SoftException.Po@am__quote@
325 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/SystemException.Po@am__quote@
326 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/UserInfo.Po@am__quote@
327 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Util.Po@am__quote@
328
329 .cpp.o:
330 @am__fastdepCXX_TRUE@   if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
331 @am__fastdepCXX_TRUE@   then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
332 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
333 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
334 @am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ $<
335
336 .cpp.obj:
337 @am__fastdepCXX_TRUE@   if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
338 @am__fastdepCXX_TRUE@   then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
339 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
340 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
341 @am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
342
343 .cpp.lo:
344 @am__fastdepCXX_TRUE@   if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
345 @am__fastdepCXX_TRUE@   then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
346 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
347 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
348 @am__fastdepCXX_FALSE@  $(LTCXXCOMPILE) -c -o $@ $<
349
350 mostlyclean-libtool:
351         -rm -f *.lo
352
353 clean-libtool:
354         -rm -rf .libs _libs
355
356 distclean-libtool:
357         -rm -f libtool
358 uninstall-info-am:
359
360 # This directory's subdirectories are mostly independent; you can cd
361 # into them and run `make' without going through this Makefile.
362 # To change the values of `make' variables: instead of editing Makefiles,
363 # (1) if the variable is set in `config.status', edit `config.status'
364 #     (which will cause the Makefiles to be regenerated when you run `make');
365 # (2) otherwise, pass the desired values on the `make' command line.
366 $(RECURSIVE_TARGETS):
367         @failcom='exit 1'; \
368         for f in x $$MAKEFLAGS; do \
369           case $$f in \
370             *=* | --[!k]*);; \
371             *k*) failcom='fail=yes';; \
372           esac; \
373         done; \
374         dot_seen=no; \
375         target=`echo $@ | sed s/-recursive//`; \
376         list='$(SUBDIRS)'; for subdir in $$list; do \
377           echo "Making $$target in $$subdir"; \
378           if test "$$subdir" = "."; then \
379             dot_seen=yes; \
380             local_target="$$target-am"; \
381           else \
382             local_target="$$target"; \
383           fi; \
384           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
385           || eval $$failcom; \
386         done; \
387         if test "$$dot_seen" = "no"; then \
388           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
389         fi; test -z "$$fail"
390
391 mostlyclean-recursive clean-recursive distclean-recursive \
392 maintainer-clean-recursive:
393         @failcom='exit 1'; \
394         for f in x $$MAKEFLAGS; do \
395           case $$f in \
396             *=* | --[!k]*);; \
397             *k*) failcom='fail=yes';; \
398           esac; \
399         done; \
400         dot_seen=no; \
401         case "$@" in \
402           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
403           *) list='$(SUBDIRS)' ;; \
404         esac; \
405         rev=''; for subdir in $$list; do \
406           if test "$$subdir" = "."; then :; else \
407             rev="$$subdir $$rev"; \
408           fi; \
409         done; \
410         rev="$$rev ."; \
411         target=`echo $@ | sed s/-recursive//`; \
412         for subdir in $$rev; do \
413           echo "Making $$target in $$subdir"; \
414           if test "$$subdir" = "."; then \
415             local_target="$$target-am"; \
416           else \
417             local_target="$$target"; \
418           fi; \
419           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
420           || eval $$failcom; \
421         done && test -z "$$fail"
422 tags-recursive:
423         list='$(SUBDIRS)'; for subdir in $$list; do \
424           test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
425         done
426 ctags-recursive:
427         list='$(SUBDIRS)'; for subdir in $$list; do \
428           test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
429         done
430
431 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
432         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
433         unique=`for i in $$list; do \
434             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
435           done | \
436           $(AWK) '    { files[$$0] = 1; } \
437                END { for (i in files) print i; }'`; \
438         mkid -fID $$unique
439 tags: TAGS
440
441 TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
442                 $(TAGS_FILES) $(LISP)
443         tags=; \
444         here=`pwd`; \
445         if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
446           include_option=--etags-include; \
447           empty_fix=.; \
448         else \
449           include_option=--include; \
450           empty_fix=; \
451         fi; \
452         list='$(SUBDIRS)'; for subdir in $$list; do \
453           if test "$$subdir" = .; then :; else \
454             test ! -f $$subdir/TAGS || \
455               tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
456           fi; \
457         done; \
458         list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
459         unique=`for i in $$list; do \
460             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
461           done | \
462           $(AWK) '    { files[$$0] = 1; } \
463                END { for (i in files) print i; }'`; \
464         if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
465           test -n "$$unique" || unique=$$empty_fix; \
466           $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
467             $$tags $$unique; \
468         fi
469 ctags: CTAGS
470 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
471                 $(TAGS_FILES) $(LISP)
472         tags=; \
473         here=`pwd`; \
474         list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
475         unique=`for i in $$list; do \
476             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
477           done | \
478           $(AWK) '    { files[$$0] = 1; } \
479                END { for (i in files) print i; }'`; \
480         test -z "$(CTAGS_ARGS)$$tags$$unique" \
481           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
482              $$tags $$unique
483
484 GTAGS:
485         here=`$(am__cd) $(top_builddir) && pwd` \
486           && cd $(top_srcdir) \
487           && gtags -i $(GTAGS_ARGS) $$here
488
489 distclean-tags:
490         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
491
492 distdir: $(DISTFILES)
493         @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
494         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
495         list='$(DISTFILES)'; for file in $$list; do \
496           case $$file in \
497             $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
498             $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
499           esac; \
500           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
501           dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
502           if test "$$dir" != "$$file" && test "$$dir" != "."; then \
503             dir="/$$dir"; \
504             $(mkdir_p) "$(distdir)$$dir"; \
505           else \
506             dir=''; \
507           fi; \
508           if test -d $$d/$$file; then \
509             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
510               cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
511             fi; \
512             cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
513           else \
514             test -f $(distdir)/$$file \
515             || cp -p $$d/$$file $(distdir)/$$file \
516             || exit 1; \
517           fi; \
518         done
519         list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
520           if test "$$subdir" = .; then :; else \
521             test -d "$(distdir)/$$subdir" \
522             || $(mkdir_p) "$(distdir)/$$subdir" \
523             || exit 1; \
524             distdir=`$(am__cd) $(distdir) && pwd`; \
525             top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
526             (cd $$subdir && \
527               $(MAKE) $(AM_MAKEFLAGS) \
528                 top_distdir="$$top_distdir" \
529                 distdir="$$distdir/$$subdir" \
530                 distdir) \
531               || exit 1; \
532           fi; \
533         done
534 check-am: all-am
535 check: check-recursive
536 all-am: Makefile $(PROGRAMS) config.h
537 installdirs: installdirs-recursive
538 installdirs-am:
539         for dir in "$(DESTDIR)$(sbindir)"; do \
540           test -z "$$dir" || $(mkdir_p) "$$dir"; \
541         done
542 install: install-recursive
543 install-exec: install-exec-recursive
544 install-data: install-data-recursive
545 uninstall: uninstall-recursive
546
547 install-am: all-am
548         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
549
550 installcheck: installcheck-recursive
551 install-strip:
552         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
553           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
554           `test -z '$(STRIP)' || \
555             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
556 mostlyclean-generic:
557
558 clean-generic:
559
560 distclean-generic:
561         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
562
563 maintainer-clean-generic:
564         @echo "This command is intended for maintainers to use"
565         @echo "it deletes files that may require special tools to rebuild."
566 clean: clean-recursive
567
568 clean-am: clean-generic clean-libtool clean-sbinPROGRAMS \
569         mostlyclean-am
570
571 distclean: distclean-recursive
572         -rm -rf ./$(DEPDIR)
573         -rm -f Makefile
574 distclean-am: clean-am distclean-compile distclean-generic \
575         distclean-hdr distclean-libtool distclean-tags
576
577 dvi: dvi-recursive
578
579 dvi-am:
580
581 html: html-recursive
582
583 info: info-recursive
584
585 info-am:
586
587 install-data-am:
588
589 install-exec-am: install-sbinPROGRAMS
590         @$(NORMAL_INSTALL)
591         $(MAKE) $(AM_MAKEFLAGS) install-exec-hook
592
593 install-info: install-info-recursive
594
595 install-man:
596
597 installcheck-am:
598
599 maintainer-clean: maintainer-clean-recursive
600         -rm -rf ./$(DEPDIR)
601         -rm -f Makefile
602 maintainer-clean-am: distclean-am maintainer-clean-generic
603
604 mostlyclean: mostlyclean-recursive
605
606 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
607         mostlyclean-libtool
608
609 pdf: pdf-recursive
610
611 pdf-am:
612
613 ps: ps-recursive
614
615 ps-am:
616
617 uninstall-am: uninstall-info-am uninstall-sbinPROGRAMS
618
619 uninstall-info: uninstall-info-recursive
620
621 .PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
622         clean clean-generic clean-libtool clean-recursive \
623         clean-sbinPROGRAMS ctags ctags-recursive distclean \
624         distclean-compile distclean-generic distclean-hdr \
625         distclean-libtool distclean-recursive distclean-tags distdir \
626         dvi dvi-am html html-am info info-am install install-am \
627         install-data install-data-am install-exec install-exec-am \
628         install-exec-hook install-info install-info-am install-man \
629         install-sbinPROGRAMS install-strip installcheck \
630         installcheck-am installdirs installdirs-am maintainer-clean \
631         maintainer-clean-generic maintainer-clean-recursive \
632         mostlyclean mostlyclean-compile mostlyclean-generic \
633         mostlyclean-libtool mostlyclean-recursive pdf pdf-am ps ps-am \
634         tags tags-recursive uninstall uninstall-am uninstall-info-am \
635         uninstall-sbinPROGRAMS
636
637
638 install-exec-hook:
639         chmod u+s $(DESTDIR)$(sbindir)/suphp$(EXEEXT)
640 # Tell versions [3.59,3.63) of GNU make to not export all variables.
641 # Otherwise a system limit (for SysV at least) may be exceeded.
642 .NOEXPORT: