Release
[hcoop/zz_old/debian/suphp.git] / src / Makefile.in
CommitLineData
623e7ab4 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
17VPATH = @srcdir@
18pkgdatadir = $(datadir)/@PACKAGE@
19pkglibdir = $(libdir)/@PACKAGE@
20pkgincludedir = $(includedir)/@PACKAGE@
21am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
22install_sh_DATA = $(install_sh) -c -m 644
23install_sh_PROGRAM = $(install_sh) -c
24install_sh_SCRIPT = $(install_sh) -c
25INSTALL_HEADER = $(INSTALL_DATA)
26transform = $(program_transform_name)
27NORMAL_INSTALL = :
28PRE_INSTALL = :
29POST_INSTALL = :
30NORMAL_UNINSTALL = :
31PRE_UNINSTALL = :
32POST_UNINSTALL = :
33build_triplet = @build@
34host_triplet = @host@
35sbin_PROGRAMS = suphp$(EXEEXT)
36subdir = src
37DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
38 $(srcdir)/config.h.in
39ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
40am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
41 $(top_srcdir)/configure.ac
42am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
43 $(ACLOCAL_M4)
44mkinstalldirs = $(install_sh) -d
45CONFIG_HEADER = config.h
46CONFIG_CLEAN_FILES =
47am__installdirs = "$(DESTDIR)$(sbindir)"
48sbinPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
49PROGRAMS = $(sbin_PROGRAMS)
50am_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)
62suphp_OBJECTS = $(am_suphp_OBJECTS)
63suphp_LDADD = $(LDADD)
64DEFAULT_INCLUDES = -I.@am__isrc@
65depcomp = $(SHELL) $(top_srcdir)/config/depcomp
66am__depfiles_maybe = depfiles
67CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
68 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
69LTCXXCOMPILE = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
70 --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
71 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
72CXXLD = $(CXX)
73CXXLINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
74 --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) \
75 $(LDFLAGS) -o $@
76COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
77 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
78LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
79 --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
80 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
81CCLD = $(CC)
82LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
83 --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
84 $(LDFLAGS) -o $@
85SOURCES = $(suphp_SOURCES)
86DIST_SOURCES = $(suphp_SOURCES)
87RECURSIVE_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
94RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
95 distclean-recursive maintainer-clean-recursive
96ETAGS = etags
97CTAGS = ctags
98DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
99ACLOCAL = @ACLOCAL@
100AMTAR = @AMTAR@
101APACHE_VERSION_1_3 = @APACHE_VERSION_1_3@
102APACHE_VERSION_2 = @APACHE_VERSION_2@
103APR_CPPFLAGS = @APR_CPPFLAGS@
104APR_INCLUDEDIR = @APR_INCLUDEDIR@
105APXS = @APXS@
106APXS_EXTRA_CFLAGS = @APXS_EXTRA_CFLAGS@
107APXS_INCLUDEDIR = @APXS_INCLUDEDIR@
108APXS_LIBEXECDIR = @APXS_LIBEXECDIR@
109AR = @AR@
110AUTOCONF = @AUTOCONF@
111AUTOHEADER = @AUTOHEADER@
112AUTOMAKE = @AUTOMAKE@
113AWK = @AWK@
114CC = @CC@
115CCDEPMODE = @CCDEPMODE@
116CFLAGS = @CFLAGS@
117CPP = @CPP@
118CPPFLAGS = @CPPFLAGS@
119CXX = @CXX@
120CXXCPP = @CXXCPP@
121CXXDEPMODE = @CXXDEPMODE@
122CXXFLAGS = @CXXFLAGS@
123CYGPATH_W = @CYGPATH_W@
124DEFS = @DEFS@
125DEPDIR = @DEPDIR@
126DSYMUTIL = @DSYMUTIL@
127ECHO = @ECHO@
128ECHO_C = @ECHO_C@
129ECHO_N = @ECHO_N@
130ECHO_T = @ECHO_T@
131EGREP = @EGREP@
132EXEEXT = @EXEEXT@
133F77 = @F77@
134FFLAGS = @FFLAGS@
135GREP = @GREP@
136INSTALL = @INSTALL@
137INSTALL_DATA = @INSTALL_DATA@
138INSTALL_PROGRAM = @INSTALL_PROGRAM@
139INSTALL_SCRIPT = @INSTALL_SCRIPT@
140INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
141LDFLAGS = @LDFLAGS@
142LIBOBJS = @LIBOBJS@
143LIBS = @LIBS@
144LIBTOOL = @LIBTOOL@
145LN_S = @LN_S@
146LTLIBOBJS = @LTLIBOBJS@
147MAKEINFO = @MAKEINFO@
148MKDIR_P = @MKDIR_P@
149NMEDIT = @NMEDIT@
150OBJEXT = @OBJEXT@
151OPT_APACHEMOD_USERGROUP_DEF = @OPT_APACHEMOD_USERGROUP_DEF@
152PACKAGE = @PACKAGE@
153PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
154PACKAGE_NAME = @PACKAGE_NAME@
155PACKAGE_STRING = @PACKAGE_STRING@
156PACKAGE_TARNAME = @PACKAGE_TARNAME@
157PACKAGE_VERSION = @PACKAGE_VERSION@
158PATH_SEPARATOR = @PATH_SEPARATOR@
159RANLIB = @RANLIB@
160SED = @SED@
161SET_MAKE = @SET_MAKE@
162SHELL = @SHELL@
163STRIP = @STRIP@
164VERSION = @VERSION@
165abs_builddir = @abs_builddir@
166abs_srcdir = @abs_srcdir@
167abs_top_builddir = @abs_top_builddir@
168abs_top_srcdir = @abs_top_srcdir@
169ac_ct_CC = @ac_ct_CC@
170ac_ct_CXX = @ac_ct_CXX@
171ac_ct_F77 = @ac_ct_F77@
172am__include = @am__include@
173am__leading_dot = @am__leading_dot@
174am__quote = @am__quote@
175am__tar = @am__tar@
176am__untar = @am__untar@
177bindir = @bindir@
178build = @build@
179build_alias = @build_alias@
180build_cpu = @build_cpu@
181build_os = @build_os@
182build_vendor = @build_vendor@
183builddir = @builddir@
184datadir = @datadir@
185datarootdir = @datarootdir@
186docdir = @docdir@
187dvidir = @dvidir@
188exec_prefix = @exec_prefix@
189host = @host@
190host_alias = @host_alias@
191host_cpu = @host_cpu@
192host_os = @host_os@
193host_vendor = @host_vendor@
194htmldir = @htmldir@
195includedir = @includedir@
196infodir = @infodir@
197install_sh = @install_sh@
198libdir = @libdir@
199libexecdir = @libexecdir@
200localedir = @localedir@
201localstatedir = @localstatedir@
202mandir = @mandir@
203mkdir_p = @mkdir_p@
204oldincludedir = @oldincludedir@
205pdfdir = @pdfdir@
206prefix = @prefix@
207program_transform_name = @program_transform_name@
208psdir = @psdir@
209sbindir = @sbindir@
210sharedstatedir = @sharedstatedir@
211srcdir = @srcdir@
212sysconfdir = @sysconfdir@
213target_alias = @target_alias@
214top_builddir = @top_builddir@
215top_srcdir = @top_srcdir@
216AM_CXXFLAGS = -DOPT_CONFIGFILE=\"${sysconfdir}/suphp.conf\"
217@COND_AP13_TRUE@MAYBE_AP = apache
218@COND_AP20_TRUE@MAYBE_AP = apache2
219SUBDIRS = $(MAYBE_AP)
220DIST_SUBDIRS = apache apache2
221suphp_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
222all: 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
240Makefile: $(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
257config.h: stamp-h1
258 @if test ! -f $@; then \
259 rm -f stamp-h1; \
260 $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
261 else :; fi
262
263stamp-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
271distclean-hdr:
272 -rm -f config.h stamp-h1
273install-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
287uninstall-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
295clean-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
301suphp$(EXEEXT): $(suphp_OBJECTS) $(suphp_DEPENDENCIES)
302 @rm -f suphp$(EXEEXT)
303 $(CXXLINK) $(suphp_OBJECTS) $(suphp_LDADD) $(LIBS)
304
305mostlyclean-compile:
306 -rm -f *.$(OBJEXT)
307
308distclean-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
359mostlyclean-libtool:
360 -rm -f *.lo
361
362clean-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"
426tags-recursive:
427 list='$(SUBDIRS)'; for subdir in $$list; do \
428 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
429 done
430ctags-recursive:
431 list='$(SUBDIRS)'; for subdir in $$list; do \
432 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
433 done
434
435ID: $(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
443tags: TAGS
444
445TAGS: 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
473ctags: CTAGS
474CTAGS: 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
487GTAGS:
488 here=`$(am__cd) $(top_builddir) && pwd` \
489 && cd $(top_srcdir) \
490 && gtags -i $(GTAGS_ARGS) $$here
491
492distclean-tags:
493 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
494
495distdir: $(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
538check-am: all-am
539check: check-recursive
540all-am: Makefile $(PROGRAMS) config.h
541installdirs: installdirs-recursive
542installdirs-am:
543 for dir in "$(DESTDIR)$(sbindir)"; do \
544 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
545 done
546install: install-recursive
547install-exec: install-exec-recursive
548install-data: install-data-recursive
549uninstall: uninstall-recursive
550
551install-am: all-am
552 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
553
554installcheck: installcheck-recursive
555install-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
560mostlyclean-generic:
561
562clean-generic:
563
564distclean-generic:
565 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
566
567maintainer-clean-generic:
568 @echo "This command is intended for maintainers to use"
569 @echo "it deletes files that may require special tools to rebuild."
570clean: clean-recursive
571
572clean-am: clean-generic clean-libtool clean-sbinPROGRAMS \
573 mostlyclean-am
574
575distclean: distclean-recursive
576 -rm -rf ./$(DEPDIR)
577 -rm -f Makefile
578distclean-am: clean-am distclean-compile distclean-generic \
579 distclean-hdr distclean-tags
580
581dvi: dvi-recursive
582
583dvi-am:
584
585html: html-recursive
586
587info: info-recursive
588
589info-am:
590
591install-data-am:
592
593install-dvi: install-dvi-recursive
594
595install-exec-am: install-sbinPROGRAMS
596 @$(NORMAL_INSTALL)
597 $(MAKE) $(AM_MAKEFLAGS) install-exec-hook
598
599install-html: install-html-recursive
600
601install-info: install-info-recursive
602
603install-man:
604
605install-pdf: install-pdf-recursive
606
607install-ps: install-ps-recursive
608
609installcheck-am:
610
611maintainer-clean: maintainer-clean-recursive
612 -rm -rf ./$(DEPDIR)
613 -rm -f Makefile
614maintainer-clean-am: distclean-am maintainer-clean-generic
615
616mostlyclean: mostlyclean-recursive
617
618mostlyclean-am: mostlyclean-compile mostlyclean-generic \
619 mostlyclean-libtool
620
621pdf: pdf-recursive
622
623pdf-am:
624
625ps: ps-recursive
626
627ps-am:
628
629uninstall-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
651install-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: