X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=Makefile.common;fp=Makefile.common;h=5f5413e33ec72801779aa63d1effe0444f4d252a;hb=326f97986e03e655b0c886c1998515b5e4c5093c;hp=0000000000000000000000000000000000000000;hpb=fb5b09939b3ee025b92dda2cbbe55ae73eeb4378;p=uffi.git diff --git a/Makefile.common b/Makefile.common new file mode 100644 index 0000000..5f5413e --- /dev/null +++ b/Makefile.common @@ -0,0 +1,15 @@ +.PHONY: all clean +all: + +.PHONY: clean +clean: + rm -rf .bin + rm -f *.ufsl *.fsl *.fas *.x86f *.sparcf *.fasl *.err + rm -f *~ *.bak *.orig .#* + rm -f *.so *.a +ifneq ($(SUBDIRS)$(DOCSUBDIRS),) + set -e; for i in $(SUBDIRS) $(DOCSUBDIRS); do \ + $(MAKE) -C $$i $@; done +endif + +.SUFFIXES: # No default suffixes