changeset 15099:d7f8b0b91cb2

maint: Remove duplicate includes for JIT sources from build. * interp-core/module.mk: Remove duplicate includes for JIT sources from build.
author Rik <rik@octave.org>
date Fri, 03 Aug 2012 16:38:53 -0700
parents 909a2797935b
children 8523df595d42
files src/interp-core/module.mk
diffstat 1 files changed, 0 insertions(+), 8 deletions(-) [+]
line wrap: on
line diff
--- a/src/interp-core/module.mk	Fri Aug 03 13:18:21 2012 -0700
+++ b/src/interp-core/module.mk	Fri Aug 03 16:38:53 2012 -0700
@@ -23,9 +23,6 @@
   interp-core/gl2ps-renderer.h \
   interp-core/gl2ps.h \
   interp-core/gripes.h \
-  interp-core/jit-ir.h \
-  interp-core/jit-typeinfo.h \
-  interp-core/jit-util.h \
   interp-core/ls-ascii-helper.h \
   interp-core/ls-hdf5.h \
   interp-core/ls-mat-ascii.h \
@@ -50,7 +47,6 @@
   interp-core/oct-strstrm.h \
   interp-core/oct.h \
   interp-core/procstream.h \
-  interp-core/pt-jit.h \
   interp-core/siglist.h \
   interp-core/sparse-xdiv.h \
   interp-core/sparse-xpow.h \
@@ -84,9 +80,6 @@
   interp-core/gl-render.cc \
   interp-core/gl2ps-renderer.cc \
   interp-core/gripes.cc \
-  interp-core/jit-ir.cc \
-  interp-core/jit-typeinfo.cc \
-  interp-core/jit-util.cc \
   interp-core/ls-ascii-helper.cc \
   interp-core/ls-hdf5.cc \
   interp-core/ls-mat-ascii.cc \
@@ -105,7 +98,6 @@
   interp-core/oct-stream.cc \
   interp-core/oct-strstrm.cc \
   interp-core/procstream.cc \
-  interp-core/pt-jit.cc \
   interp-core/sparse-xdiv.cc \
   interp-core/sparse-xpow.cc \
   interp-core/txt-eng-ft.cc \