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