X-Git-Url: http://git.kpe.io/?p=clsql.git;a=blobdiff_plain;f=sql%2FMakefile;h=1003d8a68eaeea24bf1950a024ec83c5123e3e03;hp=31dc910ac631249247bca8ceb4621f69dd209f67;hb=e622ee6f4bf2b9fe81af59d566e651c983a4833b;hpb=865598033baf78cf3ba9da36a031a85eb18849e0 diff --git a/sql/Makefile b/sql/Makefile index 31dc910..1003d8a 100644 --- a/sql/Makefile +++ b/sql/Makefile @@ -1,6 +1,22 @@ -SUBDIRS := +# FILE IDENTIFICATION +# +# Name: Makefile +# Purpose: Makefile for CLSQL SQL interface +# Programer: Kevin M. Rosenberg +# Date Started: Mar 2002 +# +# CVS Id: $Id$ +# +# 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 +