summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2015-03-04 15:09:29 -0500
committerLuke Shumaker <lukeshu@sbcglobal.net>2015-03-04 15:09:29 -0500
commit38180bc0c5d2e3c606bcd04c5b134594a08b2584 (patch)
tree37fcf5336427efa08e742068689e7be4458127ce
parentfec5a7281b3824cb952aa0bb76bbbaa41eaafdf9 (diff)
This was sitting here; add cup
-rw-r--r--conf/sources.mk4
-rw-r--r--rules/cup/delete.list2
2 files changed, 6 insertions, 0 deletions
diff --git a/conf/sources.mk b/conf/sources.mk
index 0cc4b76..2f86c2b 100644
--- a/conf/sources.mk
+++ b/conf/sources.mk
@@ -120,3 +120,7 @@ jaxen-bootstrap = tar|http://dist.codehaus.org/jaxe
jflex = tar|http://jflex.de/jflex-1.5.1.tar.gz # No TLS
jflex-bootstrap = $(jflex)
+# This is the last version of CUP developed at Princeton; I have a low opinion of the maintainers at TUM.
+#cup = tar|http://www.cs.princeton.edu/~appel/modern/java/CUP/java_cup_v10k.tar.gz
+cup = tar|http://www2.cs.tum.edu/projects/cup/java_cup_v10k.tar.gz
+jlex = file|http://www.cs.princeton.edu/~appel/modern/java/JLex/Archive/1.2.6/Main.java
diff --git a/rules/cup/delete.list b/rules/cup/delete.list
new file mode 100644
index 0000000..a25c43d
--- /dev/null
+++ b/rules/cup/delete.list
@@ -0,0 +1,2 @@
+*.class
+*/*.class