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

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

Issue 397243003: Roll Clang 209387:213591 Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Roll to Clang r213591 instead Created 6 years, 5 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | tools/clang/scripts/update.sh » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # This file requires the clang build system, at least for now. So to use this 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 2 # Makefile, you should execute the following commands to copy this directory
3 # into a clang checkout: 3 # into a clang checkout:
4 # 4 #
5 # cp -R <this directory> third_party/llvm/tools/clang/tools/chrome-plugin 5 # cp -R <this directory> third_party/llvm/tools/clang/tools/chrome-plugin
6 # cd third_party/llvm/tools/clang/tools/chrome-plugin 6 # cd third_party/llvm/tools/clang/tools/chrome-plugin
7 # make 7 # make
8 8
9 CLANG_LEVEL := ../.. 9 CLANG_LEVEL := ../..
10 10
11 # This line is read by update.sh and other scripts in tools/clang/scripts 11 # This line is read by update.sh and other scripts in tools/clang/scripts
12 LIBRARYNAME = BlinkGCPlugin_8 12 LIBRARYNAME = BlinkGCPlugin_9
13 13
14 LINK_LIBS_IN_SHARED = 0 14 LINK_LIBS_IN_SHARED = 0
15 SHARED_LIBRARY = 1 15 SHARED_LIBRARY = 1
16 16
17 include $(CLANG_LEVEL)/Makefile 17 include $(CLANG_LEVEL)/Makefile
18 18
19 ifeq ($(OS),Darwin) 19 ifeq ($(OS),Darwin)
20 LDFLAGS+=-Wl,-undefined,dynamic_lookup 20 LDFLAGS+=-Wl,-undefined,dynamic_lookup
21 endif 21 endif
OLDNEW
« no previous file with comments | « no previous file | tools/clang/scripts/update.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698