diff options
Diffstat (limited to '')
-rw-r--r-- | src/Makefile_Eolian_Cxx.am | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/src/Makefile_Eolian_Cxx.am b/src/Makefile_Eolian_Cxx.am index 88f1186eaa..d0b84509a1 100644 --- a/src/Makefile_Eolian_Cxx.am +++ b/src/Makefile_Eolian_Cxx.am | |||
@@ -72,6 +72,8 @@ tests/eolian_cxx/d.c \ | |||
72 | tests/eolian_cxx/eolian_cxx_test_callback.cc \ | 72 | tests/eolian_cxx/eolian_cxx_test_callback.cc \ |
73 | tests/eolian_cxx/eolian_cxx_test_address_of.cc \ | 73 | tests/eolian_cxx/eolian_cxx_test_address_of.cc \ |
74 | tests/eolian_cxx/eolian_cxx_test_wrapper.cc \ | 74 | tests/eolian_cxx/eolian_cxx_test_wrapper.cc \ |
75 | tests/eolian_cxx/simple.c \ | ||
76 | tests/eolian_cxx/eolian_cxx_test_inheritance.cc \ | ||
75 | tests/eolian_cxx/eolian_cxx_test_generate.cc | 77 | tests/eolian_cxx/eolian_cxx_test_generate.cc |
76 | 78 | ||
77 | tests/eolian_cxx/tests_eolian_cxx_eolian_cxx_suite-eolian_cxx_test_callback.$(OBJEXT): tests/eolian_cxx/callback.eo.hh | 79 | tests/eolian_cxx/tests_eolian_cxx_eolian_cxx_suite-eolian_cxx_test_callback.$(OBJEXT): tests/eolian_cxx/callback.eo.hh |
@@ -83,7 +85,15 @@ tests/eolian_cxx/tests_eolian_cxx_eolian_cxx_suite-b.$(OBJEXT): tests/eolian_cxx | |||
83 | tests/eolian_cxx/tests_eolian_cxx_eolian_cxx_suite-c.$(OBJEXT): tests/eolian_cxx/c.eo.c tests/eolian_cxx/c.eo.h | 85 | tests/eolian_cxx/tests_eolian_cxx_eolian_cxx_suite-c.$(OBJEXT): tests/eolian_cxx/c.eo.c tests/eolian_cxx/c.eo.h |
84 | tests/eolian_cxx/tests_eolian_cxx_eolian_cxx_suite-d.$(OBJEXT): tests/eolian_cxx/d.eo.c tests/eolian_cxx/d.eo.h | 86 | tests/eolian_cxx/tests_eolian_cxx_eolian_cxx_suite-d.$(OBJEXT): tests/eolian_cxx/d.eo.c tests/eolian_cxx/d.eo.h |
85 | 87 | ||
86 | CLEANFILES += tests/eolian_cxx/callback.eo.hh tests/eolian_cxx/callback.eo.c tests/eolian_cxx/callback.eo.h \ | 88 | tests/eolian_cxx/tests_eolian_cxx_eolian_cxx_suite-eolian_cxx_test_inheritance.$(OBJEXT): tests/eolian_cxx/simple.eo.hh |
89 | |||
90 | tests/eolian_cxx/tests_eolian_cxx_eolian_cxx_suite-simple.$(OBJEXT): tests/eolian_cxx/simple.eo.c tests/eolian_cxx/simple.eo.h | ||
91 | |||
92 | CLEANFILES += tests/eolian_cxx/callback.eo.hh tests/eolian_cxx/callback.eo.c \ | ||
93 | tests/eolian_cxx/callback.eo.h \ | ||
94 | tests/eolian_cxx/simple.eo.c \ | ||
95 | tests/eolian_cxx/simple.eo.h \ | ||
96 | tests/eolian_cxx/simple.eo.hh \ | ||
87 | tests/eolian_cxx/a.eo.hh tests/eolian_cxx/a.eo.c tests/eolian_cxx/a.eo.h \ | 97 | tests/eolian_cxx/a.eo.hh tests/eolian_cxx/a.eo.c tests/eolian_cxx/a.eo.h \ |
88 | tests/eolian_cxx/b.eo.hh tests/eolian_cxx/b.eo.c tests/eolian_cxx/b.eo.h \ | 98 | tests/eolian_cxx/b.eo.hh tests/eolian_cxx/b.eo.c tests/eolian_cxx/b.eo.h \ |
89 | tests/eolian_cxx/c.eo.hh tests/eolian_cxx/c.eo.c tests/eolian_cxx/c.eo.h \ | 99 | tests/eolian_cxx/c.eo.hh tests/eolian_cxx/c.eo.c tests/eolian_cxx/c.eo.h \ |
@@ -111,6 +121,7 @@ tests_eolian_cxx_eolian_cxx_suite_DEPENDENCIES = @USE_EOLIAN_INTERNAL_LIBS@ | |||
111 | endif | 121 | endif |
112 | 122 | ||
113 | EXTRA_DIST += tests/eolian_cxx/callback.eo \ | 123 | EXTRA_DIST += tests/eolian_cxx/callback.eo \ |
124 | tests/eolian_cxx/simple.eo \ | ||
114 | tests/eolian_cxx/a.eo \ | 125 | tests/eolian_cxx/a.eo \ |
115 | tests/eolian_cxx/b.eo \ | 126 | tests/eolian_cxx/b.eo \ |
116 | tests/eolian_cxx/c.eo \ | 127 | tests/eolian_cxx/c.eo \ |