mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-06 05:06:45 +00:00
3c390e5184
It can be reverted a few days later, after X86Disassembler.d is updated not to contain "X86Disassembler.c". git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@206758 91177308-0d34-0410-b5e6-96231b3b80d8
19 lines
610 B
Makefile
19 lines
610 B
Makefile
##===- lib/Target/X86/Disassembler/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 = LLVMX86Disassembler
|
|
|
|
# Hack: we need to include 'main' x86 target directory to grab private headers.
|
|
CPP.Flags += -I$(PROJ_OBJ_DIR)/.. -I$(PROJ_SRC_DIR)/..
|
|
|
|
include $(LEVEL)/Makefile.common
|
|
|
|
.PHONY: $(PROJ_SRC_DIR)/X86DisassemblerDecoder.c
|