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 \
25 replaydir = $(pythondir)
26 replay_PYTHON = lib/replay.py
28 replotdir = $(pythondir)
29 replot_PYTHON = lib/replot.py
43 MAINTAINERCLEANFILES = \