intel: Add the MESA_FORMAT as a field of the miptree.
[mesa.git] / Makefile
index fd23b300818dce3cc62e0cdac7d51aa85a67781f..07ec6868856c38ef86485702477250af6c26c9a9 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -230,6 +230,8 @@ MAIN_FILES = \
        $(DIRECTORY)/include/GL/vms_x_fix.h                             \
        $(DIRECTORY)/include/GL/wglext.h                                \
        $(DIRECTORY)/include/GL/wmesa.h                                 \
+       $(DIRECTORY)/include/pci_ids/*.h                                \
+       $(DIRECTORY)/include/c99/*.h                                    \
        $(DIRECTORY)/src/getopt/SConscript                              \
        $(DIRECTORY)/src/getopt/getopt*.[ch]                            \
        $(DIRECTORY)/src/glsl/Makefile                                  \
@@ -337,6 +339,8 @@ EGL_FILES = \
        $(DIRECTORY)/src/egl/*/*.[ch]                                   \
        $(DIRECTORY)/src/egl/*/*/Makefile                               \
        $(DIRECTORY)/src/egl/*/*/*.[ch]                                 \
+       $(DIRECTORY)/src/egl/wayland/wayland-drm/protocol/*.xml         \
+       $(DIRECTORY)/src/egl/wayland/wayland-egl/*.pc.in                \
        $(DIRECTORY)/src/egl/main/SConscript                            \
        $(DIRECTORY)/src/egl/main/*.pc.in                               \
        $(DIRECTORY)/src/egl/main/*.def
@@ -362,12 +366,16 @@ GALLIUM_FILES = \
        $(DIRECTORY)/src/gallium/*/*/*/*.[ch]                           \
        $(DIRECTORY)/src/gallium/*/*/*/*.py
 
+APPLE_DRI_FILES = \
+       $(DIRECTORY)/src/glx/apple/Makefile                             \
+       $(DIRECTORY)/src/glx/apple/*.[ch]
 
 DRI_FILES = \
        $(DIRECTORY)/include/GL/internal/dri_interface.h                \
        $(DIRECTORY)/include/GL/internal/sarea.h                        \
        $(DIRECTORY)/src/glx/Makefile                                   \
        $(DIRECTORY)/src/glx/*.[ch]                                     \
+       $(APPLE_DRI_FILES)                                              \
        $(DIRECTORY)/src/mesa/drivers/dri/Makefile                      \
        $(DIRECTORY)/src/mesa/drivers/dri/Makefile.template             \
        $(DIRECTORY)/src/mesa/drivers/dri/dri.pc.in                     \