File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -247,6 +247,40 @@ EXTRA_DIST = \
247247 src/pygambit/contrib/games/yamamoto.nfg \
248248 src/pygambit/contrib/games/zero.nfg
249249
250+ core_SOURCES = \
251+ src/core/core.h \
252+ src/core/util.h \
253+ src/core/array.h \
254+ src/core/vector.h \
255+ src/core/recarray.h \
256+ src/core/matrix.h \
257+ src/core/integer.cc \
258+ src/core/integer.h \
259+ src/core/rational.cc \
260+ src/core/rational.h \
261+ src/core/matrix.cc \
262+ src/core/function.cc \
263+ src/core/function.h \
264+ src/core/tinyxml.cc \
265+ src/core/tinyxmlerror.cc \
266+ src/core/tinyxmlparser.cc \
267+ src/core/tinyxml.h
268+
269+ agg_SOURCES = \
270+ src/games/gameagg.cc \
271+ src/games/gameagg.h \
272+ src/games/gamebagg.cc \
273+ src/games/gamebagg.h \
274+ src/games/agg/gray.h \
275+ src/games/agg/agg.cc \
276+ src/games/agg/agg.h \
277+ src/games/agg/bagg.cc \
278+ src/games/agg/bagg.h \
279+ src/games/agg/proj_func.h \
280+ src/games/agg/trie_map.h \
281+ src/games/agg/trie_map.imp \
282+ src/games/agg/trie_map.cc
283+
250284game_SOURCES = \
251285 src/gambit.h \
252286 src/games/gameseq.cc \
You can’t perform that action at this time.
0 commit comments