X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=bacula%2FMakefile.in;h=abc9c6f4b7338c8d032b68203aaf2e2b1d9950b1;hb=4f97db494e3f35d5458781c229d470b26aef75ec;hp=114c5ddc97938c95446f945a4bf1ba99d19ae496;hpb=1e7a949487de4a8f0b4fb88e317f038996180976;p=bacula%2Fbacula diff --git a/bacula/Makefile.in b/bacula/Makefile.in index 114c5ddc97..abc9c6f4b7 100755 --- a/bacula/Makefile.in +++ b/bacula/Makefile.in @@ -15,12 +15,13 @@ thisdir = . first_rule: all dummy: -fd_subdirs = src scripts doc src/lib src/findlib src/filed \ - rescue rescue/linux +# --client-only directories +fd_subdirs = src scripts src/lib src/findlib src/filed \ + @READLINE_SRC@ src/console \ + @GNOME_DIR@ @TRAY_MONITOR_DIR@ @WX_DIR@ - -subdirs = src/cats @READLINE_SRC@ src/console src/dird \ - src/stored @GNOME_DIR@ src/tools +# Non-client-only directores +subdirs = src/cats src/dird src/stored src/tools all_subdirs = ${fd_subdirs} ${@ALL_DIRS@} @@ -37,25 +38,33 @@ 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 depend: @for I in ${all_subdirs}; \ - do (cd $$I; echo "==>Entering directory `pwd`"; $(MAKE) $@ || exit 1); done + do (cd $$I; echo "==>Entering directory `pwd`"; $(MAKE) DESTDIR=$(DESTDIR) $@ || exit 1); done 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 #------------------------------------------------------------------------- configure: autoconf/configure.in autoconf/aclocal.m4 autoconf/acconfig.h autoconf/config.h.in cd $(srcdir); - autoconf --localdir=$(srcdir)/autoconf \ + ${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 @@ -66,7 +75,8 @@ config.status: autoconf/config.h.in: autoconf/configure.in autoconf/acconfig.h cd $(srcdir); - autoheader --localdir=$(srcdir)/autoconf \ + ${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 @@ -77,33 +87,74 @@ installdirs: $(MKDIR) $(DESTDIR)$(working_dir) # $(MKDIR) $(DESTDIR)$(mandir) +gnomedirs: + $(MKDIR) $(DESTDIR)/usr/share/pixmaps + $(MKDIR) $(DESTDIR)/usr/share/gnome/apps/System + $(MKDIR) $(DESTDIR)/usr/share/applications + $(MKDIR) $(DESTDIR)/etc/security/console.apps + $(MKDIR) $(DESTDIR)/etc/pam.d + +install-menu: gnomedirs + ${INSTALL_DATA} scripts/bacula.png $(DESTDIR)/usr/share/pixmaps/bacula.png + ${INSTALL_DATA} scripts/bacula.desktop.gnome1 $(DESTDIR)/usr/share/gnome/apps/System/bacula.desktop + ${INSTALL_DATA} scripts/bacula.desktop.gnome2 $(DESTDIR)/usr/share/applications/bacula.desktop + +install-menu-xsu: gnomedirs + ${INSTALL_DATA} scripts/bacula.png $(DESTDIR)/usr/share/pixmaps/bacula.png + ${INSTALL_DATA} scripts/bacula.desktop.gnome1.xsu $(DESTDIR)/usr/share/gnome/apps/System/bacula.desktop + ${INSTALL_DATA} scripts/bacula.desktop.gnome2.xsu $(DESTDIR)/usr/share/applications/bacula.desktop + +install-menu-consolehelper: gnomedirs + ${INSTALL_DATA} scripts/bacula.png $(DESTDIR)/usr/share/pixmaps/bacula.png + ${INSTALL_DATA} scripts/bacula.desktop.gnome1.consolehelper $(DESTDIR)/usr/share/gnome/apps/System/bacula.desktop + ${INSTALL_DATA} scripts/bacula.desktop.gnome2.consolehelper $(DESTDIR)/usr/share/applications/bacula.desktop + ${INSTALL_DATA} scripts/gnome-console.console_apps $(DESTDIR)/etc/security/console.apps/gnome-console + ${INSTALL_DATA} scripts/gnome-console.pamd $(DESTDIR)/etc/pam.d/gnome-console + 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 uninstall: @for I in $(all_subdirs); do (cd $$I; $(MAKE) DESTDIR=$(DESTDIR) $@ || exit 1); done -install-autostart: install-autostart-dir install-autostart-fd install-autostart-sd +install-autostart: + (cd platforms; $(MAKE) DESTDIR=$(DESTDIR) $@ || exit 1) install-autostart-dir: - (cd platforms; $(MAKE) $@ || exit 1) + (cd platforms; $(MAKE) DESTDIR=$(DESTDIR) $@ || exit 1) install-autostart-fd: - (cd platforms; $(MAKE) $@ || exit 1) + (cd platforms; $(MAKE) DESTDIR=$(DESTDIR) $@ || exit 1) install-autostart-sd: - (cd platforms; $(MAKE) $@ || exit 1) + (cd platforms; $(MAKE) DESTDIR=$(DESTDIR) $@ || exit 1) -uninstall-autostart: uninstall-autostart-dir uninstall-autostart-fd uninstall-autrun-sd +uninstall-autostart: + (cd platforms; $(MAKE) DESTDIR=$(DESTDIR) $@ || exit 1) uninstall-autostart-dir: - (cd platforms; $(MAKE) $@ || exit 1) + (cd platforms; $(MAKE) DESTDIR=$(DESTDIR) $@ || exit 1) uninstall-autostart-fd: - (cd platforms; $(MAKE) $@ || exit 1) + (cd platforms; $(MAKE) DESTDIR=$(DESTDIR) $@ || exit 1) uninstall-autostart-sd: - (cd platforms; $(MAKE) $@ || exit 1) + (cd platforms; $(MAKE) DESTDIR=$(DESTDIR) $@ || exit 1) + +uninstall-menu: + rm -f $(DESTDIR)/usr/share/pixmaps/bacula.png + rm -f $(DESTDIR)/usr/share/gnome/apps/System/bacula.desktop + rm -f $(DESTDIR)/usr/share/applications/bacula.desktop + +uninstall-menu-consolehelper: + rm -f $(DESTDIR)/usr/share/pixmaps/bacula.png + rm -f $(DESTDIR)/usr/share/gnome/apps/System/bacula.desktop + rm -f $(DESTDIR)/usr/share/applications/bacula.desktop + rm -f $(DESTDIR)/etc/security/console.apps/gnome-console + rm -f $(DESTDIR)/etc/pam.d/gnome-console + rm -f $(DESTDIR)/usr/bin/gnome-console + Makefile: Makefile.in cd $(topdir) \ @@ -112,19 +163,18 @@ 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 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; \ + 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}; \ @@ -132,6 +182,8 @@ clean: @(cd platforms; echo "==>Entering directory `pwd`"; ${MAKE} $@ || exit 1) @$(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 @@ -142,23 +194,31 @@ 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/* 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) + @(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 distdirs: mkdir ../$(VERNAME); mkdir ../$(VERNAME)/autoconf; - @for I in $(all_subdirs); do (cd $$I; $(MAKE) $@ || (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) $@ || 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