blob: 07ce6f267c61fd47b99e5f58fe6a6f2a025c79eb [file] [log] [blame]
Chris Lattner522d9832004-07-16 06:20:55 +00001##===- 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
10LEVEL = ../../..
Reid Spencer6cb21d42004-10-27 23:18:45 +000011LIBRARYNAME = LLVMSkeleton
Chris Lattner522d9832004-07-16 06:20:55 +000012
13TARGET = Skeleton
Chris Lattner522d9832004-07-16 06:20:55 +000014# Make sure that tblgen is run, first thing.
Reid Spencer8c2c3152004-10-22 21:02:08 +000015BUILT_SOURCES = $(TARGET)GenRegisterInfo.h.inc $(TARGET)GenRegisterNames.inc \
16 $(TARGET)GenRegisterInfo.inc $(TARGET)GenInstrNames.inc \
17 $(TARGET)GenInstrInfo.inc
Chris Lattner522d9832004-07-16 06:20:55 +000018
Reid Spencer8c2c3152004-10-22 21:02:08 +000019include $(LEVEL)/Makefile.common