1# $OpenBSD: Makefile,v 1.3 2020/08/03 14:45:28 patrick Exp $ 2 3LIB= clangEdit 4NOPIC= 5NOPROFILE= 6 7CPPFLAGS+= ${CLANG_INCLUDES} 8 9.include <bsd.own.mk> 10SRCS= Commit.cpp \ 11 EditedSource.cpp \ 12 RewriteObjCFoundationAPI.cpp 13 14.PATH: ${.CURDIR}/../../../llvm/clang/lib/Edit 15 16install: 17 @# Nothing here so far ... 18 19.include <bsd.lib.mk> 20