mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice-common
synced 2025-12-26 14:18:36 +00:00
54 lines
819 B
Makefile
54 lines
819 B
Makefile
NULL =
|
|
|
|
COMMON_SRCS = \
|
|
sw_canvas.h \
|
|
sw_canvas.c \
|
|
pixman_utils.h \
|
|
pixman_utils.c \
|
|
canvas_base.h \
|
|
canvas_base.c \
|
|
canvas_utils.h \
|
|
canvas_utils.c \
|
|
draw.h \
|
|
gl_canvas.h \
|
|
gl_canvas.c \
|
|
glc.h \
|
|
glc.c \
|
|
gl_utils.h \
|
|
lz_common.h \
|
|
mutex.h \
|
|
ogl_ctx.h \
|
|
ogl_ctx.c \
|
|
quic.h \
|
|
quic.c \
|
|
quic_config.h \
|
|
qxl_dev.h \
|
|
rect.h \
|
|
red_error_codes.h \
|
|
red.h \
|
|
reds_stat.h \
|
|
region.h \
|
|
region.c \
|
|
ring.h \
|
|
rop3.h \
|
|
rop3.c \
|
|
lines.h \
|
|
lines.c \
|
|
lz.c \
|
|
lz_compress_tmpl.c \
|
|
lz_config.h \
|
|
lz_decompress_tmpl.c \
|
|
lz.h \
|
|
marshaller.h \
|
|
marshaller.c \
|
|
quic_family_tmpl.c \
|
|
quic_rgb_tmpl.c \
|
|
quic_tmpl.c \
|
|
ipc_ring.h \
|
|
vd_agent.h \
|
|
quic_tmpl.c \
|
|
$(NULL)
|
|
|
|
EXTRA_DIST = $(COMMON_SRCS)
|
|
|