Update of /cvsroot/squeak/squeak/platforms/unix/npsqueak
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11319/platforms/unix/npsqueak
Modified Files:
Tag: ned-branch
Makefile
Log Message:
Automake 1.7 compatibility changes.
Added plugins:
- BerkeleyDbPlugin (Stephen Pair)
- FT2Plugin (Arjen van Elteren, mods by Ned Konz)
- SpreadPlugin (Ned Konz)
Added diagnostics and aioDisable for invalid sockets in sqUnixSocket.c
Index: Makefile
===================================================================
RCS file: /cvsroot/squeak/squeak/platforms/unix/npsqueak/Makefile,v
retrieving revision 1.5
retrieving revision 1.5.2.1
diff -C2 -d -r1.5 -r1.5.2.1
*** Makefile 23 Aug 2003 11:20:55 -0000 1.5
--- Makefile 30 Mar 2004 22:26:38 -0000 1.5.2.1
***************
*** 13,17 ****
imgdir= /usr/local/lib/squeak
SQ_DIR= /usr/local/lib/squeak
! VM_VERSION= 3.2-5devel
libdir= $(imgdir)/$(VM_VERSION)
--- 13,17 ----
imgdir= /usr/local/lib/squeak
SQ_DIR= /usr/local/lib/squeak
! VM_VERSION= 3.6g-2
libdir= $(imgdir)/$(VM_VERSION)
|