comparison Makefile.in @ 43:2842f50feb55 noffle

[svn] * client.c, client.h, common.h, config.c, config.h, content.c, content.h, control.c, control.h, database.c, database.h, dynamicstring.c, dynamicstring.h, fetch.c, fetch.h, fetchlist.c, fetchlist.h, group.c, group.h, itemlist.c, itemlist.h, lock.c, lock.h, log.c, log.h, noffle.c, online.c, online.h, outgoing.c, outgoing.h, over.c, over.h, post.c, post.h, protocol.c, protocol.h, pseudo.c, pseudo.h, request.c, request.h, server.c, server.h, util.c, util.h, wildmat.c, wildmat.h: Moved files to the subdirectory src/ * Makefile.am, acconfig.h, configure.in, docs/Makefile.am, src/Makefile.am, Makefile.in, aclocal.m4, config.h.in, configure, install-sh, missing, mkinstalldirs, stamp-h.in, docs/Makefile.in, src/Makefile.in: Added files. They are used by aclocal, autoheader, autoconf and automake. * src/config.c, src/config.h: Renamed to configfile.c and configfile.h, because configure will generate a config.h file itself. * src/client.c, src/content.c, src/database.c, src/fetch.c, src/fetchlist.c, src/group.c, src/lock.c, src/noffle.c, src/online.c, src/outgoing.c, src/over.c, src/pseudo.c, src/request.c, src/server.c, src/util.c: Changed '#include "config.h"' to '#include "configfile.h"'. * src/client.c, src/content.c, src/database.c, src/fetch.c, src/fetchlist.c, src/group.c, src/lock.c, src/online.c, src/outgoing.c, src/post.c, src/protocol.c, src/request.c, src/server.c: Files now #include <config.h>. Added missing <stdio.h>. This removes the warnings about snprintf() not being declared. * Makefile: Removed. This is now generated by configure.
author uh1763
date Fri, 05 May 2000 22:45:56 +0100
parents
children 32ba1198c6fa
comparison
equal deleted inserted replaced
42:2467ff423c15 43:2842f50feb55
1 # Makefile.in generated automatically by automake 1.4 from Makefile.am
2
3 # Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
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
13 # Process this file with automake to produce Makefile.in
14
15
16 SHELL = @SHELL@
17
18 srcdir = @srcdir@
19 top_srcdir = @top_srcdir@
20 VPATH = @srcdir@
21 prefix = @prefix@
22 exec_prefix = @exec_prefix@
23
24 bindir = @bindir@
25 sbindir = @sbindir@
26 libexecdir = @libexecdir@
27 datadir = @datadir@
28 sysconfdir = @sysconfdir@
29 sharedstatedir = @sharedstatedir@
30 localstatedir = @localstatedir@
31 libdir = @libdir@
32 infodir = @infodir@
33 mandir = @mandir@
34 includedir = @includedir@
35 oldincludedir = /usr/include
36
37 DESTDIR =
38
39 pkgdatadir = $(datadir)/@PACKAGE@
40 pkglibdir = $(libdir)/@PACKAGE@
41 pkgincludedir = $(includedir)/@PACKAGE@
42
43 top_builddir = .
44
45 ACLOCAL = @ACLOCAL@
46 AUTOCONF = @AUTOCONF@
47 AUTOMAKE = @AUTOMAKE@
48 AUTOHEADER = @AUTOHEADER@
49
50 INSTALL = @INSTALL@
51 INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
52 INSTALL_DATA = @INSTALL_DATA@
53 INSTALL_SCRIPT = @INSTALL_SCRIPT@
54 transform = @program_transform_name@
55
56 NORMAL_INSTALL = :
57 PRE_INSTALL = :
58 POST_INSTALL = :
59 NORMAL_UNINSTALL = :
60 PRE_UNINSTALL = :
61 POST_UNINSTALL = :
62 CC = @CC@
63 CONFIGFILE = @CONFIGFILE@
64 DOCDIR = @DOCDIR@
65 MAKEINFO = @MAKEINFO@
66 PACKAGE = @PACKAGE@
67 SPOOLDIR = @SPOOLDIR@
68 VERSION = @VERSION@
69
70 SUBDIRS = src docs
71
72 EXTRA_DIST = $(PACKAGE).conf.example
73 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
74 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
75 CONFIG_HEADER = config.h
76 CONFIG_CLEAN_FILES =
77 DIST_COMMON = README ./stamp-h.in AUTHORS COPYING ChangeLog INSTALL \
78 Makefile.am Makefile.in NEWS TODO acconfig.h aclocal.m4 config.h.in \
79 configure configure.in install-sh missing mkinstalldirs
80
81
82 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
83
84 TAR = tar
85 GZIP_ENV = --best
86 all: all-redirect
87 .SUFFIXES:
88 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
89 cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile
90
91 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
92 cd $(top_builddir) \
93 && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
94
95 $(ACLOCAL_M4): configure.in
96 cd $(srcdir) && $(ACLOCAL)
97
98 config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
99 $(SHELL) ./config.status --recheck
100 $(srcdir)/configure: $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
101 cd $(srcdir) && $(AUTOCONF)
102
103 config.h: stamp-h
104 @if test ! -f $@; then \
105 rm -f stamp-h; \
106 $(MAKE) stamp-h; \
107 else :; fi
108 stamp-h: $(srcdir)/config.h.in $(top_builddir)/config.status
109 cd $(top_builddir) \
110 && CONFIG_FILES= CONFIG_HEADERS=config.h \
111 $(SHELL) ./config.status
112 @echo timestamp > stamp-h 2> /dev/null
113 $(srcdir)/config.h.in: $(srcdir)/stamp-h.in
114 @if test ! -f $@; then \
115 rm -f $(srcdir)/stamp-h.in; \
116 $(MAKE) $(srcdir)/stamp-h.in; \
117 else :; fi
118 $(srcdir)/stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4) acconfig.h
119 cd $(top_srcdir) && $(AUTOHEADER)
120 @echo timestamp > $(srcdir)/stamp-h.in 2> /dev/null
121
122 mostlyclean-hdr:
123
124 clean-hdr:
125
126 distclean-hdr:
127 -rm -f config.h
128
129 maintainer-clean-hdr:
130
131 # This directory's subdirectories are mostly independent; you can cd
132 # into them and run `make' without going through this Makefile.
133 # To change the values of `make' variables: instead of editing Makefiles,
134 # (1) if the variable is set in `config.status', edit `config.status'
135 # (which will cause the Makefiles to be regenerated when you run `make');
136 # (2) otherwise, pass the desired values on the `make' command line.
137
138 @SET_MAKE@
139
140 all-recursive install-data-recursive install-exec-recursive \
141 installdirs-recursive install-recursive uninstall-recursive \
142 check-recursive installcheck-recursive info-recursive dvi-recursive:
143 @set fnord $(MAKEFLAGS); amf=$$2; \
144 dot_seen=no; \
145 target=`echo $@ | sed s/-recursive//`; \
146 list='$(SUBDIRS)'; for subdir in $$list; do \
147 echo "Making $$target in $$subdir"; \
148 if test "$$subdir" = "."; then \
149 dot_seen=yes; \
150 local_target="$$target-am"; \
151 else \
152 local_target="$$target"; \
153 fi; \
154 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
155 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
156 done; \
157 if test "$$dot_seen" = "no"; then \
158 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
159 fi; test -z "$$fail"
160
161 mostlyclean-recursive clean-recursive distclean-recursive \
162 maintainer-clean-recursive:
163 @set fnord $(MAKEFLAGS); amf=$$2; \
164 dot_seen=no; \
165 rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
166 rev="$$subdir $$rev"; \
167 test "$$subdir" = "." && dot_seen=yes; \
168 done; \
169 test "$$dot_seen" = "no" && rev=". $$rev"; \
170 target=`echo $@ | sed s/-recursive//`; \
171 for subdir in $$rev; do \
172 echo "Making $$target in $$subdir"; \
173 if test "$$subdir" = "."; then \
174 local_target="$$target-am"; \
175 else \
176 local_target="$$target"; \
177 fi; \
178 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
179 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
180 done && test -z "$$fail"
181 tags-recursive:
182 list='$(SUBDIRS)'; for subdir in $$list; do \
183 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
184 done
185
186 tags: TAGS
187
188 ID: $(HEADERS) $(SOURCES) $(LISP)
189 list='$(SOURCES) $(HEADERS)'; \
190 unique=`for i in $$list; do echo $$i; done | \
191 awk ' { files[$$0] = 1; } \
192 END { for (i in files) print i; }'`; \
193 here=`pwd` && cd $(srcdir) \
194 && mkid -f$$here/ID $$unique $(LISP)
195
196 TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) $(LISP)
197 tags=; \
198 here=`pwd`; \
199 list='$(SUBDIRS)'; for subdir in $$list; do \
200 if test "$$subdir" = .; then :; else \
201 test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
202 fi; \
203 done; \
204 list='$(SOURCES) $(HEADERS)'; \
205 unique=`for i in $$list; do echo $$i; done | \
206 awk ' { files[$$0] = 1; } \
207 END { for (i in files) print i; }'`; \
208 test -z "$(ETAGS_ARGS)config.h.in$$unique$(LISP)$$tags" \
209 || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags config.h.in $$unique $(LISP) -o $$here/TAGS)
210
211 mostlyclean-tags:
212
213 clean-tags:
214
215 distclean-tags:
216 -rm -f TAGS ID
217
218 maintainer-clean-tags:
219
220 distdir = $(PACKAGE)-$(VERSION)
221 top_distdir = $(distdir)
222
223 # This target untars the dist file and tries a VPATH configuration. Then
224 # it guarantees that the distribution is self-contained by making another
225 # tarfile.
226 distcheck: dist
227 -rm -rf $(distdir)
228 GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
229 mkdir $(distdir)/=build
230 mkdir $(distdir)/=inst
231 dc_install_base=`cd $(distdir)/=inst && pwd`; \
232 cd $(distdir)/=build \
233 && ../configure --srcdir=.. --prefix=$$dc_install_base \
234 && $(MAKE) $(AM_MAKEFLAGS) \
235 && $(MAKE) $(AM_MAKEFLAGS) dvi \
236 && $(MAKE) $(AM_MAKEFLAGS) check \
237 && $(MAKE) $(AM_MAKEFLAGS) install \
238 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
239 && $(MAKE) $(AM_MAKEFLAGS) dist
240 -rm -rf $(distdir)
241 @banner="$(distdir).tar.gz is ready for distribution"; \
242 dashes=`echo "$$banner" | sed s/./=/g`; \
243 echo "$$dashes"; \
244 echo "$$banner"; \
245 echo "$$dashes"
246 dist: distdir
247 -chmod -R a+r $(distdir)
248 GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
249 -rm -rf $(distdir)
250 dist-all: distdir
251 -chmod -R a+r $(distdir)
252 GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
253 -rm -rf $(distdir)
254 distdir: $(DISTFILES)
255 -rm -rf $(distdir)
256 mkdir $(distdir)
257 -chmod 777 $(distdir)
258 here=`cd $(top_builddir) && pwd`; \
259 top_distdir=`cd $(distdir) && pwd`; \
260 distdir=`cd $(distdir) && pwd`; \
261 cd $(top_srcdir) \
262 && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu Makefile
263 @for file in $(DISTFILES); do \
264 d=$(srcdir); \
265 if test -d $$d/$$file; then \
266 cp -pr $$/$$file $(distdir)/$$file; \
267 else \
268 test -f $(distdir)/$$file \
269 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
270 || cp -p $$d/$$file $(distdir)/$$file || :; \
271 fi; \
272 done
273 for subdir in $(SUBDIRS); do \
274 if test "$$subdir" = .; then :; else \
275 test -d $(distdir)/$$subdir \
276 || mkdir $(distdir)/$$subdir \
277 || exit 1; \
278 chmod 777 $(distdir)/$$subdir; \
279 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(distdir) distdir=../$(distdir)/$$subdir distdir) \
280 || exit 1; \
281 fi; \
282 done
283 info-am:
284 info: info-recursive
285 dvi-am:
286 dvi: dvi-recursive
287 check-am: all-am
288 check: check-recursive
289 installcheck-am:
290 installcheck: installcheck-recursive
291 all-recursive-am: config.h
292 $(MAKE) $(AM_MAKEFLAGS) all-recursive
293
294 install-exec-am: install-exec-local
295 install-exec: install-exec-recursive
296
297 install-data-am: install-data-local
298 install-data: install-data-recursive
299
300 install-am: all-am
301 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
302 install: install-recursive
303 uninstall-am: uninstall-local
304 uninstall: uninstall-recursive
305 all-am: Makefile config.h
306 all-redirect: all-recursive-am
307 install-strip:
308 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
309 installdirs: installdirs-recursive
310 installdirs-am:
311
312
313 mostlyclean-generic:
314
315 clean-generic:
316
317 distclean-generic:
318 -rm -f Makefile $(CONFIG_CLEAN_FILES)
319 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
320
321 maintainer-clean-generic:
322 mostlyclean-am: mostlyclean-hdr mostlyclean-tags mostlyclean-generic
323
324 mostlyclean: mostlyclean-recursive
325
326 clean-am: clean-hdr clean-tags clean-generic mostlyclean-am
327
328 clean: clean-recursive
329
330 distclean-am: distclean-hdr distclean-tags distclean-generic clean-am
331
332 distclean: distclean-recursive
333 -rm -f config.status
334
335 maintainer-clean-am: maintainer-clean-hdr maintainer-clean-tags \
336 maintainer-clean-generic distclean-am
337 @echo "This command is intended for maintainers to use;"
338 @echo "it deletes files that may require special tools to rebuild."
339
340 maintainer-clean: maintainer-clean-recursive
341 -rm -f config.status
342
343 .PHONY: mostlyclean-hdr distclean-hdr clean-hdr maintainer-clean-hdr \
344 install-data-recursive uninstall-data-recursive install-exec-recursive \
345 uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \
346 all-recursive check-recursive installcheck-recursive info-recursive \
347 dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \
348 maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
349 distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
350 dvi-am dvi check check-am installcheck-am installcheck all-recursive-am \
351 install-exec-local install-exec-am install-exec install-data-local \
352 install-data-am install-data install-am install uninstall-local \
353 uninstall-am uninstall all-redirect all-am all installdirs-am \
354 installdirs mostlyclean-generic distclean-generic clean-generic \
355 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
356
357
358 install-data-local:
359 $(INSTALL) -m 2755 -o news -g news -d $(SPOOLDIR)
360 $(INSTALL) -o news -g news -d $(SPOOLDIR)/data
361 $(INSTALL) -o news -g news -d $(SPOOLDIR)/lock
362 $(INSTALL) -o news -g news -d $(SPOOLDIR)/requested
363 $(INSTALL) -o news -g news -d $(SPOOLDIR)/outgoing
364 $(INSTALL) -o news -g news -d $(SPOOLDIR)/overview
365 chown -R news.news $(SPOOLDIR)
366 $(INSTALL) -m 755 -o 0 -g 0 -d $(DOCDIR)
367 $(INSTALL_DATA) -o 0 -g 0 $(srcdir)/AUTHORS $(DOCDIR)
368 $(INSTALL_DATA) -o 0 -g 0 $(srcdir)/COPYING $(DOCDIR)
369 $(INSTALL_DATA) -o 0 -g 0 $(srcdir)/ChangeLog $(DOCDIR)
370 $(INSTALL_DATA) -o 0 -g 0 $(srcdir)/INSTALL $(DOCDIR)
371 $(INSTALL_DATA) -o 0 -g 0 $(srcdir)/NEWS $(DOCDIR)
372 $(INSTALL_DATA) -o 0 -g 0 $(srcdir)/README $(DOCDIR)
373 $(INSTALL_DATA) -o 0 -g 0 $(srcdir)/TODO $(DOCDIR)
374 $(INSTALL_DATA) -o 0 -g 0 $(srcdir)/noffle.conf.example \
375 /etc/noffle.conf.example
376 chown news.news /etc/noffle.conf.example
377 chmod 600 /etc/noffle.conf.example
378 @echo
379 @echo "****************************************************************"
380 @echo "You should now copy /etc/noffle.conf.example to /etc/noffle.conf"
381 @echo "and edit that copy."
382 @echo "****************************************************************"
383 @echo
384
385 install-exec-local:
386 chown news.news $(bindir)/$(PACKAGE)
387 chmod 4755 $(bindir)/$(PACKAGE)
388
389 uninstall-local:
390 rm -f $(DOCDIR)/AUTHORS
391 rm -f $(DOCDIR)/COPYING
392 rm -f $(DOCDIR)/ChangeLog
393 rm -f $(DOCDIR)/INSTALL
394 rm -f $(DOCDIR)/NEWS
395 rm -f $(DOCDIR)/README
396 rm -f $(DOCDIR)/TODO
397 rm -f /etc/noffle.conf.example
398 @echo
399 @echo "****************************************************************"
400 @echo "The NOFFLE spool directory $(SPOOLDIR) and the configfile"
401 @echo "$(CONFIGFILE) have *not* been removed. Please do this"
402 @echo "manually."
403 @echo "****************************************************************"
404 @echo
405
406 # Tell versions [3.59,3.63) of GNU make to not export all variables.
407 # Otherwise a system limit (for SysV at least) may be exceeded.
408 .NOEXPORT: