waba-commits Mailing List for Waba Virtual Machine (Page 29)
Status: Abandoned
Brought to you by:
bornet
You can subscribe to this list here.
2001 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(34) |
Sep
(34) |
Oct
(86) |
Nov
(31) |
Dec
(71) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2002 |
Jan
(105) |
Feb
(23) |
Mar
(1) |
Apr
(6) |
May
(4) |
Jun
(1) |
Jul
(1) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2003 |
Jan
(14) |
Feb
(1) |
Mar
(10) |
Apr
(60) |
May
(82) |
Jun
(22) |
Jul
(2) |
Aug
(39) |
Sep
|
Oct
(32) |
Nov
|
Dec
|
2004 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(117) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(13) |
From: Olivier B. <bo...@us...> - 2001-10-08 15:13:14
|
Update of /cvsroot/waba/waba/waba_classes/waba/io In directory usw-pr-cvs1:/tmp/cvs-serv8696/waba_classes/waba/io Modified Files: Makefile.am Log Message: Now, the classes are no more installed in ${prefix}/classes, but in ${datadir}/waba/classes (and in general, ${datadir} is /usr/share) Index: Makefile.am =================================================================== RCS file: /cvsroot/waba/waba/waba_classes/waba/io/Makefile.am,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** Makefile.am 2001/07/23 12:33:06 1.4 --- Makefile.am 2001/10/08 15:13:11 1.5 *************** *** 12,16 **** touch ../../changed.txt ! iodir=${prefix}/classes/waba/io install-exec-am: $(mkinstalldirs) $(DESTDIR)$(iodir) --- 12,16 ---- touch ../../changed.txt ! iodir=${datadir}/waba/classes/waba/io install-exec-am: $(mkinstalldirs) $(DESTDIR)$(iodir) |
From: Olivier B. <bo...@us...> - 2001-10-08 15:13:14
|
Update of /cvsroot/waba/waba/waba_classes/waba/fx In directory usw-pr-cvs1:/tmp/cvs-serv8696/waba_classes/waba/fx Modified Files: Makefile.am Log Message: Now, the classes are no more installed in ${prefix}/classes, but in ${datadir}/waba/classes (and in general, ${datadir} is /usr/share) Index: Makefile.am =================================================================== RCS file: /cvsroot/waba/waba/waba_classes/waba/fx/Makefile.am,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** Makefile.am 2001/07/23 12:33:06 1.3 --- Makefile.am 2001/10/08 15:13:11 1.4 *************** *** 17,21 **** touch ../../changed.txt ! fxdir=${prefix}/classes/waba/fx install-exec-am: $(mkinstalldirs) $(DESTDIR)$(fxdir) --- 17,21 ---- touch ../../changed.txt ! fxdir=${datadir}/waba/classes/waba/fx install-exec-am: $(mkinstalldirs) $(DESTDIR)$(fxdir) |
From: Olivier B. <bo...@us...> - 2001-10-08 15:12:04
|
Update of /cvsroot/waba/waba/examples/Scribble In directory usw-pr-cvs1:/tmp/cvs-serv8482/Scribble Modified Files: Makefile.am Log Message: Now, the examples are no more in ${prefix}/examples, but are in ${datadir}/doc/waba/examples (and in general, ${datadir} is /usr/share) Index: Makefile.am =================================================================== RCS file: /cvsroot/waba/waba/examples/Scribble/Makefile.am,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** Makefile.am 2001/07/23 12:33:06 1.4 --- Makefile.am 2001/10/08 15:12:00 1.5 *************** *** 14,18 **** endif ! sampledir=${prefix}/examples/Scribble install-exec-am: $(mkinstalldirs) $(DESTDIR)$(sampledir) --- 14,18 ---- endif ! sampledir=${datadir}/doc/waba/examples/Scribble install-exec-am: $(mkinstalldirs) $(DESTDIR)$(sampledir) |
From: Olivier B. <bo...@us...> - 2001-10-08 15:12:04
|
Update of /cvsroot/waba/waba/examples/ImageSplit In directory usw-pr-cvs1:/tmp/cvs-serv8482/ImageSplit Modified Files: Makefile.am Log Message: Now, the examples are no more in ${prefix}/examples, but are in ${datadir}/doc/waba/examples (and in general, ${datadir} is /usr/share) Index: Makefile.am =================================================================== RCS file: /cvsroot/waba/waba/examples/ImageSplit/Makefile.am,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** Makefile.am 2001/10/04 13:50:49 1.4 --- Makefile.am 2001/10/08 15:12:00 1.5 *************** *** 14,18 **** endif ! sampledir=${prefix}/examples/ImageSplit install-exec-am: $(mkinstalldirs) $(DESTDIR)$(sampledir) --- 14,18 ---- endif ! sampledir=${datadir}/doc/waba/examples/ImageSplit install-exec-am: $(mkinstalldirs) $(DESTDIR)$(sampledir) |
From: Olivier B. <bo...@us...> - 2001-10-08 15:12:04
|
Update of /cvsroot/waba/waba/examples/SocketTest In directory usw-pr-cvs1:/tmp/cvs-serv8482/SocketTest Modified Files: Makefile.am Log Message: Now, the examples are no more in ${prefix}/examples, but are in ${datadir}/doc/waba/examples (and in general, ${datadir} is /usr/share) Index: Makefile.am =================================================================== RCS file: /cvsroot/waba/waba/examples/SocketTest/Makefile.am,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** Makefile.am 2001/07/23 12:33:06 1.2 --- Makefile.am 2001/10/08 15:12:00 1.3 *************** *** 6,10 **** CLASSPATH=@CLASSPATH@ @JAVAC@ @JAVACFLAGS@ $(srcdir)/*.java ! sampledir=${prefix}/examples/SocketTest install-exec-am: $(mkinstalldirs) $(DESTDIR)$(sampledir) --- 6,10 ---- CLASSPATH=@CLASSPATH@ @JAVAC@ @JAVACFLAGS@ $(srcdir)/*.java ! sampledir=${datadir}/doc/waba/examples/SocketTest install-exec-am: $(mkinstalldirs) $(DESTDIR)$(sampledir) |
From: Olivier B. <bo...@us...> - 2001-10-08 15:12:03
|
Update of /cvsroot/waba/waba/examples/Web In directory usw-pr-cvs1:/tmp/cvs-serv8482/Web Modified Files: Makefile.am Log Message: Now, the examples are no more in ${prefix}/examples, but are in ${datadir}/doc/waba/examples (and in general, ${datadir} is /usr/share) Index: Makefile.am =================================================================== RCS file: /cvsroot/waba/waba/examples/Web/Makefile.am,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** Makefile.am 2001/07/23 12:33:06 1.3 --- Makefile.am 2001/10/08 15:12:00 1.4 *************** *** 13,17 **** endif ! sampledir=${prefix}/examples/Web install-exec-am: $(mkinstalldirs) $(DESTDIR)$(sampledir) --- 13,17 ---- endif ! sampledir=${datadir}/doc/waba/examples/Web install-exec-am: $(mkinstalldirs) $(DESTDIR)$(sampledir) |
From: Olivier B. <bo...@us...> - 2001-10-08 15:12:03
|
Update of /cvsroot/waba/waba/examples/TestLongDouble In directory usw-pr-cvs1:/tmp/cvs-serv8482/TestLongDouble Modified Files: Makefile.am Log Message: Now, the examples are no more in ${prefix}/examples, but are in ${datadir}/doc/waba/examples (and in general, ${datadir} is /usr/share) Index: Makefile.am =================================================================== RCS file: /cvsroot/waba/waba/examples/TestLongDouble/Makefile.am,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** Makefile.am 2001/07/23 12:33:06 1.3 --- Makefile.am 2001/10/08 15:12:00 1.4 *************** *** 6,10 **** CLASSPATH=@CLASSPATH@ @JAVAC@ @JAVACFLAGS@ $(srcdir)/*.java ! sampledir=${prefix}/examples/TestLongDouble install-exec-am: $(mkinstalldirs) $(DESTDIR)$(sampledir) --- 6,10 ---- CLASSPATH=@CLASSPATH@ @JAVAC@ @JAVACFLAGS@ $(srcdir)/*.java ! sampledir=${datadir}/doc/waba/examples/TestLongDouble install-exec-am: $(mkinstalldirs) $(DESTDIR)$(sampledir) |
From: Olivier B. <bo...@us...> - 2001-10-08 15:12:03
|
Update of /cvsroot/waba/waba/examples/Applications In directory usw-pr-cvs1:/tmp/cvs-serv8482/Applications Modified Files: Makefile.am Log Message: Now, the examples are no more in ${prefix}/examples, but are in ${datadir}/doc/waba/examples (and in general, ${datadir} is /usr/share) Index: Makefile.am =================================================================== RCS file: /cvsroot/waba/waba/examples/Applications/Makefile.am,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** Makefile.am 2001/07/23 12:33:06 1.2 --- Makefile.am 2001/10/08 15:12:00 1.3 *************** *** 9,13 **** CLASSPATH=@CLASSPATH@ @JAVAC@ @JAVACFLAGS@ $(srcdir)/*.java ! sampledir=${prefix}/examples/Applications install-exec-am: $(mkinstalldirs) $(DESTDIR)$(sampledir) --- 9,13 ---- CLASSPATH=@CLASSPATH@ @JAVAC@ @JAVACFLAGS@ $(srcdir)/*.java ! sampledir=${datadir}/doc/waba/examples/Applications install-exec-am: $(mkinstalldirs) $(DESTDIR)$(sampledir) |
From: Olivier B. <bo...@us...> - 2001-10-08 15:12:03
|
Update of /cvsroot/waba/waba/examples/CoreTest In directory usw-pr-cvs1:/tmp/cvs-serv8482/CoreTest Modified Files: Makefile.am Log Message: Now, the examples are no more in ${prefix}/examples, but are in ${datadir}/doc/waba/examples (and in general, ${datadir} is /usr/share) Index: Makefile.am =================================================================== RCS file: /cvsroot/waba/waba/examples/CoreTest/Makefile.am,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** Makefile.am 2001/10/04 13:50:49 1.4 --- Makefile.am 2001/10/08 15:12:00 1.5 *************** *** 1,2 **** --- 1,4 ---- + bin_SCRIPTS = CoreTest.app + noinst_PROGRAMS = CoreTest.class *************** *** 14,18 **** endif ! sampledir=${prefix}/examples/CoreTest install-exec-am: $(mkinstalldirs) $(DESTDIR)$(sampledir) --- 16,20 ---- endif ! sampledir=${datadir}/doc/waba/examples/CoreTest install-exec-am: $(mkinstalldirs) $(DESTDIR)$(sampledir) |
From: Olivier B. <bo...@us...> - 2001-10-08 15:12:03
|
Update of /cvsroot/waba/waba/examples/Controls In directory usw-pr-cvs1:/tmp/cvs-serv8482/Controls Modified Files: Makefile.am Log Message: Now, the examples are no more in ${prefix}/examples, but are in ${datadir}/doc/waba/examples (and in general, ${datadir} is /usr/share) Index: Makefile.am =================================================================== RCS file: /cvsroot/waba/waba/examples/Controls/Makefile.am,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** Makefile.am 2001/07/23 12:33:06 1.3 --- Makefile.am 2001/10/08 15:12:00 1.4 *************** *** 14,18 **** endif ! sampledir=${prefix}/examples/Controls install-exec-am: $(mkinstalldirs) $(DESTDIR)$(sampledir) --- 14,18 ---- endif ! sampledir=${datadir}/doc/waba/examples/Controls install-exec-am: $(mkinstalldirs) $(DESTDIR)$(sampledir) |
From: Olivier B. <bo...@us...> - 2001-10-08 15:12:03
|
Update of /cvsroot/waba/waba/examples/HelloWorldWABA In directory usw-pr-cvs1:/tmp/cvs-serv8482/HelloWorldWABA Modified Files: Makefile.am Log Message: Now, the examples are no more in ${prefix}/examples, but are in ${datadir}/doc/waba/examples (and in general, ${datadir} is /usr/share) Index: Makefile.am =================================================================== RCS file: /cvsroot/waba/waba/examples/HelloWorldWABA/Makefile.am,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** Makefile.am 2001/07/23 12:33:06 1.2 --- Makefile.am 2001/10/08 15:12:00 1.3 *************** *** 6,10 **** CLASSPATH=@CLASSPATH@ @JAVAC@ @JAVACFLAGS@ $(srcdir)/*.java ! sampledir=${prefix}/examples/HelloWorldWABA install-exec-am: $(mkinstalldirs) $(DESTDIR)$(sampledir) --- 6,10 ---- CLASSPATH=@CLASSPATH@ @JAVAC@ @JAVACFLAGS@ $(srcdir)/*.java ! sampledir=${datadir}/doc/waba/examples/HelloWorldWABA install-exec-am: $(mkinstalldirs) $(DESTDIR)$(sampledir) |
From: Olivier B. <bo...@us...> - 2001-10-08 15:12:03
|
Update of /cvsroot/waba/waba/examples/PocketWatch In directory usw-pr-cvs1:/tmp/cvs-serv8482/PocketWatch Modified Files: Makefile.am Log Message: Now, the examples are no more in ${prefix}/examples, but are in ${datadir}/doc/waba/examples (and in general, ${datadir} is /usr/share) Index: Makefile.am =================================================================== RCS file: /cvsroot/waba/waba/examples/PocketWatch/Makefile.am,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** Makefile.am 2001/10/04 13:50:49 1.4 --- Makefile.am 2001/10/08 15:12:00 1.5 *************** *** 14,18 **** endif ! sampledir=${prefix}/examples/PocketWatch install-exec-am: $(mkinstalldirs) $(DESTDIR)$(sampledir) --- 14,18 ---- endif ! sampledir=${datadir}/doc/waba/examples/PocketWatch install-exec-am: $(mkinstalldirs) $(DESTDIR)$(sampledir) |
From: Olivier B. <bo...@us...> - 2001-10-08 15:12:03
|
Update of /cvsroot/waba/waba/examples/AddrScan In directory usw-pr-cvs1:/tmp/cvs-serv8482/AddrScan Modified Files: Makefile.am Log Message: Now, the examples are no more in ${prefix}/examples, but are in ${datadir}/doc/waba/examples (and in general, ${datadir} is /usr/share) Index: Makefile.am =================================================================== RCS file: /cvsroot/waba/waba/examples/AddrScan/Makefile.am,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** Makefile.am 2001/07/23 12:33:06 1.3 --- Makefile.am 2001/10/08 15:12:00 1.4 *************** *** 16,20 **** endif ! sampledir=${prefix}/examples/AddrScan install-exec-am: $(mkinstalldirs) $(DESTDIR)$(sampledir) --- 16,20 ---- endif ! sampledir=${datadir}/doc/waba/examples/AddrScan install-exec-am: $(mkinstalldirs) $(DESTDIR)$(sampledir) |
From: Olivier B. <bo...@us...> - 2001-10-05 16:05:38
|
Update of /cvsroot/waba/waba In directory usw-pr-cvs1:/tmp/cvs-serv1178 Added Files: Waba.mdl Log Message: The mdl file for integration with PocketBee --- NEW FILE: Waba.mdl --- # -*- python -*- from beeconfig import compile, install, distrib, clean multicompile = 1 help = """ Provides the Waba Virtual Machine. """ depends = [ 'picoguiclient' ] import os def listdir (dir = None): content = [] for f in os.listdir (dir or '.'): if dir: f = os.path.join (dir, f) if os.path.isdir (f): content = content + listdir (f) else: content.append (f) return content def list_of_classes (module, platform, project): path = module.install_path (platform, project) old = os.getcwd () os.chdir (path) # select the dir to list ret = listdir ('classes') os.chdir (old) return ret def list_of_examples (module, platform, project): path = module.install_path (platform, project) old = os.getcwd () os.chdir (path) # select the dir to list ret = listdir ('examples') os.chdir (old) return ret + [ 'bin/CoreTest.app' ] runtime = [ Runtime ( 'vm', 'Waba Virtual Machine', content = [ 'bin/waba' ] ), Runtime ( 'classes', 'Classes for the Virtual Machine', content = list_of_classes, depends = [ 'waba/vm' ] ), Runtime ( 'examples', 'Some Examples', content = list_of_examples, depends = [ 'waba/classes' ] ) ] def prepare (module, platform, project): command = "../configure --prefix=/ --with-prefix=%s" % \ (platform.feature ['platform']) command = command + " --with-pgui=%s" % \ (project.modules ['picoguiclient'].install_path (platform, project)) command = command + " --enable-optimisation --with-javac=javac" message ("running: %s" % command) sequence (command) return |
From: Olivier B. <bo...@us...> - 2001-10-04 17:25:43
|
Update of /cvsroot/waba/waba In directory usw-pr-cvs1:/tmp/cvs-serv11456 Modified Files: Makefile.am configure.in Added Files: waba.spec.in Log Message: Add the needed things for making RPM. An example for making rpm : ( make dist ; sudo rpm -ta waba-1.5.tar.gz ) assuming the sources are allready configured --- NEW FILE: waba.spec.in --- %define prefix /usr Summary: Waba virtual machine Name: @PACKAGE@ Version: @VERSION@ Release: sd.1 Copyright: GPL Group: Development/Languages Packager: Frédéric Gobry <fre...@sm...> Source: @PACKAGE@-@VERSION@.tar.gz Vendor: SMARTDATA Buildroot: %{_tmppath}/@PACKAGE@ %description The Waba virtual machine %prep %setup -n @PACKAGE@-@VERSION@ %build ./configure --prefix=%{prefix} --with-javac=javac make %install make install prefix=$RPM_BUILD_ROOT%{prefix} %files %{prefix}/bin/* %{prefix}/examples/* %{prefix}/classes/* %clean [ "$RPM_BUILD_ROOT" != "/" ] && rm -rf ${RPM_BUILD_ROOT} Index: Makefile.am =================================================================== RCS file: /cvsroot/waba/waba/Makefile.am,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** Makefile.am 2001/08/15 16:14:13 1.7 --- Makefile.am 2001/10/04 17:25:40 1.8 *************** *** 26,27 **** --- 26,30 ---- # EXTRA_DIST = README.uClinux + + dist-hook: @PACKAGE@.spec + cp -a @PACKAGE@.spec $(distdir)/@PACKAGE@.spec Index: configure.in =================================================================== RCS file: /cvsroot/waba/waba/configure.in,v retrieving revision 1.21 retrieving revision 1.22 diff -C2 -d -r1.21 -r1.22 *** configure.in 2001/10/04 14:27:14 1.21 --- configure.in 2001/10/04 17:25:40 1.22 *************** *** 554,557 **** --- 554,558 ---- AC_OUTPUT( + waba.spec Makefile vm/Makefile vm/port/Makefile vm/linux/Makefile vm/palm/Makefile vm/win32/Makefile |
From: Olivier B. <bo...@us...> - 2001-10-04 14:27:18
|
Update of /cvsroot/waba/waba In directory usw-pr-cvs1:/tmp/cvs-serv22544 Modified Files: configure.in Log Message: So, the Makefile file will be generated in toppers/ruputers Index: configure.in =================================================================== RCS file: /cvsroot/waba/waba/configure.in,v retrieving revision 1.20 retrieving revision 1.21 diff -C2 -d -r1.20 -r1.21 *** configure.in 2001/08/19 00:28:28 1.20 --- configure.in 2001/10/04 14:27:14 1.21 *************** *** 556,559 **** --- 556,560 ---- Makefile vm/Makefile vm/port/Makefile vm/linux/Makefile vm/palm/Makefile vm/win32/Makefile + vm/toppers/Makefile vm/ruputer/Makefile waba_classes/Makefile waba_classes/waba/Makefile waba_classes/waba/fx/Makefile |
From: Olivier B. <bo...@us...> - 2001-10-04 14:25:24
|
Update of /cvsroot/waba/waba/vm/toppers In directory usw-pr-cvs1:/tmp/cvs-serv22019/toppers Added Files: Makefile.am Log Message: Add the Makefile.am, so a make dist work |
From: Olivier B. <bo...@us...> - 2001-10-04 14:25:24
|
Update of /cvsroot/waba/waba/vm/ruputer In directory usw-pr-cvs1:/tmp/cvs-serv22019/ruputer Added Files: Makefile.am Log Message: Add the Makefile.am, so a make dist work |
From: Olivier B. <bo...@us...> - 2001-10-04 13:50:54
|
Update of /cvsroot/waba/waba/examples/PocketWatch In directory usw-pr-cvs1:/tmp/cvs-serv13459/PocketWatch Modified Files: Makefile.am Log Message: Correct the Makefile to also install the .bmp used by some demos Index: Makefile.am =================================================================== RCS file: /cvsroot/waba/waba/examples/PocketWatch/Makefile.am,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** Makefile.am 2001/07/23 12:33:06 1.3 --- Makefile.am 2001/10/04 13:50:49 1.4 *************** *** 1,4 **** --- 1,6 ---- noinst_PROGRAMS = PocketWatch.class + noinst_DATA = watch.bmp + EXTRA_DIST = PocketWatch.html clean.bat make.bat icon.bmp watch.bmp PocketWatch.icon *************** *** 15,21 **** install-exec-am: $(mkinstalldirs) $(DESTDIR)$(sampledir) ! @list='$(noinst_PROGRAMS)'; for p in $$list; do \ if test -f $$p; then \ $(INSTALL_DATA) $$p $(DESTDIR)$(sampledir)/$$p; \ else :; fi; \ done --- 17,26 ---- install-exec-am: $(mkinstalldirs) $(DESTDIR)$(sampledir) ! @list='$(noinst_PROGRAMS) $(noinst_DATA)'; for p in $$list; do \ if test -f $$p; then \ $(INSTALL_DATA) $$p $(DESTDIR)$(sampledir)/$$p; \ + else if test -f $(srcdir)/$$p; then \ + $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(sampledir)/$$p; \ else :; fi; \ + fi; \ done |
From: Olivier B. <bo...@us...> - 2001-10-04 13:50:54
|
Update of /cvsroot/waba/waba/examples/CoreTest In directory usw-pr-cvs1:/tmp/cvs-serv13459/CoreTest Modified Files: Makefile.am Log Message: Correct the Makefile to also install the .bmp used by some demos Index: Makefile.am =================================================================== RCS file: /cvsroot/waba/waba/examples/CoreTest/Makefile.am,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** Makefile.am 2001/07/23 12:33:06 1.3 --- Makefile.am 2001/10/04 13:50:49 1.4 *************** *** 1,4 **** --- 1,6 ---- noinst_PROGRAMS = CoreTest.class + noinst_DATA = test.bmp + EXTRA_DIST = CoreTest.html clean.bat make.bat icon.bmp test.bmp *************** *** 15,21 **** install-exec-am: $(mkinstalldirs) $(DESTDIR)$(sampledir) ! @list='$(noinst_PROGRAMS)'; for p in $$list; do \ if test -f $$p; then \ $(INSTALL_DATA) $$p $(DESTDIR)$(sampledir)/$$p; \ else :; fi; \ done --- 17,26 ---- install-exec-am: $(mkinstalldirs) $(DESTDIR)$(sampledir) ! @list='$(noinst_PROGRAMS) $(noinst_DATA)'; for p in $$list; do \ if test -f $$p; then \ $(INSTALL_DATA) $$p $(DESTDIR)$(sampledir)/$$p; \ + else if test -f $(srcdir)/$$p; then \ + $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(sampledir)/$$p; \ else :; fi; \ + fi; \ done |
From: Olivier B. <bo...@us...> - 2001-10-04 13:50:54
|
Update of /cvsroot/waba/waba/examples/ImageSplit In directory usw-pr-cvs1:/tmp/cvs-serv13459/ImageSplit Modified Files: Makefile.am Log Message: Correct the Makefile to also install the .bmp used by some demos Index: Makefile.am =================================================================== RCS file: /cvsroot/waba/waba/examples/ImageSplit/Makefile.am,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** Makefile.am 2001/07/23 12:33:06 1.3 --- Makefile.am 2001/10/04 13:50:49 1.4 *************** *** 1,4 **** --- 1,6 ---- noinst_PROGRAMS = ImageSplit.class + noinst_DATA = taki.bmp + EXTRA_DIST = ImageSplit.html clean.bat make.bat icon.bmp taki.bmp *************** *** 15,21 **** install-exec-am: $(mkinstalldirs) $(DESTDIR)$(sampledir) ! @list='$(noinst_PROGRAMS)'; for p in $$list; do \ if test -f $$p; then \ $(INSTALL_DATA) $$p $(DESTDIR)$(sampledir)/$$p; \ else :; fi; \ done --- 17,26 ---- install-exec-am: $(mkinstalldirs) $(DESTDIR)$(sampledir) ! @list='$(noinst_PROGRAMS) $(noinst_DATA)'; for p in $$list; do \ if test -f $$p; then \ $(INSTALL_DATA) $$p $(DESTDIR)$(sampledir)/$$p; \ + else if test -f $(srcdir)/$$p; then \ + $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(sampledir)/$$p; \ else :; fi; \ + fi; \ done |
From: MURANAKA M. <mo...@us...> - 2001-09-02 15:53:32
|
Update of /cvsroot/waba/waba/vm/palm In directory usw-pr-cvs1:/tmp/cvs-serv3809/palm Modified Files: nmpalm_b.c Log Message: Implemented the native code for Thread.currentThread() Index: nmpalm_b.c =================================================================== RCS file: /cvsroot/waba/waba/vm/palm/nmpalm_b.c,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** nmpalm_b.c 2001/09/02 07:24:03 1.6 --- nmpalm_b.c 2001/09/02 15:53:29 1.7 *************** *** 248,252 **** { Var v; ! v.obj = 0; return v; } --- 248,252 ---- { Var v; ! v.obj = wThreadList[threadProcessIndex].tObject; return v; } |
From: MURANAKA M. <mo...@us...> - 2001-09-02 15:53:32
|
Update of /cvsroot/waba/waba/vm/win32 In directory usw-pr-cvs1:/tmp/cvs-serv3809/win32 Modified Files: nmwin32_b.c Log Message: Implemented the native code for Thread.currentThread() Index: nmwin32_b.c =================================================================== RCS file: /cvsroot/waba/waba/vm/win32/nmwin32_b.c,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** nmwin32_b.c 2001/09/02 07:24:03 1.8 --- nmwin32_b.c 2001/09/02 15:53:30 1.9 *************** *** 233,237 **** { Var v; ! v.obj = 0; return v; } --- 233,237 ---- { Var v; ! v.obj = currentThread->tObject; return v; } |
From: MURANAKA M. <mo...@us...> - 2001-09-02 15:53:32
|
Update of /cvsroot/waba/waba/vm/linux In directory usw-pr-cvs1:/tmp/cvs-serv3809/linux Modified Files: nm_linux_b.c Log Message: Implemented the native code for Thread.currentThread() Index: nm_linux_b.c =================================================================== RCS file: /cvsroot/waba/waba/vm/linux/nm_linux_b.c,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -d -r1.15 -r1.16 *** nm_linux_b.c 2001/09/02 10:06:50 1.15 --- nm_linux_b.c 2001/09/02 15:53:29 1.16 *************** *** 267,271 **** { Var v; ! v.obj = 0; return v; } --- 267,273 ---- { Var v; ! ! v.obj = wThreadList[threadProcessIndex].tObject; ! return v; } |
From: MURANAKA M. <mo...@us...> - 2001-09-02 14:33:48
|
Update of /cvsroot/waba/waba/vm In directory usw-pr-cvs1:/tmp/cvs-serv21191 Modified Files: Makefile.am Log Message: Update diffs from WABAJTRON branch. Index: Makefile.am =================================================================== RCS file: /cvsroot/waba/waba/vm/Makefile.am,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** Makefile.am 2001/08/15 16:14:13 1.7 --- Makefile.am 2001/09/02 14:33:45 1.8 *************** *** 3,7 **** noinst_LIBRARIES = libwaba.a libwaba_a_SOURCES = waba.c ! libwaba_a_LIBADD = @PLATFORM/libnmwaba.a else --- 3,7 ---- noinst_LIBRARIES = libwaba.a libwaba_a_SOURCES = waba.c ! libwaba_a_LIBADD = @PLATFORM@/nmtoppers_a.o @PLATFORM@/nmtoppers_b.o @PLATFORM@/nmtoppers_c.o @PLATFORM@/nmtoppers_sjtron_evtflg.o @PLATFORM@/nmtoppers_sjtron_semaphore.o @PLATFORM@/nmtoppers_sjtron_kernel.o @PLATFORM@/nmtoppers_sjtron_task.o else *************** *** 39,43 **** SUBDIRS = @PLATFORM@ ! DIST_SUBDIRS = linux palm win32 port ! CFLAGS=@CFLAGS@ @GLIB_CFLAGS@ @GTK_CFLAGS@ @CC_DEFINE@ --- 39,43 ---- SUBDIRS = @PLATFORM@ ! DIST_SUBDIRS = linux palm win32 port toppers ruputer ! CFLAGS=@CFLAGS@ @GLIB_CFLAGS@ @GTK_CFLAGS@ @ITRON_CFLAGS@ @CC_DEFINE@ |