dynare/mex/build/bytecode.am

20 lines
417 B
Plaintext

mex_PROGRAMS = bytecode
TOPDIR = $(top_srcdir)/../../sources/bytecode
bytecode_CPPFLAGS = $(AM_CPPFLAGS) -I$(TOPDIR) -I$(top_srcdir)/../../../preprocessor/src
nodist_bytecode_SOURCES = \
bytecode.cc \
Interpreter.cc \
Mem_Mngr.cc \
SparseMatrix.cc \
Evaluate.cc \
BasicSymbolTable.cc
BUILT_SOURCES = $(nodist_bytecode_SOURCES)
CLEANFILES = $(nodist_bytecode_SOURCES)
%.cc: $(TOPDIR)/%.cc
$(LN_S) -f $< $@