]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/Makefile.in
new devel_bacula + fixes to conio/console
[bacula/bacula] / bacula / src / Makefile.in
index cc8f974fa3f34773692e4a28aeabfec3c88eb39a..8b67e61486fb7dd16e7fcd2eedceb01c43edf7be 100644 (file)
@@ -14,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:
@@ -48,6 +40,8 @@ Makefile: $(srcdir)/Makefile.in $(topdir)/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)
 
 realclean: clean
        @$(RMF) tags
@@ -55,7 +49,8 @@ realclean: clean
 distclean: realclean
        if test $(srcdir) = .; then $(MAKE) realclean; fi
        @(cd $(srcdir); $(RMF) Makefile)
-       @$(RMF) config.h
+       @$(RMF) config.h host.h
+       @$(RMF) -r CVS
 
 install: