Home | History | Annotate | Line # | Download | only in libLLVMTransformsCoroutines
      1 #	$NetBSD: Makefile,v 1.1 2019/11/11 22:45:13 joerg Exp $
      2 
      3 LIB=	LLVMTransformsCoroutines
      4 
      5 .include <bsd.init.mk>
      6 
      7 .PATH: ${LLVM_SRCDIR}/lib/Transforms/Coroutines
      8 
      9 SRCS+=	CoroCleanup.cpp \
     10 	CoroEarly.cpp \
     11 	CoroElide.cpp \
     12 	CoroFrame.cpp \
     13 	CoroSplit.cpp \
     14 	Coroutines.cpp
     15 
     16 .if defined(HOSTLIB)
     17 .include <bsd.hostlib.mk>
     18 .else
     19 .include <bsd.lib.mk>
     20 .endif
     21