Chris Lattner | 522d983 | 2004-07-16 06:20:55 +0000 | [diff] [blame] | 1 | ##===- lib/Target/Skeleton/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 | |
| 10 | LEVEL = ../../.. |
Reid Spencer | 6cb21d4 | 2004-10-27 23:18:45 +0000 | [diff] [blame] | 11 | LIBRARYNAME = LLVMSkeleton |
Chris Lattner | 522d983 | 2004-07-16 06:20:55 +0000 | [diff] [blame] | 12 | |
| 13 | TARGET = Skeleton |
Chris Lattner | 522d983 | 2004-07-16 06:20:55 +0000 | [diff] [blame] | 14 | # Make sure that tblgen is run, first thing. |
Reid Spencer | 8c2c315 | 2004-10-22 21:02:08 +0000 | [diff] [blame] | 15 | BUILT_SOURCES = $(TARGET)GenRegisterInfo.h.inc $(TARGET)GenRegisterNames.inc \ |
| 16 | $(TARGET)GenRegisterInfo.inc $(TARGET)GenInstrNames.inc \ |
| 17 | $(TARGET)GenInstrInfo.inc |
Chris Lattner | 522d983 | 2004-07-16 06:20:55 +0000 | [diff] [blame] | 18 | |
Reid Spencer | 8c2c315 | 2004-10-22 21:02:08 +0000 | [diff] [blame] | 19 | include $(LEVEL)/Makefile.common |