r1827: *** empty log message ***
authorKevin M. Rosenberg <kevin@rosenberg.net>
Sun, 28 Apr 2002 11:00:11 +0000 (11:00 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Sun, 28 Apr 2002 11:00:11 +0000 (11:00 +0000)
Makefile
interfaces/Makefile [new file with mode: 0644]

index 3fca75588ae2737cea3a4c6b5a4e81da5ae47a8f..e49037815265971cdac2b46b23d4c7d45ae81255 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -5,7 +5,7 @@
 #  Programer:    Kevin M. Rosenberg
 #  Date Started: Mar 2002
 #
 #  Programer:    Kevin M. Rosenberg
 #  Date Started: Mar 2002
 #
-#  CVS Id:   $Id: Makefile,v 1.16 2002/04/28 10:58:07 kevin Exp $
+#  CVS Id:   $Id: Makefile,v 1.17 2002/04/28 11:00:11 kevin Exp $
 #
 # This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg
 #
 #
 # This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg
 #
@@ -30,12 +30,6 @@ all: $(LIBSUBDIRS)
 $(LIBSUBDIRS):
        $(MAKE) -C $@
 
 $(LIBSUBDIRS):
        $(MAKE) -C $@
 
-clean:
-       @rm -f $(PKG)-*.tar.gz $(PKG)-*.zip
-       @find . -type d -name .bin |xargs rm -rf 
-       @find . -type f -name "#*" -or -name \*~ -exec rm {} \;
-       @for i in $(LIBSUBDIRS) ; do $(MAKE) -C $$i $@ ; done
-
 distclean: clean
 
 VERSION=$(shell cat VERSION)
 distclean: clean
 
 VERSION=$(shell cat VERSION)
diff --git a/interfaces/Makefile b/interfaces/Makefile
new file mode 100644 (file)
index 0000000..9ab9d04
--- /dev/null
@@ -0,0 +1,21 @@
+# FILE IDENTIFICATION
+#
+#  Name:         Makefile
+#  Purpose:      Makefile for CLSQL Interfaces
+#  Programer:    Kevin M. Rosenberg
+#  Date Started: Mar 2002
+#
+#  CVS Id:   $Id: Makefile,v 1.1 2002/04/28 11:00:11 kevin Exp $
+#
+# This file, part of UFFI, is Copyright (c) 2002 by Kevin M. Rosenberg
+#
+# UFFI users are granted the rights to distribute and use this software
+# as governed by the terms of the Lisp Lesser GNU Public License
+# (http://opensource.franz.com/preamble.html), also known as the LLGPL.
+
+SUBDIRS:=aodbc clsql-uffi mysql oracle postgresql postgresql-socket 
+
+include ../Makefile.common
+
+.PHONY: distclean
+distclean: clean