1f4a2713aSLionel Sambuc##===- lib/Target/X86/Disassembler/Makefile ----------------*- Makefile -*-===## 2f4a2713aSLionel Sambuc# 3f4a2713aSLionel Sambuc# The LLVM Compiler Infrastructure 4f4a2713aSLionel Sambuc# 5f4a2713aSLionel Sambuc# This file is distributed under the University of Illinois Open Source 6f4a2713aSLionel Sambuc# License. See LICENSE.TXT for details. 7f4a2713aSLionel Sambuc# 8f4a2713aSLionel Sambuc##===----------------------------------------------------------------------===## 9f4a2713aSLionel Sambuc 10f4a2713aSLionel SambucLEVEL = ../../../.. 11f4a2713aSLionel SambucLIBRARYNAME = LLVMX86Disassembler 12f4a2713aSLionel Sambuc 13*0a6a1f1dSLionel Sambuc# Hack: we need to include 'main' x86 target directory to grab private headers. 14f4a2713aSLionel SambucCPP.Flags += -I$(PROJ_OBJ_DIR)/.. -I$(PROJ_SRC_DIR)/.. 15f4a2713aSLionel Sambuc 16f4a2713aSLionel Sambucinclude $(LEVEL)/Makefile.common 17*0a6a1f1dSLionel Sambuc 18*0a6a1f1dSLionel Sambuc.PHONY: $(PROJ_SRC_DIR)/X86DisassemblerDecoder.c 19