X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=Makefile.common;h=c3aedeb5157a78f38ce53b9873d101b511d4aa5c;hb=7f0e4a65d1b425f2fa58fc7cce8296c1a6c52c2f;hp=a7f36a2247b5810265ef7b2e53a46844a32adb8d;hpb=949ecae2e659ee76895debdf3e6b6bf01c7a4e3b;p=clsql.git diff --git a/Makefile.common b/Makefile.common index a7f36a2..c3aedeb 100644 --- a/Makefile.common +++ b/Makefile.common @@ -5,6 +5,7 @@ all: clean: @rm -rf .bin @rm -f *.ufsl *.fsl *.fas *.x86f *.sparcf *.fasl + @rm -f *.fasla8 *.fasla16 *.faslm8 *.faslm16 *.faslmt @rm -f *~ *.bak *.orig *.err \#*\# .#* @rm -f *.so *.a @rm -rf debian/cl-sql @@ -13,4 +14,10 @@ ifneq ($(SUBDIRS)$(DOCSUBDIRS),) $(MAKE) -C $$i $@; done endif +distclean: clean +ifneq ($(SUBDIRS)$(DOCSUBDIRS),) + @set -e; for i in $(SUBDIRS) $(DOCSUBDIRS); do \ + $(MAKE) -C $$i $@; done +endif + .SUFFIXES: # No default suffixes