intel/isl: Add isl_format_is_valid
[mesa.git] / src / intel / Makefile.am
index 3b7d2f3a85b0382369d83eee02ab9acd82cdcfa4..bfb7f5b9f08cda4bf47b141292e70677559720d2 100644 (file)
@@ -26,32 +26,60 @@ AM_CPPFLAGS = \
        -I$(top_srcdir)/include \
        -I$(top_builddir)/src \
        -I$(top_srcdir)/src \
+       -I$(top_builddir)/src/compiler/glsl \
+       -I$(top_srcdir)/src/compiler/glsl \
+       -I$(top_builddir)/src/compiler/nir \
+       -I$(top_srcdir)/src/compiler/nir \
+       -I$(top_srcdir)/src/gtest/include \
        -I$(top_builddir)/src/intel \
        -I$(top_srcdir)/src/intel \
+       -I$(top_srcdir)/include/drm-uapi \
        -I$(top_srcdir)/src/mapi \
        -I$(top_srcdir)/src/mesa \
-       -I$(top_srcdir)/src/mesa/drivers/dri/i965 \
        -I$(top_srcdir)/src/gallium/auxiliary \
        -I$(top_srcdir)/src/gallium/include \
-       $(INTEL_CFLAGS) \
        $(VALGRIND_CFLAGS) \
+       $(LIBDRM_CFLAGS) \
        $(DEFINES)
 
 AM_CFLAGS = \
        $(VISIBILITY_CFLAGS) \
-       -Wno-override-init
+       $(WNO_OVERRIDE_INIT)
+
+AM_CXXFLAGS = \
+       $(VISIBILITY_CXXFLAGS)
 
 MKDIR_GEN = $(AM_V_at)$(MKDIR_P) $(@D)
 PYTHON_GEN = $(AM_V_GEN)$(PYTHON2) $(PYTHON_FLAGS)
 
+lib_LTLIBRARIES =
+check_LTLIBRARIES =
+noinst_DATA =
+noinst_HEADERS =
 noinst_LTLIBRARIES =
+noinst_PROGRAMS =
 check_PROGRAMS =
 TESTS =
 BUILT_SOURCES =
 CLEANFILES =
-EXTRA_DIST =
+EXTRA_DIST = \
+       blorp/meson.build \
+       common/meson.build \
+       compiler/meson.build \
+       genxml/meson.build \
+       isl/meson.build \
+       tools/meson.build \
+       vulkan/meson.build \
+       meson.build
 
+include Makefile.blorp.am
+include Makefile.common.am
+include Makefile.compiler.am
+include Makefile.dev.am
 include Makefile.genxml.am
 include Makefile.isl.am
+include Makefile.tools.am
+
+include Makefile.vulkan.am
 
 CLEANFILES += $(BUILT_SOURCES)