diff options
Diffstat (limited to 'src/Makefile_Eolian_Cxx.am')
-rw-r--r-- | src/Makefile_Eolian_Cxx.am | 15 |
1 files changed, 11 insertions, 4 deletions
diff --git a/src/Makefile_Eolian_Cxx.am b/src/Makefile_Eolian_Cxx.am index d086bff103..77a62e3639 100644 --- a/src/Makefile_Eolian_Cxx.am +++ b/src/Makefile_Eolian_Cxx.am | |||
@@ -70,33 +70,39 @@ tests/eolian_cxx/a.c \ | |||
70 | tests/eolian_cxx/b.c \ | 70 | tests/eolian_cxx/b.c \ |
71 | tests/eolian_cxx/c.c \ | 71 | tests/eolian_cxx/c.c \ |
72 | tests/eolian_cxx/d.c \ | 72 | tests/eolian_cxx/d.c \ |
73 | tests/eolian_cxx/eolian_cxx_test_binding.cc \ | ||
73 | tests/eolian_cxx/eolian_cxx_test_callback.cc \ | 74 | tests/eolian_cxx/eolian_cxx_test_callback.cc \ |
74 | tests/eolian_cxx/eolian_cxx_test_address_of.cc \ | 75 | tests/eolian_cxx/eolian_cxx_test_address_of.cc \ |
75 | tests/eolian_cxx/eolian_cxx_test_wrapper.cc \ | 76 | tests/eolian_cxx/eolian_cxx_test_wrapper.cc \ |
76 | tests/eolian_cxx/simple.c \ | 77 | tests/eolian_cxx/simple.c \ |
78 | tests/eolian_cxx/generic.c \ | ||
77 | tests/eolian_cxx/eolian_cxx_test_inheritance.cc \ | 79 | tests/eolian_cxx/eolian_cxx_test_inheritance.cc \ |
78 | tests/eolian_cxx/eolian_cxx_test_generate.cc | 80 | tests/eolian_cxx/eolian_cxx_test_generate.cc |
79 | 81 | ||
80 | tests/eolian_cxx/tests_eolian_cxx_eolian_cxx_suite-eolian_cxx_test_wrapper.$(OBJEXT): tests/eolian_cxx/callback.eo.hh | 82 | tests/eolian_cxx/tests_eolian_cxx_eolian_cxx_suite-eolian_cxx_test_wrapper.$(OBJEXT): tests/eolian_cxx/callback.eo.hh |
81 | tests/eolian_cxx/tests_eolian_cxx_eolian_cxx_suite-eolian_cxx_test_callback.$(OBJEXT): tests/eolian_cxx/callback.eo.hh | 83 | tests/eolian_cxx/tests_eolian_cxx_eolian_cxx_suite-eolian_cxx_test_callback.$(OBJEXT): tests/eolian_cxx/callback.eo.hh |
84 | tests/eolian_cxx/tests_eolian_cxx_eolian_cxx_suite-eolian_cxx_test_inheritance.$(OBJEXT): tests/eolian_cxx/simple.eo.hh | ||
85 | tests/eolian_cxx/tests_eolian_cxx_eolian_cxx_suite-eolian_cxx_test_binding.$(OBJEXT): tests/eolian_cxx/generic.eo.hh | ||
82 | tests/eolian_cxx/tests_eolian_cxx_eolian_cxx_suite-eolian_cxx_test_address_of.$(OBJEXT): tests/eolian_cxx/a.eo.hh tests/eolian_cxx/b.eo.hh tests/eolian_cxx/c.eo.hh tests/eolian_cxx/d.eo.hh | 86 | tests/eolian_cxx/tests_eolian_cxx_eolian_cxx_suite-eolian_cxx_test_address_of.$(OBJEXT): tests/eolian_cxx/a.eo.hh tests/eolian_cxx/b.eo.hh tests/eolian_cxx/c.eo.hh tests/eolian_cxx/d.eo.hh |
83 | 87 | ||
84 | tests/eolian_cxx/tests_eolian_cxx_eolian_cxx_suite-callback.$(OBJEXT): tests/eolian_cxx/callback.eo.c tests/eolian_cxx/callback.eo.h | 88 | tests/eolian_cxx/tests_eolian_cxx_eolian_cxx_suite-callback.$(OBJEXT): tests/eolian_cxx/callback.eo.c tests/eolian_cxx/callback.eo.h |
89 | tests/eolian_cxx/tests_eolian_cxx_eolian_cxx_suite-simple.$(OBJEXT): tests/eolian_cxx/simple.eo.c tests/eolian_cxx/simple.eo.h | ||
90 | tests/eolian_cxx/tests_eolian_cxx_eolian_cxx_suite-generic.$(OBJEXT): tests/eolian_cxx/generic.eo.c tests/eolian_cxx/generic.eo.h | ||
85 | tests/eolian_cxx/tests_eolian_cxx_eolian_cxx_suite-a.$(OBJEXT): tests/eolian_cxx/a.eo.c tests/eolian_cxx/a.eo.h | 91 | tests/eolian_cxx/tests_eolian_cxx_eolian_cxx_suite-a.$(OBJEXT): tests/eolian_cxx/a.eo.c tests/eolian_cxx/a.eo.h |
86 | tests/eolian_cxx/tests_eolian_cxx_eolian_cxx_suite-b.$(OBJEXT): tests/eolian_cxx/b.eo.c tests/eolian_cxx/b.eo.h | 92 | tests/eolian_cxx/tests_eolian_cxx_eolian_cxx_suite-b.$(OBJEXT): tests/eolian_cxx/b.eo.c tests/eolian_cxx/b.eo.h |
87 | tests/eolian_cxx/tests_eolian_cxx_eolian_cxx_suite-c.$(OBJEXT): tests/eolian_cxx/c.eo.c tests/eolian_cxx/c.eo.h | 93 | tests/eolian_cxx/tests_eolian_cxx_eolian_cxx_suite-c.$(OBJEXT): tests/eolian_cxx/c.eo.c tests/eolian_cxx/c.eo.h |
88 | tests/eolian_cxx/tests_eolian_cxx_eolian_cxx_suite-d.$(OBJEXT): tests/eolian_cxx/d.eo.c tests/eolian_cxx/d.eo.h | 94 | tests/eolian_cxx/tests_eolian_cxx_eolian_cxx_suite-d.$(OBJEXT): tests/eolian_cxx/d.eo.c tests/eolian_cxx/d.eo.h |
89 | 95 | ||
90 | tests/eolian_cxx/tests_eolian_cxx_eolian_cxx_suite-eolian_cxx_test_inheritance.$(OBJEXT): tests/eolian_cxx/simple.eo.hh | ||
91 | |||
92 | tests/eolian_cxx/tests_eolian_cxx_eolian_cxx_suite-simple.$(OBJEXT): tests/eolian_cxx/simple.eo.c tests/eolian_cxx/simple.eo.h | ||
93 | |||
94 | CLEANFILES += tests/eolian_cxx/callback.eo.hh tests/eolian_cxx/callback.eo.c \ | 96 | CLEANFILES += tests/eolian_cxx/callback.eo.hh tests/eolian_cxx/callback.eo.c \ |
95 | tests/eolian_cxx/callback.eo.h \ | 97 | tests/eolian_cxx/callback.eo.h \ |
96 | tests/eolian_cxx/simple.eo.c \ | 98 | tests/eolian_cxx/simple.eo.c \ |
97 | tests/eolian_cxx/simple.eo.h \ | 99 | tests/eolian_cxx/simple.eo.h \ |
98 | tests/eolian_cxx/simple.eo.hh \ | 100 | tests/eolian_cxx/simple.eo.hh \ |
99 | tests/eolian_cxx/simple.eo.impl.hh \ | 101 | tests/eolian_cxx/simple.eo.impl.hh \ |
102 | tests/eolian_cxx/generic.eo.c \ | ||
103 | tests/eolian_cxx/generic.eo.h \ | ||
104 | tests/eolian_cxx/generic.eo.hh \ | ||
105 | tests/eolian_cxx/generic.eo.impl.hh \ | ||
100 | tests/eolian_cxx/a.eo.hh tests/eolian_cxx/a.eo.impl.hh tests/eolian_cxx/a.eo.c tests/eolian_cxx/a.eo.h \ | 106 | tests/eolian_cxx/a.eo.hh tests/eolian_cxx/a.eo.impl.hh tests/eolian_cxx/a.eo.c tests/eolian_cxx/a.eo.h \ |
101 | tests/eolian_cxx/b.eo.hh tests/eolian_cxx/b.eo.impl.hh tests/eolian_cxx/b.eo.c tests/eolian_cxx/b.eo.h \ | 107 | tests/eolian_cxx/b.eo.hh tests/eolian_cxx/b.eo.impl.hh tests/eolian_cxx/b.eo.c tests/eolian_cxx/b.eo.h \ |
102 | tests/eolian_cxx/c.eo.hh tests/eolian_cxx/c.eo.impl.hh tests/eolian_cxx/c.eo.c tests/eolian_cxx/c.eo.h \ | 108 | tests/eolian_cxx/c.eo.hh tests/eolian_cxx/c.eo.impl.hh tests/eolian_cxx/c.eo.c tests/eolian_cxx/c.eo.h \ |
@@ -125,6 +131,7 @@ endif | |||
125 | 131 | ||
126 | EXTRA_DIST += tests/eolian_cxx/callback.eo \ | 132 | EXTRA_DIST += tests/eolian_cxx/callback.eo \ |
127 | tests/eolian_cxx/simple.eo \ | 133 | tests/eolian_cxx/simple.eo \ |
134 | tests/eolian_cxx/generic.eo \ | ||
128 | tests/eolian_cxx/a.eo \ | 135 | tests/eolian_cxx/a.eo \ |
129 | tests/eolian_cxx/b.eo \ | 136 | tests/eolian_cxx/b.eo \ |
130 | tests/eolian_cxx/c.eo \ | 137 | tests/eolian_cxx/c.eo \ |