##===- /Makefile -------------------------------------------*- Makefile -*-===##
#
#                     The LLVM Compiler Infrastructure
#
# This file is distributed under the University of Illinois Open Source
# License. See LICENSE.TXT for details.
#
##===----------------------------------------------------------------------===##

LEVEL = ../../..
LIBRARYNAME = LLVMCodasipCodeGen
TARGET = Codasip


# Make sure that tblgen is run, first thing.
BUILT_SOURCES = CodasipGenRegisterInfo.inc CodasipGenInstrInfo.inc \
                CodasipGenAsmWriter.inc CodasipGenDAGISel.inc \
                CodasipGenCallingConv.inc CodasipGenSubtargetInfo.inc

DIRS = TargetInfo MCTargetDesc

include $(LEVEL)/Makefile.common
