ladybird/Libraries/LibVT
joshua stein ac25438d54 Build: clean up build system, use one shared Makefile
Allow everything to be built from the top level directory with just
'make', cleaned with 'make clean', and installed with 'make
install'.  Also support these in any particular subdirectory.

Specifying 'make VERBOSE=1' will print each ld/g++/etc. command as
it runs.

Kernel and early host tools (IPCCompiler, etc.) are built as
object.host.o so that they don't conflict with other things built
with the cross-compiler.
2019-12-20 20:20:54 +01:00
..
Makefile Build: clean up build system, use one shared Makefile 2019-12-20 20:20:54 +01:00
Position.h LibVT: Rename VT::BufferPosition to VT::Position and move to own file 2019-08-13 12:56:10 +02:00
Terminal.cpp AK: Use size_t for the length of strings 2019-12-09 17:51:21 +01:00
Terminal.h LibVT: Make inject_string() a public API so clients can use it 2019-10-22 22:14:36 +02:00
TerminalWidget.cpp LibGUI: Make GMenu inherit from CObject 2019-12-09 21:05:44 +01:00
TerminalWidget.h LibGUI: Make GMenu inherit from CObject 2019-12-09 21:05:44 +01:00
XtermColors.h LibVT: Move TerminalWidget from the Terminal app to here 2019-10-21 19:50:07 +02:00