# $NetBSD: Makefile,v 1.1 2018/07/17 18:55:30 joerg Exp $ LIB= clangCrossTU .include .PATH: ${CLANG_SRCDIR}/lib/CrossTU SRCS+= CrossTranslationUnit.cpp .if defined(HOSTLIB) .include .else .include .endif