summaryrefslogtreecommitdiff
path: root/lib/Target/PowerPC/TargetInfo/Makefile
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2009-07-15 06:35:19 +0000
committerDaniel Dunbar <daniel@zuster.org>2009-07-15 06:35:19 +0000
commitc984df8602a8b2450cbdb6ff55fd49ba709a391e (patch)
treed89b8c66dffaa5a83f7614d3a11de26c84e9bea1 /lib/Target/PowerPC/TargetInfo/Makefile
parentf9b36f08efbc66670910a8a85dd89f03d36196d4 (diff)
downloadllvm-c984df8602a8b2450cbdb6ff55fd49ba709a391e.tar.gz
llvm-c984df8602a8b2450cbdb6ff55fd49ba709a391e.tar.bz2
llvm-c984df8602a8b2450cbdb6ff55fd49ba709a391e.tar.xz
Add TargetInfo libraries for all targets.
- Intended to match current TargetMachine implementations. - No facilities for linking these in yet. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@75751 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/PowerPC/TargetInfo/Makefile')
-rw-r--r--lib/Target/PowerPC/TargetInfo/Makefile15
1 files changed, 15 insertions, 0 deletions
diff --git a/lib/Target/PowerPC/TargetInfo/Makefile b/lib/Target/PowerPC/TargetInfo/Makefile
new file mode 100644
index 0000000000..4253ce8b89
--- /dev/null
+++ b/lib/Target/PowerPC/TargetInfo/Makefile
@@ -0,0 +1,15 @@
+##===- lib/Target/PowerPC/TargetInfo/Makefile ------------------*- Makefile -*-===##
+#
+# The LLVM Compiler Infrastructure
+#
+# This file is distributed under the University of Illinois Open Source
+# License. See LICENSE.TXT for details.
+#
+##===----------------------------------------------------------------------===##
+LEVEL = ../../../..
+LIBRARYNAME = LLVMPowerPCInfo
+
+# Hack: we need to include 'main' target directory to grab private headers
+CPPFLAGS = -I$(PROJ_OBJ_DIR)/.. -I$(PROJ_SRC_DIR)/..
+
+include $(LEVEL)/Makefile.common