X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=bacula%2Fsrc%2FMakefile.in;h=a729de860bf6394aa6f7e201563131f2190b12eb;hb=6660e0b2cb6966c329b9fbfe69f8506df07c8a06;hp=00e075d1b34cebb8ee5a63ba8900511bae104f34;hpb=1ef84681d13d0c355d6ae78579d2afe1c8d8d0e2;p=bacula%2Fbacula diff --git a/bacula/src/Makefile.in b/bacula/src/Makefile.in index 00e075d1b3..a729de860b 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: @@ -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: