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

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

Issue 6368055: Commit my clang plugin and fix up documentation. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add makefile for thakis Created 9 years, 10 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 | « tools/clang/plugins/FindBadConstructs.cpp ('k') | tools/clang/plugins/README.chromium » ('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:
Nico 2011/02/03 20:38:56 Ugh! Can you add a "TODO(thakis): Improve situati
4 #
5 # cp -R <this directory> /path/to/clang/examples/chromeplugin
6 # cd /path/to/clang/examples/chromeplugin
7 # make
8 #
9 # You can't just link the directories, or specify clang as a full path for some
10 # reason. :(
11
12 CLANG_LEVEL := ../..
13 LIBRARYNAME = FindBadConstructs
14
15 LINK_LIBS_IN_SHARED = 1
16 SHARED_LIBRARY = 1
17
18 include $(CLANG_LEVEL)/Makefile
OLDNEW
« no previous file with comments | « tools/clang/plugins/FindBadConstructs.cpp ('k') | tools/clang/plugins/README.chromium » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698