X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=sql%2FMakefile;h=1f71fb2b2420785a36b1f83f46cf6b2e58168f5c;hb=f5b49cfe271f8c467f74002eaf27e1d93409cdc5;hp=31dc910ac631249247bca8ceb4621f69dd209f67;hpb=31d1a78ee915ae4db7c042b7e5cb1ab7b5a73448;p=clsql.git diff --git a/sql/Makefile b/sql/Makefile index 31dc910..1f71fb2 100644 --- a/sql/Makefile +++ b/sql/Makefile @@ -1,6 +1,24 @@ -SUBDIRS := +#!/usr/bin/make +########################################################################## +# FILE IDENTIFICATION +# +# Name: Makefile +# Purpose: Makefile for CLSQL SQL interface +# Programer: Kevin M. Rosenberg +# Date Started: Mar 2002 +# +# This file, part of CLSQL, is Copyright (c) 2002-2010 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 +