r1826: *** empty log message ***
[clsql.git] / Makefile.common
diff --git a/Makefile.common b/Makefile.common
new file mode 100644 (file)
index 0000000..a7f36a2
--- /dev/null
@@ -0,0 +1,16 @@
+all:
+       
+
+.PHONY: clean
+clean:
+       @rm -rf .bin
+       @rm -f *.ufsl *.fsl *.fas *.x86f *.sparcf *.fasl 
+       @rm -f *~ *.bak *.orig *.err \#*\# .#*
+       @rm -f *.so *.a
+       @rm -rf debian/cl-sql
+ifneq ($(SUBDIRS)$(DOCSUBDIRS),)
+       @set -e; for i in $(SUBDIRS) $(DOCSUBDIRS); do \
+               $(MAKE) -C $$i $@; done
+endif
+
+.SUFFIXES:            # No default suffixes