John Bauman | 8940182 | 2014-05-06 15:04:28 -0400 | [diff] [blame] | 1 | ##===- lib/Target/MBlaze/Makefile --------------------------*- Makefile -*-===## |
| 2 | # |
| 3 | # The LLVM Compiler Infrastructure |
| 4 | # |
| 5 | # This file is distributed under the University of Illinois Open Source |
| 6 | # License. See LICENSE.TXT for details. |
| 7 | # |
| 8 | ##===----------------------------------------------------------------------===## |
| 9 | LEVEL = ../../.. |
| 10 | LIBRARYNAME = LLVMMBlazeCodeGen |
| 11 | TARGET = MBlaze |
| 12 | |
| 13 | # Make sure that tblgen is run, first thing. |
John Bauman | 19bac1e | 2014-05-06 15:23:49 -0400 | [diff] [blame] | 14 | BUILT_SOURCES = MBlazeGenRegisterInfo.inc MBlazeGenInstrInfo.inc \ |
| 15 | MBlazeGenAsmWriter.inc \ |
| 16 | MBlazeGenDAGISel.inc MBlazeGenAsmMatcher.inc \ |
| 17 | MBlazeGenCodeEmitter.inc MBlazeGenCallingConv.inc \ |
| 18 | MBlazeGenSubtargetInfo.inc MBlazeGenIntrinsics.inc \ |
| 19 | MBlazeGenEDInfo.inc |
John Bauman | 8940182 | 2014-05-06 15:04:28 -0400 | [diff] [blame] | 20 | |
John Bauman | 19bac1e | 2014-05-06 15:23:49 -0400 | [diff] [blame] | 21 | DIRS = InstPrinter AsmParser Disassembler TargetInfo MCTargetDesc |
John Bauman | 8940182 | 2014-05-06 15:04:28 -0400 | [diff] [blame] | 22 | |
| 23 | include $(LEVEL)/Makefile.common |
| 24 | |