# Generated automatically from Makefile.in by configure. prefix= /usr/local exec_prefix= ${prefix} sysconfdir= ${prefix}/etc BINDIR= ${exec_prefix}/bin LIBDIR= ${exec_prefix}/lib SYSCONFDIR= ${prefix}/etc PERL= /usr/local/bin/perl INSTALL= /usr/bin/install -c -o root -g wheel INSTALL_DATA= install -o root -g wheel -m 444 INSTALL_PROGRAM= install -o root -g wheel -m 555 SUBDIR= Fan all:: clean:: realclean:: rm -f config.cache config.log config.status rm -f *.old *.bak *.core Makefile # install:: ${BINDIR}/farm install:: ${BINDIR}/rotate install:: ${BINDIR}/ftpmirror install:: ${SYSCONFDIR}/ftpmirror.cf-sample ${BINDIR}/rotate: rotate ${INSTALL_PROGRAM} $? $@ ${BINDIR}/farm: farm ${INSTALL_PROGRAM} $? $@ ${BINDIR}/ftpmirror: ftpmirror ${INSTALL_PROGRAM} $? $@ ${SYSCONFDIR}/ftpmirror.cf-sample: ftpmirror.cf-sample ${INSTALL_DATA} $? $@ # for subdirectories... all clean realclean:: Fan/Makefile @ for d in ${SUBDIR} ; do \ ( echo "make $@ in $$d..." && cd $$d && make $@ ) ; \ done install:: Fan/Makefile ( echo "make pure_install in Fan..." && cd Fan && make pure_install ) ; \ # Fan subdirectory requres Makefile first. Fan/Makefile:: Fan/Makefile.PL cd Fan; ${PERL} Makefile.PL