]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/Makefile.in
Make changes to slackware as requested by Phil
[bacula/bacula] / bacula / Makefile.in
index c242ef036e52a7415e36e513c8298494172cc65a..28f4cae267339e7a03663558ab5f351954903b74 100755 (executable)
@@ -92,7 +92,8 @@ install: installdirs
 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) DESTDIR=$(DESTDIR) $@ || exit 1) 
@@ -103,7 +104,8 @@ install-autostart-fd:
 install-autostart-sd:
        (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) DESTDIR=$(DESTDIR) $@ || exit 1)
@@ -158,6 +160,17 @@ distclean:
        @$(RMF) -r po/CVS src/immortal/CVS rescue/freebsd/CVS rescue/solaris/CVS
        @$(RMF) -r CVS src/gnome-console/CVS src/tconsole/CVS
 
+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/*
+
 distdirs:
        mkdir ../$(VERNAME);
        mkdir ../$(VERNAME)/autoconf;