uffi/examples Makefile,1.16,1.17

"Kevin M. Rosenberg" <[email protected]> Fri, 29 Nov 2002 04:10:10 -0700
Newsgroups gmane.lisp.uffi.cvs
Message-ID <[email protected]>
Update of /pubcvs/uffi/examples
In directory boa.b9.com:/tmp/cvs-serv25856/debian/src/uffi/examples

Modified Files:
	Makefile 
Log Message:



Index: Makefile
===================================================================
RCS file: /pubcvs/uffi/examples/Makefile,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -d -r1.16 -r1.17
*** Makefile	23 Oct 2002 19:51:12 -0000	1.16
--- Makefile	29 Nov 2002 11:10:08 -0000	1.17
***************
*** 39,42 ****
--- 39,46 ----
  	ld -bundle /usr/lib/bundle1.o -flat_namespace -undefined suppress -o $(base).dylib $(object)
  
+ mac-bundle:
+ 	cc -dynamic -c $(source) -o $(object)
+ 	ld -bundle /usr/lib/bundle1.o -flat_namespace -undefined suppress -o $(base).bundle $(object)
+ 
  solaris:
  	cc -KPIC -c $(source) -o $(object)