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 \
31 replaydir = $(pythondir)
32 replay_PYTHON = lib/replay.py
34 replotdir = $(pythondir)
35 replot_PYTHON = lib/replot.py
49 MAINTAINERCLEANFILES = \