etc/services - sync with NetBSD-8
[minix.git] / external / bsd / llvm / lib / libLLVMSelectionDAG / Makefile
blobec179ad0cfe54f0b546fb7540febb919a99f56cc
1 # $NetBSD: Makefile,v 1.5 2015/01/29 20:41:36 joerg Exp $
3 LIB= LLVMSelectionDAG
5 .include <bsd.init.mk>
7 .PATH: ${LLVM_SRCDIR}/lib/CodeGen/SelectionDAG
9 SRCS+= DAGCombiner.cpp \
10 FastISel.cpp \
11 FunctionLoweringInfo.cpp \
12 InstrEmitter.cpp \
13 LegalizeDAG.cpp \
14 LegalizeFloatTypes.cpp \
15 LegalizeIntegerTypes.cpp \
16 LegalizeTypes.cpp \
17 LegalizeTypesGeneric.cpp \
18 LegalizeVectorOps.cpp \
19 LegalizeVectorTypes.cpp \
20 ResourcePriorityQueue.cpp \
21 ScheduleDAGFast.cpp \
22 ScheduleDAGRRList.cpp \
23 ScheduleDAGSDNodes.cpp \
24 ScheduleDAGVLIW.cpp \
25 SelectionDAG.cpp \
26 SelectionDAGBuilder.cpp \
27 SelectionDAGDumper.cpp \
28 SelectionDAGISel.cpp \
29 SelectionDAGPrinter.cpp \
30 StatepointLowering.cpp \
31 TargetLowering.cpp \
32 TargetSelectionDAGInfo.cpp
34 .if defined(HOSTLIB)
35 .include <bsd.hostlib.mk>
36 .else
37 .include <bsd.lib.mk>
38 .endif