420de6aa6fa9dbbb80107a2daca1f981e261636b
[oota-llvm.git] / lib / ExecutionEngine / Interpreter / Makefile.am
1 #===-- lib/ExecutionEngine/Interpreter/Makefile.am ---------*- Makefile -*--===#
2 #
3 #                     The LLVM Compiler Infrastructure
4 #
5 # This file was developed by Reid Spencer and is distributed under the 
6 # University of Illinois Open Source License. See LICENSE.TXT for details.
7
8 #===------------------------------------------------------------------------===#
9
10 include $(top_srcdir)/Makefile_config
11
12 lib_LIBRARIES = libLLVMInterpreter.a
13
14 libLLVMInterpreter_a_SOURCES = \
15   Execution.cpp ExternalFunctions.cpp Interpreter.cpp
16
17 PRELINK=libLLVMInterpreter.a