125e041aea790a626a42ffadff5962e3161806de
[oota-llvm.git] / tools / llvmc / Makefile.am
1 #===-- tools/llvmc/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 bin_PROGRAMS = llvmc
13
14 BUILT_SOURCES = ConfigLexer.cpp
15
16 llvmc_SOURCES = CompilerDriver.cpp Configuration.cpp llvmc.cpp $(BUILT_SOURCES)
17
18 #dist_EXTRA_llvmc_SOURCES = ConfigLexer.l
19
20 llvmc_LDADD = $(call GETOBJS,BCReader,Core) \
21               $(call GETLIBS,Support,System)