X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?a=blobdiff_plain;f=samples%2FMakefile;fp=samples%2FMakefile;h=0000000000000000000000000000000000000000;hb=b7a32e2d73e3ab1add8208d3e157f7269a31ef4d;hp=bcda7c52384c622abe1c0e37833c4d4994ba914d;hpb=ac902a8299ff4469b356836f431ead31c3377377;p=innduct.git diff --git a/samples/Makefile b/samples/Makefile deleted file mode 100644 index bcda7c5..0000000 --- a/samples/Makefile +++ /dev/null @@ -1,44 +0,0 @@ -## $Id: Makefile 6299 2003-04-20 19:04:14Z vinocur $ -## -## All the actual installation work of any files in the samples directory -## is done via the site directory, so that one can maintain one's news -## configuration in the site directory and use make commands to update the -## server automatically. All this Makefile does is run fixscript on a few -## files that don't need the full power of configure (and clean up after -## them on make clean). - -include ../Makefile.global - -top = .. - -ALL = nnrpd_auth.pl nnrpd_access.pl \ - nnrpd_auth_wrapper.pl nnrpd_access_wrapper.pl - -EXTRA = inn.conf innreport.conf newsfeeds sasl.conf - -all: $(ALL) $(EXTRA) - -clean: - rm -f $(ALL) - -clobber distclean: clean - rm -f $(EXTRA) - -install: -depend: - -profiled: all - -$(EXTRA) $(FIXSCRIPT): - @echo Run configure before running make. See INSTALL for details. - @exit 1 - - -## Build rules. - -FIX = $(FIXSCRIPT) - -nnrpd_auth.pl: nnrpd_auth.pl.in $(FIX) ; $(FIX) $@.in -nnrpd_access.pl: nnrpd_access.pl.in $(FIX) ; $(FIX) $@.in -nnrpd_auth_wrapper.pl: nnrpd_auth_wrapper.pl.in $(FIX) ; $(FIX) $@.in -nnrpd_access_wrapper.pl: nnrpd_access_wrapper.pl.in $(FIX) ; $(FIX) $@.in