summaryrefslogtreecommitdiff
path: root/lib/Target/Makefile.am
blob: 62422471a61b31bfb7d539a514323f5f28b05885 (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.rules.am

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