mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice-common
synced 2025-12-26 14:18:36 +00:00
- autotoolize - fix headers inclusion - generate gitignores - workaround serverSMARTCARD support with dirty hack...
28 lines
614 B
Makefile
28 lines
614 B
Makefile
NULL =
|
|
ACLOCAL_AMFLAGS = -I m4
|
|
|
|
SUBDIRS = python_modules common
|
|
DIST_SUBDIRS = spice-protocol $(SUBDIRS)
|
|
|
|
EXTRA_DIST = \
|
|
spice_codegen.py \
|
|
spice.proto \
|
|
spice1.proto \
|
|
$(NULL)
|
|
|
|
MAINTAINERCLEANFILES = \
|
|
$(srcdir)/INSTALL \
|
|
$(srcdir)/aclocal.m4 \
|
|
$(srcdir)/autoscan.log \
|
|
$(srcdir)/build-aux \
|
|
$(srcdir)/config.h.in \
|
|
$(srcdir)/m4/libtool.m4 \
|
|
$(srcdir)/m4/ltoptions.m4 \
|
|
$(srcdir)/m4/ltsugar.m4 \
|
|
$(srcdir)/m4/ltversion.m4 \
|
|
$(srcdir)/m4/lt~obsolete.m4 \
|
|
`find "$(srcdir)" -type f -name Makefile.in -print` \
|
|
$(NULL)
|
|
|
|
-include $(top_srcdir)/git.mk
|