X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;ds=sidebyside;f=bacula%2FMakefile.in;h=83681b60658a5fd196b8e0ea566f7d272cee6e83;hb=3b541b56cdf05471ca8caa7c1ff895c979a900e2;hp=e68cc97c3921e3319998dfdfd6b76fe1aa870fba;hpb=34d8c5f57e3487c6394e07595e102d3c35875d14;p=bacula%2Fbacula diff --git a/bacula/Makefile.in b/bacula/Makefile.in index e68cc97c39..83681b6065 100755 --- a/bacula/Makefile.in +++ b/bacula/Makefile.in @@ -20,8 +20,8 @@ dummy: # --client-only directories fd_subdirs = src scripts src/lib src/findlib src/filed \ - @READLINE_SRC@ @BAT_DIR@ @GNOME_DIR@ @TRAY_MONITOR_DIR@ @WX_DIR@ \ - src/console src/plugins/fd + @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 @@ -34,6 +34,9 @@ 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@ @@ -42,8 +45,8 @@ 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 ""; exit 1;)); \ done depend: @@ -53,13 +56,18 @@ depend: 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 ""; exit 1;)); \ done #------------------------------------------------------------------------- + autoconf/aclocal.m4: autoconf/configure.in autoconf/bacula-macros/* autoconf/gettext-macros/* autoconf/libtool/* - cd autoconf && aclocal -I bacula-macros -I gettext-macros -I 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); @@ -81,13 +89,15 @@ autoconf/config.h.in: autoconf/configure.in autoconf/acconfig.h autoconf/configure.in > autoconf/config.h.in chmod 644 autoconf/config.h.in -libtool: $(LIBTOOL_DEPS) +libtool: Makefile $(LIBTOOL_DEPS) $(SHELL) ./config.status --recheck installdirs: $(MKDIR) $(DESTDIR)$(sbindir) $(MKDIR) $(DESTDIR)$(sysconfdir) $(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); \ @@ -125,6 +135,7 @@ install-menu-consolehelper: gnomedirs 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: @@ -184,9 +195,11 @@ Makefiles: chmod 755 create_@DB_TYPE@_database update_@DB_TYPE@_tables make_@DB_TYPE@_tables; \ chmod 755 grant_@DB_TYPE@_privileges drop_@DB_TYPE@_tables drop_@DB_TYPE@_database; \ chmod 755 make_catalog_backup delete_catalog_backup) + (cd src/qt-console; \ + chmod 755 install_conf_file build-depkgs-qt-console) clean: - @for I in ${all_subdirs} src/win32; \ + @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