X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=bacula%2Fsrc%2FMakefile.in;h=8b67e61486fb7dd16e7fcd2eedceb01c43edf7be;hb=5ba42ee1ede8edf9858ee58f945d7f4ed73bb897;hp=cc8f974fa3f34773692e4a28aeabfec3c88eb39a;hpb=b5752d5d38754259dc2bb30e1461ae0431c2333d;p=bacula%2Fbacula diff --git a/bacula/src/Makefile.in b/bacula/src/Makefile.in index cc8f974fa3..8b67e61486 100644 --- a/bacula/src/Makefile.in +++ b/bacula/src/Makefile.in @@ -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: