1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-22 12:33:33 +02:00
llvm-mirror/lib/Target/Skeleton/Makefile

20 lines
720 B
Makefile
Raw Normal View History

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 = ../../..
LIBRARYNAME = LLVMSkeleton
2004-07-16 08:20:55 +02:00
TARGET = Skeleton
# Make sure that tblgen is run, first thing.
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
include $(LEVEL)/Makefile.common