[Mesa-dev] [PATCH v2 4/8] Haiku: add src/gallium/state_trackers/hgl/Makefile.am

Emil Velikov emil.l.velikov at gmail.com
Thu Oct 26 13:17:13 UTC 2017


On 24 October 2017 at 17:11, Jerome Duval <jerome.duval at gmail.com> wrote:

> +libhgl_la_LIBADD = -ltranslation
New library - please document or remove, if not needed.

> +libhgl_la_SOURCES = $(common_SOURCES)
> +
> +
> +EXTRA_DIST = SConscript
> diff --git a/src/gallium/state_trackers/hgl/Makefile.sources b/src/gallium/state_trackers/hgl/Makefile.sources
> new file mode 100644
> index 0000000..3076ba3
> --- /dev/null
> +++ b/src/gallium/state_trackers/hgl/Makefile.sources
> @@ -0,0 +1,3 @@
> +common_SOURCES := \
> +       hgl.c \
> +       bitmap_wrapper.cpp

Should include the following:

bitmap_wrapper.cpp
bitmap_wrapper.h
hgl.c
hgl_context.h

As a follow-up:
Unless you're planning to drop scons, I suggest reusing these lists.
See src/gallium/state_trackers/dri/SConscript for an example.

Thanks
Emil


More information about the mesa-dev mailing list