summaryrefslogtreecommitdiff
path: root/lib/Target/Makefile.am
blob: 0513c04c89f66446a531df3cc8fa43eb823fcf61 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#===-- lib/Target/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_config

SUBDIRS = X86 CBackend PowerPC SparcV9 Skeleton 

lib_LIBRARIES = libLLVMTarget.a

libLLVMTarget_a_SOURCES = \
  MRegisterInfo.cpp \
  TargetData.cpp \
  TargetFrameInfo.cpp \
  TargetInstrInfo.cpp \
  TargetMachine.cpp \
  TargetMachineRegistry.cpp \
  TargetSchedInfo.cpp