Files
whipper-gui/morituri/extern/Makefile.am
JoeLametta 38810796ba Remove thomasvs' python-deps (#31)
* Crude removal of thomasvs' python-deps
* Fix previous commit
2016-08-27 17:33:18 +02:00

40 lines
699 B
Makefile

CLEANFILES = *.py{c,o} command/*.py{c,o} log/*.py{c,o}
morituridir = $(PYTHONLIBDIR)/morituri/extern
morituri_PYTHON = \
__init__.py \
asyncsub.py
logdir = $(PYTHONLIBDIR)/morituri/extern/log
log_PYTHON = \
log/__init__.py \
log/log.py
commanddir = $(PYTHONLIBDIR)/morituri/extern/command
command_PYTHON = \
command/__init__.py \
command/command.py
taskdir = $(PYTHONLIBDIR)/morituri/extern/task
task_PYTHON = \
task/__init__.py \
task/task.py \
task/taskgtk.py \
task/gstreamer.py
EXTRA_DIST = python-command/scripts/help2man
log:
make git-submodule
git-submodule:
cd $(top_srcdir) && git submodule init && git submodule sync && git submodule update
.PHONY: git-submodule