X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=Makefile;h=4b46baa4cb626f2faca771cad9a5cba5b8d16d37;hb=6141152b9819fc7fc9fed8eaf60d5aaa461f8463;hp=1b2e4fb1aed441cf7cbefb0a7169ca46e13f160a;hpb=637e1f9c21e7b1d3b6f0b96ff266bfba40fa6d9a;p=clsql.git diff --git a/Makefile b/Makefile index 1b2e4fb..4b46baa 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ # Programer: Kevin M. Rosenberg # Date Started: Mar 2002 # -# CVS Id: $Id: Makefile,v 1.18 2002/05/13 03:24:41 kevin Exp $ +# CVS Id: $Id: Makefile,v 1.21 2002/08/01 03:08:19 kevin Exp $ # # This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg # @@ -13,9 +13,10 @@ # as governed by the terms of the Lisp Lesser GNU Public License # (http://opensource.franz.com/preamble.html), also known as the LLGPL. -PKG:=clsql -DEBPKG=cl-sql -SUBDIRS:=interfaces sql cmucl-compat +PKG := clsql +DEBPKG := cl-sql +SUBDIRS := clsql clsql-uffi clsql-base clsql-mysql clsql-aodbc \ + clsql-postgresql clsql-postgresql-socket DOCSUBDIRS:=doc include Makefile.common @@ -33,19 +34,12 @@ $(LIBSUBDIRS): distclean: clean @$(MAKE) -C doc $@ -VERSION=$(shell cat VERSION) -DISTDIR=$(PKG)-$(VERSION) -DIST_TARBALL=$(DISTDIR).tar.gz -DIST_ZIP=$(DISTDIR).zip SOURCE_FILES=interfaces sql cmucl-compat doc test-suite Makefile VERSION \ COPYING.CLSQL COPYING.MaiSQL README INSTALL ChangeLog NEWS TODO \ set-logical.cl clsql-uffi.system \ clsql.system clsql-aodbc.system clsql-mysql.system \ clsql-postgresql.system clsql-postgresql-socket.system -VERSION_UNDERSCORE=$(shell cat VERSION | tr . _) -TAG=dist_$(VERSION_UNDERSCORE) - .PHONY: doc doc: $(MAKE) -C doc @@ -54,3 +48,4 @@ doc: dist: clean @$(MAKE) -C doc $@ +