etc/services - sync with NetBSD-8
[minix.git] / external / bsd / llvm / dist / clang / examples / analyzer-plugin / Makefile
blob8b83bef9245a53ea7b3a9c84adfd79a3173129e4
1 ##===- examples/analyzer-plugin/Makefile -------------------*- Makefile -*-===##
2 #
3 # The LLVM Compiler Infrastructure
5 # This file is distributed under the University of Illinois Open Source
6 # License. See LICENSE.TXT for details.
7 #
8 ##===----------------------------------------------------------------------===##
10 CLANG_LEVEL := ../..
11 LIBRARYNAME = SampleAnalyzerPlugin
13 LINK_LIBS_IN_SHARED = 0
14 LOADABLE_MODULE = 1
16 include $(CLANG_LEVEL)/Makefile
18 ifeq ($(OS),Darwin)
19 LDFLAGS=-Wl,-undefined,dynamic_lookup
20 endif