summaryrefslogtreecommitdiff
path: root/Makefile.am
blob: 9dad5d04f726bbe5c58051a887f14502fffa03f0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
INCLUDES =				\
	-I$(top_srcdir)/include		\
	$(SPICE_PROTOCOL_CFLAGS)
LDADD = -lwin32k -lntoskrnl -lvideoprt -lmingwex
AM_CPPFLAGS = -I/home/teuf/hack/mingw/ddk_test/include  -I /usr/i686-w64-mingw32/sys-root/mingw/include/ddk/
AM_LDFLAGS = -shared -Wl,-entry,_DriverEntry@8 -nostartfiles -nostdlib

bin_PROGRAMS = qxl

qxl_SOURCES =			\
	display/brush.c		\
	display/driver.c	\
	display/mspace.c	\
	display/mspace.h	\
	display/pointer.c	\
	display/quic.c		\
	display/quic_config.h	\
	display/quic.h		\
	display/qxldd.h		\
	display/res.c		\
	display/res.h		\
	display/rop.c		\
	display/rop.h		\
	display/surface.c	\
	display/surface.h	\
	display/text.c		\
	display/utils.h		\
	include/murmur_hash2a.h	\
	include/os_dep.h	\
	include/qxl_driver.h	\
	include/stdint.h	\
	include/wdmhelper.h	\
	miniport/qxl.c		\
	miniport/qxl.h		\
	miniport/wdmhelper.c

noinst_HEADERS =			\
	display/quic_family_tmpl.c	\
	display/quic_rgb_tmpl.c		\
	display/quic_tmpl.c

-include $(top_srcdir)/git.mk