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

Unified Diff: dart/language/grammar/Makefile

Issue 10917035: Remove language directory. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 8 years, 4 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
« no previous file with comments | « dart/language/grammar/Dart.g ('k') | dart/language/grammar/PRESUBMIT.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart/language/grammar/Makefile
diff --git a/dart/language/grammar/Makefile b/dart/language/grammar/Makefile
deleted file mode 100644
index f94d9ed745ec948ba13bd2bb9b8dbed3a62cab9e..0000000000000000000000000000000000000000
--- a/dart/language/grammar/Makefile
+++ /dev/null
@@ -1,15 +0,0 @@
-# Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file
-# for details. All rights reserved. Use of this source code is governed by a
-# BSD-style license that can be found in the LICENSE file.
-
-OUTPUT := out/dart.jar
-
-all: $(OUTPUT)
-
-out/dart.jar: Dart.g TestGrammar.java dart.mf Makefile
- @rm -rf out
- @mkdir -p out/classes
- @cp -p antlrworks.jar out
- java -cp antlrworks.jar org.antlr.Tool -o out/gensrc Dart.g
- javac -cp antlrworks.jar out/gensrc/*.java TestGrammar.java -d out/classes
- jar cfm $@ dart.mf -C out/classes com
« no previous file with comments | « dart/language/grammar/Dart.g ('k') | dart/language/grammar/PRESUBMIT.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698