Directory open-wonka/awt
Apart from the ubiquitous Jamfile,
this directory has two subdirectories:
- none
- The "null" AWT implementation, which contains only stubs required
to fulfill external references (java.awt.AWTPermission and init_awt).
- rudolph
- Rudolph(TM), a lightweight AWT designed to work with
a framebuffer device: however it can also work with an X window
simulating a framebuffer, or with no device at all (enabling methods
of the AWT to be used on headless systems).
One or other directory will be included in the build according
to the setting of the AWT variable (-sAWT=rudolph
or -sAWT=none). For -sAWT=rudolph the output
device can be selected by setting -sAWT_DEVICE=fdev,
-sAWT_DEVICE=xsim, or -sAWT_DEVICE=none.