ladybird/Libraries/LibELF
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
..
ELFImage.cpp LibELF: Restore the relocation code from git history 2019-11-28 20:53:02 +01:00
ELFImage.h LibELF: Add ELFImage::Symbol::bind() 2019-11-28 21:29:57 +01:00
ELFLoader.cpp Kernel: Separate out the symbol offsets in profile output 2019-12-12 21:59:47 +01:00
ELFLoader.h Kernel: Separate out the symbol offsets in profile output 2019-12-12 21:59:47 +01:00
exec_elf.h LibELF: Restore the relocation code from git history 2019-11-28 20:53:02 +01:00
Makefile Build: clean up build system, use one shared Makefile 2019-12-20 20:20:54 +01:00