]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/Makefile.in
ebl compilation fix
[bacula/bacula] / bacula / src / Makefile.in
index 00e075d1b34cebb8ee5a63ba8900511bae104f34..1111f8c724d6f25ed5210e8e48b7041aabfdf88d 100644 (file)
@@ -1,4 +1,5 @@
 #
+# Version $Id$
 #
 @MCOMMON@
 
@@ -13,18 +14,10 @@ topdir = ..
 # this dir relative to top dir
 thisdir = src
 
-DEBUG=-DDEBUG_STRICT @DEBUG@
 
 first_rule: all
 dummy:
 
-#
-# these are the objects that are changed by the .configure process
-EXTRAOBJS = @OBJLIST@
-
-# it's ``be kind to gmake week''
-#EXTPROS = $(SRCS:S,.c,.extpro,)
-EXTPROS = 
 
 .SUFFIXES:     .c .o
 .PHONY:
@@ -47,14 +40,23 @@ Makefile: $(srcdir)/Makefile.in $(topdir)/config.status
 
 clean:
        @$(RMF) core core.* a.out *.o *.bak *~ *.intpro *.extpro 1 2 3
+       @$(RMF) AUTHORS ChangeLog Makefile.am NEWS README acconfig.h autogen.sh 
+       @$(RMF) configure.in stamp.h stamp-h.in
+       @$(RMF) -r po
+       (cd gnome2-console && $(MAKE) clean)
 
 realclean: clean
        @$(RMF) tags
 
 distclean: realclean
        if test $(srcdir) = .; then $(MAKE) realclean; fi
-       @(cd $(srcdir); $(RMF) Makefile)
-       @$(RMF) config.h
+       @(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
 
 install: