[Tinyos-commits] CVS: tinyos-1.x/tos/lib/VM/languages/motlle .cvsignore, NONE, 1.1 Makefile.am, NONE, 1.1 Makefile, 1.4, NONE

David Gay idgay at users.sourceforge.net
Sat Oct 29 13:27:18 PDT 2005


Update of /cvsroot/tinyos/tinyos-1.x/tos/lib/VM/languages/motlle
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11739/languages/motlle

Added Files:
	.cvsignore Makefile.am 
Removed Files:
	Makefile 
Log Message:
configure land - setup VM to have installable files (currently motlle and
tinysql support stuff)


--- NEW FILE: .cvsignore ---
Makefile
Makefile.in
.deps

--- NEW FILE: Makefile.am ---
AUTOMAKE_OPTIONS = foreign

bin_PROGRAMS = full/motlle

SUBDIRS = tools matelib mate

full/motlle$(EXEEXT): standalone/configure
	rm -rf full/[A-BD-Za-z]*
	-mkdir full
	(cd full;../standalone/configure TARGET=motlle)
	(cd full;ln -s . runtime; make)

standalone/configure:
	(cd standalone; ./Bootstrap)


--- Makefile DELETED ---



More information about the Tinyos-commits mailing list