]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/Makefile.in
Fix bug reported by jesper@schmitz.computer where bat hangs on FreeBSD
[bacula/bacula] / bacula / src / Makefile.in
index 8b67e61486fb7dd16e7fcd2eedceb01c43edf7be..88c382758610cb1bc77b333d168f77cab66da4a4 100644 (file)
@@ -1,5 +1,6 @@
 #
-# Version $Id$
+# Copyright (C) 2000-2015 Kern Sibbald
+# License: BSD 2-Clause; see file LICENSE-FOSS
 #
 @MCOMMON@
 
@@ -8,9 +9,9 @@ VPATH =         .
 .PATH:         .
 
 # one up
-basedir = ..
+basedir = @BUILD_DIR@
 # top dir
-topdir = ..
+topdir = @BUILD_DIR@
 # this dir relative to top dir
 thisdir = src
 
@@ -37,20 +38,24 @@ Makefile: $(srcdir)/Makefile.in $(topdir)/config.status
        cd $(topdir) \
          && CONFIG_FILES=$(thisdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
 
-
 clean:
        @$(RMF) core core.* a.out *.o *.bak *~ *.intpro *.extpro 1 2 3
-       (cd gnome-console; $(MAKE) clean)
-       (cd gnome2-console; $(MAKE) clean)
+       @$(RMF) AUTHORS ChangeLog Makefile.am NEWS README acconfig.h autogen.sh 
+       @$(RMF) configure.in stamp.h stamp-h.in
+       @$(RMF) -r po
 
 realclean: clean
        @$(RMF) tags
 
 distclean: realclean
        if test $(srcdir) = .; then $(MAKE) realclean; fi
-       @(cd $(srcdir); $(RMF) Makefile)
+       @(cd $(srcdir) && $(RMF) Makefile)
+       @$(RMF) config.h host.h
+
+devclean: realclean
+       if test $(srcdir) = .; then $(MAKE) realclean; fi
+       @(cd $(srcdir) && $(RMF) Makefile)
        @$(RMF) config.h host.h
-       @$(RMF) -r CVS
 
 install: