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