1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-25 14:02:52 +02:00
llvm-mirror/lib/Target/WebAssembly/Makefile
2015-08-24 18:44:37 +00:00

27 lines
776 B
Makefile

##===- lib/Target/WebAssembly/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 = LLVMWebAssemblyCodeGen
TARGET = WebAssembly
# Make sure that tblgen is run, first thing.
BUILT_SOURCES = \
WebAssemblyGenAsmWriter.inc \
WebAssemblyGenDAGISel.inc \
WebAssemblyGenFastISel.inc \
WebAssemblyGenInstrInfo.inc \
WebAssemblyGenMCCodeEmitter.inc \
WebAssemblyGenRegisterInfo.inc \
WebAssemblyGenSubtargetInfo.inc
DIRS = InstPrinter TargetInfo MCTargetDesc
include $(LEVEL)/Makefile.common