+++ /dev/null
-#
-# $Id$
-#
-
-# autoconf/Make.common.in -*- Makefile -*-
-# release date (man), LSM date, version number/name, current maintainer
-DATE="28 October 2005"
-LSMDATE=@LSMDATE@
-VERSION=1.38.0
-VERNAME=bacula-$(VERSION)#
-MAINT=Kern Sibbald#
-MAINTEMAIL=<kern@sibbald.com>#
-#-------------------------------------------------------------------------
-
-SHELL = /bin/sh
-
-# Installation target directories & other installation stuff
-prefix = /usr/local
-exec_prefix = ${prefix}
-binprefix =
-manprefix =
-sbindir = ${exec_prefix}/sbin
-sysconfdir = ${prefix}/etc
-scriptdir = @scriptdir@
-mandir = ${prefix}/man/man1
-manext = 1
-
-# Tools & program stuff
-MV = /bin/mv
-RM = /bin/rm
-RMF = /bin/rm -f
-CP = /bin/cp
-SED = @SED@
-AWK = /usr/bin/gawk
-ECHO = /bin/echo
-CMP = @CMP@
-INSTALL = /usr/bin/install -c
-# add the -s to the following in PRODUCTION mode
-INSTALL_PROGRAM = /usr/bin/install -c -m @SBINPERM@
-INSTALL_DATA = /usr/bin/install -c -m 644
-INSTALL_SCRIPT = /usr/bin/install -c -m @SBINPERM@
-INSTALL_CONFIG = /usr/bin/install -c -m 640
-
-
-# End of common section of the Makefile
-#-------------------------------------------------------------------------
-
-srcdir = .
-
-.PATH: .
-BACULASRC = /home/bacula-working/bacula
-
-basedir = ..
-topdir = ..
-thisdir = doc
-
-#
-# Distribution variables
-#
-
-
-DIST = Makefile.in
-
-#-------------------------------------------------------------------------
-
-all:
- (cd manual; make)
- (cd developers; make)
-
-
-configure: autoconf/configure.in autoconf/aclocal.m4 autoconf/acconfig.h autoconf/config.h.in
- cd $(srcdir);
- ${RMF} -f config.cache config.log config.out config.status src/config.h
- autoconf --prepend-include=$(srcdir)/autoconf \
- autoconf/configure.in > configure
- chmod 755 configure
-
-Makefile: Makefile.in
- cd $(topdir) \
- && CONFIG_FILES=$(thisdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
-
-Makefiles:
- $(SHELL) config.status
-
-
-SEDREPLACE = -e 's%@BACULA_VERSION@%$(VERSION)%g;'\
- -e 's%@BACULA_LSMDATE@%$(LSMDATE)%g;'\
- -e 's%@BACULA_DATE@%$(DATE)%g;'\
- -e 's%@BACULA_MAINTEMAIL@%$(MAINTEMAIL)%g;'\
- -e 's%@BACULA_MAINT@%$(MAINT)%g;'\
- -e 's%@BACULA_WEBPAGE@%$(WEBPAGE)%g;'\
- -e 's%@BACULA_WEBMAINTEMAIL@%$(WEBMAINTEMAIL)%g;'\
- -e 's%@BACULA_WEBMAINT@%$(WEBMAINT)%g;'\
- -e 's%@BACULA_FTPSITENAME@%$(FTPSITENAME)%g;'\
- -e 's%@BACULA_FTPSITEDIR@%$(FTPSITEDIR)%g;'
-
-
-$(basedir)/$(VERNAME).lsm: LSM.in $(srcdir)/../autoconf/Make.common.in $(srcdir)/../src/version.h
- $(SED) $(SEDREPLACE) < $(srcdir)/LSM.in > $@
-
-clean:
- $(RMF) *~ 1 2 3 bacula-doc*.tar.gz
- (cd manual; make clean)
- (cd manual-de; make clean)
- (cd manual-fr; make clean)
-
-realclean: clean
-
-distclean:
- $(RMF) Makefile
- $(RMF) -r CVS html-manual/CVS home-page/CVS techlogs/CVS
-
-devclean:
- $(RMF) Makefile
-
-depend:
-
-install:
-# $(INSTALL_DATA) bacula.1 $(DESTDIR)$(mandir)/$(manprefix)bacula.$(manext)
-
-uninstall:
-# -cd $(mandir); $(RMF) $(manprefix)bacula.$(manext)
-
-release:
- rm -rf bacula-docs-*
- mkdir -p bacula-docs-$(VERSION)
- cp -ap manual/bacula bacula-docs-$(VERSION)/web-manual
- mkdir -p bacula-docs-$(VERSION)/html-manual
- cp -p manual/bacula.html manual/*.png manual/*.css bacula-docs-$(VERSION)/html-manual/
- cp -p manual/bacula.pdf bacula-docs-$(VERSION)/
- cp -p developers/developers.pdf bacula-docs-$(VERSION)/
- cp -p $(BACULASRC)/kernstodo bacula-docs-$(VERSION)/
- cp -p $(BACULASRC)/ReleaseNotes bacula-docs-$(VERSION)/
- cp -p $(BACULASRC)/projects bacula-docs-$(VERSION)/
- find bacula-docs-$(VERSION) -name .cvsignore -exec rm -f {} \;
- find bacula-docs-$(VERSION) -name CVS -exec rm -rf {} \;
- rm -rf autom4te.cache; \
- tar cvfz bacula-docs-$(VERSION).tar.gz bacula-docs-$(VERSION)
- rm -rf bacula-docs-$(VERSION)
- @echo " "
- @echo "Release document is in: bacula-docs-$(VERSION).tar.gz"
- @echo " "
@rm -f *.cdx *.cnd *.ddx *.ddn *.fdx *.fnd *.ind *.sdx *.snd
@rm -f *.dnd
@rm -f *.old WARNINGS *.out *.toc *.idx
- @rm -f images.pl labels.pl internals.pl
@rm -f baculai-dir.tex baculai-fd.tex baculai-sd.tex \
baculai-console.tex baculai-general.tex images.tex
-distclean: clean
- @rm -f bacula.html bacula.pdf
+distclean:
+ @rm -f 1 2 3 *.tex~
+ @rm -f *.gif *.jpg *.eps
+ @rm -f *.aux *.cp *.fn *.ky *.log *.pg
+ @rm -f *.backup *.pdf *.ps *.dvi *.ilg *.lof *.lot
+ @rm -f *.cdx *.cnd *.ddx *.ddn *.fdx *.fnd *.ind *.sdx *.snd
+ @rm -f *.dnd imagename_translations
+ @rm -f *.old WARNINGS *.out *.toc *.idx
+ @rm -f images.pl labels.pl internals.pl
+ @rm -f baculai-dir.tex baculai-fd.tex baculai-sd.tex \
+ baculai-console.tex baculai-general.tex images.tex
@cp -fp ${IMAGES}/hires/*.eps .
dvipdf bacula.dvi bacula.pdf
# Rename for loading on Web site
- @cp -f bacula.pdf dev-bacula.pdf
@rm -f *.eps *.old
html:
@rm -f *.cdx *.cnd *.ddx *.ddn *.fdx *.fnd *.ind *.sdx *.snd
@rm -f *.dnd imagename_translations
@rm -f *.old WARNINGS *.out *.toc *.idx
- @rm -f images.pl labels.pl internals.pl
@rm -f baculai-dir.tex baculai-fd.tex baculai-sd.tex \
baculai-console.tex baculai-general.tex images.tex
-distclean: clean
- @rm -f bacula.html bacula.pdf dev-bacula.pdf
+distclean:
+ @rm -f 1 2 3 *.tex~
+ @rm -f *.gif *.jpg *.eps
+ @rm -f *.aux *.cp *.fn *.ky *.log *.pg
+ @rm -f *.backup *.pdf *.ps *.dvi *.ilg *.lof *.lot
+ @rm -f *.cdx *.cnd *.ddx *.ddn *.fdx *.fnd *.ind *.sdx *.snd
+ @rm -f *.dnd imagename_translations
+ @rm -f *.old WARNINGS *.out *.toc *.idx
+ @rm -f images.pl labels.pl internals.pl
+ @rm -f baculai-dir.tex baculai-fd.tex baculai-sd.tex \
+ baculai-console.tex baculai-general.tex images.tex