Mercurial > noffle
annotate docs/Makefile.in @ 45:32ba1198c6fa noffle
[svn] * Makefile.in, configure, configure.in, docs/Makefile.in, src/Makefile.in:
Added checks for the mail and sort programs. ./configure will abort if
they're not found.
* README: Removed the paragraph about news client software, as it's the same
as the one in docs/NOTES.
* TODO: Removed 'expiring by groups' and
'move some text from noffle.1 to noffle.conf.5'.
* docs/NOTES: Changed the text about -DDEBUG to explain one should use
'./configure --enable-debug'.
* docs/noffle.1, docs/noffle.conf.5: Minor fixes. Added myself and Jim Hague
to the AUTHORS section :-)
* src/client.h, src/common.h, src/configfile.h, src/content.c, src/content.h,
src/control.c, src/control.h, src/database.h, src/dynamicstring.c,
src/dynamicstring.h, src/fetch.h, src/fetchlist.h, src/group.h,
src/itemlist.c, src/itemlist.h, src/lock.h, src/log.c, src/log.h,
src/noffle.c, src/online.h, src/outgoing.h, src/over.c, src/over.h,
src/post.h, src/protocol.h, src/pseudo.h, src/request.h, src/server.h,
src/util.c, src/util.h: Added the <config.h> include.
* src/content.c: Added missing include "content.h". Added a missing 'void'
in the declaration of clearCont().
* src/fetchlist.c: Casted fetchlist.size to (size_t) in a call to qsort(),
as qsort() expects a size_t. This removes a warning.
* src/noffle.c: Made doRequested() static. Added missing void to
enableCorefiles().
* src/log.c, src/protocol.c, src/online.c, src/pseudo.c: Added missing
includes.
* src/pseudo.c: Made genOv() and genPseudo() static.
* src/server.c: Added missing void to postArts(). Made touchArticle() static.
* src/util.c: Casted arguments of malloc() and memcpy() to size_t.
* src/dynamicstring.c, src/itemlist.c, src/over.c, src/request.c, src/util.c:
Removed casting of the result of malloc(). This is not necessary and
can hide a missing include of <stdlib.h>.
| author | uh1763 |
|---|---|
| date | Sat, 06 May 2000 00:49:38 +0100 |
| parents | bb6a1bf61279 |
| children | 651334f85995 |
| rev | line source |
|---|---|
| 44 | 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@ | |
|
45
32ba1198c6fa
[svn] * Makefile.in, configure, configure.in, docs/Makefile.in, src/Makefile.in:
uh1763
parents:
44
diff
changeset
|
65 MAILPROG = @MAILPROG@ |
| 44 | 66 MAKEINFO = @MAKEINFO@ |
| 67 PACKAGE = @PACKAGE@ | |
|
45
32ba1198c6fa
[svn] * Makefile.in, configure, configure.in, docs/Makefile.in, src/Makefile.in:
uh1763
parents:
44
diff
changeset
|
68 SORTPROG = @SORTPROG@ |
| 44 | 69 SPOOLDIR = @SPOOLDIR@ |
| 70 VERSION = @VERSION@ | |
| 71 | |
| 72 man_MANS = $(PACKAGE).1 $(PACKAGE).conf.5 | |
| 73 | |
| 74 EXTRA_DIST = FAQ NOTES ${man_MANS} $(PACKAGE).lsm | |
| 75 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs | |
| 76 CONFIG_HEADER = ../config.h | |
| 77 CONFIG_CLEAN_FILES = | |
| 78 man1dir = $(mandir)/man1 | |
| 79 man5dir = $(mandir)/man5 | |
| 80 MANS = $(man_MANS) | |
| 81 | |
| 82 NROFF = nroff | |
| 83 DIST_COMMON = Makefile.am Makefile.in | |
| 84 | |
| 85 | |
| 86 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) | |
| 87 | |
| 88 TAR = tar | |
| 89 GZIP_ENV = --best | |
| 90 all: all-redirect | |
| 91 .SUFFIXES: | |
| 92 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) | |
| 93 cd $(top_srcdir) && $(AUTOMAKE) --gnu docs/Makefile | |
| 94 | |
| 95 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES) | |
| 96 cd $(top_builddir) \ | |
| 97 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status | |
| 98 | |
| 99 | |
| 100 install-man1: | |
| 101 $(mkinstalldirs) $(DESTDIR)$(man1dir) | |
| 102 @list='$(man1_MANS)'; \ | |
| 103 l2='$(man_MANS)'; for i in $$l2; do \ | |
| 104 case "$$i" in \ | |
| 105 *.1*) list="$$list $$i" ;; \ | |
| 106 esac; \ | |
| 107 done; \ | |
| 108 for i in $$list; do \ | |
| 109 if test -f $(srcdir)/$$i; then file=$(srcdir)/$$i; \ | |
| 110 else file=$$i; fi; \ | |
| 111 ext=`echo $$i | sed -e 's/^.*\\.//'`; \ | |
| 112 inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \ | |
| 113 inst=`echo $$inst | sed '$(transform)'`.$$ext; \ | |
| 114 echo " $(INSTALL_DATA) $$file $(DESTDIR)$(man1dir)/$$inst"; \ | |
| 115 $(INSTALL_DATA) $$file $(DESTDIR)$(man1dir)/$$inst; \ | |
| 116 done | |
| 117 | |
| 118 uninstall-man1: | |
| 119 @list='$(man1_MANS)'; \ | |
| 120 l2='$(man_MANS)'; for i in $$l2; do \ | |
| 121 case "$$i" in \ | |
| 122 *.1*) list="$$list $$i" ;; \ | |
| 123 esac; \ | |
| 124 done; \ | |
| 125 for i in $$list; do \ | |
| 126 ext=`echo $$i | sed -e 's/^.*\\.//'`; \ | |
| 127 inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \ | |
| 128 inst=`echo $$inst | sed '$(transform)'`.$$ext; \ | |
| 129 echo " rm -f $(DESTDIR)$(man1dir)/$$inst"; \ | |
| 130 rm -f $(DESTDIR)$(man1dir)/$$inst; \ | |
| 131 done | |
| 132 | |
| 133 install-man5: | |
| 134 $(mkinstalldirs) $(DESTDIR)$(man5dir) | |
| 135 @list='$(man5_MANS)'; \ | |
| 136 l2='$(man_MANS)'; for i in $$l2; do \ | |
| 137 case "$$i" in \ | |
| 138 *.5*) list="$$list $$i" ;; \ | |
| 139 esac; \ | |
| 140 done; \ | |
| 141 for i in $$list; do \ | |
| 142 if test -f $(srcdir)/$$i; then file=$(srcdir)/$$i; \ | |
| 143 else file=$$i; fi; \ | |
| 144 ext=`echo $$i | sed -e 's/^.*\\.//'`; \ | |
| 145 inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \ | |
| 146 inst=`echo $$inst | sed '$(transform)'`.$$ext; \ | |
| 147 echo " $(INSTALL_DATA) $$file $(DESTDIR)$(man5dir)/$$inst"; \ | |
| 148 $(INSTALL_DATA) $$file $(DESTDIR)$(man5dir)/$$inst; \ | |
| 149 done | |
| 150 | |
| 151 uninstall-man5: | |
| 152 @list='$(man5_MANS)'; \ | |
| 153 l2='$(man_MANS)'; for i in $$l2; do \ | |
| 154 case "$$i" in \ | |
| 155 *.5*) list="$$list $$i" ;; \ | |
| 156 esac; \ | |
| 157 done; \ | |
| 158 for i in $$list; do \ | |
| 159 ext=`echo $$i | sed -e 's/^.*\\.//'`; \ | |
| 160 inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \ | |
| 161 inst=`echo $$inst | sed '$(transform)'`.$$ext; \ | |
| 162 echo " rm -f $(DESTDIR)$(man5dir)/$$inst"; \ | |
| 163 rm -f $(DESTDIR)$(man5dir)/$$inst; \ | |
| 164 done | |
| 165 install-man: $(MANS) | |
| 166 @$(NORMAL_INSTALL) | |
| 167 $(MAKE) $(AM_MAKEFLAGS) install-man1 install-man5 | |
| 168 uninstall-man: | |
| 169 @$(NORMAL_UNINSTALL) | |
| 170 $(MAKE) $(AM_MAKEFLAGS) uninstall-man1 uninstall-man5 | |
| 171 tags: TAGS | |
| 172 TAGS: | |
| 173 | |
| 174 | |
| 175 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir) | |
| 176 | |
| 177 subdir = docs | |
| 178 | |
| 179 distdir: $(DISTFILES) | |
| 180 here=`cd $(top_builddir) && pwd`; \ | |
| 181 top_distdir=`cd $(top_distdir) && pwd`; \ | |
| 182 distdir=`cd $(distdir) && pwd`; \ | |
| 183 cd $(top_srcdir) \ | |
| 184 && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu docs/Makefile | |
| 185 @for file in $(DISTFILES); do \ | |
| 186 d=$(srcdir); \ | |
| 187 if test -d $$d/$$file; then \ | |
| 188 cp -pr $$/$$file $(distdir)/$$file; \ | |
| 189 else \ | |
| 190 test -f $(distdir)/$$file \ | |
| 191 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \ | |
| 192 || cp -p $$d/$$file $(distdir)/$$file || :; \ | |
| 193 fi; \ | |
| 194 done | |
| 195 info-am: | |
| 196 info: info-am | |
| 197 dvi-am: | |
| 198 dvi: dvi-am | |
| 199 check-am: all-am | |
| 200 check: check-am | |
| 201 installcheck-am: | |
| 202 installcheck: installcheck-am | |
| 203 install-exec-am: | |
| 204 install-exec: install-exec-am | |
| 205 | |
| 206 install-data-am: install-man install-data-local | |
| 207 install-data: install-data-am | |
| 208 | |
| 209 install-am: all-am | |
| 210 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am | |
| 211 install: install-am | |
| 212 uninstall-am: uninstall-man uninstall-local | |
| 213 uninstall: uninstall-am | |
| 214 all-am: Makefile $(MANS) | |
| 215 all-redirect: all-am | |
| 216 install-strip: | |
| 217 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install | |
| 218 installdirs: | |
| 219 $(mkinstalldirs) $(DESTDIR)$(mandir)/man1 $(DESTDIR)$(mandir)/man5 | |
| 220 | |
| 221 | |
| 222 mostlyclean-generic: | |
| 223 | |
| 224 clean-generic: | |
| 225 | |
| 226 distclean-generic: | |
| 227 -rm -f Makefile $(CONFIG_CLEAN_FILES) | |
| 228 -rm -f config.cache config.log stamp-h stamp-h[0-9]* | |
| 229 | |
| 230 maintainer-clean-generic: | |
| 231 mostlyclean-am: mostlyclean-generic | |
| 232 | |
| 233 mostlyclean: mostlyclean-am | |
| 234 | |
| 235 clean-am: clean-generic mostlyclean-am | |
| 236 | |
| 237 clean: clean-am | |
| 238 | |
| 239 distclean-am: distclean-generic clean-am | |
| 240 | |
| 241 distclean: distclean-am | |
| 242 | |
| 243 maintainer-clean-am: maintainer-clean-generic distclean-am | |
| 244 @echo "This command is intended for maintainers to use;" | |
| 245 @echo "it deletes files that may require special tools to rebuild." | |
| 246 | |
| 247 maintainer-clean: maintainer-clean-am | |
| 248 | |
| 249 .PHONY: install-man1 uninstall-man1 install-man5 uninstall-man5 \ | |
| 250 install-man uninstall-man tags distdir info-am info dvi-am dvi check \ | |
| 251 check-am installcheck-am installcheck install-exec-am install-exec \ | |
| 252 install-data-local install-data-am install-data install-am install \ | |
| 253 uninstall-local uninstall-am uninstall all-redirect all-am all \ | |
| 254 installdirs mostlyclean-generic distclean-generic clean-generic \ | |
| 255 maintainer-clean-generic clean mostlyclean distclean maintainer-clean | |
| 256 | |
| 257 | |
| 258 install-data-local: | |
| 259 $(INSTALL) -o 0 -g 0 -d $(DOCDIR) | |
| 260 $(INSTALL_DATA) -o 0 -g 0 $(srcdir)/FAQ $(DOCDIR) | |
| 261 $(INSTALL_DATA) -o 0 -g 0 $(srcdir)/NOTES $(DOCDIR) | |
| 262 $(INSTALL_DATA) -o 0 -g 0 $(srcdir)/$(PACKAGE).lsm $(DOCDIR) | |
| 263 | |
| 264 uninstall-local: | |
| 265 rm -f $(DOCDIR)/FAQ | |
| 266 rm -f $(DOCDIR)/NOTES | |
| 267 rm -f $(DOCDIR)/$(PACKAGE).lsm | |
| 268 | |
| 269 # Tell versions [3.59,3.63) of GNU make to not export all variables. | |
| 270 # Otherwise a system limit (for SysV at least) may be exceeded. | |
| 271 .NOEXPORT: |
