Català-Valencià - Catalan
中文 - Chinese (Simplified)
中文 - Chinese (Traditional)
Česky - Czech
Dansk - Danish
Nederlands - Dutch
English - English
Suomi - Finnish
Français - French
Deutsch - German
עברית - Hebrew
हिंदी - Hindi
Magyar - Hungarian
Bahasa Indonesia - Indonesian
Italiano - Italian
日本語 - Japanese
한국어 - Korean
Македонски - Macedonian
मराठी - Marathi
Norsk - Norwegian
Polski - Polish
Português - Portuguese
Português - Portuguese (Brazil)
Русский - Russian
Slovenčina - Slovak
Slovenščina - Slovenian
Español - Spanish
Svenska - Swedish
Türkçe - Turkish
Українська - Ukrainian
Oëzbekcha - Uzbek
Subversion Repositories
shark
(root)
/
demos
/
trunk
/
Makefile
- Rev 1690
Rev
Hide changed files
|
Details
|
Compare with Previous
|
Blame
|
RSS feed
Filtering Options
From rev
To rev
Max revs
Search history for
Show All
Rev
Age
Author
Path
Log message
Diff
Changes
1690
5959d 06h
fabio
/demos/trunk/
Update the demos to use the new build system.
The interface can be improved, this should be the fastest path
to both continue with the old scheme and use the new infrastructure.
/demos/trunk/Makefile
/demos/trunk/advtimer/Makefile
/demos/trunk/astro/Makefile
/demos/trunk/base/Makefile
/demos/trunk/bca/Makefile
/demos/trunk/bttvdemo/Makefile
/demos/trunk/cpufreq/Makefile
/demos/trunk/dosfs/Makefile
/demos/trunk/helloworld/Makefile
/demos/trunk/input/Makefile
/demos/trunk/jumpball/Makefile
/demos/trunk/mesademo/Makefile
/demos/trunk/mesatex/Makefile
/demos/trunk/mix/Makefile
/demos/trunk/network/Makefile
/demos/trunk/newtrace/Makefile
/demos/trunk/newtrace/instr/Makefile
/demos/trunk/newtrace/nosave/Makefile
/demos/trunk/newtrace/udp/Makefile
/demos/trunk/newtrace/utils/Makefile
/demos/trunk/orbit/Makefile
/demos/trunk/pci6025e/Makefile
/demos/trunk/pse51/Makefile
/demos/trunk/servo/Makefile
/demos/trunk/shutdown/Makefile
/demos/trunk/tftptest/Makefile
/demos/trunk/advtimer/makefile
/demos/trunk/astro/makefile
/demos/trunk/base/makefile
/demos/trunk/bca/makefile
/demos/trunk/bttvdemo/makefile
/demos/trunk/cpufreq/makefile
/demos/trunk/dosfs/makefile
/demos/trunk/helloworld/makefile
/demos/trunk/input/makefile
/demos/trunk/jumpball/makefile
/demos/trunk/makefile
/demos/trunk/mesademo/makefile
/demos/trunk/mesatex/makefile
/demos/trunk/mix/makefile
/demos/trunk/network/makefile
/demos/trunk/newtrace/instr/makefile
/demos/trunk/newtrace/makefile
/demos/trunk/newtrace/nosave/makefile
/demos/trunk/newtrace/udp/makefile
/demos/trunk/newtrace/utils/makefile
/demos/trunk/orbit/makefile
/demos/trunk/pci6025e/makefile
/demos/trunk/pse51/makefile
/demos/trunk/servo/makefile
/demos/trunk/shutdown/makefile
/demos/trunk/tftptest/makefile
/demos/trunk/base/condtest.c
/demos/trunk/base/mdemo.c
/demos/trunk/base/pcdemo.c
/demos/trunk/jumpball/demo.c
1686
6145d 16h
fabio
/demos/branches/xen/
Convert the makefiles to the new build system.
Convert all the makefiles to the syntax and conventions of the new build
system. Compile-tested only. Temporarily almost everything depends on
__GRX__ as even the text console code seems to use some grx symbols; this
should be fixed in the base system.
/demos/branches/xen/Makefile
/demos/branches/xen/advtimer/Makefile
/demos/branches/xen/astro/Makefile
/demos/branches/xen/base/Makefile
/demos/branches/xen/bca/Makefile
/demos/branches/xen/bttvdemo/Makefile
/demos/branches/xen/cpufreq/Makefile
/demos/branches/xen/dosfs/Makefile
/demos/branches/xen/helloworld/Makefile
/demos/branches/xen/input/Makefile
/demos/branches/xen/jumpball/Makefile
/demos/branches/xen/mesademo/Makefile
/demos/branches/xen/mesatex/Makefile
/demos/branches/xen/mix/Makefile
/demos/branches/xen/network/Makefile
/demos/branches/xen/newtrace/Makefile
/demos/branches/xen/newtrace/instr/Makefile
/demos/branches/xen/newtrace/nosave/Makefile
/demos/branches/xen/newtrace/udp/Makefile
/demos/branches/xen/newtrace/utils/Makefile
/demos/branches/xen/orbit/Makefile
/demos/branches/xen/pci6025e/Makefile
/demos/branches/xen/pse51/Makefile
/demos/branches/xen/servo/Makefile
/demos/branches/xen/shutdown/Makefile
/demos/branches/xen/tftptest/Makefile
/demos/branches/xen/advtimer/makefile
/demos/branches/xen/astro/makefile
/demos/branches/xen/base/makefile
/demos/branches/xen/bca/makefile
/demos/branches/xen/bttvdemo/makefile
/demos/branches/xen/cpufreq/makefile
/demos/branches/xen/dosfs/makefile
/demos/branches/xen/helloworld/makefile
/demos/branches/xen/input/makefile
/demos/branches/xen/jumpball/makefile
/demos/branches/xen/makefile
/demos/branches/xen/mesademo/makefile
/demos/branches/xen/mesatex/makefile
/demos/branches/xen/mix/makefile
/demos/branches/xen/network/makefile
/demos/branches/xen/newtrace/instr/makefile
/demos/branches/xen/newtrace/makefile
/demos/branches/xen/newtrace/nosave/makefile
/demos/branches/xen/newtrace/udp/makefile
/demos/branches/xen/newtrace/utils/makefile
/demos/branches/xen/orbit/makefile
/demos/branches/xen/pci6025e/makefile
/demos/branches/xen/pse51/makefile
/demos/branches/xen/servo/makefile
/demos/branches/xen/shutdown/makefile
/demos/branches/xen/tftptest/makefile
/demos/branches/xen/base/condtest.c
/demos/branches/xen/base/mdemo.c
/demos/branches/xen/base/pcdemo.c
/demos/branches/xen/jumpball/demo.c
1684
6146d 05h
fabio
/demos/branches/xen/
Branch the demos tree to sync it with the xen branch of the kernel.
This branch will contain a sync'ed version of the demos with the new
build system and the new kernel tree structure.
/demos/branches/xen
1611
6553d 02h
tullio
/demos/trunk/
Changed due to demo removal.
/demos/trunk/makefile
1608
6553d 03h
tullio
/demos/trunk/
Changed due to demo directory removal.
/demos/trunk/makefile
1571
6866d 05h
mauro
/demos/trunk/
Fiexed error for newtracer compilation.
/demos/trunk/makefile
1570
6866d 23h
tullio
/demos/trunk/
Filtered out the demos which do not compile properly.
/demos/trunk/makefile
1552
7244d 06h
pj
/demos/trunk/
moved modules
/demos/trunk/advtimer/initfile.c
/demos/trunk/astro/asteroid.h
/demos/trunk/astro/initfile.c
/demos/trunk/base/aster.c
/demos/trunk/base/aster2.c
/demos/trunk/base/aster3.c
/demos/trunk/base/aster4.c
/demos/trunk/base/aster5.c
/demos/trunk/base/aster6.c
/demos/trunk/base/aster7.c
/demos/trunk/base/aster8.c
/demos/trunk/base/cabs.c
/demos/trunk/base/fly.c
/demos/trunk/base/iaster1.c
/demos/trunk/base/iaster3.c
/demos/trunk/base/iaster4.c
/demos/trunk/base/iaster6.c
/demos/trunk/base/iaster7.c
/demos/trunk/base/iaster8.c
/demos/trunk/base/ihello.c
/demos/trunk/base/imdemo.c
/demos/trunk/base/initfile.c
/demos/trunk/base/initgraph.c
/demos/trunk/base/ipcidemo.c
/demos/trunk/base/isemdemo.c
/demos/trunk/base/mdemo.c
/demos/trunk/base/srpdemo.c
/demos/trunk/bca/initfile.c
/demos/trunk/bttvdemo/initfile.c
/demos/trunk/cpufreq/initfile.c
/demos/trunk/dosfs/initfile.c
/demos/trunk/helloworld/initfile.c
/demos/trunk/input/initcur.c
/demos/trunk/input/initfile.c
/demos/trunk/input/initjoy.c
/demos/trunk/input/initkey.c
/demos/trunk/input/initspk.c
/demos/trunk/jumpball/ecp.c
/demos/trunk/jumpball/ern.c
/demos/trunk/jumpball/rrn.c
/demos/trunk/jumpball/rrp.c
/demos/trunk/makefile
/demos/trunk/mesademo/initfile.c
/demos/trunk/mesatex/initfile.c
/demos/trunk/mix/initfile.c
/demos/trunk/network/initfile.c
/demos/trunk/newtrace/initfile/initfile.c
/demos/trunk/newtrace/instr/initfile.c
/demos/trunk/newtrace/nosave/initfile.c
/demos/trunk/newtrace/udp/initfile.c
/demos/trunk/orbit/initfile.c
/demos/trunk/pci6025e/initfile.c
/demos/trunk/pci6025e/wave.c
/demos/trunk/pngdemo/initfile.c
/demos/trunk/pse51/pinit.c
/demos/trunk/servo/initfile.c
/demos/trunk/shutdown/ishut.c
/demos/trunk/shutdown/shutdown.c
/demos/trunk/tftptest/initfile.c
/demos/trunk/tftptest/tftptest.c
1464
7520d 23h
giacomo
/demos/trunk/
Update
/demos/trunk/makefile
/demos/trunk/mesatex/initfile.c
/demos/trunk/mesatex/makefile
/demos/trunk/mesatex/mesatex.c
/demos/trunk/servo/initfile.c
/demos/trunk/servo/load.c
/demos/trunk/servo/makefile
1414
7548d 03h
giacomo
/demos/trunk/
Update
/demos/trunk/chimera/list.c
/demos/trunk/chimera/makefile
/demos/trunk/makefile
1340
7597d 08h
giacomo
/demos/trunk/
Update
/demos/trunk/base/makefile
/demos/trunk/fsf/initfile.c
/demos/trunk/fsf/test1.c
/demos/trunk/fsf/test3.c
/demos/trunk/loader/shark/initfile.c
/demos/trunk/makefile
/demos/trunk/pci6025e/test_ec.c
1288
7680d 03h
giacomo
/demos/trunk/
Update
/demos/trunk/dosfs/makefile
/demos/trunk/makefile
/demos/trunk/tracer/dfixed/dfixed.c
/demos/trunk/tracer/small/common.c
/demos/trunk/tracer/small/hello.c
/demos/trunk/tracer/small/simple.c
1287
7680d 03h
giacomo
/demos/trunk/
Update
/demos/trunk/auto/edfact.c
/demos/trunk/cash/cash.c
/demos/trunk/cbs_ft/cbs_ft.c
/demos/trunk/cbs_ft/cbs_ft.h
/demos/trunk/edfact/edfact.c
/demos/trunk/first/edfstar.c
/demos/trunk/first/posixstar.c
/demos/trunk/first/rmstar.c
/demos/trunk/makefile
/demos/trunk/slsh/slsh.c
/demos/trunk/static/static.c
1157
7910d 22h
giacomo
/demos/trunk/
base_cpp
/demos/trunk/makefile
1120
8081d 09h
pj
/demos/trunk/
- new demos imported from oldexamples
/demos/trunk/base/aster.c
/demos/trunk/base/aster4.c
/demos/trunk/base/aster5.c
/demos/trunk/base/aster6.c
/demos/trunk/base/aster7.c
/demos/trunk/base/aster8.c
/demos/trunk/base/condtest.c
/demos/trunk/base/iaster4.c
/demos/trunk/base/iaster6.c
/demos/trunk/base/iaster7.c
/demos/trunk/base/iaster8.c
/demos/trunk/base/imdemo.c
/demos/trunk/base/intsem.c
/demos/trunk/base/isched.c
/demos/trunk/base/isemdemo.c
/demos/trunk/base/jointest.c
/demos/trunk/base/keycode.c
/demos/trunk/base/mdemo.c
/demos/trunk/base/memtest.c
/demos/trunk/base/mousfind.c
/demos/trunk/base/pcdemo.c
/demos/trunk/base/pcidemo.c
/demos/trunk/base/pidemo.c
/demos/trunk/base/preempt.c
/demos/trunk/base/sched.c
/demos/trunk/base/semdemo.c
/demos/trunk/base/srpdemo.c
/demos/trunk/base/talk.c
/demos/trunk/block
/demos/trunk/block/common.c
/demos/trunk/block/common.h
/demos/trunk/block/idelin.c
/demos/trunk/block/idernd.c
/demos/trunk/block/idetest0.c
/demos/trunk/block/idetest1.c
/demos/trunk/block/idetest2.c
/demos/trunk/block/idetest3.c
/demos/trunk/block/initblk.c
/demos/trunk/block/makefile
/demos/trunk/block/readme
/demos/trunk/makefile
/demos/trunk/perf
/demos/trunk/perf/initfile.c
/demos/trunk/perf/makefile
/demos/trunk/perf/perf1.c
/demos/trunk/perf/perf2.c
/demos/trunk/perf/perf3.c
/demos/trunk/perf/perf4.c
/demos/trunk/perf/readme