X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=tests%2FMakefile;fp=tests%2FMakefile;h=fe0bae194a2a2cad6dde7d6022894cb1dfd1531e;hb=b78ea77781904a219fa27e1f09996c00eb17581c;hp=4645ba109f0efa9ef3386dfb74042bad63e9a8cd;hpb=6dfe1d55f312dd6b802004705bcaf0509f7d5414;p=uffi.git diff --git a/tests/Makefile b/tests/Makefile index 4645ba1..fe0bae1 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.23 2003/08/27 20:46:45 kevin Exp $ +# CVS Id: $Id: Makefile,v 1.24 2003/09/01 02:45:39 kevin Exp $ # # This file, part of UFFI, is Copyright (c) 2002 by Kevin M. Rosenberg # @@ -37,14 +37,14 @@ linux: $(source) Makefile rm $(object) mac: - gcc -bundle -c $(source) -o $(base).bundle - ld -bundle /usr/lib/bundle1.o -flat_namespace -undefined suppress /usr/lib/libz.dylib -o z.bundle - -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 +mac-alt: + gcc -bundle -c $(source) -o $(base).bundle + ld -bundle /usr/lib/bundle1.o -flat_namespace -undefined suppress /usr/lib/libz.dylib -o z.bundle + solaris: cc -KPIC -c $(source) -o $(object) cc -G $(object) -o $(shared_lib)