2014-06-04 17:54:07 +08:00
|
|
|
##===- lld/lib/ReaderWriter/PECOFF/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 := lldPECOFF
|
2015-01-24 09:06:07 +08:00
|
|
|
USEDLIBS = lldCore.a
|
2014-06-04 17:54:07 +08:00
|
|
|
|
|
|
|
include $(LLD_LEVEL)/Makefile
|