Commit graph

29 commits

Author SHA1 Message Date
Dave Beazley
638635592b *** empty log message ***
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@400 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2000-04-10 16:11:30 +00:00
Thien-Thi Nguyen
15b8f15397 (install-lib): Add MzScheme handling.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@393 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2000-04-06 08:28:56 +00:00
Thien-Thi Nguyen
5cd7421c90 (install-lib): In dir Lib, do not use "*.swg" wildcard since
there are no longer any such files there.


git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@375 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2000-04-03 22:22:02 +00:00
Ian Cooke
a624768d95 Added target 'Swithe'. Expat now builds.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@345 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2000-03-17 03:24:16 +00:00
Thien-Thi Nguyen
8aa10ce3ea (LIB_DIR): Delete unused var.
(BIN_DIR): Use `@bindir@'.

(MKINSTDIRS): New var.

(INSTALL, INSTALL_DATA, INSTALL_PROGRAM, install-main,
install-lib): Rewrite to support non-local build.


git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@322 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2000-03-04 01:11:19 +00:00
Dave Beazley
516642fe6a Added java install.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@299 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2000-02-29 20:31:50 +00:00
Dave Beazley
d47975d259 Cleaned up some of the experimental build. Added swig13 target (although
it doesn't work).


git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@274 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2000-02-26 20:29:31 +00:00
Thien-Thi Nguyen
fb066cea32 (srcdir): Fix bug: Set this var correctly.
(clean): Rewrite using subshell.

(.PHONY): New target.


git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@265 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2000-02-26 04:56:00 +00:00
Thien-Thi Nguyen
ad673e14e5 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/SWIG@235 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2000-02-12 02:21:22 +00:00
Dave Beazley
520f730aef Another minor fix.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@234 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2000-02-12 01:35:04 +00:00
Dave Beazley
79983d6fe7 Modified makefile to install either 'swig' or 'swig.exe'
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@233 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2000-02-12 01:19:07 +00:00
Dave Beazley
3d806bd092 Modified 'make clean' to actually remove the SWIG executable.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@212 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2000-02-10 20:46:08 +00:00
Dave Beazley
bdc447769e Added runtime
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@201 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2000-02-08 20:29:20 +00:00
Dave Beazley
8277e7eb3b Added XML
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@197 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2000-02-04 20:51:26 +00:00
Dave Beazley
936f046d5b Back to simple makefiles (at least for now)
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@171 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2000-02-01 22:24:39 +00:00
Loic Dachary
8a34196fc6 Conditionaly compile experimental code with --enable-experiment
configure flag.
  Fix .cvsignore to ignore configrue & yacc generated files


git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@169 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2000-01-30 15:39:55 +00:00
Dave Beazley
c85c99425c Cleaned up the makefiles, fixed a few build problems, removed YACC-generated files from the repository
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@166 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2000-01-29 14:44:27 +00:00
Loic Dachary
d0ab9150f3 1/28/00 : loic
Apply automake everywhere
  Keep configure scripts so that people are not *forced* to autoconf
          Keep sources generated by yacc so that compilation without yacc
  is possible.
  Source/LParse/cscanner.c: change lyacc.h into parser.h to please
  default yacc generation rules.
  Use AC_CONFIG_SUBDIRS in configure.in instead of hand made script.
  Update all relevant .cvsignore to include .deps
  Fixed missing ; line 136 Source/Swig/swig.h


git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@164 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2000-01-29 01:06:10 +00:00
Dave Beazley
c972409c85 Added @LIBS@ to the LIBS field. This is necessary to pick up the
right libraries for the experimental build on Solaris and a few
other machines.


git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@161 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2000-01-28 17:27:21 +00:00
Dave Beazley
c6ed0c0e32 Modified the 'experiment' rule to create an executable called 'swig'.
(Yes, I want it this way).


git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@160 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2000-01-28 17:23:32 +00:00
Dustin Mitchell
6579b9ee31 A few last-minute changes to the previous commit :)
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@149 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2000-01-24 22:49:47 +00:00
Dustin Mitchell
d2c40e1b17 Big changes. The makefiles now recurse correctly, and targets (e.g.
experiment, swim, swig, pymod, etc.) are passed along to sub-makes
correctly.  Also, a mechanism has been devised to avoid the use of *.o
in the toplevel Makefile, as it was linking files which were not intended
for use in the final executable.


git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@148 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2000-01-24 22:43:13 +00:00
Dave Beazley
6576fa6fac *** empty log message ***
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@142 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2000-01-22 19:46:49 +00:00
Dave Beazley
2c9b7132fc *** empty log message ***
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@113 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2000-01-19 04:18:21 +00:00
Dave Beazley
36682c207e Fixed Core
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@100 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2000-01-18 20:28:54 +00:00
Dave Beazley
75fdb83a47 Fixed install
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@62 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2000-01-12 15:24:43 +00:00
Dave Beazley
b8359a07e3 Added install
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@47 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2000-01-12 02:59:46 +00:00
Dave Beazley
5a3efdf184 Fixed objs.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@40 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2000-01-11 21:19:17 +00:00
Dustin Mitchell
c4a023be78 Moved Makefiles and configure.in to the top level, and added .cvsignore
files to most subdirectories to make things a bit cleaner.


git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@37 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2000-01-11 20:51:24 +00:00