Home | History | Annotate | Line # | Download | only in libLLVMAsmPrinter
      1 #	$NetBSD: Makefile,v 1.2 2021/05/30 01:56:50 joerg Exp $
      2 
      3 LIB=	LLVMAsmPrinter
      4 
      5 .include <bsd.init.mk>
      6 
      7 .PATH: ${LLVM_SRCDIR}/lib/CodeGen/AsmPrinter
      8 
      9 SRCS+=	AccelTable.cpp \
     10 	AddressPool.cpp \
     11 	AIXException.cpp \
     12 	ARMException.cpp \
     13 	AsmPrinter.cpp \
     14 	AsmPrinterDwarf.cpp \
     15 	AsmPrinterInlineAsm.cpp \
     16 	CodeViewDebug.cpp \
     17 	DbgEntityHistoryCalculator.cpp \
     18 	DebugHandlerBase.cpp \
     19 	DebugLocStream.cpp \
     20 	DIE.cpp \
     21 	DIEHash.cpp \
     22 	DwarfCFIException.cpp \
     23 	DwarfCompileUnit.cpp \
     24 	DwarfDebug.cpp \
     25 	DwarfExpression.cpp \
     26 	DwarfFile.cpp \
     27 	DwarfStringPool.cpp \
     28 	DwarfUnit.cpp \
     29 	EHStreamer.cpp \
     30 	ErlangGCPrinter.cpp \
     31 	OcamlGCPrinter.cpp \
     32 	PseudoProbePrinter.cpp \
     33 	WasmException.cpp \
     34 	WinCFGuard.cpp \
     35 	WinException.cpp
     36 
     37 .if defined(HOSTLIB)
     38 .include <bsd.hostlib.mk>
     39 .else
     40 .include <bsd.lib.mk>
     41 .endif
     42