Remove CVS $Id$ keyword
[clsql.git] / db-sqlite / Makefile
1 #!/usr/bin/make
2 ##########################################################################
3 # FILE IDENTIFICATION
4 #
5 #  Name:         Makefile
6 #  Purpose:      Makefile for CLSQL SQLITE interface
7 #  Programer:    Kevin M. Rosenberg
8 #  Date Started: Mar 2002
9 #
10 # This file, part of CLSQL, is Copyright (c) 2002 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 SUBDIRS=
18
19 include ../Makefile.common
20
21 .PHONY: distclean
22 distclean: clean
23