r5566: *** empty log message ***
authorKevin M. Rosenberg <kevin@rosenberg.net>
Wed, 27 Aug 2003 20:46:45 +0000 (20:46 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Wed, 27 Aug 2003 20:46:45 +0000 (20:46 +0000)
tests/Makefile

index f2b9e7fae5203f6ee8bc40047ad60daff57b37f5..4645ba109f0efa9ef3386dfb74042bad63e9a8cd 100644 (file)
@@ -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)