Small performance improvement in generated C code:
[oota-llvm.git] / lib / Makefile.am
1 #===-- lib/Makefile.am -- Makefile For Libraries -----------*- 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 SUBDIRS = VMCore Bytecode AsmParser Analysis Transforms CodeGen Target \
13           ExecutionEngine Debugger