X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=bacula%2FMakefile.in;h=1a80577e8764b5bb65ff519b2d779c4cfc0ef981;hb=HEAD;hp=015e38a6dbaad914cac475e8bca43eb18fd5e787;hpb=46bce52552eae85045a274ed9a223149b6c1b9f5;p=bacula%2Fbacula diff --git a/bacula/Makefile.in b/bacula/Makefile.in index 015e38a6db..1a80577e87 100755 --- a/bacula/Makefile.in +++ b/bacula/Makefile.in @@ -1,6 +1,9 @@ -# -# Version $Id$ -# +# +# Master Makefile +# +# Copyright (C) 2000-2015 Kern Sibbald +# License: BSD 2-Clause; see file LICENSE-FOSS +# @MCOMMON@ working_dir=@working_dir@ @@ -10,8 +13,8 @@ dir_user=@dir_user@ srcdir = @srcdir@ VPATH = @srcdir@ .PATH: @srcdir@ -topdir = . -thisdir = . +topdir = @BUILD_DIR@ +thisdir = @BUILD_DIR@ first_rule: all @@ -19,13 +22,12 @@ dummy: # --client-only directories fd_subdirs = src scripts src/lib src/findlib src/filed \ - @READLINE_SRC@ src/console \ - @GNOME_DIR@ @TRAY_MONITOR_DIR@ @WX_DIR@ + @READLINE_SRC@ @BAT_DIR@ src/console @FD_PLUGIN_DIR@ # Non-client-only directores subdirs = src/cats @DIRD_DIR@ @STORED_DIR@ src/tools -all_subdirs = ${fd_subdirs} ${@ALL_DIRS@} +all_subdirs = ${fd_subdirs} ${@ALL_DIRS@} manpages DIST = INSTALL README.configure configure Makefile Makefile.in ChangeLog @@ -33,46 +35,50 @@ 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 ChangeLog README ReleaseNotes LICENSE \ + LICENSE-FAQ LICENSE-FOSS INSTALL + MKDIR = $(srcdir)/autoconf/mkinstalldirs +LIBTOOL_DEPS = @LIBTOOL_DEPS@ #------------------------------------------------------------------------- all: Makefile @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 ""; false ) || false) || exit 1; \ done depend: @for I in ${all_subdirs}; \ do (cd $$I; echo "==>Entering directory `pwd`"; $(MAKE) DESTDIR=$(DESTDIR) $@ || exit 1); done -bacula-fd: Makefile +bacula-fd: Makefile @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 ""; false ) || false) || exit 1; \ done #------------------------------------------------------------------------- -autoconf/aclocal.m4: autoconf/configure.in autoconf/bacula-macros/* autoconf/gettext-macros/* - cd autoconf && aclocal -I bacula-macros -I gettext-macros + +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); - ${RMF} -f config.cache config.log config.out config.status src/config.h + ${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 - -old-configure: autoconf/configure.in autoconf/aclocal.m4 autoconf/acconfig.h - cd $(srcdir); - ${RMF} -f config.cache config.log config.out config.status src/config.h - autoconf --include=$(srcdir)/autoconf \ - autoconf/configure.in > configure - chmod 755 configure - @rm -f config.cache + ${RMF} -r autoconf/autom4te.cache autom4te.cache config.status: if test -x config.status; then config.status --recheck; \ @@ -80,69 +86,60 @@ config.status: autoconf/config.h.in: autoconf/configure.in autoconf/acconfig.h cd $(srcdir); - ${RMF} -f config.cache config.log config.out config.status src/config.h + ${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) + chmod 770 $(DESTDIR)$(sysconfdir) + -if test "x$(dir_user)" != "x" ; then \ + chown $(dir_user) $(DESTDIR)$(sysconfdir); \ + fi + -if test "x$(dir_group)" != "x" ; then \ + chgrp $(dir_group) $(DESTDIR)$(sysconfdir); \ + fi $(MKDIR) $(DESTDIR)$(scriptdir) - if test ! -e $(DESTDIR)$(working_dir) ; then \ + $(MKDIR) $(DESTDIR)$(docdir) + $(MKDIR) $(DESTDIR)$(archivedir) + $(MKDIR) $(DESTDIR)$(bsrdir) + $(MKDIR) $(DESTDIR)${logdir} + -if test ! -d $(DESTDIR)$(working_dir) ; then \ $(MKDIR) $(DESTDIR)$(working_dir); \ - -chmod 770 $(DESTDIR)$(working_dir); \ + chmod 770 $(DESTDIR)$(working_dir); \ fi - if test "x$(dir_user)" != "x" ; then \ - -chown -f $(dir_user) $(DESTDIR)$(working_dir); \ + -if test "x$(dir_user)" != "x" ; then \ + chown $(dir_user) $(DESTDIR)$(working_dir); \ + chown $(dir_user) $(DESTDIR)$(logdir); \ fi - if test "x$(dir_group)" != "x" ; then \ - -chown -f :$(dir_group) $(DESTDIR)$(working_dir); \ + -if test "x$(dir_group)" != "x" ; then \ + chgrp $(dir_group) $(DESTDIR)$(working_dir); \ + chgrp $(dir_group) $(DESTDIR)$(logdir); \ fi -# $(MKDIR) $(DESTDIR)$(mandir) - -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 + @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: @for I in $(all_subdirs); do (cd $$I && $(MAKE) DESTDIR=$(DESTDIR) $@ || exit 1); done install-autostart: - (cd platforms && $(MAKE) DESTDIR=$(DESTDIR) $@ || exit 1) + (cd platforms && $(MAKE) DESTDIR=$(DESTDIR) $@ || exit 1) install-autostart-dir: - (cd platforms && $(MAKE) DESTDIR=$(DESTDIR) $@ || exit 1) + (cd platforms && $(MAKE) DESTDIR=$(DESTDIR) $@ || exit 1) install-autostart-fd: - (cd platforms && $(MAKE) DESTDIR=$(DESTDIR) $@ || exit 1) + (cd platforms && $(MAKE) DESTDIR=$(DESTDIR) $@ || exit 1) install-autostart-sd: - (cd platforms && $(MAKE) DESTDIR=$(DESTDIR) $@ || exit 1) + (cd platforms && $(MAKE) DESTDIR=$(DESTDIR) $@ || exit 1) uninstall-autostart: (cd platforms && $(MAKE) DESTDIR=$(DESTDIR) $@ || exit 1) @@ -156,20 +153,6 @@ uninstall-autostart-fd: uninstall-autostart-sd: (cd platforms && $(MAKE) DESTDIR=$(DESTDIR) $@ || exit 1) -uninstall-menu: - rm -f $(DESTDIR)/usr/share/pixmaps/bacula.png - rm -f $(DESTDIR)/usr/share/gnome/apps/System/bacula.desktop - rm -f $(DESTDIR)/usr/share/applications/bacula.desktop - -uninstall-menu-consolehelper: - rm -f $(DESTDIR)/usr/share/pixmaps/bacula.png - rm -f $(DESTDIR)/usr/share/gnome/apps/System/bacula.desktop - rm -f $(DESTDIR)/usr/share/applications/bacula.desktop - rm -f $(DESTDIR)/etc/security/console.apps/gnome-console - rm -f $(DESTDIR)/etc/pam.d/gnome-console - rm -f $(DESTDIR)/usr/bin/gnome-console - - Makefile: Makefile.in cd $(topdir) \ && CONFIG_FILES=$(thisdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status @@ -177,25 +160,29 @@ Makefile: Makefile.in Makefiles: $(SHELL) config.status (cd scripts; \ - chmod 755 startmysql stopmysql bacula startit stopit btraceback; \ - chmod 755 mtx-changer bconsole gconsole devel_bacula; \ - chmod 755 dvd-handler) - + chmod 755 bacula sbtraceback \ + mtx-changer bconsole devel_bacula) (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 create_@DB_NAME@_database update_@DB_NAME@_tables make_@DB_NAME@_tables; \ - chmod 755 grant_@DB_NAME@_privileges drop_@DB_NAME@_tables drop_@DB_NAME@_database; \ - chmod 755 make_catalog_backup delete_catalog_backup) + chmod 755 create_bacula_database update_bacula_tables \ + make_bacula_tables grant_bacula_privileges drop_bacula_tables \ + drop_bacula_database 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 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 ${all_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.* 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) {} \; + @find . -name ".#*" -exec $(RMF) {} \; # clean for distribution @@ -208,8 +195,9 @@ distclean: @$(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/* kerns-* + @$(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 @@ -234,22 +222,4 @@ distcopy: 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) - -tar.Z: ../$(VERNAME).tar.Z -../$(VERNAME).tar.Z: - (cd ..; tar cvf - $(VERNAME) | compress > $(VERNAME).tar.Z) - -tar.bz2: ../$(VERNAME).tar.bz2 -../$(VERNAME).tar.bz2: - (cd ..; tar cvf - $(VERNAME) | bzip2 -f9 > $(VERNAME).tar.bz2) - -uuencode: tar.gz - uuencode ../$(VERNAME).tar.gz $(VERNAME).tar.gz > ../$(VERNAME).tgz.uu - # ------------------------------------------------------------------------