X-Git-Url: http://git.kpe.io/?p=clsql.git;a=blobdiff_plain;f=uffi%2FMakefile;fp=uffi%2FMakefile;h=d24b555b42c0ccd3cab0d123183b68d67fc9e742;hp=8093b7033b547f644e72c93871ba5e4492c45760;hb=189d8548346c0b5f594f3b1657d3bdf8c970e05d;hpb=8c09e4e3c39558d8bb727d273c580606386862de diff --git a/uffi/Makefile b/uffi/Makefile index 8093b70..d24b555 100644 --- a/uffi/Makefile +++ b/uffi/Makefile @@ -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.2 2002/11/23 18:00:26 kevin Exp $ # # This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg # @@ -50,3 +50,6 @@ clean: distclean: clean +macosx: $(source) Makefile + cc -dynamic -c $(source) -o $(object) + ld -bundle /usr/lib/bundle1.o -flat_namespace -undefined suppress -o $(base).dylib $(object)