]> jfr.im git - irc/evilnet/x3.git/blame - Makefile.in
added odelcookie
[irc/evilnet/x3.git] / Makefile.in
CommitLineData
b2cf3d66 1# Makefile.in generated automatically by automake 1.4-p4 from Makefile.am
0b565f3d 2
b2cf3d66 3# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
0b565f3d 4# This Makefile.in is free software; the Free Software Foundation
5# gives unlimited permission to copy and/or distribute it,
6# with or without modifications, as long as this notice is preserved.
7
8# This program is distributed in the hope that it will be useful,
9# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
10# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
11# PARTICULAR PURPOSE.
12
b2cf3d66 13
14SHELL = @SHELL@
15
0b565f3d 16srcdir = @srcdir@
17top_srcdir = @top_srcdir@
18VPATH = @srcdir@
b2cf3d66 19prefix = @prefix@
20exec_prefix = @exec_prefix@
21
22bindir = @bindir@
23sbindir = @sbindir@
24libexecdir = @libexecdir@
25datadir = @datadir@
26sysconfdir = @sysconfdir@
27sharedstatedir = @sharedstatedir@
28localstatedir = @localstatedir@
29libdir = @libdir@
30infodir = @infodir@
31mandir = @mandir@
32includedir = @includedir@
33oldincludedir = /usr/include
34
35DESTDIR =
36
0b565f3d 37pkgdatadir = $(datadir)/@PACKAGE@
38pkglibdir = $(libdir)/@PACKAGE@
39pkgincludedir = $(includedir)/@PACKAGE@
b2cf3d66 40
0b565f3d 41top_builddir = .
b2cf3d66 42
43ACLOCAL = @ACLOCAL@
44AUTOCONF = @AUTOCONF@
45AUTOMAKE = @AUTOMAKE@
46AUTOHEADER = @AUTOHEADER@
47
0b565f3d 48INSTALL = @INSTALL@
b2cf3d66 49INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
50INSTALL_DATA = @INSTALL_DATA@
51INSTALL_SCRIPT = @INSTALL_SCRIPT@
52transform = @program_transform_name@
53
0b565f3d 54NORMAL_INSTALL = :
55PRE_INSTALL = :
56POST_INSTALL = :
57NORMAL_UNINSTALL = :
58PRE_UNINSTALL = :
59POST_UNINSTALL = :
0b565f3d 60AWK = @AWK@
61CC = @CC@
0b565f3d 62LN_S = @LN_S@
0b565f3d 63MAINT = @MAINT@
0b565f3d 64MAKEINFO = @MAKEINFO@
65MODULE_OBJS = @MODULE_OBJS@
66MY_SUBDIRS = @MY_SUBDIRS@
0b565f3d 67PACKAGE = @PACKAGE@
0b565f3d 68RANLIB = @RANLIB@
69RX_INCLUDES = @RX_INCLUDES@
70RX_LIBS = @RX_LIBS@
0b565f3d 71VERSION = @VERSION@
b2cf3d66 72
73EXTRA_DIST = FAQ srvx.conf.example sockcheck.conf.example
0b565f3d 74SUBDIRS = @MY_SUBDIRS@
75DIST_SUBDIRS = src rx
b2cf3d66 76ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
77mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
78CONFIG_CLEAN_FILES =
79DIST_COMMON = README AUTHORS COPYING ChangeLog INSTALL Makefile.am \
80Makefile.in NEWS aclocal.m4 config.guess config.sub configure \
81configure.in install-sh ltmain.sh missing mkinstalldirs
82
0b565f3d 83
b2cf3d66 84DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
85
86TAR = tar
87GZIP_ENV = --best
88all: all-redirect
0b565f3d 89.SUFFIXES:
b2cf3d66 90$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
91 cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile
92
93Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
94 cd $(top_builddir) \
95 && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
0b565f3d 96
b2cf3d66 97$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ configure.in
98 cd $(srcdir) && $(ACLOCAL)
99
100config.status: $(srcdir)/configure.in $(CONFIG_STATUS_DEPENDENCIES)
101 $(SHELL) ./config.status --recheck
102$(srcdir)/configure: @MAINTAINER_MODE_TRUE@$(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
0b565f3d 103 cd $(srcdir) && $(AUTOCONF)
0b565f3d 104
105# This directory's subdirectories are mostly independent; you can cd
106# into them and run `make' without going through this Makefile.
107# To change the values of `make' variables: instead of editing Makefiles,
108# (1) if the variable is set in `config.status', edit `config.status'
109# (which will cause the Makefiles to be regenerated when you run `make');
110# (2) otherwise, pass the desired values on the `make' command line.
b2cf3d66 111
112@SET_MAKE@
113
114all-recursive install-data-recursive install-exec-recursive \
115installdirs-recursive install-recursive uninstall-recursive \
116check-recursive installcheck-recursive info-recursive dvi-recursive:
117 @set fnord $(MAKEFLAGS); amf=$$2; \
0b565f3d 118 dot_seen=no; \
119 target=`echo $@ | sed s/-recursive//`; \
120 list='$(SUBDIRS)'; for subdir in $$list; do \
121 echo "Making $$target in $$subdir"; \
122 if test "$$subdir" = "."; then \
123 dot_seen=yes; \
124 local_target="$$target-am"; \
125 else \
126 local_target="$$target"; \
127 fi; \
128 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
129 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
130 done; \
131 if test "$$dot_seen" = "no"; then \
132 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
133 fi; test -z "$$fail"
134
135mostlyclean-recursive clean-recursive distclean-recursive \
136maintainer-clean-recursive:
b2cf3d66 137 @set fnord $(MAKEFLAGS); amf=$$2; \
0b565f3d 138 dot_seen=no; \
b2cf3d66 139 rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
140 rev="$$subdir $$rev"; \
141 test "$$subdir" = "." && dot_seen=yes; \
0b565f3d 142 done; \
b2cf3d66 143 test "$$dot_seen" = "no" && rev=". $$rev"; \
0b565f3d 144 target=`echo $@ | sed s/-recursive//`; \
145 for subdir in $$rev; do \
146 echo "Making $$target in $$subdir"; \
147 if test "$$subdir" = "."; then \
148 local_target="$$target-am"; \
149 else \
150 local_target="$$target"; \
151 fi; \
152 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
153 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
154 done && test -z "$$fail"
155tags-recursive:
156 list='$(SUBDIRS)'; for subdir in $$list; do \
157 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
158 done
0b565f3d 159
0b565f3d 160tags: TAGS
161
b2cf3d66 162ID: $(HEADERS) $(SOURCES) $(LISP)
163 list='$(SOURCES) $(HEADERS)'; \
164 unique=`for i in $$list; do echo $$i; done | \
165 awk ' { files[$$0] = 1; } \
166 END { for (i in files) print i; }'`; \
167 here=`pwd` && cd $(srcdir) \
168 && mkid -f$$here/ID $$unique $(LISP)
169
170TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP)
0b565f3d 171 tags=; \
172 here=`pwd`; \
0b565f3d 173 list='$(SUBDIRS)'; for subdir in $$list; do \
b2cf3d66 174 if test "$$subdir" = .; then :; else \
175 test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
176 fi; \
0b565f3d 177 done; \
b2cf3d66 178 list='$(SOURCES) $(HEADERS)'; \
179 unique=`for i in $$list; do echo $$i; done | \
180 awk ' { files[$$0] = 1; } \
0b565f3d 181 END { for (i in files) print i; }'`; \
b2cf3d66 182 test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
183 || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS)
184
185mostlyclean-tags:
0b565f3d 186
b2cf3d66 187clean-tags:
0b565f3d 188
189distclean-tags:
b2cf3d66 190 -rm -f TAGS ID
0b565f3d 191
b2cf3d66 192maintainer-clean-tags:
193
194distdir = $(PACKAGE)-$(VERSION)
195top_distdir = $(distdir)
196
197# This target untars the dist file and tries a VPATH configuration. Then
198# it guarantees that the distribution is self-contained by making another
199# tarfile.
200distcheck: dist
201 -rm -rf $(distdir)
202 GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
203 mkdir $(distdir)/=build
204 mkdir $(distdir)/=inst
205 dc_install_base=`cd $(distdir)/=inst && pwd`; \
206 cd $(distdir)/=build \
207 && ../configure --srcdir=.. --prefix=$$dc_install_base \
208 && $(MAKE) $(AM_MAKEFLAGS) \
209 && $(MAKE) $(AM_MAKEFLAGS) dvi \
210 && $(MAKE) $(AM_MAKEFLAGS) check \
211 && $(MAKE) $(AM_MAKEFLAGS) install \
212 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
213 && $(MAKE) $(AM_MAKEFLAGS) dist
214 -rm -rf $(distdir)
215 @banner="$(distdir).tar.gz is ready for distribution"; \
216 dashes=`echo "$$banner" | sed s/./=/g`; \
217 echo "$$dashes"; \
218 echo "$$banner"; \
219 echo "$$dashes"
220dist: distdir
221 -chmod -R a+r $(distdir)
222 GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
223 -rm -rf $(distdir)
224dist-all: distdir
225 -chmod -R a+r $(distdir)
226 GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
227 -rm -rf $(distdir)
0b565f3d 228distdir: $(DISTFILES)
b2cf3d66 229 -rm -rf $(distdir)
0b565f3d 230 mkdir $(distdir)
b2cf3d66 231 -chmod 777 $(distdir)
232 here=`cd $(top_builddir) && pwd`; \
233 top_distdir=`cd $(distdir) && pwd`; \
234 distdir=`cd $(distdir) && pwd`; \
235 cd $(top_srcdir) \
236 && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu Makefile
237 @for file in $(DISTFILES); do \
238 d=$(srcdir); \
0b565f3d 239 if test -d $$d/$$file; then \
b2cf3d66 240 cp -pr $$d/$$file $(distdir)/$$file; \
0b565f3d 241 else \
242 test -f $(distdir)/$$file \
b2cf3d66 243 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
244 || cp -p $$d/$$file $(distdir)/$$file || :; \
0b565f3d 245 fi; \
246 done
b2cf3d66 247 for subdir in $(DIST_SUBDIRS); do \
0b565f3d 248 if test "$$subdir" = .; then :; else \
b2cf3d66 249 test -d $(distdir)/$$subdir \
250 || mkdir $(distdir)/$$subdir \
0b565f3d 251 || exit 1; \
b2cf3d66 252 chmod 777 $(distdir)/$$subdir; \
253 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(distdir) distdir=../$(distdir)/$$subdir distdir) \
0b565f3d 254 || exit 1; \
255 fi; \
256 done
b2cf3d66 257info-am:
258info: info-recursive
259dvi-am:
260dvi: dvi-recursive
0b565f3d 261check-am: all-am
262check: check-recursive
b2cf3d66 263installcheck-am:
264installcheck: installcheck-recursive
265install-exec-am: install-exec-local
0b565f3d 266install-exec: install-exec-recursive
b2cf3d66 267
268install-data-am:
0b565f3d 269install-data: install-data-recursive
0b565f3d 270
271install-am: all-am
272 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
b2cf3d66 273install: install-recursive
274uninstall-am:
275uninstall: uninstall-recursive
276all-am: Makefile
277all-redirect: all-recursive
0b565f3d 278install-strip:
b2cf3d66 279 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
280installdirs: installdirs-recursive
281installdirs-am:
282
283
0b565f3d 284mostlyclean-generic:
285
286clean-generic:
287
288distclean-generic:
b2cf3d66 289 -rm -f Makefile $(CONFIG_CLEAN_FILES)
290 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
0b565f3d 291
292maintainer-clean-generic:
b2cf3d66 293mostlyclean-am: mostlyclean-tags mostlyclean-generic
0b565f3d 294
295mostlyclean: mostlyclean-recursive
296
b2cf3d66 297clean-am: clean-tags clean-generic mostlyclean-am
0b565f3d 298
b2cf3d66 299clean: clean-recursive
0b565f3d 300
b2cf3d66 301distclean-am: distclean-tags distclean-generic clean-am
0b565f3d 302
b2cf3d66 303distclean: distclean-recursive
304 -rm -f config.status
0b565f3d 305
b2cf3d66 306maintainer-clean-am: maintainer-clean-tags maintainer-clean-generic \
307 distclean-am
308 @echo "This command is intended for maintainers to use;"
309 @echo "it deletes files that may require special tools to rebuild."
0b565f3d 310
b2cf3d66 311maintainer-clean: maintainer-clean-recursive
312 -rm -f config.status
313
314.PHONY: install-data-recursive uninstall-data-recursive \
315install-exec-recursive uninstall-exec-recursive installdirs-recursive \
316uninstalldirs-recursive all-recursive check-recursive \
317installcheck-recursive info-recursive dvi-recursive \
318mostlyclean-recursive distclean-recursive clean-recursive \
319maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
320distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
321dvi-am dvi check check-am installcheck-am installcheck \
322install-exec-local install-exec-am install-exec install-data-am \
323install-data install-am install uninstall-am uninstall all-redirect \
324all-am all installdirs-am installdirs mostlyclean-generic \
325distclean-generic clean-generic maintainer-clean-generic clean \
326mostlyclean distclean maintainer-clean
0b565f3d 327
328
329all: srvx
330
331srvx: src/srvx
332 cp ./src/srvx $(srcdir)/src/*.help .
333
334install-exec-local:
335 $(INSTALL) -d -m 755 $(prefix)
336 $(INSTALL) -m 744 ./src/srvx $(prefix)
337 $(INSTALL) -m 644 $(srcdir)/src/*.help $(prefix)
338 $(INSTALL) -m 600 $(srcdir)/srvx.conf.example $(prefix)
339 $(INSTALL) -m 644 $(srcdir)/sockcheck.conf.example $(prefix)
340 @echo
341 @echo srvx-$(VERSION) has been installed to $(prefix)
342 @echo Remember to edit srvx.conf.example and sockcheck.conf.example
343 @echo And of course, ./srvx --help before starting.
344 @echo
b2cf3d66 345
0b565f3d 346# Tell versions [3.59,3.63) of GNU make to not export all variables.
347# Otherwise a system limit (for SysV at least) may be exceeded.
348.NOEXPORT: