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