uffi/tests Makefile,1.22,1.23
"Kevin M. Rosenberg" <[email protected]> Wed, 27 Aug 2003 20:46:47 +0000
| Newsgroups | gmane.lisp.uffi.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /pubcvs/uffi/tests In directory boa.b9.com:/tmp/cvs-serv5727 Modified Files: Makefile Log Message: Index: Makefile =================================================================== RCS file: /pubcvs/uffi/tests/Makefile,v retrieving revision 1.22 retrieving revision 1.23 diff -C2 -d -r1.22 -r1.23 *** Makefile 27 Aug 2003 20:12:02 -0000 1.22 --- Makefile 27 Aug 2003 20:46:45 -0000 1.23 *************** *** 20,24 **** .PHONY: distclean distclean: clean ! base=uffi-c-test-lib --- 20,24 ---- .PHONY: distclean distclean: clean ! rm -f $(base).dylib $(base).dylib $(base).so $(base).o base=uffi-c-test-lib *************** *** 28,32 **** .PHONY: all ! all: $(shared_lib) linux: $(source) Makefile --- 28,33 ---- .PHONY: all ! all: ! echo "you need to specify a platform" linux: $(source) Makefile