aboutsummaryrefslogtreecommitdiff
path: root/lang/Makefile
diff options
context:
space:
mode:
authorMax Khon <fjoe@FreeBSD.org>2007-08-21 09:43:13 +0000
committerMax Khon <fjoe@FreeBSD.org>2007-08-21 09:43:13 +0000
commit08cfe34e36278335815b38b7ef0ff7e64bcb891d (patch)
tree8e8205773eb675e934ffc8794bcdd855ed62d1fe /lang/Makefile
parenta38892b7e9d744da90513b6de21e15259331c230 (diff)
downloadports-08cfe34e36278335815b38b7ef0ff7e64bcb891d.tar.gz
ports-08cfe34e36278335815b38b7ef0ff7e64bcb891d.zip
New port: cint
CINT is a C/C++ interpreter aimed at processing C/C++ scripts. CINT covers about 95% of ANSI C and 85% of C++. A CINT script can call compiled classes/functions and compiled code can make callbacks to CINT user defined functions. Utilities, like makecint and rootcint, automate the process of embedding compiled C/C++ library code as shared objects (as Dynamic Link Library, DLL, or shared library, .so). Source files and shared objects can be dynamically loaded/unloaded without stopping the CINT process. CINT offers a gdb like debugging environment for interpreted programs.
Notes
Notes: svn path=/head/; revision=198050
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 4406bc4fe29b..8c713440730e 100644
--- a/lang/Makefile
+++ b/lang/Makefile
@@ -24,6 +24,7 @@
SUBDIR += chameleon
SUBDIR += chicken
SUBDIR += cim
+ SUBDIR += cint
SUBDIR += clips
SUBDIR += clisp
SUBDIR += cmucl