]> jfr.im git - irc/evilnet/x3.git/blob - Makefile.in
Rewrote PHP X3 DB parser function sample code as a class and faster code
[irc/evilnet/x3.git] / Makefile.in
1 # Makefile.in generated by automake 1.11 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, 2009 Free Software Foundation,
6 # Inc.
7 # This Makefile.in is free software; the Free Software Foundation
8 # gives unlimited permission to copy and/or distribute it,
9 # with or without modifications, as long as this notice is preserved.
10
11 # This program is distributed in the hope that it will be useful,
12 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14 # PARTICULAR PURPOSE.
15
16 @SET_MAKE@
17 VPATH = @srcdir@
18 pkgdatadir = $(datadir)/@PACKAGE@
19 pkgincludedir = $(includedir)/@PACKAGE@
20 pkglibdir = $(libdir)/@PACKAGE@
21 pkglibexecdir = $(libexecdir)/@PACKAGE@
22 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
23 install_sh_DATA = $(install_sh) -c -m 644
24 install_sh_PROGRAM = $(install_sh) -c
25 install_sh_SCRIPT = $(install_sh) -c
26 INSTALL_HEADER = $(INSTALL_DATA)
27 transform = $(program_transform_name)
28 NORMAL_INSTALL = :
29 PRE_INSTALL = :
30 POST_INSTALL = :
31 NORMAL_UNINSTALL = :
32 PRE_UNINSTALL = :
33 POST_UNINSTALL = :
34 build_triplet = @build@
35 host_triplet = @host@
36 target_triplet = @target@
37 subdir = .
38 DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
39 $(srcdir)/Makefile.in $(top_srcdir)/configure AUTHORS COPYING \
40 ChangeLog INSTALL NEWS compile config.guess config.sub depcomp \
41 install-sh ltmain.sh missing mkinstalldirs
42 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
43 am__aclocal_m4_deps = $(top_srcdir)/configure.in
44 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
45 $(ACLOCAL_M4)
46 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
47 configure.lineno config.status.lineno
48 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
49 CONFIG_HEADER = $(top_builddir)/src/config.h
50 CONFIG_CLEAN_FILES =
51 CONFIG_CLEAN_VPATH_FILES =
52 SOURCES =
53 DIST_SOURCES =
54 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
55 html-recursive info-recursive install-data-recursive \
56 install-dvi-recursive install-exec-recursive \
57 install-html-recursive install-info-recursive \
58 install-pdf-recursive install-ps-recursive install-recursive \
59 installcheck-recursive installdirs-recursive pdf-recursive \
60 ps-recursive uninstall-recursive
61 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
62 distclean-recursive maintainer-clean-recursive
63 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
64 $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
65 distdir dist dist-all distcheck
66 ETAGS = etags
67 CTAGS = ctags
68 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
69 distdir = $(PACKAGE)-$(VERSION)
70 top_distdir = $(distdir)
71 am__remove_distdir = \
72 { test ! -d "$(distdir)" \
73 || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
74 && rm -fr "$(distdir)"; }; }
75 am__relativize = \
76 dir0=`pwd`; \
77 sed_first='s,^\([^/]*\)/.*$$,\1,'; \
78 sed_rest='s,^[^/]*/*,,'; \
79 sed_last='s,^.*/\([^/]*\)$$,\1,'; \
80 sed_butlast='s,/*[^/]*$$,,'; \
81 while test -n "$$dir1"; do \
82 first=`echo "$$dir1" | sed -e "$$sed_first"`; \
83 if test "$$first" != "."; then \
84 if test "$$first" = ".."; then \
85 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
86 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
87 else \
88 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
89 if test "$$first2" = "$$first"; then \
90 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
91 else \
92 dir2="../$$dir2"; \
93 fi; \
94 dir0="$$dir0"/"$$first"; \
95 fi; \
96 fi; \
97 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
98 done; \
99 reldir="$$dir2"
100 DIST_ARCHIVES = $(distdir).tar.gz
101 GZIP_ENV = --best
102 distuninstallcheck_listfiles = find . -type f -print
103 distcleancheck_listfiles = find . -type f -print
104 ACLOCAL = @ACLOCAL@
105 ALLOCA = @ALLOCA@
106 AMTAR = @AMTAR@
107 AUTOCONF = @AUTOCONF@
108 AUTOHEADER = @AUTOHEADER@
109 AUTOMAKE = @AUTOMAKE@
110 AWK = @AWK@
111 CC = @CC@
112 CCDEPMODE = @CCDEPMODE@
113 CFLAGS = @CFLAGS@
114 CP = @CP@
115 CPP = @CPP@
116 CPPFLAGS = @CPPFLAGS@
117 CYGPATH_W = @CYGPATH_W@
118 DEFS = @DEFS@
119 DEPDIR = @DEPDIR@
120 ECHO_C = @ECHO_C@
121 ECHO_N = @ECHO_N@
122 ECHO_T = @ECHO_T@
123 EGREP = @EGREP@
124 EXEEXT = @EXEEXT@
125 GREP = @GREP@
126 INSTALL = @INSTALL@
127 INSTALL_DATA = @INSTALL_DATA@
128 INSTALL_PROGRAM = @INSTALL_PROGRAM@
129 INSTALL_SCRIPT = @INSTALL_SCRIPT@
130 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
131 LDFLAGS = @LDFLAGS@
132 LIBOBJS = @LIBOBJS@
133 LIBS = @LIBS@
134 LN_S = @LN_S@
135 LTLIBOBJS = @LTLIBOBJS@
136 MAINT = @MAINT@
137 MAKEINFO = @MAKEINFO@
138 MAKER = @MAKER@
139 MKDIR_P = @MKDIR_P@
140 MODULE_OBJS = @MODULE_OBJS@
141 MY_SUBDIRS = @MY_SUBDIRS@
142 OBJEXT = @OBJEXT@
143 PACKAGE = @PACKAGE@
144 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
145 PACKAGE_NAME = @PACKAGE_NAME@
146 PACKAGE_STRING = @PACKAGE_STRING@
147 PACKAGE_TARNAME = @PACKAGE_TARNAME@
148 PACKAGE_URL = @PACKAGE_URL@
149 PACKAGE_VERSION = @PACKAGE_VERSION@
150 PATH_SEPARATOR = @PATH_SEPARATOR@
151 PY_CFLAGS = @PY_CFLAGS@
152 PY_LIBS = @PY_LIBS@
153 RANLIB = @RANLIB@
154 RX_INCLUDES = @RX_INCLUDES@
155 RX_LIBS = @RX_LIBS@
156 SET_MAKE = @SET_MAKE@
157 SHELL = @SHELL@
158 STRIP = @STRIP@
159 TRACK = @TRACK@
160 VERSION = @VERSION@
161 abs_builddir = @abs_builddir@
162 abs_srcdir = @abs_srcdir@
163 abs_top_builddir = @abs_top_builddir@
164 abs_top_srcdir = @abs_top_srcdir@
165 ac_ct_CC = @ac_ct_CC@
166 am__include = @am__include@
167 am__leading_dot = @am__leading_dot@
168 am__quote = @am__quote@
169 am__tar = @am__tar@
170 am__untar = @am__untar@
171 bindir = @bindir@
172 build = @build@
173 build_alias = @build_alias@
174 build_cpu = @build_cpu@
175 build_os = @build_os@
176 build_vendor = @build_vendor@
177 builddir = @builddir@
178 datadir = @datadir@
179 datarootdir = @datarootdir@
180 docdir = @docdir@
181 dvidir = @dvidir@
182 exec_prefix = @exec_prefix@
183 host = @host@
184 host_alias = @host_alias@
185 host_cpu = @host_cpu@
186 host_os = @host_os@
187 host_vendor = @host_vendor@
188 htmldir = @htmldir@
189 includedir = @includedir@
190 infodir = @infodir@
191 install_sh = @install_sh@
192 libdir = @libdir@
193 libexecdir = @libexecdir@
194 localedir = @localedir@
195 localstatedir = @localstatedir@
196 mandir = @mandir@
197 mkdir_p = @mkdir_p@
198 oldincludedir = @oldincludedir@
199 pdfdir = @pdfdir@
200 prefix = @prefix@
201 program_transform_name = @program_transform_name@
202 psdir = @psdir@
203 pythonpath = @pythonpath@
204 sbindir = @sbindir@
205 sharedstatedir = @sharedstatedir@
206 srcdir = @srcdir@
207 sysconfdir = @sysconfdir@
208 target = @target@
209 target_alias = @target_alias@
210 target_cpu = @target_cpu@
211 target_os = @target_os@
212 target_vendor = @target_vendor@
213 top_build_prefix = @top_build_prefix@
214 top_builddir = @top_builddir@
215 top_srcdir = @top_srcdir@
216 EXTRA_DIST = FAQ x3.conf.example sockcheck.conf.example autogen.sh
217 SUBDIRS = @MY_SUBDIRS@
218 DIST_SUBDIRS = src rx
219 all: all-recursive
220
221 .SUFFIXES:
222 am--refresh:
223 @:
224 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
225 @for dep in $?; do \
226 case '$(am__configure_deps)' in \
227 *$$dep*) \
228 echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \
229 $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \
230 && exit 0; \
231 exit 1;; \
232 esac; \
233 done; \
234 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
235 $(am__cd) $(top_srcdir) && \
236 $(AUTOMAKE) --gnu Makefile
237 .PRECIOUS: Makefile
238 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
239 @case '$?' in \
240 *config.status*) \
241 echo ' $(SHELL) ./config.status'; \
242 $(SHELL) ./config.status;; \
243 *) \
244 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
245 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
246 esac;
247
248 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
249 $(SHELL) ./config.status --recheck
250
251 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
252 $(am__cd) $(srcdir) && $(AUTOCONF)
253 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
254 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
255 $(am__aclocal_m4_deps):
256
257 # This directory's subdirectories are mostly independent; you can cd
258 # into them and run `make' without going through this Makefile.
259 # To change the values of `make' variables: instead of editing Makefiles,
260 # (1) if the variable is set in `config.status', edit `config.status'
261 # (which will cause the Makefiles to be regenerated when you run `make');
262 # (2) otherwise, pass the desired values on the `make' command line.
263 $(RECURSIVE_TARGETS):
264 @failcom='exit 1'; \
265 for f in x $$MAKEFLAGS; do \
266 case $$f in \
267 *=* | --[!k]*);; \
268 *k*) failcom='fail=yes';; \
269 esac; \
270 done; \
271 dot_seen=no; \
272 target=`echo $@ | sed s/-recursive//`; \
273 list='$(SUBDIRS)'; for subdir in $$list; do \
274 echo "Making $$target in $$subdir"; \
275 if test "$$subdir" = "."; then \
276 dot_seen=yes; \
277 local_target="$$target-am"; \
278 else \
279 local_target="$$target"; \
280 fi; \
281 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
282 || eval $$failcom; \
283 done; \
284 if test "$$dot_seen" = "no"; then \
285 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
286 fi; test -z "$$fail"
287
288 $(RECURSIVE_CLEAN_TARGETS):
289 @failcom='exit 1'; \
290 for f in x $$MAKEFLAGS; do \
291 case $$f in \
292 *=* | --[!k]*);; \
293 *k*) failcom='fail=yes';; \
294 esac; \
295 done; \
296 dot_seen=no; \
297 case "$@" in \
298 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
299 *) list='$(SUBDIRS)' ;; \
300 esac; \
301 rev=''; for subdir in $$list; do \
302 if test "$$subdir" = "."; then :; else \
303 rev="$$subdir $$rev"; \
304 fi; \
305 done; \
306 rev="$$rev ."; \
307 target=`echo $@ | sed s/-recursive//`; \
308 for subdir in $$rev; do \
309 echo "Making $$target in $$subdir"; \
310 if test "$$subdir" = "."; then \
311 local_target="$$target-am"; \
312 else \
313 local_target="$$target"; \
314 fi; \
315 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
316 || eval $$failcom; \
317 done && test -z "$$fail"
318 tags-recursive:
319 list='$(SUBDIRS)'; for subdir in $$list; do \
320 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
321 done
322 ctags-recursive:
323 list='$(SUBDIRS)'; for subdir in $$list; do \
324 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
325 done
326
327 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
328 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
329 unique=`for i in $$list; do \
330 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
331 done | \
332 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
333 END { if (nonempty) { for (i in files) print i; }; }'`; \
334 mkid -fID $$unique
335 tags: TAGS
336
337 TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
338 $(TAGS_FILES) $(LISP)
339 set x; \
340 here=`pwd`; \
341 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
342 include_option=--etags-include; \
343 empty_fix=.; \
344 else \
345 include_option=--include; \
346 empty_fix=; \
347 fi; \
348 list='$(SUBDIRS)'; for subdir in $$list; do \
349 if test "$$subdir" = .; then :; else \
350 test ! -f $$subdir/TAGS || \
351 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
352 fi; \
353 done; \
354 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
355 unique=`for i in $$list; do \
356 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
357 done | \
358 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
359 END { if (nonempty) { for (i in files) print i; }; }'`; \
360 shift; \
361 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
362 test -n "$$unique" || unique=$$empty_fix; \
363 if test $$# -gt 0; then \
364 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
365 "$$@" $$unique; \
366 else \
367 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
368 $$unique; \
369 fi; \
370 fi
371 ctags: CTAGS
372 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
373 $(TAGS_FILES) $(LISP)
374 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
375 unique=`for i in $$list; do \
376 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
377 done | \
378 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
379 END { if (nonempty) { for (i in files) print i; }; }'`; \
380 test -z "$(CTAGS_ARGS)$$unique" \
381 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
382 $$unique
383
384 GTAGS:
385 here=`$(am__cd) $(top_builddir) && pwd` \
386 && $(am__cd) $(top_srcdir) \
387 && gtags -i $(GTAGS_ARGS) "$$here"
388
389 distclean-tags:
390 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
391
392 distdir: $(DISTFILES)
393 $(am__remove_distdir)
394 test -d "$(distdir)" || mkdir "$(distdir)"
395 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
396 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
397 list='$(DISTFILES)'; \
398 dist_files=`for file in $$list; do echo $$file; done | \
399 sed -e "s|^$$srcdirstrip/||;t" \
400 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
401 case $$dist_files in \
402 */*) $(MKDIR_P) `echo "$$dist_files" | \
403 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
404 sort -u` ;; \
405 esac; \
406 for file in $$dist_files; do \
407 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
408 if test -d $$d/$$file; then \
409 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
410 if test -d "$(distdir)/$$file"; then \
411 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
412 fi; \
413 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
414 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
415 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
416 fi; \
417 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
418 else \
419 test -f "$(distdir)/$$file" \
420 || cp -p $$d/$$file "$(distdir)/$$file" \
421 || exit 1; \
422 fi; \
423 done
424 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
425 if test "$$subdir" = .; then :; else \
426 test -d "$(distdir)/$$subdir" \
427 || $(MKDIR_P) "$(distdir)/$$subdir" \
428 || exit 1; \
429 fi; \
430 done
431 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
432 if test "$$subdir" = .; then :; else \
433 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
434 $(am__relativize); \
435 new_distdir=$$reldir; \
436 dir1=$$subdir; dir2="$(top_distdir)"; \
437 $(am__relativize); \
438 new_top_distdir=$$reldir; \
439 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
440 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
441 ($(am__cd) $$subdir && \
442 $(MAKE) $(AM_MAKEFLAGS) \
443 top_distdir="$$new_top_distdir" \
444 distdir="$$new_distdir" \
445 am__remove_distdir=: \
446 am__skip_length_check=: \
447 am__skip_mode_fix=: \
448 distdir) \
449 || exit 1; \
450 fi; \
451 done
452 -test -n "$(am__skip_mode_fix)" \
453 || find "$(distdir)" -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
454 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
455 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
456 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
457 || chmod -R a+r "$(distdir)"
458 dist-gzip: distdir
459 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
460 $(am__remove_distdir)
461
462 dist-bzip2: distdir
463 tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
464 $(am__remove_distdir)
465
466 dist-lzma: distdir
467 tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
468 $(am__remove_distdir)
469
470 dist-xz: distdir
471 tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
472 $(am__remove_distdir)
473
474 dist-tarZ: distdir
475 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
476 $(am__remove_distdir)
477
478 dist-shar: distdir
479 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
480 $(am__remove_distdir)
481
482 dist-zip: distdir
483 -rm -f $(distdir).zip
484 zip -rq $(distdir).zip $(distdir)
485 $(am__remove_distdir)
486
487 dist dist-all: distdir
488 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
489 $(am__remove_distdir)
490
491 # This target untars the dist file and tries a VPATH configuration. Then
492 # it guarantees that the distribution is self-contained by making another
493 # tarfile.
494 distcheck: dist
495 case '$(DIST_ARCHIVES)' in \
496 *.tar.gz*) \
497 GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
498 *.tar.bz2*) \
499 bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
500 *.tar.lzma*) \
501 unlzma -c $(distdir).tar.lzma | $(am__untar) ;;\
502 *.tar.xz*) \
503 xz -dc $(distdir).tar.xz | $(am__untar) ;;\
504 *.tar.Z*) \
505 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
506 *.shar.gz*) \
507 GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
508 *.zip*) \
509 unzip $(distdir).zip ;;\
510 esac
511 chmod -R a-w $(distdir); chmod a+w $(distdir)
512 mkdir $(distdir)/_build
513 mkdir $(distdir)/_inst
514 chmod a-w $(distdir)
515 test -d $(distdir)/_build || exit 0; \
516 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
517 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
518 && am__cwd=`pwd` \
519 && $(am__cd) $(distdir)/_build \
520 && ../configure --srcdir=.. --prefix="$$dc_install_base" \
521 $(DISTCHECK_CONFIGURE_FLAGS) \
522 && $(MAKE) $(AM_MAKEFLAGS) \
523 && $(MAKE) $(AM_MAKEFLAGS) dvi \
524 && $(MAKE) $(AM_MAKEFLAGS) check \
525 && $(MAKE) $(AM_MAKEFLAGS) install \
526 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
527 && $(MAKE) $(AM_MAKEFLAGS) uninstall \
528 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
529 distuninstallcheck \
530 && chmod -R a-w "$$dc_install_base" \
531 && ({ \
532 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
533 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
534 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
535 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
536 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
537 } || { rm -rf "$$dc_destdir"; exit 1; }) \
538 && rm -rf "$$dc_destdir" \
539 && $(MAKE) $(AM_MAKEFLAGS) dist \
540 && rm -rf $(DIST_ARCHIVES) \
541 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
542 && cd "$$am__cwd" \
543 || exit 1
544 $(am__remove_distdir)
545 @(echo "$(distdir) archives ready for distribution: "; \
546 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
547 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
548 distuninstallcheck:
549 @$(am__cd) '$(distuninstallcheck_dir)' \
550 && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
551 || { echo "ERROR: files left after uninstall:" ; \
552 if test -n "$(DESTDIR)"; then \
553 echo " (check DESTDIR support)"; \
554 fi ; \
555 $(distuninstallcheck_listfiles) ; \
556 exit 1; } >&2
557 distcleancheck: distclean
558 @if test '$(srcdir)' = . ; then \
559 echo "ERROR: distcleancheck can only run from a VPATH build" ; \
560 exit 1 ; \
561 fi
562 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
563 || { echo "ERROR: files left in build directory after distclean:" ; \
564 $(distcleancheck_listfiles) ; \
565 exit 1; } >&2
566 check-am: all-am
567 check: check-recursive
568 all-am: Makefile
569 installdirs: installdirs-recursive
570 installdirs-am:
571 install: install-recursive
572 install-exec: install-exec-recursive
573 install-data: install-data-recursive
574 uninstall: uninstall-recursive
575
576 install-am: all-am
577 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
578
579 installcheck: installcheck-recursive
580 install-strip:
581 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
582 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
583 `test -z '$(STRIP)' || \
584 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
585 mostlyclean-generic:
586
587 clean-generic:
588
589 distclean-generic:
590 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
591 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
592
593 maintainer-clean-generic:
594 @echo "This command is intended for maintainers to use"
595 @echo "it deletes files that may require special tools to rebuild."
596 clean: clean-recursive
597
598 clean-am: clean-generic mostlyclean-am
599
600 distclean: distclean-recursive
601 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
602 -rm -f Makefile
603 distclean-am: clean-am distclean-generic distclean-tags
604
605 dvi: dvi-recursive
606
607 dvi-am:
608
609 html: html-recursive
610
611 html-am:
612
613 info: info-recursive
614
615 info-am:
616
617 install-data-am:
618
619 install-dvi: install-dvi-recursive
620
621 install-dvi-am:
622
623 install-exec-am: install-exec-local
624
625 install-html: install-html-recursive
626
627 install-html-am:
628
629 install-info: install-info-recursive
630
631 install-info-am:
632
633 install-man:
634
635 install-pdf: install-pdf-recursive
636
637 install-pdf-am:
638
639 install-ps: install-ps-recursive
640
641 install-ps-am:
642
643 installcheck-am:
644
645 maintainer-clean: maintainer-clean-recursive
646 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
647 -rm -rf $(top_srcdir)/autom4te.cache
648 -rm -f Makefile
649 maintainer-clean-am: distclean-am maintainer-clean-generic
650
651 mostlyclean: mostlyclean-recursive
652
653 mostlyclean-am: mostlyclean-generic
654
655 pdf: pdf-recursive
656
657 pdf-am:
658
659 ps: ps-recursive
660
661 ps-am:
662
663 uninstall-am:
664
665 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
666 install-am install-strip tags-recursive
667
668 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
669 all all-am am--refresh check check-am clean clean-generic \
670 ctags ctags-recursive dist dist-all dist-bzip2 dist-gzip \
671 dist-lzma dist-shar dist-tarZ dist-xz dist-zip distcheck \
672 distclean distclean-generic distclean-tags distcleancheck \
673 distdir distuninstallcheck dvi dvi-am html html-am info \
674 info-am install install-am install-data install-data-am \
675 install-dvi install-dvi-am install-exec install-exec-am \
676 install-exec-local install-html install-html-am install-info \
677 install-info-am install-man install-pdf install-pdf-am \
678 install-ps install-ps-am install-strip installcheck \
679 installcheck-am installdirs installdirs-am maintainer-clean \
680 maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
681 pdf-am ps ps-am tags tags-recursive uninstall uninstall-am
682
683
684 all: x3
685
686 x3: src/x3
687 cp ./src/x3 $(srcdir)/src/*.help .
688
689 install-exec-local:
690 $(INSTALL) -d -m 755 $(prefix)
691 $(INSTALL) -m 744 ./src/x3 $(prefix)
692 $(INSTALL) -m 644 $(srcdir)/src/*.help $(prefix)
693 $(INSTALL) -m 600 $(srcdir)/x3.conf.example $(prefix)
694 $(INSTALL) -m 644 $(srcdir)/sockcheck.conf.example $(prefix)
695 $(INSTALL) -m 644 $(srcdir)/src/modpython.py $(prefix)
696 ./install-r.sh $(srcdir)/src/plugins $(prefix)
697 @echo
698 @echo X3-$(VERSION) has been installed to $(prefix)
699 @echo Remember to edit x3.conf.example and sockcheck.conf.example
700 @echo And of course, ./x3 --help before starting.
701 @echo
702
703 # Tell versions [3.59,3.63) of GNU make to not export all variables.
704 # Otherwise a system limit (for SysV at least) may be exceeded.
705 .NOEXPORT: