r8988: add makefile
authorKevin M. Rosenberg <kevin@rosenberg.net>
Mon, 12 Apr 2004 22:23:20 +0000 (22:23 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Mon, 12 Apr 2004 22:23:20 +0000 (22:23 +0000)
ChangeLog
Makefile
db-odbc/Makefile [new file with mode: 0644]

index 40e8d513a1dac157e575cef426ee8dc9a8965194..c663a82ffdc03389f5659fdbbd1d3936c4c96bd0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,12 @@
+12 Apr 2004 Kevin Rosenberg (kevin@rosenberg.net)
+       * Version 2.6.11
+       * db-odbc: Add mid-level [DBI] layer
+       
 12 Apr 2004 Kevin Rosenberg (kevin@rosenberg.net)
        * Version 2.6.10
        * db-aodbc: Add methods for generic functions, some are
        not yet implemented.
-       * clsql-odbc.asd, db-obcl/*.lisp: Initial start of ODBC
+       * clsql-odbc.asd, db-odbc/*.lisp: Initial start of ODBC
        support
 
 12 Apr 2004 Kevin Rosenberg (kevin@rosenberg.net)
index 65c55e6d6ee9427e1d63e708db1ecac56b7bd5e8..32b9722b7474ca8bfcaee6cfd57da98054fbfef9 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -15,7 +15,7 @@
 
 PKG    := clsql
 DEBPKG := cl-sql
-SUBDIRS        := sql tests uffi base classic db-mysql db-aodbc \
+SUBDIRS        := sql tests uffi base classic db-mysql db-aodbc db-odbc \
           db-postgresql db-postgresql-socket db-sqlite
 DOCSUBDIRS:=doc
 
diff --git a/db-odbc/Makefile b/db-odbc/Makefile
new file mode 100644 (file)
index 0000000..2b79dcb
--- /dev/null
@@ -0,0 +1,22 @@
+# FILE IDENTIFICATION
+#
+#  Name:         Makefile
+#  Purpose:      Makefile for CLSQL SQL interface
+#  Programer:    Kevin M. Rosenberg
+#  Date Started: Mar 2002
+#
+#  CVS Id:   $Id: Makefile 8153 2003-11-11 15:28:36Z kevin $
+#
+# This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg
+#
+# CLSQL 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=
+
+include ../Makefile.common
+
+.PHONY: distclean
+distclean: clean
+