When saving with a ROX savebox, update the search path
[reinteract/rox.git] / Makefile.am
blobea3241859a5aaea2a2ee2e81fe761caa03702323
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/sanitize_textview_ipc.py                   \
17                     lib/reinteract/shell_buffer.py                            \
18                     lib/reinteract/shell_view.py                              \
19                     lib/reinteract/statement.py                               \
20                     lib/reinteract/tokenized_statement.py                     \
21                     lib/reinteract/tokenize.py                                \
22                     lib/reinteract/undo_stack.py                              \
23                     lib/reinteract/worksheet.py                               \
24                     $(LIST_END)
26 replaydir = $(pythondir)
27 replay_PYTHON = lib/replay.py
29 replotdir = $(pythondir)
30 replot_PYTHON = lib/replot.py
32 EXTRA_DIST =                                                                  \
33              ChangeLog                                                        \
34              examples/basics.pyw                                              \
35              examples/imshow.pyw                                              \
36              examples/play.pyw                                                \
37              examples/plot.pyw                                                \
38              README                                                           \
39              $(LIST_END)
41 DISTCLEANFILES =                                                              \
42                  $(LIST_END)
44 MAINTAINERCLEANFILES =                                                        \
45                        aclocal.m4                                             \
46                        ChangeLog                                              \
47                        config/install-sh                                      \
48                        config/missing                                         \
49                        config/py-compile                                      \
50                        configure                                              \
51                        Makefile.in                                            \
52                        NEWS                                                   \
53                        $(LIST_END)