michael@0: # This file requires the clang build system, at least for now. So to use this michael@0: # Makefile, you should execute the following commands to copy this directory michael@0: # into a clang checkout: michael@0: # michael@0: # cp -R third_party/llvm/tools/clang/tools/chrome-plugin michael@0: # cd third_party/llvm/tools/clang/tools/chrome-plugin michael@0: # make michael@0: michael@0: CLANG_LEVEL := ../.. michael@0: LIBRARYNAME = FindBadConstructs michael@0: michael@0: LINK_LIBS_IN_SHARED = 0 michael@0: SHARED_LIBRARY = 1 michael@0: michael@0: include $(CLANG_LEVEL)/Makefile michael@0: michael@0: ifeq ($(OS),Darwin) michael@0: LDFLAGS=-Wl,-undefined,dynamic_lookup michael@0: endif