aboutsummaryrefslogtreecommitdiff
path: root/lang/Makefile
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2008-08-25 21:11:18 +0000
committerMartin Wilke <miwi@FreeBSD.org>2008-08-25 21:11:18 +0000
commit28206a6325559dc0d951deca9c6bff9754c8b8d5 (patch)
tree23e07849de65501545ff17fb422a4195e7e18ab6 /lang/Makefile
parent9a384a01d7d8a7f4cbaf0fcfddb56a0703dd3e0e (diff)
downloadports-28206a6325559dc0d951deca9c6bff9754c8b8d5.tar.gz
ports-28206a6325559dc0d951deca9c6bff9754c8b8d5.zip
Ucc is a C compiler which implements the ANSI C89
standard with a few extensions. Ucc is released under BSD license. Ucc is specificaly designed for personal research and assist the undergraduate or graduate in compiler learning. We hope that Ucc will be a seedbed for new ideas and world-class optimizing techniques. Ucc's design and development goals is clear code structure,upstanding extensibility,retargetable and excellent optimization. WWW: http://ucc.sf.net PR: ports/126551 Submitted by: Wen Heping <wenheping at gmail.com>
Notes
Notes: svn path=/head/; revision=219172
Diffstat (limited to 'lang/Makefile')
-rw-r--r--lang/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/Makefile b/lang/Makefile
index 7773dc1d010d..cc19518b91ce 100644
--- a/lang/Makefile
+++ b/lang/Makefile
@@ -339,6 +339,7 @@
SUBDIR += treecc
SUBDIR += tuareg-mode.el
SUBDIR += twelf
+ SUBDIR += ucc
SUBDIR += vala
SUBDIR += visualworks
SUBDIR += wamcc