X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=tests%2FMakefile;h=4645ba109f0efa9ef3386dfb74042bad63e9a8cd;hb=6dfe1d55f312dd6b802004705bcaf0509f7d5414;hp=f2b9e7fae5203f6ee8bc40047ad60daff57b37f5;hpb=c3c2c51723711ab8f9ad8be19f52312b7b65f81f;p=uffi.git 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)