Home | History | Annotate | Line # | Download | only in libclangASTMatchersDynamic
Makefile revision 1.2
      1  1.2  joerg #	$NetBSD: Makefile,v 1.2 2021/05/30 01:56:56 joerg Exp $
      2  1.1  joerg 
      3  1.1  joerg LIB=	clangASTMatchersDynamic
      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/Dynamic
      8  1.1  joerg 
      9  1.1  joerg SRCS+=	Diagnostics.cpp \
     10  1.2  joerg 	Marshallers.cpp \
     11  1.1  joerg 	Parser.cpp \
     12  1.1  joerg 	Registry.cpp \
     13  1.1  joerg 	VariantValue.cpp
     14  1.1  joerg 
     15  1.1  joerg .if defined(HOSTLIB)
     16  1.1  joerg .include <bsd.hostlib.mk>
     17  1.1  joerg .else
     18  1.1  joerg .include <bsd.lib.mk>
     19  1.1  joerg .endif
     20