Home | History | Annotate | Line # | Download | only in libclangTesting
Makefile revision 1.1.2.2
      1  1.1.2.2  cjep #	$NetBSD: Makefile,v 1.1.2.2 2021/05/31 22:10:13 cjep Exp $
      2  1.1.2.2  cjep 
      3  1.1.2.2  cjep LIB=	clangTesting
      4  1.1.2.2  cjep 
      5  1.1.2.2  cjep .include <bsd.init.mk>
      6  1.1.2.2  cjep 
      7  1.1.2.2  cjep .PATH: ${CLANG_SRCDIR}/lib/Testing
      8  1.1.2.2  cjep 
      9  1.1.2.2  cjep SRCS+=	CommandLineArgs.cpp
     10  1.1.2.2  cjep 
     11  1.1.2.2  cjep .if defined(HOSTLIB)
     12  1.1.2.2  cjep .include <bsd.hostlib.mk>
     13  1.1.2.2  cjep .else
     14  1.1.2.2  cjep .include <bsd.lib.mk>
     15  1.1.2.2  cjep .endif
     16