[Dfsm-devel] dFSM Makefile,1.13,1.14 README,1.5,1.6
Status: Beta
Brought to you by:
amoreno
|
From: Andreu M. <am...@us...> - 2004-05-19 15:24:08
|
Update of /cvsroot/dfsm/dFSM In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29508 Modified Files: Makefile README Log Message: Add Spread acknowledgment Index: README =================================================================== RCS file: /cvsroot/dfsm/dFSM/README,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** README 7 Apr 2004 03:44:26 -0000 1.5 --- README 19 May 2004 15:23:57 -0000 1.6 *************** *** 39,42 **** --- 39,44 ---- shared library and is licensed under the GNU LESSER GENERAL PUBLIC LICENSE. + This product uses software developed by Spread Concepts LLC for use in the Spread toolkit. For more information about Spread, see http://www.spread.org. + ================================ Features (See references [2] and [3]) Index: Makefile =================================================================== RCS file: /cvsroot/dfsm/dFSM/Makefile,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** Makefile 7 Apr 2004 03:44:26 -0000 1.13 --- Makefile 19 May 2004 15:23:56 -0000 1.14 *************** *** 2,6 **** # Uncomment to have Spread support ! # gcs=SPREAD ifeq ($(gcs),SPREAD) --- 2,6 ---- # Uncomment to have Spread support ! gcs=SPREAD ifeq ($(gcs),SPREAD) |