summaryrefslogtreecommitdiff
path: root/tools/lli/ChildTarget/Makefile
blob: 35a354156c307e2e7893f7b655d7cb006e717c47 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
##===- tools/lli/Makefile ------------------------------*- Makefile -*-===##
#
#                     The LLVM Compiler Infrastructure
#
# This file is distributed under the University of Illinois Open Source
# License. See LICENSE.TXT for details.
#
##===----------------------------------------------------------------------===##

LEVEL := ../../..
TOOLNAME := lli-child-target

include $(LEVEL)/Makefile.config

LINK_COMPONENTS := support

CXXFLAGS += -DLLI_BUILDING_CHILD

SOURCES := ChildTarget.cpp ../RemoteTarget.cpp

include $(LLVM_SRC_ROOT)/Makefile.rules