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