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