X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2FMakefile;h=bdcfe5a5fb2f5bb05e5c29e4ba6d8e7e55ebb249;hb=5a886ce7f82d5add6fdbf17a6ed698f13abb748d;hp=b913aec8a87938cee06ff7c9b69e23aa0965d214;hpb=44649fdb169979af3c5a08b10889d1ecee48a469;p=user%2Fhenk%2Fcode%2Fexim.git diff --git a/src/Makefile b/src/Makefile index b913aec8a..bdcfe5a5f 100644 --- a/src/Makefile +++ b/src/Makefile @@ -28,6 +28,14 @@ buildname=$${build:-`$(SHELL) scripts/os-type`-`$(SHELL) scripts/arch-type`} all: Local/Makefile configure @cd build-$(buildname); $(MAKE) SHELL=$(SHELL) $(MFLAGS) + +# This pair for the convinience of of the Debian maintainers +exim: Local/Makefile configure + @cd build-$(buildname); $(MAKE) SHELL=$(SHELL) $(MFLAGS) exim +utils: Local/Makefile configure + @cd build-$(buildname); $(MAKE) SHELL=$(SHELL) $(MFLAGS) utils + + Local/Makefile: @echo "" @echo "*** Please create Local/Makefile by copying src/EDITME and making" @@ -90,10 +98,11 @@ distclean:; $(RM_COMMAND) -rf build-* cscope* cscope.files: FRC echo "-q" > $@ echo "-p3" >> $@ - find src Local OS -name "*.[cshyl]" -print \ + find src Local OS exim_monitor -name "*.[cshyl]" -print \ -o -name "os.h*" -print \ -o -name "*akefile*" -print \ -o -name EDITME -print >> $@ + ls OS/* >> $@ FRC: