X-Git-Url: http://git.kpe.io/?p=clsql.git;a=blobdiff_plain;f=uffi%2FMakefile;h=c2d1b3d007208543526d43f2a0f071b0203d0944;hp=8093b7033b547f644e72c93871ba5e4492c45760;hb=bada52b7a8fd2cc484dee33cccd64ca09a52ec3d;hpb=2434b58ef00a7f6c5915c86b25a891c4adda79e4 diff --git a/uffi/Makefile b/uffi/Makefile index 8093b70..c2d1b3d 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$ # # 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)