danny wang 6b2cb6fa39 this N3 net clean robot use bfd1.5V6 2 years ago
..
README.txt 6b2cb6fa39 this N3 net clean robot use bfd1.5V6 2 years ago
a.c 6b2cb6fa39 this N3 net clean robot use bfd1.5V6 2 years ago
a.h 6b2cb6fa39 this N3 net clean robot use bfd1.5V6 2 years ago
create_it.sh 6b2cb6fa39 this N3 net clean robot use bfd1.5V6 2 years ago
ebdlib.py 6b2cb6fa39 this N3 net clean robot use bfd1.5V6 2 years ago
main.c 6b2cb6fa39 this N3 net clean robot use bfd1.5V6 2 years ago
wscript 6b2cb6fa39 this N3 net clean robot use bfd1.5V6 2 years ago

README.txt

Note from the author: using signatures is of course much better
this example is for research purposes only


In this example, no configuration will be written or read,
and the build will only use timestamps (no cache files
and no signatures). There is no build directory either.

To build, use "./ebd"


Although the wscript file only declares a build function,
the system performs a configuration internally to check for
a C compiler. The configuration and build context classes are
overridden to hide output messages and to avoid creating cache
files.

The task class is monkey-patched so that all existing build tasks
will execute without using signatures (only file timestamps are considered).
Implicit dependencies such as headers are still computed automatically.