]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/Makefile.in
Eliminate complier warning
[bacula/bacula] / bacula / src / Makefile.in
index 00e075d1b34cebb8ee5a63ba8900511bae104f34..a729de860bf6394aa6f7e201563131f2190b12eb 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:
@@ -44,17 +37,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
+       @$(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)
-       @$(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: