X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=bacula%2FMakefile.in;h=59442a576ff2260f1df5160a687f009b1396a52e;hb=4071505c186f644023c2804cb5d45447452704ee;hp=3f805b3ad0cd4115f24d81cf19a406f94e533d8d;hpb=99e6d4a3be04f173b4bcd6ec77e1d1d63a3f2153;p=bacula%2Fbacula diff --git a/bacula/Makefile.in b/bacula/Makefile.in index 3f805b3ad0..59442a576f 100755 --- a/bacula/Makefile.in +++ b/bacula/Makefile.in @@ -16,8 +16,8 @@ first_rule: all dummy: # --client-only directories -fd_subdirs = src scripts doc src/lib src/findlib src/filed \ - @READLINE_SRC@ src/console rescue rescue/linux \ +fd_subdirs = src scripts src/lib src/findlib src/filed \ + @READLINE_SRC@ src/console \ @GNOME_DIR@ @TRAY_MONITOR_DIR@ @WX_DIR@ # Non-client-only directores @@ -38,7 +38,7 @@ MKDIR = $(srcdir)/autoconf/mkinstalldirs all: Makefile @for I in ${all_subdirs}; \ do (cd $$I; echo "==>Entering directory `pwd`"; \ - $(MAKE) $@ || (echo ""; echo ""; echo -e " \a\a ====== Error in `pwd` ======\a\a"; \ + $(MAKE) $@ || (echo ""; echo ""; echo " ====== Error in `pwd` ======"; \ echo ""; echo "";)); \ done @@ -49,7 +49,7 @@ depend: bacula-fd: Makefile @for I in ${fd_subdirs}; \ do (cd $$I; echo "==>Entering directory `pwd`"; \ - $(MAKE) all || (echo ""; echo ""; echo -e " \a\a ====== Error in `pwd` ======\a\a"; \ + $(MAKE) all || (echo ""; echo ""; echo " ====== Error in `pwd` ======; \ echo ""; echo "";)); \ done @@ -113,34 +113,34 @@ install-menu-consolehelper: gnomedirs ln -s $(DESTDIR)/usr/bin/consolehelper $(DESTDIR)/usr/bin/gnome-console install: installdirs - @for I in $(all_subdirs); do (cd $$I; $(MAKE) DESTDIR=$(DESTDIR) $@ || exit 1); 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 + @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) + (cd platforms && $(MAKE) DESTDIR=$(DESTDIR) $@ || exit 1) uninstall-autostart-dir: - (cd platforms; $(MAKE) DESTDIR=$(DESTDIR) $@ || exit 1) + (cd platforms && $(MAKE) DESTDIR=$(DESTDIR) $@ || exit 1) uninstall-autostart-fd: - (cd platforms; $(MAKE) DESTDIR=$(DESTDIR) $@ || exit 1) + (cd platforms && $(MAKE) DESTDIR=$(DESTDIR) $@ || exit 1) uninstall-autostart-sd: - (cd platforms; $(MAKE) DESTDIR=$(DESTDIR) $@ || exit 1) + (cd platforms && $(MAKE) DESTDIR=$(DESTDIR) $@ || exit 1) uninstall-menu: rm -f $(DESTDIR)/usr/share/pixmaps/bacula.png @@ -163,8 +163,9 @@ Makefile: Makefile.in Makefiles: $(SHELL) config.status (cd scripts; \ - chmod 755 startmysql stopmysql bacula fd startit stopit btraceback; \ - chmod 755 mtx-changer bconsole gconsole devel_bacula) + chmod 755 startmysql stopmysql bacula startit stopit btraceback; \ + chmod 755 mtx-changer bconsole gconsole devel_bacula; \ + chmod 755 dvd-freespace dvd-writepart) (cd src/cats; \ chmod 755 create_bacula_database update_bacula_tables make_bacula_tables; \ @@ -182,30 +183,27 @@ clean: @$(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) {} \; # clean for distribution distclean: - @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) + @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/* - @$(RMF) -r examples/devices/CVS autoconf/CVS autoconf/gnome-macros/CVS - @$(RMF) -r doc/techlogs/2002/CVS doc/techlogs/2001/CVS doc/techlogs/1.27/CVS - @$(RMF) -r examples/CVS intl/CVS scripts/CVS - @$(RMF) -r po/CVS src/immortal/CVS rescue/freebsd/CVS rescue/solaris/CVS - @$(RMF) -r CVS src/gnome-console/CVS src/tconsole/CVS + @$(RMF) working/* kerns-* + @$(RMF) -rf txt diff src/python src/testprogs 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) + @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 @@ -215,12 +213,12 @@ devclean: distdirs: mkdir ../$(VERNAME); mkdir ../$(VERNAME)/autoconf; - @for I in $(all_subdirs); do (cd $$I; $(MAKE) DESTDIR=$(DESTDIR) $@ || (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 $(all_subdirs); do (cd $$I; $(MAKE) DESTDIR=$(DESTDIR) $@ || 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