]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/Makefile.in
17Mar06
[bacula/bacula] / bacula / Makefile.in
index 6ca9e149c6e530e7d41d0e485543aeeb8d076893..f6cd26a08a142e702a805bc2aff55581d4af298f 100755 (executable)
@@ -4,6 +4,8 @@
 @MCOMMON@
 
 working_dir=@working_dir@
+dir_group=@dir_group@
+dir_user=@dir_user@
 
 srcdir =       @srcdir@
 VPATH =        @srcdir@
@@ -21,9 +23,9 @@ fd_subdirs = src scripts src/lib src/findlib src/filed \
             @GNOME_DIR@ @TRAY_MONITOR_DIR@ @WX_DIR@
 
 # Non-client-only directores
-subdirs =    src/cats src/dird src/stored src/tools
+subdirs =    src/cats @DIRD_DIR@ @STORED_DIR@ src/tools
 
-all_subdirs = ${fd_subdirs} ${@ALL_DIRS@}
+all_subdirs = ${fd_subdirs} ${@ALL_DIRS@} 
 
 DIST = INSTALL README.configure configure Makefile Makefile.in ChangeLog
 
@@ -54,6 +56,9 @@ bacula-fd: Makefile
        done
 
 #-------------------------------------------------------------------------
+autoconf/aclocal.m4: autoconf/configure.in autoconf/bacula-macros/* autoconf/gettext-macros/*
+       cd autoconf && aclocal -I bacula-macros -I gettext-macros
+
 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
@@ -85,6 +90,10 @@ installdirs:
        $(MKDIR) $(DESTDIR)$(sysconfdir)
        $(MKDIR) $(DESTDIR)$(scriptdir)
        $(MKDIR) $(DESTDIR)$(working_dir)
+       if test "x$(dir_user)" != "x" ; then \
+          chown -f $(dir_user) $(DESTDIR)$(working_dir); fi
+       if test "x$(dir_group)" != "x" ; then \
+          chown -f :$(dir_group) $(DESTDIR)$(working_dir); fi
 #      $(MKDIR) $(DESTDIR)$(mandir)
 
 gnomedirs:
@@ -113,34 +122,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 +172,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-handler)
 
        (cd src/cats; \
        chmod 755 create_bacula_database      update_bacula_tables     make_bacula_tables; \
@@ -187,25 +197,22 @@ clean:
 
 # 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 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 +222,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