Remove start at gettext support
[reinteract/rox.git] / Makefile.am
blob06c2525691f40e74179eb678130b0eb9aea5bb5b
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.guess                                           \
47                        config.sub                                             \
48                        configure                                              \
49                        install-sh                                             \
50                        ltmain.sh                                              \
51                        Makefile.in                                            \
52                        missing                                                \
53                        NEWS                                                   \
54                        py-compile                                             \
55                        $(LIST_END)