Remove CVS $Id$ keyword
[clsql.git] / sql / Makefile
1 #!/usr/bin/make
2 ##########################################################################
3 # FILE IDENTIFICATION
4 #
5 #  Name:         Makefile
6 #  Purpose:      Makefile for CLSQL SQL interface
7 #  Programer:    Kevin M. Rosenberg
8 #  Date Started: Mar 2002
9 #
10 # This file, part of CLSQL, is Copyright (c) 2002-2010 by Kevin M. Rosenberg
11 #
12 # CLSQL users are granted the rights to distribute and use this software
13 # as governed by the terms of the Lisp Lesser GNU Public License
14 # (http://opensource.franz.com/preamble.html), also known as the LLGPL.
15 ##########################################################################
16
17
18 SUBDIRS=
19
20 include ../Makefile.common
21
22 .PHONY: distclean
23 distclean: clean
24