X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=tests%2FMakefile;h=2c3ee7ee1e93225babcc62c64b9a4fe101419dd9;hb=d596034b6a258cc97f32c33508079db469c8af2a;hp=e4dcb262bd701910678a94722d04471c0b1cf3cc;hpb=6e2c62a3ed1ab7f5a09775fd6af10a1f1d23320c;p=uffi.git diff --git a/tests/Makefile b/tests/Makefile index e4dcb26..2c3ee7e 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.13 2002/04/28 02:20:13 kevin Exp $ +# CVS Id: $Id: Makefile,v 1.14 2002/04/28 02:28:45 kevin Exp $ # # This file, part of UFFI, is Copyright (c) 2002 by Kevin M. Rosenberg # @@ -43,6 +43,7 @@ source=$(base).c object=$(base).o shared_lib=$(base).so +.PHONY: all all: $(shared_lib) $(shared_lib): $(source) Makefile @@ -50,8 +51,3 @@ $(shared_lib): $(source) Makefile gcc ${SHARED_LD_OPT} $(object) -o $(shared_lib) rm $(object) -clean: - rm -f $(object) $(shared_lib) - -realclean: clean - rm -f *~