You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
waf/build_system_kit/nostate
Thomas Nagy 44a967e326 Initial commit 13 years ago
..
README.txt Initial commit 13 years ago
a.c Initial commit 13 years ago
a.h Initial commit 13 years ago
create_it.sh Initial commit 13 years ago
ebdlib.py Initial commit 13 years ago
main.c Initial commit 13 years ago
wscript Initial commit 13 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.