[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


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)




More information about the Tinyos-commits mailing list