swig/SWIG/Source/SWIG1.1
Thien-Thi Nguyen e0957d51e2 VERSION, Source/Include/swigver.h.in: New files.
Source/Include/swigver.h: Deleted from repo, now generated by
configure from swigver.h.in same directory.

configure.in: Source ./VERSION to get var definitions.
(PACKAGE, VERSION, SWIG_VERSION, SWIG_SPIN): New vars, @-substituted.
Also do `AC_OUTPUT' on Source/Include/swigver.h.

Makefile.in (dd): New var, the distribution directory.
(dist, dist-suggested): New targets.

Source/SWIG1.1/emit.cxx (emit_banner): Use `SWIG_VERSION' instead
of integers `SWIG_VERSION_MAJOR' and `SWIG_VERSION_MINOR' (which are
deleted).

Source/SWIG1.1/main.cxx (SWIG_main): Likewise.


git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@235 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2000-02-12 02:21:22 +00:00
..
.cvsignore Conditionaly compile experimental code with --enable-experiment 2000-01-30 15:39:55 +00:00
cplus.cxx Removed the documentation system. A lot of cleanup. 2000-02-10 19:41:28 +00:00
emit.cxx VERSION, Source/Include/swigver.h.in: New files. 2000-02-12 02:21:22 +00:00
hash.cxx Removed the documentation system. A lot of cleanup. 2000-02-10 19:41:28 +00:00
include.cxx Removed the documentation system. A lot of cleanup. 2000-02-10 19:41:28 +00:00
internal.h Removed the documentation system. A lot of cleanup. 2000-02-10 19:41:28 +00:00
lang.cxx Removed the documentation system. A lot of cleanup. 2000-02-10 19:41:28 +00:00
main.cxx VERSION, Source/Include/swigver.h.in: New files. 2000-02-12 02:21:22 +00:00
Makefile.in Removed the documentation system. A lot of cleanup. 2000-02-10 19:41:28 +00:00
naming.cxx Removed the documentation system. A lot of cleanup. 2000-02-10 19:41:28 +00:00
parms.cxx Removed the documentation system. A lot of cleanup. 2000-02-10 19:41:28 +00:00
parser.yxx Removed the documentation system. A lot of cleanup. 2000-02-10 19:41:28 +00:00
README Removed the documentation system. A lot of cleanup. 2000-02-10 19:41:28 +00:00
scanner.cxx Removed the documentation system. A lot of cleanup. 2000-02-10 19:41:28 +00:00
sstring.cxx Removed the documentation system. A lot of cleanup. 2000-02-10 19:41:28 +00:00
swig11.h Removed the documentation system. A lot of cleanup. 2000-02-10 19:41:28 +00:00
symbol.cxx Removed the documentation system. A lot of cleanup. 2000-02-10 19:41:28 +00:00
typemap.cxx Added $ndim variable to typemaps. 2000-02-11 19:48:39 +00:00
types.cxx Slight change to type-table code. 2000-02-10 22:09:55 +00:00
wrapfunc.cxx Removed the documentation system. A lot of cleanup. 2000-02-10 19:41:28 +00:00

2/10/00

This is the old SWIG1.1 core written in C++.  This is a real mess
and in the process of being deprecated.  Please bear with us.

-- Dave