Home | History | Annotate | Line # | Download | only in libLLVMProfileData
      1 #	$NetBSD: Makefile,v 1.1 2019/11/11 22:45:11 joerg Exp $
      2 
      3 LIB=	LLVMProfileData
      4 
      5 .include <bsd.init.mk>
      6 
      7 .PATH: ${LLVM_SRCDIR}/lib/ProfileData
      8 
      9 SRCS+=	GCOV.cpp \
     10 	InstrProf.cpp \
     11 	InstrProfReader.cpp \
     12 	InstrProfWriter.cpp \
     13 	ProfileSummaryBuilder.cpp \
     14 	SampleProf.cpp \
     15 	SampleProfReader.cpp \
     16 	SampleProfWriter.cpp
     17 
     18 .if defined(HOSTLIB)
     19 .include <bsd.hostlib.mk>
     20 .else
     21 .include <bsd.lib.mk>
     22 .endif
     23