Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(215)

Side by Side Diff: tools/clang/plugins/Makefile

Issue 572413002: Revert "Roll Clang 214024:216630 (+216684) and switch to CMake (try 2)" (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « tools/clang/plugins/FindBadConstructsAction.cpp ('k') | tools/clang/plugins/tests/test.sh » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 # This file requires the clang build system, at least for now. So to use this
2 # Makefile, you should execute the following commands to copy this directory
3 # into a clang checkout:
4 #
5 # cp -R <this directory> third_party/llvm/tools/clang/tools/chrome-plugin
6 # cd third_party/llvm/tools/clang/tools/chrome-plugin
7 # make
8
9 CLANG_LEVEL := ../..
10 LIBRARYNAME = FindBadConstructs
11
12 LINK_LIBS_IN_SHARED = 0
13 SHARED_LIBRARY = 1
14
15 include $(CLANG_LEVEL)/Makefile
16
17 ifeq ($(OS),Darwin)
18 LDFLAGS+=-Wl,-undefined,dynamic_lookup
19 endif
OLDNEW
« no previous file with comments | « tools/clang/plugins/FindBadConstructsAction.cpp ('k') | tools/clang/plugins/tests/test.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698