X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=tests%2FMakefile;h=1ec75c73f9523e9b628fbf1c7b43302ac7c9c5ce;hb=b2a3a6e6f3e5adf857ba4e2c80b8e4f8a3124a33;hp=88fda03b0f16f56d8e42148fe0b2fda71951c31e;hpb=0a8dea50aae12c02abb585e78d130f7af937140f;p=uffi.git diff --git a/tests/Makefile b/tests/Makefile index 88fda03..1ec75c7 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -5,7 +5,7 @@ # Programer: Kevin M. Rosenberg # Date Started: Mar 2002 # -# CVS Id: $Id: Makefile,v 1.20 2003/04/29 14:08:02 kevin Exp $ +# CVS Id: $Id: Makefile,v 1.21 2003/08/27 19:58:25 kevin Exp $ # # This file, part of UFFI, is Copyright (c) 2002 by Kevin M. Rosenberg # @@ -36,6 +36,10 @@ linux: $(source) Makefile rm $(object) mac: + gcc -bundle -c $(source) -o $(object).dylib + ld -bundle /usr/lib/bundle1.o -flat_namespace -undefined suppress /usr/lib/libz.dylib -o z.dylib + +mac-old: cc -dynamic -c $(source) -o $(object) ld -bundle /usr/lib/bundle1.o -flat_namespace -undefined suppress -o $(base).dylib $(object) ld -bundle /usr/lib/bundle1.o -flat_namespace -undefined suppress /usr/lib/libz.dylib -o z.dylib