Index: tools/pnacl-abicheck/Makefile |
diff --git a/tools/llvm-go/Makefile b/tools/pnacl-abicheck/Makefile |
similarity index 64% |
copy from tools/llvm-go/Makefile |
copy to tools/pnacl-abicheck/Makefile |
index 4465b2a4a9dbd0105b731cb44dbf21b9b94ba736..97e2d223990a627d33ce4c4741c727feb5b250db 100644 |
--- a/tools/llvm-go/Makefile |
+++ b/tools/pnacl-abicheck/Makefile |
@@ -1,4 +1,4 @@ |
-##===- tools/llvm-go/Makefile ------------------------------*- Makefile -*-===## |
+#===- tools/pnacl-abicheck/Makefile ------------------------*- Makefile -*-===## |
# |
# The LLVM Compiler Infrastructure |
# |
@@ -8,9 +8,9 @@ |
##===----------------------------------------------------------------------===## |
LEVEL := ../.. |
+TOOLNAME := pnacl-abicheck |
+LINK_COMPONENTS := bitreader asmparser naclbitreader irreader naclanalysis |
+ |
include $(LEVEL)/Makefile.common |
-all:: $(ToolDir)/llvm-go$(EXEEXT) |
-$(ToolDir)/llvm-go$(EXEEXT): $(PROJ_SRC_DIR)/llvm-go.go |
- $(GO) build -o $@ $< |