2015-06-30 07:51:55 +08:00
|
|
|
##===- 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.
|
2015-07-23 05:28:15 +08:00
|
|
|
BUILT_SOURCES = \
|
|
|
|
WebAssemblyGenAsmWriter.inc \
|
|
|
|
WebAssemblyGenDAGISel.inc \
|
2015-08-25 02:44:37 +08:00
|
|
|
WebAssemblyGenFastISel.inc \
|
2015-07-23 05:28:15 +08:00
|
|
|
WebAssemblyGenInstrInfo.inc \
|
|
|
|
WebAssemblyGenMCCodeEmitter.inc \
|
|
|
|
WebAssemblyGenRegisterInfo.inc \
|
|
|
|
WebAssemblyGenSubtargetInfo.inc
|
2015-06-30 07:51:55 +08:00
|
|
|
|
2016-01-12 11:32:29 +08:00
|
|
|
DIRS = InstPrinter TargetInfo MCTargetDesc Disassembler
|
2015-06-30 07:51:55 +08:00
|
|
|
|
|
|
|
include $(LEVEL)/Makefile.common
|