mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice-common
synced 2025-12-26 22:48:03 +00:00
- autotoolize - fix headers inclusion - generate gitignores - workaround serverSMARTCARD support with dirty hack...
17 lines
235 B
Makefile
17 lines
235 B
Makefile
NULL =
|
|
|
|
PYTHON_MODULES = \
|
|
__init__.py \
|
|
codegen.py \
|
|
demarshal.py \
|
|
marshal.py \
|
|
ptypes.py \
|
|
spice_parser.py \
|
|
$(NULL)
|
|
|
|
EXTRA_DIST = $(PYTHON_MODULES)
|
|
|
|
DISTCLEANFILES = *.pyc
|
|
|
|
-include $(top_srcdir)/git.mk
|