mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice-protocol
synced 2025-12-26 14:18:31 +00:00
16 lines
266 B
Makefile
16 lines
266 B
Makefile
NULL =
|
|
|
|
python_codegendir = $(datadir)/spice-protocol/python_modules
|
|
dist_python_codegen_DATA = \
|
|
__init__.py \
|
|
codegen.py \
|
|
demarshal.py \
|
|
marshal.py \
|
|
ptypes.py \
|
|
spice_parser.py \
|
|
$(NULL)
|
|
|
|
DISTCLEANFILES = *.pyc
|
|
|
|
-include $(top_srcdir)/git.mk
|