Add tests for Notebook
[reinteract/rox.git] / Makefile.am
blobd0bfa44281ba8a393a98bd8ab17de4cb5e59f09f
1 LIST_END =
3 reinteractdir = $(bindir)
4 dist_reinteract_SCRIPTS = bin/reinteract
5 dist_noinst_SCRIPTS = bin/uninst
7 reinteractpkgdir = $(REINTERACT_PACKAGE_DIR)
8 reinteractpkg_PYTHON =                                                        \
9                     lib/reinteract/__init__.py                                \
10                     lib/reinteract/custom_result.py                           \
11                     lib/reinteract/format_escaped.py                          \
12                     lib/reinteract/iter_copy_from.py                          \
13                     lib/reinteract/main.py                                    \
14                     lib/reinteract/notebook.py                                \
15                     lib/reinteract/rewrite.py                                 \
16                     lib/reinteract/shell_buffer.py                            \
17                     lib/reinteract/shell_view.py                              \
18                     lib/reinteract/statement.py                               \
19                     lib/reinteract/tokenized_statement.py                     \
20                     lib/reinteract/tokenize.py                                \
21                     lib/reinteract/undo_stack.py                              \
22                     lib/reinteract/worksheet.py                               \
23                     $(LIST_END)
25 replaydir = $(pythondir)
26 replay_PYTHON = lib/replay.py
28 replotdir = $(pythondir)
29 replot_PYTHON = lib/replot.py
31 EXTRA_DIST =                                                                  \
32              ChangeLog                                                        \
33              examples/basics.pyw                                              \
34              examples/imshow.pyw                                              \
35              examples/play.pyw                                                \
36              examples/plot.pyw                                                \
37              README                                                           \
38              $(LIST_END)
40 DISTCLEANFILES =                                                              \
41                  $(LIST_END)
43 MAINTAINERCLEANFILES =                                                        \
44                        aclocal.m4                                             \
45                        ChangeLog                                              \
46                        config/install-sh                                      \
47                        config/missing                                         \
48                        config/py-compile                                      \
49                        configure                                              \
50                        Makefile.in                                            \
51                        NEWS                                                   \
52                        $(LIST_END)