From: Kevin M. Rosenberg Date: Sun, 28 Apr 2002 11:00:11 +0000 (+0000) Subject: r1827: *** empty log message *** X-Git-Tag: v3.8.6~1133 X-Git-Url: http://git.kpe.io/?p=clsql.git;a=commitdiff_plain;h=b0c7867ccdf61f1788b8ee8057b4113d5b5da84e r1827: *** empty log message *** --- diff --git a/Makefile b/Makefile index 3fca755..e490378 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ # Programer: Kevin M. Rosenberg # Date Started: Mar 2002 # -# CVS Id: $Id: Makefile,v 1.16 2002/04/28 10:58:07 kevin Exp $ +# CVS Id: $Id: Makefile,v 1.17 2002/04/28 11:00:11 kevin Exp $ # # This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg # @@ -30,12 +30,6 @@ all: $(LIBSUBDIRS) $(LIBSUBDIRS): $(MAKE) -C $@ -clean: - @rm -f $(PKG)-*.tar.gz $(PKG)-*.zip - @find . -type d -name .bin |xargs rm -rf - @find . -type f -name "#*" -or -name \*~ -exec rm {} \; - @for i in $(LIBSUBDIRS) ; do $(MAKE) -C $$i $@ ; done - distclean: clean VERSION=$(shell cat VERSION) diff --git a/interfaces/Makefile b/interfaces/Makefile new file mode 100644 index 0000000..9ab9d04 --- /dev/null +++ b/interfaces/Makefile @@ -0,0 +1,21 @@ +# FILE IDENTIFICATION +# +# Name: Makefile +# Purpose: Makefile for CLSQL Interfaces +# Programer: Kevin M. Rosenberg +# Date Started: Mar 2002 +# +# CVS Id: $Id: Makefile,v 1.1 2002/04/28 11:00:11 kevin Exp $ +# +# This file, part of UFFI, is Copyright (c) 2002 by Kevin M. Rosenberg +# +# UFFI 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:=aodbc clsql-uffi mysql oracle postgresql postgresql-socket + +include ../Makefile.common + +.PHONY: distclean +distclean: clean