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

Are COMPILE_SWIG_PY & COMPILE_SWIG_JAVA used any more

From: Blair Zajac <blair_at_orcaware.com>
Date: 2002-12-11 22:23:36 CET

Is COMPILE_SWIG_PY and COMPILE_SWIG_JAVA used any more? A
recursive grep shows only these two locations and no uses of
it:

% rgrep COMPILE_SWIG_PY|grep -v /.svn
./Makefile.in: COMPILE_SWIG_PY = $(LIBTOOL) $(LTFLAGS) --mode=compile $(CC) $(CPPFLAGS) -DSWIGPYTHON $(CFLAGS) $(SWIG_PY_INCLUDES) $(INCLUDES) -o $@ -c $<
./build/gen_make.py: self.ofile.write('%s: %s\n\t$(COMPILE_SWIG_PY)\n' % (obj, src))

% rgrep COMPILE_SWIG_JAVA | grep -v /.svn
./Makefile.in: COMPILE_SWIG_JAVA = $(LIBTOOL) $(LTFLAGS) --mode=compile $(CC) $(CPPFLAGS) -DSWIGPYTHON $(CFLAGS) $(SWIG_JAVA_INCLUDES) $(INCLUDES) -o $@ -c $<
./build/gen_make.py: self.ofile.write('%s: %s\n\t$(COMPILE_SWIG_JAVA)\n' % (obj, src))

Can these be removed?

They sure look useful for building the Swig bindings, but I'm
guessing we moved away from this build method?

Best,
Blair

-- 
Blair Zajac <blair@orcaware.com>
Plots of your system's performance - http://www.orcaware.com/orca/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Dec 11 22:23:45 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.