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