Home | History | Annotate | Line # | Download | only in libclangToolingInclusions
Makefile revision 1.1
      1 #	$NetBSD: Makefile,v 1.1 2019/11/11 22:45:17 joerg Exp $
      2 
      3 LIB=	clangToolingInclusions
      4 
      5 .include <bsd.init.mk>
      6 
      7 .PATH: ${CLANG_SRCDIR}/lib/Tooling/Inclusions
      8 
      9 SRCS+=	HeaderIncludes.cpp \
     10 	IncludeStyle.cpp
     11 
     12 .if defined(HOSTLIB)
     13 .include <bsd.hostlib.mk>
     14 .else
     15 .include <bsd.lib.mk>
     16 .endif
     17