]> jfr.im git - irc/evilnet/x3.git/blame - Makefile.in
Oops, compile error. dont know how this got past me
[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@
79AUTOCONF = @AUTOCONF@
80AUTOHEADER = @AUTOHEADER@
81AUTOMAKE = @AUTOMAKE@
0b565f3d
AS
82AWK = @AWK@
83CC = @CC@
b8cb2a14
AS
84CCDEPMODE = @CCDEPMODE@
85CFLAGS = @CFLAGS@
86CPP = @CPP@
87CPPFLAGS = @CPPFLAGS@
88CYGPATH_W = @CYGPATH_W@
89DEFS = @DEFS@
90DEPDIR = @DEPDIR@
91ECHO_C = @ECHO_C@
92ECHO_N = @ECHO_N@
93ECHO_T = @ECHO_T@
94EGREP = @EGREP@
95EXEEXT = @EXEEXT@
96INSTALL_DATA = @INSTALL_DATA@
97INSTALL_PROGRAM = @INSTALL_PROGRAM@
98INSTALL_SCRIPT = @INSTALL_SCRIPT@
99INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
100LDFLAGS = @LDFLAGS@
101LIBOBJS = @LIBOBJS@
102LIBS = @LIBS@
0b565f3d 103LN_S = @LN_S@
b8cb2a14 104LTLIBOBJS = @LTLIBOBJS@
0b565f3d 105MAINT = @MAINT@
b8cb2a14
AS
106MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
107MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
0b565f3d
AS
108MAKEINFO = @MAKEINFO@
109MODULE_OBJS = @MODULE_OBJS@
110MY_SUBDIRS = @MY_SUBDIRS@
b8cb2a14 111OBJEXT = @OBJEXT@
0b565f3d 112PACKAGE = @PACKAGE@
b8cb2a14
AS
113PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
114PACKAGE_NAME = @PACKAGE_NAME@
115PACKAGE_STRING = @PACKAGE_STRING@
116PACKAGE_TARNAME = @PACKAGE_TARNAME@
117PACKAGE_VERSION = @PACKAGE_VERSION@
118PATH_SEPARATOR = @PATH_SEPARATOR@
0b565f3d
AS
119RANLIB = @RANLIB@
120RX_INCLUDES = @RX_INCLUDES@
121RX_LIBS = @RX_LIBS@
b8cb2a14
AS
122SET_MAKE = @SET_MAKE@
123SHELL = @SHELL@
124STRIP = @STRIP@
0b565f3d 125VERSION = @VERSION@
b8cb2a14
AS
126ac_ct_CC = @ac_ct_CC@
127ac_ct_RANLIB = @ac_ct_RANLIB@
128ac_ct_STRIP = @ac_ct_STRIP@
129am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
130am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
131am__include = @am__include@
132am__leading_dot = @am__leading_dot@
133am__quote = @am__quote@
134am__tar = @am__tar@
135am__untar = @am__untar@
136bindir = @bindir@
137build = @build@
138build_alias = @build_alias@
139build_cpu = @build_cpu@
140build_os = @build_os@
141build_vendor = @build_vendor@
142datadir = @datadir@
143exec_prefix = @exec_prefix@
144host = @host@
145host_alias = @host_alias@
146host_cpu = @host_cpu@
147host_os = @host_os@
148host_vendor = @host_vendor@
149includedir = @includedir@
150infodir = @infodir@
151install_sh = @install_sh@
152libdir = @libdir@
153libexecdir = @libexecdir@
154localstatedir = @localstatedir@
155mandir = @mandir@
156mkdir_p = @mkdir_p@
157oldincludedir = @oldincludedir@
158prefix = @prefix@
159program_transform_name = @program_transform_name@
160sbindir = @sbindir@
161sharedstatedir = @sharedstatedir@
162sysconfdir = @sysconfdir@
163target = @target@
164target_alias = @target_alias@
165target_cpu = @target_cpu@
166target_os = @target_os@
167target_vendor = @target_vendor@
168EXTRA_DIST = FAQ x3.conf.example sockcheck.conf.example
0b565f3d
AS
169SUBDIRS = @MY_SUBDIRS@
170DIST_SUBDIRS = src rx
b8cb2a14 171all: all-recursive
0b565f3d
AS
172
173.SUFFIXES:
b8cb2a14
AS
174am--refresh:
175 @:
176$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
177 @for dep in $?; do \
178 case '$(am__configure_deps)' in \
179 *$$dep*) \
180 echo ' cd $(srcdir) && $(AUTOMAKE) --gnu '; \
181 cd $(srcdir) && $(AUTOMAKE) --gnu \
182 && exit 0; \
183 exit 1;; \
184 esac; \
185 done; \
186 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
187 cd $(top_srcdir) && \
188 $(AUTOMAKE) --gnu Makefile
189.PRECIOUS: Makefile
190Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
191 @case '$?' in \
192 *config.status*) \
193 echo ' $(SHELL) ./config.status'; \
194 $(SHELL) ./config.status;; \
195 *) \
196 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
197 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
198 esac;
199
200$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
b2cf3d66 201 $(SHELL) ./config.status --recheck
b8cb2a14
AS
202
203$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
0b565f3d 204 cd $(srcdir) && $(AUTOCONF)
b8cb2a14
AS
205$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
206 cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
207uninstall-info-am:
0b565f3d
AS
208
209# This directory's subdirectories are mostly independent; you can cd
210# into them and run `make' without going through this Makefile.
211# To change the values of `make' variables: instead of editing Makefiles,
212# (1) if the variable is set in `config.status', edit `config.status'
213# (which will cause the Makefiles to be regenerated when you run `make');
214# (2) otherwise, pass the desired values on the `make' command line.
b8cb2a14
AS
215$(RECURSIVE_TARGETS):
216 @failcom='exit 1'; \
217 for f in x $$MAKEFLAGS; do \
218 case $$f in \
219 *=* | --[!k]*);; \
220 *k*) failcom='fail=yes';; \
221 esac; \
222 done; \
0b565f3d
AS
223 dot_seen=no; \
224 target=`echo $@ | sed s/-recursive//`; \
225 list='$(SUBDIRS)'; for subdir in $$list; do \
226 echo "Making $$target in $$subdir"; \
227 if test "$$subdir" = "."; then \
228 dot_seen=yes; \
229 local_target="$$target-am"; \
230 else \
231 local_target="$$target"; \
232 fi; \
233 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
b8cb2a14 234 || eval $$failcom; \
0b565f3d
AS
235 done; \
236 if test "$$dot_seen" = "no"; then \
237 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
238 fi; test -z "$$fail"
239
240mostlyclean-recursive clean-recursive distclean-recursive \
241maintainer-clean-recursive:
b8cb2a14
AS
242 @failcom='exit 1'; \
243 for f in x $$MAKEFLAGS; do \
244 case $$f in \
245 *=* | --[!k]*);; \
246 *k*) failcom='fail=yes';; \
247 esac; \
248 done; \
0b565f3d 249 dot_seen=no; \
b8cb2a14
AS
250 case "$@" in \
251 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
252 *) list='$(SUBDIRS)' ;; \
253 esac; \
254 rev=''; for subdir in $$list; do \
255 if test "$$subdir" = "."; then :; else \
256 rev="$$subdir $$rev"; \
257 fi; \
0b565f3d 258 done; \
b8cb2a14 259 rev="$$rev ."; \
0b565f3d
AS
260 target=`echo $@ | sed s/-recursive//`; \
261 for subdir in $$rev; do \
262 echo "Making $$target in $$subdir"; \
263 if test "$$subdir" = "."; then \
264 local_target="$$target-am"; \
265 else \
266 local_target="$$target"; \
267 fi; \
268 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
b8cb2a14 269 || eval $$failcom; \
0b565f3d
AS
270 done && test -z "$$fail"
271tags-recursive:
272 list='$(SUBDIRS)'; for subdir in $$list; do \
273 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
274 done
b8cb2a14
AS
275ctags-recursive:
276 list='$(SUBDIRS)'; for subdir in $$list; do \
277 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
278 done
0b565f3d 279
b8cb2a14
AS
280ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
281 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
282 unique=`for i in $$list; do \
283 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
284 done | \
285 $(AWK) ' { files[$$0] = 1; } \
b2cf3d66 286 END { for (i in files) print i; }'`; \
b8cb2a14
AS
287 mkid -fID $$unique
288tags: TAGS
b2cf3d66 289
b8cb2a14
AS
290TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
291 $(TAGS_FILES) $(LISP)
0b565f3d
AS
292 tags=; \
293 here=`pwd`; \
b8cb2a14
AS
294 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
295 include_option=--etags-include; \
296 empty_fix=.; \
297 else \
298 include_option=--include; \
299 empty_fix=; \
300 fi; \
0b565f3d 301 list='$(SUBDIRS)'; for subdir in $$list; do \
b8cb2a14
AS
302 if test "$$subdir" = .; then :; else \
303 test ! -f $$subdir/TAGS || \
304 tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
305 fi; \
0b565f3d 306 done; \
b8cb2a14
AS
307 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
308 unique=`for i in $$list; do \
309 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
310 done | \
311 $(AWK) ' { files[$$0] = 1; } \
0b565f3d 312 END { for (i in files) print i; }'`; \
b8cb2a14
AS
313 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
314 test -n "$$unique" || unique=$$empty_fix; \
315 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
316 $$tags $$unique; \
317 fi
318ctags: CTAGS
319CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
320 $(TAGS_FILES) $(LISP)
321 tags=; \
322 here=`pwd`; \
323 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
324 unique=`for i in $$list; do \
325 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
326 done | \
327 $(AWK) ' { files[$$0] = 1; } \
328 END { for (i in files) print i; }'`; \
329 test -z "$(CTAGS_ARGS)$$tags$$unique" \
330 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
331 $$tags $$unique
0b565f3d 332
b8cb2a14
AS
333GTAGS:
334 here=`$(am__cd) $(top_builddir) && pwd` \
335 && cd $(top_srcdir) \
336 && gtags -i $(GTAGS_ARGS) $$here
0b565f3d
AS
337
338distclean-tags:
b8cb2a14 339 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
b2cf3d66 340
0b565f3d 341distdir: $(DISTFILES)
b8cb2a14 342 $(am__remove_distdir)
0b565f3d 343 mkdir $(distdir)
b8cb2a14
AS
344 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
345 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
346 list='$(DISTFILES)'; for file in $$list; do \
347 case $$file in \
348 $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
349 $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
350 esac; \
351 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
352 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
353 if test "$$dir" != "$$file" && test "$$dir" != "."; then \
354 dir="/$$dir"; \
355 $(mkdir_p) "$(distdir)$$dir"; \
356 else \
357 dir=''; \
358 fi; \
0b565f3d 359 if test -d $$d/$$file; then \
b8cb2a14
AS
360 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
361 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
362 fi; \
363 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
0b565f3d
AS
364 else \
365 test -f $(distdir)/$$file \
b8cb2a14
AS
366 || cp -p $$d/$$file $(distdir)/$$file \
367 || exit 1; \
0b565f3d
AS
368 fi; \
369 done
b8cb2a14 370 list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
0b565f3d 371 if test "$$subdir" = .; then :; else \
b8cb2a14
AS
372 test -d "$(distdir)/$$subdir" \
373 || $(mkdir_p) "$(distdir)/$$subdir" \
0b565f3d 374 || exit 1; \
b8cb2a14
AS
375 distdir=`$(am__cd) $(distdir) && pwd`; \
376 top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
377 (cd $$subdir && \
378 $(MAKE) $(AM_MAKEFLAGS) \
379 top_distdir="$$top_distdir" \
380 distdir="$$distdir/$$subdir" \
381 distdir) \
0b565f3d
AS
382 || exit 1; \
383 fi; \
384 done
b8cb2a14
AS
385 -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
386 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
387 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
388 ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
389 || chmod -R a+r $(distdir)
390dist-gzip: distdir
391 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
392 $(am__remove_distdir)
393
394dist-bzip2: distdir
395 tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
396 $(am__remove_distdir)
397
398dist-tarZ: distdir
399 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
400 $(am__remove_distdir)
401
402dist-shar: distdir
403 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
404 $(am__remove_distdir)
405
406dist-zip: distdir
407 -rm -f $(distdir).zip
408 zip -rq $(distdir).zip $(distdir)
409 $(am__remove_distdir)
410
411dist dist-all: distdir
412 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
413 $(am__remove_distdir)
414
415# This target untars the dist file and tries a VPATH configuration. Then
416# it guarantees that the distribution is self-contained by making another
417# tarfile.
418distcheck: dist
419 case '$(DIST_ARCHIVES)' in \
420 *.tar.gz*) \
421 GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
422 *.tar.bz2*) \
423 bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
424 *.tar.Z*) \
425 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
426 *.shar.gz*) \
427 GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
428 *.zip*) \
429 unzip $(distdir).zip ;;\
430 esac
431 chmod -R a-w $(distdir); chmod a+w $(distdir)
432 mkdir $(distdir)/_build
433 mkdir $(distdir)/_inst
434 chmod a-w $(distdir)
435 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
436 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
437 && cd $(distdir)/_build \
438 && ../configure --srcdir=.. --prefix="$$dc_install_base" \
439 $(DISTCHECK_CONFIGURE_FLAGS) \
440 && $(MAKE) $(AM_MAKEFLAGS) \
441 && $(MAKE) $(AM_MAKEFLAGS) dvi \
442 && $(MAKE) $(AM_MAKEFLAGS) check \
443 && $(MAKE) $(AM_MAKEFLAGS) install \
444 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
445 && $(MAKE) $(AM_MAKEFLAGS) uninstall \
446 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
447 distuninstallcheck \
448 && chmod -R a-w "$$dc_install_base" \
449 && ({ \
450 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
451 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
452 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
453 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
454 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
455 } || { rm -rf "$$dc_destdir"; exit 1; }) \
456 && rm -rf "$$dc_destdir" \
457 && $(MAKE) $(AM_MAKEFLAGS) dist \
458 && rm -rf $(DIST_ARCHIVES) \
459 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
460 $(am__remove_distdir)
461 @(echo "$(distdir) archives ready for distribution: "; \
462 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
463 sed -e '1{h;s/./=/g;p;x;}' -e '$${p;x;}'
464distuninstallcheck:
465 @cd $(distuninstallcheck_dir) \
466 && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
467 || { echo "ERROR: files left after uninstall:" ; \
468 if test -n "$(DESTDIR)"; then \
469 echo " (check DESTDIR support)"; \
470 fi ; \
471 $(distuninstallcheck_listfiles) ; \
472 exit 1; } >&2
473distcleancheck: distclean
474 @if test '$(srcdir)' = . ; then \
475 echo "ERROR: distcleancheck can only run from a VPATH build" ; \
476 exit 1 ; \
477 fi
478 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
479 || { echo "ERROR: files left in build directory after distclean:" ; \
480 $(distcleancheck_listfiles) ; \
481 exit 1; } >&2
0b565f3d
AS
482check-am: all-am
483check: check-recursive
b8cb2a14
AS
484all-am: Makefile
485installdirs: installdirs-recursive
486installdirs-am:
487install: install-recursive
0b565f3d
AS
488install-exec: install-exec-recursive
489install-data: install-data-recursive
b8cb2a14 490uninstall: uninstall-recursive
0b565f3d
AS
491
492install-am: all-am
493 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
b2cf3d66 494
b8cb2a14
AS
495installcheck: installcheck-recursive
496install-strip:
497 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
498 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
499 `test -z '$(STRIP)' || \
500 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
0b565f3d
AS
501mostlyclean-generic:
502
503clean-generic:
504
505distclean-generic:
b8cb2a14 506 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
0b565f3d
AS
507
508maintainer-clean-generic:
b8cb2a14
AS
509 @echo "This command is intended for maintainers to use"
510 @echo "it deletes files that may require special tools to rebuild."
511clean: clean-recursive
0b565f3d 512
b8cb2a14 513clean-am: clean-generic mostlyclean-am
0b565f3d 514
b8cb2a14
AS
515distclean: distclean-recursive
516 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
517 -rm -f Makefile
518distclean-am: clean-am distclean-generic distclean-tags
0b565f3d 519
b8cb2a14 520dvi: dvi-recursive
0b565f3d 521
b8cb2a14 522dvi-am:
0b565f3d 523
b8cb2a14 524html: html-recursive
0b565f3d 525
b8cb2a14
AS
526info: info-recursive
527
528info-am:
529
530install-data-am:
531
532install-exec-am: install-exec-local
533
534install-info: install-info-recursive
535
536install-man:
537
538installcheck-am:
0b565f3d 539
b2cf3d66 540maintainer-clean: maintainer-clean-recursive
b8cb2a14
AS
541 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
542 -rm -rf $(top_srcdir)/autom4te.cache
543 -rm -f Makefile
544maintainer-clean-am: distclean-am maintainer-clean-generic
b2cf3d66 545
b8cb2a14
AS
546mostlyclean: mostlyclean-recursive
547
548mostlyclean-am: mostlyclean-generic
549
550pdf: pdf-recursive
551
552pdf-am:
553
554ps: ps-recursive
0b565f3d 555
b8cb2a14 556ps-am:
0b565f3d 557
b8cb2a14 558uninstall-am: uninstall-info-am
0b565f3d 559
b8cb2a14
AS
560uninstall-info: uninstall-info-recursive
561
562.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am am--refresh check \
563 check-am clean clean-generic clean-recursive ctags \
564 ctags-recursive dist dist-all dist-bzip2 dist-gzip dist-shar \
565 dist-tarZ dist-zip distcheck distclean distclean-generic \
566 distclean-recursive distclean-tags distcleancheck distdir \
567 distuninstallcheck dvi dvi-am html html-am info info-am \
568 install install-am install-data install-data-am install-exec \
569 install-exec-am install-exec-local install-info \
570 install-info-am install-man install-strip installcheck \
571 installcheck-am installdirs installdirs-am maintainer-clean \
572 maintainer-clean-generic maintainer-clean-recursive \
573 mostlyclean mostlyclean-generic mostlyclean-recursive pdf \
574 pdf-am ps ps-am tags tags-recursive uninstall uninstall-am \
575 uninstall-info-am
576
577
578all: x3
579
580x3: src/x3
581 cp ./src/x3 $(srcdir)/src/*.help .
0b565f3d
AS
582
583install-exec-local:
584 $(INSTALL) -d -m 755 $(prefix)
b8cb2a14 585 $(INSTALL) -m 744 ./src/x3 $(prefix)
0b565f3d 586 $(INSTALL) -m 644 $(srcdir)/src/*.help $(prefix)
b8cb2a14 587 $(INSTALL) -m 600 $(srcdir)/x3.conf.example $(prefix)
0b565f3d
AS
588 $(INSTALL) -m 644 $(srcdir)/sockcheck.conf.example $(prefix)
589 @echo
b8cb2a14
AS
590 @echo X3-$(VERSION) has been installed to $(prefix)
591 @echo Remember to edit x3.conf.example and sockcheck.conf.example
592 @echo And of course, ./x3 --help before starting.
0b565f3d
AS
593 @echo
594# Tell versions [3.59,3.63) of GNU make to not export all variables.
595# Otherwise a system limit (for SysV at least) may be exceeded.
596.NOEXPORT: