uffi/tests Makefile,1.23,1.24
"Kevin M. Rosenberg" <[email protected]> Mon, 01 Sep 2003 02:45:41 +0000
| Newsgroups | gmane.lisp.uffi.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /pubcvs/uffi/tests In directory boa.b9.com:/tmp/cvs-serv27200/tests Modified Files: Makefile Log Message: Auto commit for Debian build Index: Makefile =================================================================== RCS file: /pubcvs/uffi/tests/Makefile,v retrieving revision 1.23 retrieving revision 1.24 diff -C2 -d -r1.23 -r1.24 *** Makefile 27 Aug 2003 20:46:45 -0000 1.23 --- Makefile 1 Sep 2003 02:45:39 -0000 1.24 *************** *** 38,48 **** 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 solaris: --- 38,48 ---- mac: 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: