nir/lower_io: Add UBOs and SSBOs to get_io_offset_src
[mesa.git] / src / compiler / Makefile.am
index fd1dd4b6d305d181e7ccf708ed4abeff86a43747..dc30f908d8abea45f2155d79ccf5ced9f72dc91a 100644 (file)
@@ -1,4 +1,5 @@
 #
+# Copyright © 2012 Jon TURNEY
 # Copyright (C) 2015 Intel Corporation
 #
 # Permission is hereby granted, free of charge, to any person obtaining a
@@ -27,8 +28,12 @@ AM_CPPFLAGS = \
        -I$(top_srcdir)/src \
        -I$(top_srcdir)/src/mapi \
        -I$(top_srcdir)/src/mesa/ \
+       -I$(top_builddir)/src/compiler/glsl\
+       -I$(top_srcdir)/src/compiler/glsl\
+       -I$(top_srcdir)/src/compiler/glsl/glcpp\
        -I$(top_srcdir)/src/gallium/include \
        -I$(top_srcdir)/src/gallium/auxiliary \
+       -I$(top_srcdir)/src/gtest/include \
        $(DEFINES)
 
 AM_CFLAGS = \
@@ -43,4 +48,14 @@ noinst_LTLIBRARIES = libcompiler.la
 
 libcompiler_la_SOURCES = $(LIBCOMPILER_FILES)
 
+check_PROGRAMS =
+TESTS =
+BUILT_SOURCES =
+CLEANFILES =
 EXTRA_DIST = SConscript
+
+MKDIR_GEN = $(AM_V_at)$(MKDIR_P) $(@D)
+
+include Makefile.glsl.am
+
+include Makefile.nir.am