r4147: Auto commit for Debian build
[clsql.git] / uffi / Makefile
index 8093b7033b547f644e72c93871ba5e4492c45760..48507a61e3c46e4a5203f2138257f07ab5e71683 100644 (file)
@@ -7,7 +7,7 @@
 #  Programer:    Kevin M. Rosenberg
 #  Date Started: Mar 2002
 #
-#  CVS Id:   $Id: Makefile,v 1.1 2002/09/18 07:50:01 kevin Exp $
+#  CVS Id:   $Id: Makefile,v 1.3 2002/12/09 10:34:16 kevin Exp $
 #
 # This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg
 #
@@ -50,3 +50,6 @@ clean:
 
 distclean: clean
 
+mac: $(source) Makefile
+       cc -dynamic -c $(source) -o $(object)
+       ld -bundle /usr/lib/bundle1.o -flat_namespace -undefined suppress -o $(base).dylib $(object)