r5564: *** empty log message ***
[uffi.git] / tests / Makefile
index 88fda03b0f16f56d8e42148fe0b2fda71951c31e..1ec75c73f9523e9b628fbf1c7b43302ac7c9c5ce 100644 (file)
@@ -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