de1cf29fc49f9f06e96faf7ff6fdc689c6e85c52
[clsql.git] / examples / sqlite3 / init-func / Makefile
1 # FILE IDENTIFICATION
2 #
3 #  Name:         Makefile
4 #  Purpose:      Makefile for SQLite 3 init function example.
5 #  Programer:    Aurelio Bignoli
6 #  Date Started: Oct 2004
7 #
8 #  CVS Id:   $Id$
9 #
10 # This file, part of CLSQL, is Copyright (c) 2004 by Aurelio Bignoli
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 sqlite3-utils.so:       iso-8859-15-coll.c Makefile
17         gcc -c -fPIC iso-8859-15-coll.c -o iso-8859-15-coll.o
18         gcc -shared iso-8859-15-coll.o -o sqlite3-utils.so -l sqlite3
19