Makefile and autoconf file tidy up for Javascript
This commit is contained in:
parent
0e0f65aead
commit
a3ad811cee
3 changed files with 3 additions and 5 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
|
|
@ -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@
|
||||
|
|
|
|||
|
|
@ -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])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue