r1803: initial import
authorKevin M. Rosenberg <kevin@rosenberg.net>
Sun, 28 Apr 2002 02:04:58 +0000 (02:04 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Sun, 28 Apr 2002 02:04:58 +0000 (02:04 +0000)
Makefile.common [new file with mode: 0644]

diff --git a/Makefile.common b/Makefile.common
new file mode 100644 (file)
index 0000000..5f5413e
--- /dev/null
@@ -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