Misha Brukman | 5dfe3a9 | 2004-06-21 16:55:25 +0000 | [diff] [blame] | 1 | ##===- lib/Target/PowerPC/Makefile -------------------------*- Makefile -*-===## |
| 2 | # |
| 3 | # The LLVM Compiler Infrastructure |
| 4 | # |
| 5 | # This file was developed by the LLVM research group and is distributed under |
| 6 | # the University of Illinois Open Source License. See LICENSE.TXT for details. |
| 7 | # |
| 8 | ##===----------------------------------------------------------------------===## |
| 9 | LEVEL = ../../.. |
Reid Spencer | 6cb21d4 | 2004-10-27 23:18:45 +0000 | [diff] [blame] | 10 | LIBRARYNAME = LLVMPowerPC |
Chris Lattner | 4c7b43b | 2005-10-14 23:37:35 +0000 | [diff] [blame] | 11 | TARGET = PPC |
Reid Spencer | 3758552 | 2006-04-13 06:39:24 +0000 | [diff] [blame] | 12 | EXTRA_DIST = README.txt README_ALTIVEC.txt |
Misha Brukman | 2f94786 | 2004-08-05 18:34:15 +0000 | [diff] [blame] | 13 | |
Misha Brukman | 5dfe3a9 | 2004-06-21 16:55:25 +0000 | [diff] [blame] | 14 | # Make sure that tblgen is run, first thing. |
Chris Lattner | 4c7b43b | 2005-10-14 23:37:35 +0000 | [diff] [blame] | 15 | BUILT_SOURCES = PPCGenInstrNames.inc PPCGenRegisterNames.inc \ |
| 16 | PPCGenAsmWriter.inc PPCGenCodeEmitter.inc \ |
| 17 | PPCGenRegisterInfo.h.inc PPCGenRegisterInfo.inc \ |
Jim Laskey | f5fc2cb | 2005-10-21 19:05:19 +0000 | [diff] [blame] | 18 | PPCGenInstrInfo.inc PPCGenDAGISel.inc PPCGenSubtarget.inc |
Misha Brukman | 5dfe3a9 | 2004-06-21 16:55:25 +0000 | [diff] [blame] | 19 | |
Reid Spencer | 8c2c315 | 2004-10-22 21:02:08 +0000 | [diff] [blame] | 20 | include $(LEVEL)/Makefile.common |