]> jfr.im git - irc/evilnet/x3.git/blame - Makefile.in
Fix for crash bug during burst where X3 sends a B (BURST) message with a channel...
[irc/evilnet/x3.git] / Makefile.in
CommitLineData
db946ede 1# Makefile.in generated by automake 1.11 from Makefile.am.
b8cb2a14 2# @configure_input@
0b565f3d 3
b8cb2a14 4# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
db946ede 5# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
6# 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 = \
db946ede 72 { test ! -d "$(distdir)" \
73 || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
74 && rm -fr "$(distdir)"; }; }
75am__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"
b8cb2a14 100DIST_ARCHIVES = $(distdir).tar.gz
101GZIP_ENV = --best
102distuninstallcheck_listfiles = find . -type f -print
103distcleancheck_listfiles = find . -type f -print
104ACLOCAL = @ACLOCAL@
105ALLOCA = @ALLOCA@
b8cb2a14 106AMTAR = @AMTAR@
107AUTOCONF = @AUTOCONF@
108AUTOHEADER = @AUTOHEADER@
109AUTOMAKE = @AUTOMAKE@
0b565f3d 110AWK = @AWK@
111CC = @CC@
b8cb2a14 112CCDEPMODE = @CCDEPMODE@
113CFLAGS = @CFLAGS@
07559983 114CP = @CP@
b8cb2a14 115CPP = @CPP@
116CPPFLAGS = @CPPFLAGS@
117CYGPATH_W = @CYGPATH_W@
118DEFS = @DEFS@
119DEPDIR = @DEPDIR@
120ECHO_C = @ECHO_C@
121ECHO_N = @ECHO_N@
122ECHO_T = @ECHO_T@
123EGREP = @EGREP@
124EXEEXT = @EXEEXT@
a8b2ad8d 125GREP = @GREP@
2f65da8f 126INSTALL = @INSTALL@
b8cb2a14 127INSTALL_DATA = @INSTALL_DATA@
128INSTALL_PROGRAM = @INSTALL_PROGRAM@
129INSTALL_SCRIPT = @INSTALL_SCRIPT@
130INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
131LDFLAGS = @LDFLAGS@
132LIBOBJS = @LIBOBJS@
133LIBS = @LIBS@
0b565f3d 134LN_S = @LN_S@
b8cb2a14 135LTLIBOBJS = @LTLIBOBJS@
0b565f3d 136MAINT = @MAINT@
0b565f3d 137MAKEINFO = @MAKEINFO@
5b1166fd 138MAKER = @MAKER@
2f65da8f 139MKDIR_P = @MKDIR_P@
0b565f3d 140MODULE_OBJS = @MODULE_OBJS@
141MY_SUBDIRS = @MY_SUBDIRS@
b8cb2a14 142OBJEXT = @OBJEXT@
0b565f3d 143PACKAGE = @PACKAGE@
b8cb2a14 144PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
145PACKAGE_NAME = @PACKAGE_NAME@
146PACKAGE_STRING = @PACKAGE_STRING@
147PACKAGE_TARNAME = @PACKAGE_TARNAME@
db946ede 148PACKAGE_URL = @PACKAGE_URL@
b8cb2a14 149PACKAGE_VERSION = @PACKAGE_VERSION@
150PATH_SEPARATOR = @PATH_SEPARATOR@
4cb36ef0 151PY_CFLAGS = @PY_CFLAGS@
152PY_LIBS = @PY_LIBS@
0b565f3d 153RANLIB = @RANLIB@
154RX_INCLUDES = @RX_INCLUDES@
155RX_LIBS = @RX_LIBS@
b8cb2a14 156SET_MAKE = @SET_MAKE@
157SHELL = @SHELL@
158STRIP = @STRIP@
ec311f39 159TRACK = @TRACK@
0b565f3d 160VERSION = @VERSION@
2f65da8f 161abs_builddir = @abs_builddir@
162abs_srcdir = @abs_srcdir@
163abs_top_builddir = @abs_top_builddir@
164abs_top_srcdir = @abs_top_srcdir@
b8cb2a14 165ac_ct_CC = @ac_ct_CC@
b8cb2a14 166am__include = @am__include@
167am__leading_dot = @am__leading_dot@
168am__quote = @am__quote@
169am__tar = @am__tar@
170am__untar = @am__untar@
171bindir = @bindir@
172build = @build@
173build_alias = @build_alias@
174build_cpu = @build_cpu@
175build_os = @build_os@
176build_vendor = @build_vendor@
2f65da8f 177builddir = @builddir@
b8cb2a14 178datadir = @datadir@
a8b2ad8d 179datarootdir = @datarootdir@
180docdir = @docdir@
181dvidir = @dvidir@
b8cb2a14 182exec_prefix = @exec_prefix@
183host = @host@
184host_alias = @host_alias@
185host_cpu = @host_cpu@
186host_os = @host_os@
187host_vendor = @host_vendor@
a8b2ad8d 188htmldir = @htmldir@
b8cb2a14 189includedir = @includedir@
190infodir = @infodir@
191install_sh = @install_sh@
192libdir = @libdir@
193libexecdir = @libexecdir@
a8b2ad8d 194localedir = @localedir@
b8cb2a14 195localstatedir = @localstatedir@
196mandir = @mandir@
197mkdir_p = @mkdir_p@
198oldincludedir = @oldincludedir@
a8b2ad8d 199pdfdir = @pdfdir@
b8cb2a14 200prefix = @prefix@
201program_transform_name = @program_transform_name@
a8b2ad8d 202psdir = @psdir@
4cb36ef0 203pythonpath = @pythonpath@
b8cb2a14 204sbindir = @sbindir@
205sharedstatedir = @sharedstatedir@
2f65da8f 206srcdir = @srcdir@
b8cb2a14 207sysconfdir = @sysconfdir@
208target = @target@
209target_alias = @target_alias@
210target_cpu = @target_cpu@
211target_os = @target_os@
212target_vendor = @target_vendor@
db946ede 213top_build_prefix = @top_build_prefix@
2f65da8f 214top_builddir = @top_builddir@
215top_srcdir = @top_srcdir@
1136f709 216EXTRA_DIST = FAQ x3.conf.example sockcheck.conf.example autogen.sh
0b565f3d 217SUBDIRS = @MY_SUBDIRS@
218DIST_SUBDIRS = src rx
b8cb2a14 219all: all-recursive
0b565f3d 220
221.SUFFIXES:
b8cb2a14 222am--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*) \
db946ede 228 echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \
229 $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \
b8cb2a14 230 && exit 0; \
231 exit 1;; \
232 esac; \
233 done; \
db946ede 234 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
235 $(am__cd) $(top_srcdir) && \
236 $(AUTOMAKE) --gnu Makefile
b8cb2a14 237.PRECIOUS: Makefile
238Makefile: $(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)
b2cf3d66 249 $(SHELL) ./config.status --recheck
b8cb2a14 250
251$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
db946ede 252 $(am__cd) $(srcdir) && $(AUTOCONF)
b8cb2a14 253$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
db946ede 254 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
255$(am__aclocal_m4_deps):
0b565f3d 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.
b8cb2a14 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; \
0b565f3d 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; \
db946ede 281 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
b8cb2a14 282 || eval $$failcom; \
0b565f3d 283 done; \
284 if test "$$dot_seen" = "no"; then \
285 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
286 fi; test -z "$$fail"
287
2f65da8f 288$(RECURSIVE_CLEAN_TARGETS):
b8cb2a14 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; \
0b565f3d 296 dot_seen=no; \
b8cb2a14 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; \
0b565f3d 305 done; \
b8cb2a14 306 rev="$$rev ."; \
0b565f3d 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; \
db946ede 315 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
b8cb2a14 316 || eval $$failcom; \
0b565f3d 317 done && test -z "$$fail"
318tags-recursive:
319 list='$(SUBDIRS)'; for subdir in $$list; do \
db946ede 320 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
0b565f3d 321 done
b8cb2a14 322ctags-recursive:
323 list='$(SUBDIRS)'; for subdir in $$list; do \
db946ede 324 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
b8cb2a14 325 done
0b565f3d 326
b8cb2a14 327ID: $(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 | \
db946ede 332 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
cbfd323c 333 END { if (nonempty) { for (i in files) print i; }; }'`; \
b8cb2a14 334 mkid -fID $$unique
335tags: TAGS
b2cf3d66 336
b8cb2a14 337TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
338 $(TAGS_FILES) $(LISP)
db946ede 339 set x; \
0b565f3d 340 here=`pwd`; \
b8cb2a14 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; \
0b565f3d 348 list='$(SUBDIRS)'; for subdir in $$list; do \
b8cb2a14 349 if test "$$subdir" = .; then :; else \
350 test ! -f $$subdir/TAGS || \
db946ede 351 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
b8cb2a14 352 fi; \
0b565f3d 353 done; \
b8cb2a14 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 | \
cbfd323c 358 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
359 END { if (nonempty) { for (i in files) print i; }; }'`; \
db946ede 360 shift; \
361 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
b8cb2a14 362 test -n "$$unique" || unique=$$empty_fix; \
db946ede 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; \
b8cb2a14 370 fi
371ctags: CTAGS
372CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
373 $(TAGS_FILES) $(LISP)
b8cb2a14 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 | \
cbfd323c 378 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
379 END { if (nonempty) { for (i in files) print i; }; }'`; \
db946ede 380 test -z "$(CTAGS_ARGS)$$unique" \
b8cb2a14 381 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
db946ede 382 $$unique
0b565f3d 383
b8cb2a14 384GTAGS:
385 here=`$(am__cd) $(top_builddir) && pwd` \
db946ede 386 && $(am__cd) $(top_srcdir) \
387 && gtags -i $(GTAGS_ARGS) "$$here"
0b565f3d 388
389distclean-tags:
b8cb2a14 390 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
b2cf3d66 391
0b565f3d 392distdir: $(DISTFILES)
b8cb2a14 393 $(am__remove_distdir)
db946ede 394 test -d "$(distdir)" || mkdir "$(distdir)"
2f65da8f 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 \
b8cb2a14 407 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
0b565f3d 408 if test -d $$d/$$file; then \
2f65da8f 409 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
db946ede 410 if test -d "$(distdir)/$$file"; then \
411 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
412 fi; \
b8cb2a14 413 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
db946ede 414 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
415 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
b8cb2a14 416 fi; \
db946ede 417 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
0b565f3d 418 else \
db946ede 419 test -f "$(distdir)/$$file" \
420 || cp -p $$d/$$file "$(distdir)/$$file" \
b8cb2a14 421 || exit 1; \
0b565f3d 422 fi; \
423 done
db946ede 424 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
0b565f3d 425 if test "$$subdir" = .; then :; else \
b8cb2a14 426 test -d "$(distdir)/$$subdir" \
2f65da8f 427 || $(MKDIR_P) "$(distdir)/$$subdir" \
0b565f3d 428 || exit 1; \
db946ede 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 && \
b8cb2a14 442 $(MAKE) $(AM_MAKEFLAGS) \
db946ede 443 top_distdir="$$new_top_distdir" \
444 distdir="$$new_distdir" \
2f65da8f 445 am__remove_distdir=: \
446 am__skip_length_check=: \
db946ede 447 am__skip_mode_fix=: \
b8cb2a14 448 distdir) \
0b565f3d 449 || exit 1; \
450 fi; \
451 done
db946ede 452 -test -n "$(am__skip_mode_fix)" \
453 || find "$(distdir)" -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
b8cb2a14 454 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
455 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
2f65da8f 456 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
db946ede 457 || chmod -R a+r "$(distdir)"
b8cb2a14 458dist-gzip: distdir
459 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
460 $(am__remove_distdir)
461
462dist-bzip2: distdir
463 tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
464 $(am__remove_distdir)
465
cbfd323c 466dist-lzma: distdir
467 tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
468 $(am__remove_distdir)
469
db946ede 470dist-xz: distdir
471 tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
472 $(am__remove_distdir)
473
b8cb2a14 474dist-tarZ: distdir
475 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
476 $(am__remove_distdir)
477
478dist-shar: distdir
479 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
480 $(am__remove_distdir)
481
482dist-zip: distdir
483 -rm -f $(distdir).zip
484 zip -rq $(distdir).zip $(distdir)
485 $(am__remove_distdir)
486
487dist 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.
494distcheck: 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) ;;\
cbfd323c 500 *.tar.lzma*) \
501 unlzma -c $(distdir).tar.lzma | $(am__untar) ;;\
db946ede 502 *.tar.xz*) \
503 xz -dc $(distdir).tar.xz | $(am__untar) ;;\
b8cb2a14 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)
db946ede 515 test -d $(distdir)/_build || exit 0; \
b8cb2a14 516 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
517 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
db946ede 518 && am__cwd=`pwd` \
519 && $(am__cd) $(distdir)/_build \
b8cb2a14 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) \
db946ede 541 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
542 && cd "$$am__cwd" \
543 || exit 1
b8cb2a14 544 $(am__remove_distdir)
545 @(echo "$(distdir) archives ready for distribution: "; \
546 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
2f65da8f 547 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
b8cb2a14 548distuninstallcheck:
db946ede 549 @$(am__cd) '$(distuninstallcheck_dir)' \
b8cb2a14 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
557distcleancheck: 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
0b565f3d 566check-am: all-am
567check: check-recursive
b8cb2a14 568all-am: Makefile
569installdirs: installdirs-recursive
570installdirs-am:
571install: install-recursive
0b565f3d 572install-exec: install-exec-recursive
573install-data: install-data-recursive
b8cb2a14 574uninstall: uninstall-recursive
0b565f3d 575
576install-am: all-am
577 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
b2cf3d66 578
b8cb2a14 579installcheck: installcheck-recursive
580install-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
0b565f3d 585mostlyclean-generic:
586
587clean-generic:
588
589distclean-generic:
b8cb2a14 590 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
db946ede 591 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
0b565f3d 592
593maintainer-clean-generic:
b8cb2a14 594 @echo "This command is intended for maintainers to use"
595 @echo "it deletes files that may require special tools to rebuild."
596clean: clean-recursive
0b565f3d 597
0f6fe38c 598clean-am: clean-generic mostlyclean-am
0b565f3d 599
b8cb2a14 600distclean: distclean-recursive
601 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
602 -rm -f Makefile
0f6fe38c 603distclean-am: clean-am distclean-generic distclean-tags
0b565f3d 604
b8cb2a14 605dvi: dvi-recursive
0b565f3d 606
b8cb2a14 607dvi-am:
0b565f3d 608
b8cb2a14 609html: html-recursive
0b565f3d 610
db946ede 611html-am:
612
b8cb2a14 613info: info-recursive
614
615info-am:
616
617install-data-am:
618
2f65da8f 619install-dvi: install-dvi-recursive
620
db946ede 621install-dvi-am:
622
b8cb2a14 623install-exec-am: install-exec-local
624
2f65da8f 625install-html: install-html-recursive
626
db946ede 627install-html-am:
628
b8cb2a14 629install-info: install-info-recursive
630
db946ede 631install-info-am:
632
b8cb2a14 633install-man:
634
2f65da8f 635install-pdf: install-pdf-recursive
636
db946ede 637install-pdf-am:
638
2f65da8f 639install-ps: install-ps-recursive
640
db946ede 641install-ps-am:
642
b8cb2a14 643installcheck-am:
0b565f3d 644
b2cf3d66 645maintainer-clean: maintainer-clean-recursive
b8cb2a14 646 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
647 -rm -rf $(top_srcdir)/autom4te.cache
648 -rm -f Makefile
649maintainer-clean-am: distclean-am maintainer-clean-generic
b2cf3d66 650
b8cb2a14 651mostlyclean: mostlyclean-recursive
652
0f6fe38c 653mostlyclean-am: mostlyclean-generic
b8cb2a14 654
655pdf: pdf-recursive
656
657pdf-am:
658
659ps: ps-recursive
0b565f3d 660
b8cb2a14 661ps-am:
0b565f3d 662
2f65da8f 663uninstall-am:
0f6fe38c 664
db946ede 665.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
666 install-am install-strip tags-recursive
0f6fe38c 667
2f65da8f 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 \
db946ede 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 \
2f65da8f 680 maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
681 pdf-am ps ps-am tags tags-recursive uninstall uninstall-am
b8cb2a14 682
683
684all: x3
685
686x3: src/x3
687 cp ./src/x3 $(srcdir)/src/*.help .
0b565f3d 688
689install-exec-local:
690 $(INSTALL) -d -m 755 $(prefix)
b8cb2a14 691 $(INSTALL) -m 744 ./src/x3 $(prefix)
0b565f3d 692 $(INSTALL) -m 644 $(srcdir)/src/*.help $(prefix)
b8cb2a14 693 $(INSTALL) -m 600 $(srcdir)/x3.conf.example $(prefix)
0b565f3d 694 $(INSTALL) -m 644 $(srcdir)/sockcheck.conf.example $(prefix)
d68e1d8a 695 $(INSTALL) -m 644 $(srcdir)/src/modpython.py $(prefix)
07559983 696 ./install-r.sh $(srcdir)/src/plugins $(prefix)
0b565f3d 697 @echo
b8cb2a14 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.
0b565f3d 701 @echo
db946ede 702
0b565f3d 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: