Makefile and autoconf file tidy up for Javascript

This commit is contained in:
William S Fulton 2014-04-10 19:15:46 +01:00
commit a3ad811cee
3 changed files with 3 additions and 5 deletions

View file

@ -48,8 +48,8 @@ eswig_SOURCES = CParse/cscanner.c \
Modules/go.cxx \
Modules/guile.cxx \
Modules/java.cxx \
Modules/lang.cxx \
Modules/javascript.cxx \
Modules/lang.cxx \
Modules/lua.cxx \
Modules/main.cxx \
Modules/modula3.cxx \

View file

@ -20,8 +20,6 @@ CXXFLAGS = @BOOST_CPPFLAGS@ @PLATCXXFLAGS@
LINKFLAGS = @JSINTERPRETERLINKFLAGS@
ROOT_DIR = @ROOT_DIR@
JSCFLAGS = @JSCFLAGS@
JSCXXFLAGS = @JSCXXFLAGS@
JSINCLUDES = @JSCOREINC@ @JSV8INC@
JSDYNAMICLINKING = @JSCOREDYNAMICLINKING@ @JSV8DYNAMICLINKING@
JSLIBRARYPREFIX = @JSLIBRARYPREFIX@

View file

@ -2634,7 +2634,6 @@ AC_DEFINE_UNQUOTED(SWIG_LIB_WIN_UNIX, ["$SWIG_LIB_WIN_UNIX"], [Directory for SWI
AC_CONFIG_FILES([
Makefile
swig.spec
Source/Makefile
Examples/Makefile
Examples/xml/Makefile
Examples/test-suite/errors/Makefile
@ -2644,7 +2643,6 @@ AC_CONFIG_FILES([
Examples/test-suite/guile/Makefile
Examples/test-suite/java/Makefile
Examples/test-suite/javascript/Makefile
Tools/javascript/Makefile
Examples/test-suite/mzscheme/Makefile
Examples/test-suite/ocaml/Makefile
Examples/test-suite/octave/Makefile
@ -2661,6 +2659,8 @@ AC_CONFIG_FILES([
Examples/test-suite/uffi/Makefile
Examples/test-suite/r/Makefile
Examples/test-suite/go/Makefile
Source/Makefile
Tools/javascript/Makefile
])
AC_CONFIG_FILES([preinst-swig], [chmod +x preinst-swig])
AC_CONFIG_FILES([CCache/ccache_swig_config.h])