Add the new InstrSched directory.
[oota-llvm.git] / lib / Target / Makefile.am
1 #===-- lib/Target/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.rules.am
11
12 SUBDIRS = X86 CBackend PowerPC SparcV9 Skeleton 
13
14 lib_LIBRARIES = libLLVMTarget.a
15
16 libLLVMTarget_a_SOURCES = \
17   MRegisterInfo.cpp \
18   TargetData.cpp \
19   TargetFrameInfo.cpp \
20   TargetInstrInfo.cpp \
21   TargetMachine.cpp \
22   TargetMachineRegistry.cpp \
23   TargetSchedInfo.cpp