X-Git-Url: http://git.kpe.io/?p=clsql.git;a=blobdiff_plain;f=Makefile;h=3fca75588ae2737cea3a4c6b5a4e81da5ae47a8f;hp=131c68940c3d9ded8bed94682a84dcd2d390e85c;hb=949ecae2e659ee76895debdf3e6b6bf01c7a4e3b;hpb=d615b6b735d50870d9e9437801e94e2c169595aa diff --git a/Makefile b/Makefile index 131c689..3fca755 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ # Programer: Kevin M. Rosenberg # Date Started: Mar 2002 # -# CVS Id: $Id: Makefile,v 1.15 2002/04/27 20:58:11 kevin Exp $ +# CVS Id: $Id: Makefile,v 1.16 2002/04/28 10:58:07 kevin Exp $ # # This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg # @@ -13,7 +13,12 @@ # 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 +PKG:=clsql +DEBPKG=cl-sql +SUBDIRS:=interfaces sql cmucl-compat +DOCSUBDIRS:=doc + +include Makefile.common .PHONY: all libs clean distclean doc tagcvs dist wwwdist