xref: /openbsd/src/gnu/usr.bin/clang/libLLVMMipsDesc/Makefile
  • Home
  • History
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# $OpenBSD: Makefile,v 1.4 2020/08/03 14:45:26 patrick Exp $
2
3LIB=	LLVMMipsDesc
4NOPROFILE=
5
6CPPFLAGS+=	-I${.OBJDIR}/../include/llvm/Mips -I${LLVM_SRCS}/lib/Target/Mips
7
8SRCS+=	MipsABIInfo.cpp \
9	MipsABIFlagsSection.cpp \
10	MipsAsmBackend.cpp \
11	MipsELFObjectWriter.cpp \
12	MipsELFStreamer.cpp \
13	MipsInstPrinter.cpp \
14	MipsMCAsmInfo.cpp \
15	MipsMCCodeEmitter.cpp \
16	MipsMCExpr.cpp \
17	MipsMCTargetDesc.cpp \
18	MipsNaClELFStreamer.cpp \
19	MipsOptionRecord.cpp \
20	MipsTargetStreamer.cpp
21
22.PATH:	${.CURDIR}/../../../llvm/llvm/lib/Target/Mips/MCTargetDesc
23

served by {OpenGrok

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