xref: /openbsd/src/gnu/usr.bin/clang/libLLVMX86Desc/Makefile
  • Home
  • History
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# $OpenBSD: Makefile,v 1.8 2023/11/11 18:35:38 robert Exp $
2
3LIB=	LLVMX86Desc
4NOPROFILE=
5
6CPPFLAGS+=	-I${.OBJDIR}/../include/llvm/X86 -I${LLVM_SRCS}/lib/Target/X86
7
8SRCS+=	X86ATTInstPrinter.cpp \
9	X86IntelInstPrinter.cpp \
10	X86InstComments.cpp \
11	X86InstPrinterCommon.cpp \
12	X86InstrRelaxTables.cpp \
13	X86ShuffleDecode.cpp \
14	X86AsmBackend.cpp \
15	X86MCTargetDesc.cpp \
16	X86MCAsmInfo.cpp \
17	X86MCCodeEmitter.cpp \
18	X86MachObjectWriter.cpp \
19	X86MnemonicTables.cpp \
20	X86ELFObjectWriter.cpp \
21	X86WinCOFFObjectWriter.cpp \
22	X86WinCOFFStreamer.cpp \
23	X86WinCOFFTargetStreamer.cpp
24
25.PATH:	${.CURDIR}/../../../llvm/llvm/lib/Target/X86/MCTargetDesc
26

served by {OpenGrok

Last Index Update: Sun Mar 22 17:06:33 EDT 2026