4 # Purpose: Makefile for the CLSQL package
5 # Programer: Kevin M. Rosenberg
6 # Date Started: Mar 2002
10 # This file, part of CLSQL, is Copyright (c) 2002-2004 by Kevin M. Rosenberg
12 # CLSQL users are granted the rights to distribute and use this software
13 # as governed by the terms of the Lisp Lesser GNU Public License
14 # (http://opensource.franz.com/preamble.html), also known as the LLGPL.
18 SUBDIRS
:= sql tests uffi db-mysql db-aodbc db-odbc \
19 db-postgresql db-postgresql-socket db-sqlite \
23 include Makefile.common
25 LIBSUBDIRS
=db-mysql uffi
26 .PHONY
: subdirs
$(LIBSUBDIRS
)
34 SOURCE_FILES
=interfaces sql cmucl-compat doc test-suite Makefile VERSION \
35 COPYING.CLSQL COPYING.MaiSQL README INSTALL ChangeLog NEWS TODO \
36 set-logical.cl clsql-uffi.system \
37 clsql.system clsql-aodbc.system clsql-mysql.system \
38 clsql-postgresql.system clsql-postgresql-socket.system