]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/Makefile.in
- Correct typo in Copyright
[bacula/bacula] / bacula / Makefile.in
index cd4ec84ce70b1d733f22db92cefdcf5780c03883..abc9c6f4b7338c8d032b68203aaf2e2b1d9950b1 100755 (executable)
@@ -16,7 +16,7 @@ first_rule: all
 dummy:
 
 # --client-only directories
-fd_subdirs = src scripts doc src/lib src/findlib src/filed \
+fd_subdirs = src scripts src/lib src/findlib src/filed \
             @READLINE_SRC@ src/console \
             @GNOME_DIR@ @TRAY_MONITOR_DIR@ @WX_DIR@
 
@@ -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; \
@@ -176,7 +177,7 @@ Makefiles:
        chmod 755 make_catalog_backup delete_catalog_backup)
 
 clean:
-       @for I in ${all_subdirs} doc/latex doc/latex-fr; \
+       @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
@@ -187,7 +188,7 @@ clean:
 
 # clean for distribution
 distclean:
-       @for I in $(all_subdirs) doc/latex doc/latex-fr; do (cd $$I; $(MAKE) $@ || exit 1); done
+       @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)
@@ -195,15 +196,11 @@ 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/*
-#      @$(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) doc/latex doc/latex-fr; do (cd $$I; $(MAKE) $@ || exit 1); done
+       @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)