X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=bacula%2FMakefile.in;h=c970d9128253f3f6c0c9959e5df136cb117a0336;hb=19b1507a7cb05f358098e87dd032d4f5a4d6dc7a;hp=6ea2fb2cbec4ba4d0f84f027c03cd8955ad6c027;hpb=f3b33c863e725b60b4e3fe1930408833e6ccd64e;p=bacula%2Fbacula diff --git a/bacula/Makefile.in b/bacula/Makefile.in index 6ea2fb2cbe..c970d91282 100755 --- a/bacula/Makefile.in +++ b/bacula/Makefile.in @@ -1,9 +1,12 @@ # # Version $Id$ -# +# Master Makefile +# @MCOMMON@ working_dir=@working_dir@ +dir_group=@dir_group@ +dir_user=@dir_user@ srcdir = @srcdir@ VPATH = @srcdir@ @@ -15,11 +18,15 @@ thisdir = . first_rule: all dummy: -subdirs = src doc src/lib src/findlib src/cats \ - @READLINE_SRC@ src/console src/dird src/filed \ - src/stored @GNOME_DIR@ +# --client-only directories +fd_subdirs = src scripts src/lib src/findlib src/filed \ + @READLINE_SRC@ @BAT_DIR@ @TRAY_MONITOR_DIR@ @WX_DIR@ \ + src/console @FD_PLUGIN_DIR@ + +# Non-client-only directores +subdirs = src/cats @DIRD_DIR@ @STORED_DIR@ src/tools -FDsubdirs = src/lib src/findlib src/filed +all_subdirs = ${fd_subdirs} ${@ALL_DIRS@} manpages DIST = INSTALL README.configure configure Makefile Makefile.in ChangeLog @@ -27,34 +34,49 @@ DIST_CFG = autoconf/aclocal.m4 autoconf/configure.in \ autoconf/config.h.in autoconf/acconfig.h autoconf/Make.common.in \ autoconf/install-sh autoconf/mkinstalldirs +doc_files = VERIFYING technotes ChangeLog README ReleaseNotes LICENSE \ + INSTALL + MKDIR = $(srcdir)/autoconf/mkinstalldirs +LIBTOOL_DEPS = @LIBTOOL_DEPS@ #------------------------------------------------------------------------- all: Makefile - @for I in ${subdirs}; \ + @for I in ${all_subdirs}; \ do (cd $$I; echo "==>Entering directory `pwd`"; \ - $(MAKE) $@ || (echo ""; echo ""; echo " ====== Error in `pwd` ======"; \ - echo ""; echo "";)); \ + $(MAKE) DESTDIR=$(DESTDIR) $@ || (echo ""; echo ""; echo " ====== Error in `pwd` ======"; \ + echo ""; echo ""; exit 1;)); \ done depend: - @for I in ${subdirs}; \ - do (cd $$I; echo "==>Entering directory `pwd`"; $(MAKE) $@ || exit 1); done + @for I in ${all_subdirs}; \ + do (cd $$I; echo "==>Entering directory `pwd`"; $(MAKE) DESTDIR=$(DESTDIR) $@ || exit 1); done bacula-fd: Makefile - @for I in ${FDsubdirs}; \ + @for I in ${fd_subdirs}; \ do (cd $$I; echo "==>Entering directory `pwd`"; \ - $(MAKE) all || (echo ""; echo ""; echo " ====== Error in `pwd` ======"; \ - echo ""; echo "";)); \ + $(MAKE) DESTDIR=$(DESTDIR) all || (echo ""; echo ""; echo " ====== Error in `pwd` ======"; \ + echo ""; echo ""; exit 1;)); \ done #------------------------------------------------------------------------- + +autoconf/aclocal.m4: autoconf/configure.in autoconf/bacula-macros/* autoconf/gettext-macros/* autoconf/libtool/* + +# Note, the following is needed in the above if ever any new macro is added. +# However, at the current time, the -I libtool causes the autoconf/aclocal.m4 +# get messed up, so this is commented out +# cd autoconf && aclocal -I bacula-macros -I gettext-macros -I libtool + configure: autoconf/configure.in autoconf/aclocal.m4 autoconf/acconfig.h autoconf/config.h.in cd $(srcdir); - autoconf --localdir=$(srcdir)/autoconf \ + ${RMF} config.cache config.log config.out config.status src/config.h + ${RMF} -r autoconf/autom4te.cache autom4te.cache + autoconf --prepend-include=$(srcdir)/autoconf \ autoconf/configure.in > configure chmod 755 configure + ${RMF} -r autoconf/autom4te.cache autom4te.cache config.status: if test -x config.status; then config.status --recheck; \ @@ -62,55 +84,99 @@ config.status: autoconf/config.h.in: autoconf/configure.in autoconf/acconfig.h cd $(srcdir); - autoheader --localdir=$(srcdir)/autoconf \ + ${RMF} config.cache config.log config.out config.status src/config.h + autoheader --prepend-include=$(srcdir)/autoconf \ autoconf/configure.in > autoconf/config.h.in chmod 644 autoconf/config.h.in +libtool: Makefile $(LIBTOOL_DEPS) + $(SHELL) ./config.status --recheck + installdirs: $(MKDIR) $(DESTDIR)$(sbindir) $(MKDIR) $(DESTDIR)$(sysconfdir) - $(MKDIR) $(DESTDIR)$(working_dir) -# $(MKDIR) $(DESTDIR)$(mandir) + $(MKDIR) $(DESTDIR)$(scriptdir) + $(MKDIR) $(DESTDIR)$(docdir) + $(MKDIR) $(DESTDIR)$(archivedir) + -if test ! -d $(DESTDIR)$(working_dir) ; then \ + $(MKDIR) $(DESTDIR)$(working_dir); \ + chmod 770 $(DESTDIR)$(working_dir); \ + fi + -if test "x$(dir_user)" != "x" ; then \ + chown $(dir_user) $(DESTDIR)$(working_dir); \ + fi + -if test "x$(dir_group)" != "x" ; then \ + chgrp $(dir_group) $(DESTDIR)$(working_dir); \ + fi + +gnomedirs: + $(MKDIR) $(DESTDIR)/usr/share/pixmaps + $(MKDIR) $(DESTDIR)/usr/share/gnome/apps/System + $(MKDIR) $(DESTDIR)/usr/share/applications + $(MKDIR) $(DESTDIR)/etc/security/console.apps + $(MKDIR) $(DESTDIR)/etc/pam.d + +install-menu: gnomedirs + ${INSTALL_DATA} scripts/bacula.png $(DESTDIR)/usr/share/pixmaps/bacula.png + ${INSTALL_DATA} scripts/bacula.desktop.gnome1 $(DESTDIR)/usr/share/gnome/apps/System/bacula.desktop + ${INSTALL_DATA} scripts/bacula.desktop.gnome2 $(DESTDIR)/usr/share/applications/bacula.desktop + +install-menu-xsu: gnomedirs + ${INSTALL_DATA} scripts/bacula.png $(DESTDIR)/usr/share/pixmaps/bacula.png + ${INSTALL_DATA} scripts/bacula.desktop.gnome1.xsu $(DESTDIR)/usr/share/gnome/apps/System/bacula.desktop + ${INSTALL_DATA} scripts/bacula.desktop.gnome2.xsu $(DESTDIR)/usr/share/applications/bacula.desktop + +install-menu-consolehelper: gnomedirs + ${INSTALL_DATA} scripts/bacula.png $(DESTDIR)/usr/share/pixmaps/bacula.png + ${INSTALL_DATA} scripts/bacula.desktop.gnome1.consolehelper $(DESTDIR)/usr/share/gnome/apps/System/bacula.desktop + ${INSTALL_DATA} scripts/bacula.desktop.gnome2.consolehelper $(DESTDIR)/usr/share/applications/bacula.desktop + ${INSTALL_DATA} scripts/gnome-console.console_apps $(DESTDIR)/etc/security/console.apps/gnome-console + ${INSTALL_DATA} scripts/gnome-console.pamd $(DESTDIR)/etc/pam.d/gnome-console + ln -s $(DESTDIR)/usr/bin/consolehelper $(DESTDIR)/usr/bin/gnome-console install: installdirs - $(INSTALL_SCRIPT) startmysql $(DESTDIR)$(sysconfdir)/startmysql - $(INSTALL_SCRIPT) stopmysql $(DESTDIR)$(sysconfdir)/stopmysql - $(INSTALL_SCRIPT) console $(DESTDIR)$(sysconfdir)/console - $(INSTALL_SCRIPT) bacula $(DESTDIR)$(sysconfdir)/bacula - $(INSTALL_SCRIPT) fd $(DESTDIR)$(sysconfdir)/fd - $(INSTALL_SCRIPT) btraceback $(DESTDIR)$(sysconfdir)/btraceback - $(INSTALL_DATA) btraceback.gdb $(DESTDIR)$(sysconfdir)/btraceback.gdb - @for I in $(subdirs); do (cd $$I; $(MAKE) DESTDIR=$(DESTDIR) $@ || exit 1); done + @for I in $(doc_files) ; do $(INSTALL_DATA) $$I $(DESTDIR)${docdir}; done + @for I in $(all_subdirs); do (cd $$I && $(MAKE) DESTDIR=$(DESTDIR) $@ || exit 1); done uninstall: - (cd $(DESTDIR)$(sysconfdir); $(RMF) startmysql) - (cd $(DESTDIR)$(sysconfdir); $(RMF) stopmysql) - (cd $(DESTDIR)$(sysconfdir); $(RMF) console) - (cd $(DESTDIR)$(sysconfdir); $(RMF) bacula) - (cd $(DESTDIR)$(sysconfdir); $(RMF) fd) - @for I in $(subdirs); do (cd $$I; $(MAKE) DESTDIR=$(DESTDIR) $@ || exit 1); done + @for I in $(all_subdirs); do (cd $$I && $(MAKE) DESTDIR=$(DESTDIR) $@ || exit 1); done -install-autostart: install-autostart-dir install-autostart-fd install-autostart-sd +install-autostart: + (cd platforms && $(MAKE) DESTDIR=$(DESTDIR) $@ || exit 1) install-autostart-dir: - (cd platforms; $(MAKE) $@ || exit 1) + (cd platforms && $(MAKE) DESTDIR=$(DESTDIR) $@ || exit 1) install-autostart-fd: - (cd platforms; $(MAKE) $@ || exit 1) + (cd platforms && $(MAKE) DESTDIR=$(DESTDIR) $@ || exit 1) install-autostart-sd: - (cd platforms; $(MAKE) $@ || exit 1) + (cd platforms && $(MAKE) DESTDIR=$(DESTDIR) $@ || exit 1) -uninstall-autostart: uninstall-autostart-dir uninstall-autostart-fd uninstall-autrun-sd +uninstall-autostart: + (cd platforms && $(MAKE) DESTDIR=$(DESTDIR) $@ || exit 1) uninstall-autostart-dir: - (cd platforms; $(MAKE) $@ || exit 1) + (cd platforms && $(MAKE) DESTDIR=$(DESTDIR) $@ || exit 1) uninstall-autostart-fd: - (cd platforms; $(MAKE) $@ || exit 1) + (cd platforms && $(MAKE) DESTDIR=$(DESTDIR) $@ || exit 1) uninstall-autostart-sd: - (cd platforms; $(MAKE) $@ || exit 1) + (cd platforms && $(MAKE) DESTDIR=$(DESTDIR) $@ || exit 1) + +uninstall-menu: + $(RMF) $(DESTDIR)/usr/share/pixmaps/bacula.png + $(RMF) $(DESTDIR)/usr/share/gnome/apps/System/bacula.desktop + $(RMF) $(DESTDIR)/usr/share/applications/bacula.desktop + +uninstall-menu-consolehelper: + $(RMF) $(DESTDIR)/usr/share/pixmaps/bacula.png + $(RMF) $(DESTDIR)/usr/share/gnome/apps/System/bacula.desktop + $(RMF) $(DESTDIR)/usr/share/applications/bacula.desktop + $(RMF) $(DESTDIR)/etc/security/console.apps/gnome-console + $(RMF) $(DESTDIR)/etc/pam.d/gnome-console + $(RMF) $(DESTDIR)/usr/bin/gnome-console Makefile: Makefile.in cd $(topdir) \ @@ -118,52 +184,75 @@ Makefile: Makefile.in Makefiles: $(SHELL) config.status - chmod 755 startmysql stopmysql bacula fd startit stopit btraceback - chmod 755 src/console/btraceback src/lib/btraceback - chmod 755 src/dird/btraceback src/filed/btraceback - chmod 755 src/stored/btraceback - chmod 755 src/cats/make_mysql_tables src/cats/drop_mysql_tables - chmod 755 src/cats/make_sqlite_tables src/cats/drop_sqlite_tables - chmod 755 src/cats/make_bdb_tables src/cats/drop_bdb_tables - chmod 755 src/cats/make_test_tables src/cats/drop_test_tables - chmod 755 src/cats/create_mysql_database - chmod 755 src/cats/create_sqlite_database - chmod 755 src/cats/create_bdb_database - chmod 755 src/cats/grant_mysql_privileges + (cd scripts; \ + chmod 755 startmysql stopmysql bacula startit stopit btraceback; \ + chmod 755 mtx-changer bconsole gconsole devel_bacula; \ + chmod 755 dvd-handler) + + (cd src/cats; \ + chmod 755 create_bacula_database update_bacula_tables make_bacula_tables; \ + chmod 755 grant_bacula_privileges drop_bacula_tables drop_bacula_database; \ + chmod 755 make_catalog_backup delete_catalog_backup) + + @for I in @DB_BACKENDS@ ; do \ + (cd src/cats; \ + chmod 755 create_$${I}_database update_$${I}_tables make_$${I}_tables; \ + chmod 755 grant_$${I}_privileges drop_$${I}_tables drop_$${I}_database); \ + done + + (cd src/qt-console; \ + chmod 755 install_conf_file build-depkgs-qt-console) clean: - @for I in ${subdirs}; \ + @for I in ${all_subdirs} ; \ do (cd $$I; echo "==>Entering directory `pwd`"; ${MAKE} $@ || exit 1); done @(cd platforms; echo "==>Entering directory `pwd`"; ${MAKE} $@ || exit 1) - @$(RMF) *~ 1 2 3 core core.* + @$(RMF) *~ 1 2 3 core core.* config.guess console.log console.sum + @$(RMF) examples/1 examples/2 examples/devices/1 examples/devices/2 + @$(RMF) -r autom4te.cache + @find . -name ".#*" -exec $(RMF) {} \; + -# distclean goal is for making a clean source tree, but if you have run -# configure from a different directory, then doesn't destroy all your -# hardly compiled and linked stuff. That's why there is always $(srcdir)/ -# In that case most of those commands do nothing, except cleaning *~ -# and cleaning source links. +# clean for distribution distclean: - @for I in $(subdirs); do (cd $$I; $(MAKE) $@ || exit 1); done - @for I in $(subdirs); do (cd $$I; $(RMF) startit stopit btraceback btraceback.gdb); done - @(cd $(srcdir); $(RMF) *~ config.cache config.h config.log config.status config.out) - @(cd $(srcdir); $(RMF) Makefile autoconf/Make.common) + @for I in $(all_subdirs); do (cd $$I && $(MAKE) $@ || exit 1); done + @for I in $(all_subdirs); do (cd $$I && $(RMF) startit stopit btraceback); done + @(cd $(srcdir) && $(RMF) *~ config.cache config.h config.log config.status config.out) + @(cd $(srcdir) && $(RMF) Makefile autoconf/Make.common) @(cd platforms; echo "==>Entering directory `pwd`"; ${MAKE} $@ || exit 1) @$(RMF) bacula fd Makefile startmysql stopmysql startit stopit btraceback - @$(RMF) *~ 1 2 3 core core.* + @$(RMF) bconsole gconsole + @$(RMF) *~ 1 2 3 core core.* config.guess console.log console.sum + @$(RMF) working/* kerns-* + @$(RMF) -rf txt diff src/python src/testprogs + @$(RMF) libtool + +devclean: + @for I in $(all_subdirs); do (cd $$I && $(MAKE) $@ || exit 1); done + @for I in $(all_subdirs); do (cd $$I && $(RMF) startit stopit btraceback); done + @(cd $(srcdir) && $(RMF) *~ config.cache config.h config.log config.status config.out) + @(cd $(srcdir) && $(RMF) Makefile autoconf/Make.common) + @(cd platforms; echo "==>Entering directory `pwd`"; ${MAKE} $@ || exit 1) + @$(RMF) bacula fd Makefile startmysql stopmysql startit stopit btraceback + @$(RMF) bconsole gconsole + @$(RMF) *~ 1 2 3 core core.* config.guess console.log console.sum @$(RMF) working/* distdirs: mkdir ../$(VERNAME); mkdir ../$(VERNAME)/autoconf; - @for I in $(subdirs); do (cd $$I; $(MAKE) $@ || (echo "Failed to make distclean in $$I"; exit 0) ); done + @for I in $(all_subdirs); do (cd $$I && $(MAKE) DESTDIR=$(DESTDIR) $@ || (echo "Failed to make distclean in $$I"; exit 0) ); done distcopy: $(CP) -p $(DIST) ../$(VERNAME); $(CP) -p $(DIST_CFG) ../$(VERNAME)/autoconf; - @for I in $(subdirs); do (cd $$I; $(MAKE) $@ || exit 1); done + @for I in $(all_subdirs); do (cd $$I && $(MAKE) DESTDIR=$(DESTDIR) $@ || exit 1); done distrib: configure autoconf/config.h.in distdirs distcopy +test: + + tar.gz: ../$(VERNAME).tar.gz ../$(VERNAME).tar.gz: (cd ..; tar cvf - $(VERNAME) | gzip -f9 > $(VERNAME).tar.gz)