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