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

Unified Diff: tools/pnacl-freeze/Makefile

Issue 14126011: Copy Bitwriter to generate PNaClBitwriter. (Closed) Base URL: http://git.chromium.org/native_client/pnacl-llvm.git@master
Patch Set: Created 7 years, 8 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
Index: tools/pnacl-freeze/Makefile
diff --git a/tools/pnacl-freeze/Makefile b/tools/pnacl-freeze/Makefile
new file mode 100644
index 0000000000000000000000000000000000000000..a3706ea8021f13aeddc23e8312646973f5f3b133
--- /dev/null
+++ b/tools/pnacl-freeze/Makefile
@@ -0,0 +1,11 @@
+##===- tools/pnacl-freeze/Makefile -------------------------*- Makefile -*-===##
+##===----------------------------------------------------------------------===##
+
+LEVEL := ../..
+TOOLNAME := pnacl-freeze
+LINK_COMPONENTS := asmparser bitwriter bitreader analysis
+
+# This tool has no plugins, optimize startup time.
+TOOL_NO_EXPORTS := 1
+
+include $(LEVEL)/Makefile.common

Powered by Google App Engine
This is Rietveld 408576698