[Mesa-dev] [PATCH 1/7] build: fix location of generated files in src/mesa (v3)
Eric Anholt
eric at anholt.net
Fri Jul 20 09:05:23 PDT 2012
Christopher James Halse Rogers <christopher.halse.rogers at canonical.com>
writes:
> Also fix include paths for the generated headers.
>
> v2: Switch to using self-explanatory BUILDDIR/SRCDIR defined from
> top_builddir/top_srcdir rather than the ambiguous TOP.
> v3: Add both top_builddir and top_srcdir to include flags for mesa asm.
> These rely on both in-tree and build-time-generated includes.
> ### Include directories
>
> INCLUDE_DIRS = \
> - -I$(TOP)/include \
> - -I$(TOP)/src/glsl \
> - -I$(TOP)/src/mesa \
> - -I$(TOP)/src/mapi \
> - -I$(TOP)/src/gallium/include \
> - -I$(TOP)/src/gallium/auxiliary
> + -I$(top_srcdir)/include \
> + -I$(top_srcdir)/src/glsl \
> + -I$(top_builddir)/src/glsl \
> + -I$(top_srcdir)/src/mesa \
> + -I$(top_builddir)/src/mesa \
weird whitespace.
This series is:
Reviewed-by: Eric Anholt <eric at anholt.net>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 197 bytes
Desc: not available
URL: <http://lists.freedesktop.org/archives/mesa-dev/attachments/20120720/a068d9bb/attachment.pgp>
More information about the mesa-dev
mailing list