Initial set of Makefiles
authorIain Sandoe <iain@codesourcery.com>
Wed, 4 Jun 2014 09:54:07 +0000 (09:54 +0000)
committerIain Sandoe <iain@codesourcery.com>
Wed, 4 Jun 2014 09:54:07 +0000 (09:54 +0000)
commitc4d9bedcfcba1e2f80ead1947abfc216305bfd34
tree307f097ca8e3d00a92d446dfeb13f65270f69f99
parentd2851616750afe6dc37835bcf00ddc53b5b9a3b6
Initial set of Makefiles

This provides support for the autoconfing & make build style.
The format, style and implementation follows that used within the llvm and clang projects.

TODO: implement out-of-source documentation builds.
llvm-svn: 210177
26 files changed:
lld/Makefile [new file with mode: 0644]
lld/include/Makefile [new file with mode: 0644]
lld/include/lld/Makefile [new file with mode: 0644]
lld/lib/Core/Makefile [new file with mode: 0644]
lld/lib/Driver/Makefile [new file with mode: 0644]
lld/lib/Makefile [new file with mode: 0644]
lld/lib/Passes/Makefile [new file with mode: 0644]
lld/lib/ReaderWriter/ELF/Hexagon/Makefile [new file with mode: 0644]
lld/lib/ReaderWriter/ELF/Makefile [new file with mode: 0644]
lld/lib/ReaderWriter/ELF/Mips/Makefile [new file with mode: 0644]
lld/lib/ReaderWriter/ELF/PPC/Makefile [new file with mode: 0644]
lld/lib/ReaderWriter/ELF/X86/Makefile [new file with mode: 0644]
lld/lib/ReaderWriter/ELF/X86_64/Makefile [new file with mode: 0644]
lld/lib/ReaderWriter/MachO/Makefile [new file with mode: 0644]
lld/lib/ReaderWriter/Makefile [new file with mode: 0644]
lld/lib/ReaderWriter/Native/Makefile [new file with mode: 0644]
lld/lib/ReaderWriter/PECOFF/Makefile [new file with mode: 0644]
lld/lib/ReaderWriter/YAML/Makefile [new file with mode: 0644]
lld/test/Makefile [new file with mode: 0644]
lld/tools/Makefile [new file with mode: 0644]
lld/tools/lld/Makefile [new file with mode: 0644]
lld/unittests/CoreTests/Makefile [new file with mode: 0644]
lld/unittests/DriverTests/Makefile [new file with mode: 0644]
lld/unittests/Makefile [new file with mode: 0644]
lld/utils/Makefile [new file with mode: 0644]
lld/utils/linker-script-test/Makefile [new file with mode: 0644]