]> jfr.im git - irc/evilnet/x3.git/blame - Makefile.in
Fix for issue with SASL account names
[irc/evilnet/x3.git] / Makefile.in
CommitLineData
c6254516 1# Makefile.in generated by automake 1.11.3 from Makefile.am.
b8cb2a14 2# @configure_input@
0b565f3d 3
b8cb2a14 4# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
c6254516
R
5# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
6# Foundation, Inc.
0b565f3d 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
b8cb2a14 16@SET_MAKE@
0b565f3d 17VPATH = @srcdir@
18pkgdatadir = $(datadir)/@PACKAGE@
0b565f3d 19pkgincludedir = $(includedir)/@PACKAGE@
db946ede 20pkglibdir = $(libdir)/@PACKAGE@
21pkglibexecdir = $(libexecdir)/@PACKAGE@
b8cb2a14 22am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
b8cb2a14 23install_sh_DATA = $(install_sh) -c -m 644
24install_sh_PROGRAM = $(install_sh) -c
25install_sh_SCRIPT = $(install_sh) -c
26INSTALL_HEADER = $(INSTALL_DATA)
27transform = $(program_transform_name)
0b565f3d 28NORMAL_INSTALL = :
29PRE_INSTALL = :
30POST_INSTALL = :
31NORMAL_UNINSTALL = :
32PRE_UNINSTALL = :
33POST_UNINSTALL = :
b8cb2a14 34build_triplet = @build@
35host_triplet = @host@
36target_triplet = @target@
2f65da8f 37subdir = .
b8cb2a14 38DIST_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
b8cb2a14 42ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
43am__aclocal_m4_deps = $(top_srcdir)/configure.in
44am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
45 $(ACLOCAL_M4)
46am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
2f65da8f 47 configure.lineno config.status.lineno
b8cb2a14 48mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
49CONFIG_HEADER = $(top_builddir)/src/config.h
50CONFIG_CLEAN_FILES =
db946ede 51CONFIG_CLEAN_VPATH_FILES =
b8cb2a14 52SOURCES =
53DIST_SOURCES =
54RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
55 html-recursive info-recursive install-data-recursive \
2f65da8f 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
61RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
62 distclean-recursive maintainer-clean-recursive
db946ede 63AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
64 $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
65 distdir dist dist-all distcheck
b8cb2a14 66ETAGS = etags
67CTAGS = ctags
68DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
69distdir = $(PACKAGE)-$(VERSION)
70top_distdir = $(distdir)
71am__remove_distdir = \
c6254516
R
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
db946ede 77am__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"
b8cb2a14 102DIST_ARCHIVES = $(distdir).tar.gz
103GZIP_ENV = --best
104distuninstallcheck_listfiles = find . -type f -print
c6254516
R
105am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
106 | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
b8cb2a14 107distcleancheck_listfiles = find . -type f -print
108ACLOCAL = @ACLOCAL@
109ALLOCA = @ALLOCA@
b8cb2a14 110AMTAR = @AMTAR@
111AUTOCONF = @AUTOCONF@
112AUTOHEADER = @AUTOHEADER@
113AUTOMAKE = @AUTOMAKE@
0b565f3d 114AWK = @AWK@
115CC = @CC@
b8cb2a14 116CCDEPMODE = @CCDEPMODE@
117CFLAGS = @CFLAGS@
07559983 118CP = @CP@
b8cb2a14 119CPP = @CPP@
120CPPFLAGS = @CPPFLAGS@
121CYGPATH_W = @CYGPATH_W@
122DEFS = @DEFS@
123DEPDIR = @DEPDIR@
124ECHO_C = @ECHO_C@
125ECHO_N = @ECHO_N@
126ECHO_T = @ECHO_T@
127EGREP = @EGREP@
128EXEEXT = @EXEEXT@
a8b2ad8d 129GREP = @GREP@
2f65da8f 130INSTALL = @INSTALL@
b8cb2a14 131INSTALL_DATA = @INSTALL_DATA@
132INSTALL_PROGRAM = @INSTALL_PROGRAM@
133INSTALL_SCRIPT = @INSTALL_SCRIPT@
134INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
135LDFLAGS = @LDFLAGS@
136LIBOBJS = @LIBOBJS@
137LIBS = @LIBS@
0b565f3d 138LN_S = @LN_S@
b8cb2a14 139LTLIBOBJS = @LTLIBOBJS@
0b565f3d 140MAINT = @MAINT@
0b565f3d 141MAKEINFO = @MAKEINFO@
5b1166fd 142MAKER = @MAKER@
2f65da8f 143MKDIR_P = @MKDIR_P@
0b565f3d 144MODULE_OBJS = @MODULE_OBJS@
145MY_SUBDIRS = @MY_SUBDIRS@
b8cb2a14 146OBJEXT = @OBJEXT@
0b565f3d 147PACKAGE = @PACKAGE@
b8cb2a14 148PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
149PACKAGE_NAME = @PACKAGE_NAME@
150PACKAGE_STRING = @PACKAGE_STRING@
151PACKAGE_TARNAME = @PACKAGE_TARNAME@
db946ede 152PACKAGE_URL = @PACKAGE_URL@
b8cb2a14 153PACKAGE_VERSION = @PACKAGE_VERSION@
154PATH_SEPARATOR = @PATH_SEPARATOR@
4cb36ef0 155PY_CFLAGS = @PY_CFLAGS@
156PY_LIBS = @PY_LIBS@
0b565f3d 157RANLIB = @RANLIB@
158RX_INCLUDES = @RX_INCLUDES@
159RX_LIBS = @RX_LIBS@
b8cb2a14 160SET_MAKE = @SET_MAKE@
161SHELL = @SHELL@
162STRIP = @STRIP@
ec311f39 163TRACK = @TRACK@
0b565f3d 164VERSION = @VERSION@
2f65da8f 165abs_builddir = @abs_builddir@
166abs_srcdir = @abs_srcdir@
167abs_top_builddir = @abs_top_builddir@
168abs_top_srcdir = @abs_top_srcdir@
b8cb2a14 169ac_ct_CC = @ac_ct_CC@
b8cb2a14 170am__include = @am__include@
171am__leading_dot = @am__leading_dot@
172am__quote = @am__quote@
173am__tar = @am__tar@
174am__untar = @am__untar@
175bindir = @bindir@
176build = @build@
177build_alias = @build_alias@
178build_cpu = @build_cpu@
179build_os = @build_os@
180build_vendor = @build_vendor@
2f65da8f 181builddir = @builddir@
b8cb2a14 182datadir = @datadir@
a8b2ad8d 183datarootdir = @datarootdir@
184docdir = @docdir@
185dvidir = @dvidir@
b8cb2a14 186exec_prefix = @exec_prefix@
187host = @host@
188host_alias = @host_alias@
189host_cpu = @host_cpu@
190host_os = @host_os@
191host_vendor = @host_vendor@
a8b2ad8d 192htmldir = @htmldir@
b8cb2a14 193includedir = @includedir@
194infodir = @infodir@
195install_sh = @install_sh@
196libdir = @libdir@
197libexecdir = @libexecdir@
a8b2ad8d 198localedir = @localedir@
b8cb2a14 199localstatedir = @localstatedir@
200mandir = @mandir@
201mkdir_p = @mkdir_p@
202oldincludedir = @oldincludedir@
a8b2ad8d 203pdfdir = @pdfdir@
b8cb2a14 204prefix = @prefix@
205program_transform_name = @program_transform_name@
a8b2ad8d 206psdir = @psdir@
4cb36ef0 207pythonpath = @pythonpath@
b8cb2a14 208sbindir = @sbindir@
209sharedstatedir = @sharedstatedir@
2f65da8f 210srcdir = @srcdir@
b8cb2a14 211sysconfdir = @sysconfdir@
212target = @target@
213target_alias = @target_alias@
214target_cpu = @target_cpu@
215target_os = @target_os@
216target_vendor = @target_vendor@
db946ede 217top_build_prefix = @top_build_prefix@
2f65da8f 218top_builddir = @top_builddir@
219top_srcdir = @top_srcdir@
1136f709 220EXTRA_DIST = FAQ x3.conf.example sockcheck.conf.example autogen.sh
0b565f3d 221SUBDIRS = @MY_SUBDIRS@
222DIST_SUBDIRS = src rx
b8cb2a14 223all: all-recursive
0b565f3d 224
225.SUFFIXES:
c6254516 226am--refresh: Makefile
b8cb2a14 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*) \
db946ede 232 echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \
233 $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \
b8cb2a14 234 && exit 0; \
235 exit 1;; \
236 esac; \
237 done; \
db946ede 238 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
239 $(am__cd) $(top_srcdir) && \
240 $(AUTOMAKE) --gnu Makefile
b8cb2a14 241.PRECIOUS: Makefile
242Makefile: $(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)
b2cf3d66 253 $(SHELL) ./config.status --recheck
b8cb2a14 254
255$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
db946ede 256 $(am__cd) $(srcdir) && $(AUTOCONF)
b8cb2a14 257$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
db946ede 258 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
259$(am__aclocal_m4_deps):
0b565f3d 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.
b8cb2a14 267$(RECURSIVE_TARGETS):
c6254516 268 @fail= failcom='exit 1'; \
b8cb2a14 269 for f in x $$MAKEFLAGS; do \
270 case $$f in \
271 *=* | --[!k]*);; \
272 *k*) failcom='fail=yes';; \
273 esac; \
274 done; \
0b565f3d 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; \
db946ede 285 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
b8cb2a14 286 || eval $$failcom; \
0b565f3d 287 done; \
288 if test "$$dot_seen" = "no"; then \
289 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
290 fi; test -z "$$fail"
291
2f65da8f 292$(RECURSIVE_CLEAN_TARGETS):
c6254516 293 @fail= failcom='exit 1'; \
b8cb2a14 294 for f in x $$MAKEFLAGS; do \
295 case $$f in \
296 *=* | --[!k]*);; \
297 *k*) failcom='fail=yes';; \
298 esac; \
299 done; \
0b565f3d 300 dot_seen=no; \
b8cb2a14 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; \
0b565f3d 309 done; \
b8cb2a14 310 rev="$$rev ."; \
0b565f3d 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; \
db946ede 319 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
b8cb2a14 320 || eval $$failcom; \
0b565f3d 321 done && test -z "$$fail"
322tags-recursive:
323 list='$(SUBDIRS)'; for subdir in $$list; do \
db946ede 324 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
0b565f3d 325 done
b8cb2a14 326ctags-recursive:
327 list='$(SUBDIRS)'; for subdir in $$list; do \
db946ede 328 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
b8cb2a14 329 done
0b565f3d 330
b8cb2a14 331ID: $(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 | \
db946ede 336 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
cbfd323c 337 END { if (nonempty) { for (i in files) print i; }; }'`; \
b8cb2a14 338 mkid -fID $$unique
339tags: TAGS
b2cf3d66 340
b8cb2a14 341TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
342 $(TAGS_FILES) $(LISP)
db946ede 343 set x; \
0b565f3d 344 here=`pwd`; \
b8cb2a14 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; \
0b565f3d 352 list='$(SUBDIRS)'; for subdir in $$list; do \
b8cb2a14 353 if test "$$subdir" = .; then :; else \
354 test ! -f $$subdir/TAGS || \
db946ede 355 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
b8cb2a14 356 fi; \
0b565f3d 357 done; \
b8cb2a14 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 | \
cbfd323c 362 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
363 END { if (nonempty) { for (i in files) print i; }; }'`; \
db946ede 364 shift; \
365 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
b8cb2a14 366 test -n "$$unique" || unique=$$empty_fix; \
db946ede 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; \
b8cb2a14 374 fi
375ctags: CTAGS
376CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
377 $(TAGS_FILES) $(LISP)
b8cb2a14 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 | \
cbfd323c 382 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
383 END { if (nonempty) { for (i in files) print i; }; }'`; \
db946ede 384 test -z "$(CTAGS_ARGS)$$unique" \
b8cb2a14 385 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
db946ede 386 $$unique
0b565f3d 387
b8cb2a14 388GTAGS:
389 here=`$(am__cd) $(top_builddir) && pwd` \
db946ede 390 && $(am__cd) $(top_srcdir) \
391 && gtags -i $(GTAGS_ARGS) "$$here"
0b565f3d 392
393distclean-tags:
b8cb2a14 394 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
b2cf3d66 395
0b565f3d 396distdir: $(DISTFILES)
b8cb2a14 397 $(am__remove_distdir)
db946ede 398 test -d "$(distdir)" || mkdir "$(distdir)"
2f65da8f 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 \
b8cb2a14 411 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
0b565f3d 412 if test -d $$d/$$file; then \
2f65da8f 413 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
db946ede 414 if test -d "$(distdir)/$$file"; then \
415 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
416 fi; \
b8cb2a14 417 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
db946ede 418 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
419 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
b8cb2a14 420 fi; \
db946ede 421 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
0b565f3d 422 else \
db946ede 423 test -f "$(distdir)/$$file" \
424 || cp -p $$d/$$file "$(distdir)/$$file" \
b8cb2a14 425 || exit 1; \
0b565f3d 426 fi; \
427 done
db946ede 428 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
0b565f3d 429 if test "$$subdir" = .; then :; else \
b8cb2a14 430 test -d "$(distdir)/$$subdir" \
2f65da8f 431 || $(MKDIR_P) "$(distdir)/$$subdir" \
0b565f3d 432 || exit 1; \
db946ede 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 && \
b8cb2a14 446 $(MAKE) $(AM_MAKEFLAGS) \
db946ede 447 top_distdir="$$new_top_distdir" \
448 distdir="$$new_distdir" \
2f65da8f 449 am__remove_distdir=: \
450 am__skip_length_check=: \
db946ede 451 am__skip_mode_fix=: \
b8cb2a14 452 distdir) \
0b565f3d 453 || exit 1; \
454 fi; \
455 done
db946ede 456 -test -n "$(am__skip_mode_fix)" \
c6254516
R
457 || find "$(distdir)" -type d ! -perm -755 \
458 -exec chmod u+rwx,go+rx {} \; -o \
b8cb2a14 459 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
460 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
2f65da8f 461 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
db946ede 462 || chmod -R a+r "$(distdir)"
b8cb2a14 463dist-gzip: distdir
464 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
465 $(am__remove_distdir)
466
467dist-bzip2: distdir
c6254516
R
468 tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
469 $(am__remove_distdir)
470
471dist-lzip: distdir
472 tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
b8cb2a14 473 $(am__remove_distdir)
474
cbfd323c 475dist-lzma: distdir
476 tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
477 $(am__remove_distdir)
478
db946ede 479dist-xz: distdir
c6254516 480 tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
db946ede 481 $(am__remove_distdir)
482
b8cb2a14 483dist-tarZ: distdir
484 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
485 $(am__remove_distdir)
486
487dist-shar: distdir
488 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
489 $(am__remove_distdir)
490
491dist-zip: distdir
492 -rm -f $(distdir).zip
493 zip -rq $(distdir).zip $(distdir)
494 $(am__remove_distdir)
495
496dist 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.
503distcheck: dist
504 case '$(DIST_ARCHIVES)' in \
505 *.tar.gz*) \
c6254516 506 GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
b8cb2a14 507 *.tar.bz2*) \
c6254516 508 bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
cbfd323c 509 *.tar.lzma*) \
c6254516
R
510 lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
511 *.tar.lz*) \
512 lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
db946ede 513 *.tar.xz*) \
514 xz -dc $(distdir).tar.xz | $(am__untar) ;;\
b8cb2a14 515 *.tar.Z*) \
516 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
517 *.shar.gz*) \
c6254516 518 GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
b8cb2a14 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)
db946ede 526 test -d $(distdir)/_build || exit 0; \
b8cb2a14 527 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
528 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
db946ede 529 && am__cwd=`pwd` \
530 && $(am__cd) $(distdir)/_build \
b8cb2a14 531 && ../configure --srcdir=.. --prefix="$$dc_install_base" \
c6254516 532 $(AM_DISTCHECK_CONFIGURE_FLAGS) \
b8cb2a14 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) \
db946ede 553 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
554 && cd "$$am__cwd" \
555 || exit 1
b8cb2a14 556 $(am__remove_distdir)
557 @(echo "$(distdir) archives ready for distribution: "; \
558 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
2f65da8f 559 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
b8cb2a14 560distuninstallcheck:
c6254516
R
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 \
b8cb2a14 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
577distcleancheck: 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
0b565f3d 586check-am: all-am
587check: check-recursive
b8cb2a14 588all-am: Makefile
589installdirs: installdirs-recursive
590installdirs-am:
591install: install-recursive
0b565f3d 592install-exec: install-exec-recursive
593install-data: install-data-recursive
b8cb2a14 594uninstall: uninstall-recursive
0b565f3d 595
596install-am: all-am
597 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
b2cf3d66 598
b8cb2a14 599installcheck: installcheck-recursive
600install-strip:
c6254516
R
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
0b565f3d 610mostlyclean-generic:
611
612clean-generic:
613
614distclean-generic:
b8cb2a14 615 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
db946ede 616 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
0b565f3d 617
618maintainer-clean-generic:
b8cb2a14 619 @echo "This command is intended for maintainers to use"
620 @echo "it deletes files that may require special tools to rebuild."
621clean: clean-recursive
0b565f3d 622
0f6fe38c 623clean-am: clean-generic mostlyclean-am
0b565f3d 624
b8cb2a14 625distclean: distclean-recursive
626 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
627 -rm -f Makefile
0f6fe38c 628distclean-am: clean-am distclean-generic distclean-tags
0b565f3d 629
b8cb2a14 630dvi: dvi-recursive
0b565f3d 631
b8cb2a14 632dvi-am:
0b565f3d 633
b8cb2a14 634html: html-recursive
0b565f3d 635
db946ede 636html-am:
637
b8cb2a14 638info: info-recursive
639
640info-am:
641
642install-data-am:
643
2f65da8f 644install-dvi: install-dvi-recursive
645
db946ede 646install-dvi-am:
647
b8cb2a14 648install-exec-am: install-exec-local
649
2f65da8f 650install-html: install-html-recursive
651
db946ede 652install-html-am:
653
b8cb2a14 654install-info: install-info-recursive
655
db946ede 656install-info-am:
657
b8cb2a14 658install-man:
659
2f65da8f 660install-pdf: install-pdf-recursive
661
db946ede 662install-pdf-am:
663
2f65da8f 664install-ps: install-ps-recursive
665
db946ede 666install-ps-am:
667
b8cb2a14 668installcheck-am:
0b565f3d 669
b2cf3d66 670maintainer-clean: maintainer-clean-recursive
b8cb2a14 671 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
672 -rm -rf $(top_srcdir)/autom4te.cache
673 -rm -f Makefile
674maintainer-clean-am: distclean-am maintainer-clean-generic
b2cf3d66 675
b8cb2a14 676mostlyclean: mostlyclean-recursive
677
0f6fe38c 678mostlyclean-am: mostlyclean-generic
b8cb2a14 679
680pdf: pdf-recursive
681
682pdf-am:
683
684ps: ps-recursive
0b565f3d 685
b8cb2a14 686ps-am:
0b565f3d 687
2f65da8f 688uninstall-am:
0f6fe38c 689
db946ede 690.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
691 install-am install-strip tags-recursive
0f6fe38c 692
2f65da8f 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 \
c6254516
R
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
b8cb2a14 708
709
710all: x3
711
712x3: src/x3
713 cp ./src/x3 $(srcdir)/src/*.help .
0b565f3d 714
715install-exec-local:
716 $(INSTALL) -d -m 755 $(prefix)
b8cb2a14 717 $(INSTALL) -m 744 ./src/x3 $(prefix)
0b565f3d 718 $(INSTALL) -m 644 $(srcdir)/src/*.help $(prefix)
b8cb2a14 719 $(INSTALL) -m 600 $(srcdir)/x3.conf.example $(prefix)
0b565f3d 720 $(INSTALL) -m 644 $(srcdir)/sockcheck.conf.example $(prefix)
d68e1d8a 721 $(INSTALL) -m 644 $(srcdir)/src/modpython.py $(prefix)
07559983 722 ./install-r.sh $(srcdir)/src/plugins $(prefix)
0b565f3d 723 @echo
b8cb2a14 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.
0b565f3d 727 @echo
db946ede 728
0b565f3d 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: