]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/Makefile.in
Implement Device Spool directory and sizes
[bacula/bacula] / bacula / Makefile.in
index 65b008f80c610d44caf9587d89658527b7ca0a67..c242ef036e52a7415e36e513c8298494172cc65a 100755 (executable)
@@ -55,9 +55,17 @@ bacula-fd: Makefile
 #-------------------------------------------------------------------------
 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
        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
 
 config.status:
@@ -66,6 +74,7 @@ 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
        autoheader --prepend-include=$(srcdir)/autoconf \
        autoconf/configure.in > autoconf/config.h.in
        chmod 644 autoconf/config.h.in
@@ -112,19 +121,17 @@ Makefile: Makefile.in
 Makefiles:
        $(SHELL) config.status
        (cd scripts; \
-          chmod 755 startmysql stopmysql bacula fd startit stopit btraceback; \
-          chmod 755 mtx-changer console gconsole)
-       chmod 755 src/cats/make_mysql_tables src/cats/drop_mysql_tables
-       chmod 755 src/cats/make_sqlite_tables src/cats/drop_sqlite_tables
-       chmod 755 src/cats/make_bdb_tables src/cats/drop_bdb_tables
-       chmod 755 src/cats/make_test_tables src/cats/drop_test_tables
-       chmod 755 src/cats/create_mysql_database
-       chmod 755 src/cats/make_catalog_backup src/cats/delete_catalog_backup
-       chmod 755 src/cats/alter_mysql_tables
-       chmod 755 src/cats/create_sqlite_database
-       chmod 755 src/cats/alter_sqlite_tables
-       chmod 755 src/cats/create_bdb_database
-       chmod 755 src/cats/grant_mysql_privileges
+       chmod 755 startmysql stopmysql bacula fd startit stopit btraceback; \
+       chmod 755 mtx-changer bconsole gconsole 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)
 
 clean:
        @for I in ${all_subdirs}; \
@@ -142,7 +149,7 @@ distclean:
        @(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) console gconsole
+       @$(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