X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=bacula%2Fsrc%2FMakefile.in;h=c13964aea404cd99862fde29a9d25e9f0a445b0b;hb=190c0d10bec5b6945c23820cf9ab42f645a38cf9;hp=00e075d1b34cebb8ee5a63ba8900511bae104f34;hpb=1ef84681d13d0c355d6ae78579d2afe1c8d8d0e2;p=bacula%2Fbacula diff --git a/bacula/src/Makefile.in b/bacula/src/Makefile.in index 00e075d1b3..c13964aea4 100644 --- a/bacula/src/Makefile.in +++ b/bacula/src/Makefile.in @@ -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,6 +40,10 @@ 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 + (cd gnome-console; $(MAKE) clean) + (cd gnome2-console; $(MAKE) clean) realclean: clean @$(RMF) tags @@ -54,7 +51,13 @@ 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 + +devclean: realclean + if test $(srcdir) = .; then $(MAKE) realclean; fi + @(cd $(srcdir); $(RMF) Makefile) + @$(RMF) config.h host.h install: