2004-07-16 08:20:55 +02:00
|
|
|
##===- lib/Target/Skeleton/Makefile ------------------------*- Makefile -*-===##
|
|
|
|
#
|
|
|
|
# The LLVM Compiler Infrastructure
|
|
|
|
#
|
|
|
|
# This file was developed by the LLVM research group and is distributed under
|
|
|
|
# the University of Illinois Open Source License. See LICENSE.TXT for details.
|
|
|
|
#
|
|
|
|
##===----------------------------------------------------------------------===##
|
|
|
|
|
|
|
|
LEVEL = ../../..
|
2004-10-28 01:18:45 +02:00
|
|
|
LIBRARYNAME = LLVMSkeleton
|
2004-07-16 08:20:55 +02:00
|
|
|
|
|
|
|
TARGET = Skeleton
|
|
|
|
# Make sure that tblgen is run, first thing.
|
2004-10-22 23:02:08 +02:00
|
|
|
BUILT_SOURCES = $(TARGET)GenRegisterInfo.h.inc $(TARGET)GenRegisterNames.inc \
|
|
|
|
$(TARGET)GenRegisterInfo.inc $(TARGET)GenInstrNames.inc \
|
|
|
|
$(TARGET)GenInstrInfo.inc
|
2004-07-16 08:20:55 +02:00
|
|
|
|
2004-10-22 23:02:08 +02:00
|
|
|
include $(LEVEL)/Makefile.common
|