Merge commit 'origin/master'
[reinteract/rox.git] / Makefile.am
blobceb0146c1e41dfaac4d476b47d23daebf9723cb7
1 LIST_END =
3 reinteractdir = $(bindir)
4 dist_reinteract_SCRIPTS = bin/reinteract
5 dist_noinst_SCRIPTS = bin/uninst.py
7 reinteractpkgdir = $(REINTERACT_PACKAGE_DIR)
8 reinteractpkg_PYTHON =                                                        \
9                     lib/reinteract/__init__.py                                \
10                     lib/reinteract/completion_popup.py                        \
11                     lib/reinteract/custom_result.py                           \
12                     lib/reinteract/data_format.py                             \
13                     lib/reinteract/doc_format.py                              \
14                     lib/reinteract/doc_popup.py                               \
15                     lib/reinteract/format_escaped.py                          \
16                     lib/reinteract/iter_copy_from.py                          \
17                     lib/reinteract/main.py                                    \
18                     lib/reinteract/notebook.py                                \
19                     lib/reinteract/popup.py                                   \
20                     lib/reinteract/rewrite.py                                 \
21                     lib/reinteract/sanitize_textview_ipc.py                   \
22                     lib/reinteract/shell_buffer.py                            \
23                     lib/reinteract/shell_view.py                              \
24                     lib/reinteract/statement.py                               \
25                     lib/reinteract/tokenized_statement.py                     \
26                     lib/reinteract/tokenize.py                                \
27                     lib/reinteract/undo_stack.py                              \
28                     lib/reinteract/worksheet.py                               \
29                     $(LIST_END)
31 replaydir = $(pythondir)
32 replay_PYTHON = lib/replay.py
34 replotdir = $(pythondir)
35 replot_PYTHON = lib/replot.py
37 EXTRA_DIST =                                                                  \
38              ChangeLog                                                        \
39              examples/basics.pyw                                              \
40              examples/imshow.pyw                                              \
41              examples/play.pyw                                                \
42              examples/plot.pyw                                                \
43              README                                                           \
44              $(LIST_END)
46 DISTCLEANFILES =                                                              \
47                  $(LIST_END)
49 MAINTAINERCLEANFILES =                                                        \
50                        aclocal.m4                                             \
51                        ChangeLog                                              \
52                        config/install-sh                                      \
53                        config/missing                                         \
54                        config/py-compile                                      \
55                        configure                                              \
56                        Makefile.in                                            \
57                        NEWS                                                   \
58                        $(LIST_END)