From: Andre P. <at...@us...> - 2005-04-01 03:00:13
|
Update of /cvsroot/hoc/hoc In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16779 Modified Files: Makefile.in Log Message: Build static and dynamic versions of HOC/Foundation/AppKit packages (dynamic versions are largely untested at the moment, and may be broken) Added 'make check' target Added Makefile for Tests/ directory ifgen now compiles with -dynamic, hooray Build static and dynamic versions of Tests/TestFoundation (untested, but at least the static version should work OK) Warning: make install will definitely be broken for the dynamic versions of the libraries, since I haven't updated the Makefiles to run install_name_tool to change the id of the .dylib file yet Index: Makefile.in =================================================================== RCS file: /cvsroot/hoc/hoc/Makefile.in,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- Makefile.in 31 Mar 2005 16:37:57 -0000 1.8 +++ Makefile.in 1 Apr 2005 03:00:04 -0000 1.9 @@ -51,6 +51,9 @@ distcheck: dist ( cd "$(dist_dir)" && ./configure && make ) +check: + ( cd Tests && $(MAKE) check ) + libffi-src/build/src/raw_api.o: ( cd libffi-src/build && $(MAKE) ) |