X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=tests%2FMakefile;h=88fda03b0f16f56d8e42148fe0b2fda71951c31e;hb=bdb966b22ea563a7dfa1f464a1b6cb6d8b5a712c;hp=3a4d2e9aebf44ef410653483cbd9b31bfaf6b7fe;hpb=886f754686a07aea92089a3ffdc997836d69d9f3;p=uffi.git diff --git a/tests/Makefile b/tests/Makefile index 3a4d2e9..88fda03 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.19 2003/04/29 12:42:03 kevin Exp $ +# CVS Id: $Id: Makefile,v 1.20 2003/04/29 14:08:02 kevin Exp $ # # This file, part of UFFI, is Copyright (c) 2002 by Kevin M. Rosenberg # @@ -21,7 +21,7 @@ include ../Makefile.common distclean: clean -base=c-test-fns +base=uffi-c-test-lib source=$(base).c object=$(base).o shared_lib=$(base).so @@ -32,7 +32,7 @@ all: $(shared_lib) linux: $(source) Makefile gcc -fPIC -DPIC -c $(source) -o $(object) gcc -shared $(object) -o $(shared_lib) - #gcc -shared -Wl,-soname,c-test-fns $(object) -o $(shared_lib) + #gcc -shared -Wl,-soname,uffi-c-test-lib $(object) -o $(shared_lib) rm $(object) mac: