From 2fbf19dd476db166a45bfb54ad3801b02106ef92 Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Mon, 12 Apr 2004 22:23:20 +0000 Subject: [PATCH] r8988: add makefile --- ChangeLog | 6 +++++- Makefile | 2 +- db-odbc/Makefile | 22 ++++++++++++++++++++++ 3 files changed, 28 insertions(+), 2 deletions(-) create mode 100644 db-odbc/Makefile diff --git a/ChangeLog b/ChangeLog index 40e8d51..c663a82 100644 --- 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) diff --git a/Makefile b/Makefile index 65c55e6..32b9722 100644 --- 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 index 0000000..2b79dcb --- /dev/null +++ b/db-odbc/Makefile @@ -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 + -- 2.34.1