X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=examples%2FMakefile;h=4c0995ddfb3829df3c387ccd780340896d2d0e60;hb=HEAD;hp=f49a13fdc2368be508298f130c7bca083511af4f;hpb=dacb69575126d6c9aa60db0222bea8140cb1dc24;p=uffi.git diff --git a/examples/Makefile b/examples/Makefile index f49a13f..4c0995d 100644 --- a/examples/Makefile +++ b/examples/Makefile @@ -5,13 +5,8 @@ # Programer: Kevin M. Rosenberg # Date Started: Mar 2002 # -# CVS Id: $Id: Makefile,v 1.17 2002/11/29 11:10:08 kevin Exp $ +# This file, part of UFFI, is Copyright (c) 2002-2010 by Kevin M. Rosenberg # -# This file, part of UFFI, is Copyright (c) 2002 by Kevin M. Rosenberg -# -# UFFI users are granted the rights to distribute and use this software -# as governed by the terms of the Lisp Lesser GNU Public License -# (http://opensource.franz.com/preamble.html), also known as the LLGPL. SUBDIRS:= @@ -37,10 +32,7 @@ linux: $(source) Makefile mac: cc -dynamic -c $(source) -o $(object) 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) + ld -bundle /usr/lib/bundle1.o -flat_namespace -undefined suppress /usr/lib/libz.dylib -o z.dylib solaris: cc -KPIC -c $(source) -o $(object)