[Mesa-dev] mesa-10.6.8: ERROR on 'make distclean' when removing *.Plo files
Sedat Dilek
sedat.dilek at gmail.com
Fri Sep 25 10:12:52 PDT 2015
On Fri, Sep 25, 2015 at 6:46 PM, Emil Velikov <emil.l.velikov at gmail.com> wrote:
> On 25 September 2015 at 16:14, Sedat Dilek <sedat.dilek at gmail.com> wrote:
>> On Fri, Sep 25, 2015 at 4:44 PM, Emil Velikov <emil.l.velikov at gmail.com> wrote:
>>> On 25 September 2015 at 14:35, Sedat Dilek <sedat.dilek at gmail.com> wrote:
>>>> On Fri, Sep 25, 2015 at 3:32 PM, Emil Velikov <emil.l.velikov at gmail.com> wrote:
>>>>> Hi Sedat,
>>>>>
>>>>> On 25 September 2015 at 11:53, Sedat Dilek <sedat.dilek at gmail.com> wrote:
>>>>>> $ make distclean
>>>>>> ...
>>>>>> Making distclean in .
>>>>>> make[2]: Entering directory `/home/wearefam/src/mesa/mesa-git/src'
>>>>>> Makefile:545: mesa/main/.deps/imports.Plo: No such file or directory
>>>>>> Makefile:546: mesa/program/.deps/dummy_errors.Plo: No such file or directory
>>>>>> Makefile:547: mesa/program/.deps/prog_hash_table.Plo: No such file or directory
>>>>>> Makefile:548: mesa/program/.deps/symbol_table.Plo: No such file or directory
>>>>>> make[2]: *** No rule to make target
>>>>>> `mesa/program/.deps/symbol_table.Plo'. Stop.
>>>>>> make[2]: Leaving directory `/home/wearefam/src/mesa/mesa-git/src'
>>>>>> make[1]: *** [distclean-recursive] Error 1
>>>>>> make[1]: Leaving directory `/home/wearefam/src/mesa/mesa-git/src'
>>>>>> make: *** [distclean-recursive] Error 1
>>>>>>
>>>>>> $ find ./ -name '*.Plo'
>>>>>> [ NO OUTPUT ]
>>>>>>
>>>>> Don't think I've ever seen such issue. Can you let me know of:
>>>>> - building from git (tag) or tarball ?
>>>>> - 'how to' so that I can reproduce this ?
>>>>>
>>>>
>>>> It's from git and mesa-10.6.8 tag (checkout).
>>>>
>>>> Compiled. OK or BROKEN.
>>>>
>>>> And then do a 'make distclean'.
>>>>
>>> Can you do a step-by-step guide, as the above does not parse.
>>>
>>> Something like the following would be great - the given example works
>>> great on my system.
>>>
>>> $ git checkout -B foo mesa-10.6.8 && git clean -fxd
>>> $ ./autogen.sh && make -j2 && make distclean
>>>
>>
>>
>> $ tar -xf files/mesa-266d05a3a0651ac954c91aea12c870940e8a9820.tar.gz
>>
>> $ find ./ -name '*.Plo'
>>
>> [ EMPTY OUTPUT ]
>>
> Not sure how this tarball is created, but in 99.9% of the cases it
> won't/shouldn't include any .Plo files.
>
>> $ ./scripts/git-clone_mesa-fdo.sh
>>
>> $ ./scripts/build_mesa-with-llvm.sh 2>&1 | tee
>> logs/build-and-install-log_mesa-10-6-8_enable-glx-tls_llvm-3-7-0.txt
>>
>> [ BUILD BROKEN ]
>>
> I'd assume this log is going to help answer why some files are
> missing. Although to eliminate any funny interactions - can you try
> with gcc (instead of clang) and additionally a non-concurrent build
> (make -j1).
>
>
>> $ cd mesa-git/
>>
>> $ find ./ -name '*.Plo'
>> [ Bing Bing Bing...]
>>
>> $ LC_ALL=C make distclean
>> ...
>> Making distclean in gtest
>> make[2]: Entering directory `/home/wearefam/src/mesa/mesa-git/src/gtest'
>> test -z "libgtest.la" || rm -f libgtest.la
>> rm -f "./so_locations"
>> rm -rf .libs _libs
>> rm -rf src/.libs src/_libs
>> rm -f *.o
>> rm -f src/gtest-all.o
>> rm -f src/gtest-all.lo
>> rm -f src/gtest_main.o
>> rm -f src/gtest_main.lo
>> rm -f *.lo
>> rm -f *.tab.c
>> test -z "" || rm -f
>> test . = "." || test -z "" || rm -f
>> rm -f src/.deps/.dirstamp
>> rm -f src/.dirstamp
>> rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
>> rm -rf src/.deps
>> rm -f Makefile
>> make[2]: Leaving directory `/home/wearefam/src/mesa/mesa-git/src/gtest'
>> Making distclean in .
>> make[2]: Entering directory `/home/wearefam/src/mesa/mesa-git/src'
>> Makefile:545: mesa/main/.deps/imports.Plo: No such file or directory
>> Makefile:546: mesa/program/.deps/dummy_errors.Plo: No such file or directory
>> Makefile:547: mesa/program/.deps/prog_hash_table.Plo: No such file or directory
>> Makefile:548: mesa/program/.deps/symbol_table.Plo: No such file or directory
> I take it that these are not in the "bing bing bing" list ?
>
> Thanks
> Emil
See attached files.
'make distclean' does not work with GCC v4.9 either aka BROKEN.
- Sedat -
-------------- next part --------------
Making distclean in src
make[1]: Entering directory `/home/wearefam/src/mesa/mesa-git/src'
Making distclean in gallium
make[2]: Entering directory `/home/wearefam/src/mesa/mesa-git/src/gallium'
Making distclean in tests/unit
make[3]: Entering directory `/home/wearefam/src/mesa/mesa-git/src/gallium/tests/unit'
rm -rf .libs _libs
rm -f pipe_barrier_test u_cache_test u_half_test u_format_test u_format_compatible_test translate_test
rm -f *.o
rm -f *.lo
rm -f *.tab.c
test -z "" || rm -f
test . = "." || test -z "" || rm -f
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
rm -rf ./.deps
rm -f Makefile
make[3]: Leaving directory `/home/wearefam/src/mesa/mesa-git/src/gallium/tests/unit'
Making distclean in tests/trivial
make[3]: Entering directory `/home/wearefam/src/mesa/mesa-git/src/gallium/tests/trivial'
rm -rf .libs _libs
rm -f result.bmp
rm -f compute tri quad-tex
rm -f *.o
rm -f *.lo
rm -f *.tab.c
test -z "" || rm -f
test . = "." || test -z "" || rm -f
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
rm -rf ./.deps
rm -f Makefile
make[3]: Leaving directory `/home/wearefam/src/mesa/mesa-git/src/gallium/tests/trivial'
Making distclean in targets/d3dadapter9
make[3]: Entering directory `/home/wearefam/src/mesa/mesa-git/src/gallium/targets/d3dadapter9'
rm -rf .libs _libs
test -z "d3dadapter9.la" || rm -f d3dadapter9.la
rm -f "./so_locations"
rm -f *.o
rm -f *.lo
rm -f *.tab.c
test -z "d3d.pc" || rm -f d3d.pc
test . = "." || test -z "" || rm -f
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
rm -rf ./.deps
rm -f Makefile
make[3]: Leaving directory `/home/wearefam/src/mesa/mesa-git/src/gallium/targets/d3dadapter9'
Making distclean in state_trackers/nine
make[3]: Entering directory `/home/wearefam/src/mesa/mesa-git/src/gallium/state_trackers/nine'
rm -rf .libs _libs
test -z "libninetracker.la" || rm -f libninetracker.la
rm -f "./so_locations"
rm -f *.o
rm -f *.lo
rm -f *.tab.c
test -z "" || rm -f
test . = "." || test -z "" || rm -f
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
rm -rf ./.deps
rm -f Makefile
make[3]: Leaving directory `/home/wearefam/src/mesa/mesa-git/src/gallium/state_trackers/nine'
Making distclean in targets/xvmc
make[3]: Entering directory `/home/wearefam/src/mesa/mesa-git/src/gallium/targets/xvmc'
rm -rf .libs _libs
test -z "libXvMCgallium.la" || rm -f libXvMCgallium.la
rm -f "./so_locations"
rm -f *.o
rm -f *.lo
rm -f *.tab.c
test -z "" || rm -f
test . = "." || test -z "" || rm -f
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
rm -rf ./.deps
rm -f Makefile
make[3]: Leaving directory `/home/wearefam/src/mesa/mesa-git/src/gallium/targets/xvmc'
Making distclean in state_trackers/xvmc
make[3]: Entering directory `/home/wearefam/src/mesa/mesa-git/src/gallium/state_trackers/xvmc'
rm -rf .libs _libs
rm -rf tests/.libs tests/_libs
test -z "libxvmctracker.la" || rm -f libxvmctracker.la
rm -f "./so_locations"
rm -f tests/xvmc_bench tests/test_context tests/test_surface tests/test_subpicture tests/test_blocks tests/test_rendering
rm -f *.o
rm -f tests/test_blocks.o
rm -f tests/test_context.o
rm -f tests/test_rendering.o
rm -f tests/test_subpicture.o
rm -f tests/test_surface.o
rm -f tests/testlib.o
rm -f tests/xvmc_bench.o
rm -f *.lo
rm -f *.tab.c
test -z "" || rm -f
test . = "." || test -z "" || rm -f
rm -f tests/.deps/.dirstamp
rm -f tests/.dirstamp
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
rm -rf ./.deps tests/.deps
rm -f Makefile
make[3]: Leaving directory `/home/wearefam/src/mesa/mesa-git/src/gallium/state_trackers/xvmc'
Making distclean in targets/xa
make[3]: Entering directory `/home/wearefam/src/mesa/mesa-git/src/gallium/targets/xa'
test -z "libxatracker.la" || rm -f libxatracker.la
rm -f "./so_locations"
rm -rf .libs _libs
for f in libxatracker.so*; do \
rm -f ../../../../lib/$f; \
done;
rm -f .install-mesa-links
rm -f *.o
rm -f *.lo
rm -f *.tab.c
test -z "xatracker.pc" || rm -f xatracker.pc
test . = "." || test -z "" || rm -f
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
rm -rf ./.deps
rm -f Makefile
make[3]: Leaving directory `/home/wearefam/src/mesa/mesa-git/src/gallium/targets/xa'
Making distclean in state_trackers/xa
make[3]: Entering directory `/home/wearefam/src/mesa/mesa-git/src/gallium/state_trackers/xa'
rm -rf .libs _libs
test -z "libxatracker.la" || rm -f libxatracker.la
rm -f "./so_locations"
rm -f *.o
rm -f *.lo
rm -f *.tab.c
test -z "" || rm -f
test . = "." || test -z "" || rm -f
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
rm -rf ./.deps
rm -f Makefile
make[3]: Leaving directory `/home/wearefam/src/mesa/mesa-git/src/gallium/state_trackers/xa'
Making distclean in targets/vdpau
make[3]: Entering directory `/home/wearefam/src/mesa/mesa-git/src/gallium/targets/vdpau'
rm -rf .libs _libs
GEN clean-local
/bin/bash: line 1: @echo: command not found
test -z "libvdpau_gallium.la" || rm -f libvdpau_gallium.la
rm -f "./so_locations"
rm -f *.o
rm -f *.lo
rm -f *.tab.c
test -z "" || rm -f
test . = "." || test -z "" || rm -f
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
rm -rf ./.deps
rm -f Makefile
make[3]: Leaving directory `/home/wearefam/src/mesa/mesa-git/src/gallium/targets/vdpau'
Making distclean in state_trackers/vdpau
make[3]: Entering directory `/home/wearefam/src/mesa/mesa-git/src/gallium/state_trackers/vdpau'
rm -rf .libs _libs
test -z "libvdpautracker.la" || rm -f libvdpautracker.la
rm -f "./so_locations"
rm -f *.o
rm -f *.lo
rm -f *.tab.c
test -z "" || rm -f
test . = "." || test -z "" || rm -f
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
rm -rf ./.deps
rm -f Makefile
make[3]: Leaving directory `/home/wearefam/src/mesa/mesa-git/src/gallium/state_trackers/vdpau'
Making distclean in targets/va
make[3]: Entering directory `/home/wearefam/src/mesa/mesa-git/src/gallium/targets/va'
rm -rf .libs _libs
test -z "gallium_drv_video.la" || rm -f gallium_drv_video.la
rm -f "./so_locations"
rm -f *.o
rm -f *.lo
rm -f *.tab.c
test -z "" || rm -f
test . = "." || test -z "" || rm -f
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
rm -rf ./.deps
rm -f Makefile
make[3]: Leaving directory `/home/wearefam/src/mesa/mesa-git/src/gallium/targets/va'
Making distclean in state_trackers/va
make[3]: Entering directory `/home/wearefam/src/mesa/mesa-git/src/gallium/state_trackers/va'
rm -rf .libs _libs
test -z "libvatracker.la" || rm -f libvatracker.la
rm -f "./so_locations"
rm -f *.o
rm -f *.lo
rm -f *.tab.c
test -z "" || rm -f
test . = "." || test -z "" || rm -f
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
rm -rf ./.deps
rm -f Makefile
make[3]: Leaving directory `/home/wearefam/src/mesa/mesa-git/src/gallium/state_trackers/va'
Making distclean in targets/osmesa
make[3]: Entering directory `/home/wearefam/src/mesa/mesa-git/src/gallium/targets/osmesa'
test -z "libOSMesa.la" || rm -f libOSMesa.la
rm -f "./so_locations"
rm -rf .libs _libs
rm -f *.o
rm -f *.lo
rm -f *.tab.c
test -z "osmesa.pc" || rm -f osmesa.pc
test . = "." || test -z "" || rm -f
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
rm -rf ./.deps
rm -f Makefile
make[3]: Leaving directory `/home/wearefam/src/mesa/mesa-git/src/gallium/targets/osmesa'
Making distclean in state_trackers/osmesa
make[3]: Entering directory `/home/wearefam/src/mesa/mesa-git/src/gallium/state_trackers/osmesa'
rm -rf .libs _libs
test -z "libosmesa.la" || rm -f libosmesa.la
rm -f "./so_locations"
rm -f *.o
rm -f *.lo
rm -f *.tab.c
test -z "" || rm -f
test . = "." || test -z "" || rm -f
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
rm -rf ./.deps
rm -f Makefile
make[3]: Leaving directory `/home/wearefam/src/mesa/mesa-git/src/gallium/state_trackers/osmesa'
Making distclean in targets/omx
make[3]: Entering directory `/home/wearefam/src/mesa/mesa-git/src/gallium/targets/omx'
rm -rf .libs _libs
test -z "libomx_mesa.la" || rm -f libomx_mesa.la
rm -f "./so_locations"
rm -f *.o
rm -f *.lo
rm -f *.tab.c
test -z "" || rm -f
test . = "." || test -z "" || rm -f
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
rm -rf ./.deps
rm -f Makefile
make[3]: Leaving directory `/home/wearefam/src/mesa/mesa-git/src/gallium/targets/omx'
Making distclean in state_trackers/omx
make[3]: Entering directory `/home/wearefam/src/mesa/mesa-git/src/gallium/state_trackers/omx'
rm -rf .libs _libs
test -z "libomxtracker.la" || rm -f libomxtracker.la
rm -f "./so_locations"
rm -f *.o
rm -f *.lo
rm -f *.tab.c
test -z "" || rm -f
test . = "." || test -z "" || rm -f
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
rm -rf ./.deps
rm -f Makefile
make[3]: Leaving directory `/home/wearefam/src/mesa/mesa-git/src/gallium/state_trackers/omx'
Making distclean in targets/libgl-xlib
make[3]: Entering directory `/home/wearefam/src/mesa/mesa-git/src/gallium/targets/libgl-xlib'
test -z "libGL.la" || rm -f libGL.la
rm -f "./so_locations"
rm -rf .libs _libs
rm -f *.o
rm -f *.lo
rm -f *.tab.c
test -z "" || rm -f
test . = "." || test -z "" || rm -f
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
rm -rf ./.deps
rm -f Makefile
make[3]: Leaving directory `/home/wearefam/src/mesa/mesa-git/src/gallium/targets/libgl-xlib'
Making distclean in state_trackers/glx/xlib
make[3]: Entering directory `/home/wearefam/src/mesa/mesa-git/src/gallium/state_trackers/glx/xlib'
rm -rf .libs _libs
test -z "libxlib.la" || rm -f libxlib.la
rm -f "./so_locations"
rm -f *.o
rm -f *.lo
rm -f *.tab.c
test -z "" || rm -f
test . = "." || test -z "" || rm -f
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
rm -rf ./.deps
rm -f Makefile
make[3]: Leaving directory `/home/wearefam/src/mesa/mesa-git/src/gallium/state_trackers/glx/xlib'
Making distclean in targets/dri
make[3]: Entering directory `/home/wearefam/src/mesa/mesa-git/src/gallium/targets/dri'
test -z "gallium_dri.la" || rm -f gallium_dri.la
rm -f "./so_locations"
rm -rf .libs _libs
GEN clean-local
/bin/bash: line 1: @echo: command not found
rm -f *.o
rm -f *.lo
rm -f *.tab.c
test -z "" || rm -f
test . = "." || test -z "" || rm -f
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
rm -rf ./.deps
rm -f Makefile
make[3]: Leaving directory `/home/wearefam/src/mesa/mesa-git/src/gallium/targets/dri'
Making distclean in state_trackers/dri
make[3]: Entering directory `/home/wearefam/src/mesa/mesa-git/src/gallium/state_trackers/dri'
rm -rf .libs _libs
test -z "libdri.la" || rm -f libdri.la
rm -f "./so_locations"
rm -f *.o
rm -f *.lo
rm -f *.tab.c
test -z "" || rm -f
test . = "." || test -z "" || rm -f
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
rm -rf ./.deps
rm -f Makefile
make[3]: Leaving directory `/home/wearefam/src/mesa/mesa-git/src/gallium/state_trackers/dri'
Making distclean in targets/opencl
make[3]: Entering directory `/home/wearefam/src/mesa/mesa-git/src/gallium/targets/opencl'
test -z "lib.la" || rm -f lib.la
rm -f "./so_locations"
rm -rf .libs _libs
rm -f *.o
rm -f *.lo
rm -f *.tab.c
test -z "mesa.icd" || rm -f mesa.icd
test . = "." || test -z "" || rm -f
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
rm -rf ./.deps
rm -f Makefile
make[3]: Leaving directory `/home/wearefam/src/mesa/mesa-git/src/gallium/targets/opencl'
Making distclean in state_trackers/clover
make[3]: Entering directory `/home/wearefam/src/mesa/mesa-git/src/gallium/state_trackers/clover'
rm -rf .libs _libs
rm -rf api/.libs api/_libs
rm -rf core/.libs core/_libs
rm -rf llvm/.libs llvm/_libs
rm -rf tgsi/.libs tgsi/_libs
test -z "libclover.la libcltgsi.la libclllvm.la" || rm -f libclover.la libcltgsi.la libclllvm.la
rm -f "./so_locations"
rm -f "./so_locations"
rm -f "./so_locations"
rm -f *.o
rm -f api/libclover_la-context.o
rm -f api/libclover_la-context.lo
rm -f api/libclover_la-device.o
rm -f api/libclover_la-device.lo
rm -f api/libclover_la-dispatch.o
rm -f api/libclover_la-dispatch.lo
rm -f api/libclover_la-event.o
rm -f api/libclover_la-event.lo
rm -f api/libclover_la-interop.o
rm -f api/libclover_la-interop.lo
rm -f api/libclover_la-kernel.o
rm -f api/libclover_la-kernel.lo
rm -f api/libclover_la-memory.o
rm -f api/libclover_la-memory.lo
rm -f api/libclover_la-platform.o
rm -f api/libclover_la-platform.lo
rm -f api/libclover_la-program.o
rm -f api/libclover_la-program.lo
rm -f api/libclover_la-queue.o
rm -f api/libclover_la-queue.lo
rm -f api/libclover_la-sampler.o
rm -f api/libclover_la-sampler.lo
rm -f api/libclover_la-transfer.o
rm -f api/libclover_la-transfer.lo
rm -f core/libclover_la-context.o
rm -f core/libclover_la-context.lo
rm -f core/libclover_la-device.o
rm -f core/libclover_la-device.lo
rm -f core/libclover_la-event.o
rm -f core/libclover_la-event.lo
rm -f core/libclover_la-format.o
rm -f core/libclover_la-format.lo
rm -f core/libclover_la-kernel.o
rm -f core/libclover_la-kernel.lo
rm -f core/libclover_la-memory.o
rm -f core/libclover_la-memory.lo
rm -f core/libclover_la-module.o
rm -f core/libclover_la-module.lo
rm -f core/libclover_la-platform.o
rm -f core/libclover_la-platform.lo
rm -f core/libclover_la-program.o
rm -f core/libclover_la-program.lo
rm -f core/libclover_la-queue.o
rm -f core/libclover_la-queue.lo
rm -f core/libclover_la-resource.o
rm -f core/libclover_la-resource.lo
rm -f core/libclover_la-sampler.o
rm -f core/libclover_la-sampler.lo
rm -f core/libclover_la-timestamp.o
rm -f core/libclover_la-timestamp.lo
rm -f llvm/libclllvm_la-invocation.o
rm -f llvm/libclllvm_la-invocation.lo
rm -f tgsi/libcltgsi_la-compiler.o
rm -f tgsi/libcltgsi_la-compiler.lo
rm -f *.lo
rm -f *.tab.c
test -z "" || rm -f
test . = "." || test -z "" || rm -f
rm -f api/.deps/.dirstamp
rm -f api/.dirstamp
rm -f core/.deps/.dirstamp
rm -f core/.dirstamp
rm -f llvm/.deps/.dirstamp
rm -f llvm/.dirstamp
rm -f tgsi/.deps/.dirstamp
rm -f tgsi/.dirstamp
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
rm -rf api/.deps core/.deps llvm/.deps tgsi/.deps
rm -f Makefile
make[3]: Leaving directory `/home/wearefam/src/mesa/mesa-git/src/gallium/state_trackers/clover'
Making distclean in targets/pipe-loader
make[3]: Entering directory `/home/wearefam/src/mesa/mesa-git/src/gallium/targets/pipe-loader'
rm -rf .libs _libs
test -z " pipe_swrast.la" || rm -f pipe_swrast.la
rm -f "./so_locations"
rm -f *.o
rm -f *.lo
rm -f *.tab.c
test -z "" || rm -f
test . = "." || test -z "" || rm -f
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
rm -rf ./.deps
rm -f Makefile
make[3]: Leaving directory `/home/wearefam/src/mesa/mesa-git/src/gallium/targets/pipe-loader'
Making distclean in winsys/sw/wrapper
make[3]: Entering directory `/home/wearefam/src/mesa/mesa-git/src/gallium/winsys/sw/wrapper'
rm -rf .libs _libs
test -z "libwsw.la" || rm -f libwsw.la
rm -f "./so_locations"
rm -f *.o
rm -f *.lo
rm -f *.tab.c
test -z "" || rm -f
test . = "." || test -z "" || rm -f
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
rm -rf ./.deps
rm -f Makefile
make[3]: Leaving directory `/home/wearefam/src/mesa/mesa-git/src/gallium/winsys/sw/wrapper'
Making distclean in winsys/sw/kms-dri
make[3]: Entering directory `/home/wearefam/src/mesa/mesa-git/src/gallium/winsys/sw/kms-dri'
rm -rf .libs _libs
test -z "libswkmsdri.la" || rm -f libswkmsdri.la
rm -f "./so_locations"
rm -f *.o
rm -f *.lo
rm -f *.tab.c
test -z "" || rm -f
test . = "." || test -z "" || rm -f
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
rm -rf ./.deps
rm -f Makefile
make[3]: Leaving directory `/home/wearefam/src/mesa/mesa-git/src/gallium/winsys/sw/kms-dri'
Making distclean in winsys/sw/dri
make[3]: Entering directory `/home/wearefam/src/mesa/mesa-git/src/gallium/winsys/sw/dri'
rm -rf .libs _libs
test -z "libswdri.la" || rm -f libswdri.la
rm -f "./so_locations"
rm -f *.o
rm -f *.lo
rm -f *.tab.c
test -z "" || rm -f
test . = "." || test -z "" || rm -f
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
rm -rf ./.deps
rm -f Makefile
make[3]: Leaving directory `/home/wearefam/src/mesa/mesa-git/src/gallium/winsys/sw/dri'
Making distclean in winsys/sw/xlib
make[3]: Entering directory `/home/wearefam/src/mesa/mesa-git/src/gallium/winsys/sw/xlib'
rm -rf .libs _libs
test -z "libws_xlib.la" || rm -f libws_xlib.la
rm -f "./so_locations"
rm -f *.o
rm -f *.lo
rm -f *.tab.c
test -z "" || rm -f
test . = "." || test -z "" || rm -f
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
rm -rf ./.deps
rm -f Makefile
make[3]: Leaving directory `/home/wearefam/src/mesa/mesa-git/src/gallium/winsys/sw/xlib'
Making distclean in winsys/sw/null
make[3]: Entering directory `/home/wearefam/src/mesa/mesa-git/src/gallium/winsys/sw/null'
rm -rf .libs _libs
test -z "libws_null.la" || rm -f libws_null.la
rm -f "./so_locations"
rm -f *.o
rm -f *.lo
rm -f *.tab.c
test -z "" || rm -f
test . = "." || test -z "" || rm -f
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
rm -rf ./.deps
rm -f Makefile
make[3]: Leaving directory `/home/wearefam/src/mesa/mesa-git/src/gallium/winsys/sw/null'
Making distclean in winsys/vc4/drm
make[3]: Entering directory `/home/wearefam/src/mesa/mesa-git/src/gallium/winsys/vc4/drm'
rm -rf .libs _libs
test -z "libvc4drm.la" || rm -f libvc4drm.la
rm -f "./so_locations"
rm -f *.o
rm -f *.lo
rm -f *.tab.c
test -z "" || rm -f
test . = "." || test -z "" || rm -f
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
rm -rf ./.deps
rm -f Makefile
make[3]: Leaving directory `/home/wearefam/src/mesa/mesa-git/src/gallium/winsys/vc4/drm'
Making distclean in drivers/vc4
make[3]: Entering directory `/home/wearefam/src/mesa/mesa-git/src/gallium/drivers/vc4'
Making distclean in kernel
make[4]: Entering directory `/home/wearefam/src/mesa/mesa-git/src/gallium/drivers/vc4/kernel'
rm -rf .libs _libs
test -z "libvc4_kernel.la" || rm -f libvc4_kernel.la
rm -f "./so_locations"
rm -f *.o
rm -f *.lo
rm -f *.tab.c
test -z "" || rm -f
test . = "." || test -z "" || rm -f
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
rm -rf ./.deps
rm -f Makefile
make[4]: Leaving directory `/home/wearefam/src/mesa/mesa-git/src/gallium/drivers/vc4/kernel'
Making distclean in .
make[4]: Entering directory `/home/wearefam/src/mesa/mesa-git/src/gallium/drivers/vc4'
rm -rf .libs _libs
test -z "libvc4.la" || rm -f libvc4.la
rm -f "./so_locations"
rm -f *.o
rm -f *.lo
rm -f *.tab.c
test -z "" || rm -f
test . = "." || test -z "" || rm -f
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
make[4]: Leaving directory `/home/wearefam/src/mesa/mesa-git/src/gallium/drivers/vc4'
rm -rf ./.deps
rm -f Makefile
make[3]: Leaving directory `/home/wearefam/src/mesa/mesa-git/src/gallium/drivers/vc4'
Making distclean in drivers/llvmpipe
make[3]: Entering directory `/home/wearefam/src/mesa/mesa-git/src/gallium/drivers/llvmpipe'
rm -f lp_test_format lp_test_arit lp_test_blend lp_test_conv lp_test_printf
rm -rf .libs _libs
test -z "libllvmpipe.la" || rm -f libllvmpipe.la
rm -f "./so_locations"
rm -f *.o
rm -f *.lo
rm -f *.tab.c
test -z "" || rm -f
test . = "." || test -z "" || rm -f
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
rm -rf ./.deps
rm -f Makefile
make[3]: Leaving directory `/home/wearefam/src/mesa/mesa-git/src/gallium/drivers/llvmpipe'
Making distclean in drivers/softpipe
make[3]: Entering directory `/home/wearefam/src/mesa/mesa-git/src/gallium/drivers/softpipe'
rm -rf .libs _libs
test -z "libsoftpipe.la" || rm -f libsoftpipe.la
rm -f "./so_locations"
rm -f *.o
rm -f *.lo
rm -f *.tab.c
test -z "" || rm -f
test . = "." || test -z "" || rm -f
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
rm -rf ./.deps
rm -f Makefile
make[3]: Leaving directory `/home/wearefam/src/mesa/mesa-git/src/gallium/drivers/softpipe'
Making distclean in winsys/radeon/drm
make[3]: Entering directory `/home/wearefam/src/mesa/mesa-git/src/gallium/winsys/radeon/drm'
rm -rf .libs _libs
test -z "libradeonwinsys.la" || rm -f libradeonwinsys.la
rm -f "./so_locations"
rm -f *.o
rm -f *.lo
rm -f *.tab.c
test -z "" || rm -f
test . = "." || test -z "" || rm -f
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
rm -rf ./.deps
rm -f Makefile
make[3]: Leaving directory `/home/wearefam/src/mesa/mesa-git/src/gallium/winsys/radeon/drm'
Making distclean in drivers/radeonsi
make[3]: Entering directory `/home/wearefam/src/mesa/mesa-git/src/gallium/drivers/radeonsi'
rm -rf .libs _libs
test -z "libradeonsi.la" || rm -f libradeonsi.la
rm -f "./so_locations"
rm -f *.o
rm -f *.lo
rm -f *.tab.c
test -z "" || rm -f
test . = "." || test -z "" || rm -f
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
rm -rf ./.deps
rm -f Makefile
make[3]: Leaving directory `/home/wearefam/src/mesa/mesa-git/src/gallium/drivers/radeonsi'
Making distclean in drivers/r600
make[3]: Entering directory `/home/wearefam/src/mesa/mesa-git/src/gallium/drivers/r600'
rm -rf .libs _libs
rm -rf sb/.libs sb/_libs
test -z "libr600.la" || rm -f libr600.la
rm -f "./so_locations"
rm -f *.o
rm -f sb/sb_bc_builder.o
rm -f sb/sb_bc_builder.lo
rm -f sb/sb_bc_decoder.o
rm -f sb/sb_bc_decoder.lo
rm -f sb/sb_bc_dump.o
rm -f sb/sb_bc_dump.lo
rm -f sb/sb_bc_finalize.o
rm -f sb/sb_bc_finalize.lo
rm -f sb/sb_bc_parser.o
rm -f sb/sb_bc_parser.lo
rm -f sb/sb_context.o
rm -f sb/sb_context.lo
rm -f sb/sb_core.o
rm -f sb/sb_core.lo
rm -f sb/sb_dce_cleanup.o
rm -f sb/sb_dce_cleanup.lo
rm -f sb/sb_def_use.o
rm -f sb/sb_def_use.lo
rm -f sb/sb_dump.o
rm -f sb/sb_dump.lo
rm -f sb/sb_expr.o
rm -f sb/sb_expr.lo
rm -f sb/sb_gcm.o
rm -f sb/sb_gcm.lo
rm -f sb/sb_gvn.o
rm -f sb/sb_gvn.lo
rm -f sb/sb_if_conversion.o
rm -f sb/sb_if_conversion.lo
rm -f sb/sb_ir.o
rm -f sb/sb_ir.lo
rm -f sb/sb_liveness.o
rm -f sb/sb_liveness.lo
rm -f sb/sb_pass.o
rm -f sb/sb_pass.lo
rm -f sb/sb_peephole.o
rm -f sb/sb_peephole.lo
rm -f sb/sb_psi_ops.o
rm -f sb/sb_psi_ops.lo
rm -f sb/sb_ra_checker.o
rm -f sb/sb_ra_checker.lo
rm -f sb/sb_ra_coalesce.o
rm -f sb/sb_ra_coalesce.lo
rm -f sb/sb_ra_init.o
rm -f sb/sb_ra_init.lo
rm -f sb/sb_sched.o
rm -f sb/sb_sched.lo
rm -f sb/sb_shader.o
rm -f sb/sb_shader.lo
rm -f sb/sb_ssa_builder.o
rm -f sb/sb_ssa_builder.lo
rm -f sb/sb_valtable.o
rm -f sb/sb_valtable.lo
rm -f *.lo
rm -f *.tab.c
test -z "" || rm -f
test . = "." || test -z "" || rm -f
rm -f sb/.deps/.dirstamp
rm -f sb/.dirstamp
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
rm -rf ./.deps sb/.deps
rm -f Makefile
make[3]: Leaving directory `/home/wearefam/src/mesa/mesa-git/src/gallium/drivers/r600'
Making distclean in drivers/radeon
make[3]: Entering directory `/home/wearefam/src/mesa/mesa-git/src/gallium/drivers/radeon'
rm -rf .libs _libs
test -z "libradeon.la" || rm -f libradeon.la
rm -f "./so_locations"
rm -f *.o
rm -f *.lo
rm -f *.tab.c
test -z "" || rm -f
test . = "." || test -z "" || rm -f
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
rm -rf ./.deps
rm -f Makefile
make[3]: Leaving directory `/home/wearefam/src/mesa/mesa-git/src/gallium/drivers/radeon'
Making distclean in drivers/r300
make[3]: Entering directory `/home/wearefam/src/mesa/mesa-git/src/gallium/drivers/r300'
rm -f r300_compiler_tests
rm -rf .libs _libs
rm -rf compiler/.libs compiler/_libs
test -z "libr300.la" || rm -f libr300.la
rm -f "./so_locations"
rm -f *.o
rm -f compiler/memory_pool.o
rm -f compiler/memory_pool.lo
rm -f compiler/r300_fragprog.o
rm -f compiler/r300_fragprog.lo
rm -f compiler/r300_fragprog_emit.o
rm -f compiler/r300_fragprog_emit.lo
rm -f compiler/r300_fragprog_swizzle.o
rm -f compiler/r300_fragprog_swizzle.lo
rm -f compiler/r3xx_fragprog.o
rm -f compiler/r3xx_fragprog.lo
rm -f compiler/r3xx_vertprog.o
rm -f compiler/r3xx_vertprog.lo
rm -f compiler/r3xx_vertprog_dump.o
rm -f compiler/r3xx_vertprog_dump.lo
rm -f compiler/r500_fragprog.o
rm -f compiler/r500_fragprog.lo
rm -f compiler/r500_fragprog_emit.o
rm -f compiler/r500_fragprog_emit.lo
rm -f compiler/radeon_code.o
rm -f compiler/radeon_code.lo
rm -f compiler/radeon_compiler.o
rm -f compiler/radeon_compiler.lo
rm -f compiler/radeon_compiler_util.o
rm -f compiler/radeon_compiler_util.lo
rm -f compiler/radeon_dataflow.o
rm -f compiler/radeon_dataflow.lo
rm -f compiler/radeon_dataflow_deadcode.o
rm -f compiler/radeon_dataflow_deadcode.lo
rm -f compiler/radeon_dataflow_swizzles.o
rm -f compiler/radeon_dataflow_swizzles.lo
rm -f compiler/radeon_emulate_branches.o
rm -f compiler/radeon_emulate_branches.lo
rm -f compiler/radeon_emulate_loops.o
rm -f compiler/radeon_emulate_loops.lo
rm -f compiler/radeon_inline_literals.o
rm -f compiler/radeon_inline_literals.lo
rm -f compiler/radeon_list.o
rm -f compiler/radeon_list.lo
rm -f compiler/radeon_opcodes.o
rm -f compiler/radeon_opcodes.lo
rm -f compiler/radeon_optimize.o
rm -f compiler/radeon_optimize.lo
rm -f compiler/radeon_pair_dead_sources.o
rm -f compiler/radeon_pair_dead_sources.lo
rm -f compiler/radeon_pair_regalloc.o
rm -f compiler/radeon_pair_regalloc.lo
rm -f compiler/radeon_pair_schedule.o
rm -f compiler/radeon_pair_schedule.lo
rm -f compiler/radeon_pair_translate.o
rm -f compiler/radeon_pair_translate.lo
rm -f compiler/radeon_program.o
rm -f compiler/radeon_program.lo
rm -f compiler/radeon_program_alu.o
rm -f compiler/radeon_program_alu.lo
rm -f compiler/radeon_program_pair.o
rm -f compiler/radeon_program_pair.lo
rm -f compiler/radeon_program_print.o
rm -f compiler/radeon_program_print.lo
rm -f compiler/radeon_program_tex.o
rm -f compiler/radeon_program_tex.lo
rm -f compiler/radeon_remove_constants.o
rm -f compiler/radeon_remove_constants.lo
rm -f compiler/radeon_rename_regs.o
rm -f compiler/radeon_rename_regs.lo
rm -f compiler/radeon_variable.o
rm -f compiler/radeon_variable.lo
rm -f compiler/radeon_vert_fc.o
rm -f compiler/radeon_vert_fc.lo
rm -f compiler/tests/r300_compiler_tests-r300_compiler_tests.o
rm -f compiler/tests/r300_compiler_tests-radeon_compiler_optimize_tests.o
rm -f compiler/tests/r300_compiler_tests-radeon_compiler_regalloc_tests.o
rm -f compiler/tests/r300_compiler_tests-radeon_compiler_util_tests.o
rm -f compiler/tests/r300_compiler_tests-rc_test_helpers.o
rm -f compiler/tests/r300_compiler_tests-unit_test.o
rm -f *.lo
rm -f *.tab.c
test -z "" || rm -f
test . = "." || test -z "" || rm -f
rm -f compiler/.deps/.dirstamp
rm -f compiler/.dirstamp
rm -f compiler/tests/.deps/.dirstamp
rm -f compiler/tests/.dirstamp
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
rm -rf ./.deps compiler/.deps compiler/tests/.deps
rm -f Makefile
make[3]: Leaving directory `/home/wearefam/src/mesa/mesa-git/src/gallium/drivers/r300'
Making distclean in winsys/svga/drm
make[3]: Entering directory `/home/wearefam/src/mesa/mesa-git/src/gallium/winsys/svga/drm'
rm -rf .libs _libs
test -z "libsvgadrm.la" || rm -f libsvgadrm.la
rm -f "./so_locations"
rm -f *.o
rm -f *.lo
rm -f *.tab.c
test -z "" || rm -f
test . = "." || test -z "" || rm -f
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
rm -rf ./.deps
rm -f Makefile
make[3]: Leaving directory `/home/wearefam/src/mesa/mesa-git/src/gallium/winsys/svga/drm'
Making distclean in drivers/svga
make[3]: Entering directory `/home/wearefam/src/mesa/mesa-git/src/gallium/drivers/svga'
rm -rf .libs _libs
rm -rf svgadump/.libs svgadump/_libs
test -z "libsvga.la" || rm -f libsvga.la
rm -f "./so_locations"
rm -f *.o
rm -f svgadump/svga_dump.o
rm -f svgadump/svga_dump.lo
rm -f svgadump/svga_shader_dump.o
rm -f svgadump/svga_shader_dump.lo
rm -f svgadump/svga_shader_op.o
rm -f svgadump/svga_shader_op.lo
rm -f *.lo
rm -f *.tab.c
test -z "" || rm -f
test . = "." || test -z "" || rm -f
rm -f svgadump/.deps/.dirstamp
rm -f svgadump/.dirstamp
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
rm -rf ./.deps svgadump/.deps
rm -f Makefile
make[3]: Leaving directory `/home/wearefam/src/mesa/mesa-git/src/gallium/drivers/svga'
Making distclean in winsys/nouveau/drm
make[3]: Entering directory `/home/wearefam/src/mesa/mesa-git/src/gallium/winsys/nouveau/drm'
rm -rf .libs _libs
test -z "libnouveaudrm.la" || rm -f libnouveaudrm.la
rm -f "./so_locations"
rm -f *.o
rm -f *.lo
rm -f *.tab.c
test -z "" || rm -f
test . = "." || test -z "" || rm -f
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
rm -rf ./.deps
rm -f Makefile
make[3]: Leaving directory `/home/wearefam/src/mesa/mesa-git/src/gallium/winsys/nouveau/drm'
Making distclean in drivers/nouveau
make[3]: Entering directory `/home/wearefam/src/mesa/mesa-git/src/gallium/drivers/nouveau'
rm -rf .libs _libs
rm -rf codegen/.libs codegen/_libs
rm -rf nv30/.libs nv30/_libs
rm -rf nv50/.libs nv50/_libs
rm -rf nvc0/.libs nvc0/_libs
test -z "libnouveau.la" || rm -f libnouveau.la
rm -f "./so_locations"
rm -f nouveau_compiler
rm -f *.o
rm -f codegen/nv50_ir.o
rm -f codegen/nv50_ir.lo
rm -f codegen/nv50_ir_bb.o
rm -f codegen/nv50_ir_bb.lo
rm -f codegen/nv50_ir_build_util.o
rm -f codegen/nv50_ir_build_util.lo
rm -f codegen/nv50_ir_emit_gk110.o
rm -f codegen/nv50_ir_emit_gk110.lo
rm -f codegen/nv50_ir_emit_gm107.o
rm -f codegen/nv50_ir_emit_gm107.lo
rm -f codegen/nv50_ir_emit_nv50.o
rm -f codegen/nv50_ir_emit_nv50.lo
rm -f codegen/nv50_ir_emit_nvc0.o
rm -f codegen/nv50_ir_emit_nvc0.lo
rm -f codegen/nv50_ir_from_tgsi.o
rm -f codegen/nv50_ir_from_tgsi.lo
rm -f codegen/nv50_ir_graph.o
rm -f codegen/nv50_ir_graph.lo
rm -f codegen/nv50_ir_lowering_gm107.o
rm -f codegen/nv50_ir_lowering_gm107.lo
rm -f codegen/nv50_ir_lowering_nv50.o
rm -f codegen/nv50_ir_lowering_nv50.lo
rm -f codegen/nv50_ir_lowering_nvc0.o
rm -f codegen/nv50_ir_lowering_nvc0.lo
rm -f codegen/nv50_ir_peephole.o
rm -f codegen/nv50_ir_peephole.lo
rm -f codegen/nv50_ir_print.o
rm -f codegen/nv50_ir_print.lo
rm -f codegen/nv50_ir_ra.o
rm -f codegen/nv50_ir_ra.lo
rm -f codegen/nv50_ir_ssa.o
rm -f codegen/nv50_ir_ssa.lo
rm -f codegen/nv50_ir_target.o
rm -f codegen/nv50_ir_target.lo
rm -f codegen/nv50_ir_target_gm107.o
rm -f codegen/nv50_ir_target_gm107.lo
rm -f codegen/nv50_ir_target_nv50.o
rm -f codegen/nv50_ir_target_nv50.lo
rm -f codegen/nv50_ir_target_nvc0.o
rm -f codegen/nv50_ir_target_nvc0.lo
rm -f codegen/nv50_ir_util.o
rm -f codegen/nv50_ir_util.lo
rm -f nv30/nv30_clear.o
rm -f nv30/nv30_clear.lo
rm -f nv30/nv30_context.o
rm -f nv30/nv30_context.lo
rm -f nv30/nv30_draw.o
rm -f nv30/nv30_draw.lo
rm -f nv30/nv30_format.o
rm -f nv30/nv30_format.lo
rm -f nv30/nv30_fragprog.o
rm -f nv30/nv30_fragprog.lo
rm -f nv30/nv30_fragtex.o
rm -f nv30/nv30_fragtex.lo
rm -f nv30/nv30_miptree.o
rm -f nv30/nv30_miptree.lo
rm -f nv30/nv30_push.o
rm -f nv30/nv30_push.lo
rm -f nv30/nv30_query.o
rm -f nv30/nv30_query.lo
rm -f nv30/nv30_resource.o
rm -f nv30/nv30_resource.lo
rm -f nv30/nv30_screen.o
rm -f nv30/nv30_screen.lo
rm -f nv30/nv30_state.o
rm -f nv30/nv30_state.lo
rm -f nv30/nv30_state_validate.o
rm -f nv30/nv30_state_validate.lo
rm -f nv30/nv30_texture.o
rm -f nv30/nv30_texture.lo
rm -f nv30/nv30_transfer.o
rm -f nv30/nv30_transfer.lo
rm -f nv30/nv30_vbo.o
rm -f nv30/nv30_vbo.lo
rm -f nv30/nv30_vertprog.o
rm -f nv30/nv30_vertprog.lo
rm -f nv30/nv40_verttex.o
rm -f nv30/nv40_verttex.lo
rm -f nv30/nvfx_fragprog.o
rm -f nv30/nvfx_fragprog.lo
rm -f nv30/nvfx_vertprog.o
rm -f nv30/nvfx_vertprog.lo
rm -f nv50/nv50_context.o
rm -f nv50/nv50_context.lo
rm -f nv50/nv50_formats.o
rm -f nv50/nv50_formats.lo
rm -f nv50/nv50_miptree.o
rm -f nv50/nv50_miptree.lo
rm -f nv50/nv50_program.o
rm -f nv50/nv50_program.lo
rm -f nv50/nv50_push.o
rm -f nv50/nv50_push.lo
rm -f nv50/nv50_query.o
rm -f nv50/nv50_query.lo
rm -f nv50/nv50_resource.o
rm -f nv50/nv50_resource.lo
rm -f nv50/nv50_screen.o
rm -f nv50/nv50_screen.lo
rm -f nv50/nv50_shader_state.o
rm -f nv50/nv50_shader_state.lo
rm -f nv50/nv50_state.o
rm -f nv50/nv50_state.lo
rm -f nv50/nv50_state_validate.o
rm -f nv50/nv50_state_validate.lo
rm -f nv50/nv50_surface.o
rm -f nv50/nv50_surface.lo
rm -f nv50/nv50_tex.o
rm -f nv50/nv50_tex.lo
rm -f nv50/nv50_transfer.o
rm -f nv50/nv50_transfer.lo
rm -f nv50/nv50_vbo.o
rm -f nv50/nv50_vbo.lo
rm -f nv50/nv84_video.o
rm -f nv50/nv84_video.lo
rm -f nv50/nv84_video_bsp.o
rm -f nv50/nv84_video_bsp.lo
rm -f nv50/nv84_video_vp.o
rm -f nv50/nv84_video_vp.lo
rm -f nv50/nv98_video.o
rm -f nv50/nv98_video.lo
rm -f nv50/nv98_video_bsp.o
rm -f nv50/nv98_video_bsp.lo
rm -f nv50/nv98_video_ppp.o
rm -f nv50/nv98_video_ppp.lo
rm -f nv50/nv98_video_vp.o
rm -f nv50/nv98_video_vp.lo
rm -f nvc0/nvc0_compute.o
rm -f nvc0/nvc0_compute.lo
rm -f nvc0/nvc0_context.o
rm -f nvc0/nvc0_context.lo
rm -f nvc0/nvc0_formats.o
rm -f nvc0/nvc0_formats.lo
rm -f nvc0/nvc0_miptree.o
rm -f nvc0/nvc0_miptree.lo
rm -f nvc0/nvc0_program.o
rm -f nvc0/nvc0_program.lo
rm -f nvc0/nvc0_query.o
rm -f nvc0/nvc0_query.lo
rm -f nvc0/nvc0_resource.o
rm -f nvc0/nvc0_resource.lo
rm -f nvc0/nvc0_screen.o
rm -f nvc0/nvc0_screen.lo
rm -f nvc0/nvc0_shader_state.o
rm -f nvc0/nvc0_shader_state.lo
rm -f nvc0/nvc0_state.o
rm -f nvc0/nvc0_state.lo
rm -f nvc0/nvc0_state_validate.o
rm -f nvc0/nvc0_state_validate.lo
rm -f nvc0/nvc0_surface.o
rm -f nvc0/nvc0_surface.lo
rm -f nvc0/nvc0_tex.o
rm -f nvc0/nvc0_tex.lo
rm -f nvc0/nvc0_transfer.o
rm -f nvc0/nvc0_transfer.lo
rm -f nvc0/nvc0_vbo.o
rm -f nvc0/nvc0_vbo.lo
rm -f nvc0/nvc0_vbo_translate.o
rm -f nvc0/nvc0_vbo_translate.lo
rm -f nvc0/nvc0_video.o
rm -f nvc0/nvc0_video.lo
rm -f nvc0/nvc0_video_bsp.o
rm -f nvc0/nvc0_video_bsp.lo
rm -f nvc0/nvc0_video_ppp.o
rm -f nvc0/nvc0_video_ppp.lo
rm -f nvc0/nvc0_video_vp.o
rm -f nvc0/nvc0_video_vp.lo
rm -f nvc0/nve4_compute.o
rm -f nvc0/nve4_compute.lo
rm -f *.lo
rm -f *.tab.c
test -z "" || rm -f
test . = "." || test -z "" || rm -f
rm -f codegen/.deps/.dirstamp
rm -f codegen/.dirstamp
rm -f nv30/.deps/.dirstamp
rm -f nv30/.dirstamp
rm -f nv50/.deps/.dirstamp
rm -f nv50/.dirstamp
rm -f nvc0/.deps/.dirstamp
rm -f nvc0/.dirstamp
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
rm -rf ./.deps codegen/.deps nv30/.deps nv50/.deps nvc0/.deps
rm -f Makefile
make[3]: Leaving directory `/home/wearefam/src/mesa/mesa-git/src/gallium/drivers/nouveau'
Making distclean in winsys/intel/drm
make[3]: Entering directory `/home/wearefam/src/mesa/mesa-git/src/gallium/winsys/intel/drm'
rm -rf .libs _libs
test -z "libintelwinsys.la" || rm -f libintelwinsys.la
rm -f "./so_locations"
rm -f *.o
rm -f *.lo
rm -f *.tab.c
test -z "" || rm -f
test . = "." || test -z "" || rm -f
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
rm -rf ./.deps
rm -f Makefile
make[3]: Leaving directory `/home/wearefam/src/mesa/mesa-git/src/gallium/winsys/intel/drm'
Making distclean in drivers/ilo
make[3]: Entering directory `/home/wearefam/src/mesa/mesa-git/src/gallium/drivers/ilo'
rm -rf .libs _libs
rm -rf core/.libs core/_libs
rm -rf shader/.libs shader/_libs
test -z "libilo.la" || rm -f libilo.la
rm -f "./so_locations"
rm -f *.o
rm -f core/ilo_builder.o
rm -f core/ilo_builder.lo
rm -f core/ilo_builder_decode.o
rm -f core/ilo_builder_decode.lo
rm -f core/ilo_debug.o
rm -f core/ilo_debug.lo
rm -f core/ilo_dev.o
rm -f core/ilo_dev.lo
rm -f core/ilo_format.o
rm -f core/ilo_format.lo
rm -f core/ilo_image.o
rm -f core/ilo_image.lo
rm -f core/ilo_state_3d_bottom.o
rm -f core/ilo_state_3d_bottom.lo
rm -f core/ilo_state_3d_top.o
rm -f core/ilo_state_3d_top.lo
rm -f shader/ilo_shader_cs.o
rm -f shader/ilo_shader_cs.lo
rm -f shader/ilo_shader_fs.o
rm -f shader/ilo_shader_fs.lo
rm -f shader/ilo_shader_gs.o
rm -f shader/ilo_shader_gs.lo
rm -f shader/ilo_shader_vs.o
rm -f shader/ilo_shader_vs.lo
rm -f shader/toy_compiler.o
rm -f shader/toy_compiler.lo
rm -f shader/toy_compiler_asm.o
rm -f shader/toy_compiler_asm.lo
rm -f shader/toy_compiler_disasm.o
rm -f shader/toy_compiler_disasm.lo
rm -f shader/toy_legalize.o
rm -f shader/toy_legalize.lo
rm -f shader/toy_legalize_ra.o
rm -f shader/toy_legalize_ra.lo
rm -f shader/toy_optimize.o
rm -f shader/toy_optimize.lo
rm -f shader/toy_tgsi.o
rm -f shader/toy_tgsi.lo
rm -f *.lo
rm -f *.tab.c
test -z "" || rm -f
test . = "." || test -z "" || rm -f
rm -f core/.deps/.dirstamp
rm -f core/.dirstamp
rm -f shader/.deps/.dirstamp
rm -f shader/.dirstamp
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
rm -rf ./.deps core/.deps shader/.deps
rm -f Makefile
make[3]: Leaving directory `/home/wearefam/src/mesa/mesa-git/src/gallium/drivers/ilo'
Making distclean in winsys/i915/drm
make[3]: Entering directory `/home/wearefam/src/mesa/mesa-git/src/gallium/winsys/i915/drm'
rm -rf .libs _libs
test -z "libi915drm.la" || rm -f libi915drm.la
rm -f "./so_locations"
rm -f *.o
rm -f *.lo
rm -f *.tab.c
test -z "" || rm -f
test . = "." || test -z "" || rm -f
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
rm -rf ./.deps
rm -f Makefile
make[3]: Leaving directory `/home/wearefam/src/mesa/mesa-git/src/gallium/winsys/i915/drm'
Making distclean in drivers/i915
make[3]: Entering directory `/home/wearefam/src/mesa/mesa-git/src/gallium/drivers/i915'
rm -rf .libs _libs
test -z "libi915.la" || rm -f libi915.la
rm -f "./so_locations"
rm -f *.o
rm -f *.lo
rm -f *.tab.c
test -z "" || rm -f
test . = "." || test -z "" || rm -f
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
rm -rf ./.deps
rm -f Makefile
make[3]: Leaving directory `/home/wearefam/src/mesa/mesa-git/src/gallium/drivers/i915'
Making distclean in winsys/freedreno/drm
make[3]: Entering directory `/home/wearefam/src/mesa/mesa-git/src/gallium/winsys/freedreno/drm'
rm -rf .libs _libs
test -z "libfreedrenodrm.la" || rm -f libfreedrenodrm.la
rm -f "./so_locations"
rm -f *.o
rm -f *.lo
rm -f *.tab.c
test -z "" || rm -f
test . = "." || test -z "" || rm -f
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
rm -rf ./.deps
rm -f Makefile
make[3]: Leaving directory `/home/wearefam/src/mesa/mesa-git/src/gallium/winsys/freedreno/drm'
Making distclean in drivers/freedreno
make[3]: Entering directory `/home/wearefam/src/mesa/mesa-git/src/gallium/drivers/freedreno'
rm -rf .libs _libs
rm -rf a2xx/.libs a2xx/_libs
rm -rf a3xx/.libs a3xx/_libs
rm -rf a4xx/.libs a4xx/_libs
rm -rf ir3/.libs ir3/_libs
test -z "libfreedreno.la" || rm -f libfreedreno.la
rm -f "./so_locations"
rm -f ir3_compiler
rm -f *.o
rm -f a2xx/disasm-a2xx.o
rm -f a2xx/disasm-a2xx.lo
rm -f a2xx/fd2_blend.o
rm -f a2xx/fd2_blend.lo
rm -f a2xx/fd2_compiler.o
rm -f a2xx/fd2_compiler.lo
rm -f a2xx/fd2_context.o
rm -f a2xx/fd2_context.lo
rm -f a2xx/fd2_draw.o
rm -f a2xx/fd2_draw.lo
rm -f a2xx/fd2_emit.o
rm -f a2xx/fd2_emit.lo
rm -f a2xx/fd2_gmem.o
rm -f a2xx/fd2_gmem.lo
rm -f a2xx/fd2_program.o
rm -f a2xx/fd2_program.lo
rm -f a2xx/fd2_rasterizer.o
rm -f a2xx/fd2_rasterizer.lo
rm -f a2xx/fd2_screen.o
rm -f a2xx/fd2_screen.lo
rm -f a2xx/fd2_texture.o
rm -f a2xx/fd2_texture.lo
rm -f a2xx/fd2_util.o
rm -f a2xx/fd2_util.lo
rm -f a2xx/fd2_zsa.o
rm -f a2xx/fd2_zsa.lo
rm -f a2xx/ir-a2xx.o
rm -f a2xx/ir-a2xx.lo
rm -f a3xx/fd3_blend.o
rm -f a3xx/fd3_blend.lo
rm -f a3xx/fd3_context.o
rm -f a3xx/fd3_context.lo
rm -f a3xx/fd3_draw.o
rm -f a3xx/fd3_draw.lo
rm -f a3xx/fd3_emit.o
rm -f a3xx/fd3_emit.lo
rm -f a3xx/fd3_format.o
rm -f a3xx/fd3_format.lo
rm -f a3xx/fd3_gmem.o
rm -f a3xx/fd3_gmem.lo
rm -f a3xx/fd3_program.o
rm -f a3xx/fd3_program.lo
rm -f a3xx/fd3_query.o
rm -f a3xx/fd3_query.lo
rm -f a3xx/fd3_rasterizer.o
rm -f a3xx/fd3_rasterizer.lo
rm -f a3xx/fd3_screen.o
rm -f a3xx/fd3_screen.lo
rm -f a3xx/fd3_texture.o
rm -f a3xx/fd3_texture.lo
rm -f a3xx/fd3_zsa.o
rm -f a3xx/fd3_zsa.lo
rm -f a4xx/fd4_blend.o
rm -f a4xx/fd4_blend.lo
rm -f a4xx/fd4_context.o
rm -f a4xx/fd4_context.lo
rm -f a4xx/fd4_draw.o
rm -f a4xx/fd4_draw.lo
rm -f a4xx/fd4_emit.o
rm -f a4xx/fd4_emit.lo
rm -f a4xx/fd4_format.o
rm -f a4xx/fd4_format.lo
rm -f a4xx/fd4_gmem.o
rm -f a4xx/fd4_gmem.lo
rm -f a4xx/fd4_program.o
rm -f a4xx/fd4_program.lo
rm -f a4xx/fd4_query.o
rm -f a4xx/fd4_query.lo
rm -f a4xx/fd4_rasterizer.o
rm -f a4xx/fd4_rasterizer.lo
rm -f a4xx/fd4_screen.o
rm -f a4xx/fd4_screen.lo
rm -f a4xx/fd4_texture.o
rm -f a4xx/fd4_texture.lo
rm -f a4xx/fd4_zsa.o
rm -f a4xx/fd4_zsa.lo
rm -f ir3/disasm-a3xx.o
rm -f ir3/disasm-a3xx.lo
rm -f ir3/ir3.o
rm -f ir3/ir3.lo
rm -f ir3/ir3_cmdline.o
rm -f ir3/ir3_compiler.o
rm -f ir3/ir3_compiler.lo
rm -f ir3/ir3_compiler_nir.o
rm -f ir3/ir3_compiler_nir.lo
rm -f ir3/ir3_cp.o
rm -f ir3/ir3_cp.lo
rm -f ir3/ir3_depth.o
rm -f ir3/ir3_depth.lo
rm -f ir3/ir3_dump.o
rm -f ir3/ir3_dump.lo
rm -f ir3/ir3_flatten.o
rm -f ir3/ir3_flatten.lo
rm -f ir3/ir3_group.o
rm -f ir3/ir3_group.lo
rm -f ir3/ir3_legalize.o
rm -f ir3/ir3_legalize.lo
rm -f ir3/ir3_nir_lower_if_else.o
rm -f ir3/ir3_nir_lower_if_else.lo
rm -f ir3/ir3_ra.o
rm -f ir3/ir3_ra.lo
rm -f ir3/ir3_sched.o
rm -f ir3/ir3_sched.lo
rm -f ir3/ir3_shader.o
rm -f ir3/ir3_shader.lo
rm -f *.lo
rm -f *.tab.c
test -z "" || rm -f
test . = "." || test -z "" || rm -f
rm -f a2xx/.deps/.dirstamp
rm -f a2xx/.dirstamp
rm -f a3xx/.deps/.dirstamp
rm -f a3xx/.dirstamp
rm -f a4xx/.deps/.dirstamp
rm -f a4xx/.dirstamp
rm -f ir3/.deps/.dirstamp
rm -f ir3/.dirstamp
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
rm -rf ./.deps a2xx/.deps a3xx/.deps a4xx/.deps ir3/.deps
rm -f Makefile
make[3]: Leaving directory `/home/wearefam/src/mesa/mesa-git/src/gallium/drivers/freedreno'
Making distclean in drivers/rbug
make[3]: Entering directory `/home/wearefam/src/mesa/mesa-git/src/gallium/drivers/rbug'
rm -rf .libs _libs
test -z "librbug.la" || rm -f librbug.la
rm -f "./so_locations"
rm -f *.o
rm -f *.lo
rm -f *.tab.c
test -z "" || rm -f
test . = "." || test -z "" || rm -f
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
rm -rf ./.deps
rm -f Makefile
make[3]: Leaving directory `/home/wearefam/src/mesa/mesa-git/src/gallium/drivers/rbug'
Making distclean in drivers/trace
make[3]: Entering directory `/home/wearefam/src/mesa/mesa-git/src/gallium/drivers/trace'
rm -rf .libs _libs
test -z "libtrace.la" || rm -f libtrace.la
rm -f "./so_locations"
rm -f *.o
rm -f *.lo
rm -f *.tab.c
test -z "" || rm -f
test . = "." || test -z "" || rm -f
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
rm -rf ./.deps
rm -f Makefile
make[3]: Leaving directory `/home/wearefam/src/mesa/mesa-git/src/gallium/drivers/trace'
Making distclean in drivers/noop
make[3]: Entering directory `/home/wearefam/src/mesa/mesa-git/src/gallium/drivers/noop'
rm -rf .libs _libs
test -z "libnoop.la" || rm -f libnoop.la
rm -f "./so_locations"
rm -f *.o
rm -f *.lo
rm -f *.tab.c
test -z "" || rm -f
test . = "." || test -z "" || rm -f
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
rm -rf ./.deps
rm -f Makefile
make[3]: Leaving directory `/home/wearefam/src/mesa/mesa-git/src/gallium/drivers/noop'
Making distclean in auxiliary
make[3]: Entering directory `/home/wearefam/src/mesa/mesa-git/src/gallium/auxiliary'
Making distclean in pipe-loader
make[4]: Entering directory `/home/wearefam/src/mesa/mesa-git/src/gallium/auxiliary/pipe-loader'
rm -rf .libs _libs
test -z "libpipe_loader.la libpipe_loader_client.la" || rm -f libpipe_loader.la libpipe_loader_client.la
rm -f "./so_locations"
rm -f "./so_locations"
rm -f *.o
rm -f *.lo
rm -f *.tab.c
test -z "" || rm -f
test . = "." || test -z "" || rm -f
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
rm -rf ./.deps
rm -f Makefile
make[4]: Leaving directory `/home/wearefam/src/mesa/mesa-git/src/gallium/auxiliary/pipe-loader'
Making distclean in .
make[4]: Entering directory `/home/wearefam/src/mesa/mesa-git/src/gallium/auxiliary'
rm -rf .libs _libs
rm -rf cso_cache/.libs cso_cache/_libs
rm -rf draw/.libs draw/_libs
rm -rf gallivm/.libs gallivm/_libs
rm -rf hud/.libs hud/_libs
rm -rf indices/.libs indices/_libs
rm -rf nir/.libs nir/_libs
rm -rf os/.libs os/_libs
rm -rf pipebuffer/.libs pipebuffer/_libs
rm -rf postprocess/.libs postprocess/_libs
rm -rf rbug/.libs rbug/_libs
rm -rf rtasm/.libs rtasm/_libs
rm -rf tgsi/.libs tgsi/_libs
rm -rf translate/.libs translate/_libs
rm -rf util/.libs util/_libs
rm -rf vl/.libs vl/_libs
test -z "libgallium.la libgalliumvl_stub.la libgalliumvl.la " || rm -f libgallium.la libgalliumvl_stub.la libgalliumvl.la
rm -f "./so_locations"
rm -f "./so_locations"
rm -f "./so_locations"
rm -f *.o
rm -f cso_cache/cso_cache.o
rm -f cso_cache/cso_cache.lo
rm -f cso_cache/cso_context.o
rm -f cso_cache/cso_context.lo
rm -f cso_cache/cso_hash.o
rm -f cso_cache/cso_hash.lo
rm -f draw/draw_context.o
rm -f draw/draw_context.lo
rm -f draw/draw_fs.o
rm -f draw/draw_fs.lo
rm -f draw/draw_gs.o
rm -f draw/draw_gs.lo
rm -f draw/draw_llvm.o
rm -f draw/draw_llvm.lo
rm -f draw/draw_llvm_sample.o
rm -f draw/draw_llvm_sample.lo
rm -f draw/draw_pipe.o
rm -f draw/draw_pipe.lo
rm -f draw/draw_pipe_aaline.o
rm -f draw/draw_pipe_aaline.lo
rm -f draw/draw_pipe_aapoint.o
rm -f draw/draw_pipe_aapoint.lo
rm -f draw/draw_pipe_clip.o
rm -f draw/draw_pipe_clip.lo
rm -f draw/draw_pipe_cull.o
rm -f draw/draw_pipe_cull.lo
rm -f draw/draw_pipe_flatshade.o
rm -f draw/draw_pipe_flatshade.lo
rm -f draw/draw_pipe_offset.o
rm -f draw/draw_pipe_offset.lo
rm -f draw/draw_pipe_pstipple.o
rm -f draw/draw_pipe_pstipple.lo
rm -f draw/draw_pipe_stipple.o
rm -f draw/draw_pipe_stipple.lo
rm -f draw/draw_pipe_twoside.o
rm -f draw/draw_pipe_twoside.lo
rm -f draw/draw_pipe_unfilled.o
rm -f draw/draw_pipe_unfilled.lo
rm -f draw/draw_pipe_util.o
rm -f draw/draw_pipe_util.lo
rm -f draw/draw_pipe_validate.o
rm -f draw/draw_pipe_validate.lo
rm -f draw/draw_pipe_vbuf.o
rm -f draw/draw_pipe_vbuf.lo
rm -f draw/draw_pipe_wide_line.o
rm -f draw/draw_pipe_wide_line.lo
rm -f draw/draw_pipe_wide_point.o
rm -f draw/draw_pipe_wide_point.lo
rm -f draw/draw_prim_assembler.o
rm -f draw/draw_prim_assembler.lo
rm -f draw/draw_pt.o
rm -f draw/draw_pt.lo
rm -f draw/draw_pt_emit.o
rm -f draw/draw_pt_emit.lo
rm -f draw/draw_pt_fetch.o
rm -f draw/draw_pt_fetch.lo
rm -f draw/draw_pt_fetch_emit.o
rm -f draw/draw_pt_fetch_emit.lo
rm -f draw/draw_pt_fetch_shade_emit.o
rm -f draw/draw_pt_fetch_shade_emit.lo
rm -f draw/draw_pt_fetch_shade_pipeline.o
rm -f draw/draw_pt_fetch_shade_pipeline.lo
rm -f draw/draw_pt_fetch_shade_pipeline_llvm.o
rm -f draw/draw_pt_fetch_shade_pipeline_llvm.lo
rm -f draw/draw_pt_post_vs.o
rm -f draw/draw_pt_post_vs.lo
rm -f draw/draw_pt_so_emit.o
rm -f draw/draw_pt_so_emit.lo
rm -f draw/draw_pt_util.o
rm -f draw/draw_pt_util.lo
rm -f draw/draw_pt_vsplit.o
rm -f draw/draw_pt_vsplit.lo
rm -f draw/draw_vertex.o
rm -f draw/draw_vertex.lo
rm -f draw/draw_vs.o
rm -f draw/draw_vs.lo
rm -f draw/draw_vs_exec.o
rm -f draw/draw_vs_exec.lo
rm -f draw/draw_vs_llvm.o
rm -f draw/draw_vs_llvm.lo
rm -f draw/draw_vs_variant.o
rm -f draw/draw_vs_variant.lo
rm -f gallivm/lp_bld_arit.o
rm -f gallivm/lp_bld_arit.lo
rm -f gallivm/lp_bld_arit_overflow.o
rm -f gallivm/lp_bld_arit_overflow.lo
rm -f gallivm/lp_bld_assert.o
rm -f gallivm/lp_bld_assert.lo
rm -f gallivm/lp_bld_bitarit.o
rm -f gallivm/lp_bld_bitarit.lo
rm -f gallivm/lp_bld_const.o
rm -f gallivm/lp_bld_const.lo
rm -f gallivm/lp_bld_conv.o
rm -f gallivm/lp_bld_conv.lo
rm -f gallivm/lp_bld_debug.o
rm -f gallivm/lp_bld_debug.lo
rm -f gallivm/lp_bld_flow.o
rm -f gallivm/lp_bld_flow.lo
rm -f gallivm/lp_bld_format_aos.o
rm -f gallivm/lp_bld_format_aos.lo
rm -f gallivm/lp_bld_format_aos_array.o
rm -f gallivm/lp_bld_format_aos_array.lo
rm -f gallivm/lp_bld_format_float.o
rm -f gallivm/lp_bld_format_float.lo
rm -f gallivm/lp_bld_format_soa.o
rm -f gallivm/lp_bld_format_soa.lo
rm -f gallivm/lp_bld_format_srgb.o
rm -f gallivm/lp_bld_format_srgb.lo
rm -f gallivm/lp_bld_format_yuv.o
rm -f gallivm/lp_bld_format_yuv.lo
rm -f gallivm/lp_bld_gather.o
rm -f gallivm/lp_bld_gather.lo
rm -f gallivm/lp_bld_init.o
rm -f gallivm/lp_bld_init.lo
rm -f gallivm/lp_bld_intr.o
rm -f gallivm/lp_bld_intr.lo
rm -f gallivm/lp_bld_logic.o
rm -f gallivm/lp_bld_logic.lo
rm -f gallivm/lp_bld_misc.o
rm -f gallivm/lp_bld_misc.lo
rm -f gallivm/lp_bld_pack.o
rm -f gallivm/lp_bld_pack.lo
rm -f gallivm/lp_bld_printf.o
rm -f gallivm/lp_bld_printf.lo
rm -f gallivm/lp_bld_quad.o
rm -f gallivm/lp_bld_quad.lo
rm -f gallivm/lp_bld_sample.o
rm -f gallivm/lp_bld_sample.lo
rm -f gallivm/lp_bld_sample_aos.o
rm -f gallivm/lp_bld_sample_aos.lo
rm -f gallivm/lp_bld_sample_soa.o
rm -f gallivm/lp_bld_sample_soa.lo
rm -f gallivm/lp_bld_struct.o
rm -f gallivm/lp_bld_struct.lo
rm -f gallivm/lp_bld_swizzle.o
rm -f gallivm/lp_bld_swizzle.lo
rm -f gallivm/lp_bld_tgsi.o
rm -f gallivm/lp_bld_tgsi.lo
rm -f gallivm/lp_bld_tgsi_action.o
rm -f gallivm/lp_bld_tgsi_action.lo
rm -f gallivm/lp_bld_tgsi_aos.o
rm -f gallivm/lp_bld_tgsi_aos.lo
rm -f gallivm/lp_bld_tgsi_info.o
rm -f gallivm/lp_bld_tgsi_info.lo
rm -f gallivm/lp_bld_tgsi_soa.o
rm -f gallivm/lp_bld_tgsi_soa.lo
rm -f gallivm/lp_bld_type.o
rm -f gallivm/lp_bld_type.lo
rm -f hud/font.o
rm -f hud/font.lo
rm -f hud/hud_context.o
rm -f hud/hud_context.lo
rm -f hud/hud_cpu.o
rm -f hud/hud_cpu.lo
rm -f hud/hud_driver_query.o
rm -f hud/hud_driver_query.lo
rm -f hud/hud_fps.o
rm -f hud/hud_fps.lo
rm -f indices/u_indices_gen.o
rm -f indices/u_indices_gen.lo
rm -f indices/u_primconvert.o
rm -f indices/u_primconvert.lo
rm -f indices/u_unfilled_gen.o
rm -f indices/u_unfilled_gen.lo
rm -f nir/tgsi_to_nir.o
rm -f nir/tgsi_to_nir.lo
rm -f os/os_misc.o
rm -f os/os_misc.lo
rm -f os/os_process.o
rm -f os/os_process.lo
rm -f os/os_time.o
rm -f os/os_time.lo
rm -f pipebuffer/pb_buffer_fenced.o
rm -f pipebuffer/pb_buffer_fenced.lo
rm -f pipebuffer/pb_buffer_malloc.o
rm -f pipebuffer/pb_buffer_malloc.lo
rm -f pipebuffer/pb_bufmgr_alt.o
rm -f pipebuffer/pb_bufmgr_alt.lo
rm -f pipebuffer/pb_bufmgr_cache.o
rm -f pipebuffer/pb_bufmgr_cache.lo
rm -f pipebuffer/pb_bufmgr_debug.o
rm -f pipebuffer/pb_bufmgr_debug.lo
rm -f pipebuffer/pb_bufmgr_mm.o
rm -f pipebuffer/pb_bufmgr_mm.lo
rm -f pipebuffer/pb_bufmgr_ondemand.o
rm -f pipebuffer/pb_bufmgr_ondemand.lo
rm -f pipebuffer/pb_bufmgr_pool.o
rm -f pipebuffer/pb_bufmgr_pool.lo
rm -f pipebuffer/pb_bufmgr_slab.o
rm -f pipebuffer/pb_bufmgr_slab.lo
rm -f pipebuffer/pb_validate.o
rm -f pipebuffer/pb_validate.lo
rm -f postprocess/pp_celshade.o
rm -f postprocess/pp_celshade.lo
rm -f postprocess/pp_colors.o
rm -f postprocess/pp_colors.lo
rm -f postprocess/pp_init.o
rm -f postprocess/pp_init.lo
rm -f postprocess/pp_mlaa.o
rm -f postprocess/pp_mlaa.lo
rm -f postprocess/pp_program.o
rm -f postprocess/pp_program.lo
rm -f postprocess/pp_run.o
rm -f postprocess/pp_run.lo
rm -f rbug/rbug_connection.o
rm -f rbug/rbug_connection.lo
rm -f rbug/rbug_context.o
rm -f rbug/rbug_context.lo
rm -f rbug/rbug_core.o
rm -f rbug/rbug_core.lo
rm -f rbug/rbug_demarshal.o
rm -f rbug/rbug_demarshal.lo
rm -f rbug/rbug_shader.o
rm -f rbug/rbug_shader.lo
rm -f rbug/rbug_texture.o
rm -f rbug/rbug_texture.lo
rm -f rtasm/rtasm_cpu.o
rm -f rtasm/rtasm_cpu.lo
rm -f rtasm/rtasm_execmem.o
rm -f rtasm/rtasm_execmem.lo
rm -f rtasm/rtasm_x86sse.o
rm -f rtasm/rtasm_x86sse.lo
rm -f tgsi/tgsi_build.o
rm -f tgsi/tgsi_build.lo
rm -f tgsi/tgsi_dump.o
rm -f tgsi/tgsi_dump.lo
rm -f tgsi/tgsi_exec.o
rm -f tgsi/tgsi_exec.lo
rm -f tgsi/tgsi_info.o
rm -f tgsi/tgsi_info.lo
rm -f tgsi/tgsi_iterate.o
rm -f tgsi/tgsi_iterate.lo
rm -f tgsi/tgsi_lowering.o
rm -f tgsi/tgsi_lowering.lo
rm -f tgsi/tgsi_parse.o
rm -f tgsi/tgsi_parse.lo
rm -f tgsi/tgsi_sanity.o
rm -f tgsi/tgsi_sanity.lo
rm -f tgsi/tgsi_scan.o
rm -f tgsi/tgsi_scan.lo
rm -f tgsi/tgsi_strings.o
rm -f tgsi/tgsi_strings.lo
rm -f tgsi/tgsi_text.o
rm -f tgsi/tgsi_text.lo
rm -f tgsi/tgsi_transform.o
rm -f tgsi/tgsi_transform.lo
rm -f tgsi/tgsi_ureg.o
rm -f tgsi/tgsi_ureg.lo
rm -f tgsi/tgsi_util.o
rm -f tgsi/tgsi_util.lo
rm -f translate/translate.o
rm -f translate/translate.lo
rm -f translate/translate_cache.o
rm -f translate/translate_cache.lo
rm -f translate/translate_generic.o
rm -f translate/translate_generic.lo
rm -f translate/translate_sse.o
rm -f translate/translate_sse.lo
rm -f util/u_bitmask.o
rm -f util/u_bitmask.lo
rm -f util/u_blit.o
rm -f util/u_blit.lo
rm -f util/u_blitter.o
rm -f util/u_blitter.lo
rm -f util/u_cache.o
rm -f util/u_cache.lo
rm -f util/u_caps.o
rm -f util/u_caps.lo
rm -f util/u_cpu_detect.o
rm -f util/u_cpu_detect.lo
rm -f util/u_debug.o
rm -f util/u_debug.lo
rm -f util/u_debug_describe.o
rm -f util/u_debug_describe.lo
rm -f util/u_debug_flush.o
rm -f util/u_debug_flush.lo
rm -f util/u_debug_memory.o
rm -f util/u_debug_memory.lo
rm -f util/u_debug_refcnt.o
rm -f util/u_debug_refcnt.lo
rm -f util/u_debug_stack.o
rm -f util/u_debug_stack.lo
rm -f util/u_debug_symbol.o
rm -f util/u_debug_symbol.lo
rm -f util/u_dl.o
rm -f util/u_dl.lo
rm -f util/u_draw.o
rm -f util/u_draw.lo
rm -f util/u_draw_quad.o
rm -f util/u_draw_quad.lo
rm -f util/u_dump_defines.o
rm -f util/u_dump_defines.lo
rm -f util/u_dump_state.o
rm -f util/u_dump_state.lo
rm -f util/u_format.o
rm -f util/u_format.lo
rm -f util/u_format_etc.o
rm -f util/u_format_etc.lo
rm -f util/u_format_fake.o
rm -f util/u_format_fake.lo
rm -f util/u_format_latc.o
rm -f util/u_format_latc.lo
rm -f util/u_format_other.o
rm -f util/u_format_other.lo
rm -f util/u_format_rgtc.o
rm -f util/u_format_rgtc.lo
rm -f util/u_format_s3tc.o
rm -f util/u_format_s3tc.lo
rm -f util/u_format_table.o
rm -f util/u_format_table.lo
rm -f util/u_format_tests.o
rm -f util/u_format_tests.lo
rm -f util/u_format_yuv.o
rm -f util/u_format_yuv.lo
rm -f util/u_format_zs.o
rm -f util/u_format_zs.lo
rm -f util/u_framebuffer.o
rm -f util/u_framebuffer.lo
rm -f util/u_gen_mipmap.o
rm -f util/u_gen_mipmap.lo
rm -f util/u_handle_table.o
rm -f util/u_handle_table.lo
rm -f util/u_hash.o
rm -f util/u_hash.lo
rm -f util/u_hash_table.o
rm -f util/u_hash_table.lo
rm -f util/u_helpers.o
rm -f util/u_helpers.lo
rm -f util/u_index_modify.o
rm -f util/u_index_modify.lo
rm -f util/u_keymap.o
rm -f util/u_keymap.lo
rm -f util/u_linear.o
rm -f util/u_linear.lo
rm -f util/u_math.o
rm -f util/u_math.lo
rm -f util/u_mm.o
rm -f util/u_mm.lo
rm -f util/u_network.o
rm -f util/u_network.lo
rm -f util/u_pstipple.o
rm -f util/u_pstipple.lo
rm -f util/u_resource.o
rm -f util/u_resource.lo
rm -f util/u_ringbuffer.o
rm -f util/u_ringbuffer.lo
rm -f util/u_sampler.o
rm -f util/u_sampler.lo
rm -f util/u_simple_shaders.o
rm -f util/u_simple_shaders.lo
rm -f util/u_slab.o
rm -f util/u_slab.lo
rm -f util/u_snprintf.o
rm -f util/u_snprintf.lo
rm -f util/u_staging.o
rm -f util/u_staging.lo
rm -f util/u_suballoc.o
rm -f util/u_suballoc.lo
rm -f util/u_surface.o
rm -f util/u_surface.lo
rm -f util/u_surfaces.o
rm -f util/u_surfaces.lo
rm -f util/u_tests.o
rm -f util/u_tests.lo
rm -f util/u_texture.o
rm -f util/u_texture.lo
rm -f util/u_tile.o
rm -f util/u_tile.lo
rm -f util/u_transfer.o
rm -f util/u_transfer.lo
rm -f util/u_upload_mgr.o
rm -f util/u_upload_mgr.lo
rm -f util/u_vbuf.o
rm -f util/u_vbuf.lo
rm -f vl/libgalliumvl_la-vl_compositor.o
rm -f vl/libgalliumvl_la-vl_compositor.lo
rm -f vl/libgalliumvl_la-vl_csc.o
rm -f vl/libgalliumvl_la-vl_csc.lo
rm -f vl/libgalliumvl_la-vl_decoder.o
rm -f vl/libgalliumvl_la-vl_decoder.lo
rm -f vl/libgalliumvl_la-vl_deint_filter.o
rm -f vl/libgalliumvl_la-vl_deint_filter.lo
rm -f vl/libgalliumvl_la-vl_idct.o
rm -f vl/libgalliumvl_la-vl_idct.lo
rm -f vl/libgalliumvl_la-vl_matrix_filter.o
rm -f vl/libgalliumvl_la-vl_matrix_filter.lo
rm -f vl/libgalliumvl_la-vl_mc.o
rm -f vl/libgalliumvl_la-vl_mc.lo
rm -f vl/libgalliumvl_la-vl_median_filter.o
rm -f vl/libgalliumvl_la-vl_median_filter.lo
rm -f vl/libgalliumvl_la-vl_mpeg12_bitstream.o
rm -f vl/libgalliumvl_la-vl_mpeg12_bitstream.lo
rm -f vl/libgalliumvl_la-vl_mpeg12_decoder.o
rm -f vl/libgalliumvl_la-vl_mpeg12_decoder.lo
rm -f vl/libgalliumvl_la-vl_vertex_buffers.o
rm -f vl/libgalliumvl_la-vl_vertex_buffers.lo
rm -f vl/libgalliumvl_la-vl_video_buffer.o
rm -f vl/libgalliumvl_la-vl_video_buffer.lo
rm -f vl/libgalliumvl_la-vl_zscan.o
rm -f vl/libgalliumvl_la-vl_zscan.lo
rm -f vl/libgalliumvlwinsys_la-vl_winsys_dri.o
rm -f vl/libgalliumvlwinsys_la-vl_winsys_dri.lo
rm -f vl/vl_stubs.o
rm -f vl/vl_stubs.lo
rm -f *.lo
rm -f *.tab.c
test -z "" || rm -f
test . = "." || test -z "" || rm -f
rm -f cso_cache/.deps/.dirstamp
rm -f cso_cache/.dirstamp
rm -f draw/.deps/.dirstamp
rm -f draw/.dirstamp
rm -f gallivm/.deps/.dirstamp
rm -f gallivm/.dirstamp
rm -f hud/.deps/.dirstamp
rm -f hud/.dirstamp
rm -f indices/.deps/.dirstamp
rm -f indices/.dirstamp
rm -f nir/.deps/.dirstamp
rm -f nir/.dirstamp
rm -f os/.deps/.dirstamp
rm -f os/.dirstamp
rm -f pipebuffer/.deps/.dirstamp
rm -f pipebuffer/.dirstamp
rm -f postprocess/.deps/.dirstamp
rm -f postprocess/.dirstamp
rm -f rbug/.deps/.dirstamp
rm -f rbug/.dirstamp
rm -f rtasm/.deps/.dirstamp
rm -f rtasm/.dirstamp
rm -f tgsi/.deps/.dirstamp
rm -f tgsi/.dirstamp
rm -f translate/.deps/.dirstamp
rm -f translate/.dirstamp
rm -f util/.deps/.dirstamp
rm -f util/.dirstamp
rm -f vl/.deps/.dirstamp
rm -f vl/.dirstamp
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
make[4]: Leaving directory `/home/wearefam/src/mesa/mesa-git/src/gallium/auxiliary'
rm -rf cso_cache/.deps draw/.deps gallivm/.deps hud/.deps indices/.deps nir/.deps os/.deps pipebuffer/.deps postprocess/.deps rbug/.deps rtasm/.deps tgsi/.deps translate/.deps util/.deps vl/.deps
rm -f Makefile
make[3]: Leaving directory `/home/wearefam/src/mesa/mesa-git/src/gallium/auxiliary'
Making distclean in .
make[3]: Entering directory `/home/wearefam/src/mesa/mesa-git/src/gallium'
rm -rf .libs _libs
rm -f *.lo
test -z "" || rm -f
test . = "." || test -z "" || rm -f
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
make[3]: Leaving directory `/home/wearefam/src/mesa/mesa-git/src/gallium'
rm -f Makefile
make[2]: Leaving directory `/home/wearefam/src/mesa/mesa-git/src/gallium'
Making distclean in egl/main
make[2]: Entering directory `/home/wearefam/src/mesa/mesa-git/src/egl/main'
test -z "libEGL.la" || rm -f libEGL.la
rm -f "./so_locations"
rm -rf .libs _libs
for f in libEGL.so*; do \
rm -f ../../../lib/$f; \
done;
rm -f .install-mesa-links
rm -f *.o
rm -f *.lo
rm -f *.tab.c
test -z "egl.pc" || rm -f egl.pc
test . = "." || test -z "" || rm -f
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
rm -rf ./.deps
rm -f Makefile
make[2]: Leaving directory `/home/wearefam/src/mesa/mesa-git/src/egl/main'
Making distclean in gbm
make[2]: Entering directory `/home/wearefam/src/mesa/mesa-git/src/gbm'
test -z "libgbm.la" || rm -f libgbm.la
rm -f "./so_locations"
rm -rf .libs _libs
rm -rf backends/dri/.libs backends/dri/_libs
rm -rf main/.libs main/_libs
for f in libgbm.so*; do \
rm -f ../../lib/$f; \
done;
rm -f .install-mesa-links
test -z "libgbm_dri.la" || rm -f libgbm_dri.la
rm -f "./so_locations"
rm -f *.o
rm -f backends/dri/libgbm_dri_la-gbm_dri.o
rm -f backends/dri/libgbm_dri_la-gbm_dri.lo
rm -f main/backend.o
rm -f main/backend.lo
rm -f main/gbm.o
rm -f main/gbm.lo
rm -f *.lo
rm -f *.tab.c
test -z "" || rm -f
test . = "." || test -z "" || rm -f
rm -f backends/dri/.deps/.dirstamp
rm -f backends/dri/.dirstamp
rm -f main/.deps/.dirstamp
rm -f main/.dirstamp
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
rm -rf backends/dri/.deps main/.deps
rm -f Makefile
make[2]: Leaving directory `/home/wearefam/src/mesa/mesa-git/src/gbm'
Making distclean in egl/drivers/dri2
make[2]: Entering directory `/home/wearefam/src/mesa/mesa-git/src/egl/drivers/dri2'
rm -rf .libs _libs
test -z "libegl_dri2.la" || rm -f libegl_dri2.la
rm -f "./so_locations"
rm -f *.o
rm -f *.lo
rm -f *.tab.c
test -z "" || rm -f
test . = "." || test -z "" || rm -f
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
rm -rf ./.deps
rm -f Makefile
make[2]: Leaving directory `/home/wearefam/src/mesa/mesa-git/src/egl/drivers/dri2'
Making distclean in egl/wayland/wayland-drm
make[2]: Entering directory `/home/wearefam/src/mesa/mesa-git/src/egl/wayland/wayland-drm'
test -z "wayland-drm-protocol.c wayland-drm-client-protocol.h wayland-drm-server-protocol.h" || rm -f wayland-drm-protocol.c wayland-drm-client-protocol.h wayland-drm-server-protocol.h
rm -rf .libs _libs
test -z "libwayland-drm.la" || rm -f libwayland-drm.la
rm -f "./so_locations"
rm -f *.o
rm -f *.lo
rm -f *.tab.c
test -z "" || rm -f
test . = "." || test -z "" || rm -f
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
rm -rf ./.deps
rm -f Makefile
make[2]: Leaving directory `/home/wearefam/src/mesa/mesa-git/src/egl/wayland/wayland-drm'
Making distclean in egl/wayland/wayland-egl
make[2]: Entering directory `/home/wearefam/src/mesa/mesa-git/src/egl/wayland/wayland-egl'
test -z "libwayland-egl.la" || rm -f libwayland-egl.la
rm -f "./so_locations"
rm -rf .libs _libs
for f in libwayland-egl.so*; do \
rm -f ../../../../lib/$f; \
done;
rm -f .install-mesa-links
rm -f *.o
rm -f *.lo
rm -f *.tab.c
test -z "wayland-egl.pc" || rm -f wayland-egl.pc
test . = "." || test -z "" || rm -f
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
rm -rf ./.deps
rm -f Makefile
make[2]: Leaving directory `/home/wearefam/src/mesa/mesa-git/src/egl/wayland/wayland-egl'
Making distclean in glx
make[2]: Entering directory `/home/wearefam/src/mesa/mesa-git/src/glx'
Making distclean in tests
make[3]: Entering directory `/home/wearefam/src/mesa/mesa-git/src/glx/tests'
rm -f glx-test
rm -rf .libs _libs
rm -f *.o
rm -f *.lo
rm -f *.tab.c
test -z "" || rm -f
test . = "." || test -z "" || rm -f
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
rm -rf ./.deps
rm -f Makefile
make[3]: Leaving directory `/home/wearefam/src/mesa/mesa-git/src/glx/tests'
Making distclean in apple
make[3]: Entering directory `/home/wearefam/src/mesa/mesa-git/src/glx/apple'
rm -rf .libs _libs
test -z "libappleglx.la" || rm -f libappleglx.la
rm -f "./so_locations"
rm -f *.o
rm -f *.lo
rm -f *.tab.c
test -z "" || rm -f
test . = "." || test -z "" || rm -f
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
rm -rf ./.deps
rm -f Makefile
make[3]: Leaving directory `/home/wearefam/src/mesa/mesa-git/src/glx/apple'
Making distclean in .
make[3]: Entering directory `/home/wearefam/src/mesa/mesa-git/src/glx'
test -z "libGL.la" || rm -f libGL.la
rm -f "./so_locations"
rm -rf .libs _libs
for f in libGL.so*; do \
rm -f ../../lib/$f; \
done;
rm -f .install-mesa-links
test -z "libglx.la" || rm -f libglx.la
rm -f "./so_locations"
rm -f *.o
rm -f *.lo
rm -f *.tab.c
test -z "" || rm -f
test . = "." || test -z "" || rm -f
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
make[3]: Leaving directory `/home/wearefam/src/mesa/mesa-git/src/glx'
rm -rf ./.deps
rm -f Makefile
make[2]: Leaving directory `/home/wearefam/src/mesa/mesa-git/src/glx'
Making distclean in loader
make[2]: Entering directory `/home/wearefam/src/mesa/mesa-git/src/loader'
rm -rf .libs _libs
test -z "libloader.la" || rm -f libloader.la
rm -f "./so_locations"
rm -f *.o
rm -f *.lo
rm -f *.tab.c
test -z "" || rm -f
test . = "." || test -z "" || rm -f
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
rm -rf ./.deps
rm -f Makefile
make[2]: Leaving directory `/home/wearefam/src/mesa/mesa-git/src/loader'
Making distclean in mesa
make[2]: Entering directory `/home/wearefam/src/mesa/mesa-git/src/mesa'
Making distclean in drivers/osmesa
make[3]: Entering directory `/home/wearefam/src/mesa/mesa-git/src/mesa/drivers/osmesa'
test -z "libOSMesa.la" || rm -f libOSMesa.la
rm -f "./so_locations"
rm -rf .libs _libs
for f in libOSMesa.so*; do \
rm -f ../../../../lib/$f; \
done;
rm -f .install-mesa-links
rm -f *.o
rm -f *.lo
rm -f *.tab.c
test -z "osmesa.pc" || rm -f osmesa.pc
test . = "." || test -z "" || rm -f
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
rm -rf ./.deps
rm -f Makefile
make[3]: Leaving directory `/home/wearefam/src/mesa/mesa-git/src/mesa/drivers/osmesa'
Making distclean in drivers/dri
make[3]: Entering directory `/home/wearefam/src/mesa/mesa-git/src/mesa/drivers/dri'
Making distclean in swrast
make[4]: Entering directory `/home/wearefam/src/mesa/mesa-git/src/mesa/drivers/dri/swrast'
rm -rf .libs _libs
test -z "libswrast_dri.la" || rm -f libswrast_dri.la
rm -f "./so_locations"
rm -f *.o
rm -f *.lo
rm -f *.tab.c
test -z "" || rm -f
test . = "." || test -z "" || rm -f
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
rm -rf ./.deps
rm -f Makefile
make[4]: Leaving directory `/home/wearefam/src/mesa/mesa-git/src/mesa/drivers/dri/swrast'
Making distclean in radeon
make[4]: Entering directory `/home/wearefam/src/mesa/mesa-git/src/mesa/drivers/dri/radeon'
rm -rf .libs _libs
test -z "libradeon_dri.la" || rm -f libradeon_dri.la
rm -f "./so_locations"
rm -f *.o
rm -f *.lo
rm -f *.tab.c
test -z "" || rm -f
test . = "." || test -z "" || rm -f
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
rm -rf ./.deps
rm -f Makefile
make[4]: Leaving directory `/home/wearefam/src/mesa/mesa-git/src/mesa/drivers/dri/radeon'
Making distclean in r200
make[4]: Entering directory `/home/wearefam/src/mesa/mesa-git/src/mesa/drivers/dri/r200'
rm -rf .libs _libs
test -z "libr200_dri.la" || rm -f libr200_dri.la
rm -f "./so_locations"
rm -f *.o
rm -f *.lo
rm -f *.tab.c
test -z "" || rm -f
test . = "." || test -z "" || rm -f
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
rm -rf ./.deps
rm -f Makefile
make[4]: Leaving directory `/home/wearefam/src/mesa/mesa-git/src/mesa/drivers/dri/r200'
Making distclean in nouveau
make[4]: Entering directory `/home/wearefam/src/mesa/mesa-git/src/mesa/drivers/dri/nouveau'
rm -rf .libs _libs
test -z "libnouveau_dri.la" || rm -f libnouveau_dri.la
rm -f "./so_locations"
rm -f *.o
rm -f *.lo
rm -f *.tab.c
test -z "" || rm -f
test . = "." || test -z "" || rm -f
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
rm -rf ./.deps
rm -f Makefile
make[4]: Leaving directory `/home/wearefam/src/mesa/mesa-git/src/mesa/drivers/dri/nouveau'
Making distclean in i965
make[4]: Entering directory `/home/wearefam/src/mesa/mesa-git/src/mesa/drivers/dri/i965'
rm -f test_fs_cmod_propagation test_fs_saturate_propagation test_eu_compact test_vf_float_conversions test_vec4_copy_propagation test_vec4_register_coalesce
rm -rf .libs _libs
test -z "libi965_dri.la" || rm -f libi965_dri.la
rm -f "./so_locations"
rm -f *.o
rm -f *.lo
rm -f *.tab.c
test -z "" || rm -f
test . = "." || test -z "" || rm -f
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
rm -rf ./.deps
rm -f Makefile
make[4]: Leaving directory `/home/wearefam/src/mesa/mesa-git/src/mesa/drivers/dri/i965'
Making distclean in i915
make[4]: Entering directory `/home/wearefam/src/mesa/mesa-git/src/mesa/drivers/dri/i915'
rm -rf .libs _libs
test -z "libi915_dri.la" || rm -f libi915_dri.la
rm -f "./so_locations"
rm -f *.o
rm -f *.lo
rm -f *.tab.c
test -z "" || rm -f
test . = "." || test -z "" || rm -f
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
rm -rf ./.deps
rm -f Makefile
make[4]: Leaving directory `/home/wearefam/src/mesa/mesa-git/src/mesa/drivers/dri/i915'
Making distclean in common
make[4]: Entering directory `/home/wearefam/src/mesa/mesa-git/src/mesa/drivers/dri/common'
Making distclean in xmlpool
make[5]: Entering directory `/home/wearefam/src/mesa/mesa-git/src/mesa/drivers/dri/common/xmlpool'
test -z "options.h" || rm -f options.h
rm -rf .libs _libs
rm -f *.lo
test -z "" || rm -f
test . = "." || test -z "" || rm -f
rm -f Makefile
make[5]: Leaving directory `/home/wearefam/src/mesa/mesa-git/src/mesa/drivers/dri/common/xmlpool'
Making distclean in .
make[5]: Entering directory `/home/wearefam/src/mesa/mesa-git/src/mesa/drivers/dri/common'
rm -rf .libs _libs
test -z "libdricommon.la libxmlconfig.la libmegadriver_stub.la libdri_test_stubs.la" || rm -f libdricommon.la libxmlconfig.la libmegadriver_stub.la libdri_test_stubs.la
rm -f "./so_locations"
rm -f "./so_locations"
rm -f "./so_locations"
rm -f "./so_locations"
rm -f *.o
rm -f *.lo
rm -f *.tab.c
test -z "" || rm -f
test . = "." || test -z "" || rm -f
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
make[5]: Leaving directory `/home/wearefam/src/mesa/mesa-git/src/mesa/drivers/dri/common'
rm -rf ./.deps
rm -f Makefile
make[4]: Leaving directory `/home/wearefam/src/mesa/mesa-git/src/mesa/drivers/dri/common'
Making distclean in .
make[4]: Entering directory `/home/wearefam/src/mesa/mesa-git/src/mesa/drivers/dri'
test -z "mesa_dri_drivers.la" || rm -f mesa_dri_drivers.la
rm -f "./so_locations"
rm -rf .libs _libs
GEN clean-local
GEN clean-local
rm -f *.o
rm -f *.lo
rm -f *.tab.c
test -z "dri.pc" || rm -f dri.pc
test . = "." || test -z "" || rm -f
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
make[4]: Leaving directory `/home/wearefam/src/mesa/mesa-git/src/mesa/drivers/dri'
rm -rf ./.deps
rm -f Makefile
make[3]: Leaving directory `/home/wearefam/src/mesa/mesa-git/src/mesa/drivers/dri'
Making distclean in drivers/x11
make[3]: Entering directory `/home/wearefam/src/mesa/mesa-git/src/mesa/drivers/x11'
test -z "" || rm -f
rm -rf .libs _libs
for f in ; do \
rm -f ../../../../lib/$f; \
done;
rm -f .install-mesa-links
rm -f *.o
rm -f *.lo
rm -f *.tab.c
test -z "" || rm -f
test . = "." || test -z "" || rm -f
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
rm -rf ./.deps
rm -f Makefile
make[3]: Leaving directory `/home/wearefam/src/mesa/mesa-git/src/mesa/drivers/x11'
Making distclean in main/tests
make[3]: Entering directory `/home/wearefam/src/mesa/mesa-git/src/mesa/main/tests'
rm -f main-test
rm -rf .libs _libs
rm -f *.o
rm -f *.lo
rm -f *.tab.c
test -z "" || rm -f
test . = "." || test -z "" || rm -f
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
rm -rf ./.deps
rm -f Makefile
make[3]: Leaving directory `/home/wearefam/src/mesa/mesa-git/src/mesa/main/tests'
Making distclean in .
make[3]: Entering directory `/home/wearefam/src/mesa/mesa-git/src/mesa'
test -z "" || rm -f
test -z "main/get_hash.h main/format_info.h main/git_sha1.h main/format_pack.c main/format_unpack.c program/program_parse.tab.c program/lex.yy.c matypes.h program/program_parse.tab.h main/git_sha1.h.tmp" || rm -f main/get_hash.h main/format_info.h main/git_sha1.h main/format_pack.c main/format_unpack.c program/program_parse.tab.c program/lex.yy.c matypes.h program/program_parse.tab.h main/git_sha1.h.tmp
rm -rf .libs _libs
rm -rf drivers/common/.libs drivers/common/_libs
rm -rf main/.libs main/_libs
rm -rf math/.libs math/_libs
rm -rf program/.libs program/_libs
rm -rf sparc/.libs sparc/_libs
rm -rf state_tracker/.libs state_tracker/_libs
rm -rf swrast/.libs swrast/_libs
rm -rf swrast_setup/.libs swrast_setup/_libs
rm -rf tnl/.libs tnl/_libs
rm -rf vbo/.libs vbo/_libs
rm -rf x86/.libs x86/_libs
rm -rf x86-64/.libs x86-64/_libs
rm -rf x86/rtasm/.libs x86/rtasm/_libs
test -z "libmesa_sse41.la libmesa.la libmesagallium.la" || rm -f libmesa_sse41.la libmesa.la libmesagallium.la
rm -f "./so_locations"
rm -f "./so_locations"
rm -f "./so_locations"
rm -f gen_matypes
rm -f *.o
rm -f drivers/common/driverfuncs.o
rm -f drivers/common/driverfuncs.lo
rm -f drivers/common/meta.o
rm -f drivers/common/meta.lo
rm -f drivers/common/meta_blit.o
rm -f drivers/common/meta_blit.lo
rm -f drivers/common/meta_copy_image.o
rm -f drivers/common/meta_copy_image.lo
rm -f drivers/common/meta_generate_mipmap.o
rm -f drivers/common/meta_generate_mipmap.lo
rm -f drivers/common/meta_tex_subimage.o
rm -f drivers/common/meta_tex_subimage.lo
rm -f main/accum.o
rm -f main/accum.lo
rm -f main/api_arrayelt.o
rm -f main/api_arrayelt.lo
rm -f main/api_exec.o
rm -f main/api_exec.lo
rm -f main/api_loopback.o
rm -f main/api_loopback.lo
rm -f main/api_validate.o
rm -f main/api_validate.lo
rm -f main/arbprogram.o
rm -f main/arbprogram.lo
rm -f main/arrayobj.o
rm -f main/arrayobj.lo
rm -f main/atifragshader.o
rm -f main/atifragshader.lo
rm -f main/attrib.o
rm -f main/attrib.lo
rm -f main/blend.o
rm -f main/blend.lo
rm -f main/blit.o
rm -f main/blit.lo
rm -f main/bufferobj.o
rm -f main/bufferobj.lo
rm -f main/buffers.o
rm -f main/buffers.lo
rm -f main/clear.o
rm -f main/clear.lo
rm -f main/clip.o
rm -f main/clip.lo
rm -f main/colortab.o
rm -f main/colortab.lo
rm -f main/compute.o
rm -f main/compute.lo
rm -f main/condrender.o
rm -f main/condrender.lo
rm -f main/context.o
rm -f main/context.lo
rm -f main/convolve.o
rm -f main/convolve.lo
rm -f main/copyimage.o
rm -f main/copyimage.lo
rm -f main/cpuinfo.o
rm -f main/cpuinfo.lo
rm -f main/debug.o
rm -f main/debug.lo
rm -f main/depth.o
rm -f main/depth.lo
rm -f main/dlist.o
rm -f main/dlist.lo
rm -f main/drawpix.o
rm -f main/drawpix.lo
rm -f main/drawtex.o
rm -f main/drawtex.lo
rm -f main/enable.o
rm -f main/enable.lo
rm -f main/enums.o
rm -f main/enums.lo
rm -f main/errors.o
rm -f main/errors.lo
rm -f main/es1_conversion.o
rm -f main/es1_conversion.lo
rm -f main/eval.o
rm -f main/eval.lo
rm -f main/execmem.o
rm -f main/execmem.lo
rm -f main/extensions.o
rm -f main/extensions.lo
rm -f main/fbobject.o
rm -f main/fbobject.lo
rm -f main/feedback.o
rm -f main/feedback.lo
rm -f main/ff_fragment_shader.o
rm -f main/ff_fragment_shader.lo
rm -f main/ffvertex_prog.o
rm -f main/ffvertex_prog.lo
rm -f main/fog.o
rm -f main/fog.lo
rm -f main/format_pack.o
rm -f main/format_pack.lo
rm -f main/format_unpack.o
rm -f main/format_unpack.lo
rm -f main/format_utils.o
rm -f main/format_utils.lo
rm -f main/formatquery.o
rm -f main/formatquery.lo
rm -f main/formats.o
rm -f main/formats.lo
rm -f main/framebuffer.o
rm -f main/framebuffer.lo
rm -f main/genmipmap.o
rm -f main/genmipmap.lo
rm -f main/get.o
rm -f main/get.lo
rm -f main/getstring.o
rm -f main/getstring.lo
rm -f main/glformats.o
rm -f main/glformats.lo
rm -f main/hash.o
rm -f main/hash.lo
rm -f main/hint.o
rm -f main/hint.lo
rm -f main/histogram.o
rm -f main/histogram.lo
rm -f main/image.o
rm -f main/image.lo
rm -f main/imports.o
rm -f main/imports.lo
rm -f main/libmesa_sse41_la-sse_minmax.o
rm -f main/libmesa_sse41_la-sse_minmax.lo
rm -f main/libmesa_sse41_la-streaming-load-memcpy.o
rm -f main/libmesa_sse41_la-streaming-load-memcpy.lo
rm -f main/light.o
rm -f main/light.lo
rm -f main/lines.o
rm -f main/lines.lo
rm -f main/matrix.o
rm -f main/matrix.lo
rm -f main/mipmap.o
rm -f main/mipmap.lo
rm -f main/mm.o
rm -f main/mm.lo
rm -f main/multisample.o
rm -f main/multisample.lo
rm -f main/objectlabel.o
rm -f main/objectlabel.lo
rm -f main/pack.o
rm -f main/pack.lo
rm -f main/pbo.o
rm -f main/pbo.lo
rm -f main/performance_monitor.o
rm -f main/performance_monitor.lo
rm -f main/pipelineobj.o
rm -f main/pipelineobj.lo
rm -f main/pixel.o
rm -f main/pixel.lo
rm -f main/pixelstore.o
rm -f main/pixelstore.lo
rm -f main/pixeltransfer.o
rm -f main/pixeltransfer.lo
rm -f main/points.o
rm -f main/points.lo
rm -f main/polygon.o
rm -f main/polygon.lo
rm -f main/program_resource.o
rm -f main/program_resource.lo
rm -f main/querymatrix.o
rm -f main/querymatrix.lo
rm -f main/queryobj.o
rm -f main/queryobj.lo
rm -f main/rastpos.o
rm -f main/rastpos.lo
rm -f main/readpix.o
rm -f main/readpix.lo
rm -f main/remap.o
rm -f main/remap.lo
rm -f main/renderbuffer.o
rm -f main/renderbuffer.lo
rm -f main/samplerobj.o
rm -f main/samplerobj.lo
rm -f main/scissor.o
rm -f main/scissor.lo
rm -f main/shader_query.o
rm -f main/shader_query.lo
rm -f main/shaderapi.o
rm -f main/shaderapi.lo
rm -f main/shaderimage.o
rm -f main/shaderimage.lo
rm -f main/shaderobj.o
rm -f main/shaderobj.lo
rm -f main/shared.o
rm -f main/shared.lo
rm -f main/state.o
rm -f main/state.lo
rm -f main/stencil.o
rm -f main/stencil.lo
rm -f main/syncobj.o
rm -f main/syncobj.lo
rm -f main/texcompress.o
rm -f main/texcompress.lo
rm -f main/texcompress_bptc.o
rm -f main/texcompress_bptc.lo
rm -f main/texcompress_cpal.o
rm -f main/texcompress_cpal.lo
rm -f main/texcompress_etc.o
rm -f main/texcompress_etc.lo
rm -f main/texcompress_fxt1.o
rm -f main/texcompress_fxt1.lo
rm -f main/texcompress_rgtc.o
rm -f main/texcompress_rgtc.lo
rm -f main/texcompress_s3tc.o
rm -f main/texcompress_s3tc.lo
rm -f main/texenv.o
rm -f main/texenv.lo
rm -f main/texformat.o
rm -f main/texformat.lo
rm -f main/texgen.o
rm -f main/texgen.lo
rm -f main/texgetimage.o
rm -f main/texgetimage.lo
rm -f main/teximage.o
rm -f main/teximage.lo
rm -f main/texobj.o
rm -f main/texobj.lo
rm -f main/texparam.o
rm -f main/texparam.lo
rm -f main/texstate.o
rm -f main/texstate.lo
rm -f main/texstorage.o
rm -f main/texstorage.lo
rm -f main/texstore.o
rm -f main/texstore.lo
rm -f main/texturebarrier.o
rm -f main/texturebarrier.lo
rm -f main/textureview.o
rm -f main/textureview.lo
rm -f main/transformfeedback.o
rm -f main/transformfeedback.lo
rm -f main/uniform_query.o
rm -f main/uniform_query.lo
rm -f main/uniforms.o
rm -f main/uniforms.lo
rm -f main/varray.o
rm -f main/varray.lo
rm -f main/vdpau.o
rm -f main/vdpau.lo
rm -f main/version.o
rm -f main/version.lo
rm -f main/viewport.o
rm -f main/viewport.lo
rm -f main/vtxfmt.o
rm -f main/vtxfmt.lo
rm -f math/m_debug_clip.o
rm -f math/m_debug_clip.lo
rm -f math/m_debug_norm.o
rm -f math/m_debug_norm.lo
rm -f math/m_debug_xform.o
rm -f math/m_debug_xform.lo
rm -f math/m_eval.o
rm -f math/m_eval.lo
rm -f math/m_matrix.o
rm -f math/m_matrix.lo
rm -f math/m_translate.o
rm -f math/m_translate.lo
rm -f math/m_vector.o
rm -f math/m_vector.lo
rm -f math/m_xform.o
rm -f math/m_xform.lo
rm -f program/arbprogparse.o
rm -f program/arbprogparse.lo
rm -f program/ir_to_mesa.o
rm -f program/ir_to_mesa.lo
rm -f program/lex.yy.o
rm -f program/lex.yy.lo
rm -f program/prog_cache.o
rm -f program/prog_cache.lo
rm -f program/prog_execute.o
rm -f program/prog_execute.lo
rm -f program/prog_hash_table.o
rm -f program/prog_hash_table.lo
rm -f program/prog_instruction.o
rm -f program/prog_instruction.lo
rm -f program/prog_noise.o
rm -f program/prog_noise.lo
rm -f program/prog_opt_constant_fold.o
rm -f program/prog_opt_constant_fold.lo
rm -f program/prog_optimize.o
rm -f program/prog_optimize.lo
rm -f program/prog_parameter.o
rm -f program/prog_parameter.lo
rm -f program/prog_parameter_layout.o
rm -f program/prog_parameter_layout.lo
rm -f program/prog_print.o
rm -f program/prog_print.lo
rm -f program/prog_statevars.o
rm -f program/prog_statevars.lo
rm -f program/prog_to_nir.o
rm -f program/prog_to_nir.lo
rm -f program/program.o
rm -f program/program.lo
rm -f program/program_parse.tab.o
rm -f program/program_parse.tab.lo
rm -f program/program_parse_extra.o
rm -f program/program_parse_extra.lo
rm -f program/programopt.o
rm -f program/programopt.lo
rm -f program/sampler.o
rm -f program/sampler.lo
rm -f program/string_to_uint_map.o
rm -f program/string_to_uint_map.lo
rm -f program/symbol_table.o
rm -f program/symbol_table.lo
rm -f sparc/norm.o
rm -f sparc/norm.lo
rm -f sparc/sparc.o
rm -f sparc/sparc.lo
rm -f sparc/sparc_clip.o
rm -f sparc/sparc_clip.lo
rm -f sparc/xform.o
rm -f sparc/xform.lo
rm -f state_tracker/st_atom.o
rm -f state_tracker/st_atom.lo
rm -f state_tracker/st_atom_array.o
rm -f state_tracker/st_atom_array.lo
rm -f state_tracker/st_atom_blend.o
rm -f state_tracker/st_atom_blend.lo
rm -f state_tracker/st_atom_clip.o
rm -f state_tracker/st_atom_clip.lo
rm -f state_tracker/st_atom_constbuf.o
rm -f state_tracker/st_atom_constbuf.lo
rm -f state_tracker/st_atom_depth.o
rm -f state_tracker/st_atom_depth.lo
rm -f state_tracker/st_atom_framebuffer.o
rm -f state_tracker/st_atom_framebuffer.lo
rm -f state_tracker/st_atom_msaa.o
rm -f state_tracker/st_atom_msaa.lo
rm -f state_tracker/st_atom_pixeltransfer.o
rm -f state_tracker/st_atom_pixeltransfer.lo
rm -f state_tracker/st_atom_rasterizer.o
rm -f state_tracker/st_atom_rasterizer.lo
rm -f state_tracker/st_atom_sampler.o
rm -f state_tracker/st_atom_sampler.lo
rm -f state_tracker/st_atom_scissor.o
rm -f state_tracker/st_atom_scissor.lo
rm -f state_tracker/st_atom_shader.o
rm -f state_tracker/st_atom_shader.lo
rm -f state_tracker/st_atom_stipple.o
rm -f state_tracker/st_atom_stipple.lo
rm -f state_tracker/st_atom_texture.o
rm -f state_tracker/st_atom_texture.lo
rm -f state_tracker/st_atom_viewport.o
rm -f state_tracker/st_atom_viewport.lo
rm -f state_tracker/st_cb_bitmap.o
rm -f state_tracker/st_cb_bitmap.lo
rm -f state_tracker/st_cb_blit.o
rm -f state_tracker/st_cb_blit.lo
rm -f state_tracker/st_cb_bufferobjects.o
rm -f state_tracker/st_cb_bufferobjects.lo
rm -f state_tracker/st_cb_clear.o
rm -f state_tracker/st_cb_clear.lo
rm -f state_tracker/st_cb_condrender.o
rm -f state_tracker/st_cb_condrender.lo
rm -f state_tracker/st_cb_drawpixels.o
rm -f state_tracker/st_cb_drawpixels.lo
rm -f state_tracker/st_cb_drawtex.o
rm -f state_tracker/st_cb_drawtex.lo
rm -f state_tracker/st_cb_eglimage.o
rm -f state_tracker/st_cb_eglimage.lo
rm -f state_tracker/st_cb_fbo.o
rm -f state_tracker/st_cb_fbo.lo
rm -f state_tracker/st_cb_feedback.o
rm -f state_tracker/st_cb_feedback.lo
rm -f state_tracker/st_cb_flush.o
rm -f state_tracker/st_cb_flush.lo
rm -f state_tracker/st_cb_msaa.o
rm -f state_tracker/st_cb_msaa.lo
rm -f state_tracker/st_cb_perfmon.o
rm -f state_tracker/st_cb_perfmon.lo
rm -f state_tracker/st_cb_program.o
rm -f state_tracker/st_cb_program.lo
rm -f state_tracker/st_cb_queryobj.o
rm -f state_tracker/st_cb_queryobj.lo
rm -f state_tracker/st_cb_rasterpos.o
rm -f state_tracker/st_cb_rasterpos.lo
rm -f state_tracker/st_cb_readpixels.o
rm -f state_tracker/st_cb_readpixels.lo
rm -f state_tracker/st_cb_strings.o
rm -f state_tracker/st_cb_strings.lo
rm -f state_tracker/st_cb_syncobj.o
rm -f state_tracker/st_cb_syncobj.lo
rm -f state_tracker/st_cb_texture.o
rm -f state_tracker/st_cb_texture.lo
rm -f state_tracker/st_cb_texturebarrier.o
rm -f state_tracker/st_cb_texturebarrier.lo
rm -f state_tracker/st_cb_viewport.o
rm -f state_tracker/st_cb_viewport.lo
rm -f state_tracker/st_cb_xformfb.o
rm -f state_tracker/st_cb_xformfb.lo
rm -f state_tracker/st_context.o
rm -f state_tracker/st_context.lo
rm -f state_tracker/st_debug.o
rm -f state_tracker/st_debug.lo
rm -f state_tracker/st_draw.o
rm -f state_tracker/st_draw.lo
rm -f state_tracker/st_draw_feedback.o
rm -f state_tracker/st_draw_feedback.lo
rm -f state_tracker/st_extensions.o
rm -f state_tracker/st_extensions.lo
rm -f state_tracker/st_format.o
rm -f state_tracker/st_format.lo
rm -f state_tracker/st_gen_mipmap.o
rm -f state_tracker/st_gen_mipmap.lo
rm -f state_tracker/st_glsl_to_tgsi.o
rm -f state_tracker/st_glsl_to_tgsi.lo
rm -f state_tracker/st_manager.o
rm -f state_tracker/st_manager.lo
rm -f state_tracker/st_mesa_to_tgsi.o
rm -f state_tracker/st_mesa_to_tgsi.lo
rm -f state_tracker/st_program.o
rm -f state_tracker/st_program.lo
rm -f state_tracker/st_texture.o
rm -f state_tracker/st_texture.lo
rm -f state_tracker/st_vdpau.o
rm -f state_tracker/st_vdpau.lo
rm -f swrast/s_aaline.o
rm -f swrast/s_aaline.lo
rm -f swrast/s_aatriangle.o
rm -f swrast/s_aatriangle.lo
rm -f swrast/s_alpha.o
rm -f swrast/s_alpha.lo
rm -f swrast/s_atifragshader.o
rm -f swrast/s_atifragshader.lo
rm -f swrast/s_bitmap.o
rm -f swrast/s_bitmap.lo
rm -f swrast/s_blend.o
rm -f swrast/s_blend.lo
rm -f swrast/s_blit.o
rm -f swrast/s_blit.lo
rm -f swrast/s_clear.o
rm -f swrast/s_clear.lo
rm -f swrast/s_context.o
rm -f swrast/s_context.lo
rm -f swrast/s_copypix.o
rm -f swrast/s_copypix.lo
rm -f swrast/s_depth.o
rm -f swrast/s_depth.lo
rm -f swrast/s_drawpix.o
rm -f swrast/s_drawpix.lo
rm -f swrast/s_feedback.o
rm -f swrast/s_feedback.lo
rm -f swrast/s_fog.o
rm -f swrast/s_fog.lo
rm -f swrast/s_fragprog.o
rm -f swrast/s_fragprog.lo
rm -f swrast/s_lines.o
rm -f swrast/s_lines.lo
rm -f swrast/s_logic.o
rm -f swrast/s_logic.lo
rm -f swrast/s_masking.o
rm -f swrast/s_masking.lo
rm -f swrast/s_points.o
rm -f swrast/s_points.lo
rm -f swrast/s_renderbuffer.o
rm -f swrast/s_renderbuffer.lo
rm -f swrast/s_span.o
rm -f swrast/s_span.lo
rm -f swrast/s_stencil.o
rm -f swrast/s_stencil.lo
rm -f swrast/s_texcombine.o
rm -f swrast/s_texcombine.lo
rm -f swrast/s_texfetch.o
rm -f swrast/s_texfetch.lo
rm -f swrast/s_texfilter.o
rm -f swrast/s_texfilter.lo
rm -f swrast/s_texrender.o
rm -f swrast/s_texrender.lo
rm -f swrast/s_texture.o
rm -f swrast/s_texture.lo
rm -f swrast/s_triangle.o
rm -f swrast/s_triangle.lo
rm -f swrast/s_zoom.o
rm -f swrast/s_zoom.lo
rm -f swrast_setup/ss_context.o
rm -f swrast_setup/ss_context.lo
rm -f swrast_setup/ss_triangle.o
rm -f swrast_setup/ss_triangle.lo
rm -f tnl/t_context.o
rm -f tnl/t_context.lo
rm -f tnl/t_draw.o
rm -f tnl/t_draw.lo
rm -f tnl/t_pipeline.o
rm -f tnl/t_pipeline.lo
rm -f tnl/t_rasterpos.o
rm -f tnl/t_rasterpos.lo
rm -f tnl/t_vb_fog.o
rm -f tnl/t_vb_fog.lo
rm -f tnl/t_vb_light.o
rm -f tnl/t_vb_light.lo
rm -f tnl/t_vb_normals.o
rm -f tnl/t_vb_normals.lo
rm -f tnl/t_vb_points.o
rm -f tnl/t_vb_points.lo
rm -f tnl/t_vb_program.o
rm -f tnl/t_vb_program.lo
rm -f tnl/t_vb_render.o
rm -f tnl/t_vb_render.lo
rm -f tnl/t_vb_texgen.o
rm -f tnl/t_vb_texgen.lo
rm -f tnl/t_vb_texmat.o
rm -f tnl/t_vb_texmat.lo
rm -f tnl/t_vb_vertex.o
rm -f tnl/t_vb_vertex.lo
rm -f tnl/t_vertex.o
rm -f tnl/t_vertex.lo
rm -f tnl/t_vertex_generic.o
rm -f tnl/t_vertex_generic.lo
rm -f tnl/t_vertex_sse.o
rm -f tnl/t_vertex_sse.lo
rm -f tnl/t_vp_build.o
rm -f tnl/t_vp_build.lo
rm -f vbo/vbo_context.o
rm -f vbo/vbo_context.lo
rm -f vbo/vbo_exec.o
rm -f vbo/vbo_exec.lo
rm -f vbo/vbo_exec_api.o
rm -f vbo/vbo_exec_api.lo
rm -f vbo/vbo_exec_array.o
rm -f vbo/vbo_exec_array.lo
rm -f vbo/vbo_exec_draw.o
rm -f vbo/vbo_exec_draw.lo
rm -f vbo/vbo_exec_eval.o
rm -f vbo/vbo_exec_eval.lo
rm -f vbo/vbo_noop.o
rm -f vbo/vbo_noop.lo
rm -f vbo/vbo_primitive_restart.o
rm -f vbo/vbo_primitive_restart.lo
rm -f vbo/vbo_rebase.o
rm -f vbo/vbo_rebase.lo
rm -f vbo/vbo_save.o
rm -f vbo/vbo_save.lo
rm -f vbo/vbo_save_api.o
rm -f vbo/vbo_save_api.lo
rm -f vbo/vbo_save_draw.o
rm -f vbo/vbo_save_draw.lo
rm -f vbo/vbo_save_loopback.o
rm -f vbo/vbo_save_loopback.lo
rm -f vbo/vbo_split.o
rm -f vbo/vbo_split.lo
rm -f vbo/vbo_split_copy.o
rm -f vbo/vbo_split_copy.lo
rm -f vbo/vbo_split_inplace.o
rm -f vbo/vbo_split_inplace.lo
rm -f x86-64/x86-64.o
rm -f x86-64/x86-64.lo
rm -f x86-64/xform4.o
rm -f x86-64/xform4.lo
rm -f x86/3dnow.o
rm -f x86/3dnow.lo
rm -f x86/3dnow_xform1.o
rm -f x86/3dnow_xform1.lo
rm -f x86/3dnow_xform2.o
rm -f x86/3dnow_xform2.lo
rm -f x86/3dnow_xform3.o
rm -f x86/3dnow_xform3.lo
rm -f x86/3dnow_xform4.o
rm -f x86/3dnow_xform4.lo
rm -f x86/common_x86.o
rm -f x86/common_x86.lo
rm -f x86/common_x86_asm.o
rm -f x86/common_x86_asm.lo
rm -f x86/gen_matypes.o
rm -f x86/mmx_blend.o
rm -f x86/mmx_blend.lo
rm -f x86/read_rgba_span_x86.o
rm -f x86/read_rgba_span_x86.lo
rm -f x86/rtasm/x86sse.o
rm -f x86/rtasm/x86sse.lo
rm -f x86/sse.o
rm -f x86/sse.lo
rm -f x86/sse_normal.o
rm -f x86/sse_normal.lo
rm -f x86/sse_xform1.o
rm -f x86/sse_xform1.lo
rm -f x86/sse_xform2.o
rm -f x86/sse_xform2.lo
rm -f x86/sse_xform3.o
rm -f x86/sse_xform3.lo
rm -f x86/sse_xform4.o
rm -f x86/sse_xform4.lo
rm -f x86/x86_cliptest.o
rm -f x86/x86_cliptest.lo
rm -f x86/x86_xform.o
rm -f x86/x86_xform.lo
rm -f x86/x86_xform2.o
rm -f x86/x86_xform2.lo
rm -f x86/x86_xform3.o
rm -f x86/x86_xform3.lo
rm -f x86/x86_xform4.o
rm -f x86/x86_xform4.lo
rm -f *.lo
rm -f *.tab.c
test -z "gl.pc" || rm -f gl.pc
test . = "." || test -z "" || rm -f
rm -f drivers/common/.deps/.dirstamp
rm -f drivers/common/.dirstamp
rm -f main/.deps/.dirstamp
rm -f main/.dirstamp
rm -f math/.deps/.dirstamp
rm -f math/.dirstamp
rm -f program/.deps/.dirstamp
rm -f program/.dirstamp
rm -f sparc/.deps/.dirstamp
rm -f sparc/.dirstamp
rm -f state_tracker/.deps/.dirstamp
rm -f state_tracker/.dirstamp
rm -f swrast/.deps/.dirstamp
rm -f swrast/.dirstamp
rm -f swrast_setup/.deps/.dirstamp
rm -f swrast_setup/.dirstamp
rm -f tnl/.deps/.dirstamp
rm -f tnl/.dirstamp
rm -f vbo/.deps/.dirstamp
rm -f vbo/.dirstamp
rm -f x86-64/.deps/.dirstamp
rm -f x86-64/.dirstamp
rm -f x86/.deps/.dirstamp
rm -f x86/.dirstamp
rm -f x86/rtasm/.deps/.dirstamp
rm -f x86/rtasm/.dirstamp
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
make[3]: Leaving directory `/home/wearefam/src/mesa/mesa-git/src/mesa'
rm -rf drivers/common/.deps main/.deps math/.deps program/.deps sparc/.deps state_tracker/.deps swrast/.deps swrast_setup/.deps tnl/.deps vbo/.deps x86-64/.deps x86/.deps x86/rtasm/.deps
rm -f Makefile
make[2]: Leaving directory `/home/wearefam/src/mesa/mesa-git/src/mesa'
Making distclean in glsl
make[2]: Entering directory `/home/wearefam/src/mesa/mesa-git/src/glsl'
rm -f glcpp/glcpp glsl_test tests/blob-test tests/general-ir-test tests/sampler-types-test tests/uniform-initializer-test
test -z "glcpp/glcpp-parse.h glsl_parser.h glsl_parser.cpp glsl_lexer.cpp glcpp/glcpp-parse.c glcpp/glcpp-lex.c nir/nir_builder_opcodes.h nir/nir_constant_expressions.c nir/nir_opcodes.c nir/nir_opcodes.h nir/nir_opt_algebraic.c" || rm -f glcpp/glcpp-parse.h glsl_parser.h glsl_parser.cpp glsl_lexer.cpp glcpp/glcpp-parse.c glcpp/glcpp-lex.c nir/nir_builder_opcodes.h nir/nir_constant_expressions.c nir/nir_opcodes.c nir/nir_opcodes.h nir/nir_opt_algebraic.c
rm -rf .libs _libs
rm -rf glcpp/.libs glcpp/_libs
rm -rf nir/.libs nir/_libs
rm -rf tests/.libs tests/_libs
rm -f -r subtest-cr subtest-cr-lf subtest-lf subtest-lf-cr
test -z "libnir.la libglsl.la libglcpp.la" || rm -f libnir.la libglsl.la libglcpp.la
rm -f "./so_locations"
rm -f "./so_locations"
rm -f "./so_locations"
rm -f glsl_compiler
rm -f *.o
rm -f glcpp/glcpp-lex.o
rm -f glcpp/glcpp-lex.lo
rm -f glcpp/glcpp-parse.o
rm -f glcpp/glcpp-parse.lo
rm -f glcpp/glcpp.o
rm -f glcpp/pp.o
rm -f glcpp/pp.lo
rm -f nir/glsl_to_nir.o
rm -f nir/glsl_to_nir.lo
rm -f nir/nir.o
rm -f nir/nir.lo
rm -f nir/nir_constant_expressions.o
rm -f nir/nir_constant_expressions.lo
rm -f nir/nir_dominance.o
rm -f nir/nir_dominance.lo
rm -f nir/nir_from_ssa.o
rm -f nir/nir_from_ssa.lo
rm -f nir/nir_intrinsics.o
rm -f nir/nir_intrinsics.lo
rm -f nir/nir_live_variables.o
rm -f nir/nir_live_variables.lo
rm -f nir/nir_lower_alu_to_scalar.o
rm -f nir/nir_lower_alu_to_scalar.lo
rm -f nir/nir_lower_atomics.o
rm -f nir/nir_lower_atomics.lo
rm -f nir/nir_lower_global_vars_to_local.o
rm -f nir/nir_lower_global_vars_to_local.lo
rm -f nir/nir_lower_idiv.o
rm -f nir/nir_lower_idiv.lo
rm -f nir/nir_lower_io.o
rm -f nir/nir_lower_io.lo
rm -f nir/nir_lower_locals_to_regs.o
rm -f nir/nir_lower_locals_to_regs.lo
rm -f nir/nir_lower_phis_to_scalar.o
rm -f nir/nir_lower_phis_to_scalar.lo
rm -f nir/nir_lower_samplers.o
rm -f nir/nir_lower_samplers.lo
rm -f nir/nir_lower_system_values.o
rm -f nir/nir_lower_system_values.lo
rm -f nir/nir_lower_tex_projector.o
rm -f nir/nir_lower_tex_projector.lo
rm -f nir/nir_lower_to_source_mods.o
rm -f nir/nir_lower_to_source_mods.lo
rm -f nir/nir_lower_var_copies.o
rm -f nir/nir_lower_var_copies.lo
rm -f nir/nir_lower_vars_to_ssa.o
rm -f nir/nir_lower_vars_to_ssa.lo
rm -f nir/nir_lower_vec_to_movs.o
rm -f nir/nir_lower_vec_to_movs.lo
rm -f nir/nir_metadata.o
rm -f nir/nir_metadata.lo
rm -f nir/nir_normalize_cubemap_coords.o
rm -f nir/nir_normalize_cubemap_coords.lo
rm -f nir/nir_opcodes.o
rm -f nir/nir_opcodes.lo
rm -f nir/nir_opt_algebraic.o
rm -f nir/nir_opt_algebraic.lo
rm -f nir/nir_opt_constant_folding.o
rm -f nir/nir_opt_constant_folding.lo
rm -f nir/nir_opt_copy_propagate.o
rm -f nir/nir_opt_copy_propagate.lo
rm -f nir/nir_opt_cse.o
rm -f nir/nir_opt_cse.lo
rm -f nir/nir_opt_dce.o
rm -f nir/nir_opt_dce.lo
rm -f nir/nir_opt_gcm.o
rm -f nir/nir_opt_gcm.lo
rm -f nir/nir_opt_global_to_local.o
rm -f nir/nir_opt_global_to_local.lo
rm -f nir/nir_opt_peephole_ffma.o
rm -f nir/nir_opt_peephole_ffma.lo
rm -f nir/nir_opt_peephole_select.o
rm -f nir/nir_opt_peephole_select.lo
rm -f nir/nir_opt_remove_phis.o
rm -f nir/nir_opt_remove_phis.lo
rm -f nir/nir_print.o
rm -f nir/nir_print.lo
rm -f nir/nir_remove_dead_variables.o
rm -f nir/nir_remove_dead_variables.lo
rm -f nir/nir_search.o
rm -f nir/nir_search.lo
rm -f nir/nir_split_var_copies.o
rm -f nir/nir_split_var_copies.lo
rm -f nir/nir_sweep.o
rm -f nir/nir_sweep.lo
rm -f nir/nir_to_ssa.o
rm -f nir/nir_to_ssa.lo
rm -f nir/nir_types.o
rm -f nir/nir_types.lo
rm -f nir/nir_validate.o
rm -f nir/nir_validate.lo
rm -f nir/nir_worklist.o
rm -f nir/nir_worklist.lo
rm -f tests/blob_test.o
rm -f tests/builtin_variable_test.o
rm -f tests/copy_constant_to_storage_tests.o
rm -f tests/general_ir_test.o
rm -f tests/invalidate_locations_test.o
rm -f tests/sampler_types_test.o
rm -f tests/set_uniform_initializer_tests.o
rm -f tests/uniform_initializer_utils.o
rm -f tests/varyings_test.o
rm -f *.lo
rm -f *.tab.c
test -z "" || rm -f
test . = "." || test -z "" || rm -f
rm -f glcpp/.deps/.dirstamp
rm -f glcpp/.dirstamp
rm -f nir/.deps/.dirstamp
rm -f nir/.dirstamp
rm -f tests/.deps/.dirstamp
rm -f tests/.dirstamp
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
rm -rf ./.deps glcpp/.deps nir/.deps tests/.deps
rm -f Makefile
make[2]: Leaving directory `/home/wearefam/src/mesa/mesa-git/src/glsl'
Making distclean in mapi
make[2]: Entering directory `/home/wearefam/src/mesa/mesa-git/src/mapi'
Making distclean in .
make[3]: Entering directory `/home/wearefam/src/mesa/mesa-git/src/mapi'
rm -f shared-glapi-test
test -z "shared-glapi/glapi_mapi_tmp.h es2api/glapi_mapi_tmp.h" || rm -f shared-glapi/glapi_mapi_tmp.h es2api/glapi_mapi_tmp.h
test -z "shared-glapi/libglapi.la es2api/libGLESv2.la" || rm -f shared-glapi/libglapi.la es2api/libGLESv2.la
rm -f "shared-glapi/so_locations"
rm -f "es2api/so_locations"
rm -rf .libs _libs
rm -rf es1api/.libs es1api/_libs
rm -rf es2api/.libs es2api/_libs
rm -rf glapi/.libs glapi/_libs
rm -rf shared-glapi/.libs shared-glapi/_libs
for f in libglapi.so* libGLESv2.so*; do \
rm -f ../../lib/$f; \
done;
rm -f .install-mesa-links
test -z "glapi/libglapi.la" || rm -f glapi/libglapi.la
rm -f "glapi/so_locations"
rm -f *.o
rm -f glapi/glapi_libglapi_la-glapi.o
rm -f glapi/glapi_libglapi_la-glapi.lo
rm -f glapi/glapi_libglapi_la-glapi_dispatch.o
rm -f glapi/glapi_libglapi_la-glapi_dispatch.lo
rm -f glapi/glapi_libglapi_la-glapi_entrypoint.o
rm -f glapi/glapi_libglapi_la-glapi_entrypoint.lo
rm -f glapi/glapi_libglapi_la-glapi_gentable.o
rm -f glapi/glapi_libglapi_la-glapi_gentable.lo
rm -f glapi/glapi_libglapi_la-glapi_getproc.o
rm -f glapi/glapi_libglapi_la-glapi_getproc.lo
rm -f glapi/glapi_libglapi_la-glapi_nop.o
rm -f glapi/glapi_libglapi_la-glapi_nop.lo
rm -f glapi/glapi_libglapi_la-glapi_sparc.o
rm -f glapi/glapi_libglapi_la-glapi_sparc.lo
rm -f glapi/glapi_libglapi_la-glapi_x86-64.o
rm -f glapi/glapi_libglapi_la-glapi_x86-64.lo
rm -f glapi/glapi_libglapi_la-glapi_x86.o
rm -f glapi/glapi_libglapi_la-glapi_x86.lo
rm -f glapi/tests/glapi_test-check_table.o
rm -f shared-glapi/tests/shared_glapi_test-check_table.o
rm -f *.lo
rm -f *.tab.c
test -z "" || rm -f
test . = "." || test -z "" || rm -f
rm -f es1api/.dirstamp
rm -f es2api/.dirstamp
rm -f glapi/.deps/.dirstamp
rm -f glapi/.dirstamp
rm -f glapi/tests/.deps/.dirstamp
rm -f glapi/tests/.dirstamp
rm -f shared-glapi/.dirstamp
rm -f shared-glapi/tests/.deps/.dirstamp
rm -f shared-glapi/tests/.dirstamp
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
make[3]: Leaving directory `/home/wearefam/src/mesa/mesa-git/src/mapi'
rm -rf ./.deps glapi/.deps glapi/tests/.deps shared-glapi/tests/.deps
rm -f Makefile
make[2]: Leaving directory `/home/wearefam/src/mesa/mesa-git/src/mapi'
Making distclean in mapi/glapi/gen
make[2]: Entering directory `/home/wearefam/src/mesa/mesa-git/src/mapi/glapi/gen'
rm -rf .libs _libs
rm -f *~ *.pyo
rm -f *.lo
test -z "" || rm -f
test . = "." || test -z "" || rm -f
rm -f Makefile
make[2]: Leaving directory `/home/wearefam/src/mesa/mesa-git/src/mapi/glapi/gen'
Making distclean in util
make[2]: Entering directory `/home/wearefam/src/mesa/mesa-git/src/util'
Making distclean in tests/hash_table
make[3]: Entering directory `/home/wearefam/src/mesa/mesa-git/src/util/tests/hash_table'
rm -f collision delete_and_lookup delete_management destroy_callback insert_and_lookup insert_many null_destroy random_entry remove_null replacement
rm -rf .libs _libs
rm -f *.o
rm -f *.lo
rm -f *.tab.c
test -z "" || rm -f
test . = "." || test -z "" || rm -f
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
rm -rf ./.deps
rm -f Makefile
make[3]: Leaving directory `/home/wearefam/src/mesa/mesa-git/src/util/tests/hash_table'
Making distclean in .
make[3]: Entering directory `/home/wearefam/src/mesa/mesa-git/src/util'
rm -f u_atomic_test roundeven_test
test -z "format_srgb.c" || rm -f format_srgb.c
rm -rf .libs _libs
test -z "libmesautil.la" || rm -f libmesautil.la
rm -f "./so_locations"
rm -f *.o
rm -f *.lo
rm -f *.tab.c
test -z "" || rm -f
test . = "." || test -z "" || rm -f
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
make[3]: Leaving directory `/home/wearefam/src/mesa/mesa-git/src/util'
rm -rf ./.deps
rm -f Makefile
make[2]: Leaving directory `/home/wearefam/src/mesa/mesa-git/src/util'
Making distclean in gtest
make[2]: Entering directory `/home/wearefam/src/mesa/mesa-git/src/gtest'
test -z "libgtest.la" || rm -f libgtest.la
rm -f "./so_locations"
rm -rf .libs _libs
rm -rf src/.libs src/_libs
rm -f *.o
rm -f src/gtest-all.o
rm -f src/gtest-all.lo
rm -f src/gtest_main.o
rm -f src/gtest_main.lo
rm -f *.lo
rm -f *.tab.c
test -z "" || rm -f
test . = "." || test -z "" || rm -f
rm -f src/.deps/.dirstamp
rm -f src/.dirstamp
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
rm -rf src/.deps
rm -f Makefile
make[2]: Leaving directory `/home/wearefam/src/mesa/mesa-git/src/gtest'
Making distclean in .
make[2]: Entering directory `/home/wearefam/src/mesa/mesa-git/src'
Makefile:545: mesa/main/.deps/imports.Plo: No such file or directory
Makefile:546: mesa/program/.deps/dummy_errors.Plo: No such file or directory
Makefile:547: mesa/program/.deps/prog_hash_table.Plo: No such file or directory
Makefile:548: mesa/program/.deps/symbol_table.Plo: No such file or directory
make[2]: *** No rule to make target `mesa/program/.deps/symbol_table.Plo'. Stop.
make[2]: Leaving directory `/home/wearefam/src/mesa/mesa-git/src'
make[1]: *** [distclean-recursive] Error 1
make[1]: Leaving directory `/home/wearefam/src/mesa/mesa-git/src'
make: *** [distclean-recursive] Error 1
-------------- next part --------------
A non-text attachment was scrubbed...
Name: build_mesa-with-gcc.sh
Type: application/x-sh
Size: 4161 bytes
Desc: not available
URL: <http://lists.freedesktop.org/archives/mesa-dev/attachments/20150925/7d14c411/attachment-0001.sh>
-------------- next part --------------
autoreconf: Entering directory `.'
autoreconf: configure.ac: not using Gettext
autoreconf: running: aclocal --force -I m4
autoreconf: configure.ac: tracing
autoreconf: running: libtoolize --install --copy --force
libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, `bin'.
libtoolize: copying file `bin/config.guess'
libtoolize: copying file `bin/config.sub'
libtoolize: copying file `bin/install-sh'
libtoolize: copying file `bin/ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `m4'.
libtoolize: copying file `m4/libtool.m4'
libtoolize: copying file `m4/ltoptions.m4'
libtoolize: copying file `m4/ltsugar.m4'
libtoolize: copying file `m4/ltversion.m4'
libtoolize: copying file `m4/lt~obsolete.m4'
autoreconf: running: /usr/bin/autoconf --force
autoreconf: configure.ac: not using Autoheader
autoreconf: running: automake --add-missing --copy --force-missing
configure.ac:61: installing `bin/ar-lib'
configure.ac:96: installing `bin/compile'
configure.ac:46: installing `bin/missing'
src/Makefile.am: installing `bin/depcomp'
autoreconf: Leaving directory `.'
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking target system type... x86_64-unknown-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking how to create a ustar tar archive... gnutar
checking whether make supports nested variables... yes
checking for style of include used by make... GNU
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking dependency style of gcc... gcc3
checking for ar... ar
checking the archiver (ar) interface... ar
checking how to run the C preprocessor... cpp
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking whether gcc and cc understand -c and -o together... yes
checking dependency style of gcc... gcc3
checking for GNU make... make
checking for python2... python2
checking for a sed that does not truncate output... /bin/sed
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking how to print strings... printf
checking for a sed that does not truncate output... (cached) /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... /bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for mt... mt
checking if mt is a manifest tool... no
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking how to run the C++ preprocessor... g++ -E
checking for ld used by g++... /usr/bin/ld -m elf_x86_64
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC -DPIC
checking if g++ PIC flag -fPIC -DPIC works... yes
checking if g++ static flag -static works... yes
checking if g++ supports -c -o file.o... yes
checking if g++ supports -c -o file.o... (cached) yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for bison... bison -y
checking if bison is the parser generator... yes
checking for flex... flex
checking lex output file root... lex.yy
checking lex library... -lfl
checking whether yytext is a pointer... yes
checking if flex is the lexer generator... yes
checking for indent... cat
checking if module mako in python is installed... yes
checking if compiling with clang... no
checking whether gcc version is sufficient... yes
checking for __builtin_bswap32... yes
checking for __builtin_bswap64... yes
checking for __builtin_clz... yes
checking for __builtin_clzll... yes
checking for __builtin_ctz... yes
checking for __builtin_expect... yes
checking for __builtin_ffs... yes
checking for __builtin_ffsll... yes
checking for __builtin_popcount... yes
checking for __builtin_popcountll... yes
checking for __builtin_unreachable... yes
checking for __attribute__((flatten))... yes
checking for __attribute__((format))... yes
checking for __attribute__((malloc))... yes
checking for __attribute__((packed))... yes
checking for __attribute__((unused))... yes
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking whether gcc supports -Werror=missing-prototypes... yes
checking whether gcc supports -fvisibility=hidden... yes
checking whether gcc supports -Werror=vla... yes
checking whether g++ supports -fvisibility=hidden... yes
checking if ld supports -Bsymbolic... yes
checking whether ld supports --gc-sections... yes
checking if the linker supports version-scripts... yes
checking if the linker supports --dynamic-list... yes
checking whether to enable assembly... yes, x86_64
checking xlocale.h usability... yes
checking xlocale.h presence... yes
checking for xlocale.h... yes
checking sys/sysctl.h usability... yes
checking sys/sysctl.h presence... yes
checking for sys/sysctl.h... yes
checking for strtof... yes
checking for dlopen... no
checking for dlopen in -ldl... yes
checking for dladdr... yes
checking for clock_gettime... no
checking for clock_gettime in -lrt... yes
checking for posix_memalign... yes
checking for the pthreads library -lpthreads... no
checking whether pthreads work without any flags... no
checking whether pthreads work with -Kthread... no
checking whether pthreads work with -kthread... no
checking for the pthreads library -llthread... no
checking whether pthreads work with -pthread... yes
checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
checking if more special flags are required for pthreads... no
checking for PTHREAD_PRIO_INHERIT... no
checking for LIBDRM... yes
checking for LIBUDEV... yes
checking for GLPROTO... yes
checking for DRI2PROTO... yes
checking for XF86VIDMODE... yes
checking for DRIGL... yes
checking for EXPAT... no
checking expat.h usability... yes
checking expat.h presence... yes
checking for expat.h... yes
checking for XML_ParserCreate in -lexpat... yes
checking for INTEL... yes
checking for mincore... yes
checking for elf_memory in -lelf... yes
checking for WAYLAND_SCANNER... no
checking for wayland-scanner... /usr/bin/wayland-scanner
checking for XCB_DRI2... yes
checking for llvm-config... /opt/llvm/bin/llvm-config
configure: WARNING: Building mesa with statically linked LLVM may cause compilation issues
Package libva was not found in the pkg-config search path.
Perhaps you should add the directory containing `libva.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libva' found
Package libva was not found in the pkg-config search path.
Perhaps you should add the directory containing `libva.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libva' found
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating src/egl/drivers/dri2/Makefile
config.status: creating src/egl/main/Makefile
config.status: creating src/egl/main/egl.pc
config.status: creating src/egl/wayland/wayland-drm/Makefile
config.status: creating src/egl/wayland/wayland-egl/Makefile
config.status: creating src/egl/wayland/wayland-egl/wayland-egl.pc
config.status: creating src/gallium/Makefile
config.status: creating src/gallium/auxiliary/Makefile
config.status: creating src/gallium/auxiliary/pipe-loader/Makefile
config.status: creating src/gallium/drivers/freedreno/Makefile
config.status: creating src/gallium/drivers/i915/Makefile
config.status: creating src/gallium/drivers/ilo/Makefile
config.status: creating src/gallium/drivers/llvmpipe/Makefile
config.status: creating src/gallium/drivers/noop/Makefile
config.status: creating src/gallium/drivers/nouveau/Makefile
config.status: creating src/gallium/drivers/r300/Makefile
config.status: creating src/gallium/drivers/r600/Makefile
config.status: creating src/gallium/drivers/radeon/Makefile
config.status: creating src/gallium/drivers/radeonsi/Makefile
config.status: creating src/gallium/drivers/rbug/Makefile
config.status: creating src/gallium/drivers/softpipe/Makefile
config.status: creating src/gallium/drivers/svga/Makefile
config.status: creating src/gallium/drivers/trace/Makefile
config.status: creating src/gallium/drivers/vc4/Makefile
config.status: creating src/gallium/drivers/vc4/kernel/Makefile
config.status: creating src/gallium/state_trackers/clover/Makefile
config.status: creating src/gallium/state_trackers/dri/Makefile
config.status: creating src/gallium/state_trackers/glx/xlib/Makefile
config.status: creating src/gallium/state_trackers/nine/Makefile
config.status: creating src/gallium/state_trackers/omx/Makefile
config.status: creating src/gallium/state_trackers/osmesa/Makefile
config.status: creating src/gallium/state_trackers/va/Makefile
config.status: creating src/gallium/state_trackers/vdpau/Makefile
config.status: creating src/gallium/state_trackers/xa/Makefile
config.status: creating src/gallium/state_trackers/xvmc/Makefile
config.status: creating src/gallium/targets/d3dadapter9/Makefile
config.status: creating src/gallium/targets/d3dadapter9/d3d.pc
config.status: creating src/gallium/targets/dri/Makefile
config.status: creating src/gallium/targets/libgl-xlib/Makefile
config.status: creating src/gallium/targets/omx/Makefile
config.status: creating src/gallium/targets/opencl/Makefile
config.status: creating src/gallium/targets/opencl/mesa.icd
config.status: creating src/gallium/targets/osmesa/Makefile
config.status: creating src/gallium/targets/osmesa/osmesa.pc
config.status: creating src/gallium/targets/pipe-loader/Makefile
config.status: creating src/gallium/targets/va/Makefile
config.status: creating src/gallium/targets/vdpau/Makefile
config.status: creating src/gallium/targets/xa/Makefile
config.status: creating src/gallium/targets/xa/xatracker.pc
config.status: creating src/gallium/targets/xvmc/Makefile
config.status: creating src/gallium/tests/trivial/Makefile
config.status: creating src/gallium/tests/unit/Makefile
config.status: creating src/gallium/winsys/freedreno/drm/Makefile
config.status: creating src/gallium/winsys/i915/drm/Makefile
config.status: creating src/gallium/winsys/intel/drm/Makefile
config.status: creating src/gallium/winsys/nouveau/drm/Makefile
config.status: creating src/gallium/winsys/radeon/drm/Makefile
config.status: creating src/gallium/winsys/svga/drm/Makefile
config.status: creating src/gallium/winsys/sw/dri/Makefile
config.status: creating src/gallium/winsys/sw/kms-dri/Makefile
config.status: creating src/gallium/winsys/sw/null/Makefile
config.status: creating src/gallium/winsys/sw/wrapper/Makefile
config.status: creating src/gallium/winsys/sw/xlib/Makefile
config.status: creating src/gallium/winsys/vc4/drm/Makefile
config.status: creating src/gbm/Makefile
config.status: creating src/gbm/main/gbm.pc
config.status: creating src/glsl/Makefile
config.status: creating src/glx/Makefile
config.status: creating src/glx/apple/Makefile
config.status: creating src/glx/tests/Makefile
config.status: creating src/gtest/Makefile
config.status: creating src/loader/Makefile
config.status: creating src/mapi/Makefile
config.status: creating src/mapi/es1api/glesv1_cm.pc
config.status: creating src/mapi/es2api/glesv2.pc
config.status: creating src/mapi/glapi/gen/Makefile
config.status: creating src/mesa/Makefile
config.status: creating src/mesa/gl.pc
config.status: creating src/mesa/drivers/dri/dri.pc
config.status: creating src/mesa/drivers/dri/common/Makefile
config.status: creating src/mesa/drivers/dri/common/xmlpool/Makefile
config.status: creating src/mesa/drivers/dri/i915/Makefile
config.status: creating src/mesa/drivers/dri/i965/Makefile
config.status: creating src/mesa/drivers/dri/Makefile
config.status: creating src/mesa/drivers/dri/nouveau/Makefile
config.status: creating src/mesa/drivers/dri/r200/Makefile
config.status: creating src/mesa/drivers/dri/radeon/Makefile
config.status: creating src/mesa/drivers/dri/swrast/Makefile
config.status: creating src/mesa/drivers/osmesa/Makefile
config.status: creating src/mesa/drivers/osmesa/osmesa.pc
config.status: creating src/mesa/drivers/x11/Makefile
config.status: creating src/mesa/main/tests/Makefile
config.status: creating src/util/Makefile
config.status: creating src/util/tests/hash_table/Makefile
config.status: executing depfiles commands
config.status: executing libtool commands
prefix: /opt/xorg
exec_prefix: ${prefix}
libdir: ${exec_prefix}/lib
includedir: ${prefix}/include
OpenGL: yes (ES1: no ES2: yes)
OSMesa: no
DRI platform: drm
DRI drivers: i965
DRI driver dir: /opt/xorg/lib/dri
GLX: DRI-based
EGL: yes
EGL platforms: x11
EGL drivers: builtin:egl_dri2
llvm: yes
llvm-config: /opt/llvm/bin/llvm-config
llvm-version: 3.7.0
Gallium: yes
Shared libs: yes
Static libs: no
Shared-glapi: yes
CFLAGS: -g -O2 -Wall -std=c99 -Werror=implicit-function-declaration -Werror=missing-prototypes -fno-strict-aliasing -fno-builtin-memcmp
CXXFLAGS: -g -O2 -Wall -fno-strict-aliasing -fno-builtin-memcmp
Macros: -D_GNU_SOURCE -DUSE_SSE41 -DDEBUG -DUSE_X86_64_ASM -DHAVE_XLOCALE_H -DHAVE_SYS_SYSCTL_H -DHAVE_STRTOF -DHAVE_DLOPEN -DHAVE_POSIX_MEMALIGN -DHAVE_LIBDRM -DGLX_USE_DRM -DHAVE_LIBUDEV -DGLX_INDIRECT_RENDERING -DGLX_DIRECT_RENDERING -DGLX_USE_TLS -DHAVE_ALIAS -DHAVE_MINCORE -DHAVE_LLVM=0x0307 -DLLVM_VERSION_PATCH=0
LLVM_CFLAGS: -I/opt/llvm-toolchain-3.7.0/include -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS
LLVM_CXXFLAGS: -I/opt/llvm-toolchain-3.7.0/include -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -std=c++11 -fno-rtti
LLVM_CPPFLAGS: -I/opt/llvm-toolchain-3.7.0/include -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS
LLVM_LDFLAGS: -L/opt/llvm-toolchain-3.7.0/lib
PYTHON2: python2
Run 'make' to build Mesa
Making all in src
make[1]: Entering directory `/home/wearefam/src/mesa/mesa-git/src'
Making all in .
make[2]: Entering directory `/home/wearefam/src/mesa/mesa-git/src'
CC mesa/main/imports.lo
CC mesa/program/prog_hash_table.lo
CC mesa/program/symbol_table.lo
CC mesa/program/dummy_errors.lo
CCLD libglsl_util.la
make[2]: Leaving directory `/home/wearefam/src/mesa/mesa-git/src'
Making all in gtest
make[2]: Entering directory `/home/wearefam/src/mesa/mesa-git/src/gtest'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/wearefam/src/mesa/mesa-git/src/gtest'
Making all in util
make[2]: Entering directory `/home/wearefam/src/mesa/mesa-git/src/util'
GEN format_srgb.c
make all-recursive
make[3]: Entering directory `/home/wearefam/src/mesa/mesa-git/src/util'
Making all in .
make[4]: Entering directory `/home/wearefam/src/mesa/mesa-git/src/util'
CC libmesautil_la-hash_table.lo
CC libmesautil_la-ralloc.lo
CC libmesautil_la-register_allocate.lo
CC libmesautil_la-rgtc.lo
CC libmesautil_la-set.lo
CXX libmesautil_la-strtod.lo
CC libmesautil_la-format_srgb.lo
CXXLD libmesautil.la
make[4]: Leaving directory `/home/wearefam/src/mesa/mesa-git/src/util'
Making all in tests/hash_table
make[4]: Entering directory `/home/wearefam/src/mesa/mesa-git/src/util/tests/hash_table'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/home/wearefam/src/mesa/mesa-git/src/util/tests/hash_table'
make[3]: Leaving directory `/home/wearefam/src/mesa/mesa-git/src/util'
make[2]: Leaving directory `/home/wearefam/src/mesa/mesa-git/src/util'
Making all in mapi/glapi/gen
make[2]: Entering directory `/home/wearefam/src/mesa/mesa-git/src/mapi/glapi/gen'
GEN ../../../../src/mapi/glapi/glapi_mapi_tmp.h
GEN ../../../../src/mapi/glapi/glprocs.h
GEN ../../../../src/mapi/glapi/glapitemp.h
GEN ../../../../src/mapi/glapi/glapitable.h
GEN ../../../../src/mapi/glapi/glapi_gentable.c
GEN ../../../../src/mapi/glapi/glapi_x86-64.S
GEN ../../../../src/mesa/main/enums.c
GEN ../../../../src/mesa/main/api_exec.c
GEN ../../../../src/mesa/main/dispatch.h
GEN ../../../../src/mesa/main/remap_helper.h
GEN ../../../../src/glx/indirect.c
GEN ../../../../src/glx/indirect.h
GEN ../../../../src/glx/indirect_init.c
GEN ../../../../src/glx/indirect_size.h
GEN ../../../../src/glx/indirect_size.c
make all-am
make[3]: Entering directory `/home/wearefam/src/mesa/mesa-git/src/mapi/glapi/gen'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/home/wearefam/src/mesa/mesa-git/src/mapi/glapi/gen'
make[2]: Leaving directory `/home/wearefam/src/mesa/mesa-git/src/mapi/glapi/gen'
Making all in mapi
make[2]: Entering directory `/home/wearefam/src/mesa/mesa-git/src/mapi'
GEN shared-glapi/glapi_mapi_tmp.h
GEN es2api/glapi_mapi_tmp.h
make all-recursive
make[3]: Entering directory `/home/wearefam/src/mesa/mesa-git/src/mapi'
make[4]: Entering directory `/home/wearefam/src/mesa/mesa-git/src/mapi'
CC shared_glapi_libglapi_la-entry.lo
CC shared_glapi_libglapi_la-mapi_glapi.lo
CC shared_glapi_libglapi_la-stub.lo
CC shared_glapi_libglapi_la-table.lo
CC shared_glapi_libglapi_la-u_current.lo
CC shared_glapi_libglapi_la-u_execmem.lo
CCLD shared-glapi/libglapi.la
CC es2api_libGLESv2_la-entry.lo
CCLD es2api/libGLESv2.la
CC glapi/glapi_libglapi_la-glapi_gentable.lo
CC glapi_libglapi_la-entry.lo
CCLD glapi/libglapi.la
GEN .install-mesa-links
make[4]: Leaving directory `/home/wearefam/src/mesa/mesa-git/src/mapi'
make[3]: Leaving directory `/home/wearefam/src/mesa/mesa-git/src/mapi'
make[2]: Leaving directory `/home/wearefam/src/mesa/mesa-git/src/mapi'
Making all in glsl
make[2]: Entering directory `/home/wearefam/src/mesa/mesa-git/src/glsl'
YACC glsl_parser.cpp
LEX glsl_lexer.cpp
YACC glcpp/glcpp-parse.c
LEX glcpp/glcpp-lex.c
/bin/mkdir -p nir; \
python2 ./nir/nir_builder_opcodes_h.py > nir/nir_builder_opcodes.h
/bin/mkdir -p nir; \
python2 ./nir/nir_constant_expressions.py > nir/nir_constant_expressions.c
/bin/mkdir -p nir; \
python2 ./nir/nir_opcodes_c.py > nir/nir_opcodes.c
/bin/mkdir -p nir; \
python2 ./nir/nir_opcodes_h.py > nir/nir_opcodes.h
/bin/mkdir -p nir; \
python2 ./nir/nir_opt_algebraic.py > nir/nir_opt_algebraic.c
make all-am
make[3]: Entering directory `/home/wearefam/src/mesa/mesa-git/src/glsl'
CXX glsl_types.lo
CXX builtin_types.lo
CXX glsl_symbol_table.lo
CXX nir/glsl_to_nir.lo
CC nir/nir.lo
CC nir/nir_dominance.lo
CC nir/nir_from_ssa.lo
CC nir/nir_intrinsics.lo
CC nir/nir_live_variables.lo
CC nir/nir_lower_alu_to_scalar.lo
CC nir/nir_lower_atomics.lo
CC nir/nir_lower_global_vars_to_local.lo
CC nir/nir_lower_locals_to_regs.lo
CC nir/nir_lower_idiv.lo
CC nir/nir_lower_io.lo
CC nir/nir_lower_phis_to_scalar.lo
CXX nir/nir_lower_samplers.lo
CC nir/nir_lower_system_values.lo
CC nir/nir_lower_tex_projector.lo
CC nir/nir_lower_to_source_mods.lo
CC nir/nir_lower_vars_to_ssa.lo
CC nir/nir_lower_var_copies.lo
CC nir/nir_lower_vec_to_movs.lo
CC nir/nir_metadata.lo
CC nir/nir_normalize_cubemap_coords.lo
CC nir/nir_opt_constant_folding.lo
CC nir/nir_opt_copy_propagate.lo
CC nir/nir_opt_cse.lo
CC nir/nir_opt_dce.lo
CC nir/nir_opt_gcm.lo
CC nir/nir_opt_global_to_local.lo
CC nir/nir_opt_peephole_ffma.lo
CC nir/nir_opt_peephole_select.lo
CC nir/nir_opt_remove_phis.lo
CC nir/nir_print.lo
CC nir/nir_remove_dead_variables.lo
CC nir/nir_search.lo
CC nir/nir_split_var_copies.lo
CC nir/nir_sweep.lo
CC nir/nir_to_ssa.lo
CC nir/nir_validate.lo
CC nir/nir_worklist.lo
CXX nir/nir_types.lo
CC nir/nir_constant_expressions.lo
CC nir/nir_opcodes.lo
CC nir/nir_opt_algebraic.lo
CXXLD libnir.la
CXX glsl_lexer.lo
CXX glsl_parser.lo
CXX ast_array_index.lo
CXX ast_expr.lo
CXX ast_function.lo
CXX ast_to_hir.lo
CXX ast_type.lo
CC blob.lo
CXX builtin_functions.lo
CXX builtin_variables.lo
CXX glsl_parser_extras.lo
CXX hir_field_selection.lo
CXX ir_basic_block.lo
CXX ir_builder.lo
CXX ir_clone.lo
CXX ir_constant_expression.lo
CXX ir.lo
CXX ir_equals.lo
CXX ir_expression_flattening.lo
CXX ir_function_can_inline.lo
CXX ir_function_detect_recursion.lo
CXX ir_function.lo
CXX ir_hierarchical_visitor.lo
CXX ir_hv_accept.lo
CXX ir_import_prototypes.lo
CXX ir_print_visitor.lo
CXX ir_reader.lo
CXX ir_rvalue_visitor.lo
CXX ir_set_program_inouts.lo
CXX ir_validate.lo
CXX ir_variable_refcount.lo
CXX linker.lo
linker.cpp: In function 'bool assign_attribute_or_color_locations(gl_shader_program*, unsigned int, unsigned int)':
linker.cpp:2014:13: warning: unused variable 'total_attribs_size' [-Wunused-variable]
unsigned total_attribs_size = 0;
^
CXX link_atomics.lo
CXX link_functions.lo
CXX link_interface_blocks.lo
CXX link_uniforms.lo
CXX link_uniform_initializers.lo
CXX link_uniform_block_active_visitor.lo
CXX link_uniform_blocks.lo
CXX link_varyings.lo
CXX loop_analysis.lo
CXX loop_controls.lo
CXX loop_unroll.lo
CXX lower_clip_distance.lo
CXX lower_const_arrays_to_uniforms.lo
CXX lower_discard.lo
CXX lower_discard_flow.lo
CXX lower_if_to_cond_assign.lo
CXX lower_instructions.lo
CXX lower_jumps.lo
CXX lower_mat_op_to_vec.lo
CXX lower_noise.lo
CXX lower_offset_array.lo
CXX lower_packed_varyings.lo
CXX lower_named_interface_blocks.lo
CXX lower_packing_builtins.lo
CXX lower_texture_projection.lo
CXX lower_variable_index_to_cond_assign.lo
CXX lower_vec_index_to_cond_assign.lo
CXX lower_vec_index_to_swizzle.lo
CXX lower_vector.lo
CXX lower_vector_insert.lo
CXX lower_vertex_id.lo
CXX lower_output_reads.lo
CXX lower_ubo_reference.lo
CXX opt_algebraic.lo
CXX opt_array_splitting.lo
CXX opt_conditional_discard.lo
CXX opt_constant_folding.lo
CXX opt_constant_propagation.lo
CXX opt_constant_variable.lo
CXX opt_copy_propagation.lo
CXX opt_copy_propagation_elements.lo
CXX opt_cse.lo
CXX opt_dead_builtin_variables.lo
CXX opt_dead_builtin_varyings.lo
CXX opt_dead_code.lo
CXX opt_dead_code_local.lo
CXX opt_dead_functions.lo
CXX opt_flatten_nested_if_blocks.lo
CXX opt_flip_matrices.lo
CXX opt_function_inlining.lo
CXX opt_if_simplification.lo
CXX opt_minmax.lo
CXX opt_noop_swizzle.lo
CXX opt_rebalance_tree.lo
CXX opt_redundant_jumps.lo
CXX opt_structure_splitting.lo
CXX opt_swizzle_swizzle.lo
CXX opt_tree_grafting.lo
CXX opt_vectorize.lo
CXX s_expression.lo
CC glcpp/glcpp-lex.lo
CC glcpp/glcpp-parse.lo
CC glcpp/pp.lo
CCLD libglcpp.la
CXXLD libglsl.la
CXX standalone_scaffolding.o
CXX main.o
CXXLD glsl_compiler
make[3]: Leaving directory `/home/wearefam/src/mesa/mesa-git/src/glsl'
make[2]: Leaving directory `/home/wearefam/src/mesa/mesa-git/src/glsl'
Making all in mesa
make[2]: Entering directory `/home/wearefam/src/mesa/mesa-git/src/mesa'
GEN main/get_hash.h
GEN main/format_info.h
updating main/git_sha1.h
GEN main/format_pack.c
GEN main/format_unpack.c
GEN program/program_parse.tab.c
GEN program/lex.yy.c
CC x86/gen_matypes.o
CCLD gen_matypes
GEN matypes.h
make all-recursive
make[3]: Entering directory `/home/wearefam/src/mesa/mesa-git/src/mesa'
Making all in .
make[4]: Entering directory `/home/wearefam/src/mesa/mesa-git/src/mesa'
CC main/libmesa_sse41_la-streaming-load-memcpy.lo
CC main/libmesa_sse41_la-sse_minmax.lo
CCLD libmesa_sse41.la
CC main/accum.lo
CC main/api_arrayelt.lo
CC main/api_exec.lo
CC main/api_loopback.lo
CC main/api_validate.lo
CC main/arbprogram.lo
CC main/arrayobj.lo
CC main/atifragshader.lo
CC main/attrib.lo
CC main/blend.lo
CC main/blit.lo
CC main/bufferobj.lo
CC main/buffers.lo
CC main/clear.lo
CC main/clip.lo
CC main/colortab.lo
CC main/compute.lo
CC main/condrender.lo
CC main/context.lo
CC main/convolve.lo
CC main/copyimage.lo
CC main/cpuinfo.lo
CC main/debug.lo
CC main/depth.lo
CC main/dlist.lo
CC main/drawpix.lo
CC main/drawtex.lo
CC main/enable.lo
CC main/enums.lo
CC main/errors.lo
CC main/eval.lo
CC main/execmem.lo
CC main/extensions.lo
CC main/fbobject.lo
CC main/feedback.lo
CXX main/ff_fragment_shader.lo
CC main/ffvertex_prog.lo
CC main/fog.lo
CC main/format_pack.lo
CC main/format_unpack.lo
CC main/formatquery.lo
CC main/formats.lo
CC main/format_utils.lo
CC main/framebuffer.lo
CC main/get.lo
CC main/genmipmap.lo
CC main/getstring.lo
CC main/glformats.lo
CC main/hash.lo
CC main/hint.lo
CC main/histogram.lo
CC main/image.lo
CC main/light.lo
CC main/lines.lo
CC main/matrix.lo
CC main/mipmap.lo
CC main/mm.lo
CC main/multisample.lo
CC main/objectlabel.lo
CC main/pack.lo
CC main/pbo.lo
CC main/performance_monitor.lo
CC main/pipelineobj.lo
CC main/pixel.lo
CC main/pixelstore.lo
CC main/pixeltransfer.lo
CC main/points.lo
CC main/polygon.lo
CC main/program_resource.lo
CC main/querymatrix.lo
CC main/queryobj.lo
CC main/rastpos.lo
CC main/readpix.lo
CC main/remap.lo
CC main/renderbuffer.lo
CC main/samplerobj.lo
CC main/scissor.lo
CC main/shaderapi.lo
CC main/shaderimage.lo
CC main/shaderobj.lo
CXX main/shader_query.lo
CC main/shared.lo
CC main/state.lo
CC main/stencil.lo
CC main/syncobj.lo
CC main/texcompress.lo
CC main/texcompress_bptc.lo
CC main/texcompress_cpal.lo
CC main/texcompress_etc.lo
CC main/texcompress_fxt1.lo
CC main/texcompress_rgtc.lo
CC main/texcompress_s3tc.lo
CC main/texenv.lo
CC main/texformat.lo
CC main/texgen.lo
CC main/texgetimage.lo
CC main/teximage.lo
CC main/texobj.lo
CC main/texparam.lo
CC main/texstate.lo
CC main/texstorage.lo
CC main/texstore.lo
CC main/textureview.lo
CC main/texturebarrier.lo
CC main/transformfeedback.lo
CXX main/uniform_query.lo
CC main/uniforms.lo
CC main/varray.lo
CC main/vdpau.lo
CC main/version.lo
CC main/viewport.lo
CC main/vtxfmt.lo
CC main/es1_conversion.lo
CC math/m_debug_clip.lo
CC math/m_debug_norm.lo
CC math/m_debug_xform.lo
CC math/m_eval.lo
CC math/m_matrix.lo
CC math/m_translate.lo
CC math/m_vector.lo
CC math/m_xform.lo
CC vbo/vbo_context.lo
CC vbo/vbo_exec_api.lo
CC vbo/vbo_exec_array.lo
CC vbo/vbo_exec.lo
CC vbo/vbo_exec_draw.lo
CC vbo/vbo_exec_eval.lo
CC vbo/vbo_noop.lo
CC vbo/vbo_primitive_restart.lo
CC vbo/vbo_rebase.lo
CC vbo/vbo_save_api.lo
CC vbo/vbo_save.lo
CC vbo/vbo_save_draw.lo
CC vbo/vbo_save_loopback.lo
CC vbo/vbo_split.lo
CC vbo/vbo_split_copy.lo
CC vbo/vbo_split_inplace.lo
CC tnl/t_context.lo
CC tnl/t_draw.lo
CC tnl/t_pipeline.lo
CC tnl/t_rasterpos.lo
CC tnl/t_vb_fog.lo
CC tnl/t_vb_light.lo
CC tnl/t_vb_normals.lo
CC tnl/t_vb_points.lo
CC tnl/t_vb_program.lo
CC tnl/t_vb_render.lo
CC tnl/t_vb_texgen.lo
CC tnl/t_vb_texmat.lo
CC tnl/t_vb_vertex.lo
CC tnl/t_vertex.lo
CC tnl/t_vertex_generic.lo
CC tnl/t_vertex_sse.lo
CC tnl/t_vp_build.lo
CC swrast/s_aaline.lo
CC swrast/s_aatriangle.lo
CC swrast/s_alpha.lo
CC swrast/s_atifragshader.lo
CC swrast/s_bitmap.lo
CC swrast/s_blend.lo
CC swrast/s_blit.lo
CC swrast/s_clear.lo
CC swrast/s_context.lo
CC swrast/s_copypix.lo
CC swrast/s_depth.lo
CC swrast/s_drawpix.lo
CC swrast/s_feedback.lo
CC swrast/s_fog.lo
CC swrast/s_fragprog.lo
CC swrast/s_lines.lo
CC swrast/s_logic.lo
CC swrast/s_masking.lo
CC swrast/s_points.lo
CC swrast/s_renderbuffer.lo
CC swrast/s_span.lo
CC swrast/s_stencil.lo
CC swrast/s_texcombine.lo
CC swrast/s_texfetch.lo
CC swrast/s_texfilter.lo
CC swrast/s_texrender.lo
CC swrast/s_texture.lo
CC swrast/s_triangle.lo
CC swrast/s_zoom.lo
CC swrast_setup/ss_context.lo
CC swrast_setup/ss_triangle.lo
CC drivers/common/driverfuncs.lo
CC drivers/common/meta_blit.lo
CC drivers/common/meta_copy_image.lo
CC drivers/common/meta_generate_mipmap.lo
CC drivers/common/meta_tex_subimage.lo
CC drivers/common/meta.lo
CC x86/common_x86.lo
CC x86/x86_xform.lo
CC x86/3dnow.lo
CC x86/sse.lo
CC x86/rtasm/x86sse.lo
CC sparc/sparc.lo
CC x86-64/x86-64.lo
CC program/arbprogparse.lo
CXX program/ir_to_mesa.lo
CC program/lex.yy.lo
CC program/prog_cache.lo
CC program/prog_execute.lo
CC program/prog_instruction.lo
CC program/prog_noise.lo
CC program/prog_opt_constant_fold.lo
CC program/prog_optimize.lo
CC program/prog_parameter.lo
CC program/prog_parameter_layout.lo
CC program/prog_print.lo
CC program/program.lo
CC program/programopt.lo
CC program/program_parse_extra.lo
CC program/program_parse.tab.lo
CC program/prog_statevars.lo
CXX program/sampler.lo
CXX program/string_to_uint_map.lo
CC program/prog_to_nir.lo
CPPAS x86-64/xform4.lo
CXXLD libmesa.la
CC state_tracker/st_atom_array.lo
CC state_tracker/st_atom_blend.lo
CC state_tracker/st_atom.lo
CC state_tracker/st_atom_clip.lo
CC state_tracker/st_atom_constbuf.lo
CC state_tracker/st_atom_depth.lo
CC state_tracker/st_atom_framebuffer.lo
CC state_tracker/st_atom_msaa.lo
CC state_tracker/st_atom_pixeltransfer.lo
CC state_tracker/st_atom_rasterizer.lo
CC state_tracker/st_atom_sampler.lo
CC state_tracker/st_atom_scissor.lo
CC state_tracker/st_atom_shader.lo
CC state_tracker/st_atom_stipple.lo
CC state_tracker/st_atom_texture.lo
CC state_tracker/st_atom_viewport.lo
CC state_tracker/st_cb_bitmap.lo
CC state_tracker/st_cb_blit.lo
CC state_tracker/st_cb_bufferobjects.lo
CC state_tracker/st_cb_clear.lo
CC state_tracker/st_cb_condrender.lo
CC state_tracker/st_cb_drawpixels.lo
CC state_tracker/st_cb_drawtex.lo
CC state_tracker/st_cb_eglimage.lo
CC state_tracker/st_cb_fbo.lo
CC state_tracker/st_cb_feedback.lo
CC state_tracker/st_cb_flush.lo
CC state_tracker/st_cb_msaa.lo
CC state_tracker/st_cb_perfmon.lo
CC state_tracker/st_cb_program.lo
CC state_tracker/st_cb_queryobj.lo
CC state_tracker/st_cb_rasterpos.lo
CC state_tracker/st_cb_readpixels.lo
CC state_tracker/st_cb_strings.lo
CC state_tracker/st_cb_syncobj.lo
CC state_tracker/st_cb_texturebarrier.lo
CC state_tracker/st_cb_texture.lo
CC state_tracker/st_cb_viewport.lo
CC state_tracker/st_cb_xformfb.lo
CC state_tracker/st_context.lo
CC state_tracker/st_debug.lo
CC state_tracker/st_draw.lo
CC state_tracker/st_draw_feedback.lo
CC state_tracker/st_extensions.lo
CC state_tracker/st_format.lo
CC state_tracker/st_gen_mipmap.lo
CXX state_tracker/st_glsl_to_tgsi.lo
CC state_tracker/st_manager.lo
CC state_tracker/st_mesa_to_tgsi.lo
CC state_tracker/st_program.lo
CC state_tracker/st_texture.lo
CC state_tracker/st_vdpau.lo
CXXLD libmesagallium.la
make[4]: Leaving directory `/home/wearefam/src/mesa/mesa-git/src/mesa'
Making all in main/tests
make[4]: Entering directory `/home/wearefam/src/mesa/mesa-git/src/mesa/main/tests'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/home/wearefam/src/mesa/mesa-git/src/mesa/main/tests'
Making all in drivers/dri
make[4]: Entering directory `/home/wearefam/src/mesa/mesa-git/src/mesa/drivers/dri'
Making all in common
make[5]: Entering directory `/home/wearefam/src/mesa/mesa-git/src/mesa/drivers/dri/common'
Making all in xmlpool
make[6]: Entering directory `/home/wearefam/src/mesa/mesa-git/src/mesa/drivers/dri/common/xmlpool'
Updating (ca) ca/LC_MESSAGES/options.mo from ca.po.
Updating (de) de/LC_MESSAGES/options.mo from de.po.
Updating (es) es/LC_MESSAGES/options.mo from es.po.
Updating (nl) nl/LC_MESSAGES/options.mo from nl.po.
Updating (fr) fr/LC_MESSAGES/options.mo from fr.po.
Updating (sv) sv/LC_MESSAGES/options.mo from sv.po.
GEN options.h
make all-am
make[7]: Entering directory `/home/wearefam/src/mesa/mesa-git/src/mesa/drivers/dri/common/xmlpool'
make[7]: Nothing to be done for `all-am'.
make[7]: Leaving directory `/home/wearefam/src/mesa/mesa-git/src/mesa/drivers/dri/common/xmlpool'
make[6]: Leaving directory `/home/wearefam/src/mesa/mesa-git/src/mesa/drivers/dri/common/xmlpool'
make[6]: Entering directory `/home/wearefam/src/mesa/mesa-git/src/mesa/drivers/dri/common'
CC utils.lo
CC dri_util.lo
CCLD libdricommon.la
CC libxmlconfig_la-xmlconfig.lo
CCLD libxmlconfig.la
CC megadriver_stub.lo
CCLD libmegadriver_stub.la
CC libdri_test_stubs_la-dri_test.lo
CCLD libdri_test_stubs.la
make[6]: Leaving directory `/home/wearefam/src/mesa/mesa-git/src/mesa/drivers/dri/common'
make[5]: Leaving directory `/home/wearefam/src/mesa/mesa-git/src/mesa/drivers/dri/common'
Making all in i965
make[5]: Entering directory `/home/wearefam/src/mesa/mesa-git/src/mesa/drivers/dri/i965'
CC brw_binding_tables.lo
CXX brw_blorp_blit.lo
CXX brw_blorp_blit_eu.lo
CXX brw_blorp.lo
CC brw_cc.lo
CXX brw_cfg.lo
CC brw_clear.lo
CC brw_clip.lo
CC brw_clip_line.lo
CC brw_clip_point.lo
CC brw_clip_state.lo
CC brw_clip_tri.lo
CC brw_clip_unfilled.lo
CC brw_clip_util.lo
CC brw_compute.lo
CC brw_conditional_render.lo
CC brw_context.lo
CXX brw_cs.lo
CXX brw_cubemap_normalize.lo
CC brw_curbe.lo
CXX brw_dead_control_flow.lo
CC brw_device_info.lo
CC brw_disasm.lo
CC brw_draw.lo
CC brw_draw_upload.lo
CC brw_eu.lo
CC brw_eu_compact.lo
CC brw_eu_emit.lo
CC brw_eu_util.lo
CC brw_ff_gs.lo
CC brw_ff_gs_emit.lo
CXX brw_fs_channel_expressions.lo
CXX brw_fs_cmod_propagation.lo
CXX brw_fs_combine_constants.lo
CXX brw_fs_copy_propagation.lo
CXX brw_fs.lo
CXX brw_fs_cse.lo
CXX brw_fs_dead_code_eliminate.lo
CXX brw_fs_fp.lo
CXX brw_fs_generator.lo
CXX brw_fs_live_variables.lo
CXX brw_fs_nir.lo
CXX brw_fs_peephole_predicated_break.lo
CXX brw_fs_reg_allocate.lo
CXX brw_fs_register_coalesce.lo
CXX brw_fs_saturate_propagation.lo
CXX brw_fs_sel_peephole.lo
CXX brw_fs_vector_splitting.lo
CXX brw_fs_visitor.lo
CC brw_gs.lo
CC brw_gs_state.lo
CC brw_gs_surface_state.lo
CC brw_interpolation_map.lo
CXX brw_lower_texture_gradients.lo
CXX brw_lower_unnormalized_offset.lo
CC brw_meta_fast_clear.lo
CC brw_meta_stencil_blit.lo
CC brw_meta_updownsample.lo
CC brw_meta_util.lo
CC brw_misc_state.lo
CC brw_nir.lo
CC brw_nir_analyze_boolean_resolves.lo
CC brw_object_purgeable.lo
CC brw_packed_float.lo
CC brw_performance_monitor.lo
CC brw_primitive_restart.lo
CC brw_program.lo
CC brw_queryobj.lo
CC brw_reset.lo
CC brw_sampler_state.lo
CXX brw_schedule_instructions.lo
CC brw_sf.lo
CC brw_sf_emit.lo
CC brw_sf_state.lo
CXX brw_shader.lo
CC brw_state_batch.lo
CC brw_state_cache.lo
CC brw_state_dump.lo
CC brw_state_upload.lo
CC brw_surface_formats.lo
CC brw_tex.lo
CC brw_tex_layout.lo
CC brw_urb.lo
CC brw_util.lo
CXX brw_vec4_copy_propagation.lo
CXX brw_vec4.lo
CXX brw_vec4_cse.lo
CXX brw_vec4_dead_code_eliminate.lo
CXX brw_vec4_generator.lo
CXX brw_vec4_gs_visitor.lo
CXX brw_vec4_live_variables.lo
CXX brw_vec4_reg_allocate.lo
CXX brw_vec4_visitor.lo
CXX brw_vec4_vp.lo
CXX brw_vec4_vs_visitor.lo
CC brw_vs.lo
CC brw_vs_state.lo
CC brw_vs_surface_state.lo
CC brw_wm.lo
CXX brw_wm_iz.lo
CC brw_wm_state.lo
CC brw_wm_surface_state.lo
CXX gen6_blorp.lo
CC gen6_cc.lo
CC gen6_clip_state.lo
CC gen6_depth_state.lo
CC gen6_depthstencil.lo
CC gen6_gs_state.lo
CXX gen6_gs_visitor.lo
CC gen6_multisample_state.lo
CC gen6_queryobj.lo
CC gen6_sampler_state.lo
CC gen6_scissor_state.lo
CC gen6_sf_state.lo
CC gen6_sol.lo
CC gen6_surface_state.lo
CC gen6_urb.lo
CC gen6_viewport_state.lo
CC gen6_vs_state.lo
CC gen6_wm_state.lo
CXX gen7_blorp.lo
CC gen7_disable.lo
CC gen7_gs_state.lo
CC gen7_misc_state.lo
CC gen7_sf_state.lo
CC gen7_sol_state.lo
CC gen7_urb.lo
CC gen7_viewport_state.lo
CC gen7_vs_state.lo
CC gen7_wm_state.lo
CC gen7_wm_surface_state.lo
CC gen8_blend_state.lo
CC gen8_depth_state.lo
CC gen8_disable.lo
CC gen8_draw_upload.lo
CC gen8_gs_state.lo
CC gen8_misc_state.lo
CC gen8_multisample_state.lo
CC gen8_ps_state.lo
CC gen8_sf_state.lo
CC gen8_sol_state.lo
CC gen8_surface_state.lo
CC gen8_viewport_state.lo
CC gen8_vs_state.lo
CC gen8_wm_depth_stencil.lo
CC intel_asm_annotation.lo
CC intel_batchbuffer.lo
CC intel_blit.lo
CC intel_buffer_objects.lo
CC intel_buffers.lo
CC intel_copy_image.lo
CC intel_debug.lo
CC intel_extensions.lo
CC intel_fbo.lo
CC intel_mipmap_tree.lo
CC intel_pixel_bitmap.lo
CC intel_pixel.lo
CC intel_pixel_copy.lo
CC intel_pixel_draw.lo
CC intel_pixel_read.lo
CC intel_resolve_map.lo
CC intel_screen.lo
CC intel_state.lo
CC intel_syncobj.lo
CC intel_tex.lo
CC intel_tex_copy.lo
CC intel_tex_image.lo
CC intel_tex_subimage.lo
CC intel_tex_validate.lo
CC intel_tiled_memcpy.lo
CC intel_upload.lo
CXXLD libi965_dri.la
make[5]: Leaving directory `/home/wearefam/src/mesa/mesa-git/src/mesa/drivers/dri/i965'
make[5]: Entering directory `/home/wearefam/src/mesa/mesa-git/src/mesa/drivers/dri'
CXXLD mesa_dri_drivers.la
GEN all-local
GEN all-local
make[5]: Leaving directory `/home/wearefam/src/mesa/mesa-git/src/mesa/drivers/dri'
make[4]: Leaving directory `/home/wearefam/src/mesa/mesa-git/src/mesa/drivers/dri'
make[3]: Leaving directory `/home/wearefam/src/mesa/mesa-git/src/mesa'
make[2]: Leaving directory `/home/wearefam/src/mesa/mesa-git/src/mesa'
Making all in loader
make[2]: Entering directory `/home/wearefam/src/mesa/mesa-git/src/loader'
CC libloader_la-loader.lo
CC libloader_la-pci_id_driver_map.lo
CCLD libloader.la
make[2]: Leaving directory `/home/wearefam/src/mesa/mesa-git/src/loader'
Making all in glx
make[2]: Entering directory `/home/wearefam/src/mesa/mesa-git/src/glx'
Making all in .
make[3]: Entering directory `/home/wearefam/src/mesa/mesa-git/src/glx'
CC clientattrib.lo
CC clientinfo.lo
CC compsize.lo
CC create_context.lo
CC eval.lo
CC glxcmds.lo
CC glxconfig.lo
CC glxcurrent.lo
CC glx_error.lo
CC glxext.lo
CC glxextensions.lo
CC glxhash.lo
CC glx_pbuffer.lo
CC glx_query.lo
CC indirect.lo
CC indirect_glx.lo
CC indirect_init.lo
CC indirect_size.lo
CC indirect_texture_compression.lo
CC indirect_transpose_matrix.lo
CC indirect_vertex_array.lo
CC indirect_vertex_program.lo
CC indirect_window_pos.lo
CC pixel.lo
CC pixelstore.lo
CC query_renderer.lo
CC render2.lo
CC renderpix.lo
CC single2.lo
CC singlepix.lo
CC vertarr.lo
CC drisw_glx.lo
CC dri_common.lo
CC dri_common_query_renderer.lo
CC xfont.lo
CC dri2.lo
CC dri2_glx.lo
CC dri_glx.lo
CC XF86dri.lo
CCLD libglx.la
CCLD libGL.la
GEN .install-mesa-links
make[3]: Leaving directory `/home/wearefam/src/mesa/mesa-git/src/glx'
Making all in tests
make[3]: Entering directory `/home/wearefam/src/mesa/mesa-git/src/glx/tests'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/wearefam/src/mesa/mesa-git/src/glx/tests'
make[2]: Leaving directory `/home/wearefam/src/mesa/mesa-git/src/glx'
Making all in egl/drivers/dri2
make[2]: Entering directory `/home/wearefam/src/mesa/mesa-git/src/egl/drivers/dri2'
CC egl_dri2.lo
CC platform_x11.lo
CCLD libegl_dri2.la
make[2]: Leaving directory `/home/wearefam/src/mesa/mesa-git/src/egl/drivers/dri2'
Making all in egl/main
make[2]: Entering directory `/home/wearefam/src/mesa/mesa-git/src/egl/main'
CC eglapi.lo
CC eglarray.lo
CC eglconfig.lo
CC eglcontext.lo
CC eglcurrent.lo
CC egldisplay.lo
CC egldriver.lo
CC eglfallbacks.lo
CC eglglobals.lo
CC eglimage.lo
CC egllog.lo
CC eglstring.lo
CC eglsurface.lo
CC eglsync.lo
CCLD libEGL.la
GEN .install-mesa-links
make[2]: Leaving directory `/home/wearefam/src/mesa/mesa-git/src/egl/main'
Making all in gallium
make[2]: Entering directory `/home/wearefam/src/mesa/mesa-git/src/gallium'
Making all in auxiliary
make[3]: Entering directory `/home/wearefam/src/mesa/mesa-git/src/gallium/auxiliary'
make[4]: Entering directory `/home/wearefam/src/mesa/mesa-git/src/gallium/auxiliary'
CC cso_cache/cso_cache.lo
CC cso_cache/cso_context.lo
CC cso_cache/cso_hash.lo
CC draw/draw_context.lo
CC draw/draw_fs.lo
CC draw/draw_gs.lo
CC draw/draw_pipe_aaline.lo
CC draw/draw_pipe_aapoint.lo
CC draw/draw_pipe.lo
CC draw/draw_pipe_clip.lo
CC draw/draw_pipe_cull.lo
CC draw/draw_pipe_flatshade.lo
CC draw/draw_pipe_offset.lo
CC draw/draw_pipe_pstipple.lo
CC draw/draw_pipe_stipple.lo
CC draw/draw_pipe_twoside.lo
CC draw/draw_pipe_unfilled.lo
CC draw/draw_pipe_util.lo
CC draw/draw_pipe_validate.lo
CC draw/draw_pipe_vbuf.lo
CC draw/draw_pipe_wide_line.lo
CC draw/draw_pipe_wide_point.lo
CC draw/draw_prim_assembler.lo
CC draw/draw_pt.lo
CC draw/draw_pt_emit.lo
CC draw/draw_pt_fetch.lo
CC draw/draw_pt_fetch_emit.lo
CC draw/draw_pt_fetch_shade_emit.lo
CC draw/draw_pt_fetch_shade_pipeline.lo
CC draw/draw_pt_post_vs.lo
CC draw/draw_pt_so_emit.lo
CC draw/draw_pt_util.lo
CC draw/draw_pt_vsplit.lo
CC draw/draw_vertex.lo
CC draw/draw_vs.lo
CC draw/draw_vs_exec.lo
CC draw/draw_vs_variant.lo
CC hud/font.lo
CC hud/hud_context.lo
CC hud/hud_cpu.lo
CC hud/hud_driver_query.lo
CC hud/hud_fps.lo
CC indices/u_primconvert.lo
CC os/os_misc.lo
CC os/os_process.lo
CC os/os_time.lo
CC pipebuffer/pb_buffer_fenced.lo
CC pipebuffer/pb_buffer_malloc.lo
CC pipebuffer/pb_bufmgr_alt.lo
CC pipebuffer/pb_bufmgr_cache.lo
CC pipebuffer/pb_bufmgr_debug.lo
CC pipebuffer/pb_bufmgr_mm.lo
CC pipebuffer/pb_bufmgr_ondemand.lo
CC pipebuffer/pb_bufmgr_pool.lo
CC pipebuffer/pb_bufmgr_slab.lo
CC pipebuffer/pb_validate.lo
CC postprocess/pp_celshade.lo
CC postprocess/pp_colors.lo
CC postprocess/pp_init.lo
CC postprocess/pp_mlaa.lo
CC postprocess/pp_program.lo
CC postprocess/pp_run.lo
CC rbug/rbug_connection.lo
CC rbug/rbug_context.lo
CC rbug/rbug_core.lo
CC rbug/rbug_demarshal.lo
CC rbug/rbug_shader.lo
CC rbug/rbug_texture.lo
CC rtasm/rtasm_cpu.lo
CC rtasm/rtasm_execmem.lo
CC rtasm/rtasm_x86sse.lo
CC tgsi/tgsi_build.lo
CC tgsi/tgsi_dump.lo
CC tgsi/tgsi_exec.lo
CC tgsi/tgsi_info.lo
CC tgsi/tgsi_iterate.lo
CC tgsi/tgsi_lowering.lo
CC tgsi/tgsi_parse.lo
CC tgsi/tgsi_sanity.lo
CC tgsi/tgsi_scan.lo
CC tgsi/tgsi_strings.lo
CC tgsi/tgsi_text.lo
CC tgsi/tgsi_transform.lo
CC tgsi/tgsi_ureg.lo
CC tgsi/tgsi_util.lo
CC translate/translate.lo
CC translate/translate_cache.lo
CC translate/translate_generic.lo
CC translate/translate_sse.lo
CC util/u_bitmask.lo
CC util/u_blit.lo
CC util/u_blitter.lo
CC util/u_cache.lo
CC util/u_caps.lo
CC util/u_cpu_detect.lo
CC util/u_debug.lo
CC util/u_debug_describe.lo
CC util/u_debug_flush.lo
CC util/u_debug_memory.lo
CC util/u_debug_refcnt.lo
CC util/u_debug_stack.lo
CC util/u_debug_symbol.lo
CC util/u_dl.lo
CC util/u_draw.lo
CC util/u_draw_quad.lo
CC util/u_dump_defines.lo
CC util/u_dump_state.lo
CC util/u_format.lo
CC util/u_format_etc.lo
CC util/u_format_fake.lo
CC util/u_format_latc.lo
CC util/u_format_other.lo
CC util/u_format_rgtc.lo
CC util/u_format_s3tc.lo
CC util/u_format_tests.lo
CC util/u_format_yuv.lo
CC util/u_format_zs.lo
CC util/u_framebuffer.lo
CC util/u_gen_mipmap.lo
CC util/u_handle_table.lo
CC util/u_hash.lo
CC util/u_hash_table.lo
CC util/u_helpers.lo
CC util/u_index_modify.lo
CC util/u_keymap.lo
CC util/u_linear.lo
CC util/u_math.lo
CC util/u_mm.lo
CC util/u_network.lo
CC util/u_pstipple.lo
CC util/u_resource.lo
CC util/u_ringbuffer.lo
CC util/u_sampler.lo
CC util/u_simple_shaders.lo
CC util/u_slab.lo
CC util/u_snprintf.lo
CC util/u_staging.lo
CC util/u_suballoc.lo
CC util/u_surface.lo
CC util/u_surfaces.lo
CC util/u_tests.lo
CC util/u_texture.lo
CC util/u_tile.lo
CC util/u_transfer.lo
CC util/u_upload_mgr.lo
CC util/u_vbuf.lo
CC nir/tgsi_to_nir.lo
GEN indices/u_indices_gen.c
CC indices/u_indices_gen.lo
GEN indices/u_unfilled_gen.c
CC indices/u_unfilled_gen.lo
GEN util/u_format_table.c
CC util/u_format_table.lo
CC gallivm/lp_bld_arit.lo
CC gallivm/lp_bld_arit_overflow.lo
CC gallivm/lp_bld_assert.lo
CC gallivm/lp_bld_bitarit.lo
CC gallivm/lp_bld_const.lo
CC gallivm/lp_bld_conv.lo
CXX gallivm/lp_bld_debug.lo
CC gallivm/lp_bld_flow.lo
CC gallivm/lp_bld_format_aos_array.lo
CC gallivm/lp_bld_format_aos.lo
CC gallivm/lp_bld_format_float.lo
CC gallivm/lp_bld_format_soa.lo
CC gallivm/lp_bld_format_srgb.lo
CC gallivm/lp_bld_format_yuv.lo
CC gallivm/lp_bld_gather.lo
CC gallivm/lp_bld_init.lo
CC gallivm/lp_bld_intr.lo
CC gallivm/lp_bld_logic.lo
CXX gallivm/lp_bld_misc.lo
CC gallivm/lp_bld_pack.lo
CC gallivm/lp_bld_printf.lo
CC gallivm/lp_bld_quad.lo
CC gallivm/lp_bld_sample_aos.lo
CC gallivm/lp_bld_sample.lo
CC gallivm/lp_bld_sample_soa.lo
CC gallivm/lp_bld_struct.lo
CC gallivm/lp_bld_swizzle.lo
CC gallivm/lp_bld_tgsi_action.lo
CC gallivm/lp_bld_tgsi_aos.lo
CC gallivm/lp_bld_tgsi.lo
CC gallivm/lp_bld_tgsi_info.lo
CC gallivm/lp_bld_tgsi_soa.lo
CC gallivm/lp_bld_type.lo
CC draw/draw_llvm.lo
CC draw/draw_llvm_sample.lo
CC draw/draw_pt_fetch_shade_pipeline_llvm.lo
CC draw/draw_vs_llvm.lo
CXXLD libgallium.la
CC vl/vl_stubs.lo
CCLD libgalliumvl_stub.la
CC vl/libgalliumvl_la-vl_compositor.lo
CC vl/libgalliumvl_la-vl_csc.lo
CC vl/libgalliumvl_la-vl_decoder.lo
CC vl/libgalliumvl_la-vl_deint_filter.lo
CC vl/libgalliumvl_la-vl_idct.lo
CC vl/libgalliumvl_la-vl_matrix_filter.lo
CC vl/libgalliumvl_la-vl_mc.lo
CC vl/libgalliumvl_la-vl_median_filter.lo
CC vl/libgalliumvl_la-vl_mpeg12_bitstream.lo
CC vl/libgalliumvl_la-vl_mpeg12_decoder.lo
CC vl/libgalliumvl_la-vl_vertex_buffers.lo
CC vl/libgalliumvl_la-vl_video_buffer.lo
CC vl/libgalliumvl_la-vl_zscan.lo
CCLD libgalliumvl.la
make[4]: Leaving directory `/home/wearefam/src/mesa/mesa-git/src/gallium/auxiliary'
make[3]: Leaving directory `/home/wearefam/src/mesa/mesa-git/src/gallium/auxiliary'
Making all in drivers/noop
make[3]: Entering directory `/home/wearefam/src/mesa/mesa-git/src/gallium/drivers/noop'
CC noop_pipe.lo
CC noop_state.lo
CCLD libnoop.la
make[3]: Leaving directory `/home/wearefam/src/mesa/mesa-git/src/gallium/drivers/noop'
Making all in drivers/trace
make[3]: Entering directory `/home/wearefam/src/mesa/mesa-git/src/gallium/drivers/trace'
CC tr_context.lo
CC tr_dump.lo
CC tr_dump_state.lo
CC tr_screen.lo
CC tr_texture.lo
CCLD libtrace.la
make[3]: Leaving directory `/home/wearefam/src/mesa/mesa-git/src/gallium/drivers/trace'
Making all in drivers/rbug
make[3]: Entering directory `/home/wearefam/src/mesa/mesa-git/src/gallium/drivers/rbug'
CC rbug_context.lo
CC rbug_core.lo
CC rbug_objects.lo
CC rbug_screen.lo
CCLD librbug.la
make[3]: Leaving directory `/home/wearefam/src/mesa/mesa-git/src/gallium/drivers/rbug'
Making all in drivers/softpipe
make[3]: Entering directory `/home/wearefam/src/mesa/mesa-git/src/gallium/drivers/softpipe'
CC sp_clear.lo
CC sp_context.lo
CC sp_draw_arrays.lo
CC sp_fence.lo
CC sp_flush.lo
CC sp_fs_exec.lo
CC sp_prim_vbuf.lo
CC sp_quad_blend.lo
CC sp_quad_depth_test.lo
CC sp_quad_fs.lo
CC sp_quad_pipe.lo
CC sp_quad_stipple.lo
CC sp_query.lo
CC sp_screen.lo
CC sp_setup.lo
CC sp_state_blend.lo
CC sp_state_clip.lo
CC sp_state_derived.lo
CC sp_state_rasterizer.lo
CC sp_state_sampler.lo
CC sp_state_shader.lo
CC sp_state_so.lo
CC sp_state_surface.lo
CC sp_state_vertex.lo
CC sp_surface.lo
CC sp_tex_sample.lo
CC sp_tex_tile_cache.lo
CC sp_texture.lo
CC sp_tile_cache.lo
CCLD libsoftpipe.la
make[3]: Leaving directory `/home/wearefam/src/mesa/mesa-git/src/gallium/drivers/softpipe'
Making all in drivers/llvmpipe
make[3]: Entering directory `/home/wearefam/src/mesa/mesa-git/src/gallium/drivers/llvmpipe'
CC lp_bld_alpha.lo
CC lp_bld_blend_aos.lo
CC lp_bld_blend.lo
CC lp_bld_blend_logicop.lo
CC lp_bld_depth.lo
CC lp_bld_interp.lo
CC lp_clear.lo
CC lp_context.lo
CC lp_draw_arrays.lo
CC lp_fence.lo
CC lp_flush.lo
CC lp_jit.lo
CC lp_memory.lo
CC lp_perf.lo
CC lp_query.lo
CC lp_rast.lo
CC lp_rast_debug.lo
CC lp_rast_tri.lo
CC lp_scene.lo
CC lp_scene_queue.lo
CC lp_screen.lo
CC lp_setup.lo
CC lp_setup_line.lo
CC lp_setup_point.lo
CC lp_setup_tri.lo
CC lp_setup_vbuf.lo
CC lp_state_blend.lo
CC lp_state_clip.lo
CC lp_state_derived.lo
CC lp_state_fs.lo
CC lp_state_gs.lo
CC lp_state_rasterizer.lo
CC lp_state_sampler.lo
CC lp_state_setup.lo
CC lp_state_so.lo
CC lp_state_surface.lo
CC lp_state_vertex.lo
CC lp_state_vs.lo
CC lp_surface.lo
CC lp_tex_sample.lo
CC lp_texture.lo
CCLD libllvmpipe.la
make[3]: Leaving directory `/home/wearefam/src/mesa/mesa-git/src/gallium/drivers/llvmpipe'
Making all in winsys/sw/null
make[3]: Entering directory `/home/wearefam/src/mesa/mesa-git/src/gallium/winsys/sw/null'
CC null_sw_winsys.lo
CCLD libws_null.la
make[3]: Leaving directory `/home/wearefam/src/mesa/mesa-git/src/gallium/winsys/sw/null'
Making all in winsys/sw/xlib
make[3]: Entering directory `/home/wearefam/src/mesa/mesa-git/src/gallium/winsys/sw/xlib'
CC xlib_sw_winsys.lo
CCLD libws_xlib.la
make[3]: Leaving directory `/home/wearefam/src/mesa/mesa-git/src/gallium/winsys/sw/xlib'
Making all in winsys/sw/dri
make[3]: Entering directory `/home/wearefam/src/mesa/mesa-git/src/gallium/winsys/sw/dri'
CC dri_sw_winsys.lo
CCLD libswdri.la
make[3]: Leaving directory `/home/wearefam/src/mesa/mesa-git/src/gallium/winsys/sw/dri'
Making all in winsys/sw/kms-dri
make[3]: Entering directory `/home/wearefam/src/mesa/mesa-git/src/gallium/winsys/sw/kms-dri'
CC kms_dri_sw_winsys.lo
CCLD libswkmsdri.la
make[3]: Leaving directory `/home/wearefam/src/mesa/mesa-git/src/gallium/winsys/sw/kms-dri'
Making all in winsys/sw/wrapper
make[3]: Entering directory `/home/wearefam/src/mesa/mesa-git/src/gallium/winsys/sw/wrapper'
CC wrapper_sw_winsys.lo
CCLD libwsw.la
make[3]: Leaving directory `/home/wearefam/src/mesa/mesa-git/src/gallium/winsys/sw/wrapper'
Making all in state_trackers/dri
make[3]: Entering directory `/home/wearefam/src/mesa/mesa-git/src/gallium/state_trackers/dri'
CC dri_context.lo
CC dri_drawable.lo
CC dri_query_renderer.lo
CC dri_screen.lo
CC drisw.lo
CC dri2.lo
CCLD libdri.la
make[3]: Leaving directory `/home/wearefam/src/mesa/mesa-git/src/gallium/state_trackers/dri'
Making all in targets/dri
make[3]: Entering directory `/home/wearefam/src/mesa/mesa-git/src/gallium/targets/dri'
CC gallium_dri_la-target.lo
CXXLD gallium_dri.la
GEN all-local
make[3]: Leaving directory `/home/wearefam/src/mesa/mesa-git/src/gallium/targets/dri'
make[3]: Entering directory `/home/wearefam/src/mesa/mesa-git/src/gallium'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/home/wearefam/src/mesa/mesa-git/src/gallium'
make[2]: Leaving directory `/home/wearefam/src/mesa/mesa-git/src/gallium'
make[1]: Leaving directory `/home/wearefam/src/mesa/mesa-git/src'
make[1]: Entering directory `/home/wearefam/src/mesa/mesa-git'
make[1]: Nothing to be done for `all-am'.
make[1]: Leaving directory `/home/wearefam/src/mesa/mesa-git'
real 812.02
user 624.02
sys 171.50
Making install in src
make[1]: Entering directory `/home/wearefam/src/mesa/mesa-git/src'
Making install in .
make[2]: Entering directory `/home/wearefam/src/mesa/mesa-git/src'
make[3]: Entering directory `/home/wearefam/src/mesa/mesa-git/src'
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/home/wearefam/src/mesa/mesa-git/src'
make[2]: Leaving directory `/home/wearefam/src/mesa/mesa-git/src'
Making install in gtest
make[2]: Entering directory `/home/wearefam/src/mesa/mesa-git/src/gtest'
make[3]: Entering directory `/home/wearefam/src/mesa/mesa-git/src/gtest'
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/home/wearefam/src/mesa/mesa-git/src/gtest'
make[2]: Leaving directory `/home/wearefam/src/mesa/mesa-git/src/gtest'
Making install in util
make[2]: Entering directory `/home/wearefam/src/mesa/mesa-git/src/util'
make install-recursive
make[3]: Entering directory `/home/wearefam/src/mesa/mesa-git/src/util'
Making install in .
make[4]: Entering directory `/home/wearefam/src/mesa/mesa-git/src/util'
make[5]: Entering directory `/home/wearefam/src/mesa/mesa-git/src/util'
make[5]: Nothing to be done for `install-exec-am'.
make[5]: Nothing to be done for `install-data-am'.
make[5]: Leaving directory `/home/wearefam/src/mesa/mesa-git/src/util'
make[4]: Leaving directory `/home/wearefam/src/mesa/mesa-git/src/util'
Making install in tests/hash_table
make[4]: Entering directory `/home/wearefam/src/mesa/mesa-git/src/util/tests/hash_table'
make[5]: Entering directory `/home/wearefam/src/mesa/mesa-git/src/util/tests/hash_table'
make[5]: Nothing to be done for `install-exec-am'.
make[5]: Nothing to be done for `install-data-am'.
make[5]: Leaving directory `/home/wearefam/src/mesa/mesa-git/src/util/tests/hash_table'
make[4]: Leaving directory `/home/wearefam/src/mesa/mesa-git/src/util/tests/hash_table'
make[3]: Leaving directory `/home/wearefam/src/mesa/mesa-git/src/util'
make[2]: Leaving directory `/home/wearefam/src/mesa/mesa-git/src/util'
Making install in mapi/glapi/gen
make[2]: Entering directory `/home/wearefam/src/mesa/mesa-git/src/mapi/glapi/gen'
make install-am
make[3]: Entering directory `/home/wearefam/src/mesa/mesa-git/src/mapi/glapi/gen'
make[4]: Entering directory `/home/wearefam/src/mesa/mesa-git/src/mapi/glapi/gen'
make[4]: Nothing to be done for `install-exec-am'.
make[4]: Nothing to be done for `install-data-am'.
make[4]: Leaving directory `/home/wearefam/src/mesa/mesa-git/src/mapi/glapi/gen'
make[3]: Leaving directory `/home/wearefam/src/mesa/mesa-git/src/mapi/glapi/gen'
make[2]: Leaving directory `/home/wearefam/src/mesa/mesa-git/src/mapi/glapi/gen'
Making install in mapi
make[2]: Entering directory `/home/wearefam/src/mesa/mesa-git/src/mapi'
make install-recursive
make[3]: Entering directory `/home/wearefam/src/mesa/mesa-git/src/mapi'
make[4]: Entering directory `/home/wearefam/src/mesa/mesa-git/src/mapi'
make[5]: Entering directory `/home/wearefam/src/mesa/mesa-git/src/mapi'
test -z "/opt/xorg/lib" || /bin/mkdir -p "/opt/xorg/lib"
/bin/bash ../../libtool --mode=install /usr/bin/install -c shared-glapi/libglapi.la es2api/libGLESv2.la '/opt/xorg/lib'
libtool: install: /usr/bin/install -c shared-glapi/.libs/libglapi.so.0.0.0 /opt/xorg/lib/libglapi.so.0.0.0
libtool: install: (cd /opt/xorg/lib && { ln -s -f libglapi.so.0.0.0 libglapi.so.0 || { rm -f libglapi.so.0 && ln -s libglapi.so.0.0.0 libglapi.so.0; }; })
libtool: install: (cd /opt/xorg/lib && { ln -s -f libglapi.so.0.0.0 libglapi.so || { rm -f libglapi.so && ln -s libglapi.so.0.0.0 libglapi.so; }; })
libtool: install: /usr/bin/install -c shared-glapi/.libs/libglapi.lai /opt/xorg/lib/libglapi.la
libtool: install: warning: relinking `es2api/libGLESv2.la'
libtool: install: (cd /home/wearefam/src/mesa/mesa-git/src/mapi; /bin/bash /home/wearefam/src/mesa/mesa-git/libtool --silent --tag CC --mode=relink gcc -pthread -Werror=pointer-arith -Werror=vla -fvisibility=hidden -g -O2 -Wall -std=c99 -Werror=implicit-function-declaration -Werror=missing-prototypes -fno-strict-aliasing -fno-builtin-memcmp -no-undefined -version-number 2 -Wl,--gc-sections -Wl,--no-undefined -o es2api/libGLESv2.la -rpath /opt/xorg/lib es2api_libGLESv2_la-entry.lo -L/opt/xorg/lib -ldrm -lm -lpthread -ldl shared-glapi/libglapi.la -lexpat )
libtool: install: /usr/bin/install -c es2api/.libs/libGLESv2.so.2.0.0T /opt/xorg/lib/libGLESv2.so.2.0.0
libtool: install: (cd /opt/xorg/lib && { ln -s -f libGLESv2.so.2.0.0 libGLESv2.so.2 || { rm -f libGLESv2.so.2 && ln -s libGLESv2.so.2.0.0 libGLESv2.so.2; }; })
libtool: install: (cd /opt/xorg/lib && { ln -s -f libGLESv2.so.2.0.0 libGLESv2.so || { rm -f libGLESv2.so && ln -s libGLESv2.so.2.0.0 libGLESv2.so; }; })
libtool: install: /usr/bin/install -c es2api/.libs/libGLESv2.lai /opt/xorg/lib/libGLESv2.la
libtool: finish: PATH="/opt/llvm/bin:/opt/llvm/bin:/opt/xorg/bin:/opt/xorg/bin:/opt/llvm/bin:/home/wearefam/bin:/usr/lib/lightdm/lightdm:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/sbin" ldconfig -n /opt/xorg/lib
----------------------------------------------------------------------
Libraries have been installed in:
/opt/xorg/lib
If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
- add LIBDIR to the `LD_LIBRARY_PATH' environment variable
during execution
- add LIBDIR to the `LD_RUN_PATH' environment variable
during linking
- use the `-Wl,-rpath -Wl,LIBDIR' linker flag
- have your system administrator add LIBDIR to `/etc/ld.so.conf'
See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
test -z "/opt/xorg/include/GLES2" || /bin/mkdir -p "/opt/xorg/include/GLES2"
/usr/bin/install -c -m 644 ../../include/GLES2/gl2.h ../../include/GLES2/gl2ext.h ../../include/GLES2/gl2platform.h '/opt/xorg/include/GLES2'
test -z "/opt/xorg/include/GLES3" || /bin/mkdir -p "/opt/xorg/include/GLES3"
/usr/bin/install -c -m 644 ../../include/GLES3/gl3.h ../../include/GLES3/gl31.h ../../include/GLES3/gl3ext.h ../../include/GLES3/gl3platform.h '/opt/xorg/include/GLES3'
test -z "" || /bin/mkdir -p ""
test -z "/opt/xorg/lib/pkgconfig" || /bin/mkdir -p "/opt/xorg/lib/pkgconfig"
/usr/bin/install -c -m 644 es2api/glesv2.pc '/opt/xorg/lib/pkgconfig'
make[5]: Leaving directory `/home/wearefam/src/mesa/mesa-git/src/mapi'
make[4]: Leaving directory `/home/wearefam/src/mesa/mesa-git/src/mapi'
make[3]: Leaving directory `/home/wearefam/src/mesa/mesa-git/src/mapi'
make[2]: Leaving directory `/home/wearefam/src/mesa/mesa-git/src/mapi'
Making install in glsl
make[2]: Entering directory `/home/wearefam/src/mesa/mesa-git/src/glsl'
make install-am
make[3]: Entering directory `/home/wearefam/src/mesa/mesa-git/src/glsl'
make[4]: Entering directory `/home/wearefam/src/mesa/mesa-git/src/glsl'
make[4]: Nothing to be done for `install-exec-am'.
make[4]: Nothing to be done for `install-data-am'.
make[4]: Leaving directory `/home/wearefam/src/mesa/mesa-git/src/glsl'
make[3]: Leaving directory `/home/wearefam/src/mesa/mesa-git/src/glsl'
make[2]: Leaving directory `/home/wearefam/src/mesa/mesa-git/src/glsl'
Making install in mesa
make[2]: Entering directory `/home/wearefam/src/mesa/mesa-git/src/mesa'
updating main/git_sha1.h
make install-recursive
make[3]: Entering directory `/home/wearefam/src/mesa/mesa-git/src/mesa'
Making install in .
make[4]: Entering directory `/home/wearefam/src/mesa/mesa-git/src/mesa'
updating main/git_sha1.h
make[5]: Entering directory `/home/wearefam/src/mesa/mesa-git/src/mesa'
make[5]: Nothing to be done for `install-exec-am'.
test -z "/opt/xorg/include/GL" || /bin/mkdir -p "/opt/xorg/include/GL"
/usr/bin/install -c -m 644 ../../include/GL/gl.h ../../include/GL/gl_mangle.h ../../include/GL/glcorearb.h ../../include/GL/glext.h ../../include/GL/glx.h ../../include/GL/glx_mangle.h ../../include/GL/glxext.h ../../include/GL/osmesa.h ../../include/GL/wglext.h '/opt/xorg/include/GL'
test -z "/opt/xorg/lib/pkgconfig" || /bin/mkdir -p "/opt/xorg/lib/pkgconfig"
/usr/bin/install -c -m 644 gl.pc '/opt/xorg/lib/pkgconfig'
make[5]: Leaving directory `/home/wearefam/src/mesa/mesa-git/src/mesa'
make[4]: Leaving directory `/home/wearefam/src/mesa/mesa-git/src/mesa'
Making install in main/tests
make[4]: Entering directory `/home/wearefam/src/mesa/mesa-git/src/mesa/main/tests'
make[5]: Entering directory `/home/wearefam/src/mesa/mesa-git/src/mesa/main/tests'
make[5]: Nothing to be done for `install-exec-am'.
make[5]: Nothing to be done for `install-data-am'.
make[5]: Leaving directory `/home/wearefam/src/mesa/mesa-git/src/mesa/main/tests'
make[4]: Leaving directory `/home/wearefam/src/mesa/mesa-git/src/mesa/main/tests'
Making install in drivers/dri
make[4]: Entering directory `/home/wearefam/src/mesa/mesa-git/src/mesa/drivers/dri'
Making install in common
make[5]: Entering directory `/home/wearefam/src/mesa/mesa-git/src/mesa/drivers/dri/common'
Making install in xmlpool
make[6]: Entering directory `/home/wearefam/src/mesa/mesa-git/src/mesa/drivers/dri/common/xmlpool'
make install-am
make[7]: Entering directory `/home/wearefam/src/mesa/mesa-git/src/mesa/drivers/dri/common/xmlpool'
make[8]: Entering directory `/home/wearefam/src/mesa/mesa-git/src/mesa/drivers/dri/common/xmlpool'
make[8]: Nothing to be done for `install-exec-am'.
make[8]: Nothing to be done for `install-data-am'.
make[8]: Leaving directory `/home/wearefam/src/mesa/mesa-git/src/mesa/drivers/dri/common/xmlpool'
make[7]: Leaving directory `/home/wearefam/src/mesa/mesa-git/src/mesa/drivers/dri/common/xmlpool'
make[6]: Leaving directory `/home/wearefam/src/mesa/mesa-git/src/mesa/drivers/dri/common/xmlpool'
make[6]: Entering directory `/home/wearefam/src/mesa/mesa-git/src/mesa/drivers/dri/common'
make[7]: Entering directory `/home/wearefam/src/mesa/mesa-git/src/mesa/drivers/dri/common'
test -z "/opt/xorg/etc" || /bin/mkdir -p "/opt/xorg/etc"
/usr/bin/install -c -m 644 drirc '/opt/xorg/etc'
make[7]: Nothing to be done for `install-data-am'.
make[7]: Leaving directory `/home/wearefam/src/mesa/mesa-git/src/mesa/drivers/dri/common'
make[6]: Leaving directory `/home/wearefam/src/mesa/mesa-git/src/mesa/drivers/dri/common'
make[5]: Leaving directory `/home/wearefam/src/mesa/mesa-git/src/mesa/drivers/dri/common'
Making install in i965
make[5]: Entering directory `/home/wearefam/src/mesa/mesa-git/src/mesa/drivers/dri/i965'
make[6]: Entering directory `/home/wearefam/src/mesa/mesa-git/src/mesa/drivers/dri/i965'
make[6]: Nothing to be done for `install-exec-am'.
make[6]: Nothing to be done for `install-data-am'.
make[6]: Leaving directory `/home/wearefam/src/mesa/mesa-git/src/mesa/drivers/dri/i965'
make[5]: Leaving directory `/home/wearefam/src/mesa/mesa-git/src/mesa/drivers/dri/i965'
make[5]: Entering directory `/home/wearefam/src/mesa/mesa-git/src/mesa/drivers/dri'
GEN all-local
GEN all-local
make[6]: Entering directory `/home/wearefam/src/mesa/mesa-git/src/mesa/drivers/dri'
make[6]: Nothing to be done for `install-exec-am'.
test -z "/opt/xorg/lib/dri" || /bin/mkdir -p "/opt/xorg/lib/dri"
/bin/bash ../../../../libtool --mode=install /usr/bin/install -c mesa_dri_drivers.la '/opt/xorg/lib/dri'
libtool: install: /usr/bin/install -c .libs/mesa_dri_drivers.so /opt/xorg/lib/dri/mesa_dri_drivers.so
libtool: install: /usr/bin/install -c .libs/mesa_dri_drivers.lai /opt/xorg/lib/dri/mesa_dri_drivers.la
libtool: finish: PATH="/opt/llvm/bin:/opt/llvm/bin:/opt/xorg/bin:/opt/xorg/bin:/opt/llvm/bin:/home/wearefam/bin:/usr/lib/lightdm/lightdm:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/sbin" ldconfig -n /opt/xorg/lib/dri
----------------------------------------------------------------------
Libraries have been installed in:
/opt/xorg/lib/dri
If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
- add LIBDIR to the `LD_LIBRARY_PATH' environment variable
during execution
- add LIBDIR to the `LD_RUN_PATH' environment variable
during linking
- use the `-Wl,-rpath -Wl,LIBDIR' linker flag
- have your system administrator add LIBDIR to `/etc/ld.so.conf'
See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
test -z "/opt/xorg/include/GL/internal" || /bin/mkdir -p "/opt/xorg/include/GL/internal"
/usr/bin/install -c -m 644 ../../../../include/GL/internal/dri_interface.h '/opt/xorg/include/GL/internal'
test -z "/opt/xorg/lib/pkgconfig" || /bin/mkdir -p "/opt/xorg/lib/pkgconfig"
/usr/bin/install -c -m 644 dri.pc '/opt/xorg/lib/pkgconfig'
make install-data-hook
make[7]: Entering directory `/home/wearefam/src/mesa/mesa-git/src/mesa/drivers/dri'
for i in i965_dri.so ; do \
ln -f /opt/xorg/lib/dri/mesa_dri_drivers.so \
/opt/xorg/lib/dri/$i; \
done;
rm -f /opt/xorg/lib/dri/mesa_dri_drivers.*
make[7]: Leaving directory `/home/wearefam/src/mesa/mesa-git/src/mesa/drivers/dri'
make[6]: Leaving directory `/home/wearefam/src/mesa/mesa-git/src/mesa/drivers/dri'
make[5]: Leaving directory `/home/wearefam/src/mesa/mesa-git/src/mesa/drivers/dri'
make[4]: Leaving directory `/home/wearefam/src/mesa/mesa-git/src/mesa/drivers/dri'
make[3]: Leaving directory `/home/wearefam/src/mesa/mesa-git/src/mesa'
make[2]: Leaving directory `/home/wearefam/src/mesa/mesa-git/src/mesa'
Making install in loader
make[2]: Entering directory `/home/wearefam/src/mesa/mesa-git/src/loader'
make[3]: Entering directory `/home/wearefam/src/mesa/mesa-git/src/loader'
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/home/wearefam/src/mesa/mesa-git/src/loader'
make[2]: Leaving directory `/home/wearefam/src/mesa/mesa-git/src/loader'
Making install in glx
make[2]: Entering directory `/home/wearefam/src/mesa/mesa-git/src/glx'
Making install in .
make[3]: Entering directory `/home/wearefam/src/mesa/mesa-git/src/glx'
make[4]: Entering directory `/home/wearefam/src/mesa/mesa-git/src/glx'
test -z "/opt/xorg/lib" || /bin/mkdir -p "/opt/xorg/lib"
/bin/bash ../../libtool --mode=install /usr/bin/install -c libGL.la '/opt/xorg/lib'
libtool: install: warning: relinking `libGL.la'
libtool: install: (cd /home/wearefam/src/mesa/mesa-git/src/glx; /bin/bash /home/wearefam/src/mesa/mesa-git/libtool --silent --tag CC --mode=relink gcc -I../../include -I../../include/GL/internal -I../../src -I../../src/loader -I../../src/mapi -I../../src/mapi/glapi -I../../src/mapi -I../../src/mapi/glapi -fvisibility=hidden -DGLX_SHARED_GLAPI -DXF86VIDMODE -D_REENTRANT -DDEFAULT_DRIVER_DIR=\"/opt/xorg/lib/dri\" -D_GNU_SOURCE -DUSE_SSE41 -DDEBUG -DUSE_X86_64_ASM -DHAVE_XLOCALE_H -DHAVE_SYS_SYSCTL_H -DHAVE_STRTOF -DHAVE_DLOPEN -DHAVE_POSIX_MEMALIGN -DHAVE_LIBDRM -DGLX_USE_DRM -DHAVE_LIBUDEV -DGLX_INDIRECT_RENDERING -DGLX_DIRECT_RENDERING -DGLX_USE_TLS -DHAVE_ALIAS -DHAVE_MINCORE -DHAVE_LLVM=0x0307 -DLLVM_VERSION_PATCH=0 -I/opt/xorg/include -I/opt/xorg/include/libdrm -g -O2 -Wall -std=c99 -Werror=implicit-function-declaration -Werror=missing-prototypes -fno-strict-aliasing -fno-builtin-memcmp -no-undefined -version-number 1:2 -Wl,-Bsymbolic -Wl,--gc-sections -Wl,--no-undefined -o libGL.la -rpath /opt/xorg/lib libglx.la ../../src/mapi/glapi/libglapi.la ../../src/mapi/shared-glapi/libglapi.la -lXext -lXdamage -lXfixes -lX11-xcb -lX11 -lxcb-glx -lxcb-dri2 -lxcb -lXxf86vm -L/opt/xorg/lib -ldrm -lm -lpthread -ldl -lexpat )
libtool: install: /usr/bin/install -c .libs/libGL.so.1.2.0T /opt/xorg/lib/libGL.so.1.2.0
libtool: install: (cd /opt/xorg/lib && { ln -s -f libGL.so.1.2.0 libGL.so.1 || { rm -f libGL.so.1 && ln -s libGL.so.1.2.0 libGL.so.1; }; })
libtool: install: (cd /opt/xorg/lib && { ln -s -f libGL.so.1.2.0 libGL.so || { rm -f libGL.so && ln -s libGL.so.1.2.0 libGL.so; }; })
libtool: install: /usr/bin/install -c .libs/libGL.lai /opt/xorg/lib/libGL.la
libtool: finish: PATH="/opt/llvm/bin:/opt/llvm/bin:/opt/xorg/bin:/opt/xorg/bin:/opt/llvm/bin:/home/wearefam/bin:/usr/lib/lightdm/lightdm:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/sbin" ldconfig -n /opt/xorg/lib
----------------------------------------------------------------------
Libraries have been installed in:
/opt/xorg/lib
If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
- add LIBDIR to the `LD_LIBRARY_PATH' environment variable
during execution
- add LIBDIR to the `LD_RUN_PATH' environment variable
during linking
- use the `-Wl,-rpath -Wl,LIBDIR' linker flag
- have your system administrator add LIBDIR to `/etc/ld.so.conf'
See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
make[4]: Nothing to be done for `install-data-am'.
make[4]: Leaving directory `/home/wearefam/src/mesa/mesa-git/src/glx'
make[3]: Leaving directory `/home/wearefam/src/mesa/mesa-git/src/glx'
Making install in tests
make[3]: Entering directory `/home/wearefam/src/mesa/mesa-git/src/glx/tests'
make[4]: Entering directory `/home/wearefam/src/mesa/mesa-git/src/glx/tests'
make[4]: Nothing to be done for `install-exec-am'.
make[4]: Nothing to be done for `install-data-am'.
make[4]: Leaving directory `/home/wearefam/src/mesa/mesa-git/src/glx/tests'
make[3]: Leaving directory `/home/wearefam/src/mesa/mesa-git/src/glx/tests'
make[2]: Leaving directory `/home/wearefam/src/mesa/mesa-git/src/glx'
Making install in egl/drivers/dri2
make[2]: Entering directory `/home/wearefam/src/mesa/mesa-git/src/egl/drivers/dri2'
make[3]: Entering directory `/home/wearefam/src/mesa/mesa-git/src/egl/drivers/dri2'
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/home/wearefam/src/mesa/mesa-git/src/egl/drivers/dri2'
make[2]: Leaving directory `/home/wearefam/src/mesa/mesa-git/src/egl/drivers/dri2'
Making install in egl/main
make[2]: Entering directory `/home/wearefam/src/mesa/mesa-git/src/egl/main'
make[3]: Entering directory `/home/wearefam/src/mesa/mesa-git/src/egl/main'
test -z "/opt/xorg/lib" || /bin/mkdir -p "/opt/xorg/lib"
/bin/bash ../../../libtool --mode=install /usr/bin/install -c libEGL.la '/opt/xorg/lib'
libtool: install: /usr/bin/install -c .libs/libEGL.so.1.0.0 /opt/xorg/lib/libEGL.so.1.0.0
libtool: install: (cd /opt/xorg/lib && { ln -s -f libEGL.so.1.0.0 libEGL.so.1 || { rm -f libEGL.so.1 && ln -s libEGL.so.1.0.0 libEGL.so.1; }; })
libtool: install: (cd /opt/xorg/lib && { ln -s -f libEGL.so.1.0.0 libEGL.so || { rm -f libEGL.so && ln -s libEGL.so.1.0.0 libEGL.so; }; })
libtool: install: /usr/bin/install -c .libs/libEGL.lai /opt/xorg/lib/libEGL.la
libtool: finish: PATH="/opt/llvm/bin:/opt/llvm/bin:/opt/xorg/bin:/opt/xorg/bin:/opt/llvm/bin:/home/wearefam/bin:/usr/lib/lightdm/lightdm:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/sbin" ldconfig -n /opt/xorg/lib
----------------------------------------------------------------------
Libraries have been installed in:
/opt/xorg/lib
If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
- add LIBDIR to the `LD_LIBRARY_PATH' environment variable
during execution
- add LIBDIR to the `LD_RUN_PATH' environment variable
during linking
- use the `-Wl,-rpath -Wl,LIBDIR' linker flag
- have your system administrator add LIBDIR to `/etc/ld.so.conf'
See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
test -z "/opt/xorg/include/EGL" || /bin/mkdir -p "/opt/xorg/include/EGL"
/usr/bin/install -c -m 644 ../../../include/EGL/eglext.h ../../../include/EGL/egl.h ../../../include/EGL/eglextchromium.h ../../../include/EGL/eglmesaext.h ../../../include/EGL/eglplatform.h '/opt/xorg/include/EGL'
test -z "/opt/xorg/include/KHR" || /bin/mkdir -p "/opt/xorg/include/KHR"
/usr/bin/install -c -m 644 ../../../include/KHR/khrplatform.h '/opt/xorg/include/KHR'
test -z "/opt/xorg/lib/pkgconfig" || /bin/mkdir -p "/opt/xorg/lib/pkgconfig"
/usr/bin/install -c -m 644 egl.pc '/opt/xorg/lib/pkgconfig'
make[3]: Leaving directory `/home/wearefam/src/mesa/mesa-git/src/egl/main'
make[2]: Leaving directory `/home/wearefam/src/mesa/mesa-git/src/egl/main'
Making install in gallium
make[2]: Entering directory `/home/wearefam/src/mesa/mesa-git/src/gallium'
Making install in auxiliary
make[3]: Entering directory `/home/wearefam/src/mesa/mesa-git/src/gallium/auxiliary'
make[4]: Entering directory `/home/wearefam/src/mesa/mesa-git/src/gallium/auxiliary'
make[5]: Entering directory `/home/wearefam/src/mesa/mesa-git/src/gallium/auxiliary'
make[5]: Nothing to be done for `install-exec-am'.
make[5]: Nothing to be done for `install-data-am'.
make[5]: Leaving directory `/home/wearefam/src/mesa/mesa-git/src/gallium/auxiliary'
make[4]: Leaving directory `/home/wearefam/src/mesa/mesa-git/src/gallium/auxiliary'
make[3]: Leaving directory `/home/wearefam/src/mesa/mesa-git/src/gallium/auxiliary'
Making install in drivers/noop
make[3]: Entering directory `/home/wearefam/src/mesa/mesa-git/src/gallium/drivers/noop'
make[4]: Entering directory `/home/wearefam/src/mesa/mesa-git/src/gallium/drivers/noop'
make[4]: Nothing to be done for `install-exec-am'.
make[4]: Nothing to be done for `install-data-am'.
make[4]: Leaving directory `/home/wearefam/src/mesa/mesa-git/src/gallium/drivers/noop'
make[3]: Leaving directory `/home/wearefam/src/mesa/mesa-git/src/gallium/drivers/noop'
Making install in drivers/trace
make[3]: Entering directory `/home/wearefam/src/mesa/mesa-git/src/gallium/drivers/trace'
make[4]: Entering directory `/home/wearefam/src/mesa/mesa-git/src/gallium/drivers/trace'
make[4]: Nothing to be done for `install-exec-am'.
make[4]: Nothing to be done for `install-data-am'.
make[4]: Leaving directory `/home/wearefam/src/mesa/mesa-git/src/gallium/drivers/trace'
make[3]: Leaving directory `/home/wearefam/src/mesa/mesa-git/src/gallium/drivers/trace'
Making install in drivers/rbug
make[3]: Entering directory `/home/wearefam/src/mesa/mesa-git/src/gallium/drivers/rbug'
make[4]: Entering directory `/home/wearefam/src/mesa/mesa-git/src/gallium/drivers/rbug'
make[4]: Nothing to be done for `install-exec-am'.
make[4]: Nothing to be done for `install-data-am'.
make[4]: Leaving directory `/home/wearefam/src/mesa/mesa-git/src/gallium/drivers/rbug'
make[3]: Leaving directory `/home/wearefam/src/mesa/mesa-git/src/gallium/drivers/rbug'
Making install in drivers/softpipe
make[3]: Entering directory `/home/wearefam/src/mesa/mesa-git/src/gallium/drivers/softpipe'
make[4]: Entering directory `/home/wearefam/src/mesa/mesa-git/src/gallium/drivers/softpipe'
make[4]: Nothing to be done for `install-exec-am'.
make[4]: Nothing to be done for `install-data-am'.
make[4]: Leaving directory `/home/wearefam/src/mesa/mesa-git/src/gallium/drivers/softpipe'
make[3]: Leaving directory `/home/wearefam/src/mesa/mesa-git/src/gallium/drivers/softpipe'
Making install in drivers/llvmpipe
make[3]: Entering directory `/home/wearefam/src/mesa/mesa-git/src/gallium/drivers/llvmpipe'
make[4]: Entering directory `/home/wearefam/src/mesa/mesa-git/src/gallium/drivers/llvmpipe'
make[4]: Nothing to be done for `install-exec-am'.
make[4]: Nothing to be done for `install-data-am'.
make[4]: Leaving directory `/home/wearefam/src/mesa/mesa-git/src/gallium/drivers/llvmpipe'
make[3]: Leaving directory `/home/wearefam/src/mesa/mesa-git/src/gallium/drivers/llvmpipe'
Making install in winsys/sw/null
make[3]: Entering directory `/home/wearefam/src/mesa/mesa-git/src/gallium/winsys/sw/null'
make[4]: Entering directory `/home/wearefam/src/mesa/mesa-git/src/gallium/winsys/sw/null'
make[4]: Nothing to be done for `install-exec-am'.
make[4]: Nothing to be done for `install-data-am'.
make[4]: Leaving directory `/home/wearefam/src/mesa/mesa-git/src/gallium/winsys/sw/null'
make[3]: Leaving directory `/home/wearefam/src/mesa/mesa-git/src/gallium/winsys/sw/null'
Making install in winsys/sw/xlib
make[3]: Entering directory `/home/wearefam/src/mesa/mesa-git/src/gallium/winsys/sw/xlib'
make[4]: Entering directory `/home/wearefam/src/mesa/mesa-git/src/gallium/winsys/sw/xlib'
make[4]: Nothing to be done for `install-exec-am'.
make[4]: Nothing to be done for `install-data-am'.
make[4]: Leaving directory `/home/wearefam/src/mesa/mesa-git/src/gallium/winsys/sw/xlib'
make[3]: Leaving directory `/home/wearefam/src/mesa/mesa-git/src/gallium/winsys/sw/xlib'
Making install in winsys/sw/dri
make[3]: Entering directory `/home/wearefam/src/mesa/mesa-git/src/gallium/winsys/sw/dri'
make[4]: Entering directory `/home/wearefam/src/mesa/mesa-git/src/gallium/winsys/sw/dri'
make[4]: Nothing to be done for `install-exec-am'.
make[4]: Nothing to be done for `install-data-am'.
make[4]: Leaving directory `/home/wearefam/src/mesa/mesa-git/src/gallium/winsys/sw/dri'
make[3]: Leaving directory `/home/wearefam/src/mesa/mesa-git/src/gallium/winsys/sw/dri'
Making install in winsys/sw/kms-dri
make[3]: Entering directory `/home/wearefam/src/mesa/mesa-git/src/gallium/winsys/sw/kms-dri'
make[4]: Entering directory `/home/wearefam/src/mesa/mesa-git/src/gallium/winsys/sw/kms-dri'
make[4]: Nothing to be done for `install-exec-am'.
make[4]: Nothing to be done for `install-data-am'.
make[4]: Leaving directory `/home/wearefam/src/mesa/mesa-git/src/gallium/winsys/sw/kms-dri'
make[3]: Leaving directory `/home/wearefam/src/mesa/mesa-git/src/gallium/winsys/sw/kms-dri'
Making install in winsys/sw/wrapper
make[3]: Entering directory `/home/wearefam/src/mesa/mesa-git/src/gallium/winsys/sw/wrapper'
make[4]: Entering directory `/home/wearefam/src/mesa/mesa-git/src/gallium/winsys/sw/wrapper'
make[4]: Nothing to be done for `install-exec-am'.
make[4]: Nothing to be done for `install-data-am'.
make[4]: Leaving directory `/home/wearefam/src/mesa/mesa-git/src/gallium/winsys/sw/wrapper'
make[3]: Leaving directory `/home/wearefam/src/mesa/mesa-git/src/gallium/winsys/sw/wrapper'
Making install in state_trackers/dri
make[3]: Entering directory `/home/wearefam/src/mesa/mesa-git/src/gallium/state_trackers/dri'
make[4]: Entering directory `/home/wearefam/src/mesa/mesa-git/src/gallium/state_trackers/dri'
make[4]: Nothing to be done for `install-exec-am'.
make[4]: Nothing to be done for `install-data-am'.
make[4]: Leaving directory `/home/wearefam/src/mesa/mesa-git/src/gallium/state_trackers/dri'
make[3]: Leaving directory `/home/wearefam/src/mesa/mesa-git/src/gallium/state_trackers/dri'
Making install in targets/dri
make[3]: Entering directory `/home/wearefam/src/mesa/mesa-git/src/gallium/targets/dri'
GEN all-local
make[4]: Entering directory `/home/wearefam/src/mesa/mesa-git/src/gallium/targets/dri'
make[4]: Nothing to be done for `install-exec-am'.
test -z "/opt/xorg/lib/dri" || /bin/mkdir -p "/opt/xorg/lib/dri"
/bin/bash ../../../../libtool --mode=install /usr/bin/install -c gallium_dri.la '/opt/xorg/lib/dri'
libtool: install: /usr/bin/install -c .libs/gallium_dri.so /opt/xorg/lib/dri/gallium_dri.so
libtool: install: /usr/bin/install -c .libs/gallium_dri.lai /opt/xorg/lib/dri/gallium_dri.la
libtool: finish: PATH="/opt/llvm/bin:/opt/llvm/bin:/opt/xorg/bin:/opt/xorg/bin:/opt/llvm/bin:/home/wearefam/bin:/usr/lib/lightdm/lightdm:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/sbin" ldconfig -n /opt/xorg/lib/dri
----------------------------------------------------------------------
Libraries have been installed in:
/opt/xorg/lib/dri
If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
- add LIBDIR to the `LD_LIBRARY_PATH' environment variable
during execution
- add LIBDIR to the `LD_RUN_PATH' environment variable
during linking
- use the `-Wl,-rpath -Wl,LIBDIR' linker flag
- have your system administrator add LIBDIR to `/etc/ld.so.conf'
See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
make install-data-hook
make[5]: Entering directory `/home/wearefam/src/mesa/mesa-git/src/gallium/targets/dri'
for i in swrast kms_swrast; do \
ln -f /opt/xorg/lib/dri/gallium_dri.so \
/opt/xorg/lib/dri/${i}_dri.so; \
done; \
rm -f /opt/xorg/lib/dri/gallium_dri.*
make[5]: Leaving directory `/home/wearefam/src/mesa/mesa-git/src/gallium/targets/dri'
make[4]: Leaving directory `/home/wearefam/src/mesa/mesa-git/src/gallium/targets/dri'
make[3]: Leaving directory `/home/wearefam/src/mesa/mesa-git/src/gallium/targets/dri'
make[3]: Entering directory `/home/wearefam/src/mesa/mesa-git/src/gallium'
make[4]: Entering directory `/home/wearefam/src/mesa/mesa-git/src/gallium'
make[4]: Nothing to be done for `install-exec-am'.
make[4]: Nothing to be done for `install-data-am'.
make[4]: Leaving directory `/home/wearefam/src/mesa/mesa-git/src/gallium'
make[3]: Leaving directory `/home/wearefam/src/mesa/mesa-git/src/gallium'
make[2]: Leaving directory `/home/wearefam/src/mesa/mesa-git/src/gallium'
make[1]: Leaving directory `/home/wearefam/src/mesa/mesa-git/src'
make[1]: Entering directory `/home/wearefam/src/mesa/mesa-git'
make[2]: Entering directory `/home/wearefam/src/mesa/mesa-git'
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/home/wearefam/src/mesa/mesa-git'
make[1]: Leaving directory `/home/wearefam/src/mesa/mesa-git'
libGL.so.1 (libc6,x86-64) => /opt/xorg/lib/libGL.so.1
libGL.so.1 (libc6,x86-64) => /usr/lib/x86_64-linux-gnu/mesa/libGL.so.1
libGL.so (libc6,x86-64) => /opt/xorg/lib/libGL.so
libGL.so (libc6,x86-64) => /usr/lib/x86_64-linux-gnu/libGL.so
libGL.so (libc6,x86-64) => /usr/lib/x86_64-linux-gnu/mesa/libGL.so
libdrm_intel.so.1 => /opt/xorg/lib/libdrm_intel.so.1 (0x00007f9e5f4c6000)
libdrm.so.2 => /opt/xorg/lib/libdrm.so.2 (0x00007f9e5f0aa000)
More information about the mesa-dev
mailing list