Home | History | Annotate | Line # | Download | only in libclangASTMatchers
Makefile revision 1.1.4.1
      1  1.1.4.1   cjep #	$NetBSD: Makefile,v 1.1.4.1 2021/05/31 22:10:11 cjep Exp $
      2      1.1  joerg 
      3      1.1  joerg LIB=	clangASTMatchers
      4      1.1  joerg 
      5      1.1  joerg .include <bsd.init.mk>
      6      1.1  joerg 
      7      1.1  joerg .PATH: ${CLANG_SRCDIR}/lib/ASTMatchers
      8      1.1  joerg 
      9      1.1  joerg SRCS+=	ASTMatchFinder.cpp \
     10  1.1.4.1   cjep 	ASTMatchersInternal.cpp \
     11  1.1.4.1   cjep 	GtestMatchers.cpp
     12      1.1  joerg 
     13      1.1  joerg .if defined(HOSTLIB)
     14      1.1  joerg .include <bsd.hostlib.mk>
     15      1.1  joerg .else
     16      1.1  joerg .include <bsd.lib.mk>
     17      1.1  joerg .endif
     18