From: Kevin M. Rosenberg Date: Wed, 27 Aug 2003 20:46:45 +0000 (+0000) Subject: r5566: *** empty log message *** X-Git-Tag: v1.6.1~181 X-Git-Url: http://git.kpe.io/?a=commitdiff_plain;h=6dfe1d55f312dd6b802004705bcaf0509f7d5414;hp=c3c2c51723711ab8f9ad8be19f52312b7b65f81f;p=uffi.git r5566: *** empty log message *** --- diff --git a/tests/Makefile b/tests/Makefile index f2b9e7f..4645ba1 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.22 2003/08/27 20:12:02 kevin Exp $ +# CVS Id: $Id: Makefile,v 1.23 2003/08/27 20:46:45 kevin Exp $ # # This file, part of UFFI, is Copyright (c) 2002 by Kevin M. Rosenberg # @@ -19,7 +19,7 @@ include ../Makefile.common .PHONY: distclean distclean: clean - + rm -f $(base).dylib $(base).dylib $(base).so $(base).o base=uffi-c-test-lib source=$(base).c @@ -27,7 +27,8 @@ object=$(base).o shared_lib=$(base).so .PHONY: all -all: $(shared_lib) +all: + echo "you need to specify a platform" linux: $(source) Makefile gcc -fPIC -DPIC -c $(source) -o $(object)