2 -I$(top_srcdir)/include \
4 -I$(top_srcdir)/src/gallium/include \
5 -I$(top_srcdir)/src/gallium/auxiliary \
8 # src/gallium/auxiliary must appear before src/gallium/drivers
9 # because there are stupidly two rbug_context.h files in
10 # different directories, and which one is included by the
11 # preprocessor is determined by the ordering of the -I flags.
12 GALLIUM_DRIVER_CFLAGS = \
15 -I$(top_srcdir)/include \
16 -I$(top_srcdir)/src/gallium/include \
17 -I$(top_srcdir)/src/gallium/auxiliary \
18 -I$(top_srcdir)/src/gallium/drivers \
19 -I$(top_srcdir)/src/gallium/winsys \
23 GALLIUM_DRIVER_CXXFLAGS = \
26 -I$(top_srcdir)/include \
27 -I$(top_srcdir)/src/gallium/include \
28 -I$(top_srcdir)/src/gallium/auxiliary \
29 -I$(top_srcdir)/src/gallium/drivers \
30 -I$(top_srcdir)/src/gallium/winsys \
32 $(VISIBILITY_CXXFLAGS)
34 GALLIUM_TARGET_CFLAGS = \
36 -I$(top_srcdir)/include \
37 -I$(top_srcdir)/src/loader \
38 -I$(top_srcdir)/src/gallium/include \
39 -I$(top_srcdir)/src/gallium/auxiliary \
40 -I$(top_srcdir)/src/gallium/drivers \
41 -I$(top_srcdir)/src/gallium/winsys \
47 GALLIUM_COMMON_LIB_DEPS = \
55 GALLIUM_COMMON_LIB_DEPS += \
59 GALLIUM_WINSYS_CFLAGS = \
61 -I$(top_srcdir)/include \
62 -I$(top_srcdir)/src/gallium/include \
63 -I$(top_srcdir)/src/gallium/auxiliary \
68 GALLIUM_PIPE_LOADER_WINSYS_LIBS = \
69 $(top_builddir)/src/gallium/winsys/sw/null/libws_null.la \
70 $(top_builddir)/src/gallium/winsys/sw/wrapper/libwsw.la
73 GALLIUM_PIPE_LOADER_WINSYS_LIBS += \
74 $(top_builddir)/src/gallium/winsys/sw/dri/libswdri.la
78 GALLIUM_PIPE_LOADER_WINSYS_LIBS += \
79 $(top_builddir)/src/gallium/winsys/sw/kms-dri/libswkmsdri.la \