diff options
Diffstat (limited to 'xmds2/realistic_Rb/Makefile')
-rw-r--r-- | xmds2/realistic_Rb/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/xmds2/realistic_Rb/Makefile b/xmds2/realistic_Rb/Makefile index 583bc6a..1f5c4fd 100644 --- a/xmds2/realistic_Rb/Makefile +++ b/xmds2/realistic_Rb/Makefile @@ -16,7 +16,8 @@ M_FILES = $(patsubst %.xmds,%.m,$(XMDS_FILES)) test_dir = tests test_result_dir = $(test_dir)/testsuite_results -XMDS_INCLUDES_misc = RbChosenRho.txt RbInits.cdata RbEquations.cdata RbAtomConstans.cdata +XMDS_INCLUDES_misc = RbChosenRho.txt RbInits.cdata RbEquations.cdata \ + RbAtomConstants.cdata RbPropEquations.cdata XMDS_INCLUDES_xmds_in_target_dir = $(XMDS_INCLUDES_misc:%=$(test_dir)/%) XMDS_INCLUDES_cdata_in_target_dir = $(XMDS_INCLUDES_misc:%=$(test_result_dir)/%) |