[Tinyos-2-commits] CVS: tinyos-2.x/support/make sim.extra, 1.1.2.5,
1.1.2.6
Phil Levis
scipio at users.sourceforge.net
Wed Jun 7 18:46:22 PDT 2006
- Previous message: [Tinyos-2-commits] CVS: tinyos-2.x/tos/lib/net/collection
ForwardingEngineP.nc, 1.1.2.14, 1.1.2.15 QueueC.nc, 1.1.2.3,
1.1.2.4 TreeCollectionC.nc, 1.1.2.9, 1.1.2.10
- Next message: [Tinyos-2-commits] CVS: tinyos-2.x/tos/chips/atm128/i2c
Atm128I2C.nc, NONE, 1.1.2.1 Atm128I2CMasterImplP.nc, NONE,
1.1.2.1 Atm128I2CMasterPacketP.nc, NONE, 1.1.2.1 Atm128I2C.h,
1.1.2.4, 1.1.2.5 Atm128I2CMasterC.nc, 1.1.2.2,
1.1.2.3 Atm128I2CMasterP.nc, 1.1.2.2,
1.1.2.3 HplAtm128I2CBus.nc, 1.1.2.2,
1.1.2.3 HplAtm128I2CBusP.nc, 1.1.2.2, 1.1.2.3
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/tinyos/tinyos-2.x/support/make
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv11490
Modified Files:
Tag: tinyos-2_0_devel-BRANCH
sim.extra
Log Message:
Fix missing PYOBJFILE (thanks Rodrigo!)
Index: sim.extra
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/support/make/Attic/sim.extra,v
retrieving revision 1.1.2.5
retrieving revision 1.1.2.6
diff -C2 -d -r1.1.2.5 -r1.1.2.6
*** sim.extra 7 Jun 2006 18:02:38 -0000 1.1.2.5
--- sim.extra 8 Jun 2006 01:46:20 -0000 1.1.2.6
***************
*** 57,61 ****
$(GPP) -c $(PLATFORM_CC_FLAGS) $(PLATFORM_FLAGS) -o $(CXXOBJFILE) $(OPTFLAGS) $(CFLAGS) $(CXXFILE) -I$(PYDIR) -I$(SIMDIR)
@echo " linking into shared object ./$(SHARED_OBJECT)"
! $(GPP) $(PLATFORM_BUILD_FLAGS) $(PLATFORM_CC_FLAGS) $(OBJFILE) $(CXXOBJFILE) $(PLATFORM_LIB_FLAGS) -o $(SHARED_OBJECT)
@echo " copying Python script interface TOSSIM.py from lib/tossim to local directory"
@cp $(TOSDIR)/lib/tossim/TOSSIM.py .
--- 57,61 ----
$(GPP) -c $(PLATFORM_CC_FLAGS) $(PLATFORM_FLAGS) -o $(CXXOBJFILE) $(OPTFLAGS) $(CFLAGS) $(CXXFILE) -I$(PYDIR) -I$(SIMDIR)
@echo " linking into shared object ./$(SHARED_OBJECT)"
! $(GPP) $(PLATFORM_BUILD_FLAGS) $(PLATFORM_CC_FLAGS) $(PYOBJFILE) $(OBJFILE) $(CXXOBJFILE) $(PLATFORM_LIB_FLAGS) -o $(SHARED_OBJECT)
@echo " copying Python script interface TOSSIM.py from lib/tossim to local directory"
@cp $(TOSDIR)/lib/tossim/TOSSIM.py .
- Previous message: [Tinyos-2-commits] CVS: tinyos-2.x/tos/lib/net/collection
ForwardingEngineP.nc, 1.1.2.14, 1.1.2.15 QueueC.nc, 1.1.2.3,
1.1.2.4 TreeCollectionC.nc, 1.1.2.9, 1.1.2.10
- Next message: [Tinyos-2-commits] CVS: tinyos-2.x/tos/chips/atm128/i2c
Atm128I2C.nc, NONE, 1.1.2.1 Atm128I2CMasterImplP.nc, NONE,
1.1.2.1 Atm128I2CMasterPacketP.nc, NONE, 1.1.2.1 Atm128I2C.h,
1.1.2.4, 1.1.2.5 Atm128I2CMasterC.nc, 1.1.2.2,
1.1.2.3 Atm128I2CMasterP.nc, 1.1.2.2,
1.1.2.3 HplAtm128I2CBus.nc, 1.1.2.2,
1.1.2.3 HplAtm128I2CBusP.nc, 1.1.2.2, 1.1.2.3
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Tinyos-2-commits
mailing list