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