summaryrefslogtreecommitdiff
path: root/lib/ExecutionEngine/Makefile.am
blob: a4e233923ec704c8238f2aef91401b54908e8088 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#===-- lib/ExecutionEngine/Makefile.am ---------------------*- Makefile -*--===#
#
#                     The LLVM Compiler Infrastructure
#
# This file was developed by Reid Spencer and is distributed under the 
# University of Illinois Open Source License. See LICENSE.TXT for details.
# 
#===------------------------------------------------------------------------===#

include $(top_srcdir)/Makefile.rules.am

SUBDIRS = Interpreter JIT

libexec_PROGRAMS = LLVMExecutionEngine.o

LLVMExecutionEngine_o_SOURCES = ExecutionEngine.cpp
LIBS=