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
16 lines
504 B
Makefile
16 lines
504 B
Makefile
##===- lld/lib/ReaderWriter/ELF/PPC/Makefile ----------*- Makefile -*-===##
|
|
#
|
|
# The LLVM Compiler Infrastructure
|
|
#
|
|
# This file is distributed under the University of Illinois Open Source
|
|
# License. See LICENSE.TXT for details.
|
|
#
|
|
##===----------------------------------------------------------------------===##
|
|
|
|
LLD_LEVEL := ../../../..
|
|
LIBRARYNAME := lldPPCELFTarget
|
|
USEDLIBS = lldCore.a
|
|
CPP.Flags += -I$(PROJ_SRC_DIR)/$(LLD_LEVEL)/lib/ReaderWriter/ELF
|
|
|
|
include $(LLD_LEVEL)/Makefile
|