Skip to content

Commit

Permalink
Makefile and autoconf file tidy up for Javascript
Browse files Browse the repository at this point in the history
  • Loading branch information
wsfulton committed Apr 16, 2014
1 parent 0e0f65a commit a3ad811
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Source/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
2 changes: 0 additions & 2 deletions Tools/javascript/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -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@
Expand Down
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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])
Expand Down

0 comments on commit a3ad811

Please sign in to comment.