aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Target/Makefile.am')
-rw-r--r--lib/Target/Makefile.am23
1 files changed, 23 insertions, 0 deletions
diff --git a/lib/Target/Makefile.am b/lib/Target/Makefile.am
new file mode 100644
index 0000000..6242247
--- /dev/null
+++ b/lib/Target/Makefile.am
@@ -0,0 +1,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