vpath %.cc $(top_srcdir)/../../sources/bytecode vpath %.hh $(top_srcdir)/../../sources/bytecode noinst_PROGRAMS = bytecode # bytecode_CPPFLAGS interacts badly with VPATH CPPFLAGS += -I$(top_srcdir)/../../sources/bytecode -I$(top_srcdir)/../../../preprocessor nodist_bytecode_SOURCES = \ bytecode.cc \ Interpreter.cc \ Mem_Mngr.cc \ SparseMatrix.cc \ Interpreter.hh \ Mem_Mngr.hh \ SparseMatrix.hh