[Tinyos-commits] CVS: tinyos-1.x/tools/make/msp deluge.extra, NONE,
1.1 redeluge.extra, NONE, 1.1
Cory Sharp
cssharp at users.sourceforge.net
Sun Jun 19 10:56:51 PDT 2005
- Previous message: [Tinyos-commits] CVS: tinyos-1.x/tools/make deluge.extra, 1.1,
NONE redeluge.extra, 1.1, NONE
- Next message: [Tinyos-commits] CVS: tinyos-1.x/tools/make eyesIFX.target, 1.2,
1.3 eyesIFXv1.target, 1.3, 1.4 eyesIFXv2.target, 1.4, 1.5
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/tinyos/tinyos-1.x/tools/make/msp
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3414/msp
Added Files:
deluge.extra redeluge.extra
Log Message:
Moved deluge.extra and redeluge.extra into msp/ because the Java package
is effectively specific to MSP430 platforms, for now at least.
--- NEW FILE: deluge.extra ---
#-*-Makefile-*- vim:syntax=make
#$Id: deluge.extra,v 1.1 2005/06/19 17:56:49 cssharp Exp $
PROGRAM = deluge
BUILD_DEPS = tosimage $(POST_BUILD_EXTRA_DEPS) bytes program
ifndef DELUGE
$(error No Deluge image number specified)
endif
program: FORCE
java net.tinyos.deluge.Deluge -f -i -in=$(DELUGE) -ti=$(BUILDDIR)/tos_image.xml
java net.tinyos.deluge.Deluge -f -r -in=$(DELUGE)
--- NEW FILE: redeluge.extra ---
#-*-Makefile-*- vim:syntax=make
#$Id: redeluge.extra,v 1.1 2005/06/19 17:56:49 cssharp Exp $
PROGRAM = deluge
BUILD_DEPS = program
ifndef REDELUGE
$(error No Deluge image number specified)
endif
program: FORCE
java net.tinyos.deluge.Deluge -f -i -in=$(REDELUGE) -ti=$(BUILDDIR)/tos_image.xml
java net.tinyos.deluge.Deluge -f -r -in=$(REDELUGE)
- Previous message: [Tinyos-commits] CVS: tinyos-1.x/tools/make deluge.extra, 1.1,
NONE redeluge.extra, 1.1, NONE
- Next message: [Tinyos-commits] CVS: tinyos-1.x/tools/make eyesIFX.target, 1.2,
1.3 eyesIFXv1.target, 1.3, 1.4 eyesIFXv2.target, 1.4, 1.5
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Tinyos-commits
mailing list