From: Kevin M. Rosenberg Date: Mon, 1 Apr 2002 20:33:45 +0000 (+0000) Subject: r1716: *** empty log message *** X-Git-Tag: v1.6.1~530 X-Git-Url: http://git.kpe.io/?p=uffi.git;a=commitdiff_plain;h=893362cc91dc7f999c38ae542d13fa9325e782dc r1716: *** empty log message *** --- diff --git a/examples/Makefile b/examples/Makefile index 4f92cc1..d65deda 100644 --- a/examples/Makefile +++ b/examples/Makefile @@ -5,7 +5,7 @@ # Programer: Kevin M. Rosenberg # Date Started: Mar 2002 # -# CVS Id: $Id: Makefile,v 1.4 2002/04/01 17:16:15 kevin Exp $ +# CVS Id: $Id: Makefile,v 1.5 2002/04/01 20:33:45 kevin Exp $ # # This file, part of UFFI, is Copyright (c) 2002 by Kevin M. Rosenberg # @@ -37,8 +37,7 @@ object=$(base).o shared_lib=$(base).so static_lib=$(base).a -all: $(shared_lib) $(static_lib) - +all: $(shared_lib) $(shared_lib): $(source) $(CC) ${SHARED_CC_OPT} -c $(source) -o $(object) diff --git a/tests/Makefile b/tests/Makefile index 4f92cc1..d65deda 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.4 2002/04/01 17:16:15 kevin Exp $ +# CVS Id: $Id: Makefile,v 1.5 2002/04/01 20:33:45 kevin Exp $ # # This file, part of UFFI, is Copyright (c) 2002 by Kevin M. Rosenberg # @@ -37,8 +37,7 @@ object=$(base).o shared_lib=$(base).so static_lib=$(base).a -all: $(shared_lib) $(static_lib) - +all: $(shared_lib) $(shared_lib): $(source) $(CC) ${SHARED_CC_OPT} -c $(source) -o $(object)