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

Unified Diff: Makefile.standalone

Issue 1207823002: Add doxygen build target (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: Created 5 years, 6 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 side-by-side diff with in-line comments
Download patch
« Doxyfile ('K') | « Doxyfile ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Makefile.standalone
diff --git a/Makefile.standalone b/Makefile.standalone
index 5f2686ba8f7788db34b49715bed3689905a65640..a1957f0a50b3dbbbc5f2594d614b78325c2ce5c3 100644
--- a/Makefile.standalone
+++ b/Makefile.standalone
@@ -234,7 +234,7 @@ make_symlink: $(OBJDIR)/pnacl-sz
@echo "Build Attributes:"
@$(OBJDIR)/pnacl-sz --build-atts
-.PHONY: all make_symlink runtime bloat sb
+.PHONY: all make_symlink runtime bloat sb docs
$(OBJDIR)/pnacl-sz: $(OBJS)
$(CXX) $(LDFLAGS) -o $@ $^ $(LLVM_LDFLAGS) \
@@ -338,6 +338,9 @@ bloat: make_symlink
bloat/bloat.py --nm-output=/dev/stdin syms > build/pnacl-sz.bloat.json
@echo See Subzero size breakdown in bloat/pnacl-sz.bloat.html
+docs: make_symlink Doxyfile
Jim Stichnoth 2015/06/24 20:36:55 Can probably omit the make_symlink dependency, sin
+ doxygen Doxyfile
Jim Stichnoth 2015/06/24 20:36:55 Would be nice to @echo the html file to load in th
+
clean:
rm -rf pnacl-sz *.o $(OBJDIR) $(SB_OBJDIR) build/pnacl-sz.bloat.json
« Doxyfile ('K') | « Doxyfile ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698