[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: svn commit: propchange - rev 4074 svn:log

From: Daniel Rall <dlr_at_finemaltcoding.com>
Date: 2002-12-10 09:45:56 CET

dlr@tigris.org writes:

> Author: dlr
> Revision: 4074
> Property Name: svn:log
>
> New Property Value:
> * Makefile.in
> (SWIG_DIRS): Added a build directory for the SWIG-generated JNI
> code, and the skeleton of what the package hierarchy will look like
> (which incidently is close to xela's hand-coded version).
>
> (local-clean, local-distclean): Switched from swig-py-ext-clean to
> new swig-clean target.
>
> (swig-assert-available): New target factored out of swig-py-ext
                                                             ^
                                           Changed from "java" to "py".

It was only java in my working copy, in not the repo.

> which asserts that $(SWIG) is set, exiting with error status if
> not.
>
> (swig-clean): Grouping target which runs the swig-py-ext-clean and
> swig-java-ext-clean targets.
>
> (swig-py-ext): Replaced inline assert that $(SWIG) is set with
> dependency on the new swig-assert-available taget. Re-added -s
> flag to setup.py which Justin checked in for me in r3703, and Blair
> (accidently?) removed in r3898.
>
> (swig-java-ext): Rudimentary target for swigging the Java bindings
> from our (incomplete) typemap files. Has an inline dependency on
> Perl which should be removed (just convenient for me in development
> mode). Generates ugly .java source files in a very haphazard
> fashion, dumping them all in a single directory (anyone know how to
> get swig to put them in a different spot?).
>
> (swig-java-ext-clean): Removes swig-generated Java and JNI source,
> and the directories we create in the mkdir-init target.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Dec 10 09:46:36 2002

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.