4 # Purpose: Makefile for CLSQL UFFI interface
5 # Programer: Kevin M. Rosenberg
6 # Date Started: Mar 2002
10 # This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg
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.
18 include ..
/Makefile.common
28 $(shared_lib
): $(source
) Makefile
29 BASE
=$(base
) OBJECT
=$(object
) SOURCE
=$(source
) SHARED_LIB
=$(shared_lib
) sh make.sh
34 rm -f
$(base
).dylib
$(base
).dylib
$(base
).so
$(base
).o