[pocl] 01/01: New upstream version 0.14

Andreas Tille tille at debian.org
Tue Nov 21 07:56:56 UTC 2017


This is an automated email from the git hooks/post-receive script.

tille pushed a commit to branch upstream
in repository pocl.

commit a0c792f60df174aa8af61b9010cfcd64148f3c1f
Author: Andreas Tille <tille at debian.org>
Date:   Tue Nov 21 08:36:01 2017 +0100

    New upstream version 0.14
---
 .gitignore                                         |    23 +-
 .mailmap                                           |     3 +
 CHANGES                                            |    38 +
 CMakeLists.txt                                     |   494 +-
 CREDITS                                            |     6 +
 Makefile.am                                        |    99 -
 Makefile.in                                        |  1089 -
 README.packaging                                   |    15 +-
 ToolchainExample.cmake                             |    35 +
 acinclude.m4                                       |   271 -
 aclocal.m4                                         |  1495 --
 autogen.sh                                         |  1578 --
 {tests/tce => bin}/CMakeLists.txt                  |    11 +-
 bin/poclcc.c                                       |   353 +
 cmake/FindHwloc.cmake                              |    28 +-
 cmake/HSA.cmake                                    |    88 +
 cmake/LLVM.cmake                                   |   159 +-
 cmake/bitcode_rules.cmake                          |    23 +-
 cmake/spir-cc-test-kernel.cl                       |    11 +
 config.h.in                                        |   285 -
 config.h.in.cmake                                  |    26 +-
 config/ar-lib                                      |   270 -
 config/compile                                     |   347 -
 config/config.guess                                |  1421 --
 config/config.sub                                  |  1807 --
 config/depcomp                                     |   791 -
 config/install-sh                                  |   501 -
 config/ltmain.sh                                   | 11147 ---------
 config/missing                                     |   215 -
 configure                                          | 24440 -------------------
 configure.ac                                       |  1695 --
 doc/sphinx/source/conf.py                          |     6 +-
 doc/sphinx/source/design.rst                       |     1 +
 doc/sphinx/source/development.rst                  |    69 +-
 doc/sphinx/source/env_variables.rst                |    37 +
 doc/sphinx/source/hsa.rst                          |   117 +-
 doc/sphinx/source/hsa_status.rst                   |   166 +
 doc/sphinx/source/install.rst                      |    66 +-
 doc/sphinx/source/maintainer-policy.rst            |    58 +
 doc/sphinx/source/pocl_binary.rst                  |   117 +
 doc/sphinx/source/releasing.rst                    |    41 +-
 examples/AMD/CMakeLists.txt                        |     4 +-
 examples/AMD/Makefile.am                           |   258 -
 examples/AMD/Makefile.in                           |   780 -
 examples/AMDSDK2.9/CMakeLists.txt                  |     4 +-
 examples/AMDSDK2.9/Makefile.am                     |   341 -
 examples/AMDSDK2.9/Makefile.in                     |   863 -
 examples/AMDSDK3.0/CMakeLists.txt                  |    17 +-
 examples/AMDSDK3.0/Makefile.am                     |   417 -
 examples/AMDSDK3.0/Makefile.in                     |   939 -
 examples/AMDSDK3.0/amdsdk3_0.patch                 |    48 +
 examples/ASL/CMakeLists.txt                        |     8 +-
 examples/CMakeLists.txt                            |    57 +-
 examples/CloverLeaf/CMakeLists.txt                 |    21 +-
 examples/CloverLeaf/Makefile.am                    |    35 -
 examples/CloverLeaf/Makefile.in                    |   558 -
 examples/EinsteinToolkit/CMakeLists.txt            |     8 +-
 examples/EinsteinToolkit/ML_BSSN_CL_RHS1.cl        |     3 +
 examples/EinsteinToolkit/ML_BSSN_CL_RHS2.cl        |     3 +
 examples/EinsteinToolkit/Makefile.am               |    31 -
 examples/EinsteinToolkit/Makefile.in               |   719 -
 examples/Halide/CMakeLists.txt                     |     6 +-
 examples/Halide/Makefile.am                        |    39 -
 examples/Halide/Makefile.in                        |   562 -
 examples/IntelSVM/CMakeLists.txt                   |    29 +-
 examples/IntelSVM/Makefile.am                      |    70 -
 examples/IntelSVM/Makefile.in                      |   592 -
 examples/IntelSVM/intelsvm.patch                   |    14 +
 examples/IntelSVM/intelsvm_CMakeLists.txt          |     2 +
 examples/Makefile.am                               |    97 -
 examples/Makefile.in                               |   778 -
 examples/OpenCV/Makefile.am                        |   263 -
 examples/OpenCV/Makefile.in                        |   784 -
 examples/Parboil/CMakeLists.txt                    |    17 +-
 examples/Parboil/Makefile.am                       |   151 -
 examples/Parboil/Makefile.in                       |   671 -
 examples/Parboil/README                            |     2 +-
 .../CMakeLists.txt}                                |    35 +-
 examples/PyOpenCL/README                           |    11 +-
 examples/PyOpenCL/test_build_dir                   |    57 +
 examples/Rodinia/CMakeLists.txt                    |     5 +-
 examples/Rodinia/Makefile.am                       |   129 -
 examples/Rodinia/Makefile.in                       |   649 -
 examples/VexCL/CMakeLists.txt                      |     8 +
 examples/VexCL/Makefile.am                         |    39 -
 examples/VexCL/Makefile.in                         |   562 -
 examples/ViennaCL/CMakeLists.txt                   |     6 +-
 examples/ViennaCL/Makefile.am                      |    91 -
 examples/ViennaCL/Makefile.in                      |   613 -
 examples/arrayfire/CMakeLists.txt                  |    11 +-
 examples/clBLAS/CMakeLists.txt                     |    15 +-
 examples/clFFT/CMakeLists.txt                      |    14 +-
 examples/example1-spir32/Makefile.am               |    33 -
 examples/example1-spir32/Makefile.in               |   735 -
 examples/example1-spir32/example1_exec.c           |     2 +-
 examples/example1-spir64/Makefile.am               |    33 -
 examples/example1-spir64/Makefile.in               |   734 -
 examples/example1-spir64/example1_exec.c           |     2 +-
 examples/example1/Makefile.am                      |    33 -
 examples/example1/Makefile.in                      |   734 -
 examples/example2/Makefile.am                      |    33 -
 examples/example2/Makefile.in                      |   718 -
 examples/example2a/Makefile.am                     |    33 -
 examples/example2a/Makefile.in                     |   718 -
 examples/opencl-book-samples/CMakeLists.txt        |     7 +
 examples/opencl-book-samples/Makefile.am           |   121 -
 examples/opencl-book-samples/Makefile.in           |   647 -
 examples/piglit/CMakeLists.txt                     |    17 +-
 examples/piglit/Makefile.am                        |    48 -
 examples/piglit/Makefile.in                        |   570 -
 .../pthread => examples/poclcc}/CMakeLists.txt     |    14 +-
 .../{standalone/standalone.cl => poclcc/poclcc.cl} |     0
 examples/scalarwave/Makefile.am                    |    33 -
 examples/scalarwave/Makefile.in                    |   718 -
 examples/scalarwave/scalarwave.cl                  |     5 +
 examples/standalone/Makefile.am                    |    34 -
 examples/standalone/Makefile.in                    |   561 -
 examples/trig/Makefile.am                          |    33 -
 examples/trig/Makefile.in                          |   733 -
 include/CL/Makefile.am                             |    44 -
 include/CL/Makefile.in                             |   721 -
 include/CL/cl2.hpp                                 |   787 +-
 include/CL/cl_egl.h                                |   136 +
 include/CMakeLists.txt                             |     2 +-
 include/Makefile.am                                |    34 -
 include/Makefile.in                                |   818 -
 include/OpenCL/Makefile.am                         |    30 -
 include/OpenCL/Makefile.in                         |   678 -
 include/_enable_all_exts.h                         |    50 +
 include/_kernel.h                                  |   163 +-
 include/_kernel_c.h                                |   166 +-
 include/pocl.h                                     |   125 +-
 include/pocl_cache.h                               |    24 +-
 include/pocl_device.h                              |     2 +-
 include/pocl_tests.h                               |    19 -
 include/pocl_types.h                               |    48 +-
 include/poclu.h                                    |    23 +
 lib/CL/CMakeLists.txt                              |    81 +-
 lib/CL/Makefile.am                                 |   218 -
 lib/CL/Makefile.in                                 |  3004 ---
 lib/CL/clBuildProgram.c                            |   347 +-
 lib/CL/clCreateBuffer.c                            |    79 +-
 lib/CL/clCreateCommandQueue.c                      |    12 +-
 lib/CL/clCreateCommandQueueWithProperties.c        |    13 +-
 lib/CL/clCreateContext.c                           |    11 +-
 lib/CL/clCreateContextFromType.c                   |     1 +
 lib/CL/clCreateImage.c                             |     9 +-
 lib/CL/clCreateKernel.c                            |   109 +-
 lib/CL/clCreateKernelsInProgram.c                  |    47 +-
 lib/CL/clCreateProgramWithBinary.c                 |    70 +-
 lib/CL/clCreateProgramWithSource.c                 |    22 +-
 lib/CL/clCreateSubBuffer.c                         |    10 +-
 lib/CL/clCreateSubDevices.c                        |     7 +-
 lib/CL/clCreateUserEvent.c                         |     6 +-
 lib/CL/clEnqueueBarrier.c                          |     4 +-
 ...eueBarrier.c => clEnqueueBarrierWithWaitList.c} |    31 +-
 lib/CL/clEnqueueCopyBuffer.c                       |    27 +-
 lib/CL/clEnqueueCopyBufferRect.c                   |     4 +-
 lib/CL/clEnqueueCopyBufferToImage.c                |    79 +-
 lib/CL/clEnqueueCopyImage.c                        |     4 +-
 lib/CL/clEnqueueCopyImageToBuffer.c                |    21 +-
 lib/CL/clEnqueueFillBuffer.c                       |     8 +-
 lib/CL/clEnqueueFillImage.c                        |     5 +-
 lib/CL/clEnqueueMapBuffer.c                        |    15 +-
 lib/CL/clEnqueueMapImage.c                         |    57 +-
 lib/CL/clEnqueueMarker.c                           |     2 +-
 lib/CL/clEnqueueMarkerWithWaitList.c               |     2 +-
 lib/CL/clEnqueueMigrateMemObjects.c                |    95 +
 lib/CL/clEnqueueNDRangeKernel.c                    |   182 +-
 lib/CL/clEnqueueNativeKernel.c                     |     4 +-
 lib/CL/clEnqueueReadBuffer.c                       |     3 +-
 lib/CL/clEnqueueReadBufferRect.c                   |    65 +-
 lib/CL/clEnqueueReadImage.c                        |    20 +-
 lib/CL/clEnqueueSVMFree.c                          |     2 +-
 lib/CL/clEnqueueSVMMap.c                           |     2 +-
 lib/CL/clEnqueueSVMMemFill.c                       |     2 +-
 lib/CL/clEnqueueSVMMemcpy.c                        |     2 +-
 lib/CL/clEnqueueSVMUnmap.c                         |     2 +-
 lib/CL/clEnqueueUnmapMemObject.c                   |    23 +-
 lib/CL/clEnqueueWriteBuffer.c                      |     8 +-
 lib/CL/clEnqueueWriteBufferRect.c                  |    57 +-
 lib/CL/clEnqueueWriteImage.c                       |    34 +-
 lib/CL/clFinish.c                                  |   345 +-
 lib/CL/clFlush.c                                   |    16 +-
 lib/CL/clGetDeviceInfo.c                           |    14 +-
 lib/CL/clGetEventProfilingInfo.c                   |     2 +
 lib/CL/clGetPlatformIDs.c                          |     2 +-
 lib/CL/clGetPlatformInfo.c                         |     5 +
 lib/CL/clGetProgramBuildInfo.c                     |     7 +
 lib/CL/clGetProgramInfo.c                          |   125 +-
 lib/CL/clGetSupportedImageFormats.c                |    32 +-
 lib/CL/clReleaseCommandQueue.c                     |     2 +
 lib/CL/clReleaseEvent.c                            |     8 +-
 lib/CL/clReleaseKernel.c                           |     5 +-
 lib/CL/clReleaseMemObject.c                        |    31 +-
 lib/CL/clReleaseProgram.c                          |    22 +-
 lib/CL/clSVMAlloc.c                                |    12 +-
 lib/CL/clSetEventCallback.c                        |    15 +-
 lib/CL/clSetKernelArgSVMPointer.c                  |     7 +-
 lib/CL/clSetMemObjectDestructorCallback.c          |    15 +-
 lib/CL/clSetUserEventStatus.c                      |    24 +-
 lib/CL/clUnloadPlatformCompiler.c                  |    32 +
 lib/CL/clWaitForEvents.c                           |    16 +-
 lib/CL/devices/CMakeLists.txt                      |     6 +-
 lib/CL/devices/Makefile.am                         |    53 -
 lib/CL/devices/Makefile.in                         |   871 -
 lib/CL/devices/basic/Makefile.am                   |    33 -
 lib/CL/devices/basic/Makefile.in                   |   716 -
 lib/CL/devices/basic/basic.c                       |   286 +-
 lib/CL/devices/basic/basic.h                       |    12 +-
 lib/CL/devices/bufalloc.c                          |    24 +-
 lib/CL/devices/bufalloc.h                          |    18 +-
 lib/CL/devices/common.c                            |   744 +-
 lib/CL/devices/common.h                            |    44 +-
 lib/CL/devices/cpuinfo.c                           |    13 +-
 lib/CL/devices/cpuinfo.h                           |     8 +
 lib/CL/devices/devices.c                           |    21 +-
 lib/CL/devices/devices.h                           |     7 +
 lib/CL/devices/hsa/Makefile.am                     |    38 -
 lib/CL/devices/hsa/Makefile.in                     |   719 -
 lib/CL/devices/hsa/pocl-hsa.c                      |  1407 +-
 lib/CL/devices/prototypes.inc                      |    23 +-
 lib/CL/devices/pthread/CMakeLists.txt              |     4 +-
 lib/CL/devices/pthread/Makefile.am                 |    32 -
 lib/CL/devices/pthread/Makefile.in                 |   714 -
 .../pthread/pocl-pthread_scheduler.h}              |    54 +-
 lib/CL/devices/pthread/pocl-pthread_utils.h        |    54 +
 lib/CL/devices/pthread/pthread.c                   |   548 +-
 lib/CL/devices/pthread/pthread_scheduler.c         |   373 +
 lib/CL/devices/pthread/pthread_utils.c             |   162 +
 lib/CL/devices/tce/Makefile.am                     |    40 -
 lib/CL/devices/tce/Makefile.in                     |   911 -
 lib/CL/devices/tce/tce_common.cc                   |   276 +-
 lib/CL/devices/tce/tce_common.h                    |    11 +-
 lib/CL/devices/tce/tta_device_main.c               |    22 +-
 lib/CL/devices/tce/ttasim/Makefile.am              |    39 -
 lib/CL/devices/tce/ttasim/Makefile.in              |   737 -
 lib/CL/devices/tce/ttasim/ttasim.cc                |    52 +
 lib/CL/devices/topology/CMakeLists.txt             |     7 +-
 lib/CL/devices/topology/Makefile.am                |     9 -
 lib/CL/devices/topology/Makefile.in                |   692 -
 lib/CL/pocl_binary.c                               |   696 +
 lib/CL/pocl_binary.h                               |    80 +
 lib/CL/pocl_cache.c                                |   121 +-
 lib/CL/pocl_cl.h                                   |   307 +-
 lib/CL/pocl_debug.h                                |     7 +-
 lib/CL/pocl_file_util.c                            |   222 +
 lib/CL/pocl_image_util.c                           |    10 +-
 lib/CL/pocl_img_buf_cpy.c                          |    74 +-
 lib/CL/pocl_intfn.h                                |     4 +
 lib/CL/pocl_llvm.h                                 |    13 +-
 lib/CL/pocl_llvm_api.cc                            |   930 +-
 lib/CL/{pocl_mem_management.h => pocl_lttng.c}     |    24 +-
 lib/CL/pocl_lttng.h                                |   154 +
 lib/CL/pocl_mem_management.c                       |    42 +-
 lib/CL/pocl_mem_management.h                       |    11 +
 lib/CL/pocl_queue_util.c                           |    13 +-
 lib/CL/pocl_runtime_config.c                       |     2 +-
 lib/CL/pocl_runtime_config.h                       |     1 -
 lib/CL/{pocl_img_buf_cpy.h => pocl_shared.h}       |    50 +-
 lib/CL/pocl_timing.c                               |     7 +-
 lib/CL/pocl_tracing.c                              |   274 +
 lib/CL/{pocl_runtime_config.h => pocl_tracing.h}   |    50 +-
 lib/CL/pocl_util.c                                 |   370 +-
 lib/CL/pocl_util.h                                 |    41 +-
 lib/CMakeLists.txt                                 |    58 +-
 lib/Makefile.am                                    |    27 -
 lib/Makefile.in                                    |   732 -
 lib/kernel/CMakeLists.txt                          |     6 +-
 lib/kernel/Makefile.am                             |    49 -
 lib/kernel/Makefile.in                             |   757 -
 lib/kernel/get_image_depth.cl                      |    10 +-
 lib/kernel/get_image_dim.cl                        |    15 +-
 lib/kernel/get_image_height.cl                     |    10 +-
 lib/kernel/get_image_width.cl                      |    10 +-
 lib/kernel/host/CMakeLists.txt                     |    19 +-
 lib/kernel/host/Makefile.am                        |    47 -
 lib/kernel/host/Makefile.in                        |  1171 -
 lib/kernel/hsail64/CMakeLists.txt                  |    12 +-
 lib/kernel/hsail64/Makefile.am                     |    38 -
 lib/kernel/hsail64/Makefile.in                     |   885 -
 lib/kernel/hsail64/get_global_id.c                 |     9 +-
 .../hsail64/get_global_offset.c}                   |    28 +-
 lib/kernel/hsail64/svm_atomics_hsail.cl.ll         |     3 -
 lib/kernel/prefetch.cl                             |    56 +
 lib/kernel/printf.c                                |    59 +-
 lib/kernel/printf_constant.c                       |    40 +-
 lib/kernel/read_image.cl                           |   188 +-
 lib/kernel/rules.mk                                |    90 -
 lib/kernel/sources-vml.mk                          |   290 -
 lib/kernel/sources.mk                              |   186 -
 lib/kernel/svm_atomics_x86_64.ll                   |     3 -
 ...ics_x86_64.ll => svm_atomics_x86_64_llvm3_9.ll} |   124 +-
 ...6_64.ll => svm_atomics_x86_64_no_fake_asids.ll} |  1643 +-
 lib/kernel/tce/CMakeLists.txt                      |    12 +-
 lib/kernel/tce/Makefile.am                         |    44 -
 lib/kernel/tce/Makefile.in                         |   888 -
 lib/kernel/tinyprintf.c                            |   521 +
 lib/kernel/tinyprintf.h                            |   186 +
 lib/kernel/vecmathlib-pocl/generate-files.py       |     4 +-
 lib/kernel/vecmathlib-pocl/ilogb.cl                |    72 +-
 lib/kernel/vecmathlib-pocl/pocl-compat.h           |     2 +-
 lib/kernel/vecmathlib/floatbuiltins.h              |    10 +-
 lib/kernel/vstore.cl                               |     2 +-
 lib/kernel/write_image.cl                          |    79 +-
 lib/llvmopencl/AutomaticLocals.cc                  |    97 +-
 lib/llvmopencl/BarrierTailReplication.cc           |     9 +-
 lib/llvmopencl/BreakConstantGEPs.h                 |     4 +
 lib/llvmopencl/CMakeLists.txt                      |    52 +-
 lib/llvmopencl/Flatten.cc                          |     2 +-
 lib/llvmopencl/GenerateHeader.cc                   |   309 -
 lib/llvmopencl/HandleSamplerInitialization.cc      |   100 +
 ...dressSpaces.h => HandleSamplerInitialization.h} |    59 +-
 lib/llvmopencl/ImplicitConditionalBarriers.cc      |    21 +-
 lib/llvmopencl/ImplicitConditionalBarriers.h       |     4 +
 lib/llvmopencl/ImplicitLoopBarriers.cc             |     6 +-
 lib/llvmopencl/LLVMFileUtils.cc                    |    55 +-
 lib/llvmopencl/LLVMUtils.h                         |    28 +-
 lib/llvmopencl/LoopBarriers.cc                     |    43 +-
 lib/llvmopencl/Makefile.am                         |    73 -
 lib/llvmopencl/Makefile.in                         |   892 -
 lib/llvmopencl/ParallelRegion.cc                   |    13 +-
 lib/llvmopencl/RemoveBarrierCalls.cc               |    85 +
 ...{TargetAddressSpaces.h => RemoveBarrierCalls.h} |    60 +-
 lib/llvmopencl/TargetAddressSpaces.cc              |   220 +-
 lib/llvmopencl/TargetAddressSpaces.h               |    18 +-
 lib/llvmopencl/VariableUniformityAnalysis.cc       |    50 +-
 lib/llvmopencl/VariableUniformityAnalysis.h        |    19 +-
 lib/llvmopencl/WorkItemAliasAnalysis.cc            |    40 +-
 lib/llvmopencl/Workgroup.cc                        |   355 +-
 lib/llvmopencl/WorkitemHandler.cc                  |    46 +-
 lib/llvmopencl/WorkitemHandler.h                   |     1 +
 lib/llvmopencl/WorkitemHandlerChooser.cc           |     5 +
 lib/llvmopencl/WorkitemLoops.cc                    |   230 +-
 lib/llvmopencl/WorkitemLoops.h                     |    18 +-
 lib/llvmopencl/WorkitemReplication.cc              |     7 +-
 lib/llvmopencl/linker.cpp                          |   436 +-
 lib/llvmopencl/linker.h                            |     8 +
 lib/poclu/Makefile.am                              |    34 -
 lib/poclu/Makefile.in                              |   785 -
 lib/poclu/misc.c                                   |   229 +-
 m4/ax_boost_base.m4                                |   258 -
 m4/libtool.m4                                      |  8369 -------
 m4/ltoptions.m4                                    |   437 -
 m4/ltsugar.m4                                      |   124 -
 m4/ltversion.m4                                    |    23 -
 m4/lt~obsolete.m4                                  |    99 -
 scripts/CMakeLists.txt                             |    53 -
 scripts/Makefile.am                                |    66 -
 scripts/Makefile.in                                |   662 -
 scripts/pocl-standalone.in                         |   134 -
 scripts/pocl-standalone.in.cmake                   |   119 -
 tests/Makefile.am                                  |    82 -
 tests/Makefile.in                                  |   787 -
 tests/kernel/CMakeLists.txt                        |    12 +-
 tests/kernel/Makefile.am                           |    43 -
 tests/kernel/Makefile.in                           |   811 -
 tests/kernel/test_bitselect.cl                     |     2 +-
 tests/kernel/test_fabs.cl                          |     6 +-
 tests/kernel/test_rotate.cl                        |     1 +
 tests/regression/CMakeLists.txt                    |    31 +-
 tests/regression/Makefile.am                       |    50 -
 tests/regression/Makefile.in                       |   972 -
 tests/regression/test_issue_231.cpp                |     2 +-
 tests/regression/test_issue_445.cpp                |    61 +
 tests/runtime/CMakeLists.txt                       |    19 +-
 tests/runtime/Makefile.am                          |    43 -
 tests/runtime/Makefile.in                          |   880 -
 tests/runtime/test_buffer-image-copy.c             |   199 +
 tests/runtime/test_clBuildProgram.c                |   433 +-
 tests/runtime/test_clCreateKernel.c                |     6 +-
 tests/runtime/test_clCreateKernelsInProgram.c      |     4 +-
 tests/runtime/test_clCreateProgramWithBinary.c     |    75 +-
 tests/runtime/test_clCreateSubDevices.c            |    10 +-
 tests/runtime/test_clEnqueueNativeKernel.c         |    97 +-
 tests/runtime/test_clFinish.c                      |   149 +-
 tests/runtime/test_clGetDeviceInfo.c               |    19 +-
 tests/runtime/test_clGetEventInfo.c                |    55 +-
 tests/runtime/test_clGetKernelArgInfo.c            |    88 +-
 tests/runtime/test_clGetSupportedImageFormats.c    |    21 +-
 tests/runtime/test_clSetEventCallback.c            |   142 +-
 tests/runtime/test_clSetEventCallback_expout.txt   |     1 -
 .../test_clSetMemObjectDestructorCallback.c        |    49 +
 tests/runtime/test_enqueue_kernel_from_binary.c    |   428 +
 tests/runtime/test_event_cycle.c                   |    40 +-
 tests/runtime/test_event_free.c                    |     1 -
 tests/runtime/test_kernel_cache_includes.c         |     1 -
 tests/runtime/test_link_error.c                    |    26 +-
 tests/runtime/test_read-copy-write-buffer.c        |    84 +-
 tests/runtime/test_user_event.c                    |    86 +
 tests/runtime/test_version.c                       |    30 +-
 tests/tce/CMakeLists.txt                           |    10 +
 tests/tce/Makefile.am                              |    30 -
 tests/tce/Makefile.in                              |   732 -
 tests/tce/fp16/CMakeLists.txt                      |    15 +-
 tests/tce/fp16/Makefile.am                         |    36 -
 tests/tce/fp16/Makefile.in                         |   724 -
 .../tce/multi_AS_copy}/CMakeLists.txt              |    25 +-
 tests/tce/multi_AS_copy/host.cpp                   |   226 +
 tests/tce/tcemc/CMakeLists.txt                     |     2 +-
 tests/tce/tcemc/Makefile.am                        |    36 -
 tests/tce/tcemc/Makefile.in                        |   724 -
 tests/tce/ttasim/CMakeLists.txt                    |     2 +-
 tests/tce/ttasim/Makefile.am                       |    37 -
 tests/tce/ttasim/Makefile.in                       |   723 -
 tests/tce/ttasim/host.cpp                          |    14 +-
 tests/testsuite-amdsdk2_9.at                       |     4 +-
 tests/testsuite-regression.at                      |    10 +-
 tests/testsuite-runtime.at                         |    11 +-
 tests/workgroup/Makefile.am                        |    38 -
 tests/workgroup/Makefile.in                        |   704 -
 .../clang-3.9-always-spir-cc-for-kernels.patch     |   188 +
 ...4.0-kernel_arg_addr_space-always-spir-ids.patch |    62 +
 tools/patches/clang-4.0-opencl-calling-conv.patch  |   189 +
 tools/patches/replace-kernels-on-the-fly.patch     |    42 +
 tools/scripts/devel-envs.sh                        |    21 +-
 tools/scripts/run_hsa_tests                        |     9 +
 tools/scripts/run_tta_tests                        |     9 +
 418 files changed, 16443 insertions(+), 108091 deletions(-)

diff --git a/.gitignore b/.gitignore
index 0b0e206..7694354 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,6 @@
+build/*
+*~
+
 **/.deps
 **/.libs
 *.bc
@@ -62,28 +65,10 @@ ocl-vendors/pocl-tests.icd
 pocl.icd
 pocl.pc
 
-scripts/pocl-build
-scripts/pocl-kernel
-scripts/pocl-standalone
-scripts/pocl-workgroup
+bin/poclcc
 
 stamp-h1
 
-tests/atconfig
-tests/atlocal
-tests/kernel/kernel
-tests/kernel/image_query_funcs
-tests/kernel/sampler_address_clamp
-tests/package.m4
-tests/*/test_*
-!tests/runtime/*.c
-tests/testsuite
-tests/testsuite.dir
-tests/testsuite.log
-tests/workgroup/run_kernel
-
-
-
 # these are created by Qt Creator
 
 pocl.config
diff --git a/.mailmap b/.mailmap
index 53e20f4..0339970 100644
--- a/.mailmap
+++ b/.mailmap
@@ -2,6 +2,8 @@ Carlos Sánchez de La Lama <csanchezdll at gmail.com> <carlos.delalama at urjc.es>
 Carlos Sánchez de La Lama <csanchezdll at gmail.com> <csanchez at csanchez-desktop>
 Carlos Sánchez de La Lama <csanchezdll at gmail.com> Carlos Sanchez de La Lama <carlos.delalama at urjc.es>
 
+Clement Leger <clement.leger at kalray.eu> Clément <vangelis at fixe>
+
 Daniel Sanders <daniel.sanders at imgtec.com> Daniel Sanders META COSY <daniel.sanders at imgtec.com>
 
 Erik Schnetter <schnetter at gmail.com> <eschnetter at perimeterinstitute.ca>
@@ -34,6 +36,7 @@ Pekka Jääskeläinen <pekka.jaaskelainen at tut.fi> <pekka.jaaskelainen at gmail.com>
 Pekka Jääskeläinen <pekka.jaaskelainen at tut.fi> <pjaaskel at haikara>
 Pekka Jääskeläinen <pekka.jaaskelainen at tut.fi> <pjaaskel at users.noreply.github.com>
 Pekka Jääskeläinen <pekka.jaaskelainen at tut.fi> <visit0r at debian>
+Pekka Jääskeläinen <pekka.jaaskelainen at tut.fi> <pekka.jaaskelainen at parmance.com>
 Pekka Jääskeläinen <pekka.jaaskelainen at tut.fi> Pekka Jaaskelainen <pekka.jaaskelainen at tut.fi>
 
 Ville Korhonen <ville.t.korhonen at tut.fi> <korhone5 at nokitikka.cs.tut.fi>
diff --git a/CHANGES b/CHANGES
index 7848373..a5b8fc1 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,41 @@
+0.14 March 2017
+===============
+
+Highlights
+----------
+- Support for LLVM/Clang versions 3.9 and 4.0. Version 3.9 was the first
+  release to include all frontend features for OpenCL 2.0.
+- Ability to build pocl in a mode where online compilation is not
+  supported to run in hosts without LLVM and binaries compiled offline
+  e.g. using poclcc.
+- pocl's binary format now can contain all the necessary bits to
+  execute the programs on a host without online compiler support.
+- Initial support for out-of-order execution execution of command queues.
+- It's now possible to cross-compile pocl when building an offline
+  compiler build.
+- New driver api extension to support out-of-order and asynchronous
+  devices/drivers.
+- Pthread and HSA drivers are now fully asynchronous.
+- CMake now the only supported build system, autotools removed.
+- LTTng tracing support
+
+OpenCL Runtime/Platform API support
+-----------------------------------
+- implemented clEnqueueBarrierWithWaitList
+- implemented clEnqueueMigrateMemObjects
+
+Other
+-----
+- Support for reqd_work_group_size attribute in the binary format and poclcc:
+  Generates a static sized work-group function to help optimizations
+  such as autovectorization.
+- HSA: added support for phsa (https://github.com/HSAFoundation/phsa)
+- A lot of bug and memory leak fixes. Some notable ones:
+  - Issue #1, passing aggregates as kernel value parameters, can be
+    now fixed with an LLVM patch.
+  - Now it's possible to build pocl without using the fake address
+    space ids, which were a source of many annoying issues.
+
 0.13 April 2016
 ===============
 
diff --git a/CMakeLists.txt b/CMakeLists.txt
index df52f5d..18d36e7 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,7 +1,7 @@
 #=============================================================================
 #   CMake build system files
 #
-#   Copyright (c) 2014 pocl developers
+#   Copyright (c) 2014-2017 pocl developers
 #
 #   Permission is hereby granted, free of charge, to any person obtaining a copy
 #   of this software and associated documentation files (the "Software"), to deal
@@ -27,11 +27,37 @@ cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR)
 
 project(pocl)
 set(MAJOR_VERSION 0)
-set(MINOR_VERSION 13)
+set(MINOR_VERSION 14)
 set(VERSION_SUFFIX "")
 set(VERSION_STRING ${MAJOR_VERSION}.${MINOR_VERSION}${VERSION_SUFFIX})
 set(POCL_VERSION ${VERSION_STRING})
 
+# required b/c SHARED libs defaults to ON while OBJECT defaults to OFF
+set(CMAKE_POSITION_INDEPENDENT_CODE ON)
+
+enable_testing()
+
+##################################################################################
+
+option(OCS_AVAILABLE "Online compiler support available to build pocl with. Default is available." ON)
+
+option(BUILD_SHARED_LIBS "ON=Build shared libs, OFF=static libs" ON)
+
+option(POCL_DEBUG_MESSAGES
+  "Enable debug messages from pocl (useful for OpenCL developers), must be enabled at runtime, with env var POCL_DEBUG"
+  ON)
+
+option(ENABLE_HSA "Enable the HSA device driver for AMD GCN devices" OFF)
+
+option(KERNEL_CACHE_DEFAULT "Default value for the kernel compile cache. If disabled, pocl will still use the kernel cache, but will delete cachefiles on exit. You can still enable keeping the files it at runtime with an env var." ON)
+
+# currently only works with gcc as host compiler
+if ("${CMAKE_CXX_COMPILER_ID}" STREQUAL "GNU")
+  option(ENABLE_ASAN "Enable AddressSanitizer" OFF)
+else()
+  set(ENABLE_ASAN 0)
+endif()
+
 ##################################################################################
 
 if(CMAKE_SYSTEM_PROCESSOR MATCHES "ppc")
@@ -42,7 +68,9 @@ elseif(CMAKE_SYSTEM_PROCESSOR MATCHES "armv7")
   set(ARMV7 1)
 elseif(CMAKE_SYSTEM_PROCESSOR MATCHES "armv6")
   set(ARMV6 1)
-elseif(CMAKE_SYSTEM_PROCESSOR MATCHES "(i386|AMD64|x86_64)")
+elseif(CMAKE_SYSTEM_PROCESSOR MATCHES "aarch64")
+  set(ARM64 1)
+elseif(CMAKE_SYSTEM_PROCESSOR MATCHES "(i.86|AMD64|x86_64)")
   if(POCL_DEVICE_ADDRESS_BITS MATCHES "32")
     set(I386 1)
   else()
@@ -103,7 +131,7 @@ set(POCL_INSTALL_PUBLIC_LIBDIR "${CMAKE_INSTALL_PREFIX}/${CMAKE_INSTALL_LIBDIR}"
 set(POCL_INSTALL_PRIVATE_LIBDIR "${CMAKE_INSTALL_PREFIX}/${CMAKE_INSTALL_LIBDIR}/pocl" CACHE PATH "POCL private libdir")
 
 # for pocl.icd
-if(UNIX AND NOT CMAKE_CROSSCOMPILING)
+if(UNIX AND NOT CMAKE_CROSSCOMPILING AND CMAKE_INSTALL_PREFIX_INITIALIZED_TO_DEFAULT)
   set(POCL_INSTALL_ICD_VENDORDIR "/etc/OpenCL/vendors" CACHE PATH "POCL ICD file destination")
 else()
   set(POCL_INSTALL_ICD_VENDORDIR "${CMAKE_INSTALL_PREFIX}/etc/OpenCL/vendors" CACHE PATH "POCL ICD file destination")
@@ -134,25 +162,6 @@ else()
   set(POCL_INSTALL_OPENCL_HEADER_DIR "${POCL_INSTALL_PUBLIC_HEADER_DIR}/CL" CACHE PATH "POCL header dir for OpenCL headers")
 endif()
 
-option(BUILD_SHARED_LIBS "ON=Build shared libs, OFF=static libs" ON)
-
-option(
-  POCL_DEBUG_MESSAGES
-  "Enable debug messages from pocl (useful for OpenCL developers), must be enabled at runtime, with env var POCL_DEBUG"
-  ON)
-
-# required b/c SHARED libs defaults to ON while OBJECT defaults to OFF
-set(CMAKE_POSITION_INDEPENDENT_CODE ON)
-
-######################################################################################
-
-# AMD HSA
-option(ENABLE_HSA "Enable the HSA device driver for AMD GCN devices" OFF)
-
-######################################################################################
-
-enable_testing()
-
 ######################################################################################
 
 if(UNIX)
@@ -211,14 +220,51 @@ endif()
 
 ######################################################################################
 
-set(CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake)
-include(LLVM RESULT_VARIABLE RES)
-if(NOT RES)
-  message(FATAL_ERROR "Could not load LLVM.cmake")
+if (OCS_AVAILABLE)
+
+  include(LLVM RESULT_VARIABLE RES)
+  if(NOT RES)
+    message(FATAL_ERROR "Could not load LLVM.cmake")
+  endif()
+
+  if("${LLVM_CLANG_VERSION}" MATCHES "SPIR")
+    set(CLANG_SPIR 1)
+    message(STATUS "Using a SPIR generator Clang from Khronos.")
+  else()
+    set(CLANG_SPIR 0)
+    message(STATUS "NOT using SPIR")
+  endif()
+
+  if(NOT DEFINED HOST_DEVICE_BUILD_HASH)
+    set(HOST_DEVICE_BUILD_HASH "${LLC_TRIPLE}-${LLC_HOST_CPU}")
+  endif()
+
+else()
+  if(NOT DEFINED HOST_DEVICE_BUILD_HASH)
+    message(FATAL_ERROR "For compiler-less builds, you must define HOST_DEVICE_BUILD_HASH")
+  endif()
+
+endif()
+
+######################################################################################
+
+if(ENABLE_HSA)
+  include(HSA RESULT_VARIABLE RES)
+  if(NOT RES)
+    message(FATAL_ERROR "Could not load HSA.cmake")
+  endif()
 endif()
 
-if("${LLVM_VERSION}" VERSION_LESS "3.6")
-  message(FATAL_ERROR "POCL requires LLVM version >= 3.6 !")
+
+######################################################################################
+
+if (NOT MSVC)
+  find_program(LINK_COMMAND
+    NAMES ld${CMAKE_EXECUTABLE_SUFFIX}
+    HINTS ENV PATH
+  )
+else()
+    set(LINK_COMMAND "${CLANGXX}")
 endif()
 
 ######################################################################################
@@ -250,27 +296,11 @@ macro(setup_cached_var VARNAME DESCRIPTION DOCS_FEATURE_IS_UNAVAILABLE DOCS_REQU
   endif()
 endmacro()
 
-
-######################################################################################
-
-if(NOT DEFINED DEFAULT_ENABLE_DOCS)
-  include(Sphinx RESULT_VARIABLE RES)
-  if(SPHINX_EXECUTABLE)
-    set(DEFAULT_ENABLE_DOCS 1 CACHE INTERNAL "Enable building of documentation")
-  else()
-    set(DEFAULT_ENABLE_DOCS 0 CACHE INTERNAL "Enable building of documentation")
-  endif()
-endif()
-
-
-setup_cached_var(ENABLE_DOCS "Documentation building"
-  "Requested enabling documentation, but could not find Sphinx ! -> disabling docs.."
-  "Sphinx found, but requested disabling docs")
-
 ######################################################################################
 
 if(UNIX)
   include(CheckCSourceCompiles)
+  set(CMAKE_REQUIRED_LIBRARIES "rt")
   CHECK_C_SOURCE_COMPILES("
 #include <time.h>
 int main() {
@@ -279,6 +309,7 @@ int main() {
   return 0;
 }
   " HAVE_CLOCK_GETTIME)
+  unset(CMAKE_REQUIRED_LIBRARIES)
 else()
   set(HAVE_CLOCK_GETTIME 0)
 endif()
@@ -351,24 +382,35 @@ message(STATUS "OpenCL flags for compiling kernel library: ${KERNEL_CL_FLAGS}")
 
 ######################################################################################
 
-option(STATIC_LLVM "Link LLVM statically. Default is dynamic." OFF)
+if (OCS_AVAILABLE)
 
-if(STATIC_LLVM)
-  message(STATUS "Linking LLVM statically")
-  set(POCL_LLVM_LIBS ${LLVM_LIBFILES})
-else()
-  message(STATUS "Trying to link LLVM dynamically")
-  find_library(LLVM_SHARED_LIB_FILE NAMES "LLVM-${LLVM_VERSION}" "LLVM" PATHS "${LLVM_LIBDIR}" NO_DEFAULT_PATH)
-  if(LLVM_SHARED_LIB_FILE AND EXISTS "${LLVM_SHARED_LIB_FILE}")
-    message(STATUS "..using ${LLVM_SHARED_LIB_FILE}")
-    set(POCL_LLVM_LIBS "${LLVM_SHARED_LIB_FILE}")
-  else()
-    message(STATUS "LLVM-${LLVM_VERSION} library not found (Probably because LLVM is built with cmake).
-    Linking libpocl (possibly statically) to LLVM_LIBFILES")
+  option(SINGLE_LLVM_LIB "When on, tries to link pocl to the single big libLLVM before falling back to LLVM_LIBFILES)." ON)
+
+  if (DEFINED STATIC_LLVM)
+    message(AUTHOR_WARNING "STATIC_LLVM option was renamed, it wasn't really ensuring anything was static. Please see the SINGLE_LLVM_LIB option")
+    set_expr(SINGLE_LLVM_LIB ${STATIC_LLVM})
+  endif()
+
+  if(NOT SINGLE_LLVM_LIB)
+    message(STATUS "Linking LLVM to LLVM_LIBFILES")
     set(POCL_LLVM_LIBS ${LLVM_LIBFILES})
+  else()
+    message(STATUS "Trying to link LLVM to the single big libLLVM")
+    find_library(LLVM_SHARED_LIB_FILE NAMES "LLVM-${LLVM_VERSION}" "LLVM" PATHS "${LLVM_LIBDIR}" NO_DEFAULT_PATH)
+    if(LLVM_SHARED_LIB_FILE AND EXISTS "${LLVM_SHARED_LIB_FILE}")
+      message(STATUS " .. OK, using ${LLVM_SHARED_LIB_FILE}")
+      set(POCL_LLVM_LIBS "${LLVM_SHARED_LIB_FILE}")
+    else()
+      message(STATUS "single big libLLVM library not found (Probably because LLVM is built with cmake). Falling back to linking libpocl to LLVM_LIBFILES")
+      set(POCL_LLVM_LIBS ${LLVM_LIBFILES})
+    endif()
   endif()
+
 endif()
 
+######################################################################################
+
+include_directories("fix-include" "include")
 
 ######################################################################################
 
@@ -383,7 +425,8 @@ else()
     get_filename_component(LTDL_H_INCLUDE_DIR "${LTDL_H}" DIRECTORY)
     string(FIND "${CMAKE_C_IMPLICIT_INCLUDE_DIRECTORIES}" "${LTDL_H_INCLUDE_DIR}" LTPOSITION)
     # include the directory of ltdl.h, if its not in the default system include dirs
-    if(LTPOSITION LESS "0")
+    # also when cross-compiling this includes <cross-compile-root>/usr/include, which screws things up
+    if((LTPOSITION LESS "0") AND (NOT CMAKE_CROSSCOMPILING))
       include_directories("${LTDL_H_INCLUDE_DIR}")
     endif()
 
@@ -410,33 +453,60 @@ else()
   endif()
 endif()
 
+######################################################################################
+# LTTNG
+
+if(NOT MSVC)
+  pkg_check_modules(LTTNG_UST lttng-ust>=2.7)
+  if(LTTNG_UST_FOUND)
+    set(HAVE_LTTNG_UST 1)
+  else()
+    set(HAVE_LTTNG_UST 0)
+  endif()
+endif()
 
 ######################################################################################
-# DONE
+
+if(NOT DEFINED DEFAULT_ENABLE_ICD)
 
 if (MSVC)
   message(STATUS "Building ICD not yet supported on Windows.")
   set(DEFAULT_ENABLE_ICD 0 CACHE INTERNAL "Going to use ICD loader")
-  set(DEFAULT_DIRECT_LINKAGE 1 CACHE INTERNAL "Software links directly to pocl")
-  set(DEFAULT_TESTS_USE_ICD 0 CACHE INTERNAL "Tests use ICD")
-endif()
-
-if(NOT DEFINED DEFAULT_ENABLE_ICD)
+else()
 
-  pkg_check_modules(OCL_ICD ocl-icd>=1.3)
+  # pkg-config doesn't work with cross-compiling
+  if (NOT CMAKE_CROSSCOMPILING)
+    pkg_check_modules(OCL_ICD ocl-icd>=1.3)
+  endif()
+  if (CMAKE_CROSSCOMPILING OR (NOT OCL_ICD_FOUND))
+    find_path(OCL_ICD_INCLUDE_DIR
+      NAMES
+        ocl_icd.h
+    )
+    find_library(OCL_ICD_LIBRARIES
+      NAMES
+        OpenCL
+    )
+    if(OCL_ICD_INCLUDE_DIR AND OCL_ICD_LIBRARIES)
+      set(OCL_ICD_FOUND 1)
+    endif()
+  endif()
 
   if(OCL_ICD_FOUND)
 
-    set(HAVE_OCL_ICD 1)
+    set(HAVE_OCL_ICD 1 CACHE INTERNAL "ICL library is ocl-icd")
     set(OPENCL_FOUND 1 CACHE INTERNAL "opencl ICD/library found")
-    set(OPENCL_LIBRARIES "OpenCL" CACHE INTERNAL "opencl ICD/library paths") # duh, why doesnt ocl-icd set this in .pc file ??
+    # duh, why doesnt ocl-icd set this in it's .pc file ??
+    if (CMAKE_CROSSCOMPILING)
+      set(OPENCL_LIBRARIES "${OCL_ICD_LIBRARIES}" CACHE INTERNAL "opencl ICD/library paths")
+    else()
+      set(OPENCL_LIBRARIES "OpenCL" CACHE INTERNAL "opencl ICD/library paths")
+    endif()
     set(DEFAULT_ENABLE_ICD 1 CACHE INTERNAL "ICD loader availability")
-    set(DEFAULT_DIRECT_LINKAGE 0 CACHE INTERNAL "direct linkage")
-    set(DEFAULT_TESTS_USE_ICD 1 CACHE INTERNAL "tests use ICD")
 
   else()
 
-    set(HAVE_OCL_ICD 0)
+    set(HAVE_OCL_ICD 0 CACHE INTERNAL "ICL library is ocl-icd")
     # fallback to other ICD loaders
     message(STATUS "ocl-icd not found -> trying fallback ICD implementations")
     pkg_check_modules(OPENCL OpenCL>=1.2)
@@ -454,63 +524,33 @@ if(NOT DEFINED DEFAULT_ENABLE_ICD)
       # no ocl-icd, but libopencl
       message(STATUS "libOpenCL (unknown ICD loader) found")
       set(DEFAULT_ENABLE_ICD 1 CACHE INTERNAL "ICD loader availability")
-      # tests can't use the icl loader - must use direct linkage
-      set(DEFAULT_DIRECT_LINKAGE 1 CACHE INTERNAL "direct linkage")
-      set(DEFAULT_TESTS_USE_ICD 0 CACHE INTERNAL "tests use ICD")
     else()
       message(STATUS "No ICD loader of any kind found (or its OpenCL version is <1.2)")
       # no ocl-icd, no libopencl
       set(DEFAULT_ENABLE_ICD 0 CACHE INTERNAL "no ICL loader found availability")
-      set(DEFAULT_DIRECT_LINKAGE 1 CACHE INTERNAL "direct linkage")
-      set(DEFAULT_TESTS_USE_ICD 0 CACHE INTERNAL "tests use ICD")
     endif()
 
   endif()
 
 endif()
 
+endif()
+
 setup_cached_var(ENABLE_ICD "Using an ICD loader"
   "Requested build with icd, but ICD loader not found! some examples will not work.."
   "ICD loader found, but requested build without it")
 
-
-######################################################################################
-# DONE
-
-# Option to allow to link a OpenCL program directly against libpocl
-# instead of going through an ICD Loader
-if(NOT DEFINED DIRECT_LINKAGE)
-  set(DIRECT_LINKAGE ${DEFAULT_DIRECT_LINKAGE} CACHE BOOL "Allow OpenCL programs to be linked directly against the pocl library instead of using a ICD Loader (OpenCL library), defaults to !ENABLE_ICD")
-endif()
-
-message(STATUS "Direct linkage: ${DIRECT_LINKAGE}")
-
-if(NOT DIRECT_LINKAGE)
-  if(ENABLE_ICD)
-    message(STATUS "Disabling direct linkage, using ICD loader instead")
-  else()
-    message(FATAL_ERROR "Either ICD or direct-linkage must be enabled !")
-  endif()
-endif()
-
-
-######################################################################################
-# DONE
-
-if(NOT DEFINED TESTS_USE_ICD)
-  set(TESTS_USE_ICD ${DEFAULT_TESTS_USE_ICD} CACHE BOOL "Tests use the ICD loader")
+if(ENABLE_ICD)
+  # only meaningful to link tests with ocl-icd
+  set(TESTS_USE_ICD ${HAVE_OCL_ICD})
+  set(POCL_LIBRARY_NAME "pocl")
+else()
+  set(TESTS_USE_ICD 0)
+  set(POCL_LIBRARY_NAME "OpenCL")
 endif()
 
 message(STATUS "Run tests with ICD: ${TESTS_USE_ICD}")
 
-if(TESTS_USE_ICD AND (NOT ENABLE_ICD))
-  message(FATAL_ERROR "Cannot use ICD for tests when its not available")
-endif()
-if((NOT TESTS_USE_ICD) AND (NOT DIRECT_LINKAGE))
-  message(FATAL_ERROR "Tests set to link directly, but direct-linkage is disabled")
-endif()
-
-
 ######################################################################################
 
 if(DEFINED INSTALL_OPENCL_HEADERS)
@@ -527,7 +567,6 @@ else() # Undefined = auto -> check
   set(INSTALL_OPENCL_HEADERS ${IOH} CACHE BOOL "Install POCL's OpenCL headers. (Ones from Kronos should be installed instead)")
 endif()
 
-
 ######################################################################################
 # TODO check if this works!
 
@@ -538,52 +577,19 @@ endif()
 
 ######################################################################################
 
-if(MSVC)
-  message(STATUS "Finding libGLEW binary distribution (http://glew.sourceforge.net/index.html) for Widows not implemented. Consider writing FindGlew.cmake macro.")
-  message(STATUS "libGLEW not found. A few tests will not work")
-else()
-  pkg_check_modules(GLEW glew)
-endif()
-
-if(NOT GLEW_FOUND)
-  set(HAVE_GLEW 0)
-  message(WARNING "libGLEW not found. A few tests will not work")
-else()
-  set(HAVE_GLEW 1)
-endif()
-
-######################################################################################
-
-option(KERNEL_CACHE_DEFAULT "Default value for the kernel compile cache. If disabled, pocl will still use the kernel cache, but will delete cachefiles on exit. You can still enable keeping the files it at runtime with an env var." ON)
-if(KERNEL_CACHE_DEFAULT)
-  set(POCL_KERNEL_CACHE_DEFAULT 1)
-else()
-  set(POCL_KERNEL_CACHE_DEFAULT 0)
-endif()
+set_expr(POCL_KERNEL_CACHE_DEFAULT KERNEL_CACHE_DEFAULT)
 
 string(TIMESTAMP POCL_BUILD_TIMESTAMP "%d%m%Y%H%M%S")
 file(WRITE "${CMAKE_BINARY_DIR}/pocl_build_timestamp.h" "#define POCL_BUILD_TIMESTAMP \"${POCL_BUILD_TIMESTAMP}\"")
 
 ######################################################################################
 
-if("${LLVM_CLANG_VERSION}" MATCHES "SPIR")
-  set(CLANG_SPIR 1)
-  message(STATUS "Using a SPIR generator Clang from Khronos.")
-else()
-  set(CLANG_SPIR 0)
-  message(STATUS "NOT using SPIR")
-endif()
-
-
-####################################################################
-
 # The Clang flags that are used always when compiling OpenCL C code.
 # Note: We use -Wno-format to avoid warnings for printf, where we
 # currently have to use %lld for long arguments (to handle 32-bit
 # architectures).
 set(FORCED_CLFLAGS "-Xclang -ffake-address-space-map -fno-math-errno -fblocks -fno-builtin -fasm -Wno-format")
 
-
 ####################################################################
 
 # line 620
@@ -599,7 +605,7 @@ endif()
 
 ####################################################################
 
-# TODO some more work required here
+# Host (basic/pthread) driver setup
 
 set(DEFAULT_HOST_CLANG_FLAGS "${CLANG_TARGET_OPTION}${LLC_TRIPLE}")
 set(DEFAULT_HOST_LLC_FLAGS "-relocation-model=pic -mtriple=${LLC_TRIPLE}")
@@ -617,6 +623,11 @@ if(LLC_TRIPLE MATCHES "^arm")
     set(DEFAULT_HOST_CLANG_FLAGS "${DEFAULT_HOST_CLANG_FLAGS} -mfloat-abi=soft")
     set(DEFAULT_HOST_AS_FLAGS "${DEFAULT_HOST_AS_FLAGS} -mfloat-abi=soft")
   endif()
+  #This is very much a Q&D solution. We assume every modern ARM out there
+  #has the vfp4 floating point unit.
+  #This used to be implicitly assumed in clang < 3.9. With 3.9, we have to pass
+  #this flag, or intrinsics in vecmathlib are not defined.
+  set(DEFAULT_HOST_CLANG_FLAGS "${DEFAULT_HOST_CLANG_FLAGS} -mfpu=vfp4")
 endif()
 
 if(CL_DISABLE_LONG)
@@ -741,9 +752,6 @@ if(NOT DEFINED DEFAULT_ENABLE_TCE)
     set(TCE_CXXFLAGS "${TCE_CXXFLAGS}" CACHE INTERNAL "tce-config --cxxflags")
     set(TCE_PREFIX "${TCE_PREFIX}" CACHE INTERNAL "tce-config --prefix")
 
-    # TODO
-    set(LD_FLAGS_BIN ${LD_FLAGS_BIN} ${TCE_LIBS})
-
     set(HAVE_TCE 1)
     if(TCE_VERSION MATCHES "trunk")
       set(HAVE_TCEMC 1)
@@ -760,7 +768,7 @@ if(NOT DEFINED DEFAULT_ENABLE_TCE)
 
 endif()
 
-setup_cached_var(ENABLE_TCE "TCE"
+setup_cached_var(ENABLE_TCE "TCE support"
   "Requested enabling TCE, but no usable TCE installation found !"
   "TCE is available, but requested disabling it")
 
@@ -771,7 +779,7 @@ if(ENABLE_TCE)
     set(ENABLE_TCEMC 1)
     set(OCL_DRIVERS "${OCL_DRIVERS} tcemc") # TCEMC is a "superset" of TCE (lp:tce) features.
   endif()
-  set(TCE_DEVICE_EXTENSIONS "cl_khr_byte_addressable_store cl_khr_global_int32_base_atomics cl_khr_global_int32_extended_atomics cl_khr_local_int32_base_atomics cl_khr_local_int32_extended_atomics cl_khr_int64 cl_khr_int64_base_atomics cl_khr_int64_extended_atomics cl_khr_fp16")
+  set(TCE_DEVICE_EXTENSIONS "cl_khr_byte_addressable_store cl_khr_global_int32_base_atomics cl_khr_global_int32_extended_atomics cl_khr_local_int32_base_atomics cl_khr_local_int32_extended_atomics cl_khr_fp16")
   set(TEMP_EXT "${TCE_DEVICE_EXTENSIONS}")
   set(TCE_DEVICE_EXTENSION_DEFINES "")
   separate_arguments(TEMP_EXT)
@@ -781,7 +789,19 @@ if(ENABLE_TCE)
 
   set(TCE_DEVICE_CL_VERSION "120")
 
+  if("${LLVM_CXXFLAGS}" MATCHES "-fno-rtti")
+    message(WARNING "TCE is enabled but your LLVM was not built with RTTI. You should rebuild LLVM with 'make REQUIRES_RTTI=1'. See the INSTALL file for more information.")
+  endif()
+
 else()
+
+  # - '-fno-rtti' is a work-around for llvm bug 14200
+  # Which according to bug report has been fixed in llvm 3.7
+  # sadly, that bugreport is mistaken, it's not fixed in 3.7
+  if (NOT MSVC)
+    set(LLVM_CXXFLAGS "${LLVM_CXXFLAGS} -fno-rtti")
+  endif()
+
   set(ENABLE_TCEMC 0)
 endif()
 
@@ -791,8 +811,6 @@ if(ENABLE_HSA)
   set(OCL_DRIVERS "${OCL_DRIVERS} hsa")
   set(OCL_TARGETS "${OCL_TARGETS} hsail64")
   # this is for config.h
-  # TODO unify with autotools
-  set(BUILD_HSA 1)
 
   set(HSA_DEVICE_EXTENSIONS "cl_khr_byte_addressable_store cl_khr_global_int32_base_atomics cl_khr_global_int32_extended_atomics cl_khr_local_int32_base_atomics cl_khr_local_int32_extended_atomics cl_khr_int64 cl_khr_fp64 cl_khr_int64_base_atomics cl_khr_int64_extended_atomics")
   set(HSA_DEVICE_CL_VERSION "200")
@@ -824,9 +842,17 @@ endif()
 
 ##########################################################
 
-CHECK_ALIGNOF("float16" "typedef float float16  __attribute__((__ext_vector_type__(16)));" ALIGNOF_FLOAT16 ${LLC_TRIPLE})
+if (OCS_AVAILABLE)
+
+  CHECK_ALIGNOF("float16" "typedef float float16  __attribute__((__ext_vector_type__(16)));" ALIGNOF_FLOAT16 ${LLC_TRIPLE})
+  CHECK_ALIGNOF("double16" "typedef double double16  __attribute__((__ext_vector_type__(16)));" ALIGNOF_DOUBLE16 ${LLC_TRIPLE})
+
+else()
+
+  set(ALIGNOF_FLOAT16 64)
+  set(ALIGNOF_DOUBLE16 128)
 
-CHECK_ALIGNOF("double16" "typedef double double16  __attribute__((__ext_vector_type__(16)));" ALIGNOF_DOUBLE16 ${LLC_TRIPLE})
+endif()
 
 if(ALIGNOF_FLOAT16 GREATER ALIGNOF_DOUBLE16)
   set(MAX_EXTENDED_ALIGNMENT "${ALIGNOF_FLOAT16}")
@@ -834,6 +860,7 @@ else()
   set(MAX_EXTENDED_ALIGNMENT "${ALIGNOF_DOUBLE16}")
 endif()
 
+
 ##########################################################
 
 # POCL_DEVICE_ADDRESS_BITS
@@ -888,10 +915,11 @@ endif()
 # 5:0:4 == 0.11 (currently backwards compatible with 0.7, thus age = 4).
 # 6:0:5 == 0.12 (currently backwards compatible with 0.7, thus age = 5).
 # 7:0:6 == 0.13 (currently backwards compatible with 0.7, thus age = 6).
+# 8:0:7 == 0.14 (currently backwards compatible with 0.7, thus age = 7).
 
-set(LIB_CURRENT_VERSION 7)
+set(LIB_CURRENT_VERSION 8)
 set(LIB_REVISION_VERSION 0)
-set(LIB_AGE_VERSION 6)
+set(LIB_AGE_VERSION 7)
 
 math(EXPR LIB_FIRST_VERSION "${LIB_CURRENT_VERSION} - ${LIB_AGE_VERSION}")
 
@@ -913,6 +941,7 @@ set(KERNEL_COMPILER_LIB_VERSION "${LIB_CURRENT_VERSION}.0.0")
 #TODO
 # these vars are copies b/c tons of sources use BUILD_ICD etc
 set(BUILD_ICD ${ENABLE_ICD})
+set(BUILD_HSA ${ENABLE_HSA})
 set(TCE_AVAILABLE ${ENABLE_TCE})
 set(TCEMC_AVAILABLE ${ENABLE_TCEMC})
 set(_CL_DISABLE_LONG ${CL_DISABLE_LONG})
@@ -956,8 +985,6 @@ endif()
 
 #############################################################
 
-include_directories("fix-include" "include")
-
 add_subdirectory("include")
 
 add_subdirectory("lib")
@@ -970,14 +997,13 @@ message(STATUS "OPENCL_CFLAGS: ${OPENCL_CFLAGS}")
 set(POCLU_LINK_OPTIONS ${LIBMATH} ${OPENCL_LIBS} "poclu")
 message(STATUS "POCLU LINK OPTS: ${POCLU_LINK_OPTIONS}")
 
-# DONE - just pocl-standalone script
-add_subdirectory("scripts")
+# poclcc bin
+add_subdirectory("bin")
 
-# TODO In progress
-add_subdirectory("tests")
-
-# TODO In progress
-add_subdirectory("examples")
+if (OCS_AVAILABLE)
+  add_subdirectory("tests")
+  add_subdirectory("examples")
+endif()
 
 add_custom_target(check COMMAND ${CMAKE_CTEST_COMMAND} ${COMMAND_USES_TERMINAL})
 
@@ -1001,40 +1027,19 @@ MESSAGE(STATUS "POCL_INSTALL_PUBLIC_HEADER_DIR: ${POCL_INSTALL_PUBLIC_HEADER_DIR
 MESSAGE(STATUS "POCL_INSTALL_PUBLIC_LIBDIR: ${POCL_INSTALL_PUBLIC_LIBDIR}")
 
 MESSAGE(STATUS " ")
-MESSAGE(STATUS "******* Enabled features:")
-MESSAGE(STATUS " ")
-
-MESSAGE(STATUS "CLANG_SPIR: ${CLANG_SPIR}")
-MESSAGE(STATUS "DIRECT_LINKAGE: ${DIRECT_LINKAGE}")
-MESSAGE(STATUS "ENABLE_DOCS: ${ENABLE_DOCS}")
-MESSAGE(STATUS "ENABLE_ICD: ${ENABLE_ICD}")
-MESSAGE(STATUS "ENABLE_TCE: ${ENABLE_TCE}")
-MESSAGE(STATUS "ENABLE_TCEMC: ${ENABLE_TCEMC}")
-MESSAGE(STATUS "ENABLE_HSA: ${ENABLE_HSA}")
-MESSAGE(STATUS "INSTALL_OPENCL_HEADERS (Install our headers): ${INSTALL_OPENCL_HEADERS}")
-MESSAGE(STATUS "OCL_DRIVERS (Drivers built): ${OCL_DRIVERS}")
-MESSAGE(STATUS "OCL_TARGETS (Targets built): ${OCL_TARGETS}")
-MESSAGE(STATUS "STATIC_LLVM: ${STATIC_LLVM}")
-MESSAGE(STATUS "TESTS_USE_ICD: ${TESTS_USE_ICD}")
-MESSAGE(STATUS "USE_VECMATHLIB: ${USE_VECMATHLIB}")
-MESSAGE(STATUS "Available testsuites: ${ALL_TESTSUITES}")
-MESSAGE(STATUS "Enabled testsuites: ${ACTUALLY_ENABLED_TESTSUITES}")
-MESSAGE(STATUS "Kernel caching: ${KERNEL_CACHE_DEFAULT}")
-MESSAGE(STATUS "Kernel library CPU variants: ${KERNELLIB_HOST_CPU_VARIANTS}")
-MESSAGE(STATUS "Kernel library distro build: ${KERNELLIB_HOST_DISTRO_VARIANTS}")
-
-MESSAGE(STATUS " ")
-MESSAGE(STATUS "******* Programs:")
-MESSAGE(STATUS " ")
-
-MESSAGE(STATUS "LLVM_CONFIG: ${LLVM_CONFIG}")
-MESSAGE(STATUS "LLVM_OPT: ${LLVM_OPT}")
-MESSAGE(STATUS "LLVM_LLC: ${LLVM_LLC}")
-MESSAGE(STATUS "LLVM_AS: ${LLVM_AS}")
-MESSAGE(STATUS "LLVM_LINK: ${LLVM_LINK}")
-MESSAGE(STATUS "LLVM_LLI: ${LLVM_LLI}")
-MESSAGE(STATUS "WITH_LLVM_CONFIG (User preferred llvm-config): ${WITH_LLVM_CONFIG}")
 
+if (OCS_AVAILABLE)
+  MESSAGE(STATUS " ")
+  MESSAGE(STATUS "******* LLVM Programs:")
+  MESSAGE(STATUS " ")
+  MESSAGE(STATUS "LLVM_CONFIG: ${LLVM_CONFIG}")
+  MESSAGE(STATUS "LLVM_OPT: ${LLVM_OPT}")
+  MESSAGE(STATUS "LLVM_LLC: ${LLVM_LLC}")
+  MESSAGE(STATUS "LLVM_AS: ${LLVM_AS}")
+  MESSAGE(STATUS "LLVM_LINK: ${LLVM_LINK}")
+  MESSAGE(STATUS "LLVM_LLI: ${LLVM_LLI}")
+  MESSAGE(STATUS "WITH_LLVM_CONFIG (User preferred llvm-config): ${WITH_LLVM_CONFIG}")
+endif()
 
 MESSAGE(STATUS " ")
 MESSAGE(STATUS "******* Various Flags:")
@@ -1046,13 +1051,18 @@ MESSAGE(STATUS "CL_DISABLE_HALF: ${CL_DISABLE_HALF}")
 MESSAGE(STATUS "CL_DISABLE_LONG: ${CL_DISABLE_LONG}")
 MESSAGE(STATUS "HAVE_CLOCK_GETTIME: ${HAVE_CLOCK_GETTIME}")
 MESSAGE(STATUS "HAVE_GLEW: ${HAVE_GLEW}")
+MESSAGE(STATUS "HAVE_LTTNG_UST: ${HAVE_LTTNG_UST}")
 MESSAGE(STATUS "HOST_AS_FLAGS: ${HOST_AS_FLAGS}")
 MESSAGE(STATUS "HOST_CLANG_FLAGS: ${HOST_CLANG_FLAGS}")
 MESSAGE(STATUS "HOST_LD_FLAGS: ${HOST_LD_FLAGS}")
 MESSAGE(STATUS "HOST_LLC_FLAGS: ${HOST_LLC_FLAGS}")
-MESSAGE(STATUS "HSA_INCLUDES: ${HSA_INCLUDES}")
-MESSAGE(STATUS "HSALIB: ${HSALIB}")
-MESSAGE(STATUS "HSAIL_ASM: ${HSAIL_ASM}")
+if (ENABLE_HSA)
+  MESSAGE(STATUS "")
+  MESSAGE(STATUS "HSA_INCLUDES: ${HSA_INCLUDES}")
+  MESSAGE(STATUS "HSALIB: ${HSALIB}")
+  MESSAGE(STATUS "HSAIL_ASM: ${HSAIL_ASM}")
+endif()
+MESSAGE(STATUS "")
 MESSAGE(STATUS "ICD_LD_FLAGS: ${ICD_LD_FLAGS}")
 MESSAGE(STATUS "KERNEL_CLANGXX_FLAGS: ${KERNEL_CLANGXX_FLAGS}")
 MESSAGE(STATUS "KERNEL_CL_FLAGS: ${KERNEL_CL_FLAGS}")
@@ -1060,33 +1070,42 @@ MESSAGE(STATUS "PTHREAD_LDFLAGS: ${PTHREAD_LDFLAGS}")
 MESSAGE(STATUS "PTHREAD_CFLAGS: ${PTHREAD_CFLAGS}")
 MESSAGE(STATUS "LIB_API_VERSION: ${LIB_API_VERSION}")
 MESSAGE(STATUS "LIB_BUILD_VERSION: ${LIB_BUILD_VERSION}")
-MESSAGE(STATUS "LLVM_VERSION: ${LLVM_VERSION}")
-MESSAGE(STATUS "LLVM_ASSERTS_BUILD ${LLVM_ASSERTS_BUILD}")
-MESSAGE(STATUS "LLVM_CFLAGS: ${LLVM_CFLAGS}")
-MESSAGE(STATUS "LLVM_CXXFLAGS: ${LLVM_CXXFLAGS}")
-MESSAGE(STATUS "LLVM_CPPFLAGS: ${LLVM_CPPFLAGS}")
-MESSAGE(STATUS "LLVM_LDFLAGS: ${LLVM_LDFLAGS}")
-MESSAGE(STATUS "LLVM_LIBDIR: ${LLVM_LIBDIR}")
-MESSAGE(STATUS "LLVM_INCLUDEDIR: ${LLVM_INCLUDEDIR}")
-MESSAGE(STATUS "LLVM_SRC_ROOT: ${LLVM_SRC_ROOT}")
-MESSAGE(STATUS "LLVM_OBJ_ROOT: ${LLVM_OBJ_ROOT}")
-MESSAGE(STATUS "LLVM_INCLUDE_DIRS: ${LLVM_INCLUDE_DIRS}")
-MESSAGE(STATUS "LLVM_ALL_TARGETS: ${LLVM_ALL_TARGETS}")
-MESSAGE(STATUS "LLVM_HOST_TARGET: ${LLVM_HOST_TARGET}")
-MESSAGE(STATUS "LLC_TRIPLE: ${LLC_TRIPLE}")
-MESSAGE(STATUS "LLC_HOST_CPU: ${LLC_HOST_CPU}")
+if (OCS_AVAILABLE)
+  MESSAGE(STATUS "")
+  MESSAGE(STATUS "LLVM_VERSION: ${LLVM_VERSION}")
+  MESSAGE(STATUS "LLVM_ASSERTS_BUILD ${LLVM_ASSERTS_BUILD}")
+  MESSAGE(STATUS "LLVM_BUILD_MODE ${LLVM_BUILD_MODE}")
+  MESSAGE(STATUS "LLVM_CFLAGS: ${LLVM_CFLAGS}")
+  MESSAGE(STATUS "LLVM_CXXFLAGS: ${LLVM_CXXFLAGS}")
+  MESSAGE(STATUS "LLVM_CPPFLAGS: ${LLVM_CPPFLAGS}")
+  MESSAGE(STATUS "LLVM_LDFLAGS: ${LLVM_LDFLAGS}")
+  MESSAGE(STATUS "LLVM_LIBDIR: ${LLVM_LIBDIR}")
+  MESSAGE(STATUS "LLVM_INCLUDEDIR: ${LLVM_INCLUDEDIR}")
+  MESSAGE(STATUS "LLVM_SRC_ROOT: ${LLVM_SRC_ROOT}")
+  MESSAGE(STATUS "LLVM_OBJ_ROOT: ${LLVM_OBJ_ROOT}")
+  MESSAGE(STATUS "LLVM_INCLUDE_DIRS: ${LLVM_INCLUDE_DIRS}")
+  MESSAGE(STATUS "LLVM_ALL_TARGETS: ${LLVM_ALL_TARGETS}")
+  MESSAGE(STATUS "LLVM_HOST_TARGET: ${LLVM_HOST_TARGET}")
+  MESSAGE(STATUS "LLC_TRIPLE: ${LLC_TRIPLE}")
+  MESSAGE(STATUS "LLC_HOST_CPU: ${LLC_HOST_CPU}")
+endif()
 MESSAGE(STATUS "MAX_EXTENDED_ALIGNMENT: ${MAX_EXTENDED_ALIGNMENT}")
 MESSAGE(STATUS "OCL_KERNEL_TARGET: ${OCL_KERNEL_TARGET}")
 MESSAGE(STATUS "OCL_KERNEL_TARGET_CPU: ${OCL_KERNEL_TARGET_CPU}")
 MESSAGE(STATUS "POCL_DEVICE_ADDRESS_BITS: ${POCL_DEVICE_ADDRESS_BITS}")
-MESSAGE(STATUS "TCE_TARGET_CLANG_FLAGS: ${TCE_TARGET_CLANG_FLAGS}")
-MESSAGE(STATUS "TCE_TARGET_LLC_FLAGS: ${TCE_TARGET_LLC_FLAGS}")
-MESSAGE(STATUS "TCE_CXXFLAGS: ${TCE_CXXFLAGS}")
-MESSAGE(STATUS "TCE_INCLUDES: ${TCE_INCLUDES}")
-MESSAGE(STATUS "TCE_LIBS: ${TCE_LIBS}")
-MESSAGE(STATUS "TCE_VERSION: ${TCE_VERSION}")
-MESSAGE(STATUS "TCE_PREFIX: ${TCE_PREFIX}")
+if (ENABLE_TCE)
+  MESSAGE(STATUS "")
+  MESSAGE(STATUS "TCE_TARGET_CLANG_FLAGS: ${TCE_TARGET_CLANG_FLAGS}")
+  MESSAGE(STATUS "TCE_TARGET_LLC_FLAGS: ${TCE_TARGET_LLC_FLAGS}")
+  MESSAGE(STATUS "TCE_CXXFLAGS: ${TCE_CXXFLAGS}")
+  MESSAGE(STATUS "TCE_INCLUDES: ${TCE_INCLUDES}")
+  MESSAGE(STATUS "TCE_LIBS: ${TCE_LIBS}")
+  MESSAGE(STATUS "TCE_VERSION: ${TCE_VERSION}")
+  MESSAGE(STATUS "TCE_PREFIX: ${TCE_PREFIX}")
+endif()
 MESSAGE(STATUS "")
+
+if (OCS_AVAILABLE)
 MESSAGE(STATUS "----------- -------------------------------- --------")
 MESSAGE(STATUS "llvm libs libpocl will be linked to (POCL_LLVM_LIBS):")
 MESSAGE(STATUS "${POCL_LLVM_LIBS}")
@@ -1097,3 +1116,28 @@ MESSAGE(STATUS "----------- -------------------------------- --------")
 MESSAGE(STATUS "system libs libpocl will be linked to (LLVM_SYSLIBS):")
 MESSAGE(STATUS "${LLVM_SYSLIBS}")
 MESSAGE(STATUS "----------- -------------------------------- --------")
+endif()
+
+MESSAGE(STATUS "******* Enabled features:")
+MESSAGE(STATUS " ")
+
+MESSAGE(STATUS "CLANG_SPIR: ${CLANG_SPIR}")
+MESSAGE(STATUS "ENABLE_ICD: ${ENABLE_ICD}")
+MESSAGE(STATUS "ENABLE_TCE: ${ENABLE_TCE}")
+MESSAGE(STATUS "ENABLE_TCEMC: ${ENABLE_TCEMC}")
+MESSAGE(STATUS "ENABLE_HSA: ${ENABLE_HSA}")
+MESSAGE(STATUS "ENABLE_ASAN (address sanitizer): ${ENABLE_ASAN}")
+MESSAGE(STATUS "INSTALL_OPENCL_HEADERS (Install our headers): ${INSTALL_OPENCL_HEADERS}")
+MESSAGE(STATUS "OCL_DRIVERS (Drivers built): ${OCL_DRIVERS}")
+MESSAGE(STATUS "OCL_TARGETS (Targets built): ${OCL_TARGETS}")
+MESSAGE(STATUS "OCS_AVAILABLE: ${OCS_AVAILABLE}")
+MESSAGE(STATUS "SINGLE_LLVM_LIB: ${SINGLE_LLVM_LIB}")
+MESSAGE(STATUS "TESTS_USE_ICD: ${TESTS_USE_ICD}")
+MESSAGE(STATUS "USE_VECMATHLIB: ${USE_VECMATHLIB}")
+MESSAGE(STATUS "Available testsuites: ${ALL_TESTSUITES}")
+MESSAGE(STATUS "Enabled testsuites: ${ACTUALLY_ENABLED_TESTSUITES}")
+MESSAGE(STATUS "Disabled testsuites: ${DISABLED_TESTSUITES}")
+MESSAGE(STATUS "Kernel caching: ${KERNEL_CACHE_DEFAULT}")
+MESSAGE(STATUS "Kernel library CPU variants: ${KERNELLIB_HOST_CPU_VARIANTS}")
+MESSAGE(STATUS "Kernel library distro build: ${KERNELLIB_HOST_DISTRO_VARIANTS}")
+MESSAGE(STATUS "Use fake address space IDs: ${POCL_USE_FAKE_ADDR_SPACE_IDS}")
diff --git a/CREDITS b/CREDITS
index de7a1e2..b18b722 100644
--- a/CREDITS
+++ b/CREDITS
@@ -45,3 +45,9 @@ Shao-chung Wang <scwang at pllab.cs.nthu.edu.tw>
 Pavan Yalamanchili <pavan at arrayfire.com>
 Romaric Jodin <rjodin at kalray.eu>
 Masataro Asai <guicho2.71828 at gmail.com>
+Richard Crowder <riccro at gmail.com>
+Matthias Noack <ma.noack.pr at gmail.com>
+Sam McKelvie <sammck at gmail.com>
+Tom Gall <tom_gall at mac.com>
+Arda Coskunses <ardacoskunses at yahoo.com>
+
diff --git a/Makefile.am b/Makefile.am
deleted file mode 100644
index 36f8eb7..0000000
--- a/Makefile.am
+++ /dev/null
@@ -1,99 +0,0 @@
-# Process this file with automake to produce Makefile.in (in this,
-# and all subdirectories).
-# Makefile for the top-level directory of pocl.
-# 
-# Copyright (c) 2011 Universidad Rey Juan Carlos
-# 
-# Permission is hereby granted, free of charge, to any person obtaining a copy
-# of this software and associated documentation files (the "Software"), to deal
-# in the Software without restriction, including without limitation the rights
-# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-# copies of the Software, and to permit persons to whom the Software is
-# furnished to do so, subject to the following conditions:
-# 
-# The above copyright notice and this permission notice shall be included in
-# all copies or substantial portions of the Software.
-# 
-# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-# THE SOFTWARE.
-
-SUBDIRS = include lib
-
-if !POCL_ANDROID
-SUBDIRS += scripts examples tests
-endif
-
-ACLOCAL_AMFLAGS = -I m4
-
-pkgconfigdir = $(libdir)/pkgconfig
-pkgconfig_DATA = pocl.pc
-
-CLEANFILES = install-paths.h
-PHONIES = install-paths.h
-
-if BUILD_ICD
-icddir = $(sysconfdir)/OpenCL/vendors/
-icd_DATA = pocl.icd
-do_subst = sed -e 's,[@]libdir[@],$(libdir),g'
-
-#TODO: this naming scheme is used on other platforms (primarly BSDs?) too
-if FREEBSD_HOST_OS
-do_subst += -e 's,so.VER,so.$(LIB_CURRENT_VERSION),g'
-else
-do_subst += -e 's,so.VER,so.$(LIB_FIRST_VERSION).$(LIB_AGE_VERSION).$(LIB_REVISION_VERSION),g'
-endif
-
-pocl.icd:
-	$(do_subst) < $(srcdir)/pocl.icd.in > $(builddir)/pocl.icd
-
-CLEANFILES += pocl.icd
-PHONIES += pocl.icd
-
-endif
-
-.PHONY: ${PHONIES} prepare-examples clean-examples
-
-EXTRA_DIST = config/xclang tools/data/test_machine.adf tools/data/test_machine_fp16.adf \
-  doc/build-envs.txt CHANGES fix-include pocl.icd.in README README.ARM README.mips \
-  README.Windows README.OSX README.powerpc README.packaging CREDITS LICENSE \
-  tools/uncrustify_cxx.cfg windows/setup_and_build_win64.sh README.mipsel
-
-# CMake
-EXTRA_DIST += CMakeLists.txt cmake/FindHwloc.cmake cmake/FindPthreadsWin32.cmake \
-  cmake/LLVM.cmake cmake/Sphinx.cmake cmake/bitcode_rules.cmake cmake/run_test.cmake \
-	android/androideabi.cmake config.h.in.cmake pocl.icd.in.cmake pocl.pc.in.cmake \
-	scripts/pocl-standalone.in.cmake cmake/kernellib_hash.cmake
-
-# Sphinx dist:
-EXTRA_DIST += doc/sphinx/source/conf.py doc/sphinx/source/design.rst doc/sphinx/source/development.rst doc/sphinx/source/env_variables.rst doc/sphinx/source/faq.rst doc/sphinx/source/features.rst doc/sphinx/source/host_library.rst doc/sphinx/source/hsa.rst doc/sphinx/source/index.rst doc/sphinx/source/kernel_compiler.rst doc/sphinx/source/memory_management.rst doc/sphinx/source/releasing.rst doc/sphinx/source/using.rst doc/sphinx/Makefile
-
-# Tools, patches etc
-EXTRA_DIST += tools/patches/khronos-icd-loader.patch tools/patches/clang-3.7-hsail-branch.patch tools/patches/llvm-3.7-hsail-branch.patch tools/scripts/devel-envs.sh tools/scripts/run_hsa_tests
-
-
-BUILT_SOURCES = install-paths.h
-
-prepare-examples:
-	$(MAKE) -C examples prepare-examples
-
-clean-examples:
-	$(MAKE) -C examples clean-examples
-
-# Always rebuild install-paths.h as paths can be changed at each make invocation
-.PHONY: install-paths.h
-install-paths.h:
-	echo "#define PKGDATADIR \"${pkgdatadir}\"" > $@.new
-	echo "#define PKGLIBEXECDIR \"${pkglibexecdir}\"" >> $@.new
-	echo "#define PKGINCLUDEDIR \"${pkgincludedir}\"" >> $@.new
-	@if cmp --quiet $@.new $@ ; then \
-		: "Paths not changed" ;\
-		$(RM) $@.new ;\
-	else \
-		echo "New paths, updating $@" ;\
-		mv $@.new $@ ;\
-	fi
diff --git a/Makefile.in b/Makefile.in
deleted file mode 100644
index f2a5599..0000000
--- a/Makefile.in
+++ /dev/null
@@ -1,1089 +0,0 @@
-# Makefile.in generated by automake 1.15 from Makefile.am.
-# @configure_input@
-
-# Copyright (C) 1994-2014 Free Software Foundation, Inc.
-
-# This Makefile.in is free software; the Free Software Foundation
-# gives unlimited permission to copy and/or distribute it,
-# with or without modifications, as long as this notice is preserved.
-
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
-# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
-# PARTICULAR PURPOSE.
-
- at SET_MAKE@
-
-# Process this file with automake to produce Makefile.in (in this,
-# and all subdirectories).
-# Makefile for the top-level directory of pocl.
-# 
-# Copyright (c) 2011 Universidad Rey Juan Carlos
-# 
-# Permission is hereby granted, free of charge, to any person obtaining a copy
-# of this software and associated documentation files (the "Software"), to deal
-# in the Software without restriction, including without limitation the rights
-# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-# copies of the Software, and to permit persons to whom the Software is
-# furnished to do so, subject to the following conditions:
-# 
-# The above copyright notice and this permission notice shall be included in
-# all copies or substantial portions of the Software.
-# 
-# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-# THE SOFTWARE.
-
-VPATH = @srcdir@
-am__is_gnu_make = { \
-  if test -z '$(MAKELEVEL)'; then \
-    false; \
-  elif test -n '$(MAKE_HOST)'; then \
-    true; \
-  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
-    true; \
-  else \
-    false; \
-  fi; \
-}
-am__make_running_with_option = \
-  case $${target_option-} in \
-      ?) ;; \
-      *) echo "am__make_running_with_option: internal error: invalid" \
-              "target option '$${target_option-}' specified" >&2; \
-         exit 1;; \
-  esac; \
-  has_opt=no; \
-  sane_makeflags=$$MAKEFLAGS; \
-  if $(am__is_gnu_make); then \
-    sane_makeflags=$$MFLAGS; \
-  else \
-    case $$MAKEFLAGS in \
-      *\\[\ \	]*) \
-        bs=\\; \
-        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
-          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
-    esac; \
-  fi; \
-  skip_next=no; \
-  strip_trailopt () \
-  { \
-    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
-  }; \
-  for flg in $$sane_makeflags; do \
-    test $$skip_next = yes && { skip_next=no; continue; }; \
-    case $$flg in \
-      *=*|--*) continue;; \
-        -*I) strip_trailopt 'I'; skip_next=yes;; \
-      -*I?*) strip_trailopt 'I';; \
-        -*O) strip_trailopt 'O'; skip_next=yes;; \
-      -*O?*) strip_trailopt 'O';; \
-        -*l) strip_trailopt 'l'; skip_next=yes;; \
-      -*l?*) strip_trailopt 'l';; \
-      -[dEDm]) skip_next=yes;; \
-      -[JT]) skip_next=yes;; \
-    esac; \
-    case $$flg in \
-      *$$target_option*) has_opt=yes; break;; \
-    esac; \
-  done; \
-  test $$has_opt = yes
-am__make_dryrun = (target_option=n; $(am__make_running_with_option))
-am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
-pkgdatadir = $(datadir)/@PACKAGE@
-pkgincludedir = $(includedir)/@PACKAGE@
-pkglibdir = $(libdir)/@PACKAGE@
-pkglibexecdir = $(libexecdir)/@PACKAGE@
-am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
-install_sh_DATA = $(install_sh) -c -m 644
-install_sh_PROGRAM = $(install_sh) -c
-install_sh_SCRIPT = $(install_sh) -c
-INSTALL_HEADER = $(INSTALL_DATA)
-transform = $(program_transform_name)
-NORMAL_INSTALL = :
-PRE_INSTALL = :
-POST_INSTALL = :
-NORMAL_UNINSTALL = :
-PRE_UNINSTALL = :
-POST_UNINSTALL = :
-build_triplet = @build@
-host_triplet = @host@
-target_triplet = @target@
- at POCL_ANDROID_FALSE@am__append_1 = scripts examples tests
-
-#TODO: this naming scheme is used on other platforms (primarly BSDs?) too
- at BUILD_ICD_TRUE@@FREEBSD_HOST_OS_TRUE at am__append_2 = -e 's,so.VER,so.$(LIB_CURRENT_VERSION),g'
- at BUILD_ICD_TRUE@@FREEBSD_HOST_OS_FALSE at am__append_3 = -e 's,so.VER,so.$(LIB_FIRST_VERSION).$(LIB_AGE_VERSION).$(LIB_REVISION_VERSION),g'
- at BUILD_ICD_TRUE@am__append_4 = pocl.icd
- at BUILD_ICD_TRUE@am__append_5 = pocl.icd
-subdir = .
-ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
-am__aclocal_m4_deps = $(top_srcdir)/m4/ax_boost_base.m4 \
-	$(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
-	$(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
-	$(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/acinclude.m4 \
-	$(top_srcdir)/configure.ac
-am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
-	$(ACLOCAL_M4)
-DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
-	$(am__configure_deps) $(am__DIST_COMMON)
-am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
- configure.lineno config.status.lineno
-mkinstalldirs = $(install_sh) -d
-CONFIG_HEADER = config.h
-CONFIG_CLEAN_FILES = pocl.pc ocl-vendors/pocl-tests.icd
-CONFIG_CLEAN_VPATH_FILES =
-AM_V_P = $(am__v_P_ at AM_V@)
-am__v_P_ = $(am__v_P_ at AM_DEFAULT_V@)
-am__v_P_0 = false
-am__v_P_1 = :
-AM_V_GEN = $(am__v_GEN_ at AM_V@)
-am__v_GEN_ = $(am__v_GEN_ at AM_DEFAULT_V@)
-am__v_GEN_0 = @echo "  GEN     " $@;
-am__v_GEN_1 = 
-AM_V_at = $(am__v_at_ at AM_V@)
-am__v_at_ = $(am__v_at_ at AM_DEFAULT_V@)
-am__v_at_0 = @
-am__v_at_1 = 
-SOURCES =
-DIST_SOURCES =
-RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
-	ctags-recursive dvi-recursive html-recursive info-recursive \
-	install-data-recursive install-dvi-recursive \
-	install-exec-recursive install-html-recursive \
-	install-info-recursive install-pdf-recursive \
-	install-ps-recursive install-recursive installcheck-recursive \
-	installdirs-recursive pdf-recursive ps-recursive \
-	tags-recursive uninstall-recursive
-am__can_run_installinfo = \
-  case $$AM_UPDATE_INFO_DIR in \
-    n|no|NO) false;; \
-    *) (install-info --version) >/dev/null 2>&1;; \
-  esac
-am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
-am__vpath_adj = case $$p in \
-    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
-    *) f=$$p;; \
-  esac;
-am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
-am__install_max = 40
-am__nobase_strip_setup = \
-  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
-am__nobase_strip = \
-  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
-am__nobase_list = $(am__nobase_strip_setup); \
-  for p in $$list; do echo "$$p $$p"; done | \
-  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
-  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
-    if (++n[$$2] == $(am__install_max)) \
-      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
-    END { for (dir in files) print dir, files[dir] }'
-am__base_list = \
-  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
-  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
-am__uninstall_files_from_dir = { \
-  test -z "$$files" \
-    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
-    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
-         $(am__cd) "$$dir" && rm -f $$files; }; \
-  }
-am__installdirs = "$(DESTDIR)$(icddir)" "$(DESTDIR)$(pkgconfigdir)"
-DATA = $(icd_DATA) $(pkgconfig_DATA)
-RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
-  distclean-recursive maintainer-clean-recursive
-am__recursive_targets = \
-  $(RECURSIVE_TARGETS) \
-  $(RECURSIVE_CLEAN_TARGETS) \
-  $(am__extra_recursive_targets)
-AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
-	cscope distdir dist dist-all distcheck
-am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
-	$(LISP)config.h.in
-# Read a list of newline-separated strings from the standard input,
-# and print each of them once, without duplicates.  Input order is
-# *not* preserved.
-am__uniquify_input = $(AWK) '\
-  BEGIN { nonempty = 0; } \
-  { items[$$0] = 1; nonempty = 1; } \
-  END { if (nonempty) { for (i in items) print i; }; } \
-'
-# Make sure the list of sources is unique.  This is necessary because,
-# e.g., the same source file might be shared among _SOURCES variables
-# for different programs/libraries.
-am__define_uniq_tagged_files = \
-  list='$(am__tagged_files)'; \
-  unique=`for i in $$list; do \
-    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
-  done | $(am__uniquify_input)`
-ETAGS = etags
-CTAGS = ctags
-CSCOPE = cscope
-DIST_SUBDIRS = include lib scripts examples tests
-am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/config.h.in \
-	$(srcdir)/pocl.pc.in $(top_srcdir)/config/ar-lib \
-	$(top_srcdir)/config/compile $(top_srcdir)/config/config.guess \
-	$(top_srcdir)/config/config.sub \
-	$(top_srcdir)/config/install-sh $(top_srcdir)/config/ltmain.sh \
-	$(top_srcdir)/config/missing \
-	$(top_srcdir)/ocl-vendors/pocl-tests.icd.in COPYING INSTALL \
-	README TODO config/ar-lib config/compile config/config.guess \
-	config/config.sub config/install-sh config/ltmain.sh \
-	config/missing depcomp
-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
-distdir = $(PACKAGE)-$(VERSION)
-top_distdir = $(distdir)
-am__remove_distdir = \
-  if test -d "$(distdir)"; then \
-    find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
-      && rm -rf "$(distdir)" \
-      || { sleep 5 && rm -rf "$(distdir)"; }; \
-  else :; fi
-am__post_remove_distdir = $(am__remove_distdir)
-am__relativize = \
-  dir0=`pwd`; \
-  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
-  sed_rest='s,^[^/]*/*,,'; \
-  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
-  sed_butlast='s,/*[^/]*$$,,'; \
-  while test -n "$$dir1"; do \
-    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
-    if test "$$first" != "."; then \
-      if test "$$first" = ".."; then \
-        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
-        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
-      else \
-        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
-        if test "$$first2" = "$$first"; then \
-          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
-        else \
-          dir2="../$$dir2"; \
-        fi; \
-        dir0="$$dir0"/"$$first"; \
-      fi; \
-    fi; \
-    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
-  done; \
-  reldir="$$dir2"
-DIST_ARCHIVES = $(distdir).tar.gz
-GZIP_ENV = --best
-DIST_TARGETS = dist-gzip
-distuninstallcheck_listfiles = find . -type f -print
-am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
-  | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
-distcleancheck_listfiles = find . -type f -print
-ACLOCAL = @ACLOCAL@
-AMTAR = @AMTAR@
-AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
-AR = @AR@
-AUTOCONF = @AUTOCONF@
-AUTOHEADER = @AUTOHEADER@
-AUTOMAKE = @AUTOMAKE@
-AWK = @AWK@
-BOOST_CPPFLAGS = @BOOST_CPPFLAGS@
-BOOST_LDFLAGS = @BOOST_LDFLAGS@
-BUILD_TIMESTAMP = @BUILD_TIMESTAMP@
-CC = @CC@
-CCDEPMODE = @CCDEPMODE@
-CFLAGS = @CFLAGS@
-CLANG = @CLANG@
-CLANGXX = @CLANGXX@
-CLANGXX_FLAGS = @CLANGXX_FLAGS@
-CLFLAGS = @CLFLAGS@
-CPP = @CPP@
-CPPFLAGS = @CPPFLAGS@
-CXX = @CXX@
-CXXCPP = @CXXCPP@
-CXXDEPMODE = @CXXDEPMODE@
-CXXFLAGS = @CXXFLAGS@
-CYGPATH_W = @CYGPATH_W@
-DEFS = @DEFS@
-DEPDIR = @DEPDIR@
-DLLTOOL = @DLLTOOL@
-DSYMUTIL = @DSYMUTIL@
-DUMPBIN = @DUMPBIN@
-ECHO_C = @ECHO_C@
-ECHO_N = @ECHO_N@
-ECHO_T = @ECHO_T@
-EGREP = @EGREP@
-EXEEXT = @EXEEXT@
-FGREP = @FGREP@
-FORCED_CLFLAGS = @FORCED_CLFLAGS@
-GLEW_CFLAGS = @GLEW_CFLAGS@
-GLEW_LIBS = @GLEW_LIBS@
-GREP = @GREP@
-HOST = @HOST@
-HOST_AS_FLAGS = @HOST_AS_FLAGS@
-HOST_CLANG_FLAGS = @HOST_CLANG_FLAGS@
-HOST_CPU = @HOST_CPU@
-HOST_DEVICE_EXTENSION_DEFINES = @HOST_DEVICE_EXTENSION_DEFINES@
-HOST_LD_FLAGS = @HOST_LD_FLAGS@
-HOST_LLC_FLAGS = @HOST_LLC_FLAGS@
-HOST_SIZEOF_DOUBLE = @HOST_SIZEOF_DOUBLE@
-HOST_SIZEOF_HALF = @HOST_SIZEOF_HALF@
-HOST_SIZEOF_LONG = @HOST_SIZEOF_LONG@
-HOST_SIZEOF_VOID_P = @HOST_SIZEOF_VOID_P@
-HSAILASM = @HSAILASM@
-HSA_DEVICE_EXTENSION_DEFINES = @HSA_DEVICE_EXTENSION_DEFINES@
-HSA_INCLUDES = @HSA_INCLUDES@
-HSA_LIBS = @HSA_LIBS@
-HWLOC_CFLAGS = @HWLOC_CFLAGS@
-HWLOC_LIBS = @HWLOC_LIBS@
-ICD_LD_FLAGS = @ICD_LD_FLAGS@
-INSTALL = @INSTALL@
-INSTALL_DATA = @INSTALL_DATA@
-INSTALL_PROGRAM = @INSTALL_PROGRAM@
-INSTALL_SCRIPT = @INSTALL_SCRIPT@
-INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
-KERNEL_COMPILER_LIB_VERSION = @KERNEL_COMPILER_LIB_VERSION@
-LD = @LD@
-LDFLAGS = @LDFLAGS@
-LD_FLAGS_BIN = @LD_FLAGS_BIN@
-LIBOBJS = @LIBOBJS@
-LIBRARY_SUFFIX = @LIBRARY_SUFFIX@
-LIBS = @LIBS@
-LIBTOOL = @LIBTOOL@
-LIB_AGE_VERSION = @LIB_AGE_VERSION@
-LIB_CURRENT_VERSION = @LIB_CURRENT_VERSION@
-LIB_FIRST_VERSION = @LIB_FIRST_VERSION@
-LIB_REVISION_VERSION = @LIB_REVISION_VERSION@
-LIB_VERSION = @LIB_VERSION@
-LIPO = @LIPO@
-LLC = @LLC@
-LLVM_AS = @LLVM_AS@
-LLVM_CONFIG = @LLVM_CONFIG@
-LLVM_CXX_FLAGS = @LLVM_CXX_FLAGS@
-LLVM_LDFLAGS = @LLVM_LDFLAGS@
-LLVM_LIBS = @LLVM_LIBS@
-LLVM_LINK = @LLVM_LINK@
-LLVM_OPT = @LLVM_OPT@
-LLVM_VERSION = @LLVM_VERSION@
-LN_S = @LN_S@
-LTDL_LIBS = @LTDL_LIBS@
-LTLIBOBJS = @LTLIBOBJS@
-LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
-MAKEINFO = @MAKEINFO@
-MANIFEST_TOOL = @MANIFEST_TOOL@
-MKDIR_P = @MKDIR_P@
-NM = @NM@
-NMEDIT = @NMEDIT@
-OBJDUMP = @OBJDUMP@
-OBJEXT = @OBJEXT@
-OCL_ICD_CFLAGS = @OCL_ICD_CFLAGS@
-OCL_ICD_LIBS = @OCL_ICD_LIBS@
-OCL_KERNEL_ARCH = @OCL_KERNEL_ARCH@
-OCL_KERNEL_TARGET = @OCL_KERNEL_TARGET@
-OCL_KERNEL_TARGET_CPU = @OCL_KERNEL_TARGET_CPU@
-OCL_TARGETS = @OCL_TARGETS@
-OPENCL_CFLAGS = @OPENCL_CFLAGS@
-OPENCL_CMAKE = @OPENCL_CMAKE@
-OPENCL_EXTLIBS = @OPENCL_EXTLIBS@
-OPENCL_LIBS = @OPENCL_LIBS@
-OPT = @OPT@
-OTOOL = @OTOOL@
-OTOOL64 = @OTOOL64@
-PACKAGE = @PACKAGE@
-PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
-PACKAGE_NAME = @PACKAGE_NAME@
-PACKAGE_STRING = @PACKAGE_STRING@
-PACKAGE_TARNAME = @PACKAGE_TARNAME@
-PACKAGE_URL = @PACKAGE_URL@
-PACKAGE_VERSION = @PACKAGE_VERSION@
-PATH_SEPARATOR = @PATH_SEPARATOR@
-PKG_CONFIG = @PKG_CONFIG@
-PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
-PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
-POAT_TESTSUITES = @POAT_TESTSUITES@
-POCL_DEVICE_ADDRESS_BITS = @POCL_DEVICE_ADDRESS_BITS@
-PTHREAD_CC = @PTHREAD_CC@
-PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
-PTHREAD_LIBS = @PTHREAD_LIBS@
-RANLIB = @RANLIB@
-SDL_CFLAGS = @SDL_CFLAGS@
-SDL_LIBS = @SDL_LIBS@
-SED = @SED@
-SET_MAKE = @SET_MAKE@
-SHELL = @SHELL@
-STRIP = @STRIP@
-TARGET = @TARGET@
-TARGET_CLANG_FLAGS = @TARGET_CLANG_FLAGS@
-TARGET_CPU = @TARGET_CPU@
-TARGET_LLC_FLAGS = @TARGET_LLC_FLAGS@
-TARGET_SIZEOF_DOUBLE = @TARGET_SIZEOF_DOUBLE@
-TARGET_SIZEOF_HALF = @TARGET_SIZEOF_HALF@
-TARGET_SIZEOF_LONG = @TARGET_SIZEOF_LONG@
-TARGET_SIZEOF_VOID_P = @TARGET_SIZEOF_VOID_P@
-TCECC = @TCECC@
-TCEMC_AVAILABLE = @TCEMC_AVAILABLE@
-TCE_AVAILABLE = @TCE_AVAILABLE@
-TCE_CONFIG = @TCE_CONFIG@
-TCE_DEVICE_EXTENSION_DEFINES = @TCE_DEVICE_EXTENSION_DEFINES@
-VERSION = @VERSION@
-abs_builddir = @abs_builddir@
-abs_srcdir = @abs_srcdir@
-abs_top_builddir = @abs_top_builddir@
-abs_top_srcdir = @abs_top_srcdir@
-ac_ct_AR = @ac_ct_AR@
-ac_ct_CC = @ac_ct_CC@
-ac_ct_CXX = @ac_ct_CXX@
-ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
-acx_pthread_config = @acx_pthread_config@
-am__include = @am__include@
-am__leading_dot = @am__leading_dot@
-am__quote = @am__quote@
-am__tar = @am__tar@
-am__untar = @am__untar@
-bindir = @bindir@
-build = @build@
-build_alias = @build_alias@
-build_cpu = @build_cpu@
-build_os = @build_os@
-build_vendor = @build_vendor@
-builddir = @builddir@
-datadir = @datadir@
-datarootdir = @datarootdir@
-docdir = @docdir@
-dvidir = @dvidir@
-exec_prefix = @exec_prefix@
-host = @host@
-host_alias = @host_alias@
-host_cpu = @host_cpu@
-host_os = @host_os@
-host_vendor = @host_vendor@
-htmldir = @htmldir@
-includedir = @includedir@
-infodir = @infodir@
-install_sh = @install_sh@
-libdir = @libdir@
-libexecdir = @libexecdir@
-localedir = @localedir@
-localstatedir = @localstatedir@
-mandir = @mandir@
-mkdir_p = @mkdir_p@
-oldincludedir = @oldincludedir@
-pdfdir = @pdfdir@
-prefix = @prefix@
-program_transform_name = @program_transform_name@
-psdir = @psdir@
-sbindir = @sbindir@
-sharedstatedir = @sharedstatedir@
-srcdir = @srcdir@
-sysconfdir = @sysconfdir@
-target = @target@
-target_alias = @target_alias@
-target_cpu = @target_cpu@
-target_os = @target_os@
-target_vendor = @target_vendor@
-top_build_prefix = @top_build_prefix@
-top_builddir = @top_builddir@
-top_srcdir = @top_srcdir@
-SUBDIRS = include lib $(am__append_1)
-ACLOCAL_AMFLAGS = -I m4
-pkgconfigdir = $(libdir)/pkgconfig
-pkgconfig_DATA = pocl.pc
-CLEANFILES = install-paths.h $(am__append_4)
-PHONIES = install-paths.h $(am__append_5)
- at BUILD_ICD_TRUE@icddir = $(sysconfdir)/OpenCL/vendors/
- at BUILD_ICD_TRUE@icd_DATA = pocl.icd
- at BUILD_ICD_TRUE@do_subst = sed -e 's,[@]libdir[@],$(libdir),g' \
- at BUILD_ICD_TRUE@	$(am__append_2) $(am__append_3)
-
-# CMake
-
-# Sphinx dist:
-
-# Tools, patches etc
-EXTRA_DIST = config/xclang tools/data/test_machine.adf \
-	tools/data/test_machine_fp16.adf doc/build-envs.txt CHANGES \
-	fix-include pocl.icd.in README README.ARM README.mips \
-	README.Windows README.OSX README.powerpc README.packaging \
-	CREDITS LICENSE tools/uncrustify_cxx.cfg \
-	windows/setup_and_build_win64.sh README.mipsel CMakeLists.txt \
-	cmake/FindHwloc.cmake cmake/FindPthreadsWin32.cmake \
-	cmake/LLVM.cmake cmake/Sphinx.cmake cmake/bitcode_rules.cmake \
-	cmake/run_test.cmake android/androideabi.cmake \
-	config.h.in.cmake pocl.icd.in.cmake pocl.pc.in.cmake \
-	scripts/pocl-standalone.in.cmake cmake/kernellib_hash.cmake \
-	doc/sphinx/source/conf.py doc/sphinx/source/design.rst \
-	doc/sphinx/source/development.rst \
-	doc/sphinx/source/env_variables.rst doc/sphinx/source/faq.rst \
-	doc/sphinx/source/features.rst \
-	doc/sphinx/source/host_library.rst doc/sphinx/source/hsa.rst \
-	doc/sphinx/source/index.rst \
-	doc/sphinx/source/kernel_compiler.rst \
-	doc/sphinx/source/memory_management.rst \
-	doc/sphinx/source/releasing.rst doc/sphinx/source/using.rst \
-	doc/sphinx/Makefile tools/patches/khronos-icd-loader.patch \
-	tools/patches/clang-3.7-hsail-branch.patch \
-	tools/patches/llvm-3.7-hsail-branch.patch \
-	tools/scripts/devel-envs.sh tools/scripts/run_hsa_tests
-BUILT_SOURCES = install-paths.h
-all: $(BUILT_SOURCES) config.h
-	$(MAKE) $(AM_MAKEFLAGS) all-recursive
-
-.SUFFIXES:
-am--refresh: Makefile
-	@:
-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
-	@for dep in $?; do \
-	  case '$(am__configure_deps)' in \
-	    *$$dep*) \
-	      echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
-	      $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
-		&& exit 0; \
-	      exit 1;; \
-	  esac; \
-	done; \
-	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
-	$(am__cd) $(top_srcdir) && \
-	  $(AUTOMAKE) --foreign Makefile
-Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
-	@case '$?' in \
-	  *config.status*) \
-	    echo ' $(SHELL) ./config.status'; \
-	    $(SHELL) ./config.status;; \
-	  *) \
-	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
-	    cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
-	esac;
-
-$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
-	$(SHELL) ./config.status --recheck
-
-$(top_srcdir)/configure:  $(am__configure_deps)
-	$(am__cd) $(srcdir) && $(AUTOCONF)
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
-	$(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
-$(am__aclocal_m4_deps):
-
-config.h: stamp-h1
-	@test -f $@ || rm -f stamp-h1
-	@test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
-
-stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
-	@rm -f stamp-h1
-	cd $(top_builddir) && $(SHELL) ./config.status config.h
-$(srcdir)/config.h.in:  $(am__configure_deps) 
-	($(am__cd) $(top_srcdir) && $(AUTOHEADER))
-	rm -f stamp-h1
-	touch $@
-
-distclean-hdr:
-	-rm -f config.h stamp-h1
-pocl.pc: $(top_builddir)/config.status $(srcdir)/pocl.pc.in
-	cd $(top_builddir) && $(SHELL) ./config.status $@
-ocl-vendors/pocl-tests.icd: $(top_builddir)/config.status $(top_srcdir)/ocl-vendors/pocl-tests.icd.in
-	cd $(top_builddir) && $(SHELL) ./config.status $@
-
-mostlyclean-libtool:
-	-rm -f *.lo
-
-clean-libtool:
-	-rm -rf .libs _libs
-
-distclean-libtool:
-	-rm -f libtool config.lt
-install-icdDATA: $(icd_DATA)
-	@$(NORMAL_INSTALL)
-	@list='$(icd_DATA)'; test -n "$(icddir)" || list=; \
-	if test -n "$$list"; then \
-	  echo " $(MKDIR_P) '$(DESTDIR)$(icddir)'"; \
-	  $(MKDIR_P) "$(DESTDIR)$(icddir)" || exit 1; \
-	fi; \
-	for p in $$list; do \
-	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
-	  echo "$$d$$p"; \
-	done | $(am__base_list) | \
-	while read files; do \
-	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(icddir)'"; \
-	  $(INSTALL_DATA) $$files "$(DESTDIR)$(icddir)" || exit $$?; \
-	done
-
-uninstall-icdDATA:
-	@$(NORMAL_UNINSTALL)
-	@list='$(icd_DATA)'; test -n "$(icddir)" || list=; \
-	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
-	dir='$(DESTDIR)$(icddir)'; $(am__uninstall_files_from_dir)
-install-pkgconfigDATA: $(pkgconfig_DATA)
-	@$(NORMAL_INSTALL)
-	@list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
-	if test -n "$$list"; then \
-	  echo " $(MKDIR_P) '$(DESTDIR)$(pkgconfigdir)'"; \
-	  $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)" || exit 1; \
-	fi; \
-	for p in $$list; do \
-	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
-	  echo "$$d$$p"; \
-	done | $(am__base_list) | \
-	while read files; do \
-	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgconfigdir)'"; \
-	  $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgconfigdir)" || exit $$?; \
-	done
-
-uninstall-pkgconfigDATA:
-	@$(NORMAL_UNINSTALL)
-	@list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
-	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
-	dir='$(DESTDIR)$(pkgconfigdir)'; $(am__uninstall_files_from_dir)
-
-# This directory's subdirectories are mostly independent; you can cd
-# into them and run 'make' without going through this Makefile.
-# To change the values of 'make' variables: instead of editing Makefiles,
-# (1) if the variable is set in 'config.status', edit 'config.status'
-#     (which will cause the Makefiles to be regenerated when you run 'make');
-# (2) otherwise, pass the desired values on the 'make' command line.
-$(am__recursive_targets):
-	@fail=; \
-	if $(am__make_keepgoing); then \
-	  failcom='fail=yes'; \
-	else \
-	  failcom='exit 1'; \
-	fi; \
-	dot_seen=no; \
-	target=`echo $@ | sed s/-recursive//`; \
-	case "$@" in \
-	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
-	  *) list='$(SUBDIRS)' ;; \
-	esac; \
-	for subdir in $$list; do \
-	  echo "Making $$target in $$subdir"; \
-	  if test "$$subdir" = "."; then \
-	    dot_seen=yes; \
-	    local_target="$$target-am"; \
-	  else \
-	    local_target="$$target"; \
-	  fi; \
-	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
-	  || eval $$failcom; \
-	done; \
-	if test "$$dot_seen" = "no"; then \
-	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
-	fi; test -z "$$fail"
-
-ID: $(am__tagged_files)
-	$(am__define_uniq_tagged_files); mkid -fID $$unique
-tags: tags-recursive
-TAGS: tags
-
-tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
-	set x; \
-	here=`pwd`; \
-	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
-	  include_option=--etags-include; \
-	  empty_fix=.; \
-	else \
-	  include_option=--include; \
-	  empty_fix=; \
-	fi; \
-	list='$(SUBDIRS)'; for subdir in $$list; do \
-	  if test "$$subdir" = .; then :; else \
-	    test ! -f $$subdir/TAGS || \
-	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
-	  fi; \
-	done; \
-	$(am__define_uniq_tagged_files); \
-	shift; \
-	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
-	  test -n "$$unique" || unique=$$empty_fix; \
-	  if test $$# -gt 0; then \
-	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
-	      "$$@" $$unique; \
-	  else \
-	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
-	      $$unique; \
-	  fi; \
-	fi
-ctags: ctags-recursive
-
-CTAGS: ctags
-ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
-	$(am__define_uniq_tagged_files); \
-	test -z "$(CTAGS_ARGS)$$unique" \
-	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
-	     $$unique
-
-GTAGS:
-	here=`$(am__cd) $(top_builddir) && pwd` \
-	  && $(am__cd) $(top_srcdir) \
-	  && gtags -i $(GTAGS_ARGS) "$$here"
-cscope: cscope.files
-	test ! -s cscope.files \
-	  || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
-clean-cscope:
-	-rm -f cscope.files
-cscope.files: clean-cscope cscopelist
-cscopelist: cscopelist-recursive
-
-cscopelist-am: $(am__tagged_files)
-	list='$(am__tagged_files)'; \
-	case "$(srcdir)" in \
-	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
-	  *) sdir=$(subdir)/$(srcdir) ;; \
-	esac; \
-	for i in $$list; do \
-	  if test -f "$$i"; then \
-	    echo "$(subdir)/$$i"; \
-	  else \
-	    echo "$$sdir/$$i"; \
-	  fi; \
-	done >> $(top_builddir)/cscope.files
-
-distclean-tags:
-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
-	-rm -f cscope.out cscope.in.out cscope.po.out cscope.files
-
-distdir: $(DISTFILES)
-	$(am__remove_distdir)
-	test -d "$(distdir)" || mkdir "$(distdir)"
-	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
-	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
-	list='$(DISTFILES)'; \
-	  dist_files=`for file in $$list; do echo $$file; done | \
-	  sed -e "s|^$$srcdirstrip/||;t" \
-	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
-	case $$dist_files in \
-	  */*) $(MKDIR_P) `echo "$$dist_files" | \
-			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
-			   sort -u` ;; \
-	esac; \
-	for file in $$dist_files; do \
-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
-	  if test -d $$d/$$file; then \
-	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
-	    if test -d "$(distdir)/$$file"; then \
-	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
-	    fi; \
-	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
-	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
-	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
-	    fi; \
-	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
-	  else \
-	    test -f "$(distdir)/$$file" \
-	    || cp -p $$d/$$file "$(distdir)/$$file" \
-	    || exit 1; \
-	  fi; \
-	done
-	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
-	  if test "$$subdir" = .; then :; else \
-	    $(am__make_dryrun) \
-	      || test -d "$(distdir)/$$subdir" \
-	      || $(MKDIR_P) "$(distdir)/$$subdir" \
-	      || exit 1; \
-	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
-	    $(am__relativize); \
-	    new_distdir=$$reldir; \
-	    dir1=$$subdir; dir2="$(top_distdir)"; \
-	    $(am__relativize); \
-	    new_top_distdir=$$reldir; \
-	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
-	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
-	    ($(am__cd) $$subdir && \
-	      $(MAKE) $(AM_MAKEFLAGS) \
-	        top_distdir="$$new_top_distdir" \
-	        distdir="$$new_distdir" \
-		am__remove_distdir=: \
-		am__skip_length_check=: \
-		am__skip_mode_fix=: \
-	        distdir) \
-	      || exit 1; \
-	  fi; \
-	done
-	-test -n "$(am__skip_mode_fix)" \
-	|| find "$(distdir)" -type d ! -perm -755 \
-		-exec chmod u+rwx,go+rx {} \; -o \
-	  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
-	  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
-	  ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
-	|| chmod -R a+r "$(distdir)"
-dist-gzip: distdir
-	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
-	$(am__post_remove_distdir)
-
-dist-bzip2: distdir
-	tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
-	$(am__post_remove_distdir)
-
-dist-lzip: distdir
-	tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
-	$(am__post_remove_distdir)
-
-dist-xz: distdir
-	tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
-	$(am__post_remove_distdir)
-
-dist-tarZ: distdir
-	@echo WARNING: "Support for distribution archives compressed with" \
-		       "legacy program 'compress' is deprecated." >&2
-	@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
-	tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
-	$(am__post_remove_distdir)
-
-dist-shar: distdir
-	@echo WARNING: "Support for shar distribution archives is" \
-	               "deprecated." >&2
-	@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
-	shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
-	$(am__post_remove_distdir)
-
-dist-zip: distdir
-	-rm -f $(distdir).zip
-	zip -rq $(distdir).zip $(distdir)
-	$(am__post_remove_distdir)
-
-dist dist-all:
-	$(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
-	$(am__post_remove_distdir)
-
-# This target untars the dist file and tries a VPATH configuration.  Then
-# it guarantees that the distribution is self-contained by making another
-# tarfile.
-distcheck: dist
-	case '$(DIST_ARCHIVES)' in \
-	*.tar.gz*) \
-	  GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
-	*.tar.bz2*) \
-	  bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
-	*.tar.lz*) \
-	  lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
-	*.tar.xz*) \
-	  xz -dc $(distdir).tar.xz | $(am__untar) ;;\
-	*.tar.Z*) \
-	  uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
-	*.shar.gz*) \
-	  GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
-	*.zip*) \
-	  unzip $(distdir).zip ;;\
-	esac
-	chmod -R a-w $(distdir)
-	chmod u+w $(distdir)
-	mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst
-	chmod a-w $(distdir)
-	test -d $(distdir)/_build || exit 0; \
-	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
-	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
-	  && am__cwd=`pwd` \
-	  && $(am__cd) $(distdir)/_build/sub \
-	  && ../../configure \
-	    $(AM_DISTCHECK_CONFIGURE_FLAGS) \
-	    $(DISTCHECK_CONFIGURE_FLAGS) \
-	    --srcdir=../.. --prefix="$$dc_install_base" \
-	  && $(MAKE) $(AM_MAKEFLAGS) \
-	  && $(MAKE) $(AM_MAKEFLAGS) dvi \
-	  && $(MAKE) $(AM_MAKEFLAGS) check \
-	  && $(MAKE) $(AM_MAKEFLAGS) install \
-	  && $(MAKE) $(AM_MAKEFLAGS) installcheck \
-	  && $(MAKE) $(AM_MAKEFLAGS) uninstall \
-	  && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
-	        distuninstallcheck \
-	  && chmod -R a-w "$$dc_install_base" \
-	  && ({ \
-	       (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
-	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
-	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
-	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
-	            distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
-	      } || { rm -rf "$$dc_destdir"; exit 1; }) \
-	  && rm -rf "$$dc_destdir" \
-	  && $(MAKE) $(AM_MAKEFLAGS) dist \
-	  && rm -rf $(DIST_ARCHIVES) \
-	  && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
-	  && cd "$$am__cwd" \
-	  || exit 1
-	$(am__post_remove_distdir)
-	@(echo "$(distdir) archives ready for distribution: "; \
-	  list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
-	  sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
-distuninstallcheck:
-	@test -n '$(distuninstallcheck_dir)' || { \
-	  echo 'ERROR: trying to run $@ with an empty' \
-	       '$$(distuninstallcheck_dir)' >&2; \
-	  exit 1; \
-	}; \
-	$(am__cd) '$(distuninstallcheck_dir)' || { \
-	  echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
-	  exit 1; \
-	}; \
-	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
-	   || { echo "ERROR: files left after uninstall:" ; \
-	        if test -n "$(DESTDIR)"; then \
-	          echo "  (check DESTDIR support)"; \
-	        fi ; \
-	        $(distuninstallcheck_listfiles) ; \
-	        exit 1; } >&2
-distcleancheck: distclean
-	@if test '$(srcdir)' = . ; then \
-	  echo "ERROR: distcleancheck can only run from a VPATH build" ; \
-	  exit 1 ; \
-	fi
-	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
-	  || { echo "ERROR: files left in build directory after distclean:" ; \
-	       $(distcleancheck_listfiles) ; \
-	       exit 1; } >&2
-check-am: all-am
-check: $(BUILT_SOURCES)
-	$(MAKE) $(AM_MAKEFLAGS) check-recursive
-all-am: Makefile $(DATA) config.h
-installdirs: installdirs-recursive
-installdirs-am:
-	for dir in "$(DESTDIR)$(icddir)" "$(DESTDIR)$(pkgconfigdir)"; do \
-	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
-	done
-install: $(BUILT_SOURCES)
-	$(MAKE) $(AM_MAKEFLAGS) install-recursive
-install-exec: install-exec-recursive
-install-data: install-data-recursive
-uninstall: uninstall-recursive
-
-install-am: all-am
-	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
-
-installcheck: installcheck-recursive
-install-strip:
-	if test -z '$(STRIP)'; then \
-	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
-	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
-	      install; \
-	else \
-	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
-	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
-	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
-	fi
-mostlyclean-generic:
-
-clean-generic:
-	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
-
-distclean-generic:
-	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
-	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
-
-maintainer-clean-generic:
-	@echo "This command is intended for maintainers to use"
-	@echo "it deletes files that may require special tools to rebuild."
-	-test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
-clean: clean-recursive
-
-clean-am: clean-generic clean-libtool mostlyclean-am
-
-distclean: distclean-recursive
-	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
-	-rm -f Makefile
-distclean-am: clean-am distclean-generic distclean-hdr \
-	distclean-libtool distclean-tags
-
-dvi: dvi-recursive
-
-dvi-am:
-
-html: html-recursive
-
-html-am:
-
-info: info-recursive
-
-info-am:
-
-install-data-am: install-icdDATA install-pkgconfigDATA
-
-install-dvi: install-dvi-recursive
-
-install-dvi-am:
-
-install-exec-am:
-
-install-html: install-html-recursive
-
-install-html-am:
-
-install-info: install-info-recursive
-
-install-info-am:
-
-install-man:
-
-install-pdf: install-pdf-recursive
-
-install-pdf-am:
-
-install-ps: install-ps-recursive
-
-install-ps-am:
-
-installcheck-am:
-
-maintainer-clean: maintainer-clean-recursive
-	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
-	-rm -rf $(top_srcdir)/autom4te.cache
-	-rm -f Makefile
-maintainer-clean-am: distclean-am maintainer-clean-generic
-
-mostlyclean: mostlyclean-recursive
-
-mostlyclean-am: mostlyclean-generic mostlyclean-libtool
-
-pdf: pdf-recursive
-
-pdf-am:
-
-ps: ps-recursive
-
-ps-am:
-
-uninstall-am: uninstall-icdDATA uninstall-pkgconfigDATA
-
-.MAKE: $(am__recursive_targets) all check install install-am \
-	install-strip
-
-.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
-	am--refresh check check-am clean clean-cscope clean-generic \
-	clean-libtool cscope cscopelist-am ctags ctags-am dist \
-	dist-all dist-bzip2 dist-gzip dist-lzip dist-shar dist-tarZ \
-	dist-xz dist-zip distcheck distclean distclean-generic \
-	distclean-hdr distclean-libtool distclean-tags distcleancheck \
-	distdir distuninstallcheck dvi dvi-am html html-am info \
-	info-am install install-am install-data install-data-am \
-	install-dvi install-dvi-am install-exec install-exec-am \
-	install-html install-html-am install-icdDATA install-info \
-	install-info-am install-man install-pdf install-pdf-am \
-	install-pkgconfigDATA install-ps install-ps-am install-strip \
-	installcheck installcheck-am installdirs installdirs-am \
-	maintainer-clean maintainer-clean-generic mostlyclean \
-	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
-	tags tags-am uninstall uninstall-am uninstall-icdDATA \
-	uninstall-pkgconfigDATA
-
-.PRECIOUS: Makefile
-
-
- at BUILD_ICD_TRUE@pocl.icd:
- at BUILD_ICD_TRUE@	$(do_subst) < $(srcdir)/pocl.icd.in > $(builddir)/pocl.icd
-
-.PHONY: ${PHONIES} prepare-examples clean-examples
-
-prepare-examples:
-	$(MAKE) -C examples prepare-examples
-
-clean-examples:
-	$(MAKE) -C examples clean-examples
-
-# Always rebuild install-paths.h as paths can be changed at each make invocation
-.PHONY: install-paths.h
-install-paths.h:
-	echo "#define PKGDATADIR \"${pkgdatadir}\"" > $@.new
-	echo "#define PKGLIBEXECDIR \"${pkglibexecdir}\"" >> $@.new
-	echo "#define PKGINCLUDEDIR \"${pkgincludedir}\"" >> $@.new
-	@if cmp --quiet $@.new $@ ; then \
-		: "Paths not changed" ;\
-		$(RM) $@.new ;\
-	else \
-		echo "New paths, updating $@" ;\
-		mv $@.new $@ ;\
-	fi
-
-# Tell versions [3.59,3.63) of GNU make to not export all variables.
-# Otherwise a system limit (for SysV at least) may be exceeded.
-.NOEXPORT:
diff --git a/README.packaging b/README.packaging
index 6c1dedb..de3fce5 100644
--- a/README.packaging
+++ b/README.packaging
@@ -1,7 +1,7 @@
 This file contains notes for making distribution packages of pocl.
 
-ICD  
---- 
+ICD
+---
 Pocl should probably be built with ICD enabled for desktop
 distributions. Pocl does not have an ICD loader, so a dependancy
 on one would be beneficial.
@@ -10,17 +10,14 @@ The pocl.icd file (which the ICD loader uses to load the pocl lib)
 has a full path to the installed libpocl.so file. When building
 for a multiarch, remove the "@libdir@/" from pocl.icd.in before
 building. This way the system library loader can pick up the correct
-architecture library. 
+architecture library.
 
 
 Target(host) CPU
 ----------------
-If not overridden, pocl uses LLVM(llc) to detect the host CPU, which
-is used to determine processor ISA extensions (like SSE and AVX). 
-Overriding of host is done with autoconf's '--host=<triple>' AND 
-the environment variable HOST_CPU (at configure time). 
-See pocl/doc/build-envs.txt.
-
+If not overridden, pocl uses LLVM (llc) to detect the host CPU, which
+is used to determine processor ISA extensions (like SSE and AVX).
+See: http://portablecl.org/docs/html/env_variables.html
 
 Mesa (OpenGL) interoperability
 ------------------------------
diff --git a/ToolchainExample.cmake b/ToolchainExample.cmake
new file mode 100644
index 0000000..85b0b74
--- /dev/null
+++ b/ToolchainExample.cmake
@@ -0,0 +1,35 @@
+# This is an example Toolchain file to cross-compile for ARM/MIPS/other
+# boards from x86_64. Copy & modify
+#
+# Steps:
+# 1) Install g++ and gcc cross-compilers
+#    (apt install gcc-arm-linux-gnueabihf g++-arm-linux-gnueabihf)
+# 2) On your board, install libltdl, ocl-icd and libhwloc + their development headers
+# 3) copy the entire root filesystem of the board somewhere on your host,
+     then set CMAKE_FIND_ROOT_PATH below to this path
+# 4) run cmake like this:
+#          cmake -DHOST_DEVICE_BUILD_HASH=<SOME_HASH> -DOCS_AVAILABLE=0
+#           -DCMAKE_TOOLCHAIN_FILE=<path-to-this-file>
+#           -DLLC_TRIPLE=<your-triple (e.g.arm-gnueabihf-linux-gnu)
+#           -DLLC_HOST_CPU=<your-cpu (e.g. armv7a)>
+#           <path-to-pocl-source>
+
+SET(CMAKE_SYSTEM_NAME Linux)
+
+# specify the cross compiler
+SET(CMAKE_C_COMPILER   /usr/bin/arm-linux-gnueabihf-gcc)
+SET(CMAKE_CXX_COMPILER /usr/bin/arm-linux-gnueabihf-g++)
+
+# should work, but does not yet. Instead set FIND_ROOT below
+# set(CMAKE_SYSROOT /home/a/zynq/ZYNQ_ROOT)
+# where is the target environment
+SET(CMAKE_FIND_ROOT_PATH  /path/to/target_ROOT)
+# where to find libraries in target environment
+SET(CMAKE_LIBRARY_PATH /path/to/target_ROOT/usr/lib/arm-linux-gnueabihf)
+
+
+# search for programs in the build host directories
+SET(CMAKE_FIND_ROOT_PATH_MODE_PROGRAM NEVER)
+# for libraries and headers in the target directories
+SET(CMAKE_FIND_ROOT_PATH_MODE_LIBRARY ONLY)
+SET(CMAKE_FIND_ROOT_PATH_MODE_INCLUDE ONLY)
diff --git a/acinclude.m4 b/acinclude.m4
deleted file mode 100644
index 0a86dff..0000000
--- a/acinclude.m4
+++ /dev/null
@@ -1,271 +0,0 @@
-# ===========================================================================
-#              http://autoconf-archive.cryp.to/acx_pthread.html
-# ===========================================================================
-#
-# SYNOPSIS
-#
-#   ACX_PTHREAD([ACTION-IF-FOUND[, ACTION-IF-NOT-FOUND]])
-#
-# DESCRIPTION
-#
-#   This macro figures out how to build C programs using POSIX threads. It
-#   sets the PTHREAD_LIBS output variable to the threads library and linker
-#   flags, and the PTHREAD_CFLAGS output variable to any special C compiler
-#   flags that are needed. (The user can also force certain compiler
-#   flags/libs to be tested by setting these environment variables.)
-#
-#   Also sets PTHREAD_CC to any special C compiler that is needed for
-#   multi-threaded programs (defaults to the value of CC otherwise). (This
-#   is necessary on AIX to use the special cc_r compiler alias.)
-#
-#   NOTE: You are assumed to not only compile your program with these flags,
-#   but also link it with them as well. e.g. you should link with
-#   $PTHREAD_CC $CFLAGS $PTHREAD_CFLAGS $LDFLAGS ... $PTHREAD_LIBS $LIBS
-#
-#   If you are only building threads programs, you may wish to use these
-#   variables in your default LIBS, CFLAGS, and CC:
-#
-#          LIBS="$PTHREAD_LIBS $LIBS"
-#          CFLAGS="$CFLAGS $PTHREAD_CFLAGS"
-#          CC="$PTHREAD_CC"
-#
-#   In addition, if the PTHREAD_CREATE_JOINABLE thread-attribute constant
-#   has a nonstandard name, defines PTHREAD_CREATE_JOINABLE to that name
-#   (e.g. PTHREAD_CREATE_UNDETACHED on AIX).
-#
-#   ACTION-IF-FOUND is a list of shell commands to run if a threads library
-#   is found, and ACTION-IF-NOT-FOUND is a list of commands to run it if it
-#   is not found. If ACTION-IF-FOUND is not specified, the default action
-#   will define HAVE_PTHREAD.
-#
-#   Please let the authors know if this macro fails on any platform, or if
-#   you have any other suggestions or comments. This macro was based on work
-#   by SGJ on autoconf scripts for FFTW (http://www.fftw.org/) (with help
-#   from M. Frigo), as well as ac_pthread and hb_pthread macros posted by
-#   Alejandro Forero Cuervo to the autoconf macro repository. We are also
-#   grateful for the helpful feedback of numerous users.
-#
-# LICENSE
-#
-#   Copyright (c) 2008 Steven G. Johnson <stevenj at alum.mit.edu>
-#
-#   This program is free software: you can redistribute it and/or modify it
-#   under the terms of the GNU General Public License as published by the
-#   Free Software Foundation, either version 3 of the License, or (at your
-#   option) any later version.
-#
-#   This program is distributed in the hope that it will be useful, but
-#   WITHOUT ANY WARRANTY; without even the implied warranty of
-#   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
-#   Public License for more details.
-#
-#   You should have received a copy of the GNU General Public License along
-#   with this program. If not, see <http://www.gnu.org/licenses/>.
-#
-#   As a special exception, the respective Autoconf Macro's copyright owner
-#   gives unlimited permission to copy, distribute and modify the configure
-#   scripts that are the output of Autoconf when processing the Macro. You
-#   need not follow the terms of the GNU General Public License when using
-#   or distributing such scripts, even though portions of the text of the
-#   Macro appear in them. The GNU General Public License (GPL) does govern
-#   all other use of the material that constitutes the Autoconf Macro.
-#
-#   This special exception to the GPL applies to versions of the Autoconf
-#   Macro released by the Autoconf Archive. When you make and distribute a
-#   modified version of the Autoconf Macro, you may extend this special
-#   exception to the GPL to apply to your modified version as well.
-
-AC_DEFUN([ACX_PTHREAD], [
-AC_REQUIRE([AC_CANONICAL_HOST])
-AC_LANG_SAVE
-AC_LANG_C
-acx_pthread_ok=no
-
-# We used to check for pthread.h first, but this fails if pthread.h
-# requires special compiler flags (e.g. on True64 or Sequent).
-# It gets checked for in the link test anyway.
-
-# First of all, check if the user has set any of the PTHREAD_LIBS,
-# etcetera environment variables, and if threads linking works using
-# them:
-if test x"$PTHREAD_LIBS$PTHREAD_CFLAGS" != x; then
-        save_CFLAGS="$CFLAGS"
-        CFLAGS="$CFLAGS $PTHREAD_CFLAGS"
-        save_LIBS="$LIBS"
-        LIBS="$PTHREAD_LIBS $LIBS"
-        AC_MSG_CHECKING([for pthread_join in LIBS=$PTHREAD_LIBS with CFLAGS=$PTHREAD_CFLAGS])
-        AC_TRY_LINK_FUNC(pthread_join, acx_pthread_ok=yes)
-        AC_MSG_RESULT($acx_pthread_ok)
-        if test x"$acx_pthread_ok" = xno; then
-                PTHREAD_LIBS=""
-                PTHREAD_CFLAGS=""
-        fi
-        LIBS="$save_LIBS"
-        CFLAGS="$save_CFLAGS"
-fi
-
-# We must check for the threads library under a number of different
-# names; the ordering is very important because some systems
-# (e.g. DEC) have both -lpthread and -lpthreads, where one of the
-# libraries is broken (non-POSIX).
-
-# Create a list of thread flags to try.  Items starting with a "-" are
-# C compiler flags, and other items are library names, except for "none"
-# which indicates that we try without any flags at all, and "pthread-config"
-# which is a program returning the flags for the Pth emulation library.
-
-acx_pthread_flags="pthreads none -Kthread -kthread lthread -pthread -pthreads -mthreads pthread --thread-safe -mt pthread-config"
-
-# The ordering *is* (sometimes) important.  Some notes on the
-# individual items follow:
-
-# pthreads: AIX (must check this before -lpthread)
-# none: in case threads are in libc; should be tried before -Kthread and
-#       other compiler flags to prevent continual compiler warnings
-# -Kthread: Sequent (threads in libc, but -Kthread needed for pthread.h)
-# -kthread: FreeBSD kernel threads (preferred to -pthread since SMP-able)
-# lthread: LinuxThreads port on FreeBSD (also preferred to -pthread)
-# -pthread: Linux/gcc (kernel threads), BSD/gcc (userland threads)
-# -pthreads: Solaris/gcc
-# -mthreads: Mingw32/gcc, Lynx/gcc
-# -mt: Sun Workshop C (may only link SunOS threads [-lthread], but it
-#      doesn't hurt to check since this sometimes defines pthreads too;
-#      also defines -D_REENTRANT)
-#      ... -mt is also the pthreads flag for HP/aCC
-# pthread: Linux, etcetera
-# --thread-safe: KAI C++
-# pthread-config: use pthread-config program (for GNU Pth library)
-
-case "${host_cpu}-${host_os}" in
-        *solaris*)
-
-        # On Solaris (at least, for some versions), libc contains stubbed
-        # (non-functional) versions of the pthreads routines, so link-based
-        # tests will erroneously succeed.  (We need to link with -pthreads/-mt/
-        # -lpthread.)  (The stubs are missing pthread_cleanup_push, or rather
-        # a function called by this macro, so we could check for that, but
-        # who knows whether they'll stub that too in a future libc.)  So,
-        # we'll just look for -pthreads and -lpthread first:
-
-        acx_pthread_flags="-pthreads pthread -mt -pthread $acx_pthread_flags"
-        ;;
-esac
-
-if test x"$acx_pthread_ok" = xno; then
-for flag in $acx_pthread_flags; do
-
-        case $flag in
-                none)
-                AC_MSG_CHECKING([whether pthreads work without any flags])
-                ;;
-
-                -*)
-                AC_MSG_CHECKING([whether pthreads work with $flag])
-                PTHREAD_CFLAGS="$flag"
-                ;;
-
-		pthread-config)
-		AC_CHECK_PROG(acx_pthread_config, pthread-config, yes, no)
-		if test x"$acx_pthread_config" = xno; then continue; fi
-		PTHREAD_CFLAGS="`pthread-config --cflags`"
-		PTHREAD_LIBS="`pthread-config --ldflags` `pthread-config --libs`"
-		;;
-
-                *)
-                AC_MSG_CHECKING([for the pthreads library -l$flag])
-                PTHREAD_LIBS="-l$flag"
-                ;;
-        esac
-
-        save_LIBS="$LIBS"
-        save_CFLAGS="$CFLAGS"
-        LIBS="$PTHREAD_LIBS $LIBS"
-        CFLAGS="$CFLAGS $PTHREAD_CFLAGS"
-
-        # Check for various functions.  We must include pthread.h,
-        # since some functions may be macros.  (On the Sequent, we
-        # need a special flag -Kthread to make this header compile.)
-        # We check for pthread_join because it is in -lpthread on IRIX
-        # while pthread_create is in libc.  We check for pthread_attr_init
-        # due to DEC craziness with -lpthreads.  We check for
-        # pthread_cleanup_push because it is one of the few pthread
-        # functions on Solaris that doesn't have a non-functional libc stub.
-        # We try pthread_create on general principles.
-        AC_TRY_LINK([#include <pthread.h>],
-                    [pthread_t th; pthread_join(th, 0);
-                     pthread_attr_init(0); pthread_cleanup_push(0, 0);
-                     pthread_create(0,0,0,0); pthread_cleanup_pop(0); ],
-                    [acx_pthread_ok=yes])
-
-        LIBS="$save_LIBS"
-        CFLAGS="$save_CFLAGS"
-
-        AC_MSG_RESULT($acx_pthread_ok)
-        if test "x$acx_pthread_ok" = xyes; then
-                break;
-        fi
-
-        PTHREAD_LIBS=""
-        PTHREAD_CFLAGS=""
-done
-fi
-
-# Various other checks:
-if test "x$acx_pthread_ok" = xyes; then
-        save_LIBS="$LIBS"
-        LIBS="$PTHREAD_LIBS $LIBS"
-        save_CFLAGS="$CFLAGS"
-        CFLAGS="$CFLAGS $PTHREAD_CFLAGS"
-
-        # Detect AIX lossage: JOINABLE attribute is called UNDETACHED.
-	AC_MSG_CHECKING([for joinable pthread attribute])
-	attr_name=unknown
-	for attr in PTHREAD_CREATE_JOINABLE PTHREAD_CREATE_UNDETACHED; do
-	    AC_TRY_LINK([#include <pthread.h>], [int attr=$attr; return attr;],
-                        [attr_name=$attr; break])
-	done
-        AC_MSG_RESULT($attr_name)
-        if test "$attr_name" != PTHREAD_CREATE_JOINABLE; then
-            AC_DEFINE_UNQUOTED(PTHREAD_CREATE_JOINABLE, $attr_name,
-                               [Define to necessary symbol if this constant
-                                uses a non-standard name on your system.])
-        fi
-
-        AC_MSG_CHECKING([if more special flags are required for pthreads])
-        flag=no
-        case "${host_cpu}-${host_os}" in
-            *-aix* | *-freebsd* | *-darwin*) flag="-D_THREAD_SAFE";;
-            *solaris* | *-osf* | *-hpux*) flag="-D_REENTRANT";;
-        esac
-        AC_MSG_RESULT(${flag})
-        if test "x$flag" != xno; then
-            PTHREAD_CFLAGS="$flag $PTHREAD_CFLAGS"
-        fi
-
-        LIBS="$save_LIBS"
-        CFLAGS="$save_CFLAGS"
-
-        # More AIX lossage: must compile with xlc_r or cc_r
-	if test x"$GCC" != xyes; then
-          AC_CHECK_PROGS(PTHREAD_CC, xlc_r cc_r, ${CC})
-        else
-          PTHREAD_CC=$CC
-	fi
-else
-        PTHREAD_CC="$CC"
-fi
-
-AC_SUBST(PTHREAD_LIBS)
-AC_SUBST(PTHREAD_CFLAGS)
-AC_SUBST(PTHREAD_CC)
-
-# Finally, execute ACTION-IF-FOUND/ACTION-IF-NOT-FOUND:
-if test x"$acx_pthread_ok" = xyes; then
-        ifelse([$1],,AC_DEFINE(HAVE_PTHREAD,1,[Define if you have POSIX threads libraries and header files.]),[$1])
-        :
-else
-        acx_pthread_ok=no
-        $2
-fi
-AC_LANG_RESTORE
-])dnl ACX_PTHREAD
diff --git a/aclocal.m4 b/aclocal.m4
deleted file mode 100644
index 82ba9e8..0000000
--- a/aclocal.m4
+++ /dev/null
@@ -1,1495 +0,0 @@
-# generated automatically by aclocal 1.15 -*- Autoconf -*-
-
-# Copyright (C) 1996-2014 Free Software Foundation, Inc.
-
-# This file is free software; the Free Software Foundation
-# gives unlimited permission to copy and/or distribute it,
-# with or without modifications, as long as this notice is preserved.
-
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
-# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
-# PARTICULAR PURPOSE.
-
-m4_ifndef([AC_CONFIG_MACRO_DIRS], [m4_defun([_AM_CONFIG_MACRO_DIRS], [])m4_defun([AC_CONFIG_MACRO_DIRS], [_AM_CONFIG_MACRO_DIRS($@)])])
-m4_ifndef([AC_AUTOCONF_VERSION],
-  [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
-m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.69],,
-[m4_warning([this file was generated for autoconf 2.69.
-You have another version of autoconf.  It may work, but is not guaranteed to.
-If you have problems, you may need to regenerate the build system entirely.
-To do so, use the procedure documented by the package, typically 'autoreconf'.])])
-
-dnl pkg.m4 - Macros to locate and utilise pkg-config.   -*- Autoconf -*-
-dnl serial 11 (pkg-config-0.29.1)
-dnl
-dnl Copyright © 2004 Scott James Remnant <scott at netsplit.com>.
-dnl Copyright © 2012-2015 Dan Nicholson <dbn.lists at gmail.com>
-dnl
-dnl This program is free software; you can redistribute it and/or modify
-dnl it under the terms of the GNU General Public License as published by
-dnl the Free Software Foundation; either version 2 of the License, or
-dnl (at your option) any later version.
-dnl
-dnl This program is distributed in the hope that it will be useful, but
-dnl WITHOUT ANY WARRANTY; without even the implied warranty of
-dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-dnl General Public License for more details.
-dnl
-dnl You should have received a copy of the GNU General Public License
-dnl along with this program; if not, write to the Free Software
-dnl Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
-dnl 02111-1307, USA.
-dnl
-dnl As a special exception to the GNU General Public License, if you
-dnl distribute this file as part of a program that contains a
-dnl configuration script generated by Autoconf, you may include it under
-dnl the same distribution terms that you use for the rest of that
-dnl program.
-
-dnl PKG_PREREQ(MIN-VERSION)
-dnl -----------------------
-dnl Since: 0.29
-dnl
-dnl Verify that the version of the pkg-config macros are at least
-dnl MIN-VERSION. Unlike PKG_PROG_PKG_CONFIG, which checks the user's
-dnl installed version of pkg-config, this checks the developer's version
-dnl of pkg.m4 when generating configure.
-dnl
-dnl To ensure that this macro is defined, also add:
-dnl m4_ifndef([PKG_PREREQ],
-dnl     [m4_fatal([must install pkg-config 0.29 or later before running autoconf/autogen])])
-dnl
-dnl See the "Since" comment for each macro you use to see what version
-dnl of the macros you require.
-m4_defun([PKG_PREREQ],
-[m4_define([PKG_MACROS_VERSION], [0.29.1])
-m4_if(m4_version_compare(PKG_MACROS_VERSION, [$1]), -1,
-    [m4_fatal([pkg.m4 version $1 or higher is required but ]PKG_MACROS_VERSION[ found])])
-])dnl PKG_PREREQ
-
-dnl PKG_PROG_PKG_CONFIG([MIN-VERSION])
-dnl ----------------------------------
-dnl Since: 0.16
-dnl
-dnl Search for the pkg-config tool and set the PKG_CONFIG variable to
-dnl first found in the path. Checks that the version of pkg-config found
-dnl is at least MIN-VERSION. If MIN-VERSION is not specified, 0.9.0 is
-dnl used since that's the first version where most current features of
-dnl pkg-config existed.
-AC_DEFUN([PKG_PROG_PKG_CONFIG],
-[m4_pattern_forbid([^_?PKG_[A-Z_]+$])
-m4_pattern_allow([^PKG_CONFIG(_(PATH|LIBDIR|SYSROOT_DIR|ALLOW_SYSTEM_(CFLAGS|LIBS)))?$])
-m4_pattern_allow([^PKG_CONFIG_(DISABLE_UNINSTALLED|TOP_BUILD_DIR|DEBUG_SPEW)$])
-AC_ARG_VAR([PKG_CONFIG], [path to pkg-config utility])
-AC_ARG_VAR([PKG_CONFIG_PATH], [directories to add to pkg-config's search path])
-AC_ARG_VAR([PKG_CONFIG_LIBDIR], [path overriding pkg-config's built-in search path])
-
-if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then
-	AC_PATH_TOOL([PKG_CONFIG], [pkg-config])
-fi
-if test -n "$PKG_CONFIG"; then
-	_pkg_min_version=m4_default([$1], [0.9.0])
-	AC_MSG_CHECKING([pkg-config is at least version $_pkg_min_version])
-	if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then
-		AC_MSG_RESULT([yes])
-	else
-		AC_MSG_RESULT([no])
-		PKG_CONFIG=""
-	fi
-fi[]dnl
-])dnl PKG_PROG_PKG_CONFIG
-
-dnl PKG_CHECK_EXISTS(MODULES, [ACTION-IF-FOUND], [ACTION-IF-NOT-FOUND])
-dnl -------------------------------------------------------------------
-dnl Since: 0.18
-dnl
-dnl Check to see whether a particular set of modules exists. Similar to
-dnl PKG_CHECK_MODULES(), but does not set variables or print errors.
-dnl
-dnl Please remember that m4 expands AC_REQUIRE([PKG_PROG_PKG_CONFIG])
-dnl only at the first occurence in configure.ac, so if the first place
-dnl it's called might be skipped (such as if it is within an "if", you
-dnl have to call PKG_CHECK_EXISTS manually
-AC_DEFUN([PKG_CHECK_EXISTS],
-[AC_REQUIRE([PKG_PROG_PKG_CONFIG])dnl
-if test -n "$PKG_CONFIG" && \
-    AC_RUN_LOG([$PKG_CONFIG --exists --print-errors "$1"]); then
-  m4_default([$2], [:])
-m4_ifvaln([$3], [else
-  $3])dnl
-fi])
-
-dnl _PKG_CONFIG([VARIABLE], [COMMAND], [MODULES])
-dnl ---------------------------------------------
-dnl Internal wrapper calling pkg-config via PKG_CONFIG and setting
-dnl pkg_failed based on the result.
-m4_define([_PKG_CONFIG],
-[if test -n "$$1"; then
-    pkg_cv_[]$1="$$1"
- elif test -n "$PKG_CONFIG"; then
-    PKG_CHECK_EXISTS([$3],
-                     [pkg_cv_[]$1=`$PKG_CONFIG --[]$2 "$3" 2>/dev/null`
-		      test "x$?" != "x0" && pkg_failed=yes ],
-		     [pkg_failed=yes])
- else
-    pkg_failed=untried
-fi[]dnl
-])dnl _PKG_CONFIG
-
-dnl _PKG_SHORT_ERRORS_SUPPORTED
-dnl ---------------------------
-dnl Internal check to see if pkg-config supports short errors.
-AC_DEFUN([_PKG_SHORT_ERRORS_SUPPORTED],
-[AC_REQUIRE([PKG_PROG_PKG_CONFIG])
-if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
-        _pkg_short_errors_supported=yes
-else
-        _pkg_short_errors_supported=no
-fi[]dnl
-])dnl _PKG_SHORT_ERRORS_SUPPORTED
-
-
-dnl PKG_CHECK_MODULES(VARIABLE-PREFIX, MODULES, [ACTION-IF-FOUND],
-dnl   [ACTION-IF-NOT-FOUND])
-dnl --------------------------------------------------------------
-dnl Since: 0.4.0
-dnl
-dnl Note that if there is a possibility the first call to
-dnl PKG_CHECK_MODULES might not happen, you should be sure to include an
-dnl explicit call to PKG_PROG_PKG_CONFIG in your configure.ac
-AC_DEFUN([PKG_CHECK_MODULES],
-[AC_REQUIRE([PKG_PROG_PKG_CONFIG])dnl
-AC_ARG_VAR([$1][_CFLAGS], [C compiler flags for $1, overriding pkg-config])dnl
-AC_ARG_VAR([$1][_LIBS], [linker flags for $1, overriding pkg-config])dnl
-
-pkg_failed=no
-AC_MSG_CHECKING([for $1])
-
-_PKG_CONFIG([$1][_CFLAGS], [cflags], [$2])
-_PKG_CONFIG([$1][_LIBS], [libs], [$2])
-
-m4_define([_PKG_TEXT], [Alternatively, you may set the environment variables $1[]_CFLAGS
-and $1[]_LIBS to avoid the need to call pkg-config.
-See the pkg-config man page for more details.])
-
-if test $pkg_failed = yes; then
-   	AC_MSG_RESULT([no])
-        _PKG_SHORT_ERRORS_SUPPORTED
-        if test $_pkg_short_errors_supported = yes; then
-	        $1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "$2" 2>&1`
-        else 
-	        $1[]_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "$2" 2>&1`
-        fi
-	# Put the nasty error message in config.log where it belongs
-	echo "$$1[]_PKG_ERRORS" >&AS_MESSAGE_LOG_FD
-
-	m4_default([$4], [AC_MSG_ERROR(
-[Package requirements ($2) were not met:
-
-$$1_PKG_ERRORS
-
-Consider adjusting the PKG_CONFIG_PATH environment variable if you
-installed software in a non-standard prefix.
-
-_PKG_TEXT])[]dnl
-        ])
-elif test $pkg_failed = untried; then
-     	AC_MSG_RESULT([no])
-	m4_default([$4], [AC_MSG_FAILURE(
-[The pkg-config script could not be found or is too old.  Make sure it
-is in your PATH or set the PKG_CONFIG environment variable to the full
-path to pkg-config.
-
-_PKG_TEXT
-
-To get pkg-config, see <http://pkg-config.freedesktop.org/>.])[]dnl
-        ])
-else
-	$1[]_CFLAGS=$pkg_cv_[]$1[]_CFLAGS
-	$1[]_LIBS=$pkg_cv_[]$1[]_LIBS
-        AC_MSG_RESULT([yes])
-	$3
-fi[]dnl
-])dnl PKG_CHECK_MODULES
-
-
-dnl PKG_CHECK_MODULES_STATIC(VARIABLE-PREFIX, MODULES, [ACTION-IF-FOUND],
-dnl   [ACTION-IF-NOT-FOUND])
-dnl ---------------------------------------------------------------------
-dnl Since: 0.29
-dnl
-dnl Checks for existence of MODULES and gathers its build flags with
-dnl static libraries enabled. Sets VARIABLE-PREFIX_CFLAGS from --cflags
-dnl and VARIABLE-PREFIX_LIBS from --libs.
-dnl
-dnl Note that if there is a possibility the first call to
-dnl PKG_CHECK_MODULES_STATIC might not happen, you should be sure to
-dnl include an explicit call to PKG_PROG_PKG_CONFIG in your
-dnl configure.ac.
-AC_DEFUN([PKG_CHECK_MODULES_STATIC],
-[AC_REQUIRE([PKG_PROG_PKG_CONFIG])dnl
-_save_PKG_CONFIG=$PKG_CONFIG
-PKG_CONFIG="$PKG_CONFIG --static"
-PKG_CHECK_MODULES($@)
-PKG_CONFIG=$_save_PKG_CONFIG[]dnl
-])dnl PKG_CHECK_MODULES_STATIC
-
-
-dnl PKG_INSTALLDIR([DIRECTORY])
-dnl -------------------------
-dnl Since: 0.27
-dnl
-dnl Substitutes the variable pkgconfigdir as the location where a module
-dnl should install pkg-config .pc files. By default the directory is
-dnl $libdir/pkgconfig, but the default can be changed by passing
-dnl DIRECTORY. The user can override through the --with-pkgconfigdir
-dnl parameter.
-AC_DEFUN([PKG_INSTALLDIR],
-[m4_pushdef([pkg_default], [m4_default([$1], ['${libdir}/pkgconfig'])])
-m4_pushdef([pkg_description],
-    [pkg-config installation directory @<:@]pkg_default[@:>@])
-AC_ARG_WITH([pkgconfigdir],
-    [AS_HELP_STRING([--with-pkgconfigdir], pkg_description)],,
-    [with_pkgconfigdir=]pkg_default)
-AC_SUBST([pkgconfigdir], [$with_pkgconfigdir])
-m4_popdef([pkg_default])
-m4_popdef([pkg_description])
-])dnl PKG_INSTALLDIR
-
-
-dnl PKG_NOARCH_INSTALLDIR([DIRECTORY])
-dnl --------------------------------
-dnl Since: 0.27
-dnl
-dnl Substitutes the variable noarch_pkgconfigdir as the location where a
-dnl module should install arch-independent pkg-config .pc files. By
-dnl default the directory is $datadir/pkgconfig, but the default can be
-dnl changed by passing DIRECTORY. The user can override through the
-dnl --with-noarch-pkgconfigdir parameter.
-AC_DEFUN([PKG_NOARCH_INSTALLDIR],
-[m4_pushdef([pkg_default], [m4_default([$1], ['${datadir}/pkgconfig'])])
-m4_pushdef([pkg_description],
-    [pkg-config arch-independent installation directory @<:@]pkg_default[@:>@])
-AC_ARG_WITH([noarch-pkgconfigdir],
-    [AS_HELP_STRING([--with-noarch-pkgconfigdir], pkg_description)],,
-    [with_noarch_pkgconfigdir=]pkg_default)
-AC_SUBST([noarch_pkgconfigdir], [$with_noarch_pkgconfigdir])
-m4_popdef([pkg_default])
-m4_popdef([pkg_description])
-])dnl PKG_NOARCH_INSTALLDIR
-
-
-dnl PKG_CHECK_VAR(VARIABLE, MODULE, CONFIG-VARIABLE,
-dnl [ACTION-IF-FOUND], [ACTION-IF-NOT-FOUND])
-dnl -------------------------------------------
-dnl Since: 0.28
-dnl
-dnl Retrieves the value of the pkg-config variable for the given module.
-AC_DEFUN([PKG_CHECK_VAR],
-[AC_REQUIRE([PKG_PROG_PKG_CONFIG])dnl
-AC_ARG_VAR([$1], [value of $3 for $2, overriding pkg-config])dnl
-
-_PKG_CONFIG([$1], [variable="][$3]["], [$2])
-AS_VAR_COPY([$1], [pkg_cv_][$1])
-
-AS_VAR_IF([$1], [""], [$5], [$4])dnl
-])dnl PKG_CHECK_VAR
-
-# Copyright (C) 2002-2014 Free Software Foundation, Inc.
-#
-# This file is free software; the Free Software Foundation
-# gives unlimited permission to copy and/or distribute it,
-# with or without modifications, as long as this notice is preserved.
-
-# AM_AUTOMAKE_VERSION(VERSION)
-# ----------------------------
-# Automake X.Y traces this macro to ensure aclocal.m4 has been
-# generated from the m4 files accompanying Automake X.Y.
-# (This private macro should not be called outside this file.)
-AC_DEFUN([AM_AUTOMAKE_VERSION],
-[am__api_version='1.15'
-dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to
-dnl require some minimum version.  Point them to the right macro.
-m4_if([$1], [1.15], [],
-      [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl
-])
-
-# _AM_AUTOCONF_VERSION(VERSION)
-# -----------------------------
-# aclocal traces this macro to find the Autoconf version.
-# This is a private macro too.  Using m4_define simplifies
-# the logic in aclocal, which can simply ignore this definition.
-m4_define([_AM_AUTOCONF_VERSION], [])
-
-# AM_SET_CURRENT_AUTOMAKE_VERSION
-# -------------------------------
-# Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced.
-# This function is AC_REQUIREd by AM_INIT_AUTOMAKE.
-AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
-[AM_AUTOMAKE_VERSION([1.15])dnl
-m4_ifndef([AC_AUTOCONF_VERSION],
-  [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
-_AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))])
-
-# Copyright (C) 2011-2014 Free Software Foundation, Inc.
-#
-# This file is free software; the Free Software Foundation
-# gives unlimited permission to copy and/or distribute it,
-# with or without modifications, as long as this notice is preserved.
-
-# AM_PROG_AR([ACT-IF-FAIL])
-# -------------------------
-# Try to determine the archiver interface, and trigger the ar-lib wrapper
-# if it is needed.  If the detection of archiver interface fails, run
-# ACT-IF-FAIL (default is to abort configure with a proper error message).
-AC_DEFUN([AM_PROG_AR],
-[AC_BEFORE([$0], [LT_INIT])dnl
-AC_BEFORE([$0], [AC_PROG_LIBTOOL])dnl
-AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
-AC_REQUIRE_AUX_FILE([ar-lib])dnl
-AC_CHECK_TOOLS([AR], [ar lib "link -lib"], [false])
-: ${AR=ar}
-
-AC_CACHE_CHECK([the archiver ($AR) interface], [am_cv_ar_interface],
-  [AC_LANG_PUSH([C])
-   am_cv_ar_interface=ar
-   AC_COMPILE_IFELSE([AC_LANG_SOURCE([[int some_variable = 0;]])],
-     [am_ar_try='$AR cru libconftest.a conftest.$ac_objext >&AS_MESSAGE_LOG_FD'
-      AC_TRY_EVAL([am_ar_try])
-      if test "$ac_status" -eq 0; then
-        am_cv_ar_interface=ar
-      else
-        am_ar_try='$AR -NOLOGO -OUT:conftest.lib conftest.$ac_objext >&AS_MESSAGE_LOG_FD'
-        AC_TRY_EVAL([am_ar_try])
-        if test "$ac_status" -eq 0; then
-          am_cv_ar_interface=lib
-        else
-          am_cv_ar_interface=unknown
-        fi
-      fi
-      rm -f conftest.lib libconftest.a
-     ])
-   AC_LANG_POP([C])])
-
-case $am_cv_ar_interface in
-ar)
-  ;;
-lib)
-  # Microsoft lib, so override with the ar-lib wrapper script.
-  # FIXME: It is wrong to rewrite AR.
-  # But if we don't then we get into trouble of one sort or another.
-  # A longer-term fix would be to have automake use am__AR in this case,
-  # and then we could set am__AR="$am_aux_dir/ar-lib \$(AR)" or something
-  # similar.
-  AR="$am_aux_dir/ar-lib $AR"
-  ;;
-unknown)
-  m4_default([$1],
-             [AC_MSG_ERROR([could not determine $AR interface])])
-  ;;
-esac
-AC_SUBST([AR])dnl
-])
-
-# AM_AUX_DIR_EXPAND                                         -*- Autoconf -*-
-
-# Copyright (C) 2001-2014 Free Software Foundation, Inc.
-#
-# This file is free software; the Free Software Foundation
-# gives unlimited permission to copy and/or distribute it,
-# with or without modifications, as long as this notice is preserved.
-
-# For projects using AC_CONFIG_AUX_DIR([foo]), Autoconf sets
-# $ac_aux_dir to '$srcdir/foo'.  In other projects, it is set to
-# '$srcdir', '$srcdir/..', or '$srcdir/../..'.
-#
-# Of course, Automake must honor this variable whenever it calls a
-# tool from the auxiliary directory.  The problem is that $srcdir (and
-# therefore $ac_aux_dir as well) can be either absolute or relative,
-# depending on how configure is run.  This is pretty annoying, since
-# it makes $ac_aux_dir quite unusable in subdirectories: in the top
-# source directory, any form will work fine, but in subdirectories a
-# relative path needs to be adjusted first.
-#
-# $ac_aux_dir/missing
-#    fails when called from a subdirectory if $ac_aux_dir is relative
-# $top_srcdir/$ac_aux_dir/missing
-#    fails if $ac_aux_dir is absolute,
-#    fails when called from a subdirectory in a VPATH build with
-#          a relative $ac_aux_dir
-#
-# The reason of the latter failure is that $top_srcdir and $ac_aux_dir
-# are both prefixed by $srcdir.  In an in-source build this is usually
-# harmless because $srcdir is '.', but things will broke when you
-# start a VPATH build or use an absolute $srcdir.
-#
-# So we could use something similar to $top_srcdir/$ac_aux_dir/missing,
-# iff we strip the leading $srcdir from $ac_aux_dir.  That would be:
-#   am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"`
-# and then we would define $MISSING as
-#   MISSING="\${SHELL} $am_aux_dir/missing"
-# This will work as long as MISSING is not called from configure, because
-# unfortunately $(top_srcdir) has no meaning in configure.
-# However there are other variables, like CC, which are often used in
-# configure, and could therefore not use this "fixed" $ac_aux_dir.
-#
-# Another solution, used here, is to always expand $ac_aux_dir to an
-# absolute PATH.  The drawback is that using absolute paths prevent a
-# configured tree to be moved without reconfiguration.
-
-AC_DEFUN([AM_AUX_DIR_EXPAND],
-[AC_REQUIRE([AC_CONFIG_AUX_DIR_DEFAULT])dnl
-# Expand $ac_aux_dir to an absolute path.
-am_aux_dir=`cd "$ac_aux_dir" && pwd`
-])
-
-# AM_CONDITIONAL                                            -*- Autoconf -*-
-
-# Copyright (C) 1997-2014 Free Software Foundation, Inc.
-#
-# This file is free software; the Free Software Foundation
-# gives unlimited permission to copy and/or distribute it,
-# with or without modifications, as long as this notice is preserved.
-
-# AM_CONDITIONAL(NAME, SHELL-CONDITION)
-# -------------------------------------
-# Define a conditional.
-AC_DEFUN([AM_CONDITIONAL],
-[AC_PREREQ([2.52])dnl
- m4_if([$1], [TRUE],  [AC_FATAL([$0: invalid condition: $1])],
-       [$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl
-AC_SUBST([$1_TRUE])dnl
-AC_SUBST([$1_FALSE])dnl
-_AM_SUBST_NOTMAKE([$1_TRUE])dnl
-_AM_SUBST_NOTMAKE([$1_FALSE])dnl
-m4_define([_AM_COND_VALUE_$1], [$2])dnl
-if $2; then
-  $1_TRUE=
-  $1_FALSE='#'
-else
-  $1_TRUE='#'
-  $1_FALSE=
-fi
-AC_CONFIG_COMMANDS_PRE(
-[if test -z "${$1_TRUE}" && test -z "${$1_FALSE}"; then
-  AC_MSG_ERROR([[conditional "$1" was never defined.
-Usually this means the macro was only invoked conditionally.]])
-fi])])
-
-# Copyright (C) 1999-2014 Free Software Foundation, Inc.
-#
-# This file is free software; the Free Software Foundation
-# gives unlimited permission to copy and/or distribute it,
-# with or without modifications, as long as this notice is preserved.
-
-
-# There are a few dirty hacks below to avoid letting 'AC_PROG_CC' be
-# written in clear, in which case automake, when reading aclocal.m4,
-# will think it sees a *use*, and therefore will trigger all it's
-# C support machinery.  Also note that it means that autoscan, seeing
-# CC etc. in the Makefile, will ask for an AC_PROG_CC use...
-
-
-# _AM_DEPENDENCIES(NAME)
-# ----------------------
-# See how the compiler implements dependency checking.
-# NAME is "CC", "CXX", "OBJC", "OBJCXX", "UPC", or "GJC".
-# We try a few techniques and use that to set a single cache variable.
-#
-# We don't AC_REQUIRE the corresponding AC_PROG_CC since the latter was
-# modified to invoke _AM_DEPENDENCIES(CC); we would have a circular
-# dependency, and given that the user is not expected to run this macro,
-# just rely on AC_PROG_CC.
-AC_DEFUN([_AM_DEPENDENCIES],
-[AC_REQUIRE([AM_SET_DEPDIR])dnl
-AC_REQUIRE([AM_OUTPUT_DEPENDENCY_COMMANDS])dnl
-AC_REQUIRE([AM_MAKE_INCLUDE])dnl
-AC_REQUIRE([AM_DEP_TRACK])dnl
-
-m4_if([$1], [CC],   [depcc="$CC"   am_compiler_list=],
-      [$1], [CXX],  [depcc="$CXX"  am_compiler_list=],
-      [$1], [OBJC], [depcc="$OBJC" am_compiler_list='gcc3 gcc'],
-      [$1], [OBJCXX], [depcc="$OBJCXX" am_compiler_list='gcc3 gcc'],
-      [$1], [UPC],  [depcc="$UPC"  am_compiler_list=],
-      [$1], [GCJ],  [depcc="$GCJ"  am_compiler_list='gcc3 gcc'],
-                    [depcc="$$1"   am_compiler_list=])
-
-AC_CACHE_CHECK([dependency style of $depcc],
-               [am_cv_$1_dependencies_compiler_type],
-[if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
-  # We make a subdir and do the tests there.  Otherwise we can end up
-  # making bogus files that we don't know about and never remove.  For
-  # instance it was reported that on HP-UX the gcc test will end up
-  # making a dummy file named 'D' -- because '-MD' means "put the output
-  # in D".
-  rm -rf conftest.dir
-  mkdir conftest.dir
-  # Copy depcomp to subdir because otherwise we won't find it if we're
-  # using a relative directory.
-  cp "$am_depcomp" conftest.dir
-  cd conftest.dir
-  # We will build objects and dependencies in a subdirectory because
-  # it helps to detect inapplicable dependency modes.  For instance
-  # both Tru64's cc and ICC support -MD to output dependencies as a
-  # side effect of compilation, but ICC will put the dependencies in
-  # the current directory while Tru64 will put them in the object
-  # directory.
-  mkdir sub
-
-  am_cv_$1_dependencies_compiler_type=none
-  if test "$am_compiler_list" = ""; then
-     am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
-  fi
-  am__universal=false
-  m4_case([$1], [CC],
-    [case " $depcc " in #(
-     *\ -arch\ *\ -arch\ *) am__universal=true ;;
-     esac],
-    [CXX],
-    [case " $depcc " in #(
-     *\ -arch\ *\ -arch\ *) am__universal=true ;;
-     esac])
-
-  for depmode in $am_compiler_list; do
-    # Setup a source with many dependencies, because some compilers
-    # like to wrap large dependency lists on column 80 (with \), and
-    # we should not choose a depcomp mode which is confused by this.
-    #
-    # We need to recreate these files for each test, as the compiler may
-    # overwrite some of them when testing with obscure command lines.
-    # This happens at least with the AIX C compiler.
-    : > sub/conftest.c
-    for i in 1 2 3 4 5 6; do
-      echo '#include "conftst'$i'.h"' >> sub/conftest.c
-      # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with
-      # Solaris 10 /bin/sh.
-      echo '/* dummy */' > sub/conftst$i.h
-    done
-    echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
-
-    # We check with '-c' and '-o' for the sake of the "dashmstdout"
-    # mode.  It turns out that the SunPro C++ compiler does not properly
-    # handle '-M -o', and we need to detect this.  Also, some Intel
-    # versions had trouble with output in subdirs.
-    am__obj=sub/conftest.${OBJEXT-o}
-    am__minus_obj="-o $am__obj"
-    case $depmode in
-    gcc)
-      # This depmode causes a compiler race in universal mode.
-      test "$am__universal" = false || continue
-      ;;
-    nosideeffect)
-      # After this tag, mechanisms are not by side-effect, so they'll
-      # only be used when explicitly requested.
-      if test "x$enable_dependency_tracking" = xyes; then
-	continue
-      else
-	break
-      fi
-      ;;
-    msvc7 | msvc7msys | msvisualcpp | msvcmsys)
-      # This compiler won't grok '-c -o', but also, the minuso test has
-      # not run yet.  These depmodes are late enough in the game, and
-      # so weak that their functioning should not be impacted.
-      am__obj=conftest.${OBJEXT-o}
-      am__minus_obj=
-      ;;
-    none) break ;;
-    esac
-    if depmode=$depmode \
-       source=sub/conftest.c object=$am__obj \
-       depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
-       $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
-         >/dev/null 2>conftest.err &&
-       grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
-       grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
-       grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
-       ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
-      # icc doesn't choke on unknown options, it will just issue warnings
-      # or remarks (even with -Werror).  So we grep stderr for any message
-      # that says an option was ignored or not supported.
-      # When given -MP, icc 7.0 and 7.1 complain thusly:
-      #   icc: Command line warning: ignoring option '-M'; no argument required
-      # The diagnosis changed in icc 8.0:
-      #   icc: Command line remark: option '-MP' not supported
-      if (grep 'ignoring option' conftest.err ||
-          grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
-        am_cv_$1_dependencies_compiler_type=$depmode
-        break
-      fi
-    fi
-  done
-
-  cd ..
-  rm -rf conftest.dir
-else
-  am_cv_$1_dependencies_compiler_type=none
-fi
-])
-AC_SUBST([$1DEPMODE], [depmode=$am_cv_$1_dependencies_compiler_type])
-AM_CONDITIONAL([am__fastdep$1], [
-  test "x$enable_dependency_tracking" != xno \
-  && test "$am_cv_$1_dependencies_compiler_type" = gcc3])
-])
-
-
-# AM_SET_DEPDIR
-# -------------
-# Choose a directory name for dependency files.
-# This macro is AC_REQUIREd in _AM_DEPENDENCIES.
-AC_DEFUN([AM_SET_DEPDIR],
-[AC_REQUIRE([AM_SET_LEADING_DOT])dnl
-AC_SUBST([DEPDIR], ["${am__leading_dot}deps"])dnl
-])
-
-
-# AM_DEP_TRACK
-# ------------
-AC_DEFUN([AM_DEP_TRACK],
-[AC_ARG_ENABLE([dependency-tracking], [dnl
-AS_HELP_STRING(
-  [--enable-dependency-tracking],
-  [do not reject slow dependency extractors])
-AS_HELP_STRING(
-  [--disable-dependency-tracking],
-  [speeds up one-time build])])
-if test "x$enable_dependency_tracking" != xno; then
-  am_depcomp="$ac_aux_dir/depcomp"
-  AMDEPBACKSLASH='\'
-  am__nodep='_no'
-fi
-AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno])
-AC_SUBST([AMDEPBACKSLASH])dnl
-_AM_SUBST_NOTMAKE([AMDEPBACKSLASH])dnl
-AC_SUBST([am__nodep])dnl
-_AM_SUBST_NOTMAKE([am__nodep])dnl
-])
-
-# Generate code to set up dependency tracking.              -*- Autoconf -*-
-
-# Copyright (C) 1999-2014 Free Software Foundation, Inc.
-#
-# This file is free software; the Free Software Foundation
-# gives unlimited permission to copy and/or distribute it,
-# with or without modifications, as long as this notice is preserved.
-
-
-# _AM_OUTPUT_DEPENDENCY_COMMANDS
-# ------------------------------
-AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS],
-[{
-  # Older Autoconf quotes --file arguments for eval, but not when files
-  # are listed without --file.  Let's play safe and only enable the eval
-  # if we detect the quoting.
-  case $CONFIG_FILES in
-  *\'*) eval set x "$CONFIG_FILES" ;;
-  *)   set x $CONFIG_FILES ;;
-  esac
-  shift
-  for mf
-  do
-    # Strip MF so we end up with the name of the file.
-    mf=`echo "$mf" | sed -e 's/:.*$//'`
-    # Check whether this is an Automake generated Makefile or not.
-    # We used to match only the files named 'Makefile.in', but
-    # some people rename them; so instead we look at the file content.
-    # Grep'ing the first line is not enough: some people post-process
-    # each Makefile.in and add a new line on top of each file to say so.
-    # Grep'ing the whole file is not good either: AIX grep has a line
-    # limit of 2048, but all sed's we know have understand at least 4000.
-    if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
-      dirpart=`AS_DIRNAME("$mf")`
-    else
-      continue
-    fi
-    # Extract the definition of DEPDIR, am__include, and am__quote
-    # from the Makefile without running 'make'.
-    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
-    test -z "$DEPDIR" && continue
-    am__include=`sed -n 's/^am__include = //p' < "$mf"`
-    test -z "$am__include" && continue
-    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
-    # Find all dependency output files, they are included files with
-    # $(DEPDIR) in their names.  We invoke sed twice because it is the
-    # simplest approach to changing $(DEPDIR) to its actual value in the
-    # expansion.
-    for file in `sed -n "
-      s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
-	 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do
-      # Make sure the directory exists.
-      test -f "$dirpart/$file" && continue
-      fdir=`AS_DIRNAME(["$file"])`
-      AS_MKDIR_P([$dirpart/$fdir])
-      # echo "creating $dirpart/$file"
-      echo '# dummy' > "$dirpart/$file"
-    done
-  done
-}
-])# _AM_OUTPUT_DEPENDENCY_COMMANDS
-
-
-# AM_OUTPUT_DEPENDENCY_COMMANDS
-# -----------------------------
-# This macro should only be invoked once -- use via AC_REQUIRE.
-#
-# This code is only required when automatic dependency tracking
-# is enabled.  FIXME.  This creates each '.P' file that we will
-# need in order to bootstrap the dependency handling code.
-AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS],
-[AC_CONFIG_COMMANDS([depfiles],
-     [test x"$AMDEP_TRUE" != x"" || _AM_OUTPUT_DEPENDENCY_COMMANDS],
-     [AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"])
-])
-
-# Do all the work for Automake.                             -*- Autoconf -*-
-
-# Copyright (C) 1996-2014 Free Software Foundation, Inc.
-#
-# This file is free software; the Free Software Foundation
-# gives unlimited permission to copy and/or distribute it,
-# with or without modifications, as long as this notice is preserved.
-
-# This macro actually does too much.  Some checks are only needed if
-# your package does certain things.  But this isn't really a big deal.
-
-dnl Redefine AC_PROG_CC to automatically invoke _AM_PROG_CC_C_O.
-m4_define([AC_PROG_CC],
-m4_defn([AC_PROG_CC])
-[_AM_PROG_CC_C_O
-])
-
-# AM_INIT_AUTOMAKE(PACKAGE, VERSION, [NO-DEFINE])
-# AM_INIT_AUTOMAKE([OPTIONS])
-# -----------------------------------------------
-# The call with PACKAGE and VERSION arguments is the old style
-# call (pre autoconf-2.50), which is being phased out.  PACKAGE
-# and VERSION should now be passed to AC_INIT and removed from
-# the call to AM_INIT_AUTOMAKE.
-# We support both call styles for the transition.  After
-# the next Automake release, Autoconf can make the AC_INIT
-# arguments mandatory, and then we can depend on a new Autoconf
-# release and drop the old call support.
-AC_DEFUN([AM_INIT_AUTOMAKE],
-[AC_PREREQ([2.65])dnl
-dnl Autoconf wants to disallow AM_ names.  We explicitly allow
-dnl the ones we care about.
-m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl
-AC_REQUIRE([AM_SET_CURRENT_AUTOMAKE_VERSION])dnl
-AC_REQUIRE([AC_PROG_INSTALL])dnl
-if test "`cd $srcdir && pwd`" != "`pwd`"; then
-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
-  # is not polluted with repeated "-I."
-  AC_SUBST([am__isrc], [' -I$(srcdir)'])_AM_SUBST_NOTMAKE([am__isrc])dnl
-  # test to see if srcdir already configured
-  if test -f $srcdir/config.status; then
-    AC_MSG_ERROR([source directory already configured; run "make distclean" there first])
-  fi
-fi
-
-# test whether we have cygpath
-if test -z "$CYGPATH_W"; then
-  if (cygpath --version) >/dev/null 2>/dev/null; then
-    CYGPATH_W='cygpath -w'
-  else
-    CYGPATH_W=echo
-  fi
-fi
-AC_SUBST([CYGPATH_W])
-
-# Define the identity of the package.
-dnl Distinguish between old-style and new-style calls.
-m4_ifval([$2],
-[AC_DIAGNOSE([obsolete],
-             [$0: two- and three-arguments forms are deprecated.])
-m4_ifval([$3], [_AM_SET_OPTION([no-define])])dnl
- AC_SUBST([PACKAGE], [$1])dnl
- AC_SUBST([VERSION], [$2])],
-[_AM_SET_OPTIONS([$1])dnl
-dnl Diagnose old-style AC_INIT with new-style AM_AUTOMAKE_INIT.
-m4_if(
-  m4_ifdef([AC_PACKAGE_NAME], [ok]):m4_ifdef([AC_PACKAGE_VERSION], [ok]),
-  [ok:ok],,
-  [m4_fatal([AC_INIT should be called with package and version arguments])])dnl
- AC_SUBST([PACKAGE], ['AC_PACKAGE_TARNAME'])dnl
- AC_SUBST([VERSION], ['AC_PACKAGE_VERSION'])])dnl
-
-_AM_IF_OPTION([no-define],,
-[AC_DEFINE_UNQUOTED([PACKAGE], ["$PACKAGE"], [Name of package])
- AC_DEFINE_UNQUOTED([VERSION], ["$VERSION"], [Version number of package])])dnl
-
-# Some tools Automake needs.
-AC_REQUIRE([AM_SANITY_CHECK])dnl
-AC_REQUIRE([AC_ARG_PROGRAM])dnl
-AM_MISSING_PROG([ACLOCAL], [aclocal-${am__api_version}])
-AM_MISSING_PROG([AUTOCONF], [autoconf])
-AM_MISSING_PROG([AUTOMAKE], [automake-${am__api_version}])
-AM_MISSING_PROG([AUTOHEADER], [autoheader])
-AM_MISSING_PROG([MAKEINFO], [makeinfo])
-AC_REQUIRE([AM_PROG_INSTALL_SH])dnl
-AC_REQUIRE([AM_PROG_INSTALL_STRIP])dnl
-AC_REQUIRE([AC_PROG_MKDIR_P])dnl
-# For better backward compatibility.  To be removed once Automake 1.9.x
-# dies out for good.  For more background, see:
-# <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
-# <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
-AC_SUBST([mkdir_p], ['$(MKDIR_P)'])
-# We need awk for the "check" target (and possibly the TAP driver).  The
-# system "awk" is bad on some platforms.
-AC_REQUIRE([AC_PROG_AWK])dnl
-AC_REQUIRE([AC_PROG_MAKE_SET])dnl
-AC_REQUIRE([AM_SET_LEADING_DOT])dnl
-_AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])],
-	      [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])],
-			     [_AM_PROG_TAR([v7])])])
-_AM_IF_OPTION([no-dependencies],,
-[AC_PROVIDE_IFELSE([AC_PROG_CC],
-		  [_AM_DEPENDENCIES([CC])],
-		  [m4_define([AC_PROG_CC],
-			     m4_defn([AC_PROG_CC])[_AM_DEPENDENCIES([CC])])])dnl
-AC_PROVIDE_IFELSE([AC_PROG_CXX],
-		  [_AM_DEPENDENCIES([CXX])],
-		  [m4_define([AC_PROG_CXX],
-			     m4_defn([AC_PROG_CXX])[_AM_DEPENDENCIES([CXX])])])dnl
-AC_PROVIDE_IFELSE([AC_PROG_OBJC],
-		  [_AM_DEPENDENCIES([OBJC])],
-		  [m4_define([AC_PROG_OBJC],
-			     m4_defn([AC_PROG_OBJC])[_AM_DEPENDENCIES([OBJC])])])dnl
-AC_PROVIDE_IFELSE([AC_PROG_OBJCXX],
-		  [_AM_DEPENDENCIES([OBJCXX])],
-		  [m4_define([AC_PROG_OBJCXX],
-			     m4_defn([AC_PROG_OBJCXX])[_AM_DEPENDENCIES([OBJCXX])])])dnl
-])
-AC_REQUIRE([AM_SILENT_RULES])dnl
-dnl The testsuite driver may need to know about EXEEXT, so add the
-dnl 'am__EXEEXT' conditional if _AM_COMPILER_EXEEXT was seen.  This
-dnl macro is hooked onto _AC_COMPILER_EXEEXT early, see below.
-AC_CONFIG_COMMANDS_PRE(dnl
-[m4_provide_if([_AM_COMPILER_EXEEXT],
-  [AM_CONDITIONAL([am__EXEEXT], [test -n "$EXEEXT"])])])dnl
-
-# POSIX will say in a future version that running "rm -f" with no argument
-# is OK; and we want to be able to make that assumption in our Makefile
-# recipes.  So use an aggressive probe to check that the usage we want is
-# actually supported "in the wild" to an acceptable degree.
-# See automake bug#10828.
-# To make any issue more visible, cause the running configure to be aborted
-# by default if the 'rm' program in use doesn't match our expectations; the
-# user can still override this though.
-if rm -f && rm -fr && rm -rf; then : OK; else
-  cat >&2 <<'END'
-Oops!
-
-Your 'rm' program seems unable to run without file operands specified
-on the command line, even when the '-f' option is present.  This is contrary
-to the behaviour of most rm programs out there, and not conforming with
-the upcoming POSIX standard: <http://austingroupbugs.net/view.php?id=542>
-
-Please tell bug-automake at gnu.org about your system, including the value
-of your $PATH and any error possibly output before this message.  This
-can help us improve future automake versions.
-
-END
-  if test x"$ACCEPT_INFERIOR_RM_PROGRAM" = x"yes"; then
-    echo 'Configuration will proceed anyway, since you have set the' >&2
-    echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2
-    echo >&2
-  else
-    cat >&2 <<'END'
-Aborting the configuration process, to ensure you take notice of the issue.
-
-You can download and install GNU coreutils to get an 'rm' implementation
-that behaves properly: <http://www.gnu.org/software/coreutils/>.
-
-If you want to complete the configuration process using your problematic
-'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM
-to "yes", and re-run configure.
-
-END
-    AC_MSG_ERROR([Your 'rm' program is bad, sorry.])
-  fi
-fi
-dnl The trailing newline in this macro's definition is deliberate, for
-dnl backward compatibility and to allow trailing 'dnl'-style comments
-dnl after the AM_INIT_AUTOMAKE invocation. See automake bug#16841.
-])
-
-dnl Hook into '_AC_COMPILER_EXEEXT' early to learn its expansion.  Do not
-dnl add the conditional right here, as _AC_COMPILER_EXEEXT may be further
-dnl mangled by Autoconf and run in a shell conditional statement.
-m4_define([_AC_COMPILER_EXEEXT],
-m4_defn([_AC_COMPILER_EXEEXT])[m4_provide([_AM_COMPILER_EXEEXT])])
-
-# When config.status generates a header, we must update the stamp-h file.
-# This file resides in the same directory as the config header
-# that is generated.  The stamp files are numbered to have different names.
-
-# Autoconf calls _AC_AM_CONFIG_HEADER_HOOK (when defined) in the
-# loop where config.status creates the headers, so we can generate
-# our stamp files there.
-AC_DEFUN([_AC_AM_CONFIG_HEADER_HOOK],
-[# Compute $1's index in $config_headers.
-_am_arg=$1
-_am_stamp_count=1
-for _am_header in $config_headers :; do
-  case $_am_header in
-    $_am_arg | $_am_arg:* )
-      break ;;
-    * )
-      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
-  esac
-done
-echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
-
-# Copyright (C) 2001-2014 Free Software Foundation, Inc.
-#
-# This file is free software; the Free Software Foundation
-# gives unlimited permission to copy and/or distribute it,
-# with or without modifications, as long as this notice is preserved.
-
-# AM_PROG_INSTALL_SH
-# ------------------
-# Define $install_sh.
-AC_DEFUN([AM_PROG_INSTALL_SH],
-[AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
-if test x"${install_sh+set}" != xset; then
-  case $am_aux_dir in
-  *\ * | *\	*)
-    install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
-  *)
-    install_sh="\${SHELL} $am_aux_dir/install-sh"
-  esac
-fi
-AC_SUBST([install_sh])])
-
-# Copyright (C) 2003-2014 Free Software Foundation, Inc.
-#
-# This file is free software; the Free Software Foundation
-# gives unlimited permission to copy and/or distribute it,
-# with or without modifications, as long as this notice is preserved.
-
-# Check whether the underlying file-system supports filenames
-# with a leading dot.  For instance MS-DOS doesn't.
-AC_DEFUN([AM_SET_LEADING_DOT],
-[rm -rf .tst 2>/dev/null
-mkdir .tst 2>/dev/null
-if test -d .tst; then
-  am__leading_dot=.
-else
-  am__leading_dot=_
-fi
-rmdir .tst 2>/dev/null
-AC_SUBST([am__leading_dot])])
-
-# Check to see how 'make' treats includes.	            -*- Autoconf -*-
-
-# Copyright (C) 2001-2014 Free Software Foundation, Inc.
-#
-# This file is free software; the Free Software Foundation
-# gives unlimited permission to copy and/or distribute it,
-# with or without modifications, as long as this notice is preserved.
-
-# AM_MAKE_INCLUDE()
-# -----------------
-# Check to see how make treats includes.
-AC_DEFUN([AM_MAKE_INCLUDE],
-[am_make=${MAKE-make}
-cat > confinc << 'END'
-am__doit:
-	@echo this is the am__doit target
-.PHONY: am__doit
-END
-# If we don't find an include directive, just comment out the code.
-AC_MSG_CHECKING([for style of include used by $am_make])
-am__include="#"
-am__quote=
-_am_result=none
-# First try GNU make style include.
-echo "include confinc" > confmf
-# Ignore all kinds of additional output from 'make'.
-case `$am_make -s -f confmf 2> /dev/null` in #(
-*the\ am__doit\ target*)
-  am__include=include
-  am__quote=
-  _am_result=GNU
-  ;;
-esac
-# Now try BSD make style include.
-if test "$am__include" = "#"; then
-   echo '.include "confinc"' > confmf
-   case `$am_make -s -f confmf 2> /dev/null` in #(
-   *the\ am__doit\ target*)
-     am__include=.include
-     am__quote="\""
-     _am_result=BSD
-     ;;
-   esac
-fi
-AC_SUBST([am__include])
-AC_SUBST([am__quote])
-AC_MSG_RESULT([$_am_result])
-rm -f confinc confmf
-])
-
-# Fake the existence of programs that GNU maintainers use.  -*- Autoconf -*-
-
-# Copyright (C) 1997-2014 Free Software Foundation, Inc.
-#
-# This file is free software; the Free Software Foundation
-# gives unlimited permission to copy and/or distribute it,
-# with or without modifications, as long as this notice is preserved.
-
-# AM_MISSING_PROG(NAME, PROGRAM)
-# ------------------------------
-AC_DEFUN([AM_MISSING_PROG],
-[AC_REQUIRE([AM_MISSING_HAS_RUN])
-$1=${$1-"${am_missing_run}$2"}
-AC_SUBST($1)])
-
-# AM_MISSING_HAS_RUN
-# ------------------
-# Define MISSING if not defined so far and test if it is modern enough.
-# If it is, set am_missing_run to use it, otherwise, to nothing.
-AC_DEFUN([AM_MISSING_HAS_RUN],
-[AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
-AC_REQUIRE_AUX_FILE([missing])dnl
-if test x"${MISSING+set}" != xset; then
-  case $am_aux_dir in
-  *\ * | *\	*)
-    MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
-  *)
-    MISSING="\${SHELL} $am_aux_dir/missing" ;;
-  esac
-fi
-# Use eval to expand $SHELL
-if eval "$MISSING --is-lightweight"; then
-  am_missing_run="$MISSING "
-else
-  am_missing_run=
-  AC_MSG_WARN(['missing' script is too old or missing])
-fi
-])
-
-# Helper functions for option handling.                     -*- Autoconf -*-
-
-# Copyright (C) 2001-2014 Free Software Foundation, Inc.
-#
-# This file is free software; the Free Software Foundation
-# gives unlimited permission to copy and/or distribute it,
-# with or without modifications, as long as this notice is preserved.
-
-# _AM_MANGLE_OPTION(NAME)
-# -----------------------
-AC_DEFUN([_AM_MANGLE_OPTION],
-[[_AM_OPTION_]m4_bpatsubst($1, [[^a-zA-Z0-9_]], [_])])
-
-# _AM_SET_OPTION(NAME)
-# --------------------
-# Set option NAME.  Presently that only means defining a flag for this option.
-AC_DEFUN([_AM_SET_OPTION],
-[m4_define(_AM_MANGLE_OPTION([$1]), [1])])
-
-# _AM_SET_OPTIONS(OPTIONS)
-# ------------------------
-# OPTIONS is a space-separated list of Automake options.
-AC_DEFUN([_AM_SET_OPTIONS],
-[m4_foreach_w([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])])
-
-# _AM_IF_OPTION(OPTION, IF-SET, [IF-NOT-SET])
-# -------------------------------------------
-# Execute IF-SET if OPTION is set, IF-NOT-SET otherwise.
-AC_DEFUN([_AM_IF_OPTION],
-[m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])])
-
-# Copyright (C) 1999-2014 Free Software Foundation, Inc.
-#
-# This file is free software; the Free Software Foundation
-# gives unlimited permission to copy and/or distribute it,
-# with or without modifications, as long as this notice is preserved.
-
-# _AM_PROG_CC_C_O
-# ---------------
-# Like AC_PROG_CC_C_O, but changed for automake.  We rewrite AC_PROG_CC
-# to automatically call this.
-AC_DEFUN([_AM_PROG_CC_C_O],
-[AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
-AC_REQUIRE_AUX_FILE([compile])dnl
-AC_LANG_PUSH([C])dnl
-AC_CACHE_CHECK(
-  [whether $CC understands -c and -o together],
-  [am_cv_prog_cc_c_o],
-  [AC_LANG_CONFTEST([AC_LANG_PROGRAM([])])
-  # Make sure it works both with $CC and with simple cc.
-  # Following AC_PROG_CC_C_O, we do the test twice because some
-  # compilers refuse to overwrite an existing .o file with -o,
-  # though they will create one.
-  am_cv_prog_cc_c_o=yes
-  for am_i in 1 2; do
-    if AM_RUN_LOG([$CC -c conftest.$ac_ext -o conftest2.$ac_objext]) \
-         && test -f conftest2.$ac_objext; then
-      : OK
-    else
-      am_cv_prog_cc_c_o=no
-      break
-    fi
-  done
-  rm -f core conftest*
-  unset am_i])
-if test "$am_cv_prog_cc_c_o" != yes; then
-   # Losing compiler, so override with the script.
-   # FIXME: It is wrong to rewrite CC.
-   # But if we don't then we get into trouble of one sort or another.
-   # A longer-term fix would be to have automake use am__CC in this case,
-   # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
-   CC="$am_aux_dir/compile $CC"
-fi
-AC_LANG_POP([C])])
-
-# For backward compatibility.
-AC_DEFUN_ONCE([AM_PROG_CC_C_O], [AC_REQUIRE([AC_PROG_CC])])
-
-# Copyright (C) 2001-2014 Free Software Foundation, Inc.
-#
-# This file is free software; the Free Software Foundation
-# gives unlimited permission to copy and/or distribute it,
-# with or without modifications, as long as this notice is preserved.
-
-# AM_RUN_LOG(COMMAND)
-# -------------------
-# Run COMMAND, save the exit status in ac_status, and log it.
-# (This has been adapted from Autoconf's _AC_RUN_LOG macro.)
-AC_DEFUN([AM_RUN_LOG],
-[{ echo "$as_me:$LINENO: $1" >&AS_MESSAGE_LOG_FD
-   ($1) >&AS_MESSAGE_LOG_FD 2>&AS_MESSAGE_LOG_FD
-   ac_status=$?
-   echo "$as_me:$LINENO: \$? = $ac_status" >&AS_MESSAGE_LOG_FD
-   (exit $ac_status); }])
-
-# Check to make sure that the build environment is sane.    -*- Autoconf -*-
-
-# Copyright (C) 1996-2014 Free Software Foundation, Inc.
-#
-# This file is free software; the Free Software Foundation
-# gives unlimited permission to copy and/or distribute it,
-# with or without modifications, as long as this notice is preserved.
-
-# AM_SANITY_CHECK
-# ---------------
-AC_DEFUN([AM_SANITY_CHECK],
-[AC_MSG_CHECKING([whether build environment is sane])
-# Reject unsafe characters in $srcdir or the absolute working directory
-# name.  Accept space and tab only in the latter.
-am_lf='
-'
-case `pwd` in
-  *[[\\\"\#\$\&\'\`$am_lf]]*)
-    AC_MSG_ERROR([unsafe absolute working directory name]);;
-esac
-case $srcdir in
-  *[[\\\"\#\$\&\'\`$am_lf\ \	]]*)
-    AC_MSG_ERROR([unsafe srcdir value: '$srcdir']);;
-esac
-
-# Do 'set' in a subshell so we don't clobber the current shell's
-# arguments.  Must try -L first in case configure is actually a
-# symlink; some systems play weird games with the mod time of symlinks
-# (eg FreeBSD returns the mod time of the symlink's containing
-# directory).
-if (
-   am_has_slept=no
-   for am_try in 1 2; do
-     echo "timestamp, slept: $am_has_slept" > conftest.file
-     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
-     if test "$[*]" = "X"; then
-	# -L didn't work.
-	set X `ls -t "$srcdir/configure" conftest.file`
-     fi
-     if test "$[*]" != "X $srcdir/configure conftest.file" \
-	&& test "$[*]" != "X conftest.file $srcdir/configure"; then
-
-	# If neither matched, then we have a broken ls.  This can happen
-	# if, for instance, CONFIG_SHELL is bash and it inherits a
-	# broken ls alias from the environment.  This has actually
-	# happened.  Such a system could not be considered "sane".
-	AC_MSG_ERROR([ls -t appears to fail.  Make sure there is not a broken
-  alias in your environment])
-     fi
-     if test "$[2]" = conftest.file || test $am_try -eq 2; then
-       break
-     fi
-     # Just in case.
-     sleep 1
-     am_has_slept=yes
-   done
-   test "$[2]" = conftest.file
-   )
-then
-   # Ok.
-   :
-else
-   AC_MSG_ERROR([newly created file is older than distributed files!
-Check your system clock])
-fi
-AC_MSG_RESULT([yes])
-# If we didn't sleep, we still need to ensure time stamps of config.status and
-# generated files are strictly newer.
-am_sleep_pid=
-if grep 'slept: no' conftest.file >/dev/null 2>&1; then
-  ( sleep 1 ) &
-  am_sleep_pid=$!
-fi
-AC_CONFIG_COMMANDS_PRE(
-  [AC_MSG_CHECKING([that generated files are newer than configure])
-   if test -n "$am_sleep_pid"; then
-     # Hide warnings about reused PIDs.
-     wait $am_sleep_pid 2>/dev/null
-   fi
-   AC_MSG_RESULT([done])])
-rm -f conftest.file
-])
-
-# Copyright (C) 2009-2014 Free Software Foundation, Inc.
-#
-# This file is free software; the Free Software Foundation
-# gives unlimited permission to copy and/or distribute it,
-# with or without modifications, as long as this notice is preserved.
-
-# AM_SILENT_RULES([DEFAULT])
-# --------------------------
-# Enable less verbose build rules; with the default set to DEFAULT
-# ("yes" being less verbose, "no" or empty being verbose).
-AC_DEFUN([AM_SILENT_RULES],
-[AC_ARG_ENABLE([silent-rules], [dnl
-AS_HELP_STRING(
-  [--enable-silent-rules],
-  [less verbose build output (undo: "make V=1")])
-AS_HELP_STRING(
-  [--disable-silent-rules],
-  [verbose build output (undo: "make V=0")])dnl
-])
-case $enable_silent_rules in @%:@ (((
-  yes) AM_DEFAULT_VERBOSITY=0;;
-   no) AM_DEFAULT_VERBOSITY=1;;
-    *) AM_DEFAULT_VERBOSITY=m4_if([$1], [yes], [0], [1]);;
-esac
-dnl
-dnl A few 'make' implementations (e.g., NonStop OS and NextStep)
-dnl do not support nested variable expansions.
-dnl See automake bug#9928 and bug#10237.
-am_make=${MAKE-make}
-AC_CACHE_CHECK([whether $am_make supports nested variables],
-   [am_cv_make_support_nested_variables],
-   [if AS_ECHO([['TRUE=$(BAR$(V))
-BAR0=false
-BAR1=true
-V=1
-am__doit:
-	@$(TRUE)
-.PHONY: am__doit']]) | $am_make -f - >/dev/null 2>&1; then
-  am_cv_make_support_nested_variables=yes
-else
-  am_cv_make_support_nested_variables=no
-fi])
-if test $am_cv_make_support_nested_variables = yes; then
-  dnl Using '$V' instead of '$(V)' breaks IRIX make.
-  AM_V='$(V)'
-  AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
-else
-  AM_V=$AM_DEFAULT_VERBOSITY
-  AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY
-fi
-AC_SUBST([AM_V])dnl
-AM_SUBST_NOTMAKE([AM_V])dnl
-AC_SUBST([AM_DEFAULT_V])dnl
-AM_SUBST_NOTMAKE([AM_DEFAULT_V])dnl
-AC_SUBST([AM_DEFAULT_VERBOSITY])dnl
-AM_BACKSLASH='\'
-AC_SUBST([AM_BACKSLASH])dnl
-_AM_SUBST_NOTMAKE([AM_BACKSLASH])dnl
-])
-
-# Copyright (C) 2001-2014 Free Software Foundation, Inc.
-#
-# This file is free software; the Free Software Foundation
-# gives unlimited permission to copy and/or distribute it,
-# with or without modifications, as long as this notice is preserved.
-
-# AM_PROG_INSTALL_STRIP
-# ---------------------
-# One issue with vendor 'install' (even GNU) is that you can't
-# specify the program used to strip binaries.  This is especially
-# annoying in cross-compiling environments, where the build's strip
-# is unlikely to handle the host's binaries.
-# Fortunately install-sh will honor a STRIPPROG variable, so we
-# always use install-sh in "make install-strip", and initialize
-# STRIPPROG with the value of the STRIP variable (set by the user).
-AC_DEFUN([AM_PROG_INSTALL_STRIP],
-[AC_REQUIRE([AM_PROG_INSTALL_SH])dnl
-# Installed binaries are usually stripped using 'strip' when the user
-# run "make install-strip".  However 'strip' might not be the right
-# tool to use in cross-compilation environments, therefore Automake
-# will honor the 'STRIP' environment variable to overrule this program.
-dnl Don't test for $cross_compiling = yes, because it might be 'maybe'.
-if test "$cross_compiling" != no; then
-  AC_CHECK_TOOL([STRIP], [strip], :)
-fi
-INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
-AC_SUBST([INSTALL_STRIP_PROGRAM])])
-
-# Copyright (C) 2006-2014 Free Software Foundation, Inc.
-#
-# This file is free software; the Free Software Foundation
-# gives unlimited permission to copy and/or distribute it,
-# with or without modifications, as long as this notice is preserved.
-
-# _AM_SUBST_NOTMAKE(VARIABLE)
-# ---------------------------
-# Prevent Automake from outputting VARIABLE = @VARIABLE@ in Makefile.in.
-# This macro is traced by Automake.
-AC_DEFUN([_AM_SUBST_NOTMAKE])
-
-# AM_SUBST_NOTMAKE(VARIABLE)
-# --------------------------
-# Public sister of _AM_SUBST_NOTMAKE.
-AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE($@)])
-
-# Check how to create a tarball.                            -*- Autoconf -*-
-
-# Copyright (C) 2004-2014 Free Software Foundation, Inc.
-#
-# This file is free software; the Free Software Foundation
-# gives unlimited permission to copy and/or distribute it,
-# with or without modifications, as long as this notice is preserved.
-
-# _AM_PROG_TAR(FORMAT)
-# --------------------
-# Check how to create a tarball in format FORMAT.
-# FORMAT should be one of 'v7', 'ustar', or 'pax'.
-#
-# Substitute a variable $(am__tar) that is a command
-# writing to stdout a FORMAT-tarball containing the directory
-# $tardir.
-#     tardir=directory && $(am__tar) > result.tar
-#
-# Substitute a variable $(am__untar) that extract such
-# a tarball read from stdin.
-#     $(am__untar) < result.tar
-#
-AC_DEFUN([_AM_PROG_TAR],
-[# Always define AMTAR for backward compatibility.  Yes, it's still used
-# in the wild :-(  We should find a proper way to deprecate it ...
-AC_SUBST([AMTAR], ['$${TAR-tar}'])
-
-# We'll loop over all known methods to create a tar archive until one works.
-_am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none'
-
-m4_if([$1], [v7],
-  [am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'],
-
-  [m4_case([$1],
-    [ustar],
-     [# The POSIX 1988 'ustar' format is defined with fixed-size fields.
-      # There is notably a 21 bits limit for the UID and the GID.  In fact,
-      # the 'pax' utility can hang on bigger UID/GID (see automake bug#8343
-      # and bug#13588).
-      am_max_uid=2097151 # 2^21 - 1
-      am_max_gid=$am_max_uid
-      # The $UID and $GID variables are not portable, so we need to resort
-      # to the POSIX-mandated id(1) utility.  Errors in the 'id' calls
-      # below are definitely unexpected, so allow the users to see them
-      # (that is, avoid stderr redirection).
-      am_uid=`id -u || echo unknown`
-      am_gid=`id -g || echo unknown`
-      AC_MSG_CHECKING([whether UID '$am_uid' is supported by ustar format])
-      if test $am_uid -le $am_max_uid; then
-         AC_MSG_RESULT([yes])
-      else
-         AC_MSG_RESULT([no])
-         _am_tools=none
-      fi
-      AC_MSG_CHECKING([whether GID '$am_gid' is supported by ustar format])
-      if test $am_gid -le $am_max_gid; then
-         AC_MSG_RESULT([yes])
-      else
-        AC_MSG_RESULT([no])
-        _am_tools=none
-      fi],
-
-  [pax],
-    [],
-
-  [m4_fatal([Unknown tar format])])
-
-  AC_MSG_CHECKING([how to create a $1 tar archive])
-
-  # Go ahead even if we have the value already cached.  We do so because we
-  # need to set the values for the 'am__tar' and 'am__untar' variables.
-  _am_tools=${am_cv_prog_tar_$1-$_am_tools}
-
-  for _am_tool in $_am_tools; do
-    case $_am_tool in
-    gnutar)
-      for _am_tar in tar gnutar gtar; do
-        AM_RUN_LOG([$_am_tar --version]) && break
-      done
-      am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"'
-      am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"'
-      am__untar="$_am_tar -xf -"
-      ;;
-    plaintar)
-      # Must skip GNU tar: if it does not support --format= it doesn't create
-      # ustar tarball either.
-      (tar --version) >/dev/null 2>&1 && continue
-      am__tar='tar chf - "$$tardir"'
-      am__tar_='tar chf - "$tardir"'
-      am__untar='tar xf -'
-      ;;
-    pax)
-      am__tar='pax -L -x $1 -w "$$tardir"'
-      am__tar_='pax -L -x $1 -w "$tardir"'
-      am__untar='pax -r'
-      ;;
-    cpio)
-      am__tar='find "$$tardir" -print | cpio -o -H $1 -L'
-      am__tar_='find "$tardir" -print | cpio -o -H $1 -L'
-      am__untar='cpio -i -H $1 -d'
-      ;;
-    none)
-      am__tar=false
-      am__tar_=false
-      am__untar=false
-      ;;
-    esac
-
-    # If the value was cached, stop now.  We just wanted to have am__tar
-    # and am__untar set.
-    test -n "${am_cv_prog_tar_$1}" && break
-
-    # tar/untar a dummy directory, and stop if the command works.
-    rm -rf conftest.dir
-    mkdir conftest.dir
-    echo GrepMe > conftest.dir/file
-    AM_RUN_LOG([tardir=conftest.dir && eval $am__tar_ >conftest.tar])
-    rm -rf conftest.dir
-    if test -s conftest.tar; then
-      AM_RUN_LOG([$am__untar <conftest.tar])
-      AM_RUN_LOG([cat conftest.dir/file])
-      grep GrepMe conftest.dir/file >/dev/null 2>&1 && break
-    fi
-  done
-  rm -rf conftest.dir
-
-  AC_CACHE_VAL([am_cv_prog_tar_$1], [am_cv_prog_tar_$1=$_am_tool])
-  AC_MSG_RESULT([$am_cv_prog_tar_$1])])
-
-AC_SUBST([am__tar])
-AC_SUBST([am__untar])
-]) # _AM_PROG_TAR
-
-m4_include([m4/ax_boost_base.m4])
-m4_include([m4/libtool.m4])
-m4_include([m4/ltoptions.m4])
-m4_include([m4/ltsugar.m4])
-m4_include([m4/ltversion.m4])
-m4_include([m4/lt~obsolete.m4])
-m4_include([acinclude.m4])
diff --git a/autogen.sh b/autogen.sh
deleted file mode 100755
index 5bce9ba..0000000
--- a/autogen.sh
+++ /dev/null
@@ -1,1578 +0,0 @@
-#!/bin/sh
-#                        a u t o g e n . s h
-#
-# Copyright (c) 2005-2009 United States Government as represented by
-# the U.S. Army Research Laboratory.
-#
-# Redistribution and use in source and binary forms, with or without
-# modification, are permitted provided that the following conditions
-# are met:
-#
-# 1. Redistributions of source code must retain the above copyright
-# notice, this list of conditions and the following disclaimer.
-#
-# 2. Redistributions in binary form must reproduce the above
-# copyright notice, this list of conditions and the following
-# disclaimer in the documentation and/or other materials provided
-# with the distribution.
-#
-# 3. The name of the author may not be used to endorse or promote
-# products derived from this software without specific prior written
-# permission.
-#
-# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS
-# OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
-# WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
-# ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY
-# DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
-# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
-# GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
-# INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
-# WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
-# NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
-# SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-#
-###
-#
-# Script for automatically preparing the sources for compilation by
-# performing the myriad of necessary steps.  The script attempts to
-# detect proper version support, and outputs warnings about particular
-# systems that have autotool peculiarities.
-#
-# Basically, if everything is set up and installed correctly, the
-# script will validate that minimum versions of the GNU Build System
-# tools are installed, account for several common configuration
-# issues, and then simply run autoreconf for you.
-#
-# If autoreconf fails, which can happen for many valid configurations,
-# this script proceeds to run manual preparation steps effectively
-# providing a POSIX shell script (mostly complete) reimplementation of
-# autoreconf.
-#
-# The AUTORECONF, AUTOCONF, AUTOMAKE, LIBTOOLIZE, ACLOCAL, AUTOHEADER
-# environment variables and corresponding _OPTIONS variables (e.g.
-# AUTORECONF_OPTIONS) may be used to override the default automatic
-# detection behaviors.  Similarly the _VERSION variables will override
-# the minimum required version numbers.
-#
-# Examples:
-#
-#   To obtain help on usage:
-#     ./autogen.sh --help
-#
-#   To obtain verbose output:
-#     ./autogen.sh --verbose
-#
-#   To skip autoreconf and prepare manually:
-#     AUTORECONF=false ./autogen.sh
-#
-#   To verbosely try running with an older (unsupported) autoconf:
-#     AUTOCONF_VERSION=2.50 ./autogen.sh --verbose
-#
-# Author:
-#   Christopher Sean Morrison <morrison at brlcad.org>
-#
-# Patches:
-#   Sebastian Pipping <sebastian at pipping.org>
-#
-######################################################################
-
-# set to minimum acceptable version of autoconf
-if [ "x$AUTOCONF_VERSION" = "x" ] ; then
-    AUTOCONF_VERSION=2.52
-fi
-# set to minimum acceptable version of automake
-if [ "x$AUTOMAKE_VERSION" = "x" ] ; then
-    AUTOMAKE_VERSION=1.6.0
-fi
-# set to minimum acceptable version of libtool
-if [ "x$LIBTOOL_VERSION" = "x" ] ; then
-    LIBTOOL_VERSION=1.4.2
-fi
-
-
-##################
-# ident function #
-##################
-ident ( ) {
-    # extract copyright from header
-    __copyright="`grep Copyright $AUTOGEN_SH | head -${HEAD_N}1 | awk '{print $4}'`"
-    if [ "x$__copyright" = "x" ] ; then
-	__copyright="`date +%Y`"
-    fi
-
-    # extract version from CVS Id string
-    __id="$Id: autogen.sh 33925 2009-03-01 23:27:06Z brlcad $"
-    __version="`echo $__id | sed 's/.*\([0-9][0-9][0-9][0-9]\)[-\/]\([0-9][0-9]\)[-\/]\([0-9][0-9]\).*/\1\2\3/'`"
-    if [ "x$__version" = "x" ] ; then
-	__version=""
-    fi
-
-    echo "autogen.sh build preparation script by Christopher Sean Morrison"
-    echo "  + config.guess download patch by Sebastian Pipping (2008-12-03)"
-    echo "revised 3-clause BSD-style license, copyright (c) $__copyright"
-    echo "script version $__version, ISO/IEC 9945 POSIX shell script"
-}
-
-
-##################
-# USAGE FUNCTION #
-##################
-usage ( ) {
-    echo "Usage: $AUTOGEN_SH [-h|--help] [-v|--verbose] [-q|--quiet] [-d|--download] [--version]"
-    echo "    --help      Help on $NAME_OF_AUTOGEN usage"
-    echo "    --verbose   Verbose progress output"
-    echo "    --quiet     Quiet suppressed progress output"
-    echo "    --download  Download the latest config.guess from gnulib"
-    echo "    --version   Only perform GNU Build System version checks"
-    echo
-    echo "Description: This script will validate that minimum versions of the"
-    echo "GNU Build System tools are installed and then run autoreconf for you."
-    echo "Should autoreconf fail, manual preparation steps will be run"
-    echo "potentially accounting for several common preparation issues.  The"
-
-    echo "AUTORECONF, AUTOCONF, AUTOMAKE, LIBTOOLIZE, ACLOCAL, AUTOHEADER,"
-    echo "PROJECT, & CONFIGURE environment variables and corresponding _OPTIONS"
-    echo "variables (e.g. AUTORECONF_OPTIONS) may be used to override the"
-    echo "default automatic detection behavior."
-    echo
-
-    ident
-
-    return 0
-}
-
-
-##########################
-# VERSION_ERROR FUNCTION #
-##########################
-version_error ( ) {
-    if [ "x$1" = "x" ] ; then
-	echo "INTERNAL ERROR: version_error was not provided a version"
-	exit 1
-    fi
-    if [ "x$2" = "x" ] ; then
-	echo "INTERNAL ERROR: version_error was not provided an application name"
-	exit 1
-    fi
-    $ECHO
-    $ECHO "ERROR:  To prepare the ${PROJECT} build system from scratch,"
-    $ECHO "        at least version $1 of $2 must be installed."
-    $ECHO
-    $ECHO "$NAME_OF_AUTOGEN does not need to be run on the same machine that will"
-    $ECHO "run configure or make.  Either the GNU Autotools will need to be installed"
-    $ECHO "or upgraded on this system, or $NAME_OF_AUTOGEN must be run on the source"
-    $ECHO "code on another system and then transferred to here. -- Cheers!"
-    $ECHO
-}
-
-##########################
-# VERSION_CHECK FUNCTION #
-##########################
-version_check ( ) {
-    if [ "x$1" = "x" ] ; then
-	echo "INTERNAL ERROR: version_check was not provided a minimum version"
-	exit 1
-    fi
-    _min="$1"
-    if [ "x$2" = "x" ] ; then
-	echo "INTERNAL ERROR: version check was not provided a comparison version"
-	exit 1
-    fi
-    _cur="$2"
-
-    # needed to handle versions like 1.10 and 1.4-p6
-    _min="`echo ${_min}. | sed 's/[^0-9]/./g' | sed 's/\.\././g'`"
-    _cur="`echo ${_cur}. | sed 's/[^0-9]/./g' | sed 's/\.\././g'`"
-
-    _min_major="`echo $_min | cut -d. -f1`"
-    _min_minor="`echo $_min | cut -d. -f2`"
-    _min_patch="`echo $_min | cut -d. -f3`"
-
-    _cur_major="`echo $_cur | cut -d. -f1`"
-    _cur_minor="`echo $_cur | cut -d. -f2`"
-    _cur_patch="`echo $_cur | cut -d. -f3`"
-
-    if [ "x$_min_major" = "x" ] ; then
-	_min_major=0
-    fi
-    if [ "x$_min_minor" = "x" ] ; then
-	_min_minor=0
-    fi
-    if [ "x$_min_patch" = "x" ] ; then
-	_min_patch=0
-    fi
-    if [ "x$_cur_minor" = "x" ] ; then
-	_cur_major=0
-    fi
-    if [ "x$_cur_minor" = "x" ] ; then
-	_cur_minor=0
-    fi
-    if [ "x$_cur_patch" = "x" ] ; then
-	_cur_patch=0
-    fi
-
-    $VERBOSE_ECHO "Checking if ${_cur_major}.${_cur_minor}.${_cur_patch} is greater than ${_min_major}.${_min_minor}.${_min_patch}"
-
-    if [ $_min_major -lt $_cur_major ] ; then
-	return 0
-    elif [ $_min_major -eq $_cur_major ] ; then
-	if [ $_min_minor -lt $_cur_minor ] ; then
-	    return 0
-	elif [ $_min_minor -eq $_cur_minor ] ; then
-	    if [ $_min_patch -lt $_cur_patch ] ; then
-		return 0
-	    elif [ $_min_patch -eq $_cur_patch ] ; then
-		return 0
-	    fi
-	fi
-    fi
-    return 1
-}
-
-
-######################################
-# LOCATE_CONFIGURE_TEMPLATE FUNCTION #
-######################################
-locate_configure_template ( ) {
-    _pwd="`pwd`"
-    if test -f "./configure.ac" ; then
-	echo "./configure.ac"
-    elif test -f "./configure.in" ; then
-	echo "./configure.in"
-    elif test -f "$_pwd/configure.ac" ; then
-	echo "$_pwd/configure.ac"
-    elif test -f "$_pwd/configure.in" ; then
-	echo "$_pwd/configure.in"
-    elif test -f "$PATH_TO_AUTOGEN/configure.ac" ; then
-	echo "$PATH_TO_AUTOGEN/configure.ac"
-    elif test -f "$PATH_TO_AUTOGEN/configure.in" ; then
-	echo "$PATH_TO_AUTOGEN/configure.in"
-    fi
-}
-
-
-##################
-# argument check #
-##################
-ARGS="$*"
-PATH_TO_AUTOGEN="`dirname $0`"
-NAME_OF_AUTOGEN="`basename $0`"
-AUTOGEN_SH="$PATH_TO_AUTOGEN/$NAME_OF_AUTOGEN"
-
-LIBTOOL_M4="${PATH_TO_AUTOGEN}/misc/libtool.m4"
-
-if [ "x$HELP" = "x" ] ; then
-    HELP=no
-fi
-if [ "x$QUIET" = "x" ] ; then
-    QUIET=no
-fi
-if [ "x$VERBOSE" = "x" ] ; then
-    VERBOSE=no
-fi
-if [ "x$VERSION_ONLY" = "x" ] ; then
-    VERSION_ONLY=no
-fi
-if [ "x$DOWNLOAD" = "x" ] ; then
-    DOWNLOAD=no
-fi
-if [ "x$AUTORECONF_OPTIONS" = "x" ] ; then
-    AUTORECONF_OPTIONS="-i -f"
-fi
-if [ "x$AUTOCONF_OPTIONS" = "x" ] ; then
-    AUTOCONF_OPTIONS="-f"
-fi
-if [ "x$AUTOMAKE_OPTIONS" = "x" ] ; then
-    AUTOMAKE_OPTIONS="-a -c -f"
-fi
-ALT_AUTOMAKE_OPTIONS="-a -c"
-if [ "x$LIBTOOLIZE_OPTIONS" = "x" ] ; then
-    LIBTOOLIZE_OPTIONS="--automake -c -f"
-fi
-ALT_LIBTOOLIZE_OPTIONS="--automake --copy --force"
-if [ "x$ACLOCAL_OPTIONS" = "x" ] ; then
-    ACLOCAL_OPTIONS=""
-fi
-if [ "x$AUTOHEADER_OPTIONS" = "x" ] ; then
-    AUTOHEADER_OPTIONS=""
-fi
-if [ "x$CONFIG_GUESS_URL" = "x" ] ; then
-    CONFIG_GUESS_URL="http://git.savannah.gnu.org/gitweb/?p=gnulib.git;a=blob_plain;f=build-aux/config.guess;hb=HEAD"
-fi
-for arg in $ARGS ; do
-    case "x$arg" in
-	x--help) HELP=yes ;;
-	x-[hH]) HELP=yes ;;
-	x--quiet) QUIET=yes ;;
-	x-[qQ]) QUIET=yes ;;
-	x--verbose) VERBOSE=yes ;;
-	x-[dD]) DOWNLOAD=yes ;;
-	x--download) DOWNLOAD=yes ;;
-	x-[vV]) VERBOSE=yes ;;
-	x--version) VERSION_ONLY=yes ;;
-	*)
-	    echo "Unknown option: $arg"
-	    echo
-	    usage
-	    exit 1
-	    ;;
-    esac
-done
-
-
-#####################
-# environment check #
-#####################
-
-# sanity check before recursions potentially begin
-if [ ! -f "$AUTOGEN_SH" ] ; then
-    echo "INTERNAL ERROR: $AUTOGEN_SH does not exist"
-    if [ ! "x$0" = "x$AUTOGEN_SH" ] ; then
-	echo "INTERNAL ERROR: dirname/basename inconsistency: $0 != $AUTOGEN_SH"
-    fi
-    exit 1
-fi
-
-# force locale setting to C so things like date output as expected
-LC_ALL=C
-
-# commands that this script expects
-for __cmd in echo head tail pwd ; do
-    echo "test" | $__cmd > /dev/null 2>&1
-    if [ $? != 0 ] ; then
-	echo "INTERNAL ERROR: '${__cmd}' command is required"
-	exit 2
-    fi
-done
-echo "test" | grep "test" > /dev/null 2>&1
-if test ! x$? = x0 ; then
-    echo "INTERNAL ERROR: grep command is required"
-    exit 1
-fi
-echo "test" | sed "s/test/test/" > /dev/null 2>&1
-if test ! x$? = x0 ; then
-    echo "INTERNAL ERROR: sed command is required"
-    exit 1
-fi
-
-
-# determine the behavior of echo
-case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
-    *c*,-n*) ECHO_N= ECHO_C='
-' ECHO_T='	' ;;
-    *c*,*  ) ECHO_N=-n ECHO_C= ECHO_T= ;;
-    *)       ECHO_N= ECHO_C='\c' ECHO_T= ;;
-esac
-
-# determine the behavior of head
-case "x`echo 'head' | head -n 1 2>&1`" in
-    *xhead*) HEAD_N="n " ;;
-    *) HEAD_N="" ;;
-esac
-
-# determine the behavior of tail
-case "x`echo 'tail' | tail -n 1 2>&1`" in
-    *xtail*) TAIL_N="n " ;;
-    *) TAIL_N="" ;;
-esac
-
-VERBOSE_ECHO=:
-ECHO=:
-if [ "x$QUIET" = "xyes" ] ; then
-    if [ "x$VERBOSE" = "xyes" ] ; then
-	echo "Verbose output quelled by quiet option.  Further output disabled."
-    fi
-else
-    ECHO=echo
-    if [ "x$VERBOSE" = "xyes" ] ; then
-	echo "Verbose output enabled"
-	VERBOSE_ECHO=echo
-    fi
-fi
-
-
-# allow a recursive run to disable further recursions
-if [ "x$RUN_RECURSIVE" = "x" ] ; then
-    RUN_RECURSIVE=yes
-fi
-
-
-################################################
-# check for help arg and bypass version checks #
-################################################
-if [ "x`echo $ARGS | sed 's/.*[hH][eE][lL][pP].*/help/'`" = "xhelp" ] ; then
-    HELP=yes
-fi
-if [ "x$HELP" = "xyes" ] ; then
-    usage
-    $ECHO "---"
-    $ECHO "Help was requested.  No preparation or configuration will be performed."
-    exit 0
-fi
-
-
-#######################
-# set up signal traps #
-#######################
-untrap_abnormal ( ) {
-    for sig in 1 2 13 15; do
-	trap - $sig
-    done
-}
-
-# do this cleanup whenever we exit.
-trap '
-    # start from the root
-    if test -d "$START_PATH" ; then
-	cd "$START_PATH"
-    fi
-
-    # restore/delete backup files
-    if test "x$PFC_INIT" = "x1" ; then
-	recursive_restore
-    fi
-' 0
-
-# trap SIGHUP (1), SIGINT (2), SIGPIPE (13), SIGTERM (15)
-for sig in 1 2 13 15; do
-    trap '
-	$ECHO ""
-	$ECHO "Aborting $NAME_OF_AUTOGEN: caught signal '$sig'"
-
-	# start from the root
-	if test -d "$START_PATH" ; then
-	    cd "$START_PATH"
-	fi
-
-	# clean up on abnormal exit
-	$VERBOSE_ECHO "rm -rf autom4te.cache"
-	rm -rf autom4te.cache
-
-	if test -f "acinclude.m4.$$.backup" ; then
-	    $VERBOSE_ECHO "cat acinclude.m4.$$.backup > acinclude.m4"
-	    chmod u+w acinclude.m4
-	    cat acinclude.m4.$$.backup > acinclude.m4
-
-	    $VERBOSE_ECHO "rm -f acinclude.m4.$$.backup"
-	    rm -f acinclude.m4.$$.backup
-        fi
-
-	{ (exit 1); exit 1; }
-' $sig
-done
-
-
-#############################
-# look for a configure file #
-#############################
-if [ "x$CONFIGURE" = "x" ] ; then
-    CONFIGURE="`locate_configure_template`"
-    if [ ! "x$CONFIGURE" = "x" ] ; then
-	$VERBOSE_ECHO "Found a configure template: $CONFIGURE"
-    fi
-else
-    $ECHO "Using CONFIGURE environment variable override: $CONFIGURE"
-fi
-if [ "x$CONFIGURE" = "x" ] ; then
-    if [ "x$VERSION_ONLY" = "xyes" ] ; then
-	CONFIGURE=/dev/null
-    else
-	$ECHO
-	$ECHO "A configure.ac or configure.in file could not be located implying"
-	$ECHO "that the GNU Build System is at least not used in this directory.  In"
-	$ECHO "any case, there is nothing to do here without one of those files."
-	$ECHO
-	$ECHO "ERROR: No configure.in or configure.ac file found in `pwd`"
-	exit 1
-    fi
-fi
-
-####################
-# get project name #
-####################
-if [ "x$PROJECT" = "x" ] ; then
-    PROJECT="`grep AC_INIT $CONFIGURE | grep -v '.*#.*AC_INIT' | tail -${TAIL_N}1 | sed 's/^[ 	]*AC_INIT(\([^,)]*\).*/\1/' | sed 's/.*\[\(.*\)\].*/\1/'`"
-    if [ "x$PROJECT" = "xAC_INIT" ] ; then
-	# projects might be using the older/deprecated arg-less AC_INIT .. look for AM_INIT_AUTOMAKE instead
-	PROJECT="`grep AM_INIT_AUTOMAKE $CONFIGURE | grep -v '.*#.*AM_INIT_AUTOMAKE' | tail -${TAIL_N}1 | sed 's/^[ 	]*AM_INIT_AUTOMAKE(\([^,)]*\).*/\1/' | sed 's/.*\[\(.*\)\].*/\1/'`"
-    fi
-    if [ "x$PROJECT" = "xAM_INIT_AUTOMAKE" ] ; then
-	PROJECT="project"
-    fi
-    if [ "x$PROJECT" = "x" ] ; then
-	PROJECT="project"
-    fi
-else
-    $ECHO "Using PROJECT environment variable override: $PROJECT"
-fi
-$ECHO "Preparing the $PROJECT build system...please wait"
-$ECHO
-
-
-########################
-# check for autoreconf #
-########################
-HAVE_AUTORECONF=no
-if [ "x$AUTORECONF" = "x" ] ; then
-    for AUTORECONF in autoreconf ; do
-	$VERBOSE_ECHO "Checking autoreconf version: $AUTORECONF --version"
-	$AUTORECONF --version > /dev/null 2>&1
-	if [ $? = 0 ] ; then
-	    HAVE_AUTORECONF=yes
-	    break
-	fi
-    done
-else
-    HAVE_AUTORECONF=yes
-    $ECHO "Using AUTORECONF environment variable override: $AUTORECONF"
-fi
-
-
-##########################
-# autoconf version check #
-##########################
-_acfound=no
-if [ "x$AUTOCONF" = "x" ] ; then
-    for AUTOCONF in autoconf ; do
-	$VERBOSE_ECHO "Checking autoconf version: $AUTOCONF --version"
-	$AUTOCONF --version > /dev/null 2>&1
-	if [ $? = 0 ] ; then
-	    _acfound=yes
-	    break
-	fi
-    done
-else
-    _acfound=yes
-    $ECHO "Using AUTOCONF environment variable override: $AUTOCONF"
-fi
-
-_report_error=no
-if [ ! "x$_acfound" = "xyes" ] ; then
-    $ECHO "ERROR:  Unable to locate GNU Autoconf."
-    _report_error=yes
-else
-    _version="`$AUTOCONF --version | head -${HEAD_N}1 | sed 's/[^0-9]*\([0-9\.][0-9\.]*\)/\1/'`"
-    if [ "x$_version" = "x" ] ; then
-	_version="0.0.0"
-    fi
-    $ECHO "Found GNU Autoconf version $_version"
-    version_check "$AUTOCONF_VERSION" "$_version"
-    if [ $? -ne 0 ] ; then
-	_report_error=yes
-    fi
-fi
-if [ "x$_report_error" = "xyes" ] ; then
-    version_error "$AUTOCONF_VERSION" "GNU Autoconf"
-    exit 1
-fi
-
-
-##########################
-# automake version check #
-##########################
-_amfound=no
-if [ "x$AUTOMAKE" = "x" ] ; then
-    for AUTOMAKE in automake ; do
-	$VERBOSE_ECHO "Checking automake version: $AUTOMAKE --version"
-	$AUTOMAKE --version > /dev/null 2>&1
-	if [ $? = 0 ] ; then
-	    _amfound=yes
-	    break
-	fi
-    done
-else
-    _amfound=yes
-    $ECHO "Using AUTOMAKE environment variable override: $AUTOMAKE"
-fi
-
-
-_report_error=no
-if [ ! "x$_amfound" = "xyes" ] ; then
-    $ECHO
-    $ECHO "ERROR: Unable to locate GNU Automake."
-    _report_error=yes
-else
-    _version="`$AUTOMAKE --version | head -${HEAD_N}1 | sed 's/[^0-9]*\([0-9\.][0-9\.]*\)/\1/'`"
-    if [ "x$_version" = "x" ] ; then
-	_version="0.0.0"
-    fi
-    $ECHO "Found GNU Automake version $_version"
-    version_check "$AUTOMAKE_VERSION" "$_version"
-    if [ $? -ne 0 ] ; then
-	_report_error=yes
-    fi
-fi
-if [ "x$_report_error" = "xyes" ] ; then
-    version_error "$AUTOMAKE_VERSION" "GNU Automake"
-    exit 1
-fi
-
-
-########################
-# check for libtoolize #
-########################
-HAVE_LIBTOOLIZE=yes
-HAVE_ALT_LIBTOOLIZE=no
-_ltfound=no
-if [ "x$LIBTOOLIZE" = "x" ] ; then
-    LIBTOOLIZE=libtoolize
-    $VERBOSE_ECHO "Checking libtoolize version: $LIBTOOLIZE --version"
-    $LIBTOOLIZE --version > /dev/null 2>&1
-    if [ ! $? = 0 ] ; then
-	HAVE_LIBTOOLIZE=no
-	$ECHO
-	if [ "x$HAVE_AUTORECONF" = "xno" ] ; then
-	    $ECHO "Warning:  libtoolize does not appear to be available."
-	else
-	    $ECHO "Warning:  libtoolize does not appear to be available.  This means that"
-	    $ECHO "the automatic build preparation via autoreconf will probably not work."
-	    $ECHO "Preparing the build by running each step individually, however, should"
-	    $ECHO "work and will be done automatically for you if autoreconf fails."
-	fi
-
-	# look for some alternates
-	for tool in glibtoolize libtoolize15 libtoolize14 libtoolize13 ; do
-	    $VERBOSE_ECHO "Checking libtoolize alternate: $tool --version"
-	    _glibtoolize="`$tool --version > /dev/null 2>&1`"
-	    if [ $? = 0 ] ; then
-		$VERBOSE_ECHO "Found $tool --version"
-		_glti="`which $tool`"
-		if [ "x$_glti" = "x" ] ; then
-		    $VERBOSE_ECHO "Cannot find $tool with which"
-		    continue;
-		fi
-		if test ! -f "$_glti" ; then
-		    $VERBOSE_ECHO "Cannot use $tool, $_glti is not a file"
-		    continue;
-		fi
-		_gltidir="`dirname $_glti`"
-		if [ "x$_gltidir" = "x" ] ; then
-		    $VERBOSE_ECHO "Cannot find $tool path with dirname of $_glti"
-		    continue;
-		fi
-		if test ! -d "$_gltidir" ; then
-		    $VERBOSE_ECHO "Cannot use $tool, $_gltidir is not a directory"
-		    continue;
-		fi
-		HAVE_ALT_LIBTOOLIZE=yes
-		LIBTOOLIZE="$tool"
-		$ECHO
-		$ECHO "Fortunately, $tool was found which means that your system may simply"
-		$ECHO "have a non-standard or incomplete GNU Autotools install.  If you have"
-		$ECHO "sufficient system access, it may be possible to quell this warning by"
-		$ECHO "running:"
-		$ECHO
-		sudo -V > /dev/null 2>&1
-		if [ $? = 0 ] ; then
-		    $ECHO "   sudo ln -s $_glti $_gltidir/libtoolize"
-		    $ECHO
-		else
-		    $ECHO "   ln -s $_glti $_gltidir/libtoolize"
-		    $ECHO
-		    $ECHO "Run that as root or with proper permissions to the $_gltidir directory"
-		    $ECHO
-		fi
-		_ltfound=yes
-		break
-	    fi
-	done
-    else
-	_ltfound=yes
-    fi
-else
-    _ltfound=yes
-    $ECHO "Using LIBTOOLIZE environment variable override: $LIBTOOLIZE"
-fi
-
-
-############################
-# libtoolize version check #
-############################
-_report_error=no
-if [ ! "x$_ltfound" = "xyes" ] ; then
-    $ECHO
-    $ECHO "ERROR: Unable to locate GNU Libtool."
-    _report_error=yes
-else
-    _version="`$LIBTOOLIZE --version | head -${HEAD_N}1 | sed 's/[^0-9]*\([0-9\.][0-9\.]*\)/\1/'`"
-    if [ "x$_version" = "x" ] ; then
-	_version="0.0.0"
-    fi
-    $ECHO "Found GNU Libtool version $_version"
-    version_check "$LIBTOOL_VERSION" "$_version"
-    if [ $? -ne 0 ] ; then
-	_report_error=yes
-    fi
-fi
-if [ "x$_report_error" = "xyes" ] ; then
-    version_error "$LIBTOOL_VERSION" "GNU Libtool"
-    exit 1
-fi
-
-
-#####################
-# check for aclocal #
-#####################
-if [ "x$ACLOCAL" = "x" ] ; then
-    for ACLOCAL in aclocal ; do
-	$VERBOSE_ECHO "Checking aclocal version: $ACLOCAL --version"
-	$ACLOCAL --version > /dev/null 2>&1
-	if [ $? = 0 ] ; then
-	    break
-	fi
-    done
-else
-    $ECHO "Using ACLOCAL environment variable override: $ACLOCAL"
-fi
-
-
-########################
-# check for autoheader #
-########################
-if [ "x$AUTOHEADER" = "x" ] ; then
-    for AUTOHEADER in autoheader ; do
-	$VERBOSE_ECHO "Checking autoheader version: $AUTOHEADER --version"
-	$AUTOHEADER --version > /dev/null 2>&1
-	if [ $? = 0 ] ; then
-	    break
-	fi
-    done
-else
-    $ECHO "Using AUTOHEADER environment variable override: $AUTOHEADER"
-fi
-
-
-#########################
-# check if version only #
-#########################
-$VERBOSE_ECHO "Checking whether to only output version information"
-if [ "x$VERSION_ONLY" = "xyes" ] ; then
-    $ECHO
-    ident
-    $ECHO "---"
-    $ECHO "Version requested.  No preparation or configuration will be performed."
-    exit 0
-fi
-
-
-#################################
-# PROTECT_FROM_CLOBBER FUNCTION #
-#################################
-protect_from_clobber ( ) {
-    PFC_INIT=1
-
-    # protect COPYING & INSTALL from overwrite by automake.  the
-    # automake force option will (inappropriately) ignore the existing
-    # contents of a COPYING and/or INSTALL files (depending on the
-    # version) instead of just forcing *missing* files like it does
-    # for AUTHORS, NEWS, and README. this is broken but extremely
-    # prevalent behavior, so we protect against it by keeping a backup
-    # of the file that can later be restored.
-
-    for file in COPYING INSTALL ; do
-	if test -f ${file} ; then
-	    if test -f ${file}.$$.protect_from_automake.backup ; then
-		$VERBOSE_ECHO "Already backed up ${file} in `pwd`"
-	    else
-		$VERBOSE_ECHO "Backing up ${file} in `pwd`"
-		$VERBOSE_ECHO "cp -p ${file} ${file}.$$.protect_from_automake.backup"
-		cp -p ${file} ${file}.$$.protect_from_automake.backup
-	    fi
-	fi
-    done
-}
-
-
-##############################
-# RECURSIVE_PROTECT FUNCTION #
-##############################
-recursive_protect ( ) {
-
-    # for projects using recursive configure, run the build
-    # preparation steps for the subdirectories.  this function assumes
-    # START_PATH was set to pwd before recursion begins so that
-    # relative paths work.
-
-    # git 'r done, protect COPYING and INSTALL from being clobbered
-    protect_from_clobber
-
-    if test -d autom4te.cache ; then
-	$VERBOSE_ECHO "Found an autom4te.cache directory, deleting it"
-	$VERBOSE_ECHO "rm -rf autom4te.cache"
-	rm -rf autom4te.cache
-    fi
-
-    # find configure template
-    _configure="`locate_configure_template`"
-    if [ "x$_configure" = "x" ] ; then
-	return
-    fi
-    # $VERBOSE_ECHO "Looking for configure template found `pwd`/$_configure"
-
-    # look for subdirs
-    # $VERBOSE_ECHO "Looking for subdirs in `pwd`"
-    _det_config_subdirs="`grep AC_CONFIG_SUBDIRS $_configure | grep -v '.*#.*AC_CONFIG_SUBDIRS' | sed 's/^[ 	]*AC_CONFIG_SUBDIRS(\(.*\)).*/\1/' | sed 's/.*\[\(.*\)\].*/\1/'`"
-    CHECK_DIRS=""
-    for dir in $_det_config_subdirs ; do
-	if test -d "`pwd`/$dir" ; then
-	    CHECK_DIRS="$CHECK_DIRS \"`pwd`/$dir\""
-	fi
-    done
-
-    # process subdirs
-    if [ ! "x$CHECK_DIRS" = "x" ] ; then
-	$VERBOSE_ECHO "Recursively scanning the following directories:"
-	$VERBOSE_ECHO "  $CHECK_DIRS"
-	for dir in $CHECK_DIRS ; do
-	    $VERBOSE_ECHO "Protecting files from automake in $dir"
-	    cd "$START_PATH"
-	    eval "cd $dir"
-
-	    # recursively git 'r done
-	    recursive_protect
-	done
-    fi
-} # end of recursive_protect
-
-
-#############################
-# RESTORE_CLOBBERED FUNCION #
-#############################
-restore_clobbered ( ) {
-
-    # The automake (and autoreconf by extension) -f/--force-missing
-    # option may overwrite COPYING and INSTALL even if they do exist.
-    # Here we restore the files if necessary.
-
-    spacer=no
-
-    for file in COPYING INSTALL ; do
-	if test -f ${file}.$$.protect_from_automake.backup ; then
-	    if test -f ${file} ; then
-	    # compare entire content, restore if needed
-	    if test "x`cat ${file}`" != "x`cat ${file}.$$.protect_from_automake.backup`" ; then
-		if test "x$spacer" = "xno" ; then
-		    $VERBOSE_ECHO
-		    spacer=yes
-		fi
-		# restore the backup
-		$VERBOSE_ECHO "Restoring ${file} from backup (automake -f likely clobbered it)"
-		$VERBOSE_ECHO "rm -f ${file}"
-		rm -f ${file}
-		$VERBOSE_ECHO "mv ${file}.$$.protect_from_automake.backup ${file}"
-		mv ${file}.$$.protect_from_automake.backup ${file}
-	    fi # check contents
-	    elif test -f ${file}.$$.protect_from_automake.backup ; then
-		$VERBOSE_ECHO "mv ${file}.$$.protect_from_automake.backup ${file}"
-		mv ${file}.$$.protect_from_automake.backup ${file}
-	    fi # -f ${file}
-	
-	    # just in case
-	    $VERBOSE_ECHO "rm -f ${file}.$$.protect_from_automake.backup"
-	    rm -f ${file}.$$.protect_from_automake.backup
-	fi # -f ${file}.$$.protect_from_automake.backup
-    done
-
-    CONFIGURE="`locate_configure_template`"
-    if [ "x$CONFIGURE" = "x" ] ; then
-	return
-    fi
-
-    _aux_dir="`grep AC_CONFIG_AUX_DIR $CONFIGURE | grep -v '.*#.*AC_CONFIG_AUX_DIR' | tail -${TAIL_N}1 | sed 's/^[ 	]*AC_CONFIG_AUX_DIR(\(.*\)).*/\1/' | sed 's/.*\[\(.*\)\].*/\1/'`"
-    if test ! -d "$_aux_dir" ; then
-	_aux_dir=.
-    fi
-
-    for file in config.guess config.sub ltmain.sh ; do
-	if test -f "${_aux_dir}/${file}" ; then
-	    $VERBOSE_ECHO "rm -f \"${_aux_dir}/${file}.backup\""
-	    rm -f "${_aux_dir}/${file}.backup"
-	fi
-    done
-} # end of restore_clobbered
-
-
-##############################
-# RECURSIVE_RESTORE FUNCTION #
-##############################
-recursive_restore ( ) {
-
-    # restore COPYING and INSTALL from backup if they were clobbered
-    # for each directory recursively.
-
-    # git 'r undone
-    restore_clobbered
-
-    # find configure template
-    _configure="`locate_configure_template`"
-    if [ "x$_configure" = "x" ] ; then
-	return
-    fi
-
-    # look for subdirs
-    _det_config_subdirs="`grep AC_CONFIG_SUBDIRS $_configure | grep -v '.*#.*AC_CONFIG_SUBDIRS' | sed 's/^[ 	]*AC_CONFIG_SUBDIRS(\(.*\)).*/\1/' | sed 's/.*\[\(.*\)\].*/\1/'`"
-    CHECK_DIRS=""
-    for dir in $_det_config_subdirs ; do
-	if test -d "`pwd`/$dir" ; then
-	    CHECK_DIRS="$CHECK_DIRS \"`pwd`/$dir\""
-	fi
-    done
-
-    # process subdirs
-    if [ ! "x$CHECK_DIRS" = "x" ] ; then
-	$VERBOSE_ECHO "Recursively scanning the following directories:"
-	$VERBOSE_ECHO "  $CHECK_DIRS"
-	for dir in $CHECK_DIRS ; do
-	    $VERBOSE_ECHO "Checking files for automake damage in $dir"
-	    cd "$START_PATH"
-	    eval "cd $dir"
-
-	    # recursively git 'r undone
-	    recursive_restore
-	done
-    fi
-} # end of recursive_restore
-
-
-#######################
-# INITIALIZE FUNCTION #
-#######################
-initialize ( ) {
-
-    # this routine performs a variety of directory-specific
-    # initializations.  some are sanity checks, some are preventive,
-    # and some are necessary setup detection.
-    #
-    # this function sets:
-    #   CONFIGURE
-    #   SEARCH_DIRS
-    #   CONFIG_SUBDIRS
-
-    ##################################
-    # check for a configure template #
-    ##################################
-    CONFIGURE="`locate_configure_template`"
-    if [ "x$CONFIGURE" = "x" ] ; then
-	$ECHO
-	$ECHO "A configure.ac or configure.in file could not be located implying"
-	$ECHO "that the GNU Build System is at least not used in this directory.  In"
-	$ECHO "any case, there is nothing to do here without one of those files."
-	$ECHO
-	$ECHO "ERROR: No configure.in or configure.ac file found in `pwd`"
-	exit 1
-    fi
-
-    #####################
-    # detect an aux dir #
-    #####################
-    _aux_dir="`grep AC_CONFIG_AUX_DIR $CONFIGURE | grep -v '.*#.*AC_CONFIG_AUX_DIR' | tail -${TAIL_N}1 | sed 's/^[ 	]*AC_CONFIG_AUX_DIR(\(.*\)).*/\1/' | sed 's/.*\[\(.*\)\].*/\1/'`"
-    if test ! -d "$_aux_dir" ; then
-	_aux_dir=.
-    else
-	$VERBOSE_ECHO "Detected auxillary directory: $_aux_dir"
-    fi
-
-    ################################
-    # detect a recursive configure #
-    ################################
-    CONFIG_SUBDIRS=""
-    _det_config_subdirs="`grep AC_CONFIG_SUBDIRS $CONFIGURE | grep -v '.*#.*AC_CONFIG_SUBDIRS' | sed 's/^[ 	]*AC_CONFIG_SUBDIRS(\(.*\)).*/\1/' | sed 's/.*\[\(.*\)\].*/\1/'`"
-    for dir in $_det_config_subdirs ; do
-	if test -d "`pwd`/$dir" ; then
-	    $VERBOSE_ECHO "Detected recursive configure directory: `pwd`/$dir"
-	    CONFIG_SUBDIRS="$CONFIG_SUBDIRS `pwd`/$dir"
-	fi
-    done
-
-    ###########################################################
-    # make sure certain required files exist for GNU projects #
-    ###########################################################
-    _marker_found=""
-    _marker_found_message_intro='Detected non-GNU marker "'
-    _marker_found_message_mid='" in '
-    for marker in foreign cygnus ; do
-	_marker_found_message=${_marker_found_message_intro}${marker}${_marker_found_message_mid}
-	_marker_found="`grep 'AM_INIT_AUTOMAKE.*'${marker} $CONFIGURE`"
-	if [ ! "x$_marker_found" = "x" ] ; then
-	    $VERBOSE_ECHO "${_marker_found_message}`basename \"$CONFIGURE\"`"
-	    break
-	fi
-	if test -f "`dirname \"$CONFIGURE\"/Makefile.am`" ; then
-	    _marker_found="`grep 'AUTOMAKE_OPTIONS.*'${marker} Makefile.am`"
-	    if [ ! "x$_marker_found" = "x" ] ; then
-		$VERBOSE_ECHO "${_marker_found_message}Makefile.am"
-		break
-	    fi
-	fi
-    done
-    if [ "x${_marker_found}" = "x" ] ; then
-	_suggest_foreign=no
-	for file in AUTHORS COPYING ChangeLog INSTALL NEWS README ; do
-	    if [ ! -f $file ] ; then
-		$VERBOSE_ECHO "Touching ${file} since it does not exist"
-		_suggest_foreign=yes
-		touch $file
-	    fi
-	done
-
-	if [ "x${_suggest_foreign}" = "xyes" ] ; then
-	    $ECHO
-	    $ECHO "Warning: Several files expected of projects that conform to the GNU"
-	    $ECHO "coding standards were not found.  The files were automatically added"
-	    $ECHO "for you since you do not have a 'foreign' declaration specified."
-	    $ECHO
-	    $ECHO "Considered adding 'foreign' to AM_INIT_AUTOMAKE in `basename \"$CONFIGURE\"`"
-	    if test -f "`dirname \"$CONFIGURE\"/Makefile.am`" ; then
-		$ECHO "or to AUTOMAKE_OPTIONS in your top-level Makefile.am file."
-	    fi
-	    $ECHO
-	fi
-    fi
-
-    ##################################################
-    # make sure certain generated files do not exist #
-    ##################################################
-    for file in config.guess config.sub ltmain.sh ; do
-	if test -f "${_aux_dir}/${file}" ; then
-	    $VERBOSE_ECHO "mv -f \"${_aux_dir}/${file}\" \"${_aux_dir}/${file}.backup\""
-	    mv -f "${_aux_dir}/${file}" "${_aux_dir}/${file}.backup"
-	fi
-    done
-
-    ############################
-    # search alternate m4 dirs #
-    ############################
-    SEARCH_DIRS=""
-    for dir in m4 ; do
-	if [ -d $dir ] ; then
-	    $VERBOSE_ECHO "Found extra aclocal search directory: $dir"
-	    SEARCH_DIRS="$SEARCH_DIRS -I $dir"
-	fi
-    done
-
-    ######################################
-    # remove any previous build products #
-    ######################################
-    if test -d autom4te.cache ; then
-	$VERBOSE_ECHO "Found an autom4te.cache directory, deleting it"
-	$VERBOSE_ECHO "rm -rf autom4te.cache"
-	rm -rf autom4te.cache
-    fi
-# tcl/tk (and probably others) have a customized aclocal.m4, so can't delete it
-#     if test -f aclocal.m4 ; then
-# 	$VERBOSE_ECHO "Found an aclocal.m4 file, deleting it"
-# 	$VERBOSE_ECHO "rm -f aclocal.m4"
-# 	rm -f aclocal.m4
-#     fi
-
-} # end of initialize()
-
-
-##############
-# initialize #
-##############
-
-# stash path
-START_PATH="`pwd`"
-
-# Before running autoreconf or manual steps, some prep detection work
-# is necessary or useful.  Only needs to occur once per directory, but
-# does need to traverse the entire subconfigure hierarchy to protect
-# files from being clobbered even by autoreconf.
-recursive_protect
-
-# start from where we started
-cd "$START_PATH"
-
-# get ready to process
-initialize
-
-
-#########################################
-# DOWNLOAD_GNULIB_CONFIG_GUESS FUNCTION #
-#########################################
-
-# TODO - should make sure wget/curl exist and/or work before trying to
-# use them.
-
-download_gnulib_config_guess () {
-    # abuse gitweb to download gnulib's latest config.guess via HTTP
-    config_guess_temp="config.guess.$$.download"
-    ret=1
-    for __cmd in wget curl fetch ; do
-	$VERBOSE_ECHO "Checking for command ${__cmd}"
-	${__cmd} --version > /dev/null 2>&1
-	ret=$?
-	if [ ! $ret = 0 ] ; then
-	    continue
-        fi
-
-	__cmd_version=`${__cmd} --version | head -n 1 | sed -e 's/^[^0-9]\+//' -e 's/ .*//'`
-	$VERBOSE_ECHO "Found ${__cmd} ${__cmd_version}"
-
-	opts=""
-	case ${__cmd} in
-	    wget)
-		opts="-O" 
-		;;
-	    curl)
-		opts="-o"
-		;;
-	    fetch)
-		opts="-t 5 -f"
-		;;
-	esac
-
-	$VERBOSE_ECHO "Running $__cmd \"${CONFIG_GUESS_URL}\" $opts \"${config_guess_temp}\""
-	eval "$__cmd \"${CONFIG_GUESS_URL}\" $opts \"${config_guess_temp}\"" > /dev/null 2>&1
-	if [ $? = 0 ] ; then
-	    mv -f "${config_guess_temp}" ${_aux_dir}/config.guess
-	    ret=0
-	    break
-	fi
-    done
-
-    if [ ! $ret = 0 ] ; then
-	$ECHO "Warning: config.guess download failed from: $CONFIG_GUESS_URL"
-	rm -f "${config_guess_temp}"
-    fi
-}
-
-
-##############################
-# LIBTOOLIZE_NEEDED FUNCTION #
-##############################
-libtoolize_needed () {
-    ret=1 # means no, don't need libtoolize
-    for feature in AC_PROG_LIBTOOL AM_PROG_LIBTOOL LT_INIT ; do
-	$VERBOSE_ECHO "Searching for $feature in $CONFIGURE"
-	found="`grep \"^$feature.*\" $CONFIGURE`"
-	if [ ! "x$found" = "x" ] ; then
-	    ret=0 # means yes, need to run libtoolize
-	    break
-	fi
-    done
-    return ${ret}
-}
-
-
-
-############################################
-# prepare build via autoreconf or manually #
-############################################
-reconfigure_manually=no
-if [ "x$HAVE_AUTORECONF" = "xyes" ] ; then
-    $ECHO
-    $ECHO $ECHO_N "Automatically preparing build ... $ECHO_C"
-
-    $VERBOSE_ECHO "$AUTORECONF $SEARCH_DIRS $AUTORECONF_OPTIONS"
-    autoreconf_output="`$AUTORECONF $SEARCH_DIRS $AUTORECONF_OPTIONS 2>&1`"
-    ret=$?
-    $VERBOSE_ECHO "$autoreconf_output"
-
-    if [ ! $ret = 0 ] ; then
-	if [ "x$HAVE_ALT_LIBTOOLIZE" = "xyes" ] ; then
-	    if [ ! "x`echo \"$autoreconf_output\" | grep libtoolize | grep \"No such file or directory\"`" = "x" ] ; then
-		$ECHO
-		$ECHO "Warning: autoreconf failed but due to what is usually a common libtool"
-		$ECHO "misconfiguration issue.  This problem is encountered on systems that"
-		$ECHO "have installed libtoolize under a different name without providing a"
-		$ECHO "symbolic link or without setting the LIBTOOLIZE environment variable."
-		$ECHO
-		$ECHO "Restarting the preparation steps with LIBTOOLIZE set to $LIBTOOLIZE"
-
-		export LIBTOOLIZE
-		RUN_RECURSIVE=no
-		export RUN_RECURSIVE
-		untrap_abnormal
-
-		$VERBOSE_ECHO sh $AUTOGEN_SH "$1" "$2" "$3" "$4" "$5" "$6" "$7" "$8" "$9"
-		sh "$AUTOGEN_SH" "$1" "$2" "$3" "$4" "$5" "$6" "$7" "$8" "$9"
-		exit $?
-	    fi
-	fi
-
-	$ECHO "Warning: $AUTORECONF failed"
-
-	if test -f ltmain.sh ; then
-	    $ECHO "libtoolize being run by autoreconf is not creating ltmain.sh in the auxillary directory like it should"
-	fi
-
-	$ECHO "Attempting to run the preparation steps individually"
-	reconfigure_manually=yes
-    else
-	if [ "x$DOWNLOAD" = "xyes" ] ; then
-	    if libtoolize_needed ; then
-		download_gnulib_config_guess
-	    fi
-	fi
-    fi
-else
-    reconfigure_manually=yes
-fi
-
-
-############################
-# LIBTOOL_FAILURE FUNCTION #
-############################
-libtool_failure ( ) {
-
-    # libtool is rather error-prone in comparison to the other
-    # autotools and this routine attempts to compensate for some
-    # common failures.  the output after a libtoolize failure is
-    # parsed for an error related to AC_PROG_LIBTOOL and if found, we
-    # attempt to inject a project-provided libtool.m4 file.
-
-    _autoconf_output="$1"
-
-    if [ "x$RUN_RECURSIVE" = "xno" ] ; then
-	# we already tried the libtool.m4, don't try again
-	return 1
-    fi
-
-    if test -f "$LIBTOOL_M4" ; then
-	found_libtool="`$ECHO $_autoconf_output | grep AC_PROG_LIBTOOL`"
-	if test ! "x$found_libtool" = "x" ; then
-	    if test -f acinclude.m4 ; then
-		rm -f acinclude.m4.$$.backup
-		$VERBOSE_ECHO "cat acinclude.m4 > acinclude.m4.$$.backup"
-		cat acinclude.m4 > acinclude.m4.$$.backup
-	    fi
-	    $VERBOSE_ECHO "cat \"$LIBTOOL_M4\" >> acinclude.m4"
-	    chmod u+w acinclude.m4
-	    cat "$LIBTOOL_M4" >> acinclude.m4
-
-	    # don't keep doing this
-	    RUN_RECURSIVE=no
-	    export RUN_RECURSIVE
-	    untrap_abnormal
-
-	    $ECHO
-	    $ECHO "Restarting the preparation steps with libtool macros in acinclude.m4"
-	    $VERBOSE_ECHO sh $AUTOGEN_SH "$1" "$2" "$3" "$4" "$5" "$6" "$7" "$8" "$9"
-	    sh "$AUTOGEN_SH" "$1" "$2" "$3" "$4" "$5" "$6" "$7" "$8" "$9"
-	    exit $?
-	fi
-    fi
-}
-
-
-###########################
-# MANUAL_AUTOGEN FUNCTION #
-###########################
-manual_autogen ( ) {
-
-    ##################################################
-    # Manual preparation steps taken are as follows: #
-    #   aclocal [-I m4]                              #
-    #   libtoolize --automake -c -f                  #
-    #   aclocal [-I m4]                              #
-    #   autoconf -f                                  #
-    #   autoheader                                   #
-    #   automake -a -c -f                            #
-    ##################################################
-
-    ###########
-    # aclocal #
-    ###########
-    $VERBOSE_ECHO "$ACLOCAL $SEARCH_DIRS $ACLOCAL_OPTIONS"
-    aclocal_output="`$ACLOCAL $SEARCH_DIRS $ACLOCAL_OPTIONS 2>&1`"
-    ret=$?
-    $VERBOSE_ECHO "$aclocal_output"
-    if [ ! $ret = 0 ] ; then $ECHO "ERROR: $ACLOCAL failed" && exit 2 ; fi
-
-    ##############
-    # libtoolize #
-    ##############
-    if libtoolize_needed ; then
-	if [ "x$HAVE_LIBTOOLIZE" = "xyes" ] ; then
-	    $VERBOSE_ECHO "$LIBTOOLIZE $LIBTOOLIZE_OPTIONS"
-	    libtoolize_output="`$LIBTOOLIZE $LIBTOOLIZE_OPTIONS 2>&1`"
-	    ret=$?
-	    $VERBOSE_ECHO "$libtoolize_output"
-
-	    if [ ! $ret = 0 ] ; then $ECHO "ERROR: $LIBTOOLIZE failed" && exit 2 ; fi
-	else
-	    if [ "x$HAVE_ALT_LIBTOOLIZE" = "xyes" ] ; then
-		$VERBOSE_ECHO "$LIBTOOLIZE $ALT_LIBTOOLIZE_OPTIONS"
-		libtoolize_output="`$LIBTOOLIZE $ALT_LIBTOOLIZE_OPTIONS 2>&1`"
-		ret=$?
-		$VERBOSE_ECHO "$libtoolize_output"
-
-		if [ ! $ret = 0 ] ; then $ECHO "ERROR: $LIBTOOLIZE failed" && exit 2 ; fi
-	    fi
-	fi
-
-	###########
-	# aclocal #
-	###########
-	# re-run again as instructed by libtoolize
-	$VERBOSE_ECHO "$ACLOCAL $SEARCH_DIRS $ACLOCAL_OPTIONS"
-	aclocal_output="`$ACLOCAL $SEARCH_DIRS $ACLOCAL_OPTIONS 2>&1`"
-	ret=$?
-	$VERBOSE_ECHO "$aclocal_output"
-
-	# libtoolize might put ltmain.sh in the wrong place
-	if test -f ltmain.sh ; then
-	    if test ! -f "${_aux_dir}/ltmain.sh" ; then
-		$ECHO
-		$ECHO "Warning:  $LIBTOOLIZE is creating ltmain.sh in the wrong directory"
-		$ECHO
-		$ECHO "Fortunately, the problem can be worked around by simply copying the"
-		$ECHO "file to the appropriate location (${_aux_dir}/).  This has been done for you."
-		$ECHO
-		$VERBOSE_ECHO "cp -p ltmain.sh \"${_aux_dir}/ltmain.sh\""
-		cp -p ltmain.sh "${_aux_dir}/ltmain.sh"
-		$ECHO $ECHO_N "Continuing build preparation ... $ECHO_C"
-	    fi
-	fi # ltmain.sh
-
-	if [ "x$DOWNLOAD" = "xyes" ] ; then
-	    download_gnulib_config_guess
-	fi
-    fi # libtoolize_needed
-
-    ############
-    # autoconf #
-    ############
-    $VERBOSE_ECHO
-    $VERBOSE_ECHO "$AUTOCONF $AUTOCONF_OPTIONS"
-    autoconf_output="`$AUTOCONF $AUTOCONF_OPTIONS 2>&1`"
-    ret=$?
-    $VERBOSE_ECHO "$autoconf_output"
-
-    if [ ! $ret = 0 ] ; then
-	# retry without the -f and check for usage of macros that are too new
-	ac2_59_macros="AC_C_RESTRICT AC_INCLUDES_DEFAULT AC_LANG_ASSERT AC_LANG_WERROR AS_SET_CATFILE"
-	ac2_55_macros="AC_COMPILER_IFELSE AC_FUNC_MBRTOWC AC_HEADER_STDBOOL AC_LANG_CONFTEST AC_LANG_SOURCE AC_LANG_PROGRAM AC_LANG_CALL AC_LANG_FUNC_TRY_LINK AC_MSG_FAILURE AC_PREPROC_IFELSE"
-	ac2_54_macros="AC_C_BACKSLASH_A AC_CONFIG_LIBOBJ_DIR AC_GNU_SOURCE AC_PROG_EGREP AC_PROG_FGREP AC_REPLACE_FNMATCH AC_FUNC_FNMATCH_GNU AC_FUNC_REALLOC AC_TYPE_MBSTATE_T"
-
-	macros_to_search=""
-	ac_major="`echo ${AUTOCONF_VERSION}. | cut -d. -f1 | sed 's/[^0-9]//g'`"
-	ac_minor="`echo ${AUTOCONF_VERSION}. | cut -d. -f2 | sed 's/[^0-9]//g'`"
-
-	if [ $ac_major -lt 2 ] ; then
-	    macros_to_search="$ac2_59_macros $ac2_55_macros $ac2_54_macros"
-	else
-	    if [ $ac_minor -lt 54 ] ; then
-		macros_to_search="$ac2_59_macros $ac2_55_macros $ac2_54_macros"
-	    elif [ $ac_minor -lt 55 ] ; then
-		macros_to_search="$ac2_59_macros $ac2_55_macros"
-	    elif [ $ac_minor -lt 59 ] ; then
-		macros_to_search="$ac2_59_macros"
-	    fi
-	fi
-
-	configure_ac_macros=__none__
-	for feature in $macros_to_search ; do
-	    $VERBOSE_ECHO "Searching for $feature in $CONFIGURE"
-	    found="`grep \"^$feature.*\" $CONFIGURE`"
-	    if [ ! "x$found" = "x" ] ; then
-		if [ "x$configure_ac_macros" = "x__none__" ] ; then
-		    configure_ac_macros="$feature"
-		else
-		    configure_ac_macros="$feature $configure_ac_macros"
-		fi
-	    fi
-	done
-	if [ ! "x$configure_ac_macros" = "x__none__" ] ; then
-	    $ECHO
-	    $ECHO "Warning:  Unsupported macros were found in $CONFIGURE"
-	    $ECHO
-	    $ECHO "The `basename \"$CONFIGURE\"` file was scanned in order to determine if any"
-	    $ECHO "unsupported macros are used that exceed the minimum version"
-	    $ECHO "settings specified within this file.  As such, the following macros"
-	    $ECHO "should be removed from configure.ac or the version numbers in this"
-	    $ECHO "file should be increased:"
-	    $ECHO
-	    $ECHO "$configure_ac_macros"
-	    $ECHO
-	    $ECHO $ECHO_N "Ignorantly continuing build preparation ... $ECHO_C"
-	fi
-
-	###################
-	# autoconf, retry #
-	###################
-	$VERBOSE_ECHO
-	$VERBOSE_ECHO "$AUTOCONF"
-	autoconf_output="`$AUTOCONF 2>&1`"
-	ret=$?
-	$VERBOSE_ECHO "$autoconf_output"
-
-	if [ ! $ret = 0 ] ; then
-	    # test if libtool is busted
-	    libtool_failure "$autoconf_output"
-
-	    # let the user know what went wrong
-	    cat <<EOF
-$autoconf_output
-EOF
-	    $ECHO "ERROR: $AUTOCONF failed"
-	    exit 2
-	else
-	    # autoconf sans -f and possibly sans unsupported options succeed so warn verbosely
-	    $ECHO
-	    $ECHO "Warning: autoconf seems to have succeeded by removing the following options:"
-	    $ECHO "	AUTOCONF_OPTIONS=\"$AUTOCONF_OPTIONS\""
-	    $ECHO
-	    $ECHO "Removing those options should not be necessary and indicate some other"
-	    $ECHO "problem with the build system.  The build preparation is highly suspect"
-	    $ECHO "and may result in configuration or compilation errors.  Consider"
-	    if [ "x$VERBOSE_ECHO" = "x:" ] ; then
-		$ECHO "rerunning the build preparation with verbose output enabled."
-		$ECHO "	$AUTOGEN_SH --verbose"
-	    else
-		$ECHO "reviewing the minimum GNU Autotools version settings contained in"
-		$ECHO "this script along with the macros being used in your `basename \"$CONFIGURE\"` file."
-	    fi
-	    $ECHO
-	    $ECHO $ECHO_N "Continuing build preparation ... $ECHO_C"
-	fi # autoconf ret = 0
-    fi # autoconf ret = 0
-
-    ##############
-    # autoheader #
-    ##############
-    need_autoheader=no
-    for feature in AM_CONFIG_HEADER AC_CONFIG_HEADER ; do
-	$VERBOSE_ECHO "Searching for $feature in $CONFIGURE"
-	found="`grep \"^$feature.*\" $CONFIGURE`"
-	if [ ! "x$found" = "x" ] ; then
-	    need_autoheader=yes
-	    break
-	fi
-    done
-    if [ "x$need_autoheader" = "xyes" ] ; then
-	$VERBOSE_ECHO "$AUTOHEADER $AUTOHEADER_OPTIONS"
-	autoheader_output="`$AUTOHEADER $AUTOHEADER_OPTIONS 2>&1`"
-	ret=$?
-	$VERBOSE_ECHO "$autoheader_output"
-	if [ ! $ret = 0 ] ; then $ECHO "ERROR: $AUTOHEADER failed" && exit 2 ; fi
-    fi # need_autoheader
-
-    ############
-    # automake #
-    ############
-    need_automake=no
-    for feature in AM_INIT_AUTOMAKE ; do
-	$VERBOSE_ECHO "Searching for $feature in $CONFIGURE"
-	found="`grep \"^$feature.*\" $CONFIGURE`"
-	if [ ! "x$found" = "x" ] ; then
-	    need_automake=yes
-	    break
-	fi
-    done
-
-    if [ "x$need_automake" = "xyes" ] ; then
-	$VERBOSE_ECHO "$AUTOMAKE $AUTOMAKE_OPTIONS"
-	automake_output="`$AUTOMAKE $AUTOMAKE_OPTIONS 2>&1`"
-	ret=$?
-	$VERBOSE_ECHO "$automake_output"
-
-	if [ ! $ret = 0 ] ; then
-
-	    ###################
-	    # automake, retry #
-	    ###################
-	    $VERBOSE_ECHO
-	    $VERBOSE_ECHO "$AUTOMAKE $ALT_AUTOMAKE_OPTIONS"
-	    # retry without the -f
-	    automake_output="`$AUTOMAKE $ALT_AUTOMAKE_OPTIONS 2>&1`"
-	    ret=$?
-	    $VERBOSE_ECHO "$automake_output"
-
-	    if [ ! $ret = 0 ] ; then
-	 	# test if libtool is busted
-		libtool_failure "$automake_output"
-
-		# let the user know what went wrong
-		cat <<EOF
-$automake_output
-EOF
-		$ECHO "ERROR: $AUTOMAKE failed"
-		exit 2
-	    fi # automake retry
-	fi # automake ret = 0
-    fi # need_automake
-} # end of manual_autogen
-
-
-#####################################
-# RECURSIVE_MANUAL_AUTOGEN FUNCTION #
-#####################################
-recursive_manual_autogen ( ) {
-
-    # run the build preparation steps manually for this directory
-    manual_autogen
-
-    # for projects using recursive configure, run the build
-    # preparation steps for the subdirectories.
-    if [ ! "x$CONFIG_SUBDIRS" = "x" ] ; then
-	$VERBOSE_ECHO "Recursively configuring the following directories:"
-	$VERBOSE_ECHO "  $CONFIG_SUBDIRS"
-	for dir in $CONFIG_SUBDIRS ; do
-	    $VERBOSE_ECHO "Processing recursive configure in $dir"
-	    cd "$START_PATH"
-	    cd "$dir"
-
-	    # new directory, prepare
-	    initialize
-
-	    # run manual steps for the subdir and any others below
-	    recursive_manual_autogen
-	done
-    fi
-}
-
-
-################################
-# run manual preparation steps #
-################################
-if [ "x$reconfigure_manually" = "xyes" ] ; then
-    $ECHO
-    $ECHO $ECHO_N "Preparing build ... $ECHO_C"
-
-    recursive_manual_autogen
-fi
-
-
-#########################
-# restore and summarize #
-#########################
-cd "$START_PATH"
-
-# restore COPYING and INSTALL from backup if necessary
-recursive_restore
-
-# make sure we end up with a configure script
-config_ac="`locate_configure_template`"
-config="`echo $config_ac | sed 's/\.ac$//' | sed 's/\.in$//'`"
-if [ "x$config" = "x" ] ; then
-    $VERBOSE_ECHO "Could not locate the configure template (from `pwd`)"
-fi
-
-# summarize
-$ECHO "done"
-$ECHO
-if test "x$config" = "x" -o ! -f "$config" ; then
-    $ECHO "WARNING: The $PROJECT build system should now be prepared but there"
-    $ECHO "does not seem to be a resulting configure file.  This is unexpected"
-    $ECHO "and likely the result of an error.  You should run $NAME_OF_AUTOGEN"
-    $ECHO "with the --verbose option to get more details on a potential"
-    $ECHO "misconfiguration."
-else
-    $ECHO "The $PROJECT build system is now prepared.  To build here, run:"
-    $ECHO "  $config"
-    $ECHO "  make"
-fi
-
-
-# Local Variables:
-# mode: sh
-# tab-width: 8
-# sh-basic-offset: 4
-# sh-indentation: 4
-# indent-tabs-mode: t
-# End:
-# ex: shiftwidth=4 tabstop=8
diff --git a/tests/tce/CMakeLists.txt b/bin/CMakeLists.txt
similarity index 88%
copy from tests/tce/CMakeLists.txt
copy to bin/CMakeLists.txt
index 8cca155..b3f2d36 100644
--- a/tests/tce/CMakeLists.txt
+++ b/bin/CMakeLists.txt
@@ -23,12 +23,9 @@
 #
 #=============================================================================
 
-add_compile_options(${TCE_INCLUDES})
-add_compile_options(${TCE_CXXFLAGS})
+add_executable(poclcc poclcc.c)
 
-add_subdirectory("ttasim")
-add_subdirectory("fp16")
+target_link_libraries(poclcc ${POCLU_LINK_OPTIONS})
 
-if(ENABLE_TCEMC)
-  add_subdirectory("tcemc")
-endif()
+install(TARGETS "poclcc" RUNTIME
+        DESTINATION "${POCL_INSTALL_PUBLIC_BINDIR}")
diff --git a/bin/poclcc.c b/bin/poclcc.c
new file mode 100644
index 0000000..d959afc
--- /dev/null
+++ b/bin/poclcc.c
@@ -0,0 +1,353 @@
+/* Pocl tool: poclcc
+
+   Copyright (c) 2016 pocl developers
+
+   Permission is hereby granted, free of charge, to any person obtaining a copy
+   of this software and associated documentation files (the "Software"), to deal
+   in the Software without restriction, including without limitation the rights
+   to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+   copies of the Software, and to permit persons to whom the Software is
+   furnished to do so, subject to the following conditions:
+
+   The above copyright notice and this permission notice shall be included in
+   all copies or substantial portions of the Software.
+
+   THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+   IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+   FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+   AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+   LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+   OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+   THE SOFTWARE.
+*/
+
+#include <stdio.h>
+#include <stdlib.h>
+#include <CL/opencl.h>
+#include <assert.h>
+#include <string.h>
+#include <errno.h>
+
+#include "poclu.h"
+
+#define DEVICE_INFO_MAX_LENGTH 2048
+#define NUM_OF_DEVICE_ID 32
+#define NUM_OPTIONS 6
+
+#define ERRNO_EXIT(filename) do { \
+    printf("IO error on file %s: %s\n", filename, strerror(errno)); \
+    exit(2); \
+  } while(0)
+
+char *kernel_source = NULL;
+char *output_file = NULL;
+cl_uint opencl_device = CL_DEVICE_TYPE_DEFAULT;
+unsigned opencl_device_id = 0;
+int list_devices = 0;
+int list_devices_only = 0;
+char *build_options = NULL;
+
+/**********************************************************/
+
+typedef int(*poclcc_process)(int, char **, int);
+
+typedef struct _poclcc_option {
+  poclcc_process fct;
+  char *id;
+  char *helper;
+  int num_args_read;
+} poclcc_option;
+
+/**********************************************************/
+
+poclcc_option *options_help;
+
+static int
+print_help()
+{
+  printf("USAGE: poclcc [OPTION]... [FILE]\n");
+  printf("\n");
+  printf("OPTIONS:\n");
+  int i;
+  for (i=0; i<NUM_OPTIONS; i++)
+    printf("%s", options_help[i].helper);
+
+  return -1;
+}
+
+static int
+poclcc_error(char *msg)
+{
+  printf("ERROR: %s", msg);
+  return print_help();
+}
+
+/**********************************************************
+ * MANAGE INPUT KERNEL FILE */
+
+static int
+process_kernel_file(int arg, char **argv, int argc)
+{
+  if (arg >= argc)
+    return poclcc_error("Incomplete argument for input file!\n");
+
+  char *filename = argv[arg];
+  char *ext = ".pocl";
+  kernel_source = poclu_read_file(filename);
+  if (!kernel_source)
+    ERRNO_EXIT(filename);
+  if (output_file == NULL)
+    {
+      output_file = malloc(strlen(filename)+strlen(ext));
+      strcpy(output_file, filename);
+      strcat(output_file, ext);
+    }
+  return 0;
+}
+
+/**********************************************************
+ * OPTIONS PROCESS FUNCTIONS*/
+
+static int
+process_help(int arg, char **argv, int argc)
+{
+  print_help();
+  return 0;
+}
+
+static int
+process_output(int arg, char **argv, int argc)
+{
+  if (arg >= argc)
+    return poclcc_error("Incomplete argument for output file!\n");
+
+  output_file = argv[arg];
+  return 0;
+}
+
+static int
+process_opencl_device(int arg, char **argv, int argc)
+{
+  if (arg >= argc)
+    return poclcc_error("Incomplete argument for device_type!\n");
+
+  char *opencl_string = argv[arg];
+  if (!strcmp(opencl_string, "CL_DEVICE_TYPE_CPU"))
+    opencl_device = CL_DEVICE_TYPE_CPU;
+  else if (!strcmp(opencl_string, "CL_DEVICE_TYPE_GPU"))
+    opencl_device = CL_DEVICE_TYPE_GPU;
+  else if (!strcmp(opencl_string, "CL_DEVICE_TYPE_ACCELERATOR"))
+    opencl_device = CL_DEVICE_TYPE_ACCELERATOR;
+  else if (!strcmp(opencl_string, "CL_DEVICE_TYPE_DEFAULT"))
+    opencl_device = CL_DEVICE_TYPE_DEFAULT;
+  else if (!strcmp(opencl_string, "CL_DEVICE_TYPE_ALL"))
+    opencl_device = CL_DEVICE_TYPE_ALL;
+  else
+    {
+      printf("Invalid argument for device_type!\n");
+      return print_help();
+    }
+  return 0;
+}
+
+static int
+process_build_options(int arg, char **argv, int argc)
+{
+  if (arg >= argc)
+    return poclcc_error("Incomplete argument for build_options!\n");
+
+  build_options = argv[arg];
+  return 0;
+}
+
+static int
+process_device_id(int arg, char **argv, int argc)
+{
+  if (arg >= argc)
+    return poclcc_error("Incomplete argument for build_options!\n");
+
+  opencl_device_id = atoi(argv[arg]);
+  return 0;
+}
+
+static int
+process_list_devices(int arg, char **argv, int argc)
+{
+  list_devices = 1;
+  opencl_device = CL_DEVICE_TYPE_ALL;
+  return 0;
+}
+
+/**********************************************************/
+
+static poclcc_option options[NUM_OPTIONS] =
+{
+  {process_help, "-h",
+   "\t-h\n"
+   "\t\tDisplay the help\n",
+   1},
+  {process_build_options, "-b",
+   "\t-b <options>\n"
+   "\t\tBuild the program with <options> options\n",
+   2},
+  {process_opencl_device, "-d",
+   "\t-d <device_type>\n"
+   "\t\tSelect <device_type> as the device_type for clGetDeviceIDs.\n"
+   "\t\tDefault: CL_DEVICE_TYPE_DEFAULT\n",
+   2},
+  {process_list_devices, "-l",
+   "\t-l\n"
+   "\t\tList the opencl device found (that match the <device_type>\n",
+   1},
+  {process_device_id, "-i",
+   "\t-i <device_id>\n"
+   "\t\tSelect the <device_id> opencl device to generate the pocl binary file\n"
+   "\t\tDefault: 0\n",
+   2},
+  {process_output, "-o",
+   "\t-o <file>\n"
+   "\t\tWrite output to <file>\n",
+   2}
+};
+
+/**********************************************************/
+
+static int
+search_process(char *arg)
+{
+  int i;
+  for (i=0; i<NUM_OPTIONS; i++)
+    {
+      if (!strcmp(options[i].id, arg))
+        return i;
+    }
+  return -1;
+}
+
+static int
+process_arg(int *arg, char **argv, int argc)
+{
+  int prev_arg = *arg;
+  char *current_arg = argv[*arg];
+  int current_process = search_process(current_arg);
+  if (current_process == -1)
+    return poclcc_error("Unknown argument!\n");
+  else
+    {
+      poclcc_option * current_option = &options[current_process];
+      int num_args_read = current_option->num_args_read;
+      *arg = prev_arg + num_args_read;
+      return current_option->fct(prev_arg + 1, argv, argc);
+    }
+}
+
+/**********************************************************/
+
+int
+main(int argc, char **argv)
+{
+//MANAGEMENT OF ARGUMENTS
+  options_help = options;
+  int arg_num=1;
+  if (argc < 2)
+    return poclcc_error("Invalid argument!\n");
+
+  while (arg_num < argc-1)
+    if (process_arg(&arg_num, argv, argc))
+      return -1;
+
+  if (arg_num >= argc && list_devices)
+    list_devices_only = 1;
+  else if (arg_num >= argc)
+    poclcc_error("Invalid arguments!\n");
+  else
+    {
+      int current_process = search_process(argv[arg_num]);
+      if (current_process == -1 && process_kernel_file(arg_num, argv, argc))
+        return -1;
+      else if (current_process != -1)
+        {
+          process_arg(&arg_num, argv, argc);
+          list_devices_only = 1;
+        }
+    }
+
+//OPENCL STUFF
+  cl_platform_id cpPlatform;
+  cl_device_id device_ids[NUM_OF_DEVICE_ID];
+  cl_context context;
+  cl_program program;
+  cl_int err;
+  cl_uint num_devices, i;
+
+  CHECK_CL_ERROR(clGetPlatformIDs(1, &cpPlatform, NULL));
+
+  CHECK_CL_ERROR(clGetDeviceIDs(cpPlatform, opencl_device,
+                                NUM_OF_DEVICE_ID, device_ids, &num_devices));
+
+  if (opencl_device_id >= num_devices)
+    return poclcc_error("Invalid opencl device_id!\n");
+
+  if (list_devices)
+    {
+      context = clCreateContext(0, num_devices, device_ids, NULL, NULL, &err);
+      CHECK_OPENCL_ERROR_IN("clCreateContext");
+
+      printf("LIST OF DEVICES:\n");
+      for (i=0; i<num_devices; i++)
+        {
+          char str[DEVICE_INFO_MAX_LENGTH];
+          CHECK_CL_ERROR(clGetDeviceInfo(device_ids[i], CL_DEVICE_VENDOR,
+                                         DEVICE_INFO_MAX_LENGTH, str, NULL));
+
+          printf("%i:\n  Vendor:   %s\n", i, str);
+
+          CHECK_CL_ERROR(clGetDeviceInfo(device_ids[i], CL_DEVICE_NAME,
+                                         DEVICE_INFO_MAX_LENGTH, str, NULL));
+          printf("    Name:   %s\n", str);
+
+          // to print device->poclbin_hash_string
+          CHECK_CL_ERROR(clGetDeviceInfo(device_ids[i], CL_DEVICE_VERSION,
+                                         DEVICE_INFO_MAX_LENGTH, str, NULL));
+          printf(" Version:   %s\n", str);
+        }
+
+      clReleaseContext(context);
+    }
+  if (list_devices_only)
+    return 0;
+
+  context = clCreateContext(0, 1, &device_ids[opencl_device_id], NULL, NULL, &err);
+  CHECK_OPENCL_ERROR_IN("clCreateContext");
+
+  program = clCreateProgramWithSource(context, 1, (const char **)&kernel_source, NULL, &err);
+  CHECK_OPENCL_ERROR_IN("clCreateProgramWithSource");
+
+  CHECK_CL_ERROR(clBuildProgram(program, 0, NULL, build_options, NULL, NULL));
+
+  size_t binary_sizes;
+  char *binary;
+
+  CHECK_CL_ERROR(clGetProgramInfo(program, CL_PROGRAM_BINARY_SIZES,
+                                  sizeof(size_t), &binary_sizes, NULL));
+
+  binary = malloc(sizeof(char)*binary_sizes);
+  if (!binary)
+    {
+      printf("malloc(binary) failed\n");
+      exit(1);
+    }
+
+  CHECK_CL_ERROR(clGetProgramInfo(program, CL_PROGRAM_BINARIES,
+                                  sizeof(unsigned char*), &binary, NULL));
+
+  CHECK_CL_ERROR(clReleaseProgram(program));
+  CHECK_CL_ERROR(clReleaseContext(context));
+
+  if (poclu_write_file(output_file, binary, binary_sizes))
+    ERRNO_EXIT(output_file);
+
+  free(binary);
+
+  return 0;
+}
diff --git a/cmake/FindHwloc.cmake b/cmake/FindHwloc.cmake
index 26ba0fa..1fa23a7 100644
--- a/cmake/FindHwloc.cmake
+++ b/cmake/FindHwloc.cmake
@@ -134,7 +134,30 @@ if(WIN32)
 
 else()
 
-  # Find with pkgconfig
+  if(CMAKE_CROSSCOMPILING)
+
+  find_path(Hwloc_INCLUDE_DIRS
+    NAMES
+      hwloc.h
+    PATHS
+      ENV HWLOC_ROOT
+  )
+
+  find_library(Hwloc_LIBRARIES
+    NAMES
+      hwloc
+    PATHS
+      ENV HWLOC_ROOT
+  )
+
+  if(Hwloc_INCLUDE_DIRS AND Hwloc_LIBRARIES)
+    message(WARNING "HWLOC library found using find_library() - cannot determine version. Assuming 1.7.0")
+    set(Hwloc_FOUND 1)
+    set(Hwloc_VERSION "1.7.0")
+  endif()
+
+  else() # Find with pkgconfig for non-crosscompile builds
+
   find_package(PkgConfig)
 
   if(HWLOC_ROOT)
@@ -177,5 +200,8 @@ else()
         "Found hwloc ${Hwloc_VERSION} in ${Hwloc_INCLUDE_DIRS}:${Hwloc_LIBRARIES}")
     endif()
   endif()
+
+  endif() # cross-compile else
+
 endif()
 
diff --git a/cmake/HSA.cmake b/cmake/HSA.cmake
new file mode 100644
index 0000000..41b185c
--- /dev/null
+++ b/cmake/HSA.cmake
@@ -0,0 +1,88 @@
+#=============================================================================
+#   CMake build system files
+#
+#   Copyright (c) 2014 pocl developers
+#
+#   Permission is hereby granted, free of charge, to any person obtaining a copy
+#   of this software and associated documentation files (the "Software"), to deal
+#   in the Software without restriction, including without limitation the rights
+#   to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+#   copies of the Software, and to permit persons to whom the Software is
+#   furnished to do so, subject to the following conditions:
+#
+#   The above copyright notice and this permission notice shall be included in
+#   all copies or substantial portions of the Software.
+#
+#   THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+#   IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+#   FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+#   AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+#   LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+#   OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+#   THE SOFTWARE.
+#
+#=============================================================================
+
+message(STATUS "Trying HSA support in LLVM")
+# test that Clang supports the amdgcn--amdhsa target
+custom_try_compile_clangxx("" "return 0;" RESULT "-target" "amdgcn--amdhsa" "-emit-llvm" "-S")
+if(RESULT)
+  message(FATAL_ERROR "LLVM support for amdgcn--amdhsa target is required")
+endif()
+
+# find the headers & the library
+if(DEFINED WITH_HSA_RUNTIME_DIR AND WITH_HSA_RUNTIME_DIR)
+  set(HSA_RUNTIME_DIR "${WITH_HSA_RUNTIME_DIR}")
+else()
+  message(STATUS "WITH_HSA_RUNTIME_DIR not given, trying default path")
+  set(HSA_RUNTIME_DIR "/opt/hsa")
+endif()
+
+if(DEFINED WITH_HSA_RUNTIME_LIB_DIR AND WITH_HSA_RUNTIME_LIB_DIR)
+  set(HSA_LIBDIR "${WITH_HSA_RUNTIME_LIB_DIR}")
+elseif((IS_ABSOLUTE "${HSA_RUNTIME_DIR}") AND (EXISTS "${HSA_RUNTIME_DIR}"))
+  set(HSA_INCLUDEDIR "${HSA_RUNTIME_DIR}/include")
+  set(HSA_LIBDIR "${HSA_RUNTIME_DIR}/lib")
+else()
+  message(WARNING "${HSA_RUNTIME_DIR} is not a directory (using default system paths for search)")
+  set(HSA_INCLUDEDIR "")
+  set(HSA_LIBDIR "")
+endif()
+
+if(DEFINED WITH_HSA_RUNTIME_INCLUDE_DIR AND WITH_HSA_RUNTIME_INCLUDE_DIR)
+  set(HSA_INCLUDEDIR "${WITH_HSA_RUNTIME_INCLUDE_DIR}")
+elseif((IS_ABSOLUTE "${HSA_RUNTIME_DIR}") AND (EXISTS "${HSA_RUNTIME_DIR}"))
+  set(HSA_INCLUDEDIR "${HSA_RUNTIME_DIR}/include")
+else()
+  message(WARNING "${HSA_RUNTIME_DIR} is not a directory (using default system paths for search)")
+  set(HSA_INCLUDEDIR "")
+endif()
+
+
+find_path(HSA_INCLUDES "hsa.h" PATHS "${HSA_INCLUDEDIR}")
+if(NOT HSA_INCLUDES)
+  message(FATAL_ERROR "hsa.h header not found (use -DHSA_RUNTIME_DIR=... to specify path to HSA runtime)")
+endif()
+
+find_library(HSALIB NAMES "hsa-runtime64" "hsa-runtime" "phsa-runtime64" PATHS "${HSA_LIBDIR}")
+if(NOT HSALIB)
+  message(FATAL_ERROR "libhsa-runtime not found (use -DHSA_RUNTIME_DIR=... to specify path to HSA runtime)")
+endif()
+
+if(DEFINED WITH_HSAILASM_PATH)
+  set(HSAILASM_SEARCH_PATH "${WITH_HSAILASM_PATH}")
+else()
+  set(HSAILASM_SEARCH_PATH "${HSA_RUNTIME_DIR}")
+endif()
+
+if((EXISTS "${HSAILASM_SEARCH_PATH}") AND
+    (NOT IS_DIRECTORY "${HSAILASM_SEARCH_PATH}"))
+  set(HSAIL_ASM "${HSAILASM_SEARCH_PATH}")
+else()
+  find_program(HSAIL_ASM "HSAILasm${CMAKE_EXECUTABLE_SUFFIX}" PATHS "${HSAILASM_SEARCH_PATH}" "${HSAILASM_SEARCH_PATH}/bin")
+endif()
+if(NOT HSAIL_ASM)
+  message(FATAL_ERROR "HSAILasm executable not found (use -DWITH_HSAILASM_PATH=... to specify)")
+endif()
+
+message(STATUS "OK, building HSA")
diff --git a/cmake/LLVM.cmake b/cmake/LLVM.cmake
index ea1a116..2b4d95d 100644
--- a/cmake/LLVM.cmake
+++ b/cmake/LLVM.cmake
@@ -1,7 +1,7 @@
 #=============================================================================
-#   CMake build system files
+#   CMake build system files for detecting Clang and LLVM
 #
-#   Copyright (c) 2014 pocl developers
+#   Copyright (c) 2014-2016 pocl developers
 #
 #   Permission is hereby granted, free of charge, to any person obtaining a copy
 #   of this software and associated documentation files (the "Software"), to deal
@@ -38,6 +38,7 @@ else()
     NAMES "llvm-config"
       "llvm-config-mp-3.8" "llvm-config-3.8" "llvm-config38"
       "llvm-config-mp-3.7" "llvm-config-3.7" "llvm-config37"
+      "llvm-config-mp-3.9" "llvm-config-3.9" "llvm-config39"
     DOC "llvm-config executable")
 endif()
 
@@ -115,6 +116,7 @@ run_llvm_config(LLVM_OBJ_ROOT --obj-root)
 string(REPLACE "${LLVM_PREFIX}" "${LLVM_PREFIX_CMAKE}" LLVM_OBJ_ROOT "${LLVM_OBJ_ROOT}")
 run_llvm_config(LLVM_ALL_TARGETS --targets-built)
 run_llvm_config(LLVM_HOST_TARGET --host-target)
+run_llvm_config(LLVM_BUILD_MODE --build-mode)
 run_llvm_config(LLVM_ASSERTS_BUILD --assertion-mode)
 run_llvm_config(LLVM_SYSLIBS --system-libs)
 string(STRIP "${LLVM_SYSLIBS}" LLVM_SYSLIBS)
@@ -124,6 +126,12 @@ if (MSVC)
   string(STRIP "${LLVM_LDFLAGS}" LLVM_LDFLAGS)
 endif()
 
+if(LLVM_BUILD_MODE MATCHES "Debug")
+  set(LLVM_BUILD_MODE_DEBUG 1)
+else()
+  set(LLVM_BUILD_MODE_DEBUG 0)
+endif()
+
 # Ubuntu's llvm reports "arm-unknown-linux-gnueabihf" triple, then if one tries
 # `clang --target=arm-unknown-linux-gnueabihf ...` it will produce armv6 code,
 # even if one's running armv7;
@@ -144,50 +152,47 @@ endif(WIN32)
 
 # required for sources..
 if(LLVM_VERSION MATCHES "3[.]([0-9]+)")
-  set(LLVM_MAJOR 3)
   string(STRIP "${CMAKE_MATCH_1}" LLVM_MINOR)
   message(STATUS "Minor llvm version: ${LLVM_MINOR}")
-  if(LLVM_MINOR STREQUAL "7")
+  set(LLVM_MAJOR 3)
+  if(LLVM_MINOR STREQUAL "6")
+    set(LLVM_3_6 1)
+    set(LLVM_OLDER_THAN_3_9 1)
+    set(LLVM_OLDER_THAN_4_0 1)
+  elseif(LLVM_MINOR STREQUAL "7")
     set(LLVM_3_7 1)
+    set(LLVM_OLDER_THAN_3_9 1)
+    set(LLVM_OLDER_THAN_4_0 1)
   elseif(LLVM_MINOR STREQUAL "8")
     set(LLVM_3_8 1)
+    set(LLVM_OLDER_THAN_3_9 1)
+    set(LLVM_OLDER_THAN_4_0 1)
+  elseif(LLVM_MINOR STREQUAL "9")
+    set(LLVM_3_9 1)
+    set(LLVM_OLDER_THAN_4_0 1)
   else()
-    message(FATAL_ERROR "Unknown/unsupported minor llvm version: ${LLVM_MINOR}")
+    message(FATAL_ERROR "Unknown/unsupported llvm version: 3.${LLVM_MINOR}")
   endif()
+elseif(LLVM_VERSION MATCHES "4[.]0")
+    set(LLVM_MAJOR 4)
+    set(LLVM_4_0 1)
 else()
-  message(FATAL_ERROR "LLVM version 3.x required, found: ${LLVM_VERSION}")
+  message(FATAL_ERROR "LLVM version 3.7+ required, found: ${LLVM_VERSION}")
 endif()
 
 ####################################################################
 
-# DONE
-if("${LLVM_CXXFLAGS}" MATCHES "-fno-rtti")
-  message(WARNING "Your LLVM was not built with RTTI.
-       You should rebuild LLVM with 'make REQUIRES_RTTI=1'.
-       See the INSTALL file for more information.")
-endif()
-
 # A few work-arounds for llvm-config issues
 
 # - pocl doesn't compile with '-pedantic'
 #LLVM_CXX_FLAGS=$($LLVM_CONFIG --cxxflags | sed -e 's/ -pedantic / /g')
 string(REPLACE " -pedantic" "" LLVM_CXXFLAGS "${LLVM_CXXFLAGS}")
 
-# - '-fno-rtti' is a work-around for llvm bug 14200
-# Which according to bug report has been fixed in llvm 3.7
-# sadly, that bugreport is mistaken, it's not fixed in 3.7
-if (NOT MSVC)
-  set(LLVM_CXXFLAGS "${LLVM_CXXFLAGS} -fno-rtti")
-endif()
-
-
-# Llvm-config may be installed or it might be used from build directory, in which case
-# we need to add few extra include paths to find clang includes and compiled includes
-list(APPEND LLVM_INCLUDE_DIRS 
-  "${LLVM_INCLUDEDIR}" 
-  "${LLVM_SRC_ROOT}/tools/clang/include" 
-  "${LLVM_OBJ_ROOT}/include" 
-  "${LLVM_OBJ_ROOT}/tools/clang/include")
+#llvm-config clutters CXXFLAGS with a lot of -W<whatever> flags.
+#(They are not needed - we want to use -Wall anyways)
+#This is a problem if LLVM was built with a different compiler than we use here,
+#and our compiler chokes on unrecognized command-line options.
+string(REGEX REPLACE "-W[^ ]*" "" LLVM_CXXFLAGS "${LLVM_CXXFLAGS}")
 
 # Llvm-config does not include clang libs
 set(CLANG_LIBNAMES clangFrontendTool clangFrontend clangDriver clangSerialization
@@ -581,6 +586,10 @@ if(NOT DEFINED LLC_HOST_CPU AND NOT CMAKE_CROSSCOMPILING)
   endif()
 endif()
 
+if(LLC_HOST_CPU MATCHES "unknown")
+  message(FATAL_ERROR "LLVM could not recognize your CPU model automatically. Please rerun cmake with -DLLC_HOST_CPU=<model> (to see a list of models, try: llc -mcpu help)")
+endif()
+
 set(LLC_HOST_CPU "${LLC_HOST_CPU}" CACHE STRING "The Host CPU to use with llc")
 
 ####################################################################
@@ -604,7 +613,7 @@ if(NOT DEFINED ${CACHE_VAR_NAME})
        if( argc < 2 )
          exit(2);
 
-       llvm::LLVMContext &context = llvm::getGlobalContext();
+       llvm::LLVMContext context;
        llvm::SMDiagnostic err;
        std::unique_ptr<llvm::Module> module = llvm::parseIRFile( argv[1], err, context );
 
@@ -641,7 +650,7 @@ set_cache_var(LLVM_LINK_TEST "LLVM link test result")
 ####################################################################
 #X86 has -march and -mcpu reversed, for clang
 
-if(CMAKE_HOST_SYSTEM_PROCESSOR MATCHES "(powerpc|armv7)")
+if(CMAKE_HOST_SYSTEM_PROCESSOR MATCHES "(powerpc|armv7|aarch64)")
   set(CLANG_MARCH_FLAG "-mcpu=")
 else()
   set(CLANG_MARCH_FLAG "-march=")
@@ -661,61 +670,59 @@ endif()
 set(CL_DISABLE_HALF "${CL_DISABLE_HALF}" CACHE BOOL "Disable cl_khr_fp16 because fp16 is not supported")
 message(STATUS "fp16 disabled: ${CL_DISABLE_HALF}")
 
-####################################################################
-
-if(ENABLE_HSA)
-
-  message(STATUS "Trying HSA support in LLVM")
-  # test that Clang supports the amdgcn--amdhsa target
-  custom_try_compile_clangxx("" "return 0;" RESULT "-target" "amdgcn--amdhsa" "-emit-llvm" "-S")
-  if(RESULT)
-    message(FATAL_ERROR "LLVM support for amdgcn--amdhsa target is required")
-  endif()
+#####################################################################
 
-  # find the headers & the library
-  if(DEFINED WITH_HSA_RUNTIME_DIR AND WITH_HSA_RUNTIME_DIR)
-    set(HSA_RUNTIME_DIR "${WITH_HSA_RUNTIME_DIR}")
-  else()
-    message(STATUS "WITH_HSA_RUNTIME_DIR not given, trying default path")
-    set(HSA_RUNTIME_DIR "/opt/hsa")
-  endif()
+# Check if https://reviews.llvm.org/D26157 has been applied. That is,
+# if the argument info metadata always returns SPIR ids for the
+# address spaces. In that case we do not need to use the fake
+# address space map to transfer the OpenCL address space info to
+# pocl which saves us from many troubles caused by the TargetAddressSpaces
+# pass.
 
-  if((IS_ABSOLUTE "${HSA_RUNTIME_DIR}") AND (EXISTS "${HSA_RUNTIME_DIR}"))
-    set(HSA_INCLUDEDIR "${HSA_RUNTIME_DIR}/include")
-    set(HSA_LIBDIR "${HSA_RUNTIME_DIR}/lib")
-  else()
-    message(WARNING "${HSA_RUNTIME_DIR} is not a directory (using default system paths for search)")
-    set(HSA_INCLUDEDIR "")
-    set(HSA_LIBDIR "")
-  endif()
+# The patch is also available in
+# tools/patches/clang-4.0-kernel_arg_addr_space-always-spir-ids.patch
 
-  find_path(HSA_INCLUDES "hsa.h" PATHS "${HSA_INCLUDEDIR}")
-  if(NOT HSA_INCLUDES)
-    message(FATAL_ERROR "hsa.h header not found (use -DHSA_RUNTIME_DIR=... to specify path to HSA runtime)")
-  endif()
+set(FILENAME "${CMAKE_BINARY_DIR}/compile_test_clang_as_check.cl")
+file(WRITE "${FILENAME}" "kernel void K(global int *G, constant int* C, local int* L) {}")
 
-  find_library(HSALIB NAMES "hsa-runtime64" "hsa-runtime" PATHS "${HSA_LIBDIR}")
-  if(NOT HSALIB)
-    message(FATAL_ERROR "libhsa-runtime not found (use -DHSA_RUNTIME_DIR=... to specify path to HSA runtime)")
-  endif()
+execute_process(COMMAND "${CLANG}" "-target" "x86_64-unknown-unknown" "${FILENAME}" "-emit-llvm" "-c" "-S" "-o" "-"
+  OUTPUT_VARIABLE AS_CHECK_RESULT)
 
-  if(DEFINED WITH_HSAILASM_PATH)
-    set(HSAILASM_SEARCH_PATH "${WITH_HSAILASM_PATH}")
+if(LLVM_OLDER_THAN_3_9)
+  if(NOT AS_CHECK_RESULT MATCHES "!1 = !{!\"kernel_arg_addr_space\", i32 1, i32 2, i32 3}")
+    set(POCL_USE_FAKE_ADDR_SPACE_IDS 1)
   else()
-    set(HSAILASM_SEARCH_PATH "${HSA_RUNTIME_DIR}")
+    message(FATAL_ERROR "Detected a Clang <3.9 patched with the SPIR address space arg metadata. Unsupported mode. ")
   endif()
-
-  if((EXISTS "${HSAILASM_SEARCH_PATH}") AND
-     (NOT IS_DIRECTORY "${HSAILASM_SEARCH_PATH}"))
-    set(HSAIL_ASM "${HSAILASM_SEARCH_PATH}")
+else()
+  if(NOT AS_CHECK_RESULT MATCHES "!1 = !{i32 1, i32 2, i32 3}")
+    set(POCL_USE_FAKE_ADDR_SPACE_IDS 1)
   else()
-    find_program(HSAIL_ASM "HSAILasm${CMAKE_EXECUTABLE_SUFFIX}" PATHS "${HSAILASM_SEARCH_PATH}" "${HSAILASM_SEARCH_PATH}/bin")
-  endif()
-  if(NOT HSAIL_ASM)
-    message(FATAL_ERROR "HSAILasm executable not found (use -DWITH_HSAILASM_PATH=... to specify)")
+    set(POCL_USE_FAKE_ADDR_SPACE_IDS 0)
   endif()
+endif()
+
+######################################################################################
+# Test for presence of Clang calling convention patch from
+# https://github.com/pocl/pocl/issues/1
 
-  message(STATUS "OK, building HSA")
+execute_process(
+  COMMAND
+    "${CLANG}" "-S" "-xcl" "-emit-llvm" "${CMAKE_SOURCE_DIR}/cmake/spir-cc-test-kernel.cl" "-o" "-"
+    OUTPUT_VARIABLE SPIR_PATCH_TEST_IR
+    ERROR_VARIABLE _DUMMY
+    RESULT_VARIABLE SPIR_CC_RES)
+
+if(SPIR_CC_RES)
+  message(FATAL_ERROR "Clang exited with non-zero status when trying to compile calling convention test")
 endif()
 
-#####################################################################
+string(FIND "${SPIR_PATCH_TEST_IR}" "spir_kernel" SPIR_CC_RES)
+if("${SPIR_CC_RES}" MATCHES "-1")
+  set(CLANG_IS_PATCHED_FOR_SPIR_CC 0)
+  message(STATUS "Clang is NOT patched for SPIR CC")
+else()
+  set(CLANG_IS_PATCHED_FOR_SPIR_CC 1)
+  set(POCL_KCACHE_SALT "${POCL_KCACHE_SALT}-spirccpatch")
+  message(STATUS "Clang IS patched for SPIR CC")
+endif()
diff --git a/cmake/bitcode_rules.cmake b/cmake/bitcode_rules.cmake
index dd6853b..a46bd3b 100644
--- a/cmake/bitcode_rules.cmake
+++ b/cmake/bitcode_rules.cmake
@@ -41,10 +41,10 @@ function(compile_c_to_bc FILENAME SUBDIR BC_FILE_LIST)
         "${CMAKE_SOURCE_DIR}/include/pocl_types.h"
         "${CMAKE_SOURCE_DIR}/include/_kernel_c.h"
         ${KERNEL_DEPEND_HEADERS}
-        COMMAND "${CLANG}" ${CLANG_FLAGS} ${KERNEL_CL_FLAGS} ${DEVICE_CL_FLAGS}
-        "-D__CBUILD__" "-o" "${BC_FILE}" "-c" "${FULL_F_PATH}"
+        COMMAND "${CLANG}" ${CLANG_FLAGS} ${DEVICE_CL_FLAGS}
+        "-xc" "-D__CBUILD__" "-o" "${BC_FILE}" "-c" "${FULL_F_PATH}"
         "-include" "${CMAKE_SOURCE_DIR}/include/_kernel_c.h"
-        COMMENT "Building C to LLVM bitcode ${BC_FILE}" 
+        COMMENT "Building C to LLVM bitcode ${BC_FILE}"
         VERBATIM)
 endfunction()
 
@@ -62,8 +62,8 @@ function(compile_cc_to_bc FILENAME SUBDIR BC_FILE_LIST)
         DEPENDS "${FULL_F_PATH}"
           ${KERNEL_DEPEND_HEADERS}
         COMMAND  "${CLANGXX}" ${CLANG_FLAGS} ${KERNEL_CLANGXX_FLAGS}
-        ${DEVICE_CL_FLAGS} "-o" "${BC_FILE}" "-c" "${FULL_F_PATH}"
-        COMMENT "Building C++ to LLVM bitcode ${BC_FILE}" 
+        ${DEVICE_CL_FLAGS} "-std=c++11" "-o" "${BC_FILE}" "-c" "${FULL_F_PATH}"
+        COMMENT "Building C++ to LLVM bitcode ${BC_FILE}"
         VERBATIM)
 endfunction()
 
@@ -80,12 +80,13 @@ function(compile_cl_to_bc FILENAME SUBDIR BC_FILE_LIST)
         DEPENDS "${FULL_F_PATH}"
           "${CMAKE_SOURCE_DIR}/include/_kernel.h"
           "${CMAKE_SOURCE_DIR}/include/_kernel_c.h"
-          "${CMAKE_SOURCE_DIR}/include/pocl_types.h" 
+          "${CMAKE_SOURCE_DIR}/include/pocl_types.h"
           ${KERNEL_DEPEND_HEADERS}
         COMMAND "${CLANG}" ${CLANG_FLAGS} "-x" "cl" ${KERNEL_CL_FLAGS} ${DEVICE_CL_FLAGS}
-        "-fsigned-char" "-o" "${BC_FILE}" "-c" "${FULL_F_PATH}"
+        "-o" "${BC_FILE}" "-c" "${FULL_F_PATH}"
         "-include" "${CMAKE_SOURCE_DIR}/include/_kernel.h"
-        COMMENT "Building CL to LLVM bitcode ${BC_FILE}" 
+        "-include" "${CMAKE_SOURCE_DIR}/include/_enable_all_exts.h"
+        COMMENT "Building CL to LLVM bitcode ${BC_FILE}"
         VERBATIM)
 endfunction()
 
@@ -140,13 +141,15 @@ function(make_kernel_bc OUTPUT_VAR NAME SUBDIR)
   set(BC_LIST_FILE "${CMAKE_BINARY_DIR}${CMAKE_FILES_DIRECTORY}/kernel_${NAME}_linklist.txt")
   file(WRITE "${BC_LIST_FILE}" "${BC_LIST_FILE_TXT}")
 
+  set(OPT_CMD "${LLVM_OPT}" ${LLC_FLAGS} "-O3" "-fp-contract=off" "-o" "${KERNEL_BC}" "kernel-${NAME}-unoptimized.bc")
+
   add_custom_command( OUTPUT "${KERNEL_BC}"
 # ${KERNEL_BC}: ${OBJ}
         DEPENDS ${BC_LIST}
 #	    @LLVM_LINK@ $^ -o - | @LLVM_OPT@ ${LLC_FLAGS} ${KERNEL_LIB_OPT_FLAGS} -O3 -fp-contract=off -o $@
         COMMAND "${XARGS_EXEC}" "${LLVM_LINK}" "-o" "kernel-${NAME}-unoptimized.bc" < "${BC_LIST_FILE}"
-        COMMAND "${LLVM_OPT}" ${LLC_FLAGS} "-O3" "-fp-contract=off" "-o" "${KERNEL_BC}" "kernel-${NAME}-unoptimized.bc"
-        COMMENT "Linking Kernel bitcode ${KERNEL_BC}" 
+        COMMAND ${OPT_CMD}
+        COMMENT "Linking & optimizing Kernel bitcode ${KERNEL_BC}"
         VERBATIM)
 
 endfunction()
diff --git a/cmake/spir-cc-test-kernel.cl b/cmake/spir-cc-test-kernel.cl
new file mode 100644
index 0000000..079e0ac
--- /dev/null
+++ b/cmake/spir-cc-test-kernel.cl
@@ -0,0 +1,11 @@
+
+struct fakecomplex {
+  int x;
+  int y;
+};
+
+__kernel void sum(__global float *a, struct fakecomplex x)
+{
+  int gid = get_global_id(0);
+  a[gid] = x.x;
+}
diff --git a/config.h.in b/config.h.in
deleted file mode 100644
index b789dc6..0000000
--- a/config.h.in
+++ /dev/null
@@ -1,285 +0,0 @@
-/* config.h.in.  Generated from configure.ac by autoheader.  */
-
-/* Define if building universal (internal helper macro) */
-#undef AC_APPLE_UNIVERSAL_BUILD
-
-/* The normal alignment of `double16', in bytes. */
-#undef ALIGNOF_DOUBLE16
-
-/* The normal alignment of `float16', in bytes. */
-#undef ALIGNOF_FLOAT16
-
-/* Absolute path of build directory. */
-#undef BUILDDIR
-
-/* Defined to 1 in case the HSA driver should be built. */
-#undef BUILD_HSA
-
-/* "Build with ICD" */
-#undef BUILD_ICD
-
-/* clang executable. */
-#undef CLANG
-
-/* clang++ executable */
-#undef CLANGXX
-
-/* clang++ compiler flags */
-#undef CLANGXX_FLAGS
-
-/* "Using a SPIR generator Clang from Khronos." */
-#undef CLANG_SPIR
-
-/* Additional CL compiler flags. */
-#undef CLFLAGS
-
-/* "Export OpenCL symbols" */
-#undef DIRECT_LINKAGE
-
-/* Always used flags for Clang when compiling OpenCL C code. */
-#undef FORCED_CLFLAGS
-
-/* define if the Boost library is available */
-#undef HAVE_BOOST
-
-/* Have clock_gettime */
-#undef HAVE_CLOCK_GETTIME
-
-/* Define to 1 if you have the <dlfcn.h> header file. */
-#undef HAVE_DLFCN_H
-
-/* Define to 1 if you have the `fork' function. */
-#undef HAVE_FORK
-
-/* Defined if The OpenGL Extension Wrangler library is found */
-#undef HAVE_GLEW
-
-/* Have AMD-specific HSA headers */
-#undef HAVE_HSA_EXT_AMD_H
-
-/* Define to 1 if you have the <inttypes.h> header file. */
-#undef HAVE_INTTYPES_H
-
-/* Define to 1 if you have the <memory.h> header file. */
-#undef HAVE_MEMORY_H
-
-/* Defined to 1 if ocl-icd is found on system */
-#undef HAVE_OCL_ICD
-
-/* Defined if system cl.hpp found to be working */
-#undef HAVE_OPENCL_HPP
-
-/* Defined if posix_memalign is available. */
-#undef HAVE_POSIX_MEMALIGN
-
-/* Define if you have POSIX threads libraries and header files. */
-#undef HAVE_PTHREAD
-
-/* Define to 1 if you have the <stdint.h> header file. */
-#undef HAVE_STDINT_H
-
-/* Define to 1 if you have the <stdlib.h> header file. */
-#undef HAVE_STDLIB_H
-
-/* Define to 1 if you have the <strings.h> header file. */
-#undef HAVE_STRINGS_H
-
-/* Define to 1 if you have the <string.h> header file. */
-#undef HAVE_STRING_H
-
-/* Define to 1 if you have the <sys/stat.h> header file. */
-#undef HAVE_SYS_STAT_H
-
-/* Define to 1 if you have the <sys/types.h> header file. */
-#undef HAVE_SYS_TYPES_H
-
-/* Define to 1 if you have the <unistd.h> header file. */
-#undef HAVE_UNISTD_H
-
-/* Define to 1 if you have the `vfork' function. */
-#undef HAVE_VFORK
-
-/* Define to 1 if __fp16 supports arithmetic operations float. */
-#undef HAVE_WORKING_HALF
-
-/* The host triple. */
-#undef HOST
-
-/* Parameters to as for code generation in the host. */
-#undef HOST_AS_FLAGS
-
-/* Parameters to for host compilation. */
-#undef HOST_CLANG_FLAGS
-
-/* The host CPU type. */
-#undef HOST_CPU
-
-/* OpenCL major version supported by host device */
-#undef HOST_DEVICE_CL_VERSION_MAJOR
-
-/* OpenCL minor version supported by host device */
-#undef HOST_DEVICE_CL_VERSION_MINOR
-
-/* OpenCL device extensions implemented by the host devices basic and pthreads
-   */
-#undef HOST_DEVICE_EXTENSIONS
-
-/* "basic and pthreads devices use soft-float ABI" */
-#undef HOST_FLOAT_SOFT_ABI
-
-/* Parameter to compiler to generate loadable module. */
-#undef HOST_LD_FLAGS
-
-/* Parameters to llc for code generation in the host. */
-#undef HOST_LLC_FLAGS
-
-/* Path to HSAILasm executable */
-#undef HSAIL_ASM
-
-/* OpenCL major version supported by HSA device */
-#undef HSA_DEVICE_CL_VERSION_MAJOR
-
-/* OpenCL major version supported by HSA device */
-#undef HSA_DEVICE_CL_VERSION_MINOR
-
-/* aoeuaoe */
-#undef HSA_DEVICE_EXTENSIONS
-
-/* Use the libkernel from lib/kernel/$KERNEL_DIR/ */
-#undef KERNEL_DIR
-
-/* "Using LLVM 3.7" */
-#undef LLVM_3_7
-
-/* "Using LLVM 3.8" */
-#undef LLVM_3_8
-
-/* "LLVM was built with Assertions on." */
-#undef LLVM_BUILT_WITH_ASSERTS
-
-/* LLVM compiler executable. */
-#undef LLVM_LLC
-
-/* "LLVM version as a string." */
-#undef LLVM_VERSION
-
-/* Define to the sub-directory where libtool stores uninstalled libraries. */
-#undef LT_OBJDIR
-
-/* Defined to greatest expected alignment for extended types, in bytes. */
-#undef MAX_EXTENDED_ALIGNMENT
-
-/* The kernel architecture. */
-#undef OCL_KERNEL_ARCH
-
-/* The kernel target triplet. */
-#undef OCL_KERNEL_TARGET
-
-/* The kernel target CPU variant. */
-#undef OCL_KERNEL_TARGET_CPU
-
-/* Name of package */
-#undef PACKAGE
-
-/* Define to the address where bug reports for this package should be sent. */
-#undef PACKAGE_BUGREPORT
-
-/* Define to the full name of this package. */
-#undef PACKAGE_NAME
-
-/* Define to the full name and version of this package. */
-#undef PACKAGE_STRING
-
-/* Define to the one symbol short name of this package. */
-#undef PACKAGE_TARNAME
-
-/* Define to the home page for this package. */
-#undef PACKAGE_URL
-
-/* Define to the version of this package. */
-#undef PACKAGE_VERSION
-
-/* Defined to 1 if compiling for Android */
-#undef POCL_ANDROID
-
-/* Directory where pocl files are installed in android */
-#undef POCL_ANDROID_PREFIX
-
-/* Timestamp of build */
-#undef POCL_BUILD_TIMESTAMP
-
-/* OpenCL version string as reported by clGetPlatformInfo */
-#undef POCL_CL_VERSION
-
-/* "Build pocl in debug mode" */
-#undef POCL_DEBUG_BUILD
-
-/* Printout debug messages in case POCL_DEBUG env is set */
-#undef POCL_DEBUG_MESSAGES
-
-/* Value based on host processor, for basic and pthreads devices */
-#undef POCL_DEVICE_ADDRESS_BITS
-
-/* "Disabled kernel cache feature" */
-#undef POCL_KERNEL_CACHE_DEFAULT
-
-/* Define to necessary symbol if this constant uses a non-standard name on
-   your system. */
-#undef PTHREAD_CREATE_JOINABLE
-
-/* The size of `double', as computed by sizeof. */
-#undef SIZEOF_DOUBLE
-
-/* The size of `long', as computed by sizeof. */
-#undef SIZEOF_LONG
-
-/* The size of `void *', as computed by sizeof. */
-#undef SIZEOF_VOID_P
-
-/* The size of `__fp16', as computed by sizeof. */
-#undef SIZEOF___FP16
-
-/* Root for the project sources. */
-#undef SRCDIR
-
-/* Define to 1 if you have the ANSI C header files. */
-#undef STDC_HEADERS
-
-/* The target triple. */
-#undef TARGET
-
-/* Parameters to for target compilation. */
-#undef TARGET_CLANG_FLAGS
-
-/* Parameters to llc for code generation in the target. */
-#undef TARGET_LLC_FLAGS
-
-/* Defined to 1 if TCEMC libraries and tools are available */
-#undef TCEMC_AVAILABLE
-
-/* Defined to 1 if TCE libraries and tools are available */
-#undef TCE_AVAILABLE
-
-/* OpenCL major version supported by TCE device */
-#undef TCE_DEVICE_CL_VERSION_MAJOR
-
-/* OpenCL minor version supported by TCE device */
-#undef TCE_DEVICE_CL_VERSION_MINOR
-
-/* TCE device supported extension list */
-#undef TCE_DEVICE_EXTENSIONS
-
-/* TCE device supported extension list */
-#undef TCE_DEVICE_EXTENSION_DEFINES
-
-/* "Use vecmathlib if available for the target." */
-#undef USE_VECMATHLIB
-
-/* Version number of package */
-#undef VERSION
-
-/* Endianness */
-#undef WORDS_BIGENDIAN
-
-/* Disable cl_khr_fp16 on host based devices. */
-#undef _CL_DISABLE_HALF
diff --git a/config.h.in.cmake b/config.h.in.cmake
index 8367d29..cd03447 100644
--- a/config.h.in.cmake
+++ b/config.h.in.cmake
@@ -37,8 +37,6 @@
 #define KERNEL_CL_FLAGS  "@KERNEL_CL_FLAGS@"
 
 
-#cmakedefine DIRECT_LINKAGE
-
 
 #define FORCED_CLFLAGS  "@FORCED_CLFLAGS@"
 
@@ -48,6 +46,8 @@
 
 #cmakedefine HAVE_CLOCK_GETTIME
 
+#cmakedefine HAVE_LTTNG_UST
+
 #cmakedefine HAVE_OCL_ICD
 
 /* Defined if posix_memalign is available. */
@@ -72,8 +72,9 @@
 
 #cmakedefine HOST_FLOAT_SOFT_ABI
 
-#define HSA_DEVICE_EXTENSIONS "@HSA_DEVICE_EXTENSIONS@"
+#define HOST_DEVICE_BUILD_HASH "@HOST_DEVICE_BUILD_HASH@"
 
+#define HSA_DEVICE_EXTENSIONS "@HSA_DEVICE_EXTENSIONS@"
 
 #define KERNELLIB_HOST_CPU_VARIANTS "@KERNELLIB_HOST_CPU_VARIANTS@"
 
@@ -81,6 +82,8 @@
 
 #define LLVM_LLC "@LLVM_LLC@"
 
+/* "Using LLVM 3.6" */
+#cmakedefine LLVM_3_6
 
 /* "Using LLVM 3.7" */
 #cmakedefine LLVM_3_7
@@ -88,6 +91,15 @@
 /* "Using LLVM 3.8" */
 #cmakedefine LLVM_3_8
 
+/* "Using LLVM 3.9" */
+#cmakedefine LLVM_3_9
+
+/* "Using LLVM 4.0" */
+#cmakedefine LLVM_4_0
+
+#cmakedefine POCL_USE_FAKE_ADDR_SPACE_IDS
+
+#define LINK_COMMAND "@LINK_COMMAND@"
 
 /* Defined to greatest expected alignment for extended types, in bytes. */
 #define MAX_EXTENDED_ALIGNMENT @MAX_EXTENDED_ALIGNMENT@
@@ -98,6 +110,7 @@
 #define OCL_KERNEL_TARGET  "@OCL_KERNEL_TARGET@"
 #define OCL_KERNEL_TARGET_CPU  "@OCL_KERNEL_TARGET_CPU@"
 
+#cmakedefine OCS_AVAILABLE
 
 #define PACKAGE_VERSION "@PACKAGE_VERSION@"
 
@@ -117,15 +130,12 @@
 /* The size of `__fp16', as computed by sizeof. */
 #define SIZEOF___FP16  @SIZEOF___FP16@
 
-
+#cmakedefine CLANG_IS_PATCHED_FOR_SPIR_CC
+#cmakedefine POCL_KCACHE_SALT "@POCL_KCACHE_SALT@"
 
 /* used in tce_common.c & pocl_llvm_api.cc  */
 #define SRCDIR  "@SRCDIR@"
 
-
-
-
-
 #cmakedefine TCEMC_AVAILABLE
 
 #cmakedefine TCE_AVAILABLE
diff --git a/config/ar-lib b/config/ar-lib
deleted file mode 100755
index 463b9ec..0000000
--- a/config/ar-lib
+++ /dev/null
@@ -1,270 +0,0 @@
-#! /bin/sh
-# Wrapper for Microsoft lib.exe
-
-me=ar-lib
-scriptversion=2012-03-01.08; # UTC
-
-# Copyright (C) 2010-2014 Free Software Foundation, Inc.
-# Written by Peter Rosin <peda at lysator.liu.se>.
-#
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2, or (at your option)
-# any later version.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.
-
-# As a special exception to the GNU General Public License, if you
-# distribute this file as part of a program that contains a
-# configuration script generated by Autoconf, you may include it under
-# the same distribution terms that you use for the rest of that program.
-
-# This file is maintained in Automake, please report
-# bugs to <bug-automake at gnu.org> or send patches to
-# <automake-patches at gnu.org>.
-
-
-# func_error message
-func_error ()
-{
-  echo "$me: $1" 1>&2
-  exit 1
-}
-
-file_conv=
-
-# func_file_conv build_file
-# Convert a $build file to $host form and store it in $file
-# Currently only supports Windows hosts.
-func_file_conv ()
-{
-  file=$1
-  case $file in
-    / | /[!/]*) # absolute file, and not a UNC file
-      if test -z "$file_conv"; then
-	# lazily determine how to convert abs files
-	case `uname -s` in
-	  MINGW*)
-	    file_conv=mingw
-	    ;;
-	  CYGWIN*)
-	    file_conv=cygwin
-	    ;;
-	  *)
-	    file_conv=wine
-	    ;;
-	esac
-      fi
-      case $file_conv in
-	mingw)
-	  file=`cmd //C echo "$file " | sed -e 's/"\(.*\) " *$/\1/'`
-	  ;;
-	cygwin)
-	  file=`cygpath -m "$file" || echo "$file"`
-	  ;;
-	wine)
-	  file=`winepath -w "$file" || echo "$file"`
-	  ;;
-      esac
-      ;;
-  esac
-}
-
-# func_at_file at_file operation archive
-# Iterate over all members in AT_FILE performing OPERATION on ARCHIVE
-# for each of them.
-# When interpreting the content of the @FILE, do NOT use func_file_conv,
-# since the user would need to supply preconverted file names to
-# binutils ar, at least for MinGW.
-func_at_file ()
-{
-  operation=$2
-  archive=$3
-  at_file_contents=`cat "$1"`
-  eval set x "$at_file_contents"
-  shift
-
-  for member
-  do
-    $AR -NOLOGO $operation:"$member" "$archive" || exit $?
-  done
-}
-
-case $1 in
-  '')
-     func_error "no command.  Try '$0 --help' for more information."
-     ;;
-  -h | --h*)
-    cat <<EOF
-Usage: $me [--help] [--version] PROGRAM ACTION ARCHIVE [MEMBER...]
-
-Members may be specified in a file named with @FILE.
-EOF
-    exit $?
-    ;;
-  -v | --v*)
-    echo "$me, version $scriptversion"
-    exit $?
-    ;;
-esac
-
-if test $# -lt 3; then
-  func_error "you must specify a program, an action and an archive"
-fi
-
-AR=$1
-shift
-while :
-do
-  if test $# -lt 2; then
-    func_error "you must specify a program, an action and an archive"
-  fi
-  case $1 in
-    -lib | -LIB \
-    | -ltcg | -LTCG \
-    | -machine* | -MACHINE* \
-    | -subsystem* | -SUBSYSTEM* \
-    | -verbose | -VERBOSE \
-    | -wx* | -WX* )
-      AR="$AR $1"
-      shift
-      ;;
-    *)
-      action=$1
-      shift
-      break
-      ;;
-  esac
-done
-orig_archive=$1
-shift
-func_file_conv "$orig_archive"
-archive=$file
-
-# strip leading dash in $action
-action=${action#-}
-
-delete=
-extract=
-list=
-quick=
-replace=
-index=
-create=
-
-while test -n "$action"
-do
-  case $action in
-    d*) delete=yes  ;;
-    x*) extract=yes ;;
-    t*) list=yes    ;;
-    q*) quick=yes   ;;
-    r*) replace=yes ;;
-    s*) index=yes   ;;
-    S*)             ;; # the index is always updated implicitly
-    c*) create=yes  ;;
-    u*)             ;; # TODO: don't ignore the update modifier
-    v*)             ;; # TODO: don't ignore the verbose modifier
-    *)
-      func_error "unknown action specified"
-      ;;
-  esac
-  action=${action#?}
-done
-
-case $delete$extract$list$quick$replace,$index in
-  yes,* | ,yes)
-    ;;
-  yesyes*)
-    func_error "more than one action specified"
-    ;;
-  *)
-    func_error "no action specified"
-    ;;
-esac
-
-if test -n "$delete"; then
-  if test ! -f "$orig_archive"; then
-    func_error "archive not found"
-  fi
-  for member
-  do
-    case $1 in
-      @*)
-        func_at_file "${1#@}" -REMOVE "$archive"
-        ;;
-      *)
-        func_file_conv "$1"
-        $AR -NOLOGO -REMOVE:"$file" "$archive" || exit $?
-        ;;
-    esac
-  done
-
-elif test -n "$extract"; then
-  if test ! -f "$orig_archive"; then
-    func_error "archive not found"
-  fi
-  if test $# -gt 0; then
-    for member
-    do
-      case $1 in
-        @*)
-          func_at_file "${1#@}" -EXTRACT "$archive"
-          ;;
-        *)
-          func_file_conv "$1"
-          $AR -NOLOGO -EXTRACT:"$file" "$archive" || exit $?
-          ;;
-      esac
-    done
-  else
-    $AR -NOLOGO -LIST "$archive" | sed -e 's/\\/\\\\/g' | while read member
-    do
-      $AR -NOLOGO -EXTRACT:"$member" "$archive" || exit $?
-    done
-  fi
-
-elif test -n "$quick$replace"; then
-  if test ! -f "$orig_archive"; then
-    if test -z "$create"; then
-      echo "$me: creating $orig_archive"
-    fi
-    orig_archive=
-  else
-    orig_archive=$archive
-  fi
-
-  for member
-  do
-    case $1 in
-    @*)
-      func_file_conv "${1#@}"
-      set x "$@" "@$file"
-      ;;
-    *)
-      func_file_conv "$1"
-      set x "$@" "$file"
-      ;;
-    esac
-    shift
-    shift
-  done
-
-  if test -n "$orig_archive"; then
-    $AR -NOLOGO -OUT:"$archive" "$orig_archive" "$@" || exit $?
-  else
-    $AR -NOLOGO -OUT:"$archive" "$@" || exit $?
-  fi
-
-elif test -n "$list"; then
-  if test ! -f "$orig_archive"; then
-    func_error "archive not found"
-  fi
-  $AR -NOLOGO -LIST "$archive" || exit $?
-fi
diff --git a/config/compile b/config/compile
deleted file mode 100755
index a85b723..0000000
--- a/config/compile
+++ /dev/null
@@ -1,347 +0,0 @@
-#! /bin/sh
-# Wrapper for compilers which do not understand '-c -o'.
-
-scriptversion=2012-10-14.11; # UTC
-
-# Copyright (C) 1999-2014 Free Software Foundation, Inc.
-# Written by Tom Tromey <tromey at cygnus.com>.
-#
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2, or (at your option)
-# any later version.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.
-
-# As a special exception to the GNU General Public License, if you
-# distribute this file as part of a program that contains a
-# configuration script generated by Autoconf, you may include it under
-# the same distribution terms that you use for the rest of that program.
-
-# This file is maintained in Automake, please report
-# bugs to <bug-automake at gnu.org> or send patches to
-# <automake-patches at gnu.org>.
-
-nl='
-'
-
-# We need space, tab and new line, in precisely that order.  Quoting is
-# there to prevent tools from complaining about whitespace usage.
-IFS=" ""	$nl"
-
-file_conv=
-
-# func_file_conv build_file lazy
-# Convert a $build file to $host form and store it in $file
-# Currently only supports Windows hosts. If the determined conversion
-# type is listed in (the comma separated) LAZY, no conversion will
-# take place.
-func_file_conv ()
-{
-  file=$1
-  case $file in
-    / | /[!/]*) # absolute file, and not a UNC file
-      if test -z "$file_conv"; then
-	# lazily determine how to convert abs files
-	case `uname -s` in
-	  MINGW*)
-	    file_conv=mingw
-	    ;;
-	  CYGWIN*)
-	    file_conv=cygwin
-	    ;;
-	  *)
-	    file_conv=wine
-	    ;;
-	esac
-      fi
-      case $file_conv/,$2, in
-	*,$file_conv,*)
-	  ;;
-	mingw/*)
-	  file=`cmd //C echo "$file " | sed -e 's/"\(.*\) " *$/\1/'`
-	  ;;
-	cygwin/*)
-	  file=`cygpath -m "$file" || echo "$file"`
-	  ;;
-	wine/*)
-	  file=`winepath -w "$file" || echo "$file"`
-	  ;;
-      esac
-      ;;
-  esac
-}
-
-# func_cl_dashL linkdir
-# Make cl look for libraries in LINKDIR
-func_cl_dashL ()
-{
-  func_file_conv "$1"
-  if test -z "$lib_path"; then
-    lib_path=$file
-  else
-    lib_path="$lib_path;$file"
-  fi
-  linker_opts="$linker_opts -LIBPATH:$file"
-}
-
-# func_cl_dashl library
-# Do a library search-path lookup for cl
-func_cl_dashl ()
-{
-  lib=$1
-  found=no
-  save_IFS=$IFS
-  IFS=';'
-  for dir in $lib_path $LIB
-  do
-    IFS=$save_IFS
-    if $shared && test -f "$dir/$lib.dll.lib"; then
-      found=yes
-      lib=$dir/$lib.dll.lib
-      break
-    fi
-    if test -f "$dir/$lib.lib"; then
-      found=yes
-      lib=$dir/$lib.lib
-      break
-    fi
-    if test -f "$dir/lib$lib.a"; then
-      found=yes
-      lib=$dir/lib$lib.a
-      break
-    fi
-  done
-  IFS=$save_IFS
-
-  if test "$found" != yes; then
-    lib=$lib.lib
-  fi
-}
-
-# func_cl_wrapper cl arg...
-# Adjust compile command to suit cl
-func_cl_wrapper ()
-{
-  # Assume a capable shell
-  lib_path=
-  shared=:
-  linker_opts=
-  for arg
-  do
-    if test -n "$eat"; then
-      eat=
-    else
-      case $1 in
-	-o)
-	  # configure might choose to run compile as 'compile cc -o foo foo.c'.
-	  eat=1
-	  case $2 in
-	    *.o | *.[oO][bB][jJ])
-	      func_file_conv "$2"
-	      set x "$@" -Fo"$file"
-	      shift
-	      ;;
-	    *)
-	      func_file_conv "$2"
-	      set x "$@" -Fe"$file"
-	      shift
-	      ;;
-	  esac
-	  ;;
-	-I)
-	  eat=1
-	  func_file_conv "$2" mingw
-	  set x "$@" -I"$file"
-	  shift
-	  ;;
-	-I*)
-	  func_file_conv "${1#-I}" mingw
-	  set x "$@" -I"$file"
-	  shift
-	  ;;
-	-l)
-	  eat=1
-	  func_cl_dashl "$2"
-	  set x "$@" "$lib"
-	  shift
-	  ;;
-	-l*)
-	  func_cl_dashl "${1#-l}"
-	  set x "$@" "$lib"
-	  shift
-	  ;;
-	-L)
-	  eat=1
-	  func_cl_dashL "$2"
-	  ;;
-	-L*)
-	  func_cl_dashL "${1#-L}"
-	  ;;
-	-static)
-	  shared=false
-	  ;;
-	-Wl,*)
-	  arg=${1#-Wl,}
-	  save_ifs="$IFS"; IFS=','
-	  for flag in $arg; do
-	    IFS="$save_ifs"
-	    linker_opts="$linker_opts $flag"
-	  done
-	  IFS="$save_ifs"
-	  ;;
-	-Xlinker)
-	  eat=1
-	  linker_opts="$linker_opts $2"
-	  ;;
-	-*)
-	  set x "$@" "$1"
-	  shift
-	  ;;
-	*.cc | *.CC | *.cxx | *.CXX | *.[cC]++)
-	  func_file_conv "$1"
-	  set x "$@" -Tp"$file"
-	  shift
-	  ;;
-	*.c | *.cpp | *.CPP | *.lib | *.LIB | *.Lib | *.OBJ | *.obj | *.[oO])
-	  func_file_conv "$1" mingw
-	  set x "$@" "$file"
-	  shift
-	  ;;
-	*)
-	  set x "$@" "$1"
-	  shift
-	  ;;
-      esac
-    fi
-    shift
-  done
-  if test -n "$linker_opts"; then
-    linker_opts="-link$linker_opts"
-  fi
-  exec "$@" $linker_opts
-  exit 1
-}
-
-eat=
-
-case $1 in
-  '')
-     echo "$0: No command.  Try '$0 --help' for more information." 1>&2
-     exit 1;
-     ;;
-  -h | --h*)
-    cat <<\EOF
-Usage: compile [--help] [--version] PROGRAM [ARGS]
-
-Wrapper for compilers which do not understand '-c -o'.
-Remove '-o dest.o' from ARGS, run PROGRAM with the remaining
-arguments, and rename the output as expected.
-
-If you are trying to build a whole package this is not the
-right script to run: please start by reading the file 'INSTALL'.
-
-Report bugs to <bug-automake at gnu.org>.
-EOF
-    exit $?
-    ;;
-  -v | --v*)
-    echo "compile $scriptversion"
-    exit $?
-    ;;
-  cl | *[/\\]cl | cl.exe | *[/\\]cl.exe )
-    func_cl_wrapper "$@"      # Doesn't return...
-    ;;
-esac
-
-ofile=
-cfile=
-
-for arg
-do
-  if test -n "$eat"; then
-    eat=
-  else
-    case $1 in
-      -o)
-	# configure might choose to run compile as 'compile cc -o foo foo.c'.
-	# So we strip '-o arg' only if arg is an object.
-	eat=1
-	case $2 in
-	  *.o | *.obj)
-	    ofile=$2
-	    ;;
-	  *)
-	    set x "$@" -o "$2"
-	    shift
-	    ;;
-	esac
-	;;
-      *.c)
-	cfile=$1
-	set x "$@" "$1"
-	shift
-	;;
-      *)
-	set x "$@" "$1"
-	shift
-	;;
-    esac
-  fi
-  shift
-done
-
-if test -z "$ofile" || test -z "$cfile"; then
-  # If no '-o' option was seen then we might have been invoked from a
-  # pattern rule where we don't need one.  That is ok -- this is a
-  # normal compilation that the losing compiler can handle.  If no
-  # '.c' file was seen then we are probably linking.  That is also
-  # ok.
-  exec "$@"
-fi
-
-# Name of file we expect compiler to create.
-cofile=`echo "$cfile" | sed 's|^.*[\\/]||; s|^[a-zA-Z]:||; s/\.c$/.o/'`
-
-# Create the lock directory.
-# Note: use '[/\\:.-]' here to ensure that we don't use the same name
-# that we are using for the .o file.  Also, base the name on the expected
-# object file name, since that is what matters with a parallel build.
-lockdir=`echo "$cofile" | sed -e 's|[/\\:.-]|_|g'`.d
-while true; do
-  if mkdir "$lockdir" >/dev/null 2>&1; then
-    break
-  fi
-  sleep 1
-done
-# FIXME: race condition here if user kills between mkdir and trap.
-trap "rmdir '$lockdir'; exit 1" 1 2 15
-
-# Run the compile.
-"$@"
-ret=$?
-
-if test -f "$cofile"; then
-  test "$cofile" = "$ofile" || mv "$cofile" "$ofile"
-elif test -f "${cofile}bj"; then
-  test "${cofile}bj" = "$ofile" || mv "${cofile}bj" "$ofile"
-fi
-
-rmdir "$lockdir"
-exit $ret
-
-# Local Variables:
-# mode: shell-script
-# sh-indentation: 2
-# eval: (add-hook 'write-file-hooks 'time-stamp)
-# time-stamp-start: "scriptversion="
-# time-stamp-format: "%:y-%02m-%02d.%02H"
-# time-stamp-time-zone: "UTC"
-# time-stamp-end: "; # UTC"
-# End:
diff --git a/config/config.guess b/config/config.guess
deleted file mode 100755
index 6c32c86..0000000
--- a/config/config.guess
+++ /dev/null
@@ -1,1421 +0,0 @@
-#! /bin/sh
-# Attempt to guess a canonical system name.
-#   Copyright 1992-2014 Free Software Foundation, Inc.
-
-timestamp='2014-11-04'
-
-# This file is free software; you can redistribute it and/or modify it
-# under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 3 of the License, or
-# (at your option) any later version.
-#
-# This program is distributed in the hope that it will be useful, but
-# WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-# General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program; if not, see <http://www.gnu.org/licenses/>.
-#
-# As a special exception to the GNU General Public License, if you
-# distribute this file as part of a program that contains a
-# configuration script generated by Autoconf, you may include it under
-# the same distribution terms that you use for the rest of that
-# program.  This Exception is an additional permission under section 7
-# of the GNU General Public License, version 3 ("GPLv3").
-#
-# Originally written by Per Bothner; maintained since 2000 by Ben Elliston.
-#
-# You can get the latest version of this script from:
-# http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess;hb=HEAD
-#
-# Please send patches to <config-patches at gnu.org>.
-
-
-me=`echo "$0" | sed -e 's,.*/,,'`
-
-usage="\
-Usage: $0 [OPTION]
-
-Output the configuration name of the system \`$me' is run on.
-
-Operation modes:
-  -h, --help         print this help, then exit
-  -t, --time-stamp   print date of last modification, then exit
-  -v, --version      print version number, then exit
-
-Report bugs and patches to <config-patches at gnu.org>."
-
-version="\
-GNU config.guess ($timestamp)
-
-Originally written by Per Bothner.
-Copyright 1992-2014 Free Software Foundation, Inc.
-
-This is free software; see the source for copying conditions.  There is NO
-warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE."
-
-help="
-Try \`$me --help' for more information."
-
-# Parse command line
-while test $# -gt 0 ; do
-  case $1 in
-    --time-stamp | --time* | -t )
-       echo "$timestamp" ; exit ;;
-    --version | -v )
-       echo "$version" ; exit ;;
-    --help | --h* | -h )
-       echo "$usage"; exit ;;
-    -- )     # Stop option processing
-       shift; break ;;
-    - )	# Use stdin as input.
-       break ;;
-    -* )
-       echo "$me: invalid option $1$help" >&2
-       exit 1 ;;
-    * )
-       break ;;
-  esac
-done
-
-if test $# != 0; then
-  echo "$me: too many arguments$help" >&2
-  exit 1
-fi
-
-trap 'exit 1' 1 2 15
-
-# CC_FOR_BUILD -- compiler used by this script. Note that the use of a
-# compiler to aid in system detection is discouraged as it requires
-# temporary files to be created and, as you can see below, it is a
-# headache to deal with in a portable fashion.
-
-# Historically, `CC_FOR_BUILD' used to be named `HOST_CC'. We still
-# use `HOST_CC' if defined, but it is deprecated.
-
-# Portable tmp directory creation inspired by the Autoconf team.
-
-set_cc_for_build='
-trap "exitcode=\$?; (rm -f \$tmpfiles 2>/dev/null; rmdir \$tmp 2>/dev/null) && exit \$exitcode" 0 ;
-trap "rm -f \$tmpfiles 2>/dev/null; rmdir \$tmp 2>/dev/null; exit 1" 1 2 13 15 ;
-: ${TMPDIR=/tmp} ;
- { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } ||
- { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } ||
- { tmp=$TMPDIR/cg-$$ && (umask 077 && mkdir $tmp) && echo "Warning: creating insecure temp directory" >&2 ; } ||
- { echo "$me: cannot create a temporary directory in $TMPDIR" >&2 ; exit 1 ; } ;
-dummy=$tmp/dummy ;
-tmpfiles="$dummy.c $dummy.o $dummy.rel $dummy" ;
-case $CC_FOR_BUILD,$HOST_CC,$CC in
- ,,)    echo "int x;" > $dummy.c ;
-	for c in cc gcc c89 c99 ; do
-	  if ($c -c -o $dummy.o $dummy.c) >/dev/null 2>&1 ; then
-	     CC_FOR_BUILD="$c"; break ;
-	  fi ;
-	done ;
-	if test x"$CC_FOR_BUILD" = x ; then
-	  CC_FOR_BUILD=no_compiler_found ;
-	fi
-	;;
- ,,*)   CC_FOR_BUILD=$CC ;;
- ,*,*)  CC_FOR_BUILD=$HOST_CC ;;
-esac ; set_cc_for_build= ;'
-
-# This is needed to find uname on a Pyramid OSx when run in the BSD universe.
-# (ghazi at noc.rutgers.edu 1994-08-24)
-if (test -f /.attbin/uname) >/dev/null 2>&1 ; then
-	PATH=$PATH:/.attbin ; export PATH
-fi
-
-UNAME_MACHINE=`(uname -m) 2>/dev/null` || UNAME_MACHINE=unknown
-UNAME_RELEASE=`(uname -r) 2>/dev/null` || UNAME_RELEASE=unknown
-UNAME_SYSTEM=`(uname -s) 2>/dev/null`  || UNAME_SYSTEM=unknown
-UNAME_VERSION=`(uname -v) 2>/dev/null` || UNAME_VERSION=unknown
-
-case "${UNAME_SYSTEM}" in
-Linux|GNU|GNU/*)
-	# If the system lacks a compiler, then just pick glibc.
-	# We could probably try harder.
-	LIBC=gnu
-
-	eval $set_cc_for_build
-	cat <<-EOF > $dummy.c
-	#include <features.h>
-	#if defined(__UCLIBC__)
-	LIBC=uclibc
-	#elif defined(__dietlibc__)
-	LIBC=dietlibc
-	#else
-	LIBC=gnu
-	#endif
-	EOF
-	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^LIBC' | sed 's, ,,g'`
-	;;
-esac
-
-# Note: order is significant - the case branches are not exclusive.
-
-case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in
-    *:NetBSD:*:*)
-	# NetBSD (nbsd) targets should (where applicable) match one or
-	# more of the tuples: *-*-netbsdelf*, *-*-netbsdaout*,
-	# *-*-netbsdecoff* and *-*-netbsd*.  For targets that recently
-	# switched to ELF, *-*-netbsd* would select the old
-	# object file format.  This provides both forward
-	# compatibility and a consistent mechanism for selecting the
-	# object file format.
-	#
-	# Note: NetBSD doesn't particularly care about the vendor
-	# portion of the name.  We always set it to "unknown".
-	sysctl="sysctl -n hw.machine_arch"
-	UNAME_MACHINE_ARCH=`(/sbin/$sysctl 2>/dev/null || \
-	    /usr/sbin/$sysctl 2>/dev/null || echo unknown)`
-	case "${UNAME_MACHINE_ARCH}" in
-	    armeb) machine=armeb-unknown ;;
-	    arm*) machine=arm-unknown ;;
-	    sh3el) machine=shl-unknown ;;
-	    sh3eb) machine=sh-unknown ;;
-	    sh5el) machine=sh5le-unknown ;;
-	    *) machine=${UNAME_MACHINE_ARCH}-unknown ;;
-	esac
-	# The Operating System including object format, if it has switched
-	# to ELF recently, or will in the future.
-	case "${UNAME_MACHINE_ARCH}" in
-	    arm*|i386|m68k|ns32k|sh3*|sparc|vax)
-		eval $set_cc_for_build
-		if echo __ELF__ | $CC_FOR_BUILD -E - 2>/dev/null \
-			| grep -q __ELF__
-		then
-		    # Once all utilities can be ECOFF (netbsdecoff) or a.out (netbsdaout).
-		    # Return netbsd for either.  FIX?
-		    os=netbsd
-		else
-		    os=netbsdelf
-		fi
-		;;
-	    *)
-		os=netbsd
-		;;
-	esac
-	# The OS release
-	# Debian GNU/NetBSD machines have a different userland, and
-	# thus, need a distinct triplet. However, they do not need
-	# kernel version information, so it can be replaced with a
-	# suitable tag, in the style of linux-gnu.
-	case "${UNAME_VERSION}" in
-	    Debian*)
-		release='-gnu'
-		;;
-	    *)
-		release=`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'`
-		;;
-	esac
-	# Since CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM:
-	# contains redundant information, the shorter form:
-	# CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM is used.
-	echo "${machine}-${os}${release}"
-	exit ;;
-    *:Bitrig:*:*)
-	UNAME_MACHINE_ARCH=`arch | sed 's/Bitrig.//'`
-	echo ${UNAME_MACHINE_ARCH}-unknown-bitrig${UNAME_RELEASE}
-	exit ;;
-    *:OpenBSD:*:*)
-	UNAME_MACHINE_ARCH=`arch | sed 's/OpenBSD.//'`
-	echo ${UNAME_MACHINE_ARCH}-unknown-openbsd${UNAME_RELEASE}
-	exit ;;
-    *:ekkoBSD:*:*)
-	echo ${UNAME_MACHINE}-unknown-ekkobsd${UNAME_RELEASE}
-	exit ;;
-    *:SolidBSD:*:*)
-	echo ${UNAME_MACHINE}-unknown-solidbsd${UNAME_RELEASE}
-	exit ;;
-    macppc:MirBSD:*:*)
-	echo powerpc-unknown-mirbsd${UNAME_RELEASE}
-	exit ;;
-    *:MirBSD:*:*)
-	echo ${UNAME_MACHINE}-unknown-mirbsd${UNAME_RELEASE}
-	exit ;;
-    alpha:OSF1:*:*)
-	case $UNAME_RELEASE in
-	*4.0)
-		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'`
-		;;
-	*5.*)
-		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'`
-		;;
-	esac
-	# According to Compaq, /usr/sbin/psrinfo has been available on
-	# OSF/1 and Tru64 systems produced since 1995.  I hope that
-	# covers most systems running today.  This code pipes the CPU
-	# types through head -n 1, so we only detect the type of CPU 0.
-	ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^  The alpha \(.*\) processor.*$/\1/p' | head -n 1`
-	case "$ALPHA_CPU_TYPE" in
-	    "EV4 (21064)")
-		UNAME_MACHINE="alpha" ;;
-	    "EV4.5 (21064)")
-		UNAME_MACHINE="alpha" ;;
-	    "LCA4 (21066/21068)")
-		UNAME_MACHINE="alpha" ;;
-	    "EV5 (21164)")
-		UNAME_MACHINE="alphaev5" ;;
-	    "EV5.6 (21164A)")
-		UNAME_MACHINE="alphaev56" ;;
-	    "EV5.6 (21164PC)")
-		UNAME_MACHINE="alphapca56" ;;
-	    "EV5.7 (21164PC)")
-		UNAME_MACHINE="alphapca57" ;;
-	    "EV6 (21264)")
-		UNAME_MACHINE="alphaev6" ;;
-	    "EV6.7 (21264A)")
-		UNAME_MACHINE="alphaev67" ;;
-	    "EV6.8CB (21264C)")
-		UNAME_MACHINE="alphaev68" ;;
-	    "EV6.8AL (21264B)")
-		UNAME_MACHINE="alphaev68" ;;
-	    "EV6.8CX (21264D)")
-		UNAME_MACHINE="alphaev68" ;;
-	    "EV6.9A (21264/EV69A)")
-		UNAME_MACHINE="alphaev69" ;;
-	    "EV7 (21364)")
-		UNAME_MACHINE="alphaev7" ;;
-	    "EV7.9 (21364A)")
-		UNAME_MACHINE="alphaev79" ;;
-	esac
-	# A Pn.n version is a patched version.
-	# A Vn.n version is a released version.
-	# A Tn.n version is a released field test version.
-	# A Xn.n version is an unreleased experimental baselevel.
-	# 1.2 uses "1.2" for uname -r.
-	echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'`
-	# Reset EXIT trap before exiting to avoid spurious non-zero exit code.
-	exitcode=$?
-	trap '' 0
-	exit $exitcode ;;
-    Alpha\ *:Windows_NT*:*)
-	# How do we know it's Interix rather than the generic POSIX subsystem?
-	# Should we change UNAME_MACHINE based on the output of uname instead
-	# of the specific Alpha model?
-	echo alpha-pc-interix
-	exit ;;
-    21064:Windows_NT:50:3)
-	echo alpha-dec-winnt3.5
-	exit ;;
-    Amiga*:UNIX_System_V:4.0:*)
-	echo m68k-unknown-sysv4
-	exit ;;
-    *:[Aa]miga[Oo][Ss]:*:*)
-	echo ${UNAME_MACHINE}-unknown-amigaos
-	exit ;;
-    *:[Mm]orph[Oo][Ss]:*:*)
-	echo ${UNAME_MACHINE}-unknown-morphos
-	exit ;;
-    *:OS/390:*:*)
-	echo i370-ibm-openedition
-	exit ;;
-    *:z/VM:*:*)
-	echo s390-ibm-zvmoe
-	exit ;;
-    *:OS400:*:*)
-	echo powerpc-ibm-os400
-	exit ;;
-    arm:RISC*:1.[012]*:*|arm:riscix:1.[012]*:*)
-	echo arm-acorn-riscix${UNAME_RELEASE}
-	exit ;;
-    arm*:riscos:*:*|arm*:RISCOS:*:*)
-	echo arm-unknown-riscos
-	exit ;;
-    SR2?01:HI-UX/MPP:*:* | SR8000:HI-UX/MPP:*:*)
-	echo hppa1.1-hitachi-hiuxmpp
-	exit ;;
-    Pyramid*:OSx*:*:* | MIS*:OSx*:*:* | MIS*:SMP_DC-OSx*:*:*)
-	# akee at wpdis03.wpafb.af.mil (Earle F. Ake) contributed MIS and NILE.
-	if test "`(/bin/universe) 2>/dev/null`" = att ; then
-		echo pyramid-pyramid-sysv3
-	else
-		echo pyramid-pyramid-bsd
-	fi
-	exit ;;
-    NILE*:*:*:dcosx)
-	echo pyramid-pyramid-svr4
-	exit ;;
-    DRS?6000:unix:4.0:6*)
-	echo sparc-icl-nx6
-	exit ;;
-    DRS?6000:UNIX_SV:4.2*:7* | DRS?6000:isis:4.2*:7*)
-	case `/usr/bin/uname -p` in
-	    sparc) echo sparc-icl-nx7; exit ;;
-	esac ;;
-    s390x:SunOS:*:*)
-	echo ${UNAME_MACHINE}-ibm-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
-	exit ;;
-    sun4H:SunOS:5.*:*)
-	echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
-	exit ;;
-    sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
-	echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
-	exit ;;
-    i86pc:AuroraUX:5.*:* | i86xen:AuroraUX:5.*:*)
-	echo i386-pc-auroraux${UNAME_RELEASE}
-	exit ;;
-    i86pc:SunOS:5.*:* | i86xen:SunOS:5.*:*)
-	eval $set_cc_for_build
-	SUN_ARCH="i386"
-	# If there is a compiler, see if it is configured for 64-bit objects.
-	# Note that the Sun cc does not turn __LP64__ into 1 like gcc does.
-	# This test works for both compilers.
-	if [ "$CC_FOR_BUILD" != 'no_compiler_found' ]; then
-	    if (echo '#ifdef __amd64'; echo IS_64BIT_ARCH; echo '#endif') | \
-		(CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) | \
-		grep IS_64BIT_ARCH >/dev/null
-	    then
-		SUN_ARCH="x86_64"
-	    fi
-	fi
-	echo ${SUN_ARCH}-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
-	exit ;;
-    sun4*:SunOS:6*:*)
-	# According to config.sub, this is the proper way to canonicalize
-	# SunOS6.  Hard to guess exactly what SunOS6 will be like, but
-	# it's likely to be more like Solaris than SunOS4.
-	echo sparc-sun-solaris3`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
-	exit ;;
-    sun4*:SunOS:*:*)
-	case "`/usr/bin/arch -k`" in
-	    Series*|S4*)
-		UNAME_RELEASE=`uname -v`
-		;;
-	esac
-	# Japanese Language versions have a version number like `4.1.3-JL'.
-	echo sparc-sun-sunos`echo ${UNAME_RELEASE}|sed -e 's/-/_/'`
-	exit ;;
-    sun3*:SunOS:*:*)
-	echo m68k-sun-sunos${UNAME_RELEASE}
-	exit ;;
-    sun*:*:4.2BSD:*)
-	UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
-	test "x${UNAME_RELEASE}" = "x" && UNAME_RELEASE=3
-	case "`/bin/arch`" in
-	    sun3)
-		echo m68k-sun-sunos${UNAME_RELEASE}
-		;;
-	    sun4)
-		echo sparc-sun-sunos${UNAME_RELEASE}
-		;;
-	esac
-	exit ;;
-    aushp:SunOS:*:*)
-	echo sparc-auspex-sunos${UNAME_RELEASE}
-	exit ;;
-    # The situation for MiNT is a little confusing.  The machine name
-    # can be virtually everything (everything which is not
-    # "atarist" or "atariste" at least should have a processor
-    # > m68000).  The system name ranges from "MiNT" over "FreeMiNT"
-    # to the lowercase version "mint" (or "freemint").  Finally
-    # the system name "TOS" denotes a system which is actually not
-    # MiNT.  But MiNT is downward compatible to TOS, so this should
-    # be no problem.
-    atarist[e]:*MiNT:*:* | atarist[e]:*mint:*:* | atarist[e]:*TOS:*:*)
-	echo m68k-atari-mint${UNAME_RELEASE}
-	exit ;;
-    atari*:*MiNT:*:* | atari*:*mint:*:* | atarist[e]:*TOS:*:*)
-	echo m68k-atari-mint${UNAME_RELEASE}
-	exit ;;
-    *falcon*:*MiNT:*:* | *falcon*:*mint:*:* | *falcon*:*TOS:*:*)
-	echo m68k-atari-mint${UNAME_RELEASE}
-	exit ;;
-    milan*:*MiNT:*:* | milan*:*mint:*:* | *milan*:*TOS:*:*)
-	echo m68k-milan-mint${UNAME_RELEASE}
-	exit ;;
-    hades*:*MiNT:*:* | hades*:*mint:*:* | *hades*:*TOS:*:*)
-	echo m68k-hades-mint${UNAME_RELEASE}
-	exit ;;
-    *:*MiNT:*:* | *:*mint:*:* | *:*TOS:*:*)
-	echo m68k-unknown-mint${UNAME_RELEASE}
-	exit ;;
-    m68k:machten:*:*)
-	echo m68k-apple-machten${UNAME_RELEASE}
-	exit ;;
-    powerpc:machten:*:*)
-	echo powerpc-apple-machten${UNAME_RELEASE}
-	exit ;;
-    RISC*:Mach:*:*)
-	echo mips-dec-mach_bsd4.3
-	exit ;;
-    RISC*:ULTRIX:*:*)
-	echo mips-dec-ultrix${UNAME_RELEASE}
-	exit ;;
-    VAX*:ULTRIX*:*:*)
-	echo vax-dec-ultrix${UNAME_RELEASE}
-	exit ;;
-    2020:CLIX:*:* | 2430:CLIX:*:*)
-	echo clipper-intergraph-clix${UNAME_RELEASE}
-	exit ;;
-    mips:*:*:UMIPS | mips:*:*:RISCos)
-	eval $set_cc_for_build
-	sed 's/^	//' << EOF >$dummy.c
-#ifdef __cplusplus
-#include <stdio.h>  /* for printf() prototype */
-	int main (int argc, char *argv[]) {
-#else
-	int main (argc, argv) int argc; char *argv[]; {
-#endif
-	#if defined (host_mips) && defined (MIPSEB)
-	#if defined (SYSTYPE_SYSV)
-	  printf ("mips-mips-riscos%ssysv\n", argv[1]); exit (0);
-	#endif
-	#if defined (SYSTYPE_SVR4)
-	  printf ("mips-mips-riscos%ssvr4\n", argv[1]); exit (0);
-	#endif
-	#if defined (SYSTYPE_BSD43) || defined(SYSTYPE_BSD)
-	  printf ("mips-mips-riscos%sbsd\n", argv[1]); exit (0);
-	#endif
-	#endif
-	  exit (-1);
-	}
-EOF
-	$CC_FOR_BUILD -o $dummy $dummy.c &&
-	  dummyarg=`echo "${UNAME_RELEASE}" | sed -n 's/\([0-9]*\).*/\1/p'` &&
-	  SYSTEM_NAME=`$dummy $dummyarg` &&
-	    { echo "$SYSTEM_NAME"; exit; }
-	echo mips-mips-riscos${UNAME_RELEASE}
-	exit ;;
-    Motorola:PowerMAX_OS:*:*)
-	echo powerpc-motorola-powermax
-	exit ;;
-    Motorola:*:4.3:PL8-*)
-	echo powerpc-harris-powermax
-	exit ;;
-    Night_Hawk:*:*:PowerMAX_OS | Synergy:PowerMAX_OS:*:*)
-	echo powerpc-harris-powermax
-	exit ;;
-    Night_Hawk:Power_UNIX:*:*)
-	echo powerpc-harris-powerunix
-	exit ;;
-    m88k:CX/UX:7*:*)
-	echo m88k-harris-cxux7
-	exit ;;
-    m88k:*:4*:R4*)
-	echo m88k-motorola-sysv4
-	exit ;;
-    m88k:*:3*:R3*)
-	echo m88k-motorola-sysv3
-	exit ;;
-    AViiON:dgux:*:*)
-	# DG/UX returns AViiON for all architectures
-	UNAME_PROCESSOR=`/usr/bin/uname -p`
-	if [ $UNAME_PROCESSOR = mc88100 ] || [ $UNAME_PROCESSOR = mc88110 ]
-	then
-	    if [ ${TARGET_BINARY_INTERFACE}x = m88kdguxelfx ] || \
-	       [ ${TARGET_BINARY_INTERFACE}x = x ]
-	    then
-		echo m88k-dg-dgux${UNAME_RELEASE}
-	    else
-		echo m88k-dg-dguxbcs${UNAME_RELEASE}
-	    fi
-	else
-	    echo i586-dg-dgux${UNAME_RELEASE}
-	fi
-	exit ;;
-    M88*:DolphinOS:*:*)	# DolphinOS (SVR3)
-	echo m88k-dolphin-sysv3
-	exit ;;
-    M88*:*:R3*:*)
-	# Delta 88k system running SVR3
-	echo m88k-motorola-sysv3
-	exit ;;
-    XD88*:*:*:*) # Tektronix XD88 system running UTekV (SVR3)
-	echo m88k-tektronix-sysv3
-	exit ;;
-    Tek43[0-9][0-9]:UTek:*:*) # Tektronix 4300 system running UTek (BSD)
-	echo m68k-tektronix-bsd
-	exit ;;
-    *:IRIX*:*:*)
-	echo mips-sgi-irix`echo ${UNAME_RELEASE}|sed -e 's/-/_/g'`
-	exit ;;
-    ????????:AIX?:[12].1:2)   # AIX 2.2.1 or AIX 2.1.1 is RT/PC AIX.
-	echo romp-ibm-aix     # uname -m gives an 8 hex-code CPU id
-	exit ;;               # Note that: echo "'`uname -s`'" gives 'AIX '
-    i*86:AIX:*:*)
-	echo i386-ibm-aix
-	exit ;;
-    ia64:AIX:*:*)
-	if [ -x /usr/bin/oslevel ] ; then
-		IBM_REV=`/usr/bin/oslevel`
-	else
-		IBM_REV=${UNAME_VERSION}.${UNAME_RELEASE}
-	fi
-	echo ${UNAME_MACHINE}-ibm-aix${IBM_REV}
-	exit ;;
-    *:AIX:2:3)
-	if grep bos325 /usr/include/stdio.h >/dev/null 2>&1; then
-		eval $set_cc_for_build
-		sed 's/^		//' << EOF >$dummy.c
-		#include <sys/systemcfg.h>
-
-		main()
-			{
-			if (!__power_pc())
-				exit(1);
-			puts("powerpc-ibm-aix3.2.5");
-			exit(0);
-			}
-EOF
-		if $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy`
-		then
-			echo "$SYSTEM_NAME"
-		else
-			echo rs6000-ibm-aix3.2.5
-		fi
-	elif grep bos324 /usr/include/stdio.h >/dev/null 2>&1; then
-		echo rs6000-ibm-aix3.2.4
-	else
-		echo rs6000-ibm-aix3.2
-	fi
-	exit ;;
-    *:AIX:*:[4567])
-	IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'`
-	if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then
-		IBM_ARCH=rs6000
-	else
-		IBM_ARCH=powerpc
-	fi
-	if [ -x /usr/bin/lslpp ] ; then
-		IBM_REV=`/usr/bin/lslpp -Lqc bos.rte.libc |
-			   awk -F: '{ print $3 }' | sed s/[0-9]*$/0/`
-	else
-		IBM_REV=${UNAME_VERSION}.${UNAME_RELEASE}
-	fi
-	echo ${IBM_ARCH}-ibm-aix${IBM_REV}
-	exit ;;
-    *:AIX:*:*)
-	echo rs6000-ibm-aix
-	exit ;;
-    ibmrt:4.4BSD:*|romp-ibm:BSD:*)
-	echo romp-ibm-bsd4.4
-	exit ;;
-    ibmrt:*BSD:*|romp-ibm:BSD:*)            # covers RT/PC BSD and
-	echo romp-ibm-bsd${UNAME_RELEASE}   # 4.3 with uname added to
-	exit ;;                             # report: romp-ibm BSD 4.3
-    *:BOSX:*:*)
-	echo rs6000-bull-bosx
-	exit ;;
-    DPX/2?00:B.O.S.:*:*)
-	echo m68k-bull-sysv3
-	exit ;;
-    9000/[34]??:4.3bsd:1.*:*)
-	echo m68k-hp-bsd
-	exit ;;
-    hp300:4.4BSD:*:* | 9000/[34]??:4.3bsd:2.*:*)
-	echo m68k-hp-bsd4.4
-	exit ;;
-    9000/[34678]??:HP-UX:*:*)
-	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
-	case "${UNAME_MACHINE}" in
-	    9000/31? )            HP_ARCH=m68000 ;;
-	    9000/[34]?? )         HP_ARCH=m68k ;;
-	    9000/[678][0-9][0-9])
-		if [ -x /usr/bin/getconf ]; then
-		    sc_cpu_version=`/usr/bin/getconf SC_CPU_VERSION 2>/dev/null`
-		    sc_kernel_bits=`/usr/bin/getconf SC_KERNEL_BITS 2>/dev/null`
-		    case "${sc_cpu_version}" in
-		      523) HP_ARCH="hppa1.0" ;; # CPU_PA_RISC1_0
-		      528) HP_ARCH="hppa1.1" ;; # CPU_PA_RISC1_1
-		      532)                      # CPU_PA_RISC2_0
-			case "${sc_kernel_bits}" in
-			  32) HP_ARCH="hppa2.0n" ;;
-			  64) HP_ARCH="hppa2.0w" ;;
-			  '') HP_ARCH="hppa2.0" ;;   # HP-UX 10.20
-			esac ;;
-		    esac
-		fi
-		if [ "${HP_ARCH}" = "" ]; then
-		    eval $set_cc_for_build
-		    sed 's/^		//' << EOF >$dummy.c
-
-		#define _HPUX_SOURCE
-		#include <stdlib.h>
-		#include <unistd.h>
-
-		int main ()
-		{
-		#if defined(_SC_KERNEL_BITS)
-		    long bits = sysconf(_SC_KERNEL_BITS);
-		#endif
-		    long cpu  = sysconf (_SC_CPU_VERSION);
-
-		    switch (cpu)
-			{
-			case CPU_PA_RISC1_0: puts ("hppa1.0"); break;
-			case CPU_PA_RISC1_1: puts ("hppa1.1"); break;
-			case CPU_PA_RISC2_0:
-		#if defined(_SC_KERNEL_BITS)
-			    switch (bits)
-				{
-				case 64: puts ("hppa2.0w"); break;
-				case 32: puts ("hppa2.0n"); break;
-				default: puts ("hppa2.0"); break;
-				} break;
-		#else  /* !defined(_SC_KERNEL_BITS) */
-			    puts ("hppa2.0"); break;
-		#endif
-			default: puts ("hppa1.0"); break;
-			}
-		    exit (0);
-		}
-EOF
-		    (CCOPTS= $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null) && HP_ARCH=`$dummy`
-		    test -z "$HP_ARCH" && HP_ARCH=hppa
-		fi ;;
-	esac
-	if [ ${HP_ARCH} = "hppa2.0w" ]
-	then
-	    eval $set_cc_for_build
-
-	    # hppa2.0w-hp-hpux* has a 64-bit kernel and a compiler generating
-	    # 32-bit code.  hppa64-hp-hpux* has the same kernel and a compiler
-	    # generating 64-bit code.  GNU and HP use different nomenclature:
-	    #
-	    # $ CC_FOR_BUILD=cc ./config.guess
-	    # => hppa2.0w-hp-hpux11.23
-	    # $ CC_FOR_BUILD="cc +DA2.0w" ./config.guess
-	    # => hppa64-hp-hpux11.23
-
-	    if echo __LP64__ | (CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) |
-		grep -q __LP64__
-	    then
-		HP_ARCH="hppa2.0w"
-	    else
-		HP_ARCH="hppa64"
-	    fi
-	fi
-	echo ${HP_ARCH}-hp-hpux${HPUX_REV}
-	exit ;;
-    ia64:HP-UX:*:*)
-	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
-	echo ia64-hp-hpux${HPUX_REV}
-	exit ;;
-    3050*:HI-UX:*:*)
-	eval $set_cc_for_build
-	sed 's/^	//' << EOF >$dummy.c
-	#include <unistd.h>
-	int
-	main ()
-	{
-	  long cpu = sysconf (_SC_CPU_VERSION);
-	  /* The order matters, because CPU_IS_HP_MC68K erroneously returns
-	     true for CPU_PA_RISC1_0.  CPU_IS_PA_RISC returns correct
-	     results, however.  */
-	  if (CPU_IS_PA_RISC (cpu))
-	    {
-	      switch (cpu)
-		{
-		  case CPU_PA_RISC1_0: puts ("hppa1.0-hitachi-hiuxwe2"); break;
-		  case CPU_PA_RISC1_1: puts ("hppa1.1-hitachi-hiuxwe2"); break;
-		  case CPU_PA_RISC2_0: puts ("hppa2.0-hitachi-hiuxwe2"); break;
-		  default: puts ("hppa-hitachi-hiuxwe2"); break;
-		}
-	    }
-	  else if (CPU_IS_HP_MC68K (cpu))
-	    puts ("m68k-hitachi-hiuxwe2");
-	  else puts ("unknown-hitachi-hiuxwe2");
-	  exit (0);
-	}
-EOF
-	$CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` &&
-		{ echo "$SYSTEM_NAME"; exit; }
-	echo unknown-hitachi-hiuxwe2
-	exit ;;
-    9000/7??:4.3bsd:*:* | 9000/8?[79]:4.3bsd:*:* )
-	echo hppa1.1-hp-bsd
-	exit ;;
-    9000/8??:4.3bsd:*:*)
-	echo hppa1.0-hp-bsd
-	exit ;;
-    *9??*:MPE/iX:*:* | *3000*:MPE/iX:*:*)
-	echo hppa1.0-hp-mpeix
-	exit ;;
-    hp7??:OSF1:*:* | hp8?[79]:OSF1:*:* )
-	echo hppa1.1-hp-osf
-	exit ;;
-    hp8??:OSF1:*:*)
-	echo hppa1.0-hp-osf
-	exit ;;
-    i*86:OSF1:*:*)
-	if [ -x /usr/sbin/sysversion ] ; then
-	    echo ${UNAME_MACHINE}-unknown-osf1mk
-	else
-	    echo ${UNAME_MACHINE}-unknown-osf1
-	fi
-	exit ;;
-    parisc*:Lites*:*:*)
-	echo hppa1.1-hp-lites
-	exit ;;
-    C1*:ConvexOS:*:* | convex:ConvexOS:C1*:*)
-	echo c1-convex-bsd
-	exit ;;
-    C2*:ConvexOS:*:* | convex:ConvexOS:C2*:*)
-	if getsysinfo -f scalar_acc
-	then echo c32-convex-bsd
-	else echo c2-convex-bsd
-	fi
-	exit ;;
-    C34*:ConvexOS:*:* | convex:ConvexOS:C34*:*)
-	echo c34-convex-bsd
-	exit ;;
-    C38*:ConvexOS:*:* | convex:ConvexOS:C38*:*)
-	echo c38-convex-bsd
-	exit ;;
-    C4*:ConvexOS:*:* | convex:ConvexOS:C4*:*)
-	echo c4-convex-bsd
-	exit ;;
-    CRAY*Y-MP:*:*:*)
-	echo ymp-cray-unicos${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/'
-	exit ;;
-    CRAY*[A-Z]90:*:*:*)
-	echo ${UNAME_MACHINE}-cray-unicos${UNAME_RELEASE} \
-	| sed -e 's/CRAY.*\([A-Z]90\)/\1/' \
-	      -e y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/ \
-	      -e 's/\.[^.]*$/.X/'
-	exit ;;
-    CRAY*TS:*:*:*)
-	echo t90-cray-unicos${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/'
-	exit ;;
-    CRAY*T3E:*:*:*)
-	echo alphaev5-cray-unicosmk${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/'
-	exit ;;
-    CRAY*SV1:*:*:*)
-	echo sv1-cray-unicos${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/'
-	exit ;;
-    *:UNICOS/mp:*:*)
-	echo craynv-cray-unicosmp${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/'
-	exit ;;
-    F30[01]:UNIX_System_V:*:* | F700:UNIX_System_V:*:*)
-	FUJITSU_PROC=`uname -m | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'`
-	FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
-	FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'`
-	echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
-	exit ;;
-    5000:UNIX_System_V:4.*:*)
-	FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
-	FUJITSU_REL=`echo ${UNAME_RELEASE} | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/ /_/'`
-	echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
-	exit ;;
-    i*86:BSD/386:*:* | i*86:BSD/OS:*:* | *:Ascend\ Embedded/OS:*:*)
-	echo ${UNAME_MACHINE}-pc-bsdi${UNAME_RELEASE}
-	exit ;;
-    sparc*:BSD/OS:*:*)
-	echo sparc-unknown-bsdi${UNAME_RELEASE}
-	exit ;;
-    *:BSD/OS:*:*)
-	echo ${UNAME_MACHINE}-unknown-bsdi${UNAME_RELEASE}
-	exit ;;
-    *:FreeBSD:*:*)
-	UNAME_PROCESSOR=`/usr/bin/uname -p`
-	case ${UNAME_PROCESSOR} in
-	    amd64)
-		echo x86_64-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
-	    *)
-		echo ${UNAME_PROCESSOR}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
-	esac
-	exit ;;
-    i*:CYGWIN*:*)
-	echo ${UNAME_MACHINE}-pc-cygwin
-	exit ;;
-    *:MINGW64*:*)
-	echo ${UNAME_MACHINE}-pc-mingw64
-	exit ;;
-    *:MINGW*:*)
-	echo ${UNAME_MACHINE}-pc-mingw32
-	exit ;;
-    *:MSYS*:*)
-	echo ${UNAME_MACHINE}-pc-msys
-	exit ;;
-    i*:windows32*:*)
-	# uname -m includes "-pc" on this system.
-	echo ${UNAME_MACHINE}-mingw32
-	exit ;;
-    i*:PW*:*)
-	echo ${UNAME_MACHINE}-pc-pw32
-	exit ;;
-    *:Interix*:*)
-	case ${UNAME_MACHINE} in
-	    x86)
-		echo i586-pc-interix${UNAME_RELEASE}
-		exit ;;
-	    authenticamd | genuineintel | EM64T)
-		echo x86_64-unknown-interix${UNAME_RELEASE}
-		exit ;;
-	    IA64)
-		echo ia64-unknown-interix${UNAME_RELEASE}
-		exit ;;
-	esac ;;
-    [345]86:Windows_95:* | [345]86:Windows_98:* | [345]86:Windows_NT:*)
-	echo i${UNAME_MACHINE}-pc-mks
-	exit ;;
-    8664:Windows_NT:*)
-	echo x86_64-pc-mks
-	exit ;;
-    i*:Windows_NT*:* | Pentium*:Windows_NT*:*)
-	# How do we know it's Interix rather than the generic POSIX subsystem?
-	# It also conflicts with pre-2.0 versions of AT&T UWIN. Should we
-	# UNAME_MACHINE based on the output of uname instead of i386?
-	echo i586-pc-interix
-	exit ;;
-    i*:UWIN*:*)
-	echo ${UNAME_MACHINE}-pc-uwin
-	exit ;;
-    amd64:CYGWIN*:*:* | x86_64:CYGWIN*:*:*)
-	echo x86_64-unknown-cygwin
-	exit ;;
-    p*:CYGWIN*:*)
-	echo powerpcle-unknown-cygwin
-	exit ;;
-    prep*:SunOS:5.*:*)
-	echo powerpcle-unknown-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
-	exit ;;
-    *:GNU:*:*)
-	# the GNU system
-	echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-${LIBC}`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'`
-	exit ;;
-    *:GNU/*:*:*)
-	# other systems with GNU libc and userland
-	echo ${UNAME_MACHINE}-unknown-`echo ${UNAME_SYSTEM} | sed 's,^[^/]*/,,' | tr '[A-Z]' '[a-z]'``echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`-${LIBC}
-	exit ;;
-    i*86:Minix:*:*)
-	echo ${UNAME_MACHINE}-pc-minix
-	exit ;;
-    aarch64:Linux:*:*)
-	echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
-	exit ;;
-    aarch64_be:Linux:*:*)
-	UNAME_MACHINE=aarch64_be
-	echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
-	exit ;;
-    alpha:Linux:*:*)
-	case `sed -n '/^cpu model/s/^.*: \(.*\)/\1/p' < /proc/cpuinfo` in
-	  EV5)   UNAME_MACHINE=alphaev5 ;;
-	  EV56)  UNAME_MACHINE=alphaev56 ;;
-	  PCA56) UNAME_MACHINE=alphapca56 ;;
-	  PCA57) UNAME_MACHINE=alphapca56 ;;
-	  EV6)   UNAME_MACHINE=alphaev6 ;;
-	  EV67)  UNAME_MACHINE=alphaev67 ;;
-	  EV68*) UNAME_MACHINE=alphaev68 ;;
-	esac
-	objdump --private-headers /bin/sh | grep -q ld.so.1
-	if test "$?" = 0 ; then LIBC="gnulibc1" ; fi
-	echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
-	exit ;;
-    arc:Linux:*:* | arceb:Linux:*:*)
-	echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
-	exit ;;
-    arm*:Linux:*:*)
-	eval $set_cc_for_build
-	if echo __ARM_EABI__ | $CC_FOR_BUILD -E - 2>/dev/null \
-	    | grep -q __ARM_EABI__
-	then
-	    echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
-	else
-	    if echo __ARM_PCS_VFP | $CC_FOR_BUILD -E - 2>/dev/null \
-		| grep -q __ARM_PCS_VFP
-	    then
-		echo ${UNAME_MACHINE}-unknown-linux-${LIBC}eabi
-	    else
-		echo ${UNAME_MACHINE}-unknown-linux-${LIBC}eabihf
-	    fi
-	fi
-	exit ;;
-    avr32*:Linux:*:*)
-	echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
-	exit ;;
-    cris:Linux:*:*)
-	echo ${UNAME_MACHINE}-axis-linux-${LIBC}
-	exit ;;
-    crisv32:Linux:*:*)
-	echo ${UNAME_MACHINE}-axis-linux-${LIBC}
-	exit ;;
-    frv:Linux:*:*)
-	echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
-	exit ;;
-    hexagon:Linux:*:*)
-	echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
-	exit ;;
-    i*86:Linux:*:*)
-	echo ${UNAME_MACHINE}-pc-linux-${LIBC}
-	exit ;;
-    ia64:Linux:*:*)
-	echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
-	exit ;;
-    m32r*:Linux:*:*)
-	echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
-	exit ;;
-    m68*:Linux:*:*)
-	echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
-	exit ;;
-    mips:Linux:*:* | mips64:Linux:*:*)
-	eval $set_cc_for_build
-	sed 's/^	//' << EOF >$dummy.c
-	#undef CPU
-	#undef ${UNAME_MACHINE}
-	#undef ${UNAME_MACHINE}el
-	#if defined(__MIPSEL__) || defined(__MIPSEL) || defined(_MIPSEL) || defined(MIPSEL)
-	CPU=${UNAME_MACHINE}el
-	#else
-	#if defined(__MIPSEB__) || defined(__MIPSEB) || defined(_MIPSEB) || defined(MIPSEB)
-	CPU=${UNAME_MACHINE}
-	#else
-	CPU=
-	#endif
-	#endif
-EOF
-	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^CPU'`
-	test x"${CPU}" != x && { echo "${CPU}-unknown-linux-${LIBC}"; exit; }
-	;;
-    openrisc*:Linux:*:*)
-	echo or1k-unknown-linux-${LIBC}
-	exit ;;
-    or32:Linux:*:* | or1k*:Linux:*:*)
-	echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
-	exit ;;
-    padre:Linux:*:*)
-	echo sparc-unknown-linux-${LIBC}
-	exit ;;
-    parisc64:Linux:*:* | hppa64:Linux:*:*)
-	echo hppa64-unknown-linux-${LIBC}
-	exit ;;
-    parisc:Linux:*:* | hppa:Linux:*:*)
-	# Look for CPU level
-	case `grep '^cpu[^a-z]*:' /proc/cpuinfo 2>/dev/null | cut -d' ' -f2` in
-	  PA7*) echo hppa1.1-unknown-linux-${LIBC} ;;
-	  PA8*) echo hppa2.0-unknown-linux-${LIBC} ;;
-	  *)    echo hppa-unknown-linux-${LIBC} ;;
-	esac
-	exit ;;
-    ppc64:Linux:*:*)
-	echo powerpc64-unknown-linux-${LIBC}
-	exit ;;
-    ppc:Linux:*:*)
-	echo powerpc-unknown-linux-${LIBC}
-	exit ;;
-    ppc64le:Linux:*:*)
-	echo powerpc64le-unknown-linux-${LIBC}
-	exit ;;
-    ppcle:Linux:*:*)
-	echo powerpcle-unknown-linux-${LIBC}
-	exit ;;
-    s390:Linux:*:* | s390x:Linux:*:*)
-	echo ${UNAME_MACHINE}-ibm-linux-${LIBC}
-	exit ;;
-    sh64*:Linux:*:*)
-	echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
-	exit ;;
-    sh*:Linux:*:*)
-	echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
-	exit ;;
-    sparc:Linux:*:* | sparc64:Linux:*:*)
-	echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
-	exit ;;
-    tile*:Linux:*:*)
-	echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
-	exit ;;
-    vax:Linux:*:*)
-	echo ${UNAME_MACHINE}-dec-linux-${LIBC}
-	exit ;;
-    x86_64:Linux:*:*)
-	echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
-	exit ;;
-    xtensa*:Linux:*:*)
-	echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
-	exit ;;
-    i*86:DYNIX/ptx:4*:*)
-	# ptx 4.0 does uname -s correctly, with DYNIX/ptx in there.
-	# earlier versions are messed up and put the nodename in both
-	# sysname and nodename.
-	echo i386-sequent-sysv4
-	exit ;;
-    i*86:UNIX_SV:4.2MP:2.*)
-	# Unixware is an offshoot of SVR4, but it has its own version
-	# number series starting with 2...
-	# I am not positive that other SVR4 systems won't match this,
-	# I just have to hope.  -- rms.
-	# Use sysv4.2uw... so that sysv4* matches it.
-	echo ${UNAME_MACHINE}-pc-sysv4.2uw${UNAME_VERSION}
-	exit ;;
-    i*86:OS/2:*:*)
-	# If we were able to find `uname', then EMX Unix compatibility
-	# is probably installed.
-	echo ${UNAME_MACHINE}-pc-os2-emx
-	exit ;;
-    i*86:XTS-300:*:STOP)
-	echo ${UNAME_MACHINE}-unknown-stop
-	exit ;;
-    i*86:atheos:*:*)
-	echo ${UNAME_MACHINE}-unknown-atheos
-	exit ;;
-    i*86:syllable:*:*)
-	echo ${UNAME_MACHINE}-pc-syllable
-	exit ;;
-    i*86:LynxOS:2.*:* | i*86:LynxOS:3.[01]*:* | i*86:LynxOS:4.[02]*:*)
-	echo i386-unknown-lynxos${UNAME_RELEASE}
-	exit ;;
-    i*86:*DOS:*:*)
-	echo ${UNAME_MACHINE}-pc-msdosdjgpp
-	exit ;;
-    i*86:*:4.*:* | i*86:SYSTEM_V:4.*:*)
-	UNAME_REL=`echo ${UNAME_RELEASE} | sed 's/\/MP$//'`
-	if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then
-		echo ${UNAME_MACHINE}-univel-sysv${UNAME_REL}
-	else
-		echo ${UNAME_MACHINE}-pc-sysv${UNAME_REL}
-	fi
-	exit ;;
-    i*86:*:5:[678]*)
-	# UnixWare 7.x, OpenUNIX and OpenServer 6.
-	case `/bin/uname -X | grep "^Machine"` in
-	    *486*)	     UNAME_MACHINE=i486 ;;
-	    *Pentium)	     UNAME_MACHINE=i586 ;;
-	    *Pent*|*Celeron) UNAME_MACHINE=i686 ;;
-	esac
-	echo ${UNAME_MACHINE}-unknown-sysv${UNAME_RELEASE}${UNAME_SYSTEM}${UNAME_VERSION}
-	exit ;;
-    i*86:*:3.2:*)
-	if test -f /usr/options/cb.name; then
-		UNAME_REL=`sed -n 's/.*Version //p' </usr/options/cb.name`
-		echo ${UNAME_MACHINE}-pc-isc$UNAME_REL
-	elif /bin/uname -X 2>/dev/null >/dev/null ; then
-		UNAME_REL=`(/bin/uname -X|grep Release|sed -e 's/.*= //')`
-		(/bin/uname -X|grep i80486 >/dev/null) && UNAME_MACHINE=i486
-		(/bin/uname -X|grep '^Machine.*Pentium' >/dev/null) \
-			&& UNAME_MACHINE=i586
-		(/bin/uname -X|grep '^Machine.*Pent *II' >/dev/null) \
-			&& UNAME_MACHINE=i686
-		(/bin/uname -X|grep '^Machine.*Pentium Pro' >/dev/null) \
-			&& UNAME_MACHINE=i686
-		echo ${UNAME_MACHINE}-pc-sco$UNAME_REL
-	else
-		echo ${UNAME_MACHINE}-pc-sysv32
-	fi
-	exit ;;
-    pc:*:*:*)
-	# Left here for compatibility:
-	# uname -m prints for DJGPP always 'pc', but it prints nothing about
-	# the processor, so we play safe by assuming i586.
-	# Note: whatever this is, it MUST be the same as what config.sub
-	# prints for the "djgpp" host, or else GDB configury will decide that
-	# this is a cross-build.
-	echo i586-pc-msdosdjgpp
-	exit ;;
-    Intel:Mach:3*:*)
-	echo i386-pc-mach3
-	exit ;;
-    paragon:*:*:*)
-	echo i860-intel-osf1
-	exit ;;
-    i860:*:4.*:*) # i860-SVR4
-	if grep Stardent /usr/include/sys/uadmin.h >/dev/null 2>&1 ; then
-	  echo i860-stardent-sysv${UNAME_RELEASE} # Stardent Vistra i860-SVR4
-	else # Add other i860-SVR4 vendors below as they are discovered.
-	  echo i860-unknown-sysv${UNAME_RELEASE}  # Unknown i860-SVR4
-	fi
-	exit ;;
-    mini*:CTIX:SYS*5:*)
-	# "miniframe"
-	echo m68010-convergent-sysv
-	exit ;;
-    mc68k:UNIX:SYSTEM5:3.51m)
-	echo m68k-convergent-sysv
-	exit ;;
-    M680?0:D-NIX:5.3:*)
-	echo m68k-diab-dnix
-	exit ;;
-    M68*:*:R3V[5678]*:*)
-	test -r /sysV68 && { echo 'm68k-motorola-sysv'; exit; } ;;
-    3[345]??:*:4.0:3.0 | 3[34]??A:*:4.0:3.0 | 3[34]??,*:*:4.0:3.0 | 3[34]??/*:*:4.0:3.0 | 4400:*:4.0:3.0 | 4850:*:4.0:3.0 | SKA40:*:4.0:3.0 | SDS2:*:4.0:3.0 | SHG2:*:4.0:3.0 | S7501*:*:4.0:3.0)
-	OS_REL=''
-	test -r /etc/.relid \
-	&& OS_REL=.`sed -n 's/[^ ]* [^ ]* \([0-9][0-9]\).*/\1/p' < /etc/.relid`
-	/bin/uname -p 2>/dev/null | grep 86 >/dev/null \
-	  && { echo i486-ncr-sysv4.3${OS_REL}; exit; }
-	/bin/uname -p 2>/dev/null | /bin/grep entium >/dev/null \
-	  && { echo i586-ncr-sysv4.3${OS_REL}; exit; } ;;
-    3[34]??:*:4.0:* | 3[34]??,*:*:4.0:*)
-	/bin/uname -p 2>/dev/null | grep 86 >/dev/null \
-	  && { echo i486-ncr-sysv4; exit; } ;;
-    NCR*:*:4.2:* | MPRAS*:*:4.2:*)
-	OS_REL='.3'
-	test -r /etc/.relid \
-	    && OS_REL=.`sed -n 's/[^ ]* [^ ]* \([0-9][0-9]\).*/\1/p' < /etc/.relid`
-	/bin/uname -p 2>/dev/null | grep 86 >/dev/null \
-	    && { echo i486-ncr-sysv4.3${OS_REL}; exit; }
-	/bin/uname -p 2>/dev/null | /bin/grep entium >/dev/null \
-	    && { echo i586-ncr-sysv4.3${OS_REL}; exit; }
-	/bin/uname -p 2>/dev/null | /bin/grep pteron >/dev/null \
-	    && { echo i586-ncr-sysv4.3${OS_REL}; exit; } ;;
-    m68*:LynxOS:2.*:* | m68*:LynxOS:3.0*:*)
-	echo m68k-unknown-lynxos${UNAME_RELEASE}
-	exit ;;
-    mc68030:UNIX_System_V:4.*:*)
-	echo m68k-atari-sysv4
-	exit ;;
-    TSUNAMI:LynxOS:2.*:*)
-	echo sparc-unknown-lynxos${UNAME_RELEASE}
-	exit ;;
-    rs6000:LynxOS:2.*:*)
-	echo rs6000-unknown-lynxos${UNAME_RELEASE}
-	exit ;;
-    PowerPC:LynxOS:2.*:* | PowerPC:LynxOS:3.[01]*:* | PowerPC:LynxOS:4.[02]*:*)
-	echo powerpc-unknown-lynxos${UNAME_RELEASE}
-	exit ;;
-    SM[BE]S:UNIX_SV:*:*)
-	echo mips-dde-sysv${UNAME_RELEASE}
-	exit ;;
-    RM*:ReliantUNIX-*:*:*)
-	echo mips-sni-sysv4
-	exit ;;
-    RM*:SINIX-*:*:*)
-	echo mips-sni-sysv4
-	exit ;;
-    *:SINIX-*:*:*)
-	if uname -p 2>/dev/null >/dev/null ; then
-		UNAME_MACHINE=`(uname -p) 2>/dev/null`
-		echo ${UNAME_MACHINE}-sni-sysv4
-	else
-		echo ns32k-sni-sysv
-	fi
-	exit ;;
-    PENTIUM:*:4.0*:*)	# Unisys `ClearPath HMP IX 4000' SVR4/MP effort
-			# says <Richard.M.Bartel at ccMail.Census.GOV>
-	echo i586-unisys-sysv4
-	exit ;;
-    *:UNIX_System_V:4*:FTX*)
-	# From Gerald Hewes <hewes at openmarket.com>.
-	# How about differentiating between stratus architectures? -djm
-	echo hppa1.1-stratus-sysv4
-	exit ;;
-    *:*:*:FTX*)
-	# From seanf at swdc.stratus.com.
-	echo i860-stratus-sysv4
-	exit ;;
-    i*86:VOS:*:*)
-	# From Paul.Green at stratus.com.
-	echo ${UNAME_MACHINE}-stratus-vos
-	exit ;;
-    *:VOS:*:*)
-	# From Paul.Green at stratus.com.
-	echo hppa1.1-stratus-vos
-	exit ;;
-    mc68*:A/UX:*:*)
-	echo m68k-apple-aux${UNAME_RELEASE}
-	exit ;;
-    news*:NEWS-OS:6*:*)
-	echo mips-sony-newsos6
-	exit ;;
-    R[34]000:*System_V*:*:* | R4000:UNIX_SYSV:*:* | R*000:UNIX_SV:*:*)
-	if [ -d /usr/nec ]; then
-		echo mips-nec-sysv${UNAME_RELEASE}
-	else
-		echo mips-unknown-sysv${UNAME_RELEASE}
-	fi
-	exit ;;
-    BeBox:BeOS:*:*)	# BeOS running on hardware made by Be, PPC only.
-	echo powerpc-be-beos
-	exit ;;
-    BeMac:BeOS:*:*)	# BeOS running on Mac or Mac clone, PPC only.
-	echo powerpc-apple-beos
-	exit ;;
-    BePC:BeOS:*:*)	# BeOS running on Intel PC compatible.
-	echo i586-pc-beos
-	exit ;;
-    BePC:Haiku:*:*)	# Haiku running on Intel PC compatible.
-	echo i586-pc-haiku
-	exit ;;
-    x86_64:Haiku:*:*)
-	echo x86_64-unknown-haiku
-	exit ;;
-    SX-4:SUPER-UX:*:*)
-	echo sx4-nec-superux${UNAME_RELEASE}
-	exit ;;
-    SX-5:SUPER-UX:*:*)
-	echo sx5-nec-superux${UNAME_RELEASE}
-	exit ;;
-    SX-6:SUPER-UX:*:*)
-	echo sx6-nec-superux${UNAME_RELEASE}
-	exit ;;
-    SX-7:SUPER-UX:*:*)
-	echo sx7-nec-superux${UNAME_RELEASE}
-	exit ;;
-    SX-8:SUPER-UX:*:*)
-	echo sx8-nec-superux${UNAME_RELEASE}
-	exit ;;
-    SX-8R:SUPER-UX:*:*)
-	echo sx8r-nec-superux${UNAME_RELEASE}
-	exit ;;
-    Power*:Rhapsody:*:*)
-	echo powerpc-apple-rhapsody${UNAME_RELEASE}
-	exit ;;
-    *:Rhapsody:*:*)
-	echo ${UNAME_MACHINE}-apple-rhapsody${UNAME_RELEASE}
-	exit ;;
-    *:Darwin:*:*)
-	UNAME_PROCESSOR=`uname -p` || UNAME_PROCESSOR=unknown
-	eval $set_cc_for_build
-	if test "$UNAME_PROCESSOR" = unknown ; then
-	    UNAME_PROCESSOR=powerpc
-	fi
-	if test `echo "$UNAME_RELEASE" | sed -e 's/\..*//'` -le 10 ; then
-	    if [ "$CC_FOR_BUILD" != 'no_compiler_found' ]; then
-		if (echo '#ifdef __LP64__'; echo IS_64BIT_ARCH; echo '#endif') | \
-		    (CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) | \
-		    grep IS_64BIT_ARCH >/dev/null
-		then
-		    case $UNAME_PROCESSOR in
-			i386) UNAME_PROCESSOR=x86_64 ;;
-			powerpc) UNAME_PROCESSOR=powerpc64 ;;
-		    esac
-		fi
-	    fi
-	elif test "$UNAME_PROCESSOR" = i386 ; then
-	    # Avoid executing cc on OS X 10.9, as it ships with a stub
-	    # that puts up a graphical alert prompting to install
-	    # developer tools.  Any system running Mac OS X 10.7 or
-	    # later (Darwin 11 and later) is required to have a 64-bit
-	    # processor. This is not true of the ARM version of Darwin
-	    # that Apple uses in portable devices.
-	    UNAME_PROCESSOR=x86_64
-	fi
-	echo ${UNAME_PROCESSOR}-apple-darwin${UNAME_RELEASE}
-	exit ;;
-    *:procnto*:*:* | *:QNX:[0123456789]*:*)
-	UNAME_PROCESSOR=`uname -p`
-	if test "$UNAME_PROCESSOR" = "x86"; then
-		UNAME_PROCESSOR=i386
-		UNAME_MACHINE=pc
-	fi
-	echo ${UNAME_PROCESSOR}-${UNAME_MACHINE}-nto-qnx${UNAME_RELEASE}
-	exit ;;
-    *:QNX:*:4*)
-	echo i386-pc-qnx
-	exit ;;
-    NEO-?:NONSTOP_KERNEL:*:*)
-	echo neo-tandem-nsk${UNAME_RELEASE}
-	exit ;;
-    NSE-*:NONSTOP_KERNEL:*:*)
-	echo nse-tandem-nsk${UNAME_RELEASE}
-	exit ;;
-    NSR-?:NONSTOP_KERNEL:*:*)
-	echo nsr-tandem-nsk${UNAME_RELEASE}
-	exit ;;
-    *:NonStop-UX:*:*)
-	echo mips-compaq-nonstopux
-	exit ;;
-    BS2000:POSIX*:*:*)
-	echo bs2000-siemens-sysv
-	exit ;;
-    DS/*:UNIX_System_V:*:*)
-	echo ${UNAME_MACHINE}-${UNAME_SYSTEM}-${UNAME_RELEASE}
-	exit ;;
-    *:Plan9:*:*)
-	# "uname -m" is not consistent, so use $cputype instead. 386
-	# is converted to i386 for consistency with other x86
-	# operating systems.
-	if test "$cputype" = "386"; then
-	    UNAME_MACHINE=i386
-	else
-	    UNAME_MACHINE="$cputype"
-	fi
-	echo ${UNAME_MACHINE}-unknown-plan9
-	exit ;;
-    *:TOPS-10:*:*)
-	echo pdp10-unknown-tops10
-	exit ;;
-    *:TENEX:*:*)
-	echo pdp10-unknown-tenex
-	exit ;;
-    KS10:TOPS-20:*:* | KL10:TOPS-20:*:* | TYPE4:TOPS-20:*:*)
-	echo pdp10-dec-tops20
-	exit ;;
-    XKL-1:TOPS-20:*:* | TYPE5:TOPS-20:*:*)
-	echo pdp10-xkl-tops20
-	exit ;;
-    *:TOPS-20:*:*)
-	echo pdp10-unknown-tops20
-	exit ;;
-    *:ITS:*:*)
-	echo pdp10-unknown-its
-	exit ;;
-    SEI:*:*:SEIUX)
-	echo mips-sei-seiux${UNAME_RELEASE}
-	exit ;;
-    *:DragonFly:*:*)
-	echo ${UNAME_MACHINE}-unknown-dragonfly`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`
-	exit ;;
-    *:*VMS:*:*)
-	UNAME_MACHINE=`(uname -p) 2>/dev/null`
-	case "${UNAME_MACHINE}" in
-	    A*) echo alpha-dec-vms ; exit ;;
-	    I*) echo ia64-dec-vms ; exit ;;
-	    V*) echo vax-dec-vms ; exit ;;
-	esac ;;
-    *:XENIX:*:SysV)
-	echo i386-pc-xenix
-	exit ;;
-    i*86:skyos:*:*)
-	echo ${UNAME_MACHINE}-pc-skyos`echo ${UNAME_RELEASE}` | sed -e 's/ .*$//'
-	exit ;;
-    i*86:rdos:*:*)
-	echo ${UNAME_MACHINE}-pc-rdos
-	exit ;;
-    i*86:AROS:*:*)
-	echo ${UNAME_MACHINE}-pc-aros
-	exit ;;
-    x86_64:VMkernel:*:*)
-	echo ${UNAME_MACHINE}-unknown-esx
-	exit ;;
-esac
-
-cat >&2 <<EOF
-$0: unable to guess system type
-
-This script, last modified $timestamp, has failed to recognize
-the operating system you are using. It is advised that you
-download the most up to date version of the config scripts from
-
-  http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess;hb=HEAD
-and
-  http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.sub;hb=HEAD
-
-If the version you run ($0) is already up to date, please
-send the following data and any information you think might be
-pertinent to <config-patches at gnu.org> in order to provide the needed
-information to handle your system.
-
-config.guess timestamp = $timestamp
-
-uname -m = `(uname -m) 2>/dev/null || echo unknown`
-uname -r = `(uname -r) 2>/dev/null || echo unknown`
-uname -s = `(uname -s) 2>/dev/null || echo unknown`
-uname -v = `(uname -v) 2>/dev/null || echo unknown`
-
-/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null`
-/bin/uname -X     = `(/bin/uname -X) 2>/dev/null`
-
-hostinfo               = `(hostinfo) 2>/dev/null`
-/bin/universe          = `(/bin/universe) 2>/dev/null`
-/usr/bin/arch -k       = `(/usr/bin/arch -k) 2>/dev/null`
-/bin/arch              = `(/bin/arch) 2>/dev/null`
-/usr/bin/oslevel       = `(/usr/bin/oslevel) 2>/dev/null`
-/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null`
-
-UNAME_MACHINE = ${UNAME_MACHINE}
-UNAME_RELEASE = ${UNAME_RELEASE}
-UNAME_SYSTEM  = ${UNAME_SYSTEM}
-UNAME_VERSION = ${UNAME_VERSION}
-EOF
-
-exit 1
-
-# Local variables:
-# eval: (add-hook 'write-file-hooks 'time-stamp)
-# time-stamp-start: "timestamp='"
-# time-stamp-format: "%:y-%02m-%02d"
-# time-stamp-end: "'"
-# End:
diff --git a/config/config.sub b/config/config.sub
deleted file mode 100755
index 7ffe373..0000000
--- a/config/config.sub
+++ /dev/null
@@ -1,1807 +0,0 @@
-#! /bin/sh
-# Configuration validation subroutine script.
-#   Copyright 1992-2014 Free Software Foundation, Inc.
-
-timestamp='2014-12-03'
-
-# This file is free software; you can redistribute it and/or modify it
-# under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 3 of the License, or
-# (at your option) any later version.
-#
-# This program is distributed in the hope that it will be useful, but
-# WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-# General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program; if not, see <http://www.gnu.org/licenses/>.
-#
-# As a special exception to the GNU General Public License, if you
-# distribute this file as part of a program that contains a
-# configuration script generated by Autoconf, you may include it under
-# the same distribution terms that you use for the rest of that
-# program.  This Exception is an additional permission under section 7
-# of the GNU General Public License, version 3 ("GPLv3").
-
-
-# Please send patches to <config-patches at gnu.org>.
-#
-# Configuration subroutine to validate and canonicalize a configuration type.
-# Supply the specified configuration type as an argument.
-# If it is invalid, we print an error message on stderr and exit with code 1.
-# Otherwise, we print the canonical config type on stdout and succeed.
-
-# You can get the latest version of this script from:
-# http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.sub;hb=HEAD
-
-# This file is supposed to be the same for all GNU packages
-# and recognize all the CPU types, system types and aliases
-# that are meaningful with *any* GNU software.
-# Each package is responsible for reporting which valid configurations
-# it does not support.  The user should be able to distinguish
-# a failure to support a valid configuration from a meaningless
-# configuration.
-
-# The goal of this file is to map all the various variations of a given
-# machine specification into a single specification in the form:
-#	CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM
-# or in some cases, the newer four-part form:
-#	CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM
-# It is wrong to echo any other type of specification.
-
-me=`echo "$0" | sed -e 's,.*/,,'`
-
-usage="\
-Usage: $0 [OPTION] CPU-MFR-OPSYS
-       $0 [OPTION] ALIAS
-
-Canonicalize a configuration name.
-
-Operation modes:
-  -h, --help         print this help, then exit
-  -t, --time-stamp   print date of last modification, then exit
-  -v, --version      print version number, then exit
-
-Report bugs and patches to <config-patches at gnu.org>."
-
-version="\
-GNU config.sub ($timestamp)
-
-Copyright 1992-2014 Free Software Foundation, Inc.
-
-This is free software; see the source for copying conditions.  There is NO
-warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE."
-
-help="
-Try \`$me --help' for more information."
-
-# Parse command line
-while test $# -gt 0 ; do
-  case $1 in
-    --time-stamp | --time* | -t )
-       echo "$timestamp" ; exit ;;
-    --version | -v )
-       echo "$version" ; exit ;;
-    --help | --h* | -h )
-       echo "$usage"; exit ;;
-    -- )     # Stop option processing
-       shift; break ;;
-    - )	# Use stdin as input.
-       break ;;
-    -* )
-       echo "$me: invalid option $1$help"
-       exit 1 ;;
-
-    *local*)
-       # First pass through any local machine types.
-       echo $1
-       exit ;;
-
-    * )
-       break ;;
-  esac
-done
-
-case $# in
- 0) echo "$me: missing argument$help" >&2
-    exit 1;;
- 1) ;;
- *) echo "$me: too many arguments$help" >&2
-    exit 1;;
-esac
-
-# Separate what the user gave into CPU-COMPANY and OS or KERNEL-OS (if any).
-# Here we must recognize all the valid KERNEL-OS combinations.
-maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`
-case $maybe_os in
-  nto-qnx* | linux-gnu* | linux-android* | linux-dietlibc | linux-newlib* | \
-  linux-musl* | linux-uclibc* | uclinux-uclibc* | uclinux-gnu* | kfreebsd*-gnu* | \
-  knetbsd*-gnu* | netbsd*-gnu* | \
-  kopensolaris*-gnu* | \
-  storm-chaos* | os2-emx* | rtmk-nova*)
-    os=-$maybe_os
-    basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`
-    ;;
-  android-linux)
-    os=-linux-android
-    basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`-unknown
-    ;;
-  *)
-    basic_machine=`echo $1 | sed 's/-[^-]*$//'`
-    if [ $basic_machine != $1 ]
-    then os=`echo $1 | sed 's/.*-/-/'`
-    else os=; fi
-    ;;
-esac
-
-### Let's recognize common machines as not being operating systems so
-### that things like config.sub decstation-3100 work.  We also
-### recognize some manufacturers as not being operating systems, so we
-### can provide default operating systems below.
-case $os in
-	-sun*os*)
-		# Prevent following clause from handling this invalid input.
-		;;
-	-dec* | -mips* | -sequent* | -encore* | -pc532* | -sgi* | -sony* | \
-	-att* | -7300* | -3300* | -delta* | -motorola* | -sun[234]* | \
-	-unicom* | -ibm* | -next | -hp | -isi* | -apollo | -altos* | \
-	-convergent* | -ncr* | -news | -32* | -3600* | -3100* | -hitachi* |\
-	-c[123]* | -convex* | -sun | -crds | -omron* | -dg | -ultra | -tti* | \
-	-harris | -dolphin | -highlevel | -gould | -cbm | -ns | -masscomp | \
-	-apple | -axis | -knuth | -cray | -microblaze*)
-		os=
-		basic_machine=$1
-		;;
-	-bluegene*)
-		os=-cnk
-		;;
-	-sim | -cisco | -oki | -wec | -winbond)
-		os=
-		basic_machine=$1
-		;;
-	-scout)
-		;;
-	-wrs)
-		os=-vxworks
-		basic_machine=$1
-		;;
-	-chorusos*)
-		os=-chorusos
-		basic_machine=$1
-		;;
-	-chorusrdb)
-		os=-chorusrdb
-		basic_machine=$1
-		;;
-	-hiux*)
-		os=-hiuxwe2
-		;;
-	-sco6)
-		os=-sco5v6
-		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
-		;;
-	-sco5)
-		os=-sco3.2v5
-		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
-		;;
-	-sco4)
-		os=-sco3.2v4
-		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
-		;;
-	-sco3.2.[4-9]*)
-		os=`echo $os | sed -e 's/sco3.2./sco3.2v/'`
-		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
-		;;
-	-sco3.2v[4-9]*)
-		# Don't forget version if it is 3.2v4 or newer.
-		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
-		;;
-	-sco5v6*)
-		# Don't forget version if it is 3.2v4 or newer.
-		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
-		;;
-	-sco*)
-		os=-sco3.2v2
-		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
-		;;
-	-udk*)
-		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
-		;;
-	-isc)
-		os=-isc2.2
-		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
-		;;
-	-clix*)
-		basic_machine=clipper-intergraph
-		;;
-	-isc*)
-		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
-		;;
-	-lynx*178)
-		os=-lynxos178
-		;;
-	-lynx*5)
-		os=-lynxos5
-		;;
-	-lynx*)
-		os=-lynxos
-		;;
-	-ptx*)
-		basic_machine=`echo $1 | sed -e 's/86-.*/86-sequent/'`
-		;;
-	-windowsnt*)
-		os=`echo $os | sed -e 's/windowsnt/winnt/'`
-		;;
-	-psos*)
-		os=-psos
-		;;
-	-mint | -mint[0-9]*)
-		basic_machine=m68k-atari
-		os=-mint
-		;;
-esac
-
-# Decode aliases for certain CPU-COMPANY combinations.
-case $basic_machine in
-	# Recognize the basic CPU types without company name.
-	# Some are omitted here because they have special meanings below.
-	1750a | 580 \
-	| a29k \
-	| aarch64 | aarch64_be \
-	| alpha | alphaev[4-8] | alphaev56 | alphaev6[78] | alphapca5[67] \
-	| alpha64 | alpha64ev[4-8] | alpha64ev56 | alpha64ev6[78] | alpha64pca5[67] \
-	| am33_2.0 \
-	| arc | arceb \
-	| arm | arm[bl]e | arme[lb] | armv[2-8] | armv[3-8][lb] | armv7[arm] \
-	| avr | avr32 \
-	| be32 | be64 \
-	| bfin \
-	| c4x | c8051 | clipper \
-	| d10v | d30v | dlx | dsp16xx \
-	| epiphany \
-	| fido | fr30 | frv \
-	| h8300 | h8500 | hppa | hppa1.[01] | hppa2.0 | hppa2.0[nw] | hppa64 \
-	| hexagon \
-	| i370 | i860 | i960 | ia64 \
-	| ip2k | iq2000 \
-	| k1om \
-	| le32 | le64 \
-	| lm32 \
-	| m32c | m32r | m32rle | m68000 | m68k | m88k \
-	| maxq | mb | microblaze | microblazeel | mcore | mep | metag \
-	| mips | mipsbe | mipseb | mipsel | mipsle \
-	| mips16 \
-	| mips64 | mips64el \
-	| mips64octeon | mips64octeonel \
-	| mips64orion | mips64orionel \
-	| mips64r5900 | mips64r5900el \
-	| mips64vr | mips64vrel \
-	| mips64vr4100 | mips64vr4100el \
-	| mips64vr4300 | mips64vr4300el \
-	| mips64vr5000 | mips64vr5000el \
-	| mips64vr5900 | mips64vr5900el \
-	| mipsisa32 | mipsisa32el \
-	| mipsisa32r2 | mipsisa32r2el \
-	| mipsisa32r6 | mipsisa32r6el \
-	| mipsisa64 | mipsisa64el \
-	| mipsisa64r2 | mipsisa64r2el \
-	| mipsisa64r6 | mipsisa64r6el \
-	| mipsisa64sb1 | mipsisa64sb1el \
-	| mipsisa64sr71k | mipsisa64sr71kel \
-	| mipsr5900 | mipsr5900el \
-	| mipstx39 | mipstx39el \
-	| mn10200 | mn10300 \
-	| moxie \
-	| mt \
-	| msp430 \
-	| nds32 | nds32le | nds32be \
-	| nios | nios2 | nios2eb | nios2el \
-	| ns16k | ns32k \
-	| open8 | or1k | or1knd | or32 \
-	| pdp10 | pdp11 | pj | pjl \
-	| powerpc | powerpc64 | powerpc64le | powerpcle \
-	| pyramid \
-	| riscv32 | riscv64 \
-	| rl78 | rx \
-	| score \
-	| sh | sh[1234] | sh[24]a | sh[24]aeb | sh[23]e | sh[34]eb | sheb | shbe | shle | sh[1234]le | sh3ele \
-	| sh64 | sh64le \
-	| sparc | sparc64 | sparc64b | sparc64v | sparc86x | sparclet | sparclite \
-	| sparcv8 | sparcv9 | sparcv9b | sparcv9v \
-	| spu \
-	| tahoe | tic4x | tic54x | tic55x | tic6x | tic80 | tron \
-	| ubicom32 \
-	| v850 | v850e | v850e1 | v850e2 | v850es | v850e2v3 \
-	| visium \
-	| we32k \
-	| x86 | xc16x | xstormy16 | xtensa \
-	| z8k | z80)
-		basic_machine=$basic_machine-unknown
-		;;
-	c54x)
-		basic_machine=tic54x-unknown
-		;;
-	c55x)
-		basic_machine=tic55x-unknown
-		;;
-	c6x)
-		basic_machine=tic6x-unknown
-		;;
-	leon|leon[3-9])
-		basic_machine=sparc-$basic_machine
-		;;
-	m6811 | m68hc11 | m6812 | m68hc12 | m68hcs12x | nvptx | picochip)
-		basic_machine=$basic_machine-unknown
-		os=-none
-		;;
-	m88110 | m680[12346]0 | m683?2 | m68360 | m5200 | v70 | w65 | z8k)
-		;;
-	ms1)
-		basic_machine=mt-unknown
-		;;
-
-	strongarm | thumb | xscale)
-		basic_machine=arm-unknown
-		;;
-	xgate)
-		basic_machine=$basic_machine-unknown
-		os=-none
-		;;
-	xscaleeb)
-		basic_machine=armeb-unknown
-		;;
-
-	xscaleel)
-		basic_machine=armel-unknown
-		;;
-
-	# We use `pc' rather than `unknown'
-	# because (1) that's what they normally are, and
-	# (2) the word "unknown" tends to confuse beginning users.
-	i*86 | x86_64)
-	  basic_machine=$basic_machine-pc
-	  ;;
-	# Object if more than one company name word.
-	*-*-*)
-		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
-		exit 1
-		;;
-	# Recognize the basic CPU types with company name.
-	580-* \
-	| a29k-* \
-	| aarch64-* | aarch64_be-* \
-	| alpha-* | alphaev[4-8]-* | alphaev56-* | alphaev6[78]-* \
-	| alpha64-* | alpha64ev[4-8]-* | alpha64ev56-* | alpha64ev6[78]-* \
-	| alphapca5[67]-* | alpha64pca5[67]-* | arc-* | arceb-* \
-	| arm-*  | armbe-* | armle-* | armeb-* | armv*-* \
-	| avr-* | avr32-* \
-	| be32-* | be64-* \
-	| bfin-* | bs2000-* \
-	| c[123]* | c30-* | [cjt]90-* | c4x-* \
-	| c8051-* | clipper-* | craynv-* | cydra-* \
-	| d10v-* | d30v-* | dlx-* \
-	| elxsi-* \
-	| f30[01]-* | f700-* | fido-* | fr30-* | frv-* | fx80-* \
-	| h8300-* | h8500-* \
-	| hppa-* | hppa1.[01]-* | hppa2.0-* | hppa2.0[nw]-* | hppa64-* \
-	| hexagon-* \
-	| i*86-* | i860-* | i960-* | ia64-* \
-	| ip2k-* | iq2000-* \
-	| k1om-* \
-	| le32-* | le64-* \
-	| lm32-* \
-	| m32c-* | m32r-* | m32rle-* \
-	| m68000-* | m680[012346]0-* | m68360-* | m683?2-* | m68k-* \
-	| m88110-* | m88k-* | maxq-* | mcore-* | metag-* \
-	| microblaze-* | microblazeel-* \
-	| mips-* | mipsbe-* | mipseb-* | mipsel-* | mipsle-* \
-	| mips16-* \
-	| mips64-* | mips64el-* \
-	| mips64octeon-* | mips64octeonel-* \
-	| mips64orion-* | mips64orionel-* \
-	| mips64r5900-* | mips64r5900el-* \
-	| mips64vr-* | mips64vrel-* \
-	| mips64vr4100-* | mips64vr4100el-* \
-	| mips64vr4300-* | mips64vr4300el-* \
-	| mips64vr5000-* | mips64vr5000el-* \
-	| mips64vr5900-* | mips64vr5900el-* \
-	| mipsisa32-* | mipsisa32el-* \
-	| mipsisa32r2-* | mipsisa32r2el-* \
-	| mipsisa32r6-* | mipsisa32r6el-* \
-	| mipsisa64-* | mipsisa64el-* \
-	| mipsisa64r2-* | mipsisa64r2el-* \
-	| mipsisa64r6-* | mipsisa64r6el-* \
-	| mipsisa64sb1-* | mipsisa64sb1el-* \
-	| mipsisa64sr71k-* | mipsisa64sr71kel-* \
-	| mipsr5900-* | mipsr5900el-* \
-	| mipstx39-* | mipstx39el-* \
-	| mmix-* \
-	| mt-* \
-	| msp430-* \
-	| nds32-* | nds32le-* | nds32be-* \
-	| nios-* | nios2-* | nios2eb-* | nios2el-* \
-	| none-* | np1-* | ns16k-* | ns32k-* \
-	| open8-* \
-	| or1k*-* \
-	| orion-* \
-	| pdp10-* | pdp11-* | pj-* | pjl-* | pn-* | power-* \
-	| powerpc-* | powerpc64-* | powerpc64le-* | powerpcle-* \
-	| pyramid-* \
-	| rl78-* | romp-* | rs6000-* | rx-* \
-	| sh-* | sh[1234]-* | sh[24]a-* | sh[24]aeb-* | sh[23]e-* | sh[34]eb-* | sheb-* | shbe-* \
-	| shle-* | sh[1234]le-* | sh3ele-* | sh64-* | sh64le-* \
-	| sparc-* | sparc64-* | sparc64b-* | sparc64v-* | sparc86x-* | sparclet-* \
-	| sparclite-* \
-	| sparcv8-* | sparcv9-* | sparcv9b-* | sparcv9v-* | sv1-* | sx?-* \
-	| tahoe-* \
-	| tic30-* | tic4x-* | tic54x-* | tic55x-* | tic6x-* | tic80-* \
-	| tile*-* \
-	| tron-* \
-	| ubicom32-* \
-	| v850-* | v850e-* | v850e1-* | v850es-* | v850e2-* | v850e2v3-* \
-	| vax-* \
-	| visium-* \
-	| we32k-* \
-	| x86-* | x86_64-* | xc16x-* | xps100-* \
-	| xstormy16-* | xtensa*-* \
-	| ymp-* \
-	| z8k-* | z80-*)
-		;;
-	# Recognize the basic CPU types without company name, with glob match.
-	xtensa*)
-		basic_machine=$basic_machine-unknown
-		;;
-	# Recognize the various machine names and aliases which stand
-	# for a CPU type and a company and sometimes even an OS.
-	386bsd)
-		basic_machine=i386-unknown
-		os=-bsd
-		;;
-	3b1 | 7300 | 7300-att | att-7300 | pc7300 | safari | unixpc)
-		basic_machine=m68000-att
-		;;
-	3b*)
-		basic_machine=we32k-att
-		;;
-	a29khif)
-		basic_machine=a29k-amd
-		os=-udi
-		;;
-	abacus)
-		basic_machine=abacus-unknown
-		;;
-	adobe68k)
-		basic_machine=m68010-adobe
-		os=-scout
-		;;
-	alliant | fx80)
-		basic_machine=fx80-alliant
-		;;
-	altos | altos3068)
-		basic_machine=m68k-altos
-		;;
-	am29k)
-		basic_machine=a29k-none
-		os=-bsd
-		;;
-	amd64)
-		basic_machine=x86_64-pc
-		;;
-	amd64-*)
-		basic_machine=x86_64-`echo $basic_machine | sed 's/^[^-]*-//'`
-		;;
-	amdahl)
-		basic_machine=580-amdahl
-		os=-sysv
-		;;
-	amiga | amiga-*)
-		basic_machine=m68k-unknown
-		;;
-	amigaos | amigados)
-		basic_machine=m68k-unknown
-		os=-amigaos
-		;;
-	amigaunix | amix)
-		basic_machine=m68k-unknown
-		os=-sysv4
-		;;
-	apollo68)
-		basic_machine=m68k-apollo
-		os=-sysv
-		;;
-	apollo68bsd)
-		basic_machine=m68k-apollo
-		os=-bsd
-		;;
-	aros)
-		basic_machine=i386-pc
-		os=-aros
-		;;
-	aux)
-		basic_machine=m68k-apple
-		os=-aux
-		;;
-	balance)
-		basic_machine=ns32k-sequent
-		os=-dynix
-		;;
-	blackfin)
-		basic_machine=bfin-unknown
-		os=-linux
-		;;
-	blackfin-*)
-		basic_machine=bfin-`echo $basic_machine | sed 's/^[^-]*-//'`
-		os=-linux
-		;;
-	bluegene*)
-		basic_machine=powerpc-ibm
-		os=-cnk
-		;;
-	c54x-*)
-		basic_machine=tic54x-`echo $basic_machine | sed 's/^[^-]*-//'`
-		;;
-	c55x-*)
-		basic_machine=tic55x-`echo $basic_machine | sed 's/^[^-]*-//'`
-		;;
-	c6x-*)
-		basic_machine=tic6x-`echo $basic_machine | sed 's/^[^-]*-//'`
-		;;
-	c90)
-		basic_machine=c90-cray
-		os=-unicos
-		;;
-	cegcc)
-		basic_machine=arm-unknown
-		os=-cegcc
-		;;
-	convex-c1)
-		basic_machine=c1-convex
-		os=-bsd
-		;;
-	convex-c2)
-		basic_machine=c2-convex
-		os=-bsd
-		;;
-	convex-c32)
-		basic_machine=c32-convex
-		os=-bsd
-		;;
-	convex-c34)
-		basic_machine=c34-convex
-		os=-bsd
-		;;
-	convex-c38)
-		basic_machine=c38-convex
-		os=-bsd
-		;;
-	cray | j90)
-		basic_machine=j90-cray
-		os=-unicos
-		;;
-	craynv)
-		basic_machine=craynv-cray
-		os=-unicosmp
-		;;
-	cr16 | cr16-*)
-		basic_machine=cr16-unknown
-		os=-elf
-		;;
-	crds | unos)
-		basic_machine=m68k-crds
-		;;
-	crisv32 | crisv32-* | etraxfs*)
-		basic_machine=crisv32-axis
-		;;
-	cris | cris-* | etrax*)
-		basic_machine=cris-axis
-		;;
-	crx)
-		basic_machine=crx-unknown
-		os=-elf
-		;;
-	da30 | da30-*)
-		basic_machine=m68k-da30
-		;;
-	decstation | decstation-3100 | pmax | pmax-* | pmin | dec3100 | decstatn)
-		basic_machine=mips-dec
-		;;
-	decsystem10* | dec10*)
-		basic_machine=pdp10-dec
-		os=-tops10
-		;;
-	decsystem20* | dec20*)
-		basic_machine=pdp10-dec
-		os=-tops20
-		;;
-	delta | 3300 | motorola-3300 | motorola-delta \
-	      | 3300-motorola | delta-motorola)
-		basic_machine=m68k-motorola
-		;;
-	delta88)
-		basic_machine=m88k-motorola
-		os=-sysv3
-		;;
-	dicos)
-		basic_machine=i686-pc
-		os=-dicos
-		;;
-	djgpp)
-		basic_machine=i586-pc
-		os=-msdosdjgpp
-		;;
-	dpx20 | dpx20-*)
-		basic_machine=rs6000-bull
-		os=-bosx
-		;;
-	dpx2* | dpx2*-bull)
-		basic_machine=m68k-bull
-		os=-sysv3
-		;;
-	ebmon29k)
-		basic_machine=a29k-amd
-		os=-ebmon
-		;;
-	elxsi)
-		basic_machine=elxsi-elxsi
-		os=-bsd
-		;;
-	encore | umax | mmax)
-		basic_machine=ns32k-encore
-		;;
-	es1800 | OSE68k | ose68k | ose | OSE)
-		basic_machine=m68k-ericsson
-		os=-ose
-		;;
-	fx2800)
-		basic_machine=i860-alliant
-		;;
-	genix)
-		basic_machine=ns32k-ns
-		;;
-	gmicro)
-		basic_machine=tron-gmicro
-		os=-sysv
-		;;
-	go32)
-		basic_machine=i386-pc
-		os=-go32
-		;;
-	h3050r* | hiux*)
-		basic_machine=hppa1.1-hitachi
-		os=-hiuxwe2
-		;;
-	h8300hms)
-		basic_machine=h8300-hitachi
-		os=-hms
-		;;
-	h8300xray)
-		basic_machine=h8300-hitachi
-		os=-xray
-		;;
-	h8500hms)
-		basic_machine=h8500-hitachi
-		os=-hms
-		;;
-	harris)
-		basic_machine=m88k-harris
-		os=-sysv3
-		;;
-	hp300-*)
-		basic_machine=m68k-hp
-		;;
-	hp300bsd)
-		basic_machine=m68k-hp
-		os=-bsd
-		;;
-	hp300hpux)
-		basic_machine=m68k-hp
-		os=-hpux
-		;;
-	hp3k9[0-9][0-9] | hp9[0-9][0-9])
-		basic_machine=hppa1.0-hp
-		;;
-	hp9k2[0-9][0-9] | hp9k31[0-9])
-		basic_machine=m68000-hp
-		;;
-	hp9k3[2-9][0-9])
-		basic_machine=m68k-hp
-		;;
-	hp9k6[0-9][0-9] | hp6[0-9][0-9])
-		basic_machine=hppa1.0-hp
-		;;
-	hp9k7[0-79][0-9] | hp7[0-79][0-9])
-		basic_machine=hppa1.1-hp
-		;;
-	hp9k78[0-9] | hp78[0-9])
-		# FIXME: really hppa2.0-hp
-		basic_machine=hppa1.1-hp
-		;;
-	hp9k8[67]1 | hp8[67]1 | hp9k80[24] | hp80[24] | hp9k8[78]9 | hp8[78]9 | hp9k893 | hp893)
-		# FIXME: really hppa2.0-hp
-		basic_machine=hppa1.1-hp
-		;;
-	hp9k8[0-9][13679] | hp8[0-9][13679])
-		basic_machine=hppa1.1-hp
-		;;
-	hp9k8[0-9][0-9] | hp8[0-9][0-9])
-		basic_machine=hppa1.0-hp
-		;;
-	hppa-next)
-		os=-nextstep3
-		;;
-	hppaosf)
-		basic_machine=hppa1.1-hp
-		os=-osf
-		;;
-	hppro)
-		basic_machine=hppa1.1-hp
-		os=-proelf
-		;;
-	i370-ibm* | ibm*)
-		basic_machine=i370-ibm
-		;;
-	i*86v32)
-		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
-		os=-sysv32
-		;;
-	i*86v4*)
-		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
-		os=-sysv4
-		;;
-	i*86v)
-		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
-		os=-sysv
-		;;
-	i*86sol2)
-		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
-		os=-solaris2
-		;;
-	i386mach)
-		basic_machine=i386-mach
-		os=-mach
-		;;
-	i386-vsta | vsta)
-		basic_machine=i386-unknown
-		os=-vsta
-		;;
-	iris | iris4d)
-		basic_machine=mips-sgi
-		case $os in
-		    -irix*)
-			;;
-		    *)
-			os=-irix4
-			;;
-		esac
-		;;
-	isi68 | isi)
-		basic_machine=m68k-isi
-		os=-sysv
-		;;
-	leon-*|leon[3-9]-*)
-		basic_machine=sparc-`echo $basic_machine | sed 's/-.*//'`
-		;;
-	m68knommu)
-		basic_machine=m68k-unknown
-		os=-linux
-		;;
-	m68knommu-*)
-		basic_machine=m68k-`echo $basic_machine | sed 's/^[^-]*-//'`
-		os=-linux
-		;;
-	m88k-omron*)
-		basic_machine=m88k-omron
-		;;
-	magnum | m3230)
-		basic_machine=mips-mips
-		os=-sysv
-		;;
-	merlin)
-		basic_machine=ns32k-utek
-		os=-sysv
-		;;
-	microblaze*)
-		basic_machine=microblaze-xilinx
-		;;
-	mingw64)
-		basic_machine=x86_64-pc
-		os=-mingw64
-		;;
-	mingw32)
-		basic_machine=i686-pc
-		os=-mingw32
-		;;
-	mingw32ce)
-		basic_machine=arm-unknown
-		os=-mingw32ce
-		;;
-	miniframe)
-		basic_machine=m68000-convergent
-		;;
-	*mint | -mint[0-9]* | *MiNT | *MiNT[0-9]*)
-		basic_machine=m68k-atari
-		os=-mint
-		;;
-	mips3*-*)
-		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`
-		;;
-	mips3*)
-		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`-unknown
-		;;
-	monitor)
-		basic_machine=m68k-rom68k
-		os=-coff
-		;;
-	morphos)
-		basic_machine=powerpc-unknown
-		os=-morphos
-		;;
-	moxiebox)
-		basic_machine=moxie-unknown
-		os=-moxiebox
-		;;
-	msdos)
-		basic_machine=i386-pc
-		os=-msdos
-		;;
-	ms1-*)
-		basic_machine=`echo $basic_machine | sed -e 's/ms1-/mt-/'`
-		;;
-	msys)
-		basic_machine=i686-pc
-		os=-msys
-		;;
-	mvs)
-		basic_machine=i370-ibm
-		os=-mvs
-		;;
-	nacl)
-		basic_machine=le32-unknown
-		os=-nacl
-		;;
-	ncr3000)
-		basic_machine=i486-ncr
-		os=-sysv4
-		;;
-	netbsd386)
-		basic_machine=i386-unknown
-		os=-netbsd
-		;;
-	netwinder)
-		basic_machine=armv4l-rebel
-		os=-linux
-		;;
-	news | news700 | news800 | news900)
-		basic_machine=m68k-sony
-		os=-newsos
-		;;
-	news1000)
-		basic_machine=m68030-sony
-		os=-newsos
-		;;
-	news-3600 | risc-news)
-		basic_machine=mips-sony
-		os=-newsos
-		;;
-	necv70)
-		basic_machine=v70-nec
-		os=-sysv
-		;;
-	next | m*-next )
-		basic_machine=m68k-next
-		case $os in
-		    -nextstep* )
-			;;
-		    -ns2*)
-		      os=-nextstep2
-			;;
-		    *)
-		      os=-nextstep3
-			;;
-		esac
-		;;
-	nh3000)
-		basic_machine=m68k-harris
-		os=-cxux
-		;;
-	nh[45]000)
-		basic_machine=m88k-harris
-		os=-cxux
-		;;
-	nindy960)
-		basic_machine=i960-intel
-		os=-nindy
-		;;
-	mon960)
-		basic_machine=i960-intel
-		os=-mon960
-		;;
-	nonstopux)
-		basic_machine=mips-compaq
-		os=-nonstopux
-		;;
-	np1)
-		basic_machine=np1-gould
-		;;
-	neo-tandem)
-		basic_machine=neo-tandem
-		;;
-	nse-tandem)
-		basic_machine=nse-tandem
-		;;
-	nsr-tandem)
-		basic_machine=nsr-tandem
-		;;
-	op50n-* | op60c-*)
-		basic_machine=hppa1.1-oki
-		os=-proelf
-		;;
-	openrisc | openrisc-*)
-		basic_machine=or32-unknown
-		;;
-	os400)
-		basic_machine=powerpc-ibm
-		os=-os400
-		;;
-	OSE68000 | ose68000)
-		basic_machine=m68000-ericsson
-		os=-ose
-		;;
-	os68k)
-		basic_machine=m68k-none
-		os=-os68k
-		;;
-	pa-hitachi)
-		basic_machine=hppa1.1-hitachi
-		os=-hiuxwe2
-		;;
-	paragon)
-		basic_machine=i860-intel
-		os=-osf
-		;;
-	parisc)
-		basic_machine=hppa-unknown
-		os=-linux
-		;;
-	parisc-*)
-		basic_machine=hppa-`echo $basic_machine | sed 's/^[^-]*-//'`
-		os=-linux
-		;;
-	pbd)
-		basic_machine=sparc-tti
-		;;
-	pbb)
-		basic_machine=m68k-tti
-		;;
-	pc532 | pc532-*)
-		basic_machine=ns32k-pc532
-		;;
-	pc98)
-		basic_machine=i386-pc
-		;;
-	pc98-*)
-		basic_machine=i386-`echo $basic_machine | sed 's/^[^-]*-//'`
-		;;
-	pentium | p5 | k5 | k6 | nexgen | viac3)
-		basic_machine=i586-pc
-		;;
-	pentiumpro | p6 | 6x86 | athlon | athlon_*)
-		basic_machine=i686-pc
-		;;
-	pentiumii | pentium2 | pentiumiii | pentium3)
-		basic_machine=i686-pc
-		;;
-	pentium4)
-		basic_machine=i786-pc
-		;;
-	pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*)
-		basic_machine=i586-`echo $basic_machine | sed 's/^[^-]*-//'`
-		;;
-	pentiumpro-* | p6-* | 6x86-* | athlon-*)
-		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
-		;;
-	pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*)
-		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
-		;;
-	pentium4-*)
-		basic_machine=i786-`echo $basic_machine | sed 's/^[^-]*-//'`
-		;;
-	pn)
-		basic_machine=pn-gould
-		;;
-	power)	basic_machine=power-ibm
-		;;
-	ppc | ppcbe)	basic_machine=powerpc-unknown
-		;;
-	ppc-* | ppcbe-*)
-		basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'`
-		;;
-	ppcle | powerpclittle | ppc-le | powerpc-little)
-		basic_machine=powerpcle-unknown
-		;;
-	ppcle-* | powerpclittle-*)
-		basic_machine=powerpcle-`echo $basic_machine | sed 's/^[^-]*-//'`
-		;;
-	ppc64)	basic_machine=powerpc64-unknown
-		;;
-	ppc64-*) basic_machine=powerpc64-`echo $basic_machine | sed 's/^[^-]*-//'`
-		;;
-	ppc64le | powerpc64little | ppc64-le | powerpc64-little)
-		basic_machine=powerpc64le-unknown
-		;;
-	ppc64le-* | powerpc64little-*)
-		basic_machine=powerpc64le-`echo $basic_machine | sed 's/^[^-]*-//'`
-		;;
-	ps2)
-		basic_machine=i386-ibm
-		;;
-	pw32)
-		basic_machine=i586-unknown
-		os=-pw32
-		;;
-	rdos | rdos64)
-		basic_machine=x86_64-pc
-		os=-rdos
-		;;
-	rdos32)
-		basic_machine=i386-pc
-		os=-rdos
-		;;
-	rom68k)
-		basic_machine=m68k-rom68k
-		os=-coff
-		;;
-	rm[46]00)
-		basic_machine=mips-siemens
-		;;
-	rtpc | rtpc-*)
-		basic_machine=romp-ibm
-		;;
-	s390 | s390-*)
-		basic_machine=s390-ibm
-		;;
-	s390x | s390x-*)
-		basic_machine=s390x-ibm
-		;;
-	sa29200)
-		basic_machine=a29k-amd
-		os=-udi
-		;;
-	sb1)
-		basic_machine=mipsisa64sb1-unknown
-		;;
-	sb1el)
-		basic_machine=mipsisa64sb1el-unknown
-		;;
-	sde)
-		basic_machine=mipsisa32-sde
-		os=-elf
-		;;
-	sei)
-		basic_machine=mips-sei
-		os=-seiux
-		;;
-	sequent)
-		basic_machine=i386-sequent
-		;;
-	sh)
-		basic_machine=sh-hitachi
-		os=-hms
-		;;
-	sh5el)
-		basic_machine=sh5le-unknown
-		;;
-	sh64)
-		basic_machine=sh64-unknown
-		;;
-	sparclite-wrs | simso-wrs)
-		basic_machine=sparclite-wrs
-		os=-vxworks
-		;;
-	sps7)
-		basic_machine=m68k-bull
-		os=-sysv2
-		;;
-	spur)
-		basic_machine=spur-unknown
-		;;
-	st2000)
-		basic_machine=m68k-tandem
-		;;
-	stratus)
-		basic_machine=i860-stratus
-		os=-sysv4
-		;;
-	strongarm-* | thumb-*)
-		basic_machine=arm-`echo $basic_machine | sed 's/^[^-]*-//'`
-		;;
-	sun2)
-		basic_machine=m68000-sun
-		;;
-	sun2os3)
-		basic_machine=m68000-sun
-		os=-sunos3
-		;;
-	sun2os4)
-		basic_machine=m68000-sun
-		os=-sunos4
-		;;
-	sun3os3)
-		basic_machine=m68k-sun
-		os=-sunos3
-		;;
-	sun3os4)
-		basic_machine=m68k-sun
-		os=-sunos4
-		;;
-	sun4os3)
-		basic_machine=sparc-sun
-		os=-sunos3
-		;;
-	sun4os4)
-		basic_machine=sparc-sun
-		os=-sunos4
-		;;
-	sun4sol2)
-		basic_machine=sparc-sun
-		os=-solaris2
-		;;
-	sun3 | sun3-*)
-		basic_machine=m68k-sun
-		;;
-	sun4)
-		basic_machine=sparc-sun
-		;;
-	sun386 | sun386i | roadrunner)
-		basic_machine=i386-sun
-		;;
-	sv1)
-		basic_machine=sv1-cray
-		os=-unicos
-		;;
-	symmetry)
-		basic_machine=i386-sequent
-		os=-dynix
-		;;
-	t3e)
-		basic_machine=alphaev5-cray
-		os=-unicos
-		;;
-	t90)
-		basic_machine=t90-cray
-		os=-unicos
-		;;
-	tile*)
-		basic_machine=$basic_machine-unknown
-		os=-linux-gnu
-		;;
-	tx39)
-		basic_machine=mipstx39-unknown
-		;;
-	tx39el)
-		basic_machine=mipstx39el-unknown
-		;;
-	toad1)
-		basic_machine=pdp10-xkl
-		os=-tops20
-		;;
-	tower | tower-32)
-		basic_machine=m68k-ncr
-		;;
-	tpf)
-		basic_machine=s390x-ibm
-		os=-tpf
-		;;
-	udi29k)
-		basic_machine=a29k-amd
-		os=-udi
-		;;
-	ultra3)
-		basic_machine=a29k-nyu
-		os=-sym1
-		;;
-	v810 | necv810)
-		basic_machine=v810-nec
-		os=-none
-		;;
-	vaxv)
-		basic_machine=vax-dec
-		os=-sysv
-		;;
-	vms)
-		basic_machine=vax-dec
-		os=-vms
-		;;
-	vpp*|vx|vx-*)
-		basic_machine=f301-fujitsu
-		;;
-	vxworks960)
-		basic_machine=i960-wrs
-		os=-vxworks
-		;;
-	vxworks68)
-		basic_machine=m68k-wrs
-		os=-vxworks
-		;;
-	vxworks29k)
-		basic_machine=a29k-wrs
-		os=-vxworks
-		;;
-	w65*)
-		basic_machine=w65-wdc
-		os=-none
-		;;
-	w89k-*)
-		basic_machine=hppa1.1-winbond
-		os=-proelf
-		;;
-	xbox)
-		basic_machine=i686-pc
-		os=-mingw32
-		;;
-	xps | xps100)
-		basic_machine=xps100-honeywell
-		;;
-	xscale-* | xscalee[bl]-*)
-		basic_machine=`echo $basic_machine | sed 's/^xscale/arm/'`
-		;;
-	ymp)
-		basic_machine=ymp-cray
-		os=-unicos
-		;;
-	z8k-*-coff)
-		basic_machine=z8k-unknown
-		os=-sim
-		;;
-	z80-*-coff)
-		basic_machine=z80-unknown
-		os=-sim
-		;;
-	none)
-		basic_machine=none-none
-		os=-none
-		;;
-
-# Here we handle the default manufacturer of certain CPU types.  It is in
-# some cases the only manufacturer, in others, it is the most popular.
-	w89k)
-		basic_machine=hppa1.1-winbond
-		;;
-	op50n)
-		basic_machine=hppa1.1-oki
-		;;
-	op60c)
-		basic_machine=hppa1.1-oki
-		;;
-	romp)
-		basic_machine=romp-ibm
-		;;
-	mmix)
-		basic_machine=mmix-knuth
-		;;
-	rs6000)
-		basic_machine=rs6000-ibm
-		;;
-	vax)
-		basic_machine=vax-dec
-		;;
-	pdp10)
-		# there are many clones, so DEC is not a safe bet
-		basic_machine=pdp10-unknown
-		;;
-	pdp11)
-		basic_machine=pdp11-dec
-		;;
-	we32k)
-		basic_machine=we32k-att
-		;;
-	sh[1234] | sh[24]a | sh[24]aeb | sh[34]eb | sh[1234]le | sh[23]ele)
-		basic_machine=sh-unknown
-		;;
-	sparc | sparcv8 | sparcv9 | sparcv9b | sparcv9v)
-		basic_machine=sparc-sun
-		;;
-	cydra)
-		basic_machine=cydra-cydrome
-		;;
-	orion)
-		basic_machine=orion-highlevel
-		;;
-	orion105)
-		basic_machine=clipper-highlevel
-		;;
-	mac | mpw | mac-mpw)
-		basic_machine=m68k-apple
-		;;
-	pmac | pmac-mpw)
-		basic_machine=powerpc-apple
-		;;
-	*-unknown)
-		# Make sure to match an already-canonicalized machine name.
-		;;
-	*)
-		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
-		exit 1
-		;;
-esac
-
-# Here we canonicalize certain aliases for manufacturers.
-case $basic_machine in
-	*-digital*)
-		basic_machine=`echo $basic_machine | sed 's/digital.*/dec/'`
-		;;
-	*-commodore*)
-		basic_machine=`echo $basic_machine | sed 's/commodore.*/cbm/'`
-		;;
-	*)
-		;;
-esac
-
-# Decode manufacturer-specific aliases for certain operating systems.
-
-if [ x"$os" != x"" ]
-then
-case $os in
-	# First match some system type aliases
-	# that might get confused with valid system types.
-	# -solaris* is a basic system type, with this one exception.
-	-auroraux)
-		os=-auroraux
-		;;
-	-solaris1 | -solaris1.*)
-		os=`echo $os | sed -e 's|solaris1|sunos4|'`
-		;;
-	-solaris)
-		os=-solaris2
-		;;
-	-svr4*)
-		os=-sysv4
-		;;
-	-unixware*)
-		os=-sysv4.2uw
-		;;
-	-gnu/linux*)
-		os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'`
-		;;
-	# First accept the basic system types.
-	# The portable systems comes first.
-	# Each alternative MUST END IN A *, to match a version number.
-	# -sysv* is not here because it comes later, after sysvr4.
-	-gnu* | -bsd* | -mach* | -minix* | -genix* | -ultrix* | -irix* \
-	      | -*vms* | -sco* | -esix* | -isc* | -aix* | -cnk* | -sunos | -sunos[34]*\
-	      | -hpux* | -unos* | -osf* | -luna* | -dgux* | -auroraux* | -solaris* \
-	      | -sym* | -kopensolaris* | -plan9* \
-	      | -amigaos* | -amigados* | -msdos* | -newsos* | -unicos* | -aof* \
-	      | -aos* | -aros* \
-	      | -nindy* | -vxsim* | -vxworks* | -ebmon* | -hms* | -mvs* \
-	      | -clix* | -riscos* | -uniplus* | -iris* | -rtu* | -xenix* \
-	      | -hiux* | -386bsd* | -knetbsd* | -mirbsd* | -netbsd* \
-	      | -bitrig* | -openbsd* | -solidbsd* \
-	      | -ekkobsd* | -kfreebsd* | -freebsd* | -riscix* | -lynxos* \
-	      | -bosx* | -nextstep* | -cxux* | -aout* | -elf* | -oabi* \
-	      | -ptx* | -coff* | -ecoff* | -winnt* | -domain* | -vsta* \
-	      | -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux* \
-	      | -chorusos* | -chorusrdb* | -cegcc* \
-	      | -cygwin* | -msys* | -pe* | -psos* | -moss* | -proelf* | -rtems* \
-	      | -mingw32* | -mingw64* | -linux-gnu* | -linux-android* \
-	      | -linux-newlib* | -linux-musl* | -linux-uclibc* \
-	      | -uxpv* | -beos* | -mpeix* | -udk* | -moxiebox* \
-	      | -interix* | -uwin* | -mks* | -rhapsody* | -darwin* | -opened* \
-	      | -openstep* | -oskit* | -conix* | -pw32* | -nonstopux* \
-	      | -storm-chaos* | -tops10* | -tenex* | -tops20* | -its* \
-	      | -os2* | -vos* | -palmos* | -uclinux* | -nucleus* \
-	      | -morphos* | -superux* | -rtmk* | -rtmk-nova* | -windiss* \
-	      | -powermax* | -dnix* | -nx6 | -nx7 | -sei* | -dragonfly* \
-	      | -skyos* | -haiku* | -rdos* | -toppers* | -drops* | -es* | -tirtos*)
-	# Remember, each alternative MUST END IN *, to match a version number.
-		;;
-	-qnx*)
-		case $basic_machine in
-		    x86-* | i*86-*)
-			;;
-		    *)
-			os=-nto$os
-			;;
-		esac
-		;;
-	-nto-qnx*)
-		;;
-	-nto*)
-		os=`echo $os | sed -e 's|nto|nto-qnx|'`
-		;;
-	-sim | -es1800* | -hms* | -xray | -os68k* | -none* | -v88r* \
-	      | -windows* | -osx | -abug | -netware* | -os9* | -beos* | -haiku* \
-	      | -macos* | -mpw* | -magic* | -mmixware* | -mon960* | -lnews*)
-		;;
-	-mac*)
-		os=`echo $os | sed -e 's|mac|macos|'`
-		;;
-	-linux-dietlibc)
-		os=-linux-dietlibc
-		;;
-	-linux*)
-		os=`echo $os | sed -e 's|linux|linux-gnu|'`
-		;;
-	-sunos5*)
-		os=`echo $os | sed -e 's|sunos5|solaris2|'`
-		;;
-	-sunos6*)
-		os=`echo $os | sed -e 's|sunos6|solaris3|'`
-		;;
-	-opened*)
-		os=-openedition
-		;;
-	-os400*)
-		os=-os400
-		;;
-	-wince*)
-		os=-wince
-		;;
-	-osfrose*)
-		os=-osfrose
-		;;
-	-osf*)
-		os=-osf
-		;;
-	-utek*)
-		os=-bsd
-		;;
-	-dynix*)
-		os=-bsd
-		;;
-	-acis*)
-		os=-aos
-		;;
-	-atheos*)
-		os=-atheos
-		;;
-	-syllable*)
-		os=-syllable
-		;;
-	-386bsd)
-		os=-bsd
-		;;
-	-ctix* | -uts*)
-		os=-sysv
-		;;
-	-nova*)
-		os=-rtmk-nova
-		;;
-	-ns2 )
-		os=-nextstep2
-		;;
-	-nsk*)
-		os=-nsk
-		;;
-	# Preserve the version number of sinix5.
-	-sinix5.*)
-		os=`echo $os | sed -e 's|sinix|sysv|'`
-		;;
-	-sinix*)
-		os=-sysv4
-		;;
-	-tpf*)
-		os=-tpf
-		;;
-	-triton*)
-		os=-sysv3
-		;;
-	-oss*)
-		os=-sysv3
-		;;
-	-svr4)
-		os=-sysv4
-		;;
-	-svr3)
-		os=-sysv3
-		;;
-	-sysvr4)
-		os=-sysv4
-		;;
-	# This must come after -sysvr4.
-	-sysv*)
-		;;
-	-ose*)
-		os=-ose
-		;;
-	-es1800*)
-		os=-ose
-		;;
-	-xenix)
-		os=-xenix
-		;;
-	-*mint | -mint[0-9]* | -*MiNT | -MiNT[0-9]*)
-		os=-mint
-		;;
-	-aros*)
-		os=-aros
-		;;
-	-zvmoe)
-		os=-zvmoe
-		;;
-	-dicos*)
-		os=-dicos
-		;;
-	-nacl*)
-		;;
-	-none)
-		;;
-	*)
-		# Get rid of the `-' at the beginning of $os.
-		os=`echo $os | sed 's/[^-]*-//'`
-		echo Invalid configuration \`$1\': system \`$os\' not recognized 1>&2
-		exit 1
-		;;
-esac
-else
-
-# Here we handle the default operating systems that come with various machines.
-# The value should be what the vendor currently ships out the door with their
-# machine or put another way, the most popular os provided with the machine.
-
-# Note that if you're going to try to match "-MANUFACTURER" here (say,
-# "-sun"), then you have to tell the case statement up towards the top
-# that MANUFACTURER isn't an operating system.  Otherwise, code above
-# will signal an error saying that MANUFACTURER isn't an operating
-# system, and we'll never get to this point.
-
-case $basic_machine in
-	score-*)
-		os=-elf
-		;;
-	spu-*)
-		os=-elf
-		;;
-	*-acorn)
-		os=-riscix1.2
-		;;
-	arm*-rebel)
-		os=-linux
-		;;
-	arm*-semi)
-		os=-aout
-		;;
-	c4x-* | tic4x-*)
-		os=-coff
-		;;
-	c8051-*)
-		os=-elf
-		;;
-	hexagon-*)
-		os=-elf
-		;;
-	tic54x-*)
-		os=-coff
-		;;
-	tic55x-*)
-		os=-coff
-		;;
-	tic6x-*)
-		os=-coff
-		;;
-	# This must come before the *-dec entry.
-	pdp10-*)
-		os=-tops20
-		;;
-	pdp11-*)
-		os=-none
-		;;
-	*-dec | vax-*)
-		os=-ultrix4.2
-		;;
-	m68*-apollo)
-		os=-domain
-		;;
-	i386-sun)
-		os=-sunos4.0.2
-		;;
-	m68000-sun)
-		os=-sunos3
-		;;
-	m68*-cisco)
-		os=-aout
-		;;
-	mep-*)
-		os=-elf
-		;;
-	mips*-cisco)
-		os=-elf
-		;;
-	mips*-*)
-		os=-elf
-		;;
-	or32-*)
-		os=-coff
-		;;
-	*-tti)	# must be before sparc entry or we get the wrong os.
-		os=-sysv3
-		;;
-	sparc-* | *-sun)
-		os=-sunos4.1.1
-		;;
-	*-be)
-		os=-beos
-		;;
-	*-haiku)
-		os=-haiku
-		;;
-	*-ibm)
-		os=-aix
-		;;
-	*-knuth)
-		os=-mmixware
-		;;
-	*-wec)
-		os=-proelf
-		;;
-	*-winbond)
-		os=-proelf
-		;;
-	*-oki)
-		os=-proelf
-		;;
-	*-hp)
-		os=-hpux
-		;;
-	*-hitachi)
-		os=-hiux
-		;;
-	i860-* | *-att | *-ncr | *-altos | *-motorola | *-convergent)
-		os=-sysv
-		;;
-	*-cbm)
-		os=-amigaos
-		;;
-	*-dg)
-		os=-dgux
-		;;
-	*-dolphin)
-		os=-sysv3
-		;;
-	m68k-ccur)
-		os=-rtu
-		;;
-	m88k-omron*)
-		os=-luna
-		;;
-	*-next )
-		os=-nextstep
-		;;
-	*-sequent)
-		os=-ptx
-		;;
-	*-crds)
-		os=-unos
-		;;
-	*-ns)
-		os=-genix
-		;;
-	i370-*)
-		os=-mvs
-		;;
-	*-next)
-		os=-nextstep3
-		;;
-	*-gould)
-		os=-sysv
-		;;
-	*-highlevel)
-		os=-bsd
-		;;
-	*-encore)
-		os=-bsd
-		;;
-	*-sgi)
-		os=-irix
-		;;
-	*-siemens)
-		os=-sysv4
-		;;
-	*-masscomp)
-		os=-rtu
-		;;
-	f30[01]-fujitsu | f700-fujitsu)
-		os=-uxpv
-		;;
-	*-rom68k)
-		os=-coff
-		;;
-	*-*bug)
-		os=-coff
-		;;
-	*-apple)
-		os=-macos
-		;;
-	*-atari*)
-		os=-mint
-		;;
-	*)
-		os=-none
-		;;
-esac
-fi
-
-# Here we handle the case where we know the os, and the CPU type, but not the
-# manufacturer.  We pick the logical manufacturer.
-vendor=unknown
-case $basic_machine in
-	*-unknown)
-		case $os in
-			-riscix*)
-				vendor=acorn
-				;;
-			-sunos*)
-				vendor=sun
-				;;
-			-cnk*|-aix*)
-				vendor=ibm
-				;;
-			-beos*)
-				vendor=be
-				;;
-			-hpux*)
-				vendor=hp
-				;;
-			-mpeix*)
-				vendor=hp
-				;;
-			-hiux*)
-				vendor=hitachi
-				;;
-			-unos*)
-				vendor=crds
-				;;
-			-dgux*)
-				vendor=dg
-				;;
-			-luna*)
-				vendor=omron
-				;;
-			-genix*)
-				vendor=ns
-				;;
-			-mvs* | -opened*)
-				vendor=ibm
-				;;
-			-os400*)
-				vendor=ibm
-				;;
-			-ptx*)
-				vendor=sequent
-				;;
-			-tpf*)
-				vendor=ibm
-				;;
-			-vxsim* | -vxworks* | -windiss*)
-				vendor=wrs
-				;;
-			-aux*)
-				vendor=apple
-				;;
-			-hms*)
-				vendor=hitachi
-				;;
-			-mpw* | -macos*)
-				vendor=apple
-				;;
-			-*mint | -mint[0-9]* | -*MiNT | -MiNT[0-9]*)
-				vendor=atari
-				;;
-			-vos*)
-				vendor=stratus
-				;;
-		esac
-		basic_machine=`echo $basic_machine | sed "s/unknown/$vendor/"`
-		;;
-esac
-
-echo $basic_machine$os
-exit
-
-# Local variables:
-# eval: (add-hook 'write-file-hooks 'time-stamp)
-# time-stamp-start: "timestamp='"
-# time-stamp-format: "%:y-%02m-%02d"
-# time-stamp-end: "'"
-# End:
diff --git a/config/depcomp b/config/depcomp
deleted file mode 100755
index fc98710..0000000
--- a/config/depcomp
+++ /dev/null
@@ -1,791 +0,0 @@
-#! /bin/sh
-# depcomp - compile a program generating dependencies as side-effects
-
-scriptversion=2013-05-30.07; # UTC
-
-# Copyright (C) 1999-2014 Free Software Foundation, Inc.
-
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2, or (at your option)
-# any later version.
-
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-# GNU General Public License for more details.
-
-# You should have received a copy of the GNU General Public License
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.
-
-# As a special exception to the GNU General Public License, if you
-# distribute this file as part of a program that contains a
-# configuration script generated by Autoconf, you may include it under
-# the same distribution terms that you use for the rest of that program.
-
-# Originally written by Alexandre Oliva <oliva at dcc.unicamp.br>.
-
-case $1 in
-  '')
-    echo "$0: No command.  Try '$0 --help' for more information." 1>&2
-    exit 1;
-    ;;
-  -h | --h*)
-    cat <<\EOF
-Usage: depcomp [--help] [--version] PROGRAM [ARGS]
-
-Run PROGRAMS ARGS to compile a file, generating dependencies
-as side-effects.
-
-Environment variables:
-  depmode     Dependency tracking mode.
-  source      Source file read by 'PROGRAMS ARGS'.
-  object      Object file output by 'PROGRAMS ARGS'.
-  DEPDIR      directory where to store dependencies.
-  depfile     Dependency file to output.
-  tmpdepfile  Temporary file to use when outputting dependencies.
-  libtool     Whether libtool is used (yes/no).
-
-Report bugs to <bug-automake at gnu.org>.
-EOF
-    exit $?
-    ;;
-  -v | --v*)
-    echo "depcomp $scriptversion"
-    exit $?
-    ;;
-esac
-
-# Get the directory component of the given path, and save it in the
-# global variables '$dir'.  Note that this directory component will
-# be either empty or ending with a '/' character.  This is deliberate.
-set_dir_from ()
-{
-  case $1 in
-    */*) dir=`echo "$1" | sed -e 's|/[^/]*$|/|'`;;
-      *) dir=;;
-  esac
-}
-
-# Get the suffix-stripped basename of the given path, and save it the
-# global variable '$base'.
-set_base_from ()
-{
-  base=`echo "$1" | sed -e 's|^.*/||' -e 's/\.[^.]*$//'`
-}
-
-# If no dependency file was actually created by the compiler invocation,
-# we still have to create a dummy depfile, to avoid errors with the
-# Makefile "include basename.Plo" scheme.
-make_dummy_depfile ()
-{
-  echo "#dummy" > "$depfile"
-}
-
-# Factor out some common post-processing of the generated depfile.
-# Requires the auxiliary global variable '$tmpdepfile' to be set.
-aix_post_process_depfile ()
-{
-  # If the compiler actually managed to produce a dependency file,
-  # post-process it.
-  if test -f "$tmpdepfile"; then
-    # Each line is of the form 'foo.o: dependency.h'.
-    # Do two passes, one to just change these to
-    #   $object: dependency.h
-    # and one to simply output
-    #   dependency.h:
-    # which is needed to avoid the deleted-header problem.
-    { sed -e "s,^.*\.[$lower]*:,$object:," < "$tmpdepfile"
-      sed -e "s,^.*\.[$lower]*:[$tab ]*,," -e 's,$,:,' < "$tmpdepfile"
-    } > "$depfile"
-    rm -f "$tmpdepfile"
-  else
-    make_dummy_depfile
-  fi
-}
-
-# A tabulation character.
-tab='	'
-# A newline character.
-nl='
-'
-# Character ranges might be problematic outside the C locale.
-# These definitions help.
-upper=ABCDEFGHIJKLMNOPQRSTUVWXYZ
-lower=abcdefghijklmnopqrstuvwxyz
-digits=0123456789
-alpha=${upper}${lower}
-
-if test -z "$depmode" || test -z "$source" || test -z "$object"; then
-  echo "depcomp: Variables source, object and depmode must be set" 1>&2
-  exit 1
-fi
-
-# Dependencies for sub/bar.o or sub/bar.obj go into sub/.deps/bar.Po.
-depfile=${depfile-`echo "$object" |
-  sed 's|[^\\/]*$|'${DEPDIR-.deps}'/&|;s|\.\([^.]*\)$|.P\1|;s|Pobj$|Po|'`}
-tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`}
-
-rm -f "$tmpdepfile"
-
-# Avoid interferences from the environment.
-gccflag= dashmflag=
-
-# Some modes work just like other modes, but use different flags.  We
-# parameterize here, but still list the modes in the big case below,
-# to make depend.m4 easier to write.  Note that we *cannot* use a case
-# here, because this file can only contain one case statement.
-if test "$depmode" = hp; then
-  # HP compiler uses -M and no extra arg.
-  gccflag=-M
-  depmode=gcc
-fi
-
-if test "$depmode" = dashXmstdout; then
-  # This is just like dashmstdout with a different argument.
-  dashmflag=-xM
-  depmode=dashmstdout
-fi
-
-cygpath_u="cygpath -u -f -"
-if test "$depmode" = msvcmsys; then
-  # This is just like msvisualcpp but w/o cygpath translation.
-  # Just convert the backslash-escaped backslashes to single forward
-  # slashes to satisfy depend.m4
-  cygpath_u='sed s,\\\\,/,g'
-  depmode=msvisualcpp
-fi
-
-if test "$depmode" = msvc7msys; then
-  # This is just like msvc7 but w/o cygpath translation.
-  # Just convert the backslash-escaped backslashes to single forward
-  # slashes to satisfy depend.m4
-  cygpath_u='sed s,\\\\,/,g'
-  depmode=msvc7
-fi
-
-if test "$depmode" = xlc; then
-  # IBM C/C++ Compilers xlc/xlC can output gcc-like dependency information.
-  gccflag=-qmakedep=gcc,-MF
-  depmode=gcc
-fi
-
-case "$depmode" in
-gcc3)
-## gcc 3 implements dependency tracking that does exactly what
-## we want.  Yay!  Note: for some reason libtool 1.4 doesn't like
-## it if -MD -MP comes after the -MF stuff.  Hmm.
-## Unfortunately, FreeBSD c89 acceptance of flags depends upon
-## the command line argument order; so add the flags where they
-## appear in depend2.am.  Note that the slowdown incurred here
-## affects only configure: in makefiles, %FASTDEP% shortcuts this.
-  for arg
-  do
-    case $arg in
-    -c) set fnord "$@" -MT "$object" -MD -MP -MF "$tmpdepfile" "$arg" ;;
-    *)  set fnord "$@" "$arg" ;;
-    esac
-    shift # fnord
-    shift # $arg
-  done
-  "$@"
-  stat=$?
-  if test $stat -ne 0; then
-    rm -f "$tmpdepfile"
-    exit $stat
-  fi
-  mv "$tmpdepfile" "$depfile"
-  ;;
-
-gcc)
-## Note that this doesn't just cater to obsosete pre-3.x GCC compilers.
-## but also to in-use compilers like IMB xlc/xlC and the HP C compiler.
-## (see the conditional assignment to $gccflag above).
-## There are various ways to get dependency output from gcc.  Here's
-## why we pick this rather obscure method:
-## - Don't want to use -MD because we'd like the dependencies to end
-##   up in a subdir.  Having to rename by hand is ugly.
-##   (We might end up doing this anyway to support other compilers.)
-## - The DEPENDENCIES_OUTPUT environment variable makes gcc act like
-##   -MM, not -M (despite what the docs say).  Also, it might not be
-##   supported by the other compilers which use the 'gcc' depmode.
-## - Using -M directly means running the compiler twice (even worse
-##   than renaming).
-  if test -z "$gccflag"; then
-    gccflag=-MD,
-  fi
-  "$@" -Wp,"$gccflag$tmpdepfile"
-  stat=$?
-  if test $stat -ne 0; then
-    rm -f "$tmpdepfile"
-    exit $stat
-  fi
-  rm -f "$depfile"
-  echo "$object : \\" > "$depfile"
-  # The second -e expression handles DOS-style file names with drive
-  # letters.
-  sed -e 's/^[^:]*: / /' \
-      -e 's/^['$alpha']:\/[^:]*: / /' < "$tmpdepfile" >> "$depfile"
-## This next piece of magic avoids the "deleted header file" problem.
-## The problem is that when a header file which appears in a .P file
-## is deleted, the dependency causes make to die (because there is
-## typically no way to rebuild the header).  We avoid this by adding
-## dummy dependencies for each header file.  Too bad gcc doesn't do
-## this for us directly.
-## Some versions of gcc put a space before the ':'.  On the theory
-## that the space means something, we add a space to the output as
-## well.  hp depmode also adds that space, but also prefixes the VPATH
-## to the object.  Take care to not repeat it in the output.
-## Some versions of the HPUX 10.20 sed can't process this invocation
-## correctly.  Breaking it into two sed invocations is a workaround.
-  tr ' ' "$nl" < "$tmpdepfile" \
-    | sed -e 's/^\\$//' -e '/^$/d' -e "s|.*$object$||" -e '/:$/d' \
-    | sed -e 's/$/ :/' >> "$depfile"
-  rm -f "$tmpdepfile"
-  ;;
-
-hp)
-  # This case exists only to let depend.m4 do its work.  It works by
-  # looking at the text of this script.  This case will never be run,
-  # since it is checked for above.
-  exit 1
-  ;;
-
-sgi)
-  if test "$libtool" = yes; then
-    "$@" "-Wp,-MDupdate,$tmpdepfile"
-  else
-    "$@" -MDupdate "$tmpdepfile"
-  fi
-  stat=$?
-  if test $stat -ne 0; then
-    rm -f "$tmpdepfile"
-    exit $stat
-  fi
-  rm -f "$depfile"
-
-  if test -f "$tmpdepfile"; then  # yes, the sourcefile depend on other files
-    echo "$object : \\" > "$depfile"
-    # Clip off the initial element (the dependent).  Don't try to be
-    # clever and replace this with sed code, as IRIX sed won't handle
-    # lines with more than a fixed number of characters (4096 in
-    # IRIX 6.2 sed, 8192 in IRIX 6.5).  We also remove comment lines;
-    # the IRIX cc adds comments like '#:fec' to the end of the
-    # dependency line.
-    tr ' ' "$nl" < "$tmpdepfile" \
-      | sed -e 's/^.*\.o://' -e 's/#.*$//' -e '/^$/ d' \
-      | tr "$nl" ' ' >> "$depfile"
-    echo >> "$depfile"
-    # The second pass generates a dummy entry for each header file.
-    tr ' ' "$nl" < "$tmpdepfile" \
-      | sed -e 's/^.*\.o://' -e 's/#.*$//' -e '/^$/ d' -e 's/$/:/' \
-      >> "$depfile"
-  else
-    make_dummy_depfile
-  fi
-  rm -f "$tmpdepfile"
-  ;;
-
-xlc)
-  # This case exists only to let depend.m4 do its work.  It works by
-  # looking at the text of this script.  This case will never be run,
-  # since it is checked for above.
-  exit 1
-  ;;
-
-aix)
-  # The C for AIX Compiler uses -M and outputs the dependencies
-  # in a .u file.  In older versions, this file always lives in the
-  # current directory.  Also, the AIX compiler puts '$object:' at the
-  # start of each line; $object doesn't have directory information.
-  # Version 6 uses the directory in both cases.
-  set_dir_from "$object"
-  set_base_from "$object"
-  if test "$libtool" = yes; then
-    tmpdepfile1=$dir$base.u
-    tmpdepfile2=$base.u
-    tmpdepfile3=$dir.libs/$base.u
-    "$@" -Wc,-M
-  else
-    tmpdepfile1=$dir$base.u
-    tmpdepfile2=$dir$base.u
-    tmpdepfile3=$dir$base.u
-    "$@" -M
-  fi
-  stat=$?
-  if test $stat -ne 0; then
-    rm -f "$tmpdepfile1" "$tmpdepfile2" "$tmpdepfile3"
-    exit $stat
-  fi
-
-  for tmpdepfile in "$tmpdepfile1" "$tmpdepfile2" "$tmpdepfile3"
-  do
-    test -f "$tmpdepfile" && break
-  done
-  aix_post_process_depfile
-  ;;
-
-tcc)
-  # tcc (Tiny C Compiler) understand '-MD -MF file' since version 0.9.26
-  # FIXME: That version still under development at the moment of writing.
-  #        Make that this statement remains true also for stable, released
-  #        versions.
-  # It will wrap lines (doesn't matter whether long or short) with a
-  # trailing '\', as in:
-  #
-  #   foo.o : \
-  #    foo.c \
-  #    foo.h \
-  #
-  # It will put a trailing '\' even on the last line, and will use leading
-  # spaces rather than leading tabs (at least since its commit 0394caf7
-  # "Emit spaces for -MD").
-  "$@" -MD -MF "$tmpdepfile"
-  stat=$?
-  if test $stat -ne 0; then
-    rm -f "$tmpdepfile"
-    exit $stat
-  fi
-  rm -f "$depfile"
-  # Each non-empty line is of the form 'foo.o : \' or ' dep.h \'.
-  # We have to change lines of the first kind to '$object: \'.
-  sed -e "s|.*:|$object :|" < "$tmpdepfile" > "$depfile"
-  # And for each line of the second kind, we have to emit a 'dep.h:'
-  # dummy dependency, to avoid the deleted-header problem.
-  sed -n -e 's|^  *\(.*\) *\\$|\1:|p' < "$tmpdepfile" >> "$depfile"
-  rm -f "$tmpdepfile"
-  ;;
-
-## The order of this option in the case statement is important, since the
-## shell code in configure will try each of these formats in the order
-## listed in this file.  A plain '-MD' option would be understood by many
-## compilers, so we must ensure this comes after the gcc and icc options.
-pgcc)
-  # Portland's C compiler understands '-MD'.
-  # Will always output deps to 'file.d' where file is the root name of the
-  # source file under compilation, even if file resides in a subdirectory.
-  # The object file name does not affect the name of the '.d' file.
-  # pgcc 10.2 will output
-  #    foo.o: sub/foo.c sub/foo.h
-  # and will wrap long lines using '\' :
-  #    foo.o: sub/foo.c ... \
-  #     sub/foo.h ... \
-  #     ...
-  set_dir_from "$object"
-  # Use the source, not the object, to determine the base name, since
-  # that's sadly what pgcc will do too.
-  set_base_from "$source"
-  tmpdepfile=$base.d
-
-  # For projects that build the same source file twice into different object
-  # files, the pgcc approach of using the *source* file root name can cause
-  # problems in parallel builds.  Use a locking strategy to avoid stomping on
-  # the same $tmpdepfile.
-  lockdir=$base.d-lock
-  trap "
-    echo '$0: caught signal, cleaning up...' >&2
-    rmdir '$lockdir'
-    exit 1
-  " 1 2 13 15
-  numtries=100
-  i=$numtries
-  while test $i -gt 0; do
-    # mkdir is a portable test-and-set.
-    if mkdir "$lockdir" 2>/dev/null; then
-      # This process acquired the lock.
-      "$@" -MD
-      stat=$?
-      # Release the lock.
-      rmdir "$lockdir"
-      break
-    else
-      # If the lock is being held by a different process, wait
-      # until the winning process is done or we timeout.
-      while test -d "$lockdir" && test $i -gt 0; do
-        sleep 1
-        i=`expr $i - 1`
-      done
-    fi
-    i=`expr $i - 1`
-  done
-  trap - 1 2 13 15
-  if test $i -le 0; then
-    echo "$0: failed to acquire lock after $numtries attempts" >&2
-    echo "$0: check lockdir '$lockdir'" >&2
-    exit 1
-  fi
-
-  if test $stat -ne 0; then
-    rm -f "$tmpdepfile"
-    exit $stat
-  fi
-  rm -f "$depfile"
-  # Each line is of the form `foo.o: dependent.h',
-  # or `foo.o: dep1.h dep2.h \', or ` dep3.h dep4.h \'.
-  # Do two passes, one to just change these to
-  # `$object: dependent.h' and one to simply `dependent.h:'.
-  sed "s,^[^:]*:,$object :," < "$tmpdepfile" > "$depfile"
-  # Some versions of the HPUX 10.20 sed can't process this invocation
-  # correctly.  Breaking it into two sed invocations is a workaround.
-  sed 's,^[^:]*: \(.*\)$,\1,;s/^\\$//;/^$/d;/:$/d' < "$tmpdepfile" \
-    | sed -e 's/$/ :/' >> "$depfile"
-  rm -f "$tmpdepfile"
-  ;;
-
-hp2)
-  # The "hp" stanza above does not work with aCC (C++) and HP's ia64
-  # compilers, which have integrated preprocessors.  The correct option
-  # to use with these is +Maked; it writes dependencies to a file named
-  # 'foo.d', which lands next to the object file, wherever that
-  # happens to be.
-  # Much of this is similar to the tru64 case; see comments there.
-  set_dir_from  "$object"
-  set_base_from "$object"
-  if test "$libtool" = yes; then
-    tmpdepfile1=$dir$base.d
-    tmpdepfile2=$dir.libs/$base.d
-    "$@" -Wc,+Maked
-  else
-    tmpdepfile1=$dir$base.d
-    tmpdepfile2=$dir$base.d
-    "$@" +Maked
-  fi
-  stat=$?
-  if test $stat -ne 0; then
-     rm -f "$tmpdepfile1" "$tmpdepfile2"
-     exit $stat
-  fi
-
-  for tmpdepfile in "$tmpdepfile1" "$tmpdepfile2"
-  do
-    test -f "$tmpdepfile" && break
-  done
-  if test -f "$tmpdepfile"; then
-    sed -e "s,^.*\.[$lower]*:,$object:," "$tmpdepfile" > "$depfile"
-    # Add 'dependent.h:' lines.
-    sed -ne '2,${
-               s/^ *//
-               s/ \\*$//
-               s/$/:/
-               p
-             }' "$tmpdepfile" >> "$depfile"
-  else
-    make_dummy_depfile
-  fi
-  rm -f "$tmpdepfile" "$tmpdepfile2"
-  ;;
-
-tru64)
-  # The Tru64 compiler uses -MD to generate dependencies as a side
-  # effect.  'cc -MD -o foo.o ...' puts the dependencies into 'foo.o.d'.
-  # At least on Alpha/Redhat 6.1, Compaq CCC V6.2-504 seems to put
-  # dependencies in 'foo.d' instead, so we check for that too.
-  # Subdirectories are respected.
-  set_dir_from  "$object"
-  set_base_from "$object"
-
-  if test "$libtool" = yes; then
-    # Libtool generates 2 separate objects for the 2 libraries.  These
-    # two compilations output dependencies in $dir.libs/$base.o.d and
-    # in $dir$base.o.d.  We have to check for both files, because
-    # one of the two compilations can be disabled.  We should prefer
-    # $dir$base.o.d over $dir.libs/$base.o.d because the latter is
-    # automatically cleaned when .libs/ is deleted, while ignoring
-    # the former would cause a distcleancheck panic.
-    tmpdepfile1=$dir$base.o.d          # libtool 1.5
-    tmpdepfile2=$dir.libs/$base.o.d    # Likewise.
-    tmpdepfile3=$dir.libs/$base.d      # Compaq CCC V6.2-504
-    "$@" -Wc,-MD
-  else
-    tmpdepfile1=$dir$base.d
-    tmpdepfile2=$dir$base.d
-    tmpdepfile3=$dir$base.d
-    "$@" -MD
-  fi
-
-  stat=$?
-  if test $stat -ne 0; then
-    rm -f "$tmpdepfile1" "$tmpdepfile2" "$tmpdepfile3"
-    exit $stat
-  fi
-
-  for tmpdepfile in "$tmpdepfile1" "$tmpdepfile2" "$tmpdepfile3"
-  do
-    test -f "$tmpdepfile" && break
-  done
-  # Same post-processing that is required for AIX mode.
-  aix_post_process_depfile
-  ;;
-
-msvc7)
-  if test "$libtool" = yes; then
-    showIncludes=-Wc,-showIncludes
-  else
-    showIncludes=-showIncludes
-  fi
-  "$@" $showIncludes > "$tmpdepfile"
-  stat=$?
-  grep -v '^Note: including file: ' "$tmpdepfile"
-  if test $stat -ne 0; then
-    rm -f "$tmpdepfile"
-    exit $stat
-  fi
-  rm -f "$depfile"
-  echo "$object : \\" > "$depfile"
-  # The first sed program below extracts the file names and escapes
-  # backslashes for cygpath.  The second sed program outputs the file
-  # name when reading, but also accumulates all include files in the
-  # hold buffer in order to output them again at the end.  This only
-  # works with sed implementations that can handle large buffers.
-  sed < "$tmpdepfile" -n '
-/^Note: including file:  *\(.*\)/ {
-  s//\1/
-  s/\\/\\\\/g
-  p
-}' | $cygpath_u | sort -u | sed -n '
-s/ /\\ /g
-s/\(.*\)/'"$tab"'\1 \\/p
-s/.\(.*\) \\/\1:/
-H
-$ {
-  s/.*/'"$tab"'/
-  G
-  p
-}' >> "$depfile"
-  echo >> "$depfile" # make sure the fragment doesn't end with a backslash
-  rm -f "$tmpdepfile"
-  ;;
-
-msvc7msys)
-  # This case exists only to let depend.m4 do its work.  It works by
-  # looking at the text of this script.  This case will never be run,
-  # since it is checked for above.
-  exit 1
-  ;;
-
-#nosideeffect)
-  # This comment above is used by automake to tell side-effect
-  # dependency tracking mechanisms from slower ones.
-
-dashmstdout)
-  # Important note: in order to support this mode, a compiler *must*
-  # always write the preprocessed file to stdout, regardless of -o.
-  "$@" || exit $?
-
-  # Remove the call to Libtool.
-  if test "$libtool" = yes; then
-    while test "X$1" != 'X--mode=compile'; do
-      shift
-    done
-    shift
-  fi
-
-  # Remove '-o $object'.
-  IFS=" "
-  for arg
-  do
-    case $arg in
-    -o)
-      shift
-      ;;
-    $object)
-      shift
-      ;;
-    *)
-      set fnord "$@" "$arg"
-      shift # fnord
-      shift # $arg
-      ;;
-    esac
-  done
-
-  test -z "$dashmflag" && dashmflag=-M
-  # Require at least two characters before searching for ':'
-  # in the target name.  This is to cope with DOS-style filenames:
-  # a dependency such as 'c:/foo/bar' could be seen as target 'c' otherwise.
-  "$@" $dashmflag |
-    sed "s|^[$tab ]*[^:$tab ][^:][^:]*:[$tab ]*|$object: |" > "$tmpdepfile"
-  rm -f "$depfile"
-  cat < "$tmpdepfile" > "$depfile"
-  # Some versions of the HPUX 10.20 sed can't process this sed invocation
-  # correctly.  Breaking it into two sed invocations is a workaround.
-  tr ' ' "$nl" < "$tmpdepfile" \
-    | sed -e 's/^\\$//' -e '/^$/d' -e '/:$/d' \
-    | sed -e 's/$/ :/' >> "$depfile"
-  rm -f "$tmpdepfile"
-  ;;
-
-dashXmstdout)
-  # This case only exists to satisfy depend.m4.  It is never actually
-  # run, as this mode is specially recognized in the preamble.
-  exit 1
-  ;;
-
-makedepend)
-  "$@" || exit $?
-  # Remove any Libtool call
-  if test "$libtool" = yes; then
-    while test "X$1" != 'X--mode=compile'; do
-      shift
-    done
-    shift
-  fi
-  # X makedepend
-  shift
-  cleared=no eat=no
-  for arg
-  do
-    case $cleared in
-    no)
-      set ""; shift
-      cleared=yes ;;
-    esac
-    if test $eat = yes; then
-      eat=no
-      continue
-    fi
-    case "$arg" in
-    -D*|-I*)
-      set fnord "$@" "$arg"; shift ;;
-    # Strip any option that makedepend may not understand.  Remove
-    # the object too, otherwise makedepend will parse it as a source file.
-    -arch)
-      eat=yes ;;
-    -*|$object)
-      ;;
-    *)
-      set fnord "$@" "$arg"; shift ;;
-    esac
-  done
-  obj_suffix=`echo "$object" | sed 's/^.*\././'`
-  touch "$tmpdepfile"
-  ${MAKEDEPEND-makedepend} -o"$obj_suffix" -f"$tmpdepfile" "$@"
-  rm -f "$depfile"
-  # makedepend may prepend the VPATH from the source file name to the object.
-  # No need to regex-escape $object, excess matching of '.' is harmless.
-  sed "s|^.*\($object *:\)|\1|" "$tmpdepfile" > "$depfile"
-  # Some versions of the HPUX 10.20 sed can't process the last invocation
-  # correctly.  Breaking it into two sed invocations is a workaround.
-  sed '1,2d' "$tmpdepfile" \
-    | tr ' ' "$nl" \
-    | sed -e 's/^\\$//' -e '/^$/d' -e '/:$/d' \
-    | sed -e 's/$/ :/' >> "$depfile"
-  rm -f "$tmpdepfile" "$tmpdepfile".bak
-  ;;
-
-cpp)
-  # Important note: in order to support this mode, a compiler *must*
-  # always write the preprocessed file to stdout.
-  "$@" || exit $?
-
-  # Remove the call to Libtool.
-  if test "$libtool" = yes; then
-    while test "X$1" != 'X--mode=compile'; do
-      shift
-    done
-    shift
-  fi
-
-  # Remove '-o $object'.
-  IFS=" "
-  for arg
-  do
-    case $arg in
-    -o)
-      shift
-      ;;
-    $object)
-      shift
-      ;;
-    *)
-      set fnord "$@" "$arg"
-      shift # fnord
-      shift # $arg
-      ;;
-    esac
-  done
-
-  "$@" -E \
-    | sed -n -e '/^# [0-9][0-9]* "\([^"]*\)".*/ s:: \1 \\:p' \
-             -e '/^#line [0-9][0-9]* "\([^"]*\)".*/ s:: \1 \\:p' \
-    | sed '$ s: \\$::' > "$tmpdepfile"
-  rm -f "$depfile"
-  echo "$object : \\" > "$depfile"
-  cat < "$tmpdepfile" >> "$depfile"
-  sed < "$tmpdepfile" '/^$/d;s/^ //;s/ \\$//;s/$/ :/' >> "$depfile"
-  rm -f "$tmpdepfile"
-  ;;
-
-msvisualcpp)
-  # Important note: in order to support this mode, a compiler *must*
-  # always write the preprocessed file to stdout.
-  "$@" || exit $?
-
-  # Remove the call to Libtool.
-  if test "$libtool" = yes; then
-    while test "X$1" != 'X--mode=compile'; do
-      shift
-    done
-    shift
-  fi
-
-  IFS=" "
-  for arg
-  do
-    case "$arg" in
-    -o)
-      shift
-      ;;
-    $object)
-      shift
-      ;;
-    "-Gm"|"/Gm"|"-Gi"|"/Gi"|"-ZI"|"/ZI")
-        set fnord "$@"
-        shift
-        shift
-        ;;
-    *)
-        set fnord "$@" "$arg"
-        shift
-        shift
-        ;;
-    esac
-  done
-  "$@" -E 2>/dev/null |
-  sed -n '/^#line [0-9][0-9]* "\([^"]*\)"/ s::\1:p' | $cygpath_u | sort -u > "$tmpdepfile"
-  rm -f "$depfile"
-  echo "$object : \\" > "$depfile"
-  sed < "$tmpdepfile" -n -e 's% %\\ %g' -e '/^\(.*\)$/ s::'"$tab"'\1 \\:p' >> "$depfile"
-  echo "$tab" >> "$depfile"
-  sed < "$tmpdepfile" -n -e 's% %\\ %g' -e '/^\(.*\)$/ s::\1\::p' >> "$depfile"
-  rm -f "$tmpdepfile"
-  ;;
-
-msvcmsys)
-  # This case exists only to let depend.m4 do its work.  It works by
-  # looking at the text of this script.  This case will never be run,
-  # since it is checked for above.
-  exit 1
-  ;;
-
-none)
-  exec "$@"
-  ;;
-
-*)
-  echo "Unknown depmode $depmode" 1>&2
-  exit 1
-  ;;
-esac
-
-exit 0
-
-# Local Variables:
-# mode: shell-script
-# sh-indentation: 2
-# eval: (add-hook 'write-file-hooks 'time-stamp)
-# time-stamp-start: "scriptversion="
-# time-stamp-format: "%:y-%02m-%02d.%02H"
-# time-stamp-time-zone: "UTC"
-# time-stamp-end: "; # UTC"
-# End:
diff --git a/config/install-sh b/config/install-sh
deleted file mode 100755
index 0b0fdcb..0000000
--- a/config/install-sh
+++ /dev/null
@@ -1,501 +0,0 @@
-#!/bin/sh
-# install - install a program, script, or datafile
-
-scriptversion=2013-12-25.23; # UTC
-
-# This originates from X11R5 (mit/util/scripts/install.sh), which was
-# later released in X11R6 (xc/config/util/install.sh) with the
-# following copyright and license.
-#
-# Copyright (C) 1994 X Consortium
-#
-# Permission is hereby granted, free of charge, to any person obtaining a copy
-# of this software and associated documentation files (the "Software"), to
-# deal in the Software without restriction, including without limitation the
-# rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
-# sell copies of the Software, and to permit persons to whom the Software is
-# furnished to do so, subject to the following conditions:
-#
-# The above copyright notice and this permission notice shall be included in
-# all copies or substantial portions of the Software.
-#
-# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
-# X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
-# AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNEC-
-# TION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-#
-# Except as contained in this notice, the name of the X Consortium shall not
-# be used in advertising or otherwise to promote the sale, use or other deal-
-# ings in this Software without prior written authorization from the X Consor-
-# tium.
-#
-#
-# FSF changes to this file are in the public domain.
-#
-# Calling this script install-sh is preferred over install.sh, to prevent
-# 'make' implicit rules from creating a file called install from it
-# when there is no Makefile.
-#
-# This script is compatible with the BSD install script, but was written
-# from scratch.
-
-tab='	'
-nl='
-'
-IFS=" $tab$nl"
-
-# Set DOITPROG to "echo" to test this script.
-
-doit=${DOITPROG-}
-doit_exec=${doit:-exec}
-
-# Put in absolute file names if you don't have them in your path;
-# or use environment vars.
-
-chgrpprog=${CHGRPPROG-chgrp}
-chmodprog=${CHMODPROG-chmod}
-chownprog=${CHOWNPROG-chown}
-cmpprog=${CMPPROG-cmp}
-cpprog=${CPPROG-cp}
-mkdirprog=${MKDIRPROG-mkdir}
-mvprog=${MVPROG-mv}
-rmprog=${RMPROG-rm}
-stripprog=${STRIPPROG-strip}
-
-posix_mkdir=
-
-# Desired mode of installed file.
-mode=0755
-
-chgrpcmd=
-chmodcmd=$chmodprog
-chowncmd=
-mvcmd=$mvprog
-rmcmd="$rmprog -f"
-stripcmd=
-
-src=
-dst=
-dir_arg=
-dst_arg=
-
-copy_on_change=false
-is_target_a_directory=possibly
-
-usage="\
-Usage: $0 [OPTION]... [-T] SRCFILE DSTFILE
-   or: $0 [OPTION]... SRCFILES... DIRECTORY
-   or: $0 [OPTION]... -t DIRECTORY SRCFILES...
-   or: $0 [OPTION]... -d DIRECTORIES...
-
-In the 1st form, copy SRCFILE to DSTFILE.
-In the 2nd and 3rd, copy all SRCFILES to DIRECTORY.
-In the 4th, create DIRECTORIES.
-
-Options:
-     --help     display this help and exit.
-     --version  display version info and exit.
-
-  -c            (ignored)
-  -C            install only if different (preserve the last data modification time)
-  -d            create directories instead of installing files.
-  -g GROUP      $chgrpprog installed files to GROUP.
-  -m MODE       $chmodprog installed files to MODE.
-  -o USER       $chownprog installed files to USER.
-  -s            $stripprog installed files.
-  -t DIRECTORY  install into DIRECTORY.
-  -T            report an error if DSTFILE is a directory.
-
-Environment variables override the default commands:
-  CHGRPPROG CHMODPROG CHOWNPROG CMPPROG CPPROG MKDIRPROG MVPROG
-  RMPROG STRIPPROG
-"
-
-while test $# -ne 0; do
-  case $1 in
-    -c) ;;
-
-    -C) copy_on_change=true;;
-
-    -d) dir_arg=true;;
-
-    -g) chgrpcmd="$chgrpprog $2"
-        shift;;
-
-    --help) echo "$usage"; exit $?;;
-
-    -m) mode=$2
-        case $mode in
-          *' '* | *"$tab"* | *"$nl"* | *'*'* | *'?'* | *'['*)
-            echo "$0: invalid mode: $mode" >&2
-            exit 1;;
-        esac
-        shift;;
-
-    -o) chowncmd="$chownprog $2"
-        shift;;
-
-    -s) stripcmd=$stripprog;;
-
-    -t)
-        is_target_a_directory=always
-        dst_arg=$2
-        # Protect names problematic for 'test' and other utilities.
-        case $dst_arg in
-          -* | [=\(\)!]) dst_arg=./$dst_arg;;
-        esac
-        shift;;
-
-    -T) is_target_a_directory=never;;
-
-    --version) echo "$0 $scriptversion"; exit $?;;
-
-    --) shift
-        break;;
-
-    -*) echo "$0: invalid option: $1" >&2
-        exit 1;;
-
-    *)  break;;
-  esac
-  shift
-done
-
-# We allow the use of options -d and -T together, by making -d
-# take the precedence; this is for compatibility with GNU install.
-
-if test -n "$dir_arg"; then
-  if test -n "$dst_arg"; then
-    echo "$0: target directory not allowed when installing a directory." >&2
-    exit 1
-  fi
-fi
-
-if test $# -ne 0 && test -z "$dir_arg$dst_arg"; then
-  # When -d is used, all remaining arguments are directories to create.
-  # When -t is used, the destination is already specified.
-  # Otherwise, the last argument is the destination.  Remove it from $@.
-  for arg
-  do
-    if test -n "$dst_arg"; then
-      # $@ is not empty: it contains at least $arg.
-      set fnord "$@" "$dst_arg"
-      shift # fnord
-    fi
-    shift # arg
-    dst_arg=$arg
-    # Protect names problematic for 'test' and other utilities.
-    case $dst_arg in
-      -* | [=\(\)!]) dst_arg=./$dst_arg;;
-    esac
-  done
-fi
-
-if test $# -eq 0; then
-  if test -z "$dir_arg"; then
-    echo "$0: no input file specified." >&2
-    exit 1
-  fi
-  # It's OK to call 'install-sh -d' without argument.
-  # This can happen when creating conditional directories.
-  exit 0
-fi
-
-if test -z "$dir_arg"; then
-  if test $# -gt 1 || test "$is_target_a_directory" = always; then
-    if test ! -d "$dst_arg"; then
-      echo "$0: $dst_arg: Is not a directory." >&2
-      exit 1
-    fi
-  fi
-fi
-
-if test -z "$dir_arg"; then
-  do_exit='(exit $ret); exit $ret'
-  trap "ret=129; $do_exit" 1
-  trap "ret=130; $do_exit" 2
-  trap "ret=141; $do_exit" 13
-  trap "ret=143; $do_exit" 15
-
-  # Set umask so as not to create temps with too-generous modes.
-  # However, 'strip' requires both read and write access to temps.
-  case $mode in
-    # Optimize common cases.
-    *644) cp_umask=133;;
-    *755) cp_umask=22;;
-
-    *[0-7])
-      if test -z "$stripcmd"; then
-        u_plus_rw=
-      else
-        u_plus_rw='% 200'
-      fi
-      cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;;
-    *)
-      if test -z "$stripcmd"; then
-        u_plus_rw=
-      else
-        u_plus_rw=,u+rw
-      fi
-      cp_umask=$mode$u_plus_rw;;
-  esac
-fi
-
-for src
-do
-  # Protect names problematic for 'test' and other utilities.
-  case $src in
-    -* | [=\(\)!]) src=./$src;;
-  esac
-
-  if test -n "$dir_arg"; then
-    dst=$src
-    dstdir=$dst
-    test -d "$dstdir"
-    dstdir_status=$?
-  else
-
-    # Waiting for this to be detected by the "$cpprog $src $dsttmp" command
-    # might cause directories to be created, which would be especially bad
-    # if $src (and thus $dsttmp) contains '*'.
-    if test ! -f "$src" && test ! -d "$src"; then
-      echo "$0: $src does not exist." >&2
-      exit 1
-    fi
-
-    if test -z "$dst_arg"; then
-      echo "$0: no destination specified." >&2
-      exit 1
-    fi
-    dst=$dst_arg
-
-    # If destination is a directory, append the input filename; won't work
-    # if double slashes aren't ignored.
-    if test -d "$dst"; then
-      if test "$is_target_a_directory" = never; then
-        echo "$0: $dst_arg: Is a directory" >&2
-        exit 1
-      fi
-      dstdir=$dst
-      dst=$dstdir/`basename "$src"`
-      dstdir_status=0
-    else
-      dstdir=`dirname "$dst"`
-      test -d "$dstdir"
-      dstdir_status=$?
-    fi
-  fi
-
-  obsolete_mkdir_used=false
-
-  if test $dstdir_status != 0; then
-    case $posix_mkdir in
-      '')
-        # Create intermediate dirs using mode 755 as modified by the umask.
-        # This is like FreeBSD 'install' as of 1997-10-28.
-        umask=`umask`
-        case $stripcmd.$umask in
-          # Optimize common cases.
-          *[2367][2367]) mkdir_umask=$umask;;
-          .*0[02][02] | .[02][02] | .[02]) mkdir_umask=22;;
-
-          *[0-7])
-            mkdir_umask=`expr $umask + 22 \
-              - $umask % 100 % 40 + $umask % 20 \
-              - $umask % 10 % 4 + $umask % 2
-            `;;
-          *) mkdir_umask=$umask,go-w;;
-        esac
-
-        # With -d, create the new directory with the user-specified mode.
-        # Otherwise, rely on $mkdir_umask.
-        if test -n "$dir_arg"; then
-          mkdir_mode=-m$mode
-        else
-          mkdir_mode=
-        fi
-
-        posix_mkdir=false
-        case $umask in
-          *[123567][0-7][0-7])
-            # POSIX mkdir -p sets u+wx bits regardless of umask, which
-            # is incompatible with FreeBSD 'install' when (umask & 300) != 0.
-            ;;
-          *)
-            tmpdir=${TMPDIR-/tmp}/ins$RANDOM-$$
-            trap 'ret=$?; rmdir "$tmpdir/d" "$tmpdir" 2>/dev/null; exit $ret' 0
-
-            if (umask $mkdir_umask &&
-                exec $mkdirprog $mkdir_mode -p -- "$tmpdir/d") >/dev/null 2>&1
-            then
-              if test -z "$dir_arg" || {
-                   # Check for POSIX incompatibilities with -m.
-                   # HP-UX 11.23 and IRIX 6.5 mkdir -m -p sets group- or
-                   # other-writable bit of parent directory when it shouldn't.
-                   # FreeBSD 6.1 mkdir -m -p sets mode of existing directory.
-                   ls_ld_tmpdir=`ls -ld "$tmpdir"`
-                   case $ls_ld_tmpdir in
-                     d????-?r-*) different_mode=700;;
-                     d????-?--*) different_mode=755;;
-                     *) false;;
-                   esac &&
-                   $mkdirprog -m$different_mode -p -- "$tmpdir" && {
-                     ls_ld_tmpdir_1=`ls -ld "$tmpdir"`
-                     test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1"
-                   }
-                 }
-              then posix_mkdir=:
-              fi
-              rmdir "$tmpdir/d" "$tmpdir"
-            else
-              # Remove any dirs left behind by ancient mkdir implementations.
-              rmdir ./$mkdir_mode ./-p ./-- 2>/dev/null
-            fi
-            trap '' 0;;
-        esac;;
-    esac
-
-    if
-      $posix_mkdir && (
-        umask $mkdir_umask &&
-        $doit_exec $mkdirprog $mkdir_mode -p -- "$dstdir"
-      )
-    then :
-    else
-
-      # The umask is ridiculous, or mkdir does not conform to POSIX,
-      # or it failed possibly due to a race condition.  Create the
-      # directory the slow way, step by step, checking for races as we go.
-
-      case $dstdir in
-        /*) prefix='/';;
-        [-=\(\)!]*) prefix='./';;
-        *)  prefix='';;
-      esac
-
-      oIFS=$IFS
-      IFS=/
-      set -f
-      set fnord $dstdir
-      shift
-      set +f
-      IFS=$oIFS
-
-      prefixes=
-
-      for d
-      do
-        test X"$d" = X && continue
-
-        prefix=$prefix$d
-        if test -d "$prefix"; then
-          prefixes=
-        else
-          if $posix_mkdir; then
-            (umask=$mkdir_umask &&
-             $doit_exec $mkdirprog $mkdir_mode -p -- "$dstdir") && break
-            # Don't fail if two instances are running concurrently.
-            test -d "$prefix" || exit 1
-          else
-            case $prefix in
-              *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;;
-              *) qprefix=$prefix;;
-            esac
-            prefixes="$prefixes '$qprefix'"
-          fi
-        fi
-        prefix=$prefix/
-      done
-
-      if test -n "$prefixes"; then
-        # Don't fail if two instances are running concurrently.
-        (umask $mkdir_umask &&
-         eval "\$doit_exec \$mkdirprog $prefixes") ||
-          test -d "$dstdir" || exit 1
-        obsolete_mkdir_used=true
-      fi
-    fi
-  fi
-
-  if test -n "$dir_arg"; then
-    { test -z "$chowncmd" || $doit $chowncmd "$dst"; } &&
-    { test -z "$chgrpcmd" || $doit $chgrpcmd "$dst"; } &&
-    { test "$obsolete_mkdir_used$chowncmd$chgrpcmd" = false ||
-      test -z "$chmodcmd" || $doit $chmodcmd $mode "$dst"; } || exit 1
-  else
-
-    # Make a couple of temp file names in the proper directory.
-    dsttmp=$dstdir/_inst.$$_
-    rmtmp=$dstdir/_rm.$$_
-
-    # Trap to clean up those temp files at exit.
-    trap 'ret=$?; rm -f "$dsttmp" "$rmtmp" && exit $ret' 0
-
-    # Copy the file name to the temp name.
-    (umask $cp_umask && $doit_exec $cpprog "$src" "$dsttmp") &&
-
-    # and set any options; do chmod last to preserve setuid bits.
-    #
-    # If any of these fail, we abort the whole thing.  If we want to
-    # ignore errors from any of these, just make sure not to ignore
-    # errors from the above "$doit $cpprog $src $dsttmp" command.
-    #
-    { test -z "$chowncmd" || $doit $chowncmd "$dsttmp"; } &&
-    { test -z "$chgrpcmd" || $doit $chgrpcmd "$dsttmp"; } &&
-    { test -z "$stripcmd" || $doit $stripcmd "$dsttmp"; } &&
-    { test -z "$chmodcmd" || $doit $chmodcmd $mode "$dsttmp"; } &&
-
-    # If -C, don't bother to copy if it wouldn't change the file.
-    if $copy_on_change &&
-       old=`LC_ALL=C ls -dlL "$dst"     2>/dev/null` &&
-       new=`LC_ALL=C ls -dlL "$dsttmp"  2>/dev/null` &&
-       set -f &&
-       set X $old && old=:$2:$4:$5:$6 &&
-       set X $new && new=:$2:$4:$5:$6 &&
-       set +f &&
-       test "$old" = "$new" &&
-       $cmpprog "$dst" "$dsttmp" >/dev/null 2>&1
-    then
-      rm -f "$dsttmp"
-    else
-      # Rename the file to the real destination.
-      $doit $mvcmd -f "$dsttmp" "$dst" 2>/dev/null ||
-
-      # The rename failed, perhaps because mv can't rename something else
-      # to itself, or perhaps because mv is so ancient that it does not
-      # support -f.
-      {
-        # Now remove or move aside any old file at destination location.
-        # We try this two ways since rm can't unlink itself on some
-        # systems and the destination file might be busy for other
-        # reasons.  In this case, the final cleanup might fail but the new
-        # file should still install successfully.
-        {
-          test ! -f "$dst" ||
-          $doit $rmcmd -f "$dst" 2>/dev/null ||
-          { $doit $mvcmd -f "$dst" "$rmtmp" 2>/dev/null &&
-            { $doit $rmcmd -f "$rmtmp" 2>/dev/null; :; }
-          } ||
-          { echo "$0: cannot unlink or rename $dst" >&2
-            (exit 1); exit 1
-          }
-        } &&
-
-        # Now rename the file to the real destination.
-        $doit $mvcmd "$dsttmp" "$dst"
-      }
-    fi || exit 1
-
-    trap '' 0
-  fi
-done
-
-# Local variables:
-# eval: (add-hook 'write-file-hooks 'time-stamp)
-# time-stamp-start: "scriptversion="
-# time-stamp-format: "%:y-%02m-%02d.%02H"
-# time-stamp-time-zone: "UTC"
-# time-stamp-end: "; # UTC"
-# End:
diff --git a/config/ltmain.sh b/config/ltmain.sh
deleted file mode 100644
index 0f0a2da..0000000
--- a/config/ltmain.sh
+++ /dev/null
@@ -1,11147 +0,0 @@
-#! /bin/sh
-## DO NOT EDIT - This file generated from ./build-aux/ltmain.in
-##               by inline-source v2014-01-03.01
-
-# libtool (GNU libtool) 2.4.6
-# Provide generalized library-building support services.
-# Written by Gordon Matzigkeit <gord at gnu.ai.mit.edu>, 1996
-
-# Copyright (C) 1996-2015 Free Software Foundation, Inc.
-# This is free software; see the source for copying conditions.  There is NO
-# warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
-
-# GNU Libtool is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2 of the License, or
-# (at your option) any later version.
-#
-# As a special exception to the GNU General Public License,
-# if you distribute this file as part of a program or library that
-# is built using GNU Libtool, you may include this file under the
-# same distribution terms that you use for the rest of that program.
-#
-# GNU Libtool is distributed in the hope that it will be useful, but
-# WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-# General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.
-
-
-PROGRAM=libtool
-PACKAGE=libtool
-VERSION=2.4.6
-package_revision=2.4.6
-
-
-## ------ ##
-## Usage. ##
-## ------ ##
-
-# Run './libtool --help' for help with using this script from the
-# command line.
-
-
-## ------------------------------- ##
-## User overridable command paths. ##
-## ------------------------------- ##
-
-# After configure completes, it has a better idea of some of the
-# shell tools we need than the defaults used by the functions shared
-# with bootstrap, so set those here where they can still be over-
-# ridden by the user, but otherwise take precedence.
-
-: ${AUTOCONF="autoconf"}
-: ${AUTOMAKE="automake"}
-
-
-## -------------------------- ##
-## Source external libraries. ##
-## -------------------------- ##
-
-# Much of our low-level functionality needs to be sourced from external
-# libraries, which are installed to $pkgauxdir.
-
-# Set a version string for this script.
-scriptversion=2015-01-20.17; # UTC
-
-# General shell script boiler plate, and helper functions.
-# Written by Gary V. Vaughan, 2004
-
-# Copyright (C) 2004-2015 Free Software Foundation, Inc.
-# This is free software; see the source for copying conditions.  There is NO
-# warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
-
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 3 of the License, or
-# (at your option) any later version.
-
-# As a special exception to the GNU General Public License, if you distribute
-# this file as part of a program or library that is built using GNU Libtool,
-# you may include this file under the same distribution terms that you use
-# for the rest of that program.
-
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNES FOR A PARTICULAR PURPOSE. See the GNU
-# General Public License for more details.
-
-# You should have received a copy of the GNU General Public License
-# along with this program. If not, see <http://www.gnu.org/licenses/>.
-
-# Please report bugs or propose patches to gary at gnu.org.
-
-
-## ------ ##
-## Usage. ##
-## ------ ##
-
-# Evaluate this file near the top of your script to gain access to
-# the functions and variables defined here:
-#
-#   . `echo "$0" | ${SED-sed} 's|[^/]*$||'`/build-aux/funclib.sh
-#
-# If you need to override any of the default environment variable
-# settings, do that before evaluating this file.
-
-
-## -------------------- ##
-## Shell normalisation. ##
-## -------------------- ##
-
-# Some shells need a little help to be as Bourne compatible as possible.
-# Before doing anything else, make sure all that help has been provided!
-
-DUALCASE=1; export DUALCASE # for MKS sh
-if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
-  emulate sh
-  NULLCMD=:
-  # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
-  # is contrary to our usage.  Disable this feature.
-  alias -g '${1+"$@"}'='"$@"'
-  setopt NO_GLOB_SUBST
-else
-  case `(set -o) 2>/dev/null` in *posix*) set -o posix ;; esac
-fi
-
-# NLS nuisances: We save the old values in case they are required later.
-_G_user_locale=
-_G_safe_locale=
-for _G_var in LANG LANGUAGE LC_ALL LC_CTYPE LC_COLLATE LC_MESSAGES
-do
-  eval "if test set = \"\${$_G_var+set}\"; then
-          save_$_G_var=\$$_G_var
-          $_G_var=C
-	  export $_G_var
-	  _G_user_locale=\"$_G_var=\\\$save_\$_G_var; \$_G_user_locale\"
-	  _G_safe_locale=\"$_G_var=C; \$_G_safe_locale\"
-	fi"
-done
-
-# CDPATH.
-(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
-
-# Make sure IFS has a sensible default
-sp=' '
-nl='
-'
-IFS="$sp	$nl"
-
-# There are apparently some retarded systems that use ';' as a PATH separator!
-if test "${PATH_SEPARATOR+set}" != set; then
-  PATH_SEPARATOR=:
-  (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
-    (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
-      PATH_SEPARATOR=';'
-  }
-fi
-
-
-
-## ------------------------- ##
-## Locate command utilities. ##
-## ------------------------- ##
-
-
-# func_executable_p FILE
-# ----------------------
-# Check that FILE is an executable regular file.
-func_executable_p ()
-{
-    test -f "$1" && test -x "$1"
-}
-
-
-# func_path_progs PROGS_LIST CHECK_FUNC [PATH]
-# --------------------------------------------
-# Search for either a program that responds to --version with output
-# containing "GNU", or else returned by CHECK_FUNC otherwise, by
-# trying all the directories in PATH with each of the elements of
-# PROGS_LIST.
-#
-# CHECK_FUNC should accept the path to a candidate program, and
-# set $func_check_prog_result if it truncates its output less than
-# $_G_path_prog_max characters.
-func_path_progs ()
-{
-    _G_progs_list=$1
-    _G_check_func=$2
-    _G_PATH=${3-"$PATH"}
-
-    _G_path_prog_max=0
-    _G_path_prog_found=false
-    _G_save_IFS=$IFS; IFS=${PATH_SEPARATOR-:}
-    for _G_dir in $_G_PATH; do
-      IFS=$_G_save_IFS
-      test -z "$_G_dir" && _G_dir=.
-      for _G_prog_name in $_G_progs_list; do
-        for _exeext in '' .EXE; do
-          _G_path_prog=$_G_dir/$_G_prog_name$_exeext
-          func_executable_p "$_G_path_prog" || continue
-          case `"$_G_path_prog" --version 2>&1` in
-            *GNU*) func_path_progs_result=$_G_path_prog _G_path_prog_found=: ;;
-            *)     $_G_check_func $_G_path_prog
-		   func_path_progs_result=$func_check_prog_result
-		   ;;
-          esac
-          $_G_path_prog_found && break 3
-        done
-      done
-    done
-    IFS=$_G_save_IFS
-    test -z "$func_path_progs_result" && {
-      echo "no acceptable sed could be found in \$PATH" >&2
-      exit 1
-    }
-}
-
-
-# We want to be able to use the functions in this file before configure
-# has figured out where the best binaries are kept, which means we have
-# to search for them ourselves - except when the results are already set
-# where we skip the searches.
-
-# Unless the user overrides by setting SED, search the path for either GNU
-# sed, or the sed that truncates its output the least.
-test -z "$SED" && {
-  _G_sed_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
-  for _G_i in 1 2 3 4 5 6 7; do
-    _G_sed_script=$_G_sed_script$nl$_G_sed_script
-  done
-  echo "$_G_sed_script" 2>/dev/null | sed 99q >conftest.sed
-  _G_sed_script=
-
-  func_check_prog_sed ()
-  {
-    _G_path_prog=$1
-
-    _G_count=0
-    printf 0123456789 >conftest.in
-    while :
-    do
-      cat conftest.in conftest.in >conftest.tmp
-      mv conftest.tmp conftest.in
-      cp conftest.in conftest.nl
-      echo '' >> conftest.nl
-      "$_G_path_prog" -f conftest.sed <conftest.nl >conftest.out 2>/dev/null || break
-      diff conftest.out conftest.nl >/dev/null 2>&1 || break
-      _G_count=`expr $_G_count + 1`
-      if test "$_G_count" -gt "$_G_path_prog_max"; then
-        # Best one so far, save it but keep looking for a better one
-        func_check_prog_result=$_G_path_prog
-        _G_path_prog_max=$_G_count
-      fi
-      # 10*(2^10) chars as input seems more than enough
-      test 10 -lt "$_G_count" && break
-    done
-    rm -f conftest.in conftest.tmp conftest.nl conftest.out
-  }
-
-  func_path_progs "sed gsed" func_check_prog_sed $PATH:/usr/xpg4/bin
-  rm -f conftest.sed
-  SED=$func_path_progs_result
-}
-
-
-# Unless the user overrides by setting GREP, search the path for either GNU
-# grep, or the grep that truncates its output the least.
-test -z "$GREP" && {
-  func_check_prog_grep ()
-  {
-    _G_path_prog=$1
-
-    _G_count=0
-    _G_path_prog_max=0
-    printf 0123456789 >conftest.in
-    while :
-    do
-      cat conftest.in conftest.in >conftest.tmp
-      mv conftest.tmp conftest.in
-      cp conftest.in conftest.nl
-      echo 'GREP' >> conftest.nl
-      "$_G_path_prog" -e 'GREP$' -e '-(cannot match)-' <conftest.nl >conftest.out 2>/dev/null || break
-      diff conftest.out conftest.nl >/dev/null 2>&1 || break
-      _G_count=`expr $_G_count + 1`
-      if test "$_G_count" -gt "$_G_path_prog_max"; then
-        # Best one so far, save it but keep looking for a better one
-        func_check_prog_result=$_G_path_prog
-        _G_path_prog_max=$_G_count
-      fi
-      # 10*(2^10) chars as input seems more than enough
-      test 10 -lt "$_G_count" && break
-    done
-    rm -f conftest.in conftest.tmp conftest.nl conftest.out
-  }
-
-  func_path_progs "grep ggrep" func_check_prog_grep $PATH:/usr/xpg4/bin
-  GREP=$func_path_progs_result
-}
-
-
-## ------------------------------- ##
-## User overridable command paths. ##
-## ------------------------------- ##
-
-# All uppercase variable names are used for environment variables.  These
-# variables can be overridden by the user before calling a script that
-# uses them if a suitable command of that name is not already available
-# in the command search PATH.
-
-: ${CP="cp -f"}
-: ${ECHO="printf %s\n"}
-: ${EGREP="$GREP -E"}
-: ${FGREP="$GREP -F"}
-: ${LN_S="ln -s"}
-: ${MAKE="make"}
-: ${MKDIR="mkdir"}
-: ${MV="mv -f"}
-: ${RM="rm -f"}
-: ${SHELL="${CONFIG_SHELL-/bin/sh}"}
-
-
-## -------------------- ##
-## Useful sed snippets. ##
-## -------------------- ##
-
-sed_dirname='s|/[^/]*$||'
-sed_basename='s|^.*/||'
-
-# Sed substitution that helps us do robust quoting.  It backslashifies
-# metacharacters that are still active within double-quoted strings.
-sed_quote_subst='s|\([`"$\\]\)|\\\1|g'
-
-# Same as above, but do not quote variable references.
-sed_double_quote_subst='s/\(["`\\]\)/\\\1/g'
-
-# Sed substitution that turns a string into a regex matching for the
-# string literally.
-sed_make_literal_regex='s|[].[^$\\*\/]|\\&|g'
-
-# Sed substitution that converts a w32 file name or path
-# that contains forward slashes, into one that contains
-# (escaped) backslashes.  A very naive implementation.
-sed_naive_backslashify='s|\\\\*|\\|g;s|/|\\|g;s|\\|\\\\|g'
-
-# Re-'\' parameter expansions in output of sed_double_quote_subst that
-# were '\'-ed in input to the same.  If an odd number of '\' preceded a
-# '$' in input to sed_double_quote_subst, that '$' was protected from
-# expansion.  Since each input '\' is now two '\'s, look for any number
-# of runs of four '\'s followed by two '\'s and then a '$'.  '\' that '$'.
-_G_bs='\\'
-_G_bs2='\\\\'
-_G_bs4='\\\\\\\\'
-_G_dollar='\$'
-sed_double_backslash="\
-  s/$_G_bs4/&\\
-/g
-  s/^$_G_bs2$_G_dollar/$_G_bs&/
-  s/\\([^$_G_bs]\\)$_G_bs2$_G_dollar/\\1$_G_bs2$_G_bs$_G_dollar/g
-  s/\n//g"
-
-
-## ----------------- ##
-## Global variables. ##
-## ----------------- ##
-
-# Except for the global variables explicitly listed below, the following
-# functions in the '^func_' namespace, and the '^require_' namespace
-# variables initialised in the 'Resource management' section, sourcing
-# this file will not pollute your global namespace with anything
-# else. There's no portable way to scope variables in Bourne shell
-# though, so actually running these functions will sometimes place
-# results into a variable named after the function, and often use
-# temporary variables in the '^_G_' namespace. If you are careful to
-# avoid using those namespaces casually in your sourcing script, things
-# should continue to work as you expect. And, of course, you can freely
-# overwrite any of the functions or variables defined here before
-# calling anything to customize them.
-
-EXIT_SUCCESS=0
-EXIT_FAILURE=1
-EXIT_MISMATCH=63  # $? = 63 is used to indicate version mismatch to missing.
-EXIT_SKIP=77	  # $? = 77 is used to indicate a skipped test to automake.
-
-# Allow overriding, eg assuming that you follow the convention of
-# putting '$debug_cmd' at the start of all your functions, you can get
-# bash to show function call trace with:
-#
-#    debug_cmd='eval echo "${FUNCNAME[0]} $*" >&2' bash your-script-name
-debug_cmd=${debug_cmd-":"}
-exit_cmd=:
-
-# By convention, finish your script with:
-#
-#    exit $exit_status
-#
-# so that you can set exit_status to non-zero if you want to indicate
-# something went wrong during execution without actually bailing out at
-# the point of failure.
-exit_status=$EXIT_SUCCESS
-
-# Work around backward compatibility issue on IRIX 6.5. On IRIX 6.4+, sh
-# is ksh but when the shell is invoked as "sh" and the current value of
-# the _XPG environment variable is not equal to 1 (one), the special
-# positional parameter $0, within a function call, is the name of the
-# function.
-progpath=$0
-
-# The name of this program.
-progname=`$ECHO "$progpath" |$SED "$sed_basename"`
-
-# Make sure we have an absolute progpath for reexecution:
-case $progpath in
-  [\\/]*|[A-Za-z]:\\*) ;;
-  *[\\/]*)
-     progdir=`$ECHO "$progpath" |$SED "$sed_dirname"`
-     progdir=`cd "$progdir" && pwd`
-     progpath=$progdir/$progname
-     ;;
-  *)
-     _G_IFS=$IFS
-     IFS=${PATH_SEPARATOR-:}
-     for progdir in $PATH; do
-       IFS=$_G_IFS
-       test -x "$progdir/$progname" && break
-     done
-     IFS=$_G_IFS
-     test -n "$progdir" || progdir=`pwd`
-     progpath=$progdir/$progname
-     ;;
-esac
-
-
-## ----------------- ##
-## Standard options. ##
-## ----------------- ##
-
-# The following options affect the operation of the functions defined
-# below, and should be set appropriately depending on run-time para-
-# meters passed on the command line.
-
-opt_dry_run=false
-opt_quiet=false
-opt_verbose=false
-
-# Categories 'all' and 'none' are always available.  Append any others
-# you will pass as the first argument to func_warning from your own
-# code.
-warning_categories=
-
-# By default, display warnings according to 'opt_warning_types'.  Set
-# 'warning_func'  to ':' to elide all warnings, or func_fatal_error to
-# treat the next displayed warning as a fatal error.
-warning_func=func_warn_and_continue
-
-# Set to 'all' to display all warnings, 'none' to suppress all
-# warnings, or a space delimited list of some subset of
-# 'warning_categories' to display only the listed warnings.
-opt_warning_types=all
-
-
-## -------------------- ##
-## Resource management. ##
-## -------------------- ##
-
-# This section contains definitions for functions that each ensure a
-# particular resource (a file, or a non-empty configuration variable for
-# example) is available, and if appropriate to extract default values
-# from pertinent package files. Call them using their associated
-# 'require_*' variable to ensure that they are executed, at most, once.
-#
-# It's entirely deliberate that calling these functions can set
-# variables that don't obey the namespace limitations obeyed by the rest
-# of this file, in order that that they be as useful as possible to
-# callers.
-
-
-# require_term_colors
-# -------------------
-# Allow display of bold text on terminals that support it.
-require_term_colors=func_require_term_colors
-func_require_term_colors ()
-{
-    $debug_cmd
-
-    test -t 1 && {
-      # COLORTERM and USE_ANSI_COLORS environment variables take
-      # precedence, because most terminfo databases neglect to describe
-      # whether color sequences are supported.
-      test -n "${COLORTERM+set}" && : ${USE_ANSI_COLORS="1"}
-
-      if test 1 = "$USE_ANSI_COLORS"; then
-        # Standard ANSI escape sequences
-        tc_reset=''
-        tc_bold='';   tc_standout=''
-        tc_red='';   tc_green=''
-        tc_blue='';  tc_cyan=''
-      else
-        # Otherwise trust the terminfo database after all.
-        test -n "`tput sgr0 2>/dev/null`" && {
-          tc_reset=`tput sgr0`
-          test -n "`tput bold 2>/dev/null`" && tc_bold=`tput bold`
-          tc_standout=$tc_bold
-          test -n "`tput smso 2>/dev/null`" && tc_standout=`tput smso`
-          test -n "`tput setaf 1 2>/dev/null`" && tc_red=`tput setaf 1`
-          test -n "`tput setaf 2 2>/dev/null`" && tc_green=`tput setaf 2`
-          test -n "`tput setaf 4 2>/dev/null`" && tc_blue=`tput setaf 4`
-          test -n "`tput setaf 5 2>/dev/null`" && tc_cyan=`tput setaf 5`
-        }
-      fi
-    }
-
-    require_term_colors=:
-}
-
-
-## ----------------- ##
-## Function library. ##
-## ----------------- ##
-
-# This section contains a variety of useful functions to call in your
-# scripts. Take note of the portable wrappers for features provided by
-# some modern shells, which will fall back to slower equivalents on
-# less featureful shells.
-
-
-# func_append VAR VALUE
-# ---------------------
-# Append VALUE onto the existing contents of VAR.
-
-  # We should try to minimise forks, especially on Windows where they are
-  # unreasonably slow, so skip the feature probes when bash or zsh are
-  # being used:
-  if test set = "${BASH_VERSION+set}${ZSH_VERSION+set}"; then
-    : ${_G_HAVE_ARITH_OP="yes"}
-    : ${_G_HAVE_XSI_OPS="yes"}
-    # The += operator was introduced in bash 3.1
-    case $BASH_VERSION in
-      [12].* | 3.0 | 3.0*) ;;
-      *)
-        : ${_G_HAVE_PLUSEQ_OP="yes"}
-        ;;
-    esac
-  fi
-
-  # _G_HAVE_PLUSEQ_OP
-  # Can be empty, in which case the shell is probed, "yes" if += is
-  # useable or anything else if it does not work.
-  test -z "$_G_HAVE_PLUSEQ_OP" \
-    && (eval 'x=a; x+=" b"; test "a b" = "$x"') 2>/dev/null \
-    && _G_HAVE_PLUSEQ_OP=yes
-
-if test yes = "$_G_HAVE_PLUSEQ_OP"
-then
-  # This is an XSI compatible shell, allowing a faster implementation...
-  eval 'func_append ()
-  {
-    $debug_cmd
-
-    eval "$1+=\$2"
-  }'
-else
-  # ...otherwise fall back to using expr, which is often a shell builtin.
-  func_append ()
-  {
-    $debug_cmd
-
-    eval "$1=\$$1\$2"
-  }
-fi
-
-
-# func_append_quoted VAR VALUE
-# ----------------------------
-# Quote VALUE and append to the end of shell variable VAR, separated
-# by a space.
-if test yes = "$_G_HAVE_PLUSEQ_OP"; then
-  eval 'func_append_quoted ()
-  {
-    $debug_cmd
-
-    func_quote_for_eval "$2"
-    eval "$1+=\\ \$func_quote_for_eval_result"
-  }'
-else
-  func_append_quoted ()
-  {
-    $debug_cmd
-
-    func_quote_for_eval "$2"
-    eval "$1=\$$1\\ \$func_quote_for_eval_result"
-  }
-fi
-
-
-# func_append_uniq VAR VALUE
-# --------------------------
-# Append unique VALUE onto the existing contents of VAR, assuming
-# entries are delimited by the first character of VALUE.  For example:
-#
-#   func_append_uniq options " --another-option option-argument"
-#
-# will only append to $options if " --another-option option-argument "
-# is not already present somewhere in $options already (note spaces at
-# each end implied by leading space in second argument).
-func_append_uniq ()
-{
-    $debug_cmd
-
-    eval _G_current_value='`$ECHO $'$1'`'
-    _G_delim=`expr "$2" : '\(.\)'`
-
-    case $_G_delim$_G_current_value$_G_delim in
-      *"$2$_G_delim"*) ;;
-      *) func_append "$@" ;;
-    esac
-}
-
-
-# func_arith TERM...
-# ------------------
-# Set func_arith_result to the result of evaluating TERMs.
-  test -z "$_G_HAVE_ARITH_OP" \
-    && (eval 'test 2 = $(( 1 + 1 ))') 2>/dev/null \
-    && _G_HAVE_ARITH_OP=yes
-
-if test yes = "$_G_HAVE_ARITH_OP"; then
-  eval 'func_arith ()
-  {
-    $debug_cmd
-
-    func_arith_result=$(( $* ))
-  }'
-else
-  func_arith ()
-  {
-    $debug_cmd
-
-    func_arith_result=`expr "$@"`
-  }
-fi
-
-
-# func_basename FILE
-# ------------------
-# Set func_basename_result to FILE with everything up to and including
-# the last / stripped.
-if test yes = "$_G_HAVE_XSI_OPS"; then
-  # If this shell supports suffix pattern removal, then use it to avoid
-  # forking. Hide the definitions single quotes in case the shell chokes
-  # on unsupported syntax...
-  _b='func_basename_result=${1##*/}'
-  _d='case $1 in
-        */*) func_dirname_result=${1%/*}$2 ;;
-        *  ) func_dirname_result=$3        ;;
-      esac'
-
-else
-  # ...otherwise fall back to using sed.
-  _b='func_basename_result=`$ECHO "$1" |$SED "$sed_basename"`'
-  _d='func_dirname_result=`$ECHO "$1"  |$SED "$sed_dirname"`
-      if test "X$func_dirname_result" = "X$1"; then
-        func_dirname_result=$3
-      else
-        func_append func_dirname_result "$2"
-      fi'
-fi
-
-eval 'func_basename ()
-{
-    $debug_cmd
-
-    '"$_b"'
-}'
-
-
-# func_dirname FILE APPEND NONDIR_REPLACEMENT
-# -------------------------------------------
-# Compute the dirname of FILE.  If nonempty, add APPEND to the result,
-# otherwise set result to NONDIR_REPLACEMENT.
-eval 'func_dirname ()
-{
-    $debug_cmd
-
-    '"$_d"'
-}'
-
-
-# func_dirname_and_basename FILE APPEND NONDIR_REPLACEMENT
-# --------------------------------------------------------
-# Perform func_basename and func_dirname in a single function
-# call:
-#   dirname:  Compute the dirname of FILE.  If nonempty,
-#             add APPEND to the result, otherwise set result
-#             to NONDIR_REPLACEMENT.
-#             value returned in "$func_dirname_result"
-#   basename: Compute filename of FILE.
-#             value retuned in "$func_basename_result"
-# For efficiency, we do not delegate to the functions above but instead
-# duplicate the functionality here.
-eval 'func_dirname_and_basename ()
-{
-    $debug_cmd
-
-    '"$_b"'
-    '"$_d"'
-}'
-
-
-# func_echo ARG...
-# ----------------
-# Echo program name prefixed message.
-func_echo ()
-{
-    $debug_cmd
-
-    _G_message=$*
-
-    func_echo_IFS=$IFS
-    IFS=$nl
-    for _G_line in $_G_message; do
-      IFS=$func_echo_IFS
-      $ECHO "$progname: $_G_line"
-    done
-    IFS=$func_echo_IFS
-}
-
-
-# func_echo_all ARG...
-# --------------------
-# Invoke $ECHO with all args, space-separated.
-func_echo_all ()
-{
-    $ECHO "$*"
-}
-
-
-# func_echo_infix_1 INFIX ARG...
-# ------------------------------
-# Echo program name, followed by INFIX on the first line, with any
-# additional lines not showing INFIX.
-func_echo_infix_1 ()
-{
-    $debug_cmd
-
-    $require_term_colors
-
-    _G_infix=$1; shift
-    _G_indent=$_G_infix
-    _G_prefix="$progname: $_G_infix: "
-    _G_message=$*
-
-    # Strip color escape sequences before counting printable length
-    for _G_tc in "$tc_reset" "$tc_bold" "$tc_standout" "$tc_red" "$tc_green" "$tc_blue" "$tc_cyan"
-    do
-      test -n "$_G_tc" && {
-        _G_esc_tc=`$ECHO "$_G_tc" | $SED "$sed_make_literal_regex"`
-        _G_indent=`$ECHO "$_G_indent" | $SED "s|$_G_esc_tc||g"`
-      }
-    done
-    _G_indent="$progname: "`echo "$_G_indent" | $SED 's|.| |g'`"  " ## exclude from sc_prohibit_nested_quotes
-
-    func_echo_infix_1_IFS=$IFS
-    IFS=$nl
-    for _G_line in $_G_message; do
-      IFS=$func_echo_infix_1_IFS
-      $ECHO "$_G_prefix$tc_bold$_G_line$tc_reset" >&2
-      _G_prefix=$_G_indent
-    done
-    IFS=$func_echo_infix_1_IFS
-}
-
-
-# func_error ARG...
-# -----------------
-# Echo program name prefixed message to standard error.
-func_error ()
-{
-    $debug_cmd
-
-    $require_term_colors
-
-    func_echo_infix_1 "  $tc_standout${tc_red}error$tc_reset" "$*" >&2
-}
-
-
-# func_fatal_error ARG...
-# -----------------------
-# Echo program name prefixed message to standard error, and exit.
-func_fatal_error ()
-{
-    $debug_cmd
-
-    func_error "$*"
-    exit $EXIT_FAILURE
-}
-
-
-# func_grep EXPRESSION FILENAME
-# -----------------------------
-# Check whether EXPRESSION matches any line of FILENAME, without output.
-func_grep ()
-{
-    $debug_cmd
-
-    $GREP "$1" "$2" >/dev/null 2>&1
-}
-
-
-# func_len STRING
-# ---------------
-# Set func_len_result to the length of STRING. STRING may not
-# start with a hyphen.
-  test -z "$_G_HAVE_XSI_OPS" \
-    && (eval 'x=a/b/c;
-      test 5aa/bb/cc = "${#x}${x%%/*}${x%/*}${x#*/}${x##*/}"') 2>/dev/null \
-    && _G_HAVE_XSI_OPS=yes
-
-if test yes = "$_G_HAVE_XSI_OPS"; then
-  eval 'func_len ()
-  {
-    $debug_cmd
-
-    func_len_result=${#1}
-  }'
-else
-  func_len ()
-  {
-    $debug_cmd
-
-    func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
-  }
-fi
-
-
-# func_mkdir_p DIRECTORY-PATH
-# ---------------------------
-# Make sure the entire path to DIRECTORY-PATH is available.
-func_mkdir_p ()
-{
-    $debug_cmd
-
-    _G_directory_path=$1
-    _G_dir_list=
-
-    if test -n "$_G_directory_path" && test : != "$opt_dry_run"; then
-
-      # Protect directory names starting with '-'
-      case $_G_directory_path in
-        -*) _G_directory_path=./$_G_directory_path ;;
-      esac
-
-      # While some portion of DIR does not yet exist...
-      while test ! -d "$_G_directory_path"; do
-        # ...make a list in topmost first order.  Use a colon delimited
-	# list incase some portion of path contains whitespace.
-        _G_dir_list=$_G_directory_path:$_G_dir_list
-
-        # If the last portion added has no slash in it, the list is done
-        case $_G_directory_path in */*) ;; *) break ;; esac
-
-        # ...otherwise throw away the child directory and loop
-        _G_directory_path=`$ECHO "$_G_directory_path" | $SED -e "$sed_dirname"`
-      done
-      _G_dir_list=`$ECHO "$_G_dir_list" | $SED 's|:*$||'`
-
-      func_mkdir_p_IFS=$IFS; IFS=:
-      for _G_dir in $_G_dir_list; do
-	IFS=$func_mkdir_p_IFS
-        # mkdir can fail with a 'File exist' error if two processes
-        # try to create one of the directories concurrently.  Don't
-        # stop in that case!
-        $MKDIR "$_G_dir" 2>/dev/null || :
-      done
-      IFS=$func_mkdir_p_IFS
-
-      # Bail out if we (or some other process) failed to create a directory.
-      test -d "$_G_directory_path" || \
-        func_fatal_error "Failed to create '$1'"
-    fi
-}
-
-
-# func_mktempdir [BASENAME]
-# -------------------------
-# Make a temporary directory that won't clash with other running
-# libtool processes, and avoids race conditions if possible.  If
-# given, BASENAME is the basename for that directory.
-func_mktempdir ()
-{
-    $debug_cmd
-
-    _G_template=${TMPDIR-/tmp}/${1-$progname}
-
-    if test : = "$opt_dry_run"; then
-      # Return a directory name, but don't create it in dry-run mode
-      _G_tmpdir=$_G_template-$$
-    else
-
-      # If mktemp works, use that first and foremost
-      _G_tmpdir=`mktemp -d "$_G_template-XXXXXXXX" 2>/dev/null`
-
-      if test ! -d "$_G_tmpdir"; then
-        # Failing that, at least try and use $RANDOM to avoid a race
-        _G_tmpdir=$_G_template-${RANDOM-0}$$
-
-        func_mktempdir_umask=`umask`
-        umask 0077
-        $MKDIR "$_G_tmpdir"
-        umask $func_mktempdir_umask
-      fi
-
-      # If we're not in dry-run mode, bomb out on failure
-      test -d "$_G_tmpdir" || \
-        func_fatal_error "cannot create temporary directory '$_G_tmpdir'"
-    fi
-
-    $ECHO "$_G_tmpdir"
-}
-
-
-# func_normal_abspath PATH
-# ------------------------
-# Remove doubled-up and trailing slashes, "." path components,
-# and cancel out any ".." path components in PATH after making
-# it an absolute path.
-func_normal_abspath ()
-{
-    $debug_cmd
-
-    # These SED scripts presuppose an absolute path with a trailing slash.
-    _G_pathcar='s|^/\([^/]*\).*$|\1|'
-    _G_pathcdr='s|^/[^/]*||'
-    _G_removedotparts=':dotsl
-		s|/\./|/|g
-		t dotsl
-		s|/\.$|/|'
-    _G_collapseslashes='s|/\{1,\}|/|g'
-    _G_finalslash='s|/*$|/|'
-
-    # Start from root dir and reassemble the path.
-    func_normal_abspath_result=
-    func_normal_abspath_tpath=$1
-    func_normal_abspath_altnamespace=
-    case $func_normal_abspath_tpath in
-      "")
-        # Empty path, that just means $cwd.
-        func_stripname '' '/' "`pwd`"
-        func_normal_abspath_result=$func_stripname_result
-        return
-        ;;
-      # The next three entries are used to spot a run of precisely
-      # two leading slashes without using negated character classes;
-      # we take advantage of case's first-match behaviour.
-      ///*)
-        # Unusual form of absolute path, do nothing.
-        ;;
-      //*)
-        # Not necessarily an ordinary path; POSIX reserves leading '//'
-        # and for example Cygwin uses it to access remote file shares
-        # over CIFS/SMB, so we conserve a leading double slash if found.
-        func_normal_abspath_altnamespace=/
-        ;;
-      /*)
-        # Absolute path, do nothing.
-        ;;
-      *)
-        # Relative path, prepend $cwd.
-        func_normal_abspath_tpath=`pwd`/$func_normal_abspath_tpath
-        ;;
-    esac
-
-    # Cancel out all the simple stuff to save iterations.  We also want
-    # the path to end with a slash for ease of parsing, so make sure
-    # there is one (and only one) here.
-    func_normal_abspath_tpath=`$ECHO "$func_normal_abspath_tpath" | $SED \
-          -e "$_G_removedotparts" -e "$_G_collapseslashes" -e "$_G_finalslash"`
-    while :; do
-      # Processed it all yet?
-      if test / = "$func_normal_abspath_tpath"; then
-        # If we ascended to the root using ".." the result may be empty now.
-        if test -z "$func_normal_abspath_result"; then
-          func_normal_abspath_result=/
-        fi
-        break
-      fi
-      func_normal_abspath_tcomponent=`$ECHO "$func_normal_abspath_tpath" | $SED \
-          -e "$_G_pathcar"`
-      func_normal_abspath_tpath=`$ECHO "$func_normal_abspath_tpath" | $SED \
-          -e "$_G_pathcdr"`
-      # Figure out what to do with it
-      case $func_normal_abspath_tcomponent in
-        "")
-          # Trailing empty path component, ignore it.
-          ;;
-        ..)
-          # Parent dir; strip last assembled component from result.
-          func_dirname "$func_normal_abspath_result"
-          func_normal_abspath_result=$func_dirname_result
-          ;;
-        *)
-          # Actual path component, append it.
-          func_append func_normal_abspath_result "/$func_normal_abspath_tcomponent"
-          ;;
-      esac
-    done
-    # Restore leading double-slash if one was found on entry.
-    func_normal_abspath_result=$func_normal_abspath_altnamespace$func_normal_abspath_result
-}
-
-
-# func_notquiet ARG...
-# --------------------
-# Echo program name prefixed message only when not in quiet mode.
-func_notquiet ()
-{
-    $debug_cmd
-
-    $opt_quiet || func_echo ${1+"$@"}
-
-    # A bug in bash halts the script if the last line of a function
-    # fails when set -e is in force, so we need another command to
-    # work around that:
-    :
-}
-
-
-# func_relative_path SRCDIR DSTDIR
-# --------------------------------
-# Set func_relative_path_result to the relative path from SRCDIR to DSTDIR.
-func_relative_path ()
-{
-    $debug_cmd
-
-    func_relative_path_result=
-    func_normal_abspath "$1"
-    func_relative_path_tlibdir=$func_normal_abspath_result
-    func_normal_abspath "$2"
-    func_relative_path_tbindir=$func_normal_abspath_result
-
-    # Ascend the tree starting from libdir
-    while :; do
-      # check if we have found a prefix of bindir
-      case $func_relative_path_tbindir in
-        $func_relative_path_tlibdir)
-          # found an exact match
-          func_relative_path_tcancelled=
-          break
-          ;;
-        $func_relative_path_tlibdir*)
-          # found a matching prefix
-          func_stripname "$func_relative_path_tlibdir" '' "$func_relative_path_tbindir"
-          func_relative_path_tcancelled=$func_stripname_result
-          if test -z "$func_relative_path_result"; then
-            func_relative_path_result=.
-          fi
-          break
-          ;;
-        *)
-          func_dirname $func_relative_path_tlibdir
-          func_relative_path_tlibdir=$func_dirname_result
-          if test -z "$func_relative_path_tlibdir"; then
-            # Have to descend all the way to the root!
-            func_relative_path_result=../$func_relative_path_result
-            func_relative_path_tcancelled=$func_relative_path_tbindir
-            break
-          fi
-          func_relative_path_result=../$func_relative_path_result
-          ;;
-      esac
-    done
-
-    # Now calculate path; take care to avoid doubling-up slashes.
-    func_stripname '' '/' "$func_relative_path_result"
-    func_relative_path_result=$func_stripname_result
-    func_stripname '/' '/' "$func_relative_path_tcancelled"
-    if test -n "$func_stripname_result"; then
-      func_append func_relative_path_result "/$func_stripname_result"
-    fi
-
-    # Normalisation. If bindir is libdir, return '.' else relative path.
-    if test -n "$func_relative_path_result"; then
-      func_stripname './' '' "$func_relative_path_result"
-      func_relative_path_result=$func_stripname_result
-    fi
-
-    test -n "$func_relative_path_result" || func_relative_path_result=.
-
-    :
-}
-
-
-# func_quote_for_eval ARG...
-# --------------------------
-# Aesthetically quote ARGs to be evaled later.
-# This function returns two values:
-#   i) func_quote_for_eval_result
-#      double-quoted, suitable for a subsequent eval
-#  ii) func_quote_for_eval_unquoted_result
-#      has all characters that are still active within double
-#      quotes backslashified.
-func_quote_for_eval ()
-{
-    $debug_cmd
-
-    func_quote_for_eval_unquoted_result=
-    func_quote_for_eval_result=
-    while test 0 -lt $#; do
-      case $1 in
-        *[\\\`\"\$]*)
-	  _G_unquoted_arg=`printf '%s\n' "$1" |$SED "$sed_quote_subst"` ;;
-        *)
-          _G_unquoted_arg=$1 ;;
-      esac
-      if test -n "$func_quote_for_eval_unquoted_result"; then
-	func_append func_quote_for_eval_unquoted_result " $_G_unquoted_arg"
-      else
-        func_append func_quote_for_eval_unquoted_result "$_G_unquoted_arg"
-      fi
-
-      case $_G_unquoted_arg in
-        # Double-quote args containing shell metacharacters to delay
-        # word splitting, command substitution and variable expansion
-        # for a subsequent eval.
-        # Many Bourne shells cannot handle close brackets correctly
-        # in scan sets, so we specify it separately.
-        *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \	]*|*]*|"")
-          _G_quoted_arg=\"$_G_unquoted_arg\"
-          ;;
-        *)
-          _G_quoted_arg=$_G_unquoted_arg
-	  ;;
-      esac
-
-      if test -n "$func_quote_for_eval_result"; then
-	func_append func_quote_for_eval_result " $_G_quoted_arg"
-      else
-        func_append func_quote_for_eval_result "$_G_quoted_arg"
-      fi
-      shift
-    done
-}
-
-
-# func_quote_for_expand ARG
-# -------------------------
-# Aesthetically quote ARG to be evaled later; same as above,
-# but do not quote variable references.
-func_quote_for_expand ()
-{
-    $debug_cmd
-
-    case $1 in
-      *[\\\`\"]*)
-	_G_arg=`$ECHO "$1" | $SED \
-	    -e "$sed_double_quote_subst" -e "$sed_double_backslash"` ;;
-      *)
-        _G_arg=$1 ;;
-    esac
-
-    case $_G_arg in
-      # Double-quote args containing shell metacharacters to delay
-      # word splitting and command substitution for a subsequent eval.
-      # Many Bourne shells cannot handle close brackets correctly
-      # in scan sets, so we specify it separately.
-      *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \	]*|*]*|"")
-        _G_arg=\"$_G_arg\"
-        ;;
-    esac
-
-    func_quote_for_expand_result=$_G_arg
-}
-
-
-# func_stripname PREFIX SUFFIX NAME
-# ---------------------------------
-# strip PREFIX and SUFFIX from NAME, and store in func_stripname_result.
-# PREFIX and SUFFIX must not contain globbing or regex special
-# characters, hashes, percent signs, but SUFFIX may contain a leading
-# dot (in which case that matches only a dot).
-if test yes = "$_G_HAVE_XSI_OPS"; then
-  eval 'func_stripname ()
-  {
-    $debug_cmd
-
-    # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
-    # positional parameters, so assign one to ordinary variable first.
-    func_stripname_result=$3
-    func_stripname_result=${func_stripname_result#"$1"}
-    func_stripname_result=${func_stripname_result%"$2"}
-  }'
-else
-  func_stripname ()
-  {
-    $debug_cmd
-
-    case $2 in
-      .*) func_stripname_result=`$ECHO "$3" | $SED -e "s%^$1%%" -e "s%\\\\$2\$%%"`;;
-      *)  func_stripname_result=`$ECHO "$3" | $SED -e "s%^$1%%" -e "s%$2\$%%"`;;
-    esac
-  }
-fi
-
-
-# func_show_eval CMD [FAIL_EXP]
-# -----------------------------
-# Unless opt_quiet is true, then output CMD.  Then, if opt_dryrun is
-# not true, evaluate CMD.  If the evaluation of CMD fails, and FAIL_EXP
-# is given, then evaluate it.
-func_show_eval ()
-{
-    $debug_cmd
-
-    _G_cmd=$1
-    _G_fail_exp=${2-':'}
-
-    func_quote_for_expand "$_G_cmd"
-    eval "func_notquiet $func_quote_for_expand_result"
-
-    $opt_dry_run || {
-      eval "$_G_cmd"
-      _G_status=$?
-      if test 0 -ne "$_G_status"; then
-	eval "(exit $_G_status); $_G_fail_exp"
-      fi
-    }
-}
-
-
-# func_show_eval_locale CMD [FAIL_EXP]
-# ------------------------------------
-# Unless opt_quiet is true, then output CMD.  Then, if opt_dryrun is
-# not true, evaluate CMD.  If the evaluation of CMD fails, and FAIL_EXP
-# is given, then evaluate it.  Use the saved locale for evaluation.
-func_show_eval_locale ()
-{
-    $debug_cmd
-
-    _G_cmd=$1
-    _G_fail_exp=${2-':'}
-
-    $opt_quiet || {
-      func_quote_for_expand "$_G_cmd"
-      eval "func_echo $func_quote_for_expand_result"
-    }
-
-    $opt_dry_run || {
-      eval "$_G_user_locale
-	    $_G_cmd"
-      _G_status=$?
-      eval "$_G_safe_locale"
-      if test 0 -ne "$_G_status"; then
-	eval "(exit $_G_status); $_G_fail_exp"
-      fi
-    }
-}
-
-
-# func_tr_sh
-# ----------
-# Turn $1 into a string suitable for a shell variable name.
-# Result is stored in $func_tr_sh_result.  All characters
-# not in the set a-zA-Z0-9_ are replaced with '_'. Further,
-# if $1 begins with a digit, a '_' is prepended as well.
-func_tr_sh ()
-{
-    $debug_cmd
-
-    case $1 in
-    [0-9]* | *[!a-zA-Z0-9_]*)
-      func_tr_sh_result=`$ECHO "$1" | $SED -e 's/^\([0-9]\)/_\1/' -e 's/[^a-zA-Z0-9_]/_/g'`
-      ;;
-    * )
-      func_tr_sh_result=$1
-      ;;
-    esac
-}
-
-
-# func_verbose ARG...
-# -------------------
-# Echo program name prefixed message in verbose mode only.
-func_verbose ()
-{
-    $debug_cmd
-
-    $opt_verbose && func_echo "$*"
-
-    :
-}
-
-
-# func_warn_and_continue ARG...
-# -----------------------------
-# Echo program name prefixed warning message to standard error.
-func_warn_and_continue ()
-{
-    $debug_cmd
-
-    $require_term_colors
-
-    func_echo_infix_1 "${tc_red}warning$tc_reset" "$*" >&2
-}
-
-
-# func_warning CATEGORY ARG...
-# ----------------------------
-# Echo program name prefixed warning message to standard error. Warning
-# messages can be filtered according to CATEGORY, where this function
-# elides messages where CATEGORY is not listed in the global variable
-# 'opt_warning_types'.
-func_warning ()
-{
-    $debug_cmd
-
-    # CATEGORY must be in the warning_categories list!
-    case " $warning_categories " in
-      *" $1 "*) ;;
-      *) func_internal_error "invalid warning category '$1'" ;;
-    esac
-
-    _G_category=$1
-    shift
-
-    case " $opt_warning_types " in
-      *" $_G_category "*) $warning_func ${1+"$@"} ;;
-    esac
-}
-
-
-# func_sort_ver VER1 VER2
-# -----------------------
-# 'sort -V' is not generally available.
-# Note this deviates from the version comparison in automake
-# in that it treats 1.5 < 1.5.0, and treats 1.4.4a < 1.4-p3a
-# but this should suffice as we won't be specifying old
-# version formats or redundant trailing .0 in bootstrap.conf.
-# If we did want full compatibility then we should probably
-# use m4_version_compare from autoconf.
-func_sort_ver ()
-{
-    $debug_cmd
-
-    printf '%s\n%s\n' "$1" "$2" \
-      | sort -t. -k 1,1n -k 2,2n -k 3,3n -k 4,4n -k 5,5n -k 6,6n -k 7,7n -k 8,8n -k 9,9n
-}
-
-# func_lt_ver PREV CURR
-# ---------------------
-# Return true if PREV and CURR are in the correct order according to
-# func_sort_ver, otherwise false.  Use it like this:
-#
-#  func_lt_ver "$prev_ver" "$proposed_ver" || func_fatal_error "..."
-func_lt_ver ()
-{
-    $debug_cmd
-
-    test "x$1" = x`func_sort_ver "$1" "$2" | $SED 1q`
-}
-
-
-# Local variables:
-# mode: shell-script
-# sh-indentation: 2
-# eval: (add-hook 'before-save-hook 'time-stamp)
-# time-stamp-pattern: "10/scriptversion=%:y-%02m-%02d.%02H; # UTC"
-# time-stamp-time-zone: "UTC"
-# End:
-#! /bin/sh
-
-# Set a version string for this script.
-scriptversion=2014-01-07.03; # UTC
-
-# A portable, pluggable option parser for Bourne shell.
-# Written by Gary V. Vaughan, 2010
-
-# Copyright (C) 2010-2015 Free Software Foundation, Inc.
-# This is free software; see the source for copying conditions.  There is NO
-# warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
-
-# This program is free software: you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation, either version 3 of the License, or
-# (at your option) any later version.
-
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-# GNU General Public License for more details.
-
-# You should have received a copy of the GNU General Public License
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.
-
-# Please report bugs or propose patches to gary at gnu.org.
-
-
-## ------ ##
-## Usage. ##
-## ------ ##
-
-# This file is a library for parsing options in your shell scripts along
-# with assorted other useful supporting features that you can make use
-# of too.
-#
-# For the simplest scripts you might need only:
-#
-#   #!/bin/sh
-#   . relative/path/to/funclib.sh
-#   . relative/path/to/options-parser
-#   scriptversion=1.0
-#   func_options ${1+"$@"}
-#   eval set dummy "$func_options_result"; shift
-#   ...rest of your script...
-#
-# In order for the '--version' option to work, you will need to have a
-# suitably formatted comment like the one at the top of this file
-# starting with '# Written by ' and ending with '# warranty; '.
-#
-# For '-h' and '--help' to work, you will also need a one line
-# description of your script's purpose in a comment directly above the
-# '# Written by ' line, like the one at the top of this file.
-#
-# The default options also support '--debug', which will turn on shell
-# execution tracing (see the comment above debug_cmd below for another
-# use), and '--verbose' and the func_verbose function to allow your script
-# to display verbose messages only when your user has specified
-# '--verbose'.
-#
-# After sourcing this file, you can plug processing for additional
-# options by amending the variables from the 'Configuration' section
-# below, and following the instructions in the 'Option parsing'
-# section further down.
-
-## -------------- ##
-## Configuration. ##
-## -------------- ##
-
-# You should override these variables in your script after sourcing this
-# file so that they reflect the customisations you have added to the
-# option parser.
-
-# The usage line for option parsing errors and the start of '-h' and
-# '--help' output messages. You can embed shell variables for delayed
-# expansion at the time the message is displayed, but you will need to
-# quote other shell meta-characters carefully to prevent them being
-# expanded when the contents are evaled.
-usage='$progpath [OPTION]...'
-
-# Short help message in response to '-h' and '--help'.  Add to this or
-# override it after sourcing this library to reflect the full set of
-# options your script accepts.
-usage_message="\
-       --debug        enable verbose shell tracing
-   -W, --warnings=CATEGORY
-                      report the warnings falling in CATEGORY [all]
-   -v, --verbose      verbosely report processing
-       --version      print version information and exit
-   -h, --help         print short or long help message and exit
-"
-
-# Additional text appended to 'usage_message' in response to '--help'.
-long_help_message="
-Warning categories include:
-       'all'          show all warnings
-       'none'         turn off all the warnings
-       'error'        warnings are treated as fatal errors"
-
-# Help message printed before fatal option parsing errors.
-fatal_help="Try '\$progname --help' for more information."
-
-
-
-## ------------------------- ##
-## Hook function management. ##
-## ------------------------- ##
-
-# This section contains functions for adding, removing, and running hooks
-# to the main code.  A hook is just a named list of of function, that can
-# be run in order later on.
-
-# func_hookable FUNC_NAME
-# -----------------------
-# Declare that FUNC_NAME will run hooks added with
-# 'func_add_hook FUNC_NAME ...'.
-func_hookable ()
-{
-    $debug_cmd
-
-    func_append hookable_fns " $1"
-}
-
-
-# func_add_hook FUNC_NAME HOOK_FUNC
-# ---------------------------------
-# Request that FUNC_NAME call HOOK_FUNC before it returns.  FUNC_NAME must
-# first have been declared "hookable" by a call to 'func_hookable'.
-func_add_hook ()
-{
-    $debug_cmd
-
-    case " $hookable_fns " in
-      *" $1 "*) ;;
-      *) func_fatal_error "'$1' does not accept hook functions." ;;
-    esac
-
-    eval func_append ${1}_hooks '" $2"'
-}
-
-
-# func_remove_hook FUNC_NAME HOOK_FUNC
-# ------------------------------------
-# Remove HOOK_FUNC from the list of functions called by FUNC_NAME.
-func_remove_hook ()
-{
-    $debug_cmd
-
-    eval ${1}_hooks='`$ECHO "\$'$1'_hooks" |$SED "s| '$2'||"`'
-}
-
-
-# func_run_hooks FUNC_NAME [ARG]...
-# ---------------------------------
-# Run all hook functions registered to FUNC_NAME.
-# It is assumed that the list of hook functions contains nothing more
-# than a whitespace-delimited list of legal shell function names, and
-# no effort is wasted trying to catch shell meta-characters or preserve
-# whitespace.
-func_run_hooks ()
-{
-    $debug_cmd
-
-    case " $hookable_fns " in
-      *" $1 "*) ;;
-      *) func_fatal_error "'$1' does not support hook funcions.n" ;;
-    esac
-
-    eval _G_hook_fns=\$$1_hooks; shift
-
-    for _G_hook in $_G_hook_fns; do
-      eval $_G_hook '"$@"'
-
-      # store returned options list back into positional
-      # parameters for next 'cmd' execution.
-      eval _G_hook_result=\$${_G_hook}_result
-      eval set dummy "$_G_hook_result"; shift
-    done
-
-    func_quote_for_eval ${1+"$@"}
-    func_run_hooks_result=$func_quote_for_eval_result
-}
-
-
-
-## --------------- ##
-## Option parsing. ##
-## --------------- ##
-
-# In order to add your own option parsing hooks, you must accept the
-# full positional parameter list in your hook function, remove any
-# options that you action, and then pass back the remaining unprocessed
-# options in '<hooked_function_name>_result', escaped suitably for
-# 'eval'.  Like this:
-#
-#    my_options_prep ()
-#    {
-#        $debug_cmd
-#
-#        # Extend the existing usage message.
-#        usage_message=$usage_message'
-#      -s, --silent       don'\''t print informational messages
-#    '
-#
-#        func_quote_for_eval ${1+"$@"}
-#        my_options_prep_result=$func_quote_for_eval_result
-#    }
-#    func_add_hook func_options_prep my_options_prep
-#
-#
-#    my_silent_option ()
-#    {
-#        $debug_cmd
-#
-#        # Note that for efficiency, we parse as many options as we can
-#        # recognise in a loop before passing the remainder back to the
-#        # caller on the first unrecognised argument we encounter.
-#        while test $# -gt 0; do
-#          opt=$1; shift
-#          case $opt in
-#            --silent|-s) opt_silent=: ;;
-#            # Separate non-argument short options:
-#            -s*)         func_split_short_opt "$_G_opt"
-#                         set dummy "$func_split_short_opt_name" \
-#                             "-$func_split_short_opt_arg" ${1+"$@"}
-#                         shift
-#                         ;;
-#            *)            set dummy "$_G_opt" "$*"; shift; break ;;
-#          esac
-#        done
-#
-#        func_quote_for_eval ${1+"$@"}
-#        my_silent_option_result=$func_quote_for_eval_result
-#    }
-#    func_add_hook func_parse_options my_silent_option
-#
-#
-#    my_option_validation ()
-#    {
-#        $debug_cmd
-#
-#        $opt_silent && $opt_verbose && func_fatal_help "\
-#    '--silent' and '--verbose' options are mutually exclusive."
-#
-#        func_quote_for_eval ${1+"$@"}
-#        my_option_validation_result=$func_quote_for_eval_result
-#    }
-#    func_add_hook func_validate_options my_option_validation
-#
-# You'll alse need to manually amend $usage_message to reflect the extra
-# options you parse.  It's preferable to append if you can, so that
-# multiple option parsing hooks can be added safely.
-
-
-# func_options [ARG]...
-# ---------------------
-# All the functions called inside func_options are hookable. See the
-# individual implementations for details.
-func_hookable func_options
-func_options ()
-{
-    $debug_cmd
-
-    func_options_prep ${1+"$@"}
-    eval func_parse_options \
-        ${func_options_prep_result+"$func_options_prep_result"}
-    eval func_validate_options \
-        ${func_parse_options_result+"$func_parse_options_result"}
-
-    eval func_run_hooks func_options \
-        ${func_validate_options_result+"$func_validate_options_result"}
-
-    # save modified positional parameters for caller
-    func_options_result=$func_run_hooks_result
-}
-
-
-# func_options_prep [ARG]...
-# --------------------------
-# All initialisations required before starting the option parse loop.
-# Note that when calling hook functions, we pass through the list of
-# positional parameters.  If a hook function modifies that list, and
-# needs to propogate that back to rest of this script, then the complete
-# modified list must be put in 'func_run_hooks_result' before
-# returning.
-func_hookable func_options_prep
-func_options_prep ()
-{
-    $debug_cmd
-
-    # Option defaults:
-    opt_verbose=false
-    opt_warning_types=
-
-    func_run_hooks func_options_prep ${1+"$@"}
-
-    # save modified positional parameters for caller
-    func_options_prep_result=$func_run_hooks_result
-}
-
-
-# func_parse_options [ARG]...
-# ---------------------------
-# The main option parsing loop.
-func_hookable func_parse_options
-func_parse_options ()
-{
-    $debug_cmd
-
-    func_parse_options_result=
-
-    # this just eases exit handling
-    while test $# -gt 0; do
-      # Defer to hook functions for initial option parsing, so they
-      # get priority in the event of reusing an option name.
-      func_run_hooks func_parse_options ${1+"$@"}
-
-      # Adjust func_parse_options positional parameters to match
-      eval set dummy "$func_run_hooks_result"; shift
-
-      # Break out of the loop if we already parsed every option.
-      test $# -gt 0 || break
-
-      _G_opt=$1
-      shift
-      case $_G_opt in
-        --debug|-x)   debug_cmd='set -x'
-                      func_echo "enabling shell trace mode"
-                      $debug_cmd
-                      ;;
-
-        --no-warnings|--no-warning|--no-warn)
-                      set dummy --warnings none ${1+"$@"}
-                      shift
-		      ;;
-
-        --warnings|--warning|-W)
-                      test $# = 0 && func_missing_arg $_G_opt && break
-                      case " $warning_categories $1" in
-                        *" $1 "*)
-                          # trailing space prevents matching last $1 above
-                          func_append_uniq opt_warning_types " $1"
-                          ;;
-                        *all)
-                          opt_warning_types=$warning_categories
-                          ;;
-                        *none)
-                          opt_warning_types=none
-                          warning_func=:
-                          ;;
-                        *error)
-                          opt_warning_types=$warning_categories
-                          warning_func=func_fatal_error
-                          ;;
-                        *)
-                          func_fatal_error \
-                             "unsupported warning category: '$1'"
-                          ;;
-                      esac
-                      shift
-                      ;;
-
-        --verbose|-v) opt_verbose=: ;;
-        --version)    func_version ;;
-        -\?|-h)       func_usage ;;
-        --help)       func_help ;;
-
-	# Separate optargs to long options (plugins may need this):
-	--*=*)        func_split_equals "$_G_opt"
-	              set dummy "$func_split_equals_lhs" \
-                          "$func_split_equals_rhs" ${1+"$@"}
-                      shift
-                      ;;
-
-       # Separate optargs to short options:
-        -W*)
-                      func_split_short_opt "$_G_opt"
-                      set dummy "$func_split_short_opt_name" \
-                          "$func_split_short_opt_arg" ${1+"$@"}
-                      shift
-                      ;;
-
-        # Separate non-argument short options:
-        -\?*|-h*|-v*|-x*)
-                      func_split_short_opt "$_G_opt"
-                      set dummy "$func_split_short_opt_name" \
-                          "-$func_split_short_opt_arg" ${1+"$@"}
-                      shift
-                      ;;
-
-        --)           break ;;
-        -*)           func_fatal_help "unrecognised option: '$_G_opt'" ;;
-        *)            set dummy "$_G_opt" ${1+"$@"}; shift; break ;;
-      esac
-    done
-
-    # save modified positional parameters for caller
-    func_quote_for_eval ${1+"$@"}
-    func_parse_options_result=$func_quote_for_eval_result
-}
-
-
-# func_validate_options [ARG]...
-# ------------------------------
-# Perform any sanity checks on option settings and/or unconsumed
-# arguments.
-func_hookable func_validate_options
-func_validate_options ()
-{
-    $debug_cmd
-
-    # Display all warnings if -W was not given.
-    test -n "$opt_warning_types" || opt_warning_types=" $warning_categories"
-
-    func_run_hooks func_validate_options ${1+"$@"}
-
-    # Bail if the options were screwed!
-    $exit_cmd $EXIT_FAILURE
-
-    # save modified positional parameters for caller
-    func_validate_options_result=$func_run_hooks_result
-}
-
-
-
-## ----------------- ##
-## Helper functions. ##
-## ----------------- ##
-
-# This section contains the helper functions used by the rest of the
-# hookable option parser framework in ascii-betical order.
-
-
-# func_fatal_help ARG...
-# ----------------------
-# Echo program name prefixed message to standard error, followed by
-# a help hint, and exit.
-func_fatal_help ()
-{
-    $debug_cmd
-
-    eval \$ECHO \""Usage: $usage"\"
-    eval \$ECHO \""$fatal_help"\"
-    func_error ${1+"$@"}
-    exit $EXIT_FAILURE
-}
-
-
-# func_help
-# ---------
-# Echo long help message to standard output and exit.
-func_help ()
-{
-    $debug_cmd
-
-    func_usage_message
-    $ECHO "$long_help_message"
-    exit 0
-}
-
-
-# func_missing_arg ARGNAME
-# ------------------------
-# Echo program name prefixed message to standard error and set global
-# exit_cmd.
-func_missing_arg ()
-{
-    $debug_cmd
-
-    func_error "Missing argument for '$1'."
-    exit_cmd=exit
-}
-
-
-# func_split_equals STRING
-# ------------------------
-# Set func_split_equals_lhs and func_split_equals_rhs shell variables after
-# splitting STRING at the '=' sign.
-test -z "$_G_HAVE_XSI_OPS" \
-    && (eval 'x=a/b/c;
-      test 5aa/bb/cc = "${#x}${x%%/*}${x%/*}${x#*/}${x##*/}"') 2>/dev/null \
-    && _G_HAVE_XSI_OPS=yes
-
-if test yes = "$_G_HAVE_XSI_OPS"
-then
-  # This is an XSI compatible shell, allowing a faster implementation...
-  eval 'func_split_equals ()
-  {
-      $debug_cmd
-
-      func_split_equals_lhs=${1%%=*}
-      func_split_equals_rhs=${1#*=}
-      test "x$func_split_equals_lhs" = "x$1" \
-        && func_split_equals_rhs=
-  }'
-else
-  # ...otherwise fall back to using expr, which is often a shell builtin.
-  func_split_equals ()
-  {
-      $debug_cmd
-
-      func_split_equals_lhs=`expr "x$1" : 'x\([^=]*\)'`
-      func_split_equals_rhs=
-      test "x$func_split_equals_lhs" = "x$1" \
-        || func_split_equals_rhs=`expr "x$1" : 'x[^=]*=\(.*\)$'`
-  }
-fi #func_split_equals
-
-
-# func_split_short_opt SHORTOPT
-# -----------------------------
-# Set func_split_short_opt_name and func_split_short_opt_arg shell
-# variables after splitting SHORTOPT after the 2nd character.
-if test yes = "$_G_HAVE_XSI_OPS"
-then
-  # This is an XSI compatible shell, allowing a faster implementation...
-  eval 'func_split_short_opt ()
-  {
-      $debug_cmd
-
-      func_split_short_opt_arg=${1#??}
-      func_split_short_opt_name=${1%"$func_split_short_opt_arg"}
-  }'
-else
-  # ...otherwise fall back to using expr, which is often a shell builtin.
-  func_split_short_opt ()
-  {
-      $debug_cmd
-
-      func_split_short_opt_name=`expr "x$1" : 'x-\(.\)'`
-      func_split_short_opt_arg=`expr "x$1" : 'x-.\(.*\)$'`
-  }
-fi #func_split_short_opt
-
-
-# func_usage
-# ----------
-# Echo short help message to standard output and exit.
-func_usage ()
-{
-    $debug_cmd
-
-    func_usage_message
-    $ECHO "Run '$progname --help |${PAGER-more}' for full usage"
-    exit 0
-}
-
-
-# func_usage_message
-# ------------------
-# Echo short help message to standard output.
-func_usage_message ()
-{
-    $debug_cmd
-
-    eval \$ECHO \""Usage: $usage"\"
-    echo
-    $SED -n 's|^# ||
-        /^Written by/{
-          x;p;x
-        }
-	h
-	/^Written by/q' < "$progpath"
-    echo
-    eval \$ECHO \""$usage_message"\"
-}
-
-
-# func_version
-# ------------
-# Echo version message to standard output and exit.
-func_version ()
-{
-    $debug_cmd
-
-    printf '%s\n' "$progname $scriptversion"
-    $SED -n '
-        /(C)/!b go
-        :more
-        /\./!{
-          N
-          s|\n# | |
-          b more
-        }
-        :go
-        /^# Written by /,/# warranty; / {
-          s|^# ||
-          s|^# *$||
-          s|\((C)\)[ 0-9,-]*[ ,-]\([1-9][0-9]* \)|\1 \2|
-          p
-        }
-        /^# Written by / {
-          s|^# ||
-          p
-        }
-        /^warranty; /q' < "$progpath"
-
-    exit $?
-}
-
-
-# Local variables:
-# mode: shell-script
-# sh-indentation: 2
-# eval: (add-hook 'before-save-hook 'time-stamp)
-# time-stamp-pattern: "10/scriptversion=%:y-%02m-%02d.%02H; # UTC"
-# time-stamp-time-zone: "UTC"
-# End:
-
-# Set a version string.
-scriptversion='(GNU libtool) 2.4.6'
-
-
-# func_echo ARG...
-# ----------------
-# Libtool also displays the current mode in messages, so override
-# funclib.sh func_echo with this custom definition.
-func_echo ()
-{
-    $debug_cmd
-
-    _G_message=$*
-
-    func_echo_IFS=$IFS
-    IFS=$nl
-    for _G_line in $_G_message; do
-      IFS=$func_echo_IFS
-      $ECHO "$progname${opt_mode+: $opt_mode}: $_G_line"
-    done
-    IFS=$func_echo_IFS
-}
-
-
-# func_warning ARG...
-# -------------------
-# Libtool warnings are not categorized, so override funclib.sh
-# func_warning with this simpler definition.
-func_warning ()
-{
-    $debug_cmd
-
-    $warning_func ${1+"$@"}
-}
-
-
-## ---------------- ##
-## Options parsing. ##
-## ---------------- ##
-
-# Hook in the functions to make sure our own options are parsed during
-# the option parsing loop.
-
-usage='$progpath [OPTION]... [MODE-ARG]...'
-
-# Short help message in response to '-h'.
-usage_message="Options:
-       --config             show all configuration variables
-       --debug              enable verbose shell tracing
-   -n, --dry-run            display commands without modifying any files
-       --features           display basic configuration information and exit
-       --mode=MODE          use operation mode MODE
-       --no-warnings        equivalent to '-Wnone'
-       --preserve-dup-deps  don't remove duplicate dependency libraries
-       --quiet, --silent    don't print informational messages
-       --tag=TAG            use configuration variables from tag TAG
-   -v, --verbose            print more informational messages than default
-       --version            print version information
-   -W, --warnings=CATEGORY  report the warnings falling in CATEGORY [all]
-   -h, --help, --help-all   print short, long, or detailed help message
-"
-
-# Additional text appended to 'usage_message' in response to '--help'.
-func_help ()
-{
-    $debug_cmd
-
-    func_usage_message
-    $ECHO "$long_help_message
-
-MODE must be one of the following:
-
-       clean           remove files from the build directory
-       compile         compile a source file into a libtool object
-       execute         automatically set library path, then run a program
-       finish          complete the installation of libtool libraries
-       install         install libraries or executables
-       link            create a library or an executable
-       uninstall       remove libraries from an installed directory
-
-MODE-ARGS vary depending on the MODE.  When passed as first option,
-'--mode=MODE' may be abbreviated as 'MODE' or a unique abbreviation of that.
-Try '$progname --help --mode=MODE' for a more detailed description of MODE.
-
-When reporting a bug, please describe a test case to reproduce it and
-include the following information:
-
-       host-triplet:   $host
-       shell:          $SHELL
-       compiler:       $LTCC
-       compiler flags: $LTCFLAGS
-       linker:         $LD (gnu? $with_gnu_ld)
-       version:        $progname (GNU libtool) 2.4.6
-       automake:       `($AUTOMAKE --version) 2>/dev/null |$SED 1q`
-       autoconf:       `($AUTOCONF --version) 2>/dev/null |$SED 1q`
-
-Report bugs to <bug-libtool at gnu.org>.
-GNU libtool home page: <http://www.gnu.org/software/libtool/>.
-General help using GNU software: <http://www.gnu.org/gethelp/>."
-    exit 0
-}
-
-
-# func_lo2o OBJECT-NAME
-# ---------------------
-# Transform OBJECT-NAME from a '.lo' suffix to the platform specific
-# object suffix.
-
-lo2o=s/\\.lo\$/.$objext/
-o2lo=s/\\.$objext\$/.lo/
-
-if test yes = "$_G_HAVE_XSI_OPS"; then
-  eval 'func_lo2o ()
-  {
-    case $1 in
-      *.lo) func_lo2o_result=${1%.lo}.$objext ;;
-      *   ) func_lo2o_result=$1               ;;
-    esac
-  }'
-
-  # func_xform LIBOBJ-OR-SOURCE
-  # ---------------------------
-  # Transform LIBOBJ-OR-SOURCE from a '.o' or '.c' (or otherwise)
-  # suffix to a '.lo' libtool-object suffix.
-  eval 'func_xform ()
-  {
-    func_xform_result=${1%.*}.lo
-  }'
-else
-  # ...otherwise fall back to using sed.
-  func_lo2o ()
-  {
-    func_lo2o_result=`$ECHO "$1" | $SED "$lo2o"`
-  }
-
-  func_xform ()
-  {
-    func_xform_result=`$ECHO "$1" | $SED 's|\.[^.]*$|.lo|'`
-  }
-fi
-
-
-# func_fatal_configuration ARG...
-# -------------------------------
-# Echo program name prefixed message to standard error, followed by
-# a configuration failure hint, and exit.
-func_fatal_configuration ()
-{
-    func__fatal_error ${1+"$@"} \
-      "See the $PACKAGE documentation for more information." \
-      "Fatal configuration error."
-}
-
-
-# func_config
-# -----------
-# Display the configuration for all the tags in this script.
-func_config ()
-{
-    re_begincf='^# ### BEGIN LIBTOOL'
-    re_endcf='^# ### END LIBTOOL'
-
-    # Default configuration.
-    $SED "1,/$re_begincf CONFIG/d;/$re_endcf CONFIG/,\$d" < "$progpath"
-
-    # Now print the configurations for the tags.
-    for tagname in $taglist; do
-      $SED -n "/$re_begincf TAG CONFIG: $tagname\$/,/$re_endcf TAG CONFIG: $tagname\$/p" < "$progpath"
-    done
-
-    exit $?
-}
-
-
-# func_features
-# -------------
-# Display the features supported by this script.
-func_features ()
-{
-    echo "host: $host"
-    if test yes = "$build_libtool_libs"; then
-      echo "enable shared libraries"
-    else
-      echo "disable shared libraries"
-    fi
-    if test yes = "$build_old_libs"; then
-      echo "enable static libraries"
-    else
-      echo "disable static libraries"
-    fi
-
-    exit $?
-}
-
-
-# func_enable_tag TAGNAME
-# -----------------------
-# Verify that TAGNAME is valid, and either flag an error and exit, or
-# enable the TAGNAME tag.  We also add TAGNAME to the global $taglist
-# variable here.
-func_enable_tag ()
-{
-    # Global variable:
-    tagname=$1
-
-    re_begincf="^# ### BEGIN LIBTOOL TAG CONFIG: $tagname\$"
-    re_endcf="^# ### END LIBTOOL TAG CONFIG: $tagname\$"
-    sed_extractcf=/$re_begincf/,/$re_endcf/p
-
-    # Validate tagname.
-    case $tagname in
-      *[!-_A-Za-z0-9,/]*)
-        func_fatal_error "invalid tag name: $tagname"
-        ;;
-    esac
-
-    # Don't test for the "default" C tag, as we know it's
-    # there but not specially marked.
-    case $tagname in
-        CC) ;;
-    *)
-        if $GREP "$re_begincf" "$progpath" >/dev/null 2>&1; then
-	  taglist="$taglist $tagname"
-
-	  # Evaluate the configuration.  Be careful to quote the path
-	  # and the sed script, to avoid splitting on whitespace, but
-	  # also don't use non-portable quotes within backquotes within
-	  # quotes we have to do it in 2 steps:
-	  extractedcf=`$SED -n -e "$sed_extractcf" < "$progpath"`
-	  eval "$extractedcf"
-        else
-	  func_error "ignoring unknown tag $tagname"
-        fi
-        ;;
-    esac
-}
-
-
-# func_check_version_match
-# ------------------------
-# Ensure that we are using m4 macros, and libtool script from the same
-# release of libtool.
-func_check_version_match ()
-{
-    if test "$package_revision" != "$macro_revision"; then
-      if test "$VERSION" != "$macro_version"; then
-        if test -z "$macro_version"; then
-          cat >&2 <<_LT_EOF
-$progname: Version mismatch error.  This is $PACKAGE $VERSION, but the
-$progname: definition of this LT_INIT comes from an older release.
-$progname: You should recreate aclocal.m4 with macros from $PACKAGE $VERSION
-$progname: and run autoconf again.
-_LT_EOF
-        else
-          cat >&2 <<_LT_EOF
-$progname: Version mismatch error.  This is $PACKAGE $VERSION, but the
-$progname: definition of this LT_INIT comes from $PACKAGE $macro_version.
-$progname: You should recreate aclocal.m4 with macros from $PACKAGE $VERSION
-$progname: and run autoconf again.
-_LT_EOF
-        fi
-      else
-        cat >&2 <<_LT_EOF
-$progname: Version mismatch error.  This is $PACKAGE $VERSION, revision $package_revision,
-$progname: but the definition of this LT_INIT comes from revision $macro_revision.
-$progname: You should recreate aclocal.m4 with macros from revision $package_revision
-$progname: of $PACKAGE $VERSION and run autoconf again.
-_LT_EOF
-      fi
-
-      exit $EXIT_MISMATCH
-    fi
-}
-
-
-# libtool_options_prep [ARG]...
-# -----------------------------
-# Preparation for options parsed by libtool.
-libtool_options_prep ()
-{
-    $debug_mode
-
-    # Option defaults:
-    opt_config=false
-    opt_dlopen=
-    opt_dry_run=false
-    opt_help=false
-    opt_mode=
-    opt_preserve_dup_deps=false
-    opt_quiet=false
-
-    nonopt=
-    preserve_args=
-
-    # Shorthand for --mode=foo, only valid as the first argument
-    case $1 in
-    clean|clea|cle|cl)
-      shift; set dummy --mode clean ${1+"$@"}; shift
-      ;;
-    compile|compil|compi|comp|com|co|c)
-      shift; set dummy --mode compile ${1+"$@"}; shift
-      ;;
-    execute|execut|execu|exec|exe|ex|e)
-      shift; set dummy --mode execute ${1+"$@"}; shift
-      ;;
-    finish|finis|fini|fin|fi|f)
-      shift; set dummy --mode finish ${1+"$@"}; shift
-      ;;
-    install|instal|insta|inst|ins|in|i)
-      shift; set dummy --mode install ${1+"$@"}; shift
-      ;;
-    link|lin|li|l)
-      shift; set dummy --mode link ${1+"$@"}; shift
-      ;;
-    uninstall|uninstal|uninsta|uninst|unins|unin|uni|un|u)
-      shift; set dummy --mode uninstall ${1+"$@"}; shift
-      ;;
-    esac
-
-    # Pass back the list of options.
-    func_quote_for_eval ${1+"$@"}
-    libtool_options_prep_result=$func_quote_for_eval_result
-}
-func_add_hook func_options_prep libtool_options_prep
-
-
-# libtool_parse_options [ARG]...
-# ---------------------------------
-# Provide handling for libtool specific options.
-libtool_parse_options ()
-{
-    $debug_cmd
-
-    # Perform our own loop to consume as many options as possible in
-    # each iteration.
-    while test $# -gt 0; do
-      _G_opt=$1
-      shift
-      case $_G_opt in
-        --dry-run|--dryrun|-n)
-                        opt_dry_run=:
-                        ;;
-
-        --config)       func_config ;;
-
-        --dlopen|-dlopen)
-                        opt_dlopen="${opt_dlopen+$opt_dlopen
-}$1"
-                        shift
-                        ;;
-
-        --preserve-dup-deps)
-                        opt_preserve_dup_deps=: ;;
-
-        --features)     func_features ;;
-
-        --finish)       set dummy --mode finish ${1+"$@"}; shift ;;
-
-        --help)         opt_help=: ;;
-
-        --help-all)     opt_help=': help-all' ;;
-
-        --mode)         test $# = 0 && func_missing_arg $_G_opt && break
-                        opt_mode=$1
-                        case $1 in
-                          # Valid mode arguments:
-                          clean|compile|execute|finish|install|link|relink|uninstall) ;;
-
-                          # Catch anything else as an error
-                          *) func_error "invalid argument for $_G_opt"
-                             exit_cmd=exit
-                             break
-                             ;;
-                        esac
-                        shift
-                        ;;
-
-        --no-silent|--no-quiet)
-                        opt_quiet=false
-                        func_append preserve_args " $_G_opt"
-                        ;;
-
-        --no-warnings|--no-warning|--no-warn)
-                        opt_warning=false
-                        func_append preserve_args " $_G_opt"
-                        ;;
-
-        --no-verbose)
-                        opt_verbose=false
-                        func_append preserve_args " $_G_opt"
-                        ;;
-
-        --silent|--quiet)
-                        opt_quiet=:
-                        opt_verbose=false
-                        func_append preserve_args " $_G_opt"
-                        ;;
-
-        --tag)          test $# = 0 && func_missing_arg $_G_opt && break
-                        opt_tag=$1
-                        func_append preserve_args " $_G_opt $1"
-                        func_enable_tag "$1"
-                        shift
-                        ;;
-
-        --verbose|-v)   opt_quiet=false
-                        opt_verbose=:
-                        func_append preserve_args " $_G_opt"
-                        ;;
-
-	# An option not handled by this hook function:
-        *)		set dummy "$_G_opt" ${1+"$@"};	shift; break  ;;
-      esac
-    done
-
-
-    # save modified positional parameters for caller
-    func_quote_for_eval ${1+"$@"}
-    libtool_parse_options_result=$func_quote_for_eval_result
-}
-func_add_hook func_parse_options libtool_parse_options
-
-
-
-# libtool_validate_options [ARG]...
-# ---------------------------------
-# Perform any sanity checks on option settings and/or unconsumed
-# arguments.
-libtool_validate_options ()
-{
-    # save first non-option argument
-    if test 0 -lt $#; then
-      nonopt=$1
-      shift
-    fi
-
-    # preserve --debug
-    test : = "$debug_cmd" || func_append preserve_args " --debug"
-
-    case $host in
-      # Solaris2 added to fix http://debbugs.gnu.org/cgi/bugreport.cgi?bug=16452
-      # see also: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59788
-      *cygwin* | *mingw* | *pw32* | *cegcc* | *solaris2* | *os2*)
-        # don't eliminate duplications in $postdeps and $predeps
-        opt_duplicate_compiler_generated_deps=:
-        ;;
-      *)
-        opt_duplicate_compiler_generated_deps=$opt_preserve_dup_deps
-        ;;
-    esac
-
-    $opt_help || {
-      # Sanity checks first:
-      func_check_version_match
-
-      test yes != "$build_libtool_libs" \
-        && test yes != "$build_old_libs" \
-        && func_fatal_configuration "not configured to build any kind of library"
-
-      # Darwin sucks
-      eval std_shrext=\"$shrext_cmds\"
-
-      # Only execute mode is allowed to have -dlopen flags.
-      if test -n "$opt_dlopen" && test execute != "$opt_mode"; then
-        func_error "unrecognized option '-dlopen'"
-        $ECHO "$help" 1>&2
-        exit $EXIT_FAILURE
-      fi
-
-      # Change the help message to a mode-specific one.
-      generic_help=$help
-      help="Try '$progname --help --mode=$opt_mode' for more information."
-    }
-
-    # Pass back the unparsed argument list
-    func_quote_for_eval ${1+"$@"}
-    libtool_validate_options_result=$func_quote_for_eval_result
-}
-func_add_hook func_validate_options libtool_validate_options
-
-
-# Process options as early as possible so that --help and --version
-# can return quickly.
-func_options ${1+"$@"}
-eval set dummy "$func_options_result"; shift
-
-
-
-## ----------- ##
-##    Main.    ##
-## ----------- ##
-
-magic='%%%MAGIC variable%%%'
-magic_exe='%%%MAGIC EXE variable%%%'
-
-# Global variables.
-extracted_archives=
-extracted_serial=0
-
-# If this variable is set in any of the actions, the command in it
-# will be execed at the end.  This prevents here-documents from being
-# left over by shells.
-exec_cmd=
-
-
-# A function that is used when there is no print builtin or printf.
-func_fallback_echo ()
-{
-  eval 'cat <<_LTECHO_EOF
-$1
-_LTECHO_EOF'
-}
-
-# func_generated_by_libtool
-# True iff stdin has been generated by Libtool. This function is only
-# a basic sanity check; it will hardly flush out determined imposters.
-func_generated_by_libtool_p ()
-{
-  $GREP "^# Generated by .*$PACKAGE" > /dev/null 2>&1
-}
-
-# func_lalib_p file
-# True iff FILE is a libtool '.la' library or '.lo' object file.
-# This function is only a basic sanity check; it will hardly flush out
-# determined imposters.
-func_lalib_p ()
-{
-    test -f "$1" &&
-      $SED -e 4q "$1" 2>/dev/null | func_generated_by_libtool_p
-}
-
-# func_lalib_unsafe_p file
-# True iff FILE is a libtool '.la' library or '.lo' object file.
-# This function implements the same check as func_lalib_p without
-# resorting to external programs.  To this end, it redirects stdin and
-# closes it afterwards, without saving the original file descriptor.
-# As a safety measure, use it only where a negative result would be
-# fatal anyway.  Works if 'file' does not exist.
-func_lalib_unsafe_p ()
-{
-    lalib_p=no
-    if test -f "$1" && test -r "$1" && exec 5<&0 <"$1"; then
-	for lalib_p_l in 1 2 3 4
-	do
-	    read lalib_p_line
-	    case $lalib_p_line in
-		\#\ Generated\ by\ *$PACKAGE* ) lalib_p=yes; break;;
-	    esac
-	done
-	exec 0<&5 5<&-
-    fi
-    test yes = "$lalib_p"
-}
-
-# func_ltwrapper_script_p file
-# True iff FILE is a libtool wrapper script
-# This function is only a basic sanity check; it will hardly flush out
-# determined imposters.
-func_ltwrapper_script_p ()
-{
-    test -f "$1" &&
-      $lt_truncate_bin < "$1" 2>/dev/null | func_generated_by_libtool_p
-}
-
-# func_ltwrapper_executable_p file
-# True iff FILE is a libtool wrapper executable
-# This function is only a basic sanity check; it will hardly flush out
-# determined imposters.
-func_ltwrapper_executable_p ()
-{
-    func_ltwrapper_exec_suffix=
-    case $1 in
-    *.exe) ;;
-    *) func_ltwrapper_exec_suffix=.exe ;;
-    esac
-    $GREP "$magic_exe" "$1$func_ltwrapper_exec_suffix" >/dev/null 2>&1
-}
-
-# func_ltwrapper_scriptname file
-# Assumes file is an ltwrapper_executable
-# uses $file to determine the appropriate filename for a
-# temporary ltwrapper_script.
-func_ltwrapper_scriptname ()
-{
-    func_dirname_and_basename "$1" "" "."
-    func_stripname '' '.exe' "$func_basename_result"
-    func_ltwrapper_scriptname_result=$func_dirname_result/$objdir/${func_stripname_result}_ltshwrapper
-}
-
-# func_ltwrapper_p file
-# True iff FILE is a libtool wrapper script or wrapper executable
-# This function is only a basic sanity check; it will hardly flush out
-# determined imposters.
-func_ltwrapper_p ()
-{
-    func_ltwrapper_script_p "$1" || func_ltwrapper_executable_p "$1"
-}
-
-
-# func_execute_cmds commands fail_cmd
-# Execute tilde-delimited COMMANDS.
-# If FAIL_CMD is given, eval that upon failure.
-# FAIL_CMD may read-access the current command in variable CMD!
-func_execute_cmds ()
-{
-    $debug_cmd
-
-    save_ifs=$IFS; IFS='~'
-    for cmd in $1; do
-      IFS=$sp$nl
-      eval cmd=\"$cmd\"
-      IFS=$save_ifs
-      func_show_eval "$cmd" "${2-:}"
-    done
-    IFS=$save_ifs
-}
-
-
-# func_source file
-# Source FILE, adding directory component if necessary.
-# Note that it is not necessary on cygwin/mingw to append a dot to
-# FILE even if both FILE and FILE.exe exist: automatic-append-.exe
-# behavior happens only for exec(3), not for open(2)!  Also, sourcing
-# 'FILE.' does not work on cygwin managed mounts.
-func_source ()
-{
-    $debug_cmd
-
-    case $1 in
-    */* | *\\*)	. "$1" ;;
-    *)		. "./$1" ;;
-    esac
-}
-
-
-# func_resolve_sysroot PATH
-# Replace a leading = in PATH with a sysroot.  Store the result into
-# func_resolve_sysroot_result
-func_resolve_sysroot ()
-{
-  func_resolve_sysroot_result=$1
-  case $func_resolve_sysroot_result in
-  =*)
-    func_stripname '=' '' "$func_resolve_sysroot_result"
-    func_resolve_sysroot_result=$lt_sysroot$func_stripname_result
-    ;;
-  esac
-}
-
-# func_replace_sysroot PATH
-# If PATH begins with the sysroot, replace it with = and
-# store the result into func_replace_sysroot_result.
-func_replace_sysroot ()
-{
-  case $lt_sysroot:$1 in
-  ?*:"$lt_sysroot"*)
-    func_stripname "$lt_sysroot" '' "$1"
-    func_replace_sysroot_result='='$func_stripname_result
-    ;;
-  *)
-    # Including no sysroot.
-    func_replace_sysroot_result=$1
-    ;;
-  esac
-}
-
-# func_infer_tag arg
-# Infer tagged configuration to use if any are available and
-# if one wasn't chosen via the "--tag" command line option.
-# Only attempt this if the compiler in the base compile
-# command doesn't match the default compiler.
-# arg is usually of the form 'gcc ...'
-func_infer_tag ()
-{
-    $debug_cmd
-
-    if test -n "$available_tags" && test -z "$tagname"; then
-      CC_quoted=
-      for arg in $CC; do
-	func_append_quoted CC_quoted "$arg"
-      done
-      CC_expanded=`func_echo_all $CC`
-      CC_quoted_expanded=`func_echo_all $CC_quoted`
-      case $@ in
-      # Blanks in the command may have been stripped by the calling shell,
-      # but not from the CC environment variable when configure was run.
-      " $CC "* | "$CC "* | " $CC_expanded "* | "$CC_expanded "* | \
-      " $CC_quoted"* | "$CC_quoted "* | " $CC_quoted_expanded "* | "$CC_quoted_expanded "*) ;;
-      # Blanks at the start of $base_compile will cause this to fail
-      # if we don't check for them as well.
-      *)
-	for z in $available_tags; do
-	  if $GREP "^# ### BEGIN LIBTOOL TAG CONFIG: $z$" < "$progpath" > /dev/null; then
-	    # Evaluate the configuration.
-	    eval "`$SED -n -e '/^# ### BEGIN LIBTOOL TAG CONFIG: '$z'$/,/^# ### END LIBTOOL TAG CONFIG: '$z'$/p' < $progpath`"
-	    CC_quoted=
-	    for arg in $CC; do
-	      # Double-quote args containing other shell metacharacters.
-	      func_append_quoted CC_quoted "$arg"
-	    done
-	    CC_expanded=`func_echo_all $CC`
-	    CC_quoted_expanded=`func_echo_all $CC_quoted`
-	    case "$@ " in
-	    " $CC "* | "$CC "* | " $CC_expanded "* | "$CC_expanded "* | \
-	    " $CC_quoted"* | "$CC_quoted "* | " $CC_quoted_expanded "* | "$CC_quoted_expanded "*)
-	      # The compiler in the base compile command matches
-	      # the one in the tagged configuration.
-	      # Assume this is the tagged configuration we want.
-	      tagname=$z
-	      break
-	      ;;
-	    esac
-	  fi
-	done
-	# If $tagname still isn't set, then no tagged configuration
-	# was found and let the user know that the "--tag" command
-	# line option must be used.
-	if test -z "$tagname"; then
-	  func_echo "unable to infer tagged configuration"
-	  func_fatal_error "specify a tag with '--tag'"
-#	else
-#	  func_verbose "using $tagname tagged configuration"
-	fi
-	;;
-      esac
-    fi
-}
-
-
-
-# func_write_libtool_object output_name pic_name nonpic_name
-# Create a libtool object file (analogous to a ".la" file),
-# but don't create it if we're doing a dry run.
-func_write_libtool_object ()
-{
-    write_libobj=$1
-    if test yes = "$build_libtool_libs"; then
-      write_lobj=\'$2\'
-    else
-      write_lobj=none
-    fi
-
-    if test yes = "$build_old_libs"; then
-      write_oldobj=\'$3\'
-    else
-      write_oldobj=none
-    fi
-
-    $opt_dry_run || {
-      cat >${write_libobj}T <<EOF
-# $write_libobj - a libtool object file
-# Generated by $PROGRAM (GNU $PACKAGE) $VERSION
-#
-# Please DO NOT delete this file!
-# It is necessary for linking the library.
-
-# Name of the PIC object.
-pic_object=$write_lobj
-
-# Name of the non-PIC object
-non_pic_object=$write_oldobj
-
-EOF
-      $MV "${write_libobj}T" "$write_libobj"
-    }
-}
-
-
-##################################################
-# FILE NAME AND PATH CONVERSION HELPER FUNCTIONS #
-##################################################
-
-# func_convert_core_file_wine_to_w32 ARG
-# Helper function used by file name conversion functions when $build is *nix,
-# and $host is mingw, cygwin, or some other w32 environment. Relies on a
-# correctly configured wine environment available, with the winepath program
-# in $build's $PATH.
-#
-# ARG is the $build file name to be converted to w32 format.
-# Result is available in $func_convert_core_file_wine_to_w32_result, and will
-# be empty on error (or when ARG is empty)
-func_convert_core_file_wine_to_w32 ()
-{
-  $debug_cmd
-
-  func_convert_core_file_wine_to_w32_result=$1
-  if test -n "$1"; then
-    # Unfortunately, winepath does not exit with a non-zero error code, so we
-    # are forced to check the contents of stdout. On the other hand, if the
-    # command is not found, the shell will set an exit code of 127 and print
-    # *an error message* to stdout. So we must check for both error code of
-    # zero AND non-empty stdout, which explains the odd construction:
-    func_convert_core_file_wine_to_w32_tmp=`winepath -w "$1" 2>/dev/null`
-    if test "$?" -eq 0 && test -n "$func_convert_core_file_wine_to_w32_tmp"; then
-      func_convert_core_file_wine_to_w32_result=`$ECHO "$func_convert_core_file_wine_to_w32_tmp" |
-        $SED -e "$sed_naive_backslashify"`
-    else
-      func_convert_core_file_wine_to_w32_result=
-    fi
-  fi
-}
-# end: func_convert_core_file_wine_to_w32
-
-
-# func_convert_core_path_wine_to_w32 ARG
-# Helper function used by path conversion functions when $build is *nix, and
-# $host is mingw, cygwin, or some other w32 environment. Relies on a correctly
-# configured wine environment available, with the winepath program in $build's
-# $PATH. Assumes ARG has no leading or trailing path separator characters.
-#
-# ARG is path to be converted from $build format to win32.
-# Result is available in $func_convert_core_path_wine_to_w32_result.
-# Unconvertible file (directory) names in ARG are skipped; if no directory names
-# are convertible, then the result may be empty.
-func_convert_core_path_wine_to_w32 ()
-{
-  $debug_cmd
-
-  # unfortunately, winepath doesn't convert paths, only file names
-  func_convert_core_path_wine_to_w32_result=
-  if test -n "$1"; then
-    oldIFS=$IFS
-    IFS=:
-    for func_convert_core_path_wine_to_w32_f in $1; do
-      IFS=$oldIFS
-      func_convert_core_file_wine_to_w32 "$func_convert_core_path_wine_to_w32_f"
-      if test -n "$func_convert_core_file_wine_to_w32_result"; then
-        if test -z "$func_convert_core_path_wine_to_w32_result"; then
-          func_convert_core_path_wine_to_w32_result=$func_convert_core_file_wine_to_w32_result
-        else
-          func_append func_convert_core_path_wine_to_w32_result ";$func_convert_core_file_wine_to_w32_result"
-        fi
-      fi
-    done
-    IFS=$oldIFS
-  fi
-}
-# end: func_convert_core_path_wine_to_w32
-
-
-# func_cygpath ARGS...
-# Wrapper around calling the cygpath program via LT_CYGPATH. This is used when
-# when (1) $build is *nix and Cygwin is hosted via a wine environment; or (2)
-# $build is MSYS and $host is Cygwin, or (3) $build is Cygwin. In case (1) or
-# (2), returns the Cygwin file name or path in func_cygpath_result (input
-# file name or path is assumed to be in w32 format, as previously converted
-# from $build's *nix or MSYS format). In case (3), returns the w32 file name
-# or path in func_cygpath_result (input file name or path is assumed to be in
-# Cygwin format). Returns an empty string on error.
-#
-# ARGS are passed to cygpath, with the last one being the file name or path to
-# be converted.
-#
-# Specify the absolute *nix (or w32) name to cygpath in the LT_CYGPATH
-# environment variable; do not put it in $PATH.
-func_cygpath ()
-{
-  $debug_cmd
-
-  if test -n "$LT_CYGPATH" && test -f "$LT_CYGPATH"; then
-    func_cygpath_result=`$LT_CYGPATH "$@" 2>/dev/null`
-    if test "$?" -ne 0; then
-      # on failure, ensure result is empty
-      func_cygpath_result=
-    fi
-  else
-    func_cygpath_result=
-    func_error "LT_CYGPATH is empty or specifies non-existent file: '$LT_CYGPATH'"
-  fi
-}
-#end: func_cygpath
-
-
-# func_convert_core_msys_to_w32 ARG
-# Convert file name or path ARG from MSYS format to w32 format.  Return
-# result in func_convert_core_msys_to_w32_result.
-func_convert_core_msys_to_w32 ()
-{
-  $debug_cmd
-
-  # awkward: cmd appends spaces to result
-  func_convert_core_msys_to_w32_result=`( cmd //c echo "$1" ) 2>/dev/null |
-    $SED -e 's/[ ]*$//' -e "$sed_naive_backslashify"`
-}
-#end: func_convert_core_msys_to_w32
-
-
-# func_convert_file_check ARG1 ARG2
-# Verify that ARG1 (a file name in $build format) was converted to $host
-# format in ARG2. Otherwise, emit an error message, but continue (resetting
-# func_to_host_file_result to ARG1).
-func_convert_file_check ()
-{
-  $debug_cmd
-
-  if test -z "$2" && test -n "$1"; then
-    func_error "Could not determine host file name corresponding to"
-    func_error "  '$1'"
-    func_error "Continuing, but uninstalled executables may not work."
-    # Fallback:
-    func_to_host_file_result=$1
-  fi
-}
-# end func_convert_file_check
-
-
-# func_convert_path_check FROM_PATHSEP TO_PATHSEP FROM_PATH TO_PATH
-# Verify that FROM_PATH (a path in $build format) was converted to $host
-# format in TO_PATH. Otherwise, emit an error message, but continue, resetting
-# func_to_host_file_result to a simplistic fallback value (see below).
-func_convert_path_check ()
-{
-  $debug_cmd
-
-  if test -z "$4" && test -n "$3"; then
-    func_error "Could not determine the host path corresponding to"
-    func_error "  '$3'"
-    func_error "Continuing, but uninstalled executables may not work."
-    # Fallback.  This is a deliberately simplistic "conversion" and
-    # should not be "improved".  See libtool.info.
-    if test "x$1" != "x$2"; then
-      lt_replace_pathsep_chars="s|$1|$2|g"
-      func_to_host_path_result=`echo "$3" |
-        $SED -e "$lt_replace_pathsep_chars"`
-    else
-      func_to_host_path_result=$3
-    fi
-  fi
-}
-# end func_convert_path_check
-
-
-# func_convert_path_front_back_pathsep FRONTPAT BACKPAT REPL ORIG
-# Modifies func_to_host_path_result by prepending REPL if ORIG matches FRONTPAT
-# and appending REPL if ORIG matches BACKPAT.
-func_convert_path_front_back_pathsep ()
-{
-  $debug_cmd
-
-  case $4 in
-  $1 ) func_to_host_path_result=$3$func_to_host_path_result
-    ;;
-  esac
-  case $4 in
-  $2 ) func_append func_to_host_path_result "$3"
-    ;;
-  esac
-}
-# end func_convert_path_front_back_pathsep
-
-
-##################################################
-# $build to $host FILE NAME CONVERSION FUNCTIONS #
-##################################################
-# invoked via '$to_host_file_cmd ARG'
-#
-# In each case, ARG is the path to be converted from $build to $host format.
-# Result will be available in $func_to_host_file_result.
-
-
-# func_to_host_file ARG
-# Converts the file name ARG from $build format to $host format. Return result
-# in func_to_host_file_result.
-func_to_host_file ()
-{
-  $debug_cmd
-
-  $to_host_file_cmd "$1"
-}
-# end func_to_host_file
-
-
-# func_to_tool_file ARG LAZY
-# converts the file name ARG from $build format to toolchain format. Return
-# result in func_to_tool_file_result.  If the conversion in use is listed
-# in (the comma separated) LAZY, no conversion takes place.
-func_to_tool_file ()
-{
-  $debug_cmd
-
-  case ,$2, in
-    *,"$to_tool_file_cmd",*)
-      func_to_tool_file_result=$1
-      ;;
-    *)
-      $to_tool_file_cmd "$1"
-      func_to_tool_file_result=$func_to_host_file_result
-      ;;
-  esac
-}
-# end func_to_tool_file
-
-
-# func_convert_file_noop ARG
-# Copy ARG to func_to_host_file_result.
-func_convert_file_noop ()
-{
-  func_to_host_file_result=$1
-}
-# end func_convert_file_noop
-
-
-# func_convert_file_msys_to_w32 ARG
-# Convert file name ARG from (mingw) MSYS to (mingw) w32 format; automatic
-# conversion to w32 is not available inside the cwrapper.  Returns result in
-# func_to_host_file_result.
-func_convert_file_msys_to_w32 ()
-{
-  $debug_cmd
-
-  func_to_host_file_result=$1
-  if test -n "$1"; then
-    func_convert_core_msys_to_w32 "$1"
-    func_to_host_file_result=$func_convert_core_msys_to_w32_result
-  fi
-  func_convert_file_check "$1" "$func_to_host_file_result"
-}
-# end func_convert_file_msys_to_w32
-
-
-# func_convert_file_cygwin_to_w32 ARG
-# Convert file name ARG from Cygwin to w32 format.  Returns result in
-# func_to_host_file_result.
-func_convert_file_cygwin_to_w32 ()
-{
-  $debug_cmd
-
-  func_to_host_file_result=$1
-  if test -n "$1"; then
-    # because $build is cygwin, we call "the" cygpath in $PATH; no need to use
-    # LT_CYGPATH in this case.
-    func_to_host_file_result=`cygpath -m "$1"`
-  fi
-  func_convert_file_check "$1" "$func_to_host_file_result"
-}
-# end func_convert_file_cygwin_to_w32
-
-
-# func_convert_file_nix_to_w32 ARG
-# Convert file name ARG from *nix to w32 format.  Requires a wine environment
-# and a working winepath. Returns result in func_to_host_file_result.
-func_convert_file_nix_to_w32 ()
-{
-  $debug_cmd
-
-  func_to_host_file_result=$1
-  if test -n "$1"; then
-    func_convert_core_file_wine_to_w32 "$1"
-    func_to_host_file_result=$func_convert_core_file_wine_to_w32_result
-  fi
-  func_convert_file_check "$1" "$func_to_host_file_result"
-}
-# end func_convert_file_nix_to_w32
-
-
-# func_convert_file_msys_to_cygwin ARG
-# Convert file name ARG from MSYS to Cygwin format.  Requires LT_CYGPATH set.
-# Returns result in func_to_host_file_result.
-func_convert_file_msys_to_cygwin ()
-{
-  $debug_cmd
-
-  func_to_host_file_result=$1
-  if test -n "$1"; then
-    func_convert_core_msys_to_w32 "$1"
-    func_cygpath -u "$func_convert_core_msys_to_w32_result"
-    func_to_host_file_result=$func_cygpath_result
-  fi
-  func_convert_file_check "$1" "$func_to_host_file_result"
-}
-# end func_convert_file_msys_to_cygwin
-
-
-# func_convert_file_nix_to_cygwin ARG
-# Convert file name ARG from *nix to Cygwin format.  Requires Cygwin installed
-# in a wine environment, working winepath, and LT_CYGPATH set.  Returns result
-# in func_to_host_file_result.
-func_convert_file_nix_to_cygwin ()
-{
-  $debug_cmd
-
-  func_to_host_file_result=$1
-  if test -n "$1"; then
-    # convert from *nix to w32, then use cygpath to convert from w32 to cygwin.
-    func_convert_core_file_wine_to_w32 "$1"
-    func_cygpath -u "$func_convert_core_file_wine_to_w32_result"
-    func_to_host_file_result=$func_cygpath_result
-  fi
-  func_convert_file_check "$1" "$func_to_host_file_result"
-}
-# end func_convert_file_nix_to_cygwin
-
-
-#############################################
-# $build to $host PATH CONVERSION FUNCTIONS #
-#############################################
-# invoked via '$to_host_path_cmd ARG'
-#
-# In each case, ARG is the path to be converted from $build to $host format.
-# The result will be available in $func_to_host_path_result.
-#
-# Path separators are also converted from $build format to $host format.  If
-# ARG begins or ends with a path separator character, it is preserved (but
-# converted to $host format) on output.
-#
-# All path conversion functions are named using the following convention:
-#   file name conversion function    : func_convert_file_X_to_Y ()
-#   path conversion function         : func_convert_path_X_to_Y ()
-# where, for any given $build/$host combination the 'X_to_Y' value is the
-# same.  If conversion functions are added for new $build/$host combinations,
-# the two new functions must follow this pattern, or func_init_to_host_path_cmd
-# will break.
-
-
-# func_init_to_host_path_cmd
-# Ensures that function "pointer" variable $to_host_path_cmd is set to the
-# appropriate value, based on the value of $to_host_file_cmd.
-to_host_path_cmd=
-func_init_to_host_path_cmd ()
-{
-  $debug_cmd
-
-  if test -z "$to_host_path_cmd"; then
-    func_stripname 'func_convert_file_' '' "$to_host_file_cmd"
-    to_host_path_cmd=func_convert_path_$func_stripname_result
-  fi
-}
-
-
-# func_to_host_path ARG
-# Converts the path ARG from $build format to $host format. Return result
-# in func_to_host_path_result.
-func_to_host_path ()
-{
-  $debug_cmd
-
-  func_init_to_host_path_cmd
-  $to_host_path_cmd "$1"
-}
-# end func_to_host_path
-
-
-# func_convert_path_noop ARG
-# Copy ARG to func_to_host_path_result.
-func_convert_path_noop ()
-{
-  func_to_host_path_result=$1
-}
-# end func_convert_path_noop
-
-
-# func_convert_path_msys_to_w32 ARG
-# Convert path ARG from (mingw) MSYS to (mingw) w32 format; automatic
-# conversion to w32 is not available inside the cwrapper.  Returns result in
-# func_to_host_path_result.
-func_convert_path_msys_to_w32 ()
-{
-  $debug_cmd
-
-  func_to_host_path_result=$1
-  if test -n "$1"; then
-    # Remove leading and trailing path separator characters from ARG.  MSYS
-    # behavior is inconsistent here; cygpath turns them into '.;' and ';.';
-    # and winepath ignores them completely.
-    func_stripname : : "$1"
-    func_to_host_path_tmp1=$func_stripname_result
-    func_convert_core_msys_to_w32 "$func_to_host_path_tmp1"
-    func_to_host_path_result=$func_convert_core_msys_to_w32_result
-    func_convert_path_check : ";" \
-      "$func_to_host_path_tmp1" "$func_to_host_path_result"
-    func_convert_path_front_back_pathsep ":*" "*:" ";" "$1"
-  fi
-}
-# end func_convert_path_msys_to_w32
-
-
-# func_convert_path_cygwin_to_w32 ARG
-# Convert path ARG from Cygwin to w32 format.  Returns result in
-# func_to_host_file_result.
-func_convert_path_cygwin_to_w32 ()
-{
-  $debug_cmd
-
-  func_to_host_path_result=$1
-  if test -n "$1"; then
-    # See func_convert_path_msys_to_w32:
-    func_stripname : : "$1"
-    func_to_host_path_tmp1=$func_stripname_result
-    func_to_host_path_result=`cygpath -m -p "$func_to_host_path_tmp1"`
-    func_convert_path_check : ";" \
-      "$func_to_host_path_tmp1" "$func_to_host_path_result"
-    func_convert_path_front_back_pathsep ":*" "*:" ";" "$1"
-  fi
-}
-# end func_convert_path_cygwin_to_w32
-
-
-# func_convert_path_nix_to_w32 ARG
-# Convert path ARG from *nix to w32 format.  Requires a wine environment and
-# a working winepath.  Returns result in func_to_host_file_result.
-func_convert_path_nix_to_w32 ()
-{
-  $debug_cmd
-
-  func_to_host_path_result=$1
-  if test -n "$1"; then
-    # See func_convert_path_msys_to_w32:
-    func_stripname : : "$1"
-    func_to_host_path_tmp1=$func_stripname_result
-    func_convert_core_path_wine_to_w32 "$func_to_host_path_tmp1"
-    func_to_host_path_result=$func_convert_core_path_wine_to_w32_result
-    func_convert_path_check : ";" \
-      "$func_to_host_path_tmp1" "$func_to_host_path_result"
-    func_convert_path_front_back_pathsep ":*" "*:" ";" "$1"
-  fi
-}
-# end func_convert_path_nix_to_w32
-
-
-# func_convert_path_msys_to_cygwin ARG
-# Convert path ARG from MSYS to Cygwin format.  Requires LT_CYGPATH set.
-# Returns result in func_to_host_file_result.
-func_convert_path_msys_to_cygwin ()
-{
-  $debug_cmd
-
-  func_to_host_path_result=$1
-  if test -n "$1"; then
-    # See func_convert_path_msys_to_w32:
-    func_stripname : : "$1"
-    func_to_host_path_tmp1=$func_stripname_result
-    func_convert_core_msys_to_w32 "$func_to_host_path_tmp1"
-    func_cygpath -u -p "$func_convert_core_msys_to_w32_result"
-    func_to_host_path_result=$func_cygpath_result
-    func_convert_path_check : : \
-      "$func_to_host_path_tmp1" "$func_to_host_path_result"
-    func_convert_path_front_back_pathsep ":*" "*:" : "$1"
-  fi
-}
-# end func_convert_path_msys_to_cygwin
-
-
-# func_convert_path_nix_to_cygwin ARG
-# Convert path ARG from *nix to Cygwin format.  Requires Cygwin installed in a
-# a wine environment, working winepath, and LT_CYGPATH set.  Returns result in
-# func_to_host_file_result.
-func_convert_path_nix_to_cygwin ()
-{
-  $debug_cmd
-
-  func_to_host_path_result=$1
-  if test -n "$1"; then
-    # Remove leading and trailing path separator characters from
-    # ARG. msys behavior is inconsistent here, cygpath turns them
-    # into '.;' and ';.', and winepath ignores them completely.
-    func_stripname : : "$1"
-    func_to_host_path_tmp1=$func_stripname_result
-    func_convert_core_path_wine_to_w32 "$func_to_host_path_tmp1"
-    func_cygpath -u -p "$func_convert_core_path_wine_to_w32_result"
-    func_to_host_path_result=$func_cygpath_result
-    func_convert_path_check : : \
-      "$func_to_host_path_tmp1" "$func_to_host_path_result"
-    func_convert_path_front_back_pathsep ":*" "*:" : "$1"
-  fi
-}
-# end func_convert_path_nix_to_cygwin
-
-
-# func_dll_def_p FILE
-# True iff FILE is a Windows DLL '.def' file.
-# Keep in sync with _LT_DLL_DEF_P in libtool.m4
-func_dll_def_p ()
-{
-  $debug_cmd
-
-  func_dll_def_p_tmp=`$SED -n \
-    -e 's/^[	 ]*//' \
-    -e '/^\(;.*\)*$/d' \
-    -e 's/^\(EXPORTS\|LIBRARY\)\([	 ].*\)*$/DEF/p' \
-    -e q \
-    "$1"`
-  test DEF = "$func_dll_def_p_tmp"
-}
-
-
-# func_mode_compile arg...
-func_mode_compile ()
-{
-    $debug_cmd
-
-    # Get the compilation command and the source file.
-    base_compile=
-    srcfile=$nonopt  #  always keep a non-empty value in "srcfile"
-    suppress_opt=yes
-    suppress_output=
-    arg_mode=normal
-    libobj=
-    later=
-    pie_flag=
-
-    for arg
-    do
-      case $arg_mode in
-      arg  )
-	# do not "continue".  Instead, add this to base_compile
-	lastarg=$arg
-	arg_mode=normal
-	;;
-
-      target )
-	libobj=$arg
-	arg_mode=normal
-	continue
-	;;
-
-      normal )
-	# Accept any command-line options.
-	case $arg in
-	-o)
-	  test -n "$libobj" && \
-	    func_fatal_error "you cannot specify '-o' more than once"
-	  arg_mode=target
-	  continue
-	  ;;
-
-	-pie | -fpie | -fPIE)
-          func_append pie_flag " $arg"
-	  continue
-	  ;;
-
-	-shared | -static | -prefer-pic | -prefer-non-pic)
-	  func_append later " $arg"
-	  continue
-	  ;;
-
-	-no-suppress)
-	  suppress_opt=no
-	  continue
-	  ;;
-
-	-Xcompiler)
-	  arg_mode=arg  #  the next one goes into the "base_compile" arg list
-	  continue      #  The current "srcfile" will either be retained or
-	  ;;            #  replaced later.  I would guess that would be a bug.
-
-	-Wc,*)
-	  func_stripname '-Wc,' '' "$arg"
-	  args=$func_stripname_result
-	  lastarg=
-	  save_ifs=$IFS; IFS=,
-	  for arg in $args; do
-	    IFS=$save_ifs
-	    func_append_quoted lastarg "$arg"
-	  done
-	  IFS=$save_ifs
-	  func_stripname ' ' '' "$lastarg"
-	  lastarg=$func_stripname_result
-
-	  # Add the arguments to base_compile.
-	  func_append base_compile " $lastarg"
-	  continue
-	  ;;
-
-	*)
-	  # Accept the current argument as the source file.
-	  # The previous "srcfile" becomes the current argument.
-	  #
-	  lastarg=$srcfile
-	  srcfile=$arg
-	  ;;
-	esac  #  case $arg
-	;;
-      esac    #  case $arg_mode
-
-      # Aesthetically quote the previous argument.
-      func_append_quoted base_compile "$lastarg"
-    done # for arg
-
-    case $arg_mode in
-    arg)
-      func_fatal_error "you must specify an argument for -Xcompile"
-      ;;
-    target)
-      func_fatal_error "you must specify a target with '-o'"
-      ;;
-    *)
-      # Get the name of the library object.
-      test -z "$libobj" && {
-	func_basename "$srcfile"
-	libobj=$func_basename_result
-      }
-      ;;
-    esac
-
-    # Recognize several different file suffixes.
-    # If the user specifies -o file.o, it is replaced with file.lo
-    case $libobj in
-    *.[cCFSifmso] | \
-    *.ada | *.adb | *.ads | *.asm | \
-    *.c++ | *.cc | *.ii | *.class | *.cpp | *.cxx | \
-    *.[fF][09]? | *.for | *.java | *.go | *.obj | *.sx | *.cu | *.cup)
-      func_xform "$libobj"
-      libobj=$func_xform_result
-      ;;
-    esac
-
-    case $libobj in
-    *.lo) func_lo2o "$libobj"; obj=$func_lo2o_result ;;
-    *)
-      func_fatal_error "cannot determine name of library object from '$libobj'"
-      ;;
-    esac
-
-    func_infer_tag $base_compile
-
-    for arg in $later; do
-      case $arg in
-      -shared)
-	test yes = "$build_libtool_libs" \
-	  || func_fatal_configuration "cannot build a shared library"
-	build_old_libs=no
-	continue
-	;;
-
-      -static)
-	build_libtool_libs=no
-	build_old_libs=yes
-	continue
-	;;
-
-      -prefer-pic)
-	pic_mode=yes
-	continue
-	;;
-
-      -prefer-non-pic)
-	pic_mode=no
-	continue
-	;;
-      esac
-    done
-
-    func_quote_for_eval "$libobj"
-    test "X$libobj" != "X$func_quote_for_eval_result" \
-      && $ECHO "X$libobj" | $GREP '[]~#^*{};<>?"'"'"'	 &()|`$[]' \
-      && func_warning "libobj name '$libobj' may not contain shell special characters."
-    func_dirname_and_basename "$obj" "/" ""
-    objname=$func_basename_result
-    xdir=$func_dirname_result
-    lobj=$xdir$objdir/$objname
-
-    test -z "$base_compile" && \
-      func_fatal_help "you must specify a compilation command"
-
-    # Delete any leftover library objects.
-    if test yes = "$build_old_libs"; then
-      removelist="$obj $lobj $libobj ${libobj}T"
-    else
-      removelist="$lobj $libobj ${libobj}T"
-    fi
-
-    # On Cygwin there's no "real" PIC flag so we must build both object types
-    case $host_os in
-    cygwin* | mingw* | pw32* | os2* | cegcc*)
-      pic_mode=default
-      ;;
-    esac
-    if test no = "$pic_mode" && test pass_all != "$deplibs_check_method"; then
-      # non-PIC code in shared libraries is not supported
-      pic_mode=default
-    fi
-
-    # Calculate the filename of the output object if compiler does
-    # not support -o with -c
-    if test no = "$compiler_c_o"; then
-      output_obj=`$ECHO "$srcfile" | $SED 's%^.*/%%; s%\.[^.]*$%%'`.$objext
-      lockfile=$output_obj.lock
-    else
-      output_obj=
-      need_locks=no
-      lockfile=
-    fi
-
-    # Lock this critical section if it is needed
-    # We use this script file to make the link, it avoids creating a new file
-    if test yes = "$need_locks"; then
-      until $opt_dry_run || ln "$progpath" "$lockfile" 2>/dev/null; do
-	func_echo "Waiting for $lockfile to be removed"
-	sleep 2
-      done
-    elif test warn = "$need_locks"; then
-      if test -f "$lockfile"; then
-	$ECHO "\
-*** ERROR, $lockfile exists and contains:
-`cat $lockfile 2>/dev/null`
-
-This indicates that another process is trying to use the same
-temporary object file, and libtool could not work around it because
-your compiler does not support '-c' and '-o' together.  If you
-repeat this compilation, it may succeed, by chance, but you had better
-avoid parallel builds (make -j) in this platform, or get a better
-compiler."
-
-	$opt_dry_run || $RM $removelist
-	exit $EXIT_FAILURE
-      fi
-      func_append removelist " $output_obj"
-      $ECHO "$srcfile" > "$lockfile"
-    fi
-
-    $opt_dry_run || $RM $removelist
-    func_append removelist " $lockfile"
-    trap '$opt_dry_run || $RM $removelist; exit $EXIT_FAILURE' 1 2 15
-
-    func_to_tool_file "$srcfile" func_convert_file_msys_to_w32
-    srcfile=$func_to_tool_file_result
-    func_quote_for_eval "$srcfile"
-    qsrcfile=$func_quote_for_eval_result
-
-    # Only build a PIC object if we are building libtool libraries.
-    if test yes = "$build_libtool_libs"; then
-      # Without this assignment, base_compile gets emptied.
-      fbsd_hideous_sh_bug=$base_compile
-
-      if test no != "$pic_mode"; then
-	command="$base_compile $qsrcfile $pic_flag"
-      else
-	# Don't build PIC code
-	command="$base_compile $qsrcfile"
-      fi
-
-      func_mkdir_p "$xdir$objdir"
-
-      if test -z "$output_obj"; then
-	# Place PIC objects in $objdir
-	func_append command " -o $lobj"
-      fi
-
-      func_show_eval_locale "$command"	\
-          'test -n "$output_obj" && $RM $removelist; exit $EXIT_FAILURE'
-
-      if test warn = "$need_locks" &&
-	 test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then
-	$ECHO "\
-*** ERROR, $lockfile contains:
-`cat $lockfile 2>/dev/null`
-
-but it should contain:
-$srcfile
-
-This indicates that another process is trying to use the same
-temporary object file, and libtool could not work around it because
-your compiler does not support '-c' and '-o' together.  If you
-repeat this compilation, it may succeed, by chance, but you had better
-avoid parallel builds (make -j) in this platform, or get a better
-compiler."
-
-	$opt_dry_run || $RM $removelist
-	exit $EXIT_FAILURE
-      fi
-
-      # Just move the object if needed, then go on to compile the next one
-      if test -n "$output_obj" && test "X$output_obj" != "X$lobj"; then
-	func_show_eval '$MV "$output_obj" "$lobj"' \
-	  'error=$?; $opt_dry_run || $RM $removelist; exit $error'
-      fi
-
-      # Allow error messages only from the first compilation.
-      if test yes = "$suppress_opt"; then
-	suppress_output=' >/dev/null 2>&1'
-      fi
-    fi
-
-    # Only build a position-dependent object if we build old libraries.
-    if test yes = "$build_old_libs"; then
-      if test yes != "$pic_mode"; then
-	# Don't build PIC code
-	command="$base_compile $qsrcfile$pie_flag"
-      else
-	command="$base_compile $qsrcfile $pic_flag"
-      fi
-      if test yes = "$compiler_c_o"; then
-	func_append command " -o $obj"
-      fi
-
-      # Suppress compiler output if we already did a PIC compilation.
-      func_append command "$suppress_output"
-      func_show_eval_locale "$command" \
-        '$opt_dry_run || $RM $removelist; exit $EXIT_FAILURE'
-
-      if test warn = "$need_locks" &&
-	 test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then
-	$ECHO "\
-*** ERROR, $lockfile contains:
-`cat $lockfile 2>/dev/null`
-
-but it should contain:
-$srcfile
-
-This indicates that another process is trying to use the same
-temporary object file, and libtool could not work around it because
-your compiler does not support '-c' and '-o' together.  If you
-repeat this compilation, it may succeed, by chance, but you had better
-avoid parallel builds (make -j) in this platform, or get a better
-compiler."
-
-	$opt_dry_run || $RM $removelist
-	exit $EXIT_FAILURE
-      fi
-
-      # Just move the object if needed
-      if test -n "$output_obj" && test "X$output_obj" != "X$obj"; then
-	func_show_eval '$MV "$output_obj" "$obj"' \
-	  'error=$?; $opt_dry_run || $RM $removelist; exit $error'
-      fi
-    fi
-
-    $opt_dry_run || {
-      func_write_libtool_object "$libobj" "$objdir/$objname" "$objname"
-
-      # Unlock the critical section if it was locked
-      if test no != "$need_locks"; then
-	removelist=$lockfile
-        $RM "$lockfile"
-      fi
-    }
-
-    exit $EXIT_SUCCESS
-}
-
-$opt_help || {
-  test compile = "$opt_mode" && func_mode_compile ${1+"$@"}
-}
-
-func_mode_help ()
-{
-    # We need to display help for each of the modes.
-    case $opt_mode in
-      "")
-        # Generic help is extracted from the usage comments
-        # at the start of this file.
-        func_help
-        ;;
-
-      clean)
-        $ECHO \
-"Usage: $progname [OPTION]... --mode=clean RM [RM-OPTION]... FILE...
-
-Remove files from the build directory.
-
-RM is the name of the program to use to delete files associated with each FILE
-(typically '/bin/rm').  RM-OPTIONS are options (such as '-f') to be passed
-to RM.
-
-If FILE is a libtool library, object or program, all the files associated
-with it are deleted. Otherwise, only FILE itself is deleted using RM."
-        ;;
-
-      compile)
-      $ECHO \
-"Usage: $progname [OPTION]... --mode=compile COMPILE-COMMAND... SOURCEFILE
-
-Compile a source file into a libtool library object.
-
-This mode accepts the following additional options:
-
-  -o OUTPUT-FILE    set the output file name to OUTPUT-FILE
-  -no-suppress      do not suppress compiler output for multiple passes
-  -prefer-pic       try to build PIC objects only
-  -prefer-non-pic   try to build non-PIC objects only
-  -shared           do not build a '.o' file suitable for static linking
-  -static           only build a '.o' file suitable for static linking
-  -Wc,FLAG          pass FLAG directly to the compiler
-
-COMPILE-COMMAND is a command to be used in creating a 'standard' object file
-from the given SOURCEFILE.
-
-The output file name is determined by removing the directory component from
-SOURCEFILE, then substituting the C source code suffix '.c' with the
-library object suffix, '.lo'."
-        ;;
-
-      execute)
-        $ECHO \
-"Usage: $progname [OPTION]... --mode=execute COMMAND [ARGS]...
-
-Automatically set library path, then run a program.
-
-This mode accepts the following additional options:
-
-  -dlopen FILE      add the directory containing FILE to the library path
-
-This mode sets the library path environment variable according to '-dlopen'
-flags.
-
-If any of the ARGS are libtool executable wrappers, then they are translated
-into their corresponding uninstalled binary, and any of their required library
-directories are added to the library path.
-
-Then, COMMAND is executed, with ARGS as arguments."
-        ;;
-
-      finish)
-        $ECHO \
-"Usage: $progname [OPTION]... --mode=finish [LIBDIR]...
-
-Complete the installation of libtool libraries.
-
-Each LIBDIR is a directory that contains libtool libraries.
-
-The commands that this mode executes may require superuser privileges.  Use
-the '--dry-run' option if you just want to see what would be executed."
-        ;;
-
-      install)
-        $ECHO \
-"Usage: $progname [OPTION]... --mode=install INSTALL-COMMAND...
-
-Install executables or libraries.
-
-INSTALL-COMMAND is the installation command.  The first component should be
-either the 'install' or 'cp' program.
-
-The following components of INSTALL-COMMAND are treated specially:
-
-  -inst-prefix-dir PREFIX-DIR  Use PREFIX-DIR as a staging area for installation
-
-The rest of the components are interpreted as arguments to that command (only
-BSD-compatible install options are recognized)."
-        ;;
-
-      link)
-        $ECHO \
-"Usage: $progname [OPTION]... --mode=link LINK-COMMAND...
-
-Link object files or libraries together to form another library, or to
-create an executable program.
-
-LINK-COMMAND is a command using the C compiler that you would use to create
-a program from several object files.
-
-The following components of LINK-COMMAND are treated specially:
-
-  -all-static       do not do any dynamic linking at all
-  -avoid-version    do not add a version suffix if possible
-  -bindir BINDIR    specify path to binaries directory (for systems where
-                    libraries must be found in the PATH setting at runtime)
-  -dlopen FILE      '-dlpreopen' FILE if it cannot be dlopened at runtime
-  -dlpreopen FILE   link in FILE and add its symbols to lt_preloaded_symbols
-  -export-dynamic   allow symbols from OUTPUT-FILE to be resolved with dlsym(3)
-  -export-symbols SYMFILE
-                    try to export only the symbols listed in SYMFILE
-  -export-symbols-regex REGEX
-                    try to export only the symbols matching REGEX
-  -LLIBDIR          search LIBDIR for required installed libraries
-  -lNAME            OUTPUT-FILE requires the installed library libNAME
-  -module           build a library that can dlopened
-  -no-fast-install  disable the fast-install mode
-  -no-install       link a not-installable executable
-  -no-undefined     declare that a library does not refer to external symbols
-  -o OUTPUT-FILE    create OUTPUT-FILE from the specified objects
-  -objectlist FILE  use a list of object files found in FILE to specify objects
-  -os2dllname NAME  force a short DLL name on OS/2 (no effect on other OSes)
-  -precious-files-regex REGEX
-                    don't remove output files matching REGEX
-  -release RELEASE  specify package release information
-  -rpath LIBDIR     the created library will eventually be installed in LIBDIR
-  -R[ ]LIBDIR       add LIBDIR to the runtime path of programs and libraries
-  -shared           only do dynamic linking of libtool libraries
-  -shrext SUFFIX    override the standard shared library file extension
-  -static           do not do any dynamic linking of uninstalled libtool libraries
-  -static-libtool-libs
-                    do not do any dynamic linking of libtool libraries
-  -version-info CURRENT[:REVISION[:AGE]]
-                    specify library version info [each variable defaults to 0]
-  -weak LIBNAME     declare that the target provides the LIBNAME interface
-  -Wc,FLAG
-  -Xcompiler FLAG   pass linker-specific FLAG directly to the compiler
-  -Wl,FLAG
-  -Xlinker FLAG     pass linker-specific FLAG directly to the linker
-  -XCClinker FLAG   pass link-specific FLAG to the compiler driver (CC)
-
-All other options (arguments beginning with '-') are ignored.
-
-Every other argument is treated as a filename.  Files ending in '.la' are
-treated as uninstalled libtool libraries, other files are standard or library
-object files.
-
-If the OUTPUT-FILE ends in '.la', then a libtool library is created,
-only library objects ('.lo' files) may be specified, and '-rpath' is
-required, except when creating a convenience library.
-
-If OUTPUT-FILE ends in '.a' or '.lib', then a standard library is created
-using 'ar' and 'ranlib', or on Windows using 'lib'.
-
-If OUTPUT-FILE ends in '.lo' or '.$objext', then a reloadable object file
-is created, otherwise an executable program is created."
-        ;;
-
-      uninstall)
-        $ECHO \
-"Usage: $progname [OPTION]... --mode=uninstall RM [RM-OPTION]... FILE...
-
-Remove libraries from an installation directory.
-
-RM is the name of the program to use to delete files associated with each FILE
-(typically '/bin/rm').  RM-OPTIONS are options (such as '-f') to be passed
-to RM.
-
-If FILE is a libtool library, all the files associated with it are deleted.
-Otherwise, only FILE itself is deleted using RM."
-        ;;
-
-      *)
-        func_fatal_help "invalid operation mode '$opt_mode'"
-        ;;
-    esac
-
-    echo
-    $ECHO "Try '$progname --help' for more information about other modes."
-}
-
-# Now that we've collected a possible --mode arg, show help if necessary
-if $opt_help; then
-  if test : = "$opt_help"; then
-    func_mode_help
-  else
-    {
-      func_help noexit
-      for opt_mode in compile link execute install finish uninstall clean; do
-	func_mode_help
-      done
-    } | $SED -n '1p; 2,$s/^Usage:/  or: /p'
-    {
-      func_help noexit
-      for opt_mode in compile link execute install finish uninstall clean; do
-	echo
-	func_mode_help
-      done
-    } |
-    $SED '1d
-      /^When reporting/,/^Report/{
-	H
-	d
-      }
-      $x
-      /information about other modes/d
-      /more detailed .*MODE/d
-      s/^Usage:.*--mode=\([^ ]*\) .*/Description of \1 mode:/'
-  fi
-  exit $?
-fi
-
-
-# func_mode_execute arg...
-func_mode_execute ()
-{
-    $debug_cmd
-
-    # The first argument is the command name.
-    cmd=$nonopt
-    test -z "$cmd" && \
-      func_fatal_help "you must specify a COMMAND"
-
-    # Handle -dlopen flags immediately.
-    for file in $opt_dlopen; do
-      test -f "$file" \
-	|| func_fatal_help "'$file' is not a file"
-
-      dir=
-      case $file in
-      *.la)
-	func_resolve_sysroot "$file"
-	file=$func_resolve_sysroot_result
-
-	# Check to see that this really is a libtool archive.
-	func_lalib_unsafe_p "$file" \
-	  || func_fatal_help "'$lib' is not a valid libtool archive"
-
-	# Read the libtool library.
-	dlname=
-	library_names=
-	func_source "$file"
-
-	# Skip this library if it cannot be dlopened.
-	if test -z "$dlname"; then
-	  # Warn if it was a shared library.
-	  test -n "$library_names" && \
-	    func_warning "'$file' was not linked with '-export-dynamic'"
-	  continue
-	fi
-
-	func_dirname "$file" "" "."
-	dir=$func_dirname_result
-
-	if test -f "$dir/$objdir/$dlname"; then
-	  func_append dir "/$objdir"
-	else
-	  if test ! -f "$dir/$dlname"; then
-	    func_fatal_error "cannot find '$dlname' in '$dir' or '$dir/$objdir'"
-	  fi
-	fi
-	;;
-
-      *.lo)
-	# Just add the directory containing the .lo file.
-	func_dirname "$file" "" "."
-	dir=$func_dirname_result
-	;;
-
-      *)
-	func_warning "'-dlopen' is ignored for non-libtool libraries and objects"
-	continue
-	;;
-      esac
-
-      # Get the absolute pathname.
-      absdir=`cd "$dir" && pwd`
-      test -n "$absdir" && dir=$absdir
-
-      # Now add the directory to shlibpath_var.
-      if eval "test -z \"\$$shlibpath_var\""; then
-	eval "$shlibpath_var=\"\$dir\""
-      else
-	eval "$shlibpath_var=\"\$dir:\$$shlibpath_var\""
-      fi
-    done
-
-    # This variable tells wrapper scripts just to set shlibpath_var
-    # rather than running their programs.
-    libtool_execute_magic=$magic
-
-    # Check if any of the arguments is a wrapper script.
-    args=
-    for file
-    do
-      case $file in
-      -* | *.la | *.lo ) ;;
-      *)
-	# Do a test to see if this is really a libtool program.
-	if func_ltwrapper_script_p "$file"; then
-	  func_source "$file"
-	  # Transform arg to wrapped name.
-	  file=$progdir/$program
-	elif func_ltwrapper_executable_p "$file"; then
-	  func_ltwrapper_scriptname "$file"
-	  func_source "$func_ltwrapper_scriptname_result"
-	  # Transform arg to wrapped name.
-	  file=$progdir/$program
-	fi
-	;;
-      esac
-      # Quote arguments (to preserve shell metacharacters).
-      func_append_quoted args "$file"
-    done
-
-    if $opt_dry_run; then
-      # Display what would be done.
-      if test -n "$shlibpath_var"; then
-	eval "\$ECHO \"\$shlibpath_var=\$$shlibpath_var\""
-	echo "export $shlibpath_var"
-      fi
-      $ECHO "$cmd$args"
-      exit $EXIT_SUCCESS
-    else
-      if test -n "$shlibpath_var"; then
-	# Export the shlibpath_var.
-	eval "export $shlibpath_var"
-      fi
-
-      # Restore saved environment variables
-      for lt_var in LANG LANGUAGE LC_ALL LC_CTYPE LC_COLLATE LC_MESSAGES
-      do
-	eval "if test \"\${save_$lt_var+set}\" = set; then
-                $lt_var=\$save_$lt_var; export $lt_var
-	      else
-		$lt_unset $lt_var
-	      fi"
-      done
-
-      # Now prepare to actually exec the command.
-      exec_cmd=\$cmd$args
-    fi
-}
-
-test execute = "$opt_mode" && func_mode_execute ${1+"$@"}
-
-
-# func_mode_finish arg...
-func_mode_finish ()
-{
-    $debug_cmd
-
-    libs=
-    libdirs=
-    admincmds=
-
-    for opt in "$nonopt" ${1+"$@"}
-    do
-      if test -d "$opt"; then
-	func_append libdirs " $opt"
-
-      elif test -f "$opt"; then
-	if func_lalib_unsafe_p "$opt"; then
-	  func_append libs " $opt"
-	else
-	  func_warning "'$opt' is not a valid libtool archive"
-	fi
-
-      else
-	func_fatal_error "invalid argument '$opt'"
-      fi
-    done
-
-    if test -n "$libs"; then
-      if test -n "$lt_sysroot"; then
-        sysroot_regex=`$ECHO "$lt_sysroot" | $SED "$sed_make_literal_regex"`
-        sysroot_cmd="s/\([ ']\)$sysroot_regex/\1/g;"
-      else
-        sysroot_cmd=
-      fi
-
-      # Remove sysroot references
-      if $opt_dry_run; then
-        for lib in $libs; do
-          echo "removing references to $lt_sysroot and '=' prefixes from $lib"
-        done
-      else
-        tmpdir=`func_mktempdir`
-        for lib in $libs; do
-	  $SED -e "$sysroot_cmd s/\([ ']-[LR]\)=/\1/g; s/\([ ']\)=/\1/g" $lib \
-	    > $tmpdir/tmp-la
-	  mv -f $tmpdir/tmp-la $lib
-	done
-        ${RM}r "$tmpdir"
-      fi
-    fi
-
-    if test -n "$finish_cmds$finish_eval" && test -n "$libdirs"; then
-      for libdir in $libdirs; do
-	if test -n "$finish_cmds"; then
-	  # Do each command in the finish commands.
-	  func_execute_cmds "$finish_cmds" 'admincmds="$admincmds
-'"$cmd"'"'
-	fi
-	if test -n "$finish_eval"; then
-	  # Do the single finish_eval.
-	  eval cmds=\"$finish_eval\"
-	  $opt_dry_run || eval "$cmds" || func_append admincmds "
-       $cmds"
-	fi
-      done
-    fi
-
-    # Exit here if they wanted silent mode.
-    $opt_quiet && exit $EXIT_SUCCESS
-
-    if test -n "$finish_cmds$finish_eval" && test -n "$libdirs"; then
-      echo "----------------------------------------------------------------------"
-      echo "Libraries have been installed in:"
-      for libdir in $libdirs; do
-	$ECHO "   $libdir"
-      done
-      echo
-      echo "If you ever happen to want to link against installed libraries"
-      echo "in a given directory, LIBDIR, you must either use libtool, and"
-      echo "specify the full pathname of the library, or use the '-LLIBDIR'"
-      echo "flag during linking and do at least one of the following:"
-      if test -n "$shlibpath_var"; then
-	echo "   - add LIBDIR to the '$shlibpath_var' environment variable"
-	echo "     during execution"
-      fi
-      if test -n "$runpath_var"; then
-	echo "   - add LIBDIR to the '$runpath_var' environment variable"
-	echo "     during linking"
-      fi
-      if test -n "$hardcode_libdir_flag_spec"; then
-	libdir=LIBDIR
-	eval flag=\"$hardcode_libdir_flag_spec\"
-
-	$ECHO "   - use the '$flag' linker flag"
-      fi
-      if test -n "$admincmds"; then
-	$ECHO "   - have your system administrator run these commands:$admincmds"
-      fi
-      if test -f /etc/ld.so.conf; then
-	echo "   - have your system administrator add LIBDIR to '/etc/ld.so.conf'"
-      fi
-      echo
-
-      echo "See any operating system documentation about shared libraries for"
-      case $host in
-	solaris2.[6789]|solaris2.1[0-9])
-	  echo "more information, such as the ld(1), crle(1) and ld.so(8) manual"
-	  echo "pages."
-	  ;;
-	*)
-	  echo "more information, such as the ld(1) and ld.so(8) manual pages."
-	  ;;
-      esac
-      echo "----------------------------------------------------------------------"
-    fi
-    exit $EXIT_SUCCESS
-}
-
-test finish = "$opt_mode" && func_mode_finish ${1+"$@"}
-
-
-# func_mode_install arg...
-func_mode_install ()
-{
-    $debug_cmd
-
-    # There may be an optional sh(1) argument at the beginning of
-    # install_prog (especially on Windows NT).
-    if test "$SHELL" = "$nonopt" || test /bin/sh = "$nonopt" ||
-       # Allow the use of GNU shtool's install command.
-       case $nonopt in *shtool*) :;; *) false;; esac
-    then
-      # Aesthetically quote it.
-      func_quote_for_eval "$nonopt"
-      install_prog="$func_quote_for_eval_result "
-      arg=$1
-      shift
-    else
-      install_prog=
-      arg=$nonopt
-    fi
-
-    # The real first argument should be the name of the installation program.
-    # Aesthetically quote it.
-    func_quote_for_eval "$arg"
-    func_append install_prog "$func_quote_for_eval_result"
-    install_shared_prog=$install_prog
-    case " $install_prog " in
-      *[\\\ /]cp\ *) install_cp=: ;;
-      *) install_cp=false ;;
-    esac
-
-    # We need to accept at least all the BSD install flags.
-    dest=
-    files=
-    opts=
-    prev=
-    install_type=
-    isdir=false
-    stripme=
-    no_mode=:
-    for arg
-    do
-      arg2=
-      if test -n "$dest"; then
-	func_append files " $dest"
-	dest=$arg
-	continue
-      fi
-
-      case $arg in
-      -d) isdir=: ;;
-      -f)
-	if $install_cp; then :; else
-	  prev=$arg
-	fi
-	;;
-      -g | -m | -o)
-	prev=$arg
-	;;
-      -s)
-	stripme=" -s"
-	continue
-	;;
-      -*)
-	;;
-      *)
-	# If the previous option needed an argument, then skip it.
-	if test -n "$prev"; then
-	  if test X-m = "X$prev" && test -n "$install_override_mode"; then
-	    arg2=$install_override_mode
-	    no_mode=false
-	  fi
-	  prev=
-	else
-	  dest=$arg
-	  continue
-	fi
-	;;
-      esac
-
-      # Aesthetically quote the argument.
-      func_quote_for_eval "$arg"
-      func_append install_prog " $func_quote_for_eval_result"
-      if test -n "$arg2"; then
-	func_quote_for_eval "$arg2"
-      fi
-      func_append install_shared_prog " $func_quote_for_eval_result"
-    done
-
-    test -z "$install_prog" && \
-      func_fatal_help "you must specify an install program"
-
-    test -n "$prev" && \
-      func_fatal_help "the '$prev' option requires an argument"
-
-    if test -n "$install_override_mode" && $no_mode; then
-      if $install_cp; then :; else
-	func_quote_for_eval "$install_override_mode"
-	func_append install_shared_prog " -m $func_quote_for_eval_result"
-      fi
-    fi
-
-    if test -z "$files"; then
-      if test -z "$dest"; then
-	func_fatal_help "no file or destination specified"
-      else
-	func_fatal_help "you must specify a destination"
-      fi
-    fi
-
-    # Strip any trailing slash from the destination.
-    func_stripname '' '/' "$dest"
-    dest=$func_stripname_result
-
-    # Check to see that the destination is a directory.
-    test -d "$dest" && isdir=:
-    if $isdir; then
-      destdir=$dest
-      destname=
-    else
-      func_dirname_and_basename "$dest" "" "."
-      destdir=$func_dirname_result
-      destname=$func_basename_result
-
-      # Not a directory, so check to see that there is only one file specified.
-      set dummy $files; shift
-      test "$#" -gt 1 && \
-	func_fatal_help "'$dest' is not a directory"
-    fi
-    case $destdir in
-    [\\/]* | [A-Za-z]:[\\/]*) ;;
-    *)
-      for file in $files; do
-	case $file in
-	*.lo) ;;
-	*)
-	  func_fatal_help "'$destdir' must be an absolute directory name"
-	  ;;
-	esac
-      done
-      ;;
-    esac
-
-    # This variable tells wrapper scripts just to set variables rather
-    # than running their programs.
-    libtool_install_magic=$magic
-
-    staticlibs=
-    future_libdirs=
-    current_libdirs=
-    for file in $files; do
-
-      # Do each installation.
-      case $file in
-      *.$libext)
-	# Do the static libraries later.
-	func_append staticlibs " $file"
-	;;
-
-      *.la)
-	func_resolve_sysroot "$file"
-	file=$func_resolve_sysroot_result
-
-	# Check to see that this really is a libtool archive.
-	func_lalib_unsafe_p "$file" \
-	  || func_fatal_help "'$file' is not a valid libtool archive"
-
-	library_names=
-	old_library=
-	relink_command=
-	func_source "$file"
-
-	# Add the libdir to current_libdirs if it is the destination.
-	if test "X$destdir" = "X$libdir"; then
-	  case "$current_libdirs " in
-	  *" $libdir "*) ;;
-	  *) func_append current_libdirs " $libdir" ;;
-	  esac
-	else
-	  # Note the libdir as a future libdir.
-	  case "$future_libdirs " in
-	  *" $libdir "*) ;;
-	  *) func_append future_libdirs " $libdir" ;;
-	  esac
-	fi
-
-	func_dirname "$file" "/" ""
-	dir=$func_dirname_result
-	func_append dir "$objdir"
-
-	if test -n "$relink_command"; then
-	  # Determine the prefix the user has applied to our future dir.
-	  inst_prefix_dir=`$ECHO "$destdir" | $SED -e "s%$libdir\$%%"`
-
-	  # Don't allow the user to place us outside of our expected
-	  # location b/c this prevents finding dependent libraries that
-	  # are installed to the same prefix.
-	  # At present, this check doesn't affect windows .dll's that
-	  # are installed into $libdir/../bin (currently, that works fine)
-	  # but it's something to keep an eye on.
-	  test "$inst_prefix_dir" = "$destdir" && \
-	    func_fatal_error "error: cannot install '$file' to a directory not ending in $libdir"
-
-	  if test -n "$inst_prefix_dir"; then
-	    # Stick the inst_prefix_dir data into the link command.
-	    relink_command=`$ECHO "$relink_command" | $SED "s%@inst_prefix_dir@%-inst-prefix-dir $inst_prefix_dir%"`
-	  else
-	    relink_command=`$ECHO "$relink_command" | $SED "s%@inst_prefix_dir@%%"`
-	  fi
-
-	  func_warning "relinking '$file'"
-	  func_show_eval "$relink_command" \
-	    'func_fatal_error "error: relink '\''$file'\'' with the above command before installing it"'
-	fi
-
-	# See the names of the shared library.
-	set dummy $library_names; shift
-	if test -n "$1"; then
-	  realname=$1
-	  shift
-
-	  srcname=$realname
-	  test -n "$relink_command" && srcname=${realname}T
-
-	  # Install the shared library and build the symlinks.
-	  func_show_eval "$install_shared_prog $dir/$srcname $destdir/$realname" \
-	      'exit $?'
-	  tstripme=$stripme
-	  case $host_os in
-	  cygwin* | mingw* | pw32* | cegcc*)
-	    case $realname in
-	    *.dll.a)
-	      tstripme=
-	      ;;
-	    esac
-	    ;;
-	  os2*)
-	    case $realname in
-	    *_dll.a)
-	      tstripme=
-	      ;;
-	    esac
-	    ;;
-	  esac
-	  if test -n "$tstripme" && test -n "$striplib"; then
-	    func_show_eval "$striplib $destdir/$realname" 'exit $?'
-	  fi
-
-	  if test "$#" -gt 0; then
-	    # Delete the old symlinks, and create new ones.
-	    # Try 'ln -sf' first, because the 'ln' binary might depend on
-	    # the symlink we replace!  Solaris /bin/ln does not understand -f,
-	    # so we also need to try rm && ln -s.
-	    for linkname
-	    do
-	      test "$linkname" != "$realname" \
-		&& func_show_eval "(cd $destdir && { $LN_S -f $realname $linkname || { $RM $linkname && $LN_S $realname $linkname; }; })"
-	    done
-	  fi
-
-	  # Do each command in the postinstall commands.
-	  lib=$destdir/$realname
-	  func_execute_cmds "$postinstall_cmds" 'exit $?'
-	fi
-
-	# Install the pseudo-library for information purposes.
-	func_basename "$file"
-	name=$func_basename_result
-	instname=$dir/${name}i
-	func_show_eval "$install_prog $instname $destdir/$name" 'exit $?'
-
-	# Maybe install the static library, too.
-	test -n "$old_library" && func_append staticlibs " $dir/$old_library"
-	;;
-
-      *.lo)
-	# Install (i.e. copy) a libtool object.
-
-	# Figure out destination file name, if it wasn't already specified.
-	if test -n "$destname"; then
-	  destfile=$destdir/$destname
-	else
-	  func_basename "$file"
-	  destfile=$func_basename_result
-	  destfile=$destdir/$destfile
-	fi
-
-	# Deduce the name of the destination old-style object file.
-	case $destfile in
-	*.lo)
-	  func_lo2o "$destfile"
-	  staticdest=$func_lo2o_result
-	  ;;
-	*.$objext)
-	  staticdest=$destfile
-	  destfile=
-	  ;;
-	*)
-	  func_fatal_help "cannot copy a libtool object to '$destfile'"
-	  ;;
-	esac
-
-	# Install the libtool object if requested.
-	test -n "$destfile" && \
-	  func_show_eval "$install_prog $file $destfile" 'exit $?'
-
-	# Install the old object if enabled.
-	if test yes = "$build_old_libs"; then
-	  # Deduce the name of the old-style object file.
-	  func_lo2o "$file"
-	  staticobj=$func_lo2o_result
-	  func_show_eval "$install_prog \$staticobj \$staticdest" 'exit $?'
-	fi
-	exit $EXIT_SUCCESS
-	;;
-
-      *)
-	# Figure out destination file name, if it wasn't already specified.
-	if test -n "$destname"; then
-	  destfile=$destdir/$destname
-	else
-	  func_basename "$file"
-	  destfile=$func_basename_result
-	  destfile=$destdir/$destfile
-	fi
-
-	# If the file is missing, and there is a .exe on the end, strip it
-	# because it is most likely a libtool script we actually want to
-	# install
-	stripped_ext=
-	case $file in
-	  *.exe)
-	    if test ! -f "$file"; then
-	      func_stripname '' '.exe' "$file"
-	      file=$func_stripname_result
-	      stripped_ext=.exe
-	    fi
-	    ;;
-	esac
-
-	# Do a test to see if this is really a libtool program.
-	case $host in
-	*cygwin* | *mingw*)
-	    if func_ltwrapper_executable_p "$file"; then
-	      func_ltwrapper_scriptname "$file"
-	      wrapper=$func_ltwrapper_scriptname_result
-	    else
-	      func_stripname '' '.exe' "$file"
-	      wrapper=$func_stripname_result
-	    fi
-	    ;;
-	*)
-	    wrapper=$file
-	    ;;
-	esac
-	if func_ltwrapper_script_p "$wrapper"; then
-	  notinst_deplibs=
-	  relink_command=
-
-	  func_source "$wrapper"
-
-	  # Check the variables that should have been set.
-	  test -z "$generated_by_libtool_version" && \
-	    func_fatal_error "invalid libtool wrapper script '$wrapper'"
-
-	  finalize=:
-	  for lib in $notinst_deplibs; do
-	    # Check to see that each library is installed.
-	    libdir=
-	    if test -f "$lib"; then
-	      func_source "$lib"
-	    fi
-	    libfile=$libdir/`$ECHO "$lib" | $SED 's%^.*/%%g'`
-	    if test -n "$libdir" && test ! -f "$libfile"; then
-	      func_warning "'$lib' has not been installed in '$libdir'"
-	      finalize=false
-	    fi
-	  done
-
-	  relink_command=
-	  func_source "$wrapper"
-
-	  outputname=
-	  if test no = "$fast_install" && test -n "$relink_command"; then
-	    $opt_dry_run || {
-	      if $finalize; then
-	        tmpdir=`func_mktempdir`
-		func_basename "$file$stripped_ext"
-		file=$func_basename_result
-	        outputname=$tmpdir/$file
-	        # Replace the output file specification.
-	        relink_command=`$ECHO "$relink_command" | $SED 's%@OUTPUT@%'"$outputname"'%g'`
-
-	        $opt_quiet || {
-	          func_quote_for_expand "$relink_command"
-		  eval "func_echo $func_quote_for_expand_result"
-	        }
-	        if eval "$relink_command"; then :
-	          else
-		  func_error "error: relink '$file' with the above command before installing it"
-		  $opt_dry_run || ${RM}r "$tmpdir"
-		  continue
-	        fi
-	        file=$outputname
-	      else
-	        func_warning "cannot relink '$file'"
-	      fi
-	    }
-	  else
-	    # Install the binary that we compiled earlier.
-	    file=`$ECHO "$file$stripped_ext" | $SED "s%\([^/]*\)$%$objdir/\1%"`
-	  fi
-	fi
-
-	# remove .exe since cygwin /usr/bin/install will append another
-	# one anyway
-	case $install_prog,$host in
-	*/usr/bin/install*,*cygwin*)
-	  case $file:$destfile in
-	  *.exe:*.exe)
-	    # this is ok
-	    ;;
-	  *.exe:*)
-	    destfile=$destfile.exe
-	    ;;
-	  *:*.exe)
-	    func_stripname '' '.exe' "$destfile"
-	    destfile=$func_stripname_result
-	    ;;
-	  esac
-	  ;;
-	esac
-	func_show_eval "$install_prog\$stripme \$file \$destfile" 'exit $?'
-	$opt_dry_run || if test -n "$outputname"; then
-	  ${RM}r "$tmpdir"
-	fi
-	;;
-      esac
-    done
-
-    for file in $staticlibs; do
-      func_basename "$file"
-      name=$func_basename_result
-
-      # Set up the ranlib parameters.
-      oldlib=$destdir/$name
-      func_to_tool_file "$oldlib" func_convert_file_msys_to_w32
-      tool_oldlib=$func_to_tool_file_result
-
-      func_show_eval "$install_prog \$file \$oldlib" 'exit $?'
-
-      if test -n "$stripme" && test -n "$old_striplib"; then
-	func_show_eval "$old_striplib $tool_oldlib" 'exit $?'
-      fi
-
-      # Do each command in the postinstall commands.
-      func_execute_cmds "$old_postinstall_cmds" 'exit $?'
-    done
-
-    test -n "$future_libdirs" && \
-      func_warning "remember to run '$progname --finish$future_libdirs'"
-
-    if test -n "$current_libdirs"; then
-      # Maybe just do a dry run.
-      $opt_dry_run && current_libdirs=" -n$current_libdirs"
-      exec_cmd='$SHELL "$progpath" $preserve_args --finish$current_libdirs'
-    else
-      exit $EXIT_SUCCESS
-    fi
-}
-
-test install = "$opt_mode" && func_mode_install ${1+"$@"}
-
-
-# func_generate_dlsyms outputname originator pic_p
-# Extract symbols from dlprefiles and create ${outputname}S.o with
-# a dlpreopen symbol table.
-func_generate_dlsyms ()
-{
-    $debug_cmd
-
-    my_outputname=$1
-    my_originator=$2
-    my_pic_p=${3-false}
-    my_prefix=`$ECHO "$my_originator" | $SED 's%[^a-zA-Z0-9]%_%g'`
-    my_dlsyms=
-
-    if test -n "$dlfiles$dlprefiles" || test no != "$dlself"; then
-      if test -n "$NM" && test -n "$global_symbol_pipe"; then
-	my_dlsyms=${my_outputname}S.c
-      else
-	func_error "not configured to extract global symbols from dlpreopened files"
-      fi
-    fi
-
-    if test -n "$my_dlsyms"; then
-      case $my_dlsyms in
-      "") ;;
-      *.c)
-	# Discover the nlist of each of the dlfiles.
-	nlist=$output_objdir/$my_outputname.nm
-
-	func_show_eval "$RM $nlist ${nlist}S ${nlist}T"
-
-	# Parse the name list into a source file.
-	func_verbose "creating $output_objdir/$my_dlsyms"
-
-	$opt_dry_run || $ECHO > "$output_objdir/$my_dlsyms" "\
-/* $my_dlsyms - symbol resolution table for '$my_outputname' dlsym emulation. */
-/* Generated by $PROGRAM (GNU $PACKAGE) $VERSION */
-
-#ifdef __cplusplus
-extern \"C\" {
-#endif
-
-#if defined __GNUC__ && (((__GNUC__ == 4) && (__GNUC_MINOR__ >= 4)) || (__GNUC__ > 4))
-#pragma GCC diagnostic ignored \"-Wstrict-prototypes\"
-#endif
-
-/* Keep this code in sync between libtool.m4, ltmain, lt_system.h, and tests.  */
-#if defined _WIN32 || defined __CYGWIN__ || defined _WIN32_WCE
-/* DATA imports from DLLs on WIN32 can't be const, because runtime
-   relocations are performed -- see ld's documentation on pseudo-relocs.  */
-# define LT_DLSYM_CONST
-#elif defined __osf__
-/* This system does not cope well with relocations in const data.  */
-# define LT_DLSYM_CONST
-#else
-# define LT_DLSYM_CONST const
-#endif
-
-#define STREQ(s1, s2) (strcmp ((s1), (s2)) == 0)
-
-/* External symbol declarations for the compiler. */\
-"
-
-	if test yes = "$dlself"; then
-	  func_verbose "generating symbol list for '$output'"
-
-	  $opt_dry_run || echo ': @PROGRAM@ ' > "$nlist"
-
-	  # Add our own program objects to the symbol list.
-	  progfiles=`$ECHO "$objs$old_deplibs" | $SP2NL | $SED "$lo2o" | $NL2SP`
-	  for progfile in $progfiles; do
-	    func_to_tool_file "$progfile" func_convert_file_msys_to_w32
-	    func_verbose "extracting global C symbols from '$func_to_tool_file_result'"
-	    $opt_dry_run || eval "$NM $func_to_tool_file_result | $global_symbol_pipe >> '$nlist'"
-	  done
-
-	  if test -n "$exclude_expsyms"; then
-	    $opt_dry_run || {
-	      eval '$EGREP -v " ($exclude_expsyms)$" "$nlist" > "$nlist"T'
-	      eval '$MV "$nlist"T "$nlist"'
-	    }
-	  fi
-
-	  if test -n "$export_symbols_regex"; then
-	    $opt_dry_run || {
-	      eval '$EGREP -e "$export_symbols_regex" "$nlist" > "$nlist"T'
-	      eval '$MV "$nlist"T "$nlist"'
-	    }
-	  fi
-
-	  # Prepare the list of exported symbols
-	  if test -z "$export_symbols"; then
-	    export_symbols=$output_objdir/$outputname.exp
-	    $opt_dry_run || {
-	      $RM $export_symbols
-	      eval "$SED -n -e '/^: @PROGRAM@ $/d' -e 's/^.* \(.*\)$/\1/p' "'< "$nlist" > "$export_symbols"'
-	      case $host in
-	      *cygwin* | *mingw* | *cegcc* )
-                eval "echo EXPORTS "'> "$output_objdir/$outputname.def"'
-                eval 'cat "$export_symbols" >> "$output_objdir/$outputname.def"'
-	        ;;
-	      esac
-	    }
-	  else
-	    $opt_dry_run || {
-	      eval "$SED -e 's/\([].[*^$]\)/\\\\\1/g' -e 's/^/ /' -e 's/$/$/'"' < "$export_symbols" > "$output_objdir/$outputname.exp"'
-	      eval '$GREP -f "$output_objdir/$outputname.exp" < "$nlist" > "$nlist"T'
-	      eval '$MV "$nlist"T "$nlist"'
-	      case $host in
-	        *cygwin* | *mingw* | *cegcc* )
-	          eval "echo EXPORTS "'> "$output_objdir/$outputname.def"'
-	          eval 'cat "$nlist" >> "$output_objdir/$outputname.def"'
-	          ;;
-	      esac
-	    }
-	  fi
-	fi
-
-	for dlprefile in $dlprefiles; do
-	  func_verbose "extracting global C symbols from '$dlprefile'"
-	  func_basename "$dlprefile"
-	  name=$func_basename_result
-          case $host in
-	    *cygwin* | *mingw* | *cegcc* )
-	      # if an import library, we need to obtain dlname
-	      if func_win32_import_lib_p "$dlprefile"; then
-	        func_tr_sh "$dlprefile"
-	        eval "curr_lafile=\$libfile_$func_tr_sh_result"
-	        dlprefile_dlbasename=
-	        if test -n "$curr_lafile" && func_lalib_p "$curr_lafile"; then
-	          # Use subshell, to avoid clobbering current variable values
-	          dlprefile_dlname=`source "$curr_lafile" && echo "$dlname"`
-	          if test -n "$dlprefile_dlname"; then
-	            func_basename "$dlprefile_dlname"
-	            dlprefile_dlbasename=$func_basename_result
-	          else
-	            # no lafile. user explicitly requested -dlpreopen <import library>.
-	            $sharedlib_from_linklib_cmd "$dlprefile"
-	            dlprefile_dlbasename=$sharedlib_from_linklib_result
-	          fi
-	        fi
-	        $opt_dry_run || {
-	          if test -n "$dlprefile_dlbasename"; then
-	            eval '$ECHO ": $dlprefile_dlbasename" >> "$nlist"'
-	          else
-	            func_warning "Could not compute DLL name from $name"
-	            eval '$ECHO ": $name " >> "$nlist"'
-	          fi
-	          func_to_tool_file "$dlprefile" func_convert_file_msys_to_w32
-	          eval "$NM \"$func_to_tool_file_result\" 2>/dev/null | $global_symbol_pipe |
-	            $SED -e '/I __imp/d' -e 's/I __nm_/D /;s/_nm__//' >> '$nlist'"
-	        }
-	      else # not an import lib
-	        $opt_dry_run || {
-	          eval '$ECHO ": $name " >> "$nlist"'
-	          func_to_tool_file "$dlprefile" func_convert_file_msys_to_w32
-	          eval "$NM \"$func_to_tool_file_result\" 2>/dev/null | $global_symbol_pipe >> '$nlist'"
-	        }
-	      fi
-	    ;;
-	    *)
-	      $opt_dry_run || {
-	        eval '$ECHO ": $name " >> "$nlist"'
-	        func_to_tool_file "$dlprefile" func_convert_file_msys_to_w32
-	        eval "$NM \"$func_to_tool_file_result\" 2>/dev/null | $global_symbol_pipe >> '$nlist'"
-	      }
-	    ;;
-          esac
-	done
-
-	$opt_dry_run || {
-	  # Make sure we have at least an empty file.
-	  test -f "$nlist" || : > "$nlist"
-
-	  if test -n "$exclude_expsyms"; then
-	    $EGREP -v " ($exclude_expsyms)$" "$nlist" > "$nlist"T
-	    $MV "$nlist"T "$nlist"
-	  fi
-
-	  # Try sorting and uniquifying the output.
-	  if $GREP -v "^: " < "$nlist" |
-	      if sort -k 3 </dev/null >/dev/null 2>&1; then
-		sort -k 3
-	      else
-		sort +2
-	      fi |
-	      uniq > "$nlist"S; then
-	    :
-	  else
-	    $GREP -v "^: " < "$nlist" > "$nlist"S
-	  fi
-
-	  if test -f "$nlist"S; then
-	    eval "$global_symbol_to_cdecl"' < "$nlist"S >> "$output_objdir/$my_dlsyms"'
-	  else
-	    echo '/* NONE */' >> "$output_objdir/$my_dlsyms"
-	  fi
-
-	  func_show_eval '$RM "${nlist}I"'
-	  if test -n "$global_symbol_to_import"; then
-	    eval "$global_symbol_to_import"' < "$nlist"S > "$nlist"I'
-	  fi
-
-	  echo >> "$output_objdir/$my_dlsyms" "\
-
-/* The mapping between symbol names and symbols.  */
-typedef struct {
-  const char *name;
-  void *address;
-} lt_dlsymlist;
-extern LT_DLSYM_CONST lt_dlsymlist
-lt_${my_prefix}_LTX_preloaded_symbols[];\
-"
-
-	  if test -s "$nlist"I; then
-	    echo >> "$output_objdir/$my_dlsyms" "\
-static void lt_syminit(void)
-{
-  LT_DLSYM_CONST lt_dlsymlist *symbol = lt_${my_prefix}_LTX_preloaded_symbols;
-  for (; symbol->name; ++symbol)
-    {"
-	    $SED 's/.*/      if (STREQ (symbol->name, \"&\")) symbol->address = (void *) \&&;/' < "$nlist"I >> "$output_objdir/$my_dlsyms"
-	    echo >> "$output_objdir/$my_dlsyms" "\
-    }
-}"
-	  fi
-	  echo >> "$output_objdir/$my_dlsyms" "\
-LT_DLSYM_CONST lt_dlsymlist
-lt_${my_prefix}_LTX_preloaded_symbols[] =
-{ {\"$my_originator\", (void *) 0},"
-
-	  if test -s "$nlist"I; then
-	    echo >> "$output_objdir/$my_dlsyms" "\
-  {\"@INIT@\", (void *) &lt_syminit},"
-	  fi
-
-	  case $need_lib_prefix in
-	  no)
-	    eval "$global_symbol_to_c_name_address" < "$nlist" >> "$output_objdir/$my_dlsyms"
-	    ;;
-	  *)
-	    eval "$global_symbol_to_c_name_address_lib_prefix" < "$nlist" >> "$output_objdir/$my_dlsyms"
-	    ;;
-	  esac
-	  echo >> "$output_objdir/$my_dlsyms" "\
-  {0, (void *) 0}
-};
-
-/* This works around a problem in FreeBSD linker */
-#ifdef FREEBSD_WORKAROUND
-static const void *lt_preloaded_setup() {
-  return lt_${my_prefix}_LTX_preloaded_symbols;
-}
-#endif
-
-#ifdef __cplusplus
-}
-#endif\
-"
-	} # !$opt_dry_run
-
-	pic_flag_for_symtable=
-	case "$compile_command " in
-	*" -static "*) ;;
-	*)
-	  case $host in
-	  # compiling the symbol table file with pic_flag works around
-	  # a FreeBSD bug that causes programs to crash when -lm is
-	  # linked before any other PIC object.  But we must not use
-	  # pic_flag when linking with -static.  The problem exists in
-	  # FreeBSD 2.2.6 and is fixed in FreeBSD 3.1.
-	  *-*-freebsd2.*|*-*-freebsd3.0*|*-*-freebsdelf3.0*)
-	    pic_flag_for_symtable=" $pic_flag -DFREEBSD_WORKAROUND" ;;
-	  *-*-hpux*)
-	    pic_flag_for_symtable=" $pic_flag"  ;;
-	  *)
-	    $my_pic_p && pic_flag_for_symtable=" $pic_flag"
-	    ;;
-	  esac
-	  ;;
-	esac
-	symtab_cflags=
-	for arg in $LTCFLAGS; do
-	  case $arg in
-	  -pie | -fpie | -fPIE) ;;
-	  *) func_append symtab_cflags " $arg" ;;
-	  esac
-	done
-
-	# Now compile the dynamic symbol file.
-	func_show_eval '(cd $output_objdir && $LTCC$symtab_cflags -c$no_builtin_flag$pic_flag_for_symtable "$my_dlsyms")' 'exit $?'
-
-	# Clean up the generated files.
-	func_show_eval '$RM "$output_objdir/$my_dlsyms" "$nlist" "${nlist}S" "${nlist}T" "${nlist}I"'
-
-	# Transform the symbol file into the correct name.
-	symfileobj=$output_objdir/${my_outputname}S.$objext
-	case $host in
-	*cygwin* | *mingw* | *cegcc* )
-	  if test -f "$output_objdir/$my_outputname.def"; then
-	    compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"`
-	    finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"`
-	  else
-	    compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$symfileobj%"`
-	    finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$symfileobj%"`
-	  fi
-	  ;;
-	*)
-	  compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$symfileobj%"`
-	  finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$symfileobj%"`
-	  ;;
-	esac
-	;;
-      *)
-	func_fatal_error "unknown suffix for '$my_dlsyms'"
-	;;
-      esac
-    else
-      # We keep going just in case the user didn't refer to
-      # lt_preloaded_symbols.  The linker will fail if global_symbol_pipe
-      # really was required.
-
-      # Nullify the symbol file.
-      compile_command=`$ECHO "$compile_command" | $SED "s% @SYMFILE@%%"`
-      finalize_command=`$ECHO "$finalize_command" | $SED "s% @SYMFILE@%%"`
-    fi
-}
-
-# func_cygming_gnu_implib_p ARG
-# This predicate returns with zero status (TRUE) if
-# ARG is a GNU/binutils-style import library. Returns
-# with nonzero status (FALSE) otherwise.
-func_cygming_gnu_implib_p ()
-{
-  $debug_cmd
-
-  func_to_tool_file "$1" func_convert_file_msys_to_w32
-  func_cygming_gnu_implib_tmp=`$NM "$func_to_tool_file_result" | eval "$global_symbol_pipe" | $EGREP ' (_head_[A-Za-z0-9_]+_[ad]l*|[A-Za-z0-9_]+_[ad]l*_iname)$'`
-  test -n "$func_cygming_gnu_implib_tmp"
-}
-
-# func_cygming_ms_implib_p ARG
-# This predicate returns with zero status (TRUE) if
-# ARG is an MS-style import library. Returns
-# with nonzero status (FALSE) otherwise.
-func_cygming_ms_implib_p ()
-{
-  $debug_cmd
-
-  func_to_tool_file "$1" func_convert_file_msys_to_w32
-  func_cygming_ms_implib_tmp=`$NM "$func_to_tool_file_result" | eval "$global_symbol_pipe" | $GREP '_NULL_IMPORT_DESCRIPTOR'`
-  test -n "$func_cygming_ms_implib_tmp"
-}
-
-# func_win32_libid arg
-# return the library type of file 'arg'
-#
-# Need a lot of goo to handle *both* DLLs and import libs
-# Has to be a shell function in order to 'eat' the argument
-# that is supplied when $file_magic_command is called.
-# Despite the name, also deal with 64 bit binaries.
-func_win32_libid ()
-{
-  $debug_cmd
-
-  win32_libid_type=unknown
-  win32_fileres=`file -L $1 2>/dev/null`
-  case $win32_fileres in
-  *ar\ archive\ import\ library*) # definitely import
-    win32_libid_type="x86 archive import"
-    ;;
-  *ar\ archive*) # could be an import, or static
-    # Keep the egrep pattern in sync with the one in _LT_CHECK_MAGIC_METHOD.
-    if eval $OBJDUMP -f $1 | $SED -e '10q' 2>/dev/null |
-       $EGREP 'file format (pei*-i386(.*architecture: i386)?|pe-arm-wince|pe-x86-64)' >/dev/null; then
-      case $nm_interface in
-      "MS dumpbin")
-	if func_cygming_ms_implib_p "$1" ||
-	   func_cygming_gnu_implib_p "$1"
-	then
-	  win32_nmres=import
-	else
-	  win32_nmres=
-	fi
-	;;
-      *)
-	func_to_tool_file "$1" func_convert_file_msys_to_w32
-	win32_nmres=`eval $NM -f posix -A \"$func_to_tool_file_result\" |
-	  $SED -n -e '
-	    1,100{
-		/ I /{
-		    s|.*|import|
-		    p
-		    q
-		}
-	    }'`
-	;;
-      esac
-      case $win32_nmres in
-      import*)  win32_libid_type="x86 archive import";;
-      *)        win32_libid_type="x86 archive static";;
-      esac
-    fi
-    ;;
-  *DLL*)
-    win32_libid_type="x86 DLL"
-    ;;
-  *executable*) # but shell scripts are "executable" too...
-    case $win32_fileres in
-    *MS\ Windows\ PE\ Intel*)
-      win32_libid_type="x86 DLL"
-      ;;
-    esac
-    ;;
-  esac
-  $ECHO "$win32_libid_type"
-}
-
-# func_cygming_dll_for_implib ARG
-#
-# Platform-specific function to extract the
-# name of the DLL associated with the specified
-# import library ARG.
-# Invoked by eval'ing the libtool variable
-#    $sharedlib_from_linklib_cmd
-# Result is available in the variable
-#    $sharedlib_from_linklib_result
-func_cygming_dll_for_implib ()
-{
-  $debug_cmd
-
-  sharedlib_from_linklib_result=`$DLLTOOL --identify-strict --identify "$1"`
-}
-
-# func_cygming_dll_for_implib_fallback_core SECTION_NAME LIBNAMEs
-#
-# The is the core of a fallback implementation of a
-# platform-specific function to extract the name of the
-# DLL associated with the specified import library LIBNAME.
-#
-# SECTION_NAME is either .idata$6 or .idata$7, depending
-# on the platform and compiler that created the implib.
-#
-# Echos the name of the DLL associated with the
-# specified import library.
-func_cygming_dll_for_implib_fallback_core ()
-{
-  $debug_cmd
-
-  match_literal=`$ECHO "$1" | $SED "$sed_make_literal_regex"`
-  $OBJDUMP -s --section "$1" "$2" 2>/dev/null |
-    $SED '/^Contents of section '"$match_literal"':/{
-      # Place marker at beginning of archive member dllname section
-      s/.*/====MARK====/
-      p
-      d
-    }
-    # These lines can sometimes be longer than 43 characters, but
-    # are always uninteresting
-    /:[	 ]*file format pe[i]\{,1\}-/d
-    /^In archive [^:]*:/d
-    # Ensure marker is printed
-    /^====MARK====/p
-    # Remove all lines with less than 43 characters
-    /^.\{43\}/!d
-    # From remaining lines, remove first 43 characters
-    s/^.\{43\}//' |
-    $SED -n '
-      # Join marker and all lines until next marker into a single line
-      /^====MARK====/ b para
-      H
-      $ b para
-      b
-      :para
-      x
-      s/\n//g
-      # Remove the marker
-      s/^====MARK====//
-      # Remove trailing dots and whitespace
-      s/[\. \t]*$//
-      # Print
-      /./p' |
-    # we now have a list, one entry per line, of the stringified
-    # contents of the appropriate section of all members of the
-    # archive that possess that section. Heuristic: eliminate
-    # all those that have a first or second character that is
-    # a '.' (that is, objdump's representation of an unprintable
-    # character.) This should work for all archives with less than
-    # 0x302f exports -- but will fail for DLLs whose name actually
-    # begins with a literal '.' or a single character followed by
-    # a '.'.
-    #
-    # Of those that remain, print the first one.
-    $SED -e '/^\./d;/^.\./d;q'
-}
-
-# func_cygming_dll_for_implib_fallback ARG
-# Platform-specific function to extract the
-# name of the DLL associated with the specified
-# import library ARG.
-#
-# This fallback implementation is for use when $DLLTOOL
-# does not support the --identify-strict option.
-# Invoked by eval'ing the libtool variable
-#    $sharedlib_from_linklib_cmd
-# Result is available in the variable
-#    $sharedlib_from_linklib_result
-func_cygming_dll_for_implib_fallback ()
-{
-  $debug_cmd
-
-  if func_cygming_gnu_implib_p "$1"; then
-    # binutils import library
-    sharedlib_from_linklib_result=`func_cygming_dll_for_implib_fallback_core '.idata$7' "$1"`
-  elif func_cygming_ms_implib_p "$1"; then
-    # ms-generated import library
-    sharedlib_from_linklib_result=`func_cygming_dll_for_implib_fallback_core '.idata$6' "$1"`
-  else
-    # unknown
-    sharedlib_from_linklib_result=
-  fi
-}
-
-
-# func_extract_an_archive dir oldlib
-func_extract_an_archive ()
-{
-    $debug_cmd
-
-    f_ex_an_ar_dir=$1; shift
-    f_ex_an_ar_oldlib=$1
-    if test yes = "$lock_old_archive_extraction"; then
-      lockfile=$f_ex_an_ar_oldlib.lock
-      until $opt_dry_run || ln "$progpath" "$lockfile" 2>/dev/null; do
-	func_echo "Waiting for $lockfile to be removed"
-	sleep 2
-      done
-    fi
-    func_show_eval "(cd \$f_ex_an_ar_dir && $AR x \"\$f_ex_an_ar_oldlib\")" \
-		   'stat=$?; rm -f "$lockfile"; exit $stat'
-    if test yes = "$lock_old_archive_extraction"; then
-      $opt_dry_run || rm -f "$lockfile"
-    fi
-    if ($AR t "$f_ex_an_ar_oldlib" | sort | sort -uc >/dev/null 2>&1); then
-     :
-    else
-      func_fatal_error "object name conflicts in archive: $f_ex_an_ar_dir/$f_ex_an_ar_oldlib"
-    fi
-}
-
-
-# func_extract_archives gentop oldlib ...
-func_extract_archives ()
-{
-    $debug_cmd
-
-    my_gentop=$1; shift
-    my_oldlibs=${1+"$@"}
-    my_oldobjs=
-    my_xlib=
-    my_xabs=
-    my_xdir=
-
-    for my_xlib in $my_oldlibs; do
-      # Extract the objects.
-      case $my_xlib in
-	[\\/]* | [A-Za-z]:[\\/]*) my_xabs=$my_xlib ;;
-	*) my_xabs=`pwd`"/$my_xlib" ;;
-      esac
-      func_basename "$my_xlib"
-      my_xlib=$func_basename_result
-      my_xlib_u=$my_xlib
-      while :; do
-        case " $extracted_archives " in
-	*" $my_xlib_u "*)
-	  func_arith $extracted_serial + 1
-	  extracted_serial=$func_arith_result
-	  my_xlib_u=lt$extracted_serial-$my_xlib ;;
-	*) break ;;
-	esac
-      done
-      extracted_archives="$extracted_archives $my_xlib_u"
-      my_xdir=$my_gentop/$my_xlib_u
-
-      func_mkdir_p "$my_xdir"
-
-      case $host in
-      *-darwin*)
-	func_verbose "Extracting $my_xabs"
-	# Do not bother doing anything if just a dry run
-	$opt_dry_run || {
-	  darwin_orig_dir=`pwd`
-	  cd $my_xdir || exit $?
-	  darwin_archive=$my_xabs
-	  darwin_curdir=`pwd`
-	  func_basename "$darwin_archive"
-	  darwin_base_archive=$func_basename_result
-	  darwin_arches=`$LIPO -info "$darwin_archive" 2>/dev/null | $GREP Architectures 2>/dev/null || true`
-	  if test -n "$darwin_arches"; then
-	    darwin_arches=`$ECHO "$darwin_arches" | $SED -e 's/.*are://'`
-	    darwin_arch=
-	    func_verbose "$darwin_base_archive has multiple architectures $darwin_arches"
-	    for darwin_arch in  $darwin_arches; do
-	      func_mkdir_p "unfat-$$/$darwin_base_archive-$darwin_arch"
-	      $LIPO -thin $darwin_arch -output "unfat-$$/$darwin_base_archive-$darwin_arch/$darwin_base_archive" "$darwin_archive"
-	      cd "unfat-$$/$darwin_base_archive-$darwin_arch"
-	      func_extract_an_archive "`pwd`" "$darwin_base_archive"
-	      cd "$darwin_curdir"
-	      $RM "unfat-$$/$darwin_base_archive-$darwin_arch/$darwin_base_archive"
-	    done # $darwin_arches
-            ## Okay now we've a bunch of thin objects, gotta fatten them up :)
-	    darwin_filelist=`find unfat-$$ -type f -name \*.o -print -o -name \*.lo -print | $SED -e "$sed_basename" | sort -u`
-	    darwin_file=
-	    darwin_files=
-	    for darwin_file in $darwin_filelist; do
-	      darwin_files=`find unfat-$$ -name $darwin_file -print | sort | $NL2SP`
-	      $LIPO -create -output "$darwin_file" $darwin_files
-	    done # $darwin_filelist
-	    $RM -rf unfat-$$
-	    cd "$darwin_orig_dir"
-	  else
-	    cd $darwin_orig_dir
-	    func_extract_an_archive "$my_xdir" "$my_xabs"
-	  fi # $darwin_arches
-	} # !$opt_dry_run
-	;;
-      *)
-        func_extract_an_archive "$my_xdir" "$my_xabs"
-	;;
-      esac
-      my_oldobjs="$my_oldobjs "`find $my_xdir -name \*.$objext -print -o -name \*.lo -print | sort | $NL2SP`
-    done
-
-    func_extract_archives_result=$my_oldobjs
-}
-
-
-# func_emit_wrapper [arg=no]
-#
-# Emit a libtool wrapper script on stdout.
-# Don't directly open a file because we may want to
-# incorporate the script contents within a cygwin/mingw
-# wrapper executable.  Must ONLY be called from within
-# func_mode_link because it depends on a number of variables
-# set therein.
-#
-# ARG is the value that the WRAPPER_SCRIPT_BELONGS_IN_OBJDIR
-# variable will take.  If 'yes', then the emitted script
-# will assume that the directory where it is stored is
-# the $objdir directory.  This is a cygwin/mingw-specific
-# behavior.
-func_emit_wrapper ()
-{
-	func_emit_wrapper_arg1=${1-no}
-
-	$ECHO "\
-#! $SHELL
-
-# $output - temporary wrapper script for $objdir/$outputname
-# Generated by $PROGRAM (GNU $PACKAGE) $VERSION
-#
-# The $output program cannot be directly executed until all the libtool
-# libraries that it depends on are installed.
-#
-# This wrapper script should never be moved out of the build directory.
-# If it is, it will not operate correctly.
-
-# Sed substitution that helps us do robust quoting.  It backslashifies
-# metacharacters that are still active within double-quoted strings.
-sed_quote_subst='$sed_quote_subst'
-
-# Be Bourne compatible
-if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then
-  emulate sh
-  NULLCMD=:
-  # Zsh 3.x and 4.x performs word splitting on \${1+\"\$@\"}, which
-  # is contrary to our usage.  Disable this feature.
-  alias -g '\${1+\"\$@\"}'='\"\$@\"'
-  setopt NO_GLOB_SUBST
-else
-  case \`(set -o) 2>/dev/null\` in *posix*) set -o posix;; esac
-fi
-BIN_SH=xpg4; export BIN_SH # for Tru64
-DUALCASE=1; export DUALCASE # for MKS sh
-
-# The HP-UX ksh and POSIX shell print the target directory to stdout
-# if CDPATH is set.
-(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
-
-relink_command=\"$relink_command\"
-
-# This environment variable determines our operation mode.
-if test \"\$libtool_install_magic\" = \"$magic\"; then
-  # install mode needs the following variables:
-  generated_by_libtool_version='$macro_version'
-  notinst_deplibs='$notinst_deplibs'
-else
-  # When we are sourced in execute mode, \$file and \$ECHO are already set.
-  if test \"\$libtool_execute_magic\" != \"$magic\"; then
-    file=\"\$0\""
-
-    qECHO=`$ECHO "$ECHO" | $SED "$sed_quote_subst"`
-    $ECHO "\
-
-# A function that is used when there is no print builtin or printf.
-func_fallback_echo ()
-{
-  eval 'cat <<_LTECHO_EOF
-\$1
-_LTECHO_EOF'
-}
-    ECHO=\"$qECHO\"
-  fi
-
-# Very basic option parsing. These options are (a) specific to
-# the libtool wrapper, (b) are identical between the wrapper
-# /script/ and the wrapper /executable/ that is used only on
-# windows platforms, and (c) all begin with the string "--lt-"
-# (application programs are unlikely to have options that match
-# this pattern).
-#
-# There are only two supported options: --lt-debug and
-# --lt-dump-script. There is, deliberately, no --lt-help.
-#
-# The first argument to this parsing function should be the
-# script's $0 value, followed by "$@".
-lt_option_debug=
-func_parse_lt_options ()
-{
-  lt_script_arg0=\$0
-  shift
-  for lt_opt
-  do
-    case \"\$lt_opt\" in
-    --lt-debug) lt_option_debug=1 ;;
-    --lt-dump-script)
-        lt_dump_D=\`\$ECHO \"X\$lt_script_arg0\" | $SED -e 's/^X//' -e 's%/[^/]*$%%'\`
-        test \"X\$lt_dump_D\" = \"X\$lt_script_arg0\" && lt_dump_D=.
-        lt_dump_F=\`\$ECHO \"X\$lt_script_arg0\" | $SED -e 's/^X//' -e 's%^.*/%%'\`
-        cat \"\$lt_dump_D/\$lt_dump_F\"
-        exit 0
-      ;;
-    --lt-*)
-        \$ECHO \"Unrecognized --lt- option: '\$lt_opt'\" 1>&2
-        exit 1
-      ;;
-    esac
-  done
-
-  # Print the debug banner immediately:
-  if test -n \"\$lt_option_debug\"; then
-    echo \"$outputname:$output:\$LINENO: libtool wrapper (GNU $PACKAGE) $VERSION\" 1>&2
-  fi
-}
-
-# Used when --lt-debug. Prints its arguments to stdout
-# (redirection is the responsibility of the caller)
-func_lt_dump_args ()
-{
-  lt_dump_args_N=1;
-  for lt_arg
-  do
-    \$ECHO \"$outputname:$output:\$LINENO: newargv[\$lt_dump_args_N]: \$lt_arg\"
-    lt_dump_args_N=\`expr \$lt_dump_args_N + 1\`
-  done
-}
-
-# Core function for launching the target application
-func_exec_program_core ()
-{
-"
-  case $host in
-  # Backslashes separate directories on plain windows
-  *-*-mingw | *-*-os2* | *-cegcc*)
-    $ECHO "\
-      if test -n \"\$lt_option_debug\"; then
-        \$ECHO \"$outputname:$output:\$LINENO: newargv[0]: \$progdir\\\\\$program\" 1>&2
-        func_lt_dump_args \${1+\"\$@\"} 1>&2
-      fi
-      exec \"\$progdir\\\\\$program\" \${1+\"\$@\"}
-"
-    ;;
-
-  *)
-    $ECHO "\
-      if test -n \"\$lt_option_debug\"; then
-        \$ECHO \"$outputname:$output:\$LINENO: newargv[0]: \$progdir/\$program\" 1>&2
-        func_lt_dump_args \${1+\"\$@\"} 1>&2
-      fi
-      exec \"\$progdir/\$program\" \${1+\"\$@\"}
-"
-    ;;
-  esac
-  $ECHO "\
-      \$ECHO \"\$0: cannot exec \$program \$*\" 1>&2
-      exit 1
-}
-
-# A function to encapsulate launching the target application
-# Strips options in the --lt-* namespace from \$@ and
-# launches target application with the remaining arguments.
-func_exec_program ()
-{
-  case \" \$* \" in
-  *\\ --lt-*)
-    for lt_wr_arg
-    do
-      case \$lt_wr_arg in
-      --lt-*) ;;
-      *) set x \"\$@\" \"\$lt_wr_arg\"; shift;;
-      esac
-      shift
-    done ;;
-  esac
-  func_exec_program_core \${1+\"\$@\"}
-}
-
-  # Parse options
-  func_parse_lt_options \"\$0\" \${1+\"\$@\"}
-
-  # Find the directory that this script lives in.
-  thisdir=\`\$ECHO \"\$file\" | $SED 's%/[^/]*$%%'\`
-  test \"x\$thisdir\" = \"x\$file\" && thisdir=.
-
-  # Follow symbolic links until we get to the real thisdir.
-  file=\`ls -ld \"\$file\" | $SED -n 's/.*-> //p'\`
-  while test -n \"\$file\"; do
-    destdir=\`\$ECHO \"\$file\" | $SED 's%/[^/]*\$%%'\`
-
-    # If there was a directory component, then change thisdir.
-    if test \"x\$destdir\" != \"x\$file\"; then
-      case \"\$destdir\" in
-      [\\\\/]* | [A-Za-z]:[\\\\/]*) thisdir=\"\$destdir\" ;;
-      *) thisdir=\"\$thisdir/\$destdir\" ;;
-      esac
-    fi
-
-    file=\`\$ECHO \"\$file\" | $SED 's%^.*/%%'\`
-    file=\`ls -ld \"\$thisdir/\$file\" | $SED -n 's/.*-> //p'\`
-  done
-
-  # Usually 'no', except on cygwin/mingw when embedded into
-  # the cwrapper.
-  WRAPPER_SCRIPT_BELONGS_IN_OBJDIR=$func_emit_wrapper_arg1
-  if test \"\$WRAPPER_SCRIPT_BELONGS_IN_OBJDIR\" = \"yes\"; then
-    # special case for '.'
-    if test \"\$thisdir\" = \".\"; then
-      thisdir=\`pwd\`
-    fi
-    # remove .libs from thisdir
-    case \"\$thisdir\" in
-    *[\\\\/]$objdir ) thisdir=\`\$ECHO \"\$thisdir\" | $SED 's%[\\\\/][^\\\\/]*$%%'\` ;;
-    $objdir )   thisdir=. ;;
-    esac
-  fi
-
-  # Try to get the absolute directory name.
-  absdir=\`cd \"\$thisdir\" && pwd\`
-  test -n \"\$absdir\" && thisdir=\"\$absdir\"
-"
-
-	if test yes = "$fast_install"; then
-	  $ECHO "\
-  program=lt-'$outputname'$exeext
-  progdir=\"\$thisdir/$objdir\"
-
-  if test ! -f \"\$progdir/\$program\" ||
-     { file=\`ls -1dt \"\$progdir/\$program\" \"\$progdir/../\$program\" 2>/dev/null | $SED 1q\`; \\
-       test \"X\$file\" != \"X\$progdir/\$program\"; }; then
-
-    file=\"\$\$-\$program\"
-
-    if test ! -d \"\$progdir\"; then
-      $MKDIR \"\$progdir\"
-    else
-      $RM \"\$progdir/\$file\"
-    fi"
-
-	  $ECHO "\
-
-    # relink executable if necessary
-    if test -n \"\$relink_command\"; then
-      if relink_command_output=\`eval \$relink_command 2>&1\`; then :
-      else
-	\$ECHO \"\$relink_command_output\" >&2
-	$RM \"\$progdir/\$file\"
-	exit 1
-      fi
-    fi
-
-    $MV \"\$progdir/\$file\" \"\$progdir/\$program\" 2>/dev/null ||
-    { $RM \"\$progdir/\$program\";
-      $MV \"\$progdir/\$file\" \"\$progdir/\$program\"; }
-    $RM \"\$progdir/\$file\"
-  fi"
-	else
-	  $ECHO "\
-  program='$outputname'
-  progdir=\"\$thisdir/$objdir\"
-"
-	fi
-
-	$ECHO "\
-
-  if test -f \"\$progdir/\$program\"; then"
-
-	# fixup the dll searchpath if we need to.
-	#
-	# Fix the DLL searchpath if we need to.  Do this before prepending
-	# to shlibpath, because on Windows, both are PATH and uninstalled
-	# libraries must come first.
-	if test -n "$dllsearchpath"; then
-	  $ECHO "\
-    # Add the dll search path components to the executable PATH
-    PATH=$dllsearchpath:\$PATH
-"
-	fi
-
-	# Export our shlibpath_var if we have one.
-	if test yes = "$shlibpath_overrides_runpath" && test -n "$shlibpath_var" && test -n "$temp_rpath"; then
-	  $ECHO "\
-    # Add our own library path to $shlibpath_var
-    $shlibpath_var=\"$temp_rpath\$$shlibpath_var\"
-
-    # Some systems cannot cope with colon-terminated $shlibpath_var
-    # The second colon is a workaround for a bug in BeOS R4 sed
-    $shlibpath_var=\`\$ECHO \"\$$shlibpath_var\" | $SED 's/::*\$//'\`
-
-    export $shlibpath_var
-"
-	fi
-
-	$ECHO "\
-    if test \"\$libtool_execute_magic\" != \"$magic\"; then
-      # Run the actual program with our arguments.
-      func_exec_program \${1+\"\$@\"}
-    fi
-  else
-    # The program doesn't exist.
-    \$ECHO \"\$0: error: '\$progdir/\$program' does not exist\" 1>&2
-    \$ECHO \"This script is just a wrapper for \$program.\" 1>&2
-    \$ECHO \"See the $PACKAGE documentation for more information.\" 1>&2
-    exit 1
-  fi
-fi\
-"
-}
-
-
-# func_emit_cwrapperexe_src
-# emit the source code for a wrapper executable on stdout
-# Must ONLY be called from within func_mode_link because
-# it depends on a number of variable set therein.
-func_emit_cwrapperexe_src ()
-{
-	cat <<EOF
-
-/* $cwrappersource - temporary wrapper executable for $objdir/$outputname
-   Generated by $PROGRAM (GNU $PACKAGE) $VERSION
-
-   The $output program cannot be directly executed until all the libtool
-   libraries that it depends on are installed.
-
-   This wrapper executable should never be moved out of the build directory.
-   If it is, it will not operate correctly.
-*/
-EOF
-	    cat <<"EOF"
-#ifdef _MSC_VER
-# define _CRT_SECURE_NO_DEPRECATE 1
-#endif
-#include <stdio.h>
-#include <stdlib.h>
-#ifdef _MSC_VER
-# include <direct.h>
-# include <process.h>
-# include <io.h>
-#else
-# include <unistd.h>
-# include <stdint.h>
-# ifdef __CYGWIN__
-#  include <io.h>
-# endif
-#endif
-#include <malloc.h>
-#include <stdarg.h>
-#include <assert.h>
-#include <string.h>
-#include <ctype.h>
-#include <errno.h>
-#include <fcntl.h>
-#include <sys/stat.h>
-
-#define STREQ(s1, s2) (strcmp ((s1), (s2)) == 0)
-
-/* declarations of non-ANSI functions */
-#if defined __MINGW32__
-# ifdef __STRICT_ANSI__
-int _putenv (const char *);
-# endif
-#elif defined __CYGWIN__
-# ifdef __STRICT_ANSI__
-char *realpath (const char *, char *);
-int putenv (char *);
-int setenv (const char *, const char *, int);
-# endif
-/* #elif defined other_platform || defined ... */
-#endif
-
-/* portability defines, excluding path handling macros */
-#if defined _MSC_VER
-# define setmode _setmode
-# define stat    _stat
-# define chmod   _chmod
-# define getcwd  _getcwd
-# define putenv  _putenv
-# define S_IXUSR _S_IEXEC
-#elif defined __MINGW32__
-# define setmode _setmode
-# define stat    _stat
-# define chmod   _chmod
-# define getcwd  _getcwd
-# define putenv  _putenv
-#elif defined __CYGWIN__
-# define HAVE_SETENV
-# define FOPEN_WB "wb"
-/* #elif defined other platforms ... */
-#endif
-
-#if defined PATH_MAX
-# define LT_PATHMAX PATH_MAX
-#elif defined MAXPATHLEN
-# define LT_PATHMAX MAXPATHLEN
-#else
-# define LT_PATHMAX 1024
-#endif
-
-#ifndef S_IXOTH
-# define S_IXOTH 0
-#endif
-#ifndef S_IXGRP
-# define S_IXGRP 0
-#endif
-
-/* path handling portability macros */
-#ifndef DIR_SEPARATOR
-# define DIR_SEPARATOR '/'
-# define PATH_SEPARATOR ':'
-#endif
-
-#if defined _WIN32 || defined __MSDOS__ || defined __DJGPP__ || \
-  defined __OS2__
-# define HAVE_DOS_BASED_FILE_SYSTEM
-# define FOPEN_WB "wb"
-# ifndef DIR_SEPARATOR_2
-#  define DIR_SEPARATOR_2 '\\'
-# endif
-# ifndef PATH_SEPARATOR_2
-#  define PATH_SEPARATOR_2 ';'
-# endif
-#endif
-
-#ifndef DIR_SEPARATOR_2
-# define IS_DIR_SEPARATOR(ch) ((ch) == DIR_SEPARATOR)
-#else /* DIR_SEPARATOR_2 */
-# define IS_DIR_SEPARATOR(ch) \
-	(((ch) == DIR_SEPARATOR) || ((ch) == DIR_SEPARATOR_2))
-#endif /* DIR_SEPARATOR_2 */
-
-#ifndef PATH_SEPARATOR_2
-# define IS_PATH_SEPARATOR(ch) ((ch) == PATH_SEPARATOR)
-#else /* PATH_SEPARATOR_2 */
-# define IS_PATH_SEPARATOR(ch) ((ch) == PATH_SEPARATOR_2)
-#endif /* PATH_SEPARATOR_2 */
-
-#ifndef FOPEN_WB
-# define FOPEN_WB "w"
-#endif
-#ifndef _O_BINARY
-# define _O_BINARY 0
-#endif
-
-#define XMALLOC(type, num)      ((type *) xmalloc ((num) * sizeof(type)))
-#define XFREE(stale) do { \
-  if (stale) { free (stale); stale = 0; } \
-} while (0)
-
-#if defined LT_DEBUGWRAPPER
-static int lt_debug = 1;
-#else
-static int lt_debug = 0;
-#endif
-
-const char *program_name = "libtool-wrapper"; /* in case xstrdup fails */
-
-void *xmalloc (size_t num);
-char *xstrdup (const char *string);
-const char *base_name (const char *name);
-char *find_executable (const char *wrapper);
-char *chase_symlinks (const char *pathspec);
-int make_executable (const char *path);
-int check_executable (const char *path);
-char *strendzap (char *str, const char *pat);
-void lt_debugprintf (const char *file, int line, const char *fmt, ...);
-void lt_fatal (const char *file, int line, const char *message, ...);
-static const char *nonnull (const char *s);
-static const char *nonempty (const char *s);
-void lt_setenv (const char *name, const char *value);
-char *lt_extend_str (const char *orig_value, const char *add, int to_end);
-void lt_update_exe_path (const char *name, const char *value);
-void lt_update_lib_path (const char *name, const char *value);
-char **prepare_spawn (char **argv);
-void lt_dump_script (FILE *f);
-EOF
-
-	    cat <<EOF
-#if __GNUC__ < 4 || (__GNUC__ == 4 && __GNUC_MINOR__ < 5)
-# define externally_visible volatile
-#else
-# define externally_visible __attribute__((externally_visible)) volatile
-#endif
-externally_visible const char * MAGIC_EXE = "$magic_exe";
-const char * LIB_PATH_VARNAME = "$shlibpath_var";
-EOF
-
-	    if test yes = "$shlibpath_overrides_runpath" && test -n "$shlibpath_var" && test -n "$temp_rpath"; then
-              func_to_host_path "$temp_rpath"
-	      cat <<EOF
-const char * LIB_PATH_VALUE   = "$func_to_host_path_result";
-EOF
-	    else
-	      cat <<"EOF"
-const char * LIB_PATH_VALUE   = "";
-EOF
-	    fi
-
-	    if test -n "$dllsearchpath"; then
-              func_to_host_path "$dllsearchpath:"
-	      cat <<EOF
-const char * EXE_PATH_VARNAME = "PATH";
-const char * EXE_PATH_VALUE   = "$func_to_host_path_result";
-EOF
-	    else
-	      cat <<"EOF"
-const char * EXE_PATH_VARNAME = "";
-const char * EXE_PATH_VALUE   = "";
-EOF
-	    fi
-
-	    if test yes = "$fast_install"; then
-	      cat <<EOF
-const char * TARGET_PROGRAM_NAME = "lt-$outputname"; /* hopefully, no .exe */
-EOF
-	    else
-	      cat <<EOF
-const char * TARGET_PROGRAM_NAME = "$outputname"; /* hopefully, no .exe */
-EOF
-	    fi
-
-
-	    cat <<"EOF"
-
-#define LTWRAPPER_OPTION_PREFIX         "--lt-"
-
-static const char *ltwrapper_option_prefix = LTWRAPPER_OPTION_PREFIX;
-static const char *dumpscript_opt       = LTWRAPPER_OPTION_PREFIX "dump-script";
-static const char *debug_opt            = LTWRAPPER_OPTION_PREFIX "debug";
-
-int
-main (int argc, char *argv[])
-{
-  char **newargz;
-  int  newargc;
-  char *tmp_pathspec;
-  char *actual_cwrapper_path;
-  char *actual_cwrapper_name;
-  char *target_name;
-  char *lt_argv_zero;
-  int rval = 127;
-
-  int i;
-
-  program_name = (char *) xstrdup (base_name (argv[0]));
-  newargz = XMALLOC (char *, (size_t) argc + 1);
-
-  /* very simple arg parsing; don't want to rely on getopt
-   * also, copy all non cwrapper options to newargz, except
-   * argz[0], which is handled differently
-   */
-  newargc=0;
-  for (i = 1; i < argc; i++)
-    {
-      if (STREQ (argv[i], dumpscript_opt))
-	{
-EOF
-	    case $host in
-	      *mingw* | *cygwin* )
-		# make stdout use "unix" line endings
-		echo "          setmode(1,_O_BINARY);"
-		;;
-	      esac
-
-	    cat <<"EOF"
-	  lt_dump_script (stdout);
-	  return 0;
-	}
-      if (STREQ (argv[i], debug_opt))
-	{
-          lt_debug = 1;
-          continue;
-	}
-      if (STREQ (argv[i], ltwrapper_option_prefix))
-        {
-          /* however, if there is an option in the LTWRAPPER_OPTION_PREFIX
-             namespace, but it is not one of the ones we know about and
-             have already dealt with, above (inluding dump-script), then
-             report an error. Otherwise, targets might begin to believe
-             they are allowed to use options in the LTWRAPPER_OPTION_PREFIX
-             namespace. The first time any user complains about this, we'll
-             need to make LTWRAPPER_OPTION_PREFIX a configure-time option
-             or a configure.ac-settable value.
-           */
-          lt_fatal (__FILE__, __LINE__,
-		    "unrecognized %s option: '%s'",
-                    ltwrapper_option_prefix, argv[i]);
-        }
-      /* otherwise ... */
-      newargz[++newargc] = xstrdup (argv[i]);
-    }
-  newargz[++newargc] = NULL;
-
-EOF
-	    cat <<EOF
-  /* The GNU banner must be the first non-error debug message */
-  lt_debugprintf (__FILE__, __LINE__, "libtool wrapper (GNU $PACKAGE) $VERSION\n");
-EOF
-	    cat <<"EOF"
-  lt_debugprintf (__FILE__, __LINE__, "(main) argv[0]: %s\n", argv[0]);
-  lt_debugprintf (__FILE__, __LINE__, "(main) program_name: %s\n", program_name);
-
-  tmp_pathspec = find_executable (argv[0]);
-  if (tmp_pathspec == NULL)
-    lt_fatal (__FILE__, __LINE__, "couldn't find %s", argv[0]);
-  lt_debugprintf (__FILE__, __LINE__,
-                  "(main) found exe (before symlink chase) at: %s\n",
-		  tmp_pathspec);
-
-  actual_cwrapper_path = chase_symlinks (tmp_pathspec);
-  lt_debugprintf (__FILE__, __LINE__,
-                  "(main) found exe (after symlink chase) at: %s\n",
-		  actual_cwrapper_path);
-  XFREE (tmp_pathspec);
-
-  actual_cwrapper_name = xstrdup (base_name (actual_cwrapper_path));
-  strendzap (actual_cwrapper_path, actual_cwrapper_name);
-
-  /* wrapper name transforms */
-  strendzap (actual_cwrapper_name, ".exe");
-  tmp_pathspec = lt_extend_str (actual_cwrapper_name, ".exe", 1);
-  XFREE (actual_cwrapper_name);
-  actual_cwrapper_name = tmp_pathspec;
-  tmp_pathspec = 0;
-
-  /* target_name transforms -- use actual target program name; might have lt- prefix */
-  target_name = xstrdup (base_name (TARGET_PROGRAM_NAME));
-  strendzap (target_name, ".exe");
-  tmp_pathspec = lt_extend_str (target_name, ".exe", 1);
-  XFREE (target_name);
-  target_name = tmp_pathspec;
-  tmp_pathspec = 0;
-
-  lt_debugprintf (__FILE__, __LINE__,
-		  "(main) libtool target name: %s\n",
-		  target_name);
-EOF
-
-	    cat <<EOF
-  newargz[0] =
-    XMALLOC (char, (strlen (actual_cwrapper_path) +
-		    strlen ("$objdir") + 1 + strlen (actual_cwrapper_name) + 1));
-  strcpy (newargz[0], actual_cwrapper_path);
-  strcat (newargz[0], "$objdir");
-  strcat (newargz[0], "/");
-EOF
-
-	    cat <<"EOF"
-  /* stop here, and copy so we don't have to do this twice */
-  tmp_pathspec = xstrdup (newargz[0]);
-
-  /* do NOT want the lt- prefix here, so use actual_cwrapper_name */
-  strcat (newargz[0], actual_cwrapper_name);
-
-  /* DO want the lt- prefix here if it exists, so use target_name */
-  lt_argv_zero = lt_extend_str (tmp_pathspec, target_name, 1);
-  XFREE (tmp_pathspec);
-  tmp_pathspec = NULL;
-EOF
-
-	    case $host_os in
-	      mingw*)
-	    cat <<"EOF"
-  {
-    char* p;
-    while ((p = strchr (newargz[0], '\\')) != NULL)
-      {
-	*p = '/';
-      }
-    while ((p = strchr (lt_argv_zero, '\\')) != NULL)
-      {
-	*p = '/';
-      }
-  }
-EOF
-	    ;;
-	    esac
-
-	    cat <<"EOF"
-  XFREE (target_name);
-  XFREE (actual_cwrapper_path);
-  XFREE (actual_cwrapper_name);
-
-  lt_setenv ("BIN_SH", "xpg4"); /* for Tru64 */
-  lt_setenv ("DUALCASE", "1");  /* for MSK sh */
-  /* Update the DLL searchpath.  EXE_PATH_VALUE ($dllsearchpath) must
-     be prepended before (that is, appear after) LIB_PATH_VALUE ($temp_rpath)
-     because on Windows, both *_VARNAMEs are PATH but uninstalled
-     libraries must come first. */
-  lt_update_exe_path (EXE_PATH_VARNAME, EXE_PATH_VALUE);
-  lt_update_lib_path (LIB_PATH_VARNAME, LIB_PATH_VALUE);
-
-  lt_debugprintf (__FILE__, __LINE__, "(main) lt_argv_zero: %s\n",
-		  nonnull (lt_argv_zero));
-  for (i = 0; i < newargc; i++)
-    {
-      lt_debugprintf (__FILE__, __LINE__, "(main) newargz[%d]: %s\n",
-		      i, nonnull (newargz[i]));
-    }
-
-EOF
-
-	    case $host_os in
-	      mingw*)
-		cat <<"EOF"
-  /* execv doesn't actually work on mingw as expected on unix */
-  newargz = prepare_spawn (newargz);
-  rval = (int) _spawnv (_P_WAIT, lt_argv_zero, (const char * const *) newargz);
-  if (rval == -1)
-    {
-      /* failed to start process */
-      lt_debugprintf (__FILE__, __LINE__,
-		      "(main) failed to launch target \"%s\": %s\n",
-		      lt_argv_zero, nonnull (strerror (errno)));
-      return 127;
-    }
-  return rval;
-EOF
-		;;
-	      *)
-		cat <<"EOF"
-  execv (lt_argv_zero, newargz);
-  return rval; /* =127, but avoids unused variable warning */
-EOF
-		;;
-	    esac
-
-	    cat <<"EOF"
-}
-
-void *
-xmalloc (size_t num)
-{
-  void *p = (void *) malloc (num);
-  if (!p)
-    lt_fatal (__FILE__, __LINE__, "memory exhausted");
-
-  return p;
-}
-
-char *
-xstrdup (const char *string)
-{
-  return string ? strcpy ((char *) xmalloc (strlen (string) + 1),
-			  string) : NULL;
-}
-
-const char *
-base_name (const char *name)
-{
-  const char *base;
-
-#if defined HAVE_DOS_BASED_FILE_SYSTEM
-  /* Skip over the disk name in MSDOS pathnames. */
-  if (isalpha ((unsigned char) name[0]) && name[1] == ':')
-    name += 2;
-#endif
-
-  for (base = name; *name; name++)
-    if (IS_DIR_SEPARATOR (*name))
-      base = name + 1;
-  return base;
-}
-
-int
-check_executable (const char *path)
-{
-  struct stat st;
-
-  lt_debugprintf (__FILE__, __LINE__, "(check_executable): %s\n",
-                  nonempty (path));
-  if ((!path) || (!*path))
-    return 0;
-
-  if ((stat (path, &st) >= 0)
-      && (st.st_mode & (S_IXUSR | S_IXGRP | S_IXOTH)))
-    return 1;
-  else
-    return 0;
-}
-
-int
-make_executable (const char *path)
-{
-  int rval = 0;
-  struct stat st;
-
-  lt_debugprintf (__FILE__, __LINE__, "(make_executable): %s\n",
-                  nonempty (path));
-  if ((!path) || (!*path))
-    return 0;
-
-  if (stat (path, &st) >= 0)
-    {
-      rval = chmod (path, st.st_mode | S_IXOTH | S_IXGRP | S_IXUSR);
-    }
-  return rval;
-}
-
-/* Searches for the full path of the wrapper.  Returns
-   newly allocated full path name if found, NULL otherwise
-   Does not chase symlinks, even on platforms that support them.
-*/
-char *
-find_executable (const char *wrapper)
-{
-  int has_slash = 0;
-  const char *p;
-  const char *p_next;
-  /* static buffer for getcwd */
-  char tmp[LT_PATHMAX + 1];
-  size_t tmp_len;
-  char *concat_name;
-
-  lt_debugprintf (__FILE__, __LINE__, "(find_executable): %s\n",
-                  nonempty (wrapper));
-
-  if ((wrapper == NULL) || (*wrapper == '\0'))
-    return NULL;
-
-  /* Absolute path? */
-#if defined HAVE_DOS_BASED_FILE_SYSTEM
-  if (isalpha ((unsigned char) wrapper[0]) && wrapper[1] == ':')
-    {
-      concat_name = xstrdup (wrapper);
-      if (check_executable (concat_name))
-	return concat_name;
-      XFREE (concat_name);
-    }
-  else
-    {
-#endif
-      if (IS_DIR_SEPARATOR (wrapper[0]))
-	{
-	  concat_name = xstrdup (wrapper);
-	  if (check_executable (concat_name))
-	    return concat_name;
-	  XFREE (concat_name);
-	}
-#if defined HAVE_DOS_BASED_FILE_SYSTEM
-    }
-#endif
-
-  for (p = wrapper; *p; p++)
-    if (*p == '/')
-      {
-	has_slash = 1;
-	break;
-      }
-  if (!has_slash)
-    {
-      /* no slashes; search PATH */
-      const char *path = getenv ("PATH");
-      if (path != NULL)
-	{
-	  for (p = path; *p; p = p_next)
-	    {
-	      const char *q;
-	      size_t p_len;
-	      for (q = p; *q; q++)
-		if (IS_PATH_SEPARATOR (*q))
-		  break;
-	      p_len = (size_t) (q - p);
-	      p_next = (*q == '\0' ? q : q + 1);
-	      if (p_len == 0)
-		{
-		  /* empty path: current directory */
-		  if (getcwd (tmp, LT_PATHMAX) == NULL)
-		    lt_fatal (__FILE__, __LINE__, "getcwd failed: %s",
-                              nonnull (strerror (errno)));
-		  tmp_len = strlen (tmp);
-		  concat_name =
-		    XMALLOC (char, tmp_len + 1 + strlen (wrapper) + 1);
-		  memcpy (concat_name, tmp, tmp_len);
-		  concat_name[tmp_len] = '/';
-		  strcpy (concat_name + tmp_len + 1, wrapper);
-		}
-	      else
-		{
-		  concat_name =
-		    XMALLOC (char, p_len + 1 + strlen (wrapper) + 1);
-		  memcpy (concat_name, p, p_len);
-		  concat_name[p_len] = '/';
-		  strcpy (concat_name + p_len + 1, wrapper);
-		}
-	      if (check_executable (concat_name))
-		return concat_name;
-	      XFREE (concat_name);
-	    }
-	}
-      /* not found in PATH; assume curdir */
-    }
-  /* Relative path | not found in path: prepend cwd */
-  if (getcwd (tmp, LT_PATHMAX) == NULL)
-    lt_fatal (__FILE__, __LINE__, "getcwd failed: %s",
-              nonnull (strerror (errno)));
-  tmp_len = strlen (tmp);
-  concat_name = XMALLOC (char, tmp_len + 1 + strlen (wrapper) + 1);
-  memcpy (concat_name, tmp, tmp_len);
-  concat_name[tmp_len] = '/';
-  strcpy (concat_name + tmp_len + 1, wrapper);
-
-  if (check_executable (concat_name))
-    return concat_name;
-  XFREE (concat_name);
-  return NULL;
-}
-
-char *
-chase_symlinks (const char *pathspec)
-{
-#ifndef S_ISLNK
-  return xstrdup (pathspec);
-#else
-  char buf[LT_PATHMAX];
-  struct stat s;
-  char *tmp_pathspec = xstrdup (pathspec);
-  char *p;
-  int has_symlinks = 0;
-  while (strlen (tmp_pathspec) && !has_symlinks)
-    {
-      lt_debugprintf (__FILE__, __LINE__,
-		      "checking path component for symlinks: %s\n",
-		      tmp_pathspec);
-      if (lstat (tmp_pathspec, &s) == 0)
-	{
-	  if (S_ISLNK (s.st_mode) != 0)
-	    {
-	      has_symlinks = 1;
-	      break;
-	    }
-
-	  /* search backwards for last DIR_SEPARATOR */
-	  p = tmp_pathspec + strlen (tmp_pathspec) - 1;
-	  while ((p > tmp_pathspec) && (!IS_DIR_SEPARATOR (*p)))
-	    p--;
-	  if ((p == tmp_pathspec) && (!IS_DIR_SEPARATOR (*p)))
-	    {
-	      /* no more DIR_SEPARATORS left */
-	      break;
-	    }
-	  *p = '\0';
-	}
-      else
-	{
-	  lt_fatal (__FILE__, __LINE__,
-		    "error accessing file \"%s\": %s",
-		    tmp_pathspec, nonnull (strerror (errno)));
-	}
-    }
-  XFREE (tmp_pathspec);
-
-  if (!has_symlinks)
-    {
-      return xstrdup (pathspec);
-    }
-
-  tmp_pathspec = realpath (pathspec, buf);
-  if (tmp_pathspec == 0)
-    {
-      lt_fatal (__FILE__, __LINE__,
-		"could not follow symlinks for %s", pathspec);
-    }
-  return xstrdup (tmp_pathspec);
-#endif
-}
-
-char *
-strendzap (char *str, const char *pat)
-{
-  size_t len, patlen;
-
-  assert (str != NULL);
-  assert (pat != NULL);
-
-  len = strlen (str);
-  patlen = strlen (pat);
-
-  if (patlen <= len)
-    {
-      str += len - patlen;
-      if (STREQ (str, pat))
-	*str = '\0';
-    }
-  return str;
-}
-
-void
-lt_debugprintf (const char *file, int line, const char *fmt, ...)
-{
-  va_list args;
-  if (lt_debug)
-    {
-      (void) fprintf (stderr, "%s:%s:%d: ", program_name, file, line);
-      va_start (args, fmt);
-      (void) vfprintf (stderr, fmt, args);
-      va_end (args);
-    }
-}
-
-static void
-lt_error_core (int exit_status, const char *file,
-	       int line, const char *mode,
-	       const char *message, va_list ap)
-{
-  fprintf (stderr, "%s:%s:%d: %s: ", program_name, file, line, mode);
-  vfprintf (stderr, message, ap);
-  fprintf (stderr, ".\n");
-
-  if (exit_status >= 0)
-    exit (exit_status);
-}
-
-void
-lt_fatal (const char *file, int line, const char *message, ...)
-{
-  va_list ap;
-  va_start (ap, message);
-  lt_error_core (EXIT_FAILURE, file, line, "FATAL", message, ap);
-  va_end (ap);
-}
-
-static const char *
-nonnull (const char *s)
-{
-  return s ? s : "(null)";
-}
-
-static const char *
-nonempty (const char *s)
-{
-  return (s && !*s) ? "(empty)" : nonnull (s);
-}
-
-void
-lt_setenv (const char *name, const char *value)
-{
-  lt_debugprintf (__FILE__, __LINE__,
-		  "(lt_setenv) setting '%s' to '%s'\n",
-                  nonnull (name), nonnull (value));
-  {
-#ifdef HAVE_SETENV
-    /* always make a copy, for consistency with !HAVE_SETENV */
-    char *str = xstrdup (value);
-    setenv (name, str, 1);
-#else
-    size_t len = strlen (name) + 1 + strlen (value) + 1;
-    char *str = XMALLOC (char, len);
-    sprintf (str, "%s=%s", name, value);
-    if (putenv (str) != EXIT_SUCCESS)
-      {
-        XFREE (str);
-      }
-#endif
-  }
-}
-
-char *
-lt_extend_str (const char *orig_value, const char *add, int to_end)
-{
-  char *new_value;
-  if (orig_value && *orig_value)
-    {
-      size_t orig_value_len = strlen (orig_value);
-      size_t add_len = strlen (add);
-      new_value = XMALLOC (char, add_len + orig_value_len + 1);
-      if (to_end)
-        {
-          strcpy (new_value, orig_value);
-          strcpy (new_value + orig_value_len, add);
-        }
-      else
-        {
-          strcpy (new_value, add);
-          strcpy (new_value + add_len, orig_value);
-        }
-    }
-  else
-    {
-      new_value = xstrdup (add);
-    }
-  return new_value;
-}
-
-void
-lt_update_exe_path (const char *name, const char *value)
-{
-  lt_debugprintf (__FILE__, __LINE__,
-		  "(lt_update_exe_path) modifying '%s' by prepending '%s'\n",
-                  nonnull (name), nonnull (value));
-
-  if (name && *name && value && *value)
-    {
-      char *new_value = lt_extend_str (getenv (name), value, 0);
-      /* some systems can't cope with a ':'-terminated path #' */
-      size_t len = strlen (new_value);
-      while ((len > 0) && IS_PATH_SEPARATOR (new_value[len-1]))
-        {
-          new_value[--len] = '\0';
-        }
-      lt_setenv (name, new_value);
-      XFREE (new_value);
-    }
-}
-
-void
-lt_update_lib_path (const char *name, const char *value)
-{
-  lt_debugprintf (__FILE__, __LINE__,
-		  "(lt_update_lib_path) modifying '%s' by prepending '%s'\n",
-                  nonnull (name), nonnull (value));
-
-  if (name && *name && value && *value)
-    {
-      char *new_value = lt_extend_str (getenv (name), value, 0);
-      lt_setenv (name, new_value);
-      XFREE (new_value);
-    }
-}
-
-EOF
-	    case $host_os in
-	      mingw*)
-		cat <<"EOF"
-
-/* Prepares an argument vector before calling spawn().
-   Note that spawn() does not by itself call the command interpreter
-     (getenv ("COMSPEC") != NULL ? getenv ("COMSPEC") :
-      ({ OSVERSIONINFO v; v.dwOSVersionInfoSize = sizeof(OSVERSIONINFO);
-         GetVersionEx(&v);
-         v.dwPlatformId == VER_PLATFORM_WIN32_NT;
-      }) ? "cmd.exe" : "command.com").
-   Instead it simply concatenates the arguments, separated by ' ', and calls
-   CreateProcess().  We must quote the arguments since Win32 CreateProcess()
-   interprets characters like ' ', '\t', '\\', '"' (but not '<' and '>') in a
-   special way:
-   - Space and tab are interpreted as delimiters. They are not treated as
-     delimiters if they are surrounded by double quotes: "...".
-   - Unescaped double quotes are removed from the input. Their only effect is
-     that within double quotes, space and tab are treated like normal
-     characters.
-   - Backslashes not followed by double quotes are not special.
-   - But 2*n+1 backslashes followed by a double quote become
-     n backslashes followed by a double quote (n >= 0):
-       \" -> "
-       \\\" -> \"
-       \\\\\" -> \\"
- */
-#define SHELL_SPECIAL_CHARS "\"\\ \001\002\003\004\005\006\007\010\011\012\013\014\015\016\017\020\021\022\023\024\025\026\027\030\031\032\033\034\035\036\037"
-#define SHELL_SPACE_CHARS " \001\002\003\004\005\006\007\010\011\012\013\014\015\016\017\020\021\022\023\024\025\026\027\030\031\032\033\034\035\036\037"
-char **
-prepare_spawn (char **argv)
-{
-  size_t argc;
-  char **new_argv;
-  size_t i;
-
-  /* Count number of arguments.  */
-  for (argc = 0; argv[argc] != NULL; argc++)
-    ;
-
-  /* Allocate new argument vector.  */
-  new_argv = XMALLOC (char *, argc + 1);
-
-  /* Put quoted arguments into the new argument vector.  */
-  for (i = 0; i < argc; i++)
-    {
-      const char *string = argv[i];
-
-      if (string[0] == '\0')
-	new_argv[i] = xstrdup ("\"\"");
-      else if (strpbrk (string, SHELL_SPECIAL_CHARS) != NULL)
-	{
-	  int quote_around = (strpbrk (string, SHELL_SPACE_CHARS) != NULL);
-	  size_t length;
-	  unsigned int backslashes;
-	  const char *s;
-	  char *quoted_string;
-	  char *p;
-
-	  length = 0;
-	  backslashes = 0;
-	  if (quote_around)
-	    length++;
-	  for (s = string; *s != '\0'; s++)
-	    {
-	      char c = *s;
-	      if (c == '"')
-		length += backslashes + 1;
-	      length++;
-	      if (c == '\\')
-		backslashes++;
-	      else
-		backslashes = 0;
-	    }
-	  if (quote_around)
-	    length += backslashes + 1;
-
-	  quoted_string = XMALLOC (char, length + 1);
-
-	  p = quoted_string;
-	  backslashes = 0;
-	  if (quote_around)
-	    *p++ = '"';
-	  for (s = string; *s != '\0'; s++)
-	    {
-	      char c = *s;
-	      if (c == '"')
-		{
-		  unsigned int j;
-		  for (j = backslashes + 1; j > 0; j--)
-		    *p++ = '\\';
-		}
-	      *p++ = c;
-	      if (c == '\\')
-		backslashes++;
-	      else
-		backslashes = 0;
-	    }
-	  if (quote_around)
-	    {
-	      unsigned int j;
-	      for (j = backslashes; j > 0; j--)
-		*p++ = '\\';
-	      *p++ = '"';
-	    }
-	  *p = '\0';
-
-	  new_argv[i] = quoted_string;
-	}
-      else
-	new_argv[i] = (char *) string;
-    }
-  new_argv[argc] = NULL;
-
-  return new_argv;
-}
-EOF
-		;;
-	    esac
-
-            cat <<"EOF"
-void lt_dump_script (FILE* f)
-{
-EOF
-	    func_emit_wrapper yes |
-	      $SED -n -e '
-s/^\(.\{79\}\)\(..*\)/\1\
-\2/
-h
-s/\([\\"]\)/\\\1/g
-s/$/\\n/
-s/\([^\n]*\).*/  fputs ("\1", f);/p
-g
-D'
-            cat <<"EOF"
-}
-EOF
-}
-# end: func_emit_cwrapperexe_src
-
-# func_win32_import_lib_p ARG
-# True if ARG is an import lib, as indicated by $file_magic_cmd
-func_win32_import_lib_p ()
-{
-    $debug_cmd
-
-    case `eval $file_magic_cmd \"\$1\" 2>/dev/null | $SED -e 10q` in
-    *import*) : ;;
-    *) false ;;
-    esac
-}
-
-# func_suncc_cstd_abi
-# !!ONLY CALL THIS FOR SUN CC AFTER $compile_command IS FULLY EXPANDED!!
-# Several compiler flags select an ABI that is incompatible with the
-# Cstd library. Avoid specifying it if any are in CXXFLAGS.
-func_suncc_cstd_abi ()
-{
-    $debug_cmd
-
-    case " $compile_command " in
-    *" -compat=g "*|*\ -std=c++[0-9][0-9]\ *|*" -library=stdcxx4 "*|*" -library=stlport4 "*)
-      suncc_use_cstd_abi=no
-      ;;
-    *)
-      suncc_use_cstd_abi=yes
-      ;;
-    esac
-}
-
-# func_mode_link arg...
-func_mode_link ()
-{
-    $debug_cmd
-
-    case $host in
-    *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*)
-      # It is impossible to link a dll without this setting, and
-      # we shouldn't force the makefile maintainer to figure out
-      # what system we are compiling for in order to pass an extra
-      # flag for every libtool invocation.
-      # allow_undefined=no
-
-      # FIXME: Unfortunately, there are problems with the above when trying
-      # to make a dll that has undefined symbols, in which case not
-      # even a static library is built.  For now, we need to specify
-      # -no-undefined on the libtool link line when we can be certain
-      # that all symbols are satisfied, otherwise we get a static library.
-      allow_undefined=yes
-      ;;
-    *)
-      allow_undefined=yes
-      ;;
-    esac
-    libtool_args=$nonopt
-    base_compile="$nonopt $@"
-    compile_command=$nonopt
-    finalize_command=$nonopt
-
-    compile_rpath=
-    finalize_rpath=
-    compile_shlibpath=
-    finalize_shlibpath=
-    convenience=
-    old_convenience=
-    deplibs=
-    old_deplibs=
-    compiler_flags=
-    linker_flags=
-    dllsearchpath=
-    lib_search_path=`pwd`
-    inst_prefix_dir=
-    new_inherited_linker_flags=
-
-    avoid_version=no
-    bindir=
-    dlfiles=
-    dlprefiles=
-    dlself=no
-    export_dynamic=no
-    export_symbols=
-    export_symbols_regex=
-    generated=
-    libobjs=
-    ltlibs=
-    module=no
-    no_install=no
-    objs=
-    os2dllname=
-    non_pic_objects=
-    precious_files_regex=
-    prefer_static_libs=no
-    preload=false
-    prev=
-    prevarg=
-    release=
-    rpath=
-    xrpath=
-    perm_rpath=
-    temp_rpath=
-    thread_safe=no
-    vinfo=
-    vinfo_number=no
-    weak_libs=
-    single_module=$wl-single_module
-    func_infer_tag $base_compile
-
-    # We need to know -static, to get the right output filenames.
-    for arg
-    do
-      case $arg in
-      -shared)
-	test yes != "$build_libtool_libs" \
-	  && func_fatal_configuration "cannot build a shared library"
-	build_old_libs=no
-	break
-	;;
-      -all-static | -static | -static-libtool-libs)
-	case $arg in
-	-all-static)
-	  if test yes = "$build_libtool_libs" && test -z "$link_static_flag"; then
-	    func_warning "complete static linking is impossible in this configuration"
-	  fi
-	  if test -n "$link_static_flag"; then
-	    dlopen_self=$dlopen_self_static
-	  fi
-	  prefer_static_libs=yes
-	  ;;
-	-static)
-	  if test -z "$pic_flag" && test -n "$link_static_flag"; then
-	    dlopen_self=$dlopen_self_static
-	  fi
-	  prefer_static_libs=built
-	  ;;
-	-static-libtool-libs)
-	  if test -z "$pic_flag" && test -n "$link_static_flag"; then
-	    dlopen_self=$dlopen_self_static
-	  fi
-	  prefer_static_libs=yes
-	  ;;
-	esac
-	build_libtool_libs=no
-	build_old_libs=yes
-	break
-	;;
-      esac
-    done
-
-    # See if our shared archives depend on static archives.
-    test -n "$old_archive_from_new_cmds" && build_old_libs=yes
-
-    # Go through the arguments, transforming them on the way.
-    while test "$#" -gt 0; do
-      arg=$1
-      shift
-      func_quote_for_eval "$arg"
-      qarg=$func_quote_for_eval_unquoted_result
-      func_append libtool_args " $func_quote_for_eval_result"
-
-      # If the previous option needs an argument, assign it.
-      if test -n "$prev"; then
-	case $prev in
-	output)
-	  func_append compile_command " @OUTPUT@"
-	  func_append finalize_command " @OUTPUT@"
-	  ;;
-	esac
-
-	case $prev in
-	bindir)
-	  bindir=$arg
-	  prev=
-	  continue
-	  ;;
-	dlfiles|dlprefiles)
-	  $preload || {
-	    # Add the symbol object into the linking commands.
-	    func_append compile_command " @SYMFILE@"
-	    func_append finalize_command " @SYMFILE@"
-	    preload=:
-	  }
-	  case $arg in
-	  *.la | *.lo) ;;  # We handle these cases below.
-	  force)
-	    if test no = "$dlself"; then
-	      dlself=needless
-	      export_dynamic=yes
-	    fi
-	    prev=
-	    continue
-	    ;;
-	  self)
-	    if test dlprefiles = "$prev"; then
-	      dlself=yes
-	    elif test dlfiles = "$prev" && test yes != "$dlopen_self"; then
-	      dlself=yes
-	    else
-	      dlself=needless
-	      export_dynamic=yes
-	    fi
-	    prev=
-	    continue
-	    ;;
-	  *)
-	    if test dlfiles = "$prev"; then
-	      func_append dlfiles " $arg"
-	    else
-	      func_append dlprefiles " $arg"
-	    fi
-	    prev=
-	    continue
-	    ;;
-	  esac
-	  ;;
-	expsyms)
-	  export_symbols=$arg
-	  test -f "$arg" \
-	    || func_fatal_error "symbol file '$arg' does not exist"
-	  prev=
-	  continue
-	  ;;
-	expsyms_regex)
-	  export_symbols_regex=$arg
-	  prev=
-	  continue
-	  ;;
-	framework)
-	  case $host in
-	    *-*-darwin*)
-	      case "$deplibs " in
-		*" $qarg.ltframework "*) ;;
-		*) func_append deplibs " $qarg.ltframework" # this is fixed later
-		   ;;
-	      esac
-	      ;;
-	  esac
-	  prev=
-	  continue
-	  ;;
-	inst_prefix)
-	  inst_prefix_dir=$arg
-	  prev=
-	  continue
-	  ;;
-	mllvm)
-	  # Clang does not use LLVM to link, so we can simply discard any
-	  # '-mllvm $arg' options when doing the link step.
-	  prev=
-	  continue
-	  ;;
-	objectlist)
-	  if test -f "$arg"; then
-	    save_arg=$arg
-	    moreargs=
-	    for fil in `cat "$save_arg"`
-	    do
-#	      func_append moreargs " $fil"
-	      arg=$fil
-	      # A libtool-controlled object.
-
-	      # Check to see that this really is a libtool object.
-	      if func_lalib_unsafe_p "$arg"; then
-		pic_object=
-		non_pic_object=
-
-		# Read the .lo file
-		func_source "$arg"
-
-		if test -z "$pic_object" ||
-		   test -z "$non_pic_object" ||
-		   test none = "$pic_object" &&
-		   test none = "$non_pic_object"; then
-		  func_fatal_error "cannot find name of object for '$arg'"
-		fi
-
-		# Extract subdirectory from the argument.
-		func_dirname "$arg" "/" ""
-		xdir=$func_dirname_result
-
-		if test none != "$pic_object"; then
-		  # Prepend the subdirectory the object is found in.
-		  pic_object=$xdir$pic_object
-
-		  if test dlfiles = "$prev"; then
-		    if test yes = "$build_libtool_libs" && test yes = "$dlopen_support"; then
-		      func_append dlfiles " $pic_object"
-		      prev=
-		      continue
-		    else
-		      # If libtool objects are unsupported, then we need to preload.
-		      prev=dlprefiles
-		    fi
-		  fi
-
-		  # CHECK ME:  I think I busted this.  -Ossama
-		  if test dlprefiles = "$prev"; then
-		    # Preload the old-style object.
-		    func_append dlprefiles " $pic_object"
-		    prev=
-		  fi
-
-		  # A PIC object.
-		  func_append libobjs " $pic_object"
-		  arg=$pic_object
-		fi
-
-		# Non-PIC object.
-		if test none != "$non_pic_object"; then
-		  # Prepend the subdirectory the object is found in.
-		  non_pic_object=$xdir$non_pic_object
-
-		  # A standard non-PIC object
-		  func_append non_pic_objects " $non_pic_object"
-		  if test -z "$pic_object" || test none = "$pic_object"; then
-		    arg=$non_pic_object
-		  fi
-		else
-		  # If the PIC object exists, use it instead.
-		  # $xdir was prepended to $pic_object above.
-		  non_pic_object=$pic_object
-		  func_append non_pic_objects " $non_pic_object"
-		fi
-	      else
-		# Only an error if not doing a dry-run.
-		if $opt_dry_run; then
-		  # Extract subdirectory from the argument.
-		  func_dirname "$arg" "/" ""
-		  xdir=$func_dirname_result
-
-		  func_lo2o "$arg"
-		  pic_object=$xdir$objdir/$func_lo2o_result
-		  non_pic_object=$xdir$func_lo2o_result
-		  func_append libobjs " $pic_object"
-		  func_append non_pic_objects " $non_pic_object"
-	        else
-		  func_fatal_error "'$arg' is not a valid libtool object"
-		fi
-	      fi
-	    done
-	  else
-	    func_fatal_error "link input file '$arg' does not exist"
-	  fi
-	  arg=$save_arg
-	  prev=
-	  continue
-	  ;;
-	os2dllname)
-	  os2dllname=$arg
-	  prev=
-	  continue
-	  ;;
-	precious_regex)
-	  precious_files_regex=$arg
-	  prev=
-	  continue
-	  ;;
-	release)
-	  release=-$arg
-	  prev=
-	  continue
-	  ;;
-	rpath | xrpath)
-	  # We need an absolute path.
-	  case $arg in
-	  [\\/]* | [A-Za-z]:[\\/]*) ;;
-	  *)
-	    func_fatal_error "only absolute run-paths are allowed"
-	    ;;
-	  esac
-	  if test rpath = "$prev"; then
-	    case "$rpath " in
-	    *" $arg "*) ;;
-	    *) func_append rpath " $arg" ;;
-	    esac
-	  else
-	    case "$xrpath " in
-	    *" $arg "*) ;;
-	    *) func_append xrpath " $arg" ;;
-	    esac
-	  fi
-	  prev=
-	  continue
-	  ;;
-	shrext)
-	  shrext_cmds=$arg
-	  prev=
-	  continue
-	  ;;
-	weak)
-	  func_append weak_libs " $arg"
-	  prev=
-	  continue
-	  ;;
-	xcclinker)
-	  func_append linker_flags " $qarg"
-	  func_append compiler_flags " $qarg"
-	  prev=
-	  func_append compile_command " $qarg"
-	  func_append finalize_command " $qarg"
-	  continue
-	  ;;
-	xcompiler)
-	  func_append compiler_flags " $qarg"
-	  prev=
-	  func_append compile_command " $qarg"
-	  func_append finalize_command " $qarg"
-	  continue
-	  ;;
-	xlinker)
-	  func_append linker_flags " $qarg"
-	  func_append compiler_flags " $wl$qarg"
-	  prev=
-	  func_append compile_command " $wl$qarg"
-	  func_append finalize_command " $wl$qarg"
-	  continue
-	  ;;
-	*)
-	  eval "$prev=\"\$arg\""
-	  prev=
-	  continue
-	  ;;
-	esac
-      fi # test -n "$prev"
-
-      prevarg=$arg
-
-      case $arg in
-      -all-static)
-	if test -n "$link_static_flag"; then
-	  # See comment for -static flag below, for more details.
-	  func_append compile_command " $link_static_flag"
-	  func_append finalize_command " $link_static_flag"
-	fi
-	continue
-	;;
-
-      -allow-undefined)
-	# FIXME: remove this flag sometime in the future.
-	func_fatal_error "'-allow-undefined' must not be used because it is the default"
-	;;
-
-      -avoid-version)
-	avoid_version=yes
-	continue
-	;;
-
-      -bindir)
-	prev=bindir
-	continue
-	;;
-
-      -dlopen)
-	prev=dlfiles
-	continue
-	;;
-
-      -dlpreopen)
-	prev=dlprefiles
-	continue
-	;;
-
-      -export-dynamic)
-	export_dynamic=yes
-	continue
-	;;
-
-      -export-symbols | -export-symbols-regex)
-	if test -n "$export_symbols" || test -n "$export_symbols_regex"; then
-	  func_fatal_error "more than one -exported-symbols argument is not allowed"
-	fi
-	if test X-export-symbols = "X$arg"; then
-	  prev=expsyms
-	else
-	  prev=expsyms_regex
-	fi
-	continue
-	;;
-
-      -framework)
-	prev=framework
-	continue
-	;;
-
-      -inst-prefix-dir)
-	prev=inst_prefix
-	continue
-	;;
-
-      # The native IRIX linker understands -LANG:*, -LIST:* and -LNO:*
-      # so, if we see these flags be careful not to treat them like -L
-      -L[A-Z][A-Z]*:*)
-	case $with_gcc/$host in
-	no/*-*-irix* | /*-*-irix*)
-	  func_append compile_command " $arg"
-	  func_append finalize_command " $arg"
-	  ;;
-	esac
-	continue
-	;;
-
-      -L*)
-	func_stripname "-L" '' "$arg"
-	if test -z "$func_stripname_result"; then
-	  if test "$#" -gt 0; then
-	    func_fatal_error "require no space between '-L' and '$1'"
-	  else
-	    func_fatal_error "need path for '-L' option"
-	  fi
-	fi
-	func_resolve_sysroot "$func_stripname_result"
-	dir=$func_resolve_sysroot_result
-	# We need an absolute path.
-	case $dir in
-	[\\/]* | [A-Za-z]:[\\/]*) ;;
-	*)
-	  absdir=`cd "$dir" && pwd`
-	  test -z "$absdir" && \
-	    func_fatal_error "cannot determine absolute directory name of '$dir'"
-	  dir=$absdir
-	  ;;
-	esac
-	case "$deplibs " in
-	*" -L$dir "* | *" $arg "*)
-	  # Will only happen for absolute or sysroot arguments
-	  ;;
-	*)
-	  # Preserve sysroot, but never include relative directories
-	  case $dir in
-	    [\\/]* | [A-Za-z]:[\\/]* | =*) func_append deplibs " $arg" ;;
-	    *) func_append deplibs " -L$dir" ;;
-	  esac
-	  func_append lib_search_path " $dir"
-	  ;;
-	esac
-	case $host in
-	*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*)
-	  testbindir=`$ECHO "$dir" | $SED 's*/lib$*/bin*'`
-	  case :$dllsearchpath: in
-	  *":$dir:"*) ;;
-	  ::) dllsearchpath=$dir;;
-	  *) func_append dllsearchpath ":$dir";;
-	  esac
-	  case :$dllsearchpath: in
-	  *":$testbindir:"*) ;;
-	  ::) dllsearchpath=$testbindir;;
-	  *) func_append dllsearchpath ":$testbindir";;
-	  esac
-	  ;;
-	esac
-	continue
-	;;
-
-      -l*)
-	if test X-lc = "X$arg" || test X-lm = "X$arg"; then
-	  case $host in
-	  *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-beos* | *-cegcc* | *-*-haiku*)
-	    # These systems don't actually have a C or math library (as such)
-	    continue
-	    ;;
-	  *-*-os2*)
-	    # These systems don't actually have a C library (as such)
-	    test X-lc = "X$arg" && continue
-	    ;;
-	  *-*-openbsd* | *-*-freebsd* | *-*-dragonfly* | *-*-bitrig*)
-	    # Do not include libc due to us having libc/libc_r.
-	    test X-lc = "X$arg" && continue
-	    ;;
-	  *-*-rhapsody* | *-*-darwin1.[012])
-	    # Rhapsody C and math libraries are in the System framework
-	    func_append deplibs " System.ltframework"
-	    continue
-	    ;;
-	  *-*-sco3.2v5* | *-*-sco5v6*)
-	    # Causes problems with __ctype
-	    test X-lc = "X$arg" && continue
-	    ;;
-	  *-*-sysv4.2uw2* | *-*-sysv5* | *-*-unixware* | *-*-OpenUNIX*)
-	    # Compiler inserts libc in the correct place for threads to work
-	    test X-lc = "X$arg" && continue
-	    ;;
-	  esac
-	elif test X-lc_r = "X$arg"; then
-	 case $host in
-	 *-*-openbsd* | *-*-freebsd* | *-*-dragonfly* | *-*-bitrig*)
-	   # Do not include libc_r directly, use -pthread flag.
-	   continue
-	   ;;
-	 esac
-	fi
-	func_append deplibs " $arg"
-	continue
-	;;
-
-      -mllvm)
-	prev=mllvm
-	continue
-	;;
-
-      -module)
-	module=yes
-	continue
-	;;
-
-      # Tru64 UNIX uses -model [arg] to determine the layout of C++
-      # classes, name mangling, and exception handling.
-      # Darwin uses the -arch flag to determine output architecture.
-      -model|-arch|-isysroot|--sysroot)
-	func_append compiler_flags " $arg"
-	func_append compile_command " $arg"
-	func_append finalize_command " $arg"
-	prev=xcompiler
-	continue
-	;;
-
-      -mt|-mthreads|-kthread|-Kthread|-pthread|-pthreads|--thread-safe \
-      |-threads|-fopenmp|-openmp|-mp|-xopenmp|-omp|-qsmp=*)
-	func_append compiler_flags " $arg"
-	func_append compile_command " $arg"
-	func_append finalize_command " $arg"
-	case "$new_inherited_linker_flags " in
-	    *" $arg "*) ;;
-	    * ) func_append new_inherited_linker_flags " $arg" ;;
-	esac
-	continue
-	;;
-
-      -multi_module)
-	single_module=$wl-multi_module
-	continue
-	;;
-
-      -no-fast-install)
-	fast_install=no
-	continue
-	;;
-
-      -no-install)
-	case $host in
-	*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-*-darwin* | *-cegcc*)
-	  # The PATH hackery in wrapper scripts is required on Windows
-	  # and Darwin in order for the loader to find any dlls it needs.
-	  func_warning "'-no-install' is ignored for $host"
-	  func_warning "assuming '-no-fast-install' instead"
-	  fast_install=no
-	  ;;
-	*) no_install=yes ;;
-	esac
-	continue
-	;;
-
-      -no-undefined)
-	allow_undefined=no
-	continue
-	;;
-
-      -objectlist)
-	prev=objectlist
-	continue
-	;;
-
-      -os2dllname)
-	prev=os2dllname
-	continue
-	;;
-
-      -o) prev=output ;;
-
-      -precious-files-regex)
-	prev=precious_regex
-	continue
-	;;
-
-      -release)
-	prev=release
-	continue
-	;;
-
-      -rpath)
-	prev=rpath
-	continue
-	;;
-
-      -R)
-	prev=xrpath
-	continue
-	;;
-
-      -R*)
-	func_stripname '-R' '' "$arg"
-	dir=$func_stripname_result
-	# We need an absolute path.
-	case $dir in
-	[\\/]* | [A-Za-z]:[\\/]*) ;;
-	=*)
-	  func_stripname '=' '' "$dir"
-	  dir=$lt_sysroot$func_stripname_result
-	  ;;
-	*)
-	  func_fatal_error "only absolute run-paths are allowed"
-	  ;;
-	esac
-	case "$xrpath " in
-	*" $dir "*) ;;
-	*) func_append xrpath " $dir" ;;
-	esac
-	continue
-	;;
-
-      -shared)
-	# The effects of -shared are defined in a previous loop.
-	continue
-	;;
-
-      -shrext)
-	prev=shrext
-	continue
-	;;
-
-      -static | -static-libtool-libs)
-	# The effects of -static are defined in a previous loop.
-	# We used to do the same as -all-static on platforms that
-	# didn't have a PIC flag, but the assumption that the effects
-	# would be equivalent was wrong.  It would break on at least
-	# Digital Unix and AIX.
-	continue
-	;;
-
-      -thread-safe)
-	thread_safe=yes
-	continue
-	;;
-
-      -version-info)
-	prev=vinfo
-	continue
-	;;
-
-      -version-number)
-	prev=vinfo
-	vinfo_number=yes
-	continue
-	;;
-
-      -weak)
-        prev=weak
-	continue
-	;;
-
-      -Wc,*)
-	func_stripname '-Wc,' '' "$arg"
-	args=$func_stripname_result
-	arg=
-	save_ifs=$IFS; IFS=,
-	for flag in $args; do
-	  IFS=$save_ifs
-          func_quote_for_eval "$flag"
-	  func_append arg " $func_quote_for_eval_result"
-	  func_append compiler_flags " $func_quote_for_eval_result"
-	done
-	IFS=$save_ifs
-	func_stripname ' ' '' "$arg"
-	arg=$func_stripname_result
-	;;
-
-      -Wl,*)
-	func_stripname '-Wl,' '' "$arg"
-	args=$func_stripname_result
-	arg=
-	save_ifs=$IFS; IFS=,
-	for flag in $args; do
-	  IFS=$save_ifs
-          func_quote_for_eval "$flag"
-	  func_append arg " $wl$func_quote_for_eval_result"
-	  func_append compiler_flags " $wl$func_quote_for_eval_result"
-	  func_append linker_flags " $func_quote_for_eval_result"
-	done
-	IFS=$save_ifs
-	func_stripname ' ' '' "$arg"
-	arg=$func_stripname_result
-	;;
-
-      -Xcompiler)
-	prev=xcompiler
-	continue
-	;;
-
-      -Xlinker)
-	prev=xlinker
-	continue
-	;;
-
-      -XCClinker)
-	prev=xcclinker
-	continue
-	;;
-
-      # -msg_* for osf cc
-      -msg_*)
-	func_quote_for_eval "$arg"
-	arg=$func_quote_for_eval_result
-	;;
-
-      # Flags to be passed through unchanged, with rationale:
-      # -64, -mips[0-9]      enable 64-bit mode for the SGI compiler
-      # -r[0-9][0-9]*        specify processor for the SGI compiler
-      # -xarch=*, -xtarget=* enable 64-bit mode for the Sun compiler
-      # +DA*, +DD*           enable 64-bit mode for the HP compiler
-      # -q*                  compiler args for the IBM compiler
-      # -m*, -t[45]*, -txscale* architecture-specific flags for GCC
-      # -F/path              path to uninstalled frameworks, gcc on darwin
-      # -p, -pg, --coverage, -fprofile-*  profiling flags for GCC
-      # -fstack-protector*   stack protector flags for GCC
-      # @file                GCC response files
-      # -tp=*                Portland pgcc target processor selection
-      # --sysroot=*          for sysroot support
-      # -O*, -g*, -flto*, -fwhopr*, -fuse-linker-plugin GCC link-time optimization
-      # -stdlib=*            select c++ std lib with clang
-      -64|-mips[0-9]|-r[0-9][0-9]*|-xarch=*|-xtarget=*|+DA*|+DD*|-q*|-m*| \
-      -t[45]*|-txscale*|-p|-pg|--coverage|-fprofile-*|-F*|@*|-tp=*|--sysroot=*| \
-      -O*|-g*|-flto*|-fwhopr*|-fuse-linker-plugin|-fstack-protector*|-stdlib=*)
-        func_quote_for_eval "$arg"
-	arg=$func_quote_for_eval_result
-        func_append compile_command " $arg"
-        func_append finalize_command " $arg"
-        func_append compiler_flags " $arg"
-        continue
-        ;;
-
-      -Z*)
-        if test os2 = "`expr $host : '.*\(os2\)'`"; then
-          # OS/2 uses -Zxxx to specify OS/2-specific options
-	  compiler_flags="$compiler_flags $arg"
-	  func_append compile_command " $arg"
-	  func_append finalize_command " $arg"
-	  case $arg in
-	  -Zlinker | -Zstack)
-	    prev=xcompiler
-	    ;;
-	  esac
-	  continue
-        else
-	  # Otherwise treat like 'Some other compiler flag' below
-	  func_quote_for_eval "$arg"
-	  arg=$func_quote_for_eval_result
-        fi
-	;;
-
-      # Some other compiler flag.
-      -* | +*)
-        func_quote_for_eval "$arg"
-	arg=$func_quote_for_eval_result
-	;;
-
-      *.$objext)
-	# A standard object.
-	func_append objs " $arg"
-	;;
-
-      *.lo)
-	# A libtool-controlled object.
-
-	# Check to see that this really is a libtool object.
-	if func_lalib_unsafe_p "$arg"; then
-	  pic_object=
-	  non_pic_object=
-
-	  # Read the .lo file
-	  func_source "$arg"
-
-	  if test -z "$pic_object" ||
-	     test -z "$non_pic_object" ||
-	     test none = "$pic_object" &&
-	     test none = "$non_pic_object"; then
-	    func_fatal_error "cannot find name of object for '$arg'"
-	  fi
-
-	  # Extract subdirectory from the argument.
-	  func_dirname "$arg" "/" ""
-	  xdir=$func_dirname_result
-
-	  test none = "$pic_object" || {
-	    # Prepend the subdirectory the object is found in.
-	    pic_object=$xdir$pic_object
-
-	    if test dlfiles = "$prev"; then
-	      if test yes = "$build_libtool_libs" && test yes = "$dlopen_support"; then
-		func_append dlfiles " $pic_object"
-		prev=
-		continue
-	      else
-		# If libtool objects are unsupported, then we need to preload.
-		prev=dlprefiles
-	      fi
-	    fi
-
-	    # CHECK ME:  I think I busted this.  -Ossama
-	    if test dlprefiles = "$prev"; then
-	      # Preload the old-style object.
-	      func_append dlprefiles " $pic_object"
-	      prev=
-	    fi
-
-	    # A PIC object.
-	    func_append libobjs " $pic_object"
-	    arg=$pic_object
-	  }
-
-	  # Non-PIC object.
-	  if test none != "$non_pic_object"; then
-	    # Prepend the subdirectory the object is found in.
-	    non_pic_object=$xdir$non_pic_object
-
-	    # A standard non-PIC object
-	    func_append non_pic_objects " $non_pic_object"
-	    if test -z "$pic_object" || test none = "$pic_object"; then
-	      arg=$non_pic_object
-	    fi
-	  else
-	    # If the PIC object exists, use it instead.
-	    # $xdir was prepended to $pic_object above.
-	    non_pic_object=$pic_object
-	    func_append non_pic_objects " $non_pic_object"
-	  fi
-	else
-	  # Only an error if not doing a dry-run.
-	  if $opt_dry_run; then
-	    # Extract subdirectory from the argument.
-	    func_dirname "$arg" "/" ""
-	    xdir=$func_dirname_result
-
-	    func_lo2o "$arg"
-	    pic_object=$xdir$objdir/$func_lo2o_result
-	    non_pic_object=$xdir$func_lo2o_result
-	    func_append libobjs " $pic_object"
-	    func_append non_pic_objects " $non_pic_object"
-	  else
-	    func_fatal_error "'$arg' is not a valid libtool object"
-	  fi
-	fi
-	;;
-
-      *.$libext)
-	# An archive.
-	func_append deplibs " $arg"
-	func_append old_deplibs " $arg"
-	continue
-	;;
-
-      *.la)
-	# A libtool-controlled library.
-
-	func_resolve_sysroot "$arg"
-	if test dlfiles = "$prev"; then
-	  # This library was specified with -dlopen.
-	  func_append dlfiles " $func_resolve_sysroot_result"
-	  prev=
-	elif test dlprefiles = "$prev"; then
-	  # The library was specified with -dlpreopen.
-	  func_append dlprefiles " $func_resolve_sysroot_result"
-	  prev=
-	else
-	  func_append deplibs " $func_resolve_sysroot_result"
-	fi
-	continue
-	;;
-
-      # Some other compiler argument.
-      *)
-	# Unknown arguments in both finalize_command and compile_command need
-	# to be aesthetically quoted because they are evaled later.
-	func_quote_for_eval "$arg"
-	arg=$func_quote_for_eval_result
-	;;
-      esac # arg
-
-      # Now actually substitute the argument into the commands.
-      if test -n "$arg"; then
-	func_append compile_command " $arg"
-	func_append finalize_command " $arg"
-      fi
-    done # argument parsing loop
-
-    test -n "$prev" && \
-      func_fatal_help "the '$prevarg' option requires an argument"
-
-    if test yes = "$export_dynamic" && test -n "$export_dynamic_flag_spec"; then
-      eval arg=\"$export_dynamic_flag_spec\"
-      func_append compile_command " $arg"
-      func_append finalize_command " $arg"
-    fi
-
-    oldlibs=
-    # calculate the name of the file, without its directory
-    func_basename "$output"
-    outputname=$func_basename_result
-    libobjs_save=$libobjs
-
-    if test -n "$shlibpath_var"; then
-      # get the directories listed in $shlibpath_var
-      eval shlib_search_path=\`\$ECHO \"\$$shlibpath_var\" \| \$SED \'s/:/ /g\'\`
-    else
-      shlib_search_path=
-    fi
-    eval sys_lib_search_path=\"$sys_lib_search_path_spec\"
-    eval sys_lib_dlsearch_path=\"$sys_lib_dlsearch_path_spec\"
-
-    # Definition is injected by LT_CONFIG during libtool generation.
-    func_munge_path_list sys_lib_dlsearch_path "$LT_SYS_LIBRARY_PATH"
-
-    func_dirname "$output" "/" ""
-    output_objdir=$func_dirname_result$objdir
-    func_to_tool_file "$output_objdir/"
-    tool_output_objdir=$func_to_tool_file_result
-    # Create the object directory.
-    func_mkdir_p "$output_objdir"
-
-    # Determine the type of output
-    case $output in
-    "")
-      func_fatal_help "you must specify an output file"
-      ;;
-    *.$libext) linkmode=oldlib ;;
-    *.lo | *.$objext) linkmode=obj ;;
-    *.la) linkmode=lib ;;
-    *) linkmode=prog ;; # Anything else should be a program.
-    esac
-
-    specialdeplibs=
-
-    libs=
-    # Find all interdependent deplibs by searching for libraries
-    # that are linked more than once (e.g. -la -lb -la)
-    for deplib in $deplibs; do
-      if $opt_preserve_dup_deps; then
-	case "$libs " in
-	*" $deplib "*) func_append specialdeplibs " $deplib" ;;
-	esac
-      fi
-      func_append libs " $deplib"
-    done
-
-    if test lib = "$linkmode"; then
-      libs="$predeps $libs $compiler_lib_search_path $postdeps"
-
-      # Compute libraries that are listed more than once in $predeps
-      # $postdeps and mark them as special (i.e., whose duplicates are
-      # not to be eliminated).
-      pre_post_deps=
-      if $opt_duplicate_compiler_generated_deps; then
-	for pre_post_dep in $predeps $postdeps; do
-	  case "$pre_post_deps " in
-	  *" $pre_post_dep "*) func_append specialdeplibs " $pre_post_deps" ;;
-	  esac
-	  func_append pre_post_deps " $pre_post_dep"
-	done
-      fi
-      pre_post_deps=
-    fi
-
-    deplibs=
-    newdependency_libs=
-    newlib_search_path=
-    need_relink=no # whether we're linking any uninstalled libtool libraries
-    notinst_deplibs= # not-installed libtool libraries
-    notinst_path= # paths that contain not-installed libtool libraries
-
-    case $linkmode in
-    lib)
-	passes="conv dlpreopen link"
-	for file in $dlfiles $dlprefiles; do
-	  case $file in
-	  *.la) ;;
-	  *)
-	    func_fatal_help "libraries can '-dlopen' only libtool libraries: $file"
-	    ;;
-	  esac
-	done
-	;;
-    prog)
-	compile_deplibs=
-	finalize_deplibs=
-	alldeplibs=false
-	newdlfiles=
-	newdlprefiles=
-	passes="conv scan dlopen dlpreopen link"
-	;;
-    *)  passes="conv"
-	;;
-    esac
-
-    for pass in $passes; do
-      # The preopen pass in lib mode reverses $deplibs; put it back here
-      # so that -L comes before libs that need it for instance...
-      if test lib,link = "$linkmode,$pass"; then
-	## FIXME: Find the place where the list is rebuilt in the wrong
-	##        order, and fix it there properly
-        tmp_deplibs=
-	for deplib in $deplibs; do
-	  tmp_deplibs="$deplib $tmp_deplibs"
-	done
-	deplibs=$tmp_deplibs
-      fi
-
-      if test lib,link = "$linkmode,$pass" ||
-	 test prog,scan = "$linkmode,$pass"; then
-	libs=$deplibs
-	deplibs=
-      fi
-      if test prog = "$linkmode"; then
-	case $pass in
-	dlopen) libs=$dlfiles ;;
-	dlpreopen) libs=$dlprefiles ;;
-	link) libs="$deplibs %DEPLIBS% $dependency_libs" ;;
-	esac
-      fi
-      if test lib,dlpreopen = "$linkmode,$pass"; then
-	# Collect and forward deplibs of preopened libtool libs
-	for lib in $dlprefiles; do
-	  # Ignore non-libtool-libs
-	  dependency_libs=
-	  func_resolve_sysroot "$lib"
-	  case $lib in
-	  *.la)	func_source "$func_resolve_sysroot_result" ;;
-	  esac
-
-	  # Collect preopened libtool deplibs, except any this library
-	  # has declared as weak libs
-	  for deplib in $dependency_libs; do
-	    func_basename "$deplib"
-            deplib_base=$func_basename_result
-	    case " $weak_libs " in
-	    *" $deplib_base "*) ;;
-	    *) func_append deplibs " $deplib" ;;
-	    esac
-	  done
-	done
-	libs=$dlprefiles
-      fi
-      if test dlopen = "$pass"; then
-	# Collect dlpreopened libraries
-	save_deplibs=$deplibs
-	deplibs=
-      fi
-
-      for deplib in $libs; do
-	lib=
-	found=false
-	case $deplib in
-	-mt|-mthreads|-kthread|-Kthread|-pthread|-pthreads|--thread-safe \
-        |-threads|-fopenmp|-openmp|-mp|-xopenmp|-omp|-qsmp=*)
-	  if test prog,link = "$linkmode,$pass"; then
-	    compile_deplibs="$deplib $compile_deplibs"
-	    finalize_deplibs="$deplib $finalize_deplibs"
-	  else
-	    func_append compiler_flags " $deplib"
-	    if test lib = "$linkmode"; then
-		case "$new_inherited_linker_flags " in
-		    *" $deplib "*) ;;
-		    * ) func_append new_inherited_linker_flags " $deplib" ;;
-		esac
-	    fi
-	  fi
-	  continue
-	  ;;
-	-l*)
-	  if test lib != "$linkmode" && test prog != "$linkmode"; then
-	    func_warning "'-l' is ignored for archives/objects"
-	    continue
-	  fi
-	  func_stripname '-l' '' "$deplib"
-	  name=$func_stripname_result
-	  if test lib = "$linkmode"; then
-	    searchdirs="$newlib_search_path $lib_search_path $compiler_lib_search_dirs $sys_lib_search_path $shlib_search_path"
-	  else
-	    searchdirs="$newlib_search_path $lib_search_path $sys_lib_search_path $shlib_search_path"
-	  fi
-	  for searchdir in $searchdirs; do
-	    for search_ext in .la $std_shrext .so .a; do
-	      # Search the libtool library
-	      lib=$searchdir/lib$name$search_ext
-	      if test -f "$lib"; then
-		if test .la = "$search_ext"; then
-		  found=:
-		else
-		  found=false
-		fi
-		break 2
-	      fi
-	    done
-	  done
-	  if $found; then
-	    # deplib is a libtool library
-	    # If $allow_libtool_libs_with_static_runtimes && $deplib is a stdlib,
-	    # We need to do some special things here, and not later.
-	    if test yes = "$allow_libtool_libs_with_static_runtimes"; then
-	      case " $predeps $postdeps " in
-	      *" $deplib "*)
-		if func_lalib_p "$lib"; then
-		  library_names=
-		  old_library=
-		  func_source "$lib"
-		  for l in $old_library $library_names; do
-		    ll=$l
-		  done
-		  if test "X$ll" = "X$old_library"; then # only static version available
-		    found=false
-		    func_dirname "$lib" "" "."
-		    ladir=$func_dirname_result
-		    lib=$ladir/$old_library
-		    if test prog,link = "$linkmode,$pass"; then
-		      compile_deplibs="$deplib $compile_deplibs"
-		      finalize_deplibs="$deplib $finalize_deplibs"
-		    else
-		      deplibs="$deplib $deplibs"
-		      test lib = "$linkmode" && newdependency_libs="$deplib $newdependency_libs"
-		    fi
-		    continue
-		  fi
-		fi
-		;;
-	      *) ;;
-	      esac
-	    fi
-	  else
-	    # deplib doesn't seem to be a libtool library
-	    if test prog,link = "$linkmode,$pass"; then
-	      compile_deplibs="$deplib $compile_deplibs"
-	      finalize_deplibs="$deplib $finalize_deplibs"
-	    else
-	      deplibs="$deplib $deplibs"
-	      test lib = "$linkmode" && newdependency_libs="$deplib $newdependency_libs"
-	    fi
-	    continue
-	  fi
-	  ;; # -l
-	*.ltframework)
-	  if test prog,link = "$linkmode,$pass"; then
-	    compile_deplibs="$deplib $compile_deplibs"
-	    finalize_deplibs="$deplib $finalize_deplibs"
-	  else
-	    deplibs="$deplib $deplibs"
-	    if test lib = "$linkmode"; then
-		case "$new_inherited_linker_flags " in
-		    *" $deplib "*) ;;
-		    * ) func_append new_inherited_linker_flags " $deplib" ;;
-		esac
-	    fi
-	  fi
-	  continue
-	  ;;
-	-L*)
-	  case $linkmode in
-	  lib)
-	    deplibs="$deplib $deplibs"
-	    test conv = "$pass" && continue
-	    newdependency_libs="$deplib $newdependency_libs"
-	    func_stripname '-L' '' "$deplib"
-	    func_resolve_sysroot "$func_stripname_result"
-	    func_append newlib_search_path " $func_resolve_sysroot_result"
-	    ;;
-	  prog)
-	    if test conv = "$pass"; then
-	      deplibs="$deplib $deplibs"
-	      continue
-	    fi
-	    if test scan = "$pass"; then
-	      deplibs="$deplib $deplibs"
-	    else
-	      compile_deplibs="$deplib $compile_deplibs"
-	      finalize_deplibs="$deplib $finalize_deplibs"
-	    fi
-	    func_stripname '-L' '' "$deplib"
-	    func_resolve_sysroot "$func_stripname_result"
-	    func_append newlib_search_path " $func_resolve_sysroot_result"
-	    ;;
-	  *)
-	    func_warning "'-L' is ignored for archives/objects"
-	    ;;
-	  esac # linkmode
-	  continue
-	  ;; # -L
-	-R*)
-	  if test link = "$pass"; then
-	    func_stripname '-R' '' "$deplib"
-	    func_resolve_sysroot "$func_stripname_result"
-	    dir=$func_resolve_sysroot_result
-	    # Make sure the xrpath contains only unique directories.
-	    case "$xrpath " in
-	    *" $dir "*) ;;
-	    *) func_append xrpath " $dir" ;;
-	    esac
-	  fi
-	  deplibs="$deplib $deplibs"
-	  continue
-	  ;;
-	*.la)
-	  func_resolve_sysroot "$deplib"
-	  lib=$func_resolve_sysroot_result
-	  ;;
-	*.$libext)
-	  if test conv = "$pass"; then
-	    deplibs="$deplib $deplibs"
-	    continue
-	  fi
-	  case $linkmode in
-	  lib)
-	    # Linking convenience modules into shared libraries is allowed,
-	    # but linking other static libraries is non-portable.
-	    case " $dlpreconveniencelibs " in
-	    *" $deplib "*) ;;
-	    *)
-	      valid_a_lib=false
-	      case $deplibs_check_method in
-		match_pattern*)
-		  set dummy $deplibs_check_method; shift
-		  match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
-		  if eval "\$ECHO \"$deplib\"" 2>/dev/null | $SED 10q \
-		    | $EGREP "$match_pattern_regex" > /dev/null; then
-		    valid_a_lib=:
-		  fi
-		;;
-		pass_all)
-		  valid_a_lib=:
-		;;
-	      esac
-	      if $valid_a_lib; then
-		echo
-		$ECHO "*** Warning: Linking the shared library $output against the"
-		$ECHO "*** static library $deplib is not portable!"
-		deplibs="$deplib $deplibs"
-	      else
-		echo
-		$ECHO "*** Warning: Trying to link with static lib archive $deplib."
-		echo "*** I have the capability to make that library automatically link in when"
-		echo "*** you link to this library.  But I can only do this if you have a"
-		echo "*** shared version of the library, which you do not appear to have"
-		echo "*** because the file extensions .$libext of this argument makes me believe"
-		echo "*** that it is just a static archive that I should not use here."
-	      fi
-	      ;;
-	    esac
-	    continue
-	    ;;
-	  prog)
-	    if test link != "$pass"; then
-	      deplibs="$deplib $deplibs"
-	    else
-	      compile_deplibs="$deplib $compile_deplibs"
-	      finalize_deplibs="$deplib $finalize_deplibs"
-	    fi
-	    continue
-	    ;;
-	  esac # linkmode
-	  ;; # *.$libext
-	*.lo | *.$objext)
-	  if test conv = "$pass"; then
-	    deplibs="$deplib $deplibs"
-	  elif test prog = "$linkmode"; then
-	    if test dlpreopen = "$pass" || test yes != "$dlopen_support" || test no = "$build_libtool_libs"; then
-	      # If there is no dlopen support or we're linking statically,
-	      # we need to preload.
-	      func_append newdlprefiles " $deplib"
-	      compile_deplibs="$deplib $compile_deplibs"
-	      finalize_deplibs="$deplib $finalize_deplibs"
-	    else
-	      func_append newdlfiles " $deplib"
-	    fi
-	  fi
-	  continue
-	  ;;
-	%DEPLIBS%)
-	  alldeplibs=:
-	  continue
-	  ;;
-	esac # case $deplib
-
-	$found || test -f "$lib" \
-	  || func_fatal_error "cannot find the library '$lib' or unhandled argument '$deplib'"
-
-	# Check to see that this really is a libtool archive.
-	func_lalib_unsafe_p "$lib" \
-	  || func_fatal_error "'$lib' is not a valid libtool archive"
-
-	func_dirname "$lib" "" "."
-	ladir=$func_dirname_result
-
-	dlname=
-	dlopen=
-	dlpreopen=
-	libdir=
-	library_names=
-	old_library=
-	inherited_linker_flags=
-	# If the library was installed with an old release of libtool,
-	# it will not redefine variables installed, or shouldnotlink
-	installed=yes
-	shouldnotlink=no
-	avoidtemprpath=
-
-
-	# Read the .la file
-	func_source "$lib"
-
-	# Convert "-framework foo" to "foo.ltframework"
-	if test -n "$inherited_linker_flags"; then
-	  tmp_inherited_linker_flags=`$ECHO "$inherited_linker_flags" | $SED 's/-framework \([^ $]*\)/\1.ltframework/g'`
-	  for tmp_inherited_linker_flag in $tmp_inherited_linker_flags; do
-	    case " $new_inherited_linker_flags " in
-	      *" $tmp_inherited_linker_flag "*) ;;
-	      *) func_append new_inherited_linker_flags " $tmp_inherited_linker_flag";;
-	    esac
-	  done
-	fi
-	dependency_libs=`$ECHO " $dependency_libs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
-	if test lib,link = "$linkmode,$pass" ||
-	   test prog,scan = "$linkmode,$pass" ||
-	   { test prog != "$linkmode" && test lib != "$linkmode"; }; then
-	  test -n "$dlopen" && func_append dlfiles " $dlopen"
-	  test -n "$dlpreopen" && func_append dlprefiles " $dlpreopen"
-	fi
-
-	if test conv = "$pass"; then
-	  # Only check for convenience libraries
-	  deplibs="$lib $deplibs"
-	  if test -z "$libdir"; then
-	    if test -z "$old_library"; then
-	      func_fatal_error "cannot find name of link library for '$lib'"
-	    fi
-	    # It is a libtool convenience library, so add in its objects.
-	    func_append convenience " $ladir/$objdir/$old_library"
-	    func_append old_convenience " $ladir/$objdir/$old_library"
-	  elif test prog != "$linkmode" && test lib != "$linkmode"; then
-	    func_fatal_error "'$lib' is not a convenience library"
-	  fi
-	  tmp_libs=
-	  for deplib in $dependency_libs; do
-	    deplibs="$deplib $deplibs"
-	    if $opt_preserve_dup_deps; then
-	      case "$tmp_libs " in
-	      *" $deplib "*) func_append specialdeplibs " $deplib" ;;
-	      esac
-	    fi
-	    func_append tmp_libs " $deplib"
-	  done
-	  continue
-	fi # $pass = conv
-
-
-	# Get the name of the library we link against.
-	linklib=
-	if test -n "$old_library" &&
-	   { test yes = "$prefer_static_libs" ||
-	     test built,no = "$prefer_static_libs,$installed"; }; then
-	  linklib=$old_library
-	else
-	  for l in $old_library $library_names; do
-	    linklib=$l
-	  done
-	fi
-	if test -z "$linklib"; then
-	  func_fatal_error "cannot find name of link library for '$lib'"
-	fi
-
-	# This library was specified with -dlopen.
-	if test dlopen = "$pass"; then
-	  test -z "$libdir" \
-	    && func_fatal_error "cannot -dlopen a convenience library: '$lib'"
-	  if test -z "$dlname" ||
-	     test yes != "$dlopen_support" ||
-	     test no = "$build_libtool_libs"
-	  then
-	    # If there is no dlname, no dlopen support or we're linking
-	    # statically, we need to preload.  We also need to preload any
-	    # dependent libraries so libltdl's deplib preloader doesn't
-	    # bomb out in the load deplibs phase.
-	    func_append dlprefiles " $lib $dependency_libs"
-	  else
-	    func_append newdlfiles " $lib"
-	  fi
-	  continue
-	fi # $pass = dlopen
-
-	# We need an absolute path.
-	case $ladir in
-	[\\/]* | [A-Za-z]:[\\/]*) abs_ladir=$ladir ;;
-	*)
-	  abs_ladir=`cd "$ladir" && pwd`
-	  if test -z "$abs_ladir"; then
-	    func_warning "cannot determine absolute directory name of '$ladir'"
-	    func_warning "passing it literally to the linker, although it might fail"
-	    abs_ladir=$ladir
-	  fi
-	  ;;
-	esac
-	func_basename "$lib"
-	laname=$func_basename_result
-
-	# Find the relevant object directory and library name.
-	if test yes = "$installed"; then
-	  if test ! -f "$lt_sysroot$libdir/$linklib" && test -f "$abs_ladir/$linklib"; then
-	    func_warning "library '$lib' was moved."
-	    dir=$ladir
-	    absdir=$abs_ladir
-	    libdir=$abs_ladir
-	  else
-	    dir=$lt_sysroot$libdir
-	    absdir=$lt_sysroot$libdir
-	  fi
-	  test yes = "$hardcode_automatic" && avoidtemprpath=yes
-	else
-	  if test ! -f "$ladir/$objdir/$linklib" && test -f "$abs_ladir/$linklib"; then
-	    dir=$ladir
-	    absdir=$abs_ladir
-	    # Remove this search path later
-	    func_append notinst_path " $abs_ladir"
-	  else
-	    dir=$ladir/$objdir
-	    absdir=$abs_ladir/$objdir
-	    # Remove this search path later
-	    func_append notinst_path " $abs_ladir"
-	  fi
-	fi # $installed = yes
-	func_stripname 'lib' '.la' "$laname"
-	name=$func_stripname_result
-
-	# This library was specified with -dlpreopen.
-	if test dlpreopen = "$pass"; then
-	  if test -z "$libdir" && test prog = "$linkmode"; then
-	    func_fatal_error "only libraries may -dlpreopen a convenience library: '$lib'"
-	  fi
-	  case $host in
-	    # special handling for platforms with PE-DLLs.
-	    *cygwin* | *mingw* | *cegcc* )
-	      # Linker will automatically link against shared library if both
-	      # static and shared are present.  Therefore, ensure we extract
-	      # symbols from the import library if a shared library is present
-	      # (otherwise, the dlopen module name will be incorrect).  We do
-	      # this by putting the import library name into $newdlprefiles.
-	      # We recover the dlopen module name by 'saving' the la file
-	      # name in a special purpose variable, and (later) extracting the
-	      # dlname from the la file.
-	      if test -n "$dlname"; then
-	        func_tr_sh "$dir/$linklib"
-	        eval "libfile_$func_tr_sh_result=\$abs_ladir/\$laname"
-	        func_append newdlprefiles " $dir/$linklib"
-	      else
-	        func_append newdlprefiles " $dir/$old_library"
-	        # Keep a list of preopened convenience libraries to check
-	        # that they are being used correctly in the link pass.
-	        test -z "$libdir" && \
-	          func_append dlpreconveniencelibs " $dir/$old_library"
-	      fi
-	    ;;
-	    * )
-	      # Prefer using a static library (so that no silly _DYNAMIC symbols
-	      # are required to link).
-	      if test -n "$old_library"; then
-	        func_append newdlprefiles " $dir/$old_library"
-	        # Keep a list of preopened convenience libraries to check
-	        # that they are being used correctly in the link pass.
-	        test -z "$libdir" && \
-	          func_append dlpreconveniencelibs " $dir/$old_library"
-	      # Otherwise, use the dlname, so that lt_dlopen finds it.
-	      elif test -n "$dlname"; then
-	        func_append newdlprefiles " $dir/$dlname"
-	      else
-	        func_append newdlprefiles " $dir/$linklib"
-	      fi
-	    ;;
-	  esac
-	fi # $pass = dlpreopen
-
-	if test -z "$libdir"; then
-	  # Link the convenience library
-	  if test lib = "$linkmode"; then
-	    deplibs="$dir/$old_library $deplibs"
-	  elif test prog,link = "$linkmode,$pass"; then
-	    compile_deplibs="$dir/$old_library $compile_deplibs"
-	    finalize_deplibs="$dir/$old_library $finalize_deplibs"
-	  else
-	    deplibs="$lib $deplibs" # used for prog,scan pass
-	  fi
-	  continue
-	fi
-
-
-	if test prog = "$linkmode" && test link != "$pass"; then
-	  func_append newlib_search_path " $ladir"
-	  deplibs="$lib $deplibs"
-
-	  linkalldeplibs=false
-	  if test no != "$link_all_deplibs" || test -z "$library_names" ||
-	     test no = "$build_libtool_libs"; then
-	    linkalldeplibs=:
-	  fi
-
-	  tmp_libs=
-	  for deplib in $dependency_libs; do
-	    case $deplib in
-	    -L*) func_stripname '-L' '' "$deplib"
-	         func_resolve_sysroot "$func_stripname_result"
-	         func_append newlib_search_path " $func_resolve_sysroot_result"
-		 ;;
-	    esac
-	    # Need to link against all dependency_libs?
-	    if $linkalldeplibs; then
-	      deplibs="$deplib $deplibs"
-	    else
-	      # Need to hardcode shared library paths
-	      # or/and link against static libraries
-	      newdependency_libs="$deplib $newdependency_libs"
-	    fi
-	    if $opt_preserve_dup_deps; then
-	      case "$tmp_libs " in
-	      *" $deplib "*) func_append specialdeplibs " $deplib" ;;
-	      esac
-	    fi
-	    func_append tmp_libs " $deplib"
-	  done # for deplib
-	  continue
-	fi # $linkmode = prog...
-
-	if test prog,link = "$linkmode,$pass"; then
-	  if test -n "$library_names" &&
-	     { { test no = "$prefer_static_libs" ||
-	         test built,yes = "$prefer_static_libs,$installed"; } ||
-	       test -z "$old_library"; }; then
-	    # We need to hardcode the library path
-	    if test -n "$shlibpath_var" && test -z "$avoidtemprpath"; then
-	      # Make sure the rpath contains only unique directories.
-	      case $temp_rpath: in
-	      *"$absdir:"*) ;;
-	      *) func_append temp_rpath "$absdir:" ;;
-	      esac
-	    fi
-
-	    # Hardcode the library path.
-	    # Skip directories that are in the system default run-time
-	    # search path.
-	    case " $sys_lib_dlsearch_path " in
-	    *" $absdir "*) ;;
-	    *)
-	      case "$compile_rpath " in
-	      *" $absdir "*) ;;
-	      *) func_append compile_rpath " $absdir" ;;
-	      esac
-	      ;;
-	    esac
-	    case " $sys_lib_dlsearch_path " in
-	    *" $libdir "*) ;;
-	    *)
-	      case "$finalize_rpath " in
-	      *" $libdir "*) ;;
-	      *) func_append finalize_rpath " $libdir" ;;
-	      esac
-	      ;;
-	    esac
-	  fi # $linkmode,$pass = prog,link...
-
-	  if $alldeplibs &&
-	     { test pass_all = "$deplibs_check_method" ||
-	       { test yes = "$build_libtool_libs" &&
-		 test -n "$library_names"; }; }; then
-	    # We only need to search for static libraries
-	    continue
-	  fi
-	fi
-
-	link_static=no # Whether the deplib will be linked statically
-	use_static_libs=$prefer_static_libs
-	if test built = "$use_static_libs" && test yes = "$installed"; then
-	  use_static_libs=no
-	fi
-	if test -n "$library_names" &&
-	   { test no = "$use_static_libs" || test -z "$old_library"; }; then
-	  case $host in
-	  *cygwin* | *mingw* | *cegcc* | *os2*)
-	      # No point in relinking DLLs because paths are not encoded
-	      func_append notinst_deplibs " $lib"
-	      need_relink=no
-	    ;;
-	  *)
-	    if test no = "$installed"; then
-	      func_append notinst_deplibs " $lib"
-	      need_relink=yes
-	    fi
-	    ;;
-	  esac
-	  # This is a shared library
-
-	  # Warn about portability, can't link against -module's on some
-	  # systems (darwin).  Don't bleat about dlopened modules though!
-	  dlopenmodule=
-	  for dlpremoduletest in $dlprefiles; do
-	    if test "X$dlpremoduletest" = "X$lib"; then
-	      dlopenmodule=$dlpremoduletest
-	      break
-	    fi
-	  done
-	  if test -z "$dlopenmodule" && test yes = "$shouldnotlink" && test link = "$pass"; then
-	    echo
-	    if test prog = "$linkmode"; then
-	      $ECHO "*** Warning: Linking the executable $output against the loadable module"
-	    else
-	      $ECHO "*** Warning: Linking the shared library $output against the loadable module"
-	    fi
-	    $ECHO "*** $linklib is not portable!"
-	  fi
-	  if test lib = "$linkmode" &&
-	     test yes = "$hardcode_into_libs"; then
-	    # Hardcode the library path.
-	    # Skip directories that are in the system default run-time
-	    # search path.
-	    case " $sys_lib_dlsearch_path " in
-	    *" $absdir "*) ;;
-	    *)
-	      case "$compile_rpath " in
-	      *" $absdir "*) ;;
-	      *) func_append compile_rpath " $absdir" ;;
-	      esac
-	      ;;
-	    esac
-	    case " $sys_lib_dlsearch_path " in
-	    *" $libdir "*) ;;
-	    *)
-	      case "$finalize_rpath " in
-	      *" $libdir "*) ;;
-	      *) func_append finalize_rpath " $libdir" ;;
-	      esac
-	      ;;
-	    esac
-	  fi
-
-	  if test -n "$old_archive_from_expsyms_cmds"; then
-	    # figure out the soname
-	    set dummy $library_names
-	    shift
-	    realname=$1
-	    shift
-	    libname=`eval "\\$ECHO \"$libname_spec\""`
-	    # use dlname if we got it. it's perfectly good, no?
-	    if test -n "$dlname"; then
-	      soname=$dlname
-	    elif test -n "$soname_spec"; then
-	      # bleh windows
-	      case $host in
-	      *cygwin* | mingw* | *cegcc* | *os2*)
-	        func_arith $current - $age
-		major=$func_arith_result
-		versuffix=-$major
-		;;
-	      esac
-	      eval soname=\"$soname_spec\"
-	    else
-	      soname=$realname
-	    fi
-
-	    # Make a new name for the extract_expsyms_cmds to use
-	    soroot=$soname
-	    func_basename "$soroot"
-	    soname=$func_basename_result
-	    func_stripname 'lib' '.dll' "$soname"
-	    newlib=libimp-$func_stripname_result.a
-
-	    # If the library has no export list, then create one now
-	    if test -f "$output_objdir/$soname-def"; then :
-	    else
-	      func_verbose "extracting exported symbol list from '$soname'"
-	      func_execute_cmds "$extract_expsyms_cmds" 'exit $?'
-	    fi
-
-	    # Create $newlib
-	    if test -f "$output_objdir/$newlib"; then :; else
-	      func_verbose "generating import library for '$soname'"
-	      func_execute_cmds "$old_archive_from_expsyms_cmds" 'exit $?'
-	    fi
-	    # make sure the library variables are pointing to the new library
-	    dir=$output_objdir
-	    linklib=$newlib
-	  fi # test -n "$old_archive_from_expsyms_cmds"
-
-	  if test prog = "$linkmode" || test relink != "$opt_mode"; then
-	    add_shlibpath=
-	    add_dir=
-	    add=
-	    lib_linked=yes
-	    case $hardcode_action in
-	    immediate | unsupported)
-	      if test no = "$hardcode_direct"; then
-		add=$dir/$linklib
-		case $host in
-		  *-*-sco3.2v5.0.[024]*) add_dir=-L$dir ;;
-		  *-*-sysv4*uw2*) add_dir=-L$dir ;;
-		  *-*-sysv5OpenUNIX* | *-*-sysv5UnixWare7.[01].[10]* | \
-		    *-*-unixware7*) add_dir=-L$dir ;;
-		  *-*-darwin* )
-		    # if the lib is a (non-dlopened) module then we cannot
-		    # link against it, someone is ignoring the earlier warnings
-		    if /usr/bin/file -L $add 2> /dev/null |
-			 $GREP ": [^:]* bundle" >/dev/null; then
-		      if test "X$dlopenmodule" != "X$lib"; then
-			$ECHO "*** Warning: lib $linklib is a module, not a shared library"
-			if test -z "$old_library"; then
-			  echo
-			  echo "*** And there doesn't seem to be a static archive available"
-			  echo "*** The link will probably fail, sorry"
-			else
-			  add=$dir/$old_library
-			fi
-		      elif test -n "$old_library"; then
-			add=$dir/$old_library
-		      fi
-		    fi
-		esac
-	      elif test no = "$hardcode_minus_L"; then
-		case $host in
-		*-*-sunos*) add_shlibpath=$dir ;;
-		esac
-		add_dir=-L$dir
-		add=-l$name
-	      elif test no = "$hardcode_shlibpath_var"; then
-		add_shlibpath=$dir
-		add=-l$name
-	      else
-		lib_linked=no
-	      fi
-	      ;;
-	    relink)
-	      if test yes = "$hardcode_direct" &&
-	         test no = "$hardcode_direct_absolute"; then
-		add=$dir/$linklib
-	      elif test yes = "$hardcode_minus_L"; then
-		add_dir=-L$absdir
-		# Try looking first in the location we're being installed to.
-		if test -n "$inst_prefix_dir"; then
-		  case $libdir in
-		    [\\/]*)
-		      func_append add_dir " -L$inst_prefix_dir$libdir"
-		      ;;
-		  esac
-		fi
-		add=-l$name
-	      elif test yes = "$hardcode_shlibpath_var"; then
-		add_shlibpath=$dir
-		add=-l$name
-	      else
-		lib_linked=no
-	      fi
-	      ;;
-	    *) lib_linked=no ;;
-	    esac
-
-	    if test yes != "$lib_linked"; then
-	      func_fatal_configuration "unsupported hardcode properties"
-	    fi
-
-	    if test -n "$add_shlibpath"; then
-	      case :$compile_shlibpath: in
-	      *":$add_shlibpath:"*) ;;
-	      *) func_append compile_shlibpath "$add_shlibpath:" ;;
-	      esac
-	    fi
-	    if test prog = "$linkmode"; then
-	      test -n "$add_dir" && compile_deplibs="$add_dir $compile_deplibs"
-	      test -n "$add" && compile_deplibs="$add $compile_deplibs"
-	    else
-	      test -n "$add_dir" && deplibs="$add_dir $deplibs"
-	      test -n "$add" && deplibs="$add $deplibs"
-	      if test yes != "$hardcode_direct" &&
-		 test yes != "$hardcode_minus_L" &&
-		 test yes = "$hardcode_shlibpath_var"; then
-		case :$finalize_shlibpath: in
-		*":$libdir:"*) ;;
-		*) func_append finalize_shlibpath "$libdir:" ;;
-		esac
-	      fi
-	    fi
-	  fi
-
-	  if test prog = "$linkmode" || test relink = "$opt_mode"; then
-	    add_shlibpath=
-	    add_dir=
-	    add=
-	    # Finalize command for both is simple: just hardcode it.
-	    if test yes = "$hardcode_direct" &&
-	       test no = "$hardcode_direct_absolute"; then
-	      add=$libdir/$linklib
-	    elif test yes = "$hardcode_minus_L"; then
-	      add_dir=-L$libdir
-	      add=-l$name
-	    elif test yes = "$hardcode_shlibpath_var"; then
-	      case :$finalize_shlibpath: in
-	      *":$libdir:"*) ;;
-	      *) func_append finalize_shlibpath "$libdir:" ;;
-	      esac
-	      add=-l$name
-	    elif test yes = "$hardcode_automatic"; then
-	      if test -n "$inst_prefix_dir" &&
-		 test -f "$inst_prefix_dir$libdir/$linklib"; then
-		add=$inst_prefix_dir$libdir/$linklib
-	      else
-		add=$libdir/$linklib
-	      fi
-	    else
-	      # We cannot seem to hardcode it, guess we'll fake it.
-	      add_dir=-L$libdir
-	      # Try looking first in the location we're being installed to.
-	      if test -n "$inst_prefix_dir"; then
-		case $libdir in
-		  [\\/]*)
-		    func_append add_dir " -L$inst_prefix_dir$libdir"
-		    ;;
-		esac
-	      fi
-	      add=-l$name
-	    fi
-
-	    if test prog = "$linkmode"; then
-	      test -n "$add_dir" && finalize_deplibs="$add_dir $finalize_deplibs"
-	      test -n "$add" && finalize_deplibs="$add $finalize_deplibs"
-	    else
-	      test -n "$add_dir" && deplibs="$add_dir $deplibs"
-	      test -n "$add" && deplibs="$add $deplibs"
-	    fi
-	  fi
-	elif test prog = "$linkmode"; then
-	  # Here we assume that one of hardcode_direct or hardcode_minus_L
-	  # is not unsupported.  This is valid on all known static and
-	  # shared platforms.
-	  if test unsupported != "$hardcode_direct"; then
-	    test -n "$old_library" && linklib=$old_library
-	    compile_deplibs="$dir/$linklib $compile_deplibs"
-	    finalize_deplibs="$dir/$linklib $finalize_deplibs"
-	  else
-	    compile_deplibs="-l$name -L$dir $compile_deplibs"
-	    finalize_deplibs="-l$name -L$dir $finalize_deplibs"
-	  fi
-	elif test yes = "$build_libtool_libs"; then
-	  # Not a shared library
-	  if test pass_all != "$deplibs_check_method"; then
-	    # We're trying link a shared library against a static one
-	    # but the system doesn't support it.
-
-	    # Just print a warning and add the library to dependency_libs so
-	    # that the program can be linked against the static library.
-	    echo
-	    $ECHO "*** Warning: This system cannot link to static lib archive $lib."
-	    echo "*** I have the capability to make that library automatically link in when"
-	    echo "*** you link to this library.  But I can only do this if you have a"
-	    echo "*** shared version of the library, which you do not appear to have."
-	    if test yes = "$module"; then
-	      echo "*** But as you try to build a module library, libtool will still create "
-	      echo "*** a static module, that should work as long as the dlopening application"
-	      echo "*** is linked with the -dlopen flag to resolve symbols at runtime."
-	      if test -z "$global_symbol_pipe"; then
-		echo
-		echo "*** However, this would only work if libtool was able to extract symbol"
-		echo "*** lists from a program, using 'nm' or equivalent, but libtool could"
-		echo "*** not find such a program.  So, this module is probably useless."
-		echo "*** 'nm' from GNU binutils and a full rebuild may help."
-	      fi
-	      if test no = "$build_old_libs"; then
-		build_libtool_libs=module
-		build_old_libs=yes
-	      else
-		build_libtool_libs=no
-	      fi
-	    fi
-	  else
-	    deplibs="$dir/$old_library $deplibs"
-	    link_static=yes
-	  fi
-	fi # link shared/static library?
-
-	if test lib = "$linkmode"; then
-	  if test -n "$dependency_libs" &&
-	     { test yes != "$hardcode_into_libs" ||
-	       test yes = "$build_old_libs" ||
-	       test yes = "$link_static"; }; then
-	    # Extract -R from dependency_libs
-	    temp_deplibs=
-	    for libdir in $dependency_libs; do
-	      case $libdir in
-	      -R*) func_stripname '-R' '' "$libdir"
-	           temp_xrpath=$func_stripname_result
-		   case " $xrpath " in
-		   *" $temp_xrpath "*) ;;
-		   *) func_append xrpath " $temp_xrpath";;
-		   esac;;
-	      *) func_append temp_deplibs " $libdir";;
-	      esac
-	    done
-	    dependency_libs=$temp_deplibs
-	  fi
-
-	  func_append newlib_search_path " $absdir"
-	  # Link against this library
-	  test no = "$link_static" && newdependency_libs="$abs_ladir/$laname $newdependency_libs"
-	  # ... and its dependency_libs
-	  tmp_libs=
-	  for deplib in $dependency_libs; do
-	    newdependency_libs="$deplib $newdependency_libs"
-	    case $deplib in
-              -L*) func_stripname '-L' '' "$deplib"
-                   func_resolve_sysroot "$func_stripname_result";;
-              *) func_resolve_sysroot "$deplib" ;;
-            esac
-	    if $opt_preserve_dup_deps; then
-	      case "$tmp_libs " in
-	      *" $func_resolve_sysroot_result "*)
-                func_append specialdeplibs " $func_resolve_sysroot_result" ;;
-	      esac
-	    fi
-	    func_append tmp_libs " $func_resolve_sysroot_result"
-	  done
-
-	  if test no != "$link_all_deplibs"; then
-	    # Add the search paths of all dependency libraries
-	    for deplib in $dependency_libs; do
-	      path=
-	      case $deplib in
-	      -L*) path=$deplib ;;
-	      *.la)
-	        func_resolve_sysroot "$deplib"
-	        deplib=$func_resolve_sysroot_result
-	        func_dirname "$deplib" "" "."
-		dir=$func_dirname_result
-		# We need an absolute path.
-		case $dir in
-		[\\/]* | [A-Za-z]:[\\/]*) absdir=$dir ;;
-		*)
-		  absdir=`cd "$dir" && pwd`
-		  if test -z "$absdir"; then
-		    func_warning "cannot determine absolute directory name of '$dir'"
-		    absdir=$dir
-		  fi
-		  ;;
-		esac
-		if $GREP "^installed=no" $deplib > /dev/null; then
-		case $host in
-		*-*-darwin*)
-		  depdepl=
-		  eval deplibrary_names=`$SED -n -e 's/^library_names=\(.*\)$/\1/p' $deplib`
-		  if test -n "$deplibrary_names"; then
-		    for tmp in $deplibrary_names; do
-		      depdepl=$tmp
-		    done
-		    if test -f "$absdir/$objdir/$depdepl"; then
-		      depdepl=$absdir/$objdir/$depdepl
-		      darwin_install_name=`$OTOOL -L $depdepl | awk '{if (NR == 2) {print $1;exit}}'`
-                      if test -z "$darwin_install_name"; then
-                          darwin_install_name=`$OTOOL64 -L $depdepl  | awk '{if (NR == 2) {print $1;exit}}'`
-                      fi
-		      func_append compiler_flags " $wl-dylib_file $wl$darwin_install_name:$depdepl"
-		      func_append linker_flags " -dylib_file $darwin_install_name:$depdepl"
-		      path=
-		    fi
-		  fi
-		  ;;
-		*)
-		  path=-L$absdir/$objdir
-		  ;;
-		esac
-		else
-		  eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $deplib`
-		  test -z "$libdir" && \
-		    func_fatal_error "'$deplib' is not a valid libtool archive"
-		  test "$absdir" != "$libdir" && \
-		    func_warning "'$deplib' seems to be moved"
-
-		  path=-L$absdir
-		fi
-		;;
-	      esac
-	      case " $deplibs " in
-	      *" $path "*) ;;
-	      *) deplibs="$path $deplibs" ;;
-	      esac
-	    done
-	  fi # link_all_deplibs != no
-	fi # linkmode = lib
-      done # for deplib in $libs
-      if test link = "$pass"; then
-	if test prog = "$linkmode"; then
-	  compile_deplibs="$new_inherited_linker_flags $compile_deplibs"
-	  finalize_deplibs="$new_inherited_linker_flags $finalize_deplibs"
-	else
-	  compiler_flags="$compiler_flags "`$ECHO " $new_inherited_linker_flags" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
-	fi
-      fi
-      dependency_libs=$newdependency_libs
-      if test dlpreopen = "$pass"; then
-	# Link the dlpreopened libraries before other libraries
-	for deplib in $save_deplibs; do
-	  deplibs="$deplib $deplibs"
-	done
-      fi
-      if test dlopen != "$pass"; then
-	test conv = "$pass" || {
-	  # Make sure lib_search_path contains only unique directories.
-	  lib_search_path=
-	  for dir in $newlib_search_path; do
-	    case "$lib_search_path " in
-	    *" $dir "*) ;;
-	    *) func_append lib_search_path " $dir" ;;
-	    esac
-	  done
-	  newlib_search_path=
-	}
-
-	if test prog,link = "$linkmode,$pass"; then
-	  vars="compile_deplibs finalize_deplibs"
-	else
-	  vars=deplibs
-	fi
-	for var in $vars dependency_libs; do
-	  # Add libraries to $var in reverse order
-	  eval tmp_libs=\"\$$var\"
-	  new_libs=
-	  for deplib in $tmp_libs; do
-	    # FIXME: Pedantically, this is the right thing to do, so
-	    #        that some nasty dependency loop isn't accidentally
-	    #        broken:
-	    #new_libs="$deplib $new_libs"
-	    # Pragmatically, this seems to cause very few problems in
-	    # practice:
-	    case $deplib in
-	    -L*) new_libs="$deplib $new_libs" ;;
-	    -R*) ;;
-	    *)
-	      # And here is the reason: when a library appears more
-	      # than once as an explicit dependence of a library, or
-	      # is implicitly linked in more than once by the
-	      # compiler, it is considered special, and multiple
-	      # occurrences thereof are not removed.  Compare this
-	      # with having the same library being listed as a
-	      # dependency of multiple other libraries: in this case,
-	      # we know (pedantically, we assume) the library does not
-	      # need to be listed more than once, so we keep only the
-	      # last copy.  This is not always right, but it is rare
-	      # enough that we require users that really mean to play
-	      # such unportable linking tricks to link the library
-	      # using -Wl,-lname, so that libtool does not consider it
-	      # for duplicate removal.
-	      case " $specialdeplibs " in
-	      *" $deplib "*) new_libs="$deplib $new_libs" ;;
-	      *)
-		case " $new_libs " in
-		*" $deplib "*) ;;
-		*) new_libs="$deplib $new_libs" ;;
-		esac
-		;;
-	      esac
-	      ;;
-	    esac
-	  done
-	  tmp_libs=
-	  for deplib in $new_libs; do
-	    case $deplib in
-	    -L*)
-	      case " $tmp_libs " in
-	      *" $deplib "*) ;;
-	      *) func_append tmp_libs " $deplib" ;;
-	      esac
-	      ;;
-	    *) func_append tmp_libs " $deplib" ;;
-	    esac
-	  done
-	  eval $var=\"$tmp_libs\"
-	done # for var
-      fi
-
-      # Add Sun CC postdeps if required:
-      test CXX = "$tagname" && {
-        case $host_os in
-        linux*)
-          case `$CC -V 2>&1 | sed 5q` in
-          *Sun\ C*) # Sun C++ 5.9
-            func_suncc_cstd_abi
-
-            if test no != "$suncc_use_cstd_abi"; then
-              func_append postdeps ' -library=Cstd -library=Crun'
-            fi
-            ;;
-          esac
-          ;;
-
-        solaris*)
-          func_cc_basename "$CC"
-          case $func_cc_basename_result in
-          CC* | sunCC*)
-            func_suncc_cstd_abi
-
-            if test no != "$suncc_use_cstd_abi"; then
-              func_append postdeps ' -library=Cstd -library=Crun'
-            fi
-            ;;
-          esac
-          ;;
-        esac
-      }
-
-      # Last step: remove runtime libs from dependency_libs
-      # (they stay in deplibs)
-      tmp_libs=
-      for i in $dependency_libs; do
-	case " $predeps $postdeps $compiler_lib_search_path " in
-	*" $i "*)
-	  i=
-	  ;;
-	esac
-	if test -n "$i"; then
-	  func_append tmp_libs " $i"
-	fi
-      done
-      dependency_libs=$tmp_libs
-    done # for pass
-    if test prog = "$linkmode"; then
-      dlfiles=$newdlfiles
-    fi
-    if test prog = "$linkmode" || test lib = "$linkmode"; then
-      dlprefiles=$newdlprefiles
-    fi
-
-    case $linkmode in
-    oldlib)
-      if test -n "$dlfiles$dlprefiles" || test no != "$dlself"; then
-	func_warning "'-dlopen' is ignored for archives"
-      fi
-
-      case " $deplibs" in
-      *\ -l* | *\ -L*)
-	func_warning "'-l' and '-L' are ignored for archives" ;;
-      esac
-
-      test -n "$rpath" && \
-	func_warning "'-rpath' is ignored for archives"
-
-      test -n "$xrpath" && \
-	func_warning "'-R' is ignored for archives"
-
-      test -n "$vinfo" && \
-	func_warning "'-version-info/-version-number' is ignored for archives"
-
-      test -n "$release" && \
-	func_warning "'-release' is ignored for archives"
-
-      test -n "$export_symbols$export_symbols_regex" && \
-	func_warning "'-export-symbols' is ignored for archives"
-
-      # Now set the variables for building old libraries.
-      build_libtool_libs=no
-      oldlibs=$output
-      func_append objs "$old_deplibs"
-      ;;
-
-    lib)
-      # Make sure we only generate libraries of the form 'libNAME.la'.
-      case $outputname in
-      lib*)
-	func_stripname 'lib' '.la' "$outputname"
-	name=$func_stripname_result
-	eval shared_ext=\"$shrext_cmds\"
-	eval libname=\"$libname_spec\"
-	;;
-      *)
-	test no = "$module" \
-	  && func_fatal_help "libtool library '$output' must begin with 'lib'"
-
-	if test no != "$need_lib_prefix"; then
-	  # Add the "lib" prefix for modules if required
-	  func_stripname '' '.la' "$outputname"
-	  name=$func_stripname_result
-	  eval shared_ext=\"$shrext_cmds\"
-	  eval libname=\"$libname_spec\"
-	else
-	  func_stripname '' '.la' "$outputname"
-	  libname=$func_stripname_result
-	fi
-	;;
-      esac
-
-      if test -n "$objs"; then
-	if test pass_all != "$deplibs_check_method"; then
-	  func_fatal_error "cannot build libtool library '$output' from non-libtool objects on this host:$objs"
-	else
-	  echo
-	  $ECHO "*** Warning: Linking the shared library $output against the non-libtool"
-	  $ECHO "*** objects $objs is not portable!"
-	  func_append libobjs " $objs"
-	fi
-      fi
-
-      test no = "$dlself" \
-	|| func_warning "'-dlopen self' is ignored for libtool libraries"
-
-      set dummy $rpath
-      shift
-      test 1 -lt "$#" \
-	&& func_warning "ignoring multiple '-rpath's for a libtool library"
-
-      install_libdir=$1
-
-      oldlibs=
-      if test -z "$rpath"; then
-	if test yes = "$build_libtool_libs"; then
-	  # Building a libtool convenience library.
-	  # Some compilers have problems with a '.al' extension so
-	  # convenience libraries should have the same extension an
-	  # archive normally would.
-	  oldlibs="$output_objdir/$libname.$libext $oldlibs"
-	  build_libtool_libs=convenience
-	  build_old_libs=yes
-	fi
-
-	test -n "$vinfo" && \
-	  func_warning "'-version-info/-version-number' is ignored for convenience libraries"
-
-	test -n "$release" && \
-	  func_warning "'-release' is ignored for convenience libraries"
-      else
-
-	# Parse the version information argument.
-	save_ifs=$IFS; IFS=:
-	set dummy $vinfo 0 0 0
-	shift
-	IFS=$save_ifs
-
-	test -n "$7" && \
-	  func_fatal_help "too many parameters to '-version-info'"
-
-	# convert absolute version numbers to libtool ages
-	# this retains compatibility with .la files and attempts
-	# to make the code below a bit more comprehensible
-
-	case $vinfo_number in
-	yes)
-	  number_major=$1
-	  number_minor=$2
-	  number_revision=$3
-	  #
-	  # There are really only two kinds -- those that
-	  # use the current revision as the major version
-	  # and those that subtract age and use age as
-	  # a minor version.  But, then there is irix
-	  # that has an extra 1 added just for fun
-	  #
-	  case $version_type in
-	  # correct linux to gnu/linux during the next big refactor
-	  darwin|freebsd-elf|linux|osf|windows|none)
-	    func_arith $number_major + $number_minor
-	    current=$func_arith_result
-	    age=$number_minor
-	    revision=$number_revision
-	    ;;
-	  freebsd-aout|qnx|sunos)
-	    current=$number_major
-	    revision=$number_minor
-	    age=0
-	    ;;
-	  irix|nonstopux)
-	    func_arith $number_major + $number_minor
-	    current=$func_arith_result
-	    age=$number_minor
-	    revision=$number_minor
-	    lt_irix_increment=no
-	    ;;
-	  esac
-	  ;;
-	no)
-	  current=$1
-	  revision=$2
-	  age=$3
-	  ;;
-	esac
-
-	# Check that each of the things are valid numbers.
-	case $current in
-	0|[1-9]|[1-9][0-9]|[1-9][0-9][0-9]|[1-9][0-9][0-9][0-9]|[1-9][0-9][0-9][0-9][0-9]) ;;
-	*)
-	  func_error "CURRENT '$current' must be a nonnegative integer"
-	  func_fatal_error "'$vinfo' is not valid version information"
-	  ;;
-	esac
-
-	case $revision in
-	0|[1-9]|[1-9][0-9]|[1-9][0-9][0-9]|[1-9][0-9][0-9][0-9]|[1-9][0-9][0-9][0-9][0-9]) ;;
-	*)
-	  func_error "REVISION '$revision' must be a nonnegative integer"
-	  func_fatal_error "'$vinfo' is not valid version information"
-	  ;;
-	esac
-
-	case $age in
-	0|[1-9]|[1-9][0-9]|[1-9][0-9][0-9]|[1-9][0-9][0-9][0-9]|[1-9][0-9][0-9][0-9][0-9]) ;;
-	*)
-	  func_error "AGE '$age' must be a nonnegative integer"
-	  func_fatal_error "'$vinfo' is not valid version information"
-	  ;;
-	esac
-
-	if test "$age" -gt "$current"; then
-	  func_error "AGE '$age' is greater than the current interface number '$current'"
-	  func_fatal_error "'$vinfo' is not valid version information"
-	fi
-
-	# Calculate the version variables.
-	major=
-	versuffix=
-	verstring=
-	case $version_type in
-	none) ;;
-
-	darwin)
-	  # Like Linux, but with the current version available in
-	  # verstring for coding it into the library header
-	  func_arith $current - $age
-	  major=.$func_arith_result
-	  versuffix=$major.$age.$revision
-	  # Darwin ld doesn't like 0 for these options...
-	  func_arith $current + 1
-	  minor_current=$func_arith_result
-	  xlcverstring="$wl-compatibility_version $wl$minor_current $wl-current_version $wl$minor_current.$revision"
-	  verstring="-compatibility_version $minor_current -current_version $minor_current.$revision"
-          # On Darwin other compilers
-          case $CC in
-              nagfor*)
-                  verstring="$wl-compatibility_version $wl$minor_current $wl-current_version $wl$minor_current.$revision"
-                  ;;
-              *)
-                  verstring="-compatibility_version $minor_current -current_version $minor_current.$revision"
-                  ;;
-          esac
-	  ;;
-
-	freebsd-aout)
-	  major=.$current
-	  versuffix=.$current.$revision
-	  ;;
-
-	freebsd-elf)
-	  func_arith $current - $age
-	  major=.$func_arith_result
-	  versuffix=$major.$age.$revision
-	  ;;
-
-	irix | nonstopux)
-	  if test no = "$lt_irix_increment"; then
-	    func_arith $current - $age
-	  else
-	    func_arith $current - $age + 1
-	  fi
-	  major=$func_arith_result
-
-	  case $version_type in
-	    nonstopux) verstring_prefix=nonstopux ;;
-	    *)         verstring_prefix=sgi ;;
-	  esac
-	  verstring=$verstring_prefix$major.$revision
-
-	  # Add in all the interfaces that we are compatible with.
-	  loop=$revision
-	  while test 0 -ne "$loop"; do
-	    func_arith $revision - $loop
-	    iface=$func_arith_result
-	    func_arith $loop - 1
-	    loop=$func_arith_result
-	    verstring=$verstring_prefix$major.$iface:$verstring
-	  done
-
-	  # Before this point, $major must not contain '.'.
-	  major=.$major
-	  versuffix=$major.$revision
-	  ;;
-
-	linux) # correct to gnu/linux during the next big refactor
-	  func_arith $current - $age
-	  major=.$func_arith_result
-	  versuffix=$major.$age.$revision
-	  ;;
-
-	osf)
-	  func_arith $current - $age
-	  major=.$func_arith_result
-	  versuffix=.$current.$age.$revision
-	  verstring=$current.$age.$revision
-
-	  # Add in all the interfaces that we are compatible with.
-	  loop=$age
-	  while test 0 -ne "$loop"; do
-	    func_arith $current - $loop
-	    iface=$func_arith_result
-	    func_arith $loop - 1
-	    loop=$func_arith_result
-	    verstring=$verstring:$iface.0
-	  done
-
-	  # Make executables depend on our current version.
-	  func_append verstring ":$current.0"
-	  ;;
-
-	qnx)
-	  major=.$current
-	  versuffix=.$current
-	  ;;
-
-	sco)
-	  major=.$current
-	  versuffix=.$current
-	  ;;
-
-	sunos)
-	  major=.$current
-	  versuffix=.$current.$revision
-	  ;;
-
-	windows)
-	  # Use '-' rather than '.', since we only want one
-	  # extension on DOS 8.3 file systems.
-	  func_arith $current - $age
-	  major=$func_arith_result
-	  versuffix=-$major
-	  ;;
-
-	*)
-	  func_fatal_configuration "unknown library version type '$version_type'"
-	  ;;
-	esac
-
-	# Clear the version info if we defaulted, and they specified a release.
-	if test -z "$vinfo" && test -n "$release"; then
-	  major=
-	  case $version_type in
-	  darwin)
-	    # we can't check for "0.0" in archive_cmds due to quoting
-	    # problems, so we reset it completely
-	    verstring=
-	    ;;
-	  *)
-	    verstring=0.0
-	    ;;
-	  esac
-	  if test no = "$need_version"; then
-	    versuffix=
-	  else
-	    versuffix=.0.0
-	  fi
-	fi
-
-	# Remove version info from name if versioning should be avoided
-	if test yes,no = "$avoid_version,$need_version"; then
-	  major=
-	  versuffix=
-	  verstring=
-	fi
-
-	# Check to see if the archive will have undefined symbols.
-	if test yes = "$allow_undefined"; then
-	  if test unsupported = "$allow_undefined_flag"; then
-	    if test yes = "$build_old_libs"; then
-	      func_warning "undefined symbols not allowed in $host shared libraries; building static only"
-	      build_libtool_libs=no
-	    else
-	      func_fatal_error "can't build $host shared library unless -no-undefined is specified"
-	    fi
-	  fi
-	else
-	  # Don't allow undefined symbols.
-	  allow_undefined_flag=$no_undefined_flag
-	fi
-
-      fi
-
-      func_generate_dlsyms "$libname" "$libname" :
-      func_append libobjs " $symfileobj"
-      test " " = "$libobjs" && libobjs=
-
-      if test relink != "$opt_mode"; then
-	# Remove our outputs, but don't remove object files since they
-	# may have been created when compiling PIC objects.
-	removelist=
-	tempremovelist=`$ECHO "$output_objdir/*"`
-	for p in $tempremovelist; do
-	  case $p in
-	    *.$objext | *.gcno)
-	       ;;
-	    $output_objdir/$outputname | $output_objdir/$libname.* | $output_objdir/$libname$release.*)
-	       if test -n "$precious_files_regex"; then
-		 if $ECHO "$p" | $EGREP -e "$precious_files_regex" >/dev/null 2>&1
-		 then
-		   continue
-		 fi
-	       fi
-	       func_append removelist " $p"
-	       ;;
-	    *) ;;
-	  esac
-	done
-	test -n "$removelist" && \
-	  func_show_eval "${RM}r \$removelist"
-      fi
-
-      # Now set the variables for building old libraries.
-      if test yes = "$build_old_libs" && test convenience != "$build_libtool_libs"; then
-	func_append oldlibs " $output_objdir/$libname.$libext"
-
-	# Transform .lo files to .o files.
-	oldobjs="$objs "`$ECHO "$libobjs" | $SP2NL | $SED "/\.$libext$/d; $lo2o" | $NL2SP`
-      fi
-
-      # Eliminate all temporary directories.
-      #for path in $notinst_path; do
-      #	lib_search_path=`$ECHO "$lib_search_path " | $SED "s% $path % %g"`
-      #	deplibs=`$ECHO "$deplibs " | $SED "s% -L$path % %g"`
-      #	dependency_libs=`$ECHO "$dependency_libs " | $SED "s% -L$path % %g"`
-      #done
-
-      if test -n "$xrpath"; then
-	# If the user specified any rpath flags, then add them.
-	temp_xrpath=
-	for libdir in $xrpath; do
-	  func_replace_sysroot "$libdir"
-	  func_append temp_xrpath " -R$func_replace_sysroot_result"
-	  case "$finalize_rpath " in
-	  *" $libdir "*) ;;
-	  *) func_append finalize_rpath " $libdir" ;;
-	  esac
-	done
-	if test yes != "$hardcode_into_libs" || test yes = "$build_old_libs"; then
-	  dependency_libs="$temp_xrpath $dependency_libs"
-	fi
-      fi
-
-      # Make sure dlfiles contains only unique files that won't be dlpreopened
-      old_dlfiles=$dlfiles
-      dlfiles=
-      for lib in $old_dlfiles; do
-	case " $dlprefiles $dlfiles " in
-	*" $lib "*) ;;
-	*) func_append dlfiles " $lib" ;;
-	esac
-      done
-
-      # Make sure dlprefiles contains only unique files
-      old_dlprefiles=$dlprefiles
-      dlprefiles=
-      for lib in $old_dlprefiles; do
-	case "$dlprefiles " in
-	*" $lib "*) ;;
-	*) func_append dlprefiles " $lib" ;;
-	esac
-      done
-
-      if test yes = "$build_libtool_libs"; then
-	if test -n "$rpath"; then
-	  case $host in
-	  *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-*-beos* | *-cegcc* | *-*-haiku*)
-	    # these systems don't actually have a c library (as such)!
-	    ;;
-	  *-*-rhapsody* | *-*-darwin1.[012])
-	    # Rhapsody C library is in the System framework
-	    func_append deplibs " System.ltframework"
-	    ;;
-	  *-*-netbsd*)
-	    # Don't link with libc until the a.out ld.so is fixed.
-	    ;;
-	  *-*-openbsd* | *-*-freebsd* | *-*-dragonfly*)
-	    # Do not include libc due to us having libc/libc_r.
-	    ;;
-	  *-*-sco3.2v5* | *-*-sco5v6*)
-	    # Causes problems with __ctype
-	    ;;
-	  *-*-sysv4.2uw2* | *-*-sysv5* | *-*-unixware* | *-*-OpenUNIX*)
-	    # Compiler inserts libc in the correct place for threads to work
-	    ;;
-	  *)
-	    # Add libc to deplibs on all other systems if necessary.
-	    if test yes = "$build_libtool_need_lc"; then
-	      func_append deplibs " -lc"
-	    fi
-	    ;;
-	  esac
-	fi
-
-	# Transform deplibs into only deplibs that can be linked in shared.
-	name_save=$name
-	libname_save=$libname
-	release_save=$release
-	versuffix_save=$versuffix
-	major_save=$major
-	# I'm not sure if I'm treating the release correctly.  I think
-	# release should show up in the -l (ie -lgmp5) so we don't want to
-	# add it in twice.  Is that correct?
-	release=
-	versuffix=
-	major=
-	newdeplibs=
-	droppeddeps=no
-	case $deplibs_check_method in
-	pass_all)
-	  # Don't check for shared/static.  Everything works.
-	  # This might be a little naive.  We might want to check
-	  # whether the library exists or not.  But this is on
-	  # osf3 & osf4 and I'm not really sure... Just
-	  # implementing what was already the behavior.
-	  newdeplibs=$deplibs
-	  ;;
-	test_compile)
-	  # This code stresses the "libraries are programs" paradigm to its
-	  # limits. Maybe even breaks it.  We compile a program, linking it
-	  # against the deplibs as a proxy for the library.  Then we can check
-	  # whether they linked in statically or dynamically with ldd.
-	  $opt_dry_run || $RM conftest.c
-	  cat > conftest.c <<EOF
-	  int main() { return 0; }
-EOF
-	  $opt_dry_run || $RM conftest
-	  if $LTCC $LTCFLAGS -o conftest conftest.c $deplibs; then
-	    ldd_output=`ldd conftest`
-	    for i in $deplibs; do
-	      case $i in
-	      -l*)
-		func_stripname -l '' "$i"
-		name=$func_stripname_result
-		if test yes = "$allow_libtool_libs_with_static_runtimes"; then
-		  case " $predeps $postdeps " in
-		  *" $i "*)
-		    func_append newdeplibs " $i"
-		    i=
-		    ;;
-		  esac
-		fi
-		if test -n "$i"; then
-		  libname=`eval "\\$ECHO \"$libname_spec\""`
-		  deplib_matches=`eval "\\$ECHO \"$library_names_spec\""`
-		  set dummy $deplib_matches; shift
-		  deplib_match=$1
-		  if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0; then
-		    func_append newdeplibs " $i"
-		  else
-		    droppeddeps=yes
-		    echo
-		    $ECHO "*** Warning: dynamic linker does not accept needed library $i."
-		    echo "*** I have the capability to make that library automatically link in when"
-		    echo "*** you link to this library.  But I can only do this if you have a"
-		    echo "*** shared version of the library, which I believe you do not have"
-		    echo "*** because a test_compile did reveal that the linker did not use it for"
-		    echo "*** its dynamic dependency list that programs get resolved with at runtime."
-		  fi
-		fi
-		;;
-	      *)
-		func_append newdeplibs " $i"
-		;;
-	      esac
-	    done
-	  else
-	    # Error occurred in the first compile.  Let's try to salvage
-	    # the situation: Compile a separate program for each library.
-	    for i in $deplibs; do
-	      case $i in
-	      -l*)
-		func_stripname -l '' "$i"
-		name=$func_stripname_result
-		$opt_dry_run || $RM conftest
-		if $LTCC $LTCFLAGS -o conftest conftest.c $i; then
-		  ldd_output=`ldd conftest`
-		  if test yes = "$allow_libtool_libs_with_static_runtimes"; then
-		    case " $predeps $postdeps " in
-		    *" $i "*)
-		      func_append newdeplibs " $i"
-		      i=
-		      ;;
-		    esac
-		  fi
-		  if test -n "$i"; then
-		    libname=`eval "\\$ECHO \"$libname_spec\""`
-		    deplib_matches=`eval "\\$ECHO \"$library_names_spec\""`
-		    set dummy $deplib_matches; shift
-		    deplib_match=$1
-		    if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0; then
-		      func_append newdeplibs " $i"
-		    else
-		      droppeddeps=yes
-		      echo
-		      $ECHO "*** Warning: dynamic linker does not accept needed library $i."
-		      echo "*** I have the capability to make that library automatically link in when"
-		      echo "*** you link to this library.  But I can only do this if you have a"
-		      echo "*** shared version of the library, which you do not appear to have"
-		      echo "*** because a test_compile did reveal that the linker did not use this one"
-		      echo "*** as a dynamic dependency that programs can get resolved with at runtime."
-		    fi
-		  fi
-		else
-		  droppeddeps=yes
-		  echo
-		  $ECHO "*** Warning!  Library $i is needed by this library but I was not able to"
-		  echo "*** make it link in!  You will probably need to install it or some"
-		  echo "*** library that it depends on before this library will be fully"
-		  echo "*** functional.  Installing it before continuing would be even better."
-		fi
-		;;
-	      *)
-		func_append newdeplibs " $i"
-		;;
-	      esac
-	    done
-	  fi
-	  ;;
-	file_magic*)
-	  set dummy $deplibs_check_method; shift
-	  file_magic_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
-	  for a_deplib in $deplibs; do
-	    case $a_deplib in
-	    -l*)
-	      func_stripname -l '' "$a_deplib"
-	      name=$func_stripname_result
-	      if test yes = "$allow_libtool_libs_with_static_runtimes"; then
-		case " $predeps $postdeps " in
-		*" $a_deplib "*)
-		  func_append newdeplibs " $a_deplib"
-		  a_deplib=
-		  ;;
-		esac
-	      fi
-	      if test -n "$a_deplib"; then
-		libname=`eval "\\$ECHO \"$libname_spec\""`
-		if test -n "$file_magic_glob"; then
-		  libnameglob=`func_echo_all "$libname" | $SED -e $file_magic_glob`
-		else
-		  libnameglob=$libname
-		fi
-		test yes = "$want_nocaseglob" && nocaseglob=`shopt -p nocaseglob`
-		for i in $lib_search_path $sys_lib_search_path $shlib_search_path; do
-		  if test yes = "$want_nocaseglob"; then
-		    shopt -s nocaseglob
-		    potential_libs=`ls $i/$libnameglob[.-]* 2>/dev/null`
-		    $nocaseglob
-		  else
-		    potential_libs=`ls $i/$libnameglob[.-]* 2>/dev/null`
-		  fi
-		  for potent_lib in $potential_libs; do
-		      # Follow soft links.
-		      if ls -lLd "$potent_lib" 2>/dev/null |
-			 $GREP " -> " >/dev/null; then
-			continue
-		      fi
-		      # The statement above tries to avoid entering an
-		      # endless loop below, in case of cyclic links.
-		      # We might still enter an endless loop, since a link
-		      # loop can be closed while we follow links,
-		      # but so what?
-		      potlib=$potent_lib
-		      while test -h "$potlib" 2>/dev/null; do
-			potliblink=`ls -ld $potlib | $SED 's/.* -> //'`
-			case $potliblink in
-			[\\/]* | [A-Za-z]:[\\/]*) potlib=$potliblink;;
-			*) potlib=`$ECHO "$potlib" | $SED 's|[^/]*$||'`"$potliblink";;
-			esac
-		      done
-		      if eval $file_magic_cmd \"\$potlib\" 2>/dev/null |
-			 $SED -e 10q |
-			 $EGREP "$file_magic_regex" > /dev/null; then
-			func_append newdeplibs " $a_deplib"
-			a_deplib=
-			break 2
-		      fi
-		  done
-		done
-	      fi
-	      if test -n "$a_deplib"; then
-		droppeddeps=yes
-		echo
-		$ECHO "*** Warning: linker path does not have real file for library $a_deplib."
-		echo "*** I have the capability to make that library automatically link in when"
-		echo "*** you link to this library.  But I can only do this if you have a"
-		echo "*** shared version of the library, which you do not appear to have"
-		echo "*** because I did check the linker path looking for a file starting"
-		if test -z "$potlib"; then
-		  $ECHO "*** with $libname but no candidates were found. (...for file magic test)"
-		else
-		  $ECHO "*** with $libname and none of the candidates passed a file format test"
-		  $ECHO "*** using a file magic. Last file checked: $potlib"
-		fi
-	      fi
-	      ;;
-	    *)
-	      # Add a -L argument.
-	      func_append newdeplibs " $a_deplib"
-	      ;;
-	    esac
-	  done # Gone through all deplibs.
-	  ;;
-	match_pattern*)
-	  set dummy $deplibs_check_method; shift
-	  match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
-	  for a_deplib in $deplibs; do
-	    case $a_deplib in
-	    -l*)
-	      func_stripname -l '' "$a_deplib"
-	      name=$func_stripname_result
-	      if test yes = "$allow_libtool_libs_with_static_runtimes"; then
-		case " $predeps $postdeps " in
-		*" $a_deplib "*)
-		  func_append newdeplibs " $a_deplib"
-		  a_deplib=
-		  ;;
-		esac
-	      fi
-	      if test -n "$a_deplib"; then
-		libname=`eval "\\$ECHO \"$libname_spec\""`
-		for i in $lib_search_path $sys_lib_search_path $shlib_search_path; do
-		  potential_libs=`ls $i/$libname[.-]* 2>/dev/null`
-		  for potent_lib in $potential_libs; do
-		    potlib=$potent_lib # see symlink-check above in file_magic test
-		    if eval "\$ECHO \"$potent_lib\"" 2>/dev/null | $SED 10q | \
-		       $EGREP "$match_pattern_regex" > /dev/null; then
-		      func_append newdeplibs " $a_deplib"
-		      a_deplib=
-		      break 2
-		    fi
-		  done
-		done
-	      fi
-	      if test -n "$a_deplib"; then
-		droppeddeps=yes
-		echo
-		$ECHO "*** Warning: linker path does not have real file for library $a_deplib."
-		echo "*** I have the capability to make that library automatically link in when"
-		echo "*** you link to this library.  But I can only do this if you have a"
-		echo "*** shared version of the library, which you do not appear to have"
-		echo "*** because I did check the linker path looking for a file starting"
-		if test -z "$potlib"; then
-		  $ECHO "*** with $libname but no candidates were found. (...for regex pattern test)"
-		else
-		  $ECHO "*** with $libname and none of the candidates passed a file format test"
-		  $ECHO "*** using a regex pattern. Last file checked: $potlib"
-		fi
-	      fi
-	      ;;
-	    *)
-	      # Add a -L argument.
-	      func_append newdeplibs " $a_deplib"
-	      ;;
-	    esac
-	  done # Gone through all deplibs.
-	  ;;
-	none | unknown | *)
-	  newdeplibs=
-	  tmp_deplibs=`$ECHO " $deplibs" | $SED 's/ -lc$//; s/ -[LR][^ ]*//g'`
-	  if test yes = "$allow_libtool_libs_with_static_runtimes"; then
-	    for i in $predeps $postdeps; do
-	      # can't use Xsed below, because $i might contain '/'
-	      tmp_deplibs=`$ECHO " $tmp_deplibs" | $SED "s|$i||"`
-	    done
-	  fi
-	  case $tmp_deplibs in
-	  *[!\	\ ]*)
-	    echo
-	    if test none = "$deplibs_check_method"; then
-	      echo "*** Warning: inter-library dependencies are not supported in this platform."
-	    else
-	      echo "*** Warning: inter-library dependencies are not known to be supported."
-	    fi
-	    echo "*** All declared inter-library dependencies are being dropped."
-	    droppeddeps=yes
-	    ;;
-	  esac
-	  ;;
-	esac
-	versuffix=$versuffix_save
-	major=$major_save
-	release=$release_save
-	libname=$libname_save
-	name=$name_save
-
-	case $host in
-	*-*-rhapsody* | *-*-darwin1.[012])
-	  # On Rhapsody replace the C library with the System framework
-	  newdeplibs=`$ECHO " $newdeplibs" | $SED 's/ -lc / System.ltframework /'`
-	  ;;
-	esac
-
-	if test yes = "$droppeddeps"; then
-	  if test yes = "$module"; then
-	    echo
-	    echo "*** Warning: libtool could not satisfy all declared inter-library"
-	    $ECHO "*** dependencies of module $libname.  Therefore, libtool will create"
-	    echo "*** a static module, that should work as long as the dlopening"
-	    echo "*** application is linked with the -dlopen flag."
-	    if test -z "$global_symbol_pipe"; then
-	      echo
-	      echo "*** However, this would only work if libtool was able to extract symbol"
-	      echo "*** lists from a program, using 'nm' or equivalent, but libtool could"
-	      echo "*** not find such a program.  So, this module is probably useless."
-	      echo "*** 'nm' from GNU binutils and a full rebuild may help."
-	    fi
-	    if test no = "$build_old_libs"; then
-	      oldlibs=$output_objdir/$libname.$libext
-	      build_libtool_libs=module
-	      build_old_libs=yes
-	    else
-	      build_libtool_libs=no
-	    fi
-	  else
-	    echo "*** The inter-library dependencies that have been dropped here will be"
-	    echo "*** automatically added whenever a program is linked with this library"
-	    echo "*** or is declared to -dlopen it."
-
-	    if test no = "$allow_undefined"; then
-	      echo
-	      echo "*** Since this library must not contain undefined symbols,"
-	      echo "*** because either the platform does not support them or"
-	      echo "*** it was explicitly requested with -no-undefined,"
-	      echo "*** libtool will only create a static version of it."
-	      if test no = "$build_old_libs"; then
-		oldlibs=$output_objdir/$libname.$libext
-		build_libtool_libs=module
-		build_old_libs=yes
-	      else
-		build_libtool_libs=no
-	      fi
-	    fi
-	  fi
-	fi
-	# Done checking deplibs!
-	deplibs=$newdeplibs
-      fi
-      # Time to change all our "foo.ltframework" stuff back to "-framework foo"
-      case $host in
-	*-*-darwin*)
-	  newdeplibs=`$ECHO " $newdeplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
-	  new_inherited_linker_flags=`$ECHO " $new_inherited_linker_flags" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
-	  deplibs=`$ECHO " $deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
-	  ;;
-      esac
-
-      # move library search paths that coincide with paths to not yet
-      # installed libraries to the beginning of the library search list
-      new_libs=
-      for path in $notinst_path; do
-	case " $new_libs " in
-	*" -L$path/$objdir "*) ;;
-	*)
-	  case " $deplibs " in
-	  *" -L$path/$objdir "*)
-	    func_append new_libs " -L$path/$objdir" ;;
-	  esac
-	  ;;
-	esac
-      done
-      for deplib in $deplibs; do
-	case $deplib in
-	-L*)
-	  case " $new_libs " in
-	  *" $deplib "*) ;;
-	  *) func_append new_libs " $deplib" ;;
-	  esac
-	  ;;
-	*) func_append new_libs " $deplib" ;;
-	esac
-      done
-      deplibs=$new_libs
-
-      # All the library-specific variables (install_libdir is set above).
-      library_names=
-      old_library=
-      dlname=
-
-      # Test again, we may have decided not to build it any more
-      if test yes = "$build_libtool_libs"; then
-	# Remove $wl instances when linking with ld.
-	# FIXME: should test the right _cmds variable.
-	case $archive_cmds in
-	  *\$LD\ *) wl= ;;
-        esac
-	if test yes = "$hardcode_into_libs"; then
-	  # Hardcode the library paths
-	  hardcode_libdirs=
-	  dep_rpath=
-	  rpath=$finalize_rpath
-	  test relink = "$opt_mode" || rpath=$compile_rpath$rpath
-	  for libdir in $rpath; do
-	    if test -n "$hardcode_libdir_flag_spec"; then
-	      if test -n "$hardcode_libdir_separator"; then
-		func_replace_sysroot "$libdir"
-		libdir=$func_replace_sysroot_result
-		if test -z "$hardcode_libdirs"; then
-		  hardcode_libdirs=$libdir
-		else
-		  # Just accumulate the unique libdirs.
-		  case $hardcode_libdir_separator$hardcode_libdirs$hardcode_libdir_separator in
-		  *"$hardcode_libdir_separator$libdir$hardcode_libdir_separator"*)
-		    ;;
-		  *)
-		    func_append hardcode_libdirs "$hardcode_libdir_separator$libdir"
-		    ;;
-		  esac
-		fi
-	      else
-		eval flag=\"$hardcode_libdir_flag_spec\"
-		func_append dep_rpath " $flag"
-	      fi
-	    elif test -n "$runpath_var"; then
-	      case "$perm_rpath " in
-	      *" $libdir "*) ;;
-	      *) func_append perm_rpath " $libdir" ;;
-	      esac
-	    fi
-	  done
-	  # Substitute the hardcoded libdirs into the rpath.
-	  if test -n "$hardcode_libdir_separator" &&
-	     test -n "$hardcode_libdirs"; then
-	    libdir=$hardcode_libdirs
-	    eval "dep_rpath=\"$hardcode_libdir_flag_spec\""
-	  fi
-	  if test -n "$runpath_var" && test -n "$perm_rpath"; then
-	    # We should set the runpath_var.
-	    rpath=
-	    for dir in $perm_rpath; do
-	      func_append rpath "$dir:"
-	    done
-	    eval "$runpath_var='$rpath\$$runpath_var'; export $runpath_var"
-	  fi
-	  test -n "$dep_rpath" && deplibs="$dep_rpath $deplibs"
-	fi
-
-	shlibpath=$finalize_shlibpath
-	test relink = "$opt_mode" || shlibpath=$compile_shlibpath$shlibpath
-	if test -n "$shlibpath"; then
-	  eval "$shlibpath_var='$shlibpath\$$shlibpath_var'; export $shlibpath_var"
-	fi
-
-	# Get the real and link names of the library.
-	eval shared_ext=\"$shrext_cmds\"
-	eval library_names=\"$library_names_spec\"
-	set dummy $library_names
-	shift
-	realname=$1
-	shift
-
-	if test -n "$soname_spec"; then
-	  eval soname=\"$soname_spec\"
-	else
-	  soname=$realname
-	fi
-	if test -z "$dlname"; then
-	  dlname=$soname
-	fi
-
-	lib=$output_objdir/$realname
-	linknames=
-	for link
-	do
-	  func_append linknames " $link"
-	done
-
-	# Use standard objects if they are pic
-	test -z "$pic_flag" && libobjs=`$ECHO "$libobjs" | $SP2NL | $SED "$lo2o" | $NL2SP`
-	test "X$libobjs" = "X " && libobjs=
-
-	delfiles=
-	if test -n "$export_symbols" && test -n "$include_expsyms"; then
-	  $opt_dry_run || cp "$export_symbols" "$output_objdir/$libname.uexp"
-	  export_symbols=$output_objdir/$libname.uexp
-	  func_append delfiles " $export_symbols"
-	fi
-
-	orig_export_symbols=
-	case $host_os in
-	cygwin* | mingw* | cegcc*)
-	  if test -n "$export_symbols" && test -z "$export_symbols_regex"; then
-	    # exporting using user supplied symfile
-	    func_dll_def_p "$export_symbols" || {
-	      # and it's NOT already a .def file. Must figure out
-	      # which of the given symbols are data symbols and tag
-	      # them as such. So, trigger use of export_symbols_cmds.
-	      # export_symbols gets reassigned inside the "prepare
-	      # the list of exported symbols" if statement, so the
-	      # include_expsyms logic still works.
-	      orig_export_symbols=$export_symbols
-	      export_symbols=
-	      always_export_symbols=yes
-	    }
-	  fi
-	  ;;
-	esac
-
-	# Prepare the list of exported symbols
-	if test -z "$export_symbols"; then
-	  if test yes = "$always_export_symbols" || test -n "$export_symbols_regex"; then
-	    func_verbose "generating symbol list for '$libname.la'"
-	    export_symbols=$output_objdir/$libname.exp
-	    $opt_dry_run || $RM $export_symbols
-	    cmds=$export_symbols_cmds
-	    save_ifs=$IFS; IFS='~'
-	    for cmd1 in $cmds; do
-	      IFS=$save_ifs
-	      # Take the normal branch if the nm_file_list_spec branch
-	      # doesn't work or if tool conversion is not needed.
-	      case $nm_file_list_spec~$to_tool_file_cmd in
-		*~func_convert_file_noop | *~func_convert_file_msys_to_w32 | ~*)
-		  try_normal_branch=yes
-		  eval cmd=\"$cmd1\"
-		  func_len " $cmd"
-		  len=$func_len_result
-		  ;;
-		*)
-		  try_normal_branch=no
-		  ;;
-	      esac
-	      if test yes = "$try_normal_branch" \
-		 && { test "$len" -lt "$max_cmd_len" \
-		      || test "$max_cmd_len" -le -1; }
-	      then
-		func_show_eval "$cmd" 'exit $?'
-		skipped_export=false
-	      elif test -n "$nm_file_list_spec"; then
-		func_basename "$output"
-		output_la=$func_basename_result
-		save_libobjs=$libobjs
-		save_output=$output
-		output=$output_objdir/$output_la.nm
-		func_to_tool_file "$output"
-		libobjs=$nm_file_list_spec$func_to_tool_file_result
-		func_append delfiles " $output"
-		func_verbose "creating $NM input file list: $output"
-		for obj in $save_libobjs; do
-		  func_to_tool_file "$obj"
-		  $ECHO "$func_to_tool_file_result"
-		done > "$output"
-		eval cmd=\"$cmd1\"
-		func_show_eval "$cmd" 'exit $?'
-		output=$save_output
-		libobjs=$save_libobjs
-		skipped_export=false
-	      else
-		# The command line is too long to execute in one step.
-		func_verbose "using reloadable object file for export list..."
-		skipped_export=:
-		# Break out early, otherwise skipped_export may be
-		# set to false by a later but shorter cmd.
-		break
-	      fi
-	    done
-	    IFS=$save_ifs
-	    if test -n "$export_symbols_regex" && test : != "$skipped_export"; then
-	      func_show_eval '$EGREP -e "$export_symbols_regex" "$export_symbols" > "${export_symbols}T"'
-	      func_show_eval '$MV "${export_symbols}T" "$export_symbols"'
-	    fi
-	  fi
-	fi
-
-	if test -n "$export_symbols" && test -n "$include_expsyms"; then
-	  tmp_export_symbols=$export_symbols
-	  test -n "$orig_export_symbols" && tmp_export_symbols=$orig_export_symbols
-	  $opt_dry_run || eval '$ECHO "$include_expsyms" | $SP2NL >> "$tmp_export_symbols"'
-	fi
-
-	if test : != "$skipped_export" && test -n "$orig_export_symbols"; then
-	  # The given exports_symbols file has to be filtered, so filter it.
-	  func_verbose "filter symbol list for '$libname.la' to tag DATA exports"
-	  # FIXME: $output_objdir/$libname.filter potentially contains lots of
-	  # 's' commands, which not all seds can handle. GNU sed should be fine
-	  # though. Also, the filter scales superlinearly with the number of
-	  # global variables. join(1) would be nice here, but unfortunately
-	  # isn't a blessed tool.
-	  $opt_dry_run || $SED -e '/[ ,]DATA/!d;s,\(.*\)\([ \,].*\),s|^\1$|\1\2|,' < $export_symbols > $output_objdir/$libname.filter
-	  func_append delfiles " $export_symbols $output_objdir/$libname.filter"
-	  export_symbols=$output_objdir/$libname.def
-	  $opt_dry_run || $SED -f $output_objdir/$libname.filter < $orig_export_symbols > $export_symbols
-	fi
-
-	tmp_deplibs=
-	for test_deplib in $deplibs; do
-	  case " $convenience " in
-	  *" $test_deplib "*) ;;
-	  *)
-	    func_append tmp_deplibs " $test_deplib"
-	    ;;
-	  esac
-	done
-	deplibs=$tmp_deplibs
-
-	if test -n "$convenience"; then
-	  if test -n "$whole_archive_flag_spec" &&
-	    test yes = "$compiler_needs_object" &&
-	    test -z "$libobjs"; then
-	    # extract the archives, so we have objects to list.
-	    # TODO: could optimize this to just extract one archive.
-	    whole_archive_flag_spec=
-	  fi
-	  if test -n "$whole_archive_flag_spec"; then
-	    save_libobjs=$libobjs
-	    eval libobjs=\"\$libobjs $whole_archive_flag_spec\"
-	    test "X$libobjs" = "X " && libobjs=
-	  else
-	    gentop=$output_objdir/${outputname}x
-	    func_append generated " $gentop"
-
-	    func_extract_archives $gentop $convenience
-	    func_append libobjs " $func_extract_archives_result"
-	    test "X$libobjs" = "X " && libobjs=
-	  fi
-	fi
-
-	if test yes = "$thread_safe" && test -n "$thread_safe_flag_spec"; then
-	  eval flag=\"$thread_safe_flag_spec\"
-	  func_append linker_flags " $flag"
-	fi
-
-	# Make a backup of the uninstalled library when relinking
-	if test relink = "$opt_mode"; then
-	  $opt_dry_run || eval '(cd $output_objdir && $RM ${realname}U && $MV $realname ${realname}U)' || exit $?
-	fi
-
-	# Do each of the archive commands.
-	if test yes = "$module" && test -n "$module_cmds"; then
-	  if test -n "$export_symbols" && test -n "$module_expsym_cmds"; then
-	    eval test_cmds=\"$module_expsym_cmds\"
-	    cmds=$module_expsym_cmds
-	  else
-	    eval test_cmds=\"$module_cmds\"
-	    cmds=$module_cmds
-	  fi
-	else
-	  if test -n "$export_symbols" && test -n "$archive_expsym_cmds"; then
-	    eval test_cmds=\"$archive_expsym_cmds\"
-	    cmds=$archive_expsym_cmds
-	  else
-	    eval test_cmds=\"$archive_cmds\"
-	    cmds=$archive_cmds
-	  fi
-	fi
-
-	if test : != "$skipped_export" &&
-	   func_len " $test_cmds" &&
-	   len=$func_len_result &&
-	   test "$len" -lt "$max_cmd_len" || test "$max_cmd_len" -le -1; then
-	  :
-	else
-	  # The command line is too long to link in one step, link piecewise
-	  # or, if using GNU ld and skipped_export is not :, use a linker
-	  # script.
-
-	  # Save the value of $output and $libobjs because we want to
-	  # use them later.  If we have whole_archive_flag_spec, we
-	  # want to use save_libobjs as it was before
-	  # whole_archive_flag_spec was expanded, because we can't
-	  # assume the linker understands whole_archive_flag_spec.
-	  # This may have to be revisited, in case too many
-	  # convenience libraries get linked in and end up exceeding
-	  # the spec.
-	  if test -z "$convenience" || test -z "$whole_archive_flag_spec"; then
-	    save_libobjs=$libobjs
-	  fi
-	  save_output=$output
-	  func_basename "$output"
-	  output_la=$func_basename_result
-
-	  # Clear the reloadable object creation command queue and
-	  # initialize k to one.
-	  test_cmds=
-	  concat_cmds=
-	  objlist=
-	  last_robj=
-	  k=1
-
-	  if test -n "$save_libobjs" && test : != "$skipped_export" && test yes = "$with_gnu_ld"; then
-	    output=$output_objdir/$output_la.lnkscript
-	    func_verbose "creating GNU ld script: $output"
-	    echo 'INPUT (' > $output
-	    for obj in $save_libobjs
-	    do
-	      func_to_tool_file "$obj"
-	      $ECHO "$func_to_tool_file_result" >> $output
-	    done
-	    echo ')' >> $output
-	    func_append delfiles " $output"
-	    func_to_tool_file "$output"
-	    output=$func_to_tool_file_result
-	  elif test -n "$save_libobjs" && test : != "$skipped_export" && test -n "$file_list_spec"; then
-	    output=$output_objdir/$output_la.lnk
-	    func_verbose "creating linker input file list: $output"
-	    : > $output
-	    set x $save_libobjs
-	    shift
-	    firstobj=
-	    if test yes = "$compiler_needs_object"; then
-	      firstobj="$1 "
-	      shift
-	    fi
-	    for obj
-	    do
-	      func_to_tool_file "$obj"
-	      $ECHO "$func_to_tool_file_result" >> $output
-	    done
-	    func_append delfiles " $output"
-	    func_to_tool_file "$output"
-	    output=$firstobj\"$file_list_spec$func_to_tool_file_result\"
-	  else
-	    if test -n "$save_libobjs"; then
-	      func_verbose "creating reloadable object files..."
-	      output=$output_objdir/$output_la-$k.$objext
-	      eval test_cmds=\"$reload_cmds\"
-	      func_len " $test_cmds"
-	      len0=$func_len_result
-	      len=$len0
-
-	      # Loop over the list of objects to be linked.
-	      for obj in $save_libobjs
-	      do
-		func_len " $obj"
-		func_arith $len + $func_len_result
-		len=$func_arith_result
-		if test -z "$objlist" ||
-		   test "$len" -lt "$max_cmd_len"; then
-		  func_append objlist " $obj"
-		else
-		  # The command $test_cmds is almost too long, add a
-		  # command to the queue.
-		  if test 1 -eq "$k"; then
-		    # The first file doesn't have a previous command to add.
-		    reload_objs=$objlist
-		    eval concat_cmds=\"$reload_cmds\"
-		  else
-		    # All subsequent reloadable object files will link in
-		    # the last one created.
-		    reload_objs="$objlist $last_robj"
-		    eval concat_cmds=\"\$concat_cmds~$reload_cmds~\$RM $last_robj\"
-		  fi
-		  last_robj=$output_objdir/$output_la-$k.$objext
-		  func_arith $k + 1
-		  k=$func_arith_result
-		  output=$output_objdir/$output_la-$k.$objext
-		  objlist=" $obj"
-		  func_len " $last_robj"
-		  func_arith $len0 + $func_len_result
-		  len=$func_arith_result
-		fi
-	      done
-	      # Handle the remaining objects by creating one last
-	      # reloadable object file.  All subsequent reloadable object
-	      # files will link in the last one created.
-	      test -z "$concat_cmds" || concat_cmds=$concat_cmds~
-	      reload_objs="$objlist $last_robj"
-	      eval concat_cmds=\"\$concat_cmds$reload_cmds\"
-	      if test -n "$last_robj"; then
-	        eval concat_cmds=\"\$concat_cmds~\$RM $last_robj\"
-	      fi
-	      func_append delfiles " $output"
-
-	    else
-	      output=
-	    fi
-
-	    ${skipped_export-false} && {
-	      func_verbose "generating symbol list for '$libname.la'"
-	      export_symbols=$output_objdir/$libname.exp
-	      $opt_dry_run || $RM $export_symbols
-	      libobjs=$output
-	      # Append the command to create the export file.
-	      test -z "$concat_cmds" || concat_cmds=$concat_cmds~
-	      eval concat_cmds=\"\$concat_cmds$export_symbols_cmds\"
-	      if test -n "$last_robj"; then
-		eval concat_cmds=\"\$concat_cmds~\$RM $last_robj\"
-	      fi
-	    }
-
-	    test -n "$save_libobjs" &&
-	      func_verbose "creating a temporary reloadable object file: $output"
-
-	    # Loop through the commands generated above and execute them.
-	    save_ifs=$IFS; IFS='~'
-	    for cmd in $concat_cmds; do
-	      IFS=$save_ifs
-	      $opt_quiet || {
-		  func_quote_for_expand "$cmd"
-		  eval "func_echo $func_quote_for_expand_result"
-	      }
-	      $opt_dry_run || eval "$cmd" || {
-		lt_exit=$?
-
-		# Restore the uninstalled library and exit
-		if test relink = "$opt_mode"; then
-		  ( cd "$output_objdir" && \
-		    $RM "${realname}T" && \
-		    $MV "${realname}U" "$realname" )
-		fi
-
-		exit $lt_exit
-	      }
-	    done
-	    IFS=$save_ifs
-
-	    if test -n "$export_symbols_regex" && ${skipped_export-false}; then
-	      func_show_eval '$EGREP -e "$export_symbols_regex" "$export_symbols" > "${export_symbols}T"'
-	      func_show_eval '$MV "${export_symbols}T" "$export_symbols"'
-	    fi
-	  fi
-
-          ${skipped_export-false} && {
-	    if test -n "$export_symbols" && test -n "$include_expsyms"; then
-	      tmp_export_symbols=$export_symbols
-	      test -n "$orig_export_symbols" && tmp_export_symbols=$orig_export_symbols
-	      $opt_dry_run || eval '$ECHO "$include_expsyms" | $SP2NL >> "$tmp_export_symbols"'
-	    fi
-
-	    if test -n "$orig_export_symbols"; then
-	      # The given exports_symbols file has to be filtered, so filter it.
-	      func_verbose "filter symbol list for '$libname.la' to tag DATA exports"
-	      # FIXME: $output_objdir/$libname.filter potentially contains lots of
-	      # 's' commands, which not all seds can handle. GNU sed should be fine
-	      # though. Also, the filter scales superlinearly with the number of
-	      # global variables. join(1) would be nice here, but unfortunately
-	      # isn't a blessed tool.
-	      $opt_dry_run || $SED -e '/[ ,]DATA/!d;s,\(.*\)\([ \,].*\),s|^\1$|\1\2|,' < $export_symbols > $output_objdir/$libname.filter
-	      func_append delfiles " $export_symbols $output_objdir/$libname.filter"
-	      export_symbols=$output_objdir/$libname.def
-	      $opt_dry_run || $SED -f $output_objdir/$libname.filter < $orig_export_symbols > $export_symbols
-	    fi
-	  }
-
-	  libobjs=$output
-	  # Restore the value of output.
-	  output=$save_output
-
-	  if test -n "$convenience" && test -n "$whole_archive_flag_spec"; then
-	    eval libobjs=\"\$libobjs $whole_archive_flag_spec\"
-	    test "X$libobjs" = "X " && libobjs=
-	  fi
-	  # Expand the library linking commands again to reset the
-	  # value of $libobjs for piecewise linking.
-
-	  # Do each of the archive commands.
-	  if test yes = "$module" && test -n "$module_cmds"; then
-	    if test -n "$export_symbols" && test -n "$module_expsym_cmds"; then
-	      cmds=$module_expsym_cmds
-	    else
-	      cmds=$module_cmds
-	    fi
-	  else
-	    if test -n "$export_symbols" && test -n "$archive_expsym_cmds"; then
-	      cmds=$archive_expsym_cmds
-	    else
-	      cmds=$archive_cmds
-	    fi
-	  fi
-	fi
-
-	if test -n "$delfiles"; then
-	  # Append the command to remove temporary files to $cmds.
-	  eval cmds=\"\$cmds~\$RM $delfiles\"
-	fi
-
-	# Add any objects from preloaded convenience libraries
-	if test -n "$dlprefiles"; then
-	  gentop=$output_objdir/${outputname}x
-	  func_append generated " $gentop"
-
-	  func_extract_archives $gentop $dlprefiles
-	  func_append libobjs " $func_extract_archives_result"
-	  test "X$libobjs" = "X " && libobjs=
-	fi
-
-	save_ifs=$IFS; IFS='~'
-	for cmd in $cmds; do
-	  IFS=$sp$nl
-	  eval cmd=\"$cmd\"
-	  IFS=$save_ifs
-	  $opt_quiet || {
-	    func_quote_for_expand "$cmd"
-	    eval "func_echo $func_quote_for_expand_result"
-	  }
-	  $opt_dry_run || eval "$cmd" || {
-	    lt_exit=$?
-
-	    # Restore the uninstalled library and exit
-	    if test relink = "$opt_mode"; then
-	      ( cd "$output_objdir" && \
-	        $RM "${realname}T" && \
-		$MV "${realname}U" "$realname" )
-	    fi
-
-	    exit $lt_exit
-	  }
-	done
-	IFS=$save_ifs
-
-	# Restore the uninstalled library and exit
-	if test relink = "$opt_mode"; then
-	  $opt_dry_run || eval '(cd $output_objdir && $RM ${realname}T && $MV $realname ${realname}T && $MV ${realname}U $realname)' || exit $?
-
-	  if test -n "$convenience"; then
-	    if test -z "$whole_archive_flag_spec"; then
-	      func_show_eval '${RM}r "$gentop"'
-	    fi
-	  fi
-
-	  exit $EXIT_SUCCESS
-	fi
-
-	# Create links to the real library.
-	for linkname in $linknames; do
-	  if test "$realname" != "$linkname"; then
-	    func_show_eval '(cd "$output_objdir" && $RM "$linkname" && $LN_S "$realname" "$linkname")' 'exit $?'
-	  fi
-	done
-
-	# If -module or -export-dynamic was specified, set the dlname.
-	if test yes = "$module" || test yes = "$export_dynamic"; then
-	  # On all known operating systems, these are identical.
-	  dlname=$soname
-	fi
-      fi
-      ;;
-
-    obj)
-      if test -n "$dlfiles$dlprefiles" || test no != "$dlself"; then
-	func_warning "'-dlopen' is ignored for objects"
-      fi
-
-      case " $deplibs" in
-      *\ -l* | *\ -L*)
-	func_warning "'-l' and '-L' are ignored for objects" ;;
-      esac
-
-      test -n "$rpath" && \
-	func_warning "'-rpath' is ignored for objects"
-
-      test -n "$xrpath" && \
-	func_warning "'-R' is ignored for objects"
-
-      test -n "$vinfo" && \
-	func_warning "'-version-info' is ignored for objects"
-
-      test -n "$release" && \
-	func_warning "'-release' is ignored for objects"
-
-      case $output in
-      *.lo)
-	test -n "$objs$old_deplibs" && \
-	  func_fatal_error "cannot build library object '$output' from non-libtool objects"
-
-	libobj=$output
-	func_lo2o "$libobj"
-	obj=$func_lo2o_result
-	;;
-      *)
-	libobj=
-	obj=$output
-	;;
-      esac
-
-      # Delete the old objects.
-      $opt_dry_run || $RM $obj $libobj
-
-      # Objects from convenience libraries.  This assumes
-      # single-version convenience libraries.  Whenever we create
-      # different ones for PIC/non-PIC, this we'll have to duplicate
-      # the extraction.
-      reload_conv_objs=
-      gentop=
-      # if reload_cmds runs $LD directly, get rid of -Wl from
-      # whole_archive_flag_spec and hope we can get by with turning comma
-      # into space.
-      case $reload_cmds in
-        *\$LD[\ \$]*) wl= ;;
-      esac
-      if test -n "$convenience"; then
-	if test -n "$whole_archive_flag_spec"; then
-	  eval tmp_whole_archive_flags=\"$whole_archive_flag_spec\"
-	  test -n "$wl" || tmp_whole_archive_flags=`$ECHO "$tmp_whole_archive_flags" | $SED 's|,| |g'`
-	  reload_conv_objs=$reload_objs\ $tmp_whole_archive_flags
-	else
-	  gentop=$output_objdir/${obj}x
-	  func_append generated " $gentop"
-
-	  func_extract_archives $gentop $convenience
-	  reload_conv_objs="$reload_objs $func_extract_archives_result"
-	fi
-      fi
-
-      # If we're not building shared, we need to use non_pic_objs
-      test yes = "$build_libtool_libs" || libobjs=$non_pic_objects
-
-      # Create the old-style object.
-      reload_objs=$objs$old_deplibs' '`$ECHO "$libobjs" | $SP2NL | $SED "/\.$libext$/d; /\.lib$/d; $lo2o" | $NL2SP`' '$reload_conv_objs
-
-      output=$obj
-      func_execute_cmds "$reload_cmds" 'exit $?'
-
-      # Exit if we aren't doing a library object file.
-      if test -z "$libobj"; then
-	if test -n "$gentop"; then
-	  func_show_eval '${RM}r "$gentop"'
-	fi
-
-	exit $EXIT_SUCCESS
-      fi
-
-      test yes = "$build_libtool_libs" || {
-	if test -n "$gentop"; then
-	  func_show_eval '${RM}r "$gentop"'
-	fi
-
-	# Create an invalid libtool object if no PIC, so that we don't
-	# accidentally link it into a program.
-	# $show "echo timestamp > $libobj"
-	# $opt_dry_run || eval "echo timestamp > $libobj" || exit $?
-	exit $EXIT_SUCCESS
-      }
-
-      if test -n "$pic_flag" || test default != "$pic_mode"; then
-	# Only do commands if we really have different PIC objects.
-	reload_objs="$libobjs $reload_conv_objs"
-	output=$libobj
-	func_execute_cmds "$reload_cmds" 'exit $?'
-      fi
-
-      if test -n "$gentop"; then
-	func_show_eval '${RM}r "$gentop"'
-      fi
-
-      exit $EXIT_SUCCESS
-      ;;
-
-    prog)
-      case $host in
-	*cygwin*) func_stripname '' '.exe' "$output"
-	          output=$func_stripname_result.exe;;
-      esac
-      test -n "$vinfo" && \
-	func_warning "'-version-info' is ignored for programs"
-
-      test -n "$release" && \
-	func_warning "'-release' is ignored for programs"
-
-      $preload \
-	&& test unknown,unknown,unknown = "$dlopen_support,$dlopen_self,$dlopen_self_static" \
-	&& func_warning "'LT_INIT([dlopen])' not used. Assuming no dlopen support."
-
-      case $host in
-      *-*-rhapsody* | *-*-darwin1.[012])
-	# On Rhapsody replace the C library is the System framework
-	compile_deplibs=`$ECHO " $compile_deplibs" | $SED 's/ -lc / System.ltframework /'`
-	finalize_deplibs=`$ECHO " $finalize_deplibs" | $SED 's/ -lc / System.ltframework /'`
-	;;
-      esac
-
-      case $host in
-      *-*-darwin*)
-	# Don't allow lazy linking, it breaks C++ global constructors
-	# But is supposedly fixed on 10.4 or later (yay!).
-	if test CXX = "$tagname"; then
-	  case ${MACOSX_DEPLOYMENT_TARGET-10.0} in
-	    10.[0123])
-	      func_append compile_command " $wl-bind_at_load"
-	      func_append finalize_command " $wl-bind_at_load"
-	    ;;
-	  esac
-	fi
-	# Time to change all our "foo.ltframework" stuff back to "-framework foo"
-	compile_deplibs=`$ECHO " $compile_deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
-	finalize_deplibs=`$ECHO " $finalize_deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
-	;;
-      esac
-
-
-      # move library search paths that coincide with paths to not yet
-      # installed libraries to the beginning of the library search list
-      new_libs=
-      for path in $notinst_path; do
-	case " $new_libs " in
-	*" -L$path/$objdir "*) ;;
-	*)
-	  case " $compile_deplibs " in
-	  *" -L$path/$objdir "*)
-	    func_append new_libs " -L$path/$objdir" ;;
-	  esac
-	  ;;
-	esac
-      done
-      for deplib in $compile_deplibs; do
-	case $deplib in
-	-L*)
-	  case " $new_libs " in
-	  *" $deplib "*) ;;
-	  *) func_append new_libs " $deplib" ;;
-	  esac
-	  ;;
-	*) func_append new_libs " $deplib" ;;
-	esac
-      done
-      compile_deplibs=$new_libs
-
-
-      func_append compile_command " $compile_deplibs"
-      func_append finalize_command " $finalize_deplibs"
-
-      if test -n "$rpath$xrpath"; then
-	# If the user specified any rpath flags, then add them.
-	for libdir in $rpath $xrpath; do
-	  # This is the magic to use -rpath.
-	  case "$finalize_rpath " in
-	  *" $libdir "*) ;;
-	  *) func_append finalize_rpath " $libdir" ;;
-	  esac
-	done
-      fi
-
-      # Now hardcode the library paths
-      rpath=
-      hardcode_libdirs=
-      for libdir in $compile_rpath $finalize_rpath; do
-	if test -n "$hardcode_libdir_flag_spec"; then
-	  if test -n "$hardcode_libdir_separator"; then
-	    if test -z "$hardcode_libdirs"; then
-	      hardcode_libdirs=$libdir
-	    else
-	      # Just accumulate the unique libdirs.
-	      case $hardcode_libdir_separator$hardcode_libdirs$hardcode_libdir_separator in
-	      *"$hardcode_libdir_separator$libdir$hardcode_libdir_separator"*)
-		;;
-	      *)
-		func_append hardcode_libdirs "$hardcode_libdir_separator$libdir"
-		;;
-	      esac
-	    fi
-	  else
-	    eval flag=\"$hardcode_libdir_flag_spec\"
-	    func_append rpath " $flag"
-	  fi
-	elif test -n "$runpath_var"; then
-	  case "$perm_rpath " in
-	  *" $libdir "*) ;;
-	  *) func_append perm_rpath " $libdir" ;;
-	  esac
-	fi
-	case $host in
-	*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*)
-	  testbindir=`$ECHO "$libdir" | $SED -e 's*/lib$*/bin*'`
-	  case :$dllsearchpath: in
-	  *":$libdir:"*) ;;
-	  ::) dllsearchpath=$libdir;;
-	  *) func_append dllsearchpath ":$libdir";;
-	  esac
-	  case :$dllsearchpath: in
-	  *":$testbindir:"*) ;;
-	  ::) dllsearchpath=$testbindir;;
-	  *) func_append dllsearchpath ":$testbindir";;
-	  esac
-	  ;;
-	esac
-      done
-      # Substitute the hardcoded libdirs into the rpath.
-      if test -n "$hardcode_libdir_separator" &&
-	 test -n "$hardcode_libdirs"; then
-	libdir=$hardcode_libdirs
-	eval rpath=\" $hardcode_libdir_flag_spec\"
-      fi
-      compile_rpath=$rpath
-
-      rpath=
-      hardcode_libdirs=
-      for libdir in $finalize_rpath; do
-	if test -n "$hardcode_libdir_flag_spec"; then
-	  if test -n "$hardcode_libdir_separator"; then
-	    if test -z "$hardcode_libdirs"; then
-	      hardcode_libdirs=$libdir
-	    else
-	      # Just accumulate the unique libdirs.
-	      case $hardcode_libdir_separator$hardcode_libdirs$hardcode_libdir_separator in
-	      *"$hardcode_libdir_separator$libdir$hardcode_libdir_separator"*)
-		;;
-	      *)
-		func_append hardcode_libdirs "$hardcode_libdir_separator$libdir"
-		;;
-	      esac
-	    fi
-	  else
-	    eval flag=\"$hardcode_libdir_flag_spec\"
-	    func_append rpath " $flag"
-	  fi
-	elif test -n "$runpath_var"; then
-	  case "$finalize_perm_rpath " in
-	  *" $libdir "*) ;;
-	  *) func_append finalize_perm_rpath " $libdir" ;;
-	  esac
-	fi
-      done
-      # Substitute the hardcoded libdirs into the rpath.
-      if test -n "$hardcode_libdir_separator" &&
-	 test -n "$hardcode_libdirs"; then
-	libdir=$hardcode_libdirs
-	eval rpath=\" $hardcode_libdir_flag_spec\"
-      fi
-      finalize_rpath=$rpath
-
-      if test -n "$libobjs" && test yes = "$build_old_libs"; then
-	# Transform all the library objects into standard objects.
-	compile_command=`$ECHO "$compile_command" | $SP2NL | $SED "$lo2o" | $NL2SP`
-	finalize_command=`$ECHO "$finalize_command" | $SP2NL | $SED "$lo2o" | $NL2SP`
-      fi
-
-      func_generate_dlsyms "$outputname" "@PROGRAM@" false
-
-      # template prelinking step
-      if test -n "$prelink_cmds"; then
-	func_execute_cmds "$prelink_cmds" 'exit $?'
-      fi
-
-      wrappers_required=:
-      case $host in
-      *cegcc* | *mingw32ce*)
-        # Disable wrappers for cegcc and mingw32ce hosts, we are cross compiling anyway.
-        wrappers_required=false
-        ;;
-      *cygwin* | *mingw* )
-        test yes = "$build_libtool_libs" || wrappers_required=false
-        ;;
-      *)
-        if test no = "$need_relink" || test yes != "$build_libtool_libs"; then
-          wrappers_required=false
-        fi
-        ;;
-      esac
-      $wrappers_required || {
-	# Replace the output file specification.
-	compile_command=`$ECHO "$compile_command" | $SED 's%@OUTPUT@%'"$output"'%g'`
-	link_command=$compile_command$compile_rpath
-
-	# We have no uninstalled library dependencies, so finalize right now.
-	exit_status=0
-	func_show_eval "$link_command" 'exit_status=$?'
-
-	if test -n "$postlink_cmds"; then
-	  func_to_tool_file "$output"
-	  postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'`
-	  func_execute_cmds "$postlink_cmds" 'exit $?'
-	fi
-
-	# Delete the generated files.
-	if test -f "$output_objdir/${outputname}S.$objext"; then
-	  func_show_eval '$RM "$output_objdir/${outputname}S.$objext"'
-	fi
-
-	exit $exit_status
-      }
-
-      if test -n "$compile_shlibpath$finalize_shlibpath"; then
-	compile_command="$shlibpath_var=\"$compile_shlibpath$finalize_shlibpath\$$shlibpath_var\" $compile_command"
-      fi
-      if test -n "$finalize_shlibpath"; then
-	finalize_command="$shlibpath_var=\"$finalize_shlibpath\$$shlibpath_var\" $finalize_command"
-      fi
-
-      compile_var=
-      finalize_var=
-      if test -n "$runpath_var"; then
-	if test -n "$perm_rpath"; then
-	  # We should set the runpath_var.
-	  rpath=
-	  for dir in $perm_rpath; do
-	    func_append rpath "$dir:"
-	  done
-	  compile_var="$runpath_var=\"$rpath\$$runpath_var\" "
-	fi
-	if test -n "$finalize_perm_rpath"; then
-	  # We should set the runpath_var.
-	  rpath=
-	  for dir in $finalize_perm_rpath; do
-	    func_append rpath "$dir:"
-	  done
-	  finalize_var="$runpath_var=\"$rpath\$$runpath_var\" "
-	fi
-      fi
-
-      if test yes = "$no_install"; then
-	# We don't need to create a wrapper script.
-	link_command=$compile_var$compile_command$compile_rpath
-	# Replace the output file specification.
-	link_command=`$ECHO "$link_command" | $SED 's%@OUTPUT@%'"$output"'%g'`
-	# Delete the old output file.
-	$opt_dry_run || $RM $output
-	# Link the executable and exit
-	func_show_eval "$link_command" 'exit $?'
-
-	if test -n "$postlink_cmds"; then
-	  func_to_tool_file "$output"
-	  postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'`
-	  func_execute_cmds "$postlink_cmds" 'exit $?'
-	fi
-
-	exit $EXIT_SUCCESS
-      fi
-
-      case $hardcode_action,$fast_install in
-        relink,*)
-	  # Fast installation is not supported
-	  link_command=$compile_var$compile_command$compile_rpath
-	  relink_command=$finalize_var$finalize_command$finalize_rpath
-
-	  func_warning "this platform does not like uninstalled shared libraries"
-	  func_warning "'$output' will be relinked during installation"
-	  ;;
-        *,yes)
-	  link_command=$finalize_var$compile_command$finalize_rpath
-	  relink_command=`$ECHO "$compile_var$compile_command$compile_rpath" | $SED 's%@OUTPUT@%\$progdir/\$file%g'`
-          ;;
-	*,no)
-	  link_command=$compile_var$compile_command$compile_rpath
-	  relink_command=$finalize_var$finalize_command$finalize_rpath
-          ;;
-	*,needless)
-	  link_command=$finalize_var$compile_command$finalize_rpath
-	  relink_command=
-          ;;
-      esac
-
-      # Replace the output file specification.
-      link_command=`$ECHO "$link_command" | $SED 's%@OUTPUT@%'"$output_objdir/$outputname"'%g'`
-
-      # Delete the old output files.
-      $opt_dry_run || $RM $output $output_objdir/$outputname $output_objdir/lt-$outputname
-
-      func_show_eval "$link_command" 'exit $?'
-
-      if test -n "$postlink_cmds"; then
-	func_to_tool_file "$output_objdir/$outputname"
-	postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output_objdir/$outputname"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'`
-	func_execute_cmds "$postlink_cmds" 'exit $?'
-      fi
-
-      # Now create the wrapper script.
-      func_verbose "creating $output"
-
-      # Quote the relink command for shipping.
-      if test -n "$relink_command"; then
-	# Preserve any variables that may affect compiler behavior
-	for var in $variables_saved_for_relink; do
-	  if eval test -z \"\${$var+set}\"; then
-	    relink_command="{ test -z \"\${$var+set}\" || $lt_unset $var || { $var=; export $var; }; }; $relink_command"
-	  elif eval var_value=\$$var; test -z "$var_value"; then
-	    relink_command="$var=; export $var; $relink_command"
-	  else
-	    func_quote_for_eval "$var_value"
-	    relink_command="$var=$func_quote_for_eval_result; export $var; $relink_command"
-	  fi
-	done
-	relink_command="(cd `pwd`; $relink_command)"
-	relink_command=`$ECHO "$relink_command" | $SED "$sed_quote_subst"`
-      fi
-
-      # Only actually do things if not in dry run mode.
-      $opt_dry_run || {
-	# win32 will think the script is a binary if it has
-	# a .exe suffix, so we strip it off here.
-	case $output in
-	  *.exe) func_stripname '' '.exe' "$output"
-	         output=$func_stripname_result ;;
-	esac
-	# test for cygwin because mv fails w/o .exe extensions
-	case $host in
-	  *cygwin*)
-	    exeext=.exe
-	    func_stripname '' '.exe' "$outputname"
-	    outputname=$func_stripname_result ;;
-	  *) exeext= ;;
-	esac
-	case $host in
-	  *cygwin* | *mingw* )
-	    func_dirname_and_basename "$output" "" "."
-	    output_name=$func_basename_result
-	    output_path=$func_dirname_result
-	    cwrappersource=$output_path/$objdir/lt-$output_name.c
-	    cwrapper=$output_path/$output_name.exe
-	    $RM $cwrappersource $cwrapper
-	    trap "$RM $cwrappersource $cwrapper; exit $EXIT_FAILURE" 1 2 15
-
-	    func_emit_cwrapperexe_src > $cwrappersource
-
-	    # The wrapper executable is built using the $host compiler,
-	    # because it contains $host paths and files. If cross-
-	    # compiling, it, like the target executable, must be
-	    # executed on the $host or under an emulation environment.
-	    $opt_dry_run || {
-	      $LTCC $LTCFLAGS -o $cwrapper $cwrappersource
-	      $STRIP $cwrapper
-	    }
-
-	    # Now, create the wrapper script for func_source use:
-	    func_ltwrapper_scriptname $cwrapper
-	    $RM $func_ltwrapper_scriptname_result
-	    trap "$RM $func_ltwrapper_scriptname_result; exit $EXIT_FAILURE" 1 2 15
-	    $opt_dry_run || {
-	      # note: this script will not be executed, so do not chmod.
-	      if test "x$build" = "x$host"; then
-		$cwrapper --lt-dump-script > $func_ltwrapper_scriptname_result
-	      else
-		func_emit_wrapper no > $func_ltwrapper_scriptname_result
-	      fi
-	    }
-	  ;;
-	  * )
-	    $RM $output
-	    trap "$RM $output; exit $EXIT_FAILURE" 1 2 15
-
-	    func_emit_wrapper no > $output
-	    chmod +x $output
-	  ;;
-	esac
-      }
-      exit $EXIT_SUCCESS
-      ;;
-    esac
-
-    # See if we need to build an old-fashioned archive.
-    for oldlib in $oldlibs; do
-
-      case $build_libtool_libs in
-        convenience)
-	  oldobjs="$libobjs_save $symfileobj"
-	  addlibs=$convenience
-	  build_libtool_libs=no
-	  ;;
-	module)
-	  oldobjs=$libobjs_save
-	  addlibs=$old_convenience
-	  build_libtool_libs=no
-          ;;
-	*)
-	  oldobjs="$old_deplibs $non_pic_objects"
-	  $preload && test -f "$symfileobj" \
-	    && func_append oldobjs " $symfileobj"
-	  addlibs=$old_convenience
-	  ;;
-      esac
-
-      if test -n "$addlibs"; then
-	gentop=$output_objdir/${outputname}x
-	func_append generated " $gentop"
-
-	func_extract_archives $gentop $addlibs
-	func_append oldobjs " $func_extract_archives_result"
-      fi
-
-      # Do each command in the archive commands.
-      if test -n "$old_archive_from_new_cmds" && test yes = "$build_libtool_libs"; then
-	cmds=$old_archive_from_new_cmds
-      else
-
-	# Add any objects from preloaded convenience libraries
-	if test -n "$dlprefiles"; then
-	  gentop=$output_objdir/${outputname}x
-	  func_append generated " $gentop"
-
-	  func_extract_archives $gentop $dlprefiles
-	  func_append oldobjs " $func_extract_archives_result"
-	fi
-
-	# POSIX demands no paths to be encoded in archives.  We have
-	# to avoid creating archives with duplicate basenames if we
-	# might have to extract them afterwards, e.g., when creating a
-	# static archive out of a convenience library, or when linking
-	# the entirety of a libtool archive into another (currently
-	# not supported by libtool).
-	if (for obj in $oldobjs
-	    do
-	      func_basename "$obj"
-	      $ECHO "$func_basename_result"
-	    done | sort | sort -uc >/dev/null 2>&1); then
-	  :
-	else
-	  echo "copying selected object files to avoid basename conflicts..."
-	  gentop=$output_objdir/${outputname}x
-	  func_append generated " $gentop"
-	  func_mkdir_p "$gentop"
-	  save_oldobjs=$oldobjs
-	  oldobjs=
-	  counter=1
-	  for obj in $save_oldobjs
-	  do
-	    func_basename "$obj"
-	    objbase=$func_basename_result
-	    case " $oldobjs " in
-	    " ") oldobjs=$obj ;;
-	    *[\ /]"$objbase "*)
-	      while :; do
-		# Make sure we don't pick an alternate name that also
-		# overlaps.
-		newobj=lt$counter-$objbase
-		func_arith $counter + 1
-		counter=$func_arith_result
-		case " $oldobjs " in
-		*[\ /]"$newobj "*) ;;
-		*) if test ! -f "$gentop/$newobj"; then break; fi ;;
-		esac
-	      done
-	      func_show_eval "ln $obj $gentop/$newobj || cp $obj $gentop/$newobj"
-	      func_append oldobjs " $gentop/$newobj"
-	      ;;
-	    *) func_append oldobjs " $obj" ;;
-	    esac
-	  done
-	fi
-	func_to_tool_file "$oldlib" func_convert_file_msys_to_w32
-	tool_oldlib=$func_to_tool_file_result
-	eval cmds=\"$old_archive_cmds\"
-
-	func_len " $cmds"
-	len=$func_len_result
-	if test "$len" -lt "$max_cmd_len" || test "$max_cmd_len" -le -1; then
-	  cmds=$old_archive_cmds
-	elif test -n "$archiver_list_spec"; then
-	  func_verbose "using command file archive linking..."
-	  for obj in $oldobjs
-	  do
-	    func_to_tool_file "$obj"
-	    $ECHO "$func_to_tool_file_result"
-	  done > $output_objdir/$libname.libcmd
-	  func_to_tool_file "$output_objdir/$libname.libcmd"
-	  oldobjs=" $archiver_list_spec$func_to_tool_file_result"
-	  cmds=$old_archive_cmds
-	else
-	  # the command line is too long to link in one step, link in parts
-	  func_verbose "using piecewise archive linking..."
-	  save_RANLIB=$RANLIB
-	  RANLIB=:
-	  objlist=
-	  concat_cmds=
-	  save_oldobjs=$oldobjs
-	  oldobjs=
-	  # Is there a better way of finding the last object in the list?
-	  for obj in $save_oldobjs
-	  do
-	    last_oldobj=$obj
-	  done
-	  eval test_cmds=\"$old_archive_cmds\"
-	  func_len " $test_cmds"
-	  len0=$func_len_result
-	  len=$len0
-	  for obj in $save_oldobjs
-	  do
-	    func_len " $obj"
-	    func_arith $len + $func_len_result
-	    len=$func_arith_result
-	    func_append objlist " $obj"
-	    if test "$len" -lt "$max_cmd_len"; then
-	      :
-	    else
-	      # the above command should be used before it gets too long
-	      oldobjs=$objlist
-	      if test "$obj" = "$last_oldobj"; then
-		RANLIB=$save_RANLIB
-	      fi
-	      test -z "$concat_cmds" || concat_cmds=$concat_cmds~
-	      eval concat_cmds=\"\$concat_cmds$old_archive_cmds\"
-	      objlist=
-	      len=$len0
-	    fi
-	  done
-	  RANLIB=$save_RANLIB
-	  oldobjs=$objlist
-	  if test -z "$oldobjs"; then
-	    eval cmds=\"\$concat_cmds\"
-	  else
-	    eval cmds=\"\$concat_cmds~\$old_archive_cmds\"
-	  fi
-	fi
-      fi
-      func_execute_cmds "$cmds" 'exit $?'
-    done
-
-    test -n "$generated" && \
-      func_show_eval "${RM}r$generated"
-
-    # Now create the libtool archive.
-    case $output in
-    *.la)
-      old_library=
-      test yes = "$build_old_libs" && old_library=$libname.$libext
-      func_verbose "creating $output"
-
-      # Preserve any variables that may affect compiler behavior
-      for var in $variables_saved_for_relink; do
-	if eval test -z \"\${$var+set}\"; then
-	  relink_command="{ test -z \"\${$var+set}\" || $lt_unset $var || { $var=; export $var; }; }; $relink_command"
-	elif eval var_value=\$$var; test -z "$var_value"; then
-	  relink_command="$var=; export $var; $relink_command"
-	else
-	  func_quote_for_eval "$var_value"
-	  relink_command="$var=$func_quote_for_eval_result; export $var; $relink_command"
-	fi
-      done
-      # Quote the link command for shipping.
-      relink_command="(cd `pwd`; $SHELL \"$progpath\" $preserve_args --mode=relink $libtool_args @inst_prefix_dir@)"
-      relink_command=`$ECHO "$relink_command" | $SED "$sed_quote_subst"`
-      if test yes = "$hardcode_automatic"; then
-	relink_command=
-      fi
-
-      # Only create the output if not a dry run.
-      $opt_dry_run || {
-	for installed in no yes; do
-	  if test yes = "$installed"; then
-	    if test -z "$install_libdir"; then
-	      break
-	    fi
-	    output=$output_objdir/${outputname}i
-	    # Replace all uninstalled libtool libraries with the installed ones
-	    newdependency_libs=
-	    for deplib in $dependency_libs; do
-	      case $deplib in
-	      *.la)
-		func_basename "$deplib"
-		name=$func_basename_result
-		func_resolve_sysroot "$deplib"
-		eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $func_resolve_sysroot_result`
-		test -z "$libdir" && \
-		  func_fatal_error "'$deplib' is not a valid libtool archive"
-		func_append newdependency_libs " ${lt_sysroot:+=}$libdir/$name"
-		;;
-	      -L*)
-		func_stripname -L '' "$deplib"
-		func_replace_sysroot "$func_stripname_result"
-		func_append newdependency_libs " -L$func_replace_sysroot_result"
-		;;
-	      -R*)
-		func_stripname -R '' "$deplib"
-		func_replace_sysroot "$func_stripname_result"
-		func_append newdependency_libs " -R$func_replace_sysroot_result"
-		;;
-	      *) func_append newdependency_libs " $deplib" ;;
-	      esac
-	    done
-	    dependency_libs=$newdependency_libs
-	    newdlfiles=
-
-	    for lib in $dlfiles; do
-	      case $lib in
-	      *.la)
-	        func_basename "$lib"
-		name=$func_basename_result
-		eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
-		test -z "$libdir" && \
-		  func_fatal_error "'$lib' is not a valid libtool archive"
-		func_append newdlfiles " ${lt_sysroot:+=}$libdir/$name"
-		;;
-	      *) func_append newdlfiles " $lib" ;;
-	      esac
-	    done
-	    dlfiles=$newdlfiles
-	    newdlprefiles=
-	    for lib in $dlprefiles; do
-	      case $lib in
-	      *.la)
-		# Only pass preopened files to the pseudo-archive (for
-		# eventual linking with the app. that links it) if we
-		# didn't already link the preopened objects directly into
-		# the library:
-		func_basename "$lib"
-		name=$func_basename_result
-		eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
-		test -z "$libdir" && \
-		  func_fatal_error "'$lib' is not a valid libtool archive"
-		func_append newdlprefiles " ${lt_sysroot:+=}$libdir/$name"
-		;;
-	      esac
-	    done
-	    dlprefiles=$newdlprefiles
-	  else
-	    newdlfiles=
-	    for lib in $dlfiles; do
-	      case $lib in
-		[\\/]* | [A-Za-z]:[\\/]*) abs=$lib ;;
-		*) abs=`pwd`"/$lib" ;;
-	      esac
-	      func_append newdlfiles " $abs"
-	    done
-	    dlfiles=$newdlfiles
-	    newdlprefiles=
-	    for lib in $dlprefiles; do
-	      case $lib in
-		[\\/]* | [A-Za-z]:[\\/]*) abs=$lib ;;
-		*) abs=`pwd`"/$lib" ;;
-	      esac
-	      func_append newdlprefiles " $abs"
-	    done
-	    dlprefiles=$newdlprefiles
-	  fi
-	  $RM $output
-	  # place dlname in correct position for cygwin
-	  # In fact, it would be nice if we could use this code for all target
-	  # systems that can't hard-code library paths into their executables
-	  # and that have no shared library path variable independent of PATH,
-	  # but it turns out we can't easily determine that from inspecting
-	  # libtool variables, so we have to hard-code the OSs to which it
-	  # applies here; at the moment, that means platforms that use the PE
-	  # object format with DLL files.  See the long comment at the top of
-	  # tests/bindir.at for full details.
-	  tdlname=$dlname
-	  case $host,$output,$installed,$module,$dlname in
-	    *cygwin*,*lai,yes,no,*.dll | *mingw*,*lai,yes,no,*.dll | *cegcc*,*lai,yes,no,*.dll)
-	      # If a -bindir argument was supplied, place the dll there.
-	      if test -n "$bindir"; then
-		func_relative_path "$install_libdir" "$bindir"
-		tdlname=$func_relative_path_result/$dlname
-	      else
-		# Otherwise fall back on heuristic.
-		tdlname=../bin/$dlname
-	      fi
-	      ;;
-	  esac
-	  $ECHO > $output "\
-# $outputname - a libtool library file
-# Generated by $PROGRAM (GNU $PACKAGE) $VERSION
-#
-# Please DO NOT delete this file!
-# It is necessary for linking the library.
-
-# The name that we can dlopen(3).
-dlname='$tdlname'
-
-# Names of this library.
-library_names='$library_names'
-
-# The name of the static archive.
-old_library='$old_library'
-
-# Linker flags that cannot go in dependency_libs.
-inherited_linker_flags='$new_inherited_linker_flags'
-
-# Libraries that this one depends upon.
-dependency_libs='$dependency_libs'
-
-# Names of additional weak libraries provided by this library
-weak_library_names='$weak_libs'
-
-# Version information for $libname.
-current=$current
-age=$age
-revision=$revision
-
-# Is this an already installed library?
-installed=$installed
-
-# Should we warn about portability when linking against -modules?
-shouldnotlink=$module
-
-# Files to dlopen/dlpreopen
-dlopen='$dlfiles'
-dlpreopen='$dlprefiles'
-
-# Directory that this library needs to be installed in:
-libdir='$install_libdir'"
-	  if test no,yes = "$installed,$need_relink"; then
-	    $ECHO >> $output "\
-relink_command=\"$relink_command\""
-	  fi
-	done
-      }
-
-      # Do a symbolic link so that the libtool archive can be found in
-      # LD_LIBRARY_PATH before the program is installed.
-      func_show_eval '( cd "$output_objdir" && $RM "$outputname" && $LN_S "../$outputname" "$outputname" )' 'exit $?'
-      ;;
-    esac
-    exit $EXIT_SUCCESS
-}
-
-if test link = "$opt_mode" || test relink = "$opt_mode"; then
-  func_mode_link ${1+"$@"}
-fi
-
-
-# func_mode_uninstall arg...
-func_mode_uninstall ()
-{
-    $debug_cmd
-
-    RM=$nonopt
-    files=
-    rmforce=false
-    exit_status=0
-
-    # This variable tells wrapper scripts just to set variables rather
-    # than running their programs.
-    libtool_install_magic=$magic
-
-    for arg
-    do
-      case $arg in
-      -f) func_append RM " $arg"; rmforce=: ;;
-      -*) func_append RM " $arg" ;;
-      *) func_append files " $arg" ;;
-      esac
-    done
-
-    test -z "$RM" && \
-      func_fatal_help "you must specify an RM program"
-
-    rmdirs=
-
-    for file in $files; do
-      func_dirname "$file" "" "."
-      dir=$func_dirname_result
-      if test . = "$dir"; then
-	odir=$objdir
-      else
-	odir=$dir/$objdir
-      fi
-      func_basename "$file"
-      name=$func_basename_result
-      test uninstall = "$opt_mode" && odir=$dir
-
-      # Remember odir for removal later, being careful to avoid duplicates
-      if test clean = "$opt_mode"; then
-	case " $rmdirs " in
-	  *" $odir "*) ;;
-	  *) func_append rmdirs " $odir" ;;
-	esac
-      fi
-
-      # Don't error if the file doesn't exist and rm -f was used.
-      if { test -L "$file"; } >/dev/null 2>&1 ||
-	 { test -h "$file"; } >/dev/null 2>&1 ||
-	 test -f "$file"; then
-	:
-      elif test -d "$file"; then
-	exit_status=1
-	continue
-      elif $rmforce; then
-	continue
-      fi
-
-      rmfiles=$file
-
-      case $name in
-      *.la)
-	# Possibly a libtool archive, so verify it.
-	if func_lalib_p "$file"; then
-	  func_source $dir/$name
-
-	  # Delete the libtool libraries and symlinks.
-	  for n in $library_names; do
-	    func_append rmfiles " $odir/$n"
-	  done
-	  test -n "$old_library" && func_append rmfiles " $odir/$old_library"
-
-	  case $opt_mode in
-	  clean)
-	    case " $library_names " in
-	    *" $dlname "*) ;;
-	    *) test -n "$dlname" && func_append rmfiles " $odir/$dlname" ;;
-	    esac
-	    test -n "$libdir" && func_append rmfiles " $odir/$name $odir/${name}i"
-	    ;;
-	  uninstall)
-	    if test -n "$library_names"; then
-	      # Do each command in the postuninstall commands.
-	      func_execute_cmds "$postuninstall_cmds" '$rmforce || exit_status=1'
-	    fi
-
-	    if test -n "$old_library"; then
-	      # Do each command in the old_postuninstall commands.
-	      func_execute_cmds "$old_postuninstall_cmds" '$rmforce || exit_status=1'
-	    fi
-	    # FIXME: should reinstall the best remaining shared library.
-	    ;;
-	  esac
-	fi
-	;;
-
-      *.lo)
-	# Possibly a libtool object, so verify it.
-	if func_lalib_p "$file"; then
-
-	  # Read the .lo file
-	  func_source $dir/$name
-
-	  # Add PIC object to the list of files to remove.
-	  if test -n "$pic_object" && test none != "$pic_object"; then
-	    func_append rmfiles " $dir/$pic_object"
-	  fi
-
-	  # Add non-PIC object to the list of files to remove.
-	  if test -n "$non_pic_object" && test none != "$non_pic_object"; then
-	    func_append rmfiles " $dir/$non_pic_object"
-	  fi
-	fi
-	;;
-
-      *)
-	if test clean = "$opt_mode"; then
-	  noexename=$name
-	  case $file in
-	  *.exe)
-	    func_stripname '' '.exe' "$file"
-	    file=$func_stripname_result
-	    func_stripname '' '.exe' "$name"
-	    noexename=$func_stripname_result
-	    # $file with .exe has already been added to rmfiles,
-	    # add $file without .exe
-	    func_append rmfiles " $file"
-	    ;;
-	  esac
-	  # Do a test to see if this is a libtool program.
-	  if func_ltwrapper_p "$file"; then
-	    if func_ltwrapper_executable_p "$file"; then
-	      func_ltwrapper_scriptname "$file"
-	      relink_command=
-	      func_source $func_ltwrapper_scriptname_result
-	      func_append rmfiles " $func_ltwrapper_scriptname_result"
-	    else
-	      relink_command=
-	      func_source $dir/$noexename
-	    fi
-
-	    # note $name still contains .exe if it was in $file originally
-	    # as does the version of $file that was added into $rmfiles
-	    func_append rmfiles " $odir/$name $odir/${name}S.$objext"
-	    if test yes = "$fast_install" && test -n "$relink_command"; then
-	      func_append rmfiles " $odir/lt-$name"
-	    fi
-	    if test "X$noexename" != "X$name"; then
-	      func_append rmfiles " $odir/lt-$noexename.c"
-	    fi
-	  fi
-	fi
-	;;
-      esac
-      func_show_eval "$RM $rmfiles" 'exit_status=1'
-    done
-
-    # Try to remove the $objdir's in the directories where we deleted files
-    for dir in $rmdirs; do
-      if test -d "$dir"; then
-	func_show_eval "rmdir $dir >/dev/null 2>&1"
-      fi
-    done
-
-    exit $exit_status
-}
-
-if test uninstall = "$opt_mode" || test clean = "$opt_mode"; then
-  func_mode_uninstall ${1+"$@"}
-fi
-
-test -z "$opt_mode" && {
-  help=$generic_help
-  func_fatal_help "you must specify a MODE"
-}
-
-test -z "$exec_cmd" && \
-  func_fatal_help "invalid operation mode '$opt_mode'"
-
-if test -n "$exec_cmd"; then
-  eval exec "$exec_cmd"
-  exit $EXIT_FAILURE
-fi
-
-exit $exit_status
-
-
-# The TAGs below are defined such that we never get into a situation
-# where we disable both kinds of libraries.  Given conflicting
-# choices, we go for a static library, that is the most portable,
-# since we can't tell whether shared libraries were disabled because
-# the user asked for that or because the platform doesn't support
-# them.  This is particularly important on AIX, because we don't
-# support having both static and shared libraries enabled at the same
-# time on that platform, so we default to a shared-only configuration.
-# If a disable-shared tag is given, we'll fallback to a static-only
-# configuration.  But we'll never go from static-only to shared-only.
-
-# ### BEGIN LIBTOOL TAG CONFIG: disable-shared
-build_libtool_libs=no
-build_old_libs=yes
-# ### END LIBTOOL TAG CONFIG: disable-shared
-
-# ### BEGIN LIBTOOL TAG CONFIG: disable-static
-build_old_libs=`case $build_libtool_libs in yes) echo no;; *) echo yes;; esac`
-# ### END LIBTOOL TAG CONFIG: disable-static
-
-# Local Variables:
-# mode:shell-script
-# sh-indentation:2
-# End:
diff --git a/config/missing b/config/missing
deleted file mode 100755
index f62bbae..0000000
--- a/config/missing
+++ /dev/null
@@ -1,215 +0,0 @@
-#! /bin/sh
-# Common wrapper for a few potentially missing GNU programs.
-
-scriptversion=2013-10-28.13; # UTC
-
-# Copyright (C) 1996-2014 Free Software Foundation, Inc.
-# Originally written by Fran,cois Pinard <pinard at iro.umontreal.ca>, 1996.
-
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2, or (at your option)
-# any later version.
-
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-# GNU General Public License for more details.
-
-# You should have received a copy of the GNU General Public License
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.
-
-# As a special exception to the GNU General Public License, if you
-# distribute this file as part of a program that contains a
-# configuration script generated by Autoconf, you may include it under
-# the same distribution terms that you use for the rest of that program.
-
-if test $# -eq 0; then
-  echo 1>&2 "Try '$0 --help' for more information"
-  exit 1
-fi
-
-case $1 in
-
-  --is-lightweight)
-    # Used by our autoconf macros to check whether the available missing
-    # script is modern enough.
-    exit 0
-    ;;
-
-  --run)
-    # Back-compat with the calling convention used by older automake.
-    shift
-    ;;
-
-  -h|--h|--he|--hel|--help)
-    echo "\
-$0 [OPTION]... PROGRAM [ARGUMENT]...
-
-Run 'PROGRAM [ARGUMENT]...', returning a proper advice when this fails due
-to PROGRAM being missing or too old.
-
-Options:
-  -h, --help      display this help and exit
-  -v, --version   output version information and exit
-
-Supported PROGRAM values:
-  aclocal   autoconf  autoheader   autom4te  automake  makeinfo
-  bison     yacc      flex         lex       help2man
-
-Version suffixes to PROGRAM as well as the prefixes 'gnu-', 'gnu', and
-'g' are ignored when checking the name.
-
-Send bug reports to <bug-automake at gnu.org>."
-    exit $?
-    ;;
-
-  -v|--v|--ve|--ver|--vers|--versi|--versio|--version)
-    echo "missing $scriptversion (GNU Automake)"
-    exit $?
-    ;;
-
-  -*)
-    echo 1>&2 "$0: unknown '$1' option"
-    echo 1>&2 "Try '$0 --help' for more information"
-    exit 1
-    ;;
-
-esac
-
-# Run the given program, remember its exit status.
-"$@"; st=$?
-
-# If it succeeded, we are done.
-test $st -eq 0 && exit 0
-
-# Also exit now if we it failed (or wasn't found), and '--version' was
-# passed; such an option is passed most likely to detect whether the
-# program is present and works.
-case $2 in --version|--help) exit $st;; esac
-
-# Exit code 63 means version mismatch.  This often happens when the user
-# tries to use an ancient version of a tool on a file that requires a
-# minimum version.
-if test $st -eq 63; then
-  msg="probably too old"
-elif test $st -eq 127; then
-  # Program was missing.
-  msg="missing on your system"
-else
-  # Program was found and executed, but failed.  Give up.
-  exit $st
-fi
-
-perl_URL=http://www.perl.org/
-flex_URL=http://flex.sourceforge.net/
-gnu_software_URL=http://www.gnu.org/software
-
-program_details ()
-{
-  case $1 in
-    aclocal|automake)
-      echo "The '$1' program is part of the GNU Automake package:"
-      echo "<$gnu_software_URL/automake>"
-      echo "It also requires GNU Autoconf, GNU m4 and Perl in order to run:"
-      echo "<$gnu_software_URL/autoconf>"
-      echo "<$gnu_software_URL/m4/>"
-      echo "<$perl_URL>"
-      ;;
-    autoconf|autom4te|autoheader)
-      echo "The '$1' program is part of the GNU Autoconf package:"
-      echo "<$gnu_software_URL/autoconf/>"
-      echo "It also requires GNU m4 and Perl in order to run:"
-      echo "<$gnu_software_URL/m4/>"
-      echo "<$perl_URL>"
-      ;;
-  esac
-}
-
-give_advice ()
-{
-  # Normalize program name to check for.
-  normalized_program=`echo "$1" | sed '
-    s/^gnu-//; t
-    s/^gnu//; t
-    s/^g//; t'`
-
-  printf '%s\n' "'$1' is $msg."
-
-  configure_deps="'configure.ac' or m4 files included by 'configure.ac'"
-  case $normalized_program in
-    autoconf*)
-      echo "You should only need it if you modified 'configure.ac',"
-      echo "or m4 files included by it."
-      program_details 'autoconf'
-      ;;
-    autoheader*)
-      echo "You should only need it if you modified 'acconfig.h' or"
-      echo "$configure_deps."
-      program_details 'autoheader'
-      ;;
-    automake*)
-      echo "You should only need it if you modified 'Makefile.am' or"
-      echo "$configure_deps."
-      program_details 'automake'
-      ;;
-    aclocal*)
-      echo "You should only need it if you modified 'acinclude.m4' or"
-      echo "$configure_deps."
-      program_details 'aclocal'
-      ;;
-   autom4te*)
-      echo "You might have modified some maintainer files that require"
-      echo "the 'autom4te' program to be rebuilt."
-      program_details 'autom4te'
-      ;;
-    bison*|yacc*)
-      echo "You should only need it if you modified a '.y' file."
-      echo "You may want to install the GNU Bison package:"
-      echo "<$gnu_software_URL/bison/>"
-      ;;
-    lex*|flex*)
-      echo "You should only need it if you modified a '.l' file."
-      echo "You may want to install the Fast Lexical Analyzer package:"
-      echo "<$flex_URL>"
-      ;;
-    help2man*)
-      echo "You should only need it if you modified a dependency" \
-           "of a man page."
-      echo "You may want to install the GNU Help2man package:"
-      echo "<$gnu_software_URL/help2man/>"
-    ;;
-    makeinfo*)
-      echo "You should only need it if you modified a '.texi' file, or"
-      echo "any other file indirectly affecting the aspect of the manual."
-      echo "You might want to install the Texinfo package:"
-      echo "<$gnu_software_URL/texinfo/>"
-      echo "The spurious makeinfo call might also be the consequence of"
-      echo "using a buggy 'make' (AIX, DU, IRIX), in which case you might"
-      echo "want to install GNU make:"
-      echo "<$gnu_software_URL/make/>"
-      ;;
-    *)
-      echo "You might have modified some files without having the proper"
-      echo "tools for further handling them.  Check the 'README' file, it"
-      echo "often tells you about the needed prerequisites for installing"
-      echo "this package.  You may also peek at any GNU archive site, in"
-      echo "case some other package contains this missing '$1' program."
-      ;;
-  esac
-}
-
-give_advice "$1" | sed -e '1s/^/WARNING: /' \
-                       -e '2,$s/^/         /' >&2
-
-# Propagate the correct exit status (expected to be 127 for a program
-# not found, 63 for a program that failed due to version mismatch).
-exit $st
-
-# Local variables:
-# eval: (add-hook 'write-file-hooks 'time-stamp)
-# time-stamp-start: "scriptversion="
-# time-stamp-format: "%:y-%02m-%02d.%02H"
-# time-stamp-time-zone: "UTC"
-# time-stamp-end: "; # UTC"
-# End:
diff --git a/configure b/configure
deleted file mode 100755
index a9ad95e..0000000
--- a/configure
+++ /dev/null
@@ -1,24440 +0,0 @@
-#! /bin/sh
-# Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for pocl 0.13.
-#
-# Report bugs to <pocl-devel at lists.sourceforge.net>.
-#
-#
-# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
-#
-#
-# This configure script is free software; the Free Software Foundation
-# gives unlimited permission to copy, distribute and modify it.
-## -------------------- ##
-## M4sh Initialization. ##
-## -------------------- ##
-
-# Be more Bourne compatible
-DUALCASE=1; export DUALCASE # for MKS sh
-if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
-  emulate sh
-  NULLCMD=:
-  # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
-  # is contrary to our usage.  Disable this feature.
-  alias -g '${1+"$@"}'='"$@"'
-  setopt NO_GLOB_SUBST
-else
-  case `(set -o) 2>/dev/null` in #(
-  *posix*) :
-    set -o posix ;; #(
-  *) :
-     ;;
-esac
-fi
-
-
-as_nl='
-'
-export as_nl
-# Printing a long string crashes Solaris 7 /usr/bin/printf.
-as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
-as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
-as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
-# Prefer a ksh shell builtin over an external printf program on Solaris,
-# but without wasting forks for bash or zsh.
-if test -z "$BASH_VERSION$ZSH_VERSION" \
-    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
-  as_echo='print -r --'
-  as_echo_n='print -rn --'
-elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
-  as_echo='printf %s\n'
-  as_echo_n='printf %s'
-else
-  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
-    as_echo_n='/usr/ucb/echo -n'
-  else
-    as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
-    as_echo_n_body='eval
-      arg=$1;
-      case $arg in #(
-      *"$as_nl"*)
-	expr "X$arg" : "X\\(.*\\)$as_nl";
-	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
-      esac;
-      expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
-    '
-    export as_echo_n_body
-    as_echo_n='sh -c $as_echo_n_body as_echo'
-  fi
-  export as_echo_body
-  as_echo='sh -c $as_echo_body as_echo'
-fi
-
-# The user is always right.
-if test "${PATH_SEPARATOR+set}" != set; then
-  PATH_SEPARATOR=:
-  (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
-    (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
-      PATH_SEPARATOR=';'
-  }
-fi
-
-
-# IFS
-# We need space, tab and new line, in precisely that order.  Quoting is
-# there to prevent editors from complaining about space-tab.
-# (If _AS_PATH_WALK were called with IFS unset, it would disable word
-# splitting by setting IFS to empty value.)
-IFS=" ""	$as_nl"
-
-# Find who we are.  Look in the path if we contain no directory separator.
-as_myself=
-case $0 in #((
-  *[\\/]* ) as_myself=$0 ;;
-  *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-for as_dir in $PATH
-do
-  IFS=$as_save_IFS
-  test -z "$as_dir" && as_dir=.
-    test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
-  done
-IFS=$as_save_IFS
-
-     ;;
-esac
-# We did not find ourselves, most probably we were run as `sh COMMAND'
-# in which case we are not to be found in the path.
-if test "x$as_myself" = x; then
-  as_myself=$0
-fi
-if test ! -f "$as_myself"; then
-  $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
-  exit 1
-fi
-
-# Unset variables that we do not need and which cause bugs (e.g. in
-# pre-3.0 UWIN ksh).  But do not cause bugs in bash 2.01; the "|| exit 1"
-# suppresses any "Segmentation fault" message there.  '((' could
-# trigger a bug in pdksh 5.2.14.
-for as_var in BASH_ENV ENV MAIL MAILPATH
-do eval test x\${$as_var+set} = xset \
-  && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
-done
-PS1='$ '
-PS2='> '
-PS4='+ '
-
-# NLS nuisances.
-LC_ALL=C
-export LC_ALL
-LANGUAGE=C
-export LANGUAGE
-
-# CDPATH.
-(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
-
-# Use a proper internal environment variable to ensure we don't fall
-  # into an infinite loop, continuously re-executing ourselves.
-  if test x"${_as_can_reexec}" != xno && test "x$CONFIG_SHELL" != x; then
-    _as_can_reexec=no; export _as_can_reexec;
-    # We cannot yet assume a decent shell, so we have to provide a
-# neutralization value for shells without unset; and this also
-# works around shells that cannot unset nonexistent variables.
-# Preserve -v and -x to the replacement shell.
-BASH_ENV=/dev/null
-ENV=/dev/null
-(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
-case $- in # ((((
-  *v*x* | *x*v* ) as_opts=-vx ;;
-  *v* ) as_opts=-v ;;
-  *x* ) as_opts=-x ;;
-  * ) as_opts= ;;
-esac
-exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
-# Admittedly, this is quite paranoid, since all the known shells bail
-# out after a failed `exec'.
-$as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
-as_fn_exit 255
-  fi
-  # We don't want this to propagate to other subprocesses.
-          { _as_can_reexec=; unset _as_can_reexec;}
-if test "x$CONFIG_SHELL" = x; then
-  as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
-  emulate sh
-  NULLCMD=:
-  # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
-  # is contrary to our usage.  Disable this feature.
-  alias -g '\${1+\"\$@\"}'='\"\$@\"'
-  setopt NO_GLOB_SUBST
-else
-  case \`(set -o) 2>/dev/null\` in #(
-  *posix*) :
-    set -o posix ;; #(
-  *) :
-     ;;
-esac
-fi
-"
-  as_required="as_fn_return () { (exit \$1); }
-as_fn_success () { as_fn_return 0; }
-as_fn_failure () { as_fn_return 1; }
-as_fn_ret_success () { return 0; }
-as_fn_ret_failure () { return 1; }
-
-exitcode=0
-as_fn_success || { exitcode=1; echo as_fn_success failed.; }
-as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
-as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
-as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
-if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
-
-else
-  exitcode=1; echo positional parameters were not saved.
-fi
-test x\$exitcode = x0 || exit 1
-test -x / || exit 1"
-  as_suggested="  as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
-  as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
-  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
-  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
-
-  test -n \"\${ZSH_VERSION+set}\${BASH_VERSION+set}\" || (
-    ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
-    ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO
-    ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO
-    PATH=/empty FPATH=/empty; export PATH FPATH
-    test \"X\`printf %s \$ECHO\`\" = \"X\$ECHO\" \\
-      || test \"X\`print -r -- \$ECHO\`\" = \"X\$ECHO\" ) || exit 1
-test \$(( 1 + 1 )) = 2 || exit 1"
-  if (eval "$as_required") 2>/dev/null; then :
-  as_have_required=yes
-else
-  as_have_required=no
-fi
-  if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
-
-else
-  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-as_found=false
-for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
-do
-  IFS=$as_save_IFS
-  test -z "$as_dir" && as_dir=.
-  as_found=:
-  case $as_dir in #(
-	 /*)
-	   for as_base in sh bash ksh sh5; do
-	     # Try only shells that exist, to save several forks.
-	     as_shell=$as_dir/$as_base
-	     if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
-		    { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then :
-  CONFIG_SHELL=$as_shell as_have_required=yes
-		   if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then :
-  break 2
-fi
-fi
-	   done;;
-       esac
-  as_found=false
-done
-$as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
-	      { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then :
-  CONFIG_SHELL=$SHELL as_have_required=yes
-fi; }
-IFS=$as_save_IFS
-
-
-      if test "x$CONFIG_SHELL" != x; then :
-  export CONFIG_SHELL
-             # We cannot yet assume a decent shell, so we have to provide a
-# neutralization value for shells without unset; and this also
-# works around shells that cannot unset nonexistent variables.
-# Preserve -v and -x to the replacement shell.
-BASH_ENV=/dev/null
-ENV=/dev/null
-(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
-case $- in # ((((
-  *v*x* | *x*v* ) as_opts=-vx ;;
-  *v* ) as_opts=-v ;;
-  *x* ) as_opts=-x ;;
-  * ) as_opts= ;;
-esac
-exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
-# Admittedly, this is quite paranoid, since all the known shells bail
-# out after a failed `exec'.
-$as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
-exit 255
-fi
-
-    if test x$as_have_required = xno; then :
-  $as_echo "$0: This script requires a shell more modern than all"
-  $as_echo "$0: the shells that I found on your system."
-  if test x${ZSH_VERSION+set} = xset ; then
-    $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
-    $as_echo "$0: be upgraded to zsh 4.3.4 or later."
-  else
-    $as_echo "$0: Please tell bug-autoconf at gnu.org and
-$0: pocl-devel at lists.sourceforge.net about your system,
-$0: including any error possibly output before this
-$0: message. Then install a modern shell, or manually run
-$0: the script under such a shell if you do have one."
-  fi
-  exit 1
-fi
-fi
-fi
-SHELL=${CONFIG_SHELL-/bin/sh}
-export SHELL
-# Unset more variables known to interfere with behavior of common tools.
-CLICOLOR_FORCE= GREP_OPTIONS=
-unset CLICOLOR_FORCE GREP_OPTIONS
-
-## --------------------- ##
-## M4sh Shell Functions. ##
-## --------------------- ##
-# as_fn_unset VAR
-# ---------------
-# Portably unset VAR.
-as_fn_unset ()
-{
-  { eval $1=; unset $1;}
-}
-as_unset=as_fn_unset
-
-# as_fn_set_status STATUS
-# -----------------------
-# Set $? to STATUS, without forking.
-as_fn_set_status ()
-{
-  return $1
-} # as_fn_set_status
-
-# as_fn_exit STATUS
-# -----------------
-# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
-as_fn_exit ()
-{
-  set +e
-  as_fn_set_status $1
-  exit $1
-} # as_fn_exit
-
-# as_fn_mkdir_p
-# -------------
-# Create "$as_dir" as a directory, including parents if necessary.
-as_fn_mkdir_p ()
-{
-
-  case $as_dir in #(
-  -*) as_dir=./$as_dir;;
-  esac
-  test -d "$as_dir" || eval $as_mkdir_p || {
-    as_dirs=
-    while :; do
-      case $as_dir in #(
-      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
-      *) as_qdir=$as_dir;;
-      esac
-      as_dirs="'$as_qdir' $as_dirs"
-      as_dir=`$as_dirname -- "$as_dir" ||
-$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
-	 X"$as_dir" : 'X\(//\)[^/]' \| \
-	 X"$as_dir" : 'X\(//\)$' \| \
-	 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
-$as_echo X"$as_dir" |
-    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
-	    s//\1/
-	    q
-	  }
-	  /^X\(\/\/\)[^/].*/{
-	    s//\1/
-	    q
-	  }
-	  /^X\(\/\/\)$/{
-	    s//\1/
-	    q
-	  }
-	  /^X\(\/\).*/{
-	    s//\1/
-	    q
-	  }
-	  s/.*/./; q'`
-      test -d "$as_dir" && break
-    done
-    test -z "$as_dirs" || eval "mkdir $as_dirs"
-  } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
-
-
-} # as_fn_mkdir_p
-
-# as_fn_executable_p FILE
-# -----------------------
-# Test if FILE is an executable regular file.
-as_fn_executable_p ()
-{
-  test -f "$1" && test -x "$1"
-} # as_fn_executable_p
-# as_fn_append VAR VALUE
-# ----------------------
-# Append the text in VALUE to the end of the definition contained in VAR. Take
-# advantage of any shell optimizations that allow amortized linear growth over
-# repeated appends, instead of the typical quadratic growth present in naive
-# implementations.
-if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
-  eval 'as_fn_append ()
-  {
-    eval $1+=\$2
-  }'
-else
-  as_fn_append ()
-  {
-    eval $1=\$$1\$2
-  }
-fi # as_fn_append
-
-# as_fn_arith ARG...
-# ------------------
-# Perform arithmetic evaluation on the ARGs, and store the result in the
-# global $as_val. Take advantage of shells that can avoid forks. The arguments
-# must be portable across $(()) and expr.
-if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
-  eval 'as_fn_arith ()
-  {
-    as_val=$(( $* ))
-  }'
-else
-  as_fn_arith ()
-  {
-    as_val=`expr "$@" || test $? -eq 1`
-  }
-fi # as_fn_arith
-
-
-# as_fn_error STATUS ERROR [LINENO LOG_FD]
-# ----------------------------------------
-# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
-# script with STATUS, using 1 if that was 0.
-as_fn_error ()
-{
-  as_status=$1; test $as_status -eq 0 && as_status=1
-  if test "$4"; then
-    as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
-    $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
-  fi
-  $as_echo "$as_me: error: $2" >&2
-  as_fn_exit $as_status
-} # as_fn_error
-
-if expr a : '\(a\)' >/dev/null 2>&1 &&
-   test "X`expr 00001 : '.*\(...\)'`" = X001; then
-  as_expr=expr
-else
-  as_expr=false
-fi
-
-if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
-  as_basename=basename
-else
-  as_basename=false
-fi
-
-if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
-  as_dirname=dirname
-else
-  as_dirname=false
-fi
-
-as_me=`$as_basename -- "$0" ||
-$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
-	 X"$0" : 'X\(//\)$' \| \
-	 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
-$as_echo X/"$0" |
-    sed '/^.*\/\([^/][^/]*\)\/*$/{
-	    s//\1/
-	    q
-	  }
-	  /^X\/\(\/\/\)$/{
-	    s//\1/
-	    q
-	  }
-	  /^X\/\(\/\).*/{
-	    s//\1/
-	    q
-	  }
-	  s/.*/./; q'`
-
-# Avoid depending upon Character Ranges.
-as_cr_letters='abcdefghijklmnopqrstuvwxyz'
-as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
-as_cr_Letters=$as_cr_letters$as_cr_LETTERS
-as_cr_digits='0123456789'
-as_cr_alnum=$as_cr_Letters$as_cr_digits
-
-
-  as_lineno_1=$LINENO as_lineno_1a=$LINENO
-  as_lineno_2=$LINENO as_lineno_2a=$LINENO
-  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
-  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
-  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
-  sed -n '
-    p
-    /[$]LINENO/=
-  ' <$as_myself |
-    sed '
-      s/[$]LINENO.*/&-/
-      t lineno
-      b
-      :lineno
-      N
-      :loop
-      s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
-      t loop
-      s/-\n.*//
-    ' >$as_me.lineno &&
-  chmod +x "$as_me.lineno" ||
-    { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
-
-  # If we had to re-execute with $CONFIG_SHELL, we're ensured to have
-  # already done that, so ensure we don't try to do so again and fall
-  # in an infinite loop.  This has already happened in practice.
-  _as_can_reexec=no; export _as_can_reexec
-  # Don't try to exec as it changes $[0], causing all sort of problems
-  # (the dirname of $[0] is not the place where we might find the
-  # original and so on.  Autoconf is especially sensitive to this).
-  . "./$as_me.lineno"
-  # Exit status is that of the last command.
-  exit
-}
-
-ECHO_C= ECHO_N= ECHO_T=
-case `echo -n x` in #(((((
--n*)
-  case `echo 'xy\c'` in
-  *c*) ECHO_T='	';;	# ECHO_T is single tab character.
-  xy)  ECHO_C='\c';;
-  *)   echo `echo ksh88 bug on AIX 6.1` > /dev/null
-       ECHO_T='	';;
-  esac;;
-*)
-  ECHO_N='-n';;
-esac
-
-rm -f conf$$ conf$$.exe conf$$.file
-if test -d conf$$.dir; then
-  rm -f conf$$.dir/conf$$.file
-else
-  rm -f conf$$.dir
-  mkdir conf$$.dir 2>/dev/null
-fi
-if (echo >conf$$.file) 2>/dev/null; then
-  if ln -s conf$$.file conf$$ 2>/dev/null; then
-    as_ln_s='ln -s'
-    # ... but there are two gotchas:
-    # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
-    # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
-    # In both cases, we have to default to `cp -pR'.
-    ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
-      as_ln_s='cp -pR'
-  elif ln conf$$.file conf$$ 2>/dev/null; then
-    as_ln_s=ln
-  else
-    as_ln_s='cp -pR'
-  fi
-else
-  as_ln_s='cp -pR'
-fi
-rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
-rmdir conf$$.dir 2>/dev/null
-
-if mkdir -p . 2>/dev/null; then
-  as_mkdir_p='mkdir -p "$as_dir"'
-else
-  test -d ./-p && rmdir ./-p
-  as_mkdir_p=false
-fi
-
-as_test_x='test -x'
-as_executable_p=as_fn_executable_p
-
-# Sed expression to map a string onto a valid CPP name.
-as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
-
-# Sed expression to map a string onto a valid variable name.
-as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
-
-SHELL=${CONFIG_SHELL-/bin/sh}
-
-
-test -n "$DJDIR" || exec 7<&0 </dev/null
-exec 6>&1
-
-# Name of the host.
-# hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status,
-# so uname gets run too.
-ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
-
-#
-# Initializations.
-#
-ac_default_prefix=/usr/local
-ac_clean_files=
-ac_config_libobj_dir=.
-LIBOBJS=
-cross_compiling=no
-subdirs=
-MFLAGS=
-MAKEFLAGS=
-
-# Identity of this package.
-PACKAGE_NAME='pocl'
-PACKAGE_TARNAME='pocl'
-PACKAGE_VERSION='0.13'
-PACKAGE_STRING='pocl 0.13'
-PACKAGE_BUGREPORT='pocl-devel at lists.sourceforge.net'
-PACKAGE_URL=''
-
-ac_unique_file="config.h.in"
-# Factoring default headers for most tests.
-ac_includes_default="\
-#include <stdio.h>
-#ifdef HAVE_SYS_TYPES_H
-# include <sys/types.h>
-#endif
-#ifdef HAVE_SYS_STAT_H
-# include <sys/stat.h>
-#endif
-#ifdef STDC_HEADERS
-# include <stdlib.h>
-# include <stddef.h>
-#else
-# ifdef HAVE_STDLIB_H
-#  include <stdlib.h>
-# endif
-#endif
-#ifdef HAVE_STRING_H
-# if !defined STDC_HEADERS && defined HAVE_MEMORY_H
-#  include <memory.h>
-# endif
-# include <string.h>
-#endif
-#ifdef HAVE_STRINGS_H
-# include <strings.h>
-#endif
-#ifdef HAVE_INTTYPES_H
-# include <inttypes.h>
-#endif
-#ifdef HAVE_STDINT_H
-# include <stdint.h>
-#endif
-#ifdef HAVE_UNISTD_H
-# include <unistd.h>
-#endif"
-
-ac_func_list=
-ac_subst_vars='am__EXEEXT_FALSE
-am__EXEEXT_TRUE
-LTLIBOBJS
-LIBOBJS
-LD_FLAGS_BIN
-KERNEL_COMPILER_LIB_VERSION
-BUILD_TIMESTAMP
-LIB_FIRST_VERSION
-LIB_AGE_VERSION
-LIB_REVISION_VERSION
-LIB_CURRENT_VERSION
-LIB_VERSION
-HOST_DEVICE_EXTENSION_DEFINES
-HOST_SIZEOF_VOID_P
-HOST_SIZEOF_DOUBLE
-HOST_SIZEOF_HALF
-HOST_SIZEOF_LONG
-TARGET_SIZEOF_VOID_P
-TARGET_SIZEOF_DOUBLE
-TARGET_SIZEOF_HALF
-TARGET_SIZEOF_LONG
-OCL_TARGETS
-BUILD_HSA_FALSE
-BUILD_HSA_TRUE
-BUILD_AMDGCN_FALSE
-BUILD_AMDGCN_TRUE
-POAT_TESTSUITES
-TEST_SUITE_HSA_FALSE
-TEST_SUITE_HSA_TRUE
-HSA_DEVICE_EXTENSION_DEFINES
-HSAILASM
-HSA_LIBS
-HSA_INCLUDES
-POCL_ANDROID_FALSE
-POCL_ANDROID_TRUE
-TCEMC_AVAILABLE_FALSE
-TCEMC_AVAILABLE_TRUE
-TCE_AVAILABLE_FALSE
-TCE_AVAILABLE_TRUE
-TCE_DEVICE_EXTENSION_DEFINES
-TCE_AVAILABLE
-TCEMC_AVAILABLE
-TCECC
-TCE_CONFIG
-USE_VECMATHLIB_FALSE
-USE_VECMATHLIB_TRUE
-POCL_DEVICE_ADDRESS_BITS
-HOST_LD_FLAGS
-HOST_AS_FLAGS
-HOST_LLC_FLAGS
-HOST_CLANG_FLAGS
-OCL_KERNEL_ARCH
-OCL_KERNEL_TARGET_CPU
-OCL_KERNEL_TARGET
-HOST_CPU_IS_X86_64_FALSE
-HOST_CPU_IS_X86_64_TRUE
-HOST_CPU
-HOST
-TARGET_LLC_FLAGS
-TARGET_CLANG_FLAGS
-TARGET_CPU
-TARGET
-ICD_LD_FLAGS
-LLVM_LINK
-LLVM_AS
-LLC
-LLVM_OPT
-OPT
-FORCED_CLFLAGS
-CLANGXX_FLAGS
-CLFLAGS
-CLANGXX_AVAILABLE_FALSE
-CLANGXX_AVAILABLE_TRUE
-LLVM_CXX_FLAGS
-CLANGXX
-CLANG
-GLEW_LIBS
-GLEW_CFLAGS
-HAVE_CLOCK_GETTIME_FALSE
-HAVE_CLOCK_GETTIME_TRUE
-LTDL_LIBS
-HAVE_OPENCL_HPP_FALSE
-HAVE_OPENCL_HPP_TRUE
-INSTALL_OPENCL_HEADERS_FALSE
-INSTALL_OPENCL_HEADERS_TRUE
-OPENCL_EXTLIBS
-OPENCL_CMAKE
-OPENCL_LIBS
-OPENCL_CFLAGS
-EXPORT_OPENCL_SYMBOLS_FALSE
-EXPORT_OPENCL_SYMBOLS_TRUE
-BUILD_ICD_FALSE
-BUILD_ICD_TRUE
-OCL_ICD_LIBS
-OCL_ICD_CFLAGS
-PTHREAD_CFLAGS
-PTHREAD_LIBS
-PTHREAD_CC
-acx_pthread_config
-TEST_SUITE_INTELSVM_FALSE
-TEST_SUITE_INTELSVM_TRUE
-TEST_SUITE_CLOVERLEAF_FALSE
-TEST_SUITE_CLOVERLEAF_TRUE
-TEST_SUITE_OPENCV_FALSE
-TEST_SUITE_OPENCV_TRUE
-TEST_SUITE_HALIDE_FALSE
-TEST_SUITE_HALIDE_TRUE
-TEST_SUITE_PIGLIT_FALSE
-TEST_SUITE_PIGLIT_TRUE
-TEST_SUITE_VEXCL_FALSE
-TEST_SUITE_VEXCL_TRUE
-TEST_SUITE_AMDSDK3_0_FALSE
-TEST_SUITE_AMDSDK3_0_TRUE
-TEST_SUITE_AMDSDK2_9_FALSE
-TEST_SUITE_AMDSDK2_9_TRUE
-TEST_SUITE_AMD_FALSE
-TEST_SUITE_AMD_TRUE
-TEST_SUITE_PARBOIL_FALSE
-TEST_SUITE_PARBOIL_TRUE
-TEST_SUITE_RODINIA_FALSE
-TEST_SUITE_RODINIA_TRUE
-TEST_SUITE_VIENNACL_FALSE
-TEST_SUITE_VIENNACL_TRUE
-TEST_SUITE_SAMPLES_FALSE
-TEST_SUITE_SAMPLES_TRUE
-BOOST_LDFLAGS
-BOOST_CPPFLAGS
-SDL_LIBS
-SDL_CFLAGS
-LLVM_LIBS
-LLVM_LDFLAGS
-LLVM_VERSION
-LLVM_CONFIG
-CXXCPP
-CPP
-LT_SYS_LIBRARY_PATH
-OTOOL64
-OTOOL
-LIPO
-NMEDIT
-DSYMUTIL
-MANIFEST_TOOL
-RANLIB
-DLLTOOL
-OBJDUMP
-NM
-ac_ct_DUMPBIN
-DUMPBIN
-LD
-FGREP
-EGREP
-GREP
-SED
-LIBTOOL
-ac_ct_AR
-AR
-LN_S
-am__fastdepCXX_FALSE
-am__fastdepCXX_TRUE
-CXXDEPMODE
-ac_ct_CXX
-CXXFLAGS
-CXX
-am__fastdepCC_FALSE
-am__fastdepCC_TRUE
-CCDEPMODE
-am__nodep
-AMDEPBACKSLASH
-AMDEP_FALSE
-AMDEP_TRUE
-am__quote
-am__include
-DEPDIR
-OBJEXT
-EXEEXT
-ac_ct_CC
-CPPFLAGS
-LDFLAGS
-CFLAGS
-CC
-HWLOC_LIBS
-HWLOC_CFLAGS
-PKG_CONFIG_LIBDIR
-PKG_CONFIG_PATH
-PKG_CONFIG
-LIBRARY_SUFFIX
-FREEBSD_HOST_OS_FALSE
-FREEBSD_HOST_OS_TRUE
-DARWIN_HOST_OS_FALSE
-DARWIN_HOST_OS_TRUE
-AM_BACKSLASH
-AM_DEFAULT_VERBOSITY
-AM_DEFAULT_V
-AM_V
-am__untar
-am__tar
-AMTAR
-am__leading_dot
-SET_MAKE
-AWK
-mkdir_p
-MKDIR_P
-INSTALL_STRIP_PROGRAM
-STRIP
-install_sh
-MAKEINFO
-AUTOHEADER
-AUTOMAKE
-AUTOCONF
-ACLOCAL
-VERSION
-PACKAGE
-CYGPATH_W
-am__isrc
-INSTALL_DATA
-INSTALL_SCRIPT
-INSTALL_PROGRAM
-target_os
-target_vendor
-target_cpu
-target
-host_os
-host_vendor
-host_cpu
-host
-build_os
-build_vendor
-build_cpu
-build
-target_alias
-host_alias
-build_alias
-LIBS
-ECHO_T
-ECHO_N
-ECHO_C
-DEFS
-mandir
-localedir
-libdir
-psdir
-pdfdir
-dvidir
-htmldir
-infodir
-docdir
-oldincludedir
-includedir
-localstatedir
-sharedstatedir
-sysconfdir
-datadir
-datarootdir
-libexecdir
-sbindir
-bindir
-program_transform_name
-prefix
-exec_prefix
-PACKAGE_URL
-PACKAGE_BUGREPORT
-PACKAGE_STRING
-PACKAGE_VERSION
-PACKAGE_TARNAME
-PACKAGE_NAME
-PATH_SEPARATOR
-SHELL'
-ac_subst_files=''
-ac_user_opts='
-enable_option_checking
-enable_silent_rules
-enable_dependency_tracking
-enable_shared
-enable_static
-with_pic
-enable_fast_install
-with_aix_soname
-with_gnu_ld
-with_sysroot
-enable_libtool_lock
-enable_static_llvm
-enable_testsuites
-with_boost
-with_boost_libdir
-enable_icd
-enable_direct_linkage
-enable_tests_with_icd
-enable_install_opencl_headers
-enable_debug
-enable_pedantic
-enable_kernel_cache
-enable_vecmathlib_builtins
-enable_tce
-enable_hsa_amdgcn
-with_hsa_runtime_dir
-'
-      ac_precious_vars='build_alias
-host_alias
-target_alias
-PKG_CONFIG
-PKG_CONFIG_PATH
-PKG_CONFIG_LIBDIR
-HWLOC_CFLAGS
-HWLOC_LIBS
-CC
-CFLAGS
-LDFLAGS
-LIBS
-CPPFLAGS
-CXX
-CXXFLAGS
-CCC
-LT_SYS_LIBRARY_PATH
-CPP
-CXXCPP
-LLVM_CONFIG
-SDL_CFLAGS
-SDL_LIBS
-OCL_ICD_CFLAGS
-OCL_ICD_LIBS
-OPENCL_CFLAGS
-OPENCL_LIBS
-GLEW_CFLAGS
-GLEW_LIBS
-CLANG
-CLANGXX
-CLFLAGS
-CLANGXX_FLAGS
-OPT
-LLVM_OPT
-LLC
-LLVM_AS
-LLVM_LINK
-TARGET_CLANG_FLAGS
-HOST_CLANG_FLAGS
-HOST_LLC_FLAGS
-HOST_AS_FLAGS
-HSAILASM'
-
-
-# Initialize some variables set by options.
-ac_init_help=
-ac_init_version=false
-ac_unrecognized_opts=
-ac_unrecognized_sep=
-# The variables have the same names as the options, with
-# dashes changed to underlines.
-cache_file=/dev/null
-exec_prefix=NONE
-no_create=
-no_recursion=
-prefix=NONE
-program_prefix=NONE
-program_suffix=NONE
-program_transform_name=s,x,x,
-silent=
-site=
-srcdir=
-verbose=
-x_includes=NONE
-x_libraries=NONE
-
-# Installation directory options.
-# These are left unexpanded so users can "make install exec_prefix=/foo"
-# and all the variables that are supposed to be based on exec_prefix
-# by default will actually change.
-# Use braces instead of parens because sh, perl, etc. also accept them.
-# (The list follows the same order as the GNU Coding Standards.)
-bindir='${exec_prefix}/bin'
-sbindir='${exec_prefix}/sbin'
-libexecdir='${exec_prefix}/libexec'
-datarootdir='${prefix}/share'
-datadir='${datarootdir}'
-sysconfdir='${prefix}/etc'
-sharedstatedir='${prefix}/com'
-localstatedir='${prefix}/var'
-includedir='${prefix}/include'
-oldincludedir='/usr/include'
-docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
-infodir='${datarootdir}/info'
-htmldir='${docdir}'
-dvidir='${docdir}'
-pdfdir='${docdir}'
-psdir='${docdir}'
-libdir='${exec_prefix}/lib'
-localedir='${datarootdir}/locale'
-mandir='${datarootdir}/man'
-
-ac_prev=
-ac_dashdash=
-for ac_option
-do
-  # If the previous option needs an argument, assign it.
-  if test -n "$ac_prev"; then
-    eval $ac_prev=\$ac_option
-    ac_prev=
-    continue
-  fi
-
-  case $ac_option in
-  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
-  *=)   ac_optarg= ;;
-  *)    ac_optarg=yes ;;
-  esac
-
-  # Accept the important Cygnus configure options, so we can diagnose typos.
-
-  case $ac_dashdash$ac_option in
-  --)
-    ac_dashdash=yes ;;
-
-  -bindir | --bindir | --bindi | --bind | --bin | --bi)
-    ac_prev=bindir ;;
-  -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
-    bindir=$ac_optarg ;;
-
-  -build | --build | --buil | --bui | --bu)
-    ac_prev=build_alias ;;
-  -build=* | --build=* | --buil=* | --bui=* | --bu=*)
-    build_alias=$ac_optarg ;;
-
-  -cache-file | --cache-file | --cache-fil | --cache-fi \
-  | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
-    ac_prev=cache_file ;;
-  -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
-  | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
-    cache_file=$ac_optarg ;;
-
-  --config-cache | -C)
-    cache_file=config.cache ;;
-
-  -datadir | --datadir | --datadi | --datad)
-    ac_prev=datadir ;;
-  -datadir=* | --datadir=* | --datadi=* | --datad=*)
-    datadir=$ac_optarg ;;
-
-  -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
-  | --dataroo | --dataro | --datar)
-    ac_prev=datarootdir ;;
-  -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
-  | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
-    datarootdir=$ac_optarg ;;
-
-  -disable-* | --disable-*)
-    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
-    # Reject names that are not valid shell variable names.
-    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
-      as_fn_error $? "invalid feature name: $ac_useropt"
-    ac_useropt_orig=$ac_useropt
-    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
-    case $ac_user_opts in
-      *"
-"enable_$ac_useropt"
-"*) ;;
-      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
-	 ac_unrecognized_sep=', ';;
-    esac
-    eval enable_$ac_useropt=no ;;
-
-  -docdir | --docdir | --docdi | --doc | --do)
-    ac_prev=docdir ;;
-  -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
-    docdir=$ac_optarg ;;
-
-  -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
-    ac_prev=dvidir ;;
-  -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
-    dvidir=$ac_optarg ;;
-
-  -enable-* | --enable-*)
-    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
-    # Reject names that are not valid shell variable names.
-    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
-      as_fn_error $? "invalid feature name: $ac_useropt"
-    ac_useropt_orig=$ac_useropt
-    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
-    case $ac_user_opts in
-      *"
-"enable_$ac_useropt"
-"*) ;;
-      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
-	 ac_unrecognized_sep=', ';;
-    esac
-    eval enable_$ac_useropt=\$ac_optarg ;;
-
-  -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
-  | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
-  | --exec | --exe | --ex)
-    ac_prev=exec_prefix ;;
-  -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
-  | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
-  | --exec=* | --exe=* | --ex=*)
-    exec_prefix=$ac_optarg ;;
-
-  -gas | --gas | --ga | --g)
-    # Obsolete; use --with-gas.
-    with_gas=yes ;;
-
-  -help | --help | --hel | --he | -h)
-    ac_init_help=long ;;
-  -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
-    ac_init_help=recursive ;;
-  -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
-    ac_init_help=short ;;
-
-  -host | --host | --hos | --ho)
-    ac_prev=host_alias ;;
-  -host=* | --host=* | --hos=* | --ho=*)
-    host_alias=$ac_optarg ;;
-
-  -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
-    ac_prev=htmldir ;;
-  -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
-  | --ht=*)
-    htmldir=$ac_optarg ;;
-
-  -includedir | --includedir | --includedi | --included | --include \
-  | --includ | --inclu | --incl | --inc)
-    ac_prev=includedir ;;
-  -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
-  | --includ=* | --inclu=* | --incl=* | --inc=*)
-    includedir=$ac_optarg ;;
-
-  -infodir | --infodir | --infodi | --infod | --info | --inf)
-    ac_prev=infodir ;;
-  -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
-    infodir=$ac_optarg ;;
-
-  -libdir | --libdir | --libdi | --libd)
-    ac_prev=libdir ;;
-  -libdir=* | --libdir=* | --libdi=* | --libd=*)
-    libdir=$ac_optarg ;;
-
-  -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
-  | --libexe | --libex | --libe)
-    ac_prev=libexecdir ;;
-  -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
-  | --libexe=* | --libex=* | --libe=*)
-    libexecdir=$ac_optarg ;;
-
-  -localedir | --localedir | --localedi | --localed | --locale)
-    ac_prev=localedir ;;
-  -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
-    localedir=$ac_optarg ;;
-
-  -localstatedir | --localstatedir | --localstatedi | --localstated \
-  | --localstate | --localstat | --localsta | --localst | --locals)
-    ac_prev=localstatedir ;;
-  -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
-  | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
-    localstatedir=$ac_optarg ;;
-
-  -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
-    ac_prev=mandir ;;
-  -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
-    mandir=$ac_optarg ;;
-
-  -nfp | --nfp | --nf)
-    # Obsolete; use --without-fp.
-    with_fp=no ;;
-
-  -no-create | --no-create | --no-creat | --no-crea | --no-cre \
-  | --no-cr | --no-c | -n)
-    no_create=yes ;;
-
-  -no-recursion | --no-recursion | --no-recursio | --no-recursi \
-  | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
-    no_recursion=yes ;;
-
-  -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
-  | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
-  | --oldin | --oldi | --old | --ol | --o)
-    ac_prev=oldincludedir ;;
-  -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
-  | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
-  | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
-    oldincludedir=$ac_optarg ;;
-
-  -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
-    ac_prev=prefix ;;
-  -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
-    prefix=$ac_optarg ;;
-
-  -program-prefix | --program-prefix | --program-prefi | --program-pref \
-  | --program-pre | --program-pr | --program-p)
-    ac_prev=program_prefix ;;
-  -program-prefix=* | --program-prefix=* | --program-prefi=* \
-  | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
-    program_prefix=$ac_optarg ;;
-
-  -program-suffix | --program-suffix | --program-suffi | --program-suff \
-  | --program-suf | --program-su | --program-s)
-    ac_prev=program_suffix ;;
-  -program-suffix=* | --program-suffix=* | --program-suffi=* \
-  | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
-    program_suffix=$ac_optarg ;;
-
-  -program-transform-name | --program-transform-name \
-  | --program-transform-nam | --program-transform-na \
-  | --program-transform-n | --program-transform- \
-  | --program-transform | --program-transfor \
-  | --program-transfo | --program-transf \
-  | --program-trans | --program-tran \
-  | --progr-tra | --program-tr | --program-t)
-    ac_prev=program_transform_name ;;
-  -program-transform-name=* | --program-transform-name=* \
-  | --program-transform-nam=* | --program-transform-na=* \
-  | --program-transform-n=* | --program-transform-=* \
-  | --program-transform=* | --program-transfor=* \
-  | --program-transfo=* | --program-transf=* \
-  | --program-trans=* | --program-tran=* \
-  | --progr-tra=* | --program-tr=* | --program-t=*)
-    program_transform_name=$ac_optarg ;;
-
-  -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
-    ac_prev=pdfdir ;;
-  -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
-    pdfdir=$ac_optarg ;;
-
-  -psdir | --psdir | --psdi | --psd | --ps)
-    ac_prev=psdir ;;
-  -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
-    psdir=$ac_optarg ;;
-
-  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
-  | -silent | --silent | --silen | --sile | --sil)
-    silent=yes ;;
-
-  -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
-    ac_prev=sbindir ;;
-  -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
-  | --sbi=* | --sb=*)
-    sbindir=$ac_optarg ;;
-
-  -sharedstatedir | --sharedstatedir | --sharedstatedi \
-  | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
-  | --sharedst | --shareds | --shared | --share | --shar \
-  | --sha | --sh)
-    ac_prev=sharedstatedir ;;
-  -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
-  | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
-  | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
-  | --sha=* | --sh=*)
-    sharedstatedir=$ac_optarg ;;
-
-  -site | --site | --sit)
-    ac_prev=site ;;
-  -site=* | --site=* | --sit=*)
-    site=$ac_optarg ;;
-
-  -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
-    ac_prev=srcdir ;;
-  -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
-    srcdir=$ac_optarg ;;
-
-  -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
-  | --syscon | --sysco | --sysc | --sys | --sy)
-    ac_prev=sysconfdir ;;
-  -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
-  | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
-    sysconfdir=$ac_optarg ;;
-
-  -target | --target | --targe | --targ | --tar | --ta | --t)
-    ac_prev=target_alias ;;
-  -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
-    target_alias=$ac_optarg ;;
-
-  -v | -verbose | --verbose | --verbos | --verbo | --verb)
-    verbose=yes ;;
-
-  -version | --version | --versio | --versi | --vers | -V)
-    ac_init_version=: ;;
-
-  -with-* | --with-*)
-    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
-    # Reject names that are not valid shell variable names.
-    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
-      as_fn_error $? "invalid package name: $ac_useropt"
-    ac_useropt_orig=$ac_useropt
-    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
-    case $ac_user_opts in
-      *"
-"with_$ac_useropt"
-"*) ;;
-      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
-	 ac_unrecognized_sep=', ';;
-    esac
-    eval with_$ac_useropt=\$ac_optarg ;;
-
-  -without-* | --without-*)
-    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
-    # Reject names that are not valid shell variable names.
-    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
-      as_fn_error $? "invalid package name: $ac_useropt"
-    ac_useropt_orig=$ac_useropt
-    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
-    case $ac_user_opts in
-      *"
-"with_$ac_useropt"
-"*) ;;
-      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
-	 ac_unrecognized_sep=', ';;
-    esac
-    eval with_$ac_useropt=no ;;
-
-  --x)
-    # Obsolete; use --with-x.
-    with_x=yes ;;
-
-  -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
-  | --x-incl | --x-inc | --x-in | --x-i)
-    ac_prev=x_includes ;;
-  -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
-  | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
-    x_includes=$ac_optarg ;;
-
-  -x-libraries | --x-libraries | --x-librarie | --x-librari \
-  | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
-    ac_prev=x_libraries ;;
-  -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
-  | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
-    x_libraries=$ac_optarg ;;
-
-  -*) as_fn_error $? "unrecognized option: \`$ac_option'
-Try \`$0 --help' for more information"
-    ;;
-
-  *=*)
-    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
-    # Reject names that are not valid shell variable names.
-    case $ac_envvar in #(
-      '' | [0-9]* | *[!_$as_cr_alnum]* )
-      as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
-    esac
-    eval $ac_envvar=\$ac_optarg
-    export $ac_envvar ;;
-
-  *)
-    # FIXME: should be removed in autoconf 3.0.
-    $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
-    expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
-      $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
-    : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
-    ;;
-
-  esac
-done
-
-if test -n "$ac_prev"; then
-  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
-  as_fn_error $? "missing argument to $ac_option"
-fi
-
-if test -n "$ac_unrecognized_opts"; then
-  case $enable_option_checking in
-    no) ;;
-    fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
-    *)     $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
-  esac
-fi
-
-# Check all directory arguments for consistency.
-for ac_var in	exec_prefix prefix bindir sbindir libexecdir datarootdir \
-		datadir sysconfdir sharedstatedir localstatedir includedir \
-		oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
-		libdir localedir mandir
-do
-  eval ac_val=\$$ac_var
-  # Remove trailing slashes.
-  case $ac_val in
-    */ )
-      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
-      eval $ac_var=\$ac_val;;
-  esac
-  # Be sure to have absolute directory names.
-  case $ac_val in
-    [\\/$]* | ?:[\\/]* )  continue;;
-    NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
-  esac
-  as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
-done
-
-# There might be people who depend on the old broken behavior: `$host'
-# used to hold the argument of --host etc.
-# FIXME: To remove some day.
-build=$build_alias
-host=$host_alias
-target=$target_alias
-
-# FIXME: To remove some day.
-if test "x$host_alias" != x; then
-  if test "x$build_alias" = x; then
-    cross_compiling=maybe
-  elif test "x$build_alias" != "x$host_alias"; then
-    cross_compiling=yes
-  fi
-fi
-
-ac_tool_prefix=
-test -n "$host_alias" && ac_tool_prefix=$host_alias-
-
-test "$silent" = yes && exec 6>/dev/null
-
-
-ac_pwd=`pwd` && test -n "$ac_pwd" &&
-ac_ls_di=`ls -di .` &&
-ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
-  as_fn_error $? "working directory cannot be determined"
-test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
-  as_fn_error $? "pwd does not report name of working directory"
-
-
-# Find the source files, if location was not specified.
-if test -z "$srcdir"; then
-  ac_srcdir_defaulted=yes
-  # Try the directory containing this script, then the parent directory.
-  ac_confdir=`$as_dirname -- "$as_myself" ||
-$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
-	 X"$as_myself" : 'X\(//\)[^/]' \| \
-	 X"$as_myself" : 'X\(//\)$' \| \
-	 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
-$as_echo X"$as_myself" |
-    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
-	    s//\1/
-	    q
-	  }
-	  /^X\(\/\/\)[^/].*/{
-	    s//\1/
-	    q
-	  }
-	  /^X\(\/\/\)$/{
-	    s//\1/
-	    q
-	  }
-	  /^X\(\/\).*/{
-	    s//\1/
-	    q
-	  }
-	  s/.*/./; q'`
-  srcdir=$ac_confdir
-  if test ! -r "$srcdir/$ac_unique_file"; then
-    srcdir=..
-  fi
-else
-  ac_srcdir_defaulted=no
-fi
-if test ! -r "$srcdir/$ac_unique_file"; then
-  test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
-  as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
-fi
-ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
-ac_abs_confdir=`(
-	cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
-	pwd)`
-# When building in place, set srcdir=.
-if test "$ac_abs_confdir" = "$ac_pwd"; then
-  srcdir=.
-fi
-# Remove unnecessary trailing slashes from srcdir.
-# Double slashes in file names in object file debugging info
-# mess up M-x gdb in Emacs.
-case $srcdir in
-*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
-esac
-for ac_var in $ac_precious_vars; do
-  eval ac_env_${ac_var}_set=\${${ac_var}+set}
-  eval ac_env_${ac_var}_value=\$${ac_var}
-  eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
-  eval ac_cv_env_${ac_var}_value=\$${ac_var}
-done
-
-#
-# Report the --help message.
-#
-if test "$ac_init_help" = "long"; then
-  # Omit some internal or obsolete options to make the list less imposing.
-  # This message is too long to be a string in the A/UX 3.1 sh.
-  cat <<_ACEOF
-\`configure' configures pocl 0.13 to adapt to many kinds of systems.
-
-Usage: $0 [OPTION]... [VAR=VALUE]...
-
-To assign environment variables (e.g., CC, CFLAGS...), specify them as
-VAR=VALUE.  See below for descriptions of some of the useful variables.
-
-Defaults for the options are specified in brackets.
-
-Configuration:
-  -h, --help              display this help and exit
-      --help=short        display options specific to this package
-      --help=recursive    display the short help of all the included packages
-  -V, --version           display version information and exit
-  -q, --quiet, --silent   do not print \`checking ...' messages
-      --cache-file=FILE   cache test results in FILE [disabled]
-  -C, --config-cache      alias for \`--cache-file=config.cache'
-  -n, --no-create         do not create output files
-      --srcdir=DIR        find the sources in DIR [configure dir or \`..']
-
-Installation directories:
-  --prefix=PREFIX         install architecture-independent files in PREFIX
-                          [$ac_default_prefix]
-  --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
-                          [PREFIX]
-
-By default, \`make install' will install all the files in
-\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
-an installation prefix other than \`$ac_default_prefix' using \`--prefix',
-for instance \`--prefix=\$HOME'.
-
-For better control, use the options below.
-
-Fine tuning of the installation directories:
-  --bindir=DIR            user executables [EPREFIX/bin]
-  --sbindir=DIR           system admin executables [EPREFIX/sbin]
-  --libexecdir=DIR        program executables [EPREFIX/libexec]
-  --sysconfdir=DIR        read-only single-machine data [PREFIX/etc]
-  --sharedstatedir=DIR    modifiable architecture-independent data [PREFIX/com]
-  --localstatedir=DIR     modifiable single-machine data [PREFIX/var]
-  --libdir=DIR            object code libraries [EPREFIX/lib]
-  --includedir=DIR        C header files [PREFIX/include]
-  --oldincludedir=DIR     C header files for non-gcc [/usr/include]
-  --datarootdir=DIR       read-only arch.-independent data root [PREFIX/share]
-  --datadir=DIR           read-only architecture-independent data [DATAROOTDIR]
-  --infodir=DIR           info documentation [DATAROOTDIR/info]
-  --localedir=DIR         locale-dependent data [DATAROOTDIR/locale]
-  --mandir=DIR            man documentation [DATAROOTDIR/man]
-  --docdir=DIR            documentation root [DATAROOTDIR/doc/pocl]
-  --htmldir=DIR           html documentation [DOCDIR]
-  --dvidir=DIR            dvi documentation [DOCDIR]
-  --pdfdir=DIR            pdf documentation [DOCDIR]
-  --psdir=DIR             ps documentation [DOCDIR]
-_ACEOF
-
-  cat <<\_ACEOF
-
-Program names:
-  --program-prefix=PREFIX            prepend PREFIX to installed program names
-  --program-suffix=SUFFIX            append SUFFIX to installed program names
-  --program-transform-name=PROGRAM   run sed PROGRAM on installed program names
-
-System types:
-  --build=BUILD     configure for building on BUILD [guessed]
-  --host=HOST       cross-compile to build programs to run on HOST [BUILD]
-  --target=TARGET   configure for building compilers for TARGET [HOST]
-_ACEOF
-fi
-
-if test -n "$ac_init_help"; then
-  case $ac_init_help in
-     short | recursive ) echo "Configuration of pocl 0.13:";;
-   esac
-  cat <<\_ACEOF
-
-Optional Features:
-  --disable-option-checking  ignore unrecognized --enable/--with options
-  --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
-  --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
-  --enable-silent-rules   less verbose build output (undo: "make V=1")
-  --disable-silent-rules  verbose build output (undo: "make V=0")
-  --enable-dependency-tracking
-                          do not reject slow dependency extractors
-  --disable-dependency-tracking
-                          speeds up one-time build
-  --enable-shared[=PKGS]  build shared libraries [default=yes]
-  --enable-static[=PKGS]  build static libraries [default=yes]
-  --enable-fast-install[=PKGS]
-                          optimize for fast installation [default=yes]
-  --disable-libtool-lock  avoid locking (might break parallel builds)
-  --enable-static-llvm    Link LLVM statically. Default is dynamic.
-  --enable-testsuites=suite1,suite2,...
-                          choose enabled external project testsuites
-                          (all,opencl-book-samples,ViennaCL,Rodinia,Parboil,amd,amdsdk2_9,amdsdk3_0,VexCL,Piglit,Halide,OpenCV,CloverLeaf,hsa,IntelSVM
-  --enable-icd            Build pocl with the ICD extensions (default yes)
-  --enable-direct-linkage Allow OpenCL programs to be linked directly against
-                          the pocl library instead of using a ICD Loader
-                          (OpenCL library)
-  --enable-tests-with-icd run tests through the ICD Loader (requires the
-                          ocl-icd loader)
-  --enable-install-opencl-headers
-                          install OpenCL headers. Ones from Khronos should be
-                          installed instead.
-  --enable-debug          enable debug build of pocl (default is no)
-  --enable-pedantic       Compile host library with stricter compiler flags.
-  --disable-kernel-cache  Disable persistent kernel cache
-  --enable-vecmathlib-builtins
-                          Use only __builtin_* functions in the kernel
-                          library.
-  --disable-tce           Do not build TCE driver, even if TCE is found.
-  --disable-hsa-amdgcn    Disable the HSA device driver for AMD GCN devices.
-
-Optional Packages:
-  --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
-  --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
-  --with-pic[=PKGS]       try to use only PIC/non-PIC objects [default=use
-                          both]
-  --with-aix-soname=aix|svr4|both
-                          shared library versioning (aka "SONAME") variant to
-                          provide on AIX, [default=aix].
-  --with-gnu-ld           assume the C compiler uses GNU ld [default=no]
-  --with-sysroot[=DIR]    Search for dependent libraries within DIR (or the
-                          compiler's sysroot if not specified).
-  --with-boost[=ARG]      use Boost library from a standard location
-                          (ARG=yes), from the specified location (ARG=<path>),
-                          or disable it (ARG=no) [ARG=yes]
-  --with-boost-libdir=LIB_DIR
-                          Force given directory for boost libraries. Note that
-                          this will override library path detection, so use
-                          this parameter only if default library detection
-                          fails and you know exactly where your boost
-                          libraries are located.
-  --with-hsa-runtime-dir  absolute path where HSA runtime files (include,libs)
-                          are found, defaults to /opt/hsa
-
-Some influential environment variables:
-  PKG_CONFIG  path to pkg-config utility
-  PKG_CONFIG_PATH
-              directories to add to pkg-config's search path
-  PKG_CONFIG_LIBDIR
-              path overriding pkg-config's built-in search path
-  HWLOC_CFLAGS
-              C compiler flags for HWLOC, overriding pkg-config
-  HWLOC_LIBS  linker flags for HWLOC, overriding pkg-config
-  CC          C compiler command
-  CFLAGS      C compiler flags
-  LDFLAGS     linker flags, e.g. -L<lib dir> if you have libraries in a
-              nonstandard directory <lib dir>
-  LIBS        libraries to pass to the linker, e.g. -l<library>
-  CPPFLAGS    (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
-              you have headers in a nonstandard directory <include dir>
-  CXX         C++ compiler command
-  CXXFLAGS    C++ compiler flags
-  LT_SYS_LIBRARY_PATH
-              User-defined run-time library search path.
-  CPP         C preprocessor
-  CXXCPP      C++ preprocessor
-  LLVM_CONFIG Program used to retrieve LLVM options and binaries
-  SDL_CFLAGS  C compiler flags for SDL, overriding pkg-config
-  SDL_LIBS    linker flags for SDL, overriding pkg-config
-  OCL_ICD_CFLAGS
-              C compiler flags for OCL_ICD, overriding pkg-config
-  OCL_ICD_LIBS
-              linker flags for OCL_ICD, overriding pkg-config
-  OPENCL_CFLAGS
-              C compiler flags for OPENCL, overriding pkg-config
-  OPENCL_LIBS linker flags for OPENCL, overriding pkg-config
-  GLEW_CFLAGS C compiler flags for GLEW, overriding pkg-config
-  GLEW_LIBS   linker flags for GLEW, overriding pkg-config
-  CLANG       Program to compile kernels to bytecode
-  CLANGXX
-  CLFLAGS     Flags to be used when compiling CL sources
-  CLANGXX_FLAGS
-              Flags to be used when compiling C++ sources with clang
-  OPT         LLVM optimizer
-  LLVM_OPT    LLVM optimizer
-  LLC         LLVM static compiler
-  LLVM_AS     LLVM assembler
-  LLVM_LINK   LLVM IR linker
-  TARGET_CLANG_FLAGS
-              Parameters to for target compilation.
-  HOST_CLANG_FLAGS
-              Parameters to for host compilation.
-  HOST_LLC_FLAGS
-
-  HOST_AS_FLAGS
-
-  HSAILASM    Path to HSAILasm executable
-
-Use these variables to override the choices made by `configure' or to help
-it to find libraries and programs with nonstandard names/locations.
-
-Report bugs to <pocl-devel at lists.sourceforge.net>.
-_ACEOF
-ac_status=$?
-fi
-
-if test "$ac_init_help" = "recursive"; then
-  # If there are subdirs, report their specific --help.
-  for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
-    test -d "$ac_dir" ||
-      { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
-      continue
-    ac_builddir=.
-
-case "$ac_dir" in
-.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
-*)
-  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
-  # A ".." for each directory in $ac_dir_suffix.
-  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
-  case $ac_top_builddir_sub in
-  "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
-  *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
-  esac ;;
-esac
-ac_abs_top_builddir=$ac_pwd
-ac_abs_builddir=$ac_pwd$ac_dir_suffix
-# for backward compatibility:
-ac_top_builddir=$ac_top_build_prefix
-
-case $srcdir in
-  .)  # We are building in place.
-    ac_srcdir=.
-    ac_top_srcdir=$ac_top_builddir_sub
-    ac_abs_top_srcdir=$ac_pwd ;;
-  [\\/]* | ?:[\\/]* )  # Absolute name.
-    ac_srcdir=$srcdir$ac_dir_suffix;
-    ac_top_srcdir=$srcdir
-    ac_abs_top_srcdir=$srcdir ;;
-  *) # Relative name.
-    ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
-    ac_top_srcdir=$ac_top_build_prefix$srcdir
-    ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
-esac
-ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
-
-    cd "$ac_dir" || { ac_status=$?; continue; }
-    # Check for guested configure.
-    if test -f "$ac_srcdir/configure.gnu"; then
-      echo &&
-      $SHELL "$ac_srcdir/configure.gnu" --help=recursive
-    elif test -f "$ac_srcdir/configure"; then
-      echo &&
-      $SHELL "$ac_srcdir/configure" --help=recursive
-    else
-      $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
-    fi || ac_status=$?
-    cd "$ac_pwd" || { ac_status=$?; break; }
-  done
-fi
-
-test -n "$ac_init_help" && exit $ac_status
-if $ac_init_version; then
-  cat <<\_ACEOF
-pocl configure 0.13
-generated by GNU Autoconf 2.69
-
-Copyright (C) 2012 Free Software Foundation, Inc.
-This configure script is free software; the Free Software Foundation
-gives unlimited permission to copy, distribute and modify it.
-_ACEOF
-  exit
-fi
-
-## ------------------------ ##
-## Autoconf initialization. ##
-## ------------------------ ##
-
-# ac_fn_c_try_compile LINENO
-# --------------------------
-# Try to compile conftest.$ac_ext, and return whether this succeeded.
-ac_fn_c_try_compile ()
-{
-  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
-  rm -f conftest.$ac_objext
-  if { { ac_try="$ac_compile"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
-$as_echo "$ac_try_echo"; } >&5
-  (eval "$ac_compile") 2>conftest.err
-  ac_status=$?
-  if test -s conftest.err; then
-    grep -v '^ *+' conftest.err >conftest.er1
-    cat conftest.er1 >&5
-    mv -f conftest.er1 conftest.err
-  fi
-  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
-  test $ac_status = 0; } && {
-	 test -z "$ac_c_werror_flag" ||
-	 test ! -s conftest.err
-       } && test -s conftest.$ac_objext; then :
-  ac_retval=0
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-	ac_retval=1
-fi
-  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
-  as_fn_set_status $ac_retval
-
-} # ac_fn_c_try_compile
-
-# ac_fn_cxx_try_compile LINENO
-# ----------------------------
-# Try to compile conftest.$ac_ext, and return whether this succeeded.
-ac_fn_cxx_try_compile ()
-{
-  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
-  rm -f conftest.$ac_objext
-  if { { ac_try="$ac_compile"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
-$as_echo "$ac_try_echo"; } >&5
-  (eval "$ac_compile") 2>conftest.err
-  ac_status=$?
-  if test -s conftest.err; then
-    grep -v '^ *+' conftest.err >conftest.er1
-    cat conftest.er1 >&5
-    mv -f conftest.er1 conftest.err
-  fi
-  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
-  test $ac_status = 0; } && {
-	 test -z "$ac_cxx_werror_flag" ||
-	 test ! -s conftest.err
-       } && test -s conftest.$ac_objext; then :
-  ac_retval=0
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-	ac_retval=1
-fi
-  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
-  as_fn_set_status $ac_retval
-
-} # ac_fn_cxx_try_compile
-
-# ac_fn_c_try_link LINENO
-# -----------------------
-# Try to link conftest.$ac_ext, and return whether this succeeded.
-ac_fn_c_try_link ()
-{
-  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
-  rm -f conftest.$ac_objext conftest$ac_exeext
-  if { { ac_try="$ac_link"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
-$as_echo "$ac_try_echo"; } >&5
-  (eval "$ac_link") 2>conftest.err
-  ac_status=$?
-  if test -s conftest.err; then
-    grep -v '^ *+' conftest.err >conftest.er1
-    cat conftest.er1 >&5
-    mv -f conftest.er1 conftest.err
-  fi
-  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
-  test $ac_status = 0; } && {
-	 test -z "$ac_c_werror_flag" ||
-	 test ! -s conftest.err
-       } && test -s conftest$ac_exeext && {
-	 test "$cross_compiling" = yes ||
-	 test -x conftest$ac_exeext
-       }; then :
-  ac_retval=0
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-	ac_retval=1
-fi
-  # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
-  # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
-  # interfere with the next link command; also delete a directory that is
-  # left behind by Apple's compiler.  We do this before executing the actions.
-  rm -rf conftest.dSYM conftest_ipa8_conftest.oo
-  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
-  as_fn_set_status $ac_retval
-
-} # ac_fn_c_try_link
-
-# ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
-# -------------------------------------------------------
-# Tests whether HEADER exists and can be compiled using the include files in
-# INCLUDES, setting the cache variable VAR accordingly.
-ac_fn_c_check_header_compile ()
-{
-  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
-  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
-$as_echo_n "checking for $2... " >&6; }
-if eval \${$3+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h.  */
-$4
-#include <$2>
-_ACEOF
-if ac_fn_c_try_compile "$LINENO"; then :
-  eval "$3=yes"
-else
-  eval "$3=no"
-fi
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-fi
-eval ac_res=\$$3
-	       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
-$as_echo "$ac_res" >&6; }
-  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
-
-} # ac_fn_c_check_header_compile
-
-# ac_fn_c_try_cpp LINENO
-# ----------------------
-# Try to preprocess conftest.$ac_ext, and return whether this succeeded.
-ac_fn_c_try_cpp ()
-{
-  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
-  if { { ac_try="$ac_cpp conftest.$ac_ext"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
-$as_echo "$ac_try_echo"; } >&5
-  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
-  ac_status=$?
-  if test -s conftest.err; then
-    grep -v '^ *+' conftest.err >conftest.er1
-    cat conftest.er1 >&5
-    mv -f conftest.er1 conftest.err
-  fi
-  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
-  test $ac_status = 0; } > conftest.i && {
-	 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
-	 test ! -s conftest.err
-       }; then :
-  ac_retval=0
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-    ac_retval=1
-fi
-  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
-  as_fn_set_status $ac_retval
-
-} # ac_fn_c_try_cpp
-
-# ac_fn_c_try_run LINENO
-# ----------------------
-# Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
-# that executables *can* be run.
-ac_fn_c_try_run ()
-{
-  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
-  if { { ac_try="$ac_link"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
-$as_echo "$ac_try_echo"; } >&5
-  (eval "$ac_link") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
-  test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
-  { { case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
-$as_echo "$ac_try_echo"; } >&5
-  (eval "$ac_try") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
-  test $ac_status = 0; }; }; then :
-  ac_retval=0
-else
-  $as_echo "$as_me: program exited with status $ac_status" >&5
-       $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-       ac_retval=$ac_status
-fi
-  rm -rf conftest.dSYM conftest_ipa8_conftest.oo
-  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
-  as_fn_set_status $ac_retval
-
-} # ac_fn_c_try_run
-
-# ac_fn_c_check_func LINENO FUNC VAR
-# ----------------------------------
-# Tests whether FUNC exists, setting the cache variable VAR accordingly
-ac_fn_c_check_func ()
-{
-  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
-  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
-$as_echo_n "checking for $2... " >&6; }
-if eval \${$3+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h.  */
-/* Define $2 to an innocuous variant, in case <limits.h> declares $2.
-   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
-#define $2 innocuous_$2
-
-/* System header to define __stub macros and hopefully few prototypes,
-    which can conflict with char $2 (); below.
-    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
-    <limits.h> exists even on freestanding compilers.  */
-
-#ifdef __STDC__
-# include <limits.h>
-#else
-# include <assert.h>
-#endif
-
-#undef $2
-
-/* Override any GCC internal prototype to avoid an error.
-   Use char because int might match the return type of a GCC
-   builtin and then its argument prototype would still apply.  */
-#ifdef __cplusplus
-extern "C"
-#endif
-char $2 ();
-/* The GNU C library defines this for functions which it implements
-    to always fail with ENOSYS.  Some functions are actually named
-    something starting with __ and the normal name is an alias.  */
-#if defined __stub_$2 || defined __stub___$2
-choke me
-#endif
-
-int
-main ()
-{
-return $2 ();
-  ;
-  return 0;
-}
-_ACEOF
-if ac_fn_c_try_link "$LINENO"; then :
-  eval "$3=yes"
-else
-  eval "$3=no"
-fi
-rm -f core conftest.err conftest.$ac_objext \
-    conftest$ac_exeext conftest.$ac_ext
-fi
-eval ac_res=\$$3
-	       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
-$as_echo "$ac_res" >&6; }
-  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
-
-} # ac_fn_c_check_func
-
-# ac_fn_cxx_try_cpp LINENO
-# ------------------------
-# Try to preprocess conftest.$ac_ext, and return whether this succeeded.
-ac_fn_cxx_try_cpp ()
-{
-  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
-  if { { ac_try="$ac_cpp conftest.$ac_ext"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
-$as_echo "$ac_try_echo"; } >&5
-  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
-  ac_status=$?
-  if test -s conftest.err; then
-    grep -v '^ *+' conftest.err >conftest.er1
-    cat conftest.er1 >&5
-    mv -f conftest.er1 conftest.err
-  fi
-  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
-  test $ac_status = 0; } > conftest.i && {
-	 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
-	 test ! -s conftest.err
-       }; then :
-  ac_retval=0
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-    ac_retval=1
-fi
-  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
-  as_fn_set_status $ac_retval
-
-} # ac_fn_cxx_try_cpp
-
-# ac_fn_cxx_try_link LINENO
-# -------------------------
-# Try to link conftest.$ac_ext, and return whether this succeeded.
-ac_fn_cxx_try_link ()
-{
-  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
-  rm -f conftest.$ac_objext conftest$ac_exeext
-  if { { ac_try="$ac_link"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
-$as_echo "$ac_try_echo"; } >&5
-  (eval "$ac_link") 2>conftest.err
-  ac_status=$?
-  if test -s conftest.err; then
-    grep -v '^ *+' conftest.err >conftest.er1
-    cat conftest.er1 >&5
-    mv -f conftest.er1 conftest.err
-  fi
-  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
-  test $ac_status = 0; } && {
-	 test -z "$ac_cxx_werror_flag" ||
-	 test ! -s conftest.err
-       } && test -s conftest$ac_exeext && {
-	 test "$cross_compiling" = yes ||
-	 test -x conftest$ac_exeext
-       }; then :
-  ac_retval=0
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-	ac_retval=1
-fi
-  # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
-  # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
-  # interfere with the next link command; also delete a directory that is
-  # left behind by Apple's compiler.  We do this before executing the actions.
-  rm -rf conftest.dSYM conftest_ipa8_conftest.oo
-  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
-  as_fn_set_status $ac_retval
-
-} # ac_fn_cxx_try_link
-
-# ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
-# -------------------------------------------------------
-# Tests whether HEADER exists, giving a warning if it cannot be compiled using
-# the include files in INCLUDES and setting the cache variable VAR
-# accordingly.
-ac_fn_c_check_header_mongrel ()
-{
-  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
-  if eval \${$3+:} false; then :
-  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
-$as_echo_n "checking for $2... " >&6; }
-if eval \${$3+:} false; then :
-  $as_echo_n "(cached) " >&6
-fi
-eval ac_res=\$$3
-	       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
-$as_echo "$ac_res" >&6; }
-else
-  # Is the header compilable?
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
-$as_echo_n "checking $2 usability... " >&6; }
-cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h.  */
-$4
-#include <$2>
-_ACEOF
-if ac_fn_c_try_compile "$LINENO"; then :
-  ac_header_compiler=yes
-else
-  ac_header_compiler=no
-fi
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
-$as_echo "$ac_header_compiler" >&6; }
-
-# Is the header present?
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
-$as_echo_n "checking $2 presence... " >&6; }
-cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h.  */
-#include <$2>
-_ACEOF
-if ac_fn_c_try_cpp "$LINENO"; then :
-  ac_header_preproc=yes
-else
-  ac_header_preproc=no
-fi
-rm -f conftest.err conftest.i conftest.$ac_ext
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
-$as_echo "$ac_header_preproc" >&6; }
-
-# So?  What about this header?
-case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
-  yes:no: )
-    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
-$as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
-    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
-$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
-    ;;
-  no:yes:* )
-    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
-$as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
-    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2:     check for missing prerequisite headers?" >&5
-$as_echo "$as_me: WARNING: $2:     check for missing prerequisite headers?" >&2;}
-    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
-$as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
-    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2:     section \"Present But Cannot Be Compiled\"" >&5
-$as_echo "$as_me: WARNING: $2:     section \"Present But Cannot Be Compiled\"" >&2;}
-    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
-$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
-( $as_echo "## ----------------------------------------------- ##
-## Report this to pocl-devel at lists.sourceforge.net ##
-## ----------------------------------------------- ##"
-     ) | sed "s/^/$as_me: WARNING:     /" >&2
-    ;;
-esac
-  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
-$as_echo_n "checking for $2... " >&6; }
-if eval \${$3+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  eval "$3=\$ac_header_compiler"
-fi
-eval ac_res=\$$3
-	       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
-$as_echo "$ac_res" >&6; }
-fi
-  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
-
-} # ac_fn_c_check_header_mongrel
-
-# ac_fn_c_compute_int LINENO EXPR VAR INCLUDES
-# --------------------------------------------
-# Tries to find the compile-time value of EXPR in a program that includes
-# INCLUDES, setting VAR accordingly. Returns whether the value could be
-# computed
-ac_fn_c_compute_int ()
-{
-  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
-  if test "$cross_compiling" = yes; then
-    # Depending upon the size, compute the lo and hi bounds.
-cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h.  */
-$4
-int
-main ()
-{
-static int test_array [1 - 2 * !(($2) >= 0)];
-test_array [0] = 0;
-return test_array [0];
-
-  ;
-  return 0;
-}
-_ACEOF
-if ac_fn_c_try_compile "$LINENO"; then :
-  ac_lo=0 ac_mid=0
-  while :; do
-    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h.  */
-$4
-int
-main ()
-{
-static int test_array [1 - 2 * !(($2) <= $ac_mid)];
-test_array [0] = 0;
-return test_array [0];
-
-  ;
-  return 0;
-}
-_ACEOF
-if ac_fn_c_try_compile "$LINENO"; then :
-  ac_hi=$ac_mid; break
-else
-  as_fn_arith $ac_mid + 1 && ac_lo=$as_val
-			if test $ac_lo -le $ac_mid; then
-			  ac_lo= ac_hi=
-			  break
-			fi
-			as_fn_arith 2 '*' $ac_mid + 1 && ac_mid=$as_val
-fi
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-  done
-else
-  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h.  */
-$4
-int
-main ()
-{
-static int test_array [1 - 2 * !(($2) < 0)];
-test_array [0] = 0;
-return test_array [0];
-
-  ;
-  return 0;
-}
-_ACEOF
-if ac_fn_c_try_compile "$LINENO"; then :
-  ac_hi=-1 ac_mid=-1
-  while :; do
-    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h.  */
-$4
-int
-main ()
-{
-static int test_array [1 - 2 * !(($2) >= $ac_mid)];
-test_array [0] = 0;
-return test_array [0];
-
-  ;
-  return 0;
-}
-_ACEOF
-if ac_fn_c_try_compile "$LINENO"; then :
-  ac_lo=$ac_mid; break
-else
-  as_fn_arith '(' $ac_mid ')' - 1 && ac_hi=$as_val
-			if test $ac_mid -le $ac_hi; then
-			  ac_lo= ac_hi=
-			  break
-			fi
-			as_fn_arith 2 '*' $ac_mid && ac_mid=$as_val
-fi
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-  done
-else
-  ac_lo= ac_hi=
-fi
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-fi
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-# Binary search between lo and hi bounds.
-while test "x$ac_lo" != "x$ac_hi"; do
-  as_fn_arith '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo && ac_mid=$as_val
-  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h.  */
-$4
-int
-main ()
-{
-static int test_array [1 - 2 * !(($2) <= $ac_mid)];
-test_array [0] = 0;
-return test_array [0];
-
-  ;
-  return 0;
-}
-_ACEOF
-if ac_fn_c_try_compile "$LINENO"; then :
-  ac_hi=$ac_mid
-else
-  as_fn_arith '(' $ac_mid ')' + 1 && ac_lo=$as_val
-fi
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-done
-case $ac_lo in #((
-?*) eval "$3=\$ac_lo"; ac_retval=0 ;;
-'') ac_retval=1 ;;
-esac
-  else
-    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h.  */
-$4
-static long int longval () { return $2; }
-static unsigned long int ulongval () { return $2; }
-#include <stdio.h>
-#include <stdlib.h>
-int
-main ()
-{
-
-  FILE *f = fopen ("conftest.val", "w");
-  if (! f)
-    return 1;
-  if (($2) < 0)
-    {
-      long int i = longval ();
-      if (i != ($2))
-	return 1;
-      fprintf (f, "%ld", i);
-    }
-  else
-    {
-      unsigned long int i = ulongval ();
-      if (i != ($2))
-	return 1;
-      fprintf (f, "%lu", i);
-    }
-  /* Do not output a trailing newline, as this causes \r\n confusion
-     on some platforms.  */
-  return ferror (f) || fclose (f) != 0;
-
-  ;
-  return 0;
-}
-_ACEOF
-if ac_fn_c_try_run "$LINENO"; then :
-  echo >>conftest.val; read $3 <conftest.val; ac_retval=0
-else
-  ac_retval=1
-fi
-rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
-  conftest.$ac_objext conftest.beam conftest.$ac_ext
-rm -f conftest.val
-
-  fi
-  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
-  as_fn_set_status $ac_retval
-
-} # ac_fn_c_compute_int
-cat >config.log <<_ACEOF
-This file contains any messages produced by compilers while
-running configure, to aid debugging if configure makes a mistake.
-
-It was created by pocl $as_me 0.13, which was
-generated by GNU Autoconf 2.69.  Invocation command line was
-
-  $ $0 $@
-
-_ACEOF
-exec 5>>config.log
-{
-cat <<_ASUNAME
-## --------- ##
-## Platform. ##
-## --------- ##
-
-hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
-uname -m = `(uname -m) 2>/dev/null || echo unknown`
-uname -r = `(uname -r) 2>/dev/null || echo unknown`
-uname -s = `(uname -s) 2>/dev/null || echo unknown`
-uname -v = `(uname -v) 2>/dev/null || echo unknown`
-
-/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
-/bin/uname -X     = `(/bin/uname -X) 2>/dev/null     || echo unknown`
-
-/bin/arch              = `(/bin/arch) 2>/dev/null              || echo unknown`
-/usr/bin/arch -k       = `(/usr/bin/arch -k) 2>/dev/null       || echo unknown`
-/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
-/usr/bin/hostinfo      = `(/usr/bin/hostinfo) 2>/dev/null      || echo unknown`
-/bin/machine           = `(/bin/machine) 2>/dev/null           || echo unknown`
-/usr/bin/oslevel       = `(/usr/bin/oslevel) 2>/dev/null       || echo unknown`
-/bin/universe          = `(/bin/universe) 2>/dev/null          || echo unknown`
-
-_ASUNAME
-
-as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-for as_dir in $PATH
-do
-  IFS=$as_save_IFS
-  test -z "$as_dir" && as_dir=.
-    $as_echo "PATH: $as_dir"
-  done
-IFS=$as_save_IFS
-
-} >&5
-
-cat >&5 <<_ACEOF
-
-
-## ----------- ##
-## Core tests. ##
-## ----------- ##
-
-_ACEOF
-
-
-# Keep a trace of the command line.
-# Strip out --no-create and --no-recursion so they do not pile up.
-# Strip out --silent because we don't want to record it for future runs.
-# Also quote any args containing shell meta-characters.
-# Make two passes to allow for proper duplicate-argument suppression.
-ac_configure_args=
-ac_configure_args0=
-ac_configure_args1=
-ac_must_keep_next=false
-for ac_pass in 1 2
-do
-  for ac_arg
-  do
-    case $ac_arg in
-    -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
-    -q | -quiet | --quiet | --quie | --qui | --qu | --q \
-    | -silent | --silent | --silen | --sile | --sil)
-      continue ;;
-    *\'*)
-      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
-    esac
-    case $ac_pass in
-    1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
-    2)
-      as_fn_append ac_configure_args1 " '$ac_arg'"
-      if test $ac_must_keep_next = true; then
-	ac_must_keep_next=false # Got value, back to normal.
-      else
-	case $ac_arg in
-	  *=* | --config-cache | -C | -disable-* | --disable-* \
-	  | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
-	  | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
-	  | -with-* | --with-* | -without-* | --without-* | --x)
-	    case "$ac_configure_args0 " in
-	      "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
-	    esac
-	    ;;
-	  -* ) ac_must_keep_next=true ;;
-	esac
-      fi
-      as_fn_append ac_configure_args " '$ac_arg'"
-      ;;
-    esac
-  done
-done
-{ ac_configure_args0=; unset ac_configure_args0;}
-{ ac_configure_args1=; unset ac_configure_args1;}
-
-# When interrupted or exit'd, cleanup temporary files, and complete
-# config.log.  We remove comments because anyway the quotes in there
-# would cause problems or look ugly.
-# WARNING: Use '\'' to represent an apostrophe within the trap.
-# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
-trap 'exit_status=$?
-  # Save into config.log some information that might help in debugging.
-  {
-    echo
-
-    $as_echo "## ---------------- ##
-## Cache variables. ##
-## ---------------- ##"
-    echo
-    # The following way of writing the cache mishandles newlines in values,
-(
-  for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
-    eval ac_val=\$$ac_var
-    case $ac_val in #(
-    *${as_nl}*)
-      case $ac_var in #(
-      *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
-$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
-      esac
-      case $ac_var in #(
-      _ | IFS | as_nl) ;; #(
-      BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
-      *) { eval $ac_var=; unset $ac_var;} ;;
-      esac ;;
-    esac
-  done
-  (set) 2>&1 |
-    case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
-    *${as_nl}ac_space=\ *)
-      sed -n \
-	"s/'\''/'\''\\\\'\'''\''/g;
-	  s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
-      ;; #(
-    *)
-      sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
-      ;;
-    esac |
-    sort
-)
-    echo
-
-    $as_echo "## ----------------- ##
-## Output variables. ##
-## ----------------- ##"
-    echo
-    for ac_var in $ac_subst_vars
-    do
-      eval ac_val=\$$ac_var
-      case $ac_val in
-      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
-      esac
-      $as_echo "$ac_var='\''$ac_val'\''"
-    done | sort
-    echo
-
-    if test -n "$ac_subst_files"; then
-      $as_echo "## ------------------- ##
-## File substitutions. ##
-## ------------------- ##"
-      echo
-      for ac_var in $ac_subst_files
-      do
-	eval ac_val=\$$ac_var
-	case $ac_val in
-	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
-	esac
-	$as_echo "$ac_var='\''$ac_val'\''"
-      done | sort
-      echo
-    fi
-
-    if test -s confdefs.h; then
-      $as_echo "## ----------- ##
-## confdefs.h. ##
-## ----------- ##"
-      echo
-      cat confdefs.h
-      echo
-    fi
-    test "$ac_signal" != 0 &&
-      $as_echo "$as_me: caught signal $ac_signal"
-    $as_echo "$as_me: exit $exit_status"
-  } >&5
-  rm -f core *.core core.conftest.* &&
-    rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
-    exit $exit_status
-' 0
-for ac_signal in 1 2 13 15; do
-  trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
-done
-ac_signal=0
-
-# confdefs.h avoids OS command line length limits that DEFS can exceed.
-rm -f -r conftest* confdefs.h
-
-$as_echo "/* confdefs.h */" > confdefs.h
-
-# Predefined preprocessor variables.
-
-cat >>confdefs.h <<_ACEOF
-#define PACKAGE_NAME "$PACKAGE_NAME"
-_ACEOF
-
-cat >>confdefs.h <<_ACEOF
-#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
-_ACEOF
-
-cat >>confdefs.h <<_ACEOF
-#define PACKAGE_VERSION "$PACKAGE_VERSION"
-_ACEOF
-
-cat >>confdefs.h <<_ACEOF
-#define PACKAGE_STRING "$PACKAGE_STRING"
-_ACEOF
-
-cat >>confdefs.h <<_ACEOF
-#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
-_ACEOF
-
-cat >>confdefs.h <<_ACEOF
-#define PACKAGE_URL "$PACKAGE_URL"
-_ACEOF
-
-
-# Let the site file select an alternate cache file if it wants to.
-# Prefer an explicitly selected file to automatically selected ones.
-ac_site_file1=NONE
-ac_site_file2=NONE
-if test -n "$CONFIG_SITE"; then
-  # We do not want a PATH search for config.site.
-  case $CONFIG_SITE in #((
-    -*)  ac_site_file1=./$CONFIG_SITE;;
-    */*) ac_site_file1=$CONFIG_SITE;;
-    *)   ac_site_file1=./$CONFIG_SITE;;
-  esac
-elif test "x$prefix" != xNONE; then
-  ac_site_file1=$prefix/share/config.site
-  ac_site_file2=$prefix/etc/config.site
-else
-  ac_site_file1=$ac_default_prefix/share/config.site
-  ac_site_file2=$ac_default_prefix/etc/config.site
-fi
-for ac_site_file in "$ac_site_file1" "$ac_site_file2"
-do
-  test "x$ac_site_file" = xNONE && continue
-  if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
-    { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
-$as_echo "$as_me: loading site script $ac_site_file" >&6;}
-    sed 's/^/| /' "$ac_site_file" >&5
-    . "$ac_site_file" \
-      || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
-$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
-as_fn_error $? "failed to load site script $ac_site_file
-See \`config.log' for more details" "$LINENO" 5; }
-  fi
-done
-
-if test -r "$cache_file"; then
-  # Some versions of bash will fail to source /dev/null (special files
-  # actually), so we avoid doing that.  DJGPP emulates it as a regular file.
-  if test /dev/null != "$cache_file" && test -f "$cache_file"; then
-    { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
-$as_echo "$as_me: loading cache $cache_file" >&6;}
-    case $cache_file in
-      [\\/]* | ?:[\\/]* ) . "$cache_file";;
-      *)                      . "./$cache_file";;
-    esac
-  fi
-else
-  { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
-$as_echo "$as_me: creating cache $cache_file" >&6;}
-  >$cache_file
-fi
-
-as_fn_append ac_func_list " vfork"
-as_fn_append ac_func_list " fork"
-# Check that the precious variables saved in the cache have kept the same
-# value.
-ac_cache_corrupted=false
-for ac_var in $ac_precious_vars; do
-  eval ac_old_set=\$ac_cv_env_${ac_var}_set
-  eval ac_new_set=\$ac_env_${ac_var}_set
-  eval ac_old_val=\$ac_cv_env_${ac_var}_value
-  eval ac_new_val=\$ac_env_${ac_var}_value
-  case $ac_old_set,$ac_new_set in
-    set,)
-      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
-$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
-      ac_cache_corrupted=: ;;
-    ,set)
-      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
-$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
-      ac_cache_corrupted=: ;;
-    ,);;
-    *)
-      if test "x$ac_old_val" != "x$ac_new_val"; then
-	# differences in whitespace do not lead to failure.
-	ac_old_val_w=`echo x $ac_old_val`
-	ac_new_val_w=`echo x $ac_new_val`
-	if test "$ac_old_val_w" != "$ac_new_val_w"; then
-	  { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
-$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
-	  ac_cache_corrupted=:
-	else
-	  { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
-$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
-	  eval $ac_var=\$ac_old_val
-	fi
-	{ $as_echo "$as_me:${as_lineno-$LINENO}:   former value:  \`$ac_old_val'" >&5
-$as_echo "$as_me:   former value:  \`$ac_old_val'" >&2;}
-	{ $as_echo "$as_me:${as_lineno-$LINENO}:   current value: \`$ac_new_val'" >&5
-$as_echo "$as_me:   current value: \`$ac_new_val'" >&2;}
-      fi;;
-  esac
-  # Pass precious variables to config.status.
-  if test "$ac_new_set" = set; then
-    case $ac_new_val in
-    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
-    *) ac_arg=$ac_var=$ac_new_val ;;
-    esac
-    case " $ac_configure_args " in
-      *" '$ac_arg' "*) ;; # Avoid dups.  Use of quotes ensures accuracy.
-      *) as_fn_append ac_configure_args " '$ac_arg'" ;;
-    esac
-  fi
-done
-if $ac_cache_corrupted; then
-  { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
-$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
-  { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
-$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
-  as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
-fi
-## -------------------- ##
-## Main body of script. ##
-## -------------------- ##
-
-ac_ext=c
-ac_cpp='$CPP $CPPFLAGS'
-ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
-ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
-ac_compiler_gnu=$ac_cv_c_compiler_gnu
-
-
-
-ac_config_headers="$ac_config_headers config.h"
-
-ac_aux_dir=
-for ac_dir in config "$srcdir"/config; do
-  if test -f "$ac_dir/install-sh"; then
-    ac_aux_dir=$ac_dir
-    ac_install_sh="$ac_aux_dir/install-sh -c"
-    break
-  elif test -f "$ac_dir/install.sh"; then
-    ac_aux_dir=$ac_dir
-    ac_install_sh="$ac_aux_dir/install.sh -c"
-    break
-  elif test -f "$ac_dir/shtool"; then
-    ac_aux_dir=$ac_dir
-    ac_install_sh="$ac_aux_dir/shtool install -c"
-    break
-  fi
-done
-if test -z "$ac_aux_dir"; then
-  as_fn_error $? "cannot find install-sh, install.sh, or shtool in config \"$srcdir\"/config" "$LINENO" 5
-fi
-
-# These three variables are undocumented and unsupported,
-# and are intended to be withdrawn in a future Autoconf release.
-# They can cause serious problems if a builder's source tree is in a directory
-# whose full name contains unusual characters.
-ac_config_guess="$SHELL $ac_aux_dir/config.guess"  # Please don't use this var.
-ac_config_sub="$SHELL $ac_aux_dir/config.sub"  # Please don't use this var.
-ac_configure="$SHELL $ac_aux_dir/configure"  # Please don't use this var.
-
-
-
-ac_config_commands="$ac_config_commands tests/atconfig"
-
-# Make sure we can run config.sub.
-$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
-  as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
-
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
-$as_echo_n "checking build system type... " >&6; }
-if ${ac_cv_build+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  ac_build_alias=$build_alias
-test "x$ac_build_alias" = x &&
-  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
-test "x$ac_build_alias" = x &&
-  as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
-ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
-  as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
-
-fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
-$as_echo "$ac_cv_build" >&6; }
-case $ac_cv_build in
-*-*-*) ;;
-*) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;;
-esac
-build=$ac_cv_build
-ac_save_IFS=$IFS; IFS='-'
-set x $ac_cv_build
-shift
-build_cpu=$1
-build_vendor=$2
-shift; shift
-# Remember, the first character of IFS is used to create $*,
-# except with old shells:
-build_os=$*
-IFS=$ac_save_IFS
-case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
-
-
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
-$as_echo_n "checking host system type... " >&6; }
-if ${ac_cv_host+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  if test "x$host_alias" = x; then
-  ac_cv_host=$ac_cv_build
-else
-  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
-    as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
-fi
-
-fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
-$as_echo "$ac_cv_host" >&6; }
-case $ac_cv_host in
-*-*-*) ;;
-*) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;;
-esac
-host=$ac_cv_host
-ac_save_IFS=$IFS; IFS='-'
-set x $ac_cv_host
-shift
-host_cpu=$1
-host_vendor=$2
-shift; shift
-# Remember, the first character of IFS is used to create $*,
-# except with old shells:
-host_os=$*
-IFS=$ac_save_IFS
-case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
-
-
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
-$as_echo_n "checking target system type... " >&6; }
-if ${ac_cv_target+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  if test "x$target_alias" = x; then
-  ac_cv_target=$ac_cv_host
-else
-  ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
-    as_fn_error $? "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
-fi
-
-fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
-$as_echo "$ac_cv_target" >&6; }
-case $ac_cv_target in
-*-*-*) ;;
-*) as_fn_error $? "invalid value of canonical target" "$LINENO" 5;;
-esac
-target=$ac_cv_target
-ac_save_IFS=$IFS; IFS='-'
-set x $ac_cv_target
-shift
-target_cpu=$1
-target_vendor=$2
-shift; shift
-# Remember, the first character of IFS is used to create $*,
-# except with old shells:
-target_os=$*
-IFS=$ac_save_IFS
-case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
-
-
-# The aliases save the names the user supplied, while $host etc.
-# will get canonicalized.
-test -n "$target_alias" &&
-  test "$program_prefix$program_suffix$program_transform_name" = \
-    NONENONEs,x,x, &&
-  program_prefix=${target_alias}-
-
-am__api_version='1.15'
-
-# Find a good install program.  We prefer a C program (faster),
-# so one script is as good as another.  But avoid the broken or
-# incompatible versions:
-# SysV /etc/install, /usr/sbin/install
-# SunOS /usr/etc/install
-# IRIX /sbin/install
-# AIX /bin/install
-# AmigaOS /C/install, which installs bootblocks on floppy discs
-# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
-# AFS /usr/afsws/bin/install, which mishandles nonexistent args
-# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
-# OS/2's system install, which has a completely different semantic
-# ./install, which can be erroneously created by make from ./install.sh.
-# Reject install programs that cannot install multiple files.
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
-$as_echo_n "checking for a BSD-compatible install... " >&6; }
-if test -z "$INSTALL"; then
-if ${ac_cv_path_install+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-for as_dir in $PATH
-do
-  IFS=$as_save_IFS
-  test -z "$as_dir" && as_dir=.
-    # Account for people who put trailing slashes in PATH elements.
-case $as_dir/ in #((
-  ./ | .// | /[cC]/* | \
-  /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
-  ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
-  /usr/ucb/* ) ;;
-  *)
-    # OSF1 and SCO ODT 3.0 have their own names for install.
-    # Don't use installbsd from OSF since it installs stuff as root
-    # by default.
-    for ac_prog in ginstall scoinst install; do
-      for ac_exec_ext in '' $ac_executable_extensions; do
-	if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
-	  if test $ac_prog = install &&
-	    grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
-	    # AIX install.  It has an incompatible calling convention.
-	    :
-	  elif test $ac_prog = install &&
-	    grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
-	    # program-specific install script used by HP pwplus--don't use.
-	    :
-	  else
-	    rm -rf conftest.one conftest.two conftest.dir
-	    echo one > conftest.one
-	    echo two > conftest.two
-	    mkdir conftest.dir
-	    if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
-	      test -s conftest.one && test -s conftest.two &&
-	      test -s conftest.dir/conftest.one &&
-	      test -s conftest.dir/conftest.two
-	    then
-	      ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
-	      break 3
-	    fi
-	  fi
-	fi
-      done
-    done
-    ;;
-esac
-
-  done
-IFS=$as_save_IFS
-
-rm -rf conftest.one conftest.two conftest.dir
-
-fi
-  if test "${ac_cv_path_install+set}" = set; then
-    INSTALL=$ac_cv_path_install
-  else
-    # As a last resort, use the slow shell script.  Don't cache a
-    # value for INSTALL within a source directory, because that will
-    # break other packages using the cache if that directory is
-    # removed, or if the value is a relative name.
-    INSTALL=$ac_install_sh
-  fi
-fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
-$as_echo "$INSTALL" >&6; }
-
-# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
-# It thinks the first close brace ends the variable substitution.
-test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
-
-test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
-
-test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
-
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
-$as_echo_n "checking whether build environment is sane... " >&6; }
-# Reject unsafe characters in $srcdir or the absolute working directory
-# name.  Accept space and tab only in the latter.
-am_lf='
-'
-case `pwd` in
-  *[\\\"\#\$\&\'\`$am_lf]*)
-    as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5;;
-esac
-case $srcdir in
-  *[\\\"\#\$\&\'\`$am_lf\ \	]*)
-    as_fn_error $? "unsafe srcdir value: '$srcdir'" "$LINENO" 5;;
-esac
-
-# Do 'set' in a subshell so we don't clobber the current shell's
-# arguments.  Must try -L first in case configure is actually a
-# symlink; some systems play weird games with the mod time of symlinks
-# (eg FreeBSD returns the mod time of the symlink's containing
-# directory).
-if (
-   am_has_slept=no
-   for am_try in 1 2; do
-     echo "timestamp, slept: $am_has_slept" > conftest.file
-     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
-     if test "$*" = "X"; then
-	# -L didn't work.
-	set X `ls -t "$srcdir/configure" conftest.file`
-     fi
-     if test "$*" != "X $srcdir/configure conftest.file" \
-	&& test "$*" != "X conftest.file $srcdir/configure"; then
-
-	# If neither matched, then we have a broken ls.  This can happen
-	# if, for instance, CONFIG_SHELL is bash and it inherits a
-	# broken ls alias from the environment.  This has actually
-	# happened.  Such a system could not be considered "sane".
-	as_fn_error $? "ls -t appears to fail.  Make sure there is not a broken
-  alias in your environment" "$LINENO" 5
-     fi
-     if test "$2" = conftest.file || test $am_try -eq 2; then
-       break
-     fi
-     # Just in case.
-     sleep 1
-     am_has_slept=yes
-   done
-   test "$2" = conftest.file
-   )
-then
-   # Ok.
-   :
-else
-   as_fn_error $? "newly created file is older than distributed files!
-Check your system clock" "$LINENO" 5
-fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
-$as_echo "yes" >&6; }
-# If we didn't sleep, we still need to ensure time stamps of config.status and
-# generated files are strictly newer.
-am_sleep_pid=
-if grep 'slept: no' conftest.file >/dev/null 2>&1; then
-  ( sleep 1 ) &
-  am_sleep_pid=$!
-fi
-
-rm -f conftest.file
-
-test "$program_prefix" != NONE &&
-  program_transform_name="s&^&$program_prefix&;$program_transform_name"
-# Use a double $ so make ignores it.
-test "$program_suffix" != NONE &&
-  program_transform_name="s&\$&$program_suffix&;$program_transform_name"
-# Double any \ or $.
-# By default was `s,x,x', remove it if useless.
-ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
-program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
-
-# Expand $ac_aux_dir to an absolute path.
-am_aux_dir=`cd "$ac_aux_dir" && pwd`
-
-if test x"${MISSING+set}" != xset; then
-  case $am_aux_dir in
-  *\ * | *\	*)
-    MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
-  *)
-    MISSING="\${SHELL} $am_aux_dir/missing" ;;
-  esac
-fi
-# Use eval to expand $SHELL
-if eval "$MISSING --is-lightweight"; then
-  am_missing_run="$MISSING "
-else
-  am_missing_run=
-  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: 'missing' script is too old or missing" >&5
-$as_echo "$as_me: WARNING: 'missing' script is too old or missing" >&2;}
-fi
-
-if test x"${install_sh+set}" != xset; then
-  case $am_aux_dir in
-  *\ * | *\	*)
-    install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
-  *)
-    install_sh="\${SHELL} $am_aux_dir/install-sh"
-  esac
-fi
-
-# Installed binaries are usually stripped using 'strip' when the user
-# run "make install-strip".  However 'strip' might not be the right
-# tool to use in cross-compilation environments, therefore Automake
-# will honor the 'STRIP' environment variable to overrule this program.
-if test "$cross_compiling" != no; then
-  if test -n "$ac_tool_prefix"; then
-  # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
-set dummy ${ac_tool_prefix}strip; ac_word=$2
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
-$as_echo_n "checking for $ac_word... " >&6; }
-if ${ac_cv_prog_STRIP+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  if test -n "$STRIP"; then
-  ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
-else
-as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-for as_dir in $PATH
-do
-  IFS=$as_save_IFS
-  test -z "$as_dir" && as_dir=.
-    for ac_exec_ext in '' $ac_executable_extensions; do
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
-    ac_cv_prog_STRIP="${ac_tool_prefix}strip"
-    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
-    break 2
-  fi
-done
-  done
-IFS=$as_save_IFS
-
-fi
-fi
-STRIP=$ac_cv_prog_STRIP
-if test -n "$STRIP"; then
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
-$as_echo "$STRIP" >&6; }
-else
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-fi
-
-
-fi
-if test -z "$ac_cv_prog_STRIP"; then
-  ac_ct_STRIP=$STRIP
-  # Extract the first word of "strip", so it can be a program name with args.
-set dummy strip; ac_word=$2
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
-$as_echo_n "checking for $ac_word... " >&6; }
-if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  if test -n "$ac_ct_STRIP"; then
-  ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
-else
-as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-for as_dir in $PATH
-do
-  IFS=$as_save_IFS
-  test -z "$as_dir" && as_dir=.
-    for ac_exec_ext in '' $ac_executable_extensions; do
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
-    ac_cv_prog_ac_ct_STRIP="strip"
-    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
-    break 2
-  fi
-done
-  done
-IFS=$as_save_IFS
-
-fi
-fi
-ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
-if test -n "$ac_ct_STRIP"; then
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
-$as_echo "$ac_ct_STRIP" >&6; }
-else
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-fi
-
-  if test "x$ac_ct_STRIP" = x; then
-    STRIP=":"
-  else
-    case $cross_compiling:$ac_tool_warned in
-yes:)
-{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
-$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
-ac_tool_warned=yes ;;
-esac
-    STRIP=$ac_ct_STRIP
-  fi
-else
-  STRIP="$ac_cv_prog_STRIP"
-fi
-
-fi
-INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
-
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5
-$as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
-if test -z "$MKDIR_P"; then
-  if ${ac_cv_path_mkdir+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin
-do
-  IFS=$as_save_IFS
-  test -z "$as_dir" && as_dir=.
-    for ac_prog in mkdir gmkdir; do
-	 for ac_exec_ext in '' $ac_executable_extensions; do
-	   as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
-	   case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
-	     'mkdir (GNU coreutils) '* | \
-	     'mkdir (coreutils) '* | \
-	     'mkdir (fileutils) '4.1*)
-	       ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext
-	       break 3;;
-	   esac
-	 done
-       done
-  done
-IFS=$as_save_IFS
-
-fi
-
-  test -d ./--version && rmdir ./--version
-  if test "${ac_cv_path_mkdir+set}" = set; then
-    MKDIR_P="$ac_cv_path_mkdir -p"
-  else
-    # As a last resort, use the slow shell script.  Don't cache a
-    # value for MKDIR_P within a source directory, because that will
-    # break other packages using the cache if that directory is
-    # removed, or if the value is a relative name.
-    MKDIR_P="$ac_install_sh -d"
-  fi
-fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
-$as_echo "$MKDIR_P" >&6; }
-
-for ac_prog in gawk mawk nawk awk
-do
-  # Extract the first word of "$ac_prog", so it can be a program name with args.
-set dummy $ac_prog; ac_word=$2
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
-$as_echo_n "checking for $ac_word... " >&6; }
-if ${ac_cv_prog_AWK+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  if test -n "$AWK"; then
-  ac_cv_prog_AWK="$AWK" # Let the user override the test.
-else
-as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-for as_dir in $PATH
-do
-  IFS=$as_save_IFS
-  test -z "$as_dir" && as_dir=.
-    for ac_exec_ext in '' $ac_executable_extensions; do
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
-    ac_cv_prog_AWK="$ac_prog"
-    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
-    break 2
-  fi
-done
-  done
-IFS=$as_save_IFS
-
-fi
-fi
-AWK=$ac_cv_prog_AWK
-if test -n "$AWK"; then
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
-$as_echo "$AWK" >&6; }
-else
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-fi
-
-
-  test -n "$AWK" && break
-done
-
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
-$as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
-set x ${MAKE-make}
-ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
-if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  cat >conftest.make <<\_ACEOF
-SHELL = /bin/sh
-all:
-	@echo '@@@%%%=$(MAKE)=@@@%%%'
-_ACEOF
-# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
-case `${MAKE-make} -f conftest.make 2>/dev/null` in
-  *@@@%%%=?*=@@@%%%*)
-    eval ac_cv_prog_make_${ac_make}_set=yes;;
-  *)
-    eval ac_cv_prog_make_${ac_make}_set=no;;
-esac
-rm -f conftest.make
-fi
-if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
-$as_echo "yes" >&6; }
-  SET_MAKE=
-else
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-  SET_MAKE="MAKE=${MAKE-make}"
-fi
-
-rm -rf .tst 2>/dev/null
-mkdir .tst 2>/dev/null
-if test -d .tst; then
-  am__leading_dot=.
-else
-  am__leading_dot=_
-fi
-rmdir .tst 2>/dev/null
-
-# Check whether --enable-silent-rules was given.
-if test "${enable_silent_rules+set}" = set; then :
-  enableval=$enable_silent_rules;
-fi
-
-case $enable_silent_rules in # (((
-  yes) AM_DEFAULT_VERBOSITY=0;;
-   no) AM_DEFAULT_VERBOSITY=1;;
-    *) AM_DEFAULT_VERBOSITY=1;;
-esac
-am_make=${MAKE-make}
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5
-$as_echo_n "checking whether $am_make supports nested variables... " >&6; }
-if ${am_cv_make_support_nested_variables+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  if $as_echo 'TRUE=$(BAR$(V))
-BAR0=false
-BAR1=true
-V=1
-am__doit:
-	@$(TRUE)
-.PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then
-  am_cv_make_support_nested_variables=yes
-else
-  am_cv_make_support_nested_variables=no
-fi
-fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5
-$as_echo "$am_cv_make_support_nested_variables" >&6; }
-if test $am_cv_make_support_nested_variables = yes; then
-    AM_V='$(V)'
-  AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
-else
-  AM_V=$AM_DEFAULT_VERBOSITY
-  AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY
-fi
-AM_BACKSLASH='\'
-
-if test "`cd $srcdir && pwd`" != "`pwd`"; then
-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
-  # is not polluted with repeated "-I."
-  am__isrc=' -I$(srcdir)'
-  # test to see if srcdir already configured
-  if test -f $srcdir/config.status; then
-    as_fn_error $? "source directory already configured; run \"make distclean\" there first" "$LINENO" 5
-  fi
-fi
-
-# test whether we have cygpath
-if test -z "$CYGPATH_W"; then
-  if (cygpath --version) >/dev/null 2>/dev/null; then
-    CYGPATH_W='cygpath -w'
-  else
-    CYGPATH_W=echo
-  fi
-fi
-
-
-# Define the identity of the package.
- PACKAGE='pocl'
- VERSION='0.13'
-
-
-cat >>confdefs.h <<_ACEOF
-#define PACKAGE "$PACKAGE"
-_ACEOF
-
-
-cat >>confdefs.h <<_ACEOF
-#define VERSION "$VERSION"
-_ACEOF
-
-# Some tools Automake needs.
-
-ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
-
-
-AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
-
-
-AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
-
-
-AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
-
-
-MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
-
-# For better backward compatibility.  To be removed once Automake 1.9.x
-# dies out for good.  For more background, see:
-# <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
-# <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
-mkdir_p='$(MKDIR_P)'
-
-# We need awk for the "check" target (and possibly the TAP driver).  The
-# system "awk" is bad on some platforms.
-# Always define AMTAR for backward compatibility.  Yes, it's still used
-# in the wild :-(  We should find a proper way to deprecate it ...
-AMTAR='$${TAR-tar}'
-
-
-# We'll loop over all known methods to create a tar archive until one works.
-_am_tools='gnutar  pax cpio none'
-
-am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'
-
-
-
-
-
-
-# POSIX will say in a future version that running "rm -f" with no argument
-# is OK; and we want to be able to make that assumption in our Makefile
-# recipes.  So use an aggressive probe to check that the usage we want is
-# actually supported "in the wild" to an acceptable degree.
-# See automake bug#10828.
-# To make any issue more visible, cause the running configure to be aborted
-# by default if the 'rm' program in use doesn't match our expectations; the
-# user can still override this though.
-if rm -f && rm -fr && rm -rf; then : OK; else
-  cat >&2 <<'END'
-Oops!
-
-Your 'rm' program seems unable to run without file operands specified
-on the command line, even when the '-f' option is present.  This is contrary
-to the behaviour of most rm programs out there, and not conforming with
-the upcoming POSIX standard: <http://austingroupbugs.net/view.php?id=542>
-
-Please tell bug-automake at gnu.org about your system, including the value
-of your $PATH and any error possibly output before this message.  This
-can help us improve future automake versions.
-
-END
-  if test x"$ACCEPT_INFERIOR_RM_PROGRAM" = x"yes"; then
-    echo 'Configuration will proceed anyway, since you have set the' >&2
-    echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2
-    echo >&2
-  else
-    cat >&2 <<'END'
-Aborting the configuration process, to ensure you take notice of the issue.
-
-You can download and install GNU coreutils to get an 'rm' implementation
-that behaves properly: <http://www.gnu.org/software/coreutils/>.
-
-If you want to complete the configuration process using your problematic
-'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM
-to "yes", and re-run configure.
-
-END
-    as_fn_error $? "Your 'rm' program is bad, sorry." "$LINENO" 5
-  fi
-fi
-
-# Check whether --enable-silent-rules was given.
-if test "${enable_silent_rules+set}" = set; then :
-  enableval=$enable_silent_rules;
-fi
-
-case $enable_silent_rules in # (((
-  yes) AM_DEFAULT_VERBOSITY=0;;
-   no) AM_DEFAULT_VERBOSITY=1;;
-    *) AM_DEFAULT_VERBOSITY=1;;
-esac
-am_make=${MAKE-make}
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5
-$as_echo_n "checking whether $am_make supports nested variables... " >&6; }
-if ${am_cv_make_support_nested_variables+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  if $as_echo 'TRUE=$(BAR$(V))
-BAR0=false
-BAR1=true
-V=1
-am__doit:
-	@$(TRUE)
-.PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then
-  am_cv_make_support_nested_variables=yes
-else
-  am_cv_make_support_nested_variables=no
-fi
-fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5
-$as_echo "$am_cv_make_support_nested_variables" >&6; }
-if test $am_cv_make_support_nested_variables = yes; then
-    AM_V='$(V)'
-  AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
-else
-  AM_V=$AM_DEFAULT_VERBOSITY
-  AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY
-fi
-AM_BACKSLASH='\'
-
-
- if false; then
-  DARWIN_HOST_OS_TRUE=
-  DARWIN_HOST_OS_FALSE='#'
-else
-  DARWIN_HOST_OS_TRUE='#'
-  DARWIN_HOST_OS_FALSE=
-fi
-
- if false; then
-  FREEBSD_HOST_OS_TRUE=
-  FREEBSD_HOST_OS_FALSE='#'
-else
-  FREEBSD_HOST_OS_TRUE='#'
-  FREEBSD_HOST_OS_FALSE=
-fi
-
-case $host_os in
-  darwin* )
-     if true; then
-  DARWIN_HOST_OS_TRUE=
-  DARWIN_HOST_OS_FALSE='#'
-else
-  DARWIN_HOST_OS_TRUE='#'
-  DARWIN_HOST_OS_FALSE=
-fi
-
-    LIBRARY_SUFFIX=".dylib"
-
-         ;;
-  freebsd* )
-     if true; then
-  FREEBSD_HOST_OS_TRUE=
-  FREEBSD_HOST_OS_FALSE='#'
-else
-  FREEBSD_HOST_OS_TRUE='#'
-  FREEBSD_HOST_OS_FALSE=
-fi
-
-    LIBRARY_SUFFIX=".so"
-
-         ;;
-  *)
-    LIBRARY_SUFFIX=".so"
-
-         ;;
-esac
-
-# check for tools
-
-
-
-
-
-
-
-if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then
-	if test -n "$ac_tool_prefix"; then
-  # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
-set dummy ${ac_tool_prefix}pkg-config; ac_word=$2
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
-$as_echo_n "checking for $ac_word... " >&6; }
-if ${ac_cv_path_PKG_CONFIG+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  case $PKG_CONFIG in
-  [\\/]* | ?:[\\/]*)
-  ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
-  ;;
-  *)
-  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-for as_dir in $PATH
-do
-  IFS=$as_save_IFS
-  test -z "$as_dir" && as_dir=.
-    for ac_exec_ext in '' $ac_executable_extensions; do
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
-    ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
-    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
-    break 2
-  fi
-done
-  done
-IFS=$as_save_IFS
-
-  ;;
-esac
-fi
-PKG_CONFIG=$ac_cv_path_PKG_CONFIG
-if test -n "$PKG_CONFIG"; then
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
-$as_echo "$PKG_CONFIG" >&6; }
-else
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-fi
-
-
-fi
-if test -z "$ac_cv_path_PKG_CONFIG"; then
-  ac_pt_PKG_CONFIG=$PKG_CONFIG
-  # Extract the first word of "pkg-config", so it can be a program name with args.
-set dummy pkg-config; ac_word=$2
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
-$as_echo_n "checking for $ac_word... " >&6; }
-if ${ac_cv_path_ac_pt_PKG_CONFIG+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  case $ac_pt_PKG_CONFIG in
-  [\\/]* | ?:[\\/]*)
-  ac_cv_path_ac_pt_PKG_CONFIG="$ac_pt_PKG_CONFIG" # Let the user override the test with a path.
-  ;;
-  *)
-  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-for as_dir in $PATH
-do
-  IFS=$as_save_IFS
-  test -z "$as_dir" && as_dir=.
-    for ac_exec_ext in '' $ac_executable_extensions; do
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
-    ac_cv_path_ac_pt_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
-    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
-    break 2
-  fi
-done
-  done
-IFS=$as_save_IFS
-
-  ;;
-esac
-fi
-ac_pt_PKG_CONFIG=$ac_cv_path_ac_pt_PKG_CONFIG
-if test -n "$ac_pt_PKG_CONFIG"; then
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_pt_PKG_CONFIG" >&5
-$as_echo "$ac_pt_PKG_CONFIG" >&6; }
-else
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-fi
-
-  if test "x$ac_pt_PKG_CONFIG" = x; then
-    PKG_CONFIG=""
-  else
-    case $cross_compiling:$ac_tool_warned in
-yes:)
-{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
-$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
-ac_tool_warned=yes ;;
-esac
-    PKG_CONFIG=$ac_pt_PKG_CONFIG
-  fi
-else
-  PKG_CONFIG="$ac_cv_path_PKG_CONFIG"
-fi
-
-fi
-if test -n "$PKG_CONFIG"; then
-	_pkg_min_version=0.9.0
-	{ $as_echo "$as_me:${as_lineno-$LINENO}: checking pkg-config is at least version $_pkg_min_version" >&5
-$as_echo_n "checking pkg-config is at least version $_pkg_min_version... " >&6; }
-	if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then
-		{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
-$as_echo "yes" >&6; }
-	else
-		{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-		PKG_CONFIG=""
-	fi
-fi
-
-#Exit if pkg-config is not found.
-if test -n "$PKG_CONFIG" && \
-    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"pkg-config\""; } >&5
-  ($PKG_CONFIG --exists --print-errors "pkg-config") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
-  test $ac_status = 0; }; then
-  :
-else
-  as_fn_error $? "pkg-config not found" "$LINENO" 5
-fi
-
-# check: hwloc version must be 1.0+
-
-pkg_failed=no
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for HWLOC" >&5
-$as_echo_n "checking for HWLOC... " >&6; }
-
-if test -n "$HWLOC_CFLAGS"; then
-    pkg_cv_HWLOC_CFLAGS="$HWLOC_CFLAGS"
- elif test -n "$PKG_CONFIG"; then
-    if test -n "$PKG_CONFIG" && \
-    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"hwloc >= 1.0\""; } >&5
-  ($PKG_CONFIG --exists --print-errors "hwloc >= 1.0") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
-  test $ac_status = 0; }; then
-  pkg_cv_HWLOC_CFLAGS=`$PKG_CONFIG --cflags "hwloc >= 1.0" 2>/dev/null`
-		      test "x$?" != "x0" && pkg_failed=yes
-else
-  pkg_failed=yes
-fi
- else
-    pkg_failed=untried
-fi
-if test -n "$HWLOC_LIBS"; then
-    pkg_cv_HWLOC_LIBS="$HWLOC_LIBS"
- elif test -n "$PKG_CONFIG"; then
-    if test -n "$PKG_CONFIG" && \
-    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"hwloc >= 1.0\""; } >&5
-  ($PKG_CONFIG --exists --print-errors "hwloc >= 1.0") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
-  test $ac_status = 0; }; then
-  pkg_cv_HWLOC_LIBS=`$PKG_CONFIG --libs "hwloc >= 1.0" 2>/dev/null`
-		      test "x$?" != "x0" && pkg_failed=yes
-else
-  pkg_failed=yes
-fi
- else
-    pkg_failed=untried
-fi
-
-
-
-if test $pkg_failed = yes; then
-   	{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-
-if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
-        _pkg_short_errors_supported=yes
-else
-        _pkg_short_errors_supported=no
-fi
-        if test $_pkg_short_errors_supported = yes; then
-	        HWLOC_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "hwloc >= 1.0" 2>&1`
-        else
-	        HWLOC_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "hwloc >= 1.0" 2>&1`
-        fi
-	# Put the nasty error message in config.log where it belongs
-	echo "$HWLOC_PKG_ERRORS" >&5
-
-
-  as_fn_error $? "hwloc 1.0+ is required" "$LINENO" 5
-
-elif test $pkg_failed = untried; then
-     	{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-
-  as_fn_error $? "hwloc 1.0+ is required" "$LINENO" 5
-
-else
-	HWLOC_CFLAGS=$pkg_cv_HWLOC_CFLAGS
-	HWLOC_LIBS=$pkg_cv_HWLOC_LIBS
-        { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
-$as_echo "yes" >&6; }
-
-  :
-
-fi
-
-# Checks for programs.
-ac_ext=c
-ac_cpp='$CPP $CPPFLAGS'
-ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
-ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
-ac_compiler_gnu=$ac_cv_c_compiler_gnu
-if test -n "$ac_tool_prefix"; then
-  # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
-set dummy ${ac_tool_prefix}gcc; ac_word=$2
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
-$as_echo_n "checking for $ac_word... " >&6; }
-if ${ac_cv_prog_CC+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  if test -n "$CC"; then
-  ac_cv_prog_CC="$CC" # Let the user override the test.
-else
-as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-for as_dir in $PATH
-do
-  IFS=$as_save_IFS
-  test -z "$as_dir" && as_dir=.
-    for ac_exec_ext in '' $ac_executable_extensions; do
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
-    ac_cv_prog_CC="${ac_tool_prefix}gcc"
-    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
-    break 2
-  fi
-done
-  done
-IFS=$as_save_IFS
-
-fi
-fi
-CC=$ac_cv_prog_CC
-if test -n "$CC"; then
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
-$as_echo "$CC" >&6; }
-else
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-fi
-
-
-fi
-if test -z "$ac_cv_prog_CC"; then
-  ac_ct_CC=$CC
-  # Extract the first word of "gcc", so it can be a program name with args.
-set dummy gcc; ac_word=$2
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
-$as_echo_n "checking for $ac_word... " >&6; }
-if ${ac_cv_prog_ac_ct_CC+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  if test -n "$ac_ct_CC"; then
-  ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
-else
-as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-for as_dir in $PATH
-do
-  IFS=$as_save_IFS
-  test -z "$as_dir" && as_dir=.
-    for ac_exec_ext in '' $ac_executable_extensions; do
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
-    ac_cv_prog_ac_ct_CC="gcc"
-    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
-    break 2
-  fi
-done
-  done
-IFS=$as_save_IFS
-
-fi
-fi
-ac_ct_CC=$ac_cv_prog_ac_ct_CC
-if test -n "$ac_ct_CC"; then
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
-$as_echo "$ac_ct_CC" >&6; }
-else
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-fi
-
-  if test "x$ac_ct_CC" = x; then
-    CC=""
-  else
-    case $cross_compiling:$ac_tool_warned in
-yes:)
-{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
-$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
-ac_tool_warned=yes ;;
-esac
-    CC=$ac_ct_CC
-  fi
-else
-  CC="$ac_cv_prog_CC"
-fi
-
-if test -z "$CC"; then
-          if test -n "$ac_tool_prefix"; then
-    # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
-set dummy ${ac_tool_prefix}cc; ac_word=$2
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
-$as_echo_n "checking for $ac_word... " >&6; }
-if ${ac_cv_prog_CC+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  if test -n "$CC"; then
-  ac_cv_prog_CC="$CC" # Let the user override the test.
-else
-as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-for as_dir in $PATH
-do
-  IFS=$as_save_IFS
-  test -z "$as_dir" && as_dir=.
-    for ac_exec_ext in '' $ac_executable_extensions; do
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
-    ac_cv_prog_CC="${ac_tool_prefix}cc"
-    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
-    break 2
-  fi
-done
-  done
-IFS=$as_save_IFS
-
-fi
-fi
-CC=$ac_cv_prog_CC
-if test -n "$CC"; then
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
-$as_echo "$CC" >&6; }
-else
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-fi
-
-
-  fi
-fi
-if test -z "$CC"; then
-  # Extract the first word of "cc", so it can be a program name with args.
-set dummy cc; ac_word=$2
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
-$as_echo_n "checking for $ac_word... " >&6; }
-if ${ac_cv_prog_CC+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  if test -n "$CC"; then
-  ac_cv_prog_CC="$CC" # Let the user override the test.
-else
-  ac_prog_rejected=no
-as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-for as_dir in $PATH
-do
-  IFS=$as_save_IFS
-  test -z "$as_dir" && as_dir=.
-    for ac_exec_ext in '' $ac_executable_extensions; do
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
-    if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
-       ac_prog_rejected=yes
-       continue
-     fi
-    ac_cv_prog_CC="cc"
-    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
-    break 2
-  fi
-done
-  done
-IFS=$as_save_IFS
-
-if test $ac_prog_rejected = yes; then
-  # We found a bogon in the path, so make sure we never use it.
-  set dummy $ac_cv_prog_CC
-  shift
-  if test $# != 0; then
-    # We chose a different compiler from the bogus one.
-    # However, it has the same basename, so the bogon will be chosen
-    # first if we set CC to just the basename; use the full file name.
-    shift
-    ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
-  fi
-fi
-fi
-fi
-CC=$ac_cv_prog_CC
-if test -n "$CC"; then
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
-$as_echo "$CC" >&6; }
-else
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-fi
-
-
-fi
-if test -z "$CC"; then
-  if test -n "$ac_tool_prefix"; then
-  for ac_prog in cl.exe
-  do
-    # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
-set dummy $ac_tool_prefix$ac_prog; ac_word=$2
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
-$as_echo_n "checking for $ac_word... " >&6; }
-if ${ac_cv_prog_CC+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  if test -n "$CC"; then
-  ac_cv_prog_CC="$CC" # Let the user override the test.
-else
-as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-for as_dir in $PATH
-do
-  IFS=$as_save_IFS
-  test -z "$as_dir" && as_dir=.
-    for ac_exec_ext in '' $ac_executable_extensions; do
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
-    ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
-    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
-    break 2
-  fi
-done
-  done
-IFS=$as_save_IFS
-
-fi
-fi
-CC=$ac_cv_prog_CC
-if test -n "$CC"; then
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
-$as_echo "$CC" >&6; }
-else
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-fi
-
-
-    test -n "$CC" && break
-  done
-fi
-if test -z "$CC"; then
-  ac_ct_CC=$CC
-  for ac_prog in cl.exe
-do
-  # Extract the first word of "$ac_prog", so it can be a program name with args.
-set dummy $ac_prog; ac_word=$2
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
-$as_echo_n "checking for $ac_word... " >&6; }
-if ${ac_cv_prog_ac_ct_CC+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  if test -n "$ac_ct_CC"; then
-  ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
-else
-as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-for as_dir in $PATH
-do
-  IFS=$as_save_IFS
-  test -z "$as_dir" && as_dir=.
-    for ac_exec_ext in '' $ac_executable_extensions; do
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
-    ac_cv_prog_ac_ct_CC="$ac_prog"
-    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
-    break 2
-  fi
-done
-  done
-IFS=$as_save_IFS
-
-fi
-fi
-ac_ct_CC=$ac_cv_prog_ac_ct_CC
-if test -n "$ac_ct_CC"; then
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
-$as_echo "$ac_ct_CC" >&6; }
-else
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-fi
-
-
-  test -n "$ac_ct_CC" && break
-done
-
-  if test "x$ac_ct_CC" = x; then
-    CC=""
-  else
-    case $cross_compiling:$ac_tool_warned in
-yes:)
-{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
-$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
-ac_tool_warned=yes ;;
-esac
-    CC=$ac_ct_CC
-  fi
-fi
-
-fi
-
-
-test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
-$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
-as_fn_error $? "no acceptable C compiler found in \$PATH
-See \`config.log' for more details" "$LINENO" 5; }
-
-# Provide some information about the compiler.
-$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
-set X $ac_compile
-ac_compiler=$2
-for ac_option in --version -v -V -qversion; do
-  { { ac_try="$ac_compiler $ac_option >&5"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
-$as_echo "$ac_try_echo"; } >&5
-  (eval "$ac_compiler $ac_option >&5") 2>conftest.err
-  ac_status=$?
-  if test -s conftest.err; then
-    sed '10a\
-... rest of stderr output deleted ...
-         10q' conftest.err >conftest.er1
-    cat conftest.er1 >&5
-  fi
-  rm -f conftest.er1 conftest.err
-  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
-  test $ac_status = 0; }
-done
-
-cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h.  */
-
-int
-main ()
-{
-
-  ;
-  return 0;
-}
-_ACEOF
-ac_clean_files_save=$ac_clean_files
-ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
-# Try to create an executable without -o first, disregard a.out.
-# It will help us diagnose broken compilers, and finding out an intuition
-# of exeext.
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
-$as_echo_n "checking whether the C compiler works... " >&6; }
-ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
-
-# The possible output files:
-ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
-
-ac_rmfiles=
-for ac_file in $ac_files
-do
-  case $ac_file in
-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
-    * ) ac_rmfiles="$ac_rmfiles $ac_file";;
-  esac
-done
-rm -f $ac_rmfiles
-
-if { { ac_try="$ac_link_default"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
-$as_echo "$ac_try_echo"; } >&5
-  (eval "$ac_link_default") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
-  test $ac_status = 0; }; then :
-  # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
-# So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
-# in a Makefile.  We should not override ac_cv_exeext if it was cached,
-# so that the user can short-circuit this test for compilers unknown to
-# Autoconf.
-for ac_file in $ac_files ''
-do
-  test -f "$ac_file" || continue
-  case $ac_file in
-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
-	;;
-    [ab].out )
-	# We found the default executable, but exeext='' is most
-	# certainly right.
-	break;;
-    *.* )
-	if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
-	then :; else
-	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
-	fi
-	# We set ac_cv_exeext here because the later test for it is not
-	# safe: cross compilers may not add the suffix if given an `-o'
-	# argument, so we may need to know it at that point already.
-	# Even if this section looks crufty: it has the advantage of
-	# actually working.
-	break;;
-    * )
-	break;;
-  esac
-done
-test "$ac_cv_exeext" = no && ac_cv_exeext=
-
-else
-  ac_file=''
-fi
-if test -z "$ac_file"; then :
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-$as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
-$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
-as_fn_error 77 "C compiler cannot create executables
-See \`config.log' for more details" "$LINENO" 5; }
-else
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
-$as_echo "yes" >&6; }
-fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
-$as_echo_n "checking for C compiler default output file name... " >&6; }
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
-$as_echo "$ac_file" >&6; }
-ac_exeext=$ac_cv_exeext
-
-rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
-ac_clean_files=$ac_clean_files_save
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
-$as_echo_n "checking for suffix of executables... " >&6; }
-if { { ac_try="$ac_link"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
-$as_echo "$ac_try_echo"; } >&5
-  (eval "$ac_link") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
-  test $ac_status = 0; }; then :
-  # If both `conftest.exe' and `conftest' are `present' (well, observable)
-# catch `conftest.exe'.  For instance with Cygwin, `ls conftest' will
-# work properly (i.e., refer to `conftest.exe'), while it won't with
-# `rm'.
-for ac_file in conftest.exe conftest conftest.*; do
-  test -f "$ac_file" || continue
-  case $ac_file in
-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
-    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
-	  break;;
-    * ) break;;
-  esac
-done
-else
-  { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
-$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
-as_fn_error $? "cannot compute suffix of executables: cannot compile and link
-See \`config.log' for more details" "$LINENO" 5; }
-fi
-rm -f conftest conftest$ac_cv_exeext
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
-$as_echo "$ac_cv_exeext" >&6; }
-
-rm -f conftest.$ac_ext
-EXEEXT=$ac_cv_exeext
-ac_exeext=$EXEEXT
-cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h.  */
-#include <stdio.h>
-int
-main ()
-{
-FILE *f = fopen ("conftest.out", "w");
- return ferror (f) || fclose (f) != 0;
-
-  ;
-  return 0;
-}
-_ACEOF
-ac_clean_files="$ac_clean_files conftest.out"
-# Check that the compiler produces executables we can run.  If not, either
-# the compiler is broken, or we cross compile.
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
-$as_echo_n "checking whether we are cross compiling... " >&6; }
-if test "$cross_compiling" != yes; then
-  { { ac_try="$ac_link"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
-$as_echo "$ac_try_echo"; } >&5
-  (eval "$ac_link") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
-  test $ac_status = 0; }
-  if { ac_try='./conftest$ac_cv_exeext'
-  { { case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
-$as_echo "$ac_try_echo"; } >&5
-  (eval "$ac_try") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
-  test $ac_status = 0; }; }; then
-    cross_compiling=no
-  else
-    if test "$cross_compiling" = maybe; then
-	cross_compiling=yes
-    else
-	{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
-$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
-as_fn_error $? "cannot run C compiled programs.
-If you meant to cross compile, use \`--host'.
-See \`config.log' for more details" "$LINENO" 5; }
-    fi
-  fi
-fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
-$as_echo "$cross_compiling" >&6; }
-
-rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
-ac_clean_files=$ac_clean_files_save
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
-$as_echo_n "checking for suffix of object files... " >&6; }
-if ${ac_cv_objext+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h.  */
-
-int
-main ()
-{
-
-  ;
-  return 0;
-}
-_ACEOF
-rm -f conftest.o conftest.obj
-if { { ac_try="$ac_compile"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
-$as_echo "$ac_try_echo"; } >&5
-  (eval "$ac_compile") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
-  test $ac_status = 0; }; then :
-  for ac_file in conftest.o conftest.obj conftest.*; do
-  test -f "$ac_file" || continue;
-  case $ac_file in
-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
-    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
-       break;;
-  esac
-done
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
-$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
-as_fn_error $? "cannot compute suffix of object files: cannot compile
-See \`config.log' for more details" "$LINENO" 5; }
-fi
-rm -f conftest.$ac_cv_objext conftest.$ac_ext
-fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
-$as_echo "$ac_cv_objext" >&6; }
-OBJEXT=$ac_cv_objext
-ac_objext=$OBJEXT
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
-$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
-if ${ac_cv_c_compiler_gnu+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h.  */
-
-int
-main ()
-{
-#ifndef __GNUC__
-       choke me
-#endif
-
-  ;
-  return 0;
-}
-_ACEOF
-if ac_fn_c_try_compile "$LINENO"; then :
-  ac_compiler_gnu=yes
-else
-  ac_compiler_gnu=no
-fi
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-ac_cv_c_compiler_gnu=$ac_compiler_gnu
-
-fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
-$as_echo "$ac_cv_c_compiler_gnu" >&6; }
-if test $ac_compiler_gnu = yes; then
-  GCC=yes
-else
-  GCC=
-fi
-ac_test_CFLAGS=${CFLAGS+set}
-ac_save_CFLAGS=$CFLAGS
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
-$as_echo_n "checking whether $CC accepts -g... " >&6; }
-if ${ac_cv_prog_cc_g+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  ac_save_c_werror_flag=$ac_c_werror_flag
-   ac_c_werror_flag=yes
-   ac_cv_prog_cc_g=no
-   CFLAGS="-g"
-   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h.  */
-
-int
-main ()
-{
-
-  ;
-  return 0;
-}
-_ACEOF
-if ac_fn_c_try_compile "$LINENO"; then :
-  ac_cv_prog_cc_g=yes
-else
-  CFLAGS=""
-      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h.  */
-
-int
-main ()
-{
-
-  ;
-  return 0;
-}
-_ACEOF
-if ac_fn_c_try_compile "$LINENO"; then :
-
-else
-  ac_c_werror_flag=$ac_save_c_werror_flag
-	 CFLAGS="-g"
-	 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h.  */
-
-int
-main ()
-{
-
-  ;
-  return 0;
-}
-_ACEOF
-if ac_fn_c_try_compile "$LINENO"; then :
-  ac_cv_prog_cc_g=yes
-fi
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-fi
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-fi
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-   ac_c_werror_flag=$ac_save_c_werror_flag
-fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
-$as_echo "$ac_cv_prog_cc_g" >&6; }
-if test "$ac_test_CFLAGS" = set; then
-  CFLAGS=$ac_save_CFLAGS
-elif test $ac_cv_prog_cc_g = yes; then
-  if test "$GCC" = yes; then
-    CFLAGS="-g -O2"
-  else
-    CFLAGS="-g"
-  fi
-else
-  if test "$GCC" = yes; then
-    CFLAGS="-O2"
-  else
-    CFLAGS=
-  fi
-fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
-$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
-if ${ac_cv_prog_cc_c89+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  ac_cv_prog_cc_c89=no
-ac_save_CC=$CC
-cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h.  */
-#include <stdarg.h>
-#include <stdio.h>
-struct stat;
-/* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
-struct buf { int x; };
-FILE * (*rcsopen) (struct buf *, struct stat *, int);
-static char *e (p, i)
-     char **p;
-     int i;
-{
-  return p[i];
-}
-static char *f (char * (*g) (char **, int), char **p, ...)
-{
-  char *s;
-  va_list v;
-  va_start (v,p);
-  s = g (p, va_arg (v,int));
-  va_end (v);
-  return s;
-}
-
-/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default.  It has
-   function prototypes and stuff, but not '\xHH' hex character constants.
-   These don't provoke an error unfortunately, instead are silently treated
-   as 'x'.  The following induces an error, until -std is added to get
-   proper ANSI mode.  Curiously '\x00'!='x' always comes out true, for an
-   array size at least.  It's necessary to write '\x00'==0 to get something
-   that's true only with -std.  */
-int osf4_cc_array ['\x00' == 0 ? 1 : -1];
-
-/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
-   inside strings and character constants.  */
-#define FOO(x) 'x'
-int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
-
-int test (int i, double x);
-struct s1 {int (*f) (int a);};
-struct s2 {int (*f) (double a);};
-int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
-int argc;
-char **argv;
-int
-main ()
-{
-return f (e, argv, 0) != argv[0]  ||  f (e, argv, 1) != argv[1];
-  ;
-  return 0;
-}
-_ACEOF
-for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
-	-Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
-do
-  CC="$ac_save_CC $ac_arg"
-  if ac_fn_c_try_compile "$LINENO"; then :
-  ac_cv_prog_cc_c89=$ac_arg
-fi
-rm -f core conftest.err conftest.$ac_objext
-  test "x$ac_cv_prog_cc_c89" != "xno" && break
-done
-rm -f conftest.$ac_ext
-CC=$ac_save_CC
-
-fi
-# AC_CACHE_VAL
-case "x$ac_cv_prog_cc_c89" in
-  x)
-    { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
-$as_echo "none needed" >&6; } ;;
-  xno)
-    { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
-$as_echo "unsupported" >&6; } ;;
-  *)
-    CC="$CC $ac_cv_prog_cc_c89"
-    { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
-$as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
-esac
-if test "x$ac_cv_prog_cc_c89" != xno; then :
-
-fi
-
-ac_ext=c
-ac_cpp='$CPP $CPPFLAGS'
-ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
-ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
-ac_compiler_gnu=$ac_cv_c_compiler_gnu
-
-ac_ext=c
-ac_cpp='$CPP $CPPFLAGS'
-ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
-ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
-ac_compiler_gnu=$ac_cv_c_compiler_gnu
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC understands -c and -o together" >&5
-$as_echo_n "checking whether $CC understands -c and -o together... " >&6; }
-if ${am_cv_prog_cc_c_o+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h.  */
-
-int
-main ()
-{
-
-  ;
-  return 0;
-}
-_ACEOF
-  # Make sure it works both with $CC and with simple cc.
-  # Following AC_PROG_CC_C_O, we do the test twice because some
-  # compilers refuse to overwrite an existing .o file with -o,
-  # though they will create one.
-  am_cv_prog_cc_c_o=yes
-  for am_i in 1 2; do
-    if { echo "$as_me:$LINENO: $CC -c conftest.$ac_ext -o conftest2.$ac_objext" >&5
-   ($CC -c conftest.$ac_ext -o conftest2.$ac_objext) >&5 2>&5
-   ac_status=$?
-   echo "$as_me:$LINENO: \$? = $ac_status" >&5
-   (exit $ac_status); } \
-         && test -f conftest2.$ac_objext; then
-      : OK
-    else
-      am_cv_prog_cc_c_o=no
-      break
-    fi
-  done
-  rm -f core conftest*
-  unset am_i
-fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_cc_c_o" >&5
-$as_echo "$am_cv_prog_cc_c_o" >&6; }
-if test "$am_cv_prog_cc_c_o" != yes; then
-   # Losing compiler, so override with the script.
-   # FIXME: It is wrong to rewrite CC.
-   # But if we don't then we get into trouble of one sort or another.
-   # A longer-term fix would be to have automake use am__CC in this case,
-   # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
-   CC="$am_aux_dir/compile $CC"
-fi
-ac_ext=c
-ac_cpp='$CPP $CPPFLAGS'
-ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
-ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
-ac_compiler_gnu=$ac_cv_c_compiler_gnu
-
-DEPDIR="${am__leading_dot}deps"
-
-ac_config_commands="$ac_config_commands depfiles"
-
-
-am_make=${MAKE-make}
-cat > confinc << 'END'
-am__doit:
-	@echo this is the am__doit target
-.PHONY: am__doit
-END
-# If we don't find an include directive, just comment out the code.
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5
-$as_echo_n "checking for style of include used by $am_make... " >&6; }
-am__include="#"
-am__quote=
-_am_result=none
-# First try GNU make style include.
-echo "include confinc" > confmf
-# Ignore all kinds of additional output from 'make'.
-case `$am_make -s -f confmf 2> /dev/null` in #(
-*the\ am__doit\ target*)
-  am__include=include
-  am__quote=
-  _am_result=GNU
-  ;;
-esac
-# Now try BSD make style include.
-if test "$am__include" = "#"; then
-   echo '.include "confinc"' > confmf
-   case `$am_make -s -f confmf 2> /dev/null` in #(
-   *the\ am__doit\ target*)
-     am__include=.include
-     am__quote="\""
-     _am_result=BSD
-     ;;
-   esac
-fi
-
-
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5
-$as_echo "$_am_result" >&6; }
-rm -f confinc confmf
-
-# Check whether --enable-dependency-tracking was given.
-if test "${enable_dependency_tracking+set}" = set; then :
-  enableval=$enable_dependency_tracking;
-fi
-
-if test "x$enable_dependency_tracking" != xno; then
-  am_depcomp="$ac_aux_dir/depcomp"
-  AMDEPBACKSLASH='\'
-  am__nodep='_no'
-fi
- if test "x$enable_dependency_tracking" != xno; then
-  AMDEP_TRUE=
-  AMDEP_FALSE='#'
-else
-  AMDEP_TRUE='#'
-  AMDEP_FALSE=
-fi
-
-
-
-depcc="$CC"   am_compiler_list=
-
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
-$as_echo_n "checking dependency style of $depcc... " >&6; }
-if ${am_cv_CC_dependencies_compiler_type+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
-  # We make a subdir and do the tests there.  Otherwise we can end up
-  # making bogus files that we don't know about and never remove.  For
-  # instance it was reported that on HP-UX the gcc test will end up
-  # making a dummy file named 'D' -- because '-MD' means "put the output
-  # in D".
-  rm -rf conftest.dir
-  mkdir conftest.dir
-  # Copy depcomp to subdir because otherwise we won't find it if we're
-  # using a relative directory.
-  cp "$am_depcomp" conftest.dir
-  cd conftest.dir
-  # We will build objects and dependencies in a subdirectory because
-  # it helps to detect inapplicable dependency modes.  For instance
-  # both Tru64's cc and ICC support -MD to output dependencies as a
-  # side effect of compilation, but ICC will put the dependencies in
-  # the current directory while Tru64 will put them in the object
-  # directory.
-  mkdir sub
-
-  am_cv_CC_dependencies_compiler_type=none
-  if test "$am_compiler_list" = ""; then
-     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
-  fi
-  am__universal=false
-  case " $depcc " in #(
-     *\ -arch\ *\ -arch\ *) am__universal=true ;;
-     esac
-
-  for depmode in $am_compiler_list; do
-    # Setup a source with many dependencies, because some compilers
-    # like to wrap large dependency lists on column 80 (with \), and
-    # we should not choose a depcomp mode which is confused by this.
-    #
-    # We need to recreate these files for each test, as the compiler may
-    # overwrite some of them when testing with obscure command lines.
-    # This happens at least with the AIX C compiler.
-    : > sub/conftest.c
-    for i in 1 2 3 4 5 6; do
-      echo '#include "conftst'$i'.h"' >> sub/conftest.c
-      # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with
-      # Solaris 10 /bin/sh.
-      echo '/* dummy */' > sub/conftst$i.h
-    done
-    echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
-
-    # We check with '-c' and '-o' for the sake of the "dashmstdout"
-    # mode.  It turns out that the SunPro C++ compiler does not properly
-    # handle '-M -o', and we need to detect this.  Also, some Intel
-    # versions had trouble with output in subdirs.
-    am__obj=sub/conftest.${OBJEXT-o}
-    am__minus_obj="-o $am__obj"
-    case $depmode in
-    gcc)
-      # This depmode causes a compiler race in universal mode.
-      test "$am__universal" = false || continue
-      ;;
-    nosideeffect)
-      # After this tag, mechanisms are not by side-effect, so they'll
-      # only be used when explicitly requested.
-      if test "x$enable_dependency_tracking" = xyes; then
-	continue
-      else
-	break
-      fi
-      ;;
-    msvc7 | msvc7msys | msvisualcpp | msvcmsys)
-      # This compiler won't grok '-c -o', but also, the minuso test has
-      # not run yet.  These depmodes are late enough in the game, and
-      # so weak that their functioning should not be impacted.
-      am__obj=conftest.${OBJEXT-o}
-      am__minus_obj=
-      ;;
-    none) break ;;
-    esac
-    if depmode=$depmode \
-       source=sub/conftest.c object=$am__obj \
-       depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
-       $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
-         >/dev/null 2>conftest.err &&
-       grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
-       grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
-       grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
-       ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
-      # icc doesn't choke on unknown options, it will just issue warnings
-      # or remarks (even with -Werror).  So we grep stderr for any message
-      # that says an option was ignored or not supported.
-      # When given -MP, icc 7.0 and 7.1 complain thusly:
-      #   icc: Command line warning: ignoring option '-M'; no argument required
-      # The diagnosis changed in icc 8.0:
-      #   icc: Command line remark: option '-MP' not supported
-      if (grep 'ignoring option' conftest.err ||
-          grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
-        am_cv_CC_dependencies_compiler_type=$depmode
-        break
-      fi
-    fi
-  done
-
-  cd ..
-  rm -rf conftest.dir
-else
-  am_cv_CC_dependencies_compiler_type=none
-fi
-
-fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
-$as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
-CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
-
- if
-  test "x$enable_dependency_tracking" != xno \
-  && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
-  am__fastdepCC_TRUE=
-  am__fastdepCC_FALSE='#'
-else
-  am__fastdepCC_TRUE='#'
-  am__fastdepCC_FALSE=
-fi
-
-
-ac_ext=cpp
-ac_cpp='$CXXCPP $CPPFLAGS'
-ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
-ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
-ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
-if test -z "$CXX"; then
-  if test -n "$CCC"; then
-    CXX=$CCC
-  else
-    if test -n "$ac_tool_prefix"; then
-  for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
-  do
-    # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
-set dummy $ac_tool_prefix$ac_prog; ac_word=$2
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
-$as_echo_n "checking for $ac_word... " >&6; }
-if ${ac_cv_prog_CXX+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  if test -n "$CXX"; then
-  ac_cv_prog_CXX="$CXX" # Let the user override the test.
-else
-as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-for as_dir in $PATH
-do
-  IFS=$as_save_IFS
-  test -z "$as_dir" && as_dir=.
-    for ac_exec_ext in '' $ac_executable_extensions; do
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
-    ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
-    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
-    break 2
-  fi
-done
-  done
-IFS=$as_save_IFS
-
-fi
-fi
-CXX=$ac_cv_prog_CXX
-if test -n "$CXX"; then
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX" >&5
-$as_echo "$CXX" >&6; }
-else
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-fi
-
-
-    test -n "$CXX" && break
-  done
-fi
-if test -z "$CXX"; then
-  ac_ct_CXX=$CXX
-  for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
-do
-  # Extract the first word of "$ac_prog", so it can be a program name with args.
-set dummy $ac_prog; ac_word=$2
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
-$as_echo_n "checking for $ac_word... " >&6; }
-if ${ac_cv_prog_ac_ct_CXX+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  if test -n "$ac_ct_CXX"; then
-  ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
-else
-as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-for as_dir in $PATH
-do
-  IFS=$as_save_IFS
-  test -z "$as_dir" && as_dir=.
-    for ac_exec_ext in '' $ac_executable_extensions; do
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
-    ac_cv_prog_ac_ct_CXX="$ac_prog"
-    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
-    break 2
-  fi
-done
-  done
-IFS=$as_save_IFS
-
-fi
-fi
-ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
-if test -n "$ac_ct_CXX"; then
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CXX" >&5
-$as_echo "$ac_ct_CXX" >&6; }
-else
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-fi
-
-
-  test -n "$ac_ct_CXX" && break
-done
-
-  if test "x$ac_ct_CXX" = x; then
-    CXX="g++"
-  else
-    case $cross_compiling:$ac_tool_warned in
-yes:)
-{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
-$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
-ac_tool_warned=yes ;;
-esac
-    CXX=$ac_ct_CXX
-  fi
-fi
-
-  fi
-fi
-# Provide some information about the compiler.
-$as_echo "$as_me:${as_lineno-$LINENO}: checking for C++ compiler version" >&5
-set X $ac_compile
-ac_compiler=$2
-for ac_option in --version -v -V -qversion; do
-  { { ac_try="$ac_compiler $ac_option >&5"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
-$as_echo "$ac_try_echo"; } >&5
-  (eval "$ac_compiler $ac_option >&5") 2>conftest.err
-  ac_status=$?
-  if test -s conftest.err; then
-    sed '10a\
-... rest of stderr output deleted ...
-         10q' conftest.err >conftest.er1
-    cat conftest.er1 >&5
-  fi
-  rm -f conftest.er1 conftest.err
-  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
-  test $ac_status = 0; }
-done
-
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5
-$as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
-if ${ac_cv_cxx_compiler_gnu+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h.  */
-
-int
-main ()
-{
-#ifndef __GNUC__
-       choke me
-#endif
-
-  ;
-  return 0;
-}
-_ACEOF
-if ac_fn_cxx_try_compile "$LINENO"; then :
-  ac_compiler_gnu=yes
-else
-  ac_compiler_gnu=no
-fi
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
-
-fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cxx_compiler_gnu" >&5
-$as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
-if test $ac_compiler_gnu = yes; then
-  GXX=yes
-else
-  GXX=
-fi
-ac_test_CXXFLAGS=${CXXFLAGS+set}
-ac_save_CXXFLAGS=$CXXFLAGS
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5
-$as_echo_n "checking whether $CXX accepts -g... " >&6; }
-if ${ac_cv_prog_cxx_g+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  ac_save_cxx_werror_flag=$ac_cxx_werror_flag
-   ac_cxx_werror_flag=yes
-   ac_cv_prog_cxx_g=no
-   CXXFLAGS="-g"
-   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h.  */
-
-int
-main ()
-{
-
-  ;
-  return 0;
-}
-_ACEOF
-if ac_fn_cxx_try_compile "$LINENO"; then :
-  ac_cv_prog_cxx_g=yes
-else
-  CXXFLAGS=""
-      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h.  */
-
-int
-main ()
-{
-
-  ;
-  return 0;
-}
-_ACEOF
-if ac_fn_cxx_try_compile "$LINENO"; then :
-
-else
-  ac_cxx_werror_flag=$ac_save_cxx_werror_flag
-	 CXXFLAGS="-g"
-	 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h.  */
-
-int
-main ()
-{
-
-  ;
-  return 0;
-}
-_ACEOF
-if ac_fn_cxx_try_compile "$LINENO"; then :
-  ac_cv_prog_cxx_g=yes
-fi
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-fi
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-fi
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-   ac_cxx_werror_flag=$ac_save_cxx_werror_flag
-fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cxx_g" >&5
-$as_echo "$ac_cv_prog_cxx_g" >&6; }
-if test "$ac_test_CXXFLAGS" = set; then
-  CXXFLAGS=$ac_save_CXXFLAGS
-elif test $ac_cv_prog_cxx_g = yes; then
-  if test "$GXX" = yes; then
-    CXXFLAGS="-g -O2"
-  else
-    CXXFLAGS="-g"
-  fi
-else
-  if test "$GXX" = yes; then
-    CXXFLAGS="-O2"
-  else
-    CXXFLAGS=
-  fi
-fi
-ac_ext=c
-ac_cpp='$CPP $CPPFLAGS'
-ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
-ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
-ac_compiler_gnu=$ac_cv_c_compiler_gnu
-
-depcc="$CXX"  am_compiler_list=
-
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
-$as_echo_n "checking dependency style of $depcc... " >&6; }
-if ${am_cv_CXX_dependencies_compiler_type+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
-  # We make a subdir and do the tests there.  Otherwise we can end up
-  # making bogus files that we don't know about and never remove.  For
-  # instance it was reported that on HP-UX the gcc test will end up
-  # making a dummy file named 'D' -- because '-MD' means "put the output
-  # in D".
-  rm -rf conftest.dir
-  mkdir conftest.dir
-  # Copy depcomp to subdir because otherwise we won't find it if we're
-  # using a relative directory.
-  cp "$am_depcomp" conftest.dir
-  cd conftest.dir
-  # We will build objects and dependencies in a subdirectory because
-  # it helps to detect inapplicable dependency modes.  For instance
-  # both Tru64's cc and ICC support -MD to output dependencies as a
-  # side effect of compilation, but ICC will put the dependencies in
-  # the current directory while Tru64 will put them in the object
-  # directory.
-  mkdir sub
-
-  am_cv_CXX_dependencies_compiler_type=none
-  if test "$am_compiler_list" = ""; then
-     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
-  fi
-  am__universal=false
-  case " $depcc " in #(
-     *\ -arch\ *\ -arch\ *) am__universal=true ;;
-     esac
-
-  for depmode in $am_compiler_list; do
-    # Setup a source with many dependencies, because some compilers
-    # like to wrap large dependency lists on column 80 (with \), and
-    # we should not choose a depcomp mode which is confused by this.
-    #
-    # We need to recreate these files for each test, as the compiler may
-    # overwrite some of them when testing with obscure command lines.
-    # This happens at least with the AIX C compiler.
-    : > sub/conftest.c
-    for i in 1 2 3 4 5 6; do
-      echo '#include "conftst'$i'.h"' >> sub/conftest.c
-      # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with
-      # Solaris 10 /bin/sh.
-      echo '/* dummy */' > sub/conftst$i.h
-    done
-    echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
-
-    # We check with '-c' and '-o' for the sake of the "dashmstdout"
-    # mode.  It turns out that the SunPro C++ compiler does not properly
-    # handle '-M -o', and we need to detect this.  Also, some Intel
-    # versions had trouble with output in subdirs.
-    am__obj=sub/conftest.${OBJEXT-o}
-    am__minus_obj="-o $am__obj"
-    case $depmode in
-    gcc)
-      # This depmode causes a compiler race in universal mode.
-      test "$am__universal" = false || continue
-      ;;
-    nosideeffect)
-      # After this tag, mechanisms are not by side-effect, so they'll
-      # only be used when explicitly requested.
-      if test "x$enable_dependency_tracking" = xyes; then
-	continue
-      else
-	break
-      fi
-      ;;
-    msvc7 | msvc7msys | msvisualcpp | msvcmsys)
-      # This compiler won't grok '-c -o', but also, the minuso test has
-      # not run yet.  These depmodes are late enough in the game, and
-      # so weak that their functioning should not be impacted.
-      am__obj=conftest.${OBJEXT-o}
-      am__minus_obj=
-      ;;
-    none) break ;;
-    esac
-    if depmode=$depmode \
-       source=sub/conftest.c object=$am__obj \
-       depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
-       $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
-         >/dev/null 2>conftest.err &&
-       grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
-       grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
-       grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
-       ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
-      # icc doesn't choke on unknown options, it will just issue warnings
-      # or remarks (even with -Werror).  So we grep stderr for any message
-      # that says an option was ignored or not supported.
-      # When given -MP, icc 7.0 and 7.1 complain thusly:
-      #   icc: Command line warning: ignoring option '-M'; no argument required
-      # The diagnosis changed in icc 8.0:
-      #   icc: Command line remark: option '-MP' not supported
-      if (grep 'ignoring option' conftest.err ||
-          grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
-        am_cv_CXX_dependencies_compiler_type=$depmode
-        break
-      fi
-    fi
-  done
-
-  cd ..
-  rm -rf conftest.dir
-else
-  am_cv_CXX_dependencies_compiler_type=none
-fi
-
-fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CXX_dependencies_compiler_type" >&5
-$as_echo "$am_cv_CXX_dependencies_compiler_type" >&6; }
-CXXDEPMODE=depmode=$am_cv_CXX_dependencies_compiler_type
-
- if
-  test "x$enable_dependency_tracking" != xno \
-  && test "$am_cv_CXX_dependencies_compiler_type" = gcc3; then
-  am__fastdepCXX_TRUE=
-  am__fastdepCXX_FALSE='#'
-else
-  am__fastdepCXX_TRUE='#'
-  am__fastdepCXX_FALSE=
-fi
-
-
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
-$as_echo_n "checking whether ln -s works... " >&6; }
-LN_S=$as_ln_s
-if test "$LN_S" = "ln -s"; then
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
-$as_echo "yes" >&6; }
-else
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
-$as_echo "no, using $LN_S" >&6; }
-fi
-
-
-
-if test -n "$ac_tool_prefix"; then
-  for ac_prog in ar lib "link -lib"
-  do
-    # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
-set dummy $ac_tool_prefix$ac_prog; ac_word=$2
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
-$as_echo_n "checking for $ac_word... " >&6; }
-if ${ac_cv_prog_AR+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  if test -n "$AR"; then
-  ac_cv_prog_AR="$AR" # Let the user override the test.
-else
-as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-for as_dir in $PATH
-do
-  IFS=$as_save_IFS
-  test -z "$as_dir" && as_dir=.
-    for ac_exec_ext in '' $ac_executable_extensions; do
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
-    ac_cv_prog_AR="$ac_tool_prefix$ac_prog"
-    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
-    break 2
-  fi
-done
-  done
-IFS=$as_save_IFS
-
-fi
-fi
-AR=$ac_cv_prog_AR
-if test -n "$AR"; then
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
-$as_echo "$AR" >&6; }
-else
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-fi
-
-
-    test -n "$AR" && break
-  done
-fi
-if test -z "$AR"; then
-  ac_ct_AR=$AR
-  for ac_prog in ar lib "link -lib"
-do
-  # Extract the first word of "$ac_prog", so it can be a program name with args.
-set dummy $ac_prog; ac_word=$2
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
-$as_echo_n "checking for $ac_word... " >&6; }
-if ${ac_cv_prog_ac_ct_AR+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  if test -n "$ac_ct_AR"; then
-  ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
-else
-as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-for as_dir in $PATH
-do
-  IFS=$as_save_IFS
-  test -z "$as_dir" && as_dir=.
-    for ac_exec_ext in '' $ac_executable_extensions; do
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
-    ac_cv_prog_ac_ct_AR="$ac_prog"
-    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
-    break 2
-  fi
-done
-  done
-IFS=$as_save_IFS
-
-fi
-fi
-ac_ct_AR=$ac_cv_prog_ac_ct_AR
-if test -n "$ac_ct_AR"; then
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
-$as_echo "$ac_ct_AR" >&6; }
-else
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-fi
-
-
-  test -n "$ac_ct_AR" && break
-done
-
-  if test "x$ac_ct_AR" = x; then
-    AR="false"
-  else
-    case $cross_compiling:$ac_tool_warned in
-yes:)
-{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
-$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
-ac_tool_warned=yes ;;
-esac
-    AR=$ac_ct_AR
-  fi
-fi
-
-: ${AR=ar}
-
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the archiver ($AR) interface" >&5
-$as_echo_n "checking the archiver ($AR) interface... " >&6; }
-if ${am_cv_ar_interface+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  ac_ext=c
-ac_cpp='$CPP $CPPFLAGS'
-ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
-ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
-ac_compiler_gnu=$ac_cv_c_compiler_gnu
-
-   am_cv_ar_interface=ar
-   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h.  */
-int some_variable = 0;
-_ACEOF
-if ac_fn_c_try_compile "$LINENO"; then :
-  am_ar_try='$AR cru libconftest.a conftest.$ac_objext >&5'
-      { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$am_ar_try\""; } >&5
-  (eval $am_ar_try) 2>&5
-  ac_status=$?
-  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
-  test $ac_status = 0; }
-      if test "$ac_status" -eq 0; then
-        am_cv_ar_interface=ar
-      else
-        am_ar_try='$AR -NOLOGO -OUT:conftest.lib conftest.$ac_objext >&5'
-        { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$am_ar_try\""; } >&5
-  (eval $am_ar_try) 2>&5
-  ac_status=$?
-  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
-  test $ac_status = 0; }
-        if test "$ac_status" -eq 0; then
-          am_cv_ar_interface=lib
-        else
-          am_cv_ar_interface=unknown
-        fi
-      fi
-      rm -f conftest.lib libconftest.a
-
-fi
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-   ac_ext=c
-ac_cpp='$CPP $CPPFLAGS'
-ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
-ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
-ac_compiler_gnu=$ac_cv_c_compiler_gnu
-
-fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_ar_interface" >&5
-$as_echo "$am_cv_ar_interface" >&6; }
-
-case $am_cv_ar_interface in
-ar)
-  ;;
-lib)
-  # Microsoft lib, so override with the ar-lib wrapper script.
-  # FIXME: It is wrong to rewrite AR.
-  # But if we don't then we get into trouble of one sort or another.
-  # A longer-term fix would be to have automake use am__AR in this case,
-  # and then we could set am__AR="$am_aux_dir/ar-lib \$(AR)" or something
-  # similar.
-  AR="$am_aux_dir/ar-lib $AR"
-  ;;
-unknown)
-  as_fn_error $? "could not determine $AR interface" "$LINENO" 5
-  ;;
-esac
-
-
-case `pwd` in
-  *\ * | *\	*)
-    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
-$as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
-esac
-
-
-
-macro_version='2.4.6'
-macro_revision='2.4.6'
-
-
-
-
-
-
-
-
-
-
-
-
-
-ltmain=$ac_aux_dir/ltmain.sh
-
-# Backslashify metacharacters that are still active within
-# double-quoted strings.
-sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
-
-# Same as above, but do not quote variable references.
-double_quote_subst='s/\(["`\\]\)/\\\1/g'
-
-# Sed substitution to delay expansion of an escaped shell variable in a
-# double_quote_subst'ed string.
-delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
-
-# Sed substitution to delay expansion of an escaped single quote.
-delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
-
-# Sed substitution to avoid accidental globbing in evaled expressions
-no_glob_subst='s/\*/\\\*/g'
-
-ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
-ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
-ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
-
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5
-$as_echo_n "checking how to print strings... " >&6; }
-# Test print first, because it will be a builtin if present.
-if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \
-   test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
-  ECHO='print -r --'
-elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
-  ECHO='printf %s\n'
-else
-  # Use this function as a fallback that always works.
-  func_fallback_echo ()
-  {
-    eval 'cat <<_LTECHO_EOF
-$1
-_LTECHO_EOF'
-  }
-  ECHO='func_fallback_echo'
-fi
-
-# func_echo_all arg...
-# Invoke $ECHO with all args, space-separated.
-func_echo_all ()
-{
-    $ECHO ""
-}
-
-case $ECHO in
-  printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5
-$as_echo "printf" >&6; } ;;
-  print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5
-$as_echo "print -r" >&6; } ;;
-  *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: cat" >&5
-$as_echo "cat" >&6; } ;;
-esac
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
-$as_echo_n "checking for a sed that does not truncate output... " >&6; }
-if ${ac_cv_path_SED+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-            ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
-     for ac_i in 1 2 3 4 5 6 7; do
-       ac_script="$ac_script$as_nl$ac_script"
-     done
-     echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
-     { ac_script=; unset ac_script;}
-     if test -z "$SED"; then
-  ac_path_SED_found=false
-  # Loop through the user's path and test for each of PROGNAME-LIST
-  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-for as_dir in $PATH
-do
-  IFS=$as_save_IFS
-  test -z "$as_dir" && as_dir=.
-    for ac_prog in sed gsed; do
-    for ac_exec_ext in '' $ac_executable_extensions; do
-      ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
-      as_fn_executable_p "$ac_path_SED" || continue
-# Check for GNU ac_path_SED and select it if it is found.
-  # Check for GNU $ac_path_SED
-case `"$ac_path_SED" --version 2>&1` in
-*GNU*)
-  ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
-*)
-  ac_count=0
-  $as_echo_n 0123456789 >"conftest.in"
-  while :
-  do
-    cat "conftest.in" "conftest.in" >"conftest.tmp"
-    mv "conftest.tmp" "conftest.in"
-    cp "conftest.in" "conftest.nl"
-    $as_echo '' >> "conftest.nl"
-    "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
-    diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
-    as_fn_arith $ac_count + 1 && ac_count=$as_val
-    if test $ac_count -gt ${ac_path_SED_max-0}; then
-      # Best one so far, save it but keep looking for a better one
-      ac_cv_path_SED="$ac_path_SED"
-      ac_path_SED_max=$ac_count
-    fi
-    # 10*(2^10) chars as input seems more than enough
-    test $ac_count -gt 10 && break
-  done
-  rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
-esac
-
-      $ac_path_SED_found && break 3
-    done
-  done
-  done
-IFS=$as_save_IFS
-  if test -z "$ac_cv_path_SED"; then
-    as_fn_error $? "no acceptable sed could be found in \$PATH" "$LINENO" 5
-  fi
-else
-  ac_cv_path_SED=$SED
-fi
-
-fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
-$as_echo "$ac_cv_path_SED" >&6; }
- SED="$ac_cv_path_SED"
-  rm -f conftest.sed
-
-test -z "$SED" && SED=sed
-Xsed="$SED -e 1s/^X//"
-
-
-
-
-
-
-
-
-
-
-
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
-$as_echo_n "checking for grep that handles long lines and -e... " >&6; }
-if ${ac_cv_path_GREP+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  if test -z "$GREP"; then
-  ac_path_GREP_found=false
-  # Loop through the user's path and test for each of PROGNAME-LIST
-  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
-do
-  IFS=$as_save_IFS
-  test -z "$as_dir" && as_dir=.
-    for ac_prog in grep ggrep; do
-    for ac_exec_ext in '' $ac_executable_extensions; do
-      ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
-      as_fn_executable_p "$ac_path_GREP" || continue
-# Check for GNU ac_path_GREP and select it if it is found.
-  # Check for GNU $ac_path_GREP
-case `"$ac_path_GREP" --version 2>&1` in
-*GNU*)
-  ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
-*)
-  ac_count=0
-  $as_echo_n 0123456789 >"conftest.in"
-  while :
-  do
-    cat "conftest.in" "conftest.in" >"conftest.tmp"
-    mv "conftest.tmp" "conftest.in"
-    cp "conftest.in" "conftest.nl"
-    $as_echo 'GREP' >> "conftest.nl"
-    "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
-    diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
-    as_fn_arith $ac_count + 1 && ac_count=$as_val
-    if test $ac_count -gt ${ac_path_GREP_max-0}; then
-      # Best one so far, save it but keep looking for a better one
-      ac_cv_path_GREP="$ac_path_GREP"
-      ac_path_GREP_max=$ac_count
-    fi
-    # 10*(2^10) chars as input seems more than enough
-    test $ac_count -gt 10 && break
-  done
-  rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
-esac
-
-      $ac_path_GREP_found && break 3
-    done
-  done
-  done
-IFS=$as_save_IFS
-  if test -z "$ac_cv_path_GREP"; then
-    as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
-  fi
-else
-  ac_cv_path_GREP=$GREP
-fi
-
-fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
-$as_echo "$ac_cv_path_GREP" >&6; }
- GREP="$ac_cv_path_GREP"
-
-
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
-$as_echo_n "checking for egrep... " >&6; }
-if ${ac_cv_path_EGREP+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
-   then ac_cv_path_EGREP="$GREP -E"
-   else
-     if test -z "$EGREP"; then
-  ac_path_EGREP_found=false
-  # Loop through the user's path and test for each of PROGNAME-LIST
-  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
-do
-  IFS=$as_save_IFS
-  test -z "$as_dir" && as_dir=.
-    for ac_prog in egrep; do
-    for ac_exec_ext in '' $ac_executable_extensions; do
-      ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
-      as_fn_executable_p "$ac_path_EGREP" || continue
-# Check for GNU ac_path_EGREP and select it if it is found.
-  # Check for GNU $ac_path_EGREP
-case `"$ac_path_EGREP" --version 2>&1` in
-*GNU*)
-  ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
-*)
-  ac_count=0
-  $as_echo_n 0123456789 >"conftest.in"
-  while :
-  do
-    cat "conftest.in" "conftest.in" >"conftest.tmp"
-    mv "conftest.tmp" "conftest.in"
-    cp "conftest.in" "conftest.nl"
-    $as_echo 'EGREP' >> "conftest.nl"
-    "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
-    diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
-    as_fn_arith $ac_count + 1 && ac_count=$as_val
-    if test $ac_count -gt ${ac_path_EGREP_max-0}; then
-      # Best one so far, save it but keep looking for a better one
-      ac_cv_path_EGREP="$ac_path_EGREP"
-      ac_path_EGREP_max=$ac_count
-    fi
-    # 10*(2^10) chars as input seems more than enough
-    test $ac_count -gt 10 && break
-  done
-  rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
-esac
-
-      $ac_path_EGREP_found && break 3
-    done
-  done
-  done
-IFS=$as_save_IFS
-  if test -z "$ac_cv_path_EGREP"; then
-    as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
-  fi
-else
-  ac_cv_path_EGREP=$EGREP
-fi
-
-   fi
-fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
-$as_echo "$ac_cv_path_EGREP" >&6; }
- EGREP="$ac_cv_path_EGREP"
-
-
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
-$as_echo_n "checking for fgrep... " >&6; }
-if ${ac_cv_path_FGREP+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
-   then ac_cv_path_FGREP="$GREP -F"
-   else
-     if test -z "$FGREP"; then
-  ac_path_FGREP_found=false
-  # Loop through the user's path and test for each of PROGNAME-LIST
-  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
-do
-  IFS=$as_save_IFS
-  test -z "$as_dir" && as_dir=.
-    for ac_prog in fgrep; do
-    for ac_exec_ext in '' $ac_executable_extensions; do
-      ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
-      as_fn_executable_p "$ac_path_FGREP" || continue
-# Check for GNU ac_path_FGREP and select it if it is found.
-  # Check for GNU $ac_path_FGREP
-case `"$ac_path_FGREP" --version 2>&1` in
-*GNU*)
-  ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;;
-*)
-  ac_count=0
-  $as_echo_n 0123456789 >"conftest.in"
-  while :
-  do
-    cat "conftest.in" "conftest.in" >"conftest.tmp"
-    mv "conftest.tmp" "conftest.in"
-    cp "conftest.in" "conftest.nl"
-    $as_echo 'FGREP' >> "conftest.nl"
-    "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break
-    diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
-    as_fn_arith $ac_count + 1 && ac_count=$as_val
-    if test $ac_count -gt ${ac_path_FGREP_max-0}; then
-      # Best one so far, save it but keep looking for a better one
-      ac_cv_path_FGREP="$ac_path_FGREP"
-      ac_path_FGREP_max=$ac_count
-    fi
-    # 10*(2^10) chars as input seems more than enough
-    test $ac_count -gt 10 && break
-  done
-  rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
-esac
-
-      $ac_path_FGREP_found && break 3
-    done
-  done
-  done
-IFS=$as_save_IFS
-  if test -z "$ac_cv_path_FGREP"; then
-    as_fn_error $? "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
-  fi
-else
-  ac_cv_path_FGREP=$FGREP
-fi
-
-   fi
-fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5
-$as_echo "$ac_cv_path_FGREP" >&6; }
- FGREP="$ac_cv_path_FGREP"
-
-
-test -z "$GREP" && GREP=grep
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-# Check whether --with-gnu-ld was given.
-if test "${with_gnu_ld+set}" = set; then :
-  withval=$with_gnu_ld; test no = "$withval" || with_gnu_ld=yes
-else
-  with_gnu_ld=no
-fi
-
-ac_prog=ld
-if test yes = "$GCC"; then
-  # Check if gcc -print-prog-name=ld gives a path.
-  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
-$as_echo_n "checking for ld used by $CC... " >&6; }
-  case $host in
-  *-*-mingw*)
-    # gcc leaves a trailing carriage return, which upsets mingw
-    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
-  *)
-    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
-  esac
-  case $ac_prog in
-    # Accept absolute paths.
-    [\\/]* | ?:[\\/]*)
-      re_direlt='/[^/][^/]*/\.\./'
-      # Canonicalize the pathname of ld
-      ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
-      while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
-	ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
-      done
-      test -z "$LD" && LD=$ac_prog
-      ;;
-  "")
-    # If it fails, then pretend we aren't using GCC.
-    ac_prog=ld
-    ;;
-  *)
-    # If it is relative, then search for the first ld in PATH.
-    with_gnu_ld=unknown
-    ;;
-  esac
-elif test yes = "$with_gnu_ld"; then
-  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
-$as_echo_n "checking for GNU ld... " >&6; }
-else
-  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
-$as_echo_n "checking for non-GNU ld... " >&6; }
-fi
-if ${lt_cv_path_LD+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  if test -z "$LD"; then
-  lt_save_ifs=$IFS; IFS=$PATH_SEPARATOR
-  for ac_dir in $PATH; do
-    IFS=$lt_save_ifs
-    test -z "$ac_dir" && ac_dir=.
-    if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
-      lt_cv_path_LD=$ac_dir/$ac_prog
-      # Check to see if the program is GNU ld.  I'd rather use --version,
-      # but apparently some variants of GNU ld only accept -v.
-      # Break only if it was the GNU/non-GNU ld that we prefer.
-      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
-      *GNU* | *'with BFD'*)
-	test no != "$with_gnu_ld" && break
-	;;
-      *)
-	test yes != "$with_gnu_ld" && break
-	;;
-      esac
-    fi
-  done
-  IFS=$lt_save_ifs
-else
-  lt_cv_path_LD=$LD # Let the user override the test with a path.
-fi
-fi
-
-LD=$lt_cv_path_LD
-if test -n "$LD"; then
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
-$as_echo "$LD" >&6; }
-else
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-fi
-test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
-$as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
-if ${lt_cv_prog_gnu_ld+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  # I'd rather use --version here, but apparently some GNU lds only accept -v.
-case `$LD -v 2>&1 </dev/null` in
-*GNU* | *'with BFD'*)
-  lt_cv_prog_gnu_ld=yes
-  ;;
-*)
-  lt_cv_prog_gnu_ld=no
-  ;;
-esac
-fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
-$as_echo "$lt_cv_prog_gnu_ld" >&6; }
-with_gnu_ld=$lt_cv_prog_gnu_ld
-
-
-
-
-
-
-
-
-
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
-$as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
-if ${lt_cv_path_NM+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  if test -n "$NM"; then
-  # Let the user override the test.
-  lt_cv_path_NM=$NM
-else
-  lt_nm_to_check=${ac_tool_prefix}nm
-  if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
-    lt_nm_to_check="$lt_nm_to_check nm"
-  fi
-  for lt_tmp_nm in $lt_nm_to_check; do
-    lt_save_ifs=$IFS; IFS=$PATH_SEPARATOR
-    for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
-      IFS=$lt_save_ifs
-      test -z "$ac_dir" && ac_dir=.
-      tmp_nm=$ac_dir/$lt_tmp_nm
-      if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext"; then
-	# Check to see if the nm accepts a BSD-compat flag.
-	# Adding the 'sed 1q' prevents false positives on HP-UX, which says:
-	#   nm: unknown option "B" ignored
-	# Tru64's nm complains that /dev/null is an invalid object file
-	# MSYS converts /dev/null to NUL, MinGW nm treats NUL as empty
-	case $build_os in
-	mingw*) lt_bad_file=conftest.nm/nofile ;;
-	*) lt_bad_file=/dev/null ;;
-	esac
-	case `"$tmp_nm" -B $lt_bad_file 2>&1 | sed '1q'` in
-	*$lt_bad_file* | *'Invalid file or object type'*)
-	  lt_cv_path_NM="$tmp_nm -B"
-	  break 2
-	  ;;
-	*)
-	  case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
-	  */dev/null*)
-	    lt_cv_path_NM="$tmp_nm -p"
-	    break 2
-	    ;;
-	  *)
-	    lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
-	    continue # so that we can try to find one that supports BSD flags
-	    ;;
-	  esac
-	  ;;
-	esac
-      fi
-    done
-    IFS=$lt_save_ifs
-  done
-  : ${lt_cv_path_NM=no}
-fi
-fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
-$as_echo "$lt_cv_path_NM" >&6; }
-if test no != "$lt_cv_path_NM"; then
-  NM=$lt_cv_path_NM
-else
-  # Didn't find any BSD compatible name lister, look for dumpbin.
-  if test -n "$DUMPBIN"; then :
-    # Let the user override the test.
-  else
-    if test -n "$ac_tool_prefix"; then
-  for ac_prog in dumpbin "link -dump"
-  do
-    # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
-set dummy $ac_tool_prefix$ac_prog; ac_word=$2
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
-$as_echo_n "checking for $ac_word... " >&6; }
-if ${ac_cv_prog_DUMPBIN+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  if test -n "$DUMPBIN"; then
-  ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test.
-else
-as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-for as_dir in $PATH
-do
-  IFS=$as_save_IFS
-  test -z "$as_dir" && as_dir=.
-    for ac_exec_ext in '' $ac_executable_extensions; do
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
-    ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
-    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
-    break 2
-  fi
-done
-  done
-IFS=$as_save_IFS
-
-fi
-fi
-DUMPBIN=$ac_cv_prog_DUMPBIN
-if test -n "$DUMPBIN"; then
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
-$as_echo "$DUMPBIN" >&6; }
-else
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-fi
-
-
-    test -n "$DUMPBIN" && break
-  done
-fi
-if test -z "$DUMPBIN"; then
-  ac_ct_DUMPBIN=$DUMPBIN
-  for ac_prog in dumpbin "link -dump"
-do
-  # Extract the first word of "$ac_prog", so it can be a program name with args.
-set dummy $ac_prog; ac_word=$2
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
-$as_echo_n "checking for $ac_word... " >&6; }
-if ${ac_cv_prog_ac_ct_DUMPBIN+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  if test -n "$ac_ct_DUMPBIN"; then
-  ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test.
-else
-as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-for as_dir in $PATH
-do
-  IFS=$as_save_IFS
-  test -z "$as_dir" && as_dir=.
-    for ac_exec_ext in '' $ac_executable_extensions; do
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
-    ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
-    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
-    break 2
-  fi
-done
-  done
-IFS=$as_save_IFS
-
-fi
-fi
-ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN
-if test -n "$ac_ct_DUMPBIN"; then
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5
-$as_echo "$ac_ct_DUMPBIN" >&6; }
-else
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-fi
-
-
-  test -n "$ac_ct_DUMPBIN" && break
-done
-
-  if test "x$ac_ct_DUMPBIN" = x; then
-    DUMPBIN=":"
-  else
-    case $cross_compiling:$ac_tool_warned in
-yes:)
-{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
-$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
-ac_tool_warned=yes ;;
-esac
-    DUMPBIN=$ac_ct_DUMPBIN
-  fi
-fi
-
-    case `$DUMPBIN -symbols -headers /dev/null 2>&1 | sed '1q'` in
-    *COFF*)
-      DUMPBIN="$DUMPBIN -symbols -headers"
-      ;;
-    *)
-      DUMPBIN=:
-      ;;
-    esac
-  fi
-
-  if test : != "$DUMPBIN"; then
-    NM=$DUMPBIN
-  fi
-fi
-test -z "$NM" && NM=nm
-
-
-
-
-
-
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
-$as_echo_n "checking the name lister ($NM) interface... " >&6; }
-if ${lt_cv_nm_interface+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  lt_cv_nm_interface="BSD nm"
-  echo "int some_variable = 0;" > conftest.$ac_ext
-  (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5)
-  (eval "$ac_compile" 2>conftest.err)
-  cat conftest.err >&5
-  (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
-  (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
-  cat conftest.err >&5
-  (eval echo "\"\$as_me:$LINENO: output\"" >&5)
-  cat conftest.out >&5
-  if $GREP 'External.*some_variable' conftest.out > /dev/null; then
-    lt_cv_nm_interface="MS dumpbin"
-  fi
-  rm -f conftest*
-fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5
-$as_echo "$lt_cv_nm_interface" >&6; }
-
-# find the maximum length of command line arguments
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
-$as_echo_n "checking the maximum length of command line arguments... " >&6; }
-if ${lt_cv_sys_max_cmd_len+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-    i=0
-  teststring=ABCD
-
-  case $build_os in
-  msdosdjgpp*)
-    # On DJGPP, this test can blow up pretty badly due to problems in libc
-    # (any single argument exceeding 2000 bytes causes a buffer overrun
-    # during glob expansion).  Even if it were fixed, the result of this
-    # check would be larger than it should be.
-    lt_cv_sys_max_cmd_len=12288;    # 12K is about right
-    ;;
-
-  gnu*)
-    # Under GNU Hurd, this test is not required because there is
-    # no limit to the length of command line arguments.
-    # Libtool will interpret -1 as no limit whatsoever
-    lt_cv_sys_max_cmd_len=-1;
-    ;;
-
-  cygwin* | mingw* | cegcc*)
-    # On Win9x/ME, this test blows up -- it succeeds, but takes
-    # about 5 minutes as the teststring grows exponentially.
-    # Worse, since 9x/ME are not pre-emptively multitasking,
-    # you end up with a "frozen" computer, even though with patience
-    # the test eventually succeeds (with a max line length of 256k).
-    # Instead, let's just punt: use the minimum linelength reported by
-    # all of the supported platforms: 8192 (on NT/2K/XP).
-    lt_cv_sys_max_cmd_len=8192;
-    ;;
-
-  mint*)
-    # On MiNT this can take a long time and run out of memory.
-    lt_cv_sys_max_cmd_len=8192;
-    ;;
-
-  amigaos*)
-    # On AmigaOS with pdksh, this test takes hours, literally.
-    # So we just punt and use a minimum line length of 8192.
-    lt_cv_sys_max_cmd_len=8192;
-    ;;
-
-  bitrig* | darwin* | dragonfly* | freebsd* | netbsd* | openbsd*)
-    # This has been around since 386BSD, at least.  Likely further.
-    if test -x /sbin/sysctl; then
-      lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
-    elif test -x /usr/sbin/sysctl; then
-      lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
-    else
-      lt_cv_sys_max_cmd_len=65536	# usable default for all BSDs
-    fi
-    # And add a safety zone
-    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
-    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
-    ;;
-
-  interix*)
-    # We know the value 262144 and hardcode it with a safety zone (like BSD)
-    lt_cv_sys_max_cmd_len=196608
-    ;;
-
-  os2*)
-    # The test takes a long time on OS/2.
-    lt_cv_sys_max_cmd_len=8192
-    ;;
-
-  osf*)
-    # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
-    # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
-    # nice to cause kernel panics so lets avoid the loop below.
-    # First set a reasonable default.
-    lt_cv_sys_max_cmd_len=16384
-    #
-    if test -x /sbin/sysconfig; then
-      case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
-        *1*) lt_cv_sys_max_cmd_len=-1 ;;
-      esac
-    fi
-    ;;
-  sco3.2v5*)
-    lt_cv_sys_max_cmd_len=102400
-    ;;
-  sysv5* | sco5v6* | sysv4.2uw2*)
-    kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
-    if test -n "$kargmax"; then
-      lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[	 ]//'`
-    else
-      lt_cv_sys_max_cmd_len=32768
-    fi
-    ;;
-  *)
-    lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
-    if test -n "$lt_cv_sys_max_cmd_len" && \
-       test undefined != "$lt_cv_sys_max_cmd_len"; then
-      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
-      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
-    else
-      # Make teststring a little bigger before we do anything with it.
-      # a 1K string should be a reasonable start.
-      for i in 1 2 3 4 5 6 7 8; do
-        teststring=$teststring$teststring
-      done
-      SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
-      # If test is not a shell built-in, we'll probably end up computing a
-      # maximum length that is only half of the actual maximum length, but
-      # we can't tell.
-      while { test X`env echo "$teststring$teststring" 2>/dev/null` \
-	         = "X$teststring$teststring"; } >/dev/null 2>&1 &&
-	      test 17 != "$i" # 1/2 MB should be enough
-      do
-        i=`expr $i + 1`
-        teststring=$teststring$teststring
-      done
-      # Only check the string length outside the loop.
-      lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
-      teststring=
-      # Add a significant safety factor because C++ compilers can tack on
-      # massive amounts of additional arguments before passing them to the
-      # linker.  It appears as though 1/2 is a usable value.
-      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
-    fi
-    ;;
-  esac
-
-fi
-
-if test -n "$lt_cv_sys_max_cmd_len"; then
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5
-$as_echo "$lt_cv_sys_max_cmd_len" >&6; }
-else
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
-$as_echo "none" >&6; }
-fi
-max_cmd_len=$lt_cv_sys_max_cmd_len
-
-
-
-
-
-
-: ${CP="cp -f"}
-: ${MV="mv -f"}
-: ${RM="rm -f"}
-
-if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
-  lt_unset=unset
-else
-  lt_unset=false
-fi
-
-
-
-
-
-# test EBCDIC or ASCII
-case `echo X|tr X '\101'` in
- A) # ASCII based system
-    # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
-  lt_SP2NL='tr \040 \012'
-  lt_NL2SP='tr \015\012 \040\040'
-  ;;
- *) # EBCDIC based system
-  lt_SP2NL='tr \100 \n'
-  lt_NL2SP='tr \r\n \100\100'
-  ;;
-esac
-
-
-
-
-
-
-
-
-
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to convert $build file names to $host format" >&5
-$as_echo_n "checking how to convert $build file names to $host format... " >&6; }
-if ${lt_cv_to_host_file_cmd+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  case $host in
-  *-*-mingw* )
-    case $build in
-      *-*-mingw* ) # actually msys
-        lt_cv_to_host_file_cmd=func_convert_file_msys_to_w32
-        ;;
-      *-*-cygwin* )
-        lt_cv_to_host_file_cmd=func_convert_file_cygwin_to_w32
-        ;;
-      * ) # otherwise, assume *nix
-        lt_cv_to_host_file_cmd=func_convert_file_nix_to_w32
-        ;;
-    esac
-    ;;
-  *-*-cygwin* )
-    case $build in
-      *-*-mingw* ) # actually msys
-        lt_cv_to_host_file_cmd=func_convert_file_msys_to_cygwin
-        ;;
-      *-*-cygwin* )
-        lt_cv_to_host_file_cmd=func_convert_file_noop
-        ;;
-      * ) # otherwise, assume *nix
-        lt_cv_to_host_file_cmd=func_convert_file_nix_to_cygwin
-        ;;
-    esac
-    ;;
-  * ) # unhandled hosts (and "normal" native builds)
-    lt_cv_to_host_file_cmd=func_convert_file_noop
-    ;;
-esac
-
-fi
-
-to_host_file_cmd=$lt_cv_to_host_file_cmd
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_to_host_file_cmd" >&5
-$as_echo "$lt_cv_to_host_file_cmd" >&6; }
-
-
-
-
-
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to convert $build file names to toolchain format" >&5
-$as_echo_n "checking how to convert $build file names to toolchain format... " >&6; }
-if ${lt_cv_to_tool_file_cmd+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  #assume ordinary cross tools, or native build.
-lt_cv_to_tool_file_cmd=func_convert_file_noop
-case $host in
-  *-*-mingw* )
-    case $build in
-      *-*-mingw* ) # actually msys
-        lt_cv_to_tool_file_cmd=func_convert_file_msys_to_w32
-        ;;
-    esac
-    ;;
-esac
-
-fi
-
-to_tool_file_cmd=$lt_cv_to_tool_file_cmd
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_to_tool_file_cmd" >&5
-$as_echo "$lt_cv_to_tool_file_cmd" >&6; }
-
-
-
-
-
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5
-$as_echo_n "checking for $LD option to reload object files... " >&6; }
-if ${lt_cv_ld_reload_flag+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  lt_cv_ld_reload_flag='-r'
-fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5
-$as_echo "$lt_cv_ld_reload_flag" >&6; }
-reload_flag=$lt_cv_ld_reload_flag
-case $reload_flag in
-"" | " "*) ;;
-*) reload_flag=" $reload_flag" ;;
-esac
-reload_cmds='$LD$reload_flag -o $output$reload_objs'
-case $host_os in
-  cygwin* | mingw* | pw32* | cegcc*)
-    if test yes != "$GCC"; then
-      reload_cmds=false
-    fi
-    ;;
-  darwin*)
-    if test yes = "$GCC"; then
-      reload_cmds='$LTCC $LTCFLAGS -nostdlib $wl-r -o $output$reload_objs'
-    else
-      reload_cmds='$LD$reload_flag -o $output$reload_objs'
-    fi
-    ;;
-esac
-
-
-
-
-
-
-
-
-
-if test -n "$ac_tool_prefix"; then
-  # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
-set dummy ${ac_tool_prefix}objdump; ac_word=$2
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
-$as_echo_n "checking for $ac_word... " >&6; }
-if ${ac_cv_prog_OBJDUMP+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  if test -n "$OBJDUMP"; then
-  ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
-else
-as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-for as_dir in $PATH
-do
-  IFS=$as_save_IFS
-  test -z "$as_dir" && as_dir=.
-    for ac_exec_ext in '' $ac_executable_extensions; do
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
-    ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
-    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
-    break 2
-  fi
-done
-  done
-IFS=$as_save_IFS
-
-fi
-fi
-OBJDUMP=$ac_cv_prog_OBJDUMP
-if test -n "$OBJDUMP"; then
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
-$as_echo "$OBJDUMP" >&6; }
-else
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-fi
-
-
-fi
-if test -z "$ac_cv_prog_OBJDUMP"; then
-  ac_ct_OBJDUMP=$OBJDUMP
-  # Extract the first word of "objdump", so it can be a program name with args.
-set dummy objdump; ac_word=$2
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
-$as_echo_n "checking for $ac_word... " >&6; }
-if ${ac_cv_prog_ac_ct_OBJDUMP+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  if test -n "$ac_ct_OBJDUMP"; then
-  ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
-else
-as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-for as_dir in $PATH
-do
-  IFS=$as_save_IFS
-  test -z "$as_dir" && as_dir=.
-    for ac_exec_ext in '' $ac_executable_extensions; do
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
-    ac_cv_prog_ac_ct_OBJDUMP="objdump"
-    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
-    break 2
-  fi
-done
-  done
-IFS=$as_save_IFS
-
-fi
-fi
-ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
-if test -n "$ac_ct_OBJDUMP"; then
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5
-$as_echo "$ac_ct_OBJDUMP" >&6; }
-else
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-fi
-
-  if test "x$ac_ct_OBJDUMP" = x; then
-    OBJDUMP="false"
-  else
-    case $cross_compiling:$ac_tool_warned in
-yes:)
-{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
-$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
-ac_tool_warned=yes ;;
-esac
-    OBJDUMP=$ac_ct_OBJDUMP
-  fi
-else
-  OBJDUMP="$ac_cv_prog_OBJDUMP"
-fi
-
-test -z "$OBJDUMP" && OBJDUMP=objdump
-
-
-
-
-
-
-
-
-
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5
-$as_echo_n "checking how to recognize dependent libraries... " >&6; }
-if ${lt_cv_deplibs_check_method+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  lt_cv_file_magic_cmd='$MAGIC_CMD'
-lt_cv_file_magic_test_file=
-lt_cv_deplibs_check_method='unknown'
-# Need to set the preceding variable on all platforms that support
-# interlibrary dependencies.
-# 'none' -- dependencies not supported.
-# 'unknown' -- same as none, but documents that we really don't know.
-# 'pass_all' -- all dependencies passed with no checks.
-# 'test_compile' -- check by making test program.
-# 'file_magic [[regex]]' -- check by looking for files in library path
-# that responds to the $file_magic_cmd with a given extended regex.
-# If you have 'file' or equivalent on your system and you're not sure
-# whether 'pass_all' will *always* work, you probably want this one.
-
-case $host_os in
-aix[4-9]*)
-  lt_cv_deplibs_check_method=pass_all
-  ;;
-
-beos*)
-  lt_cv_deplibs_check_method=pass_all
-  ;;
-
-bsdi[45]*)
-  lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
-  lt_cv_file_magic_cmd='/usr/bin/file -L'
-  lt_cv_file_magic_test_file=/shlib/libc.so
-  ;;
-
-cygwin*)
-  # func_win32_libid is a shell function defined in ltmain.sh
-  lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
-  lt_cv_file_magic_cmd='func_win32_libid'
-  ;;
-
-mingw* | pw32*)
-  # Base MSYS/MinGW do not provide the 'file' command needed by
-  # func_win32_libid shell function, so use a weaker test based on 'objdump',
-  # unless we find 'file', for example because we are cross-compiling.
-  if ( file / ) >/dev/null 2>&1; then
-    lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
-    lt_cv_file_magic_cmd='func_win32_libid'
-  else
-    # Keep this pattern in sync with the one in func_win32_libid.
-    lt_cv_deplibs_check_method='file_magic file format (pei*-i386(.*architecture: i386)?|pe-arm-wince|pe-x86-64)'
-    lt_cv_file_magic_cmd='$OBJDUMP -f'
-  fi
-  ;;
-
-cegcc*)
-  # use the weaker test based on 'objdump'. See mingw*.
-  lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
-  lt_cv_file_magic_cmd='$OBJDUMP -f'
-  ;;
-
-darwin* | rhapsody*)
-  lt_cv_deplibs_check_method=pass_all
-  ;;
-
-freebsd* | dragonfly*)
-  if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
-    case $host_cpu in
-    i*86 )
-      # Not sure whether the presence of OpenBSD here was a mistake.
-      # Let's accept both of them until this is cleared up.
-      lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
-      lt_cv_file_magic_cmd=/usr/bin/file
-      lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
-      ;;
-    esac
-  else
-    lt_cv_deplibs_check_method=pass_all
-  fi
-  ;;
-
-haiku*)
-  lt_cv_deplibs_check_method=pass_all
-  ;;
-
-hpux10.20* | hpux11*)
-  lt_cv_file_magic_cmd=/usr/bin/file
-  case $host_cpu in
-  ia64*)
-    lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
-    lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
-    ;;
-  hppa*64*)
-    lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF[ -][0-9][0-9])(-bit)?( [LM]SB)? shared object( file)?[, -]* PA-RISC [0-9]\.[0-9]'
-    lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
-    ;;
-  *)
-    lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9]\.[0-9]) shared library'
-    lt_cv_file_magic_test_file=/usr/lib/libc.sl
-    ;;
-  esac
-  ;;
-
-interix[3-9]*)
-  # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
-  lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
-  ;;
-
-irix5* | irix6* | nonstopux*)
-  case $LD in
-  *-32|*"-32 ") libmagic=32-bit;;
-  *-n32|*"-n32 ") libmagic=N32;;
-  *-64|*"-64 ") libmagic=64-bit;;
-  *) libmagic=never-match;;
-  esac
-  lt_cv_deplibs_check_method=pass_all
-  ;;
-
-# This must be glibc/ELF.
-linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
-  lt_cv_deplibs_check_method=pass_all
-  ;;
-
-netbsd*)
-  if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
-    lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
-  else
-    lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
-  fi
-  ;;
-
-newos6*)
-  lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
-  lt_cv_file_magic_cmd=/usr/bin/file
-  lt_cv_file_magic_test_file=/usr/lib/libnls.so
-  ;;
-
-*nto* | *qnx*)
-  lt_cv_deplibs_check_method=pass_all
-  ;;
-
-openbsd* | bitrig*)
-  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
-    lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
-  else
-    lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
-  fi
-  ;;
-
-osf3* | osf4* | osf5*)
-  lt_cv_deplibs_check_method=pass_all
-  ;;
-
-rdos*)
-  lt_cv_deplibs_check_method=pass_all
-  ;;
-
-solaris*)
-  lt_cv_deplibs_check_method=pass_all
-  ;;
-
-sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
-  lt_cv_deplibs_check_method=pass_all
-  ;;
-
-sysv4 | sysv4.3*)
-  case $host_vendor in
-  motorola)
-    lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib) M[0-9][0-9]* Version [0-9]'
-    lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
-    ;;
-  ncr)
-    lt_cv_deplibs_check_method=pass_all
-    ;;
-  sequent)
-    lt_cv_file_magic_cmd='/bin/file'
-    lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
-    ;;
-  sni)
-    lt_cv_file_magic_cmd='/bin/file'
-    lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib"
-    lt_cv_file_magic_test_file=/lib/libc.so
-    ;;
-  siemens)
-    lt_cv_deplibs_check_method=pass_all
-    ;;
-  pc)
-    lt_cv_deplibs_check_method=pass_all
-    ;;
-  esac
-  ;;
-
-tpf*)
-  lt_cv_deplibs_check_method=pass_all
-  ;;
-os2*)
-  lt_cv_deplibs_check_method=pass_all
-  ;;
-esac
-
-fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5
-$as_echo "$lt_cv_deplibs_check_method" >&6; }
-
-file_magic_glob=
-want_nocaseglob=no
-if test "$build" = "$host"; then
-  case $host_os in
-  mingw* | pw32*)
-    if ( shopt | grep nocaseglob ) >/dev/null 2>&1; then
-      want_nocaseglob=yes
-    else
-      file_magic_glob=`echo aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ | $SED -e "s/\(..\)/s\/[\1]\/[\1]\/g;/g"`
-    fi
-    ;;
-  esac
-fi
-
-file_magic_cmd=$lt_cv_file_magic_cmd
-deplibs_check_method=$lt_cv_deplibs_check_method
-test -z "$deplibs_check_method" && deplibs_check_method=unknown
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-if test -n "$ac_tool_prefix"; then
-  # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
-set dummy ${ac_tool_prefix}dlltool; ac_word=$2
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
-$as_echo_n "checking for $ac_word... " >&6; }
-if ${ac_cv_prog_DLLTOOL+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  if test -n "$DLLTOOL"; then
-  ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
-else
-as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-for as_dir in $PATH
-do
-  IFS=$as_save_IFS
-  test -z "$as_dir" && as_dir=.
-    for ac_exec_ext in '' $ac_executable_extensions; do
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
-    ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
-    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
-    break 2
-  fi
-done
-  done
-IFS=$as_save_IFS
-
-fi
-fi
-DLLTOOL=$ac_cv_prog_DLLTOOL
-if test -n "$DLLTOOL"; then
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
-$as_echo "$DLLTOOL" >&6; }
-else
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-fi
-
-
-fi
-if test -z "$ac_cv_prog_DLLTOOL"; then
-  ac_ct_DLLTOOL=$DLLTOOL
-  # Extract the first word of "dlltool", so it can be a program name with args.
-set dummy dlltool; ac_word=$2
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
-$as_echo_n "checking for $ac_word... " >&6; }
-if ${ac_cv_prog_ac_ct_DLLTOOL+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  if test -n "$ac_ct_DLLTOOL"; then
-  ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test.
-else
-as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-for as_dir in $PATH
-do
-  IFS=$as_save_IFS
-  test -z "$as_dir" && as_dir=.
-    for ac_exec_ext in '' $ac_executable_extensions; do
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
-    ac_cv_prog_ac_ct_DLLTOOL="dlltool"
-    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
-    break 2
-  fi
-done
-  done
-IFS=$as_save_IFS
-
-fi
-fi
-ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL
-if test -n "$ac_ct_DLLTOOL"; then
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DLLTOOL" >&5
-$as_echo "$ac_ct_DLLTOOL" >&6; }
-else
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-fi
-
-  if test "x$ac_ct_DLLTOOL" = x; then
-    DLLTOOL="false"
-  else
-    case $cross_compiling:$ac_tool_warned in
-yes:)
-{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
-$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
-ac_tool_warned=yes ;;
-esac
-    DLLTOOL=$ac_ct_DLLTOOL
-  fi
-else
-  DLLTOOL="$ac_cv_prog_DLLTOOL"
-fi
-
-test -z "$DLLTOOL" && DLLTOOL=dlltool
-
-
-
-
-
-
-
-
-
-
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to associate runtime and link libraries" >&5
-$as_echo_n "checking how to associate runtime and link libraries... " >&6; }
-if ${lt_cv_sharedlib_from_linklib_cmd+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  lt_cv_sharedlib_from_linklib_cmd='unknown'
-
-case $host_os in
-cygwin* | mingw* | pw32* | cegcc*)
-  # two different shell functions defined in ltmain.sh;
-  # decide which one to use based on capabilities of $DLLTOOL
-  case `$DLLTOOL --help 2>&1` in
-  *--identify-strict*)
-    lt_cv_sharedlib_from_linklib_cmd=func_cygming_dll_for_implib
-    ;;
-  *)
-    lt_cv_sharedlib_from_linklib_cmd=func_cygming_dll_for_implib_fallback
-    ;;
-  esac
-  ;;
-*)
-  # fallback: assume linklib IS sharedlib
-  lt_cv_sharedlib_from_linklib_cmd=$ECHO
-  ;;
-esac
-
-fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sharedlib_from_linklib_cmd" >&5
-$as_echo "$lt_cv_sharedlib_from_linklib_cmd" >&6; }
-sharedlib_from_linklib_cmd=$lt_cv_sharedlib_from_linklib_cmd
-test -z "$sharedlib_from_linklib_cmd" && sharedlib_from_linklib_cmd=$ECHO
-
-
-
-
-
-
-
-if test -n "$ac_tool_prefix"; then
-  for ac_prog in ar
-  do
-    # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
-set dummy $ac_tool_prefix$ac_prog; ac_word=$2
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
-$as_echo_n "checking for $ac_word... " >&6; }
-if ${ac_cv_prog_AR+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  if test -n "$AR"; then
-  ac_cv_prog_AR="$AR" # Let the user override the test.
-else
-as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-for as_dir in $PATH
-do
-  IFS=$as_save_IFS
-  test -z "$as_dir" && as_dir=.
-    for ac_exec_ext in '' $ac_executable_extensions; do
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
-    ac_cv_prog_AR="$ac_tool_prefix$ac_prog"
-    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
-    break 2
-  fi
-done
-  done
-IFS=$as_save_IFS
-
-fi
-fi
-AR=$ac_cv_prog_AR
-if test -n "$AR"; then
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
-$as_echo "$AR" >&6; }
-else
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-fi
-
-
-    test -n "$AR" && break
-  done
-fi
-if test -z "$AR"; then
-  ac_ct_AR=$AR
-  for ac_prog in ar
-do
-  # Extract the first word of "$ac_prog", so it can be a program name with args.
-set dummy $ac_prog; ac_word=$2
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
-$as_echo_n "checking for $ac_word... " >&6; }
-if ${ac_cv_prog_ac_ct_AR+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  if test -n "$ac_ct_AR"; then
-  ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
-else
-as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-for as_dir in $PATH
-do
-  IFS=$as_save_IFS
-  test -z "$as_dir" && as_dir=.
-    for ac_exec_ext in '' $ac_executable_extensions; do
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
-    ac_cv_prog_ac_ct_AR="$ac_prog"
-    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
-    break 2
-  fi
-done
-  done
-IFS=$as_save_IFS
-
-fi
-fi
-ac_ct_AR=$ac_cv_prog_ac_ct_AR
-if test -n "$ac_ct_AR"; then
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
-$as_echo "$ac_ct_AR" >&6; }
-else
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-fi
-
-
-  test -n "$ac_ct_AR" && break
-done
-
-  if test "x$ac_ct_AR" = x; then
-    AR="false"
-  else
-    case $cross_compiling:$ac_tool_warned in
-yes:)
-{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
-$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
-ac_tool_warned=yes ;;
-esac
-    AR=$ac_ct_AR
-  fi
-fi
-
-: ${AR=ar}
-: ${AR_FLAGS=cru}
-
-
-
-
-
-
-
-
-
-
-
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for archiver @FILE support" >&5
-$as_echo_n "checking for archiver @FILE support... " >&6; }
-if ${lt_cv_ar_at_file+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  lt_cv_ar_at_file=no
-   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h.  */
-
-int
-main ()
-{
-
-  ;
-  return 0;
-}
-_ACEOF
-if ac_fn_c_try_compile "$LINENO"; then :
-  echo conftest.$ac_objext > conftest.lst
-      lt_ar_try='$AR $AR_FLAGS libconftest.a @conftest.lst >&5'
-      { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$lt_ar_try\""; } >&5
-  (eval $lt_ar_try) 2>&5
-  ac_status=$?
-  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
-  test $ac_status = 0; }
-      if test 0 -eq "$ac_status"; then
-	# Ensure the archiver fails upon bogus file names.
-	rm -f conftest.$ac_objext libconftest.a
-	{ { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$lt_ar_try\""; } >&5
-  (eval $lt_ar_try) 2>&5
-  ac_status=$?
-  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
-  test $ac_status = 0; }
-	if test 0 -ne "$ac_status"; then
-          lt_cv_ar_at_file=@
-        fi
-      fi
-      rm -f conftest.* libconftest.a
-
-fi
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-
-fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ar_at_file" >&5
-$as_echo "$lt_cv_ar_at_file" >&6; }
-
-if test no = "$lt_cv_ar_at_file"; then
-  archiver_list_spec=
-else
-  archiver_list_spec=$lt_cv_ar_at_file
-fi
-
-
-
-
-
-
-
-if test -n "$ac_tool_prefix"; then
-  # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
-set dummy ${ac_tool_prefix}strip; ac_word=$2
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
-$as_echo_n "checking for $ac_word... " >&6; }
-if ${ac_cv_prog_STRIP+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  if test -n "$STRIP"; then
-  ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
-else
-as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-for as_dir in $PATH
-do
-  IFS=$as_save_IFS
-  test -z "$as_dir" && as_dir=.
-    for ac_exec_ext in '' $ac_executable_extensions; do
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
-    ac_cv_prog_STRIP="${ac_tool_prefix}strip"
-    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
-    break 2
-  fi
-done
-  done
-IFS=$as_save_IFS
-
-fi
-fi
-STRIP=$ac_cv_prog_STRIP
-if test -n "$STRIP"; then
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
-$as_echo "$STRIP" >&6; }
-else
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-fi
-
-
-fi
-if test -z "$ac_cv_prog_STRIP"; then
-  ac_ct_STRIP=$STRIP
-  # Extract the first word of "strip", so it can be a program name with args.
-set dummy strip; ac_word=$2
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
-$as_echo_n "checking for $ac_word... " >&6; }
-if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  if test -n "$ac_ct_STRIP"; then
-  ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
-else
-as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-for as_dir in $PATH
-do
-  IFS=$as_save_IFS
-  test -z "$as_dir" && as_dir=.
-    for ac_exec_ext in '' $ac_executable_extensions; do
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
-    ac_cv_prog_ac_ct_STRIP="strip"
-    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
-    break 2
-  fi
-done
-  done
-IFS=$as_save_IFS
-
-fi
-fi
-ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
-if test -n "$ac_ct_STRIP"; then
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
-$as_echo "$ac_ct_STRIP" >&6; }
-else
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-fi
-
-  if test "x$ac_ct_STRIP" = x; then
-    STRIP=":"
-  else
-    case $cross_compiling:$ac_tool_warned in
-yes:)
-{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
-$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
-ac_tool_warned=yes ;;
-esac
-    STRIP=$ac_ct_STRIP
-  fi
-else
-  STRIP="$ac_cv_prog_STRIP"
-fi
-
-test -z "$STRIP" && STRIP=:
-
-
-
-
-
-
-if test -n "$ac_tool_prefix"; then
-  # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
-set dummy ${ac_tool_prefix}ranlib; ac_word=$2
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
-$as_echo_n "checking for $ac_word... " >&6; }
-if ${ac_cv_prog_RANLIB+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  if test -n "$RANLIB"; then
-  ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
-else
-as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-for as_dir in $PATH
-do
-  IFS=$as_save_IFS
-  test -z "$as_dir" && as_dir=.
-    for ac_exec_ext in '' $ac_executable_extensions; do
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
-    ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
-    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
-    break 2
-  fi
-done
-  done
-IFS=$as_save_IFS
-
-fi
-fi
-RANLIB=$ac_cv_prog_RANLIB
-if test -n "$RANLIB"; then
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
-$as_echo "$RANLIB" >&6; }
-else
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-fi
-
-
-fi
-if test -z "$ac_cv_prog_RANLIB"; then
-  ac_ct_RANLIB=$RANLIB
-  # Extract the first word of "ranlib", so it can be a program name with args.
-set dummy ranlib; ac_word=$2
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
-$as_echo_n "checking for $ac_word... " >&6; }
-if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  if test -n "$ac_ct_RANLIB"; then
-  ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
-else
-as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-for as_dir in $PATH
-do
-  IFS=$as_save_IFS
-  test -z "$as_dir" && as_dir=.
-    for ac_exec_ext in '' $ac_executable_extensions; do
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
-    ac_cv_prog_ac_ct_RANLIB="ranlib"
-    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
-    break 2
-  fi
-done
-  done
-IFS=$as_save_IFS
-
-fi
-fi
-ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
-if test -n "$ac_ct_RANLIB"; then
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
-$as_echo "$ac_ct_RANLIB" >&6; }
-else
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-fi
-
-  if test "x$ac_ct_RANLIB" = x; then
-    RANLIB=":"
-  else
-    case $cross_compiling:$ac_tool_warned in
-yes:)
-{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
-$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
-ac_tool_warned=yes ;;
-esac
-    RANLIB=$ac_ct_RANLIB
-  fi
-else
-  RANLIB="$ac_cv_prog_RANLIB"
-fi
-
-test -z "$RANLIB" && RANLIB=:
-
-
-
-
-
-
-# Determine commands to create old-style static archives.
-old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
-old_postinstall_cmds='chmod 644 $oldlib'
-old_postuninstall_cmds=
-
-if test -n "$RANLIB"; then
-  case $host_os in
-  bitrig* | openbsd*)
-    old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$tool_oldlib"
-    ;;
-  *)
-    old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$tool_oldlib"
-    ;;
-  esac
-  old_archive_cmds="$old_archive_cmds~\$RANLIB \$tool_oldlib"
-fi
-
-case $host_os in
-  darwin*)
-    lock_old_archive_extraction=yes ;;
-  *)
-    lock_old_archive_extraction=no ;;
-esac
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-# If no C compiler was specified, use CC.
-LTCC=${LTCC-"$CC"}
-
-# If no C compiler flags were specified, use CFLAGS.
-LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
-
-# Allow CC to be a program name with arguments.
-compiler=$CC
-
-
-# Check for command to grab the raw symbol name followed by C symbol from nm.
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5
-$as_echo_n "checking command to parse $NM output from $compiler object... " >&6; }
-if ${lt_cv_sys_global_symbol_pipe+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-
-# These are sane defaults that work on at least a few old systems.
-# [They come from Ultrix.  What could be older than Ultrix?!! ;)]
-
-# Character class describing NM global symbol codes.
-symcode='[BCDEGRST]'
-
-# Regexp to match symbols that can be accessed directly from C.
-sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
-
-# Define system-specific variables.
-case $host_os in
-aix*)
-  symcode='[BCDT]'
-  ;;
-cygwin* | mingw* | pw32* | cegcc*)
-  symcode='[ABCDGISTW]'
-  ;;
-hpux*)
-  if test ia64 = "$host_cpu"; then
-    symcode='[ABCDEGRST]'
-  fi
-  ;;
-irix* | nonstopux*)
-  symcode='[BCDEGRST]'
-  ;;
-osf*)
-  symcode='[BCDEGQRST]'
-  ;;
-solaris*)
-  symcode='[BDRT]'
-  ;;
-sco3.2v5*)
-  symcode='[DT]'
-  ;;
-sysv4.2uw2*)
-  symcode='[DT]'
-  ;;
-sysv5* | sco5v6* | unixware* | OpenUNIX*)
-  symcode='[ABDT]'
-  ;;
-sysv4)
-  symcode='[DFNSTU]'
-  ;;
-esac
-
-# If we're using GNU nm, then use its standard symbol codes.
-case `$NM -V 2>&1` in
-*GNU* | *'with BFD'*)
-  symcode='[ABCDGIRSTW]' ;;
-esac
-
-if test "$lt_cv_nm_interface" = "MS dumpbin"; then
-  # Gets list of data symbols to import.
-  lt_cv_sys_global_symbol_to_import="sed -n -e 's/^I .* \(.*\)$/\1/p'"
-  # Adjust the below global symbol transforms to fixup imported variables.
-  lt_cdecl_hook=" -e 's/^I .* \(.*\)$/extern __declspec(dllimport) char \1;/p'"
-  lt_c_name_hook=" -e 's/^I .* \(.*\)$/  {\"\1\", (void *) 0},/p'"
-  lt_c_name_lib_hook="\
-  -e 's/^I .* \(lib.*\)$/  {\"\1\", (void *) 0},/p'\
-  -e 's/^I .* \(.*\)$/  {\"lib\1\", (void *) 0},/p'"
-else
-  # Disable hooks by default.
-  lt_cv_sys_global_symbol_to_import=
-  lt_cdecl_hook=
-  lt_c_name_hook=
-  lt_c_name_lib_hook=
-fi
-
-# Transform an extracted symbol line into a proper C declaration.
-# Some systems (esp. on ia64) link data and code symbols differently,
-# so use this general approach.
-lt_cv_sys_global_symbol_to_cdecl="sed -n"\
-$lt_cdecl_hook\
-" -e 's/^T .* \(.*\)$/extern int \1();/p'"\
-" -e 's/^$symcode$symcode* .* \(.*\)$/extern char \1;/p'"
-
-# Transform an extracted symbol line into symbol name and symbol address
-lt_cv_sys_global_symbol_to_c_name_address="sed -n"\
-$lt_c_name_hook\
-" -e 's/^: \(.*\) .*$/  {\"\1\", (void *) 0},/p'"\
-" -e 's/^$symcode$symcode* .* \(.*\)$/  {\"\1\", (void *) \&\1},/p'"
-
-# Transform an extracted symbol line into symbol name with lib prefix and
-# symbol address.
-lt_cv_sys_global_symbol_to_c_name_address_lib_prefix="sed -n"\
-$lt_c_name_lib_hook\
-" -e 's/^: \(.*\) .*$/  {\"\1\", (void *) 0},/p'"\
-" -e 's/^$symcode$symcode* .* \(lib.*\)$/  {\"\1\", (void *) \&\1},/p'"\
-" -e 's/^$symcode$symcode* .* \(.*\)$/  {\"lib\1\", (void *) \&\1},/p'"
-
-# Handle CRLF in mingw tool chain
-opt_cr=
-case $build_os in
-mingw*)
-  opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
-  ;;
-esac
-
-# Try without a prefix underscore, then with it.
-for ac_symprfx in "" "_"; do
-
-  # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
-  symxfrm="\\1 $ac_symprfx\\2 \\2"
-
-  # Write the raw and C identifiers.
-  if test "$lt_cv_nm_interface" = "MS dumpbin"; then
-    # Fake it for dumpbin and say T for any non-static function,
-    # D for any global variable and I for any imported variable.
-    # Also find C++ and __fastcall symbols from MSVC++,
-    # which start with @ or ?.
-    lt_cv_sys_global_symbol_pipe="$AWK '"\
-"     {last_section=section; section=\$ 3};"\
-"     /^COFF SYMBOL TABLE/{for(i in hide) delete hide[i]};"\
-"     /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
-"     /^ *Symbol name *: /{split(\$ 0,sn,\":\"); si=substr(sn[2],2)};"\
-"     /^ *Type *: code/{print \"T\",si,substr(si,length(prfx))};"\
-"     /^ *Type *: data/{print \"I\",si,substr(si,length(prfx))};"\
-"     \$ 0!~/External *\|/{next};"\
-"     / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
-"     {if(hide[section]) next};"\
-"     {f=\"D\"}; \$ 0~/\(\).*\|/{f=\"T\"};"\
-"     {split(\$ 0,a,/\||\r/); split(a[2],s)};"\
-"     s[1]~/^[@?]/{print f,s[1],s[1]; next};"\
-"     s[1]~prfx {split(s[1],t,\"@\"); print f,t[1],substr(t[1],length(prfx))}"\
-"     ' prfx=^$ac_symprfx"
-  else
-    lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[	 ]\($symcode$symcode*\)[	 ][	 ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
-  fi
-  lt_cv_sys_global_symbol_pipe="$lt_cv_sys_global_symbol_pipe | sed '/ __gnu_lto/d'"
-
-  # Check to see that the pipe works correctly.
-  pipe_works=no
-
-  rm -f conftest*
-  cat > conftest.$ac_ext <<_LT_EOF
-#ifdef __cplusplus
-extern "C" {
-#endif
-char nm_test_var;
-void nm_test_func(void);
-void nm_test_func(void){}
-#ifdef __cplusplus
-}
-#endif
-int main(){nm_test_var='a';nm_test_func();return(0);}
-_LT_EOF
-
-  if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
-  (eval $ac_compile) 2>&5
-  ac_status=$?
-  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
-  test $ac_status = 0; }; then
-    # Now try to grab the symbols.
-    nlist=conftest.nm
-    if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5
-  (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5
-  ac_status=$?
-  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
-  test $ac_status = 0; } && test -s "$nlist"; then
-      # Try sorting and uniquifying the output.
-      if sort "$nlist" | uniq > "$nlist"T; then
-	mv -f "$nlist"T "$nlist"
-      else
-	rm -f "$nlist"T
-      fi
-
-      # Make sure that we snagged all the symbols we need.
-      if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
-	if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
-	  cat <<_LT_EOF > conftest.$ac_ext
-/* Keep this code in sync between libtool.m4, ltmain, lt_system.h, and tests.  */
-#if defined _WIN32 || defined __CYGWIN__ || defined _WIN32_WCE
-/* DATA imports from DLLs on WIN32 can't be const, because runtime
-   relocations are performed -- see ld's documentation on pseudo-relocs.  */
-# define LT_DLSYM_CONST
-#elif defined __osf__
-/* This system does not cope well with relocations in const data.  */
-# define LT_DLSYM_CONST
-#else
-# define LT_DLSYM_CONST const
-#endif
-
-#ifdef __cplusplus
-extern "C" {
-#endif
-
-_LT_EOF
-	  # Now generate the symbol file.
-	  eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
-
-	  cat <<_LT_EOF >> conftest.$ac_ext
-
-/* The mapping between symbol names and symbols.  */
-LT_DLSYM_CONST struct {
-  const char *name;
-  void       *address;
-}
-lt__PROGRAM__LTX_preloaded_symbols[] =
-{
-  { "@PROGRAM@", (void *) 0 },
-_LT_EOF
-	  $SED "s/^$symcode$symcode* .* \(.*\)$/  {\"\1\", (void *) \&\1},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
-	  cat <<\_LT_EOF >> conftest.$ac_ext
-  {0, (void *) 0}
-};
-
-/* This works around a problem in FreeBSD linker */
-#ifdef FREEBSD_WORKAROUND
-static const void *lt_preloaded_setup() {
-  return lt__PROGRAM__LTX_preloaded_symbols;
-}
-#endif
-
-#ifdef __cplusplus
-}
-#endif
-_LT_EOF
-	  # Now try linking the two files.
-	  mv conftest.$ac_objext conftstm.$ac_objext
-	  lt_globsym_save_LIBS=$LIBS
-	  lt_globsym_save_CFLAGS=$CFLAGS
-	  LIBS=conftstm.$ac_objext
-	  CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
-	  if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
-  (eval $ac_link) 2>&5
-  ac_status=$?
-  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
-  test $ac_status = 0; } && test -s conftest$ac_exeext; then
-	    pipe_works=yes
-	  fi
-	  LIBS=$lt_globsym_save_LIBS
-	  CFLAGS=$lt_globsym_save_CFLAGS
-	else
-	  echo "cannot find nm_test_func in $nlist" >&5
-	fi
-      else
-	echo "cannot find nm_test_var in $nlist" >&5
-      fi
-    else
-      echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5
-    fi
-  else
-    echo "$progname: failed program was:" >&5
-    cat conftest.$ac_ext >&5
-  fi
-  rm -rf conftest* conftst*
-
-  # Do not use the global_symbol_pipe unless it works.
-  if test yes = "$pipe_works"; then
-    break
-  else
-    lt_cv_sys_global_symbol_pipe=
-  fi
-done
-
-fi
-
-if test -z "$lt_cv_sys_global_symbol_pipe"; then
-  lt_cv_sys_global_symbol_to_cdecl=
-fi
-if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5
-$as_echo "failed" >&6; }
-else
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
-$as_echo "ok" >&6; }
-fi
-
-# Response file support.
-if test "$lt_cv_nm_interface" = "MS dumpbin"; then
-  nm_file_list_spec='@'
-elif $NM --help 2>/dev/null | grep '[@]FILE' >/dev/null; then
-  nm_file_list_spec='@'
-fi
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for sysroot" >&5
-$as_echo_n "checking for sysroot... " >&6; }
-
-# Check whether --with-sysroot was given.
-if test "${with_sysroot+set}" = set; then :
-  withval=$with_sysroot;
-else
-  with_sysroot=no
-fi
-
-
-lt_sysroot=
-case $with_sysroot in #(
- yes)
-   if test yes = "$GCC"; then
-     lt_sysroot=`$CC --print-sysroot 2>/dev/null`
-   fi
-   ;; #(
- /*)
-   lt_sysroot=`echo "$with_sysroot" | sed -e "$sed_quote_subst"`
-   ;; #(
- no|'')
-   ;; #(
- *)
-   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_sysroot" >&5
-$as_echo "$with_sysroot" >&6; }
-   as_fn_error $? "The sysroot must be an absolute path." "$LINENO" 5
-   ;;
-esac
-
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${lt_sysroot:-no}" >&5
-$as_echo "${lt_sysroot:-no}" >&6; }
-
-
-
-
-
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a working dd" >&5
-$as_echo_n "checking for a working dd... " >&6; }
-if ${ac_cv_path_lt_DD+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  printf 0123456789abcdef0123456789abcdef >conftest.i
-cat conftest.i conftest.i >conftest2.i
-: ${lt_DD:=$DD}
-if test -z "$lt_DD"; then
-  ac_path_lt_DD_found=false
-  # Loop through the user's path and test for each of PROGNAME-LIST
-  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-for as_dir in $PATH
-do
-  IFS=$as_save_IFS
-  test -z "$as_dir" && as_dir=.
-    for ac_prog in dd; do
-    for ac_exec_ext in '' $ac_executable_extensions; do
-      ac_path_lt_DD="$as_dir/$ac_prog$ac_exec_ext"
-      as_fn_executable_p "$ac_path_lt_DD" || continue
-if "$ac_path_lt_DD" bs=32 count=1 <conftest2.i >conftest.out 2>/dev/null; then
-  cmp -s conftest.i conftest.out \
-  && ac_cv_path_lt_DD="$ac_path_lt_DD" ac_path_lt_DD_found=:
-fi
-      $ac_path_lt_DD_found && break 3
-    done
-  done
-  done
-IFS=$as_save_IFS
-  if test -z "$ac_cv_path_lt_DD"; then
-    :
-  fi
-else
-  ac_cv_path_lt_DD=$lt_DD
-fi
-
-rm -f conftest.i conftest2.i conftest.out
-fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_lt_DD" >&5
-$as_echo "$ac_cv_path_lt_DD" >&6; }
-
-
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to truncate binary pipes" >&5
-$as_echo_n "checking how to truncate binary pipes... " >&6; }
-if ${lt_cv_truncate_bin+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  printf 0123456789abcdef0123456789abcdef >conftest.i
-cat conftest.i conftest.i >conftest2.i
-lt_cv_truncate_bin=
-if "$ac_cv_path_lt_DD" bs=32 count=1 <conftest2.i >conftest.out 2>/dev/null; then
-  cmp -s conftest.i conftest.out \
-  && lt_cv_truncate_bin="$ac_cv_path_lt_DD bs=4096 count=1"
-fi
-rm -f conftest.i conftest2.i conftest.out
-test -z "$lt_cv_truncate_bin" && lt_cv_truncate_bin="$SED -e 4q"
-fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_truncate_bin" >&5
-$as_echo "$lt_cv_truncate_bin" >&6; }
-
-
-
-
-
-
-
-# Calculate cc_basename.  Skip known compiler wrappers and cross-prefix.
-func_cc_basename ()
-{
-    for cc_temp in $*""; do
-      case $cc_temp in
-        compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
-        distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
-        \-*) ;;
-        *) break;;
-      esac
-    done
-    func_cc_basename_result=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
-}
-
-# Check whether --enable-libtool-lock was given.
-if test "${enable_libtool_lock+set}" = set; then :
-  enableval=$enable_libtool_lock;
-fi
-
-test no = "$enable_libtool_lock" || enable_libtool_lock=yes
-
-# Some flags need to be propagated to the compiler or linker for good
-# libtool support.
-case $host in
-ia64-*-hpux*)
-  # Find out what ABI is being produced by ac_compile, and set mode
-  # options accordingly.
-  echo 'int i;' > conftest.$ac_ext
-  if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
-  (eval $ac_compile) 2>&5
-  ac_status=$?
-  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
-  test $ac_status = 0; }; then
-    case `/usr/bin/file conftest.$ac_objext` in
-      *ELF-32*)
-	HPUX_IA64_MODE=32
-	;;
-      *ELF-64*)
-	HPUX_IA64_MODE=64
-	;;
-    esac
-  fi
-  rm -rf conftest*
-  ;;
-*-*-irix6*)
-  # Find out what ABI is being produced by ac_compile, and set linker
-  # options accordingly.
-  echo '#line '$LINENO' "configure"' > conftest.$ac_ext
-  if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
-  (eval $ac_compile) 2>&5
-  ac_status=$?
-  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
-  test $ac_status = 0; }; then
-    if test yes = "$lt_cv_prog_gnu_ld"; then
-      case `/usr/bin/file conftest.$ac_objext` in
-	*32-bit*)
-	  LD="${LD-ld} -melf32bsmip"
-	  ;;
-	*N32*)
-	  LD="${LD-ld} -melf32bmipn32"
-	  ;;
-	*64-bit*)
-	  LD="${LD-ld} -melf64bmip"
-	;;
-      esac
-    else
-      case `/usr/bin/file conftest.$ac_objext` in
-	*32-bit*)
-	  LD="${LD-ld} -32"
-	  ;;
-	*N32*)
-	  LD="${LD-ld} -n32"
-	  ;;
-	*64-bit*)
-	  LD="${LD-ld} -64"
-	  ;;
-      esac
-    fi
-  fi
-  rm -rf conftest*
-  ;;
-
-mips64*-*linux*)
-  # Find out what ABI is being produced by ac_compile, and set linker
-  # options accordingly.
-  echo '#line '$LINENO' "configure"' > conftest.$ac_ext
-  if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
-  (eval $ac_compile) 2>&5
-  ac_status=$?
-  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
-  test $ac_status = 0; }; then
-    emul=elf
-    case `/usr/bin/file conftest.$ac_objext` in
-      *32-bit*)
-	emul="${emul}32"
-	;;
-      *64-bit*)
-	emul="${emul}64"
-	;;
-    esac
-    case `/usr/bin/file conftest.$ac_objext` in
-      *MSB*)
-	emul="${emul}btsmip"
-	;;
-      *LSB*)
-	emul="${emul}ltsmip"
-	;;
-    esac
-    case `/usr/bin/file conftest.$ac_objext` in
-      *N32*)
-	emul="${emul}n32"
-	;;
-    esac
-    LD="${LD-ld} -m $emul"
-  fi
-  rm -rf conftest*
-  ;;
-
-x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \
-s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
-  # Find out what ABI is being produced by ac_compile, and set linker
-  # options accordingly.  Note that the listed cases only cover the
-  # situations where additional linker options are needed (such as when
-  # doing 32-bit compilation for a host where ld defaults to 64-bit, or
-  # vice versa); the common cases where no linker options are needed do
-  # not appear in the list.
-  echo 'int i;' > conftest.$ac_ext
-  if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
-  (eval $ac_compile) 2>&5
-  ac_status=$?
-  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
-  test $ac_status = 0; }; then
-    case `/usr/bin/file conftest.o` in
-      *32-bit*)
-	case $host in
-	  x86_64-*kfreebsd*-gnu)
-	    LD="${LD-ld} -m elf_i386_fbsd"
-	    ;;
-	  x86_64-*linux*)
-	    case `/usr/bin/file conftest.o` in
-	      *x86-64*)
-		LD="${LD-ld} -m elf32_x86_64"
-		;;
-	      *)
-		LD="${LD-ld} -m elf_i386"
-		;;
-	    esac
-	    ;;
-	  powerpc64le-*linux*)
-	    LD="${LD-ld} -m elf32lppclinux"
-	    ;;
-	  powerpc64-*linux*)
-	    LD="${LD-ld} -m elf32ppclinux"
-	    ;;
-	  s390x-*linux*)
-	    LD="${LD-ld} -m elf_s390"
-	    ;;
-	  sparc64-*linux*)
-	    LD="${LD-ld} -m elf32_sparc"
-	    ;;
-	esac
-	;;
-      *64-bit*)
-	case $host in
-	  x86_64-*kfreebsd*-gnu)
-	    LD="${LD-ld} -m elf_x86_64_fbsd"
-	    ;;
-	  x86_64-*linux*)
-	    LD="${LD-ld} -m elf_x86_64"
-	    ;;
-	  powerpcle-*linux*)
-	    LD="${LD-ld} -m elf64lppc"
-	    ;;
-	  powerpc-*linux*)
-	    LD="${LD-ld} -m elf64ppc"
-	    ;;
-	  s390*-*linux*|s390*-*tpf*)
-	    LD="${LD-ld} -m elf64_s390"
-	    ;;
-	  sparc*-*linux*)
-	    LD="${LD-ld} -m elf64_sparc"
-	    ;;
-	esac
-	;;
-    esac
-  fi
-  rm -rf conftest*
-  ;;
-
-*-*-sco3.2v5*)
-  # On SCO OpenServer 5, we need -belf to get full-featured binaries.
-  SAVE_CFLAGS=$CFLAGS
-  CFLAGS="$CFLAGS -belf"
-  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5
-$as_echo_n "checking whether the C compiler needs -belf... " >&6; }
-if ${lt_cv_cc_needs_belf+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  ac_ext=c
-ac_cpp='$CPP $CPPFLAGS'
-ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
-ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
-ac_compiler_gnu=$ac_cv_c_compiler_gnu
-
-     cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h.  */
-
-int
-main ()
-{
-
-  ;
-  return 0;
-}
-_ACEOF
-if ac_fn_c_try_link "$LINENO"; then :
-  lt_cv_cc_needs_belf=yes
-else
-  lt_cv_cc_needs_belf=no
-fi
-rm -f core conftest.err conftest.$ac_objext \
-    conftest$ac_exeext conftest.$ac_ext
-     ac_ext=c
-ac_cpp='$CPP $CPPFLAGS'
-ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
-ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
-ac_compiler_gnu=$ac_cv_c_compiler_gnu
-
-fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5
-$as_echo "$lt_cv_cc_needs_belf" >&6; }
-  if test yes != "$lt_cv_cc_needs_belf"; then
-    # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
-    CFLAGS=$SAVE_CFLAGS
-  fi
-  ;;
-*-*solaris*)
-  # Find out what ABI is being produced by ac_compile, and set linker
-  # options accordingly.
-  echo 'int i;' > conftest.$ac_ext
-  if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
-  (eval $ac_compile) 2>&5
-  ac_status=$?
-  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
-  test $ac_status = 0; }; then
-    case `/usr/bin/file conftest.o` in
-    *64-bit*)
-      case $lt_cv_prog_gnu_ld in
-      yes*)
-        case $host in
-        i?86-*-solaris*|x86_64-*-solaris*)
-          LD="${LD-ld} -m elf_x86_64"
-          ;;
-        sparc*-*-solaris*)
-          LD="${LD-ld} -m elf64_sparc"
-          ;;
-        esac
-        # GNU ld 2.21 introduced _sol2 emulations.  Use them if available.
-        if ${LD-ld} -V | grep _sol2 >/dev/null 2>&1; then
-          LD=${LD-ld}_sol2
-        fi
-        ;;
-      *)
-	if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
-	  LD="${LD-ld} -64"
-	fi
-	;;
-      esac
-      ;;
-    esac
-  fi
-  rm -rf conftest*
-  ;;
-esac
-
-need_locks=$enable_libtool_lock
-
-if test -n "$ac_tool_prefix"; then
-  # Extract the first word of "${ac_tool_prefix}mt", so it can be a program name with args.
-set dummy ${ac_tool_prefix}mt; ac_word=$2
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
-$as_echo_n "checking for $ac_word... " >&6; }
-if ${ac_cv_prog_MANIFEST_TOOL+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  if test -n "$MANIFEST_TOOL"; then
-  ac_cv_prog_MANIFEST_TOOL="$MANIFEST_TOOL" # Let the user override the test.
-else
-as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-for as_dir in $PATH
-do
-  IFS=$as_save_IFS
-  test -z "$as_dir" && as_dir=.
-    for ac_exec_ext in '' $ac_executable_extensions; do
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
-    ac_cv_prog_MANIFEST_TOOL="${ac_tool_prefix}mt"
-    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
-    break 2
-  fi
-done
-  done
-IFS=$as_save_IFS
-
-fi
-fi
-MANIFEST_TOOL=$ac_cv_prog_MANIFEST_TOOL
-if test -n "$MANIFEST_TOOL"; then
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MANIFEST_TOOL" >&5
-$as_echo "$MANIFEST_TOOL" >&6; }
-else
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-fi
-
-
-fi
-if test -z "$ac_cv_prog_MANIFEST_TOOL"; then
-  ac_ct_MANIFEST_TOOL=$MANIFEST_TOOL
-  # Extract the first word of "mt", so it can be a program name with args.
-set dummy mt; ac_word=$2
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
-$as_echo_n "checking for $ac_word... " >&6; }
-if ${ac_cv_prog_ac_ct_MANIFEST_TOOL+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  if test -n "$ac_ct_MANIFEST_TOOL"; then
-  ac_cv_prog_ac_ct_MANIFEST_TOOL="$ac_ct_MANIFEST_TOOL" # Let the user override the test.
-else
-as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-for as_dir in $PATH
-do
-  IFS=$as_save_IFS
-  test -z "$as_dir" && as_dir=.
-    for ac_exec_ext in '' $ac_executable_extensions; do
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
-    ac_cv_prog_ac_ct_MANIFEST_TOOL="mt"
-    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
-    break 2
-  fi
-done
-  done
-IFS=$as_save_IFS
-
-fi
-fi
-ac_ct_MANIFEST_TOOL=$ac_cv_prog_ac_ct_MANIFEST_TOOL
-if test -n "$ac_ct_MANIFEST_TOOL"; then
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_MANIFEST_TOOL" >&5
-$as_echo "$ac_ct_MANIFEST_TOOL" >&6; }
-else
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-fi
-
-  if test "x$ac_ct_MANIFEST_TOOL" = x; then
-    MANIFEST_TOOL=":"
-  else
-    case $cross_compiling:$ac_tool_warned in
-yes:)
-{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
-$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
-ac_tool_warned=yes ;;
-esac
-    MANIFEST_TOOL=$ac_ct_MANIFEST_TOOL
-  fi
-else
-  MANIFEST_TOOL="$ac_cv_prog_MANIFEST_TOOL"
-fi
-
-test -z "$MANIFEST_TOOL" && MANIFEST_TOOL=mt
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if $MANIFEST_TOOL is a manifest tool" >&5
-$as_echo_n "checking if $MANIFEST_TOOL is a manifest tool... " >&6; }
-if ${lt_cv_path_mainfest_tool+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  lt_cv_path_mainfest_tool=no
-  echo "$as_me:$LINENO: $MANIFEST_TOOL '-?'" >&5
-  $MANIFEST_TOOL '-?' 2>conftest.err > conftest.out
-  cat conftest.err >&5
-  if $GREP 'Manifest Tool' conftest.out > /dev/null; then
-    lt_cv_path_mainfest_tool=yes
-  fi
-  rm -f conftest*
-fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_mainfest_tool" >&5
-$as_echo "$lt_cv_path_mainfest_tool" >&6; }
-if test yes != "$lt_cv_path_mainfest_tool"; then
-  MANIFEST_TOOL=:
-fi
-
-
-
-
-
-
-  case $host_os in
-    rhapsody* | darwin*)
-    if test -n "$ac_tool_prefix"; then
-  # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
-set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
-$as_echo_n "checking for $ac_word... " >&6; }
-if ${ac_cv_prog_DSYMUTIL+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  if test -n "$DSYMUTIL"; then
-  ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
-else
-as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-for as_dir in $PATH
-do
-  IFS=$as_save_IFS
-  test -z "$as_dir" && as_dir=.
-    for ac_exec_ext in '' $ac_executable_extensions; do
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
-    ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
-    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
-    break 2
-  fi
-done
-  done
-IFS=$as_save_IFS
-
-fi
-fi
-DSYMUTIL=$ac_cv_prog_DSYMUTIL
-if test -n "$DSYMUTIL"; then
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5
-$as_echo "$DSYMUTIL" >&6; }
-else
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-fi
-
-
-fi
-if test -z "$ac_cv_prog_DSYMUTIL"; then
-  ac_ct_DSYMUTIL=$DSYMUTIL
-  # Extract the first word of "dsymutil", so it can be a program name with args.
-set dummy dsymutil; ac_word=$2
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
-$as_echo_n "checking for $ac_word... " >&6; }
-if ${ac_cv_prog_ac_ct_DSYMUTIL+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  if test -n "$ac_ct_DSYMUTIL"; then
-  ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
-else
-as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-for as_dir in $PATH
-do
-  IFS=$as_save_IFS
-  test -z "$as_dir" && as_dir=.
-    for ac_exec_ext in '' $ac_executable_extensions; do
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
-    ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
-    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
-    break 2
-  fi
-done
-  done
-IFS=$as_save_IFS
-
-fi
-fi
-ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
-if test -n "$ac_ct_DSYMUTIL"; then
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5
-$as_echo "$ac_ct_DSYMUTIL" >&6; }
-else
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-fi
-
-  if test "x$ac_ct_DSYMUTIL" = x; then
-    DSYMUTIL=":"
-  else
-    case $cross_compiling:$ac_tool_warned in
-yes:)
-{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
-$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
-ac_tool_warned=yes ;;
-esac
-    DSYMUTIL=$ac_ct_DSYMUTIL
-  fi
-else
-  DSYMUTIL="$ac_cv_prog_DSYMUTIL"
-fi
-
-    if test -n "$ac_tool_prefix"; then
-  # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
-set dummy ${ac_tool_prefix}nmedit; ac_word=$2
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
-$as_echo_n "checking for $ac_word... " >&6; }
-if ${ac_cv_prog_NMEDIT+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  if test -n "$NMEDIT"; then
-  ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
-else
-as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-for as_dir in $PATH
-do
-  IFS=$as_save_IFS
-  test -z "$as_dir" && as_dir=.
-    for ac_exec_ext in '' $ac_executable_extensions; do
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
-    ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
-    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
-    break 2
-  fi
-done
-  done
-IFS=$as_save_IFS
-
-fi
-fi
-NMEDIT=$ac_cv_prog_NMEDIT
-if test -n "$NMEDIT"; then
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5
-$as_echo "$NMEDIT" >&6; }
-else
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-fi
-
-
-fi
-if test -z "$ac_cv_prog_NMEDIT"; then
-  ac_ct_NMEDIT=$NMEDIT
-  # Extract the first word of "nmedit", so it can be a program name with args.
-set dummy nmedit; ac_word=$2
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
-$as_echo_n "checking for $ac_word... " >&6; }
-if ${ac_cv_prog_ac_ct_NMEDIT+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  if test -n "$ac_ct_NMEDIT"; then
-  ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
-else
-as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-for as_dir in $PATH
-do
-  IFS=$as_save_IFS
-  test -z "$as_dir" && as_dir=.
-    for ac_exec_ext in '' $ac_executable_extensions; do
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
-    ac_cv_prog_ac_ct_NMEDIT="nmedit"
-    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
-    break 2
-  fi
-done
-  done
-IFS=$as_save_IFS
-
-fi
-fi
-ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
-if test -n "$ac_ct_NMEDIT"; then
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5
-$as_echo "$ac_ct_NMEDIT" >&6; }
-else
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-fi
-
-  if test "x$ac_ct_NMEDIT" = x; then
-    NMEDIT=":"
-  else
-    case $cross_compiling:$ac_tool_warned in
-yes:)
-{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
-$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
-ac_tool_warned=yes ;;
-esac
-    NMEDIT=$ac_ct_NMEDIT
-  fi
-else
-  NMEDIT="$ac_cv_prog_NMEDIT"
-fi
-
-    if test -n "$ac_tool_prefix"; then
-  # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
-set dummy ${ac_tool_prefix}lipo; ac_word=$2
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
-$as_echo_n "checking for $ac_word... " >&6; }
-if ${ac_cv_prog_LIPO+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  if test -n "$LIPO"; then
-  ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
-else
-as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-for as_dir in $PATH
-do
-  IFS=$as_save_IFS
-  test -z "$as_dir" && as_dir=.
-    for ac_exec_ext in '' $ac_executable_extensions; do
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
-    ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
-    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
-    break 2
-  fi
-done
-  done
-IFS=$as_save_IFS
-
-fi
-fi
-LIPO=$ac_cv_prog_LIPO
-if test -n "$LIPO"; then
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
-$as_echo "$LIPO" >&6; }
-else
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-fi
-
-
-fi
-if test -z "$ac_cv_prog_LIPO"; then
-  ac_ct_LIPO=$LIPO
-  # Extract the first word of "lipo", so it can be a program name with args.
-set dummy lipo; ac_word=$2
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
-$as_echo_n "checking for $ac_word... " >&6; }
-if ${ac_cv_prog_ac_ct_LIPO+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  if test -n "$ac_ct_LIPO"; then
-  ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
-else
-as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-for as_dir in $PATH
-do
-  IFS=$as_save_IFS
-  test -z "$as_dir" && as_dir=.
-    for ac_exec_ext in '' $ac_executable_extensions; do
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
-    ac_cv_prog_ac_ct_LIPO="lipo"
-    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
-    break 2
-  fi
-done
-  done
-IFS=$as_save_IFS
-
-fi
-fi
-ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
-if test -n "$ac_ct_LIPO"; then
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5
-$as_echo "$ac_ct_LIPO" >&6; }
-else
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-fi
-
-  if test "x$ac_ct_LIPO" = x; then
-    LIPO=":"
-  else
-    case $cross_compiling:$ac_tool_warned in
-yes:)
-{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
-$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
-ac_tool_warned=yes ;;
-esac
-    LIPO=$ac_ct_LIPO
-  fi
-else
-  LIPO="$ac_cv_prog_LIPO"
-fi
-
-    if test -n "$ac_tool_prefix"; then
-  # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
-set dummy ${ac_tool_prefix}otool; ac_word=$2
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
-$as_echo_n "checking for $ac_word... " >&6; }
-if ${ac_cv_prog_OTOOL+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  if test -n "$OTOOL"; then
-  ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
-else
-as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-for as_dir in $PATH
-do
-  IFS=$as_save_IFS
-  test -z "$as_dir" && as_dir=.
-    for ac_exec_ext in '' $ac_executable_extensions; do
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
-    ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
-    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
-    break 2
-  fi
-done
-  done
-IFS=$as_save_IFS
-
-fi
-fi
-OTOOL=$ac_cv_prog_OTOOL
-if test -n "$OTOOL"; then
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
-$as_echo "$OTOOL" >&6; }
-else
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-fi
-
-
-fi
-if test -z "$ac_cv_prog_OTOOL"; then
-  ac_ct_OTOOL=$OTOOL
-  # Extract the first word of "otool", so it can be a program name with args.
-set dummy otool; ac_word=$2
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
-$as_echo_n "checking for $ac_word... " >&6; }
-if ${ac_cv_prog_ac_ct_OTOOL+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  if test -n "$ac_ct_OTOOL"; then
-  ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
-else
-as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-for as_dir in $PATH
-do
-  IFS=$as_save_IFS
-  test -z "$as_dir" && as_dir=.
-    for ac_exec_ext in '' $ac_executable_extensions; do
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
-    ac_cv_prog_ac_ct_OTOOL="otool"
-    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
-    break 2
-  fi
-done
-  done
-IFS=$as_save_IFS
-
-fi
-fi
-ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
-if test -n "$ac_ct_OTOOL"; then
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
-$as_echo "$ac_ct_OTOOL" >&6; }
-else
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-fi
-
-  if test "x$ac_ct_OTOOL" = x; then
-    OTOOL=":"
-  else
-    case $cross_compiling:$ac_tool_warned in
-yes:)
-{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
-$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
-ac_tool_warned=yes ;;
-esac
-    OTOOL=$ac_ct_OTOOL
-  fi
-else
-  OTOOL="$ac_cv_prog_OTOOL"
-fi
-
-    if test -n "$ac_tool_prefix"; then
-  # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args.
-set dummy ${ac_tool_prefix}otool64; ac_word=$2
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
-$as_echo_n "checking for $ac_word... " >&6; }
-if ${ac_cv_prog_OTOOL64+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  if test -n "$OTOOL64"; then
-  ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
-else
-as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-for as_dir in $PATH
-do
-  IFS=$as_save_IFS
-  test -z "$as_dir" && as_dir=.
-    for ac_exec_ext in '' $ac_executable_extensions; do
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
-    ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
-    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
-    break 2
-  fi
-done
-  done
-IFS=$as_save_IFS
-
-fi
-fi
-OTOOL64=$ac_cv_prog_OTOOL64
-if test -n "$OTOOL64"; then
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5
-$as_echo "$OTOOL64" >&6; }
-else
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-fi
-
-
-fi
-if test -z "$ac_cv_prog_OTOOL64"; then
-  ac_ct_OTOOL64=$OTOOL64
-  # Extract the first word of "otool64", so it can be a program name with args.
-set dummy otool64; ac_word=$2
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
-$as_echo_n "checking for $ac_word... " >&6; }
-if ${ac_cv_prog_ac_ct_OTOOL64+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  if test -n "$ac_ct_OTOOL64"; then
-  ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
-else
-as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-for as_dir in $PATH
-do
-  IFS=$as_save_IFS
-  test -z "$as_dir" && as_dir=.
-    for ac_exec_ext in '' $ac_executable_extensions; do
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
-    ac_cv_prog_ac_ct_OTOOL64="otool64"
-    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
-    break 2
-  fi
-done
-  done
-IFS=$as_save_IFS
-
-fi
-fi
-ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
-if test -n "$ac_ct_OTOOL64"; then
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5
-$as_echo "$ac_ct_OTOOL64" >&6; }
-else
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-fi
-
-  if test "x$ac_ct_OTOOL64" = x; then
-    OTOOL64=":"
-  else
-    case $cross_compiling:$ac_tool_warned in
-yes:)
-{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
-$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
-ac_tool_warned=yes ;;
-esac
-    OTOOL64=$ac_ct_OTOOL64
-  fi
-else
-  OTOOL64="$ac_cv_prog_OTOOL64"
-fi
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5
-$as_echo_n "checking for -single_module linker flag... " >&6; }
-if ${lt_cv_apple_cc_single_mod+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  lt_cv_apple_cc_single_mod=no
-      if test -z "$LT_MULTI_MODULE"; then
-	# By default we will add the -single_module flag. You can override
-	# by either setting the environment variable LT_MULTI_MODULE
-	# non-empty at configure time, or by adding -multi_module to the
-	# link flags.
-	rm -rf libconftest.dylib*
-	echo "int foo(void){return 1;}" > conftest.c
-	echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
--dynamiclib -Wl,-single_module conftest.c" >&5
-	$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
-	  -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
-        _lt_result=$?
-	# If there is a non-empty error log, and "single_module"
-	# appears in it, assume the flag caused a linker warning
-        if test -s conftest.err && $GREP single_module conftest.err; then
-	  cat conftest.err >&5
-	# Otherwise, if the output was created with a 0 exit code from
-	# the compiler, it worked.
-	elif test -f libconftest.dylib && test 0 = "$_lt_result"; then
-	  lt_cv_apple_cc_single_mod=yes
-	else
-	  cat conftest.err >&5
-	fi
-	rm -rf libconftest.dylib*
-	rm -f conftest.*
-      fi
-fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
-$as_echo "$lt_cv_apple_cc_single_mod" >&6; }
-
-    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
-$as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
-if ${lt_cv_ld_exported_symbols_list+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  lt_cv_ld_exported_symbols_list=no
-      save_LDFLAGS=$LDFLAGS
-      echo "_main" > conftest.sym
-      LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
-      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h.  */
-
-int
-main ()
-{
-
-  ;
-  return 0;
-}
-_ACEOF
-if ac_fn_c_try_link "$LINENO"; then :
-  lt_cv_ld_exported_symbols_list=yes
-else
-  lt_cv_ld_exported_symbols_list=no
-fi
-rm -f core conftest.err conftest.$ac_objext \
-    conftest$ac_exeext conftest.$ac_ext
-	LDFLAGS=$save_LDFLAGS
-
-fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
-$as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
-
-    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5
-$as_echo_n "checking for -force_load linker flag... " >&6; }
-if ${lt_cv_ld_force_load+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  lt_cv_ld_force_load=no
-      cat > conftest.c << _LT_EOF
-int forced_loaded() { return 2;}
-_LT_EOF
-      echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5
-      $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5
-      echo "$AR cru libconftest.a conftest.o" >&5
-      $AR cru libconftest.a conftest.o 2>&5
-      echo "$RANLIB libconftest.a" >&5
-      $RANLIB libconftest.a 2>&5
-      cat > conftest.c << _LT_EOF
-int main() { return 0;}
-_LT_EOF
-      echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5
-      $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
-      _lt_result=$?
-      if test -s conftest.err && $GREP force_load conftest.err; then
-	cat conftest.err >&5
-      elif test -f conftest && test 0 = "$_lt_result" && $GREP forced_load conftest >/dev/null 2>&1; then
-	lt_cv_ld_force_load=yes
-      else
-	cat conftest.err >&5
-      fi
-        rm -f conftest.err libconftest.a conftest conftest.c
-        rm -rf conftest.dSYM
-
-fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_force_load" >&5
-$as_echo "$lt_cv_ld_force_load" >&6; }
-    case $host_os in
-    rhapsody* | darwin1.[012])
-      _lt_dar_allow_undefined='$wl-undefined ${wl}suppress' ;;
-    darwin1.*)
-      _lt_dar_allow_undefined='$wl-flat_namespace $wl-undefined ${wl}suppress' ;;
-    darwin*) # darwin 5.x on
-      # if running on 10.5 or later, the deployment target defaults
-      # to the OS version, if on x86, and 10.4, the deployment
-      # target defaults to 10.4. Don't you love it?
-      case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
-	10.0,*86*-darwin8*|10.0,*-darwin[91]*)
-	  _lt_dar_allow_undefined='$wl-undefined ${wl}dynamic_lookup' ;;
-	10.[012][,.]*)
-	  _lt_dar_allow_undefined='$wl-flat_namespace $wl-undefined ${wl}suppress' ;;
-	10.*)
-	  _lt_dar_allow_undefined='$wl-undefined ${wl}dynamic_lookup' ;;
-      esac
-    ;;
-  esac
-    if test yes = "$lt_cv_apple_cc_single_mod"; then
-      _lt_dar_single_mod='$single_module'
-    fi
-    if test yes = "$lt_cv_ld_exported_symbols_list"; then
-      _lt_dar_export_syms=' $wl-exported_symbols_list,$output_objdir/$libname-symbols.expsym'
-    else
-      _lt_dar_export_syms='~$NMEDIT -s $output_objdir/$libname-symbols.expsym $lib'
-    fi
-    if test : != "$DSYMUTIL" && test no = "$lt_cv_ld_force_load"; then
-      _lt_dsymutil='~$DSYMUTIL $lib || :'
-    else
-      _lt_dsymutil=
-    fi
-    ;;
-  esac
-
-# func_munge_path_list VARIABLE PATH
-# -----------------------------------
-# VARIABLE is name of variable containing _space_ separated list of
-# directories to be munged by the contents of PATH, which is string
-# having a format:
-# "DIR[:DIR]:"
-#       string "DIR[ DIR]" will be prepended to VARIABLE
-# ":DIR[:DIR]"
-#       string "DIR[ DIR]" will be appended to VARIABLE
-# "DIRP[:DIRP]::[DIRA:]DIRA"
-#       string "DIRP[ DIRP]" will be prepended to VARIABLE and string
-#       "DIRA[ DIRA]" will be appended to VARIABLE
-# "DIR[:DIR]"
-#       VARIABLE will be replaced by "DIR[ DIR]"
-func_munge_path_list ()
-{
-    case x$2 in
-    x)
-        ;;
-    *:)
-        eval $1=\"`$ECHO $2 | $SED 's/:/ /g'` \$$1\"
-        ;;
-    x:*)
-        eval $1=\"\$$1 `$ECHO $2 | $SED 's/:/ /g'`\"
-        ;;
-    *::*)
-        eval $1=\"\$$1\ `$ECHO $2 | $SED -e 's/.*:://' -e 's/:/ /g'`\"
-        eval $1=\"`$ECHO $2 | $SED -e 's/::.*//' -e 's/:/ /g'`\ \$$1\"
-        ;;
-    *)
-        eval $1=\"`$ECHO $2 | $SED 's/:/ /g'`\"
-        ;;
-    esac
-}
-
-ac_ext=c
-ac_cpp='$CPP $CPPFLAGS'
-ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
-ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
-ac_compiler_gnu=$ac_cv_c_compiler_gnu
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
-$as_echo_n "checking how to run the C preprocessor... " >&6; }
-# On Suns, sometimes $CPP names a directory.
-if test -n "$CPP" && test -d "$CPP"; then
-  CPP=
-fi
-if test -z "$CPP"; then
-  if ${ac_cv_prog_CPP+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-      # Double quotes because CPP needs to be expanded
-    for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
-    do
-      ac_preproc_ok=false
-for ac_c_preproc_warn_flag in '' yes
-do
-  # Use a header file that comes with gcc, so configuring glibc
-  # with a fresh cross-compiler works.
-  # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
-  # <limits.h> exists even on freestanding compilers.
-  # On the NeXT, cc -E runs the code through the compiler's parser,
-  # not just through cpp. "Syntax error" is here to catch this case.
-  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h.  */
-#ifdef __STDC__
-# include <limits.h>
-#else
-# include <assert.h>
-#endif
-		     Syntax error
-_ACEOF
-if ac_fn_c_try_cpp "$LINENO"; then :
-
-else
-  # Broken: fails on valid input.
-continue
-fi
-rm -f conftest.err conftest.i conftest.$ac_ext
-
-  # OK, works on sane cases.  Now check whether nonexistent headers
-  # can be detected and how.
-  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h.  */
-#include <ac_nonexistent.h>
-_ACEOF
-if ac_fn_c_try_cpp "$LINENO"; then :
-  # Broken: success on invalid input.
-continue
-else
-  # Passes both tests.
-ac_preproc_ok=:
-break
-fi
-rm -f conftest.err conftest.i conftest.$ac_ext
-
-done
-# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
-rm -f conftest.i conftest.err conftest.$ac_ext
-if $ac_preproc_ok; then :
-  break
-fi
-
-    done
-    ac_cv_prog_CPP=$CPP
-
-fi
-  CPP=$ac_cv_prog_CPP
-else
-  ac_cv_prog_CPP=$CPP
-fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
-$as_echo "$CPP" >&6; }
-ac_preproc_ok=false
-for ac_c_preproc_warn_flag in '' yes
-do
-  # Use a header file that comes with gcc, so configuring glibc
-  # with a fresh cross-compiler works.
-  # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
-  # <limits.h> exists even on freestanding compilers.
-  # On the NeXT, cc -E runs the code through the compiler's parser,
-  # not just through cpp. "Syntax error" is here to catch this case.
-  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h.  */
-#ifdef __STDC__
-# include <limits.h>
-#else
-# include <assert.h>
-#endif
-		     Syntax error
-_ACEOF
-if ac_fn_c_try_cpp "$LINENO"; then :
-
-else
-  # Broken: fails on valid input.
-continue
-fi
-rm -f conftest.err conftest.i conftest.$ac_ext
-
-  # OK, works on sane cases.  Now check whether nonexistent headers
-  # can be detected and how.
-  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h.  */
-#include <ac_nonexistent.h>
-_ACEOF
-if ac_fn_c_try_cpp "$LINENO"; then :
-  # Broken: success on invalid input.
-continue
-else
-  # Passes both tests.
-ac_preproc_ok=:
-break
-fi
-rm -f conftest.err conftest.i conftest.$ac_ext
-
-done
-# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
-rm -f conftest.i conftest.err conftest.$ac_ext
-if $ac_preproc_ok; then :
-
-else
-  { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
-$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
-as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
-See \`config.log' for more details" "$LINENO" 5; }
-fi
-
-ac_ext=c
-ac_cpp='$CPP $CPPFLAGS'
-ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
-ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
-ac_compiler_gnu=$ac_cv_c_compiler_gnu
-
-
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
-$as_echo_n "checking for ANSI C header files... " >&6; }
-if ${ac_cv_header_stdc+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h.  */
-#include <stdlib.h>
-#include <stdarg.h>
-#include <string.h>
-#include <float.h>
-
-int
-main ()
-{
-
-  ;
-  return 0;
-}
-_ACEOF
-if ac_fn_c_try_compile "$LINENO"; then :
-  ac_cv_header_stdc=yes
-else
-  ac_cv_header_stdc=no
-fi
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-
-if test $ac_cv_header_stdc = yes; then
-  # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
-  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h.  */
-#include <string.h>
-
-_ACEOF
-if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
-  $EGREP "memchr" >/dev/null 2>&1; then :
-
-else
-  ac_cv_header_stdc=no
-fi
-rm -f conftest*
-
-fi
-
-if test $ac_cv_header_stdc = yes; then
-  # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
-  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h.  */
-#include <stdlib.h>
-
-_ACEOF
-if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
-  $EGREP "free" >/dev/null 2>&1; then :
-
-else
-  ac_cv_header_stdc=no
-fi
-rm -f conftest*
-
-fi
-
-if test $ac_cv_header_stdc = yes; then
-  # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
-  if test "$cross_compiling" = yes; then :
-  :
-else
-  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h.  */
-#include <ctype.h>
-#include <stdlib.h>
-#if ((' ' & 0x0FF) == 0x020)
-# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
-# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
-#else
-# define ISLOWER(c) \
-		   (('a' <= (c) && (c) <= 'i') \
-		     || ('j' <= (c) && (c) <= 'r') \
-		     || ('s' <= (c) && (c) <= 'z'))
-# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
-#endif
-
-#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
-int
-main ()
-{
-  int i;
-  for (i = 0; i < 256; i++)
-    if (XOR (islower (i), ISLOWER (i))
-	|| toupper (i) != TOUPPER (i))
-      return 2;
-  return 0;
-}
-_ACEOF
-if ac_fn_c_try_run "$LINENO"; then :
-
-else
-  ac_cv_header_stdc=no
-fi
-rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
-  conftest.$ac_objext conftest.beam conftest.$ac_ext
-fi
-
-fi
-fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
-$as_echo "$ac_cv_header_stdc" >&6; }
-if test $ac_cv_header_stdc = yes; then
-
-$as_echo "#define STDC_HEADERS 1" >>confdefs.h
-
-fi
-
-# On IRIX 5.3, sys/types and inttypes.h are conflicting.
-for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
-		  inttypes.h stdint.h unistd.h
-do :
-  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
-"
-if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
-  cat >>confdefs.h <<_ACEOF
-#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
-_ACEOF
-
-fi
-
-done
-
-
-for ac_header in dlfcn.h
-do :
-  ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
-"
-if test "x$ac_cv_header_dlfcn_h" = xyes; then :
-  cat >>confdefs.h <<_ACEOF
-#define HAVE_DLFCN_H 1
-_ACEOF
-
-fi
-
-done
-
-
-
-
-func_stripname_cnf ()
-{
-  case $2 in
-  .*) func_stripname_result=`$ECHO "$3" | $SED "s%^$1%%; s%\\\\$2\$%%"`;;
-  *)  func_stripname_result=`$ECHO "$3" | $SED "s%^$1%%; s%$2\$%%"`;;
-  esac
-} # func_stripname_cnf
-
-
-
-
-
-# Set options
-
-
-
-        enable_dlopen=no
-
-
-  enable_win32_dll=no
-
-
-            # Check whether --enable-shared was given.
-if test "${enable_shared+set}" = set; then :
-  enableval=$enable_shared; p=${PACKAGE-default}
-    case $enableval in
-    yes) enable_shared=yes ;;
-    no) enable_shared=no ;;
-    *)
-      enable_shared=no
-      # Look at the argument we got.  We use all the common list separators.
-      lt_save_ifs=$IFS; IFS=$IFS$PATH_SEPARATOR,
-      for pkg in $enableval; do
-	IFS=$lt_save_ifs
-	if test "X$pkg" = "X$p"; then
-	  enable_shared=yes
-	fi
-      done
-      IFS=$lt_save_ifs
-      ;;
-    esac
-else
-  enable_shared=yes
-fi
-
-
-
-
-
-
-
-
-
-  # Check whether --enable-static was given.
-if test "${enable_static+set}" = set; then :
-  enableval=$enable_static; p=${PACKAGE-default}
-    case $enableval in
-    yes) enable_static=yes ;;
-    no) enable_static=no ;;
-    *)
-     enable_static=no
-      # Look at the argument we got.  We use all the common list separators.
-      lt_save_ifs=$IFS; IFS=$IFS$PATH_SEPARATOR,
-      for pkg in $enableval; do
-	IFS=$lt_save_ifs
-	if test "X$pkg" = "X$p"; then
-	  enable_static=yes
-	fi
-      done
-      IFS=$lt_save_ifs
-      ;;
-    esac
-else
-  enable_static=yes
-fi
-
-
-
-
-
-
-
-
-
-
-# Check whether --with-pic was given.
-if test "${with_pic+set}" = set; then :
-  withval=$with_pic; lt_p=${PACKAGE-default}
-    case $withval in
-    yes|no) pic_mode=$withval ;;
-    *)
-      pic_mode=default
-      # Look at the argument we got.  We use all the common list separators.
-      lt_save_ifs=$IFS; IFS=$IFS$PATH_SEPARATOR,
-      for lt_pkg in $withval; do
-	IFS=$lt_save_ifs
-	if test "X$lt_pkg" = "X$lt_p"; then
-	  pic_mode=yes
-	fi
-      done
-      IFS=$lt_save_ifs
-      ;;
-    esac
-else
-  pic_mode=default
-fi
-
-
-
-
-
-
-
-
-  # Check whether --enable-fast-install was given.
-if test "${enable_fast_install+set}" = set; then :
-  enableval=$enable_fast_install; p=${PACKAGE-default}
-    case $enableval in
-    yes) enable_fast_install=yes ;;
-    no) enable_fast_install=no ;;
-    *)
-      enable_fast_install=no
-      # Look at the argument we got.  We use all the common list separators.
-      lt_save_ifs=$IFS; IFS=$IFS$PATH_SEPARATOR,
-      for pkg in $enableval; do
-	IFS=$lt_save_ifs
-	if test "X$pkg" = "X$p"; then
-	  enable_fast_install=yes
-	fi
-      done
-      IFS=$lt_save_ifs
-      ;;
-    esac
-else
-  enable_fast_install=yes
-fi
-
-
-
-
-
-
-
-
-  shared_archive_member_spec=
-case $host,$enable_shared in
-power*-*-aix[5-9]*,yes)
-  { $as_echo "$as_me:${as_lineno-$LINENO}: checking which variant of shared library versioning to provide" >&5
-$as_echo_n "checking which variant of shared library versioning to provide... " >&6; }
-
-# Check whether --with-aix-soname was given.
-if test "${with_aix_soname+set}" = set; then :
-  withval=$with_aix_soname; case $withval in
-    aix|svr4|both)
-      ;;
-    *)
-      as_fn_error $? "Unknown argument to --with-aix-soname" "$LINENO" 5
-      ;;
-    esac
-    lt_cv_with_aix_soname=$with_aix_soname
-else
-  if ${lt_cv_with_aix_soname+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  lt_cv_with_aix_soname=aix
-fi
-
-    with_aix_soname=$lt_cv_with_aix_soname
-fi
-
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_aix_soname" >&5
-$as_echo "$with_aix_soname" >&6; }
-  if test aix != "$with_aix_soname"; then
-    # For the AIX way of multilib, we name the shared archive member
-    # based on the bitwidth used, traditionally 'shr.o' or 'shr_64.o',
-    # and 'shr.imp' or 'shr_64.imp', respectively, for the Import File.
-    # Even when GNU compilers ignore OBJECT_MODE but need '-maix64' flag,
-    # the AIX toolchain works better with OBJECT_MODE set (default 32).
-    if test 64 = "${OBJECT_MODE-32}"; then
-      shared_archive_member_spec=shr_64
-    else
-      shared_archive_member_spec=shr
-    fi
-  fi
-  ;;
-*)
-  with_aix_soname=aix
-  ;;
-esac
-
-
-
-
-
-
-
-
-
-
-# This can be used to rebuild libtool when needed
-LIBTOOL_DEPS=$ltmain
-
-# Always use our own libtool.
-LIBTOOL='$(SHELL) $(top_builddir)/libtool'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-test -z "$LN_S" && LN_S="ln -s"
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-if test -n "${ZSH_VERSION+set}"; then
-   setopt NO_GLOB_SUBST
-fi
-
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
-$as_echo_n "checking for objdir... " >&6; }
-if ${lt_cv_objdir+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  rm -f .libs 2>/dev/null
-mkdir .libs 2>/dev/null
-if test -d .libs; then
-  lt_cv_objdir=.libs
-else
-  # MS-DOS does not allow filenames that begin with a dot.
-  lt_cv_objdir=_libs
-fi
-rmdir .libs 2>/dev/null
-fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
-$as_echo "$lt_cv_objdir" >&6; }
-objdir=$lt_cv_objdir
-
-
-
-
-
-cat >>confdefs.h <<_ACEOF
-#define LT_OBJDIR "$lt_cv_objdir/"
-_ACEOF
-
-
-
-
-case $host_os in
-aix3*)
-  # AIX sometimes has problems with the GCC collect2 program.  For some
-  # reason, if we set the COLLECT_NAMES environment variable, the problems
-  # vanish in a puff of smoke.
-  if test set != "${COLLECT_NAMES+set}"; then
-    COLLECT_NAMES=
-    export COLLECT_NAMES
-  fi
-  ;;
-esac
-
-# Global variables:
-ofile=libtool
-can_build_shared=yes
-
-# All known linkers require a '.a' archive for static linking (except MSVC,
-# which needs '.lib').
-libext=a
-
-with_gnu_ld=$lt_cv_prog_gnu_ld
-
-old_CC=$CC
-old_CFLAGS=$CFLAGS
-
-# Set sane defaults for various variables
-test -z "$CC" && CC=cc
-test -z "$LTCC" && LTCC=$CC
-test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
-test -z "$LD" && LD=ld
-test -z "$ac_objext" && ac_objext=o
-
-func_cc_basename $compiler
-cc_basename=$func_cc_basename_result
-
-
-# Only perform the check for file, if the check method requires it
-test -z "$MAGIC_CMD" && MAGIC_CMD=file
-case $deplibs_check_method in
-file_magic*)
-  if test "$file_magic_cmd" = '$MAGIC_CMD'; then
-    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
-$as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
-if ${lt_cv_path_MAGIC_CMD+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  case $MAGIC_CMD in
-[\\/*] |  ?:[\\/]*)
-  lt_cv_path_MAGIC_CMD=$MAGIC_CMD # Let the user override the test with a path.
-  ;;
-*)
-  lt_save_MAGIC_CMD=$MAGIC_CMD
-  lt_save_ifs=$IFS; IFS=$PATH_SEPARATOR
-  ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
-  for ac_dir in $ac_dummy; do
-    IFS=$lt_save_ifs
-    test -z "$ac_dir" && ac_dir=.
-    if test -f "$ac_dir/${ac_tool_prefix}file"; then
-      lt_cv_path_MAGIC_CMD=$ac_dir/"${ac_tool_prefix}file"
-      if test -n "$file_magic_test_file"; then
-	case $deplibs_check_method in
-	"file_magic "*)
-	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
-	  MAGIC_CMD=$lt_cv_path_MAGIC_CMD
-	  if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
-	    $EGREP "$file_magic_regex" > /dev/null; then
-	    :
-	  else
-	    cat <<_LT_EOF 1>&2
-
-*** Warning: the command libtool uses to detect shared libraries,
-*** $file_magic_cmd, produces output that libtool cannot recognize.
-*** The result is that libtool may fail to recognize shared libraries
-*** as such.  This will affect the creation of libtool libraries that
-*** depend on shared libraries, but programs linked with such libtool
-*** libraries will work regardless of this problem.  Nevertheless, you
-*** may want to report the problem to your system manager and/or to
-*** bug-libtool at gnu.org
-
-_LT_EOF
-	  fi ;;
-	esac
-      fi
-      break
-    fi
-  done
-  IFS=$lt_save_ifs
-  MAGIC_CMD=$lt_save_MAGIC_CMD
-  ;;
-esac
-fi
-
-MAGIC_CMD=$lt_cv_path_MAGIC_CMD
-if test -n "$MAGIC_CMD"; then
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
-$as_echo "$MAGIC_CMD" >&6; }
-else
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-fi
-
-
-
-
-
-if test -z "$lt_cv_path_MAGIC_CMD"; then
-  if test -n "$ac_tool_prefix"; then
-    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5
-$as_echo_n "checking for file... " >&6; }
-if ${lt_cv_path_MAGIC_CMD+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  case $MAGIC_CMD in
-[\\/*] |  ?:[\\/]*)
-  lt_cv_path_MAGIC_CMD=$MAGIC_CMD # Let the user override the test with a path.
-  ;;
-*)
-  lt_save_MAGIC_CMD=$MAGIC_CMD
-  lt_save_ifs=$IFS; IFS=$PATH_SEPARATOR
-  ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
-  for ac_dir in $ac_dummy; do
-    IFS=$lt_save_ifs
-    test -z "$ac_dir" && ac_dir=.
-    if test -f "$ac_dir/file"; then
-      lt_cv_path_MAGIC_CMD=$ac_dir/"file"
-      if test -n "$file_magic_test_file"; then
-	case $deplibs_check_method in
-	"file_magic "*)
-	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
-	  MAGIC_CMD=$lt_cv_path_MAGIC_CMD
-	  if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
-	    $EGREP "$file_magic_regex" > /dev/null; then
-	    :
-	  else
-	    cat <<_LT_EOF 1>&2
-
-*** Warning: the command libtool uses to detect shared libraries,
-*** $file_magic_cmd, produces output that libtool cannot recognize.
-*** The result is that libtool may fail to recognize shared libraries
-*** as such.  This will affect the creation of libtool libraries that
-*** depend on shared libraries, but programs linked with such libtool
-*** libraries will work regardless of this problem.  Nevertheless, you
-*** may want to report the problem to your system manager and/or to
-*** bug-libtool at gnu.org
-
-_LT_EOF
-	  fi ;;
-	esac
-      fi
-      break
-    fi
-  done
-  IFS=$lt_save_ifs
-  MAGIC_CMD=$lt_save_MAGIC_CMD
-  ;;
-esac
-fi
-
-MAGIC_CMD=$lt_cv_path_MAGIC_CMD
-if test -n "$MAGIC_CMD"; then
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
-$as_echo "$MAGIC_CMD" >&6; }
-else
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-fi
-
-
-  else
-    MAGIC_CMD=:
-  fi
-fi
-
-  fi
-  ;;
-esac
-
-# Use C for the default configuration in the libtool script
-
-lt_save_CC=$CC
-ac_ext=c
-ac_cpp='$CPP $CPPFLAGS'
-ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
-ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
-ac_compiler_gnu=$ac_cv_c_compiler_gnu
-
-
-# Source file extension for C test sources.
-ac_ext=c
-
-# Object file extension for compiled C test sources.
-objext=o
-objext=$objext
-
-# Code to be used in simple compile tests
-lt_simple_compile_test_code="int some_variable = 0;"
-
-# Code to be used in simple link tests
-lt_simple_link_test_code='int main(){return(0);}'
-
-
-
-
-
-
-
-# If no C compiler was specified, use CC.
-LTCC=${LTCC-"$CC"}
-
-# If no C compiler flags were specified, use CFLAGS.
-LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
-
-# Allow CC to be a program name with arguments.
-compiler=$CC
-
-# Save the default compiler, since it gets overwritten when the other
-# tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
-compiler_DEFAULT=$CC
-
-# save warnings/boilerplate of simple test code
-ac_outfile=conftest.$ac_objext
-echo "$lt_simple_compile_test_code" >conftest.$ac_ext
-eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
-_lt_compiler_boilerplate=`cat conftest.err`
-$RM conftest*
-
-ac_outfile=conftest.$ac_objext
-echo "$lt_simple_link_test_code" >conftest.$ac_ext
-eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
-_lt_linker_boilerplate=`cat conftest.err`
-$RM -r conftest*
-
-
-## CAVEAT EMPTOR:
-## There is no encapsulation within the following macros, do not change
-## the running order or otherwise move them around unless you know exactly
-## what you are doing...
-if test -n "$compiler"; then
-
-lt_prog_compiler_no_builtin_flag=
-
-if test yes = "$GCC"; then
-  case $cc_basename in
-  nvcc*)
-    lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;;
-  *)
-    lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;;
-  esac
-
-  { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
-$as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
-if ${lt_cv_prog_compiler_rtti_exceptions+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  lt_cv_prog_compiler_rtti_exceptions=no
-   ac_outfile=conftest.$ac_objext
-   echo "$lt_simple_compile_test_code" > conftest.$ac_ext
-   lt_compiler_flag="-fno-rtti -fno-exceptions"  ## exclude from sc_useless_quotes_in_assignment
-   # Insert the option either (1) after the last *FLAGS variable, or
-   # (2) before a word containing "conftest.", or (3) at the end.
-   # Note that $ac_compile itself does not contain backslashes and begins
-   # with a dollar sign (not a hyphen), so the echo should work correctly.
-   # The option is referenced via a variable to avoid confusing sed.
-   lt_compile=`echo "$ac_compile" | $SED \
-   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
-   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
-   -e 's:$: $lt_compiler_flag:'`
-   (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
-   (eval "$lt_compile" 2>conftest.err)
-   ac_status=$?
-   cat conftest.err >&5
-   echo "$as_me:$LINENO: \$? = $ac_status" >&5
-   if (exit $ac_status) && test -s "$ac_outfile"; then
-     # The compiler can only warn and ignore the option if not recognized
-     # So say no if there are warnings other than the usual output.
-     $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
-     $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
-     if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
-       lt_cv_prog_compiler_rtti_exceptions=yes
-     fi
-   fi
-   $RM conftest*
-
-fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
-$as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
-
-if test yes = "$lt_cv_prog_compiler_rtti_exceptions"; then
-    lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
-else
-    :
-fi
-
-fi
-
-
-
-
-
-
-  lt_prog_compiler_wl=
-lt_prog_compiler_pic=
-lt_prog_compiler_static=
-
-
-  if test yes = "$GCC"; then
-    lt_prog_compiler_wl='-Wl,'
-    lt_prog_compiler_static='-static'
-
-    case $host_os in
-      aix*)
-      # All AIX code is PIC.
-      if test ia64 = "$host_cpu"; then
-	# AIX 5 now supports IA64 processor
-	lt_prog_compiler_static='-Bstatic'
-      fi
-      lt_prog_compiler_pic='-fPIC'
-      ;;
-
-    amigaos*)
-      case $host_cpu in
-      powerpc)
-            # see comment about AmigaOS4 .so support
-            lt_prog_compiler_pic='-fPIC'
-        ;;
-      m68k)
-            # FIXME: we need at least 68020 code to build shared libraries, but
-            # adding the '-m68020' flag to GCC prevents building anything better,
-            # like '-m68040'.
-            lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
-        ;;
-      esac
-      ;;
-
-    beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
-      # PIC is the default for these OSes.
-      ;;
-
-    mingw* | cygwin* | pw32* | os2* | cegcc*)
-      # This hack is so that the source file can tell whether it is being
-      # built for inclusion in a dll (and should export symbols for example).
-      # Although the cygwin gcc ignores -fPIC, still need this for old-style
-      # (--disable-auto-import) libraries
-      lt_prog_compiler_pic='-DDLL_EXPORT'
-      case $host_os in
-      os2*)
-	lt_prog_compiler_static='$wl-static'
-	;;
-      esac
-      ;;
-
-    darwin* | rhapsody*)
-      # PIC is the default on this platform
-      # Common symbols not allowed in MH_DYLIB files
-      lt_prog_compiler_pic='-fno-common'
-      ;;
-
-    haiku*)
-      # PIC is the default for Haiku.
-      # The "-static" flag exists, but is broken.
-      lt_prog_compiler_static=
-      ;;
-
-    hpux*)
-      # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
-      # PA HP-UX.  On IA64 HP-UX, PIC is the default but the pic flag
-      # sets the default TLS model and affects inlining.
-      case $host_cpu in
-      hppa*64*)
-	# +Z the default
-	;;
-      *)
-	lt_prog_compiler_pic='-fPIC'
-	;;
-      esac
-      ;;
-
-    interix[3-9]*)
-      # Interix 3.x gcc -fpic/-fPIC options generate broken code.
-      # Instead, we relocate shared libraries at runtime.
-      ;;
-
-    msdosdjgpp*)
-      # Just because we use GCC doesn't mean we suddenly get shared libraries
-      # on systems that don't support them.
-      lt_prog_compiler_can_build_shared=no
-      enable_shared=no
-      ;;
-
-    *nto* | *qnx*)
-      # QNX uses GNU C++, but need to define -shared option too, otherwise
-      # it will coredump.
-      lt_prog_compiler_pic='-fPIC -shared'
-      ;;
-
-    sysv4*MP*)
-      if test -d /usr/nec; then
-	lt_prog_compiler_pic=-Kconform_pic
-      fi
-      ;;
-
-    *)
-      lt_prog_compiler_pic='-fPIC'
-      ;;
-    esac
-
-    case $cc_basename in
-    nvcc*) # Cuda Compiler Driver 2.2
-      lt_prog_compiler_wl='-Xlinker '
-      if test -n "$lt_prog_compiler_pic"; then
-        lt_prog_compiler_pic="-Xcompiler $lt_prog_compiler_pic"
-      fi
-      ;;
-    esac
-  else
-    # PORTME Check for flag to pass linker flags through the system compiler.
-    case $host_os in
-    aix*)
-      lt_prog_compiler_wl='-Wl,'
-      if test ia64 = "$host_cpu"; then
-	# AIX 5 now supports IA64 processor
-	lt_prog_compiler_static='-Bstatic'
-      else
-	lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
-      fi
-      ;;
-
-    darwin* | rhapsody*)
-      # PIC is the default on this platform
-      # Common symbols not allowed in MH_DYLIB files
-      lt_prog_compiler_pic='-fno-common'
-      case $cc_basename in
-      nagfor*)
-        # NAG Fortran compiler
-        lt_prog_compiler_wl='-Wl,-Wl,,'
-        lt_prog_compiler_pic='-PIC'
-        lt_prog_compiler_static='-Bstatic'
-        ;;
-      esac
-      ;;
-
-    mingw* | cygwin* | pw32* | os2* | cegcc*)
-      # This hack is so that the source file can tell whether it is being
-      # built for inclusion in a dll (and should export symbols for example).
-      lt_prog_compiler_pic='-DDLL_EXPORT'
-      case $host_os in
-      os2*)
-	lt_prog_compiler_static='$wl-static'
-	;;
-      esac
-      ;;
-
-    hpux9* | hpux10* | hpux11*)
-      lt_prog_compiler_wl='-Wl,'
-      # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
-      # not for PA HP-UX.
-      case $host_cpu in
-      hppa*64*|ia64*)
-	# +Z the default
-	;;
-      *)
-	lt_prog_compiler_pic='+Z'
-	;;
-      esac
-      # Is there a better lt_prog_compiler_static that works with the bundled CC?
-      lt_prog_compiler_static='$wl-a ${wl}archive'
-      ;;
-
-    irix5* | irix6* | nonstopux*)
-      lt_prog_compiler_wl='-Wl,'
-      # PIC (with -KPIC) is the default.
-      lt_prog_compiler_static='-non_shared'
-      ;;
-
-    linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
-      case $cc_basename in
-      # old Intel for x86_64, which still supported -KPIC.
-      ecc*)
-	lt_prog_compiler_wl='-Wl,'
-	lt_prog_compiler_pic='-KPIC'
-	lt_prog_compiler_static='-static'
-        ;;
-      # icc used to be incompatible with GCC.
-      # ICC 10 doesn't accept -KPIC any more.
-      icc* | ifort*)
-	lt_prog_compiler_wl='-Wl,'
-	lt_prog_compiler_pic='-fPIC'
-	lt_prog_compiler_static='-static'
-        ;;
-      # Lahey Fortran 8.1.
-      lf95*)
-	lt_prog_compiler_wl='-Wl,'
-	lt_prog_compiler_pic='--shared'
-	lt_prog_compiler_static='--static'
-	;;
-      nagfor*)
-	# NAG Fortran compiler
-	lt_prog_compiler_wl='-Wl,-Wl,,'
-	lt_prog_compiler_pic='-PIC'
-	lt_prog_compiler_static='-Bstatic'
-	;;
-      tcc*)
-	# Fabrice Bellard et al's Tiny C Compiler
-	lt_prog_compiler_wl='-Wl,'
-	lt_prog_compiler_pic='-fPIC'
-	lt_prog_compiler_static='-static'
-	;;
-      pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*)
-        # Portland Group compilers (*not* the Pentium gcc compiler,
-	# which looks to be a dead project)
-	lt_prog_compiler_wl='-Wl,'
-	lt_prog_compiler_pic='-fpic'
-	lt_prog_compiler_static='-Bstatic'
-        ;;
-      ccc*)
-        lt_prog_compiler_wl='-Wl,'
-        # All Alpha code is PIC.
-        lt_prog_compiler_static='-non_shared'
-        ;;
-      xl* | bgxl* | bgf* | mpixl*)
-	# IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene
-	lt_prog_compiler_wl='-Wl,'
-	lt_prog_compiler_pic='-qpic'
-	lt_prog_compiler_static='-qstaticlink'
-	;;
-      *)
-	case `$CC -V 2>&1 | sed 5q` in
-	*Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [1-7].* | *Sun*Fortran*\ 8.[0-3]*)
-	  # Sun Fortran 8.3 passes all unrecognized flags to the linker
-	  lt_prog_compiler_pic='-KPIC'
-	  lt_prog_compiler_static='-Bstatic'
-	  lt_prog_compiler_wl=''
-	  ;;
-	*Sun\ F* | *Sun*Fortran*)
-	  lt_prog_compiler_pic='-KPIC'
-	  lt_prog_compiler_static='-Bstatic'
-	  lt_prog_compiler_wl='-Qoption ld '
-	  ;;
-	*Sun\ C*)
-	  # Sun C 5.9
-	  lt_prog_compiler_pic='-KPIC'
-	  lt_prog_compiler_static='-Bstatic'
-	  lt_prog_compiler_wl='-Wl,'
-	  ;;
-        *Intel*\ [CF]*Compiler*)
-	  lt_prog_compiler_wl='-Wl,'
-	  lt_prog_compiler_pic='-fPIC'
-	  lt_prog_compiler_static='-static'
-	  ;;
-	*Portland\ Group*)
-	  lt_prog_compiler_wl='-Wl,'
-	  lt_prog_compiler_pic='-fpic'
-	  lt_prog_compiler_static='-Bstatic'
-	  ;;
-	esac
-	;;
-      esac
-      ;;
-
-    newsos6)
-      lt_prog_compiler_pic='-KPIC'
-      lt_prog_compiler_static='-Bstatic'
-      ;;
-
-    *nto* | *qnx*)
-      # QNX uses GNU C++, but need to define -shared option too, otherwise
-      # it will coredump.
-      lt_prog_compiler_pic='-fPIC -shared'
-      ;;
-
-    osf3* | osf4* | osf5*)
-      lt_prog_compiler_wl='-Wl,'
-      # All OSF/1 code is PIC.
-      lt_prog_compiler_static='-non_shared'
-      ;;
-
-    rdos*)
-      lt_prog_compiler_static='-non_shared'
-      ;;
-
-    solaris*)
-      lt_prog_compiler_pic='-KPIC'
-      lt_prog_compiler_static='-Bstatic'
-      case $cc_basename in
-      f77* | f90* | f95* | sunf77* | sunf90* | sunf95*)
-	lt_prog_compiler_wl='-Qoption ld ';;
-      *)
-	lt_prog_compiler_wl='-Wl,';;
-      esac
-      ;;
-
-    sunos4*)
-      lt_prog_compiler_wl='-Qoption ld '
-      lt_prog_compiler_pic='-PIC'
-      lt_prog_compiler_static='-Bstatic'
-      ;;
-
-    sysv4 | sysv4.2uw2* | sysv4.3*)
-      lt_prog_compiler_wl='-Wl,'
-      lt_prog_compiler_pic='-KPIC'
-      lt_prog_compiler_static='-Bstatic'
-      ;;
-
-    sysv4*MP*)
-      if test -d /usr/nec; then
-	lt_prog_compiler_pic='-Kconform_pic'
-	lt_prog_compiler_static='-Bstatic'
-      fi
-      ;;
-
-    sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
-      lt_prog_compiler_wl='-Wl,'
-      lt_prog_compiler_pic='-KPIC'
-      lt_prog_compiler_static='-Bstatic'
-      ;;
-
-    unicos*)
-      lt_prog_compiler_wl='-Wl,'
-      lt_prog_compiler_can_build_shared=no
-      ;;
-
-    uts4*)
-      lt_prog_compiler_pic='-pic'
-      lt_prog_compiler_static='-Bstatic'
-      ;;
-
-    *)
-      lt_prog_compiler_can_build_shared=no
-      ;;
-    esac
-  fi
-
-case $host_os in
-  # For platforms that do not support PIC, -DPIC is meaningless:
-  *djgpp*)
-    lt_prog_compiler_pic=
-    ;;
-  *)
-    lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
-    ;;
-esac
-
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
-$as_echo_n "checking for $compiler option to produce PIC... " >&6; }
-if ${lt_cv_prog_compiler_pic+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  lt_cv_prog_compiler_pic=$lt_prog_compiler_pic
-fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic" >&5
-$as_echo "$lt_cv_prog_compiler_pic" >&6; }
-lt_prog_compiler_pic=$lt_cv_prog_compiler_pic
-
-#
-# Check to make sure the PIC flag actually works.
-#
-if test -n "$lt_prog_compiler_pic"; then
-  { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
-$as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
-if ${lt_cv_prog_compiler_pic_works+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  lt_cv_prog_compiler_pic_works=no
-   ac_outfile=conftest.$ac_objext
-   echo "$lt_simple_compile_test_code" > conftest.$ac_ext
-   lt_compiler_flag="$lt_prog_compiler_pic -DPIC"  ## exclude from sc_useless_quotes_in_assignment
-   # Insert the option either (1) after the last *FLAGS variable, or
-   # (2) before a word containing "conftest.", or (3) at the end.
-   # Note that $ac_compile itself does not contain backslashes and begins
-   # with a dollar sign (not a hyphen), so the echo should work correctly.
-   # The option is referenced via a variable to avoid confusing sed.
-   lt_compile=`echo "$ac_compile" | $SED \
-   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
-   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
-   -e 's:$: $lt_compiler_flag:'`
-   (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
-   (eval "$lt_compile" 2>conftest.err)
-   ac_status=$?
-   cat conftest.err >&5
-   echo "$as_me:$LINENO: \$? = $ac_status" >&5
-   if (exit $ac_status) && test -s "$ac_outfile"; then
-     # The compiler can only warn and ignore the option if not recognized
-     # So say no if there are warnings other than the usual output.
-     $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
-     $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
-     if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
-       lt_cv_prog_compiler_pic_works=yes
-     fi
-   fi
-   $RM conftest*
-
-fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5
-$as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
-
-if test yes = "$lt_cv_prog_compiler_pic_works"; then
-    case $lt_prog_compiler_pic in
-     "" | " "*) ;;
-     *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
-     esac
-else
-    lt_prog_compiler_pic=
-     lt_prog_compiler_can_build_shared=no
-fi
-
-fi
-
-
-
-
-
-
-
-
-
-
-
-#
-# Check to make sure the static flag actually works.
-#
-wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
-$as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
-if ${lt_cv_prog_compiler_static_works+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  lt_cv_prog_compiler_static_works=no
-   save_LDFLAGS=$LDFLAGS
-   LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
-   echo "$lt_simple_link_test_code" > conftest.$ac_ext
-   if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
-     # The linker can only warn and ignore the option if not recognized
-     # So say no if there are warnings
-     if test -s conftest.err; then
-       # Append any errors to the config.log.
-       cat conftest.err 1>&5
-       $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
-       $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
-       if diff conftest.exp conftest.er2 >/dev/null; then
-         lt_cv_prog_compiler_static_works=yes
-       fi
-     else
-       lt_cv_prog_compiler_static_works=yes
-     fi
-   fi
-   $RM -r conftest*
-   LDFLAGS=$save_LDFLAGS
-
-fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5
-$as_echo "$lt_cv_prog_compiler_static_works" >&6; }
-
-if test yes = "$lt_cv_prog_compiler_static_works"; then
-    :
-else
-    lt_prog_compiler_static=
-fi
-
-
-
-
-
-
-
-  { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
-$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
-if ${lt_cv_prog_compiler_c_o+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  lt_cv_prog_compiler_c_o=no
-   $RM -r conftest 2>/dev/null
-   mkdir conftest
-   cd conftest
-   mkdir out
-   echo "$lt_simple_compile_test_code" > conftest.$ac_ext
-
-   lt_compiler_flag="-o out/conftest2.$ac_objext"
-   # Insert the option either (1) after the last *FLAGS variable, or
-   # (2) before a word containing "conftest.", or (3) at the end.
-   # Note that $ac_compile itself does not contain backslashes and begins
-   # with a dollar sign (not a hyphen), so the echo should work correctly.
-   lt_compile=`echo "$ac_compile" | $SED \
-   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
-   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
-   -e 's:$: $lt_compiler_flag:'`
-   (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
-   (eval "$lt_compile" 2>out/conftest.err)
-   ac_status=$?
-   cat out/conftest.err >&5
-   echo "$as_me:$LINENO: \$? = $ac_status" >&5
-   if (exit $ac_status) && test -s out/conftest2.$ac_objext
-   then
-     # The compiler can only warn and ignore the option if not recognized
-     # So say no if there are warnings
-     $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
-     $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
-     if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
-       lt_cv_prog_compiler_c_o=yes
-     fi
-   fi
-   chmod u+w . 2>&5
-   $RM conftest*
-   # SGI C++ compiler will create directory out/ii_files/ for
-   # template instantiation
-   test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
-   $RM out/* && rmdir out
-   cd ..
-   $RM -r conftest
-   $RM conftest*
-
-fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
-$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
-
-
-
-
-
-
-  { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
-$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
-if ${lt_cv_prog_compiler_c_o+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  lt_cv_prog_compiler_c_o=no
-   $RM -r conftest 2>/dev/null
-   mkdir conftest
-   cd conftest
-   mkdir out
-   echo "$lt_simple_compile_test_code" > conftest.$ac_ext
-
-   lt_compiler_flag="-o out/conftest2.$ac_objext"
-   # Insert the option either (1) after the last *FLAGS variable, or
-   # (2) before a word containing "conftest.", or (3) at the end.
-   # Note that $ac_compile itself does not contain backslashes and begins
-   # with a dollar sign (not a hyphen), so the echo should work correctly.
-   lt_compile=`echo "$ac_compile" | $SED \
-   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
-   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
-   -e 's:$: $lt_compiler_flag:'`
-   (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
-   (eval "$lt_compile" 2>out/conftest.err)
-   ac_status=$?
-   cat out/conftest.err >&5
-   echo "$as_me:$LINENO: \$? = $ac_status" >&5
-   if (exit $ac_status) && test -s out/conftest2.$ac_objext
-   then
-     # The compiler can only warn and ignore the option if not recognized
-     # So say no if there are warnings
-     $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
-     $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
-     if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
-       lt_cv_prog_compiler_c_o=yes
-     fi
-   fi
-   chmod u+w . 2>&5
-   $RM conftest*
-   # SGI C++ compiler will create directory out/ii_files/ for
-   # template instantiation
-   test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
-   $RM out/* && rmdir out
-   cd ..
-   $RM -r conftest
-   $RM conftest*
-
-fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
-$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
-
-
-
-
-hard_links=nottested
-if test no = "$lt_cv_prog_compiler_c_o" && test no != "$need_locks"; then
-  # do not overwrite the value of need_locks provided by the user
-  { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
-$as_echo_n "checking if we can lock with hard links... " >&6; }
-  hard_links=yes
-  $RM conftest*
-  ln conftest.a conftest.b 2>/dev/null && hard_links=no
-  touch conftest.a
-  ln conftest.a conftest.b 2>&5 || hard_links=no
-  ln conftest.a conftest.b 2>/dev/null && hard_links=no
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
-$as_echo "$hard_links" >&6; }
-  if test no = "$hard_links"; then
-    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: '$CC' does not support '-c -o', so 'make -j' may be unsafe" >&5
-$as_echo "$as_me: WARNING: '$CC' does not support '-c -o', so 'make -j' may be unsafe" >&2;}
-    need_locks=warn
-  fi
-else
-  need_locks=no
-fi
-
-
-
-
-
-
-  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
-$as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
-
-  runpath_var=
-  allow_undefined_flag=
-  always_export_symbols=no
-  archive_cmds=
-  archive_expsym_cmds=
-  compiler_needs_object=no
-  enable_shared_with_static_runtimes=no
-  export_dynamic_flag_spec=
-  export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
-  hardcode_automatic=no
-  hardcode_direct=no
-  hardcode_direct_absolute=no
-  hardcode_libdir_flag_spec=
-  hardcode_libdir_separator=
-  hardcode_minus_L=no
-  hardcode_shlibpath_var=unsupported
-  inherit_rpath=no
-  link_all_deplibs=unknown
-  module_cmds=
-  module_expsym_cmds=
-  old_archive_from_new_cmds=
-  old_archive_from_expsyms_cmds=
-  thread_safe_flag_spec=
-  whole_archive_flag_spec=
-  # include_expsyms should be a list of space-separated symbols to be *always*
-  # included in the symbol list
-  include_expsyms=
-  # exclude_expsyms can be an extended regexp of symbols to exclude
-  # it will be wrapped by ' (' and ')$', so one must not match beginning or
-  # end of line.  Example: 'a|bc|.*d.*' will exclude the symbols 'a' and 'bc',
-  # as well as any symbol that contains 'd'.
-  exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
-  # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
-  # platforms (ab)use it in PIC code, but their linkers get confused if
-  # the symbol is explicitly referenced.  Since portable code cannot
-  # rely on this symbol name, it's probably fine to never include it in
-  # preloaded symbol tables.
-  # Exclude shared library initialization/finalization symbols.
-  extract_expsyms_cmds=
-
-  case $host_os in
-  cygwin* | mingw* | pw32* | cegcc*)
-    # FIXME: the MSVC++ port hasn't been tested in a loooong time
-    # When not using gcc, we currently assume that we are using
-    # Microsoft Visual C++.
-    if test yes != "$GCC"; then
-      with_gnu_ld=no
-    fi
-    ;;
-  interix*)
-    # we just hope/assume this is gcc and not c89 (= MSVC++)
-    with_gnu_ld=yes
-    ;;
-  openbsd* | bitrig*)
-    with_gnu_ld=no
-    ;;
-  esac
-
-  ld_shlibs=yes
-
-  # On some targets, GNU ld is compatible enough with the native linker
-  # that we're better off using the native interface for both.
-  lt_use_gnu_ld_interface=no
-  if test yes = "$with_gnu_ld"; then
-    case $host_os in
-      aix*)
-	# The AIX port of GNU ld has always aspired to compatibility
-	# with the native linker.  However, as the warning in the GNU ld
-	# block says, versions before 2.19.5* couldn't really create working
-	# shared libraries, regardless of the interface used.
-	case `$LD -v 2>&1` in
-	  *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
-	  *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;;
-	  *\ \(GNU\ Binutils\)\ [3-9]*) ;;
-	  *)
-	    lt_use_gnu_ld_interface=yes
-	    ;;
-	esac
-	;;
-      *)
-	lt_use_gnu_ld_interface=yes
-	;;
-    esac
-  fi
-
-  if test yes = "$lt_use_gnu_ld_interface"; then
-    # If archive_cmds runs LD, not CC, wlarc should be empty
-    wlarc='$wl'
-
-    # Set some defaults for GNU ld with shared library support. These
-    # are reset later if shared libraries are not supported. Putting them
-    # here allows them to be overridden if necessary.
-    runpath_var=LD_RUN_PATH
-    hardcode_libdir_flag_spec='$wl-rpath $wl$libdir'
-    export_dynamic_flag_spec='$wl--export-dynamic'
-    # ancient GNU ld didn't support --whole-archive et. al.
-    if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
-      whole_archive_flag_spec=$wlarc'--whole-archive$convenience '$wlarc'--no-whole-archive'
-    else
-      whole_archive_flag_spec=
-    fi
-    supports_anon_versioning=no
-    case `$LD -v | $SED -e 's/(^)\+)\s\+//' 2>&1` in
-      *GNU\ gold*) supports_anon_versioning=yes ;;
-      *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
-      *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
-      *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
-      *\ 2.11.*) ;; # other 2.11 versions
-      *) supports_anon_versioning=yes ;;
-    esac
-
-    # See if GNU ld supports shared libraries.
-    case $host_os in
-    aix[3-9]*)
-      # On AIX/PPC, the GNU linker is very broken
-      if test ia64 != "$host_cpu"; then
-	ld_shlibs=no
-	cat <<_LT_EOF 1>&2
-
-*** Warning: the GNU linker, at least up to release 2.19, is reported
-*** to be unable to reliably create shared libraries on AIX.
-*** Therefore, libtool is disabling shared libraries support.  If you
-*** really care for shared libraries, you may want to install binutils
-*** 2.20 or above, or modify your PATH so that a non-GNU linker is found.
-*** You will then need to restart the configuration process.
-
-_LT_EOF
-      fi
-      ;;
-
-    amigaos*)
-      case $host_cpu in
-      powerpc)
-            # see comment about AmigaOS4 .so support
-            archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
-            archive_expsym_cmds=''
-        ;;
-      m68k)
-            archive_cmds='$RM $output_objdir/a2ixlibrary.data~$ECHO "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$ECHO "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$ECHO "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$ECHO "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)'
-            hardcode_libdir_flag_spec='-L$libdir'
-            hardcode_minus_L=yes
-        ;;
-      esac
-      ;;
-
-    beos*)
-      if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
-	allow_undefined_flag=unsupported
-	# Joseph Beckenbach <jrb3 at best.com> says some releases of gcc
-	# support --undefined.  This deserves some investigation.  FIXME
-	archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
-      else
-	ld_shlibs=no
-      fi
-      ;;
-
-    cygwin* | mingw* | pw32* | cegcc*)
-      # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
-      # as there is no search path for DLLs.
-      hardcode_libdir_flag_spec='-L$libdir'
-      export_dynamic_flag_spec='$wl--export-all-symbols'
-      allow_undefined_flag=unsupported
-      always_export_symbols=no
-      enable_shared_with_static_runtimes=yes
-      export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/;s/^.*[ ]__nm__\([^ ]*\)[ ][^ ]*/\1 DATA/;/^I[ ]/d;/^[AITW][ ]/s/.* //'\'' | sort | uniq > $export_symbols'
-      exclude_expsyms='[_]+GLOBAL_OFFSET_TABLE_|[_]+GLOBAL__[FID]_.*|[_]+head_[A-Za-z0-9_]+_dll|[A-Za-z0-9_]+_dll_iname'
-
-      if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
-        archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname $wl--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
-	# If the export-symbols file already is a .def file, use it as
-	# is; otherwise, prepend EXPORTS...
-	archive_expsym_cmds='if   test DEF = "`$SED -n     -e '\''s/^[	 ]*//'\''     -e '\''/^\(;.*\)*$/d'\''     -e '\''s/^\(EXPORTS\|LIBRARY\)\([	 ].*\)*$/DEF/p'\''     -e q     $export_symbols`" ; then
-          cp $export_symbols $output_objdir/$soname.def;
-        else
-          echo EXPORTS > $output_objdir/$soname.def;
-          cat $export_symbols >> $output_objdir/$soname.def;
-        fi~
-        $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname $wl--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
-      else
-	ld_shlibs=no
-      fi
-      ;;
-
-    haiku*)
-      archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
-      link_all_deplibs=yes
-      ;;
-
-    os2*)
-      hardcode_libdir_flag_spec='-L$libdir'
-      hardcode_minus_L=yes
-      allow_undefined_flag=unsupported
-      shrext_cmds=.dll
-      archive_cmds='$ECHO "LIBRARY ${soname%$shared_ext} INITINSTANCE TERMINSTANCE" > $output_objdir/$libname.def~
-	$ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~
-	$ECHO "DATA MULTIPLE NONSHARED" >> $output_objdir/$libname.def~
-	$ECHO EXPORTS >> $output_objdir/$libname.def~
-	emxexp $libobjs | $SED /"_DLL_InitTerm"/d >> $output_objdir/$libname.def~
-	$CC -Zdll -Zcrtdll -o $output_objdir/$soname $libobjs $deplibs $compiler_flags $output_objdir/$libname.def~
-	emximp -o $lib $output_objdir/$libname.def'
-      archive_expsym_cmds='$ECHO "LIBRARY ${soname%$shared_ext} INITINSTANCE TERMINSTANCE" > $output_objdir/$libname.def~
-	$ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~
-	$ECHO "DATA MULTIPLE NONSHARED" >> $output_objdir/$libname.def~
-	$ECHO EXPORTS >> $output_objdir/$libname.def~
-	prefix_cmds="$SED"~
-	if test EXPORTS = "`$SED 1q $export_symbols`"; then
-	  prefix_cmds="$prefix_cmds -e 1d";
-	fi~
-	prefix_cmds="$prefix_cmds -e \"s/^\(.*\)$/_\1/g\""~
-	cat $export_symbols | $prefix_cmds >> $output_objdir/$libname.def~
-	$CC -Zdll -Zcrtdll -o $output_objdir/$soname $libobjs $deplibs $compiler_flags $output_objdir/$libname.def~
-	emximp -o $lib $output_objdir/$libname.def'
-      old_archive_From_new_cmds='emximp -o $output_objdir/${libname}_dll.a $output_objdir/$libname.def'
-      enable_shared_with_static_runtimes=yes
-      ;;
-
-    interix[3-9]*)
-      hardcode_direct=no
-      hardcode_shlibpath_var=no
-      hardcode_libdir_flag_spec='$wl-rpath,$libdir'
-      export_dynamic_flag_spec='$wl-E'
-      # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
-      # Instead, shared libraries are loaded at an image base (0x10000000 by
-      # default) and relocated if they conflict, which is a slow very memory
-      # consuming and fragmenting process.  To avoid this, we pick a random,
-      # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
-      # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
-      archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
-      archive_expsym_cmds='sed "s|^|_|" $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--retain-symbols-file,$output_objdir/$soname.expsym $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
-      ;;
-
-    gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
-      tmp_diet=no
-      if test linux-dietlibc = "$host_os"; then
-	case $cc_basename in
-	  diet\ *) tmp_diet=yes;;	# linux-dietlibc with static linking (!diet-dyn)
-	esac
-      fi
-      if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
-	 && test no = "$tmp_diet"
-      then
-	tmp_addflag=' $pic_flag'
-	tmp_sharedflag='-shared'
-	case $cc_basename,$host_cpu in
-        pgcc*)				# Portland Group C compiler
-	  whole_archive_flag_spec='$wl--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
-	  tmp_addflag=' $pic_flag'
-	  ;;
-	pgf77* | pgf90* | pgf95* | pgfortran*)
-					# Portland Group f77 and f90 compilers
-	  whole_archive_flag_spec='$wl--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
-	  tmp_addflag=' $pic_flag -Mnomain' ;;
-	ecc*,ia64* | icc*,ia64*)	# Intel C compiler on ia64
-	  tmp_addflag=' -i_dynamic' ;;
-	efc*,ia64* | ifort*,ia64*)	# Intel Fortran compiler on ia64
-	  tmp_addflag=' -i_dynamic -nofor_main' ;;
-	ifc* | ifort*)			# Intel Fortran compiler
-	  tmp_addflag=' -nofor_main' ;;
-	lf95*)				# Lahey Fortran 8.1
-	  whole_archive_flag_spec=
-	  tmp_sharedflag='--shared' ;;
-        nagfor*)                        # NAGFOR 5.3
-          tmp_sharedflag='-Wl,-shared' ;;
-	xl[cC]* | bgxl[cC]* | mpixl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below)
-	  tmp_sharedflag='-qmkshrobj'
-	  tmp_addflag= ;;
-	nvcc*)	# Cuda Compiler Driver 2.2
-	  whole_archive_flag_spec='$wl--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
-	  compiler_needs_object=yes
-	  ;;
-	esac
-	case `$CC -V 2>&1 | sed 5q` in
-	*Sun\ C*)			# Sun C 5.9
-	  whole_archive_flag_spec='$wl--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
-	  compiler_needs_object=yes
-	  tmp_sharedflag='-G' ;;
-	*Sun\ F*)			# Sun Fortran 8.3
-	  tmp_sharedflag='-G' ;;
-	esac
-	archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
-
-        if test yes = "$supports_anon_versioning"; then
-          archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
-            cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
-            echo "local: *; };" >> $output_objdir/$libname.ver~
-            $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-version-script $wl$output_objdir/$libname.ver -o $lib'
-        fi
-
-	case $cc_basename in
-	tcc*)
-	  export_dynamic_flag_spec='-rdynamic'
-	  ;;
-	xlf* | bgf* | bgxlf* | mpixlf*)
-	  # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
-	  whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
-	  hardcode_libdir_flag_spec='$wl-rpath $wl$libdir'
-	  archive_cmds='$LD -shared $libobjs $deplibs $linker_flags -soname $soname -o $lib'
-	  if test yes = "$supports_anon_versioning"; then
-	    archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
-              cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
-              echo "local: *; };" >> $output_objdir/$libname.ver~
-              $LD -shared $libobjs $deplibs $linker_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
-	  fi
-	  ;;
-	esac
-      else
-        ld_shlibs=no
-      fi
-      ;;
-
-    netbsd*)
-      if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
-	archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
-	wlarc=
-      else
-	archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
-	archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib'
-      fi
-      ;;
-
-    solaris*)
-      if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then
-	ld_shlibs=no
-	cat <<_LT_EOF 1>&2
-
-*** Warning: The releases 2.8.* of the GNU linker cannot reliably
-*** create shared libraries on Solaris systems.  Therefore, libtool
-*** is disabling shared libraries support.  We urge you to upgrade GNU
-*** binutils to release 2.9.1 or newer.  Another option is to modify
-*** your PATH or compiler configuration so that the native linker is
-*** used, and then restart.
-
-_LT_EOF
-      elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
-	archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
-	archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib'
-      else
-	ld_shlibs=no
-      fi
-      ;;
-
-    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
-      case `$LD -v 2>&1` in
-        *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
-	ld_shlibs=no
-	cat <<_LT_EOF 1>&2
-
-*** Warning: Releases of the GNU linker prior to 2.16.91.0.3 cannot
-*** reliably create shared libraries on SCO systems.  Therefore, libtool
-*** is disabling shared libraries support.  We urge you to upgrade GNU
-*** binutils to release 2.16.91.0.3 or newer.  Another option is to modify
-*** your PATH or compiler configuration so that the native linker is
-*** used, and then restart.
-
-_LT_EOF
-	;;
-	*)
-	  # For security reasons, it is highly recommended that you always
-	  # use absolute paths for naming shared libraries, and exclude the
-	  # DT_RUNPATH tag from executables and libraries.  But doing so
-	  # requires that you compile everything twice, which is a pain.
-	  if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
-	    hardcode_libdir_flag_spec='$wl-rpath $wl$libdir'
-	    archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
-	    archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib'
-	  else
-	    ld_shlibs=no
-	  fi
-	;;
-      esac
-      ;;
-
-    sunos4*)
-      archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
-      wlarc=
-      hardcode_direct=yes
-      hardcode_shlibpath_var=no
-      ;;
-
-    *)
-      if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
-	archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
-	archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib'
-      else
-	ld_shlibs=no
-      fi
-      ;;
-    esac
-
-    if test no = "$ld_shlibs"; then
-      runpath_var=
-      hardcode_libdir_flag_spec=
-      export_dynamic_flag_spec=
-      whole_archive_flag_spec=
-    fi
-  else
-    # PORTME fill in a description of your system's linker (not GNU ld)
-    case $host_os in
-    aix3*)
-      allow_undefined_flag=unsupported
-      always_export_symbols=yes
-      archive_expsym_cmds='$LD -o $output_objdir/$soname $libobjs $deplibs $linker_flags -bE:$export_symbols -T512 -H512 -bM:SRE~$AR $AR_FLAGS $lib $output_objdir/$soname'
-      # Note: this linker hardcodes the directories in LIBPATH if there
-      # are no directories specified by -L.
-      hardcode_minus_L=yes
-      if test yes = "$GCC" && test -z "$lt_prog_compiler_static"; then
-	# Neither direct hardcoding nor static linking is supported with a
-	# broken collect2.
-	hardcode_direct=unsupported
-      fi
-      ;;
-
-    aix[4-9]*)
-      if test ia64 = "$host_cpu"; then
-	# On IA64, the linker does run time linking by default, so we don't
-	# have to do anything special.
-	aix_use_runtimelinking=no
-	exp_sym_flag='-Bexport'
-	no_entry_flag=
-      else
-	# If we're using GNU nm, then we don't want the "-C" option.
-	# -C means demangle to GNU nm, but means don't demangle to AIX nm.
-	# Without the "-l" option, or with the "-B" option, AIX nm treats
-	# weak defined symbols like other global defined symbols, whereas
-	# GNU nm marks them as "W".
-	# While the 'weak' keyword is ignored in the Export File, we need
-	# it in the Import File for the 'aix-soname' feature, so we have
-	# to replace the "-B" option with "-P" for AIX nm.
-	if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
-	  export_symbols_cmds='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W")) && (substr(\$ 3,1,1) != ".")) { if (\$ 2 == "W") { print \$ 3 " weak" } else { print \$ 3 } } }'\'' | sort -u > $export_symbols'
-	else
-	  export_symbols_cmds='`func_echo_all $NM | $SED -e '\''s/B\([^B]*\)$/P\1/'\''` -PCpgl $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) && (substr(\$ 1,1,1) != ".")) { if ((\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) { print \$ 1 " weak" } else { print \$ 1 } } }'\'' | sort -u > $export_symbols'
-	fi
-	aix_use_runtimelinking=no
-
-	# Test if we are trying to use run time linking or normal
-	# AIX style linking. If -brtl is somewhere in LDFLAGS, we
-	# have runtime linking enabled, and use it for executables.
-	# For shared libraries, we enable/disable runtime linking
-	# depending on the kind of the shared library created -
-	# when "with_aix_soname,aix_use_runtimelinking" is:
-	# "aix,no"   lib.a(lib.so.V) shared, rtl:no,  for executables
-	# "aix,yes"  lib.so          shared, rtl:yes, for executables
-	#            lib.a           static archive
-	# "both,no"  lib.so.V(shr.o) shared, rtl:yes
-	#            lib.a(lib.so.V) shared, rtl:no,  for executables
-	# "both,yes" lib.so.V(shr.o) shared, rtl:yes, for executables
-	#            lib.a(lib.so.V) shared, rtl:no
-	# "svr4,*"   lib.so.V(shr.o) shared, rtl:yes, for executables
-	#            lib.a           static archive
-	case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
-	  for ld_flag in $LDFLAGS; do
-	  if (test x-brtl = "x$ld_flag" || test x-Wl,-brtl = "x$ld_flag"); then
-	    aix_use_runtimelinking=yes
-	    break
-	  fi
-	  done
-	  if test svr4,no = "$with_aix_soname,$aix_use_runtimelinking"; then
-	    # With aix-soname=svr4, we create the lib.so.V shared archives only,
-	    # so we don't have lib.a shared libs to link our executables.
-	    # We have to force runtime linking in this case.
-	    aix_use_runtimelinking=yes
-	    LDFLAGS="$LDFLAGS -Wl,-brtl"
-	  fi
-	  ;;
-	esac
-
-	exp_sym_flag='-bexport'
-	no_entry_flag='-bnoentry'
-      fi
-
-      # When large executables or shared objects are built, AIX ld can
-      # have problems creating the table of contents.  If linking a library
-      # or program results in "error TOC overflow" add -mminimal-toc to
-      # CXXFLAGS/CFLAGS for g++/gcc.  In the cases where that is not
-      # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
-
-      archive_cmds=''
-      hardcode_direct=yes
-      hardcode_direct_absolute=yes
-      hardcode_libdir_separator=':'
-      link_all_deplibs=yes
-      file_list_spec='$wl-f,'
-      case $with_aix_soname,$aix_use_runtimelinking in
-      aix,*) ;; # traditional, no import file
-      svr4,* | *,yes) # use import file
-	# The Import File defines what to hardcode.
-	hardcode_direct=no
-	hardcode_direct_absolute=no
-	;;
-      esac
-
-      if test yes = "$GCC"; then
-	case $host_os in aix4.[012]|aix4.[012].*)
-	# We only want to do this on AIX 4.2 and lower, the check
-	# below for broken collect2 doesn't work under 4.3+
-	  collect2name=`$CC -print-prog-name=collect2`
-	  if test -f "$collect2name" &&
-	   strings "$collect2name" | $GREP resolve_lib_name >/dev/null
-	  then
-	  # We have reworked collect2
-	  :
-	  else
-	  # We have old collect2
-	  hardcode_direct=unsupported
-	  # It fails to find uninstalled libraries when the uninstalled
-	  # path is not listed in the libpath.  Setting hardcode_minus_L
-	  # to unsupported forces relinking
-	  hardcode_minus_L=yes
-	  hardcode_libdir_flag_spec='-L$libdir'
-	  hardcode_libdir_separator=
-	  fi
-	  ;;
-	esac
-	shared_flag='-shared'
-	if test yes = "$aix_use_runtimelinking"; then
-	  shared_flag="$shared_flag "'$wl-G'
-	fi
-	# Need to ensure runtime linking is disabled for the traditional
-	# shared library, or the linker may eventually find shared libraries
-	# /with/ Import File - we do not want to mix them.
-	shared_flag_aix='-shared'
-	shared_flag_svr4='-shared $wl-G'
-      else
-	# not using gcc
-	if test ia64 = "$host_cpu"; then
-	# VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
-	# chokes on -Wl,-G. The following line is correct:
-	  shared_flag='-G'
-	else
-	  if test yes = "$aix_use_runtimelinking"; then
-	    shared_flag='$wl-G'
-	  else
-	    shared_flag='$wl-bM:SRE'
-	  fi
-	  shared_flag_aix='$wl-bM:SRE'
-	  shared_flag_svr4='$wl-G'
-	fi
-      fi
-
-      export_dynamic_flag_spec='$wl-bexpall'
-      # It seems that -bexpall does not export symbols beginning with
-      # underscore (_), so it is better to generate a list of symbols to export.
-      always_export_symbols=yes
-      if test aix,yes = "$with_aix_soname,$aix_use_runtimelinking"; then
-	# Warning - without using the other runtime loading flags (-brtl),
-	# -berok will link without error, but may produce a broken library.
-	allow_undefined_flag='-berok'
-        # Determine the default libpath from the value encoded in an
-        # empty executable.
-        if test set = "${lt_cv_aix_libpath+set}"; then
-  aix_libpath=$lt_cv_aix_libpath
-else
-  if ${lt_cv_aix_libpath_+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h.  */
-
-int
-main ()
-{
-
-  ;
-  return 0;
-}
-_ACEOF
-if ac_fn_c_try_link "$LINENO"; then :
-
-  lt_aix_libpath_sed='
-      /Import File Strings/,/^$/ {
-	  /^0/ {
-	      s/^0  *\([^ ]*\) *$/\1/
-	      p
-	  }
-      }'
-  lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
-  # Check for a 64-bit object if we didn't find anything.
-  if test -z "$lt_cv_aix_libpath_"; then
-    lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
-  fi
-fi
-rm -f core conftest.err conftest.$ac_objext \
-    conftest$ac_exeext conftest.$ac_ext
-  if test -z "$lt_cv_aix_libpath_"; then
-    lt_cv_aix_libpath_=/usr/lib:/lib
-  fi
-
-fi
-
-  aix_libpath=$lt_cv_aix_libpath_
-fi
-
-        hardcode_libdir_flag_spec='$wl-blibpath:$libdir:'"$aix_libpath"
-        archive_expsym_cmds='$CC -o $output_objdir/$soname $libobjs $deplibs $wl'$no_entry_flag' $compiler_flags `if test -n "$allow_undefined_flag"; then func_echo_all "$wl$allow_undefined_flag"; else :; fi` $wl'$exp_sym_flag:\$export_symbols' '$shared_flag
-      else
-	if test ia64 = "$host_cpu"; then
-	  hardcode_libdir_flag_spec='$wl-R $libdir:/usr/lib:/lib'
-	  allow_undefined_flag="-z nodefs"
-	  archive_expsym_cmds="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs '"\$wl$no_entry_flag"' $compiler_flags $wl$allow_undefined_flag '"\$wl$exp_sym_flag:\$export_symbols"
-	else
-	 # Determine the default libpath from the value encoded in an
-	 # empty executable.
-	 if test set = "${lt_cv_aix_libpath+set}"; then
-  aix_libpath=$lt_cv_aix_libpath
-else
-  if ${lt_cv_aix_libpath_+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h.  */
-
-int
-main ()
-{
-
-  ;
-  return 0;
-}
-_ACEOF
-if ac_fn_c_try_link "$LINENO"; then :
-
-  lt_aix_libpath_sed='
-      /Import File Strings/,/^$/ {
-	  /^0/ {
-	      s/^0  *\([^ ]*\) *$/\1/
-	      p
-	  }
-      }'
-  lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
-  # Check for a 64-bit object if we didn't find anything.
-  if test -z "$lt_cv_aix_libpath_"; then
-    lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
-  fi
-fi
-rm -f core conftest.err conftest.$ac_objext \
-    conftest$ac_exeext conftest.$ac_ext
-  if test -z "$lt_cv_aix_libpath_"; then
-    lt_cv_aix_libpath_=/usr/lib:/lib
-  fi
-
-fi
-
-  aix_libpath=$lt_cv_aix_libpath_
-fi
-
-	 hardcode_libdir_flag_spec='$wl-blibpath:$libdir:'"$aix_libpath"
-	  # Warning - without using the other run time loading flags,
-	  # -berok will link without error, but may produce a broken library.
-	  no_undefined_flag=' $wl-bernotok'
-	  allow_undefined_flag=' $wl-berok'
-	  if test yes = "$with_gnu_ld"; then
-	    # We only use this code for GNU lds that support --whole-archive.
-	    whole_archive_flag_spec='$wl--whole-archive$convenience $wl--no-whole-archive'
-	  else
-	    # Exported symbols can be pulled into shared objects from archives
-	    whole_archive_flag_spec='$convenience'
-	  fi
-	  archive_cmds_need_lc=yes
-	  archive_expsym_cmds='$RM -r $output_objdir/$realname.d~$MKDIR $output_objdir/$realname.d'
-	  # -brtl affects multiple linker settings, -berok does not and is overridden later
-	  compiler_flags_filtered='`func_echo_all "$compiler_flags " | $SED -e "s%-brtl\\([, ]\\)%-berok\\1%g"`'
-	  if test svr4 != "$with_aix_soname"; then
-	    # This is similar to how AIX traditionally builds its shared libraries.
-	    archive_expsym_cmds="$archive_expsym_cmds"'~$CC '$shared_flag_aix' -o $output_objdir/$realname.d/$soname $libobjs $deplibs $wl-bnoentry '$compiler_flags_filtered'$wl-bE:$export_symbols$allow_undefined_flag~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$realname.d/$soname'
-	  fi
-	  if test aix != "$with_aix_soname"; then
-	    archive_expsym_cmds="$archive_expsym_cmds"'~$CC '$shared_flag_svr4' -o $output_objdir/$realname.d/$shared_archive_member_spec.o $libobjs $deplibs $wl-bnoentry '$compiler_flags_filtered'$wl-bE:$export_symbols$allow_undefined_flag~$STRIP -e $output_objdir/$realname.d/$shared_archive_member_spec.o~( func_echo_all "#! $soname($shared_archive_member_spec.o)"; if test shr_64 = "$shared_archive_member_spec"; then func_echo_all "# 64"; else func_echo_all "# 32"; fi; cat $export_symbols ) >  [...]
-	  else
-	    # used by -dlpreopen to get the symbols
-	    archive_expsym_cmds="$archive_expsym_cmds"'~$MV  $output_objdir/$realname.d/$soname $output_objdir'
-	  fi
-	  archive_expsym_cmds="$archive_expsym_cmds"'~$RM -r $output_objdir/$realname.d'
-	fi
-      fi
-      ;;
-
-    amigaos*)
-      case $host_cpu in
-      powerpc)
-            # see comment about AmigaOS4 .so support
-            archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
-            archive_expsym_cmds=''
-        ;;
-      m68k)
-            archive_cmds='$RM $output_objdir/a2ixlibrary.data~$ECHO "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$ECHO "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$ECHO "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$ECHO "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)'
-            hardcode_libdir_flag_spec='-L$libdir'
-            hardcode_minus_L=yes
-        ;;
-      esac
-      ;;
-
-    bsdi[45]*)
-      export_dynamic_flag_spec=-rdynamic
-      ;;
-
-    cygwin* | mingw* | pw32* | cegcc*)
-      # When not using gcc, we currently assume that we are using
-      # Microsoft Visual C++.
-      # hardcode_libdir_flag_spec is actually meaningless, as there is
-      # no search path for DLLs.
-      case $cc_basename in
-      cl*)
-	# Native MSVC
-	hardcode_libdir_flag_spec=' '
-	allow_undefined_flag=unsupported
-	always_export_symbols=yes
-	file_list_spec='@'
-	# Tell ltmain to make .lib files, not .a files.
-	libext=lib
-	# Tell ltmain to make .dll files, not .so files.
-	shrext_cmds=.dll
-	# FIXME: Setting linknames here is a bad hack.
-	archive_cmds='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~linknames='
-	archive_expsym_cmds='if   test DEF = "`$SED -n     -e '\''s/^[	 ]*//'\''     -e '\''/^\(;.*\)*$/d'\''     -e '\''s/^\(EXPORTS\|LIBRARY\)\([	 ].*\)*$/DEF/p'\''     -e q     $export_symbols`" ; then
-            cp "$export_symbols" "$output_objdir/$soname.def";
-            echo "$tool_output_objdir$soname.def" > "$output_objdir/$soname.exp";
-          else
-            $SED -e '\''s/^/-link -EXPORT:/'\'' < $export_symbols > $output_objdir/$soname.exp;
-          fi~
-          $CC -o $tool_output_objdir$soname $libobjs $compiler_flags $deplibs "@$tool_output_objdir$soname.exp" -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~
-          linknames='
-	# The linker will not automatically build a static lib if we build a DLL.
-	# _LT_TAGVAR(old_archive_from_new_cmds, )='true'
-	enable_shared_with_static_runtimes=yes
-	exclude_expsyms='_NULL_IMPORT_DESCRIPTOR|_IMPORT_DESCRIPTOR_.*'
-	export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1,DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
-	# Don't use ranlib
-	old_postinstall_cmds='chmod 644 $oldlib'
-	postlink_cmds='lt_outputfile="@OUTPUT@"~
-          lt_tool_outputfile="@TOOL_OUTPUT@"~
-          case $lt_outputfile in
-            *.exe|*.EXE) ;;
-            *)
-              lt_outputfile=$lt_outputfile.exe
-              lt_tool_outputfile=$lt_tool_outputfile.exe
-              ;;
-          esac~
-          if test : != "$MANIFEST_TOOL" && test -f "$lt_outputfile.manifest"; then
-            $MANIFEST_TOOL -manifest "$lt_tool_outputfile.manifest" -outputresource:"$lt_tool_outputfile" || exit 1;
-            $RM "$lt_outputfile.manifest";
-          fi'
-	;;
-      *)
-	# Assume MSVC wrapper
-	hardcode_libdir_flag_spec=' '
-	allow_undefined_flag=unsupported
-	# Tell ltmain to make .lib files, not .a files.
-	libext=lib
-	# Tell ltmain to make .dll files, not .so files.
-	shrext_cmds=.dll
-	# FIXME: Setting linknames here is a bad hack.
-	archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
-	# The linker will automatically build a .lib file if we build a DLL.
-	old_archive_from_new_cmds='true'
-	# FIXME: Should let the user specify the lib program.
-	old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
-	enable_shared_with_static_runtimes=yes
-	;;
-      esac
-      ;;
-
-    darwin* | rhapsody*)
-
-
-  archive_cmds_need_lc=no
-  hardcode_direct=no
-  hardcode_automatic=yes
-  hardcode_shlibpath_var=unsupported
-  if test yes = "$lt_cv_ld_force_load"; then
-    whole_archive_flag_spec='`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience $wl-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`'
-
-  else
-    whole_archive_flag_spec=''
-  fi
-  link_all_deplibs=yes
-  allow_undefined_flag=$_lt_dar_allow_undefined
-  case $cc_basename in
-     ifort*|nagfor*) _lt_dar_can_shared=yes ;;
-     *) _lt_dar_can_shared=$GCC ;;
-  esac
-  if test yes = "$_lt_dar_can_shared"; then
-    output_verbose_link_cmd=func_echo_all
-    archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod$_lt_dsymutil"
-    module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags$_lt_dsymutil"
-    archive_expsym_cmds="sed 's|^|_|' < \$export_symbols > \$output_objdir/\$libname-symbols.expsym~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod$_lt_dar_export_syms$_lt_dsymutil"
-    module_expsym_cmds="sed -e 's|^|_|' < \$export_symbols > \$output_objdir/\$libname-symbols.expsym~\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags$_lt_dar_export_syms$_lt_dsymutil"
-
-  else
-  ld_shlibs=no
-  fi
-
-      ;;
-
-    dgux*)
-      archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
-      hardcode_libdir_flag_spec='-L$libdir'
-      hardcode_shlibpath_var=no
-      ;;
-
-    # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
-    # support.  Future versions do this automatically, but an explicit c++rt0.o
-    # does not break anything, and helps significantly (at the cost of a little
-    # extra space).
-    freebsd2.2*)
-      archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
-      hardcode_libdir_flag_spec='-R$libdir'
-      hardcode_direct=yes
-      hardcode_shlibpath_var=no
-      ;;
-
-    # Unfortunately, older versions of FreeBSD 2 do not have this feature.
-    freebsd2.*)
-      archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
-      hardcode_direct=yes
-      hardcode_minus_L=yes
-      hardcode_shlibpath_var=no
-      ;;
-
-    # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
-    freebsd* | dragonfly*)
-      archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
-      hardcode_libdir_flag_spec='-R$libdir'
-      hardcode_direct=yes
-      hardcode_shlibpath_var=no
-      ;;
-
-    hpux9*)
-      if test yes = "$GCC"; then
-	archive_cmds='$RM $output_objdir/$soname~$CC -shared $pic_flag $wl+b $wl$install_libdir -o $output_objdir/$soname $libobjs $deplibs $compiler_flags~test "x$output_objdir/$soname" = "x$lib" || mv $output_objdir/$soname $lib'
-      else
-	archive_cmds='$RM $output_objdir/$soname~$LD -b +b $install_libdir -o $output_objdir/$soname $libobjs $deplibs $linker_flags~test "x$output_objdir/$soname" = "x$lib" || mv $output_objdir/$soname $lib'
-      fi
-      hardcode_libdir_flag_spec='$wl+b $wl$libdir'
-      hardcode_libdir_separator=:
-      hardcode_direct=yes
-
-      # hardcode_minus_L: Not really in the search PATH,
-      # but as the default location of the library.
-      hardcode_minus_L=yes
-      export_dynamic_flag_spec='$wl-E'
-      ;;
-
-    hpux10*)
-      if test yes,no = "$GCC,$with_gnu_ld"; then
-	archive_cmds='$CC -shared $pic_flag $wl+h $wl$soname $wl+b $wl$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
-      else
-	archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
-      fi
-      if test no = "$with_gnu_ld"; then
-	hardcode_libdir_flag_spec='$wl+b $wl$libdir'
-	hardcode_libdir_separator=:
-	hardcode_direct=yes
-	hardcode_direct_absolute=yes
-	export_dynamic_flag_spec='$wl-E'
-	# hardcode_minus_L: Not really in the search PATH,
-	# but as the default location of the library.
-	hardcode_minus_L=yes
-      fi
-      ;;
-
-    hpux11*)
-      if test yes,no = "$GCC,$with_gnu_ld"; then
-	case $host_cpu in
-	hppa*64*)
-	  archive_cmds='$CC -shared $wl+h $wl$soname -o $lib $libobjs $deplibs $compiler_flags'
-	  ;;
-	ia64*)
-	  archive_cmds='$CC -shared $pic_flag $wl+h $wl$soname $wl+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
-	  ;;
-	*)
-	  archive_cmds='$CC -shared $pic_flag $wl+h $wl$soname $wl+b $wl$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
-	  ;;
-	esac
-      else
-	case $host_cpu in
-	hppa*64*)
-	  archive_cmds='$CC -b $wl+h $wl$soname -o $lib $libobjs $deplibs $compiler_flags'
-	  ;;
-	ia64*)
-	  archive_cmds='$CC -b $wl+h $wl$soname $wl+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
-	  ;;
-	*)
-
-	  # Older versions of the 11.00 compiler do not understand -b yet
-	  # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
-	  { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5
-$as_echo_n "checking if $CC understands -b... " >&6; }
-if ${lt_cv_prog_compiler__b+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  lt_cv_prog_compiler__b=no
-   save_LDFLAGS=$LDFLAGS
-   LDFLAGS="$LDFLAGS -b"
-   echo "$lt_simple_link_test_code" > conftest.$ac_ext
-   if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
-     # The linker can only warn and ignore the option if not recognized
-     # So say no if there are warnings
-     if test -s conftest.err; then
-       # Append any errors to the config.log.
-       cat conftest.err 1>&5
-       $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
-       $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
-       if diff conftest.exp conftest.er2 >/dev/null; then
-         lt_cv_prog_compiler__b=yes
-       fi
-     else
-       lt_cv_prog_compiler__b=yes
-     fi
-   fi
-   $RM -r conftest*
-   LDFLAGS=$save_LDFLAGS
-
-fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5
-$as_echo "$lt_cv_prog_compiler__b" >&6; }
-
-if test yes = "$lt_cv_prog_compiler__b"; then
-    archive_cmds='$CC -b $wl+h $wl$soname $wl+b $wl$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
-else
-    archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
-fi
-
-	  ;;
-	esac
-      fi
-      if test no = "$with_gnu_ld"; then
-	hardcode_libdir_flag_spec='$wl+b $wl$libdir'
-	hardcode_libdir_separator=:
-
-	case $host_cpu in
-	hppa*64*|ia64*)
-	  hardcode_direct=no
-	  hardcode_shlibpath_var=no
-	  ;;
-	*)
-	  hardcode_direct=yes
-	  hardcode_direct_absolute=yes
-	  export_dynamic_flag_spec='$wl-E'
-
-	  # hardcode_minus_L: Not really in the search PATH,
-	  # but as the default location of the library.
-	  hardcode_minus_L=yes
-	  ;;
-	esac
-      fi
-      ;;
-
-    irix5* | irix6* | nonstopux*)
-      if test yes = "$GCC"; then
-	archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
-	# Try to use the -exported_symbol ld option, if it does not
-	# work, assume that -exports_file does not work either and
-	# implicitly export all symbols.
-	# This should be the same for all languages, so no per-tag cache variable.
-	{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $host_os linker accepts -exported_symbol" >&5
-$as_echo_n "checking whether the $host_os linker accepts -exported_symbol... " >&6; }
-if ${lt_cv_irix_exported_symbol+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  save_LDFLAGS=$LDFLAGS
-	   LDFLAGS="$LDFLAGS -shared $wl-exported_symbol ${wl}foo $wl-update_registry $wl/dev/null"
-	   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h.  */
-int foo (void) { return 0; }
-_ACEOF
-if ac_fn_c_try_link "$LINENO"; then :
-  lt_cv_irix_exported_symbol=yes
-else
-  lt_cv_irix_exported_symbol=no
-fi
-rm -f core conftest.err conftest.$ac_objext \
-    conftest$ac_exeext conftest.$ac_ext
-           LDFLAGS=$save_LDFLAGS
-fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_irix_exported_symbol" >&5
-$as_echo "$lt_cv_irix_exported_symbol" >&6; }
-	if test yes = "$lt_cv_irix_exported_symbol"; then
-          archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations $wl-exports_file $wl$export_symbols -o $lib'
-	fi
-      else
-	archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
-	archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -exports_file $export_symbols -o $lib'
-      fi
-      archive_cmds_need_lc='no'
-      hardcode_libdir_flag_spec='$wl-rpath $wl$libdir'
-      hardcode_libdir_separator=:
-      inherit_rpath=yes
-      link_all_deplibs=yes
-      ;;
-
-    linux*)
-      case $cc_basename in
-      tcc*)
-	# Fabrice Bellard et al's Tiny C Compiler
-	ld_shlibs=yes
-	archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
-	;;
-      esac
-      ;;
-
-    netbsd*)
-      if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
-	archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'  # a.out
-      else
-	archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags'      # ELF
-      fi
-      hardcode_libdir_flag_spec='-R$libdir'
-      hardcode_direct=yes
-      hardcode_shlibpath_var=no
-      ;;
-
-    newsos6)
-      archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
-      hardcode_direct=yes
-      hardcode_libdir_flag_spec='$wl-rpath $wl$libdir'
-      hardcode_libdir_separator=:
-      hardcode_shlibpath_var=no
-      ;;
-
-    *nto* | *qnx*)
-      ;;
-
-    openbsd* | bitrig*)
-      if test -f /usr/libexec/ld.so; then
-	hardcode_direct=yes
-	hardcode_shlibpath_var=no
-	hardcode_direct_absolute=yes
-	if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
-	  archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
-	  archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags $wl-retain-symbols-file,$export_symbols'
-	  hardcode_libdir_flag_spec='$wl-rpath,$libdir'
-	  export_dynamic_flag_spec='$wl-E'
-	else
-	  archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
-	  hardcode_libdir_flag_spec='$wl-rpath,$libdir'
-	fi
-      else
-	ld_shlibs=no
-      fi
-      ;;
-
-    os2*)
-      hardcode_libdir_flag_spec='-L$libdir'
-      hardcode_minus_L=yes
-      allow_undefined_flag=unsupported
-      shrext_cmds=.dll
-      archive_cmds='$ECHO "LIBRARY ${soname%$shared_ext} INITINSTANCE TERMINSTANCE" > $output_objdir/$libname.def~
-	$ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~
-	$ECHO "DATA MULTIPLE NONSHARED" >> $output_objdir/$libname.def~
-	$ECHO EXPORTS >> $output_objdir/$libname.def~
-	emxexp $libobjs | $SED /"_DLL_InitTerm"/d >> $output_objdir/$libname.def~
-	$CC -Zdll -Zcrtdll -o $output_objdir/$soname $libobjs $deplibs $compiler_flags $output_objdir/$libname.def~
-	emximp -o $lib $output_objdir/$libname.def'
-      archive_expsym_cmds='$ECHO "LIBRARY ${soname%$shared_ext} INITINSTANCE TERMINSTANCE" > $output_objdir/$libname.def~
-	$ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~
-	$ECHO "DATA MULTIPLE NONSHARED" >> $output_objdir/$libname.def~
-	$ECHO EXPORTS >> $output_objdir/$libname.def~
-	prefix_cmds="$SED"~
-	if test EXPORTS = "`$SED 1q $export_symbols`"; then
-	  prefix_cmds="$prefix_cmds -e 1d";
-	fi~
-	prefix_cmds="$prefix_cmds -e \"s/^\(.*\)$/_\1/g\""~
-	cat $export_symbols | $prefix_cmds >> $output_objdir/$libname.def~
-	$CC -Zdll -Zcrtdll -o $output_objdir/$soname $libobjs $deplibs $compiler_flags $output_objdir/$libname.def~
-	emximp -o $lib $output_objdir/$libname.def'
-      old_archive_From_new_cmds='emximp -o $output_objdir/${libname}_dll.a $output_objdir/$libname.def'
-      enable_shared_with_static_runtimes=yes
-      ;;
-
-    osf3*)
-      if test yes = "$GCC"; then
-	allow_undefined_flag=' $wl-expect_unresolved $wl\*'
-	archive_cmds='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
-      else
-	allow_undefined_flag=' -expect_unresolved \*'
-	archive_cmds='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
-      fi
-      archive_cmds_need_lc='no'
-      hardcode_libdir_flag_spec='$wl-rpath $wl$libdir'
-      hardcode_libdir_separator=:
-      ;;
-
-    osf4* | osf5*)	# as osf3* with the addition of -msym flag
-      if test yes = "$GCC"; then
-	allow_undefined_flag=' $wl-expect_unresolved $wl\*'
-	archive_cmds='$CC -shared$allow_undefined_flag $pic_flag $libobjs $deplibs $compiler_flags $wl-msym $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
-	hardcode_libdir_flag_spec='$wl-rpath $wl$libdir'
-      else
-	allow_undefined_flag=' -expect_unresolved \*'
-	archive_cmds='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
-	archive_expsym_cmds='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; printf "%s\\n" "-hidden">> $lib.exp~
-          $CC -shared$allow_undefined_flag $wl-input $wl$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib~$RM $lib.exp'
-
-	# Both c and cxx compiler support -rpath directly
-	hardcode_libdir_flag_spec='-rpath $libdir'
-      fi
-      archive_cmds_need_lc='no'
-      hardcode_libdir_separator=:
-      ;;
-
-    solaris*)
-      no_undefined_flag=' -z defs'
-      if test yes = "$GCC"; then
-	wlarc='$wl'
-	archive_cmds='$CC -shared $pic_flag $wl-z ${wl}text $wl-h $wl$soname -o $lib $libobjs $deplibs $compiler_flags'
-	archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
-          $CC -shared $pic_flag $wl-z ${wl}text $wl-M $wl$lib.exp $wl-h $wl$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
-      else
-	case `$CC -V 2>&1` in
-	*"Compilers 5.0"*)
-	  wlarc=''
-	  archive_cmds='$LD -G$allow_undefined_flag -h $soname -o $lib $libobjs $deplibs $linker_flags'
-	  archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
-            $LD -G$allow_undefined_flag -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
-	  ;;
-	*)
-	  wlarc='$wl'
-	  archive_cmds='$CC -G$allow_undefined_flag -h $soname -o $lib $libobjs $deplibs $compiler_flags'
-	  archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
-            $CC -G$allow_undefined_flag -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
-	  ;;
-	esac
-      fi
-      hardcode_libdir_flag_spec='-R$libdir'
-      hardcode_shlibpath_var=no
-      case $host_os in
-      solaris2.[0-5] | solaris2.[0-5].*) ;;
-      *)
-	# The compiler driver will combine and reorder linker options,
-	# but understands '-z linker_flag'.  GCC discards it without '$wl',
-	# but is careful enough not to reorder.
-	# Supported since Solaris 2.6 (maybe 2.5.1?)
-	if test yes = "$GCC"; then
-	  whole_archive_flag_spec='$wl-z ${wl}allextract$convenience $wl-z ${wl}defaultextract'
-	else
-	  whole_archive_flag_spec='-z allextract$convenience -z defaultextract'
-	fi
-	;;
-      esac
-      link_all_deplibs=yes
-      ;;
-
-    sunos4*)
-      if test sequent = "$host_vendor"; then
-	# Use $CC to link under sequent, because it throws in some extra .o
-	# files that make .init and .fini sections work.
-	archive_cmds='$CC -G $wl-h $soname -o $lib $libobjs $deplibs $compiler_flags'
-      else
-	archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
-      fi
-      hardcode_libdir_flag_spec='-L$libdir'
-      hardcode_direct=yes
-      hardcode_minus_L=yes
-      hardcode_shlibpath_var=no
-      ;;
-
-    sysv4)
-      case $host_vendor in
-	sni)
-	  archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
-	  hardcode_direct=yes # is this really true???
-	;;
-	siemens)
-	  ## LD is ld it makes a PLAMLIB
-	  ## CC just makes a GrossModule.
-	  archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
-	  reload_cmds='$CC -r -o $output$reload_objs'
-	  hardcode_direct=no
-        ;;
-	motorola)
-	  archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
-	  hardcode_direct=no #Motorola manual says yes, but my tests say they lie
-	;;
-      esac
-      runpath_var='LD_RUN_PATH'
-      hardcode_shlibpath_var=no
-      ;;
-
-    sysv4.3*)
-      archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
-      hardcode_shlibpath_var=no
-      export_dynamic_flag_spec='-Bexport'
-      ;;
-
-    sysv4*MP*)
-      if test -d /usr/nec; then
-	archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
-	hardcode_shlibpath_var=no
-	runpath_var=LD_RUN_PATH
-	hardcode_runpath_var=yes
-	ld_shlibs=yes
-      fi
-      ;;
-
-    sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
-      no_undefined_flag='$wl-z,text'
-      archive_cmds_need_lc=no
-      hardcode_shlibpath_var=no
-      runpath_var='LD_RUN_PATH'
-
-      if test yes = "$GCC"; then
-	archive_cmds='$CC -shared $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
-	archive_expsym_cmds='$CC -shared $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
-      else
-	archive_cmds='$CC -G $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
-	archive_expsym_cmds='$CC -G $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
-      fi
-      ;;
-
-    sysv5* | sco3.2v5* | sco5v6*)
-      # Note: We CANNOT use -z defs as we might desire, because we do not
-      # link with -lc, and that would cause any symbols used from libc to
-      # always be unresolved, which means just about no library would
-      # ever link correctly.  If we're not using GNU ld we use -z text
-      # though, which does catch some bad symbols but isn't as heavy-handed
-      # as -z defs.
-      no_undefined_flag='$wl-z,text'
-      allow_undefined_flag='$wl-z,nodefs'
-      archive_cmds_need_lc=no
-      hardcode_shlibpath_var=no
-      hardcode_libdir_flag_spec='$wl-R,$libdir'
-      hardcode_libdir_separator=':'
-      link_all_deplibs=yes
-      export_dynamic_flag_spec='$wl-Bexport'
-      runpath_var='LD_RUN_PATH'
-
-      if test yes = "$GCC"; then
-	archive_cmds='$CC -shared $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
-	archive_expsym_cmds='$CC -shared $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
-      else
-	archive_cmds='$CC -G $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
-	archive_expsym_cmds='$CC -G $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
-      fi
-      ;;
-
-    uts4*)
-      archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
-      hardcode_libdir_flag_spec='-L$libdir'
-      hardcode_shlibpath_var=no
-      ;;
-
-    *)
-      ld_shlibs=no
-      ;;
-    esac
-
-    if test sni = "$host_vendor"; then
-      case $host in
-      sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
-	export_dynamic_flag_spec='$wl-Blargedynsym'
-	;;
-      esac
-    fi
-  fi
-
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
-$as_echo "$ld_shlibs" >&6; }
-test no = "$ld_shlibs" && can_build_shared=no
-
-with_gnu_ld=$with_gnu_ld
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-#
-# Do we need to explicitly link libc?
-#
-case "x$archive_cmds_need_lc" in
-x|xyes)
-  # Assume -lc should be added
-  archive_cmds_need_lc=yes
-
-  if test yes,yes = "$GCC,$enable_shared"; then
-    case $archive_cmds in
-    *'~'*)
-      # FIXME: we may have to deal with multi-command sequences.
-      ;;
-    '$CC '*)
-      # Test whether the compiler implicitly links with -lc since on some
-      # systems, -lgcc has to come before -lc. If gcc already passes -lc
-      # to ld, don't add -lc before -lgcc.
-      { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
-$as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
-if ${lt_cv_archive_cmds_need_lc+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  $RM conftest*
-	echo "$lt_simple_compile_test_code" > conftest.$ac_ext
-
-	if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
-  (eval $ac_compile) 2>&5
-  ac_status=$?
-  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
-  test $ac_status = 0; } 2>conftest.err; then
-	  soname=conftest
-	  lib=conftest
-	  libobjs=conftest.$ac_objext
-	  deplibs=
-	  wl=$lt_prog_compiler_wl
-	  pic_flag=$lt_prog_compiler_pic
-	  compiler_flags=-v
-	  linker_flags=-v
-	  verstring=
-	  output_objdir=.
-	  libname=conftest
-	  lt_save_allow_undefined_flag=$allow_undefined_flag
-	  allow_undefined_flag=
-	  if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
-  (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
-  ac_status=$?
-  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
-  test $ac_status = 0; }
-	  then
-	    lt_cv_archive_cmds_need_lc=no
-	  else
-	    lt_cv_archive_cmds_need_lc=yes
-	  fi
-	  allow_undefined_flag=$lt_save_allow_undefined_flag
-	else
-	  cat conftest.err 1>&5
-	fi
-	$RM conftest*
-
-fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5
-$as_echo "$lt_cv_archive_cmds_need_lc" >&6; }
-      archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc
-      ;;
-    esac
-  fi
-  ;;
-esac
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-  { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
-$as_echo_n "checking dynamic linker characteristics... " >&6; }
-
-if test yes = "$GCC"; then
-  case $host_os in
-    darwin*) lt_awk_arg='/^libraries:/,/LR/' ;;
-    *) lt_awk_arg='/^libraries:/' ;;
-  esac
-  case $host_os in
-    mingw* | cegcc*) lt_sed_strip_eq='s|=\([A-Za-z]:\)|\1|g' ;;
-    *) lt_sed_strip_eq='s|=/|/|g' ;;
-  esac
-  lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
-  case $lt_search_path_spec in
-  *\;*)
-    # if the path contains ";" then we assume it to be the separator
-    # otherwise default to the standard path separator (i.e. ":") - it is
-    # assumed that no part of a normal pathname contains ";" but that should
-    # okay in the real world where ";" in dirpaths is itself problematic.
-    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
-    ;;
-  *)
-    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
-    ;;
-  esac
-  # Ok, now we have the path, separated by spaces, we can step through it
-  # and add multilib dir if necessary...
-  lt_tmp_lt_search_path_spec=
-  lt_multi_os_dir=/`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
-  # ...but if some path component already ends with the multilib dir we assume
-  # that all is fine and trust -print-search-dirs as is (GCC 4.2? or newer).
-  case "$lt_multi_os_dir; $lt_search_path_spec " in
-  "/; "* | "/.; "* | "/./; "* | *"$lt_multi_os_dir "* | *"$lt_multi_os_dir/ "*)
-    lt_multi_os_dir=
-    ;;
-  esac
-  for lt_sys_path in $lt_search_path_spec; do
-    if test -d "$lt_sys_path$lt_multi_os_dir"; then
-      lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path$lt_multi_os_dir"
-    elif test -n "$lt_multi_os_dir"; then
-      test -d "$lt_sys_path" && \
-	lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
-    fi
-  done
-  lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk '
-BEGIN {RS = " "; FS = "/|\n";} {
-  lt_foo = "";
-  lt_count = 0;
-  for (lt_i = NF; lt_i > 0; lt_i--) {
-    if ($lt_i != "" && $lt_i != ".") {
-      if ($lt_i == "..") {
-        lt_count++;
-      } else {
-        if (lt_count == 0) {
-          lt_foo = "/" $lt_i lt_foo;
-        } else {
-          lt_count--;
-        }
-      }
-    }
-  }
-  if (lt_foo != "") { lt_freq[lt_foo]++; }
-  if (lt_freq[lt_foo] == 1) { print lt_foo; }
-}'`
-  # AWK program above erroneously prepends '/' to C:/dos/paths
-  # for these hosts.
-  case $host_os in
-    mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\
-      $SED 's|/\([A-Za-z]:\)|\1|g'` ;;
-  esac
-  sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
-else
-  sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
-fi
-library_names_spec=
-libname_spec='lib$name'
-soname_spec=
-shrext_cmds=.so
-postinstall_cmds=
-postuninstall_cmds=
-finish_cmds=
-finish_eval=
-shlibpath_var=
-shlibpath_overrides_runpath=unknown
-version_type=none
-dynamic_linker="$host_os ld.so"
-sys_lib_dlsearch_path_spec="/lib /usr/lib"
-need_lib_prefix=unknown
-hardcode_into_libs=no
-
-# when you set need_version to no, make sure it does not cause -set_version
-# flags to be left without arguments
-need_version=unknown
-
-
-
-case $host_os in
-aix3*)
-  version_type=linux # correct to gnu/linux during the next big refactor
-  library_names_spec='$libname$release$shared_ext$versuffix $libname.a'
-  shlibpath_var=LIBPATH
-
-  # AIX 3 has no versioning support, so we append a major version to the name.
-  soname_spec='$libname$release$shared_ext$major'
-  ;;
-
-aix[4-9]*)
-  version_type=linux # correct to gnu/linux during the next big refactor
-  need_lib_prefix=no
-  need_version=no
-  hardcode_into_libs=yes
-  if test ia64 = "$host_cpu"; then
-    # AIX 5 supports IA64
-    library_names_spec='$libname$release$shared_ext$major $libname$release$shared_ext$versuffix $libname$shared_ext'
-    shlibpath_var=LD_LIBRARY_PATH
-  else
-    # With GCC up to 2.95.x, collect2 would create an import file
-    # for dependence libraries.  The import file would start with
-    # the line '#! .'.  This would cause the generated library to
-    # depend on '.', always an invalid library.  This was fixed in
-    # development snapshots of GCC prior to 3.0.
-    case $host_os in
-      aix4 | aix4.[01] | aix4.[01].*)
-      if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
-	   echo ' yes '
-	   echo '#endif'; } | $CC -E - | $GREP yes > /dev/null; then
-	:
-      else
-	can_build_shared=no
-      fi
-      ;;
-    esac
-    # Using Import Files as archive members, it is possible to support
-    # filename-based versioning of shared library archives on AIX. While
-    # this would work for both with and without runtime linking, it will
-    # prevent static linking of such archives. So we do filename-based
-    # shared library versioning with .so extension only, which is used
-    # when both runtime linking and shared linking is enabled.
-    # Unfortunately, runtime linking may impact performance, so we do
-    # not want this to be the default eventually. Also, we use the
-    # versioned .so libs for executables only if there is the -brtl
-    # linker flag in LDFLAGS as well, or --with-aix-soname=svr4 only.
-    # To allow for filename-based versioning support, we need to create
-    # libNAME.so.V as an archive file, containing:
-    # *) an Import File, referring to the versioned filename of the
-    #    archive as well as the shared archive member, telling the
-    #    bitwidth (32 or 64) of that shared object, and providing the
-    #    list of exported symbols of that shared object, eventually
-    #    decorated with the 'weak' keyword
-    # *) the shared object with the F_LOADONLY flag set, to really avoid
-    #    it being seen by the linker.
-    # At run time we better use the real file rather than another symlink,
-    # but for link time we create the symlink libNAME.so -> libNAME.so.V
-
-    case $with_aix_soname,$aix_use_runtimelinking in
-    # AIX (on Power*) has no versioning support, so currently we cannot hardcode correct
-    # soname into executable. Probably we can add versioning support to
-    # collect2, so additional links can be useful in future.
-    aix,yes) # traditional libtool
-      dynamic_linker='AIX unversionable lib.so'
-      # If using run time linking (on AIX 4.2 or later) use lib<name>.so
-      # instead of lib<name>.a to let people know that these are not
-      # typical AIX shared libraries.
-      library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
-      ;;
-    aix,no) # traditional AIX only
-      dynamic_linker='AIX lib.a(lib.so.V)'
-      # We preserve .a as extension for shared libraries through AIX4.2
-      # and later when we are not doing run time linking.
-      library_names_spec='$libname$release.a $libname.a'
-      soname_spec='$libname$release$shared_ext$major'
-      ;;
-    svr4,*) # full svr4 only
-      dynamic_linker="AIX lib.so.V($shared_archive_member_spec.o)"
-      library_names_spec='$libname$release$shared_ext$major $libname$shared_ext'
-      # We do not specify a path in Import Files, so LIBPATH fires.
-      shlibpath_overrides_runpath=yes
-      ;;
-    *,yes) # both, prefer svr4
-      dynamic_linker="AIX lib.so.V($shared_archive_member_spec.o), lib.a(lib.so.V)"
-      library_names_spec='$libname$release$shared_ext$major $libname$shared_ext'
-      # unpreferred sharedlib libNAME.a needs extra handling
-      postinstall_cmds='test -n "$linkname" || linkname="$realname"~func_stripname "" ".so" "$linkname"~$install_shared_prog "$dir/$func_stripname_result.$libext" "$destdir/$func_stripname_result.$libext"~test -z "$tstripme" || test -z "$striplib" || $striplib "$destdir/$func_stripname_result.$libext"'
-      postuninstall_cmds='for n in $library_names $old_library; do :; done~func_stripname "" ".so" "$n"~test "$func_stripname_result" = "$n" || func_append rmfiles " $odir/$func_stripname_result.$libext"'
-      # We do not specify a path in Import Files, so LIBPATH fires.
-      shlibpath_overrides_runpath=yes
-      ;;
-    *,no) # both, prefer aix
-      dynamic_linker="AIX lib.a(lib.so.V), lib.so.V($shared_archive_member_spec.o)"
-      library_names_spec='$libname$release.a $libname.a'
-      soname_spec='$libname$release$shared_ext$major'
-      # unpreferred sharedlib libNAME.so.V and symlink libNAME.so need extra handling
-      postinstall_cmds='test -z "$dlname" || $install_shared_prog $dir/$dlname $destdir/$dlname~test -z "$tstripme" || test -z "$striplib" || $striplib $destdir/$dlname~test -n "$linkname" || linkname=$realname~func_stripname "" ".a" "$linkname"~(cd "$destdir" && $LN_S -f $dlname $func_stripname_result.so)'
-      postuninstall_cmds='test -z "$dlname" || func_append rmfiles " $odir/$dlname"~for n in $old_library $library_names; do :; done~func_stripname "" ".a" "$n"~func_append rmfiles " $odir/$func_stripname_result.so"'
-      ;;
-    esac
-    shlibpath_var=LIBPATH
-  fi
-  ;;
-
-amigaos*)
-  case $host_cpu in
-  powerpc)
-    # Since July 2007 AmigaOS4 officially supports .so libraries.
-    # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
-    library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
-    ;;
-  m68k)
-    library_names_spec='$libname.ixlibrary $libname.a'
-    # Create ${libname}_ixlibrary.a entries in /sys/libs.
-    finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
-    ;;
-  esac
-  ;;
-
-beos*)
-  library_names_spec='$libname$shared_ext'
-  dynamic_linker="$host_os ld.so"
-  shlibpath_var=LIBRARY_PATH
-  ;;
-
-bsdi[45]*)
-  version_type=linux # correct to gnu/linux during the next big refactor
-  need_version=no
-  library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
-  soname_spec='$libname$release$shared_ext$major'
-  finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
-  shlibpath_var=LD_LIBRARY_PATH
-  sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
-  sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
-  # the default ld.so.conf also contains /usr/contrib/lib and
-  # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
-  # libtool to hard-code these into programs
-  ;;
-
-cygwin* | mingw* | pw32* | cegcc*)
-  version_type=windows
-  shrext_cmds=.dll
-  need_version=no
-  need_lib_prefix=no
-
-  case $GCC,$cc_basename in
-  yes,*)
-    # gcc
-    library_names_spec='$libname.dll.a'
-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
-    postinstall_cmds='base_file=`basename \$file`~
-      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
-      dldir=$destdir/`dirname \$dlpath`~
-      test -d \$dldir || mkdir -p \$dldir~
-      $install_prog $dir/$dlname \$dldir/$dlname~
-      chmod a+x \$dldir/$dlname~
-      if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
-        eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
-      fi'
-    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
-      dlpath=$dir/\$dldll~
-       $RM \$dlpath'
-    shlibpath_overrides_runpath=yes
-
-    case $host_os in
-    cygwin*)
-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
-      soname_spec='`echo $libname | sed -e 's/^lib/cyg/'``echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
-
-      sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"
-      ;;
-    mingw* | cegcc*)
-      # MinGW DLLs use traditional 'lib' prefix
-      soname_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
-      ;;
-    pw32*)
-      # pw32 DLLs use 'pw' prefix rather than 'lib'
-      library_names_spec='`echo $libname | sed -e 's/^lib/pw/'``echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
-      ;;
-    esac
-    dynamic_linker='Win32 ld.exe'
-    ;;
-
-  *,cl*)
-    # Native MSVC
-    libname_spec='$name'
-    soname_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
-    library_names_spec='$libname.dll.lib'
-
-    case $build_os in
-    mingw*)
-      sys_lib_search_path_spec=
-      lt_save_ifs=$IFS
-      IFS=';'
-      for lt_path in $LIB
-      do
-        IFS=$lt_save_ifs
-        # Let DOS variable expansion print the short 8.3 style file name.
-        lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"`
-        sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path"
-      done
-      IFS=$lt_save_ifs
-      # Convert to MSYS style.
-      sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([a-zA-Z]\\):| /\\1|g' -e 's|^ ||'`
-      ;;
-    cygwin*)
-      # Convert to unix form, then to dos form, then back to unix form
-      # but this time dos style (no spaces!) so that the unix form looks
-      # like /cygdrive/c/PROGRA~1:/cygdr...
-      sys_lib_search_path_spec=`cygpath --path --unix "$LIB"`
-      sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null`
-      sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
-      ;;
-    *)
-      sys_lib_search_path_spec=$LIB
-      if $ECHO "$sys_lib_search_path_spec" | $GREP ';[c-zC-Z]:/' >/dev/null; then
-        # It is most probably a Windows format PATH.
-        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
-      else
-        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
-      fi
-      # FIXME: find the short name or the path components, as spaces are
-      # common. (e.g. "Program Files" -> "PROGRA~1")
-      ;;
-    esac
-
-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
-    postinstall_cmds='base_file=`basename \$file`~
-      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
-      dldir=$destdir/`dirname \$dlpath`~
-      test -d \$dldir || mkdir -p \$dldir~
-      $install_prog $dir/$dlname \$dldir/$dlname'
-    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
-      dlpath=$dir/\$dldll~
-       $RM \$dlpath'
-    shlibpath_overrides_runpath=yes
-    dynamic_linker='Win32 link.exe'
-    ;;
-
-  *)
-    # Assume MSVC wrapper
-    library_names_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext $libname.lib'
-    dynamic_linker='Win32 ld.exe'
-    ;;
-  esac
-  # FIXME: first we should search . and the directory the executable is in
-  shlibpath_var=PATH
-  ;;
-
-darwin* | rhapsody*)
-  dynamic_linker="$host_os dyld"
-  version_type=darwin
-  need_lib_prefix=no
-  need_version=no
-  library_names_spec='$libname$release$major$shared_ext $libname$shared_ext'
-  soname_spec='$libname$release$major$shared_ext'
-  shlibpath_overrides_runpath=yes
-  shlibpath_var=DYLD_LIBRARY_PATH
-  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
-
-  sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"
-  sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
-  ;;
-
-dgux*)
-  version_type=linux # correct to gnu/linux during the next big refactor
-  need_lib_prefix=no
-  need_version=no
-  library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
-  soname_spec='$libname$release$shared_ext$major'
-  shlibpath_var=LD_LIBRARY_PATH
-  ;;
-
-freebsd* | dragonfly*)
-  # DragonFly does not have aout.  When/if they implement a new
-  # versioning mechanism, adjust this.
-  if test -x /usr/bin/objformat; then
-    objformat=`/usr/bin/objformat`
-  else
-    case $host_os in
-    freebsd[23].*) objformat=aout ;;
-    *) objformat=elf ;;
-    esac
-  fi
-  version_type=freebsd-$objformat
-  case $version_type in
-    freebsd-elf*)
-      library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
-      soname_spec='$libname$release$shared_ext$major'
-      need_version=no
-      need_lib_prefix=no
-      ;;
-    freebsd-*)
-      library_names_spec='$libname$release$shared_ext$versuffix $libname$shared_ext$versuffix'
-      need_version=yes
-      ;;
-  esac
-  shlibpath_var=LD_LIBRARY_PATH
-  case $host_os in
-  freebsd2.*)
-    shlibpath_overrides_runpath=yes
-    ;;
-  freebsd3.[01]* | freebsdelf3.[01]*)
-    shlibpath_overrides_runpath=yes
-    hardcode_into_libs=yes
-    ;;
-  freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
-  freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
-    shlibpath_overrides_runpath=no
-    hardcode_into_libs=yes
-    ;;
-  *) # from 4.6 on, and DragonFly
-    shlibpath_overrides_runpath=yes
-    hardcode_into_libs=yes
-    ;;
-  esac
-  ;;
-
-haiku*)
-  version_type=linux # correct to gnu/linux during the next big refactor
-  need_lib_prefix=no
-  need_version=no
-  dynamic_linker="$host_os runtime_loader"
-  library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
-  soname_spec='$libname$release$shared_ext$major'
-  shlibpath_var=LIBRARY_PATH
-  shlibpath_overrides_runpath=no
-  sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/system/lib'
-  hardcode_into_libs=yes
-  ;;
-
-hpux9* | hpux10* | hpux11*)
-  # Give a soname corresponding to the major version so that dld.sl refuses to
-  # link against other versions.
-  version_type=sunos
-  need_lib_prefix=no
-  need_version=no
-  case $host_cpu in
-  ia64*)
-    shrext_cmds='.so'
-    hardcode_into_libs=yes
-    dynamic_linker="$host_os dld.so"
-    shlibpath_var=LD_LIBRARY_PATH
-    shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
-    library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
-    soname_spec='$libname$release$shared_ext$major'
-    if test 32 = "$HPUX_IA64_MODE"; then
-      sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
-      sys_lib_dlsearch_path_spec=/usr/lib/hpux32
-    else
-      sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
-      sys_lib_dlsearch_path_spec=/usr/lib/hpux64
-    fi
-    ;;
-  hppa*64*)
-    shrext_cmds='.sl'
-    hardcode_into_libs=yes
-    dynamic_linker="$host_os dld.sl"
-    shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
-    shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
-    library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
-    soname_spec='$libname$release$shared_ext$major'
-    sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
-    sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
-    ;;
-  *)
-    shrext_cmds='.sl'
-    dynamic_linker="$host_os dld.sl"
-    shlibpath_var=SHLIB_PATH
-    shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
-    library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
-    soname_spec='$libname$release$shared_ext$major'
-    ;;
-  esac
-  # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
-  postinstall_cmds='chmod 555 $lib'
-  # or fails outright, so override atomically:
-  install_override_mode=555
-  ;;
-
-interix[3-9]*)
-  version_type=linux # correct to gnu/linux during the next big refactor
-  need_lib_prefix=no
-  need_version=no
-  library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
-  soname_spec='$libname$release$shared_ext$major'
-  dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
-  shlibpath_var=LD_LIBRARY_PATH
-  shlibpath_overrides_runpath=no
-  hardcode_into_libs=yes
-  ;;
-
-irix5* | irix6* | nonstopux*)
-  case $host_os in
-    nonstopux*) version_type=nonstopux ;;
-    *)
-	if test yes = "$lt_cv_prog_gnu_ld"; then
-		version_type=linux # correct to gnu/linux during the next big refactor
-	else
-		version_type=irix
-	fi ;;
-  esac
-  need_lib_prefix=no
-  need_version=no
-  soname_spec='$libname$release$shared_ext$major'
-  library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$release$shared_ext $libname$shared_ext'
-  case $host_os in
-  irix5* | nonstopux*)
-    libsuff= shlibsuff=
-    ;;
-  *)
-    case $LD in # libtool.m4 will add one of these switches to LD
-    *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
-      libsuff= shlibsuff= libmagic=32-bit;;
-    *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
-      libsuff=32 shlibsuff=N32 libmagic=N32;;
-    *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
-      libsuff=64 shlibsuff=64 libmagic=64-bit;;
-    *) libsuff= shlibsuff= libmagic=never-match;;
-    esac
-    ;;
-  esac
-  shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
-  shlibpath_overrides_runpath=no
-  sys_lib_search_path_spec="/usr/lib$libsuff /lib$libsuff /usr/local/lib$libsuff"
-  sys_lib_dlsearch_path_spec="/usr/lib$libsuff /lib$libsuff"
-  hardcode_into_libs=yes
-  ;;
-
-# No shared lib support for Linux oldld, aout, or coff.
-linux*oldld* | linux*aout* | linux*coff*)
-  dynamic_linker=no
-  ;;
-
-linux*android*)
-  version_type=none # Android doesn't support versioned libraries.
-  need_lib_prefix=no
-  need_version=no
-  library_names_spec='$libname$release$shared_ext'
-  soname_spec='$libname$release$shared_ext'
-  finish_cmds=
-  shlibpath_var=LD_LIBRARY_PATH
-  shlibpath_overrides_runpath=yes
-
-  # This implies no fast_install, which is unacceptable.
-  # Some rework will be needed to allow for fast_install
-  # before this can be enabled.
-  hardcode_into_libs=yes
-
-  dynamic_linker='Android linker'
-  # Don't embed -rpath directories since the linker doesn't support them.
-  hardcode_libdir_flag_spec='-L$libdir'
-  ;;
-
-# This must be glibc/ELF.
-linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
-  version_type=linux # correct to gnu/linux during the next big refactor
-  need_lib_prefix=no
-  need_version=no
-  library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
-  soname_spec='$libname$release$shared_ext$major'
-  finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
-  shlibpath_var=LD_LIBRARY_PATH
-  shlibpath_overrides_runpath=no
-
-  # Some binutils ld are patched to set DT_RUNPATH
-  if ${lt_cv_shlibpath_overrides_runpath+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  lt_cv_shlibpath_overrides_runpath=no
-    save_LDFLAGS=$LDFLAGS
-    save_libdir=$libdir
-    eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
-	 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
-    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h.  */
-
-int
-main ()
-{
-
-  ;
-  return 0;
-}
-_ACEOF
-if ac_fn_c_try_link "$LINENO"; then :
-  if  ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
-  lt_cv_shlibpath_overrides_runpath=yes
-fi
-fi
-rm -f core conftest.err conftest.$ac_objext \
-    conftest$ac_exeext conftest.$ac_ext
-    LDFLAGS=$save_LDFLAGS
-    libdir=$save_libdir
-
-fi
-
-  shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
-
-  # This implies no fast_install, which is unacceptable.
-  # Some rework will be needed to allow for fast_install
-  # before this can be enabled.
-  hardcode_into_libs=yes
-
-  # Ideally, we could use ldconfig to report *all* directores which are
-  # searched for libraries, however this is still not possible.  Aside from not
-  # being certain /sbin/ldconfig is available, command
-  # 'ldconfig -N -X -v | grep ^/' on 64bit Fedora does not report /usr/lib64,
-  # even though it is searched at run-time.  Try to do the best guess by
-  # appending ld.so.conf contents (and includes) to the search path.
-  if test -f /etc/ld.so.conf; then
-    lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[	 ]*hwcap[	 ]/d;s/[:,	]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '`
-    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
-  fi
-
-  # We used to test for /lib/ld.so.1 and disable shared libraries on
-  # powerpc, because MkLinux only supported shared libraries with the
-  # GNU dynamic linker.  Since this was broken with cross compilers,
-  # most powerpc-linux boxes support dynamic linking these days and
-  # people can always --disable-shared, the test was removed, and we
-  # assume the GNU/Linux dynamic linker is in use.
-  dynamic_linker='GNU/Linux ld.so'
-  ;;
-
-netbsd*)
-  version_type=sunos
-  need_lib_prefix=no
-  need_version=no
-  if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
-    library_names_spec='$libname$release$shared_ext$versuffix $libname$shared_ext$versuffix'
-    finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
-    dynamic_linker='NetBSD (a.out) ld.so'
-  else
-    library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
-    soname_spec='$libname$release$shared_ext$major'
-    dynamic_linker='NetBSD ld.elf_so'
-  fi
-  shlibpath_var=LD_LIBRARY_PATH
-  shlibpath_overrides_runpath=yes
-  hardcode_into_libs=yes
-  ;;
-
-newsos6)
-  version_type=linux # correct to gnu/linux during the next big refactor
-  library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
-  shlibpath_var=LD_LIBRARY_PATH
-  shlibpath_overrides_runpath=yes
-  ;;
-
-*nto* | *qnx*)
-  version_type=qnx
-  need_lib_prefix=no
-  need_version=no
-  library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
-  soname_spec='$libname$release$shared_ext$major'
-  shlibpath_var=LD_LIBRARY_PATH
-  shlibpath_overrides_runpath=no
-  hardcode_into_libs=yes
-  dynamic_linker='ldqnx.so'
-  ;;
-
-openbsd* | bitrig*)
-  version_type=sunos
-  sys_lib_dlsearch_path_spec=/usr/lib
-  need_lib_prefix=no
-  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
-    need_version=no
-  else
-    need_version=yes
-  fi
-  library_names_spec='$libname$release$shared_ext$versuffix $libname$shared_ext$versuffix'
-  finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
-  shlibpath_var=LD_LIBRARY_PATH
-  shlibpath_overrides_runpath=yes
-  ;;
-
-os2*)
-  libname_spec='$name'
-  version_type=windows
-  shrext_cmds=.dll
-  need_version=no
-  need_lib_prefix=no
-  # OS/2 can only load a DLL with a base name of 8 characters or less.
-  soname_spec='`test -n "$os2dllname" && libname="$os2dllname";
-    v=$($ECHO $release$versuffix | tr -d .-);
-    n=$($ECHO $libname | cut -b -$((8 - ${#v})) | tr . _);
-    $ECHO $n$v`$shared_ext'
-  library_names_spec='${libname}_dll.$libext'
-  dynamic_linker='OS/2 ld.exe'
-  shlibpath_var=BEGINLIBPATH
-  sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
-  sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
-  postinstall_cmds='base_file=`basename \$file`~
-    dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; $ECHO \$dlname'\''`~
-    dldir=$destdir/`dirname \$dlpath`~
-    test -d \$dldir || mkdir -p \$dldir~
-    $install_prog $dir/$dlname \$dldir/$dlname~
-    chmod a+x \$dldir/$dlname~
-    if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
-      eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
-    fi'
-  postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; $ECHO \$dlname'\''`~
-    dlpath=$dir/\$dldll~
-    $RM \$dlpath'
-  ;;
-
-osf3* | osf4* | osf5*)
-  version_type=osf
-  need_lib_prefix=no
-  need_version=no
-  soname_spec='$libname$release$shared_ext$major'
-  library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
-  shlibpath_var=LD_LIBRARY_PATH
-  sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
-  sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
-  ;;
-
-rdos*)
-  dynamic_linker=no
-  ;;
-
-solaris*)
-  version_type=linux # correct to gnu/linux during the next big refactor
-  need_lib_prefix=no
-  need_version=no
-  library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
-  soname_spec='$libname$release$shared_ext$major'
-  shlibpath_var=LD_LIBRARY_PATH
-  shlibpath_overrides_runpath=yes
-  hardcode_into_libs=yes
-  # ldd complains unless libraries are executable
-  postinstall_cmds='chmod +x $lib'
-  ;;
-
-sunos4*)
-  version_type=sunos
-  library_names_spec='$libname$release$shared_ext$versuffix $libname$shared_ext$versuffix'
-  finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
-  shlibpath_var=LD_LIBRARY_PATH
-  shlibpath_overrides_runpath=yes
-  if test yes = "$with_gnu_ld"; then
-    need_lib_prefix=no
-  fi
-  need_version=yes
-  ;;
-
-sysv4 | sysv4.3*)
-  version_type=linux # correct to gnu/linux during the next big refactor
-  library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
-  soname_spec='$libname$release$shared_ext$major'
-  shlibpath_var=LD_LIBRARY_PATH
-  case $host_vendor in
-    sni)
-      shlibpath_overrides_runpath=no
-      need_lib_prefix=no
-      runpath_var=LD_RUN_PATH
-      ;;
-    siemens)
-      need_lib_prefix=no
-      ;;
-    motorola)
-      need_lib_prefix=no
-      need_version=no
-      shlibpath_overrides_runpath=no
-      sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
-      ;;
-  esac
-  ;;
-
-sysv4*MP*)
-  if test -d /usr/nec; then
-    version_type=linux # correct to gnu/linux during the next big refactor
-    library_names_spec='$libname$shared_ext.$versuffix $libname$shared_ext.$major $libname$shared_ext'
-    soname_spec='$libname$shared_ext.$major'
-    shlibpath_var=LD_LIBRARY_PATH
-  fi
-  ;;
-
-sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
-  version_type=sco
-  need_lib_prefix=no
-  need_version=no
-  library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext $libname$shared_ext'
-  soname_spec='$libname$release$shared_ext$major'
-  shlibpath_var=LD_LIBRARY_PATH
-  shlibpath_overrides_runpath=yes
-  hardcode_into_libs=yes
-  if test yes = "$with_gnu_ld"; then
-    sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
-  else
-    sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
-    case $host_os in
-      sco3.2v5*)
-        sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
-	;;
-    esac
-  fi
-  sys_lib_dlsearch_path_spec='/usr/lib'
-  ;;
-
-tpf*)
-  # TPF is a cross-target only.  Preferred cross-host = GNU/Linux.
-  version_type=linux # correct to gnu/linux during the next big refactor
-  need_lib_prefix=no
-  need_version=no
-  library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
-  shlibpath_var=LD_LIBRARY_PATH
-  shlibpath_overrides_runpath=no
-  hardcode_into_libs=yes
-  ;;
-
-uts4*)
-  version_type=linux # correct to gnu/linux during the next big refactor
-  library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
-  soname_spec='$libname$release$shared_ext$major'
-  shlibpath_var=LD_LIBRARY_PATH
-  ;;
-
-*)
-  dynamic_linker=no
-  ;;
-esac
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
-$as_echo "$dynamic_linker" >&6; }
-test no = "$dynamic_linker" && can_build_shared=no
-
-variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
-if test yes = "$GCC"; then
-  variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
-fi
-
-if test set = "${lt_cv_sys_lib_search_path_spec+set}"; then
-  sys_lib_search_path_spec=$lt_cv_sys_lib_search_path_spec
-fi
-
-if test set = "${lt_cv_sys_lib_dlsearch_path_spec+set}"; then
-  sys_lib_dlsearch_path_spec=$lt_cv_sys_lib_dlsearch_path_spec
-fi
-
-# remember unaugmented sys_lib_dlsearch_path content for libtool script decls...
-configure_time_dlsearch_path=$sys_lib_dlsearch_path_spec
-
-# ... but it needs LT_SYS_LIBRARY_PATH munging for other configure-time code
-func_munge_path_list sys_lib_dlsearch_path_spec "$LT_SYS_LIBRARY_PATH"
-
-# to be used as default LT_SYS_LIBRARY_PATH value in generated libtool
-configure_time_lt_sys_library_path=$LT_SYS_LIBRARY_PATH
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-  { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
-$as_echo_n "checking how to hardcode library paths into programs... " >&6; }
-hardcode_action=
-if test -n "$hardcode_libdir_flag_spec" ||
-   test -n "$runpath_var" ||
-   test yes = "$hardcode_automatic"; then
-
-  # We can hardcode non-existent directories.
-  if test no != "$hardcode_direct" &&
-     # If the only mechanism to avoid hardcoding is shlibpath_var, we
-     # have to relink, otherwise we might link with an installed library
-     # when we should be linking with a yet-to-be-installed one
-     ## test no != "$_LT_TAGVAR(hardcode_shlibpath_var, )" &&
-     test no != "$hardcode_minus_L"; then
-    # Linking always hardcodes the temporary library directory.
-    hardcode_action=relink
-  else
-    # We can link without hardcoding, and we can hardcode nonexisting dirs.
-    hardcode_action=immediate
-  fi
-else
-  # We cannot hardcode anything, or else we can only hardcode existing
-  # directories.
-  hardcode_action=unsupported
-fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
-$as_echo "$hardcode_action" >&6; }
-
-if test relink = "$hardcode_action" ||
-   test yes = "$inherit_rpath"; then
-  # Fast installation is not supported
-  enable_fast_install=no
-elif test yes = "$shlibpath_overrides_runpath" ||
-     test no = "$enable_shared"; then
-  # Fast installation is not necessary
-  enable_fast_install=needless
-fi
-
-
-
-
-
-
-  if test yes != "$enable_dlopen"; then
-  enable_dlopen=unknown
-  enable_dlopen_self=unknown
-  enable_dlopen_self_static=unknown
-else
-  lt_cv_dlopen=no
-  lt_cv_dlopen_libs=
-
-  case $host_os in
-  beos*)
-    lt_cv_dlopen=load_add_on
-    lt_cv_dlopen_libs=
-    lt_cv_dlopen_self=yes
-    ;;
-
-  mingw* | pw32* | cegcc*)
-    lt_cv_dlopen=LoadLibrary
-    lt_cv_dlopen_libs=
-    ;;
-
-  cygwin*)
-    lt_cv_dlopen=dlopen
-    lt_cv_dlopen_libs=
-    ;;
-
-  darwin*)
-    # if libdl is installed we need to link against it
-    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
-$as_echo_n "checking for dlopen in -ldl... " >&6; }
-if ${ac_cv_lib_dl_dlopen+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  ac_check_lib_save_LIBS=$LIBS
-LIBS="-ldl  $LIBS"
-cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h.  */
-
-/* Override any GCC internal prototype to avoid an error.
-   Use char because int might match the return type of a GCC
-   builtin and then its argument prototype would still apply.  */
-#ifdef __cplusplus
-extern "C"
-#endif
-char dlopen ();
-int
-main ()
-{
-return dlopen ();
-  ;
-  return 0;
-}
-_ACEOF
-if ac_fn_c_try_link "$LINENO"; then :
-  ac_cv_lib_dl_dlopen=yes
-else
-  ac_cv_lib_dl_dlopen=no
-fi
-rm -f core conftest.err conftest.$ac_objext \
-    conftest$ac_exeext conftest.$ac_ext
-LIBS=$ac_check_lib_save_LIBS
-fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
-$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
-if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
-  lt_cv_dlopen=dlopen lt_cv_dlopen_libs=-ldl
-else
-
-    lt_cv_dlopen=dyld
-    lt_cv_dlopen_libs=
-    lt_cv_dlopen_self=yes
-
-fi
-
-    ;;
-
-  tpf*)
-    # Don't try to run any link tests for TPF.  We know it's impossible
-    # because TPF is a cross-compiler, and we know how we open DSOs.
-    lt_cv_dlopen=dlopen
-    lt_cv_dlopen_libs=
-    lt_cv_dlopen_self=no
-    ;;
-
-  *)
-    ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
-if test "x$ac_cv_func_shl_load" = xyes; then :
-  lt_cv_dlopen=shl_load
-else
-  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
-$as_echo_n "checking for shl_load in -ldld... " >&6; }
-if ${ac_cv_lib_dld_shl_load+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  ac_check_lib_save_LIBS=$LIBS
-LIBS="-ldld  $LIBS"
-cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h.  */
-
-/* Override any GCC internal prototype to avoid an error.
-   Use char because int might match the return type of a GCC
-   builtin and then its argument prototype would still apply.  */
-#ifdef __cplusplus
-extern "C"
-#endif
-char shl_load ();
-int
-main ()
-{
-return shl_load ();
-  ;
-  return 0;
-}
-_ACEOF
-if ac_fn_c_try_link "$LINENO"; then :
-  ac_cv_lib_dld_shl_load=yes
-else
-  ac_cv_lib_dld_shl_load=no
-fi
-rm -f core conftest.err conftest.$ac_objext \
-    conftest$ac_exeext conftest.$ac_ext
-LIBS=$ac_check_lib_save_LIBS
-fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
-$as_echo "$ac_cv_lib_dld_shl_load" >&6; }
-if test "x$ac_cv_lib_dld_shl_load" = xyes; then :
-  lt_cv_dlopen=shl_load lt_cv_dlopen_libs=-ldld
-else
-  ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
-if test "x$ac_cv_func_dlopen" = xyes; then :
-  lt_cv_dlopen=dlopen
-else
-  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
-$as_echo_n "checking for dlopen in -ldl... " >&6; }
-if ${ac_cv_lib_dl_dlopen+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  ac_check_lib_save_LIBS=$LIBS
-LIBS="-ldl  $LIBS"
-cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h.  */
-
-/* Override any GCC internal prototype to avoid an error.
-   Use char because int might match the return type of a GCC
-   builtin and then its argument prototype would still apply.  */
-#ifdef __cplusplus
-extern "C"
-#endif
-char dlopen ();
-int
-main ()
-{
-return dlopen ();
-  ;
-  return 0;
-}
-_ACEOF
-if ac_fn_c_try_link "$LINENO"; then :
-  ac_cv_lib_dl_dlopen=yes
-else
-  ac_cv_lib_dl_dlopen=no
-fi
-rm -f core conftest.err conftest.$ac_objext \
-    conftest$ac_exeext conftest.$ac_ext
-LIBS=$ac_check_lib_save_LIBS
-fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
-$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
-if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
-  lt_cv_dlopen=dlopen lt_cv_dlopen_libs=-ldl
-else
-  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
-$as_echo_n "checking for dlopen in -lsvld... " >&6; }
-if ${ac_cv_lib_svld_dlopen+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  ac_check_lib_save_LIBS=$LIBS
-LIBS="-lsvld  $LIBS"
-cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h.  */
-
-/* Override any GCC internal prototype to avoid an error.
-   Use char because int might match the return type of a GCC
-   builtin and then its argument prototype would still apply.  */
-#ifdef __cplusplus
-extern "C"
-#endif
-char dlopen ();
-int
-main ()
-{
-return dlopen ();
-  ;
-  return 0;
-}
-_ACEOF
-if ac_fn_c_try_link "$LINENO"; then :
-  ac_cv_lib_svld_dlopen=yes
-else
-  ac_cv_lib_svld_dlopen=no
-fi
-rm -f core conftest.err conftest.$ac_objext \
-    conftest$ac_exeext conftest.$ac_ext
-LIBS=$ac_check_lib_save_LIBS
-fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
-$as_echo "$ac_cv_lib_svld_dlopen" >&6; }
-if test "x$ac_cv_lib_svld_dlopen" = xyes; then :
-  lt_cv_dlopen=dlopen lt_cv_dlopen_libs=-lsvld
-else
-  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
-$as_echo_n "checking for dld_link in -ldld... " >&6; }
-if ${ac_cv_lib_dld_dld_link+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  ac_check_lib_save_LIBS=$LIBS
-LIBS="-ldld  $LIBS"
-cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h.  */
-
-/* Override any GCC internal prototype to avoid an error.
-   Use char because int might match the return type of a GCC
-   builtin and then its argument prototype would still apply.  */
-#ifdef __cplusplus
-extern "C"
-#endif
-char dld_link ();
-int
-main ()
-{
-return dld_link ();
-  ;
-  return 0;
-}
-_ACEOF
-if ac_fn_c_try_link "$LINENO"; then :
-  ac_cv_lib_dld_dld_link=yes
-else
-  ac_cv_lib_dld_dld_link=no
-fi
-rm -f core conftest.err conftest.$ac_objext \
-    conftest$ac_exeext conftest.$ac_ext
-LIBS=$ac_check_lib_save_LIBS
-fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
-$as_echo "$ac_cv_lib_dld_dld_link" >&6; }
-if test "x$ac_cv_lib_dld_dld_link" = xyes; then :
-  lt_cv_dlopen=dld_link lt_cv_dlopen_libs=-ldld
-fi
-
-
-fi
-
-
-fi
-
-
-fi
-
-
-fi
-
-
-fi
-
-    ;;
-  esac
-
-  if test no = "$lt_cv_dlopen"; then
-    enable_dlopen=no
-  else
-    enable_dlopen=yes
-  fi
-
-  case $lt_cv_dlopen in
-  dlopen)
-    save_CPPFLAGS=$CPPFLAGS
-    test yes = "$ac_cv_header_dlfcn_h" && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
-
-    save_LDFLAGS=$LDFLAGS
-    wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
-
-    save_LIBS=$LIBS
-    LIBS="$lt_cv_dlopen_libs $LIBS"
-
-    { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
-$as_echo_n "checking whether a program can dlopen itself... " >&6; }
-if ${lt_cv_dlopen_self+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  	  if test yes = "$cross_compiling"; then :
-  lt_cv_dlopen_self=cross
-else
-  lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
-  lt_status=$lt_dlunknown
-  cat > conftest.$ac_ext <<_LT_EOF
-#line $LINENO "configure"
-#include "confdefs.h"
-
-#if HAVE_DLFCN_H
-#include <dlfcn.h>
-#endif
-
-#include <stdio.h>
-
-#ifdef RTLD_GLOBAL
-#  define LT_DLGLOBAL		RTLD_GLOBAL
-#else
-#  ifdef DL_GLOBAL
-#    define LT_DLGLOBAL		DL_GLOBAL
-#  else
-#    define LT_DLGLOBAL		0
-#  endif
-#endif
-
-/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
-   find out it does not work in some platform. */
-#ifndef LT_DLLAZY_OR_NOW
-#  ifdef RTLD_LAZY
-#    define LT_DLLAZY_OR_NOW		RTLD_LAZY
-#  else
-#    ifdef DL_LAZY
-#      define LT_DLLAZY_OR_NOW		DL_LAZY
-#    else
-#      ifdef RTLD_NOW
-#        define LT_DLLAZY_OR_NOW	RTLD_NOW
-#      else
-#        ifdef DL_NOW
-#          define LT_DLLAZY_OR_NOW	DL_NOW
-#        else
-#          define LT_DLLAZY_OR_NOW	0
-#        endif
-#      endif
-#    endif
-#  endif
-#endif
-
-/* When -fvisibility=hidden is used, assume the code has been annotated
-   correspondingly for the symbols needed.  */
-#if defined __GNUC__ && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
-int fnord () __attribute__((visibility("default")));
-#endif
-
-int fnord () { return 42; }
-int main ()
-{
-  void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
-  int status = $lt_dlunknown;
-
-  if (self)
-    {
-      if (dlsym (self,"fnord"))       status = $lt_dlno_uscore;
-      else
-        {
-	  if (dlsym( self,"_fnord"))  status = $lt_dlneed_uscore;
-          else puts (dlerror ());
-	}
-      /* dlclose (self); */
-    }
-  else
-    puts (dlerror ());
-
-  return status;
-}
-_LT_EOF
-  if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
-  (eval $ac_link) 2>&5
-  ac_status=$?
-  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
-  test $ac_status = 0; } && test -s "conftest$ac_exeext" 2>/dev/null; then
-    (./conftest; exit; ) >&5 2>/dev/null
-    lt_status=$?
-    case x$lt_status in
-      x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
-      x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
-      x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;;
-    esac
-  else :
-    # compilation failed
-    lt_cv_dlopen_self=no
-  fi
-fi
-rm -fr conftest*
-
-
-fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
-$as_echo "$lt_cv_dlopen_self" >&6; }
-
-    if test yes = "$lt_cv_dlopen_self"; then
-      wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
-      { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
-$as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
-if ${lt_cv_dlopen_self_static+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  	  if test yes = "$cross_compiling"; then :
-  lt_cv_dlopen_self_static=cross
-else
-  lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
-  lt_status=$lt_dlunknown
-  cat > conftest.$ac_ext <<_LT_EOF
-#line $LINENO "configure"
-#include "confdefs.h"
-
-#if HAVE_DLFCN_H
-#include <dlfcn.h>
-#endif
-
-#include <stdio.h>
-
-#ifdef RTLD_GLOBAL
-#  define LT_DLGLOBAL		RTLD_GLOBAL
-#else
-#  ifdef DL_GLOBAL
-#    define LT_DLGLOBAL		DL_GLOBAL
-#  else
-#    define LT_DLGLOBAL		0
-#  endif
-#endif
-
-/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
-   find out it does not work in some platform. */
-#ifndef LT_DLLAZY_OR_NOW
-#  ifdef RTLD_LAZY
-#    define LT_DLLAZY_OR_NOW		RTLD_LAZY
-#  else
-#    ifdef DL_LAZY
-#      define LT_DLLAZY_OR_NOW		DL_LAZY
-#    else
-#      ifdef RTLD_NOW
-#        define LT_DLLAZY_OR_NOW	RTLD_NOW
-#      else
-#        ifdef DL_NOW
-#          define LT_DLLAZY_OR_NOW	DL_NOW
-#        else
-#          define LT_DLLAZY_OR_NOW	0
-#        endif
-#      endif
-#    endif
-#  endif
-#endif
-
-/* When -fvisibility=hidden is used, assume the code has been annotated
-   correspondingly for the symbols needed.  */
-#if defined __GNUC__ && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
-int fnord () __attribute__((visibility("default")));
-#endif
-
-int fnord () { return 42; }
-int main ()
-{
-  void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
-  int status = $lt_dlunknown;
-
-  if (self)
-    {
-      if (dlsym (self,"fnord"))       status = $lt_dlno_uscore;
-      else
-        {
-	  if (dlsym( self,"_fnord"))  status = $lt_dlneed_uscore;
-          else puts (dlerror ());
-	}
-      /* dlclose (self); */
-    }
-  else
-    puts (dlerror ());
-
-  return status;
-}
-_LT_EOF
-  if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
-  (eval $ac_link) 2>&5
-  ac_status=$?
-  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
-  test $ac_status = 0; } && test -s "conftest$ac_exeext" 2>/dev/null; then
-    (./conftest; exit; ) >&5 2>/dev/null
-    lt_status=$?
-    case x$lt_status in
-      x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
-      x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
-      x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;;
-    esac
-  else :
-    # compilation failed
-    lt_cv_dlopen_self_static=no
-  fi
-fi
-rm -fr conftest*
-
-
-fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
-$as_echo "$lt_cv_dlopen_self_static" >&6; }
-    fi
-
-    CPPFLAGS=$save_CPPFLAGS
-    LDFLAGS=$save_LDFLAGS
-    LIBS=$save_LIBS
-    ;;
-  esac
-
-  case $lt_cv_dlopen_self in
-  yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
-  *) enable_dlopen_self=unknown ;;
-  esac
-
-  case $lt_cv_dlopen_self_static in
-  yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
-  *) enable_dlopen_self_static=unknown ;;
-  esac
-fi
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-striplib=
-old_striplib=
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
-$as_echo_n "checking whether stripping libraries is possible... " >&6; }
-if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
-  test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
-  test -z "$striplib" && striplib="$STRIP --strip-unneeded"
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
-$as_echo "yes" >&6; }
-else
-# FIXME - insert some real tests, host_os isn't really good enough
-  case $host_os in
-  darwin*)
-    if test -n "$STRIP"; then
-      striplib="$STRIP -x"
-      old_striplib="$STRIP -S"
-      { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
-$as_echo "yes" >&6; }
-    else
-      { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-    fi
-    ;;
-  *)
-    { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-    ;;
-  esac
-fi
-
-
-
-
-
-
-
-
-
-
-
-
-  # Report what library types will actually be built
-  { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
-$as_echo_n "checking if libtool supports shared libraries... " >&6; }
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
-$as_echo "$can_build_shared" >&6; }
-
-  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
-$as_echo_n "checking whether to build shared libraries... " >&6; }
-  test no = "$can_build_shared" && enable_shared=no
-
-  # On AIX, shared libraries and static libraries use the same namespace, and
-  # are all built from PIC.
-  case $host_os in
-  aix3*)
-    test yes = "$enable_shared" && enable_static=no
-    if test -n "$RANLIB"; then
-      archive_cmds="$archive_cmds~\$RANLIB \$lib"
-      postinstall_cmds='$RANLIB $lib'
-    fi
-    ;;
-
-  aix[4-9]*)
-    if test ia64 != "$host_cpu"; then
-      case $enable_shared,$with_aix_soname,$aix_use_runtimelinking in
-      yes,aix,yes) ;;			# shared object as lib.so file only
-      yes,svr4,*) ;;			# shared object as lib.so archive member only
-      yes,*) enable_static=no ;;	# shared object in lib.a archive as well
-      esac
-    fi
-    ;;
-  esac
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
-$as_echo "$enable_shared" >&6; }
-
-  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
-$as_echo_n "checking whether to build static libraries... " >&6; }
-  # Make sure either enable_shared or enable_static is yes.
-  test yes = "$enable_shared" || enable_static=yes
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
-$as_echo "$enable_static" >&6; }
-
-
-
-
-fi
-ac_ext=c
-ac_cpp='$CPP $CPPFLAGS'
-ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
-ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
-ac_compiler_gnu=$ac_cv_c_compiler_gnu
-
-CC=$lt_save_CC
-
-      if test -n "$CXX" && ( test no != "$CXX" &&
-    ( (test g++ = "$CXX" && `g++ -v >/dev/null 2>&1` ) ||
-    (test g++ != "$CXX"))); then
-  ac_ext=cpp
-ac_cpp='$CXXCPP $CPPFLAGS'
-ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
-ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
-ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C++ preprocessor" >&5
-$as_echo_n "checking how to run the C++ preprocessor... " >&6; }
-if test -z "$CXXCPP"; then
-  if ${ac_cv_prog_CXXCPP+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-      # Double quotes because CXXCPP needs to be expanded
-    for CXXCPP in "$CXX -E" "/lib/cpp"
-    do
-      ac_preproc_ok=false
-for ac_cxx_preproc_warn_flag in '' yes
-do
-  # Use a header file that comes with gcc, so configuring glibc
-  # with a fresh cross-compiler works.
-  # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
-  # <limits.h> exists even on freestanding compilers.
-  # On the NeXT, cc -E runs the code through the compiler's parser,
-  # not just through cpp. "Syntax error" is here to catch this case.
-  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h.  */
-#ifdef __STDC__
-# include <limits.h>
-#else
-# include <assert.h>
-#endif
-		     Syntax error
-_ACEOF
-if ac_fn_cxx_try_cpp "$LINENO"; then :
-
-else
-  # Broken: fails on valid input.
-continue
-fi
-rm -f conftest.err conftest.i conftest.$ac_ext
-
-  # OK, works on sane cases.  Now check whether nonexistent headers
-  # can be detected and how.
-  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h.  */
-#include <ac_nonexistent.h>
-_ACEOF
-if ac_fn_cxx_try_cpp "$LINENO"; then :
-  # Broken: success on invalid input.
-continue
-else
-  # Passes both tests.
-ac_preproc_ok=:
-break
-fi
-rm -f conftest.err conftest.i conftest.$ac_ext
-
-done
-# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
-rm -f conftest.i conftest.err conftest.$ac_ext
-if $ac_preproc_ok; then :
-  break
-fi
-
-    done
-    ac_cv_prog_CXXCPP=$CXXCPP
-
-fi
-  CXXCPP=$ac_cv_prog_CXXCPP
-else
-  ac_cv_prog_CXXCPP=$CXXCPP
-fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXXCPP" >&5
-$as_echo "$CXXCPP" >&6; }
-ac_preproc_ok=false
-for ac_cxx_preproc_warn_flag in '' yes
-do
-  # Use a header file that comes with gcc, so configuring glibc
-  # with a fresh cross-compiler works.
-  # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
-  # <limits.h> exists even on freestanding compilers.
-  # On the NeXT, cc -E runs the code through the compiler's parser,
-  # not just through cpp. "Syntax error" is here to catch this case.
-  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h.  */
-#ifdef __STDC__
-# include <limits.h>
-#else
-# include <assert.h>
-#endif
-		     Syntax error
-_ACEOF
-if ac_fn_cxx_try_cpp "$LINENO"; then :
-
-else
-  # Broken: fails on valid input.
-continue
-fi
-rm -f conftest.err conftest.i conftest.$ac_ext
-
-  # OK, works on sane cases.  Now check whether nonexistent headers
-  # can be detected and how.
-  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h.  */
-#include <ac_nonexistent.h>
-_ACEOF
-if ac_fn_cxx_try_cpp "$LINENO"; then :
-  # Broken: success on invalid input.
-continue
-else
-  # Passes both tests.
-ac_preproc_ok=:
-break
-fi
-rm -f conftest.err conftest.i conftest.$ac_ext
-
-done
-# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
-rm -f conftest.i conftest.err conftest.$ac_ext
-if $ac_preproc_ok; then :
-
-else
-  { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
-$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
-as_fn_error $? "C++ preprocessor \"$CXXCPP\" fails sanity check
-See \`config.log' for more details" "$LINENO" 5; }
-fi
-
-ac_ext=c
-ac_cpp='$CPP $CPPFLAGS'
-ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
-ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
-ac_compiler_gnu=$ac_cv_c_compiler_gnu
-
-else
-  _lt_caught_CXX_error=yes
-fi
-
-ac_ext=cpp
-ac_cpp='$CXXCPP $CPPFLAGS'
-ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
-ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
-ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
-
-archive_cmds_need_lc_CXX=no
-allow_undefined_flag_CXX=
-always_export_symbols_CXX=no
-archive_expsym_cmds_CXX=
-compiler_needs_object_CXX=no
-export_dynamic_flag_spec_CXX=
-hardcode_direct_CXX=no
-hardcode_direct_absolute_CXX=no
-hardcode_libdir_flag_spec_CXX=
-hardcode_libdir_separator_CXX=
-hardcode_minus_L_CXX=no
-hardcode_shlibpath_var_CXX=unsupported
-hardcode_automatic_CXX=no
-inherit_rpath_CXX=no
-module_cmds_CXX=
-module_expsym_cmds_CXX=
-link_all_deplibs_CXX=unknown
-old_archive_cmds_CXX=$old_archive_cmds
-reload_flag_CXX=$reload_flag
-reload_cmds_CXX=$reload_cmds
-no_undefined_flag_CXX=
-whole_archive_flag_spec_CXX=
-enable_shared_with_static_runtimes_CXX=no
-
-# Source file extension for C++ test sources.
-ac_ext=cpp
-
-# Object file extension for compiled C++ test sources.
-objext=o
-objext_CXX=$objext
-
-# No sense in running all these tests if we already determined that
-# the CXX compiler isn't working.  Some variables (like enable_shared)
-# are currently assumed to apply to all compilers on this platform,
-# and will be corrupted by setting them based on a non-working compiler.
-if test yes != "$_lt_caught_CXX_error"; then
-  # Code to be used in simple compile tests
-  lt_simple_compile_test_code="int some_variable = 0;"
-
-  # Code to be used in simple link tests
-  lt_simple_link_test_code='int main(int, char *[]) { return(0); }'
-
-  # ltmain only uses $CC for tagged configurations so make sure $CC is set.
-
-
-
-
-
-
-# If no C compiler was specified, use CC.
-LTCC=${LTCC-"$CC"}
-
-# If no C compiler flags were specified, use CFLAGS.
-LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
-
-# Allow CC to be a program name with arguments.
-compiler=$CC
-
-
-  # save warnings/boilerplate of simple test code
-  ac_outfile=conftest.$ac_objext
-echo "$lt_simple_compile_test_code" >conftest.$ac_ext
-eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
-_lt_compiler_boilerplate=`cat conftest.err`
-$RM conftest*
-
-  ac_outfile=conftest.$ac_objext
-echo "$lt_simple_link_test_code" >conftest.$ac_ext
-eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
-_lt_linker_boilerplate=`cat conftest.err`
-$RM -r conftest*
-
-
-  # Allow CC to be a program name with arguments.
-  lt_save_CC=$CC
-  lt_save_CFLAGS=$CFLAGS
-  lt_save_LD=$LD
-  lt_save_GCC=$GCC
-  GCC=$GXX
-  lt_save_with_gnu_ld=$with_gnu_ld
-  lt_save_path_LD=$lt_cv_path_LD
-  if test -n "${lt_cv_prog_gnu_ldcxx+set}"; then
-    lt_cv_prog_gnu_ld=$lt_cv_prog_gnu_ldcxx
-  else
-    $as_unset lt_cv_prog_gnu_ld
-  fi
-  if test -n "${lt_cv_path_LDCXX+set}"; then
-    lt_cv_path_LD=$lt_cv_path_LDCXX
-  else
-    $as_unset lt_cv_path_LD
-  fi
-  test -z "${LDCXX+set}" || LD=$LDCXX
-  CC=${CXX-"c++"}
-  CFLAGS=$CXXFLAGS
-  compiler=$CC
-  compiler_CXX=$CC
-  func_cc_basename $compiler
-cc_basename=$func_cc_basename_result
-
-
-  if test -n "$compiler"; then
-    # We don't want -fno-exception when compiling C++ code, so set the
-    # no_builtin_flag separately
-    if test yes = "$GXX"; then
-      lt_prog_compiler_no_builtin_flag_CXX=' -fno-builtin'
-    else
-      lt_prog_compiler_no_builtin_flag_CXX=
-    fi
-
-    if test yes = "$GXX"; then
-      # Set up default GNU C++ configuration
-
-
-
-# Check whether --with-gnu-ld was given.
-if test "${with_gnu_ld+set}" = set; then :
-  withval=$with_gnu_ld; test no = "$withval" || with_gnu_ld=yes
-else
-  with_gnu_ld=no
-fi
-
-ac_prog=ld
-if test yes = "$GCC"; then
-  # Check if gcc -print-prog-name=ld gives a path.
-  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
-$as_echo_n "checking for ld used by $CC... " >&6; }
-  case $host in
-  *-*-mingw*)
-    # gcc leaves a trailing carriage return, which upsets mingw
-    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
-  *)
-    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
-  esac
-  case $ac_prog in
-    # Accept absolute paths.
-    [\\/]* | ?:[\\/]*)
-      re_direlt='/[^/][^/]*/\.\./'
-      # Canonicalize the pathname of ld
-      ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
-      while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
-	ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
-      done
-      test -z "$LD" && LD=$ac_prog
-      ;;
-  "")
-    # If it fails, then pretend we aren't using GCC.
-    ac_prog=ld
-    ;;
-  *)
-    # If it is relative, then search for the first ld in PATH.
-    with_gnu_ld=unknown
-    ;;
-  esac
-elif test yes = "$with_gnu_ld"; then
-  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
-$as_echo_n "checking for GNU ld... " >&6; }
-else
-  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
-$as_echo_n "checking for non-GNU ld... " >&6; }
-fi
-if ${lt_cv_path_LD+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  if test -z "$LD"; then
-  lt_save_ifs=$IFS; IFS=$PATH_SEPARATOR
-  for ac_dir in $PATH; do
-    IFS=$lt_save_ifs
-    test -z "$ac_dir" && ac_dir=.
-    if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
-      lt_cv_path_LD=$ac_dir/$ac_prog
-      # Check to see if the program is GNU ld.  I'd rather use --version,
-      # but apparently some variants of GNU ld only accept -v.
-      # Break only if it was the GNU/non-GNU ld that we prefer.
-      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
-      *GNU* | *'with BFD'*)
-	test no != "$with_gnu_ld" && break
-	;;
-      *)
-	test yes != "$with_gnu_ld" && break
-	;;
-      esac
-    fi
-  done
-  IFS=$lt_save_ifs
-else
-  lt_cv_path_LD=$LD # Let the user override the test with a path.
-fi
-fi
-
-LD=$lt_cv_path_LD
-if test -n "$LD"; then
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
-$as_echo "$LD" >&6; }
-else
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-fi
-test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
-$as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
-if ${lt_cv_prog_gnu_ld+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  # I'd rather use --version here, but apparently some GNU lds only accept -v.
-case `$LD -v 2>&1 </dev/null` in
-*GNU* | *'with BFD'*)
-  lt_cv_prog_gnu_ld=yes
-  ;;
-*)
-  lt_cv_prog_gnu_ld=no
-  ;;
-esac
-fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
-$as_echo "$lt_cv_prog_gnu_ld" >&6; }
-with_gnu_ld=$lt_cv_prog_gnu_ld
-
-
-
-
-
-
-
-      # Check if GNU C++ uses GNU ld as the underlying linker, since the
-      # archiving commands below assume that GNU ld is being used.
-      if test yes = "$with_gnu_ld"; then
-        archive_cmds_CXX='$CC $pic_flag -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname -o $lib'
-        archive_expsym_cmds_CXX='$CC $pic_flag -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib'
-
-        hardcode_libdir_flag_spec_CXX='$wl-rpath $wl$libdir'
-        export_dynamic_flag_spec_CXX='$wl--export-dynamic'
-
-        # If archive_cmds runs LD, not CC, wlarc should be empty
-        # XXX I think wlarc can be eliminated in ltcf-cxx, but I need to
-        #     investigate it a little bit more. (MM)
-        wlarc='$wl'
-
-        # ancient GNU ld didn't support --whole-archive et. al.
-        if eval "`$CC -print-prog-name=ld` --help 2>&1" |
-	  $GREP 'no-whole-archive' > /dev/null; then
-          whole_archive_flag_spec_CXX=$wlarc'--whole-archive$convenience '$wlarc'--no-whole-archive'
-        else
-          whole_archive_flag_spec_CXX=
-        fi
-      else
-        with_gnu_ld=no
-        wlarc=
-
-        # A generic and very simple default shared library creation
-        # command for GNU C++ for the case where it uses the native
-        # linker, instead of GNU ld.  If possible, this setting should
-        # overridden to take advantage of the native linker features on
-        # the platform it is being used on.
-        archive_cmds_CXX='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib'
-      fi
-
-      # Commands to make compiler produce verbose output that lists
-      # what "hidden" libraries, object files and flags are used when
-      # linking a shared library.
-      output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"'
-
-    else
-      GXX=no
-      with_gnu_ld=no
-      wlarc=
-    fi
-
-    # PORTME: fill in a description of your system's C++ link characteristics
-    { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
-$as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
-    ld_shlibs_CXX=yes
-    case $host_os in
-      aix3*)
-        # FIXME: insert proper C++ library support
-        ld_shlibs_CXX=no
-        ;;
-      aix[4-9]*)
-        if test ia64 = "$host_cpu"; then
-          # On IA64, the linker does run time linking by default, so we don't
-          # have to do anything special.
-          aix_use_runtimelinking=no
-          exp_sym_flag='-Bexport'
-          no_entry_flag=
-        else
-          aix_use_runtimelinking=no
-
-          # Test if we are trying to use run time linking or normal
-          # AIX style linking. If -brtl is somewhere in LDFLAGS, we
-          # have runtime linking enabled, and use it for executables.
-          # For shared libraries, we enable/disable runtime linking
-          # depending on the kind of the shared library created -
-          # when "with_aix_soname,aix_use_runtimelinking" is:
-          # "aix,no"   lib.a(lib.so.V) shared, rtl:no,  for executables
-          # "aix,yes"  lib.so          shared, rtl:yes, for executables
-          #            lib.a           static archive
-          # "both,no"  lib.so.V(shr.o) shared, rtl:yes
-          #            lib.a(lib.so.V) shared, rtl:no,  for executables
-          # "both,yes" lib.so.V(shr.o) shared, rtl:yes, for executables
-          #            lib.a(lib.so.V) shared, rtl:no
-          # "svr4,*"   lib.so.V(shr.o) shared, rtl:yes, for executables
-          #            lib.a           static archive
-          case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
-	    for ld_flag in $LDFLAGS; do
-	      case $ld_flag in
-	      *-brtl*)
-	        aix_use_runtimelinking=yes
-	        break
-	        ;;
-	      esac
-	    done
-	    if test svr4,no = "$with_aix_soname,$aix_use_runtimelinking"; then
-	      # With aix-soname=svr4, we create the lib.so.V shared archives only,
-	      # so we don't have lib.a shared libs to link our executables.
-	      # We have to force runtime linking in this case.
-	      aix_use_runtimelinking=yes
-	      LDFLAGS="$LDFLAGS -Wl,-brtl"
-	    fi
-	    ;;
-          esac
-
-          exp_sym_flag='-bexport'
-          no_entry_flag='-bnoentry'
-        fi
-
-        # When large executables or shared objects are built, AIX ld can
-        # have problems creating the table of contents.  If linking a library
-        # or program results in "error TOC overflow" add -mminimal-toc to
-        # CXXFLAGS/CFLAGS for g++/gcc.  In the cases where that is not
-        # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
-
-        archive_cmds_CXX=''
-        hardcode_direct_CXX=yes
-        hardcode_direct_absolute_CXX=yes
-        hardcode_libdir_separator_CXX=':'
-        link_all_deplibs_CXX=yes
-        file_list_spec_CXX='$wl-f,'
-        case $with_aix_soname,$aix_use_runtimelinking in
-        aix,*) ;;	# no import file
-        svr4,* | *,yes) # use import file
-          # The Import File defines what to hardcode.
-          hardcode_direct_CXX=no
-          hardcode_direct_absolute_CXX=no
-          ;;
-        esac
-
-        if test yes = "$GXX"; then
-          case $host_os in aix4.[012]|aix4.[012].*)
-          # We only want to do this on AIX 4.2 and lower, the check
-          # below for broken collect2 doesn't work under 4.3+
-	  collect2name=`$CC -print-prog-name=collect2`
-	  if test -f "$collect2name" &&
-	     strings "$collect2name" | $GREP resolve_lib_name >/dev/null
-	  then
-	    # We have reworked collect2
-	    :
-	  else
-	    # We have old collect2
-	    hardcode_direct_CXX=unsupported
-	    # It fails to find uninstalled libraries when the uninstalled
-	    # path is not listed in the libpath.  Setting hardcode_minus_L
-	    # to unsupported forces relinking
-	    hardcode_minus_L_CXX=yes
-	    hardcode_libdir_flag_spec_CXX='-L$libdir'
-	    hardcode_libdir_separator_CXX=
-	  fi
-          esac
-          shared_flag='-shared'
-	  if test yes = "$aix_use_runtimelinking"; then
-	    shared_flag=$shared_flag' $wl-G'
-	  fi
-	  # Need to ensure runtime linking is disabled for the traditional
-	  # shared library, or the linker may eventually find shared libraries
-	  # /with/ Import File - we do not want to mix them.
-	  shared_flag_aix='-shared'
-	  shared_flag_svr4='-shared $wl-G'
-        else
-          # not using gcc
-          if test ia64 = "$host_cpu"; then
-	  # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
-	  # chokes on -Wl,-G. The following line is correct:
-	  shared_flag='-G'
-          else
-	    if test yes = "$aix_use_runtimelinking"; then
-	      shared_flag='$wl-G'
-	    else
-	      shared_flag='$wl-bM:SRE'
-	    fi
-	    shared_flag_aix='$wl-bM:SRE'
-	    shared_flag_svr4='$wl-G'
-          fi
-        fi
-
-        export_dynamic_flag_spec_CXX='$wl-bexpall'
-        # It seems that -bexpall does not export symbols beginning with
-        # underscore (_), so it is better to generate a list of symbols to
-	# export.
-        always_export_symbols_CXX=yes
-	if test aix,yes = "$with_aix_soname,$aix_use_runtimelinking"; then
-          # Warning - without using the other runtime loading flags (-brtl),
-          # -berok will link without error, but may produce a broken library.
-          # The "-G" linker flag allows undefined symbols.
-          no_undefined_flag_CXX='-bernotok'
-          # Determine the default libpath from the value encoded in an empty
-          # executable.
-          if test set = "${lt_cv_aix_libpath+set}"; then
-  aix_libpath=$lt_cv_aix_libpath
-else
-  if ${lt_cv_aix_libpath__CXX+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h.  */
-
-int
-main ()
-{
-
-  ;
-  return 0;
-}
-_ACEOF
-if ac_fn_cxx_try_link "$LINENO"; then :
-
-  lt_aix_libpath_sed='
-      /Import File Strings/,/^$/ {
-	  /^0/ {
-	      s/^0  *\([^ ]*\) *$/\1/
-	      p
-	  }
-      }'
-  lt_cv_aix_libpath__CXX=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
-  # Check for a 64-bit object if we didn't find anything.
-  if test -z "$lt_cv_aix_libpath__CXX"; then
-    lt_cv_aix_libpath__CXX=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
-  fi
-fi
-rm -f core conftest.err conftest.$ac_objext \
-    conftest$ac_exeext conftest.$ac_ext
-  if test -z "$lt_cv_aix_libpath__CXX"; then
-    lt_cv_aix_libpath__CXX=/usr/lib:/lib
-  fi
-
-fi
-
-  aix_libpath=$lt_cv_aix_libpath__CXX
-fi
-
-          hardcode_libdir_flag_spec_CXX='$wl-blibpath:$libdir:'"$aix_libpath"
-
-          archive_expsym_cmds_CXX='$CC -o $output_objdir/$soname $libobjs $deplibs $wl'$no_entry_flag' $compiler_flags `if test -n "$allow_undefined_flag"; then func_echo_all "$wl$allow_undefined_flag"; else :; fi` $wl'$exp_sym_flag:\$export_symbols' '$shared_flag
-        else
-          if test ia64 = "$host_cpu"; then
-	    hardcode_libdir_flag_spec_CXX='$wl-R $libdir:/usr/lib:/lib'
-	    allow_undefined_flag_CXX="-z nodefs"
-	    archive_expsym_cmds_CXX="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs '"\$wl$no_entry_flag"' $compiler_flags $wl$allow_undefined_flag '"\$wl$exp_sym_flag:\$export_symbols"
-          else
-	    # Determine the default libpath from the value encoded in an
-	    # empty executable.
-	    if test set = "${lt_cv_aix_libpath+set}"; then
-  aix_libpath=$lt_cv_aix_libpath
-else
-  if ${lt_cv_aix_libpath__CXX+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h.  */
-
-int
-main ()
-{
-
-  ;
-  return 0;
-}
-_ACEOF
-if ac_fn_cxx_try_link "$LINENO"; then :
-
-  lt_aix_libpath_sed='
-      /Import File Strings/,/^$/ {
-	  /^0/ {
-	      s/^0  *\([^ ]*\) *$/\1/
-	      p
-	  }
-      }'
-  lt_cv_aix_libpath__CXX=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
-  # Check for a 64-bit object if we didn't find anything.
-  if test -z "$lt_cv_aix_libpath__CXX"; then
-    lt_cv_aix_libpath__CXX=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
-  fi
-fi
-rm -f core conftest.err conftest.$ac_objext \
-    conftest$ac_exeext conftest.$ac_ext
-  if test -z "$lt_cv_aix_libpath__CXX"; then
-    lt_cv_aix_libpath__CXX=/usr/lib:/lib
-  fi
-
-fi
-
-  aix_libpath=$lt_cv_aix_libpath__CXX
-fi
-
-	    hardcode_libdir_flag_spec_CXX='$wl-blibpath:$libdir:'"$aix_libpath"
-	    # Warning - without using the other run time loading flags,
-	    # -berok will link without error, but may produce a broken library.
-	    no_undefined_flag_CXX=' $wl-bernotok'
-	    allow_undefined_flag_CXX=' $wl-berok'
-	    if test yes = "$with_gnu_ld"; then
-	      # We only use this code for GNU lds that support --whole-archive.
-	      whole_archive_flag_spec_CXX='$wl--whole-archive$convenience $wl--no-whole-archive'
-	    else
-	      # Exported symbols can be pulled into shared objects from archives
-	      whole_archive_flag_spec_CXX='$convenience'
-	    fi
-	    archive_cmds_need_lc_CXX=yes
-	    archive_expsym_cmds_CXX='$RM -r $output_objdir/$realname.d~$MKDIR $output_objdir/$realname.d'
-	    # -brtl affects multiple linker settings, -berok does not and is overridden later
-	    compiler_flags_filtered='`func_echo_all "$compiler_flags " | $SED -e "s%-brtl\\([, ]\\)%-berok\\1%g"`'
-	    if test svr4 != "$with_aix_soname"; then
-	      # This is similar to how AIX traditionally builds its shared
-	      # libraries. Need -bnortl late, we may have -brtl in LDFLAGS.
-	      archive_expsym_cmds_CXX="$archive_expsym_cmds_CXX"'~$CC '$shared_flag_aix' -o $output_objdir/$realname.d/$soname $libobjs $deplibs $wl-bnoentry '$compiler_flags_filtered'$wl-bE:$export_symbols$allow_undefined_flag~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$realname.d/$soname'
-	    fi
-	    if test aix != "$with_aix_soname"; then
-	      archive_expsym_cmds_CXX="$archive_expsym_cmds_CXX"'~$CC '$shared_flag_svr4' -o $output_objdir/$realname.d/$shared_archive_member_spec.o $libobjs $deplibs $wl-bnoentry '$compiler_flags_filtered'$wl-bE:$export_symbols$allow_undefined_flag~$STRIP -e $output_objdir/$realname.d/$shared_archive_member_spec.o~( func_echo_all "#! $soname($shared_archive_member_spec.o)"; if test shr_64 = "$shared_archive_member_spec"; then func_echo_all "# 64"; else func_echo_all "# 32"; fi; cat $export_sy [...]
-	    else
-	      # used by -dlpreopen to get the symbols
-	      archive_expsym_cmds_CXX="$archive_expsym_cmds_CXX"'~$MV  $output_objdir/$realname.d/$soname $output_objdir'
-	    fi
-	    archive_expsym_cmds_CXX="$archive_expsym_cmds_CXX"'~$RM -r $output_objdir/$realname.d'
-          fi
-        fi
-        ;;
-
-      beos*)
-	if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
-	  allow_undefined_flag_CXX=unsupported
-	  # Joseph Beckenbach <jrb3 at best.com> says some releases of gcc
-	  # support --undefined.  This deserves some investigation.  FIXME
-	  archive_cmds_CXX='$CC -nostart $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
-	else
-	  ld_shlibs_CXX=no
-	fi
-	;;
-
-      chorus*)
-        case $cc_basename in
-          *)
-	  # FIXME: insert proper C++ library support
-	  ld_shlibs_CXX=no
-	  ;;
-        esac
-        ;;
-
-      cygwin* | mingw* | pw32* | cegcc*)
-	case $GXX,$cc_basename in
-	,cl* | no,cl*)
-	  # Native MSVC
-	  # hardcode_libdir_flag_spec is actually meaningless, as there is
-	  # no search path for DLLs.
-	  hardcode_libdir_flag_spec_CXX=' '
-	  allow_undefined_flag_CXX=unsupported
-	  always_export_symbols_CXX=yes
-	  file_list_spec_CXX='@'
-	  # Tell ltmain to make .lib files, not .a files.
-	  libext=lib
-	  # Tell ltmain to make .dll files, not .so files.
-	  shrext_cmds=.dll
-	  # FIXME: Setting linknames here is a bad hack.
-	  archive_cmds_CXX='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~linknames='
-	  archive_expsym_cmds_CXX='if   test DEF = "`$SED -n     -e '\''s/^[	 ]*//'\''     -e '\''/^\(;.*\)*$/d'\''     -e '\''s/^\(EXPORTS\|LIBRARY\)\([	 ].*\)*$/DEF/p'\''     -e q     $export_symbols`" ; then
-              cp "$export_symbols" "$output_objdir/$soname.def";
-              echo "$tool_output_objdir$soname.def" > "$output_objdir/$soname.exp";
-            else
-              $SED -e '\''s/^/-link -EXPORT:/'\'' < $export_symbols > $output_objdir/$soname.exp;
-            fi~
-            $CC -o $tool_output_objdir$soname $libobjs $compiler_flags $deplibs "@$tool_output_objdir$soname.exp" -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~
-            linknames='
-	  # The linker will not automatically build a static lib if we build a DLL.
-	  # _LT_TAGVAR(old_archive_from_new_cmds, CXX)='true'
-	  enable_shared_with_static_runtimes_CXX=yes
-	  # Don't use ranlib
-	  old_postinstall_cmds_CXX='chmod 644 $oldlib'
-	  postlink_cmds_CXX='lt_outputfile="@OUTPUT@"~
-            lt_tool_outputfile="@TOOL_OUTPUT@"~
-            case $lt_outputfile in
-              *.exe|*.EXE) ;;
-              *)
-                lt_outputfile=$lt_outputfile.exe
-                lt_tool_outputfile=$lt_tool_outputfile.exe
-                ;;
-            esac~
-            func_to_tool_file "$lt_outputfile"~
-            if test : != "$MANIFEST_TOOL" && test -f "$lt_outputfile.manifest"; then
-              $MANIFEST_TOOL -manifest "$lt_tool_outputfile.manifest" -outputresource:"$lt_tool_outputfile" || exit 1;
-              $RM "$lt_outputfile.manifest";
-            fi'
-	  ;;
-	*)
-	  # g++
-	  # _LT_TAGVAR(hardcode_libdir_flag_spec, CXX) is actually meaningless,
-	  # as there is no search path for DLLs.
-	  hardcode_libdir_flag_spec_CXX='-L$libdir'
-	  export_dynamic_flag_spec_CXX='$wl--export-all-symbols'
-	  allow_undefined_flag_CXX=unsupported
-	  always_export_symbols_CXX=no
-	  enable_shared_with_static_runtimes_CXX=yes
-
-	  if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
-	    archive_cmds_CXX='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $output_objdir/$soname $wl--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
-	    # If the export-symbols file already is a .def file, use it as
-	    # is; otherwise, prepend EXPORTS...
-	    archive_expsym_cmds_CXX='if   test DEF = "`$SED -n     -e '\''s/^[	 ]*//'\''     -e '\''/^\(;.*\)*$/d'\''     -e '\''s/^\(EXPORTS\|LIBRARY\)\([	 ].*\)*$/DEF/p'\''     -e q     $export_symbols`" ; then
-              cp $export_symbols $output_objdir/$soname.def;
-            else
-              echo EXPORTS > $output_objdir/$soname.def;
-              cat $export_symbols >> $output_objdir/$soname.def;
-            fi~
-            $CC -shared -nostdlib $output_objdir/$soname.def $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $output_objdir/$soname $wl--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
-	  else
-	    ld_shlibs_CXX=no
-	  fi
-	  ;;
-	esac
-	;;
-      darwin* | rhapsody*)
-
-
-  archive_cmds_need_lc_CXX=no
-  hardcode_direct_CXX=no
-  hardcode_automatic_CXX=yes
-  hardcode_shlibpath_var_CXX=unsupported
-  if test yes = "$lt_cv_ld_force_load"; then
-    whole_archive_flag_spec_CXX='`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience $wl-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`'
-
-  else
-    whole_archive_flag_spec_CXX=''
-  fi
-  link_all_deplibs_CXX=yes
-  allow_undefined_flag_CXX=$_lt_dar_allow_undefined
-  case $cc_basename in
-     ifort*|nagfor*) _lt_dar_can_shared=yes ;;
-     *) _lt_dar_can_shared=$GCC ;;
-  esac
-  if test yes = "$_lt_dar_can_shared"; then
-    output_verbose_link_cmd=func_echo_all
-    archive_cmds_CXX="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod$_lt_dsymutil"
-    module_cmds_CXX="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags$_lt_dsymutil"
-    archive_expsym_cmds_CXX="sed 's|^|_|' < \$export_symbols > \$output_objdir/\$libname-symbols.expsym~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod$_lt_dar_export_syms$_lt_dsymutil"
-    module_expsym_cmds_CXX="sed -e 's|^|_|' < \$export_symbols > \$output_objdir/\$libname-symbols.expsym~\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags$_lt_dar_export_syms$_lt_dsymutil"
-       if test yes != "$lt_cv_apple_cc_single_mod"; then
-      archive_cmds_CXX="\$CC -r -keep_private_externs -nostdlib -o \$lib-master.o \$libobjs~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$lib-master.o \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring$_lt_dsymutil"
-      archive_expsym_cmds_CXX="sed 's|^|_|' < \$export_symbols > \$output_objdir/\$libname-symbols.expsym~\$CC -r -keep_private_externs -nostdlib -o \$lib-master.o \$libobjs~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$lib-master.o \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring$_lt_dar_export_syms$_lt_dsymutil"
-    fi
-
-  else
-  ld_shlibs_CXX=no
-  fi
-
-	;;
-
-      os2*)
-	hardcode_libdir_flag_spec_CXX='-L$libdir'
-	hardcode_minus_L_CXX=yes
-	allow_undefined_flag_CXX=unsupported
-	shrext_cmds=.dll
-	archive_cmds_CXX='$ECHO "LIBRARY ${soname%$shared_ext} INITINSTANCE TERMINSTANCE" > $output_objdir/$libname.def~
-	  $ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~
-	  $ECHO "DATA MULTIPLE NONSHARED" >> $output_objdir/$libname.def~
-	  $ECHO EXPORTS >> $output_objdir/$libname.def~
-	  emxexp $libobjs | $SED /"_DLL_InitTerm"/d >> $output_objdir/$libname.def~
-	  $CC -Zdll -Zcrtdll -o $output_objdir/$soname $libobjs $deplibs $compiler_flags $output_objdir/$libname.def~
-	  emximp -o $lib $output_objdir/$libname.def'
-	archive_expsym_cmds_CXX='$ECHO "LIBRARY ${soname%$shared_ext} INITINSTANCE TERMINSTANCE" > $output_objdir/$libname.def~
-	  $ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~
-	  $ECHO "DATA MULTIPLE NONSHARED" >> $output_objdir/$libname.def~
-	  $ECHO EXPORTS >> $output_objdir/$libname.def~
-	  prefix_cmds="$SED"~
-	  if test EXPORTS = "`$SED 1q $export_symbols`"; then
-	    prefix_cmds="$prefix_cmds -e 1d";
-	  fi~
-	  prefix_cmds="$prefix_cmds -e \"s/^\(.*\)$/_\1/g\""~
-	  cat $export_symbols | $prefix_cmds >> $output_objdir/$libname.def~
-	  $CC -Zdll -Zcrtdll -o $output_objdir/$soname $libobjs $deplibs $compiler_flags $output_objdir/$libname.def~
-	  emximp -o $lib $output_objdir/$libname.def'
-	old_archive_From_new_cmds_CXX='emximp -o $output_objdir/${libname}_dll.a $output_objdir/$libname.def'
-	enable_shared_with_static_runtimes_CXX=yes
-	;;
-
-      dgux*)
-        case $cc_basename in
-          ec++*)
-	    # FIXME: insert proper C++ library support
-	    ld_shlibs_CXX=no
-	    ;;
-          ghcx*)
-	    # Green Hills C++ Compiler
-	    # FIXME: insert proper C++ library support
-	    ld_shlibs_CXX=no
-	    ;;
-          *)
-	    # FIXME: insert proper C++ library support
-	    ld_shlibs_CXX=no
-	    ;;
-        esac
-        ;;
-
-      freebsd2.*)
-        # C++ shared libraries reported to be fairly broken before
-	# switch to ELF
-        ld_shlibs_CXX=no
-        ;;
-
-      freebsd-elf*)
-        archive_cmds_need_lc_CXX=no
-        ;;
-
-      freebsd* | dragonfly*)
-        # FreeBSD 3 and later use GNU C++ and GNU ld with standard ELF
-        # conventions
-        ld_shlibs_CXX=yes
-        ;;
-
-      haiku*)
-        archive_cmds_CXX='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
-        link_all_deplibs_CXX=yes
-        ;;
-
-      hpux9*)
-        hardcode_libdir_flag_spec_CXX='$wl+b $wl$libdir'
-        hardcode_libdir_separator_CXX=:
-        export_dynamic_flag_spec_CXX='$wl-E'
-        hardcode_direct_CXX=yes
-        hardcode_minus_L_CXX=yes # Not in the search PATH,
-				             # but as the default
-				             # location of the library.
-
-        case $cc_basename in
-          CC*)
-            # FIXME: insert proper C++ library support
-            ld_shlibs_CXX=no
-            ;;
-          aCC*)
-            archive_cmds_CXX='$RM $output_objdir/$soname~$CC -b $wl+b $wl$install_libdir -o $output_objdir/$soname $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~test "x$output_objdir/$soname" = "x$lib" || mv $output_objdir/$soname $lib'
-            # Commands to make compiler produce verbose output that lists
-            # what "hidden" libraries, object files and flags are used when
-            # linking a shared library.
-            #
-            # There doesn't appear to be a way to prevent this compiler from
-            # explicitly linking system object files so we need to strip them
-            # from the output so that they don't get included in the library
-            # dependencies.
-            output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $EGREP "\-L"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
-            ;;
-          *)
-            if test yes = "$GXX"; then
-              archive_cmds_CXX='$RM $output_objdir/$soname~$CC -shared -nostdlib $pic_flag $wl+b $wl$install_libdir -o $output_objdir/$soname $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~test "x$output_objdir/$soname" = "x$lib" || mv $output_objdir/$soname $lib'
-            else
-              # FIXME: insert proper C++ library support
-              ld_shlibs_CXX=no
-            fi
-            ;;
-        esac
-        ;;
-
-      hpux10*|hpux11*)
-        if test no = "$with_gnu_ld"; then
-	  hardcode_libdir_flag_spec_CXX='$wl+b $wl$libdir'
-	  hardcode_libdir_separator_CXX=:
-
-          case $host_cpu in
-            hppa*64*|ia64*)
-              ;;
-            *)
-	      export_dynamic_flag_spec_CXX='$wl-E'
-              ;;
-          esac
-        fi
-        case $host_cpu in
-          hppa*64*|ia64*)
-            hardcode_direct_CXX=no
-            hardcode_shlibpath_var_CXX=no
-            ;;
-          *)
-            hardcode_direct_CXX=yes
-            hardcode_direct_absolute_CXX=yes
-            hardcode_minus_L_CXX=yes # Not in the search PATH,
-					         # but as the default
-					         # location of the library.
-            ;;
-        esac
-
-        case $cc_basename in
-          CC*)
-	    # FIXME: insert proper C++ library support
-	    ld_shlibs_CXX=no
-	    ;;
-          aCC*)
-	    case $host_cpu in
-	      hppa*64*)
-	        archive_cmds_CXX='$CC -b $wl+h $wl$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
-	        ;;
-	      ia64*)
-	        archive_cmds_CXX='$CC -b $wl+h $wl$soname $wl+nodefaultrpath -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
-	        ;;
-	      *)
-	        archive_cmds_CXX='$CC -b $wl+h $wl$soname $wl+b $wl$install_libdir -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
-	        ;;
-	    esac
-	    # Commands to make compiler produce verbose output that lists
-	    # what "hidden" libraries, object files and flags are used when
-	    # linking a shared library.
-	    #
-	    # There doesn't appear to be a way to prevent this compiler from
-	    # explicitly linking system object files so we need to strip them
-	    # from the output so that they don't get included in the library
-	    # dependencies.
-	    output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $GREP "\-L"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
-	    ;;
-          *)
-	    if test yes = "$GXX"; then
-	      if test no = "$with_gnu_ld"; then
-	        case $host_cpu in
-	          hppa*64*)
-	            archive_cmds_CXX='$CC -shared -nostdlib -fPIC $wl+h $wl$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
-	            ;;
-	          ia64*)
-	            archive_cmds_CXX='$CC -shared -nostdlib $pic_flag $wl+h $wl$soname $wl+nodefaultrpath -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
-	            ;;
-	          *)
-	            archive_cmds_CXX='$CC -shared -nostdlib $pic_flag $wl+h $wl$soname $wl+b $wl$install_libdir -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
-	            ;;
-	        esac
-	      fi
-	    else
-	      # FIXME: insert proper C++ library support
-	      ld_shlibs_CXX=no
-	    fi
-	    ;;
-        esac
-        ;;
-
-      interix[3-9]*)
-	hardcode_direct_CXX=no
-	hardcode_shlibpath_var_CXX=no
-	hardcode_libdir_flag_spec_CXX='$wl-rpath,$libdir'
-	export_dynamic_flag_spec_CXX='$wl-E'
-	# Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
-	# Instead, shared libraries are loaded at an image base (0x10000000 by
-	# default) and relocated if they conflict, which is a slow very memory
-	# consuming and fragmenting process.  To avoid this, we pick a random,
-	# 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
-	# time.  Moving up from 0x10000000 also allows more sbrk(2) space.
-	archive_cmds_CXX='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
-	archive_expsym_cmds_CXX='sed "s|^|_|" $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--retain-symbols-file,$output_objdir/$soname.expsym $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
-	;;
-      irix5* | irix6*)
-        case $cc_basename in
-          CC*)
-	    # SGI C++
-	    archive_cmds_CXX='$CC -shared -all -multigot $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
-
-	    # Archives containing C++ object files must be created using
-	    # "CC -ar", where "CC" is the IRIX C++ compiler.  This is
-	    # necessary to make sure instantiated templates are included
-	    # in the archive.
-	    old_archive_cmds_CXX='$CC -ar -WR,-u -o $oldlib $oldobjs'
-	    ;;
-          *)
-	    if test yes = "$GXX"; then
-	      if test no = "$with_gnu_ld"; then
-	        archive_cmds_CXX='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
-	      else
-	        archive_cmds_CXX='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` -o $lib'
-	      fi
-	    fi
-	    link_all_deplibs_CXX=yes
-	    ;;
-        esac
-        hardcode_libdir_flag_spec_CXX='$wl-rpath $wl$libdir'
-        hardcode_libdir_separator_CXX=:
-        inherit_rpath_CXX=yes
-        ;;
-
-      linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
-        case $cc_basename in
-          KCC*)
-	    # Kuck and Associates, Inc. (KAI) C++ Compiler
-
-	    # KCC will only create a shared library if the output file
-	    # ends with ".so" (or ".sl" for HP-UX), so rename the library
-	    # to its proper name (with version) after linking.
-	    archive_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\$tempext\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
-	    archive_expsym_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\$tempext\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib $wl-retain-symbols-file,$export_symbols; mv \$templib $lib'
-	    # Commands to make compiler produce verbose output that lists
-	    # what "hidden" libraries, object files and flags are used when
-	    # linking a shared library.
-	    #
-	    # There doesn't appear to be a way to prevent this compiler from
-	    # explicitly linking system object files so we need to strip them
-	    # from the output so that they don't get included in the library
-	    # dependencies.
-	    output_verbose_link_cmd='templist=`$CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1 | $GREP "ld"`; rm -f libconftest$shared_ext; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
-
-	    hardcode_libdir_flag_spec_CXX='$wl-rpath,$libdir'
-	    export_dynamic_flag_spec_CXX='$wl--export-dynamic'
-
-	    # Archives containing C++ object files must be created using
-	    # "CC -Bstatic", where "CC" is the KAI C++ compiler.
-	    old_archive_cmds_CXX='$CC -Bstatic -o $oldlib $oldobjs'
-	    ;;
-	  icpc* | ecpc* )
-	    # Intel C++
-	    with_gnu_ld=yes
-	    # version 8.0 and above of icpc choke on multiply defined symbols
-	    # if we add $predep_objects and $postdep_objects, however 7.1 and
-	    # earlier do not add the objects themselves.
-	    case `$CC -V 2>&1` in
-	      *"Version 7."*)
-	        archive_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname -o $lib'
-		archive_expsym_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib'
-		;;
-	      *)  # Version 8.0 or newer
-	        tmp_idyn=
-	        case $host_cpu in
-		  ia64*) tmp_idyn=' -i_dynamic';;
-		esac
-	        archive_cmds_CXX='$CC -shared'"$tmp_idyn"' $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
-		archive_expsym_cmds_CXX='$CC -shared'"$tmp_idyn"' $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib'
-		;;
-	    esac
-	    archive_cmds_need_lc_CXX=no
-	    hardcode_libdir_flag_spec_CXX='$wl-rpath,$libdir'
-	    export_dynamic_flag_spec_CXX='$wl--export-dynamic'
-	    whole_archive_flag_spec_CXX='$wl--whole-archive$convenience $wl--no-whole-archive'
-	    ;;
-          pgCC* | pgcpp*)
-            # Portland Group C++ compiler
-	    case `$CC -V` in
-	    *pgCC\ [1-5].* | *pgcpp\ [1-5].*)
-	      prelink_cmds_CXX='tpldir=Template.dir~
-               rm -rf $tpldir~
-               $CC --prelink_objects --instantiation_dir $tpldir $objs $libobjs $compile_deplibs~
-               compile_command="$compile_command `find $tpldir -name \*.o | sort | $NL2SP`"'
-	      old_archive_cmds_CXX='tpldir=Template.dir~
-                rm -rf $tpldir~
-                $CC --prelink_objects --instantiation_dir $tpldir $oldobjs$old_deplibs~
-                $AR $AR_FLAGS $oldlib$oldobjs$old_deplibs `find $tpldir -name \*.o | sort | $NL2SP`~
-                $RANLIB $oldlib'
-	      archive_cmds_CXX='tpldir=Template.dir~
-                rm -rf $tpldir~
-                $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
-                $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags $wl-soname $wl$soname -o $lib'
-	      archive_expsym_cmds_CXX='tpldir=Template.dir~
-                rm -rf $tpldir~
-                $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
-                $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib'
-	      ;;
-	    *) # Version 6 and above use weak symbols
-	      archive_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname -o $lib'
-	      archive_expsym_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib'
-	      ;;
-	    esac
-
-	    hardcode_libdir_flag_spec_CXX='$wl--rpath $wl$libdir'
-	    export_dynamic_flag_spec_CXX='$wl--export-dynamic'
-	    whole_archive_flag_spec_CXX='$wl--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
-            ;;
-	  cxx*)
-	    # Compaq C++
-	    archive_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname -o $lib'
-	    archive_expsym_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname  -o $lib $wl-retain-symbols-file $wl$export_symbols'
-
-	    runpath_var=LD_RUN_PATH
-	    hardcode_libdir_flag_spec_CXX='-rpath $libdir'
-	    hardcode_libdir_separator_CXX=:
-
-	    # Commands to make compiler produce verbose output that lists
-	    # what "hidden" libraries, object files and flags are used when
-	    # linking a shared library.
-	    #
-	    # There doesn't appear to be a way to prevent this compiler from
-	    # explicitly linking system object files so we need to strip them
-	    # from the output so that they don't get included in the library
-	    # dependencies.
-	    output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld .*$\)/\1/"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "X$list" | $Xsed'
-	    ;;
-	  xl* | mpixl* | bgxl*)
-	    # IBM XL 8.0 on PPC, with GNU ld
-	    hardcode_libdir_flag_spec_CXX='$wl-rpath $wl$libdir'
-	    export_dynamic_flag_spec_CXX='$wl--export-dynamic'
-	    archive_cmds_CXX='$CC -qmkshrobj $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
-	    if test yes = "$supports_anon_versioning"; then
-	      archive_expsym_cmds_CXX='echo "{ global:" > $output_objdir/$libname.ver~
-                cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
-                echo "local: *; };" >> $output_objdir/$libname.ver~
-                $CC -qmkshrobj $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-version-script $wl$output_objdir/$libname.ver -o $lib'
-	    fi
-	    ;;
-	  *)
-	    case `$CC -V 2>&1 | sed 5q` in
-	    *Sun\ C*)
-	      # Sun C++ 5.9
-	      no_undefined_flag_CXX=' -zdefs'
-	      archive_cmds_CXX='$CC -G$allow_undefined_flag -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
-	      archive_expsym_cmds_CXX='$CC -G$allow_undefined_flag -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-retain-symbols-file $wl$export_symbols'
-	      hardcode_libdir_flag_spec_CXX='-R$libdir'
-	      whole_archive_flag_spec_CXX='$wl--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
-	      compiler_needs_object_CXX=yes
-
-	      # Not sure whether something based on
-	      # $CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1
-	      # would be better.
-	      output_verbose_link_cmd='func_echo_all'
-
-	      # Archives containing C++ object files must be created using
-	      # "CC -xar", where "CC" is the Sun C++ compiler.  This is
-	      # necessary to make sure instantiated templates are included
-	      # in the archive.
-	      old_archive_cmds_CXX='$CC -xar -o $oldlib $oldobjs'
-	      ;;
-	    esac
-	    ;;
-	esac
-	;;
-
-      lynxos*)
-        # FIXME: insert proper C++ library support
-	ld_shlibs_CXX=no
-	;;
-
-      m88k*)
-        # FIXME: insert proper C++ library support
-        ld_shlibs_CXX=no
-	;;
-
-      mvs*)
-        case $cc_basename in
-          cxx*)
-	    # FIXME: insert proper C++ library support
-	    ld_shlibs_CXX=no
-	    ;;
-	  *)
-	    # FIXME: insert proper C++ library support
-	    ld_shlibs_CXX=no
-	    ;;
-	esac
-	;;
-
-      netbsd*)
-        if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
-	  archive_cmds_CXX='$LD -Bshareable  -o $lib $predep_objects $libobjs $deplibs $postdep_objects $linker_flags'
-	  wlarc=
-	  hardcode_libdir_flag_spec_CXX='-R$libdir'
-	  hardcode_direct_CXX=yes
-	  hardcode_shlibpath_var_CXX=no
-	fi
-	# Workaround some broken pre-1.5 toolchains
-	output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP conftest.$objext | $SED -e "s:-lgcc -lc -lgcc::"'
-	;;
-
-      *nto* | *qnx*)
-        ld_shlibs_CXX=yes
-	;;
-
-      openbsd* | bitrig*)
-	if test -f /usr/libexec/ld.so; then
-	  hardcode_direct_CXX=yes
-	  hardcode_shlibpath_var_CXX=no
-	  hardcode_direct_absolute_CXX=yes
-	  archive_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib'
-	  hardcode_libdir_flag_spec_CXX='$wl-rpath,$libdir'
-	  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`"; then
-	    archive_expsym_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-retain-symbols-file,$export_symbols -o $lib'
-	    export_dynamic_flag_spec_CXX='$wl-E'
-	    whole_archive_flag_spec_CXX=$wlarc'--whole-archive$convenience '$wlarc'--no-whole-archive'
-	  fi
-	  output_verbose_link_cmd=func_echo_all
-	else
-	  ld_shlibs_CXX=no
-	fi
-	;;
-
-      osf3* | osf4* | osf5*)
-        case $cc_basename in
-          KCC*)
-	    # Kuck and Associates, Inc. (KAI) C++ Compiler
-
-	    # KCC will only create a shared library if the output file
-	    # ends with ".so" (or ".sl" for HP-UX), so rename the library
-	    # to its proper name (with version) after linking.
-	    archive_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo "$lib" | $SED -e "s/\$tempext\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
-
-	    hardcode_libdir_flag_spec_CXX='$wl-rpath,$libdir'
-	    hardcode_libdir_separator_CXX=:
-
-	    # Archives containing C++ object files must be created using
-	    # the KAI C++ compiler.
-	    case $host in
-	      osf3*) old_archive_cmds_CXX='$CC -Bstatic -o $oldlib $oldobjs' ;;
-	      *) old_archive_cmds_CXX='$CC -o $oldlib $oldobjs' ;;
-	    esac
-	    ;;
-          RCC*)
-	    # Rational C++ 2.4.1
-	    # FIXME: insert proper C++ library support
-	    ld_shlibs_CXX=no
-	    ;;
-          cxx*)
-	    case $host in
-	      osf3*)
-	        allow_undefined_flag_CXX=' $wl-expect_unresolved $wl\*'
-	        archive_cmds_CXX='$CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $soname `test -n "$verstring" && func_echo_all "$wl-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
-	        hardcode_libdir_flag_spec_CXX='$wl-rpath $wl$libdir'
-		;;
-	      *)
-	        allow_undefined_flag_CXX=' -expect_unresolved \*'
-	        archive_cmds_CXX='$CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
-	        archive_expsym_cmds_CXX='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~
-                  echo "-hidden">> $lib.exp~
-                  $CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname $wl-input $wl$lib.exp  `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib~
-                  $RM $lib.exp'
-	        hardcode_libdir_flag_spec_CXX='-rpath $libdir'
-		;;
-	    esac
-
-	    hardcode_libdir_separator_CXX=:
-
-	    # Commands to make compiler produce verbose output that lists
-	    # what "hidden" libraries, object files and flags are used when
-	    # linking a shared library.
-	    #
-	    # There doesn't appear to be a way to prevent this compiler from
-	    # explicitly linking system object files so we need to strip them
-	    # from the output so that they don't get included in the library
-	    # dependencies.
-	    output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld" | $GREP -v "ld:"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld.*$\)/\1/"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
-	    ;;
-	  *)
-	    if test yes,no = "$GXX,$with_gnu_ld"; then
-	      allow_undefined_flag_CXX=' $wl-expect_unresolved $wl\*'
-	      case $host in
-	        osf3*)
-	          archive_cmds_CXX='$CC -shared -nostdlib $allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
-		  ;;
-	        *)
-	          archive_cmds_CXX='$CC -shared $pic_flag -nostdlib $allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-msym $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
-		  ;;
-	      esac
-
-	      hardcode_libdir_flag_spec_CXX='$wl-rpath $wl$libdir'
-	      hardcode_libdir_separator_CXX=:
-
-	      # Commands to make compiler produce verbose output that lists
-	      # what "hidden" libraries, object files and flags are used when
-	      # linking a shared library.
-	      output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"'
-
-	    else
-	      # FIXME: insert proper C++ library support
-	      ld_shlibs_CXX=no
-	    fi
-	    ;;
-        esac
-        ;;
-
-      psos*)
-        # FIXME: insert proper C++ library support
-        ld_shlibs_CXX=no
-        ;;
-
-      sunos4*)
-        case $cc_basename in
-          CC*)
-	    # Sun C++ 4.x
-	    # FIXME: insert proper C++ library support
-	    ld_shlibs_CXX=no
-	    ;;
-          lcc*)
-	    # Lucid
-	    # FIXME: insert proper C++ library support
-	    ld_shlibs_CXX=no
-	    ;;
-          *)
-	    # FIXME: insert proper C++ library support
-	    ld_shlibs_CXX=no
-	    ;;
-        esac
-        ;;
-
-      solaris*)
-        case $cc_basename in
-          CC* | sunCC*)
-	    # Sun C++ 4.2, 5.x and Centerline C++
-            archive_cmds_need_lc_CXX=yes
-	    no_undefined_flag_CXX=' -zdefs'
-	    archive_cmds_CXX='$CC -G$allow_undefined_flag -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
-	    archive_expsym_cmds_CXX='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
-              $CC -G$allow_undefined_flag $wl-M $wl$lib.exp -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$RM $lib.exp'
-
-	    hardcode_libdir_flag_spec_CXX='-R$libdir'
-	    hardcode_shlibpath_var_CXX=no
-	    case $host_os in
-	      solaris2.[0-5] | solaris2.[0-5].*) ;;
-	      *)
-		# The compiler driver will combine and reorder linker options,
-		# but understands '-z linker_flag'.
-	        # Supported since Solaris 2.6 (maybe 2.5.1?)
-		whole_archive_flag_spec_CXX='-z allextract$convenience -z defaultextract'
-	        ;;
-	    esac
-	    link_all_deplibs_CXX=yes
-
-	    output_verbose_link_cmd='func_echo_all'
-
-	    # Archives containing C++ object files must be created using
-	    # "CC -xar", where "CC" is the Sun C++ compiler.  This is
-	    # necessary to make sure instantiated templates are included
-	    # in the archive.
-	    old_archive_cmds_CXX='$CC -xar -o $oldlib $oldobjs'
-	    ;;
-          gcx*)
-	    # Green Hills C++ Compiler
-	    archive_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-h $wl$soname -o $lib'
-
-	    # The C++ compiler must be used to create the archive.
-	    old_archive_cmds_CXX='$CC $LDFLAGS -archive -o $oldlib $oldobjs'
-	    ;;
-          *)
-	    # GNU C++ compiler with Solaris linker
-	    if test yes,no = "$GXX,$with_gnu_ld"; then
-	      no_undefined_flag_CXX=' $wl-z ${wl}defs'
-	      if $CC --version | $GREP -v '^2\.7' > /dev/null; then
-	        archive_cmds_CXX='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-h $wl$soname -o $lib'
-	        archive_expsym_cmds_CXX='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
-                  $CC -shared $pic_flag -nostdlib $wl-M $wl$lib.exp $wl-h $wl$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$RM $lib.exp'
-
-	        # Commands to make compiler produce verbose output that lists
-	        # what "hidden" libraries, object files and flags are used when
-	        # linking a shared library.
-	        output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"'
-	      else
-	        # g++ 2.7 appears to require '-G' NOT '-shared' on this
-	        # platform.
-	        archive_cmds_CXX='$CC -G -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-h $wl$soname -o $lib'
-	        archive_expsym_cmds_CXX='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
-                  $CC -G -nostdlib $wl-M $wl$lib.exp $wl-h $wl$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$RM $lib.exp'
-
-	        # Commands to make compiler produce verbose output that lists
-	        # what "hidden" libraries, object files and flags are used when
-	        # linking a shared library.
-	        output_verbose_link_cmd='$CC -G $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"'
-	      fi
-
-	      hardcode_libdir_flag_spec_CXX='$wl-R $wl$libdir'
-	      case $host_os in
-		solaris2.[0-5] | solaris2.[0-5].*) ;;
-		*)
-		  whole_archive_flag_spec_CXX='$wl-z ${wl}allextract$convenience $wl-z ${wl}defaultextract'
-		  ;;
-	      esac
-	    fi
-	    ;;
-        esac
-        ;;
-
-    sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
-      no_undefined_flag_CXX='$wl-z,text'
-      archive_cmds_need_lc_CXX=no
-      hardcode_shlibpath_var_CXX=no
-      runpath_var='LD_RUN_PATH'
-
-      case $cc_basename in
-        CC*)
-	  archive_cmds_CXX='$CC -G $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
-	  archive_expsym_cmds_CXX='$CC -G $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
-	  ;;
-	*)
-	  archive_cmds_CXX='$CC -shared $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
-	  archive_expsym_cmds_CXX='$CC -shared $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
-	  ;;
-      esac
-      ;;
-
-      sysv5* | sco3.2v5* | sco5v6*)
-	# Note: We CANNOT use -z defs as we might desire, because we do not
-	# link with -lc, and that would cause any symbols used from libc to
-	# always be unresolved, which means just about no library would
-	# ever link correctly.  If we're not using GNU ld we use -z text
-	# though, which does catch some bad symbols but isn't as heavy-handed
-	# as -z defs.
-	no_undefined_flag_CXX='$wl-z,text'
-	allow_undefined_flag_CXX='$wl-z,nodefs'
-	archive_cmds_need_lc_CXX=no
-	hardcode_shlibpath_var_CXX=no
-	hardcode_libdir_flag_spec_CXX='$wl-R,$libdir'
-	hardcode_libdir_separator_CXX=':'
-	link_all_deplibs_CXX=yes
-	export_dynamic_flag_spec_CXX='$wl-Bexport'
-	runpath_var='LD_RUN_PATH'
-
-	case $cc_basename in
-          CC*)
-	    archive_cmds_CXX='$CC -G $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
-	    archive_expsym_cmds_CXX='$CC -G $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
-	    old_archive_cmds_CXX='$CC -Tprelink_objects $oldobjs~
-              '"$old_archive_cmds_CXX"
-	    reload_cmds_CXX='$CC -Tprelink_objects $reload_objs~
-              '"$reload_cmds_CXX"
-	    ;;
-	  *)
-	    archive_cmds_CXX='$CC -shared $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
-	    archive_expsym_cmds_CXX='$CC -shared $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
-	    ;;
-	esac
-      ;;
-
-      tandem*)
-        case $cc_basename in
-          NCC*)
-	    # NonStop-UX NCC 3.20
-	    # FIXME: insert proper C++ library support
-	    ld_shlibs_CXX=no
-	    ;;
-          *)
-	    # FIXME: insert proper C++ library support
-	    ld_shlibs_CXX=no
-	    ;;
-        esac
-        ;;
-
-      vxworks*)
-        # FIXME: insert proper C++ library support
-        ld_shlibs_CXX=no
-        ;;
-
-      *)
-        # FIXME: insert proper C++ library support
-        ld_shlibs_CXX=no
-        ;;
-    esac
-
-    { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs_CXX" >&5
-$as_echo "$ld_shlibs_CXX" >&6; }
-    test no = "$ld_shlibs_CXX" && can_build_shared=no
-
-    GCC_CXX=$GXX
-    LD_CXX=$LD
-
-    ## CAVEAT EMPTOR:
-    ## There is no encapsulation within the following macros, do not change
-    ## the running order or otherwise move them around unless you know exactly
-    ## what you are doing...
-    # Dependencies to place before and after the object being linked:
-predep_objects_CXX=
-postdep_objects_CXX=
-predeps_CXX=
-postdeps_CXX=
-compiler_lib_search_path_CXX=
-
-cat > conftest.$ac_ext <<_LT_EOF
-class Foo
-{
-public:
-  Foo (void) { a = 0; }
-private:
-  int a;
-};
-_LT_EOF
-
-
-_lt_libdeps_save_CFLAGS=$CFLAGS
-case "$CC $CFLAGS " in #(
-*\ -flto*\ *) CFLAGS="$CFLAGS -fno-lto" ;;
-*\ -fwhopr*\ *) CFLAGS="$CFLAGS -fno-whopr" ;;
-*\ -fuse-linker-plugin*\ *) CFLAGS="$CFLAGS -fno-use-linker-plugin" ;;
-esac
-
-if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
-  (eval $ac_compile) 2>&5
-  ac_status=$?
-  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
-  test $ac_status = 0; }; then
-  # Parse the compiler output and extract the necessary
-  # objects, libraries and library flags.
-
-  # Sentinel used to keep track of whether or not we are before
-  # the conftest object file.
-  pre_test_object_deps_done=no
-
-  for p in `eval "$output_verbose_link_cmd"`; do
-    case $prev$p in
-
-    -L* | -R* | -l*)
-       # Some compilers place space between "-{L,R}" and the path.
-       # Remove the space.
-       if test x-L = "$p" ||
-          test x-R = "$p"; then
-	 prev=$p
-	 continue
-       fi
-
-       # Expand the sysroot to ease extracting the directories later.
-       if test -z "$prev"; then
-         case $p in
-         -L*) func_stripname_cnf '-L' '' "$p"; prev=-L; p=$func_stripname_result ;;
-         -R*) func_stripname_cnf '-R' '' "$p"; prev=-R; p=$func_stripname_result ;;
-         -l*) func_stripname_cnf '-l' '' "$p"; prev=-l; p=$func_stripname_result ;;
-         esac
-       fi
-       case $p in
-       =*) func_stripname_cnf '=' '' "$p"; p=$lt_sysroot$func_stripname_result ;;
-       esac
-       if test no = "$pre_test_object_deps_done"; then
-	 case $prev in
-	 -L | -R)
-	   # Internal compiler library paths should come after those
-	   # provided the user.  The postdeps already come after the
-	   # user supplied libs so there is no need to process them.
-	   if test -z "$compiler_lib_search_path_CXX"; then
-	     compiler_lib_search_path_CXX=$prev$p
-	   else
-	     compiler_lib_search_path_CXX="${compiler_lib_search_path_CXX} $prev$p"
-	   fi
-	   ;;
-	 # The "-l" case would never come before the object being
-	 # linked, so don't bother handling this case.
-	 esac
-       else
-	 if test -z "$postdeps_CXX"; then
-	   postdeps_CXX=$prev$p
-	 else
-	   postdeps_CXX="${postdeps_CXX} $prev$p"
-	 fi
-       fi
-       prev=
-       ;;
-
-    *.lto.$objext) ;; # Ignore GCC LTO objects
-    *.$objext)
-       # This assumes that the test object file only shows up
-       # once in the compiler output.
-       if test "$p" = "conftest.$objext"; then
-	 pre_test_object_deps_done=yes
-	 continue
-       fi
-
-       if test no = "$pre_test_object_deps_done"; then
-	 if test -z "$predep_objects_CXX"; then
-	   predep_objects_CXX=$p
-	 else
-	   predep_objects_CXX="$predep_objects_CXX $p"
-	 fi
-       else
-	 if test -z "$postdep_objects_CXX"; then
-	   postdep_objects_CXX=$p
-	 else
-	   postdep_objects_CXX="$postdep_objects_CXX $p"
-	 fi
-       fi
-       ;;
-
-    *) ;; # Ignore the rest.
-
-    esac
-  done
-
-  # Clean up.
-  rm -f a.out a.exe
-else
-  echo "libtool.m4: error: problem compiling CXX test program"
-fi
-
-$RM -f confest.$objext
-CFLAGS=$_lt_libdeps_save_CFLAGS
-
-# PORTME: override above test on systems where it is broken
-case $host_os in
-interix[3-9]*)
-  # Interix 3.5 installs completely hosed .la files for C++, so rather than
-  # hack all around it, let's just trust "g++" to DTRT.
-  predep_objects_CXX=
-  postdep_objects_CXX=
-  postdeps_CXX=
-  ;;
-esac
-
-
-case " $postdeps_CXX " in
-*" -lc "*) archive_cmds_need_lc_CXX=no ;;
-esac
- compiler_lib_search_dirs_CXX=
-if test -n "${compiler_lib_search_path_CXX}"; then
- compiler_lib_search_dirs_CXX=`echo " ${compiler_lib_search_path_CXX}" | $SED -e 's! -L! !g' -e 's!^ !!'`
-fi
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-    lt_prog_compiler_wl_CXX=
-lt_prog_compiler_pic_CXX=
-lt_prog_compiler_static_CXX=
-
-
-  # C++ specific cases for pic, static, wl, etc.
-  if test yes = "$GXX"; then
-    lt_prog_compiler_wl_CXX='-Wl,'
-    lt_prog_compiler_static_CXX='-static'
-
-    case $host_os in
-    aix*)
-      # All AIX code is PIC.
-      if test ia64 = "$host_cpu"; then
-	# AIX 5 now supports IA64 processor
-	lt_prog_compiler_static_CXX='-Bstatic'
-      fi
-      lt_prog_compiler_pic_CXX='-fPIC'
-      ;;
-
-    amigaos*)
-      case $host_cpu in
-      powerpc)
-            # see comment about AmigaOS4 .so support
-            lt_prog_compiler_pic_CXX='-fPIC'
-        ;;
-      m68k)
-            # FIXME: we need at least 68020 code to build shared libraries, but
-            # adding the '-m68020' flag to GCC prevents building anything better,
-            # like '-m68040'.
-            lt_prog_compiler_pic_CXX='-m68020 -resident32 -malways-restore-a4'
-        ;;
-      esac
-      ;;
-
-    beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
-      # PIC is the default for these OSes.
-      ;;
-    mingw* | cygwin* | os2* | pw32* | cegcc*)
-      # This hack is so that the source file can tell whether it is being
-      # built for inclusion in a dll (and should export symbols for example).
-      # Although the cygwin gcc ignores -fPIC, still need this for old-style
-      # (--disable-auto-import) libraries
-      lt_prog_compiler_pic_CXX='-DDLL_EXPORT'
-      case $host_os in
-      os2*)
-	lt_prog_compiler_static_CXX='$wl-static'
-	;;
-      esac
-      ;;
-    darwin* | rhapsody*)
-      # PIC is the default on this platform
-      # Common symbols not allowed in MH_DYLIB files
-      lt_prog_compiler_pic_CXX='-fno-common'
-      ;;
-    *djgpp*)
-      # DJGPP does not support shared libraries at all
-      lt_prog_compiler_pic_CXX=
-      ;;
-    haiku*)
-      # PIC is the default for Haiku.
-      # The "-static" flag exists, but is broken.
-      lt_prog_compiler_static_CXX=
-      ;;
-    interix[3-9]*)
-      # Interix 3.x gcc -fpic/-fPIC options generate broken code.
-      # Instead, we relocate shared libraries at runtime.
-      ;;
-    sysv4*MP*)
-      if test -d /usr/nec; then
-	lt_prog_compiler_pic_CXX=-Kconform_pic
-      fi
-      ;;
-    hpux*)
-      # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
-      # PA HP-UX.  On IA64 HP-UX, PIC is the default but the pic flag
-      # sets the default TLS model and affects inlining.
-      case $host_cpu in
-      hppa*64*)
-	;;
-      *)
-	lt_prog_compiler_pic_CXX='-fPIC'
-	;;
-      esac
-      ;;
-    *qnx* | *nto*)
-      # QNX uses GNU C++, but need to define -shared option too, otherwise
-      # it will coredump.
-      lt_prog_compiler_pic_CXX='-fPIC -shared'
-      ;;
-    *)
-      lt_prog_compiler_pic_CXX='-fPIC'
-      ;;
-    esac
-  else
-    case $host_os in
-      aix[4-9]*)
-	# All AIX code is PIC.
-	if test ia64 = "$host_cpu"; then
-	  # AIX 5 now supports IA64 processor
-	  lt_prog_compiler_static_CXX='-Bstatic'
-	else
-	  lt_prog_compiler_static_CXX='-bnso -bI:/lib/syscalls.exp'
-	fi
-	;;
-      chorus*)
-	case $cc_basename in
-	cxch68*)
-	  # Green Hills C++ Compiler
-	  # _LT_TAGVAR(lt_prog_compiler_static, CXX)="--no_auto_instantiation -u __main -u __premain -u _abort -r $COOL_DIR/lib/libOrb.a $MVME_DIR/lib/CC/libC.a $MVME_DIR/lib/classix/libcx.s.a"
-	  ;;
-	esac
-	;;
-      mingw* | cygwin* | os2* | pw32* | cegcc*)
-	# This hack is so that the source file can tell whether it is being
-	# built for inclusion in a dll (and should export symbols for example).
-	lt_prog_compiler_pic_CXX='-DDLL_EXPORT'
-	;;
-      dgux*)
-	case $cc_basename in
-	  ec++*)
-	    lt_prog_compiler_pic_CXX='-KPIC'
-	    ;;
-	  ghcx*)
-	    # Green Hills C++ Compiler
-	    lt_prog_compiler_pic_CXX='-pic'
-	    ;;
-	  *)
-	    ;;
-	esac
-	;;
-      freebsd* | dragonfly*)
-	# FreeBSD uses GNU C++
-	;;
-      hpux9* | hpux10* | hpux11*)
-	case $cc_basename in
-	  CC*)
-	    lt_prog_compiler_wl_CXX='-Wl,'
-	    lt_prog_compiler_static_CXX='$wl-a ${wl}archive'
-	    if test ia64 != "$host_cpu"; then
-	      lt_prog_compiler_pic_CXX='+Z'
-	    fi
-	    ;;
-	  aCC*)
-	    lt_prog_compiler_wl_CXX='-Wl,'
-	    lt_prog_compiler_static_CXX='$wl-a ${wl}archive'
-	    case $host_cpu in
-	    hppa*64*|ia64*)
-	      # +Z the default
-	      ;;
-	    *)
-	      lt_prog_compiler_pic_CXX='+Z'
-	      ;;
-	    esac
-	    ;;
-	  *)
-	    ;;
-	esac
-	;;
-      interix*)
-	# This is c89, which is MS Visual C++ (no shared libs)
-	# Anyone wants to do a port?
-	;;
-      irix5* | irix6* | nonstopux*)
-	case $cc_basename in
-	  CC*)
-	    lt_prog_compiler_wl_CXX='-Wl,'
-	    lt_prog_compiler_static_CXX='-non_shared'
-	    # CC pic flag -KPIC is the default.
-	    ;;
-	  *)
-	    ;;
-	esac
-	;;
-      linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
-	case $cc_basename in
-	  KCC*)
-	    # KAI C++ Compiler
-	    lt_prog_compiler_wl_CXX='--backend -Wl,'
-	    lt_prog_compiler_pic_CXX='-fPIC'
-	    ;;
-	  ecpc* )
-	    # old Intel C++ for x86_64, which still supported -KPIC.
-	    lt_prog_compiler_wl_CXX='-Wl,'
-	    lt_prog_compiler_pic_CXX='-KPIC'
-	    lt_prog_compiler_static_CXX='-static'
-	    ;;
-	  icpc* )
-	    # Intel C++, used to be incompatible with GCC.
-	    # ICC 10 doesn't accept -KPIC any more.
-	    lt_prog_compiler_wl_CXX='-Wl,'
-	    lt_prog_compiler_pic_CXX='-fPIC'
-	    lt_prog_compiler_static_CXX='-static'
-	    ;;
-	  pgCC* | pgcpp*)
-	    # Portland Group C++ compiler
-	    lt_prog_compiler_wl_CXX='-Wl,'
-	    lt_prog_compiler_pic_CXX='-fpic'
-	    lt_prog_compiler_static_CXX='-Bstatic'
-	    ;;
-	  cxx*)
-	    # Compaq C++
-	    # Make sure the PIC flag is empty.  It appears that all Alpha
-	    # Linux and Compaq Tru64 Unix objects are PIC.
-	    lt_prog_compiler_pic_CXX=
-	    lt_prog_compiler_static_CXX='-non_shared'
-	    ;;
-	  xlc* | xlC* | bgxl[cC]* | mpixl[cC]*)
-	    # IBM XL 8.0, 9.0 on PPC and BlueGene
-	    lt_prog_compiler_wl_CXX='-Wl,'
-	    lt_prog_compiler_pic_CXX='-qpic'
-	    lt_prog_compiler_static_CXX='-qstaticlink'
-	    ;;
-	  *)
-	    case `$CC -V 2>&1 | sed 5q` in
-	    *Sun\ C*)
-	      # Sun C++ 5.9
-	      lt_prog_compiler_pic_CXX='-KPIC'
-	      lt_prog_compiler_static_CXX='-Bstatic'
-	      lt_prog_compiler_wl_CXX='-Qoption ld '
-	      ;;
-	    esac
-	    ;;
-	esac
-	;;
-      lynxos*)
-	;;
-      m88k*)
-	;;
-      mvs*)
-	case $cc_basename in
-	  cxx*)
-	    lt_prog_compiler_pic_CXX='-W c,exportall'
-	    ;;
-	  *)
-	    ;;
-	esac
-	;;
-      netbsd*)
-	;;
-      *qnx* | *nto*)
-        # QNX uses GNU C++, but need to define -shared option too, otherwise
-        # it will coredump.
-        lt_prog_compiler_pic_CXX='-fPIC -shared'
-        ;;
-      osf3* | osf4* | osf5*)
-	case $cc_basename in
-	  KCC*)
-	    lt_prog_compiler_wl_CXX='--backend -Wl,'
-	    ;;
-	  RCC*)
-	    # Rational C++ 2.4.1
-	    lt_prog_compiler_pic_CXX='-pic'
-	    ;;
-	  cxx*)
-	    # Digital/Compaq C++
-	    lt_prog_compiler_wl_CXX='-Wl,'
-	    # Make sure the PIC flag is empty.  It appears that all Alpha
-	    # Linux and Compaq Tru64 Unix objects are PIC.
-	    lt_prog_compiler_pic_CXX=
-	    lt_prog_compiler_static_CXX='-non_shared'
-	    ;;
-	  *)
-	    ;;
-	esac
-	;;
-      psos*)
-	;;
-      solaris*)
-	case $cc_basename in
-	  CC* | sunCC*)
-	    # Sun C++ 4.2, 5.x and Centerline C++
-	    lt_prog_compiler_pic_CXX='-KPIC'
-	    lt_prog_compiler_static_CXX='-Bstatic'
-	    lt_prog_compiler_wl_CXX='-Qoption ld '
-	    ;;
-	  gcx*)
-	    # Green Hills C++ Compiler
-	    lt_prog_compiler_pic_CXX='-PIC'
-	    ;;
-	  *)
-	    ;;
-	esac
-	;;
-      sunos4*)
-	case $cc_basename in
-	  CC*)
-	    # Sun C++ 4.x
-	    lt_prog_compiler_pic_CXX='-pic'
-	    lt_prog_compiler_static_CXX='-Bstatic'
-	    ;;
-	  lcc*)
-	    # Lucid
-	    lt_prog_compiler_pic_CXX='-pic'
-	    ;;
-	  *)
-	    ;;
-	esac
-	;;
-      sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
-	case $cc_basename in
-	  CC*)
-	    lt_prog_compiler_wl_CXX='-Wl,'
-	    lt_prog_compiler_pic_CXX='-KPIC'
-	    lt_prog_compiler_static_CXX='-Bstatic'
-	    ;;
-	esac
-	;;
-      tandem*)
-	case $cc_basename in
-	  NCC*)
-	    # NonStop-UX NCC 3.20
-	    lt_prog_compiler_pic_CXX='-KPIC'
-	    ;;
-	  *)
-	    ;;
-	esac
-	;;
-      vxworks*)
-	;;
-      *)
-	lt_prog_compiler_can_build_shared_CXX=no
-	;;
-    esac
-  fi
-
-case $host_os in
-  # For platforms that do not support PIC, -DPIC is meaningless:
-  *djgpp*)
-    lt_prog_compiler_pic_CXX=
-    ;;
-  *)
-    lt_prog_compiler_pic_CXX="$lt_prog_compiler_pic_CXX -DPIC"
-    ;;
-esac
-
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
-$as_echo_n "checking for $compiler option to produce PIC... " >&6; }
-if ${lt_cv_prog_compiler_pic_CXX+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  lt_cv_prog_compiler_pic_CXX=$lt_prog_compiler_pic_CXX
-fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_CXX" >&5
-$as_echo "$lt_cv_prog_compiler_pic_CXX" >&6; }
-lt_prog_compiler_pic_CXX=$lt_cv_prog_compiler_pic_CXX
-
-#
-# Check to make sure the PIC flag actually works.
-#
-if test -n "$lt_prog_compiler_pic_CXX"; then
-  { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic_CXX works" >&5
-$as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic_CXX works... " >&6; }
-if ${lt_cv_prog_compiler_pic_works_CXX+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  lt_cv_prog_compiler_pic_works_CXX=no
-   ac_outfile=conftest.$ac_objext
-   echo "$lt_simple_compile_test_code" > conftest.$ac_ext
-   lt_compiler_flag="$lt_prog_compiler_pic_CXX -DPIC"  ## exclude from sc_useless_quotes_in_assignment
-   # Insert the option either (1) after the last *FLAGS variable, or
-   # (2) before a word containing "conftest.", or (3) at the end.
-   # Note that $ac_compile itself does not contain backslashes and begins
-   # with a dollar sign (not a hyphen), so the echo should work correctly.
-   # The option is referenced via a variable to avoid confusing sed.
-   lt_compile=`echo "$ac_compile" | $SED \
-   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
-   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
-   -e 's:$: $lt_compiler_flag:'`
-   (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
-   (eval "$lt_compile" 2>conftest.err)
-   ac_status=$?
-   cat conftest.err >&5
-   echo "$as_me:$LINENO: \$? = $ac_status" >&5
-   if (exit $ac_status) && test -s "$ac_outfile"; then
-     # The compiler can only warn and ignore the option if not recognized
-     # So say no if there are warnings other than the usual output.
-     $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
-     $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
-     if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
-       lt_cv_prog_compiler_pic_works_CXX=yes
-     fi
-   fi
-   $RM conftest*
-
-fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works_CXX" >&5
-$as_echo "$lt_cv_prog_compiler_pic_works_CXX" >&6; }
-
-if test yes = "$lt_cv_prog_compiler_pic_works_CXX"; then
-    case $lt_prog_compiler_pic_CXX in
-     "" | " "*) ;;
-     *) lt_prog_compiler_pic_CXX=" $lt_prog_compiler_pic_CXX" ;;
-     esac
-else
-    lt_prog_compiler_pic_CXX=
-     lt_prog_compiler_can_build_shared_CXX=no
-fi
-
-fi
-
-
-
-
-
-#
-# Check to make sure the static flag actually works.
-#
-wl=$lt_prog_compiler_wl_CXX eval lt_tmp_static_flag=\"$lt_prog_compiler_static_CXX\"
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
-$as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
-if ${lt_cv_prog_compiler_static_works_CXX+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  lt_cv_prog_compiler_static_works_CXX=no
-   save_LDFLAGS=$LDFLAGS
-   LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
-   echo "$lt_simple_link_test_code" > conftest.$ac_ext
-   if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
-     # The linker can only warn and ignore the option if not recognized
-     # So say no if there are warnings
-     if test -s conftest.err; then
-       # Append any errors to the config.log.
-       cat conftest.err 1>&5
-       $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
-       $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
-       if diff conftest.exp conftest.er2 >/dev/null; then
-         lt_cv_prog_compiler_static_works_CXX=yes
-       fi
-     else
-       lt_cv_prog_compiler_static_works_CXX=yes
-     fi
-   fi
-   $RM -r conftest*
-   LDFLAGS=$save_LDFLAGS
-
-fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works_CXX" >&5
-$as_echo "$lt_cv_prog_compiler_static_works_CXX" >&6; }
-
-if test yes = "$lt_cv_prog_compiler_static_works_CXX"; then
-    :
-else
-    lt_prog_compiler_static_CXX=
-fi
-
-
-
-
-    { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
-$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
-if ${lt_cv_prog_compiler_c_o_CXX+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  lt_cv_prog_compiler_c_o_CXX=no
-   $RM -r conftest 2>/dev/null
-   mkdir conftest
-   cd conftest
-   mkdir out
-   echo "$lt_simple_compile_test_code" > conftest.$ac_ext
-
-   lt_compiler_flag="-o out/conftest2.$ac_objext"
-   # Insert the option either (1) after the last *FLAGS variable, or
-   # (2) before a word containing "conftest.", or (3) at the end.
-   # Note that $ac_compile itself does not contain backslashes and begins
-   # with a dollar sign (not a hyphen), so the echo should work correctly.
-   lt_compile=`echo "$ac_compile" | $SED \
-   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
-   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
-   -e 's:$: $lt_compiler_flag:'`
-   (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
-   (eval "$lt_compile" 2>out/conftest.err)
-   ac_status=$?
-   cat out/conftest.err >&5
-   echo "$as_me:$LINENO: \$? = $ac_status" >&5
-   if (exit $ac_status) && test -s out/conftest2.$ac_objext
-   then
-     # The compiler can only warn and ignore the option if not recognized
-     # So say no if there are warnings
-     $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
-     $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
-     if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
-       lt_cv_prog_compiler_c_o_CXX=yes
-     fi
-   fi
-   chmod u+w . 2>&5
-   $RM conftest*
-   # SGI C++ compiler will create directory out/ii_files/ for
-   # template instantiation
-   test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
-   $RM out/* && rmdir out
-   cd ..
-   $RM -r conftest
-   $RM conftest*
-
-fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o_CXX" >&5
-$as_echo "$lt_cv_prog_compiler_c_o_CXX" >&6; }
-
-
-
-    { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
-$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
-if ${lt_cv_prog_compiler_c_o_CXX+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  lt_cv_prog_compiler_c_o_CXX=no
-   $RM -r conftest 2>/dev/null
-   mkdir conftest
-   cd conftest
-   mkdir out
-   echo "$lt_simple_compile_test_code" > conftest.$ac_ext
-
-   lt_compiler_flag="-o out/conftest2.$ac_objext"
-   # Insert the option either (1) after the last *FLAGS variable, or
-   # (2) before a word containing "conftest.", or (3) at the end.
-   # Note that $ac_compile itself does not contain backslashes and begins
-   # with a dollar sign (not a hyphen), so the echo should work correctly.
-   lt_compile=`echo "$ac_compile" | $SED \
-   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
-   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
-   -e 's:$: $lt_compiler_flag:'`
-   (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
-   (eval "$lt_compile" 2>out/conftest.err)
-   ac_status=$?
-   cat out/conftest.err >&5
-   echo "$as_me:$LINENO: \$? = $ac_status" >&5
-   if (exit $ac_status) && test -s out/conftest2.$ac_objext
-   then
-     # The compiler can only warn and ignore the option if not recognized
-     # So say no if there are warnings
-     $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
-     $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
-     if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
-       lt_cv_prog_compiler_c_o_CXX=yes
-     fi
-   fi
-   chmod u+w . 2>&5
-   $RM conftest*
-   # SGI C++ compiler will create directory out/ii_files/ for
-   # template instantiation
-   test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
-   $RM out/* && rmdir out
-   cd ..
-   $RM -r conftest
-   $RM conftest*
-
-fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o_CXX" >&5
-$as_echo "$lt_cv_prog_compiler_c_o_CXX" >&6; }
-
-
-
-
-hard_links=nottested
-if test no = "$lt_cv_prog_compiler_c_o_CXX" && test no != "$need_locks"; then
-  # do not overwrite the value of need_locks provided by the user
-  { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
-$as_echo_n "checking if we can lock with hard links... " >&6; }
-  hard_links=yes
-  $RM conftest*
-  ln conftest.a conftest.b 2>/dev/null && hard_links=no
-  touch conftest.a
-  ln conftest.a conftest.b 2>&5 || hard_links=no
-  ln conftest.a conftest.b 2>/dev/null && hard_links=no
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
-$as_echo "$hard_links" >&6; }
-  if test no = "$hard_links"; then
-    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: '$CC' does not support '-c -o', so 'make -j' may be unsafe" >&5
-$as_echo "$as_me: WARNING: '$CC' does not support '-c -o', so 'make -j' may be unsafe" >&2;}
-    need_locks=warn
-  fi
-else
-  need_locks=no
-fi
-
-
-
-    { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
-$as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
-
-  export_symbols_cmds_CXX='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
-  exclude_expsyms_CXX='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
-  case $host_os in
-  aix[4-9]*)
-    # If we're using GNU nm, then we don't want the "-C" option.
-    # -C means demangle to GNU nm, but means don't demangle to AIX nm.
-    # Without the "-l" option, or with the "-B" option, AIX nm treats
-    # weak defined symbols like other global defined symbols, whereas
-    # GNU nm marks them as "W".
-    # While the 'weak' keyword is ignored in the Export File, we need
-    # it in the Import File for the 'aix-soname' feature, so we have
-    # to replace the "-B" option with "-P" for AIX nm.
-    if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
-      export_symbols_cmds_CXX='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W")) && (substr(\$ 3,1,1) != ".")) { if (\$ 2 == "W") { print \$ 3 " weak" } else { print \$ 3 } } }'\'' | sort -u > $export_symbols'
-    else
-      export_symbols_cmds_CXX='`func_echo_all $NM | $SED -e '\''s/B\([^B]*\)$/P\1/'\''` -PCpgl $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) && (substr(\$ 1,1,1) != ".")) { if ((\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) { print \$ 1 " weak" } else { print \$ 1 } } }'\'' | sort -u > $export_symbols'
-    fi
-    ;;
-  pw32*)
-    export_symbols_cmds_CXX=$ltdll_cmds
-    ;;
-  cygwin* | mingw* | cegcc*)
-    case $cc_basename in
-    cl*)
-      exclude_expsyms_CXX='_NULL_IMPORT_DESCRIPTOR|_IMPORT_DESCRIPTOR_.*'
-      ;;
-    *)
-      export_symbols_cmds_CXX='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/;s/^.*[ ]__nm__\([^ ]*\)[ ][^ ]*/\1 DATA/;/^I[ ]/d;/^[AITW][ ]/s/.* //'\'' | sort | uniq > $export_symbols'
-      exclude_expsyms_CXX='[_]+GLOBAL_OFFSET_TABLE_|[_]+GLOBAL__[FID]_.*|[_]+head_[A-Za-z0-9_]+_dll|[A-Za-z0-9_]+_dll_iname'
-      ;;
-    esac
-    ;;
-  *)
-    export_symbols_cmds_CXX='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
-    ;;
-  esac
-
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs_CXX" >&5
-$as_echo "$ld_shlibs_CXX" >&6; }
-test no = "$ld_shlibs_CXX" && can_build_shared=no
-
-with_gnu_ld_CXX=$with_gnu_ld
-
-
-
-
-
-
-#
-# Do we need to explicitly link libc?
-#
-case "x$archive_cmds_need_lc_CXX" in
-x|xyes)
-  # Assume -lc should be added
-  archive_cmds_need_lc_CXX=yes
-
-  if test yes,yes = "$GCC,$enable_shared"; then
-    case $archive_cmds_CXX in
-    *'~'*)
-      # FIXME: we may have to deal with multi-command sequences.
-      ;;
-    '$CC '*)
-      # Test whether the compiler implicitly links with -lc since on some
-      # systems, -lgcc has to come before -lc. If gcc already passes -lc
-      # to ld, don't add -lc before -lgcc.
-      { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
-$as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
-if ${lt_cv_archive_cmds_need_lc_CXX+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  $RM conftest*
-	echo "$lt_simple_compile_test_code" > conftest.$ac_ext
-
-	if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
-  (eval $ac_compile) 2>&5
-  ac_status=$?
-  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
-  test $ac_status = 0; } 2>conftest.err; then
-	  soname=conftest
-	  lib=conftest
-	  libobjs=conftest.$ac_objext
-	  deplibs=
-	  wl=$lt_prog_compiler_wl_CXX
-	  pic_flag=$lt_prog_compiler_pic_CXX
-	  compiler_flags=-v
-	  linker_flags=-v
-	  verstring=
-	  output_objdir=.
-	  libname=conftest
-	  lt_save_allow_undefined_flag=$allow_undefined_flag_CXX
-	  allow_undefined_flag_CXX=
-	  if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds_CXX 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
-  (eval $archive_cmds_CXX 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
-  ac_status=$?
-  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
-  test $ac_status = 0; }
-	  then
-	    lt_cv_archive_cmds_need_lc_CXX=no
-	  else
-	    lt_cv_archive_cmds_need_lc_CXX=yes
-	  fi
-	  allow_undefined_flag_CXX=$lt_save_allow_undefined_flag
-	else
-	  cat conftest.err 1>&5
-	fi
-	$RM conftest*
-
-fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc_CXX" >&5
-$as_echo "$lt_cv_archive_cmds_need_lc_CXX" >&6; }
-      archive_cmds_need_lc_CXX=$lt_cv_archive_cmds_need_lc_CXX
-      ;;
-    esac
-  fi
-  ;;
-esac
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-    { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
-$as_echo_n "checking dynamic linker characteristics... " >&6; }
-
-library_names_spec=
-libname_spec='lib$name'
-soname_spec=
-shrext_cmds=.so
-postinstall_cmds=
-postuninstall_cmds=
-finish_cmds=
-finish_eval=
-shlibpath_var=
-shlibpath_overrides_runpath=unknown
-version_type=none
-dynamic_linker="$host_os ld.so"
-sys_lib_dlsearch_path_spec="/lib /usr/lib"
-need_lib_prefix=unknown
-hardcode_into_libs=no
-
-# when you set need_version to no, make sure it does not cause -set_version
-# flags to be left without arguments
-need_version=unknown
-
-
-
-case $host_os in
-aix3*)
-  version_type=linux # correct to gnu/linux during the next big refactor
-  library_names_spec='$libname$release$shared_ext$versuffix $libname.a'
-  shlibpath_var=LIBPATH
-
-  # AIX 3 has no versioning support, so we append a major version to the name.
-  soname_spec='$libname$release$shared_ext$major'
-  ;;
-
-aix[4-9]*)
-  version_type=linux # correct to gnu/linux during the next big refactor
-  need_lib_prefix=no
-  need_version=no
-  hardcode_into_libs=yes
-  if test ia64 = "$host_cpu"; then
-    # AIX 5 supports IA64
-    library_names_spec='$libname$release$shared_ext$major $libname$release$shared_ext$versuffix $libname$shared_ext'
-    shlibpath_var=LD_LIBRARY_PATH
-  else
-    # With GCC up to 2.95.x, collect2 would create an import file
-    # for dependence libraries.  The import file would start with
-    # the line '#! .'.  This would cause the generated library to
-    # depend on '.', always an invalid library.  This was fixed in
-    # development snapshots of GCC prior to 3.0.
-    case $host_os in
-      aix4 | aix4.[01] | aix4.[01].*)
-      if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
-	   echo ' yes '
-	   echo '#endif'; } | $CC -E - | $GREP yes > /dev/null; then
-	:
-      else
-	can_build_shared=no
-      fi
-      ;;
-    esac
-    # Using Import Files as archive members, it is possible to support
-    # filename-based versioning of shared library archives on AIX. While
-    # this would work for both with and without runtime linking, it will
-    # prevent static linking of such archives. So we do filename-based
-    # shared library versioning with .so extension only, which is used
-    # when both runtime linking and shared linking is enabled.
-    # Unfortunately, runtime linking may impact performance, so we do
-    # not want this to be the default eventually. Also, we use the
-    # versioned .so libs for executables only if there is the -brtl
-    # linker flag in LDFLAGS as well, or --with-aix-soname=svr4 only.
-    # To allow for filename-based versioning support, we need to create
-    # libNAME.so.V as an archive file, containing:
-    # *) an Import File, referring to the versioned filename of the
-    #    archive as well as the shared archive member, telling the
-    #    bitwidth (32 or 64) of that shared object, and providing the
-    #    list of exported symbols of that shared object, eventually
-    #    decorated with the 'weak' keyword
-    # *) the shared object with the F_LOADONLY flag set, to really avoid
-    #    it being seen by the linker.
-    # At run time we better use the real file rather than another symlink,
-    # but for link time we create the symlink libNAME.so -> libNAME.so.V
-
-    case $with_aix_soname,$aix_use_runtimelinking in
-    # AIX (on Power*) has no versioning support, so currently we cannot hardcode correct
-    # soname into executable. Probably we can add versioning support to
-    # collect2, so additional links can be useful in future.
-    aix,yes) # traditional libtool
-      dynamic_linker='AIX unversionable lib.so'
-      # If using run time linking (on AIX 4.2 or later) use lib<name>.so
-      # instead of lib<name>.a to let people know that these are not
-      # typical AIX shared libraries.
-      library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
-      ;;
-    aix,no) # traditional AIX only
-      dynamic_linker='AIX lib.a(lib.so.V)'
-      # We preserve .a as extension for shared libraries through AIX4.2
-      # and later when we are not doing run time linking.
-      library_names_spec='$libname$release.a $libname.a'
-      soname_spec='$libname$release$shared_ext$major'
-      ;;
-    svr4,*) # full svr4 only
-      dynamic_linker="AIX lib.so.V($shared_archive_member_spec.o)"
-      library_names_spec='$libname$release$shared_ext$major $libname$shared_ext'
-      # We do not specify a path in Import Files, so LIBPATH fires.
-      shlibpath_overrides_runpath=yes
-      ;;
-    *,yes) # both, prefer svr4
-      dynamic_linker="AIX lib.so.V($shared_archive_member_spec.o), lib.a(lib.so.V)"
-      library_names_spec='$libname$release$shared_ext$major $libname$shared_ext'
-      # unpreferred sharedlib libNAME.a needs extra handling
-      postinstall_cmds='test -n "$linkname" || linkname="$realname"~func_stripname "" ".so" "$linkname"~$install_shared_prog "$dir/$func_stripname_result.$libext" "$destdir/$func_stripname_result.$libext"~test -z "$tstripme" || test -z "$striplib" || $striplib "$destdir/$func_stripname_result.$libext"'
-      postuninstall_cmds='for n in $library_names $old_library; do :; done~func_stripname "" ".so" "$n"~test "$func_stripname_result" = "$n" || func_append rmfiles " $odir/$func_stripname_result.$libext"'
-      # We do not specify a path in Import Files, so LIBPATH fires.
-      shlibpath_overrides_runpath=yes
-      ;;
-    *,no) # both, prefer aix
-      dynamic_linker="AIX lib.a(lib.so.V), lib.so.V($shared_archive_member_spec.o)"
-      library_names_spec='$libname$release.a $libname.a'
-      soname_spec='$libname$release$shared_ext$major'
-      # unpreferred sharedlib libNAME.so.V and symlink libNAME.so need extra handling
-      postinstall_cmds='test -z "$dlname" || $install_shared_prog $dir/$dlname $destdir/$dlname~test -z "$tstripme" || test -z "$striplib" || $striplib $destdir/$dlname~test -n "$linkname" || linkname=$realname~func_stripname "" ".a" "$linkname"~(cd "$destdir" && $LN_S -f $dlname $func_stripname_result.so)'
-      postuninstall_cmds='test -z "$dlname" || func_append rmfiles " $odir/$dlname"~for n in $old_library $library_names; do :; done~func_stripname "" ".a" "$n"~func_append rmfiles " $odir/$func_stripname_result.so"'
-      ;;
-    esac
-    shlibpath_var=LIBPATH
-  fi
-  ;;
-
-amigaos*)
-  case $host_cpu in
-  powerpc)
-    # Since July 2007 AmigaOS4 officially supports .so libraries.
-    # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
-    library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
-    ;;
-  m68k)
-    library_names_spec='$libname.ixlibrary $libname.a'
-    # Create ${libname}_ixlibrary.a entries in /sys/libs.
-    finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
-    ;;
-  esac
-  ;;
-
-beos*)
-  library_names_spec='$libname$shared_ext'
-  dynamic_linker="$host_os ld.so"
-  shlibpath_var=LIBRARY_PATH
-  ;;
-
-bsdi[45]*)
-  version_type=linux # correct to gnu/linux during the next big refactor
-  need_version=no
-  library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
-  soname_spec='$libname$release$shared_ext$major'
-  finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
-  shlibpath_var=LD_LIBRARY_PATH
-  sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
-  sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
-  # the default ld.so.conf also contains /usr/contrib/lib and
-  # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
-  # libtool to hard-code these into programs
-  ;;
-
-cygwin* | mingw* | pw32* | cegcc*)
-  version_type=windows
-  shrext_cmds=.dll
-  need_version=no
-  need_lib_prefix=no
-
-  case $GCC,$cc_basename in
-  yes,*)
-    # gcc
-    library_names_spec='$libname.dll.a'
-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
-    postinstall_cmds='base_file=`basename \$file`~
-      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
-      dldir=$destdir/`dirname \$dlpath`~
-      test -d \$dldir || mkdir -p \$dldir~
-      $install_prog $dir/$dlname \$dldir/$dlname~
-      chmod a+x \$dldir/$dlname~
-      if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
-        eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
-      fi'
-    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
-      dlpath=$dir/\$dldll~
-       $RM \$dlpath'
-    shlibpath_overrides_runpath=yes
-
-    case $host_os in
-    cygwin*)
-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
-      soname_spec='`echo $libname | sed -e 's/^lib/cyg/'``echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
-
-      ;;
-    mingw* | cegcc*)
-      # MinGW DLLs use traditional 'lib' prefix
-      soname_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
-      ;;
-    pw32*)
-      # pw32 DLLs use 'pw' prefix rather than 'lib'
-      library_names_spec='`echo $libname | sed -e 's/^lib/pw/'``echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
-      ;;
-    esac
-    dynamic_linker='Win32 ld.exe'
-    ;;
-
-  *,cl*)
-    # Native MSVC
-    libname_spec='$name'
-    soname_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
-    library_names_spec='$libname.dll.lib'
-
-    case $build_os in
-    mingw*)
-      sys_lib_search_path_spec=
-      lt_save_ifs=$IFS
-      IFS=';'
-      for lt_path in $LIB
-      do
-        IFS=$lt_save_ifs
-        # Let DOS variable expansion print the short 8.3 style file name.
-        lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"`
-        sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path"
-      done
-      IFS=$lt_save_ifs
-      # Convert to MSYS style.
-      sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([a-zA-Z]\\):| /\\1|g' -e 's|^ ||'`
-      ;;
-    cygwin*)
-      # Convert to unix form, then to dos form, then back to unix form
-      # but this time dos style (no spaces!) so that the unix form looks
-      # like /cygdrive/c/PROGRA~1:/cygdr...
-      sys_lib_search_path_spec=`cygpath --path --unix "$LIB"`
-      sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null`
-      sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
-      ;;
-    *)
-      sys_lib_search_path_spec=$LIB
-      if $ECHO "$sys_lib_search_path_spec" | $GREP ';[c-zC-Z]:/' >/dev/null; then
-        # It is most probably a Windows format PATH.
-        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
-      else
-        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
-      fi
-      # FIXME: find the short name or the path components, as spaces are
-      # common. (e.g. "Program Files" -> "PROGRA~1")
-      ;;
-    esac
-
-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
-    postinstall_cmds='base_file=`basename \$file`~
-      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
-      dldir=$destdir/`dirname \$dlpath`~
-      test -d \$dldir || mkdir -p \$dldir~
-      $install_prog $dir/$dlname \$dldir/$dlname'
-    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
-      dlpath=$dir/\$dldll~
-       $RM \$dlpath'
-    shlibpath_overrides_runpath=yes
-    dynamic_linker='Win32 link.exe'
-    ;;
-
-  *)
-    # Assume MSVC wrapper
-    library_names_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext $libname.lib'
-    dynamic_linker='Win32 ld.exe'
-    ;;
-  esac
-  # FIXME: first we should search . and the directory the executable is in
-  shlibpath_var=PATH
-  ;;
-
-darwin* | rhapsody*)
-  dynamic_linker="$host_os dyld"
-  version_type=darwin
-  need_lib_prefix=no
-  need_version=no
-  library_names_spec='$libname$release$major$shared_ext $libname$shared_ext'
-  soname_spec='$libname$release$major$shared_ext'
-  shlibpath_overrides_runpath=yes
-  shlibpath_var=DYLD_LIBRARY_PATH
-  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
-
-  sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
-  ;;
-
-dgux*)
-  version_type=linux # correct to gnu/linux during the next big refactor
-  need_lib_prefix=no
-  need_version=no
-  library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
-  soname_spec='$libname$release$shared_ext$major'
-  shlibpath_var=LD_LIBRARY_PATH
-  ;;
-
-freebsd* | dragonfly*)
-  # DragonFly does not have aout.  When/if they implement a new
-  # versioning mechanism, adjust this.
-  if test -x /usr/bin/objformat; then
-    objformat=`/usr/bin/objformat`
-  else
-    case $host_os in
-    freebsd[23].*) objformat=aout ;;
-    *) objformat=elf ;;
-    esac
-  fi
-  version_type=freebsd-$objformat
-  case $version_type in
-    freebsd-elf*)
-      library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
-      soname_spec='$libname$release$shared_ext$major'
-      need_version=no
-      need_lib_prefix=no
-      ;;
-    freebsd-*)
-      library_names_spec='$libname$release$shared_ext$versuffix $libname$shared_ext$versuffix'
-      need_version=yes
-      ;;
-  esac
-  shlibpath_var=LD_LIBRARY_PATH
-  case $host_os in
-  freebsd2.*)
-    shlibpath_overrides_runpath=yes
-    ;;
-  freebsd3.[01]* | freebsdelf3.[01]*)
-    shlibpath_overrides_runpath=yes
-    hardcode_into_libs=yes
-    ;;
-  freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
-  freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
-    shlibpath_overrides_runpath=no
-    hardcode_into_libs=yes
-    ;;
-  *) # from 4.6 on, and DragonFly
-    shlibpath_overrides_runpath=yes
-    hardcode_into_libs=yes
-    ;;
-  esac
-  ;;
-
-haiku*)
-  version_type=linux # correct to gnu/linux during the next big refactor
-  need_lib_prefix=no
-  need_version=no
-  dynamic_linker="$host_os runtime_loader"
-  library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
-  soname_spec='$libname$release$shared_ext$major'
-  shlibpath_var=LIBRARY_PATH
-  shlibpath_overrides_runpath=no
-  sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/system/lib'
-  hardcode_into_libs=yes
-  ;;
-
-hpux9* | hpux10* | hpux11*)
-  # Give a soname corresponding to the major version so that dld.sl refuses to
-  # link against other versions.
-  version_type=sunos
-  need_lib_prefix=no
-  need_version=no
-  case $host_cpu in
-  ia64*)
-    shrext_cmds='.so'
-    hardcode_into_libs=yes
-    dynamic_linker="$host_os dld.so"
-    shlibpath_var=LD_LIBRARY_PATH
-    shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
-    library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
-    soname_spec='$libname$release$shared_ext$major'
-    if test 32 = "$HPUX_IA64_MODE"; then
-      sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
-      sys_lib_dlsearch_path_spec=/usr/lib/hpux32
-    else
-      sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
-      sys_lib_dlsearch_path_spec=/usr/lib/hpux64
-    fi
-    ;;
-  hppa*64*)
-    shrext_cmds='.sl'
-    hardcode_into_libs=yes
-    dynamic_linker="$host_os dld.sl"
-    shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
-    shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
-    library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
-    soname_spec='$libname$release$shared_ext$major'
-    sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
-    sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
-    ;;
-  *)
-    shrext_cmds='.sl'
-    dynamic_linker="$host_os dld.sl"
-    shlibpath_var=SHLIB_PATH
-    shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
-    library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
-    soname_spec='$libname$release$shared_ext$major'
-    ;;
-  esac
-  # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
-  postinstall_cmds='chmod 555 $lib'
-  # or fails outright, so override atomically:
-  install_override_mode=555
-  ;;
-
-interix[3-9]*)
-  version_type=linux # correct to gnu/linux during the next big refactor
-  need_lib_prefix=no
-  need_version=no
-  library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
-  soname_spec='$libname$release$shared_ext$major'
-  dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
-  shlibpath_var=LD_LIBRARY_PATH
-  shlibpath_overrides_runpath=no
-  hardcode_into_libs=yes
-  ;;
-
-irix5* | irix6* | nonstopux*)
-  case $host_os in
-    nonstopux*) version_type=nonstopux ;;
-    *)
-	if test yes = "$lt_cv_prog_gnu_ld"; then
-		version_type=linux # correct to gnu/linux during the next big refactor
-	else
-		version_type=irix
-	fi ;;
-  esac
-  need_lib_prefix=no
-  need_version=no
-  soname_spec='$libname$release$shared_ext$major'
-  library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$release$shared_ext $libname$shared_ext'
-  case $host_os in
-  irix5* | nonstopux*)
-    libsuff= shlibsuff=
-    ;;
-  *)
-    case $LD in # libtool.m4 will add one of these switches to LD
-    *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
-      libsuff= shlibsuff= libmagic=32-bit;;
-    *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
-      libsuff=32 shlibsuff=N32 libmagic=N32;;
-    *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
-      libsuff=64 shlibsuff=64 libmagic=64-bit;;
-    *) libsuff= shlibsuff= libmagic=never-match;;
-    esac
-    ;;
-  esac
-  shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
-  shlibpath_overrides_runpath=no
-  sys_lib_search_path_spec="/usr/lib$libsuff /lib$libsuff /usr/local/lib$libsuff"
-  sys_lib_dlsearch_path_spec="/usr/lib$libsuff /lib$libsuff"
-  hardcode_into_libs=yes
-  ;;
-
-# No shared lib support for Linux oldld, aout, or coff.
-linux*oldld* | linux*aout* | linux*coff*)
-  dynamic_linker=no
-  ;;
-
-linux*android*)
-  version_type=none # Android doesn't support versioned libraries.
-  need_lib_prefix=no
-  need_version=no
-  library_names_spec='$libname$release$shared_ext'
-  soname_spec='$libname$release$shared_ext'
-  finish_cmds=
-  shlibpath_var=LD_LIBRARY_PATH
-  shlibpath_overrides_runpath=yes
-
-  # This implies no fast_install, which is unacceptable.
-  # Some rework will be needed to allow for fast_install
-  # before this can be enabled.
-  hardcode_into_libs=yes
-
-  dynamic_linker='Android linker'
-  # Don't embed -rpath directories since the linker doesn't support them.
-  hardcode_libdir_flag_spec_CXX='-L$libdir'
-  ;;
-
-# This must be glibc/ELF.
-linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
-  version_type=linux # correct to gnu/linux during the next big refactor
-  need_lib_prefix=no
-  need_version=no
-  library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
-  soname_spec='$libname$release$shared_ext$major'
-  finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
-  shlibpath_var=LD_LIBRARY_PATH
-  shlibpath_overrides_runpath=no
-
-  # Some binutils ld are patched to set DT_RUNPATH
-  if ${lt_cv_shlibpath_overrides_runpath+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  lt_cv_shlibpath_overrides_runpath=no
-    save_LDFLAGS=$LDFLAGS
-    save_libdir=$libdir
-    eval "libdir=/foo; wl=\"$lt_prog_compiler_wl_CXX\"; \
-	 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec_CXX\""
-    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h.  */
-
-int
-main ()
-{
-
-  ;
-  return 0;
-}
-_ACEOF
-if ac_fn_cxx_try_link "$LINENO"; then :
-  if  ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
-  lt_cv_shlibpath_overrides_runpath=yes
-fi
-fi
-rm -f core conftest.err conftest.$ac_objext \
-    conftest$ac_exeext conftest.$ac_ext
-    LDFLAGS=$save_LDFLAGS
-    libdir=$save_libdir
-
-fi
-
-  shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
-
-  # This implies no fast_install, which is unacceptable.
-  # Some rework will be needed to allow for fast_install
-  # before this can be enabled.
-  hardcode_into_libs=yes
-
-  # Ideally, we could use ldconfig to report *all* directores which are
-  # searched for libraries, however this is still not possible.  Aside from not
-  # being certain /sbin/ldconfig is available, command
-  # 'ldconfig -N -X -v | grep ^/' on 64bit Fedora does not report /usr/lib64,
-  # even though it is searched at run-time.  Try to do the best guess by
-  # appending ld.so.conf contents (and includes) to the search path.
-  if test -f /etc/ld.so.conf; then
-    lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[	 ]*hwcap[	 ]/d;s/[:,	]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '`
-    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
-  fi
-
-  # We used to test for /lib/ld.so.1 and disable shared libraries on
-  # powerpc, because MkLinux only supported shared libraries with the
-  # GNU dynamic linker.  Since this was broken with cross compilers,
-  # most powerpc-linux boxes support dynamic linking these days and
-  # people can always --disable-shared, the test was removed, and we
-  # assume the GNU/Linux dynamic linker is in use.
-  dynamic_linker='GNU/Linux ld.so'
-  ;;
-
-netbsd*)
-  version_type=sunos
-  need_lib_prefix=no
-  need_version=no
-  if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
-    library_names_spec='$libname$release$shared_ext$versuffix $libname$shared_ext$versuffix'
-    finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
-    dynamic_linker='NetBSD (a.out) ld.so'
-  else
-    library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
-    soname_spec='$libname$release$shared_ext$major'
-    dynamic_linker='NetBSD ld.elf_so'
-  fi
-  shlibpath_var=LD_LIBRARY_PATH
-  shlibpath_overrides_runpath=yes
-  hardcode_into_libs=yes
-  ;;
-
-newsos6)
-  version_type=linux # correct to gnu/linux during the next big refactor
-  library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
-  shlibpath_var=LD_LIBRARY_PATH
-  shlibpath_overrides_runpath=yes
-  ;;
-
-*nto* | *qnx*)
-  version_type=qnx
-  need_lib_prefix=no
-  need_version=no
-  library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
-  soname_spec='$libname$release$shared_ext$major'
-  shlibpath_var=LD_LIBRARY_PATH
-  shlibpath_overrides_runpath=no
-  hardcode_into_libs=yes
-  dynamic_linker='ldqnx.so'
-  ;;
-
-openbsd* | bitrig*)
-  version_type=sunos
-  sys_lib_dlsearch_path_spec=/usr/lib
-  need_lib_prefix=no
-  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
-    need_version=no
-  else
-    need_version=yes
-  fi
-  library_names_spec='$libname$release$shared_ext$versuffix $libname$shared_ext$versuffix'
-  finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
-  shlibpath_var=LD_LIBRARY_PATH
-  shlibpath_overrides_runpath=yes
-  ;;
-
-os2*)
-  libname_spec='$name'
-  version_type=windows
-  shrext_cmds=.dll
-  need_version=no
-  need_lib_prefix=no
-  # OS/2 can only load a DLL with a base name of 8 characters or less.
-  soname_spec='`test -n "$os2dllname" && libname="$os2dllname";
-    v=$($ECHO $release$versuffix | tr -d .-);
-    n=$($ECHO $libname | cut -b -$((8 - ${#v})) | tr . _);
-    $ECHO $n$v`$shared_ext'
-  library_names_spec='${libname}_dll.$libext'
-  dynamic_linker='OS/2 ld.exe'
-  shlibpath_var=BEGINLIBPATH
-  sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
-  sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
-  postinstall_cmds='base_file=`basename \$file`~
-    dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; $ECHO \$dlname'\''`~
-    dldir=$destdir/`dirname \$dlpath`~
-    test -d \$dldir || mkdir -p \$dldir~
-    $install_prog $dir/$dlname \$dldir/$dlname~
-    chmod a+x \$dldir/$dlname~
-    if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
-      eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
-    fi'
-  postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; $ECHO \$dlname'\''`~
-    dlpath=$dir/\$dldll~
-    $RM \$dlpath'
-  ;;
-
-osf3* | osf4* | osf5*)
-  version_type=osf
-  need_lib_prefix=no
-  need_version=no
-  soname_spec='$libname$release$shared_ext$major'
-  library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
-  shlibpath_var=LD_LIBRARY_PATH
-  sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
-  sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
-  ;;
-
-rdos*)
-  dynamic_linker=no
-  ;;
-
-solaris*)
-  version_type=linux # correct to gnu/linux during the next big refactor
-  need_lib_prefix=no
-  need_version=no
-  library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
-  soname_spec='$libname$release$shared_ext$major'
-  shlibpath_var=LD_LIBRARY_PATH
-  shlibpath_overrides_runpath=yes
-  hardcode_into_libs=yes
-  # ldd complains unless libraries are executable
-  postinstall_cmds='chmod +x $lib'
-  ;;
-
-sunos4*)
-  version_type=sunos
-  library_names_spec='$libname$release$shared_ext$versuffix $libname$shared_ext$versuffix'
-  finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
-  shlibpath_var=LD_LIBRARY_PATH
-  shlibpath_overrides_runpath=yes
-  if test yes = "$with_gnu_ld"; then
-    need_lib_prefix=no
-  fi
-  need_version=yes
-  ;;
-
-sysv4 | sysv4.3*)
-  version_type=linux # correct to gnu/linux during the next big refactor
-  library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
-  soname_spec='$libname$release$shared_ext$major'
-  shlibpath_var=LD_LIBRARY_PATH
-  case $host_vendor in
-    sni)
-      shlibpath_overrides_runpath=no
-      need_lib_prefix=no
-      runpath_var=LD_RUN_PATH
-      ;;
-    siemens)
-      need_lib_prefix=no
-      ;;
-    motorola)
-      need_lib_prefix=no
-      need_version=no
-      shlibpath_overrides_runpath=no
-      sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
-      ;;
-  esac
-  ;;
-
-sysv4*MP*)
-  if test -d /usr/nec; then
-    version_type=linux # correct to gnu/linux during the next big refactor
-    library_names_spec='$libname$shared_ext.$versuffix $libname$shared_ext.$major $libname$shared_ext'
-    soname_spec='$libname$shared_ext.$major'
-    shlibpath_var=LD_LIBRARY_PATH
-  fi
-  ;;
-
-sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
-  version_type=sco
-  need_lib_prefix=no
-  need_version=no
-  library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext $libname$shared_ext'
-  soname_spec='$libname$release$shared_ext$major'
-  shlibpath_var=LD_LIBRARY_PATH
-  shlibpath_overrides_runpath=yes
-  hardcode_into_libs=yes
-  if test yes = "$with_gnu_ld"; then
-    sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
-  else
-    sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
-    case $host_os in
-      sco3.2v5*)
-        sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
-	;;
-    esac
-  fi
-  sys_lib_dlsearch_path_spec='/usr/lib'
-  ;;
-
-tpf*)
-  # TPF is a cross-target only.  Preferred cross-host = GNU/Linux.
-  version_type=linux # correct to gnu/linux during the next big refactor
-  need_lib_prefix=no
-  need_version=no
-  library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
-  shlibpath_var=LD_LIBRARY_PATH
-  shlibpath_overrides_runpath=no
-  hardcode_into_libs=yes
-  ;;
-
-uts4*)
-  version_type=linux # correct to gnu/linux during the next big refactor
-  library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
-  soname_spec='$libname$release$shared_ext$major'
-  shlibpath_var=LD_LIBRARY_PATH
-  ;;
-
-*)
-  dynamic_linker=no
-  ;;
-esac
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
-$as_echo "$dynamic_linker" >&6; }
-test no = "$dynamic_linker" && can_build_shared=no
-
-variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
-if test yes = "$GCC"; then
-  variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
-fi
-
-if test set = "${lt_cv_sys_lib_search_path_spec+set}"; then
-  sys_lib_search_path_spec=$lt_cv_sys_lib_search_path_spec
-fi
-
-if test set = "${lt_cv_sys_lib_dlsearch_path_spec+set}"; then
-  sys_lib_dlsearch_path_spec=$lt_cv_sys_lib_dlsearch_path_spec
-fi
-
-# remember unaugmented sys_lib_dlsearch_path content for libtool script decls...
-configure_time_dlsearch_path=$sys_lib_dlsearch_path_spec
-
-# ... but it needs LT_SYS_LIBRARY_PATH munging for other configure-time code
-func_munge_path_list sys_lib_dlsearch_path_spec "$LT_SYS_LIBRARY_PATH"
-
-# to be used as default LT_SYS_LIBRARY_PATH value in generated libtool
-configure_time_lt_sys_library_path=$LT_SYS_LIBRARY_PATH
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-    { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
-$as_echo_n "checking how to hardcode library paths into programs... " >&6; }
-hardcode_action_CXX=
-if test -n "$hardcode_libdir_flag_spec_CXX" ||
-   test -n "$runpath_var_CXX" ||
-   test yes = "$hardcode_automatic_CXX"; then
-
-  # We can hardcode non-existent directories.
-  if test no != "$hardcode_direct_CXX" &&
-     # If the only mechanism to avoid hardcoding is shlibpath_var, we
-     # have to relink, otherwise we might link with an installed library
-     # when we should be linking with a yet-to-be-installed one
-     ## test no != "$_LT_TAGVAR(hardcode_shlibpath_var, CXX)" &&
-     test no != "$hardcode_minus_L_CXX"; then
-    # Linking always hardcodes the temporary library directory.
-    hardcode_action_CXX=relink
-  else
-    # We can link without hardcoding, and we can hardcode nonexisting dirs.
-    hardcode_action_CXX=immediate
-  fi
-else
-  # We cannot hardcode anything, or else we can only hardcode existing
-  # directories.
-  hardcode_action_CXX=unsupported
-fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action_CXX" >&5
-$as_echo "$hardcode_action_CXX" >&6; }
-
-if test relink = "$hardcode_action_CXX" ||
-   test yes = "$inherit_rpath_CXX"; then
-  # Fast installation is not supported
-  enable_fast_install=no
-elif test yes = "$shlibpath_overrides_runpath" ||
-     test no = "$enable_shared"; then
-  # Fast installation is not necessary
-  enable_fast_install=needless
-fi
-
-
-
-
-
-
-
-  fi # test -n "$compiler"
-
-  CC=$lt_save_CC
-  CFLAGS=$lt_save_CFLAGS
-  LDCXX=$LD
-  LD=$lt_save_LD
-  GCC=$lt_save_GCC
-  with_gnu_ld=$lt_save_with_gnu_ld
-  lt_cv_path_LDCXX=$lt_cv_path_LD
-  lt_cv_path_LD=$lt_save_path_LD
-  lt_cv_prog_gnu_ldcxx=$lt_cv_prog_gnu_ld
-  lt_cv_prog_gnu_ld=$lt_save_with_gnu_ld
-fi # test yes != "$_lt_caught_CXX_error"
-
-ac_ext=c
-ac_cpp='$CPP $CPPFLAGS'
-ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
-ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
-ac_compiler_gnu=$ac_cv_c_compiler_gnu
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-        ac_config_commands="$ac_config_commands libtool"
-
-
-
-
-# Only expand once:
-
-
-
-# The extra LDFLAGS that must be given to link final binaries against pocl
-LD_FLAGS_BIN=""
-
-###################################################
-# LLVM configuration
-#
-
-for ac_prog in llvm-config llvm-config-mp-3.7 llvm-config-3.7 llvm-config37 llvm-config-mp-3.6 llvm-config-3.6 llvm-config36
-do
-  # Extract the first word of "$ac_prog", so it can be a program name with args.
-set dummy $ac_prog; ac_word=$2
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
-$as_echo_n "checking for $ac_word... " >&6; }
-if ${ac_cv_path_LLVM_CONFIG+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  case $LLVM_CONFIG in
-  [\\/]* | ?:[\\/]*)
-  ac_cv_path_LLVM_CONFIG="$LLVM_CONFIG" # Let the user override the test with a path.
-  ;;
-  *)
-  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-for as_dir in $PATH
-do
-  IFS=$as_save_IFS
-  test -z "$as_dir" && as_dir=.
-    for ac_exec_ext in '' $ac_executable_extensions; do
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
-    ac_cv_path_LLVM_CONFIG="$as_dir/$ac_word$ac_exec_ext"
-    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
-    break 2
-  fi
-done
-  done
-IFS=$as_save_IFS
-
-  ;;
-esac
-fi
-LLVM_CONFIG=$ac_cv_path_LLVM_CONFIG
-if test -n "$LLVM_CONFIG"; then
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LLVM_CONFIG" >&5
-$as_echo "$LLVM_CONFIG" >&6; }
-else
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-fi
-
-
-  test -n "$LLVM_CONFIG" && break
-done
-
-test -z "$LLVM_CONFIG" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
-$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
-as_fn_error $? "no llvm-config found in \$PATH
-See \`config.log' for more details" "$LINENO" 5; }
-
-LLVM_VERSION=`$LLVM_CONFIG --version`
-LLVM_BINDIR=`$LLVM_CONFIG --bindir`
-LLVM_LIBDIR=`$LLVM_CONFIG --libdir`
-LLVM_LDFLAGS=`$LLVM_CONFIG --ldflags`
-
-LLVM_VERSION=$LLVM_VERSION
-
-
-cat >>confdefs.h <<_ACEOF
-#define LLVM_VERSION "$LLVM_VERSION"
-_ACEOF
-
-
-case "$LLVM_VERSION" in
-     3.7*)
-
-$as_echo "#define LLVM_3_7 /**/" >>confdefs.h
-
-     LLVM_LDFLAGS="$LLVM_LDFLAGS `$LLVM_CONFIG --system-libs`"
-   ;;
-     3.8*)
-
-$as_echo "#define LLVM_3_8 /**/" >>confdefs.h
-
-     LLVM_LDFLAGS="$LLVM_LDFLAGS `$LLVM_CONFIG --system-libs`"
-   ;;
-     *)
-   as_fn_error $? "
-Unsupported LLVM version. Please use LLVM version 3.7 or 3.8.
-   " "$LINENO" 5
-   LLVM_VERSION=
-   ;;
-esac
-
-LLVM_LDFLAGS=$LLVM_LDFLAGS
-
-
-# When building with API linking, clang is always linked statically, so user might want to link llvm static to libpocl too
-# or risk causing version mismatches. Also useful when other platform libraries use LLVM too, see issue #46.
-# Also note, when building shared LLVM libraries with cmake, there is no libLLVM-<versionnumber>.so
-link_llvm_static="no"
-# Check whether --enable-static-llvm was given.
-if test "${enable_static_llvm+set}" = set; then :
-  enableval=$enable_static_llvm; link_llvm_static="yes"
-fi
-
-
-LLVM_SHARED_LIB_FILE=$LLVM_LIBDIR/libLLVM-$LLVM_VERSION$LIBRARY_SUFFIX
-
-if test "$link_llvm_static" = "yes"; then
-  LLVM_LIBS=$($LLVM_CONFIG --libfiles)
-else
-  LLVM_LIBS=-lLLVM-$LLVM_VERSION
-  if test ! -e $LLVM_SHARED_LIB_FILE;
-  then
-    # Cmake's -DLLVM_BUILD_LLVM_DYLIB=on builds a dynlib
-    # named libLLVM.so.VERSION. Let's see if we can find it.
-    LLVM_SHARED_LIB_FILE=$LLVM_LIBDIR/libLLVM$LIBRARY_SUFFIX.$LLVM_VERSION
-    if test ! -e $LLVM_SHARED_LIB_FILE;
-    then
-      LLVM_LIBS=$($LLVM_CONFIG --libs)
-      { $as_echo "$as_me:${as_lineno-$LINENO}: LLVM shared library $LLVM_SHARED_LIB_FILE not found." >&5
-$as_echo "$as_me: LLVM shared library $LLVM_SHARED_LIB_FILE not found." >&6;}
-    else
-      # The Cmake built libLLVM.so seems to be missing a lot of symbols
-      # to the point of being useless. Fall back to the static lib.
-      LLVM_LIBS=$($LLVM_CONFIG --libs)
-      { $as_echo "$as_me:${as_lineno-$LINENO}: LLVM shared library $LLVM_SHARED_LIB_FILE built with cmake found, using the static lib instead." >&5
-$as_echo "$as_me: LLVM shared library $LLVM_SHARED_LIB_FILE built with cmake found, using the static lib instead." >&6;}
-    fi
-  fi
-fi
-
-
-
-if `$LLVM_CONFIG --assertion-mode | grep -q ON`;
-then
-
-$as_echo "#define LLVM_BUILT_WITH_ASSERTS /**/" >>confdefs.h
-
-fi
-
-LLVM_RTTI_CHECK=$($LLVM_CONFIG --cxxflags | grep -i "\-fno-rtti")
-
-if test x"$LLVM_RTTI_CHECK" != x; then
-{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Your LLVM was not built with RTTI.
-You should rebuild LLVM with 'make REQUIRES_RTTI=1'.
-See the INSTALL file for more information." >&5
-$as_echo "$as_me: WARNING: Your LLVM was not built with RTTI.
-You should rebuild LLVM with 'make REQUIRES_RTTI=1'.
-See the INSTALL file for more information." >&2;}
-fi
-
-####################################################################
-# Manage optional testsuites
-
-# Option to choose external testsuites
-# Check whether --enable-testsuites was given.
-if test "${enable_testsuites+set}" = set; then :
-  enableval=$enable_testsuites;
-else
-  enable_testsuites=check
-fi
-
-
-enable_testsuite_opencl_book_samples=no
-enable_testsuite_viennacl=no
-enable_testsuite_rodinia=no
-enable_testsuite_parboil=no
-enable_testsuite_amd=no
-enable_testsuite_amdsdk2_9=no
-enable_testsuite_amdsdk3_0=no
-enable_testsuite_vexcl=no
-enable_testsuite_piglit=no
-enable_testsuite_halide=no
-enable_testsuite_opencv=no
-enable_testsuite_hsa=no
-enable_testsuite_intel_svm=no
-if test x"$enable_testsuites" = xcheck ; then
-  if test -d "$srcdir/examples/opencl-book-samples/checkout" ; then
-    enable_testsuite_opencl_book_samples=yes
-  fi
-  if test -f "$srcdir/examples/ViennaCL/ViennaCL-1.5.1.tar.gz" ; then
-    enable_testsuite_viennacl=yes
-  fi
-  if test -f "$srcdir/examples/Rodinia/rodinia_2.0.1.tar.gz" ; then
-    enable_testsuite_rodinia=yes
-  fi
-  if test -f "$srcdir/examples/Parboil/pb2.5benchmarks.tgz" -a \
-          -f "$srcdir/examples/Parboil/pb2.5datasets_standard.tgz" -a \
-          -f "$srcdir/examples/Parboil/pb2.5driver.tgz"; then
-    enable_testsuite_parboil=yes
-  fi
-  if test -f "$srcdir/examples/AMD/AMD-APP-SDK-v2.8-RC-lnx64.tgz" ; then
-    enable_testsuite_amd=yes
-  fi
-  if test -f "$srcdir/examples/AMDSDK2.9/AMD-APP-SDK-v2.9-RC-lnx64.tgz" ; then
-     enable_testsuite_amdsdk2_9=yes
-  fi
-  if test -f "$srcdir/examples/AMDSDK3.0/AMD-APP-SDKInstaller-v3.0.130.135-GA-linux64.tar.bz2" ; then
-     enable_testsuite_amdsdk3_0=yes
-  fi
-  if test -f "$srcdir/examples/VexCL/vexcl/README.md" ; then
-    enable_testsuite_vexcl=yes
-  fi
-  if test -f "$srcdir/examples/piglit/piglit/piglit-run.py" ; then
-    enable_testsuite_piglit=yes
-  fi
-  if test -f "$srcdir/examples/Halide/Halide/Makefile" ; then
-    enable_testsuite_halide=yes
-  fi
-  if test -f "$srcdir/examples/OpenCV/opencv-3.0.0-beta.zip" ; then
-    enable_testsuite_opencv=yes
-  fi
-  if test -f "$srcdir/examples/CloverLeaf/CloverLeaf_OpenCL/Makefile" ; then
-    enable_testsuite_cloverleaf=yes
-  fi
-  if test -f "$srcdir/examples/IntelSVM/intel_ocl_svm_basic_win.zip"; then
-    enable_testsuite_intel_svm=yes
-  fi
-fi
-case ,"$enable_testsuites", in #(
-  *,all,*|*,yes,*) :
-    enable_testsuites="opencl-book-samples,ViennaCL,Rodinia,Parboil,amd,amdsdk2_9,amdsdk3_0,VexCL,piglit,Halide,OpenCV,CloverLeaf" ;; #(
-  *,no,*) :
-    enable_testsuites=""
- ;; #(
-  *) :
-     ;;
-esac
-case ,"$enable_testsuites", in #(
-  *,opencl-book-samples,*|*,samples,*) :
-
-    enable_testsuite_opencl_book_samples=yes
-   ;; #(
-  *) :
-     ;;
-esac
-case ,"$enable_testsuites", in #(
-  *,ViennaCL,*|*,viennacl,*) :
-
-    enable_testsuite_viennacl=yes
-   ;; #(
-  *) :
-     ;;
-esac
-case ,"$enable_testsuites", in #(
-  *,Rodinia,*|*,rodinia,*) :
-
-    enable_testsuite_rodinia=yes
-   ;; #(
-  *) :
-     ;;
-esac
-case ,"$enable_testsuites", in #(
-  *,Parboil,*|*,parboil,*) :
-
-    enable_testsuite_parboil=yes
-   ;; #(
-  *) :
-     ;;
-esac
-case ,"$enable_testsuites", in #(
-  *,AMD,*|*,amd,*) :
-
-    enable_testsuite_amd=yes
-    enable_testsuite_amdsdk2_9=yes
-    enable_testsuite_amdsdk3_0=yes
-   ;; #(
-  *) :
-     ;;
-esac
-case ,"$enable_testsuites", in #(
-  *,VexCL,*|*,vexcl,*) :
-
-    enable_testsuite_vexcl=yes
-   ;; #(
-  *) :
-     ;;
-esac
-case ,"$enable_testsuites", in #(
-  *,piglit,*|*,Piglit,*) :
-
-    enable_testsuite_piglit=yes
-   ;; #(
-  *) :
-     ;;
-esac
-case ,"$enable_testsuites", in #(
-  *,intelsvm,*|*,IntelSVM,*) :
-
-    enable_testsuite_intel_svm=yes
-   ;; #(
-  *) :
-     ;;
-esac
-case ,"$enable_testsuites", in #(
-  *,halide,*|*,Halide,*) :
-
-    enable_testsuite_halide=yes
-   ;; #(
-  *) :
-     ;;
-esac
-case ,"$enable_testsuites", in #(
-  *,opencv,*|*,OpenCV,*) :
-
-    enable_testsuite_opencv=yes
-   ;; #(
-  *) :
-     ;;
-esac
-case ,"$enable_testsuites", in #(
-  *,cloverleaf,*|*,CloverLeaf,*) :
-
-    enable_testsuite_cloverleaf=yes
-   ;; #(
-  *) :
-     ;;
-esac
-
-if test "$enable_testsuite_opencl_book_samples" = "yes"; then
-  # Check for software required for opencl book samples
-  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for glutInit in -lglut" >&5
-$as_echo_n "checking for glutInit in -lglut... " >&6; }
-if ${ac_cv_lib_glut_glutInit+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  ac_check_lib_save_LIBS=$LIBS
-LIBS="-lglut  $LIBS"
-cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h.  */
-
-/* Override any GCC internal prototype to avoid an error.
-   Use char because int might match the return type of a GCC
-   builtin and then its argument prototype would still apply.  */
-#ifdef __cplusplus
-extern "C"
-#endif
-char glutInit ();
-int
-main ()
-{
-return glutInit ();
-  ;
-  return 0;
-}
-_ACEOF
-if ac_fn_c_try_link "$LINENO"; then :
-  ac_cv_lib_glut_glutInit=yes
-else
-  ac_cv_lib_glut_glutInit=no
-fi
-rm -f core conftest.err conftest.$ac_objext \
-    conftest$ac_exeext conftest.$ac_ext
-LIBS=$ac_check_lib_save_LIBS
-fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_glut_glutInit" >&5
-$as_echo "$ac_cv_lib_glut_glutInit" >&6; }
-if test "x$ac_cv_lib_glut_glutInit" = xyes; then :
-  :
-else
-
-    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: disabling tests from OpenCL book as glut library is missing" >&5
-$as_echo "$as_me: WARNING: disabling tests from OpenCL book as glut library is missing" >&2;}
-    enable_testsuite_opencl_book_samples="no"
-
-fi
-
-  :
-  ac_fn_c_check_header_mongrel "$LINENO" "FreeImage.h" "ac_cv_header_FreeImage_h" "$ac_includes_default"
-if test "x$ac_cv_header_FreeImage_h" = xyes; then :
-  :
-else
-
-    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: disabling tests from OpenCL book as FreeImage.h header is missing" >&5
-$as_echo "$as_me: WARNING: disabling tests from OpenCL book as FreeImage.h header is missing" >&2;}
-    enable_testsuite_opencl_book_samples="no"
-
-fi
-
-
-fi
-
-if test "$enable_testsuite_rodinia" = "yes" ; then
-  # Check for software and sources for Rodinia
-  if ! test -f "$srcdir/examples/Rodinia/rodinia_2.0.1.tar.gz" ; then
-    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: disabling Rodinia testsuite as rodinia_2.0.1.tar.gz is not in '$srcdir/examples/Rodinia'. You must download it yourself from http://lava.cs.virginia.edu/Rodinia/download.htm after registration." >&5
-$as_echo "$as_me: WARNING: disabling Rodinia testsuite as rodinia_2.0.1.tar.gz is not in '$srcdir/examples/Rodinia'. You must download it yourself from http://lava.cs.virginia.edu/Rodinia/download.htm after registration." >&2;}
-    enable_testsuite_rodinia=no
-  fi
-fi
-
-if test "$enable_testsuite_parboil" = "yes" ; then
-  # Check for software and sources for Parboil
-  if ! test -f "$srcdir/examples/Parboil/pb2.5benchmarks.tgz" -a \
-          -f "$srcdir/examples/Parboil/pb2.5datasets_standard.tgz" -a \
-          -f "$srcdir/examples/Parboil/pb2.5driver.tgz"; then
-    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: disabling Parboil testsuite as one of the required packages not in '$srcdir/examples/Parboil'. You must download it yourself from http://impact.crhc.illinois.edu/parboil.aspx." >&5
-$as_echo "$as_me: WARNING: disabling Parboil testsuite as one of the required packages not in '$srcdir/examples/Parboil'. You must download it yourself from http://impact.crhc.illinois.edu/parboil.aspx." >&2;}
-    enable_testsuite_parboil=no
-  fi
-fi
-
-if test "$enable_testsuite_amd" = "yes" ; then
-  # Check for software and sources for AMD APP SDK
-  if ! test -f "$srcdir/examples/AMD/AMD-APP-SDK-v2.8-RC-lnx64.tgz"; then
-    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: disabling AMD APP SDK testsuite as the 2.8 lnx64 package not in '$srcdir/examples/AMD'." >&5
-$as_echo "$as_me: WARNING: disabling AMD APP SDK testsuite as the 2.8 lnx64 package not in '$srcdir/examples/AMD'." >&2;}
-    enable_testsuite_amd=no
-  fi
-
-pkg_failed=no
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for SDL" >&5
-$as_echo_n "checking for SDL... " >&6; }
-
-if test -n "$SDL_CFLAGS"; then
-    pkg_cv_SDL_CFLAGS="$SDL_CFLAGS"
- elif test -n "$PKG_CONFIG"; then
-    if test -n "$PKG_CONFIG" && \
-    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"sdl >= 1.2\""; } >&5
-  ($PKG_CONFIG --exists --print-errors "sdl >= 1.2") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
-  test $ac_status = 0; }; then
-  pkg_cv_SDL_CFLAGS=`$PKG_CONFIG --cflags "sdl >= 1.2" 2>/dev/null`
-		      test "x$?" != "x0" && pkg_failed=yes
-else
-  pkg_failed=yes
-fi
- else
-    pkg_failed=untried
-fi
-if test -n "$SDL_LIBS"; then
-    pkg_cv_SDL_LIBS="$SDL_LIBS"
- elif test -n "$PKG_CONFIG"; then
-    if test -n "$PKG_CONFIG" && \
-    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"sdl >= 1.2\""; } >&5
-  ($PKG_CONFIG --exists --print-errors "sdl >= 1.2") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
-  test $ac_status = 0; }; then
-  pkg_cv_SDL_LIBS=`$PKG_CONFIG --libs "sdl >= 1.2" 2>/dev/null`
-		      test "x$?" != "x0" && pkg_failed=yes
-else
-  pkg_failed=yes
-fi
- else
-    pkg_failed=untried
-fi
-
-
-
-if test $pkg_failed = yes; then
-   	{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-
-if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
-        _pkg_short_errors_supported=yes
-else
-        _pkg_short_errors_supported=no
-fi
-        if test $_pkg_short_errors_supported = yes; then
-	        SDL_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "sdl >= 1.2" 2>&1`
-        else
-	        SDL_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "sdl >= 1.2" 2>&1`
-        fi
-	# Put the nasty error message in config.log where it belongs
-	echo "$SDL_PKG_ERRORS" >&5
-
-	 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: pkg-config could not find libSDL, AMD APP SDK testsuite is not used " >&5
-$as_echo "$as_me: WARNING: pkg-config could not find libSDL, AMD APP SDK testsuite is not used " >&2;}
-      enable_testsuite_amd=no
-
-elif test $pkg_failed = untried; then
-     	{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-	 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: pkg-config could not find libSDL, AMD APP SDK testsuite is not used " >&5
-$as_echo "$as_me: WARNING: pkg-config could not find libSDL, AMD APP SDK testsuite is not used " >&2;}
-      enable_testsuite_amd=no
-
-else
-	SDL_CFLAGS=$pkg_cv_SDL_CFLAGS
-	SDL_LIBS=$pkg_cv_SDL_LIBS
-        { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
-$as_echo "yes" >&6; }
-	:
-fi
-fi
-
-if test "$enable_testsuite_intel_svm" = "yes" ; then
-  if ! test -f "$srcdir/examples/IntelSVM/intel_ocl_svm_basic_win.zip"; then
-    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Disabling Intel SVM tests, could not find intel_ocl_svm_basic_win.zip" >&5
-$as_echo "$as_me: WARNING: Disabling Intel SVM tests, could not find intel_ocl_svm_basic_win.zip" >&2;}
-    enable_testsuite_intel_svm=no
-  fi
-fi
-
-if test "$enable_testsuite_amdsdk2_9" = "yes" ; then
-   # Check for software and sources for AMD APP SDK
-  if ! test -f "$srcdir/examples/AMDSDK2.9/AMD-APP-SDK-v2.9-RC-lnx64.tgz"; then
-    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: disabling AMD APP SDK testsuite as the 2.9 lnx64 package not in '$srcdir/examples/AMDSDK2.9'." >&5
-$as_echo "$as_me: WARNING: disabling AMD APP SDK testsuite as the 2.9 lnx64 package not in '$srcdir/examples/AMDSDK2.9'." >&2;}
-    enable_testsuite_amdsdk2_9=no
-  fi
-
-pkg_failed=no
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for SDL" >&5
-$as_echo_n "checking for SDL... " >&6; }
-
-if test -n "$SDL_CFLAGS"; then
-    pkg_cv_SDL_CFLAGS="$SDL_CFLAGS"
- elif test -n "$PKG_CONFIG"; then
-    if test -n "$PKG_CONFIG" && \
-    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"sdl >= 1.2\""; } >&5
-  ($PKG_CONFIG --exists --print-errors "sdl >= 1.2") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
-  test $ac_status = 0; }; then
-  pkg_cv_SDL_CFLAGS=`$PKG_CONFIG --cflags "sdl >= 1.2" 2>/dev/null`
-		      test "x$?" != "x0" && pkg_failed=yes
-else
-  pkg_failed=yes
-fi
- else
-    pkg_failed=untried
-fi
-if test -n "$SDL_LIBS"; then
-    pkg_cv_SDL_LIBS="$SDL_LIBS"
- elif test -n "$PKG_CONFIG"; then
-    if test -n "$PKG_CONFIG" && \
-    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"sdl >= 1.2\""; } >&5
-  ($PKG_CONFIG --exists --print-errors "sdl >= 1.2") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
-  test $ac_status = 0; }; then
-  pkg_cv_SDL_LIBS=`$PKG_CONFIG --libs "sdl >= 1.2" 2>/dev/null`
-		      test "x$?" != "x0" && pkg_failed=yes
-else
-  pkg_failed=yes
-fi
- else
-    pkg_failed=untried
-fi
-
-
-
-if test $pkg_failed = yes; then
-   	{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-
-if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
-        _pkg_short_errors_supported=yes
-else
-        _pkg_short_errors_supported=no
-fi
-        if test $_pkg_short_errors_supported = yes; then
-	        SDL_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "sdl >= 1.2" 2>&1`
-        else
-	        SDL_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "sdl >= 1.2" 2>&1`
-        fi
-	# Put the nasty error message in config.log where it belongs
-	echo "$SDL_PKG_ERRORS" >&5
-
-	 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: pkg-config could not find libSDL, AMD APP SDK 2.9 testsuite is not used " >&5
-$as_echo "$as_me: WARNING: pkg-config could not find libSDL, AMD APP SDK 2.9 testsuite is not used " >&2;}
-      enable_testsuite_amdsdk2_9=no
-
-elif test $pkg_failed = untried; then
-     	{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-	 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: pkg-config could not find libSDL, AMD APP SDK 2.9 testsuite is not used " >&5
-$as_echo "$as_me: WARNING: pkg-config could not find libSDL, AMD APP SDK 2.9 testsuite is not used " >&2;}
-      enable_testsuite_amdsdk2_9=no
-
-else
-	SDL_CFLAGS=$pkg_cv_SDL_CFLAGS
-	SDL_LIBS=$pkg_cv_SDL_LIBS
-        { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
-$as_echo "yes" >&6; }
-	:
-fi
-fi
-
-if test "$enable_testsuite_amdsdk3_0" = "yes" ; then
-   # Check for software and sources for AMD APP SDK
-  if ! test -f "$srcdir/examples/AMDSDK3.0/AMD-APP-SDKInstaller-v3.0.130.135-GA-linux64.tar.bz2"; then
-    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: disabling AMD APP SDK testsuite as the 3.0 installer package not in '$srcdir/examples/AMDSDK3.0'." >&5
-$as_echo "$as_me: WARNING: disabling AMD APP SDK testsuite as the 3.0 installer package not in '$srcdir/examples/AMDSDK3.0'." >&2;}
-    enable_testsuite_amdsdk3_0=no
-  fi
-
-pkg_failed=no
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for SDL" >&5
-$as_echo_n "checking for SDL... " >&6; }
-
-if test -n "$SDL_CFLAGS"; then
-    pkg_cv_SDL_CFLAGS="$SDL_CFLAGS"
- elif test -n "$PKG_CONFIG"; then
-    if test -n "$PKG_CONFIG" && \
-    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"sdl >= 1.2\""; } >&5
-  ($PKG_CONFIG --exists --print-errors "sdl >= 1.2") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
-  test $ac_status = 0; }; then
-  pkg_cv_SDL_CFLAGS=`$PKG_CONFIG --cflags "sdl >= 1.2" 2>/dev/null`
-		      test "x$?" != "x0" && pkg_failed=yes
-else
-  pkg_failed=yes
-fi
- else
-    pkg_failed=untried
-fi
-if test -n "$SDL_LIBS"; then
-    pkg_cv_SDL_LIBS="$SDL_LIBS"
- elif test -n "$PKG_CONFIG"; then
-    if test -n "$PKG_CONFIG" && \
-    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"sdl >= 1.2\""; } >&5
-  ($PKG_CONFIG --exists --print-errors "sdl >= 1.2") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
-  test $ac_status = 0; }; then
-  pkg_cv_SDL_LIBS=`$PKG_CONFIG --libs "sdl >= 1.2" 2>/dev/null`
-		      test "x$?" != "x0" && pkg_failed=yes
-else
-  pkg_failed=yes
-fi
- else
-    pkg_failed=untried
-fi
-
-
-
-if test $pkg_failed = yes; then
-   	{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-
-if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
-        _pkg_short_errors_supported=yes
-else
-        _pkg_short_errors_supported=no
-fi
-        if test $_pkg_short_errors_supported = yes; then
-	        SDL_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "sdl >= 1.2" 2>&1`
-        else
-	        SDL_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "sdl >= 1.2" 2>&1`
-        fi
-	# Put the nasty error message in config.log where it belongs
-	echo "$SDL_PKG_ERRORS" >&5
-
-	 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: pkg-config could not find libSDL, AMD APP SDK 3.0 testsuite is not used " >&5
-$as_echo "$as_me: WARNING: pkg-config could not find libSDL, AMD APP SDK 3.0 testsuite is not used " >&2;}
-      enable_testsuite_amdsdk3_0=no
-
-elif test $pkg_failed = untried; then
-     	{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-	 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: pkg-config could not find libSDL, AMD APP SDK 3.0 testsuite is not used " >&5
-$as_echo "$as_me: WARNING: pkg-config could not find libSDL, AMD APP SDK 3.0 testsuite is not used " >&2;}
-      enable_testsuite_amdsdk3_0=no
-
-else
-	SDL_CFLAGS=$pkg_cv_SDL_CFLAGS
-	SDL_LIBS=$pkg_cv_SDL_LIBS
-        { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
-$as_echo "yes" >&6; }
-	:
-fi
-fi
-
-
-if test "$enable_testsuite_vexcl" = "yes" ; then
-  # Check for software and sources for VexCL
-  if ! test -f "$srcdir/examples/VexCL/vexcl/README.md"; then
-    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: disabling VexCL testsuite as the git branch is not in '$srcdir/examples/VexCL/vexcl'." >&5
-$as_echo "$as_me: WARNING: disabling VexCL testsuite as the git branch is not in '$srcdir/examples/VexCL/vexcl'." >&2;}
-    enable_testsuite_vexcl=no
-  fi
-
-
-
-# Check whether --with-boost was given.
-if test "${with_boost+set}" = set; then :
-  withval=$with_boost;
-    if test "$withval" = "no"; then
-        want_boost="no"
-    elif test "$withval" = "yes"; then
-        want_boost="yes"
-        ac_boost_path=""
-    else
-        want_boost="yes"
-        ac_boost_path="$withval"
-    fi
-
-else
-  want_boost="yes"
-fi
-
-
-
-
-# Check whether --with-boost-libdir was given.
-if test "${with_boost_libdir+set}" = set; then :
-  withval=$with_boost_libdir;
-        if test -d "$withval"
-        then
-                ac_boost_lib_path="$withval"
-        else
-                as_fn_error $? "--with-boost-libdir expected directory name" "$LINENO" 5
-        fi
-
-else
-  ac_boost_lib_path=""
-
-fi
-
-
-if test "x$want_boost" = "xyes"; then
-    boost_lib_version_req=1.52.0
-    boost_lib_version_req_shorten=`expr $boost_lib_version_req : '\([0-9]*\.[0-9]*\)'`
-    boost_lib_version_req_major=`expr $boost_lib_version_req : '\([0-9]*\)'`
-    boost_lib_version_req_minor=`expr $boost_lib_version_req : '[0-9]*\.\([0-9]*\)'`
-    boost_lib_version_req_sub_minor=`expr $boost_lib_version_req : '[0-9]*\.[0-9]*\.\([0-9]*\)'`
-    if test "x$boost_lib_version_req_sub_minor" = "x" ; then
-        boost_lib_version_req_sub_minor="0"
-        fi
-    WANT_BOOST_VERSION=`expr $boost_lib_version_req_major \* 100000 \+  $boost_lib_version_req_minor \* 100 \+ $boost_lib_version_req_sub_minor`
-    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for boostlib >= $boost_lib_version_req" >&5
-$as_echo_n "checking for boostlib >= $boost_lib_version_req... " >&6; }
-    succeeded=no
-
-                        libsubdirs="lib"
-    ax_arch=`uname -m`
-    if test $ax_arch = x86_64 -o $ax_arch = ppc64 -o $ax_arch = s390x -o $ax_arch = sparc64; then
-        libsubdirs="lib64 lib lib64"
-    fi
-
-                if test "$ac_boost_path" != ""; then
-        BOOST_CPPFLAGS="-I$ac_boost_path/include"
-        for ac_boost_path_tmp in $libsubdirs; do
-                if test -d "$ac_boost_path"/"$ac_boost_path_tmp" ; then
-                        BOOST_LDFLAGS="-L$ac_boost_path/$ac_boost_path_tmp"
-                        break
-                fi
-        done
-    elif test "$cross_compiling" != yes; then
-        for ac_boost_path_tmp in /usr /usr/local /opt /opt/local ; do
-            if test -d "$ac_boost_path_tmp/include/boost" && test -r "$ac_boost_path_tmp/include/boost"; then
-                for libsubdir in $libsubdirs ; do
-                    if ls "$ac_boost_path_tmp/$libsubdir/libboost_"* >/dev/null 2>&1 ; then break; fi
-                done
-                BOOST_LDFLAGS="-L$ac_boost_path_tmp/$libsubdir"
-                BOOST_CPPFLAGS="-I$ac_boost_path_tmp/include"
-                break;
-            fi
-        done
-    fi
-
-            if test "$ac_boost_lib_path" != ""; then
-       BOOST_LDFLAGS="-L$ac_boost_lib_path"
-    fi
-
-    CPPFLAGS_SAVED="$CPPFLAGS"
-    CPPFLAGS="$CPPFLAGS $BOOST_CPPFLAGS"
-    export CPPFLAGS
-
-    LDFLAGS_SAVED="$LDFLAGS"
-    LDFLAGS="$LDFLAGS $BOOST_LDFLAGS"
-    export LDFLAGS
-
-
-    ac_ext=cpp
-ac_cpp='$CXXCPP $CPPFLAGS'
-ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
-ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
-ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
-
-        cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h.  */
-
-    #include <boost/version.hpp>
-
-int
-main ()
-{
-
-    #if BOOST_VERSION >= $WANT_BOOST_VERSION
-    // Everything is okay
-    #else
-    #  error Boost version is too old
-    #endif
-
-  ;
-  return 0;
-}
-_ACEOF
-if ac_fn_cxx_try_compile "$LINENO"; then :
-
-        { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
-$as_echo "yes" >&6; }
-    succeeded=yes
-    found_system=yes
-
-fi
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-    ac_ext=c
-ac_cpp='$CPP $CPPFLAGS'
-ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
-ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
-ac_compiler_gnu=$ac_cv_c_compiler_gnu
-
-
-
-
-            if test "x$succeeded" != "xyes"; then
-        _version=0
-        if test "$ac_boost_path" != ""; then
-            if test -d "$ac_boost_path" && test -r "$ac_boost_path"; then
-                for i in `ls -d $ac_boost_path/include/boost-* 2>/dev/null`; do
-                    _version_tmp=`echo $i | sed "s#$ac_boost_path##" | sed 's/\/include\/boost-//' | sed 's/_/./'`
-                    V_CHECK=`expr $_version_tmp \> $_version`
-                    if test "$V_CHECK" = "1" ; then
-                        _version=$_version_tmp
-                    fi
-                    VERSION_UNDERSCORE=`echo $_version | sed 's/\./_/'`
-                    BOOST_CPPFLAGS="-I$ac_boost_path/include/boost-$VERSION_UNDERSCORE"
-                done
-            fi
-        else
-            if test "$cross_compiling" != yes; then
-                for ac_boost_path in /usr /usr/local /opt /opt/local ; do
-                    if test -d "$ac_boost_path" && test -r "$ac_boost_path"; then
-                        for i in `ls -d $ac_boost_path/include/boost-* 2>/dev/null`; do
-                            _version_tmp=`echo $i | sed "s#$ac_boost_path##" | sed 's/\/include\/boost-//' | sed 's/_/./'`
-                            V_CHECK=`expr $_version_tmp \> $_version`
-                            if test "$V_CHECK" = "1" ; then
-                                _version=$_version_tmp
-                                best_path=$ac_boost_path
-                            fi
-                        done
-                    fi
-                done
-
-                VERSION_UNDERSCORE=`echo $_version | sed 's/\./_/'`
-                BOOST_CPPFLAGS="-I$best_path/include/boost-$VERSION_UNDERSCORE"
-                if test "$ac_boost_lib_path" = ""; then
-                    for libsubdir in $libsubdirs ; do
-                        if ls "$best_path/$libsubdir/libboost_"* >/dev/null 2>&1 ; then break; fi
-                    done
-                    BOOST_LDFLAGS="-L$best_path/$libsubdir"
-                fi
-            fi
-
-            if test "x$BOOST_ROOT" != "x"; then
-                for libsubdir in $libsubdirs ; do
-                    if ls "$BOOST_ROOT/stage/$libsubdir/libboost_"* >/dev/null 2>&1 ; then break; fi
-                done
-                if test -d "$BOOST_ROOT" && test -r "$BOOST_ROOT" && test -d "$BOOST_ROOT/stage/$libsubdir" && test -r "$BOOST_ROOT/stage/$libsubdir"; then
-                    version_dir=`expr //$BOOST_ROOT : '.*/\(.*\)'`
-                    stage_version=`echo $version_dir | sed 's/boost_//' | sed 's/_/./g'`
-                        stage_version_shorten=`expr $stage_version : '\([0-9]*\.[0-9]*\)'`
-                    V_CHECK=`expr $stage_version_shorten \>\= $_version`
-                    if test "$V_CHECK" = "1" -a "$ac_boost_lib_path" = "" ; then
-                        { $as_echo "$as_me:${as_lineno-$LINENO}: We will use a staged boost library from $BOOST_ROOT" >&5
-$as_echo "$as_me: We will use a staged boost library from $BOOST_ROOT" >&6;}
-                        BOOST_CPPFLAGS="-I$BOOST_ROOT"
-                        BOOST_LDFLAGS="-L$BOOST_ROOT/stage/$libsubdir"
-                    fi
-                fi
-            fi
-        fi
-
-        CPPFLAGS="$CPPFLAGS $BOOST_CPPFLAGS"
-        export CPPFLAGS
-        LDFLAGS="$LDFLAGS $BOOST_LDFLAGS"
-        export LDFLAGS
-
-        ac_ext=cpp
-ac_cpp='$CXXCPP $CPPFLAGS'
-ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
-ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
-ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
-
-            cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h.  */
-
-        #include <boost/version.hpp>
-
-int
-main ()
-{
-
-        #if BOOST_VERSION >= $WANT_BOOST_VERSION
-        // Everything is okay
-        #else
-        #  error Boost version is too old
-        #endif
-
-  ;
-  return 0;
-}
-_ACEOF
-if ac_fn_cxx_try_compile "$LINENO"; then :
-
-            { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
-$as_echo "yes" >&6; }
-        succeeded=yes
-        found_system=yes
-
-fi
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-        ac_ext=c
-ac_cpp='$CPP $CPPFLAGS'
-ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
-ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
-ac_compiler_gnu=$ac_cv_c_compiler_gnu
-
-    fi
-
-    if test "$succeeded" != "yes" ; then
-        if test "$_version" = "0" ; then
-            { $as_echo "$as_me:${as_lineno-$LINENO}: We could not detect the boost libraries (version $boost_lib_version_req_shorten or higher). If you have a staged boost library (still not installed) please specify \$BOOST_ROOT in your environment and do not give a PATH to --with-boost option.  If you are sure you have boost installed, then check your version number looking in <boost/version.hpp>. See http://randspringer.de/boost for more documentation." >&5
-$as_echo "$as_me: We could not detect the boost libraries (version $boost_lib_version_req_shorten or higher). If you have a staged boost library (still not installed) please specify \$BOOST_ROOT in your environment and do not give a PATH to --with-boost option.  If you are sure you have boost installed, then check your version number looking in <boost/version.hpp>. See http://randspringer.de/boost for more documentation." >&6;}
-        else
-            { $as_echo "$as_me:${as_lineno-$LINENO}: Your boost libraries seems to old (version $_version)." >&5
-$as_echo "$as_me: Your boost libraries seems to old (version $_version)." >&6;}
-        fi
-        # execute ACTION-IF-NOT-FOUND (if present):
-
-    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: boost library v1.52+ not found. VexCL tests disabled" >&5
-$as_echo "$as_me: WARNING: boost library v1.52+ not found. VexCL tests disabled" >&2;}
-    enable_testsuite_vexcl=no
-
-    else
-
-
-
-$as_echo "#define HAVE_BOOST /**/" >>confdefs.h
-
-        # execute ACTION-IF-FOUND (if present):
-        :
-    fi
-
-    CPPFLAGS="$CPPFLAGS_SAVED"
-    LDFLAGS="$LDFLAGS_SAVED"
-fi
-
-
-fi
-
-if test "$enable_testsuite_viennacl" = "yes" ; then
-  # Check for software and sources for ViennaCL
-
-
-# Check whether --with-boost was given.
-if test "${with_boost+set}" = set; then :
-  withval=$with_boost;
-    if test "$withval" = "no"; then
-        want_boost="no"
-    elif test "$withval" = "yes"; then
-        want_boost="yes"
-        ac_boost_path=""
-    else
-        want_boost="yes"
-        ac_boost_path="$withval"
-    fi
-
-else
-  want_boost="yes"
-fi
-
-
-
-
-# Check whether --with-boost-libdir was given.
-if test "${with_boost_libdir+set}" = set; then :
-  withval=$with_boost_libdir;
-        if test -d "$withval"
-        then
-                ac_boost_lib_path="$withval"
-        else
-                as_fn_error $? "--with-boost-libdir expected directory name" "$LINENO" 5
-        fi
-
-else
-  ac_boost_lib_path=""
-
-fi
-
-
-if test "x$want_boost" = "xyes"; then
-    boost_lib_version_req=1.42.0
-    boost_lib_version_req_shorten=`expr $boost_lib_version_req : '\([0-9]*\.[0-9]*\)'`
-    boost_lib_version_req_major=`expr $boost_lib_version_req : '\([0-9]*\)'`
-    boost_lib_version_req_minor=`expr $boost_lib_version_req : '[0-9]*\.\([0-9]*\)'`
-    boost_lib_version_req_sub_minor=`expr $boost_lib_version_req : '[0-9]*\.[0-9]*\.\([0-9]*\)'`
-    if test "x$boost_lib_version_req_sub_minor" = "x" ; then
-        boost_lib_version_req_sub_minor="0"
-        fi
-    WANT_BOOST_VERSION=`expr $boost_lib_version_req_major \* 100000 \+  $boost_lib_version_req_minor \* 100 \+ $boost_lib_version_req_sub_minor`
-    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for boostlib >= $boost_lib_version_req" >&5
-$as_echo_n "checking for boostlib >= $boost_lib_version_req... " >&6; }
-    succeeded=no
-
-                        libsubdirs="lib"
-    ax_arch=`uname -m`
-    if test $ax_arch = x86_64 -o $ax_arch = ppc64 -o $ax_arch = s390x -o $ax_arch = sparc64; then
-        libsubdirs="lib64 lib lib64"
-    fi
-
-                if test "$ac_boost_path" != ""; then
-        BOOST_CPPFLAGS="-I$ac_boost_path/include"
-        for ac_boost_path_tmp in $libsubdirs; do
-                if test -d "$ac_boost_path"/"$ac_boost_path_tmp" ; then
-                        BOOST_LDFLAGS="-L$ac_boost_path/$ac_boost_path_tmp"
-                        break
-                fi
-        done
-    elif test "$cross_compiling" != yes; then
-        for ac_boost_path_tmp in /usr /usr/local /opt /opt/local ; do
-            if test -d "$ac_boost_path_tmp/include/boost" && test -r "$ac_boost_path_tmp/include/boost"; then
-                for libsubdir in $libsubdirs ; do
-                    if ls "$ac_boost_path_tmp/$libsubdir/libboost_"* >/dev/null 2>&1 ; then break; fi
-                done
-                BOOST_LDFLAGS="-L$ac_boost_path_tmp/$libsubdir"
-                BOOST_CPPFLAGS="-I$ac_boost_path_tmp/include"
-                break;
-            fi
-        done
-    fi
-
-            if test "$ac_boost_lib_path" != ""; then
-       BOOST_LDFLAGS="-L$ac_boost_lib_path"
-    fi
-
-    CPPFLAGS_SAVED="$CPPFLAGS"
-    CPPFLAGS="$CPPFLAGS $BOOST_CPPFLAGS"
-    export CPPFLAGS
-
-    LDFLAGS_SAVED="$LDFLAGS"
-    LDFLAGS="$LDFLAGS $BOOST_LDFLAGS"
-    export LDFLAGS
-
-
-    ac_ext=cpp
-ac_cpp='$CXXCPP $CPPFLAGS'
-ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
-ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
-ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
-
-        cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h.  */
-
-    #include <boost/version.hpp>
-
-int
-main ()
-{
-
-    #if BOOST_VERSION >= $WANT_BOOST_VERSION
-    // Everything is okay
-    #else
-    #  error Boost version is too old
-    #endif
-
-  ;
-  return 0;
-}
-_ACEOF
-if ac_fn_cxx_try_compile "$LINENO"; then :
-
-        { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
-$as_echo "yes" >&6; }
-    succeeded=yes
-    found_system=yes
-
-fi
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-    ac_ext=c
-ac_cpp='$CPP $CPPFLAGS'
-ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
-ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
-ac_compiler_gnu=$ac_cv_c_compiler_gnu
-
-
-
-
-            if test "x$succeeded" != "xyes"; then
-        _version=0
-        if test "$ac_boost_path" != ""; then
-            if test -d "$ac_boost_path" && test -r "$ac_boost_path"; then
-                for i in `ls -d $ac_boost_path/include/boost-* 2>/dev/null`; do
-                    _version_tmp=`echo $i | sed "s#$ac_boost_path##" | sed 's/\/include\/boost-//' | sed 's/_/./'`
-                    V_CHECK=`expr $_version_tmp \> $_version`
-                    if test "$V_CHECK" = "1" ; then
-                        _version=$_version_tmp
-                    fi
-                    VERSION_UNDERSCORE=`echo $_version | sed 's/\./_/'`
-                    BOOST_CPPFLAGS="-I$ac_boost_path/include/boost-$VERSION_UNDERSCORE"
-                done
-            fi
-        else
-            if test "$cross_compiling" != yes; then
-                for ac_boost_path in /usr /usr/local /opt /opt/local ; do
-                    if test -d "$ac_boost_path" && test -r "$ac_boost_path"; then
-                        for i in `ls -d $ac_boost_path/include/boost-* 2>/dev/null`; do
-                            _version_tmp=`echo $i | sed "s#$ac_boost_path##" | sed 's/\/include\/boost-//' | sed 's/_/./'`
-                            V_CHECK=`expr $_version_tmp \> $_version`
-                            if test "$V_CHECK" = "1" ; then
-                                _version=$_version_tmp
-                                best_path=$ac_boost_path
-                            fi
-                        done
-                    fi
-                done
-
-                VERSION_UNDERSCORE=`echo $_version | sed 's/\./_/'`
-                BOOST_CPPFLAGS="-I$best_path/include/boost-$VERSION_UNDERSCORE"
-                if test "$ac_boost_lib_path" = ""; then
-                    for libsubdir in $libsubdirs ; do
-                        if ls "$best_path/$libsubdir/libboost_"* >/dev/null 2>&1 ; then break; fi
-                    done
-                    BOOST_LDFLAGS="-L$best_path/$libsubdir"
-                fi
-            fi
-
-            if test "x$BOOST_ROOT" != "x"; then
-                for libsubdir in $libsubdirs ; do
-                    if ls "$BOOST_ROOT/stage/$libsubdir/libboost_"* >/dev/null 2>&1 ; then break; fi
-                done
-                if test -d "$BOOST_ROOT" && test -r "$BOOST_ROOT" && test -d "$BOOST_ROOT/stage/$libsubdir" && test -r "$BOOST_ROOT/stage/$libsubdir"; then
-                    version_dir=`expr //$BOOST_ROOT : '.*/\(.*\)'`
-                    stage_version=`echo $version_dir | sed 's/boost_//' | sed 's/_/./g'`
-                        stage_version_shorten=`expr $stage_version : '\([0-9]*\.[0-9]*\)'`
-                    V_CHECK=`expr $stage_version_shorten \>\= $_version`
-                    if test "$V_CHECK" = "1" -a "$ac_boost_lib_path" = "" ; then
-                        { $as_echo "$as_me:${as_lineno-$LINENO}: We will use a staged boost library from $BOOST_ROOT" >&5
-$as_echo "$as_me: We will use a staged boost library from $BOOST_ROOT" >&6;}
-                        BOOST_CPPFLAGS="-I$BOOST_ROOT"
-                        BOOST_LDFLAGS="-L$BOOST_ROOT/stage/$libsubdir"
-                    fi
-                fi
-            fi
-        fi
-
-        CPPFLAGS="$CPPFLAGS $BOOST_CPPFLAGS"
-        export CPPFLAGS
-        LDFLAGS="$LDFLAGS $BOOST_LDFLAGS"
-        export LDFLAGS
-
-        ac_ext=cpp
-ac_cpp='$CXXCPP $CPPFLAGS'
-ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
-ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
-ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
-
-            cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h.  */
-
-        #include <boost/version.hpp>
-
-int
-main ()
-{
-
-        #if BOOST_VERSION >= $WANT_BOOST_VERSION
-        // Everything is okay
-        #else
-        #  error Boost version is too old
-        #endif
-
-  ;
-  return 0;
-}
-_ACEOF
-if ac_fn_cxx_try_compile "$LINENO"; then :
-
-            { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
-$as_echo "yes" >&6; }
-        succeeded=yes
-        found_system=yes
-
-fi
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-        ac_ext=c
-ac_cpp='$CPP $CPPFLAGS'
-ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
-ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
-ac_compiler_gnu=$ac_cv_c_compiler_gnu
-
-    fi
-
-    if test "$succeeded" != "yes" ; then
-        if test "$_version" = "0" ; then
-            { $as_echo "$as_me:${as_lineno-$LINENO}: We could not detect the boost libraries (version $boost_lib_version_req_shorten or higher). If you have a staged boost library (still not installed) please specify \$BOOST_ROOT in your environment and do not give a PATH to --with-boost option.  If you are sure you have boost installed, then check your version number looking in <boost/version.hpp>. See http://randspringer.de/boost for more documentation." >&5
-$as_echo "$as_me: We could not detect the boost libraries (version $boost_lib_version_req_shorten or higher). If you have a staged boost library (still not installed) please specify \$BOOST_ROOT in your environment and do not give a PATH to --with-boost option.  If you are sure you have boost installed, then check your version number looking in <boost/version.hpp>. See http://randspringer.de/boost for more documentation." >&6;}
-        else
-            { $as_echo "$as_me:${as_lineno-$LINENO}: Your boost libraries seems to old (version $_version)." >&5
-$as_echo "$as_me: Your boost libraries seems to old (version $_version)." >&6;}
-        fi
-        # execute ACTION-IF-NOT-FOUND (if present):
-
-    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: boost library v1.42+ not found. ViennaCL tests disabled" >&5
-$as_echo "$as_me: WARNING: boost library v1.42+ not found. ViennaCL tests disabled" >&2;}
-    enable_testsuite_viennacl=no
-
-    else
-
-
-
-$as_echo "#define HAVE_BOOST /**/" >>confdefs.h
-
-        # execute ACTION-IF-FOUND (if present):
-        :
-    fi
-
-    CPPFLAGS="$CPPFLAGS_SAVED"
-    LDFLAGS="$LDFLAGS_SAVED"
-fi
-
-
-fi
-
-if test "$enable_testsuite_piglit" = "yes" ; then
-  if ! test -f "$srcdir/examples/piglit/piglit/piglit-run.py" ; then
-    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: disabling Piglit testsuite: piglit-run.py not found in '$srcdir/examples/piglit/piglit/'" >&5
-$as_echo "$as_me: WARNING: disabling Piglit testsuite: piglit-run.py not found in '$srcdir/examples/piglit/piglit/'" >&2;}
-    enable_testsuite_piglit=no
-  fi
-fi
-
-if test "$enable_testsuite_opencv" = "yes" ; then
-  if ! test -f "$srcdir/examples/OpenCV/opencv-3.0.0-beta.zip" ; then
-    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: disabling OpenCV testsuite: opencv-3.0.0-beta.zip not found in '$srcdir/examples/OpenCV'" >&5
-$as_echo "$as_me: WARNING: disabling OpenCV testsuite: opencv-3.0.0-beta.zip not found in '$srcdir/examples/OpenCV'" >&2;}
-    enable_testsuite_opencv=no
-  fi
-fi
-
- if test "$enable_testsuite_opencl_book_samples" = "yes"; then
-  TEST_SUITE_SAMPLES_TRUE=
-  TEST_SUITE_SAMPLES_FALSE='#'
-else
-  TEST_SUITE_SAMPLES_TRUE='#'
-  TEST_SUITE_SAMPLES_FALSE=
-fi
-
- if test "$enable_testsuite_viennacl" = "yes"; then
-  TEST_SUITE_VIENNACL_TRUE=
-  TEST_SUITE_VIENNACL_FALSE='#'
-else
-  TEST_SUITE_VIENNACL_TRUE='#'
-  TEST_SUITE_VIENNACL_FALSE=
-fi
-
- if test "$enable_testsuite_rodinia" = "yes"; then
-  TEST_SUITE_RODINIA_TRUE=
-  TEST_SUITE_RODINIA_FALSE='#'
-else
-  TEST_SUITE_RODINIA_TRUE='#'
-  TEST_SUITE_RODINIA_FALSE=
-fi
-
- if test "$enable_testsuite_parboil" = "yes"; then
-  TEST_SUITE_PARBOIL_TRUE=
-  TEST_SUITE_PARBOIL_FALSE='#'
-else
-  TEST_SUITE_PARBOIL_TRUE='#'
-  TEST_SUITE_PARBOIL_FALSE=
-fi
-
- if test "$enable_testsuite_amd" = "yes"; then
-  TEST_SUITE_AMD_TRUE=
-  TEST_SUITE_AMD_FALSE='#'
-else
-  TEST_SUITE_AMD_TRUE='#'
-  TEST_SUITE_AMD_FALSE=
-fi
-
- if test "$enable_testsuite_amdsdk2_9" = "yes"; then
-  TEST_SUITE_AMDSDK2_9_TRUE=
-  TEST_SUITE_AMDSDK2_9_FALSE='#'
-else
-  TEST_SUITE_AMDSDK2_9_TRUE='#'
-  TEST_SUITE_AMDSDK2_9_FALSE=
-fi
-
- if test "$enable_testsuite_amdsdk3_0" = "yes"; then
-  TEST_SUITE_AMDSDK3_0_TRUE=
-  TEST_SUITE_AMDSDK3_0_FALSE='#'
-else
-  TEST_SUITE_AMDSDK3_0_TRUE='#'
-  TEST_SUITE_AMDSDK3_0_FALSE=
-fi
-
- if test "$enable_testsuite_vexcl" = "yes"; then
-  TEST_SUITE_VEXCL_TRUE=
-  TEST_SUITE_VEXCL_FALSE='#'
-else
-  TEST_SUITE_VEXCL_TRUE='#'
-  TEST_SUITE_VEXCL_FALSE=
-fi
-
- if test "$enable_testsuite_piglit" = "yes"; then
-  TEST_SUITE_PIGLIT_TRUE=
-  TEST_SUITE_PIGLIT_FALSE='#'
-else
-  TEST_SUITE_PIGLIT_TRUE='#'
-  TEST_SUITE_PIGLIT_FALSE=
-fi
-
- if test "$enable_testsuite_halide" = "yes"; then
-  TEST_SUITE_HALIDE_TRUE=
-  TEST_SUITE_HALIDE_FALSE='#'
-else
-  TEST_SUITE_HALIDE_TRUE='#'
-  TEST_SUITE_HALIDE_FALSE=
-fi
-
- if test "$enable_testsuite_opencv" = "yes"; then
-  TEST_SUITE_OPENCV_TRUE=
-  TEST_SUITE_OPENCV_FALSE='#'
-else
-  TEST_SUITE_OPENCV_TRUE='#'
-  TEST_SUITE_OPENCV_FALSE=
-fi
-
- if test "$enable_testsuite_cloverleaf" = "yes"; then
-  TEST_SUITE_CLOVERLEAF_TRUE=
-  TEST_SUITE_CLOVERLEAF_FALSE='#'
-else
-  TEST_SUITE_CLOVERLEAF_TRUE='#'
-  TEST_SUITE_CLOVERLEAF_FALSE=
-fi
-
- if test "$enable_testsuite_intel_svm" = "yes"; then
-  TEST_SUITE_INTELSVM_TRUE=
-  TEST_SUITE_INTELSVM_FALSE='#'
-else
-  TEST_SUITE_INTELSVM_TRUE='#'
-  TEST_SUITE_INTELSVM_FALSE=
-fi
-
-
-# Some information for the user
-{ $as_echo "$as_me:${as_lineno-$LINENO}: internal tests are enabled" >&5
-$as_echo "$as_me: internal tests are enabled" >&6;}
-POAT_TESTSUITES=""
-if test "$enable_testsuite_opencl_book_samples" = "yes"; then
-  { $as_echo "$as_me:${as_lineno-$LINENO}: tests from OpenCL book are enabled" >&5
-$as_echo "$as_me: tests from OpenCL book are enabled" >&6;}
-  POAT_TESTSUITES="$POAT_TESTSUITES samples"
-else
-  { $as_echo "$as_me:${as_lineno-$LINENO}: tests from OpenCL book are disabled" >&5
-$as_echo "$as_me: tests from OpenCL book are disabled" >&6;}
-fi
-if test "$enable_testsuite_viennacl" = "yes"; then
-  { $as_echo "$as_me:${as_lineno-$LINENO}: tests from ViennaCL are enabled" >&5
-$as_echo "$as_me: tests from ViennaCL are enabled" >&6;}
-  POAT_TESTSUITES="$POAT_TESTSUITES viennacl"
-else
-  { $as_echo "$as_me:${as_lineno-$LINENO}: tests from ViennaCL are disabled" >&5
-$as_echo "$as_me: tests from ViennaCL are disabled" >&6;}
-fi
-if test "$enable_testsuite_rodinia" = "yes"; then
-  { $as_echo "$as_me:${as_lineno-$LINENO}: tests from Rodinia are enabled" >&5
-$as_echo "$as_me: tests from Rodinia are enabled" >&6;}
-  POAT_TESTSUITES="$POAT_TESTSUITES rodinia"
-else
-  { $as_echo "$as_me:${as_lineno-$LINENO}: tests from Rodinia are disabled" >&5
-$as_echo "$as_me: tests from Rodinia are disabled" >&6;}
-fi
-if test "$enable_testsuite_parboil" = "yes"; then
-  { $as_echo "$as_me:${as_lineno-$LINENO}: tests from Parboil are enabled" >&5
-$as_echo "$as_me: tests from Parboil are enabled" >&6;}
-  POAT_TESTSUITES="$POAT_TESTSUITES parboil"
-else
-  { $as_echo "$as_me:${as_lineno-$LINENO}: tests from Parboil are disabled" >&5
-$as_echo "$as_me: tests from Parboil are disabled" >&6;}
-fi
-if test "$enable_testsuite_amd" = "yes"; then
-  { $as_echo "$as_me:${as_lineno-$LINENO}: tests from AMD APP SDK are enabled" >&5
-$as_echo "$as_me: tests from AMD APP SDK are enabled" >&6;}
-  POAT_TESTSUITES="$POAT_TESTSUITES amd"
-else
-  { $as_echo "$as_me:${as_lineno-$LINENO}: tests from AMD APP SDK are disabled" >&5
-$as_echo "$as_me: tests from AMD APP SDK are disabled" >&6;}
-fi
-if test "$enable_testsuite_amdsdk2_9" = "yes"; then
-  { $as_echo "$as_me:${as_lineno-$LINENO}: tests from AMD APP SDK 2.9 are enabled" >&5
-$as_echo "$as_me: tests from AMD APP SDK 2.9 are enabled" >&6;}
-  POAT_TESTSUITES="$POAT_TESTSUITES amdsdk2_9"
-else
-  { $as_echo "$as_me:${as_lineno-$LINENO}: tests from AMD APP SDK 2.9 are disabled" >&5
-$as_echo "$as_me: tests from AMD APP SDK 2.9 are disabled" >&6;}
-fi
-if test "$enable_testsuite_amdsdk3_0" = "yes"; then
-  { $as_echo "$as_me:${as_lineno-$LINENO}: tests from AMD APP SDK 3.0 are enabled" >&5
-$as_echo "$as_me: tests from AMD APP SDK 3.0 are enabled" >&6;}
-  POAT_TESTSUITES="$POAT_TESTSUITES amdsdk3_0"
-else
-  { $as_echo "$as_me:${as_lineno-$LINENO}: tests from AMD APP SDK 3.0 are disabled" >&5
-$as_echo "$as_me: tests from AMD APP SDK 3.0 are disabled" >&6;}
-fi
-if test "$enable_testsuite_vexcl" = "yes"; then
-  { $as_echo "$as_me:${as_lineno-$LINENO}: tests from VexCL are enabled" >&5
-$as_echo "$as_me: tests from VexCL are enabled" >&6;}
-  POAT_TESTSUITES="$POAT_TESTSUITES vexcl"
-else
-  { $as_echo "$as_me:${as_lineno-$LINENO}: tests from VexCL are disabled" >&5
-$as_echo "$as_me: tests from VexCL are disabled" >&6;}
-fi
-if test "$enable_testsuite_piglit" = "yes"; then
-  { $as_echo "$as_me:${as_lineno-$LINENO}: tests from Piglit are enabled" >&5
-$as_echo "$as_me: tests from Piglit are enabled" >&6;}
-  POAT_TESTSUITES="$POAT_TESTSUITES piglit"
-else
-  { $as_echo "$as_me:${as_lineno-$LINENO}: tests from piglit are disabled" >&5
-$as_echo "$as_me: tests from piglit are disabled" >&6;}
-fi
-if test "$enable_testsuite_halide" = "yes"; then
-  { $as_echo "$as_me:${as_lineno-$LINENO}: tests from Halide are enabled" >&5
-$as_echo "$as_me: tests from Halide are enabled" >&6;}
-  POAT_TESTSUITES="$POAT_TESTSUITES Halide"
-else
-  { $as_echo "$as_me:${as_lineno-$LINENO}: tests from Halide are disabled" >&5
-$as_echo "$as_me: tests from Halide are disabled" >&6;}
-fi
-if test "$enable_testsuite_opencv" = "yes"; then
-  { $as_echo "$as_me:${as_lineno-$LINENO}: tests from OpenCV are enabled" >&5
-$as_echo "$as_me: tests from OpenCV are enabled" >&6;}
-  POAT_TESTSUITES="$POAT_TESTSUITES OpenCV"
-else
-  { $as_echo "$as_me:${as_lineno-$LINENO}: tests from OpenCV are disabled" >&5
-$as_echo "$as_me: tests from OpenCV are disabled" >&6;}
-fi
-if test "$enable_testsuite_cloverleaf" = "yes"; then
-  { $as_echo "$as_me:${as_lineno-$LINENO}: tests from CloverLeaf are enabled" >&5
-$as_echo "$as_me: tests from CloverLeaf are enabled" >&6;}
-  POAT_TESTSUITES="$POAT_TESTSUITES CloverLeaf"
-else
-  { $as_echo "$as_me:${as_lineno-$LINENO}: tests from CloverLeaf are disabled" >&5
-$as_echo "$as_me: tests from CloverLeaf are disabled" >&6;}
-fi
-if test "$enable_testsuite_intel_svm" = "yes" ; then
-  { $as_echo "$as_me:${as_lineno-$LINENO}: tests from Intel SVM samples are enabled" >&5
-$as_echo "$as_me: tests from Intel SVM samples are enabled" >&6;}
-  POAT_TESTSUITES="$POAT_TESTSUITES IntelSVM"
-else
-  { $as_echo "$as_me:${as_lineno-$LINENO}: tests from Intel SVM samples are disabled" >&5
-$as_echo "$as_me: tests from Intel SVM samples are disabled" >&6;}
-fi
-
-####################################################################
-# Pthread Library
-
-old_CFLAGS="$CFLAGS"
-old_CPPFLAGS="$CPPFLAGS"
-CFLAGS=`echo "$CFLAGS" | sed 's/-Werror[-A-Za-z0-9=]*//g'`
-CPPFLAGS=`echo "$CPPFLAGS" | sed 's/-Werror[-A-Za-z0-9=]*//g'`
-
-
-
-
-ac_ext=c
-ac_cpp='$CPP $CPPFLAGS'
-ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
-ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
-ac_compiler_gnu=$ac_cv_c_compiler_gnu
-
-acx_pthread_ok=no
-
-# We used to check for pthread.h first, but this fails if pthread.h
-# requires special compiler flags (e.g. on True64 or Sequent).
-# It gets checked for in the link test anyway.
-
-# First of all, check if the user has set any of the PTHREAD_LIBS,
-# etcetera environment variables, and if threads linking works using
-# them:
-if test x"$PTHREAD_LIBS$PTHREAD_CFLAGS" != x; then
-        save_CFLAGS="$CFLAGS"
-        CFLAGS="$CFLAGS $PTHREAD_CFLAGS"
-        save_LIBS="$LIBS"
-        LIBS="$PTHREAD_LIBS $LIBS"
-        { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pthread_join in LIBS=$PTHREAD_LIBS with CFLAGS=$PTHREAD_CFLAGS" >&5
-$as_echo_n "checking for pthread_join in LIBS=$PTHREAD_LIBS with CFLAGS=$PTHREAD_CFLAGS... " >&6; }
-        cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h.  */
-
-/* Override any GCC internal prototype to avoid an error.
-   Use char because int might match the return type of a GCC
-   builtin and then its argument prototype would still apply.  */
-#ifdef __cplusplus
-extern "C"
-#endif
-char pthread_join ();
-int
-main ()
-{
-return pthread_join ();
-  ;
-  return 0;
-}
-_ACEOF
-if ac_fn_c_try_link "$LINENO"; then :
-  acx_pthread_ok=yes
-fi
-rm -f core conftest.err conftest.$ac_objext \
-    conftest$ac_exeext conftest.$ac_ext
-        { $as_echo "$as_me:${as_lineno-$LINENO}: result: $acx_pthread_ok" >&5
-$as_echo "$acx_pthread_ok" >&6; }
-        if test x"$acx_pthread_ok" = xno; then
-                PTHREAD_LIBS=""
-                PTHREAD_CFLAGS=""
-        fi
-        LIBS="$save_LIBS"
-        CFLAGS="$save_CFLAGS"
-fi
-
-# We must check for the threads library under a number of different
-# names; the ordering is very important because some systems
-# (e.g. DEC) have both -lpthread and -lpthreads, where one of the
-# libraries is broken (non-POSIX).
-
-# Create a list of thread flags to try.  Items starting with a "-" are
-# C compiler flags, and other items are library names, except for "none"
-# which indicates that we try without any flags at all, and "pthread-config"
-# which is a program returning the flags for the Pth emulation library.
-
-acx_pthread_flags="pthreads none -Kthread -kthread lthread -pthread -pthreads -mthreads pthread --thread-safe -mt pthread-config"
-
-# The ordering *is* (sometimes) important.  Some notes on the
-# individual items follow:
-
-# pthreads: AIX (must check this before -lpthread)
-# none: in case threads are in libc; should be tried before -Kthread and
-#       other compiler flags to prevent continual compiler warnings
-# -Kthread: Sequent (threads in libc, but -Kthread needed for pthread.h)
-# -kthread: FreeBSD kernel threads (preferred to -pthread since SMP-able)
-# lthread: LinuxThreads port on FreeBSD (also preferred to -pthread)
-# -pthread: Linux/gcc (kernel threads), BSD/gcc (userland threads)
-# -pthreads: Solaris/gcc
-# -mthreads: Mingw32/gcc, Lynx/gcc
-# -mt: Sun Workshop C (may only link SunOS threads [-lthread], but it
-#      doesn't hurt to check since this sometimes defines pthreads too;
-#      also defines -D_REENTRANT)
-#      ... -mt is also the pthreads flag for HP/aCC
-# pthread: Linux, etcetera
-# --thread-safe: KAI C++
-# pthread-config: use pthread-config program (for GNU Pth library)
-
-case "${host_cpu}-${host_os}" in
-        *solaris*)
-
-        # On Solaris (at least, for some versions), libc contains stubbed
-        # (non-functional) versions of the pthreads routines, so link-based
-        # tests will erroneously succeed.  (We need to link with -pthreads/-mt/
-        # -lpthread.)  (The stubs are missing pthread_cleanup_push, or rather
-        # a function called by this macro, so we could check for that, but
-        # who knows whether they'll stub that too in a future libc.)  So,
-        # we'll just look for -pthreads and -lpthread first:
-
-        acx_pthread_flags="-pthreads pthread -mt -pthread $acx_pthread_flags"
-        ;;
-esac
-
-if test x"$acx_pthread_ok" = xno; then
-for flag in $acx_pthread_flags; do
-
-        case $flag in
-                none)
-                { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether pthreads work without any flags" >&5
-$as_echo_n "checking whether pthreads work without any flags... " >&6; }
-                ;;
-
-                -*)
-                { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether pthreads work with $flag" >&5
-$as_echo_n "checking whether pthreads work with $flag... " >&6; }
-                PTHREAD_CFLAGS="$flag"
-                ;;
-
-		pthread-config)
-		# Extract the first word of "pthread-config", so it can be a program name with args.
-set dummy pthread-config; ac_word=$2
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
-$as_echo_n "checking for $ac_word... " >&6; }
-if ${ac_cv_prog_acx_pthread_config+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  if test -n "$acx_pthread_config"; then
-  ac_cv_prog_acx_pthread_config="$acx_pthread_config" # Let the user override the test.
-else
-as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-for as_dir in $PATH
-do
-  IFS=$as_save_IFS
-  test -z "$as_dir" && as_dir=.
-    for ac_exec_ext in '' $ac_executable_extensions; do
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
-    ac_cv_prog_acx_pthread_config="yes"
-    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
-    break 2
-  fi
-done
-  done
-IFS=$as_save_IFS
-
-  test -z "$ac_cv_prog_acx_pthread_config" && ac_cv_prog_acx_pthread_config="no"
-fi
-fi
-acx_pthread_config=$ac_cv_prog_acx_pthread_config
-if test -n "$acx_pthread_config"; then
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $acx_pthread_config" >&5
-$as_echo "$acx_pthread_config" >&6; }
-else
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-fi
-
-
-		if test x"$acx_pthread_config" = xno; then continue; fi
-		PTHREAD_CFLAGS="`pthread-config --cflags`"
-		PTHREAD_LIBS="`pthread-config --ldflags` `pthread-config --libs`"
-		;;
-
-                *)
-                { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the pthreads library -l$flag" >&5
-$as_echo_n "checking for the pthreads library -l$flag... " >&6; }
-                PTHREAD_LIBS="-l$flag"
-                ;;
-        esac
-
-        save_LIBS="$LIBS"
-        save_CFLAGS="$CFLAGS"
-        LIBS="$PTHREAD_LIBS $LIBS"
-        CFLAGS="$CFLAGS $PTHREAD_CFLAGS"
-
-        # Check for various functions.  We must include pthread.h,
-        # since some functions may be macros.  (On the Sequent, we
-        # need a special flag -Kthread to make this header compile.)
-        # We check for pthread_join because it is in -lpthread on IRIX
-        # while pthread_create is in libc.  We check for pthread_attr_init
-        # due to DEC craziness with -lpthreads.  We check for
-        # pthread_cleanup_push because it is one of the few pthread
-        # functions on Solaris that doesn't have a non-functional libc stub.
-        # We try pthread_create on general principles.
-        cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h.  */
-#include <pthread.h>
-int
-main ()
-{
-pthread_t th; pthread_join(th, 0);
-                     pthread_attr_init(0); pthread_cleanup_push(0, 0);
-                     pthread_create(0,0,0,0); pthread_cleanup_pop(0);
-  ;
-  return 0;
-}
-_ACEOF
-if ac_fn_c_try_link "$LINENO"; then :
-  acx_pthread_ok=yes
-fi
-rm -f core conftest.err conftest.$ac_objext \
-    conftest$ac_exeext conftest.$ac_ext
-
-        LIBS="$save_LIBS"
-        CFLAGS="$save_CFLAGS"
-
-        { $as_echo "$as_me:${as_lineno-$LINENO}: result: $acx_pthread_ok" >&5
-$as_echo "$acx_pthread_ok" >&6; }
-        if test "x$acx_pthread_ok" = xyes; then
-                break;
-        fi
-
-        PTHREAD_LIBS=""
-        PTHREAD_CFLAGS=""
-done
-fi
-
-# Various other checks:
-if test "x$acx_pthread_ok" = xyes; then
-        save_LIBS="$LIBS"
-        LIBS="$PTHREAD_LIBS $LIBS"
-        save_CFLAGS="$CFLAGS"
-        CFLAGS="$CFLAGS $PTHREAD_CFLAGS"
-
-        # Detect AIX lossage: JOINABLE attribute is called UNDETACHED.
-	{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for joinable pthread attribute" >&5
-$as_echo_n "checking for joinable pthread attribute... " >&6; }
-	attr_name=unknown
-	for attr in PTHREAD_CREATE_JOINABLE PTHREAD_CREATE_UNDETACHED; do
-	    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h.  */
-#include <pthread.h>
-int
-main ()
-{
-int attr=$attr; return attr;
-  ;
-  return 0;
-}
-_ACEOF
-if ac_fn_c_try_link "$LINENO"; then :
-  attr_name=$attr; break
-fi
-rm -f core conftest.err conftest.$ac_objext \
-    conftest$ac_exeext conftest.$ac_ext
-	done
-        { $as_echo "$as_me:${as_lineno-$LINENO}: result: $attr_name" >&5
-$as_echo "$attr_name" >&6; }
-        if test "$attr_name" != PTHREAD_CREATE_JOINABLE; then
-
-cat >>confdefs.h <<_ACEOF
-#define PTHREAD_CREATE_JOINABLE $attr_name
-_ACEOF
-
-        fi
-
-        { $as_echo "$as_me:${as_lineno-$LINENO}: checking if more special flags are required for pthreads" >&5
-$as_echo_n "checking if more special flags are required for pthreads... " >&6; }
-        flag=no
-        case "${host_cpu}-${host_os}" in
-            *-aix* | *-freebsd* | *-darwin*) flag="-D_THREAD_SAFE";;
-            *solaris* | *-osf* | *-hpux*) flag="-D_REENTRANT";;
-        esac
-        { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${flag}" >&5
-$as_echo "${flag}" >&6; }
-        if test "x$flag" != xno; then
-            PTHREAD_CFLAGS="$flag $PTHREAD_CFLAGS"
-        fi
-
-        LIBS="$save_LIBS"
-        CFLAGS="$save_CFLAGS"
-
-        # More AIX lossage: must compile with xlc_r or cc_r
-	if test x"$GCC" != xyes; then
-          for ac_prog in xlc_r cc_r
-do
-  # Extract the first word of "$ac_prog", so it can be a program name with args.
-set dummy $ac_prog; ac_word=$2
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
-$as_echo_n "checking for $ac_word... " >&6; }
-if ${ac_cv_prog_PTHREAD_CC+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  if test -n "$PTHREAD_CC"; then
-  ac_cv_prog_PTHREAD_CC="$PTHREAD_CC" # Let the user override the test.
-else
-as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-for as_dir in $PATH
-do
-  IFS=$as_save_IFS
-  test -z "$as_dir" && as_dir=.
-    for ac_exec_ext in '' $ac_executable_extensions; do
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
-    ac_cv_prog_PTHREAD_CC="$ac_prog"
-    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
-    break 2
-  fi
-done
-  done
-IFS=$as_save_IFS
-
-fi
-fi
-PTHREAD_CC=$ac_cv_prog_PTHREAD_CC
-if test -n "$PTHREAD_CC"; then
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PTHREAD_CC" >&5
-$as_echo "$PTHREAD_CC" >&6; }
-else
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-fi
-
-
-  test -n "$PTHREAD_CC" && break
-done
-test -n "$PTHREAD_CC" || PTHREAD_CC="${CC}"
-
-        else
-          PTHREAD_CC=$CC
-	fi
-else
-        PTHREAD_CC="$CC"
-fi
-
-
-
-
-
-# Finally, execute ACTION-IF-FOUND/ACTION-IF-NOT-FOUND:
-if test x"$acx_pthread_ok" = xyes; then
-
-$as_echo "#define HAVE_PTHREAD 1" >>confdefs.h
-
-        :
-else
-        acx_pthread_ok=no
-
-fi
-ac_ext=c
-ac_cpp='$CPP $CPPFLAGS'
-ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
-ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
-ac_compiler_gnu=$ac_cv_c_compiler_gnu
-
-
-
-CFLAGS="$old_CFLAGS"
-CPPFLAGS="$old_CPPFLAGS"
-
-LD_FLAGS_BIN="$LD_FLAGS_BIN $PTHREAD_LDFLAGS"
-
-
-####################################################################
-
-# Option to build as an ICD
-# Check whether --enable-icd was given.
-if test "${enable_icd+set}" = set; then :
-  enableval=$enable_icd; icd="$enableval"
-else
-  icd="yes"
-fi
-
-OCL_ICD_available=no
-if test x"$icd" != xno; then :
-  # In fact, ocl-icd >= 1.4 is required. However, Debian wheezy will
-  # have ocl-icd 1.3 *with the required fixes*
-  # So, lets hope Debian wheezy adds a minor version number to the bugfixed ocl-icd.
-
-pkg_failed=no
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for OCL_ICD" >&5
-$as_echo_n "checking for OCL_ICD... " >&6; }
-
-if test -n "$OCL_ICD_CFLAGS"; then
-    pkg_cv_OCL_ICD_CFLAGS="$OCL_ICD_CFLAGS"
- elif test -n "$PKG_CONFIG"; then
-    if test -n "$PKG_CONFIG" && \
-    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"ocl-icd >= 1.3\""; } >&5
-  ($PKG_CONFIG --exists --print-errors "ocl-icd >= 1.3") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
-  test $ac_status = 0; }; then
-  pkg_cv_OCL_ICD_CFLAGS=`$PKG_CONFIG --cflags "ocl-icd >= 1.3" 2>/dev/null`
-		      test "x$?" != "x0" && pkg_failed=yes
-else
-  pkg_failed=yes
-fi
- else
-    pkg_failed=untried
-fi
-if test -n "$OCL_ICD_LIBS"; then
-    pkg_cv_OCL_ICD_LIBS="$OCL_ICD_LIBS"
- elif test -n "$PKG_CONFIG"; then
-    if test -n "$PKG_CONFIG" && \
-    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"ocl-icd >= 1.3\""; } >&5
-  ($PKG_CONFIG --exists --print-errors "ocl-icd >= 1.3") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
-  test $ac_status = 0; }; then
-  pkg_cv_OCL_ICD_LIBS=`$PKG_CONFIG --libs "ocl-icd >= 1.3" 2>/dev/null`
-		      test "x$?" != "x0" && pkg_failed=yes
-else
-  pkg_failed=yes
-fi
- else
-    pkg_failed=untried
-fi
-
-
-
-if test $pkg_failed = yes; then
-   	{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-
-if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
-        _pkg_short_errors_supported=yes
-else
-        _pkg_short_errors_supported=no
-fi
-        if test $_pkg_short_errors_supported = yes; then
-	        OCL_ICD_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "ocl-icd >= 1.3" 2>&1`
-        else
-	        OCL_ICD_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "ocl-icd >= 1.3" 2>&1`
-        fi
-	# Put the nasty error message in config.log where it belongs
-	echo "$OCL_ICD_PKG_ERRORS" >&5
-
-	:
-elif test $pkg_failed = untried; then
-     	{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-	:
-else
-	OCL_ICD_CFLAGS=$pkg_cv_OCL_ICD_CFLAGS
-	OCL_ICD_LIBS=$pkg_cv_OCL_ICD_LIBS
-        { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
-$as_echo "yes" >&6; }
-	 OCL_ICD_available=yes
-
-$as_echo "#define HAVE_OCL_ICD 1" >>confdefs.h
-
-fi
-  # In case pkg-config could not find ocl-icd above, try the system default.
-  # This test will fail if e.g. ocl-icd is installed to a non-standard location,
-  # so skip it if pkg-config succeeded. There doesn't seem to be
-  # a symbol that is available only in the ICD loaders. Thus,
-  # this check is passed also in case libOpenCL is the implementation,
-  # not the loader.
-  if test x"$OCL_ICD_available" != xyes; then :
-    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for clGetPlatformIDs in -lOpenCL" >&5
-$as_echo_n "checking for clGetPlatformIDs in -lOpenCL... " >&6; }
-if ${ac_cv_lib_OpenCL_clGetPlatformIDs+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  ac_check_lib_save_LIBS=$LIBS
-LIBS="-lOpenCL  $LIBS"
-cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h.  */
-
-/* Override any GCC internal prototype to avoid an error.
-   Use char because int might match the return type of a GCC
-   builtin and then its argument prototype would still apply.  */
-#ifdef __cplusplus
-extern "C"
-#endif
-char clGetPlatformIDs ();
-int
-main ()
-{
-return clGetPlatformIDs ();
-  ;
-  return 0;
-}
-_ACEOF
-if ac_fn_c_try_link "$LINENO"; then :
-  ac_cv_lib_OpenCL_clGetPlatformIDs=yes
-else
-  ac_cv_lib_OpenCL_clGetPlatformIDs=no
-fi
-rm -f core conftest.err conftest.$ac_objext \
-    conftest$ac_exeext conftest.$ac_ext
-LIBS=$ac_check_lib_save_LIBS
-fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_OpenCL_clGetPlatformIDs" >&5
-$as_echo "$ac_cv_lib_OpenCL_clGetPlatformIDs" >&6; }
-if test "x$ac_cv_lib_OpenCL_clGetPlatformIDs" = xyes; then :
-  :
-else
-
-      as_fn_error $? "Could not find an ICD loader. Please install one or add --disable-icd (see README for details)." "$LINENO" 5
-
-fi
-
-  fi
-fi
-
-case "$icd,$OCL_ICD_available" in #(
-  no,*) :
-     { $as_echo "$as_me:${as_lineno-$LINENO}: disabling ICD extension build as requested" >&5
-$as_echo "$as_me: disabling ICD extension build as requested" >&6;}  ;; #(
-  *,yes) :
-     icd=yes
-    { $as_echo "$as_me:${as_lineno-$LINENO}: enabling ICD extension build" >&5
-$as_echo "$as_me: enabling ICD extension build" >&6;}  ;; #(
-  check,no) :
-     icd=no
-    { $as_echo "$as_me:${as_lineno-$LINENO}: disabling ICD extension build (ocl-icd not available)" >&5
-$as_echo "$as_me: disabling ICD extension build (ocl-icd not available)" >&6;}  ;; #(
-  yes,no) :
-    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: enabling ICD, but the testsuite might not work! (ocl-icd not available)" >&5
-$as_echo "$as_me: WARNING: enabling ICD, but the testsuite might not work! (ocl-icd not available)" >&2;} ;; #(
-  *) :
-    as_fn_error $? "Invalid value for --enable-icd" "$LINENO" 5 ;;
-esac
-
-if test x"$icd" = xyes; then
-
-$as_echo "#define BUILD_ICD /**/" >>confdefs.h
-
-fi
-
- if test "$icd" = "yes"; then
-  BUILD_ICD_TRUE=
-  BUILD_ICD_FALSE='#'
-else
-  BUILD_ICD_TRUE='#'
-  BUILD_ICD_FALSE=
-fi
-
-
-# Option to allow to link a OpenCL program directly against libpocl
-# instead of going through an ICD Loader
-# Check whether --enable-direct-linkage was given.
-if test "${enable_direct_linkage+set}" = set; then :
-  enableval=$enable_direct_linkage; oclsym="$enableval"
-else
-  oclsym="default"
-fi
-
-
-case "$oclsym,$icd" in #(
-  no,no) :
-     as_fn_error $? "at least, one of ICD or direct-linkage must be enabled" "$LINENO" 5  ;; #(
-  no,yes) :
-     { $as_echo "$as_me:${as_lineno-$LINENO}: disabling direct linkage as requested" >&5
-$as_echo "$as_me: disabling direct linkage as requested" >&6;}  ;; #(
-  default,*) :
-     oclsym=yes
-    { $as_echo "$as_me:${as_lineno-$LINENO}: enabling direct linkage in pocl library" >&5
-$as_echo "$as_me: enabling direct linkage in pocl library" >&6;}  ;; #(
-  yes,*) :
-
-    { $as_echo "$as_me:${as_lineno-$LINENO}: enabling direct linkage as requested" >&5
-$as_echo "$as_me: enabling direct linkage as requested" >&6;}  ;; #(
-  *) :
-    as_fn_error $? "Invalid value for --enable-direct-linkage" "$LINENO" 5 ;;
-esac
-
-if test x"$oclsym" = xyes; then
-
-$as_echo "#define DIRECT_LINKAGE /**/" >>confdefs.h
-
-fi
-
- if test "$oclsym" = "yes"; then
-  EXPORT_OPENCL_SYMBOLS_TRUE=
-  EXPORT_OPENCL_SYMBOLS_FALSE='#'
-else
-  EXPORT_OPENCL_SYMBOLS_TRUE='#'
-  EXPORT_OPENCL_SYMBOLS_FALSE=
-fi
-
-
-# Option to run tests through the OpenCL ICD loader
-# Note that running test *in tree* requires the ocl-icd loader, not any ICD
-# loader
-# Check whether --enable-tests-with-icd was given.
-if test "${enable_tests_with_icd+set}" = set; then :
-  enableval=$enable_tests_with_icd; tests_with_icd="$enableval"
-else
-  tests_with_icd="default"
-fi
-
-case "$tests_with_icd,$icd,$oclsym" in #(
-  yes,no,*) :
-     as_fn_error $? "Cannot use ICD for tests when not building it" "$LINENO" 5  ;; #(
-  no,*,no) :
-     as_fn_error $? "Cannot avoid ICD for tests when direct-linkage is disabled" "$LINENO" 5  ;; #(
-  default,yes,*) :
-     tests_with_icd=yes
-    { $as_echo "$as_me:${as_lineno-$LINENO}: tests will be run through the ICD" >&5
-$as_echo "$as_me: tests will be run through the ICD" >&6;}  ;; #(
-  default,*,yes) :
-     tests_with_icd=no
-    { $as_echo "$as_me:${as_lineno-$LINENO}: tests will use POCL library directly" >&5
-$as_echo "$as_me: tests will use POCL library directly" >&6;}  ;; #(
-  *) :
-    as_fn_error $? "Invalid value for --enable-tests-with-icd" "$LINENO" 5 ;;
-esac
-
-if test x"$tests_with_icd" = xyes; then
-
-pkg_failed=no
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for OPENCL" >&5
-$as_echo_n "checking for OPENCL... " >&6; }
-
-if test -n "$OPENCL_CFLAGS"; then
-    pkg_cv_OPENCL_CFLAGS="$OPENCL_CFLAGS"
- elif test -n "$PKG_CONFIG"; then
-    if test -n "$PKG_CONFIG" && \
-    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"OpenCL >= 1.2\""; } >&5
-  ($PKG_CONFIG --exists --print-errors "OpenCL >= 1.2") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
-  test $ac_status = 0; }; then
-  pkg_cv_OPENCL_CFLAGS=`$PKG_CONFIG --cflags "OpenCL >= 1.2" 2>/dev/null`
-		      test "x$?" != "x0" && pkg_failed=yes
-else
-  pkg_failed=yes
-fi
- else
-    pkg_failed=untried
-fi
-if test -n "$OPENCL_LIBS"; then
-    pkg_cv_OPENCL_LIBS="$OPENCL_LIBS"
- elif test -n "$PKG_CONFIG"; then
-    if test -n "$PKG_CONFIG" && \
-    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"OpenCL >= 1.2\""; } >&5
-  ($PKG_CONFIG --exists --print-errors "OpenCL >= 1.2") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
-  test $ac_status = 0; }; then
-  pkg_cv_OPENCL_LIBS=`$PKG_CONFIG --libs "OpenCL >= 1.2" 2>/dev/null`
-		      test "x$?" != "x0" && pkg_failed=yes
-else
-  pkg_failed=yes
-fi
- else
-    pkg_failed=untried
-fi
-
-
-
-if test $pkg_failed = yes; then
-   	{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-
-if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
-        _pkg_short_errors_supported=yes
-else
-        _pkg_short_errors_supported=no
-fi
-        if test $_pkg_short_errors_supported = yes; then
-	        OPENCL_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "OpenCL >= 1.2" 2>&1`
-        else
-	        OPENCL_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "OpenCL >= 1.2" 2>&1`
-        fi
-	# Put the nasty error message in config.log where it belongs
-	echo "$OPENCL_PKG_ERRORS" >&5
-
-
-    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Tests through ICD loader enabled, but OpenCL.pc file installed by ocl-icd seems missing" >&5
-$as_echo "$as_me: WARNING: Tests through ICD loader enabled, but OpenCL.pc file installed by ocl-icd seems missing" >&2;}
-    if test -z "$OPENCL_LIBS"; then
-      OPENCL_LIBS="-lOpenCL"
-    fi
-
-elif test $pkg_failed = untried; then
-     	{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-
-    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Tests through ICD loader enabled, but OpenCL.pc file installed by ocl-icd seems missing" >&5
-$as_echo "$as_me: WARNING: Tests through ICD loader enabled, but OpenCL.pc file installed by ocl-icd seems missing" >&2;}
-    if test -z "$OPENCL_LIBS"; then
-      OPENCL_LIBS="-lOpenCL"
-    fi
-
-else
-	OPENCL_CFLAGS=$pkg_cv_OPENCL_CFLAGS
-	OPENCL_LIBS=$pkg_cv_OPENCL_LIBS
-        { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
-$as_echo "yes" >&6; }
-
-fi
-  OPENCL_CMAKE=''
-  OPENCL_EXTLIBS="$OPENCL_LIBS"
-else
-  OPENCL_LIBS='$(abs_top_builddir)/lib/CL/libpocl.la $(PTHREAD_LIBS) $(LD_FLAGS_BIN)'
-  OPENCL_EXTLIBS='-L$(abs_top_builddir)/lib/CL/.libs -lpocl -Xlinker -rpath=${abs_top_builddir}/lib/CL/.libs $(PTHREAD_LIBS) $(LD_FLAGS_BIN)'
-  OPENCL_CFLAGS='$(PTHREAD_CFLAGS)'
-  OPENCL_CMAKE=' \
-	-D OPENCL_LIBRARIES:FILEPATH=${abs_top_builddir}/lib/CL/.libs/libpocl.so \
-	-D OPENCL_LIBRARY:FILEPATH=${abs_top_builddir}/lib/CL/.libs/libpocl.so \
-	-D CMAKE_EXE_LINKER_FLAGS:STRING='${PTHREAD_CFLAGS}' \
-	-D OPENCL_INCLUDE_DIRS:PATH=${abs_top_srcdir}/include \
-	-D OPENCL_INCLUDE_DIR:PATH=${abs_top_srcdir}/include
-  '
-fi
-
-
-
-####################################################################
-# OpenCL headers
-
-# Option to install OpenCL header files
-# By default, do not install them unless none are found in the system include directories
-# Check whether --enable-install-opencl-headers was given.
-if test "${enable_install_opencl_headers+set}" = set; then :
-  enableval=$enable_install_opencl_headers; ioh="$enableval"
-else
-  ioh="default"
-fi
-
-
-if test x"$ioh" = xdefault; then
-  ioh=yes
-  case $host_os in
-    darwin* )
-      ac_fn_c_check_header_mongrel "$LINENO" "OpenCL/opencl.h" "ac_cv_header_OpenCL_opencl_h" "$ac_includes_default"
-if test "x$ac_cv_header_OpenCL_opencl_h" = xyes; then :
-  ioh=no
-fi
-
-
-      ;;
-    * )
-      ac_fn_c_check_header_mongrel "$LINENO" "CL/opencl.h" "ac_cv_header_CL_opencl_h" "$ac_includes_default"
-if test "x$ac_cv_header_CL_opencl_h" = xyes; then :
-  ioh=no
-fi
-
-
-      ;;
-  esac
-fi
-
- if test "$ioh" = "yes"; then
-  INSTALL_OPENCL_HEADERS_TRUE=
-  INSTALL_OPENCL_HEADERS_FALSE='#'
-else
-  INSTALL_OPENCL_HEADERS_TRUE='#'
-  INSTALL_OPENCL_HEADERS_FALSE=
-fi
-
-
-if test x"$ioh" = "yes"; then
-# In case we install pocl's headers, ensure we build against them
-# by adding the pocl's include as the first include path.
-   CPPFLAGS="-Iinclude $CPPFLAGS"
-fi
-
-# Using cl2.hpp shipped with pocl
- if true; then
-  HAVE_OPENCL_HPP_TRUE=
-  HAVE_OPENCL_HPP_FALSE='#'
-else
-  HAVE_OPENCL_HPP_TRUE='#'
-  HAVE_OPENCL_HPP_FALSE=
-fi
-
-
-$as_echo "#define HAVE_OPENCL_HPP  " >>confdefs.h
-
-
-# libtool dynamic library handling library
-old_LIBS="$LIBS"
-LIBS=
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing lt_dlsym" >&5
-$as_echo_n "checking for library containing lt_dlsym... " >&6; }
-if ${ac_cv_search_lt_dlsym+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  ac_func_search_save_LIBS=$LIBS
-cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h.  */
-
-/* Override any GCC internal prototype to avoid an error.
-   Use char because int might match the return type of a GCC
-   builtin and then its argument prototype would still apply.  */
-#ifdef __cplusplus
-extern "C"
-#endif
-char lt_dlsym ();
-int
-main ()
-{
-return lt_dlsym ();
-  ;
-  return 0;
-}
-_ACEOF
-for ac_lib in '' ltdl; do
-  if test -z "$ac_lib"; then
-    ac_res="none required"
-  else
-    ac_res=-l$ac_lib
-    LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
-  fi
-  if ac_fn_c_try_link "$LINENO"; then :
-  ac_cv_search_lt_dlsym=$ac_res
-fi
-rm -f core conftest.err conftest.$ac_objext \
-    conftest$ac_exeext
-  if ${ac_cv_search_lt_dlsym+:} false; then :
-  break
-fi
-done
-if ${ac_cv_search_lt_dlsym+:} false; then :
-
-else
-  ac_cv_search_lt_dlsym=no
-fi
-rm conftest.$ac_ext
-LIBS=$ac_func_search_save_LIBS
-fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_lt_dlsym" >&5
-$as_echo "$ac_cv_search_lt_dlsym" >&6; }
-ac_res=$ac_cv_search_lt_dlsym
-if test "$ac_res" != no; then :
-  test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
-
-else
-
-as_fn_error $? "unable to find the libtool dl library (usually libltdl-dev)" "$LINENO" 5
-
-fi
-
-LTDL_LIBS="$LIBS"
-
-LIBS="$old_LIBS"
-
-# Following checks are related to the build system for devices (clang and so),
-# and not for building the host code.
-{ $as_echo "$as_me:${as_lineno-$LINENO}: Starting OpenCL runtime build system checks" >&5
-$as_echo "$as_me: Starting OpenCL runtime build system checks" >&6;}
-
-# Check whether --enable-debug was given.
-if test "${enable_debug+set}" = set; then :
-  enableval=$enable_debug; debug=$enableval
-else
-  debug=no
-fi
-
-if test "x$debug" = "xno"
-then
-	CXXFLAGS="$CXXFLAGS"
-else
-	CFLAGS="$CFLAGS -O0 -g"
-	CXXFLAGS="$CXXFLAGS -O0 -g"
-
-$as_echo "#define POCL_DEBUG_BUILD /**/" >>confdefs.h
-
-fi
-
-ac_ext=c
-ac_cpp='$CPP $CPPFLAGS'
-ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
-ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
-ac_compiler_gnu=$ac_cv_c_compiler_gnu
-
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for clock_gettime availability" >&5
-$as_echo_n "checking for clock_gettime availability... " >&6; }
-cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h.  */
- #include <time.h>
-int
-main ()
-{
- struct timespec pocl_debug_timespec; clock_gettime(CLOCK_REALTIME, &pocl_debug_timespec);
-
-  ;
-  return 0;
-}
-_ACEOF
-if ac_fn_c_try_compile "$LINENO"; then :
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
-$as_echo "yes" >&6; }
-
-$as_echo "#define HAVE_CLOCK_GETTIME 1" >>confdefs.h
-
-    if true; then
-  HAVE_CLOCK_GETTIME_TRUE=
-  HAVE_CLOCK_GETTIME_FALSE='#'
-else
-  HAVE_CLOCK_GETTIME_TRUE='#'
-  HAVE_CLOCK_GETTIME_FALSE=
-fi
-
-else
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-    if false; then
-  HAVE_CLOCK_GETTIME_TRUE=
-  HAVE_CLOCK_GETTIME_FALSE='#'
-else
-  HAVE_CLOCK_GETTIME_TRUE='#'
-  HAVE_CLOCK_GETTIME_FALSE=
-fi
-
-
-fi
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-
-
-
-
-  for ac_func in $ac_func_list
-do :
-  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
-if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
-  cat >>confdefs.h <<_ACEOF
-#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
-_ACEOF
-
-fi
-done
-
-
-
-
-
-
-
-# Enable debug message output when the env POCL_DEBUG=1 is set.
-
-$as_echo "#define POCL_DEBUG_MESSAGES 1" >>confdefs.h
-
-
-be_pedantic="no"
-# Check whether --enable-pedantic was given.
-if test "${enable_pedantic+set}" = set; then :
-  enableval=$enable_pedantic; be_pedantic="yes"
-fi
-
-if test "$be_pedantic" = "yes"
-then
-	CXXFLAGS="$CXXFLAGS -Wno-unused-result -Werror"
-	CFLAGS="$CFLAGS -Wno-unused-result -Werror"
-fi
-
-cache_kernel="yes"
-# Check whether --enable-kernel-cache was given.
-if test "${enable_kernel_cache+set}" = set; then :
-  enableval=$enable_kernel_cache; cache_kernel="no"
-fi
-
-if test "$cache_kernel" = "yes"
-then
-
-$as_echo "#define POCL_KERNEL_CACHE_DEFAULT 1" >>confdefs.h
-
-else
-
-$as_echo "#define POCL_KERNEL_CACHE_DEFAULT 0" >>confdefs.h
-
-fi
-
-
-
-pkg_failed=no
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for GLEW" >&5
-$as_echo_n "checking for GLEW... " >&6; }
-
-if test -n "$GLEW_CFLAGS"; then
-    pkg_cv_GLEW_CFLAGS="$GLEW_CFLAGS"
- elif test -n "$PKG_CONFIG"; then
-    if test -n "$PKG_CONFIG" && \
-    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"glew\""; } >&5
-  ($PKG_CONFIG --exists --print-errors "glew") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
-  test $ac_status = 0; }; then
-  pkg_cv_GLEW_CFLAGS=`$PKG_CONFIG --cflags "glew" 2>/dev/null`
-		      test "x$?" != "x0" && pkg_failed=yes
-else
-  pkg_failed=yes
-fi
- else
-    pkg_failed=untried
-fi
-if test -n "$GLEW_LIBS"; then
-    pkg_cv_GLEW_LIBS="$GLEW_LIBS"
- elif test -n "$PKG_CONFIG"; then
-    if test -n "$PKG_CONFIG" && \
-    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"glew\""; } >&5
-  ($PKG_CONFIG --exists --print-errors "glew") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
-  test $ac_status = 0; }; then
-  pkg_cv_GLEW_LIBS=`$PKG_CONFIG --libs "glew" 2>/dev/null`
-		      test "x$?" != "x0" && pkg_failed=yes
-else
-  pkg_failed=yes
-fi
- else
-    pkg_failed=untried
-fi
-
-
-
-if test $pkg_failed = yes; then
-   	{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-
-if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
-        _pkg_short_errors_supported=yes
-else
-        _pkg_short_errors_supported=no
-fi
-        if test $_pkg_short_errors_supported = yes; then
-	        GLEW_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "glew" 2>&1`
-        else
-	        GLEW_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "glew" 2>&1`
-        fi
-	# Put the nasty error message in config.log where it belongs
-	echo "$GLEW_PKG_ERRORS" >&5
-
-	{ $as_echo "$as_me:${as_lineno-$LINENO}: libGLEW not found. A few tests will not work" >&5
-$as_echo "$as_me: libGLEW not found. A few tests will not work" >&6;}
-elif test $pkg_failed = untried; then
-     	{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-	{ $as_echo "$as_me:${as_lineno-$LINENO}: libGLEW not found. A few tests will not work" >&5
-$as_echo "$as_me: libGLEW not found. A few tests will not work" >&6;}
-else
-	GLEW_CFLAGS=$pkg_cv_GLEW_CFLAGS
-	GLEW_LIBS=$pkg_cv_GLEW_LIBS
-        { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
-$as_echo "yes" >&6; }
-
-
-$as_echo "#define HAVE_GLEW /**/" >>confdefs.h
-
-
-fi
-
-# Checks for programs.
-
-
-
-
-
-
-  for ac_prog in clang clang-$LLVM_VERSION
-do
-  # Extract the first word of "$ac_prog", so it can be a program name with args.
-set dummy $ac_prog; ac_word=$2
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
-$as_echo_n "checking for $ac_word... " >&6; }
-if ${ac_cv_path_CLANG+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  case $CLANG in
-  [\\/]* | ?:[\\/]*)
-  ac_cv_path_CLANG="$CLANG" # Let the user override the test with a path.
-  ;;
-  *)
-  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-as_dummy="$LLVM_BINDIR:$PATH"
-for as_dir in $as_dummy
-do
-  IFS=$as_save_IFS
-  test -z "$as_dir" && as_dir=.
-    for ac_exec_ext in '' $ac_executable_extensions; do
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
-    ac_cv_path_CLANG="$as_dir/$ac_word$ac_exec_ext"
-    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
-    break 2
-  fi
-done
-  done
-IFS=$as_save_IFS
-
-  ;;
-esac
-fi
-CLANG=$ac_cv_path_CLANG
-if test -n "$CLANG"; then
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CLANG" >&5
-$as_echo "$CLANG" >&6; }
-else
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-fi
-
-
-  test -n "$CLANG" && break
-done
-
-  if test -z "$CLANG"; then :
-
-    { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
-$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
-as_fn_error $? "cannot find LLVM binary 'clang' in '$LLVM_BINDIR' nor \$PATH
-See \`config.log' for more details" "$LINENO" 5; }
-
-fi
-
-
-if `$CLANG --version|grep -q SPIR`;
-then
-
-$as_echo "#define CLANG_SPIR /**/" >>confdefs.h
-
-fi
-
-# Targets.
-# This is the target architecture of the basic and pthreads devices.
-# These always are the same arch as host (in current pocl implementation).
-# Also, this is the autoconf "host".
-# We have:
-# target triplet: the OCL device target triple
-# kernel dir: where to search for the ocl lib kernel
-
-# The option for specifying the target changed; try the modern syntax
-# first, and fall back to the old-style syntax if this failed
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking Clang option to specify the target" >&5
-$as_echo_n "checking Clang option to specify the target... " >&6; }
-if  $CLANG --target=$host -x c /dev/null -S -o - >/dev/null 2>&1 ; then
-  CLANG_TARGET_OPTION='--target='
-elif  $CLANG -target $host -x c /dev/null -S -o - >/dev/null 2>&1 ; then
-  CLANG_TARGET_OPTION='-target '
-else
-  as_fn_error $? "Cannot determine Clang option to specify the target" "$LINENO" 5
-fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: ${CLANG_TARGET_OPTION}TARGET" >&5
-$as_echo "${CLANG_TARGET_OPTION}TARGET" >&6; }
-
-# Check for a functioning clang++. It is needed to compile faster math
-# builtins from vecmathlib.
-
-
-  for ac_prog in clang++ clang++-$LLVM_VERSION
-do
-  # Extract the first word of "$ac_prog", so it can be a program name with args.
-set dummy $ac_prog; ac_word=$2
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
-$as_echo_n "checking for $ac_word... " >&6; }
-if ${ac_cv_path_CLANGXX+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  case $CLANGXX in
-  [\\/]* | ?:[\\/]*)
-  ac_cv_path_CLANGXX="$CLANGXX" # Let the user override the test with a path.
-  ;;
-  *)
-  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-as_dummy="$LLVM_BINDIR:$PATH"
-for as_dir in $as_dummy
-do
-  IFS=$as_save_IFS
-  test -z "$as_dir" && as_dir=.
-    for ac_exec_ext in '' $ac_executable_extensions; do
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
-    ac_cv_path_CLANGXX="$as_dir/$ac_word$ac_exec_ext"
-    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
-    break 2
-  fi
-done
-  done
-IFS=$as_save_IFS
-
-  ;;
-esac
-fi
-CLANGXX=$ac_cv_path_CLANGXX
-if test -n "$CLANGXX"; then
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CLANGXX" >&5
-$as_echo "$CLANGXX" >&6; }
-else
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-fi
-
-
-  test -n "$CLANGXX" && break
-done
-
-  if test -z "$CLANGXX"; then :
-
-    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cannot find LLVM binary 'clang++' in '$LLVM_BINDIR' nor \$PATH" >&5
-$as_echo "$as_me: WARNING: cannot find LLVM binary 'clang++' in '$LLVM_BINDIR' nor \$PATH" >&2;}
-
-fi
-
-
-# Test features of clang
-# -can it compile a simple program
-# -was LLVM built with NDEBUG or not
-if test ! -z "$CLANGXX"; then
-
-ac_ext=cpp
-ac_cpp='$CXXCPP $CPPFLAGS'
-ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
-ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
-ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
-
-
-CLANGXX_FLAGS="${CLANG_TARGET_OPTION}$host ${CLANGXX_FLAGS}"
-
-old_CXX=$CXX
-CXX=$CLANGXX
-old_CXXFLAGS=$CXXFLAGS
-CXXFLAGS=$CLANGXX_FLAGS
-old_LDFLAGS=$LDFLAGS
-old_LIBS=$LIBS
-
-# The namespace std { class type_info; } is needed for older libstdc++
-# versions such as the 4.4 in Debian 6.0.
-# http://lists.cs.uiuc.edu/pipermail/cfe-dev/2011-February/013207.html
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether clang++ works" >&5
-$as_echo_n "checking whether clang++ works... " >&6; }
-cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h.  */
- namespace std { class type_info; }
-       #include <iostream>
-int
-main ()
-{
- std::cout << "Hello clang++ world!" << std::endl
-
-  ;
-  return 0;
-}
-_ACEOF
-if ac_fn_cxx_try_compile "$LINENO"; then :
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
-$as_echo "yes" >&6; }
-   # The vecmathlib repo should be checked out under lib/kernel
-   # and the pocl directory should have the generated files in place.
-   if test -r $srcdir/lib/kernel/vecmathlib/vecmathlib.h; then
-      use_vecmathlib=yes
-   fi
-
-cat >>confdefs.h <<_ACEOF
-#define CLANGXX "$CLANGXX"
-_ACEOF
-
-
-cat >>confdefs.h <<_ACEOF
-#define CLANGXX_FLAGS "$CLANGXX_FLAGS"
-_ACEOF
-
-
-else
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-   CLANGXX=""
-   CLANGXX_FLAGS=""
-fi
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-
-#
-# A few work-arounds for llvm-config issues
-# - '-fno-rtti' is a work-around for llvm bug 14200 - this should be fixed in 3.7
-# - '-DNDEBUG' is a work-around for llvm bug 18253
-# - pocl doesn't compile with '-pedantic'
-
-LLVM_CXX_FLAGS=$($LLVM_CONFIG --cxxflags | sed -e 's/ -pedantic / /g')
-LLVM_MINOR=$(echo $LLVM_VERSION | cut -d '.' -f 2)
-if test $LLVM_MINOR -lt 7; then
-  LLVM_CXX_FLAGS="$LLVM_CXX_FLAGS -fno-rtti"
-else
-  { $as_echo "$as_me:${as_lineno-$LINENO}: Detected LLVM 3.7+, not adding -fno-rtti to LLVM CXXFLAGS" >&5
-$as_echo "$as_me: Detected LLVM 3.7+, not adding -fno-rtti to LLVM CXXFLAGS" >&6;}
-fi
-
-# llvm-config does not always report the "-DNDEBUG" flag correctly
-# (see LLVM bug 18253). If LLVM and the pocl passes are built with
-# different NDEBUG settings, problems arise
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if llvm-config reports -DNDEBUG properly" >&5
-$as_echo_n "checking if llvm-config reports -DNDEBUG properly... " >&6; }
-CXXFLAGS="$CXXFLAGS $($LLVM_CONFIG --cxxflags) -UNDEBUG"
-LIBS="$LIBS $($LLVM_CONFIG --libs)"
-LDFLAGS="$LDFLAGS $LLVM_LDFLAGS"
-
-cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h.  */
- #include <llvm/Support/Debug.h>
-int
-main ()
-{
- llvm::DebugFlag=true;
-
-  ;
-  return 0;
-}
-_ACEOF
-if ac_fn_cxx_try_link "$LINENO"; then :
-  #No linking error. The llvm::DebugFlags was found in the LLVM libraries
-   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
-$as_echo "yes" >&6; }
-
-else
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-    LLVM_CXX_FLAGS="$LLVM_CXX_FLAGS -DNDEBUG"
-
-fi
-rm -f core conftest.err conftest.$ac_objext \
-    conftest$ac_exeext conftest.$ac_ext
-
-CXX=$old_CXX
-CXXFLAGS=$old_CXXFLAGS
-LDFLAGS=$old_LDFLAGS
-LIBS=$old_LIBS
-fi
-
-
-
-# Define the OpenCL version when compiling OpenCL C code. This also
-# serves as indicator for the OpenCL C language, similar to
-# __cplusplus for C++.
-CLFLAGS="$CLFLAGS -Xclang -cl-std=CL2.0 -D__OPENCL_C_VERSION__=200"
-
- if test ! -z $CLANGXX; then
-  CLANGXX_AVAILABLE_TRUE=
-  CLANGXX_AVAILABLE_FALSE='#'
-else
-  CLANGXX_AVAILABLE_TRUE='#'
-  CLANGXX_AVAILABLE_FALSE=
-fi
-
-
-
-
-
-use_vecmathlib_builtins="no"
-# Check whether --enable-vecmathlib-builtins was given.
-if test "${enable_vecmathlib_builtins+set}" = set; then :
-  enableval=$enable_vecmathlib_builtins; use_vecmathlib_builtins="yes"
-fi
-
-if test "$use_vecmathlib_builtins" = "yes"
-then
-	CLFLAGS="$CLFLAGS -DPOCL_VECMATHLIB_BUILTIN"
-	CLANGXX_FLAGS="$CLANGXX_FLAGS -DPOCL_VECMATHLIB_BUILTIN"
-fi
-
-
-cat >>confdefs.h <<_ACEOF
-#define CLANG "$CLANG"
-_ACEOF
-
-
-cat >>confdefs.h <<_ACEOF
-#define CLFLAGS "$CLFLAGS"
-_ACEOF
-
-
-# The Clang flags that are used always when compiling OpenCL C code.
-# Note: We use -Wno-format to avoid warnings for printf, where we
-# currently have to use %lld for long arguments (to handle 32-bit
-# architectures).
-FORCED_CLFLAGS="-Xclang -ffake-address-space-map -fno-math-errno -fblocks -fno-builtin -fasm -Wno-format"
-
-cat >>confdefs.h <<_ACEOF
-#define FORCED_CLFLAGS "$FORCED_CLFLAGS"
-_ACEOF
-
-FORCED_CLFLAGS="$FORCED_CLFLAGS"
-
-
-# TODO: this is duplicated
-
-
-  for ac_prog in opt opt-$LLVM_VERSION
-do
-  # Extract the first word of "$ac_prog", so it can be a program name with args.
-set dummy $ac_prog; ac_word=$2
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
-$as_echo_n "checking for $ac_word... " >&6; }
-if ${ac_cv_path_OPT+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  case $OPT in
-  [\\/]* | ?:[\\/]*)
-  ac_cv_path_OPT="$OPT" # Let the user override the test with a path.
-  ;;
-  *)
-  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-as_dummy="$LLVM_BINDIR:$PATH"
-for as_dir in $as_dummy
-do
-  IFS=$as_save_IFS
-  test -z "$as_dir" && as_dir=.
-    for ac_exec_ext in '' $ac_executable_extensions; do
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
-    ac_cv_path_OPT="$as_dir/$ac_word$ac_exec_ext"
-    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
-    break 2
-  fi
-done
-  done
-IFS=$as_save_IFS
-
-  ;;
-esac
-fi
-OPT=$ac_cv_path_OPT
-if test -n "$OPT"; then
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OPT" >&5
-$as_echo "$OPT" >&6; }
-else
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-fi
-
-
-  test -n "$OPT" && break
-done
-
-  if test -z "$OPT"; then :
-
-    { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
-$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
-as_fn_error $? "cannot find LLVM binary 'opt' in '$LLVM_BINDIR' nor \$PATH
-See \`config.log' for more details" "$LINENO" 5; }
-
-fi
-
-
-
-  for ac_prog in opt opt-$LLVM_VERSION
-do
-  # Extract the first word of "$ac_prog", so it can be a program name with args.
-set dummy $ac_prog; ac_word=$2
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
-$as_echo_n "checking for $ac_word... " >&6; }
-if ${ac_cv_path_LLVM_OPT+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  case $LLVM_OPT in
-  [\\/]* | ?:[\\/]*)
-  ac_cv_path_LLVM_OPT="$LLVM_OPT" # Let the user override the test with a path.
-  ;;
-  *)
-  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-as_dummy="$LLVM_BINDIR:$PATH"
-for as_dir in $as_dummy
-do
-  IFS=$as_save_IFS
-  test -z "$as_dir" && as_dir=.
-    for ac_exec_ext in '' $ac_executable_extensions; do
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
-    ac_cv_path_LLVM_OPT="$as_dir/$ac_word$ac_exec_ext"
-    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
-    break 2
-  fi
-done
-  done
-IFS=$as_save_IFS
-
-  ;;
-esac
-fi
-LLVM_OPT=$ac_cv_path_LLVM_OPT
-if test -n "$LLVM_OPT"; then
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LLVM_OPT" >&5
-$as_echo "$LLVM_OPT" >&6; }
-else
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-fi
-
-
-  test -n "$LLVM_OPT" && break
-done
-
-  if test -z "$LLVM_OPT"; then :
-
-    { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
-$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
-as_fn_error $? "cannot find LLVM binary 'opt' in '$LLVM_BINDIR' nor \$PATH
-See \`config.log' for more details" "$LINENO" 5; }
-
-fi
-
-
-
-  for ac_prog in llc llc-$LLVM_VERSION
-do
-  # Extract the first word of "$ac_prog", so it can be a program name with args.
-set dummy $ac_prog; ac_word=$2
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
-$as_echo_n "checking for $ac_word... " >&6; }
-if ${ac_cv_path_LLC+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  case $LLC in
-  [\\/]* | ?:[\\/]*)
-  ac_cv_path_LLC="$LLC" # Let the user override the test with a path.
-  ;;
-  *)
-  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-as_dummy="$LLVM_BINDIR:$PATH"
-for as_dir in $as_dummy
-do
-  IFS=$as_save_IFS
-  test -z "$as_dir" && as_dir=.
-    for ac_exec_ext in '' $ac_executable_extensions; do
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
-    ac_cv_path_LLC="$as_dir/$ac_word$ac_exec_ext"
-    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
-    break 2
-  fi
-done
-  done
-IFS=$as_save_IFS
-
-  ;;
-esac
-fi
-LLC=$ac_cv_path_LLC
-if test -n "$LLC"; then
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LLC" >&5
-$as_echo "$LLC" >&6; }
-else
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-fi
-
-
-  test -n "$LLC" && break
-done
-
-  if test -z "$LLC"; then :
-
-    { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
-$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
-as_fn_error $? "cannot find LLVM binary 'llc' in '$LLVM_BINDIR' nor \$PATH
-See \`config.log' for more details" "$LINENO" 5; }
-
-fi
-
-
-
-  for ac_prog in llvm-as llvm-as-$LLVM_VERSION
-do
-  # Extract the first word of "$ac_prog", so it can be a program name with args.
-set dummy $ac_prog; ac_word=$2
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
-$as_echo_n "checking for $ac_word... " >&6; }
-if ${ac_cv_path_LLVM_AS+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  case $LLVM_AS in
-  [\\/]* | ?:[\\/]*)
-  ac_cv_path_LLVM_AS="$LLVM_AS" # Let the user override the test with a path.
-  ;;
-  *)
-  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-as_dummy="$LLVM_BINDIR:$PATH"
-for as_dir in $as_dummy
-do
-  IFS=$as_save_IFS
-  test -z "$as_dir" && as_dir=.
-    for ac_exec_ext in '' $ac_executable_extensions; do
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
-    ac_cv_path_LLVM_AS="$as_dir/$ac_word$ac_exec_ext"
-    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
-    break 2
-  fi
-done
-  done
-IFS=$as_save_IFS
-
-  ;;
-esac
-fi
-LLVM_AS=$ac_cv_path_LLVM_AS
-if test -n "$LLVM_AS"; then
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LLVM_AS" >&5
-$as_echo "$LLVM_AS" >&6; }
-else
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-fi
-
-
-  test -n "$LLVM_AS" && break
-done
-
-  if test -z "$LLVM_AS"; then :
-
-    { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
-$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
-as_fn_error $? "cannot find LLVM binary 'llvm-as' in '$LLVM_BINDIR' nor \$PATH
-See \`config.log' for more details" "$LINENO" 5; }
-
-fi
-
-
-
-  for ac_prog in llvm-link llvm-link-$LLVM_VERSION
-do
-  # Extract the first word of "$ac_prog", so it can be a program name with args.
-set dummy $ac_prog; ac_word=$2
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
-$as_echo_n "checking for $ac_word... " >&6; }
-if ${ac_cv_path_LLVM_LINK+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  case $LLVM_LINK in
-  [\\/]* | ?:[\\/]*)
-  ac_cv_path_LLVM_LINK="$LLVM_LINK" # Let the user override the test with a path.
-  ;;
-  *)
-  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-as_dummy="$LLVM_BINDIR:$PATH"
-for as_dir in $as_dummy
-do
-  IFS=$as_save_IFS
-  test -z "$as_dir" && as_dir=.
-    for ac_exec_ext in '' $ac_executable_extensions; do
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
-    ac_cv_path_LLVM_LINK="$as_dir/$ac_word$ac_exec_ext"
-    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
-    break 2
-  fi
-done
-  done
-IFS=$as_save_IFS
-
-  ;;
-esac
-fi
-LLVM_LINK=$ac_cv_path_LLVM_LINK
-if test -n "$LLVM_LINK"; then
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LLVM_LINK" >&5
-$as_echo "$LLVM_LINK" >&6; }
-else
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-fi
-
-
-  test -n "$LLVM_LINK" && break
-done
-
-  if test -z "$LLVM_LINK"; then :
-
-    { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
-$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
-as_fn_error $? "cannot find LLVM binary 'llvm-link' in '$LLVM_BINDIR' nor \$PATH
-See \`config.log' for more details" "$LINENO" 5; }
-
-fi
-
-
-
-# $CLANG and $LLC are needed by config/xclang
-export CLANG
-export LLC
-
-
-cat >>confdefs.h <<_ACEOF
-#define LLVM_LLC "$LLC"
-_ACEOF
-
-
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking Linker option to build a shared library" >&5
-$as_echo_n "checking Linker option to build a shared library... " >&6; }
-if echo $host | grep -q darwin; then
-  LD_SHARED="-dylib"
-else
-  LD_SHARED="-shared"
-fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD_SHARED" >&5
-$as_echo "$LD_SHARED" >&6; }
-
-HOST_CLANG_FLAGS=""
-HOST_LLC_FLAGS="-relocation-model=pic"
-HOST_AS_FLAGS=""
-HOST_LD_FLAGS="$LD_SHARED"
-
-
-
-# TODO: We need to set both target-triple and cpu-type when
-# building, since the ABI depends on both. We can either add flags
-# to all the scripts, or set the respective flags here in
-# *_CLANG_FLAGS and *_LLC_FLAGS. Note that clang and llc use
-# different option names to set these. Note that clang calls the
-# triple "target" and the cpu "architecture", which is different
-# from llc.
-
-# Normalise the triple. Otherwise, clang normalises it when
-# passing it to llc, which is then different from the triple we
-# pass to llc. This would lead to inconsistent bytecode files,
-# depending on whether they are generated via clang or directly
-# via llc.
-
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking LLC target triple (for host $host)" >&5
-$as_echo_n "checking LLC target triple (for host $host)... " >&6; }
-llc_triple=$($CLANG ${CLANG_TARGET_OPTION}$host -x c /dev/null -S -emit-llvm -o - | grep -e 'target triple' | perl -p -e 's/^.*target triple = "+([^ ]+).*"$/\1/')
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $llc_triple" >&5
-$as_echo "$llc_triple" >&6; }
-test -z "$llc_triple" && as_fn_error $? "Cannot determine LLC target triple" "$LINENO" 5
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking LLC host CPU" >&5
-$as_echo_n "checking LLC host CPU... " >&6; }
-llc_host_cpu=$($LLC --version | grep 'Host CPU' | sed -e 's/^ *Host CPU: *//')
-
-test -n "$LLC_HOST_CPU" && llc_host_cpu=$LLC_HOST_CPU
-test -z "$llc_host_cpu" && as_fn_error $? "Cannot determine LLC host CPU" "$LINENO" 5
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $llc_host_cpu" >&5
-$as_echo "$llc_host_cpu" >&6; }
-#X86 has -march and -mcpu reversed, for clang
-CLANG_MARCH_FLAG=march
-
-case $host_os in
-  darwin* )
-    # MacOS ld outputs useless warnings like
-    # ld: warning: -macosx_version_min not specificed, assuming 10.7
-    # suppress them with -w.
-    HOST_LD_FLAGS="-bundle -w"
-    ICD_LD_FLAGS="-single_module"
-    ;;
-  *gnu )
-    ICD_LD_FLAGS="-Wl,-Bsymbolic"
-    ;;
-esac
-
-case $host_cpu in
-  armv6l)
-    { $as_echo "$as_me:${as_lineno-$LINENO}: using the ARM optimized kernel lib for the native device" >&5
-$as_echo "$as_me: using the ARM optimized kernel lib for the native device" >&6;}
-    HOST_LD_FLAGS="$HOST_LD_FLAGS -lm"
-    CL_DEVICE_ADDRESS_BITS=32
-    case $host in
-      *gnueabihf)
-      case $llc_host_cpu in
-        arm1176jz-s)
-          llc_host_cpu=arm1176jzf-s;;
-      esac
-      HOST_CLANG_FLAGS="$HOST_CLANG_FLAGS -mfloat-abi=hard"
-      HOST_LLC_FLAGS="$HOST_LLC_FLAGS -float-abi=hard"
-      HOST_AS_FLAGS="$HOST_AS_FLAGS -mfloat-abi=hard";;
-    esac
-    ;;
-  arm*)
-    { $as_echo "$as_me:${as_lineno-$LINENO}: using the ARM optimized kernel lib for the native device" >&5
-$as_echo "$as_me: using the ARM optimized kernel lib for the native device" >&6;}
-    # check for gnueabihf, and set clang target accordingly
-    case $host in
-      #armv7l seems a popular host_cpu in distros. Clang uses "armv7", though
-      arm*android*)
-         llc_triple="armv7-unknown-linux-gnueabi"
-
-$as_echo "#define HOST_FLOAT_SOFT_ABI /**/" >>confdefs.h
-
-         HOST_CLANG_FLAGS="$HOST_CLANG_FLAGS -mfloat-abi=soft -I"$SYSROOTDIR"/usr/include "
-         HOST_LLC_FLAGS="$HOST_LLC_FLAGS -float-abi=soft"
-         HOST_AS_FLAGS="$HOST_AS_FLAGS -mcpu=$llc_host_cpu -mfloat-abi=soft"
-         HOST_LD_FLAGS="$HOST_LD_FLAGS -L/system/lib/ -shared -ldl -lc -lm /system/lib/crtbegin_so.o /system/lib/crtend_so.o";;
-      armv7l*gnueabihf)
-         llc_triple="armv7-unknown-linux-gnueabihf"
-         HOST_CLANG_FLAGS="$HOST_CLANG_FLAGS -mfloat-abi=hard"
-         HOST_LLC_FLAGS="$HOST_LLC_FLAGS -float-abi=hard"
-         HOST_AS_FLAGS="$HOST_AS_FLAGS -mfloat-abi=hard";;
-      armv7l*gnueabi)
-         llc_triple="armv7-unknown-linux-gnueabi"
-
-$as_echo "#define HOST_FLOAT_SOFT_ABI /**/" >>confdefs.h
-
-         HOST_CLANG_FLAGS="$HOST_CLANG_FLAGS -mfloat-abi=soft"
-         HOST_LLC_FLAGS="$HOST_LLC_FLAGS -float-abi=soft"
-         HOST_AS_FLAGS="$HOST_AS_FLAGS -mcpu=$llc_host_cpu"
-         HOST_AS_FLAGS="$HOST_AS_FLAGS -mfloat-abi=soft";;
-      armv7hl-suse-linux-gnueabi)
-         llc_triple="armv7hl-suse-linux-gnueabi"
-         HOST_CLANG_FLAGS="$HOST_CLANG_FLAGS -mfloat-abi=hard"
-         HOST_LLC_FLAGS="$HOST_LLC_FLAGS -float-abi=hard"
-         HOST_AS_FLAGS="$HOST_AS_FLAGS -mcpu=$llc_host_cpu"
-         HOST_AS_FLAGS="$HOST_AS_FLAGS -mfloat-abi=hard";;
-      armv7hl-redhat-linux-gnu)
-         llc_triple="armv7hl-redhat-linux-gnueabi"
-         HOST_CLANG_FLAGS="$HOST_CLANG_FLAGS -mfloat-abi=hard"
-         HOST_LLC_FLAGS="$HOST_LLC_FLAGS -float-abi=hard"
-         HOST_AS_FLAGS="$HOST_AS_FLAGS -mcpu=$llc_host_cpu"
-         HOST_AS_FLAGS="$HOST_AS_FLAGS -mfloat-abi=hard";;
-       *)
-         #this is for old arm distros (pre-hardfloat),
-         #probably not used, and kept here "just in case"
-         llc_triple="armv7";;
-    esac
-    CLANG_MARCH_FLAG=mcpu
-
-    # Assume -lm should not be used. TODO: add an embedded math lib
-    # for compiling kernels for ARM envs without usable math libs.
-    CL_DEVICE_ADDRESS_BITS=32
-    ;;
-  amd64|x86_64)
-    { $as_echo "$as_me:${as_lineno-$LINENO}: using the x86_64 optimized kernel lib for the native device" >&5
-$as_echo "$as_me: using the x86_64 optimized kernel lib for the native device" >&6;}
-    HOST_LD_FLAGS="$HOST_LD_FLAGS -lm"
-    CL_DEVICE_ADDRESS_BITS=64
-    ;;
-  i?86)
-    { $as_echo "$as_me:${as_lineno-$LINENO}: using the x86 32bit optimized kernel lib for the native device" >&5
-$as_echo "$as_me: using the x86 32bit optimized kernel lib for the native device" >&6;}
-    HOST_LD_FLAGS="$HOST_LD_FLAGS -lm"
-    CL_DEVICE_ADDRESS_BITS=32
-    ;;
-
-  tce)
-    { $as_echo "$as_me:${as_lineno-$LINENO}: using the TCE optimized kernel lib for the native device" >&5
-$as_echo "$as_me: using the TCE optimized kernel lib for the native device" >&6;}
-    HOST_LD_FLAGS="$HOST_LD_FLAGS -lm"
-    llc_triple=tce-tut-llvm
-    ;;
-
-  powerpc64*)
-    test ${LLVM_VERSION:0:3} == "3.4" && as_fn_error $? "LLVM 3.4 fails on PowerPC, use 3.3" "$LINENO" 5
-    { $as_echo "$as_me:${as_lineno-$LINENO}: using the ppc64 optimized kernel lib for the native device" >&5
-$as_echo "$as_me: using the ppc64 optimized kernel lib for the native device" >&6;}
-    HOST_LD_FLAGS="$HOST_LD_FLAGS -lm"
-    llc_triple="powerpc64-unknown-linux-gnu"
-    CL_DEVICE_ADDRESS_BITS=32
-    #TODO: not all PowerPCs have Altivec?
-    HOST_LLC_FLAGS="$HOST_LLC_FLAGS -mattr=altivec"
-    CLANG_MARCH_FLAG="mcpu"
-    ;;
-
-  powerpc*)
-    test ${LLVM_VERSION:0:3} == "3.4" && as_fn_error $? "LLVM 3.4 fails on PowerPC, use 3.3" "$LINENO" 5
-    #on all tested operating systems with PowerPC, the processor is 64bit,
-    #but the operating system is 32 bit.
-    { $as_echo "$as_me:${as_lineno-$LINENO}: using the ppc64 optimized kernel lib for the native device" >&5
-$as_echo "$as_me: using the ppc64 optimized kernel lib for the native device" >&6;}
-    HOST_LD_FLAGS="$HOST_LD_FLAGS -lm"
-    llc_triple="powerpc-unknown-linux-gnu"
-    CL_DEVICE_ADDRESS_BITS=32
-    #Altivec on PPC32 seems to have a few codegen issues
-    use_vecmathlib=""
-    HOST_AS_FLAGS="$HOST_AS_FLAGS ${CLANG_TARGET_OPTION}$llc_triple"
-    CLANG_MARCH_FLAG="mcpu"
-    ;;
-
-  mipsel*)
-    llc_triple="mipsel-unknown-linux-gnu"
-    CLANG_MARCH_FLAG=mcpu
-    CL_DEVICE_ADDRESS_BITS=32
-    ;;
-
-  mips*)
-    llc_triple="mips-unknown-linux-gnu"
-    CLANG_MARCH_FLAG=mcpu
-    CL_DEVICE_ADDRESS_BITS=32
-    ;;
-
-  *)
-    as_fn_error $? "unknown/unsupported host $host" "$LINENO" 5
-    ;;
-esac
-
-
-kernel_dir="host"
-OCL_TARGETS=$kernel_dir
-HOST_CLANG_FLAGS="$HOST_CLANG_FLAGS ${CLANG_TARGET_OPTION}$llc_triple"
-HOST_LLC_FLAGS="$HOST_LLC_FLAGS -mtriple=$llc_triple"
-if test "$llc_host_cpu" != "(unknown)"
-then
-  HOST_CLANG_FLAGS="$HOST_CLANG_FLAGS -$CLANG_MARCH_FLAG=$llc_host_cpu"
-  HOST_LLC_FLAGS="$HOST_LLC_FLAGS -mcpu=$llc_host_cpu"
-fi
-
-
-cat >>confdefs.h <<_ACEOF
-#define KERNEL_DIR "$kernel_dir"
-_ACEOF
-
-
-TARGET=$target
-
-
-cat >>confdefs.h <<_ACEOF
-#define TARGET "$target"
-_ACEOF
-
-TARGET_CPU=$target_cpu
-
-
-
-cat >>confdefs.h <<_ACEOF
-#define TARGET_CLANG_FLAGS "$TARGET_CLANG_FLAGS"
-_ACEOF
-
-
-
-cat >>confdefs.h <<_ACEOF
-#define TARGET_LLC_FLAGS "$TARGET_LLC_FLAGS"
-_ACEOF
-
-
-HOST=$host
-
-
-cat >>confdefs.h <<_ACEOF
-#define HOST "$host"
-_ACEOF
-
-HOST_CPU=$host_cpu
-
-
-cat >>confdefs.h <<_ACEOF
-#define HOST_CPU "$host_cpu"
-_ACEOF
-
- if test "$host_cpu" = "x86_64"; then
-  HOST_CPU_IS_X86_64_TRUE=
-  HOST_CPU_IS_X86_64_FALSE='#'
-else
-  HOST_CPU_IS_X86_64_TRUE='#'
-  HOST_CPU_IS_X86_64_FALSE=
-fi
-
-OCL_KERNEL_TARGET=$llc_triple
-
-
-cat >>confdefs.h <<_ACEOF
-#define OCL_KERNEL_TARGET "$llc_triple"
-_ACEOF
-
-OCL_KERNEL_TARGET_CPU=$llc_host_cpu
-
-
-cat >>confdefs.h <<_ACEOF
-#define OCL_KERNEL_TARGET_CPU "$llc_host_cpu"
-_ACEOF
-
-OCL_KERNEL_ARCH=$OCL_KERNEL_ARCH
-
-
-cat >>confdefs.h <<_ACEOF
-#define OCL_KERNEL_ARCH "$OCL_KERNEL_ARCH"
-_ACEOF
-
-
-
-
-cat >>confdefs.h <<_ACEOF
-#define HOST_CLANG_FLAGS "$HOST_CLANG_FLAGS"
-_ACEOF
-
-
-
-cat >>confdefs.h <<_ACEOF
-#define HOST_LLC_FLAGS "$HOST_LLC_FLAGS"
-_ACEOF
-
-
-
-cat >>confdefs.h <<_ACEOF
-#define HOST_AS_FLAGS "$HOST_AS_FLAGS"
-_ACEOF
-
-
-
-cat >>confdefs.h <<_ACEOF
-#define HOST_LD_FLAGS "$HOST_LD_FLAGS"
-_ACEOF
-
-
-POCL_DEVICE_ADDRESS_BITS=$CL_DEVICE_ADDRESS_BITS
-
-
-cat >>confdefs.h <<_ACEOF
-#define POCL_DEVICE_ADDRESS_BITS $CL_DEVICE_ADDRESS_BITS
-_ACEOF
-
-
- if test ! -z "$use_vecmathlib"; then
-  USE_VECMATHLIB_TRUE=
-  USE_VECMATHLIB_FALSE='#'
-else
-  USE_VECMATHLIB_TRUE='#'
-  USE_VECMATHLIB_FALSE=
-fi
-
-if test x"$use_vecmathlib" = xyes; then
-
-$as_echo "#define USE_VECMATHLIB /**/" >>confdefs.h
-
-  CLANGXX_FLAGS="$CLANGXX_FLAGS -DVML_NO_IOSTREAM"
-fi
-
-
-
-####################################################################
-# Determine which device drivers to build.
-
-OCL_DRIVERS="basic pthreads"
-
-# look for the TCE library (needed for the ttasim device driver)
-# Extract the first word of "tce-config", so it can be a program name with args.
-set dummy tce-config; ac_word=$2
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
-$as_echo_n "checking for $ac_word... " >&6; }
-if ${ac_cv_path_TCE_CONFIG+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  case $TCE_CONFIG in
-  [\\/]* | ?:[\\/]*)
-  ac_cv_path_TCE_CONFIG="$TCE_CONFIG" # Let the user override the test with a path.
-  ;;
-  *)
-  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-for as_dir in $PATH
-do
-  IFS=$as_save_IFS
-  test -z "$as_dir" && as_dir=.
-    for ac_exec_ext in '' $ac_executable_extensions; do
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
-    ac_cv_path_TCE_CONFIG="$as_dir/$ac_word$ac_exec_ext"
-    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
-    break 2
-  fi
-done
-  done
-IFS=$as_save_IFS
-
-  ;;
-esac
-fi
-TCE_CONFIG=$ac_cv_path_TCE_CONFIG
-if test -n "$TCE_CONFIG"; then
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $TCE_CONFIG" >&5
-$as_echo "$TCE_CONFIG" >&6; }
-else
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-fi
-
-
-
-# Check whether --enable-tce was given.
-if test "${enable_tce+set}" = set; then :
-  enableval=$enable_tce; try_tce="$enableval"
-else
-  try_tce="yes"
-fi
-
-
-if test ! -z "$TCE_CONFIG" -a x"$try_tce" = xyes; then
-
-# Extract the first word of "tcecc", so it can be a program name with args.
-set dummy tcecc; ac_word=$2
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
-$as_echo_n "checking for $ac_word... " >&6; }
-if ${ac_cv_path_TCECC+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  case $TCECC in
-  [\\/]* | ?:[\\/]*)
-  ac_cv_path_TCECC="$TCECC" # Let the user override the test with a path.
-  ;;
-  *)
-  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-for as_dir in $PATH
-do
-  IFS=$as_save_IFS
-  test -z "$as_dir" && as_dir=.
-    for ac_exec_ext in '' $ac_executable_extensions; do
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
-    ac_cv_path_TCECC="$as_dir/$ac_word$ac_exec_ext"
-    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
-    break 2
-  fi
-done
-  done
-IFS=$as_save_IFS
-
-  ;;
-esac
-fi
-TCECC=$ac_cv_path_TCECC
-if test -n "$TCECC"; then
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $TCECC" >&5
-$as_echo "$TCECC" >&6; }
-else
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-fi
-
-
-
-ac_ext=cpp
-ac_cpp='$CXXCPP $CPPFLAGS'
-ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
-ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
-ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
-
-
-old_CXXFLAGS=$CXXFLAGS
-CXXFLAGS=`$TCE_CONFIG --libs --cxxflags --includes`
-
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking compiling against a TCE header" >&5
-$as_echo_n "checking compiling against a TCE header... " >&6; }
-cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h.  */
- #include <Application.hh>
-int
-main ()
-{
- Application::initialize()
-
-  ;
-  return 0;
-}
-_ACEOF
-if ac_fn_cxx_try_compile "$LINENO"; then :
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
-$as_echo "yes" >&6; }
-  TCE_LIBRARY=ok
-else
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-fi
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking running a TCE binary" >&5
-$as_echo_n "checking running a TCE binary... " >&6; }
-if ttasim --help > /dev/null;
-then
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
-$as_echo "yes" >&6; }
-TCE_EXEC=ok
-else
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-fi
-
-CXXFLAGS=$old_CXXFLAGS
-
-fi
-
-if test -z "$TCECC" || \
-   test -z "$TCE_CONFIG" || \
-   test -z "$TCE_LIBRARY" || \
-   test -z "$TCE_EXEC"; then
-
-{ $as_echo "$as_me:${as_lineno-$LINENO}: TCE installation not found or doesn't work. The ttasim device will not be built." >&5
-$as_echo "$as_me: TCE installation not found or doesn't work. The ttasim device will not be built." >&6;}
-
-else
-
-LD_FLAGS_BIN="$LD_FLAGS_BIN `$TCE_CONFIG --libs`"
-
-if `$TCE_CONFIG --version|grep -q trunk`
-then
- { $as_echo "$as_me:${as_lineno-$LINENO}: TCEMC installation found. The ttasim device will be built." >&5
-$as_echo "$as_me: TCEMC installation found. The ttasim device will be built." >&6;}
-
-$as_echo "#define TCEMC_AVAILABLE 1" >>confdefs.h
-
- TCEMC_AVAILABLE="1"
-
-
-$as_echo "#define TCE_AVAILABLE 1" >>confdefs.h
-
- TCE_AVAILABLE="1"
-
- OCL_DRIVERS="$OCL_DRIVERS tcemc"
- TCEMC_AVAILABLE=1
- # TCEMC is a "superset" of TCE (lp:tce) features.
- TCE_AVAILABLE=1
- else
- { $as_echo "$as_me:${as_lineno-$LINENO}: TCE installation found. The ttasim device will be built." >&5
-$as_echo "$as_me: TCE installation found. The ttasim device will be built." >&6;}
-
-$as_echo "#define TCE_AVAILABLE 1" >>confdefs.h
-
- TCE_AVAILABLE="1"
-
- OCL_DRIVERS="$OCL_DRIVERS tce"
- TCE_AVAILABLE=1
-fi
-
-# List of extension supported by the TCE device
-TCE_DEVICE_EXTENSIONS="cl_khr_byte_addressable_store cl_khr_global_int32_base_atomics cl_khr_global_int32_extended_atomics cl_khr_local_int32_base_atomics cl_khr_local_int32_extended_atomics cl_khr_int64 cl_khr_int64_base_atomics cl_khr_int64_extended_atomics cl_khr_fp16"
-TCE_DEVICE_EXTENSION_DEFINES=`echo $TCE_DEVICE_EXTENSIONS | sed s/cl_khr/-Dcl_khr/g`
-
-cat >>confdefs.h <<_ACEOF
-#define TCE_DEVICE_EXTENSIONS "$TCE_DEVICE_EXTENSIONS"
-_ACEOF
-
-
-
-cat >>confdefs.h <<_ACEOF
-#define TCE_DEVICE_EXTENSION_DEFINES "$TCE_DEVICE_EXTENSION_DEFINES"
-_ACEOF
-
-
-$as_echo "#define TCE_DEVICE_CL_VERSION_MAJOR 2" >>confdefs.h
-
-
-$as_echo "#define TCE_DEVICE_CL_VERSION_MINOR 0" >>confdefs.h
-
-
-
-OCL_TARGETS="$OCL_TARGETS tce"
-fi
-
- if test ! -z $TCE_AVAILABLE; then
-  TCE_AVAILABLE_TRUE=
-  TCE_AVAILABLE_FALSE='#'
-else
-  TCE_AVAILABLE_TRUE='#'
-  TCE_AVAILABLE_FALSE=
-fi
-
- if test ! -z $TCEMC_AVAILABLE; then
-  TCEMC_AVAILABLE_TRUE=
-  TCEMC_AVAILABLE_FALSE='#'
-else
-  TCEMC_AVAILABLE_TRUE='#'
-  TCEMC_AVAILABLE_FALSE=
-fi
-
-
-# Checking for android cross-compile
-ANDROID_PRESENT="";
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for Android" >&5
-$as_echo_n "checking for Android... " >&6; }
-cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h.  */
- #include <android/log.h>
-
-int
-main ()
-{
-
-  ;
-  return 0;
-}
-_ACEOF
-if ac_fn_cxx_try_compile "$LINENO"; then :
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
-$as_echo "yes" >&6; }
-  ANDROID_PRESENT=ok
-else
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-fi
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-
-if test "$ANDROID_PRESENT" == ok;
-then
-
-$as_echo "#define POCL_ANDROID 1" >>confdefs.h
-
-
-$as_echo "#define POCL_ANDROID_PREFIX \"/data/data/org.pocl.libs/files\"" >>confdefs.h
-
-
-fi
- if test "$ANDROID_PRESENT" = ok; then
-  POCL_ANDROID_TRUE=
-  POCL_ANDROID_FALSE='#'
-else
-  POCL_ANDROID_TRUE='#'
-  POCL_ANDROID_FALSE=
-fi
-
-
-# Enable HSA by default in case the dependencies are met.
-# Check whether --enable-hsa-amdgcn was given.
-if test "${enable_hsa_amdgcn+set}" = set; then :
-  enableval=$enable_hsa_amdgcn; enable_hsa="$enableval"
-else
-  enable_hsa="yes"
-fi
-
-
-HSA_RUNTIME_DIR=""
-
-# Check whether --with-hsa-runtime-dir was given.
-if test "${with_hsa_runtime_dir+set}" = set; then :
-  withval=$with_hsa_runtime_dir;
-  HSA_RUNTIME_DIR="${withval}"
-  { $as_echo "$as_me:${as_lineno-$LINENO}: Using provided HSA runtime location: ${HSA_RUNTIME_DIR}" >&5
-$as_echo "$as_me: Using provided HSA runtime location: ${HSA_RUNTIME_DIR}" >&6;}
-
-else
-
-  HSA_RUNTIME_DIR="/opt/hsa"
-  { $as_echo "$as_me:${as_lineno-$LINENO}: Using default HSA runtime location: ${HSA_RUNTIME_DIR}" >&5
-$as_echo "$as_me: Using default HSA runtime location: ${HSA_RUNTIME_DIR}" >&6;}
-
-
-fi
-
-
-HSA_INCLUDES="-I${HSA_RUNTIME_DIR}/include"
-
-
-# Search for the HSA runtime lib.
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for HSA runtime" >&5
-$as_echo_n "checking for HSA runtime... " >&6; }
-old_LIBS="$LIBS"
-old_LDFLAGS="$LDFLAGS"
-LDFLAGS="$LDFLAGS -L${HSA_RUNTIME_DIR}/lib"
-LIBS=""
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing hsa_executable_get_symbol" >&5
-$as_echo_n "checking for library containing hsa_executable_get_symbol... " >&6; }
-if ${ac_cv_search_hsa_executable_get_symbol+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  ac_func_search_save_LIBS=$LIBS
-cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h.  */
-
-/* Override any GCC internal prototype to avoid an error.
-   Use char because int might match the return type of a GCC
-   builtin and then its argument prototype would still apply.  */
-#ifdef __cplusplus
-extern "C"
-#endif
-char hsa_executable_get_symbol ();
-int
-main ()
-{
-return hsa_executable_get_symbol ();
-  ;
-  return 0;
-}
-_ACEOF
-for ac_lib in '' hsa-runtime64; do
-  if test -z "$ac_lib"; then
-    ac_res="none required"
-  else
-    ac_res=-l$ac_lib
-    LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
-  fi
-  if ac_fn_cxx_try_link "$LINENO"; then :
-  ac_cv_search_hsa_executable_get_symbol=$ac_res
-fi
-rm -f core conftest.err conftest.$ac_objext \
-    conftest$ac_exeext
-  if ${ac_cv_search_hsa_executable_get_symbol+:} false; then :
-  break
-fi
-done
-if ${ac_cv_search_hsa_executable_get_symbol+:} false; then :
-
-else
-  ac_cv_search_hsa_executable_get_symbol=no
-fi
-rm conftest.$ac_ext
-LIBS=$ac_func_search_save_LIBS
-fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_hsa_executable_get_symbol" >&5
-$as_echo "$ac_cv_search_hsa_executable_get_symbol" >&6; }
-ac_res=$ac_cv_search_hsa_executable_get_symbol
-if test "$ac_res" != no; then :
-  test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
-
-HSA_LIBS="$LIBS"
-
-
-else
-
-enable_hsa=no
-LDFLAGS="$old_LDFLAGS"
-
-fi
-
-LIBS=$old_LIBS
-
-# test that Clang supports the amdgcn--amdhsa target
-ac_ext=c
-ac_cpp='$CPP $CPPFLAGS'
-ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
-ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
-ac_compiler_gnu=$ac_cv_c_compiler_gnu
-
- cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h.  */
-
-int
-main ()
-{
-
-  ;
-  return 0;
-}
-
-_ACEOF
-
-LLVM_AMDGCN_TARGET=no
-
-# TODO The native compilation for AMDGCN via the HSA driver.
-#AC_MSG_CHECKING([if the amdgcn--amdhsa target is supported in Clang/LLVM])
-#if $LLVM_BINDIR/clang conftest.c -target amdgcn--amdhsa -emit-llvm -S -c -o - 2>/dev/null | grep -cq 'target triple = "amdgcn--amdhsa"';
-#then
-#   AC_MSG_RESULT([yes])
-#   LLVM_AMDGCN_TARGET=yes
-#   AC_DEFINE([AMDGCN_ENABLED], [1], [Defined in case AMDGCN device support enabled.])
-#
-#else
-#   AC_MSG_RESULT([no])
-#   enable_hsa=no
-#fi
-
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if the hsail64 target is supported in Clang/LLVM" >&5
-$as_echo_n "checking if the hsail64 target is supported in Clang/LLVM... " >&6; }
-if $LLVM_BINDIR/clang conftest.c -target hsail64 -emit-llvm -S -c -o - 2>/dev/null | grep -cq 'target triple = "hsail64"';
-then
-   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
-$as_echo "yes" >&6; }
-   LLVM_HSAIL64_TARGET=yes
-else
-   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-   enable_hsa=no
-fi
-
-tempCPPFLAGS=$CPPFLAGS
-CPPFLAGS="$CPPFLAGS -I${HSA_RUNTIME_DIR}/include"
-
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for HSA runtime headers" >&5
-$as_echo_n "checking for HSA runtime headers... " >&6; }
-cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h.  */
- #include <hsa.h>
-
-int
-main ()
-{
-
-  ;
-  return 0;
-}
-_ACEOF
-if ac_fn_c_try_compile "$LINENO"; then :
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
-$as_echo "yes" >&6; }
-else
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-enable_hsa="no"
-
-fi
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for AMD-specific HSA runtime headers" >&5
-$as_echo_n "checking for AMD-specific HSA runtime headers... " >&6; }
-cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h.  */
- #include <hsa_ext_amd.h>
-
-int
-main ()
-{
-
-  ;
-  return 0;
-}
-_ACEOF
-if ac_fn_c_try_compile "$LINENO"; then :
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
-$as_echo "yes" >&6; }
-
-$as_echo "#define HAVE_HSA_EXT_AMD_H /**/" >>confdefs.h
-
-
-else
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-fi
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-
-CPPFLAGS=$tempCPPFLAGS
-
-
-for ac_prog in HSAILasm
-do
-  # Extract the first word of "$ac_prog", so it can be a program name with args.
-set dummy $ac_prog; ac_word=$2
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
-$as_echo_n "checking for $ac_word... " >&6; }
-if ${ac_cv_path_HSAILASM+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  case $HSAILASM in
-  [\\/]* | ?:[\\/]*)
-  ac_cv_path_HSAILASM="$HSAILASM" # Let the user override the test with a path.
-  ;;
-  *)
-  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-for as_dir in $PATH
-do
-  IFS=$as_save_IFS
-  test -z "$as_dir" && as_dir=.
-    for ac_exec_ext in '' $ac_executable_extensions; do
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
-    ac_cv_path_HSAILASM="$as_dir/$ac_word$ac_exec_ext"
-    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
-    break 2
-  fi
-done
-  done
-IFS=$as_save_IFS
-
-  ;;
-esac
-fi
-HSAILASM=$ac_cv_path_HSAILASM
-if test -n "$HSAILASM"; then
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $HSAILASM" >&5
-$as_echo "$HSAILASM" >&6; }
-else
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-fi
-
-
-  test -n "$HSAILASM" && break
-done
-
-if test ! -z "$HSAILASM"; then
-
-cat >>confdefs.h <<_ACEOF
-#define HSAIL_ASM "$HSAILASM"
-_ACEOF
-
-else
-  { $as_echo "$as_me:${as_lineno-$LINENO}: Could not find HSAILasm executable, disabling HSA support" >&5
-$as_echo "$as_me: Could not find HSAILasm executable, disabling HSA support" >&6;}
-  enable_hsa="no"
-fi
-
-HSA_DEVICE_EXTENSIONS=""
-HSA_DEVICE_EXTENSION_DEFINES=""
-if test "$enable_hsa" = "yes";
-then
-  HSA_DEVICE_EXTENSIONS="cl_khr_byte_addressable_store cl_khr_global_int32_base_atomics cl_khr_global_int32_extended_atomics cl_khr_local_int32_base_atomics cl_khr_local_int32_extended_atomics cl_khr_int64 cl_khr_fp64 cl_khr_int64_base_atomics cl_khr_int64_extended_atomics"
-  HSA_DEVICE_EXTENSION_DEFINES=$(echo "$HSA_DEVICE_EXTENSIONS" | sed 's/cl_khr/-Dcl_khr/g')
-  OCL_DRIVERS="$OCL_DRIVERS hsa"
-  OCL_TARGETS="$OCL_TARGETS hsail64"
-
-$as_echo "#define BUILD_HSA 1" >>confdefs.h
-
-  enable_testsuite_hsa=yes
-  POAT_TESTSUITES="$POAT_TESTSUITES hsa"
-  # -lHSAILUtil is missing from llvm-config --libfiles
-  LLVM_LIBS="$LLVM_LIBS -lLLVMHSAILUtil"
-
-$as_echo "#define HSA_DEVICE_CL_VERSION_MAJOR 2" >>confdefs.h
-
-
-$as_echo "#define HSA_DEVICE_CL_VERSION_MINOR 0" >>confdefs.h
-
-fi
-
-cat >>confdefs.h <<_ACEOF
-#define HSA_DEVICE_EXTENSIONS "$HSA_DEVICE_EXTENSIONS"
-_ACEOF
-
-
-
-# TODO: move above
-
-# Enable the HSA test suite in case HSA support enabled.
- if test "$enable_testsuite_hsa" = "yes"; then
-  TEST_SUITE_HSA_TRUE=
-  TEST_SUITE_HSA_FALSE='#'
-else
-  TEST_SUITE_HSA_TRUE='#'
-  TEST_SUITE_HSA_FALSE=
-fi
-
-
-
- if echo $OCL_TARGETS | grep amdgcn; then
-  BUILD_AMDGCN_TRUE=
-  BUILD_AMDGCN_FALSE='#'
-else
-  BUILD_AMDGCN_TRUE='#'
-  BUILD_AMDGCN_FALSE=
-fi
-
- if echo $OCL_DRIVERS | grep hsa; then
-  BUILD_HSA_TRUE=
-  BUILD_HSA_FALSE='#'
-else
-  BUILD_HSA_TRUE='#'
-  BUILD_HSA_FALSE=
-fi
-
-
-{ $as_echo "$as_me:${as_lineno-$LINENO}: Building the following device drivers: $OCL_DRIVERS" >&5
-$as_echo "$as_me: Building the following device drivers: $OCL_DRIVERS" >&6;}
-
-
-
-
-cat >>confdefs.h <<_ACEOF
-#define BUILDDIR "`pwd`"
-_ACEOF
-
-
-cat >>confdefs.h <<_ACEOF
-#define SRCDIR "`cd $srcdir && pwd`"
-_ACEOF
-
-
-if test x"$prefix" = xNONE; then
-  prefix=/usr/local
-  #this check is "if user did not override sysconfdir"
-  if test x"$sysconfdir" = x'${prefix}/etc'; then
-    sysconfdir=/etc
-  fi
-fi
-
-# Checks for header files.
-
-# Checks for library features.
-ac_ext=c
-ac_cpp='$CPP $CPPFLAGS'
-ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
-ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
-ac_compiler_gnu=$ac_cv_c_compiler_gnu
-
-
-old_CC="$CC"
-old_CPPFLAGS="$CPPFLAGS"
-old_CFLAGS="$CFLAGS"
-old_LDFLAGS="$LDFLAGS"
-CC=$srcdir/config/xclang
-if test ! -z "$host_alias"; then
-    CC="$CC -h $host_alias"
-fi
-if test ! -z "$build_alias"; then
-    CC="$CC -b $build_alias"
-fi
-
-CFLAGS=""
-CPPFLAGS=""
-LDFLAGS=""
-for flag in $old_CPPFLAGS; do
-    if echo " $flag" | grep -q -e -Werror; then
-       CPPFLAGS="$CPPFLAGS $flag"
-    fi
-done
-for flag in $old_CFLAGS; do
-    if echo " $flag" | grep -q -e -Werror; then
-       CFLAGS="$CFLAGS $flag"
-    fi
-done
-
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for posix_memalign" >&5
-$as_echo_n "checking for posix_memalign... " >&6; }
-cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h.  */
- #include <stdlib.h>
-int
-main ()
-{
- int r = posix_memalign(NULL, 0, 0);
-
-  ;
-  return 0;
-}
-_ACEOF
-if ac_fn_c_try_link "$LINENO"; then :
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
-$as_echo "yes" >&6; }
-
-$as_echo "#define HAVE_POSIX_MEMALIGN /**/" >>confdefs.h
-
-else
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-fi
-rm -f core conftest.err conftest.$ac_objext \
-    conftest$ac_exeext conftest.$ac_ext
-
-# Checks for typedefs, structures, and compiler characteristics.
-{ $as_echo "$as_me:${as_lineno-$LINENO}: Checking target compiler characteristics" >&5
-$as_echo "$as_me: Checking target compiler characteristics" >&6;}
-CFLAGS="-h $target"
-# The cast to long int works around a bug in the HP C Compiler
-# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
-# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
-# This bug is HP SR number 8606223364.
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking size of long" >&5
-$as_echo_n "checking size of long... " >&6; }
-if ${ac_cv_sizeof_long+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (long))" "ac_cv_sizeof_long"        "$ac_includes_default"; then :
-
-else
-  if test "$ac_cv_type_long" = yes; then
-     { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
-$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
-as_fn_error 77 "cannot compute sizeof (long)
-See \`config.log' for more details" "$LINENO" 5; }
-   else
-     ac_cv_sizeof_long=0
-   fi
-fi
-
-fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_long" >&5
-$as_echo "$ac_cv_sizeof_long" >&6; }
-
-
-
-cat >>confdefs.h <<_ACEOF
-#define SIZEOF_LONG $ac_cv_sizeof_long
-_ACEOF
-
-
-TARGET_SIZEOF_LONG=$ac_cv_sizeof_long
-
-# The cast to long int works around a bug in the HP C Compiler
-# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
-# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
-# This bug is HP SR number 8606223364.
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking size of __fp16" >&5
-$as_echo_n "checking size of __fp16... " >&6; }
-if ${ac_cv_sizeof___fp16+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (__fp16))" "ac_cv_sizeof___fp16"        "$ac_includes_default"; then :
-
-else
-  if test "$ac_cv_type___fp16" = yes; then
-     { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
-$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
-as_fn_error 77 "cannot compute sizeof (__fp16)
-See \`config.log' for more details" "$LINENO" 5; }
-   else
-     ac_cv_sizeof___fp16=0
-   fi
-fi
-
-fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof___fp16" >&5
-$as_echo "$ac_cv_sizeof___fp16" >&6; }
-
-
-
-cat >>confdefs.h <<_ACEOF
-#define SIZEOF___FP16 $ac_cv_sizeof___fp16
-_ACEOF
-
-
-TARGET_SIZEOF_HALF=$ac_cv_sizeof___fp16
-
-# The cast to long int works around a bug in the HP C Compiler
-# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
-# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
-# This bug is HP SR number 8606223364.
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking size of double" >&5
-$as_echo_n "checking size of double... " >&6; }
-if ${ac_cv_sizeof_double+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (double))" "ac_cv_sizeof_double"        "$ac_includes_default"; then :
-
-else
-  if test "$ac_cv_type_double" = yes; then
-     { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
-$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
-as_fn_error 77 "cannot compute sizeof (double)
-See \`config.log' for more details" "$LINENO" 5; }
-   else
-     ac_cv_sizeof_double=0
-   fi
-fi
-
-fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_double" >&5
-$as_echo "$ac_cv_sizeof_double" >&6; }
-
-
-
-cat >>confdefs.h <<_ACEOF
-#define SIZEOF_DOUBLE $ac_cv_sizeof_double
-_ACEOF
-
-
-TARGET_SIZEOF_DOUBLE=$ac_cv_sizeof_double
-
-# The cast to long int works around a bug in the HP C Compiler
-# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
-# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
-# This bug is HP SR number 8606223364.
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking size of void *" >&5
-$as_echo_n "checking size of void *... " >&6; }
-if ${ac_cv_sizeof_void_p+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (void *))" "ac_cv_sizeof_void_p"        "$ac_includes_default"; then :
-
-else
-  if test "$ac_cv_type_void_p" = yes; then
-     { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
-$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
-as_fn_error 77 "cannot compute sizeof (void *)
-See \`config.log' for more details" "$LINENO" 5; }
-   else
-     ac_cv_sizeof_void_p=0
-   fi
-fi
-
-fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_void_p" >&5
-$as_echo "$ac_cv_sizeof_void_p" >&6; }
-
-
-
-cat >>confdefs.h <<_ACEOF
-#define SIZEOF_VOID_P $ac_cv_sizeof_void_p
-_ACEOF
-
-
-TARGET_SIZEOF_VOID_P=$ac_cv_sizeof_void_p
-
-
-
-{ ac_cv_sizeof_long=; unset ac_cv_sizeof_long;}
-{ ac_cv_sizeof___fp16=; unset ac_cv_sizeof___fp16;}
-{ ac_cv_sizeof_double=; unset ac_cv_sizeof_double;}
-{ ac_cv_sizeof_void_p=; unset ac_cv_sizeof_void_p;}
-
-{ $as_echo "$as_me:${as_lineno-$LINENO}: Checking host compiler characteristics" >&5
-$as_echo "$as_me: Checking host compiler characteristics" >&6;}
-CFLAGS="-h $host"
-# The cast to long int works around a bug in the HP C Compiler
-# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
-# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
-# This bug is HP SR number 8606223364.
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking size of long" >&5
-$as_echo_n "checking size of long... " >&6; }
-if ${ac_cv_sizeof_long+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (long))" "ac_cv_sizeof_long"        "$ac_includes_default"; then :
-
-else
-  if test "$ac_cv_type_long" = yes; then
-     { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
-$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
-as_fn_error 77 "cannot compute sizeof (long)
-See \`config.log' for more details" "$LINENO" 5; }
-   else
-     ac_cv_sizeof_long=0
-   fi
-fi
-
-fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_long" >&5
-$as_echo "$ac_cv_sizeof_long" >&6; }
-
-
-
-cat >>confdefs.h <<_ACEOF
-#define SIZEOF_LONG $ac_cv_sizeof_long
-_ACEOF
-
-
-HOST_SIZEOF_LONG=$ac_cv_sizeof_long
-
-# The cast to long int works around a bug in the HP C Compiler
-# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
-# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
-# This bug is HP SR number 8606223364.
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking size of __fp16" >&5
-$as_echo_n "checking size of __fp16... " >&6; }
-if ${ac_cv_sizeof___fp16+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (__fp16))" "ac_cv_sizeof___fp16"        "$ac_includes_default"; then :
-
-else
-  if test "$ac_cv_type___fp16" = yes; then
-     { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
-$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
-as_fn_error 77 "cannot compute sizeof (__fp16)
-See \`config.log' for more details" "$LINENO" 5; }
-   else
-     ac_cv_sizeof___fp16=0
-   fi
-fi
-
-fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof___fp16" >&5
-$as_echo "$ac_cv_sizeof___fp16" >&6; }
-
-
-
-cat >>confdefs.h <<_ACEOF
-#define SIZEOF___FP16 $ac_cv_sizeof___fp16
-_ACEOF
-
-
-HOST_SIZEOF_HALF=$ac_cv_sizeof___fp16
-
-# The cast to long int works around a bug in the HP C Compiler
-# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
-# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
-# This bug is HP SR number 8606223364.
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking size of double" >&5
-$as_echo_n "checking size of double... " >&6; }
-if ${ac_cv_sizeof_double+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (double))" "ac_cv_sizeof_double"        "$ac_includes_default"; then :
-
-else
-  if test "$ac_cv_type_double" = yes; then
-     { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
-$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
-as_fn_error 77 "cannot compute sizeof (double)
-See \`config.log' for more details" "$LINENO" 5; }
-   else
-     ac_cv_sizeof_double=0
-   fi
-fi
-
-fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_double" >&5
-$as_echo "$ac_cv_sizeof_double" >&6; }
-
-
-
-cat >>confdefs.h <<_ACEOF
-#define SIZEOF_DOUBLE $ac_cv_sizeof_double
-_ACEOF
-
-
-HOST_SIZEOF_DOUBLE=$ac_cv_sizeof_double
-
-# The cast to long int works around a bug in the HP C Compiler
-# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
-# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
-# This bug is HP SR number 8606223364.
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking size of void *" >&5
-$as_echo_n "checking size of void *... " >&6; }
-if ${ac_cv_sizeof_void_p+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (void *))" "ac_cv_sizeof_void_p"        "$ac_includes_default"; then :
-
-else
-  if test "$ac_cv_type_void_p" = yes; then
-     { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
-$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
-as_fn_error 77 "cannot compute sizeof (void *)
-See \`config.log' for more details" "$LINENO" 5; }
-   else
-     ac_cv_sizeof_void_p=0
-   fi
-fi
-
-fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_void_p" >&5
-$as_echo "$ac_cv_sizeof_void_p" >&6; }
-
-
-
-cat >>confdefs.h <<_ACEOF
-#define SIZEOF_VOID_P $ac_cv_sizeof_void_p
-_ACEOF
-
-
-HOST_SIZEOF_VOID_P=$ac_cv_sizeof_void_p
-
-
-# The cast to long int works around a bug in the HP C Compiler,
-# see AC_CHECK_SIZEOF for more information.
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking alignment of float16" >&5
-$as_echo_n "checking alignment of float16... " >&6; }
-if ${ac_cv_alignof_float16+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  if ac_fn_c_compute_int "$LINENO" "(long int) offsetof (ac__type_alignof_, y)" "ac_cv_alignof_float16"        "typedef float float16  __attribute__((__ext_vector_type__(16)));
-
-#ifndef offsetof
-# define offsetof(type, member) ((char *) &((type *) 0)->member - (char *) 0)
-#endif
-typedef struct { char x; float16 y; } ac__type_alignof_;"; then :
-
-else
-  if test "$ac_cv_type_float16" = yes; then
-     { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
-$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
-as_fn_error 77 "cannot compute alignment of float16
-See \`config.log' for more details" "$LINENO" 5; }
-   else
-     ac_cv_alignof_float16=0
-   fi
-fi
-
-fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_alignof_float16" >&5
-$as_echo "$ac_cv_alignof_float16" >&6; }
-
-
-
-cat >>confdefs.h <<_ACEOF
-#define ALIGNOF_FLOAT16 $ac_cv_alignof_float16
-_ACEOF
-
-
-# The cast to long int works around a bug in the HP C Compiler,
-# see AC_CHECK_SIZEOF for more information.
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking alignment of double16" >&5
-$as_echo_n "checking alignment of double16... " >&6; }
-if ${ac_cv_alignof_double16+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  if ac_fn_c_compute_int "$LINENO" "(long int) offsetof (ac__type_alignof_, y)" "ac_cv_alignof_double16"        "typedef double double16  __attribute__((__ext_vector_type__(16)));
-
-#ifndef offsetof
-# define offsetof(type, member) ((char *) &((type *) 0)->member - (char *) 0)
-#endif
-typedef struct { char x; double16 y; } ac__type_alignof_;"; then :
-
-else
-  if test "$ac_cv_type_double16" = yes; then
-     { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
-$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
-as_fn_error 77 "cannot compute alignment of double16
-See \`config.log' for more details" "$LINENO" 5; }
-   else
-     ac_cv_alignof_double16=0
-   fi
-fi
-
-fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_alignof_double16" >&5
-$as_echo "$ac_cv_alignof_double16" >&6; }
-
-
-
-cat >>confdefs.h <<_ACEOF
-#define ALIGNOF_DOUBLE16 $ac_cv_alignof_double16
-_ACEOF
-
-
-
-if test "$ANDROID_PRESENT" == ok;
-then
-{ $as_echo "$as_me:${as_lineno-$LINENO}: Setting float16 & double16 alignments manually in cross-compile mode" >&5
-$as_echo "$as_me: Setting float16 & double16 alignments manually in cross-compile mode" >&6;}
-$as_echo "#define ALIGNOF_FLOAT16 64" >>confdefs.h
-
-$as_echo "#define ALIGNOF_DOUBLE16 128" >>confdefs.h
-
-fi
-
-if test $ac_cv_alignof_float16 -gt $ac_cv_alignof_double16; then :
-
-$as_echo "#define MAX_EXTENDED_ALIGNMENT ALIGNOF_FLOAT16" >>confdefs.h
-
-else
-
-$as_echo "#define MAX_EXTENDED_ALIGNMENT ALIGNOF_DOUBLE16" >>confdefs.h
-
-fi
-
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether __fp16 supports arithmetic operations" >&5
-$as_echo_n "checking whether __fp16 supports arithmetic operations... " >&6; }
-cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h.  */
-__fp16 callfp16(__fp16 a) { return a * (__fp16)1.8; };
-int
-main ()
-{
-__fp16 x=callfp16((__fp16)1.643);
-  ;
-  return 0;
-}
-_ACEOF
-if ac_fn_c_try_compile "$LINENO"; then :
-
-                    { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
-$as_echo "yes" >&6; }
-
-cat >>confdefs.h <<_ACEOF
-#define HAVE_WORKING_HALF 1
-_ACEOF
-
-
-else
-
-                    { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-
-cat >>confdefs.h <<_ACEOF
-#define HAVE_WORKING_HALF 0
-_ACEOF
-
-
-cat >>confdefs.h <<_ACEOF
-#define _CL_DISABLE_HALF /**/
-_ACEOF
-
-                    HOST_CLANG_FLAGS="$HOST_CLANG_FLAGS -D_CL_DISABLE_HALF"
-
-
-fi
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-
-HOST_DEVICE_EXTENSIONS="cl_khr_byte_addressable_store cl_khr_global_int32_base_atomics cl_khr_global_int32_extended_atomics cl_khr_local_int32_base_atomics cl_khr_local_int32_extended_atomics cl_khr_spir"
-if test "$HAVE_WORKING_HALF" == "1"; then
-  HOST_DEVICE_EXTENSIONS="$HOST_DEVICE_EXTENSIONS cl_khr_fp16"
-fi
-if test -z "$CL_DISABLE_LONG"; then
-  HOST_DEVICE_EXTENSIONS="$HOST_DEVICE_EXTENSIONS cl_khr_int64 cl_khr_fp64 cl_khr_int64_base_atomics cl_khr_int64_extended_atomics"
-fi
-HOST_DEVICE_EXTENSION_DEFINES=`echo $HOST_DEVICE_EXTENSIONS | sed s/cl_khr/-Dcl_khr/g`
-
-cat >>confdefs.h <<_ACEOF
-#define HOST_DEVICE_EXTENSIONS "$HOST_DEVICE_EXTENSIONS"
-_ACEOF
-
-
-#NB: OCL version is a property of the clPlatform, not the device. But the "host devices"
-#(basic and pthread) are probably always the ones cathing the new OCL spec versions first.
-
-$as_echo "#define HOST_DEVICE_CL_VERSION_MAJOR 2" >>confdefs.h
-
-
-$as_echo "#define HOST_DEVICE_CL_VERSION_MINOR 0" >>confdefs.h
-
-
-cat >>confdefs.h <<_ACEOF
-#define POCL_CL_VERSION "2.0"
-_ACEOF
-
-
-
-# Seems to be unused
-#AC_MSG_CHECKING([whether __fp16 can be converted to float])
-#AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[__fp16 x; float y;]],
-#                                   [[y=x]])],
-#                  [
-#                    AC_MSG_RESULT([yes])
-#                    AC_DEFINE_UNQUOTED([CONVERT___FP16_FLOAT], 1, [Define to 1 if __fp16 can be converted to float.])
-#                  ],
-#                  [
-#                    AC_MSG_RESULT([no])
-#                    AC_DEFINE_UNQUOTED([CONVERT___FP16_FLOAT], 0, [Define to 1 if __fp16 can be converted to float.])
-#                  ]
-#                 )
-
-CC="$old_CC"
-CPPFLAGS="$old_CPPFLAGS"
-CFLAGS="$old_CFLAGS"
-LDFLAGS="$old_LDFLAGS"
-
- { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether byte ordering is bigendian" >&5
-$as_echo_n "checking whether byte ordering is bigendian... " >&6; }
-if ${ac_cv_c_bigendian+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  ac_cv_c_bigendian=unknown
-    # See if we're dealing with a universal compiler.
-    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h.  */
-#ifndef __APPLE_CC__
-	       not a universal capable compiler
-	     #endif
-	     typedef int dummy;
-
-_ACEOF
-if ac_fn_c_try_compile "$LINENO"; then :
-
-	# Check for potential -arch flags.  It is not universal unless
-	# there are at least two -arch flags with different values.
-	ac_arch=
-	ac_prev=
-	for ac_word in $CC $CFLAGS $CPPFLAGS $LDFLAGS; do
-	 if test -n "$ac_prev"; then
-	   case $ac_word in
-	     i?86 | x86_64 | ppc | ppc64)
-	       if test -z "$ac_arch" || test "$ac_arch" = "$ac_word"; then
-		 ac_arch=$ac_word
-	       else
-		 ac_cv_c_bigendian=universal
-		 break
-	       fi
-	       ;;
-	   esac
-	   ac_prev=
-	 elif test "x$ac_word" = "x-arch"; then
-	   ac_prev=arch
-	 fi
-       done
-fi
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-    if test $ac_cv_c_bigendian = unknown; then
-      # See if sys/param.h defines the BYTE_ORDER macro.
-      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h.  */
-#include <sys/types.h>
-	     #include <sys/param.h>
-
-int
-main ()
-{
-#if ! (defined BYTE_ORDER && defined BIG_ENDIAN \
-		     && defined LITTLE_ENDIAN && BYTE_ORDER && BIG_ENDIAN \
-		     && LITTLE_ENDIAN)
-	      bogus endian macros
-	     #endif
-
-  ;
-  return 0;
-}
-_ACEOF
-if ac_fn_c_try_compile "$LINENO"; then :
-  # It does; now see whether it defined to BIG_ENDIAN or not.
-	 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h.  */
-#include <sys/types.h>
-		#include <sys/param.h>
-
-int
-main ()
-{
-#if BYTE_ORDER != BIG_ENDIAN
-		 not big endian
-		#endif
-
-  ;
-  return 0;
-}
-_ACEOF
-if ac_fn_c_try_compile "$LINENO"; then :
-  ac_cv_c_bigendian=yes
-else
-  ac_cv_c_bigendian=no
-fi
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-fi
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-    fi
-    if test $ac_cv_c_bigendian = unknown; then
-      # See if <limits.h> defines _LITTLE_ENDIAN or _BIG_ENDIAN (e.g., Solaris).
-      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h.  */
-#include <limits.h>
-
-int
-main ()
-{
-#if ! (defined _LITTLE_ENDIAN || defined _BIG_ENDIAN)
-	      bogus endian macros
-	     #endif
-
-  ;
-  return 0;
-}
-_ACEOF
-if ac_fn_c_try_compile "$LINENO"; then :
-  # It does; now see whether it defined to _BIG_ENDIAN or not.
-	 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h.  */
-#include <limits.h>
-
-int
-main ()
-{
-#ifndef _BIG_ENDIAN
-		 not big endian
-		#endif
-
-  ;
-  return 0;
-}
-_ACEOF
-if ac_fn_c_try_compile "$LINENO"; then :
-  ac_cv_c_bigendian=yes
-else
-  ac_cv_c_bigendian=no
-fi
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-fi
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-    fi
-    if test $ac_cv_c_bigendian = unknown; then
-      # Compile a test program.
-      if test "$cross_compiling" = yes; then :
-  # Try to guess by grepping values from an object file.
-	 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h.  */
-short int ascii_mm[] =
-		  { 0x4249, 0x4765, 0x6E44, 0x6961, 0x6E53, 0x7953, 0 };
-		short int ascii_ii[] =
-		  { 0x694C, 0x5454, 0x656C, 0x6E45, 0x6944, 0x6E61, 0 };
-		int use_ascii (int i) {
-		  return ascii_mm[i] + ascii_ii[i];
-		}
-		short int ebcdic_ii[] =
-		  { 0x89D3, 0xE3E3, 0x8593, 0x95C5, 0x89C4, 0x9581, 0 };
-		short int ebcdic_mm[] =
-		  { 0xC2C9, 0xC785, 0x95C4, 0x8981, 0x95E2, 0xA8E2, 0 };
-		int use_ebcdic (int i) {
-		  return ebcdic_mm[i] + ebcdic_ii[i];
-		}
-		extern int foo;
-
-int
-main ()
-{
-return use_ascii (foo) == use_ebcdic (foo);
-  ;
-  return 0;
-}
-_ACEOF
-if ac_fn_c_try_compile "$LINENO"; then :
-  if grep BIGenDianSyS conftest.$ac_objext >/dev/null; then
-	      ac_cv_c_bigendian=yes
-	    fi
-	    if grep LiTTleEnDian conftest.$ac_objext >/dev/null ; then
-	      if test "$ac_cv_c_bigendian" = unknown; then
-		ac_cv_c_bigendian=no
-	      else
-		# finding both strings is unlikely to happen, but who knows?
-		ac_cv_c_bigendian=unknown
-	      fi
-	    fi
-fi
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-else
-  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h.  */
-$ac_includes_default
-int
-main ()
-{
-
-	     /* Are we little or big endian?  From Harbison&Steele.  */
-	     union
-	     {
-	       long int l;
-	       char c[sizeof (long int)];
-	     } u;
-	     u.l = 1;
-	     return u.c[sizeof (long int) - 1] == 1;
-
-  ;
-  return 0;
-}
-_ACEOF
-if ac_fn_c_try_run "$LINENO"; then :
-  ac_cv_c_bigendian=no
-else
-  ac_cv_c_bigendian=yes
-fi
-rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
-  conftest.$ac_objext conftest.beam conftest.$ac_ext
-fi
-
-    fi
-fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_bigendian" >&5
-$as_echo "$ac_cv_c_bigendian" >&6; }
- case $ac_cv_c_bigendian in #(
-   yes)
-
-$as_echo "#define WORDS_BIGENDIAN 1" >>confdefs.h
- ;; #(
-   no)
-
-$as_echo "#define WORDS_BIGENDIAN 0" >>confdefs.h
-
- ;; #(
-   universal)
-
-$as_echo "#define AC_APPLE_UNIVERSAL_BUILD 1" >>confdefs.h
-
-     ;; #(
-   *)
-     as_fn_error $? "unknown endianness
- presetting ac_cv_c_bigendian=no (or yes) will help" "$LINENO" 5 ;;
- esac
-
-
-
-# The libtool library version string to use (passed to -version-info).
-# See: http://www.nondot.org/sabre/Mirrored/libtool-2.1a/libtool_6.html
-# libpocl.so should get only API additions as we are implementing a standard.
-#
-# The library version encodings into the library file name are platform
-# dependant. Therefore we need to be a bit verbose here for the pocl.icd file
-# creation to succeed (see Makefile.am).
-# Chiefly, GNU differs from BSD, and others are untested. See e.g.
-# http://en.opensuse.org/openSUSE%3aShared_library_packaging_policy#Versioning_schemes
-#
-# 0:0:0 == 0.6
-# 1:0:0 == 0.7 (not backwards compatible with 0:0:0 due to the ICD)
-# 2:0:1 == 0.8 (currently backwards compatible with 0.7, thus age = 1).
-# 3:0:2 == 0.9 (currently backwards compatible with 0.7, thus age = 2).
-# 4:0:3 == 0.10 (currently backwards compatible with 0.7, thus age = 3).
-# 5:0:4 == 0.11 (currently backwards compatible with 0.7, thus age = 4).
-# 6:0:5 == 0.12 (currently backwards compatible with 0.7, thus age = 5).
-# 7:0:6 == 0.13 (currently backwards compatible with 0.7, thus age = 6).
-
-LIB_CURRENT_VERSION=7
-LIB_REVISION_VERSION=0
-LIB_AGE_VERSION=6
-LIB_FIRST_VERSION=$(($LIB_CURRENT_VERSION - $LIB_AGE_VERSION))
-BUILD_TIMESTAMP=""
-LIB_VERSION="$LIB_CURRENT_VERSION:$LIB_REVISION_VERSION:$LIB_AGE_VERSION"
-
-LIB_CURRENT_VERSION=$LIB_CURRENT_VERSION
-
-LIB_REVISION_VERSION=$LIB_REVISION_VERSION
-
-LIB_AGE_VERSION=$LIB_AGE_VERSION
-
-LIB_FIRST_VERSION=$LIB_FIRST_VERSION
-
-BUILD_TIMESTAMP=$( date +%G%m%d%H%M%N )
-
-
-
-cat >>confdefs.h <<_ACEOF
-#define POCL_BUILD_TIMESTAMP "$BUILD_TIMESTAMP"
-_ACEOF
-
-
-# The kernel compiler opt plugin shared library, however, changes more
-# drastically. Let's try to follow the similar 'current' numbering as
-# the pocl host API library and perhaps tune the 'revision' and 'age' later.
-KERNEL_COMPILER_LIB_VERSION="$LIB_CURRENT_VERSION:0:0"
-
-
-
-
-ac_config_files="$ac_config_files Makefile pocl.pc tests/atlocal ocl-vendors/pocl-tests.icd include/Makefile include/CL/Makefile include/OpenCL/Makefile lib/Makefile lib/CL/Makefile lib/CL/devices/Makefile lib/CL/devices/pthread/Makefile lib/CL/devices/basic/Makefile lib/CL/devices/tce/Makefile lib/CL/devices/tce/ttasim/Makefile lib/CL/devices/topology/Makefile lib/CL/devices/hsa/Makefile lib/llvmopencl/Makefile lib/kernel/Makefile lib/kernel/host/Makefile lib/kernel/tce/Makefile lib/ker [...]
-
-
-cat >confcache <<\_ACEOF
-# This file is a shell script that caches the results of configure
-# tests run on this system so they can be shared between configure
-# scripts and configure runs, see configure's option --config-cache.
-# It is not useful on other systems.  If it contains results you don't
-# want to keep, you may remove or edit it.
-#
-# config.status only pays attention to the cache file if you give it
-# the --recheck option to rerun configure.
-#
-# `ac_cv_env_foo' variables (set or unset) will be overridden when
-# loading this file, other *unset* `ac_cv_foo' will be assigned the
-# following values.
-
-_ACEOF
-
-# The following way of writing the cache mishandles newlines in values,
-# but we know of no workaround that is simple, portable, and efficient.
-# So, we kill variables containing newlines.
-# Ultrix sh set writes to stderr and can't be redirected directly,
-# and sets the high bit in the cache file unless we assign to the vars.
-(
-  for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
-    eval ac_val=\$$ac_var
-    case $ac_val in #(
-    *${as_nl}*)
-      case $ac_var in #(
-      *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
-$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
-      esac
-      case $ac_var in #(
-      _ | IFS | as_nl) ;; #(
-      BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
-      *) { eval $ac_var=; unset $ac_var;} ;;
-      esac ;;
-    esac
-  done
-
-  (set) 2>&1 |
-    case $as_nl`(ac_space=' '; set) 2>&1` in #(
-    *${as_nl}ac_space=\ *)
-      # `set' does not quote correctly, so add quotes: double-quote
-      # substitution turns \\\\ into \\, and sed turns \\ into \.
-      sed -n \
-	"s/'/'\\\\''/g;
-	  s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
-      ;; #(
-    *)
-      # `set' quotes correctly as required by POSIX, so do not add quotes.
-      sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
-      ;;
-    esac |
-    sort
-) |
-  sed '
-     /^ac_cv_env_/b end
-     t clear
-     :clear
-     s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
-     t end
-     s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
-     :end' >>confcache
-if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
-  if test -w "$cache_file"; then
-    if test "x$cache_file" != "x/dev/null"; then
-      { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
-$as_echo "$as_me: updating cache $cache_file" >&6;}
-      if test ! -f "$cache_file" || test -h "$cache_file"; then
-	cat confcache >"$cache_file"
-      else
-        case $cache_file in #(
-        */* | ?:*)
-	  mv -f confcache "$cache_file"$$ &&
-	  mv -f "$cache_file"$$ "$cache_file" ;; #(
-        *)
-	  mv -f confcache "$cache_file" ;;
-	esac
-      fi
-    fi
-  else
-    { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
-$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
-  fi
-fi
-rm -f confcache
-
-test "x$prefix" = xNONE && prefix=$ac_default_prefix
-# Let make expand exec_prefix.
-test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
-
-DEFS=-DHAVE_CONFIG_H
-
-ac_libobjs=
-ac_ltlibobjs=
-U=
-for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
-  # 1. Remove the extension, and $U if already installed.
-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
-  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
-  #    will be set to the directory where LIBOBJS objects are built.
-  as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
-  as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
-done
-LIBOBJS=$ac_libobjs
-
-LTLIBOBJS=$ac_ltlibobjs
-
-
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking that generated files are newer than configure" >&5
-$as_echo_n "checking that generated files are newer than configure... " >&6; }
-   if test -n "$am_sleep_pid"; then
-     # Hide warnings about reused PIDs.
-     wait $am_sleep_pid 2>/dev/null
-   fi
-   { $as_echo "$as_me:${as_lineno-$LINENO}: result: done" >&5
-$as_echo "done" >&6; }
- if test -n "$EXEEXT"; then
-  am__EXEEXT_TRUE=
-  am__EXEEXT_FALSE='#'
-else
-  am__EXEEXT_TRUE='#'
-  am__EXEEXT_FALSE=
-fi
-
-if test -z "${DARWIN_HOST_OS_TRUE}" && test -z "${DARWIN_HOST_OS_FALSE}"; then
-  as_fn_error $? "conditional \"DARWIN_HOST_OS\" was never defined.
-Usually this means the macro was only invoked conditionally." "$LINENO" 5
-fi
-if test -z "${FREEBSD_HOST_OS_TRUE}" && test -z "${FREEBSD_HOST_OS_FALSE}"; then
-  as_fn_error $? "conditional \"FREEBSD_HOST_OS\" was never defined.
-Usually this means the macro was only invoked conditionally." "$LINENO" 5
-fi
-if test -z "${DARWIN_HOST_OS_TRUE}" && test -z "${DARWIN_HOST_OS_FALSE}"; then
-  as_fn_error $? "conditional \"DARWIN_HOST_OS\" was never defined.
-Usually this means the macro was only invoked conditionally." "$LINENO" 5
-fi
-if test -z "${FREEBSD_HOST_OS_TRUE}" && test -z "${FREEBSD_HOST_OS_FALSE}"; then
-  as_fn_error $? "conditional \"FREEBSD_HOST_OS\" was never defined.
-Usually this means the macro was only invoked conditionally." "$LINENO" 5
-fi
-if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
-  as_fn_error $? "conditional \"AMDEP\" was never defined.
-Usually this means the macro was only invoked conditionally." "$LINENO" 5
-fi
-if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
-  as_fn_error $? "conditional \"am__fastdepCC\" was never defined.
-Usually this means the macro was only invoked conditionally." "$LINENO" 5
-fi
-if test -z "${am__fastdepCXX_TRUE}" && test -z "${am__fastdepCXX_FALSE}"; then
-  as_fn_error $? "conditional \"am__fastdepCXX\" was never defined.
-Usually this means the macro was only invoked conditionally." "$LINENO" 5
-fi
-if test -z "${TEST_SUITE_SAMPLES_TRUE}" && test -z "${TEST_SUITE_SAMPLES_FALSE}"; then
-  as_fn_error $? "conditional \"TEST_SUITE_SAMPLES\" was never defined.
-Usually this means the macro was only invoked conditionally." "$LINENO" 5
-fi
-if test -z "${TEST_SUITE_VIENNACL_TRUE}" && test -z "${TEST_SUITE_VIENNACL_FALSE}"; then
-  as_fn_error $? "conditional \"TEST_SUITE_VIENNACL\" was never defined.
-Usually this means the macro was only invoked conditionally." "$LINENO" 5
-fi
-if test -z "${TEST_SUITE_RODINIA_TRUE}" && test -z "${TEST_SUITE_RODINIA_FALSE}"; then
-  as_fn_error $? "conditional \"TEST_SUITE_RODINIA\" was never defined.
-Usually this means the macro was only invoked conditionally." "$LINENO" 5
-fi
-if test -z "${TEST_SUITE_PARBOIL_TRUE}" && test -z "${TEST_SUITE_PARBOIL_FALSE}"; then
-  as_fn_error $? "conditional \"TEST_SUITE_PARBOIL\" was never defined.
-Usually this means the macro was only invoked conditionally." "$LINENO" 5
-fi
-if test -z "${TEST_SUITE_AMD_TRUE}" && test -z "${TEST_SUITE_AMD_FALSE}"; then
-  as_fn_error $? "conditional \"TEST_SUITE_AMD\" was never defined.
-Usually this means the macro was only invoked conditionally." "$LINENO" 5
-fi
-if test -z "${TEST_SUITE_AMDSDK2_9_TRUE}" && test -z "${TEST_SUITE_AMDSDK2_9_FALSE}"; then
-  as_fn_error $? "conditional \"TEST_SUITE_AMDSDK2_9\" was never defined.
-Usually this means the macro was only invoked conditionally." "$LINENO" 5
-fi
-if test -z "${TEST_SUITE_AMDSDK3_0_TRUE}" && test -z "${TEST_SUITE_AMDSDK3_0_FALSE}"; then
-  as_fn_error $? "conditional \"TEST_SUITE_AMDSDK3_0\" was never defined.
-Usually this means the macro was only invoked conditionally." "$LINENO" 5
-fi
-if test -z "${TEST_SUITE_VEXCL_TRUE}" && test -z "${TEST_SUITE_VEXCL_FALSE}"; then
-  as_fn_error $? "conditional \"TEST_SUITE_VEXCL\" was never defined.
-Usually this means the macro was only invoked conditionally." "$LINENO" 5
-fi
-if test -z "${TEST_SUITE_PIGLIT_TRUE}" && test -z "${TEST_SUITE_PIGLIT_FALSE}"; then
-  as_fn_error $? "conditional \"TEST_SUITE_PIGLIT\" was never defined.
-Usually this means the macro was only invoked conditionally." "$LINENO" 5
-fi
-if test -z "${TEST_SUITE_HALIDE_TRUE}" && test -z "${TEST_SUITE_HALIDE_FALSE}"; then
-  as_fn_error $? "conditional \"TEST_SUITE_HALIDE\" was never defined.
-Usually this means the macro was only invoked conditionally." "$LINENO" 5
-fi
-if test -z "${TEST_SUITE_OPENCV_TRUE}" && test -z "${TEST_SUITE_OPENCV_FALSE}"; then
-  as_fn_error $? "conditional \"TEST_SUITE_OPENCV\" was never defined.
-Usually this means the macro was only invoked conditionally." "$LINENO" 5
-fi
-if test -z "${TEST_SUITE_CLOVERLEAF_TRUE}" && test -z "${TEST_SUITE_CLOVERLEAF_FALSE}"; then
-  as_fn_error $? "conditional \"TEST_SUITE_CLOVERLEAF\" was never defined.
-Usually this means the macro was only invoked conditionally." "$LINENO" 5
-fi
-if test -z "${TEST_SUITE_INTELSVM_TRUE}" && test -z "${TEST_SUITE_INTELSVM_FALSE}"; then
-  as_fn_error $? "conditional \"TEST_SUITE_INTELSVM\" was never defined.
-Usually this means the macro was only invoked conditionally." "$LINENO" 5
-fi
-if test -z "${BUILD_ICD_TRUE}" && test -z "${BUILD_ICD_FALSE}"; then
-  as_fn_error $? "conditional \"BUILD_ICD\" was never defined.
-Usually this means the macro was only invoked conditionally." "$LINENO" 5
-fi
-if test -z "${EXPORT_OPENCL_SYMBOLS_TRUE}" && test -z "${EXPORT_OPENCL_SYMBOLS_FALSE}"; then
-  as_fn_error $? "conditional \"EXPORT_OPENCL_SYMBOLS\" was never defined.
-Usually this means the macro was only invoked conditionally." "$LINENO" 5
-fi
-if test -z "${INSTALL_OPENCL_HEADERS_TRUE}" && test -z "${INSTALL_OPENCL_HEADERS_FALSE}"; then
-  as_fn_error $? "conditional \"INSTALL_OPENCL_HEADERS\" was never defined.
-Usually this means the macro was only invoked conditionally." "$LINENO" 5
-fi
-if test -z "${HAVE_OPENCL_HPP_TRUE}" && test -z "${HAVE_OPENCL_HPP_FALSE}"; then
-  as_fn_error $? "conditional \"HAVE_OPENCL_HPP\" was never defined.
-Usually this means the macro was only invoked conditionally." "$LINENO" 5
-fi
-if test -z "${HAVE_CLOCK_GETTIME_TRUE}" && test -z "${HAVE_CLOCK_GETTIME_FALSE}"; then
-  as_fn_error $? "conditional \"HAVE_CLOCK_GETTIME\" was never defined.
-Usually this means the macro was only invoked conditionally." "$LINENO" 5
-fi
-if test -z "${HAVE_CLOCK_GETTIME_TRUE}" && test -z "${HAVE_CLOCK_GETTIME_FALSE}"; then
-  as_fn_error $? "conditional \"HAVE_CLOCK_GETTIME\" was never defined.
-Usually this means the macro was only invoked conditionally." "$LINENO" 5
-fi
-if test -z "${CLANGXX_AVAILABLE_TRUE}" && test -z "${CLANGXX_AVAILABLE_FALSE}"; then
-  as_fn_error $? "conditional \"CLANGXX_AVAILABLE\" was never defined.
-Usually this means the macro was only invoked conditionally." "$LINENO" 5
-fi
-if test -z "${HOST_CPU_IS_X86_64_TRUE}" && test -z "${HOST_CPU_IS_X86_64_FALSE}"; then
-  as_fn_error $? "conditional \"HOST_CPU_IS_X86_64\" was never defined.
-Usually this means the macro was only invoked conditionally." "$LINENO" 5
-fi
-if test -z "${USE_VECMATHLIB_TRUE}" && test -z "${USE_VECMATHLIB_FALSE}"; then
-  as_fn_error $? "conditional \"USE_VECMATHLIB\" was never defined.
-Usually this means the macro was only invoked conditionally." "$LINENO" 5
-fi
-if test -z "${TCE_AVAILABLE_TRUE}" && test -z "${TCE_AVAILABLE_FALSE}"; then
-  as_fn_error $? "conditional \"TCE_AVAILABLE\" was never defined.
-Usually this means the macro was only invoked conditionally." "$LINENO" 5
-fi
-if test -z "${TCEMC_AVAILABLE_TRUE}" && test -z "${TCEMC_AVAILABLE_FALSE}"; then
-  as_fn_error $? "conditional \"TCEMC_AVAILABLE\" was never defined.
-Usually this means the macro was only invoked conditionally." "$LINENO" 5
-fi
-if test -z "${POCL_ANDROID_TRUE}" && test -z "${POCL_ANDROID_FALSE}"; then
-  as_fn_error $? "conditional \"POCL_ANDROID\" was never defined.
-Usually this means the macro was only invoked conditionally." "$LINENO" 5
-fi
-if test -z "${TEST_SUITE_HSA_TRUE}" && test -z "${TEST_SUITE_HSA_FALSE}"; then
-  as_fn_error $? "conditional \"TEST_SUITE_HSA\" was never defined.
-Usually this means the macro was only invoked conditionally." "$LINENO" 5
-fi
-if test -z "${BUILD_AMDGCN_TRUE}" && test -z "${BUILD_AMDGCN_FALSE}"; then
-  as_fn_error $? "conditional \"BUILD_AMDGCN\" was never defined.
-Usually this means the macro was only invoked conditionally." "$LINENO" 5
-fi
-if test -z "${BUILD_HSA_TRUE}" && test -z "${BUILD_HSA_FALSE}"; then
-  as_fn_error $? "conditional \"BUILD_HSA\" was never defined.
-Usually this means the macro was only invoked conditionally." "$LINENO" 5
-fi
-
-
-: "${CONFIG_STATUS=./config.status}"
-ac_write_fail=0
-ac_clean_files_save=$ac_clean_files
-ac_clean_files="$ac_clean_files $CONFIG_STATUS"
-{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
-$as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
-as_write_fail=0
-cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
-#! $SHELL
-# Generated by $as_me.
-# Run this file to recreate the current configuration.
-# Compiler output produced by configure, useful for debugging
-# configure, is in config.log if it exists.
-
-debug=false
-ac_cs_recheck=false
-ac_cs_silent=false
-
-SHELL=\${CONFIG_SHELL-$SHELL}
-export SHELL
-_ASEOF
-cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
-## -------------------- ##
-## M4sh Initialization. ##
-## -------------------- ##
-
-# Be more Bourne compatible
-DUALCASE=1; export DUALCASE # for MKS sh
-if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
-  emulate sh
-  NULLCMD=:
-  # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
-  # is contrary to our usage.  Disable this feature.
-  alias -g '${1+"$@"}'='"$@"'
-  setopt NO_GLOB_SUBST
-else
-  case `(set -o) 2>/dev/null` in #(
-  *posix*) :
-    set -o posix ;; #(
-  *) :
-     ;;
-esac
-fi
-
-
-as_nl='
-'
-export as_nl
-# Printing a long string crashes Solaris 7 /usr/bin/printf.
-as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
-as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
-as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
-# Prefer a ksh shell builtin over an external printf program on Solaris,
-# but without wasting forks for bash or zsh.
-if test -z "$BASH_VERSION$ZSH_VERSION" \
-    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
-  as_echo='print -r --'
-  as_echo_n='print -rn --'
-elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
-  as_echo='printf %s\n'
-  as_echo_n='printf %s'
-else
-  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
-    as_echo_n='/usr/ucb/echo -n'
-  else
-    as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
-    as_echo_n_body='eval
-      arg=$1;
-      case $arg in #(
-      *"$as_nl"*)
-	expr "X$arg" : "X\\(.*\\)$as_nl";
-	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
-      esac;
-      expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
-    '
-    export as_echo_n_body
-    as_echo_n='sh -c $as_echo_n_body as_echo'
-  fi
-  export as_echo_body
-  as_echo='sh -c $as_echo_body as_echo'
-fi
-
-# The user is always right.
-if test "${PATH_SEPARATOR+set}" != set; then
-  PATH_SEPARATOR=:
-  (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
-    (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
-      PATH_SEPARATOR=';'
-  }
-fi
-
-
-# IFS
-# We need space, tab and new line, in precisely that order.  Quoting is
-# there to prevent editors from complaining about space-tab.
-# (If _AS_PATH_WALK were called with IFS unset, it would disable word
-# splitting by setting IFS to empty value.)
-IFS=" ""	$as_nl"
-
-# Find who we are.  Look in the path if we contain no directory separator.
-as_myself=
-case $0 in #((
-  *[\\/]* ) as_myself=$0 ;;
-  *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-for as_dir in $PATH
-do
-  IFS=$as_save_IFS
-  test -z "$as_dir" && as_dir=.
-    test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
-  done
-IFS=$as_save_IFS
-
-     ;;
-esac
-# We did not find ourselves, most probably we were run as `sh COMMAND'
-# in which case we are not to be found in the path.
-if test "x$as_myself" = x; then
-  as_myself=$0
-fi
-if test ! -f "$as_myself"; then
-  $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
-  exit 1
-fi
-
-# Unset variables that we do not need and which cause bugs (e.g. in
-# pre-3.0 UWIN ksh).  But do not cause bugs in bash 2.01; the "|| exit 1"
-# suppresses any "Segmentation fault" message there.  '((' could
-# trigger a bug in pdksh 5.2.14.
-for as_var in BASH_ENV ENV MAIL MAILPATH
-do eval test x\${$as_var+set} = xset \
-  && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
-done
-PS1='$ '
-PS2='> '
-PS4='+ '
-
-# NLS nuisances.
-LC_ALL=C
-export LC_ALL
-LANGUAGE=C
-export LANGUAGE
-
-# CDPATH.
-(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
-
-
-# as_fn_error STATUS ERROR [LINENO LOG_FD]
-# ----------------------------------------
-# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
-# script with STATUS, using 1 if that was 0.
-as_fn_error ()
-{
-  as_status=$1; test $as_status -eq 0 && as_status=1
-  if test "$4"; then
-    as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
-    $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
-  fi
-  $as_echo "$as_me: error: $2" >&2
-  as_fn_exit $as_status
-} # as_fn_error
-
-
-# as_fn_set_status STATUS
-# -----------------------
-# Set $? to STATUS, without forking.
-as_fn_set_status ()
-{
-  return $1
-} # as_fn_set_status
-
-# as_fn_exit STATUS
-# -----------------
-# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
-as_fn_exit ()
-{
-  set +e
-  as_fn_set_status $1
-  exit $1
-} # as_fn_exit
-
-# as_fn_unset VAR
-# ---------------
-# Portably unset VAR.
-as_fn_unset ()
-{
-  { eval $1=; unset $1;}
-}
-as_unset=as_fn_unset
-# as_fn_append VAR VALUE
-# ----------------------
-# Append the text in VALUE to the end of the definition contained in VAR. Take
-# advantage of any shell optimizations that allow amortized linear growth over
-# repeated appends, instead of the typical quadratic growth present in naive
-# implementations.
-if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
-  eval 'as_fn_append ()
-  {
-    eval $1+=\$2
-  }'
-else
-  as_fn_append ()
-  {
-    eval $1=\$$1\$2
-  }
-fi # as_fn_append
-
-# as_fn_arith ARG...
-# ------------------
-# Perform arithmetic evaluation on the ARGs, and store the result in the
-# global $as_val. Take advantage of shells that can avoid forks. The arguments
-# must be portable across $(()) and expr.
-if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
-  eval 'as_fn_arith ()
-  {
-    as_val=$(( $* ))
-  }'
-else
-  as_fn_arith ()
-  {
-    as_val=`expr "$@" || test $? -eq 1`
-  }
-fi # as_fn_arith
-
-
-if expr a : '\(a\)' >/dev/null 2>&1 &&
-   test "X`expr 00001 : '.*\(...\)'`" = X001; then
-  as_expr=expr
-else
-  as_expr=false
-fi
-
-if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
-  as_basename=basename
-else
-  as_basename=false
-fi
-
-if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
-  as_dirname=dirname
-else
-  as_dirname=false
-fi
-
-as_me=`$as_basename -- "$0" ||
-$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
-	 X"$0" : 'X\(//\)$' \| \
-	 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
-$as_echo X/"$0" |
-    sed '/^.*\/\([^/][^/]*\)\/*$/{
-	    s//\1/
-	    q
-	  }
-	  /^X\/\(\/\/\)$/{
-	    s//\1/
-	    q
-	  }
-	  /^X\/\(\/\).*/{
-	    s//\1/
-	    q
-	  }
-	  s/.*/./; q'`
-
-# Avoid depending upon Character Ranges.
-as_cr_letters='abcdefghijklmnopqrstuvwxyz'
-as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
-as_cr_Letters=$as_cr_letters$as_cr_LETTERS
-as_cr_digits='0123456789'
-as_cr_alnum=$as_cr_Letters$as_cr_digits
-
-ECHO_C= ECHO_N= ECHO_T=
-case `echo -n x` in #(((((
--n*)
-  case `echo 'xy\c'` in
-  *c*) ECHO_T='	';;	# ECHO_T is single tab character.
-  xy)  ECHO_C='\c';;
-  *)   echo `echo ksh88 bug on AIX 6.1` > /dev/null
-       ECHO_T='	';;
-  esac;;
-*)
-  ECHO_N='-n';;
-esac
-
-rm -f conf$$ conf$$.exe conf$$.file
-if test -d conf$$.dir; then
-  rm -f conf$$.dir/conf$$.file
-else
-  rm -f conf$$.dir
-  mkdir conf$$.dir 2>/dev/null
-fi
-if (echo >conf$$.file) 2>/dev/null; then
-  if ln -s conf$$.file conf$$ 2>/dev/null; then
-    as_ln_s='ln -s'
-    # ... but there are two gotchas:
-    # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
-    # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
-    # In both cases, we have to default to `cp -pR'.
-    ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
-      as_ln_s='cp -pR'
-  elif ln conf$$.file conf$$ 2>/dev/null; then
-    as_ln_s=ln
-  else
-    as_ln_s='cp -pR'
-  fi
-else
-  as_ln_s='cp -pR'
-fi
-rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
-rmdir conf$$.dir 2>/dev/null
-
-
-# as_fn_mkdir_p
-# -------------
-# Create "$as_dir" as a directory, including parents if necessary.
-as_fn_mkdir_p ()
-{
-
-  case $as_dir in #(
-  -*) as_dir=./$as_dir;;
-  esac
-  test -d "$as_dir" || eval $as_mkdir_p || {
-    as_dirs=
-    while :; do
-      case $as_dir in #(
-      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
-      *) as_qdir=$as_dir;;
-      esac
-      as_dirs="'$as_qdir' $as_dirs"
-      as_dir=`$as_dirname -- "$as_dir" ||
-$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
-	 X"$as_dir" : 'X\(//\)[^/]' \| \
-	 X"$as_dir" : 'X\(//\)$' \| \
-	 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
-$as_echo X"$as_dir" |
-    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
-	    s//\1/
-	    q
-	  }
-	  /^X\(\/\/\)[^/].*/{
-	    s//\1/
-	    q
-	  }
-	  /^X\(\/\/\)$/{
-	    s//\1/
-	    q
-	  }
-	  /^X\(\/\).*/{
-	    s//\1/
-	    q
-	  }
-	  s/.*/./; q'`
-      test -d "$as_dir" && break
-    done
-    test -z "$as_dirs" || eval "mkdir $as_dirs"
-  } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
-
-
-} # as_fn_mkdir_p
-if mkdir -p . 2>/dev/null; then
-  as_mkdir_p='mkdir -p "$as_dir"'
-else
-  test -d ./-p && rmdir ./-p
-  as_mkdir_p=false
-fi
-
-
-# as_fn_executable_p FILE
-# -----------------------
-# Test if FILE is an executable regular file.
-as_fn_executable_p ()
-{
-  test -f "$1" && test -x "$1"
-} # as_fn_executable_p
-as_test_x='test -x'
-as_executable_p=as_fn_executable_p
-
-# Sed expression to map a string onto a valid CPP name.
-as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
-
-# Sed expression to map a string onto a valid variable name.
-as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
-
-
-exec 6>&1
-## ----------------------------------- ##
-## Main body of $CONFIG_STATUS script. ##
-## ----------------------------------- ##
-_ASEOF
-test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
-
-cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
-# Save the log message, to keep $0 and so on meaningful, and to
-# report actual input values of CONFIG_FILES etc. instead of their
-# values after options handling.
-ac_log="
-This file was extended by pocl $as_me 0.13, which was
-generated by GNU Autoconf 2.69.  Invocation command line was
-
-  CONFIG_FILES    = $CONFIG_FILES
-  CONFIG_HEADERS  = $CONFIG_HEADERS
-  CONFIG_LINKS    = $CONFIG_LINKS
-  CONFIG_COMMANDS = $CONFIG_COMMANDS
-  $ $0 $@
-
-on `(hostname || uname -n) 2>/dev/null | sed 1q`
-"
-
-_ACEOF
-
-case $ac_config_files in *"
-"*) set x $ac_config_files; shift; ac_config_files=$*;;
-esac
-
-case $ac_config_headers in *"
-"*) set x $ac_config_headers; shift; ac_config_headers=$*;;
-esac
-
-
-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
-# Files that config.status was made for.
-config_files="$ac_config_files"
-config_headers="$ac_config_headers"
-config_commands="$ac_config_commands"
-
-_ACEOF
-
-cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
-ac_cs_usage="\
-\`$as_me' instantiates files and other configuration actions
-from templates according to the current configuration.  Unless the files
-and actions are specified as TAGs, all are instantiated by default.
-
-Usage: $0 [OPTION]... [TAG]...
-
-  -h, --help       print this help, then exit
-  -V, --version    print version number and configuration settings, then exit
-      --config     print configuration, then exit
-  -q, --quiet, --silent
-                   do not print progress messages
-  -d, --debug      don't remove temporary files
-      --recheck    update $as_me by reconfiguring in the same conditions
-      --file=FILE[:TEMPLATE]
-                   instantiate the configuration file FILE
-      --header=FILE[:TEMPLATE]
-                   instantiate the configuration header FILE
-
-Configuration files:
-$config_files
-
-Configuration headers:
-$config_headers
-
-Configuration commands:
-$config_commands
-
-Report bugs to <pocl-devel at lists.sourceforge.net>."
-
-_ACEOF
-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
-ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
-ac_cs_version="\\
-pocl config.status 0.13
-configured by $0, generated by GNU Autoconf 2.69,
-  with options \\"\$ac_cs_config\\"
-
-Copyright (C) 2012 Free Software Foundation, Inc.
-This config.status script is free software; the Free Software Foundation
-gives unlimited permission to copy, distribute and modify it."
-
-ac_pwd='$ac_pwd'
-srcdir='$srcdir'
-INSTALL='$INSTALL'
-MKDIR_P='$MKDIR_P'
-AWK='$AWK'
-test -n "\$AWK" || AWK=awk
-_ACEOF
-
-cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
-# The default lists apply if the user does not specify any file.
-ac_need_defaults=:
-while test $# != 0
-do
-  case $1 in
-  --*=?*)
-    ac_option=`expr "X$1" : 'X\([^=]*\)='`
-    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
-    ac_shift=:
-    ;;
-  --*=)
-    ac_option=`expr "X$1" : 'X\([^=]*\)='`
-    ac_optarg=
-    ac_shift=:
-    ;;
-  *)
-    ac_option=$1
-    ac_optarg=$2
-    ac_shift=shift
-    ;;
-  esac
-
-  case $ac_option in
-  # Handling of the options.
-  -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
-    ac_cs_recheck=: ;;
-  --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
-    $as_echo "$ac_cs_version"; exit ;;
-  --config | --confi | --conf | --con | --co | --c )
-    $as_echo "$ac_cs_config"; exit ;;
-  --debug | --debu | --deb | --de | --d | -d )
-    debug=: ;;
-  --file | --fil | --fi | --f )
-    $ac_shift
-    case $ac_optarg in
-    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
-    '') as_fn_error $? "missing file argument" ;;
-    esac
-    as_fn_append CONFIG_FILES " '$ac_optarg'"
-    ac_need_defaults=false;;
-  --header | --heade | --head | --hea )
-    $ac_shift
-    case $ac_optarg in
-    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
-    esac
-    as_fn_append CONFIG_HEADERS " '$ac_optarg'"
-    ac_need_defaults=false;;
-  --he | --h)
-    # Conflict between --help and --header
-    as_fn_error $? "ambiguous option: \`$1'
-Try \`$0 --help' for more information.";;
-  --help | --hel | -h )
-    $as_echo "$ac_cs_usage"; exit ;;
-  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
-  | -silent | --silent | --silen | --sile | --sil | --si | --s)
-    ac_cs_silent=: ;;
-
-  # This is an error.
-  -*) as_fn_error $? "unrecognized option: \`$1'
-Try \`$0 --help' for more information." ;;
-
-  *) as_fn_append ac_config_targets " $1"
-     ac_need_defaults=false ;;
-
-  esac
-  shift
-done
-
-ac_configure_extra_args=
-
-if $ac_cs_silent; then
-  exec 6>/dev/null
-  ac_configure_extra_args="$ac_configure_extra_args --silent"
-fi
-
-_ACEOF
-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
-if \$ac_cs_recheck; then
-  set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
-  shift
-  \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
-  CONFIG_SHELL='$SHELL'
-  export CONFIG_SHELL
-  exec "\$@"
-fi
-
-_ACEOF
-cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
-exec 5>>config.log
-{
-  echo
-  sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
-## Running $as_me. ##
-_ASBOX
-  $as_echo "$ac_log"
-} >&5
-
-_ACEOF
-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
-#
-# INIT-COMMANDS
-#
-
-AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
-
-
-# The HP-UX ksh and POSIX shell print the target directory to stdout
-# if CDPATH is set.
-(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
-
-sed_quote_subst='$sed_quote_subst'
-double_quote_subst='$double_quote_subst'
-delay_variable_subst='$delay_variable_subst'
-macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
-macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
-enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
-enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
-pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
-enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
-shared_archive_member_spec='`$ECHO "$shared_archive_member_spec" | $SED "$delay_single_quote_subst"`'
-SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
-ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
-PATH_SEPARATOR='`$ECHO "$PATH_SEPARATOR" | $SED "$delay_single_quote_subst"`'
-host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
-host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
-host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
-build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
-build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
-build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
-SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
-Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
-GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
-EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
-FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
-LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
-NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
-LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
-max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
-ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
-exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
-lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
-lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
-lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
-lt_cv_to_host_file_cmd='`$ECHO "$lt_cv_to_host_file_cmd" | $SED "$delay_single_quote_subst"`'
-lt_cv_to_tool_file_cmd='`$ECHO "$lt_cv_to_tool_file_cmd" | $SED "$delay_single_quote_subst"`'
-reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
-reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
-OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
-deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
-file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
-file_magic_glob='`$ECHO "$file_magic_glob" | $SED "$delay_single_quote_subst"`'
-want_nocaseglob='`$ECHO "$want_nocaseglob" | $SED "$delay_single_quote_subst"`'
-DLLTOOL='`$ECHO "$DLLTOOL" | $SED "$delay_single_quote_subst"`'
-sharedlib_from_linklib_cmd='`$ECHO "$sharedlib_from_linklib_cmd" | $SED "$delay_single_quote_subst"`'
-AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
-AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
-archiver_list_spec='`$ECHO "$archiver_list_spec" | $SED "$delay_single_quote_subst"`'
-STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
-RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
-old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
-old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
-old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
-lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
-CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
-CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
-compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
-GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
-lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
-lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
-lt_cv_sys_global_symbol_to_import='`$ECHO "$lt_cv_sys_global_symbol_to_import" | $SED "$delay_single_quote_subst"`'
-lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
-lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address_lib_prefix" | $SED "$delay_single_quote_subst"`'
-lt_cv_nm_interface='`$ECHO "$lt_cv_nm_interface" | $SED "$delay_single_quote_subst"`'
-nm_file_list_spec='`$ECHO "$nm_file_list_spec" | $SED "$delay_single_quote_subst"`'
-lt_sysroot='`$ECHO "$lt_sysroot" | $SED "$delay_single_quote_subst"`'
-lt_cv_truncate_bin='`$ECHO "$lt_cv_truncate_bin" | $SED "$delay_single_quote_subst"`'
-objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
-MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
-lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
-lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
-lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
-lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
-lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
-need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
-MANIFEST_TOOL='`$ECHO "$MANIFEST_TOOL" | $SED "$delay_single_quote_subst"`'
-DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
-NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
-LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
-OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
-OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
-libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
-shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
-extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
-archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
-enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
-export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
-whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
-compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
-old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
-old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
-archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
-archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
-module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
-module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
-with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
-allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
-no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
-hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
-hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
-hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
-hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
-hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
-hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
-hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
-inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
-link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
-always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
-export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
-exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
-include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
-prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
-postlink_cmds='`$ECHO "$postlink_cmds" | $SED "$delay_single_quote_subst"`'
-file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
-variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
-need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
-need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
-version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
-runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
-shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
-shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
-libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
-library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
-soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
-install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
-postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
-postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
-finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
-finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
-hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
-sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
-configure_time_dlsearch_path='`$ECHO "$configure_time_dlsearch_path" | $SED "$delay_single_quote_subst"`'
-configure_time_lt_sys_library_path='`$ECHO "$configure_time_lt_sys_library_path" | $SED "$delay_single_quote_subst"`'
-hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
-enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
-enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
-enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
-old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
-striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
-compiler_lib_search_dirs='`$ECHO "$compiler_lib_search_dirs" | $SED "$delay_single_quote_subst"`'
-predep_objects='`$ECHO "$predep_objects" | $SED "$delay_single_quote_subst"`'
-postdep_objects='`$ECHO "$postdep_objects" | $SED "$delay_single_quote_subst"`'
-predeps='`$ECHO "$predeps" | $SED "$delay_single_quote_subst"`'
-postdeps='`$ECHO "$postdeps" | $SED "$delay_single_quote_subst"`'
-compiler_lib_search_path='`$ECHO "$compiler_lib_search_path" | $SED "$delay_single_quote_subst"`'
-LD_CXX='`$ECHO "$LD_CXX" | $SED "$delay_single_quote_subst"`'
-reload_flag_CXX='`$ECHO "$reload_flag_CXX" | $SED "$delay_single_quote_subst"`'
-reload_cmds_CXX='`$ECHO "$reload_cmds_CXX" | $SED "$delay_single_quote_subst"`'
-old_archive_cmds_CXX='`$ECHO "$old_archive_cmds_CXX" | $SED "$delay_single_quote_subst"`'
-compiler_CXX='`$ECHO "$compiler_CXX" | $SED "$delay_single_quote_subst"`'
-GCC_CXX='`$ECHO "$GCC_CXX" | $SED "$delay_single_quote_subst"`'
-lt_prog_compiler_no_builtin_flag_CXX='`$ECHO "$lt_prog_compiler_no_builtin_flag_CXX" | $SED "$delay_single_quote_subst"`'
-lt_prog_compiler_pic_CXX='`$ECHO "$lt_prog_compiler_pic_CXX" | $SED "$delay_single_quote_subst"`'
-lt_prog_compiler_wl_CXX='`$ECHO "$lt_prog_compiler_wl_CXX" | $SED "$delay_single_quote_subst"`'
-lt_prog_compiler_static_CXX='`$ECHO "$lt_prog_compiler_static_CXX" | $SED "$delay_single_quote_subst"`'
-lt_cv_prog_compiler_c_o_CXX='`$ECHO "$lt_cv_prog_compiler_c_o_CXX" | $SED "$delay_single_quote_subst"`'
-archive_cmds_need_lc_CXX='`$ECHO "$archive_cmds_need_lc_CXX" | $SED "$delay_single_quote_subst"`'
-enable_shared_with_static_runtimes_CXX='`$ECHO "$enable_shared_with_static_runtimes_CXX" | $SED "$delay_single_quote_subst"`'
-export_dynamic_flag_spec_CXX='`$ECHO "$export_dynamic_flag_spec_CXX" | $SED "$delay_single_quote_subst"`'
-whole_archive_flag_spec_CXX='`$ECHO "$whole_archive_flag_spec_CXX" | $SED "$delay_single_quote_subst"`'
-compiler_needs_object_CXX='`$ECHO "$compiler_needs_object_CXX" | $SED "$delay_single_quote_subst"`'
-old_archive_from_new_cmds_CXX='`$ECHO "$old_archive_from_new_cmds_CXX" | $SED "$delay_single_quote_subst"`'
-old_archive_from_expsyms_cmds_CXX='`$ECHO "$old_archive_from_expsyms_cmds_CXX" | $SED "$delay_single_quote_subst"`'
-archive_cmds_CXX='`$ECHO "$archive_cmds_CXX" | $SED "$delay_single_quote_subst"`'
-archive_expsym_cmds_CXX='`$ECHO "$archive_expsym_cmds_CXX" | $SED "$delay_single_quote_subst"`'
-module_cmds_CXX='`$ECHO "$module_cmds_CXX" | $SED "$delay_single_quote_subst"`'
-module_expsym_cmds_CXX='`$ECHO "$module_expsym_cmds_CXX" | $SED "$delay_single_quote_subst"`'
-with_gnu_ld_CXX='`$ECHO "$with_gnu_ld_CXX" | $SED "$delay_single_quote_subst"`'
-allow_undefined_flag_CXX='`$ECHO "$allow_undefined_flag_CXX" | $SED "$delay_single_quote_subst"`'
-no_undefined_flag_CXX='`$ECHO "$no_undefined_flag_CXX" | $SED "$delay_single_quote_subst"`'
-hardcode_libdir_flag_spec_CXX='`$ECHO "$hardcode_libdir_flag_spec_CXX" | $SED "$delay_single_quote_subst"`'
-hardcode_libdir_separator_CXX='`$ECHO "$hardcode_libdir_separator_CXX" | $SED "$delay_single_quote_subst"`'
-hardcode_direct_CXX='`$ECHO "$hardcode_direct_CXX" | $SED "$delay_single_quote_subst"`'
-hardcode_direct_absolute_CXX='`$ECHO "$hardcode_direct_absolute_CXX" | $SED "$delay_single_quote_subst"`'
-hardcode_minus_L_CXX='`$ECHO "$hardcode_minus_L_CXX" | $SED "$delay_single_quote_subst"`'
-hardcode_shlibpath_var_CXX='`$ECHO "$hardcode_shlibpath_var_CXX" | $SED "$delay_single_quote_subst"`'
-hardcode_automatic_CXX='`$ECHO "$hardcode_automatic_CXX" | $SED "$delay_single_quote_subst"`'
-inherit_rpath_CXX='`$ECHO "$inherit_rpath_CXX" | $SED "$delay_single_quote_subst"`'
-link_all_deplibs_CXX='`$ECHO "$link_all_deplibs_CXX" | $SED "$delay_single_quote_subst"`'
-always_export_symbols_CXX='`$ECHO "$always_export_symbols_CXX" | $SED "$delay_single_quote_subst"`'
-export_symbols_cmds_CXX='`$ECHO "$export_symbols_cmds_CXX" | $SED "$delay_single_quote_subst"`'
-exclude_expsyms_CXX='`$ECHO "$exclude_expsyms_CXX" | $SED "$delay_single_quote_subst"`'
-include_expsyms_CXX='`$ECHO "$include_expsyms_CXX" | $SED "$delay_single_quote_subst"`'
-prelink_cmds_CXX='`$ECHO "$prelink_cmds_CXX" | $SED "$delay_single_quote_subst"`'
-postlink_cmds_CXX='`$ECHO "$postlink_cmds_CXX" | $SED "$delay_single_quote_subst"`'
-file_list_spec_CXX='`$ECHO "$file_list_spec_CXX" | $SED "$delay_single_quote_subst"`'
-hardcode_action_CXX='`$ECHO "$hardcode_action_CXX" | $SED "$delay_single_quote_subst"`'
-compiler_lib_search_dirs_CXX='`$ECHO "$compiler_lib_search_dirs_CXX" | $SED "$delay_single_quote_subst"`'
-predep_objects_CXX='`$ECHO "$predep_objects_CXX" | $SED "$delay_single_quote_subst"`'
-postdep_objects_CXX='`$ECHO "$postdep_objects_CXX" | $SED "$delay_single_quote_subst"`'
-predeps_CXX='`$ECHO "$predeps_CXX" | $SED "$delay_single_quote_subst"`'
-postdeps_CXX='`$ECHO "$postdeps_CXX" | $SED "$delay_single_quote_subst"`'
-compiler_lib_search_path_CXX='`$ECHO "$compiler_lib_search_path_CXX" | $SED "$delay_single_quote_subst"`'
-
-LTCC='$LTCC'
-LTCFLAGS='$LTCFLAGS'
-compiler='$compiler_DEFAULT'
-
-# A function that is used when there is no print builtin or printf.
-func_fallback_echo ()
-{
-  eval 'cat <<_LTECHO_EOF
-\$1
-_LTECHO_EOF'
-}
-
-# Quote evaled strings.
-for var in SHELL \
-ECHO \
-PATH_SEPARATOR \
-SED \
-GREP \
-EGREP \
-FGREP \
-LD \
-NM \
-LN_S \
-lt_SP2NL \
-lt_NL2SP \
-reload_flag \
-OBJDUMP \
-deplibs_check_method \
-file_magic_cmd \
-file_magic_glob \
-want_nocaseglob \
-DLLTOOL \
-sharedlib_from_linklib_cmd \
-AR \
-AR_FLAGS \
-archiver_list_spec \
-STRIP \
-RANLIB \
-CC \
-CFLAGS \
-compiler \
-lt_cv_sys_global_symbol_pipe \
-lt_cv_sys_global_symbol_to_cdecl \
-lt_cv_sys_global_symbol_to_import \
-lt_cv_sys_global_symbol_to_c_name_address \
-lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
-lt_cv_nm_interface \
-nm_file_list_spec \
-lt_cv_truncate_bin \
-lt_prog_compiler_no_builtin_flag \
-lt_prog_compiler_pic \
-lt_prog_compiler_wl \
-lt_prog_compiler_static \
-lt_cv_prog_compiler_c_o \
-need_locks \
-MANIFEST_TOOL \
-DSYMUTIL \
-NMEDIT \
-LIPO \
-OTOOL \
-OTOOL64 \
-shrext_cmds \
-export_dynamic_flag_spec \
-whole_archive_flag_spec \
-compiler_needs_object \
-with_gnu_ld \
-allow_undefined_flag \
-no_undefined_flag \
-hardcode_libdir_flag_spec \
-hardcode_libdir_separator \
-exclude_expsyms \
-include_expsyms \
-file_list_spec \
-variables_saved_for_relink \
-libname_spec \
-library_names_spec \
-soname_spec \
-install_override_mode \
-finish_eval \
-old_striplib \
-striplib \
-compiler_lib_search_dirs \
-predep_objects \
-postdep_objects \
-predeps \
-postdeps \
-compiler_lib_search_path \
-LD_CXX \
-reload_flag_CXX \
-compiler_CXX \
-lt_prog_compiler_no_builtin_flag_CXX \
-lt_prog_compiler_pic_CXX \
-lt_prog_compiler_wl_CXX \
-lt_prog_compiler_static_CXX \
-lt_cv_prog_compiler_c_o_CXX \
-export_dynamic_flag_spec_CXX \
-whole_archive_flag_spec_CXX \
-compiler_needs_object_CXX \
-with_gnu_ld_CXX \
-allow_undefined_flag_CXX \
-no_undefined_flag_CXX \
-hardcode_libdir_flag_spec_CXX \
-hardcode_libdir_separator_CXX \
-exclude_expsyms_CXX \
-include_expsyms_CXX \
-file_list_spec_CXX \
-compiler_lib_search_dirs_CXX \
-predep_objects_CXX \
-postdep_objects_CXX \
-predeps_CXX \
-postdeps_CXX \
-compiler_lib_search_path_CXX; do
-    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
-    *[\\\\\\\`\\"\\\$]*)
-      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes
-      ;;
-    *)
-      eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
-      ;;
-    esac
-done
-
-# Double-quote double-evaled strings.
-for var in reload_cmds \
-old_postinstall_cmds \
-old_postuninstall_cmds \
-old_archive_cmds \
-extract_expsyms_cmds \
-old_archive_from_new_cmds \
-old_archive_from_expsyms_cmds \
-archive_cmds \
-archive_expsym_cmds \
-module_cmds \
-module_expsym_cmds \
-export_symbols_cmds \
-prelink_cmds \
-postlink_cmds \
-postinstall_cmds \
-postuninstall_cmds \
-finish_cmds \
-sys_lib_search_path_spec \
-configure_time_dlsearch_path \
-configure_time_lt_sys_library_path \
-reload_cmds_CXX \
-old_archive_cmds_CXX \
-old_archive_from_new_cmds_CXX \
-old_archive_from_expsyms_cmds_CXX \
-archive_cmds_CXX \
-archive_expsym_cmds_CXX \
-module_cmds_CXX \
-module_expsym_cmds_CXX \
-export_symbols_cmds_CXX \
-prelink_cmds_CXX \
-postlink_cmds_CXX; do
-    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
-    *[\\\\\\\`\\"\\\$]*)
-      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes
-      ;;
-    *)
-      eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
-      ;;
-    esac
-done
-
-ac_aux_dir='$ac_aux_dir'
-
-# See if we are running on zsh, and set the options that allow our
-# commands through without removal of \ escapes INIT.
-if test -n "\${ZSH_VERSION+set}"; then
-   setopt NO_GLOB_SUBST
-fi
-
-
-    PACKAGE='$PACKAGE'
-    VERSION='$VERSION'
-    RM='$RM'
-    ofile='$ofile'
-
-
-
-
-
-
-_ACEOF
-
-cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
-
-# Handling of arguments.
-for ac_config_target in $ac_config_targets
-do
-  case $ac_config_target in
-    "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;;
-    "tests/atconfig") CONFIG_COMMANDS="$CONFIG_COMMANDS tests/atconfig" ;;
-    "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
-    "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
-    "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
-    "pocl.pc") CONFIG_FILES="$CONFIG_FILES pocl.pc" ;;
-    "tests/atlocal") CONFIG_FILES="$CONFIG_FILES tests/atlocal" ;;
-    "ocl-vendors/pocl-tests.icd") CONFIG_FILES="$CONFIG_FILES ocl-vendors/pocl-tests.icd" ;;
-    "include/Makefile") CONFIG_FILES="$CONFIG_FILES include/Makefile" ;;
-    "include/CL/Makefile") CONFIG_FILES="$CONFIG_FILES include/CL/Makefile" ;;
-    "include/OpenCL/Makefile") CONFIG_FILES="$CONFIG_FILES include/OpenCL/Makefile" ;;
-    "lib/Makefile") CONFIG_FILES="$CONFIG_FILES lib/Makefile" ;;
-    "lib/CL/Makefile") CONFIG_FILES="$CONFIG_FILES lib/CL/Makefile" ;;
-    "lib/CL/devices/Makefile") CONFIG_FILES="$CONFIG_FILES lib/CL/devices/Makefile" ;;
-    "lib/CL/devices/pthread/Makefile") CONFIG_FILES="$CONFIG_FILES lib/CL/devices/pthread/Makefile" ;;
-    "lib/CL/devices/basic/Makefile") CONFIG_FILES="$CONFIG_FILES lib/CL/devices/basic/Makefile" ;;
-    "lib/CL/devices/tce/Makefile") CONFIG_FILES="$CONFIG_FILES lib/CL/devices/tce/Makefile" ;;
-    "lib/CL/devices/tce/ttasim/Makefile") CONFIG_FILES="$CONFIG_FILES lib/CL/devices/tce/ttasim/Makefile" ;;
-    "lib/CL/devices/topology/Makefile") CONFIG_FILES="$CONFIG_FILES lib/CL/devices/topology/Makefile" ;;
-    "lib/CL/devices/hsa/Makefile") CONFIG_FILES="$CONFIG_FILES lib/CL/devices/hsa/Makefile" ;;
-    "lib/llvmopencl/Makefile") CONFIG_FILES="$CONFIG_FILES lib/llvmopencl/Makefile" ;;
-    "lib/kernel/Makefile") CONFIG_FILES="$CONFIG_FILES lib/kernel/Makefile" ;;
-    "lib/kernel/host/Makefile") CONFIG_FILES="$CONFIG_FILES lib/kernel/host/Makefile" ;;
-    "lib/kernel/tce/Makefile") CONFIG_FILES="$CONFIG_FILES lib/kernel/tce/Makefile" ;;
-    "lib/kernel/hsail64/Makefile") CONFIG_FILES="$CONFIG_FILES lib/kernel/hsail64/Makefile" ;;
-    "lib/poclu/Makefile") CONFIG_FILES="$CONFIG_FILES lib/poclu/Makefile" ;;
-    "examples/Makefile") CONFIG_FILES="$CONFIG_FILES examples/Makefile" ;;
-    "examples/example1/Makefile") CONFIG_FILES="$CONFIG_FILES examples/example1/Makefile" ;;
-    "examples/example1-spir64/Makefile") CONFIG_FILES="$CONFIG_FILES examples/example1-spir64/Makefile" ;;
-    "examples/example1-spir32/Makefile") CONFIG_FILES="$CONFIG_FILES examples/example1-spir32/Makefile" ;;
-    "examples/example2/Makefile") CONFIG_FILES="$CONFIG_FILES examples/example2/Makefile" ;;
-    "examples/example2a/Makefile") CONFIG_FILES="$CONFIG_FILES examples/example2a/Makefile" ;;
-    "examples/standalone/Makefile") CONFIG_FILES="$CONFIG_FILES examples/standalone/Makefile" ;;
-    "examples/trig/Makefile") CONFIG_FILES="$CONFIG_FILES examples/trig/Makefile" ;;
-    "examples/scalarwave/Makefile") CONFIG_FILES="$CONFIG_FILES examples/scalarwave/Makefile" ;;
-    "examples/opencl-book-samples/Makefile") CONFIG_FILES="$CONFIG_FILES examples/opencl-book-samples/Makefile" ;;
-    "examples/Rodinia/Makefile") CONFIG_FILES="$CONFIG_FILES examples/Rodinia/Makefile" ;;
-    "examples/Parboil/Makefile") CONFIG_FILES="$CONFIG_FILES examples/Parboil/Makefile" ;;
-    "examples/ViennaCL/Makefile") CONFIG_FILES="$CONFIG_FILES examples/ViennaCL/Makefile" ;;
-    "examples/IntelSVM/Makefile") CONFIG_FILES="$CONFIG_FILES examples/IntelSVM/Makefile" ;;
-    "examples/AMD/Makefile") CONFIG_FILES="$CONFIG_FILES examples/AMD/Makefile" ;;
-    "examples/AMDSDK2.9/Makefile") CONFIG_FILES="$CONFIG_FILES examples/AMDSDK2.9/Makefile" ;;
-    "examples/AMDSDK3.0/Makefile") CONFIG_FILES="$CONFIG_FILES examples/AMDSDK3.0/Makefile" ;;
-    "examples/EinsteinToolkit/Makefile") CONFIG_FILES="$CONFIG_FILES examples/EinsteinToolkit/Makefile" ;;
-    "examples/VexCL/Makefile") CONFIG_FILES="$CONFIG_FILES examples/VexCL/Makefile" ;;
-    "examples/piglit/Makefile") CONFIG_FILES="$CONFIG_FILES examples/piglit/Makefile" ;;
-    "examples/Halide/Makefile") CONFIG_FILES="$CONFIG_FILES examples/Halide/Makefile" ;;
-    "examples/OpenCV/Makefile") CONFIG_FILES="$CONFIG_FILES examples/OpenCV/Makefile" ;;
-    "examples/CloverLeaf/Makefile") CONFIG_FILES="$CONFIG_FILES examples/CloverLeaf/Makefile" ;;
-    "scripts/Makefile") CONFIG_FILES="$CONFIG_FILES scripts/Makefile" ;;
-    "tests/Makefile") CONFIG_FILES="$CONFIG_FILES tests/Makefile" ;;
-    "tests/kernel/Makefile") CONFIG_FILES="$CONFIG_FILES tests/kernel/Makefile" ;;
-    "tests/regression/Makefile") CONFIG_FILES="$CONFIG_FILES tests/regression/Makefile" ;;
-    "tests/workgroup/Makefile") CONFIG_FILES="$CONFIG_FILES tests/workgroup/Makefile" ;;
-    "tests/runtime/Makefile") CONFIG_FILES="$CONFIG_FILES tests/runtime/Makefile" ;;
-    "tests/tce/Makefile") CONFIG_FILES="$CONFIG_FILES tests/tce/Makefile" ;;
-    "tests/tce/ttasim/Makefile") CONFIG_FILES="$CONFIG_FILES tests/tce/ttasim/Makefile" ;;
-    "tests/tce/tcemc/Makefile") CONFIG_FILES="$CONFIG_FILES tests/tce/tcemc/Makefile" ;;
-    "tests/tce/fp16/Makefile") CONFIG_FILES="$CONFIG_FILES tests/tce/fp16/Makefile" ;;
-
-  *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
-  esac
-done
-
-
-# If the user did not use the arguments to specify the items to instantiate,
-# then the envvar interface is used.  Set only those that are not.
-# We use the long form for the default assignment because of an extremely
-# bizarre bug on SunOS 4.1.3.
-if $ac_need_defaults; then
-  test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
-  test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
-  test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
-fi
-
-# Have a temporary directory for convenience.  Make it in the build tree
-# simply because there is no reason against having it here, and in addition,
-# creating and moving files from /tmp can sometimes cause problems.
-# Hook for its removal unless debugging.
-# Note that there is a small window in which the directory will not be cleaned:
-# after its creation but before its name has been assigned to `$tmp'.
-$debug ||
-{
-  tmp= ac_tmp=
-  trap 'exit_status=$?
-  : "${ac_tmp:=$tmp}"
-  { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
-' 0
-  trap 'as_fn_exit 1' 1 2 13 15
-}
-# Create a (secure) tmp directory for tmp files.
-
-{
-  tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
-  test -d "$tmp"
-}  ||
-{
-  tmp=./conf$$-$RANDOM
-  (umask 077 && mkdir "$tmp")
-} || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
-ac_tmp=$tmp
-
-# Set up the scripts for CONFIG_FILES section.
-# No need to generate them if there are no CONFIG_FILES.
-# This happens for instance with `./config.status config.h'.
-if test -n "$CONFIG_FILES"; then
-
-
-ac_cr=`echo X | tr X '\015'`
-# On cygwin, bash can eat \r inside `` if the user requested igncr.
-# But we know of no other shell where ac_cr would be empty at this
-# point, so we can use a bashism as a fallback.
-if test "x$ac_cr" = x; then
-  eval ac_cr=\$\'\\r\'
-fi
-ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
-  ac_cs_awk_cr='\\r'
-else
-  ac_cs_awk_cr=$ac_cr
-fi
-
-echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
-_ACEOF
-
-
-{
-  echo "cat >conf$$subs.awk <<_ACEOF" &&
-  echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
-  echo "_ACEOF"
-} >conf$$subs.sh ||
-  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
-ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
-ac_delim='%!_!# '
-for ac_last_try in false false false false false :; do
-  . ./conf$$subs.sh ||
-    as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
-
-  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
-  if test $ac_delim_n = $ac_delim_num; then
-    break
-  elif $ac_last_try; then
-    as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
-  else
-    ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
-  fi
-done
-rm -f conf$$subs.sh
-
-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
-cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&
-_ACEOF
-sed -n '
-h
-s/^/S["/; s/!.*/"]=/
-p
-g
-s/^[^!]*!//
-:repl
-t repl
-s/'"$ac_delim"'$//
-t delim
-:nl
-h
-s/\(.\{148\}\)..*/\1/
-t more1
-s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
-p
-n
-b repl
-:more1
-s/["\\]/\\&/g; s/^/"/; s/$/"\\/
-p
-g
-s/.\{148\}//
-t nl
-:delim
-h
-s/\(.\{148\}\)..*/\1/
-t more2
-s/["\\]/\\&/g; s/^/"/; s/$/"/
-p
-b
-:more2
-s/["\\]/\\&/g; s/^/"/; s/$/"\\/
-p
-g
-s/.\{148\}//
-t delim
-' <conf$$subs.awk | sed '
-/^[^""]/{
-  N
-  s/\n//
-}
-' >>$CONFIG_STATUS || ac_write_fail=1
-rm -f conf$$subs.awk
-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
-_ACAWK
-cat >>"\$ac_tmp/subs1.awk" <<_ACAWK &&
-  for (key in S) S_is_set[key] = 1
-  FS = ""
-
-}
-{
-  line = $ 0
-  nfields = split(line, field, "@")
-  substed = 0
-  len = length(field[1])
-  for (i = 2; i < nfields; i++) {
-    key = field[i]
-    keylen = length(key)
-    if (S_is_set[key]) {
-      value = S[key]
-      line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
-      len += length(value) + length(field[++i])
-      substed = 1
-    } else
-      len += 1 + keylen
-  }
-
-  print line
-}
-
-_ACAWK
-_ACEOF
-cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
-if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
-  sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
-else
-  cat
-fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
-  || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
-_ACEOF
-
-# VPATH may cause trouble with some makes, so we remove sole $(srcdir),
-# ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
-# trailing colons and then remove the whole line if VPATH becomes empty
-# (actually we leave an empty line to preserve line numbers).
-if test "x$srcdir" = x.; then
-  ac_vpsub='/^[	 ]*VPATH[	 ]*=[	 ]*/{
-h
-s///
-s/^/:/
-s/[	 ]*$/:/
-s/:\$(srcdir):/:/g
-s/:\${srcdir}:/:/g
-s/:@srcdir@:/:/g
-s/^:*//
-s/:*$//
-x
-s/\(=[	 ]*\).*/\1/
-G
-s/\n//
-s/^[^=]*=[	 ]*$//
-}'
-fi
-
-cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
-fi # test -n "$CONFIG_FILES"
-
-# Set up the scripts for CONFIG_HEADERS section.
-# No need to generate them if there are no CONFIG_HEADERS.
-# This happens for instance with `./config.status Makefile'.
-if test -n "$CONFIG_HEADERS"; then
-cat >"$ac_tmp/defines.awk" <<\_ACAWK ||
-BEGIN {
-_ACEOF
-
-# Transform confdefs.h into an awk script `defines.awk', embedded as
-# here-document in config.status, that substitutes the proper values into
-# config.h.in to produce config.h.
-
-# Create a delimiter string that does not exist in confdefs.h, to ease
-# handling of long lines.
-ac_delim='%!_!# '
-for ac_last_try in false false :; do
-  ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
-  if test -z "$ac_tt"; then
-    break
-  elif $ac_last_try; then
-    as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5
-  else
-    ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
-  fi
-done
-
-# For the awk script, D is an array of macro values keyed by name,
-# likewise P contains macro parameters if any.  Preserve backslash
-# newline sequences.
-
-ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
-sed -n '
-s/.\{148\}/&'"$ac_delim"'/g
-t rset
-:rset
-s/^[	 ]*#[	 ]*define[	 ][	 ]*/ /
-t def
-d
-:def
-s/\\$//
-t bsnl
-s/["\\]/\\&/g
-s/^ \('"$ac_word_re"'\)\(([^()]*)\)[	 ]*\(.*\)/P["\1"]="\2"\
-D["\1"]=" \3"/p
-s/^ \('"$ac_word_re"'\)[	 ]*\(.*\)/D["\1"]=" \2"/p
-d
-:bsnl
-s/["\\]/\\&/g
-s/^ \('"$ac_word_re"'\)\(([^()]*)\)[	 ]*\(.*\)/P["\1"]="\2"\
-D["\1"]=" \3\\\\\\n"\\/p
-t cont
-s/^ \('"$ac_word_re"'\)[	 ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
-t cont
-d
-:cont
-n
-s/.\{148\}/&'"$ac_delim"'/g
-t clear
-:clear
-s/\\$//
-t bsnlc
-s/["\\]/\\&/g; s/^/"/; s/$/"/p
-d
-:bsnlc
-s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
-b cont
-' <confdefs.h | sed '
-s/'"$ac_delim"'/"\\\
-"/g' >>$CONFIG_STATUS || ac_write_fail=1
-
-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
-  for (key in D) D_is_set[key] = 1
-  FS = ""
-}
-/^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
-  line = \$ 0
-  split(line, arg, " ")
-  if (arg[1] == "#") {
-    defundef = arg[2]
-    mac1 = arg[3]
-  } else {
-    defundef = substr(arg[1], 2)
-    mac1 = arg[2]
-  }
-  split(mac1, mac2, "(") #)
-  macro = mac2[1]
-  prefix = substr(line, 1, index(line, defundef) - 1)
-  if (D_is_set[macro]) {
-    # Preserve the white space surrounding the "#".
-    print prefix "define", macro P[macro] D[macro]
-    next
-  } else {
-    # Replace #undef with comments.  This is necessary, for example,
-    # in the case of _POSIX_SOURCE, which is predefined and required
-    # on some systems where configure will not decide to define it.
-    if (defundef == "undef") {
-      print "/*", prefix defundef, macro, "*/"
-      next
-    }
-  }
-}
-{ print }
-_ACAWK
-_ACEOF
-cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
-  as_fn_error $? "could not setup config headers machinery" "$LINENO" 5
-fi # test -n "$CONFIG_HEADERS"
-
-
-eval set X "  :F $CONFIG_FILES  :H $CONFIG_HEADERS    :C $CONFIG_COMMANDS"
-shift
-for ac_tag
-do
-  case $ac_tag in
-  :[FHLC]) ac_mode=$ac_tag; continue;;
-  esac
-  case $ac_mode$ac_tag in
-  :[FHL]*:*);;
-  :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
-  :[FH]-) ac_tag=-:-;;
-  :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
-  esac
-  ac_save_IFS=$IFS
-  IFS=:
-  set x $ac_tag
-  IFS=$ac_save_IFS
-  shift
-  ac_file=$1
-  shift
-
-  case $ac_mode in
-  :L) ac_source=$1;;
-  :[FH])
-    ac_file_inputs=
-    for ac_f
-    do
-      case $ac_f in
-      -) ac_f="$ac_tmp/stdin";;
-      *) # Look for the file first in the build tree, then in the source tree
-	 # (if the path is not absolute).  The absolute path cannot be DOS-style,
-	 # because $ac_f cannot contain `:'.
-	 test -f "$ac_f" ||
-	   case $ac_f in
-	   [\\/$]*) false;;
-	   *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
-	   esac ||
-	   as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
-      esac
-      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
-      as_fn_append ac_file_inputs " '$ac_f'"
-    done
-
-    # Let's still pretend it is `configure' which instantiates (i.e., don't
-    # use $as_me), people would be surprised to read:
-    #    /* config.h.  Generated by config.status.  */
-    configure_input='Generated from '`
-	  $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
-	`' by configure.'
-    if test x"$ac_file" != x-; then
-      configure_input="$ac_file.  $configure_input"
-      { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
-$as_echo "$as_me: creating $ac_file" >&6;}
-    fi
-    # Neutralize special characters interpreted by sed in replacement strings.
-    case $configure_input in #(
-    *\&* | *\|* | *\\* )
-       ac_sed_conf_input=`$as_echo "$configure_input" |
-       sed 's/[\\\\&|]/\\\\&/g'`;; #(
-    *) ac_sed_conf_input=$configure_input;;
-    esac
-
-    case $ac_tag in
-    *:-:* | *:-) cat >"$ac_tmp/stdin" \
-      || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
-    esac
-    ;;
-  esac
-
-  ac_dir=`$as_dirname -- "$ac_file" ||
-$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
-	 X"$ac_file" : 'X\(//\)[^/]' \| \
-	 X"$ac_file" : 'X\(//\)$' \| \
-	 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
-$as_echo X"$ac_file" |
-    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
-	    s//\1/
-	    q
-	  }
-	  /^X\(\/\/\)[^/].*/{
-	    s//\1/
-	    q
-	  }
-	  /^X\(\/\/\)$/{
-	    s//\1/
-	    q
-	  }
-	  /^X\(\/\).*/{
-	    s//\1/
-	    q
-	  }
-	  s/.*/./; q'`
-  as_dir="$ac_dir"; as_fn_mkdir_p
-  ac_builddir=.
-
-case "$ac_dir" in
-.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
-*)
-  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
-  # A ".." for each directory in $ac_dir_suffix.
-  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
-  case $ac_top_builddir_sub in
-  "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
-  *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
-  esac ;;
-esac
-ac_abs_top_builddir=$ac_pwd
-ac_abs_builddir=$ac_pwd$ac_dir_suffix
-# for backward compatibility:
-ac_top_builddir=$ac_top_build_prefix
-
-case $srcdir in
-  .)  # We are building in place.
-    ac_srcdir=.
-    ac_top_srcdir=$ac_top_builddir_sub
-    ac_abs_top_srcdir=$ac_pwd ;;
-  [\\/]* | ?:[\\/]* )  # Absolute name.
-    ac_srcdir=$srcdir$ac_dir_suffix;
-    ac_top_srcdir=$srcdir
-    ac_abs_top_srcdir=$srcdir ;;
-  *) # Relative name.
-    ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
-    ac_top_srcdir=$ac_top_build_prefix$srcdir
-    ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
-esac
-ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
-
-
-  case $ac_mode in
-  :F)
-  #
-  # CONFIG_FILE
-  #
-
-  case $INSTALL in
-  [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
-  *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
-  esac
-  ac_MKDIR_P=$MKDIR_P
-  case $MKDIR_P in
-  [\\/$]* | ?:[\\/]* ) ;;
-  */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
-  esac
-_ACEOF
-
-cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
-# If the template does not know about datarootdir, expand it.
-# FIXME: This hack should be removed a few years after 2.60.
-ac_datarootdir_hack=; ac_datarootdir_seen=
-ac_sed_dataroot='
-/datarootdir/ {
-  p
-  q
-}
-/@datadir@/p
-/@docdir@/p
-/@infodir@/p
-/@localedir@/p
-/@mandir@/p'
-case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
-*datarootdir*) ac_datarootdir_seen=yes;;
-*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
-  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
-$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
-_ACEOF
-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
-  ac_datarootdir_hack='
-  s&@datadir@&$datadir&g
-  s&@docdir@&$docdir&g
-  s&@infodir@&$infodir&g
-  s&@localedir@&$localedir&g
-  s&@mandir@&$mandir&g
-  s&\\\${datarootdir}&$datarootdir&g' ;;
-esac
-_ACEOF
-
-# Neutralize VPATH when `$srcdir' = `.'.
-# Shell code in configure.ac might set extrasub.
-# FIXME: do we really want to maintain this feature?
-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
-ac_sed_extra="$ac_vpsub
-$extrasub
-_ACEOF
-cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
-:t
-/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
-s|@configure_input@|$ac_sed_conf_input|;t t
-s&@top_builddir@&$ac_top_builddir_sub&;t t
-s&@top_build_prefix@&$ac_top_build_prefix&;t t
-s&@srcdir@&$ac_srcdir&;t t
-s&@abs_srcdir@&$ac_abs_srcdir&;t t
-s&@top_srcdir@&$ac_top_srcdir&;t t
-s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
-s&@builddir@&$ac_builddir&;t t
-s&@abs_builddir@&$ac_abs_builddir&;t t
-s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
-s&@INSTALL@&$ac_INSTALL&;t t
-s&@MKDIR_P@&$ac_MKDIR_P&;t t
-$ac_datarootdir_hack
-"
-eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
-  >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
-
-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
-  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
-  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
-      "$ac_tmp/out"`; test -z "$ac_out"; } &&
-  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
-which seems to be undefined.  Please make sure it is defined" >&5
-$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
-which seems to be undefined.  Please make sure it is defined" >&2;}
-
-  rm -f "$ac_tmp/stdin"
-  case $ac_file in
-  -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
-  *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
-  esac \
-  || as_fn_error $? "could not create $ac_file" "$LINENO" 5
- ;;
-  :H)
-  #
-  # CONFIG_HEADER
-  #
-  if test x"$ac_file" != x-; then
-    {
-      $as_echo "/* $configure_input  */" \
-      && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
-    } >"$ac_tmp/config.h" \
-      || as_fn_error $? "could not create $ac_file" "$LINENO" 5
-    if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
-      { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
-$as_echo "$as_me: $ac_file is unchanged" >&6;}
-    else
-      rm -f "$ac_file"
-      mv "$ac_tmp/config.h" "$ac_file" \
-	|| as_fn_error $? "could not create $ac_file" "$LINENO" 5
-    fi
-  else
-    $as_echo "/* $configure_input  */" \
-      && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
-      || as_fn_error $? "could not create -" "$LINENO" 5
-  fi
-# Compute "$ac_file"'s index in $config_headers.
-_am_arg="$ac_file"
-_am_stamp_count=1
-for _am_header in $config_headers :; do
-  case $_am_header in
-    $_am_arg | $_am_arg:* )
-      break ;;
-    * )
-      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
-  esac
-done
-echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" ||
-$as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
-	 X"$_am_arg" : 'X\(//\)[^/]' \| \
-	 X"$_am_arg" : 'X\(//\)$' \| \
-	 X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
-$as_echo X"$_am_arg" |
-    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
-	    s//\1/
-	    q
-	  }
-	  /^X\(\/\/\)[^/].*/{
-	    s//\1/
-	    q
-	  }
-	  /^X\(\/\/\)$/{
-	    s//\1/
-	    q
-	  }
-	  /^X\(\/\).*/{
-	    s//\1/
-	    q
-	  }
-	  s/.*/./; q'`/stamp-h$_am_stamp_count
- ;;
-
-  :C)  { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
-$as_echo "$as_me: executing $ac_file commands" >&6;}
- ;;
-  esac
-
-
-  case $ac_file$ac_mode in
-    "tests/atconfig":C) cat >tests/atconfig <<ATEOF
-# Configurable variable values for building test suites.
-# Generated by $0.
-# Copyright (C) 2012 Free Software Foundation, Inc.
-
-# The test suite will define top_srcdir=$at_top_srcdir/../.. etc.
-at_testdir='tests'
-abs_builddir='$ac_abs_builddir'
-at_srcdir='$ac_srcdir'
-abs_srcdir='$ac_abs_srcdir'
-at_top_srcdir='$ac_top_srcdir'
-abs_top_srcdir='$ac_abs_top_srcdir'
-at_top_build_prefix='$ac_top_build_prefix'
-abs_top_builddir='$ac_abs_top_builddir'
-
-# Backward compatibility with Autotest <= 2.59b:
-at_top_builddir=\$at_top_build_prefix
-
-AUTOTEST_PATH='tests'
-
-SHELL=\${CONFIG_SHELL-'$SHELL'}
-ATEOF
- ;;
-    "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
-  # Older Autoconf quotes --file arguments for eval, but not when files
-  # are listed without --file.  Let's play safe and only enable the eval
-  # if we detect the quoting.
-  case $CONFIG_FILES in
-  *\'*) eval set x "$CONFIG_FILES" ;;
-  *)   set x $CONFIG_FILES ;;
-  esac
-  shift
-  for mf
-  do
-    # Strip MF so we end up with the name of the file.
-    mf=`echo "$mf" | sed -e 's/:.*$//'`
-    # Check whether this is an Automake generated Makefile or not.
-    # We used to match only the files named 'Makefile.in', but
-    # some people rename them; so instead we look at the file content.
-    # Grep'ing the first line is not enough: some people post-process
-    # each Makefile.in and add a new line on top of each file to say so.
-    # Grep'ing the whole file is not good either: AIX grep has a line
-    # limit of 2048, but all sed's we know have understand at least 4000.
-    if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
-      dirpart=`$as_dirname -- "$mf" ||
-$as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
-	 X"$mf" : 'X\(//\)[^/]' \| \
-	 X"$mf" : 'X\(//\)$' \| \
-	 X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
-$as_echo X"$mf" |
-    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
-	    s//\1/
-	    q
-	  }
-	  /^X\(\/\/\)[^/].*/{
-	    s//\1/
-	    q
-	  }
-	  /^X\(\/\/\)$/{
-	    s//\1/
-	    q
-	  }
-	  /^X\(\/\).*/{
-	    s//\1/
-	    q
-	  }
-	  s/.*/./; q'`
-    else
-      continue
-    fi
-    # Extract the definition of DEPDIR, am__include, and am__quote
-    # from the Makefile without running 'make'.
-    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
-    test -z "$DEPDIR" && continue
-    am__include=`sed -n 's/^am__include = //p' < "$mf"`
-    test -z "$am__include" && continue
-    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
-    # Find all dependency output files, they are included files with
-    # $(DEPDIR) in their names.  We invoke sed twice because it is the
-    # simplest approach to changing $(DEPDIR) to its actual value in the
-    # expansion.
-    for file in `sed -n "
-      s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
-	 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do
-      # Make sure the directory exists.
-      test -f "$dirpart/$file" && continue
-      fdir=`$as_dirname -- "$file" ||
-$as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
-	 X"$file" : 'X\(//\)[^/]' \| \
-	 X"$file" : 'X\(//\)$' \| \
-	 X"$file" : 'X\(/\)' \| . 2>/dev/null ||
-$as_echo X"$file" |
-    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
-	    s//\1/
-	    q
-	  }
-	  /^X\(\/\/\)[^/].*/{
-	    s//\1/
-	    q
-	  }
-	  /^X\(\/\/\)$/{
-	    s//\1/
-	    q
-	  }
-	  /^X\(\/\).*/{
-	    s//\1/
-	    q
-	  }
-	  s/.*/./; q'`
-      as_dir=$dirpart/$fdir; as_fn_mkdir_p
-      # echo "creating $dirpart/$file"
-      echo '# dummy' > "$dirpart/$file"
-    done
-  done
-}
- ;;
-    "libtool":C)
-
-    # See if we are running on zsh, and set the options that allow our
-    # commands through without removal of \ escapes.
-    if test -n "${ZSH_VERSION+set}"; then
-      setopt NO_GLOB_SUBST
-    fi
-
-    cfgfile=${ofile}T
-    trap "$RM \"$cfgfile\"; exit 1" 1 2 15
-    $RM "$cfgfile"
-
-    cat <<_LT_EOF >> "$cfgfile"
-#! $SHELL
-# Generated automatically by $as_me ($PACKAGE) $VERSION
-# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
-# NOTE: Changes made to this file will be lost: look at ltmain.sh.
-
-# Provide generalized library-building support services.
-# Written by Gordon Matzigkeit, 1996
-
-# Copyright (C) 2014 Free Software Foundation, Inc.
-# This is free software; see the source for copying conditions.  There is NO
-# warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
-
-# GNU Libtool is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2 of of the License, or
-# (at your option) any later version.
-#
-# As a special exception to the GNU General Public License, if you
-# distribute this file as part of a program or library that is built
-# using GNU Libtool, you may include this file under the  same
-# distribution terms that you use for the rest of that program.
-#
-# GNU Libtool is distributed in the hope that it will be useful, but
-# WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.
-
-
-# The names of the tagged configurations supported by this script.
-available_tags='CXX '
-
-# Configured defaults for sys_lib_dlsearch_path munging.
-: \${LT_SYS_LIBRARY_PATH="$configure_time_lt_sys_library_path"}
-
-# ### BEGIN LIBTOOL CONFIG
-
-# Which release of libtool.m4 was used?
-macro_version=$macro_version
-macro_revision=$macro_revision
-
-# Whether or not to build shared libraries.
-build_libtool_libs=$enable_shared
-
-# Whether or not to build static libraries.
-build_old_libs=$enable_static
-
-# What type of objects to build.
-pic_mode=$pic_mode
-
-# Whether or not to optimize for fast installation.
-fast_install=$enable_fast_install
-
-# Shared archive member basename,for filename based shared library versioning on AIX.
-shared_archive_member_spec=$shared_archive_member_spec
-
-# Shell to use when invoking shell scripts.
-SHELL=$lt_SHELL
-
-# An echo program that protects backslashes.
-ECHO=$lt_ECHO
-
-# The PATH separator for the build system.
-PATH_SEPARATOR=$lt_PATH_SEPARATOR
-
-# The host system.
-host_alias=$host_alias
-host=$host
-host_os=$host_os
-
-# The build system.
-build_alias=$build_alias
-build=$build
-build_os=$build_os
-
-# A sed program that does not truncate output.
-SED=$lt_SED
-
-# Sed that helps us avoid accidentally triggering echo(1) options like -n.
-Xsed="\$SED -e 1s/^X//"
-
-# A grep program that handles long lines.
-GREP=$lt_GREP
-
-# An ERE matcher.
-EGREP=$lt_EGREP
-
-# A literal string matcher.
-FGREP=$lt_FGREP
-
-# A BSD- or MS-compatible name lister.
-NM=$lt_NM
-
-# Whether we need soft or hard links.
-LN_S=$lt_LN_S
-
-# What is the maximum length of a command?
-max_cmd_len=$max_cmd_len
-
-# Object file suffix (normally "o").
-objext=$ac_objext
-
-# Executable file suffix (normally "").
-exeext=$exeext
-
-# whether the shell understands "unset".
-lt_unset=$lt_unset
-
-# turn spaces into newlines.
-SP2NL=$lt_lt_SP2NL
-
-# turn newlines into spaces.
-NL2SP=$lt_lt_NL2SP
-
-# convert \$build file names to \$host format.
-to_host_file_cmd=$lt_cv_to_host_file_cmd
-
-# convert \$build files to toolchain format.
-to_tool_file_cmd=$lt_cv_to_tool_file_cmd
-
-# An object symbol dumper.
-OBJDUMP=$lt_OBJDUMP
-
-# Method to check whether dependent libraries are shared objects.
-deplibs_check_method=$lt_deplibs_check_method
-
-# Command to use when deplibs_check_method = "file_magic".
-file_magic_cmd=$lt_file_magic_cmd
-
-# How to find potential files when deplibs_check_method = "file_magic".
-file_magic_glob=$lt_file_magic_glob
-
-# Find potential files using nocaseglob when deplibs_check_method = "file_magic".
-want_nocaseglob=$lt_want_nocaseglob
-
-# DLL creation program.
-DLLTOOL=$lt_DLLTOOL
-
-# Command to associate shared and link libraries.
-sharedlib_from_linklib_cmd=$lt_sharedlib_from_linklib_cmd
-
-# The archiver.
-AR=$lt_AR
-
-# Flags to create an archive.
-AR_FLAGS=$lt_AR_FLAGS
-
-# How to feed a file listing to the archiver.
-archiver_list_spec=$lt_archiver_list_spec
-
-# A symbol stripping program.
-STRIP=$lt_STRIP
-
-# Commands used to install an old-style archive.
-RANLIB=$lt_RANLIB
-old_postinstall_cmds=$lt_old_postinstall_cmds
-old_postuninstall_cmds=$lt_old_postuninstall_cmds
-
-# Whether to use a lock for old archive extraction.
-lock_old_archive_extraction=$lock_old_archive_extraction
-
-# A C compiler.
-LTCC=$lt_CC
-
-# LTCC compiler flags.
-LTCFLAGS=$lt_CFLAGS
-
-# Take the output of nm and produce a listing of raw symbols and C names.
-global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
-
-# Transform the output of nm in a proper C declaration.
-global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
-
-# Transform the output of nm into a list of symbols to manually relocate.
-global_symbol_to_import=$lt_lt_cv_sys_global_symbol_to_import
-
-# Transform the output of nm in a C name address pair.
-global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
-
-# Transform the output of nm in a C name address pair when lib prefix is needed.
-global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
-
-# The name lister interface.
-nm_interface=$lt_lt_cv_nm_interface
-
-# Specify filename containing input files for \$NM.
-nm_file_list_spec=$lt_nm_file_list_spec
-
-# The root where to search for dependent libraries,and where our libraries should be installed.
-lt_sysroot=$lt_sysroot
-
-# Command to truncate a binary pipe.
-lt_truncate_bin=$lt_lt_cv_truncate_bin
-
-# The name of the directory that contains temporary libtool files.
-objdir=$objdir
-
-# Used to examine libraries when file_magic_cmd begins with "file".
-MAGIC_CMD=$MAGIC_CMD
-
-# Must we lock files when doing compilation?
-need_locks=$lt_need_locks
-
-# Manifest tool.
-MANIFEST_TOOL=$lt_MANIFEST_TOOL
-
-# Tool to manipulate archived DWARF debug symbol files on Mac OS X.
-DSYMUTIL=$lt_DSYMUTIL
-
-# Tool to change global to local symbols on Mac OS X.
-NMEDIT=$lt_NMEDIT
-
-# Tool to manipulate fat objects and archives on Mac OS X.
-LIPO=$lt_LIPO
-
-# ldd/readelf like tool for Mach-O binaries on Mac OS X.
-OTOOL=$lt_OTOOL
-
-# ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
-OTOOL64=$lt_OTOOL64
-
-# Old archive suffix (normally "a").
-libext=$libext
-
-# Shared library suffix (normally ".so").
-shrext_cmds=$lt_shrext_cmds
-
-# The commands to extract the exported symbol list from a shared archive.
-extract_expsyms_cmds=$lt_extract_expsyms_cmds
-
-# Variables whose values should be saved in libtool wrapper scripts and
-# restored at link time.
-variables_saved_for_relink=$lt_variables_saved_for_relink
-
-# Do we need the "lib" prefix for modules?
-need_lib_prefix=$need_lib_prefix
-
-# Do we need a version for libraries?
-need_version=$need_version
-
-# Library versioning type.
-version_type=$version_type
-
-# Shared library runtime path variable.
-runpath_var=$runpath_var
-
-# Shared library path variable.
-shlibpath_var=$shlibpath_var
-
-# Is shlibpath searched before the hard-coded library search path?
-shlibpath_overrides_runpath=$shlibpath_overrides_runpath
-
-# Format of library name prefix.
-libname_spec=$lt_libname_spec
-
-# List of archive names.  First name is the real one, the rest are links.
-# The last name is the one that the linker finds with -lNAME
-library_names_spec=$lt_library_names_spec
-
-# The coded name of the library, if different from the real name.
-soname_spec=$lt_soname_spec
-
-# Permission mode override for installation of shared libraries.
-install_override_mode=$lt_install_override_mode
-
-# Command to use after installation of a shared archive.
-postinstall_cmds=$lt_postinstall_cmds
-
-# Command to use after uninstallation of a shared archive.
-postuninstall_cmds=$lt_postuninstall_cmds
-
-# Commands used to finish a libtool library installation in a directory.
-finish_cmds=$lt_finish_cmds
-
-# As "finish_cmds", except a single script fragment to be evaled but
-# not shown.
-finish_eval=$lt_finish_eval
-
-# Whether we should hardcode library paths into libraries.
-hardcode_into_libs=$hardcode_into_libs
-
-# Compile-time system search path for libraries.
-sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
-
-# Detected run-time system search path for libraries.
-sys_lib_dlsearch_path_spec=$lt_configure_time_dlsearch_path
-
-# Explicit LT_SYS_LIBRARY_PATH set during ./configure time.
-configure_time_lt_sys_library_path=$lt_configure_time_lt_sys_library_path
-
-# Whether dlopen is supported.
-dlopen_support=$enable_dlopen
-
-# Whether dlopen of programs is supported.
-dlopen_self=$enable_dlopen_self
-
-# Whether dlopen of statically linked programs is supported.
-dlopen_self_static=$enable_dlopen_self_static
-
-# Commands to strip libraries.
-old_striplib=$lt_old_striplib
-striplib=$lt_striplib
-
-
-# The linker used to build libraries.
-LD=$lt_LD
-
-# How to create reloadable object files.
-reload_flag=$lt_reload_flag
-reload_cmds=$lt_reload_cmds
-
-# Commands used to build an old-style archive.
-old_archive_cmds=$lt_old_archive_cmds
-
-# A language specific compiler.
-CC=$lt_compiler
-
-# Is the compiler the GNU compiler?
-with_gcc=$GCC
-
-# Compiler flag to turn off builtin functions.
-no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
-
-# Additional compiler flags for building library objects.
-pic_flag=$lt_lt_prog_compiler_pic
-
-# How to pass a linker flag through the compiler.
-wl=$lt_lt_prog_compiler_wl
-
-# Compiler flag to prevent dynamic linking.
-link_static_flag=$lt_lt_prog_compiler_static
-
-# Does compiler simultaneously support -c and -o options?
-compiler_c_o=$lt_lt_cv_prog_compiler_c_o
-
-# Whether or not to add -lc for building shared libraries.
-build_libtool_need_lc=$archive_cmds_need_lc
-
-# Whether or not to disallow shared libs when runtime libs are static.
-allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
-
-# Compiler flag to allow reflexive dlopens.
-export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
-
-# Compiler flag to generate shared objects directly from archives.
-whole_archive_flag_spec=$lt_whole_archive_flag_spec
-
-# Whether the compiler copes with passing no objects directly.
-compiler_needs_object=$lt_compiler_needs_object
-
-# Create an old-style archive from a shared archive.
-old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
-
-# Create a temporary old-style archive to link instead of a shared archive.
-old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
-
-# Commands used to build a shared archive.
-archive_cmds=$lt_archive_cmds
-archive_expsym_cmds=$lt_archive_expsym_cmds
-
-# Commands used to build a loadable module if different from building
-# a shared archive.
-module_cmds=$lt_module_cmds
-module_expsym_cmds=$lt_module_expsym_cmds
-
-# Whether we are building with GNU ld or not.
-with_gnu_ld=$lt_with_gnu_ld
-
-# Flag that allows shared libraries with undefined symbols to be built.
-allow_undefined_flag=$lt_allow_undefined_flag
-
-# Flag that enforces no undefined symbols.
-no_undefined_flag=$lt_no_undefined_flag
-
-# Flag to hardcode \$libdir into a binary during linking.
-# This must work even if \$libdir does not exist
-hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
-
-# Whether we need a single "-rpath" flag with a separated argument.
-hardcode_libdir_separator=$lt_hardcode_libdir_separator
-
-# Set to "yes" if using DIR/libNAME\$shared_ext during linking hardcodes
-# DIR into the resulting binary.
-hardcode_direct=$hardcode_direct
-
-# Set to "yes" if using DIR/libNAME\$shared_ext during linking hardcodes
-# DIR into the resulting binary and the resulting library dependency is
-# "absolute",i.e impossible to change by setting \$shlibpath_var if the
-# library is relocated.
-hardcode_direct_absolute=$hardcode_direct_absolute
-
-# Set to "yes" if using the -LDIR flag during linking hardcodes DIR
-# into the resulting binary.
-hardcode_minus_L=$hardcode_minus_L
-
-# Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
-# into the resulting binary.
-hardcode_shlibpath_var=$hardcode_shlibpath_var
-
-# Set to "yes" if building a shared library automatically hardcodes DIR
-# into the library and all subsequent libraries and executables linked
-# against it.
-hardcode_automatic=$hardcode_automatic
-
-# Set to yes if linker adds runtime paths of dependent libraries
-# to runtime path list.
-inherit_rpath=$inherit_rpath
-
-# Whether libtool must link a program against all its dependency libraries.
-link_all_deplibs=$link_all_deplibs
-
-# Set to "yes" if exported symbols are required.
-always_export_symbols=$always_export_symbols
-
-# The commands to list exported symbols.
-export_symbols_cmds=$lt_export_symbols_cmds
-
-# Symbols that should not be listed in the preloaded symbols.
-exclude_expsyms=$lt_exclude_expsyms
-
-# Symbols that must always be exported.
-include_expsyms=$lt_include_expsyms
-
-# Commands necessary for linking programs (against libraries) with templates.
-prelink_cmds=$lt_prelink_cmds
-
-# Commands necessary for finishing linking programs.
-postlink_cmds=$lt_postlink_cmds
-
-# Specify filename containing input files.
-file_list_spec=$lt_file_list_spec
-
-# How to hardcode a shared library path into an executable.
-hardcode_action=$hardcode_action
-
-# The directories searched by this compiler when creating a shared library.
-compiler_lib_search_dirs=$lt_compiler_lib_search_dirs
-
-# Dependencies to place before and after the objects being linked to
-# create a shared library.
-predep_objects=$lt_predep_objects
-postdep_objects=$lt_postdep_objects
-predeps=$lt_predeps
-postdeps=$lt_postdeps
-
-# The library search path used internally by the compiler when linking
-# a shared library.
-compiler_lib_search_path=$lt_compiler_lib_search_path
-
-# ### END LIBTOOL CONFIG
-
-_LT_EOF
-
-    cat <<'_LT_EOF' >> "$cfgfile"
-
-# ### BEGIN FUNCTIONS SHARED WITH CONFIGURE
-
-# func_munge_path_list VARIABLE PATH
-# -----------------------------------
-# VARIABLE is name of variable containing _space_ separated list of
-# directories to be munged by the contents of PATH, which is string
-# having a format:
-# "DIR[:DIR]:"
-#       string "DIR[ DIR]" will be prepended to VARIABLE
-# ":DIR[:DIR]"
-#       string "DIR[ DIR]" will be appended to VARIABLE
-# "DIRP[:DIRP]::[DIRA:]DIRA"
-#       string "DIRP[ DIRP]" will be prepended to VARIABLE and string
-#       "DIRA[ DIRA]" will be appended to VARIABLE
-# "DIR[:DIR]"
-#       VARIABLE will be replaced by "DIR[ DIR]"
-func_munge_path_list ()
-{
-    case x$2 in
-    x)
-        ;;
-    *:)
-        eval $1=\"`$ECHO $2 | $SED 's/:/ /g'` \$$1\"
-        ;;
-    x:*)
-        eval $1=\"\$$1 `$ECHO $2 | $SED 's/:/ /g'`\"
-        ;;
-    *::*)
-        eval $1=\"\$$1\ `$ECHO $2 | $SED -e 's/.*:://' -e 's/:/ /g'`\"
-        eval $1=\"`$ECHO $2 | $SED -e 's/::.*//' -e 's/:/ /g'`\ \$$1\"
-        ;;
-    *)
-        eval $1=\"`$ECHO $2 | $SED 's/:/ /g'`\"
-        ;;
-    esac
-}
-
-
-# Calculate cc_basename.  Skip known compiler wrappers and cross-prefix.
-func_cc_basename ()
-{
-    for cc_temp in $*""; do
-      case $cc_temp in
-        compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
-        distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
-        \-*) ;;
-        *) break;;
-      esac
-    done
-    func_cc_basename_result=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
-}
-
-
-# ### END FUNCTIONS SHARED WITH CONFIGURE
-
-_LT_EOF
-
-  case $host_os in
-  aix3*)
-    cat <<\_LT_EOF >> "$cfgfile"
-# AIX sometimes has problems with the GCC collect2 program.  For some
-# reason, if we set the COLLECT_NAMES environment variable, the problems
-# vanish in a puff of smoke.
-if test set != "${COLLECT_NAMES+set}"; then
-  COLLECT_NAMES=
-  export COLLECT_NAMES
-fi
-_LT_EOF
-    ;;
-  esac
-
-
-ltmain=$ac_aux_dir/ltmain.sh
-
-
-  # We use sed instead of cat because bash on DJGPP gets confused if
-  # if finds mixed CR/LF and LF-only lines.  Since sed operates in
-  # text mode, it properly converts lines to CR/LF.  This bash problem
-  # is reportedly fixed, but why not run on old versions too?
-  sed '$q' "$ltmain" >> "$cfgfile" \
-     || (rm -f "$cfgfile"; exit 1)
-
-   mv -f "$cfgfile" "$ofile" ||
-    (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
-  chmod +x "$ofile"
-
-
-    cat <<_LT_EOF >> "$ofile"
-
-# ### BEGIN LIBTOOL TAG CONFIG: CXX
-
-# The linker used to build libraries.
-LD=$lt_LD_CXX
-
-# How to create reloadable object files.
-reload_flag=$lt_reload_flag_CXX
-reload_cmds=$lt_reload_cmds_CXX
-
-# Commands used to build an old-style archive.
-old_archive_cmds=$lt_old_archive_cmds_CXX
-
-# A language specific compiler.
-CC=$lt_compiler_CXX
-
-# Is the compiler the GNU compiler?
-with_gcc=$GCC_CXX
-
-# Compiler flag to turn off builtin functions.
-no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag_CXX
-
-# Additional compiler flags for building library objects.
-pic_flag=$lt_lt_prog_compiler_pic_CXX
-
-# How to pass a linker flag through the compiler.
-wl=$lt_lt_prog_compiler_wl_CXX
-
-# Compiler flag to prevent dynamic linking.
-link_static_flag=$lt_lt_prog_compiler_static_CXX
-
-# Does compiler simultaneously support -c and -o options?
-compiler_c_o=$lt_lt_cv_prog_compiler_c_o_CXX
-
-# Whether or not to add -lc for building shared libraries.
-build_libtool_need_lc=$archive_cmds_need_lc_CXX
-
-# Whether or not to disallow shared libs when runtime libs are static.
-allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes_CXX
-
-# Compiler flag to allow reflexive dlopens.
-export_dynamic_flag_spec=$lt_export_dynamic_flag_spec_CXX
-
-# Compiler flag to generate shared objects directly from archives.
-whole_archive_flag_spec=$lt_whole_archive_flag_spec_CXX
-
-# Whether the compiler copes with passing no objects directly.
-compiler_needs_object=$lt_compiler_needs_object_CXX
-
-# Create an old-style archive from a shared archive.
-old_archive_from_new_cmds=$lt_old_archive_from_new_cmds_CXX
-
-# Create a temporary old-style archive to link instead of a shared archive.
-old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds_CXX
-
-# Commands used to build a shared archive.
-archive_cmds=$lt_archive_cmds_CXX
-archive_expsym_cmds=$lt_archive_expsym_cmds_CXX
-
-# Commands used to build a loadable module if different from building
-# a shared archive.
-module_cmds=$lt_module_cmds_CXX
-module_expsym_cmds=$lt_module_expsym_cmds_CXX
-
-# Whether we are building with GNU ld or not.
-with_gnu_ld=$lt_with_gnu_ld_CXX
-
-# Flag that allows shared libraries with undefined symbols to be built.
-allow_undefined_flag=$lt_allow_undefined_flag_CXX
-
-# Flag that enforces no undefined symbols.
-no_undefined_flag=$lt_no_undefined_flag_CXX
-
-# Flag to hardcode \$libdir into a binary during linking.
-# This must work even if \$libdir does not exist
-hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec_CXX
-
-# Whether we need a single "-rpath" flag with a separated argument.
-hardcode_libdir_separator=$lt_hardcode_libdir_separator_CXX
-
-# Set to "yes" if using DIR/libNAME\$shared_ext during linking hardcodes
-# DIR into the resulting binary.
-hardcode_direct=$hardcode_direct_CXX
-
-# Set to "yes" if using DIR/libNAME\$shared_ext during linking hardcodes
-# DIR into the resulting binary and the resulting library dependency is
-# "absolute",i.e impossible to change by setting \$shlibpath_var if the
-# library is relocated.
-hardcode_direct_absolute=$hardcode_direct_absolute_CXX
-
-# Set to "yes" if using the -LDIR flag during linking hardcodes DIR
-# into the resulting binary.
-hardcode_minus_L=$hardcode_minus_L_CXX
-
-# Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
-# into the resulting binary.
-hardcode_shlibpath_var=$hardcode_shlibpath_var_CXX
-
-# Set to "yes" if building a shared library automatically hardcodes DIR
-# into the library and all subsequent libraries and executables linked
-# against it.
-hardcode_automatic=$hardcode_automatic_CXX
-
-# Set to yes if linker adds runtime paths of dependent libraries
-# to runtime path list.
-inherit_rpath=$inherit_rpath_CXX
-
-# Whether libtool must link a program against all its dependency libraries.
-link_all_deplibs=$link_all_deplibs_CXX
-
-# Set to "yes" if exported symbols are required.
-always_export_symbols=$always_export_symbols_CXX
-
-# The commands to list exported symbols.
-export_symbols_cmds=$lt_export_symbols_cmds_CXX
-
-# Symbols that should not be listed in the preloaded symbols.
-exclude_expsyms=$lt_exclude_expsyms_CXX
-
-# Symbols that must always be exported.
-include_expsyms=$lt_include_expsyms_CXX
-
-# Commands necessary for linking programs (against libraries) with templates.
-prelink_cmds=$lt_prelink_cmds_CXX
-
-# Commands necessary for finishing linking programs.
-postlink_cmds=$lt_postlink_cmds_CXX
-
-# Specify filename containing input files.
-file_list_spec=$lt_file_list_spec_CXX
-
-# How to hardcode a shared library path into an executable.
-hardcode_action=$hardcode_action_CXX
-
-# The directories searched by this compiler when creating a shared library.
-compiler_lib_search_dirs=$lt_compiler_lib_search_dirs_CXX
-
-# Dependencies to place before and after the objects being linked to
-# create a shared library.
-predep_objects=$lt_predep_objects_CXX
-postdep_objects=$lt_postdep_objects_CXX
-predeps=$lt_predeps_CXX
-postdeps=$lt_postdeps_CXX
-
-# The library search path used internally by the compiler when linking
-# a shared library.
-compiler_lib_search_path=$lt_compiler_lib_search_path_CXX
-
-# ### END LIBTOOL TAG CONFIG: CXX
-_LT_EOF
-
- ;;
-
-  esac
-done # for ac_tag
-
-
-as_fn_exit 0
-_ACEOF
-ac_clean_files=$ac_clean_files_save
-
-test $ac_write_fail = 0 ||
-  as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
-
-
-# configure is writing to config.log, and then calls config.status.
-# config.status does its own redirection, appending to config.log.
-# Unfortunately, on DOS this fails, as config.log is still kept open
-# by configure, so config.status won't be able to write to it; its
-# output is simply discarded.  So we exec the FD to /dev/null,
-# effectively closing config.log, so it can be properly (re)opened and
-# appended to by config.status.  When coming back to configure, we
-# need to make the FD available again.
-if test "$no_create" != yes; then
-  ac_cs_success=:
-  ac_config_status_args=
-  test "$silent" = yes &&
-    ac_config_status_args="$ac_config_status_args --quiet"
-  exec 5>/dev/null
-  $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
-  exec 5>>config.log
-  # Use ||, not &&, to avoid exiting from the if with $? = 1, which
-  # would make configure fail if this is the last instruction.
-  $ac_cs_success || as_fn_exit 1
-fi
-if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
-  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
-$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
-fi
-
-
-
-#Print a summary of selected options:
-echo
-echo =======================================================================
-echo
-echo Using LLVM version $LLVM_VERSION from $($LLVM_CONFIG --prefix)
-echo
-echo -n ICD extension:
-if test x"$icd" == xno;
-then
-echo " disabled"
-else
- echo " enabled"
- if test x"$OCL_ICD_available" != xyes;
- then
-  echo  Warning: ocl-icd not found.
-  if test x"$sysconfdir" != x/etc;
-  then
-   echo "Not installing pocl.icd to /etc/OpenCL/vendors. This means that"
-   echo "your ICD loader probably will not find pocl. See README for details."
-  else
-   echo "'make check' might fail if it is run before 'make install' unless"
-   echo "your ICD loader supports the OCL_ICD_VENDORS environment variable"
-   echo "please consult http://pocl.sourceforge.net/docs/html/development.html#test-suite"
-   echo "for details."
-  fi
- else
-  echo "Using ocl-icd to run checks inside build tree."
- fi
-fi
-echo
-
-if test x"$oclsym" == xyes;
-then
- echo "Enabling direct linking with libpocl."
-else
- echo "Linking directly with libpocl will not work."
-fi
-echo
-
-if test x"$use_vecmathlib" == xyes;
-then
- echo "Using vecmathlib math builtins."
-fi
-
-echo Enabled device drivers: $OCL_DRIVERS
-echo Enabled testsuites: $POAT_TESTSUITES
-echo NOTE: Initialize the examples used by the testsuites by running
-echo \"make prepare-examples\" once.
-echo
-echo Basic and pthreads devices optimized for:
-echo architecture: $host_cpu
-echo cpu variant: $llc_host_cpu
diff --git a/configure.ac b/configure.ac
deleted file mode 100644
index 13ffe7d..0000000
--- a/configure.ac
+++ /dev/null
@@ -1,1695 +0,0 @@
-##                                               -*- Autoconf -*-
-# Process this file with autoconf to produce a configure script.
-# 
-# Copyright (c) 2011-2013 Universidad Rey Juan Carlos and
-#               2011-2015 Pekka Jääskeläinen / Tampere University of Technology
-# 
-# Permission is hereby granted, free of charge, to any person obtaining a copy
-# of this software and associated documentation files (the "Software"), to deal
-# in the Software without restriction, including without limitation the rights
-# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-# copies of the Software, and to permit persons to whom the Software is
-# furnished to do so, subject to the following conditions:
-# 
-# The above copyright notice and this permission notice shall be included in
-# all copies or substantial portions of the Software.
-# 
-# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-# THE SOFTWARE.
-
-AC_PREREQ([2.64])
-AC_INIT([pocl], [0.13], [pocl-devel at lists.sourceforge.net])
-AC_CONFIG_SRCDIR([config.h.in])
-AC_CONFIG_HEADER([config.h])
-AC_CONFIG_AUX_DIR([config])
-AC_CONFIG_MACRO_DIR([m4])
-AC_CONFIG_TESTDIR([tests])
-AC_CANONICAL_TARGET
-AC_CANONICAL_HOST
-AM_INIT_AUTOMAKE([foreign])
-AM_SILENT_RULES([AM_DEFAULT_VERBOSITY=0])
-
-AM_CONDITIONAL([DARWIN_HOST_OS], false)
-AM_CONDITIONAL([FREEBSD_HOST_OS], false)
-case $host_os in
-  darwin* )
-    AM_CONDITIONAL([DARWIN_HOST_OS], true)
-    AC_SUBST([LIBRARY_SUFFIX], [".dylib"] )
-         ;;
-  freebsd* )
-    AM_CONDITIONAL([FREEBSD_HOST_OS], true)
-    AC_SUBST([LIBRARY_SUFFIX], [".so"] )
-         ;;
-  *)
-    AC_SUBST([LIBRARY_SUFFIX], [".so"] )
-         ;;
-esac
-
-# check for tools
-PKG_PROG_PKG_CONFIG
-
-#Exit if pkg-config is not found.
-PKG_CHECK_EXISTS([pkg-config],[],[AC_MSG_ERROR([pkg-config not found])])
-
-# check: hwloc version must be 1.0+
-PKG_CHECK_MODULES([HWLOC], [hwloc >= 1.0], [
-  :
-], [
-  AC_MSG_ERROR([hwloc 1.0+ is required])
-])
-
-# Checks for programs.
-AC_PROG_CC
-AC_PROG_CXX
-AC_PROG_LN_S
-
-m4_ifdef([AM_PROG_AR], [AM_PROG_AR])
-
-LT_INIT
-
-# The extra LDFLAGS that must be given to link final binaries against pocl
-LD_FLAGS_BIN=""
-
-###################################################
-# LLVM configuration
-#
-AC_ARG_VAR([LLVM_CONFIG], [Program used to retrieve LLVM options and binaries])
-AC_PATH_PROGS([LLVM_CONFIG], [llvm-config llvm-config-mp-3.7 llvm-config-3.7 llvm-config37 llvm-config-mp-3.6 llvm-config-3.6 llvm-config36])
-test -z "$LLVM_CONFIG" && AC_MSG_FAILURE([no llvm-config found in \$PATH])
-
-LLVM_VERSION=`$LLVM_CONFIG --version`
-LLVM_BINDIR=`$LLVM_CONFIG --bindir`
-LLVM_LIBDIR=`$LLVM_CONFIG --libdir`
-LLVM_LDFLAGS=`$LLVM_CONFIG --ldflags`
-
-AC_SUBST([LLVM_VERSION], [$LLVM_VERSION])
-AC_DEFINE_UNQUOTED([LLVM_VERSION], ["$LLVM_VERSION"], "LLVM version as a string.")
-
-case "$LLVM_VERSION" in
-     3.7*)
-     AC_DEFINE([LLVM_3_7], [], "Using LLVM 3.7")
-     LLVM_LDFLAGS="$LLVM_LDFLAGS `$LLVM_CONFIG --system-libs`"
-   ;;
-     3.8*)
-     AC_DEFINE([LLVM_3_8], [], "Using LLVM 3.8")
-     LLVM_LDFLAGS="$LLVM_LDFLAGS `$LLVM_CONFIG --system-libs`"
-   ;;
-     *)
-   AC_MSG_ERROR(
-   [
-Unsupported LLVM version. Please use LLVM version 3.7 or 3.8.
-   ])
-   LLVM_VERSION=
-   ;;
-esac
-
-AC_SUBST([LLVM_LDFLAGS], [$LLVM_LDFLAGS], [llvm-config returned ldflags])
-
-# When building with API linking, clang is always linked statically, so user might want to link llvm static to libpocl too
-# or risk causing version mismatches. Also useful when other platform libraries use LLVM too, see issue #46.
-# Also note, when building shared LLVM libraries with cmake, there is no libLLVM-<versionnumber>.so
-link_llvm_static="no"
-AC_ARG_ENABLE([static-llvm],
-              [AS_HELP_STRING([--enable-static-llvm],
-                              [Link LLVM statically. Default is dynamic.])],
-              [link_llvm_static="yes"])
-
-LLVM_SHARED_LIB_FILE=$LLVM_LIBDIR/libLLVM-$LLVM_VERSION$LIBRARY_SUFFIX
-
-if test "$link_llvm_static" = "yes"; then
-  LLVM_LIBS=$($LLVM_CONFIG --libfiles)
-else
-  LLVM_LIBS=-lLLVM-$LLVM_VERSION
-  if test ! -e $LLVM_SHARED_LIB_FILE;
-  then
-    # Cmake's -DLLVM_BUILD_LLVM_DYLIB=on builds a dynlib
-    # named libLLVM.so.VERSION. Let's see if we can find it.
-    LLVM_SHARED_LIB_FILE=$LLVM_LIBDIR/libLLVM$LIBRARY_SUFFIX.$LLVM_VERSION
-    if test ! -e $LLVM_SHARED_LIB_FILE;
-    then
-      LLVM_LIBS=$($LLVM_CONFIG --libs)
-      AC_MSG_NOTICE([LLVM shared library $LLVM_SHARED_LIB_FILE not found.])
-    else
-      # The Cmake built libLLVM.so seems to be missing a lot of symbols
-      # to the point of being useless. Fall back to the static lib.
-      LLVM_LIBS=$($LLVM_CONFIG --libs)
-      AC_MSG_NOTICE([LLVM shared library $LLVM_SHARED_LIB_FILE built with cmake found, using the static lib instead.])
-    fi
-  fi
-fi
-
-AC_SUBST([LLVM_LIBS])
-
-if `$LLVM_CONFIG --assertion-mode | grep -q ON`;
-then
-AC_DEFINE([LLVM_BUILT_WITH_ASSERTS], [], "LLVM was built with Assertions on.")
-fi
-
-LLVM_RTTI_CHECK=$($LLVM_CONFIG --cxxflags | grep -i "\-fno-rtti")
-
-if test x"$LLVM_RTTI_CHECK" != x; then
-AC_MSG_WARN([Your LLVM was not built with RTTI. 
-You should rebuild LLVM with 'make REQUIRES_RTTI=1'. 
-See the INSTALL file for more information.])
-fi
-
-####################################################################
-# Manage optional testsuites
-
-# Option to choose external testsuites
-AC_ARG_ENABLE([testsuites],
-	      [AS_HELP_STRING([--enable-testsuites=suite1,suite2,...],
-          [choose enabled external project testsuites (all,opencl-book-samples,ViennaCL,Rodinia,Parboil,amd,amdsdk2_9,amdsdk3_0,VexCL,Piglit,Halide,OpenCV,CloverLeaf,hsa,IntelSVM])],
-	      [],[enable_testsuites=check])
-
-enable_testsuite_opencl_book_samples=no
-enable_testsuite_viennacl=no
-enable_testsuite_rodinia=no
-enable_testsuite_parboil=no
-enable_testsuite_amd=no
-enable_testsuite_amdsdk2_9=no
-enable_testsuite_amdsdk3_0=no
-enable_testsuite_vexcl=no
-enable_testsuite_piglit=no
-enable_testsuite_halide=no
-enable_testsuite_opencv=no
-enable_testsuite_hsa=no
-enable_testsuite_intel_svm=no
-if test x"$enable_testsuites" = xcheck ; then
-  if test -d "$srcdir/examples/opencl-book-samples/checkout" ; then
-    enable_testsuite_opencl_book_samples=yes
-  fi
-  if test -f "$srcdir/examples/ViennaCL/ViennaCL-1.5.1.tar.gz" ; then
-    enable_testsuite_viennacl=yes
-  fi
-  if test -f "$srcdir/examples/Rodinia/rodinia_2.0.1.tar.gz" ; then
-    enable_testsuite_rodinia=yes
-  fi
-  if test -f "$srcdir/examples/Parboil/pb2.5benchmarks.tgz" -a \
-          -f "$srcdir/examples/Parboil/pb2.5datasets_standard.tgz" -a \
-          -f "$srcdir/examples/Parboil/pb2.5driver.tgz"; then
-    enable_testsuite_parboil=yes
-  fi
-  if test -f "$srcdir/examples/AMD/AMD-APP-SDK-v2.8-RC-lnx64.tgz" ; then
-    enable_testsuite_amd=yes
-  fi
-  if test -f "$srcdir/examples/AMDSDK2.9/AMD-APP-SDK-v2.9-RC-lnx64.tgz" ; then
-     enable_testsuite_amdsdk2_9=yes
-  fi
-  if test -f "$srcdir/examples/AMDSDK3.0/AMD-APP-SDKInstaller-v3.0.130.135-GA-linux64.tar.bz2" ; then
-     enable_testsuite_amdsdk3_0=yes
-  fi
-  if test -f "$srcdir/examples/VexCL/vexcl/README.md" ; then
-    enable_testsuite_vexcl=yes
-  fi
-  if test -f "$srcdir/examples/piglit/piglit/piglit-run.py" ; then
-    enable_testsuite_piglit=yes
-  fi  
-  if test -f "$srcdir/examples/Halide/Halide/Makefile" ; then
-    enable_testsuite_halide=yes
-  fi
-  if test -f "$srcdir/examples/OpenCV/opencv-3.0.0-beta.zip" ; then
-    enable_testsuite_opencv=yes
-  fi  
-  if test -f "$srcdir/examples/CloverLeaf/CloverLeaf_OpenCL/Makefile" ; then
-    enable_testsuite_cloverleaf=yes
-  fi  
-  if test -f "$srcdir/examples/IntelSVM/intel_ocl_svm_basic_win.zip"; then
-    enable_testsuite_intel_svm=yes
-  fi
-fi
-AS_CASE([,"$enable_testsuites",],
-  [*,all,*|*,yes,*], [enable_testsuites="opencl-book-samples,ViennaCL,Rodinia,Parboil,amd,amdsdk2_9,amdsdk3_0,VexCL,piglit,Halide,OpenCV,CloverLeaf"],
-  [*,no,*], [enable_testsuites=""]
-)
-AS_CASE([,"$enable_testsuites",],
-  [*,opencl-book-samples,*|*,samples,*], [
-    enable_testsuite_opencl_book_samples=yes
-  ])
-AS_CASE([,"$enable_testsuites",],
-  [*,ViennaCL,*|*,viennacl,*], [
-    enable_testsuite_viennacl=yes
-  ])
-AS_CASE([,"$enable_testsuites",],
-  [*,Rodinia,*|*,rodinia,*], [
-    enable_testsuite_rodinia=yes
-  ])
-AS_CASE([,"$enable_testsuites",],
-  [*,Parboil,*|*,parboil,*], [
-    enable_testsuite_parboil=yes
-  ])
-AS_CASE([,"$enable_testsuites",],
-  [*,AMD,*|*,amd,*], [
-    enable_testsuite_amd=yes
-    enable_testsuite_amdsdk2_9=yes
-    enable_testsuite_amdsdk3_0=yes
-  ])
-AS_CASE([,"$enable_testsuites",],
-  [*,VexCL,*|*,vexcl,*], [
-    enable_testsuite_vexcl=yes
-  ])
-AS_CASE([,"$enable_testsuites",],
-  [*,piglit,*|*,Piglit,*], [
-    enable_testsuite_piglit=yes
-  ])
-AS_CASE([,"$enable_testsuites",],
-  [*,intelsvm,*|*,IntelSVM,*], [
-    enable_testsuite_intel_svm=yes
-  ])
-AS_CASE([,"$enable_testsuites",],
-  [*,halide,*|*,Halide,*], [
-    enable_testsuite_halide=yes
-  ])
-AS_CASE([,"$enable_testsuites",],
-  [*,opencv,*|*,OpenCV,*], [
-    enable_testsuite_opencv=yes
-  ])
-AS_CASE([,"$enable_testsuites",],
-  [*,cloverleaf,*|*,CloverLeaf,*], [
-    enable_testsuite_cloverleaf=yes
-  ])
-
-if test "$enable_testsuite_opencl_book_samples" = "yes"; then
-  # Check for software required for opencl book samples
-  AC_CHECK_LIB([glut], [glutInit], [:], [
-    AC_MSG_WARN([disabling tests from OpenCL book as glut library is missing])
-    enable_testsuite_opencl_book_samples="no"
-  ])
-  :
-  AC_CHECK_HEADER([FreeImage.h], [:], [
-    AC_MSG_WARN([disabling tests from OpenCL book as FreeImage.h header is missing])
-    enable_testsuite_opencl_book_samples="no"
-  ])
-fi
-
-if test "$enable_testsuite_rodinia" = "yes" ; then
-  # Check for software and sources for Rodinia
-  if ! test -f "$srcdir/examples/Rodinia/rodinia_2.0.1.tar.gz" ; then
-    AC_MSG_WARN([disabling Rodinia testsuite as rodinia_2.0.1.tar.gz is not in '$srcdir/examples/Rodinia'. You must download it yourself from http://lava.cs.virginia.edu/Rodinia/download.htm after registration.])
-    enable_testsuite_rodinia=no
-  fi
-fi
-
-if test "$enable_testsuite_parboil" = "yes" ; then
-  # Check for software and sources for Parboil
-  if ! test -f "$srcdir/examples/Parboil/pb2.5benchmarks.tgz" -a \
-          -f "$srcdir/examples/Parboil/pb2.5datasets_standard.tgz" -a \
-          -f "$srcdir/examples/Parboil/pb2.5driver.tgz"; then
-    AC_MSG_WARN([disabling Parboil testsuite as one of the required packages not in '$srcdir/examples/Parboil'. You must download it yourself from http://impact.crhc.illinois.edu/parboil.aspx.])
-    enable_testsuite_parboil=no
-  fi
-fi
-
-if test "$enable_testsuite_amd" = "yes" ; then
-  # Check for software and sources for AMD APP SDK
-  if ! test -f "$srcdir/examples/AMD/AMD-APP-SDK-v2.8-RC-lnx64.tgz"; then
-    AC_MSG_WARN([disabling AMD APP SDK testsuite as the 2.8 lnx64 package not in '$srcdir/examples/AMD'.])
-    enable_testsuite_amd=no
-  fi
-  PKG_CHECK_MODULES([SDL], [sdl >= 1.2], [:], 
-    [ AC_MSG_WARN([pkg-config could not find libSDL, AMD APP SDK testsuite is not used ]) 
-      enable_testsuite_amd=no
-    ])
-fi
-
-if test "$enable_testsuite_intel_svm" = "yes" ; then
-  if ! test -f "$srcdir/examples/IntelSVM/intel_ocl_svm_basic_win.zip"; then
-    AC_MSG_WARN([Disabling Intel SVM tests, could not find intel_ocl_svm_basic_win.zip])
-    enable_testsuite_intel_svm=no
-  fi
-fi
-
-if test "$enable_testsuite_amdsdk2_9" = "yes" ; then
-   # Check for software and sources for AMD APP SDK
-  if ! test -f "$srcdir/examples/AMDSDK2.9/AMD-APP-SDK-v2.9-RC-lnx64.tgz"; then
-    AC_MSG_WARN([disabling AMD APP SDK testsuite as the 2.9 lnx64 package not in '$srcdir/examples/AMDSDK2.9'.])
-    enable_testsuite_amdsdk2_9=no
-  fi
-  PKG_CHECK_MODULES([SDL], [sdl >= 1.2], [:], 
-    [ AC_MSG_WARN([pkg-config could not find libSDL, AMD APP SDK 2.9 testsuite is not used ]) 
-      enable_testsuite_amdsdk2_9=no
-    ])
-fi
-
-if test "$enable_testsuite_amdsdk3_0" = "yes" ; then
-   # Check for software and sources for AMD APP SDK
-  if ! test -f "$srcdir/examples/AMDSDK3.0/AMD-APP-SDKInstaller-v3.0.130.135-GA-linux64.tar.bz2"; then
-    AC_MSG_WARN([disabling AMD APP SDK testsuite as the 3.0 installer package not in '$srcdir/examples/AMDSDK3.0'.])
-    enable_testsuite_amdsdk3_0=no
-  fi
-  PKG_CHECK_MODULES([SDL], [sdl >= 1.2], [:],
-    [ AC_MSG_WARN([pkg-config could not find libSDL, AMD APP SDK 3.0 testsuite is not used ])
-      enable_testsuite_amdsdk3_0=no
-    ])
-fi
-
-
-if test "$enable_testsuite_vexcl" = "yes" ; then
-  # Check for software and sources for VexCL
-  if ! test -f "$srcdir/examples/VexCL/vexcl/README.md"; then
-    AC_MSG_WARN([disabling VexCL testsuite as the git branch is not in '$srcdir/examples/VexCL/vexcl'.])
-    enable_testsuite_vexcl=no
-  fi
-
-  AX_BOOST_BASE([1.52.0], [], [
-    AC_MSG_WARN(
-    [boost library v1.52+ not found. VexCL tests disabled])
-    enable_testsuite_vexcl=no
-  ])
-fi
-
-if test "$enable_testsuite_viennacl" = "yes" ; then
-  # Check for software and sources for ViennaCL
-  AX_BOOST_BASE([1.42.0], [], [
-    AC_MSG_WARN(
-    [boost library v1.42+ not found. ViennaCL tests disabled])
-    enable_testsuite_viennacl=no
-  ])
-fi
-
-if test "$enable_testsuite_piglit" = "yes" ; then
-  if ! test -f "$srcdir/examples/piglit/piglit/piglit-run.py" ; then
-    AC_MSG_WARN([disabling Piglit testsuite: piglit-run.py not found in '$srcdir/examples/piglit/piglit/'])
-    enable_testsuite_piglit=no
-  fi
-fi
-
-if test "$enable_testsuite_opencv" = "yes" ; then
-  if ! test -f "$srcdir/examples/OpenCV/opencv-3.0.0-beta.zip" ; then
-    AC_MSG_WARN([disabling OpenCV testsuite: opencv-3.0.0-beta.zip not found in '$srcdir/examples/OpenCV'])
-    enable_testsuite_opencv=no
-  fi
-fi      
-
-AM_CONDITIONAL([TEST_SUITE_SAMPLES], [test "$enable_testsuite_opencl_book_samples" = "yes"])
-AM_CONDITIONAL([TEST_SUITE_VIENNACL], [test "$enable_testsuite_viennacl" = "yes"])
-AM_CONDITIONAL([TEST_SUITE_RODINIA], [test "$enable_testsuite_rodinia" = "yes"])
-AM_CONDITIONAL([TEST_SUITE_PARBOIL], [test "$enable_testsuite_parboil" = "yes"])
-AM_CONDITIONAL([TEST_SUITE_AMD], [test "$enable_testsuite_amd" = "yes"])
-AM_CONDITIONAL([TEST_SUITE_AMDSDK2_9], [test "$enable_testsuite_amdsdk2_9" = "yes"])
-AM_CONDITIONAL([TEST_SUITE_AMDSDK3_0], [test "$enable_testsuite_amdsdk3_0" = "yes"])
-AM_CONDITIONAL([TEST_SUITE_VEXCL], [test "$enable_testsuite_vexcl" = "yes"])
-AM_CONDITIONAL([TEST_SUITE_PIGLIT], [test "$enable_testsuite_piglit" = "yes"])
-AM_CONDITIONAL([TEST_SUITE_HALIDE], [test "$enable_testsuite_halide" = "yes"])
-AM_CONDITIONAL([TEST_SUITE_OPENCV], [test "$enable_testsuite_opencv" = "yes"])
-AM_CONDITIONAL([TEST_SUITE_CLOVERLEAF], [test "$enable_testsuite_cloverleaf" = "yes"])
-AM_CONDITIONAL([TEST_SUITE_INTELSVM], [test "$enable_testsuite_intel_svm" = "yes"])
-
-# Some information for the user
-AC_MSG_NOTICE([internal tests are enabled])
-POAT_TESTSUITES=""
-if test "$enable_testsuite_opencl_book_samples" = "yes"; then
-  AC_MSG_NOTICE([tests from OpenCL book are enabled])
-  POAT_TESTSUITES="$POAT_TESTSUITES samples"
-else
-  AC_MSG_NOTICE([tests from OpenCL book are disabled])
-fi
-if test "$enable_testsuite_viennacl" = "yes"; then
-  AC_MSG_NOTICE([tests from ViennaCL are enabled])
-  POAT_TESTSUITES="$POAT_TESTSUITES viennacl"
-else
-  AC_MSG_NOTICE([tests from ViennaCL are disabled])
-fi
-if test "$enable_testsuite_rodinia" = "yes"; then
-  AC_MSG_NOTICE([tests from Rodinia are enabled])
-  POAT_TESTSUITES="$POAT_TESTSUITES rodinia"
-else
-  AC_MSG_NOTICE([tests from Rodinia are disabled])
-fi
-if test "$enable_testsuite_parboil" = "yes"; then
-  AC_MSG_NOTICE([tests from Parboil are enabled])
-  POAT_TESTSUITES="$POAT_TESTSUITES parboil"
-else
-  AC_MSG_NOTICE([tests from Parboil are disabled])
-fi
-if test "$enable_testsuite_amd" = "yes"; then
-  AC_MSG_NOTICE([tests from AMD APP SDK are enabled])
-  POAT_TESTSUITES="$POAT_TESTSUITES amd"
-else
-  AC_MSG_NOTICE([tests from AMD APP SDK are disabled])
-fi
-if test "$enable_testsuite_amdsdk2_9" = "yes"; then
-  AC_MSG_NOTICE([tests from AMD APP SDK 2.9 are enabled])
-  POAT_TESTSUITES="$POAT_TESTSUITES amdsdk2_9"
-else
-  AC_MSG_NOTICE([tests from AMD APP SDK 2.9 are disabled])
-fi
-if test "$enable_testsuite_amdsdk3_0" = "yes"; then
-  AC_MSG_NOTICE([tests from AMD APP SDK 3.0 are enabled])
-  POAT_TESTSUITES="$POAT_TESTSUITES amdsdk3_0"
-else
-  AC_MSG_NOTICE([tests from AMD APP SDK 3.0 are disabled])
-fi
-if test "$enable_testsuite_vexcl" = "yes"; then
-  AC_MSG_NOTICE([tests from VexCL are enabled])
-  POAT_TESTSUITES="$POAT_TESTSUITES vexcl"
-else
-  AC_MSG_NOTICE([tests from VexCL are disabled])
-fi
-if test "$enable_testsuite_piglit" = "yes"; then
-  AC_MSG_NOTICE([tests from Piglit are enabled])
-  POAT_TESTSUITES="$POAT_TESTSUITES piglit"
-else
-  AC_MSG_NOTICE([tests from piglit are disabled])
-fi
-if test "$enable_testsuite_halide" = "yes"; then
-  AC_MSG_NOTICE([tests from Halide are enabled])
-  POAT_TESTSUITES="$POAT_TESTSUITES Halide"
-else
-  AC_MSG_NOTICE([tests from Halide are disabled])
-fi
-if test "$enable_testsuite_opencv" = "yes"; then
-  AC_MSG_NOTICE([tests from OpenCV are enabled])
-  POAT_TESTSUITES="$POAT_TESTSUITES OpenCV"
-else
-  AC_MSG_NOTICE([tests from OpenCV are disabled])
-fi
-if test "$enable_testsuite_cloverleaf" = "yes"; then
-  AC_MSG_NOTICE([tests from CloverLeaf are enabled])
-  POAT_TESTSUITES="$POAT_TESTSUITES CloverLeaf"
-else
-  AC_MSG_NOTICE([tests from CloverLeaf are disabled])
-fi
-if test "$enable_testsuite_intel_svm" = "yes" ; then
-  AC_MSG_NOTICE([tests from Intel SVM samples are enabled])
-  POAT_TESTSUITES="$POAT_TESTSUITES IntelSVM"
-else
-  AC_MSG_NOTICE([tests from Intel SVM samples are disabled])
-fi
-
-####################################################################
-# Pthread Library
-
-old_CFLAGS="$CFLAGS"
-old_CPPFLAGS="$CPPFLAGS"
-CFLAGS=`echo "$CFLAGS" | sed 's/-Werror[[-A-Za-z0-9=]]*//g'`
-CPPFLAGS=`echo "$CPPFLAGS" | sed 's/-Werror[[-A-Za-z0-9=]]*//g'`
-
-ACX_PTHREAD()
-
-CFLAGS="$old_CFLAGS"
-CPPFLAGS="$old_CPPFLAGS"
-
-LD_FLAGS_BIN="$LD_FLAGS_BIN $PTHREAD_LDFLAGS"
-
-
-####################################################################
-
-# Option to build as an ICD
-AC_ARG_ENABLE([icd],
-              [AS_HELP_STRING([--enable-icd], [Build pocl with the ICD extensions (default yes)])],
-              [icd="$enableval"],
-              [icd="yes"])
-OCL_ICD_available=no
-if test x"$icd" != xno; then :
-  # In fact, ocl-icd >= 1.4 is required. However, Debian wheezy will
-  # have ocl-icd 1.3 *with the required fixes*
-  # So, lets hope Debian wheezy adds a minor version number to the bugfixed ocl-icd.
-  PKG_CHECK_MODULES([OCL_ICD], [ocl-icd >= 1.3], 
-    [ OCL_ICD_available=yes 
-      AC_DEFINE([HAVE_OCL_ICD], [1], [Defined to 1 if ocl-icd is found on system]) ],
-    [:])
-  # In case pkg-config could not find ocl-icd above, try the system default.
-  # This test will fail if e.g. ocl-icd is installed to a non-standard location,
-  # so skip it if pkg-config succeeded. There doesn't seem to be
-  # a symbol that is available only in the ICD loaders. Thus,
-  # this check is passed also in case libOpenCL is the implementation,
-  # not the loader.
-  if test x"$OCL_ICD_available" != xyes; then :
-    AC_CHECK_LIB([OpenCL], [clGetPlatformIDs], [:], [
-      AC_MSG_ERROR([Could not find an ICD loader. Please install one or add --disable-icd (see README for details).])
-      ])
-  fi
-fi
-
-AS_CASE(["$icd,$OCL_ICD_available"],
-  [no,*], [ AC_MSG_NOTICE([disabling ICD extension build as requested]) ],
-  [*,yes], [ icd=yes
-    AC_MSG_NOTICE([enabling ICD extension build]) ],
-  [check,no], [ icd=no
-    AC_MSG_NOTICE([disabling ICD extension build (ocl-icd not available)]) ],
-  [yes,no], [AC_MSG_WARN([enabling ICD, but the testsuite might not work! (ocl-icd not available)])],
-  [AC_MSG_ERROR([Invalid value for --enable-icd])]) 
-
-if test x"$icd" = xyes; then
-  AC_DEFINE([BUILD_ICD], [], "Build with ICD")
-fi
-
-AM_CONDITIONAL(BUILD_ICD, test "$icd" = "yes")
-
-# Option to allow to link a OpenCL program directly against libpocl
-# instead of going through an ICD Loader
-AC_ARG_ENABLE([direct-linkage],
-              [AS_HELP_STRING([--enable-direct-linkage], [Allow OpenCL programs to be linked directly against the pocl library instead of using a ICD Loader (OpenCL library)])],
-              [oclsym="$enableval"],
-              [oclsym="default"])
-
-AS_CASE(["$oclsym,$icd"],
-  [no,no], [ AC_MSG_ERROR([at least, one of ICD or direct-linkage must be enabled]) ],
-  [no,yes], [ AC_MSG_NOTICE([disabling direct linkage as requested]) ],
-  [default,*], [ oclsym=yes
-    AC_MSG_NOTICE([enabling direct linkage in pocl library]) ],
-  [yes,*], [ 
-    AC_MSG_NOTICE([enabling direct linkage as requested]) ],
-  [AC_MSG_ERROR([Invalid value for --enable-direct-linkage])]) 
-
-if test x"$oclsym" = xyes; then
-  AC_DEFINE([DIRECT_LINKAGE], [], "Export OpenCL symbols")
-fi
-
-AM_CONDITIONAL(EXPORT_OPENCL_SYMBOLS, test "$oclsym" = "yes")
-
-# Option to run tests through the OpenCL ICD loader
-# Note that running test *in tree* requires the ocl-icd loader, not any ICD
-# loader
-AC_ARG_ENABLE([tests-with-icd],
-              [AS_HELP_STRING([--enable-tests-with-icd], [run tests through the ICD Loader (requires the ocl-icd loader)])],
-              [tests_with_icd="$enableval"],
-              [tests_with_icd="default"])
-AS_CASE(["$tests_with_icd,$icd,$oclsym"],
-  [yes,no,*], [ AC_MSG_ERROR([Cannot use ICD for tests when not building it]) ],
-  [no,*,no], [ AC_MSG_ERROR([Cannot avoid ICD for tests when direct-linkage is disabled]) ],
-  [default,yes,*], [ tests_with_icd=yes
-    AC_MSG_NOTICE([tests will be run through the ICD]) ],
-  [default,*,yes], [ tests_with_icd=no
-    AC_MSG_NOTICE([tests will use POCL library directly]) ],
-  [AC_MSG_ERROR([Invalid value for --enable-tests-with-icd])]) 
-
-if test x"$tests_with_icd" = xyes; then
-  PKG_CHECK_MODULES([OPENCL], [OpenCL >= 1.2], 
-  [], 
-  [
-    AC_MSG_WARN([Tests through ICD loader enabled, but OpenCL.pc file installed by ocl-icd seems missing])
-    if test -z "$OPENCL_LIBS"; then
-      OPENCL_LIBS="-lOpenCL"
-    fi
-  ])
-  OPENCL_CMAKE=''
-  OPENCL_EXTLIBS="$OPENCL_LIBS"
-else
-  OPENCL_LIBS='$(abs_top_builddir)/lib/CL/libpocl.la $(PTHREAD_LIBS) $(LD_FLAGS_BIN)'
-  OPENCL_EXTLIBS='-L$(abs_top_builddir)/lib/CL/.libs -lpocl -Xlinker -rpath=${abs_top_builddir}/lib/CL/.libs $(PTHREAD_LIBS) $(LD_FLAGS_BIN)'
-  OPENCL_CFLAGS='$(PTHREAD_CFLAGS)'
-  OPENCL_CMAKE=' \
-	-D OPENCL_LIBRARIES:FILEPATH=${abs_top_builddir}/lib/CL/.libs/libpocl.so \
-	-D OPENCL_LIBRARY:FILEPATH=${abs_top_builddir}/lib/CL/.libs/libpocl.so \
-	-D CMAKE_EXE_LINKER_FLAGS:STRING='${PTHREAD_CFLAGS}' \
-	-D OPENCL_INCLUDE_DIRS:PATH=${abs_top_srcdir}/include \
-	-D OPENCL_INCLUDE_DIR:PATH=${abs_top_srcdir}/include
-  '
-fi
-AC_SUBST([OPENCL_CMAKE])
-AC_SUBST([OPENCL_EXTLIBS])
-
-####################################################################
-# OpenCL headers
-
-# Option to install OpenCL header files
-# By default, do not install them unless none are found in the system include directories
-AC_ARG_ENABLE([install-opencl-headers],
-              [AS_HELP_STRING([--enable-install-opencl-headers],
-              [install OpenCL headers. Ones from Khronos should be installed instead.])],
-              [ioh="$enableval"],
-              [ioh="default"])
-
-if test x"$ioh" = xdefault; then
-  ioh=yes
-  case $host_os in
-    darwin* )
-      AC_CHECK_HEADER([OpenCL/opencl.h],[ioh=no])
-      ;;
-    * )
-      AC_CHECK_HEADER([CL/opencl.h],[ioh=no])
-      ;;
-  esac
-fi
-
-AM_CONDITIONAL(INSTALL_OPENCL_HEADERS, test "$ioh" = "yes")
-
-if test x"$ioh" = "yes"; then
-# In case we install pocl's headers, ensure we build against them
-# by adding the pocl's include as the first include path.
-   CPPFLAGS="-Iinclude $CPPFLAGS"
-fi
-
-# Using cl2.hpp shipped with pocl
-AM_CONDITIONAL([HAVE_OPENCL_HPP], true)
-AC_DEFINE([HAVE_OPENCL_HPP], [] ,[Defined if system cl.hpp found to be working])
-
-# libtool dynamic library handling library
-old_LIBS="$LIBS"
-LIBS=
-AC_SEARCH_LIBS([lt_dlsym], [ltdl], [], [
-AC_MSG_ERROR([unable to find the libtool dl library (usually libltdl-dev)])
-])
-LTDL_LIBS="$LIBS"
-AC_SUBST([LTDL_LIBS])
-LIBS="$old_LIBS"
-
-# Following checks are related to the build system for devices (clang and so),
-# and not for building the host code.
-AC_MSG_NOTICE([Starting OpenCL runtime build system checks])
-
-AC_ARG_ENABLE([debug],
-AS_HELP_STRING([--enable-debug], [enable debug build of pocl (default is no)]),
-[debug=$enableval],
-[debug=no])
-if test "x$debug" = "xno"
-then
-	CXXFLAGS="$CXXFLAGS"
-else
-	CFLAGS="$CFLAGS -O0 -g"
-	CXXFLAGS="$CXXFLAGS -O0 -g"
-	AC_DEFINE([POCL_DEBUG_BUILD], [], "Build pocl in debug mode")
-fi
-
-AC_LANG([C])
-AC_MSG_CHECKING([for clock_gettime availability])
-AC_COMPILE_IFELSE(
-  [AC_LANG_PROGRAM(
-    [ #include <time.h> ],
-    [ struct timespec pocl_debug_timespec; clock_gettime(CLOCK_REALTIME, &pocl_debug_timespec); ]
-  )],
-  [AC_MSG_RESULT(yes)
-   AC_DEFINE([HAVE_CLOCK_GETTIME], [1], [Have clock_gettime])
-   AM_CONDITIONAL([HAVE_CLOCK_GETTIME], true)],
-  [AC_MSG_RESULT(no)
-   AM_CONDITIONAL([HAVE_CLOCK_GETTIME], false)]
-)
-
-AC_CHECK_FUNCS_ONCE([vfork fork])
-
-# Enable debug message output when the env POCL_DEBUG=1 is set.
-AC_DEFINE([POCL_DEBUG_MESSAGES], [1], [Printout debug messages in case POCL_DEBUG env is set])
-
-be_pedantic="no"
-AC_ARG_ENABLE([pedantic],
-              [AS_HELP_STRING([--enable-pedantic], [Compile host library with stricter compiler flags.])],
-              [be_pedantic="yes"])
-if test "$be_pedantic" = "yes"
-then
-	CXXFLAGS="$CXXFLAGS -Wno-unused-result -Werror"
-	CFLAGS="$CFLAGS -Wno-unused-result -Werror"
-fi
-
-cache_kernel="yes"
-AC_ARG_ENABLE([kernel-cache],
-              [AS_HELP_STRING([--disable-kernel-cache], [Disable persistent kernel cache])],
-              [cache_kernel="no"])
-if test "$cache_kernel" = "yes"
-then
-  AC_DEFINE([POCL_KERNEL_CACHE_DEFAULT], [1], "Enabled kernel cache feature")
-else
-  AC_DEFINE([POCL_KERNEL_CACHE_DEFAULT], [0], "Disabled kernel cache feature")
-fi
-
-
-PKG_CHECK_MODULES([GLEW], [glew], 
-  [
-    AC_DEFINE([HAVE_GLEW], [],
-        [Defined if The OpenGL Extension Wrangler library is found])
-  ],
-  [AC_MSG_NOTICE([libGLEW not found. A few tests will not work])])
-
-# Checks for programs.
-AC_DEFUN([LLVM_PROG], [
-  AC_ARG_VAR([$1], [$3])
-  AC_PATH_PROGS([$1], [$2 $2-$LLVM_VERSION], , [$LLVM_BINDIR:$PATH])
-  AS_IF([test -z "$$1"], [
-    AC_MSG_FAILURE([cannot find LLVM binary '$2' in '$LLVM_BINDIR' nor \$PATH])
-  ])
-])
-
-AC_DEFUN([LLVM_PROG_WARN], [
-  AC_ARG_VAR([$1], [$3])
-  AC_PATH_PROGS([$1], [$2 $2-$LLVM_VERSION], , [$LLVM_BINDIR:$PATH])
-  AS_IF([test -z "$$1"], [
-    AC_MSG_WARN([cannot find LLVM binary '$2' in '$LLVM_BINDIR' nor \$PATH])
-  ])
-])
-
-LLVM_PROG([CLANG], [clang], [Program to compile kernels to bytecode])
-
-if `$CLANG --version|grep -q SPIR`; 
-then 
-AC_DEFINE([CLANG_SPIR], [], "Using a SPIR generator Clang from Khronos.")
-fi
-
-# Targets.
-# This is the target architecture of the basic and pthreads devices.
-# These always are the same arch as host (in current pocl implementation).
-# Also, this is the autoconf "host".
-# We have:
-# target triplet: the OCL device target triple
-# kernel dir: where to search for the ocl lib kernel
-
-# The option for specifying the target changed; try the modern syntax
-# first, and fall back to the old-style syntax if this failed
-AC_MSG_CHECKING([Clang option to specify the target])
-if [ $CLANG --target=$host -x c /dev/null -S -o - >/dev/null 2>&1 ]; then
-  CLANG_TARGET_OPTION='--target='
-elif [ $CLANG -target $host -x c /dev/null -S -o - >/dev/null 2>&1 ]; then
-  CLANG_TARGET_OPTION='-target '
-else
-  AC_MSG_ERROR([Cannot determine Clang option to specify the target])
-fi
-AC_MSG_RESULT(${CLANG_TARGET_OPTION}TARGET)
-
-# Check for a functioning clang++. It is needed to compile faster math 
-# builtins from vecmathlib.
-LLVM_PROG_WARN([CLANGXX], [clang++])
-
-# Test features of clang
-# -can it compile a simple program
-# -was LLVM built with NDEBUG or not
-if test ! -z "$CLANGXX"; then
-
-AC_LANG([C++])
-
-CLANGXX_FLAGS="${CLANG_TARGET_OPTION}$host ${CLANGXX_FLAGS}"
-
-old_CXX=$CXX
-CXX=$CLANGXX
-old_CXXFLAGS=$CXXFLAGS
-CXXFLAGS=$CLANGXX_FLAGS
-old_LDFLAGS=$LDFLAGS
-old_LIBS=$LIBS
-
-# The namespace std { class type_info; } is needed for older libstdc++
-# versions such as the 4.4 in Debian 6.0.
-# http://lists.cs.uiuc.edu/pipermail/cfe-dev/2011-February/013207.html
-AC_MSG_CHECKING([whether clang++ works])
-AC_COMPILE_IFELSE(
-  [AC_LANG_PROGRAM(
-    [[ namespace std { class type_info; }
-       #include <iostream> ]],
-    [[ std::cout << "Hello clang++ world!" << std::endl ]]
-  )],
-  [AC_MSG_RESULT(yes)
-   # The vecmathlib repo should be checked out under lib/kernel
-   # and the pocl directory should have the generated files in place.
-   if test -r $srcdir/lib/kernel/vecmathlib/vecmathlib.h; then
-      use_vecmathlib=yes
-   fi
-   AC_DEFINE_UNQUOTED([CLANGXX], ["$CLANGXX"], [clang++ executable])
-   AC_DEFINE_UNQUOTED([CLANGXX_FLAGS], ["$CLANGXX_FLAGS"], [clang++ compiler flags])
-  ],
-  [AC_MSG_RESULT(no)
-   CLANGXX=""
-   CLANGXX_FLAGS=""])
-
-#
-# A few work-arounds for llvm-config issues
-# - '-fno-rtti' is a work-around for llvm bug 14200 - this should be fixed in 3.7
-# - '-DNDEBUG' is a work-around for llvm bug 18253
-# - pocl doesn't compile with '-pedantic'
-
-LLVM_CXX_FLAGS=$($LLVM_CONFIG --cxxflags | sed -e 's/ -pedantic / /g')
-LLVM_MINOR=$(echo $LLVM_VERSION | cut -d '.' -f 2)
-if test $LLVM_MINOR -lt 7; then
-  LLVM_CXX_FLAGS="$LLVM_CXX_FLAGS -fno-rtti"
-else
-  AC_MSG_NOTICE([Detected LLVM 3.7+, not adding -fno-rtti to LLVM CXXFLAGS])
-fi
-
-# llvm-config does not always report the "-DNDEBUG" flag correctly
-# (see LLVM bug 18253). If LLVM and the pocl passes are built with 
-# different NDEBUG settings, problems arise 
-AC_MSG_CHECKING([if llvm-config reports -DNDEBUG properly])
-CXXFLAGS="$CXXFLAGS $($LLVM_CONFIG --cxxflags) -UNDEBUG"
-LIBS="$LIBS $($LLVM_CONFIG --libs)"
-LDFLAGS="$LDFLAGS $LLVM_LDFLAGS"
-
-AC_LINK_IFELSE(
-  [AC_LANG_PROGRAM(
-    [[ #include <llvm/Support/Debug.h> ]],
-    [[ llvm::DebugFlag=true; ]]
-  )],
-  [#No linking error. The llvm::DebugFlags was found in the LLVM libraries 
-   AC_MSG_RESULT(yes)
-  ],
-  [AC_MSG_RESULT(no)
-    LLVM_CXX_FLAGS="$LLVM_CXX_FLAGS -DNDEBUG"
-  ])
-
-CXX=$old_CXX
-CXXFLAGS=$old_CXXFLAGS
-LDFLAGS=$old_LDFLAGS
-LIBS=$old_LIBS
-fi
-AC_SUBST(LLVM_CXX_FLAGS)
-
-
-# Define the OpenCL version when compiling OpenCL C code. This also
-# serves as indicator for the OpenCL C language, similar to
-# __cplusplus for C++.
-CLFLAGS="$CLFLAGS -Xclang -cl-std=CL2.0 -D__OPENCL_C_VERSION__=200"
-
-AM_CONDITIONAL([CLANGXX_AVAILABLE], test ! -z $CLANGXX)
-
-AC_ARG_VAR([CLFLAGS], [Flags to be used when compiling CL sources])
-AC_ARG_VAR([CLANGXX_FLAGS], [Flags to be used when compiling C++ sources with clang])
-
-use_vecmathlib_builtins="no"
-AC_ARG_ENABLE([vecmathlib-builtins],
-              [AS_HELP_STRING([--enable-vecmathlib-builtins], [Use only __builtin_* functions in the kernel library.])],
-              [use_vecmathlib_builtins="yes"])
-if test "$use_vecmathlib_builtins" = "yes"
-then
-	CLFLAGS="$CLFLAGS -DPOCL_VECMATHLIB_BUILTIN"
-	CLANGXX_FLAGS="$CLANGXX_FLAGS -DPOCL_VECMATHLIB_BUILTIN"
-fi
-
-AC_DEFINE_UNQUOTED([CLANG], ["$CLANG"], [clang executable.])
-AC_DEFINE_UNQUOTED([CLFLAGS], ["$CLFLAGS"], [Additional CL compiler flags.])
-
-# The Clang flags that are used always when compiling OpenCL C code.
-# Note: We use -Wno-format to avoid warnings for printf, where we
-# currently have to use %lld for long arguments (to handle 32-bit
-# architectures).
-FORCED_CLFLAGS="-Xclang -ffake-address-space-map -fno-math-errno -fblocks -fno-builtin -fasm -Wno-format"
-AC_DEFINE_UNQUOTED([FORCED_CLFLAGS], 
-["$FORCED_CLFLAGS"], 
-[Always used flags for Clang when compiling OpenCL C code.])
-AC_SUBST([FORCED_CLFLAGS], ["$FORCED_CLFLAGS"])
-
-# TODO: this is duplicated
-LLVM_PROG([OPT], [opt], [LLVM optimizer])
-LLVM_PROG([LLVM_OPT], [opt], [LLVM optimizer])
-LLVM_PROG([LLC], [llc], [LLVM static compiler])
-LLVM_PROG([LLVM_AS], [llvm-as], [LLVM assembler])
-LLVM_PROG([LLVM_LINK], [llvm-link], [LLVM IR linker])
-
-
-# $CLANG and $LLC are needed by config/xclang
-export CLANG
-export LLC
-
-AC_DEFINE_UNQUOTED([LLVM_LLC], ["$LLC"], [LLVM compiler executable.])
-
-AC_MSG_CHECKING([Linker option to build a shared library])
-if echo $host | grep -q darwin; then
-  LD_SHARED="-dylib"
-else
-  LD_SHARED="-shared"
-fi
-AC_MSG_RESULT($LD_SHARED)
-
-HOST_CLANG_FLAGS=""
-HOST_LLC_FLAGS="-relocation-model=pic"
-HOST_AS_FLAGS=""
-HOST_LD_FLAGS="$LD_SHARED"
-
-
-
-# TODO: We need to set both target-triple and cpu-type when
-# building, since the ABI depends on both. We can either add flags
-# to all the scripts, or set the respective flags here in
-# *_CLANG_FLAGS and *_LLC_FLAGS. Note that clang and llc use
-# different option names to set these. Note that clang calls the
-# triple "target" and the cpu "architecture", which is different
-# from llc.
-
-# Normalise the triple. Otherwise, clang normalises it when
-# passing it to llc, which is then different from the triple we
-# pass to llc. This would lead to inconsistent bytecode files,
-# depending on whether they are generated via clang or directly
-# via llc.
-
-AC_MSG_CHECKING([LLC target triple (for host $host)])
-dnl The quadrigraphs @<:@ and @:>@ turn into [ and ].
-llc_triple=$($CLANG ${CLANG_TARGET_OPTION}$host -x c /dev/null -S -emit-llvm -o - | grep -e 'target triple' | perl -p -e 's/^.*target triple = "+(@<:@^ @:>@+).*"$/\1/')
-AC_MSG_RESULT($llc_triple)
-test -z "$llc_triple" && AC_MSG_ERROR([Cannot determine LLC target triple])
-AC_MSG_CHECKING([LLC host CPU])
-llc_host_cpu=$($LLC --version | grep 'Host CPU' | sed -e 's/^ *Host CPU: *//')
-
-test -n "$LLC_HOST_CPU" && llc_host_cpu=$LLC_HOST_CPU 
-test -z "$llc_host_cpu" && AC_MSG_ERROR([Cannot determine LLC host CPU])
-AC_MSG_RESULT($llc_host_cpu)
-#X86 has -march and -mcpu reversed, for clang
-CLANG_MARCH_FLAG=march
-
-case $host_os in
-  darwin* )
-    # MacOS ld outputs useless warnings like
-    # ld: warning: -macosx_version_min not specificed, assuming 10.7
-    # suppress them with -w.
-    HOST_LD_FLAGS="-bundle -w"  
-    ICD_LD_FLAGS="-single_module"
-    ;;
-  *gnu )
-    ICD_LD_FLAGS="-Wl,-Bsymbolic"
-    ;;  
-esac
-AC_SUBST([ICD_LD_FLAGS])
-case $host_cpu in
-  armv6l)
-    AC_MSG_NOTICE([using the ARM optimized kernel lib for the native device])
-    HOST_LD_FLAGS="$HOST_LD_FLAGS -lm"
-    CL_DEVICE_ADDRESS_BITS=32
-    case $host in
-      *gnueabihf)
-      case $llc_host_cpu in
-        arm1176jz-s) 
-          llc_host_cpu=arm1176jzf-s;;
-      esac
-      HOST_CLANG_FLAGS="$HOST_CLANG_FLAGS -mfloat-abi=hard"
-      HOST_LLC_FLAGS="$HOST_LLC_FLAGS -float-abi=hard"
-      HOST_AS_FLAGS="$HOST_AS_FLAGS -mfloat-abi=hard";;
-    esac
-    ;;
-  arm*)
-    AC_MSG_NOTICE([using the ARM optimized kernel lib for the native device])
-    # check for gnueabihf, and set clang target accordingly
-    case $host in
-      #armv7l seems a popular host_cpu in distros. Clang uses "armv7", though
-      arm*android*)
-         llc_triple="armv7-unknown-linux-gnueabi"
-         AC_DEFINE([HOST_FLOAT_SOFT_ABI], [], ["Use soft-float ABI to support most of android devices"])
-         HOST_CLANG_FLAGS="$HOST_CLANG_FLAGS -mfloat-abi=soft -I"$SYSROOTDIR"/usr/include "
-         HOST_LLC_FLAGS="$HOST_LLC_FLAGS -float-abi=soft"
-         HOST_AS_FLAGS="$HOST_AS_FLAGS -mcpu=$llc_host_cpu -mfloat-abi=soft"
-         HOST_LD_FLAGS="$HOST_LD_FLAGS -L/system/lib/ -shared -ldl -lc -lm /system/lib/crtbegin_so.o /system/lib/crtend_so.o";;
-      armv7l*gnueabihf)
-         llc_triple="armv7-unknown-linux-gnueabihf"
-         HOST_CLANG_FLAGS="$HOST_CLANG_FLAGS -mfloat-abi=hard"
-         HOST_LLC_FLAGS="$HOST_LLC_FLAGS -float-abi=hard"
-         HOST_AS_FLAGS="$HOST_AS_FLAGS -mfloat-abi=hard";;
-      armv7l*gnueabi)
-         llc_triple="armv7-unknown-linux-gnueabi"
-         AC_DEFINE([HOST_FLOAT_SOFT_ABI], [], ["basic and pthreads devices use soft-float ABI"])
-         HOST_CLANG_FLAGS="$HOST_CLANG_FLAGS -mfloat-abi=soft"
-         HOST_LLC_FLAGS="$HOST_LLC_FLAGS -float-abi=soft"
-         HOST_AS_FLAGS="$HOST_AS_FLAGS -mcpu=$llc_host_cpu"
-         HOST_AS_FLAGS="$HOST_AS_FLAGS -mfloat-abi=soft";;
-      armv7hl-suse-linux-gnueabi)
-         llc_triple="armv7hl-suse-linux-gnueabi"
-         HOST_CLANG_FLAGS="$HOST_CLANG_FLAGS -mfloat-abi=hard"
-         HOST_LLC_FLAGS="$HOST_LLC_FLAGS -float-abi=hard"
-         HOST_AS_FLAGS="$HOST_AS_FLAGS -mcpu=$llc_host_cpu"
-         HOST_AS_FLAGS="$HOST_AS_FLAGS -mfloat-abi=hard";;
-      armv7hl-redhat-linux-gnu)
-         llc_triple="armv7hl-redhat-linux-gnueabi"
-         HOST_CLANG_FLAGS="$HOST_CLANG_FLAGS -mfloat-abi=hard"
-         HOST_LLC_FLAGS="$HOST_LLC_FLAGS -float-abi=hard"
-         HOST_AS_FLAGS="$HOST_AS_FLAGS -mcpu=$llc_host_cpu"
-         HOST_AS_FLAGS="$HOST_AS_FLAGS -mfloat-abi=hard";;
-       *)
-         #this is for old arm distros (pre-hardfloat),
-         #probably not used, and kept here "just in case"
-         llc_triple="armv7";;
-    esac
-    CLANG_MARCH_FLAG=mcpu
-
-    # Assume -lm should not be used. TODO: add an embedded math lib
-    # for compiling kernels for ARM envs without usable math libs.
-    CL_DEVICE_ADDRESS_BITS=32
-    ;;
-  amd64|x86_64)
-    AC_MSG_NOTICE([using the x86_64 optimized kernel lib for the native device])
-    HOST_LD_FLAGS="$HOST_LD_FLAGS -lm"
-    CL_DEVICE_ADDRESS_BITS=64
-    ;;
-  i?86)
-    AC_MSG_NOTICE([using the x86 32bit optimized kernel lib for the native device])
-    HOST_LD_FLAGS="$HOST_LD_FLAGS -lm"
-    CL_DEVICE_ADDRESS_BITS=32
-    ;;
- 
-  tce)
-    AC_MSG_NOTICE([using the TCE optimized kernel lib for the native device])
-    HOST_LD_FLAGS="$HOST_LD_FLAGS -lm"
-    llc_triple=tce-tut-llvm
-    ;;
-
-  powerpc64*)
-    test ${LLVM_VERSION:0:3} == "3.4" && AC_MSG_ERROR([LLVM 3.4 fails on PowerPC, use 3.3])
-    AC_MSG_NOTICE([using the ppc64 optimized kernel lib for the native device])
-    HOST_LD_FLAGS="$HOST_LD_FLAGS -lm"
-    llc_triple="powerpc64-unknown-linux-gnu"
-    CL_DEVICE_ADDRESS_BITS=32
-    #TODO: not all PowerPCs have Altivec?
-    HOST_LLC_FLAGS="$HOST_LLC_FLAGS -mattr=altivec"
-    CLANG_MARCH_FLAG="mcpu"
-    ;;
-
-  powerpc*)
-    test ${LLVM_VERSION:0:3} == "3.4" && AC_MSG_ERROR([LLVM 3.4 fails on PowerPC, use 3.3])
-    #on all tested operating systems with PowerPC, the processor is 64bit,
-    #but the operating system is 32 bit. 
-    AC_MSG_NOTICE([using the ppc64 optimized kernel lib for the native device])
-    HOST_LD_FLAGS="$HOST_LD_FLAGS -lm"
-    llc_triple="powerpc-unknown-linux-gnu"
-    CL_DEVICE_ADDRESS_BITS=32
-    #Altivec on PPC32 seems to have a few codegen issues
-    use_vecmathlib=""
-    HOST_AS_FLAGS="$HOST_AS_FLAGS ${CLANG_TARGET_OPTION}$llc_triple"
-    CLANG_MARCH_FLAG="mcpu"
-    ;;
-
-  mipsel*)
-    llc_triple="mipsel-unknown-linux-gnu"
-    CLANG_MARCH_FLAG=mcpu
-    CL_DEVICE_ADDRESS_BITS=32
-    ;;
-
-  mips*)
-    llc_triple="mips-unknown-linux-gnu"
-    CLANG_MARCH_FLAG=mcpu
-    CL_DEVICE_ADDRESS_BITS=32
-    ;;
-
-  *)
-    AC_MSG_ERROR([unknown/unsupported host $host])
-    ;;
-esac
-
-
-kernel_dir="host"
-OCL_TARGETS=$kernel_dir
-HOST_CLANG_FLAGS="$HOST_CLANG_FLAGS ${CLANG_TARGET_OPTION}$llc_triple"
-HOST_LLC_FLAGS="$HOST_LLC_FLAGS -mtriple=$llc_triple"
-if test "$llc_host_cpu" != "(unknown)"
-then
-  HOST_CLANG_FLAGS="$HOST_CLANG_FLAGS -$CLANG_MARCH_FLAG=$llc_host_cpu"
-  HOST_LLC_FLAGS="$HOST_LLC_FLAGS -mcpu=$llc_host_cpu"
-fi
-
-AC_DEFINE_UNQUOTED([KERNEL_DIR], "$kernel_dir", [Use the libkernel from lib/kernel/$KERNEL_DIR/])
-
-AC_SUBST([TARGET], [$target])
-AC_DEFINE_UNQUOTED([TARGET], "$target", [The target triple.])
-AC_SUBST([TARGET_CPU], [$target_cpu])
-AC_ARG_VAR([TARGET_CLANG_FLAGS],
-           [Parameters to for target compilation.])
-AC_DEFINE_UNQUOTED([TARGET_CLANG_FLAGS],
-                   ["$TARGET_CLANG_FLAGS"],
-                   [Parameters to for target compilation.])
-AC_SUBST([TARGET_LLC_FLAGS])
-AC_DEFINE_UNQUOTED([TARGET_LLC_FLAGS],
-                   ["$TARGET_LLC_FLAGS"], 
-                   [Parameters to llc for code generation in the target.])
-
-AC_SUBST([HOST], [$host])
-AC_DEFINE_UNQUOTED([HOST], "$host", [The host triple.])
-AC_SUBST([HOST_CPU], [$host_cpu])
-AC_DEFINE_UNQUOTED([HOST_CPU], ["$host_cpu"], [The host CPU type.])
-AM_CONDITIONAL([HOST_CPU_IS_X86_64], [test "$host_cpu" = "x86_64"])
-AC_SUBST([OCL_KERNEL_TARGET],[$llc_triple])
-AC_DEFINE_UNQUOTED([OCL_KERNEL_TARGET], ["$llc_triple"], [The kernel target triplet.])
-AC_SUBST([OCL_KERNEL_TARGET_CPU],[$llc_host_cpu])
-AC_DEFINE_UNQUOTED([OCL_KERNEL_TARGET_CPU], ["$llc_host_cpu"], [The kernel target CPU variant.])
-AC_SUBST([OCL_KERNEL_ARCH],[$OCL_KERNEL_ARCH])
-AC_DEFINE_UNQUOTED([OCL_KERNEL_ARCH], ["$OCL_KERNEL_ARCH"], [The kernel architecture.])
-
-AC_ARG_VAR([HOST_CLANG_FLAGS],
-           [Parameters to for host compilation.])
-AC_DEFINE_UNQUOTED([HOST_CLANG_FLAGS],
-                   ["$HOST_CLANG_FLAGS"],
-                   [Parameters to for host compilation.])
-AC_ARG_VAR([HOST_LLC_FLAGS])
-AC_DEFINE_UNQUOTED([HOST_LLC_FLAGS],
-                   ["$HOST_LLC_FLAGS"], 
-                   [Parameters to llc for code generation in the host.])
-AC_ARG_VAR([HOST_AS_FLAGS])
-AC_DEFINE_UNQUOTED([HOST_AS_FLAGS],
-                   ["$HOST_AS_FLAGS"], 
-                   [Parameters to as for code generation in the host.])
-AC_SUBST([HOST_LD_FLAGS])
-AC_DEFINE_UNQUOTED([HOST_LD_FLAGS],
-                   ["$HOST_LD_FLAGS"],
-                   [Parameter to compiler to generate loadable module.])
-
-AC_SUBST([POCL_DEVICE_ADDRESS_BITS], [$CL_DEVICE_ADDRESS_BITS])
-AC_DEFINE_UNQUOTED([POCL_DEVICE_ADDRESS_BITS],
-                   [$CL_DEVICE_ADDRESS_BITS],
-                   [Value based on host processor, for basic and pthreads devices])
-
-AM_CONDITIONAL([USE_VECMATHLIB], test ! -z "$use_vecmathlib")
-if test x"$use_vecmathlib" = xyes; then
-  AC_DEFINE([USE_VECMATHLIB], [], "Use vecmathlib if available for the target.")
-  CLANGXX_FLAGS="$CLANGXX_FLAGS -DVML_NO_IOSTREAM"
-fi
-
-
-
-####################################################################
-# Determine which device drivers to build.
-
-OCL_DRIVERS="basic pthreads"
-
-# look for the TCE library (needed for the ttasim device driver)
-AC_PATH_PROG([TCE_CONFIG], [tce-config])
-
-AC_ARG_ENABLE([tce],
-              [AS_HELP_STRING([--disable-tce], 
-                              [Do not build TCE driver, even if TCE is found.])],
-              [try_tce="$enableval"],
-              [try_tce="yes"])
-            
-if test ! -z "$TCE_CONFIG" -a x"$try_tce" = xyes; then
-
-AC_PATH_PROG([TCECC], [tcecc])
-
-AC_LANG([C++])
-
-old_CXXFLAGS=$CXXFLAGS
-CXXFLAGS=`$TCE_CONFIG --libs --cxxflags --includes`
-
-AC_MSG_CHECKING([compiling against a TCE header])
-AC_COMPILE_IFELSE(
-  [AC_LANG_PROGRAM(
-    [[ #include <Application.hh> ]],
-    [[ Application::initialize() ]]
-  )],
-  [AC_MSG_RESULT(yes)
-  [TCE_LIBRARY=ok]],
-  [AC_MSG_RESULT(no)])
-
-AC_MSG_CHECKING([running a TCE binary])
-if ttasim --help > /dev/null;
-then
-AC_MSG_RESULT(yes)
-TCE_EXEC=ok
-else
-AC_MSG_RESULT(no)
-fi
-
-CXXFLAGS=$old_CXXFLAGS
-
-fi
-
-if test -z "$TCECC" || \
-   test -z "$TCE_CONFIG" || \
-   test -z "$TCE_LIBRARY" || \
-   test -z "$TCE_EXEC"; then
-
-AC_MSG_NOTICE([TCE installation not found or doesn't work. The ttasim device will not be built.])
-
-else
-
-LD_FLAGS_BIN="$LD_FLAGS_BIN `$TCE_CONFIG --libs`"
-
-if `$TCE_CONFIG --version|grep -q trunk`
-then
- AC_MSG_NOTICE([TCEMC installation found. The ttasim device will be built.])
- AC_DEFINE([TCEMC_AVAILABLE], [1], [Defined to 1 if TCEMC libraries and tools are available])
- AC_SUBST([TCEMC_AVAILABLE], ["1"])
- AC_DEFINE([TCE_AVAILABLE], [1], [Defined to 1 if TCE libraries and tools are available])
- AC_SUBST([TCE_AVAILABLE], ["1"])
- OCL_DRIVERS="$OCL_DRIVERS tcemc"
- TCEMC_AVAILABLE=1
- # TCEMC is a "superset" of TCE (lp:tce) features.
- TCE_AVAILABLE=1
- else
- AC_MSG_NOTICE([TCE installation found. The ttasim device will be built.])
- AC_DEFINE([TCE_AVAILABLE], [1], [Defined to 1 if TCE libraries and tools are available])
- AC_SUBST([TCE_AVAILABLE], ["1"])
- OCL_DRIVERS="$OCL_DRIVERS tce"
- TCE_AVAILABLE=1
-fi
-
-# List of extension supported by the TCE device
-TCE_DEVICE_EXTENSIONS="cl_khr_byte_addressable_store cl_khr_global_int32_base_atomics cl_khr_global_int32_extended_atomics cl_khr_local_int32_base_atomics cl_khr_local_int32_extended_atomics cl_khr_int64 cl_khr_int64_base_atomics cl_khr_int64_extended_atomics cl_khr_fp16"
-TCE_DEVICE_EXTENSION_DEFINES=`echo $TCE_DEVICE_EXTENSIONS | sed s/cl_khr/-Dcl_khr/g`
-AC_DEFINE_UNQUOTED([TCE_DEVICE_EXTENSIONS], ["$TCE_DEVICE_EXTENSIONS"], [TCE device supported extension list])
-AC_SUBST([TCE_DEVICE_EXTENSION_DEFINES])
-AC_DEFINE_UNQUOTED([TCE_DEVICE_EXTENSION_DEFINES], ["$TCE_DEVICE_EXTENSION_DEFINES"], [TCE device supported extension list])
-AC_DEFINE([TCE_DEVICE_CL_VERSION_MAJOR], [2], [OpenCL major version supported by TCE device])
-AC_DEFINE([TCE_DEVICE_CL_VERSION_MINOR], [0], [OpenCL minor version supported by TCE device])
-
-
-OCL_TARGETS="$OCL_TARGETS tce"
-fi
-
-AM_CONDITIONAL([TCE_AVAILABLE], test ! -z $TCE_AVAILABLE)
-AM_CONDITIONAL([TCEMC_AVAILABLE], test ! -z $TCEMC_AVAILABLE)
-
-# Checking for android cross-compile
-ANDROID_PRESENT="";
-AC_MSG_CHECKING([for Android])
-AC_COMPILE_IFELSE(
-  [AC_LANG_PROGRAM(
-    [[ #include <android/log.h> ]]
-  )],
-  [AC_MSG_RESULT(yes)
-  [ANDROID_PRESENT=ok]],
-  [AC_MSG_RESULT(no)])
-
-if test "$ANDROID_PRESENT" == ok;
-then
-AC_DEFINE([POCL_ANDROID], [1], [Defined to 1 if compiling for Android])
-AC_DEFINE([POCL_ANDROID_PREFIX],
-                   ["/data/data/org.pocl.libs/files"],
-                   [Directory  where pocl files are installed in android])
-
-fi
-AM_CONDITIONAL([POCL_ANDROID], [test "$ANDROID_PRESENT" = ok])
-
-# Enable HSA by default in case the dependencies are met.
-AC_ARG_ENABLE([hsa-amdgcn],
-              [AS_HELP_STRING([--disable-hsa-amdgcn],
-              [Disable the HSA device driver for AMD GCN devices.])],
-              [enable_hsa="$enableval"], [enable_hsa="yes"])
-
-HSA_RUNTIME_DIR=""
-AC_ARG_WITH(hsa-runtime-dir,
-[AS_HELP_STRING([--with-hsa-runtime-dir],[absolute path where HSA runtime files (include,libs) are found, defaults to /opt/hsa])],
-[
-  HSA_RUNTIME_DIR="${withval}"
-  AC_MSG_NOTICE([Using provided HSA runtime location: ${HSA_RUNTIME_DIR}])
-],
-[
-  HSA_RUNTIME_DIR="/opt/hsa"
-  AC_MSG_NOTICE([Using default HSA runtime location: ${HSA_RUNTIME_DIR}])
-]
-)
-
-AC_SUBST([HSA_INCLUDES], ["-I${HSA_RUNTIME_DIR}/include"] )
-
-# Search for the HSA runtime lib.
-AC_MSG_CHECKING([for HSA runtime])
-old_LIBS="$LIBS"
-old_LDFLAGS="$LDFLAGS"
-LDFLAGS="$LDFLAGS -L${HSA_RUNTIME_DIR}/lib"
-LIBS=""
-AC_SEARCH_LIBS([hsa_executable_get_symbol], [hsa-runtime64], [
-HSA_LIBS="$LIBS"
-AC_SUBST([HSA_LIBS])
-],
-[
-enable_hsa=no
-LDFLAGS="$old_LDFLAGS"
-])
-LIBS=$old_LIBS
-
-# test that Clang supports the amdgcn--amdhsa target
-AC_LANG([C])
- AC_LANG_CONFTEST(
- [AC_LANG_PROGRAM(
-       [])
-       ])
-
-LLVM_AMDGCN_TARGET=no
-
-# TODO The native compilation for AMDGCN via the HSA driver.
-#AC_MSG_CHECKING([if the amdgcn--amdhsa target is supported in Clang/LLVM])
-#if $LLVM_BINDIR/clang conftest.c -target amdgcn--amdhsa -emit-llvm -S -c -o - 2>/dev/null | grep -cq 'target triple = "amdgcn--amdhsa"';
-#then
-#   AC_MSG_RESULT([yes])
-#   LLVM_AMDGCN_TARGET=yes
-#   AC_DEFINE([AMDGCN_ENABLED], [1], [Defined in case AMDGCN device support enabled.])
-#
-#else
-#   AC_MSG_RESULT([no])
-#   enable_hsa=no
-#fi
-
-AC_MSG_CHECKING([if the hsail64 target is supported in Clang/LLVM])
-if $LLVM_BINDIR/clang conftest.c -target hsail64 -emit-llvm -S -c -o - 2>/dev/null | grep -cq 'target triple = "hsail64"';
-then
-   AC_MSG_RESULT([yes])
-   LLVM_HSAIL64_TARGET=yes
-else
-   AC_MSG_RESULT([no])
-   enable_hsa=no
-fi
-
-tempCPPFLAGS=$CPPFLAGS
-CPPFLAGS="$CPPFLAGS -I${HSA_RUNTIME_DIR}/include"
-
-AC_MSG_CHECKING([for HSA runtime headers])
-AC_COMPILE_IFELSE(
-  [AC_LANG_PROGRAM(
-    [[ #include <hsa.h> ]]
-  )],
-[AC_MSG_RESULT(yes)],
-[AC_MSG_RESULT(no)
-enable_hsa="no"
-])
-
-AC_MSG_CHECKING([for AMD-specific HSA runtime headers])
-AC_COMPILE_IFELSE(
-  [AC_LANG_PROGRAM(
-    [[ #include <hsa_ext_amd.h> ]]
-  )],
-[AC_MSG_RESULT(yes)
-AC_DEFINE([HAVE_HSA_EXT_AMD_H], [], [Have AMD-specific HSA headers])
-],
-[AC_MSG_RESULT(no)])
-
-CPPFLAGS=$tempCPPFLAGS
-
-AC_ARG_VAR([HSAILASM], [Path to HSAILasm executable])
-AC_PATH_PROGS([HSAILASM], [HSAILasm])
-if test ! -z "$HSAILASM"; then
-  AC_DEFINE_UNQUOTED([HSAIL_ASM], ["$HSAILASM"], [Path to HSAILasm executable])
-else
-  AC_MSG_NOTICE([Could not find HSAILasm executable, disabling HSA support])
-  enable_hsa="no"
-fi
-
-HSA_DEVICE_EXTENSIONS=""
-HSA_DEVICE_EXTENSION_DEFINES=""
-if test "$enable_hsa" = "yes";
-then
-  HSA_DEVICE_EXTENSIONS="cl_khr_byte_addressable_store cl_khr_global_int32_base_atomics cl_khr_global_int32_extended_atomics cl_khr_local_int32_base_atomics cl_khr_local_int32_extended_atomics cl_khr_int64 cl_khr_fp64 cl_khr_int64_base_atomics cl_khr_int64_extended_atomics"
-  HSA_DEVICE_EXTENSION_DEFINES=$(echo "$HSA_DEVICE_EXTENSIONS" | sed 's/cl_khr/-Dcl_khr/g')
-  OCL_DRIVERS="$OCL_DRIVERS hsa"
-  OCL_TARGETS="$OCL_TARGETS hsail64"
-  AC_DEFINE([BUILD_HSA], [1], [Defined to 1 in case the HSA driver should be built.])
-  enable_testsuite_hsa=yes
-  POAT_TESTSUITES="$POAT_TESTSUITES hsa"
-  # -lHSAILUtil is missing from llvm-config --libfiles
-  LLVM_LIBS="$LLVM_LIBS -lLLVMHSAILUtil"
-  AC_DEFINE([HSA_DEVICE_CL_VERSION_MAJOR], [2], [OpenCL major version supported by HSA device])
-  AC_DEFINE([HSA_DEVICE_CL_VERSION_MINOR], [0], [OpenCL major version supported by HSA device])
-fi
-AC_DEFINE_UNQUOTED([HSA_DEVICE_EXTENSIONS], ["$HSA_DEVICE_EXTENSIONS"], [aoeuaoe])
-AC_SUBST([HSA_DEVICE_EXTENSION_DEFINES])
-
-# TODO: move above
-
-# Enable the HSA test suite in case HSA support enabled.
-AM_CONDITIONAL([TEST_SUITE_HSA], [test "$enable_testsuite_hsa" = "yes"])
-AC_SUBST([POAT_TESTSUITES])
-
-AM_CONDITIONAL([BUILD_AMDGCN],[echo $OCL_TARGETS | grep amdgcn])
-AM_CONDITIONAL([BUILD_HSA],[echo $OCL_DRIVERS | grep hsa])
-
-AC_MSG_NOTICE([Building the following device drivers: $OCL_DRIVERS])
-
-AC_SUBST([OCL_TARGETS])
-
-AC_DEFINE_UNQUOTED([BUILDDIR], ["`pwd`"], [Absolute path of build directory.])
-AC_DEFINE_UNQUOTED([SRCDIR], ["`cd $srcdir && pwd`"], [Root for the project sources.])
-
-if test x"$prefix" = xNONE; then
-  prefix=/usr/local
-  #this check is "if user did not override sysconfdir"
-  if test x"$sysconfdir" = x'${prefix}/etc'; then
-    sysconfdir=/etc
-  fi
-fi
-
-# Checks for header files.
-
-# Checks for library features.
-AC_LANG([C])
-
-old_CC="$CC"
-old_CPPFLAGS="$CPPFLAGS"
-old_CFLAGS="$CFLAGS"
-old_LDFLAGS="$LDFLAGS"
-CC=$srcdir/config/xclang
-if test ! -z "$host_alias"; then
-    CC="$CC -h $host_alias"
-fi
-if test ! -z "$build_alias"; then
-    CC="$CC -b $build_alias"
-fi
-
-CFLAGS=""
-CPPFLAGS=""
-LDFLAGS=""
-for flag in $old_CPPFLAGS; do
-    if echo " $flag" | grep -q -e -Werror; then
-       CPPFLAGS="$CPPFLAGS $flag"
-    fi
-done
-for flag in $old_CFLAGS; do
-    if echo " $flag" | grep -q -e -Werror; then
-       CFLAGS="$CFLAGS $flag"
-    fi
-done
-
-AC_MSG_CHECKING([for posix_memalign])
-AC_LINK_IFELSE(
-    [AC_LANG_PROGRAM(
-        [[ #include <stdlib.h> ]],
-        [[ int r = posix_memalign(NULL, 0, 0); ]]
-    )],
-    [AC_MSG_RESULT(yes)
-    AC_DEFINE([HAVE_POSIX_MEMALIGN], [], [Defined if posix_memalign is available.])],
-    [AC_MSG_RESULT(no)])
-
-# Checks for typedefs, structures, and compiler characteristics.
-AC_MSG_NOTICE([Checking target compiler characteristics])
-CFLAGS="-h $target"
-AC_CHECK_SIZEOF([long])
-AC_SUBST([TARGET_SIZEOF_LONG], [$ac_cv_sizeof_long])
-AC_CHECK_SIZEOF([__fp16])
-AC_SUBST([TARGET_SIZEOF_HALF], [$ac_cv_sizeof___fp16])
-AC_CHECK_SIZEOF([double])
-AC_SUBST([TARGET_SIZEOF_DOUBLE], [$ac_cv_sizeof_double])
-AC_CHECK_SIZEOF([void *])
-AC_SUBST([TARGET_SIZEOF_VOID_P], [$ac_cv_sizeof_void_p])
-
-
-AS_UNSET([ac_cv_sizeof_long])
-AS_UNSET([ac_cv_sizeof___fp16])
-AS_UNSET([ac_cv_sizeof_double])
-AS_UNSET([ac_cv_sizeof_void_p])
-
-AC_MSG_NOTICE([Checking host compiler characteristics])
-CFLAGS="-h $host"
-AC_CHECK_SIZEOF([long])
-AC_SUBST([HOST_SIZEOF_LONG], [$ac_cv_sizeof_long])
-AC_CHECK_SIZEOF([__fp16])
-AC_SUBST([HOST_SIZEOF_HALF], [$ac_cv_sizeof___fp16])
-AC_CHECK_SIZEOF([double])
-AC_SUBST([HOST_SIZEOF_DOUBLE], [$ac_cv_sizeof_double])
-AC_CHECK_SIZEOF([void *])
-AC_SUBST([HOST_SIZEOF_VOID_P], [$ac_cv_sizeof_void_p])
-
-AC_CHECK_ALIGNOF([float16], [typedef float float16  __attribute__((__ext_vector_type__(16)));])
-AC_CHECK_ALIGNOF([double16], [typedef double double16  __attribute__((__ext_vector_type__(16)));])
-
-if test "$ANDROID_PRESENT" == ok;
-then
-AC_MSG_NOTICE([Setting float16 & double16 alignments manually in cross-compile mode])
-AC_DEFINE([ALIGNOF_FLOAT16], 64)
-AC_DEFINE([ALIGNOF_DOUBLE16], 128)
-fi
-
-AS_IF([test $ac_cv_alignof_float16 -gt $ac_cv_alignof_double16],
-      [AC_DEFINE([MAX_EXTENDED_ALIGNMENT], [ALIGNOF_FLOAT16], [Defined to greatest expected alignment for extended types, in bytes.])],
-      [AC_DEFINE([MAX_EXTENDED_ALIGNMENT], [ALIGNOF_DOUBLE16], [Defined to greatest expected alignment for extended types, in bytes.])])
-
-AC_MSG_CHECKING([whether __fp16 supports arithmetic operations])
-AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[__fp16 callfp16(__fp16 a) { return a * (__fp16)1.8; };]],
-                                   [[__fp16 x=callfp16((__fp16)1.643);]])],
-                  [
-                    AC_MSG_RESULT([yes])
-                    AC_DEFINE_UNQUOTED([HAVE_WORKING_HALF], 1, [Define to 1 if __fp16 supports arithmetic operations float.])
-                  ],
-                  [
-                    AC_MSG_RESULT([no])
-                    AC_DEFINE_UNQUOTED([HAVE_WORKING_HALF], 0, [Define to 1 if __fp16 supports arithmetic operations float.])
-                    AC_DEFINE_UNQUOTED([_CL_DISABLE_HALF],[],[Disable cl_khr_fp16 on host based devices.])
-                    HOST_CLANG_FLAGS="$HOST_CLANG_FLAGS -D_CL_DISABLE_HALF"
-                  ]
-                 )
-
-HOST_DEVICE_EXTENSIONS="cl_khr_byte_addressable_store cl_khr_global_int32_base_atomics cl_khr_global_int32_extended_atomics cl_khr_local_int32_base_atomics cl_khr_local_int32_extended_atomics cl_khr_spir"
-if test "$HAVE_WORKING_HALF" == "1"; then
-  HOST_DEVICE_EXTENSIONS="$HOST_DEVICE_EXTENSIONS cl_khr_fp16"
-fi
-if test -z "$CL_DISABLE_LONG"; then
-  HOST_DEVICE_EXTENSIONS="$HOST_DEVICE_EXTENSIONS cl_khr_int64 cl_khr_fp64 cl_khr_int64_base_atomics cl_khr_int64_extended_atomics"
-fi
-HOST_DEVICE_EXTENSION_DEFINES=`echo $HOST_DEVICE_EXTENSIONS | sed s/cl_khr/-Dcl_khr/g`
-AC_DEFINE_UNQUOTED([HOST_DEVICE_EXTENSIONS], ["$HOST_DEVICE_EXTENSIONS"],
-                   [OpenCL device extensions implemented by the host devices basic and pthreads])
-AC_SUBST([HOST_DEVICE_EXTENSION_DEFINES])
-#NB: OCL version is a property of the clPlatform, not the device. But the "host devices"
-#(basic and pthread) are probably always the ones cathing the new OCL spec versions first.
-AC_DEFINE([HOST_DEVICE_CL_VERSION_MAJOR], [2], [OpenCL major version supported by host device])
-AC_DEFINE([HOST_DEVICE_CL_VERSION_MINOR], [0], [OpenCL minor version supported by host device])
-AC_DEFINE_UNQUOTED([POCL_CL_VERSION], ["2.0"],
-                   [OpenCL version string as reported by clGetPlatformInfo])
-
-
-# Seems to be unused
-#AC_MSG_CHECKING([whether __fp16 can be converted to float])
-#AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[__fp16 x; float y;]],
-#                                   [[y=x]])],
-#                  [
-#                    AC_MSG_RESULT([yes])
-#                    AC_DEFINE_UNQUOTED([CONVERT___FP16_FLOAT], 1, [Define to 1 if __fp16 can be converted to float.])
-#                  ],
-#                  [
-#                    AC_MSG_RESULT([no])
-#                    AC_DEFINE_UNQUOTED([CONVERT___FP16_FLOAT], 0, [Define to 1 if __fp16 can be converted to float.])
-#                  ]
-#                 )
-
-CC="$old_CC"
-CPPFLAGS="$old_CPPFLAGS"
-CFLAGS="$old_CFLAGS"
-LDFLAGS="$old_LDFLAGS"
-
-AC_C_BIGENDIAN(
-  [ AC_DEFINE([WORDS_BIGENDIAN], [1], [Endianness]) ],
-  [ AC_DEFINE([WORDS_BIGENDIAN], [0], [Endianness]) ]
-)
-
-
-# The libtool library version string to use (passed to -version-info).
-# See: http://www.nondot.org/sabre/Mirrored/libtool-2.1a/libtool_6.html
-# libpocl.so should get only API additions as we are implementing a standard.
-#
-# The library version encodings into the library file name are platform
-# dependant. Therefore we need to be a bit verbose here for the pocl.icd file 
-# creation to succeed (see Makefile.am).
-# Chiefly, GNU differs from BSD, and others are untested. See e.g.
-# http://en.opensuse.org/openSUSE%3aShared_library_packaging_policy#Versioning_schemes
-#
-# 0:0:0 == 0.6
-# 1:0:0 == 0.7 (not backwards compatible with 0:0:0 due to the ICD)
-# 2:0:1 == 0.8 (currently backwards compatible with 0.7, thus age = 1).
-# 3:0:2 == 0.9 (currently backwards compatible with 0.7, thus age = 2).
-# 4:0:3 == 0.10 (currently backwards compatible with 0.7, thus age = 3).
-# 5:0:4 == 0.11 (currently backwards compatible with 0.7, thus age = 4).
-# 6:0:5 == 0.12 (currently backwards compatible with 0.7, thus age = 5).
-# 7:0:6 == 0.13 (currently backwards compatible with 0.7, thus age = 6).
-
-LIB_CURRENT_VERSION=7
-LIB_REVISION_VERSION=0
-LIB_AGE_VERSION=6
-LIB_FIRST_VERSION=$(($LIB_CURRENT_VERSION - $LIB_AGE_VERSION))
-BUILD_TIMESTAMP=""
-AC_SUBST([LIB_VERSION], ["$LIB_CURRENT_VERSION:$LIB_REVISION_VERSION:$LIB_AGE_VERSION"])
-AC_SUBST([LIB_CURRENT_VERSION], [$LIB_CURRENT_VERSION])
-AC_SUBST([LIB_REVISION_VERSION], [$LIB_REVISION_VERSION])
-AC_SUBST([LIB_AGE_VERSION], [$LIB_AGE_VERSION])
-AC_SUBST([LIB_FIRST_VERSION], [$LIB_FIRST_VERSION])
-AC_SUBST([BUILD_TIMESTAMP], [$( date +%G%m%d%H%M%N )])
-
-AC_DEFINE_UNQUOTED([POCL_BUILD_TIMESTAMP], ["$BUILD_TIMESTAMP"], [Timestamp of build])
-
-# The kernel compiler opt plugin shared library, however, changes more 
-# drastically. Let's try to follow the similar 'current' numbering as
-# the pocl host API library and perhaps tune the 'revision' and 'age' later.
-AC_SUBST([KERNEL_COMPILER_LIB_VERSION], ["$LIB_CURRENT_VERSION:0:0"])
-
-AC_SUBST([LD_FLAGS_BIN])
-
-AC_CONFIG_FILES([Makefile
-                 pocl.pc
-                 tests/atlocal
-                 ocl-vendors/pocl-tests.icd
-                 include/Makefile
-                 include/CL/Makefile
-                 include/OpenCL/Makefile
-                 lib/Makefile
-                 lib/CL/Makefile
-                 lib/CL/devices/Makefile
-                 lib/CL/devices/pthread/Makefile
-                 lib/CL/devices/basic/Makefile
-                 lib/CL/devices/tce/Makefile
-                 lib/CL/devices/tce/ttasim/Makefile
-                 lib/CL/devices/topology/Makefile
-                 lib/CL/devices/hsa/Makefile
-                 lib/llvmopencl/Makefile
-                 lib/kernel/Makefile
-                 lib/kernel/host/Makefile
-                 lib/kernel/tce/Makefile
-                 lib/kernel/hsail64/Makefile
-                 lib/poclu/Makefile
-                 examples/Makefile
-                 examples/example1/Makefile
-                 examples/example1-spir64/Makefile
-                 examples/example1-spir32/Makefile
-                 examples/example2/Makefile
-                 examples/example2a/Makefile
-                 examples/standalone/Makefile
-                 examples/trig/Makefile
-                 examples/scalarwave/Makefile
-                 examples/opencl-book-samples/Makefile
-                 examples/Rodinia/Makefile
-                 examples/Parboil/Makefile
-                 examples/ViennaCL/Makefile
-                 examples/IntelSVM/Makefile
-                 examples/AMD/Makefile
-                 examples/AMDSDK2.9/Makefile
-                 examples/AMDSDK3.0/Makefile
-                 examples/EinsteinToolkit/Makefile
-                 examples/VexCL/Makefile
-                 examples/piglit/Makefile
-                 examples/Halide/Makefile
-                 examples/OpenCV/Makefile
-                 examples/CloverLeaf/Makefile
-                 scripts/Makefile
-                 tests/Makefile
-                 tests/kernel/Makefile
-                 tests/regression/Makefile
-                 tests/workgroup/Makefile
-                 tests/runtime/Makefile
-                 tests/tce/Makefile
-                 tests/tce/ttasim/Makefile
-                 tests/tce/tcemc/Makefile
-                 tests/tce/fp16/Makefile
-                 ])
-
-AC_OUTPUT
-
-
-#Print a summary of selected options:
-echo
-echo =======================================================================
-echo
-echo Using LLVM version $LLVM_VERSION from $($LLVM_CONFIG --prefix)
-echo
-echo -n ICD extension:
-if test x"$icd" == xno;
-then
-echo " disabled"
-else
- echo " enabled"
- if test x"$OCL_ICD_available" != xyes; 
- then
-  echo  Warning: ocl-icd not found.
-  if test x"$sysconfdir" != x/etc;
-  then
-   echo "Not installing pocl.icd to /etc/OpenCL/vendors. This means that"
-   echo "your ICD loader probably will not find pocl. See README for details."
-  else
-   echo "'make check' might fail if it is run before 'make install' unless" 
-   echo "your ICD loader supports the OCL_ICD_VENDORS environment variable"
-   echo "please consult http://pocl.sourceforge.net/docs/html/development.html#test-suite"
-   echo "for details."
-  fi
- else
-  echo "Using ocl-icd to run checks inside build tree."
- fi
-fi
-echo
-
-if test x"$oclsym" == xyes;
-then
- echo "Enabling direct linking with libpocl."
-else
- echo "Linking directly with libpocl will not work."
-fi
-echo
-
-if test x"$use_vecmathlib" == xyes;
-then
- echo "Using vecmathlib math builtins."
-fi
-
-echo Enabled device drivers: $OCL_DRIVERS
-echo Enabled testsuites: $POAT_TESTSUITES
-echo NOTE: Initialize the examples used by the testsuites by running 
-echo \"make prepare-examples\" once.
-echo
-echo Basic and pthreads devices optimized for:
-echo architecture: $host_cpu
-echo cpu variant: $llc_host_cpu
diff --git a/doc/sphinx/source/conf.py b/doc/sphinx/source/conf.py
index 93c1931..dc3690f 100644
--- a/doc/sphinx/source/conf.py
+++ b/doc/sphinx/source/conf.py
@@ -38,16 +38,16 @@ master_doc = 'index'
 
 # General information about the project.
 project = u'Portable Computing Language (pocl)'
-copyright = u'2010-2015, pocl developers'
+copyright = u'2010-2017 pocl developers'
 
 # The version info for the project you're documenting, acts as replacement for
 # |version| and |release|, also used in various other places throughout the
 # built documents.
 #
 # The short X.Y version.
-version = '0.13'
+version = '0.14'
 # The full version, including alpha/beta/rc tags.
-release = '0.13'
+release = '0.14'
 
 # The language for content autogenerated by Sphinx. Refer to documentation
 # for a list of supported languages.
diff --git a/doc/sphinx/source/design.rst b/doc/sphinx/source/design.rst
index a434b8f..d6e3a37 100644
--- a/doc/sphinx/source/design.rst
+++ b/doc/sphinx/source/design.rst
@@ -10,3 +10,4 @@ to this part.
    host_library
    kernel_compiler
    memory_management
+   pocl_binary
diff --git a/doc/sphinx/source/development.rst b/doc/sphinx/source/development.rst
index 312637f..481ec0c 100644
--- a/doc/sphinx/source/development.rst
+++ b/doc/sphinx/source/development.rst
@@ -18,57 +18,28 @@ Testing is done using either "make test" or invoking "ctest" directly;
 "make check" does not work. Invoke ctest with -jX option to run X tests
 in parallel.
 
-Configuring
------------
-
-If you checked out a development version of pocl, the configuration
-scripts need to be regenerated. This is achieved by issuing the
-command::
-
-    ./autogen.sh
-
-in the root of the source tree. You will need a decent version of GNU
-autotools, usually installable from distribution packages 'automake',
-'autoconf', and 'libtool'.
-
-Once that is done, the usual GNU build commands build pocl. Builds out
-of source directory are supported. We recommend using::
-
-    ./configure --enable-debug 
-    make
-
-This will build pocl without optimization, which simplifies debugging.
-(This does not influence whether pocl will optimize the code that it
-generates from OpenCL source files.)
-
 Testsuite
 ----------
 
 Before changes are committed to the mainline, all tests in the 'make
-check' suite should pass. As a minimum requirement the short test
-suite should be executed before committing as follows::
+check' suite should pass::
 
-   make check TESTSUITEFLAGS="-k \!long"
+   make check
 
 Under the 'examples' directory there are placeholder directories for
 external OpenCL application projects which are used as test suites for
-pocl (e.g. ViennaCL). These test suites can be enabled at configure
-time with --enable-testsuites (you can specify a list of test suites
+pocl (e.g. ViennaCL). These test suites can be enabled for cmake
+with -DENABLE_TESTSUITES (you can specify a list of test suites
 if you do not want to enabled all of them, see configure help for the
 available list).  Note that these additionnal test suites require
 additionnal software (tools and libraries). The configure script checks
-some of them but the check is not exhautive. Test suites are disabled if 
+some of them but the check is not exhautive. Test suites are disabled if
 their requirement files are not available.
 
 In order to prepare the external OpenCL examples for the testsuite, you
 need to run the following build command once::
 
-   make prepare-examples
-
-The pocl OpenCL implementation can be used directly or through an ICD
-loader.  The --enable-tests-with-icd configure option allows to choose
-how tests are linked to pocl when running the 'make check' target. By
-default, if the ICD is built, tests are done through the ICD loader.
+   make prepare_examples
 
 IMPORTANT: using the ICD for in tree 'make check' requires an icd
 loader that allows overriding the icd search path. Other ICD loaders
@@ -83,7 +54,7 @@ Debugging a Failed Test
 If there are failing tests in the suite, the usual way to start
 debugging is to look what was printed to the logs for the failing
 cases. After running the test suite, the logs are stored under
-``tests/testsuite.dir/[testcasenumber]/``.  
+``Testing/Temporary/*.log``
 
 Ocl-icd
 -------
@@ -112,15 +83,15 @@ the kernel compiler).
 
    http://www.gnu.org/prep/standards/html_node/Writing-C.html
 
-2) In the C++ sources (mostly the LLVM passes), follow the LLVM coding 
-   guidelines so it is easier to upstream general code to the LLVM project 
+2) In the C++ sources (mostly the LLVM passes), follow the LLVM coding
+   guidelines so it is easier to upstream general code to the LLVM project
    at any point.
 
    http://llvm.org/docs/CodingStandards.html
 
-It's acknowledged that the pocl code base does fully not adhere to these 
+It's acknowledged that the pocl code base does fully not adhere to these
 principles at the moment, but the aim is to gradually fix the style and any
-new code should adhere to these guidelines.
+new code merged to master should adhere to them.
 
 Khronos ICD Loader
 ------------------
@@ -157,22 +128,10 @@ testsuite does this automatically.
 
 There's a helper script that, when sourced, in addition to setting
 POCL_BUILDING setups the OCL_ICD_VENDORS path to point to the pocl in
-the build tree. This removes the need to install pocl to test the 
-built version. It should be executed in the source root::
-
-  . tools/scripts/devel-envs.sh [cmake]
-
-The ``cmake`` argument is required when pocl is built with cmake.
-
-To test as much as possible link options, it is recommended to
-configure pocl two times and run "make check" with both. One should be
-configured with::
-
-  $src/configure --enable-icd --disable-direct-linkage ...
-
-And the second one with::
+the build tree. This removes the need to install pocl to test the
+built version. It should be executed in the build root, typically::
 
-  $src/configure --disable-icd --enable-direct-linkage ...
+  . ../tools/scripts/devel-envs.sh
 
 Target and Host CPU Architectures for 'basic' and 'pthread' Devices
 -------------------------------------------------------------------
diff --git a/doc/sphinx/source/env_variables.rst b/doc/sphinx/source/env_variables.rst
index 80e6d2e..7c370aa 100644
--- a/doc/sphinx/source/env_variables.rst
+++ b/doc/sphinx/source/env_variables.rst
@@ -33,6 +33,10 @@ pocl.
  CL_INVALID_VALUE. If clock_gettime is available, messages
  will include a timestamp.
 
+- **POCL_DEBUG_LLVM_PASSES**
+
+ When set to 1, enables debug output from LLVM passes during optimization.
+
 - **POCL_DEVICES** and **POCL_x_PARAMETERS**
 
  POCL_DEVICES is a space separated list of the device instances to be enabled.
@@ -101,6 +105,12 @@ pocl.
  Forces the maximum WG size returned by the device or kernel work group queries
  to be at most this number.
 
+- **POCL_OFFLINE_COMPILE**
+
+ Bool. When enabled(==1), some drivers will create virtual devices which are only
+ good for creating pocl binaries. Requires those drivers to be compiled with support
+ for compilation for those devices.
+
 - **POCL_VECTORIZER_REMARKS**
 
  When set to 1, prints out remarks produced by the loop vectorizer of LLVM
@@ -142,3 +152,30 @@ pocl.
               might avoid storing work-item context to memory.
               However, the code bloat is increased with larger
               WG sizes.
+
+- **POCL_TRACE_EVENT**, **POCL_TRACE_EVENT_OPT** and **POCL_TRACE_EVENT_FILTER**
+
+ If POCL_TRACE_EVENT is set to some tracer name, then all events
+ will be traced automatically. Depending on the backend, traces
+ may be output in different formats.
+ POCL_TRACE_EVENT_FILTER is a comma separated list of string to 
+ indicate which event status should be filtered. For instance to trace
+ complete and running events POCL_TRACE_EVENT_FILTER should be set
+ to "complete,running". Default behavior is to trace all events.
+
+    text   -- Basic text logger for each events state
+              Use POCL_TRACE_EVENT_OPT=<file> to set the 
+              output file. If not specified, it defaults to
+              pocl_trace_event.log
+    lttng  -- LTTNG tracepoint support. When activated, a lttng session
+              must be started. The following tracepoints are available:
+               - pocl_trace:ndrange_kernel -> Kernel execution
+               - pocl_trace:read_buffer    -> Read buffer
+               - pocl_trace:write_buffer   -> Write buffer
+               - pocl_trace:copy_buffer    -> Copy buffer
+               - pocl_trace:map            -> Map image/buffer
+               - pocl_trace:command        -> other commands
+
+              For more information, please see lttng documentation:
+              http://lttng.org/docs/#doc-tracing-your-own-user-application
+
diff --git a/doc/sphinx/source/hsa.rst b/doc/sphinx/source/hsa.rst
index 9eabb07..5518a13 100644
--- a/doc/sphinx/source/hsa.rst
+++ b/doc/sphinx/source/hsa.rst
@@ -4,106 +4,96 @@ HSA
 
 Note: pocl's HSA support is currently in experimental stage.
 
-The experimental HSA driver works only with an AMD Kaveri or Carrizo APUs
-using the HSAIL-supported LLVM and Clang. Other than that, you will need
-a recent linux (4.0+) and some software.
+The experimental HSA driver works with AMD Kaveri or Carrizo APUs using
+an AMD's HSA Runtime implementation using the HSAIL-supported LLVM and Clang.
+Also, generic HSA Agent support (e.g. for your CPU) can be enabled using
+the phsa project.
 
 Installing prerequisite software
 ---------------------------------
 
-1) Install the HSA AMD runtime library
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-  Pre-built binaries can be found here:
+1) Install an HSA AMD runtime library implementation
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+  For AMD devices, pre-built binaries can be found here:
 
   https://github.com/HSAFoundation/HSA-Runtime-AMD
 
-  This usually installs into /opt/hsa. Make sure to read Q&A in README.md, it
+  This usually installs into /opt/hsa. Make sure to read Q&A in README.md (it
   lists some common issues (like /dev/kfd permissions) and run sample/vector_copy
   to verify you have a working runtime.
 
-2) Build & install the LLVM with HSAIL support
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+  Alternatively, you can use *phsa* to add generic HSA support on your gcc-supported
+  CPU. Its installation instructions are here:
 
-  Fetch the HSAIL branch of LLVM 3.7:
+  https://github.com/HSAFoundation/phsa
 
-  `git clone https://github.com/HSAFoundation/HLC-HSAIL-Development-LLVM/ -b hsail-stable-3.7`
+2) Build & install the LLVM with HSAIL support
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
-  Patch it a bit with:
+  Fetch the HSAIL branch of LLVM 3.7::
 
-  `patch -p1 PATHTO/pocl/tools/patches/llvm-3.7-hsail-branch.patch`
+    git clone https://github.com/HSAFoundation/HLC-HSAIL-Development-LLVM/ -b hsail-stable-3.7
 
-  Fetch the upstream Clang's 3.7 branch:
+  Fetch the upstream Clang 3.7 branch::
 
-  `cd tools; svn co http://llvm.org/svn/llvm-project/cfe/branches/release_37 clang`
+    cd tools; svn co http://llvm.org/svn/llvm-project/cfe/branches/release_37 clang
 
-  Patch it also:
+  Patch it::
 
-  `cd clang; patch -p0 pocl/tools/patches/clang-3.7-hsail-branch.patch`
+    cd clang; patch -p0 < PATHTO-POCL/tools/patches/clang-3.7-hsail-branch.patch
 
-  An LLVM cmake configuration command like this worked for me:
+  An LLVM cmake configuration command like this worked for me::
 
-  `cd ../../ ; mkdir build; cd build; cmake .. -DLLVM_EXPERIMENTAL_TARGETS_TO_BUILD=HSAIL \
-  -DBUILD_SHARED_LIBS=off -DCMAKE_INSTALL_PREFIX=INSTALL_DIR -DLLVM_ENABLE_RTTI=on \
-  -DLLVM_BUILD_LLVM_DYLIB=on -DLLVM_ENABLE_EH=ON -DHSAIL_USE_LIBHSAIL=OFF`
+    cd ../../
+    mkdir build
+    cd build
+    cmake .. -DLLVM_EXPERIMENTAL_TARGETS_TO_BUILD=HSAIL \
+    -DBUILD_SHARED_LIBS=off -DCMAKE_INSTALL_PREFIX=INSTALL_DIR \
+    -DLLVM_ENABLE_RTTI=on -DLLVM_BUILD_LLVM_DYLIB=on -DLLVM_ENABLE_EH=ON -DHSAIL_USE_LIBHSAIL=OFF
 
-  HSAIL_USE_LIBHSAIL=OFF is only for safety. If you accidentally build clang with libHSAIL,
+  ``-DHSAIL_USE_LIBHSAIL=OFF`` is only for safety. If you accidentally build clang with libHSAIL,
   it will cause mysterious link errors later when building pocl.
 
-  Change INSTALL_DIR to your target prefix of choice. Note that these are **required** :
+  Change the INSTALL_DIR to your installation location of choice. Note that these are **required**::
 
-  `-DLLVM_ENABLE_RTTI=ON -DLLVM_ENABLE_EH=ON -DLLVM_EXPERIMENTAL_TARGETS_TO_BUILD=HSAIL`
+    -DLLVM_ENABLE_RTTI=ON -DLLVM_ENABLE_EH=ON -DLLVM_EXPERIMENTAL_TARGETS_TO_BUILD=HSAIL
 
   Also, if you don't want to build all the default targets, you'll need AMDGPU.
 
-  Then build and install the Clang/LLVM:
+  Then build and install the Clang/LLVM::
 
-  `make -j4 && make install`
+    make -j4 && make install
 
 
-3) Build HSAIL-Tools
+3) Get HSAIL-Tools
 ~~~~~~~~~~~~~~~~~~~~~
 
-   `git clone https://github.com/HSAFoundation/HSAIL-Tools`
-
-   Build it (check CMAKE_INSTALL_PREFIX):
-
-   `mkdir -p build/lnx64
-    cd build/lnx64
-    cmake ../.. -DCMAKE_INSTALL_PREFIX=$HOME/bin
-    make -j`
+   Clone the repo::
 
-   You might need to add
+     git clone https://github.com/HSAFoundation/HSAIL-Tools
 
-   `-DCMAKE_CXX_FLAGS=-I$HOME/llvm-3.7-hsa/include` or similar to the cmake command line
-   if it doesn't find your LLVM headers.
+   Then either copy ``HSAILasm`` executable to /opt/hsa/bin, or give
+   the path to ``HSAILasm`` on the build command line (see below)
 
-   In particular **HSAILasm** executable will be required by pocl.
+4) Build pocl
+~~~~~~~~~~~~~
 
+  Using cmake::
 
-4) Build pocl.
-~~~~~~~~~~~~~~~
+    mkdir build ; cd build
+    cmake -DENABLE_HSA=ON -DWITH_HSA_RUNTIME_DIR=\</opt/hsa\> \
+    -DWITH_HSAILASM_PATH=\<path/to/HSAILasm\> -DSINGLE_LLVM_LIB=off ..
 
-  Using autotools:
-
-    `./configure --with-hsa-runtime-dir=\</opt/hsa\>
-    LLVM_CONFIG=<hsail-built-llvm-dir>/bin/llvm-config
-    HSAILASM=\<path/to/HSAILasm\>`
-
-  Or using cmake:
-    `cmake -DENABLE_HSA=ON -DWITH_HSA_RUNTIME_DIR=\</opt/hsa\>
-    -DWITH_HSAILASM_PATH=\<path/to/HSAILasm\>`
-
-  Both should result in "hsa" appearing in pocl's targets to build ("OCL_TARGETS"
-  in cmake output, "Enabled device drivers:" in autoconf output)
+  It should result in "hsa" appearing in pocl's targets to build. ``-DSINGLE_LLVM_LIB=off``
+  workarounds an LLVM 3.7 build system issue.
 
 5) Run tests & play around
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
   After building pocl, you can smoke test the HSA driver by executing the HSA
-  tests of the pocl testsuite:
-
-  `make check TESTSUITEFLAGS="-k hsa"`
+  tests of the pocl testsuite::
 
+    ../tools/scripts/run_hsa_tests
 
 HSA Support notes
 ------------------
@@ -111,17 +101,4 @@ HSA Support notes
 Note that the support is still experimental and very much unfinished. You're
 welcome to try it out and report any issues, though.
 
-What's implemented:
- * global/local/private memory
- * atomics, barriers
- * most of the OpenCL kernel library builtins
-
-What's missing
- * printf() is not implemented
- * several builtins are not implemented yet (erf(c), lgamma, tgamma,
-   logb, remainder, nextafter) and some are suboptimal or may give incorrect
-   results with under/overflows (e.g. hypot, length, distance). We're working on
-   this, if you find any problem  please let us know)
- * image support is not implemented
- * OpenCL 2.0 features (SVM) are unimplemented
- * Performance is suboptimal in many cases
+For more details, see :ref:`hsa-status`
diff --git a/doc/sphinx/source/hsa_status.rst b/doc/sphinx/source/hsa_status.rst
new file mode 100644
index 0000000..0d74e92
--- /dev/null
+++ b/doc/sphinx/source/hsa_status.rst
@@ -0,0 +1,166 @@
+.. _hsa-status:
+
+HSA support implementation status as of 2016-05-17
+==================================================
+
+What’s Implemented
+------------------
+
+* global/local/private memory
+* barriers
+* most of the OpenCL 1.2 kernel builtins
+* OpenCL 2.0 shared virtual memory (SVM)
+* OpenCL 2.0 atomics
+
+What's Missing
+--------------
+
+* printf() is not implemented, this should wait until we have a proper in-tree printf() in pocl with a stdout ring buffer
+* several builtins are not implemented yet (logb, remainder, nextafter); some are suboptimal or may give incorrect results with under/overflows (most of the builtins are taken from vecmathlib library, rewritten to fit HSAIL).
+* image support is not implemented
+* support for GPU devices other than Kaveri; currently only Kaveri and phsa-based CPU Agents have been tested
+* support for 32bit HSA devices
+
+About the Shared Virtual Memory Implementation
+----------------------------------------------
+
+OpenCL 2.0 SVM is a feature that lets you share virtual memory between CPU and GPUs.
+Note that while SVM works in pocl, one must carefully align all structs explicitly (both struct
+members and struct itself). This is because the alignment of the structs with the host's
+compiler might differ from the one in the device.
+
+For example, you can see the issue in Intel's SVM examples:
+
+.. code-block:: c
+
+    typedef struct _Element
+    {
+        global float* internal; //points to the "value" of another Element from the same array
+        global float* external; //points to the entry in a separate array of floating-point values
+        float value;
+    } Element;
+
+This *may* work with Intel's OpenCL SDK in case only using CPU devices, but crashes when offlodaing to HSA
+via pocl's HSA driver. The reason is that when using HSA, pocl compiles this header with two different
+compilers: usually gcc/clang for host C code and, llvm-HSAIL (Clang) for the device side,
+and they do *not* use the same alignment rules.
+
+The C standard specify almost nothing with regards to struct alignment in memory, so one must take care
+to explicitly specify alignment when using structs in shared memory.
+
+A proper way to declare the struct would be to utilize the widely supported 'aligned' attribute.
+
+.. code-block:: c
+
+    typedef struct _Element
+    {
+        global float* internal __attribute__ ((aligned (8))); //points to the "value" of another Element from the same array
+        global float* external __attribute__ ((aligned (8))); //points to the entry in a separate array of floating-point values
+        float value __attribute__ ((aligned (8)));
+    } Element __attribute__ ((aligned (32)));
+
+
+phsa
+----
+
+`Portable HSA (phsa) <https://github.com/HSAFoundation/phsa>`_ provides similar portable HSA implementation
+for CPUs/DSPs and other processors as pocl aims to do for OpenCL. Using phsa one can implement HSA Agent support
+for any processor which has a gcc backend with ease.
+
+pocl supports phsa as a backend for its HSA driver, thus any processor utilizing phsa for HSA Agent support
+can get OpenCL support via pocl. We used phsa for testing the HSA driver works with other devices and
+runtimes than AMD's.
+
+Known Issues
+============
+
+OpenCL 2.0 Atomics and HSA Memory Scope
+---------------------------------------
+
+There is a "memory scope" parameter present in HSA, which applies to atomic memory instructions or
+memory fences. Its purpose is to limit the scope of these instructions. However, pocl translates
+to HSAIL via LLVM bitcode, and the "atomicrmw" LLVM instruction only takes a memory order parameter, not scope.
+For this reason the memory scope in HSAIL is always the widest "system" scope.
+
+Multiple HSA Agent Support
+--------------------------
+
+While multiple OpenCL device support is not a problem for pocl, the HSA 1.0 specification lacks a "loader/proxy"
+feature that OpenCL has in ICD. Thus, support for devices is limited to what the linked HSA runtime supports.
+
+Currently, if one wants to control multiple HSA Agents as multiple pocl OpenCL devices, one needs to implement
+a HSA runtime that lists all the Agents to pocl. There is no capability to load multiple HSA runtimes in pocl
+as we consider it out of scope and a job for a proxy HSA runtime similar to ICD.
+
+Performance
+===========
+
+We conducted preliminary benchmarking with a set of test cases to serve as a basis for future optimization
+efforts.
+
+Evaluation Setup
+----------------
+
+Hardware: AMD A10-7800, 8GB 1600Mhz of dual-channel memory, TDP set to 65W
+
+* Configuration 1: Windows 10 x86-64, AMD Crimson drivers
+* Configuration 2: Ubuntu 15.04 x86-64, kernel 4.0.0 & runtime 1.0.3 from https://github.com/HSAFoundation
+
+Test applications from AMD SDK 3.0 samples/opencl/bin/x86_64. The tests were run with -i (iterations)
+parameter ranging from 10 to 200 (longer tests were ran with fewer iterations).
+
+The performance currently lags behind the AMD's proprietary OpenCL on Windows by a factor of 1x to 5x
+
+===================================================  ==============  ======================  =============== ============= =============================
+AMD SDK example with arguments                       AMD runtime(s)  other(GB/s,opts/s etc)  POCL runtime(s) other         POCL/AMD (>1.0 = POCL slower)
+===================================================  ==============  ======================  =============== ============= =============================
+BitonicSort -q -t -x 1048576                         0.0978          10713500                0.2116          4954540       2.162
+BinomialOption -q -t -x 10000                        0.0164          25855.1                 0.0233          37030.3       1.416
+BlackScholes -s -q -t -x 16777216                    0.0098          1708340000              0.0790          212347000     8.045
+DCT -q -t -x 4000 -y 4000                            0.0493          -                       0.0582          -             1.181
+FastWalshTransform -q -t -x 134217728                1.5895          -                       2.4367          -             1.533
+FloydWarshall -q -t -x 512                           0.0671          -                       0.1802          -             2.682
+MatrixTranspose -t -x 8192  -q                       0.0317          16920500000             0.1675          3204580000    5.280
+MatrixMultiplication -q -t -x 1024 -y 1024 -z 2048   0.0175          245.07                  0.0776          55.29         4.432
+QuasiRandomSequence -q -t -y 10200 -x 10000          0.0009          2754120000              0.0100          1188730000    10.603
+Reduction -q -t -x 100000000                         0.1108          -                       0.1165          -             1.051
+SimpleConvolution -q -t -x 204800                    0.1056          0.565378                0.1154          1.68136       2.973
+===================================================  ==============  ======================  =============== ============= =============================
+
+We briefly analyzed the bottlenecks and the first clear issue is that we have recently introduced out-of-order queues
+in pocl, and the driver layer changed significantly with this regard, and it has not yet been fully optimized for HSA.
+There is ongoing work in this area. The slow kernel launches may be the reason why extremely short kernels like QuasiRandomSequence
+are >5x slower.
+
+The other major issue is that the LLVM 3.7 based HSAIL compiler is sometimes producing clearly suboptimal code. If we take
+MatrixMultiplication as an example, the GPU code generated by the proprietary AMD OpenCL driver on windows uses 76 VGPRs, 26 SGPRs and
+has no spills. The HSAIL code from pocl contains about 70 spills! While the HSA PRM (programmer's reference manual) states "the
+finalizer might be able to deploy extra hardware registers and remove the spills", it's likely not successful in this case, assuming
+AMD's HSAIL finalizer is putting only minimal effort to optimize the code to provide fast finalization times.
+
+This hopefully will change when LLVM-HSAIL is updated to later LLVM versions and its main bottlenecks are optimized, or in case
+new AMD SDK versions do optimization in the finalization of the suboptimal HSAIL input.
+
+Credits
+=======
+
+The current implementation was mainly done by our `Customized Parallel Computing <http://cpc.cs.tut.fi>`_ group of
+Tampere University of Technology, Finland with early prototype code contributions from the Programming Language Lab
+at National Tsing-Hua University, Hsinchu, Taiwan.
+
+CPC group thanks HSA Foundation and ARTEMIS JU (under grant agreement no 621439, ALMARVI) for funding
+this initial pocl HSA driver work. This driver added GPU device support to pocl for the first time, and, on the
+other hand, produced an easier path for HSA-supported devices to implement the OpenCL API by utilizing the pocl
+code base as a starting point.
+
+In the future we hope to see more effort put in optimizing the results to reach the performance of the
+proprietary SDKs on HSA devices.
+
+
+
+
+
+
+
+
+
diff --git a/doc/sphinx/source/install.rst b/doc/sphinx/source/install.rst
index f8c81e8..60c5efc 100644
--- a/doc/sphinx/source/install.rst
+++ b/doc/sphinx/source/install.rst
@@ -8,59 +8,31 @@ Requirements
 In order to build pocl, you need the following support libraries and
 tools:
 
-  * LLVM & Clang; for more details see :ref:`supported-compilers`
+  * Latest released version of LLVM & Clang
   * GNU make
   * libtool dlopen wrapper files (e.g. libltdl3-dev in Debian)
   * pthread (should be installed by default)
   * hwloc v1.0 or newer (e.g. libhwloc-dev)
   * pkg-config
-  * autotools or cmake
+  * cmake
 
 Clang / LLVM Notes
 ------------------
 
 **IMPORTANT NOTE!** Some platforms (TCE and possibly HSA) require that
-you compile & build LLVM with ``make REQUIRES_RTTI=1``, as follows:
-
-  ``./configure --<llvm-configure-options>`` or ``cmake -D<llvm-options>``
-
-  ``make REQUIRES_RTTI=1 && make install``
+you compile & build LLVM with RTTI on. It can be enabled on cmake command
+line, as follows:
 
 **Supported versions**
 
   Note that pocl aims to support **the latest LLVM version** at the time
   of pocl release, **plus the previous** LLVM version. All older LLVM
-  versions are unsupported.
-
-
-Configure & Build using autotools
----------------------------------
-
-After all the requirements are installed. The installation procedure
-follows the usual autotools configure, make, make install. If you are
-using a development source tree, you need to generate the autotool
-build files with
-
-  ``./autogen.sh``
-
-Autotools: important options & features
------------------------------------------
-
-- ``LLVM_CONFIG`` **IMPORTANT** Path to a llvm-config binary.
-  This determines the LLVM installation used by pocl.
-  If not specified, pocl will try to find and link against
-  llvm-config in PATH env var (usually means your system LLVM).
-- ``--enable-static-llvm`` enable this to link LLVM statically into pocl.
-  Note that you need LLVM built with static libs. This option might result
-  in much longer build times and much larger pocl library, but the
-  resulting libpocl will not require an LLVM installation to run.
-- ``--enable-icd`` and ``--enable-direct-linkage`` By default pocl's
-  buildsystem will try to find an ICD and build pocl as a dynamic library
-  named "libpocl". These options are useful if you want to avoid ICD and
-  build pocl directly as libOpenCL library. See also :ref:`linking-with-icd`
+  versions are supported with "best effort" basis; there might not be
+  build bots continuously testing the code base nor anyone fixing their
+  possible breakage.
 
-Configure & Build using CMake
------------------------------
+Configure & Build
+-----------------
 
 CMake version 2.8.12 or higher is required.
 
@@ -70,6 +42,7 @@ The build+install is the usual CMake way::
   mkdir build
   cd build
   cmake [-D<option>=<value> ...] ..
+  make && make install
 
 To see the default detected values, run ``cmake ..`` without any options,
 it will produce a summary.
@@ -119,6 +92,18 @@ For multiple-item options, use ";" as separator (you'll have to escape it for ba
   with ``-DTESTSUITE_BASEDIR=/home/pocltest-build -DTESTSUITE_SOURCE_BASEDIR=/home/pocltest-src``,
   place the ``AMD-APP-SDK-v2.9-RC-lnx64.tgz`` file into ``/home/pocltest-src/AMDSDK2.9`` directory.
 
+LLVM-less build
+---------------
+ See :ref:`pocl-without-llvm`
+
+
+Building on Ubuntu 16.04 LTS
+----------------------------
+
+The Clang/LLVM 3.8 shipped with Ubuntu 16.04 should work with pocl.
+Be sure to install also the 'libclang-3.8-dev' package in addition
+to the 'clang-3.8 and llvm-3.8-dev' packages, otherwise cmake will
+fail.
 
 Known build-time issues
 -----------------------
@@ -128,12 +113,7 @@ for a complete listing at https://github.com/pocl/pocl/issues
 
 Known issues not related to pocl are listed below.
 
-- automake 1.11 is known to work,
-  automake 1.96 might not work
-
 - Using Clang compiled with gcc 4.7 causes indeterminism in the
-  kernel compilation results. See the LLVM bug report:
+  kernel compilation results. See LLVM bug report:
   http://llvm.org/bugs/show_bug.cgi?id=12945
 
-- autogen.sh whines about AC_MSG_ERROR(). This happens (for some reason)
-  if you do not have pkg-config installed.
diff --git a/doc/sphinx/source/maintainer-policy.rst b/doc/sphinx/source/maintainer-policy.rst
new file mode 100644
index 0000000..19ac3fc
--- /dev/null
+++ b/doc/sphinx/source/maintainer-policy.rst
@@ -0,0 +1,58 @@
+.. _maintenance-policy:
+
+Maintenance Policy
+==================
+
+pocl development is currently managed mostly by researchers and
+research assistants of the `Customized Parallel Computing <http://cpc.cs.tut.fi>`_
+group of Tampere University of Technology. We provide general maintenance
+for pocl on the side of our research projects (which on the other hand might use
+and/or extend it) because we consider it an important project that helps the
+"heterogeneous parallel programming cause". However, doing maintenance "on the
+side" unfortunately means that there is limited time to respond to external
+support requests due to other activities.
+
+To make pocl maintenance feasible within our limited time, we have set the following
+policy regarding releases:
+**External projects using OpenCL that have a test suite included in "regularly
+tested suites" (we later call 'tier-1' test suites) will be kept regression free,
+but for the rest we cannot make any promises.**
+
+Tier-1 tests will be executed successfully before the lead developer pushes
+new pull requests (PR) to the master branch, and some of them are additionally
+executed with multiple continuous integration (buildbot) servers on
+different platforms. Active developers are also assumed to run them locally
+before submitting PRs. Thus, regressions on these suites should be detected
+early.
+
+Currently (2017-03-16) the following are included in the tier-1 test suites:
+
+* The standard test suite of pocl.
+* AMD SDK 3.0 test suite
+* PyOpenCL test suite
+* HSA test suite (uses the LLVM 3.7 with an HSAIL backend and targets an AMD Kaveri GPU)
+* TCE short smoke test suite (against the latest TCE open source release)
+
+Please note that not neccessarily all the tests currently pass in the suites,
+we just ensure the currently passing ones do not regress with new
+commits (expected failing ones are marked as XFAILs or skipped).
+The primary test platform is x86-64.
+
+The latest LLVM release is given priority when testing, and we cannot
+guarantee older LLVM versions keep working over pocl releases due to
+the constantly changing library API.
+
+If you would like get your favourite OpenCL-using project's test
+suite included in the tier-1 suite, please send a pull request that
+adds the suite under the 'examples' dir and the main CMakeLists.txt along with
+instructions (a README will do) on how to setup it so it is included in
+the 'make check' run. Please make the test suite short enough to be suitable for
+frequent "smoke testing" (under 5 minutes per typical run preferred).
+If your favourite project is already under 'example', but not listed as a tier-1
+test suite, please update its status so that 'make check' passes with the current
+HEAD of pocl and let us know, and we do our best to add it.
+
+Naturally this policy/support promise concerns only the lead developers
+(the CPC group). Any community involvement to provide a wider support/maintance
+level will be heartily welcomed.
+
diff --git a/doc/sphinx/source/pocl_binary.rst b/doc/sphinx/source/pocl_binary.rst
new file mode 100644
index 0000000..f67cc81
--- /dev/null
+++ b/doc/sphinx/source/pocl_binary.rst
@@ -0,0 +1,117 @@
+.. _pocl-without-llvm:
+
+Pocl LLVM-less build
+--------------------
+You can build a runtime-only pocl to run prebuilt pocl binaries on a device.
+To do this
+
+* First, build a pocl with LLVM somewhere.
+* on that machine, set up env vars required for your device (if any), then
+  run ``bin/poclcc -l``. That should print something like::
+
+    LIST OF DEVICES:
+    0:
+     Vendor:   AuthenticAMD
+       Name:   pthread-AMD A10-7800 Radeon R7, 12 Compute Cores 4C+8G
+    Version:   OpenCL 2.0 pocl HSTR: pthread-x86_64-unknown-linux-gnu-bdver3
+
+The string after "HSTR:" is the device build hash.
+
+* now build the LLVM-less pocl. You will need the device build hash from
+  previous step
+
+  ``./configure --disable-ocs HOST_DEVICE_BUILD_HASH=<something> ...``
+
+  or cmake:
+
+  ``cmake -DOCS_AVAILABLE=0 -DHOST_DEVICE_BUILD_HASH=<something> ...``
+
+  This is required because pocl binaries contain a device hash, and the LLVM-less
+  pocl needs to know which binaries it can load.
+
+Cross-compile pocl LLVM-less build
+-----------------------------------
+It's now possible to cross-compile pocl on x86-64 to run on ARM/MIPS/etc,
+but only the LLVM-less build. There is a ToolchainExample.cmake file;
+copy it under different name, then follow the instructions in the file.
+
+Binary inputs format
+--------------------
+
+This section describe how to use ``clCreateProgramWithBinary`` with the POCL
+implementation of OpenCL.
+
+.. _khronos : https://www.khronos.org/registry/cl/sdk/1.2/docs/man/xhtml/clCreateProgramWithBinary.html
+
+As mentionned in the khronos_ documentation, the parameter ``binaries`` of  
+``clCreateProgramWithBinary`` can consist of either or both of device-specific
+code and/or implementation-specific intermediate representation.
+
+In POCL, both representations can be use.
+
+Implementation-specific intermediate representation
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+POCL implementation of ``clCreateProgramWithBinary`` enables the user to create
+a program from a LLVM IR binary. This file needs to be one instance of the 
+kernel, compiled as a OpenCL-C file (``-x cl``). POCL provides no tool to 
+generate such a file.
+
+Device-specific representation
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+POCL implementation also enable the user to create a program from a
+device-specific binary file. The benefit of this method is that the run of your
+opencl code will not make any call to the compiler. 
+
+To generate this file, use the POCL tool ``poclcc``. 
+
+.. code-block:: c
+
+ ./poclcc -o my_kernel.pocl my_kernel.cl
+
+This tools gets the binary from the OpenCL function ``clGetProgramInfo``, and 
+then dump it without any modifications.
+
+``poclcc`` can take several parameters to choose for which device you what to
+compile your kernel, and to specify some specific build options. If you want 
+to see the complete list, run ``./poclcc -h``
+
+When ``poclcc`` generates a binary file, it has not enough information to 
+generate a code as optimized as it would have been if it has been created from 
+source, build and enqueued in the same OpenCL code.
+
+Here is an example on how to create a program from a file:
+
+.. code-block:: c
+
+ int main(void)
+ {
+   char *binary;
+   size_t binary_size;
+   FILE *f;
+
+   f = fopen("youfile", "r"); // LLVM IR file or POCLCC binary file
+
+   fseek(f, 0, SEEK_END);
+   binary_size = ftell(f);
+   rewind(f);
+
+   binary = malloc(binary_size);
+   fread(buffer, 1, binary_size, f);
+   
+   fclose(f);
+
+   cl_platform_id platform_id;
+   cl_device_id device_id;
+   cl_context context;
+   cl_program program;
+
+   clGetPlatformIDs(1, &platform_id, NULL);
+   clGetDeviceIDs(platform_id, CL_DEVICE_TYPE_DEFAULT, 1, &device_id, NULL);
+   context = clCreateContext(0, 1, &device_id, NULL, NULL, NULL);
+
+   program = clCreateProgramWithBinary(context, 1, &device_id, &binary_size, &binary, NULL, NULL);
+
+   return 0;
+ }
diff --git a/doc/sphinx/source/releasing.rst b/doc/sphinx/source/releasing.rst
index 1fa2fb0..366170b 100644
--- a/doc/sphinx/source/releasing.rst
+++ b/doc/sphinx/source/releasing.rst
@@ -3,17 +3,13 @@ Information for Release Managers
 
 We aim to make a new release according to the Clang/LLVM release schedule.
 
+
 For each release, a release manager is assigned. Release manager is responsible
 for creating and uploading new release candidate tar balls and requesting for
 testers from different platforms. After a release candidate round with
 success reports and no failure reports, a release is published.
 
-General requirements for a new release are:
-
-* No regressions against the previous versions. 
-  If something worked previously, it should not break in the new version.
-* Support the latest released Clang/LLVM version. Support for older versions 
-  is secondary and implemented with best effort.
+See the :ref:`maintenance-policy` for the current release criteria.
 
 A checklist and hints for testing and making a release successfully:
 
@@ -21,39 +17,37 @@ A checklist and hints for testing and making a release successfully:
   bug fixes should be committed to the branch. The bug fixes are merged
   *from* the release branch to the *master*. Now development towards the next
   release can go on in *master* while the release branch is being stabilized.
-* Set the correct version number without -pre or -rc in the release branch 
+* Set the correct version number without -pre or -rc in the release branch
   (configure.ac). Increment the version in the master branch. Do not include
-  an -rcX in the revision number in the source base so it is possible to 
-  release an approved release candidate tar ball by just renaming the tar 
+  an -rcX in the revision number in the source base so it is possible to
+  release an approved release candidate tar ball by just renaming the tar
   ball file name.
-* Update the new dynamic library version in the *master* branch. This 
+* Update the new dynamic library version in the *master* branch. This
   can be done in configure.ac.
   Search for "4:0:3" to see the place where it's set. It includes more info
   in comments.
-* Check that CHANGES has the most interesting updates done during the release 
+* Check that CHANGES has the most interesting updates done during the release
   cycle. Add missing notable changes from git log.
-* Disallow support for the unreleased LLVM version from the release branch 
+* Disallow support for the unreleased LLVM version from the release branch
   because it will most likely stop working before the new LLVM is released
-  because LLVM API lives.  That is, modify configure.ac in the release branch to not 
+  because LLVM API lives.  That is, modify configure.ac in the release branch to not
   allow the currently unreleased development version of LLVM.
 * Update the release notes in *doc/notes-VERNUM.txt*.
-* Create and test the tar ball package with 'make distcheck'. It
-  creates a package with pocl-versionstring.tar.gz by default. For
-  testing, rename this package to contain the RC number. For example,
-  pocl-0.10-rc1.tar.gz.
-* Upload the package to portablecl.org/downloads via SFTP or to the 
+* Add a git tag for the release candidate: 'git tag 0.14-rc1'
+* Create and test the tar ball package with command along the lines of 'git archive --format=tar.gz --prefix=pocl-0.14/ 0.14-rc1 -o pocl-0.14-rc1.tar.gz'.
+* Upload the package to portablecl.org/downloads via SFTP or to the
   sourceforge file listing for the pocl project.
 * Request for testers in Twitter and/or mailing list. Point the testers to
   send their test reports to you privately or by adding them to the wiki.
   A good way is to create a wiki page for the release schedule and a test
-  log. See https://github.com/pocl/pocl/wiki/pocl-0.10-release-testing for 
+  log. See https://github.com/pocl/pocl/wiki/pocl-0.10-release-testing for
   an example.
 * To publish a release, after testing it thoroughly, rename the latest RC
   tar ball to omit the rcX tag, e.g.,
-  pocl-0.10.tar.gz. Upload the tar ball to the sourceforge download page and 
-  to http://portablecl.org/downloads. 
-* Update the CHANGES and ANNOUNCEMENT text files in these directories. 
-  ANNOUNCEMENT is a copy of the latest release notes. A direct link to it can 
+  pocl-0.10.tar.gz. Upload the tar ball to the sourceforge download page and
+  to http://portablecl.org/downloads.
+* Update the CHANGES and ANNOUNCEMENT text files in these directories.
+  ANNOUNCEMENT is a copy of the latest release notes. A direct link to it can
   be easily circulated in IRC, for example.
 * Update the http://portablecl.org web page with the release information.
 * Advertise everywhere you can. At least in Twitter and the mailing list.
@@ -61,6 +55,7 @@ A checklist and hints for testing and making a release successfully:
 In case of any problems, ask any previous release manager for help.
 Previous releases were managed by the following pocl developers:
 
+* 0.14: Pekka Jääskeläinen
 * 0.11: Michal Babej
 * 0.10: Pekka Jääskeläinen
 * 0.9: Kalle Raiskila
diff --git a/examples/AMD/CMakeLists.txt b/examples/AMD/CMakeLists.txt
index b82039b..6684eff 100644
--- a/examples/AMD/CMakeLists.txt
+++ b/examples/AMD/CMakeLists.txt
@@ -107,9 +107,9 @@ if(CMAKE_HOST_SYSTEM_NAME STREQUAL "Linux" AND X86_64)
     endforeach()
 
   else()
-    message(WARNING "Disabling testsuite ${TS_NAME} - tarball not found")
+    message(STATUS "Disabling testsuite ${TS_NAME} - tarball not found")
   endif()
 
 else()
-  message(warning "AMD APP SDK testsuite is only enabled for x86_64 Linux systems currently")
+  message(STATUS "AMD APP SDK testsuite is only enabled for x86_64 Linux systems currently")
 endif()
diff --git a/examples/AMD/Makefile.am b/examples/AMD/Makefile.am
deleted file mode 100644
index 7859a18..0000000
--- a/examples/AMD/Makefile.am
+++ /dev/null
@@ -1,258 +0,0 @@
-# Process this file with automake to produce Makefile.in (in this,
-# and all subdirectories).
-# Makefile.am for pocl/examples/AMD.
-# 
-# Copyright (c) 2012 Pekka Jääskeläinen / Tampere University of Technology
-# Copyright (c) 2012 Vincent Danjean <Vincent.Danjean at ens-lyon.org>
-# 
-# Permission is hereby granted, free of charge, to any person obtaining a copy
-# of this software and associated documentation files (the "Software"), to deal
-# in the Software without restriction, including without limitation the rights
-# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-# copies of the Software, and to permit persons to whom the Software is
-# furnished to do so, subject to the following conditions:
-# 
-# The above copyright notice and this permission notice shall be included in
-# all copies or substantial portions of the Software.
-# 
-# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-# THE SOFTWARE.
-
-AMD-APP-SDK-v2.8-RC-lnx64.tgz:
-	cd $(srcdir) && \
-	wget http://developer.amd.com.php53-23.ord1-1.websitetestlink.com/wordpress/media/2012/11/AMD-APP-SDK-v2.8-lnx64.tgz && \
-	tar xzf AMD-APP-SDK-v2.8-lnx64.tgz
-
-EXTRA_DIST = $(srcdir)/*.patch
-
-if TEST_SUITE_AMD
-testsuite_pocl_dir=${abs_top_srcdir}/examples/AMD
-testsuite_src_dir=${testsuite_pocl_dir}/AMD-APP-SDK-v2.8-RC-lnx64
-amd_app_dir=$(testsuite_src_dir)/samples/opencl/cl/app
-
-.PHONY: build
-
-prepare-examples: $(testsuite_src_dir) build
-
-$(testsuite_src_dir): AMD-APP-SDK-v2.8-RC-lnx64.tgz
-	test -d $(testsuite_src_dir) || (cd $(testsuite_pocl_dir) && tar xzf AMD-APP-SDK-v2.8-RC-lnx64.tgz)
-
-build: $(testsuite_src_dir) 
-	cd $(testsuite_pocl_dir) && \
-	( patch -sNp1 < $(testsuite_pocl_dir)/AMDSDK.patch || true ) && \
-	cd $(testsuite_src_dir)/samples/opencl/ && \
-	find . -name "*.cl" | xargs perl -pi -e 's/cl_amd_fp64/cl_khr_fp64/g' && \
-	LDFLAGS="-lX11 -pthread ${LDFLAGS}" $(MAKE) -s 2>&1 | grep -v "No LSB modules are available" || true
-
-test_AESEncryptDecrypt: 
-	cd $(amd_app_dir)/AESEncryptDecrypt && \
-	ln -sf $(amd_app_dir)/AESEncryptDecrypt/AESEncryptDecrypt_Kernels.cl $(amd_app_dir)/AESEncryptDecrypt/build/debug/x86_64/AESEncryptDecrypt_Kernels.cl && \
-	ln -sf $(amd_app_dir)/AESEncryptDecrypt/input512.bmp $(amd_app_dir)/AESEncryptDecrypt/build/debug/x86_64/ && \
-	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors build/debug/x86_64/AESEncryptDecrypt -e || true
-
-test_AtomicCounters: 
-	cd $(amd_app_dir)/AtomicCounters && \
-	ln -sf $(amd_app_dir)/AtomicCounters/AtomicCounters_Kernels.cl $(amd_app_dir)/AtomicCounters/build/debug/x86_64/ && \
-	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors build/debug/x86_64/AtomicCounters -e 
-
-test_BitonicSort: 
-	cd $(amd_app_dir)/BitonicSort && \
-	ln -sf $(amd_app_dir)/BitonicSort/BitonicSort_Kernels.cl $(amd_app_dir)/BitonicSort/build/debug/x86_64/BitonicSort_Kernels.cl && \
-	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors build/debug/x86_64/BitonicSort -e
-
-test_BlackScholes: 
-	cd $(amd_app_dir)/BlackScholes && \
-	ln -sf $(amd_app_dir)/BlackScholes/BlackScholes_Kernels.cl $(amd_app_dir)/BlackScholes/build/debug/x86_64/BlackScholes_Kernels.cl && \
-	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors build/debug/x86_64/BlackScholes -e
-
-test_BlackScholesDP: 
-	cd $(amd_app_dir)/BlackScholesDP && \
-	ln -sf $(amd_app_dir)/BlackScholesDP/BlackScholesDP_Kernels.cl $(amd_app_dir)/BlackScholesDP/build/debug/x86_64/BlackScholesDP_Kernels.cl && \
-	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors build/debug/x86_64/BlackScholesDP -e
-
-test_BinarySearch: 
-	cd $(amd_app_dir)/BinarySearch && \
-	ln -sf $(amd_app_dir)/BinarySearch/BinarySearch_Kernels.cl $(amd_app_dir)/BinarySearch/build/debug/x86_64/ && \
-	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors build/debug/x86_64/BinarySearch -e
-
-test_BinomialOption: 
-	cd $(amd_app_dir)/BinomialOption && \
-	ln -sf $(amd_app_dir)/BinomialOption/BinomialOption_Kernels.cl $(amd_app_dir)/BinomialOption/build/debug/x86_64/ && \
-	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors build/debug/x86_64/BinomialOption -e
-
-test_BoxFilter: 
-	cd $(amd_app_dir)/BoxFilter && \
-	ln -sf $(amd_app_dir)/BoxFilter/BoxFilter_Kernels.cl $(amd_app_dir)/BoxFilter/build/debug/x86_64/ && \
-	ln -sf $(amd_app_dir)/BoxFilter/BoxFilter_Input.bmp $(amd_app_dir)/BoxFilter/build/debug/x86_64/ && \
-	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors build/debug/x86_64/BoxFilter -e
-
-test_DCT: 
-	cd $(amd_app_dir)/DCT && \
-	ln -sf $(amd_app_dir)/DCT/DCT_Kernels.cl $(amd_app_dir)/DCT/build/debug/x86_64/DCT_Kernels.cl && \
-	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors build/debug/x86_64/DCT -e
-
-test_DeviceFission: 
-	cd $(amd_app_dir)/DeviceFission && \
-	ln -sf $(amd_app_dir)/DeviceFission/DeviceFission_Kernels.cl $(amd_app_dir)/DeviceFission/build/debug/x86_64/ && \
-	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors build/debug/x86_64/DeviceFission -e
-
-test_DwtHaar1D: 
-	cd $(amd_app_dir)/DwtHaar1D && \
-	ln -sf $(amd_app_dir)/DwtHaar1D/DwtHaar1D_Kernels.cl $(amd_app_dir)/DwtHaar1D/build/debug/x86_64/ && \
-	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors build/debug/x86_64/DwtHaar1D -e
-
-test_FastWalshTransform: 
-	cd $(amd_app_dir)/FastWalshTransform && \
-	ln -sf $(amd_app_dir)/FastWalshTransform/FastWalshTransform_Kernels.cl $(amd_app_dir)/FastWalshTransform/build/debug/x86_64/FastWalshTransform_Kernels.cl && \
-	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors build/debug/x86_64/FastWalshTransform -e
-
-test_FloydWarshall: 
-	cd $(amd_app_dir)/FloydWarshall && \
-	ln -sf $(amd_app_dir)/FloydWarshall/FloydWarshall_Kernels.cl $(amd_app_dir)/FloydWarshall/build/debug/x86_64/FloydWarshall_Kernels.cl && \
-	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors build/debug/x86_64/FloydWarshall -e
-
-test_FluidSimulation2D: 
-	cd $(amd_app_dir)/FluidSimulation2D && \
-	ln -sf $(amd_app_dir)/FluidSimulation2D/FluidSimulation2D_Kernels.cl $(amd_app_dir)/FluidSimulation2D/build/debug/x86_64/ && \
-	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors build/debug/x86_64/FluidSimulation2D -e
-
-test_Histogram: 
-	cd $(amd_app_dir)/Histogram && \
-	ln -sf $(amd_app_dir)/Histogram/Histogram_Kernels.cl $(amd_app_dir)/Histogram/build/debug/x86_64/Histogram_Kernels.cl && \
-	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors build/debug/x86_64/Histogram -e
-
-test_HelloWorld: 
-	cd $(amd_app_dir)/HelloWorld && \
-	ln -sf $(amd_app_dir)/HelloWorld/HelloWorld_Kernels.cl $(amd_app_dir)/HelloWorld/build/debug/x86_64/ && \
-	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors build/debug/x86_64/HelloWorld -e
-
-test_ImageOverlap: 
-	cd $(amd_app_dir)/ImageOverlap && \
-	ln -sf $(amd_app_dir)/ImageOverlap/ImageOverlap_Kernels.cl $(amd_app_dir)/ImageOverlap/build/debug/x86_64/ && \
-	ln -sf $(amd_app_dir)/ImageOverlap/ImageOverlap_map.bmp $(amd_app_dir)/ImageOverlap/build/debug/x86_64/ && \
-	ln -sf $(amd_app_dir)/ImageOverlap/ImageOverlap_verify_map.bmp $(amd_app_dir)/ImageOverlap/build/debug/x86_64/ && \
-	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors build/debug/x86_64/ImageOverlap -e
-
-test_LUDecomposition: 
-	cd $(amd_app_dir)/LUDecomposition && \
-	ln -sf $(amd_app_dir)/LUDecomposition/LUDecomposition_Kernels.cl $(amd_app_dir)/LUDecomposition/build/debug/x86_64/ && \
-	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors build/debug/x86_64/LUDecomposition -e
-
-test_Mandelbrot: 
-	cd $(amd_app_dir)/Mandelbrot && \
-	ln -sf $(amd_app_dir)/Mandelbrot/Mandelbrot_Kernels.cl $(amd_app_dir)/Mandelbrot/build/debug/x86_64/Mandelbrot_Kernels.cl && \
-	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors build/debug/x86_64/Mandelbrot -e
-
-test_MatrixMultiplication: 
-	cd $(amd_app_dir)/MatrixMultiplication && \
-	ln -sf $(amd_app_dir)/MatrixMultiplication/MatrixMultiplication_Kernels.cl $(amd_app_dir)/MatrixMultiplication/build/debug/x86_64/MatrixMultiplication_Kernels.cl && \
-	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors build/debug/x86_64/MatrixMultiplication -e
-
-test_MatrixMulImage: 
-	cd $(amd_app_dir)/MatrixMulImage && \
-	ln -sf $(amd_app_dir)/MatrixMulImage/MatrixMulImage_Kernels.cl $(amd_app_dir)/MatrixMulImage/build/debug/x86_64/ && \
-	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors build/debug/x86_64/MatrixMulImage -e
-
-test_MatrixTranspose: 
-	cd $(amd_app_dir)/MatrixTranspose && \
-	ln -sf $(amd_app_dir)/MatrixTranspose/MatrixTranspose_Kernels.cl $(amd_app_dir)/MatrixTranspose/build/debug/x86_64/ && \
-	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors build/debug/x86_64/MatrixTranspose -e
-
-test_MemoryModel: 
-	cd $(amd_app_dir)/MemoryModel && \
-	ln -sf $(amd_app_dir)/MemoryModel/MemoryModel_Kernels.cl $(amd_app_dir)/MemoryModel/build/debug/x86_64/ && \
-	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors build/debug/x86_64/MemoryModel -e
-
-test_MonteCarloAsian: 
-	cd $(amd_app_dir)/MonteCarloAsian && \
-	ln -sf $(amd_app_dir)/MonteCarloAsian/MonteCarloAsian_Kernels.cl $(amd_app_dir)/MonteCarloAsian/build/debug/x86_64/ && \
-	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors build/debug/x86_64/MonteCarloAsian -e
-
-test_MonteCarloAsianDP: 
-	cd $(amd_app_dir)/MonteCarloAsianDP && \
-	ln -sf $(amd_app_dir)/MonteCarloAsianDP/MonteCarloAsianDP_Kernels.cl $(amd_app_dir)/MonteCarloAsianDP/build/debug/x86_64/ && \
-	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors build/debug/x86_64/MonteCarloAsianDP -e
-
-test_NBody: 
-	cd $(amd_app_dir)/NBody && \
-	ln -sf $(amd_app_dir)/NBody/NBody_Kernels.cl $(amd_app_dir)/NBody/build/debug/x86_64/NBody_Kernels.cl && \
-	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors build/debug/x86_64/NBody -e
-
-test_PrefixSum: 
-	cd $(amd_app_dir)/PrefixSum && \
-	ln -sf $(amd_app_dir)/PrefixSum/PrefixSum_Kernels.cl $(amd_app_dir)/PrefixSum/build/debug/x86_64/ && \
-	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors build/debug/x86_64/PrefixSum -e
-
-test_QuasiRandomSequence: 
-	cd $(amd_app_dir)/QuasiRandomSequence && \
-	ln -sf $(amd_app_dir)/QuasiRandomSequence/QuasiRandomSequence_Kernels.cl $(amd_app_dir)/QuasiRandomSequence/build/debug/x86_64/ && \
-	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors build/debug/x86_64/QuasiRandomSequence -e
-
-test_RadixSort: 
-	cd $(amd_app_dir)/RadixSort && \
-	ln -sf $(amd_app_dir)/RadixSort/RadixSort_Kernels.cl $(amd_app_dir)/RadixSort/build/debug/x86_64/ && \
-	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors build/debug/x86_64/RadixSort -e
-
-test_RecursiveGaussian: 
-	cd $(amd_app_dir)/RecursiveGaussian && \
-	ln -sf $(amd_app_dir)/RecursiveGaussian/RecursiveGaussian_Kernels.cl $(amd_app_dir)/RecursiveGaussian/build/debug/x86_64/ && \
-	ln -sf $(amd_app_dir)/RecursiveGaussian/RecursiveGaussian_Input.bmp $(amd_app_dir)/RecursiveGaussian/build/debug/x86_64/ && \
-	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors build/debug/x86_64/RecursiveGaussian -e
-
-test_Reduction: 
-	cd $(amd_app_dir)/Reduction && \
-	ln -sf $(amd_app_dir)/Reduction/Reduction_Kernels.cl $(amd_app_dir)/Reduction/build/debug/x86_64/ && \
-	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors build/debug/x86_64/Reduction -e
-
-test_ScanLargeArrays: 
-	cd $(amd_app_dir)/ScanLargeArrays && \
-	ln -sf $(amd_app_dir)/ScanLargeArrays/ScanLargeArrays_Kernels.cl $(amd_app_dir)/ScanLargeArrays/build/debug/x86_64/ && \
-	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors build/debug/x86_64/ScanLargeArrays -e
-
-test_SimpleConvolution: 
-	cd $(amd_app_dir)/SimpleConvolution && \
-	ln -sf $(amd_app_dir)/SimpleConvolution/SimpleConvolution_Kernels.cl $(amd_app_dir)/SimpleConvolution/build/debug/x86_64/ && \
-	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors build/debug/x86_64/SimpleConvolution -e
-
-test_SimpleImage: 
-	cd $(amd_app_dir)/SimpleImage && \
-	ln -sf $(amd_app_dir)/SimpleImage/SimpleImage_Kernels.cl $(amd_app_dir)/SimpleImage/build/debug/x86_64/ && \
-	ln -sf $(amd_app_dir)/SimpleImage/SimpleImage_Input.bmp $(amd_app_dir)/SimpleImage/build/debug/x86_64/ && \
-	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors build/debug/x86_64/SimpleImage -e
-
-test_SobelFilter: 
-	cd $(amd_app_dir)/SobelFilter && \
-	ln -sf $(amd_app_dir)/SobelFilter/SobelFilter_Kernels.cl $(amd_app_dir)/SobelFilter/build/debug/x86_64/ && \
-	ln -sf $(amd_app_dir)/SobelFilter/SobelFilter_Input.bmp $(amd_app_dir)/SobelFilter/build/debug/x86_64/ && \
-	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors build/debug/x86_64/SobelFilter -e
-
-test_Template: 
-	cd $(amd_app_dir)/Template && \
-	ln -sf $(amd_app_dir)/Template/Template_Kernels.cl $(amd_app_dir)/Template/build/debug/x86_64/ && \
-	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors build/debug/x86_64/Template -e
-
-test_TemplateC: 
-	cd $(amd_app_dir)/TemplateC && \
-	ln -sf $(amd_app_dir)/TemplateC/TemplateC_Kernels.cl $(amd_app_dir)/TemplateC/build/debug/x86_64/ && \
-	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors build/debug/x86_64/TemplateC -e
-
-test_TransferOverlap: 
-	cd $(amd_app_dir)/TransferOverlap && \
-	ln -sf $(amd_app_dir)/TransferOverlap/TransferOverlap_Kernels.cl $(amd_app_dir)/TransferOverlap/build/debug/x86_64/ && \
-	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors build/debug/x86_64/TransferOverlap -e
-
-test_URNG: 
-	cd $(amd_app_dir)/URNG && \
-	ln -sf $(amd_app_dir)/URNG/URNG_Kernels.cl $(amd_app_dir)/URNG/build/debug/x86_64/ && \
-	ln -sf $(amd_app_dir)/URNG/URNG_Input.bmp $(amd_app_dir)/URNG/build/debug/x86_64/ && \
-	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors build/debug/x86_64/URNG -e
-
-clean-examples:
-	rm -fr $(testsuite_src_dir) Install-AMD-APP.sh default-install_lnx_64.pl ReadMe.txt
-
-endif
diff --git a/examples/AMD/Makefile.in b/examples/AMD/Makefile.in
deleted file mode 100644
index dd1c3f8..0000000
--- a/examples/AMD/Makefile.in
+++ /dev/null
@@ -1,780 +0,0 @@
-# Makefile.in generated by automake 1.15 from Makefile.am.
-# @configure_input@
-
-# Copyright (C) 1994-2014 Free Software Foundation, Inc.
-
-# This Makefile.in is free software; the Free Software Foundation
-# gives unlimited permission to copy and/or distribute it,
-# with or without modifications, as long as this notice is preserved.
-
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
-# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
-# PARTICULAR PURPOSE.
-
- at SET_MAKE@
-
-# Process this file with automake to produce Makefile.in (in this,
-# and all subdirectories).
-# Makefile.am for pocl/examples/AMD.
-# 
-# Copyright (c) 2012 Pekka Jääskeläinen / Tampere University of Technology
-# Copyright (c) 2012 Vincent Danjean <Vincent.Danjean at ens-lyon.org>
-# 
-# Permission is hereby granted, free of charge, to any person obtaining a copy
-# of this software and associated documentation files (the "Software"), to deal
-# in the Software without restriction, including without limitation the rights
-# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-# copies of the Software, and to permit persons to whom the Software is
-# furnished to do so, subject to the following conditions:
-# 
-# The above copyright notice and this permission notice shall be included in
-# all copies or substantial portions of the Software.
-# 
-# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-# THE SOFTWARE.
-VPATH = @srcdir@
-am__is_gnu_make = { \
-  if test -z '$(MAKELEVEL)'; then \
-    false; \
-  elif test -n '$(MAKE_HOST)'; then \
-    true; \
-  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
-    true; \
-  else \
-    false; \
-  fi; \
-}
-am__make_running_with_option = \
-  case $${target_option-} in \
-      ?) ;; \
-      *) echo "am__make_running_with_option: internal error: invalid" \
-              "target option '$${target_option-}' specified" >&2; \
-         exit 1;; \
-  esac; \
-  has_opt=no; \
-  sane_makeflags=$$MAKEFLAGS; \
-  if $(am__is_gnu_make); then \
-    sane_makeflags=$$MFLAGS; \
-  else \
-    case $$MAKEFLAGS in \
-      *\\[\ \	]*) \
-        bs=\\; \
-        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
-          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
-    esac; \
-  fi; \
-  skip_next=no; \
-  strip_trailopt () \
-  { \
-    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
-  }; \
-  for flg in $$sane_makeflags; do \
-    test $$skip_next = yes && { skip_next=no; continue; }; \
-    case $$flg in \
-      *=*|--*) continue;; \
-        -*I) strip_trailopt 'I'; skip_next=yes;; \
-      -*I?*) strip_trailopt 'I';; \
-        -*O) strip_trailopt 'O'; skip_next=yes;; \
-      -*O?*) strip_trailopt 'O';; \
-        -*l) strip_trailopt 'l'; skip_next=yes;; \
-      -*l?*) strip_trailopt 'l';; \
-      -[dEDm]) skip_next=yes;; \
-      -[JT]) skip_next=yes;; \
-    esac; \
-    case $$flg in \
-      *$$target_option*) has_opt=yes; break;; \
-    esac; \
-  done; \
-  test $$has_opt = yes
-am__make_dryrun = (target_option=n; $(am__make_running_with_option))
-am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
-pkgdatadir = $(datadir)/@PACKAGE@
-pkgincludedir = $(includedir)/@PACKAGE@
-pkglibdir = $(libdir)/@PACKAGE@
-pkglibexecdir = $(libexecdir)/@PACKAGE@
-am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
-install_sh_DATA = $(install_sh) -c -m 644
-install_sh_PROGRAM = $(install_sh) -c
-install_sh_SCRIPT = $(install_sh) -c
-INSTALL_HEADER = $(INSTALL_DATA)
-transform = $(program_transform_name)
-NORMAL_INSTALL = :
-PRE_INSTALL = :
-POST_INSTALL = :
-NORMAL_UNINSTALL = :
-PRE_UNINSTALL = :
-POST_UNINSTALL = :
-build_triplet = @build@
-host_triplet = @host@
-target_triplet = @target@
-subdir = examples/AMD
-ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
-am__aclocal_m4_deps = $(top_srcdir)/m4/ax_boost_base.m4 \
-	$(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
-	$(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
-	$(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/acinclude.m4 \
-	$(top_srcdir)/configure.ac
-am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
-	$(ACLOCAL_M4)
-DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
-mkinstalldirs = $(install_sh) -d
-CONFIG_HEADER = $(top_builddir)/config.h
-CONFIG_CLEAN_FILES =
-CONFIG_CLEAN_VPATH_FILES =
-AM_V_P = $(am__v_P_ at AM_V@)
-am__v_P_ = $(am__v_P_ at AM_DEFAULT_V@)
-am__v_P_0 = false
-am__v_P_1 = :
-AM_V_GEN = $(am__v_GEN_ at AM_V@)
-am__v_GEN_ = $(am__v_GEN_ at AM_DEFAULT_V@)
-am__v_GEN_0 = @echo "  GEN     " $@;
-am__v_GEN_1 = 
-AM_V_at = $(am__v_at_ at AM_V@)
-am__v_at_ = $(am__v_at_ at AM_DEFAULT_V@)
-am__v_at_0 = @
-am__v_at_1 = 
-SOURCES =
-DIST_SOURCES =
-am__can_run_installinfo = \
-  case $$AM_UPDATE_INFO_DIR in \
-    n|no|NO) false;; \
-    *) (install-info --version) >/dev/null 2>&1;; \
-  esac
-am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
-am__DIST_COMMON = $(srcdir)/Makefile.in README
-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
-ACLOCAL = @ACLOCAL@
-AMTAR = @AMTAR@
-AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
-AR = @AR@
-AUTOCONF = @AUTOCONF@
-AUTOHEADER = @AUTOHEADER@
-AUTOMAKE = @AUTOMAKE@
-AWK = @AWK@
-BOOST_CPPFLAGS = @BOOST_CPPFLAGS@
-BOOST_LDFLAGS = @BOOST_LDFLAGS@
-BUILD_TIMESTAMP = @BUILD_TIMESTAMP@
-CC = @CC@
-CCDEPMODE = @CCDEPMODE@
-CFLAGS = @CFLAGS@
-CLANG = @CLANG@
-CLANGXX = @CLANGXX@
-CLANGXX_FLAGS = @CLANGXX_FLAGS@
-CLFLAGS = @CLFLAGS@
-CPP = @CPP@
-CPPFLAGS = @CPPFLAGS@
-CXX = @CXX@
-CXXCPP = @CXXCPP@
-CXXDEPMODE = @CXXDEPMODE@
-CXXFLAGS = @CXXFLAGS@
-CYGPATH_W = @CYGPATH_W@
-DEFS = @DEFS@
-DEPDIR = @DEPDIR@
-DLLTOOL = @DLLTOOL@
-DSYMUTIL = @DSYMUTIL@
-DUMPBIN = @DUMPBIN@
-ECHO_C = @ECHO_C@
-ECHO_N = @ECHO_N@
-ECHO_T = @ECHO_T@
-EGREP = @EGREP@
-EXEEXT = @EXEEXT@
-FGREP = @FGREP@
-FORCED_CLFLAGS = @FORCED_CLFLAGS@
-GLEW_CFLAGS = @GLEW_CFLAGS@
-GLEW_LIBS = @GLEW_LIBS@
-GREP = @GREP@
-HOST = @HOST@
-HOST_AS_FLAGS = @HOST_AS_FLAGS@
-HOST_CLANG_FLAGS = @HOST_CLANG_FLAGS@
-HOST_CPU = @HOST_CPU@
-HOST_DEVICE_EXTENSION_DEFINES = @HOST_DEVICE_EXTENSION_DEFINES@
-HOST_LD_FLAGS = @HOST_LD_FLAGS@
-HOST_LLC_FLAGS = @HOST_LLC_FLAGS@
-HOST_SIZEOF_DOUBLE = @HOST_SIZEOF_DOUBLE@
-HOST_SIZEOF_HALF = @HOST_SIZEOF_HALF@
-HOST_SIZEOF_LONG = @HOST_SIZEOF_LONG@
-HOST_SIZEOF_VOID_P = @HOST_SIZEOF_VOID_P@
-HSAILASM = @HSAILASM@
-HSA_DEVICE_EXTENSION_DEFINES = @HSA_DEVICE_EXTENSION_DEFINES@
-HSA_INCLUDES = @HSA_INCLUDES@
-HSA_LIBS = @HSA_LIBS@
-HWLOC_CFLAGS = @HWLOC_CFLAGS@
-HWLOC_LIBS = @HWLOC_LIBS@
-ICD_LD_FLAGS = @ICD_LD_FLAGS@
-INSTALL = @INSTALL@
-INSTALL_DATA = @INSTALL_DATA@
-INSTALL_PROGRAM = @INSTALL_PROGRAM@
-INSTALL_SCRIPT = @INSTALL_SCRIPT@
-INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
-KERNEL_COMPILER_LIB_VERSION = @KERNEL_COMPILER_LIB_VERSION@
-LD = @LD@
-LDFLAGS = @LDFLAGS@
-LD_FLAGS_BIN = @LD_FLAGS_BIN@
-LIBOBJS = @LIBOBJS@
-LIBRARY_SUFFIX = @LIBRARY_SUFFIX@
-LIBS = @LIBS@
-LIBTOOL = @LIBTOOL@
-LIB_AGE_VERSION = @LIB_AGE_VERSION@
-LIB_CURRENT_VERSION = @LIB_CURRENT_VERSION@
-LIB_FIRST_VERSION = @LIB_FIRST_VERSION@
-LIB_REVISION_VERSION = @LIB_REVISION_VERSION@
-LIB_VERSION = @LIB_VERSION@
-LIPO = @LIPO@
-LLC = @LLC@
-LLVM_AS = @LLVM_AS@
-LLVM_CONFIG = @LLVM_CONFIG@
-LLVM_CXX_FLAGS = @LLVM_CXX_FLAGS@
-LLVM_LDFLAGS = @LLVM_LDFLAGS@
-LLVM_LIBS = @LLVM_LIBS@
-LLVM_LINK = @LLVM_LINK@
-LLVM_OPT = @LLVM_OPT@
-LLVM_VERSION = @LLVM_VERSION@
-LN_S = @LN_S@
-LTDL_LIBS = @LTDL_LIBS@
-LTLIBOBJS = @LTLIBOBJS@
-LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
-MAKEINFO = @MAKEINFO@
-MANIFEST_TOOL = @MANIFEST_TOOL@
-MKDIR_P = @MKDIR_P@
-NM = @NM@
-NMEDIT = @NMEDIT@
-OBJDUMP = @OBJDUMP@
-OBJEXT = @OBJEXT@
-OCL_ICD_CFLAGS = @OCL_ICD_CFLAGS@
-OCL_ICD_LIBS = @OCL_ICD_LIBS@
-OCL_KERNEL_ARCH = @OCL_KERNEL_ARCH@
-OCL_KERNEL_TARGET = @OCL_KERNEL_TARGET@
-OCL_KERNEL_TARGET_CPU = @OCL_KERNEL_TARGET_CPU@
-OCL_TARGETS = @OCL_TARGETS@
-OPENCL_CFLAGS = @OPENCL_CFLAGS@
-OPENCL_CMAKE = @OPENCL_CMAKE@
-OPENCL_EXTLIBS = @OPENCL_EXTLIBS@
-OPENCL_LIBS = @OPENCL_LIBS@
-OPT = @OPT@
-OTOOL = @OTOOL@
-OTOOL64 = @OTOOL64@
-PACKAGE = @PACKAGE@
-PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
-PACKAGE_NAME = @PACKAGE_NAME@
-PACKAGE_STRING = @PACKAGE_STRING@
-PACKAGE_TARNAME = @PACKAGE_TARNAME@
-PACKAGE_URL = @PACKAGE_URL@
-PACKAGE_VERSION = @PACKAGE_VERSION@
-PATH_SEPARATOR = @PATH_SEPARATOR@
-PKG_CONFIG = @PKG_CONFIG@
-PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
-PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
-POAT_TESTSUITES = @POAT_TESTSUITES@
-POCL_DEVICE_ADDRESS_BITS = @POCL_DEVICE_ADDRESS_BITS@
-PTHREAD_CC = @PTHREAD_CC@
-PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
-PTHREAD_LIBS = @PTHREAD_LIBS@
-RANLIB = @RANLIB@
-SDL_CFLAGS = @SDL_CFLAGS@
-SDL_LIBS = @SDL_LIBS@
-SED = @SED@
-SET_MAKE = @SET_MAKE@
-SHELL = @SHELL@
-STRIP = @STRIP@
-TARGET = @TARGET@
-TARGET_CLANG_FLAGS = @TARGET_CLANG_FLAGS@
-TARGET_CPU = @TARGET_CPU@
-TARGET_LLC_FLAGS = @TARGET_LLC_FLAGS@
-TARGET_SIZEOF_DOUBLE = @TARGET_SIZEOF_DOUBLE@
-TARGET_SIZEOF_HALF = @TARGET_SIZEOF_HALF@
-TARGET_SIZEOF_LONG = @TARGET_SIZEOF_LONG@
-TARGET_SIZEOF_VOID_P = @TARGET_SIZEOF_VOID_P@
-TCECC = @TCECC@
-TCEMC_AVAILABLE = @TCEMC_AVAILABLE@
-TCE_AVAILABLE = @TCE_AVAILABLE@
-TCE_CONFIG = @TCE_CONFIG@
-TCE_DEVICE_EXTENSION_DEFINES = @TCE_DEVICE_EXTENSION_DEFINES@
-VERSION = @VERSION@
-abs_builddir = @abs_builddir@
-abs_srcdir = @abs_srcdir@
-abs_top_builddir = @abs_top_builddir@
-abs_top_srcdir = @abs_top_srcdir@
-ac_ct_AR = @ac_ct_AR@
-ac_ct_CC = @ac_ct_CC@
-ac_ct_CXX = @ac_ct_CXX@
-ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
-acx_pthread_config = @acx_pthread_config@
-am__include = @am__include@
-am__leading_dot = @am__leading_dot@
-am__quote = @am__quote@
-am__tar = @am__tar@
-am__untar = @am__untar@
-bindir = @bindir@
-build = @build@
-build_alias = @build_alias@
-build_cpu = @build_cpu@
-build_os = @build_os@
-build_vendor = @build_vendor@
-builddir = @builddir@
-datadir = @datadir@
-datarootdir = @datarootdir@
-docdir = @docdir@
-dvidir = @dvidir@
-exec_prefix = @exec_prefix@
-host = @host@
-host_alias = @host_alias@
-host_cpu = @host_cpu@
-host_os = @host_os@
-host_vendor = @host_vendor@
-htmldir = @htmldir@
-includedir = @includedir@
-infodir = @infodir@
-install_sh = @install_sh@
-libdir = @libdir@
-libexecdir = @libexecdir@
-localedir = @localedir@
-localstatedir = @localstatedir@
-mandir = @mandir@
-mkdir_p = @mkdir_p@
-oldincludedir = @oldincludedir@
-pdfdir = @pdfdir@
-prefix = @prefix@
-program_transform_name = @program_transform_name@
-psdir = @psdir@
-sbindir = @sbindir@
-sharedstatedir = @sharedstatedir@
-srcdir = @srcdir@
-sysconfdir = @sysconfdir@
-target = @target@
-target_alias = @target_alias@
-target_cpu = @target_cpu@
-target_os = @target_os@
-target_vendor = @target_vendor@
-top_build_prefix = @top_build_prefix@
-top_builddir = @top_builddir@
-top_srcdir = @top_srcdir@
-EXTRA_DIST = $(srcdir)/*.patch
- at TEST_SUITE_AMD_TRUE@testsuite_pocl_dir = ${abs_top_srcdir}/examples/AMD
- at TEST_SUITE_AMD_TRUE@testsuite_src_dir = ${testsuite_pocl_dir}/AMD-APP-SDK-v2.8-RC-lnx64
- at TEST_SUITE_AMD_TRUE@amd_app_dir = $(testsuite_src_dir)/samples/opencl/cl/app
-all: all-am
-
-.SUFFIXES:
-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
-	@for dep in $?; do \
-	  case '$(am__configure_deps)' in \
-	    *$$dep*) \
-	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
-	        && { if test -f $@; then exit 0; else break; fi; }; \
-	      exit 1;; \
-	  esac; \
-	done; \
-	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign examples/AMD/Makefile'; \
-	$(am__cd) $(top_srcdir) && \
-	  $(AUTOMAKE) --foreign examples/AMD/Makefile
-Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
-	@case '$?' in \
-	  *config.status*) \
-	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
-	  *) \
-	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
-	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
-	esac;
-
-$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
-	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-
-$(top_srcdir)/configure:  $(am__configure_deps)
-	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
-	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-$(am__aclocal_m4_deps):
-
-mostlyclean-libtool:
-	-rm -f *.lo
-
-clean-libtool:
-	-rm -rf .libs _libs
-tags TAGS:
-
-ctags CTAGS:
-
-cscope cscopelist:
-
-
-distdir: $(DISTFILES)
-	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
-	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
-	list='$(DISTFILES)'; \
-	  dist_files=`for file in $$list; do echo $$file; done | \
-	  sed -e "s|^$$srcdirstrip/||;t" \
-	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
-	case $$dist_files in \
-	  */*) $(MKDIR_P) `echo "$$dist_files" | \
-			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
-			   sort -u` ;; \
-	esac; \
-	for file in $$dist_files; do \
-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
-	  if test -d $$d/$$file; then \
-	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
-	    if test -d "$(distdir)/$$file"; then \
-	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
-	    fi; \
-	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
-	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
-	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
-	    fi; \
-	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
-	  else \
-	    test -f "$(distdir)/$$file" \
-	    || cp -p $$d/$$file "$(distdir)/$$file" \
-	    || exit 1; \
-	  fi; \
-	done
-check-am: all-am
-check: check-am
-all-am: Makefile
-installdirs:
-install: install-am
-install-exec: install-exec-am
-install-data: install-data-am
-uninstall: uninstall-am
-
-install-am: all-am
-	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
-
-installcheck: installcheck-am
-install-strip:
-	if test -z '$(STRIP)'; then \
-	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
-	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
-	      install; \
-	else \
-	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
-	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
-	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
-	fi
-mostlyclean-generic:
-
-clean-generic:
-
-distclean-generic:
-	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
-	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
-
-maintainer-clean-generic:
-	@echo "This command is intended for maintainers to use"
-	@echo "it deletes files that may require special tools to rebuild."
-clean: clean-am
-
-clean-am: clean-generic clean-libtool mostlyclean-am
-
-distclean: distclean-am
-	-rm -f Makefile
-distclean-am: clean-am distclean-generic
-
-dvi: dvi-am
-
-dvi-am:
-
-html: html-am
-
-html-am:
-
-info: info-am
-
-info-am:
-
-install-data-am:
-
-install-dvi: install-dvi-am
-
-install-dvi-am:
-
-install-exec-am:
-
-install-html: install-html-am
-
-install-html-am:
-
-install-info: install-info-am
-
-install-info-am:
-
-install-man:
-
-install-pdf: install-pdf-am
-
-install-pdf-am:
-
-install-ps: install-ps-am
-
-install-ps-am:
-
-installcheck-am:
-
-maintainer-clean: maintainer-clean-am
-	-rm -f Makefile
-maintainer-clean-am: distclean-am maintainer-clean-generic
-
-mostlyclean: mostlyclean-am
-
-mostlyclean-am: mostlyclean-generic mostlyclean-libtool
-
-pdf: pdf-am
-
-pdf-am:
-
-ps: ps-am
-
-ps-am:
-
-uninstall-am:
-
-.MAKE: install-am install-strip
-
-.PHONY: all all-am check check-am clean clean-generic clean-libtool \
-	cscopelist-am ctags-am distclean distclean-generic \
-	distclean-libtool distdir dvi dvi-am html html-am info info-am \
-	install install-am install-data install-data-am install-dvi \
-	install-dvi-am install-exec install-exec-am install-html \
-	install-html-am install-info install-info-am install-man \
-	install-pdf install-pdf-am install-ps install-ps-am \
-	install-strip installcheck installcheck-am installdirs \
-	maintainer-clean maintainer-clean-generic mostlyclean \
-	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
-	tags-am uninstall uninstall-am
-
-.PRECIOUS: Makefile
-
-
-AMD-APP-SDK-v2.8-RC-lnx64.tgz:
-	cd $(srcdir) && \
-	wget http://developer.amd.com.php53-23.ord1-1.websitetestlink.com/wordpress/media/2012/11/AMD-APP-SDK-v2.8-lnx64.tgz && \
-	tar xzf AMD-APP-SDK-v2.8-lnx64.tgz
-
- at TEST_SUITE_AMD_TRUE@.PHONY: build
-
- at TEST_SUITE_AMD_TRUE@prepare-examples: $(testsuite_src_dir) build
-
- at TEST_SUITE_AMD_TRUE@$(testsuite_src_dir): AMD-APP-SDK-v2.8-RC-lnx64.tgz
- at TEST_SUITE_AMD_TRUE@	test -d $(testsuite_src_dir) || (cd $(testsuite_pocl_dir) && tar xzf AMD-APP-SDK-v2.8-RC-lnx64.tgz)
-
- at TEST_SUITE_AMD_TRUE@build: $(testsuite_src_dir) 
- at TEST_SUITE_AMD_TRUE@	cd $(testsuite_pocl_dir) && \
- at TEST_SUITE_AMD_TRUE@	( patch -sNp1 < $(testsuite_pocl_dir)/AMDSDK.patch || true ) && \
- at TEST_SUITE_AMD_TRUE@	cd $(testsuite_src_dir)/samples/opencl/ && \
- at TEST_SUITE_AMD_TRUE@	find . -name "*.cl" | xargs perl -pi -e 's/cl_amd_fp64/cl_khr_fp64/g' && \
- at TEST_SUITE_AMD_TRUE@	LDFLAGS="-lX11 -pthread ${LDFLAGS}" $(MAKE) -s 2>&1 | grep -v "No LSB modules are available" || true
-
- at TEST_SUITE_AMD_TRUE@test_AESEncryptDecrypt: 
- at TEST_SUITE_AMD_TRUE@	cd $(amd_app_dir)/AESEncryptDecrypt && \
- at TEST_SUITE_AMD_TRUE@	ln -sf $(amd_app_dir)/AESEncryptDecrypt/AESEncryptDecrypt_Kernels.cl $(amd_app_dir)/AESEncryptDecrypt/build/debug/x86_64/AESEncryptDecrypt_Kernels.cl && \
- at TEST_SUITE_AMD_TRUE@	ln -sf $(amd_app_dir)/AESEncryptDecrypt/input512.bmp $(amd_app_dir)/AESEncryptDecrypt/build/debug/x86_64/ && \
- at TEST_SUITE_AMD_TRUE@	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors build/debug/x86_64/AESEncryptDecrypt -e || true
-
- at TEST_SUITE_AMD_TRUE@test_AtomicCounters: 
- at TEST_SUITE_AMD_TRUE@	cd $(amd_app_dir)/AtomicCounters && \
- at TEST_SUITE_AMD_TRUE@	ln -sf $(amd_app_dir)/AtomicCounters/AtomicCounters_Kernels.cl $(amd_app_dir)/AtomicCounters/build/debug/x86_64/ && \
- at TEST_SUITE_AMD_TRUE@	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors build/debug/x86_64/AtomicCounters -e 
-
- at TEST_SUITE_AMD_TRUE@test_BitonicSort: 
- at TEST_SUITE_AMD_TRUE@	cd $(amd_app_dir)/BitonicSort && \
- at TEST_SUITE_AMD_TRUE@	ln -sf $(amd_app_dir)/BitonicSort/BitonicSort_Kernels.cl $(amd_app_dir)/BitonicSort/build/debug/x86_64/BitonicSort_Kernels.cl && \
- at TEST_SUITE_AMD_TRUE@	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors build/debug/x86_64/BitonicSort -e
-
- at TEST_SUITE_AMD_TRUE@test_BlackScholes: 
- at TEST_SUITE_AMD_TRUE@	cd $(amd_app_dir)/BlackScholes && \
- at TEST_SUITE_AMD_TRUE@	ln -sf $(amd_app_dir)/BlackScholes/BlackScholes_Kernels.cl $(amd_app_dir)/BlackScholes/build/debug/x86_64/BlackScholes_Kernels.cl && \
- at TEST_SUITE_AMD_TRUE@	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors build/debug/x86_64/BlackScholes -e
-
- at TEST_SUITE_AMD_TRUE@test_BlackScholesDP: 
- at TEST_SUITE_AMD_TRUE@	cd $(amd_app_dir)/BlackScholesDP && \
- at TEST_SUITE_AMD_TRUE@	ln -sf $(amd_app_dir)/BlackScholesDP/BlackScholesDP_Kernels.cl $(amd_app_dir)/BlackScholesDP/build/debug/x86_64/BlackScholesDP_Kernels.cl && \
- at TEST_SUITE_AMD_TRUE@	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors build/debug/x86_64/BlackScholesDP -e
-
- at TEST_SUITE_AMD_TRUE@test_BinarySearch: 
- at TEST_SUITE_AMD_TRUE@	cd $(amd_app_dir)/BinarySearch && \
- at TEST_SUITE_AMD_TRUE@	ln -sf $(amd_app_dir)/BinarySearch/BinarySearch_Kernels.cl $(amd_app_dir)/BinarySearch/build/debug/x86_64/ && \
- at TEST_SUITE_AMD_TRUE@	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors build/debug/x86_64/BinarySearch -e
-
- at TEST_SUITE_AMD_TRUE@test_BinomialOption: 
- at TEST_SUITE_AMD_TRUE@	cd $(amd_app_dir)/BinomialOption && \
- at TEST_SUITE_AMD_TRUE@	ln -sf $(amd_app_dir)/BinomialOption/BinomialOption_Kernels.cl $(amd_app_dir)/BinomialOption/build/debug/x86_64/ && \
- at TEST_SUITE_AMD_TRUE@	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors build/debug/x86_64/BinomialOption -e
-
- at TEST_SUITE_AMD_TRUE@test_BoxFilter: 
- at TEST_SUITE_AMD_TRUE@	cd $(amd_app_dir)/BoxFilter && \
- at TEST_SUITE_AMD_TRUE@	ln -sf $(amd_app_dir)/BoxFilter/BoxFilter_Kernels.cl $(amd_app_dir)/BoxFilter/build/debug/x86_64/ && \
- at TEST_SUITE_AMD_TRUE@	ln -sf $(amd_app_dir)/BoxFilter/BoxFilter_Input.bmp $(amd_app_dir)/BoxFilter/build/debug/x86_64/ && \
- at TEST_SUITE_AMD_TRUE@	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors build/debug/x86_64/BoxFilter -e
-
- at TEST_SUITE_AMD_TRUE@test_DCT: 
- at TEST_SUITE_AMD_TRUE@	cd $(amd_app_dir)/DCT && \
- at TEST_SUITE_AMD_TRUE@	ln -sf $(amd_app_dir)/DCT/DCT_Kernels.cl $(amd_app_dir)/DCT/build/debug/x86_64/DCT_Kernels.cl && \
- at TEST_SUITE_AMD_TRUE@	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors build/debug/x86_64/DCT -e
-
- at TEST_SUITE_AMD_TRUE@test_DeviceFission: 
- at TEST_SUITE_AMD_TRUE@	cd $(amd_app_dir)/DeviceFission && \
- at TEST_SUITE_AMD_TRUE@	ln -sf $(amd_app_dir)/DeviceFission/DeviceFission_Kernels.cl $(amd_app_dir)/DeviceFission/build/debug/x86_64/ && \
- at TEST_SUITE_AMD_TRUE@	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors build/debug/x86_64/DeviceFission -e
-
- at TEST_SUITE_AMD_TRUE@test_DwtHaar1D: 
- at TEST_SUITE_AMD_TRUE@	cd $(amd_app_dir)/DwtHaar1D && \
- at TEST_SUITE_AMD_TRUE@	ln -sf $(amd_app_dir)/DwtHaar1D/DwtHaar1D_Kernels.cl $(amd_app_dir)/DwtHaar1D/build/debug/x86_64/ && \
- at TEST_SUITE_AMD_TRUE@	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors build/debug/x86_64/DwtHaar1D -e
-
- at TEST_SUITE_AMD_TRUE@test_FastWalshTransform: 
- at TEST_SUITE_AMD_TRUE@	cd $(amd_app_dir)/FastWalshTransform && \
- at TEST_SUITE_AMD_TRUE@	ln -sf $(amd_app_dir)/FastWalshTransform/FastWalshTransform_Kernels.cl $(amd_app_dir)/FastWalshTransform/build/debug/x86_64/FastWalshTransform_Kernels.cl && \
- at TEST_SUITE_AMD_TRUE@	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors build/debug/x86_64/FastWalshTransform -e
-
- at TEST_SUITE_AMD_TRUE@test_FloydWarshall: 
- at TEST_SUITE_AMD_TRUE@	cd $(amd_app_dir)/FloydWarshall && \
- at TEST_SUITE_AMD_TRUE@	ln -sf $(amd_app_dir)/FloydWarshall/FloydWarshall_Kernels.cl $(amd_app_dir)/FloydWarshall/build/debug/x86_64/FloydWarshall_Kernels.cl && \
- at TEST_SUITE_AMD_TRUE@	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors build/debug/x86_64/FloydWarshall -e
-
- at TEST_SUITE_AMD_TRUE@test_FluidSimulation2D: 
- at TEST_SUITE_AMD_TRUE@	cd $(amd_app_dir)/FluidSimulation2D && \
- at TEST_SUITE_AMD_TRUE@	ln -sf $(amd_app_dir)/FluidSimulation2D/FluidSimulation2D_Kernels.cl $(amd_app_dir)/FluidSimulation2D/build/debug/x86_64/ && \
- at TEST_SUITE_AMD_TRUE@	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors build/debug/x86_64/FluidSimulation2D -e
-
- at TEST_SUITE_AMD_TRUE@test_Histogram: 
- at TEST_SUITE_AMD_TRUE@	cd $(amd_app_dir)/Histogram && \
- at TEST_SUITE_AMD_TRUE@	ln -sf $(amd_app_dir)/Histogram/Histogram_Kernels.cl $(amd_app_dir)/Histogram/build/debug/x86_64/Histogram_Kernels.cl && \
- at TEST_SUITE_AMD_TRUE@	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors build/debug/x86_64/Histogram -e
-
- at TEST_SUITE_AMD_TRUE@test_HelloWorld: 
- at TEST_SUITE_AMD_TRUE@	cd $(amd_app_dir)/HelloWorld && \
- at TEST_SUITE_AMD_TRUE@	ln -sf $(amd_app_dir)/HelloWorld/HelloWorld_Kernels.cl $(amd_app_dir)/HelloWorld/build/debug/x86_64/ && \
- at TEST_SUITE_AMD_TRUE@	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors build/debug/x86_64/HelloWorld -e
-
- at TEST_SUITE_AMD_TRUE@test_ImageOverlap: 
- at TEST_SUITE_AMD_TRUE@	cd $(amd_app_dir)/ImageOverlap && \
- at TEST_SUITE_AMD_TRUE@	ln -sf $(amd_app_dir)/ImageOverlap/ImageOverlap_Kernels.cl $(amd_app_dir)/ImageOverlap/build/debug/x86_64/ && \
- at TEST_SUITE_AMD_TRUE@	ln -sf $(amd_app_dir)/ImageOverlap/ImageOverlap_map.bmp $(amd_app_dir)/ImageOverlap/build/debug/x86_64/ && \
- at TEST_SUITE_AMD_TRUE@	ln -sf $(amd_app_dir)/ImageOverlap/ImageOverlap_verify_map.bmp $(amd_app_dir)/ImageOverlap/build/debug/x86_64/ && \
- at TEST_SUITE_AMD_TRUE@	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors build/debug/x86_64/ImageOverlap -e
-
- at TEST_SUITE_AMD_TRUE@test_LUDecomposition: 
- at TEST_SUITE_AMD_TRUE@	cd $(amd_app_dir)/LUDecomposition && \
- at TEST_SUITE_AMD_TRUE@	ln -sf $(amd_app_dir)/LUDecomposition/LUDecomposition_Kernels.cl $(amd_app_dir)/LUDecomposition/build/debug/x86_64/ && \
- at TEST_SUITE_AMD_TRUE@	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors build/debug/x86_64/LUDecomposition -e
-
- at TEST_SUITE_AMD_TRUE@test_Mandelbrot: 
- at TEST_SUITE_AMD_TRUE@	cd $(amd_app_dir)/Mandelbrot && \
- at TEST_SUITE_AMD_TRUE@	ln -sf $(amd_app_dir)/Mandelbrot/Mandelbrot_Kernels.cl $(amd_app_dir)/Mandelbrot/build/debug/x86_64/Mandelbrot_Kernels.cl && \
- at TEST_SUITE_AMD_TRUE@	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors build/debug/x86_64/Mandelbrot -e
-
- at TEST_SUITE_AMD_TRUE@test_MatrixMultiplication: 
- at TEST_SUITE_AMD_TRUE@	cd $(amd_app_dir)/MatrixMultiplication && \
- at TEST_SUITE_AMD_TRUE@	ln -sf $(amd_app_dir)/MatrixMultiplication/MatrixMultiplication_Kernels.cl $(amd_app_dir)/MatrixMultiplication/build/debug/x86_64/MatrixMultiplication_Kernels.cl && \
- at TEST_SUITE_AMD_TRUE@	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors build/debug/x86_64/MatrixMultiplication -e
-
- at TEST_SUITE_AMD_TRUE@test_MatrixMulImage: 
- at TEST_SUITE_AMD_TRUE@	cd $(amd_app_dir)/MatrixMulImage && \
- at TEST_SUITE_AMD_TRUE@	ln -sf $(amd_app_dir)/MatrixMulImage/MatrixMulImage_Kernels.cl $(amd_app_dir)/MatrixMulImage/build/debug/x86_64/ && \
- at TEST_SUITE_AMD_TRUE@	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors build/debug/x86_64/MatrixMulImage -e
-
- at TEST_SUITE_AMD_TRUE@test_MatrixTranspose: 
- at TEST_SUITE_AMD_TRUE@	cd $(amd_app_dir)/MatrixTranspose && \
- at TEST_SUITE_AMD_TRUE@	ln -sf $(amd_app_dir)/MatrixTranspose/MatrixTranspose_Kernels.cl $(amd_app_dir)/MatrixTranspose/build/debug/x86_64/ && \
- at TEST_SUITE_AMD_TRUE@	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors build/debug/x86_64/MatrixTranspose -e
-
- at TEST_SUITE_AMD_TRUE@test_MemoryModel: 
- at TEST_SUITE_AMD_TRUE@	cd $(amd_app_dir)/MemoryModel && \
- at TEST_SUITE_AMD_TRUE@	ln -sf $(amd_app_dir)/MemoryModel/MemoryModel_Kernels.cl $(amd_app_dir)/MemoryModel/build/debug/x86_64/ && \
- at TEST_SUITE_AMD_TRUE@	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors build/debug/x86_64/MemoryModel -e
-
- at TEST_SUITE_AMD_TRUE@test_MonteCarloAsian: 
- at TEST_SUITE_AMD_TRUE@	cd $(amd_app_dir)/MonteCarloAsian && \
- at TEST_SUITE_AMD_TRUE@	ln -sf $(amd_app_dir)/MonteCarloAsian/MonteCarloAsian_Kernels.cl $(amd_app_dir)/MonteCarloAsian/build/debug/x86_64/ && \
- at TEST_SUITE_AMD_TRUE@	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors build/debug/x86_64/MonteCarloAsian -e
-
- at TEST_SUITE_AMD_TRUE@test_MonteCarloAsianDP: 
- at TEST_SUITE_AMD_TRUE@	cd $(amd_app_dir)/MonteCarloAsianDP && \
- at TEST_SUITE_AMD_TRUE@	ln -sf $(amd_app_dir)/MonteCarloAsianDP/MonteCarloAsianDP_Kernels.cl $(amd_app_dir)/MonteCarloAsianDP/build/debug/x86_64/ && \
- at TEST_SUITE_AMD_TRUE@	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors build/debug/x86_64/MonteCarloAsianDP -e
-
- at TEST_SUITE_AMD_TRUE@test_NBody: 
- at TEST_SUITE_AMD_TRUE@	cd $(amd_app_dir)/NBody && \
- at TEST_SUITE_AMD_TRUE@	ln -sf $(amd_app_dir)/NBody/NBody_Kernels.cl $(amd_app_dir)/NBody/build/debug/x86_64/NBody_Kernels.cl && \
- at TEST_SUITE_AMD_TRUE@	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors build/debug/x86_64/NBody -e
-
- at TEST_SUITE_AMD_TRUE@test_PrefixSum: 
- at TEST_SUITE_AMD_TRUE@	cd $(amd_app_dir)/PrefixSum && \
- at TEST_SUITE_AMD_TRUE@	ln -sf $(amd_app_dir)/PrefixSum/PrefixSum_Kernels.cl $(amd_app_dir)/PrefixSum/build/debug/x86_64/ && \
- at TEST_SUITE_AMD_TRUE@	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors build/debug/x86_64/PrefixSum -e
-
- at TEST_SUITE_AMD_TRUE@test_QuasiRandomSequence: 
- at TEST_SUITE_AMD_TRUE@	cd $(amd_app_dir)/QuasiRandomSequence && \
- at TEST_SUITE_AMD_TRUE@	ln -sf $(amd_app_dir)/QuasiRandomSequence/QuasiRandomSequence_Kernels.cl $(amd_app_dir)/QuasiRandomSequence/build/debug/x86_64/ && \
- at TEST_SUITE_AMD_TRUE@	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors build/debug/x86_64/QuasiRandomSequence -e
-
- at TEST_SUITE_AMD_TRUE@test_RadixSort: 
- at TEST_SUITE_AMD_TRUE@	cd $(amd_app_dir)/RadixSort && \
- at TEST_SUITE_AMD_TRUE@	ln -sf $(amd_app_dir)/RadixSort/RadixSort_Kernels.cl $(amd_app_dir)/RadixSort/build/debug/x86_64/ && \
- at TEST_SUITE_AMD_TRUE@	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors build/debug/x86_64/RadixSort -e
-
- at TEST_SUITE_AMD_TRUE@test_RecursiveGaussian: 
- at TEST_SUITE_AMD_TRUE@	cd $(amd_app_dir)/RecursiveGaussian && \
- at TEST_SUITE_AMD_TRUE@	ln -sf $(amd_app_dir)/RecursiveGaussian/RecursiveGaussian_Kernels.cl $(amd_app_dir)/RecursiveGaussian/build/debug/x86_64/ && \
- at TEST_SUITE_AMD_TRUE@	ln -sf $(amd_app_dir)/RecursiveGaussian/RecursiveGaussian_Input.bmp $(amd_app_dir)/RecursiveGaussian/build/debug/x86_64/ && \
- at TEST_SUITE_AMD_TRUE@	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors build/debug/x86_64/RecursiveGaussian -e
-
- at TEST_SUITE_AMD_TRUE@test_Reduction: 
- at TEST_SUITE_AMD_TRUE@	cd $(amd_app_dir)/Reduction && \
- at TEST_SUITE_AMD_TRUE@	ln -sf $(amd_app_dir)/Reduction/Reduction_Kernels.cl $(amd_app_dir)/Reduction/build/debug/x86_64/ && \
- at TEST_SUITE_AMD_TRUE@	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors build/debug/x86_64/Reduction -e
-
- at TEST_SUITE_AMD_TRUE@test_ScanLargeArrays: 
- at TEST_SUITE_AMD_TRUE@	cd $(amd_app_dir)/ScanLargeArrays && \
- at TEST_SUITE_AMD_TRUE@	ln -sf $(amd_app_dir)/ScanLargeArrays/ScanLargeArrays_Kernels.cl $(amd_app_dir)/ScanLargeArrays/build/debug/x86_64/ && \
- at TEST_SUITE_AMD_TRUE@	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors build/debug/x86_64/ScanLargeArrays -e
-
- at TEST_SUITE_AMD_TRUE@test_SimpleConvolution: 
- at TEST_SUITE_AMD_TRUE@	cd $(amd_app_dir)/SimpleConvolution && \
- at TEST_SUITE_AMD_TRUE@	ln -sf $(amd_app_dir)/SimpleConvolution/SimpleConvolution_Kernels.cl $(amd_app_dir)/SimpleConvolution/build/debug/x86_64/ && \
- at TEST_SUITE_AMD_TRUE@	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors build/debug/x86_64/SimpleConvolution -e
-
- at TEST_SUITE_AMD_TRUE@test_SimpleImage: 
- at TEST_SUITE_AMD_TRUE@	cd $(amd_app_dir)/SimpleImage && \
- at TEST_SUITE_AMD_TRUE@	ln -sf $(amd_app_dir)/SimpleImage/SimpleImage_Kernels.cl $(amd_app_dir)/SimpleImage/build/debug/x86_64/ && \
- at TEST_SUITE_AMD_TRUE@	ln -sf $(amd_app_dir)/SimpleImage/SimpleImage_Input.bmp $(amd_app_dir)/SimpleImage/build/debug/x86_64/ && \
- at TEST_SUITE_AMD_TRUE@	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors build/debug/x86_64/SimpleImage -e
-
- at TEST_SUITE_AMD_TRUE@test_SobelFilter: 
- at TEST_SUITE_AMD_TRUE@	cd $(amd_app_dir)/SobelFilter && \
- at TEST_SUITE_AMD_TRUE@	ln -sf $(amd_app_dir)/SobelFilter/SobelFilter_Kernels.cl $(amd_app_dir)/SobelFilter/build/debug/x86_64/ && \
- at TEST_SUITE_AMD_TRUE@	ln -sf $(amd_app_dir)/SobelFilter/SobelFilter_Input.bmp $(amd_app_dir)/SobelFilter/build/debug/x86_64/ && \
- at TEST_SUITE_AMD_TRUE@	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors build/debug/x86_64/SobelFilter -e
-
- at TEST_SUITE_AMD_TRUE@test_Template: 
- at TEST_SUITE_AMD_TRUE@	cd $(amd_app_dir)/Template && \
- at TEST_SUITE_AMD_TRUE@	ln -sf $(amd_app_dir)/Template/Template_Kernels.cl $(amd_app_dir)/Template/build/debug/x86_64/ && \
- at TEST_SUITE_AMD_TRUE@	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors build/debug/x86_64/Template -e
-
- at TEST_SUITE_AMD_TRUE@test_TemplateC: 
- at TEST_SUITE_AMD_TRUE@	cd $(amd_app_dir)/TemplateC && \
- at TEST_SUITE_AMD_TRUE@	ln -sf $(amd_app_dir)/TemplateC/TemplateC_Kernels.cl $(amd_app_dir)/TemplateC/build/debug/x86_64/ && \
- at TEST_SUITE_AMD_TRUE@	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors build/debug/x86_64/TemplateC -e
-
- at TEST_SUITE_AMD_TRUE@test_TransferOverlap: 
- at TEST_SUITE_AMD_TRUE@	cd $(amd_app_dir)/TransferOverlap && \
- at TEST_SUITE_AMD_TRUE@	ln -sf $(amd_app_dir)/TransferOverlap/TransferOverlap_Kernels.cl $(amd_app_dir)/TransferOverlap/build/debug/x86_64/ && \
- at TEST_SUITE_AMD_TRUE@	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors build/debug/x86_64/TransferOverlap -e
-
- at TEST_SUITE_AMD_TRUE@test_URNG: 
- at TEST_SUITE_AMD_TRUE@	cd $(amd_app_dir)/URNG && \
- at TEST_SUITE_AMD_TRUE@	ln -sf $(amd_app_dir)/URNG/URNG_Kernels.cl $(amd_app_dir)/URNG/build/debug/x86_64/ && \
- at TEST_SUITE_AMD_TRUE@	ln -sf $(amd_app_dir)/URNG/URNG_Input.bmp $(amd_app_dir)/URNG/build/debug/x86_64/ && \
- at TEST_SUITE_AMD_TRUE@	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors build/debug/x86_64/URNG -e
-
- at TEST_SUITE_AMD_TRUE@clean-examples:
- at TEST_SUITE_AMD_TRUE@	rm -fr $(testsuite_src_dir) Install-AMD-APP.sh default-install_lnx_64.pl ReadMe.txt
-
-# Tell versions [3.59,3.63) of GNU make to not export all variables.
-# Otherwise a system limit (for SysV at least) may be exceeded.
-.NOEXPORT:
diff --git a/examples/AMDSDK2.9/CMakeLists.txt b/examples/AMDSDK2.9/CMakeLists.txt
index 87f9d53..4c9d694 100644
--- a/examples/AMDSDK2.9/CMakeLists.txt
+++ b/examples/AMDSDK2.9/CMakeLists.txt
@@ -115,9 +115,9 @@ if(CMAKE_HOST_SYSTEM_NAME STREQUAL "Linux" AND X86_64)
 
 
   else()
-    message(WARNING "Disabling testsuite ${TS_NAME} - tarball not found")
+    message(STATUS "Disabling testsuite ${TS_NAME} - tarball not found")
   endif()
 
 else()
-  message(warning "AMD APP SDK testsuite is only enabled for x86_64 Linux systems currently")
+  message(STATUS "AMD APP SDK testsuite is only enabled for x86_64 Linux systems currently")
 endif()
diff --git a/examples/AMDSDK2.9/Makefile.am b/examples/AMDSDK2.9/Makefile.am
deleted file mode 100644
index 7ab7393..0000000
--- a/examples/AMDSDK2.9/Makefile.am
+++ /dev/null
@@ -1,341 +0,0 @@
-# Process this file with automake to produce Makefile.in (in this,
-# and all subdirectories).
-# Makefile.am for pocl/examples/AMD.
-# 
-# Copyright (c) 2012 Pekka Jääskeläinen / Tampere University of Technology
-# Copyright (c) 2012 Vincent Danjean <Vincent.Danjean at ens-lyon.org>
-# 
-# Permission is hereby granted, free of charge, to any person obtaining a copy
-# of this software and associated documentation files (the "Software"), to deal
-# in the Software without restriction, including without limitation the rights
-# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-# copies of the Software, and to permit persons to whom the Software is
-# furnished to do so, subject to the following conditions:
-# 
-# The above copyright notice and this permission notice shall be included in
-# all copies or substantial portions of the Software.
-# 
-# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-# THE SOFTWARE.
-
-EXTRA_DIST = $(srcdir)/*.patch
-
-if TEST_SUITE_AMDSDK2_9
-testsuite_pocl_dir=${abs_top_srcdir}/examples/AMDSDK2.9
-testsuite_src_dir=${testsuite_pocl_dir}/AMD-APP-SDK-v2.9-RC-lnx64
-amd_app_dir=$(testsuite_src_dir)/samples/opencl/
-
-.PHONY: build prepare-examples
-
-prepare-examples: $(testsuite_src_dir) build
-
-$(testsuite_src_dir): AMD-APP-SDK-v2.9-RC-lnx64.tgz
-	test -d $(testsuite_src_dir) || (cd $(testsuite_pocl_dir) && tar xzf AMD-APP-SDK-v2.9-RC-lnx64.tgz)
-
-# Some of the tests do not build with OpenGL 3.0. Just skip them by using make -k.
-build: $(testsuite_src_dir) 
-	-cd $(testsuite_pocl_dir) && \
-	( patch -sNp1 < $(testsuite_pocl_dir)/AMDSDK2_9.patch || true ) && \
-	cd $(testsuite_src_dir)/samples/ && \
-	find . -name "CMakeLists.txt" -exec sed -i \
-		-e 's/mark_as_advanced( OPENCL_LIBRARIES )/set(OPENCL_LIBRARIES "-lOpenCL")/g' \
-		-e 's/mark_as_advanced(OPENCL_LIBRARIES)/set(OPENCL_LIBRARIES "-lOpenCL")/g' "{}" \; && \
-	LDFLAGS="-pthread ${LDFLAGS}" cmake \
-		-DBUILD_OPENCL=ON \
-		-DBUILD_OPENCV=OFF \
-		-DBUILD_BOLT=OFF .;\
-	make -sk
-
-test_AsyncDataTransfer:
-	cd $(amd_app_dir) && \
-	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors cpp_cl/AsyncDataTransfer/bin/x86_64/Release/AsyncDataTransfer -e 
-
-test_AtomicCounters: 
-	cd $(amd_app_dir) && \
-	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors cl/AtomicCounters/bin/x86_64/Release/AtomicCounters -e 
-
-test_BasicDebug: 
-	cd $(amd_app_dir)cl/BasicDebug/bin/x86_64/Release && \
-	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors ./BasicDebug -e
-
-test_BinarySearch: 
-	cd $(amd_app_dir) && \
-	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors cl/BinarySearch/bin/x86_64/Release/BinarySearch -e
-
-test_BinomialOption: 
-	cd $(amd_app_dir) && \
-	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors cl/BinomialOption/bin/x86_64/Release/BinomialOption -e
-
-test_BinomialOptionMultiGPU: 
-	cd $(amd_app_dir) && \
-	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors cl/BinomialOptionMultiGPU/bin/x86_64/Release/BinomialOptionMultiGPU -e
-
-test_BitonicSort: 
-	cd $(amd_app_dir) && \
-	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors cl/BitonicSort/bin/x86_64/Release/BitonicSort -e
-
-test_BlackScholes: 
-	cd $(amd_app_dir) && \
-	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors cl/BlackScholes/bin/x86_64/Release/BlackScholes -e
-
-test_BlackScholesDP: 
-	cd $(amd_app_dir) && \
-	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors cl/BlackScholesDP/bin/x86_64/Release/BlackScholesDP -e
-
-test_BoxFilter: 
-	cd $(amd_app_dir) && \
-	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors cl/BoxFilter/bin/x86_64/Release/BoxFilter -e
-
-test_BoxFilterGL: 
-	cd $(amd_app_dir) && \
-	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors cl/BoxFilterGL/bin/x86_64/Release/BoxFilterGL -e
-
-test_BufferBandwidth: 
-	cd $(amd_app_dir)cl/BufferBandwidth/bin/x86_64/Release && \
-	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors ./BufferBandwidth -e
-
-test_BufferImageInterop: 
-	cd $(amd_app_dir) && \
-	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors cl/BufferImageInterop/bin/x86_64/Release/BufferImageInterop -e
-
-test_ConcurrentKernel:
-	cd $(amd_app_dir)cpp_cl/ConcurrentKernel/bin/x86_64/Release && \
-	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors ./ConcurrentKernel -e
-
-test_ConstantBandwidth:
-	cd $(amd_app_dir) && \
-	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors benchmark/ConstantBandwidth/bin/x86_64/Release/ConstantBandwidth -e
-
-test_CplusplusWrapper:
-	cd $(amd_app_dir)cpp_cl/CplusplusWrapper/bin/x86_64/Release && \
-	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors ./CplusplusWrapper -e
-
-test_DCT: 
-	cd $(amd_app_dir) && \
-	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors cl/DCT/bin/x86_64/Release/DCT -e
-
-test_DeviceFission: 
-	cd $(amd_app_dir) && \
-	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors cl/DeviceFission/bin/x86_64/Release/DeviceFission -e
-
-test_DeviceFission11Ext: 
-	cd $(amd_app_dir) && \
-	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors cl/DeviceFission11Ext/bin/x86_64/Release/DeviceFission11Ext -e
-
-test_DwtHaar1D: 
-	cd $(amd_app_dir) && \
-	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors cl/DwtHaar1D/bin/x86_64/Release/DwtHaar1D -e
-
-test_DwtHaar1DCPPKernel: 
-	cd $(amd_app_dir) && \
-	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors cl/DwtHaar1DCPPKernel/bin/x86_64/Release/DwtHaar1DCPPKernel -e
-
-test_Eigenvalue:
-	cd $(amd_app_dir) && \
-	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors cl/Eigenvalue/bin/x86_64/Release/Eigenvalue -e
-
-test_FastWalshTransform: 
-	cd $(amd_app_dir) && \
-	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors cl/FastWalshTransform/bin/x86_64/Release/FastWalshTransform -e
-
-test_FFT:
-	cd $(amd_app_dir) && \
-	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors cl/FFT/bin/x86_64/Release/FFT -e
-
-test_FloydWarshall: 
-	cd $(amd_app_dir) && \
-	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors cl/FloydWarshall/bin/x86_64/Release/FloydWarshall -e
-
-test_FluidSimulation2D: 
-	cd $(amd_app_dir) && \
-	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors cl/FluidSimulation/bin/x86_64/Release/FluidSimulation2D -e
-
-test_GaussianNoise:
-	cd $(amd_app_dir)/cpp_cl/GaussianNoise/bin/x86_64/Release && \
-	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors ./GaussianNoise -e --platformId 0
-
-test_GaussianNoiseGL:
-	cd $(amd_app_dir) && \
-	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors cl/GaussianNoiseGL/bin/x86_64/Release/GaussianNoiseGL -e
-
-test_GlobalMemoryBandwidth:
-	cd $(amd_app_dir) && \
-	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors cl/GlobalMemoryBandwidth/bin/x86_64/Release/GlobalMemoryBandwidth -e
-
-test_HDRToneMapping:
-	cd $(amd_app_dir)/cpp_cl/HDRToneMapping/bin/x86_64/Release && \
-	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors ./HDRToneMapping -e --platformId 0
-
-test_HelloWorld: 
-	cd $(amd_app_dir)/cl/HelloWorld/bin/x86_64/Release/ && \
-	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors ./HelloWorld -e
-
-test_Histogram: 
-	cd $(amd_app_dir) && \
-	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors cl/Histogram/bin/x86_64/Release/Histogram -e
-
-test_HistogramAtomics:
-	cd $(amd_app_dir) && \
-	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors cpp_cl/HistogramAtomics/bin/x86_64/Release/HistogramAtomics -e
-
-test_ImageBandwidth: 
-	cd $(amd_app_dir)cl/ImageBandwidth/bin/x86_64/Release && \
-	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors ./ImageBandwidth -e
-
-test_ImageOverlap: 
-	cd $(amd_app_dir) && \
-	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors cl/ImageOverlap/bin/x86_64/Release/ImageOverlap -e
-
-test_IntroStaticCPPKernel:
-	cd $(amd_app_dir) && \
-	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors cpp_cl/IntroStaticCPPKernel/bin/x86_64/Release/IntroStaticCPPKernel -e
-
-test_KernelLaunch:
-	cd $(amd_app_dir)cl/KernelLaunch/bin/x86_64/Release && \
-	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors ./KernelLaunch -e
-
-test_KmeansAutoclustering:
-	cd $(amd_app_dir) && \
-	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors cl/KmeansAutoclustering/bin/x86_64/Release/KmeansAutoclustering -e
-
-test_LDSBandwidth:
-	cd $(amd_app_dir) && \
-	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors benchmark/LDSBandwidth/bin/x86_64/Release/LDSBandwidth -e
-
-test_LUDecomposition: 
-	cd $(amd_app_dir) && \
-	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors cl/LUDecomposition/bin/x86_64/Release/LUDecomposition -e
-
-test_Mandelbrot: 
-	cd $(amd_app_dir) && \
-	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors bin/x86_64/Mandelbrot -e
-
-test_MatrixMulDouble: 
-	cd $(amd_app_dir) && \
-	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors cpp_cl/MatrixMulDouble/bin/x86_64/Release/MatrixMulDouble -e --platformId 0
-
-test_MatrixMulImage: 
-	cd $(amd_app_dir) && \
-	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors cl/MatrixMulImage/bin/x86_64/Release/MatrixMulImage -e
-
-test_MatrixMultiplication: 
-	cd $(amd_app_dir) && \
-	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors cl/MatrixMultiplication/bin/x86_64/Release/MatrixMultiplication -e
-
-test_MatrixTranspose: 
-	cd $(amd_app_dir) && \
-	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors cl/MatrixTranspose/bin/x86_64/Release/MatrixTranspose -e
-
-test_MemoryModel: 
-	cd $(amd_app_dir)cl/MemoryModel/bin/x86_64/Release && \
-	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors ./MemoryModel -e
-
-test_MemoryOptimizations: 
-	cd $(amd_app_dir) && \
-	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors benchmark/MemoryOptimizations/bin/x86_64/Release/MemoryOptimizations -e
-
-test_MersenneTwister: 
-	cd $(amd_app_dir) && \
-	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors cpp_cl/MerzenneTwister/bin/x86_64/Release/MersenneTwister -e
-
-test_MonteCarloAsian: 
-	cd $(amd_app_dir) && \
-	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors cl/MonteCarloAsian/bin/x86_64/Release/MonteCarloAsian -e
-
-test_MonteCarloAsianDP: 
-	cd $(amd_app_dir) && \
-	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors cl/MonteCarloAsianDP/bin/x86_64/Release/MonteCarloAsianDP -e
-
-test_MonteCarloAsianMultiGPU: 
-	cd $(amd_app_dir) && \
-	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors cl/MonteCarloAsianMultiGPU/bin/x86_64/Release/MonteCarloAsianMultiGPU -e
-
-test_NBody: 
-	cd $(amd_app_dir) && \
-	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors cl/NBody/bin/x86_64/Release/NBody -e
-
-test_PrefixSum: 
-	cd $(amd_app_dir) && \
-	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors cl/PrefixSum/bin/x86_64/Release/PrefixSum -e
-
-test_QuasiRandomSequence: 
-	cd $(amd_app_dir) && \
-	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors cl/QuasiRandomSequence/bin/x86_64/Release/QuasiRandomSequence -e
-
-test_RadixSort: 
-	cd $(amd_app_dir) && \
-	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors cl/RadixSort/bin/x86_64/Release/RadixSort -e
-
-test_RecursiveGaussian: 
-	cd $(amd_app_dir) && \
-	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors cl/RecursiveGaussian/bin/x86_64/Release/RecursiveGaussian -e
-
-test_Reduction: 
-	cd $(amd_app_dir) && \
-	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors cl/Reduction/bin/x86_64/Release/Reduction -e
-
-test_ScanLargeArrays: 
-	cd $(amd_app_dir) && \
-	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors cl/ScanLargeArrays/bin/x86_64/Release/ScanLargeArrays -e
-
-test_SimpleConvolution: 
-	cd $(amd_app_dir) && \
-	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors cl/SimpleConvolution/bin/x86_64/Release/SimpleConvolution -e
-
-test_SimpleGL: 
-	cd $(amd_app_dir) && \
-	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors cl/SimpleGL/bin/x86_64/Release/SimpleGL -e
-
-test_SimpleImage: 
-	cd $(amd_app_dir) && \
-	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors cl/SimpleImage/bin/x86_64/Release/SimpleImage -e
-
-test_SoAversusAoS:
-	cd $(amd_app_dir) && \
-	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors cpp_cl/SoAversusAoS/bin/x86_64/Release/SoAversusAoS -e
-
-test_SobelFilter: 
-	cd $(amd_app_dir) && \
-	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors cl/SobelFilter/bin/x86_64/Release/SobelFilter -e
-
-test_SobelFilterImage: 
-	cd $(amd_app_dir) && \
-	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors cpp_cl/SobelFilterImage/bin/x86_64/Release/SobelFilterImage -e
-
-test_StringSearch:
-	cd $(amd_app_dir)cl/StringSearch/bin/x86_64/Release/ && \
-	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors ./StringSearch -e
-
-test_Template: 
-	cd $(amd_app_dir)cl/Template/bin/x86_64/Release/ && \
-	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors ./Template -e
-
-test_TransferOverlap: 
-	cd $(amd_app_dir) && \
-	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors cl/TransferOverlap/bin/x86_64/Release/TransferOverlap -e
-
-test_TransferOverlapCPP: 
-	cd $(amd_app_dir) && \
-	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors cl/TransferOverlapCPP/bin/x86_64/Release/TransferOverlapCPP -e
-
-test_UnsharpMask:
-	cd $(amd_app_dir) && \
-	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors cpp_cl/UnsharpMask/bin/x86_64/Release/UnsharpMask -e
-
-test_URNG: 
-	cd $(amd_app_dir) && \
-	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors cl/URNG/bin/x86_64/Release/URNG -e
-
-test_URNGNoiseGL: 
-	cd $(amd_app_dir) && \
-	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors cl/URNGNoiseGL/bin/x86_64/Release/URNGNoiseGL -e
-
-clean-examples:
-	rm -fr $(testsuite_src_dir) Install-AMD-APP.sh default-install_lnx_64.pl ReadMe.txt
-
-endif
diff --git a/examples/AMDSDK2.9/Makefile.in b/examples/AMDSDK2.9/Makefile.in
deleted file mode 100644
index 4beb7e1..0000000
--- a/examples/AMDSDK2.9/Makefile.in
+++ /dev/null
@@ -1,863 +0,0 @@
-# Makefile.in generated by automake 1.15 from Makefile.am.
-# @configure_input@
-
-# Copyright (C) 1994-2014 Free Software Foundation, Inc.
-
-# This Makefile.in is free software; the Free Software Foundation
-# gives unlimited permission to copy and/or distribute it,
-# with or without modifications, as long as this notice is preserved.
-
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
-# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
-# PARTICULAR PURPOSE.
-
- at SET_MAKE@
-
-# Process this file with automake to produce Makefile.in (in this,
-# and all subdirectories).
-# Makefile.am for pocl/examples/AMD.
-# 
-# Copyright (c) 2012 Pekka Jääskeläinen / Tampere University of Technology
-# Copyright (c) 2012 Vincent Danjean <Vincent.Danjean at ens-lyon.org>
-# 
-# Permission is hereby granted, free of charge, to any person obtaining a copy
-# of this software and associated documentation files (the "Software"), to deal
-# in the Software without restriction, including without limitation the rights
-# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-# copies of the Software, and to permit persons to whom the Software is
-# furnished to do so, subject to the following conditions:
-# 
-# The above copyright notice and this permission notice shall be included in
-# all copies or substantial portions of the Software.
-# 
-# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-# THE SOFTWARE.
-VPATH = @srcdir@
-am__is_gnu_make = { \
-  if test -z '$(MAKELEVEL)'; then \
-    false; \
-  elif test -n '$(MAKE_HOST)'; then \
-    true; \
-  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
-    true; \
-  else \
-    false; \
-  fi; \
-}
-am__make_running_with_option = \
-  case $${target_option-} in \
-      ?) ;; \
-      *) echo "am__make_running_with_option: internal error: invalid" \
-              "target option '$${target_option-}' specified" >&2; \
-         exit 1;; \
-  esac; \
-  has_opt=no; \
-  sane_makeflags=$$MAKEFLAGS; \
-  if $(am__is_gnu_make); then \
-    sane_makeflags=$$MFLAGS; \
-  else \
-    case $$MAKEFLAGS in \
-      *\\[\ \	]*) \
-        bs=\\; \
-        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
-          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
-    esac; \
-  fi; \
-  skip_next=no; \
-  strip_trailopt () \
-  { \
-    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
-  }; \
-  for flg in $$sane_makeflags; do \
-    test $$skip_next = yes && { skip_next=no; continue; }; \
-    case $$flg in \
-      *=*|--*) continue;; \
-        -*I) strip_trailopt 'I'; skip_next=yes;; \
-      -*I?*) strip_trailopt 'I';; \
-        -*O) strip_trailopt 'O'; skip_next=yes;; \
-      -*O?*) strip_trailopt 'O';; \
-        -*l) strip_trailopt 'l'; skip_next=yes;; \
-      -*l?*) strip_trailopt 'l';; \
-      -[dEDm]) skip_next=yes;; \
-      -[JT]) skip_next=yes;; \
-    esac; \
-    case $$flg in \
-      *$$target_option*) has_opt=yes; break;; \
-    esac; \
-  done; \
-  test $$has_opt = yes
-am__make_dryrun = (target_option=n; $(am__make_running_with_option))
-am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
-pkgdatadir = $(datadir)/@PACKAGE@
-pkgincludedir = $(includedir)/@PACKAGE@
-pkglibdir = $(libdir)/@PACKAGE@
-pkglibexecdir = $(libexecdir)/@PACKAGE@
-am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
-install_sh_DATA = $(install_sh) -c -m 644
-install_sh_PROGRAM = $(install_sh) -c
-install_sh_SCRIPT = $(install_sh) -c
-INSTALL_HEADER = $(INSTALL_DATA)
-transform = $(program_transform_name)
-NORMAL_INSTALL = :
-PRE_INSTALL = :
-POST_INSTALL = :
-NORMAL_UNINSTALL = :
-PRE_UNINSTALL = :
-POST_UNINSTALL = :
-build_triplet = @build@
-host_triplet = @host@
-target_triplet = @target@
-subdir = examples/AMDSDK2.9
-ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
-am__aclocal_m4_deps = $(top_srcdir)/m4/ax_boost_base.m4 \
-	$(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
-	$(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
-	$(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/acinclude.m4 \
-	$(top_srcdir)/configure.ac
-am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
-	$(ACLOCAL_M4)
-DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
-mkinstalldirs = $(install_sh) -d
-CONFIG_HEADER = $(top_builddir)/config.h
-CONFIG_CLEAN_FILES =
-CONFIG_CLEAN_VPATH_FILES =
-AM_V_P = $(am__v_P_ at AM_V@)
-am__v_P_ = $(am__v_P_ at AM_DEFAULT_V@)
-am__v_P_0 = false
-am__v_P_1 = :
-AM_V_GEN = $(am__v_GEN_ at AM_V@)
-am__v_GEN_ = $(am__v_GEN_ at AM_DEFAULT_V@)
-am__v_GEN_0 = @echo "  GEN     " $@;
-am__v_GEN_1 = 
-AM_V_at = $(am__v_at_ at AM_V@)
-am__v_at_ = $(am__v_at_ at AM_DEFAULT_V@)
-am__v_at_0 = @
-am__v_at_1 = 
-SOURCES =
-DIST_SOURCES =
-am__can_run_installinfo = \
-  case $$AM_UPDATE_INFO_DIR in \
-    n|no|NO) false;; \
-    *) (install-info --version) >/dev/null 2>&1;; \
-  esac
-am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
-am__DIST_COMMON = $(srcdir)/Makefile.in README
-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
-ACLOCAL = @ACLOCAL@
-AMTAR = @AMTAR@
-AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
-AR = @AR@
-AUTOCONF = @AUTOCONF@
-AUTOHEADER = @AUTOHEADER@
-AUTOMAKE = @AUTOMAKE@
-AWK = @AWK@
-BOOST_CPPFLAGS = @BOOST_CPPFLAGS@
-BOOST_LDFLAGS = @BOOST_LDFLAGS@
-BUILD_TIMESTAMP = @BUILD_TIMESTAMP@
-CC = @CC@
-CCDEPMODE = @CCDEPMODE@
-CFLAGS = @CFLAGS@
-CLANG = @CLANG@
-CLANGXX = @CLANGXX@
-CLANGXX_FLAGS = @CLANGXX_FLAGS@
-CLFLAGS = @CLFLAGS@
-CPP = @CPP@
-CPPFLAGS = @CPPFLAGS@
-CXX = @CXX@
-CXXCPP = @CXXCPP@
-CXXDEPMODE = @CXXDEPMODE@
-CXXFLAGS = @CXXFLAGS@
-CYGPATH_W = @CYGPATH_W@
-DEFS = @DEFS@
-DEPDIR = @DEPDIR@
-DLLTOOL = @DLLTOOL@
-DSYMUTIL = @DSYMUTIL@
-DUMPBIN = @DUMPBIN@
-ECHO_C = @ECHO_C@
-ECHO_N = @ECHO_N@
-ECHO_T = @ECHO_T@
-EGREP = @EGREP@
-EXEEXT = @EXEEXT@
-FGREP = @FGREP@
-FORCED_CLFLAGS = @FORCED_CLFLAGS@
-GLEW_CFLAGS = @GLEW_CFLAGS@
-GLEW_LIBS = @GLEW_LIBS@
-GREP = @GREP@
-HOST = @HOST@
-HOST_AS_FLAGS = @HOST_AS_FLAGS@
-HOST_CLANG_FLAGS = @HOST_CLANG_FLAGS@
-HOST_CPU = @HOST_CPU@
-HOST_DEVICE_EXTENSION_DEFINES = @HOST_DEVICE_EXTENSION_DEFINES@
-HOST_LD_FLAGS = @HOST_LD_FLAGS@
-HOST_LLC_FLAGS = @HOST_LLC_FLAGS@
-HOST_SIZEOF_DOUBLE = @HOST_SIZEOF_DOUBLE@
-HOST_SIZEOF_HALF = @HOST_SIZEOF_HALF@
-HOST_SIZEOF_LONG = @HOST_SIZEOF_LONG@
-HOST_SIZEOF_VOID_P = @HOST_SIZEOF_VOID_P@
-HSAILASM = @HSAILASM@
-HSA_DEVICE_EXTENSION_DEFINES = @HSA_DEVICE_EXTENSION_DEFINES@
-HSA_INCLUDES = @HSA_INCLUDES@
-HSA_LIBS = @HSA_LIBS@
-HWLOC_CFLAGS = @HWLOC_CFLAGS@
-HWLOC_LIBS = @HWLOC_LIBS@
-ICD_LD_FLAGS = @ICD_LD_FLAGS@
-INSTALL = @INSTALL@
-INSTALL_DATA = @INSTALL_DATA@
-INSTALL_PROGRAM = @INSTALL_PROGRAM@
-INSTALL_SCRIPT = @INSTALL_SCRIPT@
-INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
-KERNEL_COMPILER_LIB_VERSION = @KERNEL_COMPILER_LIB_VERSION@
-LD = @LD@
-LDFLAGS = @LDFLAGS@
-LD_FLAGS_BIN = @LD_FLAGS_BIN@
-LIBOBJS = @LIBOBJS@
-LIBRARY_SUFFIX = @LIBRARY_SUFFIX@
-LIBS = @LIBS@
-LIBTOOL = @LIBTOOL@
-LIB_AGE_VERSION = @LIB_AGE_VERSION@
-LIB_CURRENT_VERSION = @LIB_CURRENT_VERSION@
-LIB_FIRST_VERSION = @LIB_FIRST_VERSION@
-LIB_REVISION_VERSION = @LIB_REVISION_VERSION@
-LIB_VERSION = @LIB_VERSION@
-LIPO = @LIPO@
-LLC = @LLC@
-LLVM_AS = @LLVM_AS@
-LLVM_CONFIG = @LLVM_CONFIG@
-LLVM_CXX_FLAGS = @LLVM_CXX_FLAGS@
-LLVM_LDFLAGS = @LLVM_LDFLAGS@
-LLVM_LIBS = @LLVM_LIBS@
-LLVM_LINK = @LLVM_LINK@
-LLVM_OPT = @LLVM_OPT@
-LLVM_VERSION = @LLVM_VERSION@
-LN_S = @LN_S@
-LTDL_LIBS = @LTDL_LIBS@
-LTLIBOBJS = @LTLIBOBJS@
-LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
-MAKEINFO = @MAKEINFO@
-MANIFEST_TOOL = @MANIFEST_TOOL@
-MKDIR_P = @MKDIR_P@
-NM = @NM@
-NMEDIT = @NMEDIT@
-OBJDUMP = @OBJDUMP@
-OBJEXT = @OBJEXT@
-OCL_ICD_CFLAGS = @OCL_ICD_CFLAGS@
-OCL_ICD_LIBS = @OCL_ICD_LIBS@
-OCL_KERNEL_ARCH = @OCL_KERNEL_ARCH@
-OCL_KERNEL_TARGET = @OCL_KERNEL_TARGET@
-OCL_KERNEL_TARGET_CPU = @OCL_KERNEL_TARGET_CPU@
-OCL_TARGETS = @OCL_TARGETS@
-OPENCL_CFLAGS = @OPENCL_CFLAGS@
-OPENCL_CMAKE = @OPENCL_CMAKE@
-OPENCL_EXTLIBS = @OPENCL_EXTLIBS@
-OPENCL_LIBS = @OPENCL_LIBS@
-OPT = @OPT@
-OTOOL = @OTOOL@
-OTOOL64 = @OTOOL64@
-PACKAGE = @PACKAGE@
-PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
-PACKAGE_NAME = @PACKAGE_NAME@
-PACKAGE_STRING = @PACKAGE_STRING@
-PACKAGE_TARNAME = @PACKAGE_TARNAME@
-PACKAGE_URL = @PACKAGE_URL@
-PACKAGE_VERSION = @PACKAGE_VERSION@
-PATH_SEPARATOR = @PATH_SEPARATOR@
-PKG_CONFIG = @PKG_CONFIG@
-PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
-PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
-POAT_TESTSUITES = @POAT_TESTSUITES@
-POCL_DEVICE_ADDRESS_BITS = @POCL_DEVICE_ADDRESS_BITS@
-PTHREAD_CC = @PTHREAD_CC@
-PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
-PTHREAD_LIBS = @PTHREAD_LIBS@
-RANLIB = @RANLIB@
-SDL_CFLAGS = @SDL_CFLAGS@
-SDL_LIBS = @SDL_LIBS@
-SED = @SED@
-SET_MAKE = @SET_MAKE@
-SHELL = @SHELL@
-STRIP = @STRIP@
-TARGET = @TARGET@
-TARGET_CLANG_FLAGS = @TARGET_CLANG_FLAGS@
-TARGET_CPU = @TARGET_CPU@
-TARGET_LLC_FLAGS = @TARGET_LLC_FLAGS@
-TARGET_SIZEOF_DOUBLE = @TARGET_SIZEOF_DOUBLE@
-TARGET_SIZEOF_HALF = @TARGET_SIZEOF_HALF@
-TARGET_SIZEOF_LONG = @TARGET_SIZEOF_LONG@
-TARGET_SIZEOF_VOID_P = @TARGET_SIZEOF_VOID_P@
-TCECC = @TCECC@
-TCEMC_AVAILABLE = @TCEMC_AVAILABLE@
-TCE_AVAILABLE = @TCE_AVAILABLE@
-TCE_CONFIG = @TCE_CONFIG@
-TCE_DEVICE_EXTENSION_DEFINES = @TCE_DEVICE_EXTENSION_DEFINES@
-VERSION = @VERSION@
-abs_builddir = @abs_builddir@
-abs_srcdir = @abs_srcdir@
-abs_top_builddir = @abs_top_builddir@
-abs_top_srcdir = @abs_top_srcdir@
-ac_ct_AR = @ac_ct_AR@
-ac_ct_CC = @ac_ct_CC@
-ac_ct_CXX = @ac_ct_CXX@
-ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
-acx_pthread_config = @acx_pthread_config@
-am__include = @am__include@
-am__leading_dot = @am__leading_dot@
-am__quote = @am__quote@
-am__tar = @am__tar@
-am__untar = @am__untar@
-bindir = @bindir@
-build = @build@
-build_alias = @build_alias@
-build_cpu = @build_cpu@
-build_os = @build_os@
-build_vendor = @build_vendor@
-builddir = @builddir@
-datadir = @datadir@
-datarootdir = @datarootdir@
-docdir = @docdir@
-dvidir = @dvidir@
-exec_prefix = @exec_prefix@
-host = @host@
-host_alias = @host_alias@
-host_cpu = @host_cpu@
-host_os = @host_os@
-host_vendor = @host_vendor@
-htmldir = @htmldir@
-includedir = @includedir@
-infodir = @infodir@
-install_sh = @install_sh@
-libdir = @libdir@
-libexecdir = @libexecdir@
-localedir = @localedir@
-localstatedir = @localstatedir@
-mandir = @mandir@
-mkdir_p = @mkdir_p@
-oldincludedir = @oldincludedir@
-pdfdir = @pdfdir@
-prefix = @prefix@
-program_transform_name = @program_transform_name@
-psdir = @psdir@
-sbindir = @sbindir@
-sharedstatedir = @sharedstatedir@
-srcdir = @srcdir@
-sysconfdir = @sysconfdir@
-target = @target@
-target_alias = @target_alias@
-target_cpu = @target_cpu@
-target_os = @target_os@
-target_vendor = @target_vendor@
-top_build_prefix = @top_build_prefix@
-top_builddir = @top_builddir@
-top_srcdir = @top_srcdir@
-EXTRA_DIST = $(srcdir)/*.patch
- at TEST_SUITE_AMDSDK2_9_TRUE@testsuite_pocl_dir = ${abs_top_srcdir}/examples/AMDSDK2.9
- at TEST_SUITE_AMDSDK2_9_TRUE@testsuite_src_dir = ${testsuite_pocl_dir}/AMD-APP-SDK-v2.9-RC-lnx64
- at TEST_SUITE_AMDSDK2_9_TRUE@amd_app_dir = $(testsuite_src_dir)/samples/opencl/
-all: all-am
-
-.SUFFIXES:
-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
-	@for dep in $?; do \
-	  case '$(am__configure_deps)' in \
-	    *$$dep*) \
-	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
-	        && { if test -f $@; then exit 0; else break; fi; }; \
-	      exit 1;; \
-	  esac; \
-	done; \
-	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign examples/AMDSDK2.9/Makefile'; \
-	$(am__cd) $(top_srcdir) && \
-	  $(AUTOMAKE) --foreign examples/AMDSDK2.9/Makefile
-Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
-	@case '$?' in \
-	  *config.status*) \
-	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
-	  *) \
-	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
-	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
-	esac;
-
-$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
-	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-
-$(top_srcdir)/configure:  $(am__configure_deps)
-	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
-	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-$(am__aclocal_m4_deps):
-
-mostlyclean-libtool:
-	-rm -f *.lo
-
-clean-libtool:
-	-rm -rf .libs _libs
-tags TAGS:
-
-ctags CTAGS:
-
-cscope cscopelist:
-
-
-distdir: $(DISTFILES)
-	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
-	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
-	list='$(DISTFILES)'; \
-	  dist_files=`for file in $$list; do echo $$file; done | \
-	  sed -e "s|^$$srcdirstrip/||;t" \
-	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
-	case $$dist_files in \
-	  */*) $(MKDIR_P) `echo "$$dist_files" | \
-			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
-			   sort -u` ;; \
-	esac; \
-	for file in $$dist_files; do \
-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
-	  if test -d $$d/$$file; then \
-	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
-	    if test -d "$(distdir)/$$file"; then \
-	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
-	    fi; \
-	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
-	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
-	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
-	    fi; \
-	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
-	  else \
-	    test -f "$(distdir)/$$file" \
-	    || cp -p $$d/$$file "$(distdir)/$$file" \
-	    || exit 1; \
-	  fi; \
-	done
-check-am: all-am
-check: check-am
-all-am: Makefile
-installdirs:
-install: install-am
-install-exec: install-exec-am
-install-data: install-data-am
-uninstall: uninstall-am
-
-install-am: all-am
-	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
-
-installcheck: installcheck-am
-install-strip:
-	if test -z '$(STRIP)'; then \
-	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
-	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
-	      install; \
-	else \
-	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
-	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
-	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
-	fi
-mostlyclean-generic:
-
-clean-generic:
-
-distclean-generic:
-	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
-	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
-
-maintainer-clean-generic:
-	@echo "This command is intended for maintainers to use"
-	@echo "it deletes files that may require special tools to rebuild."
-clean: clean-am
-
-clean-am: clean-generic clean-libtool mostlyclean-am
-
-distclean: distclean-am
-	-rm -f Makefile
-distclean-am: clean-am distclean-generic
-
-dvi: dvi-am
-
-dvi-am:
-
-html: html-am
-
-html-am:
-
-info: info-am
-
-info-am:
-
-install-data-am:
-
-install-dvi: install-dvi-am
-
-install-dvi-am:
-
-install-exec-am:
-
-install-html: install-html-am
-
-install-html-am:
-
-install-info: install-info-am
-
-install-info-am:
-
-install-man:
-
-install-pdf: install-pdf-am
-
-install-pdf-am:
-
-install-ps: install-ps-am
-
-install-ps-am:
-
-installcheck-am:
-
-maintainer-clean: maintainer-clean-am
-	-rm -f Makefile
-maintainer-clean-am: distclean-am maintainer-clean-generic
-
-mostlyclean: mostlyclean-am
-
-mostlyclean-am: mostlyclean-generic mostlyclean-libtool
-
-pdf: pdf-am
-
-pdf-am:
-
-ps: ps-am
-
-ps-am:
-
-uninstall-am:
-
-.MAKE: install-am install-strip
-
-.PHONY: all all-am check check-am clean clean-generic clean-libtool \
-	cscopelist-am ctags-am distclean distclean-generic \
-	distclean-libtool distdir dvi dvi-am html html-am info info-am \
-	install install-am install-data install-data-am install-dvi \
-	install-dvi-am install-exec install-exec-am install-html \
-	install-html-am install-info install-info-am install-man \
-	install-pdf install-pdf-am install-ps install-ps-am \
-	install-strip installcheck installcheck-am installdirs \
-	maintainer-clean maintainer-clean-generic mostlyclean \
-	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
-	tags-am uninstall uninstall-am
-
-.PRECIOUS: Makefile
-
-
- at TEST_SUITE_AMDSDK2_9_TRUE@.PHONY: build prepare-examples
-
- at TEST_SUITE_AMDSDK2_9_TRUE@prepare-examples: $(testsuite_src_dir) build
-
- at TEST_SUITE_AMDSDK2_9_TRUE@$(testsuite_src_dir): AMD-APP-SDK-v2.9-RC-lnx64.tgz
- at TEST_SUITE_AMDSDK2_9_TRUE@	test -d $(testsuite_src_dir) || (cd $(testsuite_pocl_dir) && tar xzf AMD-APP-SDK-v2.9-RC-lnx64.tgz)
-
-# Some of the tests do not build with OpenGL 3.0. Just skip them by using make -k.
- at TEST_SUITE_AMDSDK2_9_TRUE@build: $(testsuite_src_dir) 
- at TEST_SUITE_AMDSDK2_9_TRUE@	-cd $(testsuite_pocl_dir) && \
- at TEST_SUITE_AMDSDK2_9_TRUE@	( patch -sNp1 < $(testsuite_pocl_dir)/AMDSDK2_9.patch || true ) && \
- at TEST_SUITE_AMDSDK2_9_TRUE@	cd $(testsuite_src_dir)/samples/ && \
- at TEST_SUITE_AMDSDK2_9_TRUE@	find . -name "CMakeLists.txt" -exec sed -i \
- at TEST_SUITE_AMDSDK2_9_TRUE@		-e 's/mark_as_advanced( OPENCL_LIBRARIES )/set(OPENCL_LIBRARIES "-lOpenCL")/g' \
- at TEST_SUITE_AMDSDK2_9_TRUE@		-e 's/mark_as_advanced(OPENCL_LIBRARIES)/set(OPENCL_LIBRARIES "-lOpenCL")/g' "{}" \; && \
- at TEST_SUITE_AMDSDK2_9_TRUE@	LDFLAGS="-pthread ${LDFLAGS}" cmake \
- at TEST_SUITE_AMDSDK2_9_TRUE@		-DBUILD_OPENCL=ON \
- at TEST_SUITE_AMDSDK2_9_TRUE@		-DBUILD_OPENCV=OFF \
- at TEST_SUITE_AMDSDK2_9_TRUE@		-DBUILD_BOLT=OFF .;\
- at TEST_SUITE_AMDSDK2_9_TRUE@	make -sk
-
- at TEST_SUITE_AMDSDK2_9_TRUE@test_AsyncDataTransfer:
- at TEST_SUITE_AMDSDK2_9_TRUE@	cd $(amd_app_dir) && \
- at TEST_SUITE_AMDSDK2_9_TRUE@	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors cpp_cl/AsyncDataTransfer/bin/x86_64/Release/AsyncDataTransfer -e 
-
- at TEST_SUITE_AMDSDK2_9_TRUE@test_AtomicCounters: 
- at TEST_SUITE_AMDSDK2_9_TRUE@	cd $(amd_app_dir) && \
- at TEST_SUITE_AMDSDK2_9_TRUE@	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors cl/AtomicCounters/bin/x86_64/Release/AtomicCounters -e 
-
- at TEST_SUITE_AMDSDK2_9_TRUE@test_BasicDebug: 
- at TEST_SUITE_AMDSDK2_9_TRUE@	cd $(amd_app_dir)cl/BasicDebug/bin/x86_64/Release && \
- at TEST_SUITE_AMDSDK2_9_TRUE@	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors ./BasicDebug -e
-
- at TEST_SUITE_AMDSDK2_9_TRUE@test_BinarySearch: 
- at TEST_SUITE_AMDSDK2_9_TRUE@	cd $(amd_app_dir) && \
- at TEST_SUITE_AMDSDK2_9_TRUE@	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors cl/BinarySearch/bin/x86_64/Release/BinarySearch -e
-
- at TEST_SUITE_AMDSDK2_9_TRUE@test_BinomialOption: 
- at TEST_SUITE_AMDSDK2_9_TRUE@	cd $(amd_app_dir) && \
- at TEST_SUITE_AMDSDK2_9_TRUE@	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors cl/BinomialOption/bin/x86_64/Release/BinomialOption -e
-
- at TEST_SUITE_AMDSDK2_9_TRUE@test_BinomialOptionMultiGPU: 
- at TEST_SUITE_AMDSDK2_9_TRUE@	cd $(amd_app_dir) && \
- at TEST_SUITE_AMDSDK2_9_TRUE@	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors cl/BinomialOptionMultiGPU/bin/x86_64/Release/BinomialOptionMultiGPU -e
-
- at TEST_SUITE_AMDSDK2_9_TRUE@test_BitonicSort: 
- at TEST_SUITE_AMDSDK2_9_TRUE@	cd $(amd_app_dir) && \
- at TEST_SUITE_AMDSDK2_9_TRUE@	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors cl/BitonicSort/bin/x86_64/Release/BitonicSort -e
-
- at TEST_SUITE_AMDSDK2_9_TRUE@test_BlackScholes: 
- at TEST_SUITE_AMDSDK2_9_TRUE@	cd $(amd_app_dir) && \
- at TEST_SUITE_AMDSDK2_9_TRUE@	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors cl/BlackScholes/bin/x86_64/Release/BlackScholes -e
-
- at TEST_SUITE_AMDSDK2_9_TRUE@test_BlackScholesDP: 
- at TEST_SUITE_AMDSDK2_9_TRUE@	cd $(amd_app_dir) && \
- at TEST_SUITE_AMDSDK2_9_TRUE@	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors cl/BlackScholesDP/bin/x86_64/Release/BlackScholesDP -e
-
- at TEST_SUITE_AMDSDK2_9_TRUE@test_BoxFilter: 
- at TEST_SUITE_AMDSDK2_9_TRUE@	cd $(amd_app_dir) && \
- at TEST_SUITE_AMDSDK2_9_TRUE@	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors cl/BoxFilter/bin/x86_64/Release/BoxFilter -e
-
- at TEST_SUITE_AMDSDK2_9_TRUE@test_BoxFilterGL: 
- at TEST_SUITE_AMDSDK2_9_TRUE@	cd $(amd_app_dir) && \
- at TEST_SUITE_AMDSDK2_9_TRUE@	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors cl/BoxFilterGL/bin/x86_64/Release/BoxFilterGL -e
-
- at TEST_SUITE_AMDSDK2_9_TRUE@test_BufferBandwidth: 
- at TEST_SUITE_AMDSDK2_9_TRUE@	cd $(amd_app_dir)cl/BufferBandwidth/bin/x86_64/Release && \
- at TEST_SUITE_AMDSDK2_9_TRUE@	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors ./BufferBandwidth -e
-
- at TEST_SUITE_AMDSDK2_9_TRUE@test_BufferImageInterop: 
- at TEST_SUITE_AMDSDK2_9_TRUE@	cd $(amd_app_dir) && \
- at TEST_SUITE_AMDSDK2_9_TRUE@	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors cl/BufferImageInterop/bin/x86_64/Release/BufferImageInterop -e
-
- at TEST_SUITE_AMDSDK2_9_TRUE@test_ConcurrentKernel:
- at TEST_SUITE_AMDSDK2_9_TRUE@	cd $(amd_app_dir)cpp_cl/ConcurrentKernel/bin/x86_64/Release && \
- at TEST_SUITE_AMDSDK2_9_TRUE@	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors ./ConcurrentKernel -e
-
- at TEST_SUITE_AMDSDK2_9_TRUE@test_ConstantBandwidth:
- at TEST_SUITE_AMDSDK2_9_TRUE@	cd $(amd_app_dir) && \
- at TEST_SUITE_AMDSDK2_9_TRUE@	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors benchmark/ConstantBandwidth/bin/x86_64/Release/ConstantBandwidth -e
-
- at TEST_SUITE_AMDSDK2_9_TRUE@test_CplusplusWrapper:
- at TEST_SUITE_AMDSDK2_9_TRUE@	cd $(amd_app_dir)cpp_cl/CplusplusWrapper/bin/x86_64/Release && \
- at TEST_SUITE_AMDSDK2_9_TRUE@	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors ./CplusplusWrapper -e
-
- at TEST_SUITE_AMDSDK2_9_TRUE@test_DCT: 
- at TEST_SUITE_AMDSDK2_9_TRUE@	cd $(amd_app_dir) && \
- at TEST_SUITE_AMDSDK2_9_TRUE@	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors cl/DCT/bin/x86_64/Release/DCT -e
-
- at TEST_SUITE_AMDSDK2_9_TRUE@test_DeviceFission: 
- at TEST_SUITE_AMDSDK2_9_TRUE@	cd $(amd_app_dir) && \
- at TEST_SUITE_AMDSDK2_9_TRUE@	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors cl/DeviceFission/bin/x86_64/Release/DeviceFission -e
-
- at TEST_SUITE_AMDSDK2_9_TRUE@test_DeviceFission11Ext: 
- at TEST_SUITE_AMDSDK2_9_TRUE@	cd $(amd_app_dir) && \
- at TEST_SUITE_AMDSDK2_9_TRUE@	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors cl/DeviceFission11Ext/bin/x86_64/Release/DeviceFission11Ext -e
-
- at TEST_SUITE_AMDSDK2_9_TRUE@test_DwtHaar1D: 
- at TEST_SUITE_AMDSDK2_9_TRUE@	cd $(amd_app_dir) && \
- at TEST_SUITE_AMDSDK2_9_TRUE@	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors cl/DwtHaar1D/bin/x86_64/Release/DwtHaar1D -e
-
- at TEST_SUITE_AMDSDK2_9_TRUE@test_DwtHaar1DCPPKernel: 
- at TEST_SUITE_AMDSDK2_9_TRUE@	cd $(amd_app_dir) && \
- at TEST_SUITE_AMDSDK2_9_TRUE@	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors cl/DwtHaar1DCPPKernel/bin/x86_64/Release/DwtHaar1DCPPKernel -e
-
- at TEST_SUITE_AMDSDK2_9_TRUE@test_Eigenvalue:
- at TEST_SUITE_AMDSDK2_9_TRUE@	cd $(amd_app_dir) && \
- at TEST_SUITE_AMDSDK2_9_TRUE@	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors cl/Eigenvalue/bin/x86_64/Release/Eigenvalue -e
-
- at TEST_SUITE_AMDSDK2_9_TRUE@test_FastWalshTransform: 
- at TEST_SUITE_AMDSDK2_9_TRUE@	cd $(amd_app_dir) && \
- at TEST_SUITE_AMDSDK2_9_TRUE@	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors cl/FastWalshTransform/bin/x86_64/Release/FastWalshTransform -e
-
- at TEST_SUITE_AMDSDK2_9_TRUE@test_FFT:
- at TEST_SUITE_AMDSDK2_9_TRUE@	cd $(amd_app_dir) && \
- at TEST_SUITE_AMDSDK2_9_TRUE@	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors cl/FFT/bin/x86_64/Release/FFT -e
-
- at TEST_SUITE_AMDSDK2_9_TRUE@test_FloydWarshall: 
- at TEST_SUITE_AMDSDK2_9_TRUE@	cd $(amd_app_dir) && \
- at TEST_SUITE_AMDSDK2_9_TRUE@	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors cl/FloydWarshall/bin/x86_64/Release/FloydWarshall -e
-
- at TEST_SUITE_AMDSDK2_9_TRUE@test_FluidSimulation2D: 
- at TEST_SUITE_AMDSDK2_9_TRUE@	cd $(amd_app_dir) && \
- at TEST_SUITE_AMDSDK2_9_TRUE@	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors cl/FluidSimulation/bin/x86_64/Release/FluidSimulation2D -e
-
- at TEST_SUITE_AMDSDK2_9_TRUE@test_GaussianNoise:
- at TEST_SUITE_AMDSDK2_9_TRUE@	cd $(amd_app_dir)/cpp_cl/GaussianNoise/bin/x86_64/Release && \
- at TEST_SUITE_AMDSDK2_9_TRUE@	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors ./GaussianNoise -e --platformId 0
-
- at TEST_SUITE_AMDSDK2_9_TRUE@test_GaussianNoiseGL:
- at TEST_SUITE_AMDSDK2_9_TRUE@	cd $(amd_app_dir) && \
- at TEST_SUITE_AMDSDK2_9_TRUE@	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors cl/GaussianNoiseGL/bin/x86_64/Release/GaussianNoiseGL -e
-
- at TEST_SUITE_AMDSDK2_9_TRUE@test_GlobalMemoryBandwidth:
- at TEST_SUITE_AMDSDK2_9_TRUE@	cd $(amd_app_dir) && \
- at TEST_SUITE_AMDSDK2_9_TRUE@	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors cl/GlobalMemoryBandwidth/bin/x86_64/Release/GlobalMemoryBandwidth -e
-
- at TEST_SUITE_AMDSDK2_9_TRUE@test_HDRToneMapping:
- at TEST_SUITE_AMDSDK2_9_TRUE@	cd $(amd_app_dir)/cpp_cl/HDRToneMapping/bin/x86_64/Release && \
- at TEST_SUITE_AMDSDK2_9_TRUE@	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors ./HDRToneMapping -e --platformId 0
-
- at TEST_SUITE_AMDSDK2_9_TRUE@test_HelloWorld: 
- at TEST_SUITE_AMDSDK2_9_TRUE@	cd $(amd_app_dir)/cl/HelloWorld/bin/x86_64/Release/ && \
- at TEST_SUITE_AMDSDK2_9_TRUE@	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors ./HelloWorld -e
-
- at TEST_SUITE_AMDSDK2_9_TRUE@test_Histogram: 
- at TEST_SUITE_AMDSDK2_9_TRUE@	cd $(amd_app_dir) && \
- at TEST_SUITE_AMDSDK2_9_TRUE@	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors cl/Histogram/bin/x86_64/Release/Histogram -e
-
- at TEST_SUITE_AMDSDK2_9_TRUE@test_HistogramAtomics:
- at TEST_SUITE_AMDSDK2_9_TRUE@	cd $(amd_app_dir) && \
- at TEST_SUITE_AMDSDK2_9_TRUE@	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors cpp_cl/HistogramAtomics/bin/x86_64/Release/HistogramAtomics -e
-
- at TEST_SUITE_AMDSDK2_9_TRUE@test_ImageBandwidth: 
- at TEST_SUITE_AMDSDK2_9_TRUE@	cd $(amd_app_dir)cl/ImageBandwidth/bin/x86_64/Release && \
- at TEST_SUITE_AMDSDK2_9_TRUE@	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors ./ImageBandwidth -e
-
- at TEST_SUITE_AMDSDK2_9_TRUE@test_ImageOverlap: 
- at TEST_SUITE_AMDSDK2_9_TRUE@	cd $(amd_app_dir) && \
- at TEST_SUITE_AMDSDK2_9_TRUE@	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors cl/ImageOverlap/bin/x86_64/Release/ImageOverlap -e
-
- at TEST_SUITE_AMDSDK2_9_TRUE@test_IntroStaticCPPKernel:
- at TEST_SUITE_AMDSDK2_9_TRUE@	cd $(amd_app_dir) && \
- at TEST_SUITE_AMDSDK2_9_TRUE@	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors cpp_cl/IntroStaticCPPKernel/bin/x86_64/Release/IntroStaticCPPKernel -e
-
- at TEST_SUITE_AMDSDK2_9_TRUE@test_KernelLaunch:
- at TEST_SUITE_AMDSDK2_9_TRUE@	cd $(amd_app_dir)cl/KernelLaunch/bin/x86_64/Release && \
- at TEST_SUITE_AMDSDK2_9_TRUE@	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors ./KernelLaunch -e
-
- at TEST_SUITE_AMDSDK2_9_TRUE@test_KmeansAutoclustering:
- at TEST_SUITE_AMDSDK2_9_TRUE@	cd $(amd_app_dir) && \
- at TEST_SUITE_AMDSDK2_9_TRUE@	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors cl/KmeansAutoclustering/bin/x86_64/Release/KmeansAutoclustering -e
-
- at TEST_SUITE_AMDSDK2_9_TRUE@test_LDSBandwidth:
- at TEST_SUITE_AMDSDK2_9_TRUE@	cd $(amd_app_dir) && \
- at TEST_SUITE_AMDSDK2_9_TRUE@	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors benchmark/LDSBandwidth/bin/x86_64/Release/LDSBandwidth -e
-
- at TEST_SUITE_AMDSDK2_9_TRUE@test_LUDecomposition: 
- at TEST_SUITE_AMDSDK2_9_TRUE@	cd $(amd_app_dir) && \
- at TEST_SUITE_AMDSDK2_9_TRUE@	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors cl/LUDecomposition/bin/x86_64/Release/LUDecomposition -e
-
- at TEST_SUITE_AMDSDK2_9_TRUE@test_Mandelbrot: 
- at TEST_SUITE_AMDSDK2_9_TRUE@	cd $(amd_app_dir) && \
- at TEST_SUITE_AMDSDK2_9_TRUE@	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors bin/x86_64/Mandelbrot -e
-
- at TEST_SUITE_AMDSDK2_9_TRUE@test_MatrixMulDouble: 
- at TEST_SUITE_AMDSDK2_9_TRUE@	cd $(amd_app_dir) && \
- at TEST_SUITE_AMDSDK2_9_TRUE@	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors cpp_cl/MatrixMulDouble/bin/x86_64/Release/MatrixMulDouble -e --platformId 0
-
- at TEST_SUITE_AMDSDK2_9_TRUE@test_MatrixMulImage: 
- at TEST_SUITE_AMDSDK2_9_TRUE@	cd $(amd_app_dir) && \
- at TEST_SUITE_AMDSDK2_9_TRUE@	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors cl/MatrixMulImage/bin/x86_64/Release/MatrixMulImage -e
-
- at TEST_SUITE_AMDSDK2_9_TRUE@test_MatrixMultiplication: 
- at TEST_SUITE_AMDSDK2_9_TRUE@	cd $(amd_app_dir) && \
- at TEST_SUITE_AMDSDK2_9_TRUE@	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors cl/MatrixMultiplication/bin/x86_64/Release/MatrixMultiplication -e
-
- at TEST_SUITE_AMDSDK2_9_TRUE@test_MatrixTranspose: 
- at TEST_SUITE_AMDSDK2_9_TRUE@	cd $(amd_app_dir) && \
- at TEST_SUITE_AMDSDK2_9_TRUE@	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors cl/MatrixTranspose/bin/x86_64/Release/MatrixTranspose -e
-
- at TEST_SUITE_AMDSDK2_9_TRUE@test_MemoryModel: 
- at TEST_SUITE_AMDSDK2_9_TRUE@	cd $(amd_app_dir)cl/MemoryModel/bin/x86_64/Release && \
- at TEST_SUITE_AMDSDK2_9_TRUE@	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors ./MemoryModel -e
-
- at TEST_SUITE_AMDSDK2_9_TRUE@test_MemoryOptimizations: 
- at TEST_SUITE_AMDSDK2_9_TRUE@	cd $(amd_app_dir) && \
- at TEST_SUITE_AMDSDK2_9_TRUE@	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors benchmark/MemoryOptimizations/bin/x86_64/Release/MemoryOptimizations -e
-
- at TEST_SUITE_AMDSDK2_9_TRUE@test_MersenneTwister: 
- at TEST_SUITE_AMDSDK2_9_TRUE@	cd $(amd_app_dir) && \
- at TEST_SUITE_AMDSDK2_9_TRUE@	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors cpp_cl/MerzenneTwister/bin/x86_64/Release/MersenneTwister -e
-
- at TEST_SUITE_AMDSDK2_9_TRUE@test_MonteCarloAsian: 
- at TEST_SUITE_AMDSDK2_9_TRUE@	cd $(amd_app_dir) && \
- at TEST_SUITE_AMDSDK2_9_TRUE@	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors cl/MonteCarloAsian/bin/x86_64/Release/MonteCarloAsian -e
-
- at TEST_SUITE_AMDSDK2_9_TRUE@test_MonteCarloAsianDP: 
- at TEST_SUITE_AMDSDK2_9_TRUE@	cd $(amd_app_dir) && \
- at TEST_SUITE_AMDSDK2_9_TRUE@	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors cl/MonteCarloAsianDP/bin/x86_64/Release/MonteCarloAsianDP -e
-
- at TEST_SUITE_AMDSDK2_9_TRUE@test_MonteCarloAsianMultiGPU: 
- at TEST_SUITE_AMDSDK2_9_TRUE@	cd $(amd_app_dir) && \
- at TEST_SUITE_AMDSDK2_9_TRUE@	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors cl/MonteCarloAsianMultiGPU/bin/x86_64/Release/MonteCarloAsianMultiGPU -e
-
- at TEST_SUITE_AMDSDK2_9_TRUE@test_NBody: 
- at TEST_SUITE_AMDSDK2_9_TRUE@	cd $(amd_app_dir) && \
- at TEST_SUITE_AMDSDK2_9_TRUE@	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors cl/NBody/bin/x86_64/Release/NBody -e
-
- at TEST_SUITE_AMDSDK2_9_TRUE@test_PrefixSum: 
- at TEST_SUITE_AMDSDK2_9_TRUE@	cd $(amd_app_dir) && \
- at TEST_SUITE_AMDSDK2_9_TRUE@	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors cl/PrefixSum/bin/x86_64/Release/PrefixSum -e
-
- at TEST_SUITE_AMDSDK2_9_TRUE@test_QuasiRandomSequence: 
- at TEST_SUITE_AMDSDK2_9_TRUE@	cd $(amd_app_dir) && \
- at TEST_SUITE_AMDSDK2_9_TRUE@	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors cl/QuasiRandomSequence/bin/x86_64/Release/QuasiRandomSequence -e
-
- at TEST_SUITE_AMDSDK2_9_TRUE@test_RadixSort: 
- at TEST_SUITE_AMDSDK2_9_TRUE@	cd $(amd_app_dir) && \
- at TEST_SUITE_AMDSDK2_9_TRUE@	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors cl/RadixSort/bin/x86_64/Release/RadixSort -e
-
- at TEST_SUITE_AMDSDK2_9_TRUE@test_RecursiveGaussian: 
- at TEST_SUITE_AMDSDK2_9_TRUE@	cd $(amd_app_dir) && \
- at TEST_SUITE_AMDSDK2_9_TRUE@	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors cl/RecursiveGaussian/bin/x86_64/Release/RecursiveGaussian -e
-
- at TEST_SUITE_AMDSDK2_9_TRUE@test_Reduction: 
- at TEST_SUITE_AMDSDK2_9_TRUE@	cd $(amd_app_dir) && \
- at TEST_SUITE_AMDSDK2_9_TRUE@	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors cl/Reduction/bin/x86_64/Release/Reduction -e
-
- at TEST_SUITE_AMDSDK2_9_TRUE@test_ScanLargeArrays: 
- at TEST_SUITE_AMDSDK2_9_TRUE@	cd $(amd_app_dir) && \
- at TEST_SUITE_AMDSDK2_9_TRUE@	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors cl/ScanLargeArrays/bin/x86_64/Release/ScanLargeArrays -e
-
- at TEST_SUITE_AMDSDK2_9_TRUE@test_SimpleConvolution: 
- at TEST_SUITE_AMDSDK2_9_TRUE@	cd $(amd_app_dir) && \
- at TEST_SUITE_AMDSDK2_9_TRUE@	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors cl/SimpleConvolution/bin/x86_64/Release/SimpleConvolution -e
-
- at TEST_SUITE_AMDSDK2_9_TRUE@test_SimpleGL: 
- at TEST_SUITE_AMDSDK2_9_TRUE@	cd $(amd_app_dir) && \
- at TEST_SUITE_AMDSDK2_9_TRUE@	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors cl/SimpleGL/bin/x86_64/Release/SimpleGL -e
-
- at TEST_SUITE_AMDSDK2_9_TRUE@test_SimpleImage: 
- at TEST_SUITE_AMDSDK2_9_TRUE@	cd $(amd_app_dir) && \
- at TEST_SUITE_AMDSDK2_9_TRUE@	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors cl/SimpleImage/bin/x86_64/Release/SimpleImage -e
-
- at TEST_SUITE_AMDSDK2_9_TRUE@test_SoAversusAoS:
- at TEST_SUITE_AMDSDK2_9_TRUE@	cd $(amd_app_dir) && \
- at TEST_SUITE_AMDSDK2_9_TRUE@	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors cpp_cl/SoAversusAoS/bin/x86_64/Release/SoAversusAoS -e
-
- at TEST_SUITE_AMDSDK2_9_TRUE@test_SobelFilter: 
- at TEST_SUITE_AMDSDK2_9_TRUE@	cd $(amd_app_dir) && \
- at TEST_SUITE_AMDSDK2_9_TRUE@	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors cl/SobelFilter/bin/x86_64/Release/SobelFilter -e
-
- at TEST_SUITE_AMDSDK2_9_TRUE@test_SobelFilterImage: 
- at TEST_SUITE_AMDSDK2_9_TRUE@	cd $(amd_app_dir) && \
- at TEST_SUITE_AMDSDK2_9_TRUE@	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors cpp_cl/SobelFilterImage/bin/x86_64/Release/SobelFilterImage -e
-
- at TEST_SUITE_AMDSDK2_9_TRUE@test_StringSearch:
- at TEST_SUITE_AMDSDK2_9_TRUE@	cd $(amd_app_dir)cl/StringSearch/bin/x86_64/Release/ && \
- at TEST_SUITE_AMDSDK2_9_TRUE@	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors ./StringSearch -e
-
- at TEST_SUITE_AMDSDK2_9_TRUE@test_Template: 
- at TEST_SUITE_AMDSDK2_9_TRUE@	cd $(amd_app_dir)cl/Template/bin/x86_64/Release/ && \
- at TEST_SUITE_AMDSDK2_9_TRUE@	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors ./Template -e
-
- at TEST_SUITE_AMDSDK2_9_TRUE@test_TransferOverlap: 
- at TEST_SUITE_AMDSDK2_9_TRUE@	cd $(amd_app_dir) && \
- at TEST_SUITE_AMDSDK2_9_TRUE@	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors cl/TransferOverlap/bin/x86_64/Release/TransferOverlap -e
-
- at TEST_SUITE_AMDSDK2_9_TRUE@test_TransferOverlapCPP: 
- at TEST_SUITE_AMDSDK2_9_TRUE@	cd $(amd_app_dir) && \
- at TEST_SUITE_AMDSDK2_9_TRUE@	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors cl/TransferOverlapCPP/bin/x86_64/Release/TransferOverlapCPP -e
-
- at TEST_SUITE_AMDSDK2_9_TRUE@test_UnsharpMask:
- at TEST_SUITE_AMDSDK2_9_TRUE@	cd $(amd_app_dir) && \
- at TEST_SUITE_AMDSDK2_9_TRUE@	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors cpp_cl/UnsharpMask/bin/x86_64/Release/UnsharpMask -e
-
- at TEST_SUITE_AMDSDK2_9_TRUE@test_URNG: 
- at TEST_SUITE_AMDSDK2_9_TRUE@	cd $(amd_app_dir) && \
- at TEST_SUITE_AMDSDK2_9_TRUE@	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors cl/URNG/bin/x86_64/Release/URNG -e
-
- at TEST_SUITE_AMDSDK2_9_TRUE@test_URNGNoiseGL: 
- at TEST_SUITE_AMDSDK2_9_TRUE@	cd $(amd_app_dir) && \
- at TEST_SUITE_AMDSDK2_9_TRUE@	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors cl/URNGNoiseGL/bin/x86_64/Release/URNGNoiseGL -e
-
- at TEST_SUITE_AMDSDK2_9_TRUE@clean-examples:
- at TEST_SUITE_AMDSDK2_9_TRUE@	rm -fr $(testsuite_src_dir) Install-AMD-APP.sh default-install_lnx_64.pl ReadMe.txt
-
-# Tell versions [3.59,3.63) of GNU make to not export all variables.
-# Otherwise a system limit (for SysV at least) may be exceeded.
-.NOEXPORT:
diff --git a/examples/AMDSDK3.0/CMakeLists.txt b/examples/AMDSDK3.0/CMakeLists.txt
index 1bb0bd2..d604967 100644
--- a/examples/AMDSDK3.0/CMakeLists.txt
+++ b/examples/AMDSDK3.0/CMakeLists.txt
@@ -143,10 +143,23 @@ if(CMAKE_HOST_SYSTEM_NAME STREQUAL "Linux" AND X86_64)
       PROPERTIES
         LABELS "hsa")
 
+    # XFAILs as of 2016-05-17:
+    # AMD_30_BuiltInScan: undefined symbol: work_group_scan_inclusive_add
+    # AMD_30_DeviceFission: Invalid device.
+    # AMD_30_GaussianNoise, AMD_30_HDRToneMapping: Invalid platform.
+    # AMD_30_ImageBinarization: work_group_barrier missing
+    # AMD_30_HDRToneMapping: no output
+    # AMD_30_UnsharpMask: clCreateContextFromType failed
+    set_tests_properties(AMD_30_BuiltInScan AMD_30_DeviceFission
+      AMD_30_GaussianNoise AMD_30_HDRToneMapping
+      AMD_30_ImageBinarization AMD_30_KernelLaunch
+      AMD_30_UnsharpMask
+      PROPERTIES  WILL_FAIL 1)
+
   else()
-    message(WARNING "Disabling testsuite ${TS_NAME} - tarball not found")
+    message(STATUS "Disabling testsuite ${TS_NAME} - tarball not found")
   endif()
 
 else()
-  message(warning "AMD APP SDK testsuite is only enabled for x86_64 Linux systems currently")
+  message(STATUS "AMD APP SDK testsuite is only enabled for x86_64 Linux systems currently")
 endif()
diff --git a/examples/AMDSDK3.0/Makefile.am b/examples/AMDSDK3.0/Makefile.am
deleted file mode 100644
index 0a01381..0000000
--- a/examples/AMDSDK3.0/Makefile.am
+++ /dev/null
@@ -1,417 +0,0 @@
-# Process this file with automake to produce Makefile.in (in this,
-# and all subdirectories).
-# Makefile.am for pocl/examples/AMD.
-#
-# Copyright (c) 2012 Pekka Jääskeläinen / Tampere University of Technology
-# Copyright (c) 2012 Vincent Danjean <Vincent.Danjean at ens-lyon.org>
-#
-# Permission is hereby granted, free of charge, to any person obtaining a copy
-# of this software and associated documentation files (the "Software"), to deal
-# in the Software without restriction, including without limitation the rights
-# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-# copies of the Software, and to permit persons to whom the Software is
-# furnished to do so, subject to the following conditions:
-#
-# The above copyright notice and this permission notice shall be included in
-# all copies or substantial portions of the Software.
-#
-# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-# THE SOFTWARE.
-
-EXTRA_DIST = $(srcdir)/*.patch
-
-if TEST_SUITE_AMDSDK3_0
-testsuite_pocl_dir=${abs_top_srcdir}/examples/AMDSDK3.0
-testsuite_src_dir=${testsuite_pocl_dir}/AMD-APP-SDK-3.0
-ocl_sample_dir=${testsuite_pocl_dir}/AMD-APP-SDK-3.0/samples/opencl
-tar_bz=AMD-APP-SDKInstaller-v3.0.130.135-GA-linux64.tar.bz2
-tar_sh=AMD-APP-SDK-v3.0.130.135-GA-linux64.sh
-build_type=RelWithDebInfo
-
-.PHONY: build prepare-examples
-
-prepare-examples: $(testsuite_src_dir) build
-
-$(tar_sh): $(tar_bz)
-	test -f $(tar_sh) || (cd $(testsuite_pocl_dir) && tar xjf $(tar_bz) )
-
-$(testsuite_src_dir): $(tar_sh)
-	test -d $(testsuite_src_dir) || (cd $(testsuite_pocl_dir) && ./$(tar_sh) --noexec --keep --target AMD-APP-SDK-3.0 && \
-	( patch -sNp1 < $(testsuite_pocl_dir)/amdsdk3_0.patch || true ) && \
-	find $(testsuite_src_dir)/samples -name "CMakeLists.txt" -exec sed -i \
-		-e 's/mark_as_advanced( OPENCL_LIBRARIES )/set(OPENCL_LIBRARIES "-lOpenCL")/g' \
-		-e 's/mark_as_advanced(OPENCL_LIBRARIES)/set(OPENCL_LIBRARIES "-lOpenCL")/g' "{}" \;)
-
-# Some of the tests do not build with OpenGL 3.0. Just skip them by using make -k.
-build: $(testsuite_src_dir)
-	cd $(testsuite_src_dir)/samples && \
-	LDFLAGS="-pthread ${LDFLAGS}" cmake -DCMAKE_BUILD_TYPE=$(build_type) -DBUILD_OPENCL=ON -DBUILD_OPENCV=OFF \
-	-DBUILD_BOLT=OFF . && cmake --build . -- -k -j`getconf _NPROCESSORS_ONLN`
-
-test_AsyncDataTransfer:
-	cd $(ocl_sample_dir)/cpp_cl/1.x/AsyncDataTransfer/bin/x86_64/$(build_type)/ && \
-	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors ./AsyncDataTransfer -e
-
-test_AtomicCounters:
-	cd $(ocl_sample_dir)/cl/1.x/AtomicCounters/bin/x86_64/$(build_type)/ && \
-	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors ./AtomicCounters -e
-
-test_BasicDebug:
-	cd $(ocl_sample_dir)/cl/1.x/BasicDebug/bin/x86_64/$(build_type)/ && \
-	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors ./BasicDebug -e
-
-test_BinomialOption:
-	cd $(ocl_sample_dir)/cl/1.x/BinomialOption/bin/x86_64/$(build_type)/ && \
-	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors ./BinomialOption -e
-
-test_BinomialOptionMultiGPU:
-	cd $(ocl_sample_dir)/cl/1.x/BinomialOptionMultiGPU/bin/x86_64/$(build_type)/ && \
-	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors ./BinomialOptionMultiGPU -e
-
-test_BitonicSort:
-	cd $(ocl_sample_dir)/cl/1.x/BitonicSort/bin/x86_64/$(build_type)/ && \
-	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors ./BitonicSort -e
-
-test_BlackScholes:
-	cd $(ocl_sample_dir)/cl/1.x/BlackScholes/bin/x86_64/$(build_type)/ && \
-	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors ./BlackScholes -e
-
-test_BlackScholesDP:
-	cd $(ocl_sample_dir)/cl/1.x/BlackScholesDP/bin/x86_64/$(build_type)/ && \
-	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors ./BlackScholesDP -e
-
-test_BoxFilter:
-	cd $(ocl_sample_dir)/cl/1.x/BoxFilter/bin/x86_64/$(build_type)/ && \
-	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors ./BoxFilter -e
-
-test_BoxFilterGL:
-	cd $(ocl_sample_dir)/cl/1.x/BoxFilterGL/bin/x86_64/$(build_type)/ && \
-	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors ./BoxFilterGL -e
-
-test_BufferBandwidth:
-	cd $(ocl_sample_dir)/benchmark/BufferBandwidth/bin/x86_64/$(build_type)/ && \
-	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors ./BufferBandwidth -e
-
-test_ConcurrentKernel:
-	cd $(ocl_sample_dir)/cpp_cl/1.x/ConcurrentKernel/bin/x86_64/$(build_type)/ && \
-	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors ./ConcurrentKernel -e
-
-test_ConstantBandwidth:
-	cd $(ocl_sample_dir)/benchmark/ConstantBandwidth/bin/x86_64/$(build_type)/ && \
-	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors ./ConstantBandwidth -e
-
-test_CplusplusWrapper:
-	cd $(ocl_sample_dir)/cpp_cl/1.x/CplusplusWrapper/bin/x86_64/$(build_type)/ && \
-	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors ./CplusplusWrapper -e
-
-test_DCT:
-	cd $(ocl_sample_dir)/cl/1.x/DCT/bin/x86_64/$(build_type)/ && \
-	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors ./DCT -e
-
-test_DeviceFission:
-	cd $(ocl_sample_dir)/cl/1.x/DeviceFission/bin/x86_64/$(build_type)/ && \
-	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors ./DeviceFission -e
-
-test_DeviceFission11Ext:
-	cd $(ocl_sample_dir)/cl/1.x/DeviceFission11Ext/bin/x86_64/$(build_type)/ && \
-	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors ./DeviceFission11Ext -e
-
-test_DwtHaar1D:
-	cd $(ocl_sample_dir)/cl/1.x/DwtHaar1D/bin/x86_64/$(build_type)/ && \
-	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors ./DwtHaar1D -e
-
-test_DwtHaar1DCPPKernel:
-	cd $(ocl_sample_dir)/cpp_cl/1.x/DwtHaar1DCPPKernel/bin/x86_64/$(build_type)/ && \
-	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors ./DwtHaar1DCPPKernel -e
-
-test_Eigenvalue:
-	cd $(ocl_sample_dir)/cpp_cl/1.x/Eigenvalue/bin/x86_64/$(build_type)/ && \
-	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors ./Eigenvalue -e
-
-test_FastWalshTransform:
-	cd $(ocl_sample_dir)/cl/1.x/FastWalshTransform/bin/x86_64/$(build_type)/ && \
-	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors ./FastWalshTransform -e
-
-test_FFT:
-	cd $(ocl_sample_dir)/cpp_cl/1.x/FFT/bin/x86_64/$(build_type)/ && \
-	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors ./FFT -e
-
-test_FloydWarshall:
-	cd $(ocl_sample_dir)/cl/1.x/FloydWarshall/bin/x86_64/$(build_type)/ && \
-	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors ./FloydWarshall -e
-
-test_FluidSimulation2D:
-	cd $(ocl_sample_dir)/cl/1.x/FluidSimulation/bin/x86_64/$(build_type)/ && \
-	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors ./FluidSimulation2D -e
-
-test_GaussianNoise:
-	cd $(ocl_sample_dir)/cpp_cl/1.x/GaussianNoise/bin/x86_64/$(build_type)/ && \
-	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors ./GaussianNoise -e --platformId 0
-
-test_GaussianNoiseGL:
-	cd $(ocl_sample_dir)/cl/1.x/GaussianNoiseGL/bin/x86_64/$(build_type)/ && \
-	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors ./GaussianNoiseGL -e
-
-test_GlobalMemoryBandwidth:
-	cd $(ocl_sample_dir)/benchmark/GlobalMemoryBandwidth/bin/x86_64/$(build_type)/ && \
-	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors ./GlobalMemoryBandwidth -e
-
-test_HDRToneMapping:
-	cd $(ocl_sample_dir)/cpp_cl/1.x/HDRToneMapping/bin/x86_64/$(build_type)/ && \
-	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors ./HDRToneMapping -e --platformId 0
-
-test_HelloWorld:
-	cd $(ocl_sample_dir)/cl/1.x/HelloWorld/bin/x86_64/$(build_type)/ && \
-	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors ./HelloWorld -e
-
-test_Histogram:
-	cd $(ocl_sample_dir)/cl/1.x/Histogram/bin/x86_64/$(build_type)/ && \
-	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors ./Histogram -e
-
-test_HistogramAtomics:
-	cd $(ocl_sample_dir)/cl/1.x/HistogramAtomics/bin/x86_64/$(build_type)/ && \
-	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors ./HistogramAtomics -e
-
-test_ImageBandwidth:
-	cd $(ocl_sample_dir)/cl/1.x/ImageBandwidth/bin/x86_64/$(build_type)/ && \
-	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors ./ImageBandwidth -e
-
-test_ImageOverlap:
-	cd $(ocl_sample_dir)/cl/1.x/ImageOverlap/bin/x86_64/$(build_type)/ && \
-	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors ./ImageOverlap -e
-
-test_IntroStaticCPPKernel:
-	cd $(ocl_sample_dir)/cpp_cl/1.x/IntroStaticCPPKernel/bin/x86_64/$(build_type)/ && \
-	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors ./IntroStaticCPPKernel -e
-
-test_KernelLaunch:
-	cd $(ocl_sample_dir)/cl/1.x/KernelLaunch/bin/x86_64/$(build_type)/ && \
-	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors ./KernelLaunch -e
-
-test_KmeansAutoclustering:
-	cd $(ocl_sample_dir)/cl/1.x/KmeansAutoclustering/bin/x86_64/$(build_type)/ && \
-	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors ./KmeansAutoclustering -e
-
-test_LDSBandwidth:
-	cd $(ocl_sample_dir)/benchmark/LDSBandwidth/bin/x86_64/$(build_type)/ && \
-	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors ./LDSBandwidth -e
-
-test_LUDecomposition:
-	cd $(ocl_sample_dir)/cl/1.x/LUDecomposition/bin/x86_64/$(build_type)/ && \
-	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors ./LUDecomposition -e
-
-test_Mandelbrot:
-	cd $(ocl_sample_dir)/cl/1.x/Mandelbrot/bin/x86_64/$(build_type)/ && \
-	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors ./Mandelbrot -e
-
-test_MatrixMulDouble:
-	cd $(ocl_sample_dir)/cpp_cl/1.x/MatrixMulDouble/bin/x86_64/$(build_type)/ && \
-	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors ./MatrixMulDouble -e --platformId 0
-
-test_MatrixMulImage:
-	cd $(ocl_sample_dir)/cl/1.x/MatrixMulImage/bin/x86_64/$(build_type)/ && \
-	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors ./MatrixMulImage -e
-
-test_MatrixMultiplication:
-	cd $(ocl_sample_dir)/cl/1.x/MatrixMultiplication/bin/x86_64/$(build_type)/ && \
-	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors ./MatrixMultiplication -e
-
-test_MatrixTranspose:
-	cd $(ocl_sample_dir)/cl/1.x/MatrixTranspose/bin/x86_64/$(build_type)/ && \
-	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors ./MatrixTranspose -e
-
-test_MemoryModel:
-	cd $(ocl_sample_dir)/cl/1.x/MemoryModel/bin/x86_64/$(build_type)/ && \
-	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors ./MemoryModel -e
-
-test_MemoryOptimizations:
-	cd $(ocl_sample_dir)/benchmark/MemoryOptimizations/bin/x86_64/$(build_type)/ && \
-	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors ./MemoryOptimizations -e
-
-test_MersenneTwister:
-	cd $(ocl_sample_dir)/cpp_cl/1.x/MerzenneTwister/bin/x86_64/$(build_type)/ && \
-	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors ./MersenneTwister -e
-
-test_MonteCarloAsian:
-	cd $(ocl_sample_dir)/cl/1.x/MonteCarloAsian/bin/x86_64/$(build_type)/ && \
-	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors ./MonteCarloAsian -e
-
-test_MonteCarloAsianDP:
-	cd $(ocl_sample_dir)/cl/1.x/MonteCarloAsianDP/bin/x86_64/$(build_type)/ && \
-	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors ./MonteCarloAsianDP -e
-
-test_MonteCarloAsianMultiGPU:
-	cd $(ocl_sample_dir)/cl/1.x/MonteCarloAsianMultiGPU/bin/x86_64/$(build_type)/ && \
-	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors ./MonteCarloAsianMultiGPU -e
-
-test_NBody:
-	cd $(ocl_sample_dir)/cl/1.x/NBody/bin/x86_64/$(build_type)/ && \
-	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors ./NBody -e
-
-test_PrefixSum:
-	cd $(ocl_sample_dir)/cl/1.x/PrefixSum/bin/x86_64/$(build_type)/ && \
-	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors ./PrefixSum -e
-
-test_QuasiRandomSequence:
-	cd $(ocl_sample_dir)/cl/1.x/QuasiRandomSequence/bin/x86_64/$(build_type)/ && \
-	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors ./QuasiRandomSequence -e
-
-test_RadixSort:
-	cd $(ocl_sample_dir)/cl/1.x/RadixSort/bin/x86_64/$(build_type)/ && \
-	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors ./RadixSort -e
-
-test_RecursiveGaussian:
-	cd $(ocl_sample_dir)/cl/1.x/RecursiveGaussian/bin/x86_64/$(build_type)/ && \
-	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors ./RecursiveGaussian -e
-
-test_Reduction:
-	cd $(ocl_sample_dir)/cl/1.x/Reduction/bin/x86_64/$(build_type)/ && \
-	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors ./Reduction -e
-
-test_ScanLargeArrays:
-	cd $(ocl_sample_dir)/cl/1.x/ScanLargeArrays/bin/x86_64/$(build_type)/ && \
-	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors ./ScanLargeArrays -e
-
-test_SimpleConvolution:
-	cd $(ocl_sample_dir)/cl/1.x/SimpleConvolution/bin/x86_64/$(build_type)/ && \
-	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors ./SimpleConvolution -e
-
-test_SimpleGL:
-	cd $(ocl_sample_dir)/cl/1.x/SimpleGL/bin/x86_64/$(build_type)/ && \
-	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors ./SimpleGL -e
-
-test_SimpleImage:
-	cd $(ocl_sample_dir)/cl/1.x/SimpleImage/bin/x86_64/$(build_type)/ && \
-	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors ./SimpleImage -e
-
-test_SimpleSPIR:
-	cd $(ocl_sample_dir)/cl/1.x/SimpleSPIR/bin/x86_64/$(build_type)/ && \
-	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors ./SimpleSPIR -e
-
-test_SoAversusAoS:
-	cd $(ocl_sample_dir)/cpp_cl/1.x/SoAversusAoS/bin/x86_64/$(build_type)/ && \
-	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors ./SoAversusAoS -e
-
-test_SobelFilter:
-	cd $(ocl_sample_dir)/cl/1.x/SobelFilter/bin/x86_64/$(build_type)/ && \
-	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors ./SobelFilter -e
-
-test_SobelFilterImage:
-	cd $(ocl_sample_dir)/cpp_cl/1.x/SobelFilterImage/bin/x86_64/$(build_type)/ && \
-	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors ./SobelFilterImage -e
-
-test_StringSearch:
-	cd $(ocl_sample_dir)/cl/1.x/StringSearch/bin/x86_64/$(build_type)/ && \
-	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors ./StringSearch -e
-
-test_Template:
-	cd $(ocl_sample_dir)/cl/1.x/Template/bin/x86_64/$(build_type)/ && \
-	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors ./Template -e
-
-test_TransferOverlap:
-	cd $(ocl_sample_dir)/cl/1.x/TransferOverlap/bin/x86_64/$(build_type)/ && \
-	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors ./TransferOverlap -e
-
-test_TransferOverlapCPP:
-	cd $(ocl_sample_dir)/cpp_cl/1.x/TransferOverlapCPP/bin/x86_64/$(build_type)/ && \
-	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors ./TransferOverlapCPP -e
-
-test_UnsharpMask:
-	cd $(ocl_sample_dir)/cpp_cl/1.x/UnsharpMask/bin/x86_64/$(build_type)/ && \
-	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors ./UnsharpMask -e
-
-test_URNG:
-	cd $(ocl_sample_dir)/cl/1.x/URNG/bin/x86_64/$(build_type)/ && \
-	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors ./URNG -e
-
-test_URNGNoiseGL:
-	cd $(ocl_sample_dir)/cpp_cl/1.x/URNGNoiseGL/bin/x86_64/$(build_type)/ && \
-	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors ./URNGNoiseGL -e
-
-clean-examples:
-	rm -fr $(testsuite_src_dir) Install-AMD-APP.sh default-install_lnx_64.pl ReadMe.txt
-
-# 2.0 samples
-
-test_BinarySearchDeviceSideEnqueue:
-	cd $(ocl_sample_dir)/cl/2.0/BinarySearchDeviceSideEnqueue/bin/x86_64/$(build_type)/ && \
-	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors ./BinarySearchDeviceSideEnqueue -e
-
-test_BufferImageInterop:
-	cd $(ocl_sample_dir)/cl/2.0/BufferImageInterop/bin/x86_64/$(build_type)/ && \
-	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors ./BufferImageInterop -e
-
-test_BuiltInScan:
-	cd $(ocl_sample_dir)/cl/2.0/BuiltInScan/bin/x86_64/$(build_type)/ && \
-	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors ./BuiltInScan -e
-
-test_CalcPie:
-	cd $(ocl_sample_dir)/cl/2.0/CalcPie/bin/x86_64/$(build_type)/ && \
-	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors ./CalcPie -e
-
-test_DeviceEnqueueBFS:
-	cd $(ocl_sample_dir)/cl/2.0/DeviceEnqueueBFS/bin/x86_64/$(build_type)/ && \
-	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors ./DeviceEnqueueBFS -e
-
-test_ExtractPrimes:
-	cd $(ocl_sample_dir)/cl/2.0/ExtractPrimes/bin/x86_64/$(build_type)/ && \
-	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors ./ExtractPrimes -e
-
-test_FineGrainSVM:
-	cd $(ocl_sample_dir)/cl/2.0/FineGrainSVM/bin/x86_64/$(build_type)/ && \
-	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors ./FineGrainSVM -e
-
-test_FineGrainSVMCAS:
-	cd $(ocl_sample_dir)/cl/2.0/FineGrainSVMCAS/bin/x86_64/$(build_type)/ && \
-	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors ./FineGrainSVMCAS -e
-
-test_HeatPDE:
-	cd $(ocl_sample_dir)/cl/2.0/HeatPDE/bin/x86_64/$(build_type)/ && \
-	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors ./HeatPDE -e
-
-test_ImageBinarization:
-	cd $(ocl_sample_dir)/cl/2.0/ImageBinarization/bin/x86_64/$(build_type)/ && \
-	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors ./ImageBinarization -e
-
-test_PipeProducerConsumerKernels:
-	cd $(ocl_sample_dir)/cl/2.0/PipeProducerConsumerKernels/bin/x86_64/$(build_type)/ && \
-	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors ./PipeProducerConsumerKernels -e
-
-test_RangeMinimumQuery:
-	cd $(ocl_sample_dir)/cl/2.0/RangeMinimumQuery/bin/x86_64/$(build_type)/ && \
-	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors ./RangeMinimumQuery -e
-
-test_RecursiveGaussian_ProgramScope:
-	cd $(ocl_sample_dir)/cl/2.0/RecursiveGaussian_ProgramScope/bin/x86_64/$(build_type)/ && \
-	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors ./RecursiveGaussian_ProgramScope -e
-
-test_RegionGrowingSegmentation:
-	cd $(ocl_sample_dir)/cl/2.0/RegionGrowingSegmentation/bin/x86_64/$(build_type)/ && \
-	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors ./RegionGrowingSegmentation -e
-
-test_SimpleDepthImage:
-	cd $(ocl_sample_dir)/cl/2.0/SimpleDepthImage/bin/x86_64/$(build_type)/ && \
-	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors ./SimpleDepthImage -e
-
-test_SimpleGenericAddressSpace:
-	cd $(ocl_sample_dir)/cl/2.0/SimpleGenericAddressSpace/bin/x86_64/$(build_type)/ && \
-	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors ./SimpleGenericAddressSpace -e
-
-test_SimplePipe:
-	cd $(ocl_sample_dir)/cl/2.0/SimplePipe/bin/x86_64/$(build_type)/ && \
-	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors ./SimplePipe -e
-
-test_SVMAtomicsBinaryTreeInsert:
-	cd $(ocl_sample_dir)/cl/2.0/SVMAtomicsBinaryTreeInsert/bin/x86_64/$(build_type)/ && \
-	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors ./SVMAtomicsBinaryTreeInsert -e
-
-test_SVMBinaryTreeSearch:
-	cd $(ocl_sample_dir)/cl/2.0/SVMBinaryTreeSearch/bin/x86_64/$(build_type)/ && \
-	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors ./SVMBinaryTreeSearch -e
-
-endif
diff --git a/examples/AMDSDK3.0/Makefile.in b/examples/AMDSDK3.0/Makefile.in
deleted file mode 100644
index e732cf8..0000000
--- a/examples/AMDSDK3.0/Makefile.in
+++ /dev/null
@@ -1,939 +0,0 @@
-# Makefile.in generated by automake 1.15 from Makefile.am.
-# @configure_input@
-
-# Copyright (C) 1994-2014 Free Software Foundation, Inc.
-
-# This Makefile.in is free software; the Free Software Foundation
-# gives unlimited permission to copy and/or distribute it,
-# with or without modifications, as long as this notice is preserved.
-
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
-# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
-# PARTICULAR PURPOSE.
-
- at SET_MAKE@
-
-# Process this file with automake to produce Makefile.in (in this,
-# and all subdirectories).
-# Makefile.am for pocl/examples/AMD.
-#
-# Copyright (c) 2012 Pekka Jääskeläinen / Tampere University of Technology
-# Copyright (c) 2012 Vincent Danjean <Vincent.Danjean at ens-lyon.org>
-#
-# Permission is hereby granted, free of charge, to any person obtaining a copy
-# of this software and associated documentation files (the "Software"), to deal
-# in the Software without restriction, including without limitation the rights
-# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-# copies of the Software, and to permit persons to whom the Software is
-# furnished to do so, subject to the following conditions:
-#
-# The above copyright notice and this permission notice shall be included in
-# all copies or substantial portions of the Software.
-#
-# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-# THE SOFTWARE.
-VPATH = @srcdir@
-am__is_gnu_make = { \
-  if test -z '$(MAKELEVEL)'; then \
-    false; \
-  elif test -n '$(MAKE_HOST)'; then \
-    true; \
-  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
-    true; \
-  else \
-    false; \
-  fi; \
-}
-am__make_running_with_option = \
-  case $${target_option-} in \
-      ?) ;; \
-      *) echo "am__make_running_with_option: internal error: invalid" \
-              "target option '$${target_option-}' specified" >&2; \
-         exit 1;; \
-  esac; \
-  has_opt=no; \
-  sane_makeflags=$$MAKEFLAGS; \
-  if $(am__is_gnu_make); then \
-    sane_makeflags=$$MFLAGS; \
-  else \
-    case $$MAKEFLAGS in \
-      *\\[\ \	]*) \
-        bs=\\; \
-        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
-          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
-    esac; \
-  fi; \
-  skip_next=no; \
-  strip_trailopt () \
-  { \
-    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
-  }; \
-  for flg in $$sane_makeflags; do \
-    test $$skip_next = yes && { skip_next=no; continue; }; \
-    case $$flg in \
-      *=*|--*) continue;; \
-        -*I) strip_trailopt 'I'; skip_next=yes;; \
-      -*I?*) strip_trailopt 'I';; \
-        -*O) strip_trailopt 'O'; skip_next=yes;; \
-      -*O?*) strip_trailopt 'O';; \
-        -*l) strip_trailopt 'l'; skip_next=yes;; \
-      -*l?*) strip_trailopt 'l';; \
-      -[dEDm]) skip_next=yes;; \
-      -[JT]) skip_next=yes;; \
-    esac; \
-    case $$flg in \
-      *$$target_option*) has_opt=yes; break;; \
-    esac; \
-  done; \
-  test $$has_opt = yes
-am__make_dryrun = (target_option=n; $(am__make_running_with_option))
-am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
-pkgdatadir = $(datadir)/@PACKAGE@
-pkgincludedir = $(includedir)/@PACKAGE@
-pkglibdir = $(libdir)/@PACKAGE@
-pkglibexecdir = $(libexecdir)/@PACKAGE@
-am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
-install_sh_DATA = $(install_sh) -c -m 644
-install_sh_PROGRAM = $(install_sh) -c
-install_sh_SCRIPT = $(install_sh) -c
-INSTALL_HEADER = $(INSTALL_DATA)
-transform = $(program_transform_name)
-NORMAL_INSTALL = :
-PRE_INSTALL = :
-POST_INSTALL = :
-NORMAL_UNINSTALL = :
-PRE_UNINSTALL = :
-POST_UNINSTALL = :
-build_triplet = @build@
-host_triplet = @host@
-target_triplet = @target@
-subdir = examples/AMDSDK3.0
-ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
-am__aclocal_m4_deps = $(top_srcdir)/m4/ax_boost_base.m4 \
-	$(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
-	$(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
-	$(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/acinclude.m4 \
-	$(top_srcdir)/configure.ac
-am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
-	$(ACLOCAL_M4)
-DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
-mkinstalldirs = $(install_sh) -d
-CONFIG_HEADER = $(top_builddir)/config.h
-CONFIG_CLEAN_FILES =
-CONFIG_CLEAN_VPATH_FILES =
-AM_V_P = $(am__v_P_ at AM_V@)
-am__v_P_ = $(am__v_P_ at AM_DEFAULT_V@)
-am__v_P_0 = false
-am__v_P_1 = :
-AM_V_GEN = $(am__v_GEN_ at AM_V@)
-am__v_GEN_ = $(am__v_GEN_ at AM_DEFAULT_V@)
-am__v_GEN_0 = @echo "  GEN     " $@;
-am__v_GEN_1 = 
-AM_V_at = $(am__v_at_ at AM_V@)
-am__v_at_ = $(am__v_at_ at AM_DEFAULT_V@)
-am__v_at_0 = @
-am__v_at_1 = 
-SOURCES =
-DIST_SOURCES =
-am__can_run_installinfo = \
-  case $$AM_UPDATE_INFO_DIR in \
-    n|no|NO) false;; \
-    *) (install-info --version) >/dev/null 2>&1;; \
-  esac
-am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
-am__DIST_COMMON = $(srcdir)/Makefile.in
-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
-ACLOCAL = @ACLOCAL@
-AMTAR = @AMTAR@
-AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
-AR = @AR@
-AUTOCONF = @AUTOCONF@
-AUTOHEADER = @AUTOHEADER@
-AUTOMAKE = @AUTOMAKE@
-AWK = @AWK@
-BOOST_CPPFLAGS = @BOOST_CPPFLAGS@
-BOOST_LDFLAGS = @BOOST_LDFLAGS@
-BUILD_TIMESTAMP = @BUILD_TIMESTAMP@
-CC = @CC@
-CCDEPMODE = @CCDEPMODE@
-CFLAGS = @CFLAGS@
-CLANG = @CLANG@
-CLANGXX = @CLANGXX@
-CLANGXX_FLAGS = @CLANGXX_FLAGS@
-CLFLAGS = @CLFLAGS@
-CPP = @CPP@
-CPPFLAGS = @CPPFLAGS@
-CXX = @CXX@
-CXXCPP = @CXXCPP@
-CXXDEPMODE = @CXXDEPMODE@
-CXXFLAGS = @CXXFLAGS@
-CYGPATH_W = @CYGPATH_W@
-DEFS = @DEFS@
-DEPDIR = @DEPDIR@
-DLLTOOL = @DLLTOOL@
-DSYMUTIL = @DSYMUTIL@
-DUMPBIN = @DUMPBIN@
-ECHO_C = @ECHO_C@
-ECHO_N = @ECHO_N@
-ECHO_T = @ECHO_T@
-EGREP = @EGREP@
-EXEEXT = @EXEEXT@
-FGREP = @FGREP@
-FORCED_CLFLAGS = @FORCED_CLFLAGS@
-GLEW_CFLAGS = @GLEW_CFLAGS@
-GLEW_LIBS = @GLEW_LIBS@
-GREP = @GREP@
-HOST = @HOST@
-HOST_AS_FLAGS = @HOST_AS_FLAGS@
-HOST_CLANG_FLAGS = @HOST_CLANG_FLAGS@
-HOST_CPU = @HOST_CPU@
-HOST_DEVICE_EXTENSION_DEFINES = @HOST_DEVICE_EXTENSION_DEFINES@
-HOST_LD_FLAGS = @HOST_LD_FLAGS@
-HOST_LLC_FLAGS = @HOST_LLC_FLAGS@
-HOST_SIZEOF_DOUBLE = @HOST_SIZEOF_DOUBLE@
-HOST_SIZEOF_HALF = @HOST_SIZEOF_HALF@
-HOST_SIZEOF_LONG = @HOST_SIZEOF_LONG@
-HOST_SIZEOF_VOID_P = @HOST_SIZEOF_VOID_P@
-HSAILASM = @HSAILASM@
-HSA_DEVICE_EXTENSION_DEFINES = @HSA_DEVICE_EXTENSION_DEFINES@
-HSA_INCLUDES = @HSA_INCLUDES@
-HSA_LIBS = @HSA_LIBS@
-HWLOC_CFLAGS = @HWLOC_CFLAGS@
-HWLOC_LIBS = @HWLOC_LIBS@
-ICD_LD_FLAGS = @ICD_LD_FLAGS@
-INSTALL = @INSTALL@
-INSTALL_DATA = @INSTALL_DATA@
-INSTALL_PROGRAM = @INSTALL_PROGRAM@
-INSTALL_SCRIPT = @INSTALL_SCRIPT@
-INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
-KERNEL_COMPILER_LIB_VERSION = @KERNEL_COMPILER_LIB_VERSION@
-LD = @LD@
-LDFLAGS = @LDFLAGS@
-LD_FLAGS_BIN = @LD_FLAGS_BIN@
-LIBOBJS = @LIBOBJS@
-LIBRARY_SUFFIX = @LIBRARY_SUFFIX@
-LIBS = @LIBS@
-LIBTOOL = @LIBTOOL@
-LIB_AGE_VERSION = @LIB_AGE_VERSION@
-LIB_CURRENT_VERSION = @LIB_CURRENT_VERSION@
-LIB_FIRST_VERSION = @LIB_FIRST_VERSION@
-LIB_REVISION_VERSION = @LIB_REVISION_VERSION@
-LIB_VERSION = @LIB_VERSION@
-LIPO = @LIPO@
-LLC = @LLC@
-LLVM_AS = @LLVM_AS@
-LLVM_CONFIG = @LLVM_CONFIG@
-LLVM_CXX_FLAGS = @LLVM_CXX_FLAGS@
-LLVM_LDFLAGS = @LLVM_LDFLAGS@
-LLVM_LIBS = @LLVM_LIBS@
-LLVM_LINK = @LLVM_LINK@
-LLVM_OPT = @LLVM_OPT@
-LLVM_VERSION = @LLVM_VERSION@
-LN_S = @LN_S@
-LTDL_LIBS = @LTDL_LIBS@
-LTLIBOBJS = @LTLIBOBJS@
-LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
-MAKEINFO = @MAKEINFO@
-MANIFEST_TOOL = @MANIFEST_TOOL@
-MKDIR_P = @MKDIR_P@
-NM = @NM@
-NMEDIT = @NMEDIT@
-OBJDUMP = @OBJDUMP@
-OBJEXT = @OBJEXT@
-OCL_ICD_CFLAGS = @OCL_ICD_CFLAGS@
-OCL_ICD_LIBS = @OCL_ICD_LIBS@
-OCL_KERNEL_ARCH = @OCL_KERNEL_ARCH@
-OCL_KERNEL_TARGET = @OCL_KERNEL_TARGET@
-OCL_KERNEL_TARGET_CPU = @OCL_KERNEL_TARGET_CPU@
-OCL_TARGETS = @OCL_TARGETS@
-OPENCL_CFLAGS = @OPENCL_CFLAGS@
-OPENCL_CMAKE = @OPENCL_CMAKE@
-OPENCL_EXTLIBS = @OPENCL_EXTLIBS@
-OPENCL_LIBS = @OPENCL_LIBS@
-OPT = @OPT@
-OTOOL = @OTOOL@
-OTOOL64 = @OTOOL64@
-PACKAGE = @PACKAGE@
-PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
-PACKAGE_NAME = @PACKAGE_NAME@
-PACKAGE_STRING = @PACKAGE_STRING@
-PACKAGE_TARNAME = @PACKAGE_TARNAME@
-PACKAGE_URL = @PACKAGE_URL@
-PACKAGE_VERSION = @PACKAGE_VERSION@
-PATH_SEPARATOR = @PATH_SEPARATOR@
-PKG_CONFIG = @PKG_CONFIG@
-PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
-PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
-POAT_TESTSUITES = @POAT_TESTSUITES@
-POCL_DEVICE_ADDRESS_BITS = @POCL_DEVICE_ADDRESS_BITS@
-PTHREAD_CC = @PTHREAD_CC@
-PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
-PTHREAD_LIBS = @PTHREAD_LIBS@
-RANLIB = @RANLIB@
-SDL_CFLAGS = @SDL_CFLAGS@
-SDL_LIBS = @SDL_LIBS@
-SED = @SED@
-SET_MAKE = @SET_MAKE@
-SHELL = @SHELL@
-STRIP = @STRIP@
-TARGET = @TARGET@
-TARGET_CLANG_FLAGS = @TARGET_CLANG_FLAGS@
-TARGET_CPU = @TARGET_CPU@
-TARGET_LLC_FLAGS = @TARGET_LLC_FLAGS@
-TARGET_SIZEOF_DOUBLE = @TARGET_SIZEOF_DOUBLE@
-TARGET_SIZEOF_HALF = @TARGET_SIZEOF_HALF@
-TARGET_SIZEOF_LONG = @TARGET_SIZEOF_LONG@
-TARGET_SIZEOF_VOID_P = @TARGET_SIZEOF_VOID_P@
-TCECC = @TCECC@
-TCEMC_AVAILABLE = @TCEMC_AVAILABLE@
-TCE_AVAILABLE = @TCE_AVAILABLE@
-TCE_CONFIG = @TCE_CONFIG@
-TCE_DEVICE_EXTENSION_DEFINES = @TCE_DEVICE_EXTENSION_DEFINES@
-VERSION = @VERSION@
-abs_builddir = @abs_builddir@
-abs_srcdir = @abs_srcdir@
-abs_top_builddir = @abs_top_builddir@
-abs_top_srcdir = @abs_top_srcdir@
-ac_ct_AR = @ac_ct_AR@
-ac_ct_CC = @ac_ct_CC@
-ac_ct_CXX = @ac_ct_CXX@
-ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
-acx_pthread_config = @acx_pthread_config@
-am__include = @am__include@
-am__leading_dot = @am__leading_dot@
-am__quote = @am__quote@
-am__tar = @am__tar@
-am__untar = @am__untar@
-bindir = @bindir@
-build = @build@
-build_alias = @build_alias@
-build_cpu = @build_cpu@
-build_os = @build_os@
-build_vendor = @build_vendor@
-builddir = @builddir@
-datadir = @datadir@
-datarootdir = @datarootdir@
-docdir = @docdir@
-dvidir = @dvidir@
-exec_prefix = @exec_prefix@
-host = @host@
-host_alias = @host_alias@
-host_cpu = @host_cpu@
-host_os = @host_os@
-host_vendor = @host_vendor@
-htmldir = @htmldir@
-includedir = @includedir@
-infodir = @infodir@
-install_sh = @install_sh@
-libdir = @libdir@
-libexecdir = @libexecdir@
-localedir = @localedir@
-localstatedir = @localstatedir@
-mandir = @mandir@
-mkdir_p = @mkdir_p@
-oldincludedir = @oldincludedir@
-pdfdir = @pdfdir@
-prefix = @prefix@
-program_transform_name = @program_transform_name@
-psdir = @psdir@
-sbindir = @sbindir@
-sharedstatedir = @sharedstatedir@
-srcdir = @srcdir@
-sysconfdir = @sysconfdir@
-target = @target@
-target_alias = @target_alias@
-target_cpu = @target_cpu@
-target_os = @target_os@
-target_vendor = @target_vendor@
-top_build_prefix = @top_build_prefix@
-top_builddir = @top_builddir@
-top_srcdir = @top_srcdir@
-EXTRA_DIST = $(srcdir)/*.patch
- at TEST_SUITE_AMDSDK3_0_TRUE@testsuite_pocl_dir = ${abs_top_srcdir}/examples/AMDSDK3.0
- at TEST_SUITE_AMDSDK3_0_TRUE@testsuite_src_dir = ${testsuite_pocl_dir}/AMD-APP-SDK-3.0
- at TEST_SUITE_AMDSDK3_0_TRUE@ocl_sample_dir = ${testsuite_pocl_dir}/AMD-APP-SDK-3.0/samples/opencl
- at TEST_SUITE_AMDSDK3_0_TRUE@tar_bz = AMD-APP-SDKInstaller-v3.0.130.135-GA-linux64.tar.bz2
- at TEST_SUITE_AMDSDK3_0_TRUE@tar_sh = AMD-APP-SDK-v3.0.130.135-GA-linux64.sh
- at TEST_SUITE_AMDSDK3_0_TRUE@build_type = RelWithDebInfo
-all: all-am
-
-.SUFFIXES:
-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
-	@for dep in $?; do \
-	  case '$(am__configure_deps)' in \
-	    *$$dep*) \
-	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
-	        && { if test -f $@; then exit 0; else break; fi; }; \
-	      exit 1;; \
-	  esac; \
-	done; \
-	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign examples/AMDSDK3.0/Makefile'; \
-	$(am__cd) $(top_srcdir) && \
-	  $(AUTOMAKE) --foreign examples/AMDSDK3.0/Makefile
-Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
-	@case '$?' in \
-	  *config.status*) \
-	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
-	  *) \
-	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
-	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
-	esac;
-
-$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
-	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-
-$(top_srcdir)/configure:  $(am__configure_deps)
-	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
-	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-$(am__aclocal_m4_deps):
-
-mostlyclean-libtool:
-	-rm -f *.lo
-
-clean-libtool:
-	-rm -rf .libs _libs
-tags TAGS:
-
-ctags CTAGS:
-
-cscope cscopelist:
-
-
-distdir: $(DISTFILES)
-	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
-	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
-	list='$(DISTFILES)'; \
-	  dist_files=`for file in $$list; do echo $$file; done | \
-	  sed -e "s|^$$srcdirstrip/||;t" \
-	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
-	case $$dist_files in \
-	  */*) $(MKDIR_P) `echo "$$dist_files" | \
-			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
-			   sort -u` ;; \
-	esac; \
-	for file in $$dist_files; do \
-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
-	  if test -d $$d/$$file; then \
-	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
-	    if test -d "$(distdir)/$$file"; then \
-	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
-	    fi; \
-	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
-	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
-	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
-	    fi; \
-	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
-	  else \
-	    test -f "$(distdir)/$$file" \
-	    || cp -p $$d/$$file "$(distdir)/$$file" \
-	    || exit 1; \
-	  fi; \
-	done
-check-am: all-am
-check: check-am
-all-am: Makefile
-installdirs:
-install: install-am
-install-exec: install-exec-am
-install-data: install-data-am
-uninstall: uninstall-am
-
-install-am: all-am
-	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
-
-installcheck: installcheck-am
-install-strip:
-	if test -z '$(STRIP)'; then \
-	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
-	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
-	      install; \
-	else \
-	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
-	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
-	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
-	fi
-mostlyclean-generic:
-
-clean-generic:
-
-distclean-generic:
-	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
-	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
-
-maintainer-clean-generic:
-	@echo "This command is intended for maintainers to use"
-	@echo "it deletes files that may require special tools to rebuild."
-clean: clean-am
-
-clean-am: clean-generic clean-libtool mostlyclean-am
-
-distclean: distclean-am
-	-rm -f Makefile
-distclean-am: clean-am distclean-generic
-
-dvi: dvi-am
-
-dvi-am:
-
-html: html-am
-
-html-am:
-
-info: info-am
-
-info-am:
-
-install-data-am:
-
-install-dvi: install-dvi-am
-
-install-dvi-am:
-
-install-exec-am:
-
-install-html: install-html-am
-
-install-html-am:
-
-install-info: install-info-am
-
-install-info-am:
-
-install-man:
-
-install-pdf: install-pdf-am
-
-install-pdf-am:
-
-install-ps: install-ps-am
-
-install-ps-am:
-
-installcheck-am:
-
-maintainer-clean: maintainer-clean-am
-	-rm -f Makefile
-maintainer-clean-am: distclean-am maintainer-clean-generic
-
-mostlyclean: mostlyclean-am
-
-mostlyclean-am: mostlyclean-generic mostlyclean-libtool
-
-pdf: pdf-am
-
-pdf-am:
-
-ps: ps-am
-
-ps-am:
-
-uninstall-am:
-
-.MAKE: install-am install-strip
-
-.PHONY: all all-am check check-am clean clean-generic clean-libtool \
-	cscopelist-am ctags-am distclean distclean-generic \
-	distclean-libtool distdir dvi dvi-am html html-am info info-am \
-	install install-am install-data install-data-am install-dvi \
-	install-dvi-am install-exec install-exec-am install-html \
-	install-html-am install-info install-info-am install-man \
-	install-pdf install-pdf-am install-ps install-ps-am \
-	install-strip installcheck installcheck-am installdirs \
-	maintainer-clean maintainer-clean-generic mostlyclean \
-	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
-	tags-am uninstall uninstall-am
-
-.PRECIOUS: Makefile
-
-
- at TEST_SUITE_AMDSDK3_0_TRUE@.PHONY: build prepare-examples
-
- at TEST_SUITE_AMDSDK3_0_TRUE@prepare-examples: $(testsuite_src_dir) build
-
- at TEST_SUITE_AMDSDK3_0_TRUE@$(tar_sh): $(tar_bz)
- at TEST_SUITE_AMDSDK3_0_TRUE@	test -f $(tar_sh) || (cd $(testsuite_pocl_dir) && tar xjf $(tar_bz) )
-
- at TEST_SUITE_AMDSDK3_0_TRUE@$(testsuite_src_dir): $(tar_sh)
- at TEST_SUITE_AMDSDK3_0_TRUE@	test -d $(testsuite_src_dir) || (cd $(testsuite_pocl_dir) && ./$(tar_sh) --noexec --keep --target AMD-APP-SDK-3.0 && \
- at TEST_SUITE_AMDSDK3_0_TRUE@	( patch -sNp1 < $(testsuite_pocl_dir)/amdsdk3_0.patch || true ) && \
- at TEST_SUITE_AMDSDK3_0_TRUE@	find $(testsuite_src_dir)/samples -name "CMakeLists.txt" -exec sed -i \
- at TEST_SUITE_AMDSDK3_0_TRUE@		-e 's/mark_as_advanced( OPENCL_LIBRARIES )/set(OPENCL_LIBRARIES "-lOpenCL")/g' \
- at TEST_SUITE_AMDSDK3_0_TRUE@		-e 's/mark_as_advanced(OPENCL_LIBRARIES)/set(OPENCL_LIBRARIES "-lOpenCL")/g' "{}" \;)
-
-# Some of the tests do not build with OpenGL 3.0. Just skip them by using make -k.
- at TEST_SUITE_AMDSDK3_0_TRUE@build: $(testsuite_src_dir)
- at TEST_SUITE_AMDSDK3_0_TRUE@	cd $(testsuite_src_dir)/samples && \
- at TEST_SUITE_AMDSDK3_0_TRUE@	LDFLAGS="-pthread ${LDFLAGS}" cmake -DCMAKE_BUILD_TYPE=$(build_type) -DBUILD_OPENCL=ON -DBUILD_OPENCV=OFF \
- at TEST_SUITE_AMDSDK3_0_TRUE@	-DBUILD_BOLT=OFF . && cmake --build . -- -k -j`getconf _NPROCESSORS_ONLN`
-
- at TEST_SUITE_AMDSDK3_0_TRUE@test_AsyncDataTransfer:
- at TEST_SUITE_AMDSDK3_0_TRUE@	cd $(ocl_sample_dir)/cpp_cl/1.x/AsyncDataTransfer/bin/x86_64/$(build_type)/ && \
- at TEST_SUITE_AMDSDK3_0_TRUE@	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors ./AsyncDataTransfer -e
-
- at TEST_SUITE_AMDSDK3_0_TRUE@test_AtomicCounters:
- at TEST_SUITE_AMDSDK3_0_TRUE@	cd $(ocl_sample_dir)/cl/1.x/AtomicCounters/bin/x86_64/$(build_type)/ && \
- at TEST_SUITE_AMDSDK3_0_TRUE@	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors ./AtomicCounters -e
-
- at TEST_SUITE_AMDSDK3_0_TRUE@test_BasicDebug:
- at TEST_SUITE_AMDSDK3_0_TRUE@	cd $(ocl_sample_dir)/cl/1.x/BasicDebug/bin/x86_64/$(build_type)/ && \
- at TEST_SUITE_AMDSDK3_0_TRUE@	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors ./BasicDebug -e
-
- at TEST_SUITE_AMDSDK3_0_TRUE@test_BinomialOption:
- at TEST_SUITE_AMDSDK3_0_TRUE@	cd $(ocl_sample_dir)/cl/1.x/BinomialOption/bin/x86_64/$(build_type)/ && \
- at TEST_SUITE_AMDSDK3_0_TRUE@	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors ./BinomialOption -e
-
- at TEST_SUITE_AMDSDK3_0_TRUE@test_BinomialOptionMultiGPU:
- at TEST_SUITE_AMDSDK3_0_TRUE@	cd $(ocl_sample_dir)/cl/1.x/BinomialOptionMultiGPU/bin/x86_64/$(build_type)/ && \
- at TEST_SUITE_AMDSDK3_0_TRUE@	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors ./BinomialOptionMultiGPU -e
-
- at TEST_SUITE_AMDSDK3_0_TRUE@test_BitonicSort:
- at TEST_SUITE_AMDSDK3_0_TRUE@	cd $(ocl_sample_dir)/cl/1.x/BitonicSort/bin/x86_64/$(build_type)/ && \
- at TEST_SUITE_AMDSDK3_0_TRUE@	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors ./BitonicSort -e
-
- at TEST_SUITE_AMDSDK3_0_TRUE@test_BlackScholes:
- at TEST_SUITE_AMDSDK3_0_TRUE@	cd $(ocl_sample_dir)/cl/1.x/BlackScholes/bin/x86_64/$(build_type)/ && \
- at TEST_SUITE_AMDSDK3_0_TRUE@	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors ./BlackScholes -e
-
- at TEST_SUITE_AMDSDK3_0_TRUE@test_BlackScholesDP:
- at TEST_SUITE_AMDSDK3_0_TRUE@	cd $(ocl_sample_dir)/cl/1.x/BlackScholesDP/bin/x86_64/$(build_type)/ && \
- at TEST_SUITE_AMDSDK3_0_TRUE@	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors ./BlackScholesDP -e
-
- at TEST_SUITE_AMDSDK3_0_TRUE@test_BoxFilter:
- at TEST_SUITE_AMDSDK3_0_TRUE@	cd $(ocl_sample_dir)/cl/1.x/BoxFilter/bin/x86_64/$(build_type)/ && \
- at TEST_SUITE_AMDSDK3_0_TRUE@	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors ./BoxFilter -e
-
- at TEST_SUITE_AMDSDK3_0_TRUE@test_BoxFilterGL:
- at TEST_SUITE_AMDSDK3_0_TRUE@	cd $(ocl_sample_dir)/cl/1.x/BoxFilterGL/bin/x86_64/$(build_type)/ && \
- at TEST_SUITE_AMDSDK3_0_TRUE@	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors ./BoxFilterGL -e
-
- at TEST_SUITE_AMDSDK3_0_TRUE@test_BufferBandwidth:
- at TEST_SUITE_AMDSDK3_0_TRUE@	cd $(ocl_sample_dir)/benchmark/BufferBandwidth/bin/x86_64/$(build_type)/ && \
- at TEST_SUITE_AMDSDK3_0_TRUE@	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors ./BufferBandwidth -e
-
- at TEST_SUITE_AMDSDK3_0_TRUE@test_ConcurrentKernel:
- at TEST_SUITE_AMDSDK3_0_TRUE@	cd $(ocl_sample_dir)/cpp_cl/1.x/ConcurrentKernel/bin/x86_64/$(build_type)/ && \
- at TEST_SUITE_AMDSDK3_0_TRUE@	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors ./ConcurrentKernel -e
-
- at TEST_SUITE_AMDSDK3_0_TRUE@test_ConstantBandwidth:
- at TEST_SUITE_AMDSDK3_0_TRUE@	cd $(ocl_sample_dir)/benchmark/ConstantBandwidth/bin/x86_64/$(build_type)/ && \
- at TEST_SUITE_AMDSDK3_0_TRUE@	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors ./ConstantBandwidth -e
-
- at TEST_SUITE_AMDSDK3_0_TRUE@test_CplusplusWrapper:
- at TEST_SUITE_AMDSDK3_0_TRUE@	cd $(ocl_sample_dir)/cpp_cl/1.x/CplusplusWrapper/bin/x86_64/$(build_type)/ && \
- at TEST_SUITE_AMDSDK3_0_TRUE@	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors ./CplusplusWrapper -e
-
- at TEST_SUITE_AMDSDK3_0_TRUE@test_DCT:
- at TEST_SUITE_AMDSDK3_0_TRUE@	cd $(ocl_sample_dir)/cl/1.x/DCT/bin/x86_64/$(build_type)/ && \
- at TEST_SUITE_AMDSDK3_0_TRUE@	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors ./DCT -e
-
- at TEST_SUITE_AMDSDK3_0_TRUE@test_DeviceFission:
- at TEST_SUITE_AMDSDK3_0_TRUE@	cd $(ocl_sample_dir)/cl/1.x/DeviceFission/bin/x86_64/$(build_type)/ && \
- at TEST_SUITE_AMDSDK3_0_TRUE@	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors ./DeviceFission -e
-
- at TEST_SUITE_AMDSDK3_0_TRUE@test_DeviceFission11Ext:
- at TEST_SUITE_AMDSDK3_0_TRUE@	cd $(ocl_sample_dir)/cl/1.x/DeviceFission11Ext/bin/x86_64/$(build_type)/ && \
- at TEST_SUITE_AMDSDK3_0_TRUE@	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors ./DeviceFission11Ext -e
-
- at TEST_SUITE_AMDSDK3_0_TRUE@test_DwtHaar1D:
- at TEST_SUITE_AMDSDK3_0_TRUE@	cd $(ocl_sample_dir)/cl/1.x/DwtHaar1D/bin/x86_64/$(build_type)/ && \
- at TEST_SUITE_AMDSDK3_0_TRUE@	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors ./DwtHaar1D -e
-
- at TEST_SUITE_AMDSDK3_0_TRUE@test_DwtHaar1DCPPKernel:
- at TEST_SUITE_AMDSDK3_0_TRUE@	cd $(ocl_sample_dir)/cpp_cl/1.x/DwtHaar1DCPPKernel/bin/x86_64/$(build_type)/ && \
- at TEST_SUITE_AMDSDK3_0_TRUE@	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors ./DwtHaar1DCPPKernel -e
-
- at TEST_SUITE_AMDSDK3_0_TRUE@test_Eigenvalue:
- at TEST_SUITE_AMDSDK3_0_TRUE@	cd $(ocl_sample_dir)/cpp_cl/1.x/Eigenvalue/bin/x86_64/$(build_type)/ && \
- at TEST_SUITE_AMDSDK3_0_TRUE@	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors ./Eigenvalue -e
-
- at TEST_SUITE_AMDSDK3_0_TRUE@test_FastWalshTransform:
- at TEST_SUITE_AMDSDK3_0_TRUE@	cd $(ocl_sample_dir)/cl/1.x/FastWalshTransform/bin/x86_64/$(build_type)/ && \
- at TEST_SUITE_AMDSDK3_0_TRUE@	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors ./FastWalshTransform -e
-
- at TEST_SUITE_AMDSDK3_0_TRUE@test_FFT:
- at TEST_SUITE_AMDSDK3_0_TRUE@	cd $(ocl_sample_dir)/cpp_cl/1.x/FFT/bin/x86_64/$(build_type)/ && \
- at TEST_SUITE_AMDSDK3_0_TRUE@	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors ./FFT -e
-
- at TEST_SUITE_AMDSDK3_0_TRUE@test_FloydWarshall:
- at TEST_SUITE_AMDSDK3_0_TRUE@	cd $(ocl_sample_dir)/cl/1.x/FloydWarshall/bin/x86_64/$(build_type)/ && \
- at TEST_SUITE_AMDSDK3_0_TRUE@	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors ./FloydWarshall -e
-
- at TEST_SUITE_AMDSDK3_0_TRUE@test_FluidSimulation2D:
- at TEST_SUITE_AMDSDK3_0_TRUE@	cd $(ocl_sample_dir)/cl/1.x/FluidSimulation/bin/x86_64/$(build_type)/ && \
- at TEST_SUITE_AMDSDK3_0_TRUE@	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors ./FluidSimulation2D -e
-
- at TEST_SUITE_AMDSDK3_0_TRUE@test_GaussianNoise:
- at TEST_SUITE_AMDSDK3_0_TRUE@	cd $(ocl_sample_dir)/cpp_cl/1.x/GaussianNoise/bin/x86_64/$(build_type)/ && \
- at TEST_SUITE_AMDSDK3_0_TRUE@	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors ./GaussianNoise -e --platformId 0
-
- at TEST_SUITE_AMDSDK3_0_TRUE@test_GaussianNoiseGL:
- at TEST_SUITE_AMDSDK3_0_TRUE@	cd $(ocl_sample_dir)/cl/1.x/GaussianNoiseGL/bin/x86_64/$(build_type)/ && \
- at TEST_SUITE_AMDSDK3_0_TRUE@	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors ./GaussianNoiseGL -e
-
- at TEST_SUITE_AMDSDK3_0_TRUE@test_GlobalMemoryBandwidth:
- at TEST_SUITE_AMDSDK3_0_TRUE@	cd $(ocl_sample_dir)/benchmark/GlobalMemoryBandwidth/bin/x86_64/$(build_type)/ && \
- at TEST_SUITE_AMDSDK3_0_TRUE@	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors ./GlobalMemoryBandwidth -e
-
- at TEST_SUITE_AMDSDK3_0_TRUE@test_HDRToneMapping:
- at TEST_SUITE_AMDSDK3_0_TRUE@	cd $(ocl_sample_dir)/cpp_cl/1.x/HDRToneMapping/bin/x86_64/$(build_type)/ && \
- at TEST_SUITE_AMDSDK3_0_TRUE@	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors ./HDRToneMapping -e --platformId 0
-
- at TEST_SUITE_AMDSDK3_0_TRUE@test_HelloWorld:
- at TEST_SUITE_AMDSDK3_0_TRUE@	cd $(ocl_sample_dir)/cl/1.x/HelloWorld/bin/x86_64/$(build_type)/ && \
- at TEST_SUITE_AMDSDK3_0_TRUE@	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors ./HelloWorld -e
-
- at TEST_SUITE_AMDSDK3_0_TRUE@test_Histogram:
- at TEST_SUITE_AMDSDK3_0_TRUE@	cd $(ocl_sample_dir)/cl/1.x/Histogram/bin/x86_64/$(build_type)/ && \
- at TEST_SUITE_AMDSDK3_0_TRUE@	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors ./Histogram -e
-
- at TEST_SUITE_AMDSDK3_0_TRUE@test_HistogramAtomics:
- at TEST_SUITE_AMDSDK3_0_TRUE@	cd $(ocl_sample_dir)/cl/1.x/HistogramAtomics/bin/x86_64/$(build_type)/ && \
- at TEST_SUITE_AMDSDK3_0_TRUE@	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors ./HistogramAtomics -e
-
- at TEST_SUITE_AMDSDK3_0_TRUE@test_ImageBandwidth:
- at TEST_SUITE_AMDSDK3_0_TRUE@	cd $(ocl_sample_dir)/cl/1.x/ImageBandwidth/bin/x86_64/$(build_type)/ && \
- at TEST_SUITE_AMDSDK3_0_TRUE@	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors ./ImageBandwidth -e
-
- at TEST_SUITE_AMDSDK3_0_TRUE@test_ImageOverlap:
- at TEST_SUITE_AMDSDK3_0_TRUE@	cd $(ocl_sample_dir)/cl/1.x/ImageOverlap/bin/x86_64/$(build_type)/ && \
- at TEST_SUITE_AMDSDK3_0_TRUE@	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors ./ImageOverlap -e
-
- at TEST_SUITE_AMDSDK3_0_TRUE@test_IntroStaticCPPKernel:
- at TEST_SUITE_AMDSDK3_0_TRUE@	cd $(ocl_sample_dir)/cpp_cl/1.x/IntroStaticCPPKernel/bin/x86_64/$(build_type)/ && \
- at TEST_SUITE_AMDSDK3_0_TRUE@	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors ./IntroStaticCPPKernel -e
-
- at TEST_SUITE_AMDSDK3_0_TRUE@test_KernelLaunch:
- at TEST_SUITE_AMDSDK3_0_TRUE@	cd $(ocl_sample_dir)/cl/1.x/KernelLaunch/bin/x86_64/$(build_type)/ && \
- at TEST_SUITE_AMDSDK3_0_TRUE@	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors ./KernelLaunch -e
-
- at TEST_SUITE_AMDSDK3_0_TRUE@test_KmeansAutoclustering:
- at TEST_SUITE_AMDSDK3_0_TRUE@	cd $(ocl_sample_dir)/cl/1.x/KmeansAutoclustering/bin/x86_64/$(build_type)/ && \
- at TEST_SUITE_AMDSDK3_0_TRUE@	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors ./KmeansAutoclustering -e
-
- at TEST_SUITE_AMDSDK3_0_TRUE@test_LDSBandwidth:
- at TEST_SUITE_AMDSDK3_0_TRUE@	cd $(ocl_sample_dir)/benchmark/LDSBandwidth/bin/x86_64/$(build_type)/ && \
- at TEST_SUITE_AMDSDK3_0_TRUE@	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors ./LDSBandwidth -e
-
- at TEST_SUITE_AMDSDK3_0_TRUE@test_LUDecomposition:
- at TEST_SUITE_AMDSDK3_0_TRUE@	cd $(ocl_sample_dir)/cl/1.x/LUDecomposition/bin/x86_64/$(build_type)/ && \
- at TEST_SUITE_AMDSDK3_0_TRUE@	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors ./LUDecomposition -e
-
- at TEST_SUITE_AMDSDK3_0_TRUE@test_Mandelbrot:
- at TEST_SUITE_AMDSDK3_0_TRUE@	cd $(ocl_sample_dir)/cl/1.x/Mandelbrot/bin/x86_64/$(build_type)/ && \
- at TEST_SUITE_AMDSDK3_0_TRUE@	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors ./Mandelbrot -e
-
- at TEST_SUITE_AMDSDK3_0_TRUE@test_MatrixMulDouble:
- at TEST_SUITE_AMDSDK3_0_TRUE@	cd $(ocl_sample_dir)/cpp_cl/1.x/MatrixMulDouble/bin/x86_64/$(build_type)/ && \
- at TEST_SUITE_AMDSDK3_0_TRUE@	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors ./MatrixMulDouble -e --platformId 0
-
- at TEST_SUITE_AMDSDK3_0_TRUE@test_MatrixMulImage:
- at TEST_SUITE_AMDSDK3_0_TRUE@	cd $(ocl_sample_dir)/cl/1.x/MatrixMulImage/bin/x86_64/$(build_type)/ && \
- at TEST_SUITE_AMDSDK3_0_TRUE@	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors ./MatrixMulImage -e
-
- at TEST_SUITE_AMDSDK3_0_TRUE@test_MatrixMultiplication:
- at TEST_SUITE_AMDSDK3_0_TRUE@	cd $(ocl_sample_dir)/cl/1.x/MatrixMultiplication/bin/x86_64/$(build_type)/ && \
- at TEST_SUITE_AMDSDK3_0_TRUE@	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors ./MatrixMultiplication -e
-
- at TEST_SUITE_AMDSDK3_0_TRUE@test_MatrixTranspose:
- at TEST_SUITE_AMDSDK3_0_TRUE@	cd $(ocl_sample_dir)/cl/1.x/MatrixTranspose/bin/x86_64/$(build_type)/ && \
- at TEST_SUITE_AMDSDK3_0_TRUE@	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors ./MatrixTranspose -e
-
- at TEST_SUITE_AMDSDK3_0_TRUE@test_MemoryModel:
- at TEST_SUITE_AMDSDK3_0_TRUE@	cd $(ocl_sample_dir)/cl/1.x/MemoryModel/bin/x86_64/$(build_type)/ && \
- at TEST_SUITE_AMDSDK3_0_TRUE@	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors ./MemoryModel -e
-
- at TEST_SUITE_AMDSDK3_0_TRUE@test_MemoryOptimizations:
- at TEST_SUITE_AMDSDK3_0_TRUE@	cd $(ocl_sample_dir)/benchmark/MemoryOptimizations/bin/x86_64/$(build_type)/ && \
- at TEST_SUITE_AMDSDK3_0_TRUE@	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors ./MemoryOptimizations -e
-
- at TEST_SUITE_AMDSDK3_0_TRUE@test_MersenneTwister:
- at TEST_SUITE_AMDSDK3_0_TRUE@	cd $(ocl_sample_dir)/cpp_cl/1.x/MerzenneTwister/bin/x86_64/$(build_type)/ && \
- at TEST_SUITE_AMDSDK3_0_TRUE@	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors ./MersenneTwister -e
-
- at TEST_SUITE_AMDSDK3_0_TRUE@test_MonteCarloAsian:
- at TEST_SUITE_AMDSDK3_0_TRUE@	cd $(ocl_sample_dir)/cl/1.x/MonteCarloAsian/bin/x86_64/$(build_type)/ && \
- at TEST_SUITE_AMDSDK3_0_TRUE@	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors ./MonteCarloAsian -e
-
- at TEST_SUITE_AMDSDK3_0_TRUE@test_MonteCarloAsianDP:
- at TEST_SUITE_AMDSDK3_0_TRUE@	cd $(ocl_sample_dir)/cl/1.x/MonteCarloAsianDP/bin/x86_64/$(build_type)/ && \
- at TEST_SUITE_AMDSDK3_0_TRUE@	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors ./MonteCarloAsianDP -e
-
- at TEST_SUITE_AMDSDK3_0_TRUE@test_MonteCarloAsianMultiGPU:
- at TEST_SUITE_AMDSDK3_0_TRUE@	cd $(ocl_sample_dir)/cl/1.x/MonteCarloAsianMultiGPU/bin/x86_64/$(build_type)/ && \
- at TEST_SUITE_AMDSDK3_0_TRUE@	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors ./MonteCarloAsianMultiGPU -e
-
- at TEST_SUITE_AMDSDK3_0_TRUE@test_NBody:
- at TEST_SUITE_AMDSDK3_0_TRUE@	cd $(ocl_sample_dir)/cl/1.x/NBody/bin/x86_64/$(build_type)/ && \
- at TEST_SUITE_AMDSDK3_0_TRUE@	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors ./NBody -e
-
- at TEST_SUITE_AMDSDK3_0_TRUE@test_PrefixSum:
- at TEST_SUITE_AMDSDK3_0_TRUE@	cd $(ocl_sample_dir)/cl/1.x/PrefixSum/bin/x86_64/$(build_type)/ && \
- at TEST_SUITE_AMDSDK3_0_TRUE@	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors ./PrefixSum -e
-
- at TEST_SUITE_AMDSDK3_0_TRUE@test_QuasiRandomSequence:
- at TEST_SUITE_AMDSDK3_0_TRUE@	cd $(ocl_sample_dir)/cl/1.x/QuasiRandomSequence/bin/x86_64/$(build_type)/ && \
- at TEST_SUITE_AMDSDK3_0_TRUE@	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors ./QuasiRandomSequence -e
-
- at TEST_SUITE_AMDSDK3_0_TRUE@test_RadixSort:
- at TEST_SUITE_AMDSDK3_0_TRUE@	cd $(ocl_sample_dir)/cl/1.x/RadixSort/bin/x86_64/$(build_type)/ && \
- at TEST_SUITE_AMDSDK3_0_TRUE@	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors ./RadixSort -e
-
- at TEST_SUITE_AMDSDK3_0_TRUE@test_RecursiveGaussian:
- at TEST_SUITE_AMDSDK3_0_TRUE@	cd $(ocl_sample_dir)/cl/1.x/RecursiveGaussian/bin/x86_64/$(build_type)/ && \
- at TEST_SUITE_AMDSDK3_0_TRUE@	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors ./RecursiveGaussian -e
-
- at TEST_SUITE_AMDSDK3_0_TRUE@test_Reduction:
- at TEST_SUITE_AMDSDK3_0_TRUE@	cd $(ocl_sample_dir)/cl/1.x/Reduction/bin/x86_64/$(build_type)/ && \
- at TEST_SUITE_AMDSDK3_0_TRUE@	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors ./Reduction -e
-
- at TEST_SUITE_AMDSDK3_0_TRUE@test_ScanLargeArrays:
- at TEST_SUITE_AMDSDK3_0_TRUE@	cd $(ocl_sample_dir)/cl/1.x/ScanLargeArrays/bin/x86_64/$(build_type)/ && \
- at TEST_SUITE_AMDSDK3_0_TRUE@	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors ./ScanLargeArrays -e
-
- at TEST_SUITE_AMDSDK3_0_TRUE@test_SimpleConvolution:
- at TEST_SUITE_AMDSDK3_0_TRUE@	cd $(ocl_sample_dir)/cl/1.x/SimpleConvolution/bin/x86_64/$(build_type)/ && \
- at TEST_SUITE_AMDSDK3_0_TRUE@	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors ./SimpleConvolution -e
-
- at TEST_SUITE_AMDSDK3_0_TRUE@test_SimpleGL:
- at TEST_SUITE_AMDSDK3_0_TRUE@	cd $(ocl_sample_dir)/cl/1.x/SimpleGL/bin/x86_64/$(build_type)/ && \
- at TEST_SUITE_AMDSDK3_0_TRUE@	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors ./SimpleGL -e
-
- at TEST_SUITE_AMDSDK3_0_TRUE@test_SimpleImage:
- at TEST_SUITE_AMDSDK3_0_TRUE@	cd $(ocl_sample_dir)/cl/1.x/SimpleImage/bin/x86_64/$(build_type)/ && \
- at TEST_SUITE_AMDSDK3_0_TRUE@	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors ./SimpleImage -e
-
- at TEST_SUITE_AMDSDK3_0_TRUE@test_SimpleSPIR:
- at TEST_SUITE_AMDSDK3_0_TRUE@	cd $(ocl_sample_dir)/cl/1.x/SimpleSPIR/bin/x86_64/$(build_type)/ && \
- at TEST_SUITE_AMDSDK3_0_TRUE@	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors ./SimpleSPIR -e
-
- at TEST_SUITE_AMDSDK3_0_TRUE@test_SoAversusAoS:
- at TEST_SUITE_AMDSDK3_0_TRUE@	cd $(ocl_sample_dir)/cpp_cl/1.x/SoAversusAoS/bin/x86_64/$(build_type)/ && \
- at TEST_SUITE_AMDSDK3_0_TRUE@	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors ./SoAversusAoS -e
-
- at TEST_SUITE_AMDSDK3_0_TRUE@test_SobelFilter:
- at TEST_SUITE_AMDSDK3_0_TRUE@	cd $(ocl_sample_dir)/cl/1.x/SobelFilter/bin/x86_64/$(build_type)/ && \
- at TEST_SUITE_AMDSDK3_0_TRUE@	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors ./SobelFilter -e
-
- at TEST_SUITE_AMDSDK3_0_TRUE@test_SobelFilterImage:
- at TEST_SUITE_AMDSDK3_0_TRUE@	cd $(ocl_sample_dir)/cpp_cl/1.x/SobelFilterImage/bin/x86_64/$(build_type)/ && \
- at TEST_SUITE_AMDSDK3_0_TRUE@	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors ./SobelFilterImage -e
-
- at TEST_SUITE_AMDSDK3_0_TRUE@test_StringSearch:
- at TEST_SUITE_AMDSDK3_0_TRUE@	cd $(ocl_sample_dir)/cl/1.x/StringSearch/bin/x86_64/$(build_type)/ && \
- at TEST_SUITE_AMDSDK3_0_TRUE@	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors ./StringSearch -e
-
- at TEST_SUITE_AMDSDK3_0_TRUE@test_Template:
- at TEST_SUITE_AMDSDK3_0_TRUE@	cd $(ocl_sample_dir)/cl/1.x/Template/bin/x86_64/$(build_type)/ && \
- at TEST_SUITE_AMDSDK3_0_TRUE@	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors ./Template -e
-
- at TEST_SUITE_AMDSDK3_0_TRUE@test_TransferOverlap:
- at TEST_SUITE_AMDSDK3_0_TRUE@	cd $(ocl_sample_dir)/cl/1.x/TransferOverlap/bin/x86_64/$(build_type)/ && \
- at TEST_SUITE_AMDSDK3_0_TRUE@	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors ./TransferOverlap -e
-
- at TEST_SUITE_AMDSDK3_0_TRUE@test_TransferOverlapCPP:
- at TEST_SUITE_AMDSDK3_0_TRUE@	cd $(ocl_sample_dir)/cpp_cl/1.x/TransferOverlapCPP/bin/x86_64/$(build_type)/ && \
- at TEST_SUITE_AMDSDK3_0_TRUE@	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors ./TransferOverlapCPP -e
-
- at TEST_SUITE_AMDSDK3_0_TRUE@test_UnsharpMask:
- at TEST_SUITE_AMDSDK3_0_TRUE@	cd $(ocl_sample_dir)/cpp_cl/1.x/UnsharpMask/bin/x86_64/$(build_type)/ && \
- at TEST_SUITE_AMDSDK3_0_TRUE@	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors ./UnsharpMask -e
-
- at TEST_SUITE_AMDSDK3_0_TRUE@test_URNG:
- at TEST_SUITE_AMDSDK3_0_TRUE@	cd $(ocl_sample_dir)/cl/1.x/URNG/bin/x86_64/$(build_type)/ && \
- at TEST_SUITE_AMDSDK3_0_TRUE@	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors ./URNG -e
-
- at TEST_SUITE_AMDSDK3_0_TRUE@test_URNGNoiseGL:
- at TEST_SUITE_AMDSDK3_0_TRUE@	cd $(ocl_sample_dir)/cpp_cl/1.x/URNGNoiseGL/bin/x86_64/$(build_type)/ && \
- at TEST_SUITE_AMDSDK3_0_TRUE@	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors ./URNGNoiseGL -e
-
- at TEST_SUITE_AMDSDK3_0_TRUE@clean-examples:
- at TEST_SUITE_AMDSDK3_0_TRUE@	rm -fr $(testsuite_src_dir) Install-AMD-APP.sh default-install_lnx_64.pl ReadMe.txt
-
-# 2.0 samples
-
- at TEST_SUITE_AMDSDK3_0_TRUE@test_BinarySearchDeviceSideEnqueue:
- at TEST_SUITE_AMDSDK3_0_TRUE@	cd $(ocl_sample_dir)/cl/2.0/BinarySearchDeviceSideEnqueue/bin/x86_64/$(build_type)/ && \
- at TEST_SUITE_AMDSDK3_0_TRUE@	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors ./BinarySearchDeviceSideEnqueue -e
-
- at TEST_SUITE_AMDSDK3_0_TRUE@test_BufferImageInterop:
- at TEST_SUITE_AMDSDK3_0_TRUE@	cd $(ocl_sample_dir)/cl/2.0/BufferImageInterop/bin/x86_64/$(build_type)/ && \
- at TEST_SUITE_AMDSDK3_0_TRUE@	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors ./BufferImageInterop -e
-
- at TEST_SUITE_AMDSDK3_0_TRUE@test_BuiltInScan:
- at TEST_SUITE_AMDSDK3_0_TRUE@	cd $(ocl_sample_dir)/cl/2.0/BuiltInScan/bin/x86_64/$(build_type)/ && \
- at TEST_SUITE_AMDSDK3_0_TRUE@	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors ./BuiltInScan -e
-
- at TEST_SUITE_AMDSDK3_0_TRUE@test_CalcPie:
- at TEST_SUITE_AMDSDK3_0_TRUE@	cd $(ocl_sample_dir)/cl/2.0/CalcPie/bin/x86_64/$(build_type)/ && \
- at TEST_SUITE_AMDSDK3_0_TRUE@	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors ./CalcPie -e
-
- at TEST_SUITE_AMDSDK3_0_TRUE@test_DeviceEnqueueBFS:
- at TEST_SUITE_AMDSDK3_0_TRUE@	cd $(ocl_sample_dir)/cl/2.0/DeviceEnqueueBFS/bin/x86_64/$(build_type)/ && \
- at TEST_SUITE_AMDSDK3_0_TRUE@	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors ./DeviceEnqueueBFS -e
-
- at TEST_SUITE_AMDSDK3_0_TRUE@test_ExtractPrimes:
- at TEST_SUITE_AMDSDK3_0_TRUE@	cd $(ocl_sample_dir)/cl/2.0/ExtractPrimes/bin/x86_64/$(build_type)/ && \
- at TEST_SUITE_AMDSDK3_0_TRUE@	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors ./ExtractPrimes -e
-
- at TEST_SUITE_AMDSDK3_0_TRUE@test_FineGrainSVM:
- at TEST_SUITE_AMDSDK3_0_TRUE@	cd $(ocl_sample_dir)/cl/2.0/FineGrainSVM/bin/x86_64/$(build_type)/ && \
- at TEST_SUITE_AMDSDK3_0_TRUE@	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors ./FineGrainSVM -e
-
- at TEST_SUITE_AMDSDK3_0_TRUE@test_FineGrainSVMCAS:
- at TEST_SUITE_AMDSDK3_0_TRUE@	cd $(ocl_sample_dir)/cl/2.0/FineGrainSVMCAS/bin/x86_64/$(build_type)/ && \
- at TEST_SUITE_AMDSDK3_0_TRUE@	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors ./FineGrainSVMCAS -e
-
- at TEST_SUITE_AMDSDK3_0_TRUE@test_HeatPDE:
- at TEST_SUITE_AMDSDK3_0_TRUE@	cd $(ocl_sample_dir)/cl/2.0/HeatPDE/bin/x86_64/$(build_type)/ && \
- at TEST_SUITE_AMDSDK3_0_TRUE@	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors ./HeatPDE -e
-
- at TEST_SUITE_AMDSDK3_0_TRUE@test_ImageBinarization:
- at TEST_SUITE_AMDSDK3_0_TRUE@	cd $(ocl_sample_dir)/cl/2.0/ImageBinarization/bin/x86_64/$(build_type)/ && \
- at TEST_SUITE_AMDSDK3_0_TRUE@	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors ./ImageBinarization -e
-
- at TEST_SUITE_AMDSDK3_0_TRUE@test_PipeProducerConsumerKernels:
- at TEST_SUITE_AMDSDK3_0_TRUE@	cd $(ocl_sample_dir)/cl/2.0/PipeProducerConsumerKernels/bin/x86_64/$(build_type)/ && \
- at TEST_SUITE_AMDSDK3_0_TRUE@	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors ./PipeProducerConsumerKernels -e
-
- at TEST_SUITE_AMDSDK3_0_TRUE@test_RangeMinimumQuery:
- at TEST_SUITE_AMDSDK3_0_TRUE@	cd $(ocl_sample_dir)/cl/2.0/RangeMinimumQuery/bin/x86_64/$(build_type)/ && \
- at TEST_SUITE_AMDSDK3_0_TRUE@	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors ./RangeMinimumQuery -e
-
- at TEST_SUITE_AMDSDK3_0_TRUE@test_RecursiveGaussian_ProgramScope:
- at TEST_SUITE_AMDSDK3_0_TRUE@	cd $(ocl_sample_dir)/cl/2.0/RecursiveGaussian_ProgramScope/bin/x86_64/$(build_type)/ && \
- at TEST_SUITE_AMDSDK3_0_TRUE@	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors ./RecursiveGaussian_ProgramScope -e
-
- at TEST_SUITE_AMDSDK3_0_TRUE@test_RegionGrowingSegmentation:
- at TEST_SUITE_AMDSDK3_0_TRUE@	cd $(ocl_sample_dir)/cl/2.0/RegionGrowingSegmentation/bin/x86_64/$(build_type)/ && \
- at TEST_SUITE_AMDSDK3_0_TRUE@	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors ./RegionGrowingSegmentation -e
-
- at TEST_SUITE_AMDSDK3_0_TRUE@test_SimpleDepthImage:
- at TEST_SUITE_AMDSDK3_0_TRUE@	cd $(ocl_sample_dir)/cl/2.0/SimpleDepthImage/bin/x86_64/$(build_type)/ && \
- at TEST_SUITE_AMDSDK3_0_TRUE@	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors ./SimpleDepthImage -e
-
- at TEST_SUITE_AMDSDK3_0_TRUE@test_SimpleGenericAddressSpace:
- at TEST_SUITE_AMDSDK3_0_TRUE@	cd $(ocl_sample_dir)/cl/2.0/SimpleGenericAddressSpace/bin/x86_64/$(build_type)/ && \
- at TEST_SUITE_AMDSDK3_0_TRUE@	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors ./SimpleGenericAddressSpace -e
-
- at TEST_SUITE_AMDSDK3_0_TRUE@test_SimplePipe:
- at TEST_SUITE_AMDSDK3_0_TRUE@	cd $(ocl_sample_dir)/cl/2.0/SimplePipe/bin/x86_64/$(build_type)/ && \
- at TEST_SUITE_AMDSDK3_0_TRUE@	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors ./SimplePipe -e
-
- at TEST_SUITE_AMDSDK3_0_TRUE@test_SVMAtomicsBinaryTreeInsert:
- at TEST_SUITE_AMDSDK3_0_TRUE@	cd $(ocl_sample_dir)/cl/2.0/SVMAtomicsBinaryTreeInsert/bin/x86_64/$(build_type)/ && \
- at TEST_SUITE_AMDSDK3_0_TRUE@	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors ./SVMAtomicsBinaryTreeInsert -e
-
- at TEST_SUITE_AMDSDK3_0_TRUE@test_SVMBinaryTreeSearch:
- at TEST_SUITE_AMDSDK3_0_TRUE@	cd $(ocl_sample_dir)/cl/2.0/SVMBinaryTreeSearch/bin/x86_64/$(build_type)/ && \
- at TEST_SUITE_AMDSDK3_0_TRUE@	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors ./SVMBinaryTreeSearch -e
-
-# Tell versions [3.59,3.63) of GNU make to not export all variables.
-# Otherwise a system limit (for SysV at least) may be exceeded.
-.NOEXPORT:
diff --git a/examples/AMDSDK3.0/amdsdk3_0.patch b/examples/AMDSDK3.0/amdsdk3_0.patch
index 0be15f4..2419fc5 100644
--- a/examples/AMDSDK3.0/amdsdk3_0.patch
+++ b/examples/AMDSDK3.0/amdsdk3_0.patch
@@ -17,6 +17,25 @@
 +		} while (!atomic_compare_exchange_strong ((global atomic_int *)&list[0], &head, next ));
  	}
  }
+--- a/AMD-APP-SDK-3.0/samples/opencl/bin/x86_64/FineGrainSVMCAS_Kernels.cl	2015-12-02 18:29:15.569686180 +0100
++++ b/AMD-APP-SDK-3.0/samples/opencl/bin/x86_64/FineGrainSVMCAS_Kernels.cl	2015-12-02 18:29:36.613019709 +0100
+@@ -26,7 +26,7 @@
+ 	if (i != get_global_size(0)) {
+ 		do {			
+ 				list[i] = head;
+-		   } while (!atomic_compare_exchange_strong((atomic_int *)&list[0], &head, i));
++		   } while (!atomic_compare_exchange_strong((global atomic_int *)&list[0], &head, i));
+ 		}
+ }
+ 
+@@ -40,6 +40,6 @@
+ 		do {
+ 			if (head == 0) return;
+ 			next = list[list[0]];
+-		} while (!atomic_compare_exchange_strong ((atomic_int *)&list[0], &head, next ));
++		} while (!atomic_compare_exchange_strong ((global atomic_int *)&list[0], &head, next ));
+ 	}
+ }
 --- a/AMD-APP-SDK-3.0/samples/opencl/cl/2.0/CalcPie/CalcPie_Kernels.cl	2015-12-02 18:26:51.179684865 +0100
 +++ b/AMD-APP-SDK-3.0/samples/opencl/cl/2.0/CalcPie/CalcPie_Kernels.cl	2015-12-02 18:27:01.906351623 +0100
 @@ -24,7 +24,7 @@
@@ -28,6 +47,17 @@
  }
  
  
+--- a/AMD-APP-SDK-3.0/samples/opencl/bin/x86_64/CalcPie_Kernels.cl	2015-12-02 18:26:51.179684865 +0100
++++ b/AMD-APP-SDK-3.0/samples/opencl/bin/x86_64/CalcPie_Kernels.cl	2015-12-02 18:27:01.906351623 +0100
+@@ -24,7 +24,7 @@
+ 	 
+   float r = sqrt((rX[i]*rX[i])+(rY[i]*rY[i]));
+   if (r <= 1) 
+-	atomic_fetch_add_explicit ((atomic_int *)inside, 1, memory_order_seq_cst, memory_scope_device);
++	atomic_fetch_add_explicit ((global atomic_int *)inside, 1, memory_order_seq_cst, memory_scope_device);
+ }
+ 
+ 
 --- a/AMD-APP-SDK-3.0/include/SDKUtil/CLUtil.hpp	2015-12-02 19:19:06.119713395 +0100
 +++ b/AMD-APP-SDK-3.0/include/SDKUtil/CLUtil.hpp	2015-12-02 19:22:34.209715291 +0100
 @@ -749,7 +749,7 @@
@@ -48,3 +78,21 @@
  					}
  				} /*end of CPU case*/
  
+--- a/AMD-APP-SDK-3.0/samples/opencl/cl/2.0/RecursiveGaussian_ProgramScope/RecursiveGaussian_ProgramScope_Kernels.cl	2015-12-02 18:30:59.949687140 +0100
++++ b/AMD-APP-SDK-3.0/samples/opencl/cl/2.0/RecursiveGaussian_ProgramScope/RecursiveGaussian_ProgramScope_Kernels.cl	2015-12-02 18:31:07.973020545 +0100
+@@ -44,7 +44,7 @@
+ 
+ 
+ 
+- __global uchar4 program_scope_temp[512 * 512];
++__constant uchar4 program_scope_temp[512 * 512];
+ 
+ 
+ __kernel 
+@@ -162,4 +162,4 @@
+ 	
+ 
+ 	
+-	
+\ No newline at end of file
++	
diff --git a/examples/ASL/CMakeLists.txt b/examples/ASL/CMakeLists.txt
index 9fa49f0..0ea4608 100644
--- a/examples/ASL/CMakeLists.txt
+++ b/examples/ASL/CMakeLists.txt
@@ -30,8 +30,8 @@ set(TS_SRCDIR "${TESTSUITE_SOURCE_BASEDIR}/${TS_NAME}")
 set(ASL_TGZ "${TS_SRCDIR}/v0.1.6.tar.gz")
 
 # find required libs - boost & vtk
-find_package(Boost 1.55)
-find_package(VTK)
+find_package(Boost 1.55 QUIET)
+find_package(VTK QUIET)
 set(VTK_VER "${VTK_MAJOR_VERSION}.${VTK_MINOR_VERSION}")
 
 if ((NOT "${CMAKE_VERSION}" VERSION_LESS "3.0.2")
@@ -182,7 +182,5 @@ if ((NOT "${CMAKE_VERSION}" VERSION_LESS "3.0.2")
       LABELS "ASL")
 
 else()
-
-  message(STATUS "Disabling testsuite ${TS_NAME}, required files not found" )
-
+  message(STATUS "Disabling testsuite ${TS_NAME}, required files (Boost or VTK) not found" )
 endif()
diff --git a/examples/CMakeLists.txt b/examples/CMakeLists.txt
index 0e9dbc9..a4c45b7 100644
--- a/examples/CMakeLists.txt
+++ b/examples/CMakeLists.txt
@@ -23,17 +23,26 @@
 #
 #=============================================================================
 
+# to install system packages required for all examples:
+#
+# on Archlinux:
+#    pacman -S blas cblas lapack lapacke openmpi svn  freeimage  python-numpy python2-numpy  python-mako python2-mako
+#
+# on Ubuntu:
+#    apt-get install libblas-dev liblapack-dev  liblapacke-dev  libopenmpi-dev   subversion python-numpy python-mako
+#
+
 add_subdirectory("example1")
 add_subdirectory("example1-spir32")
 add_subdirectory("example1-spir64")
 add_subdirectory("example2")
 add_subdirectory("example2a")
-add_subdirectory("standalone")
+add_subdirectory("poclcc")
 add_subdirectory("scalarwave")
 add_subdirectory("trig")
 add_subdirectory("EinsteinToolkit")
 
-# TODO:   opencl-book-samples  PyOpenCL
+# TODO:   opencl-book-samples
 set(ALL_TESTSUITES
     AMD AMDSDK2.9 AMDSDK3.0
     ASL arrayfire clBLAS clFFT
@@ -46,16 +55,22 @@ if("${ENABLE_TESTSUITES}" STREQUAL "all")
   set(ENABLE_TESTSUITES ${ALL_TESTSUITES})
 endif()
 
-message(STATUS "Trying to enable testsuites: ${ENABLE_TESTSUITES}")
-
 include(ExternalProject)
 
-set(ACTUALLY_ENABLED_TESTSUITES "")
-
 # invoke this to build all examples
 add_custom_target(prepare_examples)
 
-if(ENABLE_TESTSUITES)
+if(ENABLE_TESTSUITES AND (NOT DEFINED ACTUALLY_ENABLED_TESTSUITES))
+
+    unset(CMAKE_MODULE_PATH) # Use CMake builtin find module
+    find_package(Git QUIET)
+    set_expr(HAVE_GIT GIT_EXECUTABLE)
+    find_package(Subversion QUIET)
+    set_expr(HAVE_SVN Subversion_SVN_EXECUTABLE)
+
+  message(STATUS "Trying to enable testsuites: ${ENABLE_TESTSUITES}")
+
+  set(ACTUALLY_ENABLED_TESTSUITES "")
 
   if(NOT DEFINED TESTSUITE_BASEDIR)
     # TODO maybe current src dir ?
@@ -77,7 +92,8 @@ if(ENABLE_TESTSUITES)
   message(STATUS "    source: ${TESTSUITE_SOURCE_BASEDIR}")
 
   foreach(TESTSUITE IN LISTS ENABLE_TESTSUITES)
-    if(ALL_TESTSUITES MATCHES ${TESTSUITE})
+    list(FIND ALL_TESTSUITES ${TESTSUITE} INDEX)
+    if(${INDEX} GREATER -1)
       if(IS_DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}/${TESTSUITE}")
         add_subdirectory("${TESTSUITE}")
       else()
@@ -87,8 +103,33 @@ if(ENABLE_TESTSUITES)
       message(WARNING "Unknown testsuite ${TESTSUITE} requested")
     endif()
   endforeach()
+
+  set(ACTUALLY_ENABLED_TESTSUITES "${ACTUALLY_ENABLED_TESTSUITES}" CACHE STRING "Actually available & enabled testsuites")
 endif()
 
 set(ACTUALLY_ENABLED_TESTSUITES ${ACTUALLY_ENABLED_TESTSUITES} PARENT_SCOPE)
 set(ALL_TESTSUITES ${ALL_TESTSUITES} PARENT_SCOPE)
 
+set(DISABLED "${ALL_TESTSUITES}")
+foreach(TS ${ACTUALLY_ENABLED_TESTSUITES})
+  list(REMOVE_ITEM DISABLED ${TS})
+endforeach()
+
+set(DISABLED_TESTSUITES ${DISABLED} PARENT_SCOPE)
+
+######################################################################################
+
+if(ACTUALLY_ENABLED_TESTSUITES MATCHES "AMD")
+
+  if(NOT MSVC)
+    pkg_check_modules(GLEW glew)
+  endif()
+
+  if(GLEW_FOUND)
+    set(HAVE_GLEW 1 PARENT_SCOPE)
+  else()
+    set(HAVE_GLEW 0 PARENT_SCOPE)
+    message(WARNING "libGLEW not found. A few tests from AMD testsuite will not work")
+  endif()
+
+endif()
diff --git a/examples/CloverLeaf/CMakeLists.txt b/examples/CloverLeaf/CMakeLists.txt
index 0116be9..6e8fcbe 100644
--- a/examples/CloverLeaf/CMakeLists.txt
+++ b/examples/CloverLeaf/CMakeLists.txt
@@ -28,12 +28,8 @@ set(TS_BASEDIR "${TESTSUITE_BASEDIR}/${TS_NAME}")
 set(TS_BUILDDIR "${TS_BASEDIR}/src/${TS_NAME}")
 set(TS_SRCDIR "${TESTSUITE_SOURCE_BASEDIR}/${TS_NAME}")
 
-message(STATUS "Enabling testsuite ${TS_NAME}")
-list(APPEND ACTUALLY_ENABLED_TESTSUITES "${TS_NAME}")
-set(ACTUALLY_ENABLED_TESTSUITES ${ACTUALLY_ENABLED_TESTSUITES} PARENT_SCOPE)
-
 if(UNIX)
-  pkg_check_modules(OPENMPI ompi)
+  pkg_check_modules(OPENMPI QUIET ompi)
   if (OPENMPI_FOUND)
     set(EXTRA_LIB_HINTS "HINTS" "${OPENMPI_LIBRARY_DIRS}")
   endif()
@@ -43,9 +39,15 @@ endif()
 find_program(MPI_F90 mpif90)
 find_program(MPI_CC  mpicc)
 find_program(MPI_CXX  mpiCC)
+find_program(GFORTRAN gfortran)
 find_library(MPI_LIB mpi_cxx ${EXTRA_LIB_HINTS})
 
-if (MPI_F90 AND MPI_CC AND MPI_CXX AND MPI_LIB)
+if(HAVE_GIT)
+if (MPI_F90 AND MPI_CC AND MPI_CXX AND MPI_LIB AND GFORTRAN)
+
+  message(STATUS "Enabling testsuite ${TS_NAME}")
+  list(APPEND ACTUALLY_ENABLED_TESTSUITES "${TS_NAME}")
+  set(ACTUALLY_ENABLED_TESTSUITES ${ACTUALLY_ENABLED_TESTSUITES} PARENT_SCOPE)
 
   ExternalProject_Add(
     ${TS_NAME}
@@ -76,7 +78,8 @@ if (MPI_F90 AND MPI_CC AND MPI_CXX AND MPI_LIB)
       LABELS "CloverLeaf")
 
 else()
-
-  message(STATUS "Disabling testsuite ${TS_NAME}, required files not found" )
-
+  message(STATUS "Disabling testsuite ${TS_NAME}, required files (OpenMPI/gfortran) not found" )
+endif()
+else()
+  message(STATUS "Disabling testsuite ${TS_NAME}, requires git to checkout sources")
 endif()
diff --git a/examples/CloverLeaf/Makefile.am b/examples/CloverLeaf/Makefile.am
deleted file mode 100644
index 1072660..0000000
--- a/examples/CloverLeaf/Makefile.am
+++ /dev/null
@@ -1,35 +0,0 @@
-# Process this file with automake to produce Makefile.in (in this,
-# and all subdirectories).
-# Makefile.am for pocl/examples/CloverLeaf
-# 
-# Copyright (c) 2014 Pekka Jääskeläinen / Tampere University of Technology
-# 
-# Permission is hereby granted, free of charge, to any person obtaining a copy
-# of this software and associated documentation files (the "Software"), to deal
-# in the Software without restriction, including without limitation the rights
-# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-# copies of the Software, and to permit persons to whom the Software is
-# furnished to do so, subject to the following conditions:
-# 
-# The above copyright notice and this permission notice shall be included in
-# all copies or substantial portions of the Software.
-# 
-# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-# THE SOFTWARE.
-
-if TEST_SUITE_CLOVERLEAF
-
-.PHONY: build
-
-prepare-examples:
-	$(MAKE) -sC CloverLeaf_OpenCL COMPILER=GNU C_OPTIONS="-g -I${abs_top_srcdir}/include"   
-
-clean-examples:
-	$(MAKE) -sC CloverLeaf_OpenCL clean
-
-endif
diff --git a/examples/CloverLeaf/Makefile.in b/examples/CloverLeaf/Makefile.in
deleted file mode 100644
index dd559eb..0000000
--- a/examples/CloverLeaf/Makefile.in
+++ /dev/null
@@ -1,558 +0,0 @@
-# Makefile.in generated by automake 1.15 from Makefile.am.
-# @configure_input@
-
-# Copyright (C) 1994-2014 Free Software Foundation, Inc.
-
-# This Makefile.in is free software; the Free Software Foundation
-# gives unlimited permission to copy and/or distribute it,
-# with or without modifications, as long as this notice is preserved.
-
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
-# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
-# PARTICULAR PURPOSE.
-
- at SET_MAKE@
-
-# Process this file with automake to produce Makefile.in (in this,
-# and all subdirectories).
-# Makefile.am for pocl/examples/CloverLeaf
-# 
-# Copyright (c) 2014 Pekka Jääskeläinen / Tampere University of Technology
-# 
-# Permission is hereby granted, free of charge, to any person obtaining a copy
-# of this software and associated documentation files (the "Software"), to deal
-# in the Software without restriction, including without limitation the rights
-# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-# copies of the Software, and to permit persons to whom the Software is
-# furnished to do so, subject to the following conditions:
-# 
-# The above copyright notice and this permission notice shall be included in
-# all copies or substantial portions of the Software.
-# 
-# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-# THE SOFTWARE.
-VPATH = @srcdir@
-am__is_gnu_make = { \
-  if test -z '$(MAKELEVEL)'; then \
-    false; \
-  elif test -n '$(MAKE_HOST)'; then \
-    true; \
-  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
-    true; \
-  else \
-    false; \
-  fi; \
-}
-am__make_running_with_option = \
-  case $${target_option-} in \
-      ?) ;; \
-      *) echo "am__make_running_with_option: internal error: invalid" \
-              "target option '$${target_option-}' specified" >&2; \
-         exit 1;; \
-  esac; \
-  has_opt=no; \
-  sane_makeflags=$$MAKEFLAGS; \
-  if $(am__is_gnu_make); then \
-    sane_makeflags=$$MFLAGS; \
-  else \
-    case $$MAKEFLAGS in \
-      *\\[\ \	]*) \
-        bs=\\; \
-        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
-          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
-    esac; \
-  fi; \
-  skip_next=no; \
-  strip_trailopt () \
-  { \
-    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
-  }; \
-  for flg in $$sane_makeflags; do \
-    test $$skip_next = yes && { skip_next=no; continue; }; \
-    case $$flg in \
-      *=*|--*) continue;; \
-        -*I) strip_trailopt 'I'; skip_next=yes;; \
-      -*I?*) strip_trailopt 'I';; \
-        -*O) strip_trailopt 'O'; skip_next=yes;; \
-      -*O?*) strip_trailopt 'O';; \
-        -*l) strip_trailopt 'l'; skip_next=yes;; \
-      -*l?*) strip_trailopt 'l';; \
-      -[dEDm]) skip_next=yes;; \
-      -[JT]) skip_next=yes;; \
-    esac; \
-    case $$flg in \
-      *$$target_option*) has_opt=yes; break;; \
-    esac; \
-  done; \
-  test $$has_opt = yes
-am__make_dryrun = (target_option=n; $(am__make_running_with_option))
-am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
-pkgdatadir = $(datadir)/@PACKAGE@
-pkgincludedir = $(includedir)/@PACKAGE@
-pkglibdir = $(libdir)/@PACKAGE@
-pkglibexecdir = $(libexecdir)/@PACKAGE@
-am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
-install_sh_DATA = $(install_sh) -c -m 644
-install_sh_PROGRAM = $(install_sh) -c
-install_sh_SCRIPT = $(install_sh) -c
-INSTALL_HEADER = $(INSTALL_DATA)
-transform = $(program_transform_name)
-NORMAL_INSTALL = :
-PRE_INSTALL = :
-POST_INSTALL = :
-NORMAL_UNINSTALL = :
-PRE_UNINSTALL = :
-POST_UNINSTALL = :
-build_triplet = @build@
-host_triplet = @host@
-target_triplet = @target@
-subdir = examples/CloverLeaf
-ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
-am__aclocal_m4_deps = $(top_srcdir)/m4/ax_boost_base.m4 \
-	$(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
-	$(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
-	$(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/acinclude.m4 \
-	$(top_srcdir)/configure.ac
-am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
-	$(ACLOCAL_M4)
-DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
-mkinstalldirs = $(install_sh) -d
-CONFIG_HEADER = $(top_builddir)/config.h
-CONFIG_CLEAN_FILES =
-CONFIG_CLEAN_VPATH_FILES =
-AM_V_P = $(am__v_P_ at AM_V@)
-am__v_P_ = $(am__v_P_ at AM_DEFAULT_V@)
-am__v_P_0 = false
-am__v_P_1 = :
-AM_V_GEN = $(am__v_GEN_ at AM_V@)
-am__v_GEN_ = $(am__v_GEN_ at AM_DEFAULT_V@)
-am__v_GEN_0 = @echo "  GEN     " $@;
-am__v_GEN_1 = 
-AM_V_at = $(am__v_at_ at AM_V@)
-am__v_at_ = $(am__v_at_ at AM_DEFAULT_V@)
-am__v_at_0 = @
-am__v_at_1 = 
-SOURCES =
-DIST_SOURCES =
-am__can_run_installinfo = \
-  case $$AM_UPDATE_INFO_DIR in \
-    n|no|NO) false;; \
-    *) (install-info --version) >/dev/null 2>&1;; \
-  esac
-am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
-am__DIST_COMMON = $(srcdir)/Makefile.in README
-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
-ACLOCAL = @ACLOCAL@
-AMTAR = @AMTAR@
-AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
-AR = @AR@
-AUTOCONF = @AUTOCONF@
-AUTOHEADER = @AUTOHEADER@
-AUTOMAKE = @AUTOMAKE@
-AWK = @AWK@
-BOOST_CPPFLAGS = @BOOST_CPPFLAGS@
-BOOST_LDFLAGS = @BOOST_LDFLAGS@
-BUILD_TIMESTAMP = @BUILD_TIMESTAMP@
-CC = @CC@
-CCDEPMODE = @CCDEPMODE@
-CFLAGS = @CFLAGS@
-CLANG = @CLANG@
-CLANGXX = @CLANGXX@
-CLANGXX_FLAGS = @CLANGXX_FLAGS@
-CLFLAGS = @CLFLAGS@
-CPP = @CPP@
-CPPFLAGS = @CPPFLAGS@
-CXX = @CXX@
-CXXCPP = @CXXCPP@
-CXXDEPMODE = @CXXDEPMODE@
-CXXFLAGS = @CXXFLAGS@
-CYGPATH_W = @CYGPATH_W@
-DEFS = @DEFS@
-DEPDIR = @DEPDIR@
-DLLTOOL = @DLLTOOL@
-DSYMUTIL = @DSYMUTIL@
-DUMPBIN = @DUMPBIN@
-ECHO_C = @ECHO_C@
-ECHO_N = @ECHO_N@
-ECHO_T = @ECHO_T@
-EGREP = @EGREP@
-EXEEXT = @EXEEXT@
-FGREP = @FGREP@
-FORCED_CLFLAGS = @FORCED_CLFLAGS@
-GLEW_CFLAGS = @GLEW_CFLAGS@
-GLEW_LIBS = @GLEW_LIBS@
-GREP = @GREP@
-HOST = @HOST@
-HOST_AS_FLAGS = @HOST_AS_FLAGS@
-HOST_CLANG_FLAGS = @HOST_CLANG_FLAGS@
-HOST_CPU = @HOST_CPU@
-HOST_DEVICE_EXTENSION_DEFINES = @HOST_DEVICE_EXTENSION_DEFINES@
-HOST_LD_FLAGS = @HOST_LD_FLAGS@
-HOST_LLC_FLAGS = @HOST_LLC_FLAGS@
-HOST_SIZEOF_DOUBLE = @HOST_SIZEOF_DOUBLE@
-HOST_SIZEOF_HALF = @HOST_SIZEOF_HALF@
-HOST_SIZEOF_LONG = @HOST_SIZEOF_LONG@
-HOST_SIZEOF_VOID_P = @HOST_SIZEOF_VOID_P@
-HSAILASM = @HSAILASM@
-HSA_DEVICE_EXTENSION_DEFINES = @HSA_DEVICE_EXTENSION_DEFINES@
-HSA_INCLUDES = @HSA_INCLUDES@
-HSA_LIBS = @HSA_LIBS@
-HWLOC_CFLAGS = @HWLOC_CFLAGS@
-HWLOC_LIBS = @HWLOC_LIBS@
-ICD_LD_FLAGS = @ICD_LD_FLAGS@
-INSTALL = @INSTALL@
-INSTALL_DATA = @INSTALL_DATA@
-INSTALL_PROGRAM = @INSTALL_PROGRAM@
-INSTALL_SCRIPT = @INSTALL_SCRIPT@
-INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
-KERNEL_COMPILER_LIB_VERSION = @KERNEL_COMPILER_LIB_VERSION@
-LD = @LD@
-LDFLAGS = @LDFLAGS@
-LD_FLAGS_BIN = @LD_FLAGS_BIN@
-LIBOBJS = @LIBOBJS@
-LIBRARY_SUFFIX = @LIBRARY_SUFFIX@
-LIBS = @LIBS@
-LIBTOOL = @LIBTOOL@
-LIB_AGE_VERSION = @LIB_AGE_VERSION@
-LIB_CURRENT_VERSION = @LIB_CURRENT_VERSION@
-LIB_FIRST_VERSION = @LIB_FIRST_VERSION@
-LIB_REVISION_VERSION = @LIB_REVISION_VERSION@
-LIB_VERSION = @LIB_VERSION@
-LIPO = @LIPO@
-LLC = @LLC@
-LLVM_AS = @LLVM_AS@
-LLVM_CONFIG = @LLVM_CONFIG@
-LLVM_CXX_FLAGS = @LLVM_CXX_FLAGS@
-LLVM_LDFLAGS = @LLVM_LDFLAGS@
-LLVM_LIBS = @LLVM_LIBS@
-LLVM_LINK = @LLVM_LINK@
-LLVM_OPT = @LLVM_OPT@
-LLVM_VERSION = @LLVM_VERSION@
-LN_S = @LN_S@
-LTDL_LIBS = @LTDL_LIBS@
-LTLIBOBJS = @LTLIBOBJS@
-LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
-MAKEINFO = @MAKEINFO@
-MANIFEST_TOOL = @MANIFEST_TOOL@
-MKDIR_P = @MKDIR_P@
-NM = @NM@
-NMEDIT = @NMEDIT@
-OBJDUMP = @OBJDUMP@
-OBJEXT = @OBJEXT@
-OCL_ICD_CFLAGS = @OCL_ICD_CFLAGS@
-OCL_ICD_LIBS = @OCL_ICD_LIBS@
-OCL_KERNEL_ARCH = @OCL_KERNEL_ARCH@
-OCL_KERNEL_TARGET = @OCL_KERNEL_TARGET@
-OCL_KERNEL_TARGET_CPU = @OCL_KERNEL_TARGET_CPU@
-OCL_TARGETS = @OCL_TARGETS@
-OPENCL_CFLAGS = @OPENCL_CFLAGS@
-OPENCL_CMAKE = @OPENCL_CMAKE@
-OPENCL_EXTLIBS = @OPENCL_EXTLIBS@
-OPENCL_LIBS = @OPENCL_LIBS@
-OPT = @OPT@
-OTOOL = @OTOOL@
-OTOOL64 = @OTOOL64@
-PACKAGE = @PACKAGE@
-PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
-PACKAGE_NAME = @PACKAGE_NAME@
-PACKAGE_STRING = @PACKAGE_STRING@
-PACKAGE_TARNAME = @PACKAGE_TARNAME@
-PACKAGE_URL = @PACKAGE_URL@
-PACKAGE_VERSION = @PACKAGE_VERSION@
-PATH_SEPARATOR = @PATH_SEPARATOR@
-PKG_CONFIG = @PKG_CONFIG@
-PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
-PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
-POAT_TESTSUITES = @POAT_TESTSUITES@
-POCL_DEVICE_ADDRESS_BITS = @POCL_DEVICE_ADDRESS_BITS@
-PTHREAD_CC = @PTHREAD_CC@
-PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
-PTHREAD_LIBS = @PTHREAD_LIBS@
-RANLIB = @RANLIB@
-SDL_CFLAGS = @SDL_CFLAGS@
-SDL_LIBS = @SDL_LIBS@
-SED = @SED@
-SET_MAKE = @SET_MAKE@
-SHELL = @SHELL@
-STRIP = @STRIP@
-TARGET = @TARGET@
-TARGET_CLANG_FLAGS = @TARGET_CLANG_FLAGS@
-TARGET_CPU = @TARGET_CPU@
-TARGET_LLC_FLAGS = @TARGET_LLC_FLAGS@
-TARGET_SIZEOF_DOUBLE = @TARGET_SIZEOF_DOUBLE@
-TARGET_SIZEOF_HALF = @TARGET_SIZEOF_HALF@
-TARGET_SIZEOF_LONG = @TARGET_SIZEOF_LONG@
-TARGET_SIZEOF_VOID_P = @TARGET_SIZEOF_VOID_P@
-TCECC = @TCECC@
-TCEMC_AVAILABLE = @TCEMC_AVAILABLE@
-TCE_AVAILABLE = @TCE_AVAILABLE@
-TCE_CONFIG = @TCE_CONFIG@
-TCE_DEVICE_EXTENSION_DEFINES = @TCE_DEVICE_EXTENSION_DEFINES@
-VERSION = @VERSION@
-abs_builddir = @abs_builddir@
-abs_srcdir = @abs_srcdir@
-abs_top_builddir = @abs_top_builddir@
-abs_top_srcdir = @abs_top_srcdir@
-ac_ct_AR = @ac_ct_AR@
-ac_ct_CC = @ac_ct_CC@
-ac_ct_CXX = @ac_ct_CXX@
-ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
-acx_pthread_config = @acx_pthread_config@
-am__include = @am__include@
-am__leading_dot = @am__leading_dot@
-am__quote = @am__quote@
-am__tar = @am__tar@
-am__untar = @am__untar@
-bindir = @bindir@
-build = @build@
-build_alias = @build_alias@
-build_cpu = @build_cpu@
-build_os = @build_os@
-build_vendor = @build_vendor@
-builddir = @builddir@
-datadir = @datadir@
-datarootdir = @datarootdir@
-docdir = @docdir@
-dvidir = @dvidir@
-exec_prefix = @exec_prefix@
-host = @host@
-host_alias = @host_alias@
-host_cpu = @host_cpu@
-host_os = @host_os@
-host_vendor = @host_vendor@
-htmldir = @htmldir@
-includedir = @includedir@
-infodir = @infodir@
-install_sh = @install_sh@
-libdir = @libdir@
-libexecdir = @libexecdir@
-localedir = @localedir@
-localstatedir = @localstatedir@
-mandir = @mandir@
-mkdir_p = @mkdir_p@
-oldincludedir = @oldincludedir@
-pdfdir = @pdfdir@
-prefix = @prefix@
-program_transform_name = @program_transform_name@
-psdir = @psdir@
-sbindir = @sbindir@
-sharedstatedir = @sharedstatedir@
-srcdir = @srcdir@
-sysconfdir = @sysconfdir@
-target = @target@
-target_alias = @target_alias@
-target_cpu = @target_cpu@
-target_os = @target_os@
-target_vendor = @target_vendor@
-top_build_prefix = @top_build_prefix@
-top_builddir = @top_builddir@
-top_srcdir = @top_srcdir@
-all: all-am
-
-.SUFFIXES:
-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
-	@for dep in $?; do \
-	  case '$(am__configure_deps)' in \
-	    *$$dep*) \
-	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
-	        && { if test -f $@; then exit 0; else break; fi; }; \
-	      exit 1;; \
-	  esac; \
-	done; \
-	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign examples/CloverLeaf/Makefile'; \
-	$(am__cd) $(top_srcdir) && \
-	  $(AUTOMAKE) --foreign examples/CloverLeaf/Makefile
-Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
-	@case '$?' in \
-	  *config.status*) \
-	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
-	  *) \
-	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
-	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
-	esac;
-
-$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
-	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-
-$(top_srcdir)/configure:  $(am__configure_deps)
-	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
-	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-$(am__aclocal_m4_deps):
-
-mostlyclean-libtool:
-	-rm -f *.lo
-
-clean-libtool:
-	-rm -rf .libs _libs
-tags TAGS:
-
-ctags CTAGS:
-
-cscope cscopelist:
-
-
-distdir: $(DISTFILES)
-	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
-	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
-	list='$(DISTFILES)'; \
-	  dist_files=`for file in $$list; do echo $$file; done | \
-	  sed -e "s|^$$srcdirstrip/||;t" \
-	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
-	case $$dist_files in \
-	  */*) $(MKDIR_P) `echo "$$dist_files" | \
-			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
-			   sort -u` ;; \
-	esac; \
-	for file in $$dist_files; do \
-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
-	  if test -d $$d/$$file; then \
-	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
-	    if test -d "$(distdir)/$$file"; then \
-	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
-	    fi; \
-	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
-	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
-	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
-	    fi; \
-	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
-	  else \
-	    test -f "$(distdir)/$$file" \
-	    || cp -p $$d/$$file "$(distdir)/$$file" \
-	    || exit 1; \
-	  fi; \
-	done
-check-am: all-am
-check: check-am
-all-am: Makefile
-installdirs:
-install: install-am
-install-exec: install-exec-am
-install-data: install-data-am
-uninstall: uninstall-am
-
-install-am: all-am
-	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
-
-installcheck: installcheck-am
-install-strip:
-	if test -z '$(STRIP)'; then \
-	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
-	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
-	      install; \
-	else \
-	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
-	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
-	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
-	fi
-mostlyclean-generic:
-
-clean-generic:
-
-distclean-generic:
-	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
-	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
-
-maintainer-clean-generic:
-	@echo "This command is intended for maintainers to use"
-	@echo "it deletes files that may require special tools to rebuild."
-clean: clean-am
-
-clean-am: clean-generic clean-libtool mostlyclean-am
-
-distclean: distclean-am
-	-rm -f Makefile
-distclean-am: clean-am distclean-generic
-
-dvi: dvi-am
-
-dvi-am:
-
-html: html-am
-
-html-am:
-
-info: info-am
-
-info-am:
-
-install-data-am:
-
-install-dvi: install-dvi-am
-
-install-dvi-am:
-
-install-exec-am:
-
-install-html: install-html-am
-
-install-html-am:
-
-install-info: install-info-am
-
-install-info-am:
-
-install-man:
-
-install-pdf: install-pdf-am
-
-install-pdf-am:
-
-install-ps: install-ps-am
-
-install-ps-am:
-
-installcheck-am:
-
-maintainer-clean: maintainer-clean-am
-	-rm -f Makefile
-maintainer-clean-am: distclean-am maintainer-clean-generic
-
-mostlyclean: mostlyclean-am
-
-mostlyclean-am: mostlyclean-generic mostlyclean-libtool
-
-pdf: pdf-am
-
-pdf-am:
-
-ps: ps-am
-
-ps-am:
-
-uninstall-am:
-
-.MAKE: install-am install-strip
-
-.PHONY: all all-am check check-am clean clean-generic clean-libtool \
-	cscopelist-am ctags-am distclean distclean-generic \
-	distclean-libtool distdir dvi dvi-am html html-am info info-am \
-	install install-am install-data install-data-am install-dvi \
-	install-dvi-am install-exec install-exec-am install-html \
-	install-html-am install-info install-info-am install-man \
-	install-pdf install-pdf-am install-ps install-ps-am \
-	install-strip installcheck installcheck-am installdirs \
-	maintainer-clean maintainer-clean-generic mostlyclean \
-	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
-	tags-am uninstall uninstall-am
-
-.PRECIOUS: Makefile
-
-
- at TEST_SUITE_CLOVERLEAF_TRUE@.PHONY: build
-
- at TEST_SUITE_CLOVERLEAF_TRUE@prepare-examples:
- at TEST_SUITE_CLOVERLEAF_TRUE@	$(MAKE) -sC CloverLeaf_OpenCL COMPILER=GNU C_OPTIONS="-g -I${abs_top_srcdir}/include"   
-
- at TEST_SUITE_CLOVERLEAF_TRUE@clean-examples:
- at TEST_SUITE_CLOVERLEAF_TRUE@	$(MAKE) -sC CloverLeaf_OpenCL clean
-
-# Tell versions [3.59,3.63) of GNU make to not export all variables.
-# Otherwise a system limit (for SysV at least) may be exceeded.
-.NOEXPORT:
diff --git a/examples/EinsteinToolkit/CMakeLists.txt b/examples/EinsteinToolkit/CMakeLists.txt
index 7fa734b..5fd1baa 100644
--- a/examples/EinsteinToolkit/CMakeLists.txt
+++ b/examples/EinsteinToolkit/CMakeLists.txt
@@ -38,9 +38,11 @@ add_executable("EinsteinToolkit" EinsteinToolkit.c ML_BSSN_CL_RHS1.cl ML_BSSN_CL
 # EinsteinToolkit_LDADD = @OPENCL_LIBS@ ../../lib/poclu/libpoclu.la
 target_link_libraries("EinsteinToolkit" ${POCLU_LINK_OPTIONS})
 
-add_test(NAME "EinsteinToolkit" COMMAND "EinsteinToolkit")
+if(NOT MIPS)
+  add_test(NAME "EinsteinToolkit" COMMAND "EinsteinToolkit")
 
-set_tests_properties( "EinsteinToolkit"
-  PROPERTIES
+  set_tests_properties( "EinsteinToolkit"
+    PROPERTIES
     LABELS "internal;Einstein"
     DEPENDS "pocl_version_check")
+endif()
diff --git a/examples/EinsteinToolkit/ML_BSSN_CL_RHS1.cl b/examples/EinsteinToolkit/ML_BSSN_CL_RHS1.cl
index 619429d..c64185c 100644
--- a/examples/EinsteinToolkit/ML_BSSN_CL_RHS1.cl
+++ b/examples/EinsteinToolkit/ML_BSSN_CL_RHS1.cl
@@ -1,5 +1,8 @@
 // -*-C-*-
 
+#ifdef cl_khr_fp64
+#pragma OPENCL EXTENSION cl_khr_fp64 : enable
+#endif
 
 
 #define CCTK_ATTRIBUTE_UNUSED    __attribute__((__unused__))
diff --git a/examples/EinsteinToolkit/ML_BSSN_CL_RHS2.cl b/examples/EinsteinToolkit/ML_BSSN_CL_RHS2.cl
index 0e9352b..a1d666e 100644
--- a/examples/EinsteinToolkit/ML_BSSN_CL_RHS2.cl
+++ b/examples/EinsteinToolkit/ML_BSSN_CL_RHS2.cl
@@ -1,5 +1,8 @@
 // -*-C-*-
 
+#ifdef cl_khr_fp64
+#pragma OPENCL EXTENSION cl_khr_fp64 : enable
+#endif
 
 
 #define CCTK_ATTRIBUTE_UNUSED    __attribute__((__unused__))
diff --git a/examples/EinsteinToolkit/Makefile.am b/examples/EinsteinToolkit/Makefile.am
deleted file mode 100644
index bc5d9f0..0000000
--- a/examples/EinsteinToolkit/Makefile.am
+++ /dev/null
@@ -1,31 +0,0 @@
-# Process this file with automake to produce Makefile.in (in this,
-# and all subdirectories).
-# Makefile.am for pocl/examples/EinsteinToolkit
-# 
-# Copyright (c) 2011 Universidad Rey Juan Carlos
-# 
-# Permission is hereby granted, free of charge, to any person obtaining a copy
-# of this software and associated documentation files (the "Software"), to deal
-# in the Software without restriction, including without limitation the rights
-# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-# copies of the Software, and to permit persons to whom the Software is
-# furnished to do so, subject to the following conditions:
-# 
-# The above copyright notice and this permission notice shall be included in
-# all copies or substantial portions of the Software.
-# 
-# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-# THE SOFTWARE.
-
-noinst_PROGRAMS = EinsteinToolkit
-
-EinsteinToolkit_SOURCES = EinsteinToolkit.c ML_BSSN_CL_RHS1.cl ML_BSSN_CL_RHS2.cl
-EinsteinToolkit_LDADD = -lm @OPENCL_LIBS@
-EinsteinToolkit_CFLAGS = -std=c99 @OPENCL_CFLAGS@
-
-AM_CPPFLAGS = -I$(top_srcdir)/fix-include -I$(top_srcdir)/include -DSRCDIR='"$(abs_srcdir)"'
diff --git a/examples/EinsteinToolkit/Makefile.in b/examples/EinsteinToolkit/Makefile.in
deleted file mode 100644
index 7dc5d75..0000000
--- a/examples/EinsteinToolkit/Makefile.in
+++ /dev/null
@@ -1,719 +0,0 @@
-# Makefile.in generated by automake 1.15 from Makefile.am.
-# @configure_input@
-
-# Copyright (C) 1994-2014 Free Software Foundation, Inc.
-
-# This Makefile.in is free software; the Free Software Foundation
-# gives unlimited permission to copy and/or distribute it,
-# with or without modifications, as long as this notice is preserved.
-
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
-# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
-# PARTICULAR PURPOSE.
-
- at SET_MAKE@
-
-# Process this file with automake to produce Makefile.in (in this,
-# and all subdirectories).
-# Makefile.am for pocl/examples/EinsteinToolkit
-# 
-# Copyright (c) 2011 Universidad Rey Juan Carlos
-# 
-# Permission is hereby granted, free of charge, to any person obtaining a copy
-# of this software and associated documentation files (the "Software"), to deal
-# in the Software without restriction, including without limitation the rights
-# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-# copies of the Software, and to permit persons to whom the Software is
-# furnished to do so, subject to the following conditions:
-# 
-# The above copyright notice and this permission notice shall be included in
-# all copies or substantial portions of the Software.
-# 
-# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-# THE SOFTWARE.
-
-VPATH = @srcdir@
-am__is_gnu_make = { \
-  if test -z '$(MAKELEVEL)'; then \
-    false; \
-  elif test -n '$(MAKE_HOST)'; then \
-    true; \
-  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
-    true; \
-  else \
-    false; \
-  fi; \
-}
-am__make_running_with_option = \
-  case $${target_option-} in \
-      ?) ;; \
-      *) echo "am__make_running_with_option: internal error: invalid" \
-              "target option '$${target_option-}' specified" >&2; \
-         exit 1;; \
-  esac; \
-  has_opt=no; \
-  sane_makeflags=$$MAKEFLAGS; \
-  if $(am__is_gnu_make); then \
-    sane_makeflags=$$MFLAGS; \
-  else \
-    case $$MAKEFLAGS in \
-      *\\[\ \	]*) \
-        bs=\\; \
-        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
-          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
-    esac; \
-  fi; \
-  skip_next=no; \
-  strip_trailopt () \
-  { \
-    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
-  }; \
-  for flg in $$sane_makeflags; do \
-    test $$skip_next = yes && { skip_next=no; continue; }; \
-    case $$flg in \
-      *=*|--*) continue;; \
-        -*I) strip_trailopt 'I'; skip_next=yes;; \
-      -*I?*) strip_trailopt 'I';; \
-        -*O) strip_trailopt 'O'; skip_next=yes;; \
-      -*O?*) strip_trailopt 'O';; \
-        -*l) strip_trailopt 'l'; skip_next=yes;; \
-      -*l?*) strip_trailopt 'l';; \
-      -[dEDm]) skip_next=yes;; \
-      -[JT]) skip_next=yes;; \
-    esac; \
-    case $$flg in \
-      *$$target_option*) has_opt=yes; break;; \
-    esac; \
-  done; \
-  test $$has_opt = yes
-am__make_dryrun = (target_option=n; $(am__make_running_with_option))
-am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
-pkgdatadir = $(datadir)/@PACKAGE@
-pkgincludedir = $(includedir)/@PACKAGE@
-pkglibdir = $(libdir)/@PACKAGE@
-pkglibexecdir = $(libexecdir)/@PACKAGE@
-am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
-install_sh_DATA = $(install_sh) -c -m 644
-install_sh_PROGRAM = $(install_sh) -c
-install_sh_SCRIPT = $(install_sh) -c
-INSTALL_HEADER = $(INSTALL_DATA)
-transform = $(program_transform_name)
-NORMAL_INSTALL = :
-PRE_INSTALL = :
-POST_INSTALL = :
-NORMAL_UNINSTALL = :
-PRE_UNINSTALL = :
-POST_UNINSTALL = :
-build_triplet = @build@
-host_triplet = @host@
-target_triplet = @target@
-noinst_PROGRAMS = EinsteinToolkit$(EXEEXT)
-subdir = examples/EinsteinToolkit
-ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
-am__aclocal_m4_deps = $(top_srcdir)/m4/ax_boost_base.m4 \
-	$(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
-	$(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
-	$(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/acinclude.m4 \
-	$(top_srcdir)/configure.ac
-am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
-	$(ACLOCAL_M4)
-DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
-mkinstalldirs = $(install_sh) -d
-CONFIG_HEADER = $(top_builddir)/config.h
-CONFIG_CLEAN_FILES =
-CONFIG_CLEAN_VPATH_FILES =
-PROGRAMS = $(noinst_PROGRAMS)
-am_EinsteinToolkit_OBJECTS =  \
-	EinsteinToolkit-EinsteinToolkit.$(OBJEXT)
-EinsteinToolkit_OBJECTS = $(am_EinsteinToolkit_OBJECTS)
-EinsteinToolkit_DEPENDENCIES =
-AM_V_lt = $(am__v_lt_ at AM_V@)
-am__v_lt_ = $(am__v_lt_ at AM_DEFAULT_V@)
-am__v_lt_0 = --silent
-am__v_lt_1 = 
-EinsteinToolkit_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
-	$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
-	$(EinsteinToolkit_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \
-	-o $@
-AM_V_P = $(am__v_P_ at AM_V@)
-am__v_P_ = $(am__v_P_ at AM_DEFAULT_V@)
-am__v_P_0 = false
-am__v_P_1 = :
-AM_V_GEN = $(am__v_GEN_ at AM_V@)
-am__v_GEN_ = $(am__v_GEN_ at AM_DEFAULT_V@)
-am__v_GEN_0 = @echo "  GEN     " $@;
-am__v_GEN_1 = 
-AM_V_at = $(am__v_at_ at AM_V@)
-am__v_at_ = $(am__v_at_ at AM_DEFAULT_V@)
-am__v_at_0 = @
-am__v_at_1 = 
-DEFAULT_INCLUDES = -I. at am__isrc@ -I$(top_builddir)
-depcomp = $(SHELL) $(top_srcdir)/config/depcomp
-am__depfiles_maybe = depfiles
-am__mv = mv -f
-COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
-	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
-LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
-	$(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
-	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
-	$(AM_CFLAGS) $(CFLAGS)
-AM_V_CC = $(am__v_CC_ at AM_V@)
-am__v_CC_ = $(am__v_CC_ at AM_DEFAULT_V@)
-am__v_CC_0 = @echo "  CC      " $@;
-am__v_CC_1 = 
-CCLD = $(CC)
-LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
-	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
-AM_V_CCLD = $(am__v_CCLD_ at AM_V@)
-am__v_CCLD_ = $(am__v_CCLD_ at AM_DEFAULT_V@)
-am__v_CCLD_0 = @echo "  CCLD    " $@;
-am__v_CCLD_1 = 
-SOURCES = $(EinsteinToolkit_SOURCES)
-DIST_SOURCES = $(EinsteinToolkit_SOURCES)
-am__can_run_installinfo = \
-  case $$AM_UPDATE_INFO_DIR in \
-    n|no|NO) false;; \
-    *) (install-info --version) >/dev/null 2>&1;; \
-  esac
-am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
-# Read a list of newline-separated strings from the standard input,
-# and print each of them once, without duplicates.  Input order is
-# *not* preserved.
-am__uniquify_input = $(AWK) '\
-  BEGIN { nonempty = 0; } \
-  { items[$$0] = 1; nonempty = 1; } \
-  END { if (nonempty) { for (i in items) print i; }; } \
-'
-# Make sure the list of sources is unique.  This is necessary because,
-# e.g., the same source file might be shared among _SOURCES variables
-# for different programs/libraries.
-am__define_uniq_tagged_files = \
-  list='$(am__tagged_files)'; \
-  unique=`for i in $$list; do \
-    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
-  done | $(am__uniquify_input)`
-ETAGS = etags
-CTAGS = ctags
-am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/config/depcomp
-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
-ACLOCAL = @ACLOCAL@
-AMTAR = @AMTAR@
-AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
-AR = @AR@
-AUTOCONF = @AUTOCONF@
-AUTOHEADER = @AUTOHEADER@
-AUTOMAKE = @AUTOMAKE@
-AWK = @AWK@
-BOOST_CPPFLAGS = @BOOST_CPPFLAGS@
-BOOST_LDFLAGS = @BOOST_LDFLAGS@
-BUILD_TIMESTAMP = @BUILD_TIMESTAMP@
-CC = @CC@
-CCDEPMODE = @CCDEPMODE@
-CFLAGS = @CFLAGS@
-CLANG = @CLANG@
-CLANGXX = @CLANGXX@
-CLANGXX_FLAGS = @CLANGXX_FLAGS@
-CLFLAGS = @CLFLAGS@
-CPP = @CPP@
-CPPFLAGS = @CPPFLAGS@
-CXX = @CXX@
-CXXCPP = @CXXCPP@
-CXXDEPMODE = @CXXDEPMODE@
-CXXFLAGS = @CXXFLAGS@
-CYGPATH_W = @CYGPATH_W@
-DEFS = @DEFS@
-DEPDIR = @DEPDIR@
-DLLTOOL = @DLLTOOL@
-DSYMUTIL = @DSYMUTIL@
-DUMPBIN = @DUMPBIN@
-ECHO_C = @ECHO_C@
-ECHO_N = @ECHO_N@
-ECHO_T = @ECHO_T@
-EGREP = @EGREP@
-EXEEXT = @EXEEXT@
-FGREP = @FGREP@
-FORCED_CLFLAGS = @FORCED_CLFLAGS@
-GLEW_CFLAGS = @GLEW_CFLAGS@
-GLEW_LIBS = @GLEW_LIBS@
-GREP = @GREP@
-HOST = @HOST@
-HOST_AS_FLAGS = @HOST_AS_FLAGS@
-HOST_CLANG_FLAGS = @HOST_CLANG_FLAGS@
-HOST_CPU = @HOST_CPU@
-HOST_DEVICE_EXTENSION_DEFINES = @HOST_DEVICE_EXTENSION_DEFINES@
-HOST_LD_FLAGS = @HOST_LD_FLAGS@
-HOST_LLC_FLAGS = @HOST_LLC_FLAGS@
-HOST_SIZEOF_DOUBLE = @HOST_SIZEOF_DOUBLE@
-HOST_SIZEOF_HALF = @HOST_SIZEOF_HALF@
-HOST_SIZEOF_LONG = @HOST_SIZEOF_LONG@
-HOST_SIZEOF_VOID_P = @HOST_SIZEOF_VOID_P@
-HSAILASM = @HSAILASM@
-HSA_DEVICE_EXTENSION_DEFINES = @HSA_DEVICE_EXTENSION_DEFINES@
-HSA_INCLUDES = @HSA_INCLUDES@
-HSA_LIBS = @HSA_LIBS@
-HWLOC_CFLAGS = @HWLOC_CFLAGS@
-HWLOC_LIBS = @HWLOC_LIBS@
-ICD_LD_FLAGS = @ICD_LD_FLAGS@
-INSTALL = @INSTALL@
-INSTALL_DATA = @INSTALL_DATA@
-INSTALL_PROGRAM = @INSTALL_PROGRAM@
-INSTALL_SCRIPT = @INSTALL_SCRIPT@
-INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
-KERNEL_COMPILER_LIB_VERSION = @KERNEL_COMPILER_LIB_VERSION@
-LD = @LD@
-LDFLAGS = @LDFLAGS@
-LD_FLAGS_BIN = @LD_FLAGS_BIN@
-LIBOBJS = @LIBOBJS@
-LIBRARY_SUFFIX = @LIBRARY_SUFFIX@
-LIBS = @LIBS@
-LIBTOOL = @LIBTOOL@
-LIB_AGE_VERSION = @LIB_AGE_VERSION@
-LIB_CURRENT_VERSION = @LIB_CURRENT_VERSION@
-LIB_FIRST_VERSION = @LIB_FIRST_VERSION@
-LIB_REVISION_VERSION = @LIB_REVISION_VERSION@
-LIB_VERSION = @LIB_VERSION@
-LIPO = @LIPO@
-LLC = @LLC@
-LLVM_AS = @LLVM_AS@
-LLVM_CONFIG = @LLVM_CONFIG@
-LLVM_CXX_FLAGS = @LLVM_CXX_FLAGS@
-LLVM_LDFLAGS = @LLVM_LDFLAGS@
-LLVM_LIBS = @LLVM_LIBS@
-LLVM_LINK = @LLVM_LINK@
-LLVM_OPT = @LLVM_OPT@
-LLVM_VERSION = @LLVM_VERSION@
-LN_S = @LN_S@
-LTDL_LIBS = @LTDL_LIBS@
-LTLIBOBJS = @LTLIBOBJS@
-LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
-MAKEINFO = @MAKEINFO@
-MANIFEST_TOOL = @MANIFEST_TOOL@
-MKDIR_P = @MKDIR_P@
-NM = @NM@
-NMEDIT = @NMEDIT@
-OBJDUMP = @OBJDUMP@
-OBJEXT = @OBJEXT@
-OCL_ICD_CFLAGS = @OCL_ICD_CFLAGS@
-OCL_ICD_LIBS = @OCL_ICD_LIBS@
-OCL_KERNEL_ARCH = @OCL_KERNEL_ARCH@
-OCL_KERNEL_TARGET = @OCL_KERNEL_TARGET@
-OCL_KERNEL_TARGET_CPU = @OCL_KERNEL_TARGET_CPU@
-OCL_TARGETS = @OCL_TARGETS@
-OPENCL_CFLAGS = @OPENCL_CFLAGS@
-OPENCL_CMAKE = @OPENCL_CMAKE@
-OPENCL_EXTLIBS = @OPENCL_EXTLIBS@
-OPENCL_LIBS = @OPENCL_LIBS@
-OPT = @OPT@
-OTOOL = @OTOOL@
-OTOOL64 = @OTOOL64@
-PACKAGE = @PACKAGE@
-PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
-PACKAGE_NAME = @PACKAGE_NAME@
-PACKAGE_STRING = @PACKAGE_STRING@
-PACKAGE_TARNAME = @PACKAGE_TARNAME@
-PACKAGE_URL = @PACKAGE_URL@
-PACKAGE_VERSION = @PACKAGE_VERSION@
-PATH_SEPARATOR = @PATH_SEPARATOR@
-PKG_CONFIG = @PKG_CONFIG@
-PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
-PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
-POAT_TESTSUITES = @POAT_TESTSUITES@
-POCL_DEVICE_ADDRESS_BITS = @POCL_DEVICE_ADDRESS_BITS@
-PTHREAD_CC = @PTHREAD_CC@
-PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
-PTHREAD_LIBS = @PTHREAD_LIBS@
-RANLIB = @RANLIB@
-SDL_CFLAGS = @SDL_CFLAGS@
-SDL_LIBS = @SDL_LIBS@
-SED = @SED@
-SET_MAKE = @SET_MAKE@
-SHELL = @SHELL@
-STRIP = @STRIP@
-TARGET = @TARGET@
-TARGET_CLANG_FLAGS = @TARGET_CLANG_FLAGS@
-TARGET_CPU = @TARGET_CPU@
-TARGET_LLC_FLAGS = @TARGET_LLC_FLAGS@
-TARGET_SIZEOF_DOUBLE = @TARGET_SIZEOF_DOUBLE@
-TARGET_SIZEOF_HALF = @TARGET_SIZEOF_HALF@
-TARGET_SIZEOF_LONG = @TARGET_SIZEOF_LONG@
-TARGET_SIZEOF_VOID_P = @TARGET_SIZEOF_VOID_P@
-TCECC = @TCECC@
-TCEMC_AVAILABLE = @TCEMC_AVAILABLE@
-TCE_AVAILABLE = @TCE_AVAILABLE@
-TCE_CONFIG = @TCE_CONFIG@
-TCE_DEVICE_EXTENSION_DEFINES = @TCE_DEVICE_EXTENSION_DEFINES@
-VERSION = @VERSION@
-abs_builddir = @abs_builddir@
-abs_srcdir = @abs_srcdir@
-abs_top_builddir = @abs_top_builddir@
-abs_top_srcdir = @abs_top_srcdir@
-ac_ct_AR = @ac_ct_AR@
-ac_ct_CC = @ac_ct_CC@
-ac_ct_CXX = @ac_ct_CXX@
-ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
-acx_pthread_config = @acx_pthread_config@
-am__include = @am__include@
-am__leading_dot = @am__leading_dot@
-am__quote = @am__quote@
-am__tar = @am__tar@
-am__untar = @am__untar@
-bindir = @bindir@
-build = @build@
-build_alias = @build_alias@
-build_cpu = @build_cpu@
-build_os = @build_os@
-build_vendor = @build_vendor@
-builddir = @builddir@
-datadir = @datadir@
-datarootdir = @datarootdir@
-docdir = @docdir@
-dvidir = @dvidir@
-exec_prefix = @exec_prefix@
-host = @host@
-host_alias = @host_alias@
-host_cpu = @host_cpu@
-host_os = @host_os@
-host_vendor = @host_vendor@
-htmldir = @htmldir@
-includedir = @includedir@
-infodir = @infodir@
-install_sh = @install_sh@
-libdir = @libdir@
-libexecdir = @libexecdir@
-localedir = @localedir@
-localstatedir = @localstatedir@
-mandir = @mandir@
-mkdir_p = @mkdir_p@
-oldincludedir = @oldincludedir@
-pdfdir = @pdfdir@
-prefix = @prefix@
-program_transform_name = @program_transform_name@
-psdir = @psdir@
-sbindir = @sbindir@
-sharedstatedir = @sharedstatedir@
-srcdir = @srcdir@
-sysconfdir = @sysconfdir@
-target = @target@
-target_alias = @target_alias@
-target_cpu = @target_cpu@
-target_os = @target_os@
-target_vendor = @target_vendor@
-top_build_prefix = @top_build_prefix@
-top_builddir = @top_builddir@
-top_srcdir = @top_srcdir@
-EinsteinToolkit_SOURCES = EinsteinToolkit.c ML_BSSN_CL_RHS1.cl ML_BSSN_CL_RHS2.cl
-EinsteinToolkit_LDADD = -lm @OPENCL_LIBS@
-EinsteinToolkit_CFLAGS = -std=c99 @OPENCL_CFLAGS@
-AM_CPPFLAGS = -I$(top_srcdir)/fix-include -I$(top_srcdir)/include -DSRCDIR='"$(abs_srcdir)"'
-all: all-am
-
-.SUFFIXES:
-.SUFFIXES: .c .lo .o .obj
-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
-	@for dep in $?; do \
-	  case '$(am__configure_deps)' in \
-	    *$$dep*) \
-	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
-	        && { if test -f $@; then exit 0; else break; fi; }; \
-	      exit 1;; \
-	  esac; \
-	done; \
-	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign examples/EinsteinToolkit/Makefile'; \
-	$(am__cd) $(top_srcdir) && \
-	  $(AUTOMAKE) --foreign examples/EinsteinToolkit/Makefile
-Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
-	@case '$?' in \
-	  *config.status*) \
-	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
-	  *) \
-	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
-	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
-	esac;
-
-$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
-	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-
-$(top_srcdir)/configure:  $(am__configure_deps)
-	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
-	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-$(am__aclocal_m4_deps):
-
-clean-noinstPROGRAMS:
-	@list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \
-	echo " rm -f" $$list; \
-	rm -f $$list || exit $$?; \
-	test -n "$(EXEEXT)" || exit 0; \
-	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
-	echo " rm -f" $$list; \
-	rm -f $$list
-
-EinsteinToolkit$(EXEEXT): $(EinsteinToolkit_OBJECTS) $(EinsteinToolkit_DEPENDENCIES) $(EXTRA_EinsteinToolkit_DEPENDENCIES) 
-	@rm -f EinsteinToolkit$(EXEEXT)
-	$(AM_V_CCLD)$(EinsteinToolkit_LINK) $(EinsteinToolkit_OBJECTS) $(EinsteinToolkit_LDADD) $(LIBS)
-
-mostlyclean-compile:
-	-rm -f *.$(OBJEXT)
-
-distclean-compile:
-	-rm -f *.tab.c
-
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/EinsteinToolkit-EinsteinToolkit.Po at am__quote@
-
-.c.o:
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(COMPILE) -c -o $@ $<
-
-.c.obj:
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
-
-.c.lo:
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(LTCOMPILE) -c -o $@ $<
-
-EinsteinToolkit-EinsteinToolkit.o: EinsteinToolkit.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(EinsteinToolkit_CFLAGS) $(CFLAGS) -MT EinsteinToolkit-EinsteinToolkit.o -MD -MP -MF $(DEPDIR)/EinsteinToolkit-EinsteinToolkit.Tpo -c -o EinsteinToolkit-EinsteinToolkit.o `test -f 'EinsteinToolkit.c' || echo '$(srcdir)/'`EinsteinToolkit.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/EinsteinToolkit-EinsteinToolkit.Tpo $(DEPDIR)/EinsteinToolkit-EinsteinToolkit.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='EinsteinToolkit.c' object='EinsteinToolkit-EinsteinToolkit.o' libtool=no @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(EinsteinToolkit_CFLAGS) $(CFLAGS) -c -o EinsteinToolkit-EinsteinToolkit.o `test -f 'EinsteinToolkit.c' || echo '$(srcdir)/'`EinsteinToolkit.c
-
-EinsteinToolkit-EinsteinToolkit.obj: EinsteinToolkit.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(EinsteinToolkit_CFLAGS) $(CFLAGS) -MT EinsteinToolkit-EinsteinToolkit.obj -MD -MP -MF $(DEPDIR)/EinsteinToolkit-EinsteinToolkit.Tpo -c -o EinsteinToolkit-EinsteinToolkit.obj `if test -f 'EinsteinToolkit.c'; then $(CYGPATH_W) 'EinsteinToolkit.c'; else $(CYGPATH_W) '$(srcdir)/EinsteinToolkit.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/EinsteinToolkit-EinsteinToolkit.Tpo $(DEPDIR)/EinsteinToolkit-EinsteinToolkit.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='EinsteinToolkit.c' object='EinsteinToolkit-EinsteinToolkit.obj' libtool=no @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(EinsteinToolkit_CFLAGS) $(CFLAGS) -c -o EinsteinToolkit-EinsteinToolkit.obj `if test -f 'EinsteinToolkit.c'; then $(CYGPATH_W) 'EinsteinToolkit.c'; else $(CYGPATH_W) '$(srcdir)/EinsteinToolkit.c'; fi`
-
-mostlyclean-libtool:
-	-rm -f *.lo
-
-clean-libtool:
-	-rm -rf .libs _libs
-
-ID: $(am__tagged_files)
-	$(am__define_uniq_tagged_files); mkid -fID $$unique
-tags: tags-am
-TAGS: tags
-
-tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
-	set x; \
-	here=`pwd`; \
-	$(am__define_uniq_tagged_files); \
-	shift; \
-	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
-	  test -n "$$unique" || unique=$$empty_fix; \
-	  if test $$# -gt 0; then \
-	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
-	      "$$@" $$unique; \
-	  else \
-	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
-	      $$unique; \
-	  fi; \
-	fi
-ctags: ctags-am
-
-CTAGS: ctags
-ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
-	$(am__define_uniq_tagged_files); \
-	test -z "$(CTAGS_ARGS)$$unique" \
-	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
-	     $$unique
-
-GTAGS:
-	here=`$(am__cd) $(top_builddir) && pwd` \
-	  && $(am__cd) $(top_srcdir) \
-	  && gtags -i $(GTAGS_ARGS) "$$here"
-cscopelist: cscopelist-am
-
-cscopelist-am: $(am__tagged_files)
-	list='$(am__tagged_files)'; \
-	case "$(srcdir)" in \
-	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
-	  *) sdir=$(subdir)/$(srcdir) ;; \
-	esac; \
-	for i in $$list; do \
-	  if test -f "$$i"; then \
-	    echo "$(subdir)/$$i"; \
-	  else \
-	    echo "$$sdir/$$i"; \
-	  fi; \
-	done >> $(top_builddir)/cscope.files
-
-distclean-tags:
-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
-
-distdir: $(DISTFILES)
-	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
-	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
-	list='$(DISTFILES)'; \
-	  dist_files=`for file in $$list; do echo $$file; done | \
-	  sed -e "s|^$$srcdirstrip/||;t" \
-	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
-	case $$dist_files in \
-	  */*) $(MKDIR_P) `echo "$$dist_files" | \
-			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
-			   sort -u` ;; \
-	esac; \
-	for file in $$dist_files; do \
-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
-	  if test -d $$d/$$file; then \
-	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
-	    if test -d "$(distdir)/$$file"; then \
-	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
-	    fi; \
-	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
-	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
-	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
-	    fi; \
-	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
-	  else \
-	    test -f "$(distdir)/$$file" \
-	    || cp -p $$d/$$file "$(distdir)/$$file" \
-	    || exit 1; \
-	  fi; \
-	done
-check-am: all-am
-check: check-am
-all-am: Makefile $(PROGRAMS)
-installdirs:
-install: install-am
-install-exec: install-exec-am
-install-data: install-data-am
-uninstall: uninstall-am
-
-install-am: all-am
-	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
-
-installcheck: installcheck-am
-install-strip:
-	if test -z '$(STRIP)'; then \
-	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
-	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
-	      install; \
-	else \
-	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
-	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
-	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
-	fi
-mostlyclean-generic:
-
-clean-generic:
-
-distclean-generic:
-	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
-	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
-
-maintainer-clean-generic:
-	@echo "This command is intended for maintainers to use"
-	@echo "it deletes files that may require special tools to rebuild."
-clean: clean-am
-
-clean-am: clean-generic clean-libtool clean-noinstPROGRAMS \
-	mostlyclean-am
-
-distclean: distclean-am
-	-rm -rf ./$(DEPDIR)
-	-rm -f Makefile
-distclean-am: clean-am distclean-compile distclean-generic \
-	distclean-tags
-
-dvi: dvi-am
-
-dvi-am:
-
-html: html-am
-
-html-am:
-
-info: info-am
-
-info-am:
-
-install-data-am:
-
-install-dvi: install-dvi-am
-
-install-dvi-am:
-
-install-exec-am:
-
-install-html: install-html-am
-
-install-html-am:
-
-install-info: install-info-am
-
-install-info-am:
-
-install-man:
-
-install-pdf: install-pdf-am
-
-install-pdf-am:
-
-install-ps: install-ps-am
-
-install-ps-am:
-
-installcheck-am:
-
-maintainer-clean: maintainer-clean-am
-	-rm -rf ./$(DEPDIR)
-	-rm -f Makefile
-maintainer-clean-am: distclean-am maintainer-clean-generic
-
-mostlyclean: mostlyclean-am
-
-mostlyclean-am: mostlyclean-compile mostlyclean-generic \
-	mostlyclean-libtool
-
-pdf: pdf-am
-
-pdf-am:
-
-ps: ps-am
-
-ps-am:
-
-uninstall-am:
-
-.MAKE: install-am install-strip
-
-.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
-	clean-libtool clean-noinstPROGRAMS cscopelist-am ctags \
-	ctags-am distclean distclean-compile distclean-generic \
-	distclean-libtool distclean-tags distdir dvi dvi-am html \
-	html-am info info-am install install-am install-data \
-	install-data-am install-dvi install-dvi-am install-exec \
-	install-exec-am install-html install-html-am install-info \
-	install-info-am install-man install-pdf install-pdf-am \
-	install-ps install-ps-am install-strip installcheck \
-	installcheck-am installdirs maintainer-clean \
-	maintainer-clean-generic mostlyclean mostlyclean-compile \
-	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
-	tags tags-am uninstall uninstall-am
-
-.PRECIOUS: Makefile
-
-
-# Tell versions [3.59,3.63) of GNU make to not export all variables.
-# Otherwise a system limit (for SysV at least) may be exceeded.
-.NOEXPORT:
diff --git a/examples/Halide/CMakeLists.txt b/examples/Halide/CMakeLists.txt
index 65f7865..2cf8abc 100644
--- a/examples/Halide/CMakeLists.txt
+++ b/examples/Halide/CMakeLists.txt
@@ -28,13 +28,13 @@ set(TS_BASEDIR "${TESTSUITE_BASEDIR}/${TS_NAME}")
 set(TS_BUILDDIR "${TS_BASEDIR}/src/${TS_NAME}-build")
 set(TS_SRCDIR "${TESTSUITE_SOURCE_BASEDIR}/${TS_NAME}")
 
+# Halide disabled for now, need to find out which tests actually use OpenCL
+if(0)
+
 message(STATUS "Enabling testsuite ${TS_NAME}")
 list(APPEND ACTUALLY_ENABLED_TESTSUITES "${TS_NAME}")
 set(ACTUALLY_ENABLED_TESTSUITES ${ACTUALLY_ENABLED_TESTSUITES} PARENT_SCOPE)
 
-# Halide disabled for now, need to find out which tests actually use OpenCL
-if(0)
-
 ExternalProject_Add(
   ${TS_NAME}
   PREFIX "${TS_BASEDIR}"
diff --git a/examples/Halide/Makefile.am b/examples/Halide/Makefile.am
deleted file mode 100644
index 785cdeb..0000000
--- a/examples/Halide/Makefile.am
+++ /dev/null
@@ -1,39 +0,0 @@
-# Process this file with automake to produce Makefile.in (in this,
-# and all subdirectories).
-# Makefile.am for pocl/examples/Halide
-# 
-# Copyright (c) 2014 Pekka Jääskeläinen / Tampere University of Technology
-# 
-# Permission is hereby granted, free of charge, to any person obtaining a copy
-# of this software and associated documentation files (the "Software"), to deal
-# in the Software without restriction, including without limitation the rights
-# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-# copies of the Software, and to permit persons to whom the Software is
-# furnished to do so, subject to the following conditions:
-# 
-# The above copyright notice and this permission notice shall be included in
-# all copies or substantial portions of the Software.
-# 
-# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-# THE SOFTWARE.
-
-if TEST_SUITE_HALIDE
-
-.PHONY: build
-
-prepare-examples:
-	make USE_LLVM_SHARED_LIB=1 -sC Halide bin/tutorial_lesson_12_using_the_gpu
-	HL_TARGET=opencl make USE_LLVM_SHARED_LIB=1 -sC Halide/apps/local_laplacian
-	HL_TARGET=opencl make USE_LLVM_SHARED_LIB=1 -sC Halide/apps/bilateral_grid
-	HL_TARGET=opencl make USE_LLVM_SHARED_LIB=1 -sC Halide/apps/interpolate
-	if test ! -e buhd4k.png; then wget http://www.cs.tut.fi/~pjaaskel/buhd4k.png -O buhd4k.png; fi
-
-clean-examples:
-	make -C Halide clean
-
-endif
diff --git a/examples/Halide/Makefile.in b/examples/Halide/Makefile.in
deleted file mode 100644
index 5751e34..0000000
--- a/examples/Halide/Makefile.in
+++ /dev/null
@@ -1,562 +0,0 @@
-# Makefile.in generated by automake 1.15 from Makefile.am.
-# @configure_input@
-
-# Copyright (C) 1994-2014 Free Software Foundation, Inc.
-
-# This Makefile.in is free software; the Free Software Foundation
-# gives unlimited permission to copy and/or distribute it,
-# with or without modifications, as long as this notice is preserved.
-
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
-# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
-# PARTICULAR PURPOSE.
-
- at SET_MAKE@
-
-# Process this file with automake to produce Makefile.in (in this,
-# and all subdirectories).
-# Makefile.am for pocl/examples/Halide
-# 
-# Copyright (c) 2014 Pekka Jääskeläinen / Tampere University of Technology
-# 
-# Permission is hereby granted, free of charge, to any person obtaining a copy
-# of this software and associated documentation files (the "Software"), to deal
-# in the Software without restriction, including without limitation the rights
-# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-# copies of the Software, and to permit persons to whom the Software is
-# furnished to do so, subject to the following conditions:
-# 
-# The above copyright notice and this permission notice shall be included in
-# all copies or substantial portions of the Software.
-# 
-# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-# THE SOFTWARE.
-VPATH = @srcdir@
-am__is_gnu_make = { \
-  if test -z '$(MAKELEVEL)'; then \
-    false; \
-  elif test -n '$(MAKE_HOST)'; then \
-    true; \
-  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
-    true; \
-  else \
-    false; \
-  fi; \
-}
-am__make_running_with_option = \
-  case $${target_option-} in \
-      ?) ;; \
-      *) echo "am__make_running_with_option: internal error: invalid" \
-              "target option '$${target_option-}' specified" >&2; \
-         exit 1;; \
-  esac; \
-  has_opt=no; \
-  sane_makeflags=$$MAKEFLAGS; \
-  if $(am__is_gnu_make); then \
-    sane_makeflags=$$MFLAGS; \
-  else \
-    case $$MAKEFLAGS in \
-      *\\[\ \	]*) \
-        bs=\\; \
-        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
-          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
-    esac; \
-  fi; \
-  skip_next=no; \
-  strip_trailopt () \
-  { \
-    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
-  }; \
-  for flg in $$sane_makeflags; do \
-    test $$skip_next = yes && { skip_next=no; continue; }; \
-    case $$flg in \
-      *=*|--*) continue;; \
-        -*I) strip_trailopt 'I'; skip_next=yes;; \
-      -*I?*) strip_trailopt 'I';; \
-        -*O) strip_trailopt 'O'; skip_next=yes;; \
-      -*O?*) strip_trailopt 'O';; \
-        -*l) strip_trailopt 'l'; skip_next=yes;; \
-      -*l?*) strip_trailopt 'l';; \
-      -[dEDm]) skip_next=yes;; \
-      -[JT]) skip_next=yes;; \
-    esac; \
-    case $$flg in \
-      *$$target_option*) has_opt=yes; break;; \
-    esac; \
-  done; \
-  test $$has_opt = yes
-am__make_dryrun = (target_option=n; $(am__make_running_with_option))
-am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
-pkgdatadir = $(datadir)/@PACKAGE@
-pkgincludedir = $(includedir)/@PACKAGE@
-pkglibdir = $(libdir)/@PACKAGE@
-pkglibexecdir = $(libexecdir)/@PACKAGE@
-am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
-install_sh_DATA = $(install_sh) -c -m 644
-install_sh_PROGRAM = $(install_sh) -c
-install_sh_SCRIPT = $(install_sh) -c
-INSTALL_HEADER = $(INSTALL_DATA)
-transform = $(program_transform_name)
-NORMAL_INSTALL = :
-PRE_INSTALL = :
-POST_INSTALL = :
-NORMAL_UNINSTALL = :
-PRE_UNINSTALL = :
-POST_UNINSTALL = :
-build_triplet = @build@
-host_triplet = @host@
-target_triplet = @target@
-subdir = examples/Halide
-ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
-am__aclocal_m4_deps = $(top_srcdir)/m4/ax_boost_base.m4 \
-	$(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
-	$(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
-	$(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/acinclude.m4 \
-	$(top_srcdir)/configure.ac
-am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
-	$(ACLOCAL_M4)
-DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
-mkinstalldirs = $(install_sh) -d
-CONFIG_HEADER = $(top_builddir)/config.h
-CONFIG_CLEAN_FILES =
-CONFIG_CLEAN_VPATH_FILES =
-AM_V_P = $(am__v_P_ at AM_V@)
-am__v_P_ = $(am__v_P_ at AM_DEFAULT_V@)
-am__v_P_0 = false
-am__v_P_1 = :
-AM_V_GEN = $(am__v_GEN_ at AM_V@)
-am__v_GEN_ = $(am__v_GEN_ at AM_DEFAULT_V@)
-am__v_GEN_0 = @echo "  GEN     " $@;
-am__v_GEN_1 = 
-AM_V_at = $(am__v_at_ at AM_V@)
-am__v_at_ = $(am__v_at_ at AM_DEFAULT_V@)
-am__v_at_0 = @
-am__v_at_1 = 
-SOURCES =
-DIST_SOURCES =
-am__can_run_installinfo = \
-  case $$AM_UPDATE_INFO_DIR in \
-    n|no|NO) false;; \
-    *) (install-info --version) >/dev/null 2>&1;; \
-  esac
-am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
-am__DIST_COMMON = $(srcdir)/Makefile.in README
-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
-ACLOCAL = @ACLOCAL@
-AMTAR = @AMTAR@
-AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
-AR = @AR@
-AUTOCONF = @AUTOCONF@
-AUTOHEADER = @AUTOHEADER@
-AUTOMAKE = @AUTOMAKE@
-AWK = @AWK@
-BOOST_CPPFLAGS = @BOOST_CPPFLAGS@
-BOOST_LDFLAGS = @BOOST_LDFLAGS@
-BUILD_TIMESTAMP = @BUILD_TIMESTAMP@
-CC = @CC@
-CCDEPMODE = @CCDEPMODE@
-CFLAGS = @CFLAGS@
-CLANG = @CLANG@
-CLANGXX = @CLANGXX@
-CLANGXX_FLAGS = @CLANGXX_FLAGS@
-CLFLAGS = @CLFLAGS@
-CPP = @CPP@
-CPPFLAGS = @CPPFLAGS@
-CXX = @CXX@
-CXXCPP = @CXXCPP@
-CXXDEPMODE = @CXXDEPMODE@
-CXXFLAGS = @CXXFLAGS@
-CYGPATH_W = @CYGPATH_W@
-DEFS = @DEFS@
-DEPDIR = @DEPDIR@
-DLLTOOL = @DLLTOOL@
-DSYMUTIL = @DSYMUTIL@
-DUMPBIN = @DUMPBIN@
-ECHO_C = @ECHO_C@
-ECHO_N = @ECHO_N@
-ECHO_T = @ECHO_T@
-EGREP = @EGREP@
-EXEEXT = @EXEEXT@
-FGREP = @FGREP@
-FORCED_CLFLAGS = @FORCED_CLFLAGS@
-GLEW_CFLAGS = @GLEW_CFLAGS@
-GLEW_LIBS = @GLEW_LIBS@
-GREP = @GREP@
-HOST = @HOST@
-HOST_AS_FLAGS = @HOST_AS_FLAGS@
-HOST_CLANG_FLAGS = @HOST_CLANG_FLAGS@
-HOST_CPU = @HOST_CPU@
-HOST_DEVICE_EXTENSION_DEFINES = @HOST_DEVICE_EXTENSION_DEFINES@
-HOST_LD_FLAGS = @HOST_LD_FLAGS@
-HOST_LLC_FLAGS = @HOST_LLC_FLAGS@
-HOST_SIZEOF_DOUBLE = @HOST_SIZEOF_DOUBLE@
-HOST_SIZEOF_HALF = @HOST_SIZEOF_HALF@
-HOST_SIZEOF_LONG = @HOST_SIZEOF_LONG@
-HOST_SIZEOF_VOID_P = @HOST_SIZEOF_VOID_P@
-HSAILASM = @HSAILASM@
-HSA_DEVICE_EXTENSION_DEFINES = @HSA_DEVICE_EXTENSION_DEFINES@
-HSA_INCLUDES = @HSA_INCLUDES@
-HSA_LIBS = @HSA_LIBS@
-HWLOC_CFLAGS = @HWLOC_CFLAGS@
-HWLOC_LIBS = @HWLOC_LIBS@
-ICD_LD_FLAGS = @ICD_LD_FLAGS@
-INSTALL = @INSTALL@
-INSTALL_DATA = @INSTALL_DATA@
-INSTALL_PROGRAM = @INSTALL_PROGRAM@
-INSTALL_SCRIPT = @INSTALL_SCRIPT@
-INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
-KERNEL_COMPILER_LIB_VERSION = @KERNEL_COMPILER_LIB_VERSION@
-LD = @LD@
-LDFLAGS = @LDFLAGS@
-LD_FLAGS_BIN = @LD_FLAGS_BIN@
-LIBOBJS = @LIBOBJS@
-LIBRARY_SUFFIX = @LIBRARY_SUFFIX@
-LIBS = @LIBS@
-LIBTOOL = @LIBTOOL@
-LIB_AGE_VERSION = @LIB_AGE_VERSION@
-LIB_CURRENT_VERSION = @LIB_CURRENT_VERSION@
-LIB_FIRST_VERSION = @LIB_FIRST_VERSION@
-LIB_REVISION_VERSION = @LIB_REVISION_VERSION@
-LIB_VERSION = @LIB_VERSION@
-LIPO = @LIPO@
-LLC = @LLC@
-LLVM_AS = @LLVM_AS@
-LLVM_CONFIG = @LLVM_CONFIG@
-LLVM_CXX_FLAGS = @LLVM_CXX_FLAGS@
-LLVM_LDFLAGS = @LLVM_LDFLAGS@
-LLVM_LIBS = @LLVM_LIBS@
-LLVM_LINK = @LLVM_LINK@
-LLVM_OPT = @LLVM_OPT@
-LLVM_VERSION = @LLVM_VERSION@
-LN_S = @LN_S@
-LTDL_LIBS = @LTDL_LIBS@
-LTLIBOBJS = @LTLIBOBJS@
-LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
-MAKEINFO = @MAKEINFO@
-MANIFEST_TOOL = @MANIFEST_TOOL@
-MKDIR_P = @MKDIR_P@
-NM = @NM@
-NMEDIT = @NMEDIT@
-OBJDUMP = @OBJDUMP@
-OBJEXT = @OBJEXT@
-OCL_ICD_CFLAGS = @OCL_ICD_CFLAGS@
-OCL_ICD_LIBS = @OCL_ICD_LIBS@
-OCL_KERNEL_ARCH = @OCL_KERNEL_ARCH@
-OCL_KERNEL_TARGET = @OCL_KERNEL_TARGET@
-OCL_KERNEL_TARGET_CPU = @OCL_KERNEL_TARGET_CPU@
-OCL_TARGETS = @OCL_TARGETS@
-OPENCL_CFLAGS = @OPENCL_CFLAGS@
-OPENCL_CMAKE = @OPENCL_CMAKE@
-OPENCL_EXTLIBS = @OPENCL_EXTLIBS@
-OPENCL_LIBS = @OPENCL_LIBS@
-OPT = @OPT@
-OTOOL = @OTOOL@
-OTOOL64 = @OTOOL64@
-PACKAGE = @PACKAGE@
-PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
-PACKAGE_NAME = @PACKAGE_NAME@
-PACKAGE_STRING = @PACKAGE_STRING@
-PACKAGE_TARNAME = @PACKAGE_TARNAME@
-PACKAGE_URL = @PACKAGE_URL@
-PACKAGE_VERSION = @PACKAGE_VERSION@
-PATH_SEPARATOR = @PATH_SEPARATOR@
-PKG_CONFIG = @PKG_CONFIG@
-PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
-PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
-POAT_TESTSUITES = @POAT_TESTSUITES@
-POCL_DEVICE_ADDRESS_BITS = @POCL_DEVICE_ADDRESS_BITS@
-PTHREAD_CC = @PTHREAD_CC@
-PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
-PTHREAD_LIBS = @PTHREAD_LIBS@
-RANLIB = @RANLIB@
-SDL_CFLAGS = @SDL_CFLAGS@
-SDL_LIBS = @SDL_LIBS@
-SED = @SED@
-SET_MAKE = @SET_MAKE@
-SHELL = @SHELL@
-STRIP = @STRIP@
-TARGET = @TARGET@
-TARGET_CLANG_FLAGS = @TARGET_CLANG_FLAGS@
-TARGET_CPU = @TARGET_CPU@
-TARGET_LLC_FLAGS = @TARGET_LLC_FLAGS@
-TARGET_SIZEOF_DOUBLE = @TARGET_SIZEOF_DOUBLE@
-TARGET_SIZEOF_HALF = @TARGET_SIZEOF_HALF@
-TARGET_SIZEOF_LONG = @TARGET_SIZEOF_LONG@
-TARGET_SIZEOF_VOID_P = @TARGET_SIZEOF_VOID_P@
-TCECC = @TCECC@
-TCEMC_AVAILABLE = @TCEMC_AVAILABLE@
-TCE_AVAILABLE = @TCE_AVAILABLE@
-TCE_CONFIG = @TCE_CONFIG@
-TCE_DEVICE_EXTENSION_DEFINES = @TCE_DEVICE_EXTENSION_DEFINES@
-VERSION = @VERSION@
-abs_builddir = @abs_builddir@
-abs_srcdir = @abs_srcdir@
-abs_top_builddir = @abs_top_builddir@
-abs_top_srcdir = @abs_top_srcdir@
-ac_ct_AR = @ac_ct_AR@
-ac_ct_CC = @ac_ct_CC@
-ac_ct_CXX = @ac_ct_CXX@
-ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
-acx_pthread_config = @acx_pthread_config@
-am__include = @am__include@
-am__leading_dot = @am__leading_dot@
-am__quote = @am__quote@
-am__tar = @am__tar@
-am__untar = @am__untar@
-bindir = @bindir@
-build = @build@
-build_alias = @build_alias@
-build_cpu = @build_cpu@
-build_os = @build_os@
-build_vendor = @build_vendor@
-builddir = @builddir@
-datadir = @datadir@
-datarootdir = @datarootdir@
-docdir = @docdir@
-dvidir = @dvidir@
-exec_prefix = @exec_prefix@
-host = @host@
-host_alias = @host_alias@
-host_cpu = @host_cpu@
-host_os = @host_os@
-host_vendor = @host_vendor@
-htmldir = @htmldir@
-includedir = @includedir@
-infodir = @infodir@
-install_sh = @install_sh@
-libdir = @libdir@
-libexecdir = @libexecdir@
-localedir = @localedir@
-localstatedir = @localstatedir@
-mandir = @mandir@
-mkdir_p = @mkdir_p@
-oldincludedir = @oldincludedir@
-pdfdir = @pdfdir@
-prefix = @prefix@
-program_transform_name = @program_transform_name@
-psdir = @psdir@
-sbindir = @sbindir@
-sharedstatedir = @sharedstatedir@
-srcdir = @srcdir@
-sysconfdir = @sysconfdir@
-target = @target@
-target_alias = @target_alias@
-target_cpu = @target_cpu@
-target_os = @target_os@
-target_vendor = @target_vendor@
-top_build_prefix = @top_build_prefix@
-top_builddir = @top_builddir@
-top_srcdir = @top_srcdir@
-all: all-am
-
-.SUFFIXES:
-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
-	@for dep in $?; do \
-	  case '$(am__configure_deps)' in \
-	    *$$dep*) \
-	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
-	        && { if test -f $@; then exit 0; else break; fi; }; \
-	      exit 1;; \
-	  esac; \
-	done; \
-	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign examples/Halide/Makefile'; \
-	$(am__cd) $(top_srcdir) && \
-	  $(AUTOMAKE) --foreign examples/Halide/Makefile
-Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
-	@case '$?' in \
-	  *config.status*) \
-	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
-	  *) \
-	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
-	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
-	esac;
-
-$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
-	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-
-$(top_srcdir)/configure:  $(am__configure_deps)
-	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
-	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-$(am__aclocal_m4_deps):
-
-mostlyclean-libtool:
-	-rm -f *.lo
-
-clean-libtool:
-	-rm -rf .libs _libs
-tags TAGS:
-
-ctags CTAGS:
-
-cscope cscopelist:
-
-
-distdir: $(DISTFILES)
-	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
-	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
-	list='$(DISTFILES)'; \
-	  dist_files=`for file in $$list; do echo $$file; done | \
-	  sed -e "s|^$$srcdirstrip/||;t" \
-	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
-	case $$dist_files in \
-	  */*) $(MKDIR_P) `echo "$$dist_files" | \
-			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
-			   sort -u` ;; \
-	esac; \
-	for file in $$dist_files; do \
-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
-	  if test -d $$d/$$file; then \
-	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
-	    if test -d "$(distdir)/$$file"; then \
-	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
-	    fi; \
-	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
-	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
-	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
-	    fi; \
-	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
-	  else \
-	    test -f "$(distdir)/$$file" \
-	    || cp -p $$d/$$file "$(distdir)/$$file" \
-	    || exit 1; \
-	  fi; \
-	done
-check-am: all-am
-check: check-am
-all-am: Makefile
-installdirs:
-install: install-am
-install-exec: install-exec-am
-install-data: install-data-am
-uninstall: uninstall-am
-
-install-am: all-am
-	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
-
-installcheck: installcheck-am
-install-strip:
-	if test -z '$(STRIP)'; then \
-	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
-	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
-	      install; \
-	else \
-	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
-	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
-	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
-	fi
-mostlyclean-generic:
-
-clean-generic:
-
-distclean-generic:
-	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
-	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
-
-maintainer-clean-generic:
-	@echo "This command is intended for maintainers to use"
-	@echo "it deletes files that may require special tools to rebuild."
-clean: clean-am
-
-clean-am: clean-generic clean-libtool mostlyclean-am
-
-distclean: distclean-am
-	-rm -f Makefile
-distclean-am: clean-am distclean-generic
-
-dvi: dvi-am
-
-dvi-am:
-
-html: html-am
-
-html-am:
-
-info: info-am
-
-info-am:
-
-install-data-am:
-
-install-dvi: install-dvi-am
-
-install-dvi-am:
-
-install-exec-am:
-
-install-html: install-html-am
-
-install-html-am:
-
-install-info: install-info-am
-
-install-info-am:
-
-install-man:
-
-install-pdf: install-pdf-am
-
-install-pdf-am:
-
-install-ps: install-ps-am
-
-install-ps-am:
-
-installcheck-am:
-
-maintainer-clean: maintainer-clean-am
-	-rm -f Makefile
-maintainer-clean-am: distclean-am maintainer-clean-generic
-
-mostlyclean: mostlyclean-am
-
-mostlyclean-am: mostlyclean-generic mostlyclean-libtool
-
-pdf: pdf-am
-
-pdf-am:
-
-ps: ps-am
-
-ps-am:
-
-uninstall-am:
-
-.MAKE: install-am install-strip
-
-.PHONY: all all-am check check-am clean clean-generic clean-libtool \
-	cscopelist-am ctags-am distclean distclean-generic \
-	distclean-libtool distdir dvi dvi-am html html-am info info-am \
-	install install-am install-data install-data-am install-dvi \
-	install-dvi-am install-exec install-exec-am install-html \
-	install-html-am install-info install-info-am install-man \
-	install-pdf install-pdf-am install-ps install-ps-am \
-	install-strip installcheck installcheck-am installdirs \
-	maintainer-clean maintainer-clean-generic mostlyclean \
-	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
-	tags-am uninstall uninstall-am
-
-.PRECIOUS: Makefile
-
-
- at TEST_SUITE_HALIDE_TRUE@.PHONY: build
-
- at TEST_SUITE_HALIDE_TRUE@prepare-examples:
- at TEST_SUITE_HALIDE_TRUE@	make USE_LLVM_SHARED_LIB=1 -sC Halide bin/tutorial_lesson_12_using_the_gpu
- at TEST_SUITE_HALIDE_TRUE@	HL_TARGET=opencl make USE_LLVM_SHARED_LIB=1 -sC Halide/apps/local_laplacian
- at TEST_SUITE_HALIDE_TRUE@	HL_TARGET=opencl make USE_LLVM_SHARED_LIB=1 -sC Halide/apps/bilateral_grid
- at TEST_SUITE_HALIDE_TRUE@	HL_TARGET=opencl make USE_LLVM_SHARED_LIB=1 -sC Halide/apps/interpolate
- at TEST_SUITE_HALIDE_TRUE@	if test ! -e buhd4k.png; then wget http://www.cs.tut.fi/~pjaaskel/buhd4k.png -O buhd4k.png; fi
-
- at TEST_SUITE_HALIDE_TRUE@clean-examples:
- at TEST_SUITE_HALIDE_TRUE@	make -C Halide clean
-
-# Tell versions [3.59,3.63) of GNU make to not export all variables.
-# Otherwise a system limit (for SysV at least) may be exceeded.
-.NOEXPORT:
diff --git a/examples/IntelSVM/CMakeLists.txt b/examples/IntelSVM/CMakeLists.txt
index bd35443..5c20b2f 100644
--- a/examples/IntelSVM/CMakeLists.txt
+++ b/examples/IntelSVM/CMakeLists.txt
@@ -40,26 +40,37 @@ if (EXISTS "${INTEL_ZIP}")
     DOWNLOAD_COMMAND /bin/true
     PATCH_COMMAND pwd && unzip "${INTEL_ZIP}" &&
       cp "${CMAKE_CURRENT_SOURCE_DIR}/intelsvm_CMakeLists.txt" ./CMakeLists.txt &&
-      patch -p1 -i ${CMAKE_CURRENT_SOURCE_DIR}/intelsvm.patch
+      patch -p0 -d SVMBasicCoarseGrained -i ${CMAKE_CURRENT_SOURCE_DIR}/intelsvm.patch &&
+      patch -p0 -d SVMBasicFineGrained -i ${CMAKE_CURRENT_SOURCE_DIR}/intelsvm.patch
     CMAKE_ARGS
       -DCMAKE_BUILD_TYPE=RelWithDebInfo
       "-DCMAKE_CXX_FLAGS_RELWITHDEBINFO=-O2 -g -DCL_USE_DEPRECATED_OPENCL_1_2_APIS"
       -DOPENCL_LIBRARIES:STRING=OpenCL
+      "-DPOCL_OPENCL_HEADERS=${CMAKE_SOURCE_DIR}/include"
     INSTALL_COMMAND "/bin/true"
   )
 
   set_target_properties(${TS_NAME} PROPERTIES EXCLUDE_FROM_ALL TRUE)
   add_dependencies(prepare_examples ${TS_NAME})
 
-  add_test(NAME intel_svm_coarse
-    COMMAND "${TS_BUILDDIR}/coarse" -p 0 -t default
-    WORKING_DIRECTORY "${TS_BASEDIR}/src/${TS_NAME}/SVMBasicCoarseGrained")
-  add_test(NAME intel_svm_fine
-    COMMAND "${TS_BUILDDIR}/fine" -p 0 -t default
-    WORKING_DIRECTORY "${TS_BASEDIR}/src/${TS_NAME}/SVMBasicFineGrained")
+  # LLVM 3.8 fails with
+  # error: Explicit load/store type does not match pointee type of pointer operand
+  # This seems to occur only with some LLVM built setups, so let's just skip
+  # the tests completely.
 
-  set_tests_properties( intel_svm_coarse intel_svm_fine
-    PROPERTIES  LABELS "IntelSVM;hsa")
+  if(!LLVM_3_8)
+    add_test(NAME intel_svm_coarse
+      COMMAND "${TS_BUILDDIR}/coarse" -p 0 -t default
+      WORKING_DIRECTORY "${TS_BASEDIR}/src/${TS_NAME}/SVMBasicCoarseGrained")
+    add_test(NAME intel_svm_fine
+      COMMAND "${TS_BUILDDIR}/fine" -p 0 -t default
+      WORKING_DIRECTORY "${TS_BASEDIR}/src/${TS_NAME}/SVMBasicFineGrained")
+
+    set_tests_properties(intel_svm_coarse intel_svm_fine
+      PROPERTIES  LABELS "IntelSVM;hsa")
+    set_tests_properties(intel_svm_coarse intel_svm_fine
+      PROPERTIES  WILL_FAIL 1)
+  endif()
 
 else()
 
diff --git a/examples/IntelSVM/Makefile.am b/examples/IntelSVM/Makefile.am
deleted file mode 100644
index ba12709..0000000
--- a/examples/IntelSVM/Makefile.am
+++ /dev/null
@@ -1,70 +0,0 @@
-# examples / Intel OpenCL 2.0 Shared Virtual Memory Code Sample
-#
-#   Copyright (c) 2015 Michal Babej / Tampere University of Technology
-#
-# Permission is hereby granted, free of charge, to any person obtaining a copy
-# of this software and associated documentation files (the "Software"), to deal
-# in the Software without restriction, including without limitation the rights
-# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-# copies of the Software, and to permit persons to whom the Software is
-# furnished to do so, subject to the following conditions:
-#
-# The above copyright notice and this permission notice shall be included in
-# all copies or substantial portions of the Software.
-#
-# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-# THE SOFTWARE.
-
-if TEST_SUITE_INTELSVM
-testsuite_pocl_dir=${abs_top_srcdir}/examples/IntelSVM
-testsuite_src_dir=${testsuite_pocl_dir}/source
-
-.PHONY: build prepare-examples
-
-prepare-examples: $(testsuite_src_dir) build
-
-$(testsuite_src_dir):
-	test -d $(testsuite_src_dir) || (mkdir $(testsuite_src_dir) && \
-	cd $(testsuite_src_dir) && unzip ../intel_ocl_svm_basic_win.zip)
-
-build: $(testsuite_src_dir) common coarse fine
-
-common: common/basic.o common/cmdparser.o  common/oclobject.o
-
-common/basic.o:
-	cd $(testsuite_src_dir) && $(CXX) $(CFLAGS) -std=c++11 -Icommon -o common/basic.o -c common/basic.cpp
-
-common/cmdparser.o:
-	cd $(testsuite_src_dir) && $(CXX) $(CFLAGS) -std=c++11 -Icommon -o common/cmdparser.o -c common/cmdparser.cpp
-
-common/oclobject.o:
-	cd $(testsuite_src_dir) && $(CXX) $(CFLAGS) -std=c++11 -Icommon -o common/oclobject.o -c common/oclobject.cpp
-
-coarse: common
-	cd $(testsuite_src_dir) && $(CXX) $(CFLAGS) -std=c++11 -Icommon -o SVMBasicCoarseGrained/svmbasic.o -c SVMBasicCoarseGrained/svmbasic.cpp
-	cd $(testsuite_src_dir) && $(CXX) $(LDFLAGS) -o SVMBasicCoarseGrained/svmbasic SVMBasicCoarseGrained/svmbasic.o \
-	common/basic.o  common/cmdparser.o  common/oclobject.o -lOpenCL
-
-fine: common
-	cd $(testsuite_src_dir) && $(CXX) $(CFLAGS) -std=c++11 -Icommon -o SVMBasicFineGrained/svmbasic.o -c SVMBasicFineGrained/svmbasic.cpp
-	cd $(testsuite_src_dir) && $(CXX) $(LDFLAGS) -o SVMBasicFineGrained/svmbasic SVMBasicFineGrained/svmbasic.o \
-	common/basic.o  common/cmdparser.o  common/oclobject.o -lOpenCL
-
-
-test_CoarseGrained:
-	cd $(testsuite_src_dir)/SVMBasicCoarseGrained && \
-	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors ./svmbasic -p 0 -t all
-
-test_FineGrained:
-	cd $(testsuite_src_dir)/SVMBasicFineGrained && \
-	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors ./svmbasic -p 0 -t all
-
-clean-examples:
-	rm -fr $(testsuite_src_dir)
-
-endif
diff --git a/examples/IntelSVM/Makefile.in b/examples/IntelSVM/Makefile.in
deleted file mode 100644
index be79c4a..0000000
--- a/examples/IntelSVM/Makefile.in
+++ /dev/null
@@ -1,592 +0,0 @@
-# Makefile.in generated by automake 1.15 from Makefile.am.
-# @configure_input@
-
-# Copyright (C) 1994-2014 Free Software Foundation, Inc.
-
-# This Makefile.in is free software; the Free Software Foundation
-# gives unlimited permission to copy and/or distribute it,
-# with or without modifications, as long as this notice is preserved.
-
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
-# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
-# PARTICULAR PURPOSE.
-
- at SET_MAKE@
-
-# examples / Intel OpenCL 2.0 Shared Virtual Memory Code Sample
-#
-#   Copyright (c) 2015 Michal Babej / Tampere University of Technology
-#
-# Permission is hereby granted, free of charge, to any person obtaining a copy
-# of this software and associated documentation files (the "Software"), to deal
-# in the Software without restriction, including without limitation the rights
-# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-# copies of the Software, and to permit persons to whom the Software is
-# furnished to do so, subject to the following conditions:
-#
-# The above copyright notice and this permission notice shall be included in
-# all copies or substantial portions of the Software.
-#
-# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-# THE SOFTWARE.
-VPATH = @srcdir@
-am__is_gnu_make = { \
-  if test -z '$(MAKELEVEL)'; then \
-    false; \
-  elif test -n '$(MAKE_HOST)'; then \
-    true; \
-  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
-    true; \
-  else \
-    false; \
-  fi; \
-}
-am__make_running_with_option = \
-  case $${target_option-} in \
-      ?) ;; \
-      *) echo "am__make_running_with_option: internal error: invalid" \
-              "target option '$${target_option-}' specified" >&2; \
-         exit 1;; \
-  esac; \
-  has_opt=no; \
-  sane_makeflags=$$MAKEFLAGS; \
-  if $(am__is_gnu_make); then \
-    sane_makeflags=$$MFLAGS; \
-  else \
-    case $$MAKEFLAGS in \
-      *\\[\ \	]*) \
-        bs=\\; \
-        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
-          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
-    esac; \
-  fi; \
-  skip_next=no; \
-  strip_trailopt () \
-  { \
-    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
-  }; \
-  for flg in $$sane_makeflags; do \
-    test $$skip_next = yes && { skip_next=no; continue; }; \
-    case $$flg in \
-      *=*|--*) continue;; \
-        -*I) strip_trailopt 'I'; skip_next=yes;; \
-      -*I?*) strip_trailopt 'I';; \
-        -*O) strip_trailopt 'O'; skip_next=yes;; \
-      -*O?*) strip_trailopt 'O';; \
-        -*l) strip_trailopt 'l'; skip_next=yes;; \
-      -*l?*) strip_trailopt 'l';; \
-      -[dEDm]) skip_next=yes;; \
-      -[JT]) skip_next=yes;; \
-    esac; \
-    case $$flg in \
-      *$$target_option*) has_opt=yes; break;; \
-    esac; \
-  done; \
-  test $$has_opt = yes
-am__make_dryrun = (target_option=n; $(am__make_running_with_option))
-am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
-pkgdatadir = $(datadir)/@PACKAGE@
-pkgincludedir = $(includedir)/@PACKAGE@
-pkglibdir = $(libdir)/@PACKAGE@
-pkglibexecdir = $(libexecdir)/@PACKAGE@
-am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
-install_sh_DATA = $(install_sh) -c -m 644
-install_sh_PROGRAM = $(install_sh) -c
-install_sh_SCRIPT = $(install_sh) -c
-INSTALL_HEADER = $(INSTALL_DATA)
-transform = $(program_transform_name)
-NORMAL_INSTALL = :
-PRE_INSTALL = :
-POST_INSTALL = :
-NORMAL_UNINSTALL = :
-PRE_UNINSTALL = :
-POST_UNINSTALL = :
-build_triplet = @build@
-host_triplet = @host@
-target_triplet = @target@
-subdir = examples/IntelSVM
-ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
-am__aclocal_m4_deps = $(top_srcdir)/m4/ax_boost_base.m4 \
-	$(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
-	$(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
-	$(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/acinclude.m4 \
-	$(top_srcdir)/configure.ac
-am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
-	$(ACLOCAL_M4)
-DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
-mkinstalldirs = $(install_sh) -d
-CONFIG_HEADER = $(top_builddir)/config.h
-CONFIG_CLEAN_FILES =
-CONFIG_CLEAN_VPATH_FILES =
-AM_V_P = $(am__v_P_ at AM_V@)
-am__v_P_ = $(am__v_P_ at AM_DEFAULT_V@)
-am__v_P_0 = false
-am__v_P_1 = :
-AM_V_GEN = $(am__v_GEN_ at AM_V@)
-am__v_GEN_ = $(am__v_GEN_ at AM_DEFAULT_V@)
-am__v_GEN_0 = @echo "  GEN     " $@;
-am__v_GEN_1 = 
-AM_V_at = $(am__v_at_ at AM_V@)
-am__v_at_ = $(am__v_at_ at AM_DEFAULT_V@)
-am__v_at_0 = @
-am__v_at_1 = 
-SOURCES =
-DIST_SOURCES =
-am__can_run_installinfo = \
-  case $$AM_UPDATE_INFO_DIR in \
-    n|no|NO) false;; \
-    *) (install-info --version) >/dev/null 2>&1;; \
-  esac
-am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
-am__DIST_COMMON = $(srcdir)/Makefile.in README
-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
-ACLOCAL = @ACLOCAL@
-AMTAR = @AMTAR@
-AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
-AR = @AR@
-AUTOCONF = @AUTOCONF@
-AUTOHEADER = @AUTOHEADER@
-AUTOMAKE = @AUTOMAKE@
-AWK = @AWK@
-BOOST_CPPFLAGS = @BOOST_CPPFLAGS@
-BOOST_LDFLAGS = @BOOST_LDFLAGS@
-BUILD_TIMESTAMP = @BUILD_TIMESTAMP@
-CC = @CC@
-CCDEPMODE = @CCDEPMODE@
-CFLAGS = @CFLAGS@
-CLANG = @CLANG@
-CLANGXX = @CLANGXX@
-CLANGXX_FLAGS = @CLANGXX_FLAGS@
-CLFLAGS = @CLFLAGS@
-CPP = @CPP@
-CPPFLAGS = @CPPFLAGS@
-CXX = @CXX@
-CXXCPP = @CXXCPP@
-CXXDEPMODE = @CXXDEPMODE@
-CXXFLAGS = @CXXFLAGS@
-CYGPATH_W = @CYGPATH_W@
-DEFS = @DEFS@
-DEPDIR = @DEPDIR@
-DLLTOOL = @DLLTOOL@
-DSYMUTIL = @DSYMUTIL@
-DUMPBIN = @DUMPBIN@
-ECHO_C = @ECHO_C@
-ECHO_N = @ECHO_N@
-ECHO_T = @ECHO_T@
-EGREP = @EGREP@
-EXEEXT = @EXEEXT@
-FGREP = @FGREP@
-FORCED_CLFLAGS = @FORCED_CLFLAGS@
-GLEW_CFLAGS = @GLEW_CFLAGS@
-GLEW_LIBS = @GLEW_LIBS@
-GREP = @GREP@
-HOST = @HOST@
-HOST_AS_FLAGS = @HOST_AS_FLAGS@
-HOST_CLANG_FLAGS = @HOST_CLANG_FLAGS@
-HOST_CPU = @HOST_CPU@
-HOST_DEVICE_EXTENSION_DEFINES = @HOST_DEVICE_EXTENSION_DEFINES@
-HOST_LD_FLAGS = @HOST_LD_FLAGS@
-HOST_LLC_FLAGS = @HOST_LLC_FLAGS@
-HOST_SIZEOF_DOUBLE = @HOST_SIZEOF_DOUBLE@
-HOST_SIZEOF_HALF = @HOST_SIZEOF_HALF@
-HOST_SIZEOF_LONG = @HOST_SIZEOF_LONG@
-HOST_SIZEOF_VOID_P = @HOST_SIZEOF_VOID_P@
-HSAILASM = @HSAILASM@
-HSA_DEVICE_EXTENSION_DEFINES = @HSA_DEVICE_EXTENSION_DEFINES@
-HSA_INCLUDES = @HSA_INCLUDES@
-HSA_LIBS = @HSA_LIBS@
-HWLOC_CFLAGS = @HWLOC_CFLAGS@
-HWLOC_LIBS = @HWLOC_LIBS@
-ICD_LD_FLAGS = @ICD_LD_FLAGS@
-INSTALL = @INSTALL@
-INSTALL_DATA = @INSTALL_DATA@
-INSTALL_PROGRAM = @INSTALL_PROGRAM@
-INSTALL_SCRIPT = @INSTALL_SCRIPT@
-INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
-KERNEL_COMPILER_LIB_VERSION = @KERNEL_COMPILER_LIB_VERSION@
-LD = @LD@
-LDFLAGS = @LDFLAGS@
-LD_FLAGS_BIN = @LD_FLAGS_BIN@
-LIBOBJS = @LIBOBJS@
-LIBRARY_SUFFIX = @LIBRARY_SUFFIX@
-LIBS = @LIBS@
-LIBTOOL = @LIBTOOL@
-LIB_AGE_VERSION = @LIB_AGE_VERSION@
-LIB_CURRENT_VERSION = @LIB_CURRENT_VERSION@
-LIB_FIRST_VERSION = @LIB_FIRST_VERSION@
-LIB_REVISION_VERSION = @LIB_REVISION_VERSION@
-LIB_VERSION = @LIB_VERSION@
-LIPO = @LIPO@
-LLC = @LLC@
-LLVM_AS = @LLVM_AS@
-LLVM_CONFIG = @LLVM_CONFIG@
-LLVM_CXX_FLAGS = @LLVM_CXX_FLAGS@
-LLVM_LDFLAGS = @LLVM_LDFLAGS@
-LLVM_LIBS = @LLVM_LIBS@
-LLVM_LINK = @LLVM_LINK@
-LLVM_OPT = @LLVM_OPT@
-LLVM_VERSION = @LLVM_VERSION@
-LN_S = @LN_S@
-LTDL_LIBS = @LTDL_LIBS@
-LTLIBOBJS = @LTLIBOBJS@
-LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
-MAKEINFO = @MAKEINFO@
-MANIFEST_TOOL = @MANIFEST_TOOL@
-MKDIR_P = @MKDIR_P@
-NM = @NM@
-NMEDIT = @NMEDIT@
-OBJDUMP = @OBJDUMP@
-OBJEXT = @OBJEXT@
-OCL_ICD_CFLAGS = @OCL_ICD_CFLAGS@
-OCL_ICD_LIBS = @OCL_ICD_LIBS@
-OCL_KERNEL_ARCH = @OCL_KERNEL_ARCH@
-OCL_KERNEL_TARGET = @OCL_KERNEL_TARGET@
-OCL_KERNEL_TARGET_CPU = @OCL_KERNEL_TARGET_CPU@
-OCL_TARGETS = @OCL_TARGETS@
-OPENCL_CFLAGS = @OPENCL_CFLAGS@
-OPENCL_CMAKE = @OPENCL_CMAKE@
-OPENCL_EXTLIBS = @OPENCL_EXTLIBS@
-OPENCL_LIBS = @OPENCL_LIBS@
-OPT = @OPT@
-OTOOL = @OTOOL@
-OTOOL64 = @OTOOL64@
-PACKAGE = @PACKAGE@
-PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
-PACKAGE_NAME = @PACKAGE_NAME@
-PACKAGE_STRING = @PACKAGE_STRING@
-PACKAGE_TARNAME = @PACKAGE_TARNAME@
-PACKAGE_URL = @PACKAGE_URL@
-PACKAGE_VERSION = @PACKAGE_VERSION@
-PATH_SEPARATOR = @PATH_SEPARATOR@
-PKG_CONFIG = @PKG_CONFIG@
-PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
-PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
-POAT_TESTSUITES = @POAT_TESTSUITES@
-POCL_DEVICE_ADDRESS_BITS = @POCL_DEVICE_ADDRESS_BITS@
-PTHREAD_CC = @PTHREAD_CC@
-PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
-PTHREAD_LIBS = @PTHREAD_LIBS@
-RANLIB = @RANLIB@
-SDL_CFLAGS = @SDL_CFLAGS@
-SDL_LIBS = @SDL_LIBS@
-SED = @SED@
-SET_MAKE = @SET_MAKE@
-SHELL = @SHELL@
-STRIP = @STRIP@
-TARGET = @TARGET@
-TARGET_CLANG_FLAGS = @TARGET_CLANG_FLAGS@
-TARGET_CPU = @TARGET_CPU@
-TARGET_LLC_FLAGS = @TARGET_LLC_FLAGS@
-TARGET_SIZEOF_DOUBLE = @TARGET_SIZEOF_DOUBLE@
-TARGET_SIZEOF_HALF = @TARGET_SIZEOF_HALF@
-TARGET_SIZEOF_LONG = @TARGET_SIZEOF_LONG@
-TARGET_SIZEOF_VOID_P = @TARGET_SIZEOF_VOID_P@
-TCECC = @TCECC@
-TCEMC_AVAILABLE = @TCEMC_AVAILABLE@
-TCE_AVAILABLE = @TCE_AVAILABLE@
-TCE_CONFIG = @TCE_CONFIG@
-TCE_DEVICE_EXTENSION_DEFINES = @TCE_DEVICE_EXTENSION_DEFINES@
-VERSION = @VERSION@
-abs_builddir = @abs_builddir@
-abs_srcdir = @abs_srcdir@
-abs_top_builddir = @abs_top_builddir@
-abs_top_srcdir = @abs_top_srcdir@
-ac_ct_AR = @ac_ct_AR@
-ac_ct_CC = @ac_ct_CC@
-ac_ct_CXX = @ac_ct_CXX@
-ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
-acx_pthread_config = @acx_pthread_config@
-am__include = @am__include@
-am__leading_dot = @am__leading_dot@
-am__quote = @am__quote@
-am__tar = @am__tar@
-am__untar = @am__untar@
-bindir = @bindir@
-build = @build@
-build_alias = @build_alias@
-build_cpu = @build_cpu@
-build_os = @build_os@
-build_vendor = @build_vendor@
-builddir = @builddir@
-datadir = @datadir@
-datarootdir = @datarootdir@
-docdir = @docdir@
-dvidir = @dvidir@
-exec_prefix = @exec_prefix@
-host = @host@
-host_alias = @host_alias@
-host_cpu = @host_cpu@
-host_os = @host_os@
-host_vendor = @host_vendor@
-htmldir = @htmldir@
-includedir = @includedir@
-infodir = @infodir@
-install_sh = @install_sh@
-libdir = @libdir@
-libexecdir = @libexecdir@
-localedir = @localedir@
-localstatedir = @localstatedir@
-mandir = @mandir@
-mkdir_p = @mkdir_p@
-oldincludedir = @oldincludedir@
-pdfdir = @pdfdir@
-prefix = @prefix@
-program_transform_name = @program_transform_name@
-psdir = @psdir@
-sbindir = @sbindir@
-sharedstatedir = @sharedstatedir@
-srcdir = @srcdir@
-sysconfdir = @sysconfdir@
-target = @target@
-target_alias = @target_alias@
-target_cpu = @target_cpu@
-target_os = @target_os@
-target_vendor = @target_vendor@
-top_build_prefix = @top_build_prefix@
-top_builddir = @top_builddir@
-top_srcdir = @top_srcdir@
- at TEST_SUITE_INTELSVM_TRUE@testsuite_pocl_dir = ${abs_top_srcdir}/examples/IntelSVM
- at TEST_SUITE_INTELSVM_TRUE@testsuite_src_dir = ${testsuite_pocl_dir}/source
-all: all-am
-
-.SUFFIXES:
-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
-	@for dep in $?; do \
-	  case '$(am__configure_deps)' in \
-	    *$$dep*) \
-	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
-	        && { if test -f $@; then exit 0; else break; fi; }; \
-	      exit 1;; \
-	  esac; \
-	done; \
-	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign examples/IntelSVM/Makefile'; \
-	$(am__cd) $(top_srcdir) && \
-	  $(AUTOMAKE) --foreign examples/IntelSVM/Makefile
-Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
-	@case '$?' in \
-	  *config.status*) \
-	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
-	  *) \
-	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
-	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
-	esac;
-
-$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
-	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-
-$(top_srcdir)/configure:  $(am__configure_deps)
-	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
-	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-$(am__aclocal_m4_deps):
-
-mostlyclean-libtool:
-	-rm -f *.lo
-
-clean-libtool:
-	-rm -rf .libs _libs
-tags TAGS:
-
-ctags CTAGS:
-
-cscope cscopelist:
-
-
-distdir: $(DISTFILES)
-	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
-	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
-	list='$(DISTFILES)'; \
-	  dist_files=`for file in $$list; do echo $$file; done | \
-	  sed -e "s|^$$srcdirstrip/||;t" \
-	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
-	case $$dist_files in \
-	  */*) $(MKDIR_P) `echo "$$dist_files" | \
-			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
-			   sort -u` ;; \
-	esac; \
-	for file in $$dist_files; do \
-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
-	  if test -d $$d/$$file; then \
-	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
-	    if test -d "$(distdir)/$$file"; then \
-	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
-	    fi; \
-	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
-	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
-	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
-	    fi; \
-	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
-	  else \
-	    test -f "$(distdir)/$$file" \
-	    || cp -p $$d/$$file "$(distdir)/$$file" \
-	    || exit 1; \
-	  fi; \
-	done
-check-am: all-am
-check: check-am
-all-am: Makefile
-installdirs:
-install: install-am
-install-exec: install-exec-am
-install-data: install-data-am
-uninstall: uninstall-am
-
-install-am: all-am
-	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
-
-installcheck: installcheck-am
-install-strip:
-	if test -z '$(STRIP)'; then \
-	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
-	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
-	      install; \
-	else \
-	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
-	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
-	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
-	fi
-mostlyclean-generic:
-
-clean-generic:
-
-distclean-generic:
-	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
-	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
-
-maintainer-clean-generic:
-	@echo "This command is intended for maintainers to use"
-	@echo "it deletes files that may require special tools to rebuild."
-clean: clean-am
-
-clean-am: clean-generic clean-libtool mostlyclean-am
-
-distclean: distclean-am
-	-rm -f Makefile
-distclean-am: clean-am distclean-generic
-
-dvi: dvi-am
-
-dvi-am:
-
-html: html-am
-
-html-am:
-
-info: info-am
-
-info-am:
-
-install-data-am:
-
-install-dvi: install-dvi-am
-
-install-dvi-am:
-
-install-exec-am:
-
-install-html: install-html-am
-
-install-html-am:
-
-install-info: install-info-am
-
-install-info-am:
-
-install-man:
-
-install-pdf: install-pdf-am
-
-install-pdf-am:
-
-install-ps: install-ps-am
-
-install-ps-am:
-
-installcheck-am:
-
-maintainer-clean: maintainer-clean-am
-	-rm -f Makefile
-maintainer-clean-am: distclean-am maintainer-clean-generic
-
-mostlyclean: mostlyclean-am
-
-mostlyclean-am: mostlyclean-generic mostlyclean-libtool
-
-pdf: pdf-am
-
-pdf-am:
-
-ps: ps-am
-
-ps-am:
-
-uninstall-am:
-
-.MAKE: install-am install-strip
-
-.PHONY: all all-am check check-am clean clean-generic clean-libtool \
-	cscopelist-am ctags-am distclean distclean-generic \
-	distclean-libtool distdir dvi dvi-am html html-am info info-am \
-	install install-am install-data install-data-am install-dvi \
-	install-dvi-am install-exec install-exec-am install-html \
-	install-html-am install-info install-info-am install-man \
-	install-pdf install-pdf-am install-ps install-ps-am \
-	install-strip installcheck installcheck-am installdirs \
-	maintainer-clean maintainer-clean-generic mostlyclean \
-	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
-	tags-am uninstall uninstall-am
-
-.PRECIOUS: Makefile
-
-
- at TEST_SUITE_INTELSVM_TRUE@.PHONY: build prepare-examples
-
- at TEST_SUITE_INTELSVM_TRUE@prepare-examples: $(testsuite_src_dir) build
-
- at TEST_SUITE_INTELSVM_TRUE@$(testsuite_src_dir):
- at TEST_SUITE_INTELSVM_TRUE@	test -d $(testsuite_src_dir) || (mkdir $(testsuite_src_dir) && \
- at TEST_SUITE_INTELSVM_TRUE@	cd $(testsuite_src_dir) && unzip ../intel_ocl_svm_basic_win.zip)
-
- at TEST_SUITE_INTELSVM_TRUE@build: $(testsuite_src_dir) common coarse fine
-
- at TEST_SUITE_INTELSVM_TRUE@common: common/basic.o common/cmdparser.o  common/oclobject.o
-
- at TEST_SUITE_INTELSVM_TRUE@common/basic.o:
- at TEST_SUITE_INTELSVM_TRUE@	cd $(testsuite_src_dir) && $(CXX) $(CFLAGS) -std=c++11 -Icommon -o common/basic.o -c common/basic.cpp
-
- at TEST_SUITE_INTELSVM_TRUE@common/cmdparser.o:
- at TEST_SUITE_INTELSVM_TRUE@	cd $(testsuite_src_dir) && $(CXX) $(CFLAGS) -std=c++11 -Icommon -o common/cmdparser.o -c common/cmdparser.cpp
-
- at TEST_SUITE_INTELSVM_TRUE@common/oclobject.o:
- at TEST_SUITE_INTELSVM_TRUE@	cd $(testsuite_src_dir) && $(CXX) $(CFLAGS) -std=c++11 -Icommon -o common/oclobject.o -c common/oclobject.cpp
-
- at TEST_SUITE_INTELSVM_TRUE@coarse: common
- at TEST_SUITE_INTELSVM_TRUE@	cd $(testsuite_src_dir) && $(CXX) $(CFLAGS) -std=c++11 -Icommon -o SVMBasicCoarseGrained/svmbasic.o -c SVMBasicCoarseGrained/svmbasic.cpp
- at TEST_SUITE_INTELSVM_TRUE@	cd $(testsuite_src_dir) && $(CXX) $(LDFLAGS) -o SVMBasicCoarseGrained/svmbasic SVMBasicCoarseGrained/svmbasic.o \
- at TEST_SUITE_INTELSVM_TRUE@	common/basic.o  common/cmdparser.o  common/oclobject.o -lOpenCL
-
- at TEST_SUITE_INTELSVM_TRUE@fine: common
- at TEST_SUITE_INTELSVM_TRUE@	cd $(testsuite_src_dir) && $(CXX) $(CFLAGS) -std=c++11 -Icommon -o SVMBasicFineGrained/svmbasic.o -c SVMBasicFineGrained/svmbasic.cpp
- at TEST_SUITE_INTELSVM_TRUE@	cd $(testsuite_src_dir) && $(CXX) $(LDFLAGS) -o SVMBasicFineGrained/svmbasic SVMBasicFineGrained/svmbasic.o \
- at TEST_SUITE_INTELSVM_TRUE@	common/basic.o  common/cmdparser.o  common/oclobject.o -lOpenCL
-
- at TEST_SUITE_INTELSVM_TRUE@test_CoarseGrained:
- at TEST_SUITE_INTELSVM_TRUE@	cd $(testsuite_src_dir)/SVMBasicCoarseGrained && \
- at TEST_SUITE_INTELSVM_TRUE@	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors ./svmbasic -p 0 -t all
-
- at TEST_SUITE_INTELSVM_TRUE@test_FineGrained:
- at TEST_SUITE_INTELSVM_TRUE@	cd $(testsuite_src_dir)/SVMBasicFineGrained && \
- at TEST_SUITE_INTELSVM_TRUE@	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors ./svmbasic -p 0 -t all
-
- at TEST_SUITE_INTELSVM_TRUE@clean-examples:
- at TEST_SUITE_INTELSVM_TRUE@	rm -fr $(testsuite_src_dir)
-
-# Tell versions [3.59,3.63) of GNU make to not export all variables.
-# Otherwise a system limit (for SysV at least) may be exceeded.
-.NOEXPORT:
diff --git a/examples/IntelSVM/intelsvm.patch b/examples/IntelSVM/intelsvm.patch
new file mode 100644
index 0000000..17ce689
--- /dev/null
+++ b/examples/IntelSVM/intelsvm.patch
@@ -0,0 +1,14 @@
+--- svmbasic.h	2016-03-06 19:57:17.000000000 +0100
++++ svmbasic.h	2016-03-06 19:58:34.000000000 +0100
+@@ -3,7 +3,7 @@
+ // Then it is traversed in the OpenCL kernel on the device.
+ typedef struct _Element
+ {
+-    global float* internal; //points to the "value" of another Element from the same array
+-    global float* external; //points to the entry in a separate array of floating-point values
+-    float value;
+-} Element;
++    global float* internal __attribute__ ((aligned (8))); //points to the "value" of another Element from the same array
++    global float* external __attribute__ ((aligned (8))); //points to the entry in a separate array of floating-point values
++    float value __attribute__ ((aligned (8)));
++} Element __attribute__ ((aligned (32)));
diff --git a/examples/IntelSVM/intelsvm_CMakeLists.txt b/examples/IntelSVM/intelsvm_CMakeLists.txt
index e478cc7..3fc2814 100644
--- a/examples/IntelSVM/intelsvm_CMakeLists.txt
+++ b/examples/IntelSVM/intelsvm_CMakeLists.txt
@@ -31,6 +31,8 @@ add_compile_options("-std=c++11")
 
 include_directories("common")
 
+include_directories("${POCL_OPENCL_HEADERS}")
+
 add_executable(fine SVMBasicFineGrained/svmbasic.cpp
     common/basic.cpp  common/basic.hpp
     common/cmdparser.cpp  common/cmdparser.hpp
diff --git a/examples/Makefile.am b/examples/Makefile.am
deleted file mode 100644
index 271f968..0000000
--- a/examples/Makefile.am
+++ /dev/null
@@ -1,97 +0,0 @@
-# Process this file with automake to produce Makefile.in (in this,
-# and all subdirectories).
-# Makefile.am for pocl/examples.
-# 
-# Copyright (c) 2011 Universidad Rey Juan Carlos
-#               2011-2014 Pekka Jääskeläinen / Tampere University of Tech.
-# 
-# Permission is hereby granted, free of charge, to any person obtaining a copy
-# of this software and associated documentation files (the "Software"), to deal
-# in the Software without restriction, including without limitation the rights
-# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-# copies of the Software, and to permit persons to whom the Software is
-# furnished to do so, subject to the following conditions:
-# 
-# The above copyright notice and this permission notice shall be included in
-# all copies or substantial portions of the Software.
-# 
-# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-# THE SOFTWARE.
-
-# The examples under test suite are both internal ("smoke test") to pocl
-# and benchmarks/test suites that are from external SDKs. The build
-# systems of the latter should not be invoked every time 'make all' or
-# 'make check' is executed because they are not affected by pocl changes nor
-# should itself change.
-
-SUBDIRS = example1 example1-spir32 example1-spir64 example2 example2a trig \
-	scalarwave standalone opencl-book-samples VexCL ViennaCL Rodinia Parboil \
-	AMD AMDSDK2.9 AMDSDK3.0 EinsteinToolkit piglit Halide OpenCV CloverLeaf IntelSVM
-
-BASIC_EXAMPLES = example1 example1-spir32 example1-spir64 example2 example2a trig \
-	scalarwave standalone opencl-book-samples EinsteinToolkit
-
-EXTRA_DIST = CMakeLists.txt PyOpenCL/README
-
-# The external examples which should be prepared only
-# once by calling "make prepare-examples".
-EXAMPLES_TO_PREPARE = 
-
-if TEST_SUITE_VEXCL
-EXAMPLES_TO_PREPARE += "VexCL "
-endif
-if TEST_SUITE_VIENNACL
-EXAMPLES_TO_PREPARE += "ViennaCL "
-endif
-if TEST_SUITE_RODINIA
-EXAMPLES_TO_PREPARE += "Rodinia "
-endif
-if TEST_SUITE_PARBOIL
-EXAMPLES_TO_PREPARE += "Parboil "
-endif
-if TEST_SUITE_AMD
-EXAMPLES_TO_PREPARE += "AMD "
-endif
-if TEST_SUITE_AMDSDK2_9
-EXAMPLES_TO_PREPARE += "AMDSDK2.9 "
-endif
-if TEST_SUITE_AMDSDK3_0
-EXAMPLES_TO_PREPARE += "AMDSDK3.0 "
-endif
-if TEST_SUITE_PIGLIT
-EXAMPLES_TO_PREPARE += "piglit "
-endif
-if TEST_SUITE_HALIDE
-EXAMPLES_TO_PREPARE += "Halide "
-endif
-if TEST_SUITE_CLOVERLEAF
-EXAMPLES_TO_PREPARE += "CloverLeaf "
-endif
-if TEST_SUITE_INTELSVM
-EXAMPLES_TO_PREPARE += "IntelSVM "
-endif
-if TEST_SUITE_OPENCV
-EXAMPLES_TO_PREPARE += "OpenCV "
-endif
-
-prepare-examples:
-	for dir in $(EXAMPLES_TO_PREPARE); do \
-	   $(MAKE) -C $$dir prepare-examples; \
-	done
-
-clean-examples:
-	for dir in $(EXAMPLES_TO_PREPARE); do \
-	   $(MAKE) -C $$dir clean-examples; \
-	done
-
-clean:
-	for dir in $(BASIC_EXAMPLES); do \
-	   $(MAKE) -C $$dir clean; \
-	done
-	@echo Call 'make clean-examples' to clean up the examples.
-
diff --git a/examples/Makefile.in b/examples/Makefile.in
deleted file mode 100644
index 4e8c849..0000000
--- a/examples/Makefile.in
+++ /dev/null
@@ -1,778 +0,0 @@
-# Makefile.in generated by automake 1.15 from Makefile.am.
-# @configure_input@
-
-# Copyright (C) 1994-2014 Free Software Foundation, Inc.
-
-# This Makefile.in is free software; the Free Software Foundation
-# gives unlimited permission to copy and/or distribute it,
-# with or without modifications, as long as this notice is preserved.
-
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
-# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
-# PARTICULAR PURPOSE.
-
- at SET_MAKE@
-
-# Process this file with automake to produce Makefile.in (in this,
-# and all subdirectories).
-# Makefile.am for pocl/examples.
-# 
-# Copyright (c) 2011 Universidad Rey Juan Carlos
-#               2011-2014 Pekka Jääskeläinen / Tampere University of Tech.
-# 
-# Permission is hereby granted, free of charge, to any person obtaining a copy
-# of this software and associated documentation files (the "Software"), to deal
-# in the Software without restriction, including without limitation the rights
-# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-# copies of the Software, and to permit persons to whom the Software is
-# furnished to do so, subject to the following conditions:
-# 
-# The above copyright notice and this permission notice shall be included in
-# all copies or substantial portions of the Software.
-# 
-# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-# THE SOFTWARE.
-
-# The examples under test suite are both internal ("smoke test") to pocl
-# and benchmarks/test suites that are from external SDKs. The build
-# systems of the latter should not be invoked every time 'make all' or
-# 'make check' is executed because they are not affected by pocl changes nor
-# should itself change.
-VPATH = @srcdir@
-am__is_gnu_make = { \
-  if test -z '$(MAKELEVEL)'; then \
-    false; \
-  elif test -n '$(MAKE_HOST)'; then \
-    true; \
-  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
-    true; \
-  else \
-    false; \
-  fi; \
-}
-am__make_running_with_option = \
-  case $${target_option-} in \
-      ?) ;; \
-      *) echo "am__make_running_with_option: internal error: invalid" \
-              "target option '$${target_option-}' specified" >&2; \
-         exit 1;; \
-  esac; \
-  has_opt=no; \
-  sane_makeflags=$$MAKEFLAGS; \
-  if $(am__is_gnu_make); then \
-    sane_makeflags=$$MFLAGS; \
-  else \
-    case $$MAKEFLAGS in \
-      *\\[\ \	]*) \
-        bs=\\; \
-        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
-          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
-    esac; \
-  fi; \
-  skip_next=no; \
-  strip_trailopt () \
-  { \
-    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
-  }; \
-  for flg in $$sane_makeflags; do \
-    test $$skip_next = yes && { skip_next=no; continue; }; \
-    case $$flg in \
-      *=*|--*) continue;; \
-        -*I) strip_trailopt 'I'; skip_next=yes;; \
-      -*I?*) strip_trailopt 'I';; \
-        -*O) strip_trailopt 'O'; skip_next=yes;; \
-      -*O?*) strip_trailopt 'O';; \
-        -*l) strip_trailopt 'l'; skip_next=yes;; \
-      -*l?*) strip_trailopt 'l';; \
-      -[dEDm]) skip_next=yes;; \
-      -[JT]) skip_next=yes;; \
-    esac; \
-    case $$flg in \
-      *$$target_option*) has_opt=yes; break;; \
-    esac; \
-  done; \
-  test $$has_opt = yes
-am__make_dryrun = (target_option=n; $(am__make_running_with_option))
-am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
-pkgdatadir = $(datadir)/@PACKAGE@
-pkgincludedir = $(includedir)/@PACKAGE@
-pkglibdir = $(libdir)/@PACKAGE@
-pkglibexecdir = $(libexecdir)/@PACKAGE@
-am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
-install_sh_DATA = $(install_sh) -c -m 644
-install_sh_PROGRAM = $(install_sh) -c
-install_sh_SCRIPT = $(install_sh) -c
-INSTALL_HEADER = $(INSTALL_DATA)
-transform = $(program_transform_name)
-NORMAL_INSTALL = :
-PRE_INSTALL = :
-POST_INSTALL = :
-NORMAL_UNINSTALL = :
-PRE_UNINSTALL = :
-POST_UNINSTALL = :
-build_triplet = @build@
-host_triplet = @host@
-target_triplet = @target@
- at TEST_SUITE_VEXCL_TRUE@am__append_1 = "VexCL "
- at TEST_SUITE_VIENNACL_TRUE@am__append_2 = "ViennaCL "
- at TEST_SUITE_RODINIA_TRUE@am__append_3 = "Rodinia "
- at TEST_SUITE_PARBOIL_TRUE@am__append_4 = "Parboil "
- at TEST_SUITE_AMD_TRUE@am__append_5 = "AMD "
- at TEST_SUITE_AMDSDK2_9_TRUE@am__append_6 = "AMDSDK2.9 "
- at TEST_SUITE_AMDSDK3_0_TRUE@am__append_7 = "AMDSDK3.0 "
- at TEST_SUITE_PIGLIT_TRUE@am__append_8 = "piglit "
- at TEST_SUITE_HALIDE_TRUE@am__append_9 = "Halide "
- at TEST_SUITE_CLOVERLEAF_TRUE@am__append_10 = "CloverLeaf "
- at TEST_SUITE_INTELSVM_TRUE@am__append_11 = "IntelSVM "
- at TEST_SUITE_OPENCV_TRUE@am__append_12 = "OpenCV "
-subdir = examples
-ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
-am__aclocal_m4_deps = $(top_srcdir)/m4/ax_boost_base.m4 \
-	$(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
-	$(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
-	$(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/acinclude.m4 \
-	$(top_srcdir)/configure.ac
-am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
-	$(ACLOCAL_M4)
-DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
-mkinstalldirs = $(install_sh) -d
-CONFIG_HEADER = $(top_builddir)/config.h
-CONFIG_CLEAN_FILES =
-CONFIG_CLEAN_VPATH_FILES =
-AM_V_P = $(am__v_P_ at AM_V@)
-am__v_P_ = $(am__v_P_ at AM_DEFAULT_V@)
-am__v_P_0 = false
-am__v_P_1 = :
-AM_V_GEN = $(am__v_GEN_ at AM_V@)
-am__v_GEN_ = $(am__v_GEN_ at AM_DEFAULT_V@)
-am__v_GEN_0 = @echo "  GEN     " $@;
-am__v_GEN_1 = 
-AM_V_at = $(am__v_at_ at AM_V@)
-am__v_at_ = $(am__v_at_ at AM_DEFAULT_V@)
-am__v_at_0 = @
-am__v_at_1 = 
-SOURCES =
-DIST_SOURCES =
-RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
-	ctags-recursive dvi-recursive html-recursive info-recursive \
-	install-data-recursive install-dvi-recursive \
-	install-exec-recursive install-html-recursive \
-	install-info-recursive install-pdf-recursive \
-	install-ps-recursive install-recursive installcheck-recursive \
-	installdirs-recursive pdf-recursive ps-recursive \
-	tags-recursive uninstall-recursive
-am__can_run_installinfo = \
-  case $$AM_UPDATE_INFO_DIR in \
-    n|no|NO) false;; \
-    *) (install-info --version) >/dev/null 2>&1;; \
-  esac
-RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
-  distclean-recursive maintainer-clean-recursive
-am__recursive_targets = \
-  $(RECURSIVE_TARGETS) \
-  $(RECURSIVE_CLEAN_TARGETS) \
-  $(am__extra_recursive_targets)
-AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
-	distdir
-am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
-# Read a list of newline-separated strings from the standard input,
-# and print each of them once, without duplicates.  Input order is
-# *not* preserved.
-am__uniquify_input = $(AWK) '\
-  BEGIN { nonempty = 0; } \
-  { items[$$0] = 1; nonempty = 1; } \
-  END { if (nonempty) { for (i in items) print i; }; } \
-'
-# Make sure the list of sources is unique.  This is necessary because,
-# e.g., the same source file might be shared among _SOURCES variables
-# for different programs/libraries.
-am__define_uniq_tagged_files = \
-  list='$(am__tagged_files)'; \
-  unique=`for i in $$list; do \
-    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
-  done | $(am__uniquify_input)`
-ETAGS = etags
-CTAGS = ctags
-DIST_SUBDIRS = $(SUBDIRS)
-am__DIST_COMMON = $(srcdir)/Makefile.in
-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
-am__relativize = \
-  dir0=`pwd`; \
-  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
-  sed_rest='s,^[^/]*/*,,'; \
-  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
-  sed_butlast='s,/*[^/]*$$,,'; \
-  while test -n "$$dir1"; do \
-    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
-    if test "$$first" != "."; then \
-      if test "$$first" = ".."; then \
-        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
-        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
-      else \
-        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
-        if test "$$first2" = "$$first"; then \
-          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
-        else \
-          dir2="../$$dir2"; \
-        fi; \
-        dir0="$$dir0"/"$$first"; \
-      fi; \
-    fi; \
-    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
-  done; \
-  reldir="$$dir2"
-ACLOCAL = @ACLOCAL@
-AMTAR = @AMTAR@
-AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
-AR = @AR@
-AUTOCONF = @AUTOCONF@
-AUTOHEADER = @AUTOHEADER@
-AUTOMAKE = @AUTOMAKE@
-AWK = @AWK@
-BOOST_CPPFLAGS = @BOOST_CPPFLAGS@
-BOOST_LDFLAGS = @BOOST_LDFLAGS@
-BUILD_TIMESTAMP = @BUILD_TIMESTAMP@
-CC = @CC@
-CCDEPMODE = @CCDEPMODE@
-CFLAGS = @CFLAGS@
-CLANG = @CLANG@
-CLANGXX = @CLANGXX@
-CLANGXX_FLAGS = @CLANGXX_FLAGS@
-CLFLAGS = @CLFLAGS@
-CPP = @CPP@
-CPPFLAGS = @CPPFLAGS@
-CXX = @CXX@
-CXXCPP = @CXXCPP@
-CXXDEPMODE = @CXXDEPMODE@
-CXXFLAGS = @CXXFLAGS@
-CYGPATH_W = @CYGPATH_W@
-DEFS = @DEFS@
-DEPDIR = @DEPDIR@
-DLLTOOL = @DLLTOOL@
-DSYMUTIL = @DSYMUTIL@
-DUMPBIN = @DUMPBIN@
-ECHO_C = @ECHO_C@
-ECHO_N = @ECHO_N@
-ECHO_T = @ECHO_T@
-EGREP = @EGREP@
-EXEEXT = @EXEEXT@
-FGREP = @FGREP@
-FORCED_CLFLAGS = @FORCED_CLFLAGS@
-GLEW_CFLAGS = @GLEW_CFLAGS@
-GLEW_LIBS = @GLEW_LIBS@
-GREP = @GREP@
-HOST = @HOST@
-HOST_AS_FLAGS = @HOST_AS_FLAGS@
-HOST_CLANG_FLAGS = @HOST_CLANG_FLAGS@
-HOST_CPU = @HOST_CPU@
-HOST_DEVICE_EXTENSION_DEFINES = @HOST_DEVICE_EXTENSION_DEFINES@
-HOST_LD_FLAGS = @HOST_LD_FLAGS@
-HOST_LLC_FLAGS = @HOST_LLC_FLAGS@
-HOST_SIZEOF_DOUBLE = @HOST_SIZEOF_DOUBLE@
-HOST_SIZEOF_HALF = @HOST_SIZEOF_HALF@
-HOST_SIZEOF_LONG = @HOST_SIZEOF_LONG@
-HOST_SIZEOF_VOID_P = @HOST_SIZEOF_VOID_P@
-HSAILASM = @HSAILASM@
-HSA_DEVICE_EXTENSION_DEFINES = @HSA_DEVICE_EXTENSION_DEFINES@
-HSA_INCLUDES = @HSA_INCLUDES@
-HSA_LIBS = @HSA_LIBS@
-HWLOC_CFLAGS = @HWLOC_CFLAGS@
-HWLOC_LIBS = @HWLOC_LIBS@
-ICD_LD_FLAGS = @ICD_LD_FLAGS@
-INSTALL = @INSTALL@
-INSTALL_DATA = @INSTALL_DATA@
-INSTALL_PROGRAM = @INSTALL_PROGRAM@
-INSTALL_SCRIPT = @INSTALL_SCRIPT@
-INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
-KERNEL_COMPILER_LIB_VERSION = @KERNEL_COMPILER_LIB_VERSION@
-LD = @LD@
-LDFLAGS = @LDFLAGS@
-LD_FLAGS_BIN = @LD_FLAGS_BIN@
-LIBOBJS = @LIBOBJS@
-LIBRARY_SUFFIX = @LIBRARY_SUFFIX@
-LIBS = @LIBS@
-LIBTOOL = @LIBTOOL@
-LIB_AGE_VERSION = @LIB_AGE_VERSION@
-LIB_CURRENT_VERSION = @LIB_CURRENT_VERSION@
-LIB_FIRST_VERSION = @LIB_FIRST_VERSION@
-LIB_REVISION_VERSION = @LIB_REVISION_VERSION@
-LIB_VERSION = @LIB_VERSION@
-LIPO = @LIPO@
-LLC = @LLC@
-LLVM_AS = @LLVM_AS@
-LLVM_CONFIG = @LLVM_CONFIG@
-LLVM_CXX_FLAGS = @LLVM_CXX_FLAGS@
-LLVM_LDFLAGS = @LLVM_LDFLAGS@
-LLVM_LIBS = @LLVM_LIBS@
-LLVM_LINK = @LLVM_LINK@
-LLVM_OPT = @LLVM_OPT@
-LLVM_VERSION = @LLVM_VERSION@
-LN_S = @LN_S@
-LTDL_LIBS = @LTDL_LIBS@
-LTLIBOBJS = @LTLIBOBJS@
-LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
-MAKEINFO = @MAKEINFO@
-MANIFEST_TOOL = @MANIFEST_TOOL@
-MKDIR_P = @MKDIR_P@
-NM = @NM@
-NMEDIT = @NMEDIT@
-OBJDUMP = @OBJDUMP@
-OBJEXT = @OBJEXT@
-OCL_ICD_CFLAGS = @OCL_ICD_CFLAGS@
-OCL_ICD_LIBS = @OCL_ICD_LIBS@
-OCL_KERNEL_ARCH = @OCL_KERNEL_ARCH@
-OCL_KERNEL_TARGET = @OCL_KERNEL_TARGET@
-OCL_KERNEL_TARGET_CPU = @OCL_KERNEL_TARGET_CPU@
-OCL_TARGETS = @OCL_TARGETS@
-OPENCL_CFLAGS = @OPENCL_CFLAGS@
-OPENCL_CMAKE = @OPENCL_CMAKE@
-OPENCL_EXTLIBS = @OPENCL_EXTLIBS@
-OPENCL_LIBS = @OPENCL_LIBS@
-OPT = @OPT@
-OTOOL = @OTOOL@
-OTOOL64 = @OTOOL64@
-PACKAGE = @PACKAGE@
-PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
-PACKAGE_NAME = @PACKAGE_NAME@
-PACKAGE_STRING = @PACKAGE_STRING@
-PACKAGE_TARNAME = @PACKAGE_TARNAME@
-PACKAGE_URL = @PACKAGE_URL@
-PACKAGE_VERSION = @PACKAGE_VERSION@
-PATH_SEPARATOR = @PATH_SEPARATOR@
-PKG_CONFIG = @PKG_CONFIG@
-PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
-PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
-POAT_TESTSUITES = @POAT_TESTSUITES@
-POCL_DEVICE_ADDRESS_BITS = @POCL_DEVICE_ADDRESS_BITS@
-PTHREAD_CC = @PTHREAD_CC@
-PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
-PTHREAD_LIBS = @PTHREAD_LIBS@
-RANLIB = @RANLIB@
-SDL_CFLAGS = @SDL_CFLAGS@
-SDL_LIBS = @SDL_LIBS@
-SED = @SED@
-SET_MAKE = @SET_MAKE@
-SHELL = @SHELL@
-STRIP = @STRIP@
-TARGET = @TARGET@
-TARGET_CLANG_FLAGS = @TARGET_CLANG_FLAGS@
-TARGET_CPU = @TARGET_CPU@
-TARGET_LLC_FLAGS = @TARGET_LLC_FLAGS@
-TARGET_SIZEOF_DOUBLE = @TARGET_SIZEOF_DOUBLE@
-TARGET_SIZEOF_HALF = @TARGET_SIZEOF_HALF@
-TARGET_SIZEOF_LONG = @TARGET_SIZEOF_LONG@
-TARGET_SIZEOF_VOID_P = @TARGET_SIZEOF_VOID_P@
-TCECC = @TCECC@
-TCEMC_AVAILABLE = @TCEMC_AVAILABLE@
-TCE_AVAILABLE = @TCE_AVAILABLE@
-TCE_CONFIG = @TCE_CONFIG@
-TCE_DEVICE_EXTENSION_DEFINES = @TCE_DEVICE_EXTENSION_DEFINES@
-VERSION = @VERSION@
-abs_builddir = @abs_builddir@
-abs_srcdir = @abs_srcdir@
-abs_top_builddir = @abs_top_builddir@
-abs_top_srcdir = @abs_top_srcdir@
-ac_ct_AR = @ac_ct_AR@
-ac_ct_CC = @ac_ct_CC@
-ac_ct_CXX = @ac_ct_CXX@
-ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
-acx_pthread_config = @acx_pthread_config@
-am__include = @am__include@
-am__leading_dot = @am__leading_dot@
-am__quote = @am__quote@
-am__tar = @am__tar@
-am__untar = @am__untar@
-bindir = @bindir@
-build = @build@
-build_alias = @build_alias@
-build_cpu = @build_cpu@
-build_os = @build_os@
-build_vendor = @build_vendor@
-builddir = @builddir@
-datadir = @datadir@
-datarootdir = @datarootdir@
-docdir = @docdir@
-dvidir = @dvidir@
-exec_prefix = @exec_prefix@
-host = @host@
-host_alias = @host_alias@
-host_cpu = @host_cpu@
-host_os = @host_os@
-host_vendor = @host_vendor@
-htmldir = @htmldir@
-includedir = @includedir@
-infodir = @infodir@
-install_sh = @install_sh@
-libdir = @libdir@
-libexecdir = @libexecdir@
-localedir = @localedir@
-localstatedir = @localstatedir@
-mandir = @mandir@
-mkdir_p = @mkdir_p@
-oldincludedir = @oldincludedir@
-pdfdir = @pdfdir@
-prefix = @prefix@
-program_transform_name = @program_transform_name@
-psdir = @psdir@
-sbindir = @sbindir@
-sharedstatedir = @sharedstatedir@
-srcdir = @srcdir@
-sysconfdir = @sysconfdir@
-target = @target@
-target_alias = @target_alias@
-target_cpu = @target_cpu@
-target_os = @target_os@
-target_vendor = @target_vendor@
-top_build_prefix = @top_build_prefix@
-top_builddir = @top_builddir@
-top_srcdir = @top_srcdir@
-SUBDIRS = example1 example1-spir32 example1-spir64 example2 example2a trig \
-	scalarwave standalone opencl-book-samples VexCL ViennaCL Rodinia Parboil \
-	AMD AMDSDK2.9 AMDSDK3.0 EinsteinToolkit piglit Halide OpenCV CloverLeaf IntelSVM
-
-BASIC_EXAMPLES = example1 example1-spir32 example1-spir64 example2 example2a trig \
-	scalarwave standalone opencl-book-samples EinsteinToolkit
-
-EXTRA_DIST = CMakeLists.txt PyOpenCL/README
-
-# The external examples which should be prepared only
-# once by calling "make prepare-examples".
-EXAMPLES_TO_PREPARE = $(am__append_1) $(am__append_2) $(am__append_3) \
-	$(am__append_4) $(am__append_5) $(am__append_6) \
-	$(am__append_7) $(am__append_8) $(am__append_9) \
-	$(am__append_10) $(am__append_11) $(am__append_12)
-all: all-recursive
-
-.SUFFIXES:
-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
-	@for dep in $?; do \
-	  case '$(am__configure_deps)' in \
-	    *$$dep*) \
-	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
-	        && { if test -f $@; then exit 0; else break; fi; }; \
-	      exit 1;; \
-	  esac; \
-	done; \
-	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign examples/Makefile'; \
-	$(am__cd) $(top_srcdir) && \
-	  $(AUTOMAKE) --foreign examples/Makefile
-Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
-	@case '$?' in \
-	  *config.status*) \
-	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
-	  *) \
-	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
-	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
-	esac;
-
-$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
-	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-
-$(top_srcdir)/configure:  $(am__configure_deps)
-	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
-	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-$(am__aclocal_m4_deps):
-
-mostlyclean-libtool:
-	-rm -f *.lo
-
-clean-libtool:
-	-rm -rf .libs _libs
-
-# This directory's subdirectories are mostly independent; you can cd
-# into them and run 'make' without going through this Makefile.
-# To change the values of 'make' variables: instead of editing Makefiles,
-# (1) if the variable is set in 'config.status', edit 'config.status'
-#     (which will cause the Makefiles to be regenerated when you run 'make');
-# (2) otherwise, pass the desired values on the 'make' command line.
-$(am__recursive_targets):
-	@fail=; \
-	if $(am__make_keepgoing); then \
-	  failcom='fail=yes'; \
-	else \
-	  failcom='exit 1'; \
-	fi; \
-	dot_seen=no; \
-	target=`echo $@ | sed s/-recursive//`; \
-	case "$@" in \
-	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
-	  *) list='$(SUBDIRS)' ;; \
-	esac; \
-	for subdir in $$list; do \
-	  echo "Making $$target in $$subdir"; \
-	  if test "$$subdir" = "."; then \
-	    dot_seen=yes; \
-	    local_target="$$target-am"; \
-	  else \
-	    local_target="$$target"; \
-	  fi; \
-	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
-	  || eval $$failcom; \
-	done; \
-	if test "$$dot_seen" = "no"; then \
-	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
-	fi; test -z "$$fail"
-
-ID: $(am__tagged_files)
-	$(am__define_uniq_tagged_files); mkid -fID $$unique
-tags: tags-recursive
-TAGS: tags
-
-tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
-	set x; \
-	here=`pwd`; \
-	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
-	  include_option=--etags-include; \
-	  empty_fix=.; \
-	else \
-	  include_option=--include; \
-	  empty_fix=; \
-	fi; \
-	list='$(SUBDIRS)'; for subdir in $$list; do \
-	  if test "$$subdir" = .; then :; else \
-	    test ! -f $$subdir/TAGS || \
-	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
-	  fi; \
-	done; \
-	$(am__define_uniq_tagged_files); \
-	shift; \
-	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
-	  test -n "$$unique" || unique=$$empty_fix; \
-	  if test $$# -gt 0; then \
-	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
-	      "$$@" $$unique; \
-	  else \
-	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
-	      $$unique; \
-	  fi; \
-	fi
-ctags: ctags-recursive
-
-CTAGS: ctags
-ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
-	$(am__define_uniq_tagged_files); \
-	test -z "$(CTAGS_ARGS)$$unique" \
-	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
-	     $$unique
-
-GTAGS:
-	here=`$(am__cd) $(top_builddir) && pwd` \
-	  && $(am__cd) $(top_srcdir) \
-	  && gtags -i $(GTAGS_ARGS) "$$here"
-cscopelist: cscopelist-recursive
-
-cscopelist-am: $(am__tagged_files)
-	list='$(am__tagged_files)'; \
-	case "$(srcdir)" in \
-	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
-	  *) sdir=$(subdir)/$(srcdir) ;; \
-	esac; \
-	for i in $$list; do \
-	  if test -f "$$i"; then \
-	    echo "$(subdir)/$$i"; \
-	  else \
-	    echo "$$sdir/$$i"; \
-	  fi; \
-	done >> $(top_builddir)/cscope.files
-
-distclean-tags:
-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
-
-distdir: $(DISTFILES)
-	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
-	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
-	list='$(DISTFILES)'; \
-	  dist_files=`for file in $$list; do echo $$file; done | \
-	  sed -e "s|^$$srcdirstrip/||;t" \
-	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
-	case $$dist_files in \
-	  */*) $(MKDIR_P) `echo "$$dist_files" | \
-			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
-			   sort -u` ;; \
-	esac; \
-	for file in $$dist_files; do \
-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
-	  if test -d $$d/$$file; then \
-	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
-	    if test -d "$(distdir)/$$file"; then \
-	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
-	    fi; \
-	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
-	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
-	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
-	    fi; \
-	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
-	  else \
-	    test -f "$(distdir)/$$file" \
-	    || cp -p $$d/$$file "$(distdir)/$$file" \
-	    || exit 1; \
-	  fi; \
-	done
-	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
-	  if test "$$subdir" = .; then :; else \
-	    $(am__make_dryrun) \
-	      || test -d "$(distdir)/$$subdir" \
-	      || $(MKDIR_P) "$(distdir)/$$subdir" \
-	      || exit 1; \
-	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
-	    $(am__relativize); \
-	    new_distdir=$$reldir; \
-	    dir1=$$subdir; dir2="$(top_distdir)"; \
-	    $(am__relativize); \
-	    new_top_distdir=$$reldir; \
-	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
-	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
-	    ($(am__cd) $$subdir && \
-	      $(MAKE) $(AM_MAKEFLAGS) \
-	        top_distdir="$$new_top_distdir" \
-	        distdir="$$new_distdir" \
-		am__remove_distdir=: \
-		am__skip_length_check=: \
-		am__skip_mode_fix=: \
-	        distdir) \
-	      || exit 1; \
-	  fi; \
-	done
-check-am: all-am
-check: check-recursive
-all-am: Makefile
-installdirs: installdirs-recursive
-installdirs-am:
-install: install-recursive
-install-exec: install-exec-recursive
-install-data: install-data-recursive
-uninstall: uninstall-recursive
-
-install-am: all-am
-	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
-
-installcheck: installcheck-recursive
-install-strip:
-	if test -z '$(STRIP)'; then \
-	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
-	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
-	      install; \
-	else \
-	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
-	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
-	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
-	fi
-mostlyclean-generic:
-
-clean-generic:
-
-distclean-generic:
-	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
-	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
-
-maintainer-clean-generic:
-	@echo "This command is intended for maintainers to use"
-	@echo "it deletes files that may require special tools to rebuild."
-clean-am: clean-generic clean-libtool mostlyclean-am
-
-distclean: distclean-recursive
-	-rm -f Makefile
-distclean-am: clean-am distclean-generic distclean-tags
-
-dvi: dvi-recursive
-
-dvi-am:
-
-html: html-recursive
-
-html-am:
-
-info: info-recursive
-
-info-am:
-
-install-data-am:
-
-install-dvi: install-dvi-recursive
-
-install-dvi-am:
-
-install-exec-am:
-
-install-html: install-html-recursive
-
-install-html-am:
-
-install-info: install-info-recursive
-
-install-info-am:
-
-install-man:
-
-install-pdf: install-pdf-recursive
-
-install-pdf-am:
-
-install-ps: install-ps-recursive
-
-install-ps-am:
-
-installcheck-am:
-
-maintainer-clean: maintainer-clean-recursive
-	-rm -f Makefile
-maintainer-clean-am: distclean-am maintainer-clean-generic
-
-mostlyclean: mostlyclean-recursive
-
-mostlyclean-am: mostlyclean-generic mostlyclean-libtool
-
-pdf: pdf-recursive
-
-pdf-am:
-
-ps: ps-recursive
-
-ps-am:
-
-uninstall-am:
-
-.MAKE: $(am__recursive_targets) install-am install-strip
-
-.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
-	check-am clean clean-generic clean-libtool cscopelist-am ctags \
-	ctags-am distclean distclean-generic distclean-libtool \
-	distclean-tags distdir dvi dvi-am html html-am info info-am \
-	install install-am install-data install-data-am install-dvi \
-	install-dvi-am install-exec install-exec-am install-html \
-	install-html-am install-info install-info-am install-man \
-	install-pdf install-pdf-am install-ps install-ps-am \
-	install-strip installcheck installcheck-am installdirs \
-	installdirs-am maintainer-clean maintainer-clean-generic \
-	mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
-	ps ps-am tags tags-am uninstall uninstall-am
-
-.PRECIOUS: Makefile
-
-
-prepare-examples:
-	for dir in $(EXAMPLES_TO_PREPARE); do \
-	   $(MAKE) -C $$dir prepare-examples; \
-	done
-
-clean-examples:
-	for dir in $(EXAMPLES_TO_PREPARE); do \
-	   $(MAKE) -C $$dir clean-examples; \
-	done
-
-clean:
-	for dir in $(BASIC_EXAMPLES); do \
-	   $(MAKE) -C $$dir clean; \
-	done
-	@echo Call 'make clean-examples' to clean up the examples.
-
-# Tell versions [3.59,3.63) of GNU make to not export all variables.
-# Otherwise a system limit (for SysV at least) may be exceeded.
-.NOEXPORT:
diff --git a/examples/OpenCV/Makefile.am b/examples/OpenCV/Makefile.am
deleted file mode 100644
index ddb8cea..0000000
--- a/examples/OpenCV/Makefile.am
+++ /dev/null
@@ -1,263 +0,0 @@
-# Process this file with automake to produce Makefile.in (in this,
-# and all subdirectories).
-# Makefile.am for pocl/examples/OpenCV.
-# 
-# Copyright (c) 2012 Lassi Koskinen
-# 
-# Permission is hereby granted, free of charge, to any person obtaining a copy
-# of this software and associated documentation files (the "Software"), to deal
-# in the Software without restriction, including without limitation the rights
-# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-# copies of the Software, and to permit persons to whom the Software is
-# furnished to do so, subject to the following conditions:
-# 
-# The above copyright notice and this permission notice shall be included in
-# all copies or substantial portions of the Software.
-# 
-# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-# THE SOFTWARE.
-
-if TEST_SUITE_OPENCV
-opencv_local_src_dir=opencv-3.0.0-beta
-opencv_zip=opencv-3.0.0-beta.zip
-testsuite_pocl_dir=${abs_top_srcdir}/examples/OpenCV
-testsuite_src_dir=${testsuite_pocl_dir}/${opencv_local_src_dir}
-
-.PHONY: prepare-examples
-
-$(srcdir)/$(opencv_zip):
-	cd $(srcdir) && \
-	wget https://github.com/Itseez/opencv/archive/$(opencv_zip)
-
-EXTRA_DIST = opencv.patch
-
-$(opencv_local_src_dir):
-	$(MAKE) $(srcdir)/$(opencv_zip) 
-	cd $(testsuite_pocl_dir) && \
-	unzip $(opencv_zip)
-
-test_UMat:
-	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors $(opencv_local_src_dir)/build/bin/opencv_test_core --gtest_filter=UMat.*
-
-test_Core_UMat:
-	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors $(opencv_local_src_dir)/build/bin/opencv_test_core --gtest_filter=Core_UMat.*
-
-test_Image2D:
-	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors $(opencv_local_src_dir)/build/bin/opencv_test_core --gtest_filter=Image2D.*
-
-test_UMat/UMatBasicTests:
-	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors $(opencv_local_src_dir)/build/bin/opencv_test_core --gtest_filter=UMat/UMatBasicTests.*
-
-test_UMat/UMatTestReshape:
-	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors $(opencv_local_src_dir)/build/bin/opencv_test_core --gtest_filter=UMat/UMatTestReshape.*
-
-test_UMat/UMatTestRoi:
-	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors $(opencv_local_src_dir)/build/bin/opencv_test_core --gtest_filter=UMat/UMatTestRoi.*
-
-test_UMat/UMatTestSizeOperations:
-	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors $(opencv_local_src_dir)/build/bin/opencv_test_core --gtest_filter=UMat/UMatTestSizeOperations.*
-
-test_UMat/UMatTestUMatOperations:
-	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors $(opencv_local_src_dir)/build/bin/opencv_test_core --gtest_filter=UMat/UMatTestUMatOperations.*
-
-test_OCL_MeanStdDev_:
-	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors $(opencv_local_src_dir)/build/bin/opencv_test_core --gtest_filter=OCL_MeanStdDev_.*
-
-test_OCL_Channels/Merge:
-	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors $(opencv_local_src_dir)/build/bin/opencv_test_core --gtest_filter=OCL_Channels/Merge.*
-
-test_OCL_Channels/Split:
-	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors $(opencv_local_src_dir)/build/bin/opencv_test_core --gtest_filter=OCL_Channels/Split.*
-
-test_OCL_Channels/MixChannels:
-	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors $(opencv_local_src_dir)/build/bin/opencv_test_core --gtest_filter=OCL_Channels/MixChannels.*
-
-test_OCL_Channels/InsertChannels:
-	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors $(opencv_local_src_dir)/build/bin/opencv_test_core --gtest_filter=OCL_Channels/InsertChannels.*
-
-test_OCL_Channels/ExtractChannels:
-	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors $(opencv_local_src_dir)/build/bin/opencv_test_core --gtest_filter=OCL_Channels/ExtractChannels.*
-
-test_OCL_Arithm/Lut:
-	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors $(opencv_local_src_dir)/build/bin/opencv_test_core --gtest_filter=OCL_Arithm/Lut.*
-
-test_OCL_Arithm/Add:
-	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors $(opencv_local_src_dir)/build/bin/opencv_test_core --gtest_filter=OCL_Arithm/Add.*
-
-test_OCL_Arithm/Subtract:
-	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors $(opencv_local_src_dir)/build/bin/opencv_test_core --gtest_filter=OCL_Arithm/Substract.*
-
-test_OCL_Arithm/Mul:
-	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors $(opencv_local_src_dir)/build/bin/opencv_test_core --gtest_filter=OCL_Arithm/Mul.*
-
-test_OCL_Arithm/Div:
-	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors $(opencv_local_src_dir)/build/bin/opencv_test_core --gtest_filter=OCL_Arithm/Div.*
-
-test_OCL_Arithm/AddWeighted:
-	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors $(opencv_local_src_dir)/build/bin/opencv_test_core --gtest_filter=OCL_Arithm/AddWeighted.*
-
-test_OCL_Arithm/Min:
-	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors $(opencv_local_src_dir)/build/bin/opencv_test_core --gtest_filter=OCL_Arithm/Min.*
-
-test_OCL_Arithm/Max:
-	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors $(opencv_local_src_dir)/build/bin/opencv_test_core --gtest_filter=OCL_Arithm/Max.*
-
-test_OCL_Arithm/Absdiff:
-	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors $(opencv_local_src_dir)/build/bin/opencv_test_core --gtest_filter=OCL_Arithm/Absdiff.*
-
-test_OCL_Arithm/CartToPolar:
-	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors $(opencv_local_src_dir)/build/bin/opencv_test_core --gtest_filter=OCL_Arithm/CartToPolar.*
-
-test_OCL_Arithm/PolarToCart:
-	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors $(opencv_local_src_dir)/build/bin/opencv_test_core --gtest_filter=OCL_Arithm/PolarToCart.*
-
-test_OCL_Arithm/Transpose:
-	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors $(opencv_local_src_dir)/build/bin/opencv_test_core --gtest_filter=OCL_Arithm/Transpose.*
-
-test_OCL_Arithm/Bitwise_and:
-	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors $(opencv_local_src_dir)/build/bin/opencv_test_core --gtest_filter=OCL_Arithm/BitWise_and.*
-
-test_OCL_Arithm/Bitwise_or:
-	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors $(opencv_local_src_dir)/build/bin/opencv_test_core --gtest_filter=OCL_Arithm/Bitwise_or.*
-
-test_OCL_Arithm/Bitwise_xor:
-	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors $(opencv_local_src_dir)/build/bin/opencv_test_core --gtest_filter=OCL_Arithm/Bitwise_xor.*
-
-test_OCL_Arithm/Bitwise_not:
-	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors $(opencv_local_src_dir)/build/bin/opencv_test_core --gtest_filter=OCL_Arithm/Bitwise_not.*
-
-test_OCL_Arithm/Compare:
-	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors $(opencv_local_src_dir)/build/bin/opencv_test_core --gtest_filter=OCL_Arithm/Compare.*
-
-test_OCL_Arithm/Pow:
-	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors $(opencv_local_src_dir)/build/bin/opencv_test_core --gtest_filter=OCL_Arithm/Pow.*
-
-test_OCL_Arithm/SetIdentity:
-	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors $(opencv_local_src_dir)/build/bin/opencv_test_core --gtest_filter=OCL_Arithm/SetIdentity.*
-
-test_OCL_Arithm/Repeat:
-	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors $(opencv_local_src_dir)/build/bin/opencv_test_core --gtest_filter=OCL_Arithm/Repeat.*
-
-test_OCL_Arithm/CountNonZero:
-	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors $(opencv_local_src_dir)/build/bin/opencv_test_core --gtest_filter=OCL_Arithm/CountNonZero.*
-
-test_OCL_Arithm/Sum:
-	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors $(opencv_local_src_dir)/build/bin/opencv_test_core --gtest_filter=OCL_Arithm/Sum.*
-
-test_OCL_Arithm/MeanStdDev:
-	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors $(opencv_local_src_dir)/build/bin/opencv_test_core --gtest_filter=OCL_Arithm/MeanStdDev.*
-
-test_OCL_Arithm/Log:
-	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors $(opencv_local_src_dir)/build/bin/opencv_test_core --gtest_filter=OCL_Arithm/Log.*
-
-test_OCL_Arithm/Exp:
-	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors $(opencv_local_src_dir)/build/bin/opencv_test_core --gtest_filter=OCL_Arithm/Exp.*
-
-test_OCL_Arithm/Phase:
-	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors $(opencv_local_src_dir)/build/bin/opencv_test_core --gtest_filter=OCL_Arithm/Phase.*
-
-test_OCL_Arithm/Magnitude:
-	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors $(opencv_local_src_dir)/build/bin/opencv_test_core --gtest_filter=OCL_Arithm/Magnitude.*
-
-test_OCL_Arithm/Flip:
-	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors $(opencv_local_src_dir)/build/bin/opencv_test_core --gtest_filter=OCL_Arithm/Flip.*
-
-test_OCL_Arithm/MinMaxIdx:
-	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors $(opencv_local_src_dir)/build/bin/opencv_test_core --gtest_filter=OCL_Arithm/MinMaxIdx.*
-
-test_OCL_Arithm/MinMaxIdx_Mask:
-	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors $(opencv_local_src_dir)/build/bin/opencv_test_core --gtest_filter=OCL_Arithm/MinMaxIdx_Mask.*
-
-test_OCL_Arithm/Norm:
-	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors $(opencv_local_src_dir)/build/bin/opencv_test_core --gtest_filter=OCL_Arithm/Norm.*
-
-test_OCL_Arithm/UMatDot:
-	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors $(opencv_local_src_dir)/build/bin/opencv_test_core --gtest_filter=OCL_Arithm/UMatDot.*
-
-test_OCL_Arithm/Sqrt:
-	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors $(opencv_local_src_dir)/build/bin/opencv_test_core --gtest_filter=OCL_Arithm/Sqrt.*
-
-test_OCL_Arithm/Normalize:
-	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors $(opencv_local_src_dir)/build/bin/opencv_test_core --gtest_filter=OCL_Arithm/Normalize.*
-
-test_OCL_Arithm/InRange:
-	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors $(opencv_local_src_dir)/build/bin/opencv_test_core --gtest_filter=OCL_Arithm/InRange.*
-
-test_OCL_Arithm/ConvertScaleAbs:
-	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors $(opencv_local_src_dir)/build/bin/opencv_test_core --gtest_filter=OCL_Arithm/ConvertScaleAbs.*
-
-test_OCL_Arithm/ScaleAdd:
-	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors $(opencv_local_src_dir)/build/bin/opencv_test_core --gtest_filter=OCL_Arithm/ScaleAdd.*
-
-test_OCL_Arithm/PatchNaNs:
-	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors $(opencv_local_src_dir)/build/bin/opencv_test_core --gtest_filter=OCL_Arithm/PatchNaNs.*
-
-test_OCL_Arithm/Psnr:
-	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors $(opencv_local_src_dir)/build/bin/opencv_test_core --gtest_filter=OCL_Arithm/Psnr.*
-
-test_OCL_Arithm/ReduceSum:
-	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors $(opencv_local_src_dir)/build/bin/opencv_test_core --gtest_filter=OCL_Arithm/ReduceSum.*
-
-test_OCL_Arithm/ReduceMax:
-	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors $(opencv_local_src_dir)/build/bin/opencv_test_core --gtest_filter=OCL_Arithm/ReduceMax.*
-
-test_OCL_Arithm/ReduceMin:
-	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors $(opencv_local_src_dir)/build/bin/opencv_test_core --gtest_filter=OCL_Arithm/ReduceMin.*
-
-test_OCL_Arithm/ReduceAvg:
-	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors $(opencv_local_src_dir)/build/bin/opencv_test_core --gtest_filter=OCL_Arithm/ReduceAvg.*
-
-test_OCL_Core/Gemm:
-	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors $(opencv_local_src_dir)/build/bin/opencv_test_core --gtest_filter=OCL_Core/Gemm.*
-
-test_OCL_Core/Dft:
-	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors $(opencv_local_src_dir)/build/bin/opencv_test_core --gtest_filter=OCL_Core/Dft.*
-
-test_OCL_OCL_ImgProc/MultiSpectrums:
-	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors $(opencv_local_src_dir)/build/bin/opencv_test_core --gtest_filter=OCL_OCL_ImgProc/MultiSpectrums.*
-
-test_OCL_MatrixOperation/ConvertTo:
-	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors $(opencv_local_src_dir)/build/bin/opencv_test_core --gtest_filter=OCL_MatrixOperation/ConvertTo.*
-
-test_OCL_MatrixOperation/CopyTo:
-	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors $(opencv_local_src_dir)/build/bin/opencv_test_core --gtest_filter=OCL_MatrixOperation/CopyTo.*
-
-test_OCL_MatrixOperation/SetTo:
-	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors $(opencv_local_src_dir)/build/bin/opencv_test_core --gtest_filter=OCL_MatrixOperation/SetTo.*
-
-test_OCL_MatrixOperation/UMatExpr:
-	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors $(opencv_local_src_dir)/build/bin/opencv_test_core --gtest_filter=OCL_MatrixOperation/UMatExpr.*
-
-# OpenCV must be built in the subdirectory build/ of the extracted source
-# (it does not work elsewhere) and its source tree is modified.
-# So, copying the source tree in our build tree if required
-# (ie if $(srcdir) is not $(CURDIR) )
-build:
-	if [ ! -d $(opencv_local_src_dir) ]; then cp -aL $(testsuite_src_dir) . ; fi
-	( patch -sNp1 < $(testsuite_pocl_dir)/opencv.patch || true )
-	mkdir $(opencv_local_src_dir)/build; \
-	cd $(opencv_local_src_dir)/build; \
-	cmake \
-		-D CMAKE_BUILD_TYPE=RELEASE \
-		-D WITH_CUDA=OFF \
-		-D WITH_OPENCL=ON \
-		-D WITH_FFMPEG=OFF \
-		-D BUILD_TESTS=ON \
-		-D BUILD_PERF_TESTS=ON \
-                -D BUILD_EXAMPLES=ON \
-		-D BUILD_DOCS=ON \
-		.. && \
-	$(MAKE) -s
-
-prepare-examples: $(opencv_local_src_dir) build
-
-clean-examples:
-	rm -fr $(opencv_local_src_dir)
-
-endif
-
diff --git a/examples/OpenCV/Makefile.in b/examples/OpenCV/Makefile.in
deleted file mode 100644
index a60923d..0000000
--- a/examples/OpenCV/Makefile.in
+++ /dev/null
@@ -1,784 +0,0 @@
-# Makefile.in generated by automake 1.15 from Makefile.am.
-# @configure_input@
-
-# Copyright (C) 1994-2014 Free Software Foundation, Inc.
-
-# This Makefile.in is free software; the Free Software Foundation
-# gives unlimited permission to copy and/or distribute it,
-# with or without modifications, as long as this notice is preserved.
-
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
-# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
-# PARTICULAR PURPOSE.
-
- at SET_MAKE@
-
-# Process this file with automake to produce Makefile.in (in this,
-# and all subdirectories).
-# Makefile.am for pocl/examples/OpenCV.
-# 
-# Copyright (c) 2012 Lassi Koskinen
-# 
-# Permission is hereby granted, free of charge, to any person obtaining a copy
-# of this software and associated documentation files (the "Software"), to deal
-# in the Software without restriction, including without limitation the rights
-# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-# copies of the Software, and to permit persons to whom the Software is
-# furnished to do so, subject to the following conditions:
-# 
-# The above copyright notice and this permission notice shall be included in
-# all copies or substantial portions of the Software.
-# 
-# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-# THE SOFTWARE.
-VPATH = @srcdir@
-am__is_gnu_make = { \
-  if test -z '$(MAKELEVEL)'; then \
-    false; \
-  elif test -n '$(MAKE_HOST)'; then \
-    true; \
-  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
-    true; \
-  else \
-    false; \
-  fi; \
-}
-am__make_running_with_option = \
-  case $${target_option-} in \
-      ?) ;; \
-      *) echo "am__make_running_with_option: internal error: invalid" \
-              "target option '$${target_option-}' specified" >&2; \
-         exit 1;; \
-  esac; \
-  has_opt=no; \
-  sane_makeflags=$$MAKEFLAGS; \
-  if $(am__is_gnu_make); then \
-    sane_makeflags=$$MFLAGS; \
-  else \
-    case $$MAKEFLAGS in \
-      *\\[\ \	]*) \
-        bs=\\; \
-        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
-          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
-    esac; \
-  fi; \
-  skip_next=no; \
-  strip_trailopt () \
-  { \
-    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
-  }; \
-  for flg in $$sane_makeflags; do \
-    test $$skip_next = yes && { skip_next=no; continue; }; \
-    case $$flg in \
-      *=*|--*) continue;; \
-        -*I) strip_trailopt 'I'; skip_next=yes;; \
-      -*I?*) strip_trailopt 'I';; \
-        -*O) strip_trailopt 'O'; skip_next=yes;; \
-      -*O?*) strip_trailopt 'O';; \
-        -*l) strip_trailopt 'l'; skip_next=yes;; \
-      -*l?*) strip_trailopt 'l';; \
-      -[dEDm]) skip_next=yes;; \
-      -[JT]) skip_next=yes;; \
-    esac; \
-    case $$flg in \
-      *$$target_option*) has_opt=yes; break;; \
-    esac; \
-  done; \
-  test $$has_opt = yes
-am__make_dryrun = (target_option=n; $(am__make_running_with_option))
-am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
-pkgdatadir = $(datadir)/@PACKAGE@
-pkgincludedir = $(includedir)/@PACKAGE@
-pkglibdir = $(libdir)/@PACKAGE@
-pkglibexecdir = $(libexecdir)/@PACKAGE@
-am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
-install_sh_DATA = $(install_sh) -c -m 644
-install_sh_PROGRAM = $(install_sh) -c
-install_sh_SCRIPT = $(install_sh) -c
-INSTALL_HEADER = $(INSTALL_DATA)
-transform = $(program_transform_name)
-NORMAL_INSTALL = :
-PRE_INSTALL = :
-POST_INSTALL = :
-NORMAL_UNINSTALL = :
-PRE_UNINSTALL = :
-POST_UNINSTALL = :
-build_triplet = @build@
-host_triplet = @host@
-target_triplet = @target@
-subdir = examples/OpenCV
-ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
-am__aclocal_m4_deps = $(top_srcdir)/m4/ax_boost_base.m4 \
-	$(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
-	$(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
-	$(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/acinclude.m4 \
-	$(top_srcdir)/configure.ac
-am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
-	$(ACLOCAL_M4)
-DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
-mkinstalldirs = $(install_sh) -d
-CONFIG_HEADER = $(top_builddir)/config.h
-CONFIG_CLEAN_FILES =
-CONFIG_CLEAN_VPATH_FILES =
-AM_V_P = $(am__v_P_ at AM_V@)
-am__v_P_ = $(am__v_P_ at AM_DEFAULT_V@)
-am__v_P_0 = false
-am__v_P_1 = :
-AM_V_GEN = $(am__v_GEN_ at AM_V@)
-am__v_GEN_ = $(am__v_GEN_ at AM_DEFAULT_V@)
-am__v_GEN_0 = @echo "  GEN     " $@;
-am__v_GEN_1 = 
-AM_V_at = $(am__v_at_ at AM_V@)
-am__v_at_ = $(am__v_at_ at AM_DEFAULT_V@)
-am__v_at_0 = @
-am__v_at_1 = 
-SOURCES =
-DIST_SOURCES =
-am__can_run_installinfo = \
-  case $$AM_UPDATE_INFO_DIR in \
-    n|no|NO) false;; \
-    *) (install-info --version) >/dev/null 2>&1;; \
-  esac
-am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
-am__DIST_COMMON = $(srcdir)/Makefile.in README
-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
-ACLOCAL = @ACLOCAL@
-AMTAR = @AMTAR@
-AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
-AR = @AR@
-AUTOCONF = @AUTOCONF@
-AUTOHEADER = @AUTOHEADER@
-AUTOMAKE = @AUTOMAKE@
-AWK = @AWK@
-BOOST_CPPFLAGS = @BOOST_CPPFLAGS@
-BOOST_LDFLAGS = @BOOST_LDFLAGS@
-BUILD_TIMESTAMP = @BUILD_TIMESTAMP@
-CC = @CC@
-CCDEPMODE = @CCDEPMODE@
-CFLAGS = @CFLAGS@
-CLANG = @CLANG@
-CLANGXX = @CLANGXX@
-CLANGXX_FLAGS = @CLANGXX_FLAGS@
-CLFLAGS = @CLFLAGS@
-CPP = @CPP@
-CPPFLAGS = @CPPFLAGS@
-CXX = @CXX@
-CXXCPP = @CXXCPP@
-CXXDEPMODE = @CXXDEPMODE@
-CXXFLAGS = @CXXFLAGS@
-CYGPATH_W = @CYGPATH_W@
-DEFS = @DEFS@
-DEPDIR = @DEPDIR@
-DLLTOOL = @DLLTOOL@
-DSYMUTIL = @DSYMUTIL@
-DUMPBIN = @DUMPBIN@
-ECHO_C = @ECHO_C@
-ECHO_N = @ECHO_N@
-ECHO_T = @ECHO_T@
-EGREP = @EGREP@
-EXEEXT = @EXEEXT@
-FGREP = @FGREP@
-FORCED_CLFLAGS = @FORCED_CLFLAGS@
-GLEW_CFLAGS = @GLEW_CFLAGS@
-GLEW_LIBS = @GLEW_LIBS@
-GREP = @GREP@
-HOST = @HOST@
-HOST_AS_FLAGS = @HOST_AS_FLAGS@
-HOST_CLANG_FLAGS = @HOST_CLANG_FLAGS@
-HOST_CPU = @HOST_CPU@
-HOST_DEVICE_EXTENSION_DEFINES = @HOST_DEVICE_EXTENSION_DEFINES@
-HOST_LD_FLAGS = @HOST_LD_FLAGS@
-HOST_LLC_FLAGS = @HOST_LLC_FLAGS@
-HOST_SIZEOF_DOUBLE = @HOST_SIZEOF_DOUBLE@
-HOST_SIZEOF_HALF = @HOST_SIZEOF_HALF@
-HOST_SIZEOF_LONG = @HOST_SIZEOF_LONG@
-HOST_SIZEOF_VOID_P = @HOST_SIZEOF_VOID_P@
-HSAILASM = @HSAILASM@
-HSA_DEVICE_EXTENSION_DEFINES = @HSA_DEVICE_EXTENSION_DEFINES@
-HSA_INCLUDES = @HSA_INCLUDES@
-HSA_LIBS = @HSA_LIBS@
-HWLOC_CFLAGS = @HWLOC_CFLAGS@
-HWLOC_LIBS = @HWLOC_LIBS@
-ICD_LD_FLAGS = @ICD_LD_FLAGS@
-INSTALL = @INSTALL@
-INSTALL_DATA = @INSTALL_DATA@
-INSTALL_PROGRAM = @INSTALL_PROGRAM@
-INSTALL_SCRIPT = @INSTALL_SCRIPT@
-INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
-KERNEL_COMPILER_LIB_VERSION = @KERNEL_COMPILER_LIB_VERSION@
-LD = @LD@
-LDFLAGS = @LDFLAGS@
-LD_FLAGS_BIN = @LD_FLAGS_BIN@
-LIBOBJS = @LIBOBJS@
-LIBRARY_SUFFIX = @LIBRARY_SUFFIX@
-LIBS = @LIBS@
-LIBTOOL = @LIBTOOL@
-LIB_AGE_VERSION = @LIB_AGE_VERSION@
-LIB_CURRENT_VERSION = @LIB_CURRENT_VERSION@
-LIB_FIRST_VERSION = @LIB_FIRST_VERSION@
-LIB_REVISION_VERSION = @LIB_REVISION_VERSION@
-LIB_VERSION = @LIB_VERSION@
-LIPO = @LIPO@
-LLC = @LLC@
-LLVM_AS = @LLVM_AS@
-LLVM_CONFIG = @LLVM_CONFIG@
-LLVM_CXX_FLAGS = @LLVM_CXX_FLAGS@
-LLVM_LDFLAGS = @LLVM_LDFLAGS@
-LLVM_LIBS = @LLVM_LIBS@
-LLVM_LINK = @LLVM_LINK@
-LLVM_OPT = @LLVM_OPT@
-LLVM_VERSION = @LLVM_VERSION@
-LN_S = @LN_S@
-LTDL_LIBS = @LTDL_LIBS@
-LTLIBOBJS = @LTLIBOBJS@
-LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
-MAKEINFO = @MAKEINFO@
-MANIFEST_TOOL = @MANIFEST_TOOL@
-MKDIR_P = @MKDIR_P@
-NM = @NM@
-NMEDIT = @NMEDIT@
-OBJDUMP = @OBJDUMP@
-OBJEXT = @OBJEXT@
-OCL_ICD_CFLAGS = @OCL_ICD_CFLAGS@
-OCL_ICD_LIBS = @OCL_ICD_LIBS@
-OCL_KERNEL_ARCH = @OCL_KERNEL_ARCH@
-OCL_KERNEL_TARGET = @OCL_KERNEL_TARGET@
-OCL_KERNEL_TARGET_CPU = @OCL_KERNEL_TARGET_CPU@
-OCL_TARGETS = @OCL_TARGETS@
-OPENCL_CFLAGS = @OPENCL_CFLAGS@
-OPENCL_CMAKE = @OPENCL_CMAKE@
-OPENCL_EXTLIBS = @OPENCL_EXTLIBS@
-OPENCL_LIBS = @OPENCL_LIBS@
-OPT = @OPT@
-OTOOL = @OTOOL@
-OTOOL64 = @OTOOL64@
-PACKAGE = @PACKAGE@
-PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
-PACKAGE_NAME = @PACKAGE_NAME@
-PACKAGE_STRING = @PACKAGE_STRING@
-PACKAGE_TARNAME = @PACKAGE_TARNAME@
-PACKAGE_URL = @PACKAGE_URL@
-PACKAGE_VERSION = @PACKAGE_VERSION@
-PATH_SEPARATOR = @PATH_SEPARATOR@
-PKG_CONFIG = @PKG_CONFIG@
-PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
-PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
-POAT_TESTSUITES = @POAT_TESTSUITES@
-POCL_DEVICE_ADDRESS_BITS = @POCL_DEVICE_ADDRESS_BITS@
-PTHREAD_CC = @PTHREAD_CC@
-PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
-PTHREAD_LIBS = @PTHREAD_LIBS@
-RANLIB = @RANLIB@
-SDL_CFLAGS = @SDL_CFLAGS@
-SDL_LIBS = @SDL_LIBS@
-SED = @SED@
-SET_MAKE = @SET_MAKE@
-SHELL = @SHELL@
-STRIP = @STRIP@
-TARGET = @TARGET@
-TARGET_CLANG_FLAGS = @TARGET_CLANG_FLAGS@
-TARGET_CPU = @TARGET_CPU@
-TARGET_LLC_FLAGS = @TARGET_LLC_FLAGS@
-TARGET_SIZEOF_DOUBLE = @TARGET_SIZEOF_DOUBLE@
-TARGET_SIZEOF_HALF = @TARGET_SIZEOF_HALF@
-TARGET_SIZEOF_LONG = @TARGET_SIZEOF_LONG@
-TARGET_SIZEOF_VOID_P = @TARGET_SIZEOF_VOID_P@
-TCECC = @TCECC@
-TCEMC_AVAILABLE = @TCEMC_AVAILABLE@
-TCE_AVAILABLE = @TCE_AVAILABLE@
-TCE_CONFIG = @TCE_CONFIG@
-TCE_DEVICE_EXTENSION_DEFINES = @TCE_DEVICE_EXTENSION_DEFINES@
-VERSION = @VERSION@
-abs_builddir = @abs_builddir@
-abs_srcdir = @abs_srcdir@
-abs_top_builddir = @abs_top_builddir@
-abs_top_srcdir = @abs_top_srcdir@
-ac_ct_AR = @ac_ct_AR@
-ac_ct_CC = @ac_ct_CC@
-ac_ct_CXX = @ac_ct_CXX@
-ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
-acx_pthread_config = @acx_pthread_config@
-am__include = @am__include@
-am__leading_dot = @am__leading_dot@
-am__quote = @am__quote@
-am__tar = @am__tar@
-am__untar = @am__untar@
-bindir = @bindir@
-build = @build@
-build_alias = @build_alias@
-build_cpu = @build_cpu@
-build_os = @build_os@
-build_vendor = @build_vendor@
-builddir = @builddir@
-datadir = @datadir@
-datarootdir = @datarootdir@
-docdir = @docdir@
-dvidir = @dvidir@
-exec_prefix = @exec_prefix@
-host = @host@
-host_alias = @host_alias@
-host_cpu = @host_cpu@
-host_os = @host_os@
-host_vendor = @host_vendor@
-htmldir = @htmldir@
-includedir = @includedir@
-infodir = @infodir@
-install_sh = @install_sh@
-libdir = @libdir@
-libexecdir = @libexecdir@
-localedir = @localedir@
-localstatedir = @localstatedir@
-mandir = @mandir@
-mkdir_p = @mkdir_p@
-oldincludedir = @oldincludedir@
-pdfdir = @pdfdir@
-prefix = @prefix@
-program_transform_name = @program_transform_name@
-psdir = @psdir@
-sbindir = @sbindir@
-sharedstatedir = @sharedstatedir@
-srcdir = @srcdir@
-sysconfdir = @sysconfdir@
-target = @target@
-target_alias = @target_alias@
-target_cpu = @target_cpu@
-target_os = @target_os@
-target_vendor = @target_vendor@
-top_build_prefix = @top_build_prefix@
-top_builddir = @top_builddir@
-top_srcdir = @top_srcdir@
- at TEST_SUITE_OPENCV_TRUE@opencv_local_src_dir = opencv-3.0.0-beta
- at TEST_SUITE_OPENCV_TRUE@opencv_zip = opencv-3.0.0-beta.zip
- at TEST_SUITE_OPENCV_TRUE@testsuite_pocl_dir = ${abs_top_srcdir}/examples/OpenCV
- at TEST_SUITE_OPENCV_TRUE@testsuite_src_dir = ${testsuite_pocl_dir}/${opencv_local_src_dir}
- at TEST_SUITE_OPENCV_TRUE@EXTRA_DIST = opencv.patch
-all: all-am
-
-.SUFFIXES:
-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
-	@for dep in $?; do \
-	  case '$(am__configure_deps)' in \
-	    *$$dep*) \
-	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
-	        && { if test -f $@; then exit 0; else break; fi; }; \
-	      exit 1;; \
-	  esac; \
-	done; \
-	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign examples/OpenCV/Makefile'; \
-	$(am__cd) $(top_srcdir) && \
-	  $(AUTOMAKE) --foreign examples/OpenCV/Makefile
-Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
-	@case '$?' in \
-	  *config.status*) \
-	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
-	  *) \
-	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
-	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
-	esac;
-
-$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
-	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-
-$(top_srcdir)/configure:  $(am__configure_deps)
-	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
-	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-$(am__aclocal_m4_deps):
-
-mostlyclean-libtool:
-	-rm -f *.lo
-
-clean-libtool:
-	-rm -rf .libs _libs
-tags TAGS:
-
-ctags CTAGS:
-
-cscope cscopelist:
-
-
-distdir: $(DISTFILES)
-	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
-	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
-	list='$(DISTFILES)'; \
-	  dist_files=`for file in $$list; do echo $$file; done | \
-	  sed -e "s|^$$srcdirstrip/||;t" \
-	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
-	case $$dist_files in \
-	  */*) $(MKDIR_P) `echo "$$dist_files" | \
-			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
-			   sort -u` ;; \
-	esac; \
-	for file in $$dist_files; do \
-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
-	  if test -d $$d/$$file; then \
-	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
-	    if test -d "$(distdir)/$$file"; then \
-	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
-	    fi; \
-	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
-	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
-	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
-	    fi; \
-	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
-	  else \
-	    test -f "$(distdir)/$$file" \
-	    || cp -p $$d/$$file "$(distdir)/$$file" \
-	    || exit 1; \
-	  fi; \
-	done
-check-am: all-am
-check: check-am
-all-am: Makefile
-installdirs:
-install: install-am
-install-exec: install-exec-am
-install-data: install-data-am
-uninstall: uninstall-am
-
-install-am: all-am
-	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
-
-installcheck: installcheck-am
-install-strip:
-	if test -z '$(STRIP)'; then \
-	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
-	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
-	      install; \
-	else \
-	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
-	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
-	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
-	fi
-mostlyclean-generic:
-
-clean-generic:
-
-distclean-generic:
-	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
-	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
-
-maintainer-clean-generic:
-	@echo "This command is intended for maintainers to use"
-	@echo "it deletes files that may require special tools to rebuild."
-clean: clean-am
-
-clean-am: clean-generic clean-libtool mostlyclean-am
-
-distclean: distclean-am
-	-rm -f Makefile
-distclean-am: clean-am distclean-generic
-
-dvi: dvi-am
-
-dvi-am:
-
-html: html-am
-
-html-am:
-
-info: info-am
-
-info-am:
-
-install-data-am:
-
-install-dvi: install-dvi-am
-
-install-dvi-am:
-
-install-exec-am:
-
-install-html: install-html-am
-
-install-html-am:
-
-install-info: install-info-am
-
-install-info-am:
-
-install-man:
-
-install-pdf: install-pdf-am
-
-install-pdf-am:
-
-install-ps: install-ps-am
-
-install-ps-am:
-
-installcheck-am:
-
-maintainer-clean: maintainer-clean-am
-	-rm -f Makefile
-maintainer-clean-am: distclean-am maintainer-clean-generic
-
-mostlyclean: mostlyclean-am
-
-mostlyclean-am: mostlyclean-generic mostlyclean-libtool
-
-pdf: pdf-am
-
-pdf-am:
-
-ps: ps-am
-
-ps-am:
-
-uninstall-am:
-
-.MAKE: install-am install-strip
-
-.PHONY: all all-am check check-am clean clean-generic clean-libtool \
-	cscopelist-am ctags-am distclean distclean-generic \
-	distclean-libtool distdir dvi dvi-am html html-am info info-am \
-	install install-am install-data install-data-am install-dvi \
-	install-dvi-am install-exec install-exec-am install-html \
-	install-html-am install-info install-info-am install-man \
-	install-pdf install-pdf-am install-ps install-ps-am \
-	install-strip installcheck installcheck-am installdirs \
-	maintainer-clean maintainer-clean-generic mostlyclean \
-	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
-	tags-am uninstall uninstall-am
-
-.PRECIOUS: Makefile
-
-
- at TEST_SUITE_OPENCV_TRUE@.PHONY: prepare-examples
-
- at TEST_SUITE_OPENCV_TRUE@$(srcdir)/$(opencv_zip):
- at TEST_SUITE_OPENCV_TRUE@	cd $(srcdir) && \
- at TEST_SUITE_OPENCV_TRUE@	wget https://github.com/Itseez/opencv/archive/$(opencv_zip)
-
- at TEST_SUITE_OPENCV_TRUE@$(opencv_local_src_dir):
- at TEST_SUITE_OPENCV_TRUE@	$(MAKE) $(srcdir)/$(opencv_zip) 
- at TEST_SUITE_OPENCV_TRUE@	cd $(testsuite_pocl_dir) && \
- at TEST_SUITE_OPENCV_TRUE@	unzip $(opencv_zip)
-
- at TEST_SUITE_OPENCV_TRUE@test_UMat:
- at TEST_SUITE_OPENCV_TRUE@	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors $(opencv_local_src_dir)/build/bin/opencv_test_core --gtest_filter=UMat.*
-
- at TEST_SUITE_OPENCV_TRUE@test_Core_UMat:
- at TEST_SUITE_OPENCV_TRUE@	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors $(opencv_local_src_dir)/build/bin/opencv_test_core --gtest_filter=Core_UMat.*
-
- at TEST_SUITE_OPENCV_TRUE@test_Image2D:
- at TEST_SUITE_OPENCV_TRUE@	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors $(opencv_local_src_dir)/build/bin/opencv_test_core --gtest_filter=Image2D.*
-
- at TEST_SUITE_OPENCV_TRUE@test_UMat/UMatBasicTests:
- at TEST_SUITE_OPENCV_TRUE@	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors $(opencv_local_src_dir)/build/bin/opencv_test_core --gtest_filter=UMat/UMatBasicTests.*
-
- at TEST_SUITE_OPENCV_TRUE@test_UMat/UMatTestReshape:
- at TEST_SUITE_OPENCV_TRUE@	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors $(opencv_local_src_dir)/build/bin/opencv_test_core --gtest_filter=UMat/UMatTestReshape.*
-
- at TEST_SUITE_OPENCV_TRUE@test_UMat/UMatTestRoi:
- at TEST_SUITE_OPENCV_TRUE@	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors $(opencv_local_src_dir)/build/bin/opencv_test_core --gtest_filter=UMat/UMatTestRoi.*
-
- at TEST_SUITE_OPENCV_TRUE@test_UMat/UMatTestSizeOperations:
- at TEST_SUITE_OPENCV_TRUE@	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors $(opencv_local_src_dir)/build/bin/opencv_test_core --gtest_filter=UMat/UMatTestSizeOperations.*
-
- at TEST_SUITE_OPENCV_TRUE@test_UMat/UMatTestUMatOperations:
- at TEST_SUITE_OPENCV_TRUE@	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors $(opencv_local_src_dir)/build/bin/opencv_test_core --gtest_filter=UMat/UMatTestUMatOperations.*
-
- at TEST_SUITE_OPENCV_TRUE@test_OCL_MeanStdDev_:
- at TEST_SUITE_OPENCV_TRUE@	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors $(opencv_local_src_dir)/build/bin/opencv_test_core --gtest_filter=OCL_MeanStdDev_.*
-
- at TEST_SUITE_OPENCV_TRUE@test_OCL_Channels/Merge:
- at TEST_SUITE_OPENCV_TRUE@	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors $(opencv_local_src_dir)/build/bin/opencv_test_core --gtest_filter=OCL_Channels/Merge.*
-
- at TEST_SUITE_OPENCV_TRUE@test_OCL_Channels/Split:
- at TEST_SUITE_OPENCV_TRUE@	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors $(opencv_local_src_dir)/build/bin/opencv_test_core --gtest_filter=OCL_Channels/Split.*
-
- at TEST_SUITE_OPENCV_TRUE@test_OCL_Channels/MixChannels:
- at TEST_SUITE_OPENCV_TRUE@	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors $(opencv_local_src_dir)/build/bin/opencv_test_core --gtest_filter=OCL_Channels/MixChannels.*
-
- at TEST_SUITE_OPENCV_TRUE@test_OCL_Channels/InsertChannels:
- at TEST_SUITE_OPENCV_TRUE@	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors $(opencv_local_src_dir)/build/bin/opencv_test_core --gtest_filter=OCL_Channels/InsertChannels.*
-
- at TEST_SUITE_OPENCV_TRUE@test_OCL_Channels/ExtractChannels:
- at TEST_SUITE_OPENCV_TRUE@	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors $(opencv_local_src_dir)/build/bin/opencv_test_core --gtest_filter=OCL_Channels/ExtractChannels.*
-
- at TEST_SUITE_OPENCV_TRUE@test_OCL_Arithm/Lut:
- at TEST_SUITE_OPENCV_TRUE@	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors $(opencv_local_src_dir)/build/bin/opencv_test_core --gtest_filter=OCL_Arithm/Lut.*
-
- at TEST_SUITE_OPENCV_TRUE@test_OCL_Arithm/Add:
- at TEST_SUITE_OPENCV_TRUE@	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors $(opencv_local_src_dir)/build/bin/opencv_test_core --gtest_filter=OCL_Arithm/Add.*
-
- at TEST_SUITE_OPENCV_TRUE@test_OCL_Arithm/Subtract:
- at TEST_SUITE_OPENCV_TRUE@	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors $(opencv_local_src_dir)/build/bin/opencv_test_core --gtest_filter=OCL_Arithm/Substract.*
-
- at TEST_SUITE_OPENCV_TRUE@test_OCL_Arithm/Mul:
- at TEST_SUITE_OPENCV_TRUE@	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors $(opencv_local_src_dir)/build/bin/opencv_test_core --gtest_filter=OCL_Arithm/Mul.*
-
- at TEST_SUITE_OPENCV_TRUE@test_OCL_Arithm/Div:
- at TEST_SUITE_OPENCV_TRUE@	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors $(opencv_local_src_dir)/build/bin/opencv_test_core --gtest_filter=OCL_Arithm/Div.*
-
- at TEST_SUITE_OPENCV_TRUE@test_OCL_Arithm/AddWeighted:
- at TEST_SUITE_OPENCV_TRUE@	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors $(opencv_local_src_dir)/build/bin/opencv_test_core --gtest_filter=OCL_Arithm/AddWeighted.*
-
- at TEST_SUITE_OPENCV_TRUE@test_OCL_Arithm/Min:
- at TEST_SUITE_OPENCV_TRUE@	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors $(opencv_local_src_dir)/build/bin/opencv_test_core --gtest_filter=OCL_Arithm/Min.*
-
- at TEST_SUITE_OPENCV_TRUE@test_OCL_Arithm/Max:
- at TEST_SUITE_OPENCV_TRUE@	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors $(opencv_local_src_dir)/build/bin/opencv_test_core --gtest_filter=OCL_Arithm/Max.*
-
- at TEST_SUITE_OPENCV_TRUE@test_OCL_Arithm/Absdiff:
- at TEST_SUITE_OPENCV_TRUE@	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors $(opencv_local_src_dir)/build/bin/opencv_test_core --gtest_filter=OCL_Arithm/Absdiff.*
-
- at TEST_SUITE_OPENCV_TRUE@test_OCL_Arithm/CartToPolar:
- at TEST_SUITE_OPENCV_TRUE@	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors $(opencv_local_src_dir)/build/bin/opencv_test_core --gtest_filter=OCL_Arithm/CartToPolar.*
-
- at TEST_SUITE_OPENCV_TRUE@test_OCL_Arithm/PolarToCart:
- at TEST_SUITE_OPENCV_TRUE@	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors $(opencv_local_src_dir)/build/bin/opencv_test_core --gtest_filter=OCL_Arithm/PolarToCart.*
-
- at TEST_SUITE_OPENCV_TRUE@test_OCL_Arithm/Transpose:
- at TEST_SUITE_OPENCV_TRUE@	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors $(opencv_local_src_dir)/build/bin/opencv_test_core --gtest_filter=OCL_Arithm/Transpose.*
-
- at TEST_SUITE_OPENCV_TRUE@test_OCL_Arithm/Bitwise_and:
- at TEST_SUITE_OPENCV_TRUE@	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors $(opencv_local_src_dir)/build/bin/opencv_test_core --gtest_filter=OCL_Arithm/BitWise_and.*
-
- at TEST_SUITE_OPENCV_TRUE@test_OCL_Arithm/Bitwise_or:
- at TEST_SUITE_OPENCV_TRUE@	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors $(opencv_local_src_dir)/build/bin/opencv_test_core --gtest_filter=OCL_Arithm/Bitwise_or.*
-
- at TEST_SUITE_OPENCV_TRUE@test_OCL_Arithm/Bitwise_xor:
- at TEST_SUITE_OPENCV_TRUE@	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors $(opencv_local_src_dir)/build/bin/opencv_test_core --gtest_filter=OCL_Arithm/Bitwise_xor.*
-
- at TEST_SUITE_OPENCV_TRUE@test_OCL_Arithm/Bitwise_not:
- at TEST_SUITE_OPENCV_TRUE@	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors $(opencv_local_src_dir)/build/bin/opencv_test_core --gtest_filter=OCL_Arithm/Bitwise_not.*
-
- at TEST_SUITE_OPENCV_TRUE@test_OCL_Arithm/Compare:
- at TEST_SUITE_OPENCV_TRUE@	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors $(opencv_local_src_dir)/build/bin/opencv_test_core --gtest_filter=OCL_Arithm/Compare.*
-
- at TEST_SUITE_OPENCV_TRUE@test_OCL_Arithm/Pow:
- at TEST_SUITE_OPENCV_TRUE@	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors $(opencv_local_src_dir)/build/bin/opencv_test_core --gtest_filter=OCL_Arithm/Pow.*
-
- at TEST_SUITE_OPENCV_TRUE@test_OCL_Arithm/SetIdentity:
- at TEST_SUITE_OPENCV_TRUE@	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors $(opencv_local_src_dir)/build/bin/opencv_test_core --gtest_filter=OCL_Arithm/SetIdentity.*
-
- at TEST_SUITE_OPENCV_TRUE@test_OCL_Arithm/Repeat:
- at TEST_SUITE_OPENCV_TRUE@	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors $(opencv_local_src_dir)/build/bin/opencv_test_core --gtest_filter=OCL_Arithm/Repeat.*
-
- at TEST_SUITE_OPENCV_TRUE@test_OCL_Arithm/CountNonZero:
- at TEST_SUITE_OPENCV_TRUE@	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors $(opencv_local_src_dir)/build/bin/opencv_test_core --gtest_filter=OCL_Arithm/CountNonZero.*
-
- at TEST_SUITE_OPENCV_TRUE@test_OCL_Arithm/Sum:
- at TEST_SUITE_OPENCV_TRUE@	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors $(opencv_local_src_dir)/build/bin/opencv_test_core --gtest_filter=OCL_Arithm/Sum.*
-
- at TEST_SUITE_OPENCV_TRUE@test_OCL_Arithm/MeanStdDev:
- at TEST_SUITE_OPENCV_TRUE@	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors $(opencv_local_src_dir)/build/bin/opencv_test_core --gtest_filter=OCL_Arithm/MeanStdDev.*
-
- at TEST_SUITE_OPENCV_TRUE@test_OCL_Arithm/Log:
- at TEST_SUITE_OPENCV_TRUE@	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors $(opencv_local_src_dir)/build/bin/opencv_test_core --gtest_filter=OCL_Arithm/Log.*
-
- at TEST_SUITE_OPENCV_TRUE@test_OCL_Arithm/Exp:
- at TEST_SUITE_OPENCV_TRUE@	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors $(opencv_local_src_dir)/build/bin/opencv_test_core --gtest_filter=OCL_Arithm/Exp.*
-
- at TEST_SUITE_OPENCV_TRUE@test_OCL_Arithm/Phase:
- at TEST_SUITE_OPENCV_TRUE@	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors $(opencv_local_src_dir)/build/bin/opencv_test_core --gtest_filter=OCL_Arithm/Phase.*
-
- at TEST_SUITE_OPENCV_TRUE@test_OCL_Arithm/Magnitude:
- at TEST_SUITE_OPENCV_TRUE@	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors $(opencv_local_src_dir)/build/bin/opencv_test_core --gtest_filter=OCL_Arithm/Magnitude.*
-
- at TEST_SUITE_OPENCV_TRUE@test_OCL_Arithm/Flip:
- at TEST_SUITE_OPENCV_TRUE@	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors $(opencv_local_src_dir)/build/bin/opencv_test_core --gtest_filter=OCL_Arithm/Flip.*
-
- at TEST_SUITE_OPENCV_TRUE@test_OCL_Arithm/MinMaxIdx:
- at TEST_SUITE_OPENCV_TRUE@	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors $(opencv_local_src_dir)/build/bin/opencv_test_core --gtest_filter=OCL_Arithm/MinMaxIdx.*
-
- at TEST_SUITE_OPENCV_TRUE@test_OCL_Arithm/MinMaxIdx_Mask:
- at TEST_SUITE_OPENCV_TRUE@	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors $(opencv_local_src_dir)/build/bin/opencv_test_core --gtest_filter=OCL_Arithm/MinMaxIdx_Mask.*
-
- at TEST_SUITE_OPENCV_TRUE@test_OCL_Arithm/Norm:
- at TEST_SUITE_OPENCV_TRUE@	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors $(opencv_local_src_dir)/build/bin/opencv_test_core --gtest_filter=OCL_Arithm/Norm.*
-
- at TEST_SUITE_OPENCV_TRUE@test_OCL_Arithm/UMatDot:
- at TEST_SUITE_OPENCV_TRUE@	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors $(opencv_local_src_dir)/build/bin/opencv_test_core --gtest_filter=OCL_Arithm/UMatDot.*
-
- at TEST_SUITE_OPENCV_TRUE@test_OCL_Arithm/Sqrt:
- at TEST_SUITE_OPENCV_TRUE@	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors $(opencv_local_src_dir)/build/bin/opencv_test_core --gtest_filter=OCL_Arithm/Sqrt.*
-
- at TEST_SUITE_OPENCV_TRUE@test_OCL_Arithm/Normalize:
- at TEST_SUITE_OPENCV_TRUE@	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors $(opencv_local_src_dir)/build/bin/opencv_test_core --gtest_filter=OCL_Arithm/Normalize.*
-
- at TEST_SUITE_OPENCV_TRUE@test_OCL_Arithm/InRange:
- at TEST_SUITE_OPENCV_TRUE@	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors $(opencv_local_src_dir)/build/bin/opencv_test_core --gtest_filter=OCL_Arithm/InRange.*
-
- at TEST_SUITE_OPENCV_TRUE@test_OCL_Arithm/ConvertScaleAbs:
- at TEST_SUITE_OPENCV_TRUE@	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors $(opencv_local_src_dir)/build/bin/opencv_test_core --gtest_filter=OCL_Arithm/ConvertScaleAbs.*
-
- at TEST_SUITE_OPENCV_TRUE@test_OCL_Arithm/ScaleAdd:
- at TEST_SUITE_OPENCV_TRUE@	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors $(opencv_local_src_dir)/build/bin/opencv_test_core --gtest_filter=OCL_Arithm/ScaleAdd.*
-
- at TEST_SUITE_OPENCV_TRUE@test_OCL_Arithm/PatchNaNs:
- at TEST_SUITE_OPENCV_TRUE@	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors $(opencv_local_src_dir)/build/bin/opencv_test_core --gtest_filter=OCL_Arithm/PatchNaNs.*
-
- at TEST_SUITE_OPENCV_TRUE@test_OCL_Arithm/Psnr:
- at TEST_SUITE_OPENCV_TRUE@	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors $(opencv_local_src_dir)/build/bin/opencv_test_core --gtest_filter=OCL_Arithm/Psnr.*
-
- at TEST_SUITE_OPENCV_TRUE@test_OCL_Arithm/ReduceSum:
- at TEST_SUITE_OPENCV_TRUE@	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors $(opencv_local_src_dir)/build/bin/opencv_test_core --gtest_filter=OCL_Arithm/ReduceSum.*
-
- at TEST_SUITE_OPENCV_TRUE@test_OCL_Arithm/ReduceMax:
- at TEST_SUITE_OPENCV_TRUE@	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors $(opencv_local_src_dir)/build/bin/opencv_test_core --gtest_filter=OCL_Arithm/ReduceMax.*
-
- at TEST_SUITE_OPENCV_TRUE@test_OCL_Arithm/ReduceMin:
- at TEST_SUITE_OPENCV_TRUE@	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors $(opencv_local_src_dir)/build/bin/opencv_test_core --gtest_filter=OCL_Arithm/ReduceMin.*
-
- at TEST_SUITE_OPENCV_TRUE@test_OCL_Arithm/ReduceAvg:
- at TEST_SUITE_OPENCV_TRUE@	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors $(opencv_local_src_dir)/build/bin/opencv_test_core --gtest_filter=OCL_Arithm/ReduceAvg.*
-
- at TEST_SUITE_OPENCV_TRUE@test_OCL_Core/Gemm:
- at TEST_SUITE_OPENCV_TRUE@	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors $(opencv_local_src_dir)/build/bin/opencv_test_core --gtest_filter=OCL_Core/Gemm.*
-
- at TEST_SUITE_OPENCV_TRUE@test_OCL_Core/Dft:
- at TEST_SUITE_OPENCV_TRUE@	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors $(opencv_local_src_dir)/build/bin/opencv_test_core --gtest_filter=OCL_Core/Dft.*
-
- at TEST_SUITE_OPENCV_TRUE@test_OCL_OCL_ImgProc/MultiSpectrums:
- at TEST_SUITE_OPENCV_TRUE@	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors $(opencv_local_src_dir)/build/bin/opencv_test_core --gtest_filter=OCL_OCL_ImgProc/MultiSpectrums.*
-
- at TEST_SUITE_OPENCV_TRUE@test_OCL_MatrixOperation/ConvertTo:
- at TEST_SUITE_OPENCV_TRUE@	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors $(opencv_local_src_dir)/build/bin/opencv_test_core --gtest_filter=OCL_MatrixOperation/ConvertTo.*
-
- at TEST_SUITE_OPENCV_TRUE@test_OCL_MatrixOperation/CopyTo:
- at TEST_SUITE_OPENCV_TRUE@	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors $(opencv_local_src_dir)/build/bin/opencv_test_core --gtest_filter=OCL_MatrixOperation/CopyTo.*
-
- at TEST_SUITE_OPENCV_TRUE@test_OCL_MatrixOperation/SetTo:
- at TEST_SUITE_OPENCV_TRUE@	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors $(opencv_local_src_dir)/build/bin/opencv_test_core --gtest_filter=OCL_MatrixOperation/SetTo.*
-
- at TEST_SUITE_OPENCV_TRUE@test_OCL_MatrixOperation/UMatExpr:
- at TEST_SUITE_OPENCV_TRUE@	OCL_ICD_VENDORS=$(abs_top_builddir)/ocl-vendors $(opencv_local_src_dir)/build/bin/opencv_test_core --gtest_filter=OCL_MatrixOperation/UMatExpr.*
-
-# OpenCV must be built in the subdirectory build/ of the extracted source
-# (it does not work elsewhere) and its source tree is modified.
-# So, copying the source tree in our build tree if required
-# (ie if $(srcdir) is not $(CURDIR) )
- at TEST_SUITE_OPENCV_TRUE@build:
- at TEST_SUITE_OPENCV_TRUE@	if [ ! -d $(opencv_local_src_dir) ]; then cp -aL $(testsuite_src_dir) . ; fi
- at TEST_SUITE_OPENCV_TRUE@	( patch -sNp1 < $(testsuite_pocl_dir)/opencv.patch || true )
- at TEST_SUITE_OPENCV_TRUE@	mkdir $(opencv_local_src_dir)/build; \
- at TEST_SUITE_OPENCV_TRUE@	cd $(opencv_local_src_dir)/build; \
- at TEST_SUITE_OPENCV_TRUE@	cmake \
- at TEST_SUITE_OPENCV_TRUE@		-D CMAKE_BUILD_TYPE=RELEASE \
- at TEST_SUITE_OPENCV_TRUE@		-D WITH_CUDA=OFF \
- at TEST_SUITE_OPENCV_TRUE@		-D WITH_OPENCL=ON \
- at TEST_SUITE_OPENCV_TRUE@		-D WITH_FFMPEG=OFF \
- at TEST_SUITE_OPENCV_TRUE@		-D BUILD_TESTS=ON \
- at TEST_SUITE_OPENCV_TRUE@		-D BUILD_PERF_TESTS=ON \
- at TEST_SUITE_OPENCV_TRUE@                -D BUILD_EXAMPLES=ON \
- at TEST_SUITE_OPENCV_TRUE@		-D BUILD_DOCS=ON \
- at TEST_SUITE_OPENCV_TRUE@		.. && \
- at TEST_SUITE_OPENCV_TRUE@	$(MAKE) -s
-
- at TEST_SUITE_OPENCV_TRUE@prepare-examples: $(opencv_local_src_dir) build
-
- at TEST_SUITE_OPENCV_TRUE@clean-examples:
- at TEST_SUITE_OPENCV_TRUE@	rm -fr $(opencv_local_src_dir)
-
-# Tell versions [3.59,3.63) of GNU make to not export all variables.
-# Otherwise a system limit (for SysV at least) may be exceeded.
-.NOEXPORT:
diff --git a/examples/Parboil/CMakeLists.txt b/examples/Parboil/CMakeLists.txt
index 6fca393..d037406 100644
--- a/examples/Parboil/CMakeLists.txt
+++ b/examples/Parboil/CMakeLists.txt
@@ -33,16 +33,14 @@ set(PB_BENCH "${TS_SRCDIR}/pb2.5benchmarks.tgz")
 set(PB_DATASET "${TS_SRCDIR}/pb2.5datasets_standard.tgz")
 set(PB_MAKE "${CMAKE_BINARY_DIR}/Parboil.makefile")
 
+find_package(PythonInterp 2.7 QUIET)
+
+if (PYTHONINTERP_FOUND)
+
 if (EXISTS "${PB_DRIVER}" AND
     EXISTS "${PB_BENCH}" AND
     EXISTS "${PB_DATASET}")
 
-  # Parboil is not python 3 compatible
-  find_package(PythonInterp 2.7)
-  if (NOT PYTHONINTERP_FOUND)
-    message(FATAL_ERROR "Parboil testsuite requires python 2.7, can't find it")
-  endif()
-
   file(WRITE "${PB_MAKE}" "OPENCL_PATH=${CMAKE_SOURCE_DIR}\n")
   #file(APPEND "${PB_MAKE}" "OPENCL_LIB_PATH=/usr/lib\n")
 
@@ -143,7 +141,8 @@ if (EXISTS "${PB_DRIVER}" AND
       LABELS "Parboil")
 
 else()
-
-  message(STATUS "Disabling testsuite ${TS_NAME}, required files not found" )
-
+  message(STATUS "Disabling testsuite ${TS_NAME}, required files (parboil sources) not found" )
+endif()
+else()
+  message(STATUS "Disabling testsuite ${TS_NAME}, requires python 2.7 (Parboil is not python 3 compatible)")
 endif()
diff --git a/examples/Parboil/Makefile.am b/examples/Parboil/Makefile.am
deleted file mode 100644
index 4552926..0000000
--- a/examples/Parboil/Makefile.am
+++ /dev/null
@@ -1,151 +0,0 @@
-# Process this file with automake to produce Makefile.in (in this,
-# and all subdirectories).
-# Makefile.am for pocl/examples/Parboil.
-# 
-# Copyright (c) 2012 Pekka Jääskeläinen / Tampere University of Technology
-# 
-# Permission is hereby granted, free of charge, to any person obtaining a copy
-# of this software and associated documentation files (the "Software"), to deal
-# in the Software without restriction, including without limitation the rights
-# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-# copies of the Software, and to permit persons to whom the Software is
-# furnished to do so, subject to the following conditions:
-# 
-# The above copyright notice and this permission notice shall be included in
-# all copies or substantial portions of the Software.
-# 
-# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-# THE SOFTWARE.
-
-EXTRA_DIST = $(srcdir)/*.patch
-
-if TEST_SUITE_PARBOIL
-
-testsuite_pocl_dir=${abs_top_srcdir}/examples/Parboil
-testsuite_src_dir=${testsuite_pocl_dir}/parboil
-
-driver_tarfile=pb2.5driver.tgz
-benchmarks_tarfile=pb2.5benchmarks.tgz
-datasets_tarfile=pb2.5datasets_standard.tgz
-
-.PHONY: build
-
-prepare-examples: build-prepare
-
-${srcdir}/${driver_tarfile}:
-	@echo 'You need to download $@ to "$(srcdir)"'
-	@echo 'from the http://impact.crhc.illinois.edu/parboil.aspx website'
-	exit 1
-
-${srcdir}/${benchmarks_tarfile}:
-	@echo 'You need to download $@ to "$(srcdir)"'
-	@echo 'from the http://impact.crhc.illinois.edu/parboil.aspx website'
-	exit 1
-
-${srcdir}/${datasets_tarfile}:
-	@echo 'You need to download $@ to "$(srcdir)"'
-	@echo 'from the http://impact.crhc.illinois.edu/parboil.aspx website'
-	exit 1
-
-$(testsuite_src_dir): 
-	$(MAKE) ${srcdir}/$(driver_tarfile) 
-	$(MAKE) ${srcdir}/$(benchmarks_tarfile)
-	$(MAKE) ${srcdir}/$(datasets_tarfile)
-	cd $(testsuite_pocl_dir) && \
-	tar xvzf $(driver_tarfile) && cd parboil && \
-	tar xvzf ../${benchmarks_tarfile} && \
-	tar xvzf ../${datasets_tarfile}
-
-build-prepare: $(testsuite_src_dir)
-# The OpenCL benchmarks want GPU devices. Change to CPU devices using
-# sed.
-	@cd $(testsuite_src_dir) && \
-	find . -name "*.c" -o -name "*.cc" -o -name "*.cpp" | \
-	grep opencl | \
-	xargs perl -pi -e 's/CL_DEVICE_TYPE_GPU/CL_DEVICE_TYPE_CPU/g'
-	@cd ${testsuite_pocl_dir} && patch -sNp0 < opencl.mk.patch > /dev/null || true
-	@cd ${testsuite_pocl_dir} && patch -sNp0 < OpenCL_common.cpp.patch > /dev/null || true
-	@cd ${testsuite_src_dir} && patch -sNp0 < ${testsuite_pocl_dir}/benchmarks.patch > /dev/null || true
-	@echo -e "OPENCL_PATH=${abs_top_srcdir}/\nOPENCL_LIB_PATH=${abs_top_builddir}/lib/CL/.libs" > ${testsuite_src_dir}/common/Makefile.conf
-	@echo -e "APP_CFLAGS=-DCL_USE_DEPRECATED_OPENCL_1_1_APIS" >> ${testsuite_src_dir}/common/Makefile.conf
-	@echo -e "APP_CXXFLAGS=-DCL_USE_DEPRECATED_OPENCL_1_1_APIS" >> ${testsuite_src_dir}/common/Makefile.conf
-src=rodinia_2.0.1/opencl
-
-build-spmv: build-prepare
-	cd ${testsuite_src_dir} ; ./parboil compile spmv opencl_base 
-
-run-spmv: 
-	cd ${testsuite_src_dir} ; ./parboil run spmv opencl_base small
-
-build-stencil: build-prepare
-	cd ${testsuite_src_dir} ; ./parboil compile stencil opencl_base 
-
-run-stencil: 
-	cd ${testsuite_src_dir} ; ./parboil run stencil opencl_base small
-
-build-tpacf: build-prepare
-	cd ${testsuite_src_dir} ; ./parboil compile tpacf opencl_base 
-
-run-tpacf: 
-	cd ${testsuite_src_dir} ; ./parboil run tpacf opencl_base small
-
-build-cutcp: build-prepare
-	cd ${testsuite_src_dir} ; ./parboil compile cutcp opencl_base 
-
-run-cutcp: 
-	cd ${testsuite_src_dir} ; ./parboil run cutcp opencl_base small
-
-build-mri-gridding: build-prepare
-	cd ${testsuite_src_dir} ; ./parboil compile mri-gridding opencl_base 
-
-run-mri-gridding: 
-	cd ${testsuite_src_dir} ; ./parboil run mri-gridding opencl_base small
-
-build-sad: build-prepare
-	cd ${testsuite_src_dir} ; ./parboil compile sad opencl_base 
-
-run-sad: 
-	cd ${testsuite_src_dir} ; ./parboil run sad opencl_base default
-
-build-bfs: build-prepare parboil/benchmarks/bfs/src/opencl_base/OpenCL_common.cpp
-	cd ${testsuite_src_dir} ; ./parboil compile bfs opencl_base 
-
-run-bfs: 
-	cd ${testsuite_src_dir} ; ./parboil run bfs opencl_base NY
-
-build-histo: build-prepare
-	cd ${testsuite_src_dir} ; ./parboil compile histo opencl_base 
-
-run-histo: 
-	cd ${testsuite_src_dir} ; ./parboil run histo opencl_base default
-
-build-sgemm: build-prepare
-	cd ${testsuite_src_dir} ; ./parboil compile sgemm opencl_base 
-
-run-sgemm: 
-	cd ${testsuite_src_dir} ; ./parboil run sgemm opencl_base medium
-
-build-mri-q: build-prepare
-	cd ${testsuite_src_dir} ; ./parboil compile mri-q opencl
-
-run-mri-q: 
-	cd ${testsuite_src_dir} ; ./parboil run mri-q opencl small
-
-build-lbm: build-prepare
-	cd ${testsuite_src_dir} ; ./parboil compile lbm opencl_base
-
-run-lbm: 
-	cd ${testsuite_src_dir} ; ./parboil run lbm opencl_base short
-
-build: build-spmv build-stencil build-tpacf build-cutcp build-mri-gridding build-sad \
-	build-bfs build-histo build-sgemm build-mri-q build-lbm
-
-clean-examples:
-	$(RM) -r parboil
-
-endif
diff --git a/examples/Parboil/Makefile.in b/examples/Parboil/Makefile.in
deleted file mode 100644
index 55a34b3..0000000
--- a/examples/Parboil/Makefile.in
+++ /dev/null
@@ -1,671 +0,0 @@
-# Makefile.in generated by automake 1.15 from Makefile.am.
-# @configure_input@
-
-# Copyright (C) 1994-2014 Free Software Foundation, Inc.
-
-# This Makefile.in is free software; the Free Software Foundation
-# gives unlimited permission to copy and/or distribute it,
-# with or without modifications, as long as this notice is preserved.
-
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
-# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
-# PARTICULAR PURPOSE.
-
- at SET_MAKE@
-
-# Process this file with automake to produce Makefile.in (in this,
-# and all subdirectories).
-# Makefile.am for pocl/examples/Parboil.
-# 
-# Copyright (c) 2012 Pekka Jääskeläinen / Tampere University of Technology
-# 
-# Permission is hereby granted, free of charge, to any person obtaining a copy
-# of this software and associated documentation files (the "Software"), to deal
-# in the Software without restriction, including without limitation the rights
-# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-# copies of the Software, and to permit persons to whom the Software is
-# furnished to do so, subject to the following conditions:
-# 
-# The above copyright notice and this permission notice shall be included in
-# all copies or substantial portions of the Software.
-# 
-# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-# THE SOFTWARE.
-VPATH = @srcdir@
-am__is_gnu_make = { \
-  if test -z '$(MAKELEVEL)'; then \
-    false; \
-  elif test -n '$(MAKE_HOST)'; then \
-    true; \
-  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
-    true; \
-  else \
-    false; \
-  fi; \
-}
-am__make_running_with_option = \
-  case $${target_option-} in \
-      ?) ;; \
-      *) echo "am__make_running_with_option: internal error: invalid" \
-              "target option '$${target_option-}' specified" >&2; \
-         exit 1;; \
-  esac; \
-  has_opt=no; \
-  sane_makeflags=$$MAKEFLAGS; \
-  if $(am__is_gnu_make); then \
-    sane_makeflags=$$MFLAGS; \
-  else \
-    case $$MAKEFLAGS in \
-      *\\[\ \	]*) \
-        bs=\\; \
-        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
-          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
-    esac; \
-  fi; \
-  skip_next=no; \
-  strip_trailopt () \
-  { \
-    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
-  }; \
-  for flg in $$sane_makeflags; do \
-    test $$skip_next = yes && { skip_next=no; continue; }; \
-    case $$flg in \
-      *=*|--*) continue;; \
-        -*I) strip_trailopt 'I'; skip_next=yes;; \
-      -*I?*) strip_trailopt 'I';; \
-        -*O) strip_trailopt 'O'; skip_next=yes;; \
-      -*O?*) strip_trailopt 'O';; \
-        -*l) strip_trailopt 'l'; skip_next=yes;; \
-      -*l?*) strip_trailopt 'l';; \
-      -[dEDm]) skip_next=yes;; \
-      -[JT]) skip_next=yes;; \
-    esac; \
-    case $$flg in \
-      *$$target_option*) has_opt=yes; break;; \
-    esac; \
-  done; \
-  test $$has_opt = yes
-am__make_dryrun = (target_option=n; $(am__make_running_with_option))
-am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
-pkgdatadir = $(datadir)/@PACKAGE@
-pkgincludedir = $(includedir)/@PACKAGE@
-pkglibdir = $(libdir)/@PACKAGE@
-pkglibexecdir = $(libexecdir)/@PACKAGE@
-am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
-install_sh_DATA = $(install_sh) -c -m 644
-install_sh_PROGRAM = $(install_sh) -c
-install_sh_SCRIPT = $(install_sh) -c
-INSTALL_HEADER = $(INSTALL_DATA)
-transform = $(program_transform_name)
-NORMAL_INSTALL = :
-PRE_INSTALL = :
-POST_INSTALL = :
-NORMAL_UNINSTALL = :
-PRE_UNINSTALL = :
-POST_UNINSTALL = :
-build_triplet = @build@
-host_triplet = @host@
-target_triplet = @target@
-subdir = examples/Parboil
-ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
-am__aclocal_m4_deps = $(top_srcdir)/m4/ax_boost_base.m4 \
-	$(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
-	$(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
-	$(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/acinclude.m4 \
-	$(top_srcdir)/configure.ac
-am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
-	$(ACLOCAL_M4)
-DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
-mkinstalldirs = $(install_sh) -d
-CONFIG_HEADER = $(top_builddir)/config.h
-CONFIG_CLEAN_FILES =
-CONFIG_CLEAN_VPATH_FILES =
-AM_V_P = $(am__v_P_ at AM_V@)
-am__v_P_ = $(am__v_P_ at AM_DEFAULT_V@)
-am__v_P_0 = false
-am__v_P_1 = :
-AM_V_GEN = $(am__v_GEN_ at AM_V@)
-am__v_GEN_ = $(am__v_GEN_ at AM_DEFAULT_V@)
-am__v_GEN_0 = @echo "  GEN     " $@;
-am__v_GEN_1 = 
-AM_V_at = $(am__v_at_ at AM_V@)
-am__v_at_ = $(am__v_at_ at AM_DEFAULT_V@)
-am__v_at_0 = @
-am__v_at_1 = 
-SOURCES =
-DIST_SOURCES =
-am__can_run_installinfo = \
-  case $$AM_UPDATE_INFO_DIR in \
-    n|no|NO) false;; \
-    *) (install-info --version) >/dev/null 2>&1;; \
-  esac
-am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
-am__DIST_COMMON = $(srcdir)/Makefile.in README
-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
-ACLOCAL = @ACLOCAL@
-AMTAR = @AMTAR@
-AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
-AR = @AR@
-AUTOCONF = @AUTOCONF@
-AUTOHEADER = @AUTOHEADER@
-AUTOMAKE = @AUTOMAKE@
-AWK = @AWK@
-BOOST_CPPFLAGS = @BOOST_CPPFLAGS@
-BOOST_LDFLAGS = @BOOST_LDFLAGS@
-BUILD_TIMESTAMP = @BUILD_TIMESTAMP@
-CC = @CC@
-CCDEPMODE = @CCDEPMODE@
-CFLAGS = @CFLAGS@
-CLANG = @CLANG@
-CLANGXX = @CLANGXX@
-CLANGXX_FLAGS = @CLANGXX_FLAGS@
-CLFLAGS = @CLFLAGS@
-CPP = @CPP@
-CPPFLAGS = @CPPFLAGS@
-CXX = @CXX@
-CXXCPP = @CXXCPP@
-CXXDEPMODE = @CXXDEPMODE@
-CXXFLAGS = @CXXFLAGS@
-CYGPATH_W = @CYGPATH_W@
-DEFS = @DEFS@
-DEPDIR = @DEPDIR@
-DLLTOOL = @DLLTOOL@
-DSYMUTIL = @DSYMUTIL@
-DUMPBIN = @DUMPBIN@
-ECHO_C = @ECHO_C@
-ECHO_N = @ECHO_N@
-ECHO_T = @ECHO_T@
-EGREP = @EGREP@
-EXEEXT = @EXEEXT@
-FGREP = @FGREP@
-FORCED_CLFLAGS = @FORCED_CLFLAGS@
-GLEW_CFLAGS = @GLEW_CFLAGS@
-GLEW_LIBS = @GLEW_LIBS@
-GREP = @GREP@
-HOST = @HOST@
-HOST_AS_FLAGS = @HOST_AS_FLAGS@
-HOST_CLANG_FLAGS = @HOST_CLANG_FLAGS@
-HOST_CPU = @HOST_CPU@
-HOST_DEVICE_EXTENSION_DEFINES = @HOST_DEVICE_EXTENSION_DEFINES@
-HOST_LD_FLAGS = @HOST_LD_FLAGS@
-HOST_LLC_FLAGS = @HOST_LLC_FLAGS@
-HOST_SIZEOF_DOUBLE = @HOST_SIZEOF_DOUBLE@
-HOST_SIZEOF_HALF = @HOST_SIZEOF_HALF@
-HOST_SIZEOF_LONG = @HOST_SIZEOF_LONG@
-HOST_SIZEOF_VOID_P = @HOST_SIZEOF_VOID_P@
-HSAILASM = @HSAILASM@
-HSA_DEVICE_EXTENSION_DEFINES = @HSA_DEVICE_EXTENSION_DEFINES@
-HSA_INCLUDES = @HSA_INCLUDES@
-HSA_LIBS = @HSA_LIBS@
-HWLOC_CFLAGS = @HWLOC_CFLAGS@
-HWLOC_LIBS = @HWLOC_LIBS@
-ICD_LD_FLAGS = @ICD_LD_FLAGS@
-INSTALL = @INSTALL@
-INSTALL_DATA = @INSTALL_DATA@
-INSTALL_PROGRAM = @INSTALL_PROGRAM@
-INSTALL_SCRIPT = @INSTALL_SCRIPT@
-INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
-KERNEL_COMPILER_LIB_VERSION = @KERNEL_COMPILER_LIB_VERSION@
-LD = @LD@
-LDFLAGS = @LDFLAGS@
-LD_FLAGS_BIN = @LD_FLAGS_BIN@
-LIBOBJS = @LIBOBJS@
-LIBRARY_SUFFIX = @LIBRARY_SUFFIX@
-LIBS = @LIBS@
-LIBTOOL = @LIBTOOL@
-LIB_AGE_VERSION = @LIB_AGE_VERSION@
-LIB_CURRENT_VERSION = @LIB_CURRENT_VERSION@
-LIB_FIRST_VERSION = @LIB_FIRST_VERSION@
-LIB_REVISION_VERSION = @LIB_REVISION_VERSION@
-LIB_VERSION = @LIB_VERSION@
-LIPO = @LIPO@
-LLC = @LLC@
-LLVM_AS = @LLVM_AS@
-LLVM_CONFIG = @LLVM_CONFIG@
-LLVM_CXX_FLAGS = @LLVM_CXX_FLAGS@
-LLVM_LDFLAGS = @LLVM_LDFLAGS@
-LLVM_LIBS = @LLVM_LIBS@
-LLVM_LINK = @LLVM_LINK@
-LLVM_OPT = @LLVM_OPT@
-LLVM_VERSION = @LLVM_VERSION@
-LN_S = @LN_S@
-LTDL_LIBS = @LTDL_LIBS@
-LTLIBOBJS = @LTLIBOBJS@
-LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
-MAKEINFO = @MAKEINFO@
-MANIFEST_TOOL = @MANIFEST_TOOL@
-MKDIR_P = @MKDIR_P@
-NM = @NM@
-NMEDIT = @NMEDIT@
-OBJDUMP = @OBJDUMP@
-OBJEXT = @OBJEXT@
-OCL_ICD_CFLAGS = @OCL_ICD_CFLAGS@
-OCL_ICD_LIBS = @OCL_ICD_LIBS@
-OCL_KERNEL_ARCH = @OCL_KERNEL_ARCH@
-OCL_KERNEL_TARGET = @OCL_KERNEL_TARGET@
-OCL_KERNEL_TARGET_CPU = @OCL_KERNEL_TARGET_CPU@
-OCL_TARGETS = @OCL_TARGETS@
-OPENCL_CFLAGS = @OPENCL_CFLAGS@
-OPENCL_CMAKE = @OPENCL_CMAKE@
-OPENCL_EXTLIBS = @OPENCL_EXTLIBS@
-OPENCL_LIBS = @OPENCL_LIBS@
-OPT = @OPT@
-OTOOL = @OTOOL@
-OTOOL64 = @OTOOL64@
-PACKAGE = @PACKAGE@
-PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
-PACKAGE_NAME = @PACKAGE_NAME@
-PACKAGE_STRING = @PACKAGE_STRING@
-PACKAGE_TARNAME = @PACKAGE_TARNAME@
-PACKAGE_URL = @PACKAGE_URL@
-PACKAGE_VERSION = @PACKAGE_VERSION@
-PATH_SEPARATOR = @PATH_SEPARATOR@
-PKG_CONFIG = @PKG_CONFIG@
-PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
-PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
-POAT_TESTSUITES = @POAT_TESTSUITES@
-POCL_DEVICE_ADDRESS_BITS = @POCL_DEVICE_ADDRESS_BITS@
-PTHREAD_CC = @PTHREAD_CC@
-PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
-PTHREAD_LIBS = @PTHREAD_LIBS@
-RANLIB = @RANLIB@
-SDL_CFLAGS = @SDL_CFLAGS@
-SDL_LIBS = @SDL_LIBS@
-SED = @SED@
-SET_MAKE = @SET_MAKE@
-SHELL = @SHELL@
-STRIP = @STRIP@
-TARGET = @TARGET@
-TARGET_CLANG_FLAGS = @TARGET_CLANG_FLAGS@
-TARGET_CPU = @TARGET_CPU@
-TARGET_LLC_FLAGS = @TARGET_LLC_FLAGS@
-TARGET_SIZEOF_DOUBLE = @TARGET_SIZEOF_DOUBLE@
-TARGET_SIZEOF_HALF = @TARGET_SIZEOF_HALF@
-TARGET_SIZEOF_LONG = @TARGET_SIZEOF_LONG@
-TARGET_SIZEOF_VOID_P = @TARGET_SIZEOF_VOID_P@
-TCECC = @TCECC@
-TCEMC_AVAILABLE = @TCEMC_AVAILABLE@
-TCE_AVAILABLE = @TCE_AVAILABLE@
-TCE_CONFIG = @TCE_CONFIG@
-TCE_DEVICE_EXTENSION_DEFINES = @TCE_DEVICE_EXTENSION_DEFINES@
-VERSION = @VERSION@
-abs_builddir = @abs_builddir@
-abs_srcdir = @abs_srcdir@
-abs_top_builddir = @abs_top_builddir@
-abs_top_srcdir = @abs_top_srcdir@
-ac_ct_AR = @ac_ct_AR@
-ac_ct_CC = @ac_ct_CC@
-ac_ct_CXX = @ac_ct_CXX@
-ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
-acx_pthread_config = @acx_pthread_config@
-am__include = @am__include@
-am__leading_dot = @am__leading_dot@
-am__quote = @am__quote@
-am__tar = @am__tar@
-am__untar = @am__untar@
-bindir = @bindir@
-build = @build@
-build_alias = @build_alias@
-build_cpu = @build_cpu@
-build_os = @build_os@
-build_vendor = @build_vendor@
-builddir = @builddir@
-datadir = @datadir@
-datarootdir = @datarootdir@
-docdir = @docdir@
-dvidir = @dvidir@
-exec_prefix = @exec_prefix@
-host = @host@
-host_alias = @host_alias@
-host_cpu = @host_cpu@
-host_os = @host_os@
-host_vendor = @host_vendor@
-htmldir = @htmldir@
-includedir = @includedir@
-infodir = @infodir@
-install_sh = @install_sh@
-libdir = @libdir@
-libexecdir = @libexecdir@
-localedir = @localedir@
-localstatedir = @localstatedir@
-mandir = @mandir@
-mkdir_p = @mkdir_p@
-oldincludedir = @oldincludedir@
-pdfdir = @pdfdir@
-prefix = @prefix@
-program_transform_name = @program_transform_name@
-psdir = @psdir@
-sbindir = @sbindir@
-sharedstatedir = @sharedstatedir@
-srcdir = @srcdir@
-sysconfdir = @sysconfdir@
-target = @target@
-target_alias = @target_alias@
-target_cpu = @target_cpu@
-target_os = @target_os@
-target_vendor = @target_vendor@
-top_build_prefix = @top_build_prefix@
-top_builddir = @top_builddir@
-top_srcdir = @top_srcdir@
-EXTRA_DIST = $(srcdir)/*.patch
- at TEST_SUITE_PARBOIL_TRUE@testsuite_pocl_dir = ${abs_top_srcdir}/examples/Parboil
- at TEST_SUITE_PARBOIL_TRUE@testsuite_src_dir = ${testsuite_pocl_dir}/parboil
- at TEST_SUITE_PARBOIL_TRUE@driver_tarfile = pb2.5driver.tgz
- at TEST_SUITE_PARBOIL_TRUE@benchmarks_tarfile = pb2.5benchmarks.tgz
- at TEST_SUITE_PARBOIL_TRUE@datasets_tarfile = pb2.5datasets_standard.tgz
- at TEST_SUITE_PARBOIL_TRUE@src = rodinia_2.0.1/opencl
-all: all-am
-
-.SUFFIXES:
-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
-	@for dep in $?; do \
-	  case '$(am__configure_deps)' in \
-	    *$$dep*) \
-	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
-	        && { if test -f $@; then exit 0; else break; fi; }; \
-	      exit 1;; \
-	  esac; \
-	done; \
-	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign examples/Parboil/Makefile'; \
-	$(am__cd) $(top_srcdir) && \
-	  $(AUTOMAKE) --foreign examples/Parboil/Makefile
-Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
-	@case '$?' in \
-	  *config.status*) \
-	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
-	  *) \
-	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
-	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
-	esac;
-
-$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
-	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-
-$(top_srcdir)/configure:  $(am__configure_deps)
-	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
-	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-$(am__aclocal_m4_deps):
-
-mostlyclean-libtool:
-	-rm -f *.lo
-
-clean-libtool:
-	-rm -rf .libs _libs
-tags TAGS:
-
-ctags CTAGS:
-
-cscope cscopelist:
-
-
-distdir: $(DISTFILES)
-	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
-	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
-	list='$(DISTFILES)'; \
-	  dist_files=`for file in $$list; do echo $$file; done | \
-	  sed -e "s|^$$srcdirstrip/||;t" \
-	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
-	case $$dist_files in \
-	  */*) $(MKDIR_P) `echo "$$dist_files" | \
-			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
-			   sort -u` ;; \
-	esac; \
-	for file in $$dist_files; do \
-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
-	  if test -d $$d/$$file; then \
-	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
-	    if test -d "$(distdir)/$$file"; then \
-	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
-	    fi; \
-	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
-	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
-	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
-	    fi; \
-	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
-	  else \
-	    test -f "$(distdir)/$$file" \
-	    || cp -p $$d/$$file "$(distdir)/$$file" \
-	    || exit 1; \
-	  fi; \
-	done
-check-am: all-am
-check: check-am
-all-am: Makefile
-installdirs:
-install: install-am
-install-exec: install-exec-am
-install-data: install-data-am
-uninstall: uninstall-am
-
-install-am: all-am
-	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
-
-installcheck: installcheck-am
-install-strip:
-	if test -z '$(STRIP)'; then \
-	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
-	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
-	      install; \
-	else \
-	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
-	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
-	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
-	fi
-mostlyclean-generic:
-
-clean-generic:
-
-distclean-generic:
-	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
-	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
-
-maintainer-clean-generic:
-	@echo "This command is intended for maintainers to use"
-	@echo "it deletes files that may require special tools to rebuild."
-clean: clean-am
-
-clean-am: clean-generic clean-libtool mostlyclean-am
-
-distclean: distclean-am
-	-rm -f Makefile
-distclean-am: clean-am distclean-generic
-
-dvi: dvi-am
-
-dvi-am:
-
-html: html-am
-
-html-am:
-
-info: info-am
-
-info-am:
-
-install-data-am:
-
-install-dvi: install-dvi-am
-
-install-dvi-am:
-
-install-exec-am:
-
-install-html: install-html-am
-
-install-html-am:
-
-install-info: install-info-am
-
-install-info-am:
-
-install-man:
-
-install-pdf: install-pdf-am
-
-install-pdf-am:
-
-install-ps: install-ps-am
-
-install-ps-am:
-
-installcheck-am:
-
-maintainer-clean: maintainer-clean-am
-	-rm -f Makefile
-maintainer-clean-am: distclean-am maintainer-clean-generic
-
-mostlyclean: mostlyclean-am
-
-mostlyclean-am: mostlyclean-generic mostlyclean-libtool
-
-pdf: pdf-am
-
-pdf-am:
-
-ps: ps-am
-
-ps-am:
-
-uninstall-am:
-
-.MAKE: install-am install-strip
-
-.PHONY: all all-am check check-am clean clean-generic clean-libtool \
-	cscopelist-am ctags-am distclean distclean-generic \
-	distclean-libtool distdir dvi dvi-am html html-am info info-am \
-	install install-am install-data install-data-am install-dvi \
-	install-dvi-am install-exec install-exec-am install-html \
-	install-html-am install-info install-info-am install-man \
-	install-pdf install-pdf-am install-ps install-ps-am \
-	install-strip installcheck installcheck-am installdirs \
-	maintainer-clean maintainer-clean-generic mostlyclean \
-	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
-	tags-am uninstall uninstall-am
-
-.PRECIOUS: Makefile
-
-
- at TEST_SUITE_PARBOIL_TRUE@.PHONY: build
-
- at TEST_SUITE_PARBOIL_TRUE@prepare-examples: build-prepare
-
- at TEST_SUITE_PARBOIL_TRUE@${srcdir}/${driver_tarfile}:
- at TEST_SUITE_PARBOIL_TRUE@	@echo 'You need to download $@ to "$(srcdir)"'
- at TEST_SUITE_PARBOIL_TRUE@	@echo 'from the http://impact.crhc.illinois.edu/parboil.aspx website'
- at TEST_SUITE_PARBOIL_TRUE@	exit 1
-
- at TEST_SUITE_PARBOIL_TRUE@${srcdir}/${benchmarks_tarfile}:
- at TEST_SUITE_PARBOIL_TRUE@	@echo 'You need to download $@ to "$(srcdir)"'
- at TEST_SUITE_PARBOIL_TRUE@	@echo 'from the http://impact.crhc.illinois.edu/parboil.aspx website'
- at TEST_SUITE_PARBOIL_TRUE@	exit 1
-
- at TEST_SUITE_PARBOIL_TRUE@${srcdir}/${datasets_tarfile}:
- at TEST_SUITE_PARBOIL_TRUE@	@echo 'You need to download $@ to "$(srcdir)"'
- at TEST_SUITE_PARBOIL_TRUE@	@echo 'from the http://impact.crhc.illinois.edu/parboil.aspx website'
- at TEST_SUITE_PARBOIL_TRUE@	exit 1
-
- at TEST_SUITE_PARBOIL_TRUE@$(testsuite_src_dir): 
- at TEST_SUITE_PARBOIL_TRUE@	$(MAKE) ${srcdir}/$(driver_tarfile) 
- at TEST_SUITE_PARBOIL_TRUE@	$(MAKE) ${srcdir}/$(benchmarks_tarfile)
- at TEST_SUITE_PARBOIL_TRUE@	$(MAKE) ${srcdir}/$(datasets_tarfile)
- at TEST_SUITE_PARBOIL_TRUE@	cd $(testsuite_pocl_dir) && \
- at TEST_SUITE_PARBOIL_TRUE@	tar xvzf $(driver_tarfile) && cd parboil && \
- at TEST_SUITE_PARBOIL_TRUE@	tar xvzf ../${benchmarks_tarfile} && \
- at TEST_SUITE_PARBOIL_TRUE@	tar xvzf ../${datasets_tarfile}
-
- at TEST_SUITE_PARBOIL_TRUE@build-prepare: $(testsuite_src_dir)
-# The OpenCL benchmarks want GPU devices. Change to CPU devices using
-# sed.
- at TEST_SUITE_PARBOIL_TRUE@	@cd $(testsuite_src_dir) && \
- at TEST_SUITE_PARBOIL_TRUE@	find . -name "*.c" -o -name "*.cc" -o -name "*.cpp" | \
- at TEST_SUITE_PARBOIL_TRUE@	grep opencl | \
- at TEST_SUITE_PARBOIL_TRUE@	xargs perl -pi -e 's/CL_DEVICE_TYPE_GPU/CL_DEVICE_TYPE_CPU/g'
- at TEST_SUITE_PARBOIL_TRUE@	@cd ${testsuite_pocl_dir} && patch -sNp0 < opencl.mk.patch > /dev/null || true
- at TEST_SUITE_PARBOIL_TRUE@	@cd ${testsuite_pocl_dir} && patch -sNp0 < OpenCL_common.cpp.patch > /dev/null || true
- at TEST_SUITE_PARBOIL_TRUE@	@cd ${testsuite_src_dir} && patch -sNp0 < ${testsuite_pocl_dir}/benchmarks.patch > /dev/null || true
- at TEST_SUITE_PARBOIL_TRUE@	@echo -e "OPENCL_PATH=${abs_top_srcdir}/\nOPENCL_LIB_PATH=${abs_top_builddir}/lib/CL/.libs" > ${testsuite_src_dir}/common/Makefile.conf
- at TEST_SUITE_PARBOIL_TRUE@	@echo -e "APP_CFLAGS=-DCL_USE_DEPRECATED_OPENCL_1_1_APIS" >> ${testsuite_src_dir}/common/Makefile.conf
- at TEST_SUITE_PARBOIL_TRUE@	@echo -e "APP_CXXFLAGS=-DCL_USE_DEPRECATED_OPENCL_1_1_APIS" >> ${testsuite_src_dir}/common/Makefile.conf
-
- at TEST_SUITE_PARBOIL_TRUE@build-spmv: build-prepare
- at TEST_SUITE_PARBOIL_TRUE@	cd ${testsuite_src_dir} ; ./parboil compile spmv opencl_base 
-
- at TEST_SUITE_PARBOIL_TRUE@run-spmv: 
- at TEST_SUITE_PARBOIL_TRUE@	cd ${testsuite_src_dir} ; ./parboil run spmv opencl_base small
-
- at TEST_SUITE_PARBOIL_TRUE@build-stencil: build-prepare
- at TEST_SUITE_PARBOIL_TRUE@	cd ${testsuite_src_dir} ; ./parboil compile stencil opencl_base 
-
- at TEST_SUITE_PARBOIL_TRUE@run-stencil: 
- at TEST_SUITE_PARBOIL_TRUE@	cd ${testsuite_src_dir} ; ./parboil run stencil opencl_base small
-
- at TEST_SUITE_PARBOIL_TRUE@build-tpacf: build-prepare
- at TEST_SUITE_PARBOIL_TRUE@	cd ${testsuite_src_dir} ; ./parboil compile tpacf opencl_base 
-
- at TEST_SUITE_PARBOIL_TRUE@run-tpacf: 
- at TEST_SUITE_PARBOIL_TRUE@	cd ${testsuite_src_dir} ; ./parboil run tpacf opencl_base small
-
- at TEST_SUITE_PARBOIL_TRUE@build-cutcp: build-prepare
- at TEST_SUITE_PARBOIL_TRUE@	cd ${testsuite_src_dir} ; ./parboil compile cutcp opencl_base 
-
- at TEST_SUITE_PARBOIL_TRUE@run-cutcp: 
- at TEST_SUITE_PARBOIL_TRUE@	cd ${testsuite_src_dir} ; ./parboil run cutcp opencl_base small
-
- at TEST_SUITE_PARBOIL_TRUE@build-mri-gridding: build-prepare
- at TEST_SUITE_PARBOIL_TRUE@	cd ${testsuite_src_dir} ; ./parboil compile mri-gridding opencl_base 
-
- at TEST_SUITE_PARBOIL_TRUE@run-mri-gridding: 
- at TEST_SUITE_PARBOIL_TRUE@	cd ${testsuite_src_dir} ; ./parboil run mri-gridding opencl_base small
-
- at TEST_SUITE_PARBOIL_TRUE@build-sad: build-prepare
- at TEST_SUITE_PARBOIL_TRUE@	cd ${testsuite_src_dir} ; ./parboil compile sad opencl_base 
-
- at TEST_SUITE_PARBOIL_TRUE@run-sad: 
- at TEST_SUITE_PARBOIL_TRUE@	cd ${testsuite_src_dir} ; ./parboil run sad opencl_base default
-
- at TEST_SUITE_PARBOIL_TRUE@build-bfs: build-prepare parboil/benchmarks/bfs/src/opencl_base/OpenCL_common.cpp
- at TEST_SUITE_PARBOIL_TRUE@	cd ${testsuite_src_dir} ; ./parboil compile bfs opencl_base 
-
- at TEST_SUITE_PARBOIL_TRUE@run-bfs: 
- at TEST_SUITE_PARBOIL_TRUE@	cd ${testsuite_src_dir} ; ./parboil run bfs opencl_base NY
-
- at TEST_SUITE_PARBOIL_TRUE@build-histo: build-prepare
- at TEST_SUITE_PARBOIL_TRUE@	cd ${testsuite_src_dir} ; ./parboil compile histo opencl_base 
-
- at TEST_SUITE_PARBOIL_TRUE@run-histo: 
- at TEST_SUITE_PARBOIL_TRUE@	cd ${testsuite_src_dir} ; ./parboil run histo opencl_base default
-
- at TEST_SUITE_PARBOIL_TRUE@build-sgemm: build-prepare
- at TEST_SUITE_PARBOIL_TRUE@	cd ${testsuite_src_dir} ; ./parboil compile sgemm opencl_base 
-
- at TEST_SUITE_PARBOIL_TRUE@run-sgemm: 
- at TEST_SUITE_PARBOIL_TRUE@	cd ${testsuite_src_dir} ; ./parboil run sgemm opencl_base medium
-
- at TEST_SUITE_PARBOIL_TRUE@build-mri-q: build-prepare
- at TEST_SUITE_PARBOIL_TRUE@	cd ${testsuite_src_dir} ; ./parboil compile mri-q opencl
-
- at TEST_SUITE_PARBOIL_TRUE@run-mri-q: 
- at TEST_SUITE_PARBOIL_TRUE@	cd ${testsuite_src_dir} ; ./parboil run mri-q opencl small
-
- at TEST_SUITE_PARBOIL_TRUE@build-lbm: build-prepare
- at TEST_SUITE_PARBOIL_TRUE@	cd ${testsuite_src_dir} ; ./parboil compile lbm opencl_base
-
- at TEST_SUITE_PARBOIL_TRUE@run-lbm: 
- at TEST_SUITE_PARBOIL_TRUE@	cd ${testsuite_src_dir} ; ./parboil run lbm opencl_base short
-
- at TEST_SUITE_PARBOIL_TRUE@build: build-spmv build-stencil build-tpacf build-cutcp build-mri-gridding build-sad \
- at TEST_SUITE_PARBOIL_TRUE@	build-bfs build-histo build-sgemm build-mri-q build-lbm
-
- at TEST_SUITE_PARBOIL_TRUE@clean-examples:
- at TEST_SUITE_PARBOIL_TRUE@	$(RM) -r parboil
-
-# Tell versions [3.59,3.63) of GNU make to not export all variables.
-# Otherwise a system limit (for SysV at least) may be exceeded.
-.NOEXPORT:
diff --git a/examples/Parboil/README b/examples/Parboil/README
index 2aec5d8..4af9a0c 100644
--- a/examples/Parboil/README
+++ b/examples/Parboil/README
@@ -1,5 +1,5 @@
 The Parboil benchmark can be downloaded here
-http://impact.crhc.illinois.edu/parboil.aspx
+http://impact.crhc.illinois.edu/parboil/parboil.aspx
 
 You need to download the benchmark, the driver and
 the dataset packages. 
diff --git a/examples/IntelSVM/intelsvm_CMakeLists.txt b/examples/PyOpenCL/CMakeLists.txt
similarity index 62%
copy from examples/IntelSVM/intelsvm_CMakeLists.txt
copy to examples/PyOpenCL/CMakeLists.txt
index e478cc7..840393a 100644
--- a/examples/IntelSVM/intelsvm_CMakeLists.txt
+++ b/examples/PyOpenCL/CMakeLists.txt
@@ -23,22 +23,29 @@
 #
 #=============================================================================
 
-cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR)
+set(TS_NAME "PyOpenCL")
+set(TS_BASEDIR "${TESTSUITE_BASEDIR}/${TS_NAME}")
+set(TS_SRCDIR "${TESTSUITE_SOURCE_BASEDIR}/${TS_NAME}")
+set(TS_BUILDDIR "${TS_SRCDIR}/PyOpenCL-build")
 
-project(intelsvm)
+# see README on how to install PyOpenCL to the example dir
 
-add_compile_options("-std=c++11")
+if (EXISTS "${TS_BUILDDIR}/mypy/bin/py.test" AND
+    IS_DIRECTORY "${TS_BUILDDIR}/pyopencl/test")
 
-include_directories("common")
+  message(STATUS "Enabling testsuite ${TS_NAME}")
+  list(APPEND ACTUALLY_ENABLED_TESTSUITES "${TS_NAME}")
+  set(ACTUALLY_ENABLED_TESTSUITES ${ACTUALLY_ENABLED_TESTSUITES} PARENT_SCOPE)
 
-add_executable(fine SVMBasicFineGrained/svmbasic.cpp
-    common/basic.cpp  common/basic.hpp
-    common/cmdparser.cpp  common/cmdparser.hpp
-    common/oclobject.cpp  common/oclobject.hpp)
-target_link_libraries(fine "${OPENCL_LIBRARIES}")
+  add_test(NAME "PyOpenCL"
+           COMMAND "${TS_SRCDIR}/test_build_dir")
 
-add_executable(coarse SVMBasicCoarseGrained/svmbasic.cpp
-    common/basic.cpp  common/basic.hpp
-    common/cmdparser.cpp  common/cmdparser.hpp
-    common/oclobject.cpp  common/oclobject.hpp)
-target_link_libraries(coarse "${OPENCL_LIBRARIES}")
+  set_tests_properties("PyOpenCL"
+    PROPERTIES
+      LABELS "PyOpenCL")
+
+else()
+
+  message(STATUS "Disabling testsuite ${TS_NAME}, required files not found in ${TS_BUILDDIR}." )
+
+endif()
diff --git a/examples/PyOpenCL/README b/examples/PyOpenCL/README
index baca996..7be3d8f 100644
--- a/examples/PyOpenCL/README
+++ b/examples/PyOpenCL/README
@@ -1,7 +1,8 @@
 Installation:
 
+$ mkdir PyOpenCL-build && cd PyOpenCL-build
 $ git clone --recursive git://github.com/inducer/pyopencl
-$ apt-get install python-pip python-virtualenv python-numpy python-mako
+$ apt-get install python-pip python-virtualenv python-numpy python-mako python-dev
 
   (or equivalent, for example:
   curl -O https://raw.github.com/pypa/pip/master/contrib/get-pip.py
@@ -12,7 +13,9 @@ $ virtualenv --system-site-packages mypy
 $ source mypy/bin/activate
 $ cd pyopencl
 $ ./configure.py
-[Edit siteconf.py to taste--for example to find CL headers.]
+
+Edit siteconf.py: set CL_INC_DIR = ['../../../include']
+
 $ python setup.py install
 
 Update:
@@ -29,10 +32,6 @@ $ source mypy/bin/activate
 $ cd pyopencl/test
 $ PYOPENCL_NO_CACHE=1 PYOPENCL_TEST=portable py.test -v --tb=native
 
-'PYOPENCL_NO_CACHE=1' turns off binary caching (aka use of
-clCreateProgramWithBinary), which pocl doesn't appear to
-support. (results in 'out of host memory' error)
-
 'PYOPENCL_TEST=portable' restricts the test run to pocl.
 
 You can also append individual test_*.py files to that command line to
diff --git a/examples/PyOpenCL/test_build_dir b/examples/PyOpenCL/test_build_dir
new file mode 100755
index 0000000..42e83e9
--- /dev/null
+++ b/examples/PyOpenCL/test_build_dir
@@ -0,0 +1,57 @@
+#!/bin/bash
+
+# Runs the PyOpenCL tests against a pocl build dir located in the
+# current working directory. Assumes an ICD build in PWD.
+
+pyopencl_root=`dirname $0`
+
+pushd . > /dev/null
+cd $pyopencl_root
+pyopencl_root=$PWD
+popd > /dev/null
+
+# Go to the build root directory.
+
+if ! test -d ocl-vendors;
+then
+    cd ../..
+fi
+
+if ! test -d ocl-vendors;
+then
+    echo "Start the script either in the build dir or under build dir's examples/PyOpenCL"
+    exit -1
+fi
+
+export POCL_BUILDING=1
+export OCL_ICD_VENDORS=$PWD/ocl-vendors
+export OPENCL_VENDOR_PATH=$OCL_ICD_VENDORS
+
+cd $pyopencl_root/PyOpenCL-build || exit -1
+source mypy/bin/activate || exit -1
+
+cd pyopencl/test
+test_log=`mktemp`
+{ PYOPENCL_TEST=portable py.test --tb=native
+} > $test_log 2>&1
+fail_count=`cat $test_log | tail -1 | grep -Eo "[0-9]*" | head -1`
+
+if ! grep -i "passed" $test_log;
+then
+    cat $test_log
+    rm $test_log
+    echo "Nothing passed!"
+    exit -1
+fi
+
+rm -f $test_log
+
+if test $fail_count -le 10;
+then
+# 10 failures with LLVM 4.0 has not the kernabi patch.
+    echo "OK number of failing tests ($fail_count)."
+    exit 0
+else
+    echo "Unexpectedly many failing tests ($fail_count)."
+    exit -1
+fi
diff --git a/examples/Rodinia/CMakeLists.txt b/examples/Rodinia/CMakeLists.txt
index ddff6fa..f87e9e3 100644
--- a/examples/Rodinia/CMakeLists.txt
+++ b/examples/Rodinia/CMakeLists.txt
@@ -39,10 +39,7 @@ if (EXISTS "${RODINIA_TGZ}")
   ExternalProject_Add(
     ${TS_NAME}
     PREFIX "${TS_BASEDIR}"
-    DOWNLOAD_COMMAND test -d ${RODINIA} || (pwd && echo "extracting rodinia tgz"
-      && tar xjf "${RODINIA_TGZ}"
-      && patch -p1 -i -r- -N "${CMAKE_CURRENT_SOURCE_DIR}/Rodinia.patch"
-      && rmdir Rodinia && mv ${RODINIA} Rodinia)
+    DOWNLOAD_COMMAND test -d ${RODINIA} || /bin/bash -c "pwd && echo 'extracting rodinia tgz' && tar xjf '${RODINIA_TGZ}' && patch -p1 -r- -N -i '${CMAKE_CURRENT_SOURCE_DIR}/Rodinia.patch' && rmdir Rodinia && mv ${RODINIA} Rodinia"
     CONFIGURE_COMMAND /bin/true
     BUILD_IN_SOURCE 1
     BUILD_COMMAND pwd && make OPENCL
diff --git a/examples/Rodinia/Makefile.am b/examples/Rodinia/Makefile.am
deleted file mode 100644
index 9eaee18..0000000
--- a/examples/Rodinia/Makefile.am
+++ /dev/null
@@ -1,129 +0,0 @@
-# Process this file with automake to produce Makefile.in (in this,
-# and all subdirectories).
-# Makefile.am for pocl/examples/Rodinia.
-# 
-# Copyright (c) 2012 Pekka Jääskeläinen / Tampere University of Technology
-# Copyright (c) 2012 Vincent Danjean <Vincent.Danjean at ens-lyon.org>
-# 
-# Permission is hereby granted, free of charge, to any person obtaining a copy
-# of this software and associated documentation files (the "Software"), to deal
-# in the Software without restriction, including without limitation the rights
-# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-# copies of the Software, and to permit persons to whom the Software is
-# furnished to do so, subject to the following conditions:
-# 
-# The above copyright notice and this permission notice shall be included in
-# all copies or substantial portions of the Software.
-# 
-# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-# THE SOFTWARE.
-
-if TEST_SUITE_RODINIA
-testsuite_pocl_dir=${abs_top_srcdir}/examples/Rodinia
-testsuite_src_dir=${testsuite_pocl_dir}/rodinia_2.0.1
-tarfile=rodinia_2.0.1.tar.gz
-
-.PHONY: prepare-examples
-
-prepare-examples: $(testsuite_src_dir) build-backprop build-bfs build-cfd \
-	build-lud build-hotspot build-kmeans build-lavaMD build-pathfinder \
-	build-srad
-
-$(srcdir)/$(tarfile):
-	@echo 'You need to go download $(tarfile) in $(srcfile)'
-	@echo 'from the http://lava.cs.virginia.edu/Rodinia/download.htm website'
-	exit 1
-
-$(testsuite_src_dir):
-	$(MAKE) $(srcdir)/$(tarfile)
-	cd $(testsuite_pocl_dir) && \
-	tar xzf $(tarfile) && \
-	( patch -sNp1 < $(testsuite_pocl_dir)/Rodinia.patch || true )
-
-# Rodinia are build in place and its source tree is modified.
-# So, copying the source tree in our build tree if required
-# (ie if $(srcdir) is not $(CURDIR) )
-build-prepare: $(testsuite_src_dir)
-	if [ ! -d rodinia_2.0.1 ]; then cp -aL $(testsuite_src_dir) . ; fi
-	: Rodinia Makefiles are a mess. Trying to fix them a little.
-	sed -i \
-		-e 's/-lOpenCL/\$$(OPENCL_LIBS)/g' \
-		-e 's/-I\$$(OPENCL_INC)/\$$(OPENCL_CFLAGS)/g' \
-		-e 's/-L\$$(OPENCL_LIB)/\$$(OPENCL_CFLAGS)/g' \
-		-e 's/	clear/	: clear/g' \
-		rodinia_2.0.1/opencl/*/Makefile \
-		rodinia_2.0.1/opencl/*/makefile \
-		rodinia_2.0.1/opencl/*/*/Makefile \
-		rodinia_2.0.1/opencl/*/*/makefile
-
-MAKE_OPTS= OPENCL_LIBS="$(OPENCL_EXTLIBS) $(LDFLAGS)" OPENCL_CFLAGS="-I${abs_top_srcdir}/include $(OPENCL_CFLAGS)"
-
-src=rodinia_2.0.1/opencl
-
-build-backprop: build-prepare
-	@echo "  [Building Rodinia backprop]"
-	sed -i "s/log2(HEIGHT)/log2((float)HEIGHT)/g" $(src)/backprop/backprop_kernel.cl
-	sed -i 's/pow(2, i)/pow(2.0f, i)/g' $(src)/backprop/backprop_kernel.cl
-	sed -i 's/ use_gpu = 1/ use_gpu = 0/g' $(src)/backprop/backprop_ocl.cpp
-	$(MAKE) clean $(MAKE_OPTS) -C $(src)/backprop
-	$(MAKE) backprop $(MAKE_OPTS) -C $(src)/backprop
-
-build-bfs: build-prepare
-	@echo "  [Building Rodinia bfs]"
-	sed -i 's/CL_DEVICE_TYPE_GPU/CL_DEVICE_TYPE_CPU/g' $(src)/bfs/CLHelper.h
-	$(MAKE) clean $(MAKE_OPTS) -C $(src)/bfs
-	$(MAKE) release $(MAKE_OPTS) -C $(src)/bfs
-
-build-cfd: build-prepare
-	@echo "  [Building Rodinia cfd]"
-	sed  -i 's/t gpu/t cpu/g' $(src)/cfd/run
-	$(MAKE) clean $(MAKE_OPTS) -C $(src)/cfd
-	$(MAKE) release $(MAKE_OPTS) -C $(src)/cfd
-
-build-lud: build-prepare
-	@echo "  [Building Rodinia lud]"
-	sed -i 's/ use_gpu = 1/ use_gpu = 0/g' $(src)/lud/ocl/lud.cpp
-	$(MAKE) clean $(MAKE_OPTS) -C $(src)/lud
-	$(MAKE) lud $(MAKE_OPTS) -C $(src)/lud
-
-build-hotspot: build-prepare
-	@echo "  [Building Rodinia hotspot]"
-	sed -i 's/CL_DEVICE_TYPE_GPU/CL_DEVICE_TYPE_CPU/g' $(src)/hotspot/hotspot.c
-	$(MAKE) clean $(MAKE_OPTS) -C $(src)/hotspot
-	$(MAKE) hotspot $(MAKE_OPTS) -C $(src)/hotspot
-
-build-kmeans: build-prepare
-	@echo "  [Building Rodinia kmeans]"
-	sed -i 's/ use_gpu = 1/ use_gpu = 0/g' $(src)/kmeans/kmeans.cpp
-	$(MAKE) clean $(MAKE_OPTS) -C $(src)/kmeans
-	$(MAKE) kmeans $(MAKE_OPTS) -C $(src)/kmeans
-
-build-lavaMD: build-prepare
-	@echo "  [Building Rodinia lavaMD]"
-	sed -i 's/CL_DEVICE_TYPE_GPU/CL_DEVICE_TYPE_CPU/g' $(src)/lavaMD/kernel/kernel_gpu_opencl_wrapper.c
-	-$(MAKE) clean $(MAKE_OPTS) -C $(src)/lavaMD
-	$(MAKE) $(MAKE_OPTS) -C $(src)/lavaMD
-
-build-pathfinder: build-prepare
-	@echo "  [Building Rodinia pathfinder]"
-	sed -i 's/cl.init(1)/cl.init(0)/g' $(src)/pathfinder/main.cpp
-	$(MAKE) clean $(MAKE_OPTS) -C $(src)/pathfinder
-	$(MAKE) $(MAKE_OPTS) -C $(src)/pathfinder
-
-build-srad: build-prepare
-	@echo "  [Building Rodinia srad]"
-	sed -i 's/CL_DEVICE_TYPE_GPU/CL_DEVICE_TYPE_CPU/g' $(src)/srad/main.cpp
-	$(MAKE) clean $(MAKE_OPTS) -C $(src)/srad
-	$(MAKE) $(MAKE_OPTS) -C $(src)/srad
-
-clean-examples:
-	$(RM) -r $(testsuite_src_dir)
-
-endif
-
-EXTRA_DIST = Rodinia.patch
diff --git a/examples/Rodinia/Makefile.in b/examples/Rodinia/Makefile.in
deleted file mode 100644
index 8fd54a2..0000000
--- a/examples/Rodinia/Makefile.in
+++ /dev/null
@@ -1,649 +0,0 @@
-# Makefile.in generated by automake 1.15 from Makefile.am.
-# @configure_input@
-
-# Copyright (C) 1994-2014 Free Software Foundation, Inc.
-
-# This Makefile.in is free software; the Free Software Foundation
-# gives unlimited permission to copy and/or distribute it,
-# with or without modifications, as long as this notice is preserved.
-
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
-# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
-# PARTICULAR PURPOSE.
-
- at SET_MAKE@
-
-# Process this file with automake to produce Makefile.in (in this,
-# and all subdirectories).
-# Makefile.am for pocl/examples/Rodinia.
-# 
-# Copyright (c) 2012 Pekka Jääskeläinen / Tampere University of Technology
-# Copyright (c) 2012 Vincent Danjean <Vincent.Danjean at ens-lyon.org>
-# 
-# Permission is hereby granted, free of charge, to any person obtaining a copy
-# of this software and associated documentation files (the "Software"), to deal
-# in the Software without restriction, including without limitation the rights
-# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-# copies of the Software, and to permit persons to whom the Software is
-# furnished to do so, subject to the following conditions:
-# 
-# The above copyright notice and this permission notice shall be included in
-# all copies or substantial portions of the Software.
-# 
-# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-# THE SOFTWARE.
-VPATH = @srcdir@
-am__is_gnu_make = { \
-  if test -z '$(MAKELEVEL)'; then \
-    false; \
-  elif test -n '$(MAKE_HOST)'; then \
-    true; \
-  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
-    true; \
-  else \
-    false; \
-  fi; \
-}
-am__make_running_with_option = \
-  case $${target_option-} in \
-      ?) ;; \
-      *) echo "am__make_running_with_option: internal error: invalid" \
-              "target option '$${target_option-}' specified" >&2; \
-         exit 1;; \
-  esac; \
-  has_opt=no; \
-  sane_makeflags=$$MAKEFLAGS; \
-  if $(am__is_gnu_make); then \
-    sane_makeflags=$$MFLAGS; \
-  else \
-    case $$MAKEFLAGS in \
-      *\\[\ \	]*) \
-        bs=\\; \
-        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
-          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
-    esac; \
-  fi; \
-  skip_next=no; \
-  strip_trailopt () \
-  { \
-    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
-  }; \
-  for flg in $$sane_makeflags; do \
-    test $$skip_next = yes && { skip_next=no; continue; }; \
-    case $$flg in \
-      *=*|--*) continue;; \
-        -*I) strip_trailopt 'I'; skip_next=yes;; \
-      -*I?*) strip_trailopt 'I';; \
-        -*O) strip_trailopt 'O'; skip_next=yes;; \
-      -*O?*) strip_trailopt 'O';; \
-        -*l) strip_trailopt 'l'; skip_next=yes;; \
-      -*l?*) strip_trailopt 'l';; \
-      -[dEDm]) skip_next=yes;; \
-      -[JT]) skip_next=yes;; \
-    esac; \
-    case $$flg in \
-      *$$target_option*) has_opt=yes; break;; \
-    esac; \
-  done; \
-  test $$has_opt = yes
-am__make_dryrun = (target_option=n; $(am__make_running_with_option))
-am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
-pkgdatadir = $(datadir)/@PACKAGE@
-pkgincludedir = $(includedir)/@PACKAGE@
-pkglibdir = $(libdir)/@PACKAGE@
-pkglibexecdir = $(libexecdir)/@PACKAGE@
-am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
-install_sh_DATA = $(install_sh) -c -m 644
-install_sh_PROGRAM = $(install_sh) -c
-install_sh_SCRIPT = $(install_sh) -c
-INSTALL_HEADER = $(INSTALL_DATA)
-transform = $(program_transform_name)
-NORMAL_INSTALL = :
-PRE_INSTALL = :
-POST_INSTALL = :
-NORMAL_UNINSTALL = :
-PRE_UNINSTALL = :
-POST_UNINSTALL = :
-build_triplet = @build@
-host_triplet = @host@
-target_triplet = @target@
-subdir = examples/Rodinia
-ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
-am__aclocal_m4_deps = $(top_srcdir)/m4/ax_boost_base.m4 \
-	$(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
-	$(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
-	$(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/acinclude.m4 \
-	$(top_srcdir)/configure.ac
-am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
-	$(ACLOCAL_M4)
-DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
-mkinstalldirs = $(install_sh) -d
-CONFIG_HEADER = $(top_builddir)/config.h
-CONFIG_CLEAN_FILES =
-CONFIG_CLEAN_VPATH_FILES =
-AM_V_P = $(am__v_P_ at AM_V@)
-am__v_P_ = $(am__v_P_ at AM_DEFAULT_V@)
-am__v_P_0 = false
-am__v_P_1 = :
-AM_V_GEN = $(am__v_GEN_ at AM_V@)
-am__v_GEN_ = $(am__v_GEN_ at AM_DEFAULT_V@)
-am__v_GEN_0 = @echo "  GEN     " $@;
-am__v_GEN_1 = 
-AM_V_at = $(am__v_at_ at AM_V@)
-am__v_at_ = $(am__v_at_ at AM_DEFAULT_V@)
-am__v_at_0 = @
-am__v_at_1 = 
-SOURCES =
-DIST_SOURCES =
-am__can_run_installinfo = \
-  case $$AM_UPDATE_INFO_DIR in \
-    n|no|NO) false;; \
-    *) (install-info --version) >/dev/null 2>&1;; \
-  esac
-am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
-am__DIST_COMMON = $(srcdir)/Makefile.in README
-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
-ACLOCAL = @ACLOCAL@
-AMTAR = @AMTAR@
-AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
-AR = @AR@
-AUTOCONF = @AUTOCONF@
-AUTOHEADER = @AUTOHEADER@
-AUTOMAKE = @AUTOMAKE@
-AWK = @AWK@
-BOOST_CPPFLAGS = @BOOST_CPPFLAGS@
-BOOST_LDFLAGS = @BOOST_LDFLAGS@
-BUILD_TIMESTAMP = @BUILD_TIMESTAMP@
-CC = @CC@
-CCDEPMODE = @CCDEPMODE@
-CFLAGS = @CFLAGS@
-CLANG = @CLANG@
-CLANGXX = @CLANGXX@
-CLANGXX_FLAGS = @CLANGXX_FLAGS@
-CLFLAGS = @CLFLAGS@
-CPP = @CPP@
-CPPFLAGS = @CPPFLAGS@
-CXX = @CXX@
-CXXCPP = @CXXCPP@
-CXXDEPMODE = @CXXDEPMODE@
-CXXFLAGS = @CXXFLAGS@
-CYGPATH_W = @CYGPATH_W@
-DEFS = @DEFS@
-DEPDIR = @DEPDIR@
-DLLTOOL = @DLLTOOL@
-DSYMUTIL = @DSYMUTIL@
-DUMPBIN = @DUMPBIN@
-ECHO_C = @ECHO_C@
-ECHO_N = @ECHO_N@
-ECHO_T = @ECHO_T@
-EGREP = @EGREP@
-EXEEXT = @EXEEXT@
-FGREP = @FGREP@
-FORCED_CLFLAGS = @FORCED_CLFLAGS@
-GLEW_CFLAGS = @GLEW_CFLAGS@
-GLEW_LIBS = @GLEW_LIBS@
-GREP = @GREP@
-HOST = @HOST@
-HOST_AS_FLAGS = @HOST_AS_FLAGS@
-HOST_CLANG_FLAGS = @HOST_CLANG_FLAGS@
-HOST_CPU = @HOST_CPU@
-HOST_DEVICE_EXTENSION_DEFINES = @HOST_DEVICE_EXTENSION_DEFINES@
-HOST_LD_FLAGS = @HOST_LD_FLAGS@
-HOST_LLC_FLAGS = @HOST_LLC_FLAGS@
-HOST_SIZEOF_DOUBLE = @HOST_SIZEOF_DOUBLE@
-HOST_SIZEOF_HALF = @HOST_SIZEOF_HALF@
-HOST_SIZEOF_LONG = @HOST_SIZEOF_LONG@
-HOST_SIZEOF_VOID_P = @HOST_SIZEOF_VOID_P@
-HSAILASM = @HSAILASM@
-HSA_DEVICE_EXTENSION_DEFINES = @HSA_DEVICE_EXTENSION_DEFINES@
-HSA_INCLUDES = @HSA_INCLUDES@
-HSA_LIBS = @HSA_LIBS@
-HWLOC_CFLAGS = @HWLOC_CFLAGS@
-HWLOC_LIBS = @HWLOC_LIBS@
-ICD_LD_FLAGS = @ICD_LD_FLAGS@
-INSTALL = @INSTALL@
-INSTALL_DATA = @INSTALL_DATA@
-INSTALL_PROGRAM = @INSTALL_PROGRAM@
-INSTALL_SCRIPT = @INSTALL_SCRIPT@
-INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
-KERNEL_COMPILER_LIB_VERSION = @KERNEL_COMPILER_LIB_VERSION@
-LD = @LD@
-LDFLAGS = @LDFLAGS@
-LD_FLAGS_BIN = @LD_FLAGS_BIN@
-LIBOBJS = @LIBOBJS@
-LIBRARY_SUFFIX = @LIBRARY_SUFFIX@
-LIBS = @LIBS@
-LIBTOOL = @LIBTOOL@
-LIB_AGE_VERSION = @LIB_AGE_VERSION@
-LIB_CURRENT_VERSION = @LIB_CURRENT_VERSION@
-LIB_FIRST_VERSION = @LIB_FIRST_VERSION@
-LIB_REVISION_VERSION = @LIB_REVISION_VERSION@
-LIB_VERSION = @LIB_VERSION@
-LIPO = @LIPO@
-LLC = @LLC@
-LLVM_AS = @LLVM_AS@
-LLVM_CONFIG = @LLVM_CONFIG@
-LLVM_CXX_FLAGS = @LLVM_CXX_FLAGS@
-LLVM_LDFLAGS = @LLVM_LDFLAGS@
-LLVM_LIBS = @LLVM_LIBS@
-LLVM_LINK = @LLVM_LINK@
-LLVM_OPT = @LLVM_OPT@
-LLVM_VERSION = @LLVM_VERSION@
-LN_S = @LN_S@
-LTDL_LIBS = @LTDL_LIBS@
-LTLIBOBJS = @LTLIBOBJS@
-LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
-MAKEINFO = @MAKEINFO@
-MANIFEST_TOOL = @MANIFEST_TOOL@
-MKDIR_P = @MKDIR_P@
-NM = @NM@
-NMEDIT = @NMEDIT@
-OBJDUMP = @OBJDUMP@
-OBJEXT = @OBJEXT@
-OCL_ICD_CFLAGS = @OCL_ICD_CFLAGS@
-OCL_ICD_LIBS = @OCL_ICD_LIBS@
-OCL_KERNEL_ARCH = @OCL_KERNEL_ARCH@
-OCL_KERNEL_TARGET = @OCL_KERNEL_TARGET@
-OCL_KERNEL_TARGET_CPU = @OCL_KERNEL_TARGET_CPU@
-OCL_TARGETS = @OCL_TARGETS@
-OPENCL_CFLAGS = @OPENCL_CFLAGS@
-OPENCL_CMAKE = @OPENCL_CMAKE@
-OPENCL_EXTLIBS = @OPENCL_EXTLIBS@
-OPENCL_LIBS = @OPENCL_LIBS@
-OPT = @OPT@
-OTOOL = @OTOOL@
-OTOOL64 = @OTOOL64@
-PACKAGE = @PACKAGE@
-PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
-PACKAGE_NAME = @PACKAGE_NAME@
-PACKAGE_STRING = @PACKAGE_STRING@
-PACKAGE_TARNAME = @PACKAGE_TARNAME@
-PACKAGE_URL = @PACKAGE_URL@
-PACKAGE_VERSION = @PACKAGE_VERSION@
-PATH_SEPARATOR = @PATH_SEPARATOR@
-PKG_CONFIG = @PKG_CONFIG@
-PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
-PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
-POAT_TESTSUITES = @POAT_TESTSUITES@
-POCL_DEVICE_ADDRESS_BITS = @POCL_DEVICE_ADDRESS_BITS@
-PTHREAD_CC = @PTHREAD_CC@
-PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
-PTHREAD_LIBS = @PTHREAD_LIBS@
-RANLIB = @RANLIB@
-SDL_CFLAGS = @SDL_CFLAGS@
-SDL_LIBS = @SDL_LIBS@
-SED = @SED@
-SET_MAKE = @SET_MAKE@
-SHELL = @SHELL@
-STRIP = @STRIP@
-TARGET = @TARGET@
-TARGET_CLANG_FLAGS = @TARGET_CLANG_FLAGS@
-TARGET_CPU = @TARGET_CPU@
-TARGET_LLC_FLAGS = @TARGET_LLC_FLAGS@
-TARGET_SIZEOF_DOUBLE = @TARGET_SIZEOF_DOUBLE@
-TARGET_SIZEOF_HALF = @TARGET_SIZEOF_HALF@
-TARGET_SIZEOF_LONG = @TARGET_SIZEOF_LONG@
-TARGET_SIZEOF_VOID_P = @TARGET_SIZEOF_VOID_P@
-TCECC = @TCECC@
-TCEMC_AVAILABLE = @TCEMC_AVAILABLE@
-TCE_AVAILABLE = @TCE_AVAILABLE@
-TCE_CONFIG = @TCE_CONFIG@
-TCE_DEVICE_EXTENSION_DEFINES = @TCE_DEVICE_EXTENSION_DEFINES@
-VERSION = @VERSION@
-abs_builddir = @abs_builddir@
-abs_srcdir = @abs_srcdir@
-abs_top_builddir = @abs_top_builddir@
-abs_top_srcdir = @abs_top_srcdir@
-ac_ct_AR = @ac_ct_AR@
-ac_ct_CC = @ac_ct_CC@
-ac_ct_CXX = @ac_ct_CXX@
-ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
-acx_pthread_config = @acx_pthread_config@
-am__include = @am__include@
-am__leading_dot = @am__leading_dot@
-am__quote = @am__quote@
-am__tar = @am__tar@
-am__untar = @am__untar@
-bindir = @bindir@
-build = @build@
-build_alias = @build_alias@
-build_cpu = @build_cpu@
-build_os = @build_os@
-build_vendor = @build_vendor@
-builddir = @builddir@
-datadir = @datadir@
-datarootdir = @datarootdir@
-docdir = @docdir@
-dvidir = @dvidir@
-exec_prefix = @exec_prefix@
-host = @host@
-host_alias = @host_alias@
-host_cpu = @host_cpu@
-host_os = @host_os@
-host_vendor = @host_vendor@
-htmldir = @htmldir@
-includedir = @includedir@
-infodir = @infodir@
-install_sh = @install_sh@
-libdir = @libdir@
-libexecdir = @libexecdir@
-localedir = @localedir@
-localstatedir = @localstatedir@
-mandir = @mandir@
-mkdir_p = @mkdir_p@
-oldincludedir = @oldincludedir@
-pdfdir = @pdfdir@
-prefix = @prefix@
-program_transform_name = @program_transform_name@
-psdir = @psdir@
-sbindir = @sbindir@
-sharedstatedir = @sharedstatedir@
-srcdir = @srcdir@
-sysconfdir = @sysconfdir@
-target = @target@
-target_alias = @target_alias@
-target_cpu = @target_cpu@
-target_os = @target_os@
-target_vendor = @target_vendor@
-top_build_prefix = @top_build_prefix@
-top_builddir = @top_builddir@
-top_srcdir = @top_srcdir@
- at TEST_SUITE_RODINIA_TRUE@testsuite_pocl_dir = ${abs_top_srcdir}/examples/Rodinia
- at TEST_SUITE_RODINIA_TRUE@testsuite_src_dir = ${testsuite_pocl_dir}/rodinia_2.0.1
- at TEST_SUITE_RODINIA_TRUE@tarfile = rodinia_2.0.1.tar.gz
- at TEST_SUITE_RODINIA_TRUE@MAKE_OPTS = OPENCL_LIBS="$(OPENCL_EXTLIBS) $(LDFLAGS)" OPENCL_CFLAGS="-I${abs_top_srcdir}/include $(OPENCL_CFLAGS)"
- at TEST_SUITE_RODINIA_TRUE@src = rodinia_2.0.1/opencl
-EXTRA_DIST = Rodinia.patch
-all: all-am
-
-.SUFFIXES:
-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
-	@for dep in $?; do \
-	  case '$(am__configure_deps)' in \
-	    *$$dep*) \
-	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
-	        && { if test -f $@; then exit 0; else break; fi; }; \
-	      exit 1;; \
-	  esac; \
-	done; \
-	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign examples/Rodinia/Makefile'; \
-	$(am__cd) $(top_srcdir) && \
-	  $(AUTOMAKE) --foreign examples/Rodinia/Makefile
-Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
-	@case '$?' in \
-	  *config.status*) \
-	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
-	  *) \
-	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
-	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
-	esac;
-
-$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
-	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-
-$(top_srcdir)/configure:  $(am__configure_deps)
-	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
-	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-$(am__aclocal_m4_deps):
-
-mostlyclean-libtool:
-	-rm -f *.lo
-
-clean-libtool:
-	-rm -rf .libs _libs
-tags TAGS:
-
-ctags CTAGS:
-
-cscope cscopelist:
-
-
-distdir: $(DISTFILES)
-	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
-	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
-	list='$(DISTFILES)'; \
-	  dist_files=`for file in $$list; do echo $$file; done | \
-	  sed -e "s|^$$srcdirstrip/||;t" \
-	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
-	case $$dist_files in \
-	  */*) $(MKDIR_P) `echo "$$dist_files" | \
-			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
-			   sort -u` ;; \
-	esac; \
-	for file in $$dist_files; do \
-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
-	  if test -d $$d/$$file; then \
-	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
-	    if test -d "$(distdir)/$$file"; then \
-	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
-	    fi; \
-	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
-	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
-	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
-	    fi; \
-	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
-	  else \
-	    test -f "$(distdir)/$$file" \
-	    || cp -p $$d/$$file "$(distdir)/$$file" \
-	    || exit 1; \
-	  fi; \
-	done
-check-am: all-am
-check: check-am
-all-am: Makefile
-installdirs:
-install: install-am
-install-exec: install-exec-am
-install-data: install-data-am
-uninstall: uninstall-am
-
-install-am: all-am
-	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
-
-installcheck: installcheck-am
-install-strip:
-	if test -z '$(STRIP)'; then \
-	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
-	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
-	      install; \
-	else \
-	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
-	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
-	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
-	fi
-mostlyclean-generic:
-
-clean-generic:
-
-distclean-generic:
-	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
-	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
-
-maintainer-clean-generic:
-	@echo "This command is intended for maintainers to use"
-	@echo "it deletes files that may require special tools to rebuild."
-clean: clean-am
-
-clean-am: clean-generic clean-libtool mostlyclean-am
-
-distclean: distclean-am
-	-rm -f Makefile
-distclean-am: clean-am distclean-generic
-
-dvi: dvi-am
-
-dvi-am:
-
-html: html-am
-
-html-am:
-
-info: info-am
-
-info-am:
-
-install-data-am:
-
-install-dvi: install-dvi-am
-
-install-dvi-am:
-
-install-exec-am:
-
-install-html: install-html-am
-
-install-html-am:
-
-install-info: install-info-am
-
-install-info-am:
-
-install-man:
-
-install-pdf: install-pdf-am
-
-install-pdf-am:
-
-install-ps: install-ps-am
-
-install-ps-am:
-
-installcheck-am:
-
-maintainer-clean: maintainer-clean-am
-	-rm -f Makefile
-maintainer-clean-am: distclean-am maintainer-clean-generic
-
-mostlyclean: mostlyclean-am
-
-mostlyclean-am: mostlyclean-generic mostlyclean-libtool
-
-pdf: pdf-am
-
-pdf-am:
-
-ps: ps-am
-
-ps-am:
-
-uninstall-am:
-
-.MAKE: install-am install-strip
-
-.PHONY: all all-am check check-am clean clean-generic clean-libtool \
-	cscopelist-am ctags-am distclean distclean-generic \
-	distclean-libtool distdir dvi dvi-am html html-am info info-am \
-	install install-am install-data install-data-am install-dvi \
-	install-dvi-am install-exec install-exec-am install-html \
-	install-html-am install-info install-info-am install-man \
-	install-pdf install-pdf-am install-ps install-ps-am \
-	install-strip installcheck installcheck-am installdirs \
-	maintainer-clean maintainer-clean-generic mostlyclean \
-	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
-	tags-am uninstall uninstall-am
-
-.PRECIOUS: Makefile
-
-
- at TEST_SUITE_RODINIA_TRUE@.PHONY: prepare-examples
-
- at TEST_SUITE_RODINIA_TRUE@prepare-examples: $(testsuite_src_dir) build-backprop build-bfs build-cfd \
- at TEST_SUITE_RODINIA_TRUE@	build-lud build-hotspot build-kmeans build-lavaMD build-pathfinder \
- at TEST_SUITE_RODINIA_TRUE@	build-srad
-
- at TEST_SUITE_RODINIA_TRUE@$(srcdir)/$(tarfile):
- at TEST_SUITE_RODINIA_TRUE@	@echo 'You need to go download $(tarfile) in $(srcfile)'
- at TEST_SUITE_RODINIA_TRUE@	@echo 'from the http://lava.cs.virginia.edu/Rodinia/download.htm website'
- at TEST_SUITE_RODINIA_TRUE@	exit 1
-
- at TEST_SUITE_RODINIA_TRUE@$(testsuite_src_dir):
- at TEST_SUITE_RODINIA_TRUE@	$(MAKE) $(srcdir)/$(tarfile)
- at TEST_SUITE_RODINIA_TRUE@	cd $(testsuite_pocl_dir) && \
- at TEST_SUITE_RODINIA_TRUE@	tar xzf $(tarfile) && \
- at TEST_SUITE_RODINIA_TRUE@	( patch -sNp1 < $(testsuite_pocl_dir)/Rodinia.patch || true )
-
-# Rodinia are build in place and its source tree is modified.
-# So, copying the source tree in our build tree if required
-# (ie if $(srcdir) is not $(CURDIR) )
- at TEST_SUITE_RODINIA_TRUE@build-prepare: $(testsuite_src_dir)
- at TEST_SUITE_RODINIA_TRUE@	if [ ! -d rodinia_2.0.1 ]; then cp -aL $(testsuite_src_dir) . ; fi
- at TEST_SUITE_RODINIA_TRUE@	: Rodinia Makefiles are a mess. Trying to fix them a little.
- at TEST_SUITE_RODINIA_TRUE@	sed -i \
- at TEST_SUITE_RODINIA_TRUE@		-e 's/-lOpenCL/\$$(OPENCL_LIBS)/g' \
- at TEST_SUITE_RODINIA_TRUE@		-e 's/-I\$$(OPENCL_INC)/\$$(OPENCL_CFLAGS)/g' \
- at TEST_SUITE_RODINIA_TRUE@		-e 's/-L\$$(OPENCL_LIB)/\$$(OPENCL_CFLAGS)/g' \
- at TEST_SUITE_RODINIA_TRUE@		-e 's/	clear/	: clear/g' \
- at TEST_SUITE_RODINIA_TRUE@		rodinia_2.0.1/opencl/*/Makefile \
- at TEST_SUITE_RODINIA_TRUE@		rodinia_2.0.1/opencl/*/makefile \
- at TEST_SUITE_RODINIA_TRUE@		rodinia_2.0.1/opencl/*/*/Makefile \
- at TEST_SUITE_RODINIA_TRUE@		rodinia_2.0.1/opencl/*/*/makefile
-
- at TEST_SUITE_RODINIA_TRUE@build-backprop: build-prepare
- at TEST_SUITE_RODINIA_TRUE@	@echo "  [Building Rodinia backprop]"
- at TEST_SUITE_RODINIA_TRUE@	sed -i "s/log2(HEIGHT)/log2((float)HEIGHT)/g" $(src)/backprop/backprop_kernel.cl
- at TEST_SUITE_RODINIA_TRUE@	sed -i 's/pow(2, i)/pow(2.0f, i)/g' $(src)/backprop/backprop_kernel.cl
- at TEST_SUITE_RODINIA_TRUE@	sed -i 's/ use_gpu = 1/ use_gpu = 0/g' $(src)/backprop/backprop_ocl.cpp
- at TEST_SUITE_RODINIA_TRUE@	$(MAKE) clean $(MAKE_OPTS) -C $(src)/backprop
- at TEST_SUITE_RODINIA_TRUE@	$(MAKE) backprop $(MAKE_OPTS) -C $(src)/backprop
-
- at TEST_SUITE_RODINIA_TRUE@build-bfs: build-prepare
- at TEST_SUITE_RODINIA_TRUE@	@echo "  [Building Rodinia bfs]"
- at TEST_SUITE_RODINIA_TRUE@	sed -i 's/CL_DEVICE_TYPE_GPU/CL_DEVICE_TYPE_CPU/g' $(src)/bfs/CLHelper.h
- at TEST_SUITE_RODINIA_TRUE@	$(MAKE) clean $(MAKE_OPTS) -C $(src)/bfs
- at TEST_SUITE_RODINIA_TRUE@	$(MAKE) release $(MAKE_OPTS) -C $(src)/bfs
-
- at TEST_SUITE_RODINIA_TRUE@build-cfd: build-prepare
- at TEST_SUITE_RODINIA_TRUE@	@echo "  [Building Rodinia cfd]"
- at TEST_SUITE_RODINIA_TRUE@	sed  -i 's/t gpu/t cpu/g' $(src)/cfd/run
- at TEST_SUITE_RODINIA_TRUE@	$(MAKE) clean $(MAKE_OPTS) -C $(src)/cfd
- at TEST_SUITE_RODINIA_TRUE@	$(MAKE) release $(MAKE_OPTS) -C $(src)/cfd
-
- at TEST_SUITE_RODINIA_TRUE@build-lud: build-prepare
- at TEST_SUITE_RODINIA_TRUE@	@echo "  [Building Rodinia lud]"
- at TEST_SUITE_RODINIA_TRUE@	sed -i 's/ use_gpu = 1/ use_gpu = 0/g' $(src)/lud/ocl/lud.cpp
- at TEST_SUITE_RODINIA_TRUE@	$(MAKE) clean $(MAKE_OPTS) -C $(src)/lud
- at TEST_SUITE_RODINIA_TRUE@	$(MAKE) lud $(MAKE_OPTS) -C $(src)/lud
-
- at TEST_SUITE_RODINIA_TRUE@build-hotspot: build-prepare
- at TEST_SUITE_RODINIA_TRUE@	@echo "  [Building Rodinia hotspot]"
- at TEST_SUITE_RODINIA_TRUE@	sed -i 's/CL_DEVICE_TYPE_GPU/CL_DEVICE_TYPE_CPU/g' $(src)/hotspot/hotspot.c
- at TEST_SUITE_RODINIA_TRUE@	$(MAKE) clean $(MAKE_OPTS) -C $(src)/hotspot
- at TEST_SUITE_RODINIA_TRUE@	$(MAKE) hotspot $(MAKE_OPTS) -C $(src)/hotspot
-
- at TEST_SUITE_RODINIA_TRUE@build-kmeans: build-prepare
- at TEST_SUITE_RODINIA_TRUE@	@echo "  [Building Rodinia kmeans]"
- at TEST_SUITE_RODINIA_TRUE@	sed -i 's/ use_gpu = 1/ use_gpu = 0/g' $(src)/kmeans/kmeans.cpp
- at TEST_SUITE_RODINIA_TRUE@	$(MAKE) clean $(MAKE_OPTS) -C $(src)/kmeans
- at TEST_SUITE_RODINIA_TRUE@	$(MAKE) kmeans $(MAKE_OPTS) -C $(src)/kmeans
-
- at TEST_SUITE_RODINIA_TRUE@build-lavaMD: build-prepare
- at TEST_SUITE_RODINIA_TRUE@	@echo "  [Building Rodinia lavaMD]"
- at TEST_SUITE_RODINIA_TRUE@	sed -i 's/CL_DEVICE_TYPE_GPU/CL_DEVICE_TYPE_CPU/g' $(src)/lavaMD/kernel/kernel_gpu_opencl_wrapper.c
- at TEST_SUITE_RODINIA_TRUE@	-$(MAKE) clean $(MAKE_OPTS) -C $(src)/lavaMD
- at TEST_SUITE_RODINIA_TRUE@	$(MAKE) $(MAKE_OPTS) -C $(src)/lavaMD
-
- at TEST_SUITE_RODINIA_TRUE@build-pathfinder: build-prepare
- at TEST_SUITE_RODINIA_TRUE@	@echo "  [Building Rodinia pathfinder]"
- at TEST_SUITE_RODINIA_TRUE@	sed -i 's/cl.init(1)/cl.init(0)/g' $(src)/pathfinder/main.cpp
- at TEST_SUITE_RODINIA_TRUE@	$(MAKE) clean $(MAKE_OPTS) -C $(src)/pathfinder
- at TEST_SUITE_RODINIA_TRUE@	$(MAKE) $(MAKE_OPTS) -C $(src)/pathfinder
-
- at TEST_SUITE_RODINIA_TRUE@build-srad: build-prepare
- at TEST_SUITE_RODINIA_TRUE@	@echo "  [Building Rodinia srad]"
- at TEST_SUITE_RODINIA_TRUE@	sed -i 's/CL_DEVICE_TYPE_GPU/CL_DEVICE_TYPE_CPU/g' $(src)/srad/main.cpp
- at TEST_SUITE_RODINIA_TRUE@	$(MAKE) clean $(MAKE_OPTS) -C $(src)/srad
- at TEST_SUITE_RODINIA_TRUE@	$(MAKE) $(MAKE_OPTS) -C $(src)/srad
-
- at TEST_SUITE_RODINIA_TRUE@clean-examples:
- at TEST_SUITE_RODINIA_TRUE@	$(RM) -r $(testsuite_src_dir)
-
-# Tell versions [3.59,3.63) of GNU make to not export all variables.
-# Otherwise a system limit (for SysV at least) may be exceeded.
-.NOEXPORT:
diff --git a/examples/VexCL/CMakeLists.txt b/examples/VexCL/CMakeLists.txt
index 377b8ac..9e2528f 100644
--- a/examples/VexCL/CMakeLists.txt
+++ b/examples/VexCL/CMakeLists.txt
@@ -28,6 +28,12 @@ set(TS_BASEDIR "${TESTSUITE_BASEDIR}/${TS_NAME}")
 set(TS_BUILDDIR "${TS_BASEDIR}/src/${TS_NAME}-build")
 set(TS_SRCDIR "${TESTSUITE_SOURCE_BASEDIR}/${TS_NAME}")
 
+if(NOT HAVE_GIT)
+  message(STATUS "Disabling testsuite ${TS_NAME}, requires git to checkout sources")
+elseif(NOT TESTS_USE_ICD)
+  message(STATUS "Disabling testsuite ${TS_NAME}, requires ocl-icd")
+
+else()
 message(STATUS "Enabling testsuite ${TS_NAME}")
 list(APPEND ACTUALLY_ENABLED_TESTSUITES "${TS_NAME}")
 set(ACTUALLY_ENABLED_TESTSUITES ${ACTUALLY_ENABLED_TESTSUITES} PARENT_SCOPE)
@@ -111,3 +117,5 @@ set_tests_properties(vexcl_boost_version vexcl_types vexcl_deduce
   vexcl_reduce_by_key vexcl_logical vexcl_threads
   PROPERTIES
     LABELS "VexCL")
+
+endif()
diff --git a/examples/VexCL/Makefile.am b/examples/VexCL/Makefile.am
deleted file mode 100644
index 4762760..0000000
--- a/examples/VexCL/Makefile.am
+++ /dev/null
@@ -1,39 +0,0 @@
-# Process this file with automake to produce Makefile.in (in this,
-# and all subdirectories).
-# Makefile.am for pocl/examples/VexCL
-# 
-# Copyright (c) 2013 Pekka Jääskeläinen / Tampere University of Technology
-# 
-# Permission is hereby granted, free of charge, to any person obtaining a copy
-# of this software and associated documentation files (the "Software"), to deal
-# in the Software without restriction, including without limitation the rights
-# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-# copies of the Software, and to permit persons to whom the Software is
-# furnished to do so, subject to the following conditions:
-# 
-# The above copyright notice and this permission notice shall be included in
-# all copies or substantial portions of the Software.
-# 
-# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-# THE SOFTWARE.
-
-if TEST_SUITE_VEXCL
-
-.PHONY: prepare-examples
-
-# ViennaCL must be built in the subdirectory build/ of the extracted source
-# (it does not work elsewhere) and its source tree is modified.
-# So, copying the source tree in our build tree if required
-# (ie if $(srcdir) is not $(CURDIR) )
-prepare-examples:
-	cd vexcl; cmake . $(OPENCL_CMAKE) ; make
-
-clean-examples:
-	cd vexcl; make clean
-
-endif
diff --git a/examples/VexCL/Makefile.in b/examples/VexCL/Makefile.in
deleted file mode 100644
index 18cc3f5..0000000
--- a/examples/VexCL/Makefile.in
+++ /dev/null
@@ -1,562 +0,0 @@
-# Makefile.in generated by automake 1.15 from Makefile.am.
-# @configure_input@
-
-# Copyright (C) 1994-2014 Free Software Foundation, Inc.
-
-# This Makefile.in is free software; the Free Software Foundation
-# gives unlimited permission to copy and/or distribute it,
-# with or without modifications, as long as this notice is preserved.
-
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
-# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
-# PARTICULAR PURPOSE.
-
- at SET_MAKE@
-
-# Process this file with automake to produce Makefile.in (in this,
-# and all subdirectories).
-# Makefile.am for pocl/examples/VexCL
-# 
-# Copyright (c) 2013 Pekka Jääskeläinen / Tampere University of Technology
-# 
-# Permission is hereby granted, free of charge, to any person obtaining a copy
-# of this software and associated documentation files (the "Software"), to deal
-# in the Software without restriction, including without limitation the rights
-# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-# copies of the Software, and to permit persons to whom the Software is
-# furnished to do so, subject to the following conditions:
-# 
-# The above copyright notice and this permission notice shall be included in
-# all copies or substantial portions of the Software.
-# 
-# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-# THE SOFTWARE.
-VPATH = @srcdir@
-am__is_gnu_make = { \
-  if test -z '$(MAKELEVEL)'; then \
-    false; \
-  elif test -n '$(MAKE_HOST)'; then \
-    true; \
-  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
-    true; \
-  else \
-    false; \
-  fi; \
-}
-am__make_running_with_option = \
-  case $${target_option-} in \
-      ?) ;; \
-      *) echo "am__make_running_with_option: internal error: invalid" \
-              "target option '$${target_option-}' specified" >&2; \
-         exit 1;; \
-  esac; \
-  has_opt=no; \
-  sane_makeflags=$$MAKEFLAGS; \
-  if $(am__is_gnu_make); then \
-    sane_makeflags=$$MFLAGS; \
-  else \
-    case $$MAKEFLAGS in \
-      *\\[\ \	]*) \
-        bs=\\; \
-        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
-          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
-    esac; \
-  fi; \
-  skip_next=no; \
-  strip_trailopt () \
-  { \
-    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
-  }; \
-  for flg in $$sane_makeflags; do \
-    test $$skip_next = yes && { skip_next=no; continue; }; \
-    case $$flg in \
-      *=*|--*) continue;; \
-        -*I) strip_trailopt 'I'; skip_next=yes;; \
-      -*I?*) strip_trailopt 'I';; \
-        -*O) strip_trailopt 'O'; skip_next=yes;; \
-      -*O?*) strip_trailopt 'O';; \
-        -*l) strip_trailopt 'l'; skip_next=yes;; \
-      -*l?*) strip_trailopt 'l';; \
-      -[dEDm]) skip_next=yes;; \
-      -[JT]) skip_next=yes;; \
-    esac; \
-    case $$flg in \
-      *$$target_option*) has_opt=yes; break;; \
-    esac; \
-  done; \
-  test $$has_opt = yes
-am__make_dryrun = (target_option=n; $(am__make_running_with_option))
-am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
-pkgdatadir = $(datadir)/@PACKAGE@
-pkgincludedir = $(includedir)/@PACKAGE@
-pkglibdir = $(libdir)/@PACKAGE@
-pkglibexecdir = $(libexecdir)/@PACKAGE@
-am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
-install_sh_DATA = $(install_sh) -c -m 644
-install_sh_PROGRAM = $(install_sh) -c
-install_sh_SCRIPT = $(install_sh) -c
-INSTALL_HEADER = $(INSTALL_DATA)
-transform = $(program_transform_name)
-NORMAL_INSTALL = :
-PRE_INSTALL = :
-POST_INSTALL = :
-NORMAL_UNINSTALL = :
-PRE_UNINSTALL = :
-POST_UNINSTALL = :
-build_triplet = @build@
-host_triplet = @host@
-target_triplet = @target@
-subdir = examples/VexCL
-ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
-am__aclocal_m4_deps = $(top_srcdir)/m4/ax_boost_base.m4 \
-	$(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
-	$(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
-	$(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/acinclude.m4 \
-	$(top_srcdir)/configure.ac
-am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
-	$(ACLOCAL_M4)
-DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
-mkinstalldirs = $(install_sh) -d
-CONFIG_HEADER = $(top_builddir)/config.h
-CONFIG_CLEAN_FILES =
-CONFIG_CLEAN_VPATH_FILES =
-AM_V_P = $(am__v_P_ at AM_V@)
-am__v_P_ = $(am__v_P_ at AM_DEFAULT_V@)
-am__v_P_0 = false
-am__v_P_1 = :
-AM_V_GEN = $(am__v_GEN_ at AM_V@)
-am__v_GEN_ = $(am__v_GEN_ at AM_DEFAULT_V@)
-am__v_GEN_0 = @echo "  GEN     " $@;
-am__v_GEN_1 = 
-AM_V_at = $(am__v_at_ at AM_V@)
-am__v_at_ = $(am__v_at_ at AM_DEFAULT_V@)
-am__v_at_0 = @
-am__v_at_1 = 
-SOURCES =
-DIST_SOURCES =
-am__can_run_installinfo = \
-  case $$AM_UPDATE_INFO_DIR in \
-    n|no|NO) false;; \
-    *) (install-info --version) >/dev/null 2>&1;; \
-  esac
-am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
-am__DIST_COMMON = $(srcdir)/Makefile.in README
-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
-ACLOCAL = @ACLOCAL@
-AMTAR = @AMTAR@
-AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
-AR = @AR@
-AUTOCONF = @AUTOCONF@
-AUTOHEADER = @AUTOHEADER@
-AUTOMAKE = @AUTOMAKE@
-AWK = @AWK@
-BOOST_CPPFLAGS = @BOOST_CPPFLAGS@
-BOOST_LDFLAGS = @BOOST_LDFLAGS@
-BUILD_TIMESTAMP = @BUILD_TIMESTAMP@
-CC = @CC@
-CCDEPMODE = @CCDEPMODE@
-CFLAGS = @CFLAGS@
-CLANG = @CLANG@
-CLANGXX = @CLANGXX@
-CLANGXX_FLAGS = @CLANGXX_FLAGS@
-CLFLAGS = @CLFLAGS@
-CPP = @CPP@
-CPPFLAGS = @CPPFLAGS@
-CXX = @CXX@
-CXXCPP = @CXXCPP@
-CXXDEPMODE = @CXXDEPMODE@
-CXXFLAGS = @CXXFLAGS@
-CYGPATH_W = @CYGPATH_W@
-DEFS = @DEFS@
-DEPDIR = @DEPDIR@
-DLLTOOL = @DLLTOOL@
-DSYMUTIL = @DSYMUTIL@
-DUMPBIN = @DUMPBIN@
-ECHO_C = @ECHO_C@
-ECHO_N = @ECHO_N@
-ECHO_T = @ECHO_T@
-EGREP = @EGREP@
-EXEEXT = @EXEEXT@
-FGREP = @FGREP@
-FORCED_CLFLAGS = @FORCED_CLFLAGS@
-GLEW_CFLAGS = @GLEW_CFLAGS@
-GLEW_LIBS = @GLEW_LIBS@
-GREP = @GREP@
-HOST = @HOST@
-HOST_AS_FLAGS = @HOST_AS_FLAGS@
-HOST_CLANG_FLAGS = @HOST_CLANG_FLAGS@
-HOST_CPU = @HOST_CPU@
-HOST_DEVICE_EXTENSION_DEFINES = @HOST_DEVICE_EXTENSION_DEFINES@
-HOST_LD_FLAGS = @HOST_LD_FLAGS@
-HOST_LLC_FLAGS = @HOST_LLC_FLAGS@
-HOST_SIZEOF_DOUBLE = @HOST_SIZEOF_DOUBLE@
-HOST_SIZEOF_HALF = @HOST_SIZEOF_HALF@
-HOST_SIZEOF_LONG = @HOST_SIZEOF_LONG@
-HOST_SIZEOF_VOID_P = @HOST_SIZEOF_VOID_P@
-HSAILASM = @HSAILASM@
-HSA_DEVICE_EXTENSION_DEFINES = @HSA_DEVICE_EXTENSION_DEFINES@
-HSA_INCLUDES = @HSA_INCLUDES@
-HSA_LIBS = @HSA_LIBS@
-HWLOC_CFLAGS = @HWLOC_CFLAGS@
-HWLOC_LIBS = @HWLOC_LIBS@
-ICD_LD_FLAGS = @ICD_LD_FLAGS@
-INSTALL = @INSTALL@
-INSTALL_DATA = @INSTALL_DATA@
-INSTALL_PROGRAM = @INSTALL_PROGRAM@
-INSTALL_SCRIPT = @INSTALL_SCRIPT@
-INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
-KERNEL_COMPILER_LIB_VERSION = @KERNEL_COMPILER_LIB_VERSION@
-LD = @LD@
-LDFLAGS = @LDFLAGS@
-LD_FLAGS_BIN = @LD_FLAGS_BIN@
-LIBOBJS = @LIBOBJS@
-LIBRARY_SUFFIX = @LIBRARY_SUFFIX@
-LIBS = @LIBS@
-LIBTOOL = @LIBTOOL@
-LIB_AGE_VERSION = @LIB_AGE_VERSION@
-LIB_CURRENT_VERSION = @LIB_CURRENT_VERSION@
-LIB_FIRST_VERSION = @LIB_FIRST_VERSION@
-LIB_REVISION_VERSION = @LIB_REVISION_VERSION@
-LIB_VERSION = @LIB_VERSION@
-LIPO = @LIPO@
-LLC = @LLC@
-LLVM_AS = @LLVM_AS@
-LLVM_CONFIG = @LLVM_CONFIG@
-LLVM_CXX_FLAGS = @LLVM_CXX_FLAGS@
-LLVM_LDFLAGS = @LLVM_LDFLAGS@
-LLVM_LIBS = @LLVM_LIBS@
-LLVM_LINK = @LLVM_LINK@
-LLVM_OPT = @LLVM_OPT@
-LLVM_VERSION = @LLVM_VERSION@
-LN_S = @LN_S@
-LTDL_LIBS = @LTDL_LIBS@
-LTLIBOBJS = @LTLIBOBJS@
-LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
-MAKEINFO = @MAKEINFO@
-MANIFEST_TOOL = @MANIFEST_TOOL@
-MKDIR_P = @MKDIR_P@
-NM = @NM@
-NMEDIT = @NMEDIT@
-OBJDUMP = @OBJDUMP@
-OBJEXT = @OBJEXT@
-OCL_ICD_CFLAGS = @OCL_ICD_CFLAGS@
-OCL_ICD_LIBS = @OCL_ICD_LIBS@
-OCL_KERNEL_ARCH = @OCL_KERNEL_ARCH@
-OCL_KERNEL_TARGET = @OCL_KERNEL_TARGET@
-OCL_KERNEL_TARGET_CPU = @OCL_KERNEL_TARGET_CPU@
-OCL_TARGETS = @OCL_TARGETS@
-OPENCL_CFLAGS = @OPENCL_CFLAGS@
-OPENCL_CMAKE = @OPENCL_CMAKE@
-OPENCL_EXTLIBS = @OPENCL_EXTLIBS@
-OPENCL_LIBS = @OPENCL_LIBS@
-OPT = @OPT@
-OTOOL = @OTOOL@
-OTOOL64 = @OTOOL64@
-PACKAGE = @PACKAGE@
-PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
-PACKAGE_NAME = @PACKAGE_NAME@
-PACKAGE_STRING = @PACKAGE_STRING@
-PACKAGE_TARNAME = @PACKAGE_TARNAME@
-PACKAGE_URL = @PACKAGE_URL@
-PACKAGE_VERSION = @PACKAGE_VERSION@
-PATH_SEPARATOR = @PATH_SEPARATOR@
-PKG_CONFIG = @PKG_CONFIG@
-PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
-PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
-POAT_TESTSUITES = @POAT_TESTSUITES@
-POCL_DEVICE_ADDRESS_BITS = @POCL_DEVICE_ADDRESS_BITS@
-PTHREAD_CC = @PTHREAD_CC@
-PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
-PTHREAD_LIBS = @PTHREAD_LIBS@
-RANLIB = @RANLIB@
-SDL_CFLAGS = @SDL_CFLAGS@
-SDL_LIBS = @SDL_LIBS@
-SED = @SED@
-SET_MAKE = @SET_MAKE@
-SHELL = @SHELL@
-STRIP = @STRIP@
-TARGET = @TARGET@
-TARGET_CLANG_FLAGS = @TARGET_CLANG_FLAGS@
-TARGET_CPU = @TARGET_CPU@
-TARGET_LLC_FLAGS = @TARGET_LLC_FLAGS@
-TARGET_SIZEOF_DOUBLE = @TARGET_SIZEOF_DOUBLE@
-TARGET_SIZEOF_HALF = @TARGET_SIZEOF_HALF@
-TARGET_SIZEOF_LONG = @TARGET_SIZEOF_LONG@
-TARGET_SIZEOF_VOID_P = @TARGET_SIZEOF_VOID_P@
-TCECC = @TCECC@
-TCEMC_AVAILABLE = @TCEMC_AVAILABLE@
-TCE_AVAILABLE = @TCE_AVAILABLE@
-TCE_CONFIG = @TCE_CONFIG@
-TCE_DEVICE_EXTENSION_DEFINES = @TCE_DEVICE_EXTENSION_DEFINES@
-VERSION = @VERSION@
-abs_builddir = @abs_builddir@
-abs_srcdir = @abs_srcdir@
-abs_top_builddir = @abs_top_builddir@
-abs_top_srcdir = @abs_top_srcdir@
-ac_ct_AR = @ac_ct_AR@
-ac_ct_CC = @ac_ct_CC@
-ac_ct_CXX = @ac_ct_CXX@
-ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
-acx_pthread_config = @acx_pthread_config@
-am__include = @am__include@
-am__leading_dot = @am__leading_dot@
-am__quote = @am__quote@
-am__tar = @am__tar@
-am__untar = @am__untar@
-bindir = @bindir@
-build = @build@
-build_alias = @build_alias@
-build_cpu = @build_cpu@
-build_os = @build_os@
-build_vendor = @build_vendor@
-builddir = @builddir@
-datadir = @datadir@
-datarootdir = @datarootdir@
-docdir = @docdir@
-dvidir = @dvidir@
-exec_prefix = @exec_prefix@
-host = @host@
-host_alias = @host_alias@
-host_cpu = @host_cpu@
-host_os = @host_os@
-host_vendor = @host_vendor@
-htmldir = @htmldir@
-includedir = @includedir@
-infodir = @infodir@
-install_sh = @install_sh@
-libdir = @libdir@
-libexecdir = @libexecdir@
-localedir = @localedir@
-localstatedir = @localstatedir@
-mandir = @mandir@
-mkdir_p = @mkdir_p@
-oldincludedir = @oldincludedir@
-pdfdir = @pdfdir@
-prefix = @prefix@
-program_transform_name = @program_transform_name@
-psdir = @psdir@
-sbindir = @sbindir@
-sharedstatedir = @sharedstatedir@
-srcdir = @srcdir@
-sysconfdir = @sysconfdir@
-target = @target@
-target_alias = @target_alias@
-target_cpu = @target_cpu@
-target_os = @target_os@
-target_vendor = @target_vendor@
-top_build_prefix = @top_build_prefix@
-top_builddir = @top_builddir@
-top_srcdir = @top_srcdir@
-all: all-am
-
-.SUFFIXES:
-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
-	@for dep in $?; do \
-	  case '$(am__configure_deps)' in \
-	    *$$dep*) \
-	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
-	        && { if test -f $@; then exit 0; else break; fi; }; \
-	      exit 1;; \
-	  esac; \
-	done; \
-	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign examples/VexCL/Makefile'; \
-	$(am__cd) $(top_srcdir) && \
-	  $(AUTOMAKE) --foreign examples/VexCL/Makefile
-Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
-	@case '$?' in \
-	  *config.status*) \
-	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
-	  *) \
-	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
-	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
-	esac;
-
-$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
-	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-
-$(top_srcdir)/configure:  $(am__configure_deps)
-	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
-	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-$(am__aclocal_m4_deps):
-
-mostlyclean-libtool:
-	-rm -f *.lo
-
-clean-libtool:
-	-rm -rf .libs _libs
-tags TAGS:
-
-ctags CTAGS:
-
-cscope cscopelist:
-
-
-distdir: $(DISTFILES)
-	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
-	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
-	list='$(DISTFILES)'; \
-	  dist_files=`for file in $$list; do echo $$file; done | \
-	  sed -e "s|^$$srcdirstrip/||;t" \
-	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
-	case $$dist_files in \
-	  */*) $(MKDIR_P) `echo "$$dist_files" | \
-			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
-			   sort -u` ;; \
-	esac; \
-	for file in $$dist_files; do \
-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
-	  if test -d $$d/$$file; then \
-	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
-	    if test -d "$(distdir)/$$file"; then \
-	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
-	    fi; \
-	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
-	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
-	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
-	    fi; \
-	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
-	  else \
-	    test -f "$(distdir)/$$file" \
-	    || cp -p $$d/$$file "$(distdir)/$$file" \
-	    || exit 1; \
-	  fi; \
-	done
-check-am: all-am
-check: check-am
-all-am: Makefile
-installdirs:
-install: install-am
-install-exec: install-exec-am
-install-data: install-data-am
-uninstall: uninstall-am
-
-install-am: all-am
-	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
-
-installcheck: installcheck-am
-install-strip:
-	if test -z '$(STRIP)'; then \
-	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
-	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
-	      install; \
-	else \
-	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
-	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
-	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
-	fi
-mostlyclean-generic:
-
-clean-generic:
-
-distclean-generic:
-	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
-	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
-
-maintainer-clean-generic:
-	@echo "This command is intended for maintainers to use"
-	@echo "it deletes files that may require special tools to rebuild."
-clean: clean-am
-
-clean-am: clean-generic clean-libtool mostlyclean-am
-
-distclean: distclean-am
-	-rm -f Makefile
-distclean-am: clean-am distclean-generic
-
-dvi: dvi-am
-
-dvi-am:
-
-html: html-am
-
-html-am:
-
-info: info-am
-
-info-am:
-
-install-data-am:
-
-install-dvi: install-dvi-am
-
-install-dvi-am:
-
-install-exec-am:
-
-install-html: install-html-am
-
-install-html-am:
-
-install-info: install-info-am
-
-install-info-am:
-
-install-man:
-
-install-pdf: install-pdf-am
-
-install-pdf-am:
-
-install-ps: install-ps-am
-
-install-ps-am:
-
-installcheck-am:
-
-maintainer-clean: maintainer-clean-am
-	-rm -f Makefile
-maintainer-clean-am: distclean-am maintainer-clean-generic
-
-mostlyclean: mostlyclean-am
-
-mostlyclean-am: mostlyclean-generic mostlyclean-libtool
-
-pdf: pdf-am
-
-pdf-am:
-
-ps: ps-am
-
-ps-am:
-
-uninstall-am:
-
-.MAKE: install-am install-strip
-
-.PHONY: all all-am check check-am clean clean-generic clean-libtool \
-	cscopelist-am ctags-am distclean distclean-generic \
-	distclean-libtool distdir dvi dvi-am html html-am info info-am \
-	install install-am install-data install-data-am install-dvi \
-	install-dvi-am install-exec install-exec-am install-html \
-	install-html-am install-info install-info-am install-man \
-	install-pdf install-pdf-am install-ps install-ps-am \
-	install-strip installcheck installcheck-am installdirs \
-	maintainer-clean maintainer-clean-generic mostlyclean \
-	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
-	tags-am uninstall uninstall-am
-
-.PRECIOUS: Makefile
-
-
- at TEST_SUITE_VEXCL_TRUE@.PHONY: prepare-examples
-
-# ViennaCL must be built in the subdirectory build/ of the extracted source
-# (it does not work elsewhere) and its source tree is modified.
-# So, copying the source tree in our build tree if required
-# (ie if $(srcdir) is not $(CURDIR) )
- at TEST_SUITE_VEXCL_TRUE@prepare-examples:
- at TEST_SUITE_VEXCL_TRUE@	cd vexcl; cmake . $(OPENCL_CMAKE) ; make
-
- at TEST_SUITE_VEXCL_TRUE@clean-examples:
- at TEST_SUITE_VEXCL_TRUE@	cd vexcl; make clean
-
-# Tell versions [3.59,3.63) of GNU make to not export all variables.
-# Otherwise a system limit (for SysV at least) may be exceeded.
-.NOEXPORT:
diff --git a/examples/ViennaCL/CMakeLists.txt b/examples/ViennaCL/CMakeLists.txt
index 6439f8c..ceaebbf 100644
--- a/examples/ViennaCL/CMakeLists.txt
+++ b/examples/ViennaCL/CMakeLists.txt
@@ -40,9 +40,9 @@ if(EXISTS "${ViennaCL_TGZ}")
     ${TS_NAME}
     PREFIX "${TS_BASEDIR}"
     SOURCE_DIR "${TS_BASEDIR}/src/${VIENNA}"
-    DOWNLOAD_COMMAND pwd &&
-      test -d "${TS_BASEDIR}/src/${VIENNA}" || tar xzf "${ViennaCL_TGZ}"
-    PATCH_COMMAND pwd && patch -N -r- -p1 -i
+    DOWNLOAD_COMMAND
+      test -d "${TS_BASEDIR}/src/${VIENNA}/ViennaCLConfig.cmake" || tar xzf "${ViennaCL_TGZ}"
+    PATCH_COMMAND patch -N -r- -p1 -i
       ${CMAKE_CURRENT_SOURCE_DIR}/vienna_170.patch || /bin/true
     UPDATE_COMMAND /bin/true
     CMAKE_ARGS
diff --git a/examples/ViennaCL/Makefile.am b/examples/ViennaCL/Makefile.am
deleted file mode 100644
index cf89033..0000000
--- a/examples/ViennaCL/Makefile.am
+++ /dev/null
@@ -1,91 +0,0 @@
-# Process this file with automake to produce Makefile.in (in this,
-# and all subdirectories).
-# Makefile.am for pocl/examples/ViennaCL.
-# 
-# Copyright (c) 2012 Pekka Jääskeläinen / Tampere University of Technology
-# Copyright (c) 2012 Vincent Danjean <Vincent.Danjean at ens-lyon.org>
-# 
-# Permission is hereby granted, free of charge, to any person obtaining a copy
-# of this software and associated documentation files (the "Software"), to deal
-# in the Software without restriction, including without limitation the rights
-# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-# copies of the Software, and to permit persons to whom the Software is
-# furnished to do so, subject to the following conditions:
-# 
-# The above copyright notice and this permission notice shall be included in
-# all copies or substantial portions of the Software.
-# 
-# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-# THE SOFTWARE.
-
-if TEST_SUITE_VIENNACL
-# VIENNACL_VERSION comes from configure.ac
-viennacl_local_src_dir=ViennaCL-1.5.1
-viennacl_tarball=ViennaCL-1.5.1.tar.gz
-testsuite_pocl_dir=${abs_top_srcdir}/examples/ViennaCL
-testsuite_src_dir=${testsuite_pocl_dir}/${viennacl_local_src_dir}
-
-.PHONY: prepare-examples
-
-$(srcdir)/$(viennacl_tarball):
-	cd $(srcdir) && \
-	wget http://sourceforge.net/projects/viennacl/files/1.5.x/$(viennacl_tarball)
-
-$(viennacl_local_src_dir):
-	$(MAKE) $(srcdir)/$(viennacl_tarball) 
-	cd $(testsuite_pocl_dir) && \
-	tar xzf $(viennacl_tarball)
-
-# ViennaCL must be built in the subdirectory build/ of the extracted source
-# (it does not work elsewhere) and its source tree is modified.
-# So, copying the source tree in our build tree if required
-# (ie if $(srcdir) is not $(CURDIR) )
-build:
-	if [ ! -d $(viennacl_local_src_dir) ]; then cp -aL $(testsuite_src_dir) . ; fi
-	cd $(viennacl_local_src_dir)/build; \
-	cmake \
-		-D BUILD_TESTING:BOOL=ON \
-		-D BUILD_DOXYGEN_DOCS:BOOL=OFF \
-		-D BUILD_MANUAL:BOOL=OFF \
-		-D CMAKE_CXX_FLAGS:STRING='-g -O0 -DCL_USE_DEPRECATED_OPENCL_1_1_APIS' \
-		$(OPENCL_CMAKE) \
-		.. && \
-	$(MAKE) -s
-
-prepare-examples: $(viennacl_local_src_dir) build
-
-clean-examples:
-	rm -fr $(viennacl_local_src_dir)
-
-endif
-
-EXTRA_DIST=                                  \
-  fft.stdout                                 \
-  custom-context.stdout                      \
-  custom-kernels.stdout                      \
-  scheduler.stdout                           \
-  bandwidth-reduction.stdout                 \
-  blas3_solve_double-test-opencl.stdout      \
-  blas3_solve_float-test-opencl.stdout       \
-  external_linkage-opencl.stdout             \
-  global_variables-test-opencl.stdout        \
-  iterators-test-opencl.stdout               \
-  matrix_col_double-test-opencl.stdout       \
-  matrix_col_float-test-opencl.stdout        \
-  matrix_col_int-test-opencl.stdout          \
-  matrix_row_double-test-opencl.stdout       \
-  matrix_row_float-test-opencl.stdout        \
-  matrix_row_int-test-opencl.stdout          \
-  matrix_vector_int-test-opencl.stdout       \
-  matrix_vector-test-opencl.stdout           \
-  nmf-test-opencl.stdout                     \
-  scalar-test-opencl.stdout                  \
-  structured-matrices-test-opencl.stdout     \
-  vector_double-test-opencl.stdout
-
-
diff --git a/examples/ViennaCL/Makefile.in b/examples/ViennaCL/Makefile.in
deleted file mode 100644
index 4f7d85e..0000000
--- a/examples/ViennaCL/Makefile.in
+++ /dev/null
@@ -1,613 +0,0 @@
-# Makefile.in generated by automake 1.15 from Makefile.am.
-# @configure_input@
-
-# Copyright (C) 1994-2014 Free Software Foundation, Inc.
-
-# This Makefile.in is free software; the Free Software Foundation
-# gives unlimited permission to copy and/or distribute it,
-# with or without modifications, as long as this notice is preserved.
-
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
-# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
-# PARTICULAR PURPOSE.
-
- at SET_MAKE@
-
-# Process this file with automake to produce Makefile.in (in this,
-# and all subdirectories).
-# Makefile.am for pocl/examples/ViennaCL.
-# 
-# Copyright (c) 2012 Pekka Jääskeläinen / Tampere University of Technology
-# Copyright (c) 2012 Vincent Danjean <Vincent.Danjean at ens-lyon.org>
-# 
-# Permission is hereby granted, free of charge, to any person obtaining a copy
-# of this software and associated documentation files (the "Software"), to deal
-# in the Software without restriction, including without limitation the rights
-# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-# copies of the Software, and to permit persons to whom the Software is
-# furnished to do so, subject to the following conditions:
-# 
-# The above copyright notice and this permission notice shall be included in
-# all copies or substantial portions of the Software.
-# 
-# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-# THE SOFTWARE.
-VPATH = @srcdir@
-am__is_gnu_make = { \
-  if test -z '$(MAKELEVEL)'; then \
-    false; \
-  elif test -n '$(MAKE_HOST)'; then \
-    true; \
-  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
-    true; \
-  else \
-    false; \
-  fi; \
-}
-am__make_running_with_option = \
-  case $${target_option-} in \
-      ?) ;; \
-      *) echo "am__make_running_with_option: internal error: invalid" \
-              "target option '$${target_option-}' specified" >&2; \
-         exit 1;; \
-  esac; \
-  has_opt=no; \
-  sane_makeflags=$$MAKEFLAGS; \
-  if $(am__is_gnu_make); then \
-    sane_makeflags=$$MFLAGS; \
-  else \
-    case $$MAKEFLAGS in \
-      *\\[\ \	]*) \
-        bs=\\; \
-        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
-          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
-    esac; \
-  fi; \
-  skip_next=no; \
-  strip_trailopt () \
-  { \
-    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
-  }; \
-  for flg in $$sane_makeflags; do \
-    test $$skip_next = yes && { skip_next=no; continue; }; \
-    case $$flg in \
-      *=*|--*) continue;; \
-        -*I) strip_trailopt 'I'; skip_next=yes;; \
-      -*I?*) strip_trailopt 'I';; \
-        -*O) strip_trailopt 'O'; skip_next=yes;; \
-      -*O?*) strip_trailopt 'O';; \
-        -*l) strip_trailopt 'l'; skip_next=yes;; \
-      -*l?*) strip_trailopt 'l';; \
-      -[dEDm]) skip_next=yes;; \
-      -[JT]) skip_next=yes;; \
-    esac; \
-    case $$flg in \
-      *$$target_option*) has_opt=yes; break;; \
-    esac; \
-  done; \
-  test $$has_opt = yes
-am__make_dryrun = (target_option=n; $(am__make_running_with_option))
-am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
-pkgdatadir = $(datadir)/@PACKAGE@
-pkgincludedir = $(includedir)/@PACKAGE@
-pkglibdir = $(libdir)/@PACKAGE@
-pkglibexecdir = $(libexecdir)/@PACKAGE@
-am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
-install_sh_DATA = $(install_sh) -c -m 644
-install_sh_PROGRAM = $(install_sh) -c
-install_sh_SCRIPT = $(install_sh) -c
-INSTALL_HEADER = $(INSTALL_DATA)
-transform = $(program_transform_name)
-NORMAL_INSTALL = :
-PRE_INSTALL = :
-POST_INSTALL = :
-NORMAL_UNINSTALL = :
-PRE_UNINSTALL = :
-POST_UNINSTALL = :
-build_triplet = @build@
-host_triplet = @host@
-target_triplet = @target@
-subdir = examples/ViennaCL
-ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
-am__aclocal_m4_deps = $(top_srcdir)/m4/ax_boost_base.m4 \
-	$(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
-	$(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
-	$(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/acinclude.m4 \
-	$(top_srcdir)/configure.ac
-am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
-	$(ACLOCAL_M4)
-DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
-mkinstalldirs = $(install_sh) -d
-CONFIG_HEADER = $(top_builddir)/config.h
-CONFIG_CLEAN_FILES =
-CONFIG_CLEAN_VPATH_FILES =
-AM_V_P = $(am__v_P_ at AM_V@)
-am__v_P_ = $(am__v_P_ at AM_DEFAULT_V@)
-am__v_P_0 = false
-am__v_P_1 = :
-AM_V_GEN = $(am__v_GEN_ at AM_V@)
-am__v_GEN_ = $(am__v_GEN_ at AM_DEFAULT_V@)
-am__v_GEN_0 = @echo "  GEN     " $@;
-am__v_GEN_1 = 
-AM_V_at = $(am__v_at_ at AM_V@)
-am__v_at_ = $(am__v_at_ at AM_DEFAULT_V@)
-am__v_at_0 = @
-am__v_at_1 = 
-SOURCES =
-DIST_SOURCES =
-am__can_run_installinfo = \
-  case $$AM_UPDATE_INFO_DIR in \
-    n|no|NO) false;; \
-    *) (install-info --version) >/dev/null 2>&1;; \
-  esac
-am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
-am__DIST_COMMON = $(srcdir)/Makefile.in README
-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
-ACLOCAL = @ACLOCAL@
-AMTAR = @AMTAR@
-AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
-AR = @AR@
-AUTOCONF = @AUTOCONF@
-AUTOHEADER = @AUTOHEADER@
-AUTOMAKE = @AUTOMAKE@
-AWK = @AWK@
-BOOST_CPPFLAGS = @BOOST_CPPFLAGS@
-BOOST_LDFLAGS = @BOOST_LDFLAGS@
-BUILD_TIMESTAMP = @BUILD_TIMESTAMP@
-CC = @CC@
-CCDEPMODE = @CCDEPMODE@
-CFLAGS = @CFLAGS@
-CLANG = @CLANG@
-CLANGXX = @CLANGXX@
-CLANGXX_FLAGS = @CLANGXX_FLAGS@
-CLFLAGS = @CLFLAGS@
-CPP = @CPP@
-CPPFLAGS = @CPPFLAGS@
-CXX = @CXX@
-CXXCPP = @CXXCPP@
-CXXDEPMODE = @CXXDEPMODE@
-CXXFLAGS = @CXXFLAGS@
-CYGPATH_W = @CYGPATH_W@
-DEFS = @DEFS@
-DEPDIR = @DEPDIR@
-DLLTOOL = @DLLTOOL@
-DSYMUTIL = @DSYMUTIL@
-DUMPBIN = @DUMPBIN@
-ECHO_C = @ECHO_C@
-ECHO_N = @ECHO_N@
-ECHO_T = @ECHO_T@
-EGREP = @EGREP@
-EXEEXT = @EXEEXT@
-FGREP = @FGREP@
-FORCED_CLFLAGS = @FORCED_CLFLAGS@
-GLEW_CFLAGS = @GLEW_CFLAGS@
-GLEW_LIBS = @GLEW_LIBS@
-GREP = @GREP@
-HOST = @HOST@
-HOST_AS_FLAGS = @HOST_AS_FLAGS@
-HOST_CLANG_FLAGS = @HOST_CLANG_FLAGS@
-HOST_CPU = @HOST_CPU@
-HOST_DEVICE_EXTENSION_DEFINES = @HOST_DEVICE_EXTENSION_DEFINES@
-HOST_LD_FLAGS = @HOST_LD_FLAGS@
-HOST_LLC_FLAGS = @HOST_LLC_FLAGS@
-HOST_SIZEOF_DOUBLE = @HOST_SIZEOF_DOUBLE@
-HOST_SIZEOF_HALF = @HOST_SIZEOF_HALF@
-HOST_SIZEOF_LONG = @HOST_SIZEOF_LONG@
-HOST_SIZEOF_VOID_P = @HOST_SIZEOF_VOID_P@
-HSAILASM = @HSAILASM@
-HSA_DEVICE_EXTENSION_DEFINES = @HSA_DEVICE_EXTENSION_DEFINES@
-HSA_INCLUDES = @HSA_INCLUDES@
-HSA_LIBS = @HSA_LIBS@
-HWLOC_CFLAGS = @HWLOC_CFLAGS@
-HWLOC_LIBS = @HWLOC_LIBS@
-ICD_LD_FLAGS = @ICD_LD_FLAGS@
-INSTALL = @INSTALL@
-INSTALL_DATA = @INSTALL_DATA@
-INSTALL_PROGRAM = @INSTALL_PROGRAM@
-INSTALL_SCRIPT = @INSTALL_SCRIPT@
-INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
-KERNEL_COMPILER_LIB_VERSION = @KERNEL_COMPILER_LIB_VERSION@
-LD = @LD@
-LDFLAGS = @LDFLAGS@
-LD_FLAGS_BIN = @LD_FLAGS_BIN@
-LIBOBJS = @LIBOBJS@
-LIBRARY_SUFFIX = @LIBRARY_SUFFIX@
-LIBS = @LIBS@
-LIBTOOL = @LIBTOOL@
-LIB_AGE_VERSION = @LIB_AGE_VERSION@
-LIB_CURRENT_VERSION = @LIB_CURRENT_VERSION@
-LIB_FIRST_VERSION = @LIB_FIRST_VERSION@
-LIB_REVISION_VERSION = @LIB_REVISION_VERSION@
-LIB_VERSION = @LIB_VERSION@
-LIPO = @LIPO@
-LLC = @LLC@
-LLVM_AS = @LLVM_AS@
-LLVM_CONFIG = @LLVM_CONFIG@
-LLVM_CXX_FLAGS = @LLVM_CXX_FLAGS@
-LLVM_LDFLAGS = @LLVM_LDFLAGS@
-LLVM_LIBS = @LLVM_LIBS@
-LLVM_LINK = @LLVM_LINK@
-LLVM_OPT = @LLVM_OPT@
-LLVM_VERSION = @LLVM_VERSION@
-LN_S = @LN_S@
-LTDL_LIBS = @LTDL_LIBS@
-LTLIBOBJS = @LTLIBOBJS@
-LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
-MAKEINFO = @MAKEINFO@
-MANIFEST_TOOL = @MANIFEST_TOOL@
-MKDIR_P = @MKDIR_P@
-NM = @NM@
-NMEDIT = @NMEDIT@
-OBJDUMP = @OBJDUMP@
-OBJEXT = @OBJEXT@
-OCL_ICD_CFLAGS = @OCL_ICD_CFLAGS@
-OCL_ICD_LIBS = @OCL_ICD_LIBS@
-OCL_KERNEL_ARCH = @OCL_KERNEL_ARCH@
-OCL_KERNEL_TARGET = @OCL_KERNEL_TARGET@
-OCL_KERNEL_TARGET_CPU = @OCL_KERNEL_TARGET_CPU@
-OCL_TARGETS = @OCL_TARGETS@
-OPENCL_CFLAGS = @OPENCL_CFLAGS@
-OPENCL_CMAKE = @OPENCL_CMAKE@
-OPENCL_EXTLIBS = @OPENCL_EXTLIBS@
-OPENCL_LIBS = @OPENCL_LIBS@
-OPT = @OPT@
-OTOOL = @OTOOL@
-OTOOL64 = @OTOOL64@
-PACKAGE = @PACKAGE@
-PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
-PACKAGE_NAME = @PACKAGE_NAME@
-PACKAGE_STRING = @PACKAGE_STRING@
-PACKAGE_TARNAME = @PACKAGE_TARNAME@
-PACKAGE_URL = @PACKAGE_URL@
-PACKAGE_VERSION = @PACKAGE_VERSION@
-PATH_SEPARATOR = @PATH_SEPARATOR@
-PKG_CONFIG = @PKG_CONFIG@
-PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
-PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
-POAT_TESTSUITES = @POAT_TESTSUITES@
-POCL_DEVICE_ADDRESS_BITS = @POCL_DEVICE_ADDRESS_BITS@
-PTHREAD_CC = @PTHREAD_CC@
-PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
-PTHREAD_LIBS = @PTHREAD_LIBS@
-RANLIB = @RANLIB@
-SDL_CFLAGS = @SDL_CFLAGS@
-SDL_LIBS = @SDL_LIBS@
-SED = @SED@
-SET_MAKE = @SET_MAKE@
-SHELL = @SHELL@
-STRIP = @STRIP@
-TARGET = @TARGET@
-TARGET_CLANG_FLAGS = @TARGET_CLANG_FLAGS@
-TARGET_CPU = @TARGET_CPU@
-TARGET_LLC_FLAGS = @TARGET_LLC_FLAGS@
-TARGET_SIZEOF_DOUBLE = @TARGET_SIZEOF_DOUBLE@
-TARGET_SIZEOF_HALF = @TARGET_SIZEOF_HALF@
-TARGET_SIZEOF_LONG = @TARGET_SIZEOF_LONG@
-TARGET_SIZEOF_VOID_P = @TARGET_SIZEOF_VOID_P@
-TCECC = @TCECC@
-TCEMC_AVAILABLE = @TCEMC_AVAILABLE@
-TCE_AVAILABLE = @TCE_AVAILABLE@
-TCE_CONFIG = @TCE_CONFIG@
-TCE_DEVICE_EXTENSION_DEFINES = @TCE_DEVICE_EXTENSION_DEFINES@
-VERSION = @VERSION@
-abs_builddir = @abs_builddir@
-abs_srcdir = @abs_srcdir@
-abs_top_builddir = @abs_top_builddir@
-abs_top_srcdir = @abs_top_srcdir@
-ac_ct_AR = @ac_ct_AR@
-ac_ct_CC = @ac_ct_CC@
-ac_ct_CXX = @ac_ct_CXX@
-ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
-acx_pthread_config = @acx_pthread_config@
-am__include = @am__include@
-am__leading_dot = @am__leading_dot@
-am__quote = @am__quote@
-am__tar = @am__tar@
-am__untar = @am__untar@
-bindir = @bindir@
-build = @build@
-build_alias = @build_alias@
-build_cpu = @build_cpu@
-build_os = @build_os@
-build_vendor = @build_vendor@
-builddir = @builddir@
-datadir = @datadir@
-datarootdir = @datarootdir@
-docdir = @docdir@
-dvidir = @dvidir@
-exec_prefix = @exec_prefix@
-host = @host@
-host_alias = @host_alias@
-host_cpu = @host_cpu@
-host_os = @host_os@
-host_vendor = @host_vendor@
-htmldir = @htmldir@
-includedir = @includedir@
-infodir = @infodir@
-install_sh = @install_sh@
-libdir = @libdir@
-libexecdir = @libexecdir@
-localedir = @localedir@
-localstatedir = @localstatedir@
-mandir = @mandir@
-mkdir_p = @mkdir_p@
-oldincludedir = @oldincludedir@
-pdfdir = @pdfdir@
-prefix = @prefix@
-program_transform_name = @program_transform_name@
-psdir = @psdir@
-sbindir = @sbindir@
-sharedstatedir = @sharedstatedir@
-srcdir = @srcdir@
-sysconfdir = @sysconfdir@
-target = @target@
-target_alias = @target_alias@
-target_cpu = @target_cpu@
-target_os = @target_os@
-target_vendor = @target_vendor@
-top_build_prefix = @top_build_prefix@
-top_builddir = @top_builddir@
-top_srcdir = @top_srcdir@
-
-# VIENNACL_VERSION comes from configure.ac
- at TEST_SUITE_VIENNACL_TRUE@viennacl_local_src_dir = ViennaCL-1.5.1
- at TEST_SUITE_VIENNACL_TRUE@viennacl_tarball = ViennaCL-1.5.1.tar.gz
- at TEST_SUITE_VIENNACL_TRUE@testsuite_pocl_dir = ${abs_top_srcdir}/examples/ViennaCL
- at TEST_SUITE_VIENNACL_TRUE@testsuite_src_dir = ${testsuite_pocl_dir}/${viennacl_local_src_dir}
-EXTRA_DIST = \
-  fft.stdout                                 \
-  custom-context.stdout                      \
-  custom-kernels.stdout                      \
-  scheduler.stdout                           \
-  bandwidth-reduction.stdout                 \
-  blas3_solve_double-test-opencl.stdout      \
-  blas3_solve_float-test-opencl.stdout       \
-  external_linkage-opencl.stdout             \
-  global_variables-test-opencl.stdout        \
-  iterators-test-opencl.stdout               \
-  matrix_col_double-test-opencl.stdout       \
-  matrix_col_float-test-opencl.stdout        \
-  matrix_col_int-test-opencl.stdout          \
-  matrix_row_double-test-opencl.stdout       \
-  matrix_row_float-test-opencl.stdout        \
-  matrix_row_int-test-opencl.stdout          \
-  matrix_vector_int-test-opencl.stdout       \
-  matrix_vector-test-opencl.stdout           \
-  nmf-test-opencl.stdout                     \
-  scalar-test-opencl.stdout                  \
-  structured-matrices-test-opencl.stdout     \
-  vector_double-test-opencl.stdout
-
-all: all-am
-
-.SUFFIXES:
-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
-	@for dep in $?; do \
-	  case '$(am__configure_deps)' in \
-	    *$$dep*) \
-	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
-	        && { if test -f $@; then exit 0; else break; fi; }; \
-	      exit 1;; \
-	  esac; \
-	done; \
-	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign examples/ViennaCL/Makefile'; \
-	$(am__cd) $(top_srcdir) && \
-	  $(AUTOMAKE) --foreign examples/ViennaCL/Makefile
-Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
-	@case '$?' in \
-	  *config.status*) \
-	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
-	  *) \
-	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
-	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
-	esac;
-
-$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
-	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-
-$(top_srcdir)/configure:  $(am__configure_deps)
-	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
-	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-$(am__aclocal_m4_deps):
-
-mostlyclean-libtool:
-	-rm -f *.lo
-
-clean-libtool:
-	-rm -rf .libs _libs
-tags TAGS:
-
-ctags CTAGS:
-
-cscope cscopelist:
-
-
-distdir: $(DISTFILES)
-	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
-	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
-	list='$(DISTFILES)'; \
-	  dist_files=`for file in $$list; do echo $$file; done | \
-	  sed -e "s|^$$srcdirstrip/||;t" \
-	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
-	case $$dist_files in \
-	  */*) $(MKDIR_P) `echo "$$dist_files" | \
-			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
-			   sort -u` ;; \
-	esac; \
-	for file in $$dist_files; do \
-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
-	  if test -d $$d/$$file; then \
-	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
-	    if test -d "$(distdir)/$$file"; then \
-	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
-	    fi; \
-	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
-	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
-	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
-	    fi; \
-	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
-	  else \
-	    test -f "$(distdir)/$$file" \
-	    || cp -p $$d/$$file "$(distdir)/$$file" \
-	    || exit 1; \
-	  fi; \
-	done
-check-am: all-am
-check: check-am
-all-am: Makefile
-installdirs:
-install: install-am
-install-exec: install-exec-am
-install-data: install-data-am
-uninstall: uninstall-am
-
-install-am: all-am
-	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
-
-installcheck: installcheck-am
-install-strip:
-	if test -z '$(STRIP)'; then \
-	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
-	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
-	      install; \
-	else \
-	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
-	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
-	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
-	fi
-mostlyclean-generic:
-
-clean-generic:
-
-distclean-generic:
-	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
-	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
-
-maintainer-clean-generic:
-	@echo "This command is intended for maintainers to use"
-	@echo "it deletes files that may require special tools to rebuild."
-clean: clean-am
-
-clean-am: clean-generic clean-libtool mostlyclean-am
-
-distclean: distclean-am
-	-rm -f Makefile
-distclean-am: clean-am distclean-generic
-
-dvi: dvi-am
-
-dvi-am:
-
-html: html-am
-
-html-am:
-
-info: info-am
-
-info-am:
-
-install-data-am:
-
-install-dvi: install-dvi-am
-
-install-dvi-am:
-
-install-exec-am:
-
-install-html: install-html-am
-
-install-html-am:
-
-install-info: install-info-am
-
-install-info-am:
-
-install-man:
-
-install-pdf: install-pdf-am
-
-install-pdf-am:
-
-install-ps: install-ps-am
-
-install-ps-am:
-
-installcheck-am:
-
-maintainer-clean: maintainer-clean-am
-	-rm -f Makefile
-maintainer-clean-am: distclean-am maintainer-clean-generic
-
-mostlyclean: mostlyclean-am
-
-mostlyclean-am: mostlyclean-generic mostlyclean-libtool
-
-pdf: pdf-am
-
-pdf-am:
-
-ps: ps-am
-
-ps-am:
-
-uninstall-am:
-
-.MAKE: install-am install-strip
-
-.PHONY: all all-am check check-am clean clean-generic clean-libtool \
-	cscopelist-am ctags-am distclean distclean-generic \
-	distclean-libtool distdir dvi dvi-am html html-am info info-am \
-	install install-am install-data install-data-am install-dvi \
-	install-dvi-am install-exec install-exec-am install-html \
-	install-html-am install-info install-info-am install-man \
-	install-pdf install-pdf-am install-ps install-ps-am \
-	install-strip installcheck installcheck-am installdirs \
-	maintainer-clean maintainer-clean-generic mostlyclean \
-	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
-	tags-am uninstall uninstall-am
-
-.PRECIOUS: Makefile
-
-
- at TEST_SUITE_VIENNACL_TRUE@.PHONY: prepare-examples
-
- at TEST_SUITE_VIENNACL_TRUE@$(srcdir)/$(viennacl_tarball):
- at TEST_SUITE_VIENNACL_TRUE@	cd $(srcdir) && \
- at TEST_SUITE_VIENNACL_TRUE@	wget http://sourceforge.net/projects/viennacl/files/1.5.x/$(viennacl_tarball)
-
- at TEST_SUITE_VIENNACL_TRUE@$(viennacl_local_src_dir):
- at TEST_SUITE_VIENNACL_TRUE@	$(MAKE) $(srcdir)/$(viennacl_tarball) 
- at TEST_SUITE_VIENNACL_TRUE@	cd $(testsuite_pocl_dir) && \
- at TEST_SUITE_VIENNACL_TRUE@	tar xzf $(viennacl_tarball)
-
-# ViennaCL must be built in the subdirectory build/ of the extracted source
-# (it does not work elsewhere) and its source tree is modified.
-# So, copying the source tree in our build tree if required
-# (ie if $(srcdir) is not $(CURDIR) )
- at TEST_SUITE_VIENNACL_TRUE@build:
- at TEST_SUITE_VIENNACL_TRUE@	if [ ! -d $(viennacl_local_src_dir) ]; then cp -aL $(testsuite_src_dir) . ; fi
- at TEST_SUITE_VIENNACL_TRUE@	cd $(viennacl_local_src_dir)/build; \
- at TEST_SUITE_VIENNACL_TRUE@	cmake \
- at TEST_SUITE_VIENNACL_TRUE@		-D BUILD_TESTING:BOOL=ON \
- at TEST_SUITE_VIENNACL_TRUE@		-D BUILD_DOXYGEN_DOCS:BOOL=OFF \
- at TEST_SUITE_VIENNACL_TRUE@		-D BUILD_MANUAL:BOOL=OFF \
- at TEST_SUITE_VIENNACL_TRUE@		-D CMAKE_CXX_FLAGS:STRING='-g -O0 -DCL_USE_DEPRECATED_OPENCL_1_1_APIS' \
- at TEST_SUITE_VIENNACL_TRUE@		$(OPENCL_CMAKE) \
- at TEST_SUITE_VIENNACL_TRUE@		.. && \
- at TEST_SUITE_VIENNACL_TRUE@	$(MAKE) -s
-
- at TEST_SUITE_VIENNACL_TRUE@prepare-examples: $(viennacl_local_src_dir) build
-
- at TEST_SUITE_VIENNACL_TRUE@clean-examples:
- at TEST_SUITE_VIENNACL_TRUE@	rm -fr $(viennacl_local_src_dir)
-
-# Tell versions [3.59,3.63) of GNU make to not export all variables.
-# Otherwise a system limit (for SysV at least) may be exceeded.
-.NOEXPORT:
diff --git a/examples/arrayfire/CMakeLists.txt b/examples/arrayfire/CMakeLists.txt
index d801ab2..5fc46cf 100644
--- a/examples/arrayfire/CMakeLists.txt
+++ b/examples/arrayfire/CMakeLists.txt
@@ -28,8 +28,10 @@ set(TS_BASEDIR "${TESTSUITE_BASEDIR}/${TS_NAME}")
 set(TS_BUILDDIR "${TS_BASEDIR}/src/${TS_NAME}-build")
 set(TS_SRCDIR "${TESTSUITE_SOURCE_BASEDIR}/${TS_NAME}")
 
-find_package(LAPACK)
-find_package(Boost)
+find_package(LAPACK QUIET)
+find_package(Boost QUIET)
+
+if(HAVE_GIT)
 
 if(LAPACK_FOUND AND
    Boost_FOUND AND (NOT Boost_VERSION VERSION_LESS "1.48"))
@@ -673,9 +675,10 @@ if(LAPACK_FOUND AND
 
 
 else()
-
   message(STATUS "Disabling testsuite ${TS_NAME}, required files (Boost/LAPACK) not found" )
-
+endif()
+else()
+  message(STATUS "Disabling testsuite ${TS_NAME}, requires git to checkout sources")
 endif()
 
 # disabled tests / examples
diff --git a/examples/clBLAS/CMakeLists.txt b/examples/clBLAS/CMakeLists.txt
index eda3c8d..6f56293 100644
--- a/examples/clBLAS/CMakeLists.txt
+++ b/examples/clBLAS/CMakeLists.txt
@@ -28,10 +28,16 @@ set(TS_BASEDIR "${TESTSUITE_BASEDIR}/${TS_NAME}")
 set(TS_BUILDDIR "${TS_BASEDIR}/src/${TS_NAME}-build")
 set(TS_SRCDIR "${TESTSUITE_SOURCE_BASEDIR}/${TS_NAME}")
 
-find_package(Boost 1.44)
+find_package(Boost 1.44 QUIET)
 
-if (Boost_FOUND)
+if(NOT HAVE_GIT)
+  message(STATUS "Disabling testsuite ${TS_NAME}, requires git to checkout sources")
+elseif(NOT Boost_FOUND)
+  message(STATUS "Disabling testsuite ${TS_NAME}, required Boost version not found" )
+elseif(NOT TESTS_USE_ICD)
+  message(STATUS "Disabling testsuite ${TS_NAME}, requires ocl-icd" )
 
+else()
   message(STATUS "Enabling testsuite ${TS_NAME}")
   list(APPEND ACTUALLY_ENABLED_TESTSUITES "${TS_NAME}")
   set(ACTUALLY_ENABLED_TESTSUITES ${ACTUALLY_ENABLED_TESTSUITES} PARENT_SCOPE)
@@ -51,6 +57,7 @@ if (Boost_FOUND)
       -DBUILD_KTEST=ON
       -DBUILD_SHARED_LIBS=ON
       -DCMAKE_BUILD_TYPE=RelWithDebInfo
+      "-DCMAKE_SHARED_LINKER_FLAGS=-pthread"
       "-DCMAKE_C_FLAGS_RELWITHDEBINFO=-O2 -g -DCL_USE_DEPRECATED_OPENCL_1_2_APIS -DCL_USE_DEPRECATED_OPENCL_1_1_APIS"
       "${TS_BASEDIR}/src/${TS_NAME}/src"
     INSTALL_COMMAND /bin/true
@@ -259,8 +266,4 @@ if (Boost_FOUND)
       LABELS "${TS_NAME}"
       ENVIRONMENT "LD_LIBRARY_PATH=${TS_BUILDDIR}/library")
 
-else()
-
-  message(STATUS "Disabling testsuite ${TS_NAME}, required Boost version not found" )
-
 endif()
diff --git a/examples/clFFT/CMakeLists.txt b/examples/clFFT/CMakeLists.txt
index 5dd6b74..1864858 100644
--- a/examples/clFFT/CMakeLists.txt
+++ b/examples/clFFT/CMakeLists.txt
@@ -28,10 +28,16 @@ set(TS_BASEDIR "${TESTSUITE_BASEDIR}/${TS_NAME}")
 set(TS_BUILDDIR "${TS_BASEDIR}/src/${TS_NAME}-build")
 set(TS_SRCDIR "${TESTSUITE_SOURCE_BASEDIR}/${TS_NAME}")
 
-find_package(Boost 1.44)
+find_package(Boost 1.44 QUIET)
 
-if (Boost_FOUND)
+if(NOT HAVE_GIT)
+  message(STATUS "Disabling testsuite ${TS_NAME}, requires git to checkout sources")
+elseif(NOT TESTS_USE_ICD)
+  message(STATUS "Disabling testsuite ${TS_NAME}, requires ocl-icd")
+elseif(NOT Boost_FOUND)
+  message(STATUS "Disabling testsuite ${TS_NAME}, required Boost version not found" )
 
+else()
   message(STATUS "Enabling testsuite ${TS_NAME}")
   list(APPEND ACTUALLY_ENABLED_TESTSUITES "${TS_NAME}")
   set(ACTUALLY_ENABLED_TESTSUITES ${ACTUALLY_ENABLED_TESTSUITES} PARENT_SCOPE)
@@ -80,8 +86,4 @@ if (Boost_FOUND)
     PROPERTIES
       LABELS "${TS_NAME}")
 
-else()
-
-  message(STATUS "Disabling testsuite ${TS_NAME}, required Boost version not found" )
-
 endif()
diff --git a/examples/example1-spir32/Makefile.am b/examples/example1-spir32/Makefile.am
deleted file mode 100644
index 1ada472..0000000
--- a/examples/example1-spir32/Makefile.am
+++ /dev/null
@@ -1,33 +0,0 @@
-# Process this file with automake to produce Makefile.in (in this,
-# and all subdirectories).
-# Makefile.am for pocl/examples/example1.
-# 
-# Copyright (c) 2011 Universidad Rey Juan Carlos
-# 
-# Permission is hereby granted, free of charge, to any person obtaining a copy
-# of this software and associated documentation files (the "Software"), to deal
-# in the Software without restriction, including without limitation the rights
-# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-# copies of the Software, and to permit persons to whom the Software is
-# furnished to do so, subject to the following conditions:
-# 
-# The above copyright notice and this permission notice shall be included in
-# all copies or substantial portions of the Software.
-# 
-# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-# THE SOFTWARE.
-
-noinst_PROGRAMS = example1-spir32
-
-example1_spir32_SOURCES = example1.c example1_exec.c example1.cl example1.spir
-example1_spir32_LDADD = @OPENCL_LIBS@ ../../lib/poclu/libpoclu.la
-example1_spir32_CFLAGS = @OPENCL_CFLAGS@
-
-AM_CPPFLAGS = -I$(top_srcdir)/fix-include -I$(top_srcdir)/include -DSRCDIR='"$(abs_srcdir)"'
-
-EXTRA_DIST = example1.spir CMakeLists.txt
diff --git a/examples/example1-spir32/Makefile.in b/examples/example1-spir32/Makefile.in
deleted file mode 100644
index bc77c3c..0000000
--- a/examples/example1-spir32/Makefile.in
+++ /dev/null
@@ -1,735 +0,0 @@
-# Makefile.in generated by automake 1.15 from Makefile.am.
-# @configure_input@
-
-# Copyright (C) 1994-2014 Free Software Foundation, Inc.
-
-# This Makefile.in is free software; the Free Software Foundation
-# gives unlimited permission to copy and/or distribute it,
-# with or without modifications, as long as this notice is preserved.
-
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
-# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
-# PARTICULAR PURPOSE.
-
- at SET_MAKE@
-
-# Process this file with automake to produce Makefile.in (in this,
-# and all subdirectories).
-# Makefile.am for pocl/examples/example1.
-# 
-# Copyright (c) 2011 Universidad Rey Juan Carlos
-# 
-# Permission is hereby granted, free of charge, to any person obtaining a copy
-# of this software and associated documentation files (the "Software"), to deal
-# in the Software without restriction, including without limitation the rights
-# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-# copies of the Software, and to permit persons to whom the Software is
-# furnished to do so, subject to the following conditions:
-# 
-# The above copyright notice and this permission notice shall be included in
-# all copies or substantial portions of the Software.
-# 
-# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-# THE SOFTWARE.
-
-VPATH = @srcdir@
-am__is_gnu_make = { \
-  if test -z '$(MAKELEVEL)'; then \
-    false; \
-  elif test -n '$(MAKE_HOST)'; then \
-    true; \
-  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
-    true; \
-  else \
-    false; \
-  fi; \
-}
-am__make_running_with_option = \
-  case $${target_option-} in \
-      ?) ;; \
-      *) echo "am__make_running_with_option: internal error: invalid" \
-              "target option '$${target_option-}' specified" >&2; \
-         exit 1;; \
-  esac; \
-  has_opt=no; \
-  sane_makeflags=$$MAKEFLAGS; \
-  if $(am__is_gnu_make); then \
-    sane_makeflags=$$MFLAGS; \
-  else \
-    case $$MAKEFLAGS in \
-      *\\[\ \	]*) \
-        bs=\\; \
-        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
-          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
-    esac; \
-  fi; \
-  skip_next=no; \
-  strip_trailopt () \
-  { \
-    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
-  }; \
-  for flg in $$sane_makeflags; do \
-    test $$skip_next = yes && { skip_next=no; continue; }; \
-    case $$flg in \
-      *=*|--*) continue;; \
-        -*I) strip_trailopt 'I'; skip_next=yes;; \
-      -*I?*) strip_trailopt 'I';; \
-        -*O) strip_trailopt 'O'; skip_next=yes;; \
-      -*O?*) strip_trailopt 'O';; \
-        -*l) strip_trailopt 'l'; skip_next=yes;; \
-      -*l?*) strip_trailopt 'l';; \
-      -[dEDm]) skip_next=yes;; \
-      -[JT]) skip_next=yes;; \
-    esac; \
-    case $$flg in \
-      *$$target_option*) has_opt=yes; break;; \
-    esac; \
-  done; \
-  test $$has_opt = yes
-am__make_dryrun = (target_option=n; $(am__make_running_with_option))
-am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
-pkgdatadir = $(datadir)/@PACKAGE@
-pkgincludedir = $(includedir)/@PACKAGE@
-pkglibdir = $(libdir)/@PACKAGE@
-pkglibexecdir = $(libexecdir)/@PACKAGE@
-am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
-install_sh_DATA = $(install_sh) -c -m 644
-install_sh_PROGRAM = $(install_sh) -c
-install_sh_SCRIPT = $(install_sh) -c
-INSTALL_HEADER = $(INSTALL_DATA)
-transform = $(program_transform_name)
-NORMAL_INSTALL = :
-PRE_INSTALL = :
-POST_INSTALL = :
-NORMAL_UNINSTALL = :
-PRE_UNINSTALL = :
-POST_UNINSTALL = :
-build_triplet = @build@
-host_triplet = @host@
-target_triplet = @target@
-noinst_PROGRAMS = example1-spir32$(EXEEXT)
-subdir = examples/example1-spir32
-ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
-am__aclocal_m4_deps = $(top_srcdir)/m4/ax_boost_base.m4 \
-	$(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
-	$(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
-	$(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/acinclude.m4 \
-	$(top_srcdir)/configure.ac
-am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
-	$(ACLOCAL_M4)
-DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
-mkinstalldirs = $(install_sh) -d
-CONFIG_HEADER = $(top_builddir)/config.h
-CONFIG_CLEAN_FILES =
-CONFIG_CLEAN_VPATH_FILES =
-PROGRAMS = $(noinst_PROGRAMS)
-am_example1_spir32_OBJECTS = example1_spir32-example1.$(OBJEXT) \
-	example1_spir32-example1_exec.$(OBJEXT)
-example1_spir32_OBJECTS = $(am_example1_spir32_OBJECTS)
-example1_spir32_DEPENDENCIES = ../../lib/poclu/libpoclu.la
-AM_V_lt = $(am__v_lt_ at AM_V@)
-am__v_lt_ = $(am__v_lt_ at AM_DEFAULT_V@)
-am__v_lt_0 = --silent
-am__v_lt_1 = 
-example1_spir32_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
-	$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
-	$(example1_spir32_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \
-	-o $@
-AM_V_P = $(am__v_P_ at AM_V@)
-am__v_P_ = $(am__v_P_ at AM_DEFAULT_V@)
-am__v_P_0 = false
-am__v_P_1 = :
-AM_V_GEN = $(am__v_GEN_ at AM_V@)
-am__v_GEN_ = $(am__v_GEN_ at AM_DEFAULT_V@)
-am__v_GEN_0 = @echo "  GEN     " $@;
-am__v_GEN_1 = 
-AM_V_at = $(am__v_at_ at AM_V@)
-am__v_at_ = $(am__v_at_ at AM_DEFAULT_V@)
-am__v_at_0 = @
-am__v_at_1 = 
-DEFAULT_INCLUDES = -I. at am__isrc@ -I$(top_builddir)
-depcomp = $(SHELL) $(top_srcdir)/config/depcomp
-am__depfiles_maybe = depfiles
-am__mv = mv -f
-COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
-	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
-LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
-	$(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
-	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
-	$(AM_CFLAGS) $(CFLAGS)
-AM_V_CC = $(am__v_CC_ at AM_V@)
-am__v_CC_ = $(am__v_CC_ at AM_DEFAULT_V@)
-am__v_CC_0 = @echo "  CC      " $@;
-am__v_CC_1 = 
-CCLD = $(CC)
-LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
-	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
-AM_V_CCLD = $(am__v_CCLD_ at AM_V@)
-am__v_CCLD_ = $(am__v_CCLD_ at AM_DEFAULT_V@)
-am__v_CCLD_0 = @echo "  CCLD    " $@;
-am__v_CCLD_1 = 
-SOURCES = $(example1_spir32_SOURCES)
-DIST_SOURCES = $(example1_spir32_SOURCES)
-am__can_run_installinfo = \
-  case $$AM_UPDATE_INFO_DIR in \
-    n|no|NO) false;; \
-    *) (install-info --version) >/dev/null 2>&1;; \
-  esac
-am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
-# Read a list of newline-separated strings from the standard input,
-# and print each of them once, without duplicates.  Input order is
-# *not* preserved.
-am__uniquify_input = $(AWK) '\
-  BEGIN { nonempty = 0; } \
-  { items[$$0] = 1; nonempty = 1; } \
-  END { if (nonempty) { for (i in items) print i; }; } \
-'
-# Make sure the list of sources is unique.  This is necessary because,
-# e.g., the same source file might be shared among _SOURCES variables
-# for different programs/libraries.
-am__define_uniq_tagged_files = \
-  list='$(am__tagged_files)'; \
-  unique=`for i in $$list; do \
-    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
-  done | $(am__uniquify_input)`
-ETAGS = etags
-CTAGS = ctags
-am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/config/depcomp
-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
-ACLOCAL = @ACLOCAL@
-AMTAR = @AMTAR@
-AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
-AR = @AR@
-AUTOCONF = @AUTOCONF@
-AUTOHEADER = @AUTOHEADER@
-AUTOMAKE = @AUTOMAKE@
-AWK = @AWK@
-BOOST_CPPFLAGS = @BOOST_CPPFLAGS@
-BOOST_LDFLAGS = @BOOST_LDFLAGS@
-BUILD_TIMESTAMP = @BUILD_TIMESTAMP@
-CC = @CC@
-CCDEPMODE = @CCDEPMODE@
-CFLAGS = @CFLAGS@
-CLANG = @CLANG@
-CLANGXX = @CLANGXX@
-CLANGXX_FLAGS = @CLANGXX_FLAGS@
-CLFLAGS = @CLFLAGS@
-CPP = @CPP@
-CPPFLAGS = @CPPFLAGS@
-CXX = @CXX@
-CXXCPP = @CXXCPP@
-CXXDEPMODE = @CXXDEPMODE@
-CXXFLAGS = @CXXFLAGS@
-CYGPATH_W = @CYGPATH_W@
-DEFS = @DEFS@
-DEPDIR = @DEPDIR@
-DLLTOOL = @DLLTOOL@
-DSYMUTIL = @DSYMUTIL@
-DUMPBIN = @DUMPBIN@
-ECHO_C = @ECHO_C@
-ECHO_N = @ECHO_N@
-ECHO_T = @ECHO_T@
-EGREP = @EGREP@
-EXEEXT = @EXEEXT@
-FGREP = @FGREP@
-FORCED_CLFLAGS = @FORCED_CLFLAGS@
-GLEW_CFLAGS = @GLEW_CFLAGS@
-GLEW_LIBS = @GLEW_LIBS@
-GREP = @GREP@
-HOST = @HOST@
-HOST_AS_FLAGS = @HOST_AS_FLAGS@
-HOST_CLANG_FLAGS = @HOST_CLANG_FLAGS@
-HOST_CPU = @HOST_CPU@
-HOST_DEVICE_EXTENSION_DEFINES = @HOST_DEVICE_EXTENSION_DEFINES@
-HOST_LD_FLAGS = @HOST_LD_FLAGS@
-HOST_LLC_FLAGS = @HOST_LLC_FLAGS@
-HOST_SIZEOF_DOUBLE = @HOST_SIZEOF_DOUBLE@
-HOST_SIZEOF_HALF = @HOST_SIZEOF_HALF@
-HOST_SIZEOF_LONG = @HOST_SIZEOF_LONG@
-HOST_SIZEOF_VOID_P = @HOST_SIZEOF_VOID_P@
-HSAILASM = @HSAILASM@
-HSA_DEVICE_EXTENSION_DEFINES = @HSA_DEVICE_EXTENSION_DEFINES@
-HSA_INCLUDES = @HSA_INCLUDES@
-HSA_LIBS = @HSA_LIBS@
-HWLOC_CFLAGS = @HWLOC_CFLAGS@
-HWLOC_LIBS = @HWLOC_LIBS@
-ICD_LD_FLAGS = @ICD_LD_FLAGS@
-INSTALL = @INSTALL@
-INSTALL_DATA = @INSTALL_DATA@
-INSTALL_PROGRAM = @INSTALL_PROGRAM@
-INSTALL_SCRIPT = @INSTALL_SCRIPT@
-INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
-KERNEL_COMPILER_LIB_VERSION = @KERNEL_COMPILER_LIB_VERSION@
-LD = @LD@
-LDFLAGS = @LDFLAGS@
-LD_FLAGS_BIN = @LD_FLAGS_BIN@
-LIBOBJS = @LIBOBJS@
-LIBRARY_SUFFIX = @LIBRARY_SUFFIX@
-LIBS = @LIBS@
-LIBTOOL = @LIBTOOL@
-LIB_AGE_VERSION = @LIB_AGE_VERSION@
-LIB_CURRENT_VERSION = @LIB_CURRENT_VERSION@
-LIB_FIRST_VERSION = @LIB_FIRST_VERSION@
-LIB_REVISION_VERSION = @LIB_REVISION_VERSION@
-LIB_VERSION = @LIB_VERSION@
-LIPO = @LIPO@
-LLC = @LLC@
-LLVM_AS = @LLVM_AS@
-LLVM_CONFIG = @LLVM_CONFIG@
-LLVM_CXX_FLAGS = @LLVM_CXX_FLAGS@
-LLVM_LDFLAGS = @LLVM_LDFLAGS@
-LLVM_LIBS = @LLVM_LIBS@
-LLVM_LINK = @LLVM_LINK@
-LLVM_OPT = @LLVM_OPT@
-LLVM_VERSION = @LLVM_VERSION@
-LN_S = @LN_S@
-LTDL_LIBS = @LTDL_LIBS@
-LTLIBOBJS = @LTLIBOBJS@
-LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
-MAKEINFO = @MAKEINFO@
-MANIFEST_TOOL = @MANIFEST_TOOL@
-MKDIR_P = @MKDIR_P@
-NM = @NM@
-NMEDIT = @NMEDIT@
-OBJDUMP = @OBJDUMP@
-OBJEXT = @OBJEXT@
-OCL_ICD_CFLAGS = @OCL_ICD_CFLAGS@
-OCL_ICD_LIBS = @OCL_ICD_LIBS@
-OCL_KERNEL_ARCH = @OCL_KERNEL_ARCH@
-OCL_KERNEL_TARGET = @OCL_KERNEL_TARGET@
-OCL_KERNEL_TARGET_CPU = @OCL_KERNEL_TARGET_CPU@
-OCL_TARGETS = @OCL_TARGETS@
-OPENCL_CFLAGS = @OPENCL_CFLAGS@
-OPENCL_CMAKE = @OPENCL_CMAKE@
-OPENCL_EXTLIBS = @OPENCL_EXTLIBS@
-OPENCL_LIBS = @OPENCL_LIBS@
-OPT = @OPT@
-OTOOL = @OTOOL@
-OTOOL64 = @OTOOL64@
-PACKAGE = @PACKAGE@
-PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
-PACKAGE_NAME = @PACKAGE_NAME@
-PACKAGE_STRING = @PACKAGE_STRING@
-PACKAGE_TARNAME = @PACKAGE_TARNAME@
-PACKAGE_URL = @PACKAGE_URL@
-PACKAGE_VERSION = @PACKAGE_VERSION@
-PATH_SEPARATOR = @PATH_SEPARATOR@
-PKG_CONFIG = @PKG_CONFIG@
-PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
-PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
-POAT_TESTSUITES = @POAT_TESTSUITES@
-POCL_DEVICE_ADDRESS_BITS = @POCL_DEVICE_ADDRESS_BITS@
-PTHREAD_CC = @PTHREAD_CC@
-PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
-PTHREAD_LIBS = @PTHREAD_LIBS@
-RANLIB = @RANLIB@
-SDL_CFLAGS = @SDL_CFLAGS@
-SDL_LIBS = @SDL_LIBS@
-SED = @SED@
-SET_MAKE = @SET_MAKE@
-SHELL = @SHELL@
-STRIP = @STRIP@
-TARGET = @TARGET@
-TARGET_CLANG_FLAGS = @TARGET_CLANG_FLAGS@
-TARGET_CPU = @TARGET_CPU@
-TARGET_LLC_FLAGS = @TARGET_LLC_FLAGS@
-TARGET_SIZEOF_DOUBLE = @TARGET_SIZEOF_DOUBLE@
-TARGET_SIZEOF_HALF = @TARGET_SIZEOF_HALF@
-TARGET_SIZEOF_LONG = @TARGET_SIZEOF_LONG@
-TARGET_SIZEOF_VOID_P = @TARGET_SIZEOF_VOID_P@
-TCECC = @TCECC@
-TCEMC_AVAILABLE = @TCEMC_AVAILABLE@
-TCE_AVAILABLE = @TCE_AVAILABLE@
-TCE_CONFIG = @TCE_CONFIG@
-TCE_DEVICE_EXTENSION_DEFINES = @TCE_DEVICE_EXTENSION_DEFINES@
-VERSION = @VERSION@
-abs_builddir = @abs_builddir@
-abs_srcdir = @abs_srcdir@
-abs_top_builddir = @abs_top_builddir@
-abs_top_srcdir = @abs_top_srcdir@
-ac_ct_AR = @ac_ct_AR@
-ac_ct_CC = @ac_ct_CC@
-ac_ct_CXX = @ac_ct_CXX@
-ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
-acx_pthread_config = @acx_pthread_config@
-am__include = @am__include@
-am__leading_dot = @am__leading_dot@
-am__quote = @am__quote@
-am__tar = @am__tar@
-am__untar = @am__untar@
-bindir = @bindir@
-build = @build@
-build_alias = @build_alias@
-build_cpu = @build_cpu@
-build_os = @build_os@
-build_vendor = @build_vendor@
-builddir = @builddir@
-datadir = @datadir@
-datarootdir = @datarootdir@
-docdir = @docdir@
-dvidir = @dvidir@
-exec_prefix = @exec_prefix@
-host = @host@
-host_alias = @host_alias@
-host_cpu = @host_cpu@
-host_os = @host_os@
-host_vendor = @host_vendor@
-htmldir = @htmldir@
-includedir = @includedir@
-infodir = @infodir@
-install_sh = @install_sh@
-libdir = @libdir@
-libexecdir = @libexecdir@
-localedir = @localedir@
-localstatedir = @localstatedir@
-mandir = @mandir@
-mkdir_p = @mkdir_p@
-oldincludedir = @oldincludedir@
-pdfdir = @pdfdir@
-prefix = @prefix@
-program_transform_name = @program_transform_name@
-psdir = @psdir@
-sbindir = @sbindir@
-sharedstatedir = @sharedstatedir@
-srcdir = @srcdir@
-sysconfdir = @sysconfdir@
-target = @target@
-target_alias = @target_alias@
-target_cpu = @target_cpu@
-target_os = @target_os@
-target_vendor = @target_vendor@
-top_build_prefix = @top_build_prefix@
-top_builddir = @top_builddir@
-top_srcdir = @top_srcdir@
-example1_spir32_SOURCES = example1.c example1_exec.c example1.cl example1.spir
-example1_spir32_LDADD = @OPENCL_LIBS@ ../../lib/poclu/libpoclu.la
-example1_spir32_CFLAGS = @OPENCL_CFLAGS@
-AM_CPPFLAGS = -I$(top_srcdir)/fix-include -I$(top_srcdir)/include -DSRCDIR='"$(abs_srcdir)"'
-EXTRA_DIST = example1.spir CMakeLists.txt
-all: all-am
-
-.SUFFIXES:
-.SUFFIXES: .c .lo .o .obj
-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
-	@for dep in $?; do \
-	  case '$(am__configure_deps)' in \
-	    *$$dep*) \
-	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
-	        && { if test -f $@; then exit 0; else break; fi; }; \
-	      exit 1;; \
-	  esac; \
-	done; \
-	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign examples/example1-spir32/Makefile'; \
-	$(am__cd) $(top_srcdir) && \
-	  $(AUTOMAKE) --foreign examples/example1-spir32/Makefile
-Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
-	@case '$?' in \
-	  *config.status*) \
-	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
-	  *) \
-	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
-	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
-	esac;
-
-$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
-	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-
-$(top_srcdir)/configure:  $(am__configure_deps)
-	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
-	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-$(am__aclocal_m4_deps):
-
-clean-noinstPROGRAMS:
-	@list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \
-	echo " rm -f" $$list; \
-	rm -f $$list || exit $$?; \
-	test -n "$(EXEEXT)" || exit 0; \
-	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
-	echo " rm -f" $$list; \
-	rm -f $$list
-
-example1-spir32$(EXEEXT): $(example1_spir32_OBJECTS) $(example1_spir32_DEPENDENCIES) $(EXTRA_example1_spir32_DEPENDENCIES) 
-	@rm -f example1-spir32$(EXEEXT)
-	$(AM_V_CCLD)$(example1_spir32_LINK) $(example1_spir32_OBJECTS) $(example1_spir32_LDADD) $(LIBS)
-
-mostlyclean-compile:
-	-rm -f *.$(OBJEXT)
-
-distclean-compile:
-	-rm -f *.tab.c
-
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/example1_spir32-example1.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/example1_spir32-example1_exec.Po at am__quote@
-
-.c.o:
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(COMPILE) -c -o $@ $<
-
-.c.obj:
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
-
-.c.lo:
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(LTCOMPILE) -c -o $@ $<
-
-example1_spir32-example1.o: example1.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(example1_spir32_CFLAGS) $(CFLAGS) -MT example1_spir32-example1.o -MD -MP -MF $(DEPDIR)/example1_spir32-example1.Tpo -c -o example1_spir32-example1.o `test -f 'example1.c' || echo '$(srcdir)/'`example1.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/example1_spir32-example1.Tpo $(DEPDIR)/example1_spir32-example1.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='example1.c' object='example1_spir32-example1.o' libtool=no @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(example1_spir32_CFLAGS) $(CFLAGS) -c -o example1_spir32-example1.o `test -f 'example1.c' || echo '$(srcdir)/'`example1.c
-
-example1_spir32-example1.obj: example1.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(example1_spir32_CFLAGS) $(CFLAGS) -MT example1_spir32-example1.obj -MD -MP -MF $(DEPDIR)/example1_spir32-example1.Tpo -c -o example1_spir32-example1.obj `if test -f 'example1.c'; then $(CYGPATH_W) 'example1.c'; else $(CYGPATH_W) '$(srcdir)/example1.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/example1_spir32-example1.Tpo $(DEPDIR)/example1_spir32-example1.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='example1.c' object='example1_spir32-example1.obj' libtool=no @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(example1_spir32_CFLAGS) $(CFLAGS) -c -o example1_spir32-example1.obj `if test -f 'example1.c'; then $(CYGPATH_W) 'example1.c'; else $(CYGPATH_W) '$(srcdir)/example1.c'; fi`
-
-example1_spir32-example1_exec.o: example1_exec.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(example1_spir32_CFLAGS) $(CFLAGS) -MT example1_spir32-example1_exec.o -MD -MP -MF $(DEPDIR)/example1_spir32-example1_exec.Tpo -c -o example1_spir32-example1_exec.o `test -f 'example1_exec.c' || echo '$(srcdir)/'`example1_exec.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/example1_spir32-example1_exec.Tpo $(DEPDIR)/example1_spir32-example1_exec.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='example1_exec.c' object='example1_spir32-example1_exec.o' libtool=no @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(example1_spir32_CFLAGS) $(CFLAGS) -c -o example1_spir32-example1_exec.o `test -f 'example1_exec.c' || echo '$(srcdir)/'`example1_exec.c
-
-example1_spir32-example1_exec.obj: example1_exec.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(example1_spir32_CFLAGS) $(CFLAGS) -MT example1_spir32-example1_exec.obj -MD -MP -MF $(DEPDIR)/example1_spir32-example1_exec.Tpo -c -o example1_spir32-example1_exec.obj `if test -f 'example1_exec.c'; then $(CYGPATH_W) 'example1_exec.c'; else $(CYGPATH_W) '$(srcdir)/example1_exec.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/example1_spir32-example1_exec.Tpo $(DEPDIR)/example1_spir32-example1_exec.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='example1_exec.c' object='example1_spir32-example1_exec.obj' libtool=no @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(example1_spir32_CFLAGS) $(CFLAGS) -c -o example1_spir32-example1_exec.obj `if test -f 'example1_exec.c'; then $(CYGPATH_W) 'example1_exec.c'; else $(CYGPATH_W) '$(srcdir)/example1_exec.c'; fi`
-
-mostlyclean-libtool:
-	-rm -f *.lo
-
-clean-libtool:
-	-rm -rf .libs _libs
-
-ID: $(am__tagged_files)
-	$(am__define_uniq_tagged_files); mkid -fID $$unique
-tags: tags-am
-TAGS: tags
-
-tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
-	set x; \
-	here=`pwd`; \
-	$(am__define_uniq_tagged_files); \
-	shift; \
-	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
-	  test -n "$$unique" || unique=$$empty_fix; \
-	  if test $$# -gt 0; then \
-	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
-	      "$$@" $$unique; \
-	  else \
-	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
-	      $$unique; \
-	  fi; \
-	fi
-ctags: ctags-am
-
-CTAGS: ctags
-ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
-	$(am__define_uniq_tagged_files); \
-	test -z "$(CTAGS_ARGS)$$unique" \
-	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
-	     $$unique
-
-GTAGS:
-	here=`$(am__cd) $(top_builddir) && pwd` \
-	  && $(am__cd) $(top_srcdir) \
-	  && gtags -i $(GTAGS_ARGS) "$$here"
-cscopelist: cscopelist-am
-
-cscopelist-am: $(am__tagged_files)
-	list='$(am__tagged_files)'; \
-	case "$(srcdir)" in \
-	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
-	  *) sdir=$(subdir)/$(srcdir) ;; \
-	esac; \
-	for i in $$list; do \
-	  if test -f "$$i"; then \
-	    echo "$(subdir)/$$i"; \
-	  else \
-	    echo "$$sdir/$$i"; \
-	  fi; \
-	done >> $(top_builddir)/cscope.files
-
-distclean-tags:
-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
-
-distdir: $(DISTFILES)
-	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
-	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
-	list='$(DISTFILES)'; \
-	  dist_files=`for file in $$list; do echo $$file; done | \
-	  sed -e "s|^$$srcdirstrip/||;t" \
-	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
-	case $$dist_files in \
-	  */*) $(MKDIR_P) `echo "$$dist_files" | \
-			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
-			   sort -u` ;; \
-	esac; \
-	for file in $$dist_files; do \
-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
-	  if test -d $$d/$$file; then \
-	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
-	    if test -d "$(distdir)/$$file"; then \
-	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
-	    fi; \
-	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
-	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
-	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
-	    fi; \
-	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
-	  else \
-	    test -f "$(distdir)/$$file" \
-	    || cp -p $$d/$$file "$(distdir)/$$file" \
-	    || exit 1; \
-	  fi; \
-	done
-check-am: all-am
-check: check-am
-all-am: Makefile $(PROGRAMS)
-installdirs:
-install: install-am
-install-exec: install-exec-am
-install-data: install-data-am
-uninstall: uninstall-am
-
-install-am: all-am
-	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
-
-installcheck: installcheck-am
-install-strip:
-	if test -z '$(STRIP)'; then \
-	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
-	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
-	      install; \
-	else \
-	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
-	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
-	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
-	fi
-mostlyclean-generic:
-
-clean-generic:
-
-distclean-generic:
-	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
-	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
-
-maintainer-clean-generic:
-	@echo "This command is intended for maintainers to use"
-	@echo "it deletes files that may require special tools to rebuild."
-clean: clean-am
-
-clean-am: clean-generic clean-libtool clean-noinstPROGRAMS \
-	mostlyclean-am
-
-distclean: distclean-am
-	-rm -rf ./$(DEPDIR)
-	-rm -f Makefile
-distclean-am: clean-am distclean-compile distclean-generic \
-	distclean-tags
-
-dvi: dvi-am
-
-dvi-am:
-
-html: html-am
-
-html-am:
-
-info: info-am
-
-info-am:
-
-install-data-am:
-
-install-dvi: install-dvi-am
-
-install-dvi-am:
-
-install-exec-am:
-
-install-html: install-html-am
-
-install-html-am:
-
-install-info: install-info-am
-
-install-info-am:
-
-install-man:
-
-install-pdf: install-pdf-am
-
-install-pdf-am:
-
-install-ps: install-ps-am
-
-install-ps-am:
-
-installcheck-am:
-
-maintainer-clean: maintainer-clean-am
-	-rm -rf ./$(DEPDIR)
-	-rm -f Makefile
-maintainer-clean-am: distclean-am maintainer-clean-generic
-
-mostlyclean: mostlyclean-am
-
-mostlyclean-am: mostlyclean-compile mostlyclean-generic \
-	mostlyclean-libtool
-
-pdf: pdf-am
-
-pdf-am:
-
-ps: ps-am
-
-ps-am:
-
-uninstall-am:
-
-.MAKE: install-am install-strip
-
-.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
-	clean-libtool clean-noinstPROGRAMS cscopelist-am ctags \
-	ctags-am distclean distclean-compile distclean-generic \
-	distclean-libtool distclean-tags distdir dvi dvi-am html \
-	html-am info info-am install install-am install-data \
-	install-data-am install-dvi install-dvi-am install-exec \
-	install-exec-am install-html install-html-am install-info \
-	install-info-am install-man install-pdf install-pdf-am \
-	install-ps install-ps-am install-strip installcheck \
-	installcheck-am installdirs maintainer-clean \
-	maintainer-clean-generic mostlyclean mostlyclean-compile \
-	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
-	tags tags-am uninstall uninstall-am
-
-.PRECIOUS: Makefile
-
-
-# Tell versions [3.59,3.63) of GNU make to not export all variables.
-# Otherwise a system limit (for SysV at least) may be exceeded.
-.NOEXPORT:
diff --git a/examples/example1-spir32/example1_exec.c b/examples/example1-spir32/example1_exec.c
index 94a132a..7ab7c7a 100644
--- a/examples/example1-spir32/example1_exec.c
+++ b/examples/example1-spir32/example1_exec.c
@@ -101,7 +101,7 @@ exec_dot_product_kernel(const char *program_source, size_t source_size,
     } 
  
   // build the program 
-  err = clBuildProgram(program, 0, NULL, NULL, NULL, NULL); 
+  err = clBuildProgram(program, 0, NULL, "-x spir -spir-std=1.2", NULL, NULL);
   if (err != CL_SUCCESS) 
     { 
       delete_memobjs(memobjs, 3); 
diff --git a/examples/example1-spir64/Makefile.am b/examples/example1-spir64/Makefile.am
deleted file mode 100644
index 576085c..0000000
--- a/examples/example1-spir64/Makefile.am
+++ /dev/null
@@ -1,33 +0,0 @@
-# Process this file with automake to produce Makefile.in (in this,
-# and all subdirectories).
-# Makefile.am for pocl/examples/example1.
-# 
-# Copyright (c) 2011 Universidad Rey Juan Carlos
-# 
-# Permission is hereby granted, free of charge, to any person obtaining a copy
-# of this software and associated documentation files (the "Software"), to deal
-# in the Software without restriction, including without limitation the rights
-# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-# copies of the Software, and to permit persons to whom the Software is
-# furnished to do so, subject to the following conditions:
-# 
-# The above copyright notice and this permission notice shall be included in
-# all copies or substantial portions of the Software.
-# 
-# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-# THE SOFTWARE.
-
-noinst_PROGRAMS = example1-spir
-
-example1_spir_SOURCES = example1.c example1_exec.c example1.cl example1.spir
-example1_spir_LDADD = @OPENCL_LIBS@ ../../lib/poclu/libpoclu.la
-example1_spir_CFLAGS = @OPENCL_CFLAGS@
-
-AM_CPPFLAGS = -I$(top_srcdir)/fix-include -I$(top_srcdir)/include -DSRCDIR='"$(abs_srcdir)"'
-
-EXTRA_DIST = example1.spir CMakeLists.txt
diff --git a/examples/example1-spir64/Makefile.in b/examples/example1-spir64/Makefile.in
deleted file mode 100644
index 020bb6f..0000000
--- a/examples/example1-spir64/Makefile.in
+++ /dev/null
@@ -1,734 +0,0 @@
-# Makefile.in generated by automake 1.15 from Makefile.am.
-# @configure_input@
-
-# Copyright (C) 1994-2014 Free Software Foundation, Inc.
-
-# This Makefile.in is free software; the Free Software Foundation
-# gives unlimited permission to copy and/or distribute it,
-# with or without modifications, as long as this notice is preserved.
-
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
-# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
-# PARTICULAR PURPOSE.
-
- at SET_MAKE@
-
-# Process this file with automake to produce Makefile.in (in this,
-# and all subdirectories).
-# Makefile.am for pocl/examples/example1.
-# 
-# Copyright (c) 2011 Universidad Rey Juan Carlos
-# 
-# Permission is hereby granted, free of charge, to any person obtaining a copy
-# of this software and associated documentation files (the "Software"), to deal
-# in the Software without restriction, including without limitation the rights
-# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-# copies of the Software, and to permit persons to whom the Software is
-# furnished to do so, subject to the following conditions:
-# 
-# The above copyright notice and this permission notice shall be included in
-# all copies or substantial portions of the Software.
-# 
-# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-# THE SOFTWARE.
-
-VPATH = @srcdir@
-am__is_gnu_make = { \
-  if test -z '$(MAKELEVEL)'; then \
-    false; \
-  elif test -n '$(MAKE_HOST)'; then \
-    true; \
-  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
-    true; \
-  else \
-    false; \
-  fi; \
-}
-am__make_running_with_option = \
-  case $${target_option-} in \
-      ?) ;; \
-      *) echo "am__make_running_with_option: internal error: invalid" \
-              "target option '$${target_option-}' specified" >&2; \
-         exit 1;; \
-  esac; \
-  has_opt=no; \
-  sane_makeflags=$$MAKEFLAGS; \
-  if $(am__is_gnu_make); then \
-    sane_makeflags=$$MFLAGS; \
-  else \
-    case $$MAKEFLAGS in \
-      *\\[\ \	]*) \
-        bs=\\; \
-        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
-          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
-    esac; \
-  fi; \
-  skip_next=no; \
-  strip_trailopt () \
-  { \
-    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
-  }; \
-  for flg in $$sane_makeflags; do \
-    test $$skip_next = yes && { skip_next=no; continue; }; \
-    case $$flg in \
-      *=*|--*) continue;; \
-        -*I) strip_trailopt 'I'; skip_next=yes;; \
-      -*I?*) strip_trailopt 'I';; \
-        -*O) strip_trailopt 'O'; skip_next=yes;; \
-      -*O?*) strip_trailopt 'O';; \
-        -*l) strip_trailopt 'l'; skip_next=yes;; \
-      -*l?*) strip_trailopt 'l';; \
-      -[dEDm]) skip_next=yes;; \
-      -[JT]) skip_next=yes;; \
-    esac; \
-    case $$flg in \
-      *$$target_option*) has_opt=yes; break;; \
-    esac; \
-  done; \
-  test $$has_opt = yes
-am__make_dryrun = (target_option=n; $(am__make_running_with_option))
-am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
-pkgdatadir = $(datadir)/@PACKAGE@
-pkgincludedir = $(includedir)/@PACKAGE@
-pkglibdir = $(libdir)/@PACKAGE@
-pkglibexecdir = $(libexecdir)/@PACKAGE@
-am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
-install_sh_DATA = $(install_sh) -c -m 644
-install_sh_PROGRAM = $(install_sh) -c
-install_sh_SCRIPT = $(install_sh) -c
-INSTALL_HEADER = $(INSTALL_DATA)
-transform = $(program_transform_name)
-NORMAL_INSTALL = :
-PRE_INSTALL = :
-POST_INSTALL = :
-NORMAL_UNINSTALL = :
-PRE_UNINSTALL = :
-POST_UNINSTALL = :
-build_triplet = @build@
-host_triplet = @host@
-target_triplet = @target@
-noinst_PROGRAMS = example1-spir$(EXEEXT)
-subdir = examples/example1-spir64
-ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
-am__aclocal_m4_deps = $(top_srcdir)/m4/ax_boost_base.m4 \
-	$(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
-	$(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
-	$(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/acinclude.m4 \
-	$(top_srcdir)/configure.ac
-am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
-	$(ACLOCAL_M4)
-DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
-mkinstalldirs = $(install_sh) -d
-CONFIG_HEADER = $(top_builddir)/config.h
-CONFIG_CLEAN_FILES =
-CONFIG_CLEAN_VPATH_FILES =
-PROGRAMS = $(noinst_PROGRAMS)
-am_example1_spir_OBJECTS = example1_spir-example1.$(OBJEXT) \
-	example1_spir-example1_exec.$(OBJEXT)
-example1_spir_OBJECTS = $(am_example1_spir_OBJECTS)
-example1_spir_DEPENDENCIES = ../../lib/poclu/libpoclu.la
-AM_V_lt = $(am__v_lt_ at AM_V@)
-am__v_lt_ = $(am__v_lt_ at AM_DEFAULT_V@)
-am__v_lt_0 = --silent
-am__v_lt_1 = 
-example1_spir_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
-	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(example1_spir_CFLAGS) \
-	$(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
-AM_V_P = $(am__v_P_ at AM_V@)
-am__v_P_ = $(am__v_P_ at AM_DEFAULT_V@)
-am__v_P_0 = false
-am__v_P_1 = :
-AM_V_GEN = $(am__v_GEN_ at AM_V@)
-am__v_GEN_ = $(am__v_GEN_ at AM_DEFAULT_V@)
-am__v_GEN_0 = @echo "  GEN     " $@;
-am__v_GEN_1 = 
-AM_V_at = $(am__v_at_ at AM_V@)
-am__v_at_ = $(am__v_at_ at AM_DEFAULT_V@)
-am__v_at_0 = @
-am__v_at_1 = 
-DEFAULT_INCLUDES = -I. at am__isrc@ -I$(top_builddir)
-depcomp = $(SHELL) $(top_srcdir)/config/depcomp
-am__depfiles_maybe = depfiles
-am__mv = mv -f
-COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
-	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
-LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
-	$(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
-	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
-	$(AM_CFLAGS) $(CFLAGS)
-AM_V_CC = $(am__v_CC_ at AM_V@)
-am__v_CC_ = $(am__v_CC_ at AM_DEFAULT_V@)
-am__v_CC_0 = @echo "  CC      " $@;
-am__v_CC_1 = 
-CCLD = $(CC)
-LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
-	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
-AM_V_CCLD = $(am__v_CCLD_ at AM_V@)
-am__v_CCLD_ = $(am__v_CCLD_ at AM_DEFAULT_V@)
-am__v_CCLD_0 = @echo "  CCLD    " $@;
-am__v_CCLD_1 = 
-SOURCES = $(example1_spir_SOURCES)
-DIST_SOURCES = $(example1_spir_SOURCES)
-am__can_run_installinfo = \
-  case $$AM_UPDATE_INFO_DIR in \
-    n|no|NO) false;; \
-    *) (install-info --version) >/dev/null 2>&1;; \
-  esac
-am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
-# Read a list of newline-separated strings from the standard input,
-# and print each of them once, without duplicates.  Input order is
-# *not* preserved.
-am__uniquify_input = $(AWK) '\
-  BEGIN { nonempty = 0; } \
-  { items[$$0] = 1; nonempty = 1; } \
-  END { if (nonempty) { for (i in items) print i; }; } \
-'
-# Make sure the list of sources is unique.  This is necessary because,
-# e.g., the same source file might be shared among _SOURCES variables
-# for different programs/libraries.
-am__define_uniq_tagged_files = \
-  list='$(am__tagged_files)'; \
-  unique=`for i in $$list; do \
-    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
-  done | $(am__uniquify_input)`
-ETAGS = etags
-CTAGS = ctags
-am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/config/depcomp
-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
-ACLOCAL = @ACLOCAL@
-AMTAR = @AMTAR@
-AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
-AR = @AR@
-AUTOCONF = @AUTOCONF@
-AUTOHEADER = @AUTOHEADER@
-AUTOMAKE = @AUTOMAKE@
-AWK = @AWK@
-BOOST_CPPFLAGS = @BOOST_CPPFLAGS@
-BOOST_LDFLAGS = @BOOST_LDFLAGS@
-BUILD_TIMESTAMP = @BUILD_TIMESTAMP@
-CC = @CC@
-CCDEPMODE = @CCDEPMODE@
-CFLAGS = @CFLAGS@
-CLANG = @CLANG@
-CLANGXX = @CLANGXX@
-CLANGXX_FLAGS = @CLANGXX_FLAGS@
-CLFLAGS = @CLFLAGS@
-CPP = @CPP@
-CPPFLAGS = @CPPFLAGS@
-CXX = @CXX@
-CXXCPP = @CXXCPP@
-CXXDEPMODE = @CXXDEPMODE@
-CXXFLAGS = @CXXFLAGS@
-CYGPATH_W = @CYGPATH_W@
-DEFS = @DEFS@
-DEPDIR = @DEPDIR@
-DLLTOOL = @DLLTOOL@
-DSYMUTIL = @DSYMUTIL@
-DUMPBIN = @DUMPBIN@
-ECHO_C = @ECHO_C@
-ECHO_N = @ECHO_N@
-ECHO_T = @ECHO_T@
-EGREP = @EGREP@
-EXEEXT = @EXEEXT@
-FGREP = @FGREP@
-FORCED_CLFLAGS = @FORCED_CLFLAGS@
-GLEW_CFLAGS = @GLEW_CFLAGS@
-GLEW_LIBS = @GLEW_LIBS@
-GREP = @GREP@
-HOST = @HOST@
-HOST_AS_FLAGS = @HOST_AS_FLAGS@
-HOST_CLANG_FLAGS = @HOST_CLANG_FLAGS@
-HOST_CPU = @HOST_CPU@
-HOST_DEVICE_EXTENSION_DEFINES = @HOST_DEVICE_EXTENSION_DEFINES@
-HOST_LD_FLAGS = @HOST_LD_FLAGS@
-HOST_LLC_FLAGS = @HOST_LLC_FLAGS@
-HOST_SIZEOF_DOUBLE = @HOST_SIZEOF_DOUBLE@
-HOST_SIZEOF_HALF = @HOST_SIZEOF_HALF@
-HOST_SIZEOF_LONG = @HOST_SIZEOF_LONG@
-HOST_SIZEOF_VOID_P = @HOST_SIZEOF_VOID_P@
-HSAILASM = @HSAILASM@
-HSA_DEVICE_EXTENSION_DEFINES = @HSA_DEVICE_EXTENSION_DEFINES@
-HSA_INCLUDES = @HSA_INCLUDES@
-HSA_LIBS = @HSA_LIBS@
-HWLOC_CFLAGS = @HWLOC_CFLAGS@
-HWLOC_LIBS = @HWLOC_LIBS@
-ICD_LD_FLAGS = @ICD_LD_FLAGS@
-INSTALL = @INSTALL@
-INSTALL_DATA = @INSTALL_DATA@
-INSTALL_PROGRAM = @INSTALL_PROGRAM@
-INSTALL_SCRIPT = @INSTALL_SCRIPT@
-INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
-KERNEL_COMPILER_LIB_VERSION = @KERNEL_COMPILER_LIB_VERSION@
-LD = @LD@
-LDFLAGS = @LDFLAGS@
-LD_FLAGS_BIN = @LD_FLAGS_BIN@
-LIBOBJS = @LIBOBJS@
-LIBRARY_SUFFIX = @LIBRARY_SUFFIX@
-LIBS = @LIBS@
-LIBTOOL = @LIBTOOL@
-LIB_AGE_VERSION = @LIB_AGE_VERSION@
-LIB_CURRENT_VERSION = @LIB_CURRENT_VERSION@
-LIB_FIRST_VERSION = @LIB_FIRST_VERSION@
-LIB_REVISION_VERSION = @LIB_REVISION_VERSION@
-LIB_VERSION = @LIB_VERSION@
-LIPO = @LIPO@
-LLC = @LLC@
-LLVM_AS = @LLVM_AS@
-LLVM_CONFIG = @LLVM_CONFIG@
-LLVM_CXX_FLAGS = @LLVM_CXX_FLAGS@
-LLVM_LDFLAGS = @LLVM_LDFLAGS@
-LLVM_LIBS = @LLVM_LIBS@
-LLVM_LINK = @LLVM_LINK@
-LLVM_OPT = @LLVM_OPT@
-LLVM_VERSION = @LLVM_VERSION@
-LN_S = @LN_S@
-LTDL_LIBS = @LTDL_LIBS@
-LTLIBOBJS = @LTLIBOBJS@
-LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
-MAKEINFO = @MAKEINFO@
-MANIFEST_TOOL = @MANIFEST_TOOL@
-MKDIR_P = @MKDIR_P@
-NM = @NM@
-NMEDIT = @NMEDIT@
-OBJDUMP = @OBJDUMP@
-OBJEXT = @OBJEXT@
-OCL_ICD_CFLAGS = @OCL_ICD_CFLAGS@
-OCL_ICD_LIBS = @OCL_ICD_LIBS@
-OCL_KERNEL_ARCH = @OCL_KERNEL_ARCH@
-OCL_KERNEL_TARGET = @OCL_KERNEL_TARGET@
-OCL_KERNEL_TARGET_CPU = @OCL_KERNEL_TARGET_CPU@
-OCL_TARGETS = @OCL_TARGETS@
-OPENCL_CFLAGS = @OPENCL_CFLAGS@
-OPENCL_CMAKE = @OPENCL_CMAKE@
-OPENCL_EXTLIBS = @OPENCL_EXTLIBS@
-OPENCL_LIBS = @OPENCL_LIBS@
-OPT = @OPT@
-OTOOL = @OTOOL@
-OTOOL64 = @OTOOL64@
-PACKAGE = @PACKAGE@
-PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
-PACKAGE_NAME = @PACKAGE_NAME@
-PACKAGE_STRING = @PACKAGE_STRING@
-PACKAGE_TARNAME = @PACKAGE_TARNAME@
-PACKAGE_URL = @PACKAGE_URL@
-PACKAGE_VERSION = @PACKAGE_VERSION@
-PATH_SEPARATOR = @PATH_SEPARATOR@
-PKG_CONFIG = @PKG_CONFIG@
-PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
-PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
-POAT_TESTSUITES = @POAT_TESTSUITES@
-POCL_DEVICE_ADDRESS_BITS = @POCL_DEVICE_ADDRESS_BITS@
-PTHREAD_CC = @PTHREAD_CC@
-PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
-PTHREAD_LIBS = @PTHREAD_LIBS@
-RANLIB = @RANLIB@
-SDL_CFLAGS = @SDL_CFLAGS@
-SDL_LIBS = @SDL_LIBS@
-SED = @SED@
-SET_MAKE = @SET_MAKE@
-SHELL = @SHELL@
-STRIP = @STRIP@
-TARGET = @TARGET@
-TARGET_CLANG_FLAGS = @TARGET_CLANG_FLAGS@
-TARGET_CPU = @TARGET_CPU@
-TARGET_LLC_FLAGS = @TARGET_LLC_FLAGS@
-TARGET_SIZEOF_DOUBLE = @TARGET_SIZEOF_DOUBLE@
-TARGET_SIZEOF_HALF = @TARGET_SIZEOF_HALF@
-TARGET_SIZEOF_LONG = @TARGET_SIZEOF_LONG@
-TARGET_SIZEOF_VOID_P = @TARGET_SIZEOF_VOID_P@
-TCECC = @TCECC@
-TCEMC_AVAILABLE = @TCEMC_AVAILABLE@
-TCE_AVAILABLE = @TCE_AVAILABLE@
-TCE_CONFIG = @TCE_CONFIG@
-TCE_DEVICE_EXTENSION_DEFINES = @TCE_DEVICE_EXTENSION_DEFINES@
-VERSION = @VERSION@
-abs_builddir = @abs_builddir@
-abs_srcdir = @abs_srcdir@
-abs_top_builddir = @abs_top_builddir@
-abs_top_srcdir = @abs_top_srcdir@
-ac_ct_AR = @ac_ct_AR@
-ac_ct_CC = @ac_ct_CC@
-ac_ct_CXX = @ac_ct_CXX@
-ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
-acx_pthread_config = @acx_pthread_config@
-am__include = @am__include@
-am__leading_dot = @am__leading_dot@
-am__quote = @am__quote@
-am__tar = @am__tar@
-am__untar = @am__untar@
-bindir = @bindir@
-build = @build@
-build_alias = @build_alias@
-build_cpu = @build_cpu@
-build_os = @build_os@
-build_vendor = @build_vendor@
-builddir = @builddir@
-datadir = @datadir@
-datarootdir = @datarootdir@
-docdir = @docdir@
-dvidir = @dvidir@
-exec_prefix = @exec_prefix@
-host = @host@
-host_alias = @host_alias@
-host_cpu = @host_cpu@
-host_os = @host_os@
-host_vendor = @host_vendor@
-htmldir = @htmldir@
-includedir = @includedir@
-infodir = @infodir@
-install_sh = @install_sh@
-libdir = @libdir@
-libexecdir = @libexecdir@
-localedir = @localedir@
-localstatedir = @localstatedir@
-mandir = @mandir@
-mkdir_p = @mkdir_p@
-oldincludedir = @oldincludedir@
-pdfdir = @pdfdir@
-prefix = @prefix@
-program_transform_name = @program_transform_name@
-psdir = @psdir@
-sbindir = @sbindir@
-sharedstatedir = @sharedstatedir@
-srcdir = @srcdir@
-sysconfdir = @sysconfdir@
-target = @target@
-target_alias = @target_alias@
-target_cpu = @target_cpu@
-target_os = @target_os@
-target_vendor = @target_vendor@
-top_build_prefix = @top_build_prefix@
-top_builddir = @top_builddir@
-top_srcdir = @top_srcdir@
-example1_spir_SOURCES = example1.c example1_exec.c example1.cl example1.spir
-example1_spir_LDADD = @OPENCL_LIBS@ ../../lib/poclu/libpoclu.la
-example1_spir_CFLAGS = @OPENCL_CFLAGS@
-AM_CPPFLAGS = -I$(top_srcdir)/fix-include -I$(top_srcdir)/include -DSRCDIR='"$(abs_srcdir)"'
-EXTRA_DIST = example1.spir CMakeLists.txt
-all: all-am
-
-.SUFFIXES:
-.SUFFIXES: .c .lo .o .obj
-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
-	@for dep in $?; do \
-	  case '$(am__configure_deps)' in \
-	    *$$dep*) \
-	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
-	        && { if test -f $@; then exit 0; else break; fi; }; \
-	      exit 1;; \
-	  esac; \
-	done; \
-	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign examples/example1-spir64/Makefile'; \
-	$(am__cd) $(top_srcdir) && \
-	  $(AUTOMAKE) --foreign examples/example1-spir64/Makefile
-Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
-	@case '$?' in \
-	  *config.status*) \
-	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
-	  *) \
-	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
-	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
-	esac;
-
-$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
-	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-
-$(top_srcdir)/configure:  $(am__configure_deps)
-	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
-	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-$(am__aclocal_m4_deps):
-
-clean-noinstPROGRAMS:
-	@list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \
-	echo " rm -f" $$list; \
-	rm -f $$list || exit $$?; \
-	test -n "$(EXEEXT)" || exit 0; \
-	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
-	echo " rm -f" $$list; \
-	rm -f $$list
-
-example1-spir$(EXEEXT): $(example1_spir_OBJECTS) $(example1_spir_DEPENDENCIES) $(EXTRA_example1_spir_DEPENDENCIES) 
-	@rm -f example1-spir$(EXEEXT)
-	$(AM_V_CCLD)$(example1_spir_LINK) $(example1_spir_OBJECTS) $(example1_spir_LDADD) $(LIBS)
-
-mostlyclean-compile:
-	-rm -f *.$(OBJEXT)
-
-distclean-compile:
-	-rm -f *.tab.c
-
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/example1_spir-example1.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/example1_spir-example1_exec.Po at am__quote@
-
-.c.o:
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(COMPILE) -c -o $@ $<
-
-.c.obj:
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
-
-.c.lo:
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(LTCOMPILE) -c -o $@ $<
-
-example1_spir-example1.o: example1.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(example1_spir_CFLAGS) $(CFLAGS) -MT example1_spir-example1.o -MD -MP -MF $(DEPDIR)/example1_spir-example1.Tpo -c -o example1_spir-example1.o `test -f 'example1.c' || echo '$(srcdir)/'`example1.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/example1_spir-example1.Tpo $(DEPDIR)/example1_spir-example1.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='example1.c' object='example1_spir-example1.o' libtool=no @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(example1_spir_CFLAGS) $(CFLAGS) -c -o example1_spir-example1.o `test -f 'example1.c' || echo '$(srcdir)/'`example1.c
-
-example1_spir-example1.obj: example1.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(example1_spir_CFLAGS) $(CFLAGS) -MT example1_spir-example1.obj -MD -MP -MF $(DEPDIR)/example1_spir-example1.Tpo -c -o example1_spir-example1.obj `if test -f 'example1.c'; then $(CYGPATH_W) 'example1.c'; else $(CYGPATH_W) '$(srcdir)/example1.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/example1_spir-example1.Tpo $(DEPDIR)/example1_spir-example1.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='example1.c' object='example1_spir-example1.obj' libtool=no @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(example1_spir_CFLAGS) $(CFLAGS) -c -o example1_spir-example1.obj `if test -f 'example1.c'; then $(CYGPATH_W) 'example1.c'; else $(CYGPATH_W) '$(srcdir)/example1.c'; fi`
-
-example1_spir-example1_exec.o: example1_exec.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(example1_spir_CFLAGS) $(CFLAGS) -MT example1_spir-example1_exec.o -MD -MP -MF $(DEPDIR)/example1_spir-example1_exec.Tpo -c -o example1_spir-example1_exec.o `test -f 'example1_exec.c' || echo '$(srcdir)/'`example1_exec.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/example1_spir-example1_exec.Tpo $(DEPDIR)/example1_spir-example1_exec.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='example1_exec.c' object='example1_spir-example1_exec.o' libtool=no @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(example1_spir_CFLAGS) $(CFLAGS) -c -o example1_spir-example1_exec.o `test -f 'example1_exec.c' || echo '$(srcdir)/'`example1_exec.c
-
-example1_spir-example1_exec.obj: example1_exec.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(example1_spir_CFLAGS) $(CFLAGS) -MT example1_spir-example1_exec.obj -MD -MP -MF $(DEPDIR)/example1_spir-example1_exec.Tpo -c -o example1_spir-example1_exec.obj `if test -f 'example1_exec.c'; then $(CYGPATH_W) 'example1_exec.c'; else $(CYGPATH_W) '$(srcdir)/example1_exec.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/example1_spir-example1_exec.Tpo $(DEPDIR)/example1_spir-example1_exec.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='example1_exec.c' object='example1_spir-example1_exec.obj' libtool=no @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(example1_spir_CFLAGS) $(CFLAGS) -c -o example1_spir-example1_exec.obj `if test -f 'example1_exec.c'; then $(CYGPATH_W) 'example1_exec.c'; else $(CYGPATH_W) '$(srcdir)/example1_exec.c'; fi`
-
-mostlyclean-libtool:
-	-rm -f *.lo
-
-clean-libtool:
-	-rm -rf .libs _libs
-
-ID: $(am__tagged_files)
-	$(am__define_uniq_tagged_files); mkid -fID $$unique
-tags: tags-am
-TAGS: tags
-
-tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
-	set x; \
-	here=`pwd`; \
-	$(am__define_uniq_tagged_files); \
-	shift; \
-	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
-	  test -n "$$unique" || unique=$$empty_fix; \
-	  if test $$# -gt 0; then \
-	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
-	      "$$@" $$unique; \
-	  else \
-	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
-	      $$unique; \
-	  fi; \
-	fi
-ctags: ctags-am
-
-CTAGS: ctags
-ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
-	$(am__define_uniq_tagged_files); \
-	test -z "$(CTAGS_ARGS)$$unique" \
-	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
-	     $$unique
-
-GTAGS:
-	here=`$(am__cd) $(top_builddir) && pwd` \
-	  && $(am__cd) $(top_srcdir) \
-	  && gtags -i $(GTAGS_ARGS) "$$here"
-cscopelist: cscopelist-am
-
-cscopelist-am: $(am__tagged_files)
-	list='$(am__tagged_files)'; \
-	case "$(srcdir)" in \
-	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
-	  *) sdir=$(subdir)/$(srcdir) ;; \
-	esac; \
-	for i in $$list; do \
-	  if test -f "$$i"; then \
-	    echo "$(subdir)/$$i"; \
-	  else \
-	    echo "$$sdir/$$i"; \
-	  fi; \
-	done >> $(top_builddir)/cscope.files
-
-distclean-tags:
-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
-
-distdir: $(DISTFILES)
-	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
-	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
-	list='$(DISTFILES)'; \
-	  dist_files=`for file in $$list; do echo $$file; done | \
-	  sed -e "s|^$$srcdirstrip/||;t" \
-	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
-	case $$dist_files in \
-	  */*) $(MKDIR_P) `echo "$$dist_files" | \
-			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
-			   sort -u` ;; \
-	esac; \
-	for file in $$dist_files; do \
-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
-	  if test -d $$d/$$file; then \
-	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
-	    if test -d "$(distdir)/$$file"; then \
-	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
-	    fi; \
-	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
-	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
-	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
-	    fi; \
-	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
-	  else \
-	    test -f "$(distdir)/$$file" \
-	    || cp -p $$d/$$file "$(distdir)/$$file" \
-	    || exit 1; \
-	  fi; \
-	done
-check-am: all-am
-check: check-am
-all-am: Makefile $(PROGRAMS)
-installdirs:
-install: install-am
-install-exec: install-exec-am
-install-data: install-data-am
-uninstall: uninstall-am
-
-install-am: all-am
-	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
-
-installcheck: installcheck-am
-install-strip:
-	if test -z '$(STRIP)'; then \
-	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
-	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
-	      install; \
-	else \
-	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
-	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
-	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
-	fi
-mostlyclean-generic:
-
-clean-generic:
-
-distclean-generic:
-	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
-	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
-
-maintainer-clean-generic:
-	@echo "This command is intended for maintainers to use"
-	@echo "it deletes files that may require special tools to rebuild."
-clean: clean-am
-
-clean-am: clean-generic clean-libtool clean-noinstPROGRAMS \
-	mostlyclean-am
-
-distclean: distclean-am
-	-rm -rf ./$(DEPDIR)
-	-rm -f Makefile
-distclean-am: clean-am distclean-compile distclean-generic \
-	distclean-tags
-
-dvi: dvi-am
-
-dvi-am:
-
-html: html-am
-
-html-am:
-
-info: info-am
-
-info-am:
-
-install-data-am:
-
-install-dvi: install-dvi-am
-
-install-dvi-am:
-
-install-exec-am:
-
-install-html: install-html-am
-
-install-html-am:
-
-install-info: install-info-am
-
-install-info-am:
-
-install-man:
-
-install-pdf: install-pdf-am
-
-install-pdf-am:
-
-install-ps: install-ps-am
-
-install-ps-am:
-
-installcheck-am:
-
-maintainer-clean: maintainer-clean-am
-	-rm -rf ./$(DEPDIR)
-	-rm -f Makefile
-maintainer-clean-am: distclean-am maintainer-clean-generic
-
-mostlyclean: mostlyclean-am
-
-mostlyclean-am: mostlyclean-compile mostlyclean-generic \
-	mostlyclean-libtool
-
-pdf: pdf-am
-
-pdf-am:
-
-ps: ps-am
-
-ps-am:
-
-uninstall-am:
-
-.MAKE: install-am install-strip
-
-.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
-	clean-libtool clean-noinstPROGRAMS cscopelist-am ctags \
-	ctags-am distclean distclean-compile distclean-generic \
-	distclean-libtool distclean-tags distdir dvi dvi-am html \
-	html-am info info-am install install-am install-data \
-	install-data-am install-dvi install-dvi-am install-exec \
-	install-exec-am install-html install-html-am install-info \
-	install-info-am install-man install-pdf install-pdf-am \
-	install-ps install-ps-am install-strip installcheck \
-	installcheck-am installdirs maintainer-clean \
-	maintainer-clean-generic mostlyclean mostlyclean-compile \
-	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
-	tags tags-am uninstall uninstall-am
-
-.PRECIOUS: Makefile
-
-
-# Tell versions [3.59,3.63) of GNU make to not export all variables.
-# Otherwise a system limit (for SysV at least) may be exceeded.
-.NOEXPORT:
diff --git a/examples/example1-spir64/example1_exec.c b/examples/example1-spir64/example1_exec.c
index 94a132a..7ab7c7a 100644
--- a/examples/example1-spir64/example1_exec.c
+++ b/examples/example1-spir64/example1_exec.c
@@ -101,7 +101,7 @@ exec_dot_product_kernel(const char *program_source, size_t source_size,
     } 
  
   // build the program 
-  err = clBuildProgram(program, 0, NULL, NULL, NULL, NULL); 
+  err = clBuildProgram(program, 0, NULL, "-x spir -spir-std=1.2", NULL, NULL);
   if (err != CL_SUCCESS) 
     { 
       delete_memobjs(memobjs, 3); 
diff --git a/examples/example1/Makefile.am b/examples/example1/Makefile.am
deleted file mode 100644
index 8c9950b..0000000
--- a/examples/example1/Makefile.am
+++ /dev/null
@@ -1,33 +0,0 @@
-# Process this file with automake to produce Makefile.in (in this,
-# and all subdirectories).
-# Makefile.am for pocl/examples/example1.
-# 
-# Copyright (c) 2011 Universidad Rey Juan Carlos
-# 
-# Permission is hereby granted, free of charge, to any person obtaining a copy
-# of this software and associated documentation files (the "Software"), to deal
-# in the Software without restriction, including without limitation the rights
-# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-# copies of the Software, and to permit persons to whom the Software is
-# furnished to do so, subject to the following conditions:
-# 
-# The above copyright notice and this permission notice shall be included in
-# all copies or substantial portions of the Software.
-# 
-# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-# THE SOFTWARE.
-
-noinst_PROGRAMS = example1
-
-example1_SOURCES = example1.c example1_exec.c example1.cl
-example1_LDADD = @OPENCL_LIBS@ ../../lib/poclu/libpoclu.la
-example1_CFLAGS = @OPENCL_CFLAGS@
-
-AM_CPPFLAGS = -I$(top_srcdir)/fix-include -I$(top_srcdir)/include -DSRCDIR='"$(abs_srcdir)"'
-
-EXTRA_DIST = CMakeLists.txt
diff --git a/examples/example1/Makefile.in b/examples/example1/Makefile.in
deleted file mode 100644
index 2ea4910..0000000
--- a/examples/example1/Makefile.in
+++ /dev/null
@@ -1,734 +0,0 @@
-# Makefile.in generated by automake 1.15 from Makefile.am.
-# @configure_input@
-
-# Copyright (C) 1994-2014 Free Software Foundation, Inc.
-
-# This Makefile.in is free software; the Free Software Foundation
-# gives unlimited permission to copy and/or distribute it,
-# with or without modifications, as long as this notice is preserved.
-
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
-# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
-# PARTICULAR PURPOSE.
-
- at SET_MAKE@
-
-# Process this file with automake to produce Makefile.in (in this,
-# and all subdirectories).
-# Makefile.am for pocl/examples/example1.
-# 
-# Copyright (c) 2011 Universidad Rey Juan Carlos
-# 
-# Permission is hereby granted, free of charge, to any person obtaining a copy
-# of this software and associated documentation files (the "Software"), to deal
-# in the Software without restriction, including without limitation the rights
-# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-# copies of the Software, and to permit persons to whom the Software is
-# furnished to do so, subject to the following conditions:
-# 
-# The above copyright notice and this permission notice shall be included in
-# all copies or substantial portions of the Software.
-# 
-# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-# THE SOFTWARE.
-
-VPATH = @srcdir@
-am__is_gnu_make = { \
-  if test -z '$(MAKELEVEL)'; then \
-    false; \
-  elif test -n '$(MAKE_HOST)'; then \
-    true; \
-  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
-    true; \
-  else \
-    false; \
-  fi; \
-}
-am__make_running_with_option = \
-  case $${target_option-} in \
-      ?) ;; \
-      *) echo "am__make_running_with_option: internal error: invalid" \
-              "target option '$${target_option-}' specified" >&2; \
-         exit 1;; \
-  esac; \
-  has_opt=no; \
-  sane_makeflags=$$MAKEFLAGS; \
-  if $(am__is_gnu_make); then \
-    sane_makeflags=$$MFLAGS; \
-  else \
-    case $$MAKEFLAGS in \
-      *\\[\ \	]*) \
-        bs=\\; \
-        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
-          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
-    esac; \
-  fi; \
-  skip_next=no; \
-  strip_trailopt () \
-  { \
-    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
-  }; \
-  for flg in $$sane_makeflags; do \
-    test $$skip_next = yes && { skip_next=no; continue; }; \
-    case $$flg in \
-      *=*|--*) continue;; \
-        -*I) strip_trailopt 'I'; skip_next=yes;; \
-      -*I?*) strip_trailopt 'I';; \
-        -*O) strip_trailopt 'O'; skip_next=yes;; \
-      -*O?*) strip_trailopt 'O';; \
-        -*l) strip_trailopt 'l'; skip_next=yes;; \
-      -*l?*) strip_trailopt 'l';; \
-      -[dEDm]) skip_next=yes;; \
-      -[JT]) skip_next=yes;; \
-    esac; \
-    case $$flg in \
-      *$$target_option*) has_opt=yes; break;; \
-    esac; \
-  done; \
-  test $$has_opt = yes
-am__make_dryrun = (target_option=n; $(am__make_running_with_option))
-am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
-pkgdatadir = $(datadir)/@PACKAGE@
-pkgincludedir = $(includedir)/@PACKAGE@
-pkglibdir = $(libdir)/@PACKAGE@
-pkglibexecdir = $(libexecdir)/@PACKAGE@
-am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
-install_sh_DATA = $(install_sh) -c -m 644
-install_sh_PROGRAM = $(install_sh) -c
-install_sh_SCRIPT = $(install_sh) -c
-INSTALL_HEADER = $(INSTALL_DATA)
-transform = $(program_transform_name)
-NORMAL_INSTALL = :
-PRE_INSTALL = :
-POST_INSTALL = :
-NORMAL_UNINSTALL = :
-PRE_UNINSTALL = :
-POST_UNINSTALL = :
-build_triplet = @build@
-host_triplet = @host@
-target_triplet = @target@
-noinst_PROGRAMS = example1$(EXEEXT)
-subdir = examples/example1
-ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
-am__aclocal_m4_deps = $(top_srcdir)/m4/ax_boost_base.m4 \
-	$(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
-	$(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
-	$(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/acinclude.m4 \
-	$(top_srcdir)/configure.ac
-am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
-	$(ACLOCAL_M4)
-DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
-mkinstalldirs = $(install_sh) -d
-CONFIG_HEADER = $(top_builddir)/config.h
-CONFIG_CLEAN_FILES =
-CONFIG_CLEAN_VPATH_FILES =
-PROGRAMS = $(noinst_PROGRAMS)
-am_example1_OBJECTS = example1-example1.$(OBJEXT) \
-	example1-example1_exec.$(OBJEXT)
-example1_OBJECTS = $(am_example1_OBJECTS)
-example1_DEPENDENCIES = ../../lib/poclu/libpoclu.la
-AM_V_lt = $(am__v_lt_ at AM_V@)
-am__v_lt_ = $(am__v_lt_ at AM_DEFAULT_V@)
-am__v_lt_0 = --silent
-am__v_lt_1 = 
-example1_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
-	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(example1_CFLAGS) \
-	$(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
-AM_V_P = $(am__v_P_ at AM_V@)
-am__v_P_ = $(am__v_P_ at AM_DEFAULT_V@)
-am__v_P_0 = false
-am__v_P_1 = :
-AM_V_GEN = $(am__v_GEN_ at AM_V@)
-am__v_GEN_ = $(am__v_GEN_ at AM_DEFAULT_V@)
-am__v_GEN_0 = @echo "  GEN     " $@;
-am__v_GEN_1 = 
-AM_V_at = $(am__v_at_ at AM_V@)
-am__v_at_ = $(am__v_at_ at AM_DEFAULT_V@)
-am__v_at_0 = @
-am__v_at_1 = 
-DEFAULT_INCLUDES = -I. at am__isrc@ -I$(top_builddir)
-depcomp = $(SHELL) $(top_srcdir)/config/depcomp
-am__depfiles_maybe = depfiles
-am__mv = mv -f
-COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
-	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
-LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
-	$(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
-	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
-	$(AM_CFLAGS) $(CFLAGS)
-AM_V_CC = $(am__v_CC_ at AM_V@)
-am__v_CC_ = $(am__v_CC_ at AM_DEFAULT_V@)
-am__v_CC_0 = @echo "  CC      " $@;
-am__v_CC_1 = 
-CCLD = $(CC)
-LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
-	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
-AM_V_CCLD = $(am__v_CCLD_ at AM_V@)
-am__v_CCLD_ = $(am__v_CCLD_ at AM_DEFAULT_V@)
-am__v_CCLD_0 = @echo "  CCLD    " $@;
-am__v_CCLD_1 = 
-SOURCES = $(example1_SOURCES)
-DIST_SOURCES = $(example1_SOURCES)
-am__can_run_installinfo = \
-  case $$AM_UPDATE_INFO_DIR in \
-    n|no|NO) false;; \
-    *) (install-info --version) >/dev/null 2>&1;; \
-  esac
-am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
-# Read a list of newline-separated strings from the standard input,
-# and print each of them once, without duplicates.  Input order is
-# *not* preserved.
-am__uniquify_input = $(AWK) '\
-  BEGIN { nonempty = 0; } \
-  { items[$$0] = 1; nonempty = 1; } \
-  END { if (nonempty) { for (i in items) print i; }; } \
-'
-# Make sure the list of sources is unique.  This is necessary because,
-# e.g., the same source file might be shared among _SOURCES variables
-# for different programs/libraries.
-am__define_uniq_tagged_files = \
-  list='$(am__tagged_files)'; \
-  unique=`for i in $$list; do \
-    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
-  done | $(am__uniquify_input)`
-ETAGS = etags
-CTAGS = ctags
-am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/config/depcomp
-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
-ACLOCAL = @ACLOCAL@
-AMTAR = @AMTAR@
-AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
-AR = @AR@
-AUTOCONF = @AUTOCONF@
-AUTOHEADER = @AUTOHEADER@
-AUTOMAKE = @AUTOMAKE@
-AWK = @AWK@
-BOOST_CPPFLAGS = @BOOST_CPPFLAGS@
-BOOST_LDFLAGS = @BOOST_LDFLAGS@
-BUILD_TIMESTAMP = @BUILD_TIMESTAMP@
-CC = @CC@
-CCDEPMODE = @CCDEPMODE@
-CFLAGS = @CFLAGS@
-CLANG = @CLANG@
-CLANGXX = @CLANGXX@
-CLANGXX_FLAGS = @CLANGXX_FLAGS@
-CLFLAGS = @CLFLAGS@
-CPP = @CPP@
-CPPFLAGS = @CPPFLAGS@
-CXX = @CXX@
-CXXCPP = @CXXCPP@
-CXXDEPMODE = @CXXDEPMODE@
-CXXFLAGS = @CXXFLAGS@
-CYGPATH_W = @CYGPATH_W@
-DEFS = @DEFS@
-DEPDIR = @DEPDIR@
-DLLTOOL = @DLLTOOL@
-DSYMUTIL = @DSYMUTIL@
-DUMPBIN = @DUMPBIN@
-ECHO_C = @ECHO_C@
-ECHO_N = @ECHO_N@
-ECHO_T = @ECHO_T@
-EGREP = @EGREP@
-EXEEXT = @EXEEXT@
-FGREP = @FGREP@
-FORCED_CLFLAGS = @FORCED_CLFLAGS@
-GLEW_CFLAGS = @GLEW_CFLAGS@
-GLEW_LIBS = @GLEW_LIBS@
-GREP = @GREP@
-HOST = @HOST@
-HOST_AS_FLAGS = @HOST_AS_FLAGS@
-HOST_CLANG_FLAGS = @HOST_CLANG_FLAGS@
-HOST_CPU = @HOST_CPU@
-HOST_DEVICE_EXTENSION_DEFINES = @HOST_DEVICE_EXTENSION_DEFINES@
-HOST_LD_FLAGS = @HOST_LD_FLAGS@
-HOST_LLC_FLAGS = @HOST_LLC_FLAGS@
-HOST_SIZEOF_DOUBLE = @HOST_SIZEOF_DOUBLE@
-HOST_SIZEOF_HALF = @HOST_SIZEOF_HALF@
-HOST_SIZEOF_LONG = @HOST_SIZEOF_LONG@
-HOST_SIZEOF_VOID_P = @HOST_SIZEOF_VOID_P@
-HSAILASM = @HSAILASM@
-HSA_DEVICE_EXTENSION_DEFINES = @HSA_DEVICE_EXTENSION_DEFINES@
-HSA_INCLUDES = @HSA_INCLUDES@
-HSA_LIBS = @HSA_LIBS@
-HWLOC_CFLAGS = @HWLOC_CFLAGS@
-HWLOC_LIBS = @HWLOC_LIBS@
-ICD_LD_FLAGS = @ICD_LD_FLAGS@
-INSTALL = @INSTALL@
-INSTALL_DATA = @INSTALL_DATA@
-INSTALL_PROGRAM = @INSTALL_PROGRAM@
-INSTALL_SCRIPT = @INSTALL_SCRIPT@
-INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
-KERNEL_COMPILER_LIB_VERSION = @KERNEL_COMPILER_LIB_VERSION@
-LD = @LD@
-LDFLAGS = @LDFLAGS@
-LD_FLAGS_BIN = @LD_FLAGS_BIN@
-LIBOBJS = @LIBOBJS@
-LIBRARY_SUFFIX = @LIBRARY_SUFFIX@
-LIBS = @LIBS@
-LIBTOOL = @LIBTOOL@
-LIB_AGE_VERSION = @LIB_AGE_VERSION@
-LIB_CURRENT_VERSION = @LIB_CURRENT_VERSION@
-LIB_FIRST_VERSION = @LIB_FIRST_VERSION@
-LIB_REVISION_VERSION = @LIB_REVISION_VERSION@
-LIB_VERSION = @LIB_VERSION@
-LIPO = @LIPO@
-LLC = @LLC@
-LLVM_AS = @LLVM_AS@
-LLVM_CONFIG = @LLVM_CONFIG@
-LLVM_CXX_FLAGS = @LLVM_CXX_FLAGS@
-LLVM_LDFLAGS = @LLVM_LDFLAGS@
-LLVM_LIBS = @LLVM_LIBS@
-LLVM_LINK = @LLVM_LINK@
-LLVM_OPT = @LLVM_OPT@
-LLVM_VERSION = @LLVM_VERSION@
-LN_S = @LN_S@
-LTDL_LIBS = @LTDL_LIBS@
-LTLIBOBJS = @LTLIBOBJS@
-LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
-MAKEINFO = @MAKEINFO@
-MANIFEST_TOOL = @MANIFEST_TOOL@
-MKDIR_P = @MKDIR_P@
-NM = @NM@
-NMEDIT = @NMEDIT@
-OBJDUMP = @OBJDUMP@
-OBJEXT = @OBJEXT@
-OCL_ICD_CFLAGS = @OCL_ICD_CFLAGS@
-OCL_ICD_LIBS = @OCL_ICD_LIBS@
-OCL_KERNEL_ARCH = @OCL_KERNEL_ARCH@
-OCL_KERNEL_TARGET = @OCL_KERNEL_TARGET@
-OCL_KERNEL_TARGET_CPU = @OCL_KERNEL_TARGET_CPU@
-OCL_TARGETS = @OCL_TARGETS@
-OPENCL_CFLAGS = @OPENCL_CFLAGS@
-OPENCL_CMAKE = @OPENCL_CMAKE@
-OPENCL_EXTLIBS = @OPENCL_EXTLIBS@
-OPENCL_LIBS = @OPENCL_LIBS@
-OPT = @OPT@
-OTOOL = @OTOOL@
-OTOOL64 = @OTOOL64@
-PACKAGE = @PACKAGE@
-PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
-PACKAGE_NAME = @PACKAGE_NAME@
-PACKAGE_STRING = @PACKAGE_STRING@
-PACKAGE_TARNAME = @PACKAGE_TARNAME@
-PACKAGE_URL = @PACKAGE_URL@
-PACKAGE_VERSION = @PACKAGE_VERSION@
-PATH_SEPARATOR = @PATH_SEPARATOR@
-PKG_CONFIG = @PKG_CONFIG@
-PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
-PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
-POAT_TESTSUITES = @POAT_TESTSUITES@
-POCL_DEVICE_ADDRESS_BITS = @POCL_DEVICE_ADDRESS_BITS@
-PTHREAD_CC = @PTHREAD_CC@
-PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
-PTHREAD_LIBS = @PTHREAD_LIBS@
-RANLIB = @RANLIB@
-SDL_CFLAGS = @SDL_CFLAGS@
-SDL_LIBS = @SDL_LIBS@
-SED = @SED@
-SET_MAKE = @SET_MAKE@
-SHELL = @SHELL@
-STRIP = @STRIP@
-TARGET = @TARGET@
-TARGET_CLANG_FLAGS = @TARGET_CLANG_FLAGS@
-TARGET_CPU = @TARGET_CPU@
-TARGET_LLC_FLAGS = @TARGET_LLC_FLAGS@
-TARGET_SIZEOF_DOUBLE = @TARGET_SIZEOF_DOUBLE@
-TARGET_SIZEOF_HALF = @TARGET_SIZEOF_HALF@
-TARGET_SIZEOF_LONG = @TARGET_SIZEOF_LONG@
-TARGET_SIZEOF_VOID_P = @TARGET_SIZEOF_VOID_P@
-TCECC = @TCECC@
-TCEMC_AVAILABLE = @TCEMC_AVAILABLE@
-TCE_AVAILABLE = @TCE_AVAILABLE@
-TCE_CONFIG = @TCE_CONFIG@
-TCE_DEVICE_EXTENSION_DEFINES = @TCE_DEVICE_EXTENSION_DEFINES@
-VERSION = @VERSION@
-abs_builddir = @abs_builddir@
-abs_srcdir = @abs_srcdir@
-abs_top_builddir = @abs_top_builddir@
-abs_top_srcdir = @abs_top_srcdir@
-ac_ct_AR = @ac_ct_AR@
-ac_ct_CC = @ac_ct_CC@
-ac_ct_CXX = @ac_ct_CXX@
-ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
-acx_pthread_config = @acx_pthread_config@
-am__include = @am__include@
-am__leading_dot = @am__leading_dot@
-am__quote = @am__quote@
-am__tar = @am__tar@
-am__untar = @am__untar@
-bindir = @bindir@
-build = @build@
-build_alias = @build_alias@
-build_cpu = @build_cpu@
-build_os = @build_os@
-build_vendor = @build_vendor@
-builddir = @builddir@
-datadir = @datadir@
-datarootdir = @datarootdir@
-docdir = @docdir@
-dvidir = @dvidir@
-exec_prefix = @exec_prefix@
-host = @host@
-host_alias = @host_alias@
-host_cpu = @host_cpu@
-host_os = @host_os@
-host_vendor = @host_vendor@
-htmldir = @htmldir@
-includedir = @includedir@
-infodir = @infodir@
-install_sh = @install_sh@
-libdir = @libdir@
-libexecdir = @libexecdir@
-localedir = @localedir@
-localstatedir = @localstatedir@
-mandir = @mandir@
-mkdir_p = @mkdir_p@
-oldincludedir = @oldincludedir@
-pdfdir = @pdfdir@
-prefix = @prefix@
-program_transform_name = @program_transform_name@
-psdir = @psdir@
-sbindir = @sbindir@
-sharedstatedir = @sharedstatedir@
-srcdir = @srcdir@
-sysconfdir = @sysconfdir@
-target = @target@
-target_alias = @target_alias@
-target_cpu = @target_cpu@
-target_os = @target_os@
-target_vendor = @target_vendor@
-top_build_prefix = @top_build_prefix@
-top_builddir = @top_builddir@
-top_srcdir = @top_srcdir@
-example1_SOURCES = example1.c example1_exec.c example1.cl
-example1_LDADD = @OPENCL_LIBS@ ../../lib/poclu/libpoclu.la
-example1_CFLAGS = @OPENCL_CFLAGS@
-AM_CPPFLAGS = -I$(top_srcdir)/fix-include -I$(top_srcdir)/include -DSRCDIR='"$(abs_srcdir)"'
-EXTRA_DIST = CMakeLists.txt
-all: all-am
-
-.SUFFIXES:
-.SUFFIXES: .c .lo .o .obj
-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
-	@for dep in $?; do \
-	  case '$(am__configure_deps)' in \
-	    *$$dep*) \
-	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
-	        && { if test -f $@; then exit 0; else break; fi; }; \
-	      exit 1;; \
-	  esac; \
-	done; \
-	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign examples/example1/Makefile'; \
-	$(am__cd) $(top_srcdir) && \
-	  $(AUTOMAKE) --foreign examples/example1/Makefile
-Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
-	@case '$?' in \
-	  *config.status*) \
-	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
-	  *) \
-	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
-	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
-	esac;
-
-$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
-	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-
-$(top_srcdir)/configure:  $(am__configure_deps)
-	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
-	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-$(am__aclocal_m4_deps):
-
-clean-noinstPROGRAMS:
-	@list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \
-	echo " rm -f" $$list; \
-	rm -f $$list || exit $$?; \
-	test -n "$(EXEEXT)" || exit 0; \
-	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
-	echo " rm -f" $$list; \
-	rm -f $$list
-
-example1$(EXEEXT): $(example1_OBJECTS) $(example1_DEPENDENCIES) $(EXTRA_example1_DEPENDENCIES) 
-	@rm -f example1$(EXEEXT)
-	$(AM_V_CCLD)$(example1_LINK) $(example1_OBJECTS) $(example1_LDADD) $(LIBS)
-
-mostlyclean-compile:
-	-rm -f *.$(OBJEXT)
-
-distclean-compile:
-	-rm -f *.tab.c
-
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/example1-example1.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/example1-example1_exec.Po at am__quote@
-
-.c.o:
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(COMPILE) -c -o $@ $<
-
-.c.obj:
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
-
-.c.lo:
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(LTCOMPILE) -c -o $@ $<
-
-example1-example1.o: example1.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(example1_CFLAGS) $(CFLAGS) -MT example1-example1.o -MD -MP -MF $(DEPDIR)/example1-example1.Tpo -c -o example1-example1.o `test -f 'example1.c' || echo '$(srcdir)/'`example1.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/example1-example1.Tpo $(DEPDIR)/example1-example1.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='example1.c' object='example1-example1.o' libtool=no @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(example1_CFLAGS) $(CFLAGS) -c -o example1-example1.o `test -f 'example1.c' || echo '$(srcdir)/'`example1.c
-
-example1-example1.obj: example1.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(example1_CFLAGS) $(CFLAGS) -MT example1-example1.obj -MD -MP -MF $(DEPDIR)/example1-example1.Tpo -c -o example1-example1.obj `if test -f 'example1.c'; then $(CYGPATH_W) 'example1.c'; else $(CYGPATH_W) '$(srcdir)/example1.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/example1-example1.Tpo $(DEPDIR)/example1-example1.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='example1.c' object='example1-example1.obj' libtool=no @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(example1_CFLAGS) $(CFLAGS) -c -o example1-example1.obj `if test -f 'example1.c'; then $(CYGPATH_W) 'example1.c'; else $(CYGPATH_W) '$(srcdir)/example1.c'; fi`
-
-example1-example1_exec.o: example1_exec.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(example1_CFLAGS) $(CFLAGS) -MT example1-example1_exec.o -MD -MP -MF $(DEPDIR)/example1-example1_exec.Tpo -c -o example1-example1_exec.o `test -f 'example1_exec.c' || echo '$(srcdir)/'`example1_exec.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/example1-example1_exec.Tpo $(DEPDIR)/example1-example1_exec.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='example1_exec.c' object='example1-example1_exec.o' libtool=no @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(example1_CFLAGS) $(CFLAGS) -c -o example1-example1_exec.o `test -f 'example1_exec.c' || echo '$(srcdir)/'`example1_exec.c
-
-example1-example1_exec.obj: example1_exec.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(example1_CFLAGS) $(CFLAGS) -MT example1-example1_exec.obj -MD -MP -MF $(DEPDIR)/example1-example1_exec.Tpo -c -o example1-example1_exec.obj `if test -f 'example1_exec.c'; then $(CYGPATH_W) 'example1_exec.c'; else $(CYGPATH_W) '$(srcdir)/example1_exec.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/example1-example1_exec.Tpo $(DEPDIR)/example1-example1_exec.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='example1_exec.c' object='example1-example1_exec.obj' libtool=no @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(example1_CFLAGS) $(CFLAGS) -c -o example1-example1_exec.obj `if test -f 'example1_exec.c'; then $(CYGPATH_W) 'example1_exec.c'; else $(CYGPATH_W) '$(srcdir)/example1_exec.c'; fi`
-
-mostlyclean-libtool:
-	-rm -f *.lo
-
-clean-libtool:
-	-rm -rf .libs _libs
-
-ID: $(am__tagged_files)
-	$(am__define_uniq_tagged_files); mkid -fID $$unique
-tags: tags-am
-TAGS: tags
-
-tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
-	set x; \
-	here=`pwd`; \
-	$(am__define_uniq_tagged_files); \
-	shift; \
-	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
-	  test -n "$$unique" || unique=$$empty_fix; \
-	  if test $$# -gt 0; then \
-	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
-	      "$$@" $$unique; \
-	  else \
-	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
-	      $$unique; \
-	  fi; \
-	fi
-ctags: ctags-am
-
-CTAGS: ctags
-ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
-	$(am__define_uniq_tagged_files); \
-	test -z "$(CTAGS_ARGS)$$unique" \
-	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
-	     $$unique
-
-GTAGS:
-	here=`$(am__cd) $(top_builddir) && pwd` \
-	  && $(am__cd) $(top_srcdir) \
-	  && gtags -i $(GTAGS_ARGS) "$$here"
-cscopelist: cscopelist-am
-
-cscopelist-am: $(am__tagged_files)
-	list='$(am__tagged_files)'; \
-	case "$(srcdir)" in \
-	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
-	  *) sdir=$(subdir)/$(srcdir) ;; \
-	esac; \
-	for i in $$list; do \
-	  if test -f "$$i"; then \
-	    echo "$(subdir)/$$i"; \
-	  else \
-	    echo "$$sdir/$$i"; \
-	  fi; \
-	done >> $(top_builddir)/cscope.files
-
-distclean-tags:
-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
-
-distdir: $(DISTFILES)
-	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
-	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
-	list='$(DISTFILES)'; \
-	  dist_files=`for file in $$list; do echo $$file; done | \
-	  sed -e "s|^$$srcdirstrip/||;t" \
-	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
-	case $$dist_files in \
-	  */*) $(MKDIR_P) `echo "$$dist_files" | \
-			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
-			   sort -u` ;; \
-	esac; \
-	for file in $$dist_files; do \
-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
-	  if test -d $$d/$$file; then \
-	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
-	    if test -d "$(distdir)/$$file"; then \
-	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
-	    fi; \
-	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
-	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
-	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
-	    fi; \
-	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
-	  else \
-	    test -f "$(distdir)/$$file" \
-	    || cp -p $$d/$$file "$(distdir)/$$file" \
-	    || exit 1; \
-	  fi; \
-	done
-check-am: all-am
-check: check-am
-all-am: Makefile $(PROGRAMS)
-installdirs:
-install: install-am
-install-exec: install-exec-am
-install-data: install-data-am
-uninstall: uninstall-am
-
-install-am: all-am
-	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
-
-installcheck: installcheck-am
-install-strip:
-	if test -z '$(STRIP)'; then \
-	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
-	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
-	      install; \
-	else \
-	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
-	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
-	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
-	fi
-mostlyclean-generic:
-
-clean-generic:
-
-distclean-generic:
-	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
-	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
-
-maintainer-clean-generic:
-	@echo "This command is intended for maintainers to use"
-	@echo "it deletes files that may require special tools to rebuild."
-clean: clean-am
-
-clean-am: clean-generic clean-libtool clean-noinstPROGRAMS \
-	mostlyclean-am
-
-distclean: distclean-am
-	-rm -rf ./$(DEPDIR)
-	-rm -f Makefile
-distclean-am: clean-am distclean-compile distclean-generic \
-	distclean-tags
-
-dvi: dvi-am
-
-dvi-am:
-
-html: html-am
-
-html-am:
-
-info: info-am
-
-info-am:
-
-install-data-am:
-
-install-dvi: install-dvi-am
-
-install-dvi-am:
-
-install-exec-am:
-
-install-html: install-html-am
-
-install-html-am:
-
-install-info: install-info-am
-
-install-info-am:
-
-install-man:
-
-install-pdf: install-pdf-am
-
-install-pdf-am:
-
-install-ps: install-ps-am
-
-install-ps-am:
-
-installcheck-am:
-
-maintainer-clean: maintainer-clean-am
-	-rm -rf ./$(DEPDIR)
-	-rm -f Makefile
-maintainer-clean-am: distclean-am maintainer-clean-generic
-
-mostlyclean: mostlyclean-am
-
-mostlyclean-am: mostlyclean-compile mostlyclean-generic \
-	mostlyclean-libtool
-
-pdf: pdf-am
-
-pdf-am:
-
-ps: ps-am
-
-ps-am:
-
-uninstall-am:
-
-.MAKE: install-am install-strip
-
-.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
-	clean-libtool clean-noinstPROGRAMS cscopelist-am ctags \
-	ctags-am distclean distclean-compile distclean-generic \
-	distclean-libtool distclean-tags distdir dvi dvi-am html \
-	html-am info info-am install install-am install-data \
-	install-data-am install-dvi install-dvi-am install-exec \
-	install-exec-am install-html install-html-am install-info \
-	install-info-am install-man install-pdf install-pdf-am \
-	install-ps install-ps-am install-strip installcheck \
-	installcheck-am installdirs maintainer-clean \
-	maintainer-clean-generic mostlyclean mostlyclean-compile \
-	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
-	tags tags-am uninstall uninstall-am
-
-.PRECIOUS: Makefile
-
-
-# Tell versions [3.59,3.63) of GNU make to not export all variables.
-# Otherwise a system limit (for SysV at least) may be exceeded.
-.NOEXPORT:
diff --git a/examples/example2/Makefile.am b/examples/example2/Makefile.am
deleted file mode 100644
index 129d810..0000000
--- a/examples/example2/Makefile.am
+++ /dev/null
@@ -1,33 +0,0 @@
-# Process this file with automake to produce Makefile.in (in this,
-# and all subdirectories).
-# Makefile.am for pocl/examples/example2.
-# 
-# Copyright (c) 2011 Universidad Rey Juan Carlos
-# 
-# Permission is hereby granted, free of charge, to any person obtaining a copy
-# of this software and associated documentation files (the "Software"), to deal
-# in the Software without restriction, including without limitation the rights
-# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-# copies of the Software, and to permit persons to whom the Software is
-# furnished to do so, subject to the following conditions:
-# 
-# The above copyright notice and this permission notice shall be included in
-# all copies or substantial portions of the Software.
-# 
-# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-# THE SOFTWARE.
-
-noinst_PROGRAMS = example2
-
-example2_SOURCES = example2.c example2.cl
-example2_LDADD = @OPENCL_LIBS@ ../../lib/poclu/libpoclu.la
-example2_CFLAGS = @OPENCL_CFLAGS@
-
-AM_CPPFLAGS = -I$(top_srcdir)/fix-include -I$(top_srcdir)/include -DSRCDIR='"$(abs_srcdir)"'
-
-EXTRA_DIST = CMakeLists.txt
diff --git a/examples/example2/Makefile.in b/examples/example2/Makefile.in
deleted file mode 100644
index f5bc690..0000000
--- a/examples/example2/Makefile.in
+++ /dev/null
@@ -1,718 +0,0 @@
-# Makefile.in generated by automake 1.15 from Makefile.am.
-# @configure_input@
-
-# Copyright (C) 1994-2014 Free Software Foundation, Inc.
-
-# This Makefile.in is free software; the Free Software Foundation
-# gives unlimited permission to copy and/or distribute it,
-# with or without modifications, as long as this notice is preserved.
-
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
-# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
-# PARTICULAR PURPOSE.
-
- at SET_MAKE@
-
-# Process this file with automake to produce Makefile.in (in this,
-# and all subdirectories).
-# Makefile.am for pocl/examples/example2.
-# 
-# Copyright (c) 2011 Universidad Rey Juan Carlos
-# 
-# Permission is hereby granted, free of charge, to any person obtaining a copy
-# of this software and associated documentation files (the "Software"), to deal
-# in the Software without restriction, including without limitation the rights
-# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-# copies of the Software, and to permit persons to whom the Software is
-# furnished to do so, subject to the following conditions:
-# 
-# The above copyright notice and this permission notice shall be included in
-# all copies or substantial portions of the Software.
-# 
-# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-# THE SOFTWARE.
-
-VPATH = @srcdir@
-am__is_gnu_make = { \
-  if test -z '$(MAKELEVEL)'; then \
-    false; \
-  elif test -n '$(MAKE_HOST)'; then \
-    true; \
-  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
-    true; \
-  else \
-    false; \
-  fi; \
-}
-am__make_running_with_option = \
-  case $${target_option-} in \
-      ?) ;; \
-      *) echo "am__make_running_with_option: internal error: invalid" \
-              "target option '$${target_option-}' specified" >&2; \
-         exit 1;; \
-  esac; \
-  has_opt=no; \
-  sane_makeflags=$$MAKEFLAGS; \
-  if $(am__is_gnu_make); then \
-    sane_makeflags=$$MFLAGS; \
-  else \
-    case $$MAKEFLAGS in \
-      *\\[\ \	]*) \
-        bs=\\; \
-        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
-          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
-    esac; \
-  fi; \
-  skip_next=no; \
-  strip_trailopt () \
-  { \
-    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
-  }; \
-  for flg in $$sane_makeflags; do \
-    test $$skip_next = yes && { skip_next=no; continue; }; \
-    case $$flg in \
-      *=*|--*) continue;; \
-        -*I) strip_trailopt 'I'; skip_next=yes;; \
-      -*I?*) strip_trailopt 'I';; \
-        -*O) strip_trailopt 'O'; skip_next=yes;; \
-      -*O?*) strip_trailopt 'O';; \
-        -*l) strip_trailopt 'l'; skip_next=yes;; \
-      -*l?*) strip_trailopt 'l';; \
-      -[dEDm]) skip_next=yes;; \
-      -[JT]) skip_next=yes;; \
-    esac; \
-    case $$flg in \
-      *$$target_option*) has_opt=yes; break;; \
-    esac; \
-  done; \
-  test $$has_opt = yes
-am__make_dryrun = (target_option=n; $(am__make_running_with_option))
-am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
-pkgdatadir = $(datadir)/@PACKAGE@
-pkgincludedir = $(includedir)/@PACKAGE@
-pkglibdir = $(libdir)/@PACKAGE@
-pkglibexecdir = $(libexecdir)/@PACKAGE@
-am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
-install_sh_DATA = $(install_sh) -c -m 644
-install_sh_PROGRAM = $(install_sh) -c
-install_sh_SCRIPT = $(install_sh) -c
-INSTALL_HEADER = $(INSTALL_DATA)
-transform = $(program_transform_name)
-NORMAL_INSTALL = :
-PRE_INSTALL = :
-POST_INSTALL = :
-NORMAL_UNINSTALL = :
-PRE_UNINSTALL = :
-POST_UNINSTALL = :
-build_triplet = @build@
-host_triplet = @host@
-target_triplet = @target@
-noinst_PROGRAMS = example2$(EXEEXT)
-subdir = examples/example2
-ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
-am__aclocal_m4_deps = $(top_srcdir)/m4/ax_boost_base.m4 \
-	$(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
-	$(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
-	$(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/acinclude.m4 \
-	$(top_srcdir)/configure.ac
-am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
-	$(ACLOCAL_M4)
-DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
-mkinstalldirs = $(install_sh) -d
-CONFIG_HEADER = $(top_builddir)/config.h
-CONFIG_CLEAN_FILES =
-CONFIG_CLEAN_VPATH_FILES =
-PROGRAMS = $(noinst_PROGRAMS)
-am_example2_OBJECTS = example2-example2.$(OBJEXT)
-example2_OBJECTS = $(am_example2_OBJECTS)
-example2_DEPENDENCIES = ../../lib/poclu/libpoclu.la
-AM_V_lt = $(am__v_lt_ at AM_V@)
-am__v_lt_ = $(am__v_lt_ at AM_DEFAULT_V@)
-am__v_lt_0 = --silent
-am__v_lt_1 = 
-example2_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
-	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(example2_CFLAGS) \
-	$(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
-AM_V_P = $(am__v_P_ at AM_V@)
-am__v_P_ = $(am__v_P_ at AM_DEFAULT_V@)
-am__v_P_0 = false
-am__v_P_1 = :
-AM_V_GEN = $(am__v_GEN_ at AM_V@)
-am__v_GEN_ = $(am__v_GEN_ at AM_DEFAULT_V@)
-am__v_GEN_0 = @echo "  GEN     " $@;
-am__v_GEN_1 = 
-AM_V_at = $(am__v_at_ at AM_V@)
-am__v_at_ = $(am__v_at_ at AM_DEFAULT_V@)
-am__v_at_0 = @
-am__v_at_1 = 
-DEFAULT_INCLUDES = -I. at am__isrc@ -I$(top_builddir)
-depcomp = $(SHELL) $(top_srcdir)/config/depcomp
-am__depfiles_maybe = depfiles
-am__mv = mv -f
-COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
-	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
-LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
-	$(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
-	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
-	$(AM_CFLAGS) $(CFLAGS)
-AM_V_CC = $(am__v_CC_ at AM_V@)
-am__v_CC_ = $(am__v_CC_ at AM_DEFAULT_V@)
-am__v_CC_0 = @echo "  CC      " $@;
-am__v_CC_1 = 
-CCLD = $(CC)
-LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
-	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
-AM_V_CCLD = $(am__v_CCLD_ at AM_V@)
-am__v_CCLD_ = $(am__v_CCLD_ at AM_DEFAULT_V@)
-am__v_CCLD_0 = @echo "  CCLD    " $@;
-am__v_CCLD_1 = 
-SOURCES = $(example2_SOURCES)
-DIST_SOURCES = $(example2_SOURCES)
-am__can_run_installinfo = \
-  case $$AM_UPDATE_INFO_DIR in \
-    n|no|NO) false;; \
-    *) (install-info --version) >/dev/null 2>&1;; \
-  esac
-am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
-# Read a list of newline-separated strings from the standard input,
-# and print each of them once, without duplicates.  Input order is
-# *not* preserved.
-am__uniquify_input = $(AWK) '\
-  BEGIN { nonempty = 0; } \
-  { items[$$0] = 1; nonempty = 1; } \
-  END { if (nonempty) { for (i in items) print i; }; } \
-'
-# Make sure the list of sources is unique.  This is necessary because,
-# e.g., the same source file might be shared among _SOURCES variables
-# for different programs/libraries.
-am__define_uniq_tagged_files = \
-  list='$(am__tagged_files)'; \
-  unique=`for i in $$list; do \
-    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
-  done | $(am__uniquify_input)`
-ETAGS = etags
-CTAGS = ctags
-am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/config/depcomp
-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
-ACLOCAL = @ACLOCAL@
-AMTAR = @AMTAR@
-AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
-AR = @AR@
-AUTOCONF = @AUTOCONF@
-AUTOHEADER = @AUTOHEADER@
-AUTOMAKE = @AUTOMAKE@
-AWK = @AWK@
-BOOST_CPPFLAGS = @BOOST_CPPFLAGS@
-BOOST_LDFLAGS = @BOOST_LDFLAGS@
-BUILD_TIMESTAMP = @BUILD_TIMESTAMP@
-CC = @CC@
-CCDEPMODE = @CCDEPMODE@
-CFLAGS = @CFLAGS@
-CLANG = @CLANG@
-CLANGXX = @CLANGXX@
-CLANGXX_FLAGS = @CLANGXX_FLAGS@
-CLFLAGS = @CLFLAGS@
-CPP = @CPP@
-CPPFLAGS = @CPPFLAGS@
-CXX = @CXX@
-CXXCPP = @CXXCPP@
-CXXDEPMODE = @CXXDEPMODE@
-CXXFLAGS = @CXXFLAGS@
-CYGPATH_W = @CYGPATH_W@
-DEFS = @DEFS@
-DEPDIR = @DEPDIR@
-DLLTOOL = @DLLTOOL@
-DSYMUTIL = @DSYMUTIL@
-DUMPBIN = @DUMPBIN@
-ECHO_C = @ECHO_C@
-ECHO_N = @ECHO_N@
-ECHO_T = @ECHO_T@
-EGREP = @EGREP@
-EXEEXT = @EXEEXT@
-FGREP = @FGREP@
-FORCED_CLFLAGS = @FORCED_CLFLAGS@
-GLEW_CFLAGS = @GLEW_CFLAGS@
-GLEW_LIBS = @GLEW_LIBS@
-GREP = @GREP@
-HOST = @HOST@
-HOST_AS_FLAGS = @HOST_AS_FLAGS@
-HOST_CLANG_FLAGS = @HOST_CLANG_FLAGS@
-HOST_CPU = @HOST_CPU@
-HOST_DEVICE_EXTENSION_DEFINES = @HOST_DEVICE_EXTENSION_DEFINES@
-HOST_LD_FLAGS = @HOST_LD_FLAGS@
-HOST_LLC_FLAGS = @HOST_LLC_FLAGS@
-HOST_SIZEOF_DOUBLE = @HOST_SIZEOF_DOUBLE@
-HOST_SIZEOF_HALF = @HOST_SIZEOF_HALF@
-HOST_SIZEOF_LONG = @HOST_SIZEOF_LONG@
-HOST_SIZEOF_VOID_P = @HOST_SIZEOF_VOID_P@
-HSAILASM = @HSAILASM@
-HSA_DEVICE_EXTENSION_DEFINES = @HSA_DEVICE_EXTENSION_DEFINES@
-HSA_INCLUDES = @HSA_INCLUDES@
-HSA_LIBS = @HSA_LIBS@
-HWLOC_CFLAGS = @HWLOC_CFLAGS@
-HWLOC_LIBS = @HWLOC_LIBS@
-ICD_LD_FLAGS = @ICD_LD_FLAGS@
-INSTALL = @INSTALL@
-INSTALL_DATA = @INSTALL_DATA@
-INSTALL_PROGRAM = @INSTALL_PROGRAM@
-INSTALL_SCRIPT = @INSTALL_SCRIPT@
-INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
-KERNEL_COMPILER_LIB_VERSION = @KERNEL_COMPILER_LIB_VERSION@
-LD = @LD@
-LDFLAGS = @LDFLAGS@
-LD_FLAGS_BIN = @LD_FLAGS_BIN@
-LIBOBJS = @LIBOBJS@
-LIBRARY_SUFFIX = @LIBRARY_SUFFIX@
-LIBS = @LIBS@
-LIBTOOL = @LIBTOOL@
-LIB_AGE_VERSION = @LIB_AGE_VERSION@
-LIB_CURRENT_VERSION = @LIB_CURRENT_VERSION@
-LIB_FIRST_VERSION = @LIB_FIRST_VERSION@
-LIB_REVISION_VERSION = @LIB_REVISION_VERSION@
-LIB_VERSION = @LIB_VERSION@
-LIPO = @LIPO@
-LLC = @LLC@
-LLVM_AS = @LLVM_AS@
-LLVM_CONFIG = @LLVM_CONFIG@
-LLVM_CXX_FLAGS = @LLVM_CXX_FLAGS@
-LLVM_LDFLAGS = @LLVM_LDFLAGS@
-LLVM_LIBS = @LLVM_LIBS@
-LLVM_LINK = @LLVM_LINK@
-LLVM_OPT = @LLVM_OPT@
-LLVM_VERSION = @LLVM_VERSION@
-LN_S = @LN_S@
-LTDL_LIBS = @LTDL_LIBS@
-LTLIBOBJS = @LTLIBOBJS@
-LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
-MAKEINFO = @MAKEINFO@
-MANIFEST_TOOL = @MANIFEST_TOOL@
-MKDIR_P = @MKDIR_P@
-NM = @NM@
-NMEDIT = @NMEDIT@
-OBJDUMP = @OBJDUMP@
-OBJEXT = @OBJEXT@
-OCL_ICD_CFLAGS = @OCL_ICD_CFLAGS@
-OCL_ICD_LIBS = @OCL_ICD_LIBS@
-OCL_KERNEL_ARCH = @OCL_KERNEL_ARCH@
-OCL_KERNEL_TARGET = @OCL_KERNEL_TARGET@
-OCL_KERNEL_TARGET_CPU = @OCL_KERNEL_TARGET_CPU@
-OCL_TARGETS = @OCL_TARGETS@
-OPENCL_CFLAGS = @OPENCL_CFLAGS@
-OPENCL_CMAKE = @OPENCL_CMAKE@
-OPENCL_EXTLIBS = @OPENCL_EXTLIBS@
-OPENCL_LIBS = @OPENCL_LIBS@
-OPT = @OPT@
-OTOOL = @OTOOL@
-OTOOL64 = @OTOOL64@
-PACKAGE = @PACKAGE@
-PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
-PACKAGE_NAME = @PACKAGE_NAME@
-PACKAGE_STRING = @PACKAGE_STRING@
-PACKAGE_TARNAME = @PACKAGE_TARNAME@
-PACKAGE_URL = @PACKAGE_URL@
-PACKAGE_VERSION = @PACKAGE_VERSION@
-PATH_SEPARATOR = @PATH_SEPARATOR@
-PKG_CONFIG = @PKG_CONFIG@
-PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
-PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
-POAT_TESTSUITES = @POAT_TESTSUITES@
-POCL_DEVICE_ADDRESS_BITS = @POCL_DEVICE_ADDRESS_BITS@
-PTHREAD_CC = @PTHREAD_CC@
-PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
-PTHREAD_LIBS = @PTHREAD_LIBS@
-RANLIB = @RANLIB@
-SDL_CFLAGS = @SDL_CFLAGS@
-SDL_LIBS = @SDL_LIBS@
-SED = @SED@
-SET_MAKE = @SET_MAKE@
-SHELL = @SHELL@
-STRIP = @STRIP@
-TARGET = @TARGET@
-TARGET_CLANG_FLAGS = @TARGET_CLANG_FLAGS@
-TARGET_CPU = @TARGET_CPU@
-TARGET_LLC_FLAGS = @TARGET_LLC_FLAGS@
-TARGET_SIZEOF_DOUBLE = @TARGET_SIZEOF_DOUBLE@
-TARGET_SIZEOF_HALF = @TARGET_SIZEOF_HALF@
-TARGET_SIZEOF_LONG = @TARGET_SIZEOF_LONG@
-TARGET_SIZEOF_VOID_P = @TARGET_SIZEOF_VOID_P@
-TCECC = @TCECC@
-TCEMC_AVAILABLE = @TCEMC_AVAILABLE@
-TCE_AVAILABLE = @TCE_AVAILABLE@
-TCE_CONFIG = @TCE_CONFIG@
-TCE_DEVICE_EXTENSION_DEFINES = @TCE_DEVICE_EXTENSION_DEFINES@
-VERSION = @VERSION@
-abs_builddir = @abs_builddir@
-abs_srcdir = @abs_srcdir@
-abs_top_builddir = @abs_top_builddir@
-abs_top_srcdir = @abs_top_srcdir@
-ac_ct_AR = @ac_ct_AR@
-ac_ct_CC = @ac_ct_CC@
-ac_ct_CXX = @ac_ct_CXX@
-ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
-acx_pthread_config = @acx_pthread_config@
-am__include = @am__include@
-am__leading_dot = @am__leading_dot@
-am__quote = @am__quote@
-am__tar = @am__tar@
-am__untar = @am__untar@
-bindir = @bindir@
-build = @build@
-build_alias = @build_alias@
-build_cpu = @build_cpu@
-build_os = @build_os@
-build_vendor = @build_vendor@
-builddir = @builddir@
-datadir = @datadir@
-datarootdir = @datarootdir@
-docdir = @docdir@
-dvidir = @dvidir@
-exec_prefix = @exec_prefix@
-host = @host@
-host_alias = @host_alias@
-host_cpu = @host_cpu@
-host_os = @host_os@
-host_vendor = @host_vendor@
-htmldir = @htmldir@
-includedir = @includedir@
-infodir = @infodir@
-install_sh = @install_sh@
-libdir = @libdir@
-libexecdir = @libexecdir@
-localedir = @localedir@
-localstatedir = @localstatedir@
-mandir = @mandir@
-mkdir_p = @mkdir_p@
-oldincludedir = @oldincludedir@
-pdfdir = @pdfdir@
-prefix = @prefix@
-program_transform_name = @program_transform_name@
-psdir = @psdir@
-sbindir = @sbindir@
-sharedstatedir = @sharedstatedir@
-srcdir = @srcdir@
-sysconfdir = @sysconfdir@
-target = @target@
-target_alias = @target_alias@
-target_cpu = @target_cpu@
-target_os = @target_os@
-target_vendor = @target_vendor@
-top_build_prefix = @top_build_prefix@
-top_builddir = @top_builddir@
-top_srcdir = @top_srcdir@
-example2_SOURCES = example2.c example2.cl
-example2_LDADD = @OPENCL_LIBS@ ../../lib/poclu/libpoclu.la
-example2_CFLAGS = @OPENCL_CFLAGS@
-AM_CPPFLAGS = -I$(top_srcdir)/fix-include -I$(top_srcdir)/include -DSRCDIR='"$(abs_srcdir)"'
-EXTRA_DIST = CMakeLists.txt
-all: all-am
-
-.SUFFIXES:
-.SUFFIXES: .c .lo .o .obj
-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
-	@for dep in $?; do \
-	  case '$(am__configure_deps)' in \
-	    *$$dep*) \
-	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
-	        && { if test -f $@; then exit 0; else break; fi; }; \
-	      exit 1;; \
-	  esac; \
-	done; \
-	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign examples/example2/Makefile'; \
-	$(am__cd) $(top_srcdir) && \
-	  $(AUTOMAKE) --foreign examples/example2/Makefile
-Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
-	@case '$?' in \
-	  *config.status*) \
-	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
-	  *) \
-	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
-	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
-	esac;
-
-$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
-	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-
-$(top_srcdir)/configure:  $(am__configure_deps)
-	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
-	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-$(am__aclocal_m4_deps):
-
-clean-noinstPROGRAMS:
-	@list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \
-	echo " rm -f" $$list; \
-	rm -f $$list || exit $$?; \
-	test -n "$(EXEEXT)" || exit 0; \
-	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
-	echo " rm -f" $$list; \
-	rm -f $$list
-
-example2$(EXEEXT): $(example2_OBJECTS) $(example2_DEPENDENCIES) $(EXTRA_example2_DEPENDENCIES) 
-	@rm -f example2$(EXEEXT)
-	$(AM_V_CCLD)$(example2_LINK) $(example2_OBJECTS) $(example2_LDADD) $(LIBS)
-
-mostlyclean-compile:
-	-rm -f *.$(OBJEXT)
-
-distclean-compile:
-	-rm -f *.tab.c
-
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/example2-example2.Po at am__quote@
-
-.c.o:
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(COMPILE) -c -o $@ $<
-
-.c.obj:
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
-
-.c.lo:
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(LTCOMPILE) -c -o $@ $<
-
-example2-example2.o: example2.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(example2_CFLAGS) $(CFLAGS) -MT example2-example2.o -MD -MP -MF $(DEPDIR)/example2-example2.Tpo -c -o example2-example2.o `test -f 'example2.c' || echo '$(srcdir)/'`example2.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/example2-example2.Tpo $(DEPDIR)/example2-example2.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='example2.c' object='example2-example2.o' libtool=no @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(example2_CFLAGS) $(CFLAGS) -c -o example2-example2.o `test -f 'example2.c' || echo '$(srcdir)/'`example2.c
-
-example2-example2.obj: example2.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(example2_CFLAGS) $(CFLAGS) -MT example2-example2.obj -MD -MP -MF $(DEPDIR)/example2-example2.Tpo -c -o example2-example2.obj `if test -f 'example2.c'; then $(CYGPATH_W) 'example2.c'; else $(CYGPATH_W) '$(srcdir)/example2.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/example2-example2.Tpo $(DEPDIR)/example2-example2.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='example2.c' object='example2-example2.obj' libtool=no @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(example2_CFLAGS) $(CFLAGS) -c -o example2-example2.obj `if test -f 'example2.c'; then $(CYGPATH_W) 'example2.c'; else $(CYGPATH_W) '$(srcdir)/example2.c'; fi`
-
-mostlyclean-libtool:
-	-rm -f *.lo
-
-clean-libtool:
-	-rm -rf .libs _libs
-
-ID: $(am__tagged_files)
-	$(am__define_uniq_tagged_files); mkid -fID $$unique
-tags: tags-am
-TAGS: tags
-
-tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
-	set x; \
-	here=`pwd`; \
-	$(am__define_uniq_tagged_files); \
-	shift; \
-	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
-	  test -n "$$unique" || unique=$$empty_fix; \
-	  if test $$# -gt 0; then \
-	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
-	      "$$@" $$unique; \
-	  else \
-	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
-	      $$unique; \
-	  fi; \
-	fi
-ctags: ctags-am
-
-CTAGS: ctags
-ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
-	$(am__define_uniq_tagged_files); \
-	test -z "$(CTAGS_ARGS)$$unique" \
-	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
-	     $$unique
-
-GTAGS:
-	here=`$(am__cd) $(top_builddir) && pwd` \
-	  && $(am__cd) $(top_srcdir) \
-	  && gtags -i $(GTAGS_ARGS) "$$here"
-cscopelist: cscopelist-am
-
-cscopelist-am: $(am__tagged_files)
-	list='$(am__tagged_files)'; \
-	case "$(srcdir)" in \
-	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
-	  *) sdir=$(subdir)/$(srcdir) ;; \
-	esac; \
-	for i in $$list; do \
-	  if test -f "$$i"; then \
-	    echo "$(subdir)/$$i"; \
-	  else \
-	    echo "$$sdir/$$i"; \
-	  fi; \
-	done >> $(top_builddir)/cscope.files
-
-distclean-tags:
-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
-
-distdir: $(DISTFILES)
-	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
-	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
-	list='$(DISTFILES)'; \
-	  dist_files=`for file in $$list; do echo $$file; done | \
-	  sed -e "s|^$$srcdirstrip/||;t" \
-	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
-	case $$dist_files in \
-	  */*) $(MKDIR_P) `echo "$$dist_files" | \
-			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
-			   sort -u` ;; \
-	esac; \
-	for file in $$dist_files; do \
-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
-	  if test -d $$d/$$file; then \
-	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
-	    if test -d "$(distdir)/$$file"; then \
-	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
-	    fi; \
-	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
-	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
-	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
-	    fi; \
-	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
-	  else \
-	    test -f "$(distdir)/$$file" \
-	    || cp -p $$d/$$file "$(distdir)/$$file" \
-	    || exit 1; \
-	  fi; \
-	done
-check-am: all-am
-check: check-am
-all-am: Makefile $(PROGRAMS)
-installdirs:
-install: install-am
-install-exec: install-exec-am
-install-data: install-data-am
-uninstall: uninstall-am
-
-install-am: all-am
-	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
-
-installcheck: installcheck-am
-install-strip:
-	if test -z '$(STRIP)'; then \
-	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
-	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
-	      install; \
-	else \
-	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
-	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
-	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
-	fi
-mostlyclean-generic:
-
-clean-generic:
-
-distclean-generic:
-	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
-	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
-
-maintainer-clean-generic:
-	@echo "This command is intended for maintainers to use"
-	@echo "it deletes files that may require special tools to rebuild."
-clean: clean-am
-
-clean-am: clean-generic clean-libtool clean-noinstPROGRAMS \
-	mostlyclean-am
-
-distclean: distclean-am
-	-rm -rf ./$(DEPDIR)
-	-rm -f Makefile
-distclean-am: clean-am distclean-compile distclean-generic \
-	distclean-tags
-
-dvi: dvi-am
-
-dvi-am:
-
-html: html-am
-
-html-am:
-
-info: info-am
-
-info-am:
-
-install-data-am:
-
-install-dvi: install-dvi-am
-
-install-dvi-am:
-
-install-exec-am:
-
-install-html: install-html-am
-
-install-html-am:
-
-install-info: install-info-am
-
-install-info-am:
-
-install-man:
-
-install-pdf: install-pdf-am
-
-install-pdf-am:
-
-install-ps: install-ps-am
-
-install-ps-am:
-
-installcheck-am:
-
-maintainer-clean: maintainer-clean-am
-	-rm -rf ./$(DEPDIR)
-	-rm -f Makefile
-maintainer-clean-am: distclean-am maintainer-clean-generic
-
-mostlyclean: mostlyclean-am
-
-mostlyclean-am: mostlyclean-compile mostlyclean-generic \
-	mostlyclean-libtool
-
-pdf: pdf-am
-
-pdf-am:
-
-ps: ps-am
-
-ps-am:
-
-uninstall-am:
-
-.MAKE: install-am install-strip
-
-.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
-	clean-libtool clean-noinstPROGRAMS cscopelist-am ctags \
-	ctags-am distclean distclean-compile distclean-generic \
-	distclean-libtool distclean-tags distdir dvi dvi-am html \
-	html-am info info-am install install-am install-data \
-	install-data-am install-dvi install-dvi-am install-exec \
-	install-exec-am install-html install-html-am install-info \
-	install-info-am install-man install-pdf install-pdf-am \
-	install-ps install-ps-am install-strip installcheck \
-	installcheck-am installdirs maintainer-clean \
-	maintainer-clean-generic mostlyclean mostlyclean-compile \
-	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
-	tags tags-am uninstall uninstall-am
-
-.PRECIOUS: Makefile
-
-
-# Tell versions [3.59,3.63) of GNU make to not export all variables.
-# Otherwise a system limit (for SysV at least) may be exceeded.
-.NOEXPORT:
diff --git a/examples/example2a/Makefile.am b/examples/example2a/Makefile.am
deleted file mode 100644
index 7dc3b92..0000000
--- a/examples/example2a/Makefile.am
+++ /dev/null
@@ -1,33 +0,0 @@
-# Process this file with automake to produce Makefile.in (in this,
-# and all subdirectories).
-# Makefile.am for pocl/examples/example2a.
-# 
-# Copyright (c) 2011 Universidad Rey Juan Carlos
-# 
-# Permission is hereby granted, free of charge, to any person obtaining a copy
-# of this software and associated documentation files (the "Software"), to deal
-# in the Software without restriction, including without limitation the rights
-# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-# copies of the Software, and to permit persons to whom the Software is
-# furnished to do so, subject to the following conditions:
-# 
-# The above copyright notice and this permission notice shall be included in
-# all copies or substantial portions of the Software.
-# 
-# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-# THE SOFTWARE.
-
-noinst_PROGRAMS = example2a
-
-example2a_SOURCES = example2a.c example2a.cl
-example2a_LDADD = @OPENCL_LIBS@ ../../lib/poclu/libpoclu.la
-example2a_CFLAGS = @OPENCL_CFLAGS@
-
-AM_CPPFLAGS = -I$(top_srcdir)/fix-include -I$(top_srcdir)/include -DSRCDIR='"$(abs_srcdir)"'
-
-EXTRA_DIST = CMakeLists.txt
diff --git a/examples/example2a/Makefile.in b/examples/example2a/Makefile.in
deleted file mode 100644
index 340a6bb..0000000
--- a/examples/example2a/Makefile.in
+++ /dev/null
@@ -1,718 +0,0 @@
-# Makefile.in generated by automake 1.15 from Makefile.am.
-# @configure_input@
-
-# Copyright (C) 1994-2014 Free Software Foundation, Inc.
-
-# This Makefile.in is free software; the Free Software Foundation
-# gives unlimited permission to copy and/or distribute it,
-# with or without modifications, as long as this notice is preserved.
-
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
-# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
-# PARTICULAR PURPOSE.
-
- at SET_MAKE@
-
-# Process this file with automake to produce Makefile.in (in this,
-# and all subdirectories).
-# Makefile.am for pocl/examples/example2a.
-# 
-# Copyright (c) 2011 Universidad Rey Juan Carlos
-# 
-# Permission is hereby granted, free of charge, to any person obtaining a copy
-# of this software and associated documentation files (the "Software"), to deal
-# in the Software without restriction, including without limitation the rights
-# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-# copies of the Software, and to permit persons to whom the Software is
-# furnished to do so, subject to the following conditions:
-# 
-# The above copyright notice and this permission notice shall be included in
-# all copies or substantial portions of the Software.
-# 
-# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-# THE SOFTWARE.
-
-VPATH = @srcdir@
-am__is_gnu_make = { \
-  if test -z '$(MAKELEVEL)'; then \
-    false; \
-  elif test -n '$(MAKE_HOST)'; then \
-    true; \
-  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
-    true; \
-  else \
-    false; \
-  fi; \
-}
-am__make_running_with_option = \
-  case $${target_option-} in \
-      ?) ;; \
-      *) echo "am__make_running_with_option: internal error: invalid" \
-              "target option '$${target_option-}' specified" >&2; \
-         exit 1;; \
-  esac; \
-  has_opt=no; \
-  sane_makeflags=$$MAKEFLAGS; \
-  if $(am__is_gnu_make); then \
-    sane_makeflags=$$MFLAGS; \
-  else \
-    case $$MAKEFLAGS in \
-      *\\[\ \	]*) \
-        bs=\\; \
-        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
-          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
-    esac; \
-  fi; \
-  skip_next=no; \
-  strip_trailopt () \
-  { \
-    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
-  }; \
-  for flg in $$sane_makeflags; do \
-    test $$skip_next = yes && { skip_next=no; continue; }; \
-    case $$flg in \
-      *=*|--*) continue;; \
-        -*I) strip_trailopt 'I'; skip_next=yes;; \
-      -*I?*) strip_trailopt 'I';; \
-        -*O) strip_trailopt 'O'; skip_next=yes;; \
-      -*O?*) strip_trailopt 'O';; \
-        -*l) strip_trailopt 'l'; skip_next=yes;; \
-      -*l?*) strip_trailopt 'l';; \
-      -[dEDm]) skip_next=yes;; \
-      -[JT]) skip_next=yes;; \
-    esac; \
-    case $$flg in \
-      *$$target_option*) has_opt=yes; break;; \
-    esac; \
-  done; \
-  test $$has_opt = yes
-am__make_dryrun = (target_option=n; $(am__make_running_with_option))
-am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
-pkgdatadir = $(datadir)/@PACKAGE@
-pkgincludedir = $(includedir)/@PACKAGE@
-pkglibdir = $(libdir)/@PACKAGE@
-pkglibexecdir = $(libexecdir)/@PACKAGE@
-am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
-install_sh_DATA = $(install_sh) -c -m 644
-install_sh_PROGRAM = $(install_sh) -c
-install_sh_SCRIPT = $(install_sh) -c
-INSTALL_HEADER = $(INSTALL_DATA)
-transform = $(program_transform_name)
-NORMAL_INSTALL = :
-PRE_INSTALL = :
-POST_INSTALL = :
-NORMAL_UNINSTALL = :
-PRE_UNINSTALL = :
-POST_UNINSTALL = :
-build_triplet = @build@
-host_triplet = @host@
-target_triplet = @target@
-noinst_PROGRAMS = example2a$(EXEEXT)
-subdir = examples/example2a
-ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
-am__aclocal_m4_deps = $(top_srcdir)/m4/ax_boost_base.m4 \
-	$(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
-	$(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
-	$(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/acinclude.m4 \
-	$(top_srcdir)/configure.ac
-am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
-	$(ACLOCAL_M4)
-DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
-mkinstalldirs = $(install_sh) -d
-CONFIG_HEADER = $(top_builddir)/config.h
-CONFIG_CLEAN_FILES =
-CONFIG_CLEAN_VPATH_FILES =
-PROGRAMS = $(noinst_PROGRAMS)
-am_example2a_OBJECTS = example2a-example2a.$(OBJEXT)
-example2a_OBJECTS = $(am_example2a_OBJECTS)
-example2a_DEPENDENCIES = ../../lib/poclu/libpoclu.la
-AM_V_lt = $(am__v_lt_ at AM_V@)
-am__v_lt_ = $(am__v_lt_ at AM_DEFAULT_V@)
-am__v_lt_0 = --silent
-am__v_lt_1 = 
-example2a_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
-	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(example2a_CFLAGS) \
-	$(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
-AM_V_P = $(am__v_P_ at AM_V@)
-am__v_P_ = $(am__v_P_ at AM_DEFAULT_V@)
-am__v_P_0 = false
-am__v_P_1 = :
-AM_V_GEN = $(am__v_GEN_ at AM_V@)
-am__v_GEN_ = $(am__v_GEN_ at AM_DEFAULT_V@)
-am__v_GEN_0 = @echo "  GEN     " $@;
-am__v_GEN_1 = 
-AM_V_at = $(am__v_at_ at AM_V@)
-am__v_at_ = $(am__v_at_ at AM_DEFAULT_V@)
-am__v_at_0 = @
-am__v_at_1 = 
-DEFAULT_INCLUDES = -I. at am__isrc@ -I$(top_builddir)
-depcomp = $(SHELL) $(top_srcdir)/config/depcomp
-am__depfiles_maybe = depfiles
-am__mv = mv -f
-COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
-	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
-LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
-	$(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
-	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
-	$(AM_CFLAGS) $(CFLAGS)
-AM_V_CC = $(am__v_CC_ at AM_V@)
-am__v_CC_ = $(am__v_CC_ at AM_DEFAULT_V@)
-am__v_CC_0 = @echo "  CC      " $@;
-am__v_CC_1 = 
-CCLD = $(CC)
-LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
-	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
-AM_V_CCLD = $(am__v_CCLD_ at AM_V@)
-am__v_CCLD_ = $(am__v_CCLD_ at AM_DEFAULT_V@)
-am__v_CCLD_0 = @echo "  CCLD    " $@;
-am__v_CCLD_1 = 
-SOURCES = $(example2a_SOURCES)
-DIST_SOURCES = $(example2a_SOURCES)
-am__can_run_installinfo = \
-  case $$AM_UPDATE_INFO_DIR in \
-    n|no|NO) false;; \
-    *) (install-info --version) >/dev/null 2>&1;; \
-  esac
-am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
-# Read a list of newline-separated strings from the standard input,
-# and print each of them once, without duplicates.  Input order is
-# *not* preserved.
-am__uniquify_input = $(AWK) '\
-  BEGIN { nonempty = 0; } \
-  { items[$$0] = 1; nonempty = 1; } \
-  END { if (nonempty) { for (i in items) print i; }; } \
-'
-# Make sure the list of sources is unique.  This is necessary because,
-# e.g., the same source file might be shared among _SOURCES variables
-# for different programs/libraries.
-am__define_uniq_tagged_files = \
-  list='$(am__tagged_files)'; \
-  unique=`for i in $$list; do \
-    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
-  done | $(am__uniquify_input)`
-ETAGS = etags
-CTAGS = ctags
-am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/config/depcomp
-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
-ACLOCAL = @ACLOCAL@
-AMTAR = @AMTAR@
-AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
-AR = @AR@
-AUTOCONF = @AUTOCONF@
-AUTOHEADER = @AUTOHEADER@
-AUTOMAKE = @AUTOMAKE@
-AWK = @AWK@
-BOOST_CPPFLAGS = @BOOST_CPPFLAGS@
-BOOST_LDFLAGS = @BOOST_LDFLAGS@
-BUILD_TIMESTAMP = @BUILD_TIMESTAMP@
-CC = @CC@
-CCDEPMODE = @CCDEPMODE@
-CFLAGS = @CFLAGS@
-CLANG = @CLANG@
-CLANGXX = @CLANGXX@
-CLANGXX_FLAGS = @CLANGXX_FLAGS@
-CLFLAGS = @CLFLAGS@
-CPP = @CPP@
-CPPFLAGS = @CPPFLAGS@
-CXX = @CXX@
-CXXCPP = @CXXCPP@
-CXXDEPMODE = @CXXDEPMODE@
-CXXFLAGS = @CXXFLAGS@
-CYGPATH_W = @CYGPATH_W@
-DEFS = @DEFS@
-DEPDIR = @DEPDIR@
-DLLTOOL = @DLLTOOL@
-DSYMUTIL = @DSYMUTIL@
-DUMPBIN = @DUMPBIN@
-ECHO_C = @ECHO_C@
-ECHO_N = @ECHO_N@
-ECHO_T = @ECHO_T@
-EGREP = @EGREP@
-EXEEXT = @EXEEXT@
-FGREP = @FGREP@
-FORCED_CLFLAGS = @FORCED_CLFLAGS@
-GLEW_CFLAGS = @GLEW_CFLAGS@
-GLEW_LIBS = @GLEW_LIBS@
-GREP = @GREP@
-HOST = @HOST@
-HOST_AS_FLAGS = @HOST_AS_FLAGS@
-HOST_CLANG_FLAGS = @HOST_CLANG_FLAGS@
-HOST_CPU = @HOST_CPU@
-HOST_DEVICE_EXTENSION_DEFINES = @HOST_DEVICE_EXTENSION_DEFINES@
-HOST_LD_FLAGS = @HOST_LD_FLAGS@
-HOST_LLC_FLAGS = @HOST_LLC_FLAGS@
-HOST_SIZEOF_DOUBLE = @HOST_SIZEOF_DOUBLE@
-HOST_SIZEOF_HALF = @HOST_SIZEOF_HALF@
-HOST_SIZEOF_LONG = @HOST_SIZEOF_LONG@
-HOST_SIZEOF_VOID_P = @HOST_SIZEOF_VOID_P@
-HSAILASM = @HSAILASM@
-HSA_DEVICE_EXTENSION_DEFINES = @HSA_DEVICE_EXTENSION_DEFINES@
-HSA_INCLUDES = @HSA_INCLUDES@
-HSA_LIBS = @HSA_LIBS@
-HWLOC_CFLAGS = @HWLOC_CFLAGS@
-HWLOC_LIBS = @HWLOC_LIBS@
-ICD_LD_FLAGS = @ICD_LD_FLAGS@
-INSTALL = @INSTALL@
-INSTALL_DATA = @INSTALL_DATA@
-INSTALL_PROGRAM = @INSTALL_PROGRAM@
-INSTALL_SCRIPT = @INSTALL_SCRIPT@
-INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
-KERNEL_COMPILER_LIB_VERSION = @KERNEL_COMPILER_LIB_VERSION@
-LD = @LD@
-LDFLAGS = @LDFLAGS@
-LD_FLAGS_BIN = @LD_FLAGS_BIN@
-LIBOBJS = @LIBOBJS@
-LIBRARY_SUFFIX = @LIBRARY_SUFFIX@
-LIBS = @LIBS@
-LIBTOOL = @LIBTOOL@
-LIB_AGE_VERSION = @LIB_AGE_VERSION@
-LIB_CURRENT_VERSION = @LIB_CURRENT_VERSION@
-LIB_FIRST_VERSION = @LIB_FIRST_VERSION@
-LIB_REVISION_VERSION = @LIB_REVISION_VERSION@
-LIB_VERSION = @LIB_VERSION@
-LIPO = @LIPO@
-LLC = @LLC@
-LLVM_AS = @LLVM_AS@
-LLVM_CONFIG = @LLVM_CONFIG@
-LLVM_CXX_FLAGS = @LLVM_CXX_FLAGS@
-LLVM_LDFLAGS = @LLVM_LDFLAGS@
-LLVM_LIBS = @LLVM_LIBS@
-LLVM_LINK = @LLVM_LINK@
-LLVM_OPT = @LLVM_OPT@
-LLVM_VERSION = @LLVM_VERSION@
-LN_S = @LN_S@
-LTDL_LIBS = @LTDL_LIBS@
-LTLIBOBJS = @LTLIBOBJS@
-LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
-MAKEINFO = @MAKEINFO@
-MANIFEST_TOOL = @MANIFEST_TOOL@
-MKDIR_P = @MKDIR_P@
-NM = @NM@
-NMEDIT = @NMEDIT@
-OBJDUMP = @OBJDUMP@
-OBJEXT = @OBJEXT@
-OCL_ICD_CFLAGS = @OCL_ICD_CFLAGS@
-OCL_ICD_LIBS = @OCL_ICD_LIBS@
-OCL_KERNEL_ARCH = @OCL_KERNEL_ARCH@
-OCL_KERNEL_TARGET = @OCL_KERNEL_TARGET@
-OCL_KERNEL_TARGET_CPU = @OCL_KERNEL_TARGET_CPU@
-OCL_TARGETS = @OCL_TARGETS@
-OPENCL_CFLAGS = @OPENCL_CFLAGS@
-OPENCL_CMAKE = @OPENCL_CMAKE@
-OPENCL_EXTLIBS = @OPENCL_EXTLIBS@
-OPENCL_LIBS = @OPENCL_LIBS@
-OPT = @OPT@
-OTOOL = @OTOOL@
-OTOOL64 = @OTOOL64@
-PACKAGE = @PACKAGE@
-PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
-PACKAGE_NAME = @PACKAGE_NAME@
-PACKAGE_STRING = @PACKAGE_STRING@
-PACKAGE_TARNAME = @PACKAGE_TARNAME@
-PACKAGE_URL = @PACKAGE_URL@
-PACKAGE_VERSION = @PACKAGE_VERSION@
-PATH_SEPARATOR = @PATH_SEPARATOR@
-PKG_CONFIG = @PKG_CONFIG@
-PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
-PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
-POAT_TESTSUITES = @POAT_TESTSUITES@
-POCL_DEVICE_ADDRESS_BITS = @POCL_DEVICE_ADDRESS_BITS@
-PTHREAD_CC = @PTHREAD_CC@
-PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
-PTHREAD_LIBS = @PTHREAD_LIBS@
-RANLIB = @RANLIB@
-SDL_CFLAGS = @SDL_CFLAGS@
-SDL_LIBS = @SDL_LIBS@
-SED = @SED@
-SET_MAKE = @SET_MAKE@
-SHELL = @SHELL@
-STRIP = @STRIP@
-TARGET = @TARGET@
-TARGET_CLANG_FLAGS = @TARGET_CLANG_FLAGS@
-TARGET_CPU = @TARGET_CPU@
-TARGET_LLC_FLAGS = @TARGET_LLC_FLAGS@
-TARGET_SIZEOF_DOUBLE = @TARGET_SIZEOF_DOUBLE@
-TARGET_SIZEOF_HALF = @TARGET_SIZEOF_HALF@
-TARGET_SIZEOF_LONG = @TARGET_SIZEOF_LONG@
-TARGET_SIZEOF_VOID_P = @TARGET_SIZEOF_VOID_P@
-TCECC = @TCECC@
-TCEMC_AVAILABLE = @TCEMC_AVAILABLE@
-TCE_AVAILABLE = @TCE_AVAILABLE@
-TCE_CONFIG = @TCE_CONFIG@
-TCE_DEVICE_EXTENSION_DEFINES = @TCE_DEVICE_EXTENSION_DEFINES@
-VERSION = @VERSION@
-abs_builddir = @abs_builddir@
-abs_srcdir = @abs_srcdir@
-abs_top_builddir = @abs_top_builddir@
-abs_top_srcdir = @abs_top_srcdir@
-ac_ct_AR = @ac_ct_AR@
-ac_ct_CC = @ac_ct_CC@
-ac_ct_CXX = @ac_ct_CXX@
-ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
-acx_pthread_config = @acx_pthread_config@
-am__include = @am__include@
-am__leading_dot = @am__leading_dot@
-am__quote = @am__quote@
-am__tar = @am__tar@
-am__untar = @am__untar@
-bindir = @bindir@
-build = @build@
-build_alias = @build_alias@
-build_cpu = @build_cpu@
-build_os = @build_os@
-build_vendor = @build_vendor@
-builddir = @builddir@
-datadir = @datadir@
-datarootdir = @datarootdir@
-docdir = @docdir@
-dvidir = @dvidir@
-exec_prefix = @exec_prefix@
-host = @host@
-host_alias = @host_alias@
-host_cpu = @host_cpu@
-host_os = @host_os@
-host_vendor = @host_vendor@
-htmldir = @htmldir@
-includedir = @includedir@
-infodir = @infodir@
-install_sh = @install_sh@
-libdir = @libdir@
-libexecdir = @libexecdir@
-localedir = @localedir@
-localstatedir = @localstatedir@
-mandir = @mandir@
-mkdir_p = @mkdir_p@
-oldincludedir = @oldincludedir@
-pdfdir = @pdfdir@
-prefix = @prefix@
-program_transform_name = @program_transform_name@
-psdir = @psdir@
-sbindir = @sbindir@
-sharedstatedir = @sharedstatedir@
-srcdir = @srcdir@
-sysconfdir = @sysconfdir@
-target = @target@
-target_alias = @target_alias@
-target_cpu = @target_cpu@
-target_os = @target_os@
-target_vendor = @target_vendor@
-top_build_prefix = @top_build_prefix@
-top_builddir = @top_builddir@
-top_srcdir = @top_srcdir@
-example2a_SOURCES = example2a.c example2a.cl
-example2a_LDADD = @OPENCL_LIBS@ ../../lib/poclu/libpoclu.la
-example2a_CFLAGS = @OPENCL_CFLAGS@
-AM_CPPFLAGS = -I$(top_srcdir)/fix-include -I$(top_srcdir)/include -DSRCDIR='"$(abs_srcdir)"'
-EXTRA_DIST = CMakeLists.txt
-all: all-am
-
-.SUFFIXES:
-.SUFFIXES: .c .lo .o .obj
-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
-	@for dep in $?; do \
-	  case '$(am__configure_deps)' in \
-	    *$$dep*) \
-	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
-	        && { if test -f $@; then exit 0; else break; fi; }; \
-	      exit 1;; \
-	  esac; \
-	done; \
-	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign examples/example2a/Makefile'; \
-	$(am__cd) $(top_srcdir) && \
-	  $(AUTOMAKE) --foreign examples/example2a/Makefile
-Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
-	@case '$?' in \
-	  *config.status*) \
-	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
-	  *) \
-	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
-	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
-	esac;
-
-$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
-	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-
-$(top_srcdir)/configure:  $(am__configure_deps)
-	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
-	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-$(am__aclocal_m4_deps):
-
-clean-noinstPROGRAMS:
-	@list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \
-	echo " rm -f" $$list; \
-	rm -f $$list || exit $$?; \
-	test -n "$(EXEEXT)" || exit 0; \
-	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
-	echo " rm -f" $$list; \
-	rm -f $$list
-
-example2a$(EXEEXT): $(example2a_OBJECTS) $(example2a_DEPENDENCIES) $(EXTRA_example2a_DEPENDENCIES) 
-	@rm -f example2a$(EXEEXT)
-	$(AM_V_CCLD)$(example2a_LINK) $(example2a_OBJECTS) $(example2a_LDADD) $(LIBS)
-
-mostlyclean-compile:
-	-rm -f *.$(OBJEXT)
-
-distclean-compile:
-	-rm -f *.tab.c
-
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/example2a-example2a.Po at am__quote@
-
-.c.o:
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(COMPILE) -c -o $@ $<
-
-.c.obj:
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
-
-.c.lo:
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(LTCOMPILE) -c -o $@ $<
-
-example2a-example2a.o: example2a.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(example2a_CFLAGS) $(CFLAGS) -MT example2a-example2a.o -MD -MP -MF $(DEPDIR)/example2a-example2a.Tpo -c -o example2a-example2a.o `test -f 'example2a.c' || echo '$(srcdir)/'`example2a.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/example2a-example2a.Tpo $(DEPDIR)/example2a-example2a.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='example2a.c' object='example2a-example2a.o' libtool=no @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(example2a_CFLAGS) $(CFLAGS) -c -o example2a-example2a.o `test -f 'example2a.c' || echo '$(srcdir)/'`example2a.c
-
-example2a-example2a.obj: example2a.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(example2a_CFLAGS) $(CFLAGS) -MT example2a-example2a.obj -MD -MP -MF $(DEPDIR)/example2a-example2a.Tpo -c -o example2a-example2a.obj `if test -f 'example2a.c'; then $(CYGPATH_W) 'example2a.c'; else $(CYGPATH_W) '$(srcdir)/example2a.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/example2a-example2a.Tpo $(DEPDIR)/example2a-example2a.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='example2a.c' object='example2a-example2a.obj' libtool=no @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(example2a_CFLAGS) $(CFLAGS) -c -o example2a-example2a.obj `if test -f 'example2a.c'; then $(CYGPATH_W) 'example2a.c'; else $(CYGPATH_W) '$(srcdir)/example2a.c'; fi`
-
-mostlyclean-libtool:
-	-rm -f *.lo
-
-clean-libtool:
-	-rm -rf .libs _libs
-
-ID: $(am__tagged_files)
-	$(am__define_uniq_tagged_files); mkid -fID $$unique
-tags: tags-am
-TAGS: tags
-
-tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
-	set x; \
-	here=`pwd`; \
-	$(am__define_uniq_tagged_files); \
-	shift; \
-	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
-	  test -n "$$unique" || unique=$$empty_fix; \
-	  if test $$# -gt 0; then \
-	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
-	      "$$@" $$unique; \
-	  else \
-	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
-	      $$unique; \
-	  fi; \
-	fi
-ctags: ctags-am
-
-CTAGS: ctags
-ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
-	$(am__define_uniq_tagged_files); \
-	test -z "$(CTAGS_ARGS)$$unique" \
-	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
-	     $$unique
-
-GTAGS:
-	here=`$(am__cd) $(top_builddir) && pwd` \
-	  && $(am__cd) $(top_srcdir) \
-	  && gtags -i $(GTAGS_ARGS) "$$here"
-cscopelist: cscopelist-am
-
-cscopelist-am: $(am__tagged_files)
-	list='$(am__tagged_files)'; \
-	case "$(srcdir)" in \
-	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
-	  *) sdir=$(subdir)/$(srcdir) ;; \
-	esac; \
-	for i in $$list; do \
-	  if test -f "$$i"; then \
-	    echo "$(subdir)/$$i"; \
-	  else \
-	    echo "$$sdir/$$i"; \
-	  fi; \
-	done >> $(top_builddir)/cscope.files
-
-distclean-tags:
-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
-
-distdir: $(DISTFILES)
-	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
-	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
-	list='$(DISTFILES)'; \
-	  dist_files=`for file in $$list; do echo $$file; done | \
-	  sed -e "s|^$$srcdirstrip/||;t" \
-	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
-	case $$dist_files in \
-	  */*) $(MKDIR_P) `echo "$$dist_files" | \
-			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
-			   sort -u` ;; \
-	esac; \
-	for file in $$dist_files; do \
-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
-	  if test -d $$d/$$file; then \
-	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
-	    if test -d "$(distdir)/$$file"; then \
-	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
-	    fi; \
-	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
-	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
-	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
-	    fi; \
-	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
-	  else \
-	    test -f "$(distdir)/$$file" \
-	    || cp -p $$d/$$file "$(distdir)/$$file" \
-	    || exit 1; \
-	  fi; \
-	done
-check-am: all-am
-check: check-am
-all-am: Makefile $(PROGRAMS)
-installdirs:
-install: install-am
-install-exec: install-exec-am
-install-data: install-data-am
-uninstall: uninstall-am
-
-install-am: all-am
-	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
-
-installcheck: installcheck-am
-install-strip:
-	if test -z '$(STRIP)'; then \
-	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
-	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
-	      install; \
-	else \
-	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
-	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
-	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
-	fi
-mostlyclean-generic:
-
-clean-generic:
-
-distclean-generic:
-	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
-	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
-
-maintainer-clean-generic:
-	@echo "This command is intended for maintainers to use"
-	@echo "it deletes files that may require special tools to rebuild."
-clean: clean-am
-
-clean-am: clean-generic clean-libtool clean-noinstPROGRAMS \
-	mostlyclean-am
-
-distclean: distclean-am
-	-rm -rf ./$(DEPDIR)
-	-rm -f Makefile
-distclean-am: clean-am distclean-compile distclean-generic \
-	distclean-tags
-
-dvi: dvi-am
-
-dvi-am:
-
-html: html-am
-
-html-am:
-
-info: info-am
-
-info-am:
-
-install-data-am:
-
-install-dvi: install-dvi-am
-
-install-dvi-am:
-
-install-exec-am:
-
-install-html: install-html-am
-
-install-html-am:
-
-install-info: install-info-am
-
-install-info-am:
-
-install-man:
-
-install-pdf: install-pdf-am
-
-install-pdf-am:
-
-install-ps: install-ps-am
-
-install-ps-am:
-
-installcheck-am:
-
-maintainer-clean: maintainer-clean-am
-	-rm -rf ./$(DEPDIR)
-	-rm -f Makefile
-maintainer-clean-am: distclean-am maintainer-clean-generic
-
-mostlyclean: mostlyclean-am
-
-mostlyclean-am: mostlyclean-compile mostlyclean-generic \
-	mostlyclean-libtool
-
-pdf: pdf-am
-
-pdf-am:
-
-ps: ps-am
-
-ps-am:
-
-uninstall-am:
-
-.MAKE: install-am install-strip
-
-.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
-	clean-libtool clean-noinstPROGRAMS cscopelist-am ctags \
-	ctags-am distclean distclean-compile distclean-generic \
-	distclean-libtool distclean-tags distdir dvi dvi-am html \
-	html-am info info-am install install-am install-data \
-	install-data-am install-dvi install-dvi-am install-exec \
-	install-exec-am install-html install-html-am install-info \
-	install-info-am install-man install-pdf install-pdf-am \
-	install-ps install-ps-am install-strip installcheck \
-	installcheck-am installdirs maintainer-clean \
-	maintainer-clean-generic mostlyclean mostlyclean-compile \
-	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
-	tags tags-am uninstall uninstall-am
-
-.PRECIOUS: Makefile
-
-
-# Tell versions [3.59,3.63) of GNU make to not export all variables.
-# Otherwise a system limit (for SysV at least) may be exceeded.
-.NOEXPORT:
diff --git a/examples/opencl-book-samples/CMakeLists.txt b/examples/opencl-book-samples/CMakeLists.txt
index b4b7583..74c1303 100644
--- a/examples/opencl-book-samples/CMakeLists.txt
+++ b/examples/opencl-book-samples/CMakeLists.txt
@@ -28,6 +28,8 @@ set(TS_BASEDIR "${TESTSUITE_BASEDIR}/${TS_NAME}")
 set(TS_BUILDDIR "${TS_BASEDIR}/src/${TS_NAME}-build")
 set(TS_SRCDIR "${TS_BASEDIR}/src/${TS_NAME}")
 
+if(HAVE_SVN)
+
 message(STATUS "Enabling testsuite ${TS_NAME}")
 set(ENABLED_TESTSUITES "${ENABLED_TESTSUITES};${TS_NAME}" PARENT_SCOPE)
 
@@ -103,3 +105,8 @@ set_tests_properties(
 #  opencl_book_samples_spmv
   PROPERTIES
     LABELS "opencl-book-samples")
+
+
+else()
+  message(STATUS "Disabling opencl-book-samples, requires Subversion to checkout the sources")
+endif()
diff --git a/examples/opencl-book-samples/Makefile.am b/examples/opencl-book-samples/Makefile.am
deleted file mode 100644
index 2b6bcbe..0000000
--- a/examples/opencl-book-samples/Makefile.am
+++ /dev/null
@@ -1,121 +0,0 @@
-# Process this file with automake to produce Makefile.in (in this,
-# and all subdirectories).
-# Makefile.am for pocl/examples/example1.
-# 
-# Copyright (c) 2012 Pekka Jääskeläinen / Tampere University of Technology
-# 
-# Permission is hereby granted, free of charge, to any person obtaining a copy
-# of this software and associated documentation files (the "Software"), to deal
-# in the Software without restriction, including without limitation the rights
-# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-# copies of the Software, and to permit persons to whom the Software is
-# furnished to do so, subject to the following conditions:
-# 
-# The above copyright notice and this permission notice shall be included in
-# all copies or substantial portions of the Software.
-# 
-# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-# THE SOFTWARE.
-
-if TEST_SUITE_SAMPLES
-book_samples_base_dir=${abs_top_srcdir}/examples/opencl-book-samples
-book_samples_dir=${book_samples_base_dir}/checkout
-
-.PHONY: build run_all run_working check_dir run_HelloWorld run_OpenCLInfo run_OpenCLConvolutionChap3
-.PHONY: run_SimpleBufferSubBuffer run_spmv run_VectorAdd run_Dijkstra
-
-all: $(book_samples_base_dir)/stamp-patched
-
-$(book_samples_dir):
-	cd $(book_samples_base_dir) && \
-	svn checkout http://opencl-book-samples.googlecode.com/svn/trunk/ checkout
-
-$(book_samples_base_dir)/stamp-patched: $(book_samples_dir)
-	(cd ${book_samples_dir}; \
-	sed -i 's/bool doCPU = false/bool doCPU = true/g' src/Chapter_16/Dijkstra/oclDijkstra.cpp; \
-	sed -i 's/size_t localWorkSize = maxWorkGroupSize/size_t localWorkSize = 2/g' src/Chapter_16/Dijkstra/oclDijkstraKernel.cpp; \
-	sed -i 's/device.j..type == CL_DEVICE_TYPE_GPU/device[j].type \& CL_DEVICE_TYPE_GPU/g' src/Chapter_22/spmv.c; \
-	sed -i 's/context.CL_DEVICE_TYPE_GPU/context\(CL_DEVICE_TYPE_CPU/g' src/Chapter_12/VectorAdd/vecadd.cpp; \
-	rm -f src/Chapter_12/Sinewave/CMakeLists.txt)
-	touch $@
-
-build: $(book_samples_base_dir)/stamp-patched
-
-build: check_dir
-	mkdir -p build; cd build; \
-	cmake \
-		-D CMAKE_CXX_FLAGS:STRING='-g -O3 -DCL_USE_DEPRECATED_OPENCL_1_1_APIS -lGL -lglut ${PTHREAD_CFLAGS}' \
-		$(OPENCL_CMAKE) \
-		${book_samples_dir}
-	$(MAKE) clean -sk -C build
-	$(MAKE) all -sk -C build
-
-run_HelloWorld: 
-	@(cd build/src/Chapter_2/HelloWorld; ./HelloWorld)
-
-run_OpenCLInfo: 
-	@echo
-	@echo "###### Chapter 3: OpenCLInfo"
-	@echo
-	@(cd build/src/Chapter_3/OpenCLInfo; ./OpenCLInfo)
-
-run_OpenCLConvolutionChap3: 
-	@(cd build/src/Chapter_3/OpenCLConvolution; \
-	ln -sf ${book_samples_dir}/src/Chapter_3/OpenCLConvolution/Convolution.cl; \
-	./OpenCLConvolutionChap3)
-
-run_HelloBinaryWorld: 
-	@(cd build/src/Chapter_6/HelloBinaryWorld; \
-	rm -f HelloWorld.cl.bin; \
-	./HelloBinaryWorld; \
-	./HelloBinaryWorld)
-
-run_SimpleBufferSubBuffer: 
-	@(cd build/src/Chapter_7/SimpleBufferSubBuffer; \
-	./SimpleBufferSubBuffer --useMap)
-
-run_VectorAdd: 
-	@(cd build/src/Chapter_12/VectorAdd; \
-	./vecadd)
-
-# This failed because --cpu is not parsed correctly
-# and it tries to run the --cpugpu case. We
-# force 'doCPU = true' in oclDijkstra.cpp to make
-# it run. This case uses the maximum work group size
-# thus the llc takes a lot of memory and time.
-# The latter sed patch forces the localWorkSize to 2 to make it feasible for now.
-run_Dijkstra: 
-	@echo
-	@echo "###### Chapter 16: Dijkstra"
-	@echo
-	@(cd build/src/Chapter_16/Dijkstra; \
-	./Dijkstra --cpu)
-
-run_spmv: 
-	@echo
-	@echo "###### Chapter 22: spmv"
-	@echo
-	@(cd build/src/Chapter_22; \
-	ln -sf ${book_samples_dir}/src/Chapter_22/spmv.cl; \
-	./spmv)
-
-run_working: run_HelloWorld run_OpenCLConvolutionChap3 run_HelloBinaryWorld run_SimpleBufferSubBuffer run_VectorAdd
-
-run_all: run_working run_OpenCLInfo run_Dijkstra run_spmv
-
-clean-local:
-	rm -fr build
-
-distclean-local: clean-local
-	$(RM) -r $(book_samples_dir)
-	$(RM) $(book_samples_base_dir)/stamp-patched
-endif
-
-
-EXTRA_DIST = HelloBinaryWorld.stdout OpenCLConvolutionChap3.stdout ImageFilter2D.cl \
-             VectorAdd.stdout HelloWorld.stdout SimpleBufferSubBuffer.stdout
diff --git a/examples/opencl-book-samples/Makefile.in b/examples/opencl-book-samples/Makefile.in
deleted file mode 100644
index af4d8c4..0000000
--- a/examples/opencl-book-samples/Makefile.in
+++ /dev/null
@@ -1,647 +0,0 @@
-# Makefile.in generated by automake 1.15 from Makefile.am.
-# @configure_input@
-
-# Copyright (C) 1994-2014 Free Software Foundation, Inc.
-
-# This Makefile.in is free software; the Free Software Foundation
-# gives unlimited permission to copy and/or distribute it,
-# with or without modifications, as long as this notice is preserved.
-
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
-# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
-# PARTICULAR PURPOSE.
-
- at SET_MAKE@
-
-# Process this file with automake to produce Makefile.in (in this,
-# and all subdirectories).
-# Makefile.am for pocl/examples/example1.
-# 
-# Copyright (c) 2012 Pekka Jääskeläinen / Tampere University of Technology
-# 
-# Permission is hereby granted, free of charge, to any person obtaining a copy
-# of this software and associated documentation files (the "Software"), to deal
-# in the Software without restriction, including without limitation the rights
-# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-# copies of the Software, and to permit persons to whom the Software is
-# furnished to do so, subject to the following conditions:
-# 
-# The above copyright notice and this permission notice shall be included in
-# all copies or substantial portions of the Software.
-# 
-# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-# THE SOFTWARE.
-VPATH = @srcdir@
-am__is_gnu_make = { \
-  if test -z '$(MAKELEVEL)'; then \
-    false; \
-  elif test -n '$(MAKE_HOST)'; then \
-    true; \
-  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
-    true; \
-  else \
-    false; \
-  fi; \
-}
-am__make_running_with_option = \
-  case $${target_option-} in \
-      ?) ;; \
-      *) echo "am__make_running_with_option: internal error: invalid" \
-              "target option '$${target_option-}' specified" >&2; \
-         exit 1;; \
-  esac; \
-  has_opt=no; \
-  sane_makeflags=$$MAKEFLAGS; \
-  if $(am__is_gnu_make); then \
-    sane_makeflags=$$MFLAGS; \
-  else \
-    case $$MAKEFLAGS in \
-      *\\[\ \	]*) \
-        bs=\\; \
-        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
-          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
-    esac; \
-  fi; \
-  skip_next=no; \
-  strip_trailopt () \
-  { \
-    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
-  }; \
-  for flg in $$sane_makeflags; do \
-    test $$skip_next = yes && { skip_next=no; continue; }; \
-    case $$flg in \
-      *=*|--*) continue;; \
-        -*I) strip_trailopt 'I'; skip_next=yes;; \
-      -*I?*) strip_trailopt 'I';; \
-        -*O) strip_trailopt 'O'; skip_next=yes;; \
-      -*O?*) strip_trailopt 'O';; \
-        -*l) strip_trailopt 'l'; skip_next=yes;; \
-      -*l?*) strip_trailopt 'l';; \
-      -[dEDm]) skip_next=yes;; \
-      -[JT]) skip_next=yes;; \
-    esac; \
-    case $$flg in \
-      *$$target_option*) has_opt=yes; break;; \
-    esac; \
-  done; \
-  test $$has_opt = yes
-am__make_dryrun = (target_option=n; $(am__make_running_with_option))
-am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
-pkgdatadir = $(datadir)/@PACKAGE@
-pkgincludedir = $(includedir)/@PACKAGE@
-pkglibdir = $(libdir)/@PACKAGE@
-pkglibexecdir = $(libexecdir)/@PACKAGE@
-am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
-install_sh_DATA = $(install_sh) -c -m 644
-install_sh_PROGRAM = $(install_sh) -c
-install_sh_SCRIPT = $(install_sh) -c
-INSTALL_HEADER = $(INSTALL_DATA)
-transform = $(program_transform_name)
-NORMAL_INSTALL = :
-PRE_INSTALL = :
-POST_INSTALL = :
-NORMAL_UNINSTALL = :
-PRE_UNINSTALL = :
-POST_UNINSTALL = :
-build_triplet = @build@
-host_triplet = @host@
-target_triplet = @target@
-subdir = examples/opencl-book-samples
-ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
-am__aclocal_m4_deps = $(top_srcdir)/m4/ax_boost_base.m4 \
-	$(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
-	$(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
-	$(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/acinclude.m4 \
-	$(top_srcdir)/configure.ac
-am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
-	$(ACLOCAL_M4)
-DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
-mkinstalldirs = $(install_sh) -d
-CONFIG_HEADER = $(top_builddir)/config.h
-CONFIG_CLEAN_FILES =
-CONFIG_CLEAN_VPATH_FILES =
-AM_V_P = $(am__v_P_ at AM_V@)
-am__v_P_ = $(am__v_P_ at AM_DEFAULT_V@)
-am__v_P_0 = false
-am__v_P_1 = :
-AM_V_GEN = $(am__v_GEN_ at AM_V@)
-am__v_GEN_ = $(am__v_GEN_ at AM_DEFAULT_V@)
-am__v_GEN_0 = @echo "  GEN     " $@;
-am__v_GEN_1 = 
-AM_V_at = $(am__v_at_ at AM_V@)
-am__v_at_ = $(am__v_at_ at AM_DEFAULT_V@)
-am__v_at_0 = @
-am__v_at_1 = 
-SOURCES =
-DIST_SOURCES =
-am__can_run_installinfo = \
-  case $$AM_UPDATE_INFO_DIR in \
-    n|no|NO) false;; \
-    *) (install-info --version) >/dev/null 2>&1;; \
-  esac
-am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
-am__DIST_COMMON = $(srcdir)/Makefile.in
-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
-ACLOCAL = @ACLOCAL@
-AMTAR = @AMTAR@
-AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
-AR = @AR@
-AUTOCONF = @AUTOCONF@
-AUTOHEADER = @AUTOHEADER@
-AUTOMAKE = @AUTOMAKE@
-AWK = @AWK@
-BOOST_CPPFLAGS = @BOOST_CPPFLAGS@
-BOOST_LDFLAGS = @BOOST_LDFLAGS@
-BUILD_TIMESTAMP = @BUILD_TIMESTAMP@
-CC = @CC@
-CCDEPMODE = @CCDEPMODE@
-CFLAGS = @CFLAGS@
-CLANG = @CLANG@
-CLANGXX = @CLANGXX@
-CLANGXX_FLAGS = @CLANGXX_FLAGS@
-CLFLAGS = @CLFLAGS@
-CPP = @CPP@
-CPPFLAGS = @CPPFLAGS@
-CXX = @CXX@
-CXXCPP = @CXXCPP@
-CXXDEPMODE = @CXXDEPMODE@
-CXXFLAGS = @CXXFLAGS@
-CYGPATH_W = @CYGPATH_W@
-DEFS = @DEFS@
-DEPDIR = @DEPDIR@
-DLLTOOL = @DLLTOOL@
-DSYMUTIL = @DSYMUTIL@
-DUMPBIN = @DUMPBIN@
-ECHO_C = @ECHO_C@
-ECHO_N = @ECHO_N@
-ECHO_T = @ECHO_T@
-EGREP = @EGREP@
-EXEEXT = @EXEEXT@
-FGREP = @FGREP@
-FORCED_CLFLAGS = @FORCED_CLFLAGS@
-GLEW_CFLAGS = @GLEW_CFLAGS@
-GLEW_LIBS = @GLEW_LIBS@
-GREP = @GREP@
-HOST = @HOST@
-HOST_AS_FLAGS = @HOST_AS_FLAGS@
-HOST_CLANG_FLAGS = @HOST_CLANG_FLAGS@
-HOST_CPU = @HOST_CPU@
-HOST_DEVICE_EXTENSION_DEFINES = @HOST_DEVICE_EXTENSION_DEFINES@
-HOST_LD_FLAGS = @HOST_LD_FLAGS@
-HOST_LLC_FLAGS = @HOST_LLC_FLAGS@
-HOST_SIZEOF_DOUBLE = @HOST_SIZEOF_DOUBLE@
-HOST_SIZEOF_HALF = @HOST_SIZEOF_HALF@
-HOST_SIZEOF_LONG = @HOST_SIZEOF_LONG@
-HOST_SIZEOF_VOID_P = @HOST_SIZEOF_VOID_P@
-HSAILASM = @HSAILASM@
-HSA_DEVICE_EXTENSION_DEFINES = @HSA_DEVICE_EXTENSION_DEFINES@
-HSA_INCLUDES = @HSA_INCLUDES@
-HSA_LIBS = @HSA_LIBS@
-HWLOC_CFLAGS = @HWLOC_CFLAGS@
-HWLOC_LIBS = @HWLOC_LIBS@
-ICD_LD_FLAGS = @ICD_LD_FLAGS@
-INSTALL = @INSTALL@
-INSTALL_DATA = @INSTALL_DATA@
-INSTALL_PROGRAM = @INSTALL_PROGRAM@
-INSTALL_SCRIPT = @INSTALL_SCRIPT@
-INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
-KERNEL_COMPILER_LIB_VERSION = @KERNEL_COMPILER_LIB_VERSION@
-LD = @LD@
-LDFLAGS = @LDFLAGS@
-LD_FLAGS_BIN = @LD_FLAGS_BIN@
-LIBOBJS = @LIBOBJS@
-LIBRARY_SUFFIX = @LIBRARY_SUFFIX@
-LIBS = @LIBS@
-LIBTOOL = @LIBTOOL@
-LIB_AGE_VERSION = @LIB_AGE_VERSION@
-LIB_CURRENT_VERSION = @LIB_CURRENT_VERSION@
-LIB_FIRST_VERSION = @LIB_FIRST_VERSION@
-LIB_REVISION_VERSION = @LIB_REVISION_VERSION@
-LIB_VERSION = @LIB_VERSION@
-LIPO = @LIPO@
-LLC = @LLC@
-LLVM_AS = @LLVM_AS@
-LLVM_CONFIG = @LLVM_CONFIG@
-LLVM_CXX_FLAGS = @LLVM_CXX_FLAGS@
-LLVM_LDFLAGS = @LLVM_LDFLAGS@
-LLVM_LIBS = @LLVM_LIBS@
-LLVM_LINK = @LLVM_LINK@
-LLVM_OPT = @LLVM_OPT@
-LLVM_VERSION = @LLVM_VERSION@
-LN_S = @LN_S@
-LTDL_LIBS = @LTDL_LIBS@
-LTLIBOBJS = @LTLIBOBJS@
-LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
-MAKEINFO = @MAKEINFO@
-MANIFEST_TOOL = @MANIFEST_TOOL@
-MKDIR_P = @MKDIR_P@
-NM = @NM@
-NMEDIT = @NMEDIT@
-OBJDUMP = @OBJDUMP@
-OBJEXT = @OBJEXT@
-OCL_ICD_CFLAGS = @OCL_ICD_CFLAGS@
-OCL_ICD_LIBS = @OCL_ICD_LIBS@
-OCL_KERNEL_ARCH = @OCL_KERNEL_ARCH@
-OCL_KERNEL_TARGET = @OCL_KERNEL_TARGET@
-OCL_KERNEL_TARGET_CPU = @OCL_KERNEL_TARGET_CPU@
-OCL_TARGETS = @OCL_TARGETS@
-OPENCL_CFLAGS = @OPENCL_CFLAGS@
-OPENCL_CMAKE = @OPENCL_CMAKE@
-OPENCL_EXTLIBS = @OPENCL_EXTLIBS@
-OPENCL_LIBS = @OPENCL_LIBS@
-OPT = @OPT@
-OTOOL = @OTOOL@
-OTOOL64 = @OTOOL64@
-PACKAGE = @PACKAGE@
-PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
-PACKAGE_NAME = @PACKAGE_NAME@
-PACKAGE_STRING = @PACKAGE_STRING@
-PACKAGE_TARNAME = @PACKAGE_TARNAME@
-PACKAGE_URL = @PACKAGE_URL@
-PACKAGE_VERSION = @PACKAGE_VERSION@
-PATH_SEPARATOR = @PATH_SEPARATOR@
-PKG_CONFIG = @PKG_CONFIG@
-PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
-PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
-POAT_TESTSUITES = @POAT_TESTSUITES@
-POCL_DEVICE_ADDRESS_BITS = @POCL_DEVICE_ADDRESS_BITS@
-PTHREAD_CC = @PTHREAD_CC@
-PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
-PTHREAD_LIBS = @PTHREAD_LIBS@
-RANLIB = @RANLIB@
-SDL_CFLAGS = @SDL_CFLAGS@
-SDL_LIBS = @SDL_LIBS@
-SED = @SED@
-SET_MAKE = @SET_MAKE@
-SHELL = @SHELL@
-STRIP = @STRIP@
-TARGET = @TARGET@
-TARGET_CLANG_FLAGS = @TARGET_CLANG_FLAGS@
-TARGET_CPU = @TARGET_CPU@
-TARGET_LLC_FLAGS = @TARGET_LLC_FLAGS@
-TARGET_SIZEOF_DOUBLE = @TARGET_SIZEOF_DOUBLE@
-TARGET_SIZEOF_HALF = @TARGET_SIZEOF_HALF@
-TARGET_SIZEOF_LONG = @TARGET_SIZEOF_LONG@
-TARGET_SIZEOF_VOID_P = @TARGET_SIZEOF_VOID_P@
-TCECC = @TCECC@
-TCEMC_AVAILABLE = @TCEMC_AVAILABLE@
-TCE_AVAILABLE = @TCE_AVAILABLE@
-TCE_CONFIG = @TCE_CONFIG@
-TCE_DEVICE_EXTENSION_DEFINES = @TCE_DEVICE_EXTENSION_DEFINES@
-VERSION = @VERSION@
-abs_builddir = @abs_builddir@
-abs_srcdir = @abs_srcdir@
-abs_top_builddir = @abs_top_builddir@
-abs_top_srcdir = @abs_top_srcdir@
-ac_ct_AR = @ac_ct_AR@
-ac_ct_CC = @ac_ct_CC@
-ac_ct_CXX = @ac_ct_CXX@
-ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
-acx_pthread_config = @acx_pthread_config@
-am__include = @am__include@
-am__leading_dot = @am__leading_dot@
-am__quote = @am__quote@
-am__tar = @am__tar@
-am__untar = @am__untar@
-bindir = @bindir@
-build = @build@
-build_alias = @build_alias@
-build_cpu = @build_cpu@
-build_os = @build_os@
-build_vendor = @build_vendor@
-builddir = @builddir@
-datadir = @datadir@
-datarootdir = @datarootdir@
-docdir = @docdir@
-dvidir = @dvidir@
-exec_prefix = @exec_prefix@
-host = @host@
-host_alias = @host_alias@
-host_cpu = @host_cpu@
-host_os = @host_os@
-host_vendor = @host_vendor@
-htmldir = @htmldir@
-includedir = @includedir@
-infodir = @infodir@
-install_sh = @install_sh@
-libdir = @libdir@
-libexecdir = @libexecdir@
-localedir = @localedir@
-localstatedir = @localstatedir@
-mandir = @mandir@
-mkdir_p = @mkdir_p@
-oldincludedir = @oldincludedir@
-pdfdir = @pdfdir@
-prefix = @prefix@
-program_transform_name = @program_transform_name@
-psdir = @psdir@
-sbindir = @sbindir@
-sharedstatedir = @sharedstatedir@
-srcdir = @srcdir@
-sysconfdir = @sysconfdir@
-target = @target@
-target_alias = @target_alias@
-target_cpu = @target_cpu@
-target_os = @target_os@
-target_vendor = @target_vendor@
-top_build_prefix = @top_build_prefix@
-top_builddir = @top_builddir@
-top_srcdir = @top_srcdir@
- at TEST_SUITE_SAMPLES_TRUE@book_samples_base_dir = ${abs_top_srcdir}/examples/opencl-book-samples
- at TEST_SUITE_SAMPLES_TRUE@book_samples_dir = ${book_samples_base_dir}/checkout
-EXTRA_DIST = HelloBinaryWorld.stdout OpenCLConvolutionChap3.stdout ImageFilter2D.cl \
-             VectorAdd.stdout HelloWorld.stdout SimpleBufferSubBuffer.stdout
-
-all: all-am
-
-.SUFFIXES:
-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
-	@for dep in $?; do \
-	  case '$(am__configure_deps)' in \
-	    *$$dep*) \
-	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
-	        && { if test -f $@; then exit 0; else break; fi; }; \
-	      exit 1;; \
-	  esac; \
-	done; \
-	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign examples/opencl-book-samples/Makefile'; \
-	$(am__cd) $(top_srcdir) && \
-	  $(AUTOMAKE) --foreign examples/opencl-book-samples/Makefile
-Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
-	@case '$?' in \
-	  *config.status*) \
-	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
-	  *) \
-	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
-	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
-	esac;
-
-$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
-	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-
-$(top_srcdir)/configure:  $(am__configure_deps)
-	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
-	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-$(am__aclocal_m4_deps):
-
-mostlyclean-libtool:
-	-rm -f *.lo
-
-clean-libtool:
-	-rm -rf .libs _libs
-tags TAGS:
-
-ctags CTAGS:
-
-cscope cscopelist:
-
-
-distdir: $(DISTFILES)
-	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
-	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
-	list='$(DISTFILES)'; \
-	  dist_files=`for file in $$list; do echo $$file; done | \
-	  sed -e "s|^$$srcdirstrip/||;t" \
-	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
-	case $$dist_files in \
-	  */*) $(MKDIR_P) `echo "$$dist_files" | \
-			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
-			   sort -u` ;; \
-	esac; \
-	for file in $$dist_files; do \
-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
-	  if test -d $$d/$$file; then \
-	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
-	    if test -d "$(distdir)/$$file"; then \
-	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
-	    fi; \
-	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
-	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
-	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
-	    fi; \
-	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
-	  else \
-	    test -f "$(distdir)/$$file" \
-	    || cp -p $$d/$$file "$(distdir)/$$file" \
-	    || exit 1; \
-	  fi; \
-	done
-check-am: all-am
-check: check-am
-all-am: Makefile
-installdirs:
-install: install-am
-install-exec: install-exec-am
-install-data: install-data-am
-uninstall: uninstall-am
-
-install-am: all-am
-	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
-
-installcheck: installcheck-am
-install-strip:
-	if test -z '$(STRIP)'; then \
-	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
-	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
-	      install; \
-	else \
-	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
-	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
-	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
-	fi
-mostlyclean-generic:
-
-clean-generic:
-
-distclean-generic:
-	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
-	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
-
-maintainer-clean-generic:
-	@echo "This command is intended for maintainers to use"
-	@echo "it deletes files that may require special tools to rebuild."
- at TEST_SUITE_SAMPLES_FALSE@distclean-local:
- at TEST_SUITE_SAMPLES_FALSE@clean-local:
-clean: clean-am
-
-clean-am: clean-generic clean-libtool clean-local mostlyclean-am
-
-distclean: distclean-am
-	-rm -f Makefile
-distclean-am: clean-am distclean-generic distclean-local
-
-dvi: dvi-am
-
-dvi-am:
-
-html: html-am
-
-html-am:
-
-info: info-am
-
-info-am:
-
-install-data-am:
-
-install-dvi: install-dvi-am
-
-install-dvi-am:
-
-install-exec-am:
-
-install-html: install-html-am
-
-install-html-am:
-
-install-info: install-info-am
-
-install-info-am:
-
-install-man:
-
-install-pdf: install-pdf-am
-
-install-pdf-am:
-
-install-ps: install-ps-am
-
-install-ps-am:
-
-installcheck-am:
-
-maintainer-clean: maintainer-clean-am
-	-rm -f Makefile
-maintainer-clean-am: distclean-am maintainer-clean-generic
-
-mostlyclean: mostlyclean-am
-
-mostlyclean-am: mostlyclean-generic mostlyclean-libtool
-
-pdf: pdf-am
-
-pdf-am:
-
-ps: ps-am
-
-ps-am:
-
-uninstall-am:
-
-.MAKE: install-am install-strip
-
-.PHONY: all all-am check check-am clean clean-generic clean-libtool \
-	clean-local cscopelist-am ctags-am distclean distclean-generic \
-	distclean-libtool distclean-local distdir dvi dvi-am html \
-	html-am info info-am install install-am install-data \
-	install-data-am install-dvi install-dvi-am install-exec \
-	install-exec-am install-html install-html-am install-info \
-	install-info-am install-man install-pdf install-pdf-am \
-	install-ps install-ps-am install-strip installcheck \
-	installcheck-am installdirs maintainer-clean \
-	maintainer-clean-generic mostlyclean mostlyclean-generic \
-	mostlyclean-libtool pdf pdf-am ps ps-am tags-am uninstall \
-	uninstall-am
-
-.PRECIOUS: Makefile
-
-
- at TEST_SUITE_SAMPLES_TRUE@.PHONY: build run_all run_working check_dir run_HelloWorld run_OpenCLInfo run_OpenCLConvolutionChap3
- at TEST_SUITE_SAMPLES_TRUE@.PHONY: run_SimpleBufferSubBuffer run_spmv run_VectorAdd run_Dijkstra
-
- at TEST_SUITE_SAMPLES_TRUE@all: $(book_samples_base_dir)/stamp-patched
-
- at TEST_SUITE_SAMPLES_TRUE@$(book_samples_dir):
- at TEST_SUITE_SAMPLES_TRUE@	cd $(book_samples_base_dir) && \
- at TEST_SUITE_SAMPLES_TRUE@	svn checkout http://opencl-book-samples.googlecode.com/svn/trunk/ checkout
-
- at TEST_SUITE_SAMPLES_TRUE@$(book_samples_base_dir)/stamp-patched: $(book_samples_dir)
- at TEST_SUITE_SAMPLES_TRUE@	(cd ${book_samples_dir}; \
- at TEST_SUITE_SAMPLES_TRUE@	sed -i 's/bool doCPU = false/bool doCPU = true/g' src/Chapter_16/Dijkstra/oclDijkstra.cpp; \
- at TEST_SUITE_SAMPLES_TRUE@	sed -i 's/size_t localWorkSize = maxWorkGroupSize/size_t localWorkSize = 2/g' src/Chapter_16/Dijkstra/oclDijkstraKernel.cpp; \
- at TEST_SUITE_SAMPLES_TRUE@	sed -i 's/device.j..type == CL_DEVICE_TYPE_GPU/device[j].type \& CL_DEVICE_TYPE_GPU/g' src/Chapter_22/spmv.c; \
- at TEST_SUITE_SAMPLES_TRUE@	sed -i 's/context.CL_DEVICE_TYPE_GPU/context\(CL_DEVICE_TYPE_CPU/g' src/Chapter_12/VectorAdd/vecadd.cpp; \
- at TEST_SUITE_SAMPLES_TRUE@	rm -f src/Chapter_12/Sinewave/CMakeLists.txt)
- at TEST_SUITE_SAMPLES_TRUE@	touch $@
-
- at TEST_SUITE_SAMPLES_TRUE@build: $(book_samples_base_dir)/stamp-patched
-
- at TEST_SUITE_SAMPLES_TRUE@build: check_dir
- at TEST_SUITE_SAMPLES_TRUE@	mkdir -p build; cd build; \
- at TEST_SUITE_SAMPLES_TRUE@	cmake \
- at TEST_SUITE_SAMPLES_TRUE@		-D CMAKE_CXX_FLAGS:STRING='-g -O3 -DCL_USE_DEPRECATED_OPENCL_1_1_APIS -lGL -lglut ${PTHREAD_CFLAGS}' \
- at TEST_SUITE_SAMPLES_TRUE@		$(OPENCL_CMAKE) \
- at TEST_SUITE_SAMPLES_TRUE@		${book_samples_dir}
- at TEST_SUITE_SAMPLES_TRUE@	$(MAKE) clean -sk -C build
- at TEST_SUITE_SAMPLES_TRUE@	$(MAKE) all -sk -C build
-
- at TEST_SUITE_SAMPLES_TRUE@run_HelloWorld: 
- at TEST_SUITE_SAMPLES_TRUE@	@(cd build/src/Chapter_2/HelloWorld; ./HelloWorld)
-
- at TEST_SUITE_SAMPLES_TRUE@run_OpenCLInfo: 
- at TEST_SUITE_SAMPLES_TRUE@	@echo
- at TEST_SUITE_SAMPLES_TRUE@	@echo "###### Chapter 3: OpenCLInfo"
- at TEST_SUITE_SAMPLES_TRUE@	@echo
- at TEST_SUITE_SAMPLES_TRUE@	@(cd build/src/Chapter_3/OpenCLInfo; ./OpenCLInfo)
-
- at TEST_SUITE_SAMPLES_TRUE@run_OpenCLConvolutionChap3: 
- at TEST_SUITE_SAMPLES_TRUE@	@(cd build/src/Chapter_3/OpenCLConvolution; \
- at TEST_SUITE_SAMPLES_TRUE@	ln -sf ${book_samples_dir}/src/Chapter_3/OpenCLConvolution/Convolution.cl; \
- at TEST_SUITE_SAMPLES_TRUE@	./OpenCLConvolutionChap3)
-
- at TEST_SUITE_SAMPLES_TRUE@run_HelloBinaryWorld: 
- at TEST_SUITE_SAMPLES_TRUE@	@(cd build/src/Chapter_6/HelloBinaryWorld; \
- at TEST_SUITE_SAMPLES_TRUE@	rm -f HelloWorld.cl.bin; \
- at TEST_SUITE_SAMPLES_TRUE@	./HelloBinaryWorld; \
- at TEST_SUITE_SAMPLES_TRUE@	./HelloBinaryWorld)
-
- at TEST_SUITE_SAMPLES_TRUE@run_SimpleBufferSubBuffer: 
- at TEST_SUITE_SAMPLES_TRUE@	@(cd build/src/Chapter_7/SimpleBufferSubBuffer; \
- at TEST_SUITE_SAMPLES_TRUE@	./SimpleBufferSubBuffer --useMap)
-
- at TEST_SUITE_SAMPLES_TRUE@run_VectorAdd: 
- at TEST_SUITE_SAMPLES_TRUE@	@(cd build/src/Chapter_12/VectorAdd; \
- at TEST_SUITE_SAMPLES_TRUE@	./vecadd)
-
-# This failed because --cpu is not parsed correctly
-# and it tries to run the --cpugpu case. We
-# force 'doCPU = true' in oclDijkstra.cpp to make
-# it run. This case uses the maximum work group size
-# thus the llc takes a lot of memory and time.
-# The latter sed patch forces the localWorkSize to 2 to make it feasible for now.
- at TEST_SUITE_SAMPLES_TRUE@run_Dijkstra: 
- at TEST_SUITE_SAMPLES_TRUE@	@echo
- at TEST_SUITE_SAMPLES_TRUE@	@echo "###### Chapter 16: Dijkstra"
- at TEST_SUITE_SAMPLES_TRUE@	@echo
- at TEST_SUITE_SAMPLES_TRUE@	@(cd build/src/Chapter_16/Dijkstra; \
- at TEST_SUITE_SAMPLES_TRUE@	./Dijkstra --cpu)
-
- at TEST_SUITE_SAMPLES_TRUE@run_spmv: 
- at TEST_SUITE_SAMPLES_TRUE@	@echo
- at TEST_SUITE_SAMPLES_TRUE@	@echo "###### Chapter 22: spmv"
- at TEST_SUITE_SAMPLES_TRUE@	@echo
- at TEST_SUITE_SAMPLES_TRUE@	@(cd build/src/Chapter_22; \
- at TEST_SUITE_SAMPLES_TRUE@	ln -sf ${book_samples_dir}/src/Chapter_22/spmv.cl; \
- at TEST_SUITE_SAMPLES_TRUE@	./spmv)
-
- at TEST_SUITE_SAMPLES_TRUE@run_working: run_HelloWorld run_OpenCLConvolutionChap3 run_HelloBinaryWorld run_SimpleBufferSubBuffer run_VectorAdd
-
- at TEST_SUITE_SAMPLES_TRUE@run_all: run_working run_OpenCLInfo run_Dijkstra run_spmv
-
- at TEST_SUITE_SAMPLES_TRUE@clean-local:
- at TEST_SUITE_SAMPLES_TRUE@	rm -fr build
-
- at TEST_SUITE_SAMPLES_TRUE@distclean-local: clean-local
- at TEST_SUITE_SAMPLES_TRUE@	$(RM) -r $(book_samples_dir)
- at TEST_SUITE_SAMPLES_TRUE@	$(RM) $(book_samples_base_dir)/stamp-patched
-
-# Tell versions [3.59,3.63) of GNU make to not export all variables.
-# Otherwise a system limit (for SysV at least) may be exceeded.
-.NOEXPORT:
diff --git a/examples/piglit/CMakeLists.txt b/examples/piglit/CMakeLists.txt
index 9f73f77..5c5253f 100644
--- a/examples/piglit/CMakeLists.txt
+++ b/examples/piglit/CMakeLists.txt
@@ -28,6 +28,19 @@ set(TS_BASEDIR "${TESTSUITE_BASEDIR}/${TS_NAME}")
 set(TS_BUILDDIR "${TS_BASEDIR}/src/${TS_NAME}-build")
 set(TS_SRCDIR "${TESTSUITE_SOURCE_BASEDIR}/${TS_NAME}")
 
+find_package(GLUT QUIET)
+find_package(PNG QUIET)
+
+if(NOT HAVE_GIT)
+  message(STATUS "Disabling testsuite ${TS_NAME}, requires git to checkout sources")
+elseif(NOT GLUT_FOUND)
+  message(STATUS "Disabling testsuite ${TS_NAME}, requires glut library")
+elseif(NOT PNG_FOUND)
+  message(STATUS "Disabling testsuite ${TS_NAME}, requires PNG library")
+elseif(NOT TESTS_USE_ICD)
+  message(STATUS "Disabling testsuite ${TS_NAME}, requires ocl-icd")
+
+else()
 message(STATUS "Enabling testsuite ${TS_NAME}")
 list(APPEND ACTUALLY_ENABLED_TESTSUITES "${TS_NAME}")
 set(ACTUALLY_ENABLED_TESTSUITES ${ACTUALLY_ENABLED_TESTSUITES} PARENT_SCOPE)
@@ -54,7 +67,7 @@ ExternalProject_Add(
     -DPIGLIT_BUILD_GLX_TESTS=OFF
     "-DOPENCL_INCLUDE_PATH=${CMAKE_SOURCE_DIR}/include/"
     "-DOPENCL_opencl_LIBRARY:LIST=OpenCL"
-  INSTALL_COMMAND /bin/true
+  INSTALL_COMMAND ""
 )
 
 set_target_properties(${TS_NAME} PROPERTIES EXCLUDE_FROM_ALL TRUE)
@@ -218,3 +231,5 @@ set_tests_properties(
 
   PROPERTIES
     LABELS "piglit")
+
+endif()
diff --git a/examples/piglit/Makefile.am b/examples/piglit/Makefile.am
deleted file mode 100644
index b534d3c..0000000
--- a/examples/piglit/Makefile.am
+++ /dev/null
@@ -1,48 +0,0 @@
-# Process this file with automake to produce Makefile.in (in this,
-# and all subdirectories).
-# Makefile.am for pocl/examples/VexCL
-# 
-# Copyright (c) 2013 Ville Korhonen / Tampere University of Technology
-# 
-# Permission is hereby granted, free of charge, to any person obtaining a copy
-# of this software and associated documentation files (the "Software"), to deal
-# in the Software without restriction, including without limitation the rights
-# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-# copies of the Software, and to permit persons to whom the Software is
-# furnished to do so, subject to the following conditions:
-# 
-# The above copyright notice and this permission notice shall be included in
-# all copies or substantial portions of the Software.
-# 
-# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-# THE SOFTWARE.
-
-if TEST_SUITE_PIGLIT
-
-.PHONY: build
-
-prepare-examples:
-	cd piglit ; \
-	cmake \
-		-DPIGLIT_BUILD_GL_TESTS=OFF \
-		-DPIGLIT_BUILD_GLES1_TESTS=OFF \
-		-DPIGLIT_BUILD_GLES2_TESTS=OFF \
-		-DPIGLIT_BUILD_GLES3_TESTS=OFF \
-		-DPIGLIT_BUILD_CL_TESTS=ON \
-		-DPIGLIT_USE_WAFFLE=OFF \
-		-DPIGLIT_BUILD_GLX_TESTS=OFF \
-		-DOPENCL_INCLUDE_PATH="../../../include/" \
-		-DOPENCL_opencl_LIBRARY:STRING="-l OpenCL" .; \
-	make
-
-clean-examples:
-	cd piglit; make clean
-
-endif
-
-EXTRA_DIST = produce_results.sh
diff --git a/examples/piglit/Makefile.in b/examples/piglit/Makefile.in
deleted file mode 100644
index af8ef74..0000000
--- a/examples/piglit/Makefile.in
+++ /dev/null
@@ -1,570 +0,0 @@
-# Makefile.in generated by automake 1.15 from Makefile.am.
-# @configure_input@
-
-# Copyright (C) 1994-2014 Free Software Foundation, Inc.
-
-# This Makefile.in is free software; the Free Software Foundation
-# gives unlimited permission to copy and/or distribute it,
-# with or without modifications, as long as this notice is preserved.
-
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
-# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
-# PARTICULAR PURPOSE.
-
- at SET_MAKE@
-
-# Process this file with automake to produce Makefile.in (in this,
-# and all subdirectories).
-# Makefile.am for pocl/examples/VexCL
-# 
-# Copyright (c) 2013 Ville Korhonen / Tampere University of Technology
-# 
-# Permission is hereby granted, free of charge, to any person obtaining a copy
-# of this software and associated documentation files (the "Software"), to deal
-# in the Software without restriction, including without limitation the rights
-# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-# copies of the Software, and to permit persons to whom the Software is
-# furnished to do so, subject to the following conditions:
-# 
-# The above copyright notice and this permission notice shall be included in
-# all copies or substantial portions of the Software.
-# 
-# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-# THE SOFTWARE.
-VPATH = @srcdir@
-am__is_gnu_make = { \
-  if test -z '$(MAKELEVEL)'; then \
-    false; \
-  elif test -n '$(MAKE_HOST)'; then \
-    true; \
-  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
-    true; \
-  else \
-    false; \
-  fi; \
-}
-am__make_running_with_option = \
-  case $${target_option-} in \
-      ?) ;; \
-      *) echo "am__make_running_with_option: internal error: invalid" \
-              "target option '$${target_option-}' specified" >&2; \
-         exit 1;; \
-  esac; \
-  has_opt=no; \
-  sane_makeflags=$$MAKEFLAGS; \
-  if $(am__is_gnu_make); then \
-    sane_makeflags=$$MFLAGS; \
-  else \
-    case $$MAKEFLAGS in \
-      *\\[\ \	]*) \
-        bs=\\; \
-        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
-          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
-    esac; \
-  fi; \
-  skip_next=no; \
-  strip_trailopt () \
-  { \
-    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
-  }; \
-  for flg in $$sane_makeflags; do \
-    test $$skip_next = yes && { skip_next=no; continue; }; \
-    case $$flg in \
-      *=*|--*) continue;; \
-        -*I) strip_trailopt 'I'; skip_next=yes;; \
-      -*I?*) strip_trailopt 'I';; \
-        -*O) strip_trailopt 'O'; skip_next=yes;; \
-      -*O?*) strip_trailopt 'O';; \
-        -*l) strip_trailopt 'l'; skip_next=yes;; \
-      -*l?*) strip_trailopt 'l';; \
-      -[dEDm]) skip_next=yes;; \
-      -[JT]) skip_next=yes;; \
-    esac; \
-    case $$flg in \
-      *$$target_option*) has_opt=yes; break;; \
-    esac; \
-  done; \
-  test $$has_opt = yes
-am__make_dryrun = (target_option=n; $(am__make_running_with_option))
-am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
-pkgdatadir = $(datadir)/@PACKAGE@
-pkgincludedir = $(includedir)/@PACKAGE@
-pkglibdir = $(libdir)/@PACKAGE@
-pkglibexecdir = $(libexecdir)/@PACKAGE@
-am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
-install_sh_DATA = $(install_sh) -c -m 644
-install_sh_PROGRAM = $(install_sh) -c
-install_sh_SCRIPT = $(install_sh) -c
-INSTALL_HEADER = $(INSTALL_DATA)
-transform = $(program_transform_name)
-NORMAL_INSTALL = :
-PRE_INSTALL = :
-POST_INSTALL = :
-NORMAL_UNINSTALL = :
-PRE_UNINSTALL = :
-POST_UNINSTALL = :
-build_triplet = @build@
-host_triplet = @host@
-target_triplet = @target@
-subdir = examples/piglit
-ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
-am__aclocal_m4_deps = $(top_srcdir)/m4/ax_boost_base.m4 \
-	$(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
-	$(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
-	$(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/acinclude.m4 \
-	$(top_srcdir)/configure.ac
-am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
-	$(ACLOCAL_M4)
-DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
-mkinstalldirs = $(install_sh) -d
-CONFIG_HEADER = $(top_builddir)/config.h
-CONFIG_CLEAN_FILES =
-CONFIG_CLEAN_VPATH_FILES =
-AM_V_P = $(am__v_P_ at AM_V@)
-am__v_P_ = $(am__v_P_ at AM_DEFAULT_V@)
-am__v_P_0 = false
-am__v_P_1 = :
-AM_V_GEN = $(am__v_GEN_ at AM_V@)
-am__v_GEN_ = $(am__v_GEN_ at AM_DEFAULT_V@)
-am__v_GEN_0 = @echo "  GEN     " $@;
-am__v_GEN_1 = 
-AM_V_at = $(am__v_at_ at AM_V@)
-am__v_at_ = $(am__v_at_ at AM_DEFAULT_V@)
-am__v_at_0 = @
-am__v_at_1 = 
-SOURCES =
-DIST_SOURCES =
-am__can_run_installinfo = \
-  case $$AM_UPDATE_INFO_DIR in \
-    n|no|NO) false;; \
-    *) (install-info --version) >/dev/null 2>&1;; \
-  esac
-am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
-am__DIST_COMMON = $(srcdir)/Makefile.in README
-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
-ACLOCAL = @ACLOCAL@
-AMTAR = @AMTAR@
-AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
-AR = @AR@
-AUTOCONF = @AUTOCONF@
-AUTOHEADER = @AUTOHEADER@
-AUTOMAKE = @AUTOMAKE@
-AWK = @AWK@
-BOOST_CPPFLAGS = @BOOST_CPPFLAGS@
-BOOST_LDFLAGS = @BOOST_LDFLAGS@
-BUILD_TIMESTAMP = @BUILD_TIMESTAMP@
-CC = @CC@
-CCDEPMODE = @CCDEPMODE@
-CFLAGS = @CFLAGS@
-CLANG = @CLANG@
-CLANGXX = @CLANGXX@
-CLANGXX_FLAGS = @CLANGXX_FLAGS@
-CLFLAGS = @CLFLAGS@
-CPP = @CPP@
-CPPFLAGS = @CPPFLAGS@
-CXX = @CXX@
-CXXCPP = @CXXCPP@
-CXXDEPMODE = @CXXDEPMODE@
-CXXFLAGS = @CXXFLAGS@
-CYGPATH_W = @CYGPATH_W@
-DEFS = @DEFS@
-DEPDIR = @DEPDIR@
-DLLTOOL = @DLLTOOL@
-DSYMUTIL = @DSYMUTIL@
-DUMPBIN = @DUMPBIN@
-ECHO_C = @ECHO_C@
-ECHO_N = @ECHO_N@
-ECHO_T = @ECHO_T@
-EGREP = @EGREP@
-EXEEXT = @EXEEXT@
-FGREP = @FGREP@
-FORCED_CLFLAGS = @FORCED_CLFLAGS@
-GLEW_CFLAGS = @GLEW_CFLAGS@
-GLEW_LIBS = @GLEW_LIBS@
-GREP = @GREP@
-HOST = @HOST@
-HOST_AS_FLAGS = @HOST_AS_FLAGS@
-HOST_CLANG_FLAGS = @HOST_CLANG_FLAGS@
-HOST_CPU = @HOST_CPU@
-HOST_DEVICE_EXTENSION_DEFINES = @HOST_DEVICE_EXTENSION_DEFINES@
-HOST_LD_FLAGS = @HOST_LD_FLAGS@
-HOST_LLC_FLAGS = @HOST_LLC_FLAGS@
-HOST_SIZEOF_DOUBLE = @HOST_SIZEOF_DOUBLE@
-HOST_SIZEOF_HALF = @HOST_SIZEOF_HALF@
-HOST_SIZEOF_LONG = @HOST_SIZEOF_LONG@
-HOST_SIZEOF_VOID_P = @HOST_SIZEOF_VOID_P@
-HSAILASM = @HSAILASM@
-HSA_DEVICE_EXTENSION_DEFINES = @HSA_DEVICE_EXTENSION_DEFINES@
-HSA_INCLUDES = @HSA_INCLUDES@
-HSA_LIBS = @HSA_LIBS@
-HWLOC_CFLAGS = @HWLOC_CFLAGS@
-HWLOC_LIBS = @HWLOC_LIBS@
-ICD_LD_FLAGS = @ICD_LD_FLAGS@
-INSTALL = @INSTALL@
-INSTALL_DATA = @INSTALL_DATA@
-INSTALL_PROGRAM = @INSTALL_PROGRAM@
-INSTALL_SCRIPT = @INSTALL_SCRIPT@
-INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
-KERNEL_COMPILER_LIB_VERSION = @KERNEL_COMPILER_LIB_VERSION@
-LD = @LD@
-LDFLAGS = @LDFLAGS@
-LD_FLAGS_BIN = @LD_FLAGS_BIN@
-LIBOBJS = @LIBOBJS@
-LIBRARY_SUFFIX = @LIBRARY_SUFFIX@
-LIBS = @LIBS@
-LIBTOOL = @LIBTOOL@
-LIB_AGE_VERSION = @LIB_AGE_VERSION@
-LIB_CURRENT_VERSION = @LIB_CURRENT_VERSION@
-LIB_FIRST_VERSION = @LIB_FIRST_VERSION@
-LIB_REVISION_VERSION = @LIB_REVISION_VERSION@
-LIB_VERSION = @LIB_VERSION@
-LIPO = @LIPO@
-LLC = @LLC@
-LLVM_AS = @LLVM_AS@
-LLVM_CONFIG = @LLVM_CONFIG@
-LLVM_CXX_FLAGS = @LLVM_CXX_FLAGS@
-LLVM_LDFLAGS = @LLVM_LDFLAGS@
-LLVM_LIBS = @LLVM_LIBS@
-LLVM_LINK = @LLVM_LINK@
-LLVM_OPT = @LLVM_OPT@
-LLVM_VERSION = @LLVM_VERSION@
-LN_S = @LN_S@
-LTDL_LIBS = @LTDL_LIBS@
-LTLIBOBJS = @LTLIBOBJS@
-LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
-MAKEINFO = @MAKEINFO@
-MANIFEST_TOOL = @MANIFEST_TOOL@
-MKDIR_P = @MKDIR_P@
-NM = @NM@
-NMEDIT = @NMEDIT@
-OBJDUMP = @OBJDUMP@
-OBJEXT = @OBJEXT@
-OCL_ICD_CFLAGS = @OCL_ICD_CFLAGS@
-OCL_ICD_LIBS = @OCL_ICD_LIBS@
-OCL_KERNEL_ARCH = @OCL_KERNEL_ARCH@
-OCL_KERNEL_TARGET = @OCL_KERNEL_TARGET@
-OCL_KERNEL_TARGET_CPU = @OCL_KERNEL_TARGET_CPU@
-OCL_TARGETS = @OCL_TARGETS@
-OPENCL_CFLAGS = @OPENCL_CFLAGS@
-OPENCL_CMAKE = @OPENCL_CMAKE@
-OPENCL_EXTLIBS = @OPENCL_EXTLIBS@
-OPENCL_LIBS = @OPENCL_LIBS@
-OPT = @OPT@
-OTOOL = @OTOOL@
-OTOOL64 = @OTOOL64@
-PACKAGE = @PACKAGE@
-PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
-PACKAGE_NAME = @PACKAGE_NAME@
-PACKAGE_STRING = @PACKAGE_STRING@
-PACKAGE_TARNAME = @PACKAGE_TARNAME@
-PACKAGE_URL = @PACKAGE_URL@
-PACKAGE_VERSION = @PACKAGE_VERSION@
-PATH_SEPARATOR = @PATH_SEPARATOR@
-PKG_CONFIG = @PKG_CONFIG@
-PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
-PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
-POAT_TESTSUITES = @POAT_TESTSUITES@
-POCL_DEVICE_ADDRESS_BITS = @POCL_DEVICE_ADDRESS_BITS@
-PTHREAD_CC = @PTHREAD_CC@
-PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
-PTHREAD_LIBS = @PTHREAD_LIBS@
-RANLIB = @RANLIB@
-SDL_CFLAGS = @SDL_CFLAGS@
-SDL_LIBS = @SDL_LIBS@
-SED = @SED@
-SET_MAKE = @SET_MAKE@
-SHELL = @SHELL@
-STRIP = @STRIP@
-TARGET = @TARGET@
-TARGET_CLANG_FLAGS = @TARGET_CLANG_FLAGS@
-TARGET_CPU = @TARGET_CPU@
-TARGET_LLC_FLAGS = @TARGET_LLC_FLAGS@
-TARGET_SIZEOF_DOUBLE = @TARGET_SIZEOF_DOUBLE@
-TARGET_SIZEOF_HALF = @TARGET_SIZEOF_HALF@
-TARGET_SIZEOF_LONG = @TARGET_SIZEOF_LONG@
-TARGET_SIZEOF_VOID_P = @TARGET_SIZEOF_VOID_P@
-TCECC = @TCECC@
-TCEMC_AVAILABLE = @TCEMC_AVAILABLE@
-TCE_AVAILABLE = @TCE_AVAILABLE@
-TCE_CONFIG = @TCE_CONFIG@
-TCE_DEVICE_EXTENSION_DEFINES = @TCE_DEVICE_EXTENSION_DEFINES@
-VERSION = @VERSION@
-abs_builddir = @abs_builddir@
-abs_srcdir = @abs_srcdir@
-abs_top_builddir = @abs_top_builddir@
-abs_top_srcdir = @abs_top_srcdir@
-ac_ct_AR = @ac_ct_AR@
-ac_ct_CC = @ac_ct_CC@
-ac_ct_CXX = @ac_ct_CXX@
-ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
-acx_pthread_config = @acx_pthread_config@
-am__include = @am__include@
-am__leading_dot = @am__leading_dot@
-am__quote = @am__quote@
-am__tar = @am__tar@
-am__untar = @am__untar@
-bindir = @bindir@
-build = @build@
-build_alias = @build_alias@
-build_cpu = @build_cpu@
-build_os = @build_os@
-build_vendor = @build_vendor@
-builddir = @builddir@
-datadir = @datadir@
-datarootdir = @datarootdir@
-docdir = @docdir@
-dvidir = @dvidir@
-exec_prefix = @exec_prefix@
-host = @host@
-host_alias = @host_alias@
-host_cpu = @host_cpu@
-host_os = @host_os@
-host_vendor = @host_vendor@
-htmldir = @htmldir@
-includedir = @includedir@
-infodir = @infodir@
-install_sh = @install_sh@
-libdir = @libdir@
-libexecdir = @libexecdir@
-localedir = @localedir@
-localstatedir = @localstatedir@
-mandir = @mandir@
-mkdir_p = @mkdir_p@
-oldincludedir = @oldincludedir@
-pdfdir = @pdfdir@
-prefix = @prefix@
-program_transform_name = @program_transform_name@
-psdir = @psdir@
-sbindir = @sbindir@
-sharedstatedir = @sharedstatedir@
-srcdir = @srcdir@
-sysconfdir = @sysconfdir@
-target = @target@
-target_alias = @target_alias@
-target_cpu = @target_cpu@
-target_os = @target_os@
-target_vendor = @target_vendor@
-top_build_prefix = @top_build_prefix@
-top_builddir = @top_builddir@
-top_srcdir = @top_srcdir@
-EXTRA_DIST = produce_results.sh
-all: all-am
-
-.SUFFIXES:
-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
-	@for dep in $?; do \
-	  case '$(am__configure_deps)' in \
-	    *$$dep*) \
-	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
-	        && { if test -f $@; then exit 0; else break; fi; }; \
-	      exit 1;; \
-	  esac; \
-	done; \
-	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign examples/piglit/Makefile'; \
-	$(am__cd) $(top_srcdir) && \
-	  $(AUTOMAKE) --foreign examples/piglit/Makefile
-Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
-	@case '$?' in \
-	  *config.status*) \
-	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
-	  *) \
-	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
-	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
-	esac;
-
-$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
-	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-
-$(top_srcdir)/configure:  $(am__configure_deps)
-	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
-	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-$(am__aclocal_m4_deps):
-
-mostlyclean-libtool:
-	-rm -f *.lo
-
-clean-libtool:
-	-rm -rf .libs _libs
-tags TAGS:
-
-ctags CTAGS:
-
-cscope cscopelist:
-
-
-distdir: $(DISTFILES)
-	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
-	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
-	list='$(DISTFILES)'; \
-	  dist_files=`for file in $$list; do echo $$file; done | \
-	  sed -e "s|^$$srcdirstrip/||;t" \
-	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
-	case $$dist_files in \
-	  */*) $(MKDIR_P) `echo "$$dist_files" | \
-			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
-			   sort -u` ;; \
-	esac; \
-	for file in $$dist_files; do \
-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
-	  if test -d $$d/$$file; then \
-	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
-	    if test -d "$(distdir)/$$file"; then \
-	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
-	    fi; \
-	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
-	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
-	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
-	    fi; \
-	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
-	  else \
-	    test -f "$(distdir)/$$file" \
-	    || cp -p $$d/$$file "$(distdir)/$$file" \
-	    || exit 1; \
-	  fi; \
-	done
-check-am: all-am
-check: check-am
-all-am: Makefile
-installdirs:
-install: install-am
-install-exec: install-exec-am
-install-data: install-data-am
-uninstall: uninstall-am
-
-install-am: all-am
-	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
-
-installcheck: installcheck-am
-install-strip:
-	if test -z '$(STRIP)'; then \
-	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
-	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
-	      install; \
-	else \
-	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
-	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
-	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
-	fi
-mostlyclean-generic:
-
-clean-generic:
-
-distclean-generic:
-	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
-	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
-
-maintainer-clean-generic:
-	@echo "This command is intended for maintainers to use"
-	@echo "it deletes files that may require special tools to rebuild."
-clean: clean-am
-
-clean-am: clean-generic clean-libtool mostlyclean-am
-
-distclean: distclean-am
-	-rm -f Makefile
-distclean-am: clean-am distclean-generic
-
-dvi: dvi-am
-
-dvi-am:
-
-html: html-am
-
-html-am:
-
-info: info-am
-
-info-am:
-
-install-data-am:
-
-install-dvi: install-dvi-am
-
-install-dvi-am:
-
-install-exec-am:
-
-install-html: install-html-am
-
-install-html-am:
-
-install-info: install-info-am
-
-install-info-am:
-
-install-man:
-
-install-pdf: install-pdf-am
-
-install-pdf-am:
-
-install-ps: install-ps-am
-
-install-ps-am:
-
-installcheck-am:
-
-maintainer-clean: maintainer-clean-am
-	-rm -f Makefile
-maintainer-clean-am: distclean-am maintainer-clean-generic
-
-mostlyclean: mostlyclean-am
-
-mostlyclean-am: mostlyclean-generic mostlyclean-libtool
-
-pdf: pdf-am
-
-pdf-am:
-
-ps: ps-am
-
-ps-am:
-
-uninstall-am:
-
-.MAKE: install-am install-strip
-
-.PHONY: all all-am check check-am clean clean-generic clean-libtool \
-	cscopelist-am ctags-am distclean distclean-generic \
-	distclean-libtool distdir dvi dvi-am html html-am info info-am \
-	install install-am install-data install-data-am install-dvi \
-	install-dvi-am install-exec install-exec-am install-html \
-	install-html-am install-info install-info-am install-man \
-	install-pdf install-pdf-am install-ps install-ps-am \
-	install-strip installcheck installcheck-am installdirs \
-	maintainer-clean maintainer-clean-generic mostlyclean \
-	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
-	tags-am uninstall uninstall-am
-
-.PRECIOUS: Makefile
-
-
- at TEST_SUITE_PIGLIT_TRUE@.PHONY: build
-
- at TEST_SUITE_PIGLIT_TRUE@prepare-examples:
- at TEST_SUITE_PIGLIT_TRUE@	cd piglit ; \
- at TEST_SUITE_PIGLIT_TRUE@	cmake \
- at TEST_SUITE_PIGLIT_TRUE@		-DPIGLIT_BUILD_GL_TESTS=OFF \
- at TEST_SUITE_PIGLIT_TRUE@		-DPIGLIT_BUILD_GLES1_TESTS=OFF \
- at TEST_SUITE_PIGLIT_TRUE@		-DPIGLIT_BUILD_GLES2_TESTS=OFF \
- at TEST_SUITE_PIGLIT_TRUE@		-DPIGLIT_BUILD_GLES3_TESTS=OFF \
- at TEST_SUITE_PIGLIT_TRUE@		-DPIGLIT_BUILD_CL_TESTS=ON \
- at TEST_SUITE_PIGLIT_TRUE@		-DPIGLIT_USE_WAFFLE=OFF \
- at TEST_SUITE_PIGLIT_TRUE@		-DPIGLIT_BUILD_GLX_TESTS=OFF \
- at TEST_SUITE_PIGLIT_TRUE@		-DOPENCL_INCLUDE_PATH="../../../include/" \
- at TEST_SUITE_PIGLIT_TRUE@		-DOPENCL_opencl_LIBRARY:STRING="-l OpenCL" .; \
- at TEST_SUITE_PIGLIT_TRUE@	make
-
- at TEST_SUITE_PIGLIT_TRUE@clean-examples:
- at TEST_SUITE_PIGLIT_TRUE@	cd piglit; make clean
-
-# Tell versions [3.59,3.63) of GNU make to not export all variables.
-# Otherwise a system limit (for SysV at least) may be exceeded.
-.NOEXPORT:
diff --git a/lib/CL/devices/pthread/CMakeLists.txt b/examples/poclcc/CMakeLists.txt
similarity index 82%
copy from lib/CL/devices/pthread/CMakeLists.txt
copy to examples/poclcc/CMakeLists.txt
index 360dcc2..331fcd2 100644
--- a/lib/CL/devices/pthread/CMakeLists.txt
+++ b/examples/poclcc/CMakeLists.txt
@@ -23,7 +23,13 @@
 #
 #=============================================================================
 
-if(MSVC)
-  set_source_files_properties( pocl-pthread.h pthread.c PROPERTIES LANGUAGE CXX )
-endif(MSVC)
-add_library("pocl-devices-pthread" OBJECT pocl-pthread.h pthread.c)
+add_test(NAME "poclcc" COMMAND "poclcc"
+          -o "${CMAKE_BINARY_DIR}/poclcc.cl.pocl"
+          "${CMAKE_CURRENT_SOURCE_DIR}/poclcc.cl")
+
+set_tests_properties( "poclcc"
+  PROPERTIES
+    COST 3.0
+    PROCESSORS 1
+    LABELS "internal"
+    DEPENDS "pocl_version_check")
diff --git a/examples/standalone/standalone.cl b/examples/poclcc/poclcc.cl
similarity index 100%
rename from examples/standalone/standalone.cl
rename to examples/poclcc/poclcc.cl
diff --git a/examples/scalarwave/Makefile.am b/examples/scalarwave/Makefile.am
deleted file mode 100644
index d0da124..0000000
--- a/examples/scalarwave/Makefile.am
+++ /dev/null
@@ -1,33 +0,0 @@
-# Process this file with automake to produce Makefile.in (in this,
-# and all subdirectories).
-# Makefile.am for pocl/examples/scalarwave.
-# 
-# Copyright (c) 2011 Universidad Rey Juan Carlos
-# 
-# Permission is hereby granted, free of charge, to any person obtaining a copy
-# of this software and associated documentation files (the "Software"), to deal
-# in the Software without restriction, including without limitation the rights
-# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-# copies of the Software, and to permit persons to whom the Software is
-# furnished to do so, subject to the following conditions:
-# 
-# The above copyright notice and this permission notice shall be included in
-# all copies or substantial portions of the Software.
-# 
-# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-# THE SOFTWARE.
-
-EXTRA_DIST = CMakeLists.txt
-
-noinst_PROGRAMS = scalarwave
-
-scalarwave_SOURCES = scalarwave.c scalarwave.cl
-scalarwave_LDADD = -lm @OPENCL_LIBS@ ../../lib/poclu/libpoclu.la
-scalarwave_CFLAGS = -std=c99 @OPENCL_CFLAGS@
-
-AM_CPPFLAGS = -I$(top_srcdir)/fix-include -I$(top_srcdir)/include -DSRCDIR='"$(abs_srcdir)"'
diff --git a/examples/scalarwave/Makefile.in b/examples/scalarwave/Makefile.in
deleted file mode 100644
index f968a5c..0000000
--- a/examples/scalarwave/Makefile.in
+++ /dev/null
@@ -1,718 +0,0 @@
-# Makefile.in generated by automake 1.15 from Makefile.am.
-# @configure_input@
-
-# Copyright (C) 1994-2014 Free Software Foundation, Inc.
-
-# This Makefile.in is free software; the Free Software Foundation
-# gives unlimited permission to copy and/or distribute it,
-# with or without modifications, as long as this notice is preserved.
-
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
-# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
-# PARTICULAR PURPOSE.
-
- at SET_MAKE@
-
-# Process this file with automake to produce Makefile.in (in this,
-# and all subdirectories).
-# Makefile.am for pocl/examples/scalarwave.
-# 
-# Copyright (c) 2011 Universidad Rey Juan Carlos
-# 
-# Permission is hereby granted, free of charge, to any person obtaining a copy
-# of this software and associated documentation files (the "Software"), to deal
-# in the Software without restriction, including without limitation the rights
-# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-# copies of the Software, and to permit persons to whom the Software is
-# furnished to do so, subject to the following conditions:
-# 
-# The above copyright notice and this permission notice shall be included in
-# all copies or substantial portions of the Software.
-# 
-# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-# THE SOFTWARE.
-
-VPATH = @srcdir@
-am__is_gnu_make = { \
-  if test -z '$(MAKELEVEL)'; then \
-    false; \
-  elif test -n '$(MAKE_HOST)'; then \
-    true; \
-  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
-    true; \
-  else \
-    false; \
-  fi; \
-}
-am__make_running_with_option = \
-  case $${target_option-} in \
-      ?) ;; \
-      *) echo "am__make_running_with_option: internal error: invalid" \
-              "target option '$${target_option-}' specified" >&2; \
-         exit 1;; \
-  esac; \
-  has_opt=no; \
-  sane_makeflags=$$MAKEFLAGS; \
-  if $(am__is_gnu_make); then \
-    sane_makeflags=$$MFLAGS; \
-  else \
-    case $$MAKEFLAGS in \
-      *\\[\ \	]*) \
-        bs=\\; \
-        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
-          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
-    esac; \
-  fi; \
-  skip_next=no; \
-  strip_trailopt () \
-  { \
-    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
-  }; \
-  for flg in $$sane_makeflags; do \
-    test $$skip_next = yes && { skip_next=no; continue; }; \
-    case $$flg in \
-      *=*|--*) continue;; \
-        -*I) strip_trailopt 'I'; skip_next=yes;; \
-      -*I?*) strip_trailopt 'I';; \
-        -*O) strip_trailopt 'O'; skip_next=yes;; \
-      -*O?*) strip_trailopt 'O';; \
-        -*l) strip_trailopt 'l'; skip_next=yes;; \
-      -*l?*) strip_trailopt 'l';; \
-      -[dEDm]) skip_next=yes;; \
-      -[JT]) skip_next=yes;; \
-    esac; \
-    case $$flg in \
-      *$$target_option*) has_opt=yes; break;; \
-    esac; \
-  done; \
-  test $$has_opt = yes
-am__make_dryrun = (target_option=n; $(am__make_running_with_option))
-am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
-pkgdatadir = $(datadir)/@PACKAGE@
-pkgincludedir = $(includedir)/@PACKAGE@
-pkglibdir = $(libdir)/@PACKAGE@
-pkglibexecdir = $(libexecdir)/@PACKAGE@
-am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
-install_sh_DATA = $(install_sh) -c -m 644
-install_sh_PROGRAM = $(install_sh) -c
-install_sh_SCRIPT = $(install_sh) -c
-INSTALL_HEADER = $(INSTALL_DATA)
-transform = $(program_transform_name)
-NORMAL_INSTALL = :
-PRE_INSTALL = :
-POST_INSTALL = :
-NORMAL_UNINSTALL = :
-PRE_UNINSTALL = :
-POST_UNINSTALL = :
-build_triplet = @build@
-host_triplet = @host@
-target_triplet = @target@
-noinst_PROGRAMS = scalarwave$(EXEEXT)
-subdir = examples/scalarwave
-ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
-am__aclocal_m4_deps = $(top_srcdir)/m4/ax_boost_base.m4 \
-	$(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
-	$(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
-	$(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/acinclude.m4 \
-	$(top_srcdir)/configure.ac
-am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
-	$(ACLOCAL_M4)
-DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
-mkinstalldirs = $(install_sh) -d
-CONFIG_HEADER = $(top_builddir)/config.h
-CONFIG_CLEAN_FILES =
-CONFIG_CLEAN_VPATH_FILES =
-PROGRAMS = $(noinst_PROGRAMS)
-am_scalarwave_OBJECTS = scalarwave-scalarwave.$(OBJEXT)
-scalarwave_OBJECTS = $(am_scalarwave_OBJECTS)
-scalarwave_DEPENDENCIES = ../../lib/poclu/libpoclu.la
-AM_V_lt = $(am__v_lt_ at AM_V@)
-am__v_lt_ = $(am__v_lt_ at AM_DEFAULT_V@)
-am__v_lt_0 = --silent
-am__v_lt_1 = 
-scalarwave_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
-	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(scalarwave_CFLAGS) \
-	$(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
-AM_V_P = $(am__v_P_ at AM_V@)
-am__v_P_ = $(am__v_P_ at AM_DEFAULT_V@)
-am__v_P_0 = false
-am__v_P_1 = :
-AM_V_GEN = $(am__v_GEN_ at AM_V@)
-am__v_GEN_ = $(am__v_GEN_ at AM_DEFAULT_V@)
-am__v_GEN_0 = @echo "  GEN     " $@;
-am__v_GEN_1 = 
-AM_V_at = $(am__v_at_ at AM_V@)
-am__v_at_ = $(am__v_at_ at AM_DEFAULT_V@)
-am__v_at_0 = @
-am__v_at_1 = 
-DEFAULT_INCLUDES = -I. at am__isrc@ -I$(top_builddir)
-depcomp = $(SHELL) $(top_srcdir)/config/depcomp
-am__depfiles_maybe = depfiles
-am__mv = mv -f
-COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
-	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
-LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
-	$(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
-	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
-	$(AM_CFLAGS) $(CFLAGS)
-AM_V_CC = $(am__v_CC_ at AM_V@)
-am__v_CC_ = $(am__v_CC_ at AM_DEFAULT_V@)
-am__v_CC_0 = @echo "  CC      " $@;
-am__v_CC_1 = 
-CCLD = $(CC)
-LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
-	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
-AM_V_CCLD = $(am__v_CCLD_ at AM_V@)
-am__v_CCLD_ = $(am__v_CCLD_ at AM_DEFAULT_V@)
-am__v_CCLD_0 = @echo "  CCLD    " $@;
-am__v_CCLD_1 = 
-SOURCES = $(scalarwave_SOURCES)
-DIST_SOURCES = $(scalarwave_SOURCES)
-am__can_run_installinfo = \
-  case $$AM_UPDATE_INFO_DIR in \
-    n|no|NO) false;; \
-    *) (install-info --version) >/dev/null 2>&1;; \
-  esac
-am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
-# Read a list of newline-separated strings from the standard input,
-# and print each of them once, without duplicates.  Input order is
-# *not* preserved.
-am__uniquify_input = $(AWK) '\
-  BEGIN { nonempty = 0; } \
-  { items[$$0] = 1; nonempty = 1; } \
-  END { if (nonempty) { for (i in items) print i; }; } \
-'
-# Make sure the list of sources is unique.  This is necessary because,
-# e.g., the same source file might be shared among _SOURCES variables
-# for different programs/libraries.
-am__define_uniq_tagged_files = \
-  list='$(am__tagged_files)'; \
-  unique=`for i in $$list; do \
-    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
-  done | $(am__uniquify_input)`
-ETAGS = etags
-CTAGS = ctags
-am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/config/depcomp
-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
-ACLOCAL = @ACLOCAL@
-AMTAR = @AMTAR@
-AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
-AR = @AR@
-AUTOCONF = @AUTOCONF@
-AUTOHEADER = @AUTOHEADER@
-AUTOMAKE = @AUTOMAKE@
-AWK = @AWK@
-BOOST_CPPFLAGS = @BOOST_CPPFLAGS@
-BOOST_LDFLAGS = @BOOST_LDFLAGS@
-BUILD_TIMESTAMP = @BUILD_TIMESTAMP@
-CC = @CC@
-CCDEPMODE = @CCDEPMODE@
-CFLAGS = @CFLAGS@
-CLANG = @CLANG@
-CLANGXX = @CLANGXX@
-CLANGXX_FLAGS = @CLANGXX_FLAGS@
-CLFLAGS = @CLFLAGS@
-CPP = @CPP@
-CPPFLAGS = @CPPFLAGS@
-CXX = @CXX@
-CXXCPP = @CXXCPP@
-CXXDEPMODE = @CXXDEPMODE@
-CXXFLAGS = @CXXFLAGS@
-CYGPATH_W = @CYGPATH_W@
-DEFS = @DEFS@
-DEPDIR = @DEPDIR@
-DLLTOOL = @DLLTOOL@
-DSYMUTIL = @DSYMUTIL@
-DUMPBIN = @DUMPBIN@
-ECHO_C = @ECHO_C@
-ECHO_N = @ECHO_N@
-ECHO_T = @ECHO_T@
-EGREP = @EGREP@
-EXEEXT = @EXEEXT@
-FGREP = @FGREP@
-FORCED_CLFLAGS = @FORCED_CLFLAGS@
-GLEW_CFLAGS = @GLEW_CFLAGS@
-GLEW_LIBS = @GLEW_LIBS@
-GREP = @GREP@
-HOST = @HOST@
-HOST_AS_FLAGS = @HOST_AS_FLAGS@
-HOST_CLANG_FLAGS = @HOST_CLANG_FLAGS@
-HOST_CPU = @HOST_CPU@
-HOST_DEVICE_EXTENSION_DEFINES = @HOST_DEVICE_EXTENSION_DEFINES@
-HOST_LD_FLAGS = @HOST_LD_FLAGS@
-HOST_LLC_FLAGS = @HOST_LLC_FLAGS@
-HOST_SIZEOF_DOUBLE = @HOST_SIZEOF_DOUBLE@
-HOST_SIZEOF_HALF = @HOST_SIZEOF_HALF@
-HOST_SIZEOF_LONG = @HOST_SIZEOF_LONG@
-HOST_SIZEOF_VOID_P = @HOST_SIZEOF_VOID_P@
-HSAILASM = @HSAILASM@
-HSA_DEVICE_EXTENSION_DEFINES = @HSA_DEVICE_EXTENSION_DEFINES@
-HSA_INCLUDES = @HSA_INCLUDES@
-HSA_LIBS = @HSA_LIBS@
-HWLOC_CFLAGS = @HWLOC_CFLAGS@
-HWLOC_LIBS = @HWLOC_LIBS@
-ICD_LD_FLAGS = @ICD_LD_FLAGS@
-INSTALL = @INSTALL@
-INSTALL_DATA = @INSTALL_DATA@
-INSTALL_PROGRAM = @INSTALL_PROGRAM@
-INSTALL_SCRIPT = @INSTALL_SCRIPT@
-INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
-KERNEL_COMPILER_LIB_VERSION = @KERNEL_COMPILER_LIB_VERSION@
-LD = @LD@
-LDFLAGS = @LDFLAGS@
-LD_FLAGS_BIN = @LD_FLAGS_BIN@
-LIBOBJS = @LIBOBJS@
-LIBRARY_SUFFIX = @LIBRARY_SUFFIX@
-LIBS = @LIBS@
-LIBTOOL = @LIBTOOL@
-LIB_AGE_VERSION = @LIB_AGE_VERSION@
-LIB_CURRENT_VERSION = @LIB_CURRENT_VERSION@
-LIB_FIRST_VERSION = @LIB_FIRST_VERSION@
-LIB_REVISION_VERSION = @LIB_REVISION_VERSION@
-LIB_VERSION = @LIB_VERSION@
-LIPO = @LIPO@
-LLC = @LLC@
-LLVM_AS = @LLVM_AS@
-LLVM_CONFIG = @LLVM_CONFIG@
-LLVM_CXX_FLAGS = @LLVM_CXX_FLAGS@
-LLVM_LDFLAGS = @LLVM_LDFLAGS@
-LLVM_LIBS = @LLVM_LIBS@
-LLVM_LINK = @LLVM_LINK@
-LLVM_OPT = @LLVM_OPT@
-LLVM_VERSION = @LLVM_VERSION@
-LN_S = @LN_S@
-LTDL_LIBS = @LTDL_LIBS@
-LTLIBOBJS = @LTLIBOBJS@
-LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
-MAKEINFO = @MAKEINFO@
-MANIFEST_TOOL = @MANIFEST_TOOL@
-MKDIR_P = @MKDIR_P@
-NM = @NM@
-NMEDIT = @NMEDIT@
-OBJDUMP = @OBJDUMP@
-OBJEXT = @OBJEXT@
-OCL_ICD_CFLAGS = @OCL_ICD_CFLAGS@
-OCL_ICD_LIBS = @OCL_ICD_LIBS@
-OCL_KERNEL_ARCH = @OCL_KERNEL_ARCH@
-OCL_KERNEL_TARGET = @OCL_KERNEL_TARGET@
-OCL_KERNEL_TARGET_CPU = @OCL_KERNEL_TARGET_CPU@
-OCL_TARGETS = @OCL_TARGETS@
-OPENCL_CFLAGS = @OPENCL_CFLAGS@
-OPENCL_CMAKE = @OPENCL_CMAKE@
-OPENCL_EXTLIBS = @OPENCL_EXTLIBS@
-OPENCL_LIBS = @OPENCL_LIBS@
-OPT = @OPT@
-OTOOL = @OTOOL@
-OTOOL64 = @OTOOL64@
-PACKAGE = @PACKAGE@
-PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
-PACKAGE_NAME = @PACKAGE_NAME@
-PACKAGE_STRING = @PACKAGE_STRING@
-PACKAGE_TARNAME = @PACKAGE_TARNAME@
-PACKAGE_URL = @PACKAGE_URL@
-PACKAGE_VERSION = @PACKAGE_VERSION@
-PATH_SEPARATOR = @PATH_SEPARATOR@
-PKG_CONFIG = @PKG_CONFIG@
-PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
-PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
-POAT_TESTSUITES = @POAT_TESTSUITES@
-POCL_DEVICE_ADDRESS_BITS = @POCL_DEVICE_ADDRESS_BITS@
-PTHREAD_CC = @PTHREAD_CC@
-PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
-PTHREAD_LIBS = @PTHREAD_LIBS@
-RANLIB = @RANLIB@
-SDL_CFLAGS = @SDL_CFLAGS@
-SDL_LIBS = @SDL_LIBS@
-SED = @SED@
-SET_MAKE = @SET_MAKE@
-SHELL = @SHELL@
-STRIP = @STRIP@
-TARGET = @TARGET@
-TARGET_CLANG_FLAGS = @TARGET_CLANG_FLAGS@
-TARGET_CPU = @TARGET_CPU@
-TARGET_LLC_FLAGS = @TARGET_LLC_FLAGS@
-TARGET_SIZEOF_DOUBLE = @TARGET_SIZEOF_DOUBLE@
-TARGET_SIZEOF_HALF = @TARGET_SIZEOF_HALF@
-TARGET_SIZEOF_LONG = @TARGET_SIZEOF_LONG@
-TARGET_SIZEOF_VOID_P = @TARGET_SIZEOF_VOID_P@
-TCECC = @TCECC@
-TCEMC_AVAILABLE = @TCEMC_AVAILABLE@
-TCE_AVAILABLE = @TCE_AVAILABLE@
-TCE_CONFIG = @TCE_CONFIG@
-TCE_DEVICE_EXTENSION_DEFINES = @TCE_DEVICE_EXTENSION_DEFINES@
-VERSION = @VERSION@
-abs_builddir = @abs_builddir@
-abs_srcdir = @abs_srcdir@
-abs_top_builddir = @abs_top_builddir@
-abs_top_srcdir = @abs_top_srcdir@
-ac_ct_AR = @ac_ct_AR@
-ac_ct_CC = @ac_ct_CC@
-ac_ct_CXX = @ac_ct_CXX@
-ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
-acx_pthread_config = @acx_pthread_config@
-am__include = @am__include@
-am__leading_dot = @am__leading_dot@
-am__quote = @am__quote@
-am__tar = @am__tar@
-am__untar = @am__untar@
-bindir = @bindir@
-build = @build@
-build_alias = @build_alias@
-build_cpu = @build_cpu@
-build_os = @build_os@
-build_vendor = @build_vendor@
-builddir = @builddir@
-datadir = @datadir@
-datarootdir = @datarootdir@
-docdir = @docdir@
-dvidir = @dvidir@
-exec_prefix = @exec_prefix@
-host = @host@
-host_alias = @host_alias@
-host_cpu = @host_cpu@
-host_os = @host_os@
-host_vendor = @host_vendor@
-htmldir = @htmldir@
-includedir = @includedir@
-infodir = @infodir@
-install_sh = @install_sh@
-libdir = @libdir@
-libexecdir = @libexecdir@
-localedir = @localedir@
-localstatedir = @localstatedir@
-mandir = @mandir@
-mkdir_p = @mkdir_p@
-oldincludedir = @oldincludedir@
-pdfdir = @pdfdir@
-prefix = @prefix@
-program_transform_name = @program_transform_name@
-psdir = @psdir@
-sbindir = @sbindir@
-sharedstatedir = @sharedstatedir@
-srcdir = @srcdir@
-sysconfdir = @sysconfdir@
-target = @target@
-target_alias = @target_alias@
-target_cpu = @target_cpu@
-target_os = @target_os@
-target_vendor = @target_vendor@
-top_build_prefix = @top_build_prefix@
-top_builddir = @top_builddir@
-top_srcdir = @top_srcdir@
-EXTRA_DIST = CMakeLists.txt
-scalarwave_SOURCES = scalarwave.c scalarwave.cl
-scalarwave_LDADD = -lm @OPENCL_LIBS@ ../../lib/poclu/libpoclu.la
-scalarwave_CFLAGS = -std=c99 @OPENCL_CFLAGS@
-AM_CPPFLAGS = -I$(top_srcdir)/fix-include -I$(top_srcdir)/include -DSRCDIR='"$(abs_srcdir)"'
-all: all-am
-
-.SUFFIXES:
-.SUFFIXES: .c .lo .o .obj
-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
-	@for dep in $?; do \
-	  case '$(am__configure_deps)' in \
-	    *$$dep*) \
-	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
-	        && { if test -f $@; then exit 0; else break; fi; }; \
-	      exit 1;; \
-	  esac; \
-	done; \
-	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign examples/scalarwave/Makefile'; \
-	$(am__cd) $(top_srcdir) && \
-	  $(AUTOMAKE) --foreign examples/scalarwave/Makefile
-Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
-	@case '$?' in \
-	  *config.status*) \
-	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
-	  *) \
-	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
-	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
-	esac;
-
-$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
-	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-
-$(top_srcdir)/configure:  $(am__configure_deps)
-	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
-	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-$(am__aclocal_m4_deps):
-
-clean-noinstPROGRAMS:
-	@list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \
-	echo " rm -f" $$list; \
-	rm -f $$list || exit $$?; \
-	test -n "$(EXEEXT)" || exit 0; \
-	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
-	echo " rm -f" $$list; \
-	rm -f $$list
-
-scalarwave$(EXEEXT): $(scalarwave_OBJECTS) $(scalarwave_DEPENDENCIES) $(EXTRA_scalarwave_DEPENDENCIES) 
-	@rm -f scalarwave$(EXEEXT)
-	$(AM_V_CCLD)$(scalarwave_LINK) $(scalarwave_OBJECTS) $(scalarwave_LDADD) $(LIBS)
-
-mostlyclean-compile:
-	-rm -f *.$(OBJEXT)
-
-distclean-compile:
-	-rm -f *.tab.c
-
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/scalarwave-scalarwave.Po at am__quote@
-
-.c.o:
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(COMPILE) -c -o $@ $<
-
-.c.obj:
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
-
-.c.lo:
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(LTCOMPILE) -c -o $@ $<
-
-scalarwave-scalarwave.o: scalarwave.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(scalarwave_CFLAGS) $(CFLAGS) -MT scalarwave-scalarwave.o -MD -MP -MF $(DEPDIR)/scalarwave-scalarwave.Tpo -c -o scalarwave-scalarwave.o `test -f 'scalarwave.c' || echo '$(srcdir)/'`scalarwave.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/scalarwave-scalarwave.Tpo $(DEPDIR)/scalarwave-scalarwave.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='scalarwave.c' object='scalarwave-scalarwave.o' libtool=no @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(scalarwave_CFLAGS) $(CFLAGS) -c -o scalarwave-scalarwave.o `test -f 'scalarwave.c' || echo '$(srcdir)/'`scalarwave.c
-
-scalarwave-scalarwave.obj: scalarwave.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(scalarwave_CFLAGS) $(CFLAGS) -MT scalarwave-scalarwave.obj -MD -MP -MF $(DEPDIR)/scalarwave-scalarwave.Tpo -c -o scalarwave-scalarwave.obj `if test -f 'scalarwave.c'; then $(CYGPATH_W) 'scalarwave.c'; else $(CYGPATH_W) '$(srcdir)/scalarwave.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/scalarwave-scalarwave.Tpo $(DEPDIR)/scalarwave-scalarwave.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='scalarwave.c' object='scalarwave-scalarwave.obj' libtool=no @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(scalarwave_CFLAGS) $(CFLAGS) -c -o scalarwave-scalarwave.obj `if test -f 'scalarwave.c'; then $(CYGPATH_W) 'scalarwave.c'; else $(CYGPATH_W) '$(srcdir)/scalarwave.c'; fi`
-
-mostlyclean-libtool:
-	-rm -f *.lo
-
-clean-libtool:
-	-rm -rf .libs _libs
-
-ID: $(am__tagged_files)
-	$(am__define_uniq_tagged_files); mkid -fID $$unique
-tags: tags-am
-TAGS: tags
-
-tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
-	set x; \
-	here=`pwd`; \
-	$(am__define_uniq_tagged_files); \
-	shift; \
-	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
-	  test -n "$$unique" || unique=$$empty_fix; \
-	  if test $$# -gt 0; then \
-	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
-	      "$$@" $$unique; \
-	  else \
-	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
-	      $$unique; \
-	  fi; \
-	fi
-ctags: ctags-am
-
-CTAGS: ctags
-ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
-	$(am__define_uniq_tagged_files); \
-	test -z "$(CTAGS_ARGS)$$unique" \
-	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
-	     $$unique
-
-GTAGS:
-	here=`$(am__cd) $(top_builddir) && pwd` \
-	  && $(am__cd) $(top_srcdir) \
-	  && gtags -i $(GTAGS_ARGS) "$$here"
-cscopelist: cscopelist-am
-
-cscopelist-am: $(am__tagged_files)
-	list='$(am__tagged_files)'; \
-	case "$(srcdir)" in \
-	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
-	  *) sdir=$(subdir)/$(srcdir) ;; \
-	esac; \
-	for i in $$list; do \
-	  if test -f "$$i"; then \
-	    echo "$(subdir)/$$i"; \
-	  else \
-	    echo "$$sdir/$$i"; \
-	  fi; \
-	done >> $(top_builddir)/cscope.files
-
-distclean-tags:
-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
-
-distdir: $(DISTFILES)
-	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
-	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
-	list='$(DISTFILES)'; \
-	  dist_files=`for file in $$list; do echo $$file; done | \
-	  sed -e "s|^$$srcdirstrip/||;t" \
-	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
-	case $$dist_files in \
-	  */*) $(MKDIR_P) `echo "$$dist_files" | \
-			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
-			   sort -u` ;; \
-	esac; \
-	for file in $$dist_files; do \
-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
-	  if test -d $$d/$$file; then \
-	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
-	    if test -d "$(distdir)/$$file"; then \
-	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
-	    fi; \
-	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
-	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
-	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
-	    fi; \
-	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
-	  else \
-	    test -f "$(distdir)/$$file" \
-	    || cp -p $$d/$$file "$(distdir)/$$file" \
-	    || exit 1; \
-	  fi; \
-	done
-check-am: all-am
-check: check-am
-all-am: Makefile $(PROGRAMS)
-installdirs:
-install: install-am
-install-exec: install-exec-am
-install-data: install-data-am
-uninstall: uninstall-am
-
-install-am: all-am
-	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
-
-installcheck: installcheck-am
-install-strip:
-	if test -z '$(STRIP)'; then \
-	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
-	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
-	      install; \
-	else \
-	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
-	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
-	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
-	fi
-mostlyclean-generic:
-
-clean-generic:
-
-distclean-generic:
-	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
-	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
-
-maintainer-clean-generic:
-	@echo "This command is intended for maintainers to use"
-	@echo "it deletes files that may require special tools to rebuild."
-clean: clean-am
-
-clean-am: clean-generic clean-libtool clean-noinstPROGRAMS \
-	mostlyclean-am
-
-distclean: distclean-am
-	-rm -rf ./$(DEPDIR)
-	-rm -f Makefile
-distclean-am: clean-am distclean-compile distclean-generic \
-	distclean-tags
-
-dvi: dvi-am
-
-dvi-am:
-
-html: html-am
-
-html-am:
-
-info: info-am
-
-info-am:
-
-install-data-am:
-
-install-dvi: install-dvi-am
-
-install-dvi-am:
-
-install-exec-am:
-
-install-html: install-html-am
-
-install-html-am:
-
-install-info: install-info-am
-
-install-info-am:
-
-install-man:
-
-install-pdf: install-pdf-am
-
-install-pdf-am:
-
-install-ps: install-ps-am
-
-install-ps-am:
-
-installcheck-am:
-
-maintainer-clean: maintainer-clean-am
-	-rm -rf ./$(DEPDIR)
-	-rm -f Makefile
-maintainer-clean-am: distclean-am maintainer-clean-generic
-
-mostlyclean: mostlyclean-am
-
-mostlyclean-am: mostlyclean-compile mostlyclean-generic \
-	mostlyclean-libtool
-
-pdf: pdf-am
-
-pdf-am:
-
-ps: ps-am
-
-ps-am:
-
-uninstall-am:
-
-.MAKE: install-am install-strip
-
-.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
-	clean-libtool clean-noinstPROGRAMS cscopelist-am ctags \
-	ctags-am distclean distclean-compile distclean-generic \
-	distclean-libtool distclean-tags distdir dvi dvi-am html \
-	html-am info info-am install install-am install-data \
-	install-data-am install-dvi install-dvi-am install-exec \
-	install-exec-am install-html install-html-am install-info \
-	install-info-am install-man install-pdf install-pdf-am \
-	install-ps install-ps-am install-strip installcheck \
-	installcheck-am installdirs maintainer-clean \
-	maintainer-clean-generic mostlyclean mostlyclean-compile \
-	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
-	tags tags-am uninstall uninstall-am
-
-.PRECIOUS: Makefile
-
-
-# Tell versions [3.59,3.63) of GNU make to not export all variables.
-# Otherwise a system limit (for SysV at least) may be exceeded.
-.NOEXPORT:
diff --git a/examples/scalarwave/scalarwave.cl b/examples/scalarwave/scalarwave.cl
index 08499f8..1ebfd00 100644
--- a/examples/scalarwave/scalarwave.cl
+++ b/examples/scalarwave/scalarwave.cl
@@ -14,6 +14,11 @@
    capabilities.
  */
 
+#ifdef cl_khr_fp64
+#pragma OPENCL EXTENSION cl_khr_fp64 : enable
+#endif
+
+
 typedef struct grid_t {
   double dt;                    // time step
   double dx, dy, dz;            // resolution
diff --git a/examples/standalone/Makefile.am b/examples/standalone/Makefile.am
deleted file mode 100644
index 61e4d0f..0000000
--- a/examples/standalone/Makefile.am
+++ /dev/null
@@ -1,34 +0,0 @@
-# Process this file with automake to produce Makefile.in (in this,
-# and all subdirectories).
-# Makefile.am for pocl/examples/standalone.
-# 
-# Copyright (c) 2011 Universidad Rey Juan Carlos
-# 
-# Permission is hereby granted, free of charge, to any person obtaining a copy
-# of this software and associated documentation files (the "Software"), to deal
-# in the Software without restriction, including without limitation the rights
-# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-# copies of the Software, and to permit persons to whom the Software is
-# furnished to do so, subject to the following conditions:
-# 
-# The above copyright notice and this permission notice shall be included in
-# all copies or substantial portions of the Software.
-# 
-# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-# THE SOFTWARE.
-
-EXTRA_DIST = standalone.cl CMakeLists.txt
-
-noinst_DATA = $(EXTRA_DIST:.cl=.bc)
-
-.cl.bc:
-	../../scripts/pocl-standalone -h $(@:.bc=.h) -o $@ $<
-
-clean-local:
-	rm -f standalone.bc standalone.h
-
diff --git a/examples/standalone/Makefile.in b/examples/standalone/Makefile.in
deleted file mode 100644
index c982b1d..0000000
--- a/examples/standalone/Makefile.in
+++ /dev/null
@@ -1,561 +0,0 @@
-# Makefile.in generated by automake 1.15 from Makefile.am.
-# @configure_input@
-
-# Copyright (C) 1994-2014 Free Software Foundation, Inc.
-
-# This Makefile.in is free software; the Free Software Foundation
-# gives unlimited permission to copy and/or distribute it,
-# with or without modifications, as long as this notice is preserved.
-
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
-# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
-# PARTICULAR PURPOSE.
-
- at SET_MAKE@
-
-# Process this file with automake to produce Makefile.in (in this,
-# and all subdirectories).
-# Makefile.am for pocl/examples/standalone.
-# 
-# Copyright (c) 2011 Universidad Rey Juan Carlos
-# 
-# Permission is hereby granted, free of charge, to any person obtaining a copy
-# of this software and associated documentation files (the "Software"), to deal
-# in the Software without restriction, including without limitation the rights
-# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-# copies of the Software, and to permit persons to whom the Software is
-# furnished to do so, subject to the following conditions:
-# 
-# The above copyright notice and this permission notice shall be included in
-# all copies or substantial portions of the Software.
-# 
-# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-# THE SOFTWARE.
-
-VPATH = @srcdir@
-am__is_gnu_make = { \
-  if test -z '$(MAKELEVEL)'; then \
-    false; \
-  elif test -n '$(MAKE_HOST)'; then \
-    true; \
-  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
-    true; \
-  else \
-    false; \
-  fi; \
-}
-am__make_running_with_option = \
-  case $${target_option-} in \
-      ?) ;; \
-      *) echo "am__make_running_with_option: internal error: invalid" \
-              "target option '$${target_option-}' specified" >&2; \
-         exit 1;; \
-  esac; \
-  has_opt=no; \
-  sane_makeflags=$$MAKEFLAGS; \
-  if $(am__is_gnu_make); then \
-    sane_makeflags=$$MFLAGS; \
-  else \
-    case $$MAKEFLAGS in \
-      *\\[\ \	]*) \
-        bs=\\; \
-        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
-          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
-    esac; \
-  fi; \
-  skip_next=no; \
-  strip_trailopt () \
-  { \
-    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
-  }; \
-  for flg in $$sane_makeflags; do \
-    test $$skip_next = yes && { skip_next=no; continue; }; \
-    case $$flg in \
-      *=*|--*) continue;; \
-        -*I) strip_trailopt 'I'; skip_next=yes;; \
-      -*I?*) strip_trailopt 'I';; \
-        -*O) strip_trailopt 'O'; skip_next=yes;; \
-      -*O?*) strip_trailopt 'O';; \
-        -*l) strip_trailopt 'l'; skip_next=yes;; \
-      -*l?*) strip_trailopt 'l';; \
-      -[dEDm]) skip_next=yes;; \
-      -[JT]) skip_next=yes;; \
-    esac; \
-    case $$flg in \
-      *$$target_option*) has_opt=yes; break;; \
-    esac; \
-  done; \
-  test $$has_opt = yes
-am__make_dryrun = (target_option=n; $(am__make_running_with_option))
-am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
-pkgdatadir = $(datadir)/@PACKAGE@
-pkgincludedir = $(includedir)/@PACKAGE@
-pkglibdir = $(libdir)/@PACKAGE@
-pkglibexecdir = $(libexecdir)/@PACKAGE@
-am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
-install_sh_DATA = $(install_sh) -c -m 644
-install_sh_PROGRAM = $(install_sh) -c
-install_sh_SCRIPT = $(install_sh) -c
-INSTALL_HEADER = $(INSTALL_DATA)
-transform = $(program_transform_name)
-NORMAL_INSTALL = :
-PRE_INSTALL = :
-POST_INSTALL = :
-NORMAL_UNINSTALL = :
-PRE_UNINSTALL = :
-POST_UNINSTALL = :
-build_triplet = @build@
-host_triplet = @host@
-target_triplet = @target@
-subdir = examples/standalone
-ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
-am__aclocal_m4_deps = $(top_srcdir)/m4/ax_boost_base.m4 \
-	$(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
-	$(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
-	$(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/acinclude.m4 \
-	$(top_srcdir)/configure.ac
-am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
-	$(ACLOCAL_M4)
-DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
-mkinstalldirs = $(install_sh) -d
-CONFIG_HEADER = $(top_builddir)/config.h
-CONFIG_CLEAN_FILES =
-CONFIG_CLEAN_VPATH_FILES =
-AM_V_P = $(am__v_P_ at AM_V@)
-am__v_P_ = $(am__v_P_ at AM_DEFAULT_V@)
-am__v_P_0 = false
-am__v_P_1 = :
-AM_V_GEN = $(am__v_GEN_ at AM_V@)
-am__v_GEN_ = $(am__v_GEN_ at AM_DEFAULT_V@)
-am__v_GEN_0 = @echo "  GEN     " $@;
-am__v_GEN_1 = 
-AM_V_at = $(am__v_at_ at AM_V@)
-am__v_at_ = $(am__v_at_ at AM_DEFAULT_V@)
-am__v_at_0 = @
-am__v_at_1 = 
-SOURCES =
-DIST_SOURCES =
-am__can_run_installinfo = \
-  case $$AM_UPDATE_INFO_DIR in \
-    n|no|NO) false;; \
-    *) (install-info --version) >/dev/null 2>&1;; \
-  esac
-DATA = $(noinst_DATA)
-am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
-am__DIST_COMMON = $(srcdir)/Makefile.in
-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
-ACLOCAL = @ACLOCAL@
-AMTAR = @AMTAR@
-AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
-AR = @AR@
-AUTOCONF = @AUTOCONF@
-AUTOHEADER = @AUTOHEADER@
-AUTOMAKE = @AUTOMAKE@
-AWK = @AWK@
-BOOST_CPPFLAGS = @BOOST_CPPFLAGS@
-BOOST_LDFLAGS = @BOOST_LDFLAGS@
-BUILD_TIMESTAMP = @BUILD_TIMESTAMP@
-CC = @CC@
-CCDEPMODE = @CCDEPMODE@
-CFLAGS = @CFLAGS@
-CLANG = @CLANG@
-CLANGXX = @CLANGXX@
-CLANGXX_FLAGS = @CLANGXX_FLAGS@
-CLFLAGS = @CLFLAGS@
-CPP = @CPP@
-CPPFLAGS = @CPPFLAGS@
-CXX = @CXX@
-CXXCPP = @CXXCPP@
-CXXDEPMODE = @CXXDEPMODE@
-CXXFLAGS = @CXXFLAGS@
-CYGPATH_W = @CYGPATH_W@
-DEFS = @DEFS@
-DEPDIR = @DEPDIR@
-DLLTOOL = @DLLTOOL@
-DSYMUTIL = @DSYMUTIL@
-DUMPBIN = @DUMPBIN@
-ECHO_C = @ECHO_C@
-ECHO_N = @ECHO_N@
-ECHO_T = @ECHO_T@
-EGREP = @EGREP@
-EXEEXT = @EXEEXT@
-FGREP = @FGREP@
-FORCED_CLFLAGS = @FORCED_CLFLAGS@
-GLEW_CFLAGS = @GLEW_CFLAGS@
-GLEW_LIBS = @GLEW_LIBS@
-GREP = @GREP@
-HOST = @HOST@
-HOST_AS_FLAGS = @HOST_AS_FLAGS@
-HOST_CLANG_FLAGS = @HOST_CLANG_FLAGS@
-HOST_CPU = @HOST_CPU@
-HOST_DEVICE_EXTENSION_DEFINES = @HOST_DEVICE_EXTENSION_DEFINES@
-HOST_LD_FLAGS = @HOST_LD_FLAGS@
-HOST_LLC_FLAGS = @HOST_LLC_FLAGS@
-HOST_SIZEOF_DOUBLE = @HOST_SIZEOF_DOUBLE@
-HOST_SIZEOF_HALF = @HOST_SIZEOF_HALF@
-HOST_SIZEOF_LONG = @HOST_SIZEOF_LONG@
-HOST_SIZEOF_VOID_P = @HOST_SIZEOF_VOID_P@
-HSAILASM = @HSAILASM@
-HSA_DEVICE_EXTENSION_DEFINES = @HSA_DEVICE_EXTENSION_DEFINES@
-HSA_INCLUDES = @HSA_INCLUDES@
-HSA_LIBS = @HSA_LIBS@
-HWLOC_CFLAGS = @HWLOC_CFLAGS@
-HWLOC_LIBS = @HWLOC_LIBS@
-ICD_LD_FLAGS = @ICD_LD_FLAGS@
-INSTALL = @INSTALL@
-INSTALL_DATA = @INSTALL_DATA@
-INSTALL_PROGRAM = @INSTALL_PROGRAM@
-INSTALL_SCRIPT = @INSTALL_SCRIPT@
-INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
-KERNEL_COMPILER_LIB_VERSION = @KERNEL_COMPILER_LIB_VERSION@
-LD = @LD@
-LDFLAGS = @LDFLAGS@
-LD_FLAGS_BIN = @LD_FLAGS_BIN@
-LIBOBJS = @LIBOBJS@
-LIBRARY_SUFFIX = @LIBRARY_SUFFIX@
-LIBS = @LIBS@
-LIBTOOL = @LIBTOOL@
-LIB_AGE_VERSION = @LIB_AGE_VERSION@
-LIB_CURRENT_VERSION = @LIB_CURRENT_VERSION@
-LIB_FIRST_VERSION = @LIB_FIRST_VERSION@
-LIB_REVISION_VERSION = @LIB_REVISION_VERSION@
-LIB_VERSION = @LIB_VERSION@
-LIPO = @LIPO@
-LLC = @LLC@
-LLVM_AS = @LLVM_AS@
-LLVM_CONFIG = @LLVM_CONFIG@
-LLVM_CXX_FLAGS = @LLVM_CXX_FLAGS@
-LLVM_LDFLAGS = @LLVM_LDFLAGS@
-LLVM_LIBS = @LLVM_LIBS@
-LLVM_LINK = @LLVM_LINK@
-LLVM_OPT = @LLVM_OPT@
-LLVM_VERSION = @LLVM_VERSION@
-LN_S = @LN_S@
-LTDL_LIBS = @LTDL_LIBS@
-LTLIBOBJS = @LTLIBOBJS@
-LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
-MAKEINFO = @MAKEINFO@
-MANIFEST_TOOL = @MANIFEST_TOOL@
-MKDIR_P = @MKDIR_P@
-NM = @NM@
-NMEDIT = @NMEDIT@
-OBJDUMP = @OBJDUMP@
-OBJEXT = @OBJEXT@
-OCL_ICD_CFLAGS = @OCL_ICD_CFLAGS@
-OCL_ICD_LIBS = @OCL_ICD_LIBS@
-OCL_KERNEL_ARCH = @OCL_KERNEL_ARCH@
-OCL_KERNEL_TARGET = @OCL_KERNEL_TARGET@
-OCL_KERNEL_TARGET_CPU = @OCL_KERNEL_TARGET_CPU@
-OCL_TARGETS = @OCL_TARGETS@
-OPENCL_CFLAGS = @OPENCL_CFLAGS@
-OPENCL_CMAKE = @OPENCL_CMAKE@
-OPENCL_EXTLIBS = @OPENCL_EXTLIBS@
-OPENCL_LIBS = @OPENCL_LIBS@
-OPT = @OPT@
-OTOOL = @OTOOL@
-OTOOL64 = @OTOOL64@
-PACKAGE = @PACKAGE@
-PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
-PACKAGE_NAME = @PACKAGE_NAME@
-PACKAGE_STRING = @PACKAGE_STRING@
-PACKAGE_TARNAME = @PACKAGE_TARNAME@
-PACKAGE_URL = @PACKAGE_URL@
-PACKAGE_VERSION = @PACKAGE_VERSION@
-PATH_SEPARATOR = @PATH_SEPARATOR@
-PKG_CONFIG = @PKG_CONFIG@
-PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
-PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
-POAT_TESTSUITES = @POAT_TESTSUITES@
-POCL_DEVICE_ADDRESS_BITS = @POCL_DEVICE_ADDRESS_BITS@
-PTHREAD_CC = @PTHREAD_CC@
-PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
-PTHREAD_LIBS = @PTHREAD_LIBS@
-RANLIB = @RANLIB@
-SDL_CFLAGS = @SDL_CFLAGS@
-SDL_LIBS = @SDL_LIBS@
-SED = @SED@
-SET_MAKE = @SET_MAKE@
-SHELL = @SHELL@
-STRIP = @STRIP@
-TARGET = @TARGET@
-TARGET_CLANG_FLAGS = @TARGET_CLANG_FLAGS@
-TARGET_CPU = @TARGET_CPU@
-TARGET_LLC_FLAGS = @TARGET_LLC_FLAGS@
-TARGET_SIZEOF_DOUBLE = @TARGET_SIZEOF_DOUBLE@
-TARGET_SIZEOF_HALF = @TARGET_SIZEOF_HALF@
-TARGET_SIZEOF_LONG = @TARGET_SIZEOF_LONG@
-TARGET_SIZEOF_VOID_P = @TARGET_SIZEOF_VOID_P@
-TCECC = @TCECC@
-TCEMC_AVAILABLE = @TCEMC_AVAILABLE@
-TCE_AVAILABLE = @TCE_AVAILABLE@
-TCE_CONFIG = @TCE_CONFIG@
-TCE_DEVICE_EXTENSION_DEFINES = @TCE_DEVICE_EXTENSION_DEFINES@
-VERSION = @VERSION@
-abs_builddir = @abs_builddir@
-abs_srcdir = @abs_srcdir@
-abs_top_builddir = @abs_top_builddir@
-abs_top_srcdir = @abs_top_srcdir@
-ac_ct_AR = @ac_ct_AR@
-ac_ct_CC = @ac_ct_CC@
-ac_ct_CXX = @ac_ct_CXX@
-ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
-acx_pthread_config = @acx_pthread_config@
-am__include = @am__include@
-am__leading_dot = @am__leading_dot@
-am__quote = @am__quote@
-am__tar = @am__tar@
-am__untar = @am__untar@
-bindir = @bindir@
-build = @build@
-build_alias = @build_alias@
-build_cpu = @build_cpu@
-build_os = @build_os@
-build_vendor = @build_vendor@
-builddir = @builddir@
-datadir = @datadir@
-datarootdir = @datarootdir@
-docdir = @docdir@
-dvidir = @dvidir@
-exec_prefix = @exec_prefix@
-host = @host@
-host_alias = @host_alias@
-host_cpu = @host_cpu@
-host_os = @host_os@
-host_vendor = @host_vendor@
-htmldir = @htmldir@
-includedir = @includedir@
-infodir = @infodir@
-install_sh = @install_sh@
-libdir = @libdir@
-libexecdir = @libexecdir@
-localedir = @localedir@
-localstatedir = @localstatedir@
-mandir = @mandir@
-mkdir_p = @mkdir_p@
-oldincludedir = @oldincludedir@
-pdfdir = @pdfdir@
-prefix = @prefix@
-program_transform_name = @program_transform_name@
-psdir = @psdir@
-sbindir = @sbindir@
-sharedstatedir = @sharedstatedir@
-srcdir = @srcdir@
-sysconfdir = @sysconfdir@
-target = @target@
-target_alias = @target_alias@
-target_cpu = @target_cpu@
-target_os = @target_os@
-target_vendor = @target_vendor@
-top_build_prefix = @top_build_prefix@
-top_builddir = @top_builddir@
-top_srcdir = @top_srcdir@
-EXTRA_DIST = standalone.cl CMakeLists.txt
-noinst_DATA = $(EXTRA_DIST:.cl=.bc)
-all: all-am
-
-.SUFFIXES:
-.SUFFIXES: .bc .cl
-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
-	@for dep in $?; do \
-	  case '$(am__configure_deps)' in \
-	    *$$dep*) \
-	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
-	        && { if test -f $@; then exit 0; else break; fi; }; \
-	      exit 1;; \
-	  esac; \
-	done; \
-	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign examples/standalone/Makefile'; \
-	$(am__cd) $(top_srcdir) && \
-	  $(AUTOMAKE) --foreign examples/standalone/Makefile
-Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
-	@case '$?' in \
-	  *config.status*) \
-	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
-	  *) \
-	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
-	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
-	esac;
-
-$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
-	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-
-$(top_srcdir)/configure:  $(am__configure_deps)
-	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
-	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-$(am__aclocal_m4_deps):
-
-mostlyclean-libtool:
-	-rm -f *.lo
-
-clean-libtool:
-	-rm -rf .libs _libs
-tags TAGS:
-
-ctags CTAGS:
-
-cscope cscopelist:
-
-
-distdir: $(DISTFILES)
-	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
-	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
-	list='$(DISTFILES)'; \
-	  dist_files=`for file in $$list; do echo $$file; done | \
-	  sed -e "s|^$$srcdirstrip/||;t" \
-	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
-	case $$dist_files in \
-	  */*) $(MKDIR_P) `echo "$$dist_files" | \
-			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
-			   sort -u` ;; \
-	esac; \
-	for file in $$dist_files; do \
-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
-	  if test -d $$d/$$file; then \
-	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
-	    if test -d "$(distdir)/$$file"; then \
-	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
-	    fi; \
-	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
-	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
-	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
-	    fi; \
-	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
-	  else \
-	    test -f "$(distdir)/$$file" \
-	    || cp -p $$d/$$file "$(distdir)/$$file" \
-	    || exit 1; \
-	  fi; \
-	done
-check-am: all-am
-check: check-am
-all-am: Makefile $(DATA)
-installdirs:
-install: install-am
-install-exec: install-exec-am
-install-data: install-data-am
-uninstall: uninstall-am
-
-install-am: all-am
-	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
-
-installcheck: installcheck-am
-install-strip:
-	if test -z '$(STRIP)'; then \
-	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
-	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
-	      install; \
-	else \
-	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
-	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
-	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
-	fi
-mostlyclean-generic:
-
-clean-generic:
-
-distclean-generic:
-	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
-	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
-
-maintainer-clean-generic:
-	@echo "This command is intended for maintainers to use"
-	@echo "it deletes files that may require special tools to rebuild."
-clean: clean-am
-
-clean-am: clean-generic clean-libtool clean-local mostlyclean-am
-
-distclean: distclean-am
-	-rm -f Makefile
-distclean-am: clean-am distclean-generic
-
-dvi: dvi-am
-
-dvi-am:
-
-html: html-am
-
-html-am:
-
-info: info-am
-
-info-am:
-
-install-data-am:
-
-install-dvi: install-dvi-am
-
-install-dvi-am:
-
-install-exec-am:
-
-install-html: install-html-am
-
-install-html-am:
-
-install-info: install-info-am
-
-install-info-am:
-
-install-man:
-
-install-pdf: install-pdf-am
-
-install-pdf-am:
-
-install-ps: install-ps-am
-
-install-ps-am:
-
-installcheck-am:
-
-maintainer-clean: maintainer-clean-am
-	-rm -f Makefile
-maintainer-clean-am: distclean-am maintainer-clean-generic
-
-mostlyclean: mostlyclean-am
-
-mostlyclean-am: mostlyclean-generic mostlyclean-libtool
-
-pdf: pdf-am
-
-pdf-am:
-
-ps: ps-am
-
-ps-am:
-
-uninstall-am:
-
-.MAKE: install-am install-strip
-
-.PHONY: all all-am check check-am clean clean-generic clean-libtool \
-	clean-local cscopelist-am ctags-am distclean distclean-generic \
-	distclean-libtool distdir dvi dvi-am html html-am info info-am \
-	install install-am install-data install-data-am install-dvi \
-	install-dvi-am install-exec install-exec-am install-html \
-	install-html-am install-info install-info-am install-man \
-	install-pdf install-pdf-am install-ps install-ps-am \
-	install-strip installcheck installcheck-am installdirs \
-	maintainer-clean maintainer-clean-generic mostlyclean \
-	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
-	tags-am uninstall uninstall-am
-
-.PRECIOUS: Makefile
-
-
-.cl.bc:
-	../../scripts/pocl-standalone -h $(@:.bc=.h) -o $@ $<
-
-clean-local:
-	rm -f standalone.bc standalone.h
-
-# Tell versions [3.59,3.63) of GNU make to not export all variables.
-# Otherwise a system limit (for SysV at least) may be exceeded.
-.NOEXPORT:
diff --git a/examples/trig/Makefile.am b/examples/trig/Makefile.am
deleted file mode 100644
index c40623c..0000000
--- a/examples/trig/Makefile.am
+++ /dev/null
@@ -1,33 +0,0 @@
-# Process this file with automake to produce Makefile.in (in this,
-# and all subdirectories).
-# Makefile.am for pocl/examples/trig.
-# 
-# Copyright (c) 2011 Universidad Rey Juan Carlos
-# 
-# Permission is hereby granted, free of charge, to any person obtaining a copy
-# of this software and associated documentation files (the "Software"), to deal
-# in the Software without restriction, including without limitation the rights
-# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-# copies of the Software, and to permit persons to whom the Software is
-# furnished to do so, subject to the following conditions:
-# 
-# The above copyright notice and this permission notice shall be included in
-# all copies or substantial portions of the Software.
-# 
-# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-# THE SOFTWARE.
-
-noinst_PROGRAMS = trig
-
-trig_SOURCES = trig.c trig_exec.c trig.cl
-trig_LDADD = @OPENCL_LIBS@ -lm ../../lib/poclu/libpoclu.la
-trig_CFLAGS = @OPENCL_CFLAGS@
-
-AM_CPPFLAGS = -I$(top_srcdir)/fix-include -I$(top_srcdir)/include -DSRCDIR='"$(abs_srcdir)"'
-
-EXTRA_DIST = CMakeLists.txt
diff --git a/examples/trig/Makefile.in b/examples/trig/Makefile.in
deleted file mode 100644
index abc65df..0000000
--- a/examples/trig/Makefile.in
+++ /dev/null
@@ -1,733 +0,0 @@
-# Makefile.in generated by automake 1.15 from Makefile.am.
-# @configure_input@
-
-# Copyright (C) 1994-2014 Free Software Foundation, Inc.
-
-# This Makefile.in is free software; the Free Software Foundation
-# gives unlimited permission to copy and/or distribute it,
-# with or without modifications, as long as this notice is preserved.
-
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
-# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
-# PARTICULAR PURPOSE.
-
- at SET_MAKE@
-
-# Process this file with automake to produce Makefile.in (in this,
-# and all subdirectories).
-# Makefile.am for pocl/examples/trig.
-# 
-# Copyright (c) 2011 Universidad Rey Juan Carlos
-# 
-# Permission is hereby granted, free of charge, to any person obtaining a copy
-# of this software and associated documentation files (the "Software"), to deal
-# in the Software without restriction, including without limitation the rights
-# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-# copies of the Software, and to permit persons to whom the Software is
-# furnished to do so, subject to the following conditions:
-# 
-# The above copyright notice and this permission notice shall be included in
-# all copies or substantial portions of the Software.
-# 
-# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-# THE SOFTWARE.
-
-VPATH = @srcdir@
-am__is_gnu_make = { \
-  if test -z '$(MAKELEVEL)'; then \
-    false; \
-  elif test -n '$(MAKE_HOST)'; then \
-    true; \
-  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
-    true; \
-  else \
-    false; \
-  fi; \
-}
-am__make_running_with_option = \
-  case $${target_option-} in \
-      ?) ;; \
-      *) echo "am__make_running_with_option: internal error: invalid" \
-              "target option '$${target_option-}' specified" >&2; \
-         exit 1;; \
-  esac; \
-  has_opt=no; \
-  sane_makeflags=$$MAKEFLAGS; \
-  if $(am__is_gnu_make); then \
-    sane_makeflags=$$MFLAGS; \
-  else \
-    case $$MAKEFLAGS in \
-      *\\[\ \	]*) \
-        bs=\\; \
-        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
-          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
-    esac; \
-  fi; \
-  skip_next=no; \
-  strip_trailopt () \
-  { \
-    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
-  }; \
-  for flg in $$sane_makeflags; do \
-    test $$skip_next = yes && { skip_next=no; continue; }; \
-    case $$flg in \
-      *=*|--*) continue;; \
-        -*I) strip_trailopt 'I'; skip_next=yes;; \
-      -*I?*) strip_trailopt 'I';; \
-        -*O) strip_trailopt 'O'; skip_next=yes;; \
-      -*O?*) strip_trailopt 'O';; \
-        -*l) strip_trailopt 'l'; skip_next=yes;; \
-      -*l?*) strip_trailopt 'l';; \
-      -[dEDm]) skip_next=yes;; \
-      -[JT]) skip_next=yes;; \
-    esac; \
-    case $$flg in \
-      *$$target_option*) has_opt=yes; break;; \
-    esac; \
-  done; \
-  test $$has_opt = yes
-am__make_dryrun = (target_option=n; $(am__make_running_with_option))
-am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
-pkgdatadir = $(datadir)/@PACKAGE@
-pkgincludedir = $(includedir)/@PACKAGE@
-pkglibdir = $(libdir)/@PACKAGE@
-pkglibexecdir = $(libexecdir)/@PACKAGE@
-am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
-install_sh_DATA = $(install_sh) -c -m 644
-install_sh_PROGRAM = $(install_sh) -c
-install_sh_SCRIPT = $(install_sh) -c
-INSTALL_HEADER = $(INSTALL_DATA)
-transform = $(program_transform_name)
-NORMAL_INSTALL = :
-PRE_INSTALL = :
-POST_INSTALL = :
-NORMAL_UNINSTALL = :
-PRE_UNINSTALL = :
-POST_UNINSTALL = :
-build_triplet = @build@
-host_triplet = @host@
-target_triplet = @target@
-noinst_PROGRAMS = trig$(EXEEXT)
-subdir = examples/trig
-ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
-am__aclocal_m4_deps = $(top_srcdir)/m4/ax_boost_base.m4 \
-	$(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
-	$(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
-	$(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/acinclude.m4 \
-	$(top_srcdir)/configure.ac
-am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
-	$(ACLOCAL_M4)
-DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
-mkinstalldirs = $(install_sh) -d
-CONFIG_HEADER = $(top_builddir)/config.h
-CONFIG_CLEAN_FILES =
-CONFIG_CLEAN_VPATH_FILES =
-PROGRAMS = $(noinst_PROGRAMS)
-am_trig_OBJECTS = trig-trig.$(OBJEXT) trig-trig_exec.$(OBJEXT)
-trig_OBJECTS = $(am_trig_OBJECTS)
-trig_DEPENDENCIES = ../../lib/poclu/libpoclu.la
-AM_V_lt = $(am__v_lt_ at AM_V@)
-am__v_lt_ = $(am__v_lt_ at AM_DEFAULT_V@)
-am__v_lt_0 = --silent
-am__v_lt_1 = 
-trig_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
-	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(trig_CFLAGS) $(CFLAGS) \
-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
-AM_V_P = $(am__v_P_ at AM_V@)
-am__v_P_ = $(am__v_P_ at AM_DEFAULT_V@)
-am__v_P_0 = false
-am__v_P_1 = :
-AM_V_GEN = $(am__v_GEN_ at AM_V@)
-am__v_GEN_ = $(am__v_GEN_ at AM_DEFAULT_V@)
-am__v_GEN_0 = @echo "  GEN     " $@;
-am__v_GEN_1 = 
-AM_V_at = $(am__v_at_ at AM_V@)
-am__v_at_ = $(am__v_at_ at AM_DEFAULT_V@)
-am__v_at_0 = @
-am__v_at_1 = 
-DEFAULT_INCLUDES = -I. at am__isrc@ -I$(top_builddir)
-depcomp = $(SHELL) $(top_srcdir)/config/depcomp
-am__depfiles_maybe = depfiles
-am__mv = mv -f
-COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
-	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
-LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
-	$(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
-	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
-	$(AM_CFLAGS) $(CFLAGS)
-AM_V_CC = $(am__v_CC_ at AM_V@)
-am__v_CC_ = $(am__v_CC_ at AM_DEFAULT_V@)
-am__v_CC_0 = @echo "  CC      " $@;
-am__v_CC_1 = 
-CCLD = $(CC)
-LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
-	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
-AM_V_CCLD = $(am__v_CCLD_ at AM_V@)
-am__v_CCLD_ = $(am__v_CCLD_ at AM_DEFAULT_V@)
-am__v_CCLD_0 = @echo "  CCLD    " $@;
-am__v_CCLD_1 = 
-SOURCES = $(trig_SOURCES)
-DIST_SOURCES = $(trig_SOURCES)
-am__can_run_installinfo = \
-  case $$AM_UPDATE_INFO_DIR in \
-    n|no|NO) false;; \
-    *) (install-info --version) >/dev/null 2>&1;; \
-  esac
-am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
-# Read a list of newline-separated strings from the standard input,
-# and print each of them once, without duplicates.  Input order is
-# *not* preserved.
-am__uniquify_input = $(AWK) '\
-  BEGIN { nonempty = 0; } \
-  { items[$$0] = 1; nonempty = 1; } \
-  END { if (nonempty) { for (i in items) print i; }; } \
-'
-# Make sure the list of sources is unique.  This is necessary because,
-# e.g., the same source file might be shared among _SOURCES variables
-# for different programs/libraries.
-am__define_uniq_tagged_files = \
-  list='$(am__tagged_files)'; \
-  unique=`for i in $$list; do \
-    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
-  done | $(am__uniquify_input)`
-ETAGS = etags
-CTAGS = ctags
-am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/config/depcomp
-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
-ACLOCAL = @ACLOCAL@
-AMTAR = @AMTAR@
-AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
-AR = @AR@
-AUTOCONF = @AUTOCONF@
-AUTOHEADER = @AUTOHEADER@
-AUTOMAKE = @AUTOMAKE@
-AWK = @AWK@
-BOOST_CPPFLAGS = @BOOST_CPPFLAGS@
-BOOST_LDFLAGS = @BOOST_LDFLAGS@
-BUILD_TIMESTAMP = @BUILD_TIMESTAMP@
-CC = @CC@
-CCDEPMODE = @CCDEPMODE@
-CFLAGS = @CFLAGS@
-CLANG = @CLANG@
-CLANGXX = @CLANGXX@
-CLANGXX_FLAGS = @CLANGXX_FLAGS@
-CLFLAGS = @CLFLAGS@
-CPP = @CPP@
-CPPFLAGS = @CPPFLAGS@
-CXX = @CXX@
-CXXCPP = @CXXCPP@
-CXXDEPMODE = @CXXDEPMODE@
-CXXFLAGS = @CXXFLAGS@
-CYGPATH_W = @CYGPATH_W@
-DEFS = @DEFS@
-DEPDIR = @DEPDIR@
-DLLTOOL = @DLLTOOL@
-DSYMUTIL = @DSYMUTIL@
-DUMPBIN = @DUMPBIN@
-ECHO_C = @ECHO_C@
-ECHO_N = @ECHO_N@
-ECHO_T = @ECHO_T@
-EGREP = @EGREP@
-EXEEXT = @EXEEXT@
-FGREP = @FGREP@
-FORCED_CLFLAGS = @FORCED_CLFLAGS@
-GLEW_CFLAGS = @GLEW_CFLAGS@
-GLEW_LIBS = @GLEW_LIBS@
-GREP = @GREP@
-HOST = @HOST@
-HOST_AS_FLAGS = @HOST_AS_FLAGS@
-HOST_CLANG_FLAGS = @HOST_CLANG_FLAGS@
-HOST_CPU = @HOST_CPU@
-HOST_DEVICE_EXTENSION_DEFINES = @HOST_DEVICE_EXTENSION_DEFINES@
-HOST_LD_FLAGS = @HOST_LD_FLAGS@
-HOST_LLC_FLAGS = @HOST_LLC_FLAGS@
-HOST_SIZEOF_DOUBLE = @HOST_SIZEOF_DOUBLE@
-HOST_SIZEOF_HALF = @HOST_SIZEOF_HALF@
-HOST_SIZEOF_LONG = @HOST_SIZEOF_LONG@
-HOST_SIZEOF_VOID_P = @HOST_SIZEOF_VOID_P@
-HSAILASM = @HSAILASM@
-HSA_DEVICE_EXTENSION_DEFINES = @HSA_DEVICE_EXTENSION_DEFINES@
-HSA_INCLUDES = @HSA_INCLUDES@
-HSA_LIBS = @HSA_LIBS@
-HWLOC_CFLAGS = @HWLOC_CFLAGS@
-HWLOC_LIBS = @HWLOC_LIBS@
-ICD_LD_FLAGS = @ICD_LD_FLAGS@
-INSTALL = @INSTALL@
-INSTALL_DATA = @INSTALL_DATA@
-INSTALL_PROGRAM = @INSTALL_PROGRAM@
-INSTALL_SCRIPT = @INSTALL_SCRIPT@
-INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
-KERNEL_COMPILER_LIB_VERSION = @KERNEL_COMPILER_LIB_VERSION@
-LD = @LD@
-LDFLAGS = @LDFLAGS@
-LD_FLAGS_BIN = @LD_FLAGS_BIN@
-LIBOBJS = @LIBOBJS@
-LIBRARY_SUFFIX = @LIBRARY_SUFFIX@
-LIBS = @LIBS@
-LIBTOOL = @LIBTOOL@
-LIB_AGE_VERSION = @LIB_AGE_VERSION@
-LIB_CURRENT_VERSION = @LIB_CURRENT_VERSION@
-LIB_FIRST_VERSION = @LIB_FIRST_VERSION@
-LIB_REVISION_VERSION = @LIB_REVISION_VERSION@
-LIB_VERSION = @LIB_VERSION@
-LIPO = @LIPO@
-LLC = @LLC@
-LLVM_AS = @LLVM_AS@
-LLVM_CONFIG = @LLVM_CONFIG@
-LLVM_CXX_FLAGS = @LLVM_CXX_FLAGS@
-LLVM_LDFLAGS = @LLVM_LDFLAGS@
-LLVM_LIBS = @LLVM_LIBS@
-LLVM_LINK = @LLVM_LINK@
-LLVM_OPT = @LLVM_OPT@
-LLVM_VERSION = @LLVM_VERSION@
-LN_S = @LN_S@
-LTDL_LIBS = @LTDL_LIBS@
-LTLIBOBJS = @LTLIBOBJS@
-LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
-MAKEINFO = @MAKEINFO@
-MANIFEST_TOOL = @MANIFEST_TOOL@
-MKDIR_P = @MKDIR_P@
-NM = @NM@
-NMEDIT = @NMEDIT@
-OBJDUMP = @OBJDUMP@
-OBJEXT = @OBJEXT@
-OCL_ICD_CFLAGS = @OCL_ICD_CFLAGS@
-OCL_ICD_LIBS = @OCL_ICD_LIBS@
-OCL_KERNEL_ARCH = @OCL_KERNEL_ARCH@
-OCL_KERNEL_TARGET = @OCL_KERNEL_TARGET@
-OCL_KERNEL_TARGET_CPU = @OCL_KERNEL_TARGET_CPU@
-OCL_TARGETS = @OCL_TARGETS@
-OPENCL_CFLAGS = @OPENCL_CFLAGS@
-OPENCL_CMAKE = @OPENCL_CMAKE@
-OPENCL_EXTLIBS = @OPENCL_EXTLIBS@
-OPENCL_LIBS = @OPENCL_LIBS@
-OPT = @OPT@
-OTOOL = @OTOOL@
-OTOOL64 = @OTOOL64@
-PACKAGE = @PACKAGE@
-PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
-PACKAGE_NAME = @PACKAGE_NAME@
-PACKAGE_STRING = @PACKAGE_STRING@
-PACKAGE_TARNAME = @PACKAGE_TARNAME@
-PACKAGE_URL = @PACKAGE_URL@
-PACKAGE_VERSION = @PACKAGE_VERSION@
-PATH_SEPARATOR = @PATH_SEPARATOR@
-PKG_CONFIG = @PKG_CONFIG@
-PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
-PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
-POAT_TESTSUITES = @POAT_TESTSUITES@
-POCL_DEVICE_ADDRESS_BITS = @POCL_DEVICE_ADDRESS_BITS@
-PTHREAD_CC = @PTHREAD_CC@
-PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
-PTHREAD_LIBS = @PTHREAD_LIBS@
-RANLIB = @RANLIB@
-SDL_CFLAGS = @SDL_CFLAGS@
-SDL_LIBS = @SDL_LIBS@
-SED = @SED@
-SET_MAKE = @SET_MAKE@
-SHELL = @SHELL@
-STRIP = @STRIP@
-TARGET = @TARGET@
-TARGET_CLANG_FLAGS = @TARGET_CLANG_FLAGS@
-TARGET_CPU = @TARGET_CPU@
-TARGET_LLC_FLAGS = @TARGET_LLC_FLAGS@
-TARGET_SIZEOF_DOUBLE = @TARGET_SIZEOF_DOUBLE@
-TARGET_SIZEOF_HALF = @TARGET_SIZEOF_HALF@
-TARGET_SIZEOF_LONG = @TARGET_SIZEOF_LONG@
-TARGET_SIZEOF_VOID_P = @TARGET_SIZEOF_VOID_P@
-TCECC = @TCECC@
-TCEMC_AVAILABLE = @TCEMC_AVAILABLE@
-TCE_AVAILABLE = @TCE_AVAILABLE@
-TCE_CONFIG = @TCE_CONFIG@
-TCE_DEVICE_EXTENSION_DEFINES = @TCE_DEVICE_EXTENSION_DEFINES@
-VERSION = @VERSION@
-abs_builddir = @abs_builddir@
-abs_srcdir = @abs_srcdir@
-abs_top_builddir = @abs_top_builddir@
-abs_top_srcdir = @abs_top_srcdir@
-ac_ct_AR = @ac_ct_AR@
-ac_ct_CC = @ac_ct_CC@
-ac_ct_CXX = @ac_ct_CXX@
-ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
-acx_pthread_config = @acx_pthread_config@
-am__include = @am__include@
-am__leading_dot = @am__leading_dot@
-am__quote = @am__quote@
-am__tar = @am__tar@
-am__untar = @am__untar@
-bindir = @bindir@
-build = @build@
-build_alias = @build_alias@
-build_cpu = @build_cpu@
-build_os = @build_os@
-build_vendor = @build_vendor@
-builddir = @builddir@
-datadir = @datadir@
-datarootdir = @datarootdir@
-docdir = @docdir@
-dvidir = @dvidir@
-exec_prefix = @exec_prefix@
-host = @host@
-host_alias = @host_alias@
-host_cpu = @host_cpu@
-host_os = @host_os@
-host_vendor = @host_vendor@
-htmldir = @htmldir@
-includedir = @includedir@
-infodir = @infodir@
-install_sh = @install_sh@
-libdir = @libdir@
-libexecdir = @libexecdir@
-localedir = @localedir@
-localstatedir = @localstatedir@
-mandir = @mandir@
-mkdir_p = @mkdir_p@
-oldincludedir = @oldincludedir@
-pdfdir = @pdfdir@
-prefix = @prefix@
-program_transform_name = @program_transform_name@
-psdir = @psdir@
-sbindir = @sbindir@
-sharedstatedir = @sharedstatedir@
-srcdir = @srcdir@
-sysconfdir = @sysconfdir@
-target = @target@
-target_alias = @target_alias@
-target_cpu = @target_cpu@
-target_os = @target_os@
-target_vendor = @target_vendor@
-top_build_prefix = @top_build_prefix@
-top_builddir = @top_builddir@
-top_srcdir = @top_srcdir@
-trig_SOURCES = trig.c trig_exec.c trig.cl
-trig_LDADD = @OPENCL_LIBS@ -lm ../../lib/poclu/libpoclu.la
-trig_CFLAGS = @OPENCL_CFLAGS@
-AM_CPPFLAGS = -I$(top_srcdir)/fix-include -I$(top_srcdir)/include -DSRCDIR='"$(abs_srcdir)"'
-EXTRA_DIST = CMakeLists.txt
-all: all-am
-
-.SUFFIXES:
-.SUFFIXES: .c .lo .o .obj
-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
-	@for dep in $?; do \
-	  case '$(am__configure_deps)' in \
-	    *$$dep*) \
-	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
-	        && { if test -f $@; then exit 0; else break; fi; }; \
-	      exit 1;; \
-	  esac; \
-	done; \
-	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign examples/trig/Makefile'; \
-	$(am__cd) $(top_srcdir) && \
-	  $(AUTOMAKE) --foreign examples/trig/Makefile
-Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
-	@case '$?' in \
-	  *config.status*) \
-	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
-	  *) \
-	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
-	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
-	esac;
-
-$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
-	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-
-$(top_srcdir)/configure:  $(am__configure_deps)
-	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
-	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-$(am__aclocal_m4_deps):
-
-clean-noinstPROGRAMS:
-	@list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \
-	echo " rm -f" $$list; \
-	rm -f $$list || exit $$?; \
-	test -n "$(EXEEXT)" || exit 0; \
-	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
-	echo " rm -f" $$list; \
-	rm -f $$list
-
-trig$(EXEEXT): $(trig_OBJECTS) $(trig_DEPENDENCIES) $(EXTRA_trig_DEPENDENCIES) 
-	@rm -f trig$(EXEEXT)
-	$(AM_V_CCLD)$(trig_LINK) $(trig_OBJECTS) $(trig_LDADD) $(LIBS)
-
-mostlyclean-compile:
-	-rm -f *.$(OBJEXT)
-
-distclean-compile:
-	-rm -f *.tab.c
-
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/trig-trig.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/trig-trig_exec.Po at am__quote@
-
-.c.o:
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(COMPILE) -c -o $@ $<
-
-.c.obj:
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
-
-.c.lo:
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(LTCOMPILE) -c -o $@ $<
-
-trig-trig.o: trig.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(trig_CFLAGS) $(CFLAGS) -MT trig-trig.o -MD -MP -MF $(DEPDIR)/trig-trig.Tpo -c -o trig-trig.o `test -f 'trig.c' || echo '$(srcdir)/'`trig.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/trig-trig.Tpo $(DEPDIR)/trig-trig.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='trig.c' object='trig-trig.o' libtool=no @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(trig_CFLAGS) $(CFLAGS) -c -o trig-trig.o `test -f 'trig.c' || echo '$(srcdir)/'`trig.c
-
-trig-trig.obj: trig.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(trig_CFLAGS) $(CFLAGS) -MT trig-trig.obj -MD -MP -MF $(DEPDIR)/trig-trig.Tpo -c -o trig-trig.obj `if test -f 'trig.c'; then $(CYGPATH_W) 'trig.c'; else $(CYGPATH_W) '$(srcdir)/trig.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/trig-trig.Tpo $(DEPDIR)/trig-trig.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='trig.c' object='trig-trig.obj' libtool=no @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(trig_CFLAGS) $(CFLAGS) -c -o trig-trig.obj `if test -f 'trig.c'; then $(CYGPATH_W) 'trig.c'; else $(CYGPATH_W) '$(srcdir)/trig.c'; fi`
-
-trig-trig_exec.o: trig_exec.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(trig_CFLAGS) $(CFLAGS) -MT trig-trig_exec.o -MD -MP -MF $(DEPDIR)/trig-trig_exec.Tpo -c -o trig-trig_exec.o `test -f 'trig_exec.c' || echo '$(srcdir)/'`trig_exec.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/trig-trig_exec.Tpo $(DEPDIR)/trig-trig_exec.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='trig_exec.c' object='trig-trig_exec.o' libtool=no @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(trig_CFLAGS) $(CFLAGS) -c -o trig-trig_exec.o `test -f 'trig_exec.c' || echo '$(srcdir)/'`trig_exec.c
-
-trig-trig_exec.obj: trig_exec.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(trig_CFLAGS) $(CFLAGS) -MT trig-trig_exec.obj -MD -MP -MF $(DEPDIR)/trig-trig_exec.Tpo -c -o trig-trig_exec.obj `if test -f 'trig_exec.c'; then $(CYGPATH_W) 'trig_exec.c'; else $(CYGPATH_W) '$(srcdir)/trig_exec.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/trig-trig_exec.Tpo $(DEPDIR)/trig-trig_exec.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='trig_exec.c' object='trig-trig_exec.obj' libtool=no @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(trig_CFLAGS) $(CFLAGS) -c -o trig-trig_exec.obj `if test -f 'trig_exec.c'; then $(CYGPATH_W) 'trig_exec.c'; else $(CYGPATH_W) '$(srcdir)/trig_exec.c'; fi`
-
-mostlyclean-libtool:
-	-rm -f *.lo
-
-clean-libtool:
-	-rm -rf .libs _libs
-
-ID: $(am__tagged_files)
-	$(am__define_uniq_tagged_files); mkid -fID $$unique
-tags: tags-am
-TAGS: tags
-
-tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
-	set x; \
-	here=`pwd`; \
-	$(am__define_uniq_tagged_files); \
-	shift; \
-	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
-	  test -n "$$unique" || unique=$$empty_fix; \
-	  if test $$# -gt 0; then \
-	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
-	      "$$@" $$unique; \
-	  else \
-	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
-	      $$unique; \
-	  fi; \
-	fi
-ctags: ctags-am
-
-CTAGS: ctags
-ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
-	$(am__define_uniq_tagged_files); \
-	test -z "$(CTAGS_ARGS)$$unique" \
-	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
-	     $$unique
-
-GTAGS:
-	here=`$(am__cd) $(top_builddir) && pwd` \
-	  && $(am__cd) $(top_srcdir) \
-	  && gtags -i $(GTAGS_ARGS) "$$here"
-cscopelist: cscopelist-am
-
-cscopelist-am: $(am__tagged_files)
-	list='$(am__tagged_files)'; \
-	case "$(srcdir)" in \
-	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
-	  *) sdir=$(subdir)/$(srcdir) ;; \
-	esac; \
-	for i in $$list; do \
-	  if test -f "$$i"; then \
-	    echo "$(subdir)/$$i"; \
-	  else \
-	    echo "$$sdir/$$i"; \
-	  fi; \
-	done >> $(top_builddir)/cscope.files
-
-distclean-tags:
-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
-
-distdir: $(DISTFILES)
-	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
-	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
-	list='$(DISTFILES)'; \
-	  dist_files=`for file in $$list; do echo $$file; done | \
-	  sed -e "s|^$$srcdirstrip/||;t" \
-	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
-	case $$dist_files in \
-	  */*) $(MKDIR_P) `echo "$$dist_files" | \
-			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
-			   sort -u` ;; \
-	esac; \
-	for file in $$dist_files; do \
-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
-	  if test -d $$d/$$file; then \
-	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
-	    if test -d "$(distdir)/$$file"; then \
-	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
-	    fi; \
-	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
-	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
-	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
-	    fi; \
-	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
-	  else \
-	    test -f "$(distdir)/$$file" \
-	    || cp -p $$d/$$file "$(distdir)/$$file" \
-	    || exit 1; \
-	  fi; \
-	done
-check-am: all-am
-check: check-am
-all-am: Makefile $(PROGRAMS)
-installdirs:
-install: install-am
-install-exec: install-exec-am
-install-data: install-data-am
-uninstall: uninstall-am
-
-install-am: all-am
-	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
-
-installcheck: installcheck-am
-install-strip:
-	if test -z '$(STRIP)'; then \
-	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
-	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
-	      install; \
-	else \
-	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
-	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
-	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
-	fi
-mostlyclean-generic:
-
-clean-generic:
-
-distclean-generic:
-	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
-	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
-
-maintainer-clean-generic:
-	@echo "This command is intended for maintainers to use"
-	@echo "it deletes files that may require special tools to rebuild."
-clean: clean-am
-
-clean-am: clean-generic clean-libtool clean-noinstPROGRAMS \
-	mostlyclean-am
-
-distclean: distclean-am
-	-rm -rf ./$(DEPDIR)
-	-rm -f Makefile
-distclean-am: clean-am distclean-compile distclean-generic \
-	distclean-tags
-
-dvi: dvi-am
-
-dvi-am:
-
-html: html-am
-
-html-am:
-
-info: info-am
-
-info-am:
-
-install-data-am:
-
-install-dvi: install-dvi-am
-
-install-dvi-am:
-
-install-exec-am:
-
-install-html: install-html-am
-
-install-html-am:
-
-install-info: install-info-am
-
-install-info-am:
-
-install-man:
-
-install-pdf: install-pdf-am
-
-install-pdf-am:
-
-install-ps: install-ps-am
-
-install-ps-am:
-
-installcheck-am:
-
-maintainer-clean: maintainer-clean-am
-	-rm -rf ./$(DEPDIR)
-	-rm -f Makefile
-maintainer-clean-am: distclean-am maintainer-clean-generic
-
-mostlyclean: mostlyclean-am
-
-mostlyclean-am: mostlyclean-compile mostlyclean-generic \
-	mostlyclean-libtool
-
-pdf: pdf-am
-
-pdf-am:
-
-ps: ps-am
-
-ps-am:
-
-uninstall-am:
-
-.MAKE: install-am install-strip
-
-.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
-	clean-libtool clean-noinstPROGRAMS cscopelist-am ctags \
-	ctags-am distclean distclean-compile distclean-generic \
-	distclean-libtool distclean-tags distdir dvi dvi-am html \
-	html-am info info-am install install-am install-data \
-	install-data-am install-dvi install-dvi-am install-exec \
-	install-exec-am install-html install-html-am install-info \
-	install-info-am install-man install-pdf install-pdf-am \
-	install-ps install-ps-am install-strip installcheck \
-	installcheck-am installdirs maintainer-clean \
-	maintainer-clean-generic mostlyclean mostlyclean-compile \
-	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
-	tags tags-am uninstall uninstall-am
-
-.PRECIOUS: Makefile
-
-
-# Tell versions [3.59,3.63) of GNU make to not export all variables.
-# Otherwise a system limit (for SysV at least) may be exceeded.
-.NOEXPORT:
diff --git a/include/CL/Makefile.am b/include/CL/Makefile.am
deleted file mode 100644
index 4bc4994..0000000
--- a/include/CL/Makefile.am
+++ /dev/null
@@ -1,44 +0,0 @@
-# Process this file with automake to produce Makefile.in (in this,
-# and all subdirectories).
-# Makefile.am for pocl/include/CL.
-# 
-# Copyright (c) 2011 Universidad Rey Juan Carlos
-# 
-# Permission is hereby granted, free of charge, to any person obtaining a copy
-# of this software and associated documentation files (the "Software"), to deal
-# in the Software without restriction, including without limitation the rights
-# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-# copies of the Software, and to permit persons to whom the Software is
-# furnished to do so, subject to the following conditions:
-# 
-# The above copyright notice and this permission notice shall be included in
-# all copies or substantial portions of the Software.
-# 
-# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-# THE SOFTWARE.
-
-#force the patching of cl.hpp.in - 
-BUILT_SOURCES = cl.hpp
-CLEANFILES = ${BUILT_SOURCES}
-#note - this gets run on every build, so don't fail if patch detects a
-#previously applied patch. The copy is a workaround for OSX's 'patch'
-cl.hpp: $(top_srcdir)/include/CL/cl.hpp.in $(top_srcdir)/tools/patches/khronos_cl.hpp.patch
-	cp $< __tmp_header && \
-	(patch -sNp2 __tmp_header $(top_srcdir)/tools/patches/khronos_cl.hpp.patch -o cl.hpp || true) && \
-	rm -f __tmp_header
-
-if INSTALL_OPENCL_HEADERS
-library_includedir = $(includedir)/CL
-library_include_HEADERS = cl.h cl_ext.h			\
-                          cl_gl.h cl_gl_ext.h		\
-                          cl_platform.h opencl.h \
-                          cl2.hpp
-nodist_library_include_HEADERS = cl.hpp
-endif
-
-EXTRA_DIST = cl.hpp.in $(top_srcdir)/tools/patches/khronos_cl.hpp.patch CMakeLists.txt
diff --git a/include/CL/Makefile.in b/include/CL/Makefile.in
deleted file mode 100644
index b0a75ac..0000000
--- a/include/CL/Makefile.in
+++ /dev/null
@@ -1,721 +0,0 @@
-# Makefile.in generated by automake 1.15 from Makefile.am.
-# @configure_input@
-
-# Copyright (C) 1994-2014 Free Software Foundation, Inc.
-
-# This Makefile.in is free software; the Free Software Foundation
-# gives unlimited permission to copy and/or distribute it,
-# with or without modifications, as long as this notice is preserved.
-
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
-# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
-# PARTICULAR PURPOSE.
-
- at SET_MAKE@
-
-# Process this file with automake to produce Makefile.in (in this,
-# and all subdirectories).
-# Makefile.am for pocl/include/CL.
-# 
-# Copyright (c) 2011 Universidad Rey Juan Carlos
-# 
-# Permission is hereby granted, free of charge, to any person obtaining a copy
-# of this software and associated documentation files (the "Software"), to deal
-# in the Software without restriction, including without limitation the rights
-# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-# copies of the Software, and to permit persons to whom the Software is
-# furnished to do so, subject to the following conditions:
-# 
-# The above copyright notice and this permission notice shall be included in
-# all copies or substantial portions of the Software.
-# 
-# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-# THE SOFTWARE.
-
-VPATH = @srcdir@
-am__is_gnu_make = { \
-  if test -z '$(MAKELEVEL)'; then \
-    false; \
-  elif test -n '$(MAKE_HOST)'; then \
-    true; \
-  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
-    true; \
-  else \
-    false; \
-  fi; \
-}
-am__make_running_with_option = \
-  case $${target_option-} in \
-      ?) ;; \
-      *) echo "am__make_running_with_option: internal error: invalid" \
-              "target option '$${target_option-}' specified" >&2; \
-         exit 1;; \
-  esac; \
-  has_opt=no; \
-  sane_makeflags=$$MAKEFLAGS; \
-  if $(am__is_gnu_make); then \
-    sane_makeflags=$$MFLAGS; \
-  else \
-    case $$MAKEFLAGS in \
-      *\\[\ \	]*) \
-        bs=\\; \
-        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
-          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
-    esac; \
-  fi; \
-  skip_next=no; \
-  strip_trailopt () \
-  { \
-    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
-  }; \
-  for flg in $$sane_makeflags; do \
-    test $$skip_next = yes && { skip_next=no; continue; }; \
-    case $$flg in \
-      *=*|--*) continue;; \
-        -*I) strip_trailopt 'I'; skip_next=yes;; \
-      -*I?*) strip_trailopt 'I';; \
-        -*O) strip_trailopt 'O'; skip_next=yes;; \
-      -*O?*) strip_trailopt 'O';; \
-        -*l) strip_trailopt 'l'; skip_next=yes;; \
-      -*l?*) strip_trailopt 'l';; \
-      -[dEDm]) skip_next=yes;; \
-      -[JT]) skip_next=yes;; \
-    esac; \
-    case $$flg in \
-      *$$target_option*) has_opt=yes; break;; \
-    esac; \
-  done; \
-  test $$has_opt = yes
-am__make_dryrun = (target_option=n; $(am__make_running_with_option))
-am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
-pkgdatadir = $(datadir)/@PACKAGE@
-pkgincludedir = $(includedir)/@PACKAGE@
-pkglibdir = $(libdir)/@PACKAGE@
-pkglibexecdir = $(libexecdir)/@PACKAGE@
-am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
-install_sh_DATA = $(install_sh) -c -m 644
-install_sh_PROGRAM = $(install_sh) -c
-install_sh_SCRIPT = $(install_sh) -c
-INSTALL_HEADER = $(INSTALL_DATA)
-transform = $(program_transform_name)
-NORMAL_INSTALL = :
-PRE_INSTALL = :
-POST_INSTALL = :
-NORMAL_UNINSTALL = :
-PRE_UNINSTALL = :
-POST_UNINSTALL = :
-build_triplet = @build@
-host_triplet = @host@
-target_triplet = @target@
-subdir = include/CL
-ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
-am__aclocal_m4_deps = $(top_srcdir)/m4/ax_boost_base.m4 \
-	$(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
-	$(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
-	$(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/acinclude.m4 \
-	$(top_srcdir)/configure.ac
-am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
-	$(ACLOCAL_M4)
-DIST_COMMON = $(srcdir)/Makefile.am \
-	$(am__library_include_HEADERS_DIST) $(am__DIST_COMMON)
-mkinstalldirs = $(install_sh) -d
-CONFIG_HEADER = $(top_builddir)/config.h
-CONFIG_CLEAN_FILES =
-CONFIG_CLEAN_VPATH_FILES =
-AM_V_P = $(am__v_P_ at AM_V@)
-am__v_P_ = $(am__v_P_ at AM_DEFAULT_V@)
-am__v_P_0 = false
-am__v_P_1 = :
-AM_V_GEN = $(am__v_GEN_ at AM_V@)
-am__v_GEN_ = $(am__v_GEN_ at AM_DEFAULT_V@)
-am__v_GEN_0 = @echo "  GEN     " $@;
-am__v_GEN_1 = 
-AM_V_at = $(am__v_at_ at AM_V@)
-am__v_at_ = $(am__v_at_ at AM_DEFAULT_V@)
-am__v_at_0 = @
-am__v_at_1 = 
-SOURCES =
-DIST_SOURCES =
-am__can_run_installinfo = \
-  case $$AM_UPDATE_INFO_DIR in \
-    n|no|NO) false;; \
-    *) (install-info --version) >/dev/null 2>&1;; \
-  esac
-am__library_include_HEADERS_DIST = cl.h cl_ext.h cl_gl.h cl_gl_ext.h \
-	cl_platform.h opencl.h cl2.hpp
-am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
-am__vpath_adj = case $$p in \
-    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
-    *) f=$$p;; \
-  esac;
-am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
-am__install_max = 40
-am__nobase_strip_setup = \
-  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
-am__nobase_strip = \
-  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
-am__nobase_list = $(am__nobase_strip_setup); \
-  for p in $$list; do echo "$$p $$p"; done | \
-  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
-  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
-    if (++n[$$2] == $(am__install_max)) \
-      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
-    END { for (dir in files) print dir, files[dir] }'
-am__base_list = \
-  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
-  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
-am__uninstall_files_from_dir = { \
-  test -z "$$files" \
-    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
-    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
-         $(am__cd) "$$dir" && rm -f $$files; }; \
-  }
-am__installdirs = "$(DESTDIR)$(library_includedir)" \
-	"$(DESTDIR)$(library_includedir)"
-HEADERS = $(library_include_HEADERS) $(nodist_library_include_HEADERS)
-am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
-# Read a list of newline-separated strings from the standard input,
-# and print each of them once, without duplicates.  Input order is
-# *not* preserved.
-am__uniquify_input = $(AWK) '\
-  BEGIN { nonempty = 0; } \
-  { items[$$0] = 1; nonempty = 1; } \
-  END { if (nonempty) { for (i in items) print i; }; } \
-'
-# Make sure the list of sources is unique.  This is necessary because,
-# e.g., the same source file might be shared among _SOURCES variables
-# for different programs/libraries.
-am__define_uniq_tagged_files = \
-  list='$(am__tagged_files)'; \
-  unique=`for i in $$list; do \
-    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
-  done | $(am__uniquify_input)`
-ETAGS = etags
-CTAGS = ctags
-am__DIST_COMMON = $(srcdir)/Makefile.in
-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
-ACLOCAL = @ACLOCAL@
-AMTAR = @AMTAR@
-AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
-AR = @AR@
-AUTOCONF = @AUTOCONF@
-AUTOHEADER = @AUTOHEADER@
-AUTOMAKE = @AUTOMAKE@
-AWK = @AWK@
-BOOST_CPPFLAGS = @BOOST_CPPFLAGS@
-BOOST_LDFLAGS = @BOOST_LDFLAGS@
-BUILD_TIMESTAMP = @BUILD_TIMESTAMP@
-CC = @CC@
-CCDEPMODE = @CCDEPMODE@
-CFLAGS = @CFLAGS@
-CLANG = @CLANG@
-CLANGXX = @CLANGXX@
-CLANGXX_FLAGS = @CLANGXX_FLAGS@
-CLFLAGS = @CLFLAGS@
-CPP = @CPP@
-CPPFLAGS = @CPPFLAGS@
-CXX = @CXX@
-CXXCPP = @CXXCPP@
-CXXDEPMODE = @CXXDEPMODE@
-CXXFLAGS = @CXXFLAGS@
-CYGPATH_W = @CYGPATH_W@
-DEFS = @DEFS@
-DEPDIR = @DEPDIR@
-DLLTOOL = @DLLTOOL@
-DSYMUTIL = @DSYMUTIL@
-DUMPBIN = @DUMPBIN@
-ECHO_C = @ECHO_C@
-ECHO_N = @ECHO_N@
-ECHO_T = @ECHO_T@
-EGREP = @EGREP@
-EXEEXT = @EXEEXT@
-FGREP = @FGREP@
-FORCED_CLFLAGS = @FORCED_CLFLAGS@
-GLEW_CFLAGS = @GLEW_CFLAGS@
-GLEW_LIBS = @GLEW_LIBS@
-GREP = @GREP@
-HOST = @HOST@
-HOST_AS_FLAGS = @HOST_AS_FLAGS@
-HOST_CLANG_FLAGS = @HOST_CLANG_FLAGS@
-HOST_CPU = @HOST_CPU@
-HOST_DEVICE_EXTENSION_DEFINES = @HOST_DEVICE_EXTENSION_DEFINES@
-HOST_LD_FLAGS = @HOST_LD_FLAGS@
-HOST_LLC_FLAGS = @HOST_LLC_FLAGS@
-HOST_SIZEOF_DOUBLE = @HOST_SIZEOF_DOUBLE@
-HOST_SIZEOF_HALF = @HOST_SIZEOF_HALF@
-HOST_SIZEOF_LONG = @HOST_SIZEOF_LONG@
-HOST_SIZEOF_VOID_P = @HOST_SIZEOF_VOID_P@
-HSAILASM = @HSAILASM@
-HSA_DEVICE_EXTENSION_DEFINES = @HSA_DEVICE_EXTENSION_DEFINES@
-HSA_INCLUDES = @HSA_INCLUDES@
-HSA_LIBS = @HSA_LIBS@
-HWLOC_CFLAGS = @HWLOC_CFLAGS@
-HWLOC_LIBS = @HWLOC_LIBS@
-ICD_LD_FLAGS = @ICD_LD_FLAGS@
-INSTALL = @INSTALL@
-INSTALL_DATA = @INSTALL_DATA@
-INSTALL_PROGRAM = @INSTALL_PROGRAM@
-INSTALL_SCRIPT = @INSTALL_SCRIPT@
-INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
-KERNEL_COMPILER_LIB_VERSION = @KERNEL_COMPILER_LIB_VERSION@
-LD = @LD@
-LDFLAGS = @LDFLAGS@
-LD_FLAGS_BIN = @LD_FLAGS_BIN@
-LIBOBJS = @LIBOBJS@
-LIBRARY_SUFFIX = @LIBRARY_SUFFIX@
-LIBS = @LIBS@
-LIBTOOL = @LIBTOOL@
-LIB_AGE_VERSION = @LIB_AGE_VERSION@
-LIB_CURRENT_VERSION = @LIB_CURRENT_VERSION@
-LIB_FIRST_VERSION = @LIB_FIRST_VERSION@
-LIB_REVISION_VERSION = @LIB_REVISION_VERSION@
-LIB_VERSION = @LIB_VERSION@
-LIPO = @LIPO@
-LLC = @LLC@
-LLVM_AS = @LLVM_AS@
-LLVM_CONFIG = @LLVM_CONFIG@
-LLVM_CXX_FLAGS = @LLVM_CXX_FLAGS@
-LLVM_LDFLAGS = @LLVM_LDFLAGS@
-LLVM_LIBS = @LLVM_LIBS@
-LLVM_LINK = @LLVM_LINK@
-LLVM_OPT = @LLVM_OPT@
-LLVM_VERSION = @LLVM_VERSION@
-LN_S = @LN_S@
-LTDL_LIBS = @LTDL_LIBS@
-LTLIBOBJS = @LTLIBOBJS@
-LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
-MAKEINFO = @MAKEINFO@
-MANIFEST_TOOL = @MANIFEST_TOOL@
-MKDIR_P = @MKDIR_P@
-NM = @NM@
-NMEDIT = @NMEDIT@
-OBJDUMP = @OBJDUMP@
-OBJEXT = @OBJEXT@
-OCL_ICD_CFLAGS = @OCL_ICD_CFLAGS@
-OCL_ICD_LIBS = @OCL_ICD_LIBS@
-OCL_KERNEL_ARCH = @OCL_KERNEL_ARCH@
-OCL_KERNEL_TARGET = @OCL_KERNEL_TARGET@
-OCL_KERNEL_TARGET_CPU = @OCL_KERNEL_TARGET_CPU@
-OCL_TARGETS = @OCL_TARGETS@
-OPENCL_CFLAGS = @OPENCL_CFLAGS@
-OPENCL_CMAKE = @OPENCL_CMAKE@
-OPENCL_EXTLIBS = @OPENCL_EXTLIBS@
-OPENCL_LIBS = @OPENCL_LIBS@
-OPT = @OPT@
-OTOOL = @OTOOL@
-OTOOL64 = @OTOOL64@
-PACKAGE = @PACKAGE@
-PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
-PACKAGE_NAME = @PACKAGE_NAME@
-PACKAGE_STRING = @PACKAGE_STRING@
-PACKAGE_TARNAME = @PACKAGE_TARNAME@
-PACKAGE_URL = @PACKAGE_URL@
-PACKAGE_VERSION = @PACKAGE_VERSION@
-PATH_SEPARATOR = @PATH_SEPARATOR@
-PKG_CONFIG = @PKG_CONFIG@
-PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
-PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
-POAT_TESTSUITES = @POAT_TESTSUITES@
-POCL_DEVICE_ADDRESS_BITS = @POCL_DEVICE_ADDRESS_BITS@
-PTHREAD_CC = @PTHREAD_CC@
-PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
-PTHREAD_LIBS = @PTHREAD_LIBS@
-RANLIB = @RANLIB@
-SDL_CFLAGS = @SDL_CFLAGS@
-SDL_LIBS = @SDL_LIBS@
-SED = @SED@
-SET_MAKE = @SET_MAKE@
-SHELL = @SHELL@
-STRIP = @STRIP@
-TARGET = @TARGET@
-TARGET_CLANG_FLAGS = @TARGET_CLANG_FLAGS@
-TARGET_CPU = @TARGET_CPU@
-TARGET_LLC_FLAGS = @TARGET_LLC_FLAGS@
-TARGET_SIZEOF_DOUBLE = @TARGET_SIZEOF_DOUBLE@
-TARGET_SIZEOF_HALF = @TARGET_SIZEOF_HALF@
-TARGET_SIZEOF_LONG = @TARGET_SIZEOF_LONG@
-TARGET_SIZEOF_VOID_P = @TARGET_SIZEOF_VOID_P@
-TCECC = @TCECC@
-TCEMC_AVAILABLE = @TCEMC_AVAILABLE@
-TCE_AVAILABLE = @TCE_AVAILABLE@
-TCE_CONFIG = @TCE_CONFIG@
-TCE_DEVICE_EXTENSION_DEFINES = @TCE_DEVICE_EXTENSION_DEFINES@
-VERSION = @VERSION@
-abs_builddir = @abs_builddir@
-abs_srcdir = @abs_srcdir@
-abs_top_builddir = @abs_top_builddir@
-abs_top_srcdir = @abs_top_srcdir@
-ac_ct_AR = @ac_ct_AR@
-ac_ct_CC = @ac_ct_CC@
-ac_ct_CXX = @ac_ct_CXX@
-ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
-acx_pthread_config = @acx_pthread_config@
-am__include = @am__include@
-am__leading_dot = @am__leading_dot@
-am__quote = @am__quote@
-am__tar = @am__tar@
-am__untar = @am__untar@
-bindir = @bindir@
-build = @build@
-build_alias = @build_alias@
-build_cpu = @build_cpu@
-build_os = @build_os@
-build_vendor = @build_vendor@
-builddir = @builddir@
-datadir = @datadir@
-datarootdir = @datarootdir@
-docdir = @docdir@
-dvidir = @dvidir@
-exec_prefix = @exec_prefix@
-host = @host@
-host_alias = @host_alias@
-host_cpu = @host_cpu@
-host_os = @host_os@
-host_vendor = @host_vendor@
-htmldir = @htmldir@
-includedir = @includedir@
-infodir = @infodir@
-install_sh = @install_sh@
-libdir = @libdir@
-libexecdir = @libexecdir@
-localedir = @localedir@
-localstatedir = @localstatedir@
-mandir = @mandir@
-mkdir_p = @mkdir_p@
-oldincludedir = @oldincludedir@
-pdfdir = @pdfdir@
-prefix = @prefix@
-program_transform_name = @program_transform_name@
-psdir = @psdir@
-sbindir = @sbindir@
-sharedstatedir = @sharedstatedir@
-srcdir = @srcdir@
-sysconfdir = @sysconfdir@
-target = @target@
-target_alias = @target_alias@
-target_cpu = @target_cpu@
-target_os = @target_os@
-target_vendor = @target_vendor@
-top_build_prefix = @top_build_prefix@
-top_builddir = @top_builddir@
-top_srcdir = @top_srcdir@
-
-#force the patching of cl.hpp.in - 
-BUILT_SOURCES = cl.hpp
-CLEANFILES = ${BUILT_SOURCES}
- at INSTALL_OPENCL_HEADERS_TRUE@library_includedir = $(includedir)/CL
- at INSTALL_OPENCL_HEADERS_TRUE@library_include_HEADERS = cl.h cl_ext.h			\
- at INSTALL_OPENCL_HEADERS_TRUE@                          cl_gl.h cl_gl_ext.h		\
- at INSTALL_OPENCL_HEADERS_TRUE@                          cl_platform.h opencl.h \
- at INSTALL_OPENCL_HEADERS_TRUE@                          cl2.hpp
-
- at INSTALL_OPENCL_HEADERS_TRUE@nodist_library_include_HEADERS = cl.hpp
-EXTRA_DIST = cl.hpp.in $(top_srcdir)/tools/patches/khronos_cl.hpp.patch CMakeLists.txt
-all: $(BUILT_SOURCES)
-	$(MAKE) $(AM_MAKEFLAGS) all-am
-
-.SUFFIXES:
-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
-	@for dep in $?; do \
-	  case '$(am__configure_deps)' in \
-	    *$$dep*) \
-	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
-	        && { if test -f $@; then exit 0; else break; fi; }; \
-	      exit 1;; \
-	  esac; \
-	done; \
-	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign include/CL/Makefile'; \
-	$(am__cd) $(top_srcdir) && \
-	  $(AUTOMAKE) --foreign include/CL/Makefile
-Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
-	@case '$?' in \
-	  *config.status*) \
-	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
-	  *) \
-	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
-	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
-	esac;
-
-$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
-	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-
-$(top_srcdir)/configure:  $(am__configure_deps)
-	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
-	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-$(am__aclocal_m4_deps):
-
-mostlyclean-libtool:
-	-rm -f *.lo
-
-clean-libtool:
-	-rm -rf .libs _libs
-install-library_includeHEADERS: $(library_include_HEADERS)
-	@$(NORMAL_INSTALL)
-	@list='$(library_include_HEADERS)'; test -n "$(library_includedir)" || list=; \
-	if test -n "$$list"; then \
-	  echo " $(MKDIR_P) '$(DESTDIR)$(library_includedir)'"; \
-	  $(MKDIR_P) "$(DESTDIR)$(library_includedir)" || exit 1; \
-	fi; \
-	for p in $$list; do \
-	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
-	  echo "$$d$$p"; \
-	done | $(am__base_list) | \
-	while read files; do \
-	  echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(library_includedir)'"; \
-	  $(INSTALL_HEADER) $$files "$(DESTDIR)$(library_includedir)" || exit $$?; \
-	done
-
-uninstall-library_includeHEADERS:
-	@$(NORMAL_UNINSTALL)
-	@list='$(library_include_HEADERS)'; test -n "$(library_includedir)" || list=; \
-	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
-	dir='$(DESTDIR)$(library_includedir)'; $(am__uninstall_files_from_dir)
-install-nodist_library_includeHEADERS: $(nodist_library_include_HEADERS)
-	@$(NORMAL_INSTALL)
-	@list='$(nodist_library_include_HEADERS)'; test -n "$(library_includedir)" || list=; \
-	if test -n "$$list"; then \
-	  echo " $(MKDIR_P) '$(DESTDIR)$(library_includedir)'"; \
-	  $(MKDIR_P) "$(DESTDIR)$(library_includedir)" || exit 1; \
-	fi; \
-	for p in $$list; do \
-	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
-	  echo "$$d$$p"; \
-	done | $(am__base_list) | \
-	while read files; do \
-	  echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(library_includedir)'"; \
-	  $(INSTALL_HEADER) $$files "$(DESTDIR)$(library_includedir)" || exit $$?; \
-	done
-
-uninstall-nodist_library_includeHEADERS:
-	@$(NORMAL_UNINSTALL)
-	@list='$(nodist_library_include_HEADERS)'; test -n "$(library_includedir)" || list=; \
-	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
-	dir='$(DESTDIR)$(library_includedir)'; $(am__uninstall_files_from_dir)
-
-ID: $(am__tagged_files)
-	$(am__define_uniq_tagged_files); mkid -fID $$unique
-tags: tags-am
-TAGS: tags
-
-tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
-	set x; \
-	here=`pwd`; \
-	$(am__define_uniq_tagged_files); \
-	shift; \
-	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
-	  test -n "$$unique" || unique=$$empty_fix; \
-	  if test $$# -gt 0; then \
-	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
-	      "$$@" $$unique; \
-	  else \
-	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
-	      $$unique; \
-	  fi; \
-	fi
-ctags: ctags-am
-
-CTAGS: ctags
-ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
-	$(am__define_uniq_tagged_files); \
-	test -z "$(CTAGS_ARGS)$$unique" \
-	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
-	     $$unique
-
-GTAGS:
-	here=`$(am__cd) $(top_builddir) && pwd` \
-	  && $(am__cd) $(top_srcdir) \
-	  && gtags -i $(GTAGS_ARGS) "$$here"
-cscopelist: cscopelist-am
-
-cscopelist-am: $(am__tagged_files)
-	list='$(am__tagged_files)'; \
-	case "$(srcdir)" in \
-	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
-	  *) sdir=$(subdir)/$(srcdir) ;; \
-	esac; \
-	for i in $$list; do \
-	  if test -f "$$i"; then \
-	    echo "$(subdir)/$$i"; \
-	  else \
-	    echo "$$sdir/$$i"; \
-	  fi; \
-	done >> $(top_builddir)/cscope.files
-
-distclean-tags:
-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
-
-distdir: $(DISTFILES)
-	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
-	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
-	list='$(DISTFILES)'; \
-	  dist_files=`for file in $$list; do echo $$file; done | \
-	  sed -e "s|^$$srcdirstrip/||;t" \
-	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
-	case $$dist_files in \
-	  */*) $(MKDIR_P) `echo "$$dist_files" | \
-			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
-			   sort -u` ;; \
-	esac; \
-	for file in $$dist_files; do \
-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
-	  if test -d $$d/$$file; then \
-	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
-	    if test -d "$(distdir)/$$file"; then \
-	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
-	    fi; \
-	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
-	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
-	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
-	    fi; \
-	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
-	  else \
-	    test -f "$(distdir)/$$file" \
-	    || cp -p $$d/$$file "$(distdir)/$$file" \
-	    || exit 1; \
-	  fi; \
-	done
-check-am: all-am
-check: $(BUILT_SOURCES)
-	$(MAKE) $(AM_MAKEFLAGS) check-am
-all-am: Makefile $(HEADERS)
-installdirs:
-	for dir in "$(DESTDIR)$(library_includedir)" "$(DESTDIR)$(library_includedir)"; do \
-	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
-	done
-install: $(BUILT_SOURCES)
-	$(MAKE) $(AM_MAKEFLAGS) install-am
-install-exec: install-exec-am
-install-data: install-data-am
-uninstall: uninstall-am
-
-install-am: all-am
-	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
-
-installcheck: installcheck-am
-install-strip:
-	if test -z '$(STRIP)'; then \
-	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
-	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
-	      install; \
-	else \
-	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
-	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
-	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
-	fi
-mostlyclean-generic:
-
-clean-generic:
-	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
-
-distclean-generic:
-	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
-	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
-
-maintainer-clean-generic:
-	@echo "This command is intended for maintainers to use"
-	@echo "it deletes files that may require special tools to rebuild."
-	-test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
-clean: clean-am
-
-clean-am: clean-generic clean-libtool mostlyclean-am
-
-distclean: distclean-am
-	-rm -f Makefile
-distclean-am: clean-am distclean-generic distclean-tags
-
-dvi: dvi-am
-
-dvi-am:
-
-html: html-am
-
-html-am:
-
-info: info-am
-
-info-am:
-
-install-data-am: install-library_includeHEADERS \
-	install-nodist_library_includeHEADERS
-
-install-dvi: install-dvi-am
-
-install-dvi-am:
-
-install-exec-am:
-
-install-html: install-html-am
-
-install-html-am:
-
-install-info: install-info-am
-
-install-info-am:
-
-install-man:
-
-install-pdf: install-pdf-am
-
-install-pdf-am:
-
-install-ps: install-ps-am
-
-install-ps-am:
-
-installcheck-am:
-
-maintainer-clean: maintainer-clean-am
-	-rm -f Makefile
-maintainer-clean-am: distclean-am maintainer-clean-generic
-
-mostlyclean: mostlyclean-am
-
-mostlyclean-am: mostlyclean-generic mostlyclean-libtool
-
-pdf: pdf-am
-
-pdf-am:
-
-ps: ps-am
-
-ps-am:
-
-uninstall-am: uninstall-library_includeHEADERS \
-	uninstall-nodist_library_includeHEADERS
-
-.MAKE: all check install install-am install-strip
-
-.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
-	clean-libtool cscopelist-am ctags ctags-am distclean \
-	distclean-generic distclean-libtool distclean-tags distdir dvi \
-	dvi-am html html-am info info-am install install-am \
-	install-data install-data-am install-dvi install-dvi-am \
-	install-exec install-exec-am install-html install-html-am \
-	install-info install-info-am install-library_includeHEADERS \
-	install-man install-nodist_library_includeHEADERS install-pdf \
-	install-pdf-am install-ps install-ps-am install-strip \
-	installcheck installcheck-am installdirs maintainer-clean \
-	maintainer-clean-generic mostlyclean mostlyclean-generic \
-	mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
-	uninstall-am uninstall-library_includeHEADERS \
-	uninstall-nodist_library_includeHEADERS
-
-.PRECIOUS: Makefile
-
-#note - this gets run on every build, so don't fail if patch detects a
-#previously applied patch. The copy is a workaround for OSX's 'patch'
-cl.hpp: $(top_srcdir)/include/CL/cl.hpp.in $(top_srcdir)/tools/patches/khronos_cl.hpp.patch
-	cp $< __tmp_header && \
-	(patch -sNp2 __tmp_header $(top_srcdir)/tools/patches/khronos_cl.hpp.patch -o cl.hpp || true) && \
-	rm -f __tmp_header
-
-# Tell versions [3.59,3.63) of GNU make to not export all variables.
-# Otherwise a system limit (for SysV at least) may be exceeded.
-.NOEXPORT:
diff --git a/include/CL/cl2.hpp b/include/CL/cl2.hpp
index 07b1c99..ad0c7c4 100644
--- a/include/CL/cl2.hpp
+++ b/include/CL/cl2.hpp
@@ -12,6 +12,11 @@
  * The above copyright notice and this permission notice shall be included
  * in all copies or substantial portions of the Materials.
  *
+ * MODIFICATIONS TO THIS FILE MAY MEAN IT NO LONGER ACCURATELY REFLECTS
+ * KHRONOS STANDARDS. THE UNMODIFIED, NORMATIVE VERSIONS OF KHRONOS
+ * SPECIFICATIONS AND HEADER INFORMATION ARE LOCATED AT
+ *    https://www.khronos.org/registry/
+ *
  * THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
  * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
  * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
@@ -34,16 +39,19 @@
  *       Matt Gruenke, April 2012.
  *       Bruce Merry, February 2013.
  *       Tom Deakin and Simon McIntosh-Smith, July 2013
- *   
- *   \version 2.0.5
- *   \date 2015-08-10
+ *       James Price, June-November 2015
+ *
+ *   \version 2.0.9
+ *   \date 2015-12-07
  *
  *   Optional extension support
  *
  *         cl_ext_device_fission
  *         #define CL_HPP_USE_CL_DEVICE_FISSION
  *         cl_khr_d3d10_sharing
- *         #define USE_DX_INTEROP
+ *         #define CL_HPP_USE_DX_INTEROP
+ *         cl_khr_sub_groups
+ *         #define CL_HPP_USE_CL_SUB_GROUPS_KHR
  */
 
 /*! \mainpage
@@ -54,7 +62,7 @@
  * The interface is contained with a single C++ header file \em cl2.hpp and all
  * definitions are contained within the namespace \em cl. There is no additional
  * requirement to include \em cl.h and to use either the C++ or original C
- * bindings; it is enough to simply include \em cl.hpp.
+ * bindings; it is enough to simply include \em cl2.hpp.
  *
  * The bindings themselves are lightweight and correspond closely to the
  * underlying C API. Using the C++ bindings introduces no additional execution
@@ -96,7 +104,7 @@
  * by default.
  * In all cases these standard library classes can be replaced with 
  * custom interface-compatible versions using the CL_HPP_NO_STD_ARRAY, 
- * CL_HPP_NO_STD_VECTOR, CL_HPP_NO_STD_SHARED_PTR and 
+ * CL_HPP_NO_STD_VECTOR, CL_HPP_NO_STD_UNIQUE_PTR and 
  * CL_HPP_NO_STD_STRING macros.
  *
  * The OpenCL 1.x versions of the C++ bindings included a size_t wrapper
@@ -141,8 +149,8 @@
  *  - Do not use the standard library array class.
  *    cl::array is not defined and may be defined by the user before
  *    cl2.hpp is included.
- * CL_HPP_NO_STD_SHARED_PTR
- *  - Do not use the standard library shared_ptr class.
+ * CL_HPP_NO_STD_UNIQUE_PTR
+ *  - Do not use the standard library unique_ptr class.
  *    cl::pointer and the cl::allocate_pointer function are not defined 
  *    and may be defined by the user before cl2.hpp is included.
  * CL_HPP_ENABLE_DEVICE_FISSION 
@@ -263,7 +271,7 @@
         cl::pointer<int> anSVMInt = cl::allocate_svm<int, cl::SVMTraitCoarse<>>();
         *anSVMInt = 5;
         cl::SVMAllocator<int, cl::SVMTraitCoarse<cl::SVMTraitReadOnly<>>> svmAllocReadOnly;
-        cl::pointer<Foo> fooPointer = cl::allocate_pointer<Foo>(svmAllocReadOnly);
+        auto fooPointer = cl::allocate_pointer<Foo>(svmAllocReadOnly);
         fooPointer->bar = anSVMInt.get();
         cl::SVMAllocator<int, cl::SVMTraitCoarse<>> svmAlloc;
         std::vector<int, cl::SVMAllocator<int, cl::SVMTraitCoarse<>>> inputA(numElements, 1, svmAlloc);    
@@ -280,10 +288,10 @@
         // Default command queue, also passed in as a parameter
         cl::DeviceCommandQueue defaultDeviceQueue = cl::DeviceCommandQueue::makeDefault(
             cl::Context::getDefault(), cl::Device::getDefault());
-    
+
         auto vectorAddKernel =
             cl::KernelFunctor<
-                cl::pointer<Foo>,
+                decltype(fooPointer)&,
                 int*,
                 cl::coarse_svm_vector<int>&,
                 cl::Buffer,
@@ -296,6 +304,12 @@
         // This one was not passed as a parameter
         vectorAddKernel.setSVMPointers(anSVMInt);
 
+        // Hand control of coarse allocations to runtime
+        cl::enqueueUnmapSVM(anSVMInt);
+        cl::enqueueUnmapSVM(fooPointer);
+        cl::unmapSVM(inputB);
+        cl::unmapSVM(output2);
+
 	    cl_int error;
 	    vectorAddKernel(
             cl::EnqueueArgs(
@@ -312,6 +326,8 @@
             );
 
         cl::copy(outputBuffer, begin(output), end(output));
+        // Grab the SVM output vector using a map
+        cl::mapSVM(output2);
 
         cl::Device d = cl::Device::getDefault();
 
@@ -516,22 +532,13 @@ namespace cl {
 
 #if CL_HPP_TARGET_OPENCL_VERSION >= 200
 
-#if !defined(CL_HPP_NO_STD_SHARED_PTR)
+#if !defined(CL_HPP_NO_STD_UNIQUE_PTR)
 #include <memory>
 namespace cl {
-    // Replace shared_ptr and allocate_ptr for internal use
+    // Replace unique_ptr and allocate_pointer for internal use
     // to allow user to replace them
-    template<class T>
-    using pointer = std::shared_ptr<T>;
-
-    template <class T, class Alloc, class... Args>
-    auto allocate_pointer(const Alloc &alloc, Args&&... args) -> 
-        decltype(std::allocate_shared<T>(
-            alloc, std::forward<Args>(args)...))
-    {
-        return std::allocate_shared<T>(
-            alloc, std::forward<Args>(args)...);
-    }
+    template<class T, class D>
+    using pointer = std::unique_ptr<T, D>;
 } // namespace cl
 #endif 
 #endif // #if CL_HPP_TARGET_OPENCL_VERSION >= 200
@@ -540,7 +547,7 @@ namespace cl {
 namespace cl {
     template < class T, size_type N >
     using array = std::array<T, N>;
-}
+} // namespace cl
 #endif // #if !defined(CL_HPP_NO_STD_ARRAY)
 
 // Define size_type appropriately to allow backward-compatibility
@@ -608,11 +615,11 @@ namespace cl {
 #endif // #if defined(CL_HPP_ENABLE_SIZE_T_COMPATIBILITY)
 
 // Helper alias to avoid confusing the macros
-namespace cl{
+namespace cl {
     namespace detail {
         using size_t_array = array<size_type, 3>;
-    }
-}
+    } // namespace detail
+} // namespace cl
 
 
 /*! \namespace cl
@@ -809,6 +816,7 @@ static inline cl_int errHandler (cl_int err, const char * errStr = NULL)
 #define __ENQUEUE_ACQUIRE_GL_ERR            CL_HPP_ERR_STR_(clEnqueueAcquireGLObjects)
 #define __ENQUEUE_RELEASE_GL_ERR            CL_HPP_ERR_STR_(clEnqueueReleaseGLObjects)
 
+#define __CREATE_PIPE_ERR             CL_HPP_ERR_STR_(clCreatePipe)
 #define __GET_PIPE_INFO_ERR           CL_HPP_ERR_STR_(clGetPipeInfo)
 
 
@@ -850,9 +858,6 @@ static inline cl_int errHandler (cl_int err, const char * errStr = NULL)
 #define __CREATE_SAMPLER_ERR                CL_HPP_ERR_STR_(clCreateSampler)
 #endif // #if defined(CL_USE_DEPRECATED_OPENCL_1_1_APIS)
 
-#endif // CL_HPP_USER_OVERRIDE_ERROR_STRINGS
-//! \endcond
-
 /**
  * CL 1.2 marker and barrier commands
  */
@@ -861,6 +866,9 @@ static inline cl_int errHandler (cl_int err, const char * errStr = NULL)
 #define __ENQUEUE_BARRIER_WAIT_LIST_ERR               CL_HPP_ERR_STR_(clEnqueueBarrierWithWaitList)
 #endif // CL_HPP_TARGET_OPENCL_VERSION >= 120
 
+#endif // CL_HPP_USER_OVERRIDE_ERROR_STRINGS
+//! \endcond
+
 
 namespace detail {
 
@@ -978,13 +986,18 @@ inline cl_int getInfoHelper(Func f, cl_uint name, string* param, long)
 
     // std::string has a constant data member
     // a char vector does not
-    vector<char> value(required);
-    err = f(name, required, value.data(), NULL);
-    if (err != CL_SUCCESS) {
-        return err;
+    if (required > 0) {
+        vector<char> value(required);
+        err = f(name, required, value.data(), NULL);
+        if (err != CL_SUCCESS) {
+            return err;
+        }
+        if (param) {
+            param->assign(begin(value), prev(end(value)));
+        }
     }
-    if (param) {
-        param->assign(begin(value), prev(end(value)));
+    else if (param) {
+        param->assign("");
     }
     return CL_SUCCESS;
 }
@@ -1132,15 +1145,12 @@ inline cl_int getInfoHelper(Func f, cl_uint name, T* param, int, typename T::cl_
     F(cl_image_info, CL_IMAGE_WIDTH, size_type) \
     F(cl_image_info, CL_IMAGE_HEIGHT, size_type) \
     F(cl_image_info, CL_IMAGE_DEPTH, size_type) \
-    F(cl_image_info, CL_IMAGE_ARRAY_SIZE, size_type) \
-    F(cl_image_info, CL_IMAGE_NUM_MIP_LEVELS, cl_uint) \
-    F(cl_image_info, CL_IMAGE_NUM_SAMPLES, cl_uint) \
     \
     F(cl_sampler_info, CL_SAMPLER_REFERENCE_COUNT, cl_uint) \
     F(cl_sampler_info, CL_SAMPLER_CONTEXT, cl::Context) \
-    F(cl_sampler_info, CL_SAMPLER_NORMALIZED_COORDS, cl_addressing_mode) \
-    F(cl_sampler_info, CL_SAMPLER_ADDRESSING_MODE, cl_filter_mode) \
-    F(cl_sampler_info, CL_SAMPLER_FILTER_MODE, cl_bool) \
+    F(cl_sampler_info, CL_SAMPLER_NORMALIZED_COORDS, cl_bool) \
+    F(cl_sampler_info, CL_SAMPLER_ADDRESSING_MODE, cl_addressing_mode) \
+    F(cl_sampler_info, CL_SAMPLER_FILTER_MODE, cl_filter_mode) \
     \
     F(cl_program_info, CL_PROGRAM_REFERENCE_COUNT, cl_uint) \
     F(cl_program_info, CL_PROGRAM_CONTEXT, cl::Context) \
@@ -1204,14 +1214,19 @@ inline cl_int getInfoHelper(Func f, cl_uint name, T* param, int, typename T::cl_
     F(cl_kernel_arg_info, CL_KERNEL_ARG_ACCESS_QUALIFIER, cl_kernel_arg_access_qualifier) \
     F(cl_kernel_arg_info, CL_KERNEL_ARG_TYPE_NAME, string) \
     F(cl_kernel_arg_info, CL_KERNEL_ARG_NAME, string) \
+    F(cl_kernel_arg_info, CL_KERNEL_ARG_TYPE_QUALIFIER, cl_kernel_arg_type_qualifier) \
     \
-    F(cl_device_info, CL_DEVICE_PARENT_DEVICE, cl_device_id) \
+    F(cl_device_info, CL_DEVICE_PARENT_DEVICE, cl::Device) \
     F(cl_device_info, CL_DEVICE_PARTITION_PROPERTIES, cl::vector<cl_device_partition_property>) \
     F(cl_device_info, CL_DEVICE_PARTITION_TYPE, cl::vector<cl_device_partition_property>)  \
     F(cl_device_info, CL_DEVICE_REFERENCE_COUNT, cl_uint) \
     F(cl_device_info, CL_DEVICE_PREFERRED_INTEROP_USER_SYNC, size_type) \
     F(cl_device_info, CL_DEVICE_PARTITION_AFFINITY_DOMAIN, cl_device_affinity_domain) \
-    F(cl_device_info, CL_DEVICE_BUILT_IN_KERNELS, string)
+    F(cl_device_info, CL_DEVICE_BUILT_IN_KERNELS, string) \
+    \
+    F(cl_image_info, CL_IMAGE_ARRAY_SIZE, size_type) \
+    F(cl_image_info, CL_IMAGE_NUM_MIP_LEVELS, cl_uint) \
+    F(cl_image_info, CL_IMAGE_NUM_SAMPLES, cl_uint)
 
 #define CL_HPP_PARAM_NAME_INFO_2_0_(F) \
     F(cl_device_info, CL_DEVICE_QUEUE_ON_HOST_PROPERTIES, cl_command_queue_properties) \
@@ -1224,6 +1239,12 @@ inline cl_int getInfoHelper(Func f, cl_uint name, T* param, int, typename T::cl_
     F(cl_device_info, CL_DEVICE_PIPE_MAX_ACTIVE_RESERVATIONS, cl_uint) \
     F(cl_device_info, CL_DEVICE_PIPE_MAX_PACKET_SIZE, cl_uint) \
     F(cl_device_info, CL_DEVICE_SVM_CAPABILITIES, cl_device_svm_capabilities) \
+    F(cl_device_info, CL_DEVICE_PREFERRED_PLATFORM_ATOMIC_ALIGNMENT, cl_uint) \
+    F(cl_device_info, CL_DEVICE_PREFERRED_GLOBAL_ATOMIC_ALIGNMENT, cl_uint) \
+    F(cl_device_info, CL_DEVICE_PREFERRED_LOCAL_ATOMIC_ALIGNMENT, cl_uint) \
+    F(cl_command_queue_info, CL_QUEUE_SIZE, cl_uint) \
+    F(cl_mem_info, CL_MEM_USES_SVM_POINTER, cl_bool) \
+    F(cl_program_build_info, CL_PROGRAM_BUILD_GLOBAL_VARIABLE_TOTAL_SIZE, size_type) \
     F(cl_pipe_info, CL_PIPE_PACKET_SIZE, cl_uint) \
     F(cl_pipe_info, CL_PIPE_MAX_PACKETS, cl_uint)
 
@@ -1633,6 +1654,11 @@ public:
 
     cl_type& operator ()() { return object_; }
 
+    const cl_type get() const { return object_; }
+
+    cl_type get() { return object_; }
+
+
 protected:
     template<typename Func, typename U>
     friend inline cl_int getInfoHelper(Func, cl_uint, U*, int, typename U::cl_type);
@@ -1757,6 +1783,10 @@ public:
 
     cl_type& operator ()() { return object_; }
 
+    const cl_type get() const { return object_; }
+
+    cl_type get() { return object_; }
+
 protected:
     template<typename Func, typename U>
     friend inline cl_int getInfoHelper(Func, cl_uint, U*, int, typename U::cl_type);
@@ -3289,7 +3319,27 @@ public:
     }
 };
 
+// Pre-declare SVM map function
+template<typename T>
+inline cl_int enqueueMapSVM(
+    T* ptr,
+    cl_bool blocking,
+    cl_map_flags flags,
+    size_type size,
+    const vector<Event>* events = NULL,
+    Event* event = NULL);
 
+/**
+ * STL-like allocator class for managing SVM objects provided for convenience.
+ *
+ * Note that while this behaves like an allocator for the purposes of constructing vectors and similar objects,
+ * care must be taken when using with smart pointers.
+ * The allocator should not be used to construct a unique_ptr if we are using coarse-grained SVM mode because
+ * the coarse-grained management behaviour would behave incorrectly with respect to reference counting.
+ *
+ * Instead the allocator embeds a Deleter which may be used with unique_ptr and is used
+ * with the allocate_shared and allocate_ptr supplied operations.
+ */
 template<typename T, class SVMTrait>
 class SVMAllocator {
 private:
@@ -3313,7 +3363,7 @@ public:
     template<typename U, typename V>
     friend class SVMAllocator;
 
-    explicit SVMAllocator() :
+    SVMAllocator() :
         context_(Context::getDefault())
     {
     }
@@ -3322,7 +3372,8 @@ public:
         context_(context)
     {
     }
-    
+
+
     SVMAllocator(const SVMAllocator &other) :
         context_(other.context_)
     {
@@ -3351,17 +3402,20 @@ public:
     /**
      * Allocate an SVM pointer.
      *
+     * If the allocator is coarse-grained, this will take ownership to allow
+     * containers to correctly construct data in place. 
      */
     pointer allocate(
         size_type size,
         typename cl::SVMAllocator<void, SVMTrait>::const_pointer = 0)
     {
+        // Allocate memory with default alignment matching the size of the type
         void* voidPointer =
             clSVMAlloc(
             context_(),
             SVMTrait::getSVMMemFlags(),
             size*sizeof(T),
-            0);
+            sizeof(T));
         pointer retValue = reinterpret_cast<pointer>(
             voidPointer);
 #if defined(CL_HPP_ENABLE_EXCEPTIONS)
@@ -3371,6 +3425,15 @@ public:
         }
 #endif // #if defined(CL_HPP_ENABLE_EXCEPTIONS)
 
+        // If allocation was coarse-grained then map it
+        if (!(SVMTrait::getSVMMemFlags() & CL_MEM_SVM_FINE_GRAIN_BUFFER)) {
+            cl_int err = enqueueMapSVM(retValue, CL_TRUE, CL_MAP_READ | CL_MAP_WRITE, size*sizeof(T));
+            if (err != CL_SUCCESS) {
+                std::bad_alloc excep;
+                throw excep;
+            }
+        }
+
         // If exceptions disabled, return null pointer from allocator
         return retValue;
     }
@@ -3421,7 +3484,7 @@ public:
     {
         return !operator==(a);
     }
-}; // class SVMAllocator
+}; // class SVMAllocator        return cl::pointer<T>(tmp, detail::Deleter<T, Alloc>{alloc, copies});
 
 
 template<class SVMTrait>
@@ -3441,19 +3504,79 @@ public:
     friend class SVMAllocator;
 };
 
+#if !defined(CL_HPP_NO_STD_UNIQUE_PTR)
+namespace detail
+{
+    template<class Alloc>
+    class Deleter {
+    private:
+        Alloc alloc_;
+        size_type copies_;
+
+    public:
+        typedef typename std::allocator_traits<Alloc>::pointer pointer;
+
+        Deleter(const Alloc &alloc, size_type copies) : alloc_{ alloc }, copies_{ copies }
+        {
+        }
+
+        void operator()(pointer ptr) const {
+            Alloc tmpAlloc{ alloc_ };
+            std::allocator_traits<Alloc>::destroy(tmpAlloc, std::addressof(*ptr));
+            std::allocator_traits<Alloc>::deallocate(tmpAlloc, ptr, copies_);
+        }
+    };
+} // namespace detail
+
+/**
+ * Allocation operation compatible with std::allocate_ptr.
+ * Creates a unique_ptr<T> by default.
+ * This requirement is to ensure that the control block is not
+ * allocated in memory inaccessible to the host.
+ */
+template <class T, class Alloc, class... Args>
+cl::pointer<T, detail::Deleter<Alloc>> allocate_pointer(const Alloc &alloc_, Args&&... args)
+{
+    Alloc alloc(alloc_);
+    static const size_t copies = 1;
+
+    // Ensure that creation of the management block and the
+    // object are dealt with separately such that we only provide a deleter
+
+    T* tmp = std::allocator_traits<Alloc>::allocate(alloc, copies);
+    if (!tmp) {
+        std::bad_alloc excep;
+        throw excep;
+    }
+    try {
+        std::allocator_traits<Alloc>::construct(
+            alloc,
+            std::addressof(*tmp),
+            std::forward<Args>(args)...);
+
+        return cl::pointer<T, detail::Deleter<Alloc>>(tmp, detail::Deleter<Alloc>{alloc, copies});
+    }
+    catch (std::bad_alloc b)
+    {
+        std::allocator_traits<Alloc>::deallocate(alloc, tmp, copies);
+        throw;
+    }
+}
+
 template< class T, class SVMTrait, class... Args >
-cl::pointer<T> allocate_svm(Args... args)
+cl::pointer<T, detail::Deleter<SVMAllocator<T, SVMTrait>>> allocate_svm(Args... args)
 {
     SVMAllocator<T, SVMTrait> alloc;
     return cl::allocate_pointer<T>(alloc, args...);
 }
 
 template< class T, class SVMTrait, class... Args >
-cl::pointer<T> allocate_svm(const cl::Context &c, Args... args)
+cl::pointer<T, detail::Deleter<SVMAllocator<T, SVMTrait>>> allocate_svm(const cl::Context &c, Args... args)
 {
     SVMAllocator<T, SVMTrait> alloc(c);
     return cl::allocate_pointer<T>(alloc, args...);
 }
+#endif // #if !defined(CL_HPP_NO_STD_UNIQUE_PTR)
 
 /*! \brief Vector alias to simplify contruction of coarse-grained SVM containers.
  * 
@@ -5116,7 +5239,7 @@ public:
         cl_mem_flags flags = CL_MEM_READ_WRITE | CL_MEM_HOST_NO_ACCESS;
         object_ = ::clCreatePipe(context(), flags, packet_size, max_packets, nullptr, &error);
 
-        detail::errHandler(error, __CREATE_BUFFER_ERR);
+        detail::errHandler(error, __CREATE_PIPE_ERR);
         if (err != NULL) {
             *err = error;
         }
@@ -5142,7 +5265,7 @@ public:
         cl_mem_flags flags = CL_MEM_READ_WRITE | CL_MEM_HOST_NO_ACCESS;
         object_ = ::clCreatePipe(context(), flags, packet_size, max_packets, nullptr, &error);
 
-        detail::errHandler(error, __CREATE_BUFFER_ERR);
+        detail::errHandler(error, __CREATE_PIPE_ERR);
         if (err != NULL) {
             *err = error;
         }
@@ -5205,7 +5328,7 @@ public:
     {
         return detail::errHandler(
             detail::getInfo(&::clGetPipeInfo, object_, name, param),
-            __GET_MEM_OBJECT_INFO_ERR);
+            __GET_PIPE_INFO_ERR);
     }
 
     //! \brief Wrapper for clGetMemObjectInfo() that returns by value.
@@ -5653,8 +5776,8 @@ public:
 #if CL_HPP_TARGET_OPENCL_VERSION >= 200
     /*! \brief setArg overload taking a shared_ptr type
      */
-    template<typename T>
-    cl_int setArg(cl_uint index, const cl::pointer<T> argPtr)
+    template<typename T, class D>
+    cl_int setArg(cl_uint index, const cl::pointer<T, D> &argPtr)
     {
         return detail::errHandler(
             ::clSetKernelArgSVMPointer(object_, index, argPtr.get()),
@@ -5670,11 +5793,9 @@ public:
             ::clSetKernelArgSVMPointer(object_, index, argPtr.data()),
             __SET_KERNEL_ARGS_ERR);
     }
-#endif // #if CL_HPP_TARGET_OPENCL_VERSION >= 200
-   
-#if CL_HPP_TARGET_OPENCL_VERSION >= 200
+
     /*! \brief setArg overload taking a pointer type
-    */
+     */
     template<typename T>
     typename std::enable_if<std::is_pointer<T>::value, cl_int>::type
         setArg(cl_uint index, const T argPtr)
@@ -5761,8 +5882,8 @@ public:
             );
     }
     
-    template<int index, int ArrayLength, typename T0, typename... Ts>
-    void setSVMPointersHelper(std::array<void*, ArrayLength> &pointerList, pointer<T0> &t0, Ts... ts)
+    template<int index, int ArrayLength, class D, typename T0, typename... Ts>
+    void setSVMPointersHelper(std::array<void*, ArrayLength> &pointerList, const pointer<T0, D> &t0, Ts... ts)
     {
         pointerList[index] = static_cast<void*>(t0.get());
         setSVMPointersHelper<index + 1, Ts...>(ts...);
@@ -5776,8 +5897,8 @@ public:
         setSVMPointersHelper<index + 1, Ts...>(ts...);
     }
     
-    template<int index, int ArrayLength, typename T0>
-    void setSVMPointersHelper(std::array<void*, ArrayLength> &pointerList, pointer<T0> &t0)
+    template<int index, int ArrayLength, typename T0, class D>
+    void setSVMPointersHelper(std::array<void*, ArrayLength> &pointerList, const pointer<T0, D> &t0)
     {
         pointerList[index] = static_cast<void*>(t0.get());
     }
@@ -5790,7 +5911,7 @@ public:
     }
 
     template<typename T0, typename... Ts>
-    cl_int setSVMPointers(T0 t0, Ts... ts)
+    cl_int setSVMPointers(const T0 &t0, Ts... ts)
     {
         std::array<void*, 1 + sizeof...(Ts)> pointerList;
 
@@ -6436,6 +6557,18 @@ inline Kernel::Kernel(const Program& program, const char* name, cl_int* err)
 
 }
 
+enum class QueueProperties : cl_command_queue_properties
+{
+    None = 0,
+    Profiling = CL_QUEUE_PROFILING_ENABLE,
+    OutOfOrder = CL_QUEUE_OUT_OF_ORDER_EXEC_MODE_ENABLE,
+};
+
+inline QueueProperties operator|(QueueProperties lhs, QueueProperties rhs)
+{
+    return static_cast<QueueProperties>(static_cast<cl_command_queue_properties>(lhs) | static_cast<cl_command_queue_properties>(rhs));
+}
+
 /*! \class CommandQueue
  * \brief CommandQueue interface for cl_command_queue.
  */
@@ -6467,7 +6600,7 @@ private:
                 default_error_ = error;
             }
             else {
-                Device device = context.getInfo<CL_CONTEXT_DEVICES>()[0];
+                Device device = Device::getDefault();
                 default_ = CommandQueue(context, device, 0, &default_error_);
             }
         }
@@ -6499,6 +6632,7 @@ public:
         default_ = CommandQueue();
     }
 #endif // #ifdef CL_HPP_UNIT_TEST_ENABLE
+        
 
     /*!
      * \brief Constructs a CommandQueue based on passed properties.
@@ -6548,6 +6682,51 @@ public:
         }
     }
 
+   /*!
+    * \brief Constructs a CommandQueue based on passed properties.
+    * Will return an CL_INVALID_QUEUE_PROPERTIES error if CL_QUEUE_ON_DEVICE is specified.
+    */
+   CommandQueue(
+       QueueProperties properties,
+       cl_int* err = NULL)
+   {
+       cl_int error;
+
+       Context context = Context::getDefault(&error);
+       detail::errHandler(error, __CREATE_CONTEXT_ERR);
+
+       if (error != CL_SUCCESS) {
+           if (err != NULL) {
+               *err = error;
+           }
+       }
+       else {
+           Device device = context.getInfo<CL_CONTEXT_DEVICES>()[0];
+
+#if CL_HPP_TARGET_OPENCL_VERSION >= 200
+           cl_queue_properties queue_properties[] = {
+               CL_QUEUE_PROPERTIES, static_cast<cl_queue_properties>(properties), 0 };
+
+           object_ = ::clCreateCommandQueueWithProperties(
+               context(), device(), queue_properties, &error);
+
+
+           detail::errHandler(error, __CREATE_COMMAND_QUEUE_WITH_PROPERTIES_ERR);
+           if (err != NULL) {
+               *err = error;
+           }
+#else
+           object_ = ::clCreateCommandQueue(
+               context(), device(), static_cast<cl_command_queue_properties>(properties), &error);
+
+           detail::errHandler(error, __CREATE_COMMAND_QUEUE_ERR);
+           if (err != NULL) {
+               *err = error;
+           }
+#endif
+       }
+   }
+
     /*!
      * \brief Constructs a CommandQueue for an implementation defined device in the given context
      * Will return an CL_INVALID_QUEUE_PROPERTIES error if CL_QUEUE_ON_DEVICE is specified.
@@ -6599,6 +6778,51 @@ public:
     }
 
     /*!
+    * \brief Constructs a CommandQueue for an implementation defined device in the given context
+    * Will return an CL_INVALID_QUEUE_PROPERTIES error if CL_QUEUE_ON_DEVICE is specified.
+    */
+    explicit CommandQueue(
+        const Context& context,
+        QueueProperties properties,
+        cl_int* err = NULL)
+    {
+        cl_int error;
+        vector<cl::Device> devices;
+        error = context.getInfo(CL_CONTEXT_DEVICES, &devices);
+
+        detail::errHandler(error, __CREATE_CONTEXT_ERR);
+
+        if (error != CL_SUCCESS)
+        {
+            if (err != NULL) {
+                *err = error;
+            }
+            return;
+        }
+
+#if CL_HPP_TARGET_OPENCL_VERSION >= 200
+        cl_queue_properties queue_properties[] = {
+            CL_QUEUE_PROPERTIES, static_cast<cl_queue_properties>(properties), 0 };
+        object_ = ::clCreateCommandQueueWithProperties(
+            context(), devices[0](), queue_properties, &error);
+       
+        detail::errHandler(error, __CREATE_COMMAND_QUEUE_WITH_PROPERTIES_ERR);
+        if (err != NULL) {
+            *err = error;
+        }
+#else
+        object_ = ::clCreateCommandQueue(
+            context(), devices[0](), static_cast<cl_command_queue_properties>(properties), &error);
+
+        detail::errHandler(error, __CREATE_COMMAND_QUEUE_ERR);
+        if (err != NULL) {
+            *err = error;
+        }
+#endif
+
+    }
+
+    /*!
      * \brief Constructs a CommandQueue for a passed device and context
      * Will return an CL_INVALID_QUEUE_PROPERTIES error if CL_QUEUE_ON_DEVICE is specified.
      */
@@ -6613,14 +6837,9 @@ public:
 #if CL_HPP_TARGET_OPENCL_VERSION >= 200
         cl_queue_properties queue_properties[] = {
             CL_QUEUE_PROPERTIES, properties, 0 };
-        if ((properties & CL_QUEUE_ON_DEVICE) == 0) {
-            object_ = ::clCreateCommandQueueWithProperties(
-                context(), device(), queue_properties, &error);
-        }
-        else {
-            error = CL_INVALID_QUEUE_PROPERTIES;
-        }
-
+        object_ = ::clCreateCommandQueueWithProperties(
+            context(), device(), queue_properties, &error);
+        
         detail::errHandler(error, __CREATE_COMMAND_QUEUE_WITH_PROPERTIES_ERR);
         if (err != NULL) {
             *err = error;
@@ -6636,6 +6855,39 @@ public:
 #endif
     }
 
+    /*!
+     * \brief Constructs a CommandQueue for a passed device and context
+     * Will return an CL_INVALID_QUEUE_PROPERTIES error if CL_QUEUE_ON_DEVICE is specified.
+     */
+    CommandQueue(
+        const Context& context,
+        const Device& device,
+        QueueProperties properties,
+        cl_int* err = NULL)
+    {
+            cl_int error;
+
+#if CL_HPP_TARGET_OPENCL_VERSION >= 200
+            cl_queue_properties queue_properties[] = {
+                CL_QUEUE_PROPERTIES, static_cast<cl_queue_properties>(properties), 0 };
+            object_ = ::clCreateCommandQueueWithProperties(
+                context(), device(), queue_properties, &error);
+      
+            detail::errHandler(error, __CREATE_COMMAND_QUEUE_WITH_PROPERTIES_ERR);
+            if (err != NULL) {
+                *err = error;
+            }
+#else
+            object_ = ::clCreateCommandQueue(
+                context(), device(), static_cast<cl_command_queue_properties>(properties), &error);
+
+            detail::errHandler(error, __CREATE_COMMAND_QUEUE_ERR);
+            if (err != NULL) {
+                *err = error;
+            }
+#endif
+        }
+
     static CommandQueue getDefault(cl_int * err = NULL) 
     {
         std::call_once(default_initialized_, makeDefault);
@@ -6654,7 +6906,7 @@ public:
      * Modify the default command queue to be used by
      * subsequent operations.
      * Will only set the default if no default was previously created.
-     * @return updated default platform.
+     * @return updated default command queue.
      *         Should be compared to the passed value to ensure that it was updated.
      */
     static CommandQueue setDefault(const CommandQueue &default_queue)
@@ -7282,6 +7534,89 @@ public:
         return result;
     }
 
+#if CL_HPP_TARGET_OPENCL_VERSION >= 200
+    /**
+     * Enqueues a command that will allow the host to update a region of a coarse-grained SVM buffer.
+     * This variant takes a raw SVM pointer.
+     */
+    template<typename T>
+    cl_int enqueueMapSVM(
+        T* ptr,
+        cl_bool blocking,
+        cl_map_flags flags,
+        size_type size,
+        const vector<Event>* events = NULL,
+        Event* event = NULL) const
+    {
+        cl_event tmp;
+        cl_int err = detail::errHandler(::clEnqueueSVMMap(
+            object_, blocking, flags, static_cast<void*>(ptr), size,
+            (events != NULL) ? (cl_uint)events->size() : 0,
+            (events != NULL && events->size() > 0) ? (cl_event*)&events->front() : NULL,
+            (event != NULL) ? &tmp : NULL),
+            __ENQUEUE_MAP_BUFFER_ERR);
+
+        if (event != NULL && err == CL_SUCCESS)
+            *event = tmp;
+
+        return err;
+    }
+
+
+    /**
+     * Enqueues a command that will allow the host to update a region of a coarse-grained SVM buffer.
+     * This variant takes a cl::pointer instance.
+     */
+    template<typename T, class D>
+    cl_int enqueueMapSVM(
+        cl::pointer<T, D> &ptr,
+        cl_bool blocking,
+        cl_map_flags flags,
+        size_type size,
+        const vector<Event>* events = NULL,
+        Event* event = NULL) const
+    {
+        cl_event tmp;
+        cl_int err = detail::errHandler(::clEnqueueSVMMap(
+            object_, blocking, flags, static_cast<void*>(ptr.get()), size,
+            (events != NULL) ? (cl_uint)events->size() : 0,
+            (events != NULL && events->size() > 0) ? (cl_event*)&events->front() : NULL,
+            (event != NULL) ? &tmp : NULL),
+            __ENQUEUE_MAP_BUFFER_ERR);
+
+        if (event != NULL && err == CL_SUCCESS)
+            *event = tmp;
+
+        return err;
+    }
+
+    /**
+     * Enqueues a command that will allow the host to update a region of a coarse-grained SVM buffer.
+     * This variant takes a cl::vector instance.
+     */
+    template<typename T, class Alloc>
+    cl_int enqueueMapSVM(
+        cl::vector<T, Alloc> &container,
+        cl_bool blocking,
+        cl_map_flags flags,
+        const vector<Event>* events = NULL,
+        Event* event = NULL) const
+    {
+        cl_event tmp;
+        cl_int err = detail::errHandler(::clEnqueueSVMMap(
+            object_, blocking, flags, static_cast<void*>(container.data()), container.size(),
+            (events != NULL) ? (cl_uint)events->size() : 0,
+            (events != NULL && events->size() > 0) ? (cl_event*)&events->front() : NULL,
+            (event != NULL) ? &tmp : NULL),
+            __ENQUEUE_MAP_BUFFER_ERR);
+
+        if (event != NULL && err == CL_SUCCESS)
+            *event = tmp;
+
+        return err;
+    }
+#endif // #if CL_HPP_TARGET_OPENCL_VERSION >= 200
+
     cl_int enqueueUnmapMemObject(
         const Memory& memory,
         void* mapped_ptr,
@@ -7303,6 +7638,84 @@ public:
         return err;
     }
 
+
+#if CL_HPP_TARGET_OPENCL_VERSION >= 200
+    /**
+     * Enqueues a command that will release a coarse-grained SVM buffer back to the OpenCL runtime.
+     * This variant takes a raw SVM pointer.
+     */
+    template<typename T>
+    cl_int enqueueUnmapSVM(
+        T* ptr,
+        const vector<Event>* events = NULL,
+        Event* event = NULL) const
+    {
+        cl_event tmp;
+        cl_int err = detail::errHandler(
+            ::clEnqueueSVMUnmap(
+            object_, static_cast<void*>(ptr),
+            (events != NULL) ? (cl_uint)events->size() : 0,
+            (events != NULL && events->size() > 0) ? (cl_event*)&events->front() : NULL,
+            (event != NULL) ? &tmp : NULL),
+            __ENQUEUE_UNMAP_MEM_OBJECT_ERR);
+
+        if (event != NULL && err == CL_SUCCESS)
+            *event = tmp;
+
+        return err;
+    }
+
+    /**
+     * Enqueues a command that will release a coarse-grained SVM buffer back to the OpenCL runtime.
+     * This variant takes a cl::pointer instance.
+     */
+    template<typename T, class D>
+    cl_int enqueueUnmapSVM(
+        cl::pointer<T, D> &ptr,
+        const vector<Event>* events = NULL,
+        Event* event = NULL) const
+    {
+        cl_event tmp;
+        cl_int err = detail::errHandler(
+            ::clEnqueueSVMUnmap(
+            object_, static_cast<void*>(ptr.get()),
+            (events != NULL) ? (cl_uint)events->size() : 0,
+            (events != NULL && events->size() > 0) ? (cl_event*)&events->front() : NULL,
+            (event != NULL) ? &tmp : NULL),
+            __ENQUEUE_UNMAP_MEM_OBJECT_ERR);
+
+        if (event != NULL && err == CL_SUCCESS)
+            *event = tmp;
+
+        return err;
+    }
+
+    /**
+     * Enqueues a command that will release a coarse-grained SVM buffer back to the OpenCL runtime.
+     * This variant takes a cl::vector instance.
+     */
+    template<typename T, class Alloc>
+    cl_int enqueueUnmapSVM(
+        cl::vector<T, Alloc> &container,
+        const vector<Event>* events = NULL,
+        Event* event = NULL) const
+    {
+        cl_event tmp;
+        cl_int err = detail::errHandler(
+            ::clEnqueueSVMUnmap(
+            object_, static_cast<void*>(container.data()),
+            (events != NULL) ? (cl_uint)events->size() : 0,
+            (events != NULL && events->size() > 0) ? (cl_event*)&events->front() : NULL,
+            (event != NULL) ? &tmp : NULL),
+            __ENQUEUE_UNMAP_MEM_OBJECT_ERR);
+
+        if (event != NULL && err == CL_SUCCESS)
+            *event = tmp;
+
+        return err;
+    }
+#endif // #if CL_HPP_TARGET_OPENCL_VERSION >= 200
+
 #if CL_HPP_TARGET_OPENCL_VERSION >= 120
     /**
      * Enqueues a marker command which waits for either a list of events to complete, 
@@ -7668,25 +8081,43 @@ CL_HPP_DEFINE_STATIC_MEMBER_ cl_int CommandQueue::default_error_ = CL_SUCCESS;
 
 
 #if CL_HPP_TARGET_OPENCL_VERSION >= 200
+enum class DeviceQueueProperties : cl_command_queue_properties
+{
+    None = 0,
+    Profiling = CL_QUEUE_PROFILING_ENABLE,
+};
+
+inline DeviceQueueProperties operator|(DeviceQueueProperties lhs, DeviceQueueProperties rhs)
+{
+    return static_cast<DeviceQueueProperties>(static_cast<cl_command_queue_properties>(lhs) | static_cast<cl_command_queue_properties>(rhs));
+}
+
 /*! \class DeviceCommandQueue
  * \brief DeviceCommandQueue interface for device cl_command_queues.
  */
 class DeviceCommandQueue : public detail::Wrapper<cl_command_queue>
 {
 public:
+
     /*!
-    * Default construct device command queue on default context and device
-    */
-    DeviceCommandQueue(cl_int* err = NULL)
+     * Trivial empty constructor to create a null queue.
+     */
+    DeviceCommandQueue() { }
+
+    /*!
+     * Default construct device command queue on default context and device
+     */
+    DeviceCommandQueue(DeviceQueueProperties properties, cl_int* err = NULL)
     {
         cl_int error;
         cl::Context context = cl::Context::getDefault();
         cl::Device device = cl::Device::getDefault();
-        
-        cl_command_queue_properties properties =
-            CL_QUEUE_OUT_OF_ORDER_EXEC_MODE_ENABLE | CL_QUEUE_ON_DEVICE;
+
+        cl_command_queue_properties mergedProperties =
+            CL_QUEUE_OUT_OF_ORDER_EXEC_MODE_ENABLE | CL_QUEUE_ON_DEVICE | static_cast<cl_command_queue_properties>(properties);
+
         cl_queue_properties queue_properties[] = {
-            CL_QUEUE_PROPERTIES, properties, 0 };
+            CL_QUEUE_PROPERTIES, mergedProperties, 0 };
         object_ = ::clCreateCommandQueueWithProperties(
             context(), device(), queue_properties, &error);
 
@@ -7702,14 +8133,15 @@ public:
     DeviceCommandQueue(
         const Context& context,
         const Device& device,
+        DeviceQueueProperties properties = DeviceQueueProperties::None,
         cl_int* err = NULL)
     {
         cl_int error;
 
-        cl_command_queue_properties properties = 
-            CL_QUEUE_OUT_OF_ORDER_EXEC_MODE_ENABLE | CL_QUEUE_ON_DEVICE;
+        cl_command_queue_properties mergedProperties =
+            CL_QUEUE_OUT_OF_ORDER_EXEC_MODE_ENABLE | CL_QUEUE_ON_DEVICE | static_cast<cl_command_queue_properties>(properties);
         cl_queue_properties queue_properties[] = {
-            CL_QUEUE_PROPERTIES, properties, 0 };
+            CL_QUEUE_PROPERTIES, mergedProperties, 0 };
         object_ = ::clCreateCommandQueueWithProperties(
             context(), device(), queue_properties, &error);
 
@@ -7726,14 +8158,15 @@ public:
         const Context& context,
         const Device& device,
         cl_uint queueSize,
+        DeviceQueueProperties properties = DeviceQueueProperties::None,
         cl_int* err = NULL)
     {
         cl_int error;
 
-        cl_command_queue_properties properties =
-            CL_QUEUE_OUT_OF_ORDER_EXEC_MODE_ENABLE | CL_QUEUE_ON_DEVICE;
+        cl_command_queue_properties mergedProperties =
+            CL_QUEUE_OUT_OF_ORDER_EXEC_MODE_ENABLE | CL_QUEUE_ON_DEVICE | static_cast<cl_command_queue_properties>(properties);
         cl_queue_properties queue_properties[] = {
-            CL_QUEUE_PROPERTIES, properties, 
+            CL_QUEUE_PROPERTIES, mergedProperties,
             CL_QUEUE_SIZE, queueSize, 
             0 };
         object_ = ::clCreateCommandQueueWithProperties(
@@ -8080,6 +8513,81 @@ inline void* enqueueMapBuffer(
     return result;
 }
 
+
+#if CL_HPP_TARGET_OPENCL_VERSION >= 200
+/**
+ * Enqueues to the default queue a command that will allow the host to
+ * update a region of a coarse-grained SVM buffer.
+ * This variant takes a raw SVM pointer.
+ */
+template<typename T>
+inline cl_int enqueueMapSVM(
+    T* ptr,
+    cl_bool blocking,
+    cl_map_flags flags,
+    size_type size,
+    const vector<Event>* events,
+    Event* event)
+{
+    cl_int error;
+    CommandQueue queue = CommandQueue::getDefault(&error);
+    if (error != CL_SUCCESS) {
+        return detail::errHandler(error, __ENQUEUE_MAP_BUFFER_ERR);
+    }
+
+    return queue.enqueueMapSVM(
+        ptr, blocking, flags, size, events, event);
+}
+
+/**
+ * Enqueues to the default queue a command that will allow the host to 
+ * update a region of a coarse-grained SVM buffer.
+ * This variant takes a cl::pointer instance.
+ */
+template<typename T, class D>
+inline cl_int enqueueMapSVM(
+    cl::pointer<T, D> ptr,
+    cl_bool blocking,
+    cl_map_flags flags,
+    size_type size,
+    const vector<Event>* events = NULL,
+    Event* event = NULL)
+{
+    cl_int error;
+    CommandQueue queue = CommandQueue::getDefault(&error);
+    if (error != CL_SUCCESS) {
+        return detail::errHandler(error, __ENQUEUE_MAP_BUFFER_ERR);
+    }
+
+    return queue.enqueueMapSVM(
+        ptr, blocking, flags, size, events, event);
+}
+
+/**
+ * Enqueues to the default queue a command that will allow the host to
+ * update a region of a coarse-grained SVM buffer.
+ * This variant takes a cl::vector instance.
+ */
+template<typename T, class Alloc>
+inline cl_int enqueueMapSVM(
+    cl::vector<T, Alloc> container,
+    cl_bool blocking,
+    cl_map_flags flags,
+    const vector<Event>* events = NULL,
+    Event* event = NULL)
+{
+    cl_int error;
+    CommandQueue queue = CommandQueue::getDefault(&error);
+    if (error != CL_SUCCESS) {
+        return detail::errHandler(error, __ENQUEUE_MAP_BUFFER_ERR);
+    }
+
+    return queue.enqueueMapSVM(
+        container, blocking, flags, events, event);
+}
+
+#endif // #if CL_HPP_TARGET_OPENCL_VERSION >= 200
+
 inline cl_int enqueueUnmapMemObject(
     const Memory& memory,
     void* mapped_ptr,
@@ -8096,10 +8604,10 @@ inline cl_int enqueueUnmapMemObject(
     cl_event tmp;
     cl_int err = detail::errHandler(
         ::clEnqueueUnmapMemObject(
-            queue(), memory(), mapped_ptr,
-            (events != NULL) ? (cl_uint) events->size() : 0,
-            (events != NULL && events->size() > 0) ? (cl_event*) &events->front() : NULL,
-            (event != NULL) ? &tmp : NULL),
+        queue(), memory(), mapped_ptr,
+        (events != NULL) ? (cl_uint)events->size() : 0,
+        (events != NULL && events->size() > 0) ? (cl_event*)&events->front() : NULL,
+        (event != NULL) ? &tmp : NULL),
         __ENQUEUE_UNMAP_MEM_OBJECT_ERR);
 
     if (event != NULL && err == CL_SUCCESS)
@@ -8108,6 +8616,73 @@ inline cl_int enqueueUnmapMemObject(
     return err;
 }
 
+#if CL_HPP_TARGET_OPENCL_VERSION >= 200
+/**
+ * Enqueues to the default queue a command that will release a coarse-grained 
+ * SVM buffer back to the OpenCL runtime.
+ * This variant takes a raw SVM pointer.
+ */
+template<typename T>
+inline cl_int enqueueUnmapSVM(
+    T* ptr,
+    const vector<Event>* events = NULL,
+    Event* event = NULL)
+{
+    cl_int error;
+    CommandQueue queue = CommandQueue::getDefault(&error);
+    if (error != CL_SUCCESS) {
+        return detail::errHandler(error, __ENQUEUE_UNMAP_MEM_OBJECT_ERR);
+    }
+
+    return detail::errHandler(queue.enqueueUnmapSVM(ptr, events, event), 
+        __ENQUEUE_UNMAP_MEM_OBJECT_ERR);
+
+}
+
+/**
+ * Enqueues to the default queue a command that will release a coarse-grained 
+ * SVM buffer back to the OpenCL runtime.
+ * This variant takes a cl::pointer instance.
+ */
+template<typename T, class D>
+inline cl_int enqueueUnmapSVM(
+    cl::pointer<T, D> &ptr,
+    const vector<Event>* events = NULL,
+    Event* event = NULL)
+{
+    cl_int error;
+    CommandQueue queue = CommandQueue::getDefault(&error);
+    if (error != CL_SUCCESS) {
+        return detail::errHandler(error, __ENQUEUE_UNMAP_MEM_OBJECT_ERR);
+    }
+
+    return detail::errHandler(queue.enqueueUnmapSVM(ptr, events, event),
+        __ENQUEUE_UNMAP_MEM_OBJECT_ERR);
+}
+
+/**
+ * Enqueues to the default queue a command that will release a coarse-grained 
+ * SVM buffer back to the OpenCL runtime.
+ * This variant takes a cl::vector instance.
+ */
+template<typename T, class Alloc>
+inline cl_int enqueueUnmapSVM(
+    cl::vector<T, Alloc> &container,
+    const vector<Event>* events = NULL,
+    Event* event = NULL)
+{
+    cl_int error;
+    CommandQueue queue = CommandQueue::getDefault(&error);
+    if (error != CL_SUCCESS) {
+        return detail::errHandler(error, __ENQUEUE_UNMAP_MEM_OBJECT_ERR);
+    }
+
+    return detail::errHandler(queue.enqueueUnmapSVM(container, events, event),
+        __ENQUEUE_UNMAP_MEM_OBJECT_ERR);
+}
+
+#endif // #if CL_HPP_TARGET_OPENCL_VERSION >= 200
+
 inline cl_int enqueueCopyBuffer(
         const Buffer& src,
         const Buffer& dst,
@@ -8229,6 +8804,28 @@ inline cl_int copy( const CommandQueue &queue, const cl::Buffer &buffer, Iterato
     return CL_SUCCESS;
 }
 
+
+#if CL_HPP_TARGET_OPENCL_VERSION >= 200
+/**
+ * Blocking SVM map operation - performs a blocking map underneath.
+ */
+template<typename T, class Alloc>
+inline cl_int mapSVM(cl::vector<T, Alloc> &container)
+{
+    return enqueueMapSVM(container, CL_TRUE, CL_MAP_READ | CL_MAP_WRITE);
+}
+
+/**
+* Blocking SVM map operation - performs a blocking map underneath.
+*/
+template<typename T, class Alloc>
+inline cl_int unmapSVM(cl::vector<T, Alloc> &container)
+{
+    return enqueueUnmapSVM(container);
+}
+
+#endif // #if CL_HPP_TARGET_OPENCL_VERSION >= 200
+
 #if CL_HPP_TARGET_OPENCL_VERSION >= 110
 inline cl_int enqueueReadBufferRect(
     const Buffer& buffer,
@@ -8785,7 +9382,7 @@ public:
     }
 
     template<typename T0, typename... T1s>
-    cl_int setSVMPointers(T0 t0, T1s... ts)
+    cl_int setSVMPointers(const T0 &t0, T1s... ts)
     {
         return kernel_.setSVMPointers(t0, ts...);
     }
@@ -8908,6 +9505,10 @@ namespace compatibility {
 
 #undef __UNLOAD_COMPILER_ERR
 #undef __CREATE_SUB_DEVICES_ERR
+
+#undef __CREATE_PIPE_ERR
+#undef __GET_PIPE_INFO_ERR
+
 #endif //CL_HPP_USER_OVERRIDE_ERROR_STRINGS
 
 // Extensions
diff --git a/include/CL/cl_egl.h b/include/CL/cl_egl.h
new file mode 100644
index 0000000..823ceb1
--- /dev/null
+++ b/include/CL/cl_egl.h
@@ -0,0 +1,136 @@
+/*******************************************************************************
+ * Copyright (c) 2008-2015 The Khronos Group Inc.
+ *
+ * Permission is hereby granted, free of charge, to any person obtaining a
+ * copy of this software and/or associated documentation files (the
+ * "Materials"), to deal in the Materials without restriction, including
+ * without limitation the rights to use, copy, modify, merge, publish,
+ * distribute, sublicense, and/or sell copies of the Materials, and to
+ * permit persons to whom the Materials are furnished to do so, subject to
+ * the following conditions:
+ *
+ * The above copyright notice and this permission notice shall be included
+ * in all copies or substantial portions of the Materials.
+ *
+ * MODIFICATIONS TO THIS FILE MAY MEAN IT NO LONGER ACCURATELY REFLECTS
+ * KHRONOS STANDARDS. THE UNMODIFIED, NORMATIVE VERSIONS OF KHRONOS
+ * SPECIFICATIONS AND HEADER INFORMATION ARE LOCATED AT
+ *    https://www.khronos.org/registry/
+ *
+ * THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+ * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+ * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
+ * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
+ * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
+ * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
+ * MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS.
+ ******************************************************************************/
+
+#ifndef __OPENCL_CL_EGL_H
+#define __OPENCL_CL_EGL_H
+
+#ifdef __APPLE__
+
+#else
+#include <CL/cl.h>
+#endif
+
+#ifdef __cplusplus
+extern "C" {
+#endif
+
+
+/* Command type for events created with clEnqueueAcquireEGLObjectsKHR */
+#define CL_COMMAND_EGL_FENCE_SYNC_OBJECT_KHR  0x202F
+#define CL_COMMAND_ACQUIRE_EGL_OBJECTS_KHR    0x202D
+#define CL_COMMAND_RELEASE_EGL_OBJECTS_KHR    0x202E
+
+/* Error type for clCreateFromEGLImageKHR */
+#define CL_INVALID_EGL_OBJECT_KHR             -1093
+#define CL_EGL_RESOURCE_NOT_ACQUIRED_KHR      -1092
+
+/* CLeglImageKHR is an opaque handle to an EGLImage */
+typedef void* CLeglImageKHR;
+
+/* CLeglDisplayKHR is an opaque handle to an EGLDisplay */
+typedef void* CLeglDisplayKHR;
+
+/* CLeglSyncKHR is an opaque handle to an EGLSync object */
+typedef void* CLeglSyncKHR;
+
+/* properties passed to clCreateFromEGLImageKHR */
+typedef intptr_t cl_egl_image_properties_khr;
+
+
+#define cl_khr_egl_image 1
+
+extern CL_API_ENTRY cl_mem CL_API_CALL
+clCreateFromEGLImageKHR(cl_context                  /* context */,
+                        CLeglDisplayKHR             /* egldisplay */,
+                        CLeglImageKHR               /* eglimage */,
+                        cl_mem_flags                /* flags */,
+                        const cl_egl_image_properties_khr * /* properties */,
+                        cl_int *                    /* errcode_ret */) CL_API_SUFFIX__VERSION_1_0;
+
+typedef CL_API_ENTRY cl_mem (CL_API_CALL *clCreateFromEGLImageKHR_fn)(
+	cl_context                  context,
+	CLeglDisplayKHR             egldisplay,
+	CLeglImageKHR               eglimage,
+	cl_mem_flags                flags,
+	const cl_egl_image_properties_khr * properties,
+	cl_int *                    errcode_ret);
+
+
+extern CL_API_ENTRY cl_int CL_API_CALL
+clEnqueueAcquireEGLObjectsKHR(cl_command_queue /* command_queue */,
+                              cl_uint          /* num_objects */,
+                              const cl_mem *   /* mem_objects */,
+                              cl_uint          /* num_events_in_wait_list */,
+                              const cl_event * /* event_wait_list */,
+                              cl_event *       /* event */) CL_API_SUFFIX__VERSION_1_0;
+
+typedef CL_API_ENTRY cl_int (CL_API_CALL *clEnqueueAcquireEGLObjectsKHR_fn)(
+	cl_command_queue command_queue,
+	cl_uint          num_objects,
+	const cl_mem *   mem_objects,
+	cl_uint          num_events_in_wait_list,
+	const cl_event * event_wait_list,
+	cl_event *       event);
+
+
+extern CL_API_ENTRY cl_int CL_API_CALL
+clEnqueueReleaseEGLObjectsKHR(cl_command_queue /* command_queue */,
+                              cl_uint          /* num_objects */,
+                              const cl_mem *   /* mem_objects */,
+                              cl_uint          /* num_events_in_wait_list */,
+                              const cl_event * /* event_wait_list */,
+                              cl_event *       /* event */) CL_API_SUFFIX__VERSION_1_0;
+
+typedef CL_API_ENTRY cl_int (CL_API_CALL *clEnqueueReleaseEGLObjectsKHR_fn)(
+	cl_command_queue command_queue,
+	cl_uint          num_objects,
+	const cl_mem *   mem_objects,
+	cl_uint          num_events_in_wait_list,
+	const cl_event * event_wait_list,
+	cl_event *       event);
+
+
+#define cl_khr_egl_event 1
+
+extern CL_API_ENTRY cl_event CL_API_CALL
+clCreateEventFromEGLSyncKHR(cl_context      /* context */,
+                            CLeglSyncKHR    /* sync */,
+                            CLeglDisplayKHR /* display */,
+                            cl_int *        /* errcode_ret */) CL_API_SUFFIX__VERSION_1_0;
+
+typedef CL_API_ENTRY cl_event (CL_API_CALL *clCreateEventFromEGLSyncKHR_fn)(
+	cl_context      context,
+	CLeglSyncKHR    sync,
+	CLeglDisplayKHR display,
+	cl_int *        errcode_ret);
+
+#ifdef __cplusplus
+}
+#endif
+
+#endif /* __OPENCL_CL_EGL_H */
diff --git a/include/CMakeLists.txt b/include/CMakeLists.txt
index 0d2ab68..e8462c5 100644
--- a/include/CMakeLists.txt
+++ b/include/CMakeLists.txt
@@ -25,7 +25,7 @@
 
 add_subdirectory("CL")
 
-set(PRIVATE_HEADERS  _kernel.h _kernel_c.h _kernel_constants.h pocl_types.h pocl_device.h pocl.h)
+set(PRIVATE_HEADERS _enable_all_exts.h _kernel.h _kernel_c.h _kernel_constants.h pocl_types.h pocl_device.h pocl.h)
 
 install(FILES ${PRIVATE_HEADERS}
         DESTINATION ${POCL_INSTALL_PRIVATE_HEADER_DIR})
diff --git a/include/Makefile.am b/include/Makefile.am
deleted file mode 100644
index cef45f9..0000000
--- a/include/Makefile.am
+++ /dev/null
@@ -1,34 +0,0 @@
-# Process this file with automake to produce Makefile.in (in this,
-# and all subdirectories).
-# Makefile.am for pocl/include.
-# 
-# Copyright (c) 2011 Universidad Rey Juan Carlos
-# 
-# Permission is hereby granted, free of charge, to any person obtaining a copy
-# of this software and associated documentation files (the "Software"), to deal
-# in the Software without restriction, including without limitation the rights
-# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-# copies of the Software, and to permit persons to whom the Software is
-# furnished to do so, subject to the following conditions:
-# 
-# The above copyright notice and this permission notice shall be included in
-# all copies or substantial portions of the Software.
-# 
-# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-# THE SOFTWARE.
-
-# Directory containing "private" headers
-pkgdataincludedir = $(pkgdatadir)/include
-pkgdatainclude_HEADERS = _kernel.h _kernel_c.h pocl_types.h pocl_device.h pocl.h pocl_tests.h _kernel_constants.h
-
-# Public - and default - includes dir
-include_HEADERS = poclu.h
-
-EXTRA_DIST = vccompat.hpp CMakeLists.txt pocl_cache.h pocl_file_util.h utlist.h
-
-SUBDIRS = CL OpenCL
diff --git a/include/Makefile.in b/include/Makefile.in
deleted file mode 100644
index a0e0ec6..0000000
--- a/include/Makefile.in
+++ /dev/null
@@ -1,818 +0,0 @@
-# Makefile.in generated by automake 1.15 from Makefile.am.
-# @configure_input@
-
-# Copyright (C) 1994-2014 Free Software Foundation, Inc.
-
-# This Makefile.in is free software; the Free Software Foundation
-# gives unlimited permission to copy and/or distribute it,
-# with or without modifications, as long as this notice is preserved.
-
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
-# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
-# PARTICULAR PURPOSE.
-
- at SET_MAKE@
-
-# Process this file with automake to produce Makefile.in (in this,
-# and all subdirectories).
-# Makefile.am for pocl/include.
-# 
-# Copyright (c) 2011 Universidad Rey Juan Carlos
-# 
-# Permission is hereby granted, free of charge, to any person obtaining a copy
-# of this software and associated documentation files (the "Software"), to deal
-# in the Software without restriction, including without limitation the rights
-# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-# copies of the Software, and to permit persons to whom the Software is
-# furnished to do so, subject to the following conditions:
-# 
-# The above copyright notice and this permission notice shall be included in
-# all copies or substantial portions of the Software.
-# 
-# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-# THE SOFTWARE.
-
-VPATH = @srcdir@
-am__is_gnu_make = { \
-  if test -z '$(MAKELEVEL)'; then \
-    false; \
-  elif test -n '$(MAKE_HOST)'; then \
-    true; \
-  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
-    true; \
-  else \
-    false; \
-  fi; \
-}
-am__make_running_with_option = \
-  case $${target_option-} in \
-      ?) ;; \
-      *) echo "am__make_running_with_option: internal error: invalid" \
-              "target option '$${target_option-}' specified" >&2; \
-         exit 1;; \
-  esac; \
-  has_opt=no; \
-  sane_makeflags=$$MAKEFLAGS; \
-  if $(am__is_gnu_make); then \
-    sane_makeflags=$$MFLAGS; \
-  else \
-    case $$MAKEFLAGS in \
-      *\\[\ \	]*) \
-        bs=\\; \
-        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
-          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
-    esac; \
-  fi; \
-  skip_next=no; \
-  strip_trailopt () \
-  { \
-    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
-  }; \
-  for flg in $$sane_makeflags; do \
-    test $$skip_next = yes && { skip_next=no; continue; }; \
-    case $$flg in \
-      *=*|--*) continue;; \
-        -*I) strip_trailopt 'I'; skip_next=yes;; \
-      -*I?*) strip_trailopt 'I';; \
-        -*O) strip_trailopt 'O'; skip_next=yes;; \
-      -*O?*) strip_trailopt 'O';; \
-        -*l) strip_trailopt 'l'; skip_next=yes;; \
-      -*l?*) strip_trailopt 'l';; \
-      -[dEDm]) skip_next=yes;; \
-      -[JT]) skip_next=yes;; \
-    esac; \
-    case $$flg in \
-      *$$target_option*) has_opt=yes; break;; \
-    esac; \
-  done; \
-  test $$has_opt = yes
-am__make_dryrun = (target_option=n; $(am__make_running_with_option))
-am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
-pkgdatadir = $(datadir)/@PACKAGE@
-pkgincludedir = $(includedir)/@PACKAGE@
-pkglibdir = $(libdir)/@PACKAGE@
-pkglibexecdir = $(libexecdir)/@PACKAGE@
-am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
-install_sh_DATA = $(install_sh) -c -m 644
-install_sh_PROGRAM = $(install_sh) -c
-install_sh_SCRIPT = $(install_sh) -c
-INSTALL_HEADER = $(INSTALL_DATA)
-transform = $(program_transform_name)
-NORMAL_INSTALL = :
-PRE_INSTALL = :
-POST_INSTALL = :
-NORMAL_UNINSTALL = :
-PRE_UNINSTALL = :
-POST_UNINSTALL = :
-build_triplet = @build@
-host_triplet = @host@
-target_triplet = @target@
-subdir = include
-ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
-am__aclocal_m4_deps = $(top_srcdir)/m4/ax_boost_base.m4 \
-	$(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
-	$(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
-	$(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/acinclude.m4 \
-	$(top_srcdir)/configure.ac
-am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
-	$(ACLOCAL_M4)
-DIST_COMMON = $(srcdir)/Makefile.am $(include_HEADERS) \
-	$(pkgdatainclude_HEADERS) $(am__DIST_COMMON)
-mkinstalldirs = $(install_sh) -d
-CONFIG_HEADER = $(top_builddir)/config.h
-CONFIG_CLEAN_FILES =
-CONFIG_CLEAN_VPATH_FILES =
-AM_V_P = $(am__v_P_ at AM_V@)
-am__v_P_ = $(am__v_P_ at AM_DEFAULT_V@)
-am__v_P_0 = false
-am__v_P_1 = :
-AM_V_GEN = $(am__v_GEN_ at AM_V@)
-am__v_GEN_ = $(am__v_GEN_ at AM_DEFAULT_V@)
-am__v_GEN_0 = @echo "  GEN     " $@;
-am__v_GEN_1 = 
-AM_V_at = $(am__v_at_ at AM_V@)
-am__v_at_ = $(am__v_at_ at AM_DEFAULT_V@)
-am__v_at_0 = @
-am__v_at_1 = 
-SOURCES =
-DIST_SOURCES =
-RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
-	ctags-recursive dvi-recursive html-recursive info-recursive \
-	install-data-recursive install-dvi-recursive \
-	install-exec-recursive install-html-recursive \
-	install-info-recursive install-pdf-recursive \
-	install-ps-recursive install-recursive installcheck-recursive \
-	installdirs-recursive pdf-recursive ps-recursive \
-	tags-recursive uninstall-recursive
-am__can_run_installinfo = \
-  case $$AM_UPDATE_INFO_DIR in \
-    n|no|NO) false;; \
-    *) (install-info --version) >/dev/null 2>&1;; \
-  esac
-am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
-am__vpath_adj = case $$p in \
-    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
-    *) f=$$p;; \
-  esac;
-am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
-am__install_max = 40
-am__nobase_strip_setup = \
-  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
-am__nobase_strip = \
-  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
-am__nobase_list = $(am__nobase_strip_setup); \
-  for p in $$list; do echo "$$p $$p"; done | \
-  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
-  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
-    if (++n[$$2] == $(am__install_max)) \
-      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
-    END { for (dir in files) print dir, files[dir] }'
-am__base_list = \
-  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
-  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
-am__uninstall_files_from_dir = { \
-  test -z "$$files" \
-    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
-    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
-         $(am__cd) "$$dir" && rm -f $$files; }; \
-  }
-am__installdirs = "$(DESTDIR)$(includedir)" \
-	"$(DESTDIR)$(pkgdataincludedir)"
-HEADERS = $(include_HEADERS) $(pkgdatainclude_HEADERS)
-RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
-  distclean-recursive maintainer-clean-recursive
-am__recursive_targets = \
-  $(RECURSIVE_TARGETS) \
-  $(RECURSIVE_CLEAN_TARGETS) \
-  $(am__extra_recursive_targets)
-AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
-	distdir
-am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
-# Read a list of newline-separated strings from the standard input,
-# and print each of them once, without duplicates.  Input order is
-# *not* preserved.
-am__uniquify_input = $(AWK) '\
-  BEGIN { nonempty = 0; } \
-  { items[$$0] = 1; nonempty = 1; } \
-  END { if (nonempty) { for (i in items) print i; }; } \
-'
-# Make sure the list of sources is unique.  This is necessary because,
-# e.g., the same source file might be shared among _SOURCES variables
-# for different programs/libraries.
-am__define_uniq_tagged_files = \
-  list='$(am__tagged_files)'; \
-  unique=`for i in $$list; do \
-    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
-  done | $(am__uniquify_input)`
-ETAGS = etags
-CTAGS = ctags
-DIST_SUBDIRS = $(SUBDIRS)
-am__DIST_COMMON = $(srcdir)/Makefile.in
-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
-am__relativize = \
-  dir0=`pwd`; \
-  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
-  sed_rest='s,^[^/]*/*,,'; \
-  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
-  sed_butlast='s,/*[^/]*$$,,'; \
-  while test -n "$$dir1"; do \
-    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
-    if test "$$first" != "."; then \
-      if test "$$first" = ".."; then \
-        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
-        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
-      else \
-        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
-        if test "$$first2" = "$$first"; then \
-          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
-        else \
-          dir2="../$$dir2"; \
-        fi; \
-        dir0="$$dir0"/"$$first"; \
-      fi; \
-    fi; \
-    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
-  done; \
-  reldir="$$dir2"
-ACLOCAL = @ACLOCAL@
-AMTAR = @AMTAR@
-AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
-AR = @AR@
-AUTOCONF = @AUTOCONF@
-AUTOHEADER = @AUTOHEADER@
-AUTOMAKE = @AUTOMAKE@
-AWK = @AWK@
-BOOST_CPPFLAGS = @BOOST_CPPFLAGS@
-BOOST_LDFLAGS = @BOOST_LDFLAGS@
-BUILD_TIMESTAMP = @BUILD_TIMESTAMP@
-CC = @CC@
-CCDEPMODE = @CCDEPMODE@
-CFLAGS = @CFLAGS@
-CLANG = @CLANG@
-CLANGXX = @CLANGXX@
-CLANGXX_FLAGS = @CLANGXX_FLAGS@
-CLFLAGS = @CLFLAGS@
-CPP = @CPP@
-CPPFLAGS = @CPPFLAGS@
-CXX = @CXX@
-CXXCPP = @CXXCPP@
-CXXDEPMODE = @CXXDEPMODE@
-CXXFLAGS = @CXXFLAGS@
-CYGPATH_W = @CYGPATH_W@
-DEFS = @DEFS@
-DEPDIR = @DEPDIR@
-DLLTOOL = @DLLTOOL@
-DSYMUTIL = @DSYMUTIL@
-DUMPBIN = @DUMPBIN@
-ECHO_C = @ECHO_C@
-ECHO_N = @ECHO_N@
-ECHO_T = @ECHO_T@
-EGREP = @EGREP@
-EXEEXT = @EXEEXT@
-FGREP = @FGREP@
-FORCED_CLFLAGS = @FORCED_CLFLAGS@
-GLEW_CFLAGS = @GLEW_CFLAGS@
-GLEW_LIBS = @GLEW_LIBS@
-GREP = @GREP@
-HOST = @HOST@
-HOST_AS_FLAGS = @HOST_AS_FLAGS@
-HOST_CLANG_FLAGS = @HOST_CLANG_FLAGS@
-HOST_CPU = @HOST_CPU@
-HOST_DEVICE_EXTENSION_DEFINES = @HOST_DEVICE_EXTENSION_DEFINES@
-HOST_LD_FLAGS = @HOST_LD_FLAGS@
-HOST_LLC_FLAGS = @HOST_LLC_FLAGS@
-HOST_SIZEOF_DOUBLE = @HOST_SIZEOF_DOUBLE@
-HOST_SIZEOF_HALF = @HOST_SIZEOF_HALF@
-HOST_SIZEOF_LONG = @HOST_SIZEOF_LONG@
-HOST_SIZEOF_VOID_P = @HOST_SIZEOF_VOID_P@
-HSAILASM = @HSAILASM@
-HSA_DEVICE_EXTENSION_DEFINES = @HSA_DEVICE_EXTENSION_DEFINES@
-HSA_INCLUDES = @HSA_INCLUDES@
-HSA_LIBS = @HSA_LIBS@
-HWLOC_CFLAGS = @HWLOC_CFLAGS@
-HWLOC_LIBS = @HWLOC_LIBS@
-ICD_LD_FLAGS = @ICD_LD_FLAGS@
-INSTALL = @INSTALL@
-INSTALL_DATA = @INSTALL_DATA@
-INSTALL_PROGRAM = @INSTALL_PROGRAM@
-INSTALL_SCRIPT = @INSTALL_SCRIPT@
-INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
-KERNEL_COMPILER_LIB_VERSION = @KERNEL_COMPILER_LIB_VERSION@
-LD = @LD@
-LDFLAGS = @LDFLAGS@
-LD_FLAGS_BIN = @LD_FLAGS_BIN@
-LIBOBJS = @LIBOBJS@
-LIBRARY_SUFFIX = @LIBRARY_SUFFIX@
-LIBS = @LIBS@
-LIBTOOL = @LIBTOOL@
-LIB_AGE_VERSION = @LIB_AGE_VERSION@
-LIB_CURRENT_VERSION = @LIB_CURRENT_VERSION@
-LIB_FIRST_VERSION = @LIB_FIRST_VERSION@
-LIB_REVISION_VERSION = @LIB_REVISION_VERSION@
-LIB_VERSION = @LIB_VERSION@
-LIPO = @LIPO@
-LLC = @LLC@
-LLVM_AS = @LLVM_AS@
-LLVM_CONFIG = @LLVM_CONFIG@
-LLVM_CXX_FLAGS = @LLVM_CXX_FLAGS@
-LLVM_LDFLAGS = @LLVM_LDFLAGS@
-LLVM_LIBS = @LLVM_LIBS@
-LLVM_LINK = @LLVM_LINK@
-LLVM_OPT = @LLVM_OPT@
-LLVM_VERSION = @LLVM_VERSION@
-LN_S = @LN_S@
-LTDL_LIBS = @LTDL_LIBS@
-LTLIBOBJS = @LTLIBOBJS@
-LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
-MAKEINFO = @MAKEINFO@
-MANIFEST_TOOL = @MANIFEST_TOOL@
-MKDIR_P = @MKDIR_P@
-NM = @NM@
-NMEDIT = @NMEDIT@
-OBJDUMP = @OBJDUMP@
-OBJEXT = @OBJEXT@
-OCL_ICD_CFLAGS = @OCL_ICD_CFLAGS@
-OCL_ICD_LIBS = @OCL_ICD_LIBS@
-OCL_KERNEL_ARCH = @OCL_KERNEL_ARCH@
-OCL_KERNEL_TARGET = @OCL_KERNEL_TARGET@
-OCL_KERNEL_TARGET_CPU = @OCL_KERNEL_TARGET_CPU@
-OCL_TARGETS = @OCL_TARGETS@
-OPENCL_CFLAGS = @OPENCL_CFLAGS@
-OPENCL_CMAKE = @OPENCL_CMAKE@
-OPENCL_EXTLIBS = @OPENCL_EXTLIBS@
-OPENCL_LIBS = @OPENCL_LIBS@
-OPT = @OPT@
-OTOOL = @OTOOL@
-OTOOL64 = @OTOOL64@
-PACKAGE = @PACKAGE@
-PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
-PACKAGE_NAME = @PACKAGE_NAME@
-PACKAGE_STRING = @PACKAGE_STRING@
-PACKAGE_TARNAME = @PACKAGE_TARNAME@
-PACKAGE_URL = @PACKAGE_URL@
-PACKAGE_VERSION = @PACKAGE_VERSION@
-PATH_SEPARATOR = @PATH_SEPARATOR@
-PKG_CONFIG = @PKG_CONFIG@
-PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
-PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
-POAT_TESTSUITES = @POAT_TESTSUITES@
-POCL_DEVICE_ADDRESS_BITS = @POCL_DEVICE_ADDRESS_BITS@
-PTHREAD_CC = @PTHREAD_CC@
-PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
-PTHREAD_LIBS = @PTHREAD_LIBS@
-RANLIB = @RANLIB@
-SDL_CFLAGS = @SDL_CFLAGS@
-SDL_LIBS = @SDL_LIBS@
-SED = @SED@
-SET_MAKE = @SET_MAKE@
-SHELL = @SHELL@
-STRIP = @STRIP@
-TARGET = @TARGET@
-TARGET_CLANG_FLAGS = @TARGET_CLANG_FLAGS@
-TARGET_CPU = @TARGET_CPU@
-TARGET_LLC_FLAGS = @TARGET_LLC_FLAGS@
-TARGET_SIZEOF_DOUBLE = @TARGET_SIZEOF_DOUBLE@
-TARGET_SIZEOF_HALF = @TARGET_SIZEOF_HALF@
-TARGET_SIZEOF_LONG = @TARGET_SIZEOF_LONG@
-TARGET_SIZEOF_VOID_P = @TARGET_SIZEOF_VOID_P@
-TCECC = @TCECC@
-TCEMC_AVAILABLE = @TCEMC_AVAILABLE@
-TCE_AVAILABLE = @TCE_AVAILABLE@
-TCE_CONFIG = @TCE_CONFIG@
-TCE_DEVICE_EXTENSION_DEFINES = @TCE_DEVICE_EXTENSION_DEFINES@
-VERSION = @VERSION@
-abs_builddir = @abs_builddir@
-abs_srcdir = @abs_srcdir@
-abs_top_builddir = @abs_top_builddir@
-abs_top_srcdir = @abs_top_srcdir@
-ac_ct_AR = @ac_ct_AR@
-ac_ct_CC = @ac_ct_CC@
-ac_ct_CXX = @ac_ct_CXX@
-ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
-acx_pthread_config = @acx_pthread_config@
-am__include = @am__include@
-am__leading_dot = @am__leading_dot@
-am__quote = @am__quote@
-am__tar = @am__tar@
-am__untar = @am__untar@
-bindir = @bindir@
-build = @build@
-build_alias = @build_alias@
-build_cpu = @build_cpu@
-build_os = @build_os@
-build_vendor = @build_vendor@
-builddir = @builddir@
-datadir = @datadir@
-datarootdir = @datarootdir@
-docdir = @docdir@
-dvidir = @dvidir@
-exec_prefix = @exec_prefix@
-host = @host@
-host_alias = @host_alias@
-host_cpu = @host_cpu@
-host_os = @host_os@
-host_vendor = @host_vendor@
-htmldir = @htmldir@
-includedir = @includedir@
-infodir = @infodir@
-install_sh = @install_sh@
-libdir = @libdir@
-libexecdir = @libexecdir@
-localedir = @localedir@
-localstatedir = @localstatedir@
-mandir = @mandir@
-mkdir_p = @mkdir_p@
-oldincludedir = @oldincludedir@
-pdfdir = @pdfdir@
-prefix = @prefix@
-program_transform_name = @program_transform_name@
-psdir = @psdir@
-sbindir = @sbindir@
-sharedstatedir = @sharedstatedir@
-srcdir = @srcdir@
-sysconfdir = @sysconfdir@
-target = @target@
-target_alias = @target_alias@
-target_cpu = @target_cpu@
-target_os = @target_os@
-target_vendor = @target_vendor@
-top_build_prefix = @top_build_prefix@
-top_builddir = @top_builddir@
-top_srcdir = @top_srcdir@
-
-# Directory containing "private" headers
-pkgdataincludedir = $(pkgdatadir)/include
-pkgdatainclude_HEADERS = _kernel.h _kernel_c.h pocl_types.h pocl_device.h pocl.h pocl_tests.h _kernel_constants.h
-
-# Public - and default - includes dir
-include_HEADERS = poclu.h
-EXTRA_DIST = vccompat.hpp CMakeLists.txt pocl_cache.h pocl_file_util.h utlist.h
-SUBDIRS = CL OpenCL
-all: all-recursive
-
-.SUFFIXES:
-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
-	@for dep in $?; do \
-	  case '$(am__configure_deps)' in \
-	    *$$dep*) \
-	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
-	        && { if test -f $@; then exit 0; else break; fi; }; \
-	      exit 1;; \
-	  esac; \
-	done; \
-	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign include/Makefile'; \
-	$(am__cd) $(top_srcdir) && \
-	  $(AUTOMAKE) --foreign include/Makefile
-Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
-	@case '$?' in \
-	  *config.status*) \
-	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
-	  *) \
-	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
-	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
-	esac;
-
-$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
-	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-
-$(top_srcdir)/configure:  $(am__configure_deps)
-	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
-	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-$(am__aclocal_m4_deps):
-
-mostlyclean-libtool:
-	-rm -f *.lo
-
-clean-libtool:
-	-rm -rf .libs _libs
-install-includeHEADERS: $(include_HEADERS)
-	@$(NORMAL_INSTALL)
-	@list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \
-	if test -n "$$list"; then \
-	  echo " $(MKDIR_P) '$(DESTDIR)$(includedir)'"; \
-	  $(MKDIR_P) "$(DESTDIR)$(includedir)" || exit 1; \
-	fi; \
-	for p in $$list; do \
-	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
-	  echo "$$d$$p"; \
-	done | $(am__base_list) | \
-	while read files; do \
-	  echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(includedir)'"; \
-	  $(INSTALL_HEADER) $$files "$(DESTDIR)$(includedir)" || exit $$?; \
-	done
-
-uninstall-includeHEADERS:
-	@$(NORMAL_UNINSTALL)
-	@list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \
-	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
-	dir='$(DESTDIR)$(includedir)'; $(am__uninstall_files_from_dir)
-install-pkgdataincludeHEADERS: $(pkgdatainclude_HEADERS)
-	@$(NORMAL_INSTALL)
-	@list='$(pkgdatainclude_HEADERS)'; test -n "$(pkgdataincludedir)" || list=; \
-	if test -n "$$list"; then \
-	  echo " $(MKDIR_P) '$(DESTDIR)$(pkgdataincludedir)'"; \
-	  $(MKDIR_P) "$(DESTDIR)$(pkgdataincludedir)" || exit 1; \
-	fi; \
-	for p in $$list; do \
-	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
-	  echo "$$d$$p"; \
-	done | $(am__base_list) | \
-	while read files; do \
-	  echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(pkgdataincludedir)'"; \
-	  $(INSTALL_HEADER) $$files "$(DESTDIR)$(pkgdataincludedir)" || exit $$?; \
-	done
-
-uninstall-pkgdataincludeHEADERS:
-	@$(NORMAL_UNINSTALL)
-	@list='$(pkgdatainclude_HEADERS)'; test -n "$(pkgdataincludedir)" || list=; \
-	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
-	dir='$(DESTDIR)$(pkgdataincludedir)'; $(am__uninstall_files_from_dir)
-
-# This directory's subdirectories are mostly independent; you can cd
-# into them and run 'make' without going through this Makefile.
-# To change the values of 'make' variables: instead of editing Makefiles,
-# (1) if the variable is set in 'config.status', edit 'config.status'
-#     (which will cause the Makefiles to be regenerated when you run 'make');
-# (2) otherwise, pass the desired values on the 'make' command line.
-$(am__recursive_targets):
-	@fail=; \
-	if $(am__make_keepgoing); then \
-	  failcom='fail=yes'; \
-	else \
-	  failcom='exit 1'; \
-	fi; \
-	dot_seen=no; \
-	target=`echo $@ | sed s/-recursive//`; \
-	case "$@" in \
-	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
-	  *) list='$(SUBDIRS)' ;; \
-	esac; \
-	for subdir in $$list; do \
-	  echo "Making $$target in $$subdir"; \
-	  if test "$$subdir" = "."; then \
-	    dot_seen=yes; \
-	    local_target="$$target-am"; \
-	  else \
-	    local_target="$$target"; \
-	  fi; \
-	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
-	  || eval $$failcom; \
-	done; \
-	if test "$$dot_seen" = "no"; then \
-	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
-	fi; test -z "$$fail"
-
-ID: $(am__tagged_files)
-	$(am__define_uniq_tagged_files); mkid -fID $$unique
-tags: tags-recursive
-TAGS: tags
-
-tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
-	set x; \
-	here=`pwd`; \
-	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
-	  include_option=--etags-include; \
-	  empty_fix=.; \
-	else \
-	  include_option=--include; \
-	  empty_fix=; \
-	fi; \
-	list='$(SUBDIRS)'; for subdir in $$list; do \
-	  if test "$$subdir" = .; then :; else \
-	    test ! -f $$subdir/TAGS || \
-	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
-	  fi; \
-	done; \
-	$(am__define_uniq_tagged_files); \
-	shift; \
-	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
-	  test -n "$$unique" || unique=$$empty_fix; \
-	  if test $$# -gt 0; then \
-	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
-	      "$$@" $$unique; \
-	  else \
-	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
-	      $$unique; \
-	  fi; \
-	fi
-ctags: ctags-recursive
-
-CTAGS: ctags
-ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
-	$(am__define_uniq_tagged_files); \
-	test -z "$(CTAGS_ARGS)$$unique" \
-	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
-	     $$unique
-
-GTAGS:
-	here=`$(am__cd) $(top_builddir) && pwd` \
-	  && $(am__cd) $(top_srcdir) \
-	  && gtags -i $(GTAGS_ARGS) "$$here"
-cscopelist: cscopelist-recursive
-
-cscopelist-am: $(am__tagged_files)
-	list='$(am__tagged_files)'; \
-	case "$(srcdir)" in \
-	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
-	  *) sdir=$(subdir)/$(srcdir) ;; \
-	esac; \
-	for i in $$list; do \
-	  if test -f "$$i"; then \
-	    echo "$(subdir)/$$i"; \
-	  else \
-	    echo "$$sdir/$$i"; \
-	  fi; \
-	done >> $(top_builddir)/cscope.files
-
-distclean-tags:
-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
-
-distdir: $(DISTFILES)
-	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
-	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
-	list='$(DISTFILES)'; \
-	  dist_files=`for file in $$list; do echo $$file; done | \
-	  sed -e "s|^$$srcdirstrip/||;t" \
-	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
-	case $$dist_files in \
-	  */*) $(MKDIR_P) `echo "$$dist_files" | \
-			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
-			   sort -u` ;; \
-	esac; \
-	for file in $$dist_files; do \
-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
-	  if test -d $$d/$$file; then \
-	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
-	    if test -d "$(distdir)/$$file"; then \
-	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
-	    fi; \
-	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
-	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
-	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
-	    fi; \
-	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
-	  else \
-	    test -f "$(distdir)/$$file" \
-	    || cp -p $$d/$$file "$(distdir)/$$file" \
-	    || exit 1; \
-	  fi; \
-	done
-	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
-	  if test "$$subdir" = .; then :; else \
-	    $(am__make_dryrun) \
-	      || test -d "$(distdir)/$$subdir" \
-	      || $(MKDIR_P) "$(distdir)/$$subdir" \
-	      || exit 1; \
-	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
-	    $(am__relativize); \
-	    new_distdir=$$reldir; \
-	    dir1=$$subdir; dir2="$(top_distdir)"; \
-	    $(am__relativize); \
-	    new_top_distdir=$$reldir; \
-	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
-	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
-	    ($(am__cd) $$subdir && \
-	      $(MAKE) $(AM_MAKEFLAGS) \
-	        top_distdir="$$new_top_distdir" \
-	        distdir="$$new_distdir" \
-		am__remove_distdir=: \
-		am__skip_length_check=: \
-		am__skip_mode_fix=: \
-	        distdir) \
-	      || exit 1; \
-	  fi; \
-	done
-check-am: all-am
-check: check-recursive
-all-am: Makefile $(HEADERS)
-installdirs: installdirs-recursive
-installdirs-am:
-	for dir in "$(DESTDIR)$(includedir)" "$(DESTDIR)$(pkgdataincludedir)"; do \
-	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
-	done
-install: install-recursive
-install-exec: install-exec-recursive
-install-data: install-data-recursive
-uninstall: uninstall-recursive
-
-install-am: all-am
-	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
-
-installcheck: installcheck-recursive
-install-strip:
-	if test -z '$(STRIP)'; then \
-	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
-	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
-	      install; \
-	else \
-	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
-	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
-	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
-	fi
-mostlyclean-generic:
-
-clean-generic:
-
-distclean-generic:
-	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
-	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
-
-maintainer-clean-generic:
-	@echo "This command is intended for maintainers to use"
-	@echo "it deletes files that may require special tools to rebuild."
-clean: clean-recursive
-
-clean-am: clean-generic clean-libtool mostlyclean-am
-
-distclean: distclean-recursive
-	-rm -f Makefile
-distclean-am: clean-am distclean-generic distclean-tags
-
-dvi: dvi-recursive
-
-dvi-am:
-
-html: html-recursive
-
-html-am:
-
-info: info-recursive
-
-info-am:
-
-install-data-am: install-includeHEADERS install-pkgdataincludeHEADERS
-
-install-dvi: install-dvi-recursive
-
-install-dvi-am:
-
-install-exec-am:
-
-install-html: install-html-recursive
-
-install-html-am:
-
-install-info: install-info-recursive
-
-install-info-am:
-
-install-man:
-
-install-pdf: install-pdf-recursive
-
-install-pdf-am:
-
-install-ps: install-ps-recursive
-
-install-ps-am:
-
-installcheck-am:
-
-maintainer-clean: maintainer-clean-recursive
-	-rm -f Makefile
-maintainer-clean-am: distclean-am maintainer-clean-generic
-
-mostlyclean: mostlyclean-recursive
-
-mostlyclean-am: mostlyclean-generic mostlyclean-libtool
-
-pdf: pdf-recursive
-
-pdf-am:
-
-ps: ps-recursive
-
-ps-am:
-
-uninstall-am: uninstall-includeHEADERS uninstall-pkgdataincludeHEADERS
-
-.MAKE: $(am__recursive_targets) install-am install-strip
-
-.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
-	check-am clean clean-generic clean-libtool cscopelist-am ctags \
-	ctags-am distclean distclean-generic distclean-libtool \
-	distclean-tags distdir dvi dvi-am html html-am info info-am \
-	install install-am install-data install-data-am install-dvi \
-	install-dvi-am install-exec install-exec-am install-html \
-	install-html-am install-includeHEADERS install-info \
-	install-info-am install-man install-pdf install-pdf-am \
-	install-pkgdataincludeHEADERS install-ps install-ps-am \
-	install-strip installcheck installcheck-am installdirs \
-	installdirs-am maintainer-clean maintainer-clean-generic \
-	mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
-	ps ps-am tags tags-am uninstall uninstall-am \
-	uninstall-includeHEADERS uninstall-pkgdataincludeHEADERS
-
-.PRECIOUS: Makefile
-
-
-# Tell versions [3.59,3.63) of GNU make to not export all variables.
-# Otherwise a system limit (for SysV at least) may be exceeded.
-.NOEXPORT:
diff --git a/include/OpenCL/Makefile.am b/include/OpenCL/Makefile.am
deleted file mode 100644
index 0ca4dae..0000000
--- a/include/OpenCL/Makefile.am
+++ /dev/null
@@ -1,30 +0,0 @@
-# Process this file with automake to produce Makefile.in (in this,
-# and all subdirectories).
-# Makefile.am for pocl/include/CL.
-# 
-# Copyright (c) 2011 Universidad Rey Juan Carlos
-# 
-# Permission is hereby granted, free of charge, to any person obtaining a copy
-# of this software and associated documentation files (the "Software"), to deal
-# in the Software without restriction, including without limitation the rights
-# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-# copies of the Software, and to permit persons to whom the Software is
-# furnished to do so, subject to the following conditions:
-# 
-# The above copyright notice and this permission notice shall be included in
-# all copies or substantial portions of the Software.
-# 
-# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-# THE SOFTWARE.
-
-if INSTALL_OPENCL_HEADERS
-library_includedir = $(includedir)/OpenCL
-library_include_HEADERS = cl.h cl_ext.h			\
-                          cl_gl.h cl_gl_ext.h		\
-                          cl_platform.h opencl.h cl.hpp
-endif
diff --git a/include/OpenCL/Makefile.in b/include/OpenCL/Makefile.in
deleted file mode 100644
index c5f4198..0000000
--- a/include/OpenCL/Makefile.in
+++ /dev/null
@@ -1,678 +0,0 @@
-# Makefile.in generated by automake 1.15 from Makefile.am.
-# @configure_input@
-
-# Copyright (C) 1994-2014 Free Software Foundation, Inc.
-
-# This Makefile.in is free software; the Free Software Foundation
-# gives unlimited permission to copy and/or distribute it,
-# with or without modifications, as long as this notice is preserved.
-
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
-# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
-# PARTICULAR PURPOSE.
-
- at SET_MAKE@
-
-# Process this file with automake to produce Makefile.in (in this,
-# and all subdirectories).
-# Makefile.am for pocl/include/CL.
-# 
-# Copyright (c) 2011 Universidad Rey Juan Carlos
-# 
-# Permission is hereby granted, free of charge, to any person obtaining a copy
-# of this software and associated documentation files (the "Software"), to deal
-# in the Software without restriction, including without limitation the rights
-# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-# copies of the Software, and to permit persons to whom the Software is
-# furnished to do so, subject to the following conditions:
-# 
-# The above copyright notice and this permission notice shall be included in
-# all copies or substantial portions of the Software.
-# 
-# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-# THE SOFTWARE.
-
-VPATH = @srcdir@
-am__is_gnu_make = { \
-  if test -z '$(MAKELEVEL)'; then \
-    false; \
-  elif test -n '$(MAKE_HOST)'; then \
-    true; \
-  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
-    true; \
-  else \
-    false; \
-  fi; \
-}
-am__make_running_with_option = \
-  case $${target_option-} in \
-      ?) ;; \
-      *) echo "am__make_running_with_option: internal error: invalid" \
-              "target option '$${target_option-}' specified" >&2; \
-         exit 1;; \
-  esac; \
-  has_opt=no; \
-  sane_makeflags=$$MAKEFLAGS; \
-  if $(am__is_gnu_make); then \
-    sane_makeflags=$$MFLAGS; \
-  else \
-    case $$MAKEFLAGS in \
-      *\\[\ \	]*) \
-        bs=\\; \
-        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
-          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
-    esac; \
-  fi; \
-  skip_next=no; \
-  strip_trailopt () \
-  { \
-    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
-  }; \
-  for flg in $$sane_makeflags; do \
-    test $$skip_next = yes && { skip_next=no; continue; }; \
-    case $$flg in \
-      *=*|--*) continue;; \
-        -*I) strip_trailopt 'I'; skip_next=yes;; \
-      -*I?*) strip_trailopt 'I';; \
-        -*O) strip_trailopt 'O'; skip_next=yes;; \
-      -*O?*) strip_trailopt 'O';; \
-        -*l) strip_trailopt 'l'; skip_next=yes;; \
-      -*l?*) strip_trailopt 'l';; \
-      -[dEDm]) skip_next=yes;; \
-      -[JT]) skip_next=yes;; \
-    esac; \
-    case $$flg in \
-      *$$target_option*) has_opt=yes; break;; \
-    esac; \
-  done; \
-  test $$has_opt = yes
-am__make_dryrun = (target_option=n; $(am__make_running_with_option))
-am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
-pkgdatadir = $(datadir)/@PACKAGE@
-pkgincludedir = $(includedir)/@PACKAGE@
-pkglibdir = $(libdir)/@PACKAGE@
-pkglibexecdir = $(libexecdir)/@PACKAGE@
-am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
-install_sh_DATA = $(install_sh) -c -m 644
-install_sh_PROGRAM = $(install_sh) -c
-install_sh_SCRIPT = $(install_sh) -c
-INSTALL_HEADER = $(INSTALL_DATA)
-transform = $(program_transform_name)
-NORMAL_INSTALL = :
-PRE_INSTALL = :
-POST_INSTALL = :
-NORMAL_UNINSTALL = :
-PRE_UNINSTALL = :
-POST_UNINSTALL = :
-build_triplet = @build@
-host_triplet = @host@
-target_triplet = @target@
-subdir = include/OpenCL
-ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
-am__aclocal_m4_deps = $(top_srcdir)/m4/ax_boost_base.m4 \
-	$(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
-	$(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
-	$(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/acinclude.m4 \
-	$(top_srcdir)/configure.ac
-am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
-	$(ACLOCAL_M4)
-DIST_COMMON = $(srcdir)/Makefile.am \
-	$(am__library_include_HEADERS_DIST) $(am__DIST_COMMON)
-mkinstalldirs = $(install_sh) -d
-CONFIG_HEADER = $(top_builddir)/config.h
-CONFIG_CLEAN_FILES =
-CONFIG_CLEAN_VPATH_FILES =
-AM_V_P = $(am__v_P_ at AM_V@)
-am__v_P_ = $(am__v_P_ at AM_DEFAULT_V@)
-am__v_P_0 = false
-am__v_P_1 = :
-AM_V_GEN = $(am__v_GEN_ at AM_V@)
-am__v_GEN_ = $(am__v_GEN_ at AM_DEFAULT_V@)
-am__v_GEN_0 = @echo "  GEN     " $@;
-am__v_GEN_1 = 
-AM_V_at = $(am__v_at_ at AM_V@)
-am__v_at_ = $(am__v_at_ at AM_DEFAULT_V@)
-am__v_at_0 = @
-am__v_at_1 = 
-SOURCES =
-DIST_SOURCES =
-am__can_run_installinfo = \
-  case $$AM_UPDATE_INFO_DIR in \
-    n|no|NO) false;; \
-    *) (install-info --version) >/dev/null 2>&1;; \
-  esac
-am__library_include_HEADERS_DIST = cl.h cl_ext.h cl_gl.h cl_gl_ext.h \
-	cl_platform.h opencl.h cl.hpp
-am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
-am__vpath_adj = case $$p in \
-    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
-    *) f=$$p;; \
-  esac;
-am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
-am__install_max = 40
-am__nobase_strip_setup = \
-  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
-am__nobase_strip = \
-  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
-am__nobase_list = $(am__nobase_strip_setup); \
-  for p in $$list; do echo "$$p $$p"; done | \
-  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
-  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
-    if (++n[$$2] == $(am__install_max)) \
-      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
-    END { for (dir in files) print dir, files[dir] }'
-am__base_list = \
-  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
-  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
-am__uninstall_files_from_dir = { \
-  test -z "$$files" \
-    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
-    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
-         $(am__cd) "$$dir" && rm -f $$files; }; \
-  }
-am__installdirs = "$(DESTDIR)$(library_includedir)"
-HEADERS = $(library_include_HEADERS)
-am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
-# Read a list of newline-separated strings from the standard input,
-# and print each of them once, without duplicates.  Input order is
-# *not* preserved.
-am__uniquify_input = $(AWK) '\
-  BEGIN { nonempty = 0; } \
-  { items[$$0] = 1; nonempty = 1; } \
-  END { if (nonempty) { for (i in items) print i; }; } \
-'
-# Make sure the list of sources is unique.  This is necessary because,
-# e.g., the same source file might be shared among _SOURCES variables
-# for different programs/libraries.
-am__define_uniq_tagged_files = \
-  list='$(am__tagged_files)'; \
-  unique=`for i in $$list; do \
-    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
-  done | $(am__uniquify_input)`
-ETAGS = etags
-CTAGS = ctags
-am__DIST_COMMON = $(srcdir)/Makefile.in
-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
-ACLOCAL = @ACLOCAL@
-AMTAR = @AMTAR@
-AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
-AR = @AR@
-AUTOCONF = @AUTOCONF@
-AUTOHEADER = @AUTOHEADER@
-AUTOMAKE = @AUTOMAKE@
-AWK = @AWK@
-BOOST_CPPFLAGS = @BOOST_CPPFLAGS@
-BOOST_LDFLAGS = @BOOST_LDFLAGS@
-BUILD_TIMESTAMP = @BUILD_TIMESTAMP@
-CC = @CC@
-CCDEPMODE = @CCDEPMODE@
-CFLAGS = @CFLAGS@
-CLANG = @CLANG@
-CLANGXX = @CLANGXX@
-CLANGXX_FLAGS = @CLANGXX_FLAGS@
-CLFLAGS = @CLFLAGS@
-CPP = @CPP@
-CPPFLAGS = @CPPFLAGS@
-CXX = @CXX@
-CXXCPP = @CXXCPP@
-CXXDEPMODE = @CXXDEPMODE@
-CXXFLAGS = @CXXFLAGS@
-CYGPATH_W = @CYGPATH_W@
-DEFS = @DEFS@
-DEPDIR = @DEPDIR@
-DLLTOOL = @DLLTOOL@
-DSYMUTIL = @DSYMUTIL@
-DUMPBIN = @DUMPBIN@
-ECHO_C = @ECHO_C@
-ECHO_N = @ECHO_N@
-ECHO_T = @ECHO_T@
-EGREP = @EGREP@
-EXEEXT = @EXEEXT@
-FGREP = @FGREP@
-FORCED_CLFLAGS = @FORCED_CLFLAGS@
-GLEW_CFLAGS = @GLEW_CFLAGS@
-GLEW_LIBS = @GLEW_LIBS@
-GREP = @GREP@
-HOST = @HOST@
-HOST_AS_FLAGS = @HOST_AS_FLAGS@
-HOST_CLANG_FLAGS = @HOST_CLANG_FLAGS@
-HOST_CPU = @HOST_CPU@
-HOST_DEVICE_EXTENSION_DEFINES = @HOST_DEVICE_EXTENSION_DEFINES@
-HOST_LD_FLAGS = @HOST_LD_FLAGS@
-HOST_LLC_FLAGS = @HOST_LLC_FLAGS@
-HOST_SIZEOF_DOUBLE = @HOST_SIZEOF_DOUBLE@
-HOST_SIZEOF_HALF = @HOST_SIZEOF_HALF@
-HOST_SIZEOF_LONG = @HOST_SIZEOF_LONG@
-HOST_SIZEOF_VOID_P = @HOST_SIZEOF_VOID_P@
-HSAILASM = @HSAILASM@
-HSA_DEVICE_EXTENSION_DEFINES = @HSA_DEVICE_EXTENSION_DEFINES@
-HSA_INCLUDES = @HSA_INCLUDES@
-HSA_LIBS = @HSA_LIBS@
-HWLOC_CFLAGS = @HWLOC_CFLAGS@
-HWLOC_LIBS = @HWLOC_LIBS@
-ICD_LD_FLAGS = @ICD_LD_FLAGS@
-INSTALL = @INSTALL@
-INSTALL_DATA = @INSTALL_DATA@
-INSTALL_PROGRAM = @INSTALL_PROGRAM@
-INSTALL_SCRIPT = @INSTALL_SCRIPT@
-INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
-KERNEL_COMPILER_LIB_VERSION = @KERNEL_COMPILER_LIB_VERSION@
-LD = @LD@
-LDFLAGS = @LDFLAGS@
-LD_FLAGS_BIN = @LD_FLAGS_BIN@
-LIBOBJS = @LIBOBJS@
-LIBRARY_SUFFIX = @LIBRARY_SUFFIX@
-LIBS = @LIBS@
-LIBTOOL = @LIBTOOL@
-LIB_AGE_VERSION = @LIB_AGE_VERSION@
-LIB_CURRENT_VERSION = @LIB_CURRENT_VERSION@
-LIB_FIRST_VERSION = @LIB_FIRST_VERSION@
-LIB_REVISION_VERSION = @LIB_REVISION_VERSION@
-LIB_VERSION = @LIB_VERSION@
-LIPO = @LIPO@
-LLC = @LLC@
-LLVM_AS = @LLVM_AS@
-LLVM_CONFIG = @LLVM_CONFIG@
-LLVM_CXX_FLAGS = @LLVM_CXX_FLAGS@
-LLVM_LDFLAGS = @LLVM_LDFLAGS@
-LLVM_LIBS = @LLVM_LIBS@
-LLVM_LINK = @LLVM_LINK@
-LLVM_OPT = @LLVM_OPT@
-LLVM_VERSION = @LLVM_VERSION@
-LN_S = @LN_S@
-LTDL_LIBS = @LTDL_LIBS@
-LTLIBOBJS = @LTLIBOBJS@
-LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
-MAKEINFO = @MAKEINFO@
-MANIFEST_TOOL = @MANIFEST_TOOL@
-MKDIR_P = @MKDIR_P@
-NM = @NM@
-NMEDIT = @NMEDIT@
-OBJDUMP = @OBJDUMP@
-OBJEXT = @OBJEXT@
-OCL_ICD_CFLAGS = @OCL_ICD_CFLAGS@
-OCL_ICD_LIBS = @OCL_ICD_LIBS@
-OCL_KERNEL_ARCH = @OCL_KERNEL_ARCH@
-OCL_KERNEL_TARGET = @OCL_KERNEL_TARGET@
-OCL_KERNEL_TARGET_CPU = @OCL_KERNEL_TARGET_CPU@
-OCL_TARGETS = @OCL_TARGETS@
-OPENCL_CFLAGS = @OPENCL_CFLAGS@
-OPENCL_CMAKE = @OPENCL_CMAKE@
-OPENCL_EXTLIBS = @OPENCL_EXTLIBS@
-OPENCL_LIBS = @OPENCL_LIBS@
-OPT = @OPT@
-OTOOL = @OTOOL@
-OTOOL64 = @OTOOL64@
-PACKAGE = @PACKAGE@
-PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
-PACKAGE_NAME = @PACKAGE_NAME@
-PACKAGE_STRING = @PACKAGE_STRING@
-PACKAGE_TARNAME = @PACKAGE_TARNAME@
-PACKAGE_URL = @PACKAGE_URL@
-PACKAGE_VERSION = @PACKAGE_VERSION@
-PATH_SEPARATOR = @PATH_SEPARATOR@
-PKG_CONFIG = @PKG_CONFIG@
-PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
-PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
-POAT_TESTSUITES = @POAT_TESTSUITES@
-POCL_DEVICE_ADDRESS_BITS = @POCL_DEVICE_ADDRESS_BITS@
-PTHREAD_CC = @PTHREAD_CC@
-PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
-PTHREAD_LIBS = @PTHREAD_LIBS@
-RANLIB = @RANLIB@
-SDL_CFLAGS = @SDL_CFLAGS@
-SDL_LIBS = @SDL_LIBS@
-SED = @SED@
-SET_MAKE = @SET_MAKE@
-SHELL = @SHELL@
-STRIP = @STRIP@
-TARGET = @TARGET@
-TARGET_CLANG_FLAGS = @TARGET_CLANG_FLAGS@
-TARGET_CPU = @TARGET_CPU@
-TARGET_LLC_FLAGS = @TARGET_LLC_FLAGS@
-TARGET_SIZEOF_DOUBLE = @TARGET_SIZEOF_DOUBLE@
-TARGET_SIZEOF_HALF = @TARGET_SIZEOF_HALF@
-TARGET_SIZEOF_LONG = @TARGET_SIZEOF_LONG@
-TARGET_SIZEOF_VOID_P = @TARGET_SIZEOF_VOID_P@
-TCECC = @TCECC@
-TCEMC_AVAILABLE = @TCEMC_AVAILABLE@
-TCE_AVAILABLE = @TCE_AVAILABLE@
-TCE_CONFIG = @TCE_CONFIG@
-TCE_DEVICE_EXTENSION_DEFINES = @TCE_DEVICE_EXTENSION_DEFINES@
-VERSION = @VERSION@
-abs_builddir = @abs_builddir@
-abs_srcdir = @abs_srcdir@
-abs_top_builddir = @abs_top_builddir@
-abs_top_srcdir = @abs_top_srcdir@
-ac_ct_AR = @ac_ct_AR@
-ac_ct_CC = @ac_ct_CC@
-ac_ct_CXX = @ac_ct_CXX@
-ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
-acx_pthread_config = @acx_pthread_config@
-am__include = @am__include@
-am__leading_dot = @am__leading_dot@
-am__quote = @am__quote@
-am__tar = @am__tar@
-am__untar = @am__untar@
-bindir = @bindir@
-build = @build@
-build_alias = @build_alias@
-build_cpu = @build_cpu@
-build_os = @build_os@
-build_vendor = @build_vendor@
-builddir = @builddir@
-datadir = @datadir@
-datarootdir = @datarootdir@
-docdir = @docdir@
-dvidir = @dvidir@
-exec_prefix = @exec_prefix@
-host = @host@
-host_alias = @host_alias@
-host_cpu = @host_cpu@
-host_os = @host_os@
-host_vendor = @host_vendor@
-htmldir = @htmldir@
-includedir = @includedir@
-infodir = @infodir@
-install_sh = @install_sh@
-libdir = @libdir@
-libexecdir = @libexecdir@
-localedir = @localedir@
-localstatedir = @localstatedir@
-mandir = @mandir@
-mkdir_p = @mkdir_p@
-oldincludedir = @oldincludedir@
-pdfdir = @pdfdir@
-prefix = @prefix@
-program_transform_name = @program_transform_name@
-psdir = @psdir@
-sbindir = @sbindir@
-sharedstatedir = @sharedstatedir@
-srcdir = @srcdir@
-sysconfdir = @sysconfdir@
-target = @target@
-target_alias = @target_alias@
-target_cpu = @target_cpu@
-target_os = @target_os@
-target_vendor = @target_vendor@
-top_build_prefix = @top_build_prefix@
-top_builddir = @top_builddir@
-top_srcdir = @top_srcdir@
- at INSTALL_OPENCL_HEADERS_TRUE@library_includedir = $(includedir)/OpenCL
- at INSTALL_OPENCL_HEADERS_TRUE@library_include_HEADERS = cl.h cl_ext.h			\
- at INSTALL_OPENCL_HEADERS_TRUE@                          cl_gl.h cl_gl_ext.h		\
- at INSTALL_OPENCL_HEADERS_TRUE@                          cl_platform.h opencl.h cl.hpp
-
-all: all-am
-
-.SUFFIXES:
-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
-	@for dep in $?; do \
-	  case '$(am__configure_deps)' in \
-	    *$$dep*) \
-	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
-	        && { if test -f $@; then exit 0; else break; fi; }; \
-	      exit 1;; \
-	  esac; \
-	done; \
-	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign include/OpenCL/Makefile'; \
-	$(am__cd) $(top_srcdir) && \
-	  $(AUTOMAKE) --foreign include/OpenCL/Makefile
-Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
-	@case '$?' in \
-	  *config.status*) \
-	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
-	  *) \
-	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
-	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
-	esac;
-
-$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
-	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-
-$(top_srcdir)/configure:  $(am__configure_deps)
-	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
-	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-$(am__aclocal_m4_deps):
-
-mostlyclean-libtool:
-	-rm -f *.lo
-
-clean-libtool:
-	-rm -rf .libs _libs
-install-library_includeHEADERS: $(library_include_HEADERS)
-	@$(NORMAL_INSTALL)
-	@list='$(library_include_HEADERS)'; test -n "$(library_includedir)" || list=; \
-	if test -n "$$list"; then \
-	  echo " $(MKDIR_P) '$(DESTDIR)$(library_includedir)'"; \
-	  $(MKDIR_P) "$(DESTDIR)$(library_includedir)" || exit 1; \
-	fi; \
-	for p in $$list; do \
-	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
-	  echo "$$d$$p"; \
-	done | $(am__base_list) | \
-	while read files; do \
-	  echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(library_includedir)'"; \
-	  $(INSTALL_HEADER) $$files "$(DESTDIR)$(library_includedir)" || exit $$?; \
-	done
-
-uninstall-library_includeHEADERS:
-	@$(NORMAL_UNINSTALL)
-	@list='$(library_include_HEADERS)'; test -n "$(library_includedir)" || list=; \
-	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
-	dir='$(DESTDIR)$(library_includedir)'; $(am__uninstall_files_from_dir)
-
-ID: $(am__tagged_files)
-	$(am__define_uniq_tagged_files); mkid -fID $$unique
-tags: tags-am
-TAGS: tags
-
-tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
-	set x; \
-	here=`pwd`; \
-	$(am__define_uniq_tagged_files); \
-	shift; \
-	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
-	  test -n "$$unique" || unique=$$empty_fix; \
-	  if test $$# -gt 0; then \
-	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
-	      "$$@" $$unique; \
-	  else \
-	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
-	      $$unique; \
-	  fi; \
-	fi
-ctags: ctags-am
-
-CTAGS: ctags
-ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
-	$(am__define_uniq_tagged_files); \
-	test -z "$(CTAGS_ARGS)$$unique" \
-	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
-	     $$unique
-
-GTAGS:
-	here=`$(am__cd) $(top_builddir) && pwd` \
-	  && $(am__cd) $(top_srcdir) \
-	  && gtags -i $(GTAGS_ARGS) "$$here"
-cscopelist: cscopelist-am
-
-cscopelist-am: $(am__tagged_files)
-	list='$(am__tagged_files)'; \
-	case "$(srcdir)" in \
-	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
-	  *) sdir=$(subdir)/$(srcdir) ;; \
-	esac; \
-	for i in $$list; do \
-	  if test -f "$$i"; then \
-	    echo "$(subdir)/$$i"; \
-	  else \
-	    echo "$$sdir/$$i"; \
-	  fi; \
-	done >> $(top_builddir)/cscope.files
-
-distclean-tags:
-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
-
-distdir: $(DISTFILES)
-	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
-	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
-	list='$(DISTFILES)'; \
-	  dist_files=`for file in $$list; do echo $$file; done | \
-	  sed -e "s|^$$srcdirstrip/||;t" \
-	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
-	case $$dist_files in \
-	  */*) $(MKDIR_P) `echo "$$dist_files" | \
-			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
-			   sort -u` ;; \
-	esac; \
-	for file in $$dist_files; do \
-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
-	  if test -d $$d/$$file; then \
-	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
-	    if test -d "$(distdir)/$$file"; then \
-	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
-	    fi; \
-	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
-	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
-	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
-	    fi; \
-	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
-	  else \
-	    test -f "$(distdir)/$$file" \
-	    || cp -p $$d/$$file "$(distdir)/$$file" \
-	    || exit 1; \
-	  fi; \
-	done
-check-am: all-am
-check: check-am
-all-am: Makefile $(HEADERS)
-installdirs:
-	for dir in "$(DESTDIR)$(library_includedir)"; do \
-	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
-	done
-install: install-am
-install-exec: install-exec-am
-install-data: install-data-am
-uninstall: uninstall-am
-
-install-am: all-am
-	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
-
-installcheck: installcheck-am
-install-strip:
-	if test -z '$(STRIP)'; then \
-	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
-	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
-	      install; \
-	else \
-	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
-	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
-	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
-	fi
-mostlyclean-generic:
-
-clean-generic:
-
-distclean-generic:
-	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
-	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
-
-maintainer-clean-generic:
-	@echo "This command is intended for maintainers to use"
-	@echo "it deletes files that may require special tools to rebuild."
-clean: clean-am
-
-clean-am: clean-generic clean-libtool mostlyclean-am
-
-distclean: distclean-am
-	-rm -f Makefile
-distclean-am: clean-am distclean-generic distclean-tags
-
-dvi: dvi-am
-
-dvi-am:
-
-html: html-am
-
-html-am:
-
-info: info-am
-
-info-am:
-
-install-data-am: install-library_includeHEADERS
-
-install-dvi: install-dvi-am
-
-install-dvi-am:
-
-install-exec-am:
-
-install-html: install-html-am
-
-install-html-am:
-
-install-info: install-info-am
-
-install-info-am:
-
-install-man:
-
-install-pdf: install-pdf-am
-
-install-pdf-am:
-
-install-ps: install-ps-am
-
-install-ps-am:
-
-installcheck-am:
-
-maintainer-clean: maintainer-clean-am
-	-rm -f Makefile
-maintainer-clean-am: distclean-am maintainer-clean-generic
-
-mostlyclean: mostlyclean-am
-
-mostlyclean-am: mostlyclean-generic mostlyclean-libtool
-
-pdf: pdf-am
-
-pdf-am:
-
-ps: ps-am
-
-ps-am:
-
-uninstall-am: uninstall-library_includeHEADERS
-
-.MAKE: install-am install-strip
-
-.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
-	clean-libtool cscopelist-am ctags ctags-am distclean \
-	distclean-generic distclean-libtool distclean-tags distdir dvi \
-	dvi-am html html-am info info-am install install-am \
-	install-data install-data-am install-dvi install-dvi-am \
-	install-exec install-exec-am install-html install-html-am \
-	install-info install-info-am install-library_includeHEADERS \
-	install-man install-pdf install-pdf-am install-ps \
-	install-ps-am install-strip installcheck installcheck-am \
-	installdirs maintainer-clean maintainer-clean-generic \
-	mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
-	ps ps-am tags tags-am uninstall uninstall-am \
-	uninstall-library_includeHEADERS
-
-.PRECIOUS: Makefile
-
-
-# Tell versions [3.59,3.63) of GNU make to not export all variables.
-# Otherwise a system limit (for SysV at least) may be exceeded.
-.NOEXPORT:
diff --git a/include/_enable_all_exts.h b/include/_enable_all_exts.h
new file mode 100644
index 0000000..26d4b9a
--- /dev/null
+++ b/include/_enable_all_exts.h
@@ -0,0 +1,50 @@
+
+/* Enable all extensions known to pocl, which a device supports.
+ * This is required at the start of include/_kernel.h for prototypes,
+ * then at kernel lib compilation phase (because _kernel.h disables
+ * everything at the end).
+ */
+
+// OpenCL 1.0-only extensions
+
+#if (__OPENCL_C_VERSION__ < 110)
+
+#ifdef cl_khr_global_int32_base_atomics
+#  pragma OPENCL EXTENSION cl_khr_global_int32_base_atomics : enable
+#endif
+
+#ifdef cl_khr_global_int32_extended_atomics
+#  pragma OPENCL EXTENSION cl_khr_global_int32_extended_atomics : enable
+#endif
+
+#ifdef cl_khr_local_int32_base_atomics
+#  pragma OPENCL EXTENSION cl_khr_local_int32_base_atomics : enable
+#endif
+
+#ifdef cl_khr_local_int32_extended_atomics
+#  pragma OPENCL EXTENSION cl_khr_local_int32_extended_atomics : enable
+#endif
+
+#ifdef cl_khr_byte_addressable_store
+#  pragma OPENCL EXTENSION cl_khr_byte_addressable_store : enable
+#endif
+
+#endif
+
+
+/* all versions */
+#ifdef cl_khr_fp16
+#  pragma OPENCL EXTENSION cl_khr_fp16: enable
+#endif
+
+#ifdef cl_khr_fp64
+#  pragma OPENCL EXTENSION cl_khr_fp64: enable
+#endif
+
+#ifdef cl_khr_int64_base_atomics
+#  pragma OPENCL EXTENSION cl_khr_int64_base_atomics : enable
+#endif
+
+#ifdef cl_khr_int64_extended_atomics
+#  pragma OPENCL EXTENSION cl_khr_int64_extended_atomics : enable
+#endif
diff --git a/include/_kernel.h b/include/_kernel.h
index f90bc50..940850a 100644
--- a/include/_kernel.h
+++ b/include/_kernel.h
@@ -1,8 +1,8 @@
 /* pocl/_kernel.h - OpenCL types and runtime library
-   functions declarations.
+   functions declarations. This should be included only from OpenCL C files.
 
    Copyright (c) 2011 Universidad Rey Juan Carlos
-   Copyright (c) 2011-2013 Pekka Jääskeläinen / TUT
+   Copyright (c) 2011-2017 Pekka Jääskeläinen / TUT
    Copyright (c) 2011-2013 Erik Schnetter <eschnetter at perimeterinstitute.ca>
                            Perimeter Institute for Theoretical Physics
    
@@ -25,9 +25,6 @@
    THE SOFTWARE.
 */
 
-/* Language feature detection */
-#include "_kernel_c.h"
-
 /* If the -cl-std build option is not specified, the highest OpenCL C 1.x
  * language version supported by each device is used as the version of
  * OpenCL C when compiling the program for each device.
@@ -52,6 +49,12 @@
 #define CL_VERSION_2_0 200
 #endif
 
+#include "_enable_all_exts.h"
+
+/* Language feature detection */
+/* must come after _enable_all_exts.h b/c of pocl_types.h*/
+#include "_kernel_c.h"
+
 /* Enable double precision. This should really only be done when
    building the run-time library; when building application code, we
    should instead check a macro to see whether the application has
@@ -62,12 +65,6 @@
    only. Seems the pragma does not add the macro, so we have the target
    define the macro and the pragma is conditionally enabled.
 */
-#ifdef cl_khr_fp16
-#  pragma OPENCL EXTENSION cl_khr_fp16: enable
-#endif
-#ifdef cl_khr_fp64
-#  pragma OPENCL EXTENSION cl_khr_fp64: enable
-#endif
 
 /* Define some feature test macros to help write generic code */
 #ifdef cl_khr_int64
@@ -88,14 +85,12 @@
 
 #ifdef cl_khr_int64_base_atomics
 #define __IF_BA64(x) x
-#pragma OPENCL EXTENSION cl_khr_int64_base_atomics : enable
 #else
 #define __IF_BA64(x)
 #endif
 
 #ifdef cl_khr_int64_extended_atomics
 #define __IF_EA64(x) x
-#pragma OPENCL EXTENSION cl_khr_int64_extended_atomics : enable
 #else
 #define __IF_EA64(x)
 #endif
@@ -2174,7 +2169,7 @@ _CL_DECLARE_ATOMICS64(__local , ulong)
 
 /* OpenCL 2.0 Atomics */
 
-#if (__clang_major__ == 3) && (__clang_minor__ >= 7)
+#if ((__clang_major__ >= 4) || (__clang_major__ == 3) && (__clang_minor__ >= 7))
 
 #if (__OPENCL_C_VERSION__ > 199) && (__OPENCL_VERSION__ > 199)
 
@@ -2300,17 +2295,13 @@ _CL_DECLARE_SHUFFLE_MN(ulong , ulong ))
 __IF_FP64(
 _CL_DECLARE_SHUFFLE_MN(double, ulong ))
 
-
 // We provide our own printf
 // Note: We declare our printf as taking a constant format string, but
 // we implement it in C using a const format string (i.e. a format
 // string living in a different address space). This works only if all
 // address spaces are actually the same, e.g. on CPUs.
-// Note: We cannot use __attribute__((format(printf, 1, 2))), since
-// Clang doesn't support the OpenCL C format specifiers yet.
-int _cl_printf(constant char* restrict format, ...);
-#define printf _cl_printf
-
+int __cl_printf(constant char* restrict format, ...);
+#define printf __cl_printf
 
 /* Async Copies from Global to Local Memory, Local to
    Global Memory, and Prefetch */
@@ -2352,3 +2343,135 @@ __IF_FP16(_CL_DECLARE_ASYNC_COPY_FUNCS_SINGLE(half));
 _CL_DECLARE_ASYNC_COPY_FUNCS(float);
 __IF_FP64(_CL_DECLARE_ASYNC_COPY_FUNCS(double));
 
+
+#define _CL_DECLARE_PREFETCH_FUNCS_SINGLE(GENTYPE) \
+  _CL_OVERLOADABLE \
+  void prefetch (const __global GENTYPE *p, size_t num_gentypes);
+
+#define _CL_DECLARE_PREFETCH_FUNCS(GENTYPE)       \
+  _CL_DECLARE_PREFETCH_FUNCS_SINGLE(GENTYPE)      \
+  _CL_DECLARE_PREFETCH_FUNCS_SINGLE(GENTYPE##2)   \
+  _CL_DECLARE_PREFETCH_FUNCS_SINGLE(GENTYPE##3)   \
+  _CL_DECLARE_PREFETCH_FUNCS_SINGLE(GENTYPE##4)   \
+  _CL_DECLARE_PREFETCH_FUNCS_SINGLE(GENTYPE##8)   \
+  _CL_DECLARE_PREFETCH_FUNCS_SINGLE(GENTYPE##16)  \
+
+_CL_DECLARE_PREFETCH_FUNCS(char);
+_CL_DECLARE_PREFETCH_FUNCS(uchar);
+_CL_DECLARE_PREFETCH_FUNCS(short);
+_CL_DECLARE_PREFETCH_FUNCS(ushort);
+_CL_DECLARE_PREFETCH_FUNCS(int);
+_CL_DECLARE_PREFETCH_FUNCS(uint);
+__IF_INT64(_CL_DECLARE_PREFETCH_FUNCS(long));
+__IF_INT64(_CL_DECLARE_PREFETCH_FUNCS(ulong));
+__IF_FP16(_CL_DECLARE_PREFETCH_FUNCS(half));
+_CL_DECLARE_PREFETCH_FUNCS(float);
+__IF_FP64(_CL_DECLARE_PREFETCH_FUNCS(double));
+
+/* read_imagef 2d functions*/
+float4 _CL_OVERLOADABLE read_imagef (image2d_t image, sampler_t sampler,
+                                     int2 coord);
+/* float coords not implemented yet
+float4 _CL_OVERLOADABLE read_imagef (image2d_t image, sampler_t sampler,
+                                     float2 coord);
+*/
+
+float4 _CL_OVERLOADABLE read_imagef (image2d_t image, int2 coord);
+
+float4 _CL_OVERLOADABLE read_imagef (image2d_array_t image, int4 coord);
+
+float4 _CL_OVERLOADABLE read_imagef (image2d_array_t image, sampler_t sampler,
+                                     int4 coord);
+
+/*float coords not immplemented yet
+float4 _CL_OVERLOADABLE read_imagef (image2d_array_t image, sampler_t sampler,
+                                     float4 coord);
+*/
+
+/* read_imagef 3d functions*/
+float4 _CL_OVERLOADABLE read_imagef (image3d_t image, sampler_t sampler,
+                                     int4 coord);
+
+/* read_imageui 2d functions*/
+uint4 _CL_OVERLOADABLE read_imageui (image2d_t image, sampler_t sampler,
+                                     int2 coord);
+
+uint4 _CL_OVERLOADABLE read_imageui (image2d_t image, sampler_t sampler, 
+                                     int4 coord);
+
+uint4 _CL_OVERLOADABLE read_imageui (image3d_t image, sampler_t sampler, 
+                                     int4 coord);
+
+int4 _CL_OVERLOADABLE read_imagei (image2d_t image, sampler_t sampler, 
+                                   int2 coord);
+
+
+void _CL_OVERLOADABLE write_imagei (IMG_WRITE_AQ image2d_t image, int2 coord, int4 color);
+
+void _CL_OVERLOADABLE write_imageui (IMG_WRITE_AQ image2d_t image, int2 coord, uint4 color);
+
+
+
+void _CL_OVERLOADABLE write_imagef (IMG_WRITE_AQ image2d_t image, int2 coord,
+                                    float4 color);
+
+void _CL_OVERLOADABLE write_imagef (IMG_WRITE_AQ image3d_t image, int4 coord,
+                                    float4 color);
+
+/* not implemented 
+void _CL_OVERLOADABLE write_imagef (image2d_array_t image, int4 coord,
+                                    float4 color);
+
+void _CL_OVERLOADABLE write_imagei (image2d_array_t image, int4 coord,
+                                    int4 color);
+
+void _CL_OVERLOADABLE write_imageui (image2d_array_t image, int4 coord,
+                                     uint4 color);
+
+void _CL_OVERLOADABLE write_imagef (image1d_t image, int coord,
+                                    float4 color);
+
+void _CL_OVERLOADABLE write_imagei (image1d_t image, int coord,
+                                    int4 color);
+
+void _CL_OVERLOADABLE write_imageui (image1d_t image, int coord, 
+                                     uint4 color);
+
+void _CL_OVERLOADABLE write_imagef (image1d_buffer_t image, int coord, 
+                                    float4 color);
+
+void _CL_OVERLOADABLE write_imagei (image1d_buffer_t image, int coord,
+                                     int4 color);
+
+void _CL_OVERLOADABLE write_imageui (image1d_buffer_t image, int coord,
+                                     uint4 color);
+
+void _CL_OVERLOADABLE write_imagef (image1d_array_t image, int2 coord,
+                                    float4 color);
+
+void _CL_OVERLOADABLE write_imagei (image1d_array_t image, int2 coord,
+                                    int4 color);
+
+void _CL_OVERLOADABLE write_imageui (image1d_array_t image, int2 coord,
+                                     uint4 color);
+
+void _CL_OVERLOADABLE write_imageui (image3d_t image, int4 coord,
+                                     uint4 color);
+*/
+int _CL_OVERLOADABLE get_image_width (image1d_t image);
+int _CL_OVERLOADABLE get_image_width (image2d_t image);
+int _CL_OVERLOADABLE get_image_width (image3d_t image);
+
+int _CL_OVERLOADABLE get_image_height (image1d_t image);
+int _CL_OVERLOADABLE get_image_height (image2d_t image);
+int _CL_OVERLOADABLE get_image_height (image3d_t image);
+
+int _CL_OVERLOADABLE get_image_depth (image1d_t image);
+int _CL_OVERLOADABLE get_image_depth (image2d_t image);
+int _CL_OVERLOADABLE get_image_depth (image3d_t image);
+
+int2 _CL_OVERLOADABLE get_image_dim (image2d_t image);
+int2 _CL_OVERLOADABLE get_image_dim (image2d_array_t image);
+int4 _CL_OVERLOADABLE get_image_dim (image3d_t image);
+
+#pragma OPENCL EXTENSION all : disable
diff --git a/include/_kernel_c.h b/include/_kernel_c.h
index 36c7527..4c2c993 100644
--- a/include/_kernel_c.h
+++ b/include/_kernel_c.h
@@ -1,21 +1,21 @@
 /* pocl/_kernel_c.h - C compatible OpenCL types and runtime library
-   functions declarations.
+   functions declarations for kernel builtin implementations using C.
 
    Copyright (c) 2011 Universidad Rey Juan Carlos
    Copyright (c) 2011-2013 Pekka Jääskeläinen / TUT
    Copyright (c) 2011-2013 Erik Schnetter <eschnetter at perimeterinstitute.ca>
                            Perimeter Institute for Theoretical Physics
-   
+
    Permission is hereby granted, free of charge, to any person obtaining a copy
    of this software and associated documentation files (the "Software"), to deal
    in the Software without restriction, including without limitation the rights
    to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
    copies of the Software, and to permit persons to whom the Software is
    furnished to do so, subject to the following conditions:
-   
+
    The above copyright notice and this permission notice shall be included in
    all copies or substantial portions of the Software.
-   
+
    THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
    IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
    FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
@@ -33,6 +33,51 @@
 
 #include "pocl_types.h"
 
+#if (__clang_major__ == 3)
+# if (__clang_minor__ == 7)
+# undef LLVM_3_7
+# define LLVM_3_7
+#elif (__clang_minor__ == 8)
+# undef LLVM_3_8
+# define LLVM_3_8
+#elif (__clang_minor__ == 9)
+# undef LLVM_3_9
+# define LLVM_3_9
+#endif
+
+#elif (__clang_major__ == 4)
+
+# undef LLVM_4_0
+# define LLVM_4_0
+
+#else
+
+#error Unsupported Clang/LLVM version.
+
+#endif
+
+#if (defined LLVM_3_6)
+# define LLVM_OLDER_THAN_3_7 1
+# define LLVM_OLDER_THAN_3_8 1
+# define LLVM_OLDER_THAN_3_9 1
+# define LLVM_OLDER_THAN_4_0 1
+#endif
+
+#if (defined LLVM_3_7)
+# define LLVM_OLDER_THAN_3_8 1
+# define LLVM_OLDER_THAN_3_9 1
+# define LLVM_OLDER_THAN_4_0 1
+#endif
+
+#if (defined LLVM_3_8)
+# define LLVM_OLDER_THAN_3_9 1
+# define LLVM_OLDER_THAN_4_0 1
+#endif
+
+#if (defined LLVM_3_9)
+# define LLVM_OLDER_THAN_4_0 1
+#endif
+
 #include "_kernel_constants.h"
 
 /* Function/type attributes supported by Clang/SPIR */
@@ -106,7 +151,7 @@ typedef uint uint8  __attribute__((__ext_vector_type__(8)));
 typedef uint uint16 __attribute__((__ext_vector_type__(16)));
 
 #if defined(__CBUILD__) && defined(cl_khr_fp16)
-/* NOTE: the Clang's __fp16 does not work robustly in C mode, 
+/* NOTE: the Clang's __fp16 does not work robustly in C mode,
    it might produce invalid code at least with half vectors.
    Using the native 'half' type in OpenCL C mode works better. */
 typedef __fp16 half;
@@ -158,7 +203,7 @@ typedef ulong ulong16 __attribute__((__ext_vector_type__(16)));
    the default builtins we use C functions which require
    the typedefs to the actual underlying types.
 */
-#if defined(__CBUILD__)
+#if defined(__CBUILD__) && defined(CLANG_OLDER_THAN_3_9)
 typedef int sampler_t;
 
 /* Since some built-ins have different return types
@@ -169,6 +214,7 @@ typedef int sampler_t;
  * dev_image_t. The structs are not anonymous to allow identification
  * by name.
  */
+
 typedef struct _pocl_image2d_t { dev_image_t base; }* image2d_t;
 typedef struct _pocl_image3d_t { dev_image_t base; }* image3d_t;
 typedef struct _pocl_image1d_t { dev_image_t base; }* image1d_t;
@@ -177,88 +223,40 @@ typedef struct _pocl_image2d_array_t { dev_image_t base; }* image2d_array_t;
 typedef struct _pocl_image1d_array_t { dev_image_t base; }* image1d_array_t;
 #endif
 
+// 3.9 needs access qualifier
+// TODO: rw images
+#ifdef CLANG_OLDER_THAN_3_9
+#define IMG_WRITE_AQ
+#else
+#define IMG_WRITE_AQ __write_only
+#endif
 
-float4 _CL_OVERLOADABLE read_imagef (image2d_t image, sampler_t sampler,
-                                     int2 coord);
-
-float4 _CL_OVERLOADABLE read_imagef (image2d_t image, sampler_t sampler,
-                                     float2 coord);
-
-uint4 _CL_OVERLOADABLE read_imageui (image2d_t image, sampler_t sampler, 
-                                     int2 coord);
-
-uint4 _CL_OVERLOADABLE read_imageui (image2d_t image, sampler_t sampler, 
-                                     int4 coord);
-
-uint4 _CL_OVERLOADABLE read_imageui (image3d_t image, sampler_t sampler, 
-                                     int4 coord);
-
-int4 _CL_OVERLOADABLE read_imagei (image2d_t image, sampler_t sampler, 
-                                   int2 coord);
-
-
-void _CL_OVERLOADABLE write_imagei (image2d_t image, int2 coord, int4 color);
-
-void _CL_OVERLOADABLE write_imageui (image2d_t image, int2 coord, uint4 color);
-
-
-
-void _CL_OVERLOADABLE write_imagef (image2d_t image, int2 coord,
-                                    float4 color);
-/* not implemented 
-void _CL_OVERLOADABLE write_imagef (image2d_array_t image, int4 coord,
-                                    float4 color);
-
-void _CL_OVERLOADABLE write_imagei (image2d_array_t image, int4 coord,
-                                    int4 color);
-
-void _CL_OVERLOADABLE write_imageui (image2d_array_t image, int4 coord,
-                                     uint4 color);
-
-void _CL_OVERLOADABLE write_imagef (image1d_t image, int coord,
-                                    float4 color);
-
-void _CL_OVERLOADABLE write_imagei (image1d_t image, int coord,
-                                    int4 color);
-
-void _CL_OVERLOADABLE write_imageui (image1d_t image, int coord, 
-                                     uint4 color);
-
-void _CL_OVERLOADABLE write_imagef (image1d_buffer_t image, int coord, 
-                                    float4 color);
-
-void _CL_OVERLOADABLE write_imagei (image1d_buffer_t image, int coord,
-                                     int4 color);
-
-void _CL_OVERLOADABLE write_imageui (image1d_buffer_t image, int coord,
-                                     uint4 color);
-
-void _CL_OVERLOADABLE write_imagef (image1d_array_t image, int2 coord,
-                                    float4 color);
-
-void _CL_OVERLOADABLE write_imagei (image1d_array_t image, int2 coord,
-                                    int4 color);
-
-void _CL_OVERLOADABLE write_imageui (image1d_array_t image, int2 coord,
-                                     uint4 color);
+#ifdef POCL_USE_FAKE_ADDR_SPACE_IDS
+/*
+ * During pocl kernel compiler transformations we use the fixed address
+ * space ids of clang's -ffake-address-space-map to mark the different
+ * address spaces to keep the processing target-independent. These
+ * are converted to the target's address space map (if any), in a final
+ * kernel compiler pass (TargetAddressSpaces). This is deprecated and
+ * will go after https://reviews.llvm.org/D26157 is available in the
+ * oldest pocl supported LLVM version.
+ *
+ */
+#define POCL_ADDRESS_SPACE_PRIVATE 0
+#define POCL_ADDRESS_SPACE_GLOBAL 1
+#define POCL_ADDRESS_SPACE_LOCAL 2
+#define POCL_ADDRESS_SPACE_CONSTANT 3
+#define POCL_ADDRESS_SPACE_GENERIC 4
 
-void _CL_OVERLOADABLE write_imageui (image3d_t image, int4 coord,
-                                     uint4 color);
-*/
-int _CL_OVERLOADABLE get_image_width (image1d_t image);
-int _CL_OVERLOADABLE get_image_width (image2d_t image);
-int _CL_OVERLOADABLE get_image_width (image3d_t image);
+#elif defined(__TCE__)
 
-int _CL_OVERLOADABLE get_image_height (image1d_t image);
-int _CL_OVERLOADABLE get_image_height (image2d_t image);
-int _CL_OVERLOADABLE get_image_height (image3d_t image);
+#define POCL_ADDRESS_SPACE_PRIVATE 0
+#define POCL_ADDRESS_SPACE_GLOBAL 3
+#define POCL_ADDRESS_SPACE_LOCAL 4
+#define POCL_ADDRESS_SPACE_CONSTANT 5
+#define POCL_ADDRESS_SPACE_GENERIC 6
 
-int _CL_OVERLOADABLE get_image_depth (image1d_t image);
-int _CL_OVERLOADABLE get_image_depth (image2d_t image);
-int _CL_OVERLOADABLE get_image_depth (image3d_t image);
+#endif
 
-int2 _CL_OVERLOADABLE get_image_dim (image2d_t image);
-int2 _CL_OVERLOADABLE get_image_dim (image2d_array_t image);
-int4 _CL_OVERLOADABLE get_image_dim (image3d_t image);
 
 #endif
diff --git a/include/pocl.h b/include/pocl.h
index 99bb156..71f4fef 100644
--- a/include/pocl.h
+++ b/include/pocl.h
@@ -38,19 +38,6 @@
 #include "pocl_device.h"
 #include "config.h"
 
-/*
- * During pocl kernel compiler transformations we use the fixed address 
- * space ids of clang's -ffake-address-space-map to mark the different 
- * address spaces to keep the processing target-independent. These
- * are converted to the target's address space map (if any), in a final
- * kernel compiler pass.
- */
-#define POCL_ADDRESS_SPACE_PRIVATE 0
-#define POCL_ADDRESS_SPACE_GLOBAL 1
-#define POCL_ADDRESS_SPACE_LOCAL 2
-#define POCL_ADDRESS_SPACE_CONSTANT 3
-#define POCL_ADDRESS_SPACE_GENERIC 4
-
 #define POCL_FILENAME_LENGTH 1024
 
 typedef struct _mem_mapping mem_mapping_t;
@@ -62,6 +49,22 @@ struct _mem_mapping {
   mem_mapping_t *prev, *next;
 };
 
+typedef struct _mem_destructor_callback mem_destructor_callback_t;
+/* represents a memory object destructor callback */
+struct _mem_destructor_callback
+{
+  void (CL_CALLBACK * pfn_notify) (cl_mem, void*); /* callback function */
+  void *user_data; /* user supplied data passed to callback function */
+  mem_destructor_callback_t *next;
+};
+
+typedef struct _build_program_callback build_program_callback_t;
+struct _build_program_callback
+{
+    void (CL_CALLBACK * callback_function) (cl_program, void*); /* callback function */
+    void *user_data; /* user supplied data passed to callback function */
+};
+
 // Command Queue datatypes
 
 // clEnqueueNDRangeKernel
@@ -71,10 +74,6 @@ typedef struct
   char *tmp_dir; 
   pocl_workgroup wg;
   cl_kernel kernel;
-  /* A list of argument buffers to free after the command has 
-     been executed. */
-  cl_mem *arg_buffers;
-  unsigned arg_buffer_count;
   size_t local_x;
   size_t local_y;
   size_t local_z;
@@ -124,6 +123,8 @@ typedef struct
   void *dst_ptr;
   size_t dst_offset;
   size_t cb;
+  cl_device_id src_dev;
+  cl_device_id dst_dev;
   cl_mem src_buffer;
   cl_mem dst_buffer;
 } _cl_command_copy;
@@ -141,11 +142,43 @@ typedef struct
   void *device_ptr;
   void *host_ptr;
   size_t origin[3];
+  size_t h_origin[3];
   size_t region[3];
-  size_t rowpitch;
-  size_t slicepitch;
+  size_t h_rowpitch;
+  size_t h_slicepitch;
+  size_t b_rowpitch;
+  size_t b_slicepitch;
   cl_mem buffer;
-} _cl_command_rw_image;
+} _cl_command_read_image;
+
+typedef struct
+{
+  void *device_ptr;
+  const void *host_ptr;
+  size_t origin[3];
+  size_t h_origin[3];
+  size_t region[3];
+  size_t h_rowpitch;
+  size_t h_slicepitch;
+  size_t b_rowpitch;
+  size_t b_slicepitch;
+  cl_mem buffer;
+} _cl_command_write_image;
+
+typedef struct
+{
+  cl_device_id dst_device;
+  cl_mem dst_buffer;
+  cl_device_id src_device;
+  cl_mem src_buffer;
+  size_t dst_origin[3];
+  size_t src_origin[3];
+  size_t region[3];
+  size_t dst_rowpitch;
+  size_t dst_slicepitch;
+  size_t src_rowpitch;
+  size_t src_slicepitch;
+} _cl_command_copy_image;
 
 /* clEnqueueUnMapMemObject */
 typedef struct
@@ -166,21 +199,38 @@ typedef struct
   size_t slicepitch;
   void *fill_pixel;
   size_t pixel_size;
+  cl_mem buffer;
 } _cl_command_fill_image;
 
+/* clEnqueueFillBuffer */
 typedef struct
 {
+  cl_mem buffer;
   void* ptr;
   size_t size, offset;
   void* pattern;
   size_t pattern_size;
 } _cl_command_fill;
 
+/* clEnqueueMarkerWithWaitlist */
 typedef struct
 {
   void *data;
+  int has_wait_list;
 } _cl_command_marker;
 
+/* clEnqueueBarrierWithWaitlist */
+typedef _cl_command_marker _cl_command_barrier;
+
+/* clEnqueueMigrateMemObjects */
+typedef struct
+{
+  void *data;
+  size_t num_mem_objects;
+  cl_mem *mem_objects;
+  cl_device_id *source_devices;
+} _cl_command_migrate;
+
 typedef struct
 {
   void* data;
@@ -221,9 +271,13 @@ typedef union
   _cl_command_copy copy;
   _cl_command_map map;
   _cl_command_fill_image fill_image;
-  _cl_command_rw_image rw_image;
+  _cl_command_read_image read_image;
+  _cl_command_write_image write_image;
+  _cl_command_copy_image copy_image;
   _cl_command_marker marker;
+  _cl_command_barrier barrier;
   _cl_command_unmap unmap;
+  _cl_command_migrate migrate;
   _cl_command_fill memfill;
 
   _cl_command_svm_free svm_free;
@@ -233,21 +287,40 @@ typedef union
 } _cl_command_t;
 
 // one item in the command queue
-typedef struct _cl_command_node_struct
+typedef struct _cl_command_node _cl_command_node;
+struct _cl_command_node
 {
   _cl_command_t command;
   cl_command_type type;
-  struct _cl_command_node_struct *next; // for linked-list storage
+  _cl_command_node * volatile next; // for linked-list storage
+  _cl_command_node * volatile prev;
   cl_event event;
-  const cl_event *event_wait_list;
-  cl_uint num_events_in_wait_list;
+  const cl_event *volatile event_wait_list;
   cl_device_id device;
-} _cl_command_node;
+  volatile cl_int ready;
+};
 
 /* Additional LLVM version macros to simplify ifdefs */
+#if (defined LLVM_3_6)
+# define LLVM_OLDER_THAN_3_7 1
+# define LLVM_OLDER_THAN_3_8 1
+# define LLVM_OLDER_THAN_3_9 1
+# define LLVM_OLDER_THAN_4_0 1
+#endif
 
 #if (defined LLVM_3_7)
 # define LLVM_OLDER_THAN_3_8 1
+# define LLVM_OLDER_THAN_3_9 1
+# define LLVM_OLDER_THAN_4_0 1
+#endif
+
+#if (defined LLVM_3_8)
+# define LLVM_OLDER_THAN_3_9 1
+# define LLVM_OLDER_THAN_4_0 1
+#endif
+
+#if (defined LLVM_3_9)
+# define LLVM_OLDER_THAN_4_0 1
 #endif
 
 #endif /* POCL_H */
diff --git a/include/pocl_cache.h b/include/pocl_cache.h
index 1bc207c..0ebc013 100644
--- a/include/pocl_cache.h
+++ b/include/pocl_cache.h
@@ -88,14 +88,14 @@ int pocl_cache_write_descriptor(cl_program   program,
                                 const char*  content,
                                 size_t       size);
 
-int pocl_cache_make_kernel_cachedir_path(char*        kernel_cachedir_path,
-                                         cl_program   program,
-                                         cl_device_id device,
-                                         cl_kernel    kernel,
-                                         size_t       local_x,
-                                         size_t       local_y,
-                                         size_t       local_z);
-
+void pocl_cache_kernel_cachedir_path (char* kernel_cachedir_path,
+                                      cl_program program,
+                                      unsigned device_i,
+                                      cl_kernel kernel,
+                                      char* append_str,
+                                      size_t local_x,
+                                      size_t local_y,
+                                      size_t local_z);
 
 
 int pocl_cache_write_kernel_parallel_bc(void*        bc,
@@ -107,6 +107,14 @@ int pocl_cache_write_kernel_parallel_bc(void*        bc,
                                         size_t       local_z);
 
 
+// required by pocl_binary.c
+
+void pocl_cache_program_path(char*        path,
+                             cl_program   program,
+                             unsigned     device_i);
+
+void pocl_cache_kernel_cachedir(char* kernel_cachedir_path, cl_program   program,
+                                unsigned device_i, cl_kernel kernel);
 
 // these two required by llvm API
 
diff --git a/include/pocl_device.h b/include/pocl_device.h
index 8909ee9..ba39d66 100644
--- a/include/pocl_device.h
+++ b/include/pocl_device.h
@@ -36,7 +36,7 @@ struct pocl_context {
   size_t num_groups[3];
   size_t group_id[3];
   size_t global_offset[3];
-  
+  size_t local_size[3];
 };
 
 typedef void (*pocl_workgroup) (void **, struct pocl_context *);
diff --git a/include/pocl_tests.h b/include/pocl_tests.h
deleted file mode 100644
index 8b76a04..0000000
--- a/include/pocl_tests.h
+++ /dev/null
@@ -1,19 +0,0 @@
-#ifndef POCL_TESTS_H
-#define POCL_TESTS_H
-
-#define CHECK_OPENCL_ERROR_IN(func_name)                                \
-do {                                                                    \
-   if(check_cl_error(err, __LINE__, func_name))                         \
-     return EXIT_FAILURE;                                               \
-} while (0)
-
-#define TEST_ASSERT(EXP)                                                \
-do {                                                                    \
-  if (!(EXP)) {                                                         \
-    fprintf(stderr, "Assertion: \n" #EXP "\nfailed on %s:%i\n",         \
-        __FILE__, __LINE__);                                            \
-    return EXIT_FAILURE;                                                \
-  }                                                                     \
-} while (0)
-
-#endif
diff --git a/include/pocl_types.h b/include/pocl_types.h
index 2ba8e62..da0ce9a 100644
--- a/include/pocl_types.h
+++ b/include/pocl_types.h
@@ -4,6 +4,25 @@
 #  error "cl_khr_fp64 requires cl_khr_int64"
 #endif
 
+#ifdef __CBUILD__
+
+/* Define the required OpenCL C fixed size types in a C compatible way.
+   The C-based kernel library implementations need these. Avoid using
+   stdint.h types as it might not be available for Clang during
+   kernel compilation. */
+typedef unsigned char uchar;
+typedef unsigned short ushort;
+typedef unsigned int uint;
+
+#ifdef cl_khr_int64
+typedef unsigned long ulong;
+#else
+typedef unsigned int ulong;
+#endif
+
+typedef ulong size_t;
+
+#endif
 
 
 /* Disable undefined datatypes */
@@ -30,7 +49,7 @@ typedef struct error_undefined_type_double error_undefined_type_double;
 #  define double error_undefined_type_double
 #endif
 
-
+#ifndef __CBUILD__
 
 /* Define unsigned datatypes */
 
@@ -48,6 +67,7 @@ typedef __PTRDIFF_TYPE__ ptrdiff_t;
 typedef ptrdiff_t intptr_t;
 typedef size_t uintptr_t;
 
+#endif
 
 /* Image types.
  * Note: there is a duplicate definition in
@@ -56,18 +76,18 @@ typedef size_t uintptr_t;
 typedef int dev_sampler_t;
 
 typedef struct dev_image_t {
-  void* data;
-  int width;
-  int height;
-  int depth;
-  int image_array_size;
-  int row_pitch;
-  int slice_pitch;
-  int num_mip_levels; /* maybe not needed */
-  int num_samples; /* maybe not needed */
-  int order;
-  int data_type;
-  int num_channels;
-  int elem_size;
+  void* _data;
+  int _width;
+  int _height;
+  int _depth;
+  int _image_array_size;
+  int _row_pitch;
+  int _slice_pitch;
+  int _num_mip_levels; /* maybe not needed */
+  int _num_samples; /* maybe not needed */
+  int _order;
+  int _data_type;
+  int _num_channels;
+  int _elem_size;
 } dev_image_t;
 
diff --git a/include/poclu.h b/include/poclu.h
index 4c4acb6..f9c4c23 100644
--- a/include/poclu.h
+++ b/include/poclu.h
@@ -99,6 +99,9 @@ poclu_cl_half_to_float(cl_half value);
 POCLU_API char * POCLU_CALL
 poclu_read_file(char* filemane);
 
+POCLU_API char * POCLU_CALL
+poclu_read_binfile(char *filename, size_t *len);
+
 POCLU_API int POCLU_CALL
 poclu_write_file(char* filemane, char* content, size_t size);
 
@@ -109,6 +112,26 @@ poclu_write_file(char* filemane, char* content, size_t size);
 POCLU_API int POCLU_CALL
 check_cl_error(cl_int cl_err, int line, const char* func_name);
 
+#define _POCLU_CHECK_CL_ERROR_INNER(cond, func, line)                   \
+do {                                                                    \
+   if(check_cl_error(cond, line, func))                                 \
+     exit(EXIT_FAILURE);                                                \
+} while (0)
+
+#define CHECK_CL_ERROR(cond) _POCLU_CHECK_CL_ERROR_INNER(cond, __PRETTY_FUNCTION__, __LINE__)
+
+#define CHECK_OPENCL_ERROR_IN(message) _POCLU_CHECK_CL_ERROR_INNER(err, message, __LINE__)
+
+
+#define TEST_ASSERT(EXP)                                                \
+do {                                                                    \
+  if (!(EXP)) {                                                         \
+    fprintf(stderr, "Assertion: \n" #EXP "\nfailed on %s:%i\n",         \
+        __FILE__, __LINE__);                                            \
+    return EXIT_FAILURE;                                                \
+  }                                                                     \
+} while (0)
+
 #ifdef __cplusplus
 }
 #endif
diff --git a/lib/CL/CMakeLists.txt b/lib/CL/CMakeLists.txt
index be32339..ac11251 100644
--- a/lib/CL/CMakeLists.txt
+++ b/lib/CL/CMakeLists.txt
@@ -23,6 +23,10 @@
 #
 #=============================================================================
 
+if(ENABLE_ASAN)
+  add_compile_options(-fsanitize=address -fsanitize=leak -fsanitize=undefined -fno-omit-frame-pointer)
+endif()
+
 
 include_directories(BEFORE "../../fix-include/OpenCL")
 include_directories(AFTER "devices" ".")
@@ -44,7 +48,7 @@ set(POCL_LIB_SOURCES  "clCreateContextFromType.c"
                    "clEnqueueFillBuffer.c"
                    "clEnqueueReadBuffer.c"
                    "clEnqueueReadBufferRect.c"
-                   "clEnqueueMapBuffer.c"  "clEnqueueMapBuffer.h"
+                   "clEnqueueMapBuffer.c"
                    "clEnqueueUnmapMemObject.c"
                    "clEnqueueMarkerWithWaitList.c"
                    "clReleaseMemObject.c"
@@ -77,6 +81,7 @@ set(POCL_LIB_SOURCES  "clCreateContextFromType.c"
                    "clEnqueueCopyBufferRect.c"
                    "clEnqueueCopyBufferToImage.c"
                    "clEnqueueCopyImageToBuffer.c"
+                   "clEnqueueMigrateMemObjects.c"
                    "clFinish.c"
                    "clFlush.c"
                    "clEnqueueBarrier.c"
@@ -114,31 +119,46 @@ set(POCL_LIB_SOURCES  "clCreateContextFromType.c"
                    "clReleaseDevice.c"
                    "clRetainDevice.c"
                    "clCreateSubDevices.c"
+				           "clUnloadPlatformCompiler.c"
                    "pocl_cl.h" "pocl_util.h" "pocl_util.c"
                    "pocl_queue_util.h" "pocl_queue_util.c"
                    "pocl_image_util.c" "pocl_image_util.h"
-                   "pocl_img_buf_cpy.h" "pocl_img_buf_cpy.c"
+                   "pocl_img_buf_cpy.c"
                    "pocl_icd.h" "pocl_llvm.h"
+                   "pocl_tracing.h" "pocl_tracing.c"
                    "pocl_runtime_config.c" "pocl_runtime_config.h"
                    "pocl_mem_management.c"  "pocl_mem_management.h"
-                   "pocl_llvm_api.cc" "pocl_hash.c"
+                   "pocl_hash.c"
                    "pocl_debug.h" "pocl_debug.c" "pocl_timing.c"
                    "clSVMAlloc.c" "clSVMFree.c" "clEnqueueSVMFree.c"
                    "clEnqueueSVMMap.c" "clEnqueueSVMUnmap.c"
                    "clEnqueueSVMMemcpy.c" "clEnqueueSVMMemFill.c"
-                   "clSetKernelArgSVMPointer.c" "clSetKernelExecInfo.c")
+                   "clSetKernelArgSVMPointer.c" "clSetKernelExecInfo.c"
+                   "pocl_binary.c")
 
-set(LIBPOCL_OBJS "$<TARGET_OBJECTS:llvmpasses>"
-                 "$<TARGET_OBJECTS:libpocl_unlinked_objs>"
+set(LIBPOCL_OBJS "$<TARGET_OBJECTS:libpocl_unlinked_objs>"
                  "$<TARGET_OBJECTS:pocl_cache>"
                  ${POCL_DEVICES_OBJS})
 
-add_compile_options(${OCL_ICD_CFLAGS})
+add_library("pocl_cache" OBJECT "pocl_cache.c")
+
+if (OCS_AVAILABLE)
+  include_directories(${LLVM_INCLUDE_DIRS})
+  list(APPEND POCL_LIB_SOURCES "pocl_llvm_api.cc")
+  set_source_files_properties("pocl_llvm_api.cc" PROPERTIES COMPILE_FLAGS "${LLVM_CXXFLAGS} -I\"${CMAKE_CURRENT_SOURCE_DIR}/../llvmopencl\"")
+  list(APPEND LIBPOCL_OBJS "$<TARGET_OBJECTS:llvmpasses>")
+  # pocl_cache.c depends on a SHA1 hash of all built kernel-<target>.bc
+  add_dependencies("pocl_cache" "kernellib_hash")
+else()
+  list(APPEND POCL_LIB_SOURCES "pocl_file_util.c")
+endif()
+
+add_compile_options(${OCL_ICD_CFLAGS} ${LTTNG_UST_CFLAGS})
 
-include_directories(${LLVM_INCLUDE_DIRS})
+if(HAVE_LTTNG_UST)
+  list(APPEND POCL_LIB_SOURCES "pocl_lttng.c" "pocl_lttng.h")
+endif()
 
-# set llvm C++ flags on pocl_llvm_api.cc
-set_source_files_properties("pocl_llvm_api.cc" PROPERTIES COMPILE_FLAGS "${LLVM_CXXFLAGS} -I\"${CMAKE_CURRENT_SOURCE_DIR}/../llvmopencl\"")
 
 if(MSVC)
   set_source_files_properties( ${POCL_LIB_SOURCES} PROPERTIES LANGUAGE CXX )
@@ -147,20 +167,21 @@ endif(MSVC)
 # this is so that we don't compile twice when building both libpocl and libOpenCL
 add_library("libpocl_unlinked_objs" OBJECT ${POCL_LIB_SOURCES})
 
-add_library("pocl_cache" OBJECT "pocl_cache.c")
-
-# pocl_cache.c depends on a SHA1 hash of all built kernel-<target>.bc
-add_dependencies("pocl_cache" "kernellib_hash")
-
 #################################################################
 
 if (MSVC)
-  set(POCL_PUBLIC_LINK_LIST ${Pthreads_LIBRARIES} ${POCL_DEVICES_LINK_LIST})
+  set(POCL_PUBLIC_LINK_LIST ${Pthreads_LIBRARIES} ${POCL_DEVICES_LINK_LIST} ${LTTNG_UST_LDFLAGS})
 else()
-  set(POCL_PUBLIC_LINK_LIST "${LTDL_LIB}" ${CMAKE_THREAD_LIBS_INIT} ${POCL_DEVICES_LINK_LIST})
+  set(POCL_PUBLIC_LINK_LIST "${LTDL_LIB}" ${CMAKE_THREAD_LIBS_INIT} ${POCL_DEVICES_LINK_LIST} ${LTTNG_UST_LDFLAGS})
 endif()
 
 set(POCL_PRIVATE_LINK_LIST ${CLANG_LIBFILES} ${POCL_LLVM_LIBS} ${LLVM_SYSLIBS})
+if(ENABLE_ASAN)
+  list(APPEND POCL_PRIVATE_LINK_LIST "asan" "ubsan")
+endif()
+
+# see lib/CMakeLists.txt
+set(POCL_TRANSITIVE_LIBS ${POCL_PRIVATE_LINK_LIST} PARENT_SCOPE)
 
 # -lrt is required for glibc < 2.17
 if(HAVE_CLOCK_GETTIME AND (NOT WIN32))
@@ -169,27 +190,13 @@ endif()
 
 #################################################################
 
+add_library("${POCL_LIBRARY_NAME}" ${LIBPOCL_OBJS} )
 
-add_library("pocl" ${LIBPOCL_OBJS} )
-
-set_target_properties("pocl" PROPERTIES SOVERSION "${LIB_API_VERSION}" 
+set_target_properties("${POCL_LIBRARY_NAME}" PROPERTIES SOVERSION "${LIB_API_VERSION}"
   VERSION "${LIB_BUILD_VERSION}" 
-  LINK_FLAGS "${LLVM_LDFLAGS} ${ICD_LD_FLAGS}")
-target_link_libraries("pocl" PUBLIC ${POCL_PUBLIC_LINK_LIST} PRIVATE ${POCL_PRIVATE_LINK_LIST} )
-install(TARGETS "pocl"
+  LINK_FLAGS "${LLVM_LDFLAGS}  ${ICD_LD_FLAGS}")
+
+target_link_libraries("${POCL_LIBRARY_NAME}" PUBLIC ${POCL_PUBLIC_LINK_LIST} PRIVATE ${POCL_PRIVATE_LINK_LIST} )
+install(TARGETS "${POCL_LIBRARY_NAME}"
         LIBRARY DESTINATION ${POCL_INSTALL_PUBLIC_LIBDIR}
         ARCHIVE DESTINATION ${POCL_INSTALL_PUBLIC_LIBDIR}/static)
-
-
-if(DIRECT_LINKAGE)
-  add_library("OpenCL" ${LIBPOCL_OBJS})
-  set_target_properties("OpenCL" PROPERTIES SOVERSION "${LIB_API_VERSION}" VERSION "${LIB_BUILD_VERSION}" LINK_FLAGS "${LLVM_LDFLAGS} ${ICD_LD_FLAGS}")
-  target_link_libraries("OpenCL" PUBLIC ${POCL_PUBLIC_LINK_LIST} PRIVATE ${POCL_PRIVATE_LINK_LIST} )
-  if(NOT ENABLE_ICD)
-    install(TARGETS "OpenCL"
-          LIBRARY DESTINATION ${POCL_INSTALL_PUBLIC_LIBDIR}
-          ARCHIVE DESTINATION ${POCL_INSTALL_PUBLIC_LIBDIR}/static)
-  endif()
-endif()
-
-
diff --git a/lib/CL/Makefile.am b/lib/CL/Makefile.am
deleted file mode 100644
index 0f3b6df..0000000
--- a/lib/CL/Makefile.am
+++ /dev/null
@@ -1,218 +0,0 @@
-# Process this file with automake to produce Makefile.in (in this,
-# and all subdirectories).
-# Makefile.am for pocl/lib/CL.
-# 
-# Copyright (c) 2011-2014 Universidad Rey Juan Carlos and 
-#                         Tampere University of Technology
-# 
-# Permission is hereby granted, free of charge, to any person obtaining a copy
-# of this software and associated documentation files (the "Software"), to deal
-# in the Software without restriction, including without limitation the rights
-# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-# copies of the Software, and to permit persons to whom the Software is
-# furnished to do so, subject to the following conditions:
-# 
-# The above copyright notice and this permission notice shall be included in
-# all copies or substantial portions of the Software.
-# 
-# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-# THE SOFTWARE.
-
-SUBDIRS = devices
-
-lib_LTLIBRARIES = libpocl.la
-
-if ! BUILD_ICD
-
-# If we do not build with the ICD enabled, the final .so and its soname
-# should be libOpenCL.so for direct linkage. Some benchmarks such as
-# Parboil require the soname to be libOpenCL.so (check with ldd) so
-# symlinking is not enough.
-
-lib_LTLIBRARIES += libOpenCL.la
-
-endif
-
-libpocl_la_SOURCES = clCreateContextFromType.c	\
-                   clReleaseContext.c		\
-                   clRetainContext.c		\
-                   clGetContextInfo.c		\
-                   clCreateCommandQueue.c	\
-                   clCreateCommandQueueWithProperties.c	\
-                   clReleaseCommandQueue.c	\
-                   clRetainCommandQueue.c	\
-                   clGetCommandQueueInfo.c	\
-                   clCreateBuffer.c		\
-                   clCreateSubBuffer.c		\
-                   clEnqueueFillImage.c	\
-                   clEnqueueFillBuffer.c	\
-                   clEnqueueReadBuffer.c	\
-                   clEnqueueReadBufferRect.c	\
-                   clEnqueueMapBuffer.c	\
-                   clEnqueueMapBuffer.h	\
-                   clEnqueueUnmapMemObject.c	\
-                   clEnqueueMarkerWithWaitList.c \
-                   clReleaseMemObject.c		\
-                   clRetainMemObject.c		\
-                   clGetMemObjectInfo.c		\
-                   clSetMemObjectDestructorCallback.c	\
-                   clCreateProgramWithSource.c	\
-                   clCreateProgramWithBinary.c	\
-                   clReleaseProgram.c		\
-                   clRetainProgram.c		\
-                   clBuildProgram.c		\
-                   clCreateKernel.c		\
-                   clReleaseKernel.c		\
-                   clRetainKernel.c		\
-                   clSetKernelArg.c		\
-                   clEnqueueNDRangeKernel.c	\
-                   clEnqueueNativeKernel.c	\
-                   clCreateKernelsInProgram.c		\
-                   clGetKernelInfo.c		\
-                   clGetKernelArgInfo.c		\
-                   clGetPlatformIDs.c		\
-                   clGetPlatformInfo.c		\
-                   clGetDeviceIDs.c		\
-                   clGetDeviceInfo.c		\
-                   clCreateContext.c		\
-                   clGetProgramBuildInfo.c	\
-                   clEnqueueWriteBuffer.c	\
-                   clEnqueueWriteBufferRect.c	\
-                   clEnqueueCopyBuffer.c	\
-                   clEnqueueCopyBufferRect.c	\
-                   clEnqueueCopyBufferToImage.c	\
-                   clEnqueueCopyImageToBuffer.c	\
-                   clFinish.c			\
-                   clFlush.c			\
-                   clEnqueueBarrier.c		\
-                   clEnqueueMarker.c		\
-                   clGetKernelWorkGroupInfo.c	\
-                   clGetProgramInfo.c		\
-                   clGetEventProfilingInfo.c	\
-                   clWaitForEvents.c		\
-                   clEnqueueWaitForEvents.c	\
-                   clReleaseEvent.c		\
-                   clRetainEvent.c		\
-                   clSetEventCallback.c		\
-                   clGetEventInfo.c		\
-                   clCreateUserEvent.c		\
-                   clSetUserEventStatus.c		\
-                   clEnqueueTask.c		\
-                   clCreateImage.c		\
-                   clCreateImage2D.c		\
-                   clCreateImage3D.c		\
-                   clEnqueueReadImage.c	\
-                   clEnqueueWriteImage.c	\
-                   clCreateSampler.c	\
-                   clReleaseSampler.c	\
-                   clRetainSampler.c \
-                   clGetSamplerInfo.c \
-                   clEnqueueCopyImage.c		\
-                   clEnqueueMapImage.c		\
-                   clGetImageInfo.c		\
-                   clCreateFromGLTexture2D.c	\
-                   clCreateFromGLTexture3D.c	\
-                   clUnloadCompiler.c		\
-                   clGetSupportedImageFormats.c	\
-                   clGetExtensionFunctionAddress.c \
-                   clIcdGetPlatformIDsKHR.c \
-                   clCreateSubDevices.c \
-                   clReleaseDevice.c \
-                   clRetainDevice.c \
-                   clSVMAlloc.c \
-                   clSVMFree.c \
-                   clEnqueueSVMFree.c \
-                   clEnqueueSVMMap.c \
-                   clEnqueueSVMUnmap.c \
-                   clEnqueueSVMMemcpy.c \
-                   clEnqueueSVMMemFill.c \
-                   clSetKernelArgSVMPointer.c \
-                   clSetKernelExecInfo.c \
-                   pocl_cl.h \
-                   pocl_util.c pocl_util.h \
-                   pocl_queue_util.c pocl_queue_util.h \
-                   pocl_image_util.c pocl_image_util.h \
-                   pocl_img_buf_cpy.h pocl_img_buf_cpy.c \
-                   pocl_timing.c pocl_timing.h \
-                   pocl_intfn.h pocl_icd.h \
-                   pocl_llvm.h \
-                   pocl_runtime_config.c pocl_runtime_config.h \
-                   pocl_mem_management.c pocl_mem_management.h \
-                   pocl_hash.c pocl_hash.h pocl_cache.c \
-                   pocl_debug.c pocl_debug.h
-
-
-libpocl_la_CPPFLAGS = -I$(top_srcdir)/fix-include -I$(top_srcdir)/fix-include/OpenCL -I$(top_srcdir)/include -I$(top_srcdir)/lib/CL/devices $(OCL_ICD_CFLAGS)
-libpocl_la_LDFLAGS = -lltdl @PTHREAD_CFLAGS@ -version-info ${LIB_VERSION}
-#libpocl_la_LDFLAGS += -Wl,-z,defs 
-
-if TCE_AVAILABLE
-# The ttasim device is written in C++ as it accesses the ttasim library of TCE
-# directly.
-libpocl_la_LDFLAGS += -lstdc++ `@TCE_CONFIG@ --libs`
-endif
-
-if BUILD_HSA
-libpocl_la_LDFLAGS += -lhsa-runtime64
-endif
-
-libpocl_la_LIBADD = devices/libpocl-devices.la
-libpocl_la_LIBADD += ${LTDL_LIBS}
-
-# The POCL_DEBUG output requires the clock_gettime and older glibs
-# have it in a separate lib.
-# Mac doesnt have lrt, or clock_gettime
-
-if HAVE_CLOCK_GETTIME
-libpocl_la_LIBADD += -lrt
-endif
-
-
-#Kludge: compile pocl_llvm_api.cc into a library of its own.
-#The source file is necessarely a C++ file, and having a C++ file
-#causes the entire pocl project to be linked with g++, which in turn
-#exposes a gcc/autoconf m4 macro issue
-# see: http://stackoverflow.com/questions/17055279/autotools-for-pthreads-not-setting-correct-linker-flags
-noinst_LTLIBRARIES = libpoclllvm.la
-
-libpoclllvm_la_SOURCES = pocl_llvm_api.cc
-libpoclllvm_la_CPPFLAGS = ${libpocl_la_CPPFLAGS} -I$(top_srcdir)/lib/llvmopencl/
-libpoclllvm_la_LDFLAGS = @LLVM_LDFLAGS@
-libpocl_la_LDFLAGS += @LLVM_LDFLAGS@
-AM_CXXFLAGS = @PTHREAD_CFLAGS@ @LLVM_CXX_FLAGS@
-
-libpocl_la_LDFLAGS += -L${top_builddir}/lib/CL/ @ICD_LD_FLAGS@
-libpocl_la_LIBADD += libpoclllvm.la
-libpocl_la_LIBADD += ${top_builddir}/lib/llvmopencl/libllvmpasses.la
-libpocl_la_LIBADD += -lclangFrontend -lclangDriver -lclangParse -lclangSema -lclangEdit -lclangLex -lclangSerialization
-libpocl_la_LIBADD += -lclangAST -lclangBasic -lclangFrontendTool -lclangRewriteFrontend 
-libpocl_la_LIBADD += -lclangStaticAnalyzerFrontend -lclangStaticAnalyzerCore
-libpocl_la_LIBADD += -lclangAnalysis -lclangCodeGen -lclangAST
-libpocl_la_LIBADD += -lstdc++ -lm @LLVM_LIBS@
-
-
-libpocl_la_LIBADD += -lclangASTMatchers -lclangBasic
-
-if ! BUILD_ICD
-libOpenCL_la_SOURCES = ${libpocl_la_SOURCES}
-libOpenCL_la_CPPFLAGS = ${libpocl_la_CPPFLAGS}
-libOpenCL_la_LDFLAGS = ${libpocl_la_LDFLAGS}
-libOpenCL_la_LIBADD = ${libpocl_la_LIBADD}
-endif
-
-CLEANFILES = libpocl.la libOpenCL.la kernellib_hash.h
-
-EXTRA_DIST = CMakeLists.txt
-
-BUILT_SOURCES = kernellib_hash.h
-
-FORCE:
-
-kernellib_hash.h: FORCE
-	echo '#define POCL_KERNELLIB_SHA1 "'`sha1sum ../../include/_kernel.h ../../include/_kernel_c.h ../../include/pocl_types.h ../kernel/*.cl ../kernel/*.c ../kernel/vecmathlib-pocl/*.cl ../kernel/vecmathlib-pocl/*.cc | sha1sum -`'"' > kernellib_hash.new
-	cmp kernellib_hash.new kernellib_hash.h || mv kernellib_hash.new kernellib_hash.h
diff --git a/lib/CL/Makefile.in b/lib/CL/Makefile.in
deleted file mode 100644
index 0bb5afa..0000000
--- a/lib/CL/Makefile.in
+++ /dev/null
@@ -1,3004 +0,0 @@
-# Makefile.in generated by automake 1.15 from Makefile.am.
-# @configure_input@
-
-# Copyright (C) 1994-2014 Free Software Foundation, Inc.
-
-# This Makefile.in is free software; the Free Software Foundation
-# gives unlimited permission to copy and/or distribute it,
-# with or without modifications, as long as this notice is preserved.
-
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
-# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
-# PARTICULAR PURPOSE.
-
- at SET_MAKE@
-
-# Process this file with automake to produce Makefile.in (in this,
-# and all subdirectories).
-# Makefile.am for pocl/lib/CL.
-# 
-# Copyright (c) 2011-2014 Universidad Rey Juan Carlos and 
-#                         Tampere University of Technology
-# 
-# Permission is hereby granted, free of charge, to any person obtaining a copy
-# of this software and associated documentation files (the "Software"), to deal
-# in the Software without restriction, including without limitation the rights
-# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-# copies of the Software, and to permit persons to whom the Software is
-# furnished to do so, subject to the following conditions:
-# 
-# The above copyright notice and this permission notice shall be included in
-# all copies or substantial portions of the Software.
-# 
-# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-# THE SOFTWARE.
-
-VPATH = @srcdir@
-am__is_gnu_make = { \
-  if test -z '$(MAKELEVEL)'; then \
-    false; \
-  elif test -n '$(MAKE_HOST)'; then \
-    true; \
-  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
-    true; \
-  else \
-    false; \
-  fi; \
-}
-am__make_running_with_option = \
-  case $${target_option-} in \
-      ?) ;; \
-      *) echo "am__make_running_with_option: internal error: invalid" \
-              "target option '$${target_option-}' specified" >&2; \
-         exit 1;; \
-  esac; \
-  has_opt=no; \
-  sane_makeflags=$$MAKEFLAGS; \
-  if $(am__is_gnu_make); then \
-    sane_makeflags=$$MFLAGS; \
-  else \
-    case $$MAKEFLAGS in \
-      *\\[\ \	]*) \
-        bs=\\; \
-        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
-          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
-    esac; \
-  fi; \
-  skip_next=no; \
-  strip_trailopt () \
-  { \
-    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
-  }; \
-  for flg in $$sane_makeflags; do \
-    test $$skip_next = yes && { skip_next=no; continue; }; \
-    case $$flg in \
-      *=*|--*) continue;; \
-        -*I) strip_trailopt 'I'; skip_next=yes;; \
-      -*I?*) strip_trailopt 'I';; \
-        -*O) strip_trailopt 'O'; skip_next=yes;; \
-      -*O?*) strip_trailopt 'O';; \
-        -*l) strip_trailopt 'l'; skip_next=yes;; \
-      -*l?*) strip_trailopt 'l';; \
-      -[dEDm]) skip_next=yes;; \
-      -[JT]) skip_next=yes;; \
-    esac; \
-    case $$flg in \
-      *$$target_option*) has_opt=yes; break;; \
-    esac; \
-  done; \
-  test $$has_opt = yes
-am__make_dryrun = (target_option=n; $(am__make_running_with_option))
-am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
-pkgdatadir = $(datadir)/@PACKAGE@
-pkgincludedir = $(includedir)/@PACKAGE@
-pkglibdir = $(libdir)/@PACKAGE@
-pkglibexecdir = $(libexecdir)/@PACKAGE@
-am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
-install_sh_DATA = $(install_sh) -c -m 644
-install_sh_PROGRAM = $(install_sh) -c
-install_sh_SCRIPT = $(install_sh) -c
-INSTALL_HEADER = $(INSTALL_DATA)
-transform = $(program_transform_name)
-NORMAL_INSTALL = :
-PRE_INSTALL = :
-POST_INSTALL = :
-NORMAL_UNINSTALL = :
-PRE_UNINSTALL = :
-POST_UNINSTALL = :
-build_triplet = @build@
-host_triplet = @host@
-target_triplet = @target@
-
-# If we do not build with the ICD enabled, the final .so and its soname
-# should be libOpenCL.so for direct linkage. Some benchmarks such as
-# Parboil require the soname to be libOpenCL.so (check with ldd) so
-# symlinking is not enough.
- at BUILD_ICD_FALSE@am__append_1 = libOpenCL.la
-#libpocl_la_LDFLAGS += -Wl,-z,defs 
-
-# The ttasim device is written in C++ as it accesses the ttasim library of TCE
-# directly.
- at TCE_AVAILABLE_TRUE@am__append_2 = -lstdc++ `@TCE_CONFIG@ --libs`
- at BUILD_HSA_TRUE@am__append_3 = -lhsa-runtime64
-
-# The POCL_DEBUG output requires the clock_gettime and older glibs
-# have it in a separate lib.
-# Mac doesnt have lrt, or clock_gettime
- at HAVE_CLOCK_GETTIME_TRUE@am__append_4 = -lrt
-subdir = lib/CL
-ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
-am__aclocal_m4_deps = $(top_srcdir)/m4/ax_boost_base.m4 \
-	$(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
-	$(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
-	$(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/acinclude.m4 \
-	$(top_srcdir)/configure.ac
-am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
-	$(ACLOCAL_M4)
-DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
-mkinstalldirs = $(install_sh) -d
-CONFIG_HEADER = $(top_builddir)/config.h
-CONFIG_CLEAN_FILES =
-CONFIG_CLEAN_VPATH_FILES =
-am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
-am__vpath_adj = case $$p in \
-    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
-    *) f=$$p;; \
-  esac;
-am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
-am__install_max = 40
-am__nobase_strip_setup = \
-  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
-am__nobase_strip = \
-  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
-am__nobase_list = $(am__nobase_strip_setup); \
-  for p in $$list; do echo "$$p $$p"; done | \
-  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
-  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
-    if (++n[$$2] == $(am__install_max)) \
-      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
-    END { for (dir in files) print dir, files[dir] }'
-am__base_list = \
-  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
-  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
-am__uninstall_files_from_dir = { \
-  test -z "$$files" \
-    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
-    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
-         $(am__cd) "$$dir" && rm -f $$files; }; \
-  }
-am__installdirs = "$(DESTDIR)$(libdir)"
-LTLIBRARIES = $(lib_LTLIBRARIES) $(noinst_LTLIBRARIES)
-am__DEPENDENCIES_1 =
-am__DEPENDENCIES_2 = devices/libpocl-devices.la $(am__DEPENDENCIES_1) \
-	$(am__DEPENDENCIES_1) libpoclllvm.la \
-	${top_builddir}/lib/llvmopencl/libllvmpasses.la
- at BUILD_ICD_FALSE@libOpenCL_la_DEPENDENCIES = $(am__DEPENDENCIES_2)
-am__libOpenCL_la_SOURCES_DIST = clCreateContextFromType.c \
-	clReleaseContext.c clRetainContext.c clGetContextInfo.c \
-	clCreateCommandQueue.c clCreateCommandQueueWithProperties.c \
-	clReleaseCommandQueue.c clRetainCommandQueue.c \
-	clGetCommandQueueInfo.c clCreateBuffer.c clCreateSubBuffer.c \
-	clEnqueueFillImage.c clEnqueueFillBuffer.c \
-	clEnqueueReadBuffer.c clEnqueueReadBufferRect.c \
-	clEnqueueMapBuffer.c clEnqueueMapBuffer.h \
-	clEnqueueUnmapMemObject.c clEnqueueMarkerWithWaitList.c \
-	clReleaseMemObject.c clRetainMemObject.c clGetMemObjectInfo.c \
-	clSetMemObjectDestructorCallback.c clCreateProgramWithSource.c \
-	clCreateProgramWithBinary.c clReleaseProgram.c \
-	clRetainProgram.c clBuildProgram.c clCreateKernel.c \
-	clReleaseKernel.c clRetainKernel.c clSetKernelArg.c \
-	clEnqueueNDRangeKernel.c clEnqueueNativeKernel.c \
-	clCreateKernelsInProgram.c clGetKernelInfo.c \
-	clGetKernelArgInfo.c clGetPlatformIDs.c clGetPlatformInfo.c \
-	clGetDeviceIDs.c clGetDeviceInfo.c clCreateContext.c \
-	clGetProgramBuildInfo.c clEnqueueWriteBuffer.c \
-	clEnqueueWriteBufferRect.c clEnqueueCopyBuffer.c \
-	clEnqueueCopyBufferRect.c clEnqueueCopyBufferToImage.c \
-	clEnqueueCopyImageToBuffer.c clFinish.c clFlush.c \
-	clEnqueueBarrier.c clEnqueueMarker.c \
-	clGetKernelWorkGroupInfo.c clGetProgramInfo.c \
-	clGetEventProfilingInfo.c clWaitForEvents.c \
-	clEnqueueWaitForEvents.c clReleaseEvent.c clRetainEvent.c \
-	clSetEventCallback.c clGetEventInfo.c clCreateUserEvent.c \
-	clSetUserEventStatus.c clEnqueueTask.c clCreateImage.c \
-	clCreateImage2D.c clCreateImage3D.c clEnqueueReadImage.c \
-	clEnqueueWriteImage.c clCreateSampler.c clReleaseSampler.c \
-	clRetainSampler.c clGetSamplerInfo.c clEnqueueCopyImage.c \
-	clEnqueueMapImage.c clGetImageInfo.c clCreateFromGLTexture2D.c \
-	clCreateFromGLTexture3D.c clUnloadCompiler.c \
-	clGetSupportedImageFormats.c clGetExtensionFunctionAddress.c \
-	clIcdGetPlatformIDsKHR.c clCreateSubDevices.c \
-	clReleaseDevice.c clRetainDevice.c clSVMAlloc.c clSVMFree.c \
-	clEnqueueSVMFree.c clEnqueueSVMMap.c clEnqueueSVMUnmap.c \
-	clEnqueueSVMMemcpy.c clEnqueueSVMMemFill.c \
-	clSetKernelArgSVMPointer.c clSetKernelExecInfo.c pocl_cl.h \
-	pocl_util.c pocl_util.h pocl_queue_util.c pocl_queue_util.h \
-	pocl_image_util.c pocl_image_util.h pocl_img_buf_cpy.h \
-	pocl_img_buf_cpy.c pocl_timing.c pocl_timing.h pocl_intfn.h \
-	pocl_icd.h pocl_llvm.h pocl_runtime_config.c \
-	pocl_runtime_config.h pocl_mem_management.c \
-	pocl_mem_management.h pocl_hash.c pocl_hash.h pocl_cache.c \
-	pocl_debug.c pocl_debug.h
-am__objects_1 = libOpenCL_la-clCreateContextFromType.lo \
-	libOpenCL_la-clReleaseContext.lo \
-	libOpenCL_la-clRetainContext.lo \
-	libOpenCL_la-clGetContextInfo.lo \
-	libOpenCL_la-clCreateCommandQueue.lo \
-	libOpenCL_la-clCreateCommandQueueWithProperties.lo \
-	libOpenCL_la-clReleaseCommandQueue.lo \
-	libOpenCL_la-clRetainCommandQueue.lo \
-	libOpenCL_la-clGetCommandQueueInfo.lo \
-	libOpenCL_la-clCreateBuffer.lo \
-	libOpenCL_la-clCreateSubBuffer.lo \
-	libOpenCL_la-clEnqueueFillImage.lo \
-	libOpenCL_la-clEnqueueFillBuffer.lo \
-	libOpenCL_la-clEnqueueReadBuffer.lo \
-	libOpenCL_la-clEnqueueReadBufferRect.lo \
-	libOpenCL_la-clEnqueueMapBuffer.lo \
-	libOpenCL_la-clEnqueueUnmapMemObject.lo \
-	libOpenCL_la-clEnqueueMarkerWithWaitList.lo \
-	libOpenCL_la-clReleaseMemObject.lo \
-	libOpenCL_la-clRetainMemObject.lo \
-	libOpenCL_la-clGetMemObjectInfo.lo \
-	libOpenCL_la-clSetMemObjectDestructorCallback.lo \
-	libOpenCL_la-clCreateProgramWithSource.lo \
-	libOpenCL_la-clCreateProgramWithBinary.lo \
-	libOpenCL_la-clReleaseProgram.lo \
-	libOpenCL_la-clRetainProgram.lo libOpenCL_la-clBuildProgram.lo \
-	libOpenCL_la-clCreateKernel.lo libOpenCL_la-clReleaseKernel.lo \
-	libOpenCL_la-clRetainKernel.lo libOpenCL_la-clSetKernelArg.lo \
-	libOpenCL_la-clEnqueueNDRangeKernel.lo \
-	libOpenCL_la-clEnqueueNativeKernel.lo \
-	libOpenCL_la-clCreateKernelsInProgram.lo \
-	libOpenCL_la-clGetKernelInfo.lo \
-	libOpenCL_la-clGetKernelArgInfo.lo \
-	libOpenCL_la-clGetPlatformIDs.lo \
-	libOpenCL_la-clGetPlatformInfo.lo \
-	libOpenCL_la-clGetDeviceIDs.lo libOpenCL_la-clGetDeviceInfo.lo \
-	libOpenCL_la-clCreateContext.lo \
-	libOpenCL_la-clGetProgramBuildInfo.lo \
-	libOpenCL_la-clEnqueueWriteBuffer.lo \
-	libOpenCL_la-clEnqueueWriteBufferRect.lo \
-	libOpenCL_la-clEnqueueCopyBuffer.lo \
-	libOpenCL_la-clEnqueueCopyBufferRect.lo \
-	libOpenCL_la-clEnqueueCopyBufferToImage.lo \
-	libOpenCL_la-clEnqueueCopyImageToBuffer.lo \
-	libOpenCL_la-clFinish.lo libOpenCL_la-clFlush.lo \
-	libOpenCL_la-clEnqueueBarrier.lo \
-	libOpenCL_la-clEnqueueMarker.lo \
-	libOpenCL_la-clGetKernelWorkGroupInfo.lo \
-	libOpenCL_la-clGetProgramInfo.lo \
-	libOpenCL_la-clGetEventProfilingInfo.lo \
-	libOpenCL_la-clWaitForEvents.lo \
-	libOpenCL_la-clEnqueueWaitForEvents.lo \
-	libOpenCL_la-clReleaseEvent.lo libOpenCL_la-clRetainEvent.lo \
-	libOpenCL_la-clSetEventCallback.lo \
-	libOpenCL_la-clGetEventInfo.lo \
-	libOpenCL_la-clCreateUserEvent.lo \
-	libOpenCL_la-clSetUserEventStatus.lo \
-	libOpenCL_la-clEnqueueTask.lo libOpenCL_la-clCreateImage.lo \
-	libOpenCL_la-clCreateImage2D.lo \
-	libOpenCL_la-clCreateImage3D.lo \
-	libOpenCL_la-clEnqueueReadImage.lo \
-	libOpenCL_la-clEnqueueWriteImage.lo \
-	libOpenCL_la-clCreateSampler.lo \
-	libOpenCL_la-clReleaseSampler.lo \
-	libOpenCL_la-clRetainSampler.lo \
-	libOpenCL_la-clGetSamplerInfo.lo \
-	libOpenCL_la-clEnqueueCopyImage.lo \
-	libOpenCL_la-clEnqueueMapImage.lo \
-	libOpenCL_la-clGetImageInfo.lo \
-	libOpenCL_la-clCreateFromGLTexture2D.lo \
-	libOpenCL_la-clCreateFromGLTexture3D.lo \
-	libOpenCL_la-clUnloadCompiler.lo \
-	libOpenCL_la-clGetSupportedImageFormats.lo \
-	libOpenCL_la-clGetExtensionFunctionAddress.lo \
-	libOpenCL_la-clIcdGetPlatformIDsKHR.lo \
-	libOpenCL_la-clCreateSubDevices.lo \
-	libOpenCL_la-clReleaseDevice.lo libOpenCL_la-clRetainDevice.lo \
-	libOpenCL_la-clSVMAlloc.lo libOpenCL_la-clSVMFree.lo \
-	libOpenCL_la-clEnqueueSVMFree.lo \
-	libOpenCL_la-clEnqueueSVMMap.lo \
-	libOpenCL_la-clEnqueueSVMUnmap.lo \
-	libOpenCL_la-clEnqueueSVMMemcpy.lo \
-	libOpenCL_la-clEnqueueSVMMemFill.lo \
-	libOpenCL_la-clSetKernelArgSVMPointer.lo \
-	libOpenCL_la-clSetKernelExecInfo.lo libOpenCL_la-pocl_util.lo \
-	libOpenCL_la-pocl_queue_util.lo \
-	libOpenCL_la-pocl_image_util.lo \
-	libOpenCL_la-pocl_img_buf_cpy.lo libOpenCL_la-pocl_timing.lo \
-	libOpenCL_la-pocl_runtime_config.lo \
-	libOpenCL_la-pocl_mem_management.lo libOpenCL_la-pocl_hash.lo \
-	libOpenCL_la-pocl_cache.lo libOpenCL_la-pocl_debug.lo
- at BUILD_ICD_FALSE@am_libOpenCL_la_OBJECTS = $(am__objects_1)
-libOpenCL_la_OBJECTS = $(am_libOpenCL_la_OBJECTS)
-AM_V_lt = $(am__v_lt_ at AM_V@)
-am__v_lt_ = $(am__v_lt_ at AM_DEFAULT_V@)
-am__v_lt_0 = --silent
-am__v_lt_1 = 
-libOpenCL_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
-	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
-	$(libOpenCL_la_LDFLAGS) $(LDFLAGS) -o $@
- at BUILD_ICD_FALSE@am_libOpenCL_la_rpath = -rpath $(libdir)
-libpocl_la_DEPENDENCIES = devices/libpocl-devices.la \
-	$(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) libpoclllvm.la \
-	${top_builddir}/lib/llvmopencl/libllvmpasses.la
-am_libpocl_la_OBJECTS = libpocl_la-clCreateContextFromType.lo \
-	libpocl_la-clReleaseContext.lo libpocl_la-clRetainContext.lo \
-	libpocl_la-clGetContextInfo.lo \
-	libpocl_la-clCreateCommandQueue.lo \
-	libpocl_la-clCreateCommandQueueWithProperties.lo \
-	libpocl_la-clReleaseCommandQueue.lo \
-	libpocl_la-clRetainCommandQueue.lo \
-	libpocl_la-clGetCommandQueueInfo.lo \
-	libpocl_la-clCreateBuffer.lo libpocl_la-clCreateSubBuffer.lo \
-	libpocl_la-clEnqueueFillImage.lo \
-	libpocl_la-clEnqueueFillBuffer.lo \
-	libpocl_la-clEnqueueReadBuffer.lo \
-	libpocl_la-clEnqueueReadBufferRect.lo \
-	libpocl_la-clEnqueueMapBuffer.lo \
-	libpocl_la-clEnqueueUnmapMemObject.lo \
-	libpocl_la-clEnqueueMarkerWithWaitList.lo \
-	libpocl_la-clReleaseMemObject.lo \
-	libpocl_la-clRetainMemObject.lo \
-	libpocl_la-clGetMemObjectInfo.lo \
-	libpocl_la-clSetMemObjectDestructorCallback.lo \
-	libpocl_la-clCreateProgramWithSource.lo \
-	libpocl_la-clCreateProgramWithBinary.lo \
-	libpocl_la-clReleaseProgram.lo libpocl_la-clRetainProgram.lo \
-	libpocl_la-clBuildProgram.lo libpocl_la-clCreateKernel.lo \
-	libpocl_la-clReleaseKernel.lo libpocl_la-clRetainKernel.lo \
-	libpocl_la-clSetKernelArg.lo \
-	libpocl_la-clEnqueueNDRangeKernel.lo \
-	libpocl_la-clEnqueueNativeKernel.lo \
-	libpocl_la-clCreateKernelsInProgram.lo \
-	libpocl_la-clGetKernelInfo.lo libpocl_la-clGetKernelArgInfo.lo \
-	libpocl_la-clGetPlatformIDs.lo libpocl_la-clGetPlatformInfo.lo \
-	libpocl_la-clGetDeviceIDs.lo libpocl_la-clGetDeviceInfo.lo \
-	libpocl_la-clCreateContext.lo \
-	libpocl_la-clGetProgramBuildInfo.lo \
-	libpocl_la-clEnqueueWriteBuffer.lo \
-	libpocl_la-clEnqueueWriteBufferRect.lo \
-	libpocl_la-clEnqueueCopyBuffer.lo \
-	libpocl_la-clEnqueueCopyBufferRect.lo \
-	libpocl_la-clEnqueueCopyBufferToImage.lo \
-	libpocl_la-clEnqueueCopyImageToBuffer.lo \
-	libpocl_la-clFinish.lo libpocl_la-clFlush.lo \
-	libpocl_la-clEnqueueBarrier.lo libpocl_la-clEnqueueMarker.lo \
-	libpocl_la-clGetKernelWorkGroupInfo.lo \
-	libpocl_la-clGetProgramInfo.lo \
-	libpocl_la-clGetEventProfilingInfo.lo \
-	libpocl_la-clWaitForEvents.lo \
-	libpocl_la-clEnqueueWaitForEvents.lo \
-	libpocl_la-clReleaseEvent.lo libpocl_la-clRetainEvent.lo \
-	libpocl_la-clSetEventCallback.lo libpocl_la-clGetEventInfo.lo \
-	libpocl_la-clCreateUserEvent.lo \
-	libpocl_la-clSetUserEventStatus.lo libpocl_la-clEnqueueTask.lo \
-	libpocl_la-clCreateImage.lo libpocl_la-clCreateImage2D.lo \
-	libpocl_la-clCreateImage3D.lo libpocl_la-clEnqueueReadImage.lo \
-	libpocl_la-clEnqueueWriteImage.lo \
-	libpocl_la-clCreateSampler.lo libpocl_la-clReleaseSampler.lo \
-	libpocl_la-clRetainSampler.lo libpocl_la-clGetSamplerInfo.lo \
-	libpocl_la-clEnqueueCopyImage.lo \
-	libpocl_la-clEnqueueMapImage.lo libpocl_la-clGetImageInfo.lo \
-	libpocl_la-clCreateFromGLTexture2D.lo \
-	libpocl_la-clCreateFromGLTexture3D.lo \
-	libpocl_la-clUnloadCompiler.lo \
-	libpocl_la-clGetSupportedImageFormats.lo \
-	libpocl_la-clGetExtensionFunctionAddress.lo \
-	libpocl_la-clIcdGetPlatformIDsKHR.lo \
-	libpocl_la-clCreateSubDevices.lo libpocl_la-clReleaseDevice.lo \
-	libpocl_la-clRetainDevice.lo libpocl_la-clSVMAlloc.lo \
-	libpocl_la-clSVMFree.lo libpocl_la-clEnqueueSVMFree.lo \
-	libpocl_la-clEnqueueSVMMap.lo libpocl_la-clEnqueueSVMUnmap.lo \
-	libpocl_la-clEnqueueSVMMemcpy.lo \
-	libpocl_la-clEnqueueSVMMemFill.lo \
-	libpocl_la-clSetKernelArgSVMPointer.lo \
-	libpocl_la-clSetKernelExecInfo.lo libpocl_la-pocl_util.lo \
-	libpocl_la-pocl_queue_util.lo libpocl_la-pocl_image_util.lo \
-	libpocl_la-pocl_img_buf_cpy.lo libpocl_la-pocl_timing.lo \
-	libpocl_la-pocl_runtime_config.lo \
-	libpocl_la-pocl_mem_management.lo libpocl_la-pocl_hash.lo \
-	libpocl_la-pocl_cache.lo libpocl_la-pocl_debug.lo
-libpocl_la_OBJECTS = $(am_libpocl_la_OBJECTS)
-libpocl_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
-	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
-	$(libpocl_la_LDFLAGS) $(LDFLAGS) -o $@
-libpoclllvm_la_LIBADD =
-am_libpoclllvm_la_OBJECTS = libpoclllvm_la-pocl_llvm_api.lo
-libpoclllvm_la_OBJECTS = $(am_libpoclllvm_la_OBJECTS)
-libpoclllvm_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX \
-	$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \
-	$(AM_CXXFLAGS) $(CXXFLAGS) $(libpoclllvm_la_LDFLAGS) \
-	$(LDFLAGS) -o $@
-AM_V_P = $(am__v_P_ at AM_V@)
-am__v_P_ = $(am__v_P_ at AM_DEFAULT_V@)
-am__v_P_0 = false
-am__v_P_1 = :
-AM_V_GEN = $(am__v_GEN_ at AM_V@)
-am__v_GEN_ = $(am__v_GEN_ at AM_DEFAULT_V@)
-am__v_GEN_0 = @echo "  GEN     " $@;
-am__v_GEN_1 = 
-AM_V_at = $(am__v_at_ at AM_V@)
-am__v_at_ = $(am__v_at_ at AM_DEFAULT_V@)
-am__v_at_0 = @
-am__v_at_1 = 
-DEFAULT_INCLUDES = -I. at am__isrc@ -I$(top_builddir)
-depcomp = $(SHELL) $(top_srcdir)/config/depcomp
-am__depfiles_maybe = depfiles
-am__mv = mv -f
-COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
-	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
-LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
-	$(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
-	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
-	$(AM_CFLAGS) $(CFLAGS)
-AM_V_CC = $(am__v_CC_ at AM_V@)
-am__v_CC_ = $(am__v_CC_ at AM_DEFAULT_V@)
-am__v_CC_0 = @echo "  CC      " $@;
-am__v_CC_1 = 
-CCLD = $(CC)
-LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
-	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
-AM_V_CCLD = $(am__v_CCLD_ at AM_V@)
-am__v_CCLD_ = $(am__v_CCLD_ at AM_DEFAULT_V@)
-am__v_CCLD_0 = @echo "  CCLD    " $@;
-am__v_CCLD_1 = 
-CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
-	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
-LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
-	$(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \
-	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
-	$(AM_CXXFLAGS) $(CXXFLAGS)
-AM_V_CXX = $(am__v_CXX_ at AM_V@)
-am__v_CXX_ = $(am__v_CXX_ at AM_DEFAULT_V@)
-am__v_CXX_0 = @echo "  CXX     " $@;
-am__v_CXX_1 = 
-CXXLD = $(CXX)
-CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
-	$(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \
-	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
-AM_V_CXXLD = $(am__v_CXXLD_ at AM_V@)
-am__v_CXXLD_ = $(am__v_CXXLD_ at AM_DEFAULT_V@)
-am__v_CXXLD_0 = @echo "  CXXLD   " $@;
-am__v_CXXLD_1 = 
-SOURCES = $(libOpenCL_la_SOURCES) $(libpocl_la_SOURCES) \
-	$(libpoclllvm_la_SOURCES)
-DIST_SOURCES = $(am__libOpenCL_la_SOURCES_DIST) $(libpocl_la_SOURCES) \
-	$(libpoclllvm_la_SOURCES)
-RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
-	ctags-recursive dvi-recursive html-recursive info-recursive \
-	install-data-recursive install-dvi-recursive \
-	install-exec-recursive install-html-recursive \
-	install-info-recursive install-pdf-recursive \
-	install-ps-recursive install-recursive installcheck-recursive \
-	installdirs-recursive pdf-recursive ps-recursive \
-	tags-recursive uninstall-recursive
-am__can_run_installinfo = \
-  case $$AM_UPDATE_INFO_DIR in \
-    n|no|NO) false;; \
-    *) (install-info --version) >/dev/null 2>&1;; \
-  esac
-RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
-  distclean-recursive maintainer-clean-recursive
-am__recursive_targets = \
-  $(RECURSIVE_TARGETS) \
-  $(RECURSIVE_CLEAN_TARGETS) \
-  $(am__extra_recursive_targets)
-AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
-	distdir
-am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
-# Read a list of newline-separated strings from the standard input,
-# and print each of them once, without duplicates.  Input order is
-# *not* preserved.
-am__uniquify_input = $(AWK) '\
-  BEGIN { nonempty = 0; } \
-  { items[$$0] = 1; nonempty = 1; } \
-  END { if (nonempty) { for (i in items) print i; }; } \
-'
-# Make sure the list of sources is unique.  This is necessary because,
-# e.g., the same source file might be shared among _SOURCES variables
-# for different programs/libraries.
-am__define_uniq_tagged_files = \
-  list='$(am__tagged_files)'; \
-  unique=`for i in $$list; do \
-    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
-  done | $(am__uniquify_input)`
-ETAGS = etags
-CTAGS = ctags
-DIST_SUBDIRS = $(SUBDIRS)
-am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/config/depcomp
-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
-am__relativize = \
-  dir0=`pwd`; \
-  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
-  sed_rest='s,^[^/]*/*,,'; \
-  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
-  sed_butlast='s,/*[^/]*$$,,'; \
-  while test -n "$$dir1"; do \
-    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
-    if test "$$first" != "."; then \
-      if test "$$first" = ".."; then \
-        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
-        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
-      else \
-        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
-        if test "$$first2" = "$$first"; then \
-          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
-        else \
-          dir2="../$$dir2"; \
-        fi; \
-        dir0="$$dir0"/"$$first"; \
-      fi; \
-    fi; \
-    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
-  done; \
-  reldir="$$dir2"
-ACLOCAL = @ACLOCAL@
-AMTAR = @AMTAR@
-AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
-AR = @AR@
-AUTOCONF = @AUTOCONF@
-AUTOHEADER = @AUTOHEADER@
-AUTOMAKE = @AUTOMAKE@
-AWK = @AWK@
-BOOST_CPPFLAGS = @BOOST_CPPFLAGS@
-BOOST_LDFLAGS = @BOOST_LDFLAGS@
-BUILD_TIMESTAMP = @BUILD_TIMESTAMP@
-CC = @CC@
-CCDEPMODE = @CCDEPMODE@
-CFLAGS = @CFLAGS@
-CLANG = @CLANG@
-CLANGXX = @CLANGXX@
-CLANGXX_FLAGS = @CLANGXX_FLAGS@
-CLFLAGS = @CLFLAGS@
-CPP = @CPP@
-CPPFLAGS = @CPPFLAGS@
-CXX = @CXX@
-CXXCPP = @CXXCPP@
-CXXDEPMODE = @CXXDEPMODE@
-CXXFLAGS = @CXXFLAGS@
-CYGPATH_W = @CYGPATH_W@
-DEFS = @DEFS@
-DEPDIR = @DEPDIR@
-DLLTOOL = @DLLTOOL@
-DSYMUTIL = @DSYMUTIL@
-DUMPBIN = @DUMPBIN@
-ECHO_C = @ECHO_C@
-ECHO_N = @ECHO_N@
-ECHO_T = @ECHO_T@
-EGREP = @EGREP@
-EXEEXT = @EXEEXT@
-FGREP = @FGREP@
-FORCED_CLFLAGS = @FORCED_CLFLAGS@
-GLEW_CFLAGS = @GLEW_CFLAGS@
-GLEW_LIBS = @GLEW_LIBS@
-GREP = @GREP@
-HOST = @HOST@
-HOST_AS_FLAGS = @HOST_AS_FLAGS@
-HOST_CLANG_FLAGS = @HOST_CLANG_FLAGS@
-HOST_CPU = @HOST_CPU@
-HOST_DEVICE_EXTENSION_DEFINES = @HOST_DEVICE_EXTENSION_DEFINES@
-HOST_LD_FLAGS = @HOST_LD_FLAGS@
-HOST_LLC_FLAGS = @HOST_LLC_FLAGS@
-HOST_SIZEOF_DOUBLE = @HOST_SIZEOF_DOUBLE@
-HOST_SIZEOF_HALF = @HOST_SIZEOF_HALF@
-HOST_SIZEOF_LONG = @HOST_SIZEOF_LONG@
-HOST_SIZEOF_VOID_P = @HOST_SIZEOF_VOID_P@
-HSAILASM = @HSAILASM@
-HSA_DEVICE_EXTENSION_DEFINES = @HSA_DEVICE_EXTENSION_DEFINES@
-HSA_INCLUDES = @HSA_INCLUDES@
-HSA_LIBS = @HSA_LIBS@
-HWLOC_CFLAGS = @HWLOC_CFLAGS@
-HWLOC_LIBS = @HWLOC_LIBS@
-ICD_LD_FLAGS = @ICD_LD_FLAGS@
-INSTALL = @INSTALL@
-INSTALL_DATA = @INSTALL_DATA@
-INSTALL_PROGRAM = @INSTALL_PROGRAM@
-INSTALL_SCRIPT = @INSTALL_SCRIPT@
-INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
-KERNEL_COMPILER_LIB_VERSION = @KERNEL_COMPILER_LIB_VERSION@
-LD = @LD@
-LDFLAGS = @LDFLAGS@
-LD_FLAGS_BIN = @LD_FLAGS_BIN@
-LIBOBJS = @LIBOBJS@
-LIBRARY_SUFFIX = @LIBRARY_SUFFIX@
-LIBS = @LIBS@
-LIBTOOL = @LIBTOOL@
-LIB_AGE_VERSION = @LIB_AGE_VERSION@
-LIB_CURRENT_VERSION = @LIB_CURRENT_VERSION@
-LIB_FIRST_VERSION = @LIB_FIRST_VERSION@
-LIB_REVISION_VERSION = @LIB_REVISION_VERSION@
-LIB_VERSION = @LIB_VERSION@
-LIPO = @LIPO@
-LLC = @LLC@
-LLVM_AS = @LLVM_AS@
-LLVM_CONFIG = @LLVM_CONFIG@
-LLVM_CXX_FLAGS = @LLVM_CXX_FLAGS@
-LLVM_LDFLAGS = @LLVM_LDFLAGS@
-LLVM_LIBS = @LLVM_LIBS@
-LLVM_LINK = @LLVM_LINK@
-LLVM_OPT = @LLVM_OPT@
-LLVM_VERSION = @LLVM_VERSION@
-LN_S = @LN_S@
-LTDL_LIBS = @LTDL_LIBS@
-LTLIBOBJS = @LTLIBOBJS@
-LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
-MAKEINFO = @MAKEINFO@
-MANIFEST_TOOL = @MANIFEST_TOOL@
-MKDIR_P = @MKDIR_P@
-NM = @NM@
-NMEDIT = @NMEDIT@
-OBJDUMP = @OBJDUMP@
-OBJEXT = @OBJEXT@
-OCL_ICD_CFLAGS = @OCL_ICD_CFLAGS@
-OCL_ICD_LIBS = @OCL_ICD_LIBS@
-OCL_KERNEL_ARCH = @OCL_KERNEL_ARCH@
-OCL_KERNEL_TARGET = @OCL_KERNEL_TARGET@
-OCL_KERNEL_TARGET_CPU = @OCL_KERNEL_TARGET_CPU@
-OCL_TARGETS = @OCL_TARGETS@
-OPENCL_CFLAGS = @OPENCL_CFLAGS@
-OPENCL_CMAKE = @OPENCL_CMAKE@
-OPENCL_EXTLIBS = @OPENCL_EXTLIBS@
-OPENCL_LIBS = @OPENCL_LIBS@
-OPT = @OPT@
-OTOOL = @OTOOL@
-OTOOL64 = @OTOOL64@
-PACKAGE = @PACKAGE@
-PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
-PACKAGE_NAME = @PACKAGE_NAME@
-PACKAGE_STRING = @PACKAGE_STRING@
-PACKAGE_TARNAME = @PACKAGE_TARNAME@
-PACKAGE_URL = @PACKAGE_URL@
-PACKAGE_VERSION = @PACKAGE_VERSION@
-PATH_SEPARATOR = @PATH_SEPARATOR@
-PKG_CONFIG = @PKG_CONFIG@
-PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
-PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
-POAT_TESTSUITES = @POAT_TESTSUITES@
-POCL_DEVICE_ADDRESS_BITS = @POCL_DEVICE_ADDRESS_BITS@
-PTHREAD_CC = @PTHREAD_CC@
-PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
-PTHREAD_LIBS = @PTHREAD_LIBS@
-RANLIB = @RANLIB@
-SDL_CFLAGS = @SDL_CFLAGS@
-SDL_LIBS = @SDL_LIBS@
-SED = @SED@
-SET_MAKE = @SET_MAKE@
-SHELL = @SHELL@
-STRIP = @STRIP@
-TARGET = @TARGET@
-TARGET_CLANG_FLAGS = @TARGET_CLANG_FLAGS@
-TARGET_CPU = @TARGET_CPU@
-TARGET_LLC_FLAGS = @TARGET_LLC_FLAGS@
-TARGET_SIZEOF_DOUBLE = @TARGET_SIZEOF_DOUBLE@
-TARGET_SIZEOF_HALF = @TARGET_SIZEOF_HALF@
-TARGET_SIZEOF_LONG = @TARGET_SIZEOF_LONG@
-TARGET_SIZEOF_VOID_P = @TARGET_SIZEOF_VOID_P@
-TCECC = @TCECC@
-TCEMC_AVAILABLE = @TCEMC_AVAILABLE@
-TCE_AVAILABLE = @TCE_AVAILABLE@
-TCE_CONFIG = @TCE_CONFIG@
-TCE_DEVICE_EXTENSION_DEFINES = @TCE_DEVICE_EXTENSION_DEFINES@
-VERSION = @VERSION@
-abs_builddir = @abs_builddir@
-abs_srcdir = @abs_srcdir@
-abs_top_builddir = @abs_top_builddir@
-abs_top_srcdir = @abs_top_srcdir@
-ac_ct_AR = @ac_ct_AR@
-ac_ct_CC = @ac_ct_CC@
-ac_ct_CXX = @ac_ct_CXX@
-ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
-acx_pthread_config = @acx_pthread_config@
-am__include = @am__include@
-am__leading_dot = @am__leading_dot@
-am__quote = @am__quote@
-am__tar = @am__tar@
-am__untar = @am__untar@
-bindir = @bindir@
-build = @build@
-build_alias = @build_alias@
-build_cpu = @build_cpu@
-build_os = @build_os@
-build_vendor = @build_vendor@
-builddir = @builddir@
-datadir = @datadir@
-datarootdir = @datarootdir@
-docdir = @docdir@
-dvidir = @dvidir@
-exec_prefix = @exec_prefix@
-host = @host@
-host_alias = @host_alias@
-host_cpu = @host_cpu@
-host_os = @host_os@
-host_vendor = @host_vendor@
-htmldir = @htmldir@
-includedir = @includedir@
-infodir = @infodir@
-install_sh = @install_sh@
-libdir = @libdir@
-libexecdir = @libexecdir@
-localedir = @localedir@
-localstatedir = @localstatedir@
-mandir = @mandir@
-mkdir_p = @mkdir_p@
-oldincludedir = @oldincludedir@
-pdfdir = @pdfdir@
-prefix = @prefix@
-program_transform_name = @program_transform_name@
-psdir = @psdir@
-sbindir = @sbindir@
-sharedstatedir = @sharedstatedir@
-srcdir = @srcdir@
-sysconfdir = @sysconfdir@
-target = @target@
-target_alias = @target_alias@
-target_cpu = @target_cpu@
-target_os = @target_os@
-target_vendor = @target_vendor@
-top_build_prefix = @top_build_prefix@
-top_builddir = @top_builddir@
-top_srcdir = @top_srcdir@
-SUBDIRS = devices
-lib_LTLIBRARIES = libpocl.la $(am__append_1)
-libpocl_la_SOURCES = clCreateContextFromType.c	\
-                   clReleaseContext.c		\
-                   clRetainContext.c		\
-                   clGetContextInfo.c		\
-                   clCreateCommandQueue.c	\
-                   clCreateCommandQueueWithProperties.c	\
-                   clReleaseCommandQueue.c	\
-                   clRetainCommandQueue.c	\
-                   clGetCommandQueueInfo.c	\
-                   clCreateBuffer.c		\
-                   clCreateSubBuffer.c		\
-                   clEnqueueFillImage.c	\
-                   clEnqueueFillBuffer.c	\
-                   clEnqueueReadBuffer.c	\
-                   clEnqueueReadBufferRect.c	\
-                   clEnqueueMapBuffer.c	\
-                   clEnqueueMapBuffer.h	\
-                   clEnqueueUnmapMemObject.c	\
-                   clEnqueueMarkerWithWaitList.c \
-                   clReleaseMemObject.c		\
-                   clRetainMemObject.c		\
-                   clGetMemObjectInfo.c		\
-                   clSetMemObjectDestructorCallback.c	\
-                   clCreateProgramWithSource.c	\
-                   clCreateProgramWithBinary.c	\
-                   clReleaseProgram.c		\
-                   clRetainProgram.c		\
-                   clBuildProgram.c		\
-                   clCreateKernel.c		\
-                   clReleaseKernel.c		\
-                   clRetainKernel.c		\
-                   clSetKernelArg.c		\
-                   clEnqueueNDRangeKernel.c	\
-                   clEnqueueNativeKernel.c	\
-                   clCreateKernelsInProgram.c		\
-                   clGetKernelInfo.c		\
-                   clGetKernelArgInfo.c		\
-                   clGetPlatformIDs.c		\
-                   clGetPlatformInfo.c		\
-                   clGetDeviceIDs.c		\
-                   clGetDeviceInfo.c		\
-                   clCreateContext.c		\
-                   clGetProgramBuildInfo.c	\
-                   clEnqueueWriteBuffer.c	\
-                   clEnqueueWriteBufferRect.c	\
-                   clEnqueueCopyBuffer.c	\
-                   clEnqueueCopyBufferRect.c	\
-                   clEnqueueCopyBufferToImage.c	\
-                   clEnqueueCopyImageToBuffer.c	\
-                   clFinish.c			\
-                   clFlush.c			\
-                   clEnqueueBarrier.c		\
-                   clEnqueueMarker.c		\
-                   clGetKernelWorkGroupInfo.c	\
-                   clGetProgramInfo.c		\
-                   clGetEventProfilingInfo.c	\
-                   clWaitForEvents.c		\
-                   clEnqueueWaitForEvents.c	\
-                   clReleaseEvent.c		\
-                   clRetainEvent.c		\
-                   clSetEventCallback.c		\
-                   clGetEventInfo.c		\
-                   clCreateUserEvent.c		\
-                   clSetUserEventStatus.c		\
-                   clEnqueueTask.c		\
-                   clCreateImage.c		\
-                   clCreateImage2D.c		\
-                   clCreateImage3D.c		\
-                   clEnqueueReadImage.c	\
-                   clEnqueueWriteImage.c	\
-                   clCreateSampler.c	\
-                   clReleaseSampler.c	\
-                   clRetainSampler.c \
-                   clGetSamplerInfo.c \
-                   clEnqueueCopyImage.c		\
-                   clEnqueueMapImage.c		\
-                   clGetImageInfo.c		\
-                   clCreateFromGLTexture2D.c	\
-                   clCreateFromGLTexture3D.c	\
-                   clUnloadCompiler.c		\
-                   clGetSupportedImageFormats.c	\
-                   clGetExtensionFunctionAddress.c \
-                   clIcdGetPlatformIDsKHR.c \
-                   clCreateSubDevices.c \
-                   clReleaseDevice.c \
-                   clRetainDevice.c \
-                   clSVMAlloc.c \
-                   clSVMFree.c \
-                   clEnqueueSVMFree.c \
-                   clEnqueueSVMMap.c \
-                   clEnqueueSVMUnmap.c \
-                   clEnqueueSVMMemcpy.c \
-                   clEnqueueSVMMemFill.c \
-                   clSetKernelArgSVMPointer.c \
-                   clSetKernelExecInfo.c \
-                   pocl_cl.h \
-                   pocl_util.c pocl_util.h \
-                   pocl_queue_util.c pocl_queue_util.h \
-                   pocl_image_util.c pocl_image_util.h \
-                   pocl_img_buf_cpy.h pocl_img_buf_cpy.c \
-                   pocl_timing.c pocl_timing.h \
-                   pocl_intfn.h pocl_icd.h \
-                   pocl_llvm.h \
-                   pocl_runtime_config.c pocl_runtime_config.h \
-                   pocl_mem_management.c pocl_mem_management.h \
-                   pocl_hash.c pocl_hash.h pocl_cache.c \
-                   pocl_debug.c pocl_debug.h
-
-libpocl_la_CPPFLAGS = -I$(top_srcdir)/fix-include -I$(top_srcdir)/fix-include/OpenCL -I$(top_srcdir)/include -I$(top_srcdir)/lib/CL/devices $(OCL_ICD_CFLAGS)
-libpocl_la_LDFLAGS = -lltdl @PTHREAD_CFLAGS@ -version-info \
-	${LIB_VERSION} $(am__append_2) $(am__append_3) @LLVM_LDFLAGS@ \
-	-L${top_builddir}/lib/CL/ @ICD_LD_FLAGS@
-libpocl_la_LIBADD = devices/libpocl-devices.la ${LTDL_LIBS} \
-	$(am__append_4) libpoclllvm.la \
-	${top_builddir}/lib/llvmopencl/libllvmpasses.la \
-	-lclangFrontend -lclangDriver -lclangParse -lclangSema \
-	-lclangEdit -lclangLex -lclangSerialization -lclangAST \
-	-lclangBasic -lclangFrontendTool -lclangRewriteFrontend \
-	-lclangStaticAnalyzerFrontend -lclangStaticAnalyzerCore \
-	-lclangAnalysis -lclangCodeGen -lclangAST -lstdc++ -lm \
-	@LLVM_LIBS@ -lclangASTMatchers -lclangBasic
-
-#Kludge: compile pocl_llvm_api.cc into a library of its own.
-#The source file is necessarely a C++ file, and having a C++ file
-#causes the entire pocl project to be linked with g++, which in turn
-#exposes a gcc/autoconf m4 macro issue
-# see: http://stackoverflow.com/questions/17055279/autotools-for-pthreads-not-setting-correct-linker-flags
-noinst_LTLIBRARIES = libpoclllvm.la
-libpoclllvm_la_SOURCES = pocl_llvm_api.cc
-libpoclllvm_la_CPPFLAGS = ${libpocl_la_CPPFLAGS} -I$(top_srcdir)/lib/llvmopencl/
-libpoclllvm_la_LDFLAGS = @LLVM_LDFLAGS@
-AM_CXXFLAGS = @PTHREAD_CFLAGS@ @LLVM_CXX_FLAGS@
- at BUILD_ICD_FALSE@libOpenCL_la_SOURCES = ${libpocl_la_SOURCES}
- at BUILD_ICD_FALSE@libOpenCL_la_CPPFLAGS = ${libpocl_la_CPPFLAGS}
- at BUILD_ICD_FALSE@libOpenCL_la_LDFLAGS = ${libpocl_la_LDFLAGS}
- at BUILD_ICD_FALSE@libOpenCL_la_LIBADD = ${libpocl_la_LIBADD}
-CLEANFILES = libpocl.la libOpenCL.la kernellib_hash.h
-EXTRA_DIST = CMakeLists.txt
-BUILT_SOURCES = kernellib_hash.h
-all: $(BUILT_SOURCES)
-	$(MAKE) $(AM_MAKEFLAGS) all-recursive
-
-.SUFFIXES:
-.SUFFIXES: .c .cc .lo .o .obj
-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
-	@for dep in $?; do \
-	  case '$(am__configure_deps)' in \
-	    *$$dep*) \
-	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
-	        && { if test -f $@; then exit 0; else break; fi; }; \
-	      exit 1;; \
-	  esac; \
-	done; \
-	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign lib/CL/Makefile'; \
-	$(am__cd) $(top_srcdir) && \
-	  $(AUTOMAKE) --foreign lib/CL/Makefile
-Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
-	@case '$?' in \
-	  *config.status*) \
-	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
-	  *) \
-	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
-	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
-	esac;
-
-$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
-	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-
-$(top_srcdir)/configure:  $(am__configure_deps)
-	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
-	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-$(am__aclocal_m4_deps):
-
-install-libLTLIBRARIES: $(lib_LTLIBRARIES)
-	@$(NORMAL_INSTALL)
-	@list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
-	list2=; for p in $$list; do \
-	  if test -f $$p; then \
-	    list2="$$list2 $$p"; \
-	  else :; fi; \
-	done; \
-	test -z "$$list2" || { \
-	  echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \
-	  $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \
-	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
-	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
-	}
-
-uninstall-libLTLIBRARIES:
-	@$(NORMAL_UNINSTALL)
-	@list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
-	for p in $$list; do \
-	  $(am__strip_dir) \
-	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
-	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
-	done
-
-clean-libLTLIBRARIES:
-	-test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
-	@list='$(lib_LTLIBRARIES)'; \
-	locs=`for p in $$list; do echo $$p; done | \
-	      sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
-	      sort -u`; \
-	test -z "$$locs" || { \
-	  echo rm -f $${locs}; \
-	  rm -f $${locs}; \
-	}
-
-clean-noinstLTLIBRARIES:
-	-test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
-	@list='$(noinst_LTLIBRARIES)'; \
-	locs=`for p in $$list; do echo $$p; done | \
-	      sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
-	      sort -u`; \
-	test -z "$$locs" || { \
-	  echo rm -f $${locs}; \
-	  rm -f $${locs}; \
-	}
-
-libOpenCL.la: $(libOpenCL_la_OBJECTS) $(libOpenCL_la_DEPENDENCIES) $(EXTRA_libOpenCL_la_DEPENDENCIES) 
-	$(AM_V_CCLD)$(libOpenCL_la_LINK) $(am_libOpenCL_la_rpath) $(libOpenCL_la_OBJECTS) $(libOpenCL_la_LIBADD) $(LIBS)
-
-libpocl.la: $(libpocl_la_OBJECTS) $(libpocl_la_DEPENDENCIES) $(EXTRA_libpocl_la_DEPENDENCIES) 
-	$(AM_V_CCLD)$(libpocl_la_LINK) -rpath $(libdir) $(libpocl_la_OBJECTS) $(libpocl_la_LIBADD) $(LIBS)
-
-libpoclllvm.la: $(libpoclllvm_la_OBJECTS) $(libpoclllvm_la_DEPENDENCIES) $(EXTRA_libpoclllvm_la_DEPENDENCIES) 
-	$(AM_V_CXXLD)$(libpoclllvm_la_LINK)  $(libpoclllvm_la_OBJECTS) $(libpoclllvm_la_LIBADD) $(LIBS)
-
-mostlyclean-compile:
-	-rm -f *.$(OBJEXT)
-
-distclean-compile:
-	-rm -f *.tab.c
-
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libOpenCL_la-clBuildProgram.Plo at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libOpenCL_la-clCreateBuffer.Plo at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libOpenCL_la-clCreateCommandQueue.Plo at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libOpenCL_la-clCreateCommandQueueWithProperties.Plo at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libOpenCL_la-clCreateContext.Plo at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libOpenCL_la-clCreateContextFromType.Plo at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libOpenCL_la-clCreateFromGLTexture2D.Plo at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libOpenCL_la-clCreateFromGLTexture3D.Plo at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libOpenCL_la-clCreateImage.Plo at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libOpenCL_la-clCreateImage2D.Plo at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libOpenCL_la-clCreateImage3D.Plo at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libOpenCL_la-clCreateKernel.Plo at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libOpenCL_la-clCreateKernelsInProgram.Plo at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libOpenCL_la-clCreateProgramWithBinary.Plo at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libOpenCL_la-clCreateProgramWithSource.Plo at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libOpenCL_la-clCreateSampler.Plo at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libOpenCL_la-clCreateSubBuffer.Plo at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libOpenCL_la-clCreateSubDevices.Plo at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libOpenCL_la-clCreateUserEvent.Plo at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libOpenCL_la-clEnqueueBarrier.Plo at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libOpenCL_la-clEnqueueCopyBuffer.Plo at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libOpenCL_la-clEnqueueCopyBufferRect.Plo at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libOpenCL_la-clEnqueueCopyBufferToImage.Plo at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libOpenCL_la-clEnqueueCopyImage.Plo at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libOpenCL_la-clEnqueueCopyImageToBuffer.Plo at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libOpenCL_la-clEnqueueFillBuffer.Plo at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libOpenCL_la-clEnqueueFillImage.Plo at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libOpenCL_la-clEnqueueMapBuffer.Plo at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libOpenCL_la-clEnqueueMapImage.Plo at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libOpenCL_la-clEnqueueMarker.Plo at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libOpenCL_la-clEnqueueMarkerWithWaitList.Plo at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libOpenCL_la-clEnqueueNDRangeKernel.Plo at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libOpenCL_la-clEnqueueNativeKernel.Plo at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libOpenCL_la-clEnqueueReadBuffer.Plo at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libOpenCL_la-clEnqueueReadBufferRect.Plo at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libOpenCL_la-clEnqueueReadImage.Plo at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libOpenCL_la-clEnqueueSVMFree.Plo at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libOpenCL_la-clEnqueueSVMMap.Plo at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libOpenCL_la-clEnqueueSVMMemFill.Plo at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libOpenCL_la-clEnqueueSVMMemcpy.Plo at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libOpenCL_la-clEnqueueSVMUnmap.Plo at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libOpenCL_la-clEnqueueTask.Plo at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libOpenCL_la-clEnqueueUnmapMemObject.Plo at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libOpenCL_la-clEnqueueWaitForEvents.Plo at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libOpenCL_la-clEnqueueWriteBuffer.Plo at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libOpenCL_la-clEnqueueWriteBufferRect.Plo at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libOpenCL_la-clEnqueueWriteImage.Plo at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libOpenCL_la-clFinish.Plo at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libOpenCL_la-clFlush.Plo at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libOpenCL_la-clGetCommandQueueInfo.Plo at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libOpenCL_la-clGetContextInfo.Plo at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libOpenCL_la-clGetDeviceIDs.Plo at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libOpenCL_la-clGetDeviceInfo.Plo at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libOpenCL_la-clGetEventInfo.Plo at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libOpenCL_la-clGetEventProfilingInfo.Plo at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libOpenCL_la-clGetExtensionFunctionAddress.Plo at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libOpenCL_la-clGetImageInfo.Plo at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libOpenCL_la-clGetKernelArgInfo.Plo at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libOpenCL_la-clGetKernelInfo.Plo at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libOpenCL_la-clGetKernelWorkGroupInfo.Plo at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libOpenCL_la-clGetMemObjectInfo.Plo at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libOpenCL_la-clGetPlatformIDs.Plo at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libOpenCL_la-clGetPlatformInfo.Plo at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libOpenCL_la-clGetProgramBuildInfo.Plo at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libOpenCL_la-clGetProgramInfo.Plo at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libOpenCL_la-clGetSamplerInfo.Plo at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libOpenCL_la-clGetSupportedImageFormats.Plo at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libOpenCL_la-clIcdGetPlatformIDsKHR.Plo at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libOpenCL_la-clReleaseCommandQueue.Plo at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libOpenCL_la-clReleaseContext.Plo at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libOpenCL_la-clReleaseDevice.Plo at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libOpenCL_la-clReleaseEvent.Plo at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libOpenCL_la-clReleaseKernel.Plo at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libOpenCL_la-clReleaseMemObject.Plo at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libOpenCL_la-clReleaseProgram.Plo at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libOpenCL_la-clReleaseSampler.Plo at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libOpenCL_la-clRetainCommandQueue.Plo at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libOpenCL_la-clRetainContext.Plo at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libOpenCL_la-clRetainDevice.Plo at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libOpenCL_la-clRetainEvent.Plo at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libOpenCL_la-clRetainKernel.Plo at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libOpenCL_la-clRetainMemObject.Plo at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libOpenCL_la-clRetainProgram.Plo at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libOpenCL_la-clRetainSampler.Plo at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libOpenCL_la-clSVMAlloc.Plo at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libOpenCL_la-clSVMFree.Plo at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libOpenCL_la-clSetEventCallback.Plo at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libOpenCL_la-clSetKernelArg.Plo at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libOpenCL_la-clSetKernelArgSVMPointer.Plo at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libOpenCL_la-clSetKernelExecInfo.Plo at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libOpenCL_la-clSetMemObjectDestructorCallback.Plo at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libOpenCL_la-clSetUserEventStatus.Plo at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libOpenCL_la-clUnloadCompiler.Plo at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libOpenCL_la-clWaitForEvents.Plo at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libOpenCL_la-pocl_cache.Plo at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libOpenCL_la-pocl_debug.Plo at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libOpenCL_la-pocl_hash.Plo at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libOpenCL_la-pocl_image_util.Plo at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libOpenCL_la-pocl_img_buf_cpy.Plo at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libOpenCL_la-pocl_mem_management.Plo at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libOpenCL_la-pocl_queue_util.Plo at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libOpenCL_la-pocl_runtime_config.Plo at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libOpenCL_la-pocl_timing.Plo at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libOpenCL_la-pocl_util.Plo at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libpocl_la-clBuildProgram.Plo at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libpocl_la-clCreateBuffer.Plo at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libpocl_la-clCreateCommandQueue.Plo at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libpocl_la-clCreateCommandQueueWithProperties.Plo at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libpocl_la-clCreateContext.Plo at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libpocl_la-clCreateContextFromType.Plo at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libpocl_la-clCreateFromGLTexture2D.Plo at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libpocl_la-clCreateFromGLTexture3D.Plo at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libpocl_la-clCreateImage.Plo at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libpocl_la-clCreateImage2D.Plo at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libpocl_la-clCreateImage3D.Plo at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libpocl_la-clCreateKernel.Plo at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libpocl_la-clCreateKernelsInProgram.Plo at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libpocl_la-clCreateProgramWithBinary.Plo at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libpocl_la-clCreateProgramWithSource.Plo at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libpocl_la-clCreateSampler.Plo at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libpocl_la-clCreateSubBuffer.Plo at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libpocl_la-clCreateSubDevices.Plo at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libpocl_la-clCreateUserEvent.Plo at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libpocl_la-clEnqueueBarrier.Plo at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libpocl_la-clEnqueueCopyBuffer.Plo at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libpocl_la-clEnqueueCopyBufferRect.Plo at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libpocl_la-clEnqueueCopyBufferToImage.Plo at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libpocl_la-clEnqueueCopyImage.Plo at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libpocl_la-clEnqueueCopyImageToBuffer.Plo at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libpocl_la-clEnqueueFillBuffer.Plo at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libpocl_la-clEnqueueFillImage.Plo at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libpocl_la-clEnqueueMapBuffer.Plo at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libpocl_la-clEnqueueMapImage.Plo at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libpocl_la-clEnqueueMarker.Plo at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libpocl_la-clEnqueueMarkerWithWaitList.Plo at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libpocl_la-clEnqueueNDRangeKernel.Plo at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libpocl_la-clEnqueueNativeKernel.Plo at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libpocl_la-clEnqueueReadBuffer.Plo at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libpocl_la-clEnqueueReadBufferRect.Plo at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libpocl_la-clEnqueueReadImage.Plo at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libpocl_la-clEnqueueSVMFree.Plo at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libpocl_la-clEnqueueSVMMap.Plo at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libpocl_la-clEnqueueSVMMemFill.Plo at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libpocl_la-clEnqueueSVMMemcpy.Plo at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libpocl_la-clEnqueueSVMUnmap.Plo at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libpocl_la-clEnqueueTask.Plo at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libpocl_la-clEnqueueUnmapMemObject.Plo at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libpocl_la-clEnqueueWaitForEvents.Plo at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libpocl_la-clEnqueueWriteBuffer.Plo at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libpocl_la-clEnqueueWriteBufferRect.Plo at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libpocl_la-clEnqueueWriteImage.Plo at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libpocl_la-clFinish.Plo at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libpocl_la-clFlush.Plo at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libpocl_la-clGetCommandQueueInfo.Plo at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libpocl_la-clGetContextInfo.Plo at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libpocl_la-clGetDeviceIDs.Plo at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libpocl_la-clGetDeviceInfo.Plo at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libpocl_la-clGetEventInfo.Plo at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libpocl_la-clGetEventProfilingInfo.Plo at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libpocl_la-clGetExtensionFunctionAddress.Plo at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libpocl_la-clGetImageInfo.Plo at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libpocl_la-clGetKernelArgInfo.Plo at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libpocl_la-clGetKernelInfo.Plo at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libpocl_la-clGetKernelWorkGroupInfo.Plo at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libpocl_la-clGetMemObjectInfo.Plo at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libpocl_la-clGetPlatformIDs.Plo at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libpocl_la-clGetPlatformInfo.Plo at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libpocl_la-clGetProgramBuildInfo.Plo at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libpocl_la-clGetProgramInfo.Plo at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libpocl_la-clGetSamplerInfo.Plo at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libpocl_la-clGetSupportedImageFormats.Plo at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libpocl_la-clIcdGetPlatformIDsKHR.Plo at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libpocl_la-clReleaseCommandQueue.Plo at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libpocl_la-clReleaseContext.Plo at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libpocl_la-clReleaseDevice.Plo at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libpocl_la-clReleaseEvent.Plo at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libpocl_la-clReleaseKernel.Plo at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libpocl_la-clReleaseMemObject.Plo at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libpocl_la-clReleaseProgram.Plo at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libpocl_la-clReleaseSampler.Plo at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libpocl_la-clRetainCommandQueue.Plo at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libpocl_la-clRetainContext.Plo at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libpocl_la-clRetainDevice.Plo at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libpocl_la-clRetainEvent.Plo at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libpocl_la-clRetainKernel.Plo at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libpocl_la-clRetainMemObject.Plo at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libpocl_la-clRetainProgram.Plo at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libpocl_la-clRetainSampler.Plo at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libpocl_la-clSVMAlloc.Plo at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libpocl_la-clSVMFree.Plo at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libpocl_la-clSetEventCallback.Plo at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libpocl_la-clSetKernelArg.Plo at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libpocl_la-clSetKernelArgSVMPointer.Plo at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libpocl_la-clSetKernelExecInfo.Plo at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libpocl_la-clSetMemObjectDestructorCallback.Plo at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libpocl_la-clSetUserEventStatus.Plo at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libpocl_la-clUnloadCompiler.Plo at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libpocl_la-clWaitForEvents.Plo at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libpocl_la-pocl_cache.Plo at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libpocl_la-pocl_debug.Plo at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libpocl_la-pocl_hash.Plo at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libpocl_la-pocl_image_util.Plo at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libpocl_la-pocl_img_buf_cpy.Plo at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libpocl_la-pocl_mem_management.Plo at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libpocl_la-pocl_queue_util.Plo at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libpocl_la-pocl_runtime_config.Plo at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libpocl_la-pocl_timing.Plo at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libpocl_la-pocl_util.Plo at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libpoclllvm_la-pocl_llvm_api.Plo at am__quote@
-
-.c.o:
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(COMPILE) -c -o $@ $<
-
-.c.obj:
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
-
-.c.lo:
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(LTCOMPILE) -c -o $@ $<
-
-libOpenCL_la-clCreateContextFromType.lo: clCreateContextFromType.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libOpenCL_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libOpenCL_la-clCreateContextFromType.lo -MD -MP -MF $(DEPDIR)/libOpenCL_la-clCreateContextFromType.Tpo -c -o libOpenCL_la-clCreateContextFromType.lo `test -f 'clCreateContextFromType.c' || echo '$(srcdir)/'`clCreateContextFromType.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libOpenCL_la-clCreateContextFromType.Tpo $(DEPDIR)/libOpenCL_la-clCreateContextFromType.Plo
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='clCreateContextFromType.c' object='libOpenCL_la-clCreateContextFromType.lo' libtool=yes @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libOpenCL_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libOpenCL_la-clCreateContextFromType.lo `test -f 'clCreateContextFromType.c' || echo '$(srcdir)/'`clCreateContextFromType.c
-
-libOpenCL_la-clReleaseContext.lo: clReleaseContext.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libOpenCL_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libOpenCL_la-clReleaseContext.lo -MD -MP -MF $(DEPDIR)/libOpenCL_la-clReleaseContext.Tpo -c -o libOpenCL_la-clReleaseContext.lo `test -f 'clReleaseContext.c' || echo '$(srcdir)/'`clReleaseContext.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libOpenCL_la-clReleaseContext.Tpo $(DEPDIR)/libOpenCL_la-clReleaseContext.Plo
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='clReleaseContext.c' object='libOpenCL_la-clReleaseContext.lo' libtool=yes @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libOpenCL_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libOpenCL_la-clReleaseContext.lo `test -f 'clReleaseContext.c' || echo '$(srcdir)/'`clReleaseContext.c
-
-libOpenCL_la-clRetainContext.lo: clRetainContext.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libOpenCL_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libOpenCL_la-clRetainContext.lo -MD -MP -MF $(DEPDIR)/libOpenCL_la-clRetainContext.Tpo -c -o libOpenCL_la-clRetainContext.lo `test -f 'clRetainContext.c' || echo '$(srcdir)/'`clRetainContext.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libOpenCL_la-clRetainContext.Tpo $(DEPDIR)/libOpenCL_la-clRetainContext.Plo
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='clRetainContext.c' object='libOpenCL_la-clRetainContext.lo' libtool=yes @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libOpenCL_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libOpenCL_la-clRetainContext.lo `test -f 'clRetainContext.c' || echo '$(srcdir)/'`clRetainContext.c
-
-libOpenCL_la-clGetContextInfo.lo: clGetContextInfo.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libOpenCL_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libOpenCL_la-clGetContextInfo.lo -MD -MP -MF $(DEPDIR)/libOpenCL_la-clGetContextInfo.Tpo -c -o libOpenCL_la-clGetContextInfo.lo `test -f 'clGetContextInfo.c' || echo '$(srcdir)/'`clGetContextInfo.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libOpenCL_la-clGetContextInfo.Tpo $(DEPDIR)/libOpenCL_la-clGetContextInfo.Plo
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='clGetContextInfo.c' object='libOpenCL_la-clGetContextInfo.lo' libtool=yes @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libOpenCL_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libOpenCL_la-clGetContextInfo.lo `test -f 'clGetContextInfo.c' || echo '$(srcdir)/'`clGetContextInfo.c
-
-libOpenCL_la-clCreateCommandQueue.lo: clCreateCommandQueue.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libOpenCL_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libOpenCL_la-clCreateCommandQueue.lo -MD -MP -MF $(DEPDIR)/libOpenCL_la-clCreateCommandQueue.Tpo -c -o libOpenCL_la-clCreateCommandQueue.lo `test -f 'clCreateCommandQueue.c' || echo '$(srcdir)/'`clCreateCommandQueue.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libOpenCL_la-clCreateCommandQueue.Tpo $(DEPDIR)/libOpenCL_la-clCreateCommandQueue.Plo
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='clCreateCommandQueue.c' object='libOpenCL_la-clCreateCommandQueue.lo' libtool=yes @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libOpenCL_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libOpenCL_la-clCreateCommandQueue.lo `test -f 'clCreateCommandQueue.c' || echo '$(srcdir)/'`clCreateCommandQueue.c
-
-libOpenCL_la-clCreateCommandQueueWithProperties.lo: clCreateCommandQueueWithProperties.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libOpenCL_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libOpenCL_la-clCreateCommandQueueWithProperties.lo -MD -MP -MF $(DEPDIR)/libOpenCL_la-clCreateCommandQueueWithProperties.Tpo -c -o libOpenCL_la-clCreateCommandQueueWithProperties.lo `test -f 'clCreateCommandQueueWithProperties.c' || echo '$(srcdir)/'`clCreateCommandQueu [...]
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libOpenCL_la-clCreateCommandQueueWithProperties.Tpo $(DEPDIR)/libOpenCL_la-clCreateCommandQueueWithProperties.Plo
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='clCreateCommandQueueWithProperties.c' object='libOpenCL_la-clCreateCommandQueueWithProperties.lo' libtool=yes @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libOpenCL_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libOpenCL_la-clCreateCommandQueueWithProperties.lo `test -f 'clCreateCommandQueueWithProperties.c' || echo '$(srcdir)/'`clCreateCommandQueueWithProperties.c
-
-libOpenCL_la-clReleaseCommandQueue.lo: clReleaseCommandQueue.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libOpenCL_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libOpenCL_la-clReleaseCommandQueue.lo -MD -MP -MF $(DEPDIR)/libOpenCL_la-clReleaseCommandQueue.Tpo -c -o libOpenCL_la-clReleaseCommandQueue.lo `test -f 'clReleaseCommandQueue.c' || echo '$(srcdir)/'`clReleaseCommandQueue.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libOpenCL_la-clReleaseCommandQueue.Tpo $(DEPDIR)/libOpenCL_la-clReleaseCommandQueue.Plo
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='clReleaseCommandQueue.c' object='libOpenCL_la-clReleaseCommandQueue.lo' libtool=yes @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libOpenCL_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libOpenCL_la-clReleaseCommandQueue.lo `test -f 'clReleaseCommandQueue.c' || echo '$(srcdir)/'`clReleaseCommandQueue.c
-
-libOpenCL_la-clRetainCommandQueue.lo: clRetainCommandQueue.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libOpenCL_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libOpenCL_la-clRetainCommandQueue.lo -MD -MP -MF $(DEPDIR)/libOpenCL_la-clRetainCommandQueue.Tpo -c -o libOpenCL_la-clRetainCommandQueue.lo `test -f 'clRetainCommandQueue.c' || echo '$(srcdir)/'`clRetainCommandQueue.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libOpenCL_la-clRetainCommandQueue.Tpo $(DEPDIR)/libOpenCL_la-clRetainCommandQueue.Plo
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='clRetainCommandQueue.c' object='libOpenCL_la-clRetainCommandQueue.lo' libtool=yes @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libOpenCL_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libOpenCL_la-clRetainCommandQueue.lo `test -f 'clRetainCommandQueue.c' || echo '$(srcdir)/'`clRetainCommandQueue.c
-
-libOpenCL_la-clGetCommandQueueInfo.lo: clGetCommandQueueInfo.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libOpenCL_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libOpenCL_la-clGetCommandQueueInfo.lo -MD -MP -MF $(DEPDIR)/libOpenCL_la-clGetCommandQueueInfo.Tpo -c -o libOpenCL_la-clGetCommandQueueInfo.lo `test -f 'clGetCommandQueueInfo.c' || echo '$(srcdir)/'`clGetCommandQueueInfo.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libOpenCL_la-clGetCommandQueueInfo.Tpo $(DEPDIR)/libOpenCL_la-clGetCommandQueueInfo.Plo
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='clGetCommandQueueInfo.c' object='libOpenCL_la-clGetCommandQueueInfo.lo' libtool=yes @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libOpenCL_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libOpenCL_la-clGetCommandQueueInfo.lo `test -f 'clGetCommandQueueInfo.c' || echo '$(srcdir)/'`clGetCommandQueueInfo.c
-
-libOpenCL_la-clCreateBuffer.lo: clCreateBuffer.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libOpenCL_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libOpenCL_la-clCreateBuffer.lo -MD -MP -MF $(DEPDIR)/libOpenCL_la-clCreateBuffer.Tpo -c -o libOpenCL_la-clCreateBuffer.lo `test -f 'clCreateBuffer.c' || echo '$(srcdir)/'`clCreateBuffer.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libOpenCL_la-clCreateBuffer.Tpo $(DEPDIR)/libOpenCL_la-clCreateBuffer.Plo
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='clCreateBuffer.c' object='libOpenCL_la-clCreateBuffer.lo' libtool=yes @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libOpenCL_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libOpenCL_la-clCreateBuffer.lo `test -f 'clCreateBuffer.c' || echo '$(srcdir)/'`clCreateBuffer.c
-
-libOpenCL_la-clCreateSubBuffer.lo: clCreateSubBuffer.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libOpenCL_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libOpenCL_la-clCreateSubBuffer.lo -MD -MP -MF $(DEPDIR)/libOpenCL_la-clCreateSubBuffer.Tpo -c -o libOpenCL_la-clCreateSubBuffer.lo `test -f 'clCreateSubBuffer.c' || echo '$(srcdir)/'`clCreateSubBuffer.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libOpenCL_la-clCreateSubBuffer.Tpo $(DEPDIR)/libOpenCL_la-clCreateSubBuffer.Plo
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='clCreateSubBuffer.c' object='libOpenCL_la-clCreateSubBuffer.lo' libtool=yes @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libOpenCL_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libOpenCL_la-clCreateSubBuffer.lo `test -f 'clCreateSubBuffer.c' || echo '$(srcdir)/'`clCreateSubBuffer.c
-
-libOpenCL_la-clEnqueueFillImage.lo: clEnqueueFillImage.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libOpenCL_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libOpenCL_la-clEnqueueFillImage.lo -MD -MP -MF $(DEPDIR)/libOpenCL_la-clEnqueueFillImage.Tpo -c -o libOpenCL_la-clEnqueueFillImage.lo `test -f 'clEnqueueFillImage.c' || echo '$(srcdir)/'`clEnqueueFillImage.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libOpenCL_la-clEnqueueFillImage.Tpo $(DEPDIR)/libOpenCL_la-clEnqueueFillImage.Plo
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='clEnqueueFillImage.c' object='libOpenCL_la-clEnqueueFillImage.lo' libtool=yes @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libOpenCL_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libOpenCL_la-clEnqueueFillImage.lo `test -f 'clEnqueueFillImage.c' || echo '$(srcdir)/'`clEnqueueFillImage.c
-
-libOpenCL_la-clEnqueueFillBuffer.lo: clEnqueueFillBuffer.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libOpenCL_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libOpenCL_la-clEnqueueFillBuffer.lo -MD -MP -MF $(DEPDIR)/libOpenCL_la-clEnqueueFillBuffer.Tpo -c -o libOpenCL_la-clEnqueueFillBuffer.lo `test -f 'clEnqueueFillBuffer.c' || echo '$(srcdir)/'`clEnqueueFillBuffer.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libOpenCL_la-clEnqueueFillBuffer.Tpo $(DEPDIR)/libOpenCL_la-clEnqueueFillBuffer.Plo
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='clEnqueueFillBuffer.c' object='libOpenCL_la-clEnqueueFillBuffer.lo' libtool=yes @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libOpenCL_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libOpenCL_la-clEnqueueFillBuffer.lo `test -f 'clEnqueueFillBuffer.c' || echo '$(srcdir)/'`clEnqueueFillBuffer.c
-
-libOpenCL_la-clEnqueueReadBuffer.lo: clEnqueueReadBuffer.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libOpenCL_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libOpenCL_la-clEnqueueReadBuffer.lo -MD -MP -MF $(DEPDIR)/libOpenCL_la-clEnqueueReadBuffer.Tpo -c -o libOpenCL_la-clEnqueueReadBuffer.lo `test -f 'clEnqueueReadBuffer.c' || echo '$(srcdir)/'`clEnqueueReadBuffer.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libOpenCL_la-clEnqueueReadBuffer.Tpo $(DEPDIR)/libOpenCL_la-clEnqueueReadBuffer.Plo
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='clEnqueueReadBuffer.c' object='libOpenCL_la-clEnqueueReadBuffer.lo' libtool=yes @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libOpenCL_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libOpenCL_la-clEnqueueReadBuffer.lo `test -f 'clEnqueueReadBuffer.c' || echo '$(srcdir)/'`clEnqueueReadBuffer.c
-
-libOpenCL_la-clEnqueueReadBufferRect.lo: clEnqueueReadBufferRect.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libOpenCL_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libOpenCL_la-clEnqueueReadBufferRect.lo -MD -MP -MF $(DEPDIR)/libOpenCL_la-clEnqueueReadBufferRect.Tpo -c -o libOpenCL_la-clEnqueueReadBufferRect.lo `test -f 'clEnqueueReadBufferRect.c' || echo '$(srcdir)/'`clEnqueueReadBufferRect.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libOpenCL_la-clEnqueueReadBufferRect.Tpo $(DEPDIR)/libOpenCL_la-clEnqueueReadBufferRect.Plo
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='clEnqueueReadBufferRect.c' object='libOpenCL_la-clEnqueueReadBufferRect.lo' libtool=yes @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libOpenCL_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libOpenCL_la-clEnqueueReadBufferRect.lo `test -f 'clEnqueueReadBufferRect.c' || echo '$(srcdir)/'`clEnqueueReadBufferRect.c
-
-libOpenCL_la-clEnqueueMapBuffer.lo: clEnqueueMapBuffer.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libOpenCL_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libOpenCL_la-clEnqueueMapBuffer.lo -MD -MP -MF $(DEPDIR)/libOpenCL_la-clEnqueueMapBuffer.Tpo -c -o libOpenCL_la-clEnqueueMapBuffer.lo `test -f 'clEnqueueMapBuffer.c' || echo '$(srcdir)/'`clEnqueueMapBuffer.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libOpenCL_la-clEnqueueMapBuffer.Tpo $(DEPDIR)/libOpenCL_la-clEnqueueMapBuffer.Plo
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='clEnqueueMapBuffer.c' object='libOpenCL_la-clEnqueueMapBuffer.lo' libtool=yes @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libOpenCL_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libOpenCL_la-clEnqueueMapBuffer.lo `test -f 'clEnqueueMapBuffer.c' || echo '$(srcdir)/'`clEnqueueMapBuffer.c
-
-libOpenCL_la-clEnqueueUnmapMemObject.lo: clEnqueueUnmapMemObject.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libOpenCL_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libOpenCL_la-clEnqueueUnmapMemObject.lo -MD -MP -MF $(DEPDIR)/libOpenCL_la-clEnqueueUnmapMemObject.Tpo -c -o libOpenCL_la-clEnqueueUnmapMemObject.lo `test -f 'clEnqueueUnmapMemObject.c' || echo '$(srcdir)/'`clEnqueueUnmapMemObject.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libOpenCL_la-clEnqueueUnmapMemObject.Tpo $(DEPDIR)/libOpenCL_la-clEnqueueUnmapMemObject.Plo
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='clEnqueueUnmapMemObject.c' object='libOpenCL_la-clEnqueueUnmapMemObject.lo' libtool=yes @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libOpenCL_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libOpenCL_la-clEnqueueUnmapMemObject.lo `test -f 'clEnqueueUnmapMemObject.c' || echo '$(srcdir)/'`clEnqueueUnmapMemObject.c
-
-libOpenCL_la-clEnqueueMarkerWithWaitList.lo: clEnqueueMarkerWithWaitList.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libOpenCL_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libOpenCL_la-clEnqueueMarkerWithWaitList.lo -MD -MP -MF $(DEPDIR)/libOpenCL_la-clEnqueueMarkerWithWaitList.Tpo -c -o libOpenCL_la-clEnqueueMarkerWithWaitList.lo `test -f 'clEnqueueMarkerWithWaitList.c' || echo '$(srcdir)/'`clEnqueueMarkerWithWaitList.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libOpenCL_la-clEnqueueMarkerWithWaitList.Tpo $(DEPDIR)/libOpenCL_la-clEnqueueMarkerWithWaitList.Plo
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='clEnqueueMarkerWithWaitList.c' object='libOpenCL_la-clEnqueueMarkerWithWaitList.lo' libtool=yes @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libOpenCL_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libOpenCL_la-clEnqueueMarkerWithWaitList.lo `test -f 'clEnqueueMarkerWithWaitList.c' || echo '$(srcdir)/'`clEnqueueMarkerWithWaitList.c
-
-libOpenCL_la-clReleaseMemObject.lo: clReleaseMemObject.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libOpenCL_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libOpenCL_la-clReleaseMemObject.lo -MD -MP -MF $(DEPDIR)/libOpenCL_la-clReleaseMemObject.Tpo -c -o libOpenCL_la-clReleaseMemObject.lo `test -f 'clReleaseMemObject.c' || echo '$(srcdir)/'`clReleaseMemObject.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libOpenCL_la-clReleaseMemObject.Tpo $(DEPDIR)/libOpenCL_la-clReleaseMemObject.Plo
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='clReleaseMemObject.c' object='libOpenCL_la-clReleaseMemObject.lo' libtool=yes @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libOpenCL_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libOpenCL_la-clReleaseMemObject.lo `test -f 'clReleaseMemObject.c' || echo '$(srcdir)/'`clReleaseMemObject.c
-
-libOpenCL_la-clRetainMemObject.lo: clRetainMemObject.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libOpenCL_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libOpenCL_la-clRetainMemObject.lo -MD -MP -MF $(DEPDIR)/libOpenCL_la-clRetainMemObject.Tpo -c -o libOpenCL_la-clRetainMemObject.lo `test -f 'clRetainMemObject.c' || echo '$(srcdir)/'`clRetainMemObject.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libOpenCL_la-clRetainMemObject.Tpo $(DEPDIR)/libOpenCL_la-clRetainMemObject.Plo
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='clRetainMemObject.c' object='libOpenCL_la-clRetainMemObject.lo' libtool=yes @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libOpenCL_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libOpenCL_la-clRetainMemObject.lo `test -f 'clRetainMemObject.c' || echo '$(srcdir)/'`clRetainMemObject.c
-
-libOpenCL_la-clGetMemObjectInfo.lo: clGetMemObjectInfo.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libOpenCL_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libOpenCL_la-clGetMemObjectInfo.lo -MD -MP -MF $(DEPDIR)/libOpenCL_la-clGetMemObjectInfo.Tpo -c -o libOpenCL_la-clGetMemObjectInfo.lo `test -f 'clGetMemObjectInfo.c' || echo '$(srcdir)/'`clGetMemObjectInfo.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libOpenCL_la-clGetMemObjectInfo.Tpo $(DEPDIR)/libOpenCL_la-clGetMemObjectInfo.Plo
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='clGetMemObjectInfo.c' object='libOpenCL_la-clGetMemObjectInfo.lo' libtool=yes @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libOpenCL_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libOpenCL_la-clGetMemObjectInfo.lo `test -f 'clGetMemObjectInfo.c' || echo '$(srcdir)/'`clGetMemObjectInfo.c
-
-libOpenCL_la-clSetMemObjectDestructorCallback.lo: clSetMemObjectDestructorCallback.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libOpenCL_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libOpenCL_la-clSetMemObjectDestructorCallback.lo -MD -MP -MF $(DEPDIR)/libOpenCL_la-clSetMemObjectDestructorCallback.Tpo -c -o libOpenCL_la-clSetMemObjectDestructorCallback.lo `test -f 'clSetMemObjectDestructorCallback.c' || echo '$(srcdir)/'`clSetMemObjectDestructorCallback.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libOpenCL_la-clSetMemObjectDestructorCallback.Tpo $(DEPDIR)/libOpenCL_la-clSetMemObjectDestructorCallback.Plo
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='clSetMemObjectDestructorCallback.c' object='libOpenCL_la-clSetMemObjectDestructorCallback.lo' libtool=yes @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libOpenCL_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libOpenCL_la-clSetMemObjectDestructorCallback.lo `test -f 'clSetMemObjectDestructorCallback.c' || echo '$(srcdir)/'`clSetMemObjectDestructorCallback.c
-
-libOpenCL_la-clCreateProgramWithSource.lo: clCreateProgramWithSource.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libOpenCL_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libOpenCL_la-clCreateProgramWithSource.lo -MD -MP -MF $(DEPDIR)/libOpenCL_la-clCreateProgramWithSource.Tpo -c -o libOpenCL_la-clCreateProgramWithSource.lo `test -f 'clCreateProgramWithSource.c' || echo '$(srcdir)/'`clCreateProgramWithSource.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libOpenCL_la-clCreateProgramWithSource.Tpo $(DEPDIR)/libOpenCL_la-clCreateProgramWithSource.Plo
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='clCreateProgramWithSource.c' object='libOpenCL_la-clCreateProgramWithSource.lo' libtool=yes @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libOpenCL_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libOpenCL_la-clCreateProgramWithSource.lo `test -f 'clCreateProgramWithSource.c' || echo '$(srcdir)/'`clCreateProgramWithSource.c
-
-libOpenCL_la-clCreateProgramWithBinary.lo: clCreateProgramWithBinary.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libOpenCL_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libOpenCL_la-clCreateProgramWithBinary.lo -MD -MP -MF $(DEPDIR)/libOpenCL_la-clCreateProgramWithBinary.Tpo -c -o libOpenCL_la-clCreateProgramWithBinary.lo `test -f 'clCreateProgramWithBinary.c' || echo '$(srcdir)/'`clCreateProgramWithBinary.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libOpenCL_la-clCreateProgramWithBinary.Tpo $(DEPDIR)/libOpenCL_la-clCreateProgramWithBinary.Plo
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='clCreateProgramWithBinary.c' object='libOpenCL_la-clCreateProgramWithBinary.lo' libtool=yes @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libOpenCL_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libOpenCL_la-clCreateProgramWithBinary.lo `test -f 'clCreateProgramWithBinary.c' || echo '$(srcdir)/'`clCreateProgramWithBinary.c
-
-libOpenCL_la-clReleaseProgram.lo: clReleaseProgram.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libOpenCL_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libOpenCL_la-clReleaseProgram.lo -MD -MP -MF $(DEPDIR)/libOpenCL_la-clReleaseProgram.Tpo -c -o libOpenCL_la-clReleaseProgram.lo `test -f 'clReleaseProgram.c' || echo '$(srcdir)/'`clReleaseProgram.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libOpenCL_la-clReleaseProgram.Tpo $(DEPDIR)/libOpenCL_la-clReleaseProgram.Plo
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='clReleaseProgram.c' object='libOpenCL_la-clReleaseProgram.lo' libtool=yes @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libOpenCL_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libOpenCL_la-clReleaseProgram.lo `test -f 'clReleaseProgram.c' || echo '$(srcdir)/'`clReleaseProgram.c
-
-libOpenCL_la-clRetainProgram.lo: clRetainProgram.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libOpenCL_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libOpenCL_la-clRetainProgram.lo -MD -MP -MF $(DEPDIR)/libOpenCL_la-clRetainProgram.Tpo -c -o libOpenCL_la-clRetainProgram.lo `test -f 'clRetainProgram.c' || echo '$(srcdir)/'`clRetainProgram.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libOpenCL_la-clRetainProgram.Tpo $(DEPDIR)/libOpenCL_la-clRetainProgram.Plo
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='clRetainProgram.c' object='libOpenCL_la-clRetainProgram.lo' libtool=yes @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libOpenCL_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libOpenCL_la-clRetainProgram.lo `test -f 'clRetainProgram.c' || echo '$(srcdir)/'`clRetainProgram.c
-
-libOpenCL_la-clBuildProgram.lo: clBuildProgram.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libOpenCL_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libOpenCL_la-clBuildProgram.lo -MD -MP -MF $(DEPDIR)/libOpenCL_la-clBuildProgram.Tpo -c -o libOpenCL_la-clBuildProgram.lo `test -f 'clBuildProgram.c' || echo '$(srcdir)/'`clBuildProgram.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libOpenCL_la-clBuildProgram.Tpo $(DEPDIR)/libOpenCL_la-clBuildProgram.Plo
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='clBuildProgram.c' object='libOpenCL_la-clBuildProgram.lo' libtool=yes @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libOpenCL_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libOpenCL_la-clBuildProgram.lo `test -f 'clBuildProgram.c' || echo '$(srcdir)/'`clBuildProgram.c
-
-libOpenCL_la-clCreateKernel.lo: clCreateKernel.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libOpenCL_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libOpenCL_la-clCreateKernel.lo -MD -MP -MF $(DEPDIR)/libOpenCL_la-clCreateKernel.Tpo -c -o libOpenCL_la-clCreateKernel.lo `test -f 'clCreateKernel.c' || echo '$(srcdir)/'`clCreateKernel.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libOpenCL_la-clCreateKernel.Tpo $(DEPDIR)/libOpenCL_la-clCreateKernel.Plo
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='clCreateKernel.c' object='libOpenCL_la-clCreateKernel.lo' libtool=yes @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libOpenCL_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libOpenCL_la-clCreateKernel.lo `test -f 'clCreateKernel.c' || echo '$(srcdir)/'`clCreateKernel.c
-
-libOpenCL_la-clReleaseKernel.lo: clReleaseKernel.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libOpenCL_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libOpenCL_la-clReleaseKernel.lo -MD -MP -MF $(DEPDIR)/libOpenCL_la-clReleaseKernel.Tpo -c -o libOpenCL_la-clReleaseKernel.lo `test -f 'clReleaseKernel.c' || echo '$(srcdir)/'`clReleaseKernel.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libOpenCL_la-clReleaseKernel.Tpo $(DEPDIR)/libOpenCL_la-clReleaseKernel.Plo
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='clReleaseKernel.c' object='libOpenCL_la-clReleaseKernel.lo' libtool=yes @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libOpenCL_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libOpenCL_la-clReleaseKernel.lo `test -f 'clReleaseKernel.c' || echo '$(srcdir)/'`clReleaseKernel.c
-
-libOpenCL_la-clRetainKernel.lo: clRetainKernel.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libOpenCL_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libOpenCL_la-clRetainKernel.lo -MD -MP -MF $(DEPDIR)/libOpenCL_la-clRetainKernel.Tpo -c -o libOpenCL_la-clRetainKernel.lo `test -f 'clRetainKernel.c' || echo '$(srcdir)/'`clRetainKernel.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libOpenCL_la-clRetainKernel.Tpo $(DEPDIR)/libOpenCL_la-clRetainKernel.Plo
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='clRetainKernel.c' object='libOpenCL_la-clRetainKernel.lo' libtool=yes @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libOpenCL_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libOpenCL_la-clRetainKernel.lo `test -f 'clRetainKernel.c' || echo '$(srcdir)/'`clRetainKernel.c
-
-libOpenCL_la-clSetKernelArg.lo: clSetKernelArg.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libOpenCL_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libOpenCL_la-clSetKernelArg.lo -MD -MP -MF $(DEPDIR)/libOpenCL_la-clSetKernelArg.Tpo -c -o libOpenCL_la-clSetKernelArg.lo `test -f 'clSetKernelArg.c' || echo '$(srcdir)/'`clSetKernelArg.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libOpenCL_la-clSetKernelArg.Tpo $(DEPDIR)/libOpenCL_la-clSetKernelArg.Plo
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='clSetKernelArg.c' object='libOpenCL_la-clSetKernelArg.lo' libtool=yes @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libOpenCL_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libOpenCL_la-clSetKernelArg.lo `test -f 'clSetKernelArg.c' || echo '$(srcdir)/'`clSetKernelArg.c
-
-libOpenCL_la-clEnqueueNDRangeKernel.lo: clEnqueueNDRangeKernel.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libOpenCL_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libOpenCL_la-clEnqueueNDRangeKernel.lo -MD -MP -MF $(DEPDIR)/libOpenCL_la-clEnqueueNDRangeKernel.Tpo -c -o libOpenCL_la-clEnqueueNDRangeKernel.lo `test -f 'clEnqueueNDRangeKernel.c' || echo '$(srcdir)/'`clEnqueueNDRangeKernel.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libOpenCL_la-clEnqueueNDRangeKernel.Tpo $(DEPDIR)/libOpenCL_la-clEnqueueNDRangeKernel.Plo
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='clEnqueueNDRangeKernel.c' object='libOpenCL_la-clEnqueueNDRangeKernel.lo' libtool=yes @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libOpenCL_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libOpenCL_la-clEnqueueNDRangeKernel.lo `test -f 'clEnqueueNDRangeKernel.c' || echo '$(srcdir)/'`clEnqueueNDRangeKernel.c
-
-libOpenCL_la-clEnqueueNativeKernel.lo: clEnqueueNativeKernel.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libOpenCL_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libOpenCL_la-clEnqueueNativeKernel.lo -MD -MP -MF $(DEPDIR)/libOpenCL_la-clEnqueueNativeKernel.Tpo -c -o libOpenCL_la-clEnqueueNativeKernel.lo `test -f 'clEnqueueNativeKernel.c' || echo '$(srcdir)/'`clEnqueueNativeKernel.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libOpenCL_la-clEnqueueNativeKernel.Tpo $(DEPDIR)/libOpenCL_la-clEnqueueNativeKernel.Plo
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='clEnqueueNativeKernel.c' object='libOpenCL_la-clEnqueueNativeKernel.lo' libtool=yes @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libOpenCL_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libOpenCL_la-clEnqueueNativeKernel.lo `test -f 'clEnqueueNativeKernel.c' || echo '$(srcdir)/'`clEnqueueNativeKernel.c
-
-libOpenCL_la-clCreateKernelsInProgram.lo: clCreateKernelsInProgram.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libOpenCL_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libOpenCL_la-clCreateKernelsInProgram.lo -MD -MP -MF $(DEPDIR)/libOpenCL_la-clCreateKernelsInProgram.Tpo -c -o libOpenCL_la-clCreateKernelsInProgram.lo `test -f 'clCreateKernelsInProgram.c' || echo '$(srcdir)/'`clCreateKernelsInProgram.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libOpenCL_la-clCreateKernelsInProgram.Tpo $(DEPDIR)/libOpenCL_la-clCreateKernelsInProgram.Plo
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='clCreateKernelsInProgram.c' object='libOpenCL_la-clCreateKernelsInProgram.lo' libtool=yes @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libOpenCL_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libOpenCL_la-clCreateKernelsInProgram.lo `test -f 'clCreateKernelsInProgram.c' || echo '$(srcdir)/'`clCreateKernelsInProgram.c
-
-libOpenCL_la-clGetKernelInfo.lo: clGetKernelInfo.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libOpenCL_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libOpenCL_la-clGetKernelInfo.lo -MD -MP -MF $(DEPDIR)/libOpenCL_la-clGetKernelInfo.Tpo -c -o libOpenCL_la-clGetKernelInfo.lo `test -f 'clGetKernelInfo.c' || echo '$(srcdir)/'`clGetKernelInfo.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libOpenCL_la-clGetKernelInfo.Tpo $(DEPDIR)/libOpenCL_la-clGetKernelInfo.Plo
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='clGetKernelInfo.c' object='libOpenCL_la-clGetKernelInfo.lo' libtool=yes @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libOpenCL_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libOpenCL_la-clGetKernelInfo.lo `test -f 'clGetKernelInfo.c' || echo '$(srcdir)/'`clGetKernelInfo.c
-
-libOpenCL_la-clGetKernelArgInfo.lo: clGetKernelArgInfo.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libOpenCL_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libOpenCL_la-clGetKernelArgInfo.lo -MD -MP -MF $(DEPDIR)/libOpenCL_la-clGetKernelArgInfo.Tpo -c -o libOpenCL_la-clGetKernelArgInfo.lo `test -f 'clGetKernelArgInfo.c' || echo '$(srcdir)/'`clGetKernelArgInfo.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libOpenCL_la-clGetKernelArgInfo.Tpo $(DEPDIR)/libOpenCL_la-clGetKernelArgInfo.Plo
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='clGetKernelArgInfo.c' object='libOpenCL_la-clGetKernelArgInfo.lo' libtool=yes @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libOpenCL_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libOpenCL_la-clGetKernelArgInfo.lo `test -f 'clGetKernelArgInfo.c' || echo '$(srcdir)/'`clGetKernelArgInfo.c
-
-libOpenCL_la-clGetPlatformIDs.lo: clGetPlatformIDs.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libOpenCL_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libOpenCL_la-clGetPlatformIDs.lo -MD -MP -MF $(DEPDIR)/libOpenCL_la-clGetPlatformIDs.Tpo -c -o libOpenCL_la-clGetPlatformIDs.lo `test -f 'clGetPlatformIDs.c' || echo '$(srcdir)/'`clGetPlatformIDs.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libOpenCL_la-clGetPlatformIDs.Tpo $(DEPDIR)/libOpenCL_la-clGetPlatformIDs.Plo
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='clGetPlatformIDs.c' object='libOpenCL_la-clGetPlatformIDs.lo' libtool=yes @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libOpenCL_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libOpenCL_la-clGetPlatformIDs.lo `test -f 'clGetPlatformIDs.c' || echo '$(srcdir)/'`clGetPlatformIDs.c
-
-libOpenCL_la-clGetPlatformInfo.lo: clGetPlatformInfo.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libOpenCL_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libOpenCL_la-clGetPlatformInfo.lo -MD -MP -MF $(DEPDIR)/libOpenCL_la-clGetPlatformInfo.Tpo -c -o libOpenCL_la-clGetPlatformInfo.lo `test -f 'clGetPlatformInfo.c' || echo '$(srcdir)/'`clGetPlatformInfo.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libOpenCL_la-clGetPlatformInfo.Tpo $(DEPDIR)/libOpenCL_la-clGetPlatformInfo.Plo
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='clGetPlatformInfo.c' object='libOpenCL_la-clGetPlatformInfo.lo' libtool=yes @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libOpenCL_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libOpenCL_la-clGetPlatformInfo.lo `test -f 'clGetPlatformInfo.c' || echo '$(srcdir)/'`clGetPlatformInfo.c
-
-libOpenCL_la-clGetDeviceIDs.lo: clGetDeviceIDs.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libOpenCL_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libOpenCL_la-clGetDeviceIDs.lo -MD -MP -MF $(DEPDIR)/libOpenCL_la-clGetDeviceIDs.Tpo -c -o libOpenCL_la-clGetDeviceIDs.lo `test -f 'clGetDeviceIDs.c' || echo '$(srcdir)/'`clGetDeviceIDs.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libOpenCL_la-clGetDeviceIDs.Tpo $(DEPDIR)/libOpenCL_la-clGetDeviceIDs.Plo
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='clGetDeviceIDs.c' object='libOpenCL_la-clGetDeviceIDs.lo' libtool=yes @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libOpenCL_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libOpenCL_la-clGetDeviceIDs.lo `test -f 'clGetDeviceIDs.c' || echo '$(srcdir)/'`clGetDeviceIDs.c
-
-libOpenCL_la-clGetDeviceInfo.lo: clGetDeviceInfo.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libOpenCL_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libOpenCL_la-clGetDeviceInfo.lo -MD -MP -MF $(DEPDIR)/libOpenCL_la-clGetDeviceInfo.Tpo -c -o libOpenCL_la-clGetDeviceInfo.lo `test -f 'clGetDeviceInfo.c' || echo '$(srcdir)/'`clGetDeviceInfo.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libOpenCL_la-clGetDeviceInfo.Tpo $(DEPDIR)/libOpenCL_la-clGetDeviceInfo.Plo
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='clGetDeviceInfo.c' object='libOpenCL_la-clGetDeviceInfo.lo' libtool=yes @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libOpenCL_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libOpenCL_la-clGetDeviceInfo.lo `test -f 'clGetDeviceInfo.c' || echo '$(srcdir)/'`clGetDeviceInfo.c
-
-libOpenCL_la-clCreateContext.lo: clCreateContext.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libOpenCL_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libOpenCL_la-clCreateContext.lo -MD -MP -MF $(DEPDIR)/libOpenCL_la-clCreateContext.Tpo -c -o libOpenCL_la-clCreateContext.lo `test -f 'clCreateContext.c' || echo '$(srcdir)/'`clCreateContext.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libOpenCL_la-clCreateContext.Tpo $(DEPDIR)/libOpenCL_la-clCreateContext.Plo
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='clCreateContext.c' object='libOpenCL_la-clCreateContext.lo' libtool=yes @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libOpenCL_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libOpenCL_la-clCreateContext.lo `test -f 'clCreateContext.c' || echo '$(srcdir)/'`clCreateContext.c
-
-libOpenCL_la-clGetProgramBuildInfo.lo: clGetProgramBuildInfo.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libOpenCL_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libOpenCL_la-clGetProgramBuildInfo.lo -MD -MP -MF $(DEPDIR)/libOpenCL_la-clGetProgramBuildInfo.Tpo -c -o libOpenCL_la-clGetProgramBuildInfo.lo `test -f 'clGetProgramBuildInfo.c' || echo '$(srcdir)/'`clGetProgramBuildInfo.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libOpenCL_la-clGetProgramBuildInfo.Tpo $(DEPDIR)/libOpenCL_la-clGetProgramBuildInfo.Plo
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='clGetProgramBuildInfo.c' object='libOpenCL_la-clGetProgramBuildInfo.lo' libtool=yes @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libOpenCL_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libOpenCL_la-clGetProgramBuildInfo.lo `test -f 'clGetProgramBuildInfo.c' || echo '$(srcdir)/'`clGetProgramBuildInfo.c
-
-libOpenCL_la-clEnqueueWriteBuffer.lo: clEnqueueWriteBuffer.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libOpenCL_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libOpenCL_la-clEnqueueWriteBuffer.lo -MD -MP -MF $(DEPDIR)/libOpenCL_la-clEnqueueWriteBuffer.Tpo -c -o libOpenCL_la-clEnqueueWriteBuffer.lo `test -f 'clEnqueueWriteBuffer.c' || echo '$(srcdir)/'`clEnqueueWriteBuffer.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libOpenCL_la-clEnqueueWriteBuffer.Tpo $(DEPDIR)/libOpenCL_la-clEnqueueWriteBuffer.Plo
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='clEnqueueWriteBuffer.c' object='libOpenCL_la-clEnqueueWriteBuffer.lo' libtool=yes @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libOpenCL_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libOpenCL_la-clEnqueueWriteBuffer.lo `test -f 'clEnqueueWriteBuffer.c' || echo '$(srcdir)/'`clEnqueueWriteBuffer.c
-
-libOpenCL_la-clEnqueueWriteBufferRect.lo: clEnqueueWriteBufferRect.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libOpenCL_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libOpenCL_la-clEnqueueWriteBufferRect.lo -MD -MP -MF $(DEPDIR)/libOpenCL_la-clEnqueueWriteBufferRect.Tpo -c -o libOpenCL_la-clEnqueueWriteBufferRect.lo `test -f 'clEnqueueWriteBufferRect.c' || echo '$(srcdir)/'`clEnqueueWriteBufferRect.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libOpenCL_la-clEnqueueWriteBufferRect.Tpo $(DEPDIR)/libOpenCL_la-clEnqueueWriteBufferRect.Plo
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='clEnqueueWriteBufferRect.c' object='libOpenCL_la-clEnqueueWriteBufferRect.lo' libtool=yes @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libOpenCL_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libOpenCL_la-clEnqueueWriteBufferRect.lo `test -f 'clEnqueueWriteBufferRect.c' || echo '$(srcdir)/'`clEnqueueWriteBufferRect.c
-
-libOpenCL_la-clEnqueueCopyBuffer.lo: clEnqueueCopyBuffer.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libOpenCL_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libOpenCL_la-clEnqueueCopyBuffer.lo -MD -MP -MF $(DEPDIR)/libOpenCL_la-clEnqueueCopyBuffer.Tpo -c -o libOpenCL_la-clEnqueueCopyBuffer.lo `test -f 'clEnqueueCopyBuffer.c' || echo '$(srcdir)/'`clEnqueueCopyBuffer.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libOpenCL_la-clEnqueueCopyBuffer.Tpo $(DEPDIR)/libOpenCL_la-clEnqueueCopyBuffer.Plo
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='clEnqueueCopyBuffer.c' object='libOpenCL_la-clEnqueueCopyBuffer.lo' libtool=yes @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libOpenCL_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libOpenCL_la-clEnqueueCopyBuffer.lo `test -f 'clEnqueueCopyBuffer.c' || echo '$(srcdir)/'`clEnqueueCopyBuffer.c
-
-libOpenCL_la-clEnqueueCopyBufferRect.lo: clEnqueueCopyBufferRect.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libOpenCL_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libOpenCL_la-clEnqueueCopyBufferRect.lo -MD -MP -MF $(DEPDIR)/libOpenCL_la-clEnqueueCopyBufferRect.Tpo -c -o libOpenCL_la-clEnqueueCopyBufferRect.lo `test -f 'clEnqueueCopyBufferRect.c' || echo '$(srcdir)/'`clEnqueueCopyBufferRect.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libOpenCL_la-clEnqueueCopyBufferRect.Tpo $(DEPDIR)/libOpenCL_la-clEnqueueCopyBufferRect.Plo
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='clEnqueueCopyBufferRect.c' object='libOpenCL_la-clEnqueueCopyBufferRect.lo' libtool=yes @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libOpenCL_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libOpenCL_la-clEnqueueCopyBufferRect.lo `test -f 'clEnqueueCopyBufferRect.c' || echo '$(srcdir)/'`clEnqueueCopyBufferRect.c
-
-libOpenCL_la-clEnqueueCopyBufferToImage.lo: clEnqueueCopyBufferToImage.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libOpenCL_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libOpenCL_la-clEnqueueCopyBufferToImage.lo -MD -MP -MF $(DEPDIR)/libOpenCL_la-clEnqueueCopyBufferToImage.Tpo -c -o libOpenCL_la-clEnqueueCopyBufferToImage.lo `test -f 'clEnqueueCopyBufferToImage.c' || echo '$(srcdir)/'`clEnqueueCopyBufferToImage.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libOpenCL_la-clEnqueueCopyBufferToImage.Tpo $(DEPDIR)/libOpenCL_la-clEnqueueCopyBufferToImage.Plo
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='clEnqueueCopyBufferToImage.c' object='libOpenCL_la-clEnqueueCopyBufferToImage.lo' libtool=yes @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libOpenCL_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libOpenCL_la-clEnqueueCopyBufferToImage.lo `test -f 'clEnqueueCopyBufferToImage.c' || echo '$(srcdir)/'`clEnqueueCopyBufferToImage.c
-
-libOpenCL_la-clEnqueueCopyImageToBuffer.lo: clEnqueueCopyImageToBuffer.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libOpenCL_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libOpenCL_la-clEnqueueCopyImageToBuffer.lo -MD -MP -MF $(DEPDIR)/libOpenCL_la-clEnqueueCopyImageToBuffer.Tpo -c -o libOpenCL_la-clEnqueueCopyImageToBuffer.lo `test -f 'clEnqueueCopyImageToBuffer.c' || echo '$(srcdir)/'`clEnqueueCopyImageToBuffer.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libOpenCL_la-clEnqueueCopyImageToBuffer.Tpo $(DEPDIR)/libOpenCL_la-clEnqueueCopyImageToBuffer.Plo
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='clEnqueueCopyImageToBuffer.c' object='libOpenCL_la-clEnqueueCopyImageToBuffer.lo' libtool=yes @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libOpenCL_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libOpenCL_la-clEnqueueCopyImageToBuffer.lo `test -f 'clEnqueueCopyImageToBuffer.c' || echo '$(srcdir)/'`clEnqueueCopyImageToBuffer.c
-
-libOpenCL_la-clFinish.lo: clFinish.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libOpenCL_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libOpenCL_la-clFinish.lo -MD -MP -MF $(DEPDIR)/libOpenCL_la-clFinish.Tpo -c -o libOpenCL_la-clFinish.lo `test -f 'clFinish.c' || echo '$(srcdir)/'`clFinish.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libOpenCL_la-clFinish.Tpo $(DEPDIR)/libOpenCL_la-clFinish.Plo
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='clFinish.c' object='libOpenCL_la-clFinish.lo' libtool=yes @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libOpenCL_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libOpenCL_la-clFinish.lo `test -f 'clFinish.c' || echo '$(srcdir)/'`clFinish.c
-
-libOpenCL_la-clFlush.lo: clFlush.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libOpenCL_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libOpenCL_la-clFlush.lo -MD -MP -MF $(DEPDIR)/libOpenCL_la-clFlush.Tpo -c -o libOpenCL_la-clFlush.lo `test -f 'clFlush.c' || echo '$(srcdir)/'`clFlush.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libOpenCL_la-clFlush.Tpo $(DEPDIR)/libOpenCL_la-clFlush.Plo
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='clFlush.c' object='libOpenCL_la-clFlush.lo' libtool=yes @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libOpenCL_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libOpenCL_la-clFlush.lo `test -f 'clFlush.c' || echo '$(srcdir)/'`clFlush.c
-
-libOpenCL_la-clEnqueueBarrier.lo: clEnqueueBarrier.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libOpenCL_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libOpenCL_la-clEnqueueBarrier.lo -MD -MP -MF $(DEPDIR)/libOpenCL_la-clEnqueueBarrier.Tpo -c -o libOpenCL_la-clEnqueueBarrier.lo `test -f 'clEnqueueBarrier.c' || echo '$(srcdir)/'`clEnqueueBarrier.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libOpenCL_la-clEnqueueBarrier.Tpo $(DEPDIR)/libOpenCL_la-clEnqueueBarrier.Plo
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='clEnqueueBarrier.c' object='libOpenCL_la-clEnqueueBarrier.lo' libtool=yes @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libOpenCL_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libOpenCL_la-clEnqueueBarrier.lo `test -f 'clEnqueueBarrier.c' || echo '$(srcdir)/'`clEnqueueBarrier.c
-
-libOpenCL_la-clEnqueueMarker.lo: clEnqueueMarker.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libOpenCL_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libOpenCL_la-clEnqueueMarker.lo -MD -MP -MF $(DEPDIR)/libOpenCL_la-clEnqueueMarker.Tpo -c -o libOpenCL_la-clEnqueueMarker.lo `test -f 'clEnqueueMarker.c' || echo '$(srcdir)/'`clEnqueueMarker.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libOpenCL_la-clEnqueueMarker.Tpo $(DEPDIR)/libOpenCL_la-clEnqueueMarker.Plo
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='clEnqueueMarker.c' object='libOpenCL_la-clEnqueueMarker.lo' libtool=yes @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libOpenCL_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libOpenCL_la-clEnqueueMarker.lo `test -f 'clEnqueueMarker.c' || echo '$(srcdir)/'`clEnqueueMarker.c
-
-libOpenCL_la-clGetKernelWorkGroupInfo.lo: clGetKernelWorkGroupInfo.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libOpenCL_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libOpenCL_la-clGetKernelWorkGroupInfo.lo -MD -MP -MF $(DEPDIR)/libOpenCL_la-clGetKernelWorkGroupInfo.Tpo -c -o libOpenCL_la-clGetKernelWorkGroupInfo.lo `test -f 'clGetKernelWorkGroupInfo.c' || echo '$(srcdir)/'`clGetKernelWorkGroupInfo.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libOpenCL_la-clGetKernelWorkGroupInfo.Tpo $(DEPDIR)/libOpenCL_la-clGetKernelWorkGroupInfo.Plo
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='clGetKernelWorkGroupInfo.c' object='libOpenCL_la-clGetKernelWorkGroupInfo.lo' libtool=yes @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libOpenCL_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libOpenCL_la-clGetKernelWorkGroupInfo.lo `test -f 'clGetKernelWorkGroupInfo.c' || echo '$(srcdir)/'`clGetKernelWorkGroupInfo.c
-
-libOpenCL_la-clGetProgramInfo.lo: clGetProgramInfo.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libOpenCL_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libOpenCL_la-clGetProgramInfo.lo -MD -MP -MF $(DEPDIR)/libOpenCL_la-clGetProgramInfo.Tpo -c -o libOpenCL_la-clGetProgramInfo.lo `test -f 'clGetProgramInfo.c' || echo '$(srcdir)/'`clGetProgramInfo.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libOpenCL_la-clGetProgramInfo.Tpo $(DEPDIR)/libOpenCL_la-clGetProgramInfo.Plo
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='clGetProgramInfo.c' object='libOpenCL_la-clGetProgramInfo.lo' libtool=yes @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libOpenCL_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libOpenCL_la-clGetProgramInfo.lo `test -f 'clGetProgramInfo.c' || echo '$(srcdir)/'`clGetProgramInfo.c
-
-libOpenCL_la-clGetEventProfilingInfo.lo: clGetEventProfilingInfo.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libOpenCL_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libOpenCL_la-clGetEventProfilingInfo.lo -MD -MP -MF $(DEPDIR)/libOpenCL_la-clGetEventProfilingInfo.Tpo -c -o libOpenCL_la-clGetEventProfilingInfo.lo `test -f 'clGetEventProfilingInfo.c' || echo '$(srcdir)/'`clGetEventProfilingInfo.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libOpenCL_la-clGetEventProfilingInfo.Tpo $(DEPDIR)/libOpenCL_la-clGetEventProfilingInfo.Plo
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='clGetEventProfilingInfo.c' object='libOpenCL_la-clGetEventProfilingInfo.lo' libtool=yes @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libOpenCL_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libOpenCL_la-clGetEventProfilingInfo.lo `test -f 'clGetEventProfilingInfo.c' || echo '$(srcdir)/'`clGetEventProfilingInfo.c
-
-libOpenCL_la-clWaitForEvents.lo: clWaitForEvents.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libOpenCL_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libOpenCL_la-clWaitForEvents.lo -MD -MP -MF $(DEPDIR)/libOpenCL_la-clWaitForEvents.Tpo -c -o libOpenCL_la-clWaitForEvents.lo `test -f 'clWaitForEvents.c' || echo '$(srcdir)/'`clWaitForEvents.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libOpenCL_la-clWaitForEvents.Tpo $(DEPDIR)/libOpenCL_la-clWaitForEvents.Plo
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='clWaitForEvents.c' object='libOpenCL_la-clWaitForEvents.lo' libtool=yes @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libOpenCL_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libOpenCL_la-clWaitForEvents.lo `test -f 'clWaitForEvents.c' || echo '$(srcdir)/'`clWaitForEvents.c
-
-libOpenCL_la-clEnqueueWaitForEvents.lo: clEnqueueWaitForEvents.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libOpenCL_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libOpenCL_la-clEnqueueWaitForEvents.lo -MD -MP -MF $(DEPDIR)/libOpenCL_la-clEnqueueWaitForEvents.Tpo -c -o libOpenCL_la-clEnqueueWaitForEvents.lo `test -f 'clEnqueueWaitForEvents.c' || echo '$(srcdir)/'`clEnqueueWaitForEvents.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libOpenCL_la-clEnqueueWaitForEvents.Tpo $(DEPDIR)/libOpenCL_la-clEnqueueWaitForEvents.Plo
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='clEnqueueWaitForEvents.c' object='libOpenCL_la-clEnqueueWaitForEvents.lo' libtool=yes @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libOpenCL_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libOpenCL_la-clEnqueueWaitForEvents.lo `test -f 'clEnqueueWaitForEvents.c' || echo '$(srcdir)/'`clEnqueueWaitForEvents.c
-
-libOpenCL_la-clReleaseEvent.lo: clReleaseEvent.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libOpenCL_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libOpenCL_la-clReleaseEvent.lo -MD -MP -MF $(DEPDIR)/libOpenCL_la-clReleaseEvent.Tpo -c -o libOpenCL_la-clReleaseEvent.lo `test -f 'clReleaseEvent.c' || echo '$(srcdir)/'`clReleaseEvent.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libOpenCL_la-clReleaseEvent.Tpo $(DEPDIR)/libOpenCL_la-clReleaseEvent.Plo
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='clReleaseEvent.c' object='libOpenCL_la-clReleaseEvent.lo' libtool=yes @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libOpenCL_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libOpenCL_la-clReleaseEvent.lo `test -f 'clReleaseEvent.c' || echo '$(srcdir)/'`clReleaseEvent.c
-
-libOpenCL_la-clRetainEvent.lo: clRetainEvent.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libOpenCL_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libOpenCL_la-clRetainEvent.lo -MD -MP -MF $(DEPDIR)/libOpenCL_la-clRetainEvent.Tpo -c -o libOpenCL_la-clRetainEvent.lo `test -f 'clRetainEvent.c' || echo '$(srcdir)/'`clRetainEvent.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libOpenCL_la-clRetainEvent.Tpo $(DEPDIR)/libOpenCL_la-clRetainEvent.Plo
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='clRetainEvent.c' object='libOpenCL_la-clRetainEvent.lo' libtool=yes @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libOpenCL_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libOpenCL_la-clRetainEvent.lo `test -f 'clRetainEvent.c' || echo '$(srcdir)/'`clRetainEvent.c
-
-libOpenCL_la-clSetEventCallback.lo: clSetEventCallback.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libOpenCL_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libOpenCL_la-clSetEventCallback.lo -MD -MP -MF $(DEPDIR)/libOpenCL_la-clSetEventCallback.Tpo -c -o libOpenCL_la-clSetEventCallback.lo `test -f 'clSetEventCallback.c' || echo '$(srcdir)/'`clSetEventCallback.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libOpenCL_la-clSetEventCallback.Tpo $(DEPDIR)/libOpenCL_la-clSetEventCallback.Plo
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='clSetEventCallback.c' object='libOpenCL_la-clSetEventCallback.lo' libtool=yes @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libOpenCL_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libOpenCL_la-clSetEventCallback.lo `test -f 'clSetEventCallback.c' || echo '$(srcdir)/'`clSetEventCallback.c
-
-libOpenCL_la-clGetEventInfo.lo: clGetEventInfo.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libOpenCL_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libOpenCL_la-clGetEventInfo.lo -MD -MP -MF $(DEPDIR)/libOpenCL_la-clGetEventInfo.Tpo -c -o libOpenCL_la-clGetEventInfo.lo `test -f 'clGetEventInfo.c' || echo '$(srcdir)/'`clGetEventInfo.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libOpenCL_la-clGetEventInfo.Tpo $(DEPDIR)/libOpenCL_la-clGetEventInfo.Plo
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='clGetEventInfo.c' object='libOpenCL_la-clGetEventInfo.lo' libtool=yes @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libOpenCL_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libOpenCL_la-clGetEventInfo.lo `test -f 'clGetEventInfo.c' || echo '$(srcdir)/'`clGetEventInfo.c
-
-libOpenCL_la-clCreateUserEvent.lo: clCreateUserEvent.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libOpenCL_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libOpenCL_la-clCreateUserEvent.lo -MD -MP -MF $(DEPDIR)/libOpenCL_la-clCreateUserEvent.Tpo -c -o libOpenCL_la-clCreateUserEvent.lo `test -f 'clCreateUserEvent.c' || echo '$(srcdir)/'`clCreateUserEvent.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libOpenCL_la-clCreateUserEvent.Tpo $(DEPDIR)/libOpenCL_la-clCreateUserEvent.Plo
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='clCreateUserEvent.c' object='libOpenCL_la-clCreateUserEvent.lo' libtool=yes @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libOpenCL_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libOpenCL_la-clCreateUserEvent.lo `test -f 'clCreateUserEvent.c' || echo '$(srcdir)/'`clCreateUserEvent.c
-
-libOpenCL_la-clSetUserEventStatus.lo: clSetUserEventStatus.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libOpenCL_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libOpenCL_la-clSetUserEventStatus.lo -MD -MP -MF $(DEPDIR)/libOpenCL_la-clSetUserEventStatus.Tpo -c -o libOpenCL_la-clSetUserEventStatus.lo `test -f 'clSetUserEventStatus.c' || echo '$(srcdir)/'`clSetUserEventStatus.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libOpenCL_la-clSetUserEventStatus.Tpo $(DEPDIR)/libOpenCL_la-clSetUserEventStatus.Plo
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='clSetUserEventStatus.c' object='libOpenCL_la-clSetUserEventStatus.lo' libtool=yes @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libOpenCL_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libOpenCL_la-clSetUserEventStatus.lo `test -f 'clSetUserEventStatus.c' || echo '$(srcdir)/'`clSetUserEventStatus.c
-
-libOpenCL_la-clEnqueueTask.lo: clEnqueueTask.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libOpenCL_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libOpenCL_la-clEnqueueTask.lo -MD -MP -MF $(DEPDIR)/libOpenCL_la-clEnqueueTask.Tpo -c -o libOpenCL_la-clEnqueueTask.lo `test -f 'clEnqueueTask.c' || echo '$(srcdir)/'`clEnqueueTask.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libOpenCL_la-clEnqueueTask.Tpo $(DEPDIR)/libOpenCL_la-clEnqueueTask.Plo
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='clEnqueueTask.c' object='libOpenCL_la-clEnqueueTask.lo' libtool=yes @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libOpenCL_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libOpenCL_la-clEnqueueTask.lo `test -f 'clEnqueueTask.c' || echo '$(srcdir)/'`clEnqueueTask.c
-
-libOpenCL_la-clCreateImage.lo: clCreateImage.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libOpenCL_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libOpenCL_la-clCreateImage.lo -MD -MP -MF $(DEPDIR)/libOpenCL_la-clCreateImage.Tpo -c -o libOpenCL_la-clCreateImage.lo `test -f 'clCreateImage.c' || echo '$(srcdir)/'`clCreateImage.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libOpenCL_la-clCreateImage.Tpo $(DEPDIR)/libOpenCL_la-clCreateImage.Plo
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='clCreateImage.c' object='libOpenCL_la-clCreateImage.lo' libtool=yes @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libOpenCL_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libOpenCL_la-clCreateImage.lo `test -f 'clCreateImage.c' || echo '$(srcdir)/'`clCreateImage.c
-
-libOpenCL_la-clCreateImage2D.lo: clCreateImage2D.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libOpenCL_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libOpenCL_la-clCreateImage2D.lo -MD -MP -MF $(DEPDIR)/libOpenCL_la-clCreateImage2D.Tpo -c -o libOpenCL_la-clCreateImage2D.lo `test -f 'clCreateImage2D.c' || echo '$(srcdir)/'`clCreateImage2D.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libOpenCL_la-clCreateImage2D.Tpo $(DEPDIR)/libOpenCL_la-clCreateImage2D.Plo
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='clCreateImage2D.c' object='libOpenCL_la-clCreateImage2D.lo' libtool=yes @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libOpenCL_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libOpenCL_la-clCreateImage2D.lo `test -f 'clCreateImage2D.c' || echo '$(srcdir)/'`clCreateImage2D.c
-
-libOpenCL_la-clCreateImage3D.lo: clCreateImage3D.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libOpenCL_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libOpenCL_la-clCreateImage3D.lo -MD -MP -MF $(DEPDIR)/libOpenCL_la-clCreateImage3D.Tpo -c -o libOpenCL_la-clCreateImage3D.lo `test -f 'clCreateImage3D.c' || echo '$(srcdir)/'`clCreateImage3D.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libOpenCL_la-clCreateImage3D.Tpo $(DEPDIR)/libOpenCL_la-clCreateImage3D.Plo
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='clCreateImage3D.c' object='libOpenCL_la-clCreateImage3D.lo' libtool=yes @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libOpenCL_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libOpenCL_la-clCreateImage3D.lo `test -f 'clCreateImage3D.c' || echo '$(srcdir)/'`clCreateImage3D.c
-
-libOpenCL_la-clEnqueueReadImage.lo: clEnqueueReadImage.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libOpenCL_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libOpenCL_la-clEnqueueReadImage.lo -MD -MP -MF $(DEPDIR)/libOpenCL_la-clEnqueueReadImage.Tpo -c -o libOpenCL_la-clEnqueueReadImage.lo `test -f 'clEnqueueReadImage.c' || echo '$(srcdir)/'`clEnqueueReadImage.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libOpenCL_la-clEnqueueReadImage.Tpo $(DEPDIR)/libOpenCL_la-clEnqueueReadImage.Plo
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='clEnqueueReadImage.c' object='libOpenCL_la-clEnqueueReadImage.lo' libtool=yes @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libOpenCL_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libOpenCL_la-clEnqueueReadImage.lo `test -f 'clEnqueueReadImage.c' || echo '$(srcdir)/'`clEnqueueReadImage.c
-
-libOpenCL_la-clEnqueueWriteImage.lo: clEnqueueWriteImage.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libOpenCL_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libOpenCL_la-clEnqueueWriteImage.lo -MD -MP -MF $(DEPDIR)/libOpenCL_la-clEnqueueWriteImage.Tpo -c -o libOpenCL_la-clEnqueueWriteImage.lo `test -f 'clEnqueueWriteImage.c' || echo '$(srcdir)/'`clEnqueueWriteImage.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libOpenCL_la-clEnqueueWriteImage.Tpo $(DEPDIR)/libOpenCL_la-clEnqueueWriteImage.Plo
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='clEnqueueWriteImage.c' object='libOpenCL_la-clEnqueueWriteImage.lo' libtool=yes @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libOpenCL_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libOpenCL_la-clEnqueueWriteImage.lo `test -f 'clEnqueueWriteImage.c' || echo '$(srcdir)/'`clEnqueueWriteImage.c
-
-libOpenCL_la-clCreateSampler.lo: clCreateSampler.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libOpenCL_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libOpenCL_la-clCreateSampler.lo -MD -MP -MF $(DEPDIR)/libOpenCL_la-clCreateSampler.Tpo -c -o libOpenCL_la-clCreateSampler.lo `test -f 'clCreateSampler.c' || echo '$(srcdir)/'`clCreateSampler.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libOpenCL_la-clCreateSampler.Tpo $(DEPDIR)/libOpenCL_la-clCreateSampler.Plo
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='clCreateSampler.c' object='libOpenCL_la-clCreateSampler.lo' libtool=yes @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libOpenCL_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libOpenCL_la-clCreateSampler.lo `test -f 'clCreateSampler.c' || echo '$(srcdir)/'`clCreateSampler.c
-
-libOpenCL_la-clReleaseSampler.lo: clReleaseSampler.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libOpenCL_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libOpenCL_la-clReleaseSampler.lo -MD -MP -MF $(DEPDIR)/libOpenCL_la-clReleaseSampler.Tpo -c -o libOpenCL_la-clReleaseSampler.lo `test -f 'clReleaseSampler.c' || echo '$(srcdir)/'`clReleaseSampler.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libOpenCL_la-clReleaseSampler.Tpo $(DEPDIR)/libOpenCL_la-clReleaseSampler.Plo
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='clReleaseSampler.c' object='libOpenCL_la-clReleaseSampler.lo' libtool=yes @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libOpenCL_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libOpenCL_la-clReleaseSampler.lo `test -f 'clReleaseSampler.c' || echo '$(srcdir)/'`clReleaseSampler.c
-
-libOpenCL_la-clRetainSampler.lo: clRetainSampler.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libOpenCL_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libOpenCL_la-clRetainSampler.lo -MD -MP -MF $(DEPDIR)/libOpenCL_la-clRetainSampler.Tpo -c -o libOpenCL_la-clRetainSampler.lo `test -f 'clRetainSampler.c' || echo '$(srcdir)/'`clRetainSampler.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libOpenCL_la-clRetainSampler.Tpo $(DEPDIR)/libOpenCL_la-clRetainSampler.Plo
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='clRetainSampler.c' object='libOpenCL_la-clRetainSampler.lo' libtool=yes @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libOpenCL_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libOpenCL_la-clRetainSampler.lo `test -f 'clRetainSampler.c' || echo '$(srcdir)/'`clRetainSampler.c
-
-libOpenCL_la-clGetSamplerInfo.lo: clGetSamplerInfo.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libOpenCL_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libOpenCL_la-clGetSamplerInfo.lo -MD -MP -MF $(DEPDIR)/libOpenCL_la-clGetSamplerInfo.Tpo -c -o libOpenCL_la-clGetSamplerInfo.lo `test -f 'clGetSamplerInfo.c' || echo '$(srcdir)/'`clGetSamplerInfo.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libOpenCL_la-clGetSamplerInfo.Tpo $(DEPDIR)/libOpenCL_la-clGetSamplerInfo.Plo
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='clGetSamplerInfo.c' object='libOpenCL_la-clGetSamplerInfo.lo' libtool=yes @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libOpenCL_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libOpenCL_la-clGetSamplerInfo.lo `test -f 'clGetSamplerInfo.c' || echo '$(srcdir)/'`clGetSamplerInfo.c
-
-libOpenCL_la-clEnqueueCopyImage.lo: clEnqueueCopyImage.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libOpenCL_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libOpenCL_la-clEnqueueCopyImage.lo -MD -MP -MF $(DEPDIR)/libOpenCL_la-clEnqueueCopyImage.Tpo -c -o libOpenCL_la-clEnqueueCopyImage.lo `test -f 'clEnqueueCopyImage.c' || echo '$(srcdir)/'`clEnqueueCopyImage.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libOpenCL_la-clEnqueueCopyImage.Tpo $(DEPDIR)/libOpenCL_la-clEnqueueCopyImage.Plo
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='clEnqueueCopyImage.c' object='libOpenCL_la-clEnqueueCopyImage.lo' libtool=yes @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libOpenCL_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libOpenCL_la-clEnqueueCopyImage.lo `test -f 'clEnqueueCopyImage.c' || echo '$(srcdir)/'`clEnqueueCopyImage.c
-
-libOpenCL_la-clEnqueueMapImage.lo: clEnqueueMapImage.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libOpenCL_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libOpenCL_la-clEnqueueMapImage.lo -MD -MP -MF $(DEPDIR)/libOpenCL_la-clEnqueueMapImage.Tpo -c -o libOpenCL_la-clEnqueueMapImage.lo `test -f 'clEnqueueMapImage.c' || echo '$(srcdir)/'`clEnqueueMapImage.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libOpenCL_la-clEnqueueMapImage.Tpo $(DEPDIR)/libOpenCL_la-clEnqueueMapImage.Plo
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='clEnqueueMapImage.c' object='libOpenCL_la-clEnqueueMapImage.lo' libtool=yes @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libOpenCL_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libOpenCL_la-clEnqueueMapImage.lo `test -f 'clEnqueueMapImage.c' || echo '$(srcdir)/'`clEnqueueMapImage.c
-
-libOpenCL_la-clGetImageInfo.lo: clGetImageInfo.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libOpenCL_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libOpenCL_la-clGetImageInfo.lo -MD -MP -MF $(DEPDIR)/libOpenCL_la-clGetImageInfo.Tpo -c -o libOpenCL_la-clGetImageInfo.lo `test -f 'clGetImageInfo.c' || echo '$(srcdir)/'`clGetImageInfo.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libOpenCL_la-clGetImageInfo.Tpo $(DEPDIR)/libOpenCL_la-clGetImageInfo.Plo
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='clGetImageInfo.c' object='libOpenCL_la-clGetImageInfo.lo' libtool=yes @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libOpenCL_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libOpenCL_la-clGetImageInfo.lo `test -f 'clGetImageInfo.c' || echo '$(srcdir)/'`clGetImageInfo.c
-
-libOpenCL_la-clCreateFromGLTexture2D.lo: clCreateFromGLTexture2D.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libOpenCL_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libOpenCL_la-clCreateFromGLTexture2D.lo -MD -MP -MF $(DEPDIR)/libOpenCL_la-clCreateFromGLTexture2D.Tpo -c -o libOpenCL_la-clCreateFromGLTexture2D.lo `test -f 'clCreateFromGLTexture2D.c' || echo '$(srcdir)/'`clCreateFromGLTexture2D.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libOpenCL_la-clCreateFromGLTexture2D.Tpo $(DEPDIR)/libOpenCL_la-clCreateFromGLTexture2D.Plo
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='clCreateFromGLTexture2D.c' object='libOpenCL_la-clCreateFromGLTexture2D.lo' libtool=yes @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libOpenCL_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libOpenCL_la-clCreateFromGLTexture2D.lo `test -f 'clCreateFromGLTexture2D.c' || echo '$(srcdir)/'`clCreateFromGLTexture2D.c
-
-libOpenCL_la-clCreateFromGLTexture3D.lo: clCreateFromGLTexture3D.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libOpenCL_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libOpenCL_la-clCreateFromGLTexture3D.lo -MD -MP -MF $(DEPDIR)/libOpenCL_la-clCreateFromGLTexture3D.Tpo -c -o libOpenCL_la-clCreateFromGLTexture3D.lo `test -f 'clCreateFromGLTexture3D.c' || echo '$(srcdir)/'`clCreateFromGLTexture3D.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libOpenCL_la-clCreateFromGLTexture3D.Tpo $(DEPDIR)/libOpenCL_la-clCreateFromGLTexture3D.Plo
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='clCreateFromGLTexture3D.c' object='libOpenCL_la-clCreateFromGLTexture3D.lo' libtool=yes @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libOpenCL_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libOpenCL_la-clCreateFromGLTexture3D.lo `test -f 'clCreateFromGLTexture3D.c' || echo '$(srcdir)/'`clCreateFromGLTexture3D.c
-
-libOpenCL_la-clUnloadCompiler.lo: clUnloadCompiler.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libOpenCL_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libOpenCL_la-clUnloadCompiler.lo -MD -MP -MF $(DEPDIR)/libOpenCL_la-clUnloadCompiler.Tpo -c -o libOpenCL_la-clUnloadCompiler.lo `test -f 'clUnloadCompiler.c' || echo '$(srcdir)/'`clUnloadCompiler.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libOpenCL_la-clUnloadCompiler.Tpo $(DEPDIR)/libOpenCL_la-clUnloadCompiler.Plo
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='clUnloadCompiler.c' object='libOpenCL_la-clUnloadCompiler.lo' libtool=yes @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libOpenCL_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libOpenCL_la-clUnloadCompiler.lo `test -f 'clUnloadCompiler.c' || echo '$(srcdir)/'`clUnloadCompiler.c
-
-libOpenCL_la-clGetSupportedImageFormats.lo: clGetSupportedImageFormats.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libOpenCL_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libOpenCL_la-clGetSupportedImageFormats.lo -MD -MP -MF $(DEPDIR)/libOpenCL_la-clGetSupportedImageFormats.Tpo -c -o libOpenCL_la-clGetSupportedImageFormats.lo `test -f 'clGetSupportedImageFormats.c' || echo '$(srcdir)/'`clGetSupportedImageFormats.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libOpenCL_la-clGetSupportedImageFormats.Tpo $(DEPDIR)/libOpenCL_la-clGetSupportedImageFormats.Plo
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='clGetSupportedImageFormats.c' object='libOpenCL_la-clGetSupportedImageFormats.lo' libtool=yes @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libOpenCL_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libOpenCL_la-clGetSupportedImageFormats.lo `test -f 'clGetSupportedImageFormats.c' || echo '$(srcdir)/'`clGetSupportedImageFormats.c
-
-libOpenCL_la-clGetExtensionFunctionAddress.lo: clGetExtensionFunctionAddress.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libOpenCL_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libOpenCL_la-clGetExtensionFunctionAddress.lo -MD -MP -MF $(DEPDIR)/libOpenCL_la-clGetExtensionFunctionAddress.Tpo -c -o libOpenCL_la-clGetExtensionFunctionAddress.lo `test -f 'clGetExtensionFunctionAddress.c' || echo '$(srcdir)/'`clGetExtensionFunctionAddress.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libOpenCL_la-clGetExtensionFunctionAddress.Tpo $(DEPDIR)/libOpenCL_la-clGetExtensionFunctionAddress.Plo
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='clGetExtensionFunctionAddress.c' object='libOpenCL_la-clGetExtensionFunctionAddress.lo' libtool=yes @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libOpenCL_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libOpenCL_la-clGetExtensionFunctionAddress.lo `test -f 'clGetExtensionFunctionAddress.c' || echo '$(srcdir)/'`clGetExtensionFunctionAddress.c
-
-libOpenCL_la-clIcdGetPlatformIDsKHR.lo: clIcdGetPlatformIDsKHR.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libOpenCL_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libOpenCL_la-clIcdGetPlatformIDsKHR.lo -MD -MP -MF $(DEPDIR)/libOpenCL_la-clIcdGetPlatformIDsKHR.Tpo -c -o libOpenCL_la-clIcdGetPlatformIDsKHR.lo `test -f 'clIcdGetPlatformIDsKHR.c' || echo '$(srcdir)/'`clIcdGetPlatformIDsKHR.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libOpenCL_la-clIcdGetPlatformIDsKHR.Tpo $(DEPDIR)/libOpenCL_la-clIcdGetPlatformIDsKHR.Plo
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='clIcdGetPlatformIDsKHR.c' object='libOpenCL_la-clIcdGetPlatformIDsKHR.lo' libtool=yes @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libOpenCL_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libOpenCL_la-clIcdGetPlatformIDsKHR.lo `test -f 'clIcdGetPlatformIDsKHR.c' || echo '$(srcdir)/'`clIcdGetPlatformIDsKHR.c
-
-libOpenCL_la-clCreateSubDevices.lo: clCreateSubDevices.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libOpenCL_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libOpenCL_la-clCreateSubDevices.lo -MD -MP -MF $(DEPDIR)/libOpenCL_la-clCreateSubDevices.Tpo -c -o libOpenCL_la-clCreateSubDevices.lo `test -f 'clCreateSubDevices.c' || echo '$(srcdir)/'`clCreateSubDevices.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libOpenCL_la-clCreateSubDevices.Tpo $(DEPDIR)/libOpenCL_la-clCreateSubDevices.Plo
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='clCreateSubDevices.c' object='libOpenCL_la-clCreateSubDevices.lo' libtool=yes @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libOpenCL_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libOpenCL_la-clCreateSubDevices.lo `test -f 'clCreateSubDevices.c' || echo '$(srcdir)/'`clCreateSubDevices.c
-
-libOpenCL_la-clReleaseDevice.lo: clReleaseDevice.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libOpenCL_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libOpenCL_la-clReleaseDevice.lo -MD -MP -MF $(DEPDIR)/libOpenCL_la-clReleaseDevice.Tpo -c -o libOpenCL_la-clReleaseDevice.lo `test -f 'clReleaseDevice.c' || echo '$(srcdir)/'`clReleaseDevice.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libOpenCL_la-clReleaseDevice.Tpo $(DEPDIR)/libOpenCL_la-clReleaseDevice.Plo
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='clReleaseDevice.c' object='libOpenCL_la-clReleaseDevice.lo' libtool=yes @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libOpenCL_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libOpenCL_la-clReleaseDevice.lo `test -f 'clReleaseDevice.c' || echo '$(srcdir)/'`clReleaseDevice.c
-
-libOpenCL_la-clRetainDevice.lo: clRetainDevice.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libOpenCL_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libOpenCL_la-clRetainDevice.lo -MD -MP -MF $(DEPDIR)/libOpenCL_la-clRetainDevice.Tpo -c -o libOpenCL_la-clRetainDevice.lo `test -f 'clRetainDevice.c' || echo '$(srcdir)/'`clRetainDevice.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libOpenCL_la-clRetainDevice.Tpo $(DEPDIR)/libOpenCL_la-clRetainDevice.Plo
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='clRetainDevice.c' object='libOpenCL_la-clRetainDevice.lo' libtool=yes @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libOpenCL_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libOpenCL_la-clRetainDevice.lo `test -f 'clRetainDevice.c' || echo '$(srcdir)/'`clRetainDevice.c
-
-libOpenCL_la-clSVMAlloc.lo: clSVMAlloc.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libOpenCL_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libOpenCL_la-clSVMAlloc.lo -MD -MP -MF $(DEPDIR)/libOpenCL_la-clSVMAlloc.Tpo -c -o libOpenCL_la-clSVMAlloc.lo `test -f 'clSVMAlloc.c' || echo '$(srcdir)/'`clSVMAlloc.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libOpenCL_la-clSVMAlloc.Tpo $(DEPDIR)/libOpenCL_la-clSVMAlloc.Plo
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='clSVMAlloc.c' object='libOpenCL_la-clSVMAlloc.lo' libtool=yes @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libOpenCL_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libOpenCL_la-clSVMAlloc.lo `test -f 'clSVMAlloc.c' || echo '$(srcdir)/'`clSVMAlloc.c
-
-libOpenCL_la-clSVMFree.lo: clSVMFree.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libOpenCL_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libOpenCL_la-clSVMFree.lo -MD -MP -MF $(DEPDIR)/libOpenCL_la-clSVMFree.Tpo -c -o libOpenCL_la-clSVMFree.lo `test -f 'clSVMFree.c' || echo '$(srcdir)/'`clSVMFree.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libOpenCL_la-clSVMFree.Tpo $(DEPDIR)/libOpenCL_la-clSVMFree.Plo
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='clSVMFree.c' object='libOpenCL_la-clSVMFree.lo' libtool=yes @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libOpenCL_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libOpenCL_la-clSVMFree.lo `test -f 'clSVMFree.c' || echo '$(srcdir)/'`clSVMFree.c
-
-libOpenCL_la-clEnqueueSVMFree.lo: clEnqueueSVMFree.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libOpenCL_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libOpenCL_la-clEnqueueSVMFree.lo -MD -MP -MF $(DEPDIR)/libOpenCL_la-clEnqueueSVMFree.Tpo -c -o libOpenCL_la-clEnqueueSVMFree.lo `test -f 'clEnqueueSVMFree.c' || echo '$(srcdir)/'`clEnqueueSVMFree.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libOpenCL_la-clEnqueueSVMFree.Tpo $(DEPDIR)/libOpenCL_la-clEnqueueSVMFree.Plo
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='clEnqueueSVMFree.c' object='libOpenCL_la-clEnqueueSVMFree.lo' libtool=yes @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libOpenCL_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libOpenCL_la-clEnqueueSVMFree.lo `test -f 'clEnqueueSVMFree.c' || echo '$(srcdir)/'`clEnqueueSVMFree.c
-
-libOpenCL_la-clEnqueueSVMMap.lo: clEnqueueSVMMap.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libOpenCL_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libOpenCL_la-clEnqueueSVMMap.lo -MD -MP -MF $(DEPDIR)/libOpenCL_la-clEnqueueSVMMap.Tpo -c -o libOpenCL_la-clEnqueueSVMMap.lo `test -f 'clEnqueueSVMMap.c' || echo '$(srcdir)/'`clEnqueueSVMMap.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libOpenCL_la-clEnqueueSVMMap.Tpo $(DEPDIR)/libOpenCL_la-clEnqueueSVMMap.Plo
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='clEnqueueSVMMap.c' object='libOpenCL_la-clEnqueueSVMMap.lo' libtool=yes @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libOpenCL_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libOpenCL_la-clEnqueueSVMMap.lo `test -f 'clEnqueueSVMMap.c' || echo '$(srcdir)/'`clEnqueueSVMMap.c
-
-libOpenCL_la-clEnqueueSVMUnmap.lo: clEnqueueSVMUnmap.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libOpenCL_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libOpenCL_la-clEnqueueSVMUnmap.lo -MD -MP -MF $(DEPDIR)/libOpenCL_la-clEnqueueSVMUnmap.Tpo -c -o libOpenCL_la-clEnqueueSVMUnmap.lo `test -f 'clEnqueueSVMUnmap.c' || echo '$(srcdir)/'`clEnqueueSVMUnmap.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libOpenCL_la-clEnqueueSVMUnmap.Tpo $(DEPDIR)/libOpenCL_la-clEnqueueSVMUnmap.Plo
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='clEnqueueSVMUnmap.c' object='libOpenCL_la-clEnqueueSVMUnmap.lo' libtool=yes @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libOpenCL_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libOpenCL_la-clEnqueueSVMUnmap.lo `test -f 'clEnqueueSVMUnmap.c' || echo '$(srcdir)/'`clEnqueueSVMUnmap.c
-
-libOpenCL_la-clEnqueueSVMMemcpy.lo: clEnqueueSVMMemcpy.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libOpenCL_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libOpenCL_la-clEnqueueSVMMemcpy.lo -MD -MP -MF $(DEPDIR)/libOpenCL_la-clEnqueueSVMMemcpy.Tpo -c -o libOpenCL_la-clEnqueueSVMMemcpy.lo `test -f 'clEnqueueSVMMemcpy.c' || echo '$(srcdir)/'`clEnqueueSVMMemcpy.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libOpenCL_la-clEnqueueSVMMemcpy.Tpo $(DEPDIR)/libOpenCL_la-clEnqueueSVMMemcpy.Plo
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='clEnqueueSVMMemcpy.c' object='libOpenCL_la-clEnqueueSVMMemcpy.lo' libtool=yes @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libOpenCL_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libOpenCL_la-clEnqueueSVMMemcpy.lo `test -f 'clEnqueueSVMMemcpy.c' || echo '$(srcdir)/'`clEnqueueSVMMemcpy.c
-
-libOpenCL_la-clEnqueueSVMMemFill.lo: clEnqueueSVMMemFill.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libOpenCL_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libOpenCL_la-clEnqueueSVMMemFill.lo -MD -MP -MF $(DEPDIR)/libOpenCL_la-clEnqueueSVMMemFill.Tpo -c -o libOpenCL_la-clEnqueueSVMMemFill.lo `test -f 'clEnqueueSVMMemFill.c' || echo '$(srcdir)/'`clEnqueueSVMMemFill.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libOpenCL_la-clEnqueueSVMMemFill.Tpo $(DEPDIR)/libOpenCL_la-clEnqueueSVMMemFill.Plo
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='clEnqueueSVMMemFill.c' object='libOpenCL_la-clEnqueueSVMMemFill.lo' libtool=yes @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libOpenCL_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libOpenCL_la-clEnqueueSVMMemFill.lo `test -f 'clEnqueueSVMMemFill.c' || echo '$(srcdir)/'`clEnqueueSVMMemFill.c
-
-libOpenCL_la-clSetKernelArgSVMPointer.lo: clSetKernelArgSVMPointer.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libOpenCL_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libOpenCL_la-clSetKernelArgSVMPointer.lo -MD -MP -MF $(DEPDIR)/libOpenCL_la-clSetKernelArgSVMPointer.Tpo -c -o libOpenCL_la-clSetKernelArgSVMPointer.lo `test -f 'clSetKernelArgSVMPointer.c' || echo '$(srcdir)/'`clSetKernelArgSVMPointer.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libOpenCL_la-clSetKernelArgSVMPointer.Tpo $(DEPDIR)/libOpenCL_la-clSetKernelArgSVMPointer.Plo
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='clSetKernelArgSVMPointer.c' object='libOpenCL_la-clSetKernelArgSVMPointer.lo' libtool=yes @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libOpenCL_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libOpenCL_la-clSetKernelArgSVMPointer.lo `test -f 'clSetKernelArgSVMPointer.c' || echo '$(srcdir)/'`clSetKernelArgSVMPointer.c
-
-libOpenCL_la-clSetKernelExecInfo.lo: clSetKernelExecInfo.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libOpenCL_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libOpenCL_la-clSetKernelExecInfo.lo -MD -MP -MF $(DEPDIR)/libOpenCL_la-clSetKernelExecInfo.Tpo -c -o libOpenCL_la-clSetKernelExecInfo.lo `test -f 'clSetKernelExecInfo.c' || echo '$(srcdir)/'`clSetKernelExecInfo.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libOpenCL_la-clSetKernelExecInfo.Tpo $(DEPDIR)/libOpenCL_la-clSetKernelExecInfo.Plo
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='clSetKernelExecInfo.c' object='libOpenCL_la-clSetKernelExecInfo.lo' libtool=yes @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libOpenCL_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libOpenCL_la-clSetKernelExecInfo.lo `test -f 'clSetKernelExecInfo.c' || echo '$(srcdir)/'`clSetKernelExecInfo.c
-
-libOpenCL_la-pocl_util.lo: pocl_util.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libOpenCL_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libOpenCL_la-pocl_util.lo -MD -MP -MF $(DEPDIR)/libOpenCL_la-pocl_util.Tpo -c -o libOpenCL_la-pocl_util.lo `test -f 'pocl_util.c' || echo '$(srcdir)/'`pocl_util.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libOpenCL_la-pocl_util.Tpo $(DEPDIR)/libOpenCL_la-pocl_util.Plo
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='pocl_util.c' object='libOpenCL_la-pocl_util.lo' libtool=yes @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libOpenCL_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libOpenCL_la-pocl_util.lo `test -f 'pocl_util.c' || echo '$(srcdir)/'`pocl_util.c
-
-libOpenCL_la-pocl_queue_util.lo: pocl_queue_util.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libOpenCL_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libOpenCL_la-pocl_queue_util.lo -MD -MP -MF $(DEPDIR)/libOpenCL_la-pocl_queue_util.Tpo -c -o libOpenCL_la-pocl_queue_util.lo `test -f 'pocl_queue_util.c' || echo '$(srcdir)/'`pocl_queue_util.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libOpenCL_la-pocl_queue_util.Tpo $(DEPDIR)/libOpenCL_la-pocl_queue_util.Plo
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='pocl_queue_util.c' object='libOpenCL_la-pocl_queue_util.lo' libtool=yes @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libOpenCL_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libOpenCL_la-pocl_queue_util.lo `test -f 'pocl_queue_util.c' || echo '$(srcdir)/'`pocl_queue_util.c
-
-libOpenCL_la-pocl_image_util.lo: pocl_image_util.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libOpenCL_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libOpenCL_la-pocl_image_util.lo -MD -MP -MF $(DEPDIR)/libOpenCL_la-pocl_image_util.Tpo -c -o libOpenCL_la-pocl_image_util.lo `test -f 'pocl_image_util.c' || echo '$(srcdir)/'`pocl_image_util.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libOpenCL_la-pocl_image_util.Tpo $(DEPDIR)/libOpenCL_la-pocl_image_util.Plo
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='pocl_image_util.c' object='libOpenCL_la-pocl_image_util.lo' libtool=yes @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libOpenCL_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libOpenCL_la-pocl_image_util.lo `test -f 'pocl_image_util.c' || echo '$(srcdir)/'`pocl_image_util.c
-
-libOpenCL_la-pocl_img_buf_cpy.lo: pocl_img_buf_cpy.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libOpenCL_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libOpenCL_la-pocl_img_buf_cpy.lo -MD -MP -MF $(DEPDIR)/libOpenCL_la-pocl_img_buf_cpy.Tpo -c -o libOpenCL_la-pocl_img_buf_cpy.lo `test -f 'pocl_img_buf_cpy.c' || echo '$(srcdir)/'`pocl_img_buf_cpy.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libOpenCL_la-pocl_img_buf_cpy.Tpo $(DEPDIR)/libOpenCL_la-pocl_img_buf_cpy.Plo
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='pocl_img_buf_cpy.c' object='libOpenCL_la-pocl_img_buf_cpy.lo' libtool=yes @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libOpenCL_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libOpenCL_la-pocl_img_buf_cpy.lo `test -f 'pocl_img_buf_cpy.c' || echo '$(srcdir)/'`pocl_img_buf_cpy.c
-
-libOpenCL_la-pocl_timing.lo: pocl_timing.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libOpenCL_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libOpenCL_la-pocl_timing.lo -MD -MP -MF $(DEPDIR)/libOpenCL_la-pocl_timing.Tpo -c -o libOpenCL_la-pocl_timing.lo `test -f 'pocl_timing.c' || echo '$(srcdir)/'`pocl_timing.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libOpenCL_la-pocl_timing.Tpo $(DEPDIR)/libOpenCL_la-pocl_timing.Plo
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='pocl_timing.c' object='libOpenCL_la-pocl_timing.lo' libtool=yes @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libOpenCL_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libOpenCL_la-pocl_timing.lo `test -f 'pocl_timing.c' || echo '$(srcdir)/'`pocl_timing.c
-
-libOpenCL_la-pocl_runtime_config.lo: pocl_runtime_config.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libOpenCL_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libOpenCL_la-pocl_runtime_config.lo -MD -MP -MF $(DEPDIR)/libOpenCL_la-pocl_runtime_config.Tpo -c -o libOpenCL_la-pocl_runtime_config.lo `test -f 'pocl_runtime_config.c' || echo '$(srcdir)/'`pocl_runtime_config.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libOpenCL_la-pocl_runtime_config.Tpo $(DEPDIR)/libOpenCL_la-pocl_runtime_config.Plo
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='pocl_runtime_config.c' object='libOpenCL_la-pocl_runtime_config.lo' libtool=yes @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libOpenCL_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libOpenCL_la-pocl_runtime_config.lo `test -f 'pocl_runtime_config.c' || echo '$(srcdir)/'`pocl_runtime_config.c
-
-libOpenCL_la-pocl_mem_management.lo: pocl_mem_management.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libOpenCL_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libOpenCL_la-pocl_mem_management.lo -MD -MP -MF $(DEPDIR)/libOpenCL_la-pocl_mem_management.Tpo -c -o libOpenCL_la-pocl_mem_management.lo `test -f 'pocl_mem_management.c' || echo '$(srcdir)/'`pocl_mem_management.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libOpenCL_la-pocl_mem_management.Tpo $(DEPDIR)/libOpenCL_la-pocl_mem_management.Plo
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='pocl_mem_management.c' object='libOpenCL_la-pocl_mem_management.lo' libtool=yes @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libOpenCL_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libOpenCL_la-pocl_mem_management.lo `test -f 'pocl_mem_management.c' || echo '$(srcdir)/'`pocl_mem_management.c
-
-libOpenCL_la-pocl_hash.lo: pocl_hash.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libOpenCL_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libOpenCL_la-pocl_hash.lo -MD -MP -MF $(DEPDIR)/libOpenCL_la-pocl_hash.Tpo -c -o libOpenCL_la-pocl_hash.lo `test -f 'pocl_hash.c' || echo '$(srcdir)/'`pocl_hash.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libOpenCL_la-pocl_hash.Tpo $(DEPDIR)/libOpenCL_la-pocl_hash.Plo
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='pocl_hash.c' object='libOpenCL_la-pocl_hash.lo' libtool=yes @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libOpenCL_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libOpenCL_la-pocl_hash.lo `test -f 'pocl_hash.c' || echo '$(srcdir)/'`pocl_hash.c
-
-libOpenCL_la-pocl_cache.lo: pocl_cache.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libOpenCL_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libOpenCL_la-pocl_cache.lo -MD -MP -MF $(DEPDIR)/libOpenCL_la-pocl_cache.Tpo -c -o libOpenCL_la-pocl_cache.lo `test -f 'pocl_cache.c' || echo '$(srcdir)/'`pocl_cache.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libOpenCL_la-pocl_cache.Tpo $(DEPDIR)/libOpenCL_la-pocl_cache.Plo
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='pocl_cache.c' object='libOpenCL_la-pocl_cache.lo' libtool=yes @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libOpenCL_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libOpenCL_la-pocl_cache.lo `test -f 'pocl_cache.c' || echo '$(srcdir)/'`pocl_cache.c
-
-libOpenCL_la-pocl_debug.lo: pocl_debug.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libOpenCL_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libOpenCL_la-pocl_debug.lo -MD -MP -MF $(DEPDIR)/libOpenCL_la-pocl_debug.Tpo -c -o libOpenCL_la-pocl_debug.lo `test -f 'pocl_debug.c' || echo '$(srcdir)/'`pocl_debug.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libOpenCL_la-pocl_debug.Tpo $(DEPDIR)/libOpenCL_la-pocl_debug.Plo
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='pocl_debug.c' object='libOpenCL_la-pocl_debug.lo' libtool=yes @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libOpenCL_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libOpenCL_la-pocl_debug.lo `test -f 'pocl_debug.c' || echo '$(srcdir)/'`pocl_debug.c
-
-libpocl_la-clCreateContextFromType.lo: clCreateContextFromType.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpocl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libpocl_la-clCreateContextFromType.lo -MD -MP -MF $(DEPDIR)/libpocl_la-clCreateContextFromType.Tpo -c -o libpocl_la-clCreateContextFromType.lo `test -f 'clCreateContextFromType.c' || echo '$(srcdir)/'`clCreateContextFromType.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libpocl_la-clCreateContextFromType.Tpo $(DEPDIR)/libpocl_la-clCreateContextFromType.Plo
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='clCreateContextFromType.c' object='libpocl_la-clCreateContextFromType.lo' libtool=yes @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpocl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libpocl_la-clCreateContextFromType.lo `test -f 'clCreateContextFromType.c' || echo '$(srcdir)/'`clCreateContextFromType.c
-
-libpocl_la-clReleaseContext.lo: clReleaseContext.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpocl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libpocl_la-clReleaseContext.lo -MD -MP -MF $(DEPDIR)/libpocl_la-clReleaseContext.Tpo -c -o libpocl_la-clReleaseContext.lo `test -f 'clReleaseContext.c' || echo '$(srcdir)/'`clReleaseContext.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libpocl_la-clReleaseContext.Tpo $(DEPDIR)/libpocl_la-clReleaseContext.Plo
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='clReleaseContext.c' object='libpocl_la-clReleaseContext.lo' libtool=yes @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpocl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libpocl_la-clReleaseContext.lo `test -f 'clReleaseContext.c' || echo '$(srcdir)/'`clReleaseContext.c
-
-libpocl_la-clRetainContext.lo: clRetainContext.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpocl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libpocl_la-clRetainContext.lo -MD -MP -MF $(DEPDIR)/libpocl_la-clRetainContext.Tpo -c -o libpocl_la-clRetainContext.lo `test -f 'clRetainContext.c' || echo '$(srcdir)/'`clRetainContext.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libpocl_la-clRetainContext.Tpo $(DEPDIR)/libpocl_la-clRetainContext.Plo
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='clRetainContext.c' object='libpocl_la-clRetainContext.lo' libtool=yes @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpocl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libpocl_la-clRetainContext.lo `test -f 'clRetainContext.c' || echo '$(srcdir)/'`clRetainContext.c
-
-libpocl_la-clGetContextInfo.lo: clGetContextInfo.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpocl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libpocl_la-clGetContextInfo.lo -MD -MP -MF $(DEPDIR)/libpocl_la-clGetContextInfo.Tpo -c -o libpocl_la-clGetContextInfo.lo `test -f 'clGetContextInfo.c' || echo '$(srcdir)/'`clGetContextInfo.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libpocl_la-clGetContextInfo.Tpo $(DEPDIR)/libpocl_la-clGetContextInfo.Plo
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='clGetContextInfo.c' object='libpocl_la-clGetContextInfo.lo' libtool=yes @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpocl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libpocl_la-clGetContextInfo.lo `test -f 'clGetContextInfo.c' || echo '$(srcdir)/'`clGetContextInfo.c
-
-libpocl_la-clCreateCommandQueue.lo: clCreateCommandQueue.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpocl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libpocl_la-clCreateCommandQueue.lo -MD -MP -MF $(DEPDIR)/libpocl_la-clCreateCommandQueue.Tpo -c -o libpocl_la-clCreateCommandQueue.lo `test -f 'clCreateCommandQueue.c' || echo '$(srcdir)/'`clCreateCommandQueue.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libpocl_la-clCreateCommandQueue.Tpo $(DEPDIR)/libpocl_la-clCreateCommandQueue.Plo
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='clCreateCommandQueue.c' object='libpocl_la-clCreateCommandQueue.lo' libtool=yes @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpocl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libpocl_la-clCreateCommandQueue.lo `test -f 'clCreateCommandQueue.c' || echo '$(srcdir)/'`clCreateCommandQueue.c
-
-libpocl_la-clCreateCommandQueueWithProperties.lo: clCreateCommandQueueWithProperties.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpocl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libpocl_la-clCreateCommandQueueWithProperties.lo -MD -MP -MF $(DEPDIR)/libpocl_la-clCreateCommandQueueWithProperties.Tpo -c -o libpocl_la-clCreateCommandQueueWithProperties.lo `test -f 'clCreateCommandQueueWithProperties.c' || echo '$(srcdir)/'`clCreateCommandQueueWithPro [...]
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libpocl_la-clCreateCommandQueueWithProperties.Tpo $(DEPDIR)/libpocl_la-clCreateCommandQueueWithProperties.Plo
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='clCreateCommandQueueWithProperties.c' object='libpocl_la-clCreateCommandQueueWithProperties.lo' libtool=yes @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpocl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libpocl_la-clCreateCommandQueueWithProperties.lo `test -f 'clCreateCommandQueueWithProperties.c' || echo '$(srcdir)/'`clCreateCommandQueueWithProperties.c
-
-libpocl_la-clReleaseCommandQueue.lo: clReleaseCommandQueue.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpocl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libpocl_la-clReleaseCommandQueue.lo -MD -MP -MF $(DEPDIR)/libpocl_la-clReleaseCommandQueue.Tpo -c -o libpocl_la-clReleaseCommandQueue.lo `test -f 'clReleaseCommandQueue.c' || echo '$(srcdir)/'`clReleaseCommandQueue.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libpocl_la-clReleaseCommandQueue.Tpo $(DEPDIR)/libpocl_la-clReleaseCommandQueue.Plo
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='clReleaseCommandQueue.c' object='libpocl_la-clReleaseCommandQueue.lo' libtool=yes @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpocl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libpocl_la-clReleaseCommandQueue.lo `test -f 'clReleaseCommandQueue.c' || echo '$(srcdir)/'`clReleaseCommandQueue.c
-
-libpocl_la-clRetainCommandQueue.lo: clRetainCommandQueue.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpocl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libpocl_la-clRetainCommandQueue.lo -MD -MP -MF $(DEPDIR)/libpocl_la-clRetainCommandQueue.Tpo -c -o libpocl_la-clRetainCommandQueue.lo `test -f 'clRetainCommandQueue.c' || echo '$(srcdir)/'`clRetainCommandQueue.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libpocl_la-clRetainCommandQueue.Tpo $(DEPDIR)/libpocl_la-clRetainCommandQueue.Plo
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='clRetainCommandQueue.c' object='libpocl_la-clRetainCommandQueue.lo' libtool=yes @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpocl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libpocl_la-clRetainCommandQueue.lo `test -f 'clRetainCommandQueue.c' || echo '$(srcdir)/'`clRetainCommandQueue.c
-
-libpocl_la-clGetCommandQueueInfo.lo: clGetCommandQueueInfo.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpocl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libpocl_la-clGetCommandQueueInfo.lo -MD -MP -MF $(DEPDIR)/libpocl_la-clGetCommandQueueInfo.Tpo -c -o libpocl_la-clGetCommandQueueInfo.lo `test -f 'clGetCommandQueueInfo.c' || echo '$(srcdir)/'`clGetCommandQueueInfo.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libpocl_la-clGetCommandQueueInfo.Tpo $(DEPDIR)/libpocl_la-clGetCommandQueueInfo.Plo
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='clGetCommandQueueInfo.c' object='libpocl_la-clGetCommandQueueInfo.lo' libtool=yes @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpocl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libpocl_la-clGetCommandQueueInfo.lo `test -f 'clGetCommandQueueInfo.c' || echo '$(srcdir)/'`clGetCommandQueueInfo.c
-
-libpocl_la-clCreateBuffer.lo: clCreateBuffer.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpocl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libpocl_la-clCreateBuffer.lo -MD -MP -MF $(DEPDIR)/libpocl_la-clCreateBuffer.Tpo -c -o libpocl_la-clCreateBuffer.lo `test -f 'clCreateBuffer.c' || echo '$(srcdir)/'`clCreateBuffer.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libpocl_la-clCreateBuffer.Tpo $(DEPDIR)/libpocl_la-clCreateBuffer.Plo
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='clCreateBuffer.c' object='libpocl_la-clCreateBuffer.lo' libtool=yes @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpocl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libpocl_la-clCreateBuffer.lo `test -f 'clCreateBuffer.c' || echo '$(srcdir)/'`clCreateBuffer.c
-
-libpocl_la-clCreateSubBuffer.lo: clCreateSubBuffer.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpocl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libpocl_la-clCreateSubBuffer.lo -MD -MP -MF $(DEPDIR)/libpocl_la-clCreateSubBuffer.Tpo -c -o libpocl_la-clCreateSubBuffer.lo `test -f 'clCreateSubBuffer.c' || echo '$(srcdir)/'`clCreateSubBuffer.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libpocl_la-clCreateSubBuffer.Tpo $(DEPDIR)/libpocl_la-clCreateSubBuffer.Plo
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='clCreateSubBuffer.c' object='libpocl_la-clCreateSubBuffer.lo' libtool=yes @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpocl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libpocl_la-clCreateSubBuffer.lo `test -f 'clCreateSubBuffer.c' || echo '$(srcdir)/'`clCreateSubBuffer.c
-
-libpocl_la-clEnqueueFillImage.lo: clEnqueueFillImage.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpocl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libpocl_la-clEnqueueFillImage.lo -MD -MP -MF $(DEPDIR)/libpocl_la-clEnqueueFillImage.Tpo -c -o libpocl_la-clEnqueueFillImage.lo `test -f 'clEnqueueFillImage.c' || echo '$(srcdir)/'`clEnqueueFillImage.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libpocl_la-clEnqueueFillImage.Tpo $(DEPDIR)/libpocl_la-clEnqueueFillImage.Plo
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='clEnqueueFillImage.c' object='libpocl_la-clEnqueueFillImage.lo' libtool=yes @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpocl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libpocl_la-clEnqueueFillImage.lo `test -f 'clEnqueueFillImage.c' || echo '$(srcdir)/'`clEnqueueFillImage.c
-
-libpocl_la-clEnqueueFillBuffer.lo: clEnqueueFillBuffer.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpocl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libpocl_la-clEnqueueFillBuffer.lo -MD -MP -MF $(DEPDIR)/libpocl_la-clEnqueueFillBuffer.Tpo -c -o libpocl_la-clEnqueueFillBuffer.lo `test -f 'clEnqueueFillBuffer.c' || echo '$(srcdir)/'`clEnqueueFillBuffer.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libpocl_la-clEnqueueFillBuffer.Tpo $(DEPDIR)/libpocl_la-clEnqueueFillBuffer.Plo
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='clEnqueueFillBuffer.c' object='libpocl_la-clEnqueueFillBuffer.lo' libtool=yes @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpocl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libpocl_la-clEnqueueFillBuffer.lo `test -f 'clEnqueueFillBuffer.c' || echo '$(srcdir)/'`clEnqueueFillBuffer.c
-
-libpocl_la-clEnqueueReadBuffer.lo: clEnqueueReadBuffer.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpocl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libpocl_la-clEnqueueReadBuffer.lo -MD -MP -MF $(DEPDIR)/libpocl_la-clEnqueueReadBuffer.Tpo -c -o libpocl_la-clEnqueueReadBuffer.lo `test -f 'clEnqueueReadBuffer.c' || echo '$(srcdir)/'`clEnqueueReadBuffer.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libpocl_la-clEnqueueReadBuffer.Tpo $(DEPDIR)/libpocl_la-clEnqueueReadBuffer.Plo
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='clEnqueueReadBuffer.c' object='libpocl_la-clEnqueueReadBuffer.lo' libtool=yes @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpocl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libpocl_la-clEnqueueReadBuffer.lo `test -f 'clEnqueueReadBuffer.c' || echo '$(srcdir)/'`clEnqueueReadBuffer.c
-
-libpocl_la-clEnqueueReadBufferRect.lo: clEnqueueReadBufferRect.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpocl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libpocl_la-clEnqueueReadBufferRect.lo -MD -MP -MF $(DEPDIR)/libpocl_la-clEnqueueReadBufferRect.Tpo -c -o libpocl_la-clEnqueueReadBufferRect.lo `test -f 'clEnqueueReadBufferRect.c' || echo '$(srcdir)/'`clEnqueueReadBufferRect.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libpocl_la-clEnqueueReadBufferRect.Tpo $(DEPDIR)/libpocl_la-clEnqueueReadBufferRect.Plo
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='clEnqueueReadBufferRect.c' object='libpocl_la-clEnqueueReadBufferRect.lo' libtool=yes @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpocl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libpocl_la-clEnqueueReadBufferRect.lo `test -f 'clEnqueueReadBufferRect.c' || echo '$(srcdir)/'`clEnqueueReadBufferRect.c
-
-libpocl_la-clEnqueueMapBuffer.lo: clEnqueueMapBuffer.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpocl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libpocl_la-clEnqueueMapBuffer.lo -MD -MP -MF $(DEPDIR)/libpocl_la-clEnqueueMapBuffer.Tpo -c -o libpocl_la-clEnqueueMapBuffer.lo `test -f 'clEnqueueMapBuffer.c' || echo '$(srcdir)/'`clEnqueueMapBuffer.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libpocl_la-clEnqueueMapBuffer.Tpo $(DEPDIR)/libpocl_la-clEnqueueMapBuffer.Plo
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='clEnqueueMapBuffer.c' object='libpocl_la-clEnqueueMapBuffer.lo' libtool=yes @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpocl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libpocl_la-clEnqueueMapBuffer.lo `test -f 'clEnqueueMapBuffer.c' || echo '$(srcdir)/'`clEnqueueMapBuffer.c
-
-libpocl_la-clEnqueueUnmapMemObject.lo: clEnqueueUnmapMemObject.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpocl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libpocl_la-clEnqueueUnmapMemObject.lo -MD -MP -MF $(DEPDIR)/libpocl_la-clEnqueueUnmapMemObject.Tpo -c -o libpocl_la-clEnqueueUnmapMemObject.lo `test -f 'clEnqueueUnmapMemObject.c' || echo '$(srcdir)/'`clEnqueueUnmapMemObject.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libpocl_la-clEnqueueUnmapMemObject.Tpo $(DEPDIR)/libpocl_la-clEnqueueUnmapMemObject.Plo
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='clEnqueueUnmapMemObject.c' object='libpocl_la-clEnqueueUnmapMemObject.lo' libtool=yes @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpocl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libpocl_la-clEnqueueUnmapMemObject.lo `test -f 'clEnqueueUnmapMemObject.c' || echo '$(srcdir)/'`clEnqueueUnmapMemObject.c
-
-libpocl_la-clEnqueueMarkerWithWaitList.lo: clEnqueueMarkerWithWaitList.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpocl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libpocl_la-clEnqueueMarkerWithWaitList.lo -MD -MP -MF $(DEPDIR)/libpocl_la-clEnqueueMarkerWithWaitList.Tpo -c -o libpocl_la-clEnqueueMarkerWithWaitList.lo `test -f 'clEnqueueMarkerWithWaitList.c' || echo '$(srcdir)/'`clEnqueueMarkerWithWaitList.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libpocl_la-clEnqueueMarkerWithWaitList.Tpo $(DEPDIR)/libpocl_la-clEnqueueMarkerWithWaitList.Plo
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='clEnqueueMarkerWithWaitList.c' object='libpocl_la-clEnqueueMarkerWithWaitList.lo' libtool=yes @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpocl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libpocl_la-clEnqueueMarkerWithWaitList.lo `test -f 'clEnqueueMarkerWithWaitList.c' || echo '$(srcdir)/'`clEnqueueMarkerWithWaitList.c
-
-libpocl_la-clReleaseMemObject.lo: clReleaseMemObject.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpocl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libpocl_la-clReleaseMemObject.lo -MD -MP -MF $(DEPDIR)/libpocl_la-clReleaseMemObject.Tpo -c -o libpocl_la-clReleaseMemObject.lo `test -f 'clReleaseMemObject.c' || echo '$(srcdir)/'`clReleaseMemObject.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libpocl_la-clReleaseMemObject.Tpo $(DEPDIR)/libpocl_la-clReleaseMemObject.Plo
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='clReleaseMemObject.c' object='libpocl_la-clReleaseMemObject.lo' libtool=yes @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpocl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libpocl_la-clReleaseMemObject.lo `test -f 'clReleaseMemObject.c' || echo '$(srcdir)/'`clReleaseMemObject.c
-
-libpocl_la-clRetainMemObject.lo: clRetainMemObject.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpocl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libpocl_la-clRetainMemObject.lo -MD -MP -MF $(DEPDIR)/libpocl_la-clRetainMemObject.Tpo -c -o libpocl_la-clRetainMemObject.lo `test -f 'clRetainMemObject.c' || echo '$(srcdir)/'`clRetainMemObject.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libpocl_la-clRetainMemObject.Tpo $(DEPDIR)/libpocl_la-clRetainMemObject.Plo
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='clRetainMemObject.c' object='libpocl_la-clRetainMemObject.lo' libtool=yes @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpocl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libpocl_la-clRetainMemObject.lo `test -f 'clRetainMemObject.c' || echo '$(srcdir)/'`clRetainMemObject.c
-
-libpocl_la-clGetMemObjectInfo.lo: clGetMemObjectInfo.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpocl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libpocl_la-clGetMemObjectInfo.lo -MD -MP -MF $(DEPDIR)/libpocl_la-clGetMemObjectInfo.Tpo -c -o libpocl_la-clGetMemObjectInfo.lo `test -f 'clGetMemObjectInfo.c' || echo '$(srcdir)/'`clGetMemObjectInfo.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libpocl_la-clGetMemObjectInfo.Tpo $(DEPDIR)/libpocl_la-clGetMemObjectInfo.Plo
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='clGetMemObjectInfo.c' object='libpocl_la-clGetMemObjectInfo.lo' libtool=yes @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpocl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libpocl_la-clGetMemObjectInfo.lo `test -f 'clGetMemObjectInfo.c' || echo '$(srcdir)/'`clGetMemObjectInfo.c
-
-libpocl_la-clSetMemObjectDestructorCallback.lo: clSetMemObjectDestructorCallback.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpocl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libpocl_la-clSetMemObjectDestructorCallback.lo -MD -MP -MF $(DEPDIR)/libpocl_la-clSetMemObjectDestructorCallback.Tpo -c -o libpocl_la-clSetMemObjectDestructorCallback.lo `test -f 'clSetMemObjectDestructorCallback.c' || echo '$(srcdir)/'`clSetMemObjectDestructorCallback.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libpocl_la-clSetMemObjectDestructorCallback.Tpo $(DEPDIR)/libpocl_la-clSetMemObjectDestructorCallback.Plo
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='clSetMemObjectDestructorCallback.c' object='libpocl_la-clSetMemObjectDestructorCallback.lo' libtool=yes @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpocl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libpocl_la-clSetMemObjectDestructorCallback.lo `test -f 'clSetMemObjectDestructorCallback.c' || echo '$(srcdir)/'`clSetMemObjectDestructorCallback.c
-
-libpocl_la-clCreateProgramWithSource.lo: clCreateProgramWithSource.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpocl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libpocl_la-clCreateProgramWithSource.lo -MD -MP -MF $(DEPDIR)/libpocl_la-clCreateProgramWithSource.Tpo -c -o libpocl_la-clCreateProgramWithSource.lo `test -f 'clCreateProgramWithSource.c' || echo '$(srcdir)/'`clCreateProgramWithSource.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libpocl_la-clCreateProgramWithSource.Tpo $(DEPDIR)/libpocl_la-clCreateProgramWithSource.Plo
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='clCreateProgramWithSource.c' object='libpocl_la-clCreateProgramWithSource.lo' libtool=yes @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpocl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libpocl_la-clCreateProgramWithSource.lo `test -f 'clCreateProgramWithSource.c' || echo '$(srcdir)/'`clCreateProgramWithSource.c
-
-libpocl_la-clCreateProgramWithBinary.lo: clCreateProgramWithBinary.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpocl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libpocl_la-clCreateProgramWithBinary.lo -MD -MP -MF $(DEPDIR)/libpocl_la-clCreateProgramWithBinary.Tpo -c -o libpocl_la-clCreateProgramWithBinary.lo `test -f 'clCreateProgramWithBinary.c' || echo '$(srcdir)/'`clCreateProgramWithBinary.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libpocl_la-clCreateProgramWithBinary.Tpo $(DEPDIR)/libpocl_la-clCreateProgramWithBinary.Plo
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='clCreateProgramWithBinary.c' object='libpocl_la-clCreateProgramWithBinary.lo' libtool=yes @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpocl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libpocl_la-clCreateProgramWithBinary.lo `test -f 'clCreateProgramWithBinary.c' || echo '$(srcdir)/'`clCreateProgramWithBinary.c
-
-libpocl_la-clReleaseProgram.lo: clReleaseProgram.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpocl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libpocl_la-clReleaseProgram.lo -MD -MP -MF $(DEPDIR)/libpocl_la-clReleaseProgram.Tpo -c -o libpocl_la-clReleaseProgram.lo `test -f 'clReleaseProgram.c' || echo '$(srcdir)/'`clReleaseProgram.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libpocl_la-clReleaseProgram.Tpo $(DEPDIR)/libpocl_la-clReleaseProgram.Plo
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='clReleaseProgram.c' object='libpocl_la-clReleaseProgram.lo' libtool=yes @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpocl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libpocl_la-clReleaseProgram.lo `test -f 'clReleaseProgram.c' || echo '$(srcdir)/'`clReleaseProgram.c
-
-libpocl_la-clRetainProgram.lo: clRetainProgram.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpocl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libpocl_la-clRetainProgram.lo -MD -MP -MF $(DEPDIR)/libpocl_la-clRetainProgram.Tpo -c -o libpocl_la-clRetainProgram.lo `test -f 'clRetainProgram.c' || echo '$(srcdir)/'`clRetainProgram.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libpocl_la-clRetainProgram.Tpo $(DEPDIR)/libpocl_la-clRetainProgram.Plo
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='clRetainProgram.c' object='libpocl_la-clRetainProgram.lo' libtool=yes @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpocl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libpocl_la-clRetainProgram.lo `test -f 'clRetainProgram.c' || echo '$(srcdir)/'`clRetainProgram.c
-
-libpocl_la-clBuildProgram.lo: clBuildProgram.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpocl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libpocl_la-clBuildProgram.lo -MD -MP -MF $(DEPDIR)/libpocl_la-clBuildProgram.Tpo -c -o libpocl_la-clBuildProgram.lo `test -f 'clBuildProgram.c' || echo '$(srcdir)/'`clBuildProgram.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libpocl_la-clBuildProgram.Tpo $(DEPDIR)/libpocl_la-clBuildProgram.Plo
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='clBuildProgram.c' object='libpocl_la-clBuildProgram.lo' libtool=yes @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpocl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libpocl_la-clBuildProgram.lo `test -f 'clBuildProgram.c' || echo '$(srcdir)/'`clBuildProgram.c
-
-libpocl_la-clCreateKernel.lo: clCreateKernel.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpocl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libpocl_la-clCreateKernel.lo -MD -MP -MF $(DEPDIR)/libpocl_la-clCreateKernel.Tpo -c -o libpocl_la-clCreateKernel.lo `test -f 'clCreateKernel.c' || echo '$(srcdir)/'`clCreateKernel.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libpocl_la-clCreateKernel.Tpo $(DEPDIR)/libpocl_la-clCreateKernel.Plo
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='clCreateKernel.c' object='libpocl_la-clCreateKernel.lo' libtool=yes @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpocl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libpocl_la-clCreateKernel.lo `test -f 'clCreateKernel.c' || echo '$(srcdir)/'`clCreateKernel.c
-
-libpocl_la-clReleaseKernel.lo: clReleaseKernel.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpocl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libpocl_la-clReleaseKernel.lo -MD -MP -MF $(DEPDIR)/libpocl_la-clReleaseKernel.Tpo -c -o libpocl_la-clReleaseKernel.lo `test -f 'clReleaseKernel.c' || echo '$(srcdir)/'`clReleaseKernel.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libpocl_la-clReleaseKernel.Tpo $(DEPDIR)/libpocl_la-clReleaseKernel.Plo
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='clReleaseKernel.c' object='libpocl_la-clReleaseKernel.lo' libtool=yes @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpocl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libpocl_la-clReleaseKernel.lo `test -f 'clReleaseKernel.c' || echo '$(srcdir)/'`clReleaseKernel.c
-
-libpocl_la-clRetainKernel.lo: clRetainKernel.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpocl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libpocl_la-clRetainKernel.lo -MD -MP -MF $(DEPDIR)/libpocl_la-clRetainKernel.Tpo -c -o libpocl_la-clRetainKernel.lo `test -f 'clRetainKernel.c' || echo '$(srcdir)/'`clRetainKernel.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libpocl_la-clRetainKernel.Tpo $(DEPDIR)/libpocl_la-clRetainKernel.Plo
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='clRetainKernel.c' object='libpocl_la-clRetainKernel.lo' libtool=yes @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpocl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libpocl_la-clRetainKernel.lo `test -f 'clRetainKernel.c' || echo '$(srcdir)/'`clRetainKernel.c
-
-libpocl_la-clSetKernelArg.lo: clSetKernelArg.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpocl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libpocl_la-clSetKernelArg.lo -MD -MP -MF $(DEPDIR)/libpocl_la-clSetKernelArg.Tpo -c -o libpocl_la-clSetKernelArg.lo `test -f 'clSetKernelArg.c' || echo '$(srcdir)/'`clSetKernelArg.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libpocl_la-clSetKernelArg.Tpo $(DEPDIR)/libpocl_la-clSetKernelArg.Plo
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='clSetKernelArg.c' object='libpocl_la-clSetKernelArg.lo' libtool=yes @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpocl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libpocl_la-clSetKernelArg.lo `test -f 'clSetKernelArg.c' || echo '$(srcdir)/'`clSetKernelArg.c
-
-libpocl_la-clEnqueueNDRangeKernel.lo: clEnqueueNDRangeKernel.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpocl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libpocl_la-clEnqueueNDRangeKernel.lo -MD -MP -MF $(DEPDIR)/libpocl_la-clEnqueueNDRangeKernel.Tpo -c -o libpocl_la-clEnqueueNDRangeKernel.lo `test -f 'clEnqueueNDRangeKernel.c' || echo '$(srcdir)/'`clEnqueueNDRangeKernel.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libpocl_la-clEnqueueNDRangeKernel.Tpo $(DEPDIR)/libpocl_la-clEnqueueNDRangeKernel.Plo
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='clEnqueueNDRangeKernel.c' object='libpocl_la-clEnqueueNDRangeKernel.lo' libtool=yes @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpocl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libpocl_la-clEnqueueNDRangeKernel.lo `test -f 'clEnqueueNDRangeKernel.c' || echo '$(srcdir)/'`clEnqueueNDRangeKernel.c
-
-libpocl_la-clEnqueueNativeKernel.lo: clEnqueueNativeKernel.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpocl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libpocl_la-clEnqueueNativeKernel.lo -MD -MP -MF $(DEPDIR)/libpocl_la-clEnqueueNativeKernel.Tpo -c -o libpocl_la-clEnqueueNativeKernel.lo `test -f 'clEnqueueNativeKernel.c' || echo '$(srcdir)/'`clEnqueueNativeKernel.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libpocl_la-clEnqueueNativeKernel.Tpo $(DEPDIR)/libpocl_la-clEnqueueNativeKernel.Plo
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='clEnqueueNativeKernel.c' object='libpocl_la-clEnqueueNativeKernel.lo' libtool=yes @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpocl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libpocl_la-clEnqueueNativeKernel.lo `test -f 'clEnqueueNativeKernel.c' || echo '$(srcdir)/'`clEnqueueNativeKernel.c
-
-libpocl_la-clCreateKernelsInProgram.lo: clCreateKernelsInProgram.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpocl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libpocl_la-clCreateKernelsInProgram.lo -MD -MP -MF $(DEPDIR)/libpocl_la-clCreateKernelsInProgram.Tpo -c -o libpocl_la-clCreateKernelsInProgram.lo `test -f 'clCreateKernelsInProgram.c' || echo '$(srcdir)/'`clCreateKernelsInProgram.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libpocl_la-clCreateKernelsInProgram.Tpo $(DEPDIR)/libpocl_la-clCreateKernelsInProgram.Plo
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='clCreateKernelsInProgram.c' object='libpocl_la-clCreateKernelsInProgram.lo' libtool=yes @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpocl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libpocl_la-clCreateKernelsInProgram.lo `test -f 'clCreateKernelsInProgram.c' || echo '$(srcdir)/'`clCreateKernelsInProgram.c
-
-libpocl_la-clGetKernelInfo.lo: clGetKernelInfo.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpocl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libpocl_la-clGetKernelInfo.lo -MD -MP -MF $(DEPDIR)/libpocl_la-clGetKernelInfo.Tpo -c -o libpocl_la-clGetKernelInfo.lo `test -f 'clGetKernelInfo.c' || echo '$(srcdir)/'`clGetKernelInfo.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libpocl_la-clGetKernelInfo.Tpo $(DEPDIR)/libpocl_la-clGetKernelInfo.Plo
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='clGetKernelInfo.c' object='libpocl_la-clGetKernelInfo.lo' libtool=yes @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpocl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libpocl_la-clGetKernelInfo.lo `test -f 'clGetKernelInfo.c' || echo '$(srcdir)/'`clGetKernelInfo.c
-
-libpocl_la-clGetKernelArgInfo.lo: clGetKernelArgInfo.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpocl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libpocl_la-clGetKernelArgInfo.lo -MD -MP -MF $(DEPDIR)/libpocl_la-clGetKernelArgInfo.Tpo -c -o libpocl_la-clGetKernelArgInfo.lo `test -f 'clGetKernelArgInfo.c' || echo '$(srcdir)/'`clGetKernelArgInfo.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libpocl_la-clGetKernelArgInfo.Tpo $(DEPDIR)/libpocl_la-clGetKernelArgInfo.Plo
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='clGetKernelArgInfo.c' object='libpocl_la-clGetKernelArgInfo.lo' libtool=yes @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpocl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libpocl_la-clGetKernelArgInfo.lo `test -f 'clGetKernelArgInfo.c' || echo '$(srcdir)/'`clGetKernelArgInfo.c
-
-libpocl_la-clGetPlatformIDs.lo: clGetPlatformIDs.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpocl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libpocl_la-clGetPlatformIDs.lo -MD -MP -MF $(DEPDIR)/libpocl_la-clGetPlatformIDs.Tpo -c -o libpocl_la-clGetPlatformIDs.lo `test -f 'clGetPlatformIDs.c' || echo '$(srcdir)/'`clGetPlatformIDs.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libpocl_la-clGetPlatformIDs.Tpo $(DEPDIR)/libpocl_la-clGetPlatformIDs.Plo
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='clGetPlatformIDs.c' object='libpocl_la-clGetPlatformIDs.lo' libtool=yes @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpocl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libpocl_la-clGetPlatformIDs.lo `test -f 'clGetPlatformIDs.c' || echo '$(srcdir)/'`clGetPlatformIDs.c
-
-libpocl_la-clGetPlatformInfo.lo: clGetPlatformInfo.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpocl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libpocl_la-clGetPlatformInfo.lo -MD -MP -MF $(DEPDIR)/libpocl_la-clGetPlatformInfo.Tpo -c -o libpocl_la-clGetPlatformInfo.lo `test -f 'clGetPlatformInfo.c' || echo '$(srcdir)/'`clGetPlatformInfo.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libpocl_la-clGetPlatformInfo.Tpo $(DEPDIR)/libpocl_la-clGetPlatformInfo.Plo
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='clGetPlatformInfo.c' object='libpocl_la-clGetPlatformInfo.lo' libtool=yes @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpocl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libpocl_la-clGetPlatformInfo.lo `test -f 'clGetPlatformInfo.c' || echo '$(srcdir)/'`clGetPlatformInfo.c
-
-libpocl_la-clGetDeviceIDs.lo: clGetDeviceIDs.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpocl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libpocl_la-clGetDeviceIDs.lo -MD -MP -MF $(DEPDIR)/libpocl_la-clGetDeviceIDs.Tpo -c -o libpocl_la-clGetDeviceIDs.lo `test -f 'clGetDeviceIDs.c' || echo '$(srcdir)/'`clGetDeviceIDs.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libpocl_la-clGetDeviceIDs.Tpo $(DEPDIR)/libpocl_la-clGetDeviceIDs.Plo
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='clGetDeviceIDs.c' object='libpocl_la-clGetDeviceIDs.lo' libtool=yes @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpocl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libpocl_la-clGetDeviceIDs.lo `test -f 'clGetDeviceIDs.c' || echo '$(srcdir)/'`clGetDeviceIDs.c
-
-libpocl_la-clGetDeviceInfo.lo: clGetDeviceInfo.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpocl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libpocl_la-clGetDeviceInfo.lo -MD -MP -MF $(DEPDIR)/libpocl_la-clGetDeviceInfo.Tpo -c -o libpocl_la-clGetDeviceInfo.lo `test -f 'clGetDeviceInfo.c' || echo '$(srcdir)/'`clGetDeviceInfo.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libpocl_la-clGetDeviceInfo.Tpo $(DEPDIR)/libpocl_la-clGetDeviceInfo.Plo
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='clGetDeviceInfo.c' object='libpocl_la-clGetDeviceInfo.lo' libtool=yes @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpocl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libpocl_la-clGetDeviceInfo.lo `test -f 'clGetDeviceInfo.c' || echo '$(srcdir)/'`clGetDeviceInfo.c
-
-libpocl_la-clCreateContext.lo: clCreateContext.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpocl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libpocl_la-clCreateContext.lo -MD -MP -MF $(DEPDIR)/libpocl_la-clCreateContext.Tpo -c -o libpocl_la-clCreateContext.lo `test -f 'clCreateContext.c' || echo '$(srcdir)/'`clCreateContext.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libpocl_la-clCreateContext.Tpo $(DEPDIR)/libpocl_la-clCreateContext.Plo
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='clCreateContext.c' object='libpocl_la-clCreateContext.lo' libtool=yes @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpocl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libpocl_la-clCreateContext.lo `test -f 'clCreateContext.c' || echo '$(srcdir)/'`clCreateContext.c
-
-libpocl_la-clGetProgramBuildInfo.lo: clGetProgramBuildInfo.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpocl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libpocl_la-clGetProgramBuildInfo.lo -MD -MP -MF $(DEPDIR)/libpocl_la-clGetProgramBuildInfo.Tpo -c -o libpocl_la-clGetProgramBuildInfo.lo `test -f 'clGetProgramBuildInfo.c' || echo '$(srcdir)/'`clGetProgramBuildInfo.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libpocl_la-clGetProgramBuildInfo.Tpo $(DEPDIR)/libpocl_la-clGetProgramBuildInfo.Plo
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='clGetProgramBuildInfo.c' object='libpocl_la-clGetProgramBuildInfo.lo' libtool=yes @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpocl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libpocl_la-clGetProgramBuildInfo.lo `test -f 'clGetProgramBuildInfo.c' || echo '$(srcdir)/'`clGetProgramBuildInfo.c
-
-libpocl_la-clEnqueueWriteBuffer.lo: clEnqueueWriteBuffer.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpocl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libpocl_la-clEnqueueWriteBuffer.lo -MD -MP -MF $(DEPDIR)/libpocl_la-clEnqueueWriteBuffer.Tpo -c -o libpocl_la-clEnqueueWriteBuffer.lo `test -f 'clEnqueueWriteBuffer.c' || echo '$(srcdir)/'`clEnqueueWriteBuffer.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libpocl_la-clEnqueueWriteBuffer.Tpo $(DEPDIR)/libpocl_la-clEnqueueWriteBuffer.Plo
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='clEnqueueWriteBuffer.c' object='libpocl_la-clEnqueueWriteBuffer.lo' libtool=yes @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpocl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libpocl_la-clEnqueueWriteBuffer.lo `test -f 'clEnqueueWriteBuffer.c' || echo '$(srcdir)/'`clEnqueueWriteBuffer.c
-
-libpocl_la-clEnqueueWriteBufferRect.lo: clEnqueueWriteBufferRect.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpocl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libpocl_la-clEnqueueWriteBufferRect.lo -MD -MP -MF $(DEPDIR)/libpocl_la-clEnqueueWriteBufferRect.Tpo -c -o libpocl_la-clEnqueueWriteBufferRect.lo `test -f 'clEnqueueWriteBufferRect.c' || echo '$(srcdir)/'`clEnqueueWriteBufferRect.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libpocl_la-clEnqueueWriteBufferRect.Tpo $(DEPDIR)/libpocl_la-clEnqueueWriteBufferRect.Plo
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='clEnqueueWriteBufferRect.c' object='libpocl_la-clEnqueueWriteBufferRect.lo' libtool=yes @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpocl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libpocl_la-clEnqueueWriteBufferRect.lo `test -f 'clEnqueueWriteBufferRect.c' || echo '$(srcdir)/'`clEnqueueWriteBufferRect.c
-
-libpocl_la-clEnqueueCopyBuffer.lo: clEnqueueCopyBuffer.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpocl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libpocl_la-clEnqueueCopyBuffer.lo -MD -MP -MF $(DEPDIR)/libpocl_la-clEnqueueCopyBuffer.Tpo -c -o libpocl_la-clEnqueueCopyBuffer.lo `test -f 'clEnqueueCopyBuffer.c' || echo '$(srcdir)/'`clEnqueueCopyBuffer.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libpocl_la-clEnqueueCopyBuffer.Tpo $(DEPDIR)/libpocl_la-clEnqueueCopyBuffer.Plo
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='clEnqueueCopyBuffer.c' object='libpocl_la-clEnqueueCopyBuffer.lo' libtool=yes @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpocl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libpocl_la-clEnqueueCopyBuffer.lo `test -f 'clEnqueueCopyBuffer.c' || echo '$(srcdir)/'`clEnqueueCopyBuffer.c
-
-libpocl_la-clEnqueueCopyBufferRect.lo: clEnqueueCopyBufferRect.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpocl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libpocl_la-clEnqueueCopyBufferRect.lo -MD -MP -MF $(DEPDIR)/libpocl_la-clEnqueueCopyBufferRect.Tpo -c -o libpocl_la-clEnqueueCopyBufferRect.lo `test -f 'clEnqueueCopyBufferRect.c' || echo '$(srcdir)/'`clEnqueueCopyBufferRect.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libpocl_la-clEnqueueCopyBufferRect.Tpo $(DEPDIR)/libpocl_la-clEnqueueCopyBufferRect.Plo
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='clEnqueueCopyBufferRect.c' object='libpocl_la-clEnqueueCopyBufferRect.lo' libtool=yes @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpocl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libpocl_la-clEnqueueCopyBufferRect.lo `test -f 'clEnqueueCopyBufferRect.c' || echo '$(srcdir)/'`clEnqueueCopyBufferRect.c
-
-libpocl_la-clEnqueueCopyBufferToImage.lo: clEnqueueCopyBufferToImage.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpocl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libpocl_la-clEnqueueCopyBufferToImage.lo -MD -MP -MF $(DEPDIR)/libpocl_la-clEnqueueCopyBufferToImage.Tpo -c -o libpocl_la-clEnqueueCopyBufferToImage.lo `test -f 'clEnqueueCopyBufferToImage.c' || echo '$(srcdir)/'`clEnqueueCopyBufferToImage.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libpocl_la-clEnqueueCopyBufferToImage.Tpo $(DEPDIR)/libpocl_la-clEnqueueCopyBufferToImage.Plo
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='clEnqueueCopyBufferToImage.c' object='libpocl_la-clEnqueueCopyBufferToImage.lo' libtool=yes @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpocl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libpocl_la-clEnqueueCopyBufferToImage.lo `test -f 'clEnqueueCopyBufferToImage.c' || echo '$(srcdir)/'`clEnqueueCopyBufferToImage.c
-
-libpocl_la-clEnqueueCopyImageToBuffer.lo: clEnqueueCopyImageToBuffer.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpocl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libpocl_la-clEnqueueCopyImageToBuffer.lo -MD -MP -MF $(DEPDIR)/libpocl_la-clEnqueueCopyImageToBuffer.Tpo -c -o libpocl_la-clEnqueueCopyImageToBuffer.lo `test -f 'clEnqueueCopyImageToBuffer.c' || echo '$(srcdir)/'`clEnqueueCopyImageToBuffer.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libpocl_la-clEnqueueCopyImageToBuffer.Tpo $(DEPDIR)/libpocl_la-clEnqueueCopyImageToBuffer.Plo
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='clEnqueueCopyImageToBuffer.c' object='libpocl_la-clEnqueueCopyImageToBuffer.lo' libtool=yes @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpocl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libpocl_la-clEnqueueCopyImageToBuffer.lo `test -f 'clEnqueueCopyImageToBuffer.c' || echo '$(srcdir)/'`clEnqueueCopyImageToBuffer.c
-
-libpocl_la-clFinish.lo: clFinish.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpocl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libpocl_la-clFinish.lo -MD -MP -MF $(DEPDIR)/libpocl_la-clFinish.Tpo -c -o libpocl_la-clFinish.lo `test -f 'clFinish.c' || echo '$(srcdir)/'`clFinish.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libpocl_la-clFinish.Tpo $(DEPDIR)/libpocl_la-clFinish.Plo
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='clFinish.c' object='libpocl_la-clFinish.lo' libtool=yes @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpocl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libpocl_la-clFinish.lo `test -f 'clFinish.c' || echo '$(srcdir)/'`clFinish.c
-
-libpocl_la-clFlush.lo: clFlush.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpocl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libpocl_la-clFlush.lo -MD -MP -MF $(DEPDIR)/libpocl_la-clFlush.Tpo -c -o libpocl_la-clFlush.lo `test -f 'clFlush.c' || echo '$(srcdir)/'`clFlush.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libpocl_la-clFlush.Tpo $(DEPDIR)/libpocl_la-clFlush.Plo
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='clFlush.c' object='libpocl_la-clFlush.lo' libtool=yes @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpocl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libpocl_la-clFlush.lo `test -f 'clFlush.c' || echo '$(srcdir)/'`clFlush.c
-
-libpocl_la-clEnqueueBarrier.lo: clEnqueueBarrier.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpocl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libpocl_la-clEnqueueBarrier.lo -MD -MP -MF $(DEPDIR)/libpocl_la-clEnqueueBarrier.Tpo -c -o libpocl_la-clEnqueueBarrier.lo `test -f 'clEnqueueBarrier.c' || echo '$(srcdir)/'`clEnqueueBarrier.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libpocl_la-clEnqueueBarrier.Tpo $(DEPDIR)/libpocl_la-clEnqueueBarrier.Plo
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='clEnqueueBarrier.c' object='libpocl_la-clEnqueueBarrier.lo' libtool=yes @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpocl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libpocl_la-clEnqueueBarrier.lo `test -f 'clEnqueueBarrier.c' || echo '$(srcdir)/'`clEnqueueBarrier.c
-
-libpocl_la-clEnqueueMarker.lo: clEnqueueMarker.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpocl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libpocl_la-clEnqueueMarker.lo -MD -MP -MF $(DEPDIR)/libpocl_la-clEnqueueMarker.Tpo -c -o libpocl_la-clEnqueueMarker.lo `test -f 'clEnqueueMarker.c' || echo '$(srcdir)/'`clEnqueueMarker.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libpocl_la-clEnqueueMarker.Tpo $(DEPDIR)/libpocl_la-clEnqueueMarker.Plo
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='clEnqueueMarker.c' object='libpocl_la-clEnqueueMarker.lo' libtool=yes @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpocl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libpocl_la-clEnqueueMarker.lo `test -f 'clEnqueueMarker.c' || echo '$(srcdir)/'`clEnqueueMarker.c
-
-libpocl_la-clGetKernelWorkGroupInfo.lo: clGetKernelWorkGroupInfo.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpocl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libpocl_la-clGetKernelWorkGroupInfo.lo -MD -MP -MF $(DEPDIR)/libpocl_la-clGetKernelWorkGroupInfo.Tpo -c -o libpocl_la-clGetKernelWorkGroupInfo.lo `test -f 'clGetKernelWorkGroupInfo.c' || echo '$(srcdir)/'`clGetKernelWorkGroupInfo.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libpocl_la-clGetKernelWorkGroupInfo.Tpo $(DEPDIR)/libpocl_la-clGetKernelWorkGroupInfo.Plo
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='clGetKernelWorkGroupInfo.c' object='libpocl_la-clGetKernelWorkGroupInfo.lo' libtool=yes @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpocl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libpocl_la-clGetKernelWorkGroupInfo.lo `test -f 'clGetKernelWorkGroupInfo.c' || echo '$(srcdir)/'`clGetKernelWorkGroupInfo.c
-
-libpocl_la-clGetProgramInfo.lo: clGetProgramInfo.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpocl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libpocl_la-clGetProgramInfo.lo -MD -MP -MF $(DEPDIR)/libpocl_la-clGetProgramInfo.Tpo -c -o libpocl_la-clGetProgramInfo.lo `test -f 'clGetProgramInfo.c' || echo '$(srcdir)/'`clGetProgramInfo.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libpocl_la-clGetProgramInfo.Tpo $(DEPDIR)/libpocl_la-clGetProgramInfo.Plo
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='clGetProgramInfo.c' object='libpocl_la-clGetProgramInfo.lo' libtool=yes @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpocl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libpocl_la-clGetProgramInfo.lo `test -f 'clGetProgramInfo.c' || echo '$(srcdir)/'`clGetProgramInfo.c
-
-libpocl_la-clGetEventProfilingInfo.lo: clGetEventProfilingInfo.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpocl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libpocl_la-clGetEventProfilingInfo.lo -MD -MP -MF $(DEPDIR)/libpocl_la-clGetEventProfilingInfo.Tpo -c -o libpocl_la-clGetEventProfilingInfo.lo `test -f 'clGetEventProfilingInfo.c' || echo '$(srcdir)/'`clGetEventProfilingInfo.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libpocl_la-clGetEventProfilingInfo.Tpo $(DEPDIR)/libpocl_la-clGetEventProfilingInfo.Plo
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='clGetEventProfilingInfo.c' object='libpocl_la-clGetEventProfilingInfo.lo' libtool=yes @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpocl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libpocl_la-clGetEventProfilingInfo.lo `test -f 'clGetEventProfilingInfo.c' || echo '$(srcdir)/'`clGetEventProfilingInfo.c
-
-libpocl_la-clWaitForEvents.lo: clWaitForEvents.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpocl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libpocl_la-clWaitForEvents.lo -MD -MP -MF $(DEPDIR)/libpocl_la-clWaitForEvents.Tpo -c -o libpocl_la-clWaitForEvents.lo `test -f 'clWaitForEvents.c' || echo '$(srcdir)/'`clWaitForEvents.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libpocl_la-clWaitForEvents.Tpo $(DEPDIR)/libpocl_la-clWaitForEvents.Plo
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='clWaitForEvents.c' object='libpocl_la-clWaitForEvents.lo' libtool=yes @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpocl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libpocl_la-clWaitForEvents.lo `test -f 'clWaitForEvents.c' || echo '$(srcdir)/'`clWaitForEvents.c
-
-libpocl_la-clEnqueueWaitForEvents.lo: clEnqueueWaitForEvents.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpocl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libpocl_la-clEnqueueWaitForEvents.lo -MD -MP -MF $(DEPDIR)/libpocl_la-clEnqueueWaitForEvents.Tpo -c -o libpocl_la-clEnqueueWaitForEvents.lo `test -f 'clEnqueueWaitForEvents.c' || echo '$(srcdir)/'`clEnqueueWaitForEvents.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libpocl_la-clEnqueueWaitForEvents.Tpo $(DEPDIR)/libpocl_la-clEnqueueWaitForEvents.Plo
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='clEnqueueWaitForEvents.c' object='libpocl_la-clEnqueueWaitForEvents.lo' libtool=yes @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpocl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libpocl_la-clEnqueueWaitForEvents.lo `test -f 'clEnqueueWaitForEvents.c' || echo '$(srcdir)/'`clEnqueueWaitForEvents.c
-
-libpocl_la-clReleaseEvent.lo: clReleaseEvent.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpocl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libpocl_la-clReleaseEvent.lo -MD -MP -MF $(DEPDIR)/libpocl_la-clReleaseEvent.Tpo -c -o libpocl_la-clReleaseEvent.lo `test -f 'clReleaseEvent.c' || echo '$(srcdir)/'`clReleaseEvent.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libpocl_la-clReleaseEvent.Tpo $(DEPDIR)/libpocl_la-clReleaseEvent.Plo
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='clReleaseEvent.c' object='libpocl_la-clReleaseEvent.lo' libtool=yes @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpocl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libpocl_la-clReleaseEvent.lo `test -f 'clReleaseEvent.c' || echo '$(srcdir)/'`clReleaseEvent.c
-
-libpocl_la-clRetainEvent.lo: clRetainEvent.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpocl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libpocl_la-clRetainEvent.lo -MD -MP -MF $(DEPDIR)/libpocl_la-clRetainEvent.Tpo -c -o libpocl_la-clRetainEvent.lo `test -f 'clRetainEvent.c' || echo '$(srcdir)/'`clRetainEvent.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libpocl_la-clRetainEvent.Tpo $(DEPDIR)/libpocl_la-clRetainEvent.Plo
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='clRetainEvent.c' object='libpocl_la-clRetainEvent.lo' libtool=yes @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpocl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libpocl_la-clRetainEvent.lo `test -f 'clRetainEvent.c' || echo '$(srcdir)/'`clRetainEvent.c
-
-libpocl_la-clSetEventCallback.lo: clSetEventCallback.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpocl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libpocl_la-clSetEventCallback.lo -MD -MP -MF $(DEPDIR)/libpocl_la-clSetEventCallback.Tpo -c -o libpocl_la-clSetEventCallback.lo `test -f 'clSetEventCallback.c' || echo '$(srcdir)/'`clSetEventCallback.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libpocl_la-clSetEventCallback.Tpo $(DEPDIR)/libpocl_la-clSetEventCallback.Plo
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='clSetEventCallback.c' object='libpocl_la-clSetEventCallback.lo' libtool=yes @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpocl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libpocl_la-clSetEventCallback.lo `test -f 'clSetEventCallback.c' || echo '$(srcdir)/'`clSetEventCallback.c
-
-libpocl_la-clGetEventInfo.lo: clGetEventInfo.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpocl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libpocl_la-clGetEventInfo.lo -MD -MP -MF $(DEPDIR)/libpocl_la-clGetEventInfo.Tpo -c -o libpocl_la-clGetEventInfo.lo `test -f 'clGetEventInfo.c' || echo '$(srcdir)/'`clGetEventInfo.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libpocl_la-clGetEventInfo.Tpo $(DEPDIR)/libpocl_la-clGetEventInfo.Plo
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='clGetEventInfo.c' object='libpocl_la-clGetEventInfo.lo' libtool=yes @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpocl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libpocl_la-clGetEventInfo.lo `test -f 'clGetEventInfo.c' || echo '$(srcdir)/'`clGetEventInfo.c
-
-libpocl_la-clCreateUserEvent.lo: clCreateUserEvent.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpocl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libpocl_la-clCreateUserEvent.lo -MD -MP -MF $(DEPDIR)/libpocl_la-clCreateUserEvent.Tpo -c -o libpocl_la-clCreateUserEvent.lo `test -f 'clCreateUserEvent.c' || echo '$(srcdir)/'`clCreateUserEvent.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libpocl_la-clCreateUserEvent.Tpo $(DEPDIR)/libpocl_la-clCreateUserEvent.Plo
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='clCreateUserEvent.c' object='libpocl_la-clCreateUserEvent.lo' libtool=yes @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpocl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libpocl_la-clCreateUserEvent.lo `test -f 'clCreateUserEvent.c' || echo '$(srcdir)/'`clCreateUserEvent.c
-
-libpocl_la-clSetUserEventStatus.lo: clSetUserEventStatus.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpocl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libpocl_la-clSetUserEventStatus.lo -MD -MP -MF $(DEPDIR)/libpocl_la-clSetUserEventStatus.Tpo -c -o libpocl_la-clSetUserEventStatus.lo `test -f 'clSetUserEventStatus.c' || echo '$(srcdir)/'`clSetUserEventStatus.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libpocl_la-clSetUserEventStatus.Tpo $(DEPDIR)/libpocl_la-clSetUserEventStatus.Plo
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='clSetUserEventStatus.c' object='libpocl_la-clSetUserEventStatus.lo' libtool=yes @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpocl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libpocl_la-clSetUserEventStatus.lo `test -f 'clSetUserEventStatus.c' || echo '$(srcdir)/'`clSetUserEventStatus.c
-
-libpocl_la-clEnqueueTask.lo: clEnqueueTask.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpocl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libpocl_la-clEnqueueTask.lo -MD -MP -MF $(DEPDIR)/libpocl_la-clEnqueueTask.Tpo -c -o libpocl_la-clEnqueueTask.lo `test -f 'clEnqueueTask.c' || echo '$(srcdir)/'`clEnqueueTask.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libpocl_la-clEnqueueTask.Tpo $(DEPDIR)/libpocl_la-clEnqueueTask.Plo
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='clEnqueueTask.c' object='libpocl_la-clEnqueueTask.lo' libtool=yes @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpocl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libpocl_la-clEnqueueTask.lo `test -f 'clEnqueueTask.c' || echo '$(srcdir)/'`clEnqueueTask.c
-
-libpocl_la-clCreateImage.lo: clCreateImage.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpocl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libpocl_la-clCreateImage.lo -MD -MP -MF $(DEPDIR)/libpocl_la-clCreateImage.Tpo -c -o libpocl_la-clCreateImage.lo `test -f 'clCreateImage.c' || echo '$(srcdir)/'`clCreateImage.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libpocl_la-clCreateImage.Tpo $(DEPDIR)/libpocl_la-clCreateImage.Plo
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='clCreateImage.c' object='libpocl_la-clCreateImage.lo' libtool=yes @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpocl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libpocl_la-clCreateImage.lo `test -f 'clCreateImage.c' || echo '$(srcdir)/'`clCreateImage.c
-
-libpocl_la-clCreateImage2D.lo: clCreateImage2D.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpocl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libpocl_la-clCreateImage2D.lo -MD -MP -MF $(DEPDIR)/libpocl_la-clCreateImage2D.Tpo -c -o libpocl_la-clCreateImage2D.lo `test -f 'clCreateImage2D.c' || echo '$(srcdir)/'`clCreateImage2D.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libpocl_la-clCreateImage2D.Tpo $(DEPDIR)/libpocl_la-clCreateImage2D.Plo
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='clCreateImage2D.c' object='libpocl_la-clCreateImage2D.lo' libtool=yes @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpocl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libpocl_la-clCreateImage2D.lo `test -f 'clCreateImage2D.c' || echo '$(srcdir)/'`clCreateImage2D.c
-
-libpocl_la-clCreateImage3D.lo: clCreateImage3D.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpocl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libpocl_la-clCreateImage3D.lo -MD -MP -MF $(DEPDIR)/libpocl_la-clCreateImage3D.Tpo -c -o libpocl_la-clCreateImage3D.lo `test -f 'clCreateImage3D.c' || echo '$(srcdir)/'`clCreateImage3D.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libpocl_la-clCreateImage3D.Tpo $(DEPDIR)/libpocl_la-clCreateImage3D.Plo
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='clCreateImage3D.c' object='libpocl_la-clCreateImage3D.lo' libtool=yes @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpocl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libpocl_la-clCreateImage3D.lo `test -f 'clCreateImage3D.c' || echo '$(srcdir)/'`clCreateImage3D.c
-
-libpocl_la-clEnqueueReadImage.lo: clEnqueueReadImage.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpocl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libpocl_la-clEnqueueReadImage.lo -MD -MP -MF $(DEPDIR)/libpocl_la-clEnqueueReadImage.Tpo -c -o libpocl_la-clEnqueueReadImage.lo `test -f 'clEnqueueReadImage.c' || echo '$(srcdir)/'`clEnqueueReadImage.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libpocl_la-clEnqueueReadImage.Tpo $(DEPDIR)/libpocl_la-clEnqueueReadImage.Plo
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='clEnqueueReadImage.c' object='libpocl_la-clEnqueueReadImage.lo' libtool=yes @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpocl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libpocl_la-clEnqueueReadImage.lo `test -f 'clEnqueueReadImage.c' || echo '$(srcdir)/'`clEnqueueReadImage.c
-
-libpocl_la-clEnqueueWriteImage.lo: clEnqueueWriteImage.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpocl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libpocl_la-clEnqueueWriteImage.lo -MD -MP -MF $(DEPDIR)/libpocl_la-clEnqueueWriteImage.Tpo -c -o libpocl_la-clEnqueueWriteImage.lo `test -f 'clEnqueueWriteImage.c' || echo '$(srcdir)/'`clEnqueueWriteImage.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libpocl_la-clEnqueueWriteImage.Tpo $(DEPDIR)/libpocl_la-clEnqueueWriteImage.Plo
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='clEnqueueWriteImage.c' object='libpocl_la-clEnqueueWriteImage.lo' libtool=yes @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpocl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libpocl_la-clEnqueueWriteImage.lo `test -f 'clEnqueueWriteImage.c' || echo '$(srcdir)/'`clEnqueueWriteImage.c
-
-libpocl_la-clCreateSampler.lo: clCreateSampler.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpocl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libpocl_la-clCreateSampler.lo -MD -MP -MF $(DEPDIR)/libpocl_la-clCreateSampler.Tpo -c -o libpocl_la-clCreateSampler.lo `test -f 'clCreateSampler.c' || echo '$(srcdir)/'`clCreateSampler.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libpocl_la-clCreateSampler.Tpo $(DEPDIR)/libpocl_la-clCreateSampler.Plo
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='clCreateSampler.c' object='libpocl_la-clCreateSampler.lo' libtool=yes @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpocl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libpocl_la-clCreateSampler.lo `test -f 'clCreateSampler.c' || echo '$(srcdir)/'`clCreateSampler.c
-
-libpocl_la-clReleaseSampler.lo: clReleaseSampler.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpocl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libpocl_la-clReleaseSampler.lo -MD -MP -MF $(DEPDIR)/libpocl_la-clReleaseSampler.Tpo -c -o libpocl_la-clReleaseSampler.lo `test -f 'clReleaseSampler.c' || echo '$(srcdir)/'`clReleaseSampler.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libpocl_la-clReleaseSampler.Tpo $(DEPDIR)/libpocl_la-clReleaseSampler.Plo
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='clReleaseSampler.c' object='libpocl_la-clReleaseSampler.lo' libtool=yes @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpocl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libpocl_la-clReleaseSampler.lo `test -f 'clReleaseSampler.c' || echo '$(srcdir)/'`clReleaseSampler.c
-
-libpocl_la-clRetainSampler.lo: clRetainSampler.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpocl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libpocl_la-clRetainSampler.lo -MD -MP -MF $(DEPDIR)/libpocl_la-clRetainSampler.Tpo -c -o libpocl_la-clRetainSampler.lo `test -f 'clRetainSampler.c' || echo '$(srcdir)/'`clRetainSampler.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libpocl_la-clRetainSampler.Tpo $(DEPDIR)/libpocl_la-clRetainSampler.Plo
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='clRetainSampler.c' object='libpocl_la-clRetainSampler.lo' libtool=yes @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpocl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libpocl_la-clRetainSampler.lo `test -f 'clRetainSampler.c' || echo '$(srcdir)/'`clRetainSampler.c
-
-libpocl_la-clGetSamplerInfo.lo: clGetSamplerInfo.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpocl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libpocl_la-clGetSamplerInfo.lo -MD -MP -MF $(DEPDIR)/libpocl_la-clGetSamplerInfo.Tpo -c -o libpocl_la-clGetSamplerInfo.lo `test -f 'clGetSamplerInfo.c' || echo '$(srcdir)/'`clGetSamplerInfo.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libpocl_la-clGetSamplerInfo.Tpo $(DEPDIR)/libpocl_la-clGetSamplerInfo.Plo
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='clGetSamplerInfo.c' object='libpocl_la-clGetSamplerInfo.lo' libtool=yes @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpocl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libpocl_la-clGetSamplerInfo.lo `test -f 'clGetSamplerInfo.c' || echo '$(srcdir)/'`clGetSamplerInfo.c
-
-libpocl_la-clEnqueueCopyImage.lo: clEnqueueCopyImage.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpocl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libpocl_la-clEnqueueCopyImage.lo -MD -MP -MF $(DEPDIR)/libpocl_la-clEnqueueCopyImage.Tpo -c -o libpocl_la-clEnqueueCopyImage.lo `test -f 'clEnqueueCopyImage.c' || echo '$(srcdir)/'`clEnqueueCopyImage.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libpocl_la-clEnqueueCopyImage.Tpo $(DEPDIR)/libpocl_la-clEnqueueCopyImage.Plo
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='clEnqueueCopyImage.c' object='libpocl_la-clEnqueueCopyImage.lo' libtool=yes @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpocl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libpocl_la-clEnqueueCopyImage.lo `test -f 'clEnqueueCopyImage.c' || echo '$(srcdir)/'`clEnqueueCopyImage.c
-
-libpocl_la-clEnqueueMapImage.lo: clEnqueueMapImage.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpocl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libpocl_la-clEnqueueMapImage.lo -MD -MP -MF $(DEPDIR)/libpocl_la-clEnqueueMapImage.Tpo -c -o libpocl_la-clEnqueueMapImage.lo `test -f 'clEnqueueMapImage.c' || echo '$(srcdir)/'`clEnqueueMapImage.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libpocl_la-clEnqueueMapImage.Tpo $(DEPDIR)/libpocl_la-clEnqueueMapImage.Plo
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='clEnqueueMapImage.c' object='libpocl_la-clEnqueueMapImage.lo' libtool=yes @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpocl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libpocl_la-clEnqueueMapImage.lo `test -f 'clEnqueueMapImage.c' || echo '$(srcdir)/'`clEnqueueMapImage.c
-
-libpocl_la-clGetImageInfo.lo: clGetImageInfo.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpocl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libpocl_la-clGetImageInfo.lo -MD -MP -MF $(DEPDIR)/libpocl_la-clGetImageInfo.Tpo -c -o libpocl_la-clGetImageInfo.lo `test -f 'clGetImageInfo.c' || echo '$(srcdir)/'`clGetImageInfo.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libpocl_la-clGetImageInfo.Tpo $(DEPDIR)/libpocl_la-clGetImageInfo.Plo
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='clGetImageInfo.c' object='libpocl_la-clGetImageInfo.lo' libtool=yes @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpocl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libpocl_la-clGetImageInfo.lo `test -f 'clGetImageInfo.c' || echo '$(srcdir)/'`clGetImageInfo.c
-
-libpocl_la-clCreateFromGLTexture2D.lo: clCreateFromGLTexture2D.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpocl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libpocl_la-clCreateFromGLTexture2D.lo -MD -MP -MF $(DEPDIR)/libpocl_la-clCreateFromGLTexture2D.Tpo -c -o libpocl_la-clCreateFromGLTexture2D.lo `test -f 'clCreateFromGLTexture2D.c' || echo '$(srcdir)/'`clCreateFromGLTexture2D.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libpocl_la-clCreateFromGLTexture2D.Tpo $(DEPDIR)/libpocl_la-clCreateFromGLTexture2D.Plo
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='clCreateFromGLTexture2D.c' object='libpocl_la-clCreateFromGLTexture2D.lo' libtool=yes @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpocl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libpocl_la-clCreateFromGLTexture2D.lo `test -f 'clCreateFromGLTexture2D.c' || echo '$(srcdir)/'`clCreateFromGLTexture2D.c
-
-libpocl_la-clCreateFromGLTexture3D.lo: clCreateFromGLTexture3D.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpocl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libpocl_la-clCreateFromGLTexture3D.lo -MD -MP -MF $(DEPDIR)/libpocl_la-clCreateFromGLTexture3D.Tpo -c -o libpocl_la-clCreateFromGLTexture3D.lo `test -f 'clCreateFromGLTexture3D.c' || echo '$(srcdir)/'`clCreateFromGLTexture3D.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libpocl_la-clCreateFromGLTexture3D.Tpo $(DEPDIR)/libpocl_la-clCreateFromGLTexture3D.Plo
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='clCreateFromGLTexture3D.c' object='libpocl_la-clCreateFromGLTexture3D.lo' libtool=yes @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpocl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libpocl_la-clCreateFromGLTexture3D.lo `test -f 'clCreateFromGLTexture3D.c' || echo '$(srcdir)/'`clCreateFromGLTexture3D.c
-
-libpocl_la-clUnloadCompiler.lo: clUnloadCompiler.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpocl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libpocl_la-clUnloadCompiler.lo -MD -MP -MF $(DEPDIR)/libpocl_la-clUnloadCompiler.Tpo -c -o libpocl_la-clUnloadCompiler.lo `test -f 'clUnloadCompiler.c' || echo '$(srcdir)/'`clUnloadCompiler.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libpocl_la-clUnloadCompiler.Tpo $(DEPDIR)/libpocl_la-clUnloadCompiler.Plo
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='clUnloadCompiler.c' object='libpocl_la-clUnloadCompiler.lo' libtool=yes @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpocl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libpocl_la-clUnloadCompiler.lo `test -f 'clUnloadCompiler.c' || echo '$(srcdir)/'`clUnloadCompiler.c
-
-libpocl_la-clGetSupportedImageFormats.lo: clGetSupportedImageFormats.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpocl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libpocl_la-clGetSupportedImageFormats.lo -MD -MP -MF $(DEPDIR)/libpocl_la-clGetSupportedImageFormats.Tpo -c -o libpocl_la-clGetSupportedImageFormats.lo `test -f 'clGetSupportedImageFormats.c' || echo '$(srcdir)/'`clGetSupportedImageFormats.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libpocl_la-clGetSupportedImageFormats.Tpo $(DEPDIR)/libpocl_la-clGetSupportedImageFormats.Plo
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='clGetSupportedImageFormats.c' object='libpocl_la-clGetSupportedImageFormats.lo' libtool=yes @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpocl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libpocl_la-clGetSupportedImageFormats.lo `test -f 'clGetSupportedImageFormats.c' || echo '$(srcdir)/'`clGetSupportedImageFormats.c
-
-libpocl_la-clGetExtensionFunctionAddress.lo: clGetExtensionFunctionAddress.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpocl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libpocl_la-clGetExtensionFunctionAddress.lo -MD -MP -MF $(DEPDIR)/libpocl_la-clGetExtensionFunctionAddress.Tpo -c -o libpocl_la-clGetExtensionFunctionAddress.lo `test -f 'clGetExtensionFunctionAddress.c' || echo '$(srcdir)/'`clGetExtensionFunctionAddress.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libpocl_la-clGetExtensionFunctionAddress.Tpo $(DEPDIR)/libpocl_la-clGetExtensionFunctionAddress.Plo
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='clGetExtensionFunctionAddress.c' object='libpocl_la-clGetExtensionFunctionAddress.lo' libtool=yes @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpocl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libpocl_la-clGetExtensionFunctionAddress.lo `test -f 'clGetExtensionFunctionAddress.c' || echo '$(srcdir)/'`clGetExtensionFunctionAddress.c
-
-libpocl_la-clIcdGetPlatformIDsKHR.lo: clIcdGetPlatformIDsKHR.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpocl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libpocl_la-clIcdGetPlatformIDsKHR.lo -MD -MP -MF $(DEPDIR)/libpocl_la-clIcdGetPlatformIDsKHR.Tpo -c -o libpocl_la-clIcdGetPlatformIDsKHR.lo `test -f 'clIcdGetPlatformIDsKHR.c' || echo '$(srcdir)/'`clIcdGetPlatformIDsKHR.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libpocl_la-clIcdGetPlatformIDsKHR.Tpo $(DEPDIR)/libpocl_la-clIcdGetPlatformIDsKHR.Plo
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='clIcdGetPlatformIDsKHR.c' object='libpocl_la-clIcdGetPlatformIDsKHR.lo' libtool=yes @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpocl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libpocl_la-clIcdGetPlatformIDsKHR.lo `test -f 'clIcdGetPlatformIDsKHR.c' || echo '$(srcdir)/'`clIcdGetPlatformIDsKHR.c
-
-libpocl_la-clCreateSubDevices.lo: clCreateSubDevices.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpocl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libpocl_la-clCreateSubDevices.lo -MD -MP -MF $(DEPDIR)/libpocl_la-clCreateSubDevices.Tpo -c -o libpocl_la-clCreateSubDevices.lo `test -f 'clCreateSubDevices.c' || echo '$(srcdir)/'`clCreateSubDevices.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libpocl_la-clCreateSubDevices.Tpo $(DEPDIR)/libpocl_la-clCreateSubDevices.Plo
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='clCreateSubDevices.c' object='libpocl_la-clCreateSubDevices.lo' libtool=yes @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpocl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libpocl_la-clCreateSubDevices.lo `test -f 'clCreateSubDevices.c' || echo '$(srcdir)/'`clCreateSubDevices.c
-
-libpocl_la-clReleaseDevice.lo: clReleaseDevice.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpocl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libpocl_la-clReleaseDevice.lo -MD -MP -MF $(DEPDIR)/libpocl_la-clReleaseDevice.Tpo -c -o libpocl_la-clReleaseDevice.lo `test -f 'clReleaseDevice.c' || echo '$(srcdir)/'`clReleaseDevice.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libpocl_la-clReleaseDevice.Tpo $(DEPDIR)/libpocl_la-clReleaseDevice.Plo
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='clReleaseDevice.c' object='libpocl_la-clReleaseDevice.lo' libtool=yes @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpocl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libpocl_la-clReleaseDevice.lo `test -f 'clReleaseDevice.c' || echo '$(srcdir)/'`clReleaseDevice.c
-
-libpocl_la-clRetainDevice.lo: clRetainDevice.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpocl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libpocl_la-clRetainDevice.lo -MD -MP -MF $(DEPDIR)/libpocl_la-clRetainDevice.Tpo -c -o libpocl_la-clRetainDevice.lo `test -f 'clRetainDevice.c' || echo '$(srcdir)/'`clRetainDevice.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libpocl_la-clRetainDevice.Tpo $(DEPDIR)/libpocl_la-clRetainDevice.Plo
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='clRetainDevice.c' object='libpocl_la-clRetainDevice.lo' libtool=yes @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpocl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libpocl_la-clRetainDevice.lo `test -f 'clRetainDevice.c' || echo '$(srcdir)/'`clRetainDevice.c
-
-libpocl_la-clSVMAlloc.lo: clSVMAlloc.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpocl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libpocl_la-clSVMAlloc.lo -MD -MP -MF $(DEPDIR)/libpocl_la-clSVMAlloc.Tpo -c -o libpocl_la-clSVMAlloc.lo `test -f 'clSVMAlloc.c' || echo '$(srcdir)/'`clSVMAlloc.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libpocl_la-clSVMAlloc.Tpo $(DEPDIR)/libpocl_la-clSVMAlloc.Plo
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='clSVMAlloc.c' object='libpocl_la-clSVMAlloc.lo' libtool=yes @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpocl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libpocl_la-clSVMAlloc.lo `test -f 'clSVMAlloc.c' || echo '$(srcdir)/'`clSVMAlloc.c
-
-libpocl_la-clSVMFree.lo: clSVMFree.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpocl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libpocl_la-clSVMFree.lo -MD -MP -MF $(DEPDIR)/libpocl_la-clSVMFree.Tpo -c -o libpocl_la-clSVMFree.lo `test -f 'clSVMFree.c' || echo '$(srcdir)/'`clSVMFree.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libpocl_la-clSVMFree.Tpo $(DEPDIR)/libpocl_la-clSVMFree.Plo
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='clSVMFree.c' object='libpocl_la-clSVMFree.lo' libtool=yes @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpocl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libpocl_la-clSVMFree.lo `test -f 'clSVMFree.c' || echo '$(srcdir)/'`clSVMFree.c
-
-libpocl_la-clEnqueueSVMFree.lo: clEnqueueSVMFree.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpocl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libpocl_la-clEnqueueSVMFree.lo -MD -MP -MF $(DEPDIR)/libpocl_la-clEnqueueSVMFree.Tpo -c -o libpocl_la-clEnqueueSVMFree.lo `test -f 'clEnqueueSVMFree.c' || echo '$(srcdir)/'`clEnqueueSVMFree.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libpocl_la-clEnqueueSVMFree.Tpo $(DEPDIR)/libpocl_la-clEnqueueSVMFree.Plo
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='clEnqueueSVMFree.c' object='libpocl_la-clEnqueueSVMFree.lo' libtool=yes @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpocl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libpocl_la-clEnqueueSVMFree.lo `test -f 'clEnqueueSVMFree.c' || echo '$(srcdir)/'`clEnqueueSVMFree.c
-
-libpocl_la-clEnqueueSVMMap.lo: clEnqueueSVMMap.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpocl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libpocl_la-clEnqueueSVMMap.lo -MD -MP -MF $(DEPDIR)/libpocl_la-clEnqueueSVMMap.Tpo -c -o libpocl_la-clEnqueueSVMMap.lo `test -f 'clEnqueueSVMMap.c' || echo '$(srcdir)/'`clEnqueueSVMMap.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libpocl_la-clEnqueueSVMMap.Tpo $(DEPDIR)/libpocl_la-clEnqueueSVMMap.Plo
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='clEnqueueSVMMap.c' object='libpocl_la-clEnqueueSVMMap.lo' libtool=yes @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpocl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libpocl_la-clEnqueueSVMMap.lo `test -f 'clEnqueueSVMMap.c' || echo '$(srcdir)/'`clEnqueueSVMMap.c
-
-libpocl_la-clEnqueueSVMUnmap.lo: clEnqueueSVMUnmap.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpocl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libpocl_la-clEnqueueSVMUnmap.lo -MD -MP -MF $(DEPDIR)/libpocl_la-clEnqueueSVMUnmap.Tpo -c -o libpocl_la-clEnqueueSVMUnmap.lo `test -f 'clEnqueueSVMUnmap.c' || echo '$(srcdir)/'`clEnqueueSVMUnmap.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libpocl_la-clEnqueueSVMUnmap.Tpo $(DEPDIR)/libpocl_la-clEnqueueSVMUnmap.Plo
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='clEnqueueSVMUnmap.c' object='libpocl_la-clEnqueueSVMUnmap.lo' libtool=yes @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpocl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libpocl_la-clEnqueueSVMUnmap.lo `test -f 'clEnqueueSVMUnmap.c' || echo '$(srcdir)/'`clEnqueueSVMUnmap.c
-
-libpocl_la-clEnqueueSVMMemcpy.lo: clEnqueueSVMMemcpy.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpocl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libpocl_la-clEnqueueSVMMemcpy.lo -MD -MP -MF $(DEPDIR)/libpocl_la-clEnqueueSVMMemcpy.Tpo -c -o libpocl_la-clEnqueueSVMMemcpy.lo `test -f 'clEnqueueSVMMemcpy.c' || echo '$(srcdir)/'`clEnqueueSVMMemcpy.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libpocl_la-clEnqueueSVMMemcpy.Tpo $(DEPDIR)/libpocl_la-clEnqueueSVMMemcpy.Plo
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='clEnqueueSVMMemcpy.c' object='libpocl_la-clEnqueueSVMMemcpy.lo' libtool=yes @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpocl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libpocl_la-clEnqueueSVMMemcpy.lo `test -f 'clEnqueueSVMMemcpy.c' || echo '$(srcdir)/'`clEnqueueSVMMemcpy.c
-
-libpocl_la-clEnqueueSVMMemFill.lo: clEnqueueSVMMemFill.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpocl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libpocl_la-clEnqueueSVMMemFill.lo -MD -MP -MF $(DEPDIR)/libpocl_la-clEnqueueSVMMemFill.Tpo -c -o libpocl_la-clEnqueueSVMMemFill.lo `test -f 'clEnqueueSVMMemFill.c' || echo '$(srcdir)/'`clEnqueueSVMMemFill.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libpocl_la-clEnqueueSVMMemFill.Tpo $(DEPDIR)/libpocl_la-clEnqueueSVMMemFill.Plo
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='clEnqueueSVMMemFill.c' object='libpocl_la-clEnqueueSVMMemFill.lo' libtool=yes @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpocl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libpocl_la-clEnqueueSVMMemFill.lo `test -f 'clEnqueueSVMMemFill.c' || echo '$(srcdir)/'`clEnqueueSVMMemFill.c
-
-libpocl_la-clSetKernelArgSVMPointer.lo: clSetKernelArgSVMPointer.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpocl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libpocl_la-clSetKernelArgSVMPointer.lo -MD -MP -MF $(DEPDIR)/libpocl_la-clSetKernelArgSVMPointer.Tpo -c -o libpocl_la-clSetKernelArgSVMPointer.lo `test -f 'clSetKernelArgSVMPointer.c' || echo '$(srcdir)/'`clSetKernelArgSVMPointer.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libpocl_la-clSetKernelArgSVMPointer.Tpo $(DEPDIR)/libpocl_la-clSetKernelArgSVMPointer.Plo
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='clSetKernelArgSVMPointer.c' object='libpocl_la-clSetKernelArgSVMPointer.lo' libtool=yes @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpocl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libpocl_la-clSetKernelArgSVMPointer.lo `test -f 'clSetKernelArgSVMPointer.c' || echo '$(srcdir)/'`clSetKernelArgSVMPointer.c
-
-libpocl_la-clSetKernelExecInfo.lo: clSetKernelExecInfo.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpocl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libpocl_la-clSetKernelExecInfo.lo -MD -MP -MF $(DEPDIR)/libpocl_la-clSetKernelExecInfo.Tpo -c -o libpocl_la-clSetKernelExecInfo.lo `test -f 'clSetKernelExecInfo.c' || echo '$(srcdir)/'`clSetKernelExecInfo.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libpocl_la-clSetKernelExecInfo.Tpo $(DEPDIR)/libpocl_la-clSetKernelExecInfo.Plo
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='clSetKernelExecInfo.c' object='libpocl_la-clSetKernelExecInfo.lo' libtool=yes @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpocl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libpocl_la-clSetKernelExecInfo.lo `test -f 'clSetKernelExecInfo.c' || echo '$(srcdir)/'`clSetKernelExecInfo.c
-
-libpocl_la-pocl_util.lo: pocl_util.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpocl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libpocl_la-pocl_util.lo -MD -MP -MF $(DEPDIR)/libpocl_la-pocl_util.Tpo -c -o libpocl_la-pocl_util.lo `test -f 'pocl_util.c' || echo '$(srcdir)/'`pocl_util.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libpocl_la-pocl_util.Tpo $(DEPDIR)/libpocl_la-pocl_util.Plo
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='pocl_util.c' object='libpocl_la-pocl_util.lo' libtool=yes @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpocl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libpocl_la-pocl_util.lo `test -f 'pocl_util.c' || echo '$(srcdir)/'`pocl_util.c
-
-libpocl_la-pocl_queue_util.lo: pocl_queue_util.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpocl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libpocl_la-pocl_queue_util.lo -MD -MP -MF $(DEPDIR)/libpocl_la-pocl_queue_util.Tpo -c -o libpocl_la-pocl_queue_util.lo `test -f 'pocl_queue_util.c' || echo '$(srcdir)/'`pocl_queue_util.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libpocl_la-pocl_queue_util.Tpo $(DEPDIR)/libpocl_la-pocl_queue_util.Plo
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='pocl_queue_util.c' object='libpocl_la-pocl_queue_util.lo' libtool=yes @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpocl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libpocl_la-pocl_queue_util.lo `test -f 'pocl_queue_util.c' || echo '$(srcdir)/'`pocl_queue_util.c
-
-libpocl_la-pocl_image_util.lo: pocl_image_util.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpocl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libpocl_la-pocl_image_util.lo -MD -MP -MF $(DEPDIR)/libpocl_la-pocl_image_util.Tpo -c -o libpocl_la-pocl_image_util.lo `test -f 'pocl_image_util.c' || echo '$(srcdir)/'`pocl_image_util.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libpocl_la-pocl_image_util.Tpo $(DEPDIR)/libpocl_la-pocl_image_util.Plo
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='pocl_image_util.c' object='libpocl_la-pocl_image_util.lo' libtool=yes @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpocl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libpocl_la-pocl_image_util.lo `test -f 'pocl_image_util.c' || echo '$(srcdir)/'`pocl_image_util.c
-
-libpocl_la-pocl_img_buf_cpy.lo: pocl_img_buf_cpy.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpocl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libpocl_la-pocl_img_buf_cpy.lo -MD -MP -MF $(DEPDIR)/libpocl_la-pocl_img_buf_cpy.Tpo -c -o libpocl_la-pocl_img_buf_cpy.lo `test -f 'pocl_img_buf_cpy.c' || echo '$(srcdir)/'`pocl_img_buf_cpy.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libpocl_la-pocl_img_buf_cpy.Tpo $(DEPDIR)/libpocl_la-pocl_img_buf_cpy.Plo
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='pocl_img_buf_cpy.c' object='libpocl_la-pocl_img_buf_cpy.lo' libtool=yes @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpocl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libpocl_la-pocl_img_buf_cpy.lo `test -f 'pocl_img_buf_cpy.c' || echo '$(srcdir)/'`pocl_img_buf_cpy.c
-
-libpocl_la-pocl_timing.lo: pocl_timing.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpocl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libpocl_la-pocl_timing.lo -MD -MP -MF $(DEPDIR)/libpocl_la-pocl_timing.Tpo -c -o libpocl_la-pocl_timing.lo `test -f 'pocl_timing.c' || echo '$(srcdir)/'`pocl_timing.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libpocl_la-pocl_timing.Tpo $(DEPDIR)/libpocl_la-pocl_timing.Plo
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='pocl_timing.c' object='libpocl_la-pocl_timing.lo' libtool=yes @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpocl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libpocl_la-pocl_timing.lo `test -f 'pocl_timing.c' || echo '$(srcdir)/'`pocl_timing.c
-
-libpocl_la-pocl_runtime_config.lo: pocl_runtime_config.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpocl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libpocl_la-pocl_runtime_config.lo -MD -MP -MF $(DEPDIR)/libpocl_la-pocl_runtime_config.Tpo -c -o libpocl_la-pocl_runtime_config.lo `test -f 'pocl_runtime_config.c' || echo '$(srcdir)/'`pocl_runtime_config.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libpocl_la-pocl_runtime_config.Tpo $(DEPDIR)/libpocl_la-pocl_runtime_config.Plo
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='pocl_runtime_config.c' object='libpocl_la-pocl_runtime_config.lo' libtool=yes @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpocl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libpocl_la-pocl_runtime_config.lo `test -f 'pocl_runtime_config.c' || echo '$(srcdir)/'`pocl_runtime_config.c
-
-libpocl_la-pocl_mem_management.lo: pocl_mem_management.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpocl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libpocl_la-pocl_mem_management.lo -MD -MP -MF $(DEPDIR)/libpocl_la-pocl_mem_management.Tpo -c -o libpocl_la-pocl_mem_management.lo `test -f 'pocl_mem_management.c' || echo '$(srcdir)/'`pocl_mem_management.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libpocl_la-pocl_mem_management.Tpo $(DEPDIR)/libpocl_la-pocl_mem_management.Plo
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='pocl_mem_management.c' object='libpocl_la-pocl_mem_management.lo' libtool=yes @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpocl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libpocl_la-pocl_mem_management.lo `test -f 'pocl_mem_management.c' || echo '$(srcdir)/'`pocl_mem_management.c
-
-libpocl_la-pocl_hash.lo: pocl_hash.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpocl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libpocl_la-pocl_hash.lo -MD -MP -MF $(DEPDIR)/libpocl_la-pocl_hash.Tpo -c -o libpocl_la-pocl_hash.lo `test -f 'pocl_hash.c' || echo '$(srcdir)/'`pocl_hash.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libpocl_la-pocl_hash.Tpo $(DEPDIR)/libpocl_la-pocl_hash.Plo
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='pocl_hash.c' object='libpocl_la-pocl_hash.lo' libtool=yes @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpocl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libpocl_la-pocl_hash.lo `test -f 'pocl_hash.c' || echo '$(srcdir)/'`pocl_hash.c
-
-libpocl_la-pocl_cache.lo: pocl_cache.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpocl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libpocl_la-pocl_cache.lo -MD -MP -MF $(DEPDIR)/libpocl_la-pocl_cache.Tpo -c -o libpocl_la-pocl_cache.lo `test -f 'pocl_cache.c' || echo '$(srcdir)/'`pocl_cache.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libpocl_la-pocl_cache.Tpo $(DEPDIR)/libpocl_la-pocl_cache.Plo
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='pocl_cache.c' object='libpocl_la-pocl_cache.lo' libtool=yes @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpocl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libpocl_la-pocl_cache.lo `test -f 'pocl_cache.c' || echo '$(srcdir)/'`pocl_cache.c
-
-libpocl_la-pocl_debug.lo: pocl_debug.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpocl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libpocl_la-pocl_debug.lo -MD -MP -MF $(DEPDIR)/libpocl_la-pocl_debug.Tpo -c -o libpocl_la-pocl_debug.lo `test -f 'pocl_debug.c' || echo '$(srcdir)/'`pocl_debug.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libpocl_la-pocl_debug.Tpo $(DEPDIR)/libpocl_la-pocl_debug.Plo
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='pocl_debug.c' object='libpocl_la-pocl_debug.lo' libtool=yes @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpocl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libpocl_la-pocl_debug.lo `test -f 'pocl_debug.c' || echo '$(srcdir)/'`pocl_debug.c
-
-.cc.o:
- at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
- at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXXCOMPILE) -c -o $@ $<
-
-.cc.obj:
- at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
- at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
-
-.cc.lo:
- at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
- at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(LTCXXCOMPILE) -c -o $@ $<
-
-libpoclllvm_la-pocl_llvm_api.lo: pocl_llvm_api.cc
- at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpoclllvm_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT libpoclllvm_la-pocl_llvm_api.lo -MD -MP -MF $(DEPDIR)/libpoclllvm_la-pocl_llvm_api.Tpo -c -o libpoclllvm_la-pocl_llvm_api.lo `test -f 'pocl_llvm_api.cc' || echo '$(srcdir)/'`pocl_llvm_api.cc
- at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libpoclllvm_la-pocl_llvm_api.Tpo $(DEPDIR)/libpoclllvm_la-pocl_llvm_api.Plo
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='pocl_llvm_api.cc' object='libpoclllvm_la-pocl_llvm_api.lo' libtool=yes @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpoclllvm_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o libpoclllvm_la-pocl_llvm_api.lo `test -f 'pocl_llvm_api.cc' || echo '$(srcdir)/'`pocl_llvm_api.cc
-
-mostlyclean-libtool:
-	-rm -f *.lo
-
-clean-libtool:
-	-rm -rf .libs _libs
-
-# This directory's subdirectories are mostly independent; you can cd
-# into them and run 'make' without going through this Makefile.
-# To change the values of 'make' variables: instead of editing Makefiles,
-# (1) if the variable is set in 'config.status', edit 'config.status'
-#     (which will cause the Makefiles to be regenerated when you run 'make');
-# (2) otherwise, pass the desired values on the 'make' command line.
-$(am__recursive_targets):
-	@fail=; \
-	if $(am__make_keepgoing); then \
-	  failcom='fail=yes'; \
-	else \
-	  failcom='exit 1'; \
-	fi; \
-	dot_seen=no; \
-	target=`echo $@ | sed s/-recursive//`; \
-	case "$@" in \
-	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
-	  *) list='$(SUBDIRS)' ;; \
-	esac; \
-	for subdir in $$list; do \
-	  echo "Making $$target in $$subdir"; \
-	  if test "$$subdir" = "."; then \
-	    dot_seen=yes; \
-	    local_target="$$target-am"; \
-	  else \
-	    local_target="$$target"; \
-	  fi; \
-	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
-	  || eval $$failcom; \
-	done; \
-	if test "$$dot_seen" = "no"; then \
-	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
-	fi; test -z "$$fail"
-
-ID: $(am__tagged_files)
-	$(am__define_uniq_tagged_files); mkid -fID $$unique
-tags: tags-recursive
-TAGS: tags
-
-tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
-	set x; \
-	here=`pwd`; \
-	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
-	  include_option=--etags-include; \
-	  empty_fix=.; \
-	else \
-	  include_option=--include; \
-	  empty_fix=; \
-	fi; \
-	list='$(SUBDIRS)'; for subdir in $$list; do \
-	  if test "$$subdir" = .; then :; else \
-	    test ! -f $$subdir/TAGS || \
-	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
-	  fi; \
-	done; \
-	$(am__define_uniq_tagged_files); \
-	shift; \
-	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
-	  test -n "$$unique" || unique=$$empty_fix; \
-	  if test $$# -gt 0; then \
-	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
-	      "$$@" $$unique; \
-	  else \
-	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
-	      $$unique; \
-	  fi; \
-	fi
-ctags: ctags-recursive
-
-CTAGS: ctags
-ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
-	$(am__define_uniq_tagged_files); \
-	test -z "$(CTAGS_ARGS)$$unique" \
-	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
-	     $$unique
-
-GTAGS:
-	here=`$(am__cd) $(top_builddir) && pwd` \
-	  && $(am__cd) $(top_srcdir) \
-	  && gtags -i $(GTAGS_ARGS) "$$here"
-cscopelist: cscopelist-recursive
-
-cscopelist-am: $(am__tagged_files)
-	list='$(am__tagged_files)'; \
-	case "$(srcdir)" in \
-	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
-	  *) sdir=$(subdir)/$(srcdir) ;; \
-	esac; \
-	for i in $$list; do \
-	  if test -f "$$i"; then \
-	    echo "$(subdir)/$$i"; \
-	  else \
-	    echo "$$sdir/$$i"; \
-	  fi; \
-	done >> $(top_builddir)/cscope.files
-
-distclean-tags:
-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
-
-distdir: $(DISTFILES)
-	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
-	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
-	list='$(DISTFILES)'; \
-	  dist_files=`for file in $$list; do echo $$file; done | \
-	  sed -e "s|^$$srcdirstrip/||;t" \
-	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
-	case $$dist_files in \
-	  */*) $(MKDIR_P) `echo "$$dist_files" | \
-			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
-			   sort -u` ;; \
-	esac; \
-	for file in $$dist_files; do \
-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
-	  if test -d $$d/$$file; then \
-	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
-	    if test -d "$(distdir)/$$file"; then \
-	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
-	    fi; \
-	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
-	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
-	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
-	    fi; \
-	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
-	  else \
-	    test -f "$(distdir)/$$file" \
-	    || cp -p $$d/$$file "$(distdir)/$$file" \
-	    || exit 1; \
-	  fi; \
-	done
-	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
-	  if test "$$subdir" = .; then :; else \
-	    $(am__make_dryrun) \
-	      || test -d "$(distdir)/$$subdir" \
-	      || $(MKDIR_P) "$(distdir)/$$subdir" \
-	      || exit 1; \
-	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
-	    $(am__relativize); \
-	    new_distdir=$$reldir; \
-	    dir1=$$subdir; dir2="$(top_distdir)"; \
-	    $(am__relativize); \
-	    new_top_distdir=$$reldir; \
-	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
-	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
-	    ($(am__cd) $$subdir && \
-	      $(MAKE) $(AM_MAKEFLAGS) \
-	        top_distdir="$$new_top_distdir" \
-	        distdir="$$new_distdir" \
-		am__remove_distdir=: \
-		am__skip_length_check=: \
-		am__skip_mode_fix=: \
-	        distdir) \
-	      || exit 1; \
-	  fi; \
-	done
-check-am: all-am
-check: $(BUILT_SOURCES)
-	$(MAKE) $(AM_MAKEFLAGS) check-recursive
-all-am: Makefile $(LTLIBRARIES)
-installdirs: installdirs-recursive
-installdirs-am:
-	for dir in "$(DESTDIR)$(libdir)"; do \
-	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
-	done
-install: $(BUILT_SOURCES)
-	$(MAKE) $(AM_MAKEFLAGS) install-recursive
-install-exec: install-exec-recursive
-install-data: install-data-recursive
-uninstall: uninstall-recursive
-
-install-am: all-am
-	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
-
-installcheck: installcheck-recursive
-install-strip:
-	if test -z '$(STRIP)'; then \
-	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
-	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
-	      install; \
-	else \
-	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
-	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
-	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
-	fi
-mostlyclean-generic:
-
-clean-generic:
-	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
-
-distclean-generic:
-	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
-	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
-
-maintainer-clean-generic:
-	@echo "This command is intended for maintainers to use"
-	@echo "it deletes files that may require special tools to rebuild."
-	-test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
-clean: clean-recursive
-
-clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
-	clean-noinstLTLIBRARIES mostlyclean-am
-
-distclean: distclean-recursive
-	-rm -rf ./$(DEPDIR)
-	-rm -f Makefile
-distclean-am: clean-am distclean-compile distclean-generic \
-	distclean-tags
-
-dvi: dvi-recursive
-
-dvi-am:
-
-html: html-recursive
-
-html-am:
-
-info: info-recursive
-
-info-am:
-
-install-data-am:
-
-install-dvi: install-dvi-recursive
-
-install-dvi-am:
-
-install-exec-am: install-libLTLIBRARIES
-
-install-html: install-html-recursive
-
-install-html-am:
-
-install-info: install-info-recursive
-
-install-info-am:
-
-install-man:
-
-install-pdf: install-pdf-recursive
-
-install-pdf-am:
-
-install-ps: install-ps-recursive
-
-install-ps-am:
-
-installcheck-am:
-
-maintainer-clean: maintainer-clean-recursive
-	-rm -rf ./$(DEPDIR)
-	-rm -f Makefile
-maintainer-clean-am: distclean-am maintainer-clean-generic
-
-mostlyclean: mostlyclean-recursive
-
-mostlyclean-am: mostlyclean-compile mostlyclean-generic \
-	mostlyclean-libtool
-
-pdf: pdf-recursive
-
-pdf-am:
-
-ps: ps-recursive
-
-ps-am:
-
-uninstall-am: uninstall-libLTLIBRARIES
-
-.MAKE: $(am__recursive_targets) all check install install-am \
-	install-strip
-
-.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
-	check-am clean clean-generic clean-libLTLIBRARIES \
-	clean-libtool clean-noinstLTLIBRARIES cscopelist-am ctags \
-	ctags-am distclean distclean-compile distclean-generic \
-	distclean-libtool distclean-tags distdir dvi dvi-am html \
-	html-am info info-am install install-am install-data \
-	install-data-am install-dvi install-dvi-am install-exec \
-	install-exec-am install-html install-html-am install-info \
-	install-info-am install-libLTLIBRARIES install-man install-pdf \
-	install-pdf-am install-ps install-ps-am install-strip \
-	installcheck installcheck-am installdirs installdirs-am \
-	maintainer-clean maintainer-clean-generic mostlyclean \
-	mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
-	pdf pdf-am ps ps-am tags tags-am uninstall uninstall-am \
-	uninstall-libLTLIBRARIES
-
-.PRECIOUS: Makefile
-
-
-FORCE:
-
-kernellib_hash.h: FORCE
-	echo '#define POCL_KERNELLIB_SHA1 "'`sha1sum ../../include/_kernel.h ../../include/_kernel_c.h ../../include/pocl_types.h ../kernel/*.cl ../kernel/*.c ../kernel/vecmathlib-pocl/*.cl ../kernel/vecmathlib-pocl/*.cc | sha1sum -`'"' > kernellib_hash.new
-	cmp kernellib_hash.new kernellib_hash.h || mv kernellib_hash.new kernellib_hash.h
-
-# Tell versions [3.59,3.63) of GNU make to not export all variables.
-# Otherwise a system limit (for SysV at least) may be exceeded.
-.NOEXPORT:
diff --git a/lib/CL/clBuildProgram.c b/lib/CL/clBuildProgram.c
index de44434..1d9de05 100644
--- a/lib/CL/clBuildProgram.c
+++ b/lib/CL/clBuildProgram.c
@@ -23,6 +23,7 @@
 */
 
 #include "pocl_cl.h"
+#include "pocl.h"
 #include <assert.h>
 #include <string.h>
 #include <sys/types.h>
@@ -33,12 +34,16 @@
 #else
 #  include "vccompat.hpp"
 #endif
+#ifdef OCS_AVAILABLE
 #include "pocl_llvm.h"
+#endif
 #include "pocl_util.h"
 #include "pocl_file_util.h"
 #include "pocl_cache.h"
 #include "config.h"
 #include "pocl_runtime_config.h"
+#include "pocl_binary.h"
+#include "pocl_shared.h"
 
 /* supported compiler parameters which should pass to the frontend directly
    by using -Xclang */
@@ -58,15 +63,18 @@ static const char cl_parameters[] =
   "-g "
   "-Werror ";
 
-static const char cl_parameters_not_yet_supported_by_clang[] =
-  "-cl-strict-aliasing "
+static const char cl_parameters_supported_after_clang_3_9[] =
+  "-cl-strict-aliasing " /* deprecated after OCL1.0 */
   "-cl-denorms-are-zero "
   "-cl-no-signed-zeros ";
 
+static const char cl_parameters_not_yet_supported_by_clang[] =
+  "-cl-uniform-work-group-size ";
+
 #define MEM_ASSERT(x, err_jmp) do{ if (x){errcode = CL_OUT_OF_HOST_MEMORY;goto err_jmp;}} while(0)
 
 // append token, growing modded_options, if necessary, by max(strlen(token)+1, 256)
-#define APPEND_TOKEN() do { \
+#define APPEND_TOKEN() do {          \
   size_t needed = strlen(token) + 1; \
   if (size <= (i + needed)) { \
     size_t grow_by = needed > 256 ? needed : 256; \
@@ -91,6 +99,73 @@ static const char cl_parameters_not_yet_supported_by_clang[] =
     snprintf(program->main_build_log + l, (640 - l), __VA_ARGS__); \
   }
 
+#ifdef OCS_AVAILABLE
+cl_int
+program_compile_dynamic_wg_binaries(cl_program program)
+{
+  unsigned i, device_i;
+  cl_int errcode = CL_SUCCESS;
+  _cl_command_node cmd;
+
+  assert(program->num_kernels);
+  assert(program->build_status == CL_BUILD_SUCCESS);
+
+  memset(&cmd, 0, sizeof(_cl_command_node));
+  cmd.type = CL_COMMAND_NDRANGE_KERNEL;
+  char cachedir[POCL_FILENAME_LENGTH];
+  cmd.command.run.tmp_dir = cachedir;
+  POCL_LOCK_OBJ(program);
+
+  /* Build the dynamic WG sized parallel.bc and device specific code,
+     for each kernel & device combo.  */
+  for (device_i = 0; device_i < program->num_devices; ++device_i)
+    {
+      cl_device_id device = program->devices[device_i];
+
+      /* program may not be built for some of its devices */
+      if (program->pocl_binaries[device_i] || (!program->binaries[device_i]))
+        continue;
+
+      cmd.device = device;
+
+      for (i=0; i < program->num_kernels; i++)
+        {
+          cl_kernel kernel = program->default_kernels[i];
+          size_t local_x = 0, local_y = 0, local_z = 0;
+          if (kernel->reqd_wg_size != NULL &&
+              kernel->reqd_wg_size[0] > 0 &&
+              kernel->reqd_wg_size[1] > 0 &&
+              kernel->reqd_wg_size[2] > 0)
+            {
+              local_x = kernel->reqd_wg_size[0];
+              local_y = kernel->reqd_wg_size[1];
+              local_z = kernel->reqd_wg_size[2];
+            }
+
+          pocl_cache_kernel_cachedir_path (cachedir, program, device_i, kernel,
+                                           "", local_x, local_y, local_z);
+
+          errcode = pocl_llvm_generate_workgroup_function (cachedir, device, kernel,
+                                                           local_x, local_y, local_z);
+          if (errcode != CL_SUCCESS)
+            {
+              POCL_MSG_ERR("Failed to generate workgroup function for "
+                           "kernel %s for device %s\n",
+                           program->kernel_names[i], device->short_name);
+              goto RET;
+            }
+          cmd.command.run.kernel = kernel;
+          device->ops->compile_kernel (&cmd, kernel, device);
+        }
+    }
+
+RET:
+  POCL_UNLOCK_OBJ(program);
+  return errcode;
+}
+
+#endif
+
 CL_API_ENTRY cl_int CL_API_CALL
 POname(clBuildProgram)(cl_program program,
                        cl_uint num_devices,
@@ -103,59 +178,87 @@ CL_API_SUFFIX__VERSION_1_0
 {
   char program_bc_path[POCL_FILENAME_LENGTH];
   int errcode;
-  size_t i;
   int error;
   uint64_t fsize;
   cl_device_id * unique_devlist = NULL;
   char *binary = NULL;
   unsigned device_i = 0, actually_built = 0;
-  const char *user_options = "";
   char *temp_options = NULL;
   char *modded_options = NULL;
   char *token = NULL;
   char *saveptr = NULL;
   void* write_cache_lock = NULL;
+  build_program_callback_t *callback = NULL;
 
   POCL_RETURN_ERROR_COND((program == NULL), CL_INVALID_PROGRAM);
 
-  POCL_GOTO_ERROR_COND((num_devices > 0 && device_list == NULL), CL_INVALID_VALUE);
-  POCL_GOTO_ERROR_COND((num_devices == 0 && device_list != NULL), CL_INVALID_VALUE);
+  POCL_RETURN_ERROR_COND((num_devices > 0 && device_list == NULL), CL_INVALID_VALUE);
+  POCL_RETURN_ERROR_COND((num_devices == 0 && device_list != NULL), CL_INVALID_VALUE);
 
-  POCL_GOTO_ERROR_COND((pfn_notify == NULL && user_data != NULL), CL_INVALID_VALUE);
+  POCL_RETURN_ERROR_COND((pfn_notify == NULL && user_data != NULL), CL_INVALID_VALUE);
 
-  POCL_LOCK_OBJ(program);
-
-  POCL_GOTO_ERROR_ON(program->kernels, CL_INVALID_OPERATION, "Program already has kernels\n");
+  POCL_RETURN_ERROR_ON(program->kernels, CL_INVALID_OPERATION, "Program already has kernels\n");
 
-  POCL_GOTO_ERROR_ON((program->source == NULL && program->binaries == NULL),
+  POCL_RETURN_ERROR_ON((program->source == NULL && program->binaries == NULL),
     CL_INVALID_PROGRAM, "Program doesn't have sources or binaries! You need "
                         "to call clCreateProgramWith{Binary|Source} first\n");
 
+  POCL_LOCK_OBJ(program);
+
+  if (pfn_notify)
+    {
+      callback = (build_program_callback_t*) malloc (sizeof(build_program_callback_t));
+      if (callback == NULL)
+        {
+          POCL_UNLOCK_OBJ(program);
+          return CL_OUT_OF_HOST_MEMORY;
+        }
+
+      callback->callback_function = pfn_notify;
+      callback->user_data = user_data;
+      program->buildprogram_callback = callback;
+    }
+
   program->main_build_log[0] = 0;
 
+  size_t size = 512;
+  size_t i = 1; /* terminating char */
+  modded_options = (char*) calloc (512, 1);
+
   if (options != NULL)
     {
       size_t size = 512;
       size_t i = 1; /* terminating char */
-      modded_options = (char*) calloc (size, 1);
-      temp_options = strdup (options);
+      temp_options = strdup(options);
+
       token = strtok_r (temp_options, " ", &saveptr);
       while (token != NULL)
         {
           /* check if parameter is supported compiler parameter */
           if (memcmp (token, "-cl", 3) == 0 || memcmp (token, "-w", 2) == 0 
-              || memcmp(token, "-g", 2) == 0 || memcmp(token, "-Werror", 7) == 0)
+              || memcmp(token, "-Werror", 7) == 0)
             {
               if (strstr (cl_parameters, token))
                 {
                   /* the LLVM API call pushes the parameters directly to the 
                      frontend without using -Xclang */
                 }
-              else if (strstr (cl_parameters_not_yet_supported_by_clang, token))
+              else if (strstr (cl_parameters_supported_after_clang_3_9, token))
                 {
-                  APPEND_TO_MAIN_BUILD_LOG("Build option isnt yet supported by clang: %s\n", token);
+#ifndef LLVM_OLDER_THAN_3_9
+                  /* the LLVM API call pushes the parameters directly to the
+                   * frontend without using -Xclang*/
+#else
+                  APPEND_TO_MAIN_BUILD_LOG("This build option is supported after clang3.9: %s\n", token);
                   token = strtok_r (NULL, " ", &saveptr);  
                   continue;
+#endif
+                }
+              else if (strstr (cl_parameters_not_yet_supported_by_clang, token))
+                {
+                  APPEND_TO_MAIN_BUILD_LOG("This build option is not yet supported by clang: %s\n", token);
+                  token = strtok_r (NULL, " ", &saveptr);
+                  continue;
                 }
               else
                 {
@@ -164,6 +267,12 @@ CL_API_SUFFIX__VERSION_1_0
                   goto ERROR_CLEAN_OPTIONS;
                 }
             }
+          else if (memcmp(token, "-g", 2) == 0)
+            {
+#ifndef LLVM_OLDER_THAN_3_8
+              token = "-debug-info-kind=line-tables-only";
+#endif
+            }
           else if (memcmp (token, "-D", 2) == 0 || memcmp (token, "-I", 2) == 0)
             {
               APPEND_TOKEN();
@@ -177,6 +286,38 @@ CL_API_SUFFIX__VERSION_1_0
                   continue;
                 }
             }
+          else if (memcmp (token, "-x", 2) == 0 && strlen (token) == 2)
+            {
+              /* only "-x spir" is valid for the "-x" option */
+              token = strtok_r (NULL, " ", &saveptr);
+              if (!token || memcmp (token, "spir", 4) != 0)
+                {
+                  APPEND_TO_MAIN_BUILD_LOG("Invalid parameter to -x build option\n");
+                  errcode = CL_INVALID_BUILD_OPTIONS;
+                  goto ERROR_CLEAN_OPTIONS;
+                }
+              /* "-x spir" is not valid if we are building from source */
+              else if (program->source)
+                {
+                  APPEND_TO_MAIN_BUILD_LOG("\"-x spir\" is not valid when building from source\n");
+                  errcode = CL_INVALID_BUILD_OPTIONS;
+                  goto ERROR_CLEAN_OPTIONS;
+                }
+              token = strtok_r (NULL, " ", &saveptr);
+              continue;
+            }
+          else if (memcmp (token, "-spir-std=1.2", 13) == 0)
+            {
+              /* "-spir-std=" flags are not valid when building from source */
+              if (program->source)
+                {
+                  APPEND_TO_MAIN_BUILD_LOG("\"-spir-std=\" flag is not valid when building from source\n");
+                  errcode = CL_INVALID_BUILD_OPTIONS;
+                  goto ERROR_CLEAN_OPTIONS;
+                }
+              token = strtok_r (NULL, " ", &saveptr);
+              continue;
+            }
           else
             {
               APPEND_TO_MAIN_BUILD_LOG("Invalid build option: %s\n", token);
@@ -187,14 +328,11 @@ CL_API_SUFFIX__VERSION_1_0
           token = strtok_r (NULL, " ", &saveptr);
         }
       POCL_MEM_FREE(temp_options);
-      user_options = modded_options;
-      program->compiler_options = strdup (modded_options);
-    }
-  else
-    {
-      POCL_MEM_FREE(program->compiler_options);
     }
 
+  POCL_MEM_FREE(program->compiler_options);
+  program->compiler_options = modded_options;
+
   if (num_devices == 0)
     {
       num_devices = program->num_devices;
@@ -210,7 +348,7 @@ CL_API_SUFFIX__VERSION_1_0
     }
 
   POCL_MSG_PRINT_INFO("building program with options %s\n",
-                      user_options != NULL ? user_options : "");
+                       program->compiler_options);
 
   /* Build the fully linked non-parallel bitcode for all
          devices. */
@@ -229,30 +367,69 @@ CL_API_SUFFIX__VERSION_1_0
       /* clCreateProgramWithSource */
       if (program->source)
         {
+          POCL_MSG_PRINT_INFO("building from sources for device %d\n", device_i);
+#ifdef OCS_AVAILABLE
           error = pocl_llvm_build_program(program, device_i,
-                                          user_options, program_bc_path);
+                                          program->compiler_options,
+                                          program_bc_path);
           POCL_GOTO_ERROR_ON((error != 0), CL_BUILD_PROGRAM_FAILURE,
                              "pocl_llvm_build_program() failed\n");
+#else
+          strcpy(program->main_build_log,
+                 "Cannot build a program from sources with pocl "
+                 "that does not have online compiler support\n");
+          POCL_GOTO_ERROR_ON(1, CL_COMPILER_NOT_AVAILABLE,
+                             "%s", program->main_build_log);
+#endif
         }
       /* clCreateProgramWithBinaries */
-      else if (program->binaries[device_i]) {
-            error = pocl_cache_create_program_cachedir(program, device_i,
-                                               NULL, 0, program_bc_path);
-            POCL_GOTO_ERROR_ON((error != 0), CL_BUILD_PROGRAM_FAILURE,
-                               "Could not create program cachedir");
-            write_cache_lock = pocl_cache_acquire_writer_lock_i(program, device_i);
-            assert(write_cache_lock);
-            errcode = pocl_write_file(program_bc_path, (char*)program->binaries[device_i],
+      else if (program->binaries[device_i])
+        {
+          POCL_MSG_PRINT_INFO("building from a BC binary for device %d\n", device_i);
+
+#ifdef OCS_AVAILABLE
+          error = pocl_cache_create_program_cachedir(program, device_i,
+                                                     NULL, 0, program_bc_path);
+          POCL_GOTO_ERROR_ON((error != 0), CL_BUILD_PROGRAM_FAILURE,
+                             "Could not create program cachedir");
+          write_cache_lock = pocl_cache_acquire_writer_lock_i(program, device_i);
+          assert(write_cache_lock);
+          errcode = pocl_write_file(program_bc_path, (char*)program->binaries[device_i],
                           (uint64_t)program->binary_sizes[device_i], 0, 0);
-            POCL_GOTO_ERROR_ON(errcode, CL_BUILD_PROGRAM_FAILURE,
-                               "Failed to write binaries to program.bc\n");
+          POCL_GOTO_ERROR_ON(errcode, CL_BUILD_PROGRAM_FAILURE,
+                             "Failed to write binaries to program.bc\n");
+#else
+          if (!program->pocl_binaries[device_i])
+            {
+              strcpy(program->main_build_log,
+                     "Cannot build program from LLVM IR binaries with "
+                     "pocl that does not have online compiler support\n");
+              POCL_GOTO_ERROR_ON(1, CL_COMPILER_NOT_AVAILABLE,
+                                 "%s", program->main_build_log);
+            }
+          else
+            continue;
+#endif
+        }
+      else if (program->pocl_binaries[device_i])
+        {
+          POCL_MSG_PRINT_INFO("having a poclbinary for device %d\n", device_i);
+          /* TODO pocl_binaries[i] might contain program.bc */
+          continue;
+          /* fail */
         }
-      /* fail */
       else
-        POCL_GOTO_ERROR_ON(1, CL_INVALID_BINARY, "Don't have sources and also no "
-                           "binaries for device %s - can't build the program\n",
-                           device->short_name);
+        {
+          POCL_MSG_PRINT_INFO("no sources nor binaries to build for device %d\n",
+                              device_i);
+          /* TODO pocl_binaries[i] might contain program.bc */
+
+          POCL_GOTO_ERROR_ON(1, CL_INVALID_BINARY,
+                             "No sources nor binaries for device %s - can't "
+                             "build the program\n", device->short_name);
+        }
 
+#ifdef OCS_AVAILABLE
       /* Read binaries from program.bc to memory */
       if (program->binaries[device_i] == NULL)
         {
@@ -260,7 +437,9 @@ CL_API_SUFFIX__VERSION_1_0
             write_cache_lock = pocl_cache_acquire_writer_lock_i(program, device_i);
           assert(write_cache_lock);
           errcode = pocl_read_file(program_bc_path, &binary, &fsize);
-          POCL_GOTO_ERROR_ON(errcode, CL_BUILD_ERROR, "Failed to read binaries from program.bc to memory: %s\n", program_bc_path);
+          POCL_GOTO_ERROR_ON(errcode, CL_BUILD_ERROR,
+                             "Failed to read binaries from program.bc to "
+                             "memory: %s\n", program_bc_path);
 
           program->binary_sizes[device_i] = (size_t)fsize;
           program->binaries[device_i] = (unsigned char *)binary;
@@ -273,7 +452,6 @@ CL_API_SUFFIX__VERSION_1_0
           assert(write_cache_lock);
           pocl_update_program_llvm_irs(program, device_i, device);
         }
-
       /* Maintain a 'last_accessed' file in every program's
        * cache directory. Will be useful for cache pruning script
        * that flushes old directories based on LRU */
@@ -284,29 +462,110 @@ CL_API_SUFFIX__VERSION_1_0
           pocl_cache_release_lock(write_cache_lock);
           write_cache_lock = NULL;
         }
+#endif
 
     }
 
-
   POCL_GOTO_ERROR_ON((actually_built < num_devices), CL_BUILD_PROGRAM_FAILURE,
                      "Some of the devices on the argument-supplied list are"
                      "not available for the program, or do not exist\n");
 
+  /* TODO probably wrong to assume */
+  assert(program->num_kernels == 0);
+  for (i=0; i < program->num_devices; i++)
+    {
+#ifdef OCS_AVAILABLE
+      if (program->binaries[i])
+        {
+          program->num_kernels = pocl_llvm_get_kernel_count(program);
+          if (program->num_kernels)
+            {
+              program->kernel_names = calloc(program->num_kernels, sizeof(char*));
+              pocl_llvm_get_kernel_names(program,
+                                         program->kernel_names,
+                                         program->num_kernels);
+            }
+          break;
+        }
+#endif
+      if (program->pocl_binaries[i])
+        {
+          program->num_kernels =
+              pocl_binary_get_kernel_count(program->pocl_binaries[i]);
+          if (program->num_kernels)
+            {
+              program->kernel_names = calloc(program->num_kernels, sizeof(char*));
+              pocl_binary_get_kernel_names(program->pocl_binaries[i],
+                                           program->kernel_names,
+                                           program->num_kernels);
+            }
+          break;
+        }
+    }
+  POCL_GOTO_ERROR_ON((i >= program->num_devices),
+                     CL_INVALID_BINARY,
+                     "Could not set kernel number / names from the binary\n");
+
+  POCL_MEM_FREE(unique_devlist);
   program->build_status = CL_BUILD_SUCCESS;
   POCL_UNLOCK_OBJ(program);
-  POCL_MEM_FREE(unique_devlist);
+
+  if (program->buildprogram_callback)
+    program->buildprogram_callback->callback_function (program,
+                                  program->buildprogram_callback->user_data);
+
+  /* Set up all program kernels.  */
+  /* TODO: Should not have to unlock program while adding default kernels.  */
+  assert (program->default_kernels == NULL);
+  program->kernels = ADDING_DEFAULT_KERNELS_TO_CL_PROGRAM;
+  program->default_kernels = calloc(program->num_kernels, sizeof(cl_kernel));
+
+  for (i=0; i < program->num_kernels; i++)
+    {
+      program->default_kernels[i] =
+          POname(clCreateKernel)(program,
+                                 program->kernel_names[i],
+                                 &error);
+      POCL_GOTO_ERROR_ON((error != CL_SUCCESS),
+                         CL_BUILD_PROGRAM_FAILURE,
+                         "Failed to create default kernels\n");
+    }
+
+  program->kernels = 0;
+
   return CL_SUCCESS;
 
   /* Set pointers to NULL during cleanup so that clProgramRelease won't
    * cause a double free. */
 
 ERROR:
-  for(i = 0; i < num_devices; i++)
+  if (program->buildprogram_callback)
+    {
+      program->buildprogram_callback->callback_function(program,
+                         program->buildprogram_callback->user_data);
+      POCL_MEM_FREE(program->buildprogram_callback);
+    }
+  program->kernels = 0;
+  for(i = 0; i < program->num_devices; i++)
   {
     POCL_MEM_FREE(program->binaries[i]);
     pocl_cache_release_lock(program->read_locks[i]);
     program->read_locks[i] = NULL;
   }
+  if (program->num_kernels && program->kernel_names)
+    {
+      for (i=0; i < program->num_kernels; i++)
+        POCL_MEM_FREE(program->kernel_names[i]);
+      POCL_MEM_FREE(program->kernel_names);
+    }
+  if (program->default_kernels)
+    {
+      for (i=0; i < program->num_kernels; i++)
+        if (program->default_kernels[i])
+          POname(clReleaseKernel)(program->default_kernels[i]);
+      POCL_MEM_FREE(program->default_kernels);
+      POCL_LOCK_OBJ(program);
+    }
   POCL_MEM_FREE(program->binaries);
   POCL_MEM_FREE(program->binary_sizes);
   POCL_MEM_FREE(unique_devlist);
diff --git a/lib/CL/clCreateBuffer.c b/lib/CL/clCreateBuffer.c
index 8459015..7166175 100644
--- a/lib/CL/clCreateBuffer.c
+++ b/lib/CL/clCreateBuffer.c
@@ -24,13 +24,14 @@
 
 #include "pocl_cl.h"
 #include "devices.h"
+#include "common.h"
 
 CL_API_ENTRY cl_mem CL_API_CALL
-POname(clCreateBuffer)(cl_context context,
-               cl_mem_flags flags,
-               size_t size,
-               void *host_ptr,
-               cl_int *errcode_ret) CL_API_SUFFIX__VERSION_1_0
+POname(clCreateBuffer)(cl_context   context,
+                       cl_mem_flags flags,
+                       size_t       size,
+                       void         *host_ptr,
+                       cl_int       *errcode_ret) CL_API_SUFFIX__VERSION_1_0
 {
   cl_mem mem = NULL;
   cl_device_id device;
@@ -92,6 +93,7 @@ POname(clCreateBuffer)(cl_context context,
         "host_ptr is not NULL, but flags don't specify {COPY|USE}_HOST_PTR\n");
     }
   
+
   for (i = 0; i < context->num_devices; ++i)
     {
       cl_ulong max_alloc;
@@ -108,51 +110,92 @@ POname(clCreateBuffer)(cl_context context,
   mem->parent = NULL;
   mem->map_count = 0;
   mem->mappings = NULL;
+  mem->destructor_callbacks = NULL;
   mem->type = CL_MEM_OBJECT_BUFFER;
   mem->flags = flags;
   mem->is_image = CL_FALSE;
-  mem->packet_size = 0;
-  mem->max_packets = 0;
+  mem->latest_event = NULL;
+  mem->owning_device = NULL;
+  mem->is_pipe = 0;
+  mem->pipe_packet_size = 0;
+  mem->pipe_max_packets = 0;
 
   /* Store the per device buffer pointers always to a known
      location in the buffer (dev_id), even though the context
      might not contain all the devices. */
   mem->device_ptrs =
-    (pocl_mem_identifier*) malloc(pocl_num_devices * sizeof(pocl_mem_identifier));
+    (pocl_mem_identifier*) calloc(pocl_num_devices,
+                                  sizeof(pocl_mem_identifier));
   if (mem->device_ptrs == NULL)
     {
       errcode = CL_OUT_OF_HOST_MEMORY;
       goto ERROR;
-    }  
-  
-  for (i = 0; i < pocl_num_devices; ++i)
+    }
+
+  /* init dev pointer structure to ease inter device pointer sharing
+     in ops->alloc_mem_obj */
+  for (i = 0; i < context->num_devices; ++i)
     {
-      mem->device_ptrs[i].mem_ptr = NULL;
+      int dev_id = context->devices[i]->dev_id;
+
+      mem->device_ptrs[dev_id].global_mem_id =
+        context->devices[i]->global_mem_id;
+      mem->device_ptrs[i].available = 1;
     }
 
-  mem->mem_host_ptr = host_ptr; 
   mem->size = size;
   mem->context = context;
-  
+  mem->mem_host_ptr = host_ptr;
+  mem->shared_mem_allocation_owner = NULL;
+
+  /* if there is a "special needs" device (hsa) operating in the host memory 
+     let it alloc memory first for shared memory use */
+  if (context->svm_allocdev)
+    {
+      if (context->svm_allocdev->ops->alloc_mem_obj (context->svm_allocdev, mem, host_ptr) != CL_SUCCESS)
+        {
+          errcode = CL_MEM_OBJECT_ALLOCATION_FAILURE;
+          goto ERROR_CLEAN_MEM_AND_DEVICE;
+        }
+    }
+
   for (i = 0; i < context->num_devices; ++i)
     {
+      /* this is already handled iff available */
+      if (context->svm_allocdev == context->devices[i])
+        continue;
+
       if (i > 0)
         POname(clRetainMemObject) (mem);
       device = context->devices[i];
       assert (device->ops->alloc_mem_obj != NULL);
-      if (device->ops->alloc_mem_obj (device, mem) != CL_SUCCESS)
+      if (device->ops->alloc_mem_obj (device, mem, host_ptr) != CL_SUCCESS)
         {
           errcode = CL_MEM_OBJECT_ALLOCATION_FAILURE;
           goto ERROR_CLEAN_MEM_AND_DEVICE;
         }
     }
-  
+
+  /* Some device driver may already have allocated host accessible memory */
+  if (flags & CL_MEM_ALLOC_HOST_PTR && mem->mem_host_ptr == NULL)
+    {
+      assert(mem->shared_mem_allocation_owner == NULL);
+      mem->mem_host_ptr = pocl_memalign_alloc (MAX_EXTENDED_ALIGNMENT, size);
+      if (mem->mem_host_ptr == NULL)
+        {
+          errcode = CL_OUT_OF_HOST_MEMORY;
+          goto ERROR;
+        }
+    }
+
   POCL_RETAIN_OBJECT(context);
-  
+
+  POCL_MSG_PRINT_INFO ("Created Buffer %p\n", mem);
+
   if (errcode_ret != NULL)
     *errcode_ret = CL_SUCCESS;
   return mem;
-  
+
 ERROR_CLEAN_MEM_AND_DEVICE:
   for (j = 0; j < i; ++j)
     {
diff --git a/lib/CL/clCreateCommandQueue.c b/lib/CL/clCreateCommandQueue.c
index 5ba2f36..c77ddf2 100644
--- a/lib/CL/clCreateCommandQueue.c
+++ b/lib/CL/clCreateCommandQueue.c
@@ -35,14 +35,12 @@ POname(clCreateCommandQueue)(cl_context context,
   int errcode;
   cl_bool found = CL_FALSE;
 
+  POCL_MSG_PRINT_INFO("Create Command queue on device %d\n", device->dev_id);
+
   /* validate flags */
   POCL_GOTO_ERROR_ON((properties > (1<<2)-1), CL_INVALID_VALUE,
             "Properties must be <= 3 (there are only 2)\n");
 
-  /* we don't handle out-of-order queues yet */
-  POCL_GOTO_ERROR_ON((properties & CL_QUEUE_OUT_OF_ORDER_EXEC_MODE_ENABLE),
-      CL_INVALID_QUEUE_PROPERTIES, "Pocl doesn't have out-of-order queues yet\n");
-
   if (pocl_debug_messages)
     properties |= CL_QUEUE_PROFILING_ENABLE;
 
@@ -67,7 +65,13 @@ POname(clCreateCommandQueue)(cl_context context,
   command_queue->context = context;
   command_queue->device = device;
   command_queue->properties = properties;
+  command_queue->barrier = NULL;
+  command_queue->events = NULL;
   command_queue->root = NULL;
+  command_queue->command_count = 0;
+  command_queue->last_event.event = NULL;
+  command_queue->last_event.event_id = -1;
+  command_queue->last_event.next = NULL;
 
   POCL_RETAIN_OBJECT(context);
   POCL_RETAIN_OBJECT(device);
diff --git a/lib/CL/clCreateCommandQueueWithProperties.c b/lib/CL/clCreateCommandQueueWithProperties.c
index efb564d..61f496e 100644
--- a/lib/CL/clCreateCommandQueueWithProperties.c
+++ b/lib/CL/clCreateCommandQueueWithProperties.c
@@ -80,6 +80,9 @@ POname(clCreateCommandQueueWithProperties)(cl_context context,
 
           POCL_GOTO_ERROR_COND((queue_size > device->dev_queue_max_size),
                                CL_INVALID_QUEUE_PROPERTIES);
+
+         // create a device side queue
+         POCL_ABORT_UNIMPLEMENTED("Device side queue");
         }
       else
         POCL_GOTO_ERROR_ON((queue_size > 0), CL_INVALID_VALUE,
@@ -88,15 +91,11 @@ POname(clCreateCommandQueueWithProperties)(cl_context context,
       /* validate flags */
       POCL_GOTO_ERROR_ON((queue_props & (!valid_prop_flags)), CL_INVALID_VALUE,
                          "CL_QUEUE_PROPERTIES contain invalid entries");
-
-      // create a device side queue
-      POCL_ABORT_UNIMPLEMENTED("Device side queue");
-    }
-  else // create a host side queue.
-    {
-      return POname(clCreateCommandQueue)(context, device, queue_props, errcode_ret);
     }
 
+  // currently thhere's only support for host side queues.
+  return POname(clCreateCommandQueue)(context, device, queue_props, errcode_ret);
+
 ERROR:
   if(errcode_ret)
     {
diff --git a/lib/CL/clCreateContext.c b/lib/CL/clCreateContext.c
index ed934d0..c01f822 100644
--- a/lib/CL/clCreateContext.c
+++ b/lib/CL/clCreateContext.c
@@ -25,6 +25,7 @@
 #include "pocl_cl.h"
 #include "pocl_util.h"
 #include "pocl_mem_management.h"
+#include "pocl_shared.h"
 #include <stdlib.h>
 #include <string.h>
 
@@ -132,6 +133,7 @@ POname(clCreateContext)(const cl_context_properties * properties,
 
   POCL_GOTO_ERROR_COND((pfn_notify == NULL && user_data != NULL), CL_INVALID_VALUE);
 
+  int offline_compile = pocl_get_bool_option("POCL_OFFLINE_COMPILE", 0);
   
   lt_dlinit();
   pocl_init_devices();
@@ -170,9 +172,14 @@ POname(clCreateContext)(const cl_context_properties * properties,
           goto ERROR_CLEAN_CONTEXT_AND_DEVICES;
         }
       
-      if (device_ptr->available != CL_TRUE)
+      if (!offline_compile && (device_ptr->available != CL_TRUE))
         {
-          POCL_MSG_WARN("Dropping unavailable device: %s\n", device_ptr->long_name);
+          POCL_MSG_WARN("Offline compilation disabled - dropping unavailable device: %s\n", device_ptr->long_name);
+          context->devices[i] = context->devices[--context->num_devices];
+        }
+      else if((device_ptr->compiler_available != CL_TRUE) && (device_ptr->available != CL_TRUE))
+        {
+          POCL_MSG_WARN("Device unavailable and device compiler unavailable - dropping device: %s\n", device_ptr->long_name);
           context->devices[i] = context->devices[--context->num_devices];
         }
       else
diff --git a/lib/CL/clCreateContextFromType.c b/lib/CL/clCreateContextFromType.c
index d1467de..44d240d 100644
--- a/lib/CL/clCreateContextFromType.c
+++ b/lib/CL/clCreateContextFromType.c
@@ -25,6 +25,7 @@
 #include "pocl_cl.h"
 #include "pocl_util.h"
 #include "pocl_mem_management.h"
+#include "pocl_shared.h"
 #include <stdlib.h>
 #include <string.h>
 
diff --git a/lib/CL/clCreateImage.c b/lib/CL/clCreateImage.c
index e0998df..e362dd8 100644
--- a/lib/CL/clCreateImage.c
+++ b/lib/CL/clCreateImage.c
@@ -82,10 +82,12 @@ CL_API_SUFFIX__VERSION_1_2
             supported_image_formats[i].image_channel_data_type ==
             image_format->image_channel_data_type)
           {
+            POCL_MEM_FREE(supported_image_formats);
             goto TYPE_SUPPORTED;
           }
       }
 
+    POCL_MEM_FREE(supported_image_formats);
     POCL_MSG_ERR("Requested image format is not supported\n");
     errcode = CL_IMAGE_FORMAT_NOT_SUPPORTED;
     goto ERROR;
@@ -108,7 +110,12 @@ TYPE_SUPPORTED:
     
     size = image_desc->image_width * image_desc->image_height * elem_size * 
       channels;
-    
+
+    if (image_desc->image_depth > 0)
+      {
+        size *= image_desc->image_depth;
+      }
+
     if (row_pitch == 0)
       {
         row_pitch = image_desc->image_width * elem_size * channels;
diff --git a/lib/CL/clCreateKernel.c b/lib/CL/clCreateKernel.c
index 9cd1fdc..8e35ca8 100644
--- a/lib/CL/clCreateKernel.c
+++ b/lib/CL/clCreateKernel.c
@@ -25,7 +25,10 @@
 #include "pocl_cl.h"
 #include "pocl_file_util.h"
 #include "pocl_cache.h"
+#ifdef OCS_AVAILABLE
 #include "pocl_llvm.h"
+#endif
+#include "pocl_binary.h"
 #include <string.h>
 #include <sys/stat.h>
 #ifndef _MSC_VER
@@ -42,14 +45,13 @@ POname(clCreateKernel)(cl_program program,
                cl_int *errcode_ret) CL_API_SUFFIX__VERSION_1_0
 {
   cl_kernel kernel = NULL;
-  int errcode;
-  int error;
+  int errcode = CL_SUCCESS;
   unsigned device_i;
 
   POCL_GOTO_ERROR_COND((kernel_name == NULL), CL_INVALID_VALUE);
 
   POCL_GOTO_ERROR_COND((program == NULL), CL_INVALID_PROGRAM);
-  
+
   POCL_GOTO_ERROR_ON((program->num_devices == 0),
     CL_INVALID_PROGRAM, "Invalid program (has no devices assigned)\n");
 
@@ -64,38 +66,12 @@ POname(clCreateKernel)(cl_program program,
     CL_INVALID_PROGRAM_EXECUTABLE, "No built binaries in program "
     "(this shouldn't happen...)\n");
 
-  kernel = (cl_kernel) malloc(sizeof(struct _cl_kernel));
-  if (kernel == NULL)
-  {
-    errcode = CL_OUT_OF_HOST_MEMORY;
-    goto ERROR;
-  }
+  kernel = (cl_kernel) calloc(1, sizeof(struct _cl_kernel));
+  POCL_GOTO_ERROR_ON((kernel == NULL), CL_OUT_OF_HOST_MEMORY,
+                     "clCreateKernel couldn't allocate memory");
 
   POCL_INIT_OBJECT (kernel);
-
-  for (device_i = 0; device_i < program->num_devices; ++device_i)
-    {
-      if (device_i > 0)
-        POname(clRetainKernel) (kernel);
-
-      /* If there is no device dir for this device, the program was
-         not built for that device in clBuildProgram. This seems to
-         be OK by the standard. */
-      if (!pocl_cache_device_cachedir_exists(program, device_i))
-          continue;
-
-      error = pocl_llvm_get_kernel_metadata(program,
-                      kernel, device_i, kernel_name, &errcode);
-
-      if (error)
-        {
-          POCL_MSG_ERR("Failed to get kernel metadata "
-            "for kernel %s on device %s\n", kernel_name,
-              program->devices[device_i]->short_name);
-          goto ERROR;
-        } 
-
-    }
+  POCL_RETAIN_OBJECT (kernel);
 
   kernel->name = strdup(kernel_name);
   POCL_GOTO_ERROR_ON((kernel->name == NULL), CL_OUT_OF_HOST_MEMORY,
@@ -105,19 +81,74 @@ POname(clCreateKernel)(cl_program program,
   kernel->program = program;
   kernel->next = NULL;
 
-  POCL_LOCK_OBJ (program);
-  cl_kernel k = program->kernels;
-  program->kernels = kernel;
-  POCL_UNLOCK_OBJ (program);
-  kernel->next = k;
+  for (device_i = 0; device_i < program->num_devices; ++device_i)
+    {
+      if (program->binaries[device_i] &&
+          pocl_cache_device_cachedir_exists(program, device_i))
+        {
+#ifdef OCS_AVAILABLE
+          pocl_llvm_get_kernel_metadata (program, kernel, device_i,
+                                         kernel_name, &errcode);
+          cl_device_id device = program->devices[device_i];
+          if (device->spmd)
+            {
+              char cachedir[POCL_FILENAME_LENGTH];
+              pocl_cache_kernel_cachedir_path (cachedir, program, device_i,
+                                               kernel, "", 0, 0, 0);
+
+              errcode = pocl_llvm_generate_workgroup_function (cachedir, device,
+                                                               kernel, 0, 0, 0);
+              if (errcode == CL_SUCCESS)
+                device->ops->compile_kernel(NULL, kernel, device);
+            }
+#endif
+        }
+      /* If the program was created with a pocl binary, we won't be able to
+         get the metadata for the cl_kernel from an IR file, so we call pocl
+         binary function to initialize the cl_kernel data */
+      else if (program->pocl_binaries[device_i])
+        {
+          errcode
+            = pocl_binary_get_kernel_metadata (program->pocl_binaries[device_i],
+                                               kernel_name, kernel,
+                                               program->devices[device_i]);
+        }
+      else
+        /* If there is no device dir for this device, the program was
+           not built for that device in clBuildProgram. This seems to
+           be OK by the standard. */
+        continue;
+
+      if (errcode != CL_SUCCESS)
+        {
+          POCL_MSG_ERR( "Failed to get kernel metadata "
+                        "for kernel %s on device %s\n", kernel_name,
+                        program->devices[device_i]->short_name);
+          goto ERROR;
+        }
+    }
 
+  if (program->kernels != ADDING_DEFAULT_KERNELS_TO_CL_PROGRAM)
+    {
+      POCL_LOCK_OBJ (program);
+      cl_kernel k = program->kernels;
+      program->kernels = kernel;
+      POCL_UNLOCK_OBJ (program);
+      kernel->next = k;
+    }
   POCL_RETAIN_OBJECT(program);
 
   errcode = CL_SUCCESS;
   goto SUCCESS;
 
 ERROR:
-  POCL_MEM_FREE(kernel);
+  if (kernel)
+    {
+      POCL_MEM_FREE(kernel->reqd_wg_size);
+      POCL_MEM_FREE(kernel->dyn_arguments);
+      POCL_MEM_FREE(kernel->arg_info);
+      POCL_MEM_FREE(kernel);
+    }
   kernel = NULL;
 
 SUCCESS:
diff --git a/lib/CL/clCreateKernelsInProgram.c b/lib/CL/clCreateKernelsInProgram.c
index aa03671..7576844 100644
--- a/lib/CL/clCreateKernelsInProgram.c
+++ b/lib/CL/clCreateKernelsInProgram.c
@@ -16,7 +16,6 @@ POname(clCreateKernelsInProgram)(cl_program      program ,
                          cl_uint *       num_kernels_ret ) CL_API_SUFFIX__VERSION_1_0
 {
   unsigned idx;
-  unsigned num_kern_found;
 
   POCL_RETURN_ERROR_COND((program == NULL), CL_INVALID_PROGRAM);
 
@@ -34,25 +33,31 @@ POname(clCreateKernelsInProgram)(cl_program      program ,
     CL_INVALID_PROGRAM_EXECUTABLE, "No built binaries in program "
     "(this shouldn't happen...)\n");
 
-  num_kern_found = pocl_llvm_get_kernel_count(program);
+  POCL_RETURN_ERROR_ON(((kernels != NULL && num_kernels == 0)
+                       || (kernels == NULL && num_kernels != 0)),
+                       CL_INVALID_VALUE, "kernels & num_kernels must be "
+                       "either both set, or both NULL\n");
 
-  POCL_RETURN_ERROR_ON((kernels && num_kernels < num_kern_found), CL_INVALID_VALUE,
-      "kernels is not NULL and num_kernels "
-      "is less than the number of kernels in program");
+  POCL_RETURN_ERROR_ON((kernels && num_kernels < program->num_kernels),
+                       CL_INVALID_VALUE,
+                       "kernels is not NULL and num_kernels "
+                       "is less than the number of kernels in program\n");
 
-  if (num_kern_found > 0 && kernels != NULL)
-    {
-      /* Get list of kernel names in program */
-      const char** knames = (const char**)calloc( num_kernels, sizeof(const char *) );
-      if (knames == NULL)
-        return CL_OUT_OF_HOST_MEMORY;
-      pocl_llvm_get_kernel_names (program, knames, num_kernels);
+  for (idx = 0; idx < num_kernels; idx++)
+    kernels[idx] = NULL;
+
+  if (num_kernels > program->num_kernels)
+    num_kernels = program->num_kernels;
 
+  cl_int error_ret;
+  if (num_kernels > 0 && kernels != NULL)
+    {
       /* Create the kernels in the 'knames' list */
-      for (idx = 0; idx < num_kern_found; idx++)
+      for (idx = 0; idx < num_kernels; idx++)
         {
-          cl_int error_ret;
-          kernels[idx] = POname(clCreateKernel) (program, knames[idx], &error_ret);
+          kernels[idx] = POname(clCreateKernel) (program,
+                                                 program->kernel_names[idx],
+                                                 &error_ret);
 
           /* Check for errors, clean up & bail.
            * If we happened to pass a invalid kernel name after all
@@ -63,10 +68,7 @@ POname(clCreateKernelsInProgram)(cl_program      program ,
           if (error_ret != CL_SUCCESS)
             {
               for (; idx>0; idx--)
-                {
-                  POname(clReleaseKernel) (kernels[idx-1]);
-                }
-              POCL_MEM_FREE(knames);
+                POname(clReleaseKernel) (kernels[idx-1]);
               /* If error_ret is INVALID_KERNEL_DEFINITION, returning it here
                * is against the specification. But the specs doesn't say what to
                * do in such a case, and just returning it is the sanest thing
@@ -74,15 +76,10 @@ POname(clCreateKernelsInProgram)(cl_program      program ,
               return error_ret;
             }
         }
-      for (idx = num_kern_found ; idx < num_kernels; idx++)
-        {
-          kernels[idx] = NULL;
-        }
-      POCL_MEM_FREE(knames);
     }
 
   if (num_kernels_ret)
-    *num_kernels_ret = num_kern_found;
+    *num_kernels_ret = program->num_kernels;
 
   return CL_SUCCESS;
 }
diff --git a/lib/CL/clCreateProgramWithBinary.c b/lib/CL/clCreateProgramWithBinary.c
index c36eb73..1644fc4 100644
--- a/lib/CL/clCreateProgramWithBinary.c
+++ b/lib/CL/clCreateProgramWithBinary.c
@@ -24,6 +24,8 @@
 #include "pocl_cl.h"
 #include "pocl_util.h"
 #include <string.h>
+#include "pocl_binary.h"
+#include "pocl_cache.h"
 
 CL_API_ENTRY cl_program CL_API_CALL
 POname(clCreateProgramWithBinary)(cl_context                     context,
@@ -48,6 +50,8 @@ POname(clCreateProgramWithBinary)(cl_context                     context,
 
   POCL_GOTO_ERROR_COND((lengths == NULL), CL_INVALID_VALUE);
 
+  POCL_MSG_PRINT_INFO("creating a program with binary\n");
+
   for (i = 0; i < num_devices; ++i)
     {
       POCL_GOTO_ERROR_ON((lengths[i] == 0 || binaries[i] == NULL), CL_INVALID_VALUE,
@@ -85,23 +89,22 @@ POname(clCreateProgramWithBinary)(cl_context                     context,
         "device not found in the device list of the context\n");
     }
   
-  if ((program = (cl_program) malloc (sizeof (struct _cl_program))) == NULL)
+  if ((program = (cl_program) calloc (1, sizeof (struct _cl_program))) == NULL)
     {
       errcode = CL_OUT_OF_HOST_MEMORY;
       goto ERROR;
     }
   
   POCL_INIT_OBJECT(program);
-  program->binary_sizes = NULL;
-  program->binaries = NULL;
-  program->compiler_options = NULL;
-  program->llvm_irs = NULL;
-  program->read_locks = NULL;
 
   if ((program->binary_sizes =
        (size_t*) calloc (num_devices, sizeof(size_t))) == NULL ||
       (program->binaries = (unsigned char**)
        calloc (num_devices, sizeof(unsigned char*))) == NULL ||
+      (program->pocl_binaries = (unsigned char**)
+       calloc (num_devices, sizeof(unsigned char*))) == NULL ||
+      (program->pocl_binary_sizes =
+             (size_t*) calloc (num_devices, sizeof(size_t))) == NULL ||
       (program->build_log = (char**)
        calloc (num_devices, sizeof(char*))) == NULL ||
       ((program->llvm_irs =
@@ -115,21 +118,55 @@ POname(clCreateProgramWithBinary)(cl_context                     context,
       goto ERROR_CLEAN_PROGRAM_AND_BINARIES;
     }
 
-  program->main_build_log[0] = 0;
+  program->buildprogram_callback = NULL;
   program->context = context;
   program->num_devices = num_devices;
   program->devices = unique_devlist;
-  program->source = NULL;
-  program->kernels = NULL;
   program->build_status = CL_BUILD_NONE;
+  program->binary_type = CL_PROGRAM_BINARY_TYPE_EXECUTABLE;
+  char program_bc_path[POCL_FILENAME_LENGTH];
 
   for (i = 0; i < num_devices; ++i)
     {
-      program->binary_sizes[i] = lengths[i];
-      program->binaries[i] = (unsigned char*) malloc (lengths[i]);
-      memcpy (program->binaries[i], binaries[i], lengths[i]);
-      if (binary_status != NULL) /* TODO: validate the binary */
-        binary_status[i] = CL_SUCCESS;
+      /* LLVM IR */
+      if (!strncmp((const char *)binaries[i], "BC", 2))
+        {
+          program->binary_sizes[i] = lengths[i];
+          program->binaries[i] = (unsigned char*) malloc(lengths[i]);
+          memcpy (program->binaries[i], binaries[i], lengths[i]);
+          if (binary_status != NULL)
+            binary_status[i] = CL_SUCCESS;
+        }
+      /* Poclcc binary */
+      else if (pocl_binary_check_binary(device_list[i], binaries[i]))
+        {
+          program->pocl_binary_sizes[i] = lengths[i];
+          program->pocl_binaries[i] = (unsigned char*) malloc (lengths[i]);
+          memcpy (program->pocl_binaries[i], binaries[i], lengths[i]);
+
+          pocl_binary_set_program_buildhash (program, i, binaries[i]);
+          int error = pocl_cache_create_program_cachedir
+            (program, i, NULL, 0, program_bc_path);
+          POCL_GOTO_ERROR_ON((error != 0), CL_BUILD_PROGRAM_FAILURE,
+                             "Could not create program cachedir");
+          void* write_cache_lock = pocl_cache_acquire_writer_lock_i (program, i);
+          assert (write_cache_lock);
+          POCL_GOTO_ERROR_ON(pocl_binary_deserialize (program, i),
+                             CL_INVALID_BINARY,
+                             "Could not unpack a pocl binary\n");
+          pocl_cache_release_lock (write_cache_lock);
+
+          if (binary_status != NULL)
+            binary_status[i] = CL_SUCCESS;
+        }
+      /* Unknown binary */
+      else
+        {
+          if (binary_status != NULL)
+            binary_status[i] = CL_INVALID_BINARY;
+          errcode = CL_INVALID_BINARY;
+          goto ERROR_CLEAN_PROGRAM_AND_BINARIES;
+        }
     }
 
   POCL_RETAIN_OBJECT(context);
@@ -148,6 +185,11 @@ ERROR_CLEAN_PROGRAM_AND_BINARIES:
       POCL_MEM_FREE(program->binaries[i]);
   POCL_MEM_FREE(program->binaries);
   POCL_MEM_FREE(program->binary_sizes);
+  if (program->pocl_binaries)
+    for (i = 0; i < num_devices; ++i)
+      POCL_MEM_FREE(program->pocl_binaries[i]);
+  POCL_MEM_FREE(program->pocl_binaries);
+  POCL_MEM_FREE(program->pocl_binary_sizes);
 /*ERROR_CLEAN_PROGRAM:*/
   POCL_MEM_FREE(program);
 ERROR:
diff --git a/lib/CL/clCreateProgramWithSource.c b/lib/CL/clCreateProgramWithSource.c
index ba802d0..0b34cdc 100644
--- a/lib/CL/clCreateProgramWithSource.c
+++ b/lib/CL/clCreateProgramWithSource.c
@@ -70,8 +70,8 @@ POname(clCreateProgramWithSource)(cl_context context,
     goto ERROR;
   }
 
+  program->buildprogram_callback = NULL;
   program->source = source;
-  program->compiler_options = NULL;
 
   for (i = 0; i < count; ++i)
     {
@@ -94,18 +94,29 @@ POname(clCreateProgramWithSource)(cl_context context,
 
   *source = '\0';
 
-  program->main_build_log[0] = 0;
   program->context = context;
   program->num_devices = context->num_devices;
   program->devices = context->devices;
-  program->kernels = NULL;
   program->build_status = CL_BUILD_NONE;
-  program->read_locks = NULL;
+  /* we set binary type to NONE here. Based on OCL1.2 spec
+     if program will be compiled using clCompileProgram its binary_type
+     will be set to CL_PROGRAM_BINARY_TYPE_COMPILED_OBJECT.
+     clCompileProgram is currently missing in pocl!
+     if program was created by clLinkProgram which is called
+     with the –createlibrary link option its binary_type will be set to
+     CL_PROGRAM_BINARY_TYPE_LIBRARY.
+     clLinkProgram is currently missing in pocl!
+   */
+  program->binary_type = CL_PROGRAM_BINARY_TYPE_NONE;
 
   if ((program->binary_sizes =
        (size_t*) calloc (program->num_devices, sizeof(size_t))) == NULL ||
       (program->binaries = (unsigned char**)
        calloc (program->num_devices, sizeof(unsigned char*))) == NULL ||
+      (program->pocl_binaries = (unsigned char**)
+       calloc (program->num_devices, sizeof(unsigned char*))) == NULL ||
+      (program->pocl_binary_sizes =
+             (size_t*) calloc (program->num_devices, sizeof(size_t))) == NULL ||
       (program->build_log = (char**)
        calloc (program->num_devices, sizeof(char*))) == NULL ||
       ((program->llvm_irs =
@@ -119,7 +130,6 @@ POname(clCreateProgramWithSource)(cl_context context,
       goto ERROR;
     }
 
-
   POCL_RETAIN_OBJECT(context);
 
   if (errcode_ret != NULL)
@@ -133,6 +143,8 @@ ERROR:
     POCL_MEM_FREE(program->build_log);
     POCL_MEM_FREE(program->binaries);
     POCL_MEM_FREE(program->binary_sizes);
+    POCL_MEM_FREE(program->pocl_binaries);
+    POCL_MEM_FREE(program->pocl_binary_sizes);
     POCL_MEM_FREE(program->source);
   }
   POCL_MEM_FREE(program);
diff --git a/lib/CL/clCreateSubBuffer.c b/lib/CL/clCreateSubBuffer.c
index 288671a..f814203 100644
--- a/lib/CL/clCreateSubBuffer.c
+++ b/lib/CL/clCreateSubBuffer.c
@@ -65,11 +65,15 @@ POname(clCreateSubBuffer)(cl_mem                   buffer,
 
   POCL_INIT_OBJECT(mem);
   mem->mappings = NULL;
+  mem->destructor_callbacks = NULL;
   mem->parent = buffer;
 
   mem->type = CL_MEM_OBJECT_BUFFER;
   mem->size = info->size;
   mem->context = buffer->context;
+  mem->latest_event = NULL;
+  mem->owning_device = buffer->owning_device;
+  mem->is_pipe = CL_FALSE;
 
   POCL_GOTO_ERROR_ON((buffer->flags & CL_MEM_WRITE_ONLY &&
        flags & (CL_MEM_READ_WRITE | CL_MEM_READ_ONLY)), CL_INVALID_VALUE,
@@ -122,13 +126,13 @@ POname(clCreateSubBuffer)(cl_mem                   buffer,
     (buffer->flags & CL_MEM_ALLOC_HOST_PTR) |
     (buffer->flags & CL_MEM_COPY_HOST_PTR);
 
-  if (mem->flags & CL_MEM_USE_HOST_PTR)
+  if (mem->flags & CL_MEM_USE_HOST_PTR || mem->flags & CL_MEM_ALLOC_HOST_PTR)
     {
       mem->mem_host_ptr = (char*)buffer->mem_host_ptr + info->origin;
     }
 
   mem->device_ptrs = (pocl_mem_identifier*)
-    malloc(pocl_num_devices * sizeof(pocl_mem_identifier));
+    malloc(buffer->context->num_devices * sizeof(pocl_mem_identifier));
   if (mem->device_ptrs == NULL)
     {
         errcode = CL_OUT_OF_HOST_MEMORY;
@@ -159,6 +163,8 @@ POname(clCreateSubBuffer)(cl_mem                   buffer,
   POCL_RETAIN_OBJECT(mem->parent);
   POCL_RETAIN_OBJECT(mem->context);
 
+  POCL_MSG_PRINT_INFO ("Created Subbuffer %p, parent %p\n", mem, mem->parent);
+
   if (errcode_ret != NULL)
     *errcode_ret = CL_SUCCESS;
   return mem;
diff --git a/lib/CL/clCreateSubDevices.c b/lib/CL/clCreateSubDevices.c
index f0b0154..4fefa0d 100644
--- a/lib/CL/clCreateSubDevices.c
+++ b/lib/CL/clCreateSubDevices.c
@@ -46,7 +46,7 @@ POname(clCreateSubDevices)(cl_device_id in_device,
    cl_device_id *new_devs = NULL;
    // number of elements in (copies of) properties, including terminating null
    cl_uint num_props = 0;
-   uint i;
+   cl_uint i;
 
    POCL_GOTO_ERROR_COND((in_device == NULL), CL_INVALID_DEVICE);
    POCL_GOTO_ERROR_COND((properties == NULL), CL_INVALID_VALUE);
@@ -71,7 +71,7 @@ POname(clCreateSubDevices)(cl_device_id in_device,
      // error out if the number of CUs per device is 0 or bigger than the number of
      // CUs of in_device
      POCL_GOTO_ERROR_COND(
-       (properties[1] == 0 || properties[1] > in_device->max_compute_units),
+       (properties[1] == 0 || (cl_uint)properties[1] > in_device->max_compute_units),
        CL_INVALID_VALUE);
      // error out if properties isn't zero-terminated
      POCL_GOTO_ERROR_COND(properties[2] != 0, CL_INVALID_VALUE);
@@ -151,7 +151,8 @@ ERROR:
       if (new_devs[i] == NULL)
         break;
       POCL_RELEASE_OBJECT(new_devs[i], new_refcount);
-      POCL_MEM_FREE(new_devs[i]);
+      if (new_refcount == 0)
+        POCL_MEM_FREE(new_devs[i]);
     }
 
     free(new_devs);
diff --git a/lib/CL/clCreateUserEvent.c b/lib/CL/clCreateUserEvent.c
index 2572793..984b0d8 100644
--- a/lib/CL/clCreateUserEvent.c
+++ b/lib/CL/clCreateUserEvent.c
@@ -1,6 +1,6 @@
 #include "pocl_cl.h"
 #include "pocl_util.h"
-
+#include "pocl_timing.h"
 
 CL_API_ENTRY cl_event CL_API_CALL
 POname(clCreateUserEvent)(cl_context     context ,
@@ -9,7 +9,7 @@ POname(clCreateUserEvent)(cl_context     context ,
   int error;
   cl_event event = NULL;
 
-  error = pocl_create_event (&event, context, NULL, CL_COMMAND_USER);
+  error = pocl_create_event (&event, 0, CL_COMMAND_USER, 0, NULL, context);
 
   if (error != CL_SUCCESS)
     {
@@ -17,7 +17,9 @@ POname(clCreateUserEvent)(cl_context     context ,
     }
   else
     {
+      event->pocl_refcount = 1;
       event->status = CL_SUBMITTED;
+      event->context = context;
     }
 
   if (errcode_ret)
diff --git a/lib/CL/clEnqueueBarrier.c b/lib/CL/clEnqueueBarrier.c
index af90fb1..dc8ce33 100644
--- a/lib/CL/clEnqueueBarrier.c
+++ b/lib/CL/clEnqueueBarrier.c
@@ -38,8 +38,8 @@ CL_API_SUFFIX__VERSION_1_0
 
   /* Even if we do not need to create a full command, the runtime requires it */
   pocl_create_command (&cmd, command_queue, 
-                            CL_COMMAND_BARRIER, NULL, 
-                            0, NULL);
+                       CL_COMMAND_BARRIER, NULL, 
+                       0, NULL, 0, NULL);
 
   pocl_command_enqueue(command_queue, cmd);
 
diff --git a/lib/CL/clEnqueueBarrier.c b/lib/CL/clEnqueueBarrierWithWaitList.c
similarity index 60%
copy from lib/CL/clEnqueueBarrier.c
copy to lib/CL/clEnqueueBarrierWithWaitList.c
index af90fb1..48aa2cb 100644
--- a/lib/CL/clEnqueueBarrier.c
+++ b/lib/CL/clEnqueueBarrierWithWaitList.c
@@ -1,6 +1,6 @@
-/* OpenCL runtime library: clEnqueueBarrier()
+/* OpenCL runtime library: clEnqueueBarrierWithWaitList()
 
-   Copyright (c) 2011 Erik Schnetter
+   Copyright (c) 2015 Ville Korhonen, TUT
    
    Permission is hereby granted, free of charge, to any person obtaining a copy
    of this software and associated documentation files (the "Software"), to deal
@@ -21,28 +21,41 @@
    THE SOFTWARE.
 */
 
+#include "pocl_cl.h"
 #include "pocl_util.h"
 
 CL_API_ENTRY 
 cl_int CL_API_CALL
-POname(clEnqueueBarrier)(cl_command_queue command_queue) 
-CL_API_SUFFIX__VERSION_1_0
+POname(clEnqueueBarrierWithWaitList)(cl_command_queue command_queue,
+                                     cl_uint          num_events_in_wait_list,
+                                     const cl_event   *event_wait_list,
+                                     cl_event         *event) 
+CL_API_SUFFIX__VERSION_1_2
 {
   _cl_command_node *cmd;
+  unsigned i;
 
-  POCL_RETURN_ERROR_COND((command_queue == NULL), CL_INVALID_COMMAND_QUEUE);
+  POCL_RETURN_ERROR_COND((event_wait_list == NULL && num_events_in_wait_list > 0),
+    CL_INVALID_EVENT_WAIT_LIST);
 
-  POCL_RETURN_ERROR_COND((command_queue->device == NULL), CL_INVALID_COMMAND_QUEUE);
+  POCL_RETURN_ERROR_COND((event_wait_list != NULL && num_events_in_wait_list == 0),
+    CL_INVALID_EVENT_WAIT_LIST);
+
+  for (i = 0; i < num_events_in_wait_list; i++)
+    POCL_RETURN_ERROR_COND((event_wait_list[i] == NULL), CL_INVALID_EVENT_WAIT_LIST);
 
+  POCL_RETURN_ERROR_COND((command_queue == NULL), CL_INVALID_COMMAND_QUEUE);
+  POCL_RETURN_ERROR_COND((command_queue->device == NULL), CL_INVALID_COMMAND_QUEUE);
   POCL_RETURN_ERROR_COND((command_queue->context == NULL), CL_INVALID_COMMAND_QUEUE);
 
   /* Even if we do not need to create a full command, the runtime requires it */
   pocl_create_command (&cmd, command_queue, 
-                            CL_COMMAND_BARRIER, NULL, 
-                            0, NULL);
+                       CL_COMMAND_BARRIER, NULL, 
+                       num_events_in_wait_list, event_wait_list, 0, NULL);
 
+  cmd->command.barrier.has_wait_list = num_events_in_wait_list;
   pocl_command_enqueue(command_queue, cmd);
 
   return CL_SUCCESS;
 }
-POsym(clEnqueueBarrier)
+POsym(clEnqueueBarrierWithWaitList)
diff --git a/lib/CL/clEnqueueCopyBuffer.c b/lib/CL/clEnqueueCopyBuffer.c
index b34b918..edae42a 100644
--- a/lib/CL/clEnqueueCopyBuffer.c
+++ b/lib/CL/clEnqueueCopyBuffer.c
@@ -1,8 +1,9 @@
 /* OpenCL runtime library: clEnqueueCopyBuffer()
 
-   Copyright (c) 2011-2012 Universidad Rey Juan Carlos and
+   Copyright (c) 2011-2015 Universidad Rey Juan Carlos and
                            Pekka Jääskeläinen / Tampere Univ. of Tech.
-   
+                           Ville Korhonen / Tampere Univ. of Tech.
+
    Permission is hereby granted, free of charge, to any person obtaining a copy
    of this software and associated documentation files (the "Software"), to deal
    in the Software without restriction, including without limitation the rights
@@ -42,6 +43,7 @@ CL_API_SUFFIX__VERSION_1_0
   unsigned i;
   _cl_command_node *cmd = NULL;
   int errcode;
+  cl_mem buffers[2] = {src_buffer, dst_buffer};
 
   POCL_RETURN_ERROR_COND((command_queue == NULL), CL_INVALID_COMMAND_QUEUE);
 
@@ -76,19 +78,23 @@ CL_API_SUFFIX__VERSION_1_0
 
   errcode = pocl_create_command (&cmd, command_queue, CL_COMMAND_COPY_BUFFER, 
                                  event, num_events_in_wait_list, 
-                                 event_wait_list);
+                                 event_wait_list, 2, buffers);
   if (errcode != CL_SUCCESS)
     return errcode;
 
   cmd->command.copy.src_buffer = src_buffer;
+  cmd->command.copy.src_offset = src_offset;
+  cmd->command.copy.src_dev = src_buffer->owning_device;
+
   cmd->command.copy.dst_buffer = dst_buffer;
-  
-  POname(clRetainMemObject)(src_buffer);
-  POname(clRetainMemObject)(dst_buffer);
+  cmd->command.copy.dst_offset = dst_offset;
+  if (dst_buffer->owning_device)
+    cmd->command.copy.dst_dev = dst_buffer->owning_device;
+  else
+    cmd->command.copy.dst_dev = device;
 
   cmd->command.copy.data = device->data;
-  /* TODO: call device->buf_offset() or similar as device_ptrs might not be
-     actual buffer pointers but pointers to a book keeping structure. */
+
   cmd->command.copy.src_ptr = 
     (char*)src_buffer->device_ptrs[device->dev_id].mem_ptr;
   cmd->command.copy.src_offset = src_offset;
@@ -98,6 +104,11 @@ CL_API_SUFFIX__VERSION_1_0
   cmd->command.copy.dst_offset = dst_offset;
   cmd->command.copy.cb = size;
 
+  POname(clRetainMemObject)(src_buffer);
+  POname(clRetainMemObject)(dst_buffer);
+
+  dst_buffer->owning_device = command_queue->device;
+  
   pocl_command_enqueue(command_queue, cmd);
 
   return CL_SUCCESS;
diff --git a/lib/CL/clEnqueueCopyBufferRect.c b/lib/CL/clEnqueueCopyBufferRect.c
index 5633c42..ee447b9 100644
--- a/lib/CL/clEnqueueCopyBufferRect.c
+++ b/lib/CL/clEnqueueCopyBufferRect.c
@@ -24,7 +24,7 @@
 #include "pocl_cl.h"
 #include <assert.h>
 #include "pocl_util.h"
-#include "pocl_img_buf_cpy.h"
+#include "pocl_shared.h"
 
 CL_API_ENTRY cl_int CL_API_CALL
 POname(clEnqueueCopyBufferRect)(cl_command_queue command_queue,
@@ -41,7 +41,7 @@ POname(clEnqueueCopyBufferRect)(cl_command_queue command_queue,
                                 const cl_event *event_wait_list,
                                 cl_event *event) CL_API_SUFFIX__VERSION_1_1
 {
-  return pocl_rect_copy(command_queue,
+  return pocl_rect_copy(command_queue, CL_COMMAND_COPY_BUFFER_RECT,
     src_buffer, CL_FALSE,
     dst_buffer, CL_FALSE,
     src_origin, dst_origin, region,
diff --git a/lib/CL/clEnqueueCopyBufferToImage.c b/lib/CL/clEnqueueCopyBufferToImage.c
index 92f971d..a99a400 100644
--- a/lib/CL/clEnqueueCopyBufferToImage.c
+++ b/lib/CL/clEnqueueCopyBufferToImage.c
@@ -1,77 +1,26 @@
-#include "pocl_util.h"
-#include "pocl_image_util.h"
+#include "pocl_shared.h"
 
 extern CL_API_ENTRY cl_int CL_API_CALL
 POname(clEnqueueCopyBufferToImage)(cl_command_queue  command_queue,
                                    cl_mem            buffer,
-                                   cl_mem            image, 
+                                   cl_mem            image,
                                    size_t            src_offset,
                                    const size_t *    dst_origin, /*[3]*/
                                    const size_t *    region,  /*[3]*/
                                    cl_uint           num_events_in_wait_list,
                                    const cl_event *  event_wait_list,
-                                   cl_event *        event ) 
+                                   cl_event *        event )
 CL_API_SUFFIX__VERSION_1_0
 {
-  int errcode;
-
-  POCL_RETURN_ERROR_COND((command_queue == NULL), CL_INVALID_COMMAND_QUEUE);
-
-  POCL_RETURN_ERROR_ON((!command_queue->device->image_support), CL_INVALID_OPERATION,
-    "Device %s does not support images\n", command_queue->device->long_name);
-
-  POCL_RETURN_ERROR_COND((buffer == NULL), CL_INVALID_MEM_OBJECT);
-  POCL_RETURN_ERROR_ON((buffer->type != CL_MEM_OBJECT_BUFFER),
-    CL_INVALID_MEM_OBJECT, "buffer is not a CL_MEM_OBJECT_BUFFER\n");
-
-  POCL_RETURN_ERROR_COND((image == NULL), CL_INVALID_MEM_OBJECT);
-
-  POCL_RETURN_ERROR_ON((!image->is_image), CL_INVALID_MEM_OBJECT,
-    "dst_image is not an image\n");
-
-  POCL_RETURN_ERROR_COND((region == NULL), CL_INVALID_MEM_OBJECT);
-
-
-  if (region[2] != 1) {
-    POCL_ABORT_UNIMPLEMENTED("clEnqueueCopyBufferToImage on 3D images");
-  }
-
-  POCL_RETURN_ERROR_ON(((buffer->context != image->context) ||
-    (buffer->context != command_queue->context)), CL_INVALID_CONTEXT, "src_buffer, "
-    "dst_image and command_queue are not from the same context\n");
-
-  POCL_RETURN_ERROR_COND((event_wait_list == NULL && num_events_in_wait_list > 0),
-    CL_INVALID_EVENT_WAIT_LIST);
-
-  POCL_RETURN_ERROR_COND((event_wait_list != NULL && num_events_in_wait_list == 0),
-    CL_INVALID_EVENT_WAIT_LIST);
-
-  errcode = pocl_check_device_supports_image(image, command_queue);
-  if (errcode != CL_SUCCESS)
-    return errcode;
-    
-
-  int host_elem_size;    
-  int host_channels;
-  pocl_get_image_information (image->image_channel_order,
-                              image->image_channel_data_type,
-                              &host_channels, &host_elem_size);
-    
-  char* temp = (char*) malloc (image->size);
-    
-  cl_device_id device_id = command_queue->device;
-
-  device_id->ops->read
-    (device_id->data, 
-     temp, 
-     image->device_ptrs[device_id->dev_id].mem_ptr, src_offset,
-     image->size); 
-            
-  cl_int ret_code = pocl_write_image (image, command_queue->device, dst_origin,
-                                      region, 0, 0, temp+src_offset);
-    
-  POCL_MEM_FREE(temp);
-  POCL_UPDATE_EVENT_COMPLETE(event);
-  return ret_code;
+  /* pass src_origin through in a format pocl_rect_copy understands */
+  const size_t src_origin[3] = { src_offset, 0, 0};
+  return pocl_rect_copy(command_queue, CL_COMMAND_COPY_BUFFER_TO_IMAGE,
+    buffer, CL_FALSE,
+    image, CL_TRUE,
+    src_origin, dst_origin, region,
+    0, 0,
+    0, 0,
+    num_events_in_wait_list, event_wait_list,
+    event);
 }
-POsym(clEnqueueCopyBufferToImage) 
+POsym(clEnqueueCopyBufferToImage)
diff --git a/lib/CL/clEnqueueCopyImage.c b/lib/CL/clEnqueueCopyImage.c
index 797e58e..282fac4 100644
--- a/lib/CL/clEnqueueCopyImage.c
+++ b/lib/CL/clEnqueueCopyImage.c
@@ -1,5 +1,5 @@
 #include "pocl_util.h"
-#include "pocl_img_buf_cpy.h"
+#include "pocl_shared.h"
 
 CL_API_ENTRY cl_int CL_API_CALL
 POname(clEnqueueCopyImage)(cl_command_queue      command_queue ,
@@ -12,7 +12,7 @@ POname(clEnqueueCopyImage)(cl_command_queue      command_queue ,
                    const cl_event *      event_wait_list ,
                    cl_event *            event ) CL_API_SUFFIX__VERSION_1_0
 {
-  return pocl_rect_copy(command_queue,
+  return pocl_rect_copy(command_queue, CL_COMMAND_COPY_IMAGE,
     src_image, CL_TRUE,
     dst_image, CL_TRUE,
     src_origin, dst_origin, region,
diff --git a/lib/CL/clEnqueueCopyImageToBuffer.c b/lib/CL/clEnqueueCopyImageToBuffer.c
index fce08d2..309cc85 100644
--- a/lib/CL/clEnqueueCopyImageToBuffer.c
+++ b/lib/CL/clEnqueueCopyImageToBuffer.c
@@ -1,20 +1,27 @@
-#include "pocl_cl.h"
-
+#include "pocl_shared.h"
 
 CL_API_ENTRY cl_int CL_API_CALL
 POname(clEnqueueCopyImageToBuffer)(cl_command_queue  command_queue ,
                            cl_mem            src_image ,
-                           cl_mem            dst_buffer , 
+                           cl_mem            dst_buffer ,
                            const size_t *    src_origin ,
-                           const size_t *    region , 
+                           const size_t *    region ,
                            size_t            dst_offset ,
                            cl_uint           num_events_in_wait_list ,
                            const cl_event *  event_wait_list ,
                            cl_event *        event ) CL_API_SUFFIX__VERSION_1_0
 {
-  POCL_ABORT_UNIMPLEMENTED("The entire clEnqueueCopyImageToBuffer call");
-  return CL_SUCCESS;
+  /* pass dst_origin through in a format pocl_rect_copy understands */
+  const size_t dst_origin[3] = { dst_offset, 0, 0};
+  return pocl_rect_copy(command_queue, CL_COMMAND_COPY_IMAGE_TO_BUFFER,
+    src_image, CL_TRUE,
+    dst_buffer, CL_FALSE,
+    src_origin, dst_origin, region,
+    0, 0,
+    0, 0,
+    num_events_in_wait_list, event_wait_list,
+    event);
 }
 POsym(clEnqueueCopyImageToBuffer)
-    
+
 
diff --git a/lib/CL/clEnqueueFillBuffer.c b/lib/CL/clEnqueueFillBuffer.c
index 4e0edad..9c330f3 100644
--- a/lib/CL/clEnqueueFillBuffer.c
+++ b/lib/CL/clEnqueueFillBuffer.c
@@ -46,9 +46,6 @@ CL_API_SUFFIX__VERSION_1_2
   POCL_RETURN_ERROR_ON((buffer->type != CL_MEM_OBJECT_BUFFER), CL_INVALID_MEM_OBJECT,
                        "buffer is not a CL_MEM_OBJECT_BUFFER\n");
 
-  POCL_RETURN_ERROR_ON((buffer->flags & CL_MEM_READ_ONLY), CL_INVALID_MEM_OBJECT,
-                       "buffer is CL_MEM_READ_ONLY\n");
-
   POCL_RETURN_ERROR_ON((command_queue->context != buffer->context), CL_INVALID_CONTEXT,
                        "buffer and command_queue are not from the same context\n");
 
@@ -86,10 +83,11 @@ CL_API_SUFFIX__VERSION_1_2
 
   errcode = pocl_create_command (&cmd, command_queue, CL_COMMAND_FILL_BUFFER,
                                  event, num_events_in_wait_list,
-                                 event_wait_list);
+                                 event_wait_list, 1, &buffer);
   if (errcode != CL_SUCCESS)
     return errcode;
 
+  cmd->command.memfill.buffer = buffer;
   cmd->command.memfill.ptr =
       buffer->device_ptrs[command_queue->device->dev_id].mem_ptr;
   cmd->command.memfill.size = size;
@@ -100,6 +98,8 @@ CL_API_SUFFIX__VERSION_1_2
   cmd->command.memfill.pattern_size = pattern_size;
 
   POname(clRetainMemObject) (buffer);
+  buffer->owning_device = command_queue->device;
+  
   pocl_command_enqueue(command_queue, cmd);
 
   return CL_SUCCESS;
diff --git a/lib/CL/clEnqueueFillImage.c b/lib/CL/clEnqueueFillImage.c
index 53e3151..e22c165 100644
--- a/lib/CL/clEnqueueFillImage.c
+++ b/lib/CL/clEnqueueFillImage.c
@@ -110,7 +110,7 @@ CL_API_SUFFIX__VERSION_1_2
   */
   errcode = pocl_create_command (&cmd, command_queue, CL_COMMAND_FILL_IMAGE, 
                                  event, num_events_in_wait_list, 
-                                 event_wait_list);
+                                 event_wait_list, 1, &image);
   if (errcode != CL_SUCCESS)
     goto ERROR_CLEAN;
 
@@ -124,6 +124,9 @@ CL_API_SUFFIX__VERSION_1_2
   cmd->command.fill_image.slicepitch = image->image_slice_pitch;
   cmd->command.fill_image.fill_pixel = fill_pixel;
   cmd->command.fill_image.pixel_size = image->image_elem_size * image->image_channels;
+
+  POname(clRetainMemObject) (image);
+  image->owning_device = command_queue->device;
   pocl_command_enqueue(command_queue, cmd);
   
   POCL_MEM_FREE(supported_image_formats);
diff --git a/lib/CL/clEnqueueMapBuffer.c b/lib/CL/clEnqueueMapBuffer.c
index 1f9bcd7..58896b5 100644
--- a/lib/CL/clEnqueueMapBuffer.c
+++ b/lib/CL/clEnqueueMapBuffer.c
@@ -25,7 +25,7 @@
 #include "utlist.h"
 #include <assert.h>
 #include "pocl_util.h"
-#include "clEnqueueMapBuffer.h"
+#include "pocl_shared.h"
 
 CL_API_ENTRY void * CL_API_CALL
 POname(clEnqueueMapBuffer)(cl_command_queue command_queue,
@@ -90,7 +90,7 @@ POname(clEnqueueMapBuffer)(cl_command_queue command_queue,
       goto ERROR;
     }
 
-  if (buffer->flags & CL_MEM_USE_HOST_PTR)
+  if (buffer->flags & CL_MEM_USE_HOST_PTR || buffer->flags & CL_MEM_ALLOC_HOST_PTR)
     {
       /* In this case it should use the given host_ptr + offset as
          the mapping area in the host memory. */   
@@ -116,10 +116,10 @@ POname(clEnqueueMapBuffer)(cl_command_queue command_queue,
       goto ERROR;
     }
 
-  errcode = pocl_create_command (&cmd, command_queue, CL_COMMAND_MAP_BUFFER,
-                                 event, num_events_in_wait_list,
-                                 event_wait_list);
-
+  errcode = pocl_create_command (&cmd, command_queue, CL_COMMAND_MAP_BUFFER, 
+                                 event, num_events_in_wait_list, 
+                                 event_wait_list, 1, &buffer);
+  
   if (errcode != CL_SUCCESS)
       goto ERROR;
 
@@ -132,6 +132,9 @@ POname(clEnqueueMapBuffer)(cl_command_queue command_queue,
   POCL_LOCK_OBJ (buffer);
   DL_APPEND (buffer->mappings, mapping_info);  
   POCL_UNLOCK_OBJ (buffer);
+
+  POname(clRetainMemObject) (buffer);
+  buffer->owning_device = command_queue->device;
   pocl_command_enqueue(command_queue, cmd);
 
   if (blocking_map != CL_TRUE)
diff --git a/lib/CL/clEnqueueMapImage.c b/lib/CL/clEnqueueMapImage.c
index 1d2c44f..fbeae8e 100644
--- a/lib/CL/clEnqueueMapImage.c
+++ b/lib/CL/clEnqueueMapImage.c
@@ -39,17 +39,17 @@ POname(clEnqueueMapImage)(cl_command_queue   command_queue,
                           size_t *           image_slice_pitch,
                           cl_uint            num_events_in_wait_list,
                           const cl_event *   event_wait_list,
-                          cl_event *         event_ret,
-                          cl_int *           errcode_ret )
+                          cl_event *         event,
+                          cl_int *           errcode_ret ) 
 CL_API_SUFFIX__VERSION_1_0
 {
   cl_int errcode;
   size_t offset;
   void *map = NULL;
   cl_device_id device;
-  cl_event event = NULL;
   _cl_command_node *cmd = NULL;
   mem_mapping_t *mapping_info = NULL;
+  cl_uint event_i;
 
   POCL_GOTO_ERROR_COND((command_queue == NULL), CL_INVALID_COMMAND_QUEUE);
 
@@ -72,6 +72,17 @@ CL_API_SUFFIX__VERSION_1_0
   POCL_GOTO_ERROR_COND((event_wait_list != NULL && num_events_in_wait_list == 0),
     CL_INVALID_EVENT_WAIT_LIST);
 
+  for (event_i = 0; event_i < num_events_in_wait_list; ++event_i)
+    {
+      POCL_GOTO_ERROR_COND((event_wait_list[event_i] == NULL), CL_INVALID_EVENT_WAIT_LIST);
+      if (event_i > 0)
+        {
+          POCL_GOTO_ERROR_COND((event_wait_list[event_i]->context 
+                                  != event_wait_list[event_i - 1]->context), 
+                                 CL_INVALID_CONTEXT);
+        }
+    }
+
   errcode = pocl_check_device_supports_image(image, command_queue);
   if (errcode != CL_SUCCESS)
     goto ERROR;
@@ -100,24 +111,12 @@ CL_API_SUFFIX__VERSION_1_0
       goto ERROR;
     }
 
-  errcode = pocl_create_command (&cmd, command_queue, CL_COMMAND_MAP_IMAGE,
-                                 &event, num_events_in_wait_list,
-                                 event_wait_list);
-  if (errcode != CL_SUCCESS)
-    goto ERROR;
-
   if (image->flags & CL_MEM_USE_HOST_PTR)
     {
       /* In this case it should use the given host_ptr + offset as
          the mapping area in the host memory. */
       assert (image->mem_host_ptr != NULL);
       map = (char*)image->mem_host_ptr + offset;
-      device->ops->read_rect (device->data, map,
-                              image->device_ptrs[device->dev_id].mem_ptr,
-                              origin, origin, region,
-                              image->image_row_pitch, image->image_slice_pitch,
-                              image->image_row_pitch, image->image_slice_pitch);
-      POCL_UPDATE_EVENT_COMPLETE(&event);
     }
   else
     {
@@ -134,6 +133,7 @@ CL_API_SUFFIX__VERSION_1_0
 
   if (map == NULL)
     {
+      POCL_UPDATE_EVENT_COMPLETE(event);
       errcode = CL_MAP_FAILURE;
       goto ERROR;
     }
@@ -141,33 +141,42 @@ CL_API_SUFFIX__VERSION_1_0
   mapping_info->host_ptr = map;
   mapping_info->offset = offset;
   mapping_info->size = 0;/* not needed ?? */
+  mapping_info->next = NULL;
+  mapping_info->prev = NULL;
   POCL_LOCK_OBJ (image);
   DL_APPEND (image->mappings, mapping_info);
   POCL_UNLOCK_OBJ (image);
 
+  errcode = pocl_create_command (&cmd, command_queue, CL_COMMAND_MAP_IMAGE, 
+                                 event, num_events_in_wait_list, 
+                                 event_wait_list, 1, &image);
+  if (errcode != CL_SUCCESS)
+    goto ERROR;
+
   cmd->command.map.buffer = image;
   cmd->command.map.mapping = mapping_info;
-  pocl_command_enqueue(command_queue, cmd);
+  POname(clRetainMemObject) (image);
+  image->owning_device = command_queue->device;
 
-  *image_row_pitch = image->image_row_pitch;
-  if (image_slice_pitch)
-    *image_slice_pitch = image->image_slice_pitch;
+  image->owning_device = command_queue->device;
+  pocl_command_enqueue(command_queue, cmd);
 
   if (blocking_map)
     {
       POname(clFinish) (command_queue);
     }
 
-  if (event_ret)
-    *event_ret = event;
+  *image_row_pitch = image->image_row_pitch;
+  if (image_slice_pitch)
+    *image_slice_pitch = image->image_slice_pitch;
+
   if (errcode_ret != NULL)
     (*errcode_ret) = CL_SUCCESS;
 
   return map;
 
-ERROR:
-  POCL_MEM_FREE(event);
-  assert(map == NULL);
+ ERROR:
+  POCL_MEM_FREE(map);
   POCL_MEM_FREE(cmd);
   POCL_MEM_FREE(mapping_info);
   if(errcode_ret != NULL)
diff --git a/lib/CL/clEnqueueMarker.c b/lib/CL/clEnqueueMarker.c
index 1f6a8cf..efff783 100644
--- a/lib/CL/clEnqueueMarker.c
+++ b/lib/CL/clEnqueueMarker.c
@@ -37,7 +37,7 @@ CL_API_SUFFIX__VERSION_1_0
   POCL_RETURN_ERROR_COND((event == NULL), CL_INVALID_VALUE);
 
   errcode = pocl_create_command (&cmd, command_queue, CL_COMMAND_MARKER, 
-                                 event, 0, NULL);
+                                 event, 0, NULL, 0, NULL);
   if (errcode != CL_SUCCESS)
     return errcode;
 
diff --git a/lib/CL/clEnqueueMarkerWithWaitList.c b/lib/CL/clEnqueueMarkerWithWaitList.c
index d954dc5..ef62e37 100644
--- a/lib/CL/clEnqueueMarkerWithWaitList.c
+++ b/lib/CL/clEnqueueMarkerWithWaitList.c
@@ -40,7 +40,7 @@ CL_API_SUFFIX__VERSION_1_2
 
   errcode = pocl_create_command (&cmd, command_queue, CL_COMMAND_MARKER, 
                                  event, num_events_in_wait_list, 
-                                 event_wait_list);
+                                 event_wait_list, 0, NULL);
   if (errcode != CL_SUCCESS)
     goto ERROR;
 
diff --git a/lib/CL/clEnqueueMigrateMemObjects.c b/lib/CL/clEnqueueMigrateMemObjects.c
new file mode 100644
index 0000000..47e49c7
--- /dev/null
+++ b/lib/CL/clEnqueueMigrateMemObjects.c
@@ -0,0 +1,95 @@
+/* OpenCL runtime library: clEnqueueMigrateMemObjects()
+
+   Copyright (c) 2013 Ville Korhonen / Tampere Univ. of Tech.
+   
+   Permission is hereby granted, free of charge, to any person obtaining a copy
+   of this software and associated documentation files (the "Software"), to deal
+   in the Software without restriction, including without limitation the rights
+   to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+   copies of the Software, and to permit persons to whom the Software is
+   furnished to do so, subject to the following conditions:
+   
+   The above copyright notice and this permission notice shall be included in
+   all copies or substantial portions of the Software.
+   
+   THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+   IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+   FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+   AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+   LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+   OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+   THE SOFTWARE.
+*/
+
+#include "pocl_cl.h"
+#include "pocl_util.h"
+#include <string.h>
+
+CL_API_ENTRY cl_int CL_API_CALL
+POname(clEnqueueMigrateMemObjects) (cl_command_queue command_queue,
+                                    cl_uint num_mem_objects,
+                                    const cl_mem *mem_objects,
+                                    cl_mem_migration_flags flags,
+                                    cl_uint num_events_in_wait_list,
+                                    const cl_event *event_wait_list,
+                                    cl_event *event)CL_API_SUFFIX__VERSION_1_0
+{
+  unsigned i;
+  int errcode;
+  _cl_command_node *cmd = NULL;
+
+  POCL_RETURN_ERROR_COND((event_wait_list == NULL && num_events_in_wait_list > 0),
+    CL_INVALID_EVENT_WAIT_LIST);
+
+  POCL_RETURN_ERROR_COND((event_wait_list != NULL && num_events_in_wait_list == 0),
+    CL_INVALID_EVENT_WAIT_LIST);
+
+  POCL_RETURN_ERROR_COND((command_queue == NULL), CL_INVALID_COMMAND_QUEUE);
+
+  POCL_RETURN_ERROR_COND((num_mem_objects == 0), CL_INVALID_VALUE);
+  POCL_RETURN_ERROR_COND((mem_objects == NULL), CL_INVALID_VALUE);
+
+  for (i = 0; i < num_mem_objects; ++i)
+    {
+      POCL_RETURN_ERROR_COND((mem_objects[i] == NULL), CL_INVALID_MEM_OBJECT);
+
+      POCL_RETURN_ERROR_COND((mem_objects[i]->context != command_queue->context),
+        CL_INVALID_CONTEXT);
+    }
+
+  for (i = 0; i < num_events_in_wait_list; i++)
+    POCL_RETURN_ERROR_COND((event_wait_list[i] == NULL), CL_INVALID_EVENT_WAIT_LIST);
+
+  errcode = pocl_create_command (&cmd, command_queue,
+                                 CL_COMMAND_MIGRATE_MEM_OBJECTS,
+                                 event, num_events_in_wait_list,
+                                 event_wait_list, num_mem_objects, mem_objects);
+
+  if (errcode != CL_SUCCESS)
+    goto ERROR;
+
+  cmd->command.migrate.data = command_queue->device->data;
+  cmd->command.migrate.num_mem_objects = num_mem_objects;
+  cmd->command.migrate.mem_objects = malloc (sizeof (cl_mem) * num_mem_objects);
+  cmd->command.migrate.source_devices = malloc
+    (num_mem_objects * sizeof (cl_device_id));
+  memcpy (cmd->command.migrate.mem_objects, mem_objects,
+          num_mem_objects * sizeof (cl_mem));
+
+  for (i = 0; i < num_mem_objects; ++i)
+    {
+      POname(clRetainMemObject) (mem_objects[i]);
+      cmd->command.migrate.source_devices[i] = mem_objects[i]->owning_device;
+      mem_objects[i]->owning_device = command_queue->device;
+    }
+
+  pocl_command_enqueue (command_queue, cmd);
+
+  return CL_SUCCESS;
+
+ ERROR:
+  free (cmd);
+  free (event);
+  return errcode;
+}
+POsym(clEnqueueMigrateMemObjects)
diff --git a/lib/CL/clEnqueueNDRangeKernel.c b/lib/CL/clEnqueueNDRangeKernel.c
index bd93d5b..919ae60 100644
--- a/lib/CL/clEnqueueNDRangeKernel.c
+++ b/lib/CL/clEnqueueNDRangeKernel.c
@@ -2,17 +2,17 @@
 
    Copyright (c) 2011 Universidad Rey Juan Carlos and
                  2012-2013 Pekka Jääskeläinen / Tampere University of Technology
-   
+
    Permission is hereby granted, free of charge, to any person obtaining a copy
    of this software and associated documentation files (the "Software"), to deal
    in the Software without restriction, including without limitation the rights
    to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
    copies of the Software, and to permit persons to whom the Software is
    furnished to do so, subject to the following conditions:
-   
+
    The above copyright notice and this permission notice shall be included in
    all copies or substantial portions of the Software.
-   
+
    THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
    IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
    FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
@@ -28,6 +28,7 @@
 #include "pocl_util.h"
 #include "pocl_cache.h"
 #include "utlist.h"
+#include "pocl_binary.h"
 #ifndef _MSC_VER
 #  include <unistd.h>
 #else
@@ -57,14 +58,19 @@ POname(clEnqueueNDRangeKernel)(cl_command_queue command_queue,
   size_t offset_x, offset_y, offset_z;
   size_t global_x, global_y, global_z;
   size_t local_x, local_y, local_z;
-  unsigned i, count;
-  int error;
+  int b_migrate_count, buffer_count;
+  unsigned i;
+  int error = 0;
   cl_device_id realdev = NULL;
   struct pocl_context pc;
   _cl_command_node *command_node;
+  /* alloc from stack to avoid malloc. num_args is the absolute max needed */
+  cl_mem mem_list[kernel->num_args];
+  /* reserve space for potential buffer migrate events */
+  cl_event new_event_wait_list[num_events_in_wait_list + kernel->num_args];
 
   POCL_RETURN_ERROR_COND((command_queue == NULL), CL_INVALID_COMMAND_QUEUE);
-  
+
   POCL_RETURN_ERROR_COND((kernel == NULL), CL_INVALID_KERNEL);
 
   POCL_RETURN_ERROR_ON((command_queue->context != kernel->context),
@@ -90,7 +96,7 @@ POname(clEnqueueNDRangeKernel)(cl_command_queue command_queue,
       offset_y = 0;
       offset_z = 0;
     }
-    
+
   global_x = global_work_size[0];
   global_y = work_dim > 1 ? global_work_size[1] : 1;
   global_z = work_dim > 2 ? global_work_size[2] : 1;
@@ -104,7 +110,7 @@ POname(clEnqueueNDRangeKernel)(cl_command_queue command_queue,
         "The %i-th kernel argument is not set!\n", i);
     }
 
-  if (local_work_size != NULL) 
+  if (local_work_size != NULL)
     {
       local_x = local_work_size[0];
       local_y = work_dim > 1 ? local_work_size[1] : 1;
@@ -112,24 +118,24 @@ POname(clEnqueueNDRangeKernel)(cl_command_queue command_queue,
       if (local_x > global_x || local_y > global_y || local_z > global_z)
         goto DETERMINE_LOCAL_SIZE;
     }
-  else 
+  else
     {
       /* Embarrassingly parallel kernel with a free work-group
          size. Try to figure out one which utilizes all the
          resources efficiently. Assume work-groups are scheduled
-         to compute units, so try to split it to a number of 
-         work groups at the equal to the number of CUs, while still 
-         trying to respect the preferred WG size multiple (for better 
-         SIMD instruction utilization).          
+         to compute units, so try to split it to a number of
+         work groups at the equal to the number of CUs, while still
+         trying to respect the preferred WG size multiple (for better
+         SIMD instruction utilization).
       */
       size_t preferred_wg_multiple;
 DETERMINE_LOCAL_SIZE:
       POname(clGetKernelWorkGroupInfo)
-        (kernel, command_queue->device, 
-         CL_KERNEL_PREFERRED_WORK_GROUP_SIZE_MULTIPLE, 
+        (kernel, command_queue->device,
+         CL_KERNEL_PREFERRED_WORK_GROUP_SIZE_MULTIPLE,
          sizeof (size_t), &preferred_wg_multiple, NULL);
 
-      POCL_MSG_PRINT_INFO("Preferred WG size multiple %zu\n", 
+      POCL_MSG_PRINT_INFO("Preferred WG size multiple %zu\n",
                           preferred_wg_multiple);
 
       local_x = global_x;
@@ -141,7 +147,7 @@ DETERMINE_LOCAL_SIZE:
       do {
         /* Split the dimension, but avoid ending up with a dimension that
            is not multiple of the wanted size. */
-        if (local_x > 1 && local_x % 2 == 0 && 
+        if (local_x > 1 && local_x % 2 == 0 &&
             (local_x / 2) % preferred_wg_multiple == 0)
           {
             local_x /= 2;
@@ -154,7 +160,7 @@ DETERMINE_LOCAL_SIZE:
             continue;
           }
         else if (local_z > 1 && local_z % 2 == 0 &&
-                 (local_z / 2) % preferred_wg_multiple == 0)         
+                 (local_z / 2) % preferred_wg_multiple == 0)
           {
             local_z /= 2;
             continue;
@@ -162,35 +168,35 @@ DETERMINE_LOCAL_SIZE:
 
         /* Next find out a dimension that is not a multiple anyways,
            so one cannot nicely vectorize over it, and set it to one. */
-        if (local_z > 1 && local_z % preferred_wg_multiple != 0) 
+        if (local_z > 1 && local_z % preferred_wg_multiple != 0)
           {
             local_z = 1;
             continue;
           }
-        else if (local_y > 1 && local_y % preferred_wg_multiple != 0) 
+        else if (local_y > 1 && local_y % preferred_wg_multiple != 0)
           {
             local_y = 1;
             continue;
           }
-        else if (local_z > 1 && local_z % preferred_wg_multiple != 0) 
+        else if (local_z > 1 && local_z % preferred_wg_multiple != 0)
           {
             local_z = 1;
             continue;
           }
 
-        /* Finally, start setting them to zero starting from the Z 
+        /* Finally, start setting them to zero starting from the Z
            dimension. */
-        if (local_z > 1) 
+        if (local_z > 1)
           {
             local_z = 1;
             continue;
           }
-        else if (local_y > 1) 
+        else if (local_y > 1)
           {
             local_y = 1;
             continue;
           }
-        else if (local_x > 1) 
+        else if (local_x > 1)
           {
             local_x = 1;
             continue;
@@ -204,8 +210,8 @@ DETERMINE_LOCAL_SIZE:
                       "sizes %u x %u x %u...\n",
                       kernel->name,
                       (unsigned)local_x, (unsigned)local_y, (unsigned)local_z,
-                      (unsigned)(global_x / local_x), 
-                      (unsigned)(global_y / local_y), 
+                      (unsigned)(global_x / local_x),
+                      (unsigned)(global_y / local_y),
                       (unsigned)(global_z / local_z));
 
   POCL_RETURN_ERROR_ON((local_x * local_y * local_z > command_queue->device->max_work_group_size),
@@ -233,18 +239,80 @@ DETERMINE_LOCAL_SIZE:
     CL_INVALID_EVENT_WAIT_LIST);
 
   char cachedir[POCL_FILENAME_LENGTH];
-  pocl_cache_make_kernel_cachedir_path(cachedir, kernel->program,
-                                  realdev, kernel,
-                                  local_x, local_y, local_z);
+  int realdev_i = pocl_cl_device_to_index (kernel->program, realdev);
+  assert(realdev_i >= 0);
+  pocl_cache_kernel_cachedir_path (cachedir, kernel->program,
+                                   realdev_i, kernel, "",
+                                   local_x, local_y, local_z);
+
+  if (kernel->program->source || kernel->program->binaries[realdev_i])
+    {
+#ifdef OCS_AVAILABLE
+      // SPMD devices already have compiled at this point
+      if (realdev->spmd)
+        error = CL_SUCCESS;
+      else
+        error = pocl_llvm_generate_workgroup_function (cachedir, realdev, kernel,
+                                                       local_x, local_y, local_z);
+#else
+      error = 1;
+#endif
+      if (error) goto ERROR;
+    }
 
-  error = pocl_llvm_generate_workgroup_function(realdev,
-                                kernel, local_x, local_y, local_z);
-  if (error) goto ERROR;
+  b_migrate_count = 0;
+  buffer_count = 0;
+
+  /* count mem objects and enqueue needed mem migrations */
+  for (i = 0; i < kernel->num_args; ++i)
+    {
+      struct pocl_argument *al = &(kernel->dyn_arguments[i]);
+      if (kernel->arg_info[i].type == POCL_ARG_TYPE_IMAGE ||
+          (!kernel->arg_info[i].is_local
+           && kernel->arg_info[i].type == POCL_ARG_TYPE_POINTER
+           && al->value != NULL))
+        {
+          cl_mem buf = *(cl_mem *) (al->value);
+          mem_list[buffer_count++] = buf;
+          POname(clRetainMemObject) (buf);
+          /* if buffer has no owner,
+             it has not been used yet -> just claim it */
+          if (buf->owning_device == NULL)
+            buf->owning_device = realdev;
+          /* If buffer is located located in another global memory
+             (other device), it needs to be migrated before this kernel
+             may be executed */
+          if (buf->owning_device != NULL &&
+              buf->owning_device->global_mem_id !=
+              command_queue->device->global_mem_id)
+            {
+#if DEBUG_NDRANGE
+              printf("mem migrate needed: owning dev = %d, target dev = %d\n",
+                     buf->owning_device->global_mem_id,
+                     command_queue->device->global_mem_id);
+#endif
+              cl_event mem_event = buf->latest_event;
+              POname(clEnqueueMigrateMemObjects)
+                (command_queue, 1, &buf, 0, (mem_event ? 1 : 0),
+                 (mem_event ? &mem_event : NULL),
+                 &new_event_wait_list[b_migrate_count++]);
+            }
+          buf->owning_device = realdev;
+        }
+    }
+
+  if (num_events_in_wait_list)
+    {
+      memcpy (&new_event_wait_list[b_migrate_count], event_wait_list,
+              sizeof(cl_event) * num_events_in_wait_list);
+    }
 
   error = pocl_create_command (&command_node, command_queue,
-                               CL_COMMAND_NDRANGE_KERNEL,
-                               event, num_events_in_wait_list,
-                               event_wait_list);
+                               CL_COMMAND_NDRANGE_KERNEL, event,
+                               num_events_in_wait_list + b_migrate_count,
+                               (num_events_in_wait_list + b_migrate_count)?
+                               new_event_wait_list : NULL,
+                               buffer_count, mem_list);
   if (error != CL_SUCCESS)
     goto ERROR;
 
@@ -258,14 +326,14 @@ DETERMINE_LOCAL_SIZE:
 
   command_node->type = CL_COMMAND_NDRANGE_KERNEL;
   command_node->command.run.data = command_queue->device->data;
-  command_node->command.run.tmp_dir = strdup(cachedir);
+  command_node->command.run.tmp_dir = strdup (cachedir);
   command_node->command.run.kernel = kernel;
   command_node->command.run.pc = pc;
   command_node->command.run.local_x = local_x;
   command_node->command.run.local_y = local_y;
   command_node->command.run.local_z = local_z;
 
-  /* Copy the currently set kernel arguments because the same kernel 
+  /* Copy the currently set kernel arguments because the same kernel
      object can be reused for new launches with different arguments. */
   command_node->command.run.arguments =
     (struct pocl_argument *) malloc ((kernel->num_args + kernel->num_locals) *
@@ -291,47 +359,15 @@ DETERMINE_LOCAL_SIZE:
             arg_alignment = MAX_EXTENDED_ALIGNMENT;
           if (arg_alloc_size < arg_alignment)
             arg_alloc_size = arg_alignment;
-         
+
           arg->value = pocl_aligned_malloc (arg_alignment, arg_alloc_size);
           memcpy (arg->value, kernel->dyn_arguments[i].value, arg->size);
         }
     }
 
-  command_node->next = NULL; 
-  
-  
-  POname(clRetainKernel) (kernel);
+  command_node->next = NULL;
 
-  command_node->command.run.arg_buffer_count = 0;
-  for (i = 0; i < kernel->num_args; ++i)
-  {
-    struct pocl_argument *al = &(kernel->dyn_arguments[i]);
-    if (!kernel->arg_info[i].is_local && kernel->arg_info[i].type == POCL_ARG_TYPE_POINTER && al->value != NULL)
-      ++command_node->command.run.arg_buffer_count;
-  }
-  
-  /* Copy the argument buffers just so we can free them after execution. */
-  command_node->command.run.arg_buffers =
-    (cl_mem *) malloc (sizeof (cl_mem) * command_node->command.run.arg_buffer_count);
-  count = 0;
-  for (i = 0; i < kernel->num_args; ++i)
-  {
-    struct pocl_argument *al = &(kernel->dyn_arguments[i]);
-    if (!kernel->arg_info[i].is_local && kernel->arg_info[i].type == POCL_ARG_TYPE_POINTER && al->value != NULL)
-      {
-        cl_mem buf;
-#if 0
-        printf ("### retaining arg %d - the buffer %x of kernel %s\n", i, buf, kernel->function_name);
-#endif
-        buf = *(cl_mem *) (al->value);
-        /* Retain all memobjects so they won't get freed before the
-           queued kernel has been executed. */
-        if (buf != NULL)
-          POname(clRetainMemObject) (buf);
-        command_node->command.run.arg_buffers[count] = buf;
-        ++count;
-      }
-  }
+  POname(clRetainKernel) (kernel);
 
   pocl_command_enqueue (command_queue, command_node);
   error = CL_SUCCESS;
diff --git a/lib/CL/clEnqueueNativeKernel.c b/lib/CL/clEnqueueNativeKernel.c
index 61af742..dfb91ae 100644
--- a/lib/CL/clEnqueueNativeKernel.c
+++ b/lib/CL/clEnqueueNativeKernel.c
@@ -53,7 +53,7 @@ POname(clEnqueueNativeKernel)(cl_command_queue   command_queue ,
   error = pocl_create_command (&command_node, command_queue,
                                CL_COMMAND_NATIVE_KERNEL,
                                event, num_events_in_wait_list,
-                               event_wait_list);
+                               event_wait_list, num_mem_objects, mem_list);
   if (error != CL_SUCCESS)
     return error;
 
@@ -104,7 +104,7 @@ POname(clEnqueueNativeKernel)(cl_command_queue   command_queue ,
 
       /* put the device ptr of the clmem in the argument */
       buf = mem_list[i]->device_ptrs[command_queue->device->dev_id].mem_ptr;
-
+      mem_list[i]->owning_device = command_queue->device;
       POname(clRetainMemObject) (mem_list[i]);
       /* args_mem_loc is a pointer relative to the original args, since we
        * recopy them, we must do some relocation */
diff --git a/lib/CL/clEnqueueReadBuffer.c b/lib/CL/clEnqueueReadBuffer.c
index 420d840..2f34e2a 100644
--- a/lib/CL/clEnqueueReadBuffer.c
+++ b/lib/CL/clEnqueueReadBuffer.c
@@ -66,7 +66,7 @@ POname(clEnqueueReadBuffer)(cl_command_queue command_queue,
 
   errcode = pocl_create_command (&cmd, command_queue, CL_COMMAND_READ_BUFFER, 
                                  event, num_events_in_wait_list, 
-                                 event_wait_list);
+                                 event_wait_list, 1, &buffer);
   if (errcode != CL_SUCCESS)
     return errcode;
   
@@ -77,6 +77,7 @@ POname(clEnqueueReadBuffer)(cl_command_queue command_queue,
   cmd->command.read.cb = cb;
   cmd->command.read.buffer = buffer;
   POname(clRetainMemObject) (buffer);
+  buffer->owning_device = command_queue->device;
   pocl_command_enqueue(command_queue, cmd);
 
   if (blocking_read)
diff --git a/lib/CL/clEnqueueReadBufferRect.c b/lib/CL/clEnqueueReadBufferRect.c
index 31f6637..cad92e1 100644
--- a/lib/CL/clEnqueueReadBufferRect.c
+++ b/lib/CL/clEnqueueReadBufferRect.c
@@ -1,6 +1,7 @@
 /* OpenCL runtime library: clEnqueueReadBufferRect()
 
    Copyright (c) 2011 Universidad Rey Juan Carlos
+                 2014 Pekka Jääskeläinen
    
    Permission is hereby granted, free of charge, to any person obtaining a copy
    of this software and associated documentation files (the "Software"), to deal
@@ -44,6 +45,7 @@ POname(clEnqueueReadBufferRect)(cl_command_queue command_queue,
 {
   cl_device_id device;
   unsigned i;
+  _cl_command_node *cmd;
 
   POCL_RETURN_ERROR_COND((command_queue == NULL), CL_INVALID_COMMAND_QUEUE);
 
@@ -79,39 +81,40 @@ POname(clEnqueueReadBufferRect)(cl_command_queue command_queue,
   if (pocl_buffer_boundcheck_3d(((size_t)-1), host_origin, region, &host_row_pitch,
       &host_slice_pitch, "") != CL_SUCCESS) return CL_INVALID_VALUE;
 
-
   POCL_CHECK_DEV_IN_CMDQ;
 
-  /* execute directly */
-  /* TODO: enqueue the read_rect if this is a non-blocking read (see
-     clEnqueueReadBuffer) */
-  if (command_queue->properties & CL_QUEUE_OUT_OF_ORDER_EXEC_MODE_ENABLE)
-    {
-      /* wait for the event in event_wait_list to finish */
-      POCL_ABORT_UNIMPLEMENTED("clEnqueueReadBufferRect: Out-of-order queue");
-    }
-  else
-    {
-      /* in-order queue - all previously enqueued commands must 
-       * finish before this read */
-      // ensure our buffer is not freed yet
-      POname(clRetainMemObject) (buffer);
-      POname(clFinish)(command_queue);
-    }
-  POCL_UPDATE_EVENT_SUBMITTED(event);
-  POCL_UPDATE_EVENT_RUNNING(event);
-
-  /* TODO: offset computation doesn't work in case the ptr is not 
-     a direct pointer */
-  device->ops->read_rect(device->data, ptr, 
-                    buffer->device_ptrs[device->dev_id].mem_ptr,
-                    buffer_origin, host_origin, region,
-                    buffer_row_pitch, buffer_slice_pitch,
-                    host_row_pitch, host_slice_pitch);
-
-  POCL_UPDATE_EVENT_COMPLETE(event);
-
-  POname(clReleaseMemObject) (buffer);
+  POCL_MSG_PRINT_INFO("borigin %u %u %u horigin %u %u %u row_pitch %lu slice pitch "
+                      "%lu host_row_pitch %lu host_slice_pitch %lu\n",
+                      (unsigned)buffer_origin[0], (unsigned)buffer_origin[1], 
+                      (unsigned)buffer_origin[2], 
+                      (unsigned)host_origin[0], (unsigned)host_origin[1], 
+                      (unsigned)host_origin[2], 
+                      (unsigned long)buffer_row_pitch, (unsigned long)buffer_slice_pitch, 
+                      (unsigned long)host_row_pitch, (unsigned long)host_slice_pitch);
+  
+  POname(clRetainMemObject) (buffer);
+  
+  pocl_create_command (&cmd, command_queue, CL_COMMAND_READ_BUFFER_RECT,
+                       event, num_events_in_wait_list, event_wait_list, 1, 
+                       &buffer);
+
+  cmd->command.read_image.device_ptr = 
+    buffer->device_ptrs[device->dev_id].mem_ptr;
+  cmd->command.read_image.host_ptr = ptr;
+  memcpy (&cmd->command.read_image.origin, buffer_origin, sizeof (size_t) * 3);
+  memcpy (&cmd->command.read_image.h_origin, host_origin, sizeof (size_t) * 3);
+  memcpy (&cmd->command.read_image.region, region, sizeof (size_t) * 3);
+  cmd->command.read_image.h_rowpitch = host_row_pitch;
+  cmd->command.read_image.h_slicepitch = host_slice_pitch;
+  cmd->command.read_image.b_rowpitch = buffer_row_pitch;
+  cmd->command.read_image.b_slicepitch = buffer_slice_pitch;
+  cmd->command.read_image.buffer = buffer;
+
+  buffer->owning_device = command_queue->device;
+  pocl_command_enqueue (command_queue, cmd);
+
+  if (blocking_read)
+    POname(clFinish)(command_queue);
 
   return CL_SUCCESS;
 }
diff --git a/lib/CL/clEnqueueReadImage.c b/lib/CL/clEnqueueReadImage.c
index d4797cb..84f2f46 100644
--- a/lib/CL/clEnqueueReadImage.c
+++ b/lib/CL/clEnqueueReadImage.c
@@ -73,23 +73,25 @@ CL_API_SUFFIX__VERSION_1_0
   
   errcode = pocl_create_command (&cmd, command_queue, CL_COMMAND_READ_IMAGE,
                                 event, num_events_in_wait_list, 
-                                event_wait_list);
+                                event_wait_list, 1, &image);
   if (errcode != CL_SUCCESS)
     {
       POCL_MEM_FREE(cmd);
       return errcode;
     }
 
-  cmd->command.rw_image.device_ptr = 
+  cmd->command.read_image.device_ptr = 
     image->device_ptrs[command_queue->device->dev_id].mem_ptr;
-  cmd->command.rw_image.host_ptr = ptr;
-  memcpy ((cmd->command.rw_image.origin), tuned_origin, 3*sizeof (size_t));
-  memcpy ((cmd->command.rw_image.region), tuned_region, 3*sizeof (size_t));
-  cmd->command.rw_image.rowpitch = image->image_row_pitch;
-  cmd->command.rw_image.slicepitch = image->image_slice_pitch;
-  cmd->command.rw_image.buffer = image;
-  pocl_command_enqueue (command_queue, cmd);
+  cmd->command.read_image.host_ptr = ptr;
+  memcpy ((cmd->command.read_image.origin), tuned_origin, 3*sizeof (size_t));
+  memcpy ((cmd->command.read_image.region), tuned_region, 3*sizeof (size_t));
+  cmd->command.read_image.b_rowpitch = image->image_row_pitch;
+  cmd->command.read_image.b_slicepitch = image->image_slice_pitch;
+  cmd->command.read_image.buffer = image;
+
   POname(clRetainMemObject) (image);  
+  image->owning_device = command_queue->device;
+  pocl_command_enqueue(command_queue, cmd);
 
   if (blocking_read)
     POname(clFinish) (command_queue);
diff --git a/lib/CL/clEnqueueSVMFree.c b/lib/CL/clEnqueueSVMFree.c
index de44b50..267d7d7 100644
--- a/lib/CL/clEnqueueSVMFree.c
+++ b/lib/CL/clEnqueueSVMFree.c
@@ -63,7 +63,7 @@ POname(clEnqueueSVMFree) (cl_command_queue command_queue,
 
   int errcode = pocl_create_command (&cmd, command_queue, CL_COMMAND_SVM_FREE,
                                      event, num_events_in_wait_list,
-                                     event_wait_list);
+                                     event_wait_list, 0, NULL);
 
   if (errcode != CL_SUCCESS)
     {
diff --git a/lib/CL/clEnqueueSVMMap.c b/lib/CL/clEnqueueSVMMap.c
index 657c1bd..8adb9ec 100644
--- a/lib/CL/clEnqueueSVMMap.c
+++ b/lib/CL/clEnqueueSVMMap.c
@@ -67,7 +67,7 @@ POname(clEnqueueSVMMap) (cl_command_queue command_queue,
 
   int errcode = pocl_create_command (&cmd, command_queue, CL_COMMAND_SVM_MAP,
                                      event, num_events_in_wait_list,
-                                     event_wait_list);
+                                     event_wait_list, 0, NULL);
 
   if (errcode != CL_SUCCESS)
     {
diff --git a/lib/CL/clEnqueueSVMMemFill.c b/lib/CL/clEnqueueSVMMemFill.c
index 17df977..083336c 100644
--- a/lib/CL/clEnqueueSVMMemFill.c
+++ b/lib/CL/clEnqueueSVMMemFill.c
@@ -70,7 +70,7 @@ POname(clEnqueueSVMMemFill) (cl_command_queue command_queue,
 
   int errcode = pocl_create_command (&cmd, command_queue, CL_COMMAND_SVM_MEMFILL,
                                      event, num_events_in_wait_list,
-                                     event_wait_list);
+                                     event_wait_list, 0, NULL);
 
   if (errcode != CL_SUCCESS)
     {
diff --git a/lib/CL/clEnqueueSVMMemcpy.c b/lib/CL/clEnqueueSVMMemcpy.c
index 73e680c..2813d54 100644
--- a/lib/CL/clEnqueueSVMMemcpy.c
+++ b/lib/CL/clEnqueueSVMMemcpy.c
@@ -62,7 +62,7 @@ POname(clEnqueueSVMMemcpy) (cl_command_queue command_queue,
 
   int errcode = pocl_create_command (&cmd, command_queue, CL_COMMAND_SVM_MEMCPY,
                                      event, num_events_in_wait_list,
-                                     event_wait_list);
+                                     event_wait_list, 0, NULL);
 
   if (errcode != CL_SUCCESS)
     {
diff --git a/lib/CL/clEnqueueSVMUnmap.c b/lib/CL/clEnqueueSVMUnmap.c
index 043ca83..2fd1df0 100644
--- a/lib/CL/clEnqueueSVMUnmap.c
+++ b/lib/CL/clEnqueueSVMUnmap.c
@@ -57,7 +57,7 @@ POname(clEnqueueSVMUnmap) (cl_command_queue command_queue,
 
   int errcode = pocl_create_command (&cmd, command_queue, CL_COMMAND_SVM_UNMAP,
                                      event, num_events_in_wait_list,
-                                     event_wait_list);
+                                     event_wait_list, 0, NULL);
 
   if (errcode != CL_SUCCESS)
     {
diff --git a/lib/CL/clEnqueueUnmapMemObject.c b/lib/CL/clEnqueueUnmapMemObject.c
index 6cb545c..46533a1 100644
--- a/lib/CL/clEnqueueUnmapMemObject.c
+++ b/lib/CL/clEnqueueUnmapMemObject.c
@@ -53,6 +53,17 @@ POname(clEnqueueUnmapMemObject)(cl_command_queue command_queue,
   POCL_RETURN_ERROR_COND((event_wait_list != NULL && num_events_in_wait_list == 0),
     CL_INVALID_EVENT_WAIT_LIST);
 
+  for (i = 0; i < num_events_in_wait_list; ++i)
+    {
+      POCL_RETURN_ERROR_COND((event_wait_list[i] == NULL), CL_INVALID_EVENT_WAIT_LIST);
+      if (i > 0)
+        {
+          POCL_RETURN_ERROR_COND((event_wait_list[i]->context
+                                  != event_wait_list[i - 1]->context),
+                                 CL_INVALID_CONTEXT);
+        }
+    }
+
   POCL_LOCK_OBJ (memobj);
   DL_FOREACH (memobj->mappings, mapping)
     {
@@ -66,16 +77,20 @@ POname(clEnqueueUnmapMemObject)(cl_command_queue command_queue,
   /* find the index of the device's ptr in the buffer */
   POCL_CHECK_DEV_IN_CMDQ;
 
-  errcode = pocl_create_command (&cmd, command_queue,
-                                 CL_COMMAND_UNMAP_MEM_OBJECT,
-                                 event, num_events_in_wait_list,
-                                 event_wait_list);
+  errcode = pocl_create_command (&cmd, command_queue, 
+                                 CL_COMMAND_UNMAP_MEM_OBJECT, 
+                                 event, num_events_in_wait_list, 
+                                 event_wait_list, 1, &memobj);
+
   if (errcode != CL_SUCCESS)
     goto ERROR;
 
   cmd->command.unmap.data = command_queue->device->data;
   cmd->command.unmap.memobj = memobj;
   cmd->command.unmap.mapping = mapping;
+
+  POname(clRetainMemObject) (memobj);
+  memobj->owning_device = command_queue->device;
   pocl_command_enqueue(command_queue, cmd);
 
   return CL_SUCCESS;
diff --git a/lib/CL/clEnqueueWriteBuffer.c b/lib/CL/clEnqueueWriteBuffer.c
index 8c5ca19..d7ec7f8 100644
--- a/lib/CL/clEnqueueWriteBuffer.c
+++ b/lib/CL/clEnqueueWriteBuffer.c
@@ -74,19 +74,21 @@ POname(clEnqueueWriteBuffer)(cl_command_queue command_queue,
   errcode = pocl_create_command (&cmd, command_queue, 
                                  CL_COMMAND_WRITE_BUFFER, 
                                  event, num_events_in_wait_list, 
-                                 event_wait_list);
+                                 event_wait_list, 1, &buffer);
   if (errcode != CL_SUCCESS)
     return errcode;
-  
+
   cmd->command.write.host_ptr = ptr;
   cmd->command.write.device_ptr =
     (char*)buffer->device_ptrs[device->dev_id].mem_ptr;
   cmd->command.write.offset = offset;
   cmd->command.write.cb = cb;
   cmd->command.write.buffer = buffer;
+
   POname(clRetainMemObject) (buffer);
+  buffer->owning_device = command_queue->device;
   pocl_command_enqueue(command_queue, cmd);
-  
+
   if (blocking_write)
     POname(clFinish) (command_queue);
 
diff --git a/lib/CL/clEnqueueWriteBufferRect.c b/lib/CL/clEnqueueWriteBufferRect.c
index 1cf7ab7..6ec19ac 100644
--- a/lib/CL/clEnqueueWriteBufferRect.c
+++ b/lib/CL/clEnqueueWriteBufferRect.c
@@ -43,6 +43,7 @@ POname(clEnqueueWriteBufferRect)(cl_command_queue command_queue,
 {
   cl_device_id device;
   unsigned i;
+  _cl_command_node *cmd;
 
   POCL_RETURN_ERROR_COND((command_queue == NULL), CL_INVALID_COMMAND_QUEUE);
 
@@ -90,37 +91,31 @@ POname(clEnqueueWriteBufferRect)(cl_command_queue command_queue,
     }
   assert(i < command_queue->context->num_devices);
 
-
-  /* execute directly */
-  /* TODO: enqueue the write_rect if this is a non-blocking read (see
-     clEnqueueWriteBuffer) */
-  if (command_queue->properties & CL_QUEUE_OUT_OF_ORDER_EXEC_MODE_ENABLE)
-    {
-      /* wait for the event in event_wait_list to finish */
-      POCL_ABORT_UNIMPLEMENTED("clEnqueueReadBufferRect: Out-of-order queue");
-    }
-  else
-    {
-      /* in-order queue - all previously enqueued commands must 
-       * finish before this read */
-      // ensure our buffer is not freed yet
-      POname(clRetainMemObject) (buffer);
-      POname(clFinish)(command_queue);
-    }
-
-  POCL_UPDATE_EVENT_RUNNING(event);
-
-  /* TODO: offset computation doesn't work in case the ptr is not 
-     a direct pointer */
-  device->ops->write_rect (device->data, ptr, 
-                           buffer->device_ptrs[device->dev_id].mem_ptr,
-                           buffer_origin, host_origin, region,
-                           buffer_row_pitch, buffer_slice_pitch,
-                           host_row_pitch, host_slice_pitch);
-
-  POCL_UPDATE_EVENT_COMPLETE(event);
-
-  POname(clReleaseMemObject) (buffer);
+  POname(clRetainMemObject) (buffer);
+
+  pocl_create_command (&cmd, command_queue, CL_COMMAND_WRITE_BUFFER_RECT,
+                       event, num_events_in_wait_list, event_wait_list, 1,
+                       &buffer);
+
+  cmd->command.write_image.device_ptr =
+    buffer->device_ptrs[device->dev_id].mem_ptr;
+  cmd->command.write_image.host_ptr = ptr;
+  memcpy (&cmd->command.write_image.origin,
+          buffer_origin, sizeof (size_t) * 3);
+  memcpy (&cmd->command.write_image.h_origin,
+          host_origin, sizeof (size_t) * 3);
+  memcpy (&cmd->command.write_image.region, region, sizeof (size_t) * 3);
+  cmd->command.write_image.h_rowpitch = host_row_pitch;
+  cmd->command.write_image.h_slicepitch = host_slice_pitch;
+  cmd->command.write_image.b_rowpitch = buffer_row_pitch;
+  cmd->command.write_image.b_slicepitch = buffer_slice_pitch;
+  cmd->command.write_image.buffer = buffer;
+
+  buffer->owning_device = command_queue->device;
+  pocl_command_enqueue (command_queue, cmd);
+
+  if (blocking_write)
+    POname(clFinish)(command_queue);
 
   return CL_SUCCESS;
 }
diff --git a/lib/CL/clEnqueueWriteImage.c b/lib/CL/clEnqueueWriteImage.c
index 2b65051..477c3dd 100644
--- a/lib/CL/clEnqueueWriteImage.c
+++ b/lib/CL/clEnqueueWriteImage.c
@@ -40,31 +40,37 @@ POname(clEnqueueWriteImage)(cl_command_queue    command_queue,
   if (errcode != CL_SUCCESS)
     return errcode;
 
-  size_t tuned_origin[3] = {origin[0] * image->image_elem_size * image->image_channels, origin[1], 
-                            origin[2]};
-  size_t tuned_region[3] = {region[0] * image->image_elem_size * image->image_channels, region[1], 
-                            region[2]};
+  size_t tuned_origin[3] = 
+    {origin[0] * image->image_elem_size * image->image_channels, origin[1], 
+     origin[2]};
+  size_t tuned_region[3] = 
+    {region[0] * image->image_elem_size * image->image_channels, region[1], 
+     region[2]};
+
   errcode = pocl_create_command (&cmd, command_queue, CL_COMMAND_WRITE_IMAGE,
                                 event, num_events_in_wait_list, 
-                                event_wait_list);
+                                event_wait_list, 1, &image);
   if (errcode != CL_SUCCESS)
     {
       return errcode;
     }  
 
-  cmd->command.rw_image.device_ptr = 
+  cmd->command.write_image.device_ptr = 
     image->device_ptrs[command_queue->device->dev_id].mem_ptr;
-  cmd->command.rw_image.host_ptr = (void*) ptr;
-  memcpy ((cmd->command.rw_image.origin), tuned_origin, 3*sizeof (size_t));
-  memcpy ((cmd->command.rw_image.region), tuned_region, 3*sizeof (size_t));
-  cmd->command.rw_image.rowpitch = image->image_row_pitch;
-  cmd->command.rw_image.slicepitch = image->image_slice_pitch;
-  cmd->command.rw_image.buffer = image;
+  cmd->command.write_image.host_ptr = (void*) ptr;
+  memcpy ((cmd->command.write_image.origin), tuned_origin, 3*sizeof (size_t));
+  memcpy ((cmd->command.write_image.region), tuned_region, 3*sizeof (size_t));
+  cmd->command.write_image.b_rowpitch = image->image_row_pitch;
+  cmd->command.write_image.b_slicepitch = image->image_slice_pitch;
+  cmd->command.write_image.buffer = image;
+
+  POname(clRetainMemObject) (image);
+  image->owning_device = command_queue->device;
   pocl_command_enqueue(command_queue, cmd);
-  
+
   if (blocking_write)
     errcode = POname(clFinish) (command_queue);
-    
+
   return errcode;
 }
 POsym(clEnqueueWriteImage)
diff --git a/lib/CL/clFinish.c b/lib/CL/clFinish.c
index 22bdb8f..9639359 100644
--- a/lib/CL/clFinish.c
+++ b/lib/CL/clFinish.c
@@ -26,353 +26,18 @@
 #include "pocl_debug.h"
 #include "pocl_image_util.h"
 #include "utlist.h"
-#include "clEnqueueMapBuffer.h"
+#include "pocl_shared.h"
+#include "common.h"
 #include "pocl_mem_management.h"
 
-static void exec_commands (_cl_command_node *node_list);
-
 CL_API_ENTRY cl_int CL_API_CALL
 POname(clFinish)(cl_command_queue command_queue) CL_API_SUFFIX__VERSION_1_0
 {
-  unsigned i;
-  _cl_command_node *node;
-  cl_command_queue queue_at_hand;
-  _cl_command_node *ready_list = NULL;
-  cl_bool command_ready;
-  cl_event *event;
-
-  POCL_MEASURE_START(clFinish);
-
-  POCL_RETURN_ERROR_COND((command_queue == NULL), CL_INVALID_COMMAND_QUEUE);
-
-  if (command_queue->properties & CL_QUEUE_OUT_OF_ORDER_EXEC_MODE_ENABLE)
-    POCL_ABORT_UNIMPLEMENTED("clFinish: Out-of-order queue");
-
-  POCL_LOCK_OBJ (command_queue);
-  /* loop until queue given as parameter is empty. If command in queue has
-     unsubmitted/incomplete event move on to command_queue associated with that
-     event */
-  queue_at_hand = command_queue;
-  while (command_queue->root != NULL)
-    {
-      node = queue_at_hand->root;
-      if (node == NULL)
-        {
-          queue_at_hand = command_queue;
-          continue;
-        }
-      command_ready = CL_TRUE;
+  /* Flush any pending command */
+  POname(clFlush) (command_queue);
 
-      /* if command has no wait_list -> it's ready */
-      if (node->event_wait_list != NULL)
-        {
-          for(i = 0; i < node->num_events_in_wait_list; ++i)
-            {
-              if (node->event_wait_list[i]->status != CL_COMPLETE &&
-                  node->event_wait_list[i]->status != CL_SUBMITTED)
-                {
-                  /* move to handle command queue with unqueued/unfinished
-                     prerequisite event. Current node cannot be added to ready
-                     list */
-                  queue_at_hand = node->event_wait_list[i]->queue;
-                  command_ready = CL_FALSE;
-                }
-            }
-        }
-      if (command_ready == CL_TRUE)
-        {
-          if (node->event)
-            {
-              event = &(node->event);
-              POCL_UPDATE_EVENT_SUBMITTED(event);
-            }
-          /* remove command from queue and add to ready_list */
-          LL_DELETE (queue_at_hand->root, node);
-          LL_APPEND (ready_list, node);
-        }
-    }
-  POCL_UNLOCK_OBJ (command_queue);
+  command_queue->device->ops->join(command_queue->device, command_queue);
 
-  exec_commands(ready_list);
-
-  POCL_MEASURE_FINISH(clFinish);
   return CL_SUCCESS;
 }
 POsym(clFinish)
-
-static void exec_commands (_cl_command_node *node_list)
-{
-  unsigned i;
-  cl_event *event = NULL;
-  _cl_command_node *node;
-  event_callback_item* cb_ptr;
-
-  LL_FOREACH (node_list, node)
-    {
-      event = &(node->event);
-
-      if (node->device->ops->compile_submitted_kernels)
-        node->device->ops->compile_submitted_kernels (node);
-
-      switch (node->type)
-        {
-        case CL_COMMAND_READ_BUFFER:
-          POCL_UPDATE_EVENT_RUNNING(event);
-          node->device->ops->read
-            (node->device->data,
-             node->command.read.host_ptr,
-             node->command.read.device_ptr,
-             node->command.read.offset,
-             node->command.read.cb);
-          POCL_UPDATE_EVENT_COMPLETE(event);
-          POCL_DEBUG_EVENT_TIME(event, "Read Buffer           ");
-          POname(clReleaseMemObject) (node->command.read.buffer);
-          break;
-        case CL_COMMAND_WRITE_BUFFER:
-          POCL_UPDATE_EVENT_RUNNING(event);
-          node->device->ops->write
-            (node->device->data,
-             node->command.write.host_ptr,
-             node->command.write.device_ptr,
-             node->command.write.offset,
-             node->command.write.cb);
-          POCL_UPDATE_EVENT_COMPLETE(event);
-          POCL_DEBUG_EVENT_TIME(event, "Write Buffer          ");
-          POname(clReleaseMemObject) (node->command.write.buffer);
-          break;
-        case CL_COMMAND_COPY_BUFFER:
-          POCL_UPDATE_EVENT_RUNNING(event);
-          node->device->ops->copy
-            (node->command.copy.data,
-             node->command.copy.src_ptr,
-             node->command.copy.src_offset,
-             node->command.copy.dst_ptr,
-             node->command.copy.dst_offset,
-             node->command.copy.cb);
-          POCL_UPDATE_EVENT_COMPLETE(event);
-          POCL_DEBUG_EVENT_TIME(event, "Copy Buffer           ");
-          POname(clReleaseMemObject) (node->command.copy.src_buffer);
-          POname(clReleaseMemObject) (node->command.copy.dst_buffer);
-          break;
-        case CL_COMMAND_MAP_IMAGE:
-        case CL_COMMAND_MAP_BUFFER:
-          POCL_UPDATE_EVENT_RUNNING(event);
-          pocl_map_mem_cmd (node->device, node->command.map.buffer,
-                            node->command.map.mapping);
-          POCL_UPDATE_EVENT_COMPLETE(event);
-          POCL_DEBUG_EVENT_TIME(event, "Map Image/Buffer      ");
-          break;
-        case CL_COMMAND_WRITE_IMAGE:
-          POCL_UPDATE_EVENT_RUNNING(event);
-          node->device->ops->write_rect
-            (node->device->data, node->command.rw_image.host_ptr,
-             node->command.rw_image.device_ptr, node->command.rw_image.origin,
-             node->command.rw_image.origin, node->command.rw_image.region,
-             node->command.rw_image.rowpitch,
-             node->command.rw_image.slicepitch,
-             node->command.rw_image.rowpitch,
-             node->command.rw_image.slicepitch);
-          POCL_UPDATE_EVENT_COMPLETE(event);
-          POCL_DEBUG_EVENT_TIME(event, "Write Image           ");
-          break;
-        case CL_COMMAND_READ_IMAGE:
-          POCL_UPDATE_EVENT_RUNNING(event);
-          node->device->ops->read_rect
-            (node->device->data, node->command.rw_image.host_ptr,
-             node->command.rw_image.device_ptr, node->command.rw_image.origin,
-             node->command.rw_image.origin, node->command.rw_image.region,
-             node->command.rw_image.rowpitch,
-             node->command.rw_image.slicepitch,
-             node->command.rw_image.rowpitch,
-             node->command.rw_image.slicepitch);
-          POCL_UPDATE_EVENT_COMPLETE(event);
-          POCL_DEBUG_EVENT_TIME(event, "Read Image            ");
-          break;
-        case CL_COMMAND_UNMAP_MEM_OBJECT:
-          POCL_UPDATE_EVENT_RUNNING(event);
-          if ((node->command.unmap.memobj)->flags &
-              (CL_MEM_USE_HOST_PTR | CL_MEM_ALLOC_HOST_PTR))
-            {
-              /* TODO: should we ensure the device global region is updated from
-                 the host memory? How does the specs define it,
-                 can the host_ptr be assumed to point to the host and the
-                 device accessible memory or just point there until the
-                 kernel(s) get executed or similar? */
-              /* Assume the region is automatically up to date. */
-            } else
-            {
-              /* TODO: fixme. The offset computation must be done at the device
-                 driver. */
-              if (node->device->ops->unmap_mem != NULL)
-                node->device->ops->unmap_mem
-                  (node->device->data,
-                   (node->command.unmap.mapping)->host_ptr,
-                   (node->command.unmap.memobj)->device_ptrs[node->device->dev_id].mem_ptr,
-                   (node->command.unmap.mapping)->size);
-            }
-          DL_DELETE((node->command.unmap.memobj)->mappings,
-                    node->command.unmap.mapping);
-          (node->command.unmap.memobj)->map_count--;
-          POCL_UPDATE_EVENT_COMPLETE(event);
-          POCL_DEBUG_EVENT_TIME(event, "Unmap Mem obj         ");
-          break;
-        case CL_COMMAND_NDRANGE_KERNEL:
-          assert (*event == node->event);
-          POCL_UPDATE_EVENT_RUNNING(event);
-          node->device->ops->run(node->command.run.data, node);
-          POCL_UPDATE_EVENT_COMPLETE(event);
-          POCL_DEBUG_EVENT_TIME(event, "Enqueue NDRange       ");
-          for (i = 0; i < node->command.run.arg_buffer_count; ++i)
-            {
-              cl_mem buf = node->command.run.arg_buffers[i];
-              if (buf == NULL) continue;
-              /*printf ("### releasing arg %d - the buffer %x of kernel %s\n", i,
-                buf,  node->command.run.kernel->function_name); */
-              POname(clReleaseMemObject) (buf);
-            }
-          POCL_MEM_FREE(node->command.run.arg_buffers);
-          POCL_MEM_FREE(node->command.run.tmp_dir);
-          for (i = 0; i < node->command.run.kernel->num_args +
-                 node->command.run.kernel->num_locals; ++i)
-            {
-              pocl_aligned_free (node->command.run.arguments[i].value);
-              node->command.run.arguments[i].value = NULL;
-            }
-          POCL_MEM_FREE(node->command.run.arguments);
-
-          POname(clReleaseKernel)(node->command.run.kernel);
-          break;
-        case CL_COMMAND_NATIVE_KERNEL:
-          POCL_UPDATE_EVENT_RUNNING(event);
-          node->device->ops->run_native(node->command.native.data, node);
-          POCL_UPDATE_EVENT_COMPLETE(event);
-          POCL_DEBUG_EVENT_TIME(event, "Enqueue Native        ");
-          for (i = 0; i < node->command.native.num_mem_objects; ++i)
-            {
-              cl_mem buf = node->command.native.mem_list[i];
-              if (buf == NULL) continue;
-              POname(clReleaseMemObject) (buf);
-            }
-          POCL_MEM_FREE(node->command.native.mem_list);
-          POCL_MEM_FREE(node->command.native.args);
-	      break;
-        case CL_COMMAND_FILL_IMAGE:
-          POCL_UPDATE_EVENT_RUNNING(event);
-          node->device->ops->fill_rect
-            (node->command.fill_image.data,
-             node->command.fill_image.device_ptr,
-             node->command.fill_image.buffer_origin,
-             node->command.fill_image.region,
-             node->command.fill_image.rowpitch,
-             node->command.fill_image.slicepitch,
-             node->command.fill_image.fill_pixel,
-             node->command.fill_image.pixel_size);
-          POCL_MEM_FREE(node->command.fill_image.fill_pixel);
-          POCL_UPDATE_EVENT_COMPLETE(event);
-          POCL_DEBUG_EVENT_TIME(event, "Fill Image            ");
-          break;
-        case CL_COMMAND_FILL_BUFFER:
-          POCL_UPDATE_EVENT_RUNNING(event);
-          node->device->ops->memfill
-            (node->command.memfill.ptr,
-             node->command.memfill.size,
-             node->command.memfill.offset,
-             node->command.memfill.pattern,
-             node->command.memfill.pattern_size);
-          POCL_MEM_FREE(node->command.memfill.pattern);
-          POCL_UPDATE_EVENT_COMPLETE(event);
-          POCL_DEBUG_EVENT_TIME(event, "Fill Buffer           ");
-          break;
-        case CL_COMMAND_MARKER:
-          POCL_UPDATE_EVENT_RUNNING(event);
-          POCL_UPDATE_EVENT_COMPLETE(event);
-          break;
-        case CL_COMMAND_SVM_FREE:
-          POCL_UPDATE_EVENT_RUNNING(event);
-          if (node->command.svm_free.pfn_free_func)
-            node->command.svm_free.pfn_free_func(
-                node->command.svm_free.queue,
-                node->command.svm_free.num_svm_pointers,
-                node->command.svm_free.svm_pointers,
-                node->command.svm_free.data);
-          else
-            for (i=0; i < node->command.svm_free.num_svm_pointers; i++)
-              node->device->ops->free_ptr(node->device,
-                  node->command.svm_free.svm_pointers[i]);
-          POCL_UPDATE_EVENT_COMPLETE(event);
-          POCL_DEBUG_EVENT_TIME(event, "SVM Free              ");
-          break;
-        case CL_COMMAND_SVM_MAP:
-          POCL_UPDATE_EVENT_RUNNING(event);
-          if (DEVICE_MMAP_IS_NOP(node->device))
-            ; // no-op
-          else
-            node->device->ops->map_mem
-              (node->device->data, node->command.svm_map.svm_ptr,
-               0, node->command.svm_map.size, NULL);
-          POCL_UPDATE_EVENT_COMPLETE(event);
-          POCL_DEBUG_EVENT_TIME(event, "SVM Map              ");
-          break;
-        case CL_COMMAND_SVM_UNMAP:
-          POCL_UPDATE_EVENT_RUNNING(event);
-          if (DEVICE_MMAP_IS_NOP(node->device))
-            ; // no-op
-          else
-            node->device->ops->unmap_mem
-                 (node->device->data, NULL,
-                  node->command.svm_unmap.svm_ptr, 0);
-          break;
-          POCL_UPDATE_EVENT_COMPLETE(event);
-          POCL_DEBUG_EVENT_TIME(event, "SVM Unmap             ");
-        case CL_COMMAND_SVM_MEMCPY:
-          POCL_UPDATE_EVENT_RUNNING(event);
-          node->device->ops->copy(NULL,
-             node->command.svm_memcpy.src, 0,
-             node->command.svm_memcpy.dst, 0,
-             node->command.svm_memcpy.size);
-          POCL_UPDATE_EVENT_COMPLETE(event);
-          POCL_DEBUG_EVENT_TIME(event, "SVM Memcpy            ");
-          break;
-        case CL_COMMAND_SVM_MEMFILL:
-          POCL_UPDATE_EVENT_RUNNING(event);
-          node->device->ops->memfill(
-             node->command.memfill.ptr,
-             node->command.memfill.size, 0,
-             node->command.memfill.pattern,
-             node->command.memfill.pattern_size);
-          POCL_UPDATE_EVENT_COMPLETE(event);
-          POCL_DEBUG_EVENT_TIME(event, "SVM MemFill           ");
-          break;
-
-        default:
-          POCL_ABORT_UNIMPLEMENTED("clFinish: Unknown command");
-          break;
-        }
-
-        if (*event)
-          {
-            /* event callback handling
-               just call functions in the same order they were added */
-            for (cb_ptr = (*event)->callback_list; cb_ptr; cb_ptr = cb_ptr->next)
-              {
-                cb_ptr->callback_function ((*event), cb_ptr->trigger_status,
-                                           cb_ptr->user_data);
-              }
-            if ((*event)->implicit_event)
-              POname(clReleaseEvent) (*event);
-          }
-    }
-
-
-
-  // free the queue contents
-  node = node_list;
-  node_list = NULL;
-  while (node)
-    {
-      _cl_command_node *tmp;
-      tmp = node->next;
-      pocl_mem_manager_free_command (node);
-      node = tmp;
-    }
-}
diff --git a/lib/CL/clFlush.c b/lib/CL/clFlush.c
index 41ed5d5..6a97e1c 100644
--- a/lib/CL/clFlush.c
+++ b/lib/CL/clFlush.c
@@ -23,15 +23,19 @@
 
 #include "pocl_cl.h"
 #include "utlist.h"
+#include "assert.h"
 
 CL_API_ENTRY cl_int CL_API_CALL
 POname(clFlush)(cl_command_queue command_queue) CL_API_SUFFIX__VERSION_1_0
 {
-  /* "clFlush only guarantees that all queued commands to command_queue
-     will eventually be submitted to the appropriate device. There is no guarantee 
-     that they will be complete after clFlush returns." */
-  /* This could be implemented as an asyc clFinish(), executing it in another
-     thread? */
-  return POname(clFinish) (command_queue);
+
+  /* Some AMD tests assume that flushed commands will be asynchronously 
+     executed. Call join here so that possible blocking device can execute 
+     commands here. */
+
+  if(command_queue->device->ops->flush)
+    command_queue->device->ops->flush (command_queue->device, command_queue);
+  
+  return CL_SUCCESS;
 }
 POsym(clFlush)
diff --git a/lib/CL/clGetDeviceInfo.c b/lib/CL/clGetDeviceInfo.c
index 98d7a14..5f653f0 100644
--- a/lib/CL/clGetDeviceInfo.c
+++ b/lib/CL/clGetDeviceInfo.c
@@ -119,6 +119,8 @@ POname(clGetDeviceInfo)(cl_device_id   device,
     POCL_RETURN_DEVICE_INFO_WITH_IMPL_CHECK(cl_uint, device->max_read_image_args);
   case CL_DEVICE_MAX_WRITE_IMAGE_ARGS              :
     POCL_RETURN_DEVICE_INFO_WITH_IMPL_CHECK(cl_uint, device->max_write_image_args);
+  case CL_DEVICE_MAX_READ_WRITE_IMAGE_ARGS         :
+    POCL_RETURN_DEVICE_INFO_WITH_IMPL_CHECK(cl_uint, device->max_read_write_image_args);
   case CL_DEVICE_MAX_MEM_ALLOC_SIZE:
     POCL_RETURN_DEVICE_INFO_WITH_IMPL_CHECK(cl_ulong, device->max_mem_alloc_size);
   case CL_DEVICE_IMAGE2D_MAX_WIDTH                 : 
@@ -170,7 +172,11 @@ POname(clGetDeviceInfo)(cl_device_id   device,
   case CL_DEVICE_AVAILABLE                         :
     POCL_RETURN_GETINFO(cl_bool, device->available);
   case CL_DEVICE_COMPILER_AVAILABLE                :
+#ifdef OCS_AVAILABLE
     POCL_RETURN_GETINFO(cl_bool, device->compiler_available);
+#else
+    POCL_RETURN_GETINFO(cl_bool, CL_FALSE);
+#endif
   case CL_DEVICE_LINKER_AVAILABLE                  :
     /* TODO currently we return the same availability as the compiler,
      * since if the compiler is available the linker MUST be available
@@ -192,7 +198,13 @@ POname(clGetDeviceInfo)(cl_device_id   device,
   case CL_DEVICE_PROFILE                           : 
     POCL_RETURN_GETINFO_STR(device->profile);
   case CL_DEVICE_VERSION                           : 
-    POCL_RETURN_GETINFO_STR(device->version);
+    {
+      char res[1000];
+      char *hash = device->ops->build_hash(device);
+      snprintf(res, 1000, "%s HSTR: %s", device->version, hash);
+      free(hash);
+      POCL_RETURN_GETINFO_STR(res);
+    }
   case CL_DEVICE_EXTENSIONS                        : 
     POCL_RETURN_GETINFO_STR(device->extensions);
   case CL_DEVICE_PLATFORM                          :
diff --git a/lib/CL/clGetEventProfilingInfo.c b/lib/CL/clGetEventProfilingInfo.c
index f8b4c65..9ae6129 100644
--- a/lib/CL/clGetEventProfilingInfo.c
+++ b/lib/CL/clGetEventProfilingInfo.c
@@ -35,6 +35,8 @@ POname(clGetEventProfilingInfo)(cl_event event,
 
   POCL_RETURN_ERROR_COND((event == NULL), CL_INVALID_EVENT);
 
+  POCL_RETURN_ERROR_ON((event->queue == NULL),
+    CL_PROFILING_INFO_NOT_AVAILABLE, "Cannot return profiling info for user events\n");
   POCL_RETURN_ERROR_ON(((event->queue->properties & CL_QUEUE_PROFILING_ENABLE) == 0),
     CL_PROFILING_INFO_NOT_AVAILABLE, "Cannot return profiling info when profiling "
       "is disabled on the queue\n");
diff --git a/lib/CL/clGetPlatformIDs.c b/lib/CL/clGetPlatformIDs.c
index 10eadaa..084fa41 100644
--- a/lib/CL/clGetPlatformIDs.c
+++ b/lib/CL/clGetPlatformIDs.c
@@ -137,7 +137,7 @@ struct _cl_icd_dispatch pocl_dispatch = {
   NULL, /* &POclCreateProgramWithBuiltInKernels, */
   NULL, /* &POclCompileProgram,          */
   NULL, /* &POclLinkProgram,             */
-  NULL, /* &POclUnloadPlatformCompiler,  */
+  &POclUnloadPlatformCompiler, 
   &POclGetKernelArgInfo,
   &POclEnqueueFillBuffer,
   &POclEnqueueFillImage,
diff --git a/lib/CL/clGetPlatformInfo.c b/lib/CL/clGetPlatformInfo.c
index 287a0a3..74c15c9 100644
--- a/lib/CL/clGetPlatformInfo.c
+++ b/lib/CL/clGetPlatformInfo.c
@@ -50,8 +50,13 @@ POname(clGetPlatformInfo)(cl_platform_id   platform,
       POCL_RETURN_GETINFO_STR("FULL_PROFILE");
 
     case CL_PLATFORM_VERSION:
+#ifdef OCS_AVAILABLE
       POCL_RETURN_GETINFO_STR("OpenCL " POCL_CL_VERSION\
                         " pocl " PACKAGE_VERSION ", LLVM " LLVM_VERSION);
+#else
+      POCL_RETURN_GETINFO_STR("OpenCL " POCL_CL_VERSION\
+                        " pocl " PACKAGE_VERSION ", no online compiler support");
+#endif
 
     case CL_PLATFORM_NAME:
       POCL_RETURN_GETINFO_STR("Portable Computing Language");
diff --git a/lib/CL/clGetProgramBuildInfo.c b/lib/CL/clGetProgramBuildInfo.c
index 44fb4a2..17db30b 100644
--- a/lib/CL/clGetProgramBuildInfo.c
+++ b/lib/CL/clGetProgramBuildInfo.c
@@ -57,6 +57,9 @@ POname(clGetProgramBuildInfo)(cl_program            program,
     
   case CL_PROGRAM_BUILD_LOG:
     {
+      POCL_RETURN_ERROR_ON((program->build_status == CL_BUILD_NONE),
+                           CL_INVALID_PROGRAM,
+                           "Program was not built");
       char *build_log;
       if (program->main_build_log[0])
           build_log = strdup(program->main_build_log);
@@ -83,6 +86,10 @@ POname(clGetProgramBuildInfo)(cl_program            program,
         *param_value_size_ret = value_size;
       return CL_SUCCESS;
     }
+  case CL_PROGRAM_BINARY_TYPE:
+    {
+      POCL_RETURN_GETINFO(cl_program_binary_type, program->binary_type);
+    }
   }
   
   return CL_INVALID_VALUE;
diff --git a/lib/CL/clGetProgramInfo.c b/lib/CL/clGetProgramInfo.c
index 5ab4e06..64b9f4a 100644
--- a/lib/CL/clGetProgramInfo.c
+++ b/lib/CL/clGetProgramInfo.c
@@ -25,6 +25,63 @@
 #include "pocl_llvm.h"
 #include "pocl_util.h"
 #include "pocl_cache.h"
+#include "pocl_binary.h"
+#include "pocl_shared.h"
+
+cl_int
+program_compile_dynamic_wg_binaries(cl_program program);
+
+/******************************************************************************/
+
+static void get_binary_sizes(cl_program program, size_t *sizes)
+{
+#ifdef OCS_AVAILABLE
+  if (program_compile_dynamic_wg_binaries(program) != CL_SUCCESS)
+    {
+      memset(sizes, 0, program->num_devices * sizeof(size_t));
+      return;
+    }
+#endif
+  unsigned i;
+  for (i=0; i < program->num_devices; i++)
+    {
+      if (!program->pocl_binaries[i] && program->binaries[i])
+        program->pocl_binary_sizes[i] = pocl_binary_sizeof_binary(program, i);
+      if (program->pocl_binaries[i])
+        sizes[i] = program->pocl_binary_sizes[i];
+      else
+        sizes[i] = 0;
+    }
+}
+
+static void get_binaries(cl_program program, unsigned char **binaries)
+{
+#ifdef OCS_AVAILABLE
+  if (program_compile_dynamic_wg_binaries(program) != CL_SUCCESS)
+    {
+      memset(binaries, 0, program->num_devices * sizeof(unsigned char*));
+      return;
+    }
+#endif
+  unsigned i;
+  size_t res;
+  for (i=0; i < program->num_devices; i++)
+    {
+      if (!program->pocl_binaries[i] && program->binaries[i])
+        {
+          pocl_binary_serialize(program, i, &res);
+          if (program->pocl_binary_sizes[i])
+            assert(program->pocl_binary_sizes[i] == res);
+          program->pocl_binary_sizes[i] = res;
+        }
+      if (program->pocl_binaries[i])
+        memcpy(binaries[i], program->pocl_binaries[i], program->pocl_binary_sizes[i]);
+      else
+        binaries[i] = NULL;
+    }
+}
+
+/******************************************************************************/
 
 CL_API_ENTRY cl_int CL_API_CALL
 POname(clGetProgramInfo)(cl_program program,
@@ -34,7 +91,7 @@ POname(clGetProgramInfo)(cl_program program,
                  size_t *param_value_size_ret) CL_API_SUFFIX__VERSION_1_0
 {
   unsigned i;
-
+  
   POCL_RETURN_ERROR_COND((program == NULL), CL_INVALID_PROGRAM);
 
   switch (param_name)
@@ -52,56 +109,49 @@ POname(clGetProgramInfo)(cl_program program,
 
       POCL_RETURN_GETINFO_STR(source);
     }
-    
+
   case CL_PROGRAM_BINARY_SIZES:
     {
+      POCL_RETURN_ERROR_COND(program->build_status != CL_BUILD_SUCCESS,
+                             CL_INVALID_PROGRAM);
       size_t const value_size = sizeof(size_t) * program->num_devices;
-      if (param_value)
-        pocl_llvm_update_binaries (program);
-
-      POCL_RETURN_GETINFO_SIZE(value_size, program->binary_sizes);
+      POCL_RETURN_GETINFO_INNER(value_size, get_binary_sizes(program, param_value));
     }
 
   case CL_PROGRAM_BINARIES:
     {
+      POCL_RETURN_ERROR_COND(program->build_status != CL_BUILD_SUCCESS,
+                             CL_INVALID_PROGRAM);
       size_t const value_size = sizeof(unsigned char *) * program->num_devices;
-      if (param_value)
-      {
-        if (param_value_size < value_size) return CL_INVALID_VALUE;
-        unsigned char **target = (unsigned char**) param_value;
-        for (i = 0; i < program->num_devices; ++i)
-          {
-            if (target[i] == NULL) continue;
-            memcpy (target[i], program->binaries[i], program->binary_sizes[i]);
-          }
-      }
-      if (param_value_size_ret)
-        *param_value_size_ret = value_size;
-      return CL_SUCCESS;
+      POCL_RETURN_GETINFO_INNER(value_size, get_binaries(program, param_value));
     }
+
   case CL_PROGRAM_NUM_DEVICES:
     POCL_RETURN_GETINFO(cl_uint, program->num_devices);
 
   case CL_PROGRAM_DEVICES:
     {
       size_t const value_size = sizeof(cl_device_id) * program->num_devices;
-      if (param_value)
-        {
-          if (param_value_size < value_size) return CL_INVALID_VALUE;
-          memcpy(param_value, (void*)program->devices, value_size);
-        }
-      if (param_value_size_ret)
-        *param_value_size_ret = value_size;
-      return CL_SUCCESS;
+      POCL_RETURN_GETINFO_SIZE(value_size, program->devices);
     }
+
   case CL_PROGRAM_NUM_KERNELS:
     {
-      size_t num_kernels = pocl_llvm_get_kernel_count(program);
-      POCL_RETURN_GETINFO(size_t, num_kernels);
+      POCL_RETURN_ERROR_ON((program->build_status != CL_BUILD_SUCCESS),
+                           CL_INVALID_PROGRAM_EXECUTABLE,
+                           "This information is only available after a "
+                           "successful program executable has been built\n");
+      POCL_RETURN_GETINFO(size_t, program->num_kernels);
     }
+
   case CL_PROGRAM_KERNEL_NAMES:
     {
-      /* Note: In the specification (2.0) of the other XXXInfo
+      POCL_RETURN_ERROR_ON((program->build_status != CL_BUILD_SUCCESS),
+                           CL_INVALID_PROGRAM_EXECUTABLE,
+                           "This information is only available after a "
+                           "successful program executable has been built\n");
+
+       /* Note: In the specification (2.0) of the other XXXInfo
          functions, param_value_size_ret is described as follows:
 
          > param_value_size_ret returns the actual size in bytes of data
@@ -132,11 +182,9 @@ POname(clGetProgramInfo)(cl_program program,
 
          --- guicho271828
       */
-
-      const char *kernel_names[32];
-      unsigned num_kernels = 0;
+      size_t num_kernels = program->num_kernels;
+      char ** kernel_names = program->kernel_names;
       size_t size = 0;
-      num_kernels = pocl_llvm_get_kernel_names(program, kernel_names, 32);
 
       /* optimized for clarity */
       for (i = 0; i < num_kernels; ++i)
@@ -168,12 +216,9 @@ POname(clGetProgramInfo)(cl_program program,
       return CL_SUCCESS;
     }
   default:
-    break;
+    POCL_RETURN_ERROR_ON(1, CL_INVALID_VALUE,
+                         "Parameter %i not implemented\n", param_name);
   }
-  
-  char error_str[64];
-  sprintf(error_str, "clGetProgramInfo: %X", param_name);
-  POCL_ABORT_UNIMPLEMENTED(error_str);
-  return CL_INVALID_VALUE;
+
 }
 POsym(clGetProgramInfo)
diff --git a/lib/CL/clGetSupportedImageFormats.c b/lib/CL/clGetSupportedImageFormats.c
index f9178d5..35ece07 100644
--- a/lib/CL/clGetSupportedImageFormats.c
+++ b/lib/CL/clGetSupportedImageFormats.c
@@ -23,8 +23,21 @@
 
 #include "pocl_cl.h"
 
-int pocl_find_img_format (cl_image_format *toFind, const cl_image_format* list,
-                          int num_entries);
+static int pocl_find_img_format (cl_image_format *toFind,
+                                 const cl_image_format* list,
+                                 int num_entries)
+{
+  int i;
+  for (i = 0; i < num_entries; i++)
+    {
+      if (toFind->image_channel_order == list[i].image_channel_order &&
+          toFind->image_channel_data_type == list[i].image_channel_data_type)
+        {
+          return 1;
+        }
+    }
+  return 0;
+}
 
 extern CL_API_ENTRY cl_int CL_API_CALL
 POname(clGetSupportedImageFormats) (cl_context           context,
@@ -131,18 +144,3 @@ CL_API_SUFFIX__VERSION_1_0
   return errcode;
 } 
 POsym(clGetSupportedImageFormats)
-
-
-int pocl_find_img_format (cl_image_format *toFind, const cl_image_format* list,
-                          int num_entries){
-  int i;
-  for (i = 0; i < num_entries; i++)
-    {
-      if (toFind->image_channel_order == list[i].image_channel_order &&
-          toFind->image_channel_data_type == list[i].image_channel_data_type)
-        {
-          return 1;
-        }
-    }
-  return 0;
-}
diff --git a/lib/CL/clReleaseCommandQueue.c b/lib/CL/clReleaseCommandQueue.c
index 50fb0df..321f9ee 100644
--- a/lib/CL/clReleaseCommandQueue.c
+++ b/lib/CL/clReleaseCommandQueue.c
@@ -38,6 +38,8 @@ POname(clReleaseCommandQueue)(cl_command_queue command_queue) CL_API_SUFFIX__VER
   POCL_RELEASE_OBJECT(command_queue, new_refcount);
   if (new_refcount == 0)
     {
+      POCL_MSG_PRINT_INFO ("Free Command Queue %p\n", command_queue);
+      POname(clFinish)(command_queue);
       pocl_queue_list_delete(command_queue);
       POCL_MEM_FREE(command_queue);
 
diff --git a/lib/CL/clReleaseEvent.c b/lib/CL/clReleaseEvent.c
index 6f94ea4..cb4d270 100644
--- a/lib/CL/clReleaseEvent.c
+++ b/lib/CL/clReleaseEvent.c
@@ -33,12 +33,18 @@ POname(clReleaseEvent)(cl_event event) CL_API_SUFFIX__VERSION_1_0
   POCL_RETURN_ERROR_COND((event->context == NULL), CL_INVALID_EVENT);
 
   POCL_RELEASE_OBJECT (event, new_refcount);
-
+  
   if (new_refcount == 0)
     {
+      POCL_MSG_PRINT_INFO ("Freeing event %d\n", event->id);
+      if (event->command_type != CL_COMMAND_USER &&
+          event->queue->device->ops->free_event_data)
+        event->queue->device->ops->free_event_data(event);
+
       POname(clReleaseContext) (event->context);
       if (event->queue)
         POname(clReleaseCommandQueue) (event->queue);
+
       pocl_mem_manager_free_event (event);
     }
 
diff --git a/lib/CL/clReleaseKernel.c b/lib/CL/clReleaseKernel.c
index c0bd62a..dcb9e72 100644
--- a/lib/CL/clReleaseKernel.c
+++ b/lib/CL/clReleaseKernel.c
@@ -32,15 +32,15 @@ POname(clReleaseKernel)(cl_kernel kernel) CL_API_SUFFIX__VERSION_1_0
   unsigned i;
 
   POCL_RETURN_ERROR_COND((kernel == NULL), CL_INVALID_KERNEL);
-
   POCL_RELEASE_OBJECT (kernel, new_refcount);
 
   if (new_refcount == 0)
     {
-
+      POCL_MSG_PRINT_INFO ("Freeing kernel %p\n", kernel);
       if (kernel->program != NULL)
         {
           /* Find the kernel in the program's linked list of kernels */
+          POCL_LOCK_OBJ (kernel->program);
           for (pk=&kernel->program->kernels; *pk != NULL; pk = &(*pk)->next)
             {
               if (*pk == kernel) break;
@@ -55,6 +55,7 @@ POname(clReleaseKernel)(cl_kernel kernel) CL_API_SUFFIX__VERSION_1_0
           /* Remove the kernel from the program's linked list of
              kernels */
           *pk = (*pk)->next;
+          POCL_UNLOCK_OBJ (kernel->program);
           POname(clReleaseProgram) (kernel->program);
         }
       
diff --git a/lib/CL/clReleaseMemObject.c b/lib/CL/clReleaseMemObject.c
index 4b6d0d1..3238c54 100644
--- a/lib/CL/clReleaseMemObject.c
+++ b/lib/CL/clReleaseMemObject.c
@@ -29,10 +29,11 @@ POname(clReleaseMemObject)(cl_mem memobj) CL_API_SUFFIX__VERSION_1_0
 {
   int new_refcount;
   cl_device_id device_id;
-  cl_context context;
   cl_mem parent = NULL;
   unsigned i;
   mem_mapping_t *mapping, *temp;
+  mem_destructor_callback_t *callback, *next_callback;
+  cl_context context = memobj->context;
 
   POCL_RETURN_ERROR_COND((memobj == NULL), CL_INVALID_MEM_OBJECT);
 
@@ -48,14 +49,24 @@ POname(clReleaseMemObject)(cl_mem memobj) CL_API_SUFFIX__VERSION_1_0
 
   if (new_refcount == 0)
     {
+      POCL_MSG_PRINT_INFO ("free mem obj %p\n", memobj);
       if (memobj->parent == NULL)
         {
+          cl_device_id shared_mem_owner_dev =
+            memobj->shared_mem_allocation_owner;
+
           for (i = 0; i < memobj->context->num_devices; ++i)
             {
+              /* owner is called last */
+              if (shared_mem_owner_dev == context->devices[i])
+                 continue;
               device_id = memobj->context->devices[i];
               device_id->ops->free(device_id, memobj);
               memobj->device_ptrs[device_id->dev_id].mem_ptr = NULL;
             }
+          if (shared_mem_owner_dev)
+            shared_mem_owner_dev->ops->free (shared_mem_owner_dev, memobj);
+
         }
       DL_FOREACH_SAFE(memobj->mappings, mapping, temp)
         {
@@ -63,10 +74,26 @@ POname(clReleaseMemObject)(cl_mem memobj) CL_API_SUFFIX__VERSION_1_0
         }
       memobj->mappings = NULL;
 
-      context = memobj->context;
       parent = memobj->parent;
 
+      /* Free host mem allocated by the runtime (not for sub buffers) */
+      if (memobj->parent == NULL && memobj->flags & CL_MEM_ALLOC_HOST_PTR
+          && memobj->mem_host_ptr != NULL)
+        {
+          POCL_MEM_FREE(memobj->mem_host_ptr);
+        }
       POCL_MEM_FREE(memobj->device_ptrs);
+
+      /* Fire any registered destructor callbacks */
+      callback = memobj->destructor_callbacks;
+      while (callback)
+      {
+        callback->pfn_notify (memobj, callback->user_data);
+        next_callback = callback->next;
+        free (callback);
+        callback = next_callback;
+      }
+
       POCL_MEM_FREE(memobj);
 
       if (parent)
diff --git a/lib/CL/clReleaseProgram.c b/lib/CL/clReleaseProgram.c
index 06bf1ca..5e21ad1 100644
--- a/lib/CL/clReleaseProgram.c
+++ b/lib/CL/clReleaseProgram.c
@@ -23,7 +23,7 @@
 */
 
 #include <string.h>
-   
+
 #ifndef _MSC_VER
 #  include <unistd.h>
 #else
@@ -54,12 +54,15 @@ POname(clReleaseProgram)(cl_program program) CL_API_SUFFIX__VERSION_1_0
          FIXME: this should not be needed if the kernels
          retain the parent program (and release when the kernel
          is released). */
-      for (k=program->kernels; k!=NULL; k=k->next)
+      for (k = program->kernels; k != NULL; k = k->next)
         {
           k->program = NULL;
         }
 
-      if(program->devices != program->context->devices)
+      if (program->buildprogram_callback)
+        POCL_MEM_FREE(program->buildprogram_callback);
+
+      if (program->devices != program->context->devices)
         POCL_MEM_FREE(program->devices);
 
       POCL_MEM_FREE(program->source);
@@ -77,6 +80,19 @@ POname(clReleaseProgram)(cl_program program) CL_API_SUFFIX__VERSION_1_0
           POCL_MEM_FREE(program->build_log[i]);
       POCL_MEM_FREE(program->build_log);
 
+      if (program->num_kernels)
+        {
+          for (i=0; i < program->num_kernels; i++)
+            {
+              if (program->kernel_names)
+                POCL_MEM_FREE(program->kernel_names[i]);
+              if (program->default_kernels && program->default_kernels[i])
+                POname(clReleaseKernel)(program->default_kernels[i]);
+            }
+          POCL_MEM_FREE(program->kernel_names);
+          POCL_MEM_FREE(program->default_kernels);
+        }
+
       POCL_MEM_FREE(program->build_hash);
       POCL_MEM_FREE(program->llvm_irs);
       POCL_MEM_FREE(program);
diff --git a/lib/CL/clSVMAlloc.c b/lib/CL/clSVMAlloc.c
index 5cd3f32..2c96b55 100644
--- a/lib/CL/clSVMAlloc.c
+++ b/lib/CL/clSVMAlloc.c
@@ -32,6 +32,8 @@ POname(clSVMAlloc)(cl_context context,
 {
   unsigned i, p;
 
+  POCL_MSG_PRINT_INFO("clSVMAlloc\n");
+
   POCL_RETURN_ERROR_COND((context == NULL), NULL);
 
   POCL_RETURN_ERROR_ON((!context->svm_allocdev), NULL,
@@ -93,16 +95,22 @@ POname(clSVMAlloc)(cl_context context,
   cl_mem mem = alloca(sizeof(struct _cl_mem));
   mem->flags = CL_MEM_ALLOC_HOST_PTR | CL_MEM_READ_WRITE;
   mem->mem_host_ptr = NULL;
+  mem->context = context;
   mem->size = size;
   pocl_mem_identifier device_ptrs[pocl_num_devices];
   device_ptrs[dev->global_mem_id].mem_ptr = NULL;
   mem->device_ptrs = device_ptrs;
 
-  cl_int errcode = dev->ops->alloc_mem_obj(dev, mem);
+  for (i = 0; i < context->num_devices; ++i)
+    {
+      mem->device_ptrs[i].global_mem_id = context->devices[i]->global_mem_id;
+      mem->device_ptrs[i].mem_ptr = NULL;
+    }
+
+  cl_int errcode = dev->ops->alloc_mem_obj(dev, mem, NULL);
   /* There was a failure to allocate resources */
   POCL_RETURN_ERROR_ON((errcode != CL_SUCCESS), NULL,
                        "Failed to allocate the memory: %u\n", errcode);
-
   return device_ptrs[dev->global_mem_id].mem_ptr;
 
 }
diff --git a/lib/CL/clSetEventCallback.c b/lib/CL/clSetEventCallback.c
index e0b03af..e57b64f 100644
--- a/lib/CL/clSetEventCallback.c
+++ b/lib/CL/clSetEventCallback.c
@@ -28,8 +28,19 @@ POname(clSetEventCallback) (cl_event     event ,
   cb_ptr->next = NULL;
 
   POCL_LOCK_OBJ (event);
-  LL_APPEND (event->callback_list, cb_ptr);
-  POCL_UNLOCK_OBJ (event);
+  if (event->status > command_exec_callback_type)
+    {
+      LL_APPEND (event->callback_list, cb_ptr);
+      POCL_UNLOCK_OBJ (event);
+    }
+  else
+    {
+      POCL_UNLOCK_OBJ (event);
+      cb_ptr->callback_function (event, cb_ptr->trigger_status, 
+                                 cb_ptr->user_data);
+      free (cb_ptr);
+    }
+  
 
   return CL_SUCCESS;
 }
diff --git a/lib/CL/clSetKernelArgSVMPointer.c b/lib/CL/clSetKernelArgSVMPointer.c
index 07945d5..fe7e939 100644
--- a/lib/CL/clSetKernelArgSVMPointer.c
+++ b/lib/CL/clSetKernelArgSVMPointer.c
@@ -45,9 +45,12 @@ POname(clSetKernelArgSVMPointer)(cl_kernel kernel,
   mem->type = CL_MEM_OBJECT_BUFFER;
   mem->flags = CL_MEM_USE_HOST_PTR | CL_MEM_READ_WRITE;
   mem->device_ptrs = NULL;
+  mem->latest_event = NULL;
+  mem->owning_device = NULL;
   mem->is_image = CL_FALSE;
-  mem->packet_size = 0;
-  mem->max_packets = 0;
+  mem->is_pipe = 0;
+  mem->pipe_packet_size = 0;
+  mem->pipe_max_packets = 0;
   //mem->size = size;  TODO
   mem->context = kernel->context;
 
diff --git a/lib/CL/clSetMemObjectDestructorCallback.c b/lib/CL/clSetMemObjectDestructorCallback.c
index 5d0e03c..bbea6f3 100644
--- a/lib/CL/clSetMemObjectDestructorCallback.c
+++ b/lib/CL/clSetMemObjectDestructorCallback.c
@@ -5,7 +5,20 @@ POname(clSetMemObjectDestructorCallback)(  cl_mem  memobj ,
                                     void (CL_CALLBACK * pfn_notify)( cl_mem /* memobj */, void* /*user_data*/), 
                                     void * user_data  )             CL_API_SUFFIX__VERSION_1_1
 {
-  POCL_ABORT_UNIMPLEMENTED("The entire clSetMemObjectDestructorCallback call");
+  mem_destructor_callback_t *callback;
+
+  POCL_RETURN_ERROR_COND((memobj == NULL), CL_INVALID_MEM_OBJECT);
+  POCL_RETURN_ERROR_COND((pfn_notify == NULL), CL_INVALID_VALUE);
+
+  callback = malloc (sizeof (mem_destructor_callback_t));
+  if (callback == NULL)
+    return CL_OUT_OF_HOST_MEMORY;
+
+  callback->pfn_notify = pfn_notify;
+  callback->user_data  = user_data;
+  callback->next       = memobj->destructor_callbacks;
+  memobj->destructor_callbacks = callback;
+
   return CL_SUCCESS;
 }
 POsym(clSetMemObjectDestructorCallback)
diff --git a/lib/CL/clSetUserEventStatus.c b/lib/CL/clSetUserEventStatus.c
index b753d90..320815d 100644
--- a/lib/CL/clSetUserEventStatus.c
+++ b/lib/CL/clSetUserEventStatus.c
@@ -1,20 +1,26 @@
 #include "pocl_cl.h"
+#include "pocl_timing.h"
+
 CL_API_ENTRY cl_int CL_API_CALL
-POname(clSetUserEventStatus)(cl_event    event ,
-                     cl_int      execution_status ) CL_API_SUFFIX__VERSION_1_1
+POname(clSetUserEventStatus)(cl_event event ,
+                             cl_int   execution_status ) 
+CL_API_SUFFIX__VERSION_1_1
 {
   /* Must be a valid user event */
-  if (event == NULL || event->command_type != CL_COMMAND_USER)
-    return CL_INVALID_EVENT;
+  POCL_RETURN_ERROR_COND((event == NULL), CL_INVALID_EVENT);
+  POCL_RETURN_ERROR_COND((event->command_type != CL_COMMAND_USER), CL_INVALID_EVENT);
   /* Can only be set to CL_COMPLETE (0) or negative values */
-  if (execution_status > CL_COMPLETE)
-    return CL_INVALID_VALUE;
+  POCL_RETURN_ERROR_COND((execution_status > CL_COMPLETE), CL_INVALID_VALUE);
   /* Can only be done once */
-  if (event->status <= CL_COMPLETE)
-    return CL_INVALID_OPERATION;
+  POCL_RETURN_ERROR_COND((event->status <= CL_COMPLETE), CL_INVALID_OPERATION);
 
+  POCL_LOCK_OBJ (event);
   event->status = execution_status;
-
+  if (execution_status == CL_COMPLETE)
+    {
+      pocl_broadcast (event);
+    }
+  POCL_UNLOCK_OBJ (event);
   return CL_SUCCESS;
 }
 POsym(clSetUserEventStatus)
diff --git a/lib/CL/clUnloadPlatformCompiler.c b/lib/CL/clUnloadPlatformCompiler.c
new file mode 100644
index 0000000..979d543
--- /dev/null
+++ b/lib/CL/clUnloadPlatformCompiler.c
@@ -0,0 +1,32 @@
+/* OpenCL runtime library: clUnloadPlatformCompiler()
+ *
+ *    Copyright (c) 2016 Tom Gall Tampere Univ. of Tech.
+ *       
+ *    Permission is hereby granted, free of charge, to any person obtaining a copy
+ *    of this software and associated documentation files (the "Software"), to deal
+ *    in the Software without restriction, including without limitation the rights
+ *    to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+ *    copies of the Software, and to permit persons to whom the Software is
+ *    furnished to do so, subject to the following conditions:
+ *                            
+ *    The above copyright notice and this permission notice shall be included in
+ *    all copies or substantial portions of the Software.
+ *                               
+ *    THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ *    IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ *    FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+ *    AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ *    LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+ *    OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+ *    THE SOFTWARE.
+ **/
+
+#include "pocl_cl.h"
+
+CL_API_ENTRY cl_int CL_API_CALL
+POname(clUnloadPlatformCompiler)(cl_platform_id platform)
+CL_API_SUFFIX__VERSION_1_2
+{
+  return CL_SUCCESS;
+}
+POsym(clUnloadPlatformCompiler)
diff --git a/lib/CL/clWaitForEvents.c b/lib/CL/clWaitForEvents.c
index eabc13e..353fdb8 100644
--- a/lib/CL/clWaitForEvents.c
+++ b/lib/CL/clWaitForEvents.c
@@ -28,7 +28,7 @@ POname(clWaitForEvents)(cl_uint              num_events ,
                   const cl_event *     event_list ) CL_API_SUFFIX__VERSION_1_0
 {
   unsigned event_i;
-
+  cl_device_id dev;
   POCL_RETURN_ERROR_COND((num_events == 0 || event_list == NULL), CL_INVALID_VALUE);
 
   for (event_i = 0; event_i < num_events; ++event_i)
@@ -43,8 +43,20 @@ POname(clWaitForEvents)(cl_uint              num_events ,
   // dummy implementation, waits until *all* events have completed.
   for (event_i = 0; event_i < num_events; ++event_i)
     {
-      POname(clFinish)(event_list[event_i]->queue);
+      /* lets handle user events later */
+      if (event_list[event_i]->command_type == CL_COMMAND_USER)
+        continue;
+      dev = event_list[event_i]->queue->device;
+      if (dev->ops->wait_event)  
+        dev->ops->wait_event(dev, event_list[event_i]);
+      else
+        POname(clFinish)(event_list[event_i]->queue);
     }
+  /* brute force wait for user events */
+  for (event_i = 0; event_i < num_events; ++event_i)
+    if (event_list[event_i]->command_type == CL_COMMAND_USER)
+      while (event_list[event_i]->status != CL_COMPLETE){}
+
   return CL_SUCCESS;
 }
 POsym(clWaitForEvents)
diff --git a/lib/CL/devices/CMakeLists.txt b/lib/CL/devices/CMakeLists.txt
index 7caffdc..9243a4b 100644
--- a/lib/CL/devices/CMakeLists.txt
+++ b/lib/CL/devices/CMakeLists.txt
@@ -26,7 +26,11 @@
 add_subdirectory("pthread")
 add_subdirectory("basic")
 add_subdirectory("topology")
-set(POCL_DEVICES_LINK_LIST ${Hwloc_LDFLAGS})
+if(Hwloc_LDFLAGS)
+  set(POCL_DEVICES_LINK_LIST ${Hwloc_LDFLAGS})
+else()
+  set(POCL_DEVICES_LINK_LIST ${Hwloc_LIBRARIES})
+endif()
 
 set(POCL_DEVICES_OBJS "$<TARGET_OBJECTS:pocl-devices>"
       "$<TARGET_OBJECTS:pocl-devices-pthread>"
diff --git a/lib/CL/devices/Makefile.am b/lib/CL/devices/Makefile.am
deleted file mode 100644
index 3c1038d..0000000
--- a/lib/CL/devices/Makefile.am
+++ /dev/null
@@ -1,53 +0,0 @@
-# Process this file with automake to produce Makefile.in (in this,
-# and all subdirectories).
-# Makefile.am for pocl/lib/devices.
-# 
-# Copyright (c) 2011-2012 Universidad Rey Juan Carlos and 
-#                         Tampere University of Technology
-# 
-# Permission is hereby granted, free of charge, to any person obtaining a copy
-# of this software and associated documentation files (the "Software"), to deal
-# in the Software without restriction, including without limitation the rights
-# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-# copies of the Software, and to permit persons to whom the Software is
-# furnished to do so, subject to the following conditions:
-# 
-# The above copyright notice and this permission notice shall be included in
-# all copies or substantial portions of the Software.
-# 
-# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-# THE SOFTWARE.
-
-SUBDIRS = topology pthread basic
-
-noinst_LTLIBRARIES = libpocl-devices.la
-
-libpocl_devices_la_SOURCES = devices.h devices.c bufalloc.c dev_image.h \
-	prototypes.inc common.h common.c bufalloc.h cpuinfo.c cpuinfo.h
-libpocl_devices_la_LIBADD = pthread/libpocl-devices-pthread.la \
-	basic/libpocl-devices-basic.la topology/libpocl-devices-topology.la 
-
-libpocl_devices_la_CPPFLAGS = \
-  -I$(top_srcdir)/fix-include \
-  -I$(top_srcdir)/include \
-  -I$(top_srcdir)/lib/CL/devices \
-  -I$(top_srcdir)/lib/CL/devices/tce \
-  -I$(top_srcdir)/lib/CL \
-  $(OCL_ICD_CFLAGS)
-
-if TCE_AVAILABLE
-SUBDIRS += tce
-libpocl_devices_la_LIBADD += tce/libpocl-devices-tce.la
-endif
-
-if BUILD_HSA
-SUBDIRS += hsa
-libpocl_devices_la_LIBADD += hsa/libpocl-devices-hsa.la
-endif
-
-EXTRA_DIST = CMakeLists.txt
diff --git a/lib/CL/devices/Makefile.in b/lib/CL/devices/Makefile.in
deleted file mode 100644
index 6b9f18b..0000000
--- a/lib/CL/devices/Makefile.in
+++ /dev/null
@@ -1,871 +0,0 @@
-# Makefile.in generated by automake 1.15 from Makefile.am.
-# @configure_input@
-
-# Copyright (C) 1994-2014 Free Software Foundation, Inc.
-
-# This Makefile.in is free software; the Free Software Foundation
-# gives unlimited permission to copy and/or distribute it,
-# with or without modifications, as long as this notice is preserved.
-
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
-# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
-# PARTICULAR PURPOSE.
-
- at SET_MAKE@
-
-# Process this file with automake to produce Makefile.in (in this,
-# and all subdirectories).
-# Makefile.am for pocl/lib/devices.
-# 
-# Copyright (c) 2011-2012 Universidad Rey Juan Carlos and 
-#                         Tampere University of Technology
-# 
-# Permission is hereby granted, free of charge, to any person obtaining a copy
-# of this software and associated documentation files (the "Software"), to deal
-# in the Software without restriction, including without limitation the rights
-# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-# copies of the Software, and to permit persons to whom the Software is
-# furnished to do so, subject to the following conditions:
-# 
-# The above copyright notice and this permission notice shall be included in
-# all copies or substantial portions of the Software.
-# 
-# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-# THE SOFTWARE.
-
-VPATH = @srcdir@
-am__is_gnu_make = { \
-  if test -z '$(MAKELEVEL)'; then \
-    false; \
-  elif test -n '$(MAKE_HOST)'; then \
-    true; \
-  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
-    true; \
-  else \
-    false; \
-  fi; \
-}
-am__make_running_with_option = \
-  case $${target_option-} in \
-      ?) ;; \
-      *) echo "am__make_running_with_option: internal error: invalid" \
-              "target option '$${target_option-}' specified" >&2; \
-         exit 1;; \
-  esac; \
-  has_opt=no; \
-  sane_makeflags=$$MAKEFLAGS; \
-  if $(am__is_gnu_make); then \
-    sane_makeflags=$$MFLAGS; \
-  else \
-    case $$MAKEFLAGS in \
-      *\\[\ \	]*) \
-        bs=\\; \
-        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
-          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
-    esac; \
-  fi; \
-  skip_next=no; \
-  strip_trailopt () \
-  { \
-    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
-  }; \
-  for flg in $$sane_makeflags; do \
-    test $$skip_next = yes && { skip_next=no; continue; }; \
-    case $$flg in \
-      *=*|--*) continue;; \
-        -*I) strip_trailopt 'I'; skip_next=yes;; \
-      -*I?*) strip_trailopt 'I';; \
-        -*O) strip_trailopt 'O'; skip_next=yes;; \
-      -*O?*) strip_trailopt 'O';; \
-        -*l) strip_trailopt 'l'; skip_next=yes;; \
-      -*l?*) strip_trailopt 'l';; \
-      -[dEDm]) skip_next=yes;; \
-      -[JT]) skip_next=yes;; \
-    esac; \
-    case $$flg in \
-      *$$target_option*) has_opt=yes; break;; \
-    esac; \
-  done; \
-  test $$has_opt = yes
-am__make_dryrun = (target_option=n; $(am__make_running_with_option))
-am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
-pkgdatadir = $(datadir)/@PACKAGE@
-pkgincludedir = $(includedir)/@PACKAGE@
-pkglibdir = $(libdir)/@PACKAGE@
-pkglibexecdir = $(libexecdir)/@PACKAGE@
-am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
-install_sh_DATA = $(install_sh) -c -m 644
-install_sh_PROGRAM = $(install_sh) -c
-install_sh_SCRIPT = $(install_sh) -c
-INSTALL_HEADER = $(INSTALL_DATA)
-transform = $(program_transform_name)
-NORMAL_INSTALL = :
-PRE_INSTALL = :
-POST_INSTALL = :
-NORMAL_UNINSTALL = :
-PRE_UNINSTALL = :
-POST_UNINSTALL = :
-build_triplet = @build@
-host_triplet = @host@
-target_triplet = @target@
- at TCE_AVAILABLE_TRUE@am__append_1 = tce
- at TCE_AVAILABLE_TRUE@am__append_2 = tce/libpocl-devices-tce.la
- at BUILD_HSA_TRUE@am__append_3 = hsa
- at BUILD_HSA_TRUE@am__append_4 = hsa/libpocl-devices-hsa.la
-subdir = lib/CL/devices
-ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
-am__aclocal_m4_deps = $(top_srcdir)/m4/ax_boost_base.m4 \
-	$(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
-	$(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
-	$(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/acinclude.m4 \
-	$(top_srcdir)/configure.ac
-am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
-	$(ACLOCAL_M4)
-DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
-mkinstalldirs = $(install_sh) -d
-CONFIG_HEADER = $(top_builddir)/config.h
-CONFIG_CLEAN_FILES =
-CONFIG_CLEAN_VPATH_FILES =
-LTLIBRARIES = $(noinst_LTLIBRARIES)
-libpocl_devices_la_DEPENDENCIES = pthread/libpocl-devices-pthread.la \
-	basic/libpocl-devices-basic.la \
-	topology/libpocl-devices-topology.la $(am__append_2) \
-	$(am__append_4)
-am_libpocl_devices_la_OBJECTS = libpocl_devices_la-devices.lo \
-	libpocl_devices_la-bufalloc.lo libpocl_devices_la-common.lo \
-	libpocl_devices_la-cpuinfo.lo
-libpocl_devices_la_OBJECTS = $(am_libpocl_devices_la_OBJECTS)
-AM_V_lt = $(am__v_lt_ at AM_V@)
-am__v_lt_ = $(am__v_lt_ at AM_DEFAULT_V@)
-am__v_lt_0 = --silent
-am__v_lt_1 = 
-AM_V_P = $(am__v_P_ at AM_V@)
-am__v_P_ = $(am__v_P_ at AM_DEFAULT_V@)
-am__v_P_0 = false
-am__v_P_1 = :
-AM_V_GEN = $(am__v_GEN_ at AM_V@)
-am__v_GEN_ = $(am__v_GEN_ at AM_DEFAULT_V@)
-am__v_GEN_0 = @echo "  GEN     " $@;
-am__v_GEN_1 = 
-AM_V_at = $(am__v_at_ at AM_V@)
-am__v_at_ = $(am__v_at_ at AM_DEFAULT_V@)
-am__v_at_0 = @
-am__v_at_1 = 
-DEFAULT_INCLUDES = -I. at am__isrc@ -I$(top_builddir)
-depcomp = $(SHELL) $(top_srcdir)/config/depcomp
-am__depfiles_maybe = depfiles
-am__mv = mv -f
-COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
-	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
-LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
-	$(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
-	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
-	$(AM_CFLAGS) $(CFLAGS)
-AM_V_CC = $(am__v_CC_ at AM_V@)
-am__v_CC_ = $(am__v_CC_ at AM_DEFAULT_V@)
-am__v_CC_0 = @echo "  CC      " $@;
-am__v_CC_1 = 
-CCLD = $(CC)
-LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
-	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
-AM_V_CCLD = $(am__v_CCLD_ at AM_V@)
-am__v_CCLD_ = $(am__v_CCLD_ at AM_DEFAULT_V@)
-am__v_CCLD_0 = @echo "  CCLD    " $@;
-am__v_CCLD_1 = 
-SOURCES = $(libpocl_devices_la_SOURCES)
-DIST_SOURCES = $(libpocl_devices_la_SOURCES)
-RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
-	ctags-recursive dvi-recursive html-recursive info-recursive \
-	install-data-recursive install-dvi-recursive \
-	install-exec-recursive install-html-recursive \
-	install-info-recursive install-pdf-recursive \
-	install-ps-recursive install-recursive installcheck-recursive \
-	installdirs-recursive pdf-recursive ps-recursive \
-	tags-recursive uninstall-recursive
-am__can_run_installinfo = \
-  case $$AM_UPDATE_INFO_DIR in \
-    n|no|NO) false;; \
-    *) (install-info --version) >/dev/null 2>&1;; \
-  esac
-RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
-  distclean-recursive maintainer-clean-recursive
-am__recursive_targets = \
-  $(RECURSIVE_TARGETS) \
-  $(RECURSIVE_CLEAN_TARGETS) \
-  $(am__extra_recursive_targets)
-AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
-	distdir
-am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
-# Read a list of newline-separated strings from the standard input,
-# and print each of them once, without duplicates.  Input order is
-# *not* preserved.
-am__uniquify_input = $(AWK) '\
-  BEGIN { nonempty = 0; } \
-  { items[$$0] = 1; nonempty = 1; } \
-  END { if (nonempty) { for (i in items) print i; }; } \
-'
-# Make sure the list of sources is unique.  This is necessary because,
-# e.g., the same source file might be shared among _SOURCES variables
-# for different programs/libraries.
-am__define_uniq_tagged_files = \
-  list='$(am__tagged_files)'; \
-  unique=`for i in $$list; do \
-    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
-  done | $(am__uniquify_input)`
-ETAGS = etags
-CTAGS = ctags
-DIST_SUBDIRS = topology pthread basic tce hsa
-am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/config/depcomp
-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
-am__relativize = \
-  dir0=`pwd`; \
-  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
-  sed_rest='s,^[^/]*/*,,'; \
-  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
-  sed_butlast='s,/*[^/]*$$,,'; \
-  while test -n "$$dir1"; do \
-    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
-    if test "$$first" != "."; then \
-      if test "$$first" = ".."; then \
-        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
-        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
-      else \
-        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
-        if test "$$first2" = "$$first"; then \
-          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
-        else \
-          dir2="../$$dir2"; \
-        fi; \
-        dir0="$$dir0"/"$$first"; \
-      fi; \
-    fi; \
-    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
-  done; \
-  reldir="$$dir2"
-ACLOCAL = @ACLOCAL@
-AMTAR = @AMTAR@
-AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
-AR = @AR@
-AUTOCONF = @AUTOCONF@
-AUTOHEADER = @AUTOHEADER@
-AUTOMAKE = @AUTOMAKE@
-AWK = @AWK@
-BOOST_CPPFLAGS = @BOOST_CPPFLAGS@
-BOOST_LDFLAGS = @BOOST_LDFLAGS@
-BUILD_TIMESTAMP = @BUILD_TIMESTAMP@
-CC = @CC@
-CCDEPMODE = @CCDEPMODE@
-CFLAGS = @CFLAGS@
-CLANG = @CLANG@
-CLANGXX = @CLANGXX@
-CLANGXX_FLAGS = @CLANGXX_FLAGS@
-CLFLAGS = @CLFLAGS@
-CPP = @CPP@
-CPPFLAGS = @CPPFLAGS@
-CXX = @CXX@
-CXXCPP = @CXXCPP@
-CXXDEPMODE = @CXXDEPMODE@
-CXXFLAGS = @CXXFLAGS@
-CYGPATH_W = @CYGPATH_W@
-DEFS = @DEFS@
-DEPDIR = @DEPDIR@
-DLLTOOL = @DLLTOOL@
-DSYMUTIL = @DSYMUTIL@
-DUMPBIN = @DUMPBIN@
-ECHO_C = @ECHO_C@
-ECHO_N = @ECHO_N@
-ECHO_T = @ECHO_T@
-EGREP = @EGREP@
-EXEEXT = @EXEEXT@
-FGREP = @FGREP@
-FORCED_CLFLAGS = @FORCED_CLFLAGS@
-GLEW_CFLAGS = @GLEW_CFLAGS@
-GLEW_LIBS = @GLEW_LIBS@
-GREP = @GREP@
-HOST = @HOST@
-HOST_AS_FLAGS = @HOST_AS_FLAGS@
-HOST_CLANG_FLAGS = @HOST_CLANG_FLAGS@
-HOST_CPU = @HOST_CPU@
-HOST_DEVICE_EXTENSION_DEFINES = @HOST_DEVICE_EXTENSION_DEFINES@
-HOST_LD_FLAGS = @HOST_LD_FLAGS@
-HOST_LLC_FLAGS = @HOST_LLC_FLAGS@
-HOST_SIZEOF_DOUBLE = @HOST_SIZEOF_DOUBLE@
-HOST_SIZEOF_HALF = @HOST_SIZEOF_HALF@
-HOST_SIZEOF_LONG = @HOST_SIZEOF_LONG@
-HOST_SIZEOF_VOID_P = @HOST_SIZEOF_VOID_P@
-HSAILASM = @HSAILASM@
-HSA_DEVICE_EXTENSION_DEFINES = @HSA_DEVICE_EXTENSION_DEFINES@
-HSA_INCLUDES = @HSA_INCLUDES@
-HSA_LIBS = @HSA_LIBS@
-HWLOC_CFLAGS = @HWLOC_CFLAGS@
-HWLOC_LIBS = @HWLOC_LIBS@
-ICD_LD_FLAGS = @ICD_LD_FLAGS@
-INSTALL = @INSTALL@
-INSTALL_DATA = @INSTALL_DATA@
-INSTALL_PROGRAM = @INSTALL_PROGRAM@
-INSTALL_SCRIPT = @INSTALL_SCRIPT@
-INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
-KERNEL_COMPILER_LIB_VERSION = @KERNEL_COMPILER_LIB_VERSION@
-LD = @LD@
-LDFLAGS = @LDFLAGS@
-LD_FLAGS_BIN = @LD_FLAGS_BIN@
-LIBOBJS = @LIBOBJS@
-LIBRARY_SUFFIX = @LIBRARY_SUFFIX@
-LIBS = @LIBS@
-LIBTOOL = @LIBTOOL@
-LIB_AGE_VERSION = @LIB_AGE_VERSION@
-LIB_CURRENT_VERSION = @LIB_CURRENT_VERSION@
-LIB_FIRST_VERSION = @LIB_FIRST_VERSION@
-LIB_REVISION_VERSION = @LIB_REVISION_VERSION@
-LIB_VERSION = @LIB_VERSION@
-LIPO = @LIPO@
-LLC = @LLC@
-LLVM_AS = @LLVM_AS@
-LLVM_CONFIG = @LLVM_CONFIG@
-LLVM_CXX_FLAGS = @LLVM_CXX_FLAGS@
-LLVM_LDFLAGS = @LLVM_LDFLAGS@
-LLVM_LIBS = @LLVM_LIBS@
-LLVM_LINK = @LLVM_LINK@
-LLVM_OPT = @LLVM_OPT@
-LLVM_VERSION = @LLVM_VERSION@
-LN_S = @LN_S@
-LTDL_LIBS = @LTDL_LIBS@
-LTLIBOBJS = @LTLIBOBJS@
-LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
-MAKEINFO = @MAKEINFO@
-MANIFEST_TOOL = @MANIFEST_TOOL@
-MKDIR_P = @MKDIR_P@
-NM = @NM@
-NMEDIT = @NMEDIT@
-OBJDUMP = @OBJDUMP@
-OBJEXT = @OBJEXT@
-OCL_ICD_CFLAGS = @OCL_ICD_CFLAGS@
-OCL_ICD_LIBS = @OCL_ICD_LIBS@
-OCL_KERNEL_ARCH = @OCL_KERNEL_ARCH@
-OCL_KERNEL_TARGET = @OCL_KERNEL_TARGET@
-OCL_KERNEL_TARGET_CPU = @OCL_KERNEL_TARGET_CPU@
-OCL_TARGETS = @OCL_TARGETS@
-OPENCL_CFLAGS = @OPENCL_CFLAGS@
-OPENCL_CMAKE = @OPENCL_CMAKE@
-OPENCL_EXTLIBS = @OPENCL_EXTLIBS@
-OPENCL_LIBS = @OPENCL_LIBS@
-OPT = @OPT@
-OTOOL = @OTOOL@
-OTOOL64 = @OTOOL64@
-PACKAGE = @PACKAGE@
-PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
-PACKAGE_NAME = @PACKAGE_NAME@
-PACKAGE_STRING = @PACKAGE_STRING@
-PACKAGE_TARNAME = @PACKAGE_TARNAME@
-PACKAGE_URL = @PACKAGE_URL@
-PACKAGE_VERSION = @PACKAGE_VERSION@
-PATH_SEPARATOR = @PATH_SEPARATOR@
-PKG_CONFIG = @PKG_CONFIG@
-PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
-PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
-POAT_TESTSUITES = @POAT_TESTSUITES@
-POCL_DEVICE_ADDRESS_BITS = @POCL_DEVICE_ADDRESS_BITS@
-PTHREAD_CC = @PTHREAD_CC@
-PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
-PTHREAD_LIBS = @PTHREAD_LIBS@
-RANLIB = @RANLIB@
-SDL_CFLAGS = @SDL_CFLAGS@
-SDL_LIBS = @SDL_LIBS@
-SED = @SED@
-SET_MAKE = @SET_MAKE@
-SHELL = @SHELL@
-STRIP = @STRIP@
-TARGET = @TARGET@
-TARGET_CLANG_FLAGS = @TARGET_CLANG_FLAGS@
-TARGET_CPU = @TARGET_CPU@
-TARGET_LLC_FLAGS = @TARGET_LLC_FLAGS@
-TARGET_SIZEOF_DOUBLE = @TARGET_SIZEOF_DOUBLE@
-TARGET_SIZEOF_HALF = @TARGET_SIZEOF_HALF@
-TARGET_SIZEOF_LONG = @TARGET_SIZEOF_LONG@
-TARGET_SIZEOF_VOID_P = @TARGET_SIZEOF_VOID_P@
-TCECC = @TCECC@
-TCEMC_AVAILABLE = @TCEMC_AVAILABLE@
-TCE_AVAILABLE = @TCE_AVAILABLE@
-TCE_CONFIG = @TCE_CONFIG@
-TCE_DEVICE_EXTENSION_DEFINES = @TCE_DEVICE_EXTENSION_DEFINES@
-VERSION = @VERSION@
-abs_builddir = @abs_builddir@
-abs_srcdir = @abs_srcdir@
-abs_top_builddir = @abs_top_builddir@
-abs_top_srcdir = @abs_top_srcdir@
-ac_ct_AR = @ac_ct_AR@
-ac_ct_CC = @ac_ct_CC@
-ac_ct_CXX = @ac_ct_CXX@
-ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
-acx_pthread_config = @acx_pthread_config@
-am__include = @am__include@
-am__leading_dot = @am__leading_dot@
-am__quote = @am__quote@
-am__tar = @am__tar@
-am__untar = @am__untar@
-bindir = @bindir@
-build = @build@
-build_alias = @build_alias@
-build_cpu = @build_cpu@
-build_os = @build_os@
-build_vendor = @build_vendor@
-builddir = @builddir@
-datadir = @datadir@
-datarootdir = @datarootdir@
-docdir = @docdir@
-dvidir = @dvidir@
-exec_prefix = @exec_prefix@
-host = @host@
-host_alias = @host_alias@
-host_cpu = @host_cpu@
-host_os = @host_os@
-host_vendor = @host_vendor@
-htmldir = @htmldir@
-includedir = @includedir@
-infodir = @infodir@
-install_sh = @install_sh@
-libdir = @libdir@
-libexecdir = @libexecdir@
-localedir = @localedir@
-localstatedir = @localstatedir@
-mandir = @mandir@
-mkdir_p = @mkdir_p@
-oldincludedir = @oldincludedir@
-pdfdir = @pdfdir@
-prefix = @prefix@
-program_transform_name = @program_transform_name@
-psdir = @psdir@
-sbindir = @sbindir@
-sharedstatedir = @sharedstatedir@
-srcdir = @srcdir@
-sysconfdir = @sysconfdir@
-target = @target@
-target_alias = @target_alias@
-target_cpu = @target_cpu@
-target_os = @target_os@
-target_vendor = @target_vendor@
-top_build_prefix = @top_build_prefix@
-top_builddir = @top_builddir@
-top_srcdir = @top_srcdir@
-SUBDIRS = topology pthread basic $(am__append_1) $(am__append_3)
-noinst_LTLIBRARIES = libpocl-devices.la
-libpocl_devices_la_SOURCES = devices.h devices.c bufalloc.c dev_image.h \
-	prototypes.inc common.h common.c bufalloc.h cpuinfo.c cpuinfo.h
-
-libpocl_devices_la_LIBADD = pthread/libpocl-devices-pthread.la \
-	basic/libpocl-devices-basic.la \
-	topology/libpocl-devices-topology.la $(am__append_2) \
-	$(am__append_4)
-libpocl_devices_la_CPPFLAGS = \
-  -I$(top_srcdir)/fix-include \
-  -I$(top_srcdir)/include \
-  -I$(top_srcdir)/lib/CL/devices \
-  -I$(top_srcdir)/lib/CL/devices/tce \
-  -I$(top_srcdir)/lib/CL \
-  $(OCL_ICD_CFLAGS)
-
-EXTRA_DIST = CMakeLists.txt
-all: all-recursive
-
-.SUFFIXES:
-.SUFFIXES: .c .lo .o .obj
-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
-	@for dep in $?; do \
-	  case '$(am__configure_deps)' in \
-	    *$$dep*) \
-	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
-	        && { if test -f $@; then exit 0; else break; fi; }; \
-	      exit 1;; \
-	  esac; \
-	done; \
-	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign lib/CL/devices/Makefile'; \
-	$(am__cd) $(top_srcdir) && \
-	  $(AUTOMAKE) --foreign lib/CL/devices/Makefile
-Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
-	@case '$?' in \
-	  *config.status*) \
-	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
-	  *) \
-	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
-	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
-	esac;
-
-$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
-	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-
-$(top_srcdir)/configure:  $(am__configure_deps)
-	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
-	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-$(am__aclocal_m4_deps):
-
-clean-noinstLTLIBRARIES:
-	-test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
-	@list='$(noinst_LTLIBRARIES)'; \
-	locs=`for p in $$list; do echo $$p; done | \
-	      sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
-	      sort -u`; \
-	test -z "$$locs" || { \
-	  echo rm -f $${locs}; \
-	  rm -f $${locs}; \
-	}
-
-libpocl-devices.la: $(libpocl_devices_la_OBJECTS) $(libpocl_devices_la_DEPENDENCIES) $(EXTRA_libpocl_devices_la_DEPENDENCIES) 
-	$(AM_V_CCLD)$(LINK)  $(libpocl_devices_la_OBJECTS) $(libpocl_devices_la_LIBADD) $(LIBS)
-
-mostlyclean-compile:
-	-rm -f *.$(OBJEXT)
-
-distclean-compile:
-	-rm -f *.tab.c
-
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libpocl_devices_la-bufalloc.Plo at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libpocl_devices_la-common.Plo at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libpocl_devices_la-cpuinfo.Plo at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libpocl_devices_la-devices.Plo at am__quote@
-
-.c.o:
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(COMPILE) -c -o $@ $<
-
-.c.obj:
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
-
-.c.lo:
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(LTCOMPILE) -c -o $@ $<
-
-libpocl_devices_la-devices.lo: devices.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpocl_devices_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libpocl_devices_la-devices.lo -MD -MP -MF $(DEPDIR)/libpocl_devices_la-devices.Tpo -c -o libpocl_devices_la-devices.lo `test -f 'devices.c' || echo '$(srcdir)/'`devices.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libpocl_devices_la-devices.Tpo $(DEPDIR)/libpocl_devices_la-devices.Plo
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='devices.c' object='libpocl_devices_la-devices.lo' libtool=yes @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpocl_devices_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libpocl_devices_la-devices.lo `test -f 'devices.c' || echo '$(srcdir)/'`devices.c
-
-libpocl_devices_la-bufalloc.lo: bufalloc.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpocl_devices_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libpocl_devices_la-bufalloc.lo -MD -MP -MF $(DEPDIR)/libpocl_devices_la-bufalloc.Tpo -c -o libpocl_devices_la-bufalloc.lo `test -f 'bufalloc.c' || echo '$(srcdir)/'`bufalloc.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libpocl_devices_la-bufalloc.Tpo $(DEPDIR)/libpocl_devices_la-bufalloc.Plo
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='bufalloc.c' object='libpocl_devices_la-bufalloc.lo' libtool=yes @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpocl_devices_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libpocl_devices_la-bufalloc.lo `test -f 'bufalloc.c' || echo '$(srcdir)/'`bufalloc.c
-
-libpocl_devices_la-common.lo: common.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpocl_devices_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libpocl_devices_la-common.lo -MD -MP -MF $(DEPDIR)/libpocl_devices_la-common.Tpo -c -o libpocl_devices_la-common.lo `test -f 'common.c' || echo '$(srcdir)/'`common.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libpocl_devices_la-common.Tpo $(DEPDIR)/libpocl_devices_la-common.Plo
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='common.c' object='libpocl_devices_la-common.lo' libtool=yes @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpocl_devices_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libpocl_devices_la-common.lo `test -f 'common.c' || echo '$(srcdir)/'`common.c
-
-libpocl_devices_la-cpuinfo.lo: cpuinfo.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpocl_devices_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libpocl_devices_la-cpuinfo.lo -MD -MP -MF $(DEPDIR)/libpocl_devices_la-cpuinfo.Tpo -c -o libpocl_devices_la-cpuinfo.lo `test -f 'cpuinfo.c' || echo '$(srcdir)/'`cpuinfo.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libpocl_devices_la-cpuinfo.Tpo $(DEPDIR)/libpocl_devices_la-cpuinfo.Plo
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='cpuinfo.c' object='libpocl_devices_la-cpuinfo.lo' libtool=yes @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpocl_devices_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libpocl_devices_la-cpuinfo.lo `test -f 'cpuinfo.c' || echo '$(srcdir)/'`cpuinfo.c
-
-mostlyclean-libtool:
-	-rm -f *.lo
-
-clean-libtool:
-	-rm -rf .libs _libs
-
-# This directory's subdirectories are mostly independent; you can cd
-# into them and run 'make' without going through this Makefile.
-# To change the values of 'make' variables: instead of editing Makefiles,
-# (1) if the variable is set in 'config.status', edit 'config.status'
-#     (which will cause the Makefiles to be regenerated when you run 'make');
-# (2) otherwise, pass the desired values on the 'make' command line.
-$(am__recursive_targets):
-	@fail=; \
-	if $(am__make_keepgoing); then \
-	  failcom='fail=yes'; \
-	else \
-	  failcom='exit 1'; \
-	fi; \
-	dot_seen=no; \
-	target=`echo $@ | sed s/-recursive//`; \
-	case "$@" in \
-	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
-	  *) list='$(SUBDIRS)' ;; \
-	esac; \
-	for subdir in $$list; do \
-	  echo "Making $$target in $$subdir"; \
-	  if test "$$subdir" = "."; then \
-	    dot_seen=yes; \
-	    local_target="$$target-am"; \
-	  else \
-	    local_target="$$target"; \
-	  fi; \
-	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
-	  || eval $$failcom; \
-	done; \
-	if test "$$dot_seen" = "no"; then \
-	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
-	fi; test -z "$$fail"
-
-ID: $(am__tagged_files)
-	$(am__define_uniq_tagged_files); mkid -fID $$unique
-tags: tags-recursive
-TAGS: tags
-
-tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
-	set x; \
-	here=`pwd`; \
-	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
-	  include_option=--etags-include; \
-	  empty_fix=.; \
-	else \
-	  include_option=--include; \
-	  empty_fix=; \
-	fi; \
-	list='$(SUBDIRS)'; for subdir in $$list; do \
-	  if test "$$subdir" = .; then :; else \
-	    test ! -f $$subdir/TAGS || \
-	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
-	  fi; \
-	done; \
-	$(am__define_uniq_tagged_files); \
-	shift; \
-	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
-	  test -n "$$unique" || unique=$$empty_fix; \
-	  if test $$# -gt 0; then \
-	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
-	      "$$@" $$unique; \
-	  else \
-	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
-	      $$unique; \
-	  fi; \
-	fi
-ctags: ctags-recursive
-
-CTAGS: ctags
-ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
-	$(am__define_uniq_tagged_files); \
-	test -z "$(CTAGS_ARGS)$$unique" \
-	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
-	     $$unique
-
-GTAGS:
-	here=`$(am__cd) $(top_builddir) && pwd` \
-	  && $(am__cd) $(top_srcdir) \
-	  && gtags -i $(GTAGS_ARGS) "$$here"
-cscopelist: cscopelist-recursive
-
-cscopelist-am: $(am__tagged_files)
-	list='$(am__tagged_files)'; \
-	case "$(srcdir)" in \
-	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
-	  *) sdir=$(subdir)/$(srcdir) ;; \
-	esac; \
-	for i in $$list; do \
-	  if test -f "$$i"; then \
-	    echo "$(subdir)/$$i"; \
-	  else \
-	    echo "$$sdir/$$i"; \
-	  fi; \
-	done >> $(top_builddir)/cscope.files
-
-distclean-tags:
-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
-
-distdir: $(DISTFILES)
-	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
-	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
-	list='$(DISTFILES)'; \
-	  dist_files=`for file in $$list; do echo $$file; done | \
-	  sed -e "s|^$$srcdirstrip/||;t" \
-	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
-	case $$dist_files in \
-	  */*) $(MKDIR_P) `echo "$$dist_files" | \
-			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
-			   sort -u` ;; \
-	esac; \
-	for file in $$dist_files; do \
-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
-	  if test -d $$d/$$file; then \
-	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
-	    if test -d "$(distdir)/$$file"; then \
-	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
-	    fi; \
-	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
-	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
-	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
-	    fi; \
-	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
-	  else \
-	    test -f "$(distdir)/$$file" \
-	    || cp -p $$d/$$file "$(distdir)/$$file" \
-	    || exit 1; \
-	  fi; \
-	done
-	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
-	  if test "$$subdir" = .; then :; else \
-	    $(am__make_dryrun) \
-	      || test -d "$(distdir)/$$subdir" \
-	      || $(MKDIR_P) "$(distdir)/$$subdir" \
-	      || exit 1; \
-	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
-	    $(am__relativize); \
-	    new_distdir=$$reldir; \
-	    dir1=$$subdir; dir2="$(top_distdir)"; \
-	    $(am__relativize); \
-	    new_top_distdir=$$reldir; \
-	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
-	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
-	    ($(am__cd) $$subdir && \
-	      $(MAKE) $(AM_MAKEFLAGS) \
-	        top_distdir="$$new_top_distdir" \
-	        distdir="$$new_distdir" \
-		am__remove_distdir=: \
-		am__skip_length_check=: \
-		am__skip_mode_fix=: \
-	        distdir) \
-	      || exit 1; \
-	  fi; \
-	done
-check-am: all-am
-check: check-recursive
-all-am: Makefile $(LTLIBRARIES)
-installdirs: installdirs-recursive
-installdirs-am:
-install: install-recursive
-install-exec: install-exec-recursive
-install-data: install-data-recursive
-uninstall: uninstall-recursive
-
-install-am: all-am
-	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
-
-installcheck: installcheck-recursive
-install-strip:
-	if test -z '$(STRIP)'; then \
-	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
-	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
-	      install; \
-	else \
-	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
-	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
-	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
-	fi
-mostlyclean-generic:
-
-clean-generic:
-
-distclean-generic:
-	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
-	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
-
-maintainer-clean-generic:
-	@echo "This command is intended for maintainers to use"
-	@echo "it deletes files that may require special tools to rebuild."
-clean: clean-recursive
-
-clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
-	mostlyclean-am
-
-distclean: distclean-recursive
-	-rm -rf ./$(DEPDIR)
-	-rm -f Makefile
-distclean-am: clean-am distclean-compile distclean-generic \
-	distclean-tags
-
-dvi: dvi-recursive
-
-dvi-am:
-
-html: html-recursive
-
-html-am:
-
-info: info-recursive
-
-info-am:
-
-install-data-am:
-
-install-dvi: install-dvi-recursive
-
-install-dvi-am:
-
-install-exec-am:
-
-install-html: install-html-recursive
-
-install-html-am:
-
-install-info: install-info-recursive
-
-install-info-am:
-
-install-man:
-
-install-pdf: install-pdf-recursive
-
-install-pdf-am:
-
-install-ps: install-ps-recursive
-
-install-ps-am:
-
-installcheck-am:
-
-maintainer-clean: maintainer-clean-recursive
-	-rm -rf ./$(DEPDIR)
-	-rm -f Makefile
-maintainer-clean-am: distclean-am maintainer-clean-generic
-
-mostlyclean: mostlyclean-recursive
-
-mostlyclean-am: mostlyclean-compile mostlyclean-generic \
-	mostlyclean-libtool
-
-pdf: pdf-recursive
-
-pdf-am:
-
-ps: ps-recursive
-
-ps-am:
-
-uninstall-am:
-
-.MAKE: $(am__recursive_targets) install-am install-strip
-
-.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
-	check-am clean clean-generic clean-libtool \
-	clean-noinstLTLIBRARIES cscopelist-am ctags ctags-am distclean \
-	distclean-compile distclean-generic distclean-libtool \
-	distclean-tags distdir dvi dvi-am html html-am info info-am \
-	install install-am install-data install-data-am install-dvi \
-	install-dvi-am install-exec install-exec-am install-html \
-	install-html-am install-info install-info-am install-man \
-	install-pdf install-pdf-am install-ps install-ps-am \
-	install-strip installcheck installcheck-am installdirs \
-	installdirs-am maintainer-clean maintainer-clean-generic \
-	mostlyclean mostlyclean-compile mostlyclean-generic \
-	mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
-	uninstall-am
-
-.PRECIOUS: Makefile
-
-
-# Tell versions [3.59,3.63) of GNU make to not export all variables.
-# Otherwise a system limit (for SysV at least) may be exceeded.
-.NOEXPORT:
diff --git a/lib/CL/devices/basic/Makefile.am b/lib/CL/devices/basic/Makefile.am
deleted file mode 100644
index fb37789..0000000
--- a/lib/CL/devices/basic/Makefile.am
+++ /dev/null
@@ -1,33 +0,0 @@
-# Process this file with automake to produce Makefile.in (in this,
-# and all subdirectories).
-# Makefile.am for pocl/lib/CL/devices/basic.
-# 
-# Copyright (c) 2012 Pekka Jääskeläinen / Tampere University of Technology
-# 
-# Permission is hereby granted, free of charge, to any person obtaining a copy
-# of this software and associated documentation files (the "Software"), to deal
-# in the Software without restriction, including without limitation the rights
-# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-# copies of the Software, and to permit persons to whom the Software is
-# furnished to do so, subject to the following conditions:
-# 
-# The above copyright notice and this permission notice shall be included in
-# all copies or substantial portions of the Software.
-# 
-# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-# THE SOFTWARE.
-
-noinst_LTLIBRARIES = libpocl-devices-basic.la
-
-libpocl_devices_basic_la_SOURCES = basic.h basic.c
-
-libpocl_devices_basic_la_CPPFLAGS = -I$(top_srcdir)/fix-include -I$(top_srcdir)/include \
--I$(top_srcdir)/lib/CL/devices -I$(top_srcdir)/lib/CL $(OCL_ICD_CFLAGS)
-libpocl_devices_basic_la_LDFLAGS = -lltdl @PTHREAD_CFLAGS@ --version-info ${LIB_VERSION}
-
-EXTRA_DIST = CMakeLists.txt
diff --git a/lib/CL/devices/basic/Makefile.in b/lib/CL/devices/basic/Makefile.in
deleted file mode 100644
index a366e79..0000000
--- a/lib/CL/devices/basic/Makefile.in
+++ /dev/null
@@ -1,716 +0,0 @@
-# Makefile.in generated by automake 1.15 from Makefile.am.
-# @configure_input@
-
-# Copyright (C) 1994-2014 Free Software Foundation, Inc.
-
-# This Makefile.in is free software; the Free Software Foundation
-# gives unlimited permission to copy and/or distribute it,
-# with or without modifications, as long as this notice is preserved.
-
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
-# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
-# PARTICULAR PURPOSE.
-
- at SET_MAKE@
-
-# Process this file with automake to produce Makefile.in (in this,
-# and all subdirectories).
-# Makefile.am for pocl/lib/CL/devices/basic.
-# 
-# Copyright (c) 2012 Pekka Jääskeläinen / Tampere University of Technology
-# 
-# Permission is hereby granted, free of charge, to any person obtaining a copy
-# of this software and associated documentation files (the "Software"), to deal
-# in the Software without restriction, including without limitation the rights
-# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-# copies of the Software, and to permit persons to whom the Software is
-# furnished to do so, subject to the following conditions:
-# 
-# The above copyright notice and this permission notice shall be included in
-# all copies or substantial portions of the Software.
-# 
-# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-# THE SOFTWARE.
-
-VPATH = @srcdir@
-am__is_gnu_make = { \
-  if test -z '$(MAKELEVEL)'; then \
-    false; \
-  elif test -n '$(MAKE_HOST)'; then \
-    true; \
-  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
-    true; \
-  else \
-    false; \
-  fi; \
-}
-am__make_running_with_option = \
-  case $${target_option-} in \
-      ?) ;; \
-      *) echo "am__make_running_with_option: internal error: invalid" \
-              "target option '$${target_option-}' specified" >&2; \
-         exit 1;; \
-  esac; \
-  has_opt=no; \
-  sane_makeflags=$$MAKEFLAGS; \
-  if $(am__is_gnu_make); then \
-    sane_makeflags=$$MFLAGS; \
-  else \
-    case $$MAKEFLAGS in \
-      *\\[\ \	]*) \
-        bs=\\; \
-        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
-          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
-    esac; \
-  fi; \
-  skip_next=no; \
-  strip_trailopt () \
-  { \
-    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
-  }; \
-  for flg in $$sane_makeflags; do \
-    test $$skip_next = yes && { skip_next=no; continue; }; \
-    case $$flg in \
-      *=*|--*) continue;; \
-        -*I) strip_trailopt 'I'; skip_next=yes;; \
-      -*I?*) strip_trailopt 'I';; \
-        -*O) strip_trailopt 'O'; skip_next=yes;; \
-      -*O?*) strip_trailopt 'O';; \
-        -*l) strip_trailopt 'l'; skip_next=yes;; \
-      -*l?*) strip_trailopt 'l';; \
-      -[dEDm]) skip_next=yes;; \
-      -[JT]) skip_next=yes;; \
-    esac; \
-    case $$flg in \
-      *$$target_option*) has_opt=yes; break;; \
-    esac; \
-  done; \
-  test $$has_opt = yes
-am__make_dryrun = (target_option=n; $(am__make_running_with_option))
-am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
-pkgdatadir = $(datadir)/@PACKAGE@
-pkgincludedir = $(includedir)/@PACKAGE@
-pkglibdir = $(libdir)/@PACKAGE@
-pkglibexecdir = $(libexecdir)/@PACKAGE@
-am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
-install_sh_DATA = $(install_sh) -c -m 644
-install_sh_PROGRAM = $(install_sh) -c
-install_sh_SCRIPT = $(install_sh) -c
-INSTALL_HEADER = $(INSTALL_DATA)
-transform = $(program_transform_name)
-NORMAL_INSTALL = :
-PRE_INSTALL = :
-POST_INSTALL = :
-NORMAL_UNINSTALL = :
-PRE_UNINSTALL = :
-POST_UNINSTALL = :
-build_triplet = @build@
-host_triplet = @host@
-target_triplet = @target@
-subdir = lib/CL/devices/basic
-ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
-am__aclocal_m4_deps = $(top_srcdir)/m4/ax_boost_base.m4 \
-	$(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
-	$(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
-	$(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/acinclude.m4 \
-	$(top_srcdir)/configure.ac
-am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
-	$(ACLOCAL_M4)
-DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
-mkinstalldirs = $(install_sh) -d
-CONFIG_HEADER = $(top_builddir)/config.h
-CONFIG_CLEAN_FILES =
-CONFIG_CLEAN_VPATH_FILES =
-LTLIBRARIES = $(noinst_LTLIBRARIES)
-libpocl_devices_basic_la_LIBADD =
-am_libpocl_devices_basic_la_OBJECTS =  \
-	libpocl_devices_basic_la-basic.lo
-libpocl_devices_basic_la_OBJECTS =  \
-	$(am_libpocl_devices_basic_la_OBJECTS)
-AM_V_lt = $(am__v_lt_ at AM_V@)
-am__v_lt_ = $(am__v_lt_ at AM_DEFAULT_V@)
-am__v_lt_0 = --silent
-am__v_lt_1 = 
-libpocl_devices_basic_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
-	$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
-	$(AM_CFLAGS) $(CFLAGS) $(libpocl_devices_basic_la_LDFLAGS) \
-	$(LDFLAGS) -o $@
-AM_V_P = $(am__v_P_ at AM_V@)
-am__v_P_ = $(am__v_P_ at AM_DEFAULT_V@)
-am__v_P_0 = false
-am__v_P_1 = :
-AM_V_GEN = $(am__v_GEN_ at AM_V@)
-am__v_GEN_ = $(am__v_GEN_ at AM_DEFAULT_V@)
-am__v_GEN_0 = @echo "  GEN     " $@;
-am__v_GEN_1 = 
-AM_V_at = $(am__v_at_ at AM_V@)
-am__v_at_ = $(am__v_at_ at AM_DEFAULT_V@)
-am__v_at_0 = @
-am__v_at_1 = 
-DEFAULT_INCLUDES = -I. at am__isrc@ -I$(top_builddir)
-depcomp = $(SHELL) $(top_srcdir)/config/depcomp
-am__depfiles_maybe = depfiles
-am__mv = mv -f
-COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
-	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
-LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
-	$(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
-	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
-	$(AM_CFLAGS) $(CFLAGS)
-AM_V_CC = $(am__v_CC_ at AM_V@)
-am__v_CC_ = $(am__v_CC_ at AM_DEFAULT_V@)
-am__v_CC_0 = @echo "  CC      " $@;
-am__v_CC_1 = 
-CCLD = $(CC)
-LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
-	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
-AM_V_CCLD = $(am__v_CCLD_ at AM_V@)
-am__v_CCLD_ = $(am__v_CCLD_ at AM_DEFAULT_V@)
-am__v_CCLD_0 = @echo "  CCLD    " $@;
-am__v_CCLD_1 = 
-SOURCES = $(libpocl_devices_basic_la_SOURCES)
-DIST_SOURCES = $(libpocl_devices_basic_la_SOURCES)
-am__can_run_installinfo = \
-  case $$AM_UPDATE_INFO_DIR in \
-    n|no|NO) false;; \
-    *) (install-info --version) >/dev/null 2>&1;; \
-  esac
-am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
-# Read a list of newline-separated strings from the standard input,
-# and print each of them once, without duplicates.  Input order is
-# *not* preserved.
-am__uniquify_input = $(AWK) '\
-  BEGIN { nonempty = 0; } \
-  { items[$$0] = 1; nonempty = 1; } \
-  END { if (nonempty) { for (i in items) print i; }; } \
-'
-# Make sure the list of sources is unique.  This is necessary because,
-# e.g., the same source file might be shared among _SOURCES variables
-# for different programs/libraries.
-am__define_uniq_tagged_files = \
-  list='$(am__tagged_files)'; \
-  unique=`for i in $$list; do \
-    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
-  done | $(am__uniquify_input)`
-ETAGS = etags
-CTAGS = ctags
-am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/config/depcomp
-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
-ACLOCAL = @ACLOCAL@
-AMTAR = @AMTAR@
-AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
-AR = @AR@
-AUTOCONF = @AUTOCONF@
-AUTOHEADER = @AUTOHEADER@
-AUTOMAKE = @AUTOMAKE@
-AWK = @AWK@
-BOOST_CPPFLAGS = @BOOST_CPPFLAGS@
-BOOST_LDFLAGS = @BOOST_LDFLAGS@
-BUILD_TIMESTAMP = @BUILD_TIMESTAMP@
-CC = @CC@
-CCDEPMODE = @CCDEPMODE@
-CFLAGS = @CFLAGS@
-CLANG = @CLANG@
-CLANGXX = @CLANGXX@
-CLANGXX_FLAGS = @CLANGXX_FLAGS@
-CLFLAGS = @CLFLAGS@
-CPP = @CPP@
-CPPFLAGS = @CPPFLAGS@
-CXX = @CXX@
-CXXCPP = @CXXCPP@
-CXXDEPMODE = @CXXDEPMODE@
-CXXFLAGS = @CXXFLAGS@
-CYGPATH_W = @CYGPATH_W@
-DEFS = @DEFS@
-DEPDIR = @DEPDIR@
-DLLTOOL = @DLLTOOL@
-DSYMUTIL = @DSYMUTIL@
-DUMPBIN = @DUMPBIN@
-ECHO_C = @ECHO_C@
-ECHO_N = @ECHO_N@
-ECHO_T = @ECHO_T@
-EGREP = @EGREP@
-EXEEXT = @EXEEXT@
-FGREP = @FGREP@
-FORCED_CLFLAGS = @FORCED_CLFLAGS@
-GLEW_CFLAGS = @GLEW_CFLAGS@
-GLEW_LIBS = @GLEW_LIBS@
-GREP = @GREP@
-HOST = @HOST@
-HOST_AS_FLAGS = @HOST_AS_FLAGS@
-HOST_CLANG_FLAGS = @HOST_CLANG_FLAGS@
-HOST_CPU = @HOST_CPU@
-HOST_DEVICE_EXTENSION_DEFINES = @HOST_DEVICE_EXTENSION_DEFINES@
-HOST_LD_FLAGS = @HOST_LD_FLAGS@
-HOST_LLC_FLAGS = @HOST_LLC_FLAGS@
-HOST_SIZEOF_DOUBLE = @HOST_SIZEOF_DOUBLE@
-HOST_SIZEOF_HALF = @HOST_SIZEOF_HALF@
-HOST_SIZEOF_LONG = @HOST_SIZEOF_LONG@
-HOST_SIZEOF_VOID_P = @HOST_SIZEOF_VOID_P@
-HSAILASM = @HSAILASM@
-HSA_DEVICE_EXTENSION_DEFINES = @HSA_DEVICE_EXTENSION_DEFINES@
-HSA_INCLUDES = @HSA_INCLUDES@
-HSA_LIBS = @HSA_LIBS@
-HWLOC_CFLAGS = @HWLOC_CFLAGS@
-HWLOC_LIBS = @HWLOC_LIBS@
-ICD_LD_FLAGS = @ICD_LD_FLAGS@
-INSTALL = @INSTALL@
-INSTALL_DATA = @INSTALL_DATA@
-INSTALL_PROGRAM = @INSTALL_PROGRAM@
-INSTALL_SCRIPT = @INSTALL_SCRIPT@
-INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
-KERNEL_COMPILER_LIB_VERSION = @KERNEL_COMPILER_LIB_VERSION@
-LD = @LD@
-LDFLAGS = @LDFLAGS@
-LD_FLAGS_BIN = @LD_FLAGS_BIN@
-LIBOBJS = @LIBOBJS@
-LIBRARY_SUFFIX = @LIBRARY_SUFFIX@
-LIBS = @LIBS@
-LIBTOOL = @LIBTOOL@
-LIB_AGE_VERSION = @LIB_AGE_VERSION@
-LIB_CURRENT_VERSION = @LIB_CURRENT_VERSION@
-LIB_FIRST_VERSION = @LIB_FIRST_VERSION@
-LIB_REVISION_VERSION = @LIB_REVISION_VERSION@
-LIB_VERSION = @LIB_VERSION@
-LIPO = @LIPO@
-LLC = @LLC@
-LLVM_AS = @LLVM_AS@
-LLVM_CONFIG = @LLVM_CONFIG@
-LLVM_CXX_FLAGS = @LLVM_CXX_FLAGS@
-LLVM_LDFLAGS = @LLVM_LDFLAGS@
-LLVM_LIBS = @LLVM_LIBS@
-LLVM_LINK = @LLVM_LINK@
-LLVM_OPT = @LLVM_OPT@
-LLVM_VERSION = @LLVM_VERSION@
-LN_S = @LN_S@
-LTDL_LIBS = @LTDL_LIBS@
-LTLIBOBJS = @LTLIBOBJS@
-LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
-MAKEINFO = @MAKEINFO@
-MANIFEST_TOOL = @MANIFEST_TOOL@
-MKDIR_P = @MKDIR_P@
-NM = @NM@
-NMEDIT = @NMEDIT@
-OBJDUMP = @OBJDUMP@
-OBJEXT = @OBJEXT@
-OCL_ICD_CFLAGS = @OCL_ICD_CFLAGS@
-OCL_ICD_LIBS = @OCL_ICD_LIBS@
-OCL_KERNEL_ARCH = @OCL_KERNEL_ARCH@
-OCL_KERNEL_TARGET = @OCL_KERNEL_TARGET@
-OCL_KERNEL_TARGET_CPU = @OCL_KERNEL_TARGET_CPU@
-OCL_TARGETS = @OCL_TARGETS@
-OPENCL_CFLAGS = @OPENCL_CFLAGS@
-OPENCL_CMAKE = @OPENCL_CMAKE@
-OPENCL_EXTLIBS = @OPENCL_EXTLIBS@
-OPENCL_LIBS = @OPENCL_LIBS@
-OPT = @OPT@
-OTOOL = @OTOOL@
-OTOOL64 = @OTOOL64@
-PACKAGE = @PACKAGE@
-PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
-PACKAGE_NAME = @PACKAGE_NAME@
-PACKAGE_STRING = @PACKAGE_STRING@
-PACKAGE_TARNAME = @PACKAGE_TARNAME@
-PACKAGE_URL = @PACKAGE_URL@
-PACKAGE_VERSION = @PACKAGE_VERSION@
-PATH_SEPARATOR = @PATH_SEPARATOR@
-PKG_CONFIG = @PKG_CONFIG@
-PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
-PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
-POAT_TESTSUITES = @POAT_TESTSUITES@
-POCL_DEVICE_ADDRESS_BITS = @POCL_DEVICE_ADDRESS_BITS@
-PTHREAD_CC = @PTHREAD_CC@
-PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
-PTHREAD_LIBS = @PTHREAD_LIBS@
-RANLIB = @RANLIB@
-SDL_CFLAGS = @SDL_CFLAGS@
-SDL_LIBS = @SDL_LIBS@
-SED = @SED@
-SET_MAKE = @SET_MAKE@
-SHELL = @SHELL@
-STRIP = @STRIP@
-TARGET = @TARGET@
-TARGET_CLANG_FLAGS = @TARGET_CLANG_FLAGS@
-TARGET_CPU = @TARGET_CPU@
-TARGET_LLC_FLAGS = @TARGET_LLC_FLAGS@
-TARGET_SIZEOF_DOUBLE = @TARGET_SIZEOF_DOUBLE@
-TARGET_SIZEOF_HALF = @TARGET_SIZEOF_HALF@
-TARGET_SIZEOF_LONG = @TARGET_SIZEOF_LONG@
-TARGET_SIZEOF_VOID_P = @TARGET_SIZEOF_VOID_P@
-TCECC = @TCECC@
-TCEMC_AVAILABLE = @TCEMC_AVAILABLE@
-TCE_AVAILABLE = @TCE_AVAILABLE@
-TCE_CONFIG = @TCE_CONFIG@
-TCE_DEVICE_EXTENSION_DEFINES = @TCE_DEVICE_EXTENSION_DEFINES@
-VERSION = @VERSION@
-abs_builddir = @abs_builddir@
-abs_srcdir = @abs_srcdir@
-abs_top_builddir = @abs_top_builddir@
-abs_top_srcdir = @abs_top_srcdir@
-ac_ct_AR = @ac_ct_AR@
-ac_ct_CC = @ac_ct_CC@
-ac_ct_CXX = @ac_ct_CXX@
-ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
-acx_pthread_config = @acx_pthread_config@
-am__include = @am__include@
-am__leading_dot = @am__leading_dot@
-am__quote = @am__quote@
-am__tar = @am__tar@
-am__untar = @am__untar@
-bindir = @bindir@
-build = @build@
-build_alias = @build_alias@
-build_cpu = @build_cpu@
-build_os = @build_os@
-build_vendor = @build_vendor@
-builddir = @builddir@
-datadir = @datadir@
-datarootdir = @datarootdir@
-docdir = @docdir@
-dvidir = @dvidir@
-exec_prefix = @exec_prefix@
-host = @host@
-host_alias = @host_alias@
-host_cpu = @host_cpu@
-host_os = @host_os@
-host_vendor = @host_vendor@
-htmldir = @htmldir@
-includedir = @includedir@
-infodir = @infodir@
-install_sh = @install_sh@
-libdir = @libdir@
-libexecdir = @libexecdir@
-localedir = @localedir@
-localstatedir = @localstatedir@
-mandir = @mandir@
-mkdir_p = @mkdir_p@
-oldincludedir = @oldincludedir@
-pdfdir = @pdfdir@
-prefix = @prefix@
-program_transform_name = @program_transform_name@
-psdir = @psdir@
-sbindir = @sbindir@
-sharedstatedir = @sharedstatedir@
-srcdir = @srcdir@
-sysconfdir = @sysconfdir@
-target = @target@
-target_alias = @target_alias@
-target_cpu = @target_cpu@
-target_os = @target_os@
-target_vendor = @target_vendor@
-top_build_prefix = @top_build_prefix@
-top_builddir = @top_builddir@
-top_srcdir = @top_srcdir@
-noinst_LTLIBRARIES = libpocl-devices-basic.la
-libpocl_devices_basic_la_SOURCES = basic.h basic.c
-libpocl_devices_basic_la_CPPFLAGS = -I$(top_srcdir)/fix-include -I$(top_srcdir)/include \
--I$(top_srcdir)/lib/CL/devices -I$(top_srcdir)/lib/CL $(OCL_ICD_CFLAGS)
-
-libpocl_devices_basic_la_LDFLAGS = -lltdl @PTHREAD_CFLAGS@ --version-info ${LIB_VERSION}
-EXTRA_DIST = CMakeLists.txt
-all: all-am
-
-.SUFFIXES:
-.SUFFIXES: .c .lo .o .obj
-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
-	@for dep in $?; do \
-	  case '$(am__configure_deps)' in \
-	    *$$dep*) \
-	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
-	        && { if test -f $@; then exit 0; else break; fi; }; \
-	      exit 1;; \
-	  esac; \
-	done; \
-	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign lib/CL/devices/basic/Makefile'; \
-	$(am__cd) $(top_srcdir) && \
-	  $(AUTOMAKE) --foreign lib/CL/devices/basic/Makefile
-Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
-	@case '$?' in \
-	  *config.status*) \
-	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
-	  *) \
-	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
-	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
-	esac;
-
-$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
-	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-
-$(top_srcdir)/configure:  $(am__configure_deps)
-	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
-	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-$(am__aclocal_m4_deps):
-
-clean-noinstLTLIBRARIES:
-	-test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
-	@list='$(noinst_LTLIBRARIES)'; \
-	locs=`for p in $$list; do echo $$p; done | \
-	      sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
-	      sort -u`; \
-	test -z "$$locs" || { \
-	  echo rm -f $${locs}; \
-	  rm -f $${locs}; \
-	}
-
-libpocl-devices-basic.la: $(libpocl_devices_basic_la_OBJECTS) $(libpocl_devices_basic_la_DEPENDENCIES) $(EXTRA_libpocl_devices_basic_la_DEPENDENCIES) 
-	$(AM_V_CCLD)$(libpocl_devices_basic_la_LINK)  $(libpocl_devices_basic_la_OBJECTS) $(libpocl_devices_basic_la_LIBADD) $(LIBS)
-
-mostlyclean-compile:
-	-rm -f *.$(OBJEXT)
-
-distclean-compile:
-	-rm -f *.tab.c
-
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libpocl_devices_basic_la-basic.Plo at am__quote@
-
-.c.o:
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(COMPILE) -c -o $@ $<
-
-.c.obj:
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
-
-.c.lo:
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(LTCOMPILE) -c -o $@ $<
-
-libpocl_devices_basic_la-basic.lo: basic.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpocl_devices_basic_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libpocl_devices_basic_la-basic.lo -MD -MP -MF $(DEPDIR)/libpocl_devices_basic_la-basic.Tpo -c -o libpocl_devices_basic_la-basic.lo `test -f 'basic.c' || echo '$(srcdir)/'`basic.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libpocl_devices_basic_la-basic.Tpo $(DEPDIR)/libpocl_devices_basic_la-basic.Plo
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='basic.c' object='libpocl_devices_basic_la-basic.lo' libtool=yes @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpocl_devices_basic_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libpocl_devices_basic_la-basic.lo `test -f 'basic.c' || echo '$(srcdir)/'`basic.c
-
-mostlyclean-libtool:
-	-rm -f *.lo
-
-clean-libtool:
-	-rm -rf .libs _libs
-
-ID: $(am__tagged_files)
-	$(am__define_uniq_tagged_files); mkid -fID $$unique
-tags: tags-am
-TAGS: tags
-
-tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
-	set x; \
-	here=`pwd`; \
-	$(am__define_uniq_tagged_files); \
-	shift; \
-	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
-	  test -n "$$unique" || unique=$$empty_fix; \
-	  if test $$# -gt 0; then \
-	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
-	      "$$@" $$unique; \
-	  else \
-	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
-	      $$unique; \
-	  fi; \
-	fi
-ctags: ctags-am
-
-CTAGS: ctags
-ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
-	$(am__define_uniq_tagged_files); \
-	test -z "$(CTAGS_ARGS)$$unique" \
-	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
-	     $$unique
-
-GTAGS:
-	here=`$(am__cd) $(top_builddir) && pwd` \
-	  && $(am__cd) $(top_srcdir) \
-	  && gtags -i $(GTAGS_ARGS) "$$here"
-cscopelist: cscopelist-am
-
-cscopelist-am: $(am__tagged_files)
-	list='$(am__tagged_files)'; \
-	case "$(srcdir)" in \
-	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
-	  *) sdir=$(subdir)/$(srcdir) ;; \
-	esac; \
-	for i in $$list; do \
-	  if test -f "$$i"; then \
-	    echo "$(subdir)/$$i"; \
-	  else \
-	    echo "$$sdir/$$i"; \
-	  fi; \
-	done >> $(top_builddir)/cscope.files
-
-distclean-tags:
-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
-
-distdir: $(DISTFILES)
-	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
-	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
-	list='$(DISTFILES)'; \
-	  dist_files=`for file in $$list; do echo $$file; done | \
-	  sed -e "s|^$$srcdirstrip/||;t" \
-	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
-	case $$dist_files in \
-	  */*) $(MKDIR_P) `echo "$$dist_files" | \
-			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
-			   sort -u` ;; \
-	esac; \
-	for file in $$dist_files; do \
-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
-	  if test -d $$d/$$file; then \
-	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
-	    if test -d "$(distdir)/$$file"; then \
-	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
-	    fi; \
-	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
-	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
-	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
-	    fi; \
-	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
-	  else \
-	    test -f "$(distdir)/$$file" \
-	    || cp -p $$d/$$file "$(distdir)/$$file" \
-	    || exit 1; \
-	  fi; \
-	done
-check-am: all-am
-check: check-am
-all-am: Makefile $(LTLIBRARIES)
-installdirs:
-install: install-am
-install-exec: install-exec-am
-install-data: install-data-am
-uninstall: uninstall-am
-
-install-am: all-am
-	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
-
-installcheck: installcheck-am
-install-strip:
-	if test -z '$(STRIP)'; then \
-	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
-	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
-	      install; \
-	else \
-	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
-	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
-	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
-	fi
-mostlyclean-generic:
-
-clean-generic:
-
-distclean-generic:
-	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
-	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
-
-maintainer-clean-generic:
-	@echo "This command is intended for maintainers to use"
-	@echo "it deletes files that may require special tools to rebuild."
-clean: clean-am
-
-clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
-	mostlyclean-am
-
-distclean: distclean-am
-	-rm -rf ./$(DEPDIR)
-	-rm -f Makefile
-distclean-am: clean-am distclean-compile distclean-generic \
-	distclean-tags
-
-dvi: dvi-am
-
-dvi-am:
-
-html: html-am
-
-html-am:
-
-info: info-am
-
-info-am:
-
-install-data-am:
-
-install-dvi: install-dvi-am
-
-install-dvi-am:
-
-install-exec-am:
-
-install-html: install-html-am
-
-install-html-am:
-
-install-info: install-info-am
-
-install-info-am:
-
-install-man:
-
-install-pdf: install-pdf-am
-
-install-pdf-am:
-
-install-ps: install-ps-am
-
-install-ps-am:
-
-installcheck-am:
-
-maintainer-clean: maintainer-clean-am
-	-rm -rf ./$(DEPDIR)
-	-rm -f Makefile
-maintainer-clean-am: distclean-am maintainer-clean-generic
-
-mostlyclean: mostlyclean-am
-
-mostlyclean-am: mostlyclean-compile mostlyclean-generic \
-	mostlyclean-libtool
-
-pdf: pdf-am
-
-pdf-am:
-
-ps: ps-am
-
-ps-am:
-
-uninstall-am:
-
-.MAKE: install-am install-strip
-
-.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
-	clean-libtool clean-noinstLTLIBRARIES cscopelist-am ctags \
-	ctags-am distclean distclean-compile distclean-generic \
-	distclean-libtool distclean-tags distdir dvi dvi-am html \
-	html-am info info-am install install-am install-data \
-	install-data-am install-dvi install-dvi-am install-exec \
-	install-exec-am install-html install-html-am install-info \
-	install-info-am install-man install-pdf install-pdf-am \
-	install-ps install-ps-am install-strip installcheck \
-	installcheck-am installdirs maintainer-clean \
-	maintainer-clean-generic mostlyclean mostlyclean-compile \
-	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
-	tags tags-am uninstall uninstall-am
-
-.PRECIOUS: Makefile
-
-
-# Tell versions [3.59,3.63) of GNU make to not export all variables.
-# Otherwise a system limit (for SysV at least) may be exceeded.
-.NOEXPORT:
diff --git a/lib/CL/devices/basic/basic.c b/lib/CL/devices/basic/basic.c
index 44a5e3a..d6ad663 100644
--- a/lib/CL/devices/basic/basic.c
+++ b/lib/CL/devices/basic/basic.c
@@ -29,14 +29,21 @@
 #include "common.h"
 #include "utlist.h"
 #include "devices.h"
+#include "pocl_util.h"
 
+#include <pthread.h>
+#include <utlist.h>
 #include <assert.h>
 #include <string.h>
 #include <stdlib.h>
 
 #include "pocl_cache.h"
 #include "pocl_timing.h"
+#include "pocl_file_util.h"
+
+#ifdef OCS_AVAILABLE
 #include "pocl_llvm.h"
+#endif
 
 #define max(a,b) (((a) > (b)) ? (a) : (b))
 
@@ -48,6 +55,12 @@ struct data {
   cl_kernel current_kernel;
   /* Loaded kernel dynamic library handle. */
   lt_dlhandle current_dlhandle;
+  
+  /* List of commands ready to be executed */
+  _cl_command_node * volatile ready_list;
+  /* List of commands not yet ready to be executed */
+  _cl_command_node * volatile command_list;
+  pocl_lock_t cq_lock;      /* Lock for command list related operations */
 };
 
 static const cl_image_format supported_image_formats[] = {
@@ -206,12 +219,26 @@ pocl_basic_init_device_ops(struct pocl_device_ops *ops)
   ops->fill_rect = pocl_basic_fill_rect;
   ops->memfill = pocl_basic_memfill;
   ops->map_mem = pocl_basic_map_mem;
+  ops->compile_kernel = pocl_basic_compile_kernel;
   ops->unmap_mem = pocl_basic_unmap_mem;
-  ops->compile_submitted_kernels = pocl_basic_compile_submitted_kernels;
   ops->run = pocl_basic_run;
   ops->run_native = pocl_basic_run_native;
   ops->get_timer_value = pocl_basic_get_timer_value;
   ops->get_supported_image_formats = pocl_basic_get_supported_image_formats;
+  ops->join = pocl_basic_join;
+  ops->submit = pocl_basic_submit;
+  ops->broadcast = pocl_basic_broadcast;
+  ops->notify = pocl_basic_notify;
+  ops->flush = pocl_basic_flush;
+  ops->build_hash = pocl_basic_build_hash;
+}
+
+char *
+pocl_basic_build_hash (cl_device_id device)
+{
+  char* res = calloc(1000, sizeof(char));
+  snprintf(res, 1000, "basic-%s", HOST_DEVICE_BUILD_HASH);
+  return res;
 }
 
 void
@@ -251,11 +278,10 @@ pocl_basic_init_device_infos(struct _cl_device_id* dev)
   dev->native_vector_width_half = POCL_DEVICES_PREFERRED_VECTOR_WIDTH_HALF;
   dev->max_clock_frequency = 0;
   dev->address_bits = POCL_DEVICE_ADDRESS_BITS;
-
   dev->image_support = CL_TRUE;
-  /* Use the minimum values until we get a more sensible
-     upper limit from somewhere. */
-  dev->max_read_image_args = dev->max_write_image_args = 128;
+  /* Use the minimum values until we get a more sensible upper limit from
+     somewhere. */
+  dev->max_read_image_args = dev->max_write_image_args = dev->max_read_write_image_args = 128;
   dev->image2d_max_width = dev->image2d_max_height = 8192;
   dev->image3d_max_width = dev->image3d_max_height = dev->image3d_max_depth = 2048;
   dev->image_max_buffer_size = 65536;
@@ -264,7 +290,6 @@ pocl_basic_init_device_infos(struct _cl_device_id* dev)
   dev->max_constant_args = 8;
 
   dev->max_mem_alloc_size = 0;
-
   dev->max_parameter_size = 1024;
   dev->min_data_type_align_size = MAX_EXTENDED_ALIGNMENT; // this is in bytes
   dev->mem_base_addr_align = MAX_EXTENDED_ALIGNMENT*8; // this is in bits
@@ -276,6 +301,7 @@ pocl_basic_init_device_infos(struct _cl_device_id* dev)
   dev->global_mem_cache_size = 0;
   dev->global_mem_size = 0;
   dev->max_constant_buffer_size = 0;
+  dev->max_constant_args = 8;
   dev->local_mem_type = CL_GLOBAL;
   dev->local_mem_size = 0;
   dev->error_correction_support = CL_FALSE;
@@ -311,6 +337,8 @@ pocl_basic_init_device_infos(struct _cl_device_id* dev)
      ensure that there is no more than a single space between
      identifiers. */
 
+  dev->global_as_id = dev->local_as_id = dev->constant_as_id = 0;
+
   dev->should_allocate_svm = 0;
   /* OpenCL 2.0 properties */
   dev->svm_caps = CL_DEVICE_SVM_COARSE_GRAIN_BUFFER
@@ -331,12 +359,21 @@ pocl_basic_init_device_infos(struct _cl_device_id* dev)
 
   dev->extensions = HOST_DEVICE_EXTENSIONS;
 
+#ifdef OCS_AVAILABLE
+
   dev->llvm_target_triplet = OCL_KERNEL_TARGET;
+
 #ifdef POCL_BUILT_WITH_CMAKE
   dev->llvm_cpu = get_cpu_name();
 #else
   dev->llvm_cpu = OCL_KERNEL_TARGET_CPU;
 #endif
+
+#else
+  dev->llvm_cpu = NULL;
+  dev->llvm_target_triplet = "";
+#endif
+
   dev->has_64bit_long = 1;
   dev->autolocals_to_args = 1;
 }
@@ -359,16 +396,15 @@ void
 pocl_basic_init (cl_device_id device, const char* parameters)
 {
   struct data *d;
-  static int global_mem_id;
   static int first_basic_init = 1;
   static int device_number = 0;
   
   if (first_basic_init)
     {
+      pocl_init_dlhandle_cache();
       first_basic_init = 0;
-      global_mem_id = device->dev_id;
     }
-  device->global_mem_id = global_mem_id;
+  device->global_mem_id = 0;
 
   d = (struct data *) calloc (1, sizeof (struct data));
   
@@ -382,6 +418,7 @@ pocl_basic_init (cl_device_id device, const char* parameters)
      a nonzero there for now. */
   device->global_mem_size = 1;
   pocl_topology_detect_device_info(device);
+  POCL_INIT_LOCK (d->cq_lock);
   pocl_cpuinfo_detect_device_info(device);
   pocl_set_buffer_image_limits(device);
 
@@ -401,66 +438,90 @@ pocl_basic_init (cl_device_id device, const char* parameters)
      using multiple OpenCL devices. */
   device->max_compute_units = 1;
 
-  if(!strcmp(device->llvm_cpu, "(unknown)"))
+  if(device->llvm_cpu && (!strcmp(device->llvm_cpu, "(unknown)")))
     device->llvm_cpu = NULL;
 
   // work-around LLVM bug where sizeof(long)=4
   #ifdef _CL_DISABLE_LONG
   device->has_64bit_long=0;
   #endif
+
 }
 
 cl_int
-pocl_basic_alloc_mem_obj (cl_device_id device, cl_mem mem_obj)
+pocl_basic_alloc_mem_obj (cl_device_id device, cl_mem mem_obj, void* host_ptr)
 {
   void *b = NULL;
   cl_mem_flags flags = mem_obj->flags;
-
-  /* if memory for this global memory is not yet allocated -> do it */
-  if (mem_obj->device_ptrs[device->global_mem_id].mem_ptr == NULL)
+  unsigned i;
+  POCL_MSG_PRINT_INFO("BASIC: alloc_mem_obj, mem %p, dev %d\n", 
+                      mem_obj, device->dev_id);
+  /* check if some driver has already allocated memory for this mem_obj 
+     in our global address space, and use that*/
+  for (i = 0; i < mem_obj->context->num_devices; ++i)
     {
-      if (flags & CL_MEM_USE_HOST_PTR)
-        {
-          // mem_host_ptr must be non-NULL
-          assert(mem_obj->mem_host_ptr != NULL);
-          b = mem_obj->mem_host_ptr;
-        }
-      else
-        {
-          b = pocl_memalign_alloc_global_mem(device, MAX_EXTENDED_ALIGNMENT, mem_obj->size);
-          if (b == NULL)
-            return CL_MEM_OBJECT_ALLOCATION_FAILURE;
-        }
+      if (!mem_obj->device_ptrs[i].available)
+        continue;
 
-      if (flags & CL_MEM_COPY_HOST_PTR)
+      if (mem_obj->device_ptrs[i].global_mem_id == device->global_mem_id
+          && mem_obj->device_ptrs[i].mem_ptr != NULL)
         {
-          // mem_host_ptr must be non-NULL
-          assert(mem_obj->mem_host_ptr != NULL);
-          memcpy (b, mem_obj->mem_host_ptr, mem_obj->size);
+          mem_obj->device_ptrs[device->dev_id].mem_ptr =
+            mem_obj->device_ptrs[i].mem_ptr;
+          POCL_MSG_PRINT_INFO("BASIC: alloc_mem_obj %p dev %d, using already allocated mem\n", mem_obj, device->dev_id);
+          return CL_SUCCESS;
         }
+    }
+
+  /* memory for this global memory is not yet allocated -> do it */
+  if (flags & CL_MEM_USE_HOST_PTR)
+    {
+      // mem_host_ptr must be non-NULL
+      assert(host_ptr != NULL);
+      b = host_ptr;
+    }
+  else
+    {
+      b = pocl_memalign_alloc_global_mem (device, MAX_EXTENDED_ALIGNMENT,
+                                          mem_obj->size);
+      if (b==NULL)
+        return CL_MEM_OBJECT_ALLOCATION_FAILURE;
 
-      mem_obj->device_ptrs[device->global_mem_id].mem_ptr = b;
-      mem_obj->device_ptrs[device->global_mem_id].global_mem_id = 
-        device->global_mem_id;
+      mem_obj->shared_mem_allocation_owner = device;
     }
-  /* copy already allocated global mem info to devices own slot */
-  mem_obj->device_ptrs[device->dev_id] = 
-    mem_obj->device_ptrs[device->global_mem_id];
+
+  /* use this dev mem allocation as host ptr */
+  if (flags & CL_MEM_ALLOC_HOST_PTR && (mem_obj->mem_host_ptr == NULL))
+    mem_obj->mem_host_ptr = b;
+
+  if (flags & CL_MEM_COPY_HOST_PTR)
+    {
+      // mem_host_ptr must be non-NULL
+      assert(host_ptr != NULL);
+      memcpy (b, host_ptr, mem_obj->size);
+    }
+
+  mem_obj->device_ptrs[device->dev_id].mem_ptr = b;
 
   return CL_SUCCESS;
 }
 
+
 void
 pocl_basic_free (cl_device_id device, cl_mem memobj)
 {
   cl_mem_flags flags = memobj->flags;
 
-  if (flags & CL_MEM_USE_HOST_PTR)
+  /* aloocation owner executes freeing */
+  if (flags & CL_MEM_USE_HOST_PTR ||
+      memobj->shared_mem_allocation_owner != device)
     return;
 
   void* ptr = memobj->device_ptrs[device->dev_id].mem_ptr;
   size_t size = memobj->size;
 
+  if (memobj->flags | CL_MEM_ALLOC_HOST_PTR)
+    memobj->mem_host_ptr = NULL;
   pocl_free_global_mem(device, ptr, size);
 }
 
@@ -572,6 +633,10 @@ pocl_basic_run
       *(void **)(arguments[i]) = pocl_memalign_alloc(MAX_EXTENDED_ALIGNMENT, al->size);
     }
 
+  pc->local_size[0] = cmd->command.run.local_x;
+  pc->local_size[1] = cmd->command.run.local_y;
+  pc->local_size[2] = cmd->command.run.local_z;
+  
   for (z = 0; z < pc->num_groups[2]; ++z)
     {
       for (y = 0; y < pc->num_groups[1]; ++y)
@@ -759,6 +824,10 @@ void pocl_basic_memfill(void *ptr,
   size_t i;
   unsigned j;
 
+  /* memfill size is in bytes, we wanto make it into elements */
+  size /= pattern_size;
+  offset /= pattern_size;
+
   switch (pattern_size)
     {
     case 1:
@@ -840,7 +909,7 @@ pocl_basic_map_mem (void *data, void *buf_ptr,
 
 void* pocl_basic_unmap_mem(void *data, void *host_ptr,
                            void *device_start_ptr,
-                           size_t size)
+                           size_t offset, size_t size)
 {
   return host_ptr;
 }
@@ -874,70 +943,107 @@ pocl_basic_get_supported_image_formats (cl_mem_flags flags,
     return CL_SUCCESS; 
 }
 
-typedef struct compiler_cache_item compiler_cache_item;
-struct compiler_cache_item
+static void basic_command_scheduler (struct data *d) 
 {
-  char *tmp_dir;
-  char *function_name;
-  pocl_workgroup wg;
-  compiler_cache_item *next;
-};
-
-static compiler_cache_item *compiler_cache;
-static pocl_lock_t compiler_cache_lock;
+  _cl_command_node *node;
+  
+  /* execute commands from ready list */
+  while ((node = d->ready_list))
+    {
+      assert (pocl_command_is_ready(node->event));
+      CDL_DELETE (d->ready_list, node);
+
+      
+      pthread_mutex_unlock (&d->cq_lock);
+      assert (node->event->status == CL_SUBMITTED);
+      pocl_exec_command(node);
+      pthread_mutex_lock (&d->cq_lock);
+    }
+    
+  return;
+}
 
-void check_compiler_cache (_cl_command_node *cmd)
+void
+pocl_basic_submit (_cl_command_node *node, cl_command_queue cq)
 {
-  char workgroup_string[WORKGROUP_STRING_LENGTH];
-  lt_dlhandle dlhandle;
-  compiler_cache_item *ci = NULL;
+  struct data *d = node->device->data;
+  cl_event *event = &(node->event);
+  
+  node->device->ops->compile_kernel (node, NULL, NULL);
+  POCL_LOCK (d->cq_lock);
+  POCL_UPDATE_EVENT_SUBMITTED(event);
+  pocl_command_push(node, &d->ready_list, &d->command_list);
   
-  if (compiler_cache == NULL)
-    POCL_INIT_LOCK (compiler_cache_lock);
+  basic_command_scheduler (d);
+
+  POCL_UNLOCK (d->cq_lock);
+
+  return;
+}
+
+void pocl_basic_flush (cl_device_id device, cl_command_queue cq)
+{
+  struct data *d = (struct data*)device->data;
+
+  POCL_LOCK (d->cq_lock);
+  basic_command_scheduler (d);
+  POCL_UNLOCK (d->cq_lock);
+}
+/*
+static void
+pocl_basic_push_command (_cl_command_node *node)
+{
+  struct data *d = (struct data*)node->device->data;
+
+  pocl_command_push(node, &d->ready_list, &d->command_list);
 
-  POCL_LOCK (compiler_cache_lock);
-  LL_FOREACH (compiler_cache, ci)
+}
+*/
+void
+pocl_basic_join(cl_device_id device, cl_command_queue cq)
+{
+  struct data *d = (struct data*)device->data;
+
+  POCL_LOCK (d->cq_lock);
+  basic_command_scheduler (d);
+  POCL_UNLOCK (d->cq_lock);
+
+  return;
+}
+
+void
+pocl_basic_notify (cl_device_id device, cl_event event)
+{
+  struct data *d = (struct data*)device->data;
+  _cl_command_node * volatile node = event->command;
+  
+  POCL_LOCK_OBJ (event);
+  if (!(node->ready) && pocl_command_is_ready(node->event))
     {
-      if (strcmp (ci->tmp_dir, cmd->command.run.tmp_dir) == 0 &&
-          strcmp (ci->function_name, 
-                  cmd->command.run.kernel->name) == 0)
+      node->ready = 1;
+      POCL_UNLOCK_OBJ (event);
+      if (node->event->status == CL_SUBMITTED)
         {
-          POCL_UNLOCK (compiler_cache_lock);
-          cmd->command.run.wg = ci->wg;
-          return;
+          POCL_LOCK (d->cq_lock);
+          CDL_DELETE (d->command_list, node);
+          CDL_PREPEND (d->ready_list, node);
+          basic_command_scheduler (d);
+          POCL_UNLOCK (d->cq_lock);
         }
+      return;
     }
-
-  ci = (compiler_cache_item*) malloc (sizeof (compiler_cache_item));
-  ci->next = NULL;
-  ci->tmp_dir = strdup(cmd->command.run.tmp_dir);
-  ci->function_name = strdup (cmd->command.run.kernel->name);
-  const char* module_fn = llvm_codegen (cmd->command.run.tmp_dir,
-                                        cmd->command.run.kernel,
-                                        cmd->device);
-  dlhandle = lt_dlopen (module_fn);
-  if (dlhandle == NULL)
-    {
-      printf ("pocl error: lt_dlopen(\"%s\") failed with '%s'.\n", 
-              module_fn, lt_dlerror());
-      printf ("note: missing symbols in the kernel binary might be" 
-              "reported as 'file not found' errors.\n");
-      abort();
-    }
-  snprintf (workgroup_string, WORKGROUP_STRING_LENGTH,
-            "_pocl_launcher_%s_workgroup", cmd->command.run.kernel->name);
-  cmd->command.run.wg = ci->wg = 
-    (pocl_workgroup) lt_dlsym (dlhandle, workgroup_string);
-
-  LL_APPEND (compiler_cache, ci);
-  POCL_UNLOCK (compiler_cache_lock);
-
+  POCL_UNLOCK_OBJ (event);
 }
 
 void
-pocl_basic_compile_submitted_kernels (_cl_command_node *cmd)
+pocl_basic_broadcast (cl_event event)
 {
-  if (cmd->type == CL_COMMAND_NDRANGE_KERNEL)
-    check_compiler_cache (cmd);
+  pocl_broadcast (event);
+}
 
+void
+pocl_basic_compile_kernel (_cl_command_node *cmd, cl_kernel kernel, cl_device_id device)
+{
+  if (cmd != NULL && cmd->type == CL_COMMAND_NDRANGE_KERNEL)
+    pocl_check_dlhandle_cache (cmd);
 }
diff --git a/lib/CL/devices/basic/basic.h b/lib/CL/devices/basic/basic.h
index c928c68..25f9dcf 100644
--- a/lib/CL/devices/basic/basic.h
+++ b/lib/CL/devices/basic/basic.h
@@ -1,18 +1,18 @@
 /* basic.h - a minimalistic pocl device driver layer implementation
 
    Copyright (c) 2011 Universidad Rey Juan Carlos and
-                 2012 Pekka Jääskeläinen / Tampere University of Technology
-   
+                 2012-2016 Pekka Jääskeläinen / Tampere University of Technology
+
    Permission is hereby granted, free of charge, to any person obtaining a copy
    of this software and associated documentation files (the "Software"), to deal
    in the Software without restriction, including without limitation the rights
    to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
    copies of the Software, and to permit persons to whom the Software is
    furnished to do so, subject to the following conditions:
-   
+
    The above copyright notice and this permission notice shall be included in
    all copies or substantial portions of the Software.
-   
+
    THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
    IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
    FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
@@ -28,7 +28,9 @@
  * a minimalistic (but still working) device driver for pocl.
  *
  * It is a "native device" without multithreading and uses the malloc
- * directly for buffer allocation etc.
+ * directly for buffer allocation etc. It also executes work groups in
+ * their sequential (increasing) order, thus makes it useful as a test
+ * device.
  */
 
 #ifndef POCL_BASIC_H
diff --git a/lib/CL/devices/bufalloc.c b/lib/CL/devices/bufalloc.c
index e04cc41..f26720f 100644
--- a/lib/CL/devices/bufalloc.c
+++ b/lib/CL/devices/bufalloc.c
@@ -123,7 +123,9 @@ append_new_chunk (memory_region_t *region,
   chunk_info_t* new_chunk = NULL;
   BA_LOCK (region->lock);
 
+#ifdef ENABLE_ASSERTS
   assert (!region->last_chunk->is_allocated);
+#endif
   /* if the last_chunk is too small we cannot append
      a new chunk before it */
   if (!chunk_slack (region->last_chunk, size, NULL))
@@ -183,7 +185,9 @@ append_new_chunk (memory_region_t *region,
 chunk_info_t*
 alloc_buffer_from_region (memory_region_t *region, size_t size)
 {
+#ifdef ENABLE_ASSERTS
   assert (region != NULL);
+#endif
   /* The memory-wasteful but fast strategy:
 
      Assume there's plenty of memory so just try to append the
@@ -236,6 +240,8 @@ alloc_buffer_from_region (memory_region_t *region, size_t size)
  * @return The start address of the chunk, or 0 if no space available
  * in the buffer.
  */
+
+#ifndef BUFALLOC_NO_MULTIPLE_REGIONS 
 chunk_info_t *
 alloc_buffer (memory_region_t *regions, size_t size)
 {
@@ -249,6 +255,7 @@ alloc_buffer (memory_region_t *regions, size_t size)
     }
   return NULL;
 }
+#endif
 
 /**
  * Creates a reference to a part of a chunk.
@@ -256,6 +263,7 @@ alloc_buffer (memory_region_t *regions, size_t size)
  * @todo Register to the parent also so it can free the
  * child references.
  */
+#ifndef BUFALLOC_NO_SUB_CHUNKS
 chunk_info_t *
 create_sub_chunk (chunk_info_t *parent, size_t offset, size_t size)
 {
@@ -266,7 +274,7 @@ create_sub_chunk (chunk_info_t *parent, size_t offset, size_t size)
   DL_APPEND(parent->children, subchunk);
   return subchunk;
 }
-
+#endif
 
 /**
  * Merges two unallocated chunks together to a larger chunk, if both
@@ -278,8 +286,10 @@ create_sub_chunk (chunk_info_t *parent, size_t offset, size_t size)
  * @return A pointer to the coalesced chunk, or the second chunk in case
  * coalsecing could not be done.
  */
-static chunk_info_t *
-coalesce_chunks (chunk_info_t* first,
+
+#ifndef BUFALLOC_NO_CHUNK_COALESCING
+static chunk_info_t * 
+coalesce_chunks (chunk_info_t* first, 
                  chunk_info_t* second)
 {
   if (first == NULL) return second;
@@ -310,6 +320,7 @@ coalesce_chunks (chunk_info_t* first,
 
   return first;
 }
+#endif
 
 memory_region_t *
 free_buffer (memory_region_t *regions, memory_address_t addr)
@@ -329,7 +340,9 @@ free_buffer (memory_region_t *regions, memory_address_t addr)
           if (chunk->start_address == addr)
             {
               chunk->is_allocated = 0;
+#ifndef BUFALLOC_NO_CHUNK_COALESCING
               coalesce_chunks (coalesce_chunks (chunk->prev, chunk), chunk->next);
+#endif
               BA_UNLOCK (region->lock);
 #ifdef DEBUG_BUFALLOC
               printf ("#### region %x after free_buffer at addr %x\n",
@@ -357,7 +370,9 @@ free_chunk (chunk_info_t* chunk)
   memory_region_t *region = chunk->parent_region;
   BA_LOCK (region->lock);
   chunk->is_allocated = 0;
+#ifndef BUFALLOC_NO_CHUNK_COALESCING
   coalesce_chunks (coalesce_chunks (chunk->prev, chunk), chunk->next);
+#endif
   BA_UNLOCK (region->lock);
 
 #ifdef DEBUG_BUFALLOC
@@ -383,7 +398,8 @@ init_mem_region (memory_region_t *region, memory_address_t start, size_t size)
   region->chunks = NULL;
   region->free_chunks = NULL;
   region->alignment = 64;
-
+  region->next = NULL;
+  region->prev = NULL;
   /* Create the "sentinel chunk" */
   region->last_chunk = &region->all_chunks[0];
   region->last_chunk->start_address = start;
diff --git a/lib/CL/devices/bufalloc.h b/lib/CL/devices/bufalloc.h
index 13c5e2a..bb44005 100644
--- a/lib/CL/devices/bufalloc.h
+++ b/lib/CL/devices/bufalloc.h
@@ -58,14 +58,20 @@ typedef pocl_lock_t ba_lock_t;
 #include "tce-sync.h"
 #include "dthread.h"
 
+#ifdef NO_LOCKING
+typedef int ba_lock_t;
+#define BA_LOCK(LOCK)
+#define BA_UNLOCK(LOCK)
+#define BA_INIT_LOCK(LOCK)
+#else
 typedef tce_sm_lock ba_lock_t;
-
 #define BA_LOCK(LOCK) tce_sync_spin_lock (&LOCK)
 #define BA_UNLOCK(LOCK) tce_sync_unlock (&LOCK)
 #define BA_INIT_LOCK(LOCK) LOCK = 0
+#endif
 
 #ifndef AS_QUALIFIER
-#define AS_QUALIFIER __shared__
+#define AS_QUALIFIER
 #endif
 
 #endif
@@ -74,7 +80,7 @@ typedef tce_sm_lock ba_lock_t;
    maximum number of kernel buffer arguments. Running out of chunk
    data structures might leave region space unused due to that only. */
 #ifndef MAX_CHUNKS_IN_REGION
-#define MAX_CHUNKS_IN_REGION 64
+#define MAX_CHUNKS_IN_REGION 1024
 #endif
 
 /* address-space agnostic memory address */
@@ -90,9 +96,13 @@ enum allocation_strategy
                       */
   };
 
+#ifdef __TCE_STANDALONE__
+typedef AS_QUALIFIER volatile struct chunk_info chunk_info_t;
+typedef AS_QUALIFIER volatile struct memory_region memory_region_t;
+#else
 typedef AS_QUALIFIER struct chunk_info chunk_info_t;
-
 typedef AS_QUALIFIER struct memory_region memory_region_t;
+#endif
 
 /* Info of a single "chunk" inside a memory region. Chunk is a piece
    of memory that has been allocated to a buffer (but might have been
diff --git a/lib/CL/devices/common.c b/lib/CL/devices/common.c
index 18a431e..6708f0b 100644
--- a/lib/CL/devices/common.c
+++ b/lib/CL/devices/common.c
@@ -23,9 +23,13 @@
    THE SOFTWARE.
 */
 #include "common.h"
+#include "pocl_shared.h"
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
+#include <unistd.h>
+#include <utlist.h>
+#include <assert.h>
 
 #ifndef _MSC_VER
 #  include <sys/time.h>
@@ -36,16 +40,19 @@
 #endif
 
 #include "config.h"
-
 #include "pocl_image_util.h"
 #include "pocl_file_util.h"
+#include "pocl_util.h"
 #include "pocl_cache.h"
 #include "devices.h"
 #include "pocl_mem_management.h"
 #include "pocl_runtime_config.h"
-#include "pocl_llvm.h"
 #include "pocl_debug.h"
 
+#ifdef OCS_AVAILABLE
+#include "pocl_llvm.h"
+#endif
+
 #include "_kernel_constants.h"
 
 #define COMMAND_LENGTH 2048
@@ -59,16 +66,21 @@
  * @param tmpdir The directory of the work-group function bitcode.
  * @param return the generated binary filename.
  */
-const char*
+
+#ifdef OCS_AVAILABLE
+char*
 llvm_codegen (const char* tmpdir, cl_kernel kernel, cl_device_id device) {
 
   char command[COMMAND_LENGTH];
   char bytecode[POCL_FILENAME_LENGTH];
   char objfile[POCL_FILENAME_LENGTH];
-
-  char* module = malloc(strlen(tmpdir) + strlen(kernel->name) +
-                        strlen("/.so") + 1);
-
+  /* strlen of / .so 4+1 */
+  int file_name_alloc_size = 
+    min(POCL_FILENAME_LENGTH, strlen(tmpdir) + strlen(kernel->name) + 5);
+  char* module = (char*) malloc(file_name_alloc_size); 
+  /* To avoid corrupted .so files, create a tmp file first
+     and then rename it. */
+  char tmp_module[file_name_alloc_size + 4]; /* .tmp postfix */
   int error;
 
   error = snprintf(module, POCL_FILENAME_LENGTH,
@@ -83,48 +95,63 @@ llvm_codegen (const char* tmpdir, cl_kernel kernel, cl_device_id device) {
   if (pocl_exists(module))
     return module;
 
+  memcpy (tmp_module, module, file_name_alloc_size);
+  strcat (tmp_module, ".tmp");
+
   void* write_lock = pocl_cache_acquire_writer_lock(kernel->program, device);
   assert(write_lock);
 
-      error = snprintf (bytecode, POCL_FILENAME_LENGTH,
-                        "%s%s", tmpdir, POCL_PARALLEL_BC_FILENAME);
-      assert (error >= 0);
-      
-      error = pocl_llvm_codegen( kernel, device, bytecode, objfile);
-      assert (error == 0);
+  error = snprintf (bytecode, POCL_FILENAME_LENGTH,
+		    "%s%s", tmpdir, POCL_PARALLEL_BC_FILENAME);
+  assert (error >= 0);
+
+  error = pocl_llvm_codegen( kernel, device, bytecode, objfile);
+  assert (error == 0);
 
-      // clang is used as the linker driver in LINK_CMD
-      error = snprintf (command, COMMAND_LENGTH,
+  /* clang is used as the linker driver in LINK_CMD */
+  error = snprintf (command, COMMAND_LENGTH,
 #ifndef POCL_ANDROID
-            LINK_CMD " " HOST_CLANG_FLAGS " " HOST_LD_FLAGS " -o %s %s",
+#ifdef OCS_AVAILABLE
+                    CLANGXX " " HOST_CLANG_FLAGS " " HOST_LD_FLAGS " -o %s %s",
+#else
+                    LINK_COMMAND " " HOST_LD_FLAGS " -o %s %s",
+#endif
 #else
-            POCL_ANDROID_PREFIX"/bin/ld " HOST_LD_FLAGS " -o %s %s ",
+                    POCL_ANDROID_PREFIX"/bin/ld " HOST_LD_FLAGS " -o %s %s ",
 #endif
-            module, objfile);
-      assert (error >= 0);
+                    tmp_module, objfile);
+  assert (error >= 0);
 
-      POCL_MSG_PRINT_INFO ("executing [%s]\n", command);
-      error = system (command);
-      assert (error == 0);
+  POCL_MSG_PRINT_INFO ("executing [%s]\n", command);
+  error = system (command);
+  assert (error == 0);
 
-      /* Save space in kernel cache */
-      if (!pocl_get_bool_option("POCL_LEAVE_KERNEL_COMPILER_TEMP_FILES", 0))
-        {
-          pocl_remove(objfile);
-          pocl_remove(bytecode);
-        }
+  error = snprintf (command, COMMAND_LENGTH, "mv %s %s", tmp_module, module);
+  assert (error >= 0);
+  error = system (command);
+  assert (error == 0);
+
+  /* Save space in kernel cache */
+  if (!pocl_get_bool_option("POCL_LEAVE_KERNEL_COMPILER_TEMP_FILES", 0))
+    {
+      pocl_remove(objfile);
+      pocl_remove(bytecode);
+    }
 
   pocl_cache_release_lock(write_lock);
 
   return module;
 }
+#endif
+
 
 /**
  * Populates the device specific image data structure used by kernel
  * from given kernel image argument
  */
-void fill_dev_image_t (dev_image_t* di, struct pocl_argument* parg, 
-                       cl_device_id device)
+void
+fill_dev_image_t (dev_image_t* di, struct pocl_argument* parg,
+                  cl_device_id device)
 {
   cl_mem mem = *(cl_mem *)parg->value;
   di->data = (mem->device_ptrs[device->dev_id].mem_ptr);
@@ -140,11 +167,479 @@ void fill_dev_image_t (dev_image_t* di, struct pocl_argument* parg,
                               &(di->elem_size));
 }
 
+void
+pocl_copy_mem_object (cl_device_id dest_dev, cl_mem dest,
+                      size_t dest_offset,
+                      cl_device_id source_dev, cl_mem source,
+                      size_t source_offset, size_t cb)
+{
+  /* if source_dev is NULL -> src and dest dev must be the same */
+  cl_device_id src_dev = (source_dev) ? source_dev : dest_dev;
+
+  /* if source and destination are on the same global mem  */
+  if (src_dev->global_mem_id == dest_dev->global_mem_id)
+    {
+      src_dev->ops->copy 
+        (dest_dev->data, 
+         source->device_ptrs[src_dev->dev_id].mem_ptr, source_offset,
+         dest->device_ptrs[dest_dev->dev_id].mem_ptr, dest_offset, 
+         cb);
+    }
+  else
+    {
+      void* tofree = NULL;
+      void* tmp = NULL;
+      if (source->flags & CL_MEM_USE_HOST_PTR)
+        tmp = source->mem_host_ptr;
+      else if (dest->flags & CL_MEM_USE_HOST_PTR)
+        tmp = dest->mem_host_ptr;
+      else
+        {
+          tmp = malloc (dest->size);
+          tofree = tmp;
+        }
+      
+      src_dev->ops->read 
+        (src_dev->data, tmp, 
+         source->device_ptrs[src_dev->dev_id].mem_ptr, source_offset, 
+         cb);
+      dest_dev->ops->write 
+        (dest_dev->data, tmp, 
+         dest->device_ptrs[dest_dev->dev_id].mem_ptr, dest_offset,
+         cb);
+      free (tofree);
+    }
+  return;
+}
+
+void
+pocl_migrate_mem_objects (_cl_command_node * volatile node)
+{
+  size_t i;
+  cl_mem *mem_objects = node->command.migrate.mem_objects;
+  
+  for (i = 0; i < node->command.migrate.num_mem_objects; ++i)
+    {
+      pocl_copy_mem_object (node->device,
+                            mem_objects[i], 0,
+                            node->command.migrate.source_devices[i], 
+                            mem_objects[i], 0, mem_objects[i]->size);
+      
+      return;
+    }
+}
+
+void
+pocl_ndrange_node_cleanup(_cl_command_node *node)
+{
+  cl_uint i;
+  free (node->command.run.tmp_dir);
+  for (i = 0; i < node->command.run.kernel->num_args + 
+       node->command.run.kernel->num_locals; ++i)
+    {
+      pocl_aligned_free (node->command.run.arguments[i].value);
+    }
+  free (node->command.run.arguments);
+
+  POname(clReleaseKernel)(node->command.run.kernel);
+}
+
+void
+pocl_native_kernel_cleanup(_cl_command_node *node)
+{
+  free (node->command.native.mem_list);
+  free (node->command.native.args);
+}
+
+void
+pocl_mem_objs_cleanup (cl_event event)
+{
+  int i;
+  for (i = 0; i < event->num_buffers; ++i)
+    {
+      assert(event->mem_objs[i] != NULL);
+      POCL_LOCK_OBJ (event->mem_objs[i]);
+      if (event->mem_objs[i]->latest_event == event)
+        event->mem_objs[i]->latest_event = NULL;
+      POCL_UNLOCK_OBJ (event->mem_objs[i]);
+      POname(clReleaseMemObject) (event->mem_objs[i]);
+    }
+  free (event->mem_objs);
+  event->mem_objs = NULL;
+}
+
+/**
+ * executes given command.
+ */
+void
+pocl_exec_command (_cl_command_node * volatile node)
+{
+  unsigned i;
+  /* because of POCL_UPDATE_EVENT_ */
+  cl_event *event = &(node->event);
+  switch (node->type)
+    {
+    case CL_COMMAND_READ_BUFFER:
+      POCL_UPDATE_EVENT_RUNNING(event);
+      node->device->ops->read
+        (node->device->data, 
+         node->command.read.host_ptr, 
+         node->command.read.device_ptr,
+         node->command.read.offset,
+         node->command.read.cb); 
+      POCL_UPDATE_EVENT_COMPLETE(event);
+      POCL_DEBUG_EVENT_TIME(event, "Read Buffer           ");
+      break;
+    case CL_COMMAND_WRITE_BUFFER:
+      POCL_UPDATE_EVENT_RUNNING(event);
+      node->device->ops->write
+        (node->device->data, 
+         node->command.write.host_ptr, 
+         node->command.write.device_ptr,
+         node->command.write.offset, 
+         node->command.write.cb);
+      POCL_UPDATE_EVENT_COMPLETE(event);
+      POCL_DEBUG_EVENT_TIME(event, "Write Buffer          ");
+      break;
+    case CL_COMMAND_COPY_BUFFER:
+      POCL_UPDATE_EVENT_RUNNING(event);
+      pocl_copy_mem_object (node->command.copy.dst_dev, 
+                            node->command.copy.dst_buffer,
+                            node->command.copy.dst_offset,
+                            node->command.copy.src_dev,
+                            node->command.copy.src_buffer,
+                            node->command.copy.src_offset, 
+                            node->command.copy.cb);
+      POCL_UPDATE_EVENT_COMPLETE(event);
+      POCL_DEBUG_EVENT_TIME(event, "Copy Buffer           ");
+      break;
+    case CL_COMMAND_MIGRATE_MEM_OBJECTS:
+      POCL_UPDATE_EVENT_RUNNING(event);
+      pocl_migrate_mem_objects (node);
+      POCL_UPDATE_EVENT_COMPLETE(event);
+      POCL_DEBUG_EVENT_TIME(event, "Migrate Buffer        ");
+      break;
+    case CL_COMMAND_MAP_IMAGE:
+    case CL_COMMAND_MAP_BUFFER: 
+      POCL_UPDATE_EVENT_RUNNING(event);
+      pocl_map_mem_cmd (node->device, node->command.map.buffer, 
+                        node->command.map.mapping);
+      POCL_UPDATE_EVENT_COMPLETE(event);
+      POCL_DEBUG_EVENT_TIME(event, "Map Image/Buffer      ");
+      break;
+    case CL_COMMAND_WRITE_IMAGE:
+      POCL_UPDATE_EVENT_RUNNING(event);
+      node->device->ops->write_rect
+        (node->device->data,
+         node->command.write_image.host_ptr,
+         node->command.write_image.device_ptr,
+         node->command.write_image.origin,
+         node->command.write_image.origin,
+         node->command.write_image.region,
+         node->command.write_image.b_rowpitch,
+         node->command.write_image.b_slicepitch,
+         node->command.write_image.b_rowpitch,
+         node->command.write_image.b_slicepitch);
+      POCL_UPDATE_EVENT_COMPLETE(event);
+      break;
+    case CL_COMMAND_WRITE_BUFFER_RECT:
+      POCL_UPDATE_EVENT_RUNNING(event);
+      node->device->ops->write_rect
+        (node->device->data,
+         node->command.write_image.host_ptr,
+         node->command.write_image.device_ptr,
+         node->command.write_image.origin,
+         node->command.write_image.h_origin,
+         node->command.write_image.region,
+         node->command.write_image.b_rowpitch,
+         node->command.write_image.b_slicepitch,
+         node->command.write_image.h_rowpitch,
+         node->command.write_image.h_slicepitch);
+      POCL_UPDATE_EVENT_COMPLETE(event);
+      POCL_DEBUG_EVENT_TIME(event, "Write Image           ");
+      break;
+    case CL_COMMAND_READ_IMAGE:
+      POCL_UPDATE_EVENT_RUNNING(event);
+      node->device->ops->read_rect
+        (node->device->data, node->command.read_image.host_ptr,
+         node->command.read_image.device_ptr,
+         node->command.read_image.origin,
+         node->command.read_image.origin,
+         node->command.read_image.region,
+         node->command.read_image.b_rowpitch,
+         node->command.read_image.b_slicepitch,
+         node->command.read_image.b_rowpitch,
+         node->command.read_image.b_slicepitch);
+      POCL_UPDATE_EVENT_COMPLETE(event);
+      POCL_DEBUG_EVENT_TIME(event, "Read Image            ");
+      break;
+    case CL_COMMAND_READ_BUFFER_RECT:
+      POCL_UPDATE_EVENT_RUNNING(event);
+      node->device->ops->read_rect
+        (node->device->data, node->command.read_image.host_ptr,
+         node->command.read_image.device_ptr,
+         node->command.read_image.origin,
+         node->command.read_image.h_origin,
+         node->command.read_image.region,
+         node->command.read_image.b_rowpitch,
+         node->command.read_image.b_slicepitch,
+         node->command.read_image.h_rowpitch,
+         node->command.read_image.h_slicepitch);
+      POCL_UPDATE_EVENT_COMPLETE(event);
+      POCL_DEBUG_EVENT_TIME(event, "Read Buffer Rect      ");
+      break;
+    case CL_COMMAND_COPY_BUFFER_RECT:
+    case CL_COMMAND_COPY_BUFFER_TO_IMAGE:
+    case CL_COMMAND_COPY_IMAGE_TO_BUFFER:
+    case CL_COMMAND_COPY_IMAGE:
+      POCL_UPDATE_EVENT_RUNNING(event);
+      cl_device_id src_dev = node->command.copy_image.src_device;
+      cl_mem src_buf = node->command.copy_image.src_buffer;
+      cl_device_id dst_dev = node->command.copy_image.dst_device;
+      cl_mem dst_buf = node->command.copy_image.dst_buffer;
+
+      /* if source and destination are in the same global mem  */
+      if (src_dev->global_mem_id == dst_dev->global_mem_id)
+        {
+          node->device->ops->copy_rect
+            (node->device->data,
+             src_buf->device_ptrs[src_dev->dev_id].mem_ptr,
+             dst_buf->device_ptrs[dst_dev->dev_id].mem_ptr,
+             node->command.copy_image.src_origin,
+             node->command.copy_image.dst_origin,
+             node->command.copy_image.region,
+             node->command.copy_image.src_rowpitch,
+             node->command.copy_image.src_slicepitch,
+             node->command.copy_image.dst_rowpitch,
+             node->command.copy_image.dst_slicepitch);
+        }
+      /* if source and destination are in different global mem
+         data needs to be read to the host memory and then written to
+         destination device */
+      else
+        {
+          size_t size = node->command.copy_image.region[0]
+            * node->command.copy_image.region[1]
+            * node->command.copy_image.region[2];
+          void *tmp = malloc (size);
+
+          /* origin and slice pitch for tmp buffer */
+          const size_t null_origin[3] = {0, 0, 0};
+          size_t tmp_rowpitch =
+            node->command.copy_image.region[0];
+          size_t tmp_slicepitch =
+            node->command.copy_image.region[0]
+            * node->command.copy_image.region[1];
+
+          src_dev->ops->read_rect
+            (src_dev->data,
+             tmp,
+             src_buf->device_ptrs[src_dev->dev_id].mem_ptr,
+             node->command.copy_image.src_origin,
+             null_origin,
+             node->command.copy_image.region,
+             node->command.copy_image.src_rowpitch,
+             node->command.copy_image.src_slicepitch,
+             tmp_rowpitch,
+             tmp_slicepitch);
+
+          dst_dev->ops->write_rect
+            (dst_dev->data,
+             tmp,
+             dst_buf->device_ptrs[dst_dev->dev_id].mem_ptr,
+             node->command.copy_image.dst_origin,
+             null_origin,
+             node->command.copy_image.region,
+             node->command.copy_image.dst_rowpitch,
+             node->command.copy_image.dst_slicepitch,
+             tmp_rowpitch,
+             tmp_slicepitch);
+          free (tmp);
+        }
+      POCL_UPDATE_EVENT_COMPLETE(event);
+      POCL_DEBUG_EVENT_TIME(event, "Copy Buffer Rect      ");
+      break;
+    case CL_COMMAND_UNMAP_MEM_OBJECT:
+      POCL_UPDATE_EVENT_RUNNING(event);
+      if ((node->command.unmap.memobj)->flags & 
+          (CL_MEM_USE_HOST_PTR | CL_MEM_ALLOC_HOST_PTR))
+        {
+          /* TODO: should we ensure the device global region is updated from
+             the host memory? How does the specs define it,
+             can the host_ptr be assumed to point to the host and the
+             device accessible memory or just point there until the
+             kernel(s) get executed or similar? */
+          /* Assume the region is automatically up to date. */
+        } else 
+        {
+          if (node->device->ops->unmap_mem != NULL)        
+            node->device->ops->unmap_mem
+              (node->device->data, 
+               (node->command.unmap.mapping)->host_ptr, 
+               (node->command.unmap.memobj)->device_ptrs[node->device->dev_id].mem_ptr, 
+               (node->command.unmap.mapping)->offset,
+               (node->command.unmap.mapping)->size);
+        }
+      POCL_LOCK_OBJ (node->command.unmap.memobj);
+      DL_DELETE((node->command.unmap.memobj)->mappings, 
+                node->command.unmap.mapping);
+      (node->command.unmap.memobj)->map_count--;
+      POCL_UNLOCK_OBJ (node->command.unmap.memobj);
+      POCL_UPDATE_EVENT_COMPLETE(event);
+      POCL_DEBUG_EVENT_TIME(event, "Unmap Mem obj         ");
+      break;
+    case CL_COMMAND_NDRANGE_KERNEL:
+      POCL_UPDATE_EVENT_RUNNING(event);
+      assert (*event == node->event);
+      node->device->ops->run(node->command.run.data, node);
+      POCL_UPDATE_EVENT_COMPLETE(event);
+      POCL_DEBUG_EVENT_TIME(event, "Enqueue NDRange       ");
+      pocl_ndrange_node_cleanup(node);
+      break;
+    case CL_COMMAND_NATIVE_KERNEL:
+      POCL_UPDATE_EVENT_RUNNING(event);
+      node->device->ops->run_native(node->command.native.data, node);
+      pocl_native_kernel_cleanup(node);
+      POCL_UPDATE_EVENT_COMPLETE(event);
+      POCL_DEBUG_EVENT_TIME(event, "Native Kernel         ");
+      break;
+    case CL_COMMAND_FILL_IMAGE:
+      POCL_UPDATE_EVENT_RUNNING(event);
+      node->device->ops->fill_rect 
+        (node->command.fill_image.data, 
+         node->command.fill_image.device_ptr,
+         node->command.fill_image.buffer_origin,
+         node->command.fill_image.region,
+         node->command.fill_image.rowpitch, 
+         node->command.fill_image.slicepitch,
+         node->command.fill_image.fill_pixel,
+         node->command.fill_image.pixel_size);
+      POCL_UPDATE_EVENT_COMPLETE(event);
+      POCL_DEBUG_EVENT_TIME(event, "Fill Image            ");
+      free(node->command.fill_image.fill_pixel);
+      break;
+    case CL_COMMAND_FILL_BUFFER:
+      POCL_UPDATE_EVENT_RUNNING(event);
+      node->device->ops->memfill
+        (node->command.memfill.ptr,
+         node->command.memfill.size,
+         node->command.memfill.offset,
+         node->command.memfill.pattern,
+         node->command.memfill.pattern_size);
+      POCL_UPDATE_EVENT_COMPLETE(event);
+      POCL_DEBUG_EVENT_TIME(event, "Fill Buffer           ");
+      pocl_aligned_free(node->command.memfill.pattern);
+      break;
+    case CL_COMMAND_MARKER:
+      POCL_UPDATE_EVENT_RUNNING(event);
+      POCL_UPDATE_EVENT_COMPLETE(event);
+      break;
+    case CL_COMMAND_BARRIER:
+      POCL_UPDATE_EVENT_RUNNING(event);
+      POCL_UPDATE_EVENT_COMPLETE(event);
+      break;
+    case CL_COMMAND_SVM_FREE:
+      POCL_UPDATE_EVENT_RUNNING(event);
+      if (node->command.svm_free.pfn_free_func)
+        node->command.svm_free.pfn_free_func(
+           node->command.svm_free.queue,
+           node->command.svm_free.num_svm_pointers,
+           node->command.svm_free.svm_pointers,
+           node->command.svm_free.data);
+      else
+        for (i=0; i < node->command.svm_free.num_svm_pointers; i++)
+          node->device->ops->free_ptr(node->device,
+                                      node->command.svm_free.svm_pointers[i]);
+      POCL_UPDATE_EVENT_COMPLETE(event);
+      POCL_DEBUG_EVENT_TIME(event, "SVM Free              ");
+      break;
+    case CL_COMMAND_SVM_MAP:
+      POCL_UPDATE_EVENT_RUNNING(event);
+      if (DEVICE_MMAP_IS_NOP(node->device))
+        ; // no-op
+      else
+        node->device->ops->map_mem
+          (node->device->data, node->command.svm_map.svm_ptr,
+           0, node->command.svm_map.size, NULL);
+      POCL_UPDATE_EVENT_COMPLETE(event);
+      POCL_DEBUG_EVENT_TIME(event, "SVM Map              ");
+      break;
+    case CL_COMMAND_SVM_UNMAP:
+      POCL_UPDATE_EVENT_RUNNING(event);
+      if (DEVICE_MMAP_IS_NOP(node->device))
+        ; // no-op
+      else
+        node->device->ops->unmap_mem
+          (node->device->data, NULL,
+           node->command.svm_unmap.svm_ptr, 0, 0);
+      POCL_UPDATE_EVENT_COMPLETE(event);
+      POCL_DEBUG_EVENT_TIME(event, "SVM Unmap             ");
+      break;
+    case CL_COMMAND_SVM_MEMCPY:
+      POCL_UPDATE_EVENT_RUNNING(event);
+      node->device->ops->copy(NULL,
+                              node->command.svm_memcpy.src, 0,
+                              node->command.svm_memcpy.dst, 0,
+                              node->command.svm_memcpy.size);
+      POCL_UPDATE_EVENT_COMPLETE(event);
+      POCL_DEBUG_EVENT_TIME(event, "SVM Memcpy            ");
+      break;
+    case CL_COMMAND_SVM_MEMFILL:
+      POCL_UPDATE_EVENT_RUNNING(event);
+      node->device->ops->memfill(
+                                 node->command.memfill.ptr,
+                                 node->command.memfill.size, 0,
+                                 node->command.memfill.pattern,
+                                 node->command.memfill.pattern_size);
+      POCL_UPDATE_EVENT_COMPLETE(event);
+      POCL_DEBUG_EVENT_TIME(event, "SVM MemFill           ");
+      pocl_aligned_free(node->command.memfill.pattern);
+      break;
+    default:
+      POCL_ABORT_UNIMPLEMENTED("");
+      break;
+    }   
+  pocl_mem_manager_free_command (node);
+}
+
+void
+pocl_broadcast (cl_event brc_event)
+{
+  event_node *target;
+  event_node *tmp;
+  while ((target = brc_event->notify_list))
+    {
+      POCL_LOCK_OBJ (target->event);
+      /* remove event from wait list */
+      LL_FOREACH (target->event->wait_list, tmp)
+        {
+          if (tmp->event == brc_event)
+            {
+              LL_DELETE (target->event->wait_list, tmp);
+              pocl_mem_manager_free_event_node (tmp);
+              break;
+            }
+        }
+      if (target->event->status == CL_SUBMITTED)
+        {
+          POCL_UNLOCK_OBJ (target->event);
+          target->event->command->device->ops->notify 
+            (target->event->command->device, target->event);
+        }
+      else 
+        POCL_UNLOCK_OBJ (target->event);
+      
+      LL_DELETE (brc_event->notify_list, target);
+      pocl_mem_manager_free_event_node (target);
+    }
+}
+
 /**
  * Populates the device specific sampler data structure used by kernel
  * from given kernel sampler argument
  */
-void fill_dev_sampler_t (dev_sampler_t *ds, struct pocl_argument *parg)
+void
+fill_dev_sampler_t (dev_sampler_t *ds, struct pocl_argument *parg)
 {
   cl_sampler_t sampler = *(cl_sampler_t *)parg->value;
 
@@ -188,13 +683,189 @@ pocl_memalign_alloc(size_t align_width, size_t size)
 #endif
 }
 
+/* CPU driver stuff */
+typedef struct pocl_dlhandle_cache_item pocl_dlhandle_cache_item;
+struct pocl_dlhandle_cache_item
+{
+  char *tmp_dir;
+  char *function_name;
+  pocl_workgroup wg;
+  lt_dlhandle dlhandle;
+  pocl_dlhandle_cache_item *next;
+  pocl_dlhandle_cache_item *prev;
+  volatile int ref_count;
+};
+
+static pocl_dlhandle_cache_item *pocl_dlhandle_cache;
+static pocl_lock_t pocl_dlhandle_cache_lock;
+static pocl_lock_t pocl_llvm_codegen_lock;
+static pocl_lock_t pocl_dlhandle_lock;
+static int pocl_dlhandle_cache_initialized;
+
+/* only to be called in basic/pthread/<other cpu driver> init */
+void
+pocl_init_dlhandle_cache ()
+{
+  if (!pocl_dlhandle_cache_initialized)
+    {
+      POCL_INIT_LOCK (pocl_dlhandle_cache_lock);
+      POCL_INIT_LOCK (pocl_llvm_codegen_lock);
+      POCL_INIT_LOCK (pocl_dlhandle_lock);
+      pocl_dlhandle_cache_initialized = 1;
+   }
+}
+
+static int handle_count = 0;
+void
+pocl_check_dlhandle_cache (_cl_command_node *cmd)
+{
+  char workgroup_string[256];
+  pocl_dlhandle_cache_item *ci = NULL;
+
+  POCL_LOCK (pocl_dlhandle_cache_lock);
+  DL_FOREACH (pocl_dlhandle_cache, ci)
+    {
+      if (strcmp (ci->tmp_dir, cmd->command.run.tmp_dir) == 0 &&
+          strcmp (ci->function_name,
+                  cmd->command.run.kernel->name) == 0)
+        {
+          /* move to the front of the line */
+          DL_DELETE (pocl_dlhandle_cache, ci);
+          DL_PREPEND (pocl_dlhandle_cache, ci);
+          ++ci->ref_count;
+          POCL_UNLOCK (pocl_dlhandle_cache_lock);
+          cmd->command.run.wg = ci->wg;
+          return;
+        }
+    }
+  if (handle_count == 128)
+    {
+      ci = pocl_dlhandle_cache->prev;
+      //assert (ci->ref_count == 0);
+      DL_DELETE (pocl_dlhandle_cache, ci);
+      free (ci->tmp_dir);
+      free (ci->function_name);
+      assert(!lt_dlclose (ci->dlhandle));
+    }
+  else
+    {
+      ++handle_count;
+      ci = (pocl_dlhandle_cache_item*) malloc (sizeof (pocl_dlhandle_cache_item));
+    }
+  POCL_UNLOCK (pocl_dlhandle_cache_lock);
+  ci->next = NULL;
+  ci->tmp_dir = strdup (cmd->command.run.tmp_dir);
+  ci->function_name = strdup (cmd->command.run.kernel->name);
+  ci->ref_count = 1;
+
+  char *module_fn = NULL;
+  cl_kernel k = cmd->command.run.kernel;
+  cl_program p = k->program;
+  cl_device_id dev = cmd->device;
+  int dev_i = pocl_cl_device_to_index(p, dev);
+
+  if (p->binaries[dev_i] && !p->pocl_binaries[dev_i])
+    {
+#ifdef OCS_AVAILABLE
+      POCL_LOCK (pocl_llvm_codegen_lock);
+      module_fn = (char *)llvm_codegen (cmd->command.run.tmp_dir,
+                                        cmd->command.run.kernel,
+                                        cmd->device);
+      POCL_UNLOCK (pocl_llvm_codegen_lock);
+      POCL_MSG_PRINT_INFO("Using static WG size binary: %s\n", module_fn);
+#else
+      POCL_ABORT("pocl built without online compiler support "
+                 "cannot compile LLVM IRs to machine code\n");
+#endif
+    }
+  else
+    {
+      module_fn = malloc (POCL_FILENAME_LENGTH);
+      /* First try to find a static WG binary for the local size as they
+         are always more efficient than the dynamic ones.  Also, in case
+         of reqd_wg_size, there might not be a dynamic sized one at all.  */
+      pocl_cache_final_binary_path (module_fn, p, dev_i, k,
+                                    cmd->command.run.local_x,
+                                    cmd->command.run.local_y,
+                                    cmd->command.run.local_z);
+      if (!pocl_exists (module_fn))
+        {
+          pocl_cache_final_binary_path (module_fn, p, dev_i, k, 0, 0, 0);
+          if (!pocl_exists (module_fn))
+            POCL_ABORT("Dynamic WG size binary does not exist\n");
+          POCL_MSG_PRINT_INFO("Using dynamic local size binary: %s\n", module_fn);
+        }
+      else
+        POCL_MSG_PRINT_INFO("Using static local size binary: %s\n", module_fn);
+    }
+
+  POCL_LOCK (pocl_dlhandle_lock);
+  ci->dlhandle = lt_dlopen (module_fn);
+  POCL_UNLOCK (pocl_dlhandle_lock);
+  
+  if (ci->dlhandle == NULL)
+    {
+      printf ("pocl error: lt_dlopen(\"%s\") failed with '%s'.\n", 
+              module_fn, lt_dlerror());
+      printf ("note: missing symbols in the kernel binary might be" 
+              " reported as 'file not found' errors.\n");
+      abort();
+    }
+  free(module_fn);
+
+  snprintf (workgroup_string, 256, "_pocl_launcher_%s_workgroup", 
+            cmd->command.run.kernel->name);
+
+  POCL_LOCK (pocl_dlhandle_lock);
+  cmd->command.run.wg = ci->wg =
+    (pocl_workgroup) lt_dlsym (ci->dlhandle, workgroup_string);
+  POCL_UNLOCK (pocl_dlhandle_lock);
+
+  assert (cmd->command.run.wg != NULL);
+
+  POCL_LOCK (pocl_dlhandle_cache_lock);
+  assert (handle_count <= 128);
+  DL_PREPEND (pocl_dlhandle_cache, ci);
+  POCL_UNLOCK (pocl_dlhandle_cache_lock);
+}
+
+/*
+static void
+pocl_free_dlhandle (_cl_command_node *cmd)
+{
+  pocl_dlhandle_cache_item *ci = NULL;
+  POCL_LOCK (pocl_dlhandle_cache_lock);
+  DL_FOREACH (pocl_dlhandle_cache, ci)
+    {
+      if (strcmp (ci->tmp_dir, cmd->command.run.tmp_dir) == 0 &&
+          strcmp (ci->function_name, 
+                  cmd->command.run.kernel->name) == 0)
+        {
+          if ((--ci->ref_count))
+            break;
+          --handle_count;
+          DL_DELETE (pocl_dlhandle_cache, ci);
+          POCL_UNLOCK (pocl_dlhandle_cache_lock);
+          free (ci->tmp_dir);
+          free (ci->function_name);
+          POCL_LOCK (pocl_llvm_codegen_lock);
+          assert(!lt_dlclose (ci->dlhandle));
+          POCL_UNLOCK (pocl_llvm_codegen_lock);
+          free (ci);
+          return;
+        }
+    }
+  POCL_UNLOCK (pocl_dlhandle_cache_lock);
+}
+*/
 
 #define MIN_MAX_MEM_ALLOC_SIZE (128*1024*1024)
 
 /* accounting object for the main memory */
 static pocl_global_mem_t system_memory;
 
-void pocl_setup_device_for_system_memory(cl_device_id device)
+void
+pocl_setup_device_for_system_memory(cl_device_id device)
 {
   /* set up system memory limits, if required */
   if (system_memory.total_alloc_limit == 0)
@@ -299,7 +970,8 @@ pocl_set_buffer_image_limits(cl_device_id device)
 
 }
 
-void* pocl_memalign_alloc_global_mem(cl_device_id device, size_t align, size_t size)
+void*
+pocl_memalign_alloc_global_mem(cl_device_id device, size_t align, size_t size)
 {
   pocl_global_mem_t *mem = device->global_memory;
   if ((mem->total_alloc_limit - mem->currently_allocated) < size)
@@ -317,7 +989,8 @@ void* pocl_memalign_alloc_global_mem(cl_device_id device, size_t align, size_t s
   return ptr;
 }
 
-void pocl_free_global_mem(cl_device_id device, void* ptr, size_t size)
+void
+pocl_free_global_mem(cl_device_id device, void* ptr, size_t size)
 {
   pocl_global_mem_t *mem = device->global_memory;
 
@@ -327,7 +1000,8 @@ void pocl_free_global_mem(cl_device_id device, void* ptr, size_t size)
   POCL_MEM_FREE(ptr);
 }
 
-void pocl_print_system_memory_stats()
+void
+pocl_print_system_memory_stats()
 {
   POCL_MSG_PRINT("MEM STATS:\n", "",
   "____ Total available system memory  : %10zu KB\n"
diff --git a/lib/CL/devices/common.h b/lib/CL/devices/common.h
index 73f01c2..469fcef 100644
--- a/lib/CL/devices/common.h
+++ b/lib/CL/devices/common.h
@@ -27,6 +27,7 @@
 
 #include "pocl_cl.h"
 #include "dev_image.h"
+#include "utlist.h"
 
 #define XSETUP_DEVICE_CL_VERSION(A, B)             \
   dev->cl_version_major = A;                      \
@@ -83,9 +84,17 @@
 #define POCL_DEVICES_PREFERRED_VECTOR_WIDTH_HALF POCL_DEVICES_PREFERRED_VECTOR_WIDTH_SHORT
 #define POCL_DEVICES_NATIVE_VECTOR_WIDTH_HALF POCL_DEVICES_NATIVE_VECTOR_WIDTH_SHORT
 
-const char* llvm_codegen (const char* tmpdir,
-                          cl_kernel kernel,
-                          cl_device_id device);
+#ifdef __cplusplus  
+extern "C" {
+#endif
+
+#ifdef __GNUC__
+#pragma GCC visibility push(hidden)
+#endif
+
+char* llvm_codegen (const char* tmpdir,
+                    cl_kernel kernel,
+                    cl_device_id device);
 
 void fill_dev_image_t (dev_image_t* di, struct pocl_argument* parg, 
                        cl_device_id device);
@@ -94,6 +103,27 @@ void fill_dev_sampler_t (dev_sampler_t *ds, struct pocl_argument *parg);
 
 void* pocl_memalign_alloc(size_t align_width, size_t size);
 
+void pocl_copy_mem_object (cl_device_id dest_dev, cl_mem dest, 
+                           size_t dest_offset,
+                           cl_device_id source_dev, cl_mem source,
+                           size_t source_offset, size_t cb);
+
+void pocl_migrate_mem_objects (_cl_command_node *node);
+
+void pocl_scheduler (_cl_command_node * volatile * ready_list,
+                     pthread_mutex_t *lock_ptr);
+
+void pocl_exec_command (_cl_command_node * volatile node);
+
+void pocl_ndrange_node_cleanup(_cl_command_node *node);
+void pocl_native_kernel_cleanup(_cl_command_node *node);
+void pocl_mem_objs_cleanup (cl_event event);
+
+void pocl_broadcast (cl_event event);
+
+void pocl_init_dlhandle_cache ();
+
+void pocl_check_dlhandle_cache (_cl_command_node *cmd);
 
 void pocl_setup_device_for_system_memory(cl_device_id device);
 
@@ -105,4 +135,12 @@ void pocl_free_global_mem(cl_device_id device, void *ptr, size_t size);
 
 void pocl_print_system_memory_stats();
 
+#ifdef __GNUC__
+#pragma GCC visibility pop
+#endif
+
+#ifdef __cplusplus
+}
+#endif
+
 #endif
diff --git a/lib/CL/devices/cpuinfo.c b/lib/CL/devices/cpuinfo.c
index f7010e5..17e25c6 100644
--- a/lib/CL/devices/cpuinfo.c
+++ b/lib/CL/devices/cpuinfo.c
@@ -34,12 +34,12 @@
 #include "config.h"
 #include "cpuinfo.h"
 
-const char* cpuinfo = "/proc/cpuinfo";
+static const char* cpuinfo = "/proc/cpuinfo";
 #define MAX_CPUINFO_SIZE 64*1024
 //#define DEBUG_POCL_CPUINFO
 
 //Linux' cpufrec interface
-const char* cpufreq_file="/sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_max_freq";
+static const char* cpufreq_file="/sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_max_freq";
 
 /* Strings to parse in /proc/cpuinfo. Else branch is for x86, x86_64 */
 #if   defined  __powerpc__
@@ -75,7 +75,8 @@ static const char *cpuvendor_default = DEFAULTVENDOR;
  * 
  * @return CPU maximum frequency in MHz, or -1 if cpufreq is not avaialble.
  */
-int pocl_cpufreq_get_max()
+static int
+pocl_cpufreq_get_max()
 {
   int retval=-1;
   if (access (cpufreq_file, R_OK) != 0)
@@ -104,7 +105,7 @@ int pocl_cpufreq_get_max()
  *
  * @return The clock frequency in MHz, or -1 if couldn't figure it out.
  */
-int
+static int
 pocl_cpuinfo_detect_max_clock_frequency()
 {
   int cpufreq=-1;
@@ -160,7 +161,7 @@ pocl_cpuinfo_detect_max_clock_frequency()
  *
  * @return The number of hardware threads, or -1 if couldn't figure it out.
  */
-int
+static int
 pocl_cpuinfo_detect_compute_unit_count()
 {
   if (access (cpuinfo, R_OK) != 0) 
@@ -262,7 +263,7 @@ pocl_sysfs_detect_compute_unit_count()
 }
 #endif
 
-void
+static void
 pocl_cpuinfo_get_cpu_name_and_vendor(cl_device_id device)
 {
   /* If something fails here, have this as backup solution.
diff --git a/lib/CL/devices/cpuinfo.h b/lib/CL/devices/cpuinfo.h
index 152793d..f2feb8d 100644
--- a/lib/CL/devices/cpuinfo.h
+++ b/lib/CL/devices/cpuinfo.h
@@ -32,6 +32,14 @@
 
 #include "pocl_cl.h"
 
+#ifdef __GNUC__
+#pragma GCC visibility push(hidden)
+#endif
+
 void pocl_cpuinfo_detect_device_info(cl_device_id device);
 
+#ifdef __GNUC__
+#pragma GCC visibility pop
+#endif
+
 #endif /* POCL_TOPOLOGY_H */
diff --git a/lib/CL/devices/devices.c b/lib/CL/devices/devices.c
index aa2781f..f9449f9 100644
--- a/lib/CL/devices/devices.c
+++ b/lib/CL/devices/devices.c
@@ -37,6 +37,7 @@
 #include "basic/basic.h"
 #include "pthread/pocl-pthread.h"
 #include "pocl_debug.h"
+#include "pocl_tracing.h"
 #include "pocl_cache.h"
 #include "pocl_queue_util.h"
 
@@ -101,10 +102,12 @@ pocl_get_devices(cl_device_type device_type, struct _cl_device_id **devices, uns
 {
   unsigned int i, dev_added = 0;
 
+  int offline_compile = pocl_get_bool_option("POCL_OFFLINE_COMPILE", 0);
+
   for (i = 0; i < pocl_num_devices; ++i)
     {
       if ((pocl_devices[i].type & device_type) &&
-          (pocl_devices[i].available == CL_TRUE))
+          (offline_compile || (pocl_devices[i].available == CL_TRUE)))
         {
             if (dev_added < num_devices)
               {
@@ -126,10 +129,12 @@ pocl_get_device_type_count(cl_device_type device_type)
   int count = 0;
   unsigned int i;
 
+  int offline_compile = pocl_get_bool_option("POCL_OFFLINE_COMPILE", 0);
+
   for (i = 0; i < pocl_num_devices; ++i)
     {
       if ((pocl_devices[i].type & device_type) &&
-          (pocl_devices[i].available == CL_TRUE))
+          (offline_compile || (pocl_devices[i].available == CL_TRUE)))
         {
            ++count;
         }
@@ -213,8 +218,10 @@ pocl_init_devices()
   stderr_is_a_tty = isatty(fileno(stderr));
 #endif
 
-  pocl_cache_init_topdir();
+  pocl_aborting = 0;
 
+  pocl_cache_init_topdir();
+  pocl_event_tracing_init();
   pocl_init_queue_list();
 
   /* Init operations */
@@ -258,7 +265,7 @@ pocl_init_devices()
              POCL_DEVICEn_PARAMETERS env. */
           if (snprintf (env_name, 1024, "POCL_%s%d_PARAMETERS", dev_name, j) < 0)
             POCL_ABORT("Unable to generate the env string.");
-
+          pocl_devices[dev_index].dev_id = dev_index;
           pocl_devices[dev_index].ops->init(&pocl_devices[dev_index], getenv(env_name));
 
           if (dev_index == 0)
@@ -274,3 +281,9 @@ pocl_init_devices()
   init_done = 1;
   POCL_UNLOCK(pocl_init_lock);
 }
+
+int pocl_get_unique_global_mem_id ()
+{
+  static int global_id_counter = 1;
+  return global_id_counter++;
+}
diff --git a/lib/CL/devices/devices.h b/lib/CL/devices/devices.h
index abda021..5baa7f0 100644
--- a/lib/CL/devices/devices.h
+++ b/lib/CL/devices/devices.h
@@ -71,6 +71,13 @@ unsigned int pocl_get_devices(cl_device_type device_type, struct _cl_device_id *
  */
 int pocl_device_get_env_count(const char *dev_type);
 
+
+/**
+ * \brief Unique global memory id for devices with distinct memory from the system memory
+ * \return Unique global mem id, id > 0. Zero is reserved for shared system memory
+ */
+int pocl_get_unique_global_mem_id();
+
 #ifdef __GNUC__
 #pragma GCC visibility pop
 #endif
diff --git a/lib/CL/devices/hsa/Makefile.am b/lib/CL/devices/hsa/Makefile.am
deleted file mode 100644
index 1a61eab..0000000
--- a/lib/CL/devices/hsa/Makefile.am
+++ /dev/null
@@ -1,38 +0,0 @@
-# Process this file with automake to produce Makefile.in (in this,
-# and all subdirectories).
-# Makefile.am for pocl/lib/CL/devices/hsa.
-#
-# Copyright (c) 2015 Pekka Jääskeläinen / Tampere University of Technology
-#
-# Permission is hereby granted, free of charge, to any person obtaining a copy
-# of this software and associated documentation files (the "Software"), to deal
-# in the Software without restriction, including without limitation the rights
-# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-# copies of the Software, and to permit persons to whom the Software is
-# furnished to do so, subject to the following conditions:
-#
-# The above copyright notice and this permission notice shall be included in
-# all copies or substantial portions of the Software.
-#
-# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-# THE SOFTWARE.
-
-noinst_LTLIBRARIES = libpocl-devices-hsa.la
-
-libpocl_devices_hsa_la_SOURCES = pocl-hsa.h pocl-hsa.c
-
-libpocl_devices_hsa_la_CFLAGS = -std=c99
-
-# TODO: find out the HSA include dir at configure time.
-libpocl_devices_hsa_la_CPPFLAGS = -I$(top_srcdir)/fix-include -I$(top_srcdir)/include -I$(top_srcdir)/lib/CL/devices \
-	-I$(top_srcdir)/lib/CL $(OCL_ICD_CFLAGS) @HSA_INCLUDES@
-#  -I$(HOME)/src/HSA-Runtime-Reference-Source/inc
-
-libpocl_devices_hsa_la_LDFLAGS = ${HSA_LIBS} -lltdl @PTHREAD_CFLAGS@ --version-info ${LIB_VERSION}
-
-EXTRA_DIST = CMakeLists.txt
diff --git a/lib/CL/devices/hsa/Makefile.in b/lib/CL/devices/hsa/Makefile.in
deleted file mode 100644
index cc0bf93..0000000
--- a/lib/CL/devices/hsa/Makefile.in
+++ /dev/null
@@ -1,719 +0,0 @@
-# Makefile.in generated by automake 1.15 from Makefile.am.
-# @configure_input@
-
-# Copyright (C) 1994-2014 Free Software Foundation, Inc.
-
-# This Makefile.in is free software; the Free Software Foundation
-# gives unlimited permission to copy and/or distribute it,
-# with or without modifications, as long as this notice is preserved.
-
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
-# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
-# PARTICULAR PURPOSE.
-
- at SET_MAKE@
-
-# Process this file with automake to produce Makefile.in (in this,
-# and all subdirectories).
-# Makefile.am for pocl/lib/CL/devices/hsa.
-#
-# Copyright (c) 2015 Pekka Jääskeläinen / Tampere University of Technology
-#
-# Permission is hereby granted, free of charge, to any person obtaining a copy
-# of this software and associated documentation files (the "Software"), to deal
-# in the Software without restriction, including without limitation the rights
-# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-# copies of the Software, and to permit persons to whom the Software is
-# furnished to do so, subject to the following conditions:
-#
-# The above copyright notice and this permission notice shall be included in
-# all copies or substantial portions of the Software.
-#
-# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-# THE SOFTWARE.
-
-VPATH = @srcdir@
-am__is_gnu_make = { \
-  if test -z '$(MAKELEVEL)'; then \
-    false; \
-  elif test -n '$(MAKE_HOST)'; then \
-    true; \
-  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
-    true; \
-  else \
-    false; \
-  fi; \
-}
-am__make_running_with_option = \
-  case $${target_option-} in \
-      ?) ;; \
-      *) echo "am__make_running_with_option: internal error: invalid" \
-              "target option '$${target_option-}' specified" >&2; \
-         exit 1;; \
-  esac; \
-  has_opt=no; \
-  sane_makeflags=$$MAKEFLAGS; \
-  if $(am__is_gnu_make); then \
-    sane_makeflags=$$MFLAGS; \
-  else \
-    case $$MAKEFLAGS in \
-      *\\[\ \	]*) \
-        bs=\\; \
-        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
-          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
-    esac; \
-  fi; \
-  skip_next=no; \
-  strip_trailopt () \
-  { \
-    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
-  }; \
-  for flg in $$sane_makeflags; do \
-    test $$skip_next = yes && { skip_next=no; continue; }; \
-    case $$flg in \
-      *=*|--*) continue;; \
-        -*I) strip_trailopt 'I'; skip_next=yes;; \
-      -*I?*) strip_trailopt 'I';; \
-        -*O) strip_trailopt 'O'; skip_next=yes;; \
-      -*O?*) strip_trailopt 'O';; \
-        -*l) strip_trailopt 'l'; skip_next=yes;; \
-      -*l?*) strip_trailopt 'l';; \
-      -[dEDm]) skip_next=yes;; \
-      -[JT]) skip_next=yes;; \
-    esac; \
-    case $$flg in \
-      *$$target_option*) has_opt=yes; break;; \
-    esac; \
-  done; \
-  test $$has_opt = yes
-am__make_dryrun = (target_option=n; $(am__make_running_with_option))
-am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
-pkgdatadir = $(datadir)/@PACKAGE@
-pkgincludedir = $(includedir)/@PACKAGE@
-pkglibdir = $(libdir)/@PACKAGE@
-pkglibexecdir = $(libexecdir)/@PACKAGE@
-am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
-install_sh_DATA = $(install_sh) -c -m 644
-install_sh_PROGRAM = $(install_sh) -c
-install_sh_SCRIPT = $(install_sh) -c
-INSTALL_HEADER = $(INSTALL_DATA)
-transform = $(program_transform_name)
-NORMAL_INSTALL = :
-PRE_INSTALL = :
-POST_INSTALL = :
-NORMAL_UNINSTALL = :
-PRE_UNINSTALL = :
-POST_UNINSTALL = :
-build_triplet = @build@
-host_triplet = @host@
-target_triplet = @target@
-subdir = lib/CL/devices/hsa
-ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
-am__aclocal_m4_deps = $(top_srcdir)/m4/ax_boost_base.m4 \
-	$(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
-	$(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
-	$(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/acinclude.m4 \
-	$(top_srcdir)/configure.ac
-am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
-	$(ACLOCAL_M4)
-DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
-mkinstalldirs = $(install_sh) -d
-CONFIG_HEADER = $(top_builddir)/config.h
-CONFIG_CLEAN_FILES =
-CONFIG_CLEAN_VPATH_FILES =
-LTLIBRARIES = $(noinst_LTLIBRARIES)
-libpocl_devices_hsa_la_LIBADD =
-am_libpocl_devices_hsa_la_OBJECTS =  \
-	libpocl_devices_hsa_la-pocl-hsa.lo
-libpocl_devices_hsa_la_OBJECTS = $(am_libpocl_devices_hsa_la_OBJECTS)
-AM_V_lt = $(am__v_lt_ at AM_V@)
-am__v_lt_ = $(am__v_lt_ at AM_DEFAULT_V@)
-am__v_lt_0 = --silent
-am__v_lt_1 = 
-libpocl_devices_hsa_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
-	$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
-	$(libpocl_devices_hsa_la_CFLAGS) $(CFLAGS) \
-	$(libpocl_devices_hsa_la_LDFLAGS) $(LDFLAGS) -o $@
-AM_V_P = $(am__v_P_ at AM_V@)
-am__v_P_ = $(am__v_P_ at AM_DEFAULT_V@)
-am__v_P_0 = false
-am__v_P_1 = :
-AM_V_GEN = $(am__v_GEN_ at AM_V@)
-am__v_GEN_ = $(am__v_GEN_ at AM_DEFAULT_V@)
-am__v_GEN_0 = @echo "  GEN     " $@;
-am__v_GEN_1 = 
-AM_V_at = $(am__v_at_ at AM_V@)
-am__v_at_ = $(am__v_at_ at AM_DEFAULT_V@)
-am__v_at_0 = @
-am__v_at_1 = 
-DEFAULT_INCLUDES = -I. at am__isrc@ -I$(top_builddir)
-depcomp = $(SHELL) $(top_srcdir)/config/depcomp
-am__depfiles_maybe = depfiles
-am__mv = mv -f
-COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
-	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
-LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
-	$(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
-	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
-	$(AM_CFLAGS) $(CFLAGS)
-AM_V_CC = $(am__v_CC_ at AM_V@)
-am__v_CC_ = $(am__v_CC_ at AM_DEFAULT_V@)
-am__v_CC_0 = @echo "  CC      " $@;
-am__v_CC_1 = 
-CCLD = $(CC)
-LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
-	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
-AM_V_CCLD = $(am__v_CCLD_ at AM_V@)
-am__v_CCLD_ = $(am__v_CCLD_ at AM_DEFAULT_V@)
-am__v_CCLD_0 = @echo "  CCLD    " $@;
-am__v_CCLD_1 = 
-SOURCES = $(libpocl_devices_hsa_la_SOURCES)
-DIST_SOURCES = $(libpocl_devices_hsa_la_SOURCES)
-am__can_run_installinfo = \
-  case $$AM_UPDATE_INFO_DIR in \
-    n|no|NO) false;; \
-    *) (install-info --version) >/dev/null 2>&1;; \
-  esac
-am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
-# Read a list of newline-separated strings from the standard input,
-# and print each of them once, without duplicates.  Input order is
-# *not* preserved.
-am__uniquify_input = $(AWK) '\
-  BEGIN { nonempty = 0; } \
-  { items[$$0] = 1; nonempty = 1; } \
-  END { if (nonempty) { for (i in items) print i; }; } \
-'
-# Make sure the list of sources is unique.  This is necessary because,
-# e.g., the same source file might be shared among _SOURCES variables
-# for different programs/libraries.
-am__define_uniq_tagged_files = \
-  list='$(am__tagged_files)'; \
-  unique=`for i in $$list; do \
-    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
-  done | $(am__uniquify_input)`
-ETAGS = etags
-CTAGS = ctags
-am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/config/depcomp
-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
-ACLOCAL = @ACLOCAL@
-AMTAR = @AMTAR@
-AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
-AR = @AR@
-AUTOCONF = @AUTOCONF@
-AUTOHEADER = @AUTOHEADER@
-AUTOMAKE = @AUTOMAKE@
-AWK = @AWK@
-BOOST_CPPFLAGS = @BOOST_CPPFLAGS@
-BOOST_LDFLAGS = @BOOST_LDFLAGS@
-BUILD_TIMESTAMP = @BUILD_TIMESTAMP@
-CC = @CC@
-CCDEPMODE = @CCDEPMODE@
-CFLAGS = @CFLAGS@
-CLANG = @CLANG@
-CLANGXX = @CLANGXX@
-CLANGXX_FLAGS = @CLANGXX_FLAGS@
-CLFLAGS = @CLFLAGS@
-CPP = @CPP@
-CPPFLAGS = @CPPFLAGS@
-CXX = @CXX@
-CXXCPP = @CXXCPP@
-CXXDEPMODE = @CXXDEPMODE@
-CXXFLAGS = @CXXFLAGS@
-CYGPATH_W = @CYGPATH_W@
-DEFS = @DEFS@
-DEPDIR = @DEPDIR@
-DLLTOOL = @DLLTOOL@
-DSYMUTIL = @DSYMUTIL@
-DUMPBIN = @DUMPBIN@
-ECHO_C = @ECHO_C@
-ECHO_N = @ECHO_N@
-ECHO_T = @ECHO_T@
-EGREP = @EGREP@
-EXEEXT = @EXEEXT@
-FGREP = @FGREP@
-FORCED_CLFLAGS = @FORCED_CLFLAGS@
-GLEW_CFLAGS = @GLEW_CFLAGS@
-GLEW_LIBS = @GLEW_LIBS@
-GREP = @GREP@
-HOST = @HOST@
-HOST_AS_FLAGS = @HOST_AS_FLAGS@
-HOST_CLANG_FLAGS = @HOST_CLANG_FLAGS@
-HOST_CPU = @HOST_CPU@
-HOST_DEVICE_EXTENSION_DEFINES = @HOST_DEVICE_EXTENSION_DEFINES@
-HOST_LD_FLAGS = @HOST_LD_FLAGS@
-HOST_LLC_FLAGS = @HOST_LLC_FLAGS@
-HOST_SIZEOF_DOUBLE = @HOST_SIZEOF_DOUBLE@
-HOST_SIZEOF_HALF = @HOST_SIZEOF_HALF@
-HOST_SIZEOF_LONG = @HOST_SIZEOF_LONG@
-HOST_SIZEOF_VOID_P = @HOST_SIZEOF_VOID_P@
-HSAILASM = @HSAILASM@
-HSA_DEVICE_EXTENSION_DEFINES = @HSA_DEVICE_EXTENSION_DEFINES@
-HSA_INCLUDES = @HSA_INCLUDES@
-HSA_LIBS = @HSA_LIBS@
-HWLOC_CFLAGS = @HWLOC_CFLAGS@
-HWLOC_LIBS = @HWLOC_LIBS@
-ICD_LD_FLAGS = @ICD_LD_FLAGS@
-INSTALL = @INSTALL@
-INSTALL_DATA = @INSTALL_DATA@
-INSTALL_PROGRAM = @INSTALL_PROGRAM@
-INSTALL_SCRIPT = @INSTALL_SCRIPT@
-INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
-KERNEL_COMPILER_LIB_VERSION = @KERNEL_COMPILER_LIB_VERSION@
-LD = @LD@
-LDFLAGS = @LDFLAGS@
-LD_FLAGS_BIN = @LD_FLAGS_BIN@
-LIBOBJS = @LIBOBJS@
-LIBRARY_SUFFIX = @LIBRARY_SUFFIX@
-LIBS = @LIBS@
-LIBTOOL = @LIBTOOL@
-LIB_AGE_VERSION = @LIB_AGE_VERSION@
-LIB_CURRENT_VERSION = @LIB_CURRENT_VERSION@
-LIB_FIRST_VERSION = @LIB_FIRST_VERSION@
-LIB_REVISION_VERSION = @LIB_REVISION_VERSION@
-LIB_VERSION = @LIB_VERSION@
-LIPO = @LIPO@
-LLC = @LLC@
-LLVM_AS = @LLVM_AS@
-LLVM_CONFIG = @LLVM_CONFIG@
-LLVM_CXX_FLAGS = @LLVM_CXX_FLAGS@
-LLVM_LDFLAGS = @LLVM_LDFLAGS@
-LLVM_LIBS = @LLVM_LIBS@
-LLVM_LINK = @LLVM_LINK@
-LLVM_OPT = @LLVM_OPT@
-LLVM_VERSION = @LLVM_VERSION@
-LN_S = @LN_S@
-LTDL_LIBS = @LTDL_LIBS@
-LTLIBOBJS = @LTLIBOBJS@
-LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
-MAKEINFO = @MAKEINFO@
-MANIFEST_TOOL = @MANIFEST_TOOL@
-MKDIR_P = @MKDIR_P@
-NM = @NM@
-NMEDIT = @NMEDIT@
-OBJDUMP = @OBJDUMP@
-OBJEXT = @OBJEXT@
-OCL_ICD_CFLAGS = @OCL_ICD_CFLAGS@
-OCL_ICD_LIBS = @OCL_ICD_LIBS@
-OCL_KERNEL_ARCH = @OCL_KERNEL_ARCH@
-OCL_KERNEL_TARGET = @OCL_KERNEL_TARGET@
-OCL_KERNEL_TARGET_CPU = @OCL_KERNEL_TARGET_CPU@
-OCL_TARGETS = @OCL_TARGETS@
-OPENCL_CFLAGS = @OPENCL_CFLAGS@
-OPENCL_CMAKE = @OPENCL_CMAKE@
-OPENCL_EXTLIBS = @OPENCL_EXTLIBS@
-OPENCL_LIBS = @OPENCL_LIBS@
-OPT = @OPT@
-OTOOL = @OTOOL@
-OTOOL64 = @OTOOL64@
-PACKAGE = @PACKAGE@
-PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
-PACKAGE_NAME = @PACKAGE_NAME@
-PACKAGE_STRING = @PACKAGE_STRING@
-PACKAGE_TARNAME = @PACKAGE_TARNAME@
-PACKAGE_URL = @PACKAGE_URL@
-PACKAGE_VERSION = @PACKAGE_VERSION@
-PATH_SEPARATOR = @PATH_SEPARATOR@
-PKG_CONFIG = @PKG_CONFIG@
-PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
-PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
-POAT_TESTSUITES = @POAT_TESTSUITES@
-POCL_DEVICE_ADDRESS_BITS = @POCL_DEVICE_ADDRESS_BITS@
-PTHREAD_CC = @PTHREAD_CC@
-PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
-PTHREAD_LIBS = @PTHREAD_LIBS@
-RANLIB = @RANLIB@
-SDL_CFLAGS = @SDL_CFLAGS@
-SDL_LIBS = @SDL_LIBS@
-SED = @SED@
-SET_MAKE = @SET_MAKE@
-SHELL = @SHELL@
-STRIP = @STRIP@
-TARGET = @TARGET@
-TARGET_CLANG_FLAGS = @TARGET_CLANG_FLAGS@
-TARGET_CPU = @TARGET_CPU@
-TARGET_LLC_FLAGS = @TARGET_LLC_FLAGS@
-TARGET_SIZEOF_DOUBLE = @TARGET_SIZEOF_DOUBLE@
-TARGET_SIZEOF_HALF = @TARGET_SIZEOF_HALF@
-TARGET_SIZEOF_LONG = @TARGET_SIZEOF_LONG@
-TARGET_SIZEOF_VOID_P = @TARGET_SIZEOF_VOID_P@
-TCECC = @TCECC@
-TCEMC_AVAILABLE = @TCEMC_AVAILABLE@
-TCE_AVAILABLE = @TCE_AVAILABLE@
-TCE_CONFIG = @TCE_CONFIG@
-TCE_DEVICE_EXTENSION_DEFINES = @TCE_DEVICE_EXTENSION_DEFINES@
-VERSION = @VERSION@
-abs_builddir = @abs_builddir@
-abs_srcdir = @abs_srcdir@
-abs_top_builddir = @abs_top_builddir@
-abs_top_srcdir = @abs_top_srcdir@
-ac_ct_AR = @ac_ct_AR@
-ac_ct_CC = @ac_ct_CC@
-ac_ct_CXX = @ac_ct_CXX@
-ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
-acx_pthread_config = @acx_pthread_config@
-am__include = @am__include@
-am__leading_dot = @am__leading_dot@
-am__quote = @am__quote@
-am__tar = @am__tar@
-am__untar = @am__untar@
-bindir = @bindir@
-build = @build@
-build_alias = @build_alias@
-build_cpu = @build_cpu@
-build_os = @build_os@
-build_vendor = @build_vendor@
-builddir = @builddir@
-datadir = @datadir@
-datarootdir = @datarootdir@
-docdir = @docdir@
-dvidir = @dvidir@
-exec_prefix = @exec_prefix@
-host = @host@
-host_alias = @host_alias@
-host_cpu = @host_cpu@
-host_os = @host_os@
-host_vendor = @host_vendor@
-htmldir = @htmldir@
-includedir = @includedir@
-infodir = @infodir@
-install_sh = @install_sh@
-libdir = @libdir@
-libexecdir = @libexecdir@
-localedir = @localedir@
-localstatedir = @localstatedir@
-mandir = @mandir@
-mkdir_p = @mkdir_p@
-oldincludedir = @oldincludedir@
-pdfdir = @pdfdir@
-prefix = @prefix@
-program_transform_name = @program_transform_name@
-psdir = @psdir@
-sbindir = @sbindir@
-sharedstatedir = @sharedstatedir@
-srcdir = @srcdir@
-sysconfdir = @sysconfdir@
-target = @target@
-target_alias = @target_alias@
-target_cpu = @target_cpu@
-target_os = @target_os@
-target_vendor = @target_vendor@
-top_build_prefix = @top_build_prefix@
-top_builddir = @top_builddir@
-top_srcdir = @top_srcdir@
-noinst_LTLIBRARIES = libpocl-devices-hsa.la
-libpocl_devices_hsa_la_SOURCES = pocl-hsa.h pocl-hsa.c
-libpocl_devices_hsa_la_CFLAGS = -std=c99
-
-# TODO: find out the HSA include dir at configure time.
-libpocl_devices_hsa_la_CPPFLAGS = -I$(top_srcdir)/fix-include -I$(top_srcdir)/include -I$(top_srcdir)/lib/CL/devices \
-	-I$(top_srcdir)/lib/CL $(OCL_ICD_CFLAGS) @HSA_INCLUDES@
-
-#  -I$(HOME)/src/HSA-Runtime-Reference-Source/inc
-libpocl_devices_hsa_la_LDFLAGS = ${HSA_LIBS} -lltdl @PTHREAD_CFLAGS@ --version-info ${LIB_VERSION}
-EXTRA_DIST = CMakeLists.txt
-all: all-am
-
-.SUFFIXES:
-.SUFFIXES: .c .lo .o .obj
-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
-	@for dep in $?; do \
-	  case '$(am__configure_deps)' in \
-	    *$$dep*) \
-	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
-	        && { if test -f $@; then exit 0; else break; fi; }; \
-	      exit 1;; \
-	  esac; \
-	done; \
-	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign lib/CL/devices/hsa/Makefile'; \
-	$(am__cd) $(top_srcdir) && \
-	  $(AUTOMAKE) --foreign lib/CL/devices/hsa/Makefile
-Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
-	@case '$?' in \
-	  *config.status*) \
-	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
-	  *) \
-	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
-	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
-	esac;
-
-$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
-	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-
-$(top_srcdir)/configure:  $(am__configure_deps)
-	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
-	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-$(am__aclocal_m4_deps):
-
-clean-noinstLTLIBRARIES:
-	-test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
-	@list='$(noinst_LTLIBRARIES)'; \
-	locs=`for p in $$list; do echo $$p; done | \
-	      sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
-	      sort -u`; \
-	test -z "$$locs" || { \
-	  echo rm -f $${locs}; \
-	  rm -f $${locs}; \
-	}
-
-libpocl-devices-hsa.la: $(libpocl_devices_hsa_la_OBJECTS) $(libpocl_devices_hsa_la_DEPENDENCIES) $(EXTRA_libpocl_devices_hsa_la_DEPENDENCIES) 
-	$(AM_V_CCLD)$(libpocl_devices_hsa_la_LINK)  $(libpocl_devices_hsa_la_OBJECTS) $(libpocl_devices_hsa_la_LIBADD) $(LIBS)
-
-mostlyclean-compile:
-	-rm -f *.$(OBJEXT)
-
-distclean-compile:
-	-rm -f *.tab.c
-
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libpocl_devices_hsa_la-pocl-hsa.Plo at am__quote@
-
-.c.o:
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(COMPILE) -c -o $@ $<
-
-.c.obj:
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
-
-.c.lo:
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(LTCOMPILE) -c -o $@ $<
-
-libpocl_devices_hsa_la-pocl-hsa.lo: pocl-hsa.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpocl_devices_hsa_la_CPPFLAGS) $(CPPFLAGS) $(libpocl_devices_hsa_la_CFLAGS) $(CFLAGS) -MT libpocl_devices_hsa_la-pocl-hsa.lo -MD -MP -MF $(DEPDIR)/libpocl_devices_hsa_la-pocl-hsa.Tpo -c -o libpocl_devices_hsa_la-pocl-hsa.lo `test -f 'pocl-hsa.c' || echo '$(srcdir)/'`pocl-hsa.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libpocl_devices_hsa_la-pocl-hsa.Tpo $(DEPDIR)/libpocl_devices_hsa_la-pocl-hsa.Plo
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='pocl-hsa.c' object='libpocl_devices_hsa_la-pocl-hsa.lo' libtool=yes @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpocl_devices_hsa_la_CPPFLAGS) $(CPPFLAGS) $(libpocl_devices_hsa_la_CFLAGS) $(CFLAGS) -c -o libpocl_devices_hsa_la-pocl-hsa.lo `test -f 'pocl-hsa.c' || echo '$(srcdir)/'`pocl-hsa.c
-
-mostlyclean-libtool:
-	-rm -f *.lo
-
-clean-libtool:
-	-rm -rf .libs _libs
-
-ID: $(am__tagged_files)
-	$(am__define_uniq_tagged_files); mkid -fID $$unique
-tags: tags-am
-TAGS: tags
-
-tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
-	set x; \
-	here=`pwd`; \
-	$(am__define_uniq_tagged_files); \
-	shift; \
-	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
-	  test -n "$$unique" || unique=$$empty_fix; \
-	  if test $$# -gt 0; then \
-	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
-	      "$$@" $$unique; \
-	  else \
-	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
-	      $$unique; \
-	  fi; \
-	fi
-ctags: ctags-am
-
-CTAGS: ctags
-ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
-	$(am__define_uniq_tagged_files); \
-	test -z "$(CTAGS_ARGS)$$unique" \
-	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
-	     $$unique
-
-GTAGS:
-	here=`$(am__cd) $(top_builddir) && pwd` \
-	  && $(am__cd) $(top_srcdir) \
-	  && gtags -i $(GTAGS_ARGS) "$$here"
-cscopelist: cscopelist-am
-
-cscopelist-am: $(am__tagged_files)
-	list='$(am__tagged_files)'; \
-	case "$(srcdir)" in \
-	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
-	  *) sdir=$(subdir)/$(srcdir) ;; \
-	esac; \
-	for i in $$list; do \
-	  if test -f "$$i"; then \
-	    echo "$(subdir)/$$i"; \
-	  else \
-	    echo "$$sdir/$$i"; \
-	  fi; \
-	done >> $(top_builddir)/cscope.files
-
-distclean-tags:
-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
-
-distdir: $(DISTFILES)
-	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
-	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
-	list='$(DISTFILES)'; \
-	  dist_files=`for file in $$list; do echo $$file; done | \
-	  sed -e "s|^$$srcdirstrip/||;t" \
-	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
-	case $$dist_files in \
-	  */*) $(MKDIR_P) `echo "$$dist_files" | \
-			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
-			   sort -u` ;; \
-	esac; \
-	for file in $$dist_files; do \
-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
-	  if test -d $$d/$$file; then \
-	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
-	    if test -d "$(distdir)/$$file"; then \
-	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
-	    fi; \
-	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
-	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
-	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
-	    fi; \
-	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
-	  else \
-	    test -f "$(distdir)/$$file" \
-	    || cp -p $$d/$$file "$(distdir)/$$file" \
-	    || exit 1; \
-	  fi; \
-	done
-check-am: all-am
-check: check-am
-all-am: Makefile $(LTLIBRARIES)
-installdirs:
-install: install-am
-install-exec: install-exec-am
-install-data: install-data-am
-uninstall: uninstall-am
-
-install-am: all-am
-	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
-
-installcheck: installcheck-am
-install-strip:
-	if test -z '$(STRIP)'; then \
-	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
-	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
-	      install; \
-	else \
-	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
-	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
-	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
-	fi
-mostlyclean-generic:
-
-clean-generic:
-
-distclean-generic:
-	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
-	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
-
-maintainer-clean-generic:
-	@echo "This command is intended for maintainers to use"
-	@echo "it deletes files that may require special tools to rebuild."
-clean: clean-am
-
-clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
-	mostlyclean-am
-
-distclean: distclean-am
-	-rm -rf ./$(DEPDIR)
-	-rm -f Makefile
-distclean-am: clean-am distclean-compile distclean-generic \
-	distclean-tags
-
-dvi: dvi-am
-
-dvi-am:
-
-html: html-am
-
-html-am:
-
-info: info-am
-
-info-am:
-
-install-data-am:
-
-install-dvi: install-dvi-am
-
-install-dvi-am:
-
-install-exec-am:
-
-install-html: install-html-am
-
-install-html-am:
-
-install-info: install-info-am
-
-install-info-am:
-
-install-man:
-
-install-pdf: install-pdf-am
-
-install-pdf-am:
-
-install-ps: install-ps-am
-
-install-ps-am:
-
-installcheck-am:
-
-maintainer-clean: maintainer-clean-am
-	-rm -rf ./$(DEPDIR)
-	-rm -f Makefile
-maintainer-clean-am: distclean-am maintainer-clean-generic
-
-mostlyclean: mostlyclean-am
-
-mostlyclean-am: mostlyclean-compile mostlyclean-generic \
-	mostlyclean-libtool
-
-pdf: pdf-am
-
-pdf-am:
-
-ps: ps-am
-
-ps-am:
-
-uninstall-am:
-
-.MAKE: install-am install-strip
-
-.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
-	clean-libtool clean-noinstLTLIBRARIES cscopelist-am ctags \
-	ctags-am distclean distclean-compile distclean-generic \
-	distclean-libtool distclean-tags distdir dvi dvi-am html \
-	html-am info info-am install install-am install-data \
-	install-data-am install-dvi install-dvi-am install-exec \
-	install-exec-am install-html install-html-am install-info \
-	install-info-am install-man install-pdf install-pdf-am \
-	install-ps install-ps-am install-strip installcheck \
-	installcheck-am installdirs maintainer-clean \
-	maintainer-clean-generic mostlyclean mostlyclean-compile \
-	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
-	tags tags-am uninstall uninstall-am
-
-.PRECIOUS: Makefile
-
-
-# Tell versions [3.59,3.63) of GNU make to not export all variables.
-# Otherwise a system limit (for SysV at least) may be exceeded.
-.NOEXPORT:
diff --git a/lib/CL/devices/hsa/pocl-hsa.c b/lib/CL/devices/hsa/pocl-hsa.c
index b8ba4dc..32a9000 100644
--- a/lib/CL/devices/hsa/pocl-hsa.c
+++ b/lib/CL/devices/hsa/pocl-hsa.c
@@ -1,9 +1,9 @@
-/* pocl-hsa.c - driver for HSA supported devices. Currently only AMDGCN.
+/* pocl-hsa.c - driver for HSA supported devices.
 
-   Copyright (c) 2015 Pekka Jääskeläinen <pekka.jaaskelainen at tut.fi>
+   Copyright (c) 2015-2016 Pekka Jääskeläinen <pekka.jaaskelainen at tut.fi>
                  2015 Charles Chen <ccchen at pllab.cs.nthu.edu.tw>
                       Shao-chung Wang <scwang at pllab.cs.nthu.edu.tw>
-                 2015 Michal Babej <michal.babej at tut.fi>
+                 2015-2016 Michal Babej <michal.babej at tut.fi>
 
    Short snippets borrowed from the MatrixMultiplication example in
    the HSA runtime library sources (c) 2014 HSA Foundation Inc.
@@ -79,6 +79,7 @@
 #include <assert.h>
 #include <string.h>
 #include <stdlib.h>
+#include <pthread.h>
 
 #ifndef _MSC_VER
 #  include <sys/wait.h>
@@ -92,12 +93,9 @@
 #define max(a,b) (((a) > (b)) ? (a) : (b))
 
 /* TODO:
-   - track hsa_memory_register() calls and deregister the memory
-     at free() calls
    - fix pocl_llvm_generate_workgroup_function() to
      generate the entire linked program.bc for HSA, not just a single kernel.
    - AMD SDK samples. Requires work mainly in these areas:
-      - atomics support
       - image support
       - CL C++
    - OpenCL printf() support
@@ -109,6 +107,13 @@
 */
 
 #define HSA_KERNEL_CACHE_SIZE 64
+#define COMMAND_LIST_SIZE 4096
+#define EVENT_LIST_SIZE 511
+
+typedef struct pocl_hsa_event_data_s {
+  void* actual_kernargs;
+  pthread_cond_t event_cond;
+} pocl_hsa_event_data_t;
 
 /* Simple statically-sized kernel data cache */
 /* for caching kernel dispatch data, binaries etc */
@@ -116,48 +121,70 @@ typedef struct pocl_hsa_kernel_cache_s {
   cl_kernel kernel;
   hsa_executable_t hsa_exe;
   uint64_t code_handle;
+
   uint32_t private_size;
   uint32_t static_group_size;
-  hsa_signal_t kernel_completion_signal;
-  void* kernargs;
   uint32_t args_segment_size;
 } pocl_hsa_kernel_cache_t;
 
+/* data for driver pthread */
+typedef struct pocl_hsa_device_pthread_data_s {
+  /* list of running commands and their signals*/
+  cl_event running_events[EVENT_LIST_SIZE];
+  hsa_signal_t running_signals[EVENT_LIST_SIZE+1];
+  size_t running_list_size;
+
+  /* Queue list (for pushing work to the agent);
+   * multiple queues per device */
+  hsa_queue_t **queues;
+  size_t num_queues, last_queue;
+} pocl_hsa_device_pthread_data_t;
+
 typedef struct pocl_hsa_device_data_s {
-  /* Currently loaded kernel. */
-  cl_kernel current_kernel;
   /* The HSA kernel agent controlled by the device driver instance. */
-  hsa_agent_t *agent;
+  hsa_agent_t agent;
   hsa_profile_t agent_profile;
+
   /* mem regions */
   hsa_region_t global_region, kernarg_region, group_region;
-  /* Queue for pushing work to the agent. */
-  hsa_queue_t *queue;
+
   /* Per-program data cache to simplify program compiling stage */
   pocl_hsa_kernel_cache_t kernel_cache[HSA_KERNEL_CACHE_SIZE];
   unsigned kernel_cache_lastptr;
+
   /* kernel signal wait timeout hint, in HSA runtime units */
   uint64_t timeout;
   /* length of a timestamp unit expressed in nanoseconds */
   double timestamp_unit;
-} pocl_hsa_device_data_t;
+  /* see pocl_hsa_init for details */
+  size_t hw_schedulers;
 
-struct pocl_supported_hsa_device_properties
-{
-  char *dev_name;
-  const char *llvm_cpu;
-  const char *llvm_target_triplet;
-  int has_64bit_long;
-  cl_ulong max_mem_alloc_size;
-  cl_ulong global_mem_size;
-  cl_uint vendor_id;
-  cl_device_mem_cache_type global_mem_cache_type;
-  cl_uint global_mem_cacheline_size;
-  cl_uint max_compute_units;
-  cl_uint max_clock_frequency;
-  cl_ulong max_constant_buffer_size;
-  cl_ulong local_mem_size;
-};
+  /* list of submitted commands waiting to run later */
+  cl_event wait_list[COMMAND_LIST_SIZE];
+  size_t wait_list_size;
+
+  /* list of commands ready to run */
+  cl_event ready_list[COMMAND_LIST_SIZE];
+  size_t ready_list_size;
+
+  /* list manipulation mutex */
+  pthread_mutex_t list_mutex;
+
+  /* used by host thread to notify driver pthread when events change status */
+  hsa_signal_t nudge_driver_thread;
+
+  /* device pthread */
+  pthread_t driver_pthread_id;
+
+  /* device pthread data */
+  pocl_hsa_device_pthread_data_t driver_data;
+
+  /* exit signal */
+  volatile int exit_driver_thread;
+
+  /* if agent supports async handlers*/
+  int have_wait_any;
+} pocl_hsa_device_data_t;
 
 void
 pocl_hsa_init_device_ops(struct pocl_device_ops *ops)
@@ -172,8 +199,7 @@ pocl_hsa_init_device_ops(struct pocl_device_ops *ops)
   ops->init = pocl_hsa_init;
   ops->alloc_mem_obj = pocl_hsa_alloc_mem_obj;
   ops->free = pocl_hsa_free;
-  ops->compile_submitted_kernels = pocl_hsa_compile_submitted_kernels;
-  ops->run = pocl_hsa_run;
+  //ops->run = pocl_hsa_run;
   ops->read = pocl_basic_read;
   ops->read_rect = pocl_basic_read_rect;
   ops->write = pocl_basic_write;
@@ -181,14 +207,33 @@ pocl_hsa_init_device_ops(struct pocl_device_ops *ops)
   ops->copy = pocl_hsa_copy;
   ops->copy_rect = pocl_basic_copy_rect;
   ops->get_timer_value = pocl_hsa_get_timer_value;
+
+  // new driver api (out-of-order)
+  ops->submit = pocl_hsa_submit;
+  ops->join = pocl_hsa_join;
+  ops->flush = pocl_hsa_flush;
+  ops->notify = pocl_hsa_notify;
+  ops->broadcast = pocl_hsa_broadcast;
+  ops->wait_event = pocl_hsa_wait_event;
+  ops->compile_kernel = pocl_hsa_compile_kernel;
+  ops->update_event = pocl_hsa_update_event;
+  ops->free_event_data = pocl_hsa_free_event_data;
+  ops->init_target_machine = NULL;
+  ops->run = NULL;
+  ops->wait_event = pocl_hsa_wait_event;
+  ops->update_event = pocl_hsa_update_event;
+  ops->free_event_data = NULL;
+
+  ops->build_hash = pocl_hsa_build_hash;
 }
 
 #define MAX_HSA_AGENTS 16
 
-static void pocl_hsa_abort_on_error(hsa_status_t status,
-                                    unsigned line,
-                                    const char* func,
-                                    const char* code)
+static void
+pocl_hsa_abort_on_hsa_error(hsa_status_t status,
+                            unsigned line,
+                            const char* func,
+                            const char* code)
 {
   const char* str;
   if (status != HSA_STATUS_SUCCESS)
@@ -200,10 +245,31 @@ static void pocl_hsa_abort_on_error(hsa_status_t status,
 }
 
 
-#define HSA_CHECK(code) pocl_hsa_abort_on_error(code, __LINE__, __FUNCTION__, #code);
+#define HSA_CHECK(code) pocl_hsa_abort_on_hsa_error(code,         \
+                                                    __LINE__,     \
+                                                    __FUNCTION__, \
+                                                    #code);
+
+static void
+pocl_hsa_abort_on_pthread_error(int status,
+                                unsigned line,
+                                const char* func,
+                                const char* code)
+{
+  if (status != 0)
+    {
+      POCL_MSG_PRINT2(func, line, "Error from pthread call:\n");
+      POCL_ABORT("%s", strerror(status));
+    }
+}
+
+#define PTHREAD_CHECK(code) pocl_hsa_abort_on_pthread_error(code,         \
+                                                            __LINE__,     \
+                                                            __FUNCTION__, \
+                                                            #code);
 
 static hsa_agent_t hsa_agents[MAX_HSA_AGENTS];
-static hsa_agent_t* last_assigned_agent;
+static intptr_t last_assigned_agent = 0;
 static int found_hsa_agents = 0;
 
 static hsa_status_t
@@ -211,10 +277,6 @@ pocl_hsa_get_agents_callback(hsa_agent_t agent, void *data)
 {
   hsa_device_type_t type;
   HSA_CHECK(hsa_agent_get_info (agent, HSA_AGENT_INFO_DEVICE, &type));
-  if (type != HSA_DEVICE_TYPE_GPU)
-    {
-      return HSA_STATUS_SUCCESS;
-    }
 
   hsa_agent_feature_t features;
   HSA_CHECK(hsa_agent_get_info(agent, HSA_AGENT_INFO_FEATURE, &features));
@@ -243,7 +305,8 @@ setup_agent_memory_regions_callback(hsa_region_t region, void* data)
   if (segment == HSA_REGION_SEGMENT_GLOBAL)
     {
       d->global_region = region;
-      HSA_CHECK(hsa_region_get_info(region, HSA_REGION_INFO_GLOBAL_FLAGS, &flags));
+      HSA_CHECK(hsa_region_get_info(region, HSA_REGION_INFO_GLOBAL_FLAGS,
+                                    &flags));
       if (flags & HSA_REGION_GLOBAL_FLAG_KERNARG)
         d->kernarg_region = region;
     }
@@ -254,8 +317,8 @@ setup_agent_memory_regions_callback(hsa_region_t region, void* data)
   return HSA_STATUS_SUCCESS;
 }
 
-//Get hsa-unsupported device features from hsa device list.
-static int num_hsa_device = 1;
+// Get hsa-unsupported device features from hsa device list.
+static unsigned num_hsa_device = 2;
 
 static struct _cl_device_id
 supported_hsa_devices[MAX_HSA_AGENTS] =
@@ -265,10 +328,10 @@ supported_hsa_devices[MAX_HSA_AGENTS] =
     .long_name = "Spectre",
     .llvm_cpu = NULL,                 // native: "kaveri",
     .llvm_target_triplet = "hsail64", // native: "amdgcn--amdhsa"
-        .has_64bit_long = 1,
-        .vendor_id = 0x1002,
-        .global_mem_cache_type = CL_READ_WRITE_CACHE,
-        .max_constant_buffer_size = 65536,
+    .has_64bit_long = 1,
+    .vendor_id = 0x1002,
+    .global_mem_cache_type = CL_READ_WRITE_CACHE,
+    .max_constant_buffer_size = 65536,
     .local_mem_type = CL_LOCAL,
     .endian_little = CL_TRUE,
     .extensions = HSA_DEVICE_EXTENSIONS,
@@ -286,8 +349,44 @@ supported_hsa_devices[MAX_HSA_AGENTS] =
     .native_vector_width_float = 1,
     .native_vector_width_double = 1
   },
+  [1] =
+  { .long_name = "phsa generic CPU agent",
+    .llvm_cpu = NULL,
+    .llvm_target_triplet = "hsail64",
+    .has_64bit_long = 1,
+    .vendor_id = 0xffff,
+    .global_mem_cache_type = CL_READ_WRITE_CACHE,
+    .max_constant_buffer_size = 65536,
+    .local_mem_type = CL_LOCAL,
+    .endian_little = !(WORDS_BIGENDIAN),
+    .extensions = HSA_DEVICE_EXTENSIONS,
+    .preferred_wg_size_multiple = 1,
+    // We want to exploit the widest vector types in HSAIL
+    // for the CPUs assuming they have some sort of SIMD ISE
+    // which the finalizer than can more readily utilize.
+    .preferred_vector_width_char = 16,
+    .preferred_vector_width_short = 16,
+    .preferred_vector_width_int = 16,
+    .preferred_vector_width_long = 16,
+    .preferred_vector_width_float = 16,
+    .preferred_vector_width_double = 16,
+    .native_vector_width_char = 16,
+    .native_vector_width_short = 16,
+    .native_vector_width_int = 16,
+    .native_vector_width_long = 16,
+    .native_vector_width_float = 16,
+    .native_vector_width_double = 16
+  }
 };
 
+char *
+pocl_hsa_build_hash (cl_device_id device)
+{
+  char* res = calloc(1000, sizeof(char));
+  snprintf(res, 1000, "HSA-%s-%s", device->llvm_target_triplet, device->long_name);
+  return res;
+}
+
 // Detect the HSA device and populate its properties to the device
 // struct.
 static void
@@ -302,7 +401,7 @@ get_hsa_device_features(char* dev_name, struct _cl_device_id* dev)
          supported_hsa_devices[i].native_vector_width_ ## ATTR;
 
   int found = 0;
-  int i;
+  unsigned i;
   for(i = 0; i < num_hsa_device; i++)
     {
       if (strcmp(dev_name, supported_hsa_devices[i].long_name) == 0)
@@ -328,12 +427,16 @@ get_hsa_device_features(char* dev_name, struct _cl_device_id* dev)
         }
     }
   if (!found)
-    POCL_ABORT("We found a device for which we don't have device"
-               "OpenCL attribute information (compute unit count,"
-               "constant buffer size etc), and there's no way to get"
-               "the required stuff from HSA API. Please create a "
-               "new entry with the information in supported_hsa_devices,"
-               "and send a note/patch to pocl developers. Thanks!");
+    {
+      POCL_MSG_PRINT_INFO("pocl-hsa: found unknown HSA devices '%s'.\n",
+			  dev_name);
+      POCL_ABORT("We found a device for which we don't have device "
+		 "OpenCL attribute information (compute unit count, "
+		 "constant buffer size etc), and there's no way to get all "
+		 "the required info from HSA API. Please create a "
+		 "new entry with the information in supported_hsa_devices, "
+		 "and send a note/patch to pocl developers. Thanks!");
+    }
 }
 
 void
@@ -341,15 +444,20 @@ pocl_hsa_init_device_infos(struct _cl_device_id* dev)
 {
   pocl_basic_init_device_infos (dev);
 
-  SETUP_DEVICE_CL_VERSION(HSA_DEVICE_CL_VERSION_MAJOR, HSA_DEVICE_CL_VERSION_MINOR)
+  SETUP_DEVICE_CL_VERSION(HSA_DEVICE_CL_VERSION_MAJOR,
+                          HSA_DEVICE_CL_VERSION_MINOR)
 
   dev->spmd = CL_TRUE;
   dev->autolocals_to_args = 0;
 
+  dev->global_as_id = 1;
+  dev->local_as_id = 3;
+  dev->constant_as_id = 2;
+
   assert(found_hsa_agents > 0);
-  assert(last_assigned_agent < (hsa_agents + found_hsa_agents));
+  assert(last_assigned_agent < found_hsa_agents);
   dev->data = (void*)last_assigned_agent;
-  hsa_agent_t agent = *last_assigned_agent++;
+  hsa_agent_t agent = hsa_agents[last_assigned_agent++];
 
   uint32_t cache_sizes[4];
   HSA_CHECK(hsa_agent_get_info (agent, HSA_AGENT_INFO_CACHE_SIZE,
@@ -363,7 +471,9 @@ pocl_hsa_init_device_infos(struct _cl_device_id* dev)
 
   dev->type = CL_DEVICE_TYPE_GPU;
 
-  dev->image_support = CL_FALSE;   // until it's actually implemented
+  // Enable when it's actually implemented AND if supported by
+  // the target agent (check with hsa_agent_extension_supported).
+  dev->image_support = CL_FALSE;
 
   dev->single_fp_config = CL_FP_ROUND_TO_NEAREST | CL_FP_ROUND_TO_ZERO
       | CL_FP_ROUND_TO_INF | CL_FP_FMA | CL_FP_INF_NAN;
@@ -375,21 +485,26 @@ pocl_hsa_init_device_infos(struct _cl_device_id* dev)
   dev->address_bits = (model == HSA_MACHINE_MODEL_LARGE) ? 64 : 32;
 
   uint16_t wg_sizes[3];
-  HSA_CHECK(hsa_agent_get_info(agent, HSA_AGENT_INFO_WORKGROUP_MAX_DIM, &wg_sizes));
+  HSA_CHECK(hsa_agent_get_info(agent, HSA_AGENT_INFO_WORKGROUP_MAX_DIM,
+                               &wg_sizes));
   dev->max_work_item_sizes[0] = wg_sizes[0];
   dev->max_work_item_sizes[1] = wg_sizes[1];
   dev->max_work_item_sizes[2] = wg_sizes[2];
 
 #ifdef HAVE_HSA_EXT_AMD_H
   uint32_t temp;
-  HSA_CHECK(hsa_agent_get_info(agent, HSA_AMD_AGENT_INFO_CACHELINE_SIZE, &temp));
+  HSA_CHECK(hsa_agent_get_info(agent, HSA_AMD_AGENT_INFO_CACHELINE_SIZE,
+                               &temp));
   dev->global_mem_cacheline_size = temp;
 
-  HSA_CHECK(hsa_agent_get_info(agent, HSA_AMD_AGENT_INFO_COMPUTE_UNIT_COUNT, &temp));
+  HSA_CHECK(hsa_agent_get_info(agent, HSA_AMD_AGENT_INFO_COMPUTE_UNIT_COUNT,
+                               &temp));
   dev->max_compute_units = temp;
 
-  HSA_CHECK(hsa_agent_get_info(agent, HSA_AMD_AGENT_INFO_MAX_CLOCK_FREQUENCY, &temp));
+  HSA_CHECK(hsa_agent_get_info(agent, HSA_AMD_AGENT_INFO_MAX_CLOCK_FREQUENCY,
+                               &temp));
   dev->max_clock_frequency = temp;
+
 #else
 #warning "Could not use AMD headers to find out CU/frequency of your device. Using some default values which are probably wrong..."
   dev->global_mem_cacheline_size = 64;
@@ -400,25 +515,37 @@ pocl_hsa_init_device_infos(struct _cl_device_id* dev)
   HSA_CHECK(hsa_agent_get_info
     (agent, HSA_AGENT_INFO_WORKGROUP_MAX_SIZE, &dev->max_work_group_size));
 
-  /*Image features*/
-  hsa_dim3_t image_size;
-  HSA_CHECK(hsa_agent_get_info (agent, HSA_EXT_AGENT_INFO_IMAGE_1D_MAX_ELEMENTS, &image_size));
-  dev->image_max_buffer_size = image_size.x;
-  HSA_CHECK(hsa_agent_get_info (agent, HSA_EXT_AGENT_INFO_IMAGE_2D_MAX_ELEMENTS, &image_size));
-  dev->image2d_max_height = image_size.x;
-  dev->image2d_max_width = image_size.y;
-  HSA_CHECK(hsa_agent_get_info (agent, HSA_EXT_AGENT_INFO_IMAGE_3D_MAX_ELEMENTS, &image_size));
-  dev->image3d_max_height = image_size.x;
-  dev->image3d_max_width = image_size.y;
-  dev->image3d_max_depth = image_size.z;
-  // is this directly the product of the dimensions?
-  //stat = hsa_agent_get_info(agent, ??, &dev->image_max_array_size);
-  HSA_CHECK(hsa_agent_get_info
-    (agent, HSA_EXT_AGENT_INFO_MAX_IMAGE_RD_HANDLES, &dev->max_read_image_args));
-  HSA_CHECK(hsa_agent_get_info
-    (agent, HSA_EXT_AGENT_INFO_MAX_IMAGE_RORW_HANDLES, &dev->max_write_image_args));
-  HSA_CHECK(hsa_agent_get_info
-    (agent, HSA_EXT_AGENT_INFO_MAX_SAMPLER_HANDLERS, &dev->max_samplers));
+  /* Image features. */
+  if (dev->image_support == CL_TRUE)
+    {
+      hsa_dim3_t image_size;
+      HSA_CHECK(hsa_agent_get_info (agent,
+				    HSA_EXT_AGENT_INFO_IMAGE_1D_MAX_ELEMENTS,
+				    &image_size));
+      dev->image_max_buffer_size = image_size.x;
+      HSA_CHECK(hsa_agent_get_info (agent,
+				    HSA_EXT_AGENT_INFO_IMAGE_2D_MAX_ELEMENTS,
+				    &image_size));
+      dev->image2d_max_height = image_size.x;
+      dev->image2d_max_width = image_size.y;
+      HSA_CHECK(hsa_agent_get_info (agent,
+				    HSA_EXT_AGENT_INFO_IMAGE_3D_MAX_ELEMENTS,
+				    &image_size));
+      dev->image3d_max_height = image_size.x;
+      dev->image3d_max_width = image_size.y;
+      dev->image3d_max_depth = image_size.z;
+      // is this directly the product of the dimensions?
+      //stat = hsa_agent_get_info(agent, ??, &dev->image_max_array_size);
+      HSA_CHECK(hsa_agent_get_info
+		(agent, HSA_EXT_AGENT_INFO_MAX_IMAGE_RD_HANDLES,
+		 &dev->max_read_image_args));
+      HSA_CHECK(hsa_agent_get_info
+		(agent, HSA_EXT_AGENT_INFO_MAX_IMAGE_RORW_HANDLES,
+		 &dev->max_read_write_image_args));
+      dev->max_write_image_args = dev->max_read_write_image_args;
+      HSA_CHECK(hsa_agent_get_info
+		(agent, HSA_EXT_AGENT_INFO_MAX_SAMPLER_HANDLERS, &dev->max_samplers));
+    }
 
   dev->should_allocate_svm = 1;
   /* OpenCL 2.0 properties */
@@ -456,76 +583,89 @@ pocl_hsa_probe(struct pocl_device_ops *ops)
   HSA_CHECK(hsa_iterate_agents(pocl_hsa_get_agents_callback, NULL));
 
   POCL_MSG_PRINT_INFO("pocl-hsa: found %d agents.\n", found_hsa_agents);
-  last_assigned_agent = hsa_agents;
+  last_assigned_agent = 0;
 
   return found_hsa_agents;
 }
 
-static void hsa_queue_callback(hsa_status_t status, hsa_queue_t *q, void* data) {
+static void
+hsa_queue_callback(hsa_status_t status, hsa_queue_t *q, void* data) {
   HSA_CHECK(status);
 }
 
+/* driver pthread prototype */
+void * pocl_hsa_driver_pthread (void *cldev);
+
 void
 pocl_hsa_init (cl_device_id device, const char* parameters)
 {
   pocl_hsa_device_data_t *d;
-  static int global_mem_id;
-  static int first_hsa_init = 1;
 
-  if (first_hsa_init)
-    {
-      first_hsa_init = 0;
-      global_mem_id = device->dev_id;
-    }
-  device->global_mem_id = global_mem_id;
+  device->global_mem_id = 0;
 
-  d = (pocl_hsa_device_data_t *) malloc (sizeof(pocl_hsa_device_data_t));
-  memset(d, 0, sizeof(pocl_hsa_device_data_t));
+  d = (pocl_hsa_device_data_t *) calloc (1, sizeof(pocl_hsa_device_data_t));
 
-  d->agent = (hsa_agent_t*)device->data;
+  intptr_t agent_index = (intptr_t)device->data;
+  d->agent.handle = hsa_agents[agent_index].handle;
   device->data = d;
 
-  HSA_CHECK(hsa_agent_iterate_regions (*d->agent, setup_agent_memory_regions_callback, d));
+  HSA_CHECK(hsa_agent_iterate_regions (d->agent,
+                                       setup_agent_memory_regions_callback,
+                                       d));
 
-  uint32_t boolarg;
+  bool boolarg = 0;
   HSA_CHECK(hsa_region_get_info(d->global_region,
-                               HSA_REGION_INFO_RUNTIME_ALLOC_ALLOWED, &boolarg));
+                                HSA_REGION_INFO_RUNTIME_ALLOC_ALLOWED,
+                                &boolarg));
   assert(boolarg != 0);
 
 #ifdef HAVE_HSA_EXT_AMD_H
   char booltest = 0;
   HSA_CHECK(hsa_region_get_info(d->global_region,
-                               HSA_AMD_REGION_INFO_HOST_ACCESSIBLE, &booltest));
+				HSA_AMD_REGION_INFO_HOST_ACCESSIBLE,
+                                &booltest));
   assert(booltest != 0);
 #endif
 
   size_t sizearg;
   HSA_CHECK(hsa_region_get_info(d->global_region,
-                               HSA_REGION_INFO_ALLOC_MAX_SIZE, &sizearg));
+				HSA_REGION_INFO_ALLOC_MAX_SIZE, &sizearg));
   device->max_mem_alloc_size = sizearg;
 
   /* For some reason, the global region size returned is 128 Terabytes...
-   * for now, use the max alloc size, it seems to be a much more reasonable value.
-   * HSA_CHECK(hsa_region_get_info(d->global_region, HSA_REGION_INFO_SIZE, &sizearg));
+   * for now, use the max alloc size, it seems to be a much more reasonable
+   * value.
+   * HSA_CHECK(hsa_region_get_info(d->global_region, HSA_REGION_INFO_SIZE,
+   *                               &sizearg));
    */
+  HSA_CHECK(hsa_region_get_info(d->global_region,
+                               HSA_REGION_INFO_SIZE, &sizearg));
   device->global_mem_size = sizearg;
+	if (device->global_mem_size > 16*1024*1024*(uint64_t)1024)
+		device->global_mem_size = device->max_mem_alloc_size;
 
   pocl_setup_device_for_system_memory(device);
 
-  HSA_CHECK(hsa_region_get_info(d->group_region, HSA_REGION_INFO_SIZE, &sizearg));
+  HSA_CHECK(hsa_region_get_info(d->group_region, HSA_REGION_INFO_SIZE,
+                                &sizearg));
   device->local_mem_size = sizearg;
 
   HSA_CHECK(hsa_region_get_info(d->global_region,
-                               HSA_REGION_INFO_RUNTIME_ALLOC_ALIGNMENT, &sizearg));
+				HSA_REGION_INFO_RUNTIME_ALLOC_ALIGNMENT,
+                                &sizearg));
   device->mem_base_addr_align = sizearg * 8;
 
-  HSA_CHECK(hsa_agent_get_info(*d->agent, HSA_AGENT_INFO_PROFILE, &d->agent_profile));
+  HSA_CHECK(hsa_agent_get_info(d->agent, HSA_AGENT_INFO_PROFILE,
+                               &d->agent_profile));
   device->profile = (
-      (d->agent_profile == HSA_PROFILE_FULL) ? "FULL_PROFILE" : "EMBEDDED_PROFILE");
+      (d->agent_profile == HSA_PROFILE_FULL) ?
+      "FULL_PROFILE" : "EMBEDDED_PROFILE");
+
 
   uint64_t hsa_freq;
-  HSA_CHECK(hsa_system_get_info(HSA_SYSTEM_INFO_TIMESTAMP_FREQUENCY, &hsa_freq));
-  d->timeout = (uint64_t)((double)hsa_freq * 0.008);
+  HSA_CHECK(hsa_system_get_info(HSA_SYSTEM_INFO_TIMESTAMP_FREQUENCY,
+                                &hsa_freq));
+  d->timeout = hsa_freq; // 1 second in hsa units
   d->timestamp_unit = (1000000000.0 / (double)hsa_freq);
   POCL_MSG_PRINT_INFO("HSA timestamp frequency: %" PRIu64 "\n", hsa_freq);
   POCL_MSG_PRINT_INFO("HSA timeout: %" PRIu64 "\n", d->timeout);
@@ -533,13 +673,28 @@ pocl_hsa_init (cl_device_id device, const char* parameters)
 
   device->profiling_timer_resolution = (size_t)(d->timestamp_unit) || 1;
 
-  HSA_CHECK(hsa_queue_create(*d->agent, 4, HSA_QUEUE_TYPE_MULTI,
-                       hsa_queue_callback, device->short_name,
-                       -1, -1, &d->queue));
+  /* TODO proper setup */
+  d->hw_schedulers = 3;
 
+#ifdef HAVE_HSA_EXT_AMD_H
+  /* TODO check at runtime */
+  d->have_wait_any = 1;
+#endif
+  HSA_CHECK(hsa_signal_create(1, 1, &d->agent,
+                              &d->nudge_driver_thread));
+
+  pthread_mutexattr_t mattr;
+  PTHREAD_CHECK(pthread_mutexattr_init(&mattr));
+  PTHREAD_CHECK(pthread_mutexattr_settype(&mattr, PTHREAD_MUTEX_ERRORCHECK));
+  PTHREAD_CHECK(pthread_mutex_init(&d->list_mutex, &mattr));
+
+  d->exit_driver_thread = 0;
+  PTHREAD_CHECK(pthread_create(&d->driver_pthread_id, NULL,
+                 &pocl_hsa_driver_pthread, device));
 }
 
-static void* pocl_hsa_malloc_account(pocl_global_mem_t *mem, size_t size, hsa_region_t r)
+static void*
+pocl_hsa_malloc_account(pocl_global_mem_t *mem, size_t size, hsa_region_t r)
 {
   void *b = NULL;
   if ((mem->total_alloc_limit - mem->currently_allocated) < size)
@@ -560,15 +715,26 @@ static void* pocl_hsa_malloc_account(pocl_global_mem_t *mem, size_t size, hsa_re
 }
 
 static void *
-pocl_hsa_malloc (cl_device_id device, cl_mem_flags flags, size_t size, void *host_ptr)
+pocl_hsa_malloc (cl_device_id device, cl_mem_flags flags, size_t size,
+                 void *host_ptr)
 {
   pocl_hsa_device_data_t* d = device->data;
   void *b = NULL;
   pocl_global_mem_t *mem = device->global_memory;
 
+  if (flags & CL_MEM_USE_HOST_PTR)
+    {
+      POCL_MSG_PRINT_INFO("HSA: hsa_memory_register (CL_MEM_USE_HOST_PTR)\n");
+      assert(host_ptr != NULL);
+      // TODO bookkeeping of mem registrations
+      hsa_memory_register(host_ptr, size);
+      return host_ptr;
+    }
+
   if (flags & CL_MEM_COPY_HOST_PTR)
     {
-      POCL_MSG_PRINT_INFO("HSA: hsa_memory_allocate + hsa_memory_copy (CL_MEM_COPY_HOST_PTR)\n");
+      POCL_MSG_PRINT_INFO("HSA: hsa_memory_allocate + hsa_memory_copy"
+                          " (CL_MEM_COPY_HOST_PTR)\n");
       assert(host_ptr != NULL);
 
       b = pocl_hsa_malloc_account(mem, size, d->global_region);
@@ -577,15 +743,6 @@ pocl_hsa_malloc (cl_device_id device, cl_mem_flags flags, size_t size, void *hos
       return b;
     }
 
-  if (flags & CL_MEM_USE_HOST_PTR)
-    {
-      POCL_MSG_PRINT_INFO("HSA: hsa_memory_register (CL_MEM_USE_HOST_PTR)\n");
-      assert(host_ptr != NULL);
-      // TODO bookkeeping of mem registrations
-      hsa_memory_register(host_ptr, size);
-      return host_ptr;
-    }
-
   assert(host_ptr == NULL);
   //POCL_MSG_PRINT_INFO("HSA: hsa_memory_allocate (ALLOC_HOST_PTR)\n");
   return pocl_hsa_malloc_account(mem, size, d->global_region);
@@ -598,7 +755,8 @@ pocl_hsa_free (cl_device_id device, cl_mem memobj)
   void* ptr = memobj->device_ptrs[device->dev_id].mem_ptr;
   size_t size = memobj->size;
 
-  if (flags & CL_MEM_USE_HOST_PTR)
+  if (flags & CL_MEM_USE_HOST_PTR ||
+      memobj->shared_mem_allocation_owner != device)
     hsa_memory_deregister(ptr, size);
   else
     {
@@ -607,9 +765,12 @@ pocl_hsa_free (cl_device_id device, cl_mem memobj)
       mem->currently_allocated -= size;
       hsa_memory_free(ptr);
     }
+  if (memobj->flags | CL_MEM_ALLOC_HOST_PTR)
+    memobj->mem_host_ptr = NULL;
 }
 
-void pocl_hsa_copy (void *data, const void *src_ptr, size_t src_offset,
+void
+pocl_hsa_copy (void *data, const void *src_ptr, size_t src_offset,
                void *__restrict__ dst_ptr, size_t dst_offset, size_t cb)
 {
   assert(src_offset == 0);
@@ -617,26 +778,46 @@ void pocl_hsa_copy (void *data, const void *src_ptr, size_t src_offset,
   HSA_CHECK(hsa_memory_copy(dst_ptr, src_ptr, cb));
 }
 
-cl_int pocl_hsa_alloc_mem_obj(cl_device_id device, cl_mem mem_obj)
+cl_int
+pocl_hsa_alloc_mem_obj(cl_device_id device, cl_mem mem_obj, void* host_ptr)
 {
   void *b = NULL;
   cl_mem_flags flags = mem_obj->flags;
+  unsigned i;
 
-  /* if memory for this global memory is not yet allocated -> do it */
-  if (mem_obj->device_ptrs[device->global_mem_id].mem_ptr == NULL)
+  /* check if some driver has already allocated memory for this mem_obj 
+     in our global address space, and use that*/
+  for (i = 0; i < mem_obj->context->num_devices; ++i)
     {
-      b = pocl_hsa_malloc(device, flags, mem_obj->size, mem_obj->mem_host_ptr);
-      if (b == NULL)
-        return CL_MEM_OBJECT_ALLOCATION_FAILURE;
+      if (!mem_obj->device_ptrs[i].available)
+        continue;
 
-      mem_obj->device_ptrs[device->global_mem_id].mem_ptr = b;
-      mem_obj->device_ptrs[device->global_mem_id].global_mem_id =
-        device->global_mem_id;
+      if (mem_obj->device_ptrs[i].global_mem_id == device->global_mem_id
+          && mem_obj->device_ptrs[i].mem_ptr != NULL)
+        {
+          mem_obj->device_ptrs[device->dev_id].mem_ptr =
+            mem_obj->device_ptrs[i].mem_ptr;
+          hsa_memory_register(mem_obj->device_ptrs[device->dev_id].mem_ptr,
+                              mem_obj->size);
+          POCL_MSG_PRINT_INFO ("HSA: alloc_mem_obj, use already"
+                               " allocated memory\n");
+          return CL_SUCCESS;
+        }
     }
 
-  /* copy already allocated global mem info to devices own slot */
-  mem_obj->device_ptrs[device->dev_id] =
-    mem_obj->device_ptrs[device->global_mem_id];
+  /* memory for this global memory is not yet allocated -> do it */
+  b = pocl_hsa_malloc(device, flags, mem_obj->size, host_ptr);
+  if (b == NULL)
+    return CL_MEM_OBJECT_ALLOCATION_FAILURE;
+
+  /* take ownership if not USE_HOST_PTR */
+  if (~flags & CL_MEM_USE_HOST_PTR)
+    mem_obj->shared_mem_allocation_owner = device;
+
+  mem_obj->device_ptrs[device->dev_id].mem_ptr = b;
+
+  if (flags & CL_MEM_ALLOC_HOST_PTR)
+    mem_obj->mem_host_ptr = b;
 
   return CL_SUCCESS;
 
@@ -671,7 +852,8 @@ setup_kernel_args (pocl_hsa_device_data_t *d,
           *total_group_size += (uint32_t)al->size;
           write_pos += sizeof(uint32_t);
         }
-      else if (cmd->command.run.kernel->arg_info[i].type == POCL_ARG_TYPE_POINTER)
+      else if (cmd->command.run.kernel->arg_info[i].type
+               == POCL_ARG_TYPE_POINTER)
         {
           CHECK_AND_ALIGN_SPACE(sizeof (uint64_t));
           /* Assuming the pointers are 64b (or actually the same as in
@@ -694,8 +876,8 @@ setup_kernel_args (pocl_hsa_device_data_t *d,
             }
           write_pos += sizeof(uint64_t);
 #if 0
-          /* TODO: It's legal to pass a NULL pointer to clSetKernelArguments. In
-             that case we must pass the same NULL forward to the kernel.
+          /* TODO: It's legal to pass a NULL pointer to clSetKernelArguments.
+             In that case we must pass the same NULL forward to the kernel.
              Otherwise, the user must have created a buffer with per device
              pointers stored in the cl_mem. */
           if (al->value == NULL)
@@ -705,16 +887,21 @@ setup_kernel_args (pocl_hsa_device_data_t *d,
             }
           else
             arguments[i] =
-              &((*(cl_mem *) (al->value))->device_ptrs[cmd->device->dev_id].mem_ptr);
+              &((*(cl_mem *) (al->value))->device_ptrs[cmd->device->dev_id]
+                .mem_ptr);
 #endif
         }
-      else if (cmd->command.run.kernel->arg_info[i].type == POCL_ARG_TYPE_IMAGE)
+      else if (cmd->command.run.kernel->arg_info[i].type
+               == POCL_ARG_TYPE_IMAGE)
         {
-          POCL_ABORT_UNIMPLEMENTED("pocl-hsa: image arguments not implemented.\n");
+          POCL_ABORT_UNIMPLEMENTED("pocl-hsa: image arguments"
+                                   " not implemented.\n");
         }
-      else if (cmd->command.run.kernel->arg_info[i].type == POCL_ARG_TYPE_SAMPLER)
+      else if (cmd->command.run.kernel->arg_info[i].type
+               == POCL_ARG_TYPE_SAMPLER)
         {
-          POCL_ABORT_UNIMPLEMENTED("pocl-hsa: sampler arguments not implemented.\n");
+          POCL_ABORT_UNIMPLEMENTED("pocl-hsa: sampler arguments"
+                                   " not implemented.\n");
         }
       else
         {
@@ -725,12 +912,21 @@ setup_kernel_args (pocl_hsa_device_data_t *d,
         }
     }
 
+  /* pointer to pocl_context */
+  CHECK_AND_ALIGN_SPACE(sizeof (uint64_t));
+
+  uint64_t pc_addr = (uint64_t)&cmd->command.run.pc;
+  memcpy(write_pos, &pc_addr, sizeof(uint64_t));
+  write_pos += sizeof(uint64_t);
+
 #if 0
   for (size_t i = cmd->command.run.kernel->num_args;
-       i < cmd->command.run.kernel->num_args + cmd->command.run.kernel->num_locals;
+       i < cmd->command.run.kernel->num_args
+         + cmd->command.run.kernel->num_locals;
        ++i)
     {
-      POCL_ABORT_UNIMPLEMENTED("hsa: automatic local buffers not implemented.");
+      POCL_ABORT_UNIMPLEMENTED("hsa: automatic local buffers"
+                               " not implemented.");
       al = &(cmd->command.run.arguments[i]);
       arguments[i] = malloc (sizeof (void *));
       *(void **)(arguments[i]) = pocl_hsa_malloc (data, 0, al->size, NULL);
@@ -738,236 +934,16 @@ setup_kernel_args (pocl_hsa_device_data_t *d,
 #endif
 }
 
-/* Sets up things that go into kernel dispatch packet and are cacheable.
- * If stuff is cached, returns d->program_cache[i].kernel_cache[j]
- * If stuff is not cached, and d->program_cache[i].kernel_cache is not full,
- * puts things there;
- * otherwise puts things into 'stack_cache' argument;
- * returns a pointer to the actually used storage */
-static pocl_hsa_kernel_cache_t* cache_kernel_dispatch_data(cl_kernel kernel,
-                                pocl_hsa_device_data_t* d,
-                                hsa_executable_t *exe_ptr,
-                                pocl_hsa_kernel_cache_t *stack_cache) {
-  pocl_hsa_kernel_cache_t* out = NULL;
-
-  assert(exe_ptr != NULL);
-  assert(stack_cache != NULL);
-  assert(d != NULL);
-
-  unsigned i;
-  for (i = 0; i<HSA_KERNEL_CACHE_SIZE; i++)
-    {
-      if (d->kernel_cache[i].kernel == kernel)
-        return &d->kernel_cache[i];
-    }
-
-  if (d->kernel_cache_lastptr < HSA_KERNEL_CACHE_SIZE)
-    out = &d->kernel_cache[d->kernel_cache_lastptr++];
-  else
-    out = stack_cache;
-
-  out->hsa_exe = *exe_ptr;
-
-  hsa_executable_symbol_t kernel_symbol;
-
-  size_t kernel_name_length = strlen (kernel->name);
-  char *symbol = malloc (kernel_name_length + 2);
-  symbol[0] = '&';
-  symbol[1] = '\0';
-
-  strncat (symbol, kernel->name, kernel_name_length);
-
-  POCL_MSG_PRINT_INFO("pocl-hsa: getting kernel symbol %s.\n", symbol);
-
-  HSA_CHECK(hsa_executable_get_symbol
-    (out->hsa_exe, NULL, symbol, *d->agent, 0, &kernel_symbol));
-
-  hsa_symbol_kind_t symtype;
-  HSA_CHECK(hsa_executable_symbol_get_info
-    (kernel_symbol, HSA_EXECUTABLE_SYMBOL_INFO_TYPE, &symtype));
-  if(symtype != HSA_SYMBOL_KIND_KERNEL)
-    POCL_ABORT ("pocl-hsa: the kernel function symbol resolves "
-                "to something else than a function\n");
-
-  uint64_t code_handle;
-  HSA_CHECK(hsa_executable_symbol_get_info
-    (kernel_symbol, HSA_EXECUTABLE_SYMBOL_INFO_KERNEL_OBJECT, &code_handle));
-
-  out->code_handle = code_handle;
-
-  HSA_CHECK(hsa_executable_symbol_get_info(kernel_symbol,
-       HSA_EXECUTABLE_SYMBOL_INFO_KERNEL_GROUP_SEGMENT_SIZE, &out->static_group_size));
-
-  HSA_CHECK(hsa_executable_symbol_get_info
-    (kernel_symbol, HSA_EXECUTABLE_SYMBOL_INFO_KERNEL_PRIVATE_SEGMENT_SIZE, &out->private_size));
-
-  hsa_signal_value_t initial_value = 1;
-  HSA_CHECK(hsa_signal_create(initial_value, 0, NULL, &out->kernel_completion_signal));
-
-  HSA_CHECK(hsa_executable_symbol_get_info
-    (kernel_symbol, HSA_EXECUTABLE_SYMBOL_INFO_KERNEL_KERNARG_SEGMENT_SIZE,
-     &out->args_segment_size));
-
-  HSA_CHECK(hsa_memory_allocate(d->kernarg_region, out->args_segment_size, &out->kernargs));
-
-  out->kernel = (cl_kernel)kernel;
-  return out;
-}
-
-void
-pocl_hsa_run(void *dptr, _cl_command_node* cmd)
-{
-  pocl_hsa_device_data_t *d;
-  unsigned i;
-  cl_kernel kernel = cmd->command.run.kernel;
-  struct pocl_context *pc = &cmd->command.run.pc;
-  hsa_kernel_dispatch_packet_t *kernel_packet;
-  pocl_hsa_kernel_cache_t stack_cache, *cached_data;
-
-  assert (dptr != NULL);
-  d = dptr;
-  d->current_kernel = kernel;
-
-  hsa_executable_t *exe_ptr = (hsa_executable_t*)cmd->command.run.device_data;
-
-  cached_data = cache_kernel_dispatch_data(kernel, d, exe_ptr, &stack_cache);
-
-  /* does NOT free the hsa_executable_t, rather the malloc'ed mem
-   * from compile_submitted_kernels() */
-  free(exe_ptr);
-
-  const uint32_t queueMask = d->queue->size - 1;
-
-  /* Launch the kernel by allocating a slot in the queue, writing the
-     command to it, signaling the update with a door bell and finally,
-     block waiting until finish signalled with the completion_signal. */
-  uint64_t queue_index =
-    hsa_queue_load_write_index_relaxed (d->queue);
-  kernel_packet =
-    &(((hsa_kernel_dispatch_packet_t*)(d->queue->base_address))[queue_index & queueMask]);
-
-  /* Process the kernel arguments. Convert the opaque buffer
-     pointers to real device pointers, allocate dynamic local
-     memory buffers, etc. */
-
-  kernel_packet->workgroup_size_x = cmd->command.run.local_x;
-  kernel_packet->workgroup_size_y = cmd->command.run.local_y;
-  kernel_packet->workgroup_size_z = cmd->command.run.local_z;
-
-  kernel_packet->grid_size_x = kernel_packet->grid_size_y = kernel_packet->grid_size_z = 1;
-  kernel_packet->grid_size_x = pc->num_groups[0] * cmd->command.run.local_x;
-  kernel_packet->grid_size_y = pc->num_groups[1] * cmd->command.run.local_y;
-  kernel_packet->grid_size_z = pc->num_groups[2] * cmd->command.run.local_z;
-
-  kernel_packet->kernel_object = cached_data->code_handle;
-  kernel_packet->private_segment_size = cached_data->private_size;
-  uint32_t total_group_size = cached_data->static_group_size;
-
-  /* Reset the signal (it might be cached) to its initial value of 1 */
-  hsa_signal_value_t initial_value = 1;
-  hsa_signal_store_relaxed(cached_data->kernel_completion_signal, initial_value);
-  kernel_packet->completion_signal = cached_data->kernel_completion_signal;
-
-  setup_kernel_args (d, cmd, (char*)cached_data->kernargs,
-                     cached_data->args_segment_size, &total_group_size);
-
-  kernel_packet->group_segment_size = total_group_size;
-
-  POCL_MSG_PRINT_INFO("pocl-hsa: kernel's total group size: %u\n", total_group_size);
-  if (total_group_size > cmd->device->local_mem_size)
-    POCL_ABORT ("pocl-hsa: required local memory > device local memory!\n");
-
-  kernel_packet->kernarg_address = cached_data->kernargs;
-
-  typedef union {
-    uint32_t header_setup;
-    struct {
-      uint16_t header;
-      uint16_t setup;
-    } a;
-  } hsa_header_union_t;
-
-  hsa_header_union_t h;
-  h.a.header = (uint16_t)HSA_FENCE_SCOPE_SYSTEM << HSA_PACKET_HEADER_ACQUIRE_FENCE_SCOPE;
-  h.a.header |= (uint16_t)HSA_FENCE_SCOPE_SYSTEM << HSA_PACKET_HEADER_RELEASE_FENCE_SCOPE;
-  h.a.header |= (uint16_t)HSA_PACKET_TYPE_KERNEL_DISPATCH << HSA_PACKET_HEADER_TYPE;
-  h.a.setup = (uint16_t)cmd->command.run.pc.work_dim << HSA_KERNEL_DISPATCH_PACKET_SETUP_DIMENSIONS;
-  __atomic_store_n((uint32_t*)(&kernel_packet->header), h.header_setup, __ATOMIC_RELEASE);
-
-  /*
-   * Increment the write index and ring the doorbell to dispatch the kernel.
-   */
-  hsa_queue_store_write_index_relaxed (d->queue, queue_index + 1);
-  hsa_signal_store_relaxed (d->queue->doorbell_signal, queue_index);
-
-  /* Wait the first interval actively (should improve latency a bit for small jobs);
-   * if a longer wait is required, use a blocking wait */
-  hsa_signal_value_t sigval =
-    hsa_signal_wait_acquire
-    (cached_data->kernel_completion_signal, HSA_SIGNAL_CONDITION_LT, 1,
-     d->timeout, HSA_WAIT_STATE_ACTIVE);
-
-  while (sigval > 0)
-    {
-      sigval = hsa_signal_wait_acquire
-        (cached_data->kernel_completion_signal, HSA_SIGNAL_CONDITION_LT, 1,
-         d->timeout, HSA_WAIT_STATE_BLOCKED);
-    }
-
-  /* if the cache is full, release stuff */
-  if (cached_data == &stack_cache)
-    {
-      hsa_executable_destroy(cached_data->hsa_exe);
-      hsa_signal_destroy(cached_data->kernel_completion_signal);
-      hsa_memory_free(cached_data->kernargs);
-    }
-
-  /* TODO this */
-  for (i = 0; i < kernel->num_args; ++i)
-    {
-      if (kernel->arg_info[i].is_local)
-        {
-#if 0
-          pocl_hsa_free (data, 0, *(void **)(arguments[i]));
-          POCL_MEM_FREE(arguments[i]);
-#endif
-        }
-      else if (kernel->arg_info[i].type == POCL_ARG_TYPE_IMAGE)
-        {
-#if 0
-          pocl_hsa_free (data, 0, *(void **)(arguments[i]));
-          POCL_MEM_FREE(arguments[i]);
-#endif
-        }
-#if 0
-      else if (kernel->arg_info[i].type == POCL_ARG_TYPE_SAMPLER ||
-               (kernel->arg_info[i].type == POCL_ARG_TYPE_POINTER &&
-                *(void**)args->kernel_args[i] == NULL))
-        {
-          POCL_MEM_FREE(arguments[i]);
-        }
-#endif
-    }
-  for (i = kernel->num_args;
-       i < kernel->num_args + kernel->num_locals;
-       ++i)
-    {
-#if 0
-      pocl_hsa_free(data, 0, *(void **)(arguments[i]));
-      POCL_MEM_FREE(arguments[i]);
-#endif
-    }
-}
-
 /*
  * This replaces a simple system(), because system() was causing issues
  * (gpu lockups) when compiling code (via compile_parallel_bc_to_brig)
  * with OpenCL 2.0 atomics (like CalcPie from AMD SDK).
  * The reason of lockups is unknown (yet).
  */
-static int run_command(char* args[])
+static int
+run_command(char* args[])
 {
-  POCL_MSG_PRINT_INFO("Launching: %s", args[0]);
+  POCL_MSG_PRINT_INFO("Launching: %s\n", args[0]);
 #ifdef HAVE_VFORK
   pid_t p = vfork();
 #elif defined(HAVE_FORK)
@@ -993,33 +969,35 @@ static int run_command(char* args[])
     }
 }
 
-static int compile_parallel_bc_to_brig(const char* tmpdir, char* brigfile) {
+static int
+compile_parallel_bc_to_brig(char* brigfile, cl_kernel kernel,
+                            cl_device_id device) {
   int error;
   char hsailfile[POCL_FILENAME_LENGTH];
-  char bytecode[POCL_FILENAME_LENGTH];
+  char parallel_bc_path[POCL_FILENAME_LENGTH];
 
-  error = snprintf (bytecode, POCL_FILENAME_LENGTH,
-                    "%s%s", tmpdir, POCL_PARALLEL_BC_FILENAME);
-  assert (error >= 0);
+  unsigned device_i = pocl_cl_device_to_index(kernel->program, device);
+  pocl_cache_work_group_function_path(parallel_bc_path, kernel->program,
+                                      device_i, kernel, 0, 0, 0);
 
-  error = snprintf (brigfile, POCL_FILENAME_LENGTH,
-                    "%s%s.brig", tmpdir, POCL_PARALLEL_BC_FILENAME);
-  assert (error >= 0);
+  strcpy(brigfile, parallel_bc_path);
+  strncat(brigfile, ".brig", POCL_FILENAME_LENGTH-1);
+  strcpy(hsailfile, parallel_bc_path);
+  strncat(hsailfile, ".hsail", POCL_FILENAME_LENGTH-1);
 
   if (pocl_exists(brigfile))
-    POCL_MSG_PRINT_INFO("pocl-hsa: using existing BRIG file: \n%s\n", brigfile);
+    POCL_MSG_PRINT_INFO("pocl-hsa: using existing BRIG file: \n%s\n",
+                        brigfile);
   else
     {
       // TODO call llvm via c++ interface like pocl_llvm_codegen()
-      POCL_MSG_PRINT_INFO("pocl-hsa: BRIG file not found, compiling parallel.bc "
-                          "to brig file: \n%s\n", bytecode);
+      POCL_MSG_PRINT_INFO("pocl-hsa: BRIG file not found,"
+                          " compiling parallel.bc to brig file: \n%s\n",
+                          parallel_bc_path);
 
-      error = snprintf (hsailfile, POCL_FILENAME_LENGTH,
-                    "%s%s.hsail", tmpdir, POCL_PARALLEL_BC_FILENAME);
-      assert (error >= 0);
 
-      char* args1[] = { LLVM_LLC, "-O2", "-march=hsail64", "-filetype=asm", "-o",
-                        hsailfile, bytecode, NULL };
+      char* args1[] = { LLVM_LLC, "-O2", "-march=hsail64", "-filetype=asm",
+                        "-o", hsailfile, parallel_bc_path, NULL };
       if ((error = run_command(args1)))
         {
           POCL_MSG_PRINT_INFO("pocl-hsa: llc exit status %i\n", error);
@@ -1038,30 +1016,27 @@ static int compile_parallel_bc_to_brig(const char* tmpdir, char* brigfile) {
 }
 
 void
-pocl_hsa_compile_submitted_kernels (_cl_command_node *cmd)
+pocl_hsa_compile_kernel (_cl_command_node *cmd, cl_kernel kernel,
+                         cl_device_id device)
 {
-  if (cmd->type != CL_COMMAND_NDRANGE_KERNEL)
-    return;
-
   char brigfile[POCL_FILENAME_LENGTH];
   char *brig_blob;
 
   pocl_hsa_device_data_t *d =
-    (pocl_hsa_device_data_t*)cmd->device->data;
+    (pocl_hsa_device_data_t*)device->data;
 
-  hsa_executable_t *out = malloc(sizeof(hsa_executable_t));
-  cmd->command.run.device_data = (void**)out;
+  hsa_executable_t final_obj;
 
   unsigned i;
   for (i = 0; i<HSA_KERNEL_CACHE_SIZE; i++)
-    if (d->kernel_cache[i].kernel == cmd->command.run.kernel)
+    if (d->kernel_cache[i].kernel == kernel)
       {
-        *out = d->kernel_cache[i].hsa_exe;
-        POCL_MSG_PRINT_INFO("kernel.hsa_exe found in kernel cache, returning\n");
+        POCL_MSG_PRINT_INFO("kernel.hsa_exe found in"
+                            " kernel cache, returning\n");
         return;
       }
 
-  if (compile_parallel_bc_to_brig(cmd->command.run.tmp_dir, brigfile))
+  if (compile_parallel_bc_to_brig(brigfile, kernel, device))
     POCL_ABORT("Compiling LLVM IR -> HSAIL -> BRIG failed.\n");
 
   POCL_MSG_PRINT_INFO("pocl-hsa: loading binary from file %s.\n", brigfile);
@@ -1086,7 +1061,7 @@ pocl_hsa_compile_submitted_kernels (_cl_command_node *cmd)
   HSA_CHECK(hsa_ext_program_add_module (hsa_program, hsa_module));
 
   hsa_isa_t isa;
-  HSA_CHECK(hsa_agent_get_info (*d->agent, HSA_AGENT_INFO_ISA, &isa));
+  HSA_CHECK(hsa_agent_get_info (d->agent, HSA_AGENT_INFO_ISA, &isa));
 
   hsa_ext_control_directives_t control_directives;
   memset (&control_directives, 0, sizeof (hsa_ext_control_directives_t));
@@ -1098,26 +1073,68 @@ pocl_hsa_compile_submitted_kernels (_cl_command_node *cmd)
 
   HSA_CHECK(hsa_executable_create (d->agent_profile,
                                   HSA_EXECUTABLE_STATE_UNFROZEN,
-                                  "", out));
+                                  "", &final_obj));
 
-  HSA_CHECK(hsa_executable_load_code_object (*out, *d->agent,
+  HSA_CHECK(hsa_executable_load_code_object (final_obj, d->agent,
                                             code_object, ""));
 
-  HSA_CHECK(hsa_executable_freeze (*out, NULL));
-
-  HSA_CHECK(hsa_code_object_destroy(code_object));
+  HSA_CHECK(hsa_executable_freeze (final_obj, NULL));
 
   HSA_CHECK(hsa_ext_program_destroy(hsa_program));
 
   free(brig_blob);
 
-/*
-  if (d->kernel_cache_lastptr < HSA_KERNEL_CACHE_SIZE)
+  i = d->kernel_cache_lastptr;
+  if (i < HSA_KERNEL_CACHE_SIZE)
     {
-      d->kernel_cache[d->kernel_cache_lastptr].kernel = cmd->command.run.kernel;
-      d->kernel_cache[d->kernel_cache_lastptr++].hsa_exe = *out;
+      d->kernel_cache[i].kernel = kernel;
+      d->kernel_cache[i].hsa_exe.handle = final_obj.handle;
+      d->kernel_cache_lastptr++;
     }
-*/
+  else
+    POCL_ABORT("kernel cache full");
+
+  hsa_executable_symbol_t kernel_symbol;
+
+  size_t kernel_name_length = strlen (kernel->name);
+  char *symbol = malloc (kernel_name_length + 2);
+  symbol[0] = '&';
+  symbol[1] = '\0';
+
+  strncat (symbol, kernel->name, kernel_name_length);
+
+  POCL_MSG_PRINT_INFO("pocl-hsa: getting kernel symbol %s.\n", symbol);
+
+  HSA_CHECK(hsa_executable_get_symbol
+    (final_obj, NULL, symbol, d->agent, 0, &kernel_symbol));
+
+  free(symbol);
+
+  hsa_symbol_kind_t symtype;
+  HSA_CHECK(hsa_executable_symbol_get_info
+    (kernel_symbol, HSA_EXECUTABLE_SYMBOL_INFO_TYPE, &symtype));
+  if(symtype != HSA_SYMBOL_KIND_KERNEL)
+    POCL_ABORT ("pocl-hsa: the kernel function symbol resolves "
+                "to something else than a function\n");
+
+  uint64_t code_handle;
+  HSA_CHECK(hsa_executable_symbol_get_info
+    (kernel_symbol, HSA_EXECUTABLE_SYMBOL_INFO_KERNEL_OBJECT, &code_handle));
+
+  d->kernel_cache[i].code_handle = code_handle;
+
+  HSA_CHECK(hsa_executable_symbol_get_info (
+       kernel_symbol,
+       HSA_EXECUTABLE_SYMBOL_INFO_KERNEL_GROUP_SEGMENT_SIZE,
+       &d->kernel_cache[i].static_group_size));
+
+  HSA_CHECK(hsa_executable_symbol_get_info (
+       kernel_symbol, HSA_EXECUTABLE_SYMBOL_INFO_KERNEL_PRIVATE_SEGMENT_SIZE,
+       &d->kernel_cache[i].private_size));
+
+  HSA_CHECK(hsa_executable_symbol_get_info (
+       kernel_symbol, HSA_EXECUTABLE_SYMBOL_INFO_KERNEL_KERNARG_SEGMENT_SIZE,
+       &d->kernel_cache[i].args_segment_size));
 
 }
 
@@ -1126,21 +1143,35 @@ pocl_hsa_uninit (cl_device_id device)
 {
   pocl_hsa_device_data_t *d = (pocl_hsa_device_data_t*)device->data;
 
+  if (d->driver_pthread_id)
+    {
+      POCL_MSG_PRINT_INFO("waiting for HSA device pthread"
+                          " to finish its work...\n");
+      d->exit_driver_thread = 1;
+      void* ptr;
+      PTHREAD_CHECK(pthread_join(d->driver_pthread_id, &ptr));
+      POCL_MSG_PRINT_INFO("....done.\n");
+    }
+
   unsigned i;
   for (i = 0; i < HSA_KERNEL_CACHE_SIZE; i++)
     if (d->kernel_cache[i].kernel)
-      {
-        HSA_CHECK(hsa_executable_destroy(d->kernel_cache[i].hsa_exe));
-        HSA_CHECK(hsa_signal_destroy(d->kernel_cache[i].kernel_completion_signal));
-      }
+      HSA_CHECK(hsa_executable_destroy(d->kernel_cache[i].hsa_exe));
+
+  // TODO: destroy the executables that didn't fit to the kernel
+  // cache. Also code objects are not destroyed at the moment.
+
+  hsa_signal_destroy(d->nudge_driver_thread);
+
+  PTHREAD_CHECK(pthread_mutex_destroy(&d->list_mutex));
 
-  HSA_CHECK(hsa_queue_destroy(d->queue));
   POCL_MEM_FREE(d);
   device->data = NULL;
 }
 
 
-cl_ulong pocl_hsa_get_timer_value(void *data)
+cl_ulong
+pocl_hsa_get_timer_value(void *data)
 {
   uint64_t hsa_ts;
   HSA_CHECK(hsa_system_get_info(HSA_SYSTEM_INFO_TIMESTAMP, &hsa_ts));
@@ -1148,3 +1179,549 @@ cl_ulong pocl_hsa_get_timer_value(void *data)
                             ((pocl_hsa_device_data_t*)data)->timestamp_unit);
   return res;
 }
+
+#define PN_ADD(array, p) \
+  do { \
+    if (array##_size > COMMAND_LIST_SIZE) \
+      POCL_ABORT("array overload\n"); \
+    array[array##_size++] = p; \
+  } \
+  while (0)
+
+#define PN_REMOVE(array, index) \
+  do { \
+    assert(array##_size > 0); \
+    array[index] = array[--array##_size]; \
+    array[array##_size] = NULL; \
+  } \
+  while (0)
+
+void
+pocl_hsa_submit (_cl_command_node *node, cl_command_queue cq)
+{
+  cl_device_id device = node->device;
+  pocl_hsa_device_data_t *d = device->data;
+  unsigned added_to_readylist = 0;
+
+  POCL_LOCK_OBJ (node->event);
+  PTHREAD_CHECK(pthread_mutex_lock(&d->list_mutex));
+  POCL_UPDATE_EVENT_SUBMITTED(&node->event);
+
+  /* this "ready" consept to ensure that command is pushed only once */
+  if (!(node->ready) && pocl_command_is_ready(node->event))
+    {
+      node->ready = 1;
+      PN_ADD(d->ready_list, node->event);
+      added_to_readylist = 1;
+    }
+  else
+    PN_ADD(d->wait_list, node->event);
+
+  POCL_MSG_PRINT_INFO("After Event %u submit: WL : %li, RL: %li\n",
+                      node->event->id, d->wait_list_size, d->ready_list_size);
+
+  PTHREAD_CHECK(pthread_mutex_unlock(&d->list_mutex));
+  POCL_UNLOCK_OBJ (node->event);
+
+  if (added_to_readylist)
+    hsa_signal_subtract_relaxed(d->nudge_driver_thread, 1);
+
+}
+
+void
+pocl_hsa_join (cl_device_id device, cl_command_queue cq)
+{
+  POCL_LOCK_OBJ (cq);
+  if (cq->command_count == 0)
+    {
+      POCL_UNLOCK_OBJ (cq);
+      POCL_MSG_PRINT_INFO("pocl-hsa: device->join: empty queue\n");
+      return;
+    }
+  cl_event event = cq->last_event.event;
+  assert(event);
+  POCL_LOCK_OBJ(event);
+  POCL_UNLOCK_OBJ (cq);
+
+  POCL_MSG_PRINT_INFO("pocl-hsa: device->join on event %u\n", event->id);
+
+  if (event->status == CL_COMPLETE)
+    {
+      POCL_MSG_PRINT_INFO("pocl-hsa: device->join: last event (%u) in queue"
+                          " exists, but is complete\n", event->id);
+      POCL_UNLOCK_OBJ(event);
+      return;
+    }
+
+  while (event->status != CL_COMPLETE)
+    {
+      pocl_hsa_event_data_t *e_d = (pocl_hsa_event_data_t *)event->data;
+      PTHREAD_CHECK (pthread_cond_wait (&e_d->event_cond, &event->pocl_lock));
+    }
+  POCL_UNLOCK_OBJ(event);
+
+  POCL_MSG_PRINT_INFO("pocl-hsa: device->join on event %u finished"
+                      " with status: %i\n", event->id, event->status);
+  assert(event->status == CL_COMPLETE);
+}
+
+void
+pocl_hsa_flush (cl_device_id device, cl_command_queue cq)
+{
+  pocl_hsa_device_data_t *d = (pocl_hsa_device_data_t *)device->data;
+  hsa_signal_subtract_relaxed(d->nudge_driver_thread, 1);
+}
+
+void
+pocl_hsa_notify (cl_device_id device, cl_event event)
+{
+  pocl_hsa_device_data_t *d = device->data;
+  POCL_LOCK_OBJ (event);
+  _cl_command_node *node = event->command;
+  int added_to_readylist = 0;
+  POCL_MSG_PRINT_INFO("pocl-hsa: notify on event %u \n", event->id);
+
+  /* this "ready" consept to ensure that command is pushed only once */
+  if (!(node->ready) && pocl_command_is_ready(node->event))
+    {
+      node->ready = 1;
+      if (event->status == CL_SUBMITTED)
+        {
+          PTHREAD_CHECK(pthread_mutex_lock(&d->list_mutex));
+
+          size_t i = 0;
+          for(i = 0; i < d->wait_list_size; i++)
+            if (d->wait_list[i] == event)
+              break;
+          if (i < d->wait_list_size)
+            {
+              POCL_MSG_PRINT_INFO("event %u wait_list -> ready_list\n", 
+                                  event->id);
+              PN_ADD(d->ready_list, event);
+              PN_REMOVE(d->wait_list, i);
+            }
+          else
+            POCL_ABORT("cant move event %u from waitlist to"
+                       " readylist - not found in waitlist\n", event->id);
+          added_to_readylist = 1;
+          PTHREAD_CHECK(pthread_mutex_unlock(&d->list_mutex));
+        }
+      else
+        POCL_MSG_WARN("node->ready was 0 but event %u is"
+                      " not submitted!\n", event->id);
+    }
+  POCL_UNLOCK_OBJ (event);
+
+  if (added_to_readylist)
+    hsa_signal_subtract_relaxed(d->nudge_driver_thread, 1);
+}
+
+void
+pocl_hsa_broadcast (cl_event event)
+{
+  POCL_MSG_PRINT_INFO("pocl-hsa: broadcasting\n");
+  pocl_broadcast(event);
+}
+
+void
+pocl_hsa_wait_event(cl_device_id device, cl_event event)
+{
+  POCL_MSG_PRINT_INFO("pocl-hsa: device->wait_event on event %u\n", event->id);
+  POCL_LOCK_OBJ (event);
+  if (event->status == CL_COMPLETE)
+    {
+      POCL_MSG_PRINT_INFO("pocl-hsa: device->wain_event: last event"
+                          " (%u) in queue exists, but is complete\n", 
+                          event->id);
+      POCL_UNLOCK_OBJ(event);
+      return;
+    }
+  while (event->status != CL_COMPLETE)
+    {
+      pocl_hsa_event_data_t *e_d = (pocl_hsa_event_data_t *)event->data;
+      PTHREAD_CHECK(pthread_cond_wait(&(e_d->event_cond), &event->pocl_lock));
+    }
+  POCL_UNLOCK_OBJ(event);
+
+  POCL_MSG_PRINT_INFO("event wait finished with status: %i\n", event->status);
+  assert(event->status == CL_COMPLETE);
+}
+
+/* DRIVER PTHREAD part */
+
+/* this is array of "less than 1" conditions for signals,
+ * passed to hsa_amd_signal_wait_any() as a readonly argument */
+static hsa_signal_value_t signal_ones_array[EVENT_LIST_SIZE+1];
+static hsa_signal_condition_t less_than_sigcond_array[EVENT_LIST_SIZE+1];
+static int signal_array_initialized = 0;
+
+static void
+pocl_hsa_launch(pocl_hsa_device_data_t *d, cl_event event)
+{
+  POCL_LOCK_OBJ (event);
+  _cl_command_node *cmd = event->command;
+  cl_kernel kernel = cmd->command.run.kernel;
+  struct pocl_context *pc = &cmd->command.run.pc;
+  hsa_kernel_dispatch_packet_t *kernel_packet;
+  pocl_hsa_device_pthread_data_t* dd = &d->driver_data;
+  pocl_hsa_event_data_t *event_data = (pocl_hsa_event_data_t *)event->data;
+
+  pocl_hsa_kernel_cache_t* cached_data = NULL;
+  unsigned i;
+  for (i = 0; i<HSA_KERNEL_CACHE_SIZE; i++)
+    {
+      if (d->kernel_cache[i].kernel == kernel)
+        cached_data = &d->kernel_cache[i];
+    }
+  assert(cached_data);
+
+  HSA_CHECK(hsa_memory_allocate(d->kernarg_region,
+                                cached_data->args_segment_size,
+                                &event_data->actual_kernargs));
+
+  dd->last_queue = (dd->last_queue + 1) % dd->num_queues;
+  hsa_queue_t* last_queue = dd->queues[dd->last_queue];
+  const uint64_t queueMask = last_queue->size - 1;
+
+  uint64_t packet_id = hsa_queue_add_write_index_relaxed(last_queue, 1);
+  while ((packet_id - hsa_queue_load_read_index_acquire(last_queue))
+         >= last_queue->size)
+    {
+      /* device queue is full. TODO this isnt the optimal solution */
+      POCL_MSG_WARN("pocl-hsa: queue %" PRIuS " overloaded\n", dd->last_queue);
+      usleep(2000);
+    }
+
+  kernel_packet =
+      &(((hsa_kernel_dispatch_packet_t*)(last_queue->base_address))
+        [packet_id & queueMask]);
+
+  kernel_packet->workgroup_size_x = cmd->command.run.local_x;
+  kernel_packet->workgroup_size_y = cmd->command.run.local_y;
+  kernel_packet->workgroup_size_z = cmd->command.run.local_z;
+
+  kernel_packet->grid_size_x = kernel_packet->grid_size_y
+    = kernel_packet->grid_size_z = 1;
+  kernel_packet->grid_size_x = pc->num_groups[0] * cmd->command.run.local_x;
+  kernel_packet->grid_size_y = pc->num_groups[1] * cmd->command.run.local_y;
+  kernel_packet->grid_size_z = pc->num_groups[2] * cmd->command.run.local_z;
+
+  kernel_packet->kernel_object = cached_data->code_handle;
+  kernel_packet->private_segment_size = cached_data->private_size;
+  uint32_t total_group_size = cached_data->static_group_size;
+
+  HSA_CHECK(hsa_signal_create(1, 1, &d->agent,
+                              &kernel_packet->completion_signal));
+
+  setup_kernel_args (d, cmd, (char*)event_data->actual_kernargs,
+                     cached_data->args_segment_size, &total_group_size);
+
+  kernel_packet->group_segment_size = total_group_size;
+
+  POCL_MSG_PRINT_INFO("pocl-hsa: kernel's total group size: %u\n",
+                      total_group_size);
+  if (total_group_size > cmd->device->local_mem_size)
+    POCL_ABORT ("pocl-hsa: required local memory > device local memory!\n");
+
+  kernel_packet->kernarg_address = event_data->actual_kernargs;
+
+  typedef union {
+    uint32_t header_setup;
+    struct {
+      uint16_t header;
+      uint16_t setup;
+    } a;
+  } hsa_header_union_t;
+
+  hsa_header_union_t h;
+  h.a.header = (uint16_t)HSA_FENCE_SCOPE_SYSTEM
+    << HSA_PACKET_HEADER_ACQUIRE_FENCE_SCOPE;
+  h.a.header |= (uint16_t)HSA_FENCE_SCOPE_SYSTEM
+    << HSA_PACKET_HEADER_RELEASE_FENCE_SCOPE;
+  h.a.header |= (uint16_t)HSA_PACKET_TYPE_KERNEL_DISPATCH
+    << HSA_PACKET_HEADER_TYPE;
+  h.a.setup = (uint16_t)cmd->command.run.pc.work_dim
+    << HSA_KERNEL_DISPATCH_PACKET_SETUP_DIMENSIONS;
+  __atomic_store_n((uint32_t*)(&kernel_packet->header), h.header_setup,
+                   __ATOMIC_RELEASE);
+
+  /* ring the doorbell to start execution */
+  hsa_signal_store_relaxed (last_queue->doorbell_signal, packet_id);
+
+  if (dd->running_list_size > EVENT_LIST_SIZE)
+    POCL_ABORT("running events list too big\n");
+  else
+    {
+      dd->running_events[dd->running_list_size] = event;
+      dd->running_signals[dd->running_list_size++].handle
+        = kernel_packet->completion_signal.handle;
+    }
+
+  POCL_UNLOCK_OBJ (event);
+  POCL_UPDATE_EVENT_RUNNING(&event);
+}
+
+static void
+pocl_hsa_ndrange_event_finished (pocl_hsa_device_data_t *d, size_t i)
+{
+  pocl_hsa_device_pthread_data_t* dd = &d->driver_data;
+
+  assert(i < dd->running_list_size);
+  cl_event event = dd->running_events[i];
+
+  POCL_LOCK_OBJ (event);
+  pocl_hsa_event_data_t *event_data = (pocl_hsa_event_data_t *)event->data;
+
+  POCL_MSG_PRINT_INFO("event %u finished, removing from running_list\n",
+                      event->id);
+  dd->running_events[i] = dd->running_events[--dd->running_list_size];
+
+#ifdef HAVE_HSA_EXT_AMD_H
+  /* TODO Times are reported as ticks in the domain of the HSA system clock. */
+  hsa_amd_profiling_dispatch_time_t t;
+  HSA_CHECK(hsa_amd_profiling_get_dispatch_time(d->agent,
+                                                dd->running_signals[i], &t));
+  uint64_t j = t.end - t.start;
+  pocl_debug_print_duration(__func__,__LINE__,
+                            "HSA NDrange Kernel (HSA clock)", j);
+#endif
+
+  hsa_signal_destroy(dd->running_signals[i]);
+  dd->running_signals[i] = dd->running_signals[dd->running_list_size];
+
+  hsa_memory_free(event_data->actual_kernargs);
+
+  POCL_UNLOCK_OBJ (event);
+  POCL_UPDATE_EVENT_COMPLETE(&event);
+
+  uint64_t ns = event->time_end - event->time_start;
+  pocl_debug_print_duration(__func__,__LINE__,
+                            "HSA NDrange Kernel (host clock)", ns);
+
+}
+
+static void
+check_running_signals(pocl_hsa_device_data_t *d)
+{
+  unsigned i;
+  pocl_hsa_device_pthread_data_t* dd = &d->driver_data;
+  for (i = 0; i < dd->running_list_size; i++)
+    {
+      if (hsa_signal_load_acquire(dd->running_signals[i]) < 1)
+        pocl_hsa_ndrange_event_finished(d, i);
+    }
+}
+
+static int pocl_hsa_run_ready_commands(pocl_hsa_device_data_t *d)
+{
+  check_running_signals(d);
+  int enqueued_ndrange = 0;
+
+  PTHREAD_CHECK(pthread_mutex_lock(&d->list_mutex));
+  while(d->ready_list_size)
+    {
+      cl_event e = d->ready_list[0];
+      PN_REMOVE(d->ready_list, 0);
+      PTHREAD_CHECK(pthread_mutex_unlock(&d->list_mutex));
+      if (e->command->type == CL_COMMAND_NDRANGE_KERNEL)
+        {
+          pocl_hsa_compile_kernel (e->command,
+                                   e->command->command.run.kernel,
+                                   e->queue->device);
+          pocl_hsa_launch(d, e);
+          enqueued_ndrange = 1;
+          POCL_MSG_PRINT_INFO("NDrange event %u launched, remove"
+                              " from readylist\n", e->id);
+        }
+      else
+        {
+          POCL_MSG_PRINT_INFO("running non-NDrange event %u,"
+                              " remove from readylist\n", e->id);
+          pocl_exec_command(e->command);
+        }
+      check_running_signals(d);
+      PTHREAD_CHECK(pthread_mutex_lock(&d->list_mutex));
+    }
+  PTHREAD_CHECK(pthread_mutex_unlock(&d->list_mutex));
+  return enqueued_ndrange;
+}
+
+
+void*
+pocl_hsa_driver_pthread (void * cldev)
+{
+  size_t i;
+  if (!signal_array_initialized)
+    {
+      signal_array_initialized = 1;
+      for (i = 0; i < (EVENT_LIST_SIZE+1); i++)
+        {
+          signal_ones_array[i] = 1;
+          less_than_sigcond_array[i] = HSA_SIGNAL_CONDITION_LT;
+        }
+    }
+
+  // TODO retain dev?
+  cl_device_id device = (cl_device_id)cldev;
+  pocl_hsa_device_data_t* d = device->data;
+  pocl_hsa_device_pthread_data_t* dd = &d->driver_data;
+
+  /* timeout counter, resets with each new queued kernel to 1/8, then
+   * exponentially increases by 40% up to about 3/4 of d->timeout */
+  uint64_t kernel_timeout_ns = d->timeout >> 3;
+
+  dd->running_list_size = 0;
+  dd->last_queue = 0;
+  dd->num_queues = d->hw_schedulers;  // TODO this is somewhat arbitrary.
+  POCL_MSG_PRINT_INFO("pocl-hsa: Queues: %" PRIuS "\n", dd->num_queues);
+
+  dd->queues = (hsa_queue_t **) calloc (dd->num_queues, sizeof(hsa_queue_t*));
+
+  uint32_t queue_min_size, queue_max_size;
+  HSA_CHECK(hsa_agent_get_info(d->agent, HSA_AGENT_INFO_QUEUE_MIN_SIZE,
+                               &queue_min_size));
+  HSA_CHECK(hsa_agent_get_info(d->agent, HSA_AGENT_INFO_QUEUE_MAX_SIZE,
+                               &queue_max_size));
+
+  uint32_t queue_size = 1 << ((__builtin_ctz(queue_min_size)
+                               + __builtin_ctz(queue_max_size)) / 2);
+  POCL_MSG_PRINT_INFO("pocl-hsa: queue size: %" PRIu32 "\n", queue_size);
+
+  for (i = 0; i < dd->num_queues; i++)
+    {
+      HSA_CHECK(hsa_queue_create(d->agent, queue_size,
+                                 HSA_QUEUE_TYPE_SINGLE,
+                                 hsa_queue_callback, device,
+                                 -1, -1, &dd->queues[i]));
+#ifdef HAVE_HSA_EXT_AMD_H
+      HSA_CHECK(hsa_amd_profiling_set_profiler_enabled(dd->queues[i], 1));
+#endif
+    }
+
+  while (1)
+    {
+      // reset the signal
+
+      if (pocl_hsa_run_ready_commands(d))
+        kernel_timeout_ns = d->timeout >> 3;
+
+      if (d->exit_driver_thread)
+        goto EXIT_PTHREAD;
+
+      // wait for anything to happen or timeout
+#ifdef HAVE_HSA_EXT_AMD_H
+      // FIXME: An ABA race condition here. If there was (another) submit after
+      // the previous wait returned, but before this reset, we miss the
+      // notification decrement and get stuck if there are no further submits
+      // to decrement the 1.
+      hsa_signal_store_release(d->nudge_driver_thread, 1);
+
+      if (d->have_wait_any)
+        {
+          dd->running_signals[dd->running_list_size].handle =
+              d->nudge_driver_thread.handle;
+          hsa_amd_signal_wait_any(dd->running_list_size+1,
+                                  dd->running_signals,
+                                  less_than_sigcond_array, signal_ones_array,
+                                  d->timeout, HSA_WAIT_STATE_BLOCKED, NULL);
+          dd->running_signals[dd->running_list_size].handle = 0;
+        }
+      else
+        {
+#endif
+#if 0
+          if (kernel_timeout_ns < (d->timeout >> 1))
+            kernel_timeout_ns = (kernel_timeout_ns * 22937UL) >> 14;
+	  // See the above comment. Busy wait for now until a proper
+	  // synchronization fix is in place.
+          hsa_signal_wait_acquire(d->nudge_driver_thread,
+                                  HSA_SIGNAL_CONDITION_LT, 1,
+                                  kernel_timeout_ns, HSA_WAIT_STATE_BLOCKED);
+#endif
+
+#ifdef HAVE_HSA_EXT_AMD_H
+        }
+#endif
+
+      if (d->exit_driver_thread)
+        goto EXIT_PTHREAD;
+    }
+
+
+EXIT_PTHREAD:
+  /* TODO wait for commands to finish... */
+  POCL_MSG_PRINT_INFO("pocl-hsa: driver pthread exiting, still "
+                      "running evts: %" PRIuS "\n",
+                      dd->running_list_size);
+  assert(dd->running_list_size == 0);
+
+  for (i = 0; i < dd->num_queues; i++)
+    HSA_CHECK(hsa_queue_destroy(dd->queues[i]));
+  POCL_MEM_FREE(dd->queues);
+
+  pthread_exit(NULL);
+}
+
+void
+pocl_hsa_update_event (cl_device_id device, cl_event event, cl_int status)
+{
+  pocl_hsa_event_data_t *e_d = NULL;
+
+  if(event->data == NULL && status == CL_QUEUED)
+    {
+      pocl_hsa_event_data_t *e_d =
+        (pocl_hsa_event_data_t *) malloc (sizeof(pocl_hsa_event_data_t));
+      assert (e_d);
+      pthread_cond_init(&e_d->event_cond, NULL);
+      event->data = (void *) e_d;
+    }
+  else
+    {
+      e_d = event->data;
+    }
+
+  switch (status)
+    {
+    case CL_QUEUED:
+      event->status = status;
+      if (event->queue->properties & CL_QUEUE_PROFILING_ENABLE)
+        event->time_queue = device->ops->get_timer_value(device->data);
+      break;
+    case CL_SUBMITTED:
+      event->status = status;
+      if (event->queue->properties & CL_QUEUE_PROFILING_ENABLE)
+        event->time_submit = device->ops->get_timer_value(device->data);
+      break;
+    case CL_RUNNING:
+      event->status = status;
+      if (event->queue->properties & CL_QUEUE_PROFILING_ENABLE)
+        event->time_start = device->ops->get_timer_value(device->data);
+      break;
+    case CL_COMPLETE:
+      POCL_MSG_PRINT_INFO("HSA: Command complete, event %d\n", event->id);
+      pocl_mem_objs_cleanup (event);
+      pocl_update_command_queue (event);
+
+      if (event->queue->properties & CL_QUEUE_PROFILING_ENABLE)
+        event->time_end = device->ops->get_timer_value(device->data);
+
+      POCL_LOCK_OBJ (event);
+      event->status = CL_COMPLETE;
+
+      pthread_cond_signal(&e_d->event_cond);
+
+      device->ops->broadcast (event);
+      POCL_UNLOCK_OBJ (event);
+      break;
+    default:
+      assert("Invalid event status\n");
+      break;
+    }
+}
+
+void pocl_hsa_free_event_data (cl_event event)
+{
+  assert(event->data != NULL);
+  free(event->data);
+  event->data = NULL;
+}
diff --git a/lib/CL/devices/prototypes.inc b/lib/CL/devices/prototypes.inc
index 67241e6..fb19888 100644
--- a/lib/CL/devices/prototypes.inc
+++ b/lib/CL/devices/prototypes.inc
@@ -1,6 +1,6 @@
 /* prototypes.inc - macros for generating the driver layer function prototypes
 
-   Copyright (c) 2012 Pekka Jääskeläinen / Tampere University of Technology
+   Copyright (c) 2012-2016 Pekka Jääskeläinen / Tampere University of Technology
    
    Permission is hereby granted, free of charge, to any person obtaining a copy
    of this software and associated documentation files (the "Software"), to deal
@@ -31,12 +31,21 @@
 
 #define GEN_PROTOTYPES(__DRV__)                                         \
   PUSH_VISIBILITY_HIDDEN                               \
+  void pocl_##__DRV__##_submit (_cl_command_node *node, cl_command_queue cq); \
+  void pocl_##__DRV__##_join (cl_device_id device, cl_command_queue cq); \
+  void pocl_##__DRV__##_flush (cl_device_id device, cl_command_queue cq); \
+  void pocl_##__DRV__##_notify (cl_device_id device, cl_event event);  \
+  void pocl_##__DRV__##_broadcast (cl_event event);                    \
+  void pocl_##__DRV__##_wait_event (cl_device_id device, cl_event event); \
+  void pocl_##__DRV__##_update_event (cl_device_id device, cl_event event, cl_int status); \
+  void pocl_##__DRV__##_free_event_data (cl_event event); \
   void pocl_##__DRV__##_init_device_infos(struct _cl_device_id* dev);  \
   void pocl_##__DRV__##_init_device_ops(struct pocl_device_ops* ops);  \
   void pocl_##__DRV__##_uninit (cl_device_id device);                   \
   void pocl_##__DRV__##_init (cl_device_id device, const char* parameters); \
   unsigned int pocl_##__DRV__##_probe (struct pocl_device_ops *ops); \
-  cl_int pocl_##__DRV__##_alloc_mem_obj (cl_device_id device, cl_mem mem_obj); \
+  cl_int pocl_##__DRV__##_alloc_mem_obj (cl_device_id device, cl_mem mem_obj, \
+                                         void* host_ptr); \
   void *pocl_##__DRV__##_create_sub_buffer (void *device_data, void* buffer, \
                                             size_t origin, size_t size); \
   void pocl_##__DRV__##_free (cl_device_id device, cl_mem mem_obj);   \
@@ -83,21 +92,25 @@
                            size_t const buffer_slice_pitch,    \
                            void *fill_pixel,    \
                            size_t pixel_size);  \
+  void pocl_##__DRV__##_compile_kernel (_cl_command_node *node, \
+                                        cl_kernel kernel, \
+                                        cl_device_id device);  \
   void pocl_##__DRV__##_memfill (void *ptr,           \
                             size_t size,              \
                             size_t offset,            \
                             const void* pattern,      \
                             size_t pattern_size);     \
-  void pocl_##__DRV__##_compile_submitted_kernels (_cl_command_node *node);  \
   void pocl_##__DRV__##_run (void *data, _cl_command_node* cmd);        \
   void pocl_##__DRV__##_run_native (void *data, _cl_command_node* cmd); \
   void* pocl_##__DRV__##_map_mem (void *data, void *buf_ptr,         \
                         size_t offset, size_t size, void *host_ptr); \
   void* pocl_##__DRV__##_unmap_mem (void *data, void *host_ptr, \
-                                    void *device_start_ptr, size_t size); \
+                                    void *device_start_ptr, size_t offset, \
+                                    size_t size); \
   cl_ulong pocl_##__DRV__##_get_timer_value(void *data); \
   char* pocl_##__DRV__##_init_build (void *data); \
-  void pocl_##__DRV__##_build_hash (void *data, SHA1_CTX *build_hash); \
+  char* pocl_##__DRV__##_build_hash (cl_device_id device); \
+  void pocl_##__DRV__##_init_target_machine (void *data, void* target_machine);\
   cl_int pocl_##__DRV__##_get_supported_image_formats (cl_mem_flags flags,\
                                          const cl_image_format **image_formats,\
                                          cl_uint *num_image_formats);\
diff --git a/lib/CL/devices/pthread/CMakeLists.txt b/lib/CL/devices/pthread/CMakeLists.txt
index 360dcc2..b0cf37c 100644
--- a/lib/CL/devices/pthread/CMakeLists.txt
+++ b/lib/CL/devices/pthread/CMakeLists.txt
@@ -24,6 +24,6 @@
 #=============================================================================
 
 if(MSVC)
-  set_source_files_properties( pocl-pthread.h pthread.c PROPERTIES LANGUAGE CXX )
+  set_source_files_properties( pocl-pthread.h pthread.c pthread_scheduler.c pthread_utils.c PROPERTIES LANGUAGE CXX )
 endif(MSVC)
-add_library("pocl-devices-pthread" OBJECT pocl-pthread.h pthread.c)
+add_library("pocl-devices-pthread" OBJECT pocl-pthread.h pthread.c pthread_scheduler.c pthread_utils.c)
diff --git a/lib/CL/devices/pthread/Makefile.am b/lib/CL/devices/pthread/Makefile.am
deleted file mode 100644
index 16486af..0000000
--- a/lib/CL/devices/pthread/Makefile.am
+++ /dev/null
@@ -1,32 +0,0 @@
-# Process this file with automake to produce Makefile.in (in this,
-# and all subdirectories).
-# Makefile.am for pocl/lib/CL/devices/pthread.
-# 
-# Copyright (c) 2012 Pekka Jääskeläinen / Tampere University of Technology
-# 
-# Permission is hereby granted, free of charge, to any person obtaining a copy
-# of this software and associated documentation files (the "Software"), to deal
-# in the Software without restriction, including without limitation the rights
-# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-# copies of the Software, and to permit persons to whom the Software is
-# furnished to do so, subject to the following conditions:
-# 
-# The above copyright notice and this permission notice shall be included in
-# all copies or substantial portions of the Software.
-# 
-# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-# THE SOFTWARE.
-
-noinst_LTLIBRARIES = libpocl-devices-pthread.la
-
-libpocl_devices_pthread_la_SOURCES = pocl-pthread.h pthread.c
-
-libpocl_devices_pthread_la_CPPFLAGS = -I$(top_srcdir)/fix-include -I$(top_srcdir)/include -I$(top_srcdir)/lib/CL/devices -I$(top_srcdir)/lib/CL $(OCL_ICD_CFLAGS)
-libpocl_devices_pthread_la_LDFLAGS = -lltdl @PTHREAD_CFLAGS@ --version-info ${LIB_VERSION}
-
-EXTRA_DIST = CMakeLists.txt
diff --git a/lib/CL/devices/pthread/Makefile.in b/lib/CL/devices/pthread/Makefile.in
deleted file mode 100644
index f0abf1a..0000000
--- a/lib/CL/devices/pthread/Makefile.in
+++ /dev/null
@@ -1,714 +0,0 @@
-# Makefile.in generated by automake 1.15 from Makefile.am.
-# @configure_input@
-
-# Copyright (C) 1994-2014 Free Software Foundation, Inc.
-
-# This Makefile.in is free software; the Free Software Foundation
-# gives unlimited permission to copy and/or distribute it,
-# with or without modifications, as long as this notice is preserved.
-
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
-# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
-# PARTICULAR PURPOSE.
-
- at SET_MAKE@
-
-# Process this file with automake to produce Makefile.in (in this,
-# and all subdirectories).
-# Makefile.am for pocl/lib/CL/devices/pthread.
-# 
-# Copyright (c) 2012 Pekka Jääskeläinen / Tampere University of Technology
-# 
-# Permission is hereby granted, free of charge, to any person obtaining a copy
-# of this software and associated documentation files (the "Software"), to deal
-# in the Software without restriction, including without limitation the rights
-# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-# copies of the Software, and to permit persons to whom the Software is
-# furnished to do so, subject to the following conditions:
-# 
-# The above copyright notice and this permission notice shall be included in
-# all copies or substantial portions of the Software.
-# 
-# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-# THE SOFTWARE.
-
-VPATH = @srcdir@
-am__is_gnu_make = { \
-  if test -z '$(MAKELEVEL)'; then \
-    false; \
-  elif test -n '$(MAKE_HOST)'; then \
-    true; \
-  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
-    true; \
-  else \
-    false; \
-  fi; \
-}
-am__make_running_with_option = \
-  case $${target_option-} in \
-      ?) ;; \
-      *) echo "am__make_running_with_option: internal error: invalid" \
-              "target option '$${target_option-}' specified" >&2; \
-         exit 1;; \
-  esac; \
-  has_opt=no; \
-  sane_makeflags=$$MAKEFLAGS; \
-  if $(am__is_gnu_make); then \
-    sane_makeflags=$$MFLAGS; \
-  else \
-    case $$MAKEFLAGS in \
-      *\\[\ \	]*) \
-        bs=\\; \
-        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
-          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
-    esac; \
-  fi; \
-  skip_next=no; \
-  strip_trailopt () \
-  { \
-    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
-  }; \
-  for flg in $$sane_makeflags; do \
-    test $$skip_next = yes && { skip_next=no; continue; }; \
-    case $$flg in \
-      *=*|--*) continue;; \
-        -*I) strip_trailopt 'I'; skip_next=yes;; \
-      -*I?*) strip_trailopt 'I';; \
-        -*O) strip_trailopt 'O'; skip_next=yes;; \
-      -*O?*) strip_trailopt 'O';; \
-        -*l) strip_trailopt 'l'; skip_next=yes;; \
-      -*l?*) strip_trailopt 'l';; \
-      -[dEDm]) skip_next=yes;; \
-      -[JT]) skip_next=yes;; \
-    esac; \
-    case $$flg in \
-      *$$target_option*) has_opt=yes; break;; \
-    esac; \
-  done; \
-  test $$has_opt = yes
-am__make_dryrun = (target_option=n; $(am__make_running_with_option))
-am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
-pkgdatadir = $(datadir)/@PACKAGE@
-pkgincludedir = $(includedir)/@PACKAGE@
-pkglibdir = $(libdir)/@PACKAGE@
-pkglibexecdir = $(libexecdir)/@PACKAGE@
-am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
-install_sh_DATA = $(install_sh) -c -m 644
-install_sh_PROGRAM = $(install_sh) -c
-install_sh_SCRIPT = $(install_sh) -c
-INSTALL_HEADER = $(INSTALL_DATA)
-transform = $(program_transform_name)
-NORMAL_INSTALL = :
-PRE_INSTALL = :
-POST_INSTALL = :
-NORMAL_UNINSTALL = :
-PRE_UNINSTALL = :
-POST_UNINSTALL = :
-build_triplet = @build@
-host_triplet = @host@
-target_triplet = @target@
-subdir = lib/CL/devices/pthread
-ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
-am__aclocal_m4_deps = $(top_srcdir)/m4/ax_boost_base.m4 \
-	$(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
-	$(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
-	$(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/acinclude.m4 \
-	$(top_srcdir)/configure.ac
-am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
-	$(ACLOCAL_M4)
-DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
-mkinstalldirs = $(install_sh) -d
-CONFIG_HEADER = $(top_builddir)/config.h
-CONFIG_CLEAN_FILES =
-CONFIG_CLEAN_VPATH_FILES =
-LTLIBRARIES = $(noinst_LTLIBRARIES)
-libpocl_devices_pthread_la_LIBADD =
-am_libpocl_devices_pthread_la_OBJECTS =  \
-	libpocl_devices_pthread_la-pthread.lo
-libpocl_devices_pthread_la_OBJECTS =  \
-	$(am_libpocl_devices_pthread_la_OBJECTS)
-AM_V_lt = $(am__v_lt_ at AM_V@)
-am__v_lt_ = $(am__v_lt_ at AM_DEFAULT_V@)
-am__v_lt_0 = --silent
-am__v_lt_1 = 
-libpocl_devices_pthread_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
-	$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
-	$(AM_CFLAGS) $(CFLAGS) $(libpocl_devices_pthread_la_LDFLAGS) \
-	$(LDFLAGS) -o $@
-AM_V_P = $(am__v_P_ at AM_V@)
-am__v_P_ = $(am__v_P_ at AM_DEFAULT_V@)
-am__v_P_0 = false
-am__v_P_1 = :
-AM_V_GEN = $(am__v_GEN_ at AM_V@)
-am__v_GEN_ = $(am__v_GEN_ at AM_DEFAULT_V@)
-am__v_GEN_0 = @echo "  GEN     " $@;
-am__v_GEN_1 = 
-AM_V_at = $(am__v_at_ at AM_V@)
-am__v_at_ = $(am__v_at_ at AM_DEFAULT_V@)
-am__v_at_0 = @
-am__v_at_1 = 
-DEFAULT_INCLUDES = -I. at am__isrc@ -I$(top_builddir)
-depcomp = $(SHELL) $(top_srcdir)/config/depcomp
-am__depfiles_maybe = depfiles
-am__mv = mv -f
-COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
-	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
-LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
-	$(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
-	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
-	$(AM_CFLAGS) $(CFLAGS)
-AM_V_CC = $(am__v_CC_ at AM_V@)
-am__v_CC_ = $(am__v_CC_ at AM_DEFAULT_V@)
-am__v_CC_0 = @echo "  CC      " $@;
-am__v_CC_1 = 
-CCLD = $(CC)
-LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
-	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
-AM_V_CCLD = $(am__v_CCLD_ at AM_V@)
-am__v_CCLD_ = $(am__v_CCLD_ at AM_DEFAULT_V@)
-am__v_CCLD_0 = @echo "  CCLD    " $@;
-am__v_CCLD_1 = 
-SOURCES = $(libpocl_devices_pthread_la_SOURCES)
-DIST_SOURCES = $(libpocl_devices_pthread_la_SOURCES)
-am__can_run_installinfo = \
-  case $$AM_UPDATE_INFO_DIR in \
-    n|no|NO) false;; \
-    *) (install-info --version) >/dev/null 2>&1;; \
-  esac
-am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
-# Read a list of newline-separated strings from the standard input,
-# and print each of them once, without duplicates.  Input order is
-# *not* preserved.
-am__uniquify_input = $(AWK) '\
-  BEGIN { nonempty = 0; } \
-  { items[$$0] = 1; nonempty = 1; } \
-  END { if (nonempty) { for (i in items) print i; }; } \
-'
-# Make sure the list of sources is unique.  This is necessary because,
-# e.g., the same source file might be shared among _SOURCES variables
-# for different programs/libraries.
-am__define_uniq_tagged_files = \
-  list='$(am__tagged_files)'; \
-  unique=`for i in $$list; do \
-    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
-  done | $(am__uniquify_input)`
-ETAGS = etags
-CTAGS = ctags
-am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/config/depcomp
-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
-ACLOCAL = @ACLOCAL@
-AMTAR = @AMTAR@
-AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
-AR = @AR@
-AUTOCONF = @AUTOCONF@
-AUTOHEADER = @AUTOHEADER@
-AUTOMAKE = @AUTOMAKE@
-AWK = @AWK@
-BOOST_CPPFLAGS = @BOOST_CPPFLAGS@
-BOOST_LDFLAGS = @BOOST_LDFLAGS@
-BUILD_TIMESTAMP = @BUILD_TIMESTAMP@
-CC = @CC@
-CCDEPMODE = @CCDEPMODE@
-CFLAGS = @CFLAGS@
-CLANG = @CLANG@
-CLANGXX = @CLANGXX@
-CLANGXX_FLAGS = @CLANGXX_FLAGS@
-CLFLAGS = @CLFLAGS@
-CPP = @CPP@
-CPPFLAGS = @CPPFLAGS@
-CXX = @CXX@
-CXXCPP = @CXXCPP@
-CXXDEPMODE = @CXXDEPMODE@
-CXXFLAGS = @CXXFLAGS@
-CYGPATH_W = @CYGPATH_W@
-DEFS = @DEFS@
-DEPDIR = @DEPDIR@
-DLLTOOL = @DLLTOOL@
-DSYMUTIL = @DSYMUTIL@
-DUMPBIN = @DUMPBIN@
-ECHO_C = @ECHO_C@
-ECHO_N = @ECHO_N@
-ECHO_T = @ECHO_T@
-EGREP = @EGREP@
-EXEEXT = @EXEEXT@
-FGREP = @FGREP@
-FORCED_CLFLAGS = @FORCED_CLFLAGS@
-GLEW_CFLAGS = @GLEW_CFLAGS@
-GLEW_LIBS = @GLEW_LIBS@
-GREP = @GREP@
-HOST = @HOST@
-HOST_AS_FLAGS = @HOST_AS_FLAGS@
-HOST_CLANG_FLAGS = @HOST_CLANG_FLAGS@
-HOST_CPU = @HOST_CPU@
-HOST_DEVICE_EXTENSION_DEFINES = @HOST_DEVICE_EXTENSION_DEFINES@
-HOST_LD_FLAGS = @HOST_LD_FLAGS@
-HOST_LLC_FLAGS = @HOST_LLC_FLAGS@
-HOST_SIZEOF_DOUBLE = @HOST_SIZEOF_DOUBLE@
-HOST_SIZEOF_HALF = @HOST_SIZEOF_HALF@
-HOST_SIZEOF_LONG = @HOST_SIZEOF_LONG@
-HOST_SIZEOF_VOID_P = @HOST_SIZEOF_VOID_P@
-HSAILASM = @HSAILASM@
-HSA_DEVICE_EXTENSION_DEFINES = @HSA_DEVICE_EXTENSION_DEFINES@
-HSA_INCLUDES = @HSA_INCLUDES@
-HSA_LIBS = @HSA_LIBS@
-HWLOC_CFLAGS = @HWLOC_CFLAGS@
-HWLOC_LIBS = @HWLOC_LIBS@
-ICD_LD_FLAGS = @ICD_LD_FLAGS@
-INSTALL = @INSTALL@
-INSTALL_DATA = @INSTALL_DATA@
-INSTALL_PROGRAM = @INSTALL_PROGRAM@
-INSTALL_SCRIPT = @INSTALL_SCRIPT@
-INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
-KERNEL_COMPILER_LIB_VERSION = @KERNEL_COMPILER_LIB_VERSION@
-LD = @LD@
-LDFLAGS = @LDFLAGS@
-LD_FLAGS_BIN = @LD_FLAGS_BIN@
-LIBOBJS = @LIBOBJS@
-LIBRARY_SUFFIX = @LIBRARY_SUFFIX@
-LIBS = @LIBS@
-LIBTOOL = @LIBTOOL@
-LIB_AGE_VERSION = @LIB_AGE_VERSION@
-LIB_CURRENT_VERSION = @LIB_CURRENT_VERSION@
-LIB_FIRST_VERSION = @LIB_FIRST_VERSION@
-LIB_REVISION_VERSION = @LIB_REVISION_VERSION@
-LIB_VERSION = @LIB_VERSION@
-LIPO = @LIPO@
-LLC = @LLC@
-LLVM_AS = @LLVM_AS@
-LLVM_CONFIG = @LLVM_CONFIG@
-LLVM_CXX_FLAGS = @LLVM_CXX_FLAGS@
-LLVM_LDFLAGS = @LLVM_LDFLAGS@
-LLVM_LIBS = @LLVM_LIBS@
-LLVM_LINK = @LLVM_LINK@
-LLVM_OPT = @LLVM_OPT@
-LLVM_VERSION = @LLVM_VERSION@
-LN_S = @LN_S@
-LTDL_LIBS = @LTDL_LIBS@
-LTLIBOBJS = @LTLIBOBJS@
-LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
-MAKEINFO = @MAKEINFO@
-MANIFEST_TOOL = @MANIFEST_TOOL@
-MKDIR_P = @MKDIR_P@
-NM = @NM@
-NMEDIT = @NMEDIT@
-OBJDUMP = @OBJDUMP@
-OBJEXT = @OBJEXT@
-OCL_ICD_CFLAGS = @OCL_ICD_CFLAGS@
-OCL_ICD_LIBS = @OCL_ICD_LIBS@
-OCL_KERNEL_ARCH = @OCL_KERNEL_ARCH@
-OCL_KERNEL_TARGET = @OCL_KERNEL_TARGET@
-OCL_KERNEL_TARGET_CPU = @OCL_KERNEL_TARGET_CPU@
-OCL_TARGETS = @OCL_TARGETS@
-OPENCL_CFLAGS = @OPENCL_CFLAGS@
-OPENCL_CMAKE = @OPENCL_CMAKE@
-OPENCL_EXTLIBS = @OPENCL_EXTLIBS@
-OPENCL_LIBS = @OPENCL_LIBS@
-OPT = @OPT@
-OTOOL = @OTOOL@
-OTOOL64 = @OTOOL64@
-PACKAGE = @PACKAGE@
-PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
-PACKAGE_NAME = @PACKAGE_NAME@
-PACKAGE_STRING = @PACKAGE_STRING@
-PACKAGE_TARNAME = @PACKAGE_TARNAME@
-PACKAGE_URL = @PACKAGE_URL@
-PACKAGE_VERSION = @PACKAGE_VERSION@
-PATH_SEPARATOR = @PATH_SEPARATOR@
-PKG_CONFIG = @PKG_CONFIG@
-PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
-PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
-POAT_TESTSUITES = @POAT_TESTSUITES@
-POCL_DEVICE_ADDRESS_BITS = @POCL_DEVICE_ADDRESS_BITS@
-PTHREAD_CC = @PTHREAD_CC@
-PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
-PTHREAD_LIBS = @PTHREAD_LIBS@
-RANLIB = @RANLIB@
-SDL_CFLAGS = @SDL_CFLAGS@
-SDL_LIBS = @SDL_LIBS@
-SED = @SED@
-SET_MAKE = @SET_MAKE@
-SHELL = @SHELL@
-STRIP = @STRIP@
-TARGET = @TARGET@
-TARGET_CLANG_FLAGS = @TARGET_CLANG_FLAGS@
-TARGET_CPU = @TARGET_CPU@
-TARGET_LLC_FLAGS = @TARGET_LLC_FLAGS@
-TARGET_SIZEOF_DOUBLE = @TARGET_SIZEOF_DOUBLE@
-TARGET_SIZEOF_HALF = @TARGET_SIZEOF_HALF@
-TARGET_SIZEOF_LONG = @TARGET_SIZEOF_LONG@
-TARGET_SIZEOF_VOID_P = @TARGET_SIZEOF_VOID_P@
-TCECC = @TCECC@
-TCEMC_AVAILABLE = @TCEMC_AVAILABLE@
-TCE_AVAILABLE = @TCE_AVAILABLE@
-TCE_CONFIG = @TCE_CONFIG@
-TCE_DEVICE_EXTENSION_DEFINES = @TCE_DEVICE_EXTENSION_DEFINES@
-VERSION = @VERSION@
-abs_builddir = @abs_builddir@
-abs_srcdir = @abs_srcdir@
-abs_top_builddir = @abs_top_builddir@
-abs_top_srcdir = @abs_top_srcdir@
-ac_ct_AR = @ac_ct_AR@
-ac_ct_CC = @ac_ct_CC@
-ac_ct_CXX = @ac_ct_CXX@
-ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
-acx_pthread_config = @acx_pthread_config@
-am__include = @am__include@
-am__leading_dot = @am__leading_dot@
-am__quote = @am__quote@
-am__tar = @am__tar@
-am__untar = @am__untar@
-bindir = @bindir@
-build = @build@
-build_alias = @build_alias@
-build_cpu = @build_cpu@
-build_os = @build_os@
-build_vendor = @build_vendor@
-builddir = @builddir@
-datadir = @datadir@
-datarootdir = @datarootdir@
-docdir = @docdir@
-dvidir = @dvidir@
-exec_prefix = @exec_prefix@
-host = @host@
-host_alias = @host_alias@
-host_cpu = @host_cpu@
-host_os = @host_os@
-host_vendor = @host_vendor@
-htmldir = @htmldir@
-includedir = @includedir@
-infodir = @infodir@
-install_sh = @install_sh@
-libdir = @libdir@
-libexecdir = @libexecdir@
-localedir = @localedir@
-localstatedir = @localstatedir@
-mandir = @mandir@
-mkdir_p = @mkdir_p@
-oldincludedir = @oldincludedir@
-pdfdir = @pdfdir@
-prefix = @prefix@
-program_transform_name = @program_transform_name@
-psdir = @psdir@
-sbindir = @sbindir@
-sharedstatedir = @sharedstatedir@
-srcdir = @srcdir@
-sysconfdir = @sysconfdir@
-target = @target@
-target_alias = @target_alias@
-target_cpu = @target_cpu@
-target_os = @target_os@
-target_vendor = @target_vendor@
-top_build_prefix = @top_build_prefix@
-top_builddir = @top_builddir@
-top_srcdir = @top_srcdir@
-noinst_LTLIBRARIES = libpocl-devices-pthread.la
-libpocl_devices_pthread_la_SOURCES = pocl-pthread.h pthread.c
-libpocl_devices_pthread_la_CPPFLAGS = -I$(top_srcdir)/fix-include -I$(top_srcdir)/include -I$(top_srcdir)/lib/CL/devices -I$(top_srcdir)/lib/CL $(OCL_ICD_CFLAGS)
-libpocl_devices_pthread_la_LDFLAGS = -lltdl @PTHREAD_CFLAGS@ --version-info ${LIB_VERSION}
-EXTRA_DIST = CMakeLists.txt
-all: all-am
-
-.SUFFIXES:
-.SUFFIXES: .c .lo .o .obj
-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
-	@for dep in $?; do \
-	  case '$(am__configure_deps)' in \
-	    *$$dep*) \
-	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
-	        && { if test -f $@; then exit 0; else break; fi; }; \
-	      exit 1;; \
-	  esac; \
-	done; \
-	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign lib/CL/devices/pthread/Makefile'; \
-	$(am__cd) $(top_srcdir) && \
-	  $(AUTOMAKE) --foreign lib/CL/devices/pthread/Makefile
-Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
-	@case '$?' in \
-	  *config.status*) \
-	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
-	  *) \
-	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
-	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
-	esac;
-
-$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
-	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-
-$(top_srcdir)/configure:  $(am__configure_deps)
-	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
-	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-$(am__aclocal_m4_deps):
-
-clean-noinstLTLIBRARIES:
-	-test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
-	@list='$(noinst_LTLIBRARIES)'; \
-	locs=`for p in $$list; do echo $$p; done | \
-	      sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
-	      sort -u`; \
-	test -z "$$locs" || { \
-	  echo rm -f $${locs}; \
-	  rm -f $${locs}; \
-	}
-
-libpocl-devices-pthread.la: $(libpocl_devices_pthread_la_OBJECTS) $(libpocl_devices_pthread_la_DEPENDENCIES) $(EXTRA_libpocl_devices_pthread_la_DEPENDENCIES) 
-	$(AM_V_CCLD)$(libpocl_devices_pthread_la_LINK)  $(libpocl_devices_pthread_la_OBJECTS) $(libpocl_devices_pthread_la_LIBADD) $(LIBS)
-
-mostlyclean-compile:
-	-rm -f *.$(OBJEXT)
-
-distclean-compile:
-	-rm -f *.tab.c
-
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libpocl_devices_pthread_la-pthread.Plo at am__quote@
-
-.c.o:
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(COMPILE) -c -o $@ $<
-
-.c.obj:
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
-
-.c.lo:
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(LTCOMPILE) -c -o $@ $<
-
-libpocl_devices_pthread_la-pthread.lo: pthread.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpocl_devices_pthread_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libpocl_devices_pthread_la-pthread.lo -MD -MP -MF $(DEPDIR)/libpocl_devices_pthread_la-pthread.Tpo -c -o libpocl_devices_pthread_la-pthread.lo `test -f 'pthread.c' || echo '$(srcdir)/'`pthread.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libpocl_devices_pthread_la-pthread.Tpo $(DEPDIR)/libpocl_devices_pthread_la-pthread.Plo
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='pthread.c' object='libpocl_devices_pthread_la-pthread.lo' libtool=yes @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpocl_devices_pthread_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libpocl_devices_pthread_la-pthread.lo `test -f 'pthread.c' || echo '$(srcdir)/'`pthread.c
-
-mostlyclean-libtool:
-	-rm -f *.lo
-
-clean-libtool:
-	-rm -rf .libs _libs
-
-ID: $(am__tagged_files)
-	$(am__define_uniq_tagged_files); mkid -fID $$unique
-tags: tags-am
-TAGS: tags
-
-tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
-	set x; \
-	here=`pwd`; \
-	$(am__define_uniq_tagged_files); \
-	shift; \
-	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
-	  test -n "$$unique" || unique=$$empty_fix; \
-	  if test $$# -gt 0; then \
-	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
-	      "$$@" $$unique; \
-	  else \
-	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
-	      $$unique; \
-	  fi; \
-	fi
-ctags: ctags-am
-
-CTAGS: ctags
-ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
-	$(am__define_uniq_tagged_files); \
-	test -z "$(CTAGS_ARGS)$$unique" \
-	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
-	     $$unique
-
-GTAGS:
-	here=`$(am__cd) $(top_builddir) && pwd` \
-	  && $(am__cd) $(top_srcdir) \
-	  && gtags -i $(GTAGS_ARGS) "$$here"
-cscopelist: cscopelist-am
-
-cscopelist-am: $(am__tagged_files)
-	list='$(am__tagged_files)'; \
-	case "$(srcdir)" in \
-	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
-	  *) sdir=$(subdir)/$(srcdir) ;; \
-	esac; \
-	for i in $$list; do \
-	  if test -f "$$i"; then \
-	    echo "$(subdir)/$$i"; \
-	  else \
-	    echo "$$sdir/$$i"; \
-	  fi; \
-	done >> $(top_builddir)/cscope.files
-
-distclean-tags:
-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
-
-distdir: $(DISTFILES)
-	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
-	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
-	list='$(DISTFILES)'; \
-	  dist_files=`for file in $$list; do echo $$file; done | \
-	  sed -e "s|^$$srcdirstrip/||;t" \
-	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
-	case $$dist_files in \
-	  */*) $(MKDIR_P) `echo "$$dist_files" | \
-			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
-			   sort -u` ;; \
-	esac; \
-	for file in $$dist_files; do \
-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
-	  if test -d $$d/$$file; then \
-	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
-	    if test -d "$(distdir)/$$file"; then \
-	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
-	    fi; \
-	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
-	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
-	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
-	    fi; \
-	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
-	  else \
-	    test -f "$(distdir)/$$file" \
-	    || cp -p $$d/$$file "$(distdir)/$$file" \
-	    || exit 1; \
-	  fi; \
-	done
-check-am: all-am
-check: check-am
-all-am: Makefile $(LTLIBRARIES)
-installdirs:
-install: install-am
-install-exec: install-exec-am
-install-data: install-data-am
-uninstall: uninstall-am
-
-install-am: all-am
-	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
-
-installcheck: installcheck-am
-install-strip:
-	if test -z '$(STRIP)'; then \
-	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
-	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
-	      install; \
-	else \
-	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
-	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
-	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
-	fi
-mostlyclean-generic:
-
-clean-generic:
-
-distclean-generic:
-	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
-	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
-
-maintainer-clean-generic:
-	@echo "This command is intended for maintainers to use"
-	@echo "it deletes files that may require special tools to rebuild."
-clean: clean-am
-
-clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
-	mostlyclean-am
-
-distclean: distclean-am
-	-rm -rf ./$(DEPDIR)
-	-rm -f Makefile
-distclean-am: clean-am distclean-compile distclean-generic \
-	distclean-tags
-
-dvi: dvi-am
-
-dvi-am:
-
-html: html-am
-
-html-am:
-
-info: info-am
-
-info-am:
-
-install-data-am:
-
-install-dvi: install-dvi-am
-
-install-dvi-am:
-
-install-exec-am:
-
-install-html: install-html-am
-
-install-html-am:
-
-install-info: install-info-am
-
-install-info-am:
-
-install-man:
-
-install-pdf: install-pdf-am
-
-install-pdf-am:
-
-install-ps: install-ps-am
-
-install-ps-am:
-
-installcheck-am:
-
-maintainer-clean: maintainer-clean-am
-	-rm -rf ./$(DEPDIR)
-	-rm -f Makefile
-maintainer-clean-am: distclean-am maintainer-clean-generic
-
-mostlyclean: mostlyclean-am
-
-mostlyclean-am: mostlyclean-compile mostlyclean-generic \
-	mostlyclean-libtool
-
-pdf: pdf-am
-
-pdf-am:
-
-ps: ps-am
-
-ps-am:
-
-uninstall-am:
-
-.MAKE: install-am install-strip
-
-.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
-	clean-libtool clean-noinstLTLIBRARIES cscopelist-am ctags \
-	ctags-am distclean distclean-compile distclean-generic \
-	distclean-libtool distclean-tags distdir dvi dvi-am html \
-	html-am info info-am install install-am install-data \
-	install-data-am install-dvi install-dvi-am install-exec \
-	install-exec-am install-html install-html-am install-info \
-	install-info-am install-man install-pdf install-pdf-am \
-	install-ps install-ps-am install-strip installcheck \
-	installcheck-am installdirs maintainer-clean \
-	maintainer-clean-generic mostlyclean mostlyclean-compile \
-	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
-	tags tags-am uninstall uninstall-am
-
-.PRECIOUS: Makefile
-
-
-# Tell versions [3.59,3.63) of GNU make to not export all variables.
-# Otherwise a system limit (for SysV at least) may be exceeded.
-.NOEXPORT:
diff --git a/lib/CL/clEnqueueMarker.c b/lib/CL/devices/pthread/pocl-pthread_scheduler.h
similarity index 53%
copy from lib/CL/clEnqueueMarker.c
copy to lib/CL/devices/pthread/pocl-pthread_scheduler.h
index 1f6a8cf..9927ba9 100644
--- a/lib/CL/clEnqueueMarker.c
+++ b/lib/CL/devices/pthread/pocl-pthread_scheduler.h
@@ -1,6 +1,7 @@
-/* OpenCL runtime library: clEnqueueMarker()
+/* pocl-pthread_scheduler.h - kernel/workgroup scheduler for native 
+   pthreaded device.
 
-   Copyright (c) 2011 Pekka Jääskeläinen / Tampere Univ. of Tech.
+   Copyright (c) 2015 Ville Korhonen, Tampere University of Technology
    
    Permission is hereby granted, free of charge, to any person obtaining a copy
    of this software and associated documentation files (the "Software"), to deal
@@ -20,29 +21,40 @@
    OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
    THE SOFTWARE.
 */
+
 #include "pocl_cl.h"
-#include "utlist.h"
-#include "pocl_util.h"
 
-CL_API_ENTRY cl_int CL_API_CALL
-POname(clEnqueueMarker)(cl_command_queue     command_queue,
-                  cl_event *           event) 
-CL_API_SUFFIX__VERSION_1_0
-{
-  int errcode;
-  _cl_command_node *cmd = NULL;
+#ifndef POCL_PTHREAD_SCHEDULER_H
+#define POCL_PTHREAD_SCHEDULER_H
+
+#include "pocl-pthread_utils.h"
+
+#ifdef __GNUC__
+#pragma GCC visibility push(hidden)
+#endif
+
+typedef struct pool_thread_data thread_data;
+
+/* Initializes scheduler. Must be called before any kernel enqueue */
+void pthread_scheduler_init (size_t num_worker_threads);
+
+void pthread_scheduler_uinit ();
+
+/* Gives ready-to-execute command for scheduler */
+void pthread_scheduler_push_command (_cl_command_node *cmd);
+
+
+void pthread_scheduler_push_kernel (kernel_run_command *run_cmd);
 
-  POCL_RETURN_ERROR_COND((command_queue == NULL), CL_INVALID_COMMAND_QUEUE);
+/* blocks until given command queue is empty == finished */
+void pthread_scheduler_wait_cq (cl_command_queue cq);
 
-  POCL_RETURN_ERROR_COND((event == NULL), CL_INVALID_VALUE);
+void pthread_scheduler_release_host ();
 
-  errcode = pocl_create_command (&cmd, command_queue, CL_COMMAND_MARKER, 
-                                 event, 0, NULL);
-  if (errcode != CL_SUCCESS)
-    return errcode;
+int pthread_scheduler_get_work (thread_data *td, _cl_command_node **cmd_ptr);
 
-  pocl_command_enqueue (command_queue, cmd);
+#ifdef __GNUC__
+#pragma GCC visibility pop
+#endif
 
-  return CL_SUCCESS;
-}
-POsym(clEnqueueMarker) 
+#endif
diff --git a/lib/CL/devices/pthread/pocl-pthread_utils.h b/lib/CL/devices/pthread/pocl-pthread_utils.h
new file mode 100644
index 0000000..72b8a11
--- /dev/null
+++ b/lib/CL/devices/pthread/pocl-pthread_utils.h
@@ -0,0 +1,54 @@
+#ifndef POCL_PTHREAD_UTILS_H
+#define POCL_PTHREAD_UTILS_H
+
+#include "pocl_cl.h"
+
+/* locking macros */
+#define PTHREAD_LOCK(__lock , __counter)        \
+  do {                                          \
+    if ((__counter))                            \
+      ++(*((unsigned*)(__counter)));            \
+  }while (pthread_mutex_trylock((__lock)))
+
+//#define PTHREAD_LOCK(__lock, __counter) do {pthread_mutex_lock((__lock__));} while (0)
+
+#define PTHREAD_UNLOCK(__lock) do { pthread_mutex_unlock((__lock)); }while(0)
+
+#ifdef __GNUC__
+#pragma GCC visibility push(hidden)
+#endif
+
+typedef struct kernel_run_command kernel_run_command;
+struct kernel_run_command
+{
+  void *data;
+  cl_kernel kernel;
+  cl_device_id device;
+  struct pocl_context pc;
+  _cl_command_node *cmd;
+  pthread_mutex_t lock;
+  unsigned lock_counter;
+  volatile unsigned group_idx[3];
+  volatile unsigned remaining_wgs;
+  volatile unsigned wgs_dealt;
+  pocl_workgroup workgroup;
+  struct pocl_argument *kernel_args;
+  volatile int ref_count;
+  kernel_run_command *volatile next;
+#ifdef POCL_PTHREAD_CACHE_MONITORING
+  pocl_cache_data cache_data;
+#endif
+};
+
+void pocl_init_kernel_run_command_manager (void);
+void pocl_init_thread_argument_manager ();
+kernel_run_command* new_kernel_run_command ();
+void free_kernel_run_command (kernel_run_command *k);
+void setup_kernel_arg_array(void **arguments, kernel_run_command *k);
+void free_kernel_arg_array (void **arguments, kernel_run_command *k);
+
+#ifdef __GNUC__
+#pragma GCC visibility pop
+#endif
+
+#endif
diff --git a/lib/CL/devices/pthread/pthread.c b/lib/CL/devices/pthread/pthread.c
index 6725ba4..8ed94b6 100644
--- a/lib/CL/devices/pthread/pthread.c
+++ b/lib/CL/devices/pthread/pthread.c
@@ -22,7 +22,13 @@
    THE SOFTWARE.
 */
 
+#define _GNU_SOURCE
+#define __USE_GNU
+#include <sched.h>
+
 #include "pocl-pthread.h"
+#include "pocl-pthread_utils.h"
+#include "pocl-pthread_scheduler.h"
 #include <assert.h>
 #include <pthread.h>
 #include <string.h>
@@ -45,6 +51,41 @@
 #include "pocl_util.h"
 #include "pocl_mem_management.h"
 
+//#define DEBUG_MT
+
+#ifdef CUSTOM_BUFFER_ALLOCATOR
+
+#include "bufalloc.h"
+
+/* Instead of mallocing a buffer size for a region, try to allocate 
+   this many times the buffer size to hopefully avoid mallocs for 
+   the next buffer allocations.
+   
+   Falls back to single multiple allocation if fails to allocate a
+   larger region. */
+#define ALLOCATION_MULTIPLE 32
+
+/* To avoid memory hogging in case of larger buffers, limit the
+   extra allocation margin to this number of megabytes.
+   
+   The extra allocation should be done to avoid repetitive calls and
+   memory fragmentation for smaller buffers only. 
+*/
+#define ADDITIONAL_ALLOCATION_MAX_MB 100
+
+/* Always create regions with at least this size to avoid allocating
+   small regions when there are lots of small buffers, which would counter 
+   a purpose of having own buffer management. It would end up having a lot of
+   small regions with linear searches over them.  */
+#define NEW_REGION_MIN_MB 10
+
+/* Whether to immediately free a region in case the last chunk was
+   deallocated. If 0, it can reuse the same region over multiple kernels. */
+#define FREE_EMPTY_REGIONS 0
+
+/* CUSTOM_BUFFER_ALLOCATOR */
+#endif
+
 #define COMMAND_LENGTH 2048
 #define WORKGROUP_STRING_LENGTH 1024
 
@@ -52,64 +93,33 @@
    for the thread execution. */
 #define THREAD_COUNT_ENV "POCL_MAX_PTHREAD_COUNT"
 
-typedef struct thread_arguments thread_arguments;
-struct thread_arguments 
-{
-  void *data;
-  cl_kernel kernel;
-  cl_device_id device;
-  struct pocl_context pc;
-  unsigned last_gid_x;
-  pocl_workgroup workgroup;
-  struct pocl_argument *kernel_args;
-  thread_arguments *volatile next;
+/**
+ * Per event data.
+ */
+struct event_data {
+  pthread_cond_t event_cond;
 };
 
-
 struct data {
   /* Currently loaded kernel. */
   cl_kernel current_kernel;
   /* Loaded kernel dynamic library handle. */
   lt_dlhandle current_dlhandle;
-};
-
 
-static thread_arguments *volatile thread_argument_pool = 0;
-static int argument_pool_initialized = 0;
-pocl_lock_t ta_pool_lock;
-static size_t get_max_thread_count(cl_device_id device);
-static void * workgroup_thread (void *p);
+  /* List of commands waiting to be enqueued */
+  _cl_command_node * volatile command_list;
+  pthread_mutex_t cq_lock;      /* Lock for command list related operations */
+  volatile uint64_t total_cmd_exec_time;
 
-static void pocl_init_thread_argument_manager (void)
-{
-  if (!argument_pool_initialized)
-    {
-      argument_pool_initialized = 1;
-      POCL_INIT_LOCK (ta_pool_lock);
-    }
-}
-
-static thread_arguments* new_thread_arguments ()
-{
-  thread_arguments *ta = NULL;
-  POCL_LOCK (ta_pool_lock);
-  if ((ta = thread_argument_pool))
-    {
-      LL_DELETE (thread_argument_pool, ta);
-      POCL_UNLOCK (ta_pool_lock);
-      return ta;
-    }
-  POCL_UNLOCK (ta_pool_lock);
+#ifdef CUSTOM_BUFFER_ALLOCATOR
+  /* Lock for protecting the mem_regions linked list. Held when new mem_regions
+     are created or old ones freed. */
+  mem_regions_management* mem_regions;
+#endif
 
-  return (thread_arguments*)calloc (1, sizeof (thread_arguments));
-}
+};
 
-static void free_thread_arguments (thread_arguments *ta)
-{
-  POCL_LOCK (ta_pool_lock);
-  LL_PREPEND (thread_argument_pool, ta);
-  POCL_UNLOCK (ta_pool_lock);
-}
+static size_t get_max_thread_count();
 
 void
 pocl_pthread_init_device_ops(struct pocl_device_ops *ops)
@@ -123,15 +133,31 @@ pocl_pthread_init_device_ops(struct pocl_device_ops *ops)
   ops->init_device_infos = pocl_pthread_init_device_infos;
   ops->uninit = pocl_pthread_uninit;
   ops->init = pocl_pthread_init;
-  ops->alloc_mem_obj = pocl_pthread_alloc_mem_obj;
-  ops->free = pocl_pthread_free;
+  ops->alloc_mem_obj = pocl_basic_alloc_mem_obj;
+  ops->free = pocl_basic_free;
   ops->read = pocl_pthread_read;
   ops->write = pocl_pthread_write;
   ops->copy = pocl_pthread_copy;
   ops->copy_rect = pocl_basic_copy_rect;
   ops->run = pocl_pthread_run;
-  ops->compile_submitted_kernels = pocl_basic_compile_submitted_kernels;
+  ops->join = pocl_pthread_join;
+  ops->submit = pocl_pthread_submit;
+  ops->compile_kernel = pocl_basic_compile_kernel;
+  ops->notify = pocl_pthread_notify;
+  ops->broadcast = pocl_broadcast;
+  ops->flush = pocl_pthread_flush;
+  ops->wait_event = pocl_pthread_wait_event;
+  ops->update_event = pocl_pthread_update_event;
+  ops->free_event_data = pocl_pthread_free_event_data;
+  ops->build_hash = pocl_pthread_build_hash;
+}
 
+char *
+pocl_pthread_build_hash (cl_device_id device)
+{
+  char* res = calloc(1000, sizeof(char));
+  snprintf(res, 1000, "pthread-%s", HOST_DEVICE_BUILD_HASH);
+  return res;
 }
 
 unsigned int
@@ -149,32 +175,42 @@ void
 pocl_pthread_init_device_infos(struct _cl_device_id* dev)
 {
   pocl_basic_init_device_infos(dev);
-
-  dev->type = CL_DEVICE_TYPE_CPU;
-  dev->max_work_item_sizes[0] = dev->max_work_item_sizes[1] =
-	  dev->max_work_item_sizes[2] = dev->max_work_group_size;
-
 }
 
+
 void
 pocl_pthread_init (cl_device_id device, const char* parameters)
 {
   static int device_number = 0;
-  struct data *d; 
+  struct data *d;
+  static char scheduler_initialized = 0;
+#ifdef CUSTOM_BUFFER_ALLOCATOR
+  static mem_regions_management* mrm = NULL;
+#endif
+  unsigned num_worker_threads;
 
   // TODO: this checks if the device was already initialized previously.
   // Should we instead have a separate bool field in device, or do the
   // initialization at library startup time with __attribute__((constructor))?
   if (device->data!=NULL)
-    return;  
+    return;
+
+  d = (struct data *) calloc (1, sizeof (struct data));
 
-  d = (struct data *) malloc (sizeof (struct data));
-  
   d->current_kernel = NULL;
   d->current_dlhandle = 0;
-
   device->data = d;
 
+#ifdef CUSTOM_BUFFER_ALLOCATOR
+  if (mrm == NULL)
+    {
+      mrm = malloc (sizeof (mem_regions_management));
+      BA_INIT_LOCK (mrm->mem_regions_lock);
+      mrm->mem_regions = NULL;
+    }
+  d->mem_regions = mrm;
+#endif
+
   device->address_bits = sizeof(void*) * 8;
 
   device->min_data_type_align_size = MAX_EXTENDED_ALIGNMENT; // this is in bytes
@@ -187,6 +223,9 @@ pocl_pthread_init (cl_device_id device, const char* parameters)
      a nonzero there for now. */
   device->global_mem_size = 1;
   pocl_topology_detect_device_info(device);
+  num_worker_threads = max (get_max_thread_count (device), 
+                            (unsigned)pocl_get_int_option("POCL_PTHREAD_MIN_THREADS", 1));
+  
   pocl_cpuinfo_detect_device_info(device);
   pocl_set_buffer_image_limits(device);
 
@@ -210,7 +249,7 @@ pocl_pthread_init (cl_device_id device, const char* parameters)
   device->num_partition_types = 0;
   device->partition_type = NULL;
 
-  if(!strcmp(device->llvm_cpu, "(unknown)"))
+  if(device->llvm_cpu && (!strcmp(device->llvm_cpu, "(unknown)")))
     device->llvm_cpu = NULL;
 
   // work-around LLVM bug where sizeof(long)=4
@@ -218,72 +257,40 @@ pocl_pthread_init (cl_device_id device, const char* parameters)
   device->has_64bit_long=0;
   #endif
 
-  pocl_init_thread_argument_manager();
+  pthread_mutex_init (&d->cq_lock, NULL);
+  if (!scheduler_initialized)
+    {
+      scheduler_initialized = 1;
+      pocl_init_dlhandle_cache();
+      pocl_init_kernel_run_command_manager();
+
+      pthread_scheduler_init (num_worker_threads);
+    }
+  /* system mem as global memory */
+  device->global_mem_id = 0;
 }
 
 void
 pocl_pthread_uninit (cl_device_id device)
 {
   struct data *d = (struct data*)device->data;
-  POCL_MEM_FREE(d);
-  device->data = NULL;
-}
-
-
-cl_int
-pocl_pthread_alloc_mem_obj (cl_device_id device, cl_mem mem_obj)
-{
-  void *b = NULL;
-  cl_mem_flags flags = mem_obj->flags;
-
-  /* if memory for this global memory is not yet allocated -> do it */
-  if (mem_obj->device_ptrs[device->global_mem_id].mem_ptr == NULL)
+#ifdef CUSTOM_BUFFER_ALLOCATOR
+  memory_region_t *region, *temp;
+  DL_FOREACH_SAFE(d->mem_regions->mem_regions, region, temp)
     {
-      if (flags & CL_MEM_USE_HOST_PTR)
-        {
-          // mem_host_ptr must be non-NULL
-          assert(mem_obj->mem_host_ptr != NULL);
-          b = mem_obj->mem_host_ptr;
-        }
-      else
-        {
-          b = pocl_memalign_alloc_global_mem( device, MAX_EXTENDED_ALIGNMENT,
-                                        mem_obj->size);
-          if (b==NULL)
-            return CL_MEM_OBJECT_ALLOCATION_FAILURE;
-        }
-
-      if (flags & CL_MEM_COPY_HOST_PTR)
-        {
-          // mem_host_ptr must be non-NULL
-          assert(mem_obj->mem_host_ptr != NULL);
-          memcpy (b, mem_obj->mem_host_ptr, mem_obj->size);
-        }
-
-      mem_obj->device_ptrs[device->global_mem_id].mem_ptr = b;
-      mem_obj->device_ptrs[device->global_mem_id].global_mem_id = 
-        device->global_mem_id;
+      DL_DELETE(d->mem_regions->mem_regions, region);
+      free((void*)region->chunks->start_address);
+      region->chunks->start_address = 0;
+      POCL_MEM_FREE(region);
     }
-  /* copy already allocated global mem info to devices own slot */
-  mem_obj->device_ptrs[device->dev_id] = 
-    mem_obj->device_ptrs[device->global_mem_id];
-
-  return CL_SUCCESS;
-}
-
+  d->mem_regions->mem_regions = NULL;
+#endif  
 
-void
-pocl_pthread_free (cl_device_id device, cl_mem memobj)
-{
-  cl_mem_flags flags = memobj->flags;
-
-  if (flags & CL_MEM_USE_HOST_PTR)
-    return;
-
-  void* ptr = memobj->device_ptrs[device->dev_id].mem_ptr;
-  size_t size = memobj->size;
+  pthread_scheduler_uinit ();
 
-  pocl_free_global_mem(device, ptr, size);
+  device->ops->shared_data = NULL;
+  POCL_MEM_FREE(d);
+  device->data = NULL;
 }
 
 
@@ -341,78 +348,7 @@ pocl_pthread_run
 (void *data, 
  _cl_command_node* cmd)
 {
-  int error;
-  unsigned i, max_threads;
-  cl_kernel kernel = cmd->command.run.kernel;
-  struct pocl_context *pc = &cmd->command.run.pc;
-  struct thread_arguments *arguments;
-  static unsigned default_max_threads = 0; /* this needs to be asked only once */
-
-  size_t num_groups_x = pc->num_groups[0];
-  /* TODO: distributing the work groups in the x dimension is not always the
-     best option. This assumes x dimension has enough work groups to utilize
-     all the threads. */
-  if (default_max_threads == 0)
-    default_max_threads = get_max_thread_count(cmd->device);
-
-  if (cmd->device->parent_device)
-    max_threads = cmd->device->max_compute_units;
-  else
-    max_threads = default_max_threads;
-
-  unsigned num_threads = min(max_threads, num_groups_x);
-  pthread_t *threads = (pthread_t*) malloc (sizeof (pthread_t)*num_threads);
-  
-  unsigned wgs_per_thread = num_groups_x / num_threads;
-  /* In case the work group count is not divisible by the
-     number of threads, we have to execute the remaining
-     workgroups in one of the threads. */
-  /* TODO: This is inefficient; it is better to round up when
-     calculating wgs_per_thread */
-  int leftover_wgs = num_groups_x - (num_threads*wgs_per_thread);
-
-#ifdef DEBUG_MT    
-  printf("### creating %d work group threads\n", num_threads);
-  printf("### wgs per thread==%d leftover wgs==%d\n", wgs_per_thread, leftover_wgs);
-#endif
-  
-  unsigned first_gid_x = 0;
-  unsigned last_gid_x = wgs_per_thread - 1;
-  for (i = 0; i < num_threads; 
-       ++i, first_gid_x += wgs_per_thread, last_gid_x += wgs_per_thread) {
-
-    if (i + 1 == num_threads) last_gid_x += leftover_wgs;
-
-#ifdef DEBUG_MT       
-    printf("### creating wg thread: first_gid_x==%d, last_gid_x==%d\n",
-           first_gid_x, last_gid_x);
-#endif
-    arguments = new_thread_arguments();
-    arguments->data = data;
-    arguments->kernel = kernel;
-    arguments->device = cmd->device;
-    arguments->pc = *pc;
-    arguments->pc.group_id[0] = first_gid_x;
-    arguments->workgroup = cmd->command.run.wg;
-    arguments->last_gid_x = last_gid_x;
-    arguments->kernel_args = cmd->command.run.arguments;
-
-    /* TODO: pool of worker threads to avoid syscalls here */
-    error = pthread_create (&threads[i],
-                            NULL,
-                            workgroup_thread,
-                            arguments);
-    assert(!error);
-  }
-
-  for (i = 0; i < num_threads; ++i) {
-    pthread_join(threads[i], NULL);
-#ifdef DEBUG_MT       
-    printf("### thread %u finished\n", (unsigned)threads[i]);
-#endif
-  }
-
-  POCL_MEM_FREE(threads);
+  /* not used: this device will not be told when or what to run */
 }
 
 void *
@@ -424,125 +360,149 @@ pocl_pthread_map_mem (void *data, void *buf_ptr,
   return (char*)buf_ptr + offset;
 }
 
-void *
-workgroup_thread (void *p)
+void
+pocl_pthread_submit (_cl_command_node *node, cl_command_queue cq)
 {
-  struct thread_arguments *ta = (struct thread_arguments *) p;
-  void **arguments = (void**)alloca((ta->kernel->num_args + ta->kernel->num_locals)*sizeof(void*));
-  struct pocl_argument *al;  
-  unsigned i = 0;
-
-  /* TODO: refactor this to share code with basic.c 
-
-     To function 
-     void setup_kernel_arg_array(void **arguments, cl_kernel kernel)
-     or similar
-  */
-  cl_kernel kernel = ta->kernel;
-  for (i = 0; i < kernel->num_args; ++i)
+  cl_device_id device = node->device;
+  struct data *d = device->data;
+
+  POCL_LOCK_OBJ (node->event);
+  POCL_UPDATE_EVENT_SUBMITTED(&node->event);
+  /* this "ready" consept to ensure that command is pushed only once */
+  if (!(node->ready) && pocl_command_is_ready(node->event))
     {
-      al = &(ta->kernel_args[i]);
-      if (kernel->arg_info[i].is_local)
-        {
-          arguments[i] = malloc (sizeof (void *));
-          *(void **)(arguments[i]) = pocl_memalign_alloc(MAX_EXTENDED_ALIGNMENT, al->size);
-        }
-      else if (kernel->arg_info[i].type == POCL_ARG_TYPE_POINTER)
-      {
-        /* It's legal to pass a NULL pointer to clSetKernelArguments. In 
-           that case we must pass the same NULL forward to the kernel.
-           Otherwise, the user must have created a buffer with per device
-           pointers stored in the cl_mem. */
-        if (al->value == NULL) 
-          {
-            arguments[i] = malloc (sizeof (void *));
-            *(void **)arguments[i] = NULL;
-          }
-        else
-          {
-            cl_mem m = *(cl_mem *)al->value;
-            if (m->device_ptrs)
-              arguments[i] = &(m->device_ptrs[ta->device->dev_id].mem_ptr);
-            else
-              arguments[i] = &(m->mem_host_ptr);
-          }
-      }
-      else if (kernel->arg_info[i].type == POCL_ARG_TYPE_IMAGE)
-        {
-          dev_image_t di;
-          fill_dev_image_t(&di, al, ta->device);
-          void* devptr = pocl_memalign_alloc(MAX_EXTENDED_ALIGNMENT, sizeof(dev_image_t));
-          arguments[i] = malloc (sizeof (void *));
-          *(void **)(arguments[i]) = devptr;       
-          pocl_pthread_write (ta->data, &di, devptr, 0, sizeof(dev_image_t));
-        }
-      else if (kernel->arg_info[i].type == POCL_ARG_TYPE_SAMPLER)
-        {
-          dev_sampler_t ds;
-          fill_dev_sampler_t(&ds, al);
-          
-          void* devptr = pocl_memalign_alloc(MAX_EXTENDED_ALIGNMENT, sizeof(dev_sampler_t));
-          arguments[i] = malloc (sizeof (void *));
-          *(void **)(arguments[i]) = devptr;
-          pocl_pthread_write (ta->data, &ds, devptr, 0, sizeof(dev_sampler_t));
-        }
-      else
-        arguments[i] = al->value;
+      node->ready = 1;
+      pthread_scheduler_push_command (node);
     }
-
-  /* Allocate the automatic local buffers which are implemented as implicit
-     extra arguments at the end of the kernel argument list. */
-  for (i = kernel->num_args;
-       i < kernel->num_args + kernel->num_locals;
-       ++i)
+  else
     {
-      al = &(ta->kernel_args[i]);
-      arguments[i] = malloc (sizeof (void *));
-      *(void **)(arguments[i]) = pocl_memalign_alloc (MAX_EXTENDED_ALIGNMENT, al->size);
+      PTHREAD_LOCK (&d->cq_lock, NULL);
+      DL_PREPEND (d->command_list, node);
+      PTHREAD_UNLOCK (&d->cq_lock);
     }
+  POCL_UNLOCK_OBJ (node->event);
+  return;
+}
+
+void
+pocl_pthread_flush(cl_device_id device, cl_command_queue cq)
+{
+
+}
 
-  size_t first_gid_x = ta->pc.group_id[0];
-  unsigned gid_z, gid_y, gid_x;
-  for (gid_z = 0; gid_z < ta->pc.num_groups[2]; ++gid_z)
+void
+pocl_pthread_join(cl_device_id device, cl_command_queue cq)
+{
+  pthread_scheduler_wait_cq (cq);
+  return;
+}
+
+void
+pocl_pthread_notify (cl_device_id device, cl_event event)
+{
+  struct data *d = (struct data*)device->data;
+   int wake_thread = 0;
+  _cl_command_node * volatile node = event->command;
+
+  POCL_LOCK_OBJ (event);
+  /* this "ready" consept to ensure that command is pushed only once */
+  if (!(node->ready) && pocl_command_is_ready(node->event))
     {
-      for (gid_y = 0; gid_y < ta->pc.num_groups[1]; ++gid_y)
+      node->ready = 1;
+      if (event->status == CL_SUBMITTED)
         {
-          for (gid_x = first_gid_x; gid_x <= ta->last_gid_x; ++gid_x)
-            {
-              ta->pc.group_id[0] = gid_x;
-              ta->pc.group_id[1] = gid_y;
-              ta->pc.group_id[2] = gid_z;
-              ta->workgroup (arguments, &(ta->pc));              
-            }
+          PTHREAD_LOCK (&d->cq_lock, NULL);
+          assert (d->command_list != NULL);
+          DL_DELETE (d->command_list, node);
+          PTHREAD_UNLOCK (&d->cq_lock);
+          wake_thread = 1;
         }
     }
+  POCL_UNLOCK_OBJ (event);
 
-  for (i = 0; i < kernel->num_args; ++i)
+  if (wake_thread)
     {
-      if (kernel->arg_info[i].is_local )
-        {
-          POCL_MEM_FREE(*(void **)(arguments[i]));
-          POCL_MEM_FREE(arguments[i]);
-        }
-      else if (kernel->arg_info[i].type == POCL_ARG_TYPE_IMAGE ||
-                kernel->arg_info[i].type == POCL_ARG_TYPE_SAMPLER)
-        {
-          POCL_MEM_FREE(*(void **)(arguments[i]));
-          POCL_MEM_FREE(arguments[i]);
-        }
-      else if (kernel->arg_info[i].type == POCL_ARG_TYPE_POINTER && *(void**)arguments[i] == NULL)
-        {
-          POCL_MEM_FREE(arguments[i]);
-        }
+      pthread_scheduler_push_command (node);
+    }
+  return;
+}
+
+void pocl_pthread_update_event (cl_device_id device, cl_event event, cl_int status)
+{
+  struct event_data *e_d = NULL;
+  int cq_ready = 0;
+
+  if(event->data == NULL && status == CL_QUEUED)
+    {
+      e_d = malloc(sizeof(struct event_data));
+      assert(e_d);
+
+      pthread_cond_init(&e_d->event_cond, NULL);
+      event->data = (void *) e_d;
     }
-  for (i = kernel->num_args;
-       i < kernel->num_args + kernel->num_locals;
-       ++i)
+  else
     {
-      POCL_MEM_FREE(*(void **)(arguments[i]));
-      POCL_MEM_FREE(arguments[i]);
+      e_d = event->data;
     }
-  free_thread_arguments (ta);
+  switch (status)
+    {
+    case CL_QUEUED:
+      event->status = status;
+      if (event->queue->properties & CL_QUEUE_PROFILING_ENABLE)
+        event->time_queue = device->ops->get_timer_value(device->data);
+      break;
+    case CL_SUBMITTED:
+      event->status = status;
+      if (event->queue->properties & CL_QUEUE_PROFILING_ENABLE)
+        event->time_submit = device->ops->get_timer_value(device->data);
+      break;
+    case CL_RUNNING:
+      event->status = status;
+      if (event->queue->properties & CL_QUEUE_PROFILING_ENABLE)
+        event->time_start = device->ops->get_timer_value(device->data);
+      break;
+    case CL_COMPLETE:
+      POCL_MSG_PRINT_INFO("PTHREAD: Command complete, event %d\n", event->id);
+      pocl_mem_objs_cleanup (event);
+      cq_ready = pocl_update_command_queue (event);
+
+      if (event->queue->properties & CL_QUEUE_PROFILING_ENABLE)
+        event->time_end = device->ops->get_timer_value(device->data);
+
+      POCL_LOCK_OBJ (event);
+      event->status = CL_COMPLETE;
+
+      pthread_cond_signal(&e_d->event_cond);
+      if (cq_ready)
+        pthread_scheduler_release_host ();
+
+      device->ops->broadcast (event);
+      POCL_UNLOCK_OBJ (event);
+      break;
+    default:
+      assert("Invalid event status\n");
+      break;
+    }
+}
+
+void pocl_pthread_wait_event (cl_device_id device, cl_event event)
+{
+  struct event_data *e_d = event->data;
+
+  POCL_LOCK_OBJ (event);
+  while (event->status != CL_COMPLETE)
+    {
+      pthread_cond_wait(&e_d->event_cond, &event->pocl_lock);
+    }
+  POCL_UNLOCK_OBJ (event);
+}
+
+
+void pocl_pthread_free_event_data (cl_event event)
+{
+  assert(event->data != NULL);
+  free(event->data);
+  event->data = NULL;
 
-  return NULL;
 }
+
diff --git a/lib/CL/devices/pthread/pthread_scheduler.c b/lib/CL/devices/pthread/pthread_scheduler.c
new file mode 100644
index 0000000..363d8a8
--- /dev/null
+++ b/lib/CL/devices/pthread/pthread_scheduler.c
@@ -0,0 +1,373 @@
+#include <string.h>
+#include <pthread.h>
+#include "pocl-pthread_scheduler.h"
+#include "pocl_cl.h"
+#include "pocl-pthread.h"
+#include "pocl-pthread_utils.h"
+#include "utlist.h"
+#include "pocl_util.h"
+#include "common.h"
+#include "pocl_mem_management.h" 
+
+static void* pocl_pthread_driver_thread (void *p);
+
+struct pool_thread_data
+{
+  pthread_t thread;
+  size_t my_id;
+  struct shared_data * sd;
+  _cl_command_node *volatile work_queue;
+  kernel_run_command *volatile kernel_queue;
+  pthread_cond_t wakeup_cond;
+  pthread_mutex_t lock;
+  volatile int executed_commands;
+  volatile int stolen_commands;
+  volatile int stolen_wgs;
+  volatile unsigned lock_counter;
+  volatile uint64_t prev_wg_finish_time;
+  pthread_mutex_t kernel_q_lock;
+  volatile int kernel_counter;
+};
+
+typedef struct scheduler_data_
+{
+  struct pool_thread_data *volatile thread_pool;
+  _cl_command_node *volatile work_queue;
+  kernel_run_command *volatile kernel_queue;
+  volatile int num_threads;
+  volatile int round_robin_index;
+  pthread_cond_t cq_finished_cond;
+  pthread_cond_t wake_pool;
+  pthread_mutex_t wq_lock;
+  pthread_mutex_t cq_finished_lock;
+  volatile int thread_pool_shutdown_requested;
+  cl_device_id *volatile pool_devices;
+} scheduler_data;
+
+static scheduler_data scheduler;
+
+void pthread_scheduler_init (size_t num_worker_threads)
+{
+  size_t i;
+  pthread_mutex_init (&(scheduler.wq_lock), NULL);
+  pthread_mutex_init (&(scheduler.cq_finished_lock), NULL);
+  pthread_cond_init (&(scheduler.cq_finished_cond), NULL);
+  pthread_cond_init (&(scheduler.wake_pool), NULL);
+
+  scheduler.thread_pool = calloc
+    (num_worker_threads, sizeof (struct pool_thread_data));
+  scheduler.num_threads = num_worker_threads;
+
+  for (i = 0; i < num_worker_threads; ++i)
+    {
+      scheduler.thread_pool[i].my_id = i;
+      pthread_cond_init (&scheduler.thread_pool[i].wakeup_cond, NULL);
+      pthread_mutex_init (&scheduler.thread_pool[i].lock, NULL);
+      pthread_mutex_init (&scheduler.thread_pool[i].kernel_q_lock, NULL);
+      pthread_create (&scheduler.thread_pool[i].thread, NULL,
+                      pocl_pthread_driver_thread,
+                      (void*)&scheduler.thread_pool[i]);
+    }
+
+}
+
+void pthread_scheduler_uinit ()
+{
+  int i;
+  scheduler.thread_pool_shutdown_requested = 1;
+
+  pthread_mutex_lock (&scheduler.wq_lock);
+  pthread_cond_broadcast (&scheduler.wake_pool);
+  pthread_mutex_unlock (&scheduler.wq_lock);
+
+  for (i = 0; i < scheduler.num_threads; ++i)
+    {
+      pthread_join (scheduler.thread_pool[i].thread, NULL);
+    }
+}
+
+void pthread_scheduler_push_command (_cl_command_node *cmd)
+{
+  PTHREAD_LOCK (&scheduler.wq_lock, NULL);
+  DL_APPEND (scheduler.work_queue, cmd);
+  pthread_cond_broadcast (&scheduler.wake_pool);
+  PTHREAD_UNLOCK (&scheduler.wq_lock);
+}
+
+void pthread_scheduler_push_kernel (kernel_run_command *run_cmd)
+{
+  PTHREAD_LOCK (&scheduler.wq_lock, NULL);
+  LL_APPEND (scheduler.kernel_queue, run_cmd);
+  pthread_cond_broadcast (&scheduler.wake_pool);
+  PTHREAD_UNLOCK (&scheduler.wq_lock);
+}
+
+void pthread_scheduler_wait_cq (cl_command_queue cq)
+{
+  while (1)
+    {
+      pthread_mutex_lock (&scheduler.cq_finished_lock);
+      POCL_LOCK_OBJ (cq);
+      if (cq->command_count == 0)
+        {
+          POCL_UNLOCK_OBJ (cq);
+          pthread_mutex_unlock (&scheduler.cq_finished_lock);
+          return;
+        }
+      POCL_UNLOCK_OBJ (cq);
+      pthread_cond_wait (&scheduler.cq_finished_cond,
+                         &scheduler.cq_finished_lock);
+      pthread_mutex_unlock (&scheduler.cq_finished_lock);
+    }
+}
+
+void pthread_scheduler_release_host ()
+{
+  PTHREAD_LOCK (&scheduler.cq_finished_lock, NULL);
+  pthread_cond_signal (&scheduler.cq_finished_cond);
+  PTHREAD_UNLOCK (&scheduler.cq_finished_lock);
+}
+
+static int
+work_group_scheduler (kernel_run_command *k,
+                      struct pool_thread_data *thread_data);
+
+static void finalize_kernel_command (thread_data *thread_data,
+                              kernel_run_command *k);
+
+int pthread_scheduler_get_work (thread_data *td, _cl_command_node **cmd_ptr)
+{
+  _cl_command_node *cmd;
+  kernel_run_command *run_cmd;
+  // execute kernel if available
+  PTHREAD_LOCK (&scheduler.wq_lock, NULL);
+  if ((run_cmd = scheduler.kernel_queue))
+    {
+      ++run_cmd->ref_count;
+      PTHREAD_UNLOCK (&scheduler.wq_lock);
+
+      work_group_scheduler (run_cmd, td);
+
+      PTHREAD_LOCK (&scheduler.wq_lock, NULL);
+      if (!(--run_cmd->ref_count))
+        {
+          PTHREAD_UNLOCK (&scheduler.wq_lock);
+          finalize_kernel_command (td, run_cmd);
+        }
+      else
+        PTHREAD_UNLOCK (&scheduler.wq_lock);
+    }
+  else
+    PTHREAD_UNLOCK (&scheduler.wq_lock);
+
+  // execute a command if available
+  PTHREAD_LOCK (&scheduler.wq_lock, NULL);
+  if ((cmd = scheduler.work_queue))
+    {
+      DL_DELETE (scheduler.work_queue, cmd);
+      PTHREAD_UNLOCK (&scheduler.wq_lock);
+      *cmd_ptr = cmd;
+      return 0;
+    }
+  PTHREAD_UNLOCK (&scheduler.wq_lock);
+  *cmd_ptr = NULL;
+  return 1;
+}
+
+static void
+pthread_scheduler_sleep()
+{
+  static struct timespec time_to_wait = {0, 0};
+  time_to_wait.tv_sec = time(NULL) + 5;
+
+  PTHREAD_LOCK (&scheduler.wq_lock, NULL);
+  if (scheduler.work_queue == NULL && scheduler.kernel_queue == 0)
+    pthread_cond_timedwait (&scheduler.wake_pool, &scheduler.wq_lock, &time_to_wait);
+  PTHREAD_UNLOCK (&scheduler.wq_lock);
+}
+
+#define POCL_PTHREAD_MAX_WGS 256
+static int get_wg_index_range (kernel_run_command *k, unsigned *start_index,
+                               unsigned *end_index, char *last_wgs)
+{
+  unsigned max_wgs;
+  *last_wgs = 0;
+  PTHREAD_LOCK (&k->lock, NULL);
+  if (k->remaining_wgs == 0)
+    {
+      PTHREAD_UNLOCK (&k->lock);
+      return 0;
+    }
+  max_wgs = min (POCL_PTHREAD_MAX_WGS,
+                 (1 + k->remaining_wgs / scheduler.num_threads));
+  max_wgs = min (max_wgs, k->remaining_wgs);
+
+  *start_index = k->wgs_dealt;
+  *end_index = k->wgs_dealt + max_wgs-1;
+  k->remaining_wgs -= max_wgs;
+  k->wgs_dealt += max_wgs;
+  if (k->remaining_wgs == 0)
+    *last_wgs = 1;
+  PTHREAD_UNLOCK (&k->lock);
+
+  return 1;
+}
+
+inline static void translate_wg_index_to_3d_index (kernel_run_command *k,
+                                                   unsigned index,
+                                                   size_t *index_3d)
+{
+  unsigned xy_slice = k->pc.num_groups[0] * k->pc.num_groups[1];
+  index_3d[2] = index / xy_slice;
+  index_3d[1] = (index % xy_slice) / k->pc.num_groups[0];
+  index_3d[0] = (index % xy_slice) % k->pc.num_groups[0];
+}
+
+static int
+work_group_scheduler (kernel_run_command *k,
+                      struct pool_thread_data *thread_data)
+{
+  void *arguments[k->kernel->num_args + k->kernel->num_locals];
+  struct pocl_context pc;
+  unsigned i;
+  unsigned start_index;
+  unsigned end_index;
+  char last_wgs = 0;
+
+  if (!get_wg_index_range (k, &start_index, &end_index,  &last_wgs))
+    return 0;
+
+  setup_kernel_arg_array ((void**)&arguments, k);
+  memcpy (&pc, &k->pc, sizeof (struct pocl_context));
+  do
+    {
+      if (last_wgs)
+        {
+          PTHREAD_LOCK (&scheduler.wq_lock, NULL);
+          LL_DELETE (scheduler.kernel_queue, k);
+          PTHREAD_UNLOCK (&scheduler.wq_lock);
+        }
+      for (i = start_index; i <= end_index; ++i)
+        {
+          translate_wg_index_to_3d_index (k, i, (size_t*)&pc.group_id);
+#ifdef DEBUG_MT
+          printf("### exec_wg: gid_x %d, gid_y %d, gid_z %d\n",
+                 pc.group_id[0],
+                 pc.group_id[1], pc.group_id[2]);
+#endif
+          k->workgroup (arguments, &pc);
+        }
+
+    }while (get_wg_index_range (k, &start_index, &end_index,  &last_wgs));
+
+
+  free_kernel_arg_array (arguments, k);
+
+  return 1;
+}
+
+void finalize_kernel_command (struct pool_thread_data *thread_data,
+                                     kernel_run_command *k)
+{
+#ifdef DEBUG_MT
+  printf("### kernel %s finished\n", k->cmd->command.run.kernel->name);
+#endif
+
+  pocl_ndrange_node_cleanup (k->cmd);
+  POCL_UPDATE_EVENT_COMPLETE (&k->cmd->event);
+
+  pocl_mem_manager_free_command (k->cmd);
+
+  free_kernel_run_command (k);
+}
+
+static void
+pocl_pthread_prepare_kernel
+(void *data, 
+ _cl_command_node* cmd)
+{
+  kernel_run_command *run_cmd;
+  unsigned i;
+  cl_kernel kernel = cmd->command.run.kernel;
+  struct pocl_context *pc = &cmd->command.run.pc;
+  cl_device_id device = NULL;
+
+  cmd->device->ops->compile_kernel (cmd, NULL, NULL);
+
+  /* Find which device number within the context correspond
+     to current device.  */
+  for (i = 0; i < kernel->context->num_devices; ++i)
+    {
+      if (kernel->context->devices[i]->data == data)
+        {
+          device = kernel->context->devices[i];
+          break;
+        }
+    }
+
+  int num_groups = pc->num_groups[0] * pc->num_groups[1] * pc->num_groups[2];
+
+  run_cmd = new_kernel_run_command ();
+  run_cmd->data = data;
+  run_cmd->kernel = kernel;
+  run_cmd->device = device;
+  run_cmd->pc = *pc;
+  run_cmd->cmd = cmd;
+  run_cmd->group_idx[0] = 0;
+  run_cmd->group_idx[1] = 0;
+  run_cmd->group_idx[2] = 0;
+  run_cmd->pc.local_size[0] = cmd->command.run.local_x;
+  run_cmd->pc.local_size[1] = cmd->command.run.local_y;
+  run_cmd->pc.local_size[2] = cmd->command.run.local_z;
+  run_cmd->remaining_wgs = num_groups;
+  run_cmd->workgroup = cmd->command.run.wg;
+  run_cmd->kernel_args = cmd->command.run.arguments;
+  run_cmd->next = NULL;
+
+  pthread_scheduler_push_kernel (run_cmd);  
+
+}
+
+static void
+pocl_pthread_exec_command (_cl_command_node * volatile cmd,
+                           struct pool_thread_data *td)
+{
+  if(cmd->type == CL_COMMAND_NDRANGE_KERNEL)
+    {
+      POCL_UPDATE_EVENT_RUNNING(&(cmd->event));
+      pocl_pthread_prepare_kernel (cmd->command.run.data, cmd);
+    }
+  else
+    {
+      pocl_exec_command(cmd);
+    }
+}
+
+
+static
+void*
+pocl_pthread_driver_thread (void *p)
+{
+  struct pool_thread_data *td = (struct pool_thread_data*)p;
+  _cl_command_node *cmd = NULL;
+
+  while (1)
+    {
+      if (scheduler.thread_pool_shutdown_requested)
+        {
+          pthread_exit (NULL);
+        }
+
+      pthread_scheduler_get_work (td, &cmd);
+      if (cmd)
+        {
+          assert (pocl_command_is_ready(cmd->event));
+          assert (cmd->event->status == CL_SUBMITTED);
+          pocl_pthread_exec_command (cmd, td);
+          cmd = NULL;
+          ++td->executed_commands;
+        }
+      // check if its time to sleep
+      pthread_scheduler_sleep();
+    }
+}
diff --git a/lib/CL/devices/pthread/pthread_utils.c b/lib/CL/devices/pthread/pthread_utils.c
new file mode 100644
index 0000000..66474b6
--- /dev/null
+++ b/lib/CL/devices/pthread/pthread_utils.c
@@ -0,0 +1,162 @@
+
+#include <string.h>
+#include "pocl-pthread_utils.h"
+#include "utlist.h"
+#include "common.h"
+#include "pocl-pthread.h"
+#include "pocl_mem_management.h"
+
+static kernel_run_command *volatile kernel_pool = 0;
+static int kernel_pool_initialized = 0;
+static pocl_lock_t kernel_pool_lock;
+
+
+void pocl_init_kernel_run_command_manager (void)
+{
+  if (!kernel_pool_initialized)
+    {
+      kernel_pool_initialized = 1;
+      POCL_INIT_LOCK (kernel_pool_lock);
+    }
+}
+
+void pocl_init_thread_argument_manager (void)
+{
+  if (!kernel_pool_initialized)
+    {
+      kernel_pool_initialized = 1;
+      POCL_INIT_LOCK (kernel_pool_lock);
+    }
+}
+
+kernel_run_command* new_kernel_run_command ()
+{
+  kernel_run_command *volatile k = NULL;
+  POCL_LOCK (kernel_pool_lock);
+  if ((k = kernel_pool))
+    {
+      LL_DELETE (kernel_pool, k);
+      memset (k, 0, sizeof(kernel_run_command));
+      pthread_mutex_init(&k->lock, NULL);
+      POCL_UNLOCK (kernel_pool_lock);
+      return k;
+    }
+
+  POCL_UNLOCK (kernel_pool_lock);
+  k = (kernel_run_command*)calloc (1, sizeof (kernel_run_command));
+  pthread_mutex_init (&k->lock, NULL);
+  return k;
+}
+
+void free_kernel_run_command (kernel_run_command *k)
+{
+  POCL_LOCK (kernel_pool_lock);
+  pthread_mutex_destroy (&k->lock);
+  LL_PREPEND (kernel_pool, k);
+  POCL_UNLOCK (kernel_pool_lock);
+}
+
+void setup_kernel_arg_array(void **arguments, kernel_run_command *k)
+{
+  struct pocl_argument *al;  
+  cl_kernel kernel = k->kernel;
+  cl_uint i;
+
+  for (i = 0; i < kernel->num_args; ++i)
+    {
+      al = &(k->kernel_args[i]);
+      if (kernel->arg_info[i].is_local)
+        {
+          arguments[i] = malloc (sizeof (void *));
+          *(void **)(arguments[i]) = pocl_memalign_alloc(MAX_EXTENDED_ALIGNMENT, al->size);
+        }
+      else if (kernel->arg_info[i].type == POCL_ARG_TYPE_POINTER)
+      {
+        /* It's legal to pass a NULL pointer to clSetKernelArguments. In 
+           that case we must pass the same NULL forward to the kernel.
+           Otherwise, the user must have created a buffer with per device
+           pointers stored in the cl_mem. */
+        if (al->value == NULL) 
+          {
+            arguments[i] = malloc (sizeof (void *));
+            *(void **)arguments[i] = NULL;
+          }
+        else
+          {
+            cl_mem m = *(cl_mem *)al->value;
+            if (m->device_ptrs)
+              arguments[i] = &(m->device_ptrs[k->device->dev_id].mem_ptr);
+            else
+              arguments[i] = &(m->mem_host_ptr);
+          }
+      }
+      else if (kernel->arg_info[i].type == POCL_ARG_TYPE_IMAGE)
+        {
+          dev_image_t di;
+          fill_dev_image_t(&di, al, k->device);
+          void* devptr = pocl_memalign_alloc(MAX_EXTENDED_ALIGNMENT, 
+                                             sizeof(dev_image_t));
+          arguments[i] = malloc (sizeof (void *));
+          *(void **)(arguments[i]) = devptr;
+          pocl_pthread_write (k->data, &di, devptr, 0, sizeof(dev_image_t));
+        }
+      else if (kernel->arg_info[i].type == POCL_ARG_TYPE_SAMPLER)
+        {
+          dev_sampler_t ds;
+          fill_dev_sampler_t(&ds, al);
+
+          void* devptr = pocl_memalign_alloc(MAX_EXTENDED_ALIGNMENT, 
+                                             sizeof(dev_sampler_t));
+          arguments[i] = malloc (sizeof (void *));
+          *(void **)(arguments[i]) = devptr;
+          pocl_pthread_write (k->data, &ds, *(void**)arguments[i], 0,
+                              sizeof(dev_sampler_t));
+        }
+      else
+        arguments[i] = al->value;
+    }
+
+  /* Allocate the automatic local buffers which are implemented as implicit
+     extra arguments at the end of the kernel argument list. */
+  for (i = kernel->num_args;
+       i < kernel->num_args + kernel->num_locals;
+       ++i)
+    {
+      al = &(k->kernel_args[i]);
+      arguments[i] = malloc (sizeof (void *));
+      *(void **)(arguments[i]) = pocl_memalign_alloc (MAX_EXTENDED_ALIGNMENT, al->size);
+    }
+
+}
+
+void free_kernel_arg_array (void **arguments, kernel_run_command *k)
+{
+  cl_uint i;
+  cl_kernel kernel = k->kernel;
+  for (i = 0; i < kernel->num_args; ++i)
+    {
+      if (kernel->arg_info[i].is_local )
+        {
+          POCL_MEM_FREE(*(void **)(arguments[i]));
+          POCL_MEM_FREE(arguments[i]);
+        }
+      else if (kernel->arg_info[i].type == POCL_ARG_TYPE_IMAGE ||
+                kernel->arg_info[i].type == POCL_ARG_TYPE_SAMPLER)
+        {
+          POCL_MEM_FREE(*(void **)(arguments[i]));
+          POCL_MEM_FREE(arguments[i]);
+        }
+      else if (kernel->arg_info[i].type == POCL_ARG_TYPE_POINTER && *(void**)arguments[i] == NULL)
+        {
+          POCL_MEM_FREE(arguments[i]);
+        }
+    }
+  for (i = kernel->num_args;
+       i < kernel->num_args + kernel->num_locals;
+       ++i)
+    {
+      POCL_MEM_FREE(*(void **)(arguments[i]));
+      POCL_MEM_FREE(arguments[i]);
+    }
+}
+
diff --git a/lib/CL/devices/tce/Makefile.am b/lib/CL/devices/tce/Makefile.am
deleted file mode 100644
index c9f075c..0000000
--- a/lib/CL/devices/tce/Makefile.am
+++ /dev/null
@@ -1,40 +0,0 @@
-# Process this file with automake to produce Makefile.in (in this,
-# and all subdirectories).
-# Makefile.am for pocl/lib/devices.
-# 
-# Copyright (c) 2011 Universidad Rey Juan Carlos
-# 
-# Permission is hereby granted, free of charge, to any person obtaining a copy
-# of this software and associated documentation files (the "Software"), to deal
-# in the Software without restriction, including without limitation the rights
-# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-# copies of the Software, and to permit persons to whom the Software is
-# furnished to do so, subject to the following conditions:
-# 
-# The above copyright notice and this permission notice shall be included in
-# all copies or substantial portions of the Software.
-# 
-# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-# THE SOFTWARE.
-
-SUBDIRS = ttasim
-
-noinst_LTLIBRARIES = libpocl-devices-tce.la
-libpocl_devices_tce_la_SOURCES = tce_common.h tce_common.cc
-libpocl_devices_tce_la_LIBADD = ttasim/libpocl-devices-tce-ttasim.la
-libpocl_devices_tce_la_LDFLAGS = -lltdl @PTHREAD_CFLAGS@ --version-info ${LIB_VERSION}
-
-libpocl_devices_tce_la_CPPFLAGS = `@TCE_CONFIG@ --includes` -I$(top_srcdir)/fix-include -I$(top_srcdir)/include \
--I$(top_srcdir)/lib/CL/devices -I$(top_srcdir)/lib/CL/devices/tce \
--I$(top_srcdir)/lib/CL $(OCL_ICD_CFLAGS)
-
-libpocl_devices_tce_la_CXXFLAGS = `@TCE_CONFIG@ --cxxflags`
-
-dist_pkgdata_DATA = tta_device_main.c
-
-EXTRA_DIST = CMakeLists.txt
diff --git a/lib/CL/devices/tce/Makefile.in b/lib/CL/devices/tce/Makefile.in
deleted file mode 100644
index 603bb3b..0000000
--- a/lib/CL/devices/tce/Makefile.in
+++ /dev/null
@@ -1,911 +0,0 @@
-# Makefile.in generated by automake 1.15 from Makefile.am.
-# @configure_input@
-
-# Copyright (C) 1994-2014 Free Software Foundation, Inc.
-
-# This Makefile.in is free software; the Free Software Foundation
-# gives unlimited permission to copy and/or distribute it,
-# with or without modifications, as long as this notice is preserved.
-
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
-# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
-# PARTICULAR PURPOSE.
-
- at SET_MAKE@
-
-# Process this file with automake to produce Makefile.in (in this,
-# and all subdirectories).
-# Makefile.am for pocl/lib/devices.
-# 
-# Copyright (c) 2011 Universidad Rey Juan Carlos
-# 
-# Permission is hereby granted, free of charge, to any person obtaining a copy
-# of this software and associated documentation files (the "Software"), to deal
-# in the Software without restriction, including without limitation the rights
-# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-# copies of the Software, and to permit persons to whom the Software is
-# furnished to do so, subject to the following conditions:
-# 
-# The above copyright notice and this permission notice shall be included in
-# all copies or substantial portions of the Software.
-# 
-# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-# THE SOFTWARE.
-
-
-VPATH = @srcdir@
-am__is_gnu_make = { \
-  if test -z '$(MAKELEVEL)'; then \
-    false; \
-  elif test -n '$(MAKE_HOST)'; then \
-    true; \
-  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
-    true; \
-  else \
-    false; \
-  fi; \
-}
-am__make_running_with_option = \
-  case $${target_option-} in \
-      ?) ;; \
-      *) echo "am__make_running_with_option: internal error: invalid" \
-              "target option '$${target_option-}' specified" >&2; \
-         exit 1;; \
-  esac; \
-  has_opt=no; \
-  sane_makeflags=$$MAKEFLAGS; \
-  if $(am__is_gnu_make); then \
-    sane_makeflags=$$MFLAGS; \
-  else \
-    case $$MAKEFLAGS in \
-      *\\[\ \	]*) \
-        bs=\\; \
-        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
-          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
-    esac; \
-  fi; \
-  skip_next=no; \
-  strip_trailopt () \
-  { \
-    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
-  }; \
-  for flg in $$sane_makeflags; do \
-    test $$skip_next = yes && { skip_next=no; continue; }; \
-    case $$flg in \
-      *=*|--*) continue;; \
-        -*I) strip_trailopt 'I'; skip_next=yes;; \
-      -*I?*) strip_trailopt 'I';; \
-        -*O) strip_trailopt 'O'; skip_next=yes;; \
-      -*O?*) strip_trailopt 'O';; \
-        -*l) strip_trailopt 'l'; skip_next=yes;; \
-      -*l?*) strip_trailopt 'l';; \
-      -[dEDm]) skip_next=yes;; \
-      -[JT]) skip_next=yes;; \
-    esac; \
-    case $$flg in \
-      *$$target_option*) has_opt=yes; break;; \
-    esac; \
-  done; \
-  test $$has_opt = yes
-am__make_dryrun = (target_option=n; $(am__make_running_with_option))
-am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
-pkgdatadir = $(datadir)/@PACKAGE@
-pkgincludedir = $(includedir)/@PACKAGE@
-pkglibdir = $(libdir)/@PACKAGE@
-pkglibexecdir = $(libexecdir)/@PACKAGE@
-am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
-install_sh_DATA = $(install_sh) -c -m 644
-install_sh_PROGRAM = $(install_sh) -c
-install_sh_SCRIPT = $(install_sh) -c
-INSTALL_HEADER = $(INSTALL_DATA)
-transform = $(program_transform_name)
-NORMAL_INSTALL = :
-PRE_INSTALL = :
-POST_INSTALL = :
-NORMAL_UNINSTALL = :
-PRE_UNINSTALL = :
-POST_UNINSTALL = :
-build_triplet = @build@
-host_triplet = @host@
-target_triplet = @target@
-subdir = lib/CL/devices/tce
-ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
-am__aclocal_m4_deps = $(top_srcdir)/m4/ax_boost_base.m4 \
-	$(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
-	$(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
-	$(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/acinclude.m4 \
-	$(top_srcdir)/configure.ac
-am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
-	$(ACLOCAL_M4)
-DIST_COMMON = $(srcdir)/Makefile.am $(dist_pkgdata_DATA) \
-	$(am__DIST_COMMON)
-mkinstalldirs = $(install_sh) -d
-CONFIG_HEADER = $(top_builddir)/config.h
-CONFIG_CLEAN_FILES =
-CONFIG_CLEAN_VPATH_FILES =
-LTLIBRARIES = $(noinst_LTLIBRARIES)
-libpocl_devices_tce_la_DEPENDENCIES =  \
-	ttasim/libpocl-devices-tce-ttasim.la
-am_libpocl_devices_tce_la_OBJECTS =  \
-	libpocl_devices_tce_la-tce_common.lo
-libpocl_devices_tce_la_OBJECTS = $(am_libpocl_devices_tce_la_OBJECTS)
-AM_V_lt = $(am__v_lt_ at AM_V@)
-am__v_lt_ = $(am__v_lt_ at AM_DEFAULT_V@)
-am__v_lt_0 = --silent
-am__v_lt_1 = 
-libpocl_devices_tce_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX \
-	$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \
-	$(libpocl_devices_tce_la_CXXFLAGS) $(CXXFLAGS) \
-	$(libpocl_devices_tce_la_LDFLAGS) $(LDFLAGS) -o $@
-AM_V_P = $(am__v_P_ at AM_V@)
-am__v_P_ = $(am__v_P_ at AM_DEFAULT_V@)
-am__v_P_0 = false
-am__v_P_1 = :
-AM_V_GEN = $(am__v_GEN_ at AM_V@)
-am__v_GEN_ = $(am__v_GEN_ at AM_DEFAULT_V@)
-am__v_GEN_0 = @echo "  GEN     " $@;
-am__v_GEN_1 = 
-AM_V_at = $(am__v_at_ at AM_V@)
-am__v_at_ = $(am__v_at_ at AM_DEFAULT_V@)
-am__v_at_0 = @
-am__v_at_1 = 
-DEFAULT_INCLUDES = -I. at am__isrc@ -I$(top_builddir)
-depcomp = $(SHELL) $(top_srcdir)/config/depcomp
-am__depfiles_maybe = depfiles
-am__mv = mv -f
-CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
-	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
-LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
-	$(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \
-	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
-	$(AM_CXXFLAGS) $(CXXFLAGS)
-AM_V_CXX = $(am__v_CXX_ at AM_V@)
-am__v_CXX_ = $(am__v_CXX_ at AM_DEFAULT_V@)
-am__v_CXX_0 = @echo "  CXX     " $@;
-am__v_CXX_1 = 
-CXXLD = $(CXX)
-CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
-	$(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \
-	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
-AM_V_CXXLD = $(am__v_CXXLD_ at AM_V@)
-am__v_CXXLD_ = $(am__v_CXXLD_ at AM_DEFAULT_V@)
-am__v_CXXLD_0 = @echo "  CXXLD   " $@;
-am__v_CXXLD_1 = 
-COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
-	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
-LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
-	$(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
-	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
-	$(AM_CFLAGS) $(CFLAGS)
-AM_V_CC = $(am__v_CC_ at AM_V@)
-am__v_CC_ = $(am__v_CC_ at AM_DEFAULT_V@)
-am__v_CC_0 = @echo "  CC      " $@;
-am__v_CC_1 = 
-CCLD = $(CC)
-LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
-	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
-AM_V_CCLD = $(am__v_CCLD_ at AM_V@)
-am__v_CCLD_ = $(am__v_CCLD_ at AM_DEFAULT_V@)
-am__v_CCLD_0 = @echo "  CCLD    " $@;
-am__v_CCLD_1 = 
-SOURCES = $(libpocl_devices_tce_la_SOURCES)
-DIST_SOURCES = $(libpocl_devices_tce_la_SOURCES)
-RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
-	ctags-recursive dvi-recursive html-recursive info-recursive \
-	install-data-recursive install-dvi-recursive \
-	install-exec-recursive install-html-recursive \
-	install-info-recursive install-pdf-recursive \
-	install-ps-recursive install-recursive installcheck-recursive \
-	installdirs-recursive pdf-recursive ps-recursive \
-	tags-recursive uninstall-recursive
-am__can_run_installinfo = \
-  case $$AM_UPDATE_INFO_DIR in \
-    n|no|NO) false;; \
-    *) (install-info --version) >/dev/null 2>&1;; \
-  esac
-am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
-am__vpath_adj = case $$p in \
-    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
-    *) f=$$p;; \
-  esac;
-am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
-am__install_max = 40
-am__nobase_strip_setup = \
-  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
-am__nobase_strip = \
-  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
-am__nobase_list = $(am__nobase_strip_setup); \
-  for p in $$list; do echo "$$p $$p"; done | \
-  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
-  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
-    if (++n[$$2] == $(am__install_max)) \
-      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
-    END { for (dir in files) print dir, files[dir] }'
-am__base_list = \
-  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
-  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
-am__uninstall_files_from_dir = { \
-  test -z "$$files" \
-    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
-    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
-         $(am__cd) "$$dir" && rm -f $$files; }; \
-  }
-am__installdirs = "$(DESTDIR)$(pkgdatadir)"
-DATA = $(dist_pkgdata_DATA)
-RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
-  distclean-recursive maintainer-clean-recursive
-am__recursive_targets = \
-  $(RECURSIVE_TARGETS) \
-  $(RECURSIVE_CLEAN_TARGETS) \
-  $(am__extra_recursive_targets)
-AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
-	distdir
-am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
-# Read a list of newline-separated strings from the standard input,
-# and print each of them once, without duplicates.  Input order is
-# *not* preserved.
-am__uniquify_input = $(AWK) '\
-  BEGIN { nonempty = 0; } \
-  { items[$$0] = 1; nonempty = 1; } \
-  END { if (nonempty) { for (i in items) print i; }; } \
-'
-# Make sure the list of sources is unique.  This is necessary because,
-# e.g., the same source file might be shared among _SOURCES variables
-# for different programs/libraries.
-am__define_uniq_tagged_files = \
-  list='$(am__tagged_files)'; \
-  unique=`for i in $$list; do \
-    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
-  done | $(am__uniquify_input)`
-ETAGS = etags
-CTAGS = ctags
-DIST_SUBDIRS = $(SUBDIRS)
-am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/config/depcomp
-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
-am__relativize = \
-  dir0=`pwd`; \
-  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
-  sed_rest='s,^[^/]*/*,,'; \
-  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
-  sed_butlast='s,/*[^/]*$$,,'; \
-  while test -n "$$dir1"; do \
-    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
-    if test "$$first" != "."; then \
-      if test "$$first" = ".."; then \
-        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
-        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
-      else \
-        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
-        if test "$$first2" = "$$first"; then \
-          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
-        else \
-          dir2="../$$dir2"; \
-        fi; \
-        dir0="$$dir0"/"$$first"; \
-      fi; \
-    fi; \
-    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
-  done; \
-  reldir="$$dir2"
-ACLOCAL = @ACLOCAL@
-AMTAR = @AMTAR@
-AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
-AR = @AR@
-AUTOCONF = @AUTOCONF@
-AUTOHEADER = @AUTOHEADER@
-AUTOMAKE = @AUTOMAKE@
-AWK = @AWK@
-BOOST_CPPFLAGS = @BOOST_CPPFLAGS@
-BOOST_LDFLAGS = @BOOST_LDFLAGS@
-BUILD_TIMESTAMP = @BUILD_TIMESTAMP@
-CC = @CC@
-CCDEPMODE = @CCDEPMODE@
-CFLAGS = @CFLAGS@
-CLANG = @CLANG@
-CLANGXX = @CLANGXX@
-CLANGXX_FLAGS = @CLANGXX_FLAGS@
-CLFLAGS = @CLFLAGS@
-CPP = @CPP@
-CPPFLAGS = @CPPFLAGS@
-CXX = @CXX@
-CXXCPP = @CXXCPP@
-CXXDEPMODE = @CXXDEPMODE@
-CXXFLAGS = @CXXFLAGS@
-CYGPATH_W = @CYGPATH_W@
-DEFS = @DEFS@
-DEPDIR = @DEPDIR@
-DLLTOOL = @DLLTOOL@
-DSYMUTIL = @DSYMUTIL@
-DUMPBIN = @DUMPBIN@
-ECHO_C = @ECHO_C@
-ECHO_N = @ECHO_N@
-ECHO_T = @ECHO_T@
-EGREP = @EGREP@
-EXEEXT = @EXEEXT@
-FGREP = @FGREP@
-FORCED_CLFLAGS = @FORCED_CLFLAGS@
-GLEW_CFLAGS = @GLEW_CFLAGS@
-GLEW_LIBS = @GLEW_LIBS@
-GREP = @GREP@
-HOST = @HOST@
-HOST_AS_FLAGS = @HOST_AS_FLAGS@
-HOST_CLANG_FLAGS = @HOST_CLANG_FLAGS@
-HOST_CPU = @HOST_CPU@
-HOST_DEVICE_EXTENSION_DEFINES = @HOST_DEVICE_EXTENSION_DEFINES@
-HOST_LD_FLAGS = @HOST_LD_FLAGS@
-HOST_LLC_FLAGS = @HOST_LLC_FLAGS@
-HOST_SIZEOF_DOUBLE = @HOST_SIZEOF_DOUBLE@
-HOST_SIZEOF_HALF = @HOST_SIZEOF_HALF@
-HOST_SIZEOF_LONG = @HOST_SIZEOF_LONG@
-HOST_SIZEOF_VOID_P = @HOST_SIZEOF_VOID_P@
-HSAILASM = @HSAILASM@
-HSA_DEVICE_EXTENSION_DEFINES = @HSA_DEVICE_EXTENSION_DEFINES@
-HSA_INCLUDES = @HSA_INCLUDES@
-HSA_LIBS = @HSA_LIBS@
-HWLOC_CFLAGS = @HWLOC_CFLAGS@
-HWLOC_LIBS = @HWLOC_LIBS@
-ICD_LD_FLAGS = @ICD_LD_FLAGS@
-INSTALL = @INSTALL@
-INSTALL_DATA = @INSTALL_DATA@
-INSTALL_PROGRAM = @INSTALL_PROGRAM@
-INSTALL_SCRIPT = @INSTALL_SCRIPT@
-INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
-KERNEL_COMPILER_LIB_VERSION = @KERNEL_COMPILER_LIB_VERSION@
-LD = @LD@
-LDFLAGS = @LDFLAGS@
-LD_FLAGS_BIN = @LD_FLAGS_BIN@
-LIBOBJS = @LIBOBJS@
-LIBRARY_SUFFIX = @LIBRARY_SUFFIX@
-LIBS = @LIBS@
-LIBTOOL = @LIBTOOL@
-LIB_AGE_VERSION = @LIB_AGE_VERSION@
-LIB_CURRENT_VERSION = @LIB_CURRENT_VERSION@
-LIB_FIRST_VERSION = @LIB_FIRST_VERSION@
-LIB_REVISION_VERSION = @LIB_REVISION_VERSION@
-LIB_VERSION = @LIB_VERSION@
-LIPO = @LIPO@
-LLC = @LLC@
-LLVM_AS = @LLVM_AS@
-LLVM_CONFIG = @LLVM_CONFIG@
-LLVM_CXX_FLAGS = @LLVM_CXX_FLAGS@
-LLVM_LDFLAGS = @LLVM_LDFLAGS@
-LLVM_LIBS = @LLVM_LIBS@
-LLVM_LINK = @LLVM_LINK@
-LLVM_OPT = @LLVM_OPT@
-LLVM_VERSION = @LLVM_VERSION@
-LN_S = @LN_S@
-LTDL_LIBS = @LTDL_LIBS@
-LTLIBOBJS = @LTLIBOBJS@
-LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
-MAKEINFO = @MAKEINFO@
-MANIFEST_TOOL = @MANIFEST_TOOL@
-MKDIR_P = @MKDIR_P@
-NM = @NM@
-NMEDIT = @NMEDIT@
-OBJDUMP = @OBJDUMP@
-OBJEXT = @OBJEXT@
-OCL_ICD_CFLAGS = @OCL_ICD_CFLAGS@
-OCL_ICD_LIBS = @OCL_ICD_LIBS@
-OCL_KERNEL_ARCH = @OCL_KERNEL_ARCH@
-OCL_KERNEL_TARGET = @OCL_KERNEL_TARGET@
-OCL_KERNEL_TARGET_CPU = @OCL_KERNEL_TARGET_CPU@
-OCL_TARGETS = @OCL_TARGETS@
-OPENCL_CFLAGS = @OPENCL_CFLAGS@
-OPENCL_CMAKE = @OPENCL_CMAKE@
-OPENCL_EXTLIBS = @OPENCL_EXTLIBS@
-OPENCL_LIBS = @OPENCL_LIBS@
-OPT = @OPT@
-OTOOL = @OTOOL@
-OTOOL64 = @OTOOL64@
-PACKAGE = @PACKAGE@
-PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
-PACKAGE_NAME = @PACKAGE_NAME@
-PACKAGE_STRING = @PACKAGE_STRING@
-PACKAGE_TARNAME = @PACKAGE_TARNAME@
-PACKAGE_URL = @PACKAGE_URL@
-PACKAGE_VERSION = @PACKAGE_VERSION@
-PATH_SEPARATOR = @PATH_SEPARATOR@
-PKG_CONFIG = @PKG_CONFIG@
-PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
-PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
-POAT_TESTSUITES = @POAT_TESTSUITES@
-POCL_DEVICE_ADDRESS_BITS = @POCL_DEVICE_ADDRESS_BITS@
-PTHREAD_CC = @PTHREAD_CC@
-PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
-PTHREAD_LIBS = @PTHREAD_LIBS@
-RANLIB = @RANLIB@
-SDL_CFLAGS = @SDL_CFLAGS@
-SDL_LIBS = @SDL_LIBS@
-SED = @SED@
-SET_MAKE = @SET_MAKE@
-SHELL = @SHELL@
-STRIP = @STRIP@
-TARGET = @TARGET@
-TARGET_CLANG_FLAGS = @TARGET_CLANG_FLAGS@
-TARGET_CPU = @TARGET_CPU@
-TARGET_LLC_FLAGS = @TARGET_LLC_FLAGS@
-TARGET_SIZEOF_DOUBLE = @TARGET_SIZEOF_DOUBLE@
-TARGET_SIZEOF_HALF = @TARGET_SIZEOF_HALF@
-TARGET_SIZEOF_LONG = @TARGET_SIZEOF_LONG@
-TARGET_SIZEOF_VOID_P = @TARGET_SIZEOF_VOID_P@
-TCECC = @TCECC@
-TCEMC_AVAILABLE = @TCEMC_AVAILABLE@
-TCE_AVAILABLE = @TCE_AVAILABLE@
-TCE_CONFIG = @TCE_CONFIG@
-TCE_DEVICE_EXTENSION_DEFINES = @TCE_DEVICE_EXTENSION_DEFINES@
-VERSION = @VERSION@
-abs_builddir = @abs_builddir@
-abs_srcdir = @abs_srcdir@
-abs_top_builddir = @abs_top_builddir@
-abs_top_srcdir = @abs_top_srcdir@
-ac_ct_AR = @ac_ct_AR@
-ac_ct_CC = @ac_ct_CC@
-ac_ct_CXX = @ac_ct_CXX@
-ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
-acx_pthread_config = @acx_pthread_config@
-am__include = @am__include@
-am__leading_dot = @am__leading_dot@
-am__quote = @am__quote@
-am__tar = @am__tar@
-am__untar = @am__untar@
-bindir = @bindir@
-build = @build@
-build_alias = @build_alias@
-build_cpu = @build_cpu@
-build_os = @build_os@
-build_vendor = @build_vendor@
-builddir = @builddir@
-datadir = @datadir@
-datarootdir = @datarootdir@
-docdir = @docdir@
-dvidir = @dvidir@
-exec_prefix = @exec_prefix@
-host = @host@
-host_alias = @host_alias@
-host_cpu = @host_cpu@
-host_os = @host_os@
-host_vendor = @host_vendor@
-htmldir = @htmldir@
-includedir = @includedir@
-infodir = @infodir@
-install_sh = @install_sh@
-libdir = @libdir@
-libexecdir = @libexecdir@
-localedir = @localedir@
-localstatedir = @localstatedir@
-mandir = @mandir@
-mkdir_p = @mkdir_p@
-oldincludedir = @oldincludedir@
-pdfdir = @pdfdir@
-prefix = @prefix@
-program_transform_name = @program_transform_name@
-psdir = @psdir@
-sbindir = @sbindir@
-sharedstatedir = @sharedstatedir@
-srcdir = @srcdir@
-sysconfdir = @sysconfdir@
-target = @target@
-target_alias = @target_alias@
-target_cpu = @target_cpu@
-target_os = @target_os@
-target_vendor = @target_vendor@
-top_build_prefix = @top_build_prefix@
-top_builddir = @top_builddir@
-top_srcdir = @top_srcdir@
-SUBDIRS = ttasim
-noinst_LTLIBRARIES = libpocl-devices-tce.la
-libpocl_devices_tce_la_SOURCES = tce_common.h tce_common.cc
-libpocl_devices_tce_la_LIBADD = ttasim/libpocl-devices-tce-ttasim.la
-libpocl_devices_tce_la_LDFLAGS = -lltdl @PTHREAD_CFLAGS@ --version-info ${LIB_VERSION}
-libpocl_devices_tce_la_CPPFLAGS = `@TCE_CONFIG@ --includes` -I$(top_srcdir)/fix-include -I$(top_srcdir)/include \
--I$(top_srcdir)/lib/CL/devices -I$(top_srcdir)/lib/CL/devices/tce \
--I$(top_srcdir)/lib/CL $(OCL_ICD_CFLAGS)
-
-libpocl_devices_tce_la_CXXFLAGS = `@TCE_CONFIG@ --cxxflags`
-dist_pkgdata_DATA = tta_device_main.c
-EXTRA_DIST = CMakeLists.txt
-all: all-recursive
-
-.SUFFIXES:
-.SUFFIXES: .cc .lo .o .obj
-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
-	@for dep in $?; do \
-	  case '$(am__configure_deps)' in \
-	    *$$dep*) \
-	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
-	        && { if test -f $@; then exit 0; else break; fi; }; \
-	      exit 1;; \
-	  esac; \
-	done; \
-	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign lib/CL/devices/tce/Makefile'; \
-	$(am__cd) $(top_srcdir) && \
-	  $(AUTOMAKE) --foreign lib/CL/devices/tce/Makefile
-Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
-	@case '$?' in \
-	  *config.status*) \
-	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
-	  *) \
-	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
-	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
-	esac;
-
-$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
-	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-
-$(top_srcdir)/configure:  $(am__configure_deps)
-	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
-	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-$(am__aclocal_m4_deps):
-
-clean-noinstLTLIBRARIES:
-	-test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
-	@list='$(noinst_LTLIBRARIES)'; \
-	locs=`for p in $$list; do echo $$p; done | \
-	      sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
-	      sort -u`; \
-	test -z "$$locs" || { \
-	  echo rm -f $${locs}; \
-	  rm -f $${locs}; \
-	}
-
-libpocl-devices-tce.la: $(libpocl_devices_tce_la_OBJECTS) $(libpocl_devices_tce_la_DEPENDENCIES) $(EXTRA_libpocl_devices_tce_la_DEPENDENCIES) 
-	$(AM_V_CXXLD)$(libpocl_devices_tce_la_LINK)  $(libpocl_devices_tce_la_OBJECTS) $(libpocl_devices_tce_la_LIBADD) $(LIBS)
-
-mostlyclean-compile:
-	-rm -f *.$(OBJEXT)
-
-distclean-compile:
-	-rm -f *.tab.c
-
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libpocl_devices_tce_la-tce_common.Plo at am__quote@
-
-.cc.o:
- at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
- at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXXCOMPILE) -c -o $@ $<
-
-.cc.obj:
- at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
- at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
-
-.cc.lo:
- at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
- at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(LTCXXCOMPILE) -c -o $@ $<
-
-libpocl_devices_tce_la-tce_common.lo: tce_common.cc
- at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpocl_devices_tce_la_CPPFLAGS) $(CPPFLAGS) $(libpocl_devices_tce_la_CXXFLAGS) $(CXXFLAGS) -MT libpocl_devices_tce_la-tce_common.lo -MD -MP -MF $(DEPDIR)/libpocl_devices_tce_la-tce_common.Tpo -c -o libpocl_devices_tce_la-tce_common.lo `test -f 'tce_common.cc' || echo '$(srcdir)/'`tce_common.cc
- at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libpocl_devices_tce_la-tce_common.Tpo $(DEPDIR)/libpocl_devices_tce_la-tce_common.Plo
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='tce_common.cc' object='libpocl_devices_tce_la-tce_common.lo' libtool=yes @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpocl_devices_tce_la_CPPFLAGS) $(CPPFLAGS) $(libpocl_devices_tce_la_CXXFLAGS) $(CXXFLAGS) -c -o libpocl_devices_tce_la-tce_common.lo `test -f 'tce_common.cc' || echo '$(srcdir)/'`tce_common.cc
-
-mostlyclean-libtool:
-	-rm -f *.lo
-
-clean-libtool:
-	-rm -rf .libs _libs
-install-dist_pkgdataDATA: $(dist_pkgdata_DATA)
-	@$(NORMAL_INSTALL)
-	@list='$(dist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \
-	if test -n "$$list"; then \
-	  echo " $(MKDIR_P) '$(DESTDIR)$(pkgdatadir)'"; \
-	  $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)" || exit 1; \
-	fi; \
-	for p in $$list; do \
-	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
-	  echo "$$d$$p"; \
-	done | $(am__base_list) | \
-	while read files; do \
-	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgdatadir)'"; \
-	  $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgdatadir)" || exit $$?; \
-	done
-
-uninstall-dist_pkgdataDATA:
-	@$(NORMAL_UNINSTALL)
-	@list='$(dist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \
-	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
-	dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir)
-
-# This directory's subdirectories are mostly independent; you can cd
-# into them and run 'make' without going through this Makefile.
-# To change the values of 'make' variables: instead of editing Makefiles,
-# (1) if the variable is set in 'config.status', edit 'config.status'
-#     (which will cause the Makefiles to be regenerated when you run 'make');
-# (2) otherwise, pass the desired values on the 'make' command line.
-$(am__recursive_targets):
-	@fail=; \
-	if $(am__make_keepgoing); then \
-	  failcom='fail=yes'; \
-	else \
-	  failcom='exit 1'; \
-	fi; \
-	dot_seen=no; \
-	target=`echo $@ | sed s/-recursive//`; \
-	case "$@" in \
-	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
-	  *) list='$(SUBDIRS)' ;; \
-	esac; \
-	for subdir in $$list; do \
-	  echo "Making $$target in $$subdir"; \
-	  if test "$$subdir" = "."; then \
-	    dot_seen=yes; \
-	    local_target="$$target-am"; \
-	  else \
-	    local_target="$$target"; \
-	  fi; \
-	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
-	  || eval $$failcom; \
-	done; \
-	if test "$$dot_seen" = "no"; then \
-	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
-	fi; test -z "$$fail"
-
-ID: $(am__tagged_files)
-	$(am__define_uniq_tagged_files); mkid -fID $$unique
-tags: tags-recursive
-TAGS: tags
-
-tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
-	set x; \
-	here=`pwd`; \
-	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
-	  include_option=--etags-include; \
-	  empty_fix=.; \
-	else \
-	  include_option=--include; \
-	  empty_fix=; \
-	fi; \
-	list='$(SUBDIRS)'; for subdir in $$list; do \
-	  if test "$$subdir" = .; then :; else \
-	    test ! -f $$subdir/TAGS || \
-	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
-	  fi; \
-	done; \
-	$(am__define_uniq_tagged_files); \
-	shift; \
-	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
-	  test -n "$$unique" || unique=$$empty_fix; \
-	  if test $$# -gt 0; then \
-	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
-	      "$$@" $$unique; \
-	  else \
-	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
-	      $$unique; \
-	  fi; \
-	fi
-ctags: ctags-recursive
-
-CTAGS: ctags
-ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
-	$(am__define_uniq_tagged_files); \
-	test -z "$(CTAGS_ARGS)$$unique" \
-	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
-	     $$unique
-
-GTAGS:
-	here=`$(am__cd) $(top_builddir) && pwd` \
-	  && $(am__cd) $(top_srcdir) \
-	  && gtags -i $(GTAGS_ARGS) "$$here"
-cscopelist: cscopelist-recursive
-
-cscopelist-am: $(am__tagged_files)
-	list='$(am__tagged_files)'; \
-	case "$(srcdir)" in \
-	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
-	  *) sdir=$(subdir)/$(srcdir) ;; \
-	esac; \
-	for i in $$list; do \
-	  if test -f "$$i"; then \
-	    echo "$(subdir)/$$i"; \
-	  else \
-	    echo "$$sdir/$$i"; \
-	  fi; \
-	done >> $(top_builddir)/cscope.files
-
-distclean-tags:
-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
-
-distdir: $(DISTFILES)
-	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
-	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
-	list='$(DISTFILES)'; \
-	  dist_files=`for file in $$list; do echo $$file; done | \
-	  sed -e "s|^$$srcdirstrip/||;t" \
-	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
-	case $$dist_files in \
-	  */*) $(MKDIR_P) `echo "$$dist_files" | \
-			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
-			   sort -u` ;; \
-	esac; \
-	for file in $$dist_files; do \
-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
-	  if test -d $$d/$$file; then \
-	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
-	    if test -d "$(distdir)/$$file"; then \
-	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
-	    fi; \
-	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
-	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
-	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
-	    fi; \
-	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
-	  else \
-	    test -f "$(distdir)/$$file" \
-	    || cp -p $$d/$$file "$(distdir)/$$file" \
-	    || exit 1; \
-	  fi; \
-	done
-	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
-	  if test "$$subdir" = .; then :; else \
-	    $(am__make_dryrun) \
-	      || test -d "$(distdir)/$$subdir" \
-	      || $(MKDIR_P) "$(distdir)/$$subdir" \
-	      || exit 1; \
-	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
-	    $(am__relativize); \
-	    new_distdir=$$reldir; \
-	    dir1=$$subdir; dir2="$(top_distdir)"; \
-	    $(am__relativize); \
-	    new_top_distdir=$$reldir; \
-	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
-	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
-	    ($(am__cd) $$subdir && \
-	      $(MAKE) $(AM_MAKEFLAGS) \
-	        top_distdir="$$new_top_distdir" \
-	        distdir="$$new_distdir" \
-		am__remove_distdir=: \
-		am__skip_length_check=: \
-		am__skip_mode_fix=: \
-	        distdir) \
-	      || exit 1; \
-	  fi; \
-	done
-check-am: all-am
-check: check-recursive
-all-am: Makefile $(LTLIBRARIES) $(DATA)
-installdirs: installdirs-recursive
-installdirs-am:
-	for dir in "$(DESTDIR)$(pkgdatadir)"; do \
-	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
-	done
-install: install-recursive
-install-exec: install-exec-recursive
-install-data: install-data-recursive
-uninstall: uninstall-recursive
-
-install-am: all-am
-	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
-
-installcheck: installcheck-recursive
-install-strip:
-	if test -z '$(STRIP)'; then \
-	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
-	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
-	      install; \
-	else \
-	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
-	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
-	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
-	fi
-mostlyclean-generic:
-
-clean-generic:
-
-distclean-generic:
-	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
-	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
-
-maintainer-clean-generic:
-	@echo "This command is intended for maintainers to use"
-	@echo "it deletes files that may require special tools to rebuild."
-clean: clean-recursive
-
-clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
-	mostlyclean-am
-
-distclean: distclean-recursive
-	-rm -rf ./$(DEPDIR)
-	-rm -f Makefile
-distclean-am: clean-am distclean-compile distclean-generic \
-	distclean-tags
-
-dvi: dvi-recursive
-
-dvi-am:
-
-html: html-recursive
-
-html-am:
-
-info: info-recursive
-
-info-am:
-
-install-data-am: install-dist_pkgdataDATA
-
-install-dvi: install-dvi-recursive
-
-install-dvi-am:
-
-install-exec-am:
-
-install-html: install-html-recursive
-
-install-html-am:
-
-install-info: install-info-recursive
-
-install-info-am:
-
-install-man:
-
-install-pdf: install-pdf-recursive
-
-install-pdf-am:
-
-install-ps: install-ps-recursive
-
-install-ps-am:
-
-installcheck-am:
-
-maintainer-clean: maintainer-clean-recursive
-	-rm -rf ./$(DEPDIR)
-	-rm -f Makefile
-maintainer-clean-am: distclean-am maintainer-clean-generic
-
-mostlyclean: mostlyclean-recursive
-
-mostlyclean-am: mostlyclean-compile mostlyclean-generic \
-	mostlyclean-libtool
-
-pdf: pdf-recursive
-
-pdf-am:
-
-ps: ps-recursive
-
-ps-am:
-
-uninstall-am: uninstall-dist_pkgdataDATA
-
-.MAKE: $(am__recursive_targets) install-am install-strip
-
-.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
-	check-am clean clean-generic clean-libtool \
-	clean-noinstLTLIBRARIES cscopelist-am ctags ctags-am distclean \
-	distclean-compile distclean-generic distclean-libtool \
-	distclean-tags distdir dvi dvi-am html html-am info info-am \
-	install install-am install-data install-data-am \
-	install-dist_pkgdataDATA install-dvi install-dvi-am \
-	install-exec install-exec-am install-html install-html-am \
-	install-info install-info-am install-man install-pdf \
-	install-pdf-am install-ps install-ps-am install-strip \
-	installcheck installcheck-am installdirs installdirs-am \
-	maintainer-clean maintainer-clean-generic mostlyclean \
-	mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
-	pdf pdf-am ps ps-am tags tags-am uninstall uninstall-am \
-	uninstall-dist_pkgdataDATA
-
-.PRECIOUS: Makefile
-
-
-# Tell versions [3.59,3.63) of GNU make to not export all variables.
-# Otherwise a system limit (for SysV at least) may be exceeded.
-.NOEXPORT:
diff --git a/lib/CL/devices/tce/tce_common.cc b/lib/CL/devices/tce/tce_common.cc
index 336ab30..677acbc 100644
--- a/lib/CL/devices/tce/tce_common.cc
+++ b/lib/CL/devices/tce/tce_common.cc
@@ -22,6 +22,8 @@
 */
 #include "tce_common.h"
 #include "pocl_util.h"
+#include "utlist.h"
+#include "common.h"
 
 #include "config.h"
 #include "install-paths.h"
@@ -57,16 +59,21 @@ using namespace TTAMachine;
 
 #define COMMAND_LENGTH 256
 #define WORKGROUP_STRING_LENGTH 1024
-#define max(a,b) (((a) > (b)) ? (a) : (b))
 
-#define ALIGNMENT (max(ALIGNOF_FLOAT16, ALIGNOF_DOUBLE16))
+#include <algorithm>
+
+#define ALIGNMENT (std::max(ALIGNOF_FLOAT16, ALIGNOF_DOUBLE16))
 
 //#define DEBUG_TTA_DRIVER
 
 TCEDevice::TCEDevice(cl_device_id dev, const char* adfName) :
   local_as(NULL), global_as(NULL), private_as(NULL), machine_file(adfName), parent(dev),
-  currentProgram(NULL), curKernelAddr(0), curKernel(NULL), globalCycleCount(0) {
+  currentProgram(NULL), curKernelAddr(0), curKernel(NULL), globalCycleCount(0),
+  ready_list(NULL), command_list(NULL) {
   parent->data = this;
+  pthread_mutex_init (&cq_lock, NULL);
+  dev->address_bits = 32;
+  dev->autolocals_to_args = 1;
 #if defined(WORDS_BIGENDIAN) && WORDS_BIGENDIAN == 1
   needsByteSwap = false;
 #else
@@ -120,12 +127,8 @@ TCEDevice::findDataMemoryAddresses() {
   assert (prog != NULL);
 
   const TTAProgram::GlobalScope& globalScope = prog->globalScopeConst();
-  
-  try {
-    commandQueueAddr = globalScope.dataLabel("kernel_command").address().location();
-  } catch (const KeyNotFound& e) {
-    POCL_ABORT ("Could not find the shared data structures from the device binary.");
-  }    
+
+  commandQueueAddr = global_as->start() + TTA_UNALLOCATED_GLOBAL_SPACE;
 }
 
 void
@@ -193,10 +196,13 @@ TCEDevice::initMemoryManagement(const TTAMachine::Machine& mach) {
   init_mem_region 
     (&local_mem, (memory_address_t)local_as->start(), parent->local_mem_size);
   init_mem_region 
-    (&global_mem, (memory_address_t)global_as->start() + TTA_UNALLOCATED_GLOBAL_SPACE, 
+    (&global_mem, (memory_address_t)global_as->start() + TTA_UNALLOCATED_GLOBAL_SPACE + sizeof(__kernel_exec_cmd),
      parent->global_mem_size);
 }
 
+#define SUBST(x) "  -DKERNEL_EXE_CMD_OFFSET=" # x
+#define OFFSET_ARG(c) SUBST(c)
+
 TCEString
 TCEDevice::tceccCommandLine
 (_cl_command_run *run_cmd, const TCEString& inputSrc, 
@@ -227,6 +233,8 @@ TCEDevice::tceccCommandLine
   if (isMultiCoreMachine())
     extraFlags += " -ldthread -lsync-lu -llockunit";
 
+  extraFlags += OFFSET_ARG(TTA_UNALLOCATED_GLOBAL_SPACE);
+
   TCEString tempDir = run_cmd->tmp_dir;
 
   std::string kernelObjSrc = "";
@@ -237,10 +245,6 @@ TCEDevice::tceccCommandLine
     extraFlags += " " + 
       TCEString(pocl_get_string_option("POCL_TCECC_EXTRA_FLAGS", ""));
 
-  std::string userProgramBuildOptions;
-  if (run_cmd->kernel->program->compiler_options != NULL)
-    userProgramBuildOptions = run_cmd->kernel->program->compiler_options;
-
   std::string kernelMdSymbolName = "_";
   kernelMdSymbolName += run_cmd->kernel->name;
   kernelMdSymbolName += "_md";
@@ -250,7 +254,7 @@ TCEDevice::tceccCommandLine
      use case when producing the kernel capture scripts. */
   TCEString cmdLine;
   cmdLine << "tcecc -llwpr " + poclIncludePathSwitch + " " + deviceMainSrc + " " + 
-    userProgramBuildOptions + " " + kernelObjSrc + " " + inputSrc + 
+    " " + kernelObjSrc + " " + inputSrc +
     " -k " + kernelMdSymbolName +
     " -g -O3 --emit-llvm -o " + programBcFile + " " + extraFlags + ";";
 
@@ -313,51 +317,62 @@ pocl_tce_malloc (void *device_data, cl_mem_flags flags,
 }
 
 cl_int
-pocl_tce_alloc_mem_obj (cl_device_id device, cl_mem mem_obj)
+pocl_tce_alloc_mem_obj (cl_device_id device, cl_mem mem_obj, void* host_ptr)
 {
   void *b = NULL;
   cl_int flags = mem_obj->flags;
+  unsigned i;
 
-  /* if memory for this global memory is not yet allocated -> do it */
-  if (mem_obj->device_ptrs[device->global_mem_id].mem_ptr == NULL)
+  /* check if some driver has already allocated memory for this mem_obj 
+     in our global address space, and use that*/
+  for (i = 0; i < mem_obj->context->num_devices; ++i)
     {
-      b = pocl_tce_malloc
-        (device->data, flags, mem_obj->size, mem_obj->mem_host_ptr);
-      if (b == NULL) return CL_MEM_OBJECT_ALLOCATION_FAILURE;
-      mem_obj->device_ptrs[device->global_mem_id].mem_ptr = b;
-      mem_obj->device_ptrs[device->global_mem_id].global_mem_id = 
-        device->global_mem_id;
+      if (!mem_obj->device_ptrs[i].available)
+        continue;
+
+      if (mem_obj->device_ptrs[i].global_mem_id == device->global_mem_id
+          && mem_obj->device_ptrs[i].mem_ptr != NULL)
+        {
+          mem_obj->device_ptrs[device->dev_id].mem_ptr =
+            mem_obj->device_ptrs[i].mem_ptr;
+
+          return CL_SUCCESS;
+        }
     }
-  /* copy already allocated global mem info to devices own slot */
-  mem_obj->device_ptrs[device->dev_id] = 
-    mem_obj->device_ptrs[device->global_mem_id];
-    
+
+  b = pocl_tce_malloc
+    (device->data, flags, mem_obj->size, host_ptr);
+  if (b == NULL) return CL_MEM_OBJECT_ALLOCATION_FAILURE;
+
+  mem_obj->device_ptrs[device->dev_id].mem_ptr = b;
+
   return CL_SUCCESS;
 
 }
 
 void
 pocl_tce_write (void *data, const void *host_ptr, void *device_ptr, 
-                size_t /*offset*/, size_t cb)
+                size_t offset, size_t cb)
 {
   TCEDevice *d = (TCEDevice*)data;
   chunk_info_t *chunk = (chunk_info_t*)device_ptr;
 #ifdef DEBUG_TTA_DRIVER
-  printf("host: write %x %x %u\n", host_ptr, chunk->start_address, cb);
+  printf("host: write %x %x %u\n", host_ptr, chunk->start_address + offset, cb);
 #endif
-  d->copyHostToDevice(host_ptr, chunk->start_address, cb);
+  d->copyHostToDevice(host_ptr, chunk->start_address + offset, cb);
 }
 
 void
 pocl_tce_read (void *data, void *host_ptr, const void *device_ptr, 
-               size_t /*offset*/, size_t cb)
+               size_t offset, size_t cb)
 {
   TCEDevice* d = (TCEDevice*)data;
   chunk_info_t *chunk = (chunk_info_t*)device_ptr;
 #ifdef DEBUG_TTA_DRIVER
-  printf("host: read to %x (host) from %d (device) %u\n", host_ptr, chunk->start_address, cb);
+  printf("host: read to %x (host) from %d (device) %u\n", host_ptr,
+         chunk->start_address + offset, cb);
 #endif
-  d->copyDeviceToHost(chunk->start_address, host_ptr, cb);
+  d->copyDeviceToHost(chunk->start_address + offset, host_ptr, cb);
 }
 
 void *
@@ -385,38 +400,35 @@ pocl_tce_free (cl_device_id device, cl_mem mem_obj)
   free_chunk ((chunk_info_t*) ptr);
 }
 
-void 
-pocl_tce_run 
-(void *data, 
- _cl_command_node* cmd) {
+void
+pocl_tce_compile_kernel(_cl_command_node *cmd,
+                        cl_kernel kernel, cl_device_id device)
+{
 
+  if (cmd->type != CL_COMMAND_NDRANGE_KERNEL)
+    return;
+
+  void* data = cmd->device->data;
   TCEDevice *d = (TCEDevice*)data;
+
   int error;
   char bytecode[POCL_FILENAME_LENGTH];
-  uint32_t kernelAddr;
-  unsigned i;
 
-  assert (data != NULL);
+  assert(d != NULL);
+  assert(cmd->command.run.kernel);
+  assert(cmd->command.run.tmp_dir);
 
   if (d->isNewKernel(&(cmd->command.run))) {
     std::string assemblyFileName(cmd->command.run.tmp_dir);
     assemblyFileName += "/parallel.tpef";
-    
-    std::string kernelMdSymbolName = "_";
-    kernelMdSymbolName += cmd->command.run.kernel->name;
-    kernelMdSymbolName += "_md";
-    
-    std::string userProgramBuildOptions;
-    if (cmd->command.run.kernel->program->compiler_options != NULL)
-      userProgramBuildOptions = cmd->command.run.kernel->program->compiler_options;
-    
+
     if (access (assemblyFileName.c_str(), F_OK) != 0)
       {
         error = snprintf (bytecode, POCL_FILENAME_LENGTH,
                           "%s%s", cmd->command.run.tmp_dir, POCL_PARALLEL_BC_FILENAME);
-        TCEString buildCmd = 
+        TCEString buildCmd =
           d->tceccCommandLine(&cmd->command.run, bytecode, assemblyFileName);
-        
+
 #ifdef DEBUG_TTA_DRIVER
       std::cerr << "CMD: " << buildCmd << std::endl;
 #endif
@@ -424,7 +436,30 @@ pocl_tce_run
       if (error != 0)
         POCL_ABORT("Error while running tcecc.");
       }
-    
+  }
+}
+
+void
+pocl_tce_run(void *data, _cl_command_node* cmd)
+{
+  assert(cmd->type == CL_COMMAND_NDRANGE_KERNEL);
+
+  TCEDevice *d = (TCEDevice*)data;
+  uint32_t kernelAddr;
+  unsigned i;
+
+  assert(d != NULL);
+  assert(cmd->command.run.kernel);
+  assert(cmd->command.run.tmp_dir);
+
+  if (d->isNewKernel(&(cmd->command.run))) {
+    std::string assemblyFileName(cmd->command.run.tmp_dir);
+    assemblyFileName += "/parallel.tpef";
+
+    std::string kernelMdSymbolName = "_";
+    kernelMdSymbolName += cmd->command.run.kernel->name;
+    kernelMdSymbolName += "_md";
+
     try {
       d->loadProgramToDevice(assemblyFileName);
       d->restartProgram();
@@ -569,6 +604,7 @@ pocl_tce_run
              d->readWordFromDevice(d->commandQueueAddr));
       sleep(1);
 #endif
+  usleep(20000);
   } while (d->readWordFromDevice(d->commandQueueAddr) != POCL_KST_FINISHED);
 
 #ifdef DEBUG_TTA_DRIVER
@@ -655,15 +691,14 @@ pocl_tce_init_build(void *data)
   return include_switch;
 }
 
-void 
-pocl_tce_build_hash (void *data, SHA1_CTX *build_hash)
+char *
+pocl_tce_build_hash (cl_device_id device)
 {
-  TCEDevice *tce_dev = (TCEDevice*)data;
+  TCEDevice *tce_dev = (TCEDevice*)device->data;
   FILE* adf_file = fopen (tce_dev->machine_file.c_str(), "r");
   size_t size;
   uint8_t* adf_data = 0;
   const char *extra_flags = NULL;
-  size_t ef_size;
 
   fseek (adf_file, 0 , SEEK_END);
   size = ftell (adf_file);
@@ -671,16 +706,32 @@ pocl_tce_build_hash (void *data, SHA1_CTX *build_hash)
   adf_data = (uint8_t*)malloc (size);
   if (fread (adf_data, 1, size, adf_file) == 0)
       POCL_ABORT ("Could not read ADF.");
-  
-  //TCEString machine_hash = tce->dev->hash();
-  pocl_SHA1_Update (build_hash, adf_data, size);
+
+  SHA1_CTX ctx;
+  uint8_t bin_dig[SHA1_DIGEST_SIZE];
+  pocl_SHA1_Init(&ctx);
+  pocl_SHA1_Update(&ctx, adf_data, size);
+  pocl_SHA1_Final(&ctx, bin_dig);
+
+  char *result = (char *)calloc(1000, sizeof(char));
+  strcpy(result, "tce-");
+  char *temp = result + 4;
+  unsigned i;
+  for (i=0; i < SHA1_DIGEST_SIZE; i++)
+    {
+      *temp++ = (bin_dig[i] & 0x0F) + 65;
+      *temp++ = ((bin_dig[i] & 0xF0) >> 4) + 65;
+    }
+  *temp++ = '_';
+  *temp = 0;
 
   if (pocl_is_option_set("POCL_TCECC_EXTRA_FLAGS"))
     {
       extra_flags = pocl_get_string_option("POCL_TCECC_EXTRA_FLAGS", "");
-      ef_size = strlen (extra_flags);
-      pocl_SHA1_Update (build_hash, (uint8_t*)extra_flags, ef_size);
+      strncpy(temp, extra_flags, (1000-(temp-result)) );
     }
+
+  return result;
 }
 
 void
@@ -785,10 +836,107 @@ pocl_tce_read_rect (void *data,
   for (k = 0; k < region[2]; ++k)
     for (j = 0; j < region[1]; ++j)
       {
-        char const *__restrict h_ptr = adjusted_host_ptr + host_row_pitch * j 
+        char *__restrict__ h_ptr = adjusted_host_ptr + host_row_pitch * j 
           + host_slice_pitch * k;       
         size_t offset = base_offset + buffer_row_pitch * j 
           + buffer_slice_pitch * k;
-        pocl_tce_write (data, h_ptr, device_ptr, offset, region[0]);
+        pocl_tce_read (data, h_ptr, device_ptr, offset, region[0]);
       }
 }
+
+static void tce_command_scheduler (TCEDevice *d) 
+{
+  _cl_command_node *node;
+  
+  /* execute commands from ready list */
+  while ((node = d->ready_list))
+    {
+      assert (pocl_command_is_ready(node->event));
+      CDL_DELETE (d->ready_list, node); 
+      pthread_mutex_unlock (&d->cq_lock);
+      assert (node->event->status == CL_SUBMITTED);
+      if (node->type == CL_COMMAND_NDRANGE_KERNEL)
+        pocl_tce_compile_kernel(node, NULL, NULL);
+      pocl_exec_command(node);
+      pthread_mutex_lock (&d->cq_lock);
+    }
+    
+  return;
+}
+
+void
+pocl_tce_submit (_cl_command_node *node, cl_command_queue /*cq*/)
+{
+  TCEDevice *d = (TCEDevice*)node->device->data;
+  cl_event *event = &(node->event);
+
+  POCL_LOCK (d->cq_lock);
+  POCL_UPDATE_EVENT_SUBMITTED(event);
+  pocl_command_push(node, &d->ready_list, &d->command_list);
+
+  tce_command_scheduler (d);
+
+  POCL_UNLOCK (d->cq_lock);
+
+  return;
+}
+
+void pocl_tce_flush (cl_device_id device, cl_command_queue /*cq*/)
+{
+  TCEDevice *d = (TCEDevice*)device->data;
+
+  POCL_LOCK (d->cq_lock);
+  tce_command_scheduler (d);
+  POCL_UNLOCK (d->cq_lock);
+}
+
+void
+pocl_tce_push_command (_cl_command_node *node)
+{
+  TCEDevice *d = (TCEDevice*)node->device->data;
+
+  pocl_command_push(node, &d->ready_list, &d->command_list);
+
+}
+
+void
+pocl_tce_join(cl_device_id device, cl_command_queue /*cq*/)
+{
+  TCEDevice *d = (TCEDevice*)device->data;
+
+  POCL_LOCK (d->cq_lock);
+  tce_command_scheduler (d);
+  POCL_UNLOCK (d->cq_lock);
+
+  return;
+}
+
+void
+pocl_tce_notify (cl_device_id device, cl_event event)
+{
+  TCEDevice *d = (TCEDevice*)device->data;
+  _cl_command_node * volatile node = event->command;
+  
+  POCL_LOCK_OBJ (event);
+  if (!(node->ready) && pocl_command_is_ready(node->event))
+    {
+      node->ready = 1;
+      POCL_UNLOCK_OBJ (event);
+      if (node->event->status == CL_SUBMITTED)
+        {
+          POCL_LOCK (d->cq_lock);
+          CDL_DELETE (d->command_list, node);
+          CDL_PREPEND (d->ready_list, node);
+          tce_command_scheduler (d);
+          POCL_UNLOCK (d->cq_lock);
+        }
+      return;
+    }
+  POCL_UNLOCK_OBJ (event);
+}
+
+void
+pocl_tce_broadcast (cl_event event)
+{
+  pocl_broadcast (event);
+}
diff --git a/lib/CL/devices/tce/tce_common.h b/lib/CL/devices/tce/tce_common.h
index 5885f6d..502508f 100644
--- a/lib/CL/devices/tce/tce_common.h
+++ b/lib/CL/devices/tce/tce_common.h
@@ -120,6 +120,10 @@ class TCEDevice {
   size_t curLocalZ;
 
   uint64_t globalCycleCount;
+
+  pthread_mutex_t cq_lock;
+  _cl_command_node *volatile ready_list;
+  _cl_command_node *volatile command_list;
 };
 
 #endif
@@ -130,12 +134,15 @@ class TCEDevice {
 #define TTA_ASID_LOCAL    4
 #define TTA_ASID_CONSTANT 5
 
-#define TTA_UNALLOCATED_LOCAL_SPACE (16*1024)
+#define TTA_UNALLOCATED_LOCAL_SPACE (1*1024)
 /* The space to preserve for the command queue etc. in the
    device global memory. The structures start from 0, the
    buffer storage starts after them. TODO: check from the
    symbol table of the produced program. */
-#define TTA_UNALLOCATED_GLOBAL_SPACE (72*1024)
+/* Note that this is also the offset into global memory where
+ * a struct kernel_exe_cmd is located, so memory allocations
+ * should start after this + sizeof(kernel_exe_cmd) */
+#define TTA_UNALLOCATED_GLOBAL_SPACE 2048
 
 #ifdef __cplusplus
 extern "C" {
diff --git a/lib/CL/devices/tce/tta_device_main.c b/lib/CL/devices/tce/tta_device_main.c
index 8214dfc..7352bc2 100644
--- a/lib/CL/devices/tce/tta_device_main.c
+++ b/lib/CL/devices/tce/tta_device_main.c
@@ -97,6 +97,8 @@ static void tta_opencl_wg_launch(kernel_exec_cmd* cmd) {
     int num_groups_x = cmd->num_groups[0];
     int i, first_gid_x, last_gid_x;
 
+    cmd->status = POCL_KST_RUNNING;
+
     /* single thread version: execute all work groups in
        a single trampoline call as fast as possible. 
 
@@ -119,6 +121,7 @@ static void tta_opencl_wg_launch(kernel_exec_cmd* cmd) {
 #ifdef DEBUG_TTA_DEVICE
         lwpr_print_str("\ntta: ------------------- kernel finished\n");
 #endif
+        cmd->status = POCL_KST_FINISHED;
 }
 
 extern kernel_metadata _test_kernel_md;
@@ -126,7 +129,7 @@ extern kernel_metadata _test_kernel_md;
 /* The shared kernel_command object using which the device is controlled. */
 #if !defined(_STANDALONE_MODE) || _STANDALONE_MODE == 0
 
-kernel_exec_cmd kernel_command;
+kernel_exec_cmd *kernel_command_ptr = (kernel_exec_cmd*)KERNEL_EXE_CMD_OFFSET;
 
 #ifndef _STANDALONE_MODE
 #define _STANDALONE_MODE 0
@@ -142,19 +145,11 @@ extern kernel_exec_cmd kernel_command;
 
 #endif
 
-static kernel_exec_cmd* wait_for_command() {
-    while (kernel_command.status != POCL_KST_READY) 
-        ;
-    kernel_command.status = POCL_KST_RUNNING;
-    return &kernel_command;
-}
-
 #if _STANDALONE_MODE == 1
 void initialize_kernel_launch();
 #endif
 
 int main() {
-    kernel_exec_cmd *next_command;
     kernel_metadata *next_kernel;
     int work_dim = 1;
     size_t local_work_sizes[3] = {1, 0, 0};
@@ -167,6 +162,9 @@ int main() {
 
 #if _STANDALONE_MODE == 1
     initialize_kernel_launch();
+    kernel_exec_cmd *next_command = &kernel_command;
+#else
+    kernel_exec_cmd *next_command = kernel_command_ptr;
 #endif
 
     do {
@@ -175,9 +173,10 @@ int main() {
         lwpr_print_str("tta: waiting for commands\n");
 #endif
 
-        next_command = wait_for_command();
+        while (next_command->status != POCL_KST_READY)
+            ;
 
-        next_kernel = (kernel_metadata*)next_command->kernel;
+        next_kernel = (kernel_metadata*)(next_command->kernel);
 
 #ifdef DEBUG_TTA_DEVICE
         lwpr_print_str("tta: got a command to execute: ");
@@ -198,7 +197,6 @@ int main() {
         lwpr_newline();
 #endif
         tta_opencl_wg_launch(next_command);
-        kernel_command.status = POCL_KST_FINISHED;   
 
         /* In case this is the host-device setup (not the standalone mode),
            wait forever for commands from the host. Otherwise, execute the
diff --git a/lib/CL/devices/tce/ttasim/Makefile.am b/lib/CL/devices/tce/ttasim/Makefile.am
deleted file mode 100644
index 8127d8b..0000000
--- a/lib/CL/devices/tce/ttasim/Makefile.am
+++ /dev/null
@@ -1,39 +0,0 @@
-# Process this file with automake to produce Makefile.in (in this,
-# and all subdirectories).
-# Makefile.am for pocl/lib/CL/devices/ttasim.
-# 
-# Copyright (c) 2012 Pekka Jääskeläinen / Tampere University of Technology
-# 
-# Permission is hereby granted, free of charge, to any person obtaining a copy
-# of this software and associated documentation files (the "Software"), to deal
-# in the Software without restriction, including without limitation the rights
-# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-# copies of the Software, and to permit persons to whom the Software is
-# furnished to do so, subject to the following conditions:
-# 
-# The above copyright notice and this permission notice shall be included in
-# all copies or substantial portions of the Software.
-# 
-# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-# THE SOFTWARE.
-
-noinst_LTLIBRARIES = libpocl-devices-tce-ttasim.la
-
-libpocl_devices_tce_ttasim_la_SOURCES = ttasim.h ttasim.cc
-libpocl_devices_tce_ttasim_ladir = ${datadir}
-
-libpocl_devices_tce_ttasim_la_CPPFLAGS = `@TCE_CONFIG@ --includes` -I$(top_srcdir)/include \
--I$(top_srcdir)/lib/CL/devices -I$(top_srcdir)/lib/CL/devices/tce \
--I$(top_srcdir)/lib/CL $(OCL_ICD_CFLAGS)
-
-
-libpocl_devices_tce_ttasim_la_CXXFLAGS = `@TCE_CONFIG@ --cxxflags`
-
-libpocl_devices_tce_ttasim_la_LDFLAGS = -lltdl @PTHREAD_CFLAGS@ --version-info ${LIB_VERSION}
-
-EXTRA_DIST = CMakeLists.txt
diff --git a/lib/CL/devices/tce/ttasim/Makefile.in b/lib/CL/devices/tce/ttasim/Makefile.in
deleted file mode 100644
index ca88f5c..0000000
--- a/lib/CL/devices/tce/ttasim/Makefile.in
+++ /dev/null
@@ -1,737 +0,0 @@
-# Makefile.in generated by automake 1.15 from Makefile.am.
-# @configure_input@
-
-# Copyright (C) 1994-2014 Free Software Foundation, Inc.
-
-# This Makefile.in is free software; the Free Software Foundation
-# gives unlimited permission to copy and/or distribute it,
-# with or without modifications, as long as this notice is preserved.
-
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
-# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
-# PARTICULAR PURPOSE.
-
- at SET_MAKE@
-
-# Process this file with automake to produce Makefile.in (in this,
-# and all subdirectories).
-# Makefile.am for pocl/lib/CL/devices/ttasim.
-# 
-# Copyright (c) 2012 Pekka Jääskeläinen / Tampere University of Technology
-# 
-# Permission is hereby granted, free of charge, to any person obtaining a copy
-# of this software and associated documentation files (the "Software"), to deal
-# in the Software without restriction, including without limitation the rights
-# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-# copies of the Software, and to permit persons to whom the Software is
-# furnished to do so, subject to the following conditions:
-# 
-# The above copyright notice and this permission notice shall be included in
-# all copies or substantial portions of the Software.
-# 
-# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-# THE SOFTWARE.
-
-VPATH = @srcdir@
-am__is_gnu_make = { \
-  if test -z '$(MAKELEVEL)'; then \
-    false; \
-  elif test -n '$(MAKE_HOST)'; then \
-    true; \
-  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
-    true; \
-  else \
-    false; \
-  fi; \
-}
-am__make_running_with_option = \
-  case $${target_option-} in \
-      ?) ;; \
-      *) echo "am__make_running_with_option: internal error: invalid" \
-              "target option '$${target_option-}' specified" >&2; \
-         exit 1;; \
-  esac; \
-  has_opt=no; \
-  sane_makeflags=$$MAKEFLAGS; \
-  if $(am__is_gnu_make); then \
-    sane_makeflags=$$MFLAGS; \
-  else \
-    case $$MAKEFLAGS in \
-      *\\[\ \	]*) \
-        bs=\\; \
-        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
-          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
-    esac; \
-  fi; \
-  skip_next=no; \
-  strip_trailopt () \
-  { \
-    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
-  }; \
-  for flg in $$sane_makeflags; do \
-    test $$skip_next = yes && { skip_next=no; continue; }; \
-    case $$flg in \
-      *=*|--*) continue;; \
-        -*I) strip_trailopt 'I'; skip_next=yes;; \
-      -*I?*) strip_trailopt 'I';; \
-        -*O) strip_trailopt 'O'; skip_next=yes;; \
-      -*O?*) strip_trailopt 'O';; \
-        -*l) strip_trailopt 'l'; skip_next=yes;; \
-      -*l?*) strip_trailopt 'l';; \
-      -[dEDm]) skip_next=yes;; \
-      -[JT]) skip_next=yes;; \
-    esac; \
-    case $$flg in \
-      *$$target_option*) has_opt=yes; break;; \
-    esac; \
-  done; \
-  test $$has_opt = yes
-am__make_dryrun = (target_option=n; $(am__make_running_with_option))
-am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
-pkgdatadir = $(datadir)/@PACKAGE@
-pkgincludedir = $(includedir)/@PACKAGE@
-pkglibdir = $(libdir)/@PACKAGE@
-pkglibexecdir = $(libexecdir)/@PACKAGE@
-am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
-install_sh_DATA = $(install_sh) -c -m 644
-install_sh_PROGRAM = $(install_sh) -c
-install_sh_SCRIPT = $(install_sh) -c
-INSTALL_HEADER = $(INSTALL_DATA)
-transform = $(program_transform_name)
-NORMAL_INSTALL = :
-PRE_INSTALL = :
-POST_INSTALL = :
-NORMAL_UNINSTALL = :
-PRE_UNINSTALL = :
-POST_UNINSTALL = :
-build_triplet = @build@
-host_triplet = @host@
-target_triplet = @target@
-subdir = lib/CL/devices/tce/ttasim
-ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
-am__aclocal_m4_deps = $(top_srcdir)/m4/ax_boost_base.m4 \
-	$(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
-	$(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
-	$(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/acinclude.m4 \
-	$(top_srcdir)/configure.ac
-am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
-	$(ACLOCAL_M4)
-DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
-mkinstalldirs = $(install_sh) -d
-CONFIG_HEADER = $(top_builddir)/config.h
-CONFIG_CLEAN_FILES =
-CONFIG_CLEAN_VPATH_FILES =
-LTLIBRARIES = $(noinst_LTLIBRARIES)
-libpocl_devices_tce_ttasim_la_LIBADD =
-am_libpocl_devices_tce_ttasim_la_OBJECTS =  \
-	libpocl_devices_tce_ttasim_la-ttasim.lo
-libpocl_devices_tce_ttasim_la_OBJECTS =  \
-	$(am_libpocl_devices_tce_ttasim_la_OBJECTS)
-AM_V_lt = $(am__v_lt_ at AM_V@)
-am__v_lt_ = $(am__v_lt_ at AM_DEFAULT_V@)
-am__v_lt_0 = --silent
-am__v_lt_1 = 
-libpocl_devices_tce_ttasim_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX \
-	$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \
-	$(libpocl_devices_tce_ttasim_la_CXXFLAGS) $(CXXFLAGS) \
-	$(libpocl_devices_tce_ttasim_la_LDFLAGS) $(LDFLAGS) -o $@
-AM_V_P = $(am__v_P_ at AM_V@)
-am__v_P_ = $(am__v_P_ at AM_DEFAULT_V@)
-am__v_P_0 = false
-am__v_P_1 = :
-AM_V_GEN = $(am__v_GEN_ at AM_V@)
-am__v_GEN_ = $(am__v_GEN_ at AM_DEFAULT_V@)
-am__v_GEN_0 = @echo "  GEN     " $@;
-am__v_GEN_1 = 
-AM_V_at = $(am__v_at_ at AM_V@)
-am__v_at_ = $(am__v_at_ at AM_DEFAULT_V@)
-am__v_at_0 = @
-am__v_at_1 = 
-DEFAULT_INCLUDES = -I. at am__isrc@ -I$(top_builddir)
-depcomp = $(SHELL) $(top_srcdir)/config/depcomp
-am__depfiles_maybe = depfiles
-am__mv = mv -f
-CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
-	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
-LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
-	$(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \
-	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
-	$(AM_CXXFLAGS) $(CXXFLAGS)
-AM_V_CXX = $(am__v_CXX_ at AM_V@)
-am__v_CXX_ = $(am__v_CXX_ at AM_DEFAULT_V@)
-am__v_CXX_0 = @echo "  CXX     " $@;
-am__v_CXX_1 = 
-CXXLD = $(CXX)
-CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
-	$(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \
-	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
-AM_V_CXXLD = $(am__v_CXXLD_ at AM_V@)
-am__v_CXXLD_ = $(am__v_CXXLD_ at AM_DEFAULT_V@)
-am__v_CXXLD_0 = @echo "  CXXLD   " $@;
-am__v_CXXLD_1 = 
-COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
-	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
-LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
-	$(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
-	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
-	$(AM_CFLAGS) $(CFLAGS)
-AM_V_CC = $(am__v_CC_ at AM_V@)
-am__v_CC_ = $(am__v_CC_ at AM_DEFAULT_V@)
-am__v_CC_0 = @echo "  CC      " $@;
-am__v_CC_1 = 
-CCLD = $(CC)
-LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
-	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
-AM_V_CCLD = $(am__v_CCLD_ at AM_V@)
-am__v_CCLD_ = $(am__v_CCLD_ at AM_DEFAULT_V@)
-am__v_CCLD_0 = @echo "  CCLD    " $@;
-am__v_CCLD_1 = 
-SOURCES = $(libpocl_devices_tce_ttasim_la_SOURCES)
-DIST_SOURCES = $(libpocl_devices_tce_ttasim_la_SOURCES)
-am__can_run_installinfo = \
-  case $$AM_UPDATE_INFO_DIR in \
-    n|no|NO) false;; \
-    *) (install-info --version) >/dev/null 2>&1;; \
-  esac
-am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
-# Read a list of newline-separated strings from the standard input,
-# and print each of them once, without duplicates.  Input order is
-# *not* preserved.
-am__uniquify_input = $(AWK) '\
-  BEGIN { nonempty = 0; } \
-  { items[$$0] = 1; nonempty = 1; } \
-  END { if (nonempty) { for (i in items) print i; }; } \
-'
-# Make sure the list of sources is unique.  This is necessary because,
-# e.g., the same source file might be shared among _SOURCES variables
-# for different programs/libraries.
-am__define_uniq_tagged_files = \
-  list='$(am__tagged_files)'; \
-  unique=`for i in $$list; do \
-    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
-  done | $(am__uniquify_input)`
-ETAGS = etags
-CTAGS = ctags
-am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/config/depcomp
-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
-ACLOCAL = @ACLOCAL@
-AMTAR = @AMTAR@
-AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
-AR = @AR@
-AUTOCONF = @AUTOCONF@
-AUTOHEADER = @AUTOHEADER@
-AUTOMAKE = @AUTOMAKE@
-AWK = @AWK@
-BOOST_CPPFLAGS = @BOOST_CPPFLAGS@
-BOOST_LDFLAGS = @BOOST_LDFLAGS@
-BUILD_TIMESTAMP = @BUILD_TIMESTAMP@
-CC = @CC@
-CCDEPMODE = @CCDEPMODE@
-CFLAGS = @CFLAGS@
-CLANG = @CLANG@
-CLANGXX = @CLANGXX@
-CLANGXX_FLAGS = @CLANGXX_FLAGS@
-CLFLAGS = @CLFLAGS@
-CPP = @CPP@
-CPPFLAGS = @CPPFLAGS@
-CXX = @CXX@
-CXXCPP = @CXXCPP@
-CXXDEPMODE = @CXXDEPMODE@
-CXXFLAGS = @CXXFLAGS@
-CYGPATH_W = @CYGPATH_W@
-DEFS = @DEFS@
-DEPDIR = @DEPDIR@
-DLLTOOL = @DLLTOOL@
-DSYMUTIL = @DSYMUTIL@
-DUMPBIN = @DUMPBIN@
-ECHO_C = @ECHO_C@
-ECHO_N = @ECHO_N@
-ECHO_T = @ECHO_T@
-EGREP = @EGREP@
-EXEEXT = @EXEEXT@
-FGREP = @FGREP@
-FORCED_CLFLAGS = @FORCED_CLFLAGS@
-GLEW_CFLAGS = @GLEW_CFLAGS@
-GLEW_LIBS = @GLEW_LIBS@
-GREP = @GREP@
-HOST = @HOST@
-HOST_AS_FLAGS = @HOST_AS_FLAGS@
-HOST_CLANG_FLAGS = @HOST_CLANG_FLAGS@
-HOST_CPU = @HOST_CPU@
-HOST_DEVICE_EXTENSION_DEFINES = @HOST_DEVICE_EXTENSION_DEFINES@
-HOST_LD_FLAGS = @HOST_LD_FLAGS@
-HOST_LLC_FLAGS = @HOST_LLC_FLAGS@
-HOST_SIZEOF_DOUBLE = @HOST_SIZEOF_DOUBLE@
-HOST_SIZEOF_HALF = @HOST_SIZEOF_HALF@
-HOST_SIZEOF_LONG = @HOST_SIZEOF_LONG@
-HOST_SIZEOF_VOID_P = @HOST_SIZEOF_VOID_P@
-HSAILASM = @HSAILASM@
-HSA_DEVICE_EXTENSION_DEFINES = @HSA_DEVICE_EXTENSION_DEFINES@
-HSA_INCLUDES = @HSA_INCLUDES@
-HSA_LIBS = @HSA_LIBS@
-HWLOC_CFLAGS = @HWLOC_CFLAGS@
-HWLOC_LIBS = @HWLOC_LIBS@
-ICD_LD_FLAGS = @ICD_LD_FLAGS@
-INSTALL = @INSTALL@
-INSTALL_DATA = @INSTALL_DATA@
-INSTALL_PROGRAM = @INSTALL_PROGRAM@
-INSTALL_SCRIPT = @INSTALL_SCRIPT@
-INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
-KERNEL_COMPILER_LIB_VERSION = @KERNEL_COMPILER_LIB_VERSION@
-LD = @LD@
-LDFLAGS = @LDFLAGS@
-LD_FLAGS_BIN = @LD_FLAGS_BIN@
-LIBOBJS = @LIBOBJS@
-LIBRARY_SUFFIX = @LIBRARY_SUFFIX@
-LIBS = @LIBS@
-LIBTOOL = @LIBTOOL@
-LIB_AGE_VERSION = @LIB_AGE_VERSION@
-LIB_CURRENT_VERSION = @LIB_CURRENT_VERSION@
-LIB_FIRST_VERSION = @LIB_FIRST_VERSION@
-LIB_REVISION_VERSION = @LIB_REVISION_VERSION@
-LIB_VERSION = @LIB_VERSION@
-LIPO = @LIPO@
-LLC = @LLC@
-LLVM_AS = @LLVM_AS@
-LLVM_CONFIG = @LLVM_CONFIG@
-LLVM_CXX_FLAGS = @LLVM_CXX_FLAGS@
-LLVM_LDFLAGS = @LLVM_LDFLAGS@
-LLVM_LIBS = @LLVM_LIBS@
-LLVM_LINK = @LLVM_LINK@
-LLVM_OPT = @LLVM_OPT@
-LLVM_VERSION = @LLVM_VERSION@
-LN_S = @LN_S@
-LTDL_LIBS = @LTDL_LIBS@
-LTLIBOBJS = @LTLIBOBJS@
-LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
-MAKEINFO = @MAKEINFO@
-MANIFEST_TOOL = @MANIFEST_TOOL@
-MKDIR_P = @MKDIR_P@
-NM = @NM@
-NMEDIT = @NMEDIT@
-OBJDUMP = @OBJDUMP@
-OBJEXT = @OBJEXT@
-OCL_ICD_CFLAGS = @OCL_ICD_CFLAGS@
-OCL_ICD_LIBS = @OCL_ICD_LIBS@
-OCL_KERNEL_ARCH = @OCL_KERNEL_ARCH@
-OCL_KERNEL_TARGET = @OCL_KERNEL_TARGET@
-OCL_KERNEL_TARGET_CPU = @OCL_KERNEL_TARGET_CPU@
-OCL_TARGETS = @OCL_TARGETS@
-OPENCL_CFLAGS = @OPENCL_CFLAGS@
-OPENCL_CMAKE = @OPENCL_CMAKE@
-OPENCL_EXTLIBS = @OPENCL_EXTLIBS@
-OPENCL_LIBS = @OPENCL_LIBS@
-OPT = @OPT@
-OTOOL = @OTOOL@
-OTOOL64 = @OTOOL64@
-PACKAGE = @PACKAGE@
-PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
-PACKAGE_NAME = @PACKAGE_NAME@
-PACKAGE_STRING = @PACKAGE_STRING@
-PACKAGE_TARNAME = @PACKAGE_TARNAME@
-PACKAGE_URL = @PACKAGE_URL@
-PACKAGE_VERSION = @PACKAGE_VERSION@
-PATH_SEPARATOR = @PATH_SEPARATOR@
-PKG_CONFIG = @PKG_CONFIG@
-PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
-PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
-POAT_TESTSUITES = @POAT_TESTSUITES@
-POCL_DEVICE_ADDRESS_BITS = @POCL_DEVICE_ADDRESS_BITS@
-PTHREAD_CC = @PTHREAD_CC@
-PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
-PTHREAD_LIBS = @PTHREAD_LIBS@
-RANLIB = @RANLIB@
-SDL_CFLAGS = @SDL_CFLAGS@
-SDL_LIBS = @SDL_LIBS@
-SED = @SED@
-SET_MAKE = @SET_MAKE@
-SHELL = @SHELL@
-STRIP = @STRIP@
-TARGET = @TARGET@
-TARGET_CLANG_FLAGS = @TARGET_CLANG_FLAGS@
-TARGET_CPU = @TARGET_CPU@
-TARGET_LLC_FLAGS = @TARGET_LLC_FLAGS@
-TARGET_SIZEOF_DOUBLE = @TARGET_SIZEOF_DOUBLE@
-TARGET_SIZEOF_HALF = @TARGET_SIZEOF_HALF@
-TARGET_SIZEOF_LONG = @TARGET_SIZEOF_LONG@
-TARGET_SIZEOF_VOID_P = @TARGET_SIZEOF_VOID_P@
-TCECC = @TCECC@
-TCEMC_AVAILABLE = @TCEMC_AVAILABLE@
-TCE_AVAILABLE = @TCE_AVAILABLE@
-TCE_CONFIG = @TCE_CONFIG@
-TCE_DEVICE_EXTENSION_DEFINES = @TCE_DEVICE_EXTENSION_DEFINES@
-VERSION = @VERSION@
-abs_builddir = @abs_builddir@
-abs_srcdir = @abs_srcdir@
-abs_top_builddir = @abs_top_builddir@
-abs_top_srcdir = @abs_top_srcdir@
-ac_ct_AR = @ac_ct_AR@
-ac_ct_CC = @ac_ct_CC@
-ac_ct_CXX = @ac_ct_CXX@
-ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
-acx_pthread_config = @acx_pthread_config@
-am__include = @am__include@
-am__leading_dot = @am__leading_dot@
-am__quote = @am__quote@
-am__tar = @am__tar@
-am__untar = @am__untar@
-bindir = @bindir@
-build = @build@
-build_alias = @build_alias@
-build_cpu = @build_cpu@
-build_os = @build_os@
-build_vendor = @build_vendor@
-builddir = @builddir@
-datadir = @datadir@
-datarootdir = @datarootdir@
-docdir = @docdir@
-dvidir = @dvidir@
-exec_prefix = @exec_prefix@
-host = @host@
-host_alias = @host_alias@
-host_cpu = @host_cpu@
-host_os = @host_os@
-host_vendor = @host_vendor@
-htmldir = @htmldir@
-includedir = @includedir@
-infodir = @infodir@
-install_sh = @install_sh@
-libdir = @libdir@
-libexecdir = @libexecdir@
-localedir = @localedir@
-localstatedir = @localstatedir@
-mandir = @mandir@
-mkdir_p = @mkdir_p@
-oldincludedir = @oldincludedir@
-pdfdir = @pdfdir@
-prefix = @prefix@
-program_transform_name = @program_transform_name@
-psdir = @psdir@
-sbindir = @sbindir@
-sharedstatedir = @sharedstatedir@
-srcdir = @srcdir@
-sysconfdir = @sysconfdir@
-target = @target@
-target_alias = @target_alias@
-target_cpu = @target_cpu@
-target_os = @target_os@
-target_vendor = @target_vendor@
-top_build_prefix = @top_build_prefix@
-top_builddir = @top_builddir@
-top_srcdir = @top_srcdir@
-noinst_LTLIBRARIES = libpocl-devices-tce-ttasim.la
-libpocl_devices_tce_ttasim_la_SOURCES = ttasim.h ttasim.cc
-libpocl_devices_tce_ttasim_ladir = ${datadir}
-libpocl_devices_tce_ttasim_la_CPPFLAGS = `@TCE_CONFIG@ --includes` -I$(top_srcdir)/include \
--I$(top_srcdir)/lib/CL/devices -I$(top_srcdir)/lib/CL/devices/tce \
--I$(top_srcdir)/lib/CL $(OCL_ICD_CFLAGS)
-
-libpocl_devices_tce_ttasim_la_CXXFLAGS = `@TCE_CONFIG@ --cxxflags`
-libpocl_devices_tce_ttasim_la_LDFLAGS = -lltdl @PTHREAD_CFLAGS@ --version-info ${LIB_VERSION}
-EXTRA_DIST = CMakeLists.txt
-all: all-am
-
-.SUFFIXES:
-.SUFFIXES: .cc .lo .o .obj
-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
-	@for dep in $?; do \
-	  case '$(am__configure_deps)' in \
-	    *$$dep*) \
-	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
-	        && { if test -f $@; then exit 0; else break; fi; }; \
-	      exit 1;; \
-	  esac; \
-	done; \
-	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign lib/CL/devices/tce/ttasim/Makefile'; \
-	$(am__cd) $(top_srcdir) && \
-	  $(AUTOMAKE) --foreign lib/CL/devices/tce/ttasim/Makefile
-Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
-	@case '$?' in \
-	  *config.status*) \
-	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
-	  *) \
-	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
-	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
-	esac;
-
-$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
-	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-
-$(top_srcdir)/configure:  $(am__configure_deps)
-	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
-	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-$(am__aclocal_m4_deps):
-
-clean-noinstLTLIBRARIES:
-	-test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
-	@list='$(noinst_LTLIBRARIES)'; \
-	locs=`for p in $$list; do echo $$p; done | \
-	      sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
-	      sort -u`; \
-	test -z "$$locs" || { \
-	  echo rm -f $${locs}; \
-	  rm -f $${locs}; \
-	}
-
-libpocl-devices-tce-ttasim.la: $(libpocl_devices_tce_ttasim_la_OBJECTS) $(libpocl_devices_tce_ttasim_la_DEPENDENCIES) $(EXTRA_libpocl_devices_tce_ttasim_la_DEPENDENCIES) 
-	$(AM_V_CXXLD)$(libpocl_devices_tce_ttasim_la_LINK)  $(libpocl_devices_tce_ttasim_la_OBJECTS) $(libpocl_devices_tce_ttasim_la_LIBADD) $(LIBS)
-
-mostlyclean-compile:
-	-rm -f *.$(OBJEXT)
-
-distclean-compile:
-	-rm -f *.tab.c
-
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libpocl_devices_tce_ttasim_la-ttasim.Plo at am__quote@
-
-.cc.o:
- at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
- at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXXCOMPILE) -c -o $@ $<
-
-.cc.obj:
- at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
- at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
-
-.cc.lo:
- at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
- at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(LTCXXCOMPILE) -c -o $@ $<
-
-libpocl_devices_tce_ttasim_la-ttasim.lo: ttasim.cc
- at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpocl_devices_tce_ttasim_la_CPPFLAGS) $(CPPFLAGS) $(libpocl_devices_tce_ttasim_la_CXXFLAGS) $(CXXFLAGS) -MT libpocl_devices_tce_ttasim_la-ttasim.lo -MD -MP -MF $(DEPDIR)/libpocl_devices_tce_ttasim_la-ttasim.Tpo -c -o libpocl_devices_tce_ttasim_la-ttasim.lo `test -f 'ttasim.cc' || echo '$(srcdir)/'`ttasim.cc
- at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libpocl_devices_tce_ttasim_la-ttasim.Tpo $(DEPDIR)/libpocl_devices_tce_ttasim_la-ttasim.Plo
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='ttasim.cc' object='libpocl_devices_tce_ttasim_la-ttasim.lo' libtool=yes @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpocl_devices_tce_ttasim_la_CPPFLAGS) $(CPPFLAGS) $(libpocl_devices_tce_ttasim_la_CXXFLAGS) $(CXXFLAGS) -c -o libpocl_devices_tce_ttasim_la-ttasim.lo `test -f 'ttasim.cc' || echo '$(srcdir)/'`ttasim.cc
-
-mostlyclean-libtool:
-	-rm -f *.lo
-
-clean-libtool:
-	-rm -rf .libs _libs
-
-ID: $(am__tagged_files)
-	$(am__define_uniq_tagged_files); mkid -fID $$unique
-tags: tags-am
-TAGS: tags
-
-tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
-	set x; \
-	here=`pwd`; \
-	$(am__define_uniq_tagged_files); \
-	shift; \
-	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
-	  test -n "$$unique" || unique=$$empty_fix; \
-	  if test $$# -gt 0; then \
-	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
-	      "$$@" $$unique; \
-	  else \
-	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
-	      $$unique; \
-	  fi; \
-	fi
-ctags: ctags-am
-
-CTAGS: ctags
-ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
-	$(am__define_uniq_tagged_files); \
-	test -z "$(CTAGS_ARGS)$$unique" \
-	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
-	     $$unique
-
-GTAGS:
-	here=`$(am__cd) $(top_builddir) && pwd` \
-	  && $(am__cd) $(top_srcdir) \
-	  && gtags -i $(GTAGS_ARGS) "$$here"
-cscopelist: cscopelist-am
-
-cscopelist-am: $(am__tagged_files)
-	list='$(am__tagged_files)'; \
-	case "$(srcdir)" in \
-	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
-	  *) sdir=$(subdir)/$(srcdir) ;; \
-	esac; \
-	for i in $$list; do \
-	  if test -f "$$i"; then \
-	    echo "$(subdir)/$$i"; \
-	  else \
-	    echo "$$sdir/$$i"; \
-	  fi; \
-	done >> $(top_builddir)/cscope.files
-
-distclean-tags:
-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
-
-distdir: $(DISTFILES)
-	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
-	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
-	list='$(DISTFILES)'; \
-	  dist_files=`for file in $$list; do echo $$file; done | \
-	  sed -e "s|^$$srcdirstrip/||;t" \
-	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
-	case $$dist_files in \
-	  */*) $(MKDIR_P) `echo "$$dist_files" | \
-			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
-			   sort -u` ;; \
-	esac; \
-	for file in $$dist_files; do \
-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
-	  if test -d $$d/$$file; then \
-	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
-	    if test -d "$(distdir)/$$file"; then \
-	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
-	    fi; \
-	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
-	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
-	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
-	    fi; \
-	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
-	  else \
-	    test -f "$(distdir)/$$file" \
-	    || cp -p $$d/$$file "$(distdir)/$$file" \
-	    || exit 1; \
-	  fi; \
-	done
-check-am: all-am
-check: check-am
-all-am: Makefile $(LTLIBRARIES)
-installdirs:
-install: install-am
-install-exec: install-exec-am
-install-data: install-data-am
-uninstall: uninstall-am
-
-install-am: all-am
-	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
-
-installcheck: installcheck-am
-install-strip:
-	if test -z '$(STRIP)'; then \
-	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
-	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
-	      install; \
-	else \
-	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
-	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
-	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
-	fi
-mostlyclean-generic:
-
-clean-generic:
-
-distclean-generic:
-	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
-	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
-
-maintainer-clean-generic:
-	@echo "This command is intended for maintainers to use"
-	@echo "it deletes files that may require special tools to rebuild."
-clean: clean-am
-
-clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
-	mostlyclean-am
-
-distclean: distclean-am
-	-rm -rf ./$(DEPDIR)
-	-rm -f Makefile
-distclean-am: clean-am distclean-compile distclean-generic \
-	distclean-tags
-
-dvi: dvi-am
-
-dvi-am:
-
-html: html-am
-
-html-am:
-
-info: info-am
-
-info-am:
-
-install-data-am:
-
-install-dvi: install-dvi-am
-
-install-dvi-am:
-
-install-exec-am:
-
-install-html: install-html-am
-
-install-html-am:
-
-install-info: install-info-am
-
-install-info-am:
-
-install-man:
-
-install-pdf: install-pdf-am
-
-install-pdf-am:
-
-install-ps: install-ps-am
-
-install-ps-am:
-
-installcheck-am:
-
-maintainer-clean: maintainer-clean-am
-	-rm -rf ./$(DEPDIR)
-	-rm -f Makefile
-maintainer-clean-am: distclean-am maintainer-clean-generic
-
-mostlyclean: mostlyclean-am
-
-mostlyclean-am: mostlyclean-compile mostlyclean-generic \
-	mostlyclean-libtool
-
-pdf: pdf-am
-
-pdf-am:
-
-ps: ps-am
-
-ps-am:
-
-uninstall-am:
-
-.MAKE: install-am install-strip
-
-.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
-	clean-libtool clean-noinstLTLIBRARIES cscopelist-am ctags \
-	ctags-am distclean distclean-compile distclean-generic \
-	distclean-libtool distclean-tags distdir dvi dvi-am html \
-	html-am info info-am install install-am install-data \
-	install-data-am install-dvi install-dvi-am install-exec \
-	install-exec-am install-html install-html-am install-info \
-	install-info-am install-man install-pdf install-pdf-am \
-	install-ps install-ps-am install-strip installcheck \
-	installcheck-am installdirs maintainer-clean \
-	maintainer-clean-generic mostlyclean mostlyclean-compile \
-	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
-	tags tags-am uninstall uninstall-am
-
-.PRECIOUS: Makefile
-
-
-# Tell versions [3.59,3.63) of GNU make to not export all variables.
-# Otherwise a system limit (for SysV at least) may be exceeded.
-.NOEXPORT:
diff --git a/lib/CL/devices/tce/ttasim/ttasim.cc b/lib/CL/devices/tce/ttasim/ttasim.cc
index 3318a86..176916e 100644
--- a/lib/CL/devices/tce/ttasim/ttasim.cc
+++ b/lib/CL/devices/tce/ttasim/ttasim.cc
@@ -90,7 +90,15 @@ pocl_ttasim_init_device_ops(struct pocl_device_ops *ops)
   ops->run = pocl_tce_run;
   ops->get_timer_value = pocl_ttasim_get_timer_value;
   ops->init_build = pocl_tce_init_build;
+  ops->flush = pocl_tce_flush;
+  ops->join = pocl_tce_join;
+  ops->submit = pocl_tce_submit;
+  ops->compile_kernel = pocl_tce_compile_kernel;
+  ops->broadcast = pocl_broadcast;
+  ops->notify = pocl_tce_notify;
+  ops->update_event = NULL; //pocl_ttasim_update_event;
   ops->build_hash = pocl_tce_build_hash;
+
 }
 
 
@@ -137,6 +145,11 @@ pocl_ttasim_init_device_infos(struct _cl_device_id* dev)
   dev->extensions = TCE_DEVICE_EXTENSIONS;
   dev->llvm_target_triplet = "tce-tut-llvm";
   dev->has_64bit_long = 1;
+  dev->autolocals_to_args = 1;
+
+  dev->global_as_id = 3;
+  dev->local_as_id = 4;
+  dev->constant_as_id = 5;
 
   SETUP_DEVICE_CL_VERSION(TCE_DEVICE_CL_VERSION_MAJOR, TCE_DEVICE_CL_VERSION_MINOR);
 
@@ -539,3 +552,42 @@ pocl_ttasim_get_timer_value (void *data)
   TTASimDevice *d = (TTASimDevice*)data;
   return d->timeStamp();
 }
+
+void pocl_ttasim_update_event (cl_device_id device, cl_event event, cl_int status)
+{
+  switch (status)
+    {
+    case CL_QUEUED:
+      event->status = status;
+      if (event->queue->properties & CL_QUEUE_PROFILING_ENABLE)
+        event->time_queue = device->ops->get_timer_value(device->data);
+      break;
+    case CL_SUBMITTED:
+      event->status = status;
+      if (event->queue->properties & CL_QUEUE_PROFILING_ENABLE)
+        event->time_submit = device->ops->get_timer_value(device->data);
+      break;
+    case CL_RUNNING:
+      event->status = status;
+      if (event->command_type == CL_COMMAND_NDRANGE_KERNEL)
+        break;
+      if (event->queue->properties & CL_QUEUE_PROFILING_ENABLE)
+        event->time_start = device->ops->get_timer_value(device->data);
+      break;
+    case CL_COMPLETE:
+      POCL_MSG_PRINT_INFO("TTA: Command complete, event %d\n", event->id);
+      POCL_LOCK_OBJ (event);
+      if (event->queue->properties & CL_QUEUE_PROFILING_ENABLE &&
+          event->command_type != CL_COMMAND_NDRANGE_KERNEL)
+        event->time_end = device->ops->get_timer_value(device->data);
+      device->ops->broadcast(event);
+      pocl_mem_objs_cleanup (event);
+      event->status = CL_COMPLETE;
+
+      POCL_UNLOCK_OBJ (event);
+      break;
+    default:
+      assert("Invalid event status\n");
+      break;
+    }
+}
diff --git a/lib/CL/devices/topology/CMakeLists.txt b/lib/CL/devices/topology/CMakeLists.txt
index 6da95a5..ac8c6d0 100644
--- a/lib/CL/devices/topology/CMakeLists.txt
+++ b/lib/CL/devices/topology/CMakeLists.txt
@@ -23,7 +23,12 @@
 #
 #=============================================================================
 
-add_compile_options(${Hwloc_CFLAGS})
+if(Hwloc_CFLAGS)
+  add_compile_options(${Hwloc_CFLAGS})
+else()
+  include_directories(${Hwloc_INCLUDE_DIRS})
+endif()
+
 if(MSVC)
   set_source_files_properties( pocl_topology.c pocl_topology.h PROPERTIES LANGUAGE CXX )
 endif(MSVC)
diff --git a/lib/CL/devices/topology/Makefile.am b/lib/CL/devices/topology/Makefile.am
deleted file mode 100644
index d28ae1e..0000000
--- a/lib/CL/devices/topology/Makefile.am
+++ /dev/null
@@ -1,9 +0,0 @@
-noinst_LTLIBRARIES = libpocl-devices-topology.la
-
-libpocl_devices_topology_la_SOURCES = pocl_topology.c pocl_topology.h
-
-libpocl_devices_topology_la_CPPFLAGS = -I$(top_srcdir)/fix-include -I$(top_srcdir)/include -I$(top_srcdir)/lib/CL/devices -I$(top_srcdir)/lib/CL $(HWLOC_CFLAGS) $(OCL_ICD_CFLAGS)
-libpocl_devices_topology_la_LDFLAGS = @PTHREAD_CFLAGS@
-libpocl_devices_topology_la_LIBADD = -lltdl $(HWLOC_LIBS)
-
-EXTRA_DIST = CMakeLists.txt
diff --git a/lib/CL/devices/topology/Makefile.in b/lib/CL/devices/topology/Makefile.in
deleted file mode 100644
index d1f383a..0000000
--- a/lib/CL/devices/topology/Makefile.in
+++ /dev/null
@@ -1,692 +0,0 @@
-# Makefile.in generated by automake 1.15 from Makefile.am.
-# @configure_input@
-
-# Copyright (C) 1994-2014 Free Software Foundation, Inc.
-
-# This Makefile.in is free software; the Free Software Foundation
-# gives unlimited permission to copy and/or distribute it,
-# with or without modifications, as long as this notice is preserved.
-
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
-# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
-# PARTICULAR PURPOSE.
-
- at SET_MAKE@
-
-VPATH = @srcdir@
-am__is_gnu_make = { \
-  if test -z '$(MAKELEVEL)'; then \
-    false; \
-  elif test -n '$(MAKE_HOST)'; then \
-    true; \
-  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
-    true; \
-  else \
-    false; \
-  fi; \
-}
-am__make_running_with_option = \
-  case $${target_option-} in \
-      ?) ;; \
-      *) echo "am__make_running_with_option: internal error: invalid" \
-              "target option '$${target_option-}' specified" >&2; \
-         exit 1;; \
-  esac; \
-  has_opt=no; \
-  sane_makeflags=$$MAKEFLAGS; \
-  if $(am__is_gnu_make); then \
-    sane_makeflags=$$MFLAGS; \
-  else \
-    case $$MAKEFLAGS in \
-      *\\[\ \	]*) \
-        bs=\\; \
-        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
-          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
-    esac; \
-  fi; \
-  skip_next=no; \
-  strip_trailopt () \
-  { \
-    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
-  }; \
-  for flg in $$sane_makeflags; do \
-    test $$skip_next = yes && { skip_next=no; continue; }; \
-    case $$flg in \
-      *=*|--*) continue;; \
-        -*I) strip_trailopt 'I'; skip_next=yes;; \
-      -*I?*) strip_trailopt 'I';; \
-        -*O) strip_trailopt 'O'; skip_next=yes;; \
-      -*O?*) strip_trailopt 'O';; \
-        -*l) strip_trailopt 'l'; skip_next=yes;; \
-      -*l?*) strip_trailopt 'l';; \
-      -[dEDm]) skip_next=yes;; \
-      -[JT]) skip_next=yes;; \
-    esac; \
-    case $$flg in \
-      *$$target_option*) has_opt=yes; break;; \
-    esac; \
-  done; \
-  test $$has_opt = yes
-am__make_dryrun = (target_option=n; $(am__make_running_with_option))
-am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
-pkgdatadir = $(datadir)/@PACKAGE@
-pkgincludedir = $(includedir)/@PACKAGE@
-pkglibdir = $(libdir)/@PACKAGE@
-pkglibexecdir = $(libexecdir)/@PACKAGE@
-am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
-install_sh_DATA = $(install_sh) -c -m 644
-install_sh_PROGRAM = $(install_sh) -c
-install_sh_SCRIPT = $(install_sh) -c
-INSTALL_HEADER = $(INSTALL_DATA)
-transform = $(program_transform_name)
-NORMAL_INSTALL = :
-PRE_INSTALL = :
-POST_INSTALL = :
-NORMAL_UNINSTALL = :
-PRE_UNINSTALL = :
-POST_UNINSTALL = :
-build_triplet = @build@
-host_triplet = @host@
-target_triplet = @target@
-subdir = lib/CL/devices/topology
-ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
-am__aclocal_m4_deps = $(top_srcdir)/m4/ax_boost_base.m4 \
-	$(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
-	$(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
-	$(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/acinclude.m4 \
-	$(top_srcdir)/configure.ac
-am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
-	$(ACLOCAL_M4)
-DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
-mkinstalldirs = $(install_sh) -d
-CONFIG_HEADER = $(top_builddir)/config.h
-CONFIG_CLEAN_FILES =
-CONFIG_CLEAN_VPATH_FILES =
-LTLIBRARIES = $(noinst_LTLIBRARIES)
-am__DEPENDENCIES_1 =
-libpocl_devices_topology_la_DEPENDENCIES = $(am__DEPENDENCIES_1)
-am_libpocl_devices_topology_la_OBJECTS =  \
-	libpocl_devices_topology_la-pocl_topology.lo
-libpocl_devices_topology_la_OBJECTS =  \
-	$(am_libpocl_devices_topology_la_OBJECTS)
-AM_V_lt = $(am__v_lt_ at AM_V@)
-am__v_lt_ = $(am__v_lt_ at AM_DEFAULT_V@)
-am__v_lt_0 = --silent
-am__v_lt_1 = 
-libpocl_devices_topology_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
-	$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
-	$(AM_CFLAGS) $(CFLAGS) $(libpocl_devices_topology_la_LDFLAGS) \
-	$(LDFLAGS) -o $@
-AM_V_P = $(am__v_P_ at AM_V@)
-am__v_P_ = $(am__v_P_ at AM_DEFAULT_V@)
-am__v_P_0 = false
-am__v_P_1 = :
-AM_V_GEN = $(am__v_GEN_ at AM_V@)
-am__v_GEN_ = $(am__v_GEN_ at AM_DEFAULT_V@)
-am__v_GEN_0 = @echo "  GEN     " $@;
-am__v_GEN_1 = 
-AM_V_at = $(am__v_at_ at AM_V@)
-am__v_at_ = $(am__v_at_ at AM_DEFAULT_V@)
-am__v_at_0 = @
-am__v_at_1 = 
-DEFAULT_INCLUDES = -I. at am__isrc@ -I$(top_builddir)
-depcomp = $(SHELL) $(top_srcdir)/config/depcomp
-am__depfiles_maybe = depfiles
-am__mv = mv -f
-COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
-	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
-LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
-	$(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
-	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
-	$(AM_CFLAGS) $(CFLAGS)
-AM_V_CC = $(am__v_CC_ at AM_V@)
-am__v_CC_ = $(am__v_CC_ at AM_DEFAULT_V@)
-am__v_CC_0 = @echo "  CC      " $@;
-am__v_CC_1 = 
-CCLD = $(CC)
-LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
-	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
-AM_V_CCLD = $(am__v_CCLD_ at AM_V@)
-am__v_CCLD_ = $(am__v_CCLD_ at AM_DEFAULT_V@)
-am__v_CCLD_0 = @echo "  CCLD    " $@;
-am__v_CCLD_1 = 
-SOURCES = $(libpocl_devices_topology_la_SOURCES)
-DIST_SOURCES = $(libpocl_devices_topology_la_SOURCES)
-am__can_run_installinfo = \
-  case $$AM_UPDATE_INFO_DIR in \
-    n|no|NO) false;; \
-    *) (install-info --version) >/dev/null 2>&1;; \
-  esac
-am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
-# Read a list of newline-separated strings from the standard input,
-# and print each of them once, without duplicates.  Input order is
-# *not* preserved.
-am__uniquify_input = $(AWK) '\
-  BEGIN { nonempty = 0; } \
-  { items[$$0] = 1; nonempty = 1; } \
-  END { if (nonempty) { for (i in items) print i; }; } \
-'
-# Make sure the list of sources is unique.  This is necessary because,
-# e.g., the same source file might be shared among _SOURCES variables
-# for different programs/libraries.
-am__define_uniq_tagged_files = \
-  list='$(am__tagged_files)'; \
-  unique=`for i in $$list; do \
-    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
-  done | $(am__uniquify_input)`
-ETAGS = etags
-CTAGS = ctags
-am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/config/depcomp
-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
-ACLOCAL = @ACLOCAL@
-AMTAR = @AMTAR@
-AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
-AR = @AR@
-AUTOCONF = @AUTOCONF@
-AUTOHEADER = @AUTOHEADER@
-AUTOMAKE = @AUTOMAKE@
-AWK = @AWK@
-BOOST_CPPFLAGS = @BOOST_CPPFLAGS@
-BOOST_LDFLAGS = @BOOST_LDFLAGS@
-BUILD_TIMESTAMP = @BUILD_TIMESTAMP@
-CC = @CC@
-CCDEPMODE = @CCDEPMODE@
-CFLAGS = @CFLAGS@
-CLANG = @CLANG@
-CLANGXX = @CLANGXX@
-CLANGXX_FLAGS = @CLANGXX_FLAGS@
-CLFLAGS = @CLFLAGS@
-CPP = @CPP@
-CPPFLAGS = @CPPFLAGS@
-CXX = @CXX@
-CXXCPP = @CXXCPP@
-CXXDEPMODE = @CXXDEPMODE@
-CXXFLAGS = @CXXFLAGS@
-CYGPATH_W = @CYGPATH_W@
-DEFS = @DEFS@
-DEPDIR = @DEPDIR@
-DLLTOOL = @DLLTOOL@
-DSYMUTIL = @DSYMUTIL@
-DUMPBIN = @DUMPBIN@
-ECHO_C = @ECHO_C@
-ECHO_N = @ECHO_N@
-ECHO_T = @ECHO_T@
-EGREP = @EGREP@
-EXEEXT = @EXEEXT@
-FGREP = @FGREP@
-FORCED_CLFLAGS = @FORCED_CLFLAGS@
-GLEW_CFLAGS = @GLEW_CFLAGS@
-GLEW_LIBS = @GLEW_LIBS@
-GREP = @GREP@
-HOST = @HOST@
-HOST_AS_FLAGS = @HOST_AS_FLAGS@
-HOST_CLANG_FLAGS = @HOST_CLANG_FLAGS@
-HOST_CPU = @HOST_CPU@
-HOST_DEVICE_EXTENSION_DEFINES = @HOST_DEVICE_EXTENSION_DEFINES@
-HOST_LD_FLAGS = @HOST_LD_FLAGS@
-HOST_LLC_FLAGS = @HOST_LLC_FLAGS@
-HOST_SIZEOF_DOUBLE = @HOST_SIZEOF_DOUBLE@
-HOST_SIZEOF_HALF = @HOST_SIZEOF_HALF@
-HOST_SIZEOF_LONG = @HOST_SIZEOF_LONG@
-HOST_SIZEOF_VOID_P = @HOST_SIZEOF_VOID_P@
-HSAILASM = @HSAILASM@
-HSA_DEVICE_EXTENSION_DEFINES = @HSA_DEVICE_EXTENSION_DEFINES@
-HSA_INCLUDES = @HSA_INCLUDES@
-HSA_LIBS = @HSA_LIBS@
-HWLOC_CFLAGS = @HWLOC_CFLAGS@
-HWLOC_LIBS = @HWLOC_LIBS@
-ICD_LD_FLAGS = @ICD_LD_FLAGS@
-INSTALL = @INSTALL@
-INSTALL_DATA = @INSTALL_DATA@
-INSTALL_PROGRAM = @INSTALL_PROGRAM@
-INSTALL_SCRIPT = @INSTALL_SCRIPT@
-INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
-KERNEL_COMPILER_LIB_VERSION = @KERNEL_COMPILER_LIB_VERSION@
-LD = @LD@
-LDFLAGS = @LDFLAGS@
-LD_FLAGS_BIN = @LD_FLAGS_BIN@
-LIBOBJS = @LIBOBJS@
-LIBRARY_SUFFIX = @LIBRARY_SUFFIX@
-LIBS = @LIBS@
-LIBTOOL = @LIBTOOL@
-LIB_AGE_VERSION = @LIB_AGE_VERSION@
-LIB_CURRENT_VERSION = @LIB_CURRENT_VERSION@
-LIB_FIRST_VERSION = @LIB_FIRST_VERSION@
-LIB_REVISION_VERSION = @LIB_REVISION_VERSION@
-LIB_VERSION = @LIB_VERSION@
-LIPO = @LIPO@
-LLC = @LLC@
-LLVM_AS = @LLVM_AS@
-LLVM_CONFIG = @LLVM_CONFIG@
-LLVM_CXX_FLAGS = @LLVM_CXX_FLAGS@
-LLVM_LDFLAGS = @LLVM_LDFLAGS@
-LLVM_LIBS = @LLVM_LIBS@
-LLVM_LINK = @LLVM_LINK@
-LLVM_OPT = @LLVM_OPT@
-LLVM_VERSION = @LLVM_VERSION@
-LN_S = @LN_S@
-LTDL_LIBS = @LTDL_LIBS@
-LTLIBOBJS = @LTLIBOBJS@
-LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
-MAKEINFO = @MAKEINFO@
-MANIFEST_TOOL = @MANIFEST_TOOL@
-MKDIR_P = @MKDIR_P@
-NM = @NM@
-NMEDIT = @NMEDIT@
-OBJDUMP = @OBJDUMP@
-OBJEXT = @OBJEXT@
-OCL_ICD_CFLAGS = @OCL_ICD_CFLAGS@
-OCL_ICD_LIBS = @OCL_ICD_LIBS@
-OCL_KERNEL_ARCH = @OCL_KERNEL_ARCH@
-OCL_KERNEL_TARGET = @OCL_KERNEL_TARGET@
-OCL_KERNEL_TARGET_CPU = @OCL_KERNEL_TARGET_CPU@
-OCL_TARGETS = @OCL_TARGETS@
-OPENCL_CFLAGS = @OPENCL_CFLAGS@
-OPENCL_CMAKE = @OPENCL_CMAKE@
-OPENCL_EXTLIBS = @OPENCL_EXTLIBS@
-OPENCL_LIBS = @OPENCL_LIBS@
-OPT = @OPT@
-OTOOL = @OTOOL@
-OTOOL64 = @OTOOL64@
-PACKAGE = @PACKAGE@
-PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
-PACKAGE_NAME = @PACKAGE_NAME@
-PACKAGE_STRING = @PACKAGE_STRING@
-PACKAGE_TARNAME = @PACKAGE_TARNAME@
-PACKAGE_URL = @PACKAGE_URL@
-PACKAGE_VERSION = @PACKAGE_VERSION@
-PATH_SEPARATOR = @PATH_SEPARATOR@
-PKG_CONFIG = @PKG_CONFIG@
-PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
-PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
-POAT_TESTSUITES = @POAT_TESTSUITES@
-POCL_DEVICE_ADDRESS_BITS = @POCL_DEVICE_ADDRESS_BITS@
-PTHREAD_CC = @PTHREAD_CC@
-PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
-PTHREAD_LIBS = @PTHREAD_LIBS@
-RANLIB = @RANLIB@
-SDL_CFLAGS = @SDL_CFLAGS@
-SDL_LIBS = @SDL_LIBS@
-SED = @SED@
-SET_MAKE = @SET_MAKE@
-SHELL = @SHELL@
-STRIP = @STRIP@
-TARGET = @TARGET@
-TARGET_CLANG_FLAGS = @TARGET_CLANG_FLAGS@
-TARGET_CPU = @TARGET_CPU@
-TARGET_LLC_FLAGS = @TARGET_LLC_FLAGS@
-TARGET_SIZEOF_DOUBLE = @TARGET_SIZEOF_DOUBLE@
-TARGET_SIZEOF_HALF = @TARGET_SIZEOF_HALF@
-TARGET_SIZEOF_LONG = @TARGET_SIZEOF_LONG@
-TARGET_SIZEOF_VOID_P = @TARGET_SIZEOF_VOID_P@
-TCECC = @TCECC@
-TCEMC_AVAILABLE = @TCEMC_AVAILABLE@
-TCE_AVAILABLE = @TCE_AVAILABLE@
-TCE_CONFIG = @TCE_CONFIG@
-TCE_DEVICE_EXTENSION_DEFINES = @TCE_DEVICE_EXTENSION_DEFINES@
-VERSION = @VERSION@
-abs_builddir = @abs_builddir@
-abs_srcdir = @abs_srcdir@
-abs_top_builddir = @abs_top_builddir@
-abs_top_srcdir = @abs_top_srcdir@
-ac_ct_AR = @ac_ct_AR@
-ac_ct_CC = @ac_ct_CC@
-ac_ct_CXX = @ac_ct_CXX@
-ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
-acx_pthread_config = @acx_pthread_config@
-am__include = @am__include@
-am__leading_dot = @am__leading_dot@
-am__quote = @am__quote@
-am__tar = @am__tar@
-am__untar = @am__untar@
-bindir = @bindir@
-build = @build@
-build_alias = @build_alias@
-build_cpu = @build_cpu@
-build_os = @build_os@
-build_vendor = @build_vendor@
-builddir = @builddir@
-datadir = @datadir@
-datarootdir = @datarootdir@
-docdir = @docdir@
-dvidir = @dvidir@
-exec_prefix = @exec_prefix@
-host = @host@
-host_alias = @host_alias@
-host_cpu = @host_cpu@
-host_os = @host_os@
-host_vendor = @host_vendor@
-htmldir = @htmldir@
-includedir = @includedir@
-infodir = @infodir@
-install_sh = @install_sh@
-libdir = @libdir@
-libexecdir = @libexecdir@
-localedir = @localedir@
-localstatedir = @localstatedir@
-mandir = @mandir@
-mkdir_p = @mkdir_p@
-oldincludedir = @oldincludedir@
-pdfdir = @pdfdir@
-prefix = @prefix@
-program_transform_name = @program_transform_name@
-psdir = @psdir@
-sbindir = @sbindir@
-sharedstatedir = @sharedstatedir@
-srcdir = @srcdir@
-sysconfdir = @sysconfdir@
-target = @target@
-target_alias = @target_alias@
-target_cpu = @target_cpu@
-target_os = @target_os@
-target_vendor = @target_vendor@
-top_build_prefix = @top_build_prefix@
-top_builddir = @top_builddir@
-top_srcdir = @top_srcdir@
-noinst_LTLIBRARIES = libpocl-devices-topology.la
-libpocl_devices_topology_la_SOURCES = pocl_topology.c pocl_topology.h
-libpocl_devices_topology_la_CPPFLAGS = -I$(top_srcdir)/fix-include -I$(top_srcdir)/include -I$(top_srcdir)/lib/CL/devices -I$(top_srcdir)/lib/CL $(HWLOC_CFLAGS) $(OCL_ICD_CFLAGS)
-libpocl_devices_topology_la_LDFLAGS = @PTHREAD_CFLAGS@
-libpocl_devices_topology_la_LIBADD = -lltdl $(HWLOC_LIBS)
-EXTRA_DIST = CMakeLists.txt
-all: all-am
-
-.SUFFIXES:
-.SUFFIXES: .c .lo .o .obj
-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
-	@for dep in $?; do \
-	  case '$(am__configure_deps)' in \
-	    *$$dep*) \
-	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
-	        && { if test -f $@; then exit 0; else break; fi; }; \
-	      exit 1;; \
-	  esac; \
-	done; \
-	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign lib/CL/devices/topology/Makefile'; \
-	$(am__cd) $(top_srcdir) && \
-	  $(AUTOMAKE) --foreign lib/CL/devices/topology/Makefile
-Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
-	@case '$?' in \
-	  *config.status*) \
-	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
-	  *) \
-	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
-	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
-	esac;
-
-$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
-	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-
-$(top_srcdir)/configure:  $(am__configure_deps)
-	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
-	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-$(am__aclocal_m4_deps):
-
-clean-noinstLTLIBRARIES:
-	-test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
-	@list='$(noinst_LTLIBRARIES)'; \
-	locs=`for p in $$list; do echo $$p; done | \
-	      sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
-	      sort -u`; \
-	test -z "$$locs" || { \
-	  echo rm -f $${locs}; \
-	  rm -f $${locs}; \
-	}
-
-libpocl-devices-topology.la: $(libpocl_devices_topology_la_OBJECTS) $(libpocl_devices_topology_la_DEPENDENCIES) $(EXTRA_libpocl_devices_topology_la_DEPENDENCIES) 
-	$(AM_V_CCLD)$(libpocl_devices_topology_la_LINK)  $(libpocl_devices_topology_la_OBJECTS) $(libpocl_devices_topology_la_LIBADD) $(LIBS)
-
-mostlyclean-compile:
-	-rm -f *.$(OBJEXT)
-
-distclean-compile:
-	-rm -f *.tab.c
-
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libpocl_devices_topology_la-pocl_topology.Plo at am__quote@
-
-.c.o:
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(COMPILE) -c -o $@ $<
-
-.c.obj:
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
-
-.c.lo:
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(LTCOMPILE) -c -o $@ $<
-
-libpocl_devices_topology_la-pocl_topology.lo: pocl_topology.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpocl_devices_topology_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libpocl_devices_topology_la-pocl_topology.lo -MD -MP -MF $(DEPDIR)/libpocl_devices_topology_la-pocl_topology.Tpo -c -o libpocl_devices_topology_la-pocl_topology.lo `test -f 'pocl_topology.c' || echo '$(srcdir)/'`pocl_topology.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libpocl_devices_topology_la-pocl_topology.Tpo $(DEPDIR)/libpocl_devices_topology_la-pocl_topology.Plo
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='pocl_topology.c' object='libpocl_devices_topology_la-pocl_topology.lo' libtool=yes @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpocl_devices_topology_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libpocl_devices_topology_la-pocl_topology.lo `test -f 'pocl_topology.c' || echo '$(srcdir)/'`pocl_topology.c
-
-mostlyclean-libtool:
-	-rm -f *.lo
-
-clean-libtool:
-	-rm -rf .libs _libs
-
-ID: $(am__tagged_files)
-	$(am__define_uniq_tagged_files); mkid -fID $$unique
-tags: tags-am
-TAGS: tags
-
-tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
-	set x; \
-	here=`pwd`; \
-	$(am__define_uniq_tagged_files); \
-	shift; \
-	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
-	  test -n "$$unique" || unique=$$empty_fix; \
-	  if test $$# -gt 0; then \
-	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
-	      "$$@" $$unique; \
-	  else \
-	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
-	      $$unique; \
-	  fi; \
-	fi
-ctags: ctags-am
-
-CTAGS: ctags
-ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
-	$(am__define_uniq_tagged_files); \
-	test -z "$(CTAGS_ARGS)$$unique" \
-	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
-	     $$unique
-
-GTAGS:
-	here=`$(am__cd) $(top_builddir) && pwd` \
-	  && $(am__cd) $(top_srcdir) \
-	  && gtags -i $(GTAGS_ARGS) "$$here"
-cscopelist: cscopelist-am
-
-cscopelist-am: $(am__tagged_files)
-	list='$(am__tagged_files)'; \
-	case "$(srcdir)" in \
-	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
-	  *) sdir=$(subdir)/$(srcdir) ;; \
-	esac; \
-	for i in $$list; do \
-	  if test -f "$$i"; then \
-	    echo "$(subdir)/$$i"; \
-	  else \
-	    echo "$$sdir/$$i"; \
-	  fi; \
-	done >> $(top_builddir)/cscope.files
-
-distclean-tags:
-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
-
-distdir: $(DISTFILES)
-	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
-	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
-	list='$(DISTFILES)'; \
-	  dist_files=`for file in $$list; do echo $$file; done | \
-	  sed -e "s|^$$srcdirstrip/||;t" \
-	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
-	case $$dist_files in \
-	  */*) $(MKDIR_P) `echo "$$dist_files" | \
-			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
-			   sort -u` ;; \
-	esac; \
-	for file in $$dist_files; do \
-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
-	  if test -d $$d/$$file; then \
-	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
-	    if test -d "$(distdir)/$$file"; then \
-	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
-	    fi; \
-	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
-	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
-	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
-	    fi; \
-	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
-	  else \
-	    test -f "$(distdir)/$$file" \
-	    || cp -p $$d/$$file "$(distdir)/$$file" \
-	    || exit 1; \
-	  fi; \
-	done
-check-am: all-am
-check: check-am
-all-am: Makefile $(LTLIBRARIES)
-installdirs:
-install: install-am
-install-exec: install-exec-am
-install-data: install-data-am
-uninstall: uninstall-am
-
-install-am: all-am
-	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
-
-installcheck: installcheck-am
-install-strip:
-	if test -z '$(STRIP)'; then \
-	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
-	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
-	      install; \
-	else \
-	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
-	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
-	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
-	fi
-mostlyclean-generic:
-
-clean-generic:
-
-distclean-generic:
-	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
-	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
-
-maintainer-clean-generic:
-	@echo "This command is intended for maintainers to use"
-	@echo "it deletes files that may require special tools to rebuild."
-clean: clean-am
-
-clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
-	mostlyclean-am
-
-distclean: distclean-am
-	-rm -rf ./$(DEPDIR)
-	-rm -f Makefile
-distclean-am: clean-am distclean-compile distclean-generic \
-	distclean-tags
-
-dvi: dvi-am
-
-dvi-am:
-
-html: html-am
-
-html-am:
-
-info: info-am
-
-info-am:
-
-install-data-am:
-
-install-dvi: install-dvi-am
-
-install-dvi-am:
-
-install-exec-am:
-
-install-html: install-html-am
-
-install-html-am:
-
-install-info: install-info-am
-
-install-info-am:
-
-install-man:
-
-install-pdf: install-pdf-am
-
-install-pdf-am:
-
-install-ps: install-ps-am
-
-install-ps-am:
-
-installcheck-am:
-
-maintainer-clean: maintainer-clean-am
-	-rm -rf ./$(DEPDIR)
-	-rm -f Makefile
-maintainer-clean-am: distclean-am maintainer-clean-generic
-
-mostlyclean: mostlyclean-am
-
-mostlyclean-am: mostlyclean-compile mostlyclean-generic \
-	mostlyclean-libtool
-
-pdf: pdf-am
-
-pdf-am:
-
-ps: ps-am
-
-ps-am:
-
-uninstall-am:
-
-.MAKE: install-am install-strip
-
-.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
-	clean-libtool clean-noinstLTLIBRARIES cscopelist-am ctags \
-	ctags-am distclean distclean-compile distclean-generic \
-	distclean-libtool distclean-tags distdir dvi dvi-am html \
-	html-am info info-am install install-am install-data \
-	install-data-am install-dvi install-dvi-am install-exec \
-	install-exec-am install-html install-html-am install-info \
-	install-info-am install-man install-pdf install-pdf-am \
-	install-ps install-ps-am install-strip installcheck \
-	installcheck-am installdirs maintainer-clean \
-	maintainer-clean-generic mostlyclean mostlyclean-compile \
-	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
-	tags tags-am uninstall uninstall-am
-
-.PRECIOUS: Makefile
-
-
-# Tell versions [3.59,3.63) of GNU make to not export all variables.
-# Otherwise a system limit (for SysV at least) may be exceeded.
-.NOEXPORT:
diff --git a/lib/CL/pocl_binary.c b/lib/CL/pocl_binary.c
new file mode 100644
index 0000000..3a4a4ff
--- /dev/null
+++ b/lib/CL/pocl_binary.c
@@ -0,0 +1,696 @@
+/* OpenCL runtime library: pocl binary
+
+   Copyright (c) 2016 pocl developers
+
+   Permission is hereby granted, free of charge, to any person obtaining a copy
+   of this software and associated documentation files (the "Software"), to deal
+   in the Software without restriction, including without limitation the rights
+   to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+   copies of the Software, and to permit persons to whom the Software is
+   furnished to do so, subject to the following conditions:
+
+   The above copyright notice and this permission notice shall be included in
+   all copies or substantial portions of the Software.
+
+   THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+   IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+   FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+   AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+   LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+   OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+   THE SOFTWARE.
+*/
+
+#include <stdint.h>
+#include <assert.h>
+#include <stdlib.h>
+#include <string.h>
+
+#include "pocl_cl.h"
+#include "pocl_binary.h"
+#include "pocl_cache.h"
+#include "pocl_file_util.h"
+
+#include <sys/stat.h>
+#include <dirent.h>
+#include <libgen.h>
+
+#ifndef __APPLE__
+  #include <endian.h>
+#else
+  #include <libkern/OSByteOrder.h>
+  #define htole16(x) OSSwapHostToLittleInt16(x)
+  #define le16toh(x) OSSwapLittleToHostInt16(x)
+  #define htole32(x) OSSwapHostToLittleInt32(x)
+  #define le32toh(x) OSSwapLittleToHostInt32(x)
+  #define htole64(x) OSSwapHostToLittleInt64(x)
+  #define le64toh(x) OSSwapLittleToHostInt64(x)
+#endif
+
+#if defined(WORDS_BIGENDIAN) && WORDS_BIGENDIAN == 1
+  static const char host_endian = 1;
+#else
+  static const char host_endian = 0;
+#endif
+
+/* pocl binary identifier */
+#define POCLCC_STRING_ID "poclbin"
+#define POCLCC_STRING_ID_LENGTH 8
+#define POCLCC_VERSION 1
+
+/* pocl binary structures */
+
+/* Note that structs are not 1:1 to what's serialized on-disk. In particular
+ * 1) for integer values, endianness is forced to LITTLE_ENDIAN
+ * 2) pointers in general are not written at all, rather reconstructed from data
+ * 3) char* strings are written as: | uint32_t strlen | strlen bytes of content |
+ * 4) files are written as two strings: | uint32_t | relative filename | uint32_t | content |
+ */
+
+typedef struct pocl_binary_kernel_s
+{
+  /* the first 3 fields are sizes in bytes of the data pieces that follow
+   * (to allow quickly jumping between records in the serialized binary;
+   * this is required to e.g. extract kernel metadata without having to
+   * completely deserialize everything in the binary) */
+
+  /* size of this entire struct serialized, including all data (binaries & arginfo sizes)
+   * current offset in binary + struct_size = offset of the next pocl_binary_kernel */
+  uint64_t struct_size;
+  /* size of kernel cachedir content serialized */
+  uint64_t binaries_size;
+  /* size of "arginfo" array of structs serialized */
+  uint32_t arginfo_size;
+
+  /* size of the kernel_name string */
+  uint32_t sizeof_kernel_name;
+  /* kernel_name string */
+  char *kernel_name;
+
+  // number of kernel arguments
+  uint32_t num_args;
+  // number of kernel local variables
+  uint32_t num_locals;
+
+  /* arguments and argument metadata. Note that not everything is stored
+   * in the serialized binary */
+  struct pocl_argument *dyn_arguments;
+  struct pocl_argument_info *arg_info;
+} pocl_binary_kernel;
+
+typedef struct pocl_binary_s
+{
+  /* file format "magic" marker */
+  char pocl_id[POCLCC_STRING_ID_LENGTH];
+  /* llvm triple + target hash */
+  uint64_t device_id;
+  /* binary format version */
+  uint32_t version;
+  /* number of kernels in the serialized pocl binary */
+  uint32_t num_kernels;
+  /* program->build_hash[device_i], required to restore files into pocl cache */
+  SHA1_digest_t program_build_hash;
+} pocl_binary;
+
+
+#define TO_LE(x)                                \
+  ((sizeof(x) == 8) ? htole64((uint64_t)x) :    \
+  ((sizeof(x) == 4) ? htole32((uint32_t)x) :    \
+  ((sizeof(x) == 2) ? htole16((uint16_t)x) :    \
+  ((sizeof(x) == 1) ? (uint8_t)(x) : 0 ))))
+
+#define FROM_LE(x)                              \
+  ((sizeof(x) == 8) ? le64toh((uint64_t)x) :    \
+  ((sizeof(x) == 4) ? le32toh((uint32_t)x) :    \
+  ((sizeof(x) == 2) ? le16toh((uint16_t)x) :    \
+  ((sizeof(x) == 1) ? (uint8_t)(x) : 0 ))))
+
+/***********************************************************/
+
+#define BUFFER_STORE(elem, type)                  \
+  do                                              \
+    {                                             \
+      type b_s_tmp = (type) TO_LE ( (type) elem); \
+      memcpy (buffer, &b_s_tmp, sizeof (type));   \
+      buffer += sizeof (type);                    \
+    }                                             \
+  while(0)
+
+#define BUFFER_READ(elem, type)                   \
+  memcpy (&elem, buffer, sizeof (type));          \
+  elem = (type) FROM_LE ( (type) elem);           \
+  buffer += sizeof (type)
+
+#define BUFFER_STORE_STR2(elem, len)              \
+  do {                                            \
+    BUFFER_STORE(len, uint32_t);                  \
+    if (len)                                      \
+      {                                           \
+        memcpy(buffer, elem, len);                \
+        buffer += len;                            \
+      }                                           \
+  } while (0)
+
+#define BUFFER_READ_STR2(elem, len)               \
+  do                                              \
+    {                                             \
+      BUFFER_READ(len, uint32_t);                 \
+      if (len)                                    \
+        {                                         \
+          elem = malloc (len + 1);                \
+          memcpy (elem, buffer, len);             \
+          elem[len] = 0;                          \
+          buffer += len;                          \
+        }                                         \
+    } while (0)
+
+#define BUFFER_STORE_STR(elem)                    \
+  do { uint32_t len = strlen(elem);               \
+    BUFFER_STORE_STR2(elem, len); } while (0)
+
+#define BUFFER_READ_STR(elem)                     \
+  do { uint32_t len = 0;                          \
+    BUFFER_READ_STR2(elem, len); } while (0)
+
+#define ADD_STRLEN(else_b)                        \
+    if (serialized)                               \
+      {                                           \
+        unsigned char* t = buffer+res;            \
+        res += *(uint32_t*)t;                     \
+        res += sizeof(uint32_t);                  \
+      }                                           \
+    else                                          \
+      {                                           \
+        res += sizeof(uint32_t);                  \
+        res += else_b;                            \
+      }
+
+/***********************************************************/
+
+static unsigned char*
+read_header(pocl_binary *b, const unsigned char *buffer)
+{
+  memset(b, 0, sizeof(pocl_binary));
+  memcpy(b->pocl_id, buffer, POCLCC_STRING_ID_LENGTH);
+  buffer += POCLCC_STRING_ID_LENGTH;
+  BUFFER_READ(b->device_id, uint64_t);
+  BUFFER_READ(b->version, uint32_t);
+  BUFFER_READ(b->num_kernels, uint32_t);
+  memcpy(b->program_build_hash, buffer, sizeof(SHA1_digest_t));
+  buffer += sizeof(SHA1_digest_t);
+  return (unsigned char*)buffer;
+}
+
+#define FNV_OFFSET UINT64_C(0xcbf29ce484222325)
+#define FNV_PRIME UINT64_C(0x100000001b3)
+static uint64_t
+pocl_binary_get_device_id(cl_device_id device)
+{
+  /* FNV-1A with whatever device returns
+   * as its build hash string */
+  uint64_t result = FNV_OFFSET;
+  char *dev_hash = device->ops->build_hash(device);
+
+  int i, length = strlen(dev_hash);
+  for (i=0; i<length; i++)
+    {
+      result *= FNV_PRIME;
+      result ^= dev_hash[i];
+    }
+  free(dev_hash);
+
+  return result;
+}
+
+static unsigned char*
+check_binary(cl_device_id device, const unsigned char *binary)
+{
+  pocl_binary b;
+  unsigned char *p = read_header(&b, binary);
+  if (b.version != POCLCC_VERSION)
+    return NULL;
+  if (strncmp(b.pocl_id, POCLCC_STRING_ID, POCLCC_STRING_ID_LENGTH))
+    return NULL;
+  if (pocl_binary_get_device_id(device) != b.device_id)
+    return NULL;
+  return p;
+}
+
+int
+pocl_binary_check_binary(cl_device_id device, const unsigned char *binary)
+{
+  return (check_binary(device, binary) != NULL);
+}
+
+/*****************************************************************************/
+
+void
+pocl_binary_set_program_buildhash(cl_program program,
+                                  unsigned device_i,
+                                  const unsigned char *binary)
+{
+  pocl_binary b;
+  read_header(&b, binary);
+  memcpy(program->build_hash[device_i],
+         b.program_build_hash, sizeof(SHA1_digest_t));
+}
+
+cl_uint
+pocl_binary_get_kernel_count(unsigned char *binary)
+{
+  pocl_binary b;
+  read_header(&b, binary);
+  return b.num_kernels;
+}
+
+cl_int
+pocl_binary_get_kernel_names(unsigned char *binary,
+                             char **kernel_names,
+                             size_t num_kernels)
+{
+  pocl_binary b;
+  unsigned char *buffer = read_header(&b, binary);
+  assert(num_kernels == b.num_kernels);
+
+  uint64_t struct_size;
+
+  unsigned char *orig_buffer;
+  unsigned i, len;
+  for (i=0; i < num_kernels; i++)
+  {
+    orig_buffer = buffer;
+    BUFFER_READ(struct_size, uint64_t);
+    // skip binaries_size & arginfo_size
+    buffer += sizeof(uint64_t) + sizeof(uint32_t);
+    BUFFER_READ_STR2(kernel_names[i], len);
+    kernel_names[i][len] = 0;
+    buffer = orig_buffer + struct_size;
+  }
+  return CL_SUCCESS;
+}
+
+/***********************************************************/
+
+/* serializes a single file. */
+static unsigned char*
+serialize_file(char* path, size_t basedir_offset, unsigned char* buffer)
+{
+  char* content;
+  uint64_t fsize;
+  char* p = path + basedir_offset;
+  BUFFER_STORE_STR(p);
+  pocl_read_file(path, &content, &fsize);
+  BUFFER_STORE_STR2(content, fsize);
+  free(content);
+  return buffer;
+}
+
+/* recursively serializes files/directories by calling
+ * either itself (on directory), or serialize_file (on files) */
+static unsigned char*
+recursively_serialize_path (char* path,
+                            size_t basedir_offset,
+                            unsigned char* buffer)
+{
+  struct stat st;
+  stat (path, &st);
+
+  if (S_ISREG (st.st_mode))
+    buffer = serialize_file (path, basedir_offset, buffer);
+
+  if (S_ISDIR (st.st_mode))
+    {
+      DIR *d;
+      struct dirent *entry;
+      char subpath[POCL_FILENAME_LENGTH];
+
+      strncpy (subpath, path, POCL_FILENAME_LENGTH);
+      char* p = subpath + strlen(subpath);
+      *p++ = '/';
+      d = opendir (path);
+      while ((entry = readdir (d)))
+        {
+          if (strcmp (entry->d_name, ".") == 0) continue;
+          if (strcmp (entry->d_name, "..") == 0) continue;
+          strcpy (p, entry->d_name);
+          buffer =
+            recursively_serialize_path (subpath, basedir_offset, buffer);
+        }
+      closedir (d);
+    }
+
+  return buffer;
+}
+
+/* serializes an entire pocl kernel cachedir. */
+static unsigned char*
+serialize_kernel_cachedir (cl_kernel kernel,
+                           unsigned device_i,
+                           unsigned char* buffer)
+{
+  cl_program program = kernel->program;
+  char path[POCL_FILENAME_LENGTH];
+  char basedir[POCL_FILENAME_LENGTH];
+
+  pocl_cache_program_path (basedir, program, device_i);
+  size_t basedir_len = strlen (basedir);
+
+  pocl_cache_kernel_cachedir (path, program, device_i, kernel);
+  POCL_MSG_PRINT_INFO ("Kernel %s: recur serializing cachedir %s\n",
+                       kernel->name, path);
+  buffer = recursively_serialize_path (path, basedir_len, buffer);
+
+  return buffer;
+}
+
+/* serializes a single kernel */
+static unsigned char*
+pocl_binary_serialize_kernel_to_buffer(cl_kernel kernel,
+                                       unsigned device_i,
+                                       unsigned char *buf)
+{
+  unsigned char *buffer = buf;
+  unsigned i;
+
+  BUFFER_STORE(0, uint64_t); // struct_size
+  BUFFER_STORE(0, uint64_t); // binaries_size
+  BUFFER_STORE(0, uint32_t); // arginfo size
+  uint32_t namelen = strlen(kernel->name);
+  BUFFER_STORE_STR2(kernel->name, namelen);
+
+  BUFFER_STORE(kernel->num_args, uint32_t);
+  BUFFER_STORE(kernel->num_locals, uint32_t);
+
+  for (i=0; i < (kernel->num_args + kernel->num_locals); i++)
+    {
+      BUFFER_STORE(kernel->dyn_arguments[i].size, uint64_t);
+    }
+
+  unsigned char *start = buffer;
+  for (i=0; i < kernel->num_args; i++)
+    {
+      pocl_argument_info *ai = &kernel->arg_info[i];
+      BUFFER_STORE(ai->access_qualifier, cl_kernel_arg_access_qualifier);
+      BUFFER_STORE(ai->address_qualifier, cl_kernel_arg_address_qualifier);
+      BUFFER_STORE(ai->type_qualifier, cl_kernel_arg_type_qualifier);
+      BUFFER_STORE(ai->is_local, char);
+      BUFFER_STORE(ai->is_set, char);
+      BUFFER_STORE(ai->type, uint32_t);
+      BUFFER_STORE_STR(ai->name);
+      BUFFER_STORE_STR(ai->type_name);
+    }
+
+  uint32_t arginfo_size = buffer - start;
+
+  unsigned char *end = serialize_kernel_cachedir (kernel, device_i, buffer);
+  uint64_t binaries_size = end - buffer;
+
+  /* write struct size properly */
+  buffer = buf;
+  uint64_t struct_size = end - buf;
+  BUFFER_STORE(struct_size, uint64_t);
+  BUFFER_STORE(binaries_size, uint64_t);
+  BUFFER_STORE(arginfo_size, uint32_t);
+
+  return end;
+}
+
+/**
+ * Deserializes a single file from the binary to disk.
+ *
+ * Returns the number of bytes read.
+ */
+static size_t
+deserialize_file (unsigned char* buffer,
+                  char* basedir,
+                  size_t offset)
+{
+  unsigned char* orig_buffer = buffer;
+  size_t len;
+
+  char* relpath = NULL;
+  BUFFER_READ_STR2 (relpath, len);
+  assert (len > 0);
+
+  char* content = NULL;
+  BUFFER_READ_STR2 (content, len);
+  assert (len > 0);
+
+  char *p = basedir + offset;
+  strcpy (p, relpath);
+  free (relpath);
+
+  char *fullpath = basedir;
+  if (pocl_exists (fullpath))
+    goto RET;
+
+  char* dir = strdup (basedir);
+  char* dirpath = dirname (dir);
+  if (!pocl_exists (dirpath))
+    pocl_mkdir_p (dirpath);
+  free (dir);
+
+  pocl_write_file (fullpath, content, len, 0, 0);
+
+RET:
+  free (content);
+  return (buffer - orig_buffer);
+}
+
+/* Deserializes all files of a single pocl kernel cachedir.  */
+static unsigned char*
+deserialize_kernel_cachedir (char* basedir, unsigned char* buffer, size_t bytes)
+{
+  size_t done = 0;
+  size_t offset = strlen (basedir);
+
+  while (done < bytes)
+    {
+      done += deserialize_file (buffer + done, basedir, offset);
+    }
+  assert(done == bytes);
+  return (buffer + done);
+}
+
+/* Deserializes a single kernel.
+
+   This has two modes of operation:
+
+   1) if name_len and name_match are non-NULL, it only fills in pocl_binary_kernel
+   with metadata (doesn't unpack files) and only if the name matches - used by
+   pocl_binary_get_kernel_metadata()
+   2) if name_len and name_match are NULL, unpacks kernel cachedir on disk, but
+   does not set up kernel metadata of pocl_binary_kernel argument - used by
+   pocl_binary_deserialize()
+ */
+static int
+pocl_binary_deserialize_kernel_from_buffer (unsigned char **buf,
+                                            pocl_binary_kernel *kernel,
+                                            const char* name_match,
+                                            size_t name_len,
+                                            char* basedir)
+{
+  unsigned i;
+  unsigned char *buffer = *buf;
+
+  memset(kernel, 0, sizeof(pocl_binary_kernel));
+  BUFFER_READ(kernel->struct_size, uint64_t);
+  BUFFER_READ(kernel->binaries_size, uint64_t);
+  BUFFER_READ(kernel->arginfo_size, uint32_t);
+  BUFFER_READ_STR2(kernel->kernel_name, kernel->sizeof_kernel_name);
+  BUFFER_READ(kernel->num_args, uint32_t);
+  BUFFER_READ(kernel->num_locals, uint32_t);
+
+  if (name_len > 0 && name_match)
+    {
+      *buf = *buf + kernel->struct_size;
+      if (kernel->sizeof_kernel_name != name_len)
+          return CL_INVALID_KERNEL_NAME;
+      if (strncmp (kernel->kernel_name, name_match, kernel->sizeof_kernel_name))
+          return CL_INVALID_KERNEL_NAME;
+
+      kernel->dyn_arguments = calloc ((kernel->num_args + kernel->num_locals),
+                                      sizeof(struct pocl_argument));
+      POCL_RETURN_ERROR_COND ((!kernel->dyn_arguments), CL_OUT_OF_HOST_MEMORY);
+
+      for (i=0; i < (kernel->num_args + kernel->num_locals); i++)
+        {
+          BUFFER_READ (kernel->dyn_arguments[i].size, uint64_t);
+          kernel->dyn_arguments[i].value = NULL;
+        }
+
+      kernel->arg_info = calloc (kernel->num_args, sizeof (struct pocl_argument_info));
+      POCL_RETURN_ERROR_COND ((!kernel->arg_info), CL_OUT_OF_HOST_MEMORY);
+
+      for (i = 0; i < kernel->num_args; i++)
+        {
+          pocl_argument_info *ai = &kernel->arg_info[i];
+          BUFFER_READ (ai->access_qualifier, cl_kernel_arg_access_qualifier);
+          BUFFER_READ (ai->address_qualifier, cl_kernel_arg_address_qualifier);
+          BUFFER_READ (ai->type_qualifier, cl_kernel_arg_type_qualifier);
+          BUFFER_READ (ai->is_local, char);
+          BUFFER_READ (ai->is_set, char);
+          BUFFER_READ (ai->type, uint32_t);
+          BUFFER_READ_STR (ai->name);
+          BUFFER_READ_STR (ai->type_name);
+        }
+    }
+  else
+    {
+      buffer += ((kernel->num_args + kernel->num_locals) * sizeof (uint64_t));
+      buffer += kernel->arginfo_size;
+      buffer =
+        deserialize_kernel_cachedir (basedir, buffer, kernel->binaries_size);
+    }
+
+  *buf = buffer;
+  return CL_SUCCESS;
+
+}
+
+/***********************************************************/
+
+cl_int
+pocl_binary_serialize(cl_program program, unsigned device_i, size_t *size)
+{
+  unsigned char *buffer = program->pocl_binaries[device_i];
+  size_t sizeof_buffer = program->pocl_binary_sizes[device_i];
+  unsigned char *end_of_buffer = buffer + sizeof_buffer;
+  unsigned char *start = buffer;
+
+  unsigned num_kernels = program->num_kernels;
+
+  memcpy(buffer, POCLCC_STRING_ID, POCLCC_STRING_ID_LENGTH);
+  buffer += POCLCC_STRING_ID_LENGTH;
+  BUFFER_STORE(pocl_binary_get_device_id(program->devices[device_i]), uint64_t);
+  BUFFER_STORE(POCLCC_VERSION, uint32_t);
+  BUFFER_STORE(num_kernels, uint32_t);
+  memcpy(buffer, program->build_hash[device_i], sizeof(SHA1_digest_t));
+  buffer += sizeof(SHA1_digest_t);
+
+  assert(buffer < end_of_buffer);
+
+  unsigned i;
+  for (i=0; i < num_kernels; i++)
+    {
+      cl_kernel kernel = program->default_kernels[i];
+      buffer = pocl_binary_serialize_kernel_to_buffer(kernel, device_i, buffer);
+      assert(buffer <= end_of_buffer);
+    }
+
+  if (size)
+    *size = (buffer - start);
+  return CL_SUCCESS;
+}
+
+cl_int
+pocl_binary_deserialize(cl_program program, unsigned device_i)
+{
+  unsigned char *buffer = program->pocl_binaries[device_i];
+  size_t sizeof_buffer = program->pocl_binary_sizes[device_i];
+  unsigned char *end_of_buffer = buffer + sizeof_buffer;
+
+  pocl_binary b;
+  buffer = read_header(&b, buffer);
+
+  //assert(pocl_binary_check_binary_header(&b));
+  assert (buffer < end_of_buffer);
+
+  pocl_binary_kernel k;
+  char basedir[POCL_FILENAME_LENGTH];
+
+  unsigned i;
+  for (i = 0; i < b.num_kernels; i++)
+    {
+      pocl_cache_program_path (basedir, program, device_i);
+      if (pocl_binary_deserialize_kernel_from_buffer
+          (&buffer, &k, 0, 0, basedir) != CL_SUCCESS)
+        goto ERROR;
+      assert (buffer <= end_of_buffer);
+    }
+  return CL_SUCCESS;
+
+ERROR:
+  return CL_OUT_OF_HOST_MEMORY;
+}
+
+#define MAX_BINARY_SIZE (256 << 20)
+
+size_t
+pocl_binary_sizeof_binary(cl_program program, unsigned device_i)
+{
+  if (program->pocl_binary_sizes[device_i])
+    return program->pocl_binary_sizes[device_i];
+
+  assert(program->pocl_binaries[device_i] == NULL);
+  /* dumb solution, but
+       * 1) it's simple,
+       * 2) we'll likely need the binary itself soon anyway,
+       * 3) memory is COW these days.. */
+  size_t res = 0;
+  unsigned char *temp_buf = malloc(MAX_BINARY_SIZE);
+  program->pocl_binaries[device_i] = temp_buf;
+  program->pocl_binary_sizes[device_i] = MAX_BINARY_SIZE;
+
+  if (pocl_binary_serialize(program, device_i, &res) != CL_SUCCESS)
+    {
+      POCL_MEM_FREE(program->pocl_binaries[device_i]);
+      program->pocl_binary_sizes[device_i] = 0;
+      return 0;
+    }
+
+  program->pocl_binaries[device_i] = malloc(res);
+  program->pocl_binary_sizes[device_i] = res;
+  memcpy(program->pocl_binaries[device_i], temp_buf, res);
+  free(temp_buf);
+  return res;
+
+}
+
+/***********************************************************/
+
+cl_int
+pocl_binary_get_kernel_metadata (unsigned char *binary, const char *kernel_name,
+                                cl_kernel kernel, cl_device_id device)
+{
+  assert (kernel_name);
+  size_t name_len = strlen (kernel_name);
+
+  int found = 0;
+  pocl_binary b;
+  memset(&b, 0, sizeof (pocl_binary));
+  pocl_binary_kernel k;
+  memset(&k, 0, sizeof (pocl_binary_kernel));
+
+  unsigned char* buffer = read_header (&b, binary);
+
+  POCL_RETURN_ERROR_ON ((!pocl_binary_check_binary (device, binary)),
+                        CL_INVALID_PROGRAM,
+                        "Deserialized a binary, but it doesn't seem to be "
+                        "for this device.\n");
+
+  unsigned j;
+  assert (b.num_kernels > 0);
+  for (j = 0; j < b.num_kernels; j++)
+    {
+      if (pocl_binary_deserialize_kernel_from_buffer (
+            &buffer, &k, kernel_name, name_len, NULL) == CL_SUCCESS)
+        {
+          found = 1;
+          break;
+        }
+    }
+
+  POCL_RETURN_ERROR_ON ((!found), CL_INVALID_KERNEL_NAME, "Kernel not found\n");
+
+  kernel->num_args = k.num_args;
+  kernel->num_locals = k.num_locals;
+  kernel->dyn_arguments = k.dyn_arguments;
+  kernel->arg_info = k.arg_info;
+  free (k.kernel_name);
+
+  POCL_RETURN_ERROR_COND ((kernel->reqd_wg_size = calloc(3, sizeof(int))) == NULL,
+                          CL_OUT_OF_HOST_MEMORY);
+
+  return CL_SUCCESS;
+}
diff --git a/lib/CL/pocl_binary.h b/lib/CL/pocl_binary.h
new file mode 100644
index 0000000..ef556cf
--- /dev/null
+++ b/lib/CL/pocl_binary.h
@@ -0,0 +1,80 @@
+/* OpenCL runtime library: pocl binary
+
+   Copyright (c) 2016 pocl developers
+
+   Permission is hereby granted, free of charge, to any person obtaining a copy
+   of this software and associated documentation files (the "Software"), to deal
+   in the Software without restriction, including without limitation the rights
+   to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+   copies of the Software, and to permit persons to whom the Software is
+   furnished to do so, subject to the following conditions:
+
+   The above copyright notice and this permission notice shall be included in
+   all copies or substantial portions of the Software.
+
+   THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+   IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+   FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+   AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+   LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+   OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+   THE SOFTWARE.
+*/
+
+#ifndef POCL_BINARY_FORMAT_H
+#define POCL_BINARY_FORMAT_H
+
+#include "pocl_cl.h"
+
+#ifdef __cplusplus
+extern "C" {
+#endif
+
+#ifdef __GNUC__
+#pragma GCC visibility push(hidden)
+#endif
+
+
+/* check if buffer is pocl binary format, returns 1 if true */
+int pocl_binary_check_binary(cl_device_id device, const unsigned char *binary);
+
+
+
+/* returns the size of pocl_binaries[device_i] for allocation */
+size_t pocl_binary_sizeof_binary(cl_program program, unsigned device_i);
+
+/* unpacks the content of program->pocl_binaries[device_i] into pocl cache */
+cl_int pocl_binary_deserialize(cl_program program, unsigned device_i);
+
+/* pocl cache -> program->pocl_binaries[device_i] */
+cl_int pocl_binary_serialize(cl_program program, unsigned device_i, size_t *size);
+
+
+/* sets the program's build_hash[device_i] for creating a program directory */
+void pocl_binary_set_program_buildhash(cl_program program,
+                                       unsigned device_i,
+                                       const unsigned char *binary);
+
+/* returns the number of kernels without unpacking the binary */
+cl_uint pocl_binary_get_kernel_count(unsigned char *binary);
+
+/* returns the kernel names without unpacking the binary */
+cl_int pocl_binary_get_kernel_names(unsigned char *binary,
+                                    char **kernel_names,
+                                    size_t num_kernels);
+
+/* sets up cl_kernel's metadata, without unpacking the binary in pocl kcache */
+cl_int pocl_binary_get_kernel_metadata(unsigned char *binary,
+                                       const char *kernel_name,
+                                       cl_kernel kernel, cl_device_id device);
+
+
+#ifdef __GNUC__
+#pragma GCC visibility pop
+#endif
+
+#ifdef __cplusplus
+}
+#endif
+
+#endif
diff --git a/lib/CL/pocl_cache.c b/lib/CL/pocl_cache.c
index f626dea..2bf5eeb 100644
--- a/lib/CL/pocl_cache.c
+++ b/lib/CL/pocl_cache.c
@@ -27,10 +27,14 @@
 #include <unistd.h>
 
 #include "config.h"
+
 #ifdef POCL_BUILT_WITH_CMAKE
 #include "pocl_build_timestamp.h"
 #endif
+
+#ifdef OCS_AVAILABLE
 #include "kernellib_hash.h"
+#endif
 
 #include "pocl_hash.h"
 #include "pocl_cache.h"
@@ -51,6 +55,15 @@
 static char cache_topdir[POCL_FILENAME_LENGTH];
 static int cache_topdir_initialized = 0;
 
+/* sanity check on SHA1 digest emptiness */
+static unsigned buildhash_is_valid(cl_program   program, unsigned     device_i)
+{
+  unsigned i, sum = 0;
+  for(i=0; i<sizeof(SHA1_digest_t); i++)
+    sum += program->build_hash[device_i][i];
+  return sum;
+}
+
 int pocl_cl_device_to_index(cl_program   program,
                             cl_device_id device) {
     unsigned i;
@@ -62,15 +75,15 @@ int pocl_cl_device_to_index(cl_program   program,
     return -1;
 }
 
-static void program_device_dir(char*        path,
-                              cl_program   program,
-                              unsigned     device_i,
-                              const char*        append_path) {
+static void program_device_dir(char *path,
+                               cl_program program,
+                               unsigned device_i,
+                               const char* append_path)
+{
     assert(path);
     assert(program);
     assert(device_i < program->num_devices);
-    /* sanity check on SHA1 digest emptiness */
-    assert(program->build_hash[device_i][0] > 0);
+    assert(buildhash_is_valid(program, device_i));
 
     int bytes_written = snprintf(path, POCL_FILENAME_LENGTH,
                                  "%s/%s%s", cache_topdir,
@@ -79,6 +92,12 @@ static void program_device_dir(char*        path,
     assert(bytes_written > 0 && bytes_written < POCL_FILENAME_LENGTH);
 }
 
+void pocl_cache_program_path(char*        path,
+                             cl_program   program,
+                             unsigned     device_i)
+{
+  program_device_dir (path, program, device_i, "");
+}
 
 // required in llvm API
 void pocl_cache_program_bc_path(char*        program_bc_path,
@@ -88,9 +107,14 @@ void pocl_cache_program_bc_path(char*        program_bc_path,
                        device_i, POCL_PROGRAM_BC_FILENAME);
 }
 
-static void pocl_cache_kernel_cachedir_path(char* kernel_cachedir_path, cl_program   program,
-                                 unsigned device_i, cl_kernel kernel, char* append_str,
-                                 size_t local_x, size_t local_y, size_t local_z)
+void pocl_cache_kernel_cachedir_path (char* kernel_cachedir_path,
+                                             cl_program program,
+                                             unsigned device_i,
+                                             cl_kernel kernel,
+                                             char* append_str,
+                                             size_t local_x,
+                                             size_t local_y,
+                                             size_t local_z)
 {
   int bytes_written;
   char tempstring[POCL_FILENAME_LENGTH];
@@ -113,6 +137,16 @@ static void pocl_cache_kernel_cachedir_path(char* kernel_cachedir_path, cl_progr
 
 }
 
+void pocl_cache_kernel_cachedir(char* kernel_cachedir_path, cl_program   program,
+                                unsigned device_i, cl_kernel kernel)
+{
+  int bytes_written;
+  char tempstring[POCL_FILENAME_LENGTH];
+  bytes_written = snprintf(tempstring, POCL_FILENAME_LENGTH,
+                           "/%s", kernel->name);
+  assert(bytes_written > 0 && bytes_written < POCL_FILENAME_LENGTH);
+  program_device_dir(kernel_cachedir_path, program, device_i, tempstring);
+}
 
 
 // required in llvm API
@@ -308,7 +342,7 @@ int pocl_cache_append_to_buildlog(cl_program  program,
 
 /******************************************************************************/
 
-
+#ifdef OCS_AVAILABLE
 int pocl_cache_write_kernel_parallel_bc(void*        bc,
                                         cl_program   program,
                                         unsigned     device_i,
@@ -331,31 +365,9 @@ int pocl_cache_write_kernel_parallel_bc(void*        bc,
     return pocl_write_module(bc, kernel_parallel_path, 0);
 }
 
-int pocl_cache_make_kernel_cachedir_path(char*        kernel_cachedir_path,
-                                         cl_program   program,
-                                         cl_device_id device,
-                                         cl_kernel    kernel,
-                                         size_t       local_x,
-                                         size_t       local_y,
-                                         size_t       local_z) {
-    int index = pocl_cl_device_to_index(program, device);
-    assert(index >= 0);
-
-    pocl_cache_kernel_cachedir_path(kernel_cachedir_path, program, index,
-                                     kernel, "", local_x, local_y, local_z);
-
-    return pocl_mkdir_p(kernel_cachedir_path);
-}
-
 
 /******************************************************************************/
 
-
-
-
-
-
-
 static inline void
 build_program_compute_hash(cl_program program,
                            unsigned   device_i,
@@ -373,11 +385,20 @@ build_program_compute_hash(cl_program program,
         assert(source_len > 0);
         pocl_SHA1_Update(&hash_ctx, (uint8_t*)preprocessed_source,
                          source_len);
-    } else     { /* Program was created with clCreateProgramWithBinary() */
-        assert(program->binaries[device_i]);
-        pocl_SHA1_Update(&hash_ctx,
-                         (uint8_t*) program->binaries[device_i],
-                         program->binary_sizes[device_i]);
+    } else if (program->pocl_binary_sizes[device_i] > 0) {
+      /* Program was created with clCreateProgramWithBinary() with
+	 a pocl binary */
+      assert(program->pocl_binaries[device_i]);
+      pocl_SHA1_Update(&hash_ctx,
+		       (uint8_t*) program->pocl_binaries[device_i],
+		       program->pocl_binary_sizes[device_i]);
+
+    } else {
+      /* Program was created with clCreateProgramWithBinary() with an LLVM IR binary */
+      assert(program->binaries[device_i]);
+      pocl_SHA1_Update(&hash_ctx,
+		       (uint8_t*) program->binaries[device_i],
+		       program->binary_sizes[device_i]);
     }
 
     if (program->compiler_options)
@@ -392,6 +413,10 @@ build_program_compute_hash(cl_program program,
     pocl_SHA1_Update(&hash_ctx, (uint8_t*) wg_method, strlen(wg_method));
     pocl_SHA1_Update(&hash_ctx, (uint8_t*) PACKAGE_VERSION,
                      strlen(PACKAGE_VERSION));
+#ifdef POCL_KCACHE_SALT
+    pocl_SHA1_Update(&hash_ctx, (uint8_t*) POCL_KCACHE_SALT,
+                     strlen(POCL_KCACHE_SALT));
+#endif
     pocl_SHA1_Update(&hash_ctx, (uint8_t*) LLVM_VERSION,
                      strlen(LLVM_VERSION));
     pocl_SHA1_Update(&hash_ctx, (uint8_t*) POCL_BUILD_TIMESTAMP,
@@ -400,8 +425,11 @@ build_program_compute_hash(cl_program program,
                      strlen(POCL_KERNELLIB_SHA1));
     /*devices may include their own information to hash */
     if (device->ops->build_hash)
-        device->ops->build_hash(device->data, &hash_ctx);
-
+      {
+        char *dev_hash = device->ops->build_hash(device);
+        pocl_SHA1_Update(&hash_ctx, (const uint8_t *)dev_hash, strlen(dev_hash));
+        free(dev_hash);
+      }
 
     uint8_t digest[SHA1_DIGEST_SIZE];
     pocl_SHA1_Final(&hash_ctx, digest);
@@ -417,6 +445,8 @@ build_program_compute_hash(cl_program program,
     program->build_hash[device_i][2] = '/';
 
 }
+#endif
+
 
 #ifdef ANDROID
 static
@@ -501,12 +531,12 @@ void pocl_cache_init_topdir() {
     }
 
     if (needed >= POCL_FILENAME_LENGTH) {
-        POCL_ABORT("pocl: cache path longer than maximum filename length");
+        POCL_ABORT("pocl: cache path longer than maximum filename length\n");
     }
 
     assert(strlen(cache_topdir) > 0);
     if (pocl_mkdir_p(cache_topdir))
-        POCL_ABORT("Could not create topdir for cache");
+        POCL_ABORT("Could not create topdir %s for cache\n", cache_topdir);
     cache_topdir_initialized = 1;
 
 }
@@ -526,12 +556,13 @@ pocl_cache_create_program_cachedir(cl_program program,
                                    size_t source_len,
                                    char* program_bc_path)
 {
+    assert(cache_topdir_initialized);
+
+#ifdef OCS_AVAILABLE
     const char *hash_source = NULL;
     uint8_t old_build_hash[SHA1_DIGEST_SIZE] = {0};
     size_t hs_len = 0;
 
-    assert(cache_topdir_initialized);
-
     if (program->source && preprocessed_source==NULL) {
         hash_source = program->source;
         hs_len = strlen(program->source);
@@ -558,6 +589,10 @@ pocl_cache_create_program_cachedir(cl_program program,
         pocl_cache_release_lock(program->read_locks[device_i]);
         program->read_locks[device_i] = NULL;
     }
+#else
+    assert(buildhash_is_valid(program, device_i));
+    assert(program->read_locks[device_i] == NULL);
+#endif
 
     program_device_dir(program_bc_path, program, device_i, "");
 
diff --git a/lib/CL/pocl_cl.h b/lib/CL/pocl_cl.h
index 6e874d2..6bc0c2f 100644
--- a/lib/CL/pocl_cl.h
+++ b/lib/CL/pocl_cl.h
@@ -43,9 +43,11 @@
 #  include "pocl_icd.h"
 #endif
 #include "pocl.h"
+#include "pocl_tracing.h"
 #include "pocl_debug.h"
 #include "pocl_hash.h"
-
+#include "pocl_runtime_config.h"
+#include "common.h"
 
 #if __STDC_VERSION__ < 199901L
 # if __GNUC__ >= 2
@@ -55,12 +57,6 @@
 # endif
 #endif
 
-#ifdef CLANGXX
-#define LINK_CMD CLANGXX
-#else
-#define LINK_CMD CLANG
-#endif
-
 typedef pthread_mutex_t pocl_lock_t;
 #define POCL_LOCK_INITIALIZER PTHREAD_MUTEX_INITIALIZER
 
@@ -70,23 +66,25 @@ typedef pthread_mutex_t pocl_lock_t;
 #define POCL_LOCK(__LOCK__) pthread_mutex_lock (&(__LOCK__))
 #define POCL_UNLOCK(__LOCK__) pthread_mutex_unlock (&(__LOCK__))
 #define POCL_INIT_LOCK(__LOCK__) pthread_mutex_init (&(__LOCK__), NULL)
-#define POCL_DESTROY_LOCK(__LOCK__) pthread_mutex_destroy (&(__LOCK__))
+/* We recycle OpenCL objects by not actually freeing them until the
+   very end. Thus, the lock should not be destoryed at the refcount 0. */
+#define POCL_DESTROY_LOCK(__LOCK__) pthread_mutex_destroy (&(__LOCK__)) 
 
 #define POCL_LOCK_OBJ(__OBJ__) POCL_LOCK((__OBJ__)->pocl_lock)
 #define POCL_UNLOCK_OBJ(__OBJ__) POCL_UNLOCK((__OBJ__)->pocl_lock)
 
-#define POCL_RELEASE_OBJECT(__OBJ__, __NEW_REFCOUNT__)  \
-  do {                                                  \
-    POCL_LOCK_OBJ (__OBJ__);                            \
-    __NEW_REFCOUNT__ = --(__OBJ__)->pocl_refcount;      \
-    POCL_UNLOCK_OBJ (__OBJ__);                          \
-    if (__NEW_REFCOUNT__ == 0) POCL_DESTROY_LOCK ((__OBJ__)->pocl_lock); \
+#define POCL_RELEASE_OBJECT(__OBJ__, __NEW_REFCOUNT__)                  \
+  do {                                                                  \
+    POCL_LOCK_OBJ (__OBJ__);                                            \
+    __NEW_REFCOUNT__ = --(__OBJ__)->pocl_refcount;                      \
+    assert((__OBJ__)->pocl_refcount >= 0);                              \
+    POCL_UNLOCK_OBJ (__OBJ__);                                          \
   } while (0)
 
 #define POCL_RETAIN_OBJECT(__OBJ__)             \
   do {                                          \
     POCL_LOCK_OBJ (__OBJ__);                    \
-    (__OBJ__)->pocl_refcount++;                   \
+    ++((__OBJ__)->pocl_refcount);               \
     POCL_UNLOCK_OBJ (__OBJ__);                  \
   } while (0)
 
@@ -119,7 +117,7 @@ typedef pthread_mutex_t pocl_lock_t;
 /* Declares the generic pocl object attributes inside a struct. */
 #define POCL_OBJECT \
   pocl_lock_t pocl_lock; \
-  int pocl_refcount 
+  volatile int pocl_refcount 
 
 #define POCL_OBJECT_INIT \
   POCL_LOCK_INITIALIZER, 0
@@ -152,7 +150,7 @@ typedef pthread_mutex_t pocl_lock_t;
 #  define POCL_ALIAS_OPENCL_SYMBOL(name)                                \
   __typeof__(name) name __attribute__((alias ("PO" #name), visibility("default")));
 #  define POsymAlways(name) POCL_ALIAS_OPENCL_SYMBOL(name)
-#  ifdef DIRECT_LINKAGE
+#  if defined(DIRECT_LINKAGE) || !defined(BUILD_ICD)
 #    define POsym(name) POCL_ALIAS_OPENCL_SYMBOL(name)
 #  else
 #    define POsym(name)
@@ -181,10 +179,13 @@ typedef pthread_mutex_t pocl_lock_t;
 #define POCL_HAS_KERNEL_ARG_TYPE_QUALIFIER     8
 #define POCL_HAS_KERNEL_ARG_NAME               16
 
-struct pocl_argument {
-  size_t size;
+typedef struct pocl_argument {
+  uint64_t size;
   void *value;
-};
+} pocl_argument;
+
+
+typedef struct event_node event_node;
 
 /**
  * Enumeration for kernel argument types
@@ -196,25 +197,74 @@ typedef enum {
   POCL_ARG_TYPE_SAMPLER = 3,
 } pocl_argument_type;
 
-struct pocl_argument_info {
-  pocl_argument_type type;
-  char is_local;
-  char is_set;
+typedef struct pocl_argument_info {
+  char* type_name;
+  char* name;
   cl_kernel_arg_address_qualifier address_qualifier;
   cl_kernel_arg_access_qualifier access_qualifier;
-  char* type_name;
   cl_kernel_arg_type_qualifier type_qualifier;
-  char* name;
-};
+  pocl_argument_type type;
+  char is_local;
+  char is_set;
+} pocl_argument_info;
 
 struct pocl_device_ops {
   const char *device_name;
+  void *shared_data; /* data to be shared by a devices of same type */
   void (*init_device_infos) (struct _cl_device_id*);
   /* implementation */
+
+  /* New driver api extension for out-of-order execution and
+     asynchronous devices.
+     See this for reference: http://URN.fi/URN:NBN:fi:tty-201412051583
+     See basic and pthread driver for reference. */
+
+  /* submit gives the command for the device. The command may be left in the cq
+     or stored to the device driver owning the cq. */
+  void (*submit) (_cl_command_node *node, cl_command_queue cq);
+
+  /* join is called by clFinish and this function blocks until all the enqueued
+     commands are finished. */
+  void (*join) (cl_device_id device, cl_command_queue cq);
+
+  /* flush is called when clFlush is called. This function ensures that
+     commands will be eventually executed. It is up to the device what happens
+     here, if anything. See basic and pthread for reference. */
+  void (*flush) (cl_device_id device, cl_command_queue cq);
+
+  /* notify is used to communicate to a device driver that an event, it has
+     been waiting, has been completed. */
+  void (*notify) (cl_device_id device, cl_event event);
+
+  /* broadcast is(has to be) called by the device driver when a command is
+     completed.
+     It is used to broadcast notifications to device drivers waiting
+     this event to complete.
+     There is a default implementation for this. Use it if there is no need
+     to do anything special here. */
+  void (*broadcast) (cl_event event);
+
+  /* wait_event is blocking the execution until the waited event is complete.*/
+  void (*wait_event) (cl_device_id device, cl_event event);
+
+  /* update_event is an alternative way of handling event status changes if
+     something device spesific needs to be done when the status of the event
+     changes.
+     this function is called POCL_UPDATE_EVENT_* macros if available.
+     may be NULL, no need to implement if not needed. */
+  void (*update_event) (cl_device_id device, cl_event event, cl_int status);
+
+  /* free_event_data may be called when event is freed. Event data may only be
+     used by the device driver owning the corresponding command.
+     No need to implement this if the device does not need any event data. */
+  void (*free_event_data) (cl_event event);
+
+  /* /New driver api extension */
+
   void (*uninit) (cl_device_id device);
   unsigned int (*probe) (struct pocl_device_ops *ops);
   void (*init) (cl_device_id device, const char *parameters);
-  cl_int (*alloc_mem_obj) (cl_device_id device, cl_mem mem_obj);
+  cl_int (*alloc_mem_obj) (cl_device_id device, cl_mem mem_obj, void* host_ptr);
   void *(*create_sub_buffer) (void *data, void* buffer, size_t origin, size_t size);
   void (*free) (cl_device_id device, cl_mem mem_obj);
   void (*free_ptr) (cl_device_id device, void* mem_ptr);
@@ -249,7 +299,7 @@ struct pocl_device_ops {
                      size_t dst_row_pitch,
                      size_t dst_slice_pitch);
 
-void (*fill_rect) (void *data,
+  void (*fill_rect) (void *data,
                    void *__restrict__ const device_ptr,
                    const size_t *__restrict__ const buffer_origin,
                    const size_t *__restrict__ const region,
@@ -258,19 +308,19 @@ void (*fill_rect) (void *data,
                    void *fill_pixel,
                    size_t pixel_size);
 
-void (*memfill) (void *ptr,
-                 size_t size,
-                 size_t offset,
-                 const void* pattern,
-                 size_t pattern_size);
+  void (*memfill) (void *ptr,
+                   size_t size,
+                   size_t offset,
+                   const void* pattern,
+                   size_t pattern_size);
 
   /* Maps 'size' bytes of device global memory at buf_ptr + offset to 
      host-accessible memory. This might or might not involve copying 
      the block from the device. */
   void* (*map_mem) (void *data, void *buf_ptr, size_t offset, size_t size, void *host_ptr);
-  void* (*unmap_mem) (void *data, void *host_ptr, void *device_start_ptr, size_t size);
-  
-  void (*compile_submitted_kernels) (_cl_command_node* cmd);
+  void* (*unmap_mem) (void *data, void *host_ptr, void *device_start_ptr, size_t offset, size_t size);
+
+  void (*compile_kernel) (_cl_command_node* cmd, cl_kernel kernel, cl_device_id device);
   void (*run) (void *data, _cl_command_node* cmd);
   void (*run_native) (void *data, _cl_command_node* cmd);
 
@@ -281,7 +331,9 @@ void (*memfill) (void *ptr,
      owns the returned string. */
   char* (*init_build) (void *data);
 
-  void (*build_hash) (void *data, SHA1_CTX *build_hash);
+  void (*init_target_machine) (void *data, void *target_machine);
+
+  char* (*build_hash) (cl_device_id device);
 
     /* return supported image formats */
   cl_int (*get_supported_image_formats) (cl_mem_flags flags,
@@ -326,6 +378,7 @@ struct _cl_device_id {
   cl_bool image_support;
   cl_uint max_read_image_args;
   cl_uint max_write_image_args;
+  cl_uint max_read_write_image_args;
   size_t image2d_max_width;
   size_t image2d_max_height;
   size_t image3d_max_width;
@@ -383,12 +436,13 @@ struct _cl_device_id {
   cl_uint cl_version_minor;    // 0
   const char *cl_version_std;  // "CL2.0"
   cl_uint cl_version_int;      // 200
- 
+
   void *data;
   const char* llvm_target_triplet; /* the llvm target triplet to use */
   const char* llvm_cpu; /* the llvm CPU variant to use */
-  /* A running number (starting from zero) across all the device instances. Used for 
-     indexing  arrays in data structures with device specific entries. */
+  /* A running number (starting from zero) across all the device instances.
+     Used for indexing arrays in data structures with device specific
+     entries. */
   int dev_id;
   int global_mem_id; /* identifier for device global memory */
   /* pointer to an accounting struct for global memory */
@@ -397,8 +451,13 @@ struct _cl_device_id {
   /* Convert automatic local variables to kernel arguments? */
   int autolocals_to_args;
 
-  // True if the device supports SVM has priority
-  // at allocating Shared Virtual Memory
+  /* The target specific IDs for the different OpenCL address spaces. */
+  unsigned global_as_id;
+  unsigned local_as_id;
+  unsigned constant_as_id;
+
+  /* True if the device supports SVM. Then it has the responsibility of
+     allocating shared buffers residing in Shared Virtual Memory areas. */
   cl_bool should_allocate_svm;
   /* OpenCL 2.0 properties */
   cl_device_svm_capabilities svm_caps;
@@ -413,6 +472,7 @@ struct _cl_device_id {
   cl_command_queue_properties on_host_queue_props;
 
   struct pocl_device_ops *ops; /* Device operations, shared amongst same devices */
+
 };
 
 #define DEVICE_SVM_FINEGR(dev) (dev->svm_caps & (CL_DEVICE_SVM_FINE_GRAIN_BUFFER \
@@ -423,6 +483,10 @@ struct _cl_device_id {
 
 #define DEVICE_MMAP_IS_NOP(dev) (DEVICE_SVM_FINEGR(dev) && DEVICE_SVM_ATOM(dev))
 
+#define CHECK_DEVICE_AVAIL_RET(dev) if(!dev->available) { POCL_MSG_ERR("This cl_device is not available.\n"); return CL_INVALID_DEVICE; }
+#define CHECK_DEVICE_AVAIL_RETV(dev) if(!dev->available) { POCL_MSG_ERR("This cl_device is not available.\n"); return; }
+
+
 struct _cl_platform_id {
   POCL_ICD_OBJECT
 }; 
@@ -450,6 +514,14 @@ struct _cl_context {
 
 };
 
+typedef struct _pocl_data_sync_item pocl_data_sync_item;
+struct _pocl_data_sync_item {
+  unsigned int volatile event_id;
+  cl_event volatile event;
+  pocl_data_sync_item *volatile next;
+};
+
+struct _cl_event;
 struct _cl_command_queue {
   POCL_ICD_OBJECT
   POCL_OBJECT;
@@ -458,12 +530,18 @@ struct _cl_command_queue {
   cl_device_id device;
   cl_command_queue_properties properties;
   /* implementation */
-  _cl_command_node *root;
+  cl_event events; /* events of the enqueued commands in enqueue order */
+  _cl_command_node * volatile root;
+  struct _cl_event * volatile barrier;
+  volatile int command_count; /* counter for unfinished command enqueued */
+  volatile pocl_data_sync_item last_event;
 };
 
+
 /* memory identifier: id to point the global memory where memory resides 
                       + pointer to actual data */
-typedef struct _pocl_mem_identifier{
+typedef struct _pocl_mem_identifier {
+  int available; /* ... in this mem objs context */
   int global_mem_id;
   void* mem_ptr;
 } pocl_mem_identifier;
@@ -489,12 +567,22 @@ struct _cl_mem {
      The location of the device's buffer ptr is determined by
      the device's dev_id. */
   pocl_mem_identifier *device_ptrs;
+  /* device that allocated, and is going to free, 
+     the shared system mem allocation */
+  cl_device_id shared_mem_allocation_owner;
+  /* device where this mem obj resides */
+  volatile cl_device_id owning_device;
+  /* latest event assosiated with the buffer, set NULL when event completed */
+  volatile cl_event latest_event;
   /* A linked list of regions of the buffer mapped to the 
      host memory */
   mem_mapping_t *mappings;
   /* in case this is a sub buffer, this points to the parent
      buffer */
   cl_mem_t *parent;
+  /* A linked list of destructor callbacks */
+  mem_destructor_callback_t *destructor_callbacks;
+
   /* Image flags */
   cl_bool                 is_image;
   cl_channel_order        image_channel_order;
@@ -510,13 +598,18 @@ struct _cl_mem {
   cl_uint                 num_mip_levels;
   cl_uint                 num_samples;
   cl_mem                  buffer;
-  /* Pipe specific */
-  cl_uint packet_size;
-  cl_uint max_packets;
+
+  /* pipe flags */
+  cl_bool                 is_pipe;
+  size_t                  pipe_packet_size;
+  size_t                  pipe_max_packets;
 };
 
 typedef uint8_t SHA1_digest_t[SHA1_DIGEST_SIZE * 2 + 1];
 
+/* Any value except zero, just have to be an invalid pointer. */
+#define ADDING_DEFAULT_KERNELS_TO_CL_PROGRAM (void*)11
+
 struct _cl_program {
   POCL_ICD_OBJECT
   POCL_OBJECT;
@@ -528,10 +621,20 @@ struct _cl_program {
   char *source;
   /* The options in the last clBuildProgram call for this Program. */
   char *compiler_options;
-  /* The binaries for each device. Currently the binary is directly the
-     sequential bitcode produced from the kernel sources.*/
-  size_t *binary_sizes; 
-  unsigned char **binaries; 
+  /* The binaries for each device.  Currently the binary is directly the
+     sequential bitcode produced from the kernel sources.  */
+  size_t *binary_sizes;
+  unsigned char **binaries;
+
+  /* Poclcc binary format.  */
+  size_t *pocl_binary_sizes;
+  unsigned char **pocl_binaries;
+
+  /* "Default" kernels. See: https://github.com/pocl/pocl/issues/390  */
+  size_t num_kernels;
+  char **kernel_names;
+  cl_kernel *default_kernels;
+
   /* implementation */
   cl_kernel kernels;
   /* Per-device program hash after build */
@@ -546,6 +649,10 @@ struct _cl_program {
   void** read_locks;
   /* Use to store build status */
   cl_build_status build_status;
+  /* Use to store binary type */
+  cl_program_binary_type binary_type;
+  /* Use to store build porgram callback (pfn_notify) */
+  build_program_callback_t *buildprogram_callback;
 };
 
 struct _cl_kernel {
@@ -556,8 +663,6 @@ struct _cl_kernel {
   cl_uint num_args;
   cl_context context;
   cl_program program;
-  /* implementation */
-  lt_dlhandle dlhandle;
   struct pocl_argument_info *arg_info;
   cl_bitfield has_arg_metadata;
   cl_uint num_locals;
@@ -577,6 +682,13 @@ struct event_callback_item
   struct event_callback_item *next;
 };
 
+
+struct event_node
+{
+  cl_event event;
+  event_node * volatile next;
+};
+
 typedef struct _cl_event _cl_event;
 struct _cl_event {
   POCL_ICD_OBJECT
@@ -584,26 +696,39 @@ struct _cl_event {
   cl_context context;
   cl_command_queue queue;
   cl_command_type command_type;
+  _cl_command_node *command;
+  unsigned int id;
 
   /* list of callback functions */
-  event_callback_item* callback_list;
+  event_callback_item *volatile callback_list;
+
+  /* list of devices needing completion notification for this event */
+  event_node * volatile notify_list;
+  event_node * volatile wait_list;
+
+  /* OoO doesn't use sync points -> put used buffers here */
+  cl_mem *mem_objs;
+  int num_buffers;
 
   /* The execution status of the command this event is monitoring. */
-  cl_int status;
+  volatile cl_int status;
 
   /* Profiling data: time stamps of the different phases of execution. */
   cl_ulong time_queue;  /* the enqueue time */
   cl_ulong time_submit; /* the time the command was submitted to the device */
   cl_ulong time_start;  /* the time the command actually started executing */
-  cl_ulong time_end;    /* the finish time of the command */   
+  cl_ulong time_end;    /* the finish time of the command */
+
+  void *data; /* Device specific data */  
 
   /* impicit event = an event for pocl's internal use, not visible to user */
   int implicit_event;
   _cl_event * volatile next;
+  _cl_event * volatile prev;
 };
 
-typedef struct _cl_sampler cl_sampler_t;
 
+typedef struct _cl_sampler cl_sampler_t;
 struct _cl_sampler {
   POCL_ICD_OBJECT
   cl_bool             normalized_coords;
@@ -616,10 +741,15 @@ struct _cl_sampler {
     if ((__event) != NULL && (*(__event)) != NULL)                      \
       {                                                                 \
         cl_command_queue __cq = (*(__event))->queue;                    \
-        (*(__event))->status = CL_QUEUED;                               \
-        if (__cq && __cq->properties & CL_QUEUE_PROFILING_ENABLE)       \
-          (*(__event))->time_queue =                                    \
-            __cq->device->ops->get_timer_value(__cq->device->data);     \
+        if ((__cq)->device->ops->update_event)                   \
+          (__cq)->device->ops->update_event((__cq)->device, (*__event), CL_QUEUED);    \
+        else {                                                          \
+          (*(__event))->status = CL_QUEUED;                             \
+          if (__cq && __cq->properties & CL_QUEUE_PROFILING_ENABLE)     \
+            (*(__event))->time_queue =                                  \
+              __cq->device->ops->get_timer_value(__cq->device->data);   \
+        }                                                               \
+        pocl_event_updated(*(__event), CL_QUEUED);                      \
       }                                                                 \
   } while (0)                                                           \
 
@@ -628,11 +758,16 @@ struct _cl_sampler {
     if ((__event) != NULL && (*(__event)) != NULL)                      \
       {                                                                 \
         assert((*(__event))->status == CL_QUEUED);                      \
-        (*(__event))->status = CL_SUBMITTED;                            \
-        cl_command_queue __cq = (*(__event))->queue;                    \
-        if (__cq && __cq->properties & CL_QUEUE_PROFILING_ENABLE)       \
-          (*(__event))->time_submit =                                   \
-            __cq->device->ops->get_timer_value(__cq->device->data);     \
+         cl_command_queue __cq = (*(__event))->queue;                    \
+        if ((__cq)->device->ops->update_event)                   \
+          (__cq)->device->ops->update_event((__cq)->device, (*(__event)), CL_SUBMITTED);    \
+        else {                                                          \
+          (*(__event))->status = CL_SUBMITTED;                          \
+          if (__cq && __cq->properties & CL_QUEUE_PROFILING_ENABLE)     \
+            (*(__event))->time_submit =                                 \
+              __cq->device->ops->get_timer_value(__cq->device->data);   \
+        }                                                               \
+        pocl_event_updated(*(__event), CL_SUBMITTED);                   \
       }                                                                 \
   } while (0)                                                           \
 
@@ -641,11 +776,16 @@ struct _cl_sampler {
     if (__event != NULL && (*(__event)) != NULL)                        \
       {                                                                 \
         assert((*(__event))->status == CL_SUBMITTED);                   \
-        (*(__event))->status = CL_RUNNING;                              \
         cl_command_queue __cq = (*(__event))->queue;                    \
-        if (__cq && __cq->properties & CL_QUEUE_PROFILING_ENABLE)       \
-          (*(__event))->time_start =                                    \
-            __cq->device->ops->get_timer_value(__cq->device->data);     \
+        if ((__cq)->device->ops->update_event)                   \
+          (__cq)->device->ops->update_event((__cq)->device, (*(__event)), CL_RUNNING);    \
+        else {                                                          \
+          (*(__event))->status = CL_RUNNING;                            \
+          if (__cq && __cq->properties & CL_QUEUE_PROFILING_ENABLE)     \
+            (*(__event))->time_start =                                  \
+              __cq->device->ops->get_timer_value(__cq->device->data);   \
+        }                                                               \
+        pocl_event_updated(*(__event), CL_RUNNING);                     \
       }                                                                 \
   } while (0)                                                           \
 
@@ -654,15 +794,32 @@ struct _cl_sampler {
     if ((__event) != NULL && (*(__event)) != NULL)                      \
       {                                                                 \
         assert((*(__event))->status == CL_RUNNING);                     \
-        (*(__event))->status = CL_COMPLETE;                             \
         cl_command_queue __cq = (*(__event))->queue;                    \
-        if (__cq && __cq->properties & CL_QUEUE_PROFILING_ENABLE)       \
-          (*(__event))->time_end =                                      \
-            __cq->device->ops->get_timer_value(__cq->device->data);     \
+        assert((*(__event))->status == CL_RUNNING);                     \
+        if ((__cq)->device->ops->update_event)                          \
+          (__cq)->device->ops->update_event((__cq)->device, (*(__event)), CL_COMPLETE); \
+        else{                                                           \
+          pocl_mem_objs_cleanup ((*__event));                           \
+          POCL_LOCK_OBJ (*(__event));                                   \
+          (*(__event))->status = CL_COMPLETE;                           \
+          if ((__cq)->properties & CL_QUEUE_PROFILING_ENABLE){          \
+            (*(__event))->time_end =                                    \
+            (__cq)->device->ops->get_timer_value((__cq)->device->data); \
+          }                                                             \
+          (__cq)->device->ops->broadcast(*(__event));                   \
+          POCL_UNLOCK_OBJ (*(__event));                                 \
+          pocl_update_command_queue(*(__event));                        \
+        }                                                               \
+        pocl_event_updated(*(__event), CL_COMPLETE);                    \
+        POname(clReleaseEvent) (*(__event));                            \
       }                                                                 \
   } while (0)                                                           \
 
+#ifndef __cplusplus
+
 #define min(a,b) (((a) < (b)) ? (a) : (b))
 #define max(a,b) (((a) > (b)) ? (a) : (b))
 
+#endif
+
 #endif /* POCL_CL_H */
diff --git a/lib/CL/pocl_debug.h b/lib/CL/pocl_debug.h
index 6f1e2b3..a4d86cd 100644
--- a/lib/CL/pocl_debug.h
+++ b/lib/CL/pocl_debug.h
@@ -50,6 +50,8 @@ extern "C" {
 /* Debugging macros. Also macros for marking unimplemented parts of specs or
    untested parts of the implementation. */
 
+extern int pocl_aborting;
+
 #define POCL_ABORT_UNIMPLEMENTED(MSG)                                   \
     do {                                                                \
         fprintf(stderr,"%s is unimplemented (%s:%d)\n",                 \
@@ -73,8 +75,9 @@ extern "C" {
 
 #define POCL_ABORT(...)                                                 \
     do {                                                                \
-        fprintf(stderr, __VA_ARGS__);                                  \
-        exit(2);                                                        \
+        pocl_aborting = 1;                                              \
+        fprintf(stderr, __VA_ARGS__);                                   \
+        abort();                                                        \
     } while (0)
 
 #define POCL_ERROR(x) do { if (errcode_ret != NULL) {                   \
diff --git a/lib/CL/pocl_file_util.c b/lib/CL/pocl_file_util.c
new file mode 100644
index 0000000..faa56bc
--- /dev/null
+++ b/lib/CL/pocl_file_util.c
@@ -0,0 +1,222 @@
+#if !defined(_MSC_VER) && !defined(__MINGW32__)
+#include <unistd.h>
+#include <sys/types.h>
+#include <sys/stat.h>
+#include <fcntl.h>
+#include <dirent.h>
+#else
+#include <io.h>
+#endif
+
+#include <assert.h>
+#include <stdio.h>
+#include <stdlib.h>
+#include <errno.h>
+#include <string.h>
+
+#include "pocl.h"
+#include "pocl_file_util.h"
+
+/*****************************************************************************/
+
+int
+pocl_rm_rf(const char* path) 
+{
+  DIR *d = opendir(path);
+  size_t path_len = strlen(path);
+  int error = -1;
+  
+  if(d) 
+    {
+      struct dirent *p = readdir(d);
+      error = 0;
+      while (!error && p)
+        {
+          char *buf;
+          if (!strcmp(p->d_name, ".") || !strcmp(p->d_name, ".."))
+            continue;
+          
+          size_t len = path_len + strlen(p->d_name) + 2;
+          buf = malloc(len);
+          buf[len] = '\0';
+          if (buf)
+            {
+              struct stat statbuf;
+              snprintf(buf, len, "%s/%s", path, p->d_name);
+              
+              if (!stat(buf, &statbuf))
+                error = pocl_rm_rf(buf);
+              else 
+                error = remove(buf);
+              
+              free(buf);
+            }
+          p = readdir(d);
+        }
+      closedir(d);
+      
+      if (!error)
+        remove(path);
+    }
+  return error;
+}
+
+
+int
+pocl_mkdir_p (const char* path)
+{
+  int error;
+  int errno_tmp;
+  error = mkdir (path, S_IRWXU);
+  if (error && errno == ENOENT)
+    { // creates all needed directories recursively
+      char *previous_path;
+      int previous_path_length = strrchr (path, '/') - path;
+      previous_path = malloc (previous_path_length + 1);
+      strncpy (previous_path, path, previous_path_length);
+      previous_path[previous_path_length] = '\0';
+      pocl_mkdir_p ((const char*) previous_path);
+      free (previous_path);
+      error = mkdir (path, S_IRWXU);
+    }
+  else if (error && errno == EEXIST)
+    error = 0;
+
+  return error;
+}
+
+int
+pocl_remove(const char* path) 
+{
+  return remove(path);
+}
+
+int
+pocl_exists(const char* path) 
+{
+  return !access(path, R_OK);
+}
+
+int
+pocl_filesize(const char* path, uint64_t* res) 
+{
+  FILE *f = fopen(path, "r");
+  if (f == NULL)
+    return -1;
+  
+  fseek(f, 0, SEEK_END);
+  *res = ftell(f);
+  
+  fclose(f);
+  return 0;
+}
+
+int 
+pocl_touch_file(const char* path) 
+{
+  FILE *f = fopen(path, "w");
+  if (f)
+    {
+      fclose(f);
+      return 0;
+    }
+  return -1;
+}
+/****************************************************************************/
+
+int
+pocl_read_file(const char* path, char** content, uint64_t *filesize) 
+{
+  assert(content);
+  assert(path);
+  assert(filesize);
+  
+  *content = NULL;
+  
+  int errcode = pocl_filesize(path, filesize);
+  ssize_t fsize = (ssize_t)(*filesize);
+  if (!errcode) 
+    {
+      FILE *f = fopen(path, "r");
+      
+      *content = (char*)malloc(fsize+1);
+      
+      size_t rsize = fread(*content, 1, fsize, f);
+      (*content)[rsize] = '\0';
+      if (rsize < (size_t)fsize) 
+        {
+          errcode = -1;
+          fclose(f);
+        } 
+      else 
+        {
+          if (fclose(f))
+            errcode = -1;
+        }
+    }
+  return errcode;
+}
+
+
+
+int 
+pocl_write_file(const char *path, const char* content,
+                uint64_t    count,
+                int         append,
+                int         dont_rewrite) 
+{
+  assert(path);
+  assert(content);
+  
+  if (pocl_exists(path)) 
+    {
+      if (dont_rewrite) 
+        {
+          if (!append)
+            return 0;
+        } 
+      else 
+        {
+          int res = pocl_remove(path);
+          if (res)
+            return res;
+        }
+    }
+  
+  FILE *f;
+  if (append)
+    f = fopen(path, "a");
+  else
+    f = fopen(path, "w");
+  
+  if (f == NULL)
+    return -1;
+  
+  if (fwrite(content, 1, (size_t)count, f) < (size_t)count)
+    return -1;
+  
+  return fclose(f);
+}
+
+
+/****************************************************************************/
+
+static void* 
+acquire_lock_internal(const char* path, int shared) 
+{
+  /* Can't return value that compares equal to NULL */
+  return (void*)4096;
+}
+
+
+void* 
+acquire_lock(const char *path, int shared) 
+{
+    return acquire_lock_internal(path, shared);
+}
+
+
+void release_lock(void* lock) 
+{
+    return;
+}
diff --git a/lib/CL/pocl_image_util.c b/lib/CL/pocl_image_util.c
index 0a5be92..083ecc7 100644
--- a/lib/CL/pocl_image_util.c
+++ b/lib/CL/pocl_image_util.c
@@ -112,8 +112,10 @@ pocl_check_device_supports_image(const cl_mem image,
           image->image_channel_order &&
           supported_image_formats[i].image_channel_data_type ==
           image->image_channel_data_type)
-        errcode = CL_SUCCESS;
-        goto ERROR;
+        {
+          errcode = CL_SUCCESS;
+          goto ERROR;
+        }
     }
 
   POCL_GOTO_ERROR_ON(1, CL_INVALID_IMAGE_FORMAT_DESCRIPTOR,
@@ -154,6 +156,10 @@ pocl_get_image_information (cl_channel_order ch_order,
     {
       *channels_out = 1;
     }
+  else if (ch_order == CL_RG || ch_order == CL_RGx || ch_order == CL_RA)
+    {
+      *channels_out = 2;
+    }
   else
     {
       *channels_out = 4;
diff --git a/lib/CL/pocl_img_buf_cpy.c b/lib/CL/pocl_img_buf_cpy.c
index d30c59c..c15afea 100644
--- a/lib/CL/pocl_img_buf_cpy.c
+++ b/lib/CL/pocl_img_buf_cpy.c
@@ -34,6 +34,7 @@
  */
 
 cl_int pocl_rect_copy(cl_command_queue command_queue,
+                      cl_command_type command_type,
                       cl_mem src,
                       cl_int src_is_image,
                       cl_mem dst,
@@ -51,7 +52,9 @@ cl_int pocl_rect_copy(cl_command_queue command_queue,
 {
   cl_int errcode;
   cl_device_id device;
+  _cl_command_node *cmd = NULL;
   unsigned i;
+  cl_mem buffers[2] = {src, dst};
 
   POCL_RETURN_ERROR_COND((command_queue == NULL), CL_INVALID_COMMAND_QUEUE);
 
@@ -118,10 +121,15 @@ cl_int pocl_rect_copy(cl_command_queue command_queue,
   memcpy(mod_src_origin, src_origin, 3*sizeof(size_t));
   memcpy(mod_dst_origin, dst_origin, 3*sizeof(size_t));
 
-  if (src_is_image && dst_is_image)
+  if (src_is_image)
     {
       mod_region[0] *= src->image_elem_size * src->image_channels;
       mod_src_origin[0] *= src->image_elem_size * src->image_channels;
+    }
+  if (dst_is_image)
+    {
+      if (!src_is_image)
+        mod_region[0] *= dst->image_elem_size * dst->image_channels;
       mod_dst_origin[0] *= dst->image_elem_size * dst->image_channels;
     }
 
@@ -179,39 +187,37 @@ cl_int pocl_rect_copy(cl_command_queue command_queue,
 
   POCL_CHECK_DEV_IN_CMDQ;
 
-  /* execute directly */
-  /* TODO: enqueue the read_rect if this is a non-blocking read (see
-     clEnqueueReadBuffer) */
-  if (command_queue->properties & CL_QUEUE_OUT_OF_ORDER_EXEC_MODE_ENABLE)
-    {
-      POCL_ABORT_UNIMPLEMENTED("clEnqueueCopyBufferRect: Out-of-order queue");
-      /* wait for the event in event_wait_list to finish */
-    }
-  else
-    {
-      /* in-order queue - all previously enqueued commands must 
-       * finish before this read */
-      // ensure our buffer is not freed yet
-      POname(clRetainMemObject) (src);
-      POname(clRetainMemObject) (dst);
-      POname(clFinish)(command_queue);
-    }
-  POCL_UPDATE_EVENT_SUBMITTED(event);
-  POCL_UPDATE_EVENT_RUNNING(event);
-
-  /* TODO: offset computation doesn't work in case the ptr is not 
-     a direct pointer */
-  device->ops->copy_rect(device->data,
-                       src->device_ptrs[device->dev_id].mem_ptr,
-                       dst->device_ptrs[device->dev_id].mem_ptr,
-                       mod_src_origin, mod_dst_origin, mod_region,
-                       src_row_pitch, src_slice_pitch,
-                       dst_row_pitch, dst_slice_pitch);
-
-  POCL_UPDATE_EVENT_COMPLETE(event);
-
-  POname(clReleaseMemObject) (src);
-  POname(clReleaseMemObject) (dst);
+  errcode = pocl_create_command (&cmd, command_queue, command_type,
+                                 event, num_events_in_wait_list,
+                                 event_wait_list, 2, buffers);
+
+  if (errcode != CL_SUCCESS)
+    return errcode;
+
+  cmd->command.copy_image.src_buffer = src;
+  cmd->command.copy_image.src_device =
+    (src->owning_device) ? src->owning_device : command_queue->device;
+  cmd->command.copy_image.dst_buffer = dst;
+  cmd->command.copy_image.dst_device =
+    (dst->owning_device) ? dst->owning_device : command_queue->device;
+  cmd->command.copy_image.src_origin[0] = mod_src_origin[0];
+  cmd->command.copy_image.src_origin[1] = mod_src_origin[1];
+  cmd->command.copy_image.src_origin[2] = mod_src_origin[2];
+  cmd->command.copy_image.dst_origin[0] = mod_dst_origin[0];
+  cmd->command.copy_image.dst_origin[1] = mod_dst_origin[1];
+  cmd->command.copy_image.dst_origin[2] = mod_dst_origin[2];
+  cmd->command.copy_image.region[0] = mod_region[0];
+  cmd->command.copy_image.region[1] = mod_region[1];
+  cmd->command.copy_image.region[2] = mod_region[2];
+  cmd->command.copy_image.src_rowpitch = src_row_pitch;
+  cmd->command.copy_image.src_slicepitch = src_slice_pitch;
+  cmd->command.copy_image.dst_rowpitch = dst_row_pitch;
+  cmd->command.copy_image.dst_slicepitch = dst_slice_pitch;
+
+  POname(clRetainMemObject) (src);
+  POname(clRetainMemObject) (dst);
+
+  pocl_command_enqueue(command_queue, cmd);
 
   return CL_SUCCESS;
 }
diff --git a/lib/CL/pocl_intfn.h b/lib/CL/pocl_intfn.h
index 7af08fd..cfb6e71 100644
--- a/lib/CL/pocl_intfn.h
+++ b/lib/CL/pocl_intfn.h
@@ -40,6 +40,7 @@ POdeclsym(clCreateImage3D)
 POdeclsym(clCreateImage)
 POdeclsym(clCreateKernel)
 POdeclsym(clCreateKernelsInProgram)
+POdeclsym(clCreatePipe)
 POdeclsym(clCreateProgramWithBinary)
 POdeclsym(clCreateProgramWithSource)
 POdeclsym(clCreateSampler)
@@ -47,6 +48,7 @@ POdeclsym(clCreateSubBuffer)
 POdeclsym(clCreateSubDevices)
 POdeclsym(clCreateUserEvent)
 POdeclsym(clEnqueueBarrier)
+POdeclsym(clEnqueueBarrierWithWaitList)
 POdeclsym(clEnqueueCopyBuffer)
 POdeclsym(clEnqueueCopyBufferRect)
 POdeclsym(clEnqueueCopyBufferToImage) 
@@ -55,6 +57,7 @@ POdeclsym(clEnqueueCopyImageToBuffer)
 POdeclsym(clEnqueueMapBuffer)
 POdeclsym(clEnqueueMapImage)
 POdeclsym(clEnqueueMarker) 
+POdeclsym(clEnqueueMigrateMemObjects)
 POdeclsym(clEnqueueNativeKernel)
 POdeclsym(clEnqueueNDRangeKernel)
 POdeclsym(clEnqueueReadBuffer)
@@ -111,6 +114,7 @@ POdeclsym(clSetKernelArg)
 POdeclsym(clSetMemObjectDestructorCallback)
 POdeclsym(clSetUserEventStatus)
 POdeclsym(clUnloadCompiler)
+POdeclsym(clUnloadPlatformCompiler)
 POdeclsym(clWaitForEvents)
 POdeclsym(clEnqueueSVMFree)
 POdeclsym(clEnqueueSVMMap)
diff --git a/lib/CL/pocl_llvm.h b/lib/CL/pocl_llvm.h
index 581f639..7f4b423 100644
--- a/lib/CL/pocl_llvm.h
+++ b/lib/CL/pocl_llvm.h
@@ -29,6 +29,10 @@
 extern "C" {
 #endif
 
+#ifdef __GNUC__
+#pragma GCC visibility push(hidden)
+#endif
+
 /* Returns the cpu name as reported by LLVM. */
 char* get_cpu_name();
 
@@ -63,8 +67,8 @@ int pocl_llvm_get_kernel_metadata
  * at a time or control the options through thread safe methods.
  */
 int pocl_llvm_generate_workgroup_function
-(cl_device_id device, cl_kernel kernel,
- size_t local_x, size_t local_y, size_t local_z
+(char* kernel_cachedir, cl_device_id device,
+ cl_kernel kernel, size_t local_x, size_t local_y, size_t local_z
 );
 
 /**
@@ -96,7 +100,7 @@ unsigned pocl_llvm_get_kernel_count(cl_program program);
  * Returns the number of kernels found in the program (may be greater than
  * 'max_num_krn')
  */
-unsigned pocl_llvm_get_kernel_names( cl_program program, const char **knames, unsigned max_num_krn);
+unsigned pocl_llvm_get_kernel_names( cl_program program, char **knames, unsigned max_num_krn);
 
 /** Compile the kernel in infile from LLVM bitcode to native object file for
  * device, into outfile.
@@ -112,6 +116,9 @@ pocl_update_program_llvm_irs(cl_program program, unsigned device_i,
                              cl_device_id device);
 
 
+#ifdef __GNUC__
+#pragma GCC visibility pop
+#endif
 
 
 #ifdef __cplusplus
diff --git a/lib/CL/pocl_llvm_api.cc b/lib/CL/pocl_llvm_api.cc
index ac4ec4b..e92d5a5 100644
--- a/lib/CL/pocl_llvm_api.cc
+++ b/lib/CL/pocl_llvm_api.cc
@@ -2,18 +2,18 @@
    the different kernel compilation phases.
 
    Copyright (c) 2013 Kalle Raiskila
-                 2013-2015 Pekka Jääskeläinen
-   
+                 2013-2017 Pekka Jääskeläinen
+
    Permission is hereby granted, free of charge, to any person obtaining a copy
    of this software and associated documentation files (the "Software"), to deal
    in the Software without restriction, including without limitation the rights
    to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
    copies of the Software, and to permit persons to whom the Software is
    furnished to do so, subject to the following conditions:
-   
+
    The above copyright notice and this permission notice shall be included in
    all copies or substantial portions of the Software.
-   
+
    THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
    IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
    FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
@@ -35,10 +35,15 @@ IGNORE_COMPILER_WARNING("-Wstrict-aliasing")
 #include "clang/Frontend/FrontendActions.h"
 #include "clang/Frontend/TextDiagnosticBuffer.h"
 
+#ifndef LLVM_OLDER_THAN_4_0
+#include "clang/Lex/PreprocessorOptions.h"
+#endif
+
 // For some reason including pocl.h before including CodeGenAction.h
 // causes an error. Some kind of macro definition issue. To investigate.
 #include "pocl.h"
 
+
 #include "llvm/LinkAllPasses.h"
 #ifdef LLVM_OLDER_THAN_3_7
 #include "llvm/PassManager.h"
@@ -50,7 +55,13 @@ IGNORE_COMPILER_WARNING("-Wstrict-aliasing")
 using llvm::legacy::PassManager;
 #endif
 
+#ifdef LLVM_OLDER_THAN_4_0
 #include "llvm/Bitcode/ReaderWriter.h"
+#else
+#include "llvm/Bitcode/BitcodeReader.h"
+#include "llvm/Bitcode/BitcodeWriter.h"
+#endif
+
 #include "llvm/Transforms/Utils/Cloning.h"
 
 #include "llvm/Linker/Linker.h"
@@ -94,6 +105,7 @@ using llvm::legacy::PassManager;
 #include "linker.h"
 #include "pocl_file_util.h"
 #include "pocl_cache.h"
+#include "TargetAddressSpaces.h"
 
 using namespace clang;
 using namespace llvm;
@@ -111,7 +123,7 @@ POP_COMPILER_DIAGS
  * work-around, allocate this from heap.
  */
 static LLVMContext *globalContext = NULL;
-LLVMContext *GlobalContext() {
+static LLVMContext *GlobalContext() {
   if (globalContext == NULL) globalContext = new LLVMContext();
   return globalContext;
 }
@@ -121,6 +133,9 @@ LLVMContext *GlobalContext() {
 
 static llvm::sys::Mutex kernelCompilerLock;
 
+/* Global pocl device to be used by passes if needed */
+cl_device_id currentPoclDevice = NULL;
+
 static void InitializeLLVM();
 
 //#define DEBUG_POCL_LLVM_API
@@ -230,11 +245,11 @@ int pocl_llvm_build_program(cl_program program,
   // Use CompilerInvocation::CreateFromArgs to initialize
   // CompilerInvocation. This way we can reuse the Clang's
   // command line parsing.
-  llvm::IntrusiveRefCntPtr<clang::DiagnosticIDs> diagID = 
+  llvm::IntrusiveRefCntPtr<clang::DiagnosticIDs> diagID =
     new clang::DiagnosticIDs();
-  llvm::IntrusiveRefCntPtr<clang::DiagnosticOptions> diagOpts = 
+  llvm::IntrusiveRefCntPtr<clang::DiagnosticOptions> diagOpts =
     new clang::DiagnosticOptions();
-  clang::TextDiagnosticBuffer *diagsBuffer = 
+  clang::TextDiagnosticBuffer *diagsBuffer =
     new clang::TextDiagnosticBuffer();
 
   clang::DiagnosticsEngine diags(diagID, &*diagOpts, diagsBuffer);
@@ -268,6 +283,9 @@ int pocl_llvm_build_program(cl_program program,
       llvm::StringRef tok = extensions.slice(e_start, e_end);
       e_start = e_end + 1;
       ss << "-D" << tok.str() << " ";
+#ifndef LLVM_OLDER_THAN_4_0
+      ss << "-cl-ext=" << tok.str() << " ";
+#endif
     }
   }
 
@@ -287,6 +305,9 @@ int pocl_llvm_build_program(cl_program program,
   // The current directory is a standard search path.
   ss << "-I. ";
 
+  // required for clGetKernelArgInfo()
+  ss << "-cl-kernel-arg-info ";
+
   ss << user_options << " ";
 
   if (device->endian_little)
@@ -311,22 +332,19 @@ int pocl_llvm_build_program(cl_program program,
   int cl_std_major = temp.c_str()[pos] - '0';
   int cl_std_minor = temp.c_str()[pos+2] - '0';
   int cl_std_i = cl_std_major * 100 + cl_std_minor * 10;
-  // if (cl_std_i != 10) && (cl_std != 11) && (cl_std != 12) (cl_std != 20)
   ss << "-D__OPENCL_C_VERSION__=" << cl_std_i << " ";
 
   /* With fp-contract we get calls to fma with processors which do not
-      have fma instructions. These ruin the performance. Better to have
-      the mul+add separated in the IR. */
+     have fma instructions. These ruin the performance. Better to have
+     the mul+add separated in the IR. */
   ss << "-fno-builtin -ffp-contract=off ";
   // This is required otherwise the initialization fails with
-  // unknown triplet ''
+  // unknown triple ''
   ss << "-triple=" << device->llvm_target_triplet << " ";
   if (device->llvm_cpu != NULL)
     ss << "-target-cpu " << device->llvm_cpu << " ";
 
-#ifdef DEBUG_POCL_LLVM_API
-  std::cout << "pocl_llvm_build_program: Final options: " << ss.str() << std::endl;
-#endif
+  POCL_MSG_PRINT_INFO("all build options: %s\n", ss.str().c_str());
 
   std::istream_iterator<std::string> begin(ss);
   std::istream_iterator<std::string> end;
@@ -355,44 +373,50 @@ int pocl_llvm_build_program(cl_program program,
     POCL_MEM_FREE(program->build_log[device_i]);
 
   if (!CompilerInvocation::CreateFromArgs
-      (pocl_build, itemcstrs.data(), itemcstrs.data() + itemcstrs.size(), 
-       diags))
-    {
-      pocl_cache_create_program_cachedir(program, device_i, NULL, 0,
-        program_bc_path);
-      get_build_log(program, device_i, ss_build_log, diagsBuffer, CI.getSourceManager());
-      return CL_INVALID_BUILD_OPTIONS;
-    }
-  
+      (pocl_build, itemcstrs.data(), itemcstrs.data() + itemcstrs.size(),
+       diags)) {
+    pocl_cache_create_program_cachedir(program, device_i, NULL, 0,
+                                       program_bc_path);
+    get_build_log(program, device_i, ss_build_log, diagsBuffer, CI.getSourceManager());
+    return CL_INVALID_BUILD_OPTIONS;
+  }
+
   LangOptions *la = pocl_build.getLangOpts();
+  PreprocessorOptions &po = pocl_build.getPreprocessorOpts();
+
+#ifdef LLVM_OLDER_THAN_3_9
   pocl_build.setLangDefaults
     (*la, clang::IK_OpenCL, clang::LangStandard::lang_opencl12);
-  
+#else
+  llvm::Triple triple(device->llvm_target_triplet);
+  pocl_build.setLangDefaults
+    (*la, clang::IK_OpenCL, triple, po, clang::LangStandard::lang_opencl12);
+#endif
+
   // LLVM 3.3 and older do not set that char is signed which is
   // defined by the OpenCL C specs (but not by C specs).
   la->CharIsSigned = true;
 
-  // the per-file types don't seem to override this 
+  // the per-file types don't seem to override this
   la->OpenCLVersion = cl_std_i;
+#ifdef POCL_USE_FAKE_ADDR_SPACE_IDS
   la->FakeAddressSpaceMap = true;
+#else
+  la->FakeAddressSpaceMap = false;
+#endif
   la->Blocks = true; //-fblocks
   la->MathErrno = false; // -fno-math-errno
   la->NoBuiltin = true;  // -fno-builtin
   la->AsmBlocks = true;  // -fasm (?)
 
-  PreprocessorOptions &po = pocl_build.getPreprocessorOpts();
-
   std::string kernelh;
-  if (pocl_get_bool_option("POCL_BUILDING", 0))
-    { 
-      kernelh  = SRCDIR;
-      kernelh += "/include/_kernel.h";
-    }
-  else
-    {
-      kernelh = PKGDATADIR;
-      kernelh += "/include/_kernel.h";
-    }
+  if (pocl_get_bool_option("POCL_BUILDING", 0)) {
+    kernelh  = SRCDIR;
+    kernelh += "/include/_kernel.h";
+  } else {
+    kernelh = PKGDATADIR;
+    kernelh += "/include/_kernel.h";
+  }
   po.Includes.push_back(kernelh);
 
   clang::TargetOptions &ta = pocl_build.getTargetOpts();
@@ -407,8 +431,8 @@ int pocl_llvm_build_program(cl_program program,
 
   FrontendOptions &fe = pocl_build.getFrontendOpts();
   // The CreateFromArgs created an stdin input which we should remove first.
-  fe.Inputs.clear(); 
-  if (load_source(fe, program)!=0)
+  fe.Inputs.clear();
+  if (load_source(fe, program) != 0)
     return CL_OUT_OF_HOST_MEMORY;
 
   CodeGenOptions &cg = pocl_build.getCodeGenOpts();
@@ -417,6 +441,10 @@ int pocl_llvm_build_program(cl_program program,
   // Let the vectorizer or another optimization pass unroll the loops,
   // in case it sees beneficial.
   cg.UnrollLoops = false;
+  // Lets leave vectorization to later compilation phase
+  cg.VectorizeLoop = false;
+  cg.VectorizeSLP = false;
+  cg.VectorizeBB = false;
   // This workarounds a Frontend codegen issues with an illegal address
   // space cast which is later flattened (and thus implicitly fixed) in
   // the TargetAddressSpaces. See:  https://github.com/pocl/pocl/issues/195
@@ -426,7 +454,6 @@ int pocl_llvm_build_program(cl_program program,
   poo.ShowCPP = 1;
   poo.ShowComments = 0;
   poo.ShowLineMarkers = 0;
-  //poo.UseLineDirectives = 0;   // probably LLVM 3.7 thing
   poo.ShowMacroComments = 0;
   poo.ShowMacros = 1;
   poo.RewriteIncludes = 0;
@@ -436,25 +463,28 @@ int pocl_llvm_build_program(cl_program program,
   fe.OutputFile = tempfile;
 
   bool success = true;
-  clang::PrintPreprocessedAction action2;
-  clang::EmitLLVMOnlyAction action(GlobalContext());
-  success = CI.ExecuteAction(action2);
-  if (!success)
-    goto ERROR_BUILDLOG;
-
-  char *preprocessed_out;
-  uint64_t size;
-  pocl_read_file(tempfile, &preprocessed_out, &size);
-  pocl_remove(tempfile);
-  fe.OutputFile = saved_output;
+  clang::PrintPreprocessedAction Preprocess;
+  success = CI.ExecuteAction(Preprocess);
+  char *PreprocessedOut = nullptr;
+  uint64_t PreprocessedSize = 0;
+
+  if (success) {
+    pocl_read_file(tempfile, &PreprocessedOut, &PreprocessedSize);
+    pocl_remove(tempfile);
+    fe.OutputFile = saved_output;
+  }
 
-  if (!preprocessed_out)
-    goto ERROR_BUILDLOG;
+  if (PreprocessedOut == nullptr) {
+    pocl_cache_create_program_cachedir(program, device_i, NULL, 0,
+                                       program_bc_path);
+    get_build_log(program, device_i, ss_build_log, diagsBuffer, CI.getSourceManager());
+    return CL_BUILD_PROGRAM_FAILURE;
+  }
 
-  pocl_cache_create_program_cachedir(program, device_i, preprocessed_out,
-                                     size, program_bc_path);
+  pocl_cache_create_program_cachedir(program, device_i, PreprocessedOut,
+                                     static_cast<size_t>(PreprocessedSize), program_bc_path);
 
-  POCL_MEM_FREE(preprocessed_out);
+  POCL_MEM_FREE(PreprocessedOut);
 
   if (pocl_exists(program_bc_path)) {
     unlink_source(fe);
@@ -464,8 +494,8 @@ int pocl_llvm_build_program(cl_program program,
   // TODO: use pch: it is possible to disable the strict checking for
   // the compilation flags used to compile it and the current translation
   // unit via the preprocessor options directly.
-
-  success = CI.ExecuteAction(action);
+  clang::EmitLLVMOnlyAction EmitLLVM(GlobalContext());
+  success = CI.ExecuteAction(EmitLLVM);
 
   unlink_source(fe);
 
@@ -478,7 +508,7 @@ int pocl_llvm_build_program(cl_program program,
   if (*mod != NULL)
     delete (llvm::Module*)*mod;
 
-  *mod = action.takeModule().release();
+  *mod = EmitLLVM.takeModule().release();
 
   if (*mod == NULL)
     return CL_BUILD_PROGRAM_FAILURE;
@@ -489,6 +519,8 @@ int pocl_llvm_build_program(cl_program program,
   /* Always retain program.bc. Its required in clBuildProgram */
   pocl_write_module(*mod, program_bc_path, 0);
 
+  POCL_MSG_PRINT_INFO("Wrote program.bc to %s.\n", program_bc_path);
+
   /* To avoid writing & reading the same back,
    * save program->binaries[i]
    */
@@ -506,33 +538,26 @@ int pocl_llvm_build_program(cl_program program,
   pocl_cache_release_lock(write_lock);
 
   return CL_SUCCESS;
-
-ERROR_BUILDLOG:
-  pocl_cache_create_program_cachedir(program, device_i, NULL, 0,
-    program_bc_path);
-  get_build_log(program, device_i, ss_build_log, diagsBuffer, CI.getSourceManager());
-  return CL_BUILD_PROGRAM_FAILURE;
-
 }
 
-int pocl_llvm_get_kernel_arg_metadata(const char* kernel_name,
-                                      llvm::Module *input,
-                                      cl_kernel kernel)
+// The old way of getting kernel metadata from "opencl.kernels" module meta.
+// LLVM < 3.9 and SPIR
+static int pocl_get_kernel_arg_module_metadata(const char* kernel_name,
+                                               llvm::Module *input,
+                                               cl_kernel kernel)
 {
-
   // find the right kernel in "opencl.kernels" metadata
   llvm::NamedMDNode *opencl_kernels = input->getNamedMetadata("opencl.kernels");
   llvm::MDNode *kernel_metadata = NULL;
 
-  // Not sure what to do in this case
-  if (!opencl_kernels || opencl_kernels->getNumOperands() == 0) return -1;
+  assert(opencl_kernels && opencl_kernels->getNumOperands());
 
   for (unsigned i = 0, e = opencl_kernels->getNumOperands(); i != e; ++i) {
     llvm::MDNode *kernel_iter = opencl_kernels->getOperand(i);
 
-    llvm::Function *kernel_prototype = 
-      llvm::cast<llvm::Function>(
-        dyn_cast<llvm::ValueAsMetadata>(kernel_iter->getOperand(0))->getValue());
+    llvm::Value *meta =
+      dyn_cast<llvm::ValueAsMetadata>(kernel_iter->getOperand(0))->getValue();
+    llvm::Function *kernel_prototype = llvm::cast<llvm::Function>(meta);
     std::string name = kernel_prototype->getName().str();
     if (name == kernel_name) {
       kernel_metadata = kernel_iter;
@@ -540,14 +565,24 @@ int pocl_llvm_get_kernel_arg_metadata(const char* kernel_name,
     }
   }
 
+  kernel->arg_info =
+    (struct pocl_argument_info*)calloc(
+      kernel->num_args, sizeof(struct pocl_argument_info));
+  memset(
+    kernel->arg_info, 0, sizeof(struct pocl_argument_info) * kernel->num_args);
+
   kernel->has_arg_metadata = 0;
-  int bitcode_is_spir = input->getTargetTriple().find("spir") == 0;
 
   assert(kernel_metadata && "kernel NOT found in opencl.kernels metadata");
 
+#ifdef POCL_USE_FAKE_ADDR_SPACE_IDS
+  int BitcodeIsSPIR = input->getTargetTriple().find("spir") == 0;
+#endif
+
   unsigned e = kernel_metadata->getNumOperands();
   for (unsigned i = 1; i != e; ++i) {
-    llvm::MDNode *meta_node = llvm::cast<MDNode>(kernel_metadata->getOperand(i));
+    llvm::MDNode *meta_node =
+      llvm::cast<MDNode>(kernel_metadata->getOperand(i));
 
     // argument num
     unsigned arg_num = meta_node->getNumOperands();
@@ -561,22 +596,30 @@ int pocl_llvm_get_kernel_arg_metadata(const char* kernel_name,
     for (unsigned j = 1; j != arg_num; ++j) {
       llvm::Value *meta_arg_value = NULL;
       if (isa<ValueAsMetadata>(meta_node->getOperand(j)))
-        meta_arg_value = 
-          dyn_cast<ValueAsMetadata>(meta_node->getOperand(j))->getValue();      
+        meta_arg_value =
+          dyn_cast<ValueAsMetadata>(meta_node->getOperand(j))->getValue();
       else if (isa<ConstantAsMetadata>(meta_node->getOperand(j)))
-        meta_arg_value = 
-          dyn_cast<ConstantAsMetadata>(meta_node->getOperand(j))->getValue(); 
+        meta_arg_value =
+          dyn_cast<ConstantAsMetadata>(meta_node->getOperand(j))->getValue();
       struct pocl_argument_info* current_arg = &kernel->arg_info[j-1];
 
-      if (meta_arg_value != NULL && isa<ConstantInt>(meta_arg_value) && 
+      if (meta_arg_value != NULL && isa<ConstantInt>(meta_arg_value) &&
           meta_name == "kernel_arg_addr_space") {
         assert(has_meta_for_every_arg && "kernel_arg_addr_space meta incomplete");
         kernel->has_arg_metadata |= POCL_HAS_KERNEL_ARG_ADDRESS_QUALIFIER;
         //std::cout << "is ConstantInt /  kernel_arg_addr_space" << std::endl;
         llvm::ConstantInt *m = llvm::cast<ConstantInt>(meta_arg_value);
         uint64_t val = m->getLimitedValue(UINT_MAX);
-        //std::cout << "with value: " << val << std::endl;
-        if (bitcode_is_spir) {
+        bool SPIRAddressSpaceIDs;
+#ifdef POCL_USE_FAKE_ADDR_SPACE_IDS
+        SPIRAddressSpaceIDs = BitcodeIsSPIR;
+#else
+        // We have an LLVM fixed to produce always SPIR AS ids for the argument
+        // info metadata.
+        SPIRAddressSpaceIDs = true;
+#endif
+
+        if (SPIRAddressSpaceIDs) {
           switch(val) {
             case 0:
               current_arg->address_qualifier = CL_KERNEL_ARG_ADDRESS_PRIVATE; break;
@@ -589,16 +632,21 @@ int pocl_llvm_get_kernel_arg_metadata(const char* kernel_name,
           }
         } else {
           switch(val) {
-            case POCL_ADDRESS_SPACE_PRIVATE:
+#ifdef POCL_USE_FAKE_ADDR_SPACE_IDS
+            case POCL_FAKE_AS_PRIVATE:
               current_arg->address_qualifier = CL_KERNEL_ARG_ADDRESS_PRIVATE; break;
-            case POCL_ADDRESS_SPACE_GLOBAL:
+            case POCL_FAKE_AS_GLOBAL:
               current_arg->address_qualifier = CL_KERNEL_ARG_ADDRESS_GLOBAL; break;
-            case POCL_ADDRESS_SPACE_LOCAL:
+            case POCL_FAKE_AS_LOCAL:
               current_arg->address_qualifier = CL_KERNEL_ARG_ADDRESS_LOCAL; break;
-            case POCL_ADDRESS_SPACE_CONSTANT:
+            case POCL_FAKE_AS_CONSTANT:
               current_arg->address_qualifier = CL_KERNEL_ARG_ADDRESS_CONSTANT; break;
-            case POCL_ADDRESS_SPACE_GENERIC:
+            case POCL_FAKE_AS_GENERIC:
               current_arg->address_qualifier = CL_KERNEL_ARG_ADDRESS_PRIVATE; break;
+#endif
+          default:
+            POCL_MSG_ERR("Unknown address space ID %lu\n", val);
+            break;
           }
         }
       }
@@ -606,7 +654,7 @@ int pocl_llvm_get_kernel_arg_metadata(const char* kernel_name,
         //std::cout << "is MDString" << std::endl;
         llvm::MDString *m = llvm::cast<MDString>(meta_node->getOperand(j));
         std::string val = m->getString().str();
-        //std::cout << "with value: " << val << std::endl;
+
         if (meta_name == "kernel_arg_access_qual") {
           assert(has_meta_for_every_arg && "kernel_arg_access_qual meta incomplete");
           kernel->has_arg_metadata |= POCL_HAS_KERNEL_ARG_ACCESS_QUALIFIER;
@@ -653,68 +701,262 @@ int pocl_llvm_get_kernel_arg_metadata(const char* kernel_name,
   return 0;
 }
 
-int pocl_llvm_get_kernel_metadata(cl_program program, 
+#ifndef LLVM_OLDER_THAN_3_9
+// Clang 3.9 uses function metadata instead of module metadata for presenting
+// OpenCL kernel information.
+static int pocl_get_kernel_arg_function_metadata(const char* kernel_name,
+                                                 llvm::Module *input,
+                                                 cl_kernel kernel)
+{
+  llvm::Function *Kernel = NULL;
+  int bitcode_is_spir = input->getTargetTriple().find("spir") == 0;
+
+  // SPIR still uses the "opencl.kernels" MD.
+  if(bitcode_is_spir)
+    return pocl_get_kernel_arg_module_metadata(kernel_name, input, kernel);
+
+  for (llvm::Module::iterator i = input->begin(), e = input->end();
+       i != e; ++i) {
+    if (i->getMetadata("kernel_arg_access_qual")
+        && i->getName() == kernel_name)
+      {
+        Kernel = &*i;
+        break;
+      }
+  }
+  assert(Kernel);
+  kernel->has_arg_metadata = 0;
+
+  llvm::MDNode *meta_node;
+  llvm::Value *meta_arg_value = NULL;
+  struct pocl_argument_info* current_arg = NULL;
+
+  kernel->arg_info =
+    (struct pocl_argument_info*)calloc(
+      kernel->num_args, sizeof(struct pocl_argument_info));
+  memset(
+    kernel->arg_info, 0, sizeof(struct pocl_argument_info) * kernel->num_args);
+
+  // kernel_arg_addr_space
+  meta_node = Kernel->getMetadata("kernel_arg_addr_space");
+  assert(meta_node != nullptr);
+  unsigned arg_num = meta_node->getNumOperands();
+#ifndef NDEBUG
+  int has_meta_for_every_arg = (arg_num == kernel->num_args);
+#endif
+  for (unsigned j = 0; j < arg_num; ++j) {
+    assert(has_meta_for_every_arg && "kernel_arg_addr_space meta incomplete");
+
+    current_arg = &kernel->arg_info[j];
+    kernel->has_arg_metadata |= POCL_HAS_KERNEL_ARG_ADDRESS_QUALIFIER;
+    //std::cout << "is ConstantInt /  kernel_arg_addr_space" << std::endl;
+     meta_arg_value =
+          dyn_cast<ConstantAsMetadata>(meta_node->getOperand(j))->getValue();
+    llvm::ConstantInt *m = llvm::cast<ConstantInt>(meta_arg_value);
+    uint64_t val = m->getLimitedValue(UINT_MAX);
+
+    bool SPIRAddressSpaceIDs;
+#ifdef POCL_USE_FAKE_ADDR_SPACE_IDS
+    SPIRAddressSpaceIDs = bitcode_is_spir;
+#else
+    // We have an LLVM fixed to produce always SPIR AS ids for the argument
+    // info metadata.
+    SPIRAddressSpaceIDs = true;
+#endif
+    if (SPIRAddressSpaceIDs) {
+      switch(val) {
+      case 0:
+        current_arg->address_qualifier = CL_KERNEL_ARG_ADDRESS_PRIVATE; break;
+      case 1:
+        current_arg->address_qualifier = CL_KERNEL_ARG_ADDRESS_GLOBAL; break;
+      case 3:
+        current_arg->address_qualifier = CL_KERNEL_ARG_ADDRESS_LOCAL; break;
+      case 2:
+        current_arg->address_qualifier = CL_KERNEL_ARG_ADDRESS_CONSTANT; break;
+      default:
+        POCL_MSG_ERR("Unknown address space ID %lu\n", val);
+        break;
+      }
+    } else {
+      switch(val) {
+#ifdef POCL_USE_FAKE_ADDR_SPACE_IDS
+      case POCL_FAKE_AS_PRIVATE:
+        current_arg->address_qualifier = CL_KERNEL_ARG_ADDRESS_PRIVATE; break;
+      case POCL_FAKE_AS_GLOBAL:
+        current_arg->address_qualifier = CL_KERNEL_ARG_ADDRESS_GLOBAL; break;
+      case POCL_FAKE_AS_LOCAL:
+        current_arg->address_qualifier = CL_KERNEL_ARG_ADDRESS_LOCAL; break;
+      case POCL_FAKE_AS_CONSTANT:
+        current_arg->address_qualifier = CL_KERNEL_ARG_ADDRESS_CONSTANT; break;
+      case POCL_FAKE_AS_GENERIC:
+        current_arg->address_qualifier = CL_KERNEL_ARG_ADDRESS_PRIVATE; break;
+#endif
+      default:
+        POCL_MSG_ERR("Unknown address space ID %lu\n", val);
+        break;
+      }
+    }
+  }
+
+  // kernel_arg_access_qual
+  meta_node = Kernel->getMetadata("kernel_arg_access_qual");
+  arg_num = meta_node->getNumOperands();
+#ifndef NDEBUG
+  has_meta_for_every_arg = (arg_num == kernel->num_args);
+#endif
+  assert(has_meta_for_every_arg && "kernel_arg_access_qual meta incomplete");
+
+  for (unsigned j= 0; j < meta_node->getNumOperands(); ++j) {
+    current_arg = &kernel->arg_info[j];
+    //std::cout << "is MDString" << std::endl;
+    llvm::MDString *m = llvm::cast<MDString>(meta_node->getOperand(j));
+    std::string val = m->getString().str();
+
+    assert(has_meta_for_every_arg && "kernel_arg_access_qual meta incomplete");
+    kernel->has_arg_metadata |= POCL_HAS_KERNEL_ARG_ACCESS_QUALIFIER;
+    if (val == "read_write")
+      current_arg->access_qualifier = CL_KERNEL_ARG_ACCESS_READ_WRITE;
+    else if (val == "read_only")
+      current_arg->access_qualifier = CL_KERNEL_ARG_ACCESS_READ_ONLY;
+    else if (val == "write_only")
+      current_arg->access_qualifier = CL_KERNEL_ARG_ACCESS_WRITE_ONLY;
+    else if (val == "none")
+      current_arg->access_qualifier = CL_KERNEL_ARG_ACCESS_NONE;
+    else
+      std::cout << "UNKNOWN kernel_arg_access_qual value: " << val << std::endl;
+  }
+
+  // kernel_arg_type
+  meta_node = Kernel->getMetadata("kernel_arg_type");
+  assert(meta_node != nullptr);
+  arg_num = meta_node->getNumOperands();
+#ifndef NDEBUG
+  has_meta_for_every_arg = (arg_num == kernel->num_args);
+#endif
+  assert(has_meta_for_every_arg && "kernel_arg_type meta incomplete");
+
+  for (unsigned j= 0; j < meta_node->getNumOperands(); ++j) {
+    llvm::MDString *m = llvm::cast<MDString>(meta_node->getOperand(j));
+    std::string val = m->getString().str();
+
+    current_arg = &kernel->arg_info[j];
+    kernel->has_arg_metadata |= POCL_HAS_KERNEL_ARG_TYPE_NAME;
+    current_arg->type_name = new char[val.size() + 1];
+    std::strcpy(current_arg->type_name, val.c_str());
+  }
+
+  // kernel_arg_type_qual
+  meta_node = Kernel->getMetadata("kernel_arg_type_qual");
+  arg_num = meta_node->getNumOperands();
+#ifndef NDEBUG
+  has_meta_for_every_arg = (arg_num == kernel->num_args);
+#endif
+  assert(has_meta_for_every_arg && "kernel_arg_type_qual meta incomplete");
+  for (unsigned j= 0; j < meta_node->getNumOperands(); ++j) {
+    llvm::MDString *m = llvm::cast<MDString>(meta_node->getOperand(j));
+    std::string val = m->getString().str();
+
+    current_arg = &kernel->arg_info[j];
+    assert(has_meta_for_every_arg && "kernel_arg_type_qual meta incomplete");
+    kernel->has_arg_metadata |= POCL_HAS_KERNEL_ARG_TYPE_QUALIFIER;
+    current_arg->type_qualifier = 0;
+    if (val.find("const") != std::string::npos)
+      current_arg->type_qualifier |= CL_KERNEL_ARG_TYPE_CONST;
+    if (val.find("restrict") != std::string::npos)
+      current_arg->type_qualifier |= CL_KERNEL_ARG_TYPE_RESTRICT;
+    if (val.find("volatile") != std::string::npos)
+      current_arg->type_qualifier |= CL_KERNEL_ARG_TYPE_VOLATILE;
+  }
+
+  //kernel_arg_name
+  meta_node = Kernel->getMetadata("kernel_arg_name");
+  arg_num = meta_node->getNumOperands();
+#ifndef NDEBUG
+  has_meta_for_every_arg = (arg_num == kernel->num_args);
+#endif
+  assert(has_meta_for_every_arg && "kernel_arg_name meta incomplete");
+  for (unsigned j= 0; j < meta_node->getNumOperands(); ++j) {
+    llvm::MDString *m = llvm::cast<MDString>(meta_node->getOperand(j));
+    std::string val = m->getString().str();
+
+    current_arg = &kernel->arg_info[j];
+    kernel->has_arg_metadata |= POCL_HAS_KERNEL_ARG_NAME;
+    current_arg->name = new char[val.size() + 1];
+    std::strcpy(current_arg->name, val.c_str());
+  }
+
+  return 0;
+}
+#endif
+
+int pocl_llvm_get_kernel_metadata(cl_program program,
                                   cl_kernel kernel,
-                                  int device_i,     
+                                  int device_i,
                                   const char* kernel_name,
                                   int * errcode)
 {
 
   int i;
   llvm::Module *input = NULL;
+  cl_device_id Device = program->devices[device_i];
 
-  assert(program->devices[device_i]->llvm_target_triplet && 
-         "Device has no target triple set"); 
+  assert(Device->llvm_target_triplet &&
+         "Device has no target triple set");
 
   if (program->llvm_irs != NULL &&
       program->llvm_irs[device_i] != NULL)
-    {
-      input = (llvm::Module*)program->llvm_irs[device_i];
-#ifdef DEBUG_POCL_LLVM_API
-      printf("### use a saved llvm::Module\n");
-#endif
-    }
-  else
-    {
-      *errcode = CL_INVALID_PROGRAM_EXECUTABLE;
-      return 1;
-    }
+    input = (llvm::Module*)program->llvm_irs[device_i];
+  else {
+    *errcode = CL_INVALID_PROGRAM_EXECUTABLE;
+    return 1;
+  }
 
+  llvm::Function *KernelFunction = input->getFunction(kernel_name);
+  if (!KernelFunction) {
+    *errcode = CL_INVALID_KERNEL_NAME;
+    return 1;
+  }
+  kernel->num_args = KernelFunction->getArgumentList().size();
 
-#ifdef DEBUG_POCL_LLVM_API        
+#if defined(LLVM_OLDER_THAN_3_9)
+  if (pocl_get_kernel_arg_module_metadata(kernel_name, input, kernel)) {
+    *errcode = CL_INVALID_KERNEL;
+    return 1;
+  }
+#else
+  if (pocl_get_kernel_arg_function_metadata(kernel_name, input, kernel)) {
+    *errcode = CL_INVALID_KERNEL;
+    return 1;
+  }
+#endif
+
+#ifdef DEBUG_POCL_LLVM_API
   printf("### fetching kernel metadata for kernel %s program %p input llvm::Module %p\n",
          kernel_name, program, input);
 #endif
 
-  llvm::Function *kernel_function = input->getFunction(kernel_name);
-  if (!kernel_function) {
-    *errcode = CL_INVALID_KERNEL_NAME;
-    return 1;
-  }
-
   DataLayout *TD = 0;
 #ifdef LLVM_OLDER_THAN_3_7
-  const std::string &ModuleDataLayout = input->getDataLayout()->getStringRepresentation();
+  const std::string &ModuleDataLayout =
+    input->getDataLayout()->getStringRepresentation();
 #else
-  const std::string &ModuleDataLayout = input->getDataLayout().getStringRepresentation();
+  const std::string &ModuleDataLayout =
+    input->getDataLayout().getStringRepresentation();
 #endif
   if (!ModuleDataLayout.empty())
     TD = new DataLayout(ModuleDataLayout);
 
-  const llvm::Function::ArgumentListType &arglist = 
-      kernel_function->getArgumentList();
-  kernel->num_args = arglist.size();
-
   SmallVector<GlobalVariable *, 8> locals;
   for (llvm::Module::global_iterator i = input->global_begin(),
          e = input->global_end();
        i != e; ++i) {
     std::string funcName = "";
-    funcName = kernel_function->getName().str();
-    if (pocl::is_automatic_local(funcName, *i))
-      {
-        locals.push_back(&*i);
-      }
+    funcName = KernelFunction->getName().str();
+    if (pocl::isAutomaticLocal(funcName, *i)) {
+      POCL_MSG_PRINT_INFO("Automatic local detected: %s\n",
+                          i->getName().str().c_str());
+      locals.push_back(&*i);
+    }
   }
 
   kernel->num_locals = locals.size();
@@ -733,7 +975,7 @@ int pocl_llvm_get_kernel_metadata(cl_program program,
   /* Fill up automatic local arguments. */
   for (unsigned i = 0; i < kernel->num_locals; ++i)
     {
-      unsigned auto_local_size = 
+      unsigned auto_local_size =
         TD->getTypeAllocSize(locals[i]->getInitializer()->getType());
       kernel->dyn_arguments[kernel->num_args + i].value = NULL;
       kernel->dyn_arguments[kernel->num_args + i].size = auto_local_size;
@@ -742,63 +984,65 @@ int pocl_llvm_get_kernel_metadata(cl_program program,
 #endif
     }
 
-  kernel->arg_info = (struct pocl_argument_info*) calloc(kernel->num_args, sizeof(struct pocl_argument_info));
-  memset(kernel->arg_info, 0, sizeof(struct pocl_argument_info)*kernel->num_args);
+  const llvm::Function::ArgumentListType &ArgList =
+    KernelFunction->getArgumentList();
 
   i = 0;
-  for( llvm::Function::const_arg_iterator ii = arglist.begin(), 
-                                          ee = arglist.end(); 
-       ii != ee ; ii++)
-  {
+  for (llvm::Function::const_arg_iterator ii = ArgList.begin(),
+                                          ee = ArgList.end();
+       ii != ee ; ii++) {
     llvm::Type *t = ii->getType();
-    kernel->arg_info[i].type = POCL_ARG_TYPE_NONE;
-
+    struct pocl_argument_info &ArgInfo = kernel->arg_info[i];
+    ArgInfo.type = POCL_ARG_TYPE_NONE;
+    ArgInfo.is_local = false;
     const llvm::PointerType *p = dyn_cast<llvm::PointerType>(t);
     if (p && !ii->hasByValAttr()) {
-      kernel->arg_info[i].type = POCL_ARG_TYPE_POINTER;
+      ArgInfo.type = POCL_ARG_TYPE_POINTER;
       // index 0 is for function attributes, parameters start at 1.
-      if (p->getAddressSpace() == POCL_ADDRESS_SPACE_GLOBAL ||
-          p->getAddressSpace() == POCL_ADDRESS_SPACE_CONSTANT ||
+      // TODO: detect the address space from MD.
+
+#ifndef POCL_USE_FAKE_ADDR_SPACE_IDS
+      if (ArgInfo.address_qualifier == CL_KERNEL_ARG_ADDRESS_LOCAL)
+        ArgInfo.is_local = true;
+#else
+      if (p->getAddressSpace() == POCL_FAKE_AS_GLOBAL ||
+          p->getAddressSpace() == POCL_FAKE_AS_CONSTANT ||
           pocl::is_image_type(*t) || pocl::is_sampler_type(*t))
         {
           kernel->arg_info[i].is_local = false;
         }
       else
         {
-          if (p->getAddressSpace() != POCL_ADDRESS_SPACE_LOCAL)
+          if (p->getAddressSpace() != POCL_FAKE_AS_LOCAL)
             {
               p->dump();
-              assert(p->getAddressSpace() == POCL_ADDRESS_SPACE_LOCAL);
+              assert(p->getAddressSpace() == POCL_FAKE_AS_LOCAL);
             }
           kernel->arg_info[i].is_local = true;
         }
-    } else {
-      kernel->arg_info[i].is_local = false;
+#endif
     }
 
-    if (pocl::is_image_type(*t))
-      {
-        kernel->arg_info[i].type = POCL_ARG_TYPE_IMAGE;
-      } 
-    else if (pocl::is_sampler_type(*t)) 
-      {
-        kernel->arg_info[i].type = POCL_ARG_TYPE_SAMPLER;
-      }
-    i++;  
+    if (pocl::is_image_type(*t)) {
+      kernel->arg_info[i].type = POCL_ARG_TYPE_IMAGE;
+    } else if (pocl::is_sampler_type(*t)) {
+      kernel->arg_info[i].type = POCL_ARG_TYPE_SAMPLER;
+    }
+    i++;
   }
-  
   // fill 'kernel->reqd_wg_size'
   kernel->reqd_wg_size = (int*)malloc(3*sizeof(int));
 
   unsigned reqdx = 0, reqdy = 0, reqdz = 0;
 
-  llvm::NamedMDNode *size_info = 
-    kernel_function->getParent()->getNamedMetadata("opencl.kernel_wg_size_info");
+#ifdef LLVM_OLDER_THAN_3_9
+  llvm::NamedMDNode *size_info =
+    KernelFunction->getParent()->getNamedMetadata("opencl.kernel_wg_size_info");
   if (size_info) {
     for (unsigned i = 0, e = size_info->getNumOperands(); i != e; ++i) {
       llvm::MDNode *KernelSizeInfo = size_info->getOperand(i);
       if (dyn_cast<ValueAsMetadata>(
-        KernelSizeInfo->getOperand(0).get())->getValue() != kernel_function) 
+        KernelSizeInfo->getOperand(0).get())->getValue() != KernelFunction)
         continue;
       reqdx = (llvm::cast<ConstantInt>(
                  llvm::dyn_cast<ConstantAsMetadata>(
@@ -812,14 +1056,30 @@ int pocl_llvm_get_kernel_metadata(cl_program program,
       break;
     }
   }
+#else
+  llvm::MDNode *ReqdWGSize =
+    KernelFunction->getMetadata("reqd_work_group_size");
+  if (ReqdWGSize != NULL) {
+    reqdx = (llvm::cast<ConstantInt>(
+               llvm::dyn_cast<ConstantAsMetadata>(
+                 ReqdWGSize->getOperand(0))->getValue()))->getLimitedValue();
+    reqdy = (llvm::cast<ConstantInt>(
+               llvm::dyn_cast<ConstantAsMetadata>(
+                 ReqdWGSize->getOperand(1))->getValue()))->getLimitedValue();
+    reqdz = (llvm::cast<ConstantInt>(
+               llvm::dyn_cast<ConstantAsMetadata>(
+                 ReqdWGSize->getOperand(2))->getValue()))->getLimitedValue();
+  }
+#endif
+
   kernel->reqd_wg_size[0] = reqdx;
   kernel->reqd_wg_size[1] = reqdy;
   kernel->reqd_wg_size[2] = reqdz;
-  
+
 #ifndef POCL_ANDROID
   // Generate the kernel_obj.c file. This should be optional
-  // and generated only for the heterogeneous devices which need
-  // these definitions to accompany the kernels, for the launcher
+  // and generated only for the heterogeneous standalone devices which
+  // need the definitions to accompany the kernels, for the launcher
   // code.
   // TODO: the scripts use a generated kernel.h header file that
   // gets added to this file. No checks seem to fail if that file
@@ -827,32 +1087,49 @@ int pocl_llvm_get_kernel_metadata(cl_program program,
 
   std::stringstream content;
 
-  content <<  "\n #include <pocl_device.h>\n";
-  content << "void _pocl_launcher_" << kernel_name << "_workgroup(void** args, struct pocl_context*);\n";
-  content << "void _pocl_launcher_" << kernel_name << "_workgroup_fast(void** args, struct pocl_context*);\n";
-  content << "__attribute__((address_space(3))) __kernel_metadata _" << kernel_name << "_md = {\n";
-  content << "     \"" << kernel_name << "\", /* name */ \n";
-  content << "     " << kernel->num_args << ", /* num_args */\n";
-  content << "     " << kernel->num_locals << ", /* num_locals */\n";
-  content << "     _pocl_launcher_" << kernel_name << "_workgroup_fast\n";
-  content << " };\n";
+  content << std::endl << "#include <pocl_device.h>" << std::endl
+          << "void _pocl_launcher_" << kernel_name
+          << "_workgroup(void** args, struct pocl_context*);" << std::endl
+          << "void _pocl_launcher_" << kernel_name
+          << "_workgroup_fast(void** args, struct pocl_context*);" << std::endl;
+
+  if (Device->global_as_id != 0)
+    content << "__attribute__((address_space(" << Device->global_as_id << ")))"
+            << std::endl;
+
+  content << "__kernel_metadata _" << kernel_name << "_md = {" << std::endl
+          << "     \"" << kernel_name << "\"," << std::endl
+          << "     " << kernel->num_args << "," << std::endl
+          << "     " << kernel->num_locals << "," << std::endl
+          << "     _pocl_launcher_" << kernel_name << "_workgroup_fast" << std::endl
+          << " };" << std::endl;
 
   pocl_cache_write_descriptor(program, device_i,
                               kernel_name, content.str().c_str(),
                               content.str().size());
 #endif
 
-  if (pocl_llvm_get_kernel_arg_metadata(kernel_name, input, kernel)) {
-    *errcode = CL_INVALID_KERNEL;
-    return 1;
-  };
-
   *errcode = CL_SUCCESS;
   return 0;
 }
 
 char* get_cpu_name() {
+#ifdef __mips__
+  // The MIPS backend isn't able to automatically detect the host yet and the
+  // value returned by llvm::sys::getHostCPUName() isn't usable in the
+  // -target-cpu option so we must use the CPU detected by CMake.
+  StringRef r = OCL_KERNEL_TARGET_CPU;
+#else
   StringRef r = llvm::sys::getHostCPUName();
+#endif
+
+#ifdef LLVM_3_8
+  // https://github.com/pocl/pocl/issues/413
+  if (r.str() == "skylake") {
+    r = llvm::StringRef("haswell");
+  }
+#endif
+
   assert(r.size() > 0);
   char* cpu_name = (char*) malloc (r.size()+1);
   strncpy(cpu_name, r.data(), r.size());
@@ -866,7 +1143,9 @@ char* get_cpu_name() {
  * cl_program's options. */
 static llvm::TargetOptions GetTargetOptions() {
   llvm::TargetOptions Options;
+#ifdef LLVM_OLDER_THAN_3_9
   Options.PositionIndependentExecutable = true;
+#endif
   #ifdef HOST_FLOAT_SOFT_ABI
   Options.FloatABIType = FloatABI::Soft;
   #else
@@ -899,7 +1178,8 @@ static llvm::TargetOptions GetTargetOptions() {
 }
 
 /* for "distro" style kernel libs, return which kernellib to use, at runtime */
-const char* getX86KernelLibName() {
+#ifdef KERNELLIB_HOST_DISTRO_VARIANTS
+static const char* getX86KernelLibName() {
   StringMap<bool> Features;
   llvm::sys::getHostCPUFeatures(Features);
   const char *res = NULL;
@@ -926,7 +1206,7 @@ const char* getX86KernelLibName() {
 
   return res;
 }
-
+#endif
 
 // Returns the TargetMachine instance or zero if no triple is provided.
 static TargetMachine* GetTargetMachine(cl_device_id device,
@@ -939,9 +1219,16 @@ static TargetMachine* GetTargetMachine(cl_device_id device,
 
   const Target *TheTarget = 
     TargetRegistry::lookupTarget("", TheTriple, Error);
-  if (!TheTarget)
-    return nullptr;
-  assert(TheTarget->getName() != std::string("cpp"));
+  
+  // In LLVM 3.4 and earlier, the target registry falls back to 
+  // the cpp backend in case a proper match was not found. In 
+  // that case simply do not use target info in the compilation 
+  // because it can be an off-tree target not registered at
+  // this point (read: TCE).
+  if (!TheTarget || TheTarget->getName() == std::string("cpp")) {
+    return 0;
+  }
+  
   // Package up features to be passed to target/subtarget
   std::string FeaturesStr;
   if (MAttrs.size()) {
@@ -951,10 +1238,17 @@ static TargetMachine* GetTargetMachine(cl_device_id device,
     FeaturesStr = Features.getString();
   }
 
-  return TheTarget->createTargetMachine(TheTriple.getTriple(),
-                                        MCPU, FeaturesStr, GetTargetOptions(),
-                                        Reloc::PIC_, CodeModel::Default,
-                                        CodeGenOpt::Aggressive);
+  TargetMachine* TM = TheTarget->createTargetMachine(TheTriple.getTriple(),
+                                                     MCPU, FeaturesStr, 
+                                                     GetTargetOptions(),
+                                                     Reloc::PIC_, 
+                                                     CodeModel::Default,
+                                                     CodeGenOpt::Aggressive);
+  assert (TM != NULL && "llvm target has no targetMachine constructor"); 
+  if (device->ops->init_target_machine)
+    device->ops->init_target_machine(device->data, TM);
+
+  return TM;
 }
 /* helpers copied from LLVM opt END */
 
@@ -984,16 +1278,16 @@ static PassManager& kernel_compiler_passes
 {
   static std::map<cl_device_id, PassManager*> kernel_compiler_passes;
 
+  bool SPMDDevice = device->spmd;
+
   if (kernel_compiler_passes.find(device) != 
       kernel_compiler_passes.end())
     {
       return *kernel_compiler_passes[device];
     }
-
+  
   Triple triple(device->llvm_target_triplet);
 
-  bool SPMDDevice = device->spmd;
-
   PassRegistry &Registry = *PassRegistry::getPassRegistry();
 
   const bool first_initialization_call = kernel_compiler_passes.size() == 0;
@@ -1014,9 +1308,6 @@ static PassManager& kernel_compiler_passes
     initializeTarget(Registry);
   }
 
-  // Scalarizer is in LLVM upstream since 3.4.
-  const bool SCALARIZE = pocl_is_option_set("POCL_SCALARIZE_KERNELS");
-
 # ifdef LLVM_OLDER_THAN_3_7
   StringMap<llvm::cl::Option*> opts;
   llvm::cl::getRegisteredOptions(opts);
@@ -1080,114 +1371,122 @@ static PassManager& kernel_compiler_passes
      context restore them with non-PHI code if the value is needed in another PHI). */
 
   std::vector<std::string> passes;
+  passes.push_back("handle-samplers");
   passes.push_back("workitem-handler-chooser");
   passes.push_back("mem2reg");
   passes.push_back("domtree");
   passes.push_back("break-constgeps");
-  if(device->autolocals_to_args)
+  if (device->autolocals_to_args)
 	  passes.push_back("automatic-locals");
   passes.push_back("flatten");
   passes.push_back("always-inline");
   passes.push_back("globaldce");
   if (!SPMDDevice) {
-      passes.push_back("simplifycfg");
-      passes.push_back("loop-simplify");
-      passes.push_back("uniformity");
-      passes.push_back("phistoallocas");
-      passes.push_back("isolate-regions");
-      passes.push_back("implicit-loop-barriers");
-      passes.push_back("implicit-cond-barriers");
-      passes.push_back("loop-barriers");
-      passes.push_back("barriertails");
-      passes.push_back("barriers");
-      passes.push_back("isolate-regions");
-      passes.push_back("wi-aa");
-      passes.push_back("workitemrepl");
-      //passes.push_back("print-module");
-      passes.push_back("workitemloops");
-      passes.push_back("workgroup");
+    passes.push_back("simplifycfg");
+    passes.push_back("loop-simplify");
+    passes.push_back("uniformity");
+    passes.push_back("phistoallocas");
+    passes.push_back("isolate-regions");
+    passes.push_back("implicit-loop-barriers");
+    passes.push_back("implicit-cond-barriers");
+    passes.push_back("loop-barriers");
+    passes.push_back("barriertails");
+    passes.push_back("barriers");
+    passes.push_back("isolate-regions");
+    passes.push_back("wi-aa");
+    passes.push_back("workitemrepl");
+    //passes.push_back("print-module");
+    passes.push_back("workitemloops");
+    // Remove the (pseudo) barriers.   They have no use anymore due to the
+    // work-item loop control taking care of them.
+    passes.push_back("remove-barriers");
   }
+  // Add the work group launcher functions and privatize the pseudo variable
+  // (local id) accesses.
+  passes.push_back("workgroup");
+
+  // Attempt to move all allocas to the entry block to avoid the need for
+  // dynamic stack which is problematic for some architectures.
   passes.push_back("allocastoentry");
+
+#ifdef POCL_USE_FAKE_ADDR_SPACE_IDS
+  // Convert the semantical OpenCL address space IDs to the ones of the target.
   passes.push_back("target-address-spaces");
+#endif
+
   // Later passes might get confused (and expose possible bugs in them) due to
-  // UNREACHABLE blocks left by repl. So let's clean up the CFG before running the
-  // standard LLVM optimizations.
+  // UNREACHABLE blocks left by repl. So let's clean up the CFG before running
+  // the standard LLVM optimizations.
   passes.push_back("simplifycfg");
-  //passes.push_back("print-module");
-
-  const std::string wg_method = 
-    pocl_get_string_option("POCL_WORK_GROUP_METHOD", "loopvec");
-
-  if (wg_method == "loopvec")
-    {
 
-      if (SCALARIZE)
-        {
-          printf("SCALARIZE\n");
-          passes.push_back("scalarizer");
-        }
-
-      if (kernel_compiler_passes.size() == 0) 
-        {
-          // Set the options only once. TODO: fix it so that each
-          // device can reset their own options. Now one cannot compile
-          // with different options to different devices at one run.
-
-          // LLVM inner loop vectorizer does not check whether the loop inside 
-          // another loop, in which case even a small trip count loops might be 
-          // worthwhile to vectorize.
-          llvm::cl::Option *O = opts["vectorizer-min-trip-count"];
-          assert(O && "could not find LLVM option 'vectorizer-min-trip-count'");
-          O->addOccurrence(1, StringRef("vectorizer-min-trip-count"), StringRef("2"), false); 
-
-          if (SCALARIZE) 
-            {
-              O = opts["scalarize-load-store"];
-              assert(O && "could not find LLVM option 'scalarize-load-store'");
-              O->addOccurrence(1, StringRef("scalarize-load-store"), StringRef(""), false); 
-            }
+#if 0
+  passes.push_back("print-module");
+  passes.push_back("dot-cfg");
+#endif
 
-#ifdef DEBUG_POCL_LLVM_API        
-          printf ("### autovectorizer enabled\n");
+  const std::string wg_method =
+    pocl_get_string_option("POCL_WORK_GROUP_METHOD", "loopvec");
 
-          O = opts["debug-only"];
-          assert(O && "could not find LLVM option 'debug'");
-          O->addOccurrence(1, StringRef("debug-only"), StringRef("loop-vectorize"), false); 
-#endif
+  if (kernel_compiler_passes.size() == 0) {
+    // Set the options only once. TODO: fix it so that each
+    // device can reset their own options. Now one cannot compile
+    // with different options to different devices at one run.
+
+    llvm::cl::Option *O = nullptr;
+    if (wg_method == "loopvec") {
+
+      passes.push_back("scalarizer");
+
+      O = opts["scalarize-load-store"];
+      assert(O && "could not find LLVM option 'scalarize-load-store'");
+      O->addOccurrence(1, StringRef("scalarize-load-store"),
+                       StringRef("1"), false);
+
+      // LLVM inner loop vectorizer does not check whether the loop inside
+      // another loop, in which case even a small trip count loops might be
+      // worthwhile to vectorize.
+      O = opts["vectorizer-min-trip-count"];
+      assert(O && "could not find LLVM option 'vectorizer-min-trip-count'");
+      O->addOccurrence(1, StringRef("vectorizer-min-trip-count"),
+                       StringRef("2"), false);
+
+      if (pocl_get_bool_option("POCL_VECTORIZER_REMARKS", 0) == 1) {
+        // Enable diagnostics from the loop vectorizer.
+        O = opts["pass-remarks-missed"];
+        assert(O && "could not find LLVM option 'pass-remarks-missed'");
+        O->addOccurrence(1, StringRef("pass-remarks-missed"),
+                         StringRef("loop-vectorize"), false);
+
+        O = opts["pass-remarks-analysis"];
+        assert(O && "could not find LLVM option 'pass-remarks-analysis'");
+        O->addOccurrence(1, StringRef("pass-remarks-analysis"),
+                         StringRef("loop-vectorize"), false);
+
+        O = opts["pass-remarks"];
+        assert(O && "could not find LLVM option 'pass-remarks'");
+        O->addOccurrence(1, StringRef("pass-remarks"),
+                         StringRef("loop-vectorize"), false);
+      }
 
-          if (pocl_get_bool_option("POCL_VECTORIZER_REMARKS", 0) == 1) {
-            // Enable diagnostics from the loop vectorizer.
-            O = opts["pass-remarks-missed"];
-            assert(O && "could not find LLVM option 'pass-remarks-missed'");
-            O->addOccurrence(1, StringRef("pass-remarks-missed"), StringRef("loop-vectorize"), 
-                             false); 
-
-            O = opts["pass-remarks-analysis"];
-            assert(O && "could not find LLVM option 'pass-remarks-analysis'");
-            O->addOccurrence(1, StringRef("pass-remarks-analysis"), StringRef("loop-vectorize"), 
-                             false); 
-
-            O = opts["pass-remarks"];
-            assert(O && "could not find LLVM option 'pass-remarks'");
-            O->addOccurrence(1, StringRef("pass-remarks"), StringRef("loop-vectorize"), 
-                             false); 
-          }
+    }
+    if (pocl_get_bool_option("POCL_DEBUG_LLVM_PASSES", 0) == 1) {
+      O = opts["debug"];
+      assert(O && "could not find LLVM option 'debug'");
+      O->addOccurrence(1, StringRef("debug"), StringRef("true"), false);
+    }
 
-          O = opts["unroll-threshold"];
-          assert(O && "could not find LLVM option 'unroll-threshold'");
-          O->addOccurrence(1, StringRef("unroll-threshold"), StringRef("1"), false); 
-        }
-    } 
+    O = opts["unroll-threshold"];
+    assert(O && "could not find LLVM option 'unroll-threshold'");
+    O->addOccurrence(1, StringRef("unroll-threshold"), StringRef("1"), false);
+  }
 
   passes.push_back("instcombine");
   passes.push_back("STANDARD_OPTS");
   passes.push_back("instcombine");
 
   // Now actually add the listed passes to the PassManager.
-  for(unsigned i = 0; i < passes.size(); ++i)
-    {
-    
-      // This is (more or less) -O3
+  for(unsigned i = 0; i < passes.size(); ++i) {
+      // This is (more or less) -O3.
       if (passes[i] == "STANDARD_OPTS")
         {
           PassManagerBuilder Builder;
@@ -1210,9 +1509,7 @@ static PassManager& kernel_compiler_passes
             Builder.BBVectorize = pocl_get_bool_option ("POCL_BBVECTORIZE", 0);
 #endif
           }
-
           Builder.populateModulePassManager(*Passes);
-     
           continue;
         }
 
@@ -1229,6 +1526,8 @@ static PassManager& kernel_compiler_passes
           POCL_ABORT("FAIL");
         }
     }
+
+
   kernel_compiler_passes[device] = Passes;
   return *Passes;
 }
@@ -1238,6 +1537,7 @@ namespace pocl {
     extern size_t WGLocalSizeX;
     extern size_t WGLocalSizeY;
     extern size_t WGLocalSizeZ;
+    extern bool WGDynamicLocalSize;
 } 
 
 /**
@@ -1354,9 +1654,14 @@ kernel_library
 /* This is used to control the kernel we want to process in the kernel compilation. */
 extern cl::opt<std::string> KernelName;
 
-int pocl_llvm_generate_workgroup_function(cl_device_id device, cl_kernel kernel,
-                                          size_t local_x, size_t local_y, size_t local_z)
-{
+int pocl_llvm_generate_workgroup_function(char* kernel_cachedir, cl_device_id device,
+                                          cl_kernel kernel, size_t local_x,
+                                          size_t local_y, size_t local_z) {
+
+  pocl::WGDynamicLocalSize = (local_x == 0 && local_y == 0 && local_z == 0);
+
+  currentPoclDevice = device;
+
   cl_program program = kernel->program;
   int device_i = pocl_cl_device_to_index(program, device);
   assert(device_i >= 0);
@@ -1373,10 +1678,12 @@ int pocl_llvm_generate_workgroup_function(cl_device_id device, cl_kernel kernel,
   if (pocl_exists(final_binary_path))
     return CL_SUCCESS;
 
+  pocl_mkdir_p(kernel_cachedir);
+
   llvm::MutexGuard lockHolder(kernelCompilerLock);
   InitializeLLVM();
 
-#ifdef DEBUG_POCL_LLVM_API        
+#ifdef DEBUG_POCL_LLVM_API
   printf("### calling the kernel compiler for kernel %s local_x %zu "
          "local_y %zu local_z %zu parallel_filename: %s\n",
          kernel->name, local_x, local_y, local_z, parallel_bc_path);
@@ -1389,10 +1696,10 @@ int pocl_llvm_generate_workgroup_function(cl_device_id device, cl_kernel kernel,
 
   // Link the kernel and runtime library
   llvm::Module *input = NULL;
-  if (kernel->program->llvm_irs != NULL && 
+  if (kernel->program->llvm_irs != NULL &&
       kernel->program->llvm_irs[device_i] != NULL)
     {
-#ifdef DEBUG_POCL_LLVM_API        
+#ifdef DEBUG_POCL_LLVM_API
       printf("### cloning the preloaded LLVM IR\n");
 #endif
       llvm::Module* p = (llvm::Module*)kernel->program->llvm_irs[device_i];
@@ -1404,7 +1711,7 @@ int pocl_llvm_generate_workgroup_function(cl_device_id device, cl_kernel kernel,
     }
   else
     {
-#ifdef DEBUG_POCL_LLVM_API        
+#ifdef DEBUG_POCL_LLVM_API
       printf("### loading the kernel bitcode from disk\n");
 #endif
       char program_bc_path[POCL_FILENAME_LENGTH];
@@ -1464,8 +1771,8 @@ pocl_update_program_llvm_irs(cl_program program,
                              cl_device_id device)
 {
   SMDiagnostic Err;
-
   char program_bc_path[POCL_FILENAME_LENGTH];
+  llvm::MutexGuard lockHolder(kernelCompilerLock);
   pocl_cache_program_bc_path(program_bc_path, program, device_i);
 
   if (!pocl_exists(program_bc_path))
@@ -1533,8 +1840,9 @@ void pocl_llvm_update_binaries (cl_program program) {
 /* This is the implementation of the public pocl_llvm_get_kernel_count(),
  * and is used internally also by pocl_llvm_get_kernel_names to
  */
-unsigned
-pocl_llvm_get_kernel_count(cl_program program, llvm::NamedMDNode **md_ret)
+static unsigned
+pocl_llvm_get_kernel_count(cl_program program, char **knames,
+                           unsigned max_num_krn)
 {
   llvm::MutexGuard lockHolder(kernelCompilerLock);
   InitializeLLVM();
@@ -1542,38 +1850,50 @@ pocl_llvm_get_kernel_count(cl_program program, llvm::NamedMDNode **md_ret)
   // TODO: is it safe to assume every device (i.e. the index 0 here)
   // has the same set of programs & kernels?
   llvm::Module *mod = (llvm::Module *) program->llvm_irs[0];
-  llvm::NamedMDNode *md = mod->getNamedMetadata("opencl.kernels");
-
-  if (md_ret)
-    *md_ret = md;
 
-  if (md == NULL)
-    return 0;
-
-  return md->getNumOperands();
+  llvm::NamedMDNode *md = mod->getNamedMetadata("opencl.kernels");
+  if (md) {
+
+    if (knames) {
+      for (unsigned i=0; i<max_num_krn; i++) {
+        assert( md->getOperand(i)->getOperand(0) != NULL);
+        llvm::ValueAsMetadata *value =
+          dyn_cast<llvm::ValueAsMetadata>(md->getOperand(i)->getOperand(0));
+        llvm::Function *k = cast<Function>(value->getValue());
+        knames[i] = strdup(k->getName().data());
+      }
+    }
+    return md->getNumOperands();
+  }
+  // LLVM 3.9 does not use opencl.kernels meta, but kernel_arg_* function meta
+  else {
+    unsigned kernel_count = 0;
+    for (llvm::Module::iterator i = mod->begin(), e = mod->end();
+           i != e; ++i) {
+      if (i->getMetadata("kernel_arg_access_qual")) {
+        if (knames && kernel_count < max_num_krn) {
+          knames[kernel_count] = strdup(i->getName().str().c_str());
+        }
+        ++kernel_count;
+      }
+    }
+    return kernel_count;
+  }
 }
 
 unsigned
 pocl_llvm_get_kernel_count(cl_program program)
 {
-  return pocl_llvm_get_kernel_count(program, NULL);
+  return pocl_llvm_get_kernel_count(program, NULL, 0);
 }
 
 unsigned
-pocl_llvm_get_kernel_names( cl_program program, const char **knames, unsigned max_num_krn )
+pocl_llvm_get_kernel_names(cl_program program, char **knames,
+                           unsigned max_num_krn)
 {
-  llvm::NamedMDNode *md;
-  unsigned i, n = pocl_llvm_get_kernel_count(program, &md);
-
-  for (i=0; i<n; i++) {
-    assert( md->getOperand(i)->getOperand(0) != NULL);
-    llvm::Function *k = 
-      cast<Function>(
-        dyn_cast<llvm::ValueAsMetadata>(md->getOperand(i)->getOperand(0))->getValue());
-    if (i < max_num_krn)
-      knames[i]= k->getName().data();
-  }
-  return i;
+  unsigned n = pocl_llvm_get_kernel_count(program, knames, max_num_krn);
+
+  return n;
 }
 
 /* Run LLVM codegen on input file (parallel-optimized).
@@ -1585,6 +1905,8 @@ pocl_llvm_codegen(cl_kernel kernel,
                   const char *infilename,
                   const char *outfilename)
 {
+    llvm::MutexGuard lockHolder(kernelCompilerLock);
+
     SMDiagnostic Err;
 
     if (pocl_exists(outfilename))
@@ -1594,6 +1916,7 @@ pocl_llvm_codegen(cl_kernel kernel,
     llvm::TargetMachine *target = GetTargetMachine(device);
 
     llvm::Module *input = ParseIRFile(infilename, Err, *GlobalContext());
+    assert(input);
 
     PassManager PM;
 #ifdef LLVM_OLDER_THAN_3_7
@@ -1627,7 +1950,8 @@ pocl_llvm_codegen(cl_kernel kernel,
 
     PM.run(*input);
     std::string o = sos.str(); // flush
-    return pocl_write_file(outfilename, o.c_str(), o.size(), 0, 0);
+    POCL_MSG_PRINT_INFO("Writing code gen output to %s.\n", outfilename);
 
+    return pocl_write_file(outfilename, o.c_str(), o.size(), 0, 0);
 }
 /* vim: set ts=4 expandtab: */
diff --git a/lib/CL/pocl_mem_management.h b/lib/CL/pocl_lttng.c
similarity index 74%
copy from lib/CL/pocl_mem_management.h
copy to lib/CL/pocl_lttng.c
index c98547a..ee974f0 100644
--- a/lib/CL/pocl_mem_management.h
+++ b/lib/CL/pocl_lttng.c
@@ -1,17 +1,17 @@
-/* pocl_cl.h - local runtime library declarations.
+/* pocl_lttng.c: LTTNG tracepoints provider
+
+   Copyright (c) 2015 Clément Léger / Kalray
 
-   Copyright (c) 2014 Ville Korhonen
-   
    Permission is hereby granted, free of charge, to any person obtaining a copy
    of this software and associated documentation files (the "Software"), to deal
    in the Software without restriction, including without limitation the rights
    to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
    copies of the Software, and to permit persons to whom the Software is
    furnished to do so, subject to the following conditions:
-   
+
    The above copyright notice and this permission notice shall be included in
    all copies or substantial portions of the Software.
-   
+
    THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
    IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
    FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
@@ -21,15 +21,7 @@
    THE SOFTWARE.
 */
 
-#include "pocl_cl.h"
-
-
-void pocl_init_mem_manager (void);
-
-cl_event pocl_mem_manager_new_event (void);
-
-void pocl_mem_manager_free_event (cl_event event);
-
-_cl_command_node* pocl_mem_manager_new_command (void);
+#define TRACEPOINT_CREATE_PROBES
+#define TRACEPOINT_DEFINE
 
-void pocl_mem_manager_free_command (_cl_command_node *cmd_ptr);
+#include "pocl_lttng.h"
diff --git a/lib/CL/pocl_lttng.h b/lib/CL/pocl_lttng.h
new file mode 100644
index 0000000..a689c42
--- /dev/null
+++ b/lib/CL/pocl_lttng.h
@@ -0,0 +1,154 @@
+/* pocl_lttng.h: LTTNG tracepoints provider interface
+
+   Copyright (c) 2015 Clément Léger / Kalray
+
+   Permission is hereby granted, free of charge, to any person obtaining a copy
+   of this software and associated documentation files (the "Software"), to deal
+   in the Software without restriction, including without limitation the rights
+   to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+   copies of the Software, and to permit persons to whom the Software is
+   furnished to do so, subject to the following conditions:
+
+   The above copyright notice and this permission notice shall be included in
+   all copies or substantial portions of the Software.
+
+   THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+   IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+   FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+   AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+   LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+   OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+   THE SOFTWARE.
+*/
+
+#undef TRACEPOINT_PROVIDER
+#define TRACEPOINT_PROVIDER pocl_trace
+
+#undef TRACEPOINT_INCLUDE
+#define TRACEPOINT_INCLUDE "./pocl_lttng.h"
+
+#if !defined(POCL_LLTTNG_H) || defined(TRACEPOINT_HEADER_MULTI_READ)
+#define POCL_LLTTNG_H
+
+#include <lttng/tracepoint.h>
+
+/**
+ *  NDRange kernel tracepoint
+ */
+TRACEPOINT_EVENT(
+  pocl_trace,
+  ndrange_kernel,
+  TP_ARGS(
+    int, event_status,
+    char*, kernel_name
+  ),
+  TP_FIELDS(
+    ctf_integer(int, event_status, event_status)
+    ctf_string(kernel_name, kernel_name)
+  )
+)
+
+/**
+ *  R/W Buffer tracepoint
+ */
+TRACEPOINT_EVENT(
+  pocl_trace,
+  read_buffer,
+  TP_ARGS(
+    int, event_status,
+    const void *, host_ptr,
+    size_t, buffer_size
+  ),
+  TP_FIELDS(
+    ctf_integer(int, event_status, event_status)
+    ctf_integer_hex(const void *, host_ptr, host_ptr)
+    ctf_integer_hex(size_t, buffer_size, buffer_size)
+  )
+)
+
+TRACEPOINT_EVENT(
+  pocl_trace,
+  write_buffer,
+  TP_ARGS(
+    int, event_status,
+    const void *, host_ptr,
+    size_t, buffer_size
+  ),
+  TP_FIELDS(
+    ctf_integer(int, event_status, event_status)
+    ctf_integer_hex(const void *, host_ptr, host_ptr)
+    ctf_integer_hex(size_t, buffer_size, buffer_size)
+  )
+)
+
+/**
+ *  Copy Buffer tracepoint
+ */
+TRACEPOINT_EVENT(
+  pocl_trace,
+  copy_buffer,
+  TP_ARGS(
+    int, event_status,
+    size_t, buffer_size
+  ),
+  TP_FIELDS(
+    ctf_integer(int, event_status, event_status)
+    ctf_integer_hex(size_t, buffer_size, buffer_size)
+  )
+)
+
+/**
+ *  Fill Buffer tracepoint
+ */
+TRACEPOINT_EVENT(
+  pocl_trace,
+  fill_buffer,
+  TP_ARGS(
+    int, event_status,
+    size_t, fill_size
+  ),
+  TP_FIELDS(
+    ctf_integer(int, event_status, event_status)
+    ctf_integer_hex(size_t, fill_size, fill_size)
+  )
+)
+
+/**
+ *  Map tracepoint
+ */
+TRACEPOINT_EVENT(
+  pocl_trace,
+  map,
+  TP_ARGS(
+    int, event_status,
+    size_t, fill_size
+  ),
+  TP_FIELDS(
+    ctf_integer(int, event_status, event_status)
+    ctf_integer_hex(size_t, fill_size, fill_size)
+  )
+)
+
+/**
+ *  Generic tracepoint for other commands
+ */
+TRACEPOINT_EVENT(
+  pocl_trace,
+  command,
+  TP_ARGS(
+    int, event_status,
+    const char *, cmd_type
+  ),
+  TP_FIELDS(
+    ctf_integer(int, event_status, event_status)
+    ctf_string(cmd_type, cmd_type)
+  )
+)
+
+/**
+ *  Default tracepoint
+ */
+
+#endif /* POCL_LLTTNG_H */
+
+#include <lttng/tracepoint-event.h>
diff --git a/lib/CL/pocl_mem_management.c b/lib/CL/pocl_mem_management.c
index 901d71f..051c2c5 100644
--- a/lib/CL/pocl_mem_management.c
+++ b/lib/CL/pocl_mem_management.c
@@ -24,13 +24,17 @@
 #include "pocl_mem_management.h"
 #include "pocl.h"
 #include "utlist.h"
+#include <string.h>
 
 typedef struct _mem_manager
 {
   pocl_lock_t event_lock;
   pocl_lock_t cmd_lock;
+  pocl_lock_t event_node_lock;
+
   cl_event event_list;
   _cl_command_node *volatile cmd_list;
+  event_node *event_node_list;
 } pocl_mem_manager;
 
 
@@ -52,6 +56,7 @@ void pocl_init_mem_manager (void)
       mm = (pocl_mem_manager*) calloc (1, sizeof (pocl_mem_manager));
       POCL_INIT_LOCK (mm->event_lock);
       POCL_INIT_LOCK (mm->cmd_lock);
+      POCL_INIT_LOCK (mm->event_node_lock);
     }
   POCL_UNLOCK(pocl_init_lock);
 }
@@ -64,12 +69,10 @@ cl_event pocl_mem_manager_new_event ()
     {
       LL_DELETE (mm->event_list, ev);
       POCL_UNLOCK (mm->event_lock);
-      POCL_INIT_LOCK (ev->pocl_lock);
-      ev->pocl_refcount = 1; /* no need to lock because event is not in use */
       return ev;
     }
   POCL_UNLOCK (mm->event_lock);
-    
+
   ev = (struct _cl_event*) calloc (1, sizeof (struct _cl_event));
   POCL_INIT_OBJECT(ev);
   ev->pocl_refcount = 1;
@@ -78,6 +81,7 @@ cl_event pocl_mem_manager_new_event ()
 
 void pocl_mem_manager_free_event (cl_event event)
 {
+  assert (event->status <= CL_COMPLETE);
   POCL_LOCK (mm->event_lock);
   LL_PREPEND (mm->event_list, event);
   POCL_UNLOCK(mm->event_lock);
@@ -92,14 +96,40 @@ _cl_command_node* pocl_mem_manager_new_command ()
   POCL_UNLOCK (mm->cmd_lock);
   
   if (cmd)
-    return cmd;
-  
+    {
+      memset (cmd, 0, sizeof (struct _cl_command_node));
+      return cmd;
+    }
   return (_cl_command_node*) calloc (1, sizeof (_cl_command_node));
 }
 
-void pocl_mem_manager_free_command ( _cl_command_node *cmd_ptr)
+void pocl_mem_manager_free_command (_cl_command_node *cmd_ptr)
 {
   POCL_LOCK (mm->cmd_lock);
   LL_PREPEND (mm->cmd_list, cmd_ptr);
   POCL_UNLOCK(mm->cmd_lock);
 }
+
+event_node* pocl_mem_manager_new_event_node ()
+{
+  event_node *ed = NULL;
+  POCL_LOCK(mm->event_node_lock);
+  if ((ed = mm->event_node_list))
+    LL_DELETE (mm->event_node_list, ed);
+  POCL_UNLOCK (mm->event_node_lock);
+  
+  if (ed)
+    {
+      memset (ed, 0, sizeof(event_node));
+      return ed;
+    }
+
+  return calloc (1, sizeof (event_node));
+}
+
+void pocl_mem_manager_free_event_node (event_node *ed)
+{
+  POCL_LOCK (mm->event_node_lock);
+  LL_PREPEND (mm->event_node_list, ed);
+  POCL_UNLOCK (mm->event_node_lock);
+}
diff --git a/lib/CL/pocl_mem_management.h b/lib/CL/pocl_mem_management.h
index c98547a..c69e65b 100644
--- a/lib/CL/pocl_mem_management.h
+++ b/lib/CL/pocl_mem_management.h
@@ -23,6 +23,9 @@
 
 #include "pocl_cl.h"
 
+#ifdef __GNUC__
+#pragma GCC visibility push(hidden)
+#endif
 
 void pocl_init_mem_manager (void);
 
@@ -33,3 +36,11 @@ void pocl_mem_manager_free_event (cl_event event);
 _cl_command_node* pocl_mem_manager_new_command (void);
 
 void pocl_mem_manager_free_command (_cl_command_node *cmd_ptr);
+
+event_node* pocl_mem_manager_new_event_node ();
+
+void pocl_mem_manager_free_event_node (event_node *ed);
+
+#ifdef __GNUC__
+#pragma GCC visibility pop
+#endif
diff --git a/lib/CL/pocl_queue_util.c b/lib/CL/pocl_queue_util.c
index 7826f9e..f6c0b63 100644
--- a/lib/CL/pocl_queue_util.c
+++ b/lib/CL/pocl_queue_util.c
@@ -40,15 +40,21 @@ static cl_command_queue *queue_list = NULL;
 
 #define QUEUE_ALLOC_SIZE 256
 
-void pocl_finish_all_queues()
+int pocl_aborting;
+/*
+static void
+pocl_finish_all_queues()
 {
   size_t i;
+  if (pocl_aborting)
+    return;
   for (i = 0; i < queue_size; ++i) {
     if (queue_list[i])
       POname(clFinish)(queue_list[i]);
   }
   pocl_print_system_memory_stats();
 }
+*/
 
 void pocl_init_queue_list()
 {
@@ -63,14 +69,15 @@ void pocl_init_queue_list()
   if (!queue_list)
     POCL_ABORT("unable to allocate queue list!");
 
-  atexit(pocl_finish_all_queues);
+  //atexit(pocl_finish_all_queues);
 
   POCL_UNLOCK(queue_lock);
 
 }
 
 // walk the queue list, 
-void pocl_compact_queue_list() {
+static void
+pocl_compact_queue_list() {
   size_t i; // walking index
   size_t compact = 0; // number of non-NULL elements
   for (i = 0; i < queue_size; ++i) {
diff --git a/lib/CL/pocl_runtime_config.c b/lib/CL/pocl_runtime_config.c
index a58d73b..d84ea26 100644
--- a/lib/CL/pocl_runtime_config.c
+++ b/lib/CL/pocl_runtime_config.c
@@ -42,7 +42,7 @@ struct env_data
 static env_data *volatile env_cache = 0;
 static pocl_lock_t lock = POCL_LOCK_INITIALIZER;
 
-env_data* find_env (env_data* cache, const char* key)
+static env_data* find_env (env_data* cache, const char* key)
 {
   env_data* ed;
   char *value;
diff --git a/lib/CL/pocl_runtime_config.h b/lib/CL/pocl_runtime_config.h
index fb012e1..2fd5b48 100644
--- a/lib/CL/pocl_runtime_config.h
+++ b/lib/CL/pocl_runtime_config.h
@@ -33,7 +33,6 @@ int pocl_get_int_option(const char *key, int default_value);
 int pocl_get_bool_option(const char *key, int default_value);
 const char* pocl_get_string_option(const char *key, const char *default_value);
 
-
 #ifdef __cplusplus
 }
 #endif
diff --git a/lib/CL/pocl_img_buf_cpy.h b/lib/CL/pocl_shared.h
similarity index 65%
rename from lib/CL/pocl_img_buf_cpy.h
rename to lib/CL/pocl_shared.h
index 56dbd7a..95fefd4 100644
--- a/lib/CL/pocl_img_buf_cpy.h
+++ b/lib/CL/pocl_shared.h
@@ -1,18 +1,17 @@
-/* pocl_img_buf_cpy.h: common parts of image and buffer copying
+/* OpenCL runtime library: shared functions
+
+   Copyright (c) 2016 Michal Babej / Tampere University of Technology
 
-   Copyright (c) 2011 Universidad Rey Juan Carlos
-   Copyright (c) 2015 Giuseppe Bilotta
-   
    Permission is hereby granted, free of charge, to any person obtaining a copy
    of this software and associated documentation files (the "Software"), to deal
    in the Software without restriction, including without limitation the rights
    to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
    copies of the Software, and to permit persons to whom the Software is
    furnished to do so, subject to the following conditions:
-   
+
    The above copyright notice and this permission notice shall be included in
    all copies or substantial portions of the Software.
-   
+
    THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
    IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
    FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
@@ -22,11 +21,29 @@
    THE SOFTWARE.
 */
 
+#ifndef POCL_SHARED_H
+#define POCL_SHARED_H
+
 #include "pocl_cl.h"
-#include <assert.h>
-#include "pocl_util.h"
+
+#ifdef __cplusplus
+extern "C" {
+#endif
+
+#ifdef __GNUC__
+#pragma GCC visibility push(hidden)
+#endif
+
+
+/* Function for performing the actual mapping, used both from the
+   clFinish() and the blocking call. */
+void*
+pocl_map_mem_cmd(cl_device_id device,
+                 cl_mem buffer,
+                 mem_mapping_t *mapping_info);
 
 cl_int pocl_rect_copy(cl_command_queue command_queue,
+                      cl_command_type command_type,
                       cl_mem src,
                       cl_int src_is_image,
                       cl_mem dst,
@@ -41,3 +58,20 @@ cl_int pocl_rect_copy(cl_command_queue command_queue,
                       cl_uint num_events_in_wait_list,
                       const cl_event *event_wait_list,
                       cl_event *event);
+
+cl_int program_compile_dynamic_wg_binaries(cl_program program);
+
+
+int context_set_properties(cl_context                    context,
+                           const cl_context_properties * properties,
+                           cl_int *                      errcode);
+
+#ifdef __GNUC__
+#pragma GCC visibility pop
+#endif
+
+#ifdef __cplusplus
+}
+#endif
+
+#endif // POCL_SHARED_H
diff --git a/lib/CL/pocl_timing.c b/lib/CL/pocl_timing.c
index 6b97b8d..678922c 100644
--- a/lib/CL/pocl_timing.c
+++ b/lib/CL/pocl_timing.c
@@ -66,11 +66,16 @@ uint64_t pocl_gettimemono_ns() {
 #ifdef HAVE_CLOCK_GETTIME
   struct timespec timespec;
 # ifdef __linux__
+#  ifdef CLOCK_MONOTONIC_RAW 
   clock_gettime(CLOCK_MONOTONIC_RAW, &timespec);
+#  else
+#   warning Using clock_gettime with CLOCK_MONOTONIC for monotonic clocks
+  clock_gettime(CLOCK_MONOTONIC, &timespec);
+#  endif
 # elif defined(__DragonFly__) || defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD__)
   clock_gettime(CLOCK_UPTIME_FAST, &timespec);
 # else
-# warn Using clock_gettime with CLOCK_REALTIME for monotonic clocks
+# warning Using clock_gettime with CLOCK_REALTIME for monotonic clocks
   clock_gettime(CLOCK_REALTIME, &timespec);
 # endif
   return ((timespec.tv_sec * 1000000000UL) + timespec.tv_nsec);
diff --git a/lib/CL/pocl_tracing.c b/lib/CL/pocl_tracing.c
new file mode 100644
index 0000000..13650db
--- /dev/null
+++ b/lib/CL/pocl_tracing.c
@@ -0,0 +1,274 @@
+/* pocl_tracing.c: event update and tracing system
+
+   Copyright (c) 2015 Clément Léger / Kalray
+
+   Permission is hereby granted, free of charge, to any person obtaining a copy
+   of this software and associated documentation files (the "Software"), to deal
+   in the Software without restriction, including without limitation the rights
+   to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+   copies of the Software, and to permit persons to whom the Software is
+   furnished to do so, subject to the following conditions:
+
+   The above copyright notice and this permission notice shall be included in
+   all copies or substantial portions of the Software.
+
+   THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+   IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+   FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+   AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+   LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+   OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+   THE SOFTWARE.
+*/
+
+#include <stdio.h>
+#include <string.h>
+#include "pocl_util.h"
+#include "pocl_tracing.h"
+#include "pocl_runtime_config.h"
+
+#ifdef LTTNG_UST_AVAILABLE
+#include "pocl_lttng.h"
+#endif
+
+static int tracing_initialized = 0;
+static uint8_t event_trace_filter = 0xF;
+
+static const struct pocl_event_tracer text_logger;
+static const struct pocl_event_tracer lttng_tracer;
+
+/* List of tracers
+ */
+static const struct pocl_event_tracer *pocl_event_tracers[] = {
+  &text_logger,
+#ifdef LTTNG_UST_AVAILABLE
+  &lttng_tracer,
+#endif
+};
+
+#define POCL_TRACER_COUNT (sizeof(pocl_event_tracers) / sizeof((pocl_event_tracers)[0]))
+
+static const struct pocl_event_tracer *event_tracer = NULL;
+
+void
+pocl_event_updated (cl_event event, int status)
+{
+  event_callback_item *cb_ptr;
+
+  /* event callback handling just call functions in the same order
+   * they were added if the status match the specified one */
+  for (cb_ptr = event->callback_list; cb_ptr; cb_ptr = cb_ptr->next)
+    {
+      if (cb_ptr->trigger_status == status)
+       cb_ptr->callback_function (event, cb_ptr->trigger_status,
+                               cb_ptr->user_data);
+    }
+
+  if (event_tracer && ((1 << status) & event_trace_filter))
+    event_tracer->event_updated (event, status);
+}
+
+static void
+pocl_parse_event_filter ()
+{
+  const char *trace_filter;
+  char *tmp_str, *save_ptr, *token;
+
+  trace_filter = pocl_get_string_option ("POCL_TRACE_EVENT_FILTER", NULL);
+  if (trace_filter == NULL)
+    return;
+
+  tmp_str = strdup (trace_filter);
+  if (tmp_str == NULL)
+    return;
+
+  event_trace_filter = 0;
+  while (1)
+    {
+      token = strtok_r (tmp_str, ",", &save_ptr);
+      if (token == NULL)
+        goto PARSE_OUT;
+      if (strcmp (token, "queued") == 0)
+        event_trace_filter |= (1 << CL_QUEUED);
+      else if (strcmp (token, "submitted") == 0)
+        event_trace_filter |= (1 << CL_SUBMITTED);
+      else if (strcmp (token, "running") == 0)
+        event_trace_filter |= (1 << CL_RUNNING);
+      else if (strcmp (token, "complete") == 0)
+        event_trace_filter |= (1 << CL_COMPLETE);
+
+      tmp_str = NULL;
+    }
+
+PARSE_OUT:
+  free (tmp_str);
+}
+
+void
+pocl_event_tracing_init ()
+{
+  const char *trace_env;
+  unsigned i;
+
+  if (tracing_initialized)
+    return;
+
+  trace_env = pocl_get_string_option ("POCL_TRACE_EVENT", NULL);
+  if (trace_env == NULL)
+    goto EVENT_INIT_OUT;
+
+  /* Check if a tracer has a name matching the supplied one */
+  for (i = 0; i < POCL_TRACER_COUNT; i++)
+    {
+      if (strcmp (trace_env, pocl_event_tracers[i]->name) == 0)
+       {
+         event_tracer = pocl_event_tracers[i];
+         break;
+       }
+    }
+  if (event_tracer == NULL)
+    goto EVENT_INIT_OUT;
+
+  pocl_parse_event_filter ();
+
+  event_tracer->init ();
+
+EVENT_INIT_OUT:
+  tracing_initialized = 1;
+}
+
+
+/* Basic text logger, useful for grep/cut/sed operations
+ */
+static FILE *text_tracer_file = NULL;
+static pocl_lock_t text_tracer_lock = POCL_LOCK_INITIALIZER;
+
+static void
+text_tracer_init ()
+{
+  const char *text_tracer_output;
+
+  text_tracer_output = pocl_get_string_option ("POCL_TRACE_EVENT_OPT",
+                                          "pocl_trace_events.log");
+  text_tracer_file = fopen (text_tracer_output, "w");
+  if (!text_tracer_file)
+    POCL_ABORT ("Failed to open text tracer output\n");
+}
+
+static void
+text_tracer_event_updated (cl_event event, int status)
+{
+  cl_command_queue cq = event->queue;
+  cl_ulong ts = cq->device->ops->get_timer_value (cq->device->data);
+  _cl_command_node *node = event->command;
+  char tmp_buffer[512];
+  char *cur_buf = tmp_buffer;
+  int text_size = 0;
+
+  /* Some less integrated commands (clEnqueueReadBufferRect) do not use
+   * standard mecanism, so check node to be non null */
+  if (node == NULL)
+    return;
+
+  text_size = sprintf (cur_buf, "%"PRIu64" %s %s ", ts,
+                       pocl_command_to_str (event->command_type),
+                       pocl_status_to_str(event->status));
+  cur_buf += text_size;
+  /* Print more informations for some commonly used commands */
+  switch (event->command_type)
+    {
+    case CL_COMMAND_READ_BUFFER:
+      text_size += sprintf (cur_buf, "size=%"PRIuS", host_ptr=%p\n",
+                            node->command.read.cb,
+                            node->command.read.host_ptr);
+      break;
+    case CL_COMMAND_WRITE_BUFFER:
+      text_size += sprintf (cur_buf, "size=%"PRIuS", host_ptr=%p\n\n",
+                            node->command.write.cb,
+                            node->command.write.host_ptr);
+      break;
+    case CL_COMMAND_COPY_BUFFER:
+      text_size += sprintf (cur_buf, "size=%"PRIuS"\n", node->command.copy.cb);
+      break;
+    case CL_COMMAND_NDRANGE_KERNEL:
+      text_size += sprintf (cur_buf, "name=%s\n",
+                            node->command.run.kernel->name);
+      break;
+    case CL_COMMAND_FILL_BUFFER:
+      text_size += sprintf (cur_buf, "size=%"PRIuS"\n", 
+                            node->command.memfill.size);
+      break;
+    default:
+      cur_buf[0] = '\n';
+      text_size++;
+    }
+
+  POCL_LOCK (text_tracer_lock);
+  fwrite (tmp_buffer, text_size, 1, text_tracer_file);
+  POCL_UNLOCK (text_tracer_lock);
+}
+
+static const struct pocl_event_tracer text_logger = {
+  "text",
+  text_tracer_init,
+  text_tracer_event_updated,
+};
+
+
+#ifdef LTTNG_UST_AVAILABLE
+
+/* LTTNG tracer
+ */
+
+static void
+lttng_tracer_init ()
+{
+
+}
+
+static void
+lttng_tracer_event_updated (cl_event event, int status)
+{
+  _cl_command_node *node = event->command;
+
+  if (node == NULL)
+    return;
+
+  switch (event->command_type)
+    {
+    case CL_COMMAND_NDRANGE_KERNEL:
+      tracepoint (pocl_trace, ndrange_kernel, status,
+                  node->command.run.kernel->name);
+      break;
+    case CL_COMMAND_READ_BUFFER:
+      tracepoint (pocl_trace, read_buffer, status,
+                  node->command.write.host_ptr, node->command.write.cb);
+      break;
+    case CL_COMMAND_WRITE_BUFFER:
+      tracepoint (pocl_trace, write_buffer, status,
+                  node->command.write.host_ptr, node->command.write.cb);
+      break;
+    case CL_COMMAND_COPY_BUFFER:
+      tracepoint (pocl_trace, copy_buffer, status, node->command.copy.cb);
+      break;
+    case CL_COMMAND_FILL_BUFFER:
+      tracepoint (pocl_trace, fill_buffer, status, node->command.copy.cb);
+      break;
+    case CL_COMMAND_MAP_BUFFER:
+    case CL_COMMAND_MAP_IMAGE:
+      tracepoint (pocl_trace, map, status, node->command.map.mapping->size);
+      break;
+    default:
+      tracepoint (pocl_trace, command, status,
+                  pocl_command_to_str (event->command_type));
+      break;
+    }
+}
+
+static const struct pocl_event_tracer lttng_tracer = {
+  "lttng",
+  lttng_tracer_init,
+  lttng_tracer_event_updated,
+};
+
+#endif
diff --git a/lib/CL/pocl_runtime_config.h b/lib/CL/pocl_tracing.h
similarity index 56%
copy from lib/CL/pocl_runtime_config.h
copy to lib/CL/pocl_tracing.h
index fb012e1..e2eb86a 100644
--- a/lib/CL/pocl_runtime_config.h
+++ b/lib/CL/pocl_tracing.h
@@ -1,17 +1,17 @@
-/* pocl_runtime_config.h: functions to query pocl runtime configuration settings
+/* pocl_tracing.h: interface for event update and tracing system
+
+   Copyright (c) 2015 Clément Léger / Kalray
 
-   Copyright (c) 2013 Pekka Jääskeläinen
-   
    Permission is hereby granted, free of charge, to any person obtaining a copy
    of this software and associated documentation files (the "Software"), to deal
    in the Software without restriction, including without limitation the rights
    to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
    copies of the Software, and to permit persons to whom the Software is
    furnished to do so, subject to the following conditions:
-   
+
    The above copyright notice and this permission notice shall be included in
    all copies or substantial portions of the Software.
-   
+
    THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
    IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
    FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
@@ -21,21 +21,47 @@
    THE SOFTWARE.
 */
 
-#ifndef _POCL_RUNTIME_CONFIG_H
-#define _POCL_RUNTIME_CONFIG_H
+#ifndef POCL_TRACING_H
+#define POCL_TRACING_H
+
+#include <stdint.h>
+#include <stdlib.h>
+#include <string.h>
+#include "pocl_cl.h"
+
+#ifdef __GNUC__
+#pragma GCC visibility push(hidden)
+#endif
 
 #ifdef __cplusplus
-extern "C" {
+extern "C"
+{
 #endif
 
-int pocl_is_option_set(const char *key);
-int pocl_get_int_option(const char *key, int default_value);
-int pocl_get_bool_option(const char *key, int default_value);
-const char* pocl_get_string_option(const char *key, const char *default_value);
+  void pocl_event_updated (cl_event event, int new_status);
 
+/* Initializes event tracing system 
+ */
+  void pocl_event_tracing_init ();
+
+/* Struct of trace handlers
+ */
+  struct pocl_event_tracer
+  {
+    /* Tracer name used to match POCL_TRACE_EVENT=xxx env var */
+    const char *name;
+    /* Init function called when the tracer is matched */
+    void (*init) ();
+    /* Callback called when an event has been updated */
+    void (*event_updated) (cl_event /* event */ , int /* status */ );
+  };
 
 #ifdef __cplusplus
 }
 #endif
 
+#ifdef __GNUC__
+#pragma GCC visibility pop
 #endif
+
+#endif				/* POCL_TRACING_H */
diff --git a/lib/CL/pocl_util.c b/lib/CL/pocl_util.c
index 108410d..d45e89e 100644
--- a/lib/CL/pocl_util.c
+++ b/lib/CL/pocl_util.c
@@ -43,6 +43,7 @@
 #include "utlist.h"
 #include "common.h"
 #include "pocl_mem_management.h"
+#include "devices.h"
 #include "pocl_runtime_config.h"
 
 struct list_item;
@@ -178,10 +179,13 @@ pocl_aligned_free (void *ptr)
 }
 #endif
 
-cl_int pocl_create_event (cl_event *event, cl_context context,
-                          cl_command_queue command_queue,
-                          cl_command_type command_type)
+
+cl_int pocl_create_event (cl_event *event, cl_command_queue command_queue, 
+                          cl_command_type command_type, int num_buffers,
+                          const cl_mem *buffers, cl_context context)
 {
+  static unsigned int event_id_counter = 0;
+
   if (context == NULL || !(context->valid))
     return CL_INVALID_CONTEXT;
   if (event != NULL)
@@ -193,40 +197,95 @@ cl_int pocl_create_event (cl_event *event, cl_context context,
       (*event)->context = context;
       POname(clRetainContext) (context);
       (*event)->queue = command_queue;
+
       /* user events have a NULL command queue, don't retain it */
       if (command_queue)
         POname(clRetainCommandQueue) (command_queue);
+
       (*event)->command_type = command_type;
+      (*event)->command =  NULL;
       (*event)->callback_list = NULL;
+      (*event)->id = event_id_counter++;
+      (*event)->notify_list = NULL;
+      (*event)->data = NULL;
+      (*event)->num_buffers = num_buffers;
+      if (num_buffers > 0)
+        {
+          (*event)->mem_objs = malloc (num_buffers * sizeof(cl_mem));
+          memcpy ((*event)->mem_objs, buffers, num_buffers * sizeof(cl_mem));
+        }
+      else
+        (*event)->mem_objs = NULL;
+      (*event)->status = CL_QUEUED;
       (*event)->implicit_event = 0;
       (*event)->next = NULL;
+      (*event)->prev = NULL;
+
+      /* user events do not have cq */
+      if (!command_queue)
+        return CL_SUCCESS;
+
     }
   return CL_SUCCESS;
 }
 
+static int
+pocl_create_event_sync(cl_event waiting_event,
+                       cl_event notifier_event, cl_mem mem)
+{
+  event_node * volatile notify_target = NULL;
+  event_node * volatile wait_list_item = NULL;
+  assert(notifier_event->pocl_refcount != 0);
+  POCL_MSG_PRINT_INFO("create event sync: waiting %d, notifier %d\n", waiting_event->id, notifier_event->id);
+  if (waiting_event == notifier_event)
+    {
+      printf("waiting id %d, notifier id = %d\n", waiting_event->id, 
+             notifier_event->id);
+      assert(waiting_event != notifier_event);
+    }
+  LL_FOREACH (waiting_event->wait_list, wait_list_item)
+    {
+      if (wait_list_item->event == notifier_event)
+        return CL_SUCCESS;
+    }
+  POCL_LOCK_OBJ (waiting_event);
+
+  if (notifier_event == NULL || notifier_event->status == CL_COMPLETE)
+    {
+      POCL_UNLOCK_OBJ (waiting_event);
+      return CL_SUCCESS;
+    }
+
+  notify_target = pocl_mem_manager_new_event_node();
+  wait_list_item = pocl_mem_manager_new_event_node();
+  if (!notify_target || !wait_list_item)
+    return CL_OUT_OF_HOST_MEMORY;
+    
+  notify_target->event = waiting_event;
+  wait_list_item->event = notifier_event;
+  LL_PREPEND (notifier_event->notify_list, notify_target);
+  LL_PREPEND (waiting_event->wait_list, wait_list_item);
+  POCL_UNLOCK_OBJ (waiting_event);
+
+  return CL_SUCCESS;
+}
+
 cl_int pocl_create_command (_cl_command_node **cmd,
-                            cl_command_queue command_queue,
-                            cl_command_type command_type, cl_event *event_p,
-                            cl_int num_events, const cl_event *wait_list)
+                            cl_command_queue command_queue, 
+                            cl_command_type command_type, cl_event *event_p, 
+                            cl_int num_events, const cl_event *wait_list,
+                            int num_buffers, const cl_mem *buffers)
 {
   int i;
   int err;
   cl_event *event = NULL;
-  /* the provided waiting list will be cloned, because the calling program
-   * might recycle the array for a different command.
-   */
-  cl_event *event_wl = NULL;
-  /* Additionally, if the command queue is non-empty and in-order, we want to
-   * add the previous command to the waiting list: double-bang to ensure that
-   * add_prev_command will be 1 in this case, and 0 otherwise
-   */
-  cl_int add_prev_command = !!(
-    !(command_queue->properties & CL_QUEUE_OUT_OF_ORDER_EXEC_MODE_ENABLE)
-    && command_queue->root != NULL);
-
+  
   if ((wait_list == NULL && num_events != 0) ||
       (wait_list != NULL && num_events == 0))
-    return CL_INVALID_EVENT_WAIT_LIST;
+    {
+      assert(0);
+      return CL_INVALID_EVENT_WAIT_LIST;
+    }
 
   for (i = 0; i < num_events; ++i)
     {
@@ -235,79 +294,186 @@ cl_int pocl_create_command (_cl_command_node **cmd,
     }
 
   *cmd = pocl_mem_manager_new_command ();
-
   if (*cmd == NULL)
     return CL_OUT_OF_HOST_MEMORY;
 
-  if (num_events || add_prev_command)
-    {
-      event_wl = (cl_event*)malloc((num_events + add_prev_command)*sizeof(cl_event));
-      if (event_wl == NULL)
-        return CL_OUT_OF_HOST_MEMORY;
-    }
+  (*cmd)->type = command_type;
 
-  /* if user does not provide event pointer, create event anyway */
+  /* Even if user does not provide event pointer, create event anyway */
   event = &((*cmd)->event);
-  err = pocl_create_event(event, command_queue->context, command_queue, command_type);
+  err = pocl_create_event(event, command_queue, 0, num_buffers, 
+                          buffers, command_queue->context);
+
   if (err != CL_SUCCESS)
     {
-      POCL_MEM_FREE(event_wl);
       POCL_MEM_FREE(*cmd);
       return err;
     }
+  (*event)->command_type = command_type;
+
+  /* if host application wants this commands event
+     one reference for the host and one for the runtime/driver */
   if (event_p)
-    *event_p = *event;
+    {
+      *event_p = *event;
+      (*event)->implicit_event = 0;
+      (*event)->pocl_refcount = 2;
+    }
   else
-    (*event)->implicit_event = 1;
+    {
+      (*event)->implicit_event = 1;
+      (*event)->pocl_refcount = 1;
+    }
+
+  (*cmd)->next = NULL;
+  (*cmd)->prev = NULL;
+  (*cmd)->device = command_queue->device;
+  (*cmd)->event->command = (*cmd);
+  (*cmd)->ready = 0;
 
-  /* clone the event list */
+  /* in case of in-order queue, synchronize to previously enqueued command
+     if available */
+  if (!(command_queue->properties & CL_QUEUE_OUT_OF_ORDER_EXEC_MODE_ENABLE))
+    {
+      POCL_LOCK_OBJ (command_queue);
+      if (command_queue->last_event.event)
+        {
+          POCL_LOCK_OBJ (command_queue->last_event.event);
+          pocl_create_event_sync ((*cmd)->event,
+                                  command_queue->last_event.event,
+                                  NULL);
+          POCL_UNLOCK_OBJ (command_queue->last_event.event);
+        }
+      POCL_UNLOCK_OBJ (command_queue);
+    }
+  /* Form event synchronizations based on the given wait list */
   for (i = 0; i < num_events; ++i)
     {
-      event_wl[i] = wait_list[i];
+      cl_event wle = wait_list[i];
+      POCL_LOCK_OBJ (wle);
+      pocl_create_event_sync ((*cmd)->event, wle, NULL);
+      POCL_UNLOCK_OBJ (wle);
     }
+  POCL_MSG_PRINT_INFO("Created command struct (event %d, type %X)\n", 
+                      (*cmd)->event->id, command_type);
+  return CL_SUCCESS;
+}
+
+void pocl_command_enqueue (cl_command_queue command_queue,
+                          _cl_command_node *node)
+{
+  cl_event event;
+
+  POCL_LOCK_OBJ (node->event);
+  assert(node->event->status == CL_QUEUED);
+  POCL_UNLOCK_OBJ (node->event);
 
-  if (add_prev_command)
+  assert (command_queue == node->event->queue);
+
+  POCL_LOCK_OBJ (command_queue);
+  ++command_queue->command_count;
+  if ((node->type == CL_COMMAND_BARRIER || node->type == CL_COMMAND_MARKER) &&
+      node->command.barrier.has_wait_list == 0)
     {
-      // find the previous command
-      _cl_command_node *prev_command;
-      for (prev_command = command_queue->root; prev_command->next != NULL;
-           prev_command = prev_command->next){}
-      //printf("create_command: prev_com=%d prev_com->event = %d \n",prev_command, prev_command->event);
-      event_wl[i] = prev_command->event;
+      DL_FOREACH (command_queue->events, event)
+        {
+          POCL_LOCK_OBJ(event);
+          pocl_create_event_sync (node->event, event, NULL);
+          POCL_UNLOCK_OBJ (event);
+        }
     }
-#if 0
-  for (i = 0; i < num_events + add_prev_command; ++i)
+  if (node->type == CL_COMMAND_BARRIER)
+    command_queue->barrier = node->event;
+  else
     {
-      printf("create-command: event_wl[%i]=%p\n", i, event_wl[i]);
+      if (command_queue->barrier)
+        {
+          POCL_LOCK_OBJ(command_queue->barrier);
+          pocl_create_event_sync (node->event, command_queue->barrier, NULL);
+          POCL_UNLOCK_OBJ (command_queue->barrier);
+        }
     }
+  DL_APPEND (command_queue->events, node->event);
+  command_queue->last_event.event = node->event;
+  command_queue->last_event.event_id = node->event->id;
+  POCL_UNLOCK_OBJ (command_queue);
+
+  POCL_UPDATE_EVENT_QUEUED (&node->event);
+
+  command_queue->device->ops->submit(node, command_queue);
+#ifdef POCL_DEBUG_BUILD
+  if (pocl_is_option_set("POCL_IMPLICIT_FINISH"))
+    POclFinish (command_queue);
 #endif
-  (*cmd)->event_wait_list = event_wl;
-  (*cmd)->num_events_in_wait_list = num_events + add_prev_command;
-  (*cmd)->type = command_type;
-  (*cmd)->next = NULL;
-  (*cmd)->device = command_queue->device;
+}
 
-  //printf("create_command (end): event=%d new_event=%d cmd->event=%d cmd=%d\n", event, new_event, (*cmd)->event, *cmd);
 
+void
+pocl_command_push (_cl_command_node *node, 
+                   _cl_command_node *volatile *ready_list, 
+                   _cl_command_node *volatile *pending_list)
+{
+  assert (node != NULL);
 
-  return CL_SUCCESS;
+  /* If the last command inserted is a barrier,
+     command is necessary not ready */
+  if ((*ready_list) != NULL && (*ready_list)->prev
+      && (*ready_list)->prev->type == CL_COMMAND_BARRIER)
+    {
+      CDL_PREPEND ((*pending_list), node);
+      return;
+    }
+  POCL_LOCK_OBJ (node->event);
+  if (pocl_command_is_ready(node->event))
+    {
+      CDL_PREPEND ((*ready_list), node);
+    }
+  else
+    {
+      CDL_PREPEND ((*pending_list), node);
+    }
+  POCL_UNLOCK_OBJ (node->event);
 }
 
-void pocl_command_enqueue (cl_command_queue command_queue,
-                          _cl_command_node *node)
+int pocl_update_command_queue (cl_event event)
 {
-  POCL_LOCK_OBJ(command_queue);
-  LL_APPEND (command_queue->root, node);
-  POCL_UNLOCK_OBJ(command_queue);
-  #ifdef POCL_DEBUG_BUILD
-  if (pocl_is_option_set("POCL_IMPLICIT_FINISH"))
-    POclFinish (command_queue);
-  #endif
-  POCL_UPDATE_EVENT_QUEUED (&node->event);
+  int cq_ready;
+
+  POCL_LOCK_OBJ (event->queue);
+  --event->queue->command_count;
+  if (event->queue->barrier == event)
+    event->queue->barrier = NULL;
+
+  if (event->queue->last_event.event == event)
+    event->queue->last_event.event = NULL;
+  assert (event->queue->command_count >= 0);
+
+  DL_DELETE (event->queue->events, event);
 
+  cq_ready = (event->queue->command_count) ? 0: 1;
+  POCL_UNLOCK_OBJ (event->queue);
+  return cq_ready;
 }
 
+cl_int pocl_update_mem_obj_sync (cl_command_queue cq, _cl_command_node *cmd, 
+                                 cl_mem mem, char operation)
+{
+  int i;
+  POCL_LOCK_OBJ (mem);
+  mem->owning_device = cmd->device;
+  mem->latest_event = cmd->event;
+  POCL_UNLOCK_OBJ (mem);
 
+  for (i = 0; i < cmd->event->num_buffers; ++i)
+    {
+      if (cmd->event->mem_objs[i] == NULL)
+        {
+          cmd->event->mem_objs[i] = mem;
+          break;
+        }
+    }
+  return CL_SUCCESS;
+}
 
 int pocl_buffer_boundcheck(cl_mem buffer, size_t offset, size_t size) {
   POCL_RETURN_ERROR_ON((offset > buffer->size), CL_INVALID_VALUE,
@@ -574,3 +740,87 @@ void pocl_setup_context(cl_context context)
           break;
         }
 }
+
+const char*
+pocl_status_to_str (int status)
+{
+  static const char *status_to_str[] = {
+  "complete",
+  "running",
+  "submitted",
+  "queued"};
+  return status_to_str[status];
+};
+
+
+/* Convert a command type to its representation string
+ */
+const char *
+pocl_command_to_str (cl_command_type cmd)
+{
+  switch (cmd)
+    {
+    case CL_COMMAND_NDRANGE_KERNEL:
+      return "ndrange_kernel";
+    case CL_COMMAND_TASK:
+      return "task_kernel";
+    case CL_COMMAND_NATIVE_KERNEL:
+      return "native_kernel";
+    case CL_COMMAND_READ_BUFFER:
+      return "read_buffer";
+    case CL_COMMAND_WRITE_BUFFER:
+      return "write_buffer";
+    case CL_COMMAND_COPY_BUFFER:
+      return "copy_buffer";
+    case CL_COMMAND_READ_IMAGE:
+      return "read_image";
+    case CL_COMMAND_WRITE_IMAGE:
+      return "write_image";
+    case CL_COMMAND_COPY_IMAGE:
+      return "copy_image";
+    case CL_COMMAND_COPY_IMAGE_TO_BUFFER:
+      return "copy_image_to_buffer";
+    case CL_COMMAND_COPY_BUFFER_TO_IMAGE:
+      return "copy_buffer_to_image";
+    case CL_COMMAND_MAP_BUFFER:
+      return "map_buffer";
+    case CL_COMMAND_MAP_IMAGE:
+      return "map_image";
+    case CL_COMMAND_UNMAP_MEM_OBJECT:
+      return "unmap_mem_object";
+    case CL_COMMAND_MARKER:
+      return "marker";
+    case CL_COMMAND_ACQUIRE_GL_OBJECTS:
+      return "acquire_gl_objects";
+    case CL_COMMAND_RELEASE_GL_OBJECTS:
+      return "release_gl_objects";
+    case CL_COMMAND_READ_BUFFER_RECT:
+      return "read_buffer_rect";
+    case CL_COMMAND_WRITE_BUFFER_RECT:
+      return "write_buffer_rect";
+    case CL_COMMAND_COPY_BUFFER_RECT:
+      return "copy_buffer_rect";
+    case CL_COMMAND_USER:
+      return "user";
+    case CL_COMMAND_BARRIER:
+      return "barrier";
+    case CL_COMMAND_MIGRATE_MEM_OBJECTS:
+      return "migrate_mem_objects";
+    case CL_COMMAND_FILL_BUFFER:
+      return "fill_buffer";
+    case CL_COMMAND_FILL_IMAGE:
+      return "fill_image";
+    case CL_COMMAND_SVM_FREE:
+      return "svm_free";
+    case CL_COMMAND_SVM_MEMCPY:
+      return "svm_memcpy";
+    case CL_COMMAND_SVM_MEMFILL:
+      return "svm_memfill";
+    case CL_COMMAND_SVM_MAP:
+      return "svm_map";
+    case CL_COMMAND_SVM_UNMAP:
+      return "svm_unmap";
+    }
+
+  return "unknown";
+}
diff --git a/lib/CL/pocl_util.h b/lib/CL/pocl_util.h
index eb29bb9..50477fe 100644
--- a/lib/CL/pocl_util.h
+++ b/lib/CL/pocl_util.h
@@ -60,14 +60,15 @@ void pocl_aligned_free(void* ptr);
 #endif
 
 /* Function for creating events */
-cl_int pocl_create_event (cl_event *event, cl_context context,
-                          cl_command_queue command_queue,
-                          cl_command_type command_type);
+cl_int pocl_create_event (cl_event *event, cl_command_queue command_queue,
+                          cl_command_type command_type, int num_buffers,
+                          const cl_mem* buffers, cl_context context);
 
 cl_int pocl_create_command (_cl_command_node **cmd,
                             cl_command_queue command_queue,
                             cl_command_type command_type, cl_event *event,
-                            cl_int num_events, const cl_event *wait_list);
+                            cl_int num_events, const cl_event *wait_list,
+                            int num_buffers, const cl_mem *buffers);
 
 
 void pocl_command_enqueue (cl_command_queue command_queue,
@@ -93,8 +94,33 @@ check_copy_overlap(const size_t src_offset[3],
                    const size_t region[3],
                    const size_t row_pitch, const size_t slice_pitch);
 
-void pocl_setup_context(cl_context context);
+/**
+ * Push a command into ready list if all previous events are completed or
+ * in pending_list if the command still has pending dependencies
+ */
+void
+pocl_command_push (_cl_command_node *node, 
+                   _cl_command_node * volatile * ready_list, 
+                   _cl_command_node * volatile * pending_list);
+
+/**
+ * Return true if a command is ready to execute (no more event in wait list
+ * or false if not
+ */
+static inline int
+pocl_command_is_ready(cl_event event)
+{
+  return event->wait_list == NULL;
+}
 
+int
+pocl_update_command_queue (cl_event event);
+
+cl_int 
+pocl_update_mem_obj_sync (cl_command_queue cq, _cl_command_node *cmd, 
+                          cl_mem mem, char operation);
+
+void pocl_setup_context(cl_context context);
 
 /* Helpers for dealing with devices / subdevices */
 
@@ -115,6 +141,11 @@ cl_device_id * pocl_unique_device_list(const cl_device_id * in, cl_uint num, cl_
     }                                                                        \
   while (0)
 
+const char*
+pocl_status_to_str (int status);
+
+const char *
+pocl_command_to_str (cl_command_type cmd);
 
 #ifdef __cplusplus
 }
diff --git a/lib/CMakeLists.txt b/lib/CMakeLists.txt
index 4680166..5a90ad5 100644
--- a/lib/CMakeLists.txt
+++ b/lib/CMakeLists.txt
@@ -26,63 +26,37 @@
 separate_arguments(HOST_CLANG_FLAGS)
 separate_arguments(HOST_LLC_FLAGS)
 
-add_subdirectory("kernel")
-
-add_subdirectory("llvmopencl")
+if (OCS_AVAILABLE)
+  add_subdirectory("kernel")
+  add_subdirectory("llvmopencl")
+endif()
 
 add_subdirectory("CL")
 
 #############################################################
 
-# must be after tce b/c of LD_FLAGS_BIN
-# and after adding lib/CL subdir b/c of libpocl location,
+# must be after adding lib/CL subdir b/c of libpocl target,
 # but before poclu & examples & tests (they need these variables)
 
-set(OPENCL_CFLAGS "${PTHREAD_CFLAGS}")
-
-if(TESTS_USE_ICD)
-
-  if(OPENCL_FOUND)
-    set(OPENCL_LIBS ${OPENCL_LIBRARIES})
-  else()
-    message(WARNING "Tests-use-ICD requested, but cannot find an OpenCL library; adding -lOpenCL to LDFLAGS")
-    set(OPENCL_LIBS "OpenCL")
-  endif()
-
-  set(OPENCL_LIBS "${PTHREAD_LDFLAGS};${OPENCL_LIBS}")
+if(ENABLE_ICD)
 
-  set(OPENCL_EXTLIBS ${OPENCL_LIBS})
-  set(OPENCL_CMAKE_OPTIONS "")
+  # -pthread makes gdb happier when debugging tests
+  set(OPENCL_LIBS "${PTHREAD_LDFLAGS};${OPENCL_LIBRARIES}")
 
 else()
 
-  # used by examples / tests
-
-  #OPENCL_LIBS='$(abs_top_builddir)/lib/CL/libpocl.la $(PTHREAD_LIBS) $(LD_FLAGS_BIN)'
-  set(OPENCL_LIBS ${LD_FLAGS_BIN} "OpenCL")
-
-  # TODO used by Rodinia makefile.am ?
-  #OPENCL_EXTLIBS='-L$(abs_top_builddir)/lib/CL/.libs -lpocl -Xlinker -rpath=${abs_top_builddir}/lib/CL/.libs $(PTHREAD_LIBS) $(LD_FLAGS_BIN)'
-  set(OPENCL_EXTLIBS "TODO_FIX_THIS")
-
-  #~ OPENCL_CMAKE=' \
-  #~ -D OPENCL_LIBRARIES:FILEPATH=${abs_top_builddir}/lib/CL/.libs/libpocl.so \
-  #~ -D OPENCL_LIBRARY:FILEPATH=${abs_top_builddir}/lib/CL/.libs/libpocl.so \
-  #~ -D CMAKE_EXE_LINKER_FLAGS:STRING='${CMAKE_THREAD_LIBS_INIT}' \
-  #~ -D OPENCL_INCLUDE_DIRS:PATH=${abs_top_srcdir}/include \
-  #~ -D OPENCL_INCLUDE_DIR:PATH=${abs_top_srcdir}/include
-  #~ '
-  set(OPENCL_CMAKE_OPTIONS "-D OPENCL_LIBRARIES:FILEPATH='$<TARGET_FILE:pocl>'
-                            -D OPENCL_LIBRARY:FILEPATH='$<TARGET_FILE:pocl>'
-                            -D CMAKE_EXE_LINKER_FLAGS:STRING='${CMAKE_THREAD_LIBS_INIT}'
-                            -D OPENCL_INCLUDE_DIRS:PATH='${CMAKE_SOURCE_DIR}/include'
-                            -D OPENCL_INCLUDE_DIR:PATH='${CMAKE_SOURCE_DIR}/include' ")
+  # when we link pocl directly as libOpenCL.so,
+  # llvm+clang libs are a transitive dependency of
+  # executables (e.g. poclcc -> libOpenCL -> libLLVM)
+  # and this must be specified on new systems,
+  # otherwise linking fails.
+  set(OPENCL_LIBS "${PTHREAD_LDFLAGS};${POCL_LIBRARY_NAME};${POCL_TRANSITIVE_LIBS}")
 
 endif()
 
+set(OPENCL_CFLAGS "${PTHREAD_CFLAGS}")
+
 set(OPENCL_LIBS "${OPENCL_LIBS}" PARENT_SCOPE)
-set(OPENCL_EXTLIBS "${OPENCL_EXTLIBS}" PARENT_SCOPE)
-set(OPENCL_CMAKE_OPTIONS "${OPENCL_CMAKE_OPTIONS}" PARENT_SCOPE)
 set(OPENCL_CFLAGS "${OPENCL_CFLAGS}" PARENT_SCOPE)
 
 add_subdirectory("poclu")
diff --git a/lib/Makefile.am b/lib/Makefile.am
deleted file mode 100644
index 1af9ddc..0000000
--- a/lib/Makefile.am
+++ /dev/null
@@ -1,27 +0,0 @@
-# Process this file with automake to produce Makefile.in (in this,
-# and all subdirectories).
-# Makefile.am for pocl/lib.
-# 
-# Copyright (c) 2011 Universidad Rey Juan Carlos
-# 
-# Permission is hereby granted, free of charge, to any person obtaining a copy
-# of this software and associated documentation files (the "Software"), to deal
-# in the Software without restriction, including without limitation the rights
-# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-# copies of the Software, and to permit persons to whom the Software is
-# furnished to do so, subject to the following conditions:
-# 
-# The above copyright notice and this permission notice shall be included in
-# all copies or substantial portions of the Software.
-# 
-# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-# THE SOFTWARE.
-
-SUBDIRS = llvmopencl CL kernel poclu
-
-EXTRA_DIST = CMakeLists.txt
diff --git a/lib/Makefile.in b/lib/Makefile.in
deleted file mode 100644
index 3db83a9..0000000
--- a/lib/Makefile.in
+++ /dev/null
@@ -1,732 +0,0 @@
-# Makefile.in generated by automake 1.15 from Makefile.am.
-# @configure_input@
-
-# Copyright (C) 1994-2014 Free Software Foundation, Inc.
-
-# This Makefile.in is free software; the Free Software Foundation
-# gives unlimited permission to copy and/or distribute it,
-# with or without modifications, as long as this notice is preserved.
-
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
-# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
-# PARTICULAR PURPOSE.
-
- at SET_MAKE@
-
-# Process this file with automake to produce Makefile.in (in this,
-# and all subdirectories).
-# Makefile.am for pocl/lib.
-# 
-# Copyright (c) 2011 Universidad Rey Juan Carlos
-# 
-# Permission is hereby granted, free of charge, to any person obtaining a copy
-# of this software and associated documentation files (the "Software"), to deal
-# in the Software without restriction, including without limitation the rights
-# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-# copies of the Software, and to permit persons to whom the Software is
-# furnished to do so, subject to the following conditions:
-# 
-# The above copyright notice and this permission notice shall be included in
-# all copies or substantial portions of the Software.
-# 
-# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-# THE SOFTWARE.
-VPATH = @srcdir@
-am__is_gnu_make = { \
-  if test -z '$(MAKELEVEL)'; then \
-    false; \
-  elif test -n '$(MAKE_HOST)'; then \
-    true; \
-  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
-    true; \
-  else \
-    false; \
-  fi; \
-}
-am__make_running_with_option = \
-  case $${target_option-} in \
-      ?) ;; \
-      *) echo "am__make_running_with_option: internal error: invalid" \
-              "target option '$${target_option-}' specified" >&2; \
-         exit 1;; \
-  esac; \
-  has_opt=no; \
-  sane_makeflags=$$MAKEFLAGS; \
-  if $(am__is_gnu_make); then \
-    sane_makeflags=$$MFLAGS; \
-  else \
-    case $$MAKEFLAGS in \
-      *\\[\ \	]*) \
-        bs=\\; \
-        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
-          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
-    esac; \
-  fi; \
-  skip_next=no; \
-  strip_trailopt () \
-  { \
-    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
-  }; \
-  for flg in $$sane_makeflags; do \
-    test $$skip_next = yes && { skip_next=no; continue; }; \
-    case $$flg in \
-      *=*|--*) continue;; \
-        -*I) strip_trailopt 'I'; skip_next=yes;; \
-      -*I?*) strip_trailopt 'I';; \
-        -*O) strip_trailopt 'O'; skip_next=yes;; \
-      -*O?*) strip_trailopt 'O';; \
-        -*l) strip_trailopt 'l'; skip_next=yes;; \
-      -*l?*) strip_trailopt 'l';; \
-      -[dEDm]) skip_next=yes;; \
-      -[JT]) skip_next=yes;; \
-    esac; \
-    case $$flg in \
-      *$$target_option*) has_opt=yes; break;; \
-    esac; \
-  done; \
-  test $$has_opt = yes
-am__make_dryrun = (target_option=n; $(am__make_running_with_option))
-am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
-pkgdatadir = $(datadir)/@PACKAGE@
-pkgincludedir = $(includedir)/@PACKAGE@
-pkglibdir = $(libdir)/@PACKAGE@
-pkglibexecdir = $(libexecdir)/@PACKAGE@
-am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
-install_sh_DATA = $(install_sh) -c -m 644
-install_sh_PROGRAM = $(install_sh) -c
-install_sh_SCRIPT = $(install_sh) -c
-INSTALL_HEADER = $(INSTALL_DATA)
-transform = $(program_transform_name)
-NORMAL_INSTALL = :
-PRE_INSTALL = :
-POST_INSTALL = :
-NORMAL_UNINSTALL = :
-PRE_UNINSTALL = :
-POST_UNINSTALL = :
-build_triplet = @build@
-host_triplet = @host@
-target_triplet = @target@
-subdir = lib
-ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
-am__aclocal_m4_deps = $(top_srcdir)/m4/ax_boost_base.m4 \
-	$(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
-	$(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
-	$(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/acinclude.m4 \
-	$(top_srcdir)/configure.ac
-am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
-	$(ACLOCAL_M4)
-DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
-mkinstalldirs = $(install_sh) -d
-CONFIG_HEADER = $(top_builddir)/config.h
-CONFIG_CLEAN_FILES =
-CONFIG_CLEAN_VPATH_FILES =
-AM_V_P = $(am__v_P_ at AM_V@)
-am__v_P_ = $(am__v_P_ at AM_DEFAULT_V@)
-am__v_P_0 = false
-am__v_P_1 = :
-AM_V_GEN = $(am__v_GEN_ at AM_V@)
-am__v_GEN_ = $(am__v_GEN_ at AM_DEFAULT_V@)
-am__v_GEN_0 = @echo "  GEN     " $@;
-am__v_GEN_1 = 
-AM_V_at = $(am__v_at_ at AM_V@)
-am__v_at_ = $(am__v_at_ at AM_DEFAULT_V@)
-am__v_at_0 = @
-am__v_at_1 = 
-SOURCES =
-DIST_SOURCES =
-RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
-	ctags-recursive dvi-recursive html-recursive info-recursive \
-	install-data-recursive install-dvi-recursive \
-	install-exec-recursive install-html-recursive \
-	install-info-recursive install-pdf-recursive \
-	install-ps-recursive install-recursive installcheck-recursive \
-	installdirs-recursive pdf-recursive ps-recursive \
-	tags-recursive uninstall-recursive
-am__can_run_installinfo = \
-  case $$AM_UPDATE_INFO_DIR in \
-    n|no|NO) false;; \
-    *) (install-info --version) >/dev/null 2>&1;; \
-  esac
-RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
-  distclean-recursive maintainer-clean-recursive
-am__recursive_targets = \
-  $(RECURSIVE_TARGETS) \
-  $(RECURSIVE_CLEAN_TARGETS) \
-  $(am__extra_recursive_targets)
-AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
-	distdir
-am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
-# Read a list of newline-separated strings from the standard input,
-# and print each of them once, without duplicates.  Input order is
-# *not* preserved.
-am__uniquify_input = $(AWK) '\
-  BEGIN { nonempty = 0; } \
-  { items[$$0] = 1; nonempty = 1; } \
-  END { if (nonempty) { for (i in items) print i; }; } \
-'
-# Make sure the list of sources is unique.  This is necessary because,
-# e.g., the same source file might be shared among _SOURCES variables
-# for different programs/libraries.
-am__define_uniq_tagged_files = \
-  list='$(am__tagged_files)'; \
-  unique=`for i in $$list; do \
-    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
-  done | $(am__uniquify_input)`
-ETAGS = etags
-CTAGS = ctags
-DIST_SUBDIRS = $(SUBDIRS)
-am__DIST_COMMON = $(srcdir)/Makefile.in
-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
-am__relativize = \
-  dir0=`pwd`; \
-  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
-  sed_rest='s,^[^/]*/*,,'; \
-  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
-  sed_butlast='s,/*[^/]*$$,,'; \
-  while test -n "$$dir1"; do \
-    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
-    if test "$$first" != "."; then \
-      if test "$$first" = ".."; then \
-        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
-        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
-      else \
-        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
-        if test "$$first2" = "$$first"; then \
-          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
-        else \
-          dir2="../$$dir2"; \
-        fi; \
-        dir0="$$dir0"/"$$first"; \
-      fi; \
-    fi; \
-    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
-  done; \
-  reldir="$$dir2"
-ACLOCAL = @ACLOCAL@
-AMTAR = @AMTAR@
-AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
-AR = @AR@
-AUTOCONF = @AUTOCONF@
-AUTOHEADER = @AUTOHEADER@
-AUTOMAKE = @AUTOMAKE@
-AWK = @AWK@
-BOOST_CPPFLAGS = @BOOST_CPPFLAGS@
-BOOST_LDFLAGS = @BOOST_LDFLAGS@
-BUILD_TIMESTAMP = @BUILD_TIMESTAMP@
-CC = @CC@
-CCDEPMODE = @CCDEPMODE@
-CFLAGS = @CFLAGS@
-CLANG = @CLANG@
-CLANGXX = @CLANGXX@
-CLANGXX_FLAGS = @CLANGXX_FLAGS@
-CLFLAGS = @CLFLAGS@
-CPP = @CPP@
-CPPFLAGS = @CPPFLAGS@
-CXX = @CXX@
-CXXCPP = @CXXCPP@
-CXXDEPMODE = @CXXDEPMODE@
-CXXFLAGS = @CXXFLAGS@
-CYGPATH_W = @CYGPATH_W@
-DEFS = @DEFS@
-DEPDIR = @DEPDIR@
-DLLTOOL = @DLLTOOL@
-DSYMUTIL = @DSYMUTIL@
-DUMPBIN = @DUMPBIN@
-ECHO_C = @ECHO_C@
-ECHO_N = @ECHO_N@
-ECHO_T = @ECHO_T@
-EGREP = @EGREP@
-EXEEXT = @EXEEXT@
-FGREP = @FGREP@
-FORCED_CLFLAGS = @FORCED_CLFLAGS@
-GLEW_CFLAGS = @GLEW_CFLAGS@
-GLEW_LIBS = @GLEW_LIBS@
-GREP = @GREP@
-HOST = @HOST@
-HOST_AS_FLAGS = @HOST_AS_FLAGS@
-HOST_CLANG_FLAGS = @HOST_CLANG_FLAGS@
-HOST_CPU = @HOST_CPU@
-HOST_DEVICE_EXTENSION_DEFINES = @HOST_DEVICE_EXTENSION_DEFINES@
-HOST_LD_FLAGS = @HOST_LD_FLAGS@
-HOST_LLC_FLAGS = @HOST_LLC_FLAGS@
-HOST_SIZEOF_DOUBLE = @HOST_SIZEOF_DOUBLE@
-HOST_SIZEOF_HALF = @HOST_SIZEOF_HALF@
-HOST_SIZEOF_LONG = @HOST_SIZEOF_LONG@
-HOST_SIZEOF_VOID_P = @HOST_SIZEOF_VOID_P@
-HSAILASM = @HSAILASM@
-HSA_DEVICE_EXTENSION_DEFINES = @HSA_DEVICE_EXTENSION_DEFINES@
-HSA_INCLUDES = @HSA_INCLUDES@
-HSA_LIBS = @HSA_LIBS@
-HWLOC_CFLAGS = @HWLOC_CFLAGS@
-HWLOC_LIBS = @HWLOC_LIBS@
-ICD_LD_FLAGS = @ICD_LD_FLAGS@
-INSTALL = @INSTALL@
-INSTALL_DATA = @INSTALL_DATA@
-INSTALL_PROGRAM = @INSTALL_PROGRAM@
-INSTALL_SCRIPT = @INSTALL_SCRIPT@
-INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
-KERNEL_COMPILER_LIB_VERSION = @KERNEL_COMPILER_LIB_VERSION@
-LD = @LD@
-LDFLAGS = @LDFLAGS@
-LD_FLAGS_BIN = @LD_FLAGS_BIN@
-LIBOBJS = @LIBOBJS@
-LIBRARY_SUFFIX = @LIBRARY_SUFFIX@
-LIBS = @LIBS@
-LIBTOOL = @LIBTOOL@
-LIB_AGE_VERSION = @LIB_AGE_VERSION@
-LIB_CURRENT_VERSION = @LIB_CURRENT_VERSION@
-LIB_FIRST_VERSION = @LIB_FIRST_VERSION@
-LIB_REVISION_VERSION = @LIB_REVISION_VERSION@
-LIB_VERSION = @LIB_VERSION@
-LIPO = @LIPO@
-LLC = @LLC@
-LLVM_AS = @LLVM_AS@
-LLVM_CONFIG = @LLVM_CONFIG@
-LLVM_CXX_FLAGS = @LLVM_CXX_FLAGS@
-LLVM_LDFLAGS = @LLVM_LDFLAGS@
-LLVM_LIBS = @LLVM_LIBS@
-LLVM_LINK = @LLVM_LINK@
-LLVM_OPT = @LLVM_OPT@
-LLVM_VERSION = @LLVM_VERSION@
-LN_S = @LN_S@
-LTDL_LIBS = @LTDL_LIBS@
-LTLIBOBJS = @LTLIBOBJS@
-LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
-MAKEINFO = @MAKEINFO@
-MANIFEST_TOOL = @MANIFEST_TOOL@
-MKDIR_P = @MKDIR_P@
-NM = @NM@
-NMEDIT = @NMEDIT@
-OBJDUMP = @OBJDUMP@
-OBJEXT = @OBJEXT@
-OCL_ICD_CFLAGS = @OCL_ICD_CFLAGS@
-OCL_ICD_LIBS = @OCL_ICD_LIBS@
-OCL_KERNEL_ARCH = @OCL_KERNEL_ARCH@
-OCL_KERNEL_TARGET = @OCL_KERNEL_TARGET@
-OCL_KERNEL_TARGET_CPU = @OCL_KERNEL_TARGET_CPU@
-OCL_TARGETS = @OCL_TARGETS@
-OPENCL_CFLAGS = @OPENCL_CFLAGS@
-OPENCL_CMAKE = @OPENCL_CMAKE@
-OPENCL_EXTLIBS = @OPENCL_EXTLIBS@
-OPENCL_LIBS = @OPENCL_LIBS@
-OPT = @OPT@
-OTOOL = @OTOOL@
-OTOOL64 = @OTOOL64@
-PACKAGE = @PACKAGE@
-PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
-PACKAGE_NAME = @PACKAGE_NAME@
-PACKAGE_STRING = @PACKAGE_STRING@
-PACKAGE_TARNAME = @PACKAGE_TARNAME@
-PACKAGE_URL = @PACKAGE_URL@
-PACKAGE_VERSION = @PACKAGE_VERSION@
-PATH_SEPARATOR = @PATH_SEPARATOR@
-PKG_CONFIG = @PKG_CONFIG@
-PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
-PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
-POAT_TESTSUITES = @POAT_TESTSUITES@
-POCL_DEVICE_ADDRESS_BITS = @POCL_DEVICE_ADDRESS_BITS@
-PTHREAD_CC = @PTHREAD_CC@
-PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
-PTHREAD_LIBS = @PTHREAD_LIBS@
-RANLIB = @RANLIB@
-SDL_CFLAGS = @SDL_CFLAGS@
-SDL_LIBS = @SDL_LIBS@
-SED = @SED@
-SET_MAKE = @SET_MAKE@
-SHELL = @SHELL@
-STRIP = @STRIP@
-TARGET = @TARGET@
-TARGET_CLANG_FLAGS = @TARGET_CLANG_FLAGS@
-TARGET_CPU = @TARGET_CPU@
-TARGET_LLC_FLAGS = @TARGET_LLC_FLAGS@
-TARGET_SIZEOF_DOUBLE = @TARGET_SIZEOF_DOUBLE@
-TARGET_SIZEOF_HALF = @TARGET_SIZEOF_HALF@
-TARGET_SIZEOF_LONG = @TARGET_SIZEOF_LONG@
-TARGET_SIZEOF_VOID_P = @TARGET_SIZEOF_VOID_P@
-TCECC = @TCECC@
-TCEMC_AVAILABLE = @TCEMC_AVAILABLE@
-TCE_AVAILABLE = @TCE_AVAILABLE@
-TCE_CONFIG = @TCE_CONFIG@
-TCE_DEVICE_EXTENSION_DEFINES = @TCE_DEVICE_EXTENSION_DEFINES@
-VERSION = @VERSION@
-abs_builddir = @abs_builddir@
-abs_srcdir = @abs_srcdir@
-abs_top_builddir = @abs_top_builddir@
-abs_top_srcdir = @abs_top_srcdir@
-ac_ct_AR = @ac_ct_AR@
-ac_ct_CC = @ac_ct_CC@
-ac_ct_CXX = @ac_ct_CXX@
-ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
-acx_pthread_config = @acx_pthread_config@
-am__include = @am__include@
-am__leading_dot = @am__leading_dot@
-am__quote = @am__quote@
-am__tar = @am__tar@
-am__untar = @am__untar@
-bindir = @bindir@
-build = @build@
-build_alias = @build_alias@
-build_cpu = @build_cpu@
-build_os = @build_os@
-build_vendor = @build_vendor@
-builddir = @builddir@
-datadir = @datadir@
-datarootdir = @datarootdir@
-docdir = @docdir@
-dvidir = @dvidir@
-exec_prefix = @exec_prefix@
-host = @host@
-host_alias = @host_alias@
-host_cpu = @host_cpu@
-host_os = @host_os@
-host_vendor = @host_vendor@
-htmldir = @htmldir@
-includedir = @includedir@
-infodir = @infodir@
-install_sh = @install_sh@
-libdir = @libdir@
-libexecdir = @libexecdir@
-localedir = @localedir@
-localstatedir = @localstatedir@
-mandir = @mandir@
-mkdir_p = @mkdir_p@
-oldincludedir = @oldincludedir@
-pdfdir = @pdfdir@
-prefix = @prefix@
-program_transform_name = @program_transform_name@
-psdir = @psdir@
-sbindir = @sbindir@
-sharedstatedir = @sharedstatedir@
-srcdir = @srcdir@
-sysconfdir = @sysconfdir@
-target = @target@
-target_alias = @target_alias@
-target_cpu = @target_cpu@
-target_os = @target_os@
-target_vendor = @target_vendor@
-top_build_prefix = @top_build_prefix@
-top_builddir = @top_builddir@
-top_srcdir = @top_srcdir@
-SUBDIRS = llvmopencl CL kernel poclu
-EXTRA_DIST = CMakeLists.txt
-all: all-recursive
-
-.SUFFIXES:
-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
-	@for dep in $?; do \
-	  case '$(am__configure_deps)' in \
-	    *$$dep*) \
-	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
-	        && { if test -f $@; then exit 0; else break; fi; }; \
-	      exit 1;; \
-	  esac; \
-	done; \
-	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign lib/Makefile'; \
-	$(am__cd) $(top_srcdir) && \
-	  $(AUTOMAKE) --foreign lib/Makefile
-Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
-	@case '$?' in \
-	  *config.status*) \
-	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
-	  *) \
-	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
-	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
-	esac;
-
-$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
-	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-
-$(top_srcdir)/configure:  $(am__configure_deps)
-	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
-	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-$(am__aclocal_m4_deps):
-
-mostlyclean-libtool:
-	-rm -f *.lo
-
-clean-libtool:
-	-rm -rf .libs _libs
-
-# This directory's subdirectories are mostly independent; you can cd
-# into them and run 'make' without going through this Makefile.
-# To change the values of 'make' variables: instead of editing Makefiles,
-# (1) if the variable is set in 'config.status', edit 'config.status'
-#     (which will cause the Makefiles to be regenerated when you run 'make');
-# (2) otherwise, pass the desired values on the 'make' command line.
-$(am__recursive_targets):
-	@fail=; \
-	if $(am__make_keepgoing); then \
-	  failcom='fail=yes'; \
-	else \
-	  failcom='exit 1'; \
-	fi; \
-	dot_seen=no; \
-	target=`echo $@ | sed s/-recursive//`; \
-	case "$@" in \
-	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
-	  *) list='$(SUBDIRS)' ;; \
-	esac; \
-	for subdir in $$list; do \
-	  echo "Making $$target in $$subdir"; \
-	  if test "$$subdir" = "."; then \
-	    dot_seen=yes; \
-	    local_target="$$target-am"; \
-	  else \
-	    local_target="$$target"; \
-	  fi; \
-	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
-	  || eval $$failcom; \
-	done; \
-	if test "$$dot_seen" = "no"; then \
-	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
-	fi; test -z "$$fail"
-
-ID: $(am__tagged_files)
-	$(am__define_uniq_tagged_files); mkid -fID $$unique
-tags: tags-recursive
-TAGS: tags
-
-tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
-	set x; \
-	here=`pwd`; \
-	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
-	  include_option=--etags-include; \
-	  empty_fix=.; \
-	else \
-	  include_option=--include; \
-	  empty_fix=; \
-	fi; \
-	list='$(SUBDIRS)'; for subdir in $$list; do \
-	  if test "$$subdir" = .; then :; else \
-	    test ! -f $$subdir/TAGS || \
-	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
-	  fi; \
-	done; \
-	$(am__define_uniq_tagged_files); \
-	shift; \
-	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
-	  test -n "$$unique" || unique=$$empty_fix; \
-	  if test $$# -gt 0; then \
-	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
-	      "$$@" $$unique; \
-	  else \
-	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
-	      $$unique; \
-	  fi; \
-	fi
-ctags: ctags-recursive
-
-CTAGS: ctags
-ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
-	$(am__define_uniq_tagged_files); \
-	test -z "$(CTAGS_ARGS)$$unique" \
-	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
-	     $$unique
-
-GTAGS:
-	here=`$(am__cd) $(top_builddir) && pwd` \
-	  && $(am__cd) $(top_srcdir) \
-	  && gtags -i $(GTAGS_ARGS) "$$here"
-cscopelist: cscopelist-recursive
-
-cscopelist-am: $(am__tagged_files)
-	list='$(am__tagged_files)'; \
-	case "$(srcdir)" in \
-	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
-	  *) sdir=$(subdir)/$(srcdir) ;; \
-	esac; \
-	for i in $$list; do \
-	  if test -f "$$i"; then \
-	    echo "$(subdir)/$$i"; \
-	  else \
-	    echo "$$sdir/$$i"; \
-	  fi; \
-	done >> $(top_builddir)/cscope.files
-
-distclean-tags:
-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
-
-distdir: $(DISTFILES)
-	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
-	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
-	list='$(DISTFILES)'; \
-	  dist_files=`for file in $$list; do echo $$file; done | \
-	  sed -e "s|^$$srcdirstrip/||;t" \
-	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
-	case $$dist_files in \
-	  */*) $(MKDIR_P) `echo "$$dist_files" | \
-			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
-			   sort -u` ;; \
-	esac; \
-	for file in $$dist_files; do \
-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
-	  if test -d $$d/$$file; then \
-	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
-	    if test -d "$(distdir)/$$file"; then \
-	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
-	    fi; \
-	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
-	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
-	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
-	    fi; \
-	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
-	  else \
-	    test -f "$(distdir)/$$file" \
-	    || cp -p $$d/$$file "$(distdir)/$$file" \
-	    || exit 1; \
-	  fi; \
-	done
-	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
-	  if test "$$subdir" = .; then :; else \
-	    $(am__make_dryrun) \
-	      || test -d "$(distdir)/$$subdir" \
-	      || $(MKDIR_P) "$(distdir)/$$subdir" \
-	      || exit 1; \
-	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
-	    $(am__relativize); \
-	    new_distdir=$$reldir; \
-	    dir1=$$subdir; dir2="$(top_distdir)"; \
-	    $(am__relativize); \
-	    new_top_distdir=$$reldir; \
-	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
-	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
-	    ($(am__cd) $$subdir && \
-	      $(MAKE) $(AM_MAKEFLAGS) \
-	        top_distdir="$$new_top_distdir" \
-	        distdir="$$new_distdir" \
-		am__remove_distdir=: \
-		am__skip_length_check=: \
-		am__skip_mode_fix=: \
-	        distdir) \
-	      || exit 1; \
-	  fi; \
-	done
-check-am: all-am
-check: check-recursive
-all-am: Makefile
-installdirs: installdirs-recursive
-installdirs-am:
-install: install-recursive
-install-exec: install-exec-recursive
-install-data: install-data-recursive
-uninstall: uninstall-recursive
-
-install-am: all-am
-	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
-
-installcheck: installcheck-recursive
-install-strip:
-	if test -z '$(STRIP)'; then \
-	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
-	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
-	      install; \
-	else \
-	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
-	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
-	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
-	fi
-mostlyclean-generic:
-
-clean-generic:
-
-distclean-generic:
-	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
-	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
-
-maintainer-clean-generic:
-	@echo "This command is intended for maintainers to use"
-	@echo "it deletes files that may require special tools to rebuild."
-clean: clean-recursive
-
-clean-am: clean-generic clean-libtool mostlyclean-am
-
-distclean: distclean-recursive
-	-rm -f Makefile
-distclean-am: clean-am distclean-generic distclean-tags
-
-dvi: dvi-recursive
-
-dvi-am:
-
-html: html-recursive
-
-html-am:
-
-info: info-recursive
-
-info-am:
-
-install-data-am:
-
-install-dvi: install-dvi-recursive
-
-install-dvi-am:
-
-install-exec-am:
-
-install-html: install-html-recursive
-
-install-html-am:
-
-install-info: install-info-recursive
-
-install-info-am:
-
-install-man:
-
-install-pdf: install-pdf-recursive
-
-install-pdf-am:
-
-install-ps: install-ps-recursive
-
-install-ps-am:
-
-installcheck-am:
-
-maintainer-clean: maintainer-clean-recursive
-	-rm -f Makefile
-maintainer-clean-am: distclean-am maintainer-clean-generic
-
-mostlyclean: mostlyclean-recursive
-
-mostlyclean-am: mostlyclean-generic mostlyclean-libtool
-
-pdf: pdf-recursive
-
-pdf-am:
-
-ps: ps-recursive
-
-ps-am:
-
-uninstall-am:
-
-.MAKE: $(am__recursive_targets) install-am install-strip
-
-.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
-	check-am clean clean-generic clean-libtool cscopelist-am ctags \
-	ctags-am distclean distclean-generic distclean-libtool \
-	distclean-tags distdir dvi dvi-am html html-am info info-am \
-	install install-am install-data install-data-am install-dvi \
-	install-dvi-am install-exec install-exec-am install-html \
-	install-html-am install-info install-info-am install-man \
-	install-pdf install-pdf-am install-ps install-ps-am \
-	install-strip installcheck installcheck-am installdirs \
-	installdirs-am maintainer-clean maintainer-clean-generic \
-	mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
-	ps ps-am tags tags-am uninstall uninstall-am
-
-.PRECIOUS: Makefile
-
-
-# Tell versions [3.59,3.63) of GNU make to not export all variables.
-# Otherwise a system limit (for SysV at least) may be exceeded.
-.NOEXPORT:
diff --git a/lib/kernel/CMakeLists.txt b/lib/kernel/CMakeLists.txt
index 7c68546..86810c6 100644
--- a/lib/kernel/CMakeLists.txt
+++ b/lib/kernel/CMakeLists.txt
@@ -1,7 +1,7 @@
 #=============================================================================
 #   CMake build system files
 #
-#   Copyright (c) 2014 pocl developers
+#   Copyright (c) 2014-2016 pocl developers
 #
 #   Permission is hereby granted, free of charge, to any person obtaining a copy
 #   of this software and associated documentation files (the "Software"), to deal
@@ -147,6 +147,7 @@ popcount.cl
 pow.cl
 pown.cl
 powr.cl
+prefetch.cl
 printf.c
 radians.cl
 read_image.cl
@@ -451,6 +452,3 @@ add_custom_target("kernellib_hash" ALL
 foreach(DEP IN LISTS KERNEL_TARGET_LIST)
   add_dependencies("kernellib_hash" ${DEP})
 endforeach()
-
-# TODO extra_dist in lib/kernel/Makefile.am:
-# EXTRA_DIST = *.c *.cl *.h *.ll      \
diff --git a/lib/kernel/Makefile.am b/lib/kernel/Makefile.am
deleted file mode 100644
index a1d4071..0000000
--- a/lib/kernel/Makefile.am
+++ /dev/null
@@ -1,49 +0,0 @@
-# Process this file with automake to produce Makefile.in (in this,
-# and all subdirectories).
-# Makefile.am for pocl/lib/kernel.
-#
-# Copyright (c) 2011 Universidad Rey Juan Carlos
-#
-# Permission is hereby granted, free of charge, to any person obtaining a copy
-# of this software and associated documentation files (the "Software"), to deal
-# in the Software without restriction, including without limitation the rights
-# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-# copies of the Software, and to permit persons to whom the Software is
-# furnished to do so, subject to the following conditions:
-#
-# The above copyright notice and this permission notice shall be included in
-# all copies or substantial portions of the Software.
-#
-# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-# THE SOFTWARE.
-
-SUBDIRS = @OCL_TARGETS@
-
-# The source files in this dir are not built directly
-# but are used with the target specific subdirs as
-# fallback implementations. Include them in the
-# dist once here.
-EXTRA_DIST = $(srcdir)/*.c $(srcdir)/*.cl $(srcdir)/*.h $(srcdir)/*.ll			\
-	$(srcdir)/vecmathlib/LICENCE			\
-	$(srcdir)/vecmathlib/README			\
-	$(srcdir)/vecmathlib/*.h			\
-	$(srcdir)/vecmathlib/vecmathlib.rst		\
-	$(srcdir)/vecmathlib-pocl/*.cc			\
-	$(srcdir)/vecmathlib-pocl/*.cl			\
-	$(srcdir)/vecmathlib-pocl/*.h			\
-	$(srcdir)/vecmathlib-pocl/*.py			\
-	$(srcdir)/tce/* \
-	CMakeLists.txt
-
-
-# Distclean the dirs regardless if the target was enabled or not
-# to cleanup the Makefiles.
-distclean-local:
-	for dir in amdgcn host hsail tce; do \
-		make -C $$dir distclean;\
-	done;
diff --git a/lib/kernel/Makefile.in b/lib/kernel/Makefile.in
deleted file mode 100644
index 8344243..0000000
--- a/lib/kernel/Makefile.in
+++ /dev/null
@@ -1,757 +0,0 @@
-# Makefile.in generated by automake 1.15 from Makefile.am.
-# @configure_input@
-
-# Copyright (C) 1994-2014 Free Software Foundation, Inc.
-
-# This Makefile.in is free software; the Free Software Foundation
-# gives unlimited permission to copy and/or distribute it,
-# with or without modifications, as long as this notice is preserved.
-
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
-# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
-# PARTICULAR PURPOSE.
-
- at SET_MAKE@
-
-# Process this file with automake to produce Makefile.in (in this,
-# and all subdirectories).
-# Makefile.am for pocl/lib/kernel.
-#
-# Copyright (c) 2011 Universidad Rey Juan Carlos
-#
-# Permission is hereby granted, free of charge, to any person obtaining a copy
-# of this software and associated documentation files (the "Software"), to deal
-# in the Software without restriction, including without limitation the rights
-# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-# copies of the Software, and to permit persons to whom the Software is
-# furnished to do so, subject to the following conditions:
-#
-# The above copyright notice and this permission notice shall be included in
-# all copies or substantial portions of the Software.
-#
-# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-# THE SOFTWARE.
-VPATH = @srcdir@
-am__is_gnu_make = { \
-  if test -z '$(MAKELEVEL)'; then \
-    false; \
-  elif test -n '$(MAKE_HOST)'; then \
-    true; \
-  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
-    true; \
-  else \
-    false; \
-  fi; \
-}
-am__make_running_with_option = \
-  case $${target_option-} in \
-      ?) ;; \
-      *) echo "am__make_running_with_option: internal error: invalid" \
-              "target option '$${target_option-}' specified" >&2; \
-         exit 1;; \
-  esac; \
-  has_opt=no; \
-  sane_makeflags=$$MAKEFLAGS; \
-  if $(am__is_gnu_make); then \
-    sane_makeflags=$$MFLAGS; \
-  else \
-    case $$MAKEFLAGS in \
-      *\\[\ \	]*) \
-        bs=\\; \
-        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
-          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
-    esac; \
-  fi; \
-  skip_next=no; \
-  strip_trailopt () \
-  { \
-    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
-  }; \
-  for flg in $$sane_makeflags; do \
-    test $$skip_next = yes && { skip_next=no; continue; }; \
-    case $$flg in \
-      *=*|--*) continue;; \
-        -*I) strip_trailopt 'I'; skip_next=yes;; \
-      -*I?*) strip_trailopt 'I';; \
-        -*O) strip_trailopt 'O'; skip_next=yes;; \
-      -*O?*) strip_trailopt 'O';; \
-        -*l) strip_trailopt 'l'; skip_next=yes;; \
-      -*l?*) strip_trailopt 'l';; \
-      -[dEDm]) skip_next=yes;; \
-      -[JT]) skip_next=yes;; \
-    esac; \
-    case $$flg in \
-      *$$target_option*) has_opt=yes; break;; \
-    esac; \
-  done; \
-  test $$has_opt = yes
-am__make_dryrun = (target_option=n; $(am__make_running_with_option))
-am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
-pkgdatadir = $(datadir)/@PACKAGE@
-pkgincludedir = $(includedir)/@PACKAGE@
-pkglibdir = $(libdir)/@PACKAGE@
-pkglibexecdir = $(libexecdir)/@PACKAGE@
-am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
-install_sh_DATA = $(install_sh) -c -m 644
-install_sh_PROGRAM = $(install_sh) -c
-install_sh_SCRIPT = $(install_sh) -c
-INSTALL_HEADER = $(INSTALL_DATA)
-transform = $(program_transform_name)
-NORMAL_INSTALL = :
-PRE_INSTALL = :
-POST_INSTALL = :
-NORMAL_UNINSTALL = :
-PRE_UNINSTALL = :
-POST_UNINSTALL = :
-build_triplet = @build@
-host_triplet = @host@
-target_triplet = @target@
-subdir = lib/kernel
-ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
-am__aclocal_m4_deps = $(top_srcdir)/m4/ax_boost_base.m4 \
-	$(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
-	$(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
-	$(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/acinclude.m4 \
-	$(top_srcdir)/configure.ac
-am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
-	$(ACLOCAL_M4)
-DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
-mkinstalldirs = $(install_sh) -d
-CONFIG_HEADER = $(top_builddir)/config.h
-CONFIG_CLEAN_FILES =
-CONFIG_CLEAN_VPATH_FILES =
-AM_V_P = $(am__v_P_ at AM_V@)
-am__v_P_ = $(am__v_P_ at AM_DEFAULT_V@)
-am__v_P_0 = false
-am__v_P_1 = :
-AM_V_GEN = $(am__v_GEN_ at AM_V@)
-am__v_GEN_ = $(am__v_GEN_ at AM_DEFAULT_V@)
-am__v_GEN_0 = @echo "  GEN     " $@;
-am__v_GEN_1 = 
-AM_V_at = $(am__v_at_ at AM_V@)
-am__v_at_ = $(am__v_at_ at AM_DEFAULT_V@)
-am__v_at_0 = @
-am__v_at_1 = 
-SOURCES =
-DIST_SOURCES =
-RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
-	ctags-recursive dvi-recursive html-recursive info-recursive \
-	install-data-recursive install-dvi-recursive \
-	install-exec-recursive install-html-recursive \
-	install-info-recursive install-pdf-recursive \
-	install-ps-recursive install-recursive installcheck-recursive \
-	installdirs-recursive pdf-recursive ps-recursive \
-	tags-recursive uninstall-recursive
-am__can_run_installinfo = \
-  case $$AM_UPDATE_INFO_DIR in \
-    n|no|NO) false;; \
-    *) (install-info --version) >/dev/null 2>&1;; \
-  esac
-RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
-  distclean-recursive maintainer-clean-recursive
-am__recursive_targets = \
-  $(RECURSIVE_TARGETS) \
-  $(RECURSIVE_CLEAN_TARGETS) \
-  $(am__extra_recursive_targets)
-AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
-	distdir
-am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
-# Read a list of newline-separated strings from the standard input,
-# and print each of them once, without duplicates.  Input order is
-# *not* preserved.
-am__uniquify_input = $(AWK) '\
-  BEGIN { nonempty = 0; } \
-  { items[$$0] = 1; nonempty = 1; } \
-  END { if (nonempty) { for (i in items) print i; }; } \
-'
-# Make sure the list of sources is unique.  This is necessary because,
-# e.g., the same source file might be shared among _SOURCES variables
-# for different programs/libraries.
-am__define_uniq_tagged_files = \
-  list='$(am__tagged_files)'; \
-  unique=`for i in $$list; do \
-    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
-  done | $(am__uniquify_input)`
-ETAGS = etags
-CTAGS = ctags
-DIST_SUBDIRS = $(SUBDIRS)
-am__DIST_COMMON = $(srcdir)/Makefile.in
-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
-am__relativize = \
-  dir0=`pwd`; \
-  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
-  sed_rest='s,^[^/]*/*,,'; \
-  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
-  sed_butlast='s,/*[^/]*$$,,'; \
-  while test -n "$$dir1"; do \
-    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
-    if test "$$first" != "."; then \
-      if test "$$first" = ".."; then \
-        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
-        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
-      else \
-        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
-        if test "$$first2" = "$$first"; then \
-          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
-        else \
-          dir2="../$$dir2"; \
-        fi; \
-        dir0="$$dir0"/"$$first"; \
-      fi; \
-    fi; \
-    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
-  done; \
-  reldir="$$dir2"
-ACLOCAL = @ACLOCAL@
-AMTAR = @AMTAR@
-AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
-AR = @AR@
-AUTOCONF = @AUTOCONF@
-AUTOHEADER = @AUTOHEADER@
-AUTOMAKE = @AUTOMAKE@
-AWK = @AWK@
-BOOST_CPPFLAGS = @BOOST_CPPFLAGS@
-BOOST_LDFLAGS = @BOOST_LDFLAGS@
-BUILD_TIMESTAMP = @BUILD_TIMESTAMP@
-CC = @CC@
-CCDEPMODE = @CCDEPMODE@
-CFLAGS = @CFLAGS@
-CLANG = @CLANG@
-CLANGXX = @CLANGXX@
-CLANGXX_FLAGS = @CLANGXX_FLAGS@
-CLFLAGS = @CLFLAGS@
-CPP = @CPP@
-CPPFLAGS = @CPPFLAGS@
-CXX = @CXX@
-CXXCPP = @CXXCPP@
-CXXDEPMODE = @CXXDEPMODE@
-CXXFLAGS = @CXXFLAGS@
-CYGPATH_W = @CYGPATH_W@
-DEFS = @DEFS@
-DEPDIR = @DEPDIR@
-DLLTOOL = @DLLTOOL@
-DSYMUTIL = @DSYMUTIL@
-DUMPBIN = @DUMPBIN@
-ECHO_C = @ECHO_C@
-ECHO_N = @ECHO_N@
-ECHO_T = @ECHO_T@
-EGREP = @EGREP@
-EXEEXT = @EXEEXT@
-FGREP = @FGREP@
-FORCED_CLFLAGS = @FORCED_CLFLAGS@
-GLEW_CFLAGS = @GLEW_CFLAGS@
-GLEW_LIBS = @GLEW_LIBS@
-GREP = @GREP@
-HOST = @HOST@
-HOST_AS_FLAGS = @HOST_AS_FLAGS@
-HOST_CLANG_FLAGS = @HOST_CLANG_FLAGS@
-HOST_CPU = @HOST_CPU@
-HOST_DEVICE_EXTENSION_DEFINES = @HOST_DEVICE_EXTENSION_DEFINES@
-HOST_LD_FLAGS = @HOST_LD_FLAGS@
-HOST_LLC_FLAGS = @HOST_LLC_FLAGS@
-HOST_SIZEOF_DOUBLE = @HOST_SIZEOF_DOUBLE@
-HOST_SIZEOF_HALF = @HOST_SIZEOF_HALF@
-HOST_SIZEOF_LONG = @HOST_SIZEOF_LONG@
-HOST_SIZEOF_VOID_P = @HOST_SIZEOF_VOID_P@
-HSAILASM = @HSAILASM@
-HSA_DEVICE_EXTENSION_DEFINES = @HSA_DEVICE_EXTENSION_DEFINES@
-HSA_INCLUDES = @HSA_INCLUDES@
-HSA_LIBS = @HSA_LIBS@
-HWLOC_CFLAGS = @HWLOC_CFLAGS@
-HWLOC_LIBS = @HWLOC_LIBS@
-ICD_LD_FLAGS = @ICD_LD_FLAGS@
-INSTALL = @INSTALL@
-INSTALL_DATA = @INSTALL_DATA@
-INSTALL_PROGRAM = @INSTALL_PROGRAM@
-INSTALL_SCRIPT = @INSTALL_SCRIPT@
-INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
-KERNEL_COMPILER_LIB_VERSION = @KERNEL_COMPILER_LIB_VERSION@
-LD = @LD@
-LDFLAGS = @LDFLAGS@
-LD_FLAGS_BIN = @LD_FLAGS_BIN@
-LIBOBJS = @LIBOBJS@
-LIBRARY_SUFFIX = @LIBRARY_SUFFIX@
-LIBS = @LIBS@
-LIBTOOL = @LIBTOOL@
-LIB_AGE_VERSION = @LIB_AGE_VERSION@
-LIB_CURRENT_VERSION = @LIB_CURRENT_VERSION@
-LIB_FIRST_VERSION = @LIB_FIRST_VERSION@
-LIB_REVISION_VERSION = @LIB_REVISION_VERSION@
-LIB_VERSION = @LIB_VERSION@
-LIPO = @LIPO@
-LLC = @LLC@
-LLVM_AS = @LLVM_AS@
-LLVM_CONFIG = @LLVM_CONFIG@
-LLVM_CXX_FLAGS = @LLVM_CXX_FLAGS@
-LLVM_LDFLAGS = @LLVM_LDFLAGS@
-LLVM_LIBS = @LLVM_LIBS@
-LLVM_LINK = @LLVM_LINK@
-LLVM_OPT = @LLVM_OPT@
-LLVM_VERSION = @LLVM_VERSION@
-LN_S = @LN_S@
-LTDL_LIBS = @LTDL_LIBS@
-LTLIBOBJS = @LTLIBOBJS@
-LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
-MAKEINFO = @MAKEINFO@
-MANIFEST_TOOL = @MANIFEST_TOOL@
-MKDIR_P = @MKDIR_P@
-NM = @NM@
-NMEDIT = @NMEDIT@
-OBJDUMP = @OBJDUMP@
-OBJEXT = @OBJEXT@
-OCL_ICD_CFLAGS = @OCL_ICD_CFLAGS@
-OCL_ICD_LIBS = @OCL_ICD_LIBS@
-OCL_KERNEL_ARCH = @OCL_KERNEL_ARCH@
-OCL_KERNEL_TARGET = @OCL_KERNEL_TARGET@
-OCL_KERNEL_TARGET_CPU = @OCL_KERNEL_TARGET_CPU@
-OCL_TARGETS = @OCL_TARGETS@
-OPENCL_CFLAGS = @OPENCL_CFLAGS@
-OPENCL_CMAKE = @OPENCL_CMAKE@
-OPENCL_EXTLIBS = @OPENCL_EXTLIBS@
-OPENCL_LIBS = @OPENCL_LIBS@
-OPT = @OPT@
-OTOOL = @OTOOL@
-OTOOL64 = @OTOOL64@
-PACKAGE = @PACKAGE@
-PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
-PACKAGE_NAME = @PACKAGE_NAME@
-PACKAGE_STRING = @PACKAGE_STRING@
-PACKAGE_TARNAME = @PACKAGE_TARNAME@
-PACKAGE_URL = @PACKAGE_URL@
-PACKAGE_VERSION = @PACKAGE_VERSION@
-PATH_SEPARATOR = @PATH_SEPARATOR@
-PKG_CONFIG = @PKG_CONFIG@
-PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
-PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
-POAT_TESTSUITES = @POAT_TESTSUITES@
-POCL_DEVICE_ADDRESS_BITS = @POCL_DEVICE_ADDRESS_BITS@
-PTHREAD_CC = @PTHREAD_CC@
-PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
-PTHREAD_LIBS = @PTHREAD_LIBS@
-RANLIB = @RANLIB@
-SDL_CFLAGS = @SDL_CFLAGS@
-SDL_LIBS = @SDL_LIBS@
-SED = @SED@
-SET_MAKE = @SET_MAKE@
-SHELL = @SHELL@
-STRIP = @STRIP@
-TARGET = @TARGET@
-TARGET_CLANG_FLAGS = @TARGET_CLANG_FLAGS@
-TARGET_CPU = @TARGET_CPU@
-TARGET_LLC_FLAGS = @TARGET_LLC_FLAGS@
-TARGET_SIZEOF_DOUBLE = @TARGET_SIZEOF_DOUBLE@
-TARGET_SIZEOF_HALF = @TARGET_SIZEOF_HALF@
-TARGET_SIZEOF_LONG = @TARGET_SIZEOF_LONG@
-TARGET_SIZEOF_VOID_P = @TARGET_SIZEOF_VOID_P@
-TCECC = @TCECC@
-TCEMC_AVAILABLE = @TCEMC_AVAILABLE@
-TCE_AVAILABLE = @TCE_AVAILABLE@
-TCE_CONFIG = @TCE_CONFIG@
-TCE_DEVICE_EXTENSION_DEFINES = @TCE_DEVICE_EXTENSION_DEFINES@
-VERSION = @VERSION@
-abs_builddir = @abs_builddir@
-abs_srcdir = @abs_srcdir@
-abs_top_builddir = @abs_top_builddir@
-abs_top_srcdir = @abs_top_srcdir@
-ac_ct_AR = @ac_ct_AR@
-ac_ct_CC = @ac_ct_CC@
-ac_ct_CXX = @ac_ct_CXX@
-ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
-acx_pthread_config = @acx_pthread_config@
-am__include = @am__include@
-am__leading_dot = @am__leading_dot@
-am__quote = @am__quote@
-am__tar = @am__tar@
-am__untar = @am__untar@
-bindir = @bindir@
-build = @build@
-build_alias = @build_alias@
-build_cpu = @build_cpu@
-build_os = @build_os@
-build_vendor = @build_vendor@
-builddir = @builddir@
-datadir = @datadir@
-datarootdir = @datarootdir@
-docdir = @docdir@
-dvidir = @dvidir@
-exec_prefix = @exec_prefix@
-host = @host@
-host_alias = @host_alias@
-host_cpu = @host_cpu@
-host_os = @host_os@
-host_vendor = @host_vendor@
-htmldir = @htmldir@
-includedir = @includedir@
-infodir = @infodir@
-install_sh = @install_sh@
-libdir = @libdir@
-libexecdir = @libexecdir@
-localedir = @localedir@
-localstatedir = @localstatedir@
-mandir = @mandir@
-mkdir_p = @mkdir_p@
-oldincludedir = @oldincludedir@
-pdfdir = @pdfdir@
-prefix = @prefix@
-program_transform_name = @program_transform_name@
-psdir = @psdir@
-sbindir = @sbindir@
-sharedstatedir = @sharedstatedir@
-srcdir = @srcdir@
-sysconfdir = @sysconfdir@
-target = @target@
-target_alias = @target_alias@
-target_cpu = @target_cpu@
-target_os = @target_os@
-target_vendor = @target_vendor@
-top_build_prefix = @top_build_prefix@
-top_builddir = @top_builddir@
-top_srcdir = @top_srcdir@
-SUBDIRS = @OCL_TARGETS@
-
-# The source files in this dir are not built directly
-# but are used with the target specific subdirs as
-# fallback implementations. Include them in the
-# dist once here.
-EXTRA_DIST = $(srcdir)/*.c $(srcdir)/*.cl $(srcdir)/*.h $(srcdir)/*.ll			\
-	$(srcdir)/vecmathlib/LICENCE			\
-	$(srcdir)/vecmathlib/README			\
-	$(srcdir)/vecmathlib/*.h			\
-	$(srcdir)/vecmathlib/vecmathlib.rst		\
-	$(srcdir)/vecmathlib-pocl/*.cc			\
-	$(srcdir)/vecmathlib-pocl/*.cl			\
-	$(srcdir)/vecmathlib-pocl/*.h			\
-	$(srcdir)/vecmathlib-pocl/*.py			\
-	$(srcdir)/tce/* \
-	CMakeLists.txt
-
-all: all-recursive
-
-.SUFFIXES:
-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
-	@for dep in $?; do \
-	  case '$(am__configure_deps)' in \
-	    *$$dep*) \
-	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
-	        && { if test -f $@; then exit 0; else break; fi; }; \
-	      exit 1;; \
-	  esac; \
-	done; \
-	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign lib/kernel/Makefile'; \
-	$(am__cd) $(top_srcdir) && \
-	  $(AUTOMAKE) --foreign lib/kernel/Makefile
-Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
-	@case '$?' in \
-	  *config.status*) \
-	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
-	  *) \
-	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
-	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
-	esac;
-
-$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
-	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-
-$(top_srcdir)/configure:  $(am__configure_deps)
-	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
-	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-$(am__aclocal_m4_deps):
-
-mostlyclean-libtool:
-	-rm -f *.lo
-
-clean-libtool:
-	-rm -rf .libs _libs
-
-# This directory's subdirectories are mostly independent; you can cd
-# into them and run 'make' without going through this Makefile.
-# To change the values of 'make' variables: instead of editing Makefiles,
-# (1) if the variable is set in 'config.status', edit 'config.status'
-#     (which will cause the Makefiles to be regenerated when you run 'make');
-# (2) otherwise, pass the desired values on the 'make' command line.
-$(am__recursive_targets):
-	@fail=; \
-	if $(am__make_keepgoing); then \
-	  failcom='fail=yes'; \
-	else \
-	  failcom='exit 1'; \
-	fi; \
-	dot_seen=no; \
-	target=`echo $@ | sed s/-recursive//`; \
-	case "$@" in \
-	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
-	  *) list='$(SUBDIRS)' ;; \
-	esac; \
-	for subdir in $$list; do \
-	  echo "Making $$target in $$subdir"; \
-	  if test "$$subdir" = "."; then \
-	    dot_seen=yes; \
-	    local_target="$$target-am"; \
-	  else \
-	    local_target="$$target"; \
-	  fi; \
-	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
-	  || eval $$failcom; \
-	done; \
-	if test "$$dot_seen" = "no"; then \
-	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
-	fi; test -z "$$fail"
-
-ID: $(am__tagged_files)
-	$(am__define_uniq_tagged_files); mkid -fID $$unique
-tags: tags-recursive
-TAGS: tags
-
-tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
-	set x; \
-	here=`pwd`; \
-	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
-	  include_option=--etags-include; \
-	  empty_fix=.; \
-	else \
-	  include_option=--include; \
-	  empty_fix=; \
-	fi; \
-	list='$(SUBDIRS)'; for subdir in $$list; do \
-	  if test "$$subdir" = .; then :; else \
-	    test ! -f $$subdir/TAGS || \
-	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
-	  fi; \
-	done; \
-	$(am__define_uniq_tagged_files); \
-	shift; \
-	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
-	  test -n "$$unique" || unique=$$empty_fix; \
-	  if test $$# -gt 0; then \
-	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
-	      "$$@" $$unique; \
-	  else \
-	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
-	      $$unique; \
-	  fi; \
-	fi
-ctags: ctags-recursive
-
-CTAGS: ctags
-ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
-	$(am__define_uniq_tagged_files); \
-	test -z "$(CTAGS_ARGS)$$unique" \
-	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
-	     $$unique
-
-GTAGS:
-	here=`$(am__cd) $(top_builddir) && pwd` \
-	  && $(am__cd) $(top_srcdir) \
-	  && gtags -i $(GTAGS_ARGS) "$$here"
-cscopelist: cscopelist-recursive
-
-cscopelist-am: $(am__tagged_files)
-	list='$(am__tagged_files)'; \
-	case "$(srcdir)" in \
-	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
-	  *) sdir=$(subdir)/$(srcdir) ;; \
-	esac; \
-	for i in $$list; do \
-	  if test -f "$$i"; then \
-	    echo "$(subdir)/$$i"; \
-	  else \
-	    echo "$$sdir/$$i"; \
-	  fi; \
-	done >> $(top_builddir)/cscope.files
-
-distclean-tags:
-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
-
-distdir: $(DISTFILES)
-	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
-	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
-	list='$(DISTFILES)'; \
-	  dist_files=`for file in $$list; do echo $$file; done | \
-	  sed -e "s|^$$srcdirstrip/||;t" \
-	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
-	case $$dist_files in \
-	  */*) $(MKDIR_P) `echo "$$dist_files" | \
-			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
-			   sort -u` ;; \
-	esac; \
-	for file in $$dist_files; do \
-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
-	  if test -d $$d/$$file; then \
-	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
-	    if test -d "$(distdir)/$$file"; then \
-	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
-	    fi; \
-	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
-	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
-	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
-	    fi; \
-	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
-	  else \
-	    test -f "$(distdir)/$$file" \
-	    || cp -p $$d/$$file "$(distdir)/$$file" \
-	    || exit 1; \
-	  fi; \
-	done
-	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
-	  if test "$$subdir" = .; then :; else \
-	    $(am__make_dryrun) \
-	      || test -d "$(distdir)/$$subdir" \
-	      || $(MKDIR_P) "$(distdir)/$$subdir" \
-	      || exit 1; \
-	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
-	    $(am__relativize); \
-	    new_distdir=$$reldir; \
-	    dir1=$$subdir; dir2="$(top_distdir)"; \
-	    $(am__relativize); \
-	    new_top_distdir=$$reldir; \
-	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
-	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
-	    ($(am__cd) $$subdir && \
-	      $(MAKE) $(AM_MAKEFLAGS) \
-	        top_distdir="$$new_top_distdir" \
-	        distdir="$$new_distdir" \
-		am__remove_distdir=: \
-		am__skip_length_check=: \
-		am__skip_mode_fix=: \
-	        distdir) \
-	      || exit 1; \
-	  fi; \
-	done
-check-am: all-am
-check: check-recursive
-all-am: Makefile
-installdirs: installdirs-recursive
-installdirs-am:
-install: install-recursive
-install-exec: install-exec-recursive
-install-data: install-data-recursive
-uninstall: uninstall-recursive
-
-install-am: all-am
-	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
-
-installcheck: installcheck-recursive
-install-strip:
-	if test -z '$(STRIP)'; then \
-	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
-	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
-	      install; \
-	else \
-	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
-	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
-	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
-	fi
-mostlyclean-generic:
-
-clean-generic:
-
-distclean-generic:
-	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
-	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
-
-maintainer-clean-generic:
-	@echo "This command is intended for maintainers to use"
-	@echo "it deletes files that may require special tools to rebuild."
-clean: clean-recursive
-
-clean-am: clean-generic clean-libtool mostlyclean-am
-
-distclean: distclean-recursive
-	-rm -f Makefile
-distclean-am: clean-am distclean-generic distclean-local \
-	distclean-tags
-
-dvi: dvi-recursive
-
-dvi-am:
-
-html: html-recursive
-
-html-am:
-
-info: info-recursive
-
-info-am:
-
-install-data-am:
-
-install-dvi: install-dvi-recursive
-
-install-dvi-am:
-
-install-exec-am:
-
-install-html: install-html-recursive
-
-install-html-am:
-
-install-info: install-info-recursive
-
-install-info-am:
-
-install-man:
-
-install-pdf: install-pdf-recursive
-
-install-pdf-am:
-
-install-ps: install-ps-recursive
-
-install-ps-am:
-
-installcheck-am:
-
-maintainer-clean: maintainer-clean-recursive
-	-rm -f Makefile
-maintainer-clean-am: distclean-am maintainer-clean-generic
-
-mostlyclean: mostlyclean-recursive
-
-mostlyclean-am: mostlyclean-generic mostlyclean-libtool
-
-pdf: pdf-recursive
-
-pdf-am:
-
-ps: ps-recursive
-
-ps-am:
-
-uninstall-am:
-
-.MAKE: $(am__recursive_targets) install-am install-strip
-
-.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
-	check-am clean clean-generic clean-libtool cscopelist-am ctags \
-	ctags-am distclean distclean-generic distclean-libtool \
-	distclean-local distclean-tags distdir dvi dvi-am html html-am \
-	info info-am install install-am install-data install-data-am \
-	install-dvi install-dvi-am install-exec install-exec-am \
-	install-html install-html-am install-info install-info-am \
-	install-man install-pdf install-pdf-am install-ps \
-	install-ps-am install-strip installcheck installcheck-am \
-	installdirs installdirs-am maintainer-clean \
-	maintainer-clean-generic mostlyclean mostlyclean-generic \
-	mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
-	uninstall-am
-
-.PRECIOUS: Makefile
-
-
-# Distclean the dirs regardless if the target was enabled or not
-# to cleanup the Makefiles.
-distclean-local:
-	for dir in amdgcn host hsail tce; do \
-		make -C $$dir distclean;\
-	done;
-
-# Tell versions [3.59,3.63) of GNU make to not export all variables.
-# Otherwise a system limit (for SysV at least) may be exceeded.
-.NOEXPORT:
diff --git a/lib/kernel/get_image_depth.cl b/lib/kernel/get_image_depth.cl
index 365f9fb..62f1977 100644
--- a/lib/kernel/get_image_depth.cl
+++ b/lib/kernel/get_image_depth.cl
@@ -33,10 +33,12 @@
 #define ADDRESS_SPACE
 #endif
 
-#define IMPLEMENT_GET_IMAGE_DEPTH(__IMGTYPE__)              \
-  int _CL_OVERLOADABLE get_image_depth(__IMGTYPE__ image){  \
-    return (*(ADDRESS_SPACE dev_image_t**)&image)->depth;   \
-  }                                                         \
+#define IMPLEMENT_GET_IMAGE_DEPTH(__IMGTYPE__)                \
+  int _CL_OVERLOADABLE get_image_depth(__IMGTYPE__ image){    \
+    ADDRESS_SPACE dev_image_t* ptr =                          \
+      __builtin_astype(image, ADDRESS_SPACE dev_image_t*);    \
+    return ptr->_depth;                                       \
+  }                                                           \
 
 IMPLEMENT_GET_IMAGE_DEPTH(image1d_t)
 IMPLEMENT_GET_IMAGE_DEPTH(image2d_t)
diff --git a/lib/kernel/get_image_dim.cl b/lib/kernel/get_image_dim.cl
index 2648afb..9e5ae1e 100644
--- a/lib/kernel/get_image_dim.cl
+++ b/lib/kernel/get_image_dim.cl
@@ -36,18 +36,21 @@
 
 int2 _CL_OVERLOADABLE get_image_dim(image2d_t image)
 {
-  ADDRESS_SPACE dev_image_t* img = *(ADDRESS_SPACE dev_image_t**)ℑ
-  return (int2)(img->width, img->height);
+  ADDRESS_SPACE dev_image_t* img =
+    __builtin_astype(image, ADDRESS_SPACE dev_image_t*);
+  return (int2)(img->_width, img->_height);
 }
 
 int2 _CL_OVERLOADABLE get_image_dim(image2d_array_t image)
 {
-  ADDRESS_SPACE dev_image_t* img = *(ADDRESS_SPACE dev_image_t**)ℑ
-  return (int2)(img->width, img->height);
+  ADDRESS_SPACE dev_image_t* img =
+    __builtin_astype (image, ADDRESS_SPACE dev_image_t*);
+  return (int2)(img->_width, img->_height);
 }
 
 int4 _CL_OVERLOADABLE get_image_dim(image3d_t image)
 {
-  ADDRESS_SPACE dev_image_t* img = *(ADDRESS_SPACE dev_image_t**)ℑ
-  return (int4)(img->width, img->height, img->depth, 0);
+  ADDRESS_SPACE dev_image_t* img =
+    __builtin_astype (image, ADDRESS_SPACE dev_image_t*);
+  return (int4)(img->_width, img->_height, img->_depth, 0);
 }
diff --git a/lib/kernel/get_image_height.cl b/lib/kernel/get_image_height.cl
index da519ae..4d8e5a3 100644
--- a/lib/kernel/get_image_height.cl
+++ b/lib/kernel/get_image_height.cl
@@ -33,10 +33,12 @@
 #define ADDRESS_SPACE
 #endif
 
-#define IMPLEMENT_GET_IMAGE_HEIGHT(__IMGTYPE__)                   \
-  int _CL_OVERLOADABLE get_image_height(__IMGTYPE__ image){       \
-    return (*(ADDRESS_SPACE dev_image_t**)&image)->height;               \
-  }                                                               \
+#define IMPLEMENT_GET_IMAGE_HEIGHT(__IMGTYPE__)                              \
+  int _CL_OVERLOADABLE get_image_height(__IMGTYPE__ image){                  \
+    ADDRESS_SPACE dev_image_t* ptr =                                         \
+      __builtin_astype(image, ADDRESS_SPACE dev_image_t*);                   \
+    return ptr->_height;                                                     \
+  }                                                                          \
 
 
 IMPLEMENT_GET_IMAGE_HEIGHT(image1d_t)
diff --git a/lib/kernel/get_image_width.cl b/lib/kernel/get_image_width.cl
index f68c2de..0a8b47c 100644
--- a/lib/kernel/get_image_width.cl
+++ b/lib/kernel/get_image_width.cl
@@ -33,10 +33,12 @@
 #define ADDRESS_SPACE
 #endif
 
-#define IMPLEMENT_GET_IMAGE_WIDTH(__IMGTYPE__)               \
-  int _CL_OVERLOADABLE get_image_width(__IMGTYPE__ image){   \
-    return (*(ADDRESS_SPACE dev_image_t**)&image)->width;           \
-  }                                                          \
+#define IMPLEMENT_GET_IMAGE_WIDTH(__IMGTYPE__)                  \
+  int _CL_OVERLOADABLE get_image_width(__IMGTYPE__ image){      \
+    ADDRESS_SPACE dev_image_t* ptr =                            \
+      __builtin_astype(image, ADDRESS_SPACE dev_image_t*);      \
+    return ptr->_width;                                         \
+  }                                                             \
 
 IMPLEMENT_GET_IMAGE_WIDTH(image1d_t)
 IMPLEMENT_GET_IMAGE_WIDTH(image2d_t)
diff --git a/lib/kernel/host/CMakeLists.txt b/lib/kernel/host/CMakeLists.txt
index b08e789..32a3311 100644
--- a/lib/kernel/host/CMakeLists.txt
+++ b/lib/kernel/host/CMakeLists.txt
@@ -31,8 +31,16 @@ else()
   set(KERNEL_SOURCES ${SOURCES_WITHOUT_VML})
 endif()
 
-if(X86_64)
-  list(APPEND KERNEL_SOURCES svm_atomics_x86_64.ll svm_atomics.cl)
+if(X86_64 OR I386)
+  if(LLVM_3_6)
+    message(STATUS "OpenCL 2.0 atomics only works with LLVM >= 3.7")
+  elseif(LLVM_OLDER_THAN_3_9)
+    list(APPEND KERNEL_SOURCES svm_atomics_x86_64.ll svm_atomics.cl)
+  elseif(LLVM_3_9 AND POCL_USE_FAKE_ADDR_SPACE_IDS)
+    list(APPEND KERNEL_SOURCES svm_atomics_x86_64_llvm3_9.ll svm_atomics.cl)
+  else()
+    list(APPEND KERNEL_SOURCES svm_atomics_x86_64_no_fake_asids.ll svm_atomics.cl)
+  endif()
 elseif(MIPS)
   message(STATUS "OpenCL 2.0 atomics are currently broken on MIPS")
 else()
@@ -105,7 +113,12 @@ endif()
 
 separate_arguments(CLANG_CPUFLAGS)
 separate_arguments(LLC_CPUFLAGS)
-set(CLANG_FLAGS ${HOST_CLANG_FLAGS} ${CLANG_CPUFLAGS} "-Xclang" "-ffake-address-space-map" "-emit-llvm" "-ffp-contract=off")
+set(CLANG_FLAGS ${HOST_CLANG_FLAGS} ${CLANG_CPUFLAGS} "-emit-llvm" "-ffp-contract=off")
+
+if(POCL_USE_FAKE_ADDR_SPACE_IDS)
+list(APPEND CLANG_FLAGS "-Xclang" "-ffake-address-space-map" "-DPOCL_USE_FAKE_ADDR_SPACE_IDS")
+endif()
+
 set(LLC_FLAGS ${HOST_LLC_FLAGS} ${LLC_CPUFLAGS})
 
 # KERNEL_TARGET = @OCL_KERNEL_TARGET@
diff --git a/lib/kernel/host/Makefile.am b/lib/kernel/host/Makefile.am
deleted file mode 100644
index 04ec347..0000000
--- a/lib/kernel/host/Makefile.am
+++ /dev/null
@@ -1,47 +0,0 @@
-# Process this file with automake to produce Makefile.in
-# 
-# Copyright (c) 2011 Universidad Rey Juan Carlos
-# 
-# Permission is hereby granted, free of charge, to any person obtaining a copy
-# of this software and associated documentation files (the "Software"), to deal
-# in the Software without restriction, including without limitation the rights
-# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-# copies of the Software, and to permit persons to whom the Software is
-# furnished to do so, subject to the following conditions:
-# 
-# The above copyright notice and this permission notice shall be included in
-# all copies or substantial portions of the Software.
-# 
-# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-# THE SOFTWARE.
-
-
-
-KERNEL_TARGET = @OCL_KERNEL_TARGET@
-
-# Use HOST flags:
-CLANG_FLAGS = @HOST_CLANG_FLAGS@ -Xclang -ffake-address-space-map -emit-llvm -ffp-contract=off
-LLC_FLAGS   = @HOST_LLC_FLAGS@
-LD_FLAGS    = @HOST_LD_FLAGS@
-DEVICE_CL_FLAGS = -D__OPENCL_VERSION__=200 @HOST_DEVICE_EXTENSION_DEFINES@
-
-include ../rules.mk
-include ../sources.mk
-if USE_VECMATHLIB
-include ../sources-vml.mk
-endif
-
-if HOST_CPU_IS_X86_64
-  LKERNEL_SRCS_EXTRA2 = svm_atomics_x86_64.ll svm_atomics.cl
-else
-  LKERNEL_SRCS_EXTRA2 = svm_atomics_host.cl svm_atomics.cl
-endif
-
-
-
-EXTRA_DIST = CMakeLists.txt
diff --git a/lib/kernel/host/Makefile.in b/lib/kernel/host/Makefile.in
deleted file mode 100644
index c5a64d9..0000000
--- a/lib/kernel/host/Makefile.in
+++ /dev/null
@@ -1,1171 +0,0 @@
-# Makefile.in generated by automake 1.15 from Makefile.am.
-# @configure_input@
-
-# Copyright (C) 1994-2014 Free Software Foundation, Inc.
-
-# This Makefile.in is free software; the Free Software Foundation
-# gives unlimited permission to copy and/or distribute it,
-# with or without modifications, as long as this notice is preserved.
-
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
-# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
-# PARTICULAR PURPOSE.
-
- at SET_MAKE@
-
-# Process this file with automake to produce Makefile.in
-# 
-# Copyright (c) 2011 Universidad Rey Juan Carlos
-# 
-# Permission is hereby granted, free of charge, to any person obtaining a copy
-# of this software and associated documentation files (the "Software"), to deal
-# in the Software without restriction, including without limitation the rights
-# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-# copies of the Software, and to permit persons to whom the Software is
-# furnished to do so, subject to the following conditions:
-# 
-# The above copyright notice and this permission notice shall be included in
-# all copies or substantial portions of the Software.
-# 
-# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-# THE SOFTWARE.
-
-# rules.mk - the make rules for building the kernel library
-# 
-# Copyright (c) 2013 Erik Schnetter
-# 
-# Permission is hereby granted, free of charge, to any person obtaining a copy
-# of this software and associated documentation files (the "Software"), to deal
-# in the Software without restriction, including without limitation the rights
-# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-# copies of the Software, and to permit persons to whom the Software is
-# furnished to do so, subject to the following conditions:
-# 
-# The above copyright notice and this permission notice shall be included in
-# all copies or substantial portions of the Software.
-# 
-# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-# THE SOFTWARE.
-
-# The caller (the Makefile which includes this file) needs to set the
-# following variables:
-# 
-# KERNEL_TARGET
-# CLANG_FLAGS
-# LLC_FLAGS
-# LD_FLAGS
-# DEVICE_CL_FLAGS
-
-# sources.mk - a list of all kernel source files
-# 
-# Copyright (c) 2011-2013 Universidad Rey Juan Carlos
-#                         Pekka Jääskeläinen / Tampere University of Technology
-# 
-# Permission is hereby granted, free of charge, to any person obtaining a copy
-# of this software and associated documentation files (the "Software"), to deal
-# in the Software without restriction, including without limitation the rights
-# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-# copies of the Software, and to permit persons to whom the Software is
-# furnished to do so, subject to the following conditions:
-# 
-# The above copyright notice and this permission notice shall be included in
-# all copies or substantial portions of the Software.
-# 
-# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-# THE SOFTWARE.
-
-VPATH = @srcdir@
-am__is_gnu_make = { \
-  if test -z '$(MAKELEVEL)'; then \
-    false; \
-  elif test -n '$(MAKE_HOST)'; then \
-    true; \
-  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
-    true; \
-  else \
-    false; \
-  fi; \
-}
-am__make_running_with_option = \
-  case $${target_option-} in \
-      ?) ;; \
-      *) echo "am__make_running_with_option: internal error: invalid" \
-              "target option '$${target_option-}' specified" >&2; \
-         exit 1;; \
-  esac; \
-  has_opt=no; \
-  sane_makeflags=$$MAKEFLAGS; \
-  if $(am__is_gnu_make); then \
-    sane_makeflags=$$MFLAGS; \
-  else \
-    case $$MAKEFLAGS in \
-      *\\[\ \	]*) \
-        bs=\\; \
-        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
-          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
-    esac; \
-  fi; \
-  skip_next=no; \
-  strip_trailopt () \
-  { \
-    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
-  }; \
-  for flg in $$sane_makeflags; do \
-    test $$skip_next = yes && { skip_next=no; continue; }; \
-    case $$flg in \
-      *=*|--*) continue;; \
-        -*I) strip_trailopt 'I'; skip_next=yes;; \
-      -*I?*) strip_trailopt 'I';; \
-        -*O) strip_trailopt 'O'; skip_next=yes;; \
-      -*O?*) strip_trailopt 'O';; \
-        -*l) strip_trailopt 'l'; skip_next=yes;; \
-      -*l?*) strip_trailopt 'l';; \
-      -[dEDm]) skip_next=yes;; \
-      -[JT]) skip_next=yes;; \
-    esac; \
-    case $$flg in \
-      *$$target_option*) has_opt=yes; break;; \
-    esac; \
-  done; \
-  test $$has_opt = yes
-am__make_dryrun = (target_option=n; $(am__make_running_with_option))
-am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
-pkgdatadir = $(datadir)/@PACKAGE@
-pkgincludedir = $(includedir)/@PACKAGE@
-pkglibdir = $(libdir)/@PACKAGE@
-pkglibexecdir = $(libexecdir)/@PACKAGE@
-am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
-install_sh_DATA = $(install_sh) -c -m 644
-install_sh_PROGRAM = $(install_sh) -c
-install_sh_SCRIPT = $(install_sh) -c
-INSTALL_HEADER = $(INSTALL_DATA)
-transform = $(program_transform_name)
-NORMAL_INSTALL = :
-PRE_INSTALL = :
-POST_INSTALL = :
-NORMAL_UNINSTALL = :
-PRE_UNINSTALL = :
-POST_UNINSTALL = :
-build_triplet = @build@
-host_triplet = @host@
-target_triplet = @target@
-subdir = lib/kernel/host
-ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
-am__aclocal_m4_deps = $(top_srcdir)/m4/ax_boost_base.m4 \
-	$(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
-	$(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
-	$(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/acinclude.m4 \
-	$(top_srcdir)/configure.ac
-am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
-	$(ACLOCAL_M4)
-DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
-mkinstalldirs = $(install_sh) -d
-CONFIG_HEADER = $(top_builddir)/config.h
-CONFIG_CLEAN_FILES =
-CONFIG_CLEAN_VPATH_FILES =
-AM_V_P = $(am__v_P_ at AM_V@)
-am__v_P_ = $(am__v_P_ at AM_DEFAULT_V@)
-am__v_P_0 = false
-am__v_P_1 = :
-AM_V_GEN = $(am__v_GEN_ at AM_V@)
-am__v_GEN_ = $(am__v_GEN_ at AM_DEFAULT_V@)
-am__v_GEN_0 = @echo "  GEN     " $@;
-am__v_GEN_1 = 
-AM_V_at = $(am__v_at_ at AM_V@)
-am__v_at_ = $(am__v_at_ at AM_DEFAULT_V@)
-am__v_at_0 = @
-am__v_at_1 = 
-SOURCES =
-DIST_SOURCES =
-am__can_run_installinfo = \
-  case $$AM_UPDATE_INFO_DIR in \
-    n|no|NO) false;; \
-    *) (install-info --version) >/dev/null 2>&1;; \
-  esac
-am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
-am__vpath_adj = case $$p in \
-    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
-    *) f=$$p;; \
-  esac;
-am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
-am__install_max = 40
-am__nobase_strip_setup = \
-  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
-am__nobase_strip = \
-  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
-am__nobase_list = $(am__nobase_strip_setup); \
-  for p in $$list; do echo "$$p $$p"; done | \
-  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
-  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
-    if (++n[$$2] == $(am__install_max)) \
-      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
-    END { for (dir in files) print dir, files[dir] }'
-am__base_list = \
-  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
-  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
-am__uninstall_files_from_dir = { \
-  test -z "$$files" \
-    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
-    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
-         $(am__cd) "$$dir" && rm -f $$files; }; \
-  }
-am__installdirs = "$(DESTDIR)$(pkgdatadir)"
-DATA = $(nodist_pkgdata_DATA)
-am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
-am__DIST_COMMON = $(srcdir)/../rules.mk $(srcdir)/../sources-vml.mk \
-	$(srcdir)/../sources.mk $(srcdir)/Makefile.in
-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
-ACLOCAL = @ACLOCAL@
-AMTAR = @AMTAR@
-AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
-AR = @AR@
-AUTOCONF = @AUTOCONF@
-AUTOHEADER = @AUTOHEADER@
-AUTOMAKE = @AUTOMAKE@
-AWK = @AWK@
-BOOST_CPPFLAGS = @BOOST_CPPFLAGS@
-BOOST_LDFLAGS = @BOOST_LDFLAGS@
-BUILD_TIMESTAMP = @BUILD_TIMESTAMP@
-CC = @CC@
-CCDEPMODE = @CCDEPMODE@
-CFLAGS = @CFLAGS@
-CLANG = @CLANG@
-CLANGXX = @CLANGXX@
-CLANGXX_FLAGS = @CLANGXX_FLAGS@
-CLFLAGS = @CLFLAGS@
-CPP = @CPP@
-CPPFLAGS = @CPPFLAGS@
-CXX = @CXX@
-CXXCPP = @CXXCPP@
-CXXDEPMODE = @CXXDEPMODE@
-CXXFLAGS = @CXXFLAGS@
-CYGPATH_W = @CYGPATH_W@
-DEFS = @DEFS@
-DEPDIR = @DEPDIR@
-DLLTOOL = @DLLTOOL@
-DSYMUTIL = @DSYMUTIL@
-DUMPBIN = @DUMPBIN@
-ECHO_C = @ECHO_C@
-ECHO_N = @ECHO_N@
-ECHO_T = @ECHO_T@
-EGREP = @EGREP@
-EXEEXT = @EXEEXT@
-FGREP = @FGREP@
-FORCED_CLFLAGS = @FORCED_CLFLAGS@
-GLEW_CFLAGS = @GLEW_CFLAGS@
-GLEW_LIBS = @GLEW_LIBS@
-GREP = @GREP@
-HOST = @HOST@
-HOST_AS_FLAGS = @HOST_AS_FLAGS@
-HOST_CLANG_FLAGS = @HOST_CLANG_FLAGS@
-HOST_CPU = @HOST_CPU@
-HOST_DEVICE_EXTENSION_DEFINES = @HOST_DEVICE_EXTENSION_DEFINES@
-HOST_LD_FLAGS = @HOST_LD_FLAGS@
-HOST_LLC_FLAGS = @HOST_LLC_FLAGS@
-HOST_SIZEOF_DOUBLE = @HOST_SIZEOF_DOUBLE@
-HOST_SIZEOF_HALF = @HOST_SIZEOF_HALF@
-HOST_SIZEOF_LONG = @HOST_SIZEOF_LONG@
-HOST_SIZEOF_VOID_P = @HOST_SIZEOF_VOID_P@
-HSAILASM = @HSAILASM@
-HSA_DEVICE_EXTENSION_DEFINES = @HSA_DEVICE_EXTENSION_DEFINES@
-HSA_INCLUDES = @HSA_INCLUDES@
-HSA_LIBS = @HSA_LIBS@
-HWLOC_CFLAGS = @HWLOC_CFLAGS@
-HWLOC_LIBS = @HWLOC_LIBS@
-ICD_LD_FLAGS = @ICD_LD_FLAGS@
-INSTALL = @INSTALL@
-INSTALL_DATA = @INSTALL_DATA@
-INSTALL_PROGRAM = @INSTALL_PROGRAM@
-INSTALL_SCRIPT = @INSTALL_SCRIPT@
-INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
-KERNEL_COMPILER_LIB_VERSION = @KERNEL_COMPILER_LIB_VERSION@
-LD = @LD@
-LDFLAGS = @LDFLAGS@
-LD_FLAGS_BIN = @LD_FLAGS_BIN@
-LIBOBJS = @LIBOBJS@
-LIBRARY_SUFFIX = @LIBRARY_SUFFIX@
-LIBS = @LIBS@
-LIBTOOL = @LIBTOOL@
-LIB_AGE_VERSION = @LIB_AGE_VERSION@
-LIB_CURRENT_VERSION = @LIB_CURRENT_VERSION@
-LIB_FIRST_VERSION = @LIB_FIRST_VERSION@
-LIB_REVISION_VERSION = @LIB_REVISION_VERSION@
-LIB_VERSION = @LIB_VERSION@
-LIPO = @LIPO@
-LLC = @LLC@
-LLVM_AS = @LLVM_AS@
-LLVM_CONFIG = @LLVM_CONFIG@
-LLVM_CXX_FLAGS = @LLVM_CXX_FLAGS@
-LLVM_LDFLAGS = @LLVM_LDFLAGS@
-LLVM_LIBS = @LLVM_LIBS@
-LLVM_LINK = @LLVM_LINK@
-LLVM_OPT = @LLVM_OPT@
-LLVM_VERSION = @LLVM_VERSION@
-LN_S = @LN_S@
-LTDL_LIBS = @LTDL_LIBS@
-LTLIBOBJS = @LTLIBOBJS@
-LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
-MAKEINFO = @MAKEINFO@
-MANIFEST_TOOL = @MANIFEST_TOOL@
-MKDIR_P = @MKDIR_P@
-NM = @NM@
-NMEDIT = @NMEDIT@
-OBJDUMP = @OBJDUMP@
-OBJEXT = @OBJEXT@
-OCL_ICD_CFLAGS = @OCL_ICD_CFLAGS@
-OCL_ICD_LIBS = @OCL_ICD_LIBS@
-OCL_KERNEL_ARCH = @OCL_KERNEL_ARCH@
-OCL_KERNEL_TARGET = @OCL_KERNEL_TARGET@
-OCL_KERNEL_TARGET_CPU = @OCL_KERNEL_TARGET_CPU@
-OCL_TARGETS = @OCL_TARGETS@
-OPENCL_CFLAGS = @OPENCL_CFLAGS@
-OPENCL_CMAKE = @OPENCL_CMAKE@
-OPENCL_EXTLIBS = @OPENCL_EXTLIBS@
-OPENCL_LIBS = @OPENCL_LIBS@
-OPT = @OPT@
-OTOOL = @OTOOL@
-OTOOL64 = @OTOOL64@
-PACKAGE = @PACKAGE@
-PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
-PACKAGE_NAME = @PACKAGE_NAME@
-PACKAGE_STRING = @PACKAGE_STRING@
-PACKAGE_TARNAME = @PACKAGE_TARNAME@
-PACKAGE_URL = @PACKAGE_URL@
-PACKAGE_VERSION = @PACKAGE_VERSION@
-PATH_SEPARATOR = @PATH_SEPARATOR@
-PKG_CONFIG = @PKG_CONFIG@
-PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
-PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
-POAT_TESTSUITES = @POAT_TESTSUITES@
-POCL_DEVICE_ADDRESS_BITS = @POCL_DEVICE_ADDRESS_BITS@
-PTHREAD_CC = @PTHREAD_CC@
-PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
-PTHREAD_LIBS = @PTHREAD_LIBS@
-RANLIB = @RANLIB@
-SDL_CFLAGS = @SDL_CFLAGS@
-SDL_LIBS = @SDL_LIBS@
-SED = @SED@
-SET_MAKE = @SET_MAKE@
-SHELL = @SHELL@
-STRIP = @STRIP@
-TARGET = @TARGET@
-TARGET_CLANG_FLAGS = @TARGET_CLANG_FLAGS@
-TARGET_CPU = @TARGET_CPU@
-TARGET_LLC_FLAGS = @TARGET_LLC_FLAGS@
-TARGET_SIZEOF_DOUBLE = @TARGET_SIZEOF_DOUBLE@
-TARGET_SIZEOF_HALF = @TARGET_SIZEOF_HALF@
-TARGET_SIZEOF_LONG = @TARGET_SIZEOF_LONG@
-TARGET_SIZEOF_VOID_P = @TARGET_SIZEOF_VOID_P@
-TCECC = @TCECC@
-TCEMC_AVAILABLE = @TCEMC_AVAILABLE@
-TCE_AVAILABLE = @TCE_AVAILABLE@
-TCE_CONFIG = @TCE_CONFIG@
-TCE_DEVICE_EXTENSION_DEFINES = @TCE_DEVICE_EXTENSION_DEFINES@
-VERSION = @VERSION@
-abs_builddir = @abs_builddir@
-abs_srcdir = @abs_srcdir@
-abs_top_builddir = @abs_top_builddir@
-abs_top_srcdir = @abs_top_srcdir@
-ac_ct_AR = @ac_ct_AR@
-ac_ct_CC = @ac_ct_CC@
-ac_ct_CXX = @ac_ct_CXX@
-ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
-acx_pthread_config = @acx_pthread_config@
-am__include = @am__include@
-am__leading_dot = @am__leading_dot@
-am__quote = @am__quote@
-am__tar = @am__tar@
-am__untar = @am__untar@
-bindir = @bindir@
-build = @build@
-build_alias = @build_alias@
-build_cpu = @build_cpu@
-build_os = @build_os@
-build_vendor = @build_vendor@
-builddir = @builddir@
-datadir = @datadir@
-datarootdir = @datarootdir@
-docdir = @docdir@
-dvidir = @dvidir@
-exec_prefix = @exec_prefix@
-host = @host@
-host_alias = @host_alias@
-host_cpu = @host_cpu@
-host_os = @host_os@
-host_vendor = @host_vendor@
-htmldir = @htmldir@
-includedir = @includedir@
-infodir = @infodir@
-install_sh = @install_sh@
-libdir = @libdir@
-libexecdir = @libexecdir@
-localedir = @localedir@
-localstatedir = @localstatedir@
-mandir = @mandir@
-mkdir_p = @mkdir_p@
-oldincludedir = @oldincludedir@
-pdfdir = @pdfdir@
-prefix = @prefix@
-program_transform_name = @program_transform_name@
-psdir = @psdir@
-sbindir = @sbindir@
-sharedstatedir = @sharedstatedir@
-srcdir = @srcdir@
-sysconfdir = @sysconfdir@
-target = @target@
-target_alias = @target_alias@
-target_cpu = @target_cpu@
-target_os = @target_os@
-target_vendor = @target_vendor@
-top_build_prefix = @top_build_prefix@
-top_builddir = @top_builddir@
-top_srcdir = @top_srcdir@
-KERNEL_TARGET = @OCL_KERNEL_TARGET@
-
-# Use HOST flags:
-CLANG_FLAGS = @HOST_CLANG_FLAGS@ -Xclang -ffake-address-space-map -emit-llvm -ffp-contract=off
-LLC_FLAGS = @HOST_LLC_FLAGS@
-LD_FLAGS = @HOST_LD_FLAGS@
-DEVICE_CL_FLAGS = -D__OPENCL_VERSION__=200 @HOST_DEVICE_EXTENSION_DEFINES@
-KERNEL_BC = kernel-${KERNEL_TARGET}.bc
-nodist_pkgdata_DATA = ${KERNEL_BC}
-
-# The standard list of kernel sources can be modified with
-# LKERNEL_SRCS_EXCLUDE, which removes files from the standard list,
-# and LKERNEL_SRCS_EXTRA, which adds extra files to the source list.
-LKERNEL_SRCS = \
-	$(filter-out ${LKERNEL_SRCS_EXCLUDE}, ${LKERNEL_SRCS_DEFAULT})	\
-	${LKERNEL_SRCS_EXTRA} ${LKERNEL_SRCS_EXTRA2}
-
-OBJ = $(LKERNEL_SRCS:%=%.bc)
-CLEANFILES = kernel-${KERNEL_TARGET}.bc ${OBJ}
-LKERNEL_HDRS = image.h pocl_image_rw_utils.h templates.h
-LKERNEL_SRCS_DEFAULT = \
-	abs.cl					\
-	abs_diff.cl				\
-	acos.cl					\
-	acosh.cl				\
-	acospi.cl				\
-	add_sat.cl				\
-	all.cl					\
-	any.cl					\
-	as_type.cl				\
-	asin.cl					\
-	asinh.cl				\
-	asinpi.cl				\
-	async_work_group_copy.cl		\
-	atan.cl					\
-	atan2.cl				\
-	atan2pi.cl				\
-	atanh.cl				\
-	atanpi.cl				\
-	atomics.cl				\
-	barrier.ll				\
-	bitselect.cl				\
-	cbrt.cl					\
-	ceil.cl					\
-	clamp.cl				\
-	clamp_int.cl				\
-	clz.cl					\
-	convert_type.cl				\
-	copysign.cl				\
-	cos.cl					\
-	cosh.cl					\
-	cospi.cl				\
-	cross.cl				\
-	degrees.cl				\
-	distance.cl				\
-	divide.cl				\
-	dot.cl					\
-	erf.cl					\
-	erfc.cl					\
-	exp.cl					\
-	exp10.cl				\
-	exp2.cl					\
-	expm1.cl				\
-	fabs.cl					\
-	fast_distance.cl			\
-	fast_length.cl				\
-	fast_normalize.cl			\
-	fdim.cl					\
-	floor.cl				\
-	fma.cl					\
-	fmax.cl					\
-	fmin.cl					\
-	fmod.cl					\
-	fract.cl				\
-	get_global_id.c				\
-	get_global_offset.c			\
-	get_global_size.c			\
-	get_group_id.c				\
-	get_image_depth.cl			\
-	get_image_height.cl			\
-	get_image_width.cl			\
-	get_image_dim.cl			\
-	get_local_id.c				\
-	get_local_size.c			\
-	get_num_groups.c			\
-	get_work_dim.c				\
-	hadd.cl					\
-	hypot.cl				\
-	ilogb.cl				\
-	isequal.cl				\
-	isfinite.cl				\
-	isgreater.cl				\
-	isgreaterequal.cl			\
-	isinf.cl				\
-	isless.cl				\
-	islessequal.cl				\
-	islessgreater.cl			\
-	isnan.cl				\
-	isnormal.cl				\
-	isnotequal.cl				\
-	isordered.cl				\
-	isunordered.cl				\
-	ldexp.cl				\
-	length.cl				\
-	lgamma.cl				\
-	log.cl					\
-	log10.cl				\
-	log1p.cl				\
-	log2.cl					\
-	logb.cl					\
-	mad.cl					\
-	mad24.cl				\
-	mad_hi.cl				\
-	mad_sat.cl				\
-	max.cl					\
-	max_i.cl				\
-	maxmag.cl				\
-	min.cl					\
-	min_i.cl				\
-	minmag.cl				\
-	mix.cl					\
-	mul24.cl				\
-	mul_hi.cl				\
-	nan.cl					\
-	native_cos.cl				\
-	native_exp.cl				\
-	native_exp10.cl				\
-	native_exp2.cl				\
-	native_log.cl				\
-	native_log10.cl				\
-	native_log2.cl				\
-	native_powr.cl				\
-	native_recip.cl				\
-	native_rsqrt.cl				\
-	native_sin.cl				\
-	native_sqrt.cl				\
-	native_tan.cl				\
-	nextafter.cl				\
-	normalize.cl				\
-	popcount.cl				\
-	pow.cl					\
-	pown.cl					\
-	powr.cl					\
-	printf.c                                \
-	radians.cl				\
-	read_image.cl				\
-	recip.cl				\
-	remainder.cl				\
-	rhadd.cl				\
-	rint.cl					\
-	rootn.cl				\
-	rotate.cl				\
-	round.cl				\
-	rsqrt.cl				\
-	select.cl				\
-	shuffle.cl				\
-	sign.cl					\
-	signbit.cl				\
-	sin.cl					\
-	sincos.cl				\
-	sinh.cl					\
-	sinpi.cl				\
-	smoothstep.cl				\
-	sqrt.cl					\
-	step.cl					\
-	sub_sat.cl				\
-	tan.cl					\
-	tanh.cl					\
-	tanpi.cl				\
-	tgamma.cl				\
-	trunc.cl				\
-	upsample.cl				\
-	vload.cl				\
-	vload_half.cl				\
-	vstore.cl				\
-	vstore_half.cl				\
-	wait_group_events.cl			\
-	write_image.cl
-
-
-# sources-vml.mk - kernel source file overrides for vecmathlib
-# 
-# Copyright (c) 2011-2013 Universidad Rey Juan Carlos
-#                         Pekka Jääskeläinen / Tampere University of Technology
-# 
-# Permission is hereby granted, free of charge, to any person obtaining a copy
-# of this software and associated documentation files (the "Software"), to deal
-# in the Software without restriction, including without limitation the rights
-# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-# copies of the Software, and to permit persons to whom the Software is
-# furnished to do so, subject to the following conditions:
-# 
-# The above copyright notice and this permission notice shall be included in
-# all copies or substantial portions of the Software.
-# 
-# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-# THE SOFTWARE.
- at USE_VECMATHLIB_TRUE@LKERNEL_SRCS_EXCLUDE = \
- at USE_VECMATHLIB_TRUE@	acos.cl					\
- at USE_VECMATHLIB_TRUE@	acosh.cl				\
- at USE_VECMATHLIB_TRUE@	acospi.cl				\
- at USE_VECMATHLIB_TRUE@	asin.cl					\
- at USE_VECMATHLIB_TRUE@	asinh.cl				\
- at USE_VECMATHLIB_TRUE@	asinpi.cl				\
- at USE_VECMATHLIB_TRUE@	atan.cl					\
- at USE_VECMATHLIB_TRUE@	atan2.cl				\
- at USE_VECMATHLIB_TRUE@	atan2pi.cl				\
- at USE_VECMATHLIB_TRUE@	atanh.cl				\
- at USE_VECMATHLIB_TRUE@	atanpi.cl				\
- at USE_VECMATHLIB_TRUE@	cbrt.cl					\
- at USE_VECMATHLIB_TRUE@	ceil.cl					\
- at USE_VECMATHLIB_TRUE@	clamp.cl				\
- at USE_VECMATHLIB_TRUE@	copysign.cl				\
- at USE_VECMATHLIB_TRUE@	cos.cl					\
- at USE_VECMATHLIB_TRUE@	cosh.cl					\
- at USE_VECMATHLIB_TRUE@	cospi.cl				\
- at USE_VECMATHLIB_TRUE@	cross.cl				\
- at USE_VECMATHLIB_TRUE@	degrees.cl				\
- at USE_VECMATHLIB_TRUE@	distance.cl				\
- at USE_VECMATHLIB_TRUE@	divide.cl				\
- at USE_VECMATHLIB_TRUE@	dot.cl					\
- at USE_VECMATHLIB_TRUE@	exp.cl					\
- at USE_VECMATHLIB_TRUE@	exp10.cl				\
- at USE_VECMATHLIB_TRUE@	exp2.cl					\
- at USE_VECMATHLIB_TRUE@	expm1.cl				\
- at USE_VECMATHLIB_TRUE@	fabs.cl					\
- at USE_VECMATHLIB_TRUE@	fast_distance.cl			\
- at USE_VECMATHLIB_TRUE@	fast_length.cl				\
- at USE_VECMATHLIB_TRUE@	fast_normalize.cl			\
- at USE_VECMATHLIB_TRUE@	fdim.cl					\
- at USE_VECMATHLIB_TRUE@	floor.cl				\
- at USE_VECMATHLIB_TRUE@	fma.cl					\
- at USE_VECMATHLIB_TRUE@	fmax.cl					\
- at USE_VECMATHLIB_TRUE@	fmin.cl					\
- at USE_VECMATHLIB_TRUE@	fmod.cl					\
- at USE_VECMATHLIB_TRUE@	fract.cl				\
- at USE_VECMATHLIB_TRUE@	hypot.cl				\
- at USE_VECMATHLIB_TRUE@	ilogb.cl				\
- at USE_VECMATHLIB_TRUE@	isequal.cl				\
- at USE_VECMATHLIB_TRUE@	isfinite.cl				\
- at USE_VECMATHLIB_TRUE@	isgreater.cl				\
- at USE_VECMATHLIB_TRUE@	isgreaterequal.cl			\
- at USE_VECMATHLIB_TRUE@	isinf.cl				\
- at USE_VECMATHLIB_TRUE@	isless.cl				\
- at USE_VECMATHLIB_TRUE@	islessequal.cl				\
- at USE_VECMATHLIB_TRUE@	islessgreater.cl			\
- at USE_VECMATHLIB_TRUE@	isnan.cl				\
- at USE_VECMATHLIB_TRUE@	isnormal.cl				\
- at USE_VECMATHLIB_TRUE@	isnotequal.cl				\
- at USE_VECMATHLIB_TRUE@	isordered.cl				\
- at USE_VECMATHLIB_TRUE@	isunordered.cl				\
- at USE_VECMATHLIB_TRUE@	ldexp.cl				\
- at USE_VECMATHLIB_TRUE@	length.cl				\
- at USE_VECMATHLIB_TRUE@	log.cl					\
- at USE_VECMATHLIB_TRUE@	log10.cl				\
- at USE_VECMATHLIB_TRUE@	log1p.cl				\
- at USE_VECMATHLIB_TRUE@	log2.cl					\
- at USE_VECMATHLIB_TRUE@	logb.cl					\
- at USE_VECMATHLIB_TRUE@	mad.cl					\
- at USE_VECMATHLIB_TRUE@	maxmag.cl				\
- at USE_VECMATHLIB_TRUE@	minmag.cl				\
- at USE_VECMATHLIB_TRUE@	mix.cl					\
- at USE_VECMATHLIB_TRUE@	nan.cl					\
- at USE_VECMATHLIB_TRUE@        native_cos.cl                           \
- at USE_VECMATHLIB_TRUE@        native_divide.cl                        \
- at USE_VECMATHLIB_TRUE@        native_exp.cl                           \
- at USE_VECMATHLIB_TRUE@        native_exp10.cl                         \
- at USE_VECMATHLIB_TRUE@        native_exp2.cl                          \
- at USE_VECMATHLIB_TRUE@        native_log.cl                           \
- at USE_VECMATHLIB_TRUE@        native_log10.cl                         \
- at USE_VECMATHLIB_TRUE@        native_log2.cl                          \
- at USE_VECMATHLIB_TRUE@        native_powr.cl                          \
- at USE_VECMATHLIB_TRUE@        native_recip.cl                         \
- at USE_VECMATHLIB_TRUE@        native_rsqrt.cl                         \
- at USE_VECMATHLIB_TRUE@        native_sin.cl                           \
- at USE_VECMATHLIB_TRUE@        native_sqrt.cl                          \
- at USE_VECMATHLIB_TRUE@        native_tan.cl                           \
- at USE_VECMATHLIB_TRUE@	normalize.cl				\
- at USE_VECMATHLIB_TRUE@	pow.cl					\
- at USE_VECMATHLIB_TRUE@	pown.cl					\
- at USE_VECMATHLIB_TRUE@	powr.cl					\
- at USE_VECMATHLIB_TRUE@	radians.cl				\
- at USE_VECMATHLIB_TRUE@	recip.cl				\
- at USE_VECMATHLIB_TRUE@	remainder.cl				\
- at USE_VECMATHLIB_TRUE@	rint.cl					\
- at USE_VECMATHLIB_TRUE@	rootn.cl				\
- at USE_VECMATHLIB_TRUE@	round.cl				\
- at USE_VECMATHLIB_TRUE@	rsqrt.cl				\
- at USE_VECMATHLIB_TRUE@	sign.cl					\
- at USE_VECMATHLIB_TRUE@	signbit.cl				\
- at USE_VECMATHLIB_TRUE@	sin.cl					\
- at USE_VECMATHLIB_TRUE@	sincos.cl				\
- at USE_VECMATHLIB_TRUE@	sinh.cl					\
- at USE_VECMATHLIB_TRUE@	sinpi.cl				\
- at USE_VECMATHLIB_TRUE@	smoothstep.cl				\
- at USE_VECMATHLIB_TRUE@	step.cl					\
- at USE_VECMATHLIB_TRUE@	tan.cl					\
- at USE_VECMATHLIB_TRUE@	tanh.cl					\
- at USE_VECMATHLIB_TRUE@	tanpi.cl				\
- at USE_VECMATHLIB_TRUE@	trunc.cl
-
- at USE_VECMATHLIB_TRUE@LKERNEL_SRCS_EXTRA = $(addprefix vecmathlib-pocl/,	\
- at USE_VECMATHLIB_TRUE@	acos.cc						\
- at USE_VECMATHLIB_TRUE@	acosh.cc					\
- at USE_VECMATHLIB_TRUE@	acospi.cl					\
- at USE_VECMATHLIB_TRUE@	asin.cc						\
- at USE_VECMATHLIB_TRUE@	asinh.cc					\
- at USE_VECMATHLIB_TRUE@	asinpi.cl					\
- at USE_VECMATHLIB_TRUE@	atan.cc						\
- at USE_VECMATHLIB_TRUE@	atan2.cl					\
- at USE_VECMATHLIB_TRUE@	atan2pi.cl					\
- at USE_VECMATHLIB_TRUE@	atanh.cc					\
- at USE_VECMATHLIB_TRUE@	atanpi.cl					\
- at USE_VECMATHLIB_TRUE@	cbrt.cc						\
- at USE_VECMATHLIB_TRUE@	ceil.cc						\
- at USE_VECMATHLIB_TRUE@	clamp.cl					\
- at USE_VECMATHLIB_TRUE@	copysign.cc					\
- at USE_VECMATHLIB_TRUE@	cos.cc						\
- at USE_VECMATHLIB_TRUE@	cosh.cc						\
- at USE_VECMATHLIB_TRUE@	cospi.cl					\
- at USE_VECMATHLIB_TRUE@	cross.cl					\
- at USE_VECMATHLIB_TRUE@	degrees.cl					\
- at USE_VECMATHLIB_TRUE@	distance.cl					\
- at USE_VECMATHLIB_TRUE@	dot.cl						\
- at USE_VECMATHLIB_TRUE@	exp.cc						\
- at USE_VECMATHLIB_TRUE@	exp10.cc					\
- at USE_VECMATHLIB_TRUE@	exp2.cc						\
- at USE_VECMATHLIB_TRUE@	expm1.cc					\
- at USE_VECMATHLIB_TRUE@	fabs.cc						\
- at USE_VECMATHLIB_TRUE@	fast_distance.cl				\
- at USE_VECMATHLIB_TRUE@	fast_length.cl					\
- at USE_VECMATHLIB_TRUE@	fast_normalize.cl				\
- at USE_VECMATHLIB_TRUE@	fdim.cc						\
- at USE_VECMATHLIB_TRUE@	floor.cc					\
- at USE_VECMATHLIB_TRUE@	fma.cc						\
- at USE_VECMATHLIB_TRUE@	fmax.cc						\
- at USE_VECMATHLIB_TRUE@	fmax.cl						\
- at USE_VECMATHLIB_TRUE@	fmin.cc						\
- at USE_VECMATHLIB_TRUE@	fmin.cl						\
- at USE_VECMATHLIB_TRUE@	fmod.cc						\
- at USE_VECMATHLIB_TRUE@	fract.cl					\
- at USE_VECMATHLIB_TRUE@	frexp.cl					\
- at USE_VECMATHLIB_TRUE@	half_cos.cl					\
- at USE_VECMATHLIB_TRUE@	half_divide.cl					\
- at USE_VECMATHLIB_TRUE@	half_exp.cl					\
- at USE_VECMATHLIB_TRUE@	half_exp10.cl					\
- at USE_VECMATHLIB_TRUE@	half_exp2.cl					\
- at USE_VECMATHLIB_TRUE@	half_log.cl					\
- at USE_VECMATHLIB_TRUE@	half_log10.cl					\
- at USE_VECMATHLIB_TRUE@	half_log2.cl					\
- at USE_VECMATHLIB_TRUE@	half_powr.cl					\
- at USE_VECMATHLIB_TRUE@	half_recip.cl					\
- at USE_VECMATHLIB_TRUE@	half_rsqrt.cl					\
- at USE_VECMATHLIB_TRUE@	half_sin.cl					\
- at USE_VECMATHLIB_TRUE@	half_tan.cl					\
- at USE_VECMATHLIB_TRUE@	hypot.cc					\
- at USE_VECMATHLIB_TRUE@	ilogb.cl					\
- at USE_VECMATHLIB_TRUE@	ilogb_.cc					\
- at USE_VECMATHLIB_TRUE@	isequal.cl					\
- at USE_VECMATHLIB_TRUE@	isfinite.cc					\
- at USE_VECMATHLIB_TRUE@	isgreater.cl					\
- at USE_VECMATHLIB_TRUE@	isgreaterequal.cl				\
- at USE_VECMATHLIB_TRUE@	isinf.cc					\
- at USE_VECMATHLIB_TRUE@	isless.cl					\
- at USE_VECMATHLIB_TRUE@	islessequal.cl					\
- at USE_VECMATHLIB_TRUE@	islessgreater.cl				\
- at USE_VECMATHLIB_TRUE@	isnan.cc					\
- at USE_VECMATHLIB_TRUE@	isnormal.cc					\
- at USE_VECMATHLIB_TRUE@	isnotequal.cl					\
- at USE_VECMATHLIB_TRUE@	isordered.cl					\
- at USE_VECMATHLIB_TRUE@	isunordered.cl					\
- at USE_VECMATHLIB_TRUE@	ldexp.cl					\
- at USE_VECMATHLIB_TRUE@	ldexp_.cc					\
- at USE_VECMATHLIB_TRUE@	length.cl					\
- at USE_VECMATHLIB_TRUE@	log.cc						\
- at USE_VECMATHLIB_TRUE@	log10.cc					\
- at USE_VECMATHLIB_TRUE@	log1p.cc					\
- at USE_VECMATHLIB_TRUE@	log2.cc						\
- at USE_VECMATHLIB_TRUE@	logb.cl						\
- at USE_VECMATHLIB_TRUE@	mad.cl						\
- at USE_VECMATHLIB_TRUE@	maxmag.cl					\
- at USE_VECMATHLIB_TRUE@	minmag.cl					\
- at USE_VECMATHLIB_TRUE@	mix.cl						\
- at USE_VECMATHLIB_TRUE@	modf.cl						\
- at USE_VECMATHLIB_TRUE@	nan.cl						\
- at USE_VECMATHLIB_TRUE@	native_cos.cl					\
- at USE_VECMATHLIB_TRUE@	native_divide.cl				\
- at USE_VECMATHLIB_TRUE@	native_exp.cl					\
- at USE_VECMATHLIB_TRUE@	native_exp10.cl					\
- at USE_VECMATHLIB_TRUE@	native_exp2.cl					\
- at USE_VECMATHLIB_TRUE@	native_log.cl					\
- at USE_VECMATHLIB_TRUE@	native_log10.cl					\
- at USE_VECMATHLIB_TRUE@	native_log2.cl					\
- at USE_VECMATHLIB_TRUE@	native_powr.cl					\
- at USE_VECMATHLIB_TRUE@	native_recip.cl					\
- at USE_VECMATHLIB_TRUE@	native_rsqrt.cl					\
- at USE_VECMATHLIB_TRUE@	native_sin.cl					\
- at USE_VECMATHLIB_TRUE@	native_sqrt.cl  				\
- at USE_VECMATHLIB_TRUE@	native_tan.cl					\
- at USE_VECMATHLIB_TRUE@	normalize.cl					\
- at USE_VECMATHLIB_TRUE@	pow.cc						\
- at USE_VECMATHLIB_TRUE@	pown.cl						\
- at USE_VECMATHLIB_TRUE@	powr.cl						\
- at USE_VECMATHLIB_TRUE@	radians.cl					\
- at USE_VECMATHLIB_TRUE@	remainder.cc					\
- at USE_VECMATHLIB_TRUE@	remquo.cl					\
- at USE_VECMATHLIB_TRUE@	rint.cc						\
- at USE_VECMATHLIB_TRUE@	rootn.cl					\
- at USE_VECMATHLIB_TRUE@	round.cc					\
- at USE_VECMATHLIB_TRUE@	rsqrt.cc					\
- at USE_VECMATHLIB_TRUE@	sign.cl						\
- at USE_VECMATHLIB_TRUE@	signbit.cc					\
- at USE_VECMATHLIB_TRUE@	sin.cc						\
- at USE_VECMATHLIB_TRUE@	sincos.cl					\
- at USE_VECMATHLIB_TRUE@	sinh.cc						\
- at USE_VECMATHLIB_TRUE@	sinpi.cl					\
- at USE_VECMATHLIB_TRUE@	smoothstep.cl					\
- at USE_VECMATHLIB_TRUE@	step.cl						\
- at USE_VECMATHLIB_TRUE@	tan.cc						\
- at USE_VECMATHLIB_TRUE@	tanh.cc						\
- at USE_VECMATHLIB_TRUE@	tanpi.cl					\
- at USE_VECMATHLIB_TRUE@	trunc.cc)
-
- at USE_VECMATHLIB_TRUE@LKERNEL_HDRS_EXTRA = $(addprefix @top_srcdir@/lib/kernel/vecmathlib/, \
- at USE_VECMATHLIB_TRUE@	vec_test.h		\
- at USE_VECMATHLIB_TRUE@	mathfuncs.h		\
- at USE_VECMATHLIB_TRUE@	mathfuncs_fabs.h	\
- at USE_VECMATHLIB_TRUE@	vec_avx_fp8_32.h	\
- at USE_VECMATHLIB_TRUE@	mathfuncs_sinh.h	\
- at USE_VECMATHLIB_TRUE@	mathfuncs_log.h		\
- at USE_VECMATHLIB_TRUE@	mathfuncs_asin.h	\
- at USE_VECMATHLIB_TRUE@	vec_pseudo.h		\
- at USE_VECMATHLIB_TRUE@	mathfuncs_convert.h	\
- at USE_VECMATHLIB_TRUE@	vec_sse_float1.h	\
- at USE_VECMATHLIB_TRUE@	vec_sse_double2.h	\
- at USE_VECMATHLIB_TRUE@	vec_altivec_float4.h	\
- at USE_VECMATHLIB_TRUE@	mathfuncs_int.h		\
- at USE_VECMATHLIB_TRUE@	mathfuncs_sqrt.h	\
- at USE_VECMATHLIB_TRUE@	mathfuncs_exp.h		\
- at USE_VECMATHLIB_TRUE@	floatbuiltins.h		\
- at USE_VECMATHLIB_TRUE@	mathfuncs_sin.h		\
- at USE_VECMATHLIB_TRUE@	vecmathlib.h		\
- at USE_VECMATHLIB_TRUE@	vec_avx_double4.h	\
- at USE_VECMATHLIB_TRUE@	vec_avx_float8.h	\
- at USE_VECMATHLIB_TRUE@	mathfuncs_asinh.h	\
- at USE_VECMATHLIB_TRUE@	vec_qpx_double4.h	\
- at USE_VECMATHLIB_TRUE@	vec_mic_double8.h	\
- at USE_VECMATHLIB_TRUE@	vec_neon_float2.h	\
- at USE_VECMATHLIB_TRUE@	floatprops.h		\
- at USE_VECMATHLIB_TRUE@	vec_neon_float4.h	\
- at USE_VECMATHLIB_TRUE@	vec_avx_fp16_16.h	\
- at USE_VECMATHLIB_TRUE@	vec_builtin.h		\
- at USE_VECMATHLIB_TRUE@	vec_base.h		\
- at USE_VECMATHLIB_TRUE@	vec_sse_double1.h	\
- at USE_VECMATHLIB_TRUE@	mathfuncs_base.h	\
- at USE_VECMATHLIB_TRUE@	floattypes.h		\
- at USE_VECMATHLIB_TRUE@	vec_mask.h		\
- at USE_VECMATHLIB_TRUE@	vec_vsx_double2.h	\
- at USE_VECMATHLIB_TRUE@	mathfuncs_pow.h		\
- at USE_VECMATHLIB_TRUE@	mathfuncs_rcp.h		\
- at USE_VECMATHLIB_TRUE@	vec_sse_float4.h)
-
- at HOST_CPU_IS_X86_64_FALSE@LKERNEL_SRCS_EXTRA2 = svm_atomics_host.cl svm_atomics.cl
- at HOST_CPU_IS_X86_64_TRUE@LKERNEL_SRCS_EXTRA2 = svm_atomics_x86_64.ll svm_atomics.cl
-EXTRA_DIST = CMakeLists.txt
-all: all-am
-
-.SUFFIXES:
-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am $(srcdir)/../rules.mk $(srcdir)/../sources.mk $(srcdir)/../sources-vml.mk $(am__configure_deps)
-	@for dep in $?; do \
-	  case '$(am__configure_deps)' in \
-	    *$$dep*) \
-	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
-	        && { if test -f $@; then exit 0; else break; fi; }; \
-	      exit 1;; \
-	  esac; \
-	done; \
-	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign lib/kernel/host/Makefile'; \
-	$(am__cd) $(top_srcdir) && \
-	  $(AUTOMAKE) --foreign lib/kernel/host/Makefile
-Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
-	@case '$?' in \
-	  *config.status*) \
-	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
-	  *) \
-	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
-	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
-	esac;
-$(srcdir)/../rules.mk $(srcdir)/../sources.mk $(srcdir)/../sources-vml.mk $(am__empty):
-
-$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
-	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-
-$(top_srcdir)/configure:  $(am__configure_deps)
-	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
-	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-$(am__aclocal_m4_deps):
-
-mostlyclean-libtool:
-	-rm -f *.lo
-
-clean-libtool:
-	-rm -rf .libs _libs
-install-nodist_pkgdataDATA: $(nodist_pkgdata_DATA)
-	@$(NORMAL_INSTALL)
-	@list='$(nodist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \
-	if test -n "$$list"; then \
-	  echo " $(MKDIR_P) '$(DESTDIR)$(pkgdatadir)'"; \
-	  $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)" || exit 1; \
-	fi; \
-	for p in $$list; do \
-	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
-	  echo "$$d$$p"; \
-	done | $(am__base_list) | \
-	while read files; do \
-	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgdatadir)'"; \
-	  $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgdatadir)" || exit $$?; \
-	done
-
-uninstall-nodist_pkgdataDATA:
-	@$(NORMAL_UNINSTALL)
-	@list='$(nodist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \
-	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
-	dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir)
-tags TAGS:
-
-ctags CTAGS:
-
-cscope cscopelist:
-
-
-distdir: $(DISTFILES)
-	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
-	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
-	list='$(DISTFILES)'; \
-	  dist_files=`for file in $$list; do echo $$file; done | \
-	  sed -e "s|^$$srcdirstrip/||;t" \
-	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
-	case $$dist_files in \
-	  */*) $(MKDIR_P) `echo "$$dist_files" | \
-			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
-			   sort -u` ;; \
-	esac; \
-	for file in $$dist_files; do \
-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
-	  if test -d $$d/$$file; then \
-	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
-	    if test -d "$(distdir)/$$file"; then \
-	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
-	    fi; \
-	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
-	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
-	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
-	    fi; \
-	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
-	  else \
-	    test -f "$(distdir)/$$file" \
-	    || cp -p $$d/$$file "$(distdir)/$$file" \
-	    || exit 1; \
-	  fi; \
-	done
-check-am: all-am
-check: check-am
-all-am: Makefile $(DATA)
-installdirs:
-	for dir in "$(DESTDIR)$(pkgdatadir)"; do \
-	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
-	done
-install: install-am
-install-exec: install-exec-am
-install-data: install-data-am
-uninstall: uninstall-am
-
-install-am: all-am
-	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
-
-installcheck: installcheck-am
-install-strip:
-	if test -z '$(STRIP)'; then \
-	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
-	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
-	      install; \
-	else \
-	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
-	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
-	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
-	fi
-mostlyclean-generic:
-
-clean-generic:
-	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
-
-distclean-generic:
-	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
-	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
-
-maintainer-clean-generic:
-	@echo "This command is intended for maintainers to use"
-	@echo "it deletes files that may require special tools to rebuild."
-clean: clean-am
-
-clean-am: clean-generic clean-libtool mostlyclean-am
-
-distclean: distclean-am
-	-rm -f Makefile
-distclean-am: clean-am distclean-generic
-
-dvi: dvi-am
-
-dvi-am:
-
-html: html-am
-
-html-am:
-
-info: info-am
-
-info-am:
-
-install-data-am: install-nodist_pkgdataDATA
-
-install-dvi: install-dvi-am
-
-install-dvi-am:
-
-install-exec-am:
-
-install-html: install-html-am
-
-install-html-am:
-
-install-info: install-info-am
-
-install-info-am:
-
-install-man:
-
-install-pdf: install-pdf-am
-
-install-pdf-am:
-
-install-ps: install-ps-am
-
-install-ps-am:
-
-installcheck-am:
-
-maintainer-clean: maintainer-clean-am
-	-rm -f Makefile
-maintainer-clean-am: distclean-am maintainer-clean-generic
-
-mostlyclean: mostlyclean-am
-
-mostlyclean-am: mostlyclean-generic mostlyclean-libtool
-
-pdf: pdf-am
-
-pdf-am:
-
-ps: ps-am
-
-ps-am:
-
-uninstall-am: uninstall-nodist_pkgdataDATA
-
-.MAKE: install-am install-strip
-
-.PHONY: all all-am check check-am clean clean-generic clean-libtool \
-	cscopelist-am ctags-am distclean distclean-generic \
-	distclean-libtool distdir dvi dvi-am html html-am info info-am \
-	install install-am install-data install-data-am install-dvi \
-	install-dvi-am install-exec install-exec-am install-html \
-	install-html-am install-info install-info-am install-man \
-	install-nodist_pkgdataDATA install-pdf install-pdf-am \
-	install-ps install-ps-am install-strip installcheck \
-	installcheck-am installdirs maintainer-clean \
-	maintainer-clean-generic mostlyclean mostlyclean-generic \
-	mostlyclean-libtool pdf pdf-am ps ps-am tags-am uninstall \
-	uninstall-am uninstall-nodist_pkgdataDATA
-
-.PRECIOUS: Makefile
-
-
-all: ${KERNEL_BC}
-
-vpath %.c @srcdir@ @top_srcdir@/lib/kernel
-vpath %.cc @srcdir@ @top_srcdir@/lib/kernel
-vpath %.cl @srcdir@ @top_srcdir@/lib/kernel
-vpath %.ll @srcdir@ @top_srcdir@/lib/kernel
-
-# Generate a precompiled header for the built-in function
-# declarations, in case supported by the target.
-
-# Note: the precompiled header must be compiled with the same features
-# as the kernels will be. That is, use exactly the same frontend
-# feature switches. Otherwise it will fail when compiling the kernel
-# against the precompiled header.
-_kernel.h.pch: @top_builddir@/include/${TARGET_DIR}/types.h @top_srcdir@/include/_kernel.h
-	@CLANG@ @FORCED_CLFLAGS@ @CLFLAGS@ -Xclang -ffake-address-space-map -c -target ${KERNEL_TARGET} -x cl \
-	-include @top_builddir@/include/${TARGET_DIR}/types.h \
-	-Xclang -emit-pch @top_srcdir@/include/_kernel.h -o _kernel.h.pch 
-
-# Rules to compile the different kernel library source file types into
-# LLVM bitcode
-%.c.bc: %.c ${abs_top_srcdir}/include/pocl_types.h ${abs_top_srcdir}/include/_kernel_c.h ${LKERNEL_HDRS_EXTRA}
-	mkdir -p ${dir $@}
-	@CLANG@ ${CLANG_FLAGS} ${CLFLAGS} ${DEVICE_CL_FLAGS} -D__CBUILD__ -c -o $@ -include ${abs_top_srcdir}/include/_kernel_c.h $<
-%.cc.bc: %.cc  ${LKERNEL_HDRS_EXTRA}
-	mkdir -p ${dir $@}
-	@CLANGXX@ ${CLANG_FLAGS} ${CLANGXX_FLAGS} ${DEVICE_CL_FLAGS} -c -o $@ $<
-%.cl.bc: %.cl ${abs_top_srcdir}/include/_kernel.h ${abs_top_srcdir}/include/_kernel_c.h ${abs_top_srcdir}/include/pocl_types.h ${LKERNEL_HDRS_EXTRA}
-	mkdir -p ${dir $@}
-	@CLANG@ ${CLANG_FLAGS} -x cl ${CLFLAGS} ${DEVICE_CL_FLAGS} -fsigned-char -c -o $@ $< -include ${abs_top_srcdir}/include/_kernel.h
-%.ll.bc: %.ll
-	mkdir -p ${dir $@}
-	@LLVM_AS@ -o $@ $<
-
-# Optimize the bitcode library to speed up optimization times for the
-# OpenCL kernels
-${KERNEL_BC}: ${OBJ}
-	@LLVM_LINK@ $^ -o - | @LLVM_OPT@ ${LLC_FLAGS} ${KERNEL_LIB_OPT_FLAGS} -O3 -fp-contract=off -o $@
-
-# vim: set noexpandtab ts=8:
-
-# Tell versions [3.59,3.63) of GNU make to not export all variables.
-# Otherwise a system limit (for SysV at least) may be exceeded.
-.NOEXPORT:
diff --git a/lib/kernel/hsail64/CMakeLists.txt b/lib/kernel/hsail64/CMakeLists.txt
index 18d3ea6..15c51e6 100644
--- a/lib/kernel/hsail64/CMakeLists.txt
+++ b/lib/kernel/hsail64/CMakeLists.txt
@@ -35,8 +35,9 @@ endforeach()
 list(APPEND KERNEL_SOURCES svm_atomics.cl)
 
 foreach(FILE atomics.cl atomic_impl.ll barrier.c
-        get_global_id.c get_global_size.c get_group_id.c
-        get_local_id.c get_local_size.c get_num_groups.c get_work_dim.c
+        get_global_id.c get_local_id.c get_group_id.c
+        get_global_size.c get_local_size.c get_global_offset.c
+        get_num_groups.c get_work_dim.c
         native_cos.cl native_exp.cl native_exp10.cl native_exp2.cl
         native_log.cl native_log10.cl native_log2.cl native_recip.cl
         native_rsqrt.cl  native_sin.cl  native_sqrt.cl
@@ -55,7 +56,12 @@ foreach(FILE atomics.cl atomic_impl.ll barrier.c
   list(APPEND KERNEL_SOURCES "hsail64/${FILE}")
 endforeach()
 
-set(CLANG_FLAGS "-Xclang" "-ffake-address-space-map" "-emit-llvm" "-target" "hsail64" "-D_CL_DISABLE_HALF")
+set(CLANG_FLAGS "-emit-llvm" "-target" "hsail64" "-D_CL_DISABLE_HALF")
+
+if(POCL_USE_FAKE_ADDR_SPACE_IDS)
+list(APPEND CLANG_FLAGS "-Xclang" "-ffake-address-space-map")
+endif()
+
 set(LLC_FLAGS "")
 set(DEVICE_CL_FLAGS "-D__OPENCL_VERSION__=${HSA_DEVICE_CL_VERSION}")
 separate_arguments(HSA_DEVICE_EXTENSIONS)
diff --git a/lib/kernel/hsail64/Makefile.am b/lib/kernel/hsail64/Makefile.am
deleted file mode 100644
index 2df2179..0000000
--- a/lib/kernel/hsail64/Makefile.am
+++ /dev/null
@@ -1,38 +0,0 @@
-# Process this file with automake to produce Makefile.in
-#
-# Copyright (c) 2015 Pekka Jääskeläinen
-#
-# Permission is hereby granted, free of charge, to any person obtaining a copy
-# of this software and associated documentation files (the "Software"), to deal
-# in the Software without restriction, including without limitation the rights
-# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-# copies of the Software, and to permit persons to whom the Software is
-# furnished to do so, subject to the following conditions:
-#
-# The above copyright notice and this permission notice shall be included in
-# all copies or substantial portions of the Software.
-#
-# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-# THE SOFTWARE.
-
-KERNEL_TARGET = hsail64
-
-# Use TARGET flags:
-CLANG_FLAGS = @TARGET_CLANG_FLAGS@ -Xclang -ffake-address-space-map -emit-llvm -D_CL_DISABLE_HALF -target ${KERNEL_TARGET} -I${abs_top_srcdir}/lib/kernel/hsail64
-LLC_FLAGS   = @TARGET_LLC_FLAGS@
-LD_FLAGS    = @TARGET_LD_FLAGS@
-DEVICE_CL_FLAGS = -D__OPENCL_VERSION__=200 @HSA_DEVICE_EXTENSION_DEFINES@
-
-include ../rules.mk
-include ../sources.mk
-
-# TODO: a global memory ring buffer stdout based printf
-LKERNEL_SRCS_EXCLUDE = printf.c barrier.ll
-LKERNEL_SRCS_EXTRA = barrier.c sqrt_default.ll svm_atomics.cl svm_atomics_hsail.cl.ll
-
-EXTRA_DIST = CMakeLists.txt $(srcdir)/*.c $(srcdir)/*.cl $(srcdir)/*.h $(srcdir)/*.ll frexp.inc
diff --git a/lib/kernel/hsail64/Makefile.in b/lib/kernel/hsail64/Makefile.in
deleted file mode 100644
index 4be9ea6..0000000
--- a/lib/kernel/hsail64/Makefile.in
+++ /dev/null
@@ -1,885 +0,0 @@
-# Makefile.in generated by automake 1.15 from Makefile.am.
-# @configure_input@
-
-# Copyright (C) 1994-2014 Free Software Foundation, Inc.
-
-# This Makefile.in is free software; the Free Software Foundation
-# gives unlimited permission to copy and/or distribute it,
-# with or without modifications, as long as this notice is preserved.
-
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
-# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
-# PARTICULAR PURPOSE.
-
- at SET_MAKE@
-
-# Process this file with automake to produce Makefile.in
-#
-# Copyright (c) 2015 Pekka Jääskeläinen
-#
-# Permission is hereby granted, free of charge, to any person obtaining a copy
-# of this software and associated documentation files (the "Software"), to deal
-# in the Software without restriction, including without limitation the rights
-# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-# copies of the Software, and to permit persons to whom the Software is
-# furnished to do so, subject to the following conditions:
-#
-# The above copyright notice and this permission notice shall be included in
-# all copies or substantial portions of the Software.
-#
-# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-# THE SOFTWARE.
-
-# rules.mk - the make rules for building the kernel library
-# 
-# Copyright (c) 2013 Erik Schnetter
-# 
-# Permission is hereby granted, free of charge, to any person obtaining a copy
-# of this software and associated documentation files (the "Software"), to deal
-# in the Software without restriction, including without limitation the rights
-# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-# copies of the Software, and to permit persons to whom the Software is
-# furnished to do so, subject to the following conditions:
-# 
-# The above copyright notice and this permission notice shall be included in
-# all copies or substantial portions of the Software.
-# 
-# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-# THE SOFTWARE.
-
-# The caller (the Makefile which includes this file) needs to set the
-# following variables:
-# 
-# KERNEL_TARGET
-# CLANG_FLAGS
-# LLC_FLAGS
-# LD_FLAGS
-# DEVICE_CL_FLAGS
-
-# sources.mk - a list of all kernel source files
-# 
-# Copyright (c) 2011-2013 Universidad Rey Juan Carlos
-#                         Pekka Jääskeläinen / Tampere University of Technology
-# 
-# Permission is hereby granted, free of charge, to any person obtaining a copy
-# of this software and associated documentation files (the "Software"), to deal
-# in the Software without restriction, including without limitation the rights
-# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-# copies of the Software, and to permit persons to whom the Software is
-# furnished to do so, subject to the following conditions:
-# 
-# The above copyright notice and this permission notice shall be included in
-# all copies or substantial portions of the Software.
-# 
-# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-# THE SOFTWARE.
-
-VPATH = @srcdir@
-am__is_gnu_make = { \
-  if test -z '$(MAKELEVEL)'; then \
-    false; \
-  elif test -n '$(MAKE_HOST)'; then \
-    true; \
-  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
-    true; \
-  else \
-    false; \
-  fi; \
-}
-am__make_running_with_option = \
-  case $${target_option-} in \
-      ?) ;; \
-      *) echo "am__make_running_with_option: internal error: invalid" \
-              "target option '$${target_option-}' specified" >&2; \
-         exit 1;; \
-  esac; \
-  has_opt=no; \
-  sane_makeflags=$$MAKEFLAGS; \
-  if $(am__is_gnu_make); then \
-    sane_makeflags=$$MFLAGS; \
-  else \
-    case $$MAKEFLAGS in \
-      *\\[\ \	]*) \
-        bs=\\; \
-        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
-          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
-    esac; \
-  fi; \
-  skip_next=no; \
-  strip_trailopt () \
-  { \
-    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
-  }; \
-  for flg in $$sane_makeflags; do \
-    test $$skip_next = yes && { skip_next=no; continue; }; \
-    case $$flg in \
-      *=*|--*) continue;; \
-        -*I) strip_trailopt 'I'; skip_next=yes;; \
-      -*I?*) strip_trailopt 'I';; \
-        -*O) strip_trailopt 'O'; skip_next=yes;; \
-      -*O?*) strip_trailopt 'O';; \
-        -*l) strip_trailopt 'l'; skip_next=yes;; \
-      -*l?*) strip_trailopt 'l';; \
-      -[dEDm]) skip_next=yes;; \
-      -[JT]) skip_next=yes;; \
-    esac; \
-    case $$flg in \
-      *$$target_option*) has_opt=yes; break;; \
-    esac; \
-  done; \
-  test $$has_opt = yes
-am__make_dryrun = (target_option=n; $(am__make_running_with_option))
-am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
-pkgdatadir = $(datadir)/@PACKAGE@
-pkgincludedir = $(includedir)/@PACKAGE@
-pkglibdir = $(libdir)/@PACKAGE@
-pkglibexecdir = $(libexecdir)/@PACKAGE@
-am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
-install_sh_DATA = $(install_sh) -c -m 644
-install_sh_PROGRAM = $(install_sh) -c
-install_sh_SCRIPT = $(install_sh) -c
-INSTALL_HEADER = $(INSTALL_DATA)
-transform = $(program_transform_name)
-NORMAL_INSTALL = :
-PRE_INSTALL = :
-POST_INSTALL = :
-NORMAL_UNINSTALL = :
-PRE_UNINSTALL = :
-POST_UNINSTALL = :
-build_triplet = @build@
-host_triplet = @host@
-target_triplet = @target@
-subdir = lib/kernel/hsail64
-ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
-am__aclocal_m4_deps = $(top_srcdir)/m4/ax_boost_base.m4 \
-	$(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
-	$(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
-	$(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/acinclude.m4 \
-	$(top_srcdir)/configure.ac
-am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
-	$(ACLOCAL_M4)
-DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
-mkinstalldirs = $(install_sh) -d
-CONFIG_HEADER = $(top_builddir)/config.h
-CONFIG_CLEAN_FILES =
-CONFIG_CLEAN_VPATH_FILES =
-AM_V_P = $(am__v_P_ at AM_V@)
-am__v_P_ = $(am__v_P_ at AM_DEFAULT_V@)
-am__v_P_0 = false
-am__v_P_1 = :
-AM_V_GEN = $(am__v_GEN_ at AM_V@)
-am__v_GEN_ = $(am__v_GEN_ at AM_DEFAULT_V@)
-am__v_GEN_0 = @echo "  GEN     " $@;
-am__v_GEN_1 = 
-AM_V_at = $(am__v_at_ at AM_V@)
-am__v_at_ = $(am__v_at_ at AM_DEFAULT_V@)
-am__v_at_0 = @
-am__v_at_1 = 
-SOURCES =
-DIST_SOURCES =
-am__can_run_installinfo = \
-  case $$AM_UPDATE_INFO_DIR in \
-    n|no|NO) false;; \
-    *) (install-info --version) >/dev/null 2>&1;; \
-  esac
-am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
-am__vpath_adj = case $$p in \
-    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
-    *) f=$$p;; \
-  esac;
-am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
-am__install_max = 40
-am__nobase_strip_setup = \
-  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
-am__nobase_strip = \
-  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
-am__nobase_list = $(am__nobase_strip_setup); \
-  for p in $$list; do echo "$$p $$p"; done | \
-  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
-  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
-    if (++n[$$2] == $(am__install_max)) \
-      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
-    END { for (dir in files) print dir, files[dir] }'
-am__base_list = \
-  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
-  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
-am__uninstall_files_from_dir = { \
-  test -z "$$files" \
-    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
-    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
-         $(am__cd) "$$dir" && rm -f $$files; }; \
-  }
-am__installdirs = "$(DESTDIR)$(pkgdatadir)"
-DATA = $(nodist_pkgdata_DATA)
-am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
-am__DIST_COMMON = $(srcdir)/../rules.mk $(srcdir)/../sources.mk \
-	$(srcdir)/Makefile.in
-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
-ACLOCAL = @ACLOCAL@
-AMTAR = @AMTAR@
-AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
-AR = @AR@
-AUTOCONF = @AUTOCONF@
-AUTOHEADER = @AUTOHEADER@
-AUTOMAKE = @AUTOMAKE@
-AWK = @AWK@
-BOOST_CPPFLAGS = @BOOST_CPPFLAGS@
-BOOST_LDFLAGS = @BOOST_LDFLAGS@
-BUILD_TIMESTAMP = @BUILD_TIMESTAMP@
-CC = @CC@
-CCDEPMODE = @CCDEPMODE@
-CFLAGS = @CFLAGS@
-CLANG = @CLANG@
-CLANGXX = @CLANGXX@
-CLANGXX_FLAGS = @CLANGXX_FLAGS@
-CLFLAGS = @CLFLAGS@
-CPP = @CPP@
-CPPFLAGS = @CPPFLAGS@
-CXX = @CXX@
-CXXCPP = @CXXCPP@
-CXXDEPMODE = @CXXDEPMODE@
-CXXFLAGS = @CXXFLAGS@
-CYGPATH_W = @CYGPATH_W@
-DEFS = @DEFS@
-DEPDIR = @DEPDIR@
-DLLTOOL = @DLLTOOL@
-DSYMUTIL = @DSYMUTIL@
-DUMPBIN = @DUMPBIN@
-ECHO_C = @ECHO_C@
-ECHO_N = @ECHO_N@
-ECHO_T = @ECHO_T@
-EGREP = @EGREP@
-EXEEXT = @EXEEXT@
-FGREP = @FGREP@
-FORCED_CLFLAGS = @FORCED_CLFLAGS@
-GLEW_CFLAGS = @GLEW_CFLAGS@
-GLEW_LIBS = @GLEW_LIBS@
-GREP = @GREP@
-HOST = @HOST@
-HOST_AS_FLAGS = @HOST_AS_FLAGS@
-HOST_CLANG_FLAGS = @HOST_CLANG_FLAGS@
-HOST_CPU = @HOST_CPU@
-HOST_DEVICE_EXTENSION_DEFINES = @HOST_DEVICE_EXTENSION_DEFINES@
-HOST_LD_FLAGS = @HOST_LD_FLAGS@
-HOST_LLC_FLAGS = @HOST_LLC_FLAGS@
-HOST_SIZEOF_DOUBLE = @HOST_SIZEOF_DOUBLE@
-HOST_SIZEOF_HALF = @HOST_SIZEOF_HALF@
-HOST_SIZEOF_LONG = @HOST_SIZEOF_LONG@
-HOST_SIZEOF_VOID_P = @HOST_SIZEOF_VOID_P@
-HSAILASM = @HSAILASM@
-HSA_DEVICE_EXTENSION_DEFINES = @HSA_DEVICE_EXTENSION_DEFINES@
-HSA_INCLUDES = @HSA_INCLUDES@
-HSA_LIBS = @HSA_LIBS@
-HWLOC_CFLAGS = @HWLOC_CFLAGS@
-HWLOC_LIBS = @HWLOC_LIBS@
-ICD_LD_FLAGS = @ICD_LD_FLAGS@
-INSTALL = @INSTALL@
-INSTALL_DATA = @INSTALL_DATA@
-INSTALL_PROGRAM = @INSTALL_PROGRAM@
-INSTALL_SCRIPT = @INSTALL_SCRIPT@
-INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
-KERNEL_COMPILER_LIB_VERSION = @KERNEL_COMPILER_LIB_VERSION@
-LD = @LD@
-LDFLAGS = @LDFLAGS@
-LD_FLAGS_BIN = @LD_FLAGS_BIN@
-LIBOBJS = @LIBOBJS@
-LIBRARY_SUFFIX = @LIBRARY_SUFFIX@
-LIBS = @LIBS@
-LIBTOOL = @LIBTOOL@
-LIB_AGE_VERSION = @LIB_AGE_VERSION@
-LIB_CURRENT_VERSION = @LIB_CURRENT_VERSION@
-LIB_FIRST_VERSION = @LIB_FIRST_VERSION@
-LIB_REVISION_VERSION = @LIB_REVISION_VERSION@
-LIB_VERSION = @LIB_VERSION@
-LIPO = @LIPO@
-LLC = @LLC@
-LLVM_AS = @LLVM_AS@
-LLVM_CONFIG = @LLVM_CONFIG@
-LLVM_CXX_FLAGS = @LLVM_CXX_FLAGS@
-LLVM_LDFLAGS = @LLVM_LDFLAGS@
-LLVM_LIBS = @LLVM_LIBS@
-LLVM_LINK = @LLVM_LINK@
-LLVM_OPT = @LLVM_OPT@
-LLVM_VERSION = @LLVM_VERSION@
-LN_S = @LN_S@
-LTDL_LIBS = @LTDL_LIBS@
-LTLIBOBJS = @LTLIBOBJS@
-LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
-MAKEINFO = @MAKEINFO@
-MANIFEST_TOOL = @MANIFEST_TOOL@
-MKDIR_P = @MKDIR_P@
-NM = @NM@
-NMEDIT = @NMEDIT@
-OBJDUMP = @OBJDUMP@
-OBJEXT = @OBJEXT@
-OCL_ICD_CFLAGS = @OCL_ICD_CFLAGS@
-OCL_ICD_LIBS = @OCL_ICD_LIBS@
-OCL_KERNEL_ARCH = @OCL_KERNEL_ARCH@
-OCL_KERNEL_TARGET = @OCL_KERNEL_TARGET@
-OCL_KERNEL_TARGET_CPU = @OCL_KERNEL_TARGET_CPU@
-OCL_TARGETS = @OCL_TARGETS@
-OPENCL_CFLAGS = @OPENCL_CFLAGS@
-OPENCL_CMAKE = @OPENCL_CMAKE@
-OPENCL_EXTLIBS = @OPENCL_EXTLIBS@
-OPENCL_LIBS = @OPENCL_LIBS@
-OPT = @OPT@
-OTOOL = @OTOOL@
-OTOOL64 = @OTOOL64@
-PACKAGE = @PACKAGE@
-PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
-PACKAGE_NAME = @PACKAGE_NAME@
-PACKAGE_STRING = @PACKAGE_STRING@
-PACKAGE_TARNAME = @PACKAGE_TARNAME@
-PACKAGE_URL = @PACKAGE_URL@
-PACKAGE_VERSION = @PACKAGE_VERSION@
-PATH_SEPARATOR = @PATH_SEPARATOR@
-PKG_CONFIG = @PKG_CONFIG@
-PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
-PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
-POAT_TESTSUITES = @POAT_TESTSUITES@
-POCL_DEVICE_ADDRESS_BITS = @POCL_DEVICE_ADDRESS_BITS@
-PTHREAD_CC = @PTHREAD_CC@
-PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
-PTHREAD_LIBS = @PTHREAD_LIBS@
-RANLIB = @RANLIB@
-SDL_CFLAGS = @SDL_CFLAGS@
-SDL_LIBS = @SDL_LIBS@
-SED = @SED@
-SET_MAKE = @SET_MAKE@
-SHELL = @SHELL@
-STRIP = @STRIP@
-TARGET = @TARGET@
-TARGET_CLANG_FLAGS = @TARGET_CLANG_FLAGS@
-TARGET_CPU = @TARGET_CPU@
-TARGET_LLC_FLAGS = @TARGET_LLC_FLAGS@
-TARGET_SIZEOF_DOUBLE = @TARGET_SIZEOF_DOUBLE@
-TARGET_SIZEOF_HALF = @TARGET_SIZEOF_HALF@
-TARGET_SIZEOF_LONG = @TARGET_SIZEOF_LONG@
-TARGET_SIZEOF_VOID_P = @TARGET_SIZEOF_VOID_P@
-TCECC = @TCECC@
-TCEMC_AVAILABLE = @TCEMC_AVAILABLE@
-TCE_AVAILABLE = @TCE_AVAILABLE@
-TCE_CONFIG = @TCE_CONFIG@
-TCE_DEVICE_EXTENSION_DEFINES = @TCE_DEVICE_EXTENSION_DEFINES@
-VERSION = @VERSION@
-abs_builddir = @abs_builddir@
-abs_srcdir = @abs_srcdir@
-abs_top_builddir = @abs_top_builddir@
-abs_top_srcdir = @abs_top_srcdir@
-ac_ct_AR = @ac_ct_AR@
-ac_ct_CC = @ac_ct_CC@
-ac_ct_CXX = @ac_ct_CXX@
-ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
-acx_pthread_config = @acx_pthread_config@
-am__include = @am__include@
-am__leading_dot = @am__leading_dot@
-am__quote = @am__quote@
-am__tar = @am__tar@
-am__untar = @am__untar@
-bindir = @bindir@
-build = @build@
-build_alias = @build_alias@
-build_cpu = @build_cpu@
-build_os = @build_os@
-build_vendor = @build_vendor@
-builddir = @builddir@
-datadir = @datadir@
-datarootdir = @datarootdir@
-docdir = @docdir@
-dvidir = @dvidir@
-exec_prefix = @exec_prefix@
-host = @host@
-host_alias = @host_alias@
-host_cpu = @host_cpu@
-host_os = @host_os@
-host_vendor = @host_vendor@
-htmldir = @htmldir@
-includedir = @includedir@
-infodir = @infodir@
-install_sh = @install_sh@
-libdir = @libdir@
-libexecdir = @libexecdir@
-localedir = @localedir@
-localstatedir = @localstatedir@
-mandir = @mandir@
-mkdir_p = @mkdir_p@
-oldincludedir = @oldincludedir@
-pdfdir = @pdfdir@
-prefix = @prefix@
-program_transform_name = @program_transform_name@
-psdir = @psdir@
-sbindir = @sbindir@
-sharedstatedir = @sharedstatedir@
-srcdir = @srcdir@
-sysconfdir = @sysconfdir@
-target = @target@
-target_alias = @target_alias@
-target_cpu = @target_cpu@
-target_os = @target_os@
-target_vendor = @target_vendor@
-top_build_prefix = @top_build_prefix@
-top_builddir = @top_builddir@
-top_srcdir = @top_srcdir@
-KERNEL_TARGET = hsail64
-
-# Use TARGET flags:
-CLANG_FLAGS = @TARGET_CLANG_FLAGS@ -Xclang -ffake-address-space-map -emit-llvm -D_CL_DISABLE_HALF -target ${KERNEL_TARGET} -I${abs_top_srcdir}/lib/kernel/hsail64
-LLC_FLAGS = @TARGET_LLC_FLAGS@
-LD_FLAGS = @TARGET_LD_FLAGS@
-DEVICE_CL_FLAGS = -D__OPENCL_VERSION__=200 @HSA_DEVICE_EXTENSION_DEFINES@
-KERNEL_BC = kernel-${KERNEL_TARGET}.bc
-nodist_pkgdata_DATA = ${KERNEL_BC}
-
-# The standard list of kernel sources can be modified with
-# LKERNEL_SRCS_EXCLUDE, which removes files from the standard list,
-# and LKERNEL_SRCS_EXTRA, which adds extra files to the source list.
-LKERNEL_SRCS = \
-	$(filter-out ${LKERNEL_SRCS_EXCLUDE}, ${LKERNEL_SRCS_DEFAULT})	\
-	${LKERNEL_SRCS_EXTRA} ${LKERNEL_SRCS_EXTRA2}
-
-OBJ = $(LKERNEL_SRCS:%=%.bc)
-CLEANFILES = kernel-${KERNEL_TARGET}.bc ${OBJ}
-LKERNEL_HDRS = image.h pocl_image_rw_utils.h templates.h
-LKERNEL_SRCS_DEFAULT = \
-	abs.cl					\
-	abs_diff.cl				\
-	acos.cl					\
-	acosh.cl				\
-	acospi.cl				\
-	add_sat.cl				\
-	all.cl					\
-	any.cl					\
-	as_type.cl				\
-	asin.cl					\
-	asinh.cl				\
-	asinpi.cl				\
-	async_work_group_copy.cl		\
-	atan.cl					\
-	atan2.cl				\
-	atan2pi.cl				\
-	atanh.cl				\
-	atanpi.cl				\
-	atomics.cl				\
-	barrier.ll				\
-	bitselect.cl				\
-	cbrt.cl					\
-	ceil.cl					\
-	clamp.cl				\
-	clamp_int.cl				\
-	clz.cl					\
-	convert_type.cl				\
-	copysign.cl				\
-	cos.cl					\
-	cosh.cl					\
-	cospi.cl				\
-	cross.cl				\
-	degrees.cl				\
-	distance.cl				\
-	divide.cl				\
-	dot.cl					\
-	erf.cl					\
-	erfc.cl					\
-	exp.cl					\
-	exp10.cl				\
-	exp2.cl					\
-	expm1.cl				\
-	fabs.cl					\
-	fast_distance.cl			\
-	fast_length.cl				\
-	fast_normalize.cl			\
-	fdim.cl					\
-	floor.cl				\
-	fma.cl					\
-	fmax.cl					\
-	fmin.cl					\
-	fmod.cl					\
-	fract.cl				\
-	get_global_id.c				\
-	get_global_offset.c			\
-	get_global_size.c			\
-	get_group_id.c				\
-	get_image_depth.cl			\
-	get_image_height.cl			\
-	get_image_width.cl			\
-	get_image_dim.cl			\
-	get_local_id.c				\
-	get_local_size.c			\
-	get_num_groups.c			\
-	get_work_dim.c				\
-	hadd.cl					\
-	hypot.cl				\
-	ilogb.cl				\
-	isequal.cl				\
-	isfinite.cl				\
-	isgreater.cl				\
-	isgreaterequal.cl			\
-	isinf.cl				\
-	isless.cl				\
-	islessequal.cl				\
-	islessgreater.cl			\
-	isnan.cl				\
-	isnormal.cl				\
-	isnotequal.cl				\
-	isordered.cl				\
-	isunordered.cl				\
-	ldexp.cl				\
-	length.cl				\
-	lgamma.cl				\
-	log.cl					\
-	log10.cl				\
-	log1p.cl				\
-	log2.cl					\
-	logb.cl					\
-	mad.cl					\
-	mad24.cl				\
-	mad_hi.cl				\
-	mad_sat.cl				\
-	max.cl					\
-	max_i.cl				\
-	maxmag.cl				\
-	min.cl					\
-	min_i.cl				\
-	minmag.cl				\
-	mix.cl					\
-	mul24.cl				\
-	mul_hi.cl				\
-	nan.cl					\
-	native_cos.cl				\
-	native_exp.cl				\
-	native_exp10.cl				\
-	native_exp2.cl				\
-	native_log.cl				\
-	native_log10.cl				\
-	native_log2.cl				\
-	native_powr.cl				\
-	native_recip.cl				\
-	native_rsqrt.cl				\
-	native_sin.cl				\
-	native_sqrt.cl				\
-	native_tan.cl				\
-	nextafter.cl				\
-	normalize.cl				\
-	popcount.cl				\
-	pow.cl					\
-	pown.cl					\
-	powr.cl					\
-	printf.c                                \
-	radians.cl				\
-	read_image.cl				\
-	recip.cl				\
-	remainder.cl				\
-	rhadd.cl				\
-	rint.cl					\
-	rootn.cl				\
-	rotate.cl				\
-	round.cl				\
-	rsqrt.cl				\
-	select.cl				\
-	shuffle.cl				\
-	sign.cl					\
-	signbit.cl				\
-	sin.cl					\
-	sincos.cl				\
-	sinh.cl					\
-	sinpi.cl				\
-	smoothstep.cl				\
-	sqrt.cl					\
-	step.cl					\
-	sub_sat.cl				\
-	tan.cl					\
-	tanh.cl					\
-	tanpi.cl				\
-	tgamma.cl				\
-	trunc.cl				\
-	upsample.cl				\
-	vload.cl				\
-	vload_half.cl				\
-	vstore.cl				\
-	vstore_half.cl				\
-	wait_group_events.cl			\
-	write_image.cl
-
-
-# TODO: a global memory ring buffer stdout based printf
-LKERNEL_SRCS_EXCLUDE = printf.c barrier.ll
-LKERNEL_SRCS_EXTRA = barrier.c sqrt_default.ll svm_atomics.cl svm_atomics_hsail.cl.ll
-EXTRA_DIST = CMakeLists.txt $(srcdir)/*.c $(srcdir)/*.cl $(srcdir)/*.h $(srcdir)/*.ll frexp.inc
-all: all-am
-
-.SUFFIXES:
-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am $(srcdir)/../rules.mk $(srcdir)/../sources.mk $(am__configure_deps)
-	@for dep in $?; do \
-	  case '$(am__configure_deps)' in \
-	    *$$dep*) \
-	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
-	        && { if test -f $@; then exit 0; else break; fi; }; \
-	      exit 1;; \
-	  esac; \
-	done; \
-	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign lib/kernel/hsail64/Makefile'; \
-	$(am__cd) $(top_srcdir) && \
-	  $(AUTOMAKE) --foreign lib/kernel/hsail64/Makefile
-Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
-	@case '$?' in \
-	  *config.status*) \
-	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
-	  *) \
-	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
-	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
-	esac;
-$(srcdir)/../rules.mk $(srcdir)/../sources.mk $(am__empty):
-
-$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
-	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-
-$(top_srcdir)/configure:  $(am__configure_deps)
-	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
-	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-$(am__aclocal_m4_deps):
-
-mostlyclean-libtool:
-	-rm -f *.lo
-
-clean-libtool:
-	-rm -rf .libs _libs
-install-nodist_pkgdataDATA: $(nodist_pkgdata_DATA)
-	@$(NORMAL_INSTALL)
-	@list='$(nodist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \
-	if test -n "$$list"; then \
-	  echo " $(MKDIR_P) '$(DESTDIR)$(pkgdatadir)'"; \
-	  $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)" || exit 1; \
-	fi; \
-	for p in $$list; do \
-	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
-	  echo "$$d$$p"; \
-	done | $(am__base_list) | \
-	while read files; do \
-	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgdatadir)'"; \
-	  $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgdatadir)" || exit $$?; \
-	done
-
-uninstall-nodist_pkgdataDATA:
-	@$(NORMAL_UNINSTALL)
-	@list='$(nodist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \
-	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
-	dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir)
-tags TAGS:
-
-ctags CTAGS:
-
-cscope cscopelist:
-
-
-distdir: $(DISTFILES)
-	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
-	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
-	list='$(DISTFILES)'; \
-	  dist_files=`for file in $$list; do echo $$file; done | \
-	  sed -e "s|^$$srcdirstrip/||;t" \
-	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
-	case $$dist_files in \
-	  */*) $(MKDIR_P) `echo "$$dist_files" | \
-			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
-			   sort -u` ;; \
-	esac; \
-	for file in $$dist_files; do \
-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
-	  if test -d $$d/$$file; then \
-	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
-	    if test -d "$(distdir)/$$file"; then \
-	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
-	    fi; \
-	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
-	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
-	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
-	    fi; \
-	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
-	  else \
-	    test -f "$(distdir)/$$file" \
-	    || cp -p $$d/$$file "$(distdir)/$$file" \
-	    || exit 1; \
-	  fi; \
-	done
-check-am: all-am
-check: check-am
-all-am: Makefile $(DATA)
-installdirs:
-	for dir in "$(DESTDIR)$(pkgdatadir)"; do \
-	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
-	done
-install: install-am
-install-exec: install-exec-am
-install-data: install-data-am
-uninstall: uninstall-am
-
-install-am: all-am
-	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
-
-installcheck: installcheck-am
-install-strip:
-	if test -z '$(STRIP)'; then \
-	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
-	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
-	      install; \
-	else \
-	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
-	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
-	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
-	fi
-mostlyclean-generic:
-
-clean-generic:
-	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
-
-distclean-generic:
-	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
-	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
-
-maintainer-clean-generic:
-	@echo "This command is intended for maintainers to use"
-	@echo "it deletes files that may require special tools to rebuild."
-clean: clean-am
-
-clean-am: clean-generic clean-libtool mostlyclean-am
-
-distclean: distclean-am
-	-rm -f Makefile
-distclean-am: clean-am distclean-generic
-
-dvi: dvi-am
-
-dvi-am:
-
-html: html-am
-
-html-am:
-
-info: info-am
-
-info-am:
-
-install-data-am: install-nodist_pkgdataDATA
-
-install-dvi: install-dvi-am
-
-install-dvi-am:
-
-install-exec-am:
-
-install-html: install-html-am
-
-install-html-am:
-
-install-info: install-info-am
-
-install-info-am:
-
-install-man:
-
-install-pdf: install-pdf-am
-
-install-pdf-am:
-
-install-ps: install-ps-am
-
-install-ps-am:
-
-installcheck-am:
-
-maintainer-clean: maintainer-clean-am
-	-rm -f Makefile
-maintainer-clean-am: distclean-am maintainer-clean-generic
-
-mostlyclean: mostlyclean-am
-
-mostlyclean-am: mostlyclean-generic mostlyclean-libtool
-
-pdf: pdf-am
-
-pdf-am:
-
-ps: ps-am
-
-ps-am:
-
-uninstall-am: uninstall-nodist_pkgdataDATA
-
-.MAKE: install-am install-strip
-
-.PHONY: all all-am check check-am clean clean-generic clean-libtool \
-	cscopelist-am ctags-am distclean distclean-generic \
-	distclean-libtool distdir dvi dvi-am html html-am info info-am \
-	install install-am install-data install-data-am install-dvi \
-	install-dvi-am install-exec install-exec-am install-html \
-	install-html-am install-info install-info-am install-man \
-	install-nodist_pkgdataDATA install-pdf install-pdf-am \
-	install-ps install-ps-am install-strip installcheck \
-	installcheck-am installdirs maintainer-clean \
-	maintainer-clean-generic mostlyclean mostlyclean-generic \
-	mostlyclean-libtool pdf pdf-am ps ps-am tags-am uninstall \
-	uninstall-am uninstall-nodist_pkgdataDATA
-
-.PRECIOUS: Makefile
-
-
-all: ${KERNEL_BC}
-
-vpath %.c @srcdir@ @top_srcdir@/lib/kernel
-vpath %.cc @srcdir@ @top_srcdir@/lib/kernel
-vpath %.cl @srcdir@ @top_srcdir@/lib/kernel
-vpath %.ll @srcdir@ @top_srcdir@/lib/kernel
-
-# Generate a precompiled header for the built-in function
-# declarations, in case supported by the target.
-
-# Note: the precompiled header must be compiled with the same features
-# as the kernels will be. That is, use exactly the same frontend
-# feature switches. Otherwise it will fail when compiling the kernel
-# against the precompiled header.
-_kernel.h.pch: @top_builddir@/include/${TARGET_DIR}/types.h @top_srcdir@/include/_kernel.h
-	@CLANG@ @FORCED_CLFLAGS@ @CLFLAGS@ -Xclang -ffake-address-space-map -c -target ${KERNEL_TARGET} -x cl \
-	-include @top_builddir@/include/${TARGET_DIR}/types.h \
-	-Xclang -emit-pch @top_srcdir@/include/_kernel.h -o _kernel.h.pch 
-
-# Rules to compile the different kernel library source file types into
-# LLVM bitcode
-%.c.bc: %.c ${abs_top_srcdir}/include/pocl_types.h ${abs_top_srcdir}/include/_kernel_c.h ${LKERNEL_HDRS_EXTRA}
-	mkdir -p ${dir $@}
-	@CLANG@ ${CLANG_FLAGS} ${CLFLAGS} ${DEVICE_CL_FLAGS} -D__CBUILD__ -c -o $@ -include ${abs_top_srcdir}/include/_kernel_c.h $<
-%.cc.bc: %.cc  ${LKERNEL_HDRS_EXTRA}
-	mkdir -p ${dir $@}
-	@CLANGXX@ ${CLANG_FLAGS} ${CLANGXX_FLAGS} ${DEVICE_CL_FLAGS} -c -o $@ $<
-%.cl.bc: %.cl ${abs_top_srcdir}/include/_kernel.h ${abs_top_srcdir}/include/_kernel_c.h ${abs_top_srcdir}/include/pocl_types.h ${LKERNEL_HDRS_EXTRA}
-	mkdir -p ${dir $@}
-	@CLANG@ ${CLANG_FLAGS} -x cl ${CLFLAGS} ${DEVICE_CL_FLAGS} -fsigned-char -c -o $@ $< -include ${abs_top_srcdir}/include/_kernel.h
-%.ll.bc: %.ll
-	mkdir -p ${dir $@}
-	@LLVM_AS@ -o $@ $<
-
-# Optimize the bitcode library to speed up optimization times for the
-# OpenCL kernels
-${KERNEL_BC}: ${OBJ}
-	@LLVM_LINK@ $^ -o - | @LLVM_OPT@ ${LLC_FLAGS} ${KERNEL_LIB_OPT_FLAGS} -O3 -fp-contract=off -o $@
-
-# vim: set noexpandtab ts=8:
-
-# Tell versions [3.59,3.63) of GNU make to not export all variables.
-# Otherwise a system limit (for SysV at least) may be exceeded.
-.NOEXPORT:
diff --git a/lib/kernel/hsail64/get_global_id.c b/lib/kernel/hsail64/get_global_id.c
index ac999f6..ed85520 100644
--- a/lib/kernel/hsail64/get_global_id.c
+++ b/lib/kernel/hsail64/get_global_id.c
@@ -22,14 +22,17 @@
 */
 
 size_t _CL_OVERLOADABLE
+get_global_offset(uint dimindx);
+
+size_t _CL_OVERLOADABLE
 get_global_id(unsigned int dimindx)
 {
   switch(dimindx)
     {
       /* TODO: add get_global_offset(X) to these! */
-      case 0: return __builtin_hsail_workitemabsid(0);
-      case 1: return __builtin_hsail_workitemabsid(1);
-      case 2: return __builtin_hsail_workitemabsid(2);
+    case 0: return __builtin_hsail_workitemabsid(0) + get_global_offset(0);
+    case 1: return __builtin_hsail_workitemabsid(1) + get_global_offset(1);
+    case 2: return __builtin_hsail_workitemabsid(2) + get_global_offset(2);
       default: return 0;
     }
 }
diff --git a/lib/CL/clEnqueueMapBuffer.h b/lib/kernel/hsail64/get_global_offset.c
similarity index 70%
rename from lib/CL/clEnqueueMapBuffer.h
rename to lib/kernel/hsail64/get_global_offset.c
index 546e491..a3774f5 100644
--- a/lib/CL/clEnqueueMapBuffer.h
+++ b/lib/kernel/hsail64/get_global_offset.c
@@ -1,6 +1,6 @@
-/* OpenCL runtime library: clEnqueueMapBuffer()
+/* OpenCL built-in library: get_global_offset()
 
-   Copyright (c) 2012 Pekka Jääskeläinen / Tampere University of Technology
+   Copyright (c) 2011 Universidad Rey Juan Carlos
    
    Permission is hereby granted, free of charge, to any person obtaining a copy
    of this software and associated documentation files (the "Software"), to deal
@@ -20,16 +20,20 @@
    OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
    THE SOFTWARE.
 */
-#ifndef POCL_CL_ENQUEUE_MAP_BUFFER_H
-#define POCL_CL_ENQUEUE_MAP_BUFFER_H
 
-#include "pocl_cl.h"
+extern unsigned long long _global_offset_x;
+extern unsigned long long _global_offset_y;
+extern unsigned long long _global_offset_z;
 
-/* Function for performing the actual mapping, used both from the
-   clFinish() and the blocking call. */
-void*
-pocl_map_mem_cmd(cl_device_id device, 
-                 cl_mem buffer, 
-                 mem_mapping_t *mapping_info);
+size_t _CL_OVERLOADABLE
+get_global_offset(unsigned int dimindx)
+{
+  switch(dimindx)
+    {
+    case 0: return _global_offset_x;
+    case 1: return _global_offset_y;
+    case 2: return _global_offset_z;
+    default: return 0;
+    }
+}
 
-#endif
diff --git a/lib/kernel/hsail64/svm_atomics_hsail.cl.ll b/lib/kernel/hsail64/svm_atomics_hsail.cl.ll
index 646d64b..f6599e9 100644
--- a/lib/kernel/hsail64/svm_atomics_hsail.cl.ll
+++ b/lib/kernel/hsail64/svm_atomics_hsail.cl.ll
@@ -8073,6 +8073,3 @@ attributes #0 = { nounwind "disable-tail-calls"="false" "less-precise-fpmad"="fa
 attributes #1 = { "disable-tail-calls"="false" "less-precise-fpmad"="false" "no-frame-pointer-elim"="true" "no-frame-pointer-elim-non-leaf" "no-infs-fp-math"="false" "no-nans-fp-math"="false" "stack-protector-buffer-size"="8" "unsafe-fp-math"="false" "use-soft-float"="false" }
 attributes #2 = { nounwind }
 
-!llvm.ident = !{!0}
-
-!0 = !{!"Franz clang version 3.7.0 (https://github.com/llvm-mirror/clang.git 40b68b4c02b9d9e1e4138815747adf5589496240) (https://github.com/HSAFoundation/HLC-HSAIL-Development-LLVM.git 183de0bdbefa5664920942fa418d1efefb87faeb) (based on LLVM 3.7.0svn)"}
diff --git a/lib/kernel/prefetch.cl b/lib/kernel/prefetch.cl
new file mode 100644
index 0000000..5cc0dd1
--- /dev/null
+++ b/lib/kernel/prefetch.cl
@@ -0,0 +1,56 @@
+/* OpenCL built-in library: prefetch()
+
+   Copyright (c) 2016 James Price / University of Bristol
+
+   Permission is hereby granted, free of charge, to any person obtaining a copy
+   of this software and associated documentation files (the "Software"), to deal
+   in the Software without restriction, including without limitation the rights
+   to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+   copies of the Software, and to permit persons to whom the Software is
+   furnished to do so, subject to the following conditions:
+
+   The above copyright notice and this permission notice shall be included in
+   all copies or substantial portions of the Software.
+
+   THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+   IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+   FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+   AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+   LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+   OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+   THE SOFTWARE.
+*/
+
+/*
+  The default implementation for prefetch is a no-op.
+
+  Device specific backends should override this with something else if
+  their hardware supports software prefetching.
+*/
+
+#define IMPLEMENT_PREFETCH_FUNCS_SINGLE(GENTYPE)                        \
+  __attribute__((overloadable))                                         \
+  void prefetch(const __global GENTYPE *p, size_t num_gentypes)         \
+  {                                                                     \
+  }
+
+#define IMPLEMENT_PREFETCH_FUNCS(GENTYPE)             \
+  IMPLEMENT_PREFETCH_FUNCS_SINGLE(GENTYPE)            \
+  IMPLEMENT_PREFETCH_FUNCS_SINGLE(GENTYPE##2)         \
+  IMPLEMENT_PREFETCH_FUNCS_SINGLE(GENTYPE##3)         \
+  IMPLEMENT_PREFETCH_FUNCS_SINGLE(GENTYPE##4)         \
+  IMPLEMENT_PREFETCH_FUNCS_SINGLE(GENTYPE##8)         \
+  IMPLEMENT_PREFETCH_FUNCS_SINGLE(GENTYPE##16)
+
+IMPLEMENT_PREFETCH_FUNCS(char);
+IMPLEMENT_PREFETCH_FUNCS(uchar);
+IMPLEMENT_PREFETCH_FUNCS(short);
+IMPLEMENT_PREFETCH_FUNCS(ushort);
+IMPLEMENT_PREFETCH_FUNCS(int);
+IMPLEMENT_PREFETCH_FUNCS(uint);
+__IF_INT64(IMPLEMENT_PREFETCH_FUNCS(long));
+__IF_INT64(IMPLEMENT_PREFETCH_FUNCS(ulong));
+
+__IF_FP16(IMPLEMENT_PREFETCH_FUNCS(half));
+IMPLEMENT_PREFETCH_FUNCS(float);
+__IF_FP64(IMPLEMENT_PREFETCH_FUNCS(double));
diff --git a/lib/kernel/printf.c b/lib/kernel/printf.c
index 4d99e48..8ea0d12 100644
--- a/lib/kernel/printf.c
+++ b/lib/kernel/printf.c
@@ -22,6 +22,9 @@
    THE SOFTWARE.
 */
 
+#pragma clang diagnostic push
+#pragma clang diagnostic ignored "-Wformat-security"
+
 #include <limits.h>
 #include <stdarg.h>
 #include <stdbool.h>
@@ -30,11 +33,12 @@
 // not very efficient, but is easy to implement.
 #define OCL_C_AS __attribute__((address_space(0)))
 int printf(OCL_C_AS const char* restrict fmt, ...);
-int snprintf(OCL_C_AS char* restrict str, size_t size, OCL_C_AS const char* restrict fmt, ...);
+int snprintf(OCL_C_AS char* restrict str, size_t size,
+             OCL_C_AS const char* restrict fmt, ...);
 
 // For debugging
 // Use as: DEBUG_PRINTF((fmt, args...)) -- note double parentheses!
-// #define DEBUG_PRINTF(args) (printf args)
+//#define DEBUG_PRINTF(args) (printf args)
 #define DEBUG_PRINTF(args) ((void)0)
 
 // Conversion flags
@@ -57,12 +61,13 @@ typedef struct {
 
 #define DEFINE_PRINT_INTS(WIDTH)                                        \
   void _cl_print_ints_##WIDTH(flags_t flags, int field_width, int precision, \
-                              char conv, OCL_C_AS const void* vals, int n)       \
+                              char conv, OCL_C_AS const void* vals, int n) \
   {                                                                     \
     DEBUG_PRINTF(("[printf:ints:n=%df]\n", n));                         \
     char outfmt[1000];                                                  \
+    OCL_C_AS char str[] = "%%%s%s%s%s%s%.0d%s%.0d" INT_CONV_##WIDTH "%c"; \
     snprintf(outfmt, sizeof outfmt,                                     \
-             "%%%s%s%s%s%s%.0d%s%.0d" INT_CONV_##WIDTH "%c",            \
+             str,                                                       \
              flags.left ? "-" : "",                                     \
              flags.plus ? "+" : "",                                     \
              flags.space ? " " : "",                                    \
@@ -73,10 +78,11 @@ typedef struct {
              precision != -1 ? precision : 0,                           \
              conv);                                                     \
     DEBUG_PRINTF(("[printf:ints:outfmt=%s]\n", outfmt));                \
+    OCL_C_AS char comma[] = ",";                                        \
     for (int d=0; d<n; ++d) {                                           \
       DEBUG_PRINTF(("[printf:ints:d=%d]\n", d));                        \
-      if (d != 0) printf(",");                                          \
-      printf(outfmt, ((OCL_C_AS const WIDTH*)vals)[d]);                          \
+      if (d != 0) printf(comma);                                        \
+      printf(outfmt, ((OCL_C_AS const WIDTH*)vals)[d]);                 \
     }                                                                   \
     DEBUG_PRINTF(("[printf:ints:done]\n"));                             \
   }
@@ -95,7 +101,8 @@ DEFINE_PRINT_INTS(long)
 // Helper routines to output floats
 
 // Defined in OpenCL
-float __attribute__((overloadable)) vload_half(size_t offset, const half *p);
+float __attribute__((overloadable)) vload_half(size_t offset,
+                                               OCL_C_AS const half *p);
 
 // Note: To simplify implementation, we print double values with %lf,
 // although %f would suffice as well
@@ -112,8 +119,9 @@ float __attribute__((overloadable)) vload_half(size_t offset, const half *p);
   {                                                                     \
     DEBUG_PRINTF(("[printf:floats:n=%dd]\n", n));                       \
     char outfmt[1000];                                                  \
+    OCL_C_AS char str[] = "%%%s%s%s%s%s%.0d%s%.0d" FLOAT_CONV_##WIDTH "%c"; \
     snprintf(outfmt, sizeof outfmt,                                     \
-             "%%%s%s%s%s%s%.0d%s%.0d" FLOAT_CONV_##WIDTH "%c",          \
+             str,                                                       \
              flags.left ? "-" : "",                                     \
              flags.plus ? "+" : "",                                     \
              flags.space ? " " : "",                                    \
@@ -124,10 +132,11 @@ float __attribute__((overloadable)) vload_half(size_t offset, const half *p);
              precision != -1 ? precision : 0,                           \
              conv);                                                     \
     DEBUG_PRINTF(("[printf:floats:outfmt=%s]\n", outfmt));              \
+    OCL_C_AS char comma[] = ",";                                        \
     for (int d=0; d<n; ++d) {                                           \
       DEBUG_PRINTF(("[printf:floats:d=%d]\n", d));                      \
-      if (d != 0) printf(",");                                          \
-      printf(outfmt, FLOAT_GET_##WIDTH((OCL_C_AS const WIDTH*)vals+d));          \
+      if (d != 0) printf(comma);                                        \
+      printf(outfmt, FLOAT_GET_##WIDTH((OCL_C_AS const WIDTH*)vals+d)); \
     }                                                                   \
     DEBUG_PRINTF(("[printf:floats:done]\n"));                           \
   }
@@ -150,8 +159,9 @@ void _cl_print_char(flags_t flags, int field_width, int val)
 {
   DEBUG_PRINTF(("[printf:char]\n"));
   char outfmt[1000];
+  char string[] = "%%%s%.0dc";
   snprintf(outfmt, sizeof outfmt,
-           "%%%s%.0dc",
+           string,
            flags.left ? "-" : "",
            field_width);
   DEBUG_PRINTF(("[printf:char:outfmt=%s]\n", outfmt));
@@ -163,8 +173,9 @@ void _cl_print_string(flags_t flags, int field_width, OCL_C_AS const char* val)
 {
   DEBUG_PRINTF(("[printf:char]\n"));
   char outfmt[1000];
+  char string[] = "%%%s%.0ds";
   snprintf(outfmt, sizeof outfmt,
-           "%%%s%.0ds",
+           string,
            flags.left ? "-" : "",
            field_width);
   DEBUG_PRINTF(("[printf:char:outfmt=%s]\n", outfmt));
@@ -176,8 +187,9 @@ void _cl_print_pointer(flags_t flags, int field_width, OCL_C_AS const void* val)
 {
   DEBUG_PRINTF(("[printf:char]\n"));
   char outfmt[1000];
+  char string[] = "%%%s%.0dp";
   snprintf(outfmt, sizeof outfmt,
-           "%%%s%.0dp",
+           string,
            flags.left ? "-" : "",
            field_width);
   DEBUG_PRINTF(("[printf:char:outfmt=%s]\n", outfmt));
@@ -199,8 +211,16 @@ void _cl_print_pointer(flags_t flags, int field_width, OCL_C_AS const void* val)
 // - if there is an error during parsing, a "goto error" aborts the
 //   routine, returning -1
 
+// This should be queried from the machine in the non-TAS case.
+// For now assume that if we are not using the fake address space
+// ids then we have a single address space. This version of printf
+// doesn't work with multiple address spaces anyways.
+#ifdef POCL_USE_FAKE_ADDR_SPACE_IDS
 #define OCL_CONSTANT_AS __attribute__((address_space(3)))
-int _cl_printf(const OCL_CONSTANT_AS char* restrict format, ...)
+#else
+#define OCL_CONSTANT_AS
+#endif
+int __cl_printf(const OCL_CONSTANT_AS char* restrict format, ...)
 {
   DEBUG_PRINTF(("[printf:format=%s]\n", format));
   va_list ap;
@@ -213,7 +233,8 @@ int _cl_printf(const OCL_CONSTANT_AS char* restrict format, ...)
       
       if (ch == '%') {
         DEBUG_PRINTF(("[printf:%%]\n"));
-        printf("%%");           // literal %
+        char s[] = "%%";
+        printf(s);           // literal %
         ch = *++format;
       } else {
         DEBUG_PRINTF(("[printf:arg]\n"));
@@ -439,7 +460,8 @@ int _cl_printf(const OCL_CONSTANT_AS char* restrict format, ...)
 
     } else {
       DEBUG_PRINTF(("[printf:literal]\n"));
-      printf("%c", ch);
+      char literal[] = "%c";
+      printf(literal, ch);
       ch = *++format;
     }
   }
@@ -451,6 +473,9 @@ int _cl_printf(const OCL_CONSTANT_AS char* restrict format, ...)
  error:;
   va_end(ap);
   DEBUG_PRINTF(("[printf:error]\n"));
-  printf("(printf format string error)");
+  char string [] = "(printf format string error)";
+  printf(string);
   return -1;
 }
+
+#pragma clang diagnostic pop
diff --git a/lib/kernel/printf_constant.c b/lib/kernel/printf_constant.c
index bbb2201..4e75cf5 100644
--- a/lib/kernel/printf_constant.c
+++ b/lib/kernel/printf_constant.c
@@ -28,15 +28,17 @@
  * the private space (0) and calls a system vprintf.
  */
 
-#include <stddef.h>
+//#include <stddef.h>
 #include <stdarg.h>
 
+#define NULL ((void*)0)
+
 #ifdef __TCE_V1__
 /* TCE includes need tceops.h to be generated just for _TCE_STDOUT in
    the stdio.h header. Work around this by hiding the __TCE_V1__ macro. */
 #undef __TCE_V1__
 
-/* The newlib headers of TCE expect to see valid long and double (which in 32bit 
+/* The newlib headers of TCE expect to see valid long and double (which in 32bit
    TCE are defined to be 32bit). */
 #undef long
 #define long long
@@ -45,37 +47,33 @@
 
 #endif
 
-
-#define OCL_CONSTANT_AS __attribute__((address_space(3)))
-
 /* AS 0 is required for the prototypes, otherwise they get assigned
  * the generic AS (#4) */
 #define OCL_C_AS __attribute__((address_space(0)))
 int vprintf(OCL_C_AS const char *, __builtin_va_list);
 int fflush(OCL_C_AS void *stream);
 
-
-
 #undef printf
 #define MAX_FORMAT_STR_SIZE 2048
 int
-_cl_printf(OCL_CONSTANT_AS char* restrict fmt, ...)
+__cl_printf(__attribute__((address_space(POCL_ADDRESS_SPACE_CONSTANT)))
+           char* restrict fmt, ...)
 {
-	/* http://www.pagetable.com/?p=298 */
-    int retval = 0;
-	va_list ap;
-	va_start(ap, fmt);
-    char format_private[MAX_FORMAT_STR_SIZE];
-    for (int i = 0; i < MAX_FORMAT_STR_SIZE; ++i) 
+  /* http://www.pagetable.com/?p=298 */
+  int retval = 0;
+  va_list ap;
+  va_start(ap, fmt);
+  char format_private[MAX_FORMAT_STR_SIZE];
+  for (int i = 0; i < MAX_FORMAT_STR_SIZE; ++i)
     {
-        format_private[i] = fmt[i];
-        if (fmt[i] == '\0') 
+      format_private[i] = fmt[i];
+      if (fmt[i] == '\0')
         {
-            break;
+	  break;
         }
     }
-    retval = vprintf(format_private, ap);
-    fflush(NULL);
-	va_end(ap);
-    return retval;
+  retval = vprintf(format_private, ap);
+  fflush(NULL);
+  va_end(ap);
+  return retval;
 }
diff --git a/lib/kernel/read_image.cl b/lib/kernel/read_image.cl
index 36b7212..ef000b7 100644
--- a/lib/kernel/read_image.cl
+++ b/lib/kernel/read_image.cl
@@ -38,41 +38,41 @@
 /* checks if integer coord is out of bounds. If out of bounds: Sets coord in
    bounds and returns false OR populates color with border colour and returns
    true. If in bounds, returns false */
-int __pocl_is_out_of_bounds (ADDRESS_SPACE dev_image_t* dev_image, int4 coord,
+int __pocl_is_out_of_bounds (ADDRESS_SPACE dev_image_t* dev_image, int4 *coord,
                              dev_sampler_t* dev_sampler, void *color_)
 {
   uint4 *color = (uint4*)color_;
   if(*dev_sampler & CLK_ADDRESS_CLAMP_TO_EDGE)
     {
-      if (coord.x >= dev_image->width)
-        coord.x = dev_image->width-1;
-      if (dev_image->height != 0 && coord.y >= dev_image->height)
-        coord.y = dev_image->height-1;
-      if (dev_image->depth != 0 && coord.z >= dev_image->depth)
-        coord.z = dev_image->depth-1;
-
-      if (coord.x < 0)
-        coord.x = 0;
-      if (coord.y < 0)
-        coord.y = 0;
-      if (coord.z < 0)
-        coord.z = 0;
+      if (coord->x >= dev_image->_width)
+        coord->x = dev_image->_width-1;
+      if (dev_image->_height != 0 && coord->y >= dev_image->_height)
+        coord->y = dev_image->_height-1;
+      if (dev_image->_depth != 0 && coord->z >= dev_image->_depth)
+        coord->z = dev_image->_depth-1;
+
+      if (coord->x < 0)
+        coord->x = 0;
+      if (coord->y < 0)
+        coord->y = 0;
+      if (coord->z < 0)
+        coord->z = 0;
 
       return 0;
     }
   if (*dev_sampler & CLK_ADDRESS_CLAMP)
     {
-      if(coord.x >= dev_image->width || coord.x < 0 ||
-         coord.y >= dev_image->height || coord.y < 0 ||
-         (dev_image->depth != 0 && (coord.z >= dev_image->depth || coord.z <0)))
+      if(coord->x >= dev_image->_width || coord->x < 0 ||
+         coord->y >= dev_image->_height || coord->y < 0 ||
+         (dev_image->_depth != 0 && (coord->z >= dev_image->_depth || coord->z <0)))
         {
           (*color)[0] = 0;
           (*color)[1] = 0;
           (*color)[2] = 0;
 
-          if (dev_image->order == CL_A || dev_image->order == CL_INTENSITY ||
-              dev_image->order == CL_RA || dev_image->order == CL_ARGB ||
-              dev_image->order == CL_BGRA || dev_image->order == CL_RGBA)
+          if (dev_image->_order == CL_A || dev_image->_order == CL_INTENSITY ||
+              dev_image->_order == CL_RA || dev_image->_order == CL_ARGB ||
+              dev_image->_order == CL_BGRA || dev_image->_order == CL_RGBA)
             (*color)[3] = 0;
           else
             (*color)[3] = 1;
@@ -88,15 +88,15 @@ void __pocl_read_pixel (void* color, ADDRESS_SPACE dev_image_t* dev_image, int4
 {
 
   uint4* color_ptr = (uint4*)color;
-  int width = dev_image->width;
-  int height = dev_image->height;
-  int num_channels = dev_image->num_channels;
+  int width = dev_image->_width;
+  int height = dev_image->_height;
+  int num_channels = dev_image->_num_channels;
   int i = num_channels;
-  int elem_size = dev_image->elem_size;
+  int elem_size = dev_image->_elem_size;
   int const base_index =
     (coord.x + coord.y*width + coord.z*height*width) * num_channels;
 
-  if (dev_image->order == CL_A)
+  if (dev_image->_order == CL_A)
     {
       /* these can be garbage
       (*color_ptr)[0] = 0;
@@ -104,62 +104,62 @@ void __pocl_read_pixel (void* color, ADDRESS_SPACE dev_image_t* dev_image, int4
       (*color_ptr)[2] = 0;
       */
       if (elem_size == 1)
-        (*color_ptr)[3] = ((uchar*)(dev_image->data))[base_index];
+        (*color_ptr)[3] = ((uchar*)(dev_image->_data))[base_index];
       else if (elem_size == 2)
-        (*color_ptr)[3] = ((ushort*)(dev_image->data))[base_index];
+        (*color_ptr)[3] = ((ushort*)(dev_image->_data))[base_index];
       else if (elem_size == 4)
-        (*color_ptr)[3] = ((uint*)(dev_image->data))[base_index];
+        (*color_ptr)[3] = ((uint*)(dev_image->_data))[base_index];
       return;
     }
 
   if (elem_size == 1)
     {
-      if(dev_image->order == CL_BGRA)
+      if(dev_image->_order == CL_BGRA)
         {
-          (*color_ptr)[0] = ((uchar*)(dev_image->data))[base_index + 2];
-          (*color_ptr)[1] = ((uchar*)(dev_image->data))[base_index + 1];
-          (*color_ptr)[2] = ((uchar*)(dev_image->data))[base_index + 0];
-          (*color_ptr)[3] = ((uchar*)(dev_image->data))[base_index + 3]; 
+          (*color_ptr)[0] = ((uchar*)(dev_image->_data))[base_index + 2];
+          (*color_ptr)[1] = ((uchar*)(dev_image->_data))[base_index + 1];
+          (*color_ptr)[2] = ((uchar*)(dev_image->_data))[base_index + 0];
+          (*color_ptr)[3] = ((uchar*)(dev_image->_data))[base_index + 3]; 
         }
       else
         {
           while (i--)
             {
-              (*color_ptr)[i] = ((uchar*)(dev_image->data))[base_index + i];
+              (*color_ptr)[i] = ((uchar*)(dev_image->_data))[base_index + i];
             }
         }
     }
   else if (elem_size == 2)
     {
-      if(dev_image->order == CL_BGRA)
+      if(dev_image->_order == CL_BGRA)
         {
-          (*color_ptr)[0] = ((ushort*)(dev_image->data))[base_index + 2];
-          (*color_ptr)[1] = ((ushort*)(dev_image->data))[base_index + 1];
-          (*color_ptr)[2] = ((ushort*)(dev_image->data))[base_index + 0];
-          (*color_ptr)[3] = ((ushort*)(dev_image->data))[base_index + 3]; 
+          (*color_ptr)[0] = ((ushort*)(dev_image->_data))[base_index + 2];
+          (*color_ptr)[1] = ((ushort*)(dev_image->_data))[base_index + 1];
+          (*color_ptr)[2] = ((ushort*)(dev_image->_data))[base_index + 0];
+          (*color_ptr)[3] = ((ushort*)(dev_image->_data))[base_index + 3]; 
         }
       else
         {
           while (i--)
             {
-              (*color_ptr)[i] = ((ushort*)(dev_image->data))[base_index + i];
+              (*color_ptr)[i] = ((ushort*)(dev_image->_data))[base_index + i];
             }
       }
     }
   else if (elem_size == 4)
     {
-      if(dev_image->order == CL_BGRA)
+      if(dev_image->_order == CL_BGRA)
         {
-          (*color_ptr)[0] = ((uint*)(dev_image->data))[base_index + 2];
-          (*color_ptr)[1] = ((uint*)(dev_image->data))[base_index + 1];
-          (*color_ptr)[2] = ((uint*)(dev_image->data))[base_index + 0];
-          (*color_ptr)[3] = ((uint*)(dev_image->data))[base_index + 3]; 
+          (*color_ptr)[0] = ((uint*)(dev_image->_data))[base_index + 2];
+          (*color_ptr)[1] = ((uint*)(dev_image->_data))[base_index + 1];
+          (*color_ptr)[2] = ((uint*)(dev_image->_data))[base_index + 0];
+          (*color_ptr)[3] = ((uint*)(dev_image->_data))[base_index + 3]; 
         }
       else
         {
           while (i--)
             {
-              (*color_ptr)[i] = ((uint*)(dev_image->data))[base_index + i];
+              (*color_ptr)[i] = ((uint*)(dev_image->_data))[base_index + i];
             }
         }
     }
@@ -172,6 +172,12 @@ void __pocl_read_pixel (void* color, ADDRESS_SPACE dev_image_t* dev_image, int4
    __POSTFIX__ = function name postfix (i, ui, f)
    __COORD__   = coordinate type (int, int2, int4)
 */
+
+#if __clang_major__ > 3
+
+// After Clang 4.0, the sampler_t is passed as an opaque struct (ptr)
+// which we convert to int32 with the LLVM pass HandleSamplerInitialization.
+
 #define IMPLEMENT_READ_IMAGE_INT_COORD(__IMGTYPE__,__RETVAL__,__POSTFIX__,\
                                             __COORD__)                  \
   __RETVAL__ _CL_OVERLOADABLE read_image##__POSTFIX__ (__IMGTYPE__ image, \
@@ -181,18 +187,94 @@ void __pocl_read_pixel (void* color, ADDRESS_SPACE dev_image_t* dev_image, int4
     __RETVAL__ color;                                                   \
     int4 coord4;                                                        \
     INITCOORD##__COORD__(coord4, coord);                                \
-    if (__pocl_is_out_of_bounds (*(ADDRESS_SPACE dev_image_t**)&image, coord4, (dev_sampler_t*)&sampler, &color)) \
+    ADDRESS_SPACE dev_image_t* i_ptr =                                  \
+      __builtin_astype (image, ADDRESS_SPACE dev_image_t*);             \
+    dev_sampler_t s = *__builtin_astype(sampler, dev_sampler_t*);	\
+    if (__pocl_is_out_of_bounds (i_ptr, &coord4, &s, &color))           \
       {                                                                 \
         return color;                                                   \
       }                                                                 \
-    __pocl_read_pixel (&color, (*(ADDRESS_SPACE dev_image_t**)&image), coord4); \
+    __pocl_read_pixel (&color, i_ptr, coord4); \
+                                                                        \
+    return color;                                                       \
+  }
+
+#else
+
+// Before Clang 4.0, the sampler_t was passed as an int32.
+
+#define IMPLEMENT_READ_IMAGE_INT_COORD(__IMGTYPE__,__RETVAL__,__POSTFIX__,\
+                                            __COORD__)                  \
+  __RETVAL__ _CL_OVERLOADABLE read_image##__POSTFIX__ (__IMGTYPE__ image, \
+                                                       sampler_t sampler, \
+                                                       __COORD__ coord) \
+  {                                                                     \
+    __RETVAL__ color;                                                   \
+    int4 coord4;                                                        \
+    INITCOORD##__COORD__(coord4, coord);                                \
+    ADDRESS_SPACE dev_image_t* i_ptr =                                  \
+      __builtin_astype (image, ADDRESS_SPACE dev_image_t*);             \
+    dev_sampler_t s = __builtin_astype(sampler, dev_sampler_t);		\
+    if (__pocl_is_out_of_bounds (i_ptr, &coord4, &s, &color))           \
+      {                                                                 \
+        return color;                                                   \
+      }                                                                 \
+    __pocl_read_pixel (&color, i_ptr, coord4); \
+                                                                        \
+    return color;                                                       \
+  }
+#endif
+
+/* NO Sampler Implementation for read_image with any image data type
+   and int coordinates
+   __IMGTYPE__ = image type (image2d_t, ...)
+   __RETVAL__  = return value (int4 or uint4 float4)
+   __POSTFIX__ = function name postfix (i, ui, f)
+   __COORD__   = coordinate type (int, int2, int4)
+   OCL 1.2 Spec Says
+   The samplerless read image functions behave exactly as the
+   corresponding read image functions that take integer
+   coordinates and a sampler with filter mode set to
+   CLK_FILTER_NEAREST, normalized coordinates set to
+   CLK_NORMALIZED_COORDS_FALSE and
+   addressing mode to CLK_ADDRESS_NONE.
+   CLK_ADDRESS_NONE – for this addressing mode the programmer guarantees that
+   the image coordinates used to sample elements of the image refer to a
+   location inside the image; otherwise the results are undefined.
+   Thus we do not need out of bound check for now.
+   If we need sampler for other cases it has to be defined as default sampler:
+   const sampler_t defualt_sampler = CLK_NORMALIZED_COORDS_FALSE |
+                                  CLK_ADDRESS_NONE |
+                                  CLK_FILTER_NEAREST;
+*/
+#define IMPLEMENT_READ_IMAGE_INT_COORD_NOSAMPLER(__IMGTYPE__, __RETVAL__, \
+                                                 __POSTFIX__, __COORD__) \
+  __RETVAL__ _CL_OVERLOADABLE read_image##__POSTFIX__ (__IMGTYPE__ image, \
+                                                       __COORD__ coord) \
+  {                                                                     \
+    __RETVAL__ color;                                                   \
+    int4 coord4;                                                        \
+    INITCOORD##__COORD__ (coord4, coord);                               \
+    ADDRESS_SPACE dev_image_t* i_ptr =                                  \
+      __builtin_astype (image, ADDRESS_SPACE dev_image_t*);             \
+    __pocl_read_pixel (&color, i_ptr, coord4);  \
                                                                         \
     return color;                                                       \
   }                                                                     \
 
 
-/* read_image function instantions */
-IMPLEMENT_READ_IMAGE_INT_COORD(image2d_t, uint4, ui, int2)
-IMPLEMENT_READ_IMAGE_INT_COORD(image2d_t, int4, i, int2)
-IMPLEMENT_READ_IMAGE_INT_COORD(image3d_t, uint4, ui, int4)
-IMPLEMENT_READ_IMAGE_INT_COORD(image2d_t, float4, f, int2)
+/* read_image 2d function instantions */
+IMPLEMENT_READ_IMAGE_INT_COORD (image2d_t, float4, f, int2)
+
+IMPLEMENT_READ_IMAGE_INT_COORD_NOSAMPLER (image2d_t, float4, f, int2)
+IMPLEMENT_READ_IMAGE_INT_COORD_NOSAMPLER (image2d_array_t, float4, f, int4)
+
+IMPLEMENT_READ_IMAGE_INT_COORD (image2d_array_t, float4, f, int4)
+
+IMPLEMENT_READ_IMAGE_INT_COORD (image2d_t, uint4, ui, int2)
+IMPLEMENT_READ_IMAGE_INT_COORD (image2d_t, int4, i, int2)
+
+/* read_image 3d function instantions */
+IMPLEMENT_READ_IMAGE_INT_COORD (image3d_t, uint4, ui, int4)
+IMPLEMENT_READ_IMAGE_INT_COORD (image3d_t, float4, f, int4)
+
diff --git a/lib/kernel/rules.mk b/lib/kernel/rules.mk
deleted file mode 100644
index 27bc9d4..0000000
--- a/lib/kernel/rules.mk
+++ /dev/null
@@ -1,90 +0,0 @@
-# rules.mk - the make rules for building the kernel library
-# 
-# Copyright (c) 2013 Erik Schnetter
-# 
-# Permission is hereby granted, free of charge, to any person obtaining a copy
-# of this software and associated documentation files (the "Software"), to deal
-# in the Software without restriction, including without limitation the rights
-# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-# copies of the Software, and to permit persons to whom the Software is
-# furnished to do so, subject to the following conditions:
-# 
-# The above copyright notice and this permission notice shall be included in
-# all copies or substantial portions of the Software.
-# 
-# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-# THE SOFTWARE.
-
-
-
-# The caller (the Makefile which includes this file) needs to set the
-# following variables:
-# 
-# KERNEL_TARGET
-# CLANG_FLAGS
-# LLC_FLAGS
-# LD_FLAGS
-# DEVICE_CL_FLAGS
-
-KERNEL_BC=kernel-${KERNEL_TARGET}.bc
-
-nodist_pkgdata_DATA=${KERNEL_BC}
-
-all: ${KERNEL_BC}
-
-# The standard list of kernel sources can be modified with
-# LKERNEL_SRCS_EXCLUDE, which removes files from the standard list,
-# and LKERNEL_SRCS_EXTRA, which adds extra files to the source list.
-LKERNEL_SRCS =								\
-	$(filter-out ${LKERNEL_SRCS_EXCLUDE}, ${LKERNEL_SRCS_DEFAULT})	\
-	${LKERNEL_SRCS_EXTRA} ${LKERNEL_SRCS_EXTRA2}
-
-OBJ = $(LKERNEL_SRCS:%=%.bc)
-
-vpath %.c @srcdir@ @top_srcdir@/lib/kernel
-vpath %.cc @srcdir@ @top_srcdir@/lib/kernel
-vpath %.cl @srcdir@ @top_srcdir@/lib/kernel
-vpath %.ll @srcdir@ @top_srcdir@/lib/kernel
-
-
-
-# Generate a precompiled header for the built-in function
-# declarations, in case supported by the target.
-
-# Note: the precompiled header must be compiled with the same features
-# as the kernels will be. That is, use exactly the same frontend
-# feature switches. Otherwise it will fail when compiling the kernel
-# against the precompiled header.
-_kernel.h.pch: @top_builddir@/include/${TARGET_DIR}/types.h @top_srcdir@/include/_kernel.h
-	@CLANG@ @FORCED_CLFLAGS@ @CLFLAGS@ -Xclang -ffake-address-space-map -c -target ${KERNEL_TARGET} -x cl \
-	-include @top_builddir@/include/${TARGET_DIR}/types.h \
-	-Xclang -emit-pch @top_srcdir@/include/_kernel.h -o _kernel.h.pch 
-
-
-
-# Rules to compile the different kernel library source file types into
-# LLVM bitcode
-%.c.bc: %.c ${abs_top_srcdir}/include/pocl_types.h ${abs_top_srcdir}/include/_kernel_c.h ${LKERNEL_HDRS_EXTRA}
-	mkdir -p ${dir $@}
-	@CLANG@ ${CLANG_FLAGS} ${CLFLAGS} ${DEVICE_CL_FLAGS} -D__CBUILD__ -c -o $@ -include ${abs_top_srcdir}/include/_kernel_c.h $<
-%.cc.bc: %.cc  ${LKERNEL_HDRS_EXTRA}
-	mkdir -p ${dir $@}
-	@CLANGXX@ ${CLANG_FLAGS} ${CLANGXX_FLAGS} ${DEVICE_CL_FLAGS} -c -o $@ $<
-%.cl.bc: %.cl ${abs_top_srcdir}/include/_kernel.h ${abs_top_srcdir}/include/_kernel_c.h ${abs_top_srcdir}/include/pocl_types.h ${LKERNEL_HDRS_EXTRA}
-	mkdir -p ${dir $@}
-	@CLANG@ ${CLANG_FLAGS} -x cl ${CLFLAGS} ${DEVICE_CL_FLAGS} -fsigned-char -c -o $@ $< -include ${abs_top_srcdir}/include/_kernel.h
-%.ll.bc: %.ll
-	mkdir -p ${dir $@}
-	@LLVM_AS@ -o $@ $<
-
-CLEANFILES = kernel-${KERNEL_TARGET}.bc ${OBJ}
-
-# Optimize the bitcode library to speed up optimization times for the
-# OpenCL kernels
-${KERNEL_BC}: ${OBJ}
-	@LLVM_LINK@ $^ -o - | @LLVM_OPT@ ${LLC_FLAGS} ${KERNEL_LIB_OPT_FLAGS} -O3 -fp-contract=off -o $@
diff --git a/lib/kernel/sources-vml.mk b/lib/kernel/sources-vml.mk
deleted file mode 100644
index 7865540..0000000
--- a/lib/kernel/sources-vml.mk
+++ /dev/null
@@ -1,290 +0,0 @@
-# sources-vml.mk - kernel source file overrides for vecmathlib
-# 
-# Copyright (c) 2011-2013 Universidad Rey Juan Carlos
-#                         Pekka Jääskeläinen / Tampere University of Technology
-# 
-# Permission is hereby granted, free of charge, to any person obtaining a copy
-# of this software and associated documentation files (the "Software"), to deal
-# in the Software without restriction, including without limitation the rights
-# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-# copies of the Software, and to permit persons to whom the Software is
-# furnished to do so, subject to the following conditions:
-# 
-# The above copyright notice and this permission notice shall be included in
-# all copies or substantial portions of the Software.
-# 
-# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-# THE SOFTWARE.
-if USE_VECMATHLIB
-
-LKERNEL_SRCS_EXCLUDE =				\
-	acos.cl					\
-	acosh.cl				\
-	acospi.cl				\
-	asin.cl					\
-	asinh.cl				\
-	asinpi.cl				\
-	atan.cl					\
-	atan2.cl				\
-	atan2pi.cl				\
-	atanh.cl				\
-	atanpi.cl				\
-	cbrt.cl					\
-	ceil.cl					\
-	clamp.cl				\
-	copysign.cl				\
-	cos.cl					\
-	cosh.cl					\
-	cospi.cl				\
-	cross.cl				\
-	degrees.cl				\
-	distance.cl				\
-	divide.cl				\
-	dot.cl					\
-	exp.cl					\
-	exp10.cl				\
-	exp2.cl					\
-	expm1.cl				\
-	fabs.cl					\
-	fast_distance.cl			\
-	fast_length.cl				\
-	fast_normalize.cl			\
-	fdim.cl					\
-	floor.cl				\
-	fma.cl					\
-	fmax.cl					\
-	fmin.cl					\
-	fmod.cl					\
-	fract.cl				\
-	hypot.cl				\
-	ilogb.cl				\
-	isequal.cl				\
-	isfinite.cl				\
-	isgreater.cl				\
-	isgreaterequal.cl			\
-	isinf.cl				\
-	isless.cl				\
-	islessequal.cl				\
-	islessgreater.cl			\
-	isnan.cl				\
-	isnormal.cl				\
-	isnotequal.cl				\
-	isordered.cl				\
-	isunordered.cl				\
-	ldexp.cl				\
-	length.cl				\
-	log.cl					\
-	log10.cl				\
-	log1p.cl				\
-	log2.cl					\
-	logb.cl					\
-	mad.cl					\
-	maxmag.cl				\
-	minmag.cl				\
-	mix.cl					\
-	nan.cl					\
-        native_cos.cl                           \
-        native_divide.cl                        \
-        native_exp.cl                           \
-        native_exp10.cl                         \
-        native_exp2.cl                          \
-        native_log.cl                           \
-        native_log10.cl                         \
-        native_log2.cl                          \
-        native_powr.cl                          \
-        native_recip.cl                         \
-        native_rsqrt.cl                         \
-        native_sin.cl                           \
-        native_sqrt.cl                          \
-        native_tan.cl                           \
-	normalize.cl				\
-	pow.cl					\
-	pown.cl					\
-	powr.cl					\
-	radians.cl				\
-	recip.cl				\
-	remainder.cl				\
-	rint.cl					\
-	rootn.cl				\
-	round.cl				\
-	rsqrt.cl				\
-	sign.cl					\
-	signbit.cl				\
-	sin.cl					\
-	sincos.cl				\
-	sinh.cl					\
-	sinpi.cl				\
-	smoothstep.cl				\
-	step.cl					\
-	tan.cl					\
-	tanh.cl					\
-	tanpi.cl				\
-	trunc.cl
-
-LKERNEL_SRCS_EXTRA = $(addprefix vecmathlib-pocl/,	\
-	acos.cc						\
-	acosh.cc					\
-	acospi.cl					\
-	asin.cc						\
-	asinh.cc					\
-	asinpi.cl					\
-	atan.cc						\
-	atan2.cl					\
-	atan2pi.cl					\
-	atanh.cc					\
-	atanpi.cl					\
-	cbrt.cc						\
-	ceil.cc						\
-	clamp.cl					\
-	copysign.cc					\
-	cos.cc						\
-	cosh.cc						\
-	cospi.cl					\
-	cross.cl					\
-	degrees.cl					\
-	distance.cl					\
-	dot.cl						\
-	exp.cc						\
-	exp10.cc					\
-	exp2.cc						\
-	expm1.cc					\
-	fabs.cc						\
-	fast_distance.cl				\
-	fast_length.cl					\
-	fast_normalize.cl				\
-	fdim.cc						\
-	floor.cc					\
-	fma.cc						\
-	fmax.cc						\
-	fmax.cl						\
-	fmin.cc						\
-	fmin.cl						\
-	fmod.cc						\
-	fract.cl					\
-	frexp.cl					\
-	half_cos.cl					\
-	half_divide.cl					\
-	half_exp.cl					\
-	half_exp10.cl					\
-	half_exp2.cl					\
-	half_log.cl					\
-	half_log10.cl					\
-	half_log2.cl					\
-	half_powr.cl					\
-	half_recip.cl					\
-	half_rsqrt.cl					\
-	half_sin.cl					\
-	half_tan.cl					\
-	hypot.cc					\
-	ilogb.cl					\
-	ilogb_.cc					\
-	isequal.cl					\
-	isfinite.cc					\
-	isgreater.cl					\
-	isgreaterequal.cl				\
-	isinf.cc					\
-	isless.cl					\
-	islessequal.cl					\
-	islessgreater.cl				\
-	isnan.cc					\
-	isnormal.cc					\
-	isnotequal.cl					\
-	isordered.cl					\
-	isunordered.cl					\
-	ldexp.cl					\
-	ldexp_.cc					\
-	length.cl					\
-	log.cc						\
-	log10.cc					\
-	log1p.cc					\
-	log2.cc						\
-	logb.cl						\
-	mad.cl						\
-	maxmag.cl					\
-	minmag.cl					\
-	mix.cl						\
-	modf.cl						\
-	nan.cl						\
-	native_cos.cl					\
-	native_divide.cl				\
-	native_exp.cl					\
-	native_exp10.cl					\
-	native_exp2.cl					\
-	native_log.cl					\
-	native_log10.cl					\
-	native_log2.cl					\
-	native_powr.cl					\
-	native_recip.cl					\
-	native_rsqrt.cl					\
-	native_sin.cl					\
-	native_sqrt.cl  				\
-	native_tan.cl					\
-	normalize.cl					\
-	pow.cc						\
-	pown.cl						\
-	powr.cl						\
-	radians.cl					\
-	remainder.cc					\
-	remquo.cl					\
-	rint.cc						\
-	rootn.cl					\
-	round.cc					\
-	rsqrt.cc					\
-	sign.cl						\
-	signbit.cc					\
-	sin.cc						\
-	sincos.cl					\
-	sinh.cc						\
-	sinpi.cl					\
-	smoothstep.cl					\
-	step.cl						\
-	tan.cc						\
-	tanh.cc						\
-	tanpi.cl					\
-	trunc.cc)
-
-LKERNEL_HDRS_EXTRA = $(addprefix @top_srcdir@/lib/kernel/vecmathlib/, \
-	vec_test.h		\
-	mathfuncs.h		\
-	mathfuncs_fabs.h	\
-	vec_avx_fp8_32.h	\
-	mathfuncs_sinh.h	\
-	mathfuncs_log.h		\
-	mathfuncs_asin.h	\
-	vec_pseudo.h		\
-	mathfuncs_convert.h	\
-	vec_sse_float1.h	\
-	vec_sse_double2.h	\
-	vec_altivec_float4.h	\
-	mathfuncs_int.h		\
-	mathfuncs_sqrt.h	\
-	mathfuncs_exp.h		\
-	floatbuiltins.h		\
-	mathfuncs_sin.h		\
-	vecmathlib.h		\
-	vec_avx_double4.h	\
-	vec_avx_float8.h	\
-	mathfuncs_asinh.h	\
-	vec_qpx_double4.h	\
-	vec_mic_double8.h	\
-	vec_neon_float2.h	\
-	floatprops.h		\
-	vec_neon_float4.h	\
-	vec_avx_fp16_16.h	\
-	vec_builtin.h		\
-	vec_base.h		\
-	vec_sse_double1.h	\
-	mathfuncs_base.h	\
-	floattypes.h		\
-	vec_mask.h		\
-	vec_vsx_double2.h	\
-	mathfuncs_pow.h		\
-	mathfuncs_rcp.h		\
-	vec_sse_float4.h)
-
-endif
diff --git a/lib/kernel/sources.mk b/lib/kernel/sources.mk
deleted file mode 100644
index a042c93..0000000
--- a/lib/kernel/sources.mk
+++ /dev/null
@@ -1,186 +0,0 @@
-# sources.mk - a list of all kernel source files
-# 
-# Copyright (c) 2011-2013 Universidad Rey Juan Carlos
-#                         Pekka Jääskeläinen / Tampere University of Technology
-# 
-# Permission is hereby granted, free of charge, to any person obtaining a copy
-# of this software and associated documentation files (the "Software"), to deal
-# in the Software without restriction, including without limitation the rights
-# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-# copies of the Software, and to permit persons to whom the Software is
-# furnished to do so, subject to the following conditions:
-# 
-# The above copyright notice and this permission notice shall be included in
-# all copies or substantial portions of the Software.
-# 
-# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-# THE SOFTWARE.
-
-LKERNEL_HDRS = image.h pocl_image_rw_utils.h templates.h
-
-
-LKERNEL_SRCS_DEFAULT =				\
-	abs.cl					\
-	abs_diff.cl				\
-	acos.cl					\
-	acosh.cl				\
-	acospi.cl				\
-	add_sat.cl				\
-	all.cl					\
-	any.cl					\
-	as_type.cl				\
-	asin.cl					\
-	asinh.cl				\
-	asinpi.cl				\
-	async_work_group_copy.cl		\
-	atan.cl					\
-	atan2.cl				\
-	atan2pi.cl				\
-	atanh.cl				\
-	atanpi.cl				\
-	atomics.cl				\
-	barrier.ll				\
-	bitselect.cl				\
-	cbrt.cl					\
-	ceil.cl					\
-	clamp.cl				\
-	clamp_int.cl				\
-	clz.cl					\
-	convert_type.cl				\
-	copysign.cl				\
-	cos.cl					\
-	cosh.cl					\
-	cospi.cl				\
-	cross.cl				\
-	degrees.cl				\
-	distance.cl				\
-	divide.cl				\
-	dot.cl					\
-	erf.cl					\
-	erfc.cl					\
-	exp.cl					\
-	exp10.cl				\
-	exp2.cl					\
-	expm1.cl				\
-	fabs.cl					\
-	fast_distance.cl			\
-	fast_length.cl				\
-	fast_normalize.cl			\
-	fdim.cl					\
-	floor.cl				\
-	fma.cl					\
-	fmax.cl					\
-	fmin.cl					\
-	fmod.cl					\
-	fract.cl				\
-	get_global_id.c				\
-	get_global_offset.c			\
-	get_global_size.c			\
-	get_group_id.c				\
-	get_image_depth.cl			\
-	get_image_height.cl			\
-	get_image_width.cl			\
-	get_image_dim.cl			\
-	get_local_id.c				\
-	get_local_size.c			\
-	get_num_groups.c			\
-	get_work_dim.c				\
-	hadd.cl					\
-	hypot.cl				\
-	ilogb.cl				\
-	isequal.cl				\
-	isfinite.cl				\
-	isgreater.cl				\
-	isgreaterequal.cl			\
-	isinf.cl				\
-	isless.cl				\
-	islessequal.cl				\
-	islessgreater.cl			\
-	isnan.cl				\
-	isnormal.cl				\
-	isnotequal.cl				\
-	isordered.cl				\
-	isunordered.cl				\
-	ldexp.cl				\
-	length.cl				\
-	lgamma.cl				\
-	log.cl					\
-	log10.cl				\
-	log1p.cl				\
-	log2.cl					\
-	logb.cl					\
-	mad.cl					\
-	mad24.cl				\
-	mad_hi.cl				\
-	mad_sat.cl				\
-	max.cl					\
-	max_i.cl				\
-	maxmag.cl				\
-	min.cl					\
-	min_i.cl				\
-	minmag.cl				\
-	mix.cl					\
-	mul24.cl				\
-	mul_hi.cl				\
-	nan.cl					\
-	native_cos.cl				\
-	native_exp.cl				\
-	native_exp10.cl				\
-	native_exp2.cl				\
-	native_log.cl				\
-	native_log10.cl				\
-	native_log2.cl				\
-	native_powr.cl				\
-	native_recip.cl				\
-	native_rsqrt.cl				\
-	native_sin.cl				\
-	native_sqrt.cl				\
-	native_tan.cl				\
-	nextafter.cl				\
-	normalize.cl				\
-	popcount.cl				\
-	pow.cl					\
-	pown.cl					\
-	powr.cl					\
-	printf.c                                \
-	radians.cl				\
-	read_image.cl				\
-	recip.cl				\
-	remainder.cl				\
-	rhadd.cl				\
-	rint.cl					\
-	rootn.cl				\
-	rotate.cl				\
-	round.cl				\
-	rsqrt.cl				\
-	select.cl				\
-	shuffle.cl				\
-	sign.cl					\
-	signbit.cl				\
-	sin.cl					\
-	sincos.cl				\
-	sinh.cl					\
-	sinpi.cl				\
-	smoothstep.cl				\
-	sqrt.cl					\
-	step.cl					\
-	sub_sat.cl				\
-	tan.cl					\
-	tanh.cl					\
-	tanpi.cl				\
-	tgamma.cl				\
-	trunc.cl				\
-	upsample.cl				\
-	vload.cl				\
-	vload_half.cl				\
-	vstore.cl				\
-	vstore_half.cl				\
-	wait_group_events.cl			\
-	write_image.cl
-
-# vim: set noexpandtab ts=8:
diff --git a/lib/kernel/svm_atomics_x86_64.ll b/lib/kernel/svm_atomics_x86_64.ll
index 4412db3..3f9263b 100644
--- a/lib/kernel/svm_atomics_x86_64.ll
+++ b/lib/kernel/svm_atomics_x86_64.ll
@@ -8070,6 +8070,3 @@ attributes #0 = { nounwind uwtable "disable-tail-calls"="false" "less-precise-fp
 attributes #1 = { noreturn nounwind uwtable "disable-tail-calls"="false" "less-precise-fpmad"="false" "no-frame-pointer-elim"="true" "no-frame-pointer-elim-non-leaf" "no-infs-fp-math"="false" "no-nans-fp-math"="false" "stack-protector-buffer-size"="8" "unsafe-fp-math"="false" "use-soft-float"="false" }
 attributes #2 = { noreturn nounwind }
 
-!llvm.ident = !{!0}
-
-!0 = !{!"Franz clang version 3.7.0 (https://github.com/llvm-mirror/clang.git 40b68b4c02b9d9e1e4138815747adf5589496240) (https://github.com/HSAFoundation/HLC-HSAIL-Development-LLVM.git 183de0bdbefa5664920942fa418d1efefb87faeb) (based on LLVM 3.7.0svn)"}
diff --git a/lib/kernel/svm_atomics_x86_64.ll b/lib/kernel/svm_atomics_x86_64_llvm3_9.ll
similarity index 98%
copy from lib/kernel/svm_atomics_x86_64.ll
copy to lib/kernel/svm_atomics_x86_64_llvm3_9.ll
index 4412db3..b0ef09e 100644
--- a/lib/kernel/svm_atomics_x86_64.ll
+++ b/lib/kernel/svm_atomics_x86_64_llvm3_9.ll
@@ -3,7 +3,7 @@ target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128"
 target triple = "x86_64-unknown-linux-gnu"
 
 ; Function Attrs: nounwind uwtable
-define zeroext i1 @_Z37pocl_atomic_flag_test_and_set__globalPVU8CLglobalU7_Atomici12memory_order12memory_scope(i32 addrspace(1)* %object, i32 %order, i32 %scope) #0 {
+define zeroext i1 @_Z37pocl_atomic_flag_test_and_set__globalPU8CLglobalVU7_Atomici12memory_order12memory_scope(i32 addrspace(1)* %object, i32 %order, i32 %scope) #0 {
   switch i32 %order, label %6 [
     i32 0, label %.thread
     i32 1, label %.thread1
@@ -38,7 +38,7 @@ define zeroext i1 @_Z37pocl_atomic_flag_test_and_set__globalPVU8CLglobalU7_Atomi
 }
 
 ; Function Attrs: nounwind uwtable
-define void @_Z30pocl_atomic_flag_clear__globalPVU8CLglobalU7_Atomici12memory_order12memory_scope(i32 addrspace(1)* nocapture %object, i32 %order, i32 %scope) #0 {
+define void @_Z30pocl_atomic_flag_clear__globalPU8CLglobalVU7_Atomici12memory_order12memory_scope(i32 addrspace(1)* nocapture %object, i32 %order, i32 %scope) #0 {
   switch i32 %order, label %1 [
     i32 0, label %.thread
     i32 1, label %.thread
@@ -63,7 +63,7 @@ define void @_Z30pocl_atomic_flag_clear__globalPVU8CLglobalU7_Atomici12memory_or
 }
 
 ; Function Attrs: nounwind uwtable
-define void @_Z25pocl_atomic_store__globalPVU8CLglobalU7_Atomicii12memory_order12memory_scope(i32 addrspace(1)* nocapture %object, i32 %desired, i32 %order, i32 %scope) #0 {
+define void @_Z25pocl_atomic_store__globalPU8CLglobalVU7_Atomicii12memory_order12memory_scope(i32 addrspace(1)* nocapture %object, i32 %desired, i32 %order, i32 %scope) #0 {
   switch i32 %order, label %1 [
     i32 0, label %.thread
     i32 1, label %.thread
@@ -88,7 +88,7 @@ define void @_Z25pocl_atomic_store__globalPVU8CLglobalU7_Atomicii12memory_order1
 }
 
 ; Function Attrs: nounwind uwtable
-define i32 @_Z24pocl_atomic_load__globalPVU8CLglobalU7_Atomici12memory_order12memory_scope(i32 addrspace(1)* nocapture readonly %object, i32 %order, i32 %scope) #0 {
+define i32 @_Z24pocl_atomic_load__globalPU8CLglobalVU7_Atomici12memory_order12memory_scope(i32 addrspace(1)* nocapture readonly %object, i32 %order, i32 %scope) #0 {
   switch i32 %order, label %3 [
     i32 0, label %.thread
     i32 1, label %.thread1
@@ -114,7 +114,7 @@ define i32 @_Z24pocl_atomic_load__globalPVU8CLglobalU7_Atomici12memory_order12me
 }
 
 ; Function Attrs: nounwind uwtable
-define i32 @_Z28pocl_atomic_exchange__globalPVU8CLglobalU7_Atomicii12memory_order12memory_scope(i32 addrspace(1)* %object, i32 %desired, i32 %order, i32 %scope) #0 {
+define i32 @_Z28pocl_atomic_exchange__globalPU8CLglobalVU7_Atomicii12memory_order12memory_scope(i32 addrspace(1)* %object, i32 %desired, i32 %order, i32 %scope) #0 {
   switch i32 %order, label %6 [
     i32 0, label %.thread
     i32 1, label %.thread1
@@ -148,7 +148,7 @@ define i32 @_Z28pocl_atomic_exchange__globalPVU8CLglobalU7_Atomicii12memory_orde
 }
 
 ; Function Attrs: nounwind uwtable
-define zeroext i1 @_Z43pocl_atomic_compare_exchange_strong__globalPVU8CLglobalU7_AtomiciPii12memory_orderS3_12memory_scope(i32 addrspace(1)* %object, i32* nocapture %expected, i32 %desired, i32 %success, i32 %failure, i32 %scope) #0 {
+define zeroext i1 @_Z43pocl_atomic_compare_exchange_strong__globalPU8CLglobalVU7_AtomiciPii12memory_orderS3_12memory_scope(i32 addrspace(1)* %object, i32* nocapture %expected, i32 %desired, i32 %success, i32 %failure, i32 %scope) #0 {
   %1 = icmp eq i32 %success, 0
   br i1 %1, label %9, label %2
 
@@ -350,7 +350,7 @@ define zeroext i1 @_Z43pocl_atomic_compare_exchange_strong__globalPVU8CLglobalU7
 }
 
 ; Function Attrs: nounwind uwtable
-define zeroext i1 @_Z41pocl_atomic_compare_exchange_weak__globalPVU8CLglobalU7_AtomiciPii12memory_orderS3_12memory_scope(i32 addrspace(1)* %object, i32* nocapture %expected, i32 %desired, i32 %success, i32 %failure, i32 %scope) #0 {
+define zeroext i1 @_Z41pocl_atomic_compare_exchange_weak__globalPU8CLglobalVU7_AtomiciPii12memory_orderS3_12memory_scope(i32 addrspace(1)* %object, i32* nocapture %expected, i32 %desired, i32 %success, i32 %failure, i32 %scope) #0 {
   %1 = icmp eq i32 %success, 0
   br i1 %1, label %9, label %2
 
@@ -552,7 +552,7 @@ define zeroext i1 @_Z41pocl_atomic_compare_exchange_weak__globalPVU8CLglobalU7_A
 }
 
 ; Function Attrs: nounwind uwtable
-define i32 @_Z29pocl_atomic_fetch_add__globalPVU8CLglobalU7_Atomicii12memory_order12memory_scope(i32 addrspace(1)* %object, i32 %operand, i32 %order, i32 %scope) #0 {
+define i32 @_Z29pocl_atomic_fetch_add__globalPU8CLglobalVU7_Atomicii12memory_order12memory_scope(i32 addrspace(1)* %object, i32 %operand, i32 %order, i32 %scope) #0 {
   switch i32 %order, label %6 [
     i32 0, label %.thread
     i32 1, label %.thread1
@@ -586,7 +586,7 @@ define i32 @_Z29pocl_atomic_fetch_add__globalPVU8CLglobalU7_Atomicii12memory_ord
 }
 
 ; Function Attrs: nounwind uwtable
-define i32 @_Z29pocl_atomic_fetch_sub__globalPVU8CLglobalU7_Atomicii12memory_order12memory_scope(i32 addrspace(1)* %object, i32 %operand, i32 %order, i32 %scope) #0 {
+define i32 @_Z29pocl_atomic_fetch_sub__globalPU8CLglobalVU7_Atomicii12memory_order12memory_scope(i32 addrspace(1)* %object, i32 %operand, i32 %order, i32 %scope) #0 {
   switch i32 %order, label %6 [
     i32 0, label %.thread
     i32 1, label %.thread1
@@ -620,7 +620,7 @@ define i32 @_Z29pocl_atomic_fetch_sub__globalPVU8CLglobalU7_Atomicii12memory_ord
 }
 
 ; Function Attrs: nounwind uwtable
-define i32 @_Z28pocl_atomic_fetch_or__globalPVU8CLglobalU7_Atomicii12memory_order12memory_scope(i32 addrspace(1)* %object, i32 %operand, i32 %order, i32 %scope) #0 {
+define i32 @_Z28pocl_atomic_fetch_or__globalPU8CLglobalVU7_Atomicii12memory_order12memory_scope(i32 addrspace(1)* %object, i32 %operand, i32 %order, i32 %scope) #0 {
   switch i32 %order, label %6 [
     i32 0, label %.thread
     i32 1, label %.thread1
@@ -654,7 +654,7 @@ define i32 @_Z28pocl_atomic_fetch_or__globalPVU8CLglobalU7_Atomicii12memory_orde
 }
 
 ; Function Attrs: nounwind uwtable
-define i32 @_Z29pocl_atomic_fetch_xor__globalPVU8CLglobalU7_Atomicii12memory_order12memory_scope(i32 addrspace(1)* %object, i32 %operand, i32 %order, i32 %scope) #0 {
+define i32 @_Z29pocl_atomic_fetch_xor__globalPU8CLglobalVU7_Atomicii12memory_order12memory_scope(i32 addrspace(1)* %object, i32 %operand, i32 %order, i32 %scope) #0 {
   switch i32 %order, label %6 [
     i32 0, label %.thread
     i32 1, label %.thread1
@@ -688,7 +688,7 @@ define i32 @_Z29pocl_atomic_fetch_xor__globalPVU8CLglobalU7_Atomicii12memory_ord
 }
 
 ; Function Attrs: nounwind uwtable
-define i32 @_Z29pocl_atomic_fetch_and__globalPVU8CLglobalU7_Atomicii12memory_order12memory_scope(i32 addrspace(1)* %object, i32 %operand, i32 %order, i32 %scope) #0 {
+define i32 @_Z29pocl_atomic_fetch_and__globalPU8CLglobalVU7_Atomicii12memory_order12memory_scope(i32 addrspace(1)* %object, i32 %operand, i32 %order, i32 %scope) #0 {
   switch i32 %order, label %6 [
     i32 0, label %.thread
     i32 1, label %.thread1
@@ -722,7 +722,7 @@ define i32 @_Z29pocl_atomic_fetch_and__globalPVU8CLglobalU7_Atomicii12memory_ord
 }
 
 ; Function Attrs: nounwind uwtable
-define i32 @_Z29pocl_atomic_fetch_min__globalPVU8CLglobalU7_Atomicii12memory_order12memory_scope(i32 addrspace(1)* %object, i32 %operand, i32 %order, i32 %scope) #0 {
+define i32 @_Z29pocl_atomic_fetch_min__globalPU8CLglobalVU7_Atomicii12memory_order12memory_scope(i32 addrspace(1)* %object, i32 %operand, i32 %order, i32 %scope) #0 {
   switch i32 %order, label %6 [
     i32 0, label %.thread
     i32 1, label %.thread1
@@ -756,7 +756,7 @@ define i32 @_Z29pocl_atomic_fetch_min__globalPVU8CLglobalU7_Atomicii12memory_ord
 }
 
 ; Function Attrs: nounwind uwtable
-define i32 @_Z29pocl_atomic_fetch_max__globalPVU8CLglobalU7_Atomicii12memory_order12memory_scope(i32 addrspace(1)* %object, i32 %operand, i32 %order, i32 %scope) #0 {
+define i32 @_Z29pocl_atomic_fetch_max__globalPU8CLglobalVU7_Atomicii12memory_order12memory_scope(i32 addrspace(1)* %object, i32 %operand, i32 %order, i32 %scope) #0 {
   switch i32 %order, label %6 [
     i32 0, label %.thread
     i32 1, label %.thread1
@@ -790,7 +790,7 @@ define i32 @_Z29pocl_atomic_fetch_max__globalPVU8CLglobalU7_Atomicii12memory_ord
 }
 
 ; Function Attrs: nounwind uwtable
-define void @_Z25pocl_atomic_store__globalPVU8CLglobalU7_Atomicjj12memory_order12memory_scope(i32 addrspace(1)* nocapture %object, i32 %desired, i32 %order, i32 %scope) #0 {
+define void @_Z25pocl_atomic_store__globalPU8CLglobalVU7_Atomicjj12memory_order12memory_scope(i32 addrspace(1)* nocapture %object, i32 %desired, i32 %order, i32 %scope) #0 {
   switch i32 %order, label %1 [
     i32 0, label %.thread
     i32 1, label %.thread
@@ -815,7 +815,7 @@ define void @_Z25pocl_atomic_store__globalPVU8CLglobalU7_Atomicjj12memory_order1
 }
 
 ; Function Attrs: nounwind uwtable
-define i32 @_Z24pocl_atomic_load__globalPVU8CLglobalU7_Atomicj12memory_order12memory_scope(i32 addrspace(1)* nocapture readonly %object, i32 %order, i32 %scope) #0 {
+define i32 @_Z24pocl_atomic_load__globalPU8CLglobalVU7_Atomicj12memory_order12memory_scope(i32 addrspace(1)* nocapture readonly %object, i32 %order, i32 %scope) #0 {
   switch i32 %order, label %3 [
     i32 0, label %.thread
     i32 1, label %.thread1
@@ -841,7 +841,7 @@ define i32 @_Z24pocl_atomic_load__globalPVU8CLglobalU7_Atomicj12memory_order12me
 }
 
 ; Function Attrs: nounwind uwtable
-define i32 @_Z28pocl_atomic_exchange__globalPVU8CLglobalU7_Atomicjj12memory_order12memory_scope(i32 addrspace(1)* %object, i32 %desired, i32 %order, i32 %scope) #0 {
+define i32 @_Z28pocl_atomic_exchange__globalPU8CLglobalVU7_Atomicjj12memory_order12memory_scope(i32 addrspace(1)* %object, i32 %desired, i32 %order, i32 %scope) #0 {
   switch i32 %order, label %6 [
     i32 0, label %.thread
     i32 1, label %.thread1
@@ -875,7 +875,7 @@ define i32 @_Z28pocl_atomic_exchange__globalPVU8CLglobalU7_Atomicjj12memory_orde
 }
 
 ; Function Attrs: nounwind uwtable
-define zeroext i1 @_Z43pocl_atomic_compare_exchange_strong__globalPVU8CLglobalU7_AtomicjPjj12memory_orderS3_12memory_scope(i32 addrspace(1)* %object, i32* nocapture %expected, i32 %desired, i32 %success, i32 %failure, i32 %scope) #0 {
+define zeroext i1 @_Z43pocl_atomic_compare_exchange_strong__globalPU8CLglobalVU7_AtomicjPjj12memory_orderS3_12memory_scope(i32 addrspace(1)* %object, i32* nocapture %expected, i32 %desired, i32 %success, i32 %failure, i32 %scope) #0 {
   %1 = icmp eq i32 %success, 0
   br i1 %1, label %9, label %2
 
@@ -1077,7 +1077,7 @@ define zeroext i1 @_Z43pocl_atomic_compare_exchange_strong__globalPVU8CLglobalU7
 }
 
 ; Function Attrs: nounwind uwtable
-define zeroext i1 @_Z41pocl_atomic_compare_exchange_weak__globalPVU8CLglobalU7_AtomicjPjj12memory_orderS3_12memory_scope(i32 addrspace(1)* %object, i32* nocapture %expected, i32 %desired, i32 %success, i32 %failure, i32 %scope) #0 {
+define zeroext i1 @_Z41pocl_atomic_compare_exchange_weak__globalPU8CLglobalVU7_AtomicjPjj12memory_orderS3_12memory_scope(i32 addrspace(1)* %object, i32* nocapture %expected, i32 %desired, i32 %success, i32 %failure, i32 %scope) #0 {
   %1 = icmp eq i32 %success, 0
   br i1 %1, label %9, label %2
 
@@ -1279,7 +1279,7 @@ define zeroext i1 @_Z41pocl_atomic_compare_exchange_weak__globalPVU8CLglobalU7_A
 }
 
 ; Function Attrs: nounwind uwtable
-define i32 @_Z29pocl_atomic_fetch_add__globalPVU8CLglobalU7_Atomicjj12memory_order12memory_scope(i32 addrspace(1)* %object, i32 %operand, i32 %order, i32 %scope) #0 {
+define i32 @_Z29pocl_atomic_fetch_add__globalPU8CLglobalVU7_Atomicjj12memory_order12memory_scope(i32 addrspace(1)* %object, i32 %operand, i32 %order, i32 %scope) #0 {
   switch i32 %order, label %6 [
     i32 0, label %.thread
     i32 1, label %.thread1
@@ -1313,7 +1313,7 @@ define i32 @_Z29pocl_atomic_fetch_add__globalPVU8CLglobalU7_Atomicjj12memory_ord
 }
 
 ; Function Attrs: nounwind uwtable
-define i32 @_Z29pocl_atomic_fetch_sub__globalPVU8CLglobalU7_Atomicjj12memory_order12memory_scope(i32 addrspace(1)* %object, i32 %operand, i32 %order, i32 %scope) #0 {
+define i32 @_Z29pocl_atomic_fetch_sub__globalPU8CLglobalVU7_Atomicjj12memory_order12memory_scope(i32 addrspace(1)* %object, i32 %operand, i32 %order, i32 %scope) #0 {
   switch i32 %order, label %6 [
     i32 0, label %.thread
     i32 1, label %.thread1
@@ -1347,7 +1347,7 @@ define i32 @_Z29pocl_atomic_fetch_sub__globalPVU8CLglobalU7_Atomicjj12memory_ord
 }
 
 ; Function Attrs: nounwind uwtable
-define i32 @_Z28pocl_atomic_fetch_or__globalPVU8CLglobalU7_Atomicjj12memory_order12memory_scope(i32 addrspace(1)* %object, i32 %operand, i32 %order, i32 %scope) #0 {
+define i32 @_Z28pocl_atomic_fetch_or__globalPU8CLglobalVU7_Atomicjj12memory_order12memory_scope(i32 addrspace(1)* %object, i32 %operand, i32 %order, i32 %scope) #0 {
   switch i32 %order, label %6 [
     i32 0, label %.thread
     i32 1, label %.thread1
@@ -1381,7 +1381,7 @@ define i32 @_Z28pocl_atomic_fetch_or__globalPVU8CLglobalU7_Atomicjj12memory_orde
 }
 
 ; Function Attrs: nounwind uwtable
-define i32 @_Z29pocl_atomic_fetch_xor__globalPVU8CLglobalU7_Atomicjj12memory_order12memory_scope(i32 addrspace(1)* %object, i32 %operand, i32 %order, i32 %scope) #0 {
+define i32 @_Z29pocl_atomic_fetch_xor__globalPU8CLglobalVU7_Atomicjj12memory_order12memory_scope(i32 addrspace(1)* %object, i32 %operand, i32 %order, i32 %scope) #0 {
   switch i32 %order, label %6 [
     i32 0, label %.thread
     i32 1, label %.thread1
@@ -1415,7 +1415,7 @@ define i32 @_Z29pocl_atomic_fetch_xor__globalPVU8CLglobalU7_Atomicjj12memory_ord
 }
 
 ; Function Attrs: nounwind uwtable
-define i32 @_Z29pocl_atomic_fetch_and__globalPVU8CLglobalU7_Atomicjj12memory_order12memory_scope(i32 addrspace(1)* %object, i32 %operand, i32 %order, i32 %scope) #0 {
+define i32 @_Z29pocl_atomic_fetch_and__globalPU8CLglobalVU7_Atomicjj12memory_order12memory_scope(i32 addrspace(1)* %object, i32 %operand, i32 %order, i32 %scope) #0 {
   switch i32 %order, label %6 [
     i32 0, label %.thread
     i32 1, label %.thread1
@@ -1449,7 +1449,7 @@ define i32 @_Z29pocl_atomic_fetch_and__globalPVU8CLglobalU7_Atomicjj12memory_ord
 }
 
 ; Function Attrs: nounwind uwtable
-define i32 @_Z29pocl_atomic_fetch_min__globalPVU8CLglobalU7_Atomicjj12memory_order12memory_scope(i32 addrspace(1)* %object, i32 %operand, i32 %order, i32 %scope) #0 {
+define i32 @_Z29pocl_atomic_fetch_min__globalPU8CLglobalVU7_Atomicjj12memory_order12memory_scope(i32 addrspace(1)* %object, i32 %operand, i32 %order, i32 %scope) #0 {
   switch i32 %order, label %6 [
     i32 0, label %.thread
     i32 1, label %.thread1
@@ -1483,7 +1483,7 @@ define i32 @_Z29pocl_atomic_fetch_min__globalPVU8CLglobalU7_Atomicjj12memory_ord
 }
 
 ; Function Attrs: nounwind uwtable
-define i32 @_Z29pocl_atomic_fetch_max__globalPVU8CLglobalU7_Atomicjj12memory_order12memory_scope(i32 addrspace(1)* %object, i32 %operand, i32 %order, i32 %scope) #0 {
+define i32 @_Z29pocl_atomic_fetch_max__globalPU8CLglobalVU7_Atomicjj12memory_order12memory_scope(i32 addrspace(1)* %object, i32 %operand, i32 %order, i32 %scope) #0 {
   switch i32 %order, label %6 [
     i32 0, label %.thread
     i32 1, label %.thread1
@@ -1517,7 +1517,7 @@ define i32 @_Z29pocl_atomic_fetch_max__globalPVU8CLglobalU7_Atomicjj12memory_ord
 }
 
 ; Function Attrs: nounwind uwtable
-define void @_Z25pocl_atomic_store__globalPVU8CLglobalU7_Atomicff12memory_order12memory_scope(float addrspace(1)* nocapture %object, float %desired, i32 %order, i32 %scope) #0 {
+define void @_Z25pocl_atomic_store__globalPU8CLglobalVU7_Atomicff12memory_order12memory_scope(float addrspace(1)* nocapture %object, float %desired, i32 %order, i32 %scope) #0 {
   switch i32 %order, label %5 [
     i32 0, label %.thread
     i32 1, label %.thread
@@ -1556,7 +1556,7 @@ define void @_Z25pocl_atomic_store__globalPVU8CLglobalU7_Atomicff12memory_order1
 }
 
 ; Function Attrs: nounwind uwtable
-define float @_Z24pocl_atomic_load__globalPVU8CLglobalU7_Atomicf12memory_order12memory_scope(float addrspace(1)* nocapture readonly %object, i32 %order, i32 %scope) #0 {
+define float @_Z24pocl_atomic_load__globalPU8CLglobalVU7_Atomicf12memory_order12memory_scope(float addrspace(1)* nocapture readonly %object, i32 %order, i32 %scope) #0 {
   switch i32 %order, label %4 [
     i32 0, label %.thread
     i32 1, label %.thread1
@@ -1593,7 +1593,7 @@ define float @_Z24pocl_atomic_load__globalPVU8CLglobalU7_Atomicf12memory_order12
 }
 
 ; Function Attrs: nounwind uwtable
-define float @_Z28pocl_atomic_exchange__globalPVU8CLglobalU7_Atomicff12memory_order12memory_scope(float addrspace(1)* %object, float %desired, i32 %order, i32 %scope) #0 {
+define float @_Z28pocl_atomic_exchange__globalPU8CLglobalVU7_Atomicff12memory_order12memory_scope(float addrspace(1)* %object, float %desired, i32 %order, i32 %scope) #0 {
   switch i32 %order, label %10 [
     i32 0, label %.thread
     i32 1, label %.thread2
@@ -1639,7 +1639,7 @@ define float @_Z28pocl_atomic_exchange__globalPVU8CLglobalU7_Atomicff12memory_or
 }
 
 ; Function Attrs: nounwind uwtable
-define zeroext i1 @_Z43pocl_atomic_compare_exchange_strong__globalPVU8CLglobalU7_AtomicfPff12memory_orderS3_12memory_scope(float addrspace(1)* %object, float* nocapture %expected, float %desired, i32 %success, i32 %failure, i32 %scope) #0 {
+define zeroext i1 @_Z43pocl_atomic_compare_exchange_strong__globalPU8CLglobalVU7_AtomicfPff12memory_orderS3_12memory_scope(float addrspace(1)* %object, float* nocapture %expected, float %desired, i32 %success, i32 %failure, i32 %scope) #0 {
   %1 = icmp eq i32 %success, 0
   br i1 %1, label %9, label %2
 
@@ -1844,7 +1844,7 @@ define zeroext i1 @_Z43pocl_atomic_compare_exchange_strong__globalPVU8CLglobalU7
 }
 
 ; Function Attrs: nounwind uwtable
-define zeroext i1 @_Z41pocl_atomic_compare_exchange_weak__globalPVU8CLglobalU7_AtomicfPff12memory_orderS3_12memory_scope(float addrspace(1)* %object, float* nocapture %expected, float %desired, i32 %success, i32 %failure, i32 %scope) #0 {
+define zeroext i1 @_Z41pocl_atomic_compare_exchange_weak__globalPU8CLglobalVU7_AtomicfPff12memory_orderS3_12memory_scope(float addrspace(1)* %object, float* nocapture %expected, float %desired, i32 %success, i32 %failure, i32 %scope) #0 {
   %1 = icmp eq i32 %success, 0
   br i1 %1, label %9, label %2
 
@@ -2049,7 +2049,7 @@ define zeroext i1 @_Z41pocl_atomic_compare_exchange_weak__globalPVU8CLglobalU7_A
 }
 
 ; Function Attrs: nounwind uwtable
-define void @_Z25pocl_atomic_store__globalPVU8CLglobalU7_Atomicll12memory_order12memory_scope(i64 addrspace(1)* nocapture %object, i64 %desired, i32 %order, i32 %scope) #0 {
+define void @_Z25pocl_atomic_store__globalPU8CLglobalVU7_Atomicll12memory_order12memory_scope(i64 addrspace(1)* nocapture %object, i64 %desired, i32 %order, i32 %scope) #0 {
   switch i32 %order, label %1 [
     i32 0, label %.thread
     i32 1, label %.thread
@@ -2074,7 +2074,7 @@ define void @_Z25pocl_atomic_store__globalPVU8CLglobalU7_Atomicll12memory_order1
 }
 
 ; Function Attrs: nounwind uwtable
-define i64 @_Z24pocl_atomic_load__globalPVU8CLglobalU7_Atomicl12memory_order12memory_scope(i64 addrspace(1)* nocapture readonly %object, i32 %order, i32 %scope) #0 {
+define i64 @_Z24pocl_atomic_load__globalPU8CLglobalVU7_Atomicl12memory_order12memory_scope(i64 addrspace(1)* nocapture readonly %object, i32 %order, i32 %scope) #0 {
   switch i32 %order, label %3 [
     i32 0, label %.thread
     i32 1, label %.thread1
@@ -2100,7 +2100,7 @@ define i64 @_Z24pocl_atomic_load__globalPVU8CLglobalU7_Atomicl12memory_order12me
 }
 
 ; Function Attrs: nounwind uwtable
-define i64 @_Z28pocl_atomic_exchange__globalPVU8CLglobalU7_Atomicll12memory_order12memory_scope(i64 addrspace(1)* %object, i64 %desired, i32 %order, i32 %scope) #0 {
+define i64 @_Z28pocl_atomic_exchange__globalPU8CLglobalVU7_Atomicll12memory_order12memory_scope(i64 addrspace(1)* %object, i64 %desired, i32 %order, i32 %scope) #0 {
   switch i32 %order, label %6 [
     i32 0, label %.thread
     i32 1, label %.thread1
@@ -2134,7 +2134,7 @@ define i64 @_Z28pocl_atomic_exchange__globalPVU8CLglobalU7_Atomicll12memory_orde
 }
 
 ; Function Attrs: nounwind uwtable
-define zeroext i1 @_Z43pocl_atomic_compare_exchange_strong__globalPVU8CLglobalU7_AtomiclPll12memory_orderS3_12memory_scope(i64 addrspace(1)* %object, i64* nocapture %expected, i64 %desired, i32 %success, i32 %failure, i32 %scope) #0 {
+define zeroext i1 @_Z43pocl_atomic_compare_exchange_strong__globalPU8CLglobalVU7_AtomiclPll12memory_orderS3_12memory_scope(i64 addrspace(1)* %object, i64* nocapture %expected, i64 %desired, i32 %success, i32 %failure, i32 %scope) #0 {
   %1 = icmp eq i32 %success, 0
   br i1 %1, label %9, label %2
 
@@ -2336,7 +2336,7 @@ define zeroext i1 @_Z43pocl_atomic_compare_exchange_strong__globalPVU8CLglobalU7
 }
 
 ; Function Attrs: nounwind uwtable
-define zeroext i1 @_Z41pocl_atomic_compare_exchange_weak__globalPVU8CLglobalU7_AtomiclPll12memory_orderS3_12memory_scope(i64 addrspace(1)* %object, i64* nocapture %expected, i64 %desired, i32 %success, i32 %failure, i32 %scope) #0 {
+define zeroext i1 @_Z41pocl_atomic_compare_exchange_weak__globalPU8CLglobalVU7_AtomiclPll12memory_orderS3_12memory_scope(i64 addrspace(1)* %object, i64* nocapture %expected, i64 %desired, i32 %success, i32 %failure, i32 %scope) #0 {
   %1 = icmp eq i32 %success, 0
   br i1 %1, label %9, label %2
 
@@ -2538,7 +2538,7 @@ define zeroext i1 @_Z41pocl_atomic_compare_exchange_weak__globalPVU8CLglobalU7_A
 }
 
 ; Function Attrs: nounwind uwtable
-define i64 @_Z29pocl_atomic_fetch_add__globalPVU8CLglobalU7_Atomicll12memory_order12memory_scope(i64 addrspace(1)* %object, i64 %operand, i32 %order, i32 %scope) #0 {
+define i64 @_Z29pocl_atomic_fetch_add__globalPU8CLglobalVU7_Atomicll12memory_order12memory_scope(i64 addrspace(1)* %object, i64 %operand, i32 %order, i32 %scope) #0 {
   switch i32 %order, label %6 [
     i32 0, label %.thread
     i32 1, label %.thread1
@@ -2572,7 +2572,7 @@ define i64 @_Z29pocl_atomic_fetch_add__globalPVU8CLglobalU7_Atomicll12memory_ord
 }
 
 ; Function Attrs: nounwind uwtable
-define i64 @_Z29pocl_atomic_fetch_sub__globalPVU8CLglobalU7_Atomicll12memory_order12memory_scope(i64 addrspace(1)* %object, i64 %operand, i32 %order, i32 %scope) #0 {
+define i64 @_Z29pocl_atomic_fetch_sub__globalPU8CLglobalVU7_Atomicll12memory_order12memory_scope(i64 addrspace(1)* %object, i64 %operand, i32 %order, i32 %scope) #0 {
   switch i32 %order, label %6 [
     i32 0, label %.thread
     i32 1, label %.thread1
@@ -2606,7 +2606,7 @@ define i64 @_Z29pocl_atomic_fetch_sub__globalPVU8CLglobalU7_Atomicll12memory_ord
 }
 
 ; Function Attrs: nounwind uwtable
-define i64 @_Z28pocl_atomic_fetch_or__globalPVU8CLglobalU7_Atomicll12memory_order12memory_scope(i64 addrspace(1)* %object, i64 %operand, i32 %order, i32 %scope) #0 {
+define i64 @_Z28pocl_atomic_fetch_or__globalPU8CLglobalVU7_Atomicll12memory_order12memory_scope(i64 addrspace(1)* %object, i64 %operand, i32 %order, i32 %scope) #0 {
   switch i32 %order, label %6 [
     i32 0, label %.thread
     i32 1, label %.thread1
@@ -2640,7 +2640,7 @@ define i64 @_Z28pocl_atomic_fetch_or__globalPVU8CLglobalU7_Atomicll12memory_orde
 }
 
 ; Function Attrs: nounwind uwtable
-define i64 @_Z29pocl_atomic_fetch_xor__globalPVU8CLglobalU7_Atomicll12memory_order12memory_scope(i64 addrspace(1)* %object, i64 %operand, i32 %order, i32 %scope) #0 {
+define i64 @_Z29pocl_atomic_fetch_xor__globalPU8CLglobalVU7_Atomicll12memory_order12memory_scope(i64 addrspace(1)* %object, i64 %operand, i32 %order, i32 %scope) #0 {
   switch i32 %order, label %6 [
     i32 0, label %.thread
     i32 1, label %.thread1
@@ -2674,7 +2674,7 @@ define i64 @_Z29pocl_atomic_fetch_xor__globalPVU8CLglobalU7_Atomicll12memory_ord
 }
 
 ; Function Attrs: nounwind uwtable
-define i64 @_Z29pocl_atomic_fetch_and__globalPVU8CLglobalU7_Atomicll12memory_order12memory_scope(i64 addrspace(1)* %object, i64 %operand, i32 %order, i32 %scope) #0 {
+define i64 @_Z29pocl_atomic_fetch_and__globalPU8CLglobalVU7_Atomicll12memory_order12memory_scope(i64 addrspace(1)* %object, i64 %operand, i32 %order, i32 %scope) #0 {
   switch i32 %order, label %6 [
     i32 0, label %.thread
     i32 1, label %.thread1
@@ -2708,7 +2708,7 @@ define i64 @_Z29pocl_atomic_fetch_and__globalPVU8CLglobalU7_Atomicll12memory_ord
 }
 
 ; Function Attrs: noreturn nounwind uwtable
-define i64 @_Z29pocl_atomic_fetch_min__globalPVU8CLglobalU7_Atomicll12memory_order12memory_scope(i64 addrspace(1)* nocapture readnone %object, i64 %operand, i32 %order, i32 %scope) #1 {
+define i64 @_Z29pocl_atomic_fetch_min__globalPU8CLglobalVU7_Atomicll12memory_order12memory_scope(i64 addrspace(1)* nocapture readnone %object, i64 %operand, i32 %order, i32 %scope) #1 {
   switch i32 %order, label %6 [
     i32 0, label %.thread
     i32 1, label %.thread1
@@ -2742,7 +2742,7 @@ define i64 @_Z29pocl_atomic_fetch_min__globalPVU8CLglobalU7_Atomicll12memory_ord
 }
 
 ; Function Attrs: noreturn nounwind uwtable
-define i64 @_Z29pocl_atomic_fetch_max__globalPVU8CLglobalU7_Atomicll12memory_order12memory_scope(i64 addrspace(1)* nocapture readnone %object, i64 %operand, i32 %order, i32 %scope) #1 {
+define i64 @_Z29pocl_atomic_fetch_max__globalPU8CLglobalVU7_Atomicll12memory_order12memory_scope(i64 addrspace(1)* nocapture readnone %object, i64 %operand, i32 %order, i32 %scope) #1 {
   switch i32 %order, label %6 [
     i32 0, label %.thread
     i32 1, label %.thread1
@@ -2776,7 +2776,7 @@ define i64 @_Z29pocl_atomic_fetch_max__globalPVU8CLglobalU7_Atomicll12memory_ord
 }
 
 ; Function Attrs: nounwind uwtable
-define void @_Z25pocl_atomic_store__globalPVU8CLglobalU7_Atomicmm12memory_order12memory_scope(i64 addrspace(1)* nocapture %object, i64 %desired, i32 %order, i32 %scope) #0 {
+define void @_Z25pocl_atomic_store__globalPU8CLglobalVU7_Atomicmm12memory_order12memory_scope(i64 addrspace(1)* nocapture %object, i64 %desired, i32 %order, i32 %scope) #0 {
   switch i32 %order, label %1 [
     i32 0, label %.thread
     i32 1, label %.thread
@@ -2801,7 +2801,7 @@ define void @_Z25pocl_atomic_store__globalPVU8CLglobalU7_Atomicmm12memory_order1
 }
 
 ; Function Attrs: nounwind uwtable
-define i64 @_Z24pocl_atomic_load__globalPVU8CLglobalU7_Atomicm12memory_order12memory_scope(i64 addrspace(1)* nocapture readonly %object, i32 %order, i32 %scope) #0 {
+define i64 @_Z24pocl_atomic_load__globalPU8CLglobalVU7_Atomicm12memory_order12memory_scope(i64 addrspace(1)* nocapture readonly %object, i32 %order, i32 %scope) #0 {
   switch i32 %order, label %3 [
     i32 0, label %.thread
     i32 1, label %.thread1
@@ -2827,7 +2827,7 @@ define i64 @_Z24pocl_atomic_load__globalPVU8CLglobalU7_Atomicm12memory_order12me
 }
 
 ; Function Attrs: nounwind uwtable
-define i64 @_Z28pocl_atomic_exchange__globalPVU8CLglobalU7_Atomicmm12memory_order12memory_scope(i64 addrspace(1)* %object, i64 %desired, i32 %order, i32 %scope) #0 {
+define i64 @_Z28pocl_atomic_exchange__globalPU8CLglobalVU7_Atomicmm12memory_order12memory_scope(i64 addrspace(1)* %object, i64 %desired, i32 %order, i32 %scope) #0 {
   switch i32 %order, label %6 [
     i32 0, label %.thread
     i32 1, label %.thread1
@@ -2861,7 +2861,7 @@ define i64 @_Z28pocl_atomic_exchange__globalPVU8CLglobalU7_Atomicmm12memory_orde
 }
 
 ; Function Attrs: nounwind uwtable
-define zeroext i1 @_Z43pocl_atomic_compare_exchange_strong__globalPVU8CLglobalU7_AtomicmPmm12memory_orderS3_12memory_scope(i64 addrspace(1)* %object, i64* nocapture %expected, i64 %desired, i32 %success, i32 %failure, i32 %scope) #0 {
+define zeroext i1 @_Z43pocl_atomic_compare_exchange_strong__globalPU8CLglobalVU7_AtomicmPmm12memory_orderS3_12memory_scope(i64 addrspace(1)* %object, i64* nocapture %expected, i64 %desired, i32 %success, i32 %failure, i32 %scope) #0 {
   %1 = icmp eq i32 %success, 0
   br i1 %1, label %9, label %2
 
@@ -3063,7 +3063,7 @@ define zeroext i1 @_Z43pocl_atomic_compare_exchange_strong__globalPVU8CLglobalU7
 }
 
 ; Function Attrs: nounwind uwtable
-define zeroext i1 @_Z41pocl_atomic_compare_exchange_weak__globalPVU8CLglobalU7_AtomicmPmm12memory_orderS3_12memory_scope(i64 addrspace(1)* %object, i64* nocapture %expected, i64 %desired, i32 %success, i32 %failure, i32 %scope) #0 {
+define zeroext i1 @_Z41pocl_atomic_compare_exchange_weak__globalPU8CLglobalVU7_AtomicmPmm12memory_orderS3_12memory_scope(i64 addrspace(1)* %object, i64* nocapture %expected, i64 %desired, i32 %success, i32 %failure, i32 %scope) #0 {
   %1 = icmp eq i32 %success, 0
   br i1 %1, label %9, label %2
 
@@ -3265,7 +3265,7 @@ define zeroext i1 @_Z41pocl_atomic_compare_exchange_weak__globalPVU8CLglobalU7_A
 }
 
 ; Function Attrs: nounwind uwtable
-define i64 @_Z29pocl_atomic_fetch_add__globalPVU8CLglobalU7_Atomicmm12memory_order12memory_scope(i64 addrspace(1)* %object, i64 %operand, i32 %order, i32 %scope) #0 {
+define i64 @_Z29pocl_atomic_fetch_add__globalPU8CLglobalVU7_Atomicmm12memory_order12memory_scope(i64 addrspace(1)* %object, i64 %operand, i32 %order, i32 %scope) #0 {
   switch i32 %order, label %6 [
     i32 0, label %.thread
     i32 1, label %.thread1
@@ -3299,7 +3299,7 @@ define i64 @_Z29pocl_atomic_fetch_add__globalPVU8CLglobalU7_Atomicmm12memory_ord
 }
 
 ; Function Attrs: nounwind uwtable
-define i64 @_Z29pocl_atomic_fetch_sub__globalPVU8CLglobalU7_Atomicmm12memory_order12memory_scope(i64 addrspace(1)* %object, i64 %operand, i32 %order, i32 %scope) #0 {
+define i64 @_Z29pocl_atomic_fetch_sub__globalPU8CLglobalVU7_Atomicmm12memory_order12memory_scope(i64 addrspace(1)* %object, i64 %operand, i32 %order, i32 %scope) #0 {
   switch i32 %order, label %6 [
     i32 0, label %.thread
     i32 1, label %.thread1
@@ -3333,7 +3333,7 @@ define i64 @_Z29pocl_atomic_fetch_sub__globalPVU8CLglobalU7_Atomicmm12memory_ord
 }
 
 ; Function Attrs: nounwind uwtable
-define i64 @_Z28pocl_atomic_fetch_or__globalPVU8CLglobalU7_Atomicmm12memory_order12memory_scope(i64 addrspace(1)* %object, i64 %operand, i32 %order, i32 %scope) #0 {
+define i64 @_Z28pocl_atomic_fetch_or__globalPU8CLglobalVU7_Atomicmm12memory_order12memory_scope(i64 addrspace(1)* %object, i64 %operand, i32 %order, i32 %scope) #0 {
   switch i32 %order, label %6 [
     i32 0, label %.thread
     i32 1, label %.thread1
@@ -3367,7 +3367,7 @@ define i64 @_Z28pocl_atomic_fetch_or__globalPVU8CLglobalU7_Atomicmm12memory_orde
 }
 
 ; Function Attrs: nounwind uwtable
-define i64 @_Z29pocl_atomic_fetch_xor__globalPVU8CLglobalU7_Atomicmm12memory_order12memory_scope(i64 addrspace(1)* %object, i64 %operand, i32 %order, i32 %scope) #0 {
+define i64 @_Z29pocl_atomic_fetch_xor__globalPU8CLglobalVU7_Atomicmm12memory_order12memory_scope(i64 addrspace(1)* %object, i64 %operand, i32 %order, i32 %scope) #0 {
   switch i32 %order, label %6 [
     i32 0, label %.thread
     i32 1, label %.thread1
@@ -3401,7 +3401,7 @@ define i64 @_Z29pocl_atomic_fetch_xor__globalPVU8CLglobalU7_Atomicmm12memory_ord
 }
 
 ; Function Attrs: nounwind uwtable
-define i64 @_Z29pocl_atomic_fetch_and__globalPVU8CLglobalU7_Atomicmm12memory_order12memory_scope(i64 addrspace(1)* %object, i64 %operand, i32 %order, i32 %scope) #0 {
+define i64 @_Z29pocl_atomic_fetch_and__globalPU8CLglobalVU7_Atomicmm12memory_order12memory_scope(i64 addrspace(1)* %object, i64 %operand, i32 %order, i32 %scope) #0 {
   switch i32 %order, label %6 [
     i32 0, label %.thread
     i32 1, label %.thread1
@@ -3435,7 +3435,7 @@ define i64 @_Z29pocl_atomic_fetch_and__globalPVU8CLglobalU7_Atomicmm12memory_ord
 }
 
 ; Function Attrs: noreturn nounwind uwtable
-define i64 @_Z29pocl_atomic_fetch_min__globalPVU8CLglobalU7_Atomicmm12memory_order12memory_scope(i64 addrspace(1)* nocapture readnone %object, i64 %operand, i32 %order, i32 %scope) #1 {
+define i64 @_Z29pocl_atomic_fetch_min__globalPU8CLglobalVU7_Atomicmm12memory_order12memory_scope(i64 addrspace(1)* nocapture readnone %object, i64 %operand, i32 %order, i32 %scope) #1 {
   switch i32 %order, label %6 [
     i32 0, label %.thread
     i32 1, label %.thread1
@@ -3469,7 +3469,7 @@ define i64 @_Z29pocl_atomic_fetch_min__globalPVU8CLglobalU7_Atomicmm12memory_ord
 }
 
 ; Function Attrs: noreturn nounwind uwtable
-define i64 @_Z29pocl_atomic_fetch_max__globalPVU8CLglobalU7_Atomicmm12memory_order12memory_scope(i64 addrspace(1)* nocapture readnone %object, i64 %operand, i32 %order, i32 %scope) #1 {
+define i64 @_Z29pocl_atomic_fetch_max__globalPU8CLglobalVU7_Atomicmm12memory_order12memory_scope(i64 addrspace(1)* nocapture readnone %object, i64 %operand, i32 %order, i32 %scope) #1 {
   switch i32 %order, label %6 [
     i32 0, label %.thread
     i32 1, label %.thread1
@@ -3503,7 +3503,7 @@ define i64 @_Z29pocl_atomic_fetch_max__globalPVU8CLglobalU7_Atomicmm12memory_ord
 }
 
 ; Function Attrs: nounwind uwtable
-define void @_Z25pocl_atomic_store__globalPVU8CLglobalU7_Atomicdd12memory_order12memory_scope(double addrspace(1)* nocapture %object, double %desired, i32 %order, i32 %scope) #0 {
+define void @_Z25pocl_atomic_store__globalPU8CLglobalVU7_Atomicdd12memory_order12memory_scope(double addrspace(1)* nocapture %object, double %desired, i32 %order, i32 %scope) #0 {
   switch i32 %order, label %5 [
     i32 0, label %.thread
     i32 1, label %.thread
@@ -3542,7 +3542,7 @@ define void @_Z25pocl_atomic_store__globalPVU8CLglobalU7_Atomicdd12memory_order1
 }
 
 ; Function Attrs: nounwind uwtable
-define double @_Z24pocl_atomic_load__globalPVU8CLglobalU7_Atomicd12memory_order12memory_scope(double addrspace(1)* nocapture readonly %object, i32 %order, i32 %scope) #0 {
+define double @_Z24pocl_atomic_load__globalPU8CLglobalVU7_Atomicd12memory_order12memory_scope(double addrspace(1)* nocapture readonly %object, i32 %order, i32 %scope) #0 {
   switch i32 %order, label %4 [
     i32 0, label %.thread
     i32 1, label %.thread1
@@ -3579,7 +3579,7 @@ define double @_Z24pocl_atomic_load__globalPVU8CLglobalU7_Atomicd12memory_order1
 }
 
 ; Function Attrs: nounwind uwtable
-define double @_Z28pocl_atomic_exchange__globalPVU8CLglobalU7_Atomicdd12memory_order12memory_scope(double addrspace(1)* %object, double %desired, i32 %order, i32 %scope) #0 {
+define double @_Z28pocl_atomic_exchange__globalPU8CLglobalVU7_Atomicdd12memory_order12memory_scope(double addrspace(1)* %object, double %desired, i32 %order, i32 %scope) #0 {
   switch i32 %order, label %10 [
     i32 0, label %.thread
     i32 1, label %.thread2
@@ -3625,7 +3625,7 @@ define double @_Z28pocl_atomic_exchange__globalPVU8CLglobalU7_Atomicdd12memory_o
 }
 
 ; Function Attrs: nounwind uwtable
-define zeroext i1 @_Z43pocl_atomic_compare_exchange_strong__globalPVU8CLglobalU7_AtomicdPdd12memory_orderS3_12memory_scope(double addrspace(1)* %object, double* nocapture %expected, double %desired, i32 %success, i32 %failure, i32 %scope) #0 {
+define zeroext i1 @_Z43pocl_atomic_compare_exchange_strong__globalPU8CLglobalVU7_AtomicdPdd12memory_orderS3_12memory_scope(double addrspace(1)* %object, double* nocapture %expected, double %desired, i32 %success, i32 %failure, i32 %scope) #0 {
   %1 = icmp eq i32 %success, 0
   br i1 %1, label %9, label %2
 
@@ -3830,7 +3830,7 @@ define zeroext i1 @_Z43pocl_atomic_compare_exchange_strong__globalPVU8CLglobalU7
 }
 
 ; Function Attrs: nounwind uwtable
-define zeroext i1 @_Z41pocl_atomic_compare_exchange_weak__globalPVU8CLglobalU7_AtomicdPdd12memory_orderS3_12memory_scope(double addrspace(1)* %object, double* nocapture %expected, double %desired, i32 %success, i32 %failure, i32 %scope) #0 {
+define zeroext i1 @_Z41pocl_atomic_compare_exchange_weak__globalPU8CLglobalVU7_AtomicdPdd12memory_orderS3_12memory_scope(double addrspace(1)* %object, double* nocapture %expected, double %desired, i32 %success, i32 %failure, i32 %scope) #0 {
   %1 = icmp eq i32 %success, 0
   br i1 %1, label %9, label %2
 
@@ -8069,7 +8069,3 @@ define zeroext i1 @_Z40pocl_atomic_compare_exchange_weak__localPVU7CLlocalU7_Ato
 attributes #0 = { nounwind uwtable "disable-tail-calls"="false" "less-precise-fpmad"="false" "no-frame-pointer-elim"="true" "no-frame-pointer-elim-non-leaf" "no-infs-fp-math"="false" "no-nans-fp-math"="false" "stack-protector-buffer-size"="8" "unsafe-fp-math"="false" "use-soft-float"="false" }
 attributes #1 = { noreturn nounwind uwtable "disable-tail-calls"="false" "less-precise-fpmad"="false" "no-frame-pointer-elim"="true" "no-frame-pointer-elim-non-leaf" "no-infs-fp-math"="false" "no-nans-fp-math"="false" "stack-protector-buffer-size"="8" "unsafe-fp-math"="false" "use-soft-float"="false" }
 attributes #2 = { noreturn nounwind }
-
-!llvm.ident = !{!0}
-
-!0 = !{!"Franz clang version 3.7.0 (https://github.com/llvm-mirror/clang.git 40b68b4c02b9d9e1e4138815747adf5589496240) (https://github.com/HSAFoundation/HLC-HSAIL-Development-LLVM.git 183de0bdbefa5664920942fa418d1efefb87faeb) (based on LLVM 3.7.0svn)"}
diff --git a/lib/kernel/svm_atomics_x86_64.ll b/lib/kernel/svm_atomics_x86_64_no_fake_asids.ll
similarity index 75%
copy from lib/kernel/svm_atomics_x86_64.ll
copy to lib/kernel/svm_atomics_x86_64_no_fake_asids.ll
index 4412db3..ee64bbd 100644
--- a/lib/kernel/svm_atomics_x86_64.ll
+++ b/lib/kernel/svm_atomics_x86_64_no_fake_asids.ll
@@ -3,7 +3,7 @@ target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128"
 target triple = "x86_64-unknown-linux-gnu"
 
 ; Function Attrs: nounwind uwtable
-define zeroext i1 @_Z37pocl_atomic_flag_test_and_set__globalPVU8CLglobalU7_Atomici12memory_order12memory_scope(i32 addrspace(1)* %object, i32 %order, i32 %scope) #0 {
+define zeroext i1 @_Z37pocl_atomic_flag_test_and_set__globalPU8CLglobalVU7_Atomici12memory_order12memory_scope(i32 * %object, i32 %order, i32 %scope) #0 {
   switch i32 %order, label %6 [
     i32 0, label %.thread
     i32 1, label %.thread1
@@ -12,23 +12,23 @@ define zeroext i1 @_Z37pocl_atomic_flag_test_and_set__globalPVU8CLglobalU7_Atomi
   ]
 
 .thread:                                          ; preds = %0
-  %1 = atomicrmw volatile xchg i32 addrspace(1)* %object, i32 1 monotonic
+  %1 = atomicrmw volatile xchg i32 * %object, i32 1 monotonic
   br label %8
 
 .thread1:                                         ; preds = %0
-  %2 = atomicrmw volatile xchg i32 addrspace(1)* %object, i32 1 acquire
+  %2 = atomicrmw volatile xchg i32 * %object, i32 1 acquire
   br label %8
 
 .thread2:                                         ; preds = %0
-  %3 = atomicrmw volatile xchg i32 addrspace(1)* %object, i32 1 release
+  %3 = atomicrmw volatile xchg i32 * %object, i32 1 release
   br label %8
 
 ; <label>:4                                       ; preds = %0
-  %5 = atomicrmw volatile xchg i32 addrspace(1)* %object, i32 1 acq_rel
+  %5 = atomicrmw volatile xchg i32 * %object, i32 1 acq_rel
   br label %8
 
 ; <label>:6                                       ; preds = %0
-  %7 = atomicrmw volatile xchg i32 addrspace(1)* %object, i32 1 seq_cst
+  %7 = atomicrmw volatile xchg i32 * %object, i32 1 seq_cst
   br label %8
 
 ; <label>:8                                       ; preds = %6, %4, %.thread2, %.thread1, %.thread
@@ -38,7 +38,7 @@ define zeroext i1 @_Z37pocl_atomic_flag_test_and_set__globalPVU8CLglobalU7_Atomi
 }
 
 ; Function Attrs: nounwind uwtable
-define void @_Z30pocl_atomic_flag_clear__globalPVU8CLglobalU7_Atomici12memory_order12memory_scope(i32 addrspace(1)* nocapture %object, i32 %order, i32 %scope) #0 {
+define void @_Z30pocl_atomic_flag_clear__globalPU8CLglobalVU7_Atomici12memory_order12memory_scope(i32 * nocapture %object, i32 %order, i32 %scope) #0 {
   switch i32 %order, label %1 [
     i32 0, label %.thread
     i32 1, label %.thread
@@ -47,15 +47,15 @@ define void @_Z30pocl_atomic_flag_clear__globalPVU8CLglobalU7_Atomici12memory_or
   ]
 
 .thread:                                          ; preds = %0, %0, %0
-  store atomic volatile i32 0, i32 addrspace(1)* %object monotonic, align 4
+  store atomic volatile i32 0, i32 * %object monotonic, align 4
   br label %2
 
 .thread1:                                         ; preds = %0
-  store atomic volatile i32 0, i32 addrspace(1)* %object release, align 4
+  store atomic volatile i32 0, i32 * %object release, align 4
   br label %2
 
 ; <label>:1                                       ; preds = %0
-  store atomic volatile i32 0, i32 addrspace(1)* %object seq_cst, align 4
+  store atomic volatile i32 0, i32 * %object seq_cst, align 4
   br label %2
 
 ; <label>:2                                       ; preds = %1, %.thread1, %.thread
@@ -63,7 +63,7 @@ define void @_Z30pocl_atomic_flag_clear__globalPVU8CLglobalU7_Atomici12memory_or
 }
 
 ; Function Attrs: nounwind uwtable
-define void @_Z25pocl_atomic_store__globalPVU8CLglobalU7_Atomicii12memory_order12memory_scope(i32 addrspace(1)* nocapture %object, i32 %desired, i32 %order, i32 %scope) #0 {
+define void @_Z25pocl_atomic_store__globalPU8CLglobalVU7_Atomicii12memory_order12memory_scope(i32 * nocapture %object, i32 %desired, i32 %order, i32 %scope) #0 {
   switch i32 %order, label %1 [
     i32 0, label %.thread
     i32 1, label %.thread
@@ -72,15 +72,15 @@ define void @_Z25pocl_atomic_store__globalPVU8CLglobalU7_Atomicii12memory_order1
   ]
 
 .thread:                                          ; preds = %0, %0, %0
-  store atomic volatile i32 %desired, i32 addrspace(1)* %object monotonic, align 4
+  store atomic volatile i32 %desired, i32 * %object monotonic, align 4
   br label %2
 
 .thread1:                                         ; preds = %0
-  store atomic volatile i32 %desired, i32 addrspace(1)* %object release, align 4
+  store atomic volatile i32 %desired, i32 * %object release, align 4
   br label %2
 
 ; <label>:1                                       ; preds = %0
-  store atomic volatile i32 %desired, i32 addrspace(1)* %object seq_cst, align 4
+  store atomic volatile i32 %desired, i32 * %object seq_cst, align 4
   br label %2
 
 ; <label>:2                                       ; preds = %1, %.thread1, %.thread
@@ -88,7 +88,7 @@ define void @_Z25pocl_atomic_store__globalPVU8CLglobalU7_Atomicii12memory_order1
 }
 
 ; Function Attrs: nounwind uwtable
-define i32 @_Z24pocl_atomic_load__globalPVU8CLglobalU7_Atomici12memory_order12memory_scope(i32 addrspace(1)* nocapture readonly %object, i32 %order, i32 %scope) #0 {
+define i32 @_Z24pocl_atomic_load__globalPU8CLglobalVU7_Atomici12memory_order12memory_scope(i32 * nocapture readonly %object, i32 %order, i32 %scope) #0 {
   switch i32 %order, label %3 [
     i32 0, label %.thread
     i32 1, label %.thread1
@@ -97,15 +97,15 @@ define i32 @_Z24pocl_atomic_load__globalPVU8CLglobalU7_Atomici12memory_order12me
   ]
 
 .thread:                                          ; preds = %0, %0, %0
-  %1 = load atomic volatile i32, i32 addrspace(1)* %object monotonic, align 4
+  %1 = load atomic volatile i32, i32 * %object monotonic, align 4
   br label %5
 
 .thread1:                                         ; preds = %0
-  %2 = load atomic volatile i32, i32 addrspace(1)* %object acquire, align 4
+  %2 = load atomic volatile i32, i32 * %object acquire, align 4
   br label %5
 
 ; <label>:3                                       ; preds = %0
-  %4 = load atomic volatile i32, i32 addrspace(1)* %object seq_cst, align 4
+  %4 = load atomic volatile i32, i32 * %object seq_cst, align 4
   br label %5
 
 ; <label>:5                                       ; preds = %3, %.thread1, %.thread
@@ -114,7 +114,7 @@ define i32 @_Z24pocl_atomic_load__globalPVU8CLglobalU7_Atomici12memory_order12me
 }
 
 ; Function Attrs: nounwind uwtable
-define i32 @_Z28pocl_atomic_exchange__globalPVU8CLglobalU7_Atomicii12memory_order12memory_scope(i32 addrspace(1)* %object, i32 %desired, i32 %order, i32 %scope) #0 {
+define i32 @_Z28pocl_atomic_exchange__globalPU8CLglobalVU7_Atomicii12memory_order12memory_scope(i32 * %object, i32 %desired, i32 %order, i32 %scope) #0 {
   switch i32 %order, label %6 [
     i32 0, label %.thread
     i32 1, label %.thread1
@@ -123,23 +123,23 @@ define i32 @_Z28pocl_atomic_exchange__globalPVU8CLglobalU7_Atomicii12memory_orde
   ]
 
 .thread:                                          ; preds = %0
-  %1 = atomicrmw volatile xchg i32 addrspace(1)* %object, i32 %desired monotonic
+  %1 = atomicrmw volatile xchg i32 * %object, i32 %desired monotonic
   br label %8
 
 .thread1:                                         ; preds = %0
-  %2 = atomicrmw volatile xchg i32 addrspace(1)* %object, i32 %desired acquire
+  %2 = atomicrmw volatile xchg i32 * %object, i32 %desired acquire
   br label %8
 
 .thread2:                                         ; preds = %0
-  %3 = atomicrmw volatile xchg i32 addrspace(1)* %object, i32 %desired release
+  %3 = atomicrmw volatile xchg i32 * %object, i32 %desired release
   br label %8
 
 ; <label>:4                                       ; preds = %0
-  %5 = atomicrmw volatile xchg i32 addrspace(1)* %object, i32 %desired acq_rel
+  %5 = atomicrmw volatile xchg i32 * %object, i32 %desired acq_rel
   br label %8
 
 ; <label>:6                                       ; preds = %0
-  %7 = atomicrmw volatile xchg i32 addrspace(1)* %object, i32 %desired seq_cst
+  %7 = atomicrmw volatile xchg i32 * %object, i32 %desired seq_cst
   br label %8
 
 ; <label>:8                                       ; preds = %6, %4, %.thread2, %.thread1, %.thread
@@ -148,7 +148,7 @@ define i32 @_Z28pocl_atomic_exchange__globalPVU8CLglobalU7_Atomicii12memory_orde
 }
 
 ; Function Attrs: nounwind uwtable
-define zeroext i1 @_Z43pocl_atomic_compare_exchange_strong__globalPVU8CLglobalU7_AtomiciPii12memory_orderS3_12memory_scope(i32 addrspace(1)* %object, i32* nocapture %expected, i32 %desired, i32 %success, i32 %failure, i32 %scope) #0 {
+define zeroext i1 @_Z43pocl_atomic_compare_exchange_strong__globalPU8CLglobalVU7_AtomiciPii12memory_orderS3_12memory_scope(i32 * %object, i32* nocapture %expected, i32 %desired, i32 %success, i32 %failure, i32 %scope) #0 {
   %1 = icmp eq i32 %success, 0
   br i1 %1, label %9, label %2
 
@@ -219,7 +219,7 @@ define zeroext i1 @_Z43pocl_atomic_compare_exchange_strong__globalPVU8CLglobalU7
 
 ; <label>:28                                      ; preds = %19
   %29 = load i32, i32* %expected, align 4
-  %30 = cmpxchg volatile i32 addrspace(1)* %object, i32 %29, i32 %desired monotonic monotonic
+  %30 = cmpxchg volatile i32 * %object, i32 %29, i32 %desired monotonic monotonic
   %31 = extractvalue { i32, i1 } %30, 1
   br i1 %31, label %34, label %32
 
@@ -233,12 +233,12 @@ define zeroext i1 @_Z43pocl_atomic_compare_exchange_strong__globalPVU8CLglobalU7
   br label %26
 
 ; <label>:36                                      ; preds = %21
-  %37 = cmpxchg volatile i32 addrspace(1)* %object, i32 %22, i32 %desired acquire monotonic
+  %37 = cmpxchg volatile i32 * %object, i32 %22, i32 %desired acquire monotonic
   %38 = extractvalue { i32, i1 } %37, 1
   br i1 %38, label %44, label %42
 
 ; <label>:39                                      ; preds = %21
-  %40 = cmpxchg volatile i32 addrspace(1)* %object, i32 %22, i32 %desired acquire acquire
+  %40 = cmpxchg volatile i32 * %object, i32 %22, i32 %desired acquire acquire
   %41 = extractvalue { i32, i1 } %40, 1
   br i1 %41, label %48, label %46
 
@@ -262,7 +262,7 @@ define zeroext i1 @_Z43pocl_atomic_compare_exchange_strong__globalPVU8CLglobalU7
 
 ; <label>:50                                      ; preds = %19
   %51 = load i32, i32* %expected, align 4
-  %52 = cmpxchg volatile i32 addrspace(1)* %object, i32 %51, i32 %desired release monotonic
+  %52 = cmpxchg volatile i32 * %object, i32 %51, i32 %desired release monotonic
   %53 = extractvalue { i32, i1 } %52, 1
   br i1 %53, label %56, label %54
 
@@ -276,12 +276,12 @@ define zeroext i1 @_Z43pocl_atomic_compare_exchange_strong__globalPVU8CLglobalU7
   br label %26
 
 ; <label>:58                                      ; preds = %23
-  %59 = cmpxchg volatile i32 addrspace(1)* %object, i32 %24, i32 %desired acq_rel monotonic
+  %59 = cmpxchg volatile i32 * %object, i32 %24, i32 %desired acq_rel monotonic
   %60 = extractvalue { i32, i1 } %59, 1
   br i1 %60, label %66, label %64
 
 ; <label>:61                                      ; preds = %23
-  %62 = cmpxchg volatile i32 addrspace(1)* %object, i32 %24, i32 %desired acq_rel acquire
+  %62 = cmpxchg volatile i32 * %object, i32 %24, i32 %desired acq_rel acquire
   %63 = extractvalue { i32, i1 } %62, 1
   br i1 %63, label %70, label %68
 
@@ -305,19 +305,19 @@ define zeroext i1 @_Z43pocl_atomic_compare_exchange_strong__globalPVU8CLglobalU7
 
 ; <label>:72                                      ; preds = %25
   %73 = load i32, i32* %expected, align 4
-  %74 = cmpxchg volatile i32 addrspace(1)* %object, i32 %73, i32 %desired seq_cst monotonic
+  %74 = cmpxchg volatile i32 * %object, i32 %73, i32 %desired seq_cst monotonic
   %75 = extractvalue { i32, i1 } %74, 1
   br i1 %75, label %86, label %84
 
 ; <label>:76                                      ; preds = %25, %25
   %77 = load i32, i32* %expected, align 4
-  %78 = cmpxchg volatile i32 addrspace(1)* %object, i32 %77, i32 %desired seq_cst acquire
+  %78 = cmpxchg volatile i32 * %object, i32 %77, i32 %desired seq_cst acquire
   %79 = extractvalue { i32, i1 } %78, 1
   br i1 %79, label %90, label %88
 
 ; <label>:80                                      ; preds = %25
   %81 = load i32, i32* %expected, align 4
-  %82 = cmpxchg volatile i32 addrspace(1)* %object, i32 %81, i32 %desired seq_cst seq_cst
+  %82 = cmpxchg volatile i32 * %object, i32 %81, i32 %desired seq_cst seq_cst
   %83 = extractvalue { i32, i1 } %82, 1
   br i1 %83, label %94, label %92
 
@@ -350,7 +350,7 @@ define zeroext i1 @_Z43pocl_atomic_compare_exchange_strong__globalPVU8CLglobalU7
 }
 
 ; Function Attrs: nounwind uwtable
-define zeroext i1 @_Z41pocl_atomic_compare_exchange_weak__globalPVU8CLglobalU7_AtomiciPii12memory_orderS3_12memory_scope(i32 addrspace(1)* %object, i32* nocapture %expected, i32 %desired, i32 %success, i32 %failure, i32 %scope) #0 {
+define zeroext i1 @_Z41pocl_atomic_compare_exchange_weak__globalPU8CLglobalVU7_AtomiciPii12memory_orderS3_12memory_scope(i32 * %object, i32* nocapture %expected, i32 %desired, i32 %success, i32 %failure, i32 %scope) #0 {
   %1 = icmp eq i32 %success, 0
   br i1 %1, label %9, label %2
 
@@ -421,7 +421,7 @@ define zeroext i1 @_Z41pocl_atomic_compare_exchange_weak__globalPVU8CLglobalU7_A
 
 ; <label>:28                                      ; preds = %19
   %29 = load i32, i32* %expected, align 4
-  %30 = cmpxchg weak volatile i32 addrspace(1)* %object, i32 %29, i32 %desired monotonic monotonic
+  %30 = cmpxchg weak volatile i32 * %object, i32 %29, i32 %desired monotonic monotonic
   %31 = extractvalue { i32, i1 } %30, 1
   br i1 %31, label %34, label %32
 
@@ -435,12 +435,12 @@ define zeroext i1 @_Z41pocl_atomic_compare_exchange_weak__globalPVU8CLglobalU7_A
   br label %26
 
 ; <label>:36                                      ; preds = %21
-  %37 = cmpxchg weak volatile i32 addrspace(1)* %object, i32 %22, i32 %desired acquire monotonic
+  %37 = cmpxchg weak volatile i32 * %object, i32 %22, i32 %desired acquire monotonic
   %38 = extractvalue { i32, i1 } %37, 1
   br i1 %38, label %44, label %42
 
 ; <label>:39                                      ; preds = %21
-  %40 = cmpxchg weak volatile i32 addrspace(1)* %object, i32 %22, i32 %desired acquire acquire
+  %40 = cmpxchg weak volatile i32 * %object, i32 %22, i32 %desired acquire acquire
   %41 = extractvalue { i32, i1 } %40, 1
   br i1 %41, label %48, label %46
 
@@ -464,7 +464,7 @@ define zeroext i1 @_Z41pocl_atomic_compare_exchange_weak__globalPVU8CLglobalU7_A
 
 ; <label>:50                                      ; preds = %19
   %51 = load i32, i32* %expected, align 4
-  %52 = cmpxchg weak volatile i32 addrspace(1)* %object, i32 %51, i32 %desired release monotonic
+  %52 = cmpxchg weak volatile i32 * %object, i32 %51, i32 %desired release monotonic
   %53 = extractvalue { i32, i1 } %52, 1
   br i1 %53, label %56, label %54
 
@@ -478,12 +478,12 @@ define zeroext i1 @_Z41pocl_atomic_compare_exchange_weak__globalPVU8CLglobalU7_A
   br label %26
 
 ; <label>:58                                      ; preds = %23
-  %59 = cmpxchg weak volatile i32 addrspace(1)* %object, i32 %24, i32 %desired acq_rel monotonic
+  %59 = cmpxchg weak volatile i32 * %object, i32 %24, i32 %desired acq_rel monotonic
   %60 = extractvalue { i32, i1 } %59, 1
   br i1 %60, label %66, label %64
 
 ; <label>:61                                      ; preds = %23
-  %62 = cmpxchg weak volatile i32 addrspace(1)* %object, i32 %24, i32 %desired acq_rel acquire
+  %62 = cmpxchg weak volatile i32 * %object, i32 %24, i32 %desired acq_rel acquire
   %63 = extractvalue { i32, i1 } %62, 1
   br i1 %63, label %70, label %68
 
@@ -507,19 +507,19 @@ define zeroext i1 @_Z41pocl_atomic_compare_exchange_weak__globalPVU8CLglobalU7_A
 
 ; <label>:72                                      ; preds = %25
   %73 = load i32, i32* %expected, align 4
-  %74 = cmpxchg weak volatile i32 addrspace(1)* %object, i32 %73, i32 %desired seq_cst monotonic
+  %74 = cmpxchg weak volatile i32 * %object, i32 %73, i32 %desired seq_cst monotonic
   %75 = extractvalue { i32, i1 } %74, 1
   br i1 %75, label %86, label %84
 
 ; <label>:76                                      ; preds = %25, %25
   %77 = load i32, i32* %expected, align 4
-  %78 = cmpxchg weak volatile i32 addrspace(1)* %object, i32 %77, i32 %desired seq_cst acquire
+  %78 = cmpxchg weak volatile i32 * %object, i32 %77, i32 %desired seq_cst acquire
   %79 = extractvalue { i32, i1 } %78, 1
   br i1 %79, label %90, label %88
 
 ; <label>:80                                      ; preds = %25
   %81 = load i32, i32* %expected, align 4
-  %82 = cmpxchg weak volatile i32 addrspace(1)* %object, i32 %81, i32 %desired seq_cst seq_cst
+  %82 = cmpxchg weak volatile i32 * %object, i32 %81, i32 %desired seq_cst seq_cst
   %83 = extractvalue { i32, i1 } %82, 1
   br i1 %83, label %94, label %92
 
@@ -552,7 +552,7 @@ define zeroext i1 @_Z41pocl_atomic_compare_exchange_weak__globalPVU8CLglobalU7_A
 }
 
 ; Function Attrs: nounwind uwtable
-define i32 @_Z29pocl_atomic_fetch_add__globalPVU8CLglobalU7_Atomicii12memory_order12memory_scope(i32 addrspace(1)* %object, i32 %operand, i32 %order, i32 %scope) #0 {
+define i32 @_Z29pocl_atomic_fetch_add__globalPU8CLglobalVU7_Atomicii12memory_order12memory_scope(i32 * %object, i32 %operand, i32 %order, i32 %scope) #0 {
   switch i32 %order, label %6 [
     i32 0, label %.thread
     i32 1, label %.thread1
@@ -561,23 +561,23 @@ define i32 @_Z29pocl_atomic_fetch_add__globalPVU8CLglobalU7_Atomicii12memory_ord
   ]
 
 .thread:                                          ; preds = %0
-  %1 = atomicrmw volatile add i32 addrspace(1)* %object, i32 %operand monotonic
+  %1 = atomicrmw volatile add i32 * %object, i32 %operand monotonic
   br label %8
 
 .thread1:                                         ; preds = %0
-  %2 = atomicrmw volatile add i32 addrspace(1)* %object, i32 %operand acquire
+  %2 = atomicrmw volatile add i32 * %object, i32 %operand acquire
   br label %8
 
 .thread2:                                         ; preds = %0
-  %3 = atomicrmw volatile add i32 addrspace(1)* %object, i32 %operand release
+  %3 = atomicrmw volatile add i32 * %object, i32 %operand release
   br label %8
 
 ; <label>:4                                       ; preds = %0
-  %5 = atomicrmw volatile add i32 addrspace(1)* %object, i32 %operand acq_rel
+  %5 = atomicrmw volatile add i32 * %object, i32 %operand acq_rel
   br label %8
 
 ; <label>:6                                       ; preds = %0
-  %7 = atomicrmw volatile add i32 addrspace(1)* %object, i32 %operand seq_cst
+  %7 = atomicrmw volatile add i32 * %object, i32 %operand seq_cst
   br label %8
 
 ; <label>:8                                       ; preds = %6, %4, %.thread2, %.thread1, %.thread
@@ -586,7 +586,7 @@ define i32 @_Z29pocl_atomic_fetch_add__globalPVU8CLglobalU7_Atomicii12memory_ord
 }
 
 ; Function Attrs: nounwind uwtable
-define i32 @_Z29pocl_atomic_fetch_sub__globalPVU8CLglobalU7_Atomicii12memory_order12memory_scope(i32 addrspace(1)* %object, i32 %operand, i32 %order, i32 %scope) #0 {
+define i32 @_Z29pocl_atomic_fetch_sub__globalPU8CLglobalVU7_Atomicii12memory_order12memory_scope(i32 * %object, i32 %operand, i32 %order, i32 %scope) #0 {
   switch i32 %order, label %6 [
     i32 0, label %.thread
     i32 1, label %.thread1
@@ -595,23 +595,23 @@ define i32 @_Z29pocl_atomic_fetch_sub__globalPVU8CLglobalU7_Atomicii12memory_ord
   ]
 
 .thread:                                          ; preds = %0
-  %1 = atomicrmw volatile sub i32 addrspace(1)* %object, i32 %operand monotonic
+  %1 = atomicrmw volatile sub i32 * %object, i32 %operand monotonic
   br label %8
 
 .thread1:                                         ; preds = %0
-  %2 = atomicrmw volatile sub i32 addrspace(1)* %object, i32 %operand acquire
+  %2 = atomicrmw volatile sub i32 * %object, i32 %operand acquire
   br label %8
 
 .thread2:                                         ; preds = %0
-  %3 = atomicrmw volatile sub i32 addrspace(1)* %object, i32 %operand release
+  %3 = atomicrmw volatile sub i32 * %object, i32 %operand release
   br label %8
 
 ; <label>:4                                       ; preds = %0
-  %5 = atomicrmw volatile sub i32 addrspace(1)* %object, i32 %operand acq_rel
+  %5 = atomicrmw volatile sub i32 * %object, i32 %operand acq_rel
   br label %8
 
 ; <label>:6                                       ; preds = %0
-  %7 = atomicrmw volatile sub i32 addrspace(1)* %object, i32 %operand seq_cst
+  %7 = atomicrmw volatile sub i32 * %object, i32 %operand seq_cst
   br label %8
 
 ; <label>:8                                       ; preds = %6, %4, %.thread2, %.thread1, %.thread
@@ -620,7 +620,7 @@ define i32 @_Z29pocl_atomic_fetch_sub__globalPVU8CLglobalU7_Atomicii12memory_ord
 }
 
 ; Function Attrs: nounwind uwtable
-define i32 @_Z28pocl_atomic_fetch_or__globalPVU8CLglobalU7_Atomicii12memory_order12memory_scope(i32 addrspace(1)* %object, i32 %operand, i32 %order, i32 %scope) #0 {
+define i32 @_Z28pocl_atomic_fetch_or__globalPU8CLglobalVU7_Atomicii12memory_order12memory_scope(i32 * %object, i32 %operand, i32 %order, i32 %scope) #0 {
   switch i32 %order, label %6 [
     i32 0, label %.thread
     i32 1, label %.thread1
@@ -629,23 +629,23 @@ define i32 @_Z28pocl_atomic_fetch_or__globalPVU8CLglobalU7_Atomicii12memory_orde
   ]
 
 .thread:                                          ; preds = %0
-  %1 = atomicrmw volatile or i32 addrspace(1)* %object, i32 %operand monotonic
+  %1 = atomicrmw volatile or i32 * %object, i32 %operand monotonic
   br label %8
 
 .thread1:                                         ; preds = %0
-  %2 = atomicrmw volatile or i32 addrspace(1)* %object, i32 %operand acquire
+  %2 = atomicrmw volatile or i32 * %object, i32 %operand acquire
   br label %8
 
 .thread2:                                         ; preds = %0
-  %3 = atomicrmw volatile or i32 addrspace(1)* %object, i32 %operand release
+  %3 = atomicrmw volatile or i32 * %object, i32 %operand release
   br label %8
 
 ; <label>:4                                       ; preds = %0
-  %5 = atomicrmw volatile or i32 addrspace(1)* %object, i32 %operand acq_rel
+  %5 = atomicrmw volatile or i32 * %object, i32 %operand acq_rel
   br label %8
 
 ; <label>:6                                       ; preds = %0
-  %7 = atomicrmw volatile or i32 addrspace(1)* %object, i32 %operand seq_cst
+  %7 = atomicrmw volatile or i32 * %object, i32 %operand seq_cst
   br label %8
 
 ; <label>:8                                       ; preds = %6, %4, %.thread2, %.thread1, %.thread
@@ -654,7 +654,7 @@ define i32 @_Z28pocl_atomic_fetch_or__globalPVU8CLglobalU7_Atomicii12memory_orde
 }
 
 ; Function Attrs: nounwind uwtable
-define i32 @_Z29pocl_atomic_fetch_xor__globalPVU8CLglobalU7_Atomicii12memory_order12memory_scope(i32 addrspace(1)* %object, i32 %operand, i32 %order, i32 %scope) #0 {
+define i32 @_Z29pocl_atomic_fetch_xor__globalPU8CLglobalVU7_Atomicii12memory_order12memory_scope(i32 * %object, i32 %operand, i32 %order, i32 %scope) #0 {
   switch i32 %order, label %6 [
     i32 0, label %.thread
     i32 1, label %.thread1
@@ -663,23 +663,23 @@ define i32 @_Z29pocl_atomic_fetch_xor__globalPVU8CLglobalU7_Atomicii12memory_ord
   ]
 
 .thread:                                          ; preds = %0
-  %1 = atomicrmw volatile xor i32 addrspace(1)* %object, i32 %operand monotonic
+  %1 = atomicrmw volatile xor i32 * %object, i32 %operand monotonic
   br label %8
 
 .thread1:                                         ; preds = %0
-  %2 = atomicrmw volatile xor i32 addrspace(1)* %object, i32 %operand acquire
+  %2 = atomicrmw volatile xor i32 * %object, i32 %operand acquire
   br label %8
 
 .thread2:                                         ; preds = %0
-  %3 = atomicrmw volatile xor i32 addrspace(1)* %object, i32 %operand release
+  %3 = atomicrmw volatile xor i32 * %object, i32 %operand release
   br label %8
 
 ; <label>:4                                       ; preds = %0
-  %5 = atomicrmw volatile xor i32 addrspace(1)* %object, i32 %operand acq_rel
+  %5 = atomicrmw volatile xor i32 * %object, i32 %operand acq_rel
   br label %8
 
 ; <label>:6                                       ; preds = %0
-  %7 = atomicrmw volatile xor i32 addrspace(1)* %object, i32 %operand seq_cst
+  %7 = atomicrmw volatile xor i32 * %object, i32 %operand seq_cst
   br label %8
 
 ; <label>:8                                       ; preds = %6, %4, %.thread2, %.thread1, %.thread
@@ -688,7 +688,7 @@ define i32 @_Z29pocl_atomic_fetch_xor__globalPVU8CLglobalU7_Atomicii12memory_ord
 }
 
 ; Function Attrs: nounwind uwtable
-define i32 @_Z29pocl_atomic_fetch_and__globalPVU8CLglobalU7_Atomicii12memory_order12memory_scope(i32 addrspace(1)* %object, i32 %operand, i32 %order, i32 %scope) #0 {
+define i32 @_Z29pocl_atomic_fetch_and__globalPU8CLglobalVU7_Atomicii12memory_order12memory_scope(i32 * %object, i32 %operand, i32 %order, i32 %scope) #0 {
   switch i32 %order, label %6 [
     i32 0, label %.thread
     i32 1, label %.thread1
@@ -697,23 +697,23 @@ define i32 @_Z29pocl_atomic_fetch_and__globalPVU8CLglobalU7_Atomicii12memory_ord
   ]
 
 .thread:                                          ; preds = %0
-  %1 = atomicrmw volatile and i32 addrspace(1)* %object, i32 %operand monotonic
+  %1 = atomicrmw volatile and i32 * %object, i32 %operand monotonic
   br label %8
 
 .thread1:                                         ; preds = %0
-  %2 = atomicrmw volatile and i32 addrspace(1)* %object, i32 %operand acquire
+  %2 = atomicrmw volatile and i32 * %object, i32 %operand acquire
   br label %8
 
 .thread2:                                         ; preds = %0
-  %3 = atomicrmw volatile and i32 addrspace(1)* %object, i32 %operand release
+  %3 = atomicrmw volatile and i32 * %object, i32 %operand release
   br label %8
 
 ; <label>:4                                       ; preds = %0
-  %5 = atomicrmw volatile and i32 addrspace(1)* %object, i32 %operand acq_rel
+  %5 = atomicrmw volatile and i32 * %object, i32 %operand acq_rel
   br label %8
 
 ; <label>:6                                       ; preds = %0
-  %7 = atomicrmw volatile and i32 addrspace(1)* %object, i32 %operand seq_cst
+  %7 = atomicrmw volatile and i32 * %object, i32 %operand seq_cst
   br label %8
 
 ; <label>:8                                       ; preds = %6, %4, %.thread2, %.thread1, %.thread
@@ -722,7 +722,7 @@ define i32 @_Z29pocl_atomic_fetch_and__globalPVU8CLglobalU7_Atomicii12memory_ord
 }
 
 ; Function Attrs: nounwind uwtable
-define i32 @_Z29pocl_atomic_fetch_min__globalPVU8CLglobalU7_Atomicii12memory_order12memory_scope(i32 addrspace(1)* %object, i32 %operand, i32 %order, i32 %scope) #0 {
+define i32 @_Z29pocl_atomic_fetch_min__globalPU8CLglobalVU7_Atomicii12memory_order12memory_scope(i32 * %object, i32 %operand, i32 %order, i32 %scope) #0 {
   switch i32 %order, label %6 [
     i32 0, label %.thread
     i32 1, label %.thread1
@@ -731,23 +731,23 @@ define i32 @_Z29pocl_atomic_fetch_min__globalPVU8CLglobalU7_Atomicii12memory_ord
   ]
 
 .thread:                                          ; preds = %0
-  %1 = atomicrmw volatile min i32 addrspace(1)* %object, i32 %operand monotonic
+  %1 = atomicrmw volatile min i32 * %object, i32 %operand monotonic
   br label %8
 
 .thread1:                                         ; preds = %0
-  %2 = atomicrmw volatile min i32 addrspace(1)* %object, i32 %operand acquire
+  %2 = atomicrmw volatile min i32 * %object, i32 %operand acquire
   br label %8
 
 .thread2:                                         ; preds = %0
-  %3 = atomicrmw volatile min i32 addrspace(1)* %object, i32 %operand release
+  %3 = atomicrmw volatile min i32 * %object, i32 %operand release
   br label %8
 
 ; <label>:4                                       ; preds = %0
-  %5 = atomicrmw volatile min i32 addrspace(1)* %object, i32 %operand acq_rel
+  %5 = atomicrmw volatile min i32 * %object, i32 %operand acq_rel
   br label %8
 
 ; <label>:6                                       ; preds = %0
-  %7 = atomicrmw volatile min i32 addrspace(1)* %object, i32 %operand seq_cst
+  %7 = atomicrmw volatile min i32 * %object, i32 %operand seq_cst
   br label %8
 
 ; <label>:8                                       ; preds = %6, %4, %.thread2, %.thread1, %.thread
@@ -756,7 +756,7 @@ define i32 @_Z29pocl_atomic_fetch_min__globalPVU8CLglobalU7_Atomicii12memory_ord
 }
 
 ; Function Attrs: nounwind uwtable
-define i32 @_Z29pocl_atomic_fetch_max__globalPVU8CLglobalU7_Atomicii12memory_order12memory_scope(i32 addrspace(1)* %object, i32 %operand, i32 %order, i32 %scope) #0 {
+define i32 @_Z29pocl_atomic_fetch_max__globalPU8CLglobalVU7_Atomicii12memory_order12memory_scope(i32 * %object, i32 %operand, i32 %order, i32 %scope) #0 {
   switch i32 %order, label %6 [
     i32 0, label %.thread
     i32 1, label %.thread1
@@ -765,23 +765,23 @@ define i32 @_Z29pocl_atomic_fetch_max__globalPVU8CLglobalU7_Atomicii12memory_ord
   ]
 
 .thread:                                          ; preds = %0
-  %1 = atomicrmw volatile max i32 addrspace(1)* %object, i32 %operand monotonic
+  %1 = atomicrmw volatile max i32 * %object, i32 %operand monotonic
   br label %8
 
 .thread1:                                         ; preds = %0
-  %2 = atomicrmw volatile max i32 addrspace(1)* %object, i32 %operand acquire
+  %2 = atomicrmw volatile max i32 * %object, i32 %operand acquire
   br label %8
 
 .thread2:                                         ; preds = %0
-  %3 = atomicrmw volatile max i32 addrspace(1)* %object, i32 %operand release
+  %3 = atomicrmw volatile max i32 * %object, i32 %operand release
   br label %8
 
 ; <label>:4                                       ; preds = %0
-  %5 = atomicrmw volatile max i32 addrspace(1)* %object, i32 %operand acq_rel
+  %5 = atomicrmw volatile max i32 * %object, i32 %operand acq_rel
   br label %8
 
 ; <label>:6                                       ; preds = %0
-  %7 = atomicrmw volatile max i32 addrspace(1)* %object, i32 %operand seq_cst
+  %7 = atomicrmw volatile max i32 * %object, i32 %operand seq_cst
   br label %8
 
 ; <label>:8                                       ; preds = %6, %4, %.thread2, %.thread1, %.thread
@@ -790,7 +790,7 @@ define i32 @_Z29pocl_atomic_fetch_max__globalPVU8CLglobalU7_Atomicii12memory_ord
 }
 
 ; Function Attrs: nounwind uwtable
-define void @_Z25pocl_atomic_store__globalPVU8CLglobalU7_Atomicjj12memory_order12memory_scope(i32 addrspace(1)* nocapture %object, i32 %desired, i32 %order, i32 %scope) #0 {
+define void @_Z25pocl_atomic_store__globalPU8CLglobalVU7_Atomicjj12memory_order12memory_scope(i32 * nocapture %object, i32 %desired, i32 %order, i32 %scope) #0 {
   switch i32 %order, label %1 [
     i32 0, label %.thread
     i32 1, label %.thread
@@ -799,15 +799,15 @@ define void @_Z25pocl_atomic_store__globalPVU8CLglobalU7_Atomicjj12memory_order1
   ]
 
 .thread:                                          ; preds = %0, %0, %0
-  store atomic volatile i32 %desired, i32 addrspace(1)* %object monotonic, align 4
+  store atomic volatile i32 %desired, i32 * %object monotonic, align 4
   br label %2
 
 .thread1:                                         ; preds = %0
-  store atomic volatile i32 %desired, i32 addrspace(1)* %object release, align 4
+  store atomic volatile i32 %desired, i32 * %object release, align 4
   br label %2
 
 ; <label>:1                                       ; preds = %0
-  store atomic volatile i32 %desired, i32 addrspace(1)* %object seq_cst, align 4
+  store atomic volatile i32 %desired, i32 * %object seq_cst, align 4
   br label %2
 
 ; <label>:2                                       ; preds = %1, %.thread1, %.thread
@@ -815,7 +815,7 @@ define void @_Z25pocl_atomic_store__globalPVU8CLglobalU7_Atomicjj12memory_order1
 }
 
 ; Function Attrs: nounwind uwtable
-define i32 @_Z24pocl_atomic_load__globalPVU8CLglobalU7_Atomicj12memory_order12memory_scope(i32 addrspace(1)* nocapture readonly %object, i32 %order, i32 %scope) #0 {
+define i32 @_Z24pocl_atomic_load__globalPU8CLglobalVU7_Atomicj12memory_order12memory_scope(i32 * nocapture readonly %object, i32 %order, i32 %scope) #0 {
   switch i32 %order, label %3 [
     i32 0, label %.thread
     i32 1, label %.thread1
@@ -824,15 +824,15 @@ define i32 @_Z24pocl_atomic_load__globalPVU8CLglobalU7_Atomicj12memory_order12me
   ]
 
 .thread:                                          ; preds = %0, %0, %0
-  %1 = load atomic volatile i32, i32 addrspace(1)* %object monotonic, align 4
+  %1 = load atomic volatile i32, i32 * %object monotonic, align 4
   br label %5
 
 .thread1:                                         ; preds = %0
-  %2 = load atomic volatile i32, i32 addrspace(1)* %object acquire, align 4
+  %2 = load atomic volatile i32, i32 * %object acquire, align 4
   br label %5
 
 ; <label>:3                                       ; preds = %0
-  %4 = load atomic volatile i32, i32 addrspace(1)* %object seq_cst, align 4
+  %4 = load atomic volatile i32, i32 * %object seq_cst, align 4
   br label %5
 
 ; <label>:5                                       ; preds = %3, %.thread1, %.thread
@@ -841,7 +841,7 @@ define i32 @_Z24pocl_atomic_load__globalPVU8CLglobalU7_Atomicj12memory_order12me
 }
 
 ; Function Attrs: nounwind uwtable
-define i32 @_Z28pocl_atomic_exchange__globalPVU8CLglobalU7_Atomicjj12memory_order12memory_scope(i32 addrspace(1)* %object, i32 %desired, i32 %order, i32 %scope) #0 {
+define i32 @_Z28pocl_atomic_exchange__globalPU8CLglobalVU7_Atomicjj12memory_order12memory_scope(i32 * %object, i32 %desired, i32 %order, i32 %scope) #0 {
   switch i32 %order, label %6 [
     i32 0, label %.thread
     i32 1, label %.thread1
@@ -850,23 +850,23 @@ define i32 @_Z28pocl_atomic_exchange__globalPVU8CLglobalU7_Atomicjj12memory_orde
   ]
 
 .thread:                                          ; preds = %0
-  %1 = atomicrmw volatile xchg i32 addrspace(1)* %object, i32 %desired monotonic
+  %1 = atomicrmw volatile xchg i32 * %object, i32 %desired monotonic
   br label %8
 
 .thread1:                                         ; preds = %0
-  %2 = atomicrmw volatile xchg i32 addrspace(1)* %object, i32 %desired acquire
+  %2 = atomicrmw volatile xchg i32 * %object, i32 %desired acquire
   br label %8
 
 .thread2:                                         ; preds = %0
-  %3 = atomicrmw volatile xchg i32 addrspace(1)* %object, i32 %desired release
+  %3 = atomicrmw volatile xchg i32 * %object, i32 %desired release
   br label %8
 
 ; <label>:4                                       ; preds = %0
-  %5 = atomicrmw volatile xchg i32 addrspace(1)* %object, i32 %desired acq_rel
+  %5 = atomicrmw volatile xchg i32 * %object, i32 %desired acq_rel
   br label %8
 
 ; <label>:6                                       ; preds = %0
-  %7 = atomicrmw volatile xchg i32 addrspace(1)* %object, i32 %desired seq_cst
+  %7 = atomicrmw volatile xchg i32 * %object, i32 %desired seq_cst
   br label %8
 
 ; <label>:8                                       ; preds = %6, %4, %.thread2, %.thread1, %.thread
@@ -875,7 +875,7 @@ define i32 @_Z28pocl_atomic_exchange__globalPVU8CLglobalU7_Atomicjj12memory_orde
 }
 
 ; Function Attrs: nounwind uwtable
-define zeroext i1 @_Z43pocl_atomic_compare_exchange_strong__globalPVU8CLglobalU7_AtomicjPjj12memory_orderS3_12memory_scope(i32 addrspace(1)* %object, i32* nocapture %expected, i32 %desired, i32 %success, i32 %failure, i32 %scope) #0 {
+define zeroext i1 @_Z43pocl_atomic_compare_exchange_strong__globalPU8CLglobalVU7_AtomicjPjj12memory_orderS3_12memory_scope(i32 * %object, i32* nocapture %expected, i32 %desired, i32 %success, i32 %failure, i32 %scope) #0 {
   %1 = icmp eq i32 %success, 0
   br i1 %1, label %9, label %2
 
@@ -946,7 +946,7 @@ define zeroext i1 @_Z43pocl_atomic_compare_exchange_strong__globalPVU8CLglobalU7
 
 ; <label>:28                                      ; preds = %19
   %29 = load i32, i32* %expected, align 4
-  %30 = cmpxchg volatile i32 addrspace(1)* %object, i32 %29, i32 %desired monotonic monotonic
+  %30 = cmpxchg volatile i32 * %object, i32 %29, i32 %desired monotonic monotonic
   %31 = extractvalue { i32, i1 } %30, 1
   br i1 %31, label %34, label %32
 
@@ -960,12 +960,12 @@ define zeroext i1 @_Z43pocl_atomic_compare_exchange_strong__globalPVU8CLglobalU7
   br label %26
 
 ; <label>:36                                      ; preds = %21
-  %37 = cmpxchg volatile i32 addrspace(1)* %object, i32 %22, i32 %desired acquire monotonic
+  %37 = cmpxchg volatile i32 * %object, i32 %22, i32 %desired acquire monotonic
   %38 = extractvalue { i32, i1 } %37, 1
   br i1 %38, label %44, label %42
 
 ; <label>:39                                      ; preds = %21
-  %40 = cmpxchg volatile i32 addrspace(1)* %object, i32 %22, i32 %desired acquire acquire
+  %40 = cmpxchg volatile i32 * %object, i32 %22, i32 %desired acquire acquire
   %41 = extractvalue { i32, i1 } %40, 1
   br i1 %41, label %48, label %46
 
@@ -989,7 +989,7 @@ define zeroext i1 @_Z43pocl_atomic_compare_exchange_strong__globalPVU8CLglobalU7
 
 ; <label>:50                                      ; preds = %19
   %51 = load i32, i32* %expected, align 4
-  %52 = cmpxchg volatile i32 addrspace(1)* %object, i32 %51, i32 %desired release monotonic
+  %52 = cmpxchg volatile i32 * %object, i32 %51, i32 %desired release monotonic
   %53 = extractvalue { i32, i1 } %52, 1
   br i1 %53, label %56, label %54
 
@@ -1003,12 +1003,12 @@ define zeroext i1 @_Z43pocl_atomic_compare_exchange_strong__globalPVU8CLglobalU7
   br label %26
 
 ; <label>:58                                      ; preds = %23
-  %59 = cmpxchg volatile i32 addrspace(1)* %object, i32 %24, i32 %desired acq_rel monotonic
+  %59 = cmpxchg volatile i32 * %object, i32 %24, i32 %desired acq_rel monotonic
   %60 = extractvalue { i32, i1 } %59, 1
   br i1 %60, label %66, label %64
 
 ; <label>:61                                      ; preds = %23
-  %62 = cmpxchg volatile i32 addrspace(1)* %object, i32 %24, i32 %desired acq_rel acquire
+  %62 = cmpxchg volatile i32 * %object, i32 %24, i32 %desired acq_rel acquire
   %63 = extractvalue { i32, i1 } %62, 1
   br i1 %63, label %70, label %68
 
@@ -1032,19 +1032,19 @@ define zeroext i1 @_Z43pocl_atomic_compare_exchange_strong__globalPVU8CLglobalU7
 
 ; <label>:72                                      ; preds = %25
   %73 = load i32, i32* %expected, align 4
-  %74 = cmpxchg volatile i32 addrspace(1)* %object, i32 %73, i32 %desired seq_cst monotonic
+  %74 = cmpxchg volatile i32 * %object, i32 %73, i32 %desired seq_cst monotonic
   %75 = extractvalue { i32, i1 } %74, 1
   br i1 %75, label %86, label %84
 
 ; <label>:76                                      ; preds = %25, %25
   %77 = load i32, i32* %expected, align 4
-  %78 = cmpxchg volatile i32 addrspace(1)* %object, i32 %77, i32 %desired seq_cst acquire
+  %78 = cmpxchg volatile i32 * %object, i32 %77, i32 %desired seq_cst acquire
   %79 = extractvalue { i32, i1 } %78, 1
   br i1 %79, label %90, label %88
 
 ; <label>:80                                      ; preds = %25
   %81 = load i32, i32* %expected, align 4
-  %82 = cmpxchg volatile i32 addrspace(1)* %object, i32 %81, i32 %desired seq_cst seq_cst
+  %82 = cmpxchg volatile i32 * %object, i32 %81, i32 %desired seq_cst seq_cst
   %83 = extractvalue { i32, i1 } %82, 1
   br i1 %83, label %94, label %92
 
@@ -1077,7 +1077,7 @@ define zeroext i1 @_Z43pocl_atomic_compare_exchange_strong__globalPVU8CLglobalU7
 }
 
 ; Function Attrs: nounwind uwtable
-define zeroext i1 @_Z41pocl_atomic_compare_exchange_weak__globalPVU8CLglobalU7_AtomicjPjj12memory_orderS3_12memory_scope(i32 addrspace(1)* %object, i32* nocapture %expected, i32 %desired, i32 %success, i32 %failure, i32 %scope) #0 {
+define zeroext i1 @_Z41pocl_atomic_compare_exchange_weak__globalPU8CLglobalVU7_AtomicjPjj12memory_orderS3_12memory_scope(i32 * %object, i32* nocapture %expected, i32 %desired, i32 %success, i32 %failure, i32 %scope) #0 {
   %1 = icmp eq i32 %success, 0
   br i1 %1, label %9, label %2
 
@@ -1148,7 +1148,7 @@ define zeroext i1 @_Z41pocl_atomic_compare_exchange_weak__globalPVU8CLglobalU7_A
 
 ; <label>:28                                      ; preds = %19
   %29 = load i32, i32* %expected, align 4
-  %30 = cmpxchg weak volatile i32 addrspace(1)* %object, i32 %29, i32 %desired monotonic monotonic
+  %30 = cmpxchg weak volatile i32 * %object, i32 %29, i32 %desired monotonic monotonic
   %31 = extractvalue { i32, i1 } %30, 1
   br i1 %31, label %34, label %32
 
@@ -1162,12 +1162,12 @@ define zeroext i1 @_Z41pocl_atomic_compare_exchange_weak__globalPVU8CLglobalU7_A
   br label %26
 
 ; <label>:36                                      ; preds = %21
-  %37 = cmpxchg weak volatile i32 addrspace(1)* %object, i32 %22, i32 %desired acquire monotonic
+  %37 = cmpxchg weak volatile i32 * %object, i32 %22, i32 %desired acquire monotonic
   %38 = extractvalue { i32, i1 } %37, 1
   br i1 %38, label %44, label %42
 
 ; <label>:39                                      ; preds = %21
-  %40 = cmpxchg weak volatile i32 addrspace(1)* %object, i32 %22, i32 %desired acquire acquire
+  %40 = cmpxchg weak volatile i32 * %object, i32 %22, i32 %desired acquire acquire
   %41 = extractvalue { i32, i1 } %40, 1
   br i1 %41, label %48, label %46
 
@@ -1191,7 +1191,7 @@ define zeroext i1 @_Z41pocl_atomic_compare_exchange_weak__globalPVU8CLglobalU7_A
 
 ; <label>:50                                      ; preds = %19
   %51 = load i32, i32* %expected, align 4
-  %52 = cmpxchg weak volatile i32 addrspace(1)* %object, i32 %51, i32 %desired release monotonic
+  %52 = cmpxchg weak volatile i32 * %object, i32 %51, i32 %desired release monotonic
   %53 = extractvalue { i32, i1 } %52, 1
   br i1 %53, label %56, label %54
 
@@ -1205,12 +1205,12 @@ define zeroext i1 @_Z41pocl_atomic_compare_exchange_weak__globalPVU8CLglobalU7_A
   br label %26
 
 ; <label>:58                                      ; preds = %23
-  %59 = cmpxchg weak volatile i32 addrspace(1)* %object, i32 %24, i32 %desired acq_rel monotonic
+  %59 = cmpxchg weak volatile i32 * %object, i32 %24, i32 %desired acq_rel monotonic
   %60 = extractvalue { i32, i1 } %59, 1
   br i1 %60, label %66, label %64
 
 ; <label>:61                                      ; preds = %23
-  %62 = cmpxchg weak volatile i32 addrspace(1)* %object, i32 %24, i32 %desired acq_rel acquire
+  %62 = cmpxchg weak volatile i32 * %object, i32 %24, i32 %desired acq_rel acquire
   %63 = extractvalue { i32, i1 } %62, 1
   br i1 %63, label %70, label %68
 
@@ -1234,19 +1234,19 @@ define zeroext i1 @_Z41pocl_atomic_compare_exchange_weak__globalPVU8CLglobalU7_A
 
 ; <label>:72                                      ; preds = %25
   %73 = load i32, i32* %expected, align 4
-  %74 = cmpxchg weak volatile i32 addrspace(1)* %object, i32 %73, i32 %desired seq_cst monotonic
+  %74 = cmpxchg weak volatile i32 * %object, i32 %73, i32 %desired seq_cst monotonic
   %75 = extractvalue { i32, i1 } %74, 1
   br i1 %75, label %86, label %84
 
 ; <label>:76                                      ; preds = %25, %25
   %77 = load i32, i32* %expected, align 4
-  %78 = cmpxchg weak volatile i32 addrspace(1)* %object, i32 %77, i32 %desired seq_cst acquire
+  %78 = cmpxchg weak volatile i32 * %object, i32 %77, i32 %desired seq_cst acquire
   %79 = extractvalue { i32, i1 } %78, 1
   br i1 %79, label %90, label %88
 
 ; <label>:80                                      ; preds = %25
   %81 = load i32, i32* %expected, align 4
-  %82 = cmpxchg weak volatile i32 addrspace(1)* %object, i32 %81, i32 %desired seq_cst seq_cst
+  %82 = cmpxchg weak volatile i32 * %object, i32 %81, i32 %desired seq_cst seq_cst
   %83 = extractvalue { i32, i1 } %82, 1
   br i1 %83, label %94, label %92
 
@@ -1279,7 +1279,7 @@ define zeroext i1 @_Z41pocl_atomic_compare_exchange_weak__globalPVU8CLglobalU7_A
 }
 
 ; Function Attrs: nounwind uwtable
-define i32 @_Z29pocl_atomic_fetch_add__globalPVU8CLglobalU7_Atomicjj12memory_order12memory_scope(i32 addrspace(1)* %object, i32 %operand, i32 %order, i32 %scope) #0 {
+define i32 @_Z29pocl_atomic_fetch_add__globalPU8CLglobalVU7_Atomicjj12memory_order12memory_scope(i32 * %object, i32 %operand, i32 %order, i32 %scope) #0 {
   switch i32 %order, label %6 [
     i32 0, label %.thread
     i32 1, label %.thread1
@@ -1288,23 +1288,23 @@ define i32 @_Z29pocl_atomic_fetch_add__globalPVU8CLglobalU7_Atomicjj12memory_ord
   ]
 
 .thread:                                          ; preds = %0
-  %1 = atomicrmw volatile add i32 addrspace(1)* %object, i32 %operand monotonic
+  %1 = atomicrmw volatile add i32 * %object, i32 %operand monotonic
   br label %8
 
 .thread1:                                         ; preds = %0
-  %2 = atomicrmw volatile add i32 addrspace(1)* %object, i32 %operand acquire
+  %2 = atomicrmw volatile add i32 * %object, i32 %operand acquire
   br label %8
 
 .thread2:                                         ; preds = %0
-  %3 = atomicrmw volatile add i32 addrspace(1)* %object, i32 %operand release
+  %3 = atomicrmw volatile add i32 * %object, i32 %operand release
   br label %8
 
 ; <label>:4                                       ; preds = %0
-  %5 = atomicrmw volatile add i32 addrspace(1)* %object, i32 %operand acq_rel
+  %5 = atomicrmw volatile add i32 * %object, i32 %operand acq_rel
   br label %8
 
 ; <label>:6                                       ; preds = %0
-  %7 = atomicrmw volatile add i32 addrspace(1)* %object, i32 %operand seq_cst
+  %7 = atomicrmw volatile add i32 * %object, i32 %operand seq_cst
   br label %8
 
 ; <label>:8                                       ; preds = %6, %4, %.thread2, %.thread1, %.thread
@@ -1313,7 +1313,7 @@ define i32 @_Z29pocl_atomic_fetch_add__globalPVU8CLglobalU7_Atomicjj12memory_ord
 }
 
 ; Function Attrs: nounwind uwtable
-define i32 @_Z29pocl_atomic_fetch_sub__globalPVU8CLglobalU7_Atomicjj12memory_order12memory_scope(i32 addrspace(1)* %object, i32 %operand, i32 %order, i32 %scope) #0 {
+define i32 @_Z29pocl_atomic_fetch_sub__globalPU8CLglobalVU7_Atomicjj12memory_order12memory_scope(i32 * %object, i32 %operand, i32 %order, i32 %scope) #0 {
   switch i32 %order, label %6 [
     i32 0, label %.thread
     i32 1, label %.thread1
@@ -1322,23 +1322,23 @@ define i32 @_Z29pocl_atomic_fetch_sub__globalPVU8CLglobalU7_Atomicjj12memory_ord
   ]
 
 .thread:                                          ; preds = %0
-  %1 = atomicrmw volatile sub i32 addrspace(1)* %object, i32 %operand monotonic
+  %1 = atomicrmw volatile sub i32 * %object, i32 %operand monotonic
   br label %8
 
 .thread1:                                         ; preds = %0
-  %2 = atomicrmw volatile sub i32 addrspace(1)* %object, i32 %operand acquire
+  %2 = atomicrmw volatile sub i32 * %object, i32 %operand acquire
   br label %8
 
 .thread2:                                         ; preds = %0
-  %3 = atomicrmw volatile sub i32 addrspace(1)* %object, i32 %operand release
+  %3 = atomicrmw volatile sub i32 * %object, i32 %operand release
   br label %8
 
 ; <label>:4                                       ; preds = %0
-  %5 = atomicrmw volatile sub i32 addrspace(1)* %object, i32 %operand acq_rel
+  %5 = atomicrmw volatile sub i32 * %object, i32 %operand acq_rel
   br label %8
 
 ; <label>:6                                       ; preds = %0
-  %7 = atomicrmw volatile sub i32 addrspace(1)* %object, i32 %operand seq_cst
+  %7 = atomicrmw volatile sub i32 * %object, i32 %operand seq_cst
   br label %8
 
 ; <label>:8                                       ; preds = %6, %4, %.thread2, %.thread1, %.thread
@@ -1347,7 +1347,7 @@ define i32 @_Z29pocl_atomic_fetch_sub__globalPVU8CLglobalU7_Atomicjj12memory_ord
 }
 
 ; Function Attrs: nounwind uwtable
-define i32 @_Z28pocl_atomic_fetch_or__globalPVU8CLglobalU7_Atomicjj12memory_order12memory_scope(i32 addrspace(1)* %object, i32 %operand, i32 %order, i32 %scope) #0 {
+define i32 @_Z28pocl_atomic_fetch_or__globalPU8CLglobalVU7_Atomicjj12memory_order12memory_scope(i32 * %object, i32 %operand, i32 %order, i32 %scope) #0 {
   switch i32 %order, label %6 [
     i32 0, label %.thread
     i32 1, label %.thread1
@@ -1356,23 +1356,23 @@ define i32 @_Z28pocl_atomic_fetch_or__globalPVU8CLglobalU7_Atomicjj12memory_orde
   ]
 
 .thread:                                          ; preds = %0
-  %1 = atomicrmw volatile or i32 addrspace(1)* %object, i32 %operand monotonic
+  %1 = atomicrmw volatile or i32 * %object, i32 %operand monotonic
   br label %8
 
 .thread1:                                         ; preds = %0
-  %2 = atomicrmw volatile or i32 addrspace(1)* %object, i32 %operand acquire
+  %2 = atomicrmw volatile or i32 * %object, i32 %operand acquire
   br label %8
 
 .thread2:                                         ; preds = %0
-  %3 = atomicrmw volatile or i32 addrspace(1)* %object, i32 %operand release
+  %3 = atomicrmw volatile or i32 * %object, i32 %operand release
   br label %8
 
 ; <label>:4                                       ; preds = %0
-  %5 = atomicrmw volatile or i32 addrspace(1)* %object, i32 %operand acq_rel
+  %5 = atomicrmw volatile or i32 * %object, i32 %operand acq_rel
   br label %8
 
 ; <label>:6                                       ; preds = %0
-  %7 = atomicrmw volatile or i32 addrspace(1)* %object, i32 %operand seq_cst
+  %7 = atomicrmw volatile or i32 * %object, i32 %operand seq_cst
   br label %8
 
 ; <label>:8                                       ; preds = %6, %4, %.thread2, %.thread1, %.thread
@@ -1381,7 +1381,7 @@ define i32 @_Z28pocl_atomic_fetch_or__globalPVU8CLglobalU7_Atomicjj12memory_orde
 }
 
 ; Function Attrs: nounwind uwtable
-define i32 @_Z29pocl_atomic_fetch_xor__globalPVU8CLglobalU7_Atomicjj12memory_order12memory_scope(i32 addrspace(1)* %object, i32 %operand, i32 %order, i32 %scope) #0 {
+define i32 @_Z29pocl_atomic_fetch_xor__globalPU8CLglobalVU7_Atomicjj12memory_order12memory_scope(i32 * %object, i32 %operand, i32 %order, i32 %scope) #0 {
   switch i32 %order, label %6 [
     i32 0, label %.thread
     i32 1, label %.thread1
@@ -1390,23 +1390,23 @@ define i32 @_Z29pocl_atomic_fetch_xor__globalPVU8CLglobalU7_Atomicjj12memory_ord
   ]
 
 .thread:                                          ; preds = %0
-  %1 = atomicrmw volatile xor i32 addrspace(1)* %object, i32 %operand monotonic
+  %1 = atomicrmw volatile xor i32 * %object, i32 %operand monotonic
   br label %8
 
 .thread1:                                         ; preds = %0
-  %2 = atomicrmw volatile xor i32 addrspace(1)* %object, i32 %operand acquire
+  %2 = atomicrmw volatile xor i32 * %object, i32 %operand acquire
   br label %8
 
 .thread2:                                         ; preds = %0
-  %3 = atomicrmw volatile xor i32 addrspace(1)* %object, i32 %operand release
+  %3 = atomicrmw volatile xor i32 * %object, i32 %operand release
   br label %8
 
 ; <label>:4                                       ; preds = %0
-  %5 = atomicrmw volatile xor i32 addrspace(1)* %object, i32 %operand acq_rel
+  %5 = atomicrmw volatile xor i32 * %object, i32 %operand acq_rel
   br label %8
 
 ; <label>:6                                       ; preds = %0
-  %7 = atomicrmw volatile xor i32 addrspace(1)* %object, i32 %operand seq_cst
+  %7 = atomicrmw volatile xor i32 * %object, i32 %operand seq_cst
   br label %8
 
 ; <label>:8                                       ; preds = %6, %4, %.thread2, %.thread1, %.thread
@@ -1415,7 +1415,7 @@ define i32 @_Z29pocl_atomic_fetch_xor__globalPVU8CLglobalU7_Atomicjj12memory_ord
 }
 
 ; Function Attrs: nounwind uwtable
-define i32 @_Z29pocl_atomic_fetch_and__globalPVU8CLglobalU7_Atomicjj12memory_order12memory_scope(i32 addrspace(1)* %object, i32 %operand, i32 %order, i32 %scope) #0 {
+define i32 @_Z29pocl_atomic_fetch_and__globalPU8CLglobalVU7_Atomicjj12memory_order12memory_scope(i32 * %object, i32 %operand, i32 %order, i32 %scope) #0 {
   switch i32 %order, label %6 [
     i32 0, label %.thread
     i32 1, label %.thread1
@@ -1424,23 +1424,23 @@ define i32 @_Z29pocl_atomic_fetch_and__globalPVU8CLglobalU7_Atomicjj12memory_ord
   ]
 
 .thread:                                          ; preds = %0
-  %1 = atomicrmw volatile and i32 addrspace(1)* %object, i32 %operand monotonic
+  %1 = atomicrmw volatile and i32 * %object, i32 %operand monotonic
   br label %8
 
 .thread1:                                         ; preds = %0
-  %2 = atomicrmw volatile and i32 addrspace(1)* %object, i32 %operand acquire
+  %2 = atomicrmw volatile and i32 * %object, i32 %operand acquire
   br label %8
 
 .thread2:                                         ; preds = %0
-  %3 = atomicrmw volatile and i32 addrspace(1)* %object, i32 %operand release
+  %3 = atomicrmw volatile and i32 * %object, i32 %operand release
   br label %8
 
 ; <label>:4                                       ; preds = %0
-  %5 = atomicrmw volatile and i32 addrspace(1)* %object, i32 %operand acq_rel
+  %5 = atomicrmw volatile and i32 * %object, i32 %operand acq_rel
   br label %8
 
 ; <label>:6                                       ; preds = %0
-  %7 = atomicrmw volatile and i32 addrspace(1)* %object, i32 %operand seq_cst
+  %7 = atomicrmw volatile and i32 * %object, i32 %operand seq_cst
   br label %8
 
 ; <label>:8                                       ; preds = %6, %4, %.thread2, %.thread1, %.thread
@@ -1449,7 +1449,7 @@ define i32 @_Z29pocl_atomic_fetch_and__globalPVU8CLglobalU7_Atomicjj12memory_ord
 }
 
 ; Function Attrs: nounwind uwtable
-define i32 @_Z29pocl_atomic_fetch_min__globalPVU8CLglobalU7_Atomicjj12memory_order12memory_scope(i32 addrspace(1)* %object, i32 %operand, i32 %order, i32 %scope) #0 {
+define i32 @_Z29pocl_atomic_fetch_min__globalPU8CLglobalVU7_Atomicjj12memory_order12memory_scope(i32 * %object, i32 %operand, i32 %order, i32 %scope) #0 {
   switch i32 %order, label %6 [
     i32 0, label %.thread
     i32 1, label %.thread1
@@ -1458,23 +1458,23 @@ define i32 @_Z29pocl_atomic_fetch_min__globalPVU8CLglobalU7_Atomicjj12memory_ord
   ]
 
 .thread:                                          ; preds = %0
-  %1 = atomicrmw volatile umin i32 addrspace(1)* %object, i32 %operand monotonic
+  %1 = atomicrmw volatile umin i32 * %object, i32 %operand monotonic
   br label %8
 
 .thread1:                                         ; preds = %0
-  %2 = atomicrmw volatile umin i32 addrspace(1)* %object, i32 %operand acquire
+  %2 = atomicrmw volatile umin i32 * %object, i32 %operand acquire
   br label %8
 
 .thread2:                                         ; preds = %0
-  %3 = atomicrmw volatile umin i32 addrspace(1)* %object, i32 %operand release
+  %3 = atomicrmw volatile umin i32 * %object, i32 %operand release
   br label %8
 
 ; <label>:4                                       ; preds = %0
-  %5 = atomicrmw volatile umin i32 addrspace(1)* %object, i32 %operand acq_rel
+  %5 = atomicrmw volatile umin i32 * %object, i32 %operand acq_rel
   br label %8
 
 ; <label>:6                                       ; preds = %0
-  %7 = atomicrmw volatile umin i32 addrspace(1)* %object, i32 %operand seq_cst
+  %7 = atomicrmw volatile umin i32 * %object, i32 %operand seq_cst
   br label %8
 
 ; <label>:8                                       ; preds = %6, %4, %.thread2, %.thread1, %.thread
@@ -1483,7 +1483,7 @@ define i32 @_Z29pocl_atomic_fetch_min__globalPVU8CLglobalU7_Atomicjj12memory_ord
 }
 
 ; Function Attrs: nounwind uwtable
-define i32 @_Z29pocl_atomic_fetch_max__globalPVU8CLglobalU7_Atomicjj12memory_order12memory_scope(i32 addrspace(1)* %object, i32 %operand, i32 %order, i32 %scope) #0 {
+define i32 @_Z29pocl_atomic_fetch_max__globalPU8CLglobalVU7_Atomicjj12memory_order12memory_scope(i32 * %object, i32 %operand, i32 %order, i32 %scope) #0 {
   switch i32 %order, label %6 [
     i32 0, label %.thread
     i32 1, label %.thread1
@@ -1492,23 +1492,23 @@ define i32 @_Z29pocl_atomic_fetch_max__globalPVU8CLglobalU7_Atomicjj12memory_ord
   ]
 
 .thread:                                          ; preds = %0
-  %1 = atomicrmw volatile umax i32 addrspace(1)* %object, i32 %operand monotonic
+  %1 = atomicrmw volatile umax i32 * %object, i32 %operand monotonic
   br label %8
 
 .thread1:                                         ; preds = %0
-  %2 = atomicrmw volatile umax i32 addrspace(1)* %object, i32 %operand acquire
+  %2 = atomicrmw volatile umax i32 * %object, i32 %operand acquire
   br label %8
 
 .thread2:                                         ; preds = %0
-  %3 = atomicrmw volatile umax i32 addrspace(1)* %object, i32 %operand release
+  %3 = atomicrmw volatile umax i32 * %object, i32 %operand release
   br label %8
 
 ; <label>:4                                       ; preds = %0
-  %5 = atomicrmw volatile umax i32 addrspace(1)* %object, i32 %operand acq_rel
+  %5 = atomicrmw volatile umax i32 * %object, i32 %operand acq_rel
   br label %8
 
 ; <label>:6                                       ; preds = %0
-  %7 = atomicrmw volatile umax i32 addrspace(1)* %object, i32 %operand seq_cst
+  %7 = atomicrmw volatile umax i32 * %object, i32 %operand seq_cst
   br label %8
 
 ; <label>:8                                       ; preds = %6, %4, %.thread2, %.thread1, %.thread
@@ -1517,7 +1517,7 @@ define i32 @_Z29pocl_atomic_fetch_max__globalPVU8CLglobalU7_Atomicjj12memory_ord
 }
 
 ; Function Attrs: nounwind uwtable
-define void @_Z25pocl_atomic_store__globalPVU8CLglobalU7_Atomicff12memory_order12memory_scope(float addrspace(1)* nocapture %object, float %desired, i32 %order, i32 %scope) #0 {
+define void @_Z25pocl_atomic_store__globalPU8CLglobalVU7_Atomicff12memory_order12memory_scope(float * nocapture %object, float %desired, i32 %order, i32 %scope) #0 {
   switch i32 %order, label %5 [
     i32 0, label %.thread
     i32 1, label %.thread
@@ -1526,29 +1526,29 @@ define void @_Z25pocl_atomic_store__globalPVU8CLglobalU7_Atomicff12memory_order1
 
 .thread1:                                         ; preds = %0
   %1 = bitcast float %desired to i32
-  %2 = bitcast float addrspace(1)* %object to i32 addrspace(1)*
-  store atomic volatile i32 %1, i32 addrspace(1)* %2 release, align 4
+  %2 = bitcast float * %object to i32 *
+  store atomic volatile i32 %1, i32 * %2 release, align 4
   br label %13
 
 .thread:                                          ; preds = %0, %0
   %3 = bitcast float %desired to i32
-  %4 = bitcast float addrspace(1)* %object to i32 addrspace(1)*
+  %4 = bitcast float * %object to i32 *
   br label %9
 
 ; <label>:5                                       ; preds = %0
   %6 = icmp eq i32 %order, 3
   %7 = bitcast float %desired to i32
-  %8 = bitcast float addrspace(1)* %object to i32 addrspace(1)*
+  %8 = bitcast float * %object to i32 *
   br i1 %6, label %9, label %12
 
 ; <label>:9                                       ; preds = %5, %.thread
-  %10 = phi i32 addrspace(1)* [ %4, %.thread ], [ %8, %5 ]
+  %10 = phi i32 * [ %4, %.thread ], [ %8, %5 ]
   %11 = phi i32 [ %3, %.thread ], [ %7, %5 ]
-  store atomic volatile i32 %11, i32 addrspace(1)* %10 monotonic, align 4
+  store atomic volatile i32 %11, i32 * %10 monotonic, align 4
   br label %13
 
 ; <label>:12                                      ; preds = %5
-  store atomic volatile i32 %7, i32 addrspace(1)* %8 seq_cst, align 4
+  store atomic volatile i32 %7, i32 * %8 seq_cst, align 4
   br label %13
 
 ; <label>:13                                      ; preds = %12, %.thread1, %9
@@ -1556,7 +1556,7 @@ define void @_Z25pocl_atomic_store__globalPVU8CLglobalU7_Atomicff12memory_order1
 }
 
 ; Function Attrs: nounwind uwtable
-define float @_Z24pocl_atomic_load__globalPVU8CLglobalU7_Atomicf12memory_order12memory_scope(float addrspace(1)* nocapture readonly %object, i32 %order, i32 %scope) #0 {
+define float @_Z24pocl_atomic_load__globalPU8CLglobalVU7_Atomicf12memory_order12memory_scope(float * nocapture readonly %object, i32 %order, i32 %scope) #0 {
   switch i32 %order, label %4 [
     i32 0, label %.thread
     i32 1, label %.thread1
@@ -1564,26 +1564,26 @@ define float @_Z24pocl_atomic_load__globalPVU8CLglobalU7_Atomicf12memory_order12
   ]
 
 .thread1:                                         ; preds = %0
-  %1 = bitcast float addrspace(1)* %object to i32 addrspace(1)*
-  %2 = load atomic volatile i32, i32 addrspace(1)* %1 acquire, align 4
+  %1 = bitcast float * %object to i32 *
+  %2 = load atomic volatile i32, i32 * %1 acquire, align 4
   br label %12
 
 .thread:                                          ; preds = %0, %0
-  %3 = bitcast float addrspace(1)* %object to i32 addrspace(1)*
+  %3 = bitcast float * %object to i32 *
   br label %7
 
 ; <label>:4                                       ; preds = %0
   %5 = icmp eq i32 %order, 3
-  %6 = bitcast float addrspace(1)* %object to i32 addrspace(1)*
+  %6 = bitcast float * %object to i32 *
   br i1 %5, label %7, label %10
 
 ; <label>:7                                       ; preds = %4, %.thread
-  %8 = phi i32 addrspace(1)* [ %3, %.thread ], [ %6, %4 ]
-  %9 = load atomic volatile i32, i32 addrspace(1)* %8 monotonic, align 4
+  %8 = phi i32 * [ %3, %.thread ], [ %6, %4 ]
+  %9 = load atomic volatile i32, i32 * %8 monotonic, align 4
   br label %12
 
 ; <label>:10                                      ; preds = %4
-  %11 = load atomic volatile i32, i32 addrspace(1)* %6 seq_cst, align 4
+  %11 = load atomic volatile i32, i32 * %6 seq_cst, align 4
   br label %12
 
 ; <label>:12                                      ; preds = %10, %.thread1, %7
@@ -1593,7 +1593,7 @@ define float @_Z24pocl_atomic_load__globalPVU8CLglobalU7_Atomicf12memory_order12
 }
 
 ; Function Attrs: nounwind uwtable
-define float @_Z28pocl_atomic_exchange__globalPVU8CLglobalU7_Atomicff12memory_order12memory_scope(float addrspace(1)* %object, float %desired, i32 %order, i32 %scope) #0 {
+define float @_Z28pocl_atomic_exchange__globalPU8CLglobalVU7_Atomicff12memory_order12memory_scope(float * %object, float %desired, i32 %order, i32 %scope) #0 {
   switch i32 %order, label %10 [
     i32 0, label %.thread
     i32 1, label %.thread2
@@ -1602,34 +1602,34 @@ define float @_Z28pocl_atomic_exchange__globalPVU8CLglobalU7_Atomicff12memory_or
 
 .thread:                                          ; preds = %0
   %1 = bitcast float %desired to i32
-  %2 = bitcast float addrspace(1)* %object to i32 addrspace(1)*
-  %3 = atomicrmw volatile xchg i32 addrspace(1)* %2, i32 %1 monotonic
+  %2 = bitcast float * %object to i32 *
+  %3 = atomicrmw volatile xchg i32 * %2, i32 %1 monotonic
   br label %18
 
 .thread2:                                         ; preds = %0
   %4 = bitcast float %desired to i32
-  %5 = bitcast float addrspace(1)* %object to i32 addrspace(1)*
-  %6 = atomicrmw volatile xchg i32 addrspace(1)* %5, i32 %4 acquire
+  %5 = bitcast float * %object to i32 *
+  %6 = atomicrmw volatile xchg i32 * %5, i32 %4 acquire
   br label %18
 
 .thread3:                                         ; preds = %0
   %7 = bitcast float %desired to i32
-  %8 = bitcast float addrspace(1)* %object to i32 addrspace(1)*
-  %9 = atomicrmw volatile xchg i32 addrspace(1)* %8, i32 %7 release
+  %8 = bitcast float * %object to i32 *
+  %9 = atomicrmw volatile xchg i32 * %8, i32 %7 release
   br label %18
 
 ; <label>:10                                      ; preds = %0
   %11 = icmp eq i32 %order, 3
   %12 = bitcast float %desired to i32
-  %13 = bitcast float addrspace(1)* %object to i32 addrspace(1)*
+  %13 = bitcast float * %object to i32 *
   br i1 %11, label %14, label %16
 
 ; <label>:14                                      ; preds = %10
-  %15 = atomicrmw volatile xchg i32 addrspace(1)* %13, i32 %12 acq_rel
+  %15 = atomicrmw volatile xchg i32 * %13, i32 %12 acq_rel
   br label %18
 
 ; <label>:16                                      ; preds = %10
-  %17 = atomicrmw volatile xchg i32 addrspace(1)* %13, i32 %12 seq_cst
+  %17 = atomicrmw volatile xchg i32 * %13, i32 %12 seq_cst
   br label %18
 
 ; <label>:18                                      ; preds = %16, %14, %.thread3, %.thread2, %.thread
@@ -1639,7 +1639,7 @@ define float @_Z28pocl_atomic_exchange__globalPVU8CLglobalU7_Atomicff12memory_or
 }
 
 ; Function Attrs: nounwind uwtable
-define zeroext i1 @_Z43pocl_atomic_compare_exchange_strong__globalPVU8CLglobalU7_AtomicfPff12memory_orderS3_12memory_scope(float addrspace(1)* %object, float* nocapture %expected, float %desired, i32 %success, i32 %failure, i32 %scope) #0 {
+define zeroext i1 @_Z43pocl_atomic_compare_exchange_strong__globalPU8CLglobalVU7_AtomicfPff12memory_orderS3_12memory_scope(float * %object, float* nocapture %expected, float %desired, i32 %success, i32 %failure, i32 %scope) #0 {
   %1 = icmp eq i32 %success, 0
   br i1 %1, label %9, label %2
 
@@ -1677,7 +1677,7 @@ define zeroext i1 @_Z43pocl_atomic_compare_exchange_strong__globalPVU8CLglobalU7
 
 ; <label>:20                                      ; preds = %13, %15, %17, %9
   %21 = phi i32 [ 0, %9 ], [ 2, %13 ], [ %19, %17 ], [ 3, %15 ]
-  %22 = bitcast float addrspace(1)* %object to i32 addrspace(1)*
+  %22 = bitcast float * %object to i32 *
   %23 = bitcast float* %expected to i32*
   switch i32 %10, label %31 [
     i32 1, label %24
@@ -1713,7 +1713,7 @@ define zeroext i1 @_Z43pocl_atomic_compare_exchange_strong__globalPVU8CLglobalU7
 
 ; <label>:31                                      ; preds = %20
   %32 = load i32, i32* %23, align 4
-  %33 = cmpxchg volatile i32 addrspace(1)* %22, i32 %32, i32 %11 monotonic monotonic
+  %33 = cmpxchg volatile i32 * %22, i32 %32, i32 %11 monotonic monotonic
   %34 = extractvalue { i32, i1 } %33, 1
   br i1 %34, label %37, label %35
 
@@ -1727,12 +1727,12 @@ define zeroext i1 @_Z43pocl_atomic_compare_exchange_strong__globalPVU8CLglobalU7
   br label %29
 
 ; <label>:39                                      ; preds = %24
-  %40 = cmpxchg volatile i32 addrspace(1)* %22, i32 %25, i32 %11 acquire monotonic
+  %40 = cmpxchg volatile i32 * %22, i32 %25, i32 %11 acquire monotonic
   %41 = extractvalue { i32, i1 } %40, 1
   br i1 %41, label %47, label %45
 
 ; <label>:42                                      ; preds = %24
-  %43 = cmpxchg volatile i32 addrspace(1)* %22, i32 %25, i32 %11 acquire acquire
+  %43 = cmpxchg volatile i32 * %22, i32 %25, i32 %11 acquire acquire
   %44 = extractvalue { i32, i1 } %43, 1
   br i1 %44, label %51, label %49
 
@@ -1756,7 +1756,7 @@ define zeroext i1 @_Z43pocl_atomic_compare_exchange_strong__globalPVU8CLglobalU7
 
 ; <label>:53                                      ; preds = %20
   %54 = load i32, i32* %23, align 4
-  %55 = cmpxchg volatile i32 addrspace(1)* %22, i32 %54, i32 %11 release monotonic
+  %55 = cmpxchg volatile i32 * %22, i32 %54, i32 %11 release monotonic
   %56 = extractvalue { i32, i1 } %55, 1
   br i1 %56, label %59, label %57
 
@@ -1770,12 +1770,12 @@ define zeroext i1 @_Z43pocl_atomic_compare_exchange_strong__globalPVU8CLglobalU7
   br label %29
 
 ; <label>:61                                      ; preds = %26
-  %62 = cmpxchg volatile i32 addrspace(1)* %22, i32 %27, i32 %11 acq_rel monotonic
+  %62 = cmpxchg volatile i32 * %22, i32 %27, i32 %11 acq_rel monotonic
   %63 = extractvalue { i32, i1 } %62, 1
   br i1 %63, label %69, label %67
 
 ; <label>:64                                      ; preds = %26
-  %65 = cmpxchg volatile i32 addrspace(1)* %22, i32 %27, i32 %11 acq_rel acquire
+  %65 = cmpxchg volatile i32 * %22, i32 %27, i32 %11 acq_rel acquire
   %66 = extractvalue { i32, i1 } %65, 1
   br i1 %66, label %73, label %71
 
@@ -1799,19 +1799,19 @@ define zeroext i1 @_Z43pocl_atomic_compare_exchange_strong__globalPVU8CLglobalU7
 
 ; <label>:75                                      ; preds = %28
   %76 = load i32, i32* %23, align 4
-  %77 = cmpxchg volatile i32 addrspace(1)* %22, i32 %76, i32 %11 seq_cst monotonic
+  %77 = cmpxchg volatile i32 * %22, i32 %76, i32 %11 seq_cst monotonic
   %78 = extractvalue { i32, i1 } %77, 1
   br i1 %78, label %89, label %87
 
 ; <label>:79                                      ; preds = %28, %28
   %80 = load i32, i32* %23, align 4
-  %81 = cmpxchg volatile i32 addrspace(1)* %22, i32 %80, i32 %11 seq_cst acquire
+  %81 = cmpxchg volatile i32 * %22, i32 %80, i32 %11 seq_cst acquire
   %82 = extractvalue { i32, i1 } %81, 1
   br i1 %82, label %93, label %91
 
 ; <label>:83                                      ; preds = %28
   %84 = load i32, i32* %23, align 4
-  %85 = cmpxchg volatile i32 addrspace(1)* %22, i32 %84, i32 %11 seq_cst seq_cst
+  %85 = cmpxchg volatile i32 * %22, i32 %84, i32 %11 seq_cst seq_cst
   %86 = extractvalue { i32, i1 } %85, 1
   br i1 %86, label %97, label %95
 
@@ -1844,7 +1844,7 @@ define zeroext i1 @_Z43pocl_atomic_compare_exchange_strong__globalPVU8CLglobalU7
 }
 
 ; Function Attrs: nounwind uwtable
-define zeroext i1 @_Z41pocl_atomic_compare_exchange_weak__globalPVU8CLglobalU7_AtomicfPff12memory_orderS3_12memory_scope(float addrspace(1)* %object, float* nocapture %expected, float %desired, i32 %success, i32 %failure, i32 %scope) #0 {
+define zeroext i1 @_Z41pocl_atomic_compare_exchange_weak__globalPU8CLglobalVU7_AtomicfPff12memory_orderS3_12memory_scope(float * %object, float* nocapture %expected, float %desired, i32 %success, i32 %failure, i32 %scope) #0 {
   %1 = icmp eq i32 %success, 0
   br i1 %1, label %9, label %2
 
@@ -1882,7 +1882,7 @@ define zeroext i1 @_Z41pocl_atomic_compare_exchange_weak__globalPVU8CLglobalU7_A
 
 ; <label>:20                                      ; preds = %13, %15, %17, %9
   %21 = phi i32 [ 0, %9 ], [ 2, %13 ], [ %19, %17 ], [ 3, %15 ]
-  %22 = bitcast float addrspace(1)* %object to i32 addrspace(1)*
+  %22 = bitcast float * %object to i32 *
   %23 = bitcast float* %expected to i32*
   switch i32 %10, label %31 [
     i32 1, label %24
@@ -1918,7 +1918,7 @@ define zeroext i1 @_Z41pocl_atomic_compare_exchange_weak__globalPVU8CLglobalU7_A
 
 ; <label>:31                                      ; preds = %20
   %32 = load i32, i32* %23, align 4
-  %33 = cmpxchg weak volatile i32 addrspace(1)* %22, i32 %32, i32 %11 monotonic monotonic
+  %33 = cmpxchg weak volatile i32 * %22, i32 %32, i32 %11 monotonic monotonic
   %34 = extractvalue { i32, i1 } %33, 1
   br i1 %34, label %37, label %35
 
@@ -1932,12 +1932,12 @@ define zeroext i1 @_Z41pocl_atomic_compare_exchange_weak__globalPVU8CLglobalU7_A
   br label %29
 
 ; <label>:39                                      ; preds = %24
-  %40 = cmpxchg weak volatile i32 addrspace(1)* %22, i32 %25, i32 %11 acquire monotonic
+  %40 = cmpxchg weak volatile i32 * %22, i32 %25, i32 %11 acquire monotonic
   %41 = extractvalue { i32, i1 } %40, 1
   br i1 %41, label %47, label %45
 
 ; <label>:42                                      ; preds = %24
-  %43 = cmpxchg weak volatile i32 addrspace(1)* %22, i32 %25, i32 %11 acquire acquire
+  %43 = cmpxchg weak volatile i32 * %22, i32 %25, i32 %11 acquire acquire
   %44 = extractvalue { i32, i1 } %43, 1
   br i1 %44, label %51, label %49
 
@@ -1961,7 +1961,7 @@ define zeroext i1 @_Z41pocl_atomic_compare_exchange_weak__globalPVU8CLglobalU7_A
 
 ; <label>:53                                      ; preds = %20
   %54 = load i32, i32* %23, align 4
-  %55 = cmpxchg weak volatile i32 addrspace(1)* %22, i32 %54, i32 %11 release monotonic
+  %55 = cmpxchg weak volatile i32 * %22, i32 %54, i32 %11 release monotonic
   %56 = extractvalue { i32, i1 } %55, 1
   br i1 %56, label %59, label %57
 
@@ -1975,12 +1975,12 @@ define zeroext i1 @_Z41pocl_atomic_compare_exchange_weak__globalPVU8CLglobalU7_A
   br label %29
 
 ; <label>:61                                      ; preds = %26
-  %62 = cmpxchg weak volatile i32 addrspace(1)* %22, i32 %27, i32 %11 acq_rel monotonic
+  %62 = cmpxchg weak volatile i32 * %22, i32 %27, i32 %11 acq_rel monotonic
   %63 = extractvalue { i32, i1 } %62, 1
   br i1 %63, label %69, label %67
 
 ; <label>:64                                      ; preds = %26
-  %65 = cmpxchg weak volatile i32 addrspace(1)* %22, i32 %27, i32 %11 acq_rel acquire
+  %65 = cmpxchg weak volatile i32 * %22, i32 %27, i32 %11 acq_rel acquire
   %66 = extractvalue { i32, i1 } %65, 1
   br i1 %66, label %73, label %71
 
@@ -2004,19 +2004,19 @@ define zeroext i1 @_Z41pocl_atomic_compare_exchange_weak__globalPVU8CLglobalU7_A
 
 ; <label>:75                                      ; preds = %28
   %76 = load i32, i32* %23, align 4
-  %77 = cmpxchg weak volatile i32 addrspace(1)* %22, i32 %76, i32 %11 seq_cst monotonic
+  %77 = cmpxchg weak volatile i32 * %22, i32 %76, i32 %11 seq_cst monotonic
   %78 = extractvalue { i32, i1 } %77, 1
   br i1 %78, label %89, label %87
 
 ; <label>:79                                      ; preds = %28, %28
   %80 = load i32, i32* %23, align 4
-  %81 = cmpxchg weak volatile i32 addrspace(1)* %22, i32 %80, i32 %11 seq_cst acquire
+  %81 = cmpxchg weak volatile i32 * %22, i32 %80, i32 %11 seq_cst acquire
   %82 = extractvalue { i32, i1 } %81, 1
   br i1 %82, label %93, label %91
 
 ; <label>:83                                      ; preds = %28
   %84 = load i32, i32* %23, align 4
-  %85 = cmpxchg weak volatile i32 addrspace(1)* %22, i32 %84, i32 %11 seq_cst seq_cst
+  %85 = cmpxchg weak volatile i32 * %22, i32 %84, i32 %11 seq_cst seq_cst
   %86 = extractvalue { i32, i1 } %85, 1
   br i1 %86, label %97, label %95
 
@@ -2049,7 +2049,7 @@ define zeroext i1 @_Z41pocl_atomic_compare_exchange_weak__globalPVU8CLglobalU7_A
 }
 
 ; Function Attrs: nounwind uwtable
-define void @_Z25pocl_atomic_store__globalPVU8CLglobalU7_Atomicll12memory_order12memory_scope(i64 addrspace(1)* nocapture %object, i64 %desired, i32 %order, i32 %scope) #0 {
+define void @_Z25pocl_atomic_store__globalPU8CLglobalVU7_Atomicll12memory_order12memory_scope(i64 * nocapture %object, i64 %desired, i32 %order, i32 %scope) #0 {
   switch i32 %order, label %1 [
     i32 0, label %.thread
     i32 1, label %.thread
@@ -2058,15 +2058,15 @@ define void @_Z25pocl_atomic_store__globalPVU8CLglobalU7_Atomicll12memory_order1
   ]
 
 .thread:                                          ; preds = %0, %0, %0
-  store atomic volatile i64 %desired, i64 addrspace(1)* %object monotonic, align 8
+  store atomic volatile i64 %desired, i64 * %object monotonic, align 8
   br label %2
 
 .thread1:                                         ; preds = %0
-  store atomic volatile i64 %desired, i64 addrspace(1)* %object release, align 8
+  store atomic volatile i64 %desired, i64 * %object release, align 8
   br label %2
 
 ; <label>:1                                       ; preds = %0
-  store atomic volatile i64 %desired, i64 addrspace(1)* %object seq_cst, align 8
+  store atomic volatile i64 %desired, i64 * %object seq_cst, align 8
   br label %2
 
 ; <label>:2                                       ; preds = %1, %.thread1, %.thread
@@ -2074,7 +2074,7 @@ define void @_Z25pocl_atomic_store__globalPVU8CLglobalU7_Atomicll12memory_order1
 }
 
 ; Function Attrs: nounwind uwtable
-define i64 @_Z24pocl_atomic_load__globalPVU8CLglobalU7_Atomicl12memory_order12memory_scope(i64 addrspace(1)* nocapture readonly %object, i32 %order, i32 %scope) #0 {
+define i64 @_Z24pocl_atomic_load__globalPU8CLglobalVU7_Atomicl12memory_order12memory_scope(i64 * nocapture readonly %object, i32 %order, i32 %scope) #0 {
   switch i32 %order, label %3 [
     i32 0, label %.thread
     i32 1, label %.thread1
@@ -2083,15 +2083,15 @@ define i64 @_Z24pocl_atomic_load__globalPVU8CLglobalU7_Atomicl12memory_order12me
   ]
 
 .thread:                                          ; preds = %0, %0, %0
-  %1 = load atomic volatile i64, i64 addrspace(1)* %object monotonic, align 8
+  %1 = load atomic volatile i64, i64 * %object monotonic, align 8
   br label %5
 
 .thread1:                                         ; preds = %0
-  %2 = load atomic volatile i64, i64 addrspace(1)* %object acquire, align 8
+  %2 = load atomic volatile i64, i64 * %object acquire, align 8
   br label %5
 
 ; <label>:3                                       ; preds = %0
-  %4 = load atomic volatile i64, i64 addrspace(1)* %object seq_cst, align 8
+  %4 = load atomic volatile i64, i64 * %object seq_cst, align 8
   br label %5
 
 ; <label>:5                                       ; preds = %3, %.thread1, %.thread
@@ -2100,7 +2100,7 @@ define i64 @_Z24pocl_atomic_load__globalPVU8CLglobalU7_Atomicl12memory_order12me
 }
 
 ; Function Attrs: nounwind uwtable
-define i64 @_Z28pocl_atomic_exchange__globalPVU8CLglobalU7_Atomicll12memory_order12memory_scope(i64 addrspace(1)* %object, i64 %desired, i32 %order, i32 %scope) #0 {
+define i64 @_Z28pocl_atomic_exchange__globalPU8CLglobalVU7_Atomicll12memory_order12memory_scope(i64 * %object, i64 %desired, i32 %order, i32 %scope) #0 {
   switch i32 %order, label %6 [
     i32 0, label %.thread
     i32 1, label %.thread1
@@ -2109,23 +2109,23 @@ define i64 @_Z28pocl_atomic_exchange__globalPVU8CLglobalU7_Atomicll12memory_orde
   ]
 
 .thread:                                          ; preds = %0
-  %1 = atomicrmw volatile xchg i64 addrspace(1)* %object, i64 %desired monotonic
+  %1 = atomicrmw volatile xchg i64 * %object, i64 %desired monotonic
   br label %8
 
 .thread1:                                         ; preds = %0
-  %2 = atomicrmw volatile xchg i64 addrspace(1)* %object, i64 %desired acquire
+  %2 = atomicrmw volatile xchg i64 * %object, i64 %desired acquire
   br label %8
 
 .thread2:                                         ; preds = %0
-  %3 = atomicrmw volatile xchg i64 addrspace(1)* %object, i64 %desired release
+  %3 = atomicrmw volatile xchg i64 * %object, i64 %desired release
   br label %8
 
 ; <label>:4                                       ; preds = %0
-  %5 = atomicrmw volatile xchg i64 addrspace(1)* %object, i64 %desired acq_rel
+  %5 = atomicrmw volatile xchg i64 * %object, i64 %desired acq_rel
   br label %8
 
 ; <label>:6                                       ; preds = %0
-  %7 = atomicrmw volatile xchg i64 addrspace(1)* %object, i64 %desired seq_cst
+  %7 = atomicrmw volatile xchg i64 * %object, i64 %desired seq_cst
   br label %8
 
 ; <label>:8                                       ; preds = %6, %4, %.thread2, %.thread1, %.thread
@@ -2134,7 +2134,7 @@ define i64 @_Z28pocl_atomic_exchange__globalPVU8CLglobalU7_Atomicll12memory_orde
 }
 
 ; Function Attrs: nounwind uwtable
-define zeroext i1 @_Z43pocl_atomic_compare_exchange_strong__globalPVU8CLglobalU7_AtomiclPll12memory_orderS3_12memory_scope(i64 addrspace(1)* %object, i64* nocapture %expected, i64 %desired, i32 %success, i32 %failure, i32 %scope) #0 {
+define zeroext i1 @_Z43pocl_atomic_compare_exchange_strong__globalPU8CLglobalVU7_AtomiclPll12memory_orderS3_12memory_scope(i64 * %object, i64* nocapture %expected, i64 %desired, i32 %success, i32 %failure, i32 %scope) #0 {
   %1 = icmp eq i32 %success, 0
   br i1 %1, label %9, label %2
 
@@ -2205,7 +2205,7 @@ define zeroext i1 @_Z43pocl_atomic_compare_exchange_strong__globalPVU8CLglobalU7
 
 ; <label>:28                                      ; preds = %19
   %29 = load i64, i64* %expected, align 8
-  %30 = cmpxchg volatile i64 addrspace(1)* %object, i64 %29, i64 %desired monotonic monotonic
+  %30 = cmpxchg volatile i64 * %object, i64 %29, i64 %desired monotonic monotonic
   %31 = extractvalue { i64, i1 } %30, 1
   br i1 %31, label %34, label %32
 
@@ -2219,12 +2219,12 @@ define zeroext i1 @_Z43pocl_atomic_compare_exchange_strong__globalPVU8CLglobalU7
   br label %26
 
 ; <label>:36                                      ; preds = %21
-  %37 = cmpxchg volatile i64 addrspace(1)* %object, i64 %22, i64 %desired acquire monotonic
+  %37 = cmpxchg volatile i64 * %object, i64 %22, i64 %desired acquire monotonic
   %38 = extractvalue { i64, i1 } %37, 1
   br i1 %38, label %44, label %42
 
 ; <label>:39                                      ; preds = %21
-  %40 = cmpxchg volatile i64 addrspace(1)* %object, i64 %22, i64 %desired acquire acquire
+  %40 = cmpxchg volatile i64 * %object, i64 %22, i64 %desired acquire acquire
   %41 = extractvalue { i64, i1 } %40, 1
   br i1 %41, label %48, label %46
 
@@ -2248,7 +2248,7 @@ define zeroext i1 @_Z43pocl_atomic_compare_exchange_strong__globalPVU8CLglobalU7
 
 ; <label>:50                                      ; preds = %19
   %51 = load i64, i64* %expected, align 8
-  %52 = cmpxchg volatile i64 addrspace(1)* %object, i64 %51, i64 %desired release monotonic
+  %52 = cmpxchg volatile i64 * %object, i64 %51, i64 %desired release monotonic
   %53 = extractvalue { i64, i1 } %52, 1
   br i1 %53, label %56, label %54
 
@@ -2262,12 +2262,12 @@ define zeroext i1 @_Z43pocl_atomic_compare_exchange_strong__globalPVU8CLglobalU7
   br label %26
 
 ; <label>:58                                      ; preds = %23
-  %59 = cmpxchg volatile i64 addrspace(1)* %object, i64 %24, i64 %desired acq_rel monotonic
+  %59 = cmpxchg volatile i64 * %object, i64 %24, i64 %desired acq_rel monotonic
   %60 = extractvalue { i64, i1 } %59, 1
   br i1 %60, label %66, label %64
 
 ; <label>:61                                      ; preds = %23
-  %62 = cmpxchg volatile i64 addrspace(1)* %object, i64 %24, i64 %desired acq_rel acquire
+  %62 = cmpxchg volatile i64 * %object, i64 %24, i64 %desired acq_rel acquire
   %63 = extractvalue { i64, i1 } %62, 1
   br i1 %63, label %70, label %68
 
@@ -2291,19 +2291,19 @@ define zeroext i1 @_Z43pocl_atomic_compare_exchange_strong__globalPVU8CLglobalU7
 
 ; <label>:72                                      ; preds = %25
   %73 = load i64, i64* %expected, align 8
-  %74 = cmpxchg volatile i64 addrspace(1)* %object, i64 %73, i64 %desired seq_cst monotonic
+  %74 = cmpxchg volatile i64 * %object, i64 %73, i64 %desired seq_cst monotonic
   %75 = extractvalue { i64, i1 } %74, 1
   br i1 %75, label %86, label %84
 
 ; <label>:76                                      ; preds = %25, %25
   %77 = load i64, i64* %expected, align 8
-  %78 = cmpxchg volatile i64 addrspace(1)* %object, i64 %77, i64 %desired seq_cst acquire
+  %78 = cmpxchg volatile i64 * %object, i64 %77, i64 %desired seq_cst acquire
   %79 = extractvalue { i64, i1 } %78, 1
   br i1 %79, label %90, label %88
 
 ; <label>:80                                      ; preds = %25
   %81 = load i64, i64* %expected, align 8
-  %82 = cmpxchg volatile i64 addrspace(1)* %object, i64 %81, i64 %desired seq_cst seq_cst
+  %82 = cmpxchg volatile i64 * %object, i64 %81, i64 %desired seq_cst seq_cst
   %83 = extractvalue { i64, i1 } %82, 1
   br i1 %83, label %94, label %92
 
@@ -2336,7 +2336,7 @@ define zeroext i1 @_Z43pocl_atomic_compare_exchange_strong__globalPVU8CLglobalU7
 }
 
 ; Function Attrs: nounwind uwtable
-define zeroext i1 @_Z41pocl_atomic_compare_exchange_weak__globalPVU8CLglobalU7_AtomiclPll12memory_orderS3_12memory_scope(i64 addrspace(1)* %object, i64* nocapture %expected, i64 %desired, i32 %success, i32 %failure, i32 %scope) #0 {
+define zeroext i1 @_Z41pocl_atomic_compare_exchange_weak__globalPU8CLglobalVU7_AtomiclPll12memory_orderS3_12memory_scope(i64 * %object, i64* nocapture %expected, i64 %desired, i32 %success, i32 %failure, i32 %scope) #0 {
   %1 = icmp eq i32 %success, 0
   br i1 %1, label %9, label %2
 
@@ -2407,7 +2407,7 @@ define zeroext i1 @_Z41pocl_atomic_compare_exchange_weak__globalPVU8CLglobalU7_A
 
 ; <label>:28                                      ; preds = %19
   %29 = load i64, i64* %expected, align 8
-  %30 = cmpxchg weak volatile i64 addrspace(1)* %object, i64 %29, i64 %desired monotonic monotonic
+  %30 = cmpxchg weak volatile i64 * %object, i64 %29, i64 %desired monotonic monotonic
   %31 = extractvalue { i64, i1 } %30, 1
   br i1 %31, label %34, label %32
 
@@ -2421,12 +2421,12 @@ define zeroext i1 @_Z41pocl_atomic_compare_exchange_weak__globalPVU8CLglobalU7_A
   br label %26
 
 ; <label>:36                                      ; preds = %21
-  %37 = cmpxchg weak volatile i64 addrspace(1)* %object, i64 %22, i64 %desired acquire monotonic
+  %37 = cmpxchg weak volatile i64 * %object, i64 %22, i64 %desired acquire monotonic
   %38 = extractvalue { i64, i1 } %37, 1
   br i1 %38, label %44, label %42
 
 ; <label>:39                                      ; preds = %21
-  %40 = cmpxchg weak volatile i64 addrspace(1)* %object, i64 %22, i64 %desired acquire acquire
+  %40 = cmpxchg weak volatile i64 * %object, i64 %22, i64 %desired acquire acquire
   %41 = extractvalue { i64, i1 } %40, 1
   br i1 %41, label %48, label %46
 
@@ -2450,7 +2450,7 @@ define zeroext i1 @_Z41pocl_atomic_compare_exchange_weak__globalPVU8CLglobalU7_A
 
 ; <label>:50                                      ; preds = %19
   %51 = load i64, i64* %expected, align 8
-  %52 = cmpxchg weak volatile i64 addrspace(1)* %object, i64 %51, i64 %desired release monotonic
+  %52 = cmpxchg weak volatile i64 * %object, i64 %51, i64 %desired release monotonic
   %53 = extractvalue { i64, i1 } %52, 1
   br i1 %53, label %56, label %54
 
@@ -2464,12 +2464,12 @@ define zeroext i1 @_Z41pocl_atomic_compare_exchange_weak__globalPVU8CLglobalU7_A
   br label %26
 
 ; <label>:58                                      ; preds = %23
-  %59 = cmpxchg weak volatile i64 addrspace(1)* %object, i64 %24, i64 %desired acq_rel monotonic
+  %59 = cmpxchg weak volatile i64 * %object, i64 %24, i64 %desired acq_rel monotonic
   %60 = extractvalue { i64, i1 } %59, 1
   br i1 %60, label %66, label %64
 
 ; <label>:61                                      ; preds = %23
-  %62 = cmpxchg weak volatile i64 addrspace(1)* %object, i64 %24, i64 %desired acq_rel acquire
+  %62 = cmpxchg weak volatile i64 * %object, i64 %24, i64 %desired acq_rel acquire
   %63 = extractvalue { i64, i1 } %62, 1
   br i1 %63, label %70, label %68
 
@@ -2493,19 +2493,19 @@ define zeroext i1 @_Z41pocl_atomic_compare_exchange_weak__globalPVU8CLglobalU7_A
 
 ; <label>:72                                      ; preds = %25
   %73 = load i64, i64* %expected, align 8
-  %74 = cmpxchg weak volatile i64 addrspace(1)* %object, i64 %73, i64 %desired seq_cst monotonic
+  %74 = cmpxchg weak volatile i64 * %object, i64 %73, i64 %desired seq_cst monotonic
   %75 = extractvalue { i64, i1 } %74, 1
   br i1 %75, label %86, label %84
 
 ; <label>:76                                      ; preds = %25, %25
   %77 = load i64, i64* %expected, align 8
-  %78 = cmpxchg weak volatile i64 addrspace(1)* %object, i64 %77, i64 %desired seq_cst acquire
+  %78 = cmpxchg weak volatile i64 * %object, i64 %77, i64 %desired seq_cst acquire
   %79 = extractvalue { i64, i1 } %78, 1
   br i1 %79, label %90, label %88
 
 ; <label>:80                                      ; preds = %25
   %81 = load i64, i64* %expected, align 8
-  %82 = cmpxchg weak volatile i64 addrspace(1)* %object, i64 %81, i64 %desired seq_cst seq_cst
+  %82 = cmpxchg weak volatile i64 * %object, i64 %81, i64 %desired seq_cst seq_cst
   %83 = extractvalue { i64, i1 } %82, 1
   br i1 %83, label %94, label %92
 
@@ -2538,7 +2538,7 @@ define zeroext i1 @_Z41pocl_atomic_compare_exchange_weak__globalPVU8CLglobalU7_A
 }
 
 ; Function Attrs: nounwind uwtable
-define i64 @_Z29pocl_atomic_fetch_add__globalPVU8CLglobalU7_Atomicll12memory_order12memory_scope(i64 addrspace(1)* %object, i64 %operand, i32 %order, i32 %scope) #0 {
+define i64 @_Z29pocl_atomic_fetch_add__globalPU8CLglobalVU7_Atomicll12memory_order12memory_scope(i64 * %object, i64 %operand, i32 %order, i32 %scope) #0 {
   switch i32 %order, label %6 [
     i32 0, label %.thread
     i32 1, label %.thread1
@@ -2547,23 +2547,23 @@ define i64 @_Z29pocl_atomic_fetch_add__globalPVU8CLglobalU7_Atomicll12memory_ord
   ]
 
 .thread:                                          ; preds = %0
-  %1 = atomicrmw volatile add i64 addrspace(1)* %object, i64 %operand monotonic
+  %1 = atomicrmw volatile add i64 * %object, i64 %operand monotonic
   br label %8
 
 .thread1:                                         ; preds = %0
-  %2 = atomicrmw volatile add i64 addrspace(1)* %object, i64 %operand acquire
+  %2 = atomicrmw volatile add i64 * %object, i64 %operand acquire
   br label %8
 
 .thread2:                                         ; preds = %0
-  %3 = atomicrmw volatile add i64 addrspace(1)* %object, i64 %operand release
+  %3 = atomicrmw volatile add i64 * %object, i64 %operand release
   br label %8
 
 ; <label>:4                                       ; preds = %0
-  %5 = atomicrmw volatile add i64 addrspace(1)* %object, i64 %operand acq_rel
+  %5 = atomicrmw volatile add i64 * %object, i64 %operand acq_rel
   br label %8
 
 ; <label>:6                                       ; preds = %0
-  %7 = atomicrmw volatile add i64 addrspace(1)* %object, i64 %operand seq_cst
+  %7 = atomicrmw volatile add i64 * %object, i64 %operand seq_cst
   br label %8
 
 ; <label>:8                                       ; preds = %6, %4, %.thread2, %.thread1, %.thread
@@ -2572,7 +2572,7 @@ define i64 @_Z29pocl_atomic_fetch_add__globalPVU8CLglobalU7_Atomicll12memory_ord
 }
 
 ; Function Attrs: nounwind uwtable
-define i64 @_Z29pocl_atomic_fetch_sub__globalPVU8CLglobalU7_Atomicll12memory_order12memory_scope(i64 addrspace(1)* %object, i64 %operand, i32 %order, i32 %scope) #0 {
+define i64 @_Z29pocl_atomic_fetch_sub__globalPU8CLglobalVU7_Atomicll12memory_order12memory_scope(i64 * %object, i64 %operand, i32 %order, i32 %scope) #0 {
   switch i32 %order, label %6 [
     i32 0, label %.thread
     i32 1, label %.thread1
@@ -2581,23 +2581,23 @@ define i64 @_Z29pocl_atomic_fetch_sub__globalPVU8CLglobalU7_Atomicll12memory_ord
   ]
 
 .thread:                                          ; preds = %0
-  %1 = atomicrmw volatile sub i64 addrspace(1)* %object, i64 %operand monotonic
+  %1 = atomicrmw volatile sub i64 * %object, i64 %operand monotonic
   br label %8
 
 .thread1:                                         ; preds = %0
-  %2 = atomicrmw volatile sub i64 addrspace(1)* %object, i64 %operand acquire
+  %2 = atomicrmw volatile sub i64 * %object, i64 %operand acquire
   br label %8
 
 .thread2:                                         ; preds = %0
-  %3 = atomicrmw volatile sub i64 addrspace(1)* %object, i64 %operand release
+  %3 = atomicrmw volatile sub i64 * %object, i64 %operand release
   br label %8
 
 ; <label>:4                                       ; preds = %0
-  %5 = atomicrmw volatile sub i64 addrspace(1)* %object, i64 %operand acq_rel
+  %5 = atomicrmw volatile sub i64 * %object, i64 %operand acq_rel
   br label %8
 
 ; <label>:6                                       ; preds = %0
-  %7 = atomicrmw volatile sub i64 addrspace(1)* %object, i64 %operand seq_cst
+  %7 = atomicrmw volatile sub i64 * %object, i64 %operand seq_cst
   br label %8
 
 ; <label>:8                                       ; preds = %6, %4, %.thread2, %.thread1, %.thread
@@ -2606,7 +2606,7 @@ define i64 @_Z29pocl_atomic_fetch_sub__globalPVU8CLglobalU7_Atomicll12memory_ord
 }
 
 ; Function Attrs: nounwind uwtable
-define i64 @_Z28pocl_atomic_fetch_or__globalPVU8CLglobalU7_Atomicll12memory_order12memory_scope(i64 addrspace(1)* %object, i64 %operand, i32 %order, i32 %scope) #0 {
+define i64 @_Z28pocl_atomic_fetch_or__globalPU8CLglobalVU7_Atomicll12memory_order12memory_scope(i64 * %object, i64 %operand, i32 %order, i32 %scope) #0 {
   switch i32 %order, label %6 [
     i32 0, label %.thread
     i32 1, label %.thread1
@@ -2615,23 +2615,23 @@ define i64 @_Z28pocl_atomic_fetch_or__globalPVU8CLglobalU7_Atomicll12memory_orde
   ]
 
 .thread:                                          ; preds = %0
-  %1 = atomicrmw volatile or i64 addrspace(1)* %object, i64 %operand monotonic
+  %1 = atomicrmw volatile or i64 * %object, i64 %operand monotonic
   br label %8
 
 .thread1:                                         ; preds = %0
-  %2 = atomicrmw volatile or i64 addrspace(1)* %object, i64 %operand acquire
+  %2 = atomicrmw volatile or i64 * %object, i64 %operand acquire
   br label %8
 
 .thread2:                                         ; preds = %0
-  %3 = atomicrmw volatile or i64 addrspace(1)* %object, i64 %operand release
+  %3 = atomicrmw volatile or i64 * %object, i64 %operand release
   br label %8
 
 ; <label>:4                                       ; preds = %0
-  %5 = atomicrmw volatile or i64 addrspace(1)* %object, i64 %operand acq_rel
+  %5 = atomicrmw volatile or i64 * %object, i64 %operand acq_rel
   br label %8
 
 ; <label>:6                                       ; preds = %0
-  %7 = atomicrmw volatile or i64 addrspace(1)* %object, i64 %operand seq_cst
+  %7 = atomicrmw volatile or i64 * %object, i64 %operand seq_cst
   br label %8
 
 ; <label>:8                                       ; preds = %6, %4, %.thread2, %.thread1, %.thread
@@ -2640,7 +2640,7 @@ define i64 @_Z28pocl_atomic_fetch_or__globalPVU8CLglobalU7_Atomicll12memory_orde
 }
 
 ; Function Attrs: nounwind uwtable
-define i64 @_Z29pocl_atomic_fetch_xor__globalPVU8CLglobalU7_Atomicll12memory_order12memory_scope(i64 addrspace(1)* %object, i64 %operand, i32 %order, i32 %scope) #0 {
+define i64 @_Z29pocl_atomic_fetch_xor__globalPU8CLglobalVU7_Atomicll12memory_order12memory_scope(i64 * %object, i64 %operand, i32 %order, i32 %scope) #0 {
   switch i32 %order, label %6 [
     i32 0, label %.thread
     i32 1, label %.thread1
@@ -2649,23 +2649,23 @@ define i64 @_Z29pocl_atomic_fetch_xor__globalPVU8CLglobalU7_Atomicll12memory_ord
   ]
 
 .thread:                                          ; preds = %0
-  %1 = atomicrmw volatile xor i64 addrspace(1)* %object, i64 %operand monotonic
+  %1 = atomicrmw volatile xor i64 * %object, i64 %operand monotonic
   br label %8
 
 .thread1:                                         ; preds = %0
-  %2 = atomicrmw volatile xor i64 addrspace(1)* %object, i64 %operand acquire
+  %2 = atomicrmw volatile xor i64 * %object, i64 %operand acquire
   br label %8
 
 .thread2:                                         ; preds = %0
-  %3 = atomicrmw volatile xor i64 addrspace(1)* %object, i64 %operand release
+  %3 = atomicrmw volatile xor i64 * %object, i64 %operand release
   br label %8
 
 ; <label>:4                                       ; preds = %0
-  %5 = atomicrmw volatile xor i64 addrspace(1)* %object, i64 %operand acq_rel
+  %5 = atomicrmw volatile xor i64 * %object, i64 %operand acq_rel
   br label %8
 
 ; <label>:6                                       ; preds = %0
-  %7 = atomicrmw volatile xor i64 addrspace(1)* %object, i64 %operand seq_cst
+  %7 = atomicrmw volatile xor i64 * %object, i64 %operand seq_cst
   br label %8
 
 ; <label>:8                                       ; preds = %6, %4, %.thread2, %.thread1, %.thread
@@ -2674,7 +2674,7 @@ define i64 @_Z29pocl_atomic_fetch_xor__globalPVU8CLglobalU7_Atomicll12memory_ord
 }
 
 ; Function Attrs: nounwind uwtable
-define i64 @_Z29pocl_atomic_fetch_and__globalPVU8CLglobalU7_Atomicll12memory_order12memory_scope(i64 addrspace(1)* %object, i64 %operand, i32 %order, i32 %scope) #0 {
+define i64 @_Z29pocl_atomic_fetch_and__globalPU8CLglobalVU7_Atomicll12memory_order12memory_scope(i64 * %object, i64 %operand, i32 %order, i32 %scope) #0 {
   switch i32 %order, label %6 [
     i32 0, label %.thread
     i32 1, label %.thread1
@@ -2683,23 +2683,23 @@ define i64 @_Z29pocl_atomic_fetch_and__globalPVU8CLglobalU7_Atomicll12memory_ord
   ]
 
 .thread:                                          ; preds = %0
-  %1 = atomicrmw volatile and i64 addrspace(1)* %object, i64 %operand monotonic
+  %1 = atomicrmw volatile and i64 * %object, i64 %operand monotonic
   br label %8
 
 .thread1:                                         ; preds = %0
-  %2 = atomicrmw volatile and i64 addrspace(1)* %object, i64 %operand acquire
+  %2 = atomicrmw volatile and i64 * %object, i64 %operand acquire
   br label %8
 
 .thread2:                                         ; preds = %0
-  %3 = atomicrmw volatile and i64 addrspace(1)* %object, i64 %operand release
+  %3 = atomicrmw volatile and i64 * %object, i64 %operand release
   br label %8
 
 ; <label>:4                                       ; preds = %0
-  %5 = atomicrmw volatile and i64 addrspace(1)* %object, i64 %operand acq_rel
+  %5 = atomicrmw volatile and i64 * %object, i64 %operand acq_rel
   br label %8
 
 ; <label>:6                                       ; preds = %0
-  %7 = atomicrmw volatile and i64 addrspace(1)* %object, i64 %operand seq_cst
+  %7 = atomicrmw volatile and i64 * %object, i64 %operand seq_cst
   br label %8
 
 ; <label>:8                                       ; preds = %6, %4, %.thread2, %.thread1, %.thread
@@ -2708,7 +2708,7 @@ define i64 @_Z29pocl_atomic_fetch_and__globalPVU8CLglobalU7_Atomicll12memory_ord
 }
 
 ; Function Attrs: noreturn nounwind uwtable
-define i64 @_Z29pocl_atomic_fetch_min__globalPVU8CLglobalU7_Atomicll12memory_order12memory_scope(i64 addrspace(1)* nocapture readnone %object, i64 %operand, i32 %order, i32 %scope) #1 {
+define i64 @_Z29pocl_atomic_fetch_min__globalPU8CLglobalVU7_Atomicll12memory_order12memory_scope(i64 * nocapture readnone %object, i64 %operand, i32 %order, i32 %scope) #1 {
   switch i32 %order, label %6 [
     i32 0, label %.thread
     i32 1, label %.thread1
@@ -2717,23 +2717,23 @@ define i64 @_Z29pocl_atomic_fetch_min__globalPVU8CLglobalU7_Atomicll12memory_ord
   ]
 
 .thread:                                          ; preds = %0
-  %1 = atomicrmw volatile min i64 addrspace(1)* %object, i64 %operand monotonic
+  %1 = atomicrmw volatile min i64 * %object, i64 %operand monotonic
   br label %8
 
 .thread1:                                         ; preds = %0
-  %2 = atomicrmw volatile min i64 addrspace(1)* %object, i64 %operand acquire
+  %2 = atomicrmw volatile min i64 * %object, i64 %operand acquire
   br label %8
 
 .thread2:                                         ; preds = %0
-  %3 = atomicrmw volatile min i64 addrspace(1)* %object, i64 %operand release
+  %3 = atomicrmw volatile min i64 * %object, i64 %operand release
   br label %8
 
 ; <label>:4                                       ; preds = %0
-  %5 = atomicrmw volatile min i64 addrspace(1)* %object, i64 %operand acq_rel
+  %5 = atomicrmw volatile min i64 * %object, i64 %operand acq_rel
   br label %8
 
 ; <label>:6                                       ; preds = %0
-  %7 = atomicrmw volatile min i64 addrspace(1)* %object, i64 %operand seq_cst
+  %7 = atomicrmw volatile min i64 * %object, i64 %operand seq_cst
   br label %8
 
 ; <label>:8                                       ; preds = %6, %4, %.thread2, %.thread1, %.thread
@@ -2742,7 +2742,7 @@ define i64 @_Z29pocl_atomic_fetch_min__globalPVU8CLglobalU7_Atomicll12memory_ord
 }
 
 ; Function Attrs: noreturn nounwind uwtable
-define i64 @_Z29pocl_atomic_fetch_max__globalPVU8CLglobalU7_Atomicll12memory_order12memory_scope(i64 addrspace(1)* nocapture readnone %object, i64 %operand, i32 %order, i32 %scope) #1 {
+define i64 @_Z29pocl_atomic_fetch_max__globalPU8CLglobalVU7_Atomicll12memory_order12memory_scope(i64 * nocapture readnone %object, i64 %operand, i32 %order, i32 %scope) #1 {
   switch i32 %order, label %6 [
     i32 0, label %.thread
     i32 1, label %.thread1
@@ -2751,23 +2751,23 @@ define i64 @_Z29pocl_atomic_fetch_max__globalPVU8CLglobalU7_Atomicll12memory_ord
   ]
 
 .thread:                                          ; preds = %0
-  %1 = atomicrmw volatile max i64 addrspace(1)* %object, i64 %operand monotonic
+  %1 = atomicrmw volatile max i64 * %object, i64 %operand monotonic
   br label %8
 
 .thread1:                                         ; preds = %0
-  %2 = atomicrmw volatile max i64 addrspace(1)* %object, i64 %operand acquire
+  %2 = atomicrmw volatile max i64 * %object, i64 %operand acquire
   br label %8
 
 .thread2:                                         ; preds = %0
-  %3 = atomicrmw volatile max i64 addrspace(1)* %object, i64 %operand release
+  %3 = atomicrmw volatile max i64 * %object, i64 %operand release
   br label %8
 
 ; <label>:4                                       ; preds = %0
-  %5 = atomicrmw volatile max i64 addrspace(1)* %object, i64 %operand acq_rel
+  %5 = atomicrmw volatile max i64 * %object, i64 %operand acq_rel
   br label %8
 
 ; <label>:6                                       ; preds = %0
-  %7 = atomicrmw volatile max i64 addrspace(1)* %object, i64 %operand seq_cst
+  %7 = atomicrmw volatile max i64 * %object, i64 %operand seq_cst
   br label %8
 
 ; <label>:8                                       ; preds = %6, %4, %.thread2, %.thread1, %.thread
@@ -2776,7 +2776,7 @@ define i64 @_Z29pocl_atomic_fetch_max__globalPVU8CLglobalU7_Atomicll12memory_ord
 }
 
 ; Function Attrs: nounwind uwtable
-define void @_Z25pocl_atomic_store__globalPVU8CLglobalU7_Atomicmm12memory_order12memory_scope(i64 addrspace(1)* nocapture %object, i64 %desired, i32 %order, i32 %scope) #0 {
+define void @_Z25pocl_atomic_store__globalPU8CLglobalVU7_Atomicmm12memory_order12memory_scope(i64 * nocapture %object, i64 %desired, i32 %order, i32 %scope) #0 {
   switch i32 %order, label %1 [
     i32 0, label %.thread
     i32 1, label %.thread
@@ -2785,15 +2785,15 @@ define void @_Z25pocl_atomic_store__globalPVU8CLglobalU7_Atomicmm12memory_order1
   ]
 
 .thread:                                          ; preds = %0, %0, %0
-  store atomic volatile i64 %desired, i64 addrspace(1)* %object monotonic, align 8
+  store atomic volatile i64 %desired, i64 * %object monotonic, align 8
   br label %2
 
 .thread1:                                         ; preds = %0
-  store atomic volatile i64 %desired, i64 addrspace(1)* %object release, align 8
+  store atomic volatile i64 %desired, i64 * %object release, align 8
   br label %2
 
 ; <label>:1                                       ; preds = %0
-  store atomic volatile i64 %desired, i64 addrspace(1)* %object seq_cst, align 8
+  store atomic volatile i64 %desired, i64 * %object seq_cst, align 8
   br label %2
 
 ; <label>:2                                       ; preds = %1, %.thread1, %.thread
@@ -2801,7 +2801,7 @@ define void @_Z25pocl_atomic_store__globalPVU8CLglobalU7_Atomicmm12memory_order1
 }
 
 ; Function Attrs: nounwind uwtable
-define i64 @_Z24pocl_atomic_load__globalPVU8CLglobalU7_Atomicm12memory_order12memory_scope(i64 addrspace(1)* nocapture readonly %object, i32 %order, i32 %scope) #0 {
+define i64 @_Z24pocl_atomic_load__globalPU8CLglobalVU7_Atomicm12memory_order12memory_scope(i64 * nocapture readonly %object, i32 %order, i32 %scope) #0 {
   switch i32 %order, label %3 [
     i32 0, label %.thread
     i32 1, label %.thread1
@@ -2810,15 +2810,15 @@ define i64 @_Z24pocl_atomic_load__globalPVU8CLglobalU7_Atomicm12memory_order12me
   ]
 
 .thread:                                          ; preds = %0, %0, %0
-  %1 = load atomic volatile i64, i64 addrspace(1)* %object monotonic, align 8
+  %1 = load atomic volatile i64, i64 * %object monotonic, align 8
   br label %5
 
 .thread1:                                         ; preds = %0
-  %2 = load atomic volatile i64, i64 addrspace(1)* %object acquire, align 8
+  %2 = load atomic volatile i64, i64 * %object acquire, align 8
   br label %5
 
 ; <label>:3                                       ; preds = %0
-  %4 = load atomic volatile i64, i64 addrspace(1)* %object seq_cst, align 8
+  %4 = load atomic volatile i64, i64 * %object seq_cst, align 8
   br label %5
 
 ; <label>:5                                       ; preds = %3, %.thread1, %.thread
@@ -2827,7 +2827,7 @@ define i64 @_Z24pocl_atomic_load__globalPVU8CLglobalU7_Atomicm12memory_order12me
 }
 
 ; Function Attrs: nounwind uwtable
-define i64 @_Z28pocl_atomic_exchange__globalPVU8CLglobalU7_Atomicmm12memory_order12memory_scope(i64 addrspace(1)* %object, i64 %desired, i32 %order, i32 %scope) #0 {
+define i64 @_Z28pocl_atomic_exchange__globalPU8CLglobalVU7_Atomicmm12memory_order12memory_scope(i64 * %object, i64 %desired, i32 %order, i32 %scope) #0 {
   switch i32 %order, label %6 [
     i32 0, label %.thread
     i32 1, label %.thread1
@@ -2836,23 +2836,23 @@ define i64 @_Z28pocl_atomic_exchange__globalPVU8CLglobalU7_Atomicmm12memory_orde
   ]
 
 .thread:                                          ; preds = %0
-  %1 = atomicrmw volatile xchg i64 addrspace(1)* %object, i64 %desired monotonic
+  %1 = atomicrmw volatile xchg i64 * %object, i64 %desired monotonic
   br label %8
 
 .thread1:                                         ; preds = %0
-  %2 = atomicrmw volatile xchg i64 addrspace(1)* %object, i64 %desired acquire
+  %2 = atomicrmw volatile xchg i64 * %object, i64 %desired acquire
   br label %8
 
 .thread2:                                         ; preds = %0
-  %3 = atomicrmw volatile xchg i64 addrspace(1)* %object, i64 %desired release
+  %3 = atomicrmw volatile xchg i64 * %object, i64 %desired release
   br label %8
 
 ; <label>:4                                       ; preds = %0
-  %5 = atomicrmw volatile xchg i64 addrspace(1)* %object, i64 %desired acq_rel
+  %5 = atomicrmw volatile xchg i64 * %object, i64 %desired acq_rel
   br label %8
 
 ; <label>:6                                       ; preds = %0
-  %7 = atomicrmw volatile xchg i64 addrspace(1)* %object, i64 %desired seq_cst
+  %7 = atomicrmw volatile xchg i64 * %object, i64 %desired seq_cst
   br label %8
 
 ; <label>:8                                       ; preds = %6, %4, %.thread2, %.thread1, %.thread
@@ -2861,7 +2861,7 @@ define i64 @_Z28pocl_atomic_exchange__globalPVU8CLglobalU7_Atomicmm12memory_orde
 }
 
 ; Function Attrs: nounwind uwtable
-define zeroext i1 @_Z43pocl_atomic_compare_exchange_strong__globalPVU8CLglobalU7_AtomicmPmm12memory_orderS3_12memory_scope(i64 addrspace(1)* %object, i64* nocapture %expected, i64 %desired, i32 %success, i32 %failure, i32 %scope) #0 {
+define zeroext i1 @_Z43pocl_atomic_compare_exchange_strong__globalPU8CLglobalVU7_AtomicmPmm12memory_orderS3_12memory_scope(i64 * %object, i64* nocapture %expected, i64 %desired, i32 %success, i32 %failure, i32 %scope) #0 {
   %1 = icmp eq i32 %success, 0
   br i1 %1, label %9, label %2
 
@@ -2932,7 +2932,7 @@ define zeroext i1 @_Z43pocl_atomic_compare_exchange_strong__globalPVU8CLglobalU7
 
 ; <label>:28                                      ; preds = %19
   %29 = load i64, i64* %expected, align 8
-  %30 = cmpxchg volatile i64 addrspace(1)* %object, i64 %29, i64 %desired monotonic monotonic
+  %30 = cmpxchg volatile i64 * %object, i64 %29, i64 %desired monotonic monotonic
   %31 = extractvalue { i64, i1 } %30, 1
   br i1 %31, label %34, label %32
 
@@ -2946,12 +2946,12 @@ define zeroext i1 @_Z43pocl_atomic_compare_exchange_strong__globalPVU8CLglobalU7
   br label %26
 
 ; <label>:36                                      ; preds = %21
-  %37 = cmpxchg volatile i64 addrspace(1)* %object, i64 %22, i64 %desired acquire monotonic
+  %37 = cmpxchg volatile i64 * %object, i64 %22, i64 %desired acquire monotonic
   %38 = extractvalue { i64, i1 } %37, 1
   br i1 %38, label %44, label %42
 
 ; <label>:39                                      ; preds = %21
-  %40 = cmpxchg volatile i64 addrspace(1)* %object, i64 %22, i64 %desired acquire acquire
+  %40 = cmpxchg volatile i64 * %object, i64 %22, i64 %desired acquire acquire
   %41 = extractvalue { i64, i1 } %40, 1
   br i1 %41, label %48, label %46
 
@@ -2975,7 +2975,7 @@ define zeroext i1 @_Z43pocl_atomic_compare_exchange_strong__globalPVU8CLglobalU7
 
 ; <label>:50                                      ; preds = %19
   %51 = load i64, i64* %expected, align 8
-  %52 = cmpxchg volatile i64 addrspace(1)* %object, i64 %51, i64 %desired release monotonic
+  %52 = cmpxchg volatile i64 * %object, i64 %51, i64 %desired release monotonic
   %53 = extractvalue { i64, i1 } %52, 1
   br i1 %53, label %56, label %54
 
@@ -2989,12 +2989,12 @@ define zeroext i1 @_Z43pocl_atomic_compare_exchange_strong__globalPVU8CLglobalU7
   br label %26
 
 ; <label>:58                                      ; preds = %23
-  %59 = cmpxchg volatile i64 addrspace(1)* %object, i64 %24, i64 %desired acq_rel monotonic
+  %59 = cmpxchg volatile i64 * %object, i64 %24, i64 %desired acq_rel monotonic
   %60 = extractvalue { i64, i1 } %59, 1
   br i1 %60, label %66, label %64
 
 ; <label>:61                                      ; preds = %23
-  %62 = cmpxchg volatile i64 addrspace(1)* %object, i64 %24, i64 %desired acq_rel acquire
+  %62 = cmpxchg volatile i64 * %object, i64 %24, i64 %desired acq_rel acquire
   %63 = extractvalue { i64, i1 } %62, 1
   br i1 %63, label %70, label %68
 
@@ -3018,19 +3018,19 @@ define zeroext i1 @_Z43pocl_atomic_compare_exchange_strong__globalPVU8CLglobalU7
 
 ; <label>:72                                      ; preds = %25
   %73 = load i64, i64* %expected, align 8
-  %74 = cmpxchg volatile i64 addrspace(1)* %object, i64 %73, i64 %desired seq_cst monotonic
+  %74 = cmpxchg volatile i64 * %object, i64 %73, i64 %desired seq_cst monotonic
   %75 = extractvalue { i64, i1 } %74, 1
   br i1 %75, label %86, label %84
 
 ; <label>:76                                      ; preds = %25, %25
   %77 = load i64, i64* %expected, align 8
-  %78 = cmpxchg volatile i64 addrspace(1)* %object, i64 %77, i64 %desired seq_cst acquire
+  %78 = cmpxchg volatile i64 * %object, i64 %77, i64 %desired seq_cst acquire
   %79 = extractvalue { i64, i1 } %78, 1
   br i1 %79, label %90, label %88
 
 ; <label>:80                                      ; preds = %25
   %81 = load i64, i64* %expected, align 8
-  %82 = cmpxchg volatile i64 addrspace(1)* %object, i64 %81, i64 %desired seq_cst seq_cst
+  %82 = cmpxchg volatile i64 * %object, i64 %81, i64 %desired seq_cst seq_cst
   %83 = extractvalue { i64, i1 } %82, 1
   br i1 %83, label %94, label %92
 
@@ -3063,7 +3063,7 @@ define zeroext i1 @_Z43pocl_atomic_compare_exchange_strong__globalPVU8CLglobalU7
 }
 
 ; Function Attrs: nounwind uwtable
-define zeroext i1 @_Z41pocl_atomic_compare_exchange_weak__globalPVU8CLglobalU7_AtomicmPmm12memory_orderS3_12memory_scope(i64 addrspace(1)* %object, i64* nocapture %expected, i64 %desired, i32 %success, i32 %failure, i32 %scope) #0 {
+define zeroext i1 @_Z41pocl_atomic_compare_exchange_weak__globalPU8CLglobalVU7_AtomicmPmm12memory_orderS3_12memory_scope(i64 * %object, i64* nocapture %expected, i64 %desired, i32 %success, i32 %failure, i32 %scope) #0 {
   %1 = icmp eq i32 %success, 0
   br i1 %1, label %9, label %2
 
@@ -3134,7 +3134,7 @@ define zeroext i1 @_Z41pocl_atomic_compare_exchange_weak__globalPVU8CLglobalU7_A
 
 ; <label>:28                                      ; preds = %19
   %29 = load i64, i64* %expected, align 8
-  %30 = cmpxchg weak volatile i64 addrspace(1)* %object, i64 %29, i64 %desired monotonic monotonic
+  %30 = cmpxchg weak volatile i64 * %object, i64 %29, i64 %desired monotonic monotonic
   %31 = extractvalue { i64, i1 } %30, 1
   br i1 %31, label %34, label %32
 
@@ -3148,12 +3148,12 @@ define zeroext i1 @_Z41pocl_atomic_compare_exchange_weak__globalPVU8CLglobalU7_A
   br label %26
 
 ; <label>:36                                      ; preds = %21
-  %37 = cmpxchg weak volatile i64 addrspace(1)* %object, i64 %22, i64 %desired acquire monotonic
+  %37 = cmpxchg weak volatile i64 * %object, i64 %22, i64 %desired acquire monotonic
   %38 = extractvalue { i64, i1 } %37, 1
   br i1 %38, label %44, label %42
 
 ; <label>:39                                      ; preds = %21
-  %40 = cmpxchg weak volatile i64 addrspace(1)* %object, i64 %22, i64 %desired acquire acquire
+  %40 = cmpxchg weak volatile i64 * %object, i64 %22, i64 %desired acquire acquire
   %41 = extractvalue { i64, i1 } %40, 1
   br i1 %41, label %48, label %46
 
@@ -3177,7 +3177,7 @@ define zeroext i1 @_Z41pocl_atomic_compare_exchange_weak__globalPVU8CLglobalU7_A
 
 ; <label>:50                                      ; preds = %19
   %51 = load i64, i64* %expected, align 8
-  %52 = cmpxchg weak volatile i64 addrspace(1)* %object, i64 %51, i64 %desired release monotonic
+  %52 = cmpxchg weak volatile i64 * %object, i64 %51, i64 %desired release monotonic
   %53 = extractvalue { i64, i1 } %52, 1
   br i1 %53, label %56, label %54
 
@@ -3191,12 +3191,12 @@ define zeroext i1 @_Z41pocl_atomic_compare_exchange_weak__globalPVU8CLglobalU7_A
   br label %26
 
 ; <label>:58                                      ; preds = %23
-  %59 = cmpxchg weak volatile i64 addrspace(1)* %object, i64 %24, i64 %desired acq_rel monotonic
+  %59 = cmpxchg weak volatile i64 * %object, i64 %24, i64 %desired acq_rel monotonic
   %60 = extractvalue { i64, i1 } %59, 1
   br i1 %60, label %66, label %64
 
 ; <label>:61                                      ; preds = %23
-  %62 = cmpxchg weak volatile i64 addrspace(1)* %object, i64 %24, i64 %desired acq_rel acquire
+  %62 = cmpxchg weak volatile i64 * %object, i64 %24, i64 %desired acq_rel acquire
   %63 = extractvalue { i64, i1 } %62, 1
   br i1 %63, label %70, label %68
 
@@ -3220,19 +3220,19 @@ define zeroext i1 @_Z41pocl_atomic_compare_exchange_weak__globalPVU8CLglobalU7_A
 
 ; <label>:72                                      ; preds = %25
   %73 = load i64, i64* %expected, align 8
-  %74 = cmpxchg weak volatile i64 addrspace(1)* %object, i64 %73, i64 %desired seq_cst monotonic
+  %74 = cmpxchg weak volatile i64 * %object, i64 %73, i64 %desired seq_cst monotonic
   %75 = extractvalue { i64, i1 } %74, 1
   br i1 %75, label %86, label %84
 
 ; <label>:76                                      ; preds = %25, %25
   %77 = load i64, i64* %expected, align 8
-  %78 = cmpxchg weak volatile i64 addrspace(1)* %object, i64 %77, i64 %desired seq_cst acquire
+  %78 = cmpxchg weak volatile i64 * %object, i64 %77, i64 %desired seq_cst acquire
   %79 = extractvalue { i64, i1 } %78, 1
   br i1 %79, label %90, label %88
 
 ; <label>:80                                      ; preds = %25
   %81 = load i64, i64* %expected, align 8
-  %82 = cmpxchg weak volatile i64 addrspace(1)* %object, i64 %81, i64 %desired seq_cst seq_cst
+  %82 = cmpxchg weak volatile i64 * %object, i64 %81, i64 %desired seq_cst seq_cst
   %83 = extractvalue { i64, i1 } %82, 1
   br i1 %83, label %94, label %92
 
@@ -3265,7 +3265,7 @@ define zeroext i1 @_Z41pocl_atomic_compare_exchange_weak__globalPVU8CLglobalU7_A
 }
 
 ; Function Attrs: nounwind uwtable
-define i64 @_Z29pocl_atomic_fetch_add__globalPVU8CLglobalU7_Atomicmm12memory_order12memory_scope(i64 addrspace(1)* %object, i64 %operand, i32 %order, i32 %scope) #0 {
+define i64 @_Z29pocl_atomic_fetch_add__globalPU8CLglobalVU7_Atomicmm12memory_order12memory_scope(i64 * %object, i64 %operand, i32 %order, i32 %scope) #0 {
   switch i32 %order, label %6 [
     i32 0, label %.thread
     i32 1, label %.thread1
@@ -3274,23 +3274,23 @@ define i64 @_Z29pocl_atomic_fetch_add__globalPVU8CLglobalU7_Atomicmm12memory_ord
   ]
 
 .thread:                                          ; preds = %0
-  %1 = atomicrmw volatile add i64 addrspace(1)* %object, i64 %operand monotonic
+  %1 = atomicrmw volatile add i64 * %object, i64 %operand monotonic
   br label %8
 
 .thread1:                                         ; preds = %0
-  %2 = atomicrmw volatile add i64 addrspace(1)* %object, i64 %operand acquire
+  %2 = atomicrmw volatile add i64 * %object, i64 %operand acquire
   br label %8
 
 .thread2:                                         ; preds = %0
-  %3 = atomicrmw volatile add i64 addrspace(1)* %object, i64 %operand release
+  %3 = atomicrmw volatile add i64 * %object, i64 %operand release
   br label %8
 
 ; <label>:4                                       ; preds = %0
-  %5 = atomicrmw volatile add i64 addrspace(1)* %object, i64 %operand acq_rel
+  %5 = atomicrmw volatile add i64 * %object, i64 %operand acq_rel
   br label %8
 
 ; <label>:6                                       ; preds = %0
-  %7 = atomicrmw volatile add i64 addrspace(1)* %object, i64 %operand seq_cst
+  %7 = atomicrmw volatile add i64 * %object, i64 %operand seq_cst
   br label %8
 
 ; <label>:8                                       ; preds = %6, %4, %.thread2, %.thread1, %.thread
@@ -3299,7 +3299,7 @@ define i64 @_Z29pocl_atomic_fetch_add__globalPVU8CLglobalU7_Atomicmm12memory_ord
 }
 
 ; Function Attrs: nounwind uwtable
-define i64 @_Z29pocl_atomic_fetch_sub__globalPVU8CLglobalU7_Atomicmm12memory_order12memory_scope(i64 addrspace(1)* %object, i64 %operand, i32 %order, i32 %scope) #0 {
+define i64 @_Z29pocl_atomic_fetch_sub__globalPU8CLglobalVU7_Atomicmm12memory_order12memory_scope(i64 * %object, i64 %operand, i32 %order, i32 %scope) #0 {
   switch i32 %order, label %6 [
     i32 0, label %.thread
     i32 1, label %.thread1
@@ -3308,23 +3308,23 @@ define i64 @_Z29pocl_atomic_fetch_sub__globalPVU8CLglobalU7_Atomicmm12memory_ord
   ]
 
 .thread:                                          ; preds = %0
-  %1 = atomicrmw volatile sub i64 addrspace(1)* %object, i64 %operand monotonic
+  %1 = atomicrmw volatile sub i64 * %object, i64 %operand monotonic
   br label %8
 
 .thread1:                                         ; preds = %0
-  %2 = atomicrmw volatile sub i64 addrspace(1)* %object, i64 %operand acquire
+  %2 = atomicrmw volatile sub i64 * %object, i64 %operand acquire
   br label %8
 
 .thread2:                                         ; preds = %0
-  %3 = atomicrmw volatile sub i64 addrspace(1)* %object, i64 %operand release
+  %3 = atomicrmw volatile sub i64 * %object, i64 %operand release
   br label %8
 
 ; <label>:4                                       ; preds = %0
-  %5 = atomicrmw volatile sub i64 addrspace(1)* %object, i64 %operand acq_rel
+  %5 = atomicrmw volatile sub i64 * %object, i64 %operand acq_rel
   br label %8
 
 ; <label>:6                                       ; preds = %0
-  %7 = atomicrmw volatile sub i64 addrspace(1)* %object, i64 %operand seq_cst
+  %7 = atomicrmw volatile sub i64 * %object, i64 %operand seq_cst
   br label %8
 
 ; <label>:8                                       ; preds = %6, %4, %.thread2, %.thread1, %.thread
@@ -3333,7 +3333,7 @@ define i64 @_Z29pocl_atomic_fetch_sub__globalPVU8CLglobalU7_Atomicmm12memory_ord
 }
 
 ; Function Attrs: nounwind uwtable
-define i64 @_Z28pocl_atomic_fetch_or__globalPVU8CLglobalU7_Atomicmm12memory_order12memory_scope(i64 addrspace(1)* %object, i64 %operand, i32 %order, i32 %scope) #0 {
+define i64 @_Z28pocl_atomic_fetch_or__globalPU8CLglobalVU7_Atomicmm12memory_order12memory_scope(i64 * %object, i64 %operand, i32 %order, i32 %scope) #0 {
   switch i32 %order, label %6 [
     i32 0, label %.thread
     i32 1, label %.thread1
@@ -3342,23 +3342,23 @@ define i64 @_Z28pocl_atomic_fetch_or__globalPVU8CLglobalU7_Atomicmm12memory_orde
   ]
 
 .thread:                                          ; preds = %0
-  %1 = atomicrmw volatile or i64 addrspace(1)* %object, i64 %operand monotonic
+  %1 = atomicrmw volatile or i64 * %object, i64 %operand monotonic
   br label %8
 
 .thread1:                                         ; preds = %0
-  %2 = atomicrmw volatile or i64 addrspace(1)* %object, i64 %operand acquire
+  %2 = atomicrmw volatile or i64 * %object, i64 %operand acquire
   br label %8
 
 .thread2:                                         ; preds = %0
-  %3 = atomicrmw volatile or i64 addrspace(1)* %object, i64 %operand release
+  %3 = atomicrmw volatile or i64 * %object, i64 %operand release
   br label %8
 
 ; <label>:4                                       ; preds = %0
-  %5 = atomicrmw volatile or i64 addrspace(1)* %object, i64 %operand acq_rel
+  %5 = atomicrmw volatile or i64 * %object, i64 %operand acq_rel
   br label %8
 
 ; <label>:6                                       ; preds = %0
-  %7 = atomicrmw volatile or i64 addrspace(1)* %object, i64 %operand seq_cst
+  %7 = atomicrmw volatile or i64 * %object, i64 %operand seq_cst
   br label %8
 
 ; <label>:8                                       ; preds = %6, %4, %.thread2, %.thread1, %.thread
@@ -3367,7 +3367,7 @@ define i64 @_Z28pocl_atomic_fetch_or__globalPVU8CLglobalU7_Atomicmm12memory_orde
 }
 
 ; Function Attrs: nounwind uwtable
-define i64 @_Z29pocl_atomic_fetch_xor__globalPVU8CLglobalU7_Atomicmm12memory_order12memory_scope(i64 addrspace(1)* %object, i64 %operand, i32 %order, i32 %scope) #0 {
+define i64 @_Z29pocl_atomic_fetch_xor__globalPU8CLglobalVU7_Atomicmm12memory_order12memory_scope(i64 * %object, i64 %operand, i32 %order, i32 %scope) #0 {
   switch i32 %order, label %6 [
     i32 0, label %.thread
     i32 1, label %.thread1
@@ -3376,23 +3376,23 @@ define i64 @_Z29pocl_atomic_fetch_xor__globalPVU8CLglobalU7_Atomicmm12memory_ord
   ]
 
 .thread:                                          ; preds = %0
-  %1 = atomicrmw volatile xor i64 addrspace(1)* %object, i64 %operand monotonic
+  %1 = atomicrmw volatile xor i64 * %object, i64 %operand monotonic
   br label %8
 
 .thread1:                                         ; preds = %0
-  %2 = atomicrmw volatile xor i64 addrspace(1)* %object, i64 %operand acquire
+  %2 = atomicrmw volatile xor i64 * %object, i64 %operand acquire
   br label %8
 
 .thread2:                                         ; preds = %0
-  %3 = atomicrmw volatile xor i64 addrspace(1)* %object, i64 %operand release
+  %3 = atomicrmw volatile xor i64 * %object, i64 %operand release
   br label %8
 
 ; <label>:4                                       ; preds = %0
-  %5 = atomicrmw volatile xor i64 addrspace(1)* %object, i64 %operand acq_rel
+  %5 = atomicrmw volatile xor i64 * %object, i64 %operand acq_rel
   br label %8
 
 ; <label>:6                                       ; preds = %0
-  %7 = atomicrmw volatile xor i64 addrspace(1)* %object, i64 %operand seq_cst
+  %7 = atomicrmw volatile xor i64 * %object, i64 %operand seq_cst
   br label %8
 
 ; <label>:8                                       ; preds = %6, %4, %.thread2, %.thread1, %.thread
@@ -3401,7 +3401,7 @@ define i64 @_Z29pocl_atomic_fetch_xor__globalPVU8CLglobalU7_Atomicmm12memory_ord
 }
 
 ; Function Attrs: nounwind uwtable
-define i64 @_Z29pocl_atomic_fetch_and__globalPVU8CLglobalU7_Atomicmm12memory_order12memory_scope(i64 addrspace(1)* %object, i64 %operand, i32 %order, i32 %scope) #0 {
+define i64 @_Z29pocl_atomic_fetch_and__globalPU8CLglobalVU7_Atomicmm12memory_order12memory_scope(i64 * %object, i64 %operand, i32 %order, i32 %scope) #0 {
   switch i32 %order, label %6 [
     i32 0, label %.thread
     i32 1, label %.thread1
@@ -3410,23 +3410,23 @@ define i64 @_Z29pocl_atomic_fetch_and__globalPVU8CLglobalU7_Atomicmm12memory_ord
   ]
 
 .thread:                                          ; preds = %0
-  %1 = atomicrmw volatile and i64 addrspace(1)* %object, i64 %operand monotonic
+  %1 = atomicrmw volatile and i64 * %object, i64 %operand monotonic
   br label %8
 
 .thread1:                                         ; preds = %0
-  %2 = atomicrmw volatile and i64 addrspace(1)* %object, i64 %operand acquire
+  %2 = atomicrmw volatile and i64 * %object, i64 %operand acquire
   br label %8
 
 .thread2:                                         ; preds = %0
-  %3 = atomicrmw volatile and i64 addrspace(1)* %object, i64 %operand release
+  %3 = atomicrmw volatile and i64 * %object, i64 %operand release
   br label %8
 
 ; <label>:4                                       ; preds = %0
-  %5 = atomicrmw volatile and i64 addrspace(1)* %object, i64 %operand acq_rel
+  %5 = atomicrmw volatile and i64 * %object, i64 %operand acq_rel
   br label %8
 
 ; <label>:6                                       ; preds = %0
-  %7 = atomicrmw volatile and i64 addrspace(1)* %object, i64 %operand seq_cst
+  %7 = atomicrmw volatile and i64 * %object, i64 %operand seq_cst
   br label %8
 
 ; <label>:8                                       ; preds = %6, %4, %.thread2, %.thread1, %.thread
@@ -3435,7 +3435,7 @@ define i64 @_Z29pocl_atomic_fetch_and__globalPVU8CLglobalU7_Atomicmm12memory_ord
 }
 
 ; Function Attrs: noreturn nounwind uwtable
-define i64 @_Z29pocl_atomic_fetch_min__globalPVU8CLglobalU7_Atomicmm12memory_order12memory_scope(i64 addrspace(1)* nocapture readnone %object, i64 %operand, i32 %order, i32 %scope) #1 {
+define i64 @_Z29pocl_atomic_fetch_min__globalPU8CLglobalVU7_Atomicmm12memory_order12memory_scope(i64 * nocapture readnone %object, i64 %operand, i32 %order, i32 %scope) #1 {
   switch i32 %order, label %6 [
     i32 0, label %.thread
     i32 1, label %.thread1
@@ -3444,23 +3444,23 @@ define i64 @_Z29pocl_atomic_fetch_min__globalPVU8CLglobalU7_Atomicmm12memory_ord
   ]
 
 .thread:                                          ; preds = %0
-  %1 = atomicrmw volatile umin i64 addrspace(1)* %object, i64 %operand monotonic
+  %1 = atomicrmw volatile umin i64 * %object, i64 %operand monotonic
   br label %8
 
 .thread1:                                         ; preds = %0
-  %2 = atomicrmw volatile umin i64 addrspace(1)* %object, i64 %operand acquire
+  %2 = atomicrmw volatile umin i64 * %object, i64 %operand acquire
   br label %8
 
 .thread2:                                         ; preds = %0
-  %3 = atomicrmw volatile umin i64 addrspace(1)* %object, i64 %operand release
+  %3 = atomicrmw volatile umin i64 * %object, i64 %operand release
   br label %8
 
 ; <label>:4                                       ; preds = %0
-  %5 = atomicrmw volatile umin i64 addrspace(1)* %object, i64 %operand acq_rel
+  %5 = atomicrmw volatile umin i64 * %object, i64 %operand acq_rel
   br label %8
 
 ; <label>:6                                       ; preds = %0
-  %7 = atomicrmw volatile umin i64 addrspace(1)* %object, i64 %operand seq_cst
+  %7 = atomicrmw volatile umin i64 * %object, i64 %operand seq_cst
   br label %8
 
 ; <label>:8                                       ; preds = %6, %4, %.thread2, %.thread1, %.thread
@@ -3469,7 +3469,7 @@ define i64 @_Z29pocl_atomic_fetch_min__globalPVU8CLglobalU7_Atomicmm12memory_ord
 }
 
 ; Function Attrs: noreturn nounwind uwtable
-define i64 @_Z29pocl_atomic_fetch_max__globalPVU8CLglobalU7_Atomicmm12memory_order12memory_scope(i64 addrspace(1)* nocapture readnone %object, i64 %operand, i32 %order, i32 %scope) #1 {
+define i64 @_Z29pocl_atomic_fetch_max__globalPU8CLglobalVU7_Atomicmm12memory_order12memory_scope(i64 * nocapture readnone %object, i64 %operand, i32 %order, i32 %scope) #1 {
   switch i32 %order, label %6 [
     i32 0, label %.thread
     i32 1, label %.thread1
@@ -3478,23 +3478,23 @@ define i64 @_Z29pocl_atomic_fetch_max__globalPVU8CLglobalU7_Atomicmm12memory_ord
   ]
 
 .thread:                                          ; preds = %0
-  %1 = atomicrmw volatile umax i64 addrspace(1)* %object, i64 %operand monotonic
+  %1 = atomicrmw volatile umax i64 * %object, i64 %operand monotonic
   br label %8
 
 .thread1:                                         ; preds = %0
-  %2 = atomicrmw volatile umax i64 addrspace(1)* %object, i64 %operand acquire
+  %2 = atomicrmw volatile umax i64 * %object, i64 %operand acquire
   br label %8
 
 .thread2:                                         ; preds = %0
-  %3 = atomicrmw volatile umax i64 addrspace(1)* %object, i64 %operand release
+  %3 = atomicrmw volatile umax i64 * %object, i64 %operand release
   br label %8
 
 ; <label>:4                                       ; preds = %0
-  %5 = atomicrmw volatile umax i64 addrspace(1)* %object, i64 %operand acq_rel
+  %5 = atomicrmw volatile umax i64 * %object, i64 %operand acq_rel
   br label %8
 
 ; <label>:6                                       ; preds = %0
-  %7 = atomicrmw volatile umax i64 addrspace(1)* %object, i64 %operand seq_cst
+  %7 = atomicrmw volatile umax i64 * %object, i64 %operand seq_cst
   br label %8
 
 ; <label>:8                                       ; preds = %6, %4, %.thread2, %.thread1, %.thread
@@ -3503,7 +3503,7 @@ define i64 @_Z29pocl_atomic_fetch_max__globalPVU8CLglobalU7_Atomicmm12memory_ord
 }
 
 ; Function Attrs: nounwind uwtable
-define void @_Z25pocl_atomic_store__globalPVU8CLglobalU7_Atomicdd12memory_order12memory_scope(double addrspace(1)* nocapture %object, double %desired, i32 %order, i32 %scope) #0 {
+define void @_Z25pocl_atomic_store__globalPU8CLglobalVU7_Atomicdd12memory_order12memory_scope(double * nocapture %object, double %desired, i32 %order, i32 %scope) #0 {
   switch i32 %order, label %5 [
     i32 0, label %.thread
     i32 1, label %.thread
@@ -3512,29 +3512,29 @@ define void @_Z25pocl_atomic_store__globalPVU8CLglobalU7_Atomicdd12memory_order1
 
 .thread1:                                         ; preds = %0
   %1 = bitcast double %desired to i64
-  %2 = bitcast double addrspace(1)* %object to i64 addrspace(1)*
-  store atomic volatile i64 %1, i64 addrspace(1)* %2 release, align 8
+  %2 = bitcast double * %object to i64 *
+  store atomic volatile i64 %1, i64 * %2 release, align 8
   br label %13
 
 .thread:                                          ; preds = %0, %0
   %3 = bitcast double %desired to i64
-  %4 = bitcast double addrspace(1)* %object to i64 addrspace(1)*
+  %4 = bitcast double * %object to i64 *
   br label %9
 
 ; <label>:5                                       ; preds = %0
   %6 = icmp eq i32 %order, 3
   %7 = bitcast double %desired to i64
-  %8 = bitcast double addrspace(1)* %object to i64 addrspace(1)*
+  %8 = bitcast double * %object to i64 *
   br i1 %6, label %9, label %12
 
 ; <label>:9                                       ; preds = %5, %.thread
-  %10 = phi i64 addrspace(1)* [ %4, %.thread ], [ %8, %5 ]
+  %10 = phi i64 * [ %4, %.thread ], [ %8, %5 ]
   %11 = phi i64 [ %3, %.thread ], [ %7, %5 ]
-  store atomic volatile i64 %11, i64 addrspace(1)* %10 monotonic, align 8
+  store atomic volatile i64 %11, i64 * %10 monotonic, align 8
   br label %13
 
 ; <label>:12                                      ; preds = %5
-  store atomic volatile i64 %7, i64 addrspace(1)* %8 seq_cst, align 8
+  store atomic volatile i64 %7, i64 * %8 seq_cst, align 8
   br label %13
 
 ; <label>:13                                      ; preds = %12, %.thread1, %9
@@ -3542,7 +3542,7 @@ define void @_Z25pocl_atomic_store__globalPVU8CLglobalU7_Atomicdd12memory_order1
 }
 
 ; Function Attrs: nounwind uwtable
-define double @_Z24pocl_atomic_load__globalPVU8CLglobalU7_Atomicd12memory_order12memory_scope(double addrspace(1)* nocapture readonly %object, i32 %order, i32 %scope) #0 {
+define double @_Z24pocl_atomic_load__globalPU8CLglobalVU7_Atomicd12memory_order12memory_scope(double * nocapture readonly %object, i32 %order, i32 %scope) #0 {
   switch i32 %order, label %4 [
     i32 0, label %.thread
     i32 1, label %.thread1
@@ -3550,26 +3550,26 @@ define double @_Z24pocl_atomic_load__globalPVU8CLglobalU7_Atomicd12memory_order1
   ]
 
 .thread1:                                         ; preds = %0
-  %1 = bitcast double addrspace(1)* %object to i64 addrspace(1)*
-  %2 = load atomic volatile i64, i64 addrspace(1)* %1 acquire, align 8
+  %1 = bitcast double * %object to i64 *
+  %2 = load atomic volatile i64, i64 * %1 acquire, align 8
   br label %12
 
 .thread:                                          ; preds = %0, %0
-  %3 = bitcast double addrspace(1)* %object to i64 addrspace(1)*
+  %3 = bitcast double * %object to i64 *
   br label %7
 
 ; <label>:4                                       ; preds = %0
   %5 = icmp eq i32 %order, 3
-  %6 = bitcast double addrspace(1)* %object to i64 addrspace(1)*
+  %6 = bitcast double * %object to i64 *
   br i1 %5, label %7, label %10
 
 ; <label>:7                                       ; preds = %4, %.thread
-  %8 = phi i64 addrspace(1)* [ %3, %.thread ], [ %6, %4 ]
-  %9 = load atomic volatile i64, i64 addrspace(1)* %8 monotonic, align 8
+  %8 = phi i64 * [ %3, %.thread ], [ %6, %4 ]
+  %9 = load atomic volatile i64, i64 * %8 monotonic, align 8
   br label %12
 
 ; <label>:10                                      ; preds = %4
-  %11 = load atomic volatile i64, i64 addrspace(1)* %6 seq_cst, align 8
+  %11 = load atomic volatile i64, i64 * %6 seq_cst, align 8
   br label %12
 
 ; <label>:12                                      ; preds = %10, %.thread1, %7
@@ -3579,7 +3579,7 @@ define double @_Z24pocl_atomic_load__globalPVU8CLglobalU7_Atomicd12memory_order1
 }
 
 ; Function Attrs: nounwind uwtable
-define double @_Z28pocl_atomic_exchange__globalPVU8CLglobalU7_Atomicdd12memory_order12memory_scope(double addrspace(1)* %object, double %desired, i32 %order, i32 %scope) #0 {
+define double @_Z28pocl_atomic_exchange__globalPU8CLglobalVU7_Atomicdd12memory_order12memory_scope(double * %object, double %desired, i32 %order, i32 %scope) #0 {
   switch i32 %order, label %10 [
     i32 0, label %.thread
     i32 1, label %.thread2
@@ -3588,34 +3588,34 @@ define double @_Z28pocl_atomic_exchange__globalPVU8CLglobalU7_Atomicdd12memory_o
 
 .thread:                                          ; preds = %0
   %1 = bitcast double %desired to i64
-  %2 = bitcast double addrspace(1)* %object to i64 addrspace(1)*
-  %3 = atomicrmw volatile xchg i64 addrspace(1)* %2, i64 %1 monotonic
+  %2 = bitcast double * %object to i64 *
+  %3 = atomicrmw volatile xchg i64 * %2, i64 %1 monotonic
   br label %18
 
 .thread2:                                         ; preds = %0
   %4 = bitcast double %desired to i64
-  %5 = bitcast double addrspace(1)* %object to i64 addrspace(1)*
-  %6 = atomicrmw volatile xchg i64 addrspace(1)* %5, i64 %4 acquire
+  %5 = bitcast double * %object to i64 *
+  %6 = atomicrmw volatile xchg i64 * %5, i64 %4 acquire
   br label %18
 
 .thread3:                                         ; preds = %0
   %7 = bitcast double %desired to i64
-  %8 = bitcast double addrspace(1)* %object to i64 addrspace(1)*
-  %9 = atomicrmw volatile xchg i64 addrspace(1)* %8, i64 %7 release
+  %8 = bitcast double * %object to i64 *
+  %9 = atomicrmw volatile xchg i64 * %8, i64 %7 release
   br label %18
 
 ; <label>:10                                      ; preds = %0
   %11 = icmp eq i32 %order, 3
   %12 = bitcast double %desired to i64
-  %13 = bitcast double addrspace(1)* %object to i64 addrspace(1)*
+  %13 = bitcast double * %object to i64 *
   br i1 %11, label %14, label %16
 
 ; <label>:14                                      ; preds = %10
-  %15 = atomicrmw volatile xchg i64 addrspace(1)* %13, i64 %12 acq_rel
+  %15 = atomicrmw volatile xchg i64 * %13, i64 %12 acq_rel
   br label %18
 
 ; <label>:16                                      ; preds = %10
-  %17 = atomicrmw volatile xchg i64 addrspace(1)* %13, i64 %12 seq_cst
+  %17 = atomicrmw volatile xchg i64 * %13, i64 %12 seq_cst
   br label %18
 
 ; <label>:18                                      ; preds = %16, %14, %.thread3, %.thread2, %.thread
@@ -3625,7 +3625,7 @@ define double @_Z28pocl_atomic_exchange__globalPVU8CLglobalU7_Atomicdd12memory_o
 }
 
 ; Function Attrs: nounwind uwtable
-define zeroext i1 @_Z43pocl_atomic_compare_exchange_strong__globalPVU8CLglobalU7_AtomicdPdd12memory_orderS3_12memory_scope(double addrspace(1)* %object, double* nocapture %expected, double %desired, i32 %success, i32 %failure, i32 %scope) #0 {
+define zeroext i1 @_Z43pocl_atomic_compare_exchange_strong__globalPU8CLglobalVU7_AtomicdPdd12memory_orderS3_12memory_scope(double * %object, double* nocapture %expected, double %desired, i32 %success, i32 %failure, i32 %scope) #0 {
   %1 = icmp eq i32 %success, 0
   br i1 %1, label %9, label %2
 
@@ -3663,7 +3663,7 @@ define zeroext i1 @_Z43pocl_atomic_compare_exchange_strong__globalPVU8CLglobalU7
 
 ; <label>:20                                      ; preds = %13, %15, %17, %9
   %21 = phi i32 [ 0, %9 ], [ 2, %13 ], [ %19, %17 ], [ 3, %15 ]
-  %22 = bitcast double addrspace(1)* %object to i64 addrspace(1)*
+  %22 = bitcast double * %object to i64 *
   %23 = bitcast double* %expected to i64*
   switch i32 %10, label %31 [
     i32 1, label %24
@@ -3699,7 +3699,7 @@ define zeroext i1 @_Z43pocl_atomic_compare_exchange_strong__globalPVU8CLglobalU7
 
 ; <label>:31                                      ; preds = %20
   %32 = load i64, i64* %23, align 8
-  %33 = cmpxchg volatile i64 addrspace(1)* %22, i64 %32, i64 %11 monotonic monotonic
+  %33 = cmpxchg volatile i64 * %22, i64 %32, i64 %11 monotonic monotonic
   %34 = extractvalue { i64, i1 } %33, 1
   br i1 %34, label %37, label %35
 
@@ -3713,12 +3713,12 @@ define zeroext i1 @_Z43pocl_atomic_compare_exchange_strong__globalPVU8CLglobalU7
   br label %29
 
 ; <label>:39                                      ; preds = %24
-  %40 = cmpxchg volatile i64 addrspace(1)* %22, i64 %25, i64 %11 acquire monotonic
+  %40 = cmpxchg volatile i64 * %22, i64 %25, i64 %11 acquire monotonic
   %41 = extractvalue { i64, i1 } %40, 1
   br i1 %41, label %47, label %45
 
 ; <label>:42                                      ; preds = %24
-  %43 = cmpxchg volatile i64 addrspace(1)* %22, i64 %25, i64 %11 acquire acquire
+  %43 = cmpxchg volatile i64 * %22, i64 %25, i64 %11 acquire acquire
   %44 = extractvalue { i64, i1 } %43, 1
   br i1 %44, label %51, label %49
 
@@ -3742,7 +3742,7 @@ define zeroext i1 @_Z43pocl_atomic_compare_exchange_strong__globalPVU8CLglobalU7
 
 ; <label>:53                                      ; preds = %20
   %54 = load i64, i64* %23, align 8
-  %55 = cmpxchg volatile i64 addrspace(1)* %22, i64 %54, i64 %11 release monotonic
+  %55 = cmpxchg volatile i64 * %22, i64 %54, i64 %11 release monotonic
   %56 = extractvalue { i64, i1 } %55, 1
   br i1 %56, label %59, label %57
 
@@ -3756,12 +3756,12 @@ define zeroext i1 @_Z43pocl_atomic_compare_exchange_strong__globalPVU8CLglobalU7
   br label %29
 
 ; <label>:61                                      ; preds = %26
-  %62 = cmpxchg volatile i64 addrspace(1)* %22, i64 %27, i64 %11 acq_rel monotonic
+  %62 = cmpxchg volatile i64 * %22, i64 %27, i64 %11 acq_rel monotonic
   %63 = extractvalue { i64, i1 } %62, 1
   br i1 %63, label %69, label %67
 
 ; <label>:64                                      ; preds = %26
-  %65 = cmpxchg volatile i64 addrspace(1)* %22, i64 %27, i64 %11 acq_rel acquire
+  %65 = cmpxchg volatile i64 * %22, i64 %27, i64 %11 acq_rel acquire
   %66 = extractvalue { i64, i1 } %65, 1
   br i1 %66, label %73, label %71
 
@@ -3785,19 +3785,19 @@ define zeroext i1 @_Z43pocl_atomic_compare_exchange_strong__globalPVU8CLglobalU7
 
 ; <label>:75                                      ; preds = %28
   %76 = load i64, i64* %23, align 8
-  %77 = cmpxchg volatile i64 addrspace(1)* %22, i64 %76, i64 %11 seq_cst monotonic
+  %77 = cmpxchg volatile i64 * %22, i64 %76, i64 %11 seq_cst monotonic
   %78 = extractvalue { i64, i1 } %77, 1
   br i1 %78, label %89, label %87
 
 ; <label>:79                                      ; preds = %28, %28
   %80 = load i64, i64* %23, align 8
-  %81 = cmpxchg volatile i64 addrspace(1)* %22, i64 %80, i64 %11 seq_cst acquire
+  %81 = cmpxchg volatile i64 * %22, i64 %80, i64 %11 seq_cst acquire
   %82 = extractvalue { i64, i1 } %81, 1
   br i1 %82, label %93, label %91
 
 ; <label>:83                                      ; preds = %28
   %84 = load i64, i64* %23, align 8
-  %85 = cmpxchg volatile i64 addrspace(1)* %22, i64 %84, i64 %11 seq_cst seq_cst
+  %85 = cmpxchg volatile i64 * %22, i64 %84, i64 %11 seq_cst seq_cst
   %86 = extractvalue { i64, i1 } %85, 1
   br i1 %86, label %97, label %95
 
@@ -3830,7 +3830,7 @@ define zeroext i1 @_Z43pocl_atomic_compare_exchange_strong__globalPVU8CLglobalU7
 }
 
 ; Function Attrs: nounwind uwtable
-define zeroext i1 @_Z41pocl_atomic_compare_exchange_weak__globalPVU8CLglobalU7_AtomicdPdd12memory_orderS3_12memory_scope(double addrspace(1)* %object, double* nocapture %expected, double %desired, i32 %success, i32 %failure, i32 %scope) #0 {
+define zeroext i1 @_Z41pocl_atomic_compare_exchange_weak__globalPU8CLglobalVU7_AtomicdPdd12memory_orderS3_12memory_scope(double * %object, double* nocapture %expected, double %desired, i32 %success, i32 %failure, i32 %scope) #0 {
   %1 = icmp eq i32 %success, 0
   br i1 %1, label %9, label %2
 
@@ -3868,7 +3868,7 @@ define zeroext i1 @_Z41pocl_atomic_compare_exchange_weak__globalPVU8CLglobalU7_A
 
 ; <label>:20                                      ; preds = %13, %15, %17, %9
   %21 = phi i32 [ 0, %9 ], [ 2, %13 ], [ %19, %17 ], [ 3, %15 ]
-  %22 = bitcast double addrspace(1)* %object to i64 addrspace(1)*
+  %22 = bitcast double * %object to i64 *
   %23 = bitcast double* %expected to i64*
   switch i32 %10, label %31 [
     i32 1, label %24
@@ -3904,7 +3904,7 @@ define zeroext i1 @_Z41pocl_atomic_compare_exchange_weak__globalPVU8CLglobalU7_A
 
 ; <label>:31                                      ; preds = %20
   %32 = load i64, i64* %23, align 8
-  %33 = cmpxchg weak volatile i64 addrspace(1)* %22, i64 %32, i64 %11 monotonic monotonic
+  %33 = cmpxchg weak volatile i64 * %22, i64 %32, i64 %11 monotonic monotonic
   %34 = extractvalue { i64, i1 } %33, 1
   br i1 %34, label %37, label %35
 
@@ -3918,12 +3918,12 @@ define zeroext i1 @_Z41pocl_atomic_compare_exchange_weak__globalPVU8CLglobalU7_A
   br label %29
 
 ; <label>:39                                      ; preds = %24
-  %40 = cmpxchg weak volatile i64 addrspace(1)* %22, i64 %25, i64 %11 acquire monotonic
+  %40 = cmpxchg weak volatile i64 * %22, i64 %25, i64 %11 acquire monotonic
   %41 = extractvalue { i64, i1 } %40, 1
   br i1 %41, label %47, label %45
 
 ; <label>:42                                      ; preds = %24
-  %43 = cmpxchg weak volatile i64 addrspace(1)* %22, i64 %25, i64 %11 acquire acquire
+  %43 = cmpxchg weak volatile i64 * %22, i64 %25, i64 %11 acquire acquire
   %44 = extractvalue { i64, i1 } %43, 1
   br i1 %44, label %51, label %49
 
@@ -3947,7 +3947,7 @@ define zeroext i1 @_Z41pocl_atomic_compare_exchange_weak__globalPVU8CLglobalU7_A
 
 ; <label>:53                                      ; preds = %20
   %54 = load i64, i64* %23, align 8
-  %55 = cmpxchg weak volatile i64 addrspace(1)* %22, i64 %54, i64 %11 release monotonic
+  %55 = cmpxchg weak volatile i64 * %22, i64 %54, i64 %11 release monotonic
   %56 = extractvalue { i64, i1 } %55, 1
   br i1 %56, label %59, label %57
 
@@ -3961,12 +3961,12 @@ define zeroext i1 @_Z41pocl_atomic_compare_exchange_weak__globalPVU8CLglobalU7_A
   br label %29
 
 ; <label>:61                                      ; preds = %26
-  %62 = cmpxchg weak volatile i64 addrspace(1)* %22, i64 %27, i64 %11 acq_rel monotonic
+  %62 = cmpxchg weak volatile i64 * %22, i64 %27, i64 %11 acq_rel monotonic
   %63 = extractvalue { i64, i1 } %62, 1
   br i1 %63, label %69, label %67
 
 ; <label>:64                                      ; preds = %26
-  %65 = cmpxchg weak volatile i64 addrspace(1)* %22, i64 %27, i64 %11 acq_rel acquire
+  %65 = cmpxchg weak volatile i64 * %22, i64 %27, i64 %11 acq_rel acquire
   %66 = extractvalue { i64, i1 } %65, 1
   br i1 %66, label %73, label %71
 
@@ -3990,19 +3990,19 @@ define zeroext i1 @_Z41pocl_atomic_compare_exchange_weak__globalPVU8CLglobalU7_A
 
 ; <label>:75                                      ; preds = %28
   %76 = load i64, i64* %23, align 8
-  %77 = cmpxchg weak volatile i64 addrspace(1)* %22, i64 %76, i64 %11 seq_cst monotonic
+  %77 = cmpxchg weak volatile i64 * %22, i64 %76, i64 %11 seq_cst monotonic
   %78 = extractvalue { i64, i1 } %77, 1
   br i1 %78, label %89, label %87
 
 ; <label>:79                                      ; preds = %28, %28
   %80 = load i64, i64* %23, align 8
-  %81 = cmpxchg weak volatile i64 addrspace(1)* %22, i64 %80, i64 %11 seq_cst acquire
+  %81 = cmpxchg weak volatile i64 * %22, i64 %80, i64 %11 seq_cst acquire
   %82 = extractvalue { i64, i1 } %81, 1
   br i1 %82, label %93, label %91
 
 ; <label>:83                                      ; preds = %28
   %84 = load i64, i64* %23, align 8
-  %85 = cmpxchg weak volatile i64 addrspace(1)* %22, i64 %84, i64 %11 seq_cst seq_cst
+  %85 = cmpxchg weak volatile i64 * %22, i64 %84, i64 %11 seq_cst seq_cst
   %86 = extractvalue { i64, i1 } %85, 1
   br i1 %86, label %97, label %95
 
@@ -4035,7 +4035,7 @@ define zeroext i1 @_Z41pocl_atomic_compare_exchange_weak__globalPVU8CLglobalU7_A
 }
 
 ; Function Attrs: nounwind uwtable
-define zeroext i1 @_Z36pocl_atomic_flag_test_and_set__localPVU7CLlocalU7_Atomici12memory_order12memory_scope(i32 addrspace(2)* %object, i32 %order, i32 %scope) #0 {
+define zeroext i1 @_Z36pocl_atomic_flag_test_and_set__localPVU7CLlocalU7_Atomici12memory_order12memory_scope(i32 * %object, i32 %order, i32 %scope) #0 {
   switch i32 %order, label %6 [
     i32 0, label %.thread
     i32 1, label %.thread1
@@ -4044,23 +4044,23 @@ define zeroext i1 @_Z36pocl_atomic_flag_test_and_set__localPVU7CLlocalU7_Atomici
   ]
 
 .thread:                                          ; preds = %0
-  %1 = atomicrmw volatile xchg i32 addrspace(2)* %object, i32 1 monotonic
+  %1 = atomicrmw volatile xchg i32 * %object, i32 1 monotonic
   br label %8
 
 .thread1:                                         ; preds = %0
-  %2 = atomicrmw volatile xchg i32 addrspace(2)* %object, i32 1 acquire
+  %2 = atomicrmw volatile xchg i32 * %object, i32 1 acquire
   br label %8
 
 .thread2:                                         ; preds = %0
-  %3 = atomicrmw volatile xchg i32 addrspace(2)* %object, i32 1 release
+  %3 = atomicrmw volatile xchg i32 * %object, i32 1 release
   br label %8
 
 ; <label>:4                                       ; preds = %0
-  %5 = atomicrmw volatile xchg i32 addrspace(2)* %object, i32 1 acq_rel
+  %5 = atomicrmw volatile xchg i32 * %object, i32 1 acq_rel
   br label %8
 
 ; <label>:6                                       ; preds = %0
-  %7 = atomicrmw volatile xchg i32 addrspace(2)* %object, i32 1 seq_cst
+  %7 = atomicrmw volatile xchg i32 * %object, i32 1 seq_cst
   br label %8
 
 ; <label>:8                                       ; preds = %6, %4, %.thread2, %.thread1, %.thread
@@ -4070,7 +4070,7 @@ define zeroext i1 @_Z36pocl_atomic_flag_test_and_set__localPVU7CLlocalU7_Atomici
 }
 
 ; Function Attrs: nounwind uwtable
-define void @_Z29pocl_atomic_flag_clear__localPVU7CLlocalU7_Atomici12memory_order12memory_scope(i32 addrspace(2)* nocapture %object, i32 %order, i32 %scope) #0 {
+define void @_Z29pocl_atomic_flag_clear__localPVU7CLlocalU7_Atomici12memory_order12memory_scope(i32 * nocapture %object, i32 %order, i32 %scope) #0 {
   switch i32 %order, label %1 [
     i32 0, label %.thread
     i32 1, label %.thread
@@ -4079,15 +4079,15 @@ define void @_Z29pocl_atomic_flag_clear__localPVU7CLlocalU7_Atomici12memory_orde
   ]
 
 .thread:                                          ; preds = %0, %0, %0
-  store atomic volatile i32 0, i32 addrspace(2)* %object monotonic, align 4
+  store atomic volatile i32 0, i32 * %object monotonic, align 4
   br label %2
 
 .thread1:                                         ; preds = %0
-  store atomic volatile i32 0, i32 addrspace(2)* %object release, align 4
+  store atomic volatile i32 0, i32 * %object release, align 4
   br label %2
 
 ; <label>:1                                       ; preds = %0
-  store atomic volatile i32 0, i32 addrspace(2)* %object seq_cst, align 4
+  store atomic volatile i32 0, i32 * %object seq_cst, align 4
   br label %2
 
 ; <label>:2                                       ; preds = %1, %.thread1, %.thread
@@ -4095,7 +4095,7 @@ define void @_Z29pocl_atomic_flag_clear__localPVU7CLlocalU7_Atomici12memory_orde
 }
 
 ; Function Attrs: nounwind uwtable
-define void @_Z24pocl_atomic_store__localPVU7CLlocalU7_Atomicii12memory_order12memory_scope(i32 addrspace(2)* nocapture %object, i32 %desired, i32 %order, i32 %scope) #0 {
+define void @_Z24pocl_atomic_store__localPVU7CLlocalU7_Atomicii12memory_order12memory_scope(i32 * nocapture %object, i32 %desired, i32 %order, i32 %scope) #0 {
   switch i32 %order, label %1 [
     i32 0, label %.thread
     i32 1, label %.thread
@@ -4104,15 +4104,15 @@ define void @_Z24pocl_atomic_store__localPVU7CLlocalU7_Atomicii12memory_order12m
   ]
 
 .thread:                                          ; preds = %0, %0, %0
-  store atomic volatile i32 %desired, i32 addrspace(2)* %object monotonic, align 4
+  store atomic volatile i32 %desired, i32 * %object monotonic, align 4
   br label %2
 
 .thread1:                                         ; preds = %0
-  store atomic volatile i32 %desired, i32 addrspace(2)* %object release, align 4
+  store atomic volatile i32 %desired, i32 * %object release, align 4
   br label %2
 
 ; <label>:1                                       ; preds = %0
-  store atomic volatile i32 %desired, i32 addrspace(2)* %object seq_cst, align 4
+  store atomic volatile i32 %desired, i32 * %object seq_cst, align 4
   br label %2
 
 ; <label>:2                                       ; preds = %1, %.thread1, %.thread
@@ -4120,7 +4120,7 @@ define void @_Z24pocl_atomic_store__localPVU7CLlocalU7_Atomicii12memory_order12m
 }
 
 ; Function Attrs: nounwind uwtable
-define i32 @_Z23pocl_atomic_load__localPVU7CLlocalU7_Atomici12memory_order12memory_scope(i32 addrspace(2)* nocapture readonly %object, i32 %order, i32 %scope) #0 {
+define i32 @_Z23pocl_atomic_load__localPVU7CLlocalU7_Atomici12memory_order12memory_scope(i32 * nocapture readonly %object, i32 %order, i32 %scope) #0 {
   switch i32 %order, label %3 [
     i32 0, label %.thread
     i32 1, label %.thread1
@@ -4129,15 +4129,15 @@ define i32 @_Z23pocl_atomic_load__localPVU7CLlocalU7_Atomici12memory_order12memo
   ]
 
 .thread:                                          ; preds = %0, %0, %0
-  %1 = load atomic volatile i32, i32 addrspace(2)* %object monotonic, align 4
+  %1 = load atomic volatile i32, i32 * %object monotonic, align 4
   br label %5
 
 .thread1:                                         ; preds = %0
-  %2 = load atomic volatile i32, i32 addrspace(2)* %object acquire, align 4
+  %2 = load atomic volatile i32, i32 * %object acquire, align 4
   br label %5
 
 ; <label>:3                                       ; preds = %0
-  %4 = load atomic volatile i32, i32 addrspace(2)* %object seq_cst, align 4
+  %4 = load atomic volatile i32, i32 * %object seq_cst, align 4
   br label %5
 
 ; <label>:5                                       ; preds = %3, %.thread1, %.thread
@@ -4146,7 +4146,7 @@ define i32 @_Z23pocl_atomic_load__localPVU7CLlocalU7_Atomici12memory_order12memo
 }
 
 ; Function Attrs: nounwind uwtable
-define i32 @_Z27pocl_atomic_exchange__localPVU7CLlocalU7_Atomicii12memory_order12memory_scope(i32 addrspace(2)* %object, i32 %desired, i32 %order, i32 %scope) #0 {
+define i32 @_Z27pocl_atomic_exchange__localPVU7CLlocalU7_Atomicii12memory_order12memory_scope(i32 * %object, i32 %desired, i32 %order, i32 %scope) #0 {
   switch i32 %order, label %6 [
     i32 0, label %.thread
     i32 1, label %.thread1
@@ -4155,23 +4155,23 @@ define i32 @_Z27pocl_atomic_exchange__localPVU7CLlocalU7_Atomicii12memory_order1
   ]
 
 .thread:                                          ; preds = %0
-  %1 = atomicrmw volatile xchg i32 addrspace(2)* %object, i32 %desired monotonic
+  %1 = atomicrmw volatile xchg i32 * %object, i32 %desired monotonic
   br label %8
 
 .thread1:                                         ; preds = %0
-  %2 = atomicrmw volatile xchg i32 addrspace(2)* %object, i32 %desired acquire
+  %2 = atomicrmw volatile xchg i32 * %object, i32 %desired acquire
   br label %8
 
 .thread2:                                         ; preds = %0
-  %3 = atomicrmw volatile xchg i32 addrspace(2)* %object, i32 %desired release
+  %3 = atomicrmw volatile xchg i32 * %object, i32 %desired release
   br label %8
 
 ; <label>:4                                       ; preds = %0
-  %5 = atomicrmw volatile xchg i32 addrspace(2)* %object, i32 %desired acq_rel
+  %5 = atomicrmw volatile xchg i32 * %object, i32 %desired acq_rel
   br label %8
 
 ; <label>:6                                       ; preds = %0
-  %7 = atomicrmw volatile xchg i32 addrspace(2)* %object, i32 %desired seq_cst
+  %7 = atomicrmw volatile xchg i32 * %object, i32 %desired seq_cst
   br label %8
 
 ; <label>:8                                       ; preds = %6, %4, %.thread2, %.thread1, %.thread
@@ -4180,7 +4180,7 @@ define i32 @_Z27pocl_atomic_exchange__localPVU7CLlocalU7_Atomicii12memory_order1
 }
 
 ; Function Attrs: nounwind uwtable
-define zeroext i1 @_Z42pocl_atomic_compare_exchange_strong__localPVU7CLlocalU7_AtomiciPii12memory_orderS3_12memory_scope(i32 addrspace(2)* %object, i32* nocapture %expected, i32 %desired, i32 %success, i32 %failure, i32 %scope) #0 {
+define zeroext i1 @_Z42pocl_atomic_compare_exchange_strong__localPVU7CLlocalU7_AtomiciPii12memory_orderS3_12memory_scope(i32 * %object, i32* nocapture %expected, i32 %desired, i32 %success, i32 %failure, i32 %scope) #0 {
   %1 = icmp eq i32 %success, 0
   br i1 %1, label %9, label %2
 
@@ -4251,7 +4251,7 @@ define zeroext i1 @_Z42pocl_atomic_compare_exchange_strong__localPVU7CLlocalU7_A
 
 ; <label>:28                                      ; preds = %19
   %29 = load i32, i32* %expected, align 4
-  %30 = cmpxchg volatile i32 addrspace(2)* %object, i32 %29, i32 %desired monotonic monotonic
+  %30 = cmpxchg volatile i32 * %object, i32 %29, i32 %desired monotonic monotonic
   %31 = extractvalue { i32, i1 } %30, 1
   br i1 %31, label %34, label %32
 
@@ -4265,12 +4265,12 @@ define zeroext i1 @_Z42pocl_atomic_compare_exchange_strong__localPVU7CLlocalU7_A
   br label %26
 
 ; <label>:36                                      ; preds = %21
-  %37 = cmpxchg volatile i32 addrspace(2)* %object, i32 %22, i32 %desired acquire monotonic
+  %37 = cmpxchg volatile i32 * %object, i32 %22, i32 %desired acquire monotonic
   %38 = extractvalue { i32, i1 } %37, 1
   br i1 %38, label %44, label %42
 
 ; <label>:39                                      ; preds = %21
-  %40 = cmpxchg volatile i32 addrspace(2)* %object, i32 %22, i32 %desired acquire acquire
+  %40 = cmpxchg volatile i32 * %object, i32 %22, i32 %desired acquire acquire
   %41 = extractvalue { i32, i1 } %40, 1
   br i1 %41, label %48, label %46
 
@@ -4294,7 +4294,7 @@ define zeroext i1 @_Z42pocl_atomic_compare_exchange_strong__localPVU7CLlocalU7_A
 
 ; <label>:50                                      ; preds = %19
   %51 = load i32, i32* %expected, align 4
-  %52 = cmpxchg volatile i32 addrspace(2)* %object, i32 %51, i32 %desired release monotonic
+  %52 = cmpxchg volatile i32 * %object, i32 %51, i32 %desired release monotonic
   %53 = extractvalue { i32, i1 } %52, 1
   br i1 %53, label %56, label %54
 
@@ -4308,12 +4308,12 @@ define zeroext i1 @_Z42pocl_atomic_compare_exchange_strong__localPVU7CLlocalU7_A
   br label %26
 
 ; <label>:58                                      ; preds = %23
-  %59 = cmpxchg volatile i32 addrspace(2)* %object, i32 %24, i32 %desired acq_rel monotonic
+  %59 = cmpxchg volatile i32 * %object, i32 %24, i32 %desired acq_rel monotonic
   %60 = extractvalue { i32, i1 } %59, 1
   br i1 %60, label %66, label %64
 
 ; <label>:61                                      ; preds = %23
-  %62 = cmpxchg volatile i32 addrspace(2)* %object, i32 %24, i32 %desired acq_rel acquire
+  %62 = cmpxchg volatile i32 * %object, i32 %24, i32 %desired acq_rel acquire
   %63 = extractvalue { i32, i1 } %62, 1
   br i1 %63, label %70, label %68
 
@@ -4337,19 +4337,19 @@ define zeroext i1 @_Z42pocl_atomic_compare_exchange_strong__localPVU7CLlocalU7_A
 
 ; <label>:72                                      ; preds = %25
   %73 = load i32, i32* %expected, align 4
-  %74 = cmpxchg volatile i32 addrspace(2)* %object, i32 %73, i32 %desired seq_cst monotonic
+  %74 = cmpxchg volatile i32 * %object, i32 %73, i32 %desired seq_cst monotonic
   %75 = extractvalue { i32, i1 } %74, 1
   br i1 %75, label %86, label %84
 
 ; <label>:76                                      ; preds = %25, %25
   %77 = load i32, i32* %expected, align 4
-  %78 = cmpxchg volatile i32 addrspace(2)* %object, i32 %77, i32 %desired seq_cst acquire
+  %78 = cmpxchg volatile i32 * %object, i32 %77, i32 %desired seq_cst acquire
   %79 = extractvalue { i32, i1 } %78, 1
   br i1 %79, label %90, label %88
 
 ; <label>:80                                      ; preds = %25
   %81 = load i32, i32* %expected, align 4
-  %82 = cmpxchg volatile i32 addrspace(2)* %object, i32 %81, i32 %desired seq_cst seq_cst
+  %82 = cmpxchg volatile i32 * %object, i32 %81, i32 %desired seq_cst seq_cst
   %83 = extractvalue { i32, i1 } %82, 1
   br i1 %83, label %94, label %92
 
@@ -4382,7 +4382,7 @@ define zeroext i1 @_Z42pocl_atomic_compare_exchange_strong__localPVU7CLlocalU7_A
 }
 
 ; Function Attrs: nounwind uwtable
-define zeroext i1 @_Z40pocl_atomic_compare_exchange_weak__localPVU7CLlocalU7_AtomiciPii12memory_orderS3_12memory_scope(i32 addrspace(2)* %object, i32* nocapture %expected, i32 %desired, i32 %success, i32 %failure, i32 %scope) #0 {
+define zeroext i1 @_Z40pocl_atomic_compare_exchange_weak__localPVU7CLlocalU7_AtomiciPii12memory_orderS3_12memory_scope(i32 * %object, i32* nocapture %expected, i32 %desired, i32 %success, i32 %failure, i32 %scope) #0 {
   %1 = icmp eq i32 %success, 0
   br i1 %1, label %9, label %2
 
@@ -4453,7 +4453,7 @@ define zeroext i1 @_Z40pocl_atomic_compare_exchange_weak__localPVU7CLlocalU7_Ato
 
 ; <label>:28                                      ; preds = %19
   %29 = load i32, i32* %expected, align 4
-  %30 = cmpxchg weak volatile i32 addrspace(2)* %object, i32 %29, i32 %desired monotonic monotonic
+  %30 = cmpxchg weak volatile i32 * %object, i32 %29, i32 %desired monotonic monotonic
   %31 = extractvalue { i32, i1 } %30, 1
   br i1 %31, label %34, label %32
 
@@ -4467,12 +4467,12 @@ define zeroext i1 @_Z40pocl_atomic_compare_exchange_weak__localPVU7CLlocalU7_Ato
   br label %26
 
 ; <label>:36                                      ; preds = %21
-  %37 = cmpxchg weak volatile i32 addrspace(2)* %object, i32 %22, i32 %desired acquire monotonic
+  %37 = cmpxchg weak volatile i32 * %object, i32 %22, i32 %desired acquire monotonic
   %38 = extractvalue { i32, i1 } %37, 1
   br i1 %38, label %44, label %42
 
 ; <label>:39                                      ; preds = %21
-  %40 = cmpxchg weak volatile i32 addrspace(2)* %object, i32 %22, i32 %desired acquire acquire
+  %40 = cmpxchg weak volatile i32 * %object, i32 %22, i32 %desired acquire acquire
   %41 = extractvalue { i32, i1 } %40, 1
   br i1 %41, label %48, label %46
 
@@ -4496,7 +4496,7 @@ define zeroext i1 @_Z40pocl_atomic_compare_exchange_weak__localPVU7CLlocalU7_Ato
 
 ; <label>:50                                      ; preds = %19
   %51 = load i32, i32* %expected, align 4
-  %52 = cmpxchg weak volatile i32 addrspace(2)* %object, i32 %51, i32 %desired release monotonic
+  %52 = cmpxchg weak volatile i32 * %object, i32 %51, i32 %desired release monotonic
   %53 = extractvalue { i32, i1 } %52, 1
   br i1 %53, label %56, label %54
 
@@ -4510,12 +4510,12 @@ define zeroext i1 @_Z40pocl_atomic_compare_exchange_weak__localPVU7CLlocalU7_Ato
   br label %26
 
 ; <label>:58                                      ; preds = %23
-  %59 = cmpxchg weak volatile i32 addrspace(2)* %object, i32 %24, i32 %desired acq_rel monotonic
+  %59 = cmpxchg weak volatile i32 * %object, i32 %24, i32 %desired acq_rel monotonic
   %60 = extractvalue { i32, i1 } %59, 1
   br i1 %60, label %66, label %64
 
 ; <label>:61                                      ; preds = %23
-  %62 = cmpxchg weak volatile i32 addrspace(2)* %object, i32 %24, i32 %desired acq_rel acquire
+  %62 = cmpxchg weak volatile i32 * %object, i32 %24, i32 %desired acq_rel acquire
   %63 = extractvalue { i32, i1 } %62, 1
   br i1 %63, label %70, label %68
 
@@ -4539,19 +4539,19 @@ define zeroext i1 @_Z40pocl_atomic_compare_exchange_weak__localPVU7CLlocalU7_Ato
 
 ; <label>:72                                      ; preds = %25
   %73 = load i32, i32* %expected, align 4
-  %74 = cmpxchg weak volatile i32 addrspace(2)* %object, i32 %73, i32 %desired seq_cst monotonic
+  %74 = cmpxchg weak volatile i32 * %object, i32 %73, i32 %desired seq_cst monotonic
   %75 = extractvalue { i32, i1 } %74, 1
   br i1 %75, label %86, label %84
 
 ; <label>:76                                      ; preds = %25, %25
   %77 = load i32, i32* %expected, align 4
-  %78 = cmpxchg weak volatile i32 addrspace(2)* %object, i32 %77, i32 %desired seq_cst acquire
+  %78 = cmpxchg weak volatile i32 * %object, i32 %77, i32 %desired seq_cst acquire
   %79 = extractvalue { i32, i1 } %78, 1
   br i1 %79, label %90, label %88
 
 ; <label>:80                                      ; preds = %25
   %81 = load i32, i32* %expected, align 4
-  %82 = cmpxchg weak volatile i32 addrspace(2)* %object, i32 %81, i32 %desired seq_cst seq_cst
+  %82 = cmpxchg weak volatile i32 * %object, i32 %81, i32 %desired seq_cst seq_cst
   %83 = extractvalue { i32, i1 } %82, 1
   br i1 %83, label %94, label %92
 
@@ -4584,7 +4584,7 @@ define zeroext i1 @_Z40pocl_atomic_compare_exchange_weak__localPVU7CLlocalU7_Ato
 }
 
 ; Function Attrs: nounwind uwtable
-define i32 @_Z28pocl_atomic_fetch_add__localPVU7CLlocalU7_Atomicii12memory_order12memory_scope(i32 addrspace(2)* %object, i32 %operand, i32 %order, i32 %scope) #0 {
+define i32 @_Z28pocl_atomic_fetch_add__localPVU7CLlocalU7_Atomicii12memory_order12memory_scope(i32 * %object, i32 %operand, i32 %order, i32 %scope) #0 {
   switch i32 %order, label %6 [
     i32 0, label %.thread
     i32 1, label %.thread1
@@ -4593,23 +4593,23 @@ define i32 @_Z28pocl_atomic_fetch_add__localPVU7CLlocalU7_Atomicii12memory_order
   ]
 
 .thread:                                          ; preds = %0
-  %1 = atomicrmw volatile add i32 addrspace(2)* %object, i32 %operand monotonic
+  %1 = atomicrmw volatile add i32 * %object, i32 %operand monotonic
   br label %8
 
 .thread1:                                         ; preds = %0
-  %2 = atomicrmw volatile add i32 addrspace(2)* %object, i32 %operand acquire
+  %2 = atomicrmw volatile add i32 * %object, i32 %operand acquire
   br label %8
 
 .thread2:                                         ; preds = %0
-  %3 = atomicrmw volatile add i32 addrspace(2)* %object, i32 %operand release
+  %3 = atomicrmw volatile add i32 * %object, i32 %operand release
   br label %8
 
 ; <label>:4                                       ; preds = %0
-  %5 = atomicrmw volatile add i32 addrspace(2)* %object, i32 %operand acq_rel
+  %5 = atomicrmw volatile add i32 * %object, i32 %operand acq_rel
   br label %8
 
 ; <label>:6                                       ; preds = %0
-  %7 = atomicrmw volatile add i32 addrspace(2)* %object, i32 %operand seq_cst
+  %7 = atomicrmw volatile add i32 * %object, i32 %operand seq_cst
   br label %8
 
 ; <label>:8                                       ; preds = %6, %4, %.thread2, %.thread1, %.thread
@@ -4618,7 +4618,7 @@ define i32 @_Z28pocl_atomic_fetch_add__localPVU7CLlocalU7_Atomicii12memory_order
 }
 
 ; Function Attrs: nounwind uwtable
-define i32 @_Z28pocl_atomic_fetch_sub__localPVU7CLlocalU7_Atomicii12memory_order12memory_scope(i32 addrspace(2)* %object, i32 %operand, i32 %order, i32 %scope) #0 {
+define i32 @_Z28pocl_atomic_fetch_sub__localPVU7CLlocalU7_Atomicii12memory_order12memory_scope(i32 * %object, i32 %operand, i32 %order, i32 %scope) #0 {
   switch i32 %order, label %6 [
     i32 0, label %.thread
     i32 1, label %.thread1
@@ -4627,23 +4627,23 @@ define i32 @_Z28pocl_atomic_fetch_sub__localPVU7CLlocalU7_Atomicii12memory_order
   ]
 
 .thread:                                          ; preds = %0
-  %1 = atomicrmw volatile sub i32 addrspace(2)* %object, i32 %operand monotonic
+  %1 = atomicrmw volatile sub i32 * %object, i32 %operand monotonic
   br label %8
 
 .thread1:                                         ; preds = %0
-  %2 = atomicrmw volatile sub i32 addrspace(2)* %object, i32 %operand acquire
+  %2 = atomicrmw volatile sub i32 * %object, i32 %operand acquire
   br label %8
 
 .thread2:                                         ; preds = %0
-  %3 = atomicrmw volatile sub i32 addrspace(2)* %object, i32 %operand release
+  %3 = atomicrmw volatile sub i32 * %object, i32 %operand release
   br label %8
 
 ; <label>:4                                       ; preds = %0
-  %5 = atomicrmw volatile sub i32 addrspace(2)* %object, i32 %operand acq_rel
+  %5 = atomicrmw volatile sub i32 * %object, i32 %operand acq_rel
   br label %8
 
 ; <label>:6                                       ; preds = %0
-  %7 = atomicrmw volatile sub i32 addrspace(2)* %object, i32 %operand seq_cst
+  %7 = atomicrmw volatile sub i32 * %object, i32 %operand seq_cst
   br label %8
 
 ; <label>:8                                       ; preds = %6, %4, %.thread2, %.thread1, %.thread
@@ -4652,7 +4652,7 @@ define i32 @_Z28pocl_atomic_fetch_sub__localPVU7CLlocalU7_Atomicii12memory_order
 }
 
 ; Function Attrs: nounwind uwtable
-define i32 @_Z27pocl_atomic_fetch_or__localPVU7CLlocalU7_Atomicii12memory_order12memory_scope(i32 addrspace(2)* %object, i32 %operand, i32 %order, i32 %scope) #0 {
+define i32 @_Z27pocl_atomic_fetch_or__localPVU7CLlocalU7_Atomicii12memory_order12memory_scope(i32 * %object, i32 %operand, i32 %order, i32 %scope) #0 {
   switch i32 %order, label %6 [
     i32 0, label %.thread
     i32 1, label %.thread1
@@ -4661,23 +4661,23 @@ define i32 @_Z27pocl_atomic_fetch_or__localPVU7CLlocalU7_Atomicii12memory_order1
   ]
 
 .thread:                                          ; preds = %0
-  %1 = atomicrmw volatile or i32 addrspace(2)* %object, i32 %operand monotonic
+  %1 = atomicrmw volatile or i32 * %object, i32 %operand monotonic
   br label %8
 
 .thread1:                                         ; preds = %0
-  %2 = atomicrmw volatile or i32 addrspace(2)* %object, i32 %operand acquire
+  %2 = atomicrmw volatile or i32 * %object, i32 %operand acquire
   br label %8
 
 .thread2:                                         ; preds = %0
-  %3 = atomicrmw volatile or i32 addrspace(2)* %object, i32 %operand release
+  %3 = atomicrmw volatile or i32 * %object, i32 %operand release
   br label %8
 
 ; <label>:4                                       ; preds = %0
-  %5 = atomicrmw volatile or i32 addrspace(2)* %object, i32 %operand acq_rel
+  %5 = atomicrmw volatile or i32 * %object, i32 %operand acq_rel
   br label %8
 
 ; <label>:6                                       ; preds = %0
-  %7 = atomicrmw volatile or i32 addrspace(2)* %object, i32 %operand seq_cst
+  %7 = atomicrmw volatile or i32 * %object, i32 %operand seq_cst
   br label %8
 
 ; <label>:8                                       ; preds = %6, %4, %.thread2, %.thread1, %.thread
@@ -4686,7 +4686,7 @@ define i32 @_Z27pocl_atomic_fetch_or__localPVU7CLlocalU7_Atomicii12memory_order1
 }
 
 ; Function Attrs: nounwind uwtable
-define i32 @_Z28pocl_atomic_fetch_xor__localPVU7CLlocalU7_Atomicii12memory_order12memory_scope(i32 addrspace(2)* %object, i32 %operand, i32 %order, i32 %scope) #0 {
+define i32 @_Z28pocl_atomic_fetch_xor__localPVU7CLlocalU7_Atomicii12memory_order12memory_scope(i32 * %object, i32 %operand, i32 %order, i32 %scope) #0 {
   switch i32 %order, label %6 [
     i32 0, label %.thread
     i32 1, label %.thread1
@@ -4695,23 +4695,23 @@ define i32 @_Z28pocl_atomic_fetch_xor__localPVU7CLlocalU7_Atomicii12memory_order
   ]
 
 .thread:                                          ; preds = %0
-  %1 = atomicrmw volatile xor i32 addrspace(2)* %object, i32 %operand monotonic
+  %1 = atomicrmw volatile xor i32 * %object, i32 %operand monotonic
   br label %8
 
 .thread1:                                         ; preds = %0
-  %2 = atomicrmw volatile xor i32 addrspace(2)* %object, i32 %operand acquire
+  %2 = atomicrmw volatile xor i32 * %object, i32 %operand acquire
   br label %8
 
 .thread2:                                         ; preds = %0
-  %3 = atomicrmw volatile xor i32 addrspace(2)* %object, i32 %operand release
+  %3 = atomicrmw volatile xor i32 * %object, i32 %operand release
   br label %8
 
 ; <label>:4                                       ; preds = %0
-  %5 = atomicrmw volatile xor i32 addrspace(2)* %object, i32 %operand acq_rel
+  %5 = atomicrmw volatile xor i32 * %object, i32 %operand acq_rel
   br label %8
 
 ; <label>:6                                       ; preds = %0
-  %7 = atomicrmw volatile xor i32 addrspace(2)* %object, i32 %operand seq_cst
+  %7 = atomicrmw volatile xor i32 * %object, i32 %operand seq_cst
   br label %8
 
 ; <label>:8                                       ; preds = %6, %4, %.thread2, %.thread1, %.thread
@@ -4720,7 +4720,7 @@ define i32 @_Z28pocl_atomic_fetch_xor__localPVU7CLlocalU7_Atomicii12memory_order
 }
 
 ; Function Attrs: nounwind uwtable
-define i32 @_Z28pocl_atomic_fetch_and__localPVU7CLlocalU7_Atomicii12memory_order12memory_scope(i32 addrspace(2)* %object, i32 %operand, i32 %order, i32 %scope) #0 {
+define i32 @_Z28pocl_atomic_fetch_and__localPVU7CLlocalU7_Atomicii12memory_order12memory_scope(i32 * %object, i32 %operand, i32 %order, i32 %scope) #0 {
   switch i32 %order, label %6 [
     i32 0, label %.thread
     i32 1, label %.thread1
@@ -4729,23 +4729,23 @@ define i32 @_Z28pocl_atomic_fetch_and__localPVU7CLlocalU7_Atomicii12memory_order
   ]
 
 .thread:                                          ; preds = %0
-  %1 = atomicrmw volatile and i32 addrspace(2)* %object, i32 %operand monotonic
+  %1 = atomicrmw volatile and i32 * %object, i32 %operand monotonic
   br label %8
 
 .thread1:                                         ; preds = %0
-  %2 = atomicrmw volatile and i32 addrspace(2)* %object, i32 %operand acquire
+  %2 = atomicrmw volatile and i32 * %object, i32 %operand acquire
   br label %8
 
 .thread2:                                         ; preds = %0
-  %3 = atomicrmw volatile and i32 addrspace(2)* %object, i32 %operand release
+  %3 = atomicrmw volatile and i32 * %object, i32 %operand release
   br label %8
 
 ; <label>:4                                       ; preds = %0
-  %5 = atomicrmw volatile and i32 addrspace(2)* %object, i32 %operand acq_rel
+  %5 = atomicrmw volatile and i32 * %object, i32 %operand acq_rel
   br label %8
 
 ; <label>:6                                       ; preds = %0
-  %7 = atomicrmw volatile and i32 addrspace(2)* %object, i32 %operand seq_cst
+  %7 = atomicrmw volatile and i32 * %object, i32 %operand seq_cst
   br label %8
 
 ; <label>:8                                       ; preds = %6, %4, %.thread2, %.thread1, %.thread
@@ -4754,7 +4754,7 @@ define i32 @_Z28pocl_atomic_fetch_and__localPVU7CLlocalU7_Atomicii12memory_order
 }
 
 ; Function Attrs: nounwind uwtable
-define i32 @_Z28pocl_atomic_fetch_min__localPVU7CLlocalU7_Atomicii12memory_order12memory_scope(i32 addrspace(2)* %object, i32 %operand, i32 %order, i32 %scope) #0 {
+define i32 @_Z28pocl_atomic_fetch_min__localPVU7CLlocalU7_Atomicii12memory_order12memory_scope(i32 * %object, i32 %operand, i32 %order, i32 %scope) #0 {
   switch i32 %order, label %6 [
     i32 0, label %.thread
     i32 1, label %.thread1
@@ -4763,23 +4763,23 @@ define i32 @_Z28pocl_atomic_fetch_min__localPVU7CLlocalU7_Atomicii12memory_order
   ]
 
 .thread:                                          ; preds = %0
-  %1 = atomicrmw volatile min i32 addrspace(2)* %object, i32 %operand monotonic
+  %1 = atomicrmw volatile min i32 * %object, i32 %operand monotonic
   br label %8
 
 .thread1:                                         ; preds = %0
-  %2 = atomicrmw volatile min i32 addrspace(2)* %object, i32 %operand acquire
+  %2 = atomicrmw volatile min i32 * %object, i32 %operand acquire
   br label %8
 
 .thread2:                                         ; preds = %0
-  %3 = atomicrmw volatile min i32 addrspace(2)* %object, i32 %operand release
+  %3 = atomicrmw volatile min i32 * %object, i32 %operand release
   br label %8
 
 ; <label>:4                                       ; preds = %0
-  %5 = atomicrmw volatile min i32 addrspace(2)* %object, i32 %operand acq_rel
+  %5 = atomicrmw volatile min i32 * %object, i32 %operand acq_rel
   br label %8
 
 ; <label>:6                                       ; preds = %0
-  %7 = atomicrmw volatile min i32 addrspace(2)* %object, i32 %operand seq_cst
+  %7 = atomicrmw volatile min i32 * %object, i32 %operand seq_cst
   br label %8
 
 ; <label>:8                                       ; preds = %6, %4, %.thread2, %.thread1, %.thread
@@ -4788,7 +4788,7 @@ define i32 @_Z28pocl_atomic_fetch_min__localPVU7CLlocalU7_Atomicii12memory_order
 }
 
 ; Function Attrs: nounwind uwtable
-define i32 @_Z28pocl_atomic_fetch_max__localPVU7CLlocalU7_Atomicii12memory_order12memory_scope(i32 addrspace(2)* %object, i32 %operand, i32 %order, i32 %scope) #0 {
+define i32 @_Z28pocl_atomic_fetch_max__localPVU7CLlocalU7_Atomicii12memory_order12memory_scope(i32 * %object, i32 %operand, i32 %order, i32 %scope) #0 {
   switch i32 %order, label %6 [
     i32 0, label %.thread
     i32 1, label %.thread1
@@ -4797,23 +4797,23 @@ define i32 @_Z28pocl_atomic_fetch_max__localPVU7CLlocalU7_Atomicii12memory_order
   ]
 
 .thread:                                          ; preds = %0
-  %1 = atomicrmw volatile max i32 addrspace(2)* %object, i32 %operand monotonic
+  %1 = atomicrmw volatile max i32 * %object, i32 %operand monotonic
   br label %8
 
 .thread1:                                         ; preds = %0
-  %2 = atomicrmw volatile max i32 addrspace(2)* %object, i32 %operand acquire
+  %2 = atomicrmw volatile max i32 * %object, i32 %operand acquire
   br label %8
 
 .thread2:                                         ; preds = %0
-  %3 = atomicrmw volatile max i32 addrspace(2)* %object, i32 %operand release
+  %3 = atomicrmw volatile max i32 * %object, i32 %operand release
   br label %8
 
 ; <label>:4                                       ; preds = %0
-  %5 = atomicrmw volatile max i32 addrspace(2)* %object, i32 %operand acq_rel
+  %5 = atomicrmw volatile max i32 * %object, i32 %operand acq_rel
   br label %8
 
 ; <label>:6                                       ; preds = %0
-  %7 = atomicrmw volatile max i32 addrspace(2)* %object, i32 %operand seq_cst
+  %7 = atomicrmw volatile max i32 * %object, i32 %operand seq_cst
   br label %8
 
 ; <label>:8                                       ; preds = %6, %4, %.thread2, %.thread1, %.thread
@@ -4822,7 +4822,7 @@ define i32 @_Z28pocl_atomic_fetch_max__localPVU7CLlocalU7_Atomicii12memory_order
 }
 
 ; Function Attrs: nounwind uwtable
-define void @_Z24pocl_atomic_store__localPVU7CLlocalU7_Atomicjj12memory_order12memory_scope(i32 addrspace(2)* nocapture %object, i32 %desired, i32 %order, i32 %scope) #0 {
+define void @_Z24pocl_atomic_store__localPVU7CLlocalU7_Atomicjj12memory_order12memory_scope(i32 * nocapture %object, i32 %desired, i32 %order, i32 %scope) #0 {
   switch i32 %order, label %1 [
     i32 0, label %.thread
     i32 1, label %.thread
@@ -4831,15 +4831,15 @@ define void @_Z24pocl_atomic_store__localPVU7CLlocalU7_Atomicjj12memory_order12m
   ]
 
 .thread:                                          ; preds = %0, %0, %0
-  store atomic volatile i32 %desired, i32 addrspace(2)* %object monotonic, align 4
+  store atomic volatile i32 %desired, i32 * %object monotonic, align 4
   br label %2
 
 .thread1:                                         ; preds = %0
-  store atomic volatile i32 %desired, i32 addrspace(2)* %object release, align 4
+  store atomic volatile i32 %desired, i32 * %object release, align 4
   br label %2
 
 ; <label>:1                                       ; preds = %0
-  store atomic volatile i32 %desired, i32 addrspace(2)* %object seq_cst, align 4
+  store atomic volatile i32 %desired, i32 * %object seq_cst, align 4
   br label %2
 
 ; <label>:2                                       ; preds = %1, %.thread1, %.thread
@@ -4847,7 +4847,7 @@ define void @_Z24pocl_atomic_store__localPVU7CLlocalU7_Atomicjj12memory_order12m
 }
 
 ; Function Attrs: nounwind uwtable
-define i32 @_Z23pocl_atomic_load__localPVU7CLlocalU7_Atomicj12memory_order12memory_scope(i32 addrspace(2)* nocapture readonly %object, i32 %order, i32 %scope) #0 {
+define i32 @_Z23pocl_atomic_load__localPVU7CLlocalU7_Atomicj12memory_order12memory_scope(i32 * nocapture readonly %object, i32 %order, i32 %scope) #0 {
   switch i32 %order, label %3 [
     i32 0, label %.thread
     i32 1, label %.thread1
@@ -4856,15 +4856,15 @@ define i32 @_Z23pocl_atomic_load__localPVU7CLlocalU7_Atomicj12memory_order12memo
   ]
 
 .thread:                                          ; preds = %0, %0, %0
-  %1 = load atomic volatile i32, i32 addrspace(2)* %object monotonic, align 4
+  %1 = load atomic volatile i32, i32 * %object monotonic, align 4
   br label %5
 
 .thread1:                                         ; preds = %0
-  %2 = load atomic volatile i32, i32 addrspace(2)* %object acquire, align 4
+  %2 = load atomic volatile i32, i32 * %object acquire, align 4
   br label %5
 
 ; <label>:3                                       ; preds = %0
-  %4 = load atomic volatile i32, i32 addrspace(2)* %object seq_cst, align 4
+  %4 = load atomic volatile i32, i32 * %object seq_cst, align 4
   br label %5
 
 ; <label>:5                                       ; preds = %3, %.thread1, %.thread
@@ -4873,7 +4873,7 @@ define i32 @_Z23pocl_atomic_load__localPVU7CLlocalU7_Atomicj12memory_order12memo
 }
 
 ; Function Attrs: nounwind uwtable
-define i32 @_Z27pocl_atomic_exchange__localPVU7CLlocalU7_Atomicjj12memory_order12memory_scope(i32 addrspace(2)* %object, i32 %desired, i32 %order, i32 %scope) #0 {
+define i32 @_Z27pocl_atomic_exchange__localPVU7CLlocalU7_Atomicjj12memory_order12memory_scope(i32 * %object, i32 %desired, i32 %order, i32 %scope) #0 {
   switch i32 %order, label %6 [
     i32 0, label %.thread
     i32 1, label %.thread1
@@ -4882,23 +4882,23 @@ define i32 @_Z27pocl_atomic_exchange__localPVU7CLlocalU7_Atomicjj12memory_order1
   ]
 
 .thread:                                          ; preds = %0
-  %1 = atomicrmw volatile xchg i32 addrspace(2)* %object, i32 %desired monotonic
+  %1 = atomicrmw volatile xchg i32 * %object, i32 %desired monotonic
   br label %8
 
 .thread1:                                         ; preds = %0
-  %2 = atomicrmw volatile xchg i32 addrspace(2)* %object, i32 %desired acquire
+  %2 = atomicrmw volatile xchg i32 * %object, i32 %desired acquire
   br label %8
 
 .thread2:                                         ; preds = %0
-  %3 = atomicrmw volatile xchg i32 addrspace(2)* %object, i32 %desired release
+  %3 = atomicrmw volatile xchg i32 * %object, i32 %desired release
   br label %8
 
 ; <label>:4                                       ; preds = %0
-  %5 = atomicrmw volatile xchg i32 addrspace(2)* %object, i32 %desired acq_rel
+  %5 = atomicrmw volatile xchg i32 * %object, i32 %desired acq_rel
   br label %8
 
 ; <label>:6                                       ; preds = %0
-  %7 = atomicrmw volatile xchg i32 addrspace(2)* %object, i32 %desired seq_cst
+  %7 = atomicrmw volatile xchg i32 * %object, i32 %desired seq_cst
   br label %8
 
 ; <label>:8                                       ; preds = %6, %4, %.thread2, %.thread1, %.thread
@@ -4907,7 +4907,7 @@ define i32 @_Z27pocl_atomic_exchange__localPVU7CLlocalU7_Atomicjj12memory_order1
 }
 
 ; Function Attrs: nounwind uwtable
-define zeroext i1 @_Z42pocl_atomic_compare_exchange_strong__localPVU7CLlocalU7_AtomicjPjj12memory_orderS3_12memory_scope(i32 addrspace(2)* %object, i32* nocapture %expected, i32 %desired, i32 %success, i32 %failure, i32 %scope) #0 {
+define zeroext i1 @_Z42pocl_atomic_compare_exchange_strong__localPVU7CLlocalU7_AtomicjPjj12memory_orderS3_12memory_scope(i32 * %object, i32* nocapture %expected, i32 %desired, i32 %success, i32 %failure, i32 %scope) #0 {
   %1 = icmp eq i32 %success, 0
   br i1 %1, label %9, label %2
 
@@ -4978,7 +4978,7 @@ define zeroext i1 @_Z42pocl_atomic_compare_exchange_strong__localPVU7CLlocalU7_A
 
 ; <label>:28                                      ; preds = %19
   %29 = load i32, i32* %expected, align 4
-  %30 = cmpxchg volatile i32 addrspace(2)* %object, i32 %29, i32 %desired monotonic monotonic
+  %30 = cmpxchg volatile i32 * %object, i32 %29, i32 %desired monotonic monotonic
   %31 = extractvalue { i32, i1 } %30, 1
   br i1 %31, label %34, label %32
 
@@ -4992,12 +4992,12 @@ define zeroext i1 @_Z42pocl_atomic_compare_exchange_strong__localPVU7CLlocalU7_A
   br label %26
 
 ; <label>:36                                      ; preds = %21
-  %37 = cmpxchg volatile i32 addrspace(2)* %object, i32 %22, i32 %desired acquire monotonic
+  %37 = cmpxchg volatile i32 * %object, i32 %22, i32 %desired acquire monotonic
   %38 = extractvalue { i32, i1 } %37, 1
   br i1 %38, label %44, label %42
 
 ; <label>:39                                      ; preds = %21
-  %40 = cmpxchg volatile i32 addrspace(2)* %object, i32 %22, i32 %desired acquire acquire
+  %40 = cmpxchg volatile i32 * %object, i32 %22, i32 %desired acquire acquire
   %41 = extractvalue { i32, i1 } %40, 1
   br i1 %41, label %48, label %46
 
@@ -5021,7 +5021,7 @@ define zeroext i1 @_Z42pocl_atomic_compare_exchange_strong__localPVU7CLlocalU7_A
 
 ; <label>:50                                      ; preds = %19
   %51 = load i32, i32* %expected, align 4
-  %52 = cmpxchg volatile i32 addrspace(2)* %object, i32 %51, i32 %desired release monotonic
+  %52 = cmpxchg volatile i32 * %object, i32 %51, i32 %desired release monotonic
   %53 = extractvalue { i32, i1 } %52, 1
   br i1 %53, label %56, label %54
 
@@ -5035,12 +5035,12 @@ define zeroext i1 @_Z42pocl_atomic_compare_exchange_strong__localPVU7CLlocalU7_A
   br label %26
 
 ; <label>:58                                      ; preds = %23
-  %59 = cmpxchg volatile i32 addrspace(2)* %object, i32 %24, i32 %desired acq_rel monotonic
+  %59 = cmpxchg volatile i32 * %object, i32 %24, i32 %desired acq_rel monotonic
   %60 = extractvalue { i32, i1 } %59, 1
   br i1 %60, label %66, label %64
 
 ; <label>:61                                      ; preds = %23
-  %62 = cmpxchg volatile i32 addrspace(2)* %object, i32 %24, i32 %desired acq_rel acquire
+  %62 = cmpxchg volatile i32 * %object, i32 %24, i32 %desired acq_rel acquire
   %63 = extractvalue { i32, i1 } %62, 1
   br i1 %63, label %70, label %68
 
@@ -5064,19 +5064,19 @@ define zeroext i1 @_Z42pocl_atomic_compare_exchange_strong__localPVU7CLlocalU7_A
 
 ; <label>:72                                      ; preds = %25
   %73 = load i32, i32* %expected, align 4
-  %74 = cmpxchg volatile i32 addrspace(2)* %object, i32 %73, i32 %desired seq_cst monotonic
+  %74 = cmpxchg volatile i32 * %object, i32 %73, i32 %desired seq_cst monotonic
   %75 = extractvalue { i32, i1 } %74, 1
   br i1 %75, label %86, label %84
 
 ; <label>:76                                      ; preds = %25, %25
   %77 = load i32, i32* %expected, align 4
-  %78 = cmpxchg volatile i32 addrspace(2)* %object, i32 %77, i32 %desired seq_cst acquire
+  %78 = cmpxchg volatile i32 * %object, i32 %77, i32 %desired seq_cst acquire
   %79 = extractvalue { i32, i1 } %78, 1
   br i1 %79, label %90, label %88
 
 ; <label>:80                                      ; preds = %25
   %81 = load i32, i32* %expected, align 4
-  %82 = cmpxchg volatile i32 addrspace(2)* %object, i32 %81, i32 %desired seq_cst seq_cst
+  %82 = cmpxchg volatile i32 * %object, i32 %81, i32 %desired seq_cst seq_cst
   %83 = extractvalue { i32, i1 } %82, 1
   br i1 %83, label %94, label %92
 
@@ -5109,7 +5109,7 @@ define zeroext i1 @_Z42pocl_atomic_compare_exchange_strong__localPVU7CLlocalU7_A
 }
 
 ; Function Attrs: nounwind uwtable
-define zeroext i1 @_Z40pocl_atomic_compare_exchange_weak__localPVU7CLlocalU7_AtomicjPjj12memory_orderS3_12memory_scope(i32 addrspace(2)* %object, i32* nocapture %expected, i32 %desired, i32 %success, i32 %failure, i32 %scope) #0 {
+define zeroext i1 @_Z40pocl_atomic_compare_exchange_weak__localPVU7CLlocalU7_AtomicjPjj12memory_orderS3_12memory_scope(i32 * %object, i32* nocapture %expected, i32 %desired, i32 %success, i32 %failure, i32 %scope) #0 {
   %1 = icmp eq i32 %success, 0
   br i1 %1, label %9, label %2
 
@@ -5180,7 +5180,7 @@ define zeroext i1 @_Z40pocl_atomic_compare_exchange_weak__localPVU7CLlocalU7_Ato
 
 ; <label>:28                                      ; preds = %19
   %29 = load i32, i32* %expected, align 4
-  %30 = cmpxchg weak volatile i32 addrspace(2)* %object, i32 %29, i32 %desired monotonic monotonic
+  %30 = cmpxchg weak volatile i32 * %object, i32 %29, i32 %desired monotonic monotonic
   %31 = extractvalue { i32, i1 } %30, 1
   br i1 %31, label %34, label %32
 
@@ -5194,12 +5194,12 @@ define zeroext i1 @_Z40pocl_atomic_compare_exchange_weak__localPVU7CLlocalU7_Ato
   br label %26
 
 ; <label>:36                                      ; preds = %21
-  %37 = cmpxchg weak volatile i32 addrspace(2)* %object, i32 %22, i32 %desired acquire monotonic
+  %37 = cmpxchg weak volatile i32 * %object, i32 %22, i32 %desired acquire monotonic
   %38 = extractvalue { i32, i1 } %37, 1
   br i1 %38, label %44, label %42
 
 ; <label>:39                                      ; preds = %21
-  %40 = cmpxchg weak volatile i32 addrspace(2)* %object, i32 %22, i32 %desired acquire acquire
+  %40 = cmpxchg weak volatile i32 * %object, i32 %22, i32 %desired acquire acquire
   %41 = extractvalue { i32, i1 } %40, 1
   br i1 %41, label %48, label %46
 
@@ -5223,7 +5223,7 @@ define zeroext i1 @_Z40pocl_atomic_compare_exchange_weak__localPVU7CLlocalU7_Ato
 
 ; <label>:50                                      ; preds = %19
   %51 = load i32, i32* %expected, align 4
-  %52 = cmpxchg weak volatile i32 addrspace(2)* %object, i32 %51, i32 %desired release monotonic
+  %52 = cmpxchg weak volatile i32 * %object, i32 %51, i32 %desired release monotonic
   %53 = extractvalue { i32, i1 } %52, 1
   br i1 %53, label %56, label %54
 
@@ -5237,12 +5237,12 @@ define zeroext i1 @_Z40pocl_atomic_compare_exchange_weak__localPVU7CLlocalU7_Ato
   br label %26
 
 ; <label>:58                                      ; preds = %23
-  %59 = cmpxchg weak volatile i32 addrspace(2)* %object, i32 %24, i32 %desired acq_rel monotonic
+  %59 = cmpxchg weak volatile i32 * %object, i32 %24, i32 %desired acq_rel monotonic
   %60 = extractvalue { i32, i1 } %59, 1
   br i1 %60, label %66, label %64
 
 ; <label>:61                                      ; preds = %23
-  %62 = cmpxchg weak volatile i32 addrspace(2)* %object, i32 %24, i32 %desired acq_rel acquire
+  %62 = cmpxchg weak volatile i32 * %object, i32 %24, i32 %desired acq_rel acquire
   %63 = extractvalue { i32, i1 } %62, 1
   br i1 %63, label %70, label %68
 
@@ -5266,19 +5266,19 @@ define zeroext i1 @_Z40pocl_atomic_compare_exchange_weak__localPVU7CLlocalU7_Ato
 
 ; <label>:72                                      ; preds = %25
   %73 = load i32, i32* %expected, align 4
-  %74 = cmpxchg weak volatile i32 addrspace(2)* %object, i32 %73, i32 %desired seq_cst monotonic
+  %74 = cmpxchg weak volatile i32 * %object, i32 %73, i32 %desired seq_cst monotonic
   %75 = extractvalue { i32, i1 } %74, 1
   br i1 %75, label %86, label %84
 
 ; <label>:76                                      ; preds = %25, %25
   %77 = load i32, i32* %expected, align 4
-  %78 = cmpxchg weak volatile i32 addrspace(2)* %object, i32 %77, i32 %desired seq_cst acquire
+  %78 = cmpxchg weak volatile i32 * %object, i32 %77, i32 %desired seq_cst acquire
   %79 = extractvalue { i32, i1 } %78, 1
   br i1 %79, label %90, label %88
 
 ; <label>:80                                      ; preds = %25
   %81 = load i32, i32* %expected, align 4
-  %82 = cmpxchg weak volatile i32 addrspace(2)* %object, i32 %81, i32 %desired seq_cst seq_cst
+  %82 = cmpxchg weak volatile i32 * %object, i32 %81, i32 %desired seq_cst seq_cst
   %83 = extractvalue { i32, i1 } %82, 1
   br i1 %83, label %94, label %92
 
@@ -5311,7 +5311,7 @@ define zeroext i1 @_Z40pocl_atomic_compare_exchange_weak__localPVU7CLlocalU7_Ato
 }
 
 ; Function Attrs: nounwind uwtable
-define i32 @_Z28pocl_atomic_fetch_add__localPVU7CLlocalU7_Atomicjj12memory_order12memory_scope(i32 addrspace(2)* %object, i32 %operand, i32 %order, i32 %scope) #0 {
+define i32 @_Z28pocl_atomic_fetch_add__localPVU7CLlocalU7_Atomicjj12memory_order12memory_scope(i32 * %object, i32 %operand, i32 %order, i32 %scope) #0 {
   switch i32 %order, label %6 [
     i32 0, label %.thread
     i32 1, label %.thread1
@@ -5320,23 +5320,23 @@ define i32 @_Z28pocl_atomic_fetch_add__localPVU7CLlocalU7_Atomicjj12memory_order
   ]
 
 .thread:                                          ; preds = %0
-  %1 = atomicrmw volatile add i32 addrspace(2)* %object, i32 %operand monotonic
+  %1 = atomicrmw volatile add i32 * %object, i32 %operand monotonic
   br label %8
 
 .thread1:                                         ; preds = %0
-  %2 = atomicrmw volatile add i32 addrspace(2)* %object, i32 %operand acquire
+  %2 = atomicrmw volatile add i32 * %object, i32 %operand acquire
   br label %8
 
 .thread2:                                         ; preds = %0
-  %3 = atomicrmw volatile add i32 addrspace(2)* %object, i32 %operand release
+  %3 = atomicrmw volatile add i32 * %object, i32 %operand release
   br label %8
 
 ; <label>:4                                       ; preds = %0
-  %5 = atomicrmw volatile add i32 addrspace(2)* %object, i32 %operand acq_rel
+  %5 = atomicrmw volatile add i32 * %object, i32 %operand acq_rel
   br label %8
 
 ; <label>:6                                       ; preds = %0
-  %7 = atomicrmw volatile add i32 addrspace(2)* %object, i32 %operand seq_cst
+  %7 = atomicrmw volatile add i32 * %object, i32 %operand seq_cst
   br label %8
 
 ; <label>:8                                       ; preds = %6, %4, %.thread2, %.thread1, %.thread
@@ -5345,7 +5345,7 @@ define i32 @_Z28pocl_atomic_fetch_add__localPVU7CLlocalU7_Atomicjj12memory_order
 }
 
 ; Function Attrs: nounwind uwtable
-define i32 @_Z28pocl_atomic_fetch_sub__localPVU7CLlocalU7_Atomicjj12memory_order12memory_scope(i32 addrspace(2)* %object, i32 %operand, i32 %order, i32 %scope) #0 {
+define i32 @_Z28pocl_atomic_fetch_sub__localPVU7CLlocalU7_Atomicjj12memory_order12memory_scope(i32 * %object, i32 %operand, i32 %order, i32 %scope) #0 {
   switch i32 %order, label %6 [
     i32 0, label %.thread
     i32 1, label %.thread1
@@ -5354,23 +5354,23 @@ define i32 @_Z28pocl_atomic_fetch_sub__localPVU7CLlocalU7_Atomicjj12memory_order
   ]
 
 .thread:                                          ; preds = %0
-  %1 = atomicrmw volatile sub i32 addrspace(2)* %object, i32 %operand monotonic
+  %1 = atomicrmw volatile sub i32 * %object, i32 %operand monotonic
   br label %8
 
 .thread1:                                         ; preds = %0
-  %2 = atomicrmw volatile sub i32 addrspace(2)* %object, i32 %operand acquire
+  %2 = atomicrmw volatile sub i32 * %object, i32 %operand acquire
   br label %8
 
 .thread2:                                         ; preds = %0
-  %3 = atomicrmw volatile sub i32 addrspace(2)* %object, i32 %operand release
+  %3 = atomicrmw volatile sub i32 * %object, i32 %operand release
   br label %8
 
 ; <label>:4                                       ; preds = %0
-  %5 = atomicrmw volatile sub i32 addrspace(2)* %object, i32 %operand acq_rel
+  %5 = atomicrmw volatile sub i32 * %object, i32 %operand acq_rel
   br label %8
 
 ; <label>:6                                       ; preds = %0
-  %7 = atomicrmw volatile sub i32 addrspace(2)* %object, i32 %operand seq_cst
+  %7 = atomicrmw volatile sub i32 * %object, i32 %operand seq_cst
   br label %8
 
 ; <label>:8                                       ; preds = %6, %4, %.thread2, %.thread1, %.thread
@@ -5379,7 +5379,7 @@ define i32 @_Z28pocl_atomic_fetch_sub__localPVU7CLlocalU7_Atomicjj12memory_order
 }
 
 ; Function Attrs: nounwind uwtable
-define i32 @_Z27pocl_atomic_fetch_or__localPVU7CLlocalU7_Atomicjj12memory_order12memory_scope(i32 addrspace(2)* %object, i32 %operand, i32 %order, i32 %scope) #0 {
+define i32 @_Z27pocl_atomic_fetch_or__localPVU7CLlocalU7_Atomicjj12memory_order12memory_scope(i32 * %object, i32 %operand, i32 %order, i32 %scope) #0 {
   switch i32 %order, label %6 [
     i32 0, label %.thread
     i32 1, label %.thread1
@@ -5388,23 +5388,23 @@ define i32 @_Z27pocl_atomic_fetch_or__localPVU7CLlocalU7_Atomicjj12memory_order1
   ]
 
 .thread:                                          ; preds = %0
-  %1 = atomicrmw volatile or i32 addrspace(2)* %object, i32 %operand monotonic
+  %1 = atomicrmw volatile or i32 * %object, i32 %operand monotonic
   br label %8
 
 .thread1:                                         ; preds = %0
-  %2 = atomicrmw volatile or i32 addrspace(2)* %object, i32 %operand acquire
+  %2 = atomicrmw volatile or i32 * %object, i32 %operand acquire
   br label %8
 
 .thread2:                                         ; preds = %0
-  %3 = atomicrmw volatile or i32 addrspace(2)* %object, i32 %operand release
+  %3 = atomicrmw volatile or i32 * %object, i32 %operand release
   br label %8
 
 ; <label>:4                                       ; preds = %0
-  %5 = atomicrmw volatile or i32 addrspace(2)* %object, i32 %operand acq_rel
+  %5 = atomicrmw volatile or i32 * %object, i32 %operand acq_rel
   br label %8
 
 ; <label>:6                                       ; preds = %0
-  %7 = atomicrmw volatile or i32 addrspace(2)* %object, i32 %operand seq_cst
+  %7 = atomicrmw volatile or i32 * %object, i32 %operand seq_cst
   br label %8
 
 ; <label>:8                                       ; preds = %6, %4, %.thread2, %.thread1, %.thread
@@ -5413,7 +5413,7 @@ define i32 @_Z27pocl_atomic_fetch_or__localPVU7CLlocalU7_Atomicjj12memory_order1
 }
 
 ; Function Attrs: nounwind uwtable
-define i32 @_Z28pocl_atomic_fetch_xor__localPVU7CLlocalU7_Atomicjj12memory_order12memory_scope(i32 addrspace(2)* %object, i32 %operand, i32 %order, i32 %scope) #0 {
+define i32 @_Z28pocl_atomic_fetch_xor__localPVU7CLlocalU7_Atomicjj12memory_order12memory_scope(i32 * %object, i32 %operand, i32 %order, i32 %scope) #0 {
   switch i32 %order, label %6 [
     i32 0, label %.thread
     i32 1, label %.thread1
@@ -5422,23 +5422,23 @@ define i32 @_Z28pocl_atomic_fetch_xor__localPVU7CLlocalU7_Atomicjj12memory_order
   ]
 
 .thread:                                          ; preds = %0
-  %1 = atomicrmw volatile xor i32 addrspace(2)* %object, i32 %operand monotonic
+  %1 = atomicrmw volatile xor i32 * %object, i32 %operand monotonic
   br label %8
 
 .thread1:                                         ; preds = %0
-  %2 = atomicrmw volatile xor i32 addrspace(2)* %object, i32 %operand acquire
+  %2 = atomicrmw volatile xor i32 * %object, i32 %operand acquire
   br label %8
 
 .thread2:                                         ; preds = %0
-  %3 = atomicrmw volatile xor i32 addrspace(2)* %object, i32 %operand release
+  %3 = atomicrmw volatile xor i32 * %object, i32 %operand release
   br label %8
 
 ; <label>:4                                       ; preds = %0
-  %5 = atomicrmw volatile xor i32 addrspace(2)* %object, i32 %operand acq_rel
+  %5 = atomicrmw volatile xor i32 * %object, i32 %operand acq_rel
   br label %8
 
 ; <label>:6                                       ; preds = %0
-  %7 = atomicrmw volatile xor i32 addrspace(2)* %object, i32 %operand seq_cst
+  %7 = atomicrmw volatile xor i32 * %object, i32 %operand seq_cst
   br label %8
 
 ; <label>:8                                       ; preds = %6, %4, %.thread2, %.thread1, %.thread
@@ -5447,7 +5447,7 @@ define i32 @_Z28pocl_atomic_fetch_xor__localPVU7CLlocalU7_Atomicjj12memory_order
 }
 
 ; Function Attrs: nounwind uwtable
-define i32 @_Z28pocl_atomic_fetch_and__localPVU7CLlocalU7_Atomicjj12memory_order12memory_scope(i32 addrspace(2)* %object, i32 %operand, i32 %order, i32 %scope) #0 {
+define i32 @_Z28pocl_atomic_fetch_and__localPVU7CLlocalU7_Atomicjj12memory_order12memory_scope(i32 * %object, i32 %operand, i32 %order, i32 %scope) #0 {
   switch i32 %order, label %6 [
     i32 0, label %.thread
     i32 1, label %.thread1
@@ -5456,23 +5456,23 @@ define i32 @_Z28pocl_atomic_fetch_and__localPVU7CLlocalU7_Atomicjj12memory_order
   ]
 
 .thread:                                          ; preds = %0
-  %1 = atomicrmw volatile and i32 addrspace(2)* %object, i32 %operand monotonic
+  %1 = atomicrmw volatile and i32 * %object, i32 %operand monotonic
   br label %8
 
 .thread1:                                         ; preds = %0
-  %2 = atomicrmw volatile and i32 addrspace(2)* %object, i32 %operand acquire
+  %2 = atomicrmw volatile and i32 * %object, i32 %operand acquire
   br label %8
 
 .thread2:                                         ; preds = %0
-  %3 = atomicrmw volatile and i32 addrspace(2)* %object, i32 %operand release
+  %3 = atomicrmw volatile and i32 * %object, i32 %operand release
   br label %8
 
 ; <label>:4                                       ; preds = %0
-  %5 = atomicrmw volatile and i32 addrspace(2)* %object, i32 %operand acq_rel
+  %5 = atomicrmw volatile and i32 * %object, i32 %operand acq_rel
   br label %8
 
 ; <label>:6                                       ; preds = %0
-  %7 = atomicrmw volatile and i32 addrspace(2)* %object, i32 %operand seq_cst
+  %7 = atomicrmw volatile and i32 * %object, i32 %operand seq_cst
   br label %8
 
 ; <label>:8                                       ; preds = %6, %4, %.thread2, %.thread1, %.thread
@@ -5481,7 +5481,7 @@ define i32 @_Z28pocl_atomic_fetch_and__localPVU7CLlocalU7_Atomicjj12memory_order
 }
 
 ; Function Attrs: nounwind uwtable
-define i32 @_Z28pocl_atomic_fetch_min__localPVU7CLlocalU7_Atomicjj12memory_order12memory_scope(i32 addrspace(2)* %object, i32 %operand, i32 %order, i32 %scope) #0 {
+define i32 @_Z28pocl_atomic_fetch_min__localPVU7CLlocalU7_Atomicjj12memory_order12memory_scope(i32 * %object, i32 %operand, i32 %order, i32 %scope) #0 {
   switch i32 %order, label %6 [
     i32 0, label %.thread
     i32 1, label %.thread1
@@ -5490,23 +5490,23 @@ define i32 @_Z28pocl_atomic_fetch_min__localPVU7CLlocalU7_Atomicjj12memory_order
   ]
 
 .thread:                                          ; preds = %0
-  %1 = atomicrmw volatile umin i32 addrspace(2)* %object, i32 %operand monotonic
+  %1 = atomicrmw volatile umin i32 * %object, i32 %operand monotonic
   br label %8
 
 .thread1:                                         ; preds = %0
-  %2 = atomicrmw volatile umin i32 addrspace(2)* %object, i32 %operand acquire
+  %2 = atomicrmw volatile umin i32 * %object, i32 %operand acquire
   br label %8
 
 .thread2:                                         ; preds = %0
-  %3 = atomicrmw volatile umin i32 addrspace(2)* %object, i32 %operand release
+  %3 = atomicrmw volatile umin i32 * %object, i32 %operand release
   br label %8
 
 ; <label>:4                                       ; preds = %0
-  %5 = atomicrmw volatile umin i32 addrspace(2)* %object, i32 %operand acq_rel
+  %5 = atomicrmw volatile umin i32 * %object, i32 %operand acq_rel
   br label %8
 
 ; <label>:6                                       ; preds = %0
-  %7 = atomicrmw volatile umin i32 addrspace(2)* %object, i32 %operand seq_cst
+  %7 = atomicrmw volatile umin i32 * %object, i32 %operand seq_cst
   br label %8
 
 ; <label>:8                                       ; preds = %6, %4, %.thread2, %.thread1, %.thread
@@ -5515,7 +5515,7 @@ define i32 @_Z28pocl_atomic_fetch_min__localPVU7CLlocalU7_Atomicjj12memory_order
 }
 
 ; Function Attrs: nounwind uwtable
-define i32 @_Z28pocl_atomic_fetch_max__localPVU7CLlocalU7_Atomicjj12memory_order12memory_scope(i32 addrspace(2)* %object, i32 %operand, i32 %order, i32 %scope) #0 {
+define i32 @_Z28pocl_atomic_fetch_max__localPVU7CLlocalU7_Atomicjj12memory_order12memory_scope(i32 * %object, i32 %operand, i32 %order, i32 %scope) #0 {
   switch i32 %order, label %6 [
     i32 0, label %.thread
     i32 1, label %.thread1
@@ -5524,23 +5524,23 @@ define i32 @_Z28pocl_atomic_fetch_max__localPVU7CLlocalU7_Atomicjj12memory_order
   ]
 
 .thread:                                          ; preds = %0
-  %1 = atomicrmw volatile umax i32 addrspace(2)* %object, i32 %operand monotonic
+  %1 = atomicrmw volatile umax i32 * %object, i32 %operand monotonic
   br label %8
 
 .thread1:                                         ; preds = %0
-  %2 = atomicrmw volatile umax i32 addrspace(2)* %object, i32 %operand acquire
+  %2 = atomicrmw volatile umax i32 * %object, i32 %operand acquire
   br label %8
 
 .thread2:                                         ; preds = %0
-  %3 = atomicrmw volatile umax i32 addrspace(2)* %object, i32 %operand release
+  %3 = atomicrmw volatile umax i32 * %object, i32 %operand release
   br label %8
 
 ; <label>:4                                       ; preds = %0
-  %5 = atomicrmw volatile umax i32 addrspace(2)* %object, i32 %operand acq_rel
+  %5 = atomicrmw volatile umax i32 * %object, i32 %operand acq_rel
   br label %8
 
 ; <label>:6                                       ; preds = %0
-  %7 = atomicrmw volatile umax i32 addrspace(2)* %object, i32 %operand seq_cst
+  %7 = atomicrmw volatile umax i32 * %object, i32 %operand seq_cst
   br label %8
 
 ; <label>:8                                       ; preds = %6, %4, %.thread2, %.thread1, %.thread
@@ -5549,7 +5549,7 @@ define i32 @_Z28pocl_atomic_fetch_max__localPVU7CLlocalU7_Atomicjj12memory_order
 }
 
 ; Function Attrs: nounwind uwtable
-define void @_Z24pocl_atomic_store__localPVU7CLlocalU7_Atomicff12memory_order12memory_scope(float addrspace(2)* nocapture %object, float %desired, i32 %order, i32 %scope) #0 {
+define void @_Z24pocl_atomic_store__localPVU7CLlocalU7_Atomicff12memory_order12memory_scope(float * nocapture %object, float %desired, i32 %order, i32 %scope) #0 {
   switch i32 %order, label %5 [
     i32 0, label %.thread
     i32 1, label %.thread
@@ -5558,29 +5558,29 @@ define void @_Z24pocl_atomic_store__localPVU7CLlocalU7_Atomicff12memory_order12m
 
 .thread1:                                         ; preds = %0
   %1 = bitcast float %desired to i32
-  %2 = bitcast float addrspace(2)* %object to i32 addrspace(2)*
-  store atomic volatile i32 %1, i32 addrspace(2)* %2 release, align 4
+  %2 = bitcast float * %object to i32 *
+  store atomic volatile i32 %1, i32 * %2 release, align 4
   br label %13
 
 .thread:                                          ; preds = %0, %0
   %3 = bitcast float %desired to i32
-  %4 = bitcast float addrspace(2)* %object to i32 addrspace(2)*
+  %4 = bitcast float * %object to i32 *
   br label %9
 
 ; <label>:5                                       ; preds = %0
   %6 = icmp eq i32 %order, 3
   %7 = bitcast float %desired to i32
-  %8 = bitcast float addrspace(2)* %object to i32 addrspace(2)*
+  %8 = bitcast float * %object to i32 *
   br i1 %6, label %9, label %12
 
 ; <label>:9                                       ; preds = %5, %.thread
-  %10 = phi i32 addrspace(2)* [ %4, %.thread ], [ %8, %5 ]
+  %10 = phi i32 * [ %4, %.thread ], [ %8, %5 ]
   %11 = phi i32 [ %3, %.thread ], [ %7, %5 ]
-  store atomic volatile i32 %11, i32 addrspace(2)* %10 monotonic, align 4
+  store atomic volatile i32 %11, i32 * %10 monotonic, align 4
   br label %13
 
 ; <label>:12                                      ; preds = %5
-  store atomic volatile i32 %7, i32 addrspace(2)* %8 seq_cst, align 4
+  store atomic volatile i32 %7, i32 * %8 seq_cst, align 4
   br label %13
 
 ; <label>:13                                      ; preds = %12, %.thread1, %9
@@ -5588,7 +5588,7 @@ define void @_Z24pocl_atomic_store__localPVU7CLlocalU7_Atomicff12memory_order12m
 }
 
 ; Function Attrs: nounwind uwtable
-define float @_Z23pocl_atomic_load__localPVU7CLlocalU7_Atomicf12memory_order12memory_scope(float addrspace(2)* nocapture readonly %object, i32 %order, i32 %scope) #0 {
+define float @_Z23pocl_atomic_load__localPVU7CLlocalU7_Atomicf12memory_order12memory_scope(float * nocapture readonly %object, i32 %order, i32 %scope) #0 {
   switch i32 %order, label %4 [
     i32 0, label %.thread
     i32 1, label %.thread1
@@ -5596,26 +5596,26 @@ define float @_Z23pocl_atomic_load__localPVU7CLlocalU7_Atomicf12memory_order12me
   ]
 
 .thread1:                                         ; preds = %0
-  %1 = bitcast float addrspace(2)* %object to i32 addrspace(2)*
-  %2 = load atomic volatile i32, i32 addrspace(2)* %1 acquire, align 4
+  %1 = bitcast float * %object to i32 *
+  %2 = load atomic volatile i32, i32 * %1 acquire, align 4
   br label %12
 
 .thread:                                          ; preds = %0, %0
-  %3 = bitcast float addrspace(2)* %object to i32 addrspace(2)*
+  %3 = bitcast float * %object to i32 *
   br label %7
 
 ; <label>:4                                       ; preds = %0
   %5 = icmp eq i32 %order, 3
-  %6 = bitcast float addrspace(2)* %object to i32 addrspace(2)*
+  %6 = bitcast float * %object to i32 *
   br i1 %5, label %7, label %10
 
 ; <label>:7                                       ; preds = %4, %.thread
-  %8 = phi i32 addrspace(2)* [ %3, %.thread ], [ %6, %4 ]
-  %9 = load atomic volatile i32, i32 addrspace(2)* %8 monotonic, align 4
+  %8 = phi i32 * [ %3, %.thread ], [ %6, %4 ]
+  %9 = load atomic volatile i32, i32 * %8 monotonic, align 4
   br label %12
 
 ; <label>:10                                      ; preds = %4
-  %11 = load atomic volatile i32, i32 addrspace(2)* %6 seq_cst, align 4
+  %11 = load atomic volatile i32, i32 * %6 seq_cst, align 4
   br label %12
 
 ; <label>:12                                      ; preds = %10, %.thread1, %7
@@ -5625,7 +5625,7 @@ define float @_Z23pocl_atomic_load__localPVU7CLlocalU7_Atomicf12memory_order12me
 }
 
 ; Function Attrs: nounwind uwtable
-define float @_Z27pocl_atomic_exchange__localPVU7CLlocalU7_Atomicff12memory_order12memory_scope(float addrspace(2)* %object, float %desired, i32 %order, i32 %scope) #0 {
+define float @_Z27pocl_atomic_exchange__localPVU7CLlocalU7_Atomicff12memory_order12memory_scope(float * %object, float %desired, i32 %order, i32 %scope) #0 {
   switch i32 %order, label %10 [
     i32 0, label %.thread
     i32 1, label %.thread2
@@ -5634,34 +5634,34 @@ define float @_Z27pocl_atomic_exchange__localPVU7CLlocalU7_Atomicff12memory_orde
 
 .thread:                                          ; preds = %0
   %1 = bitcast float %desired to i32
-  %2 = bitcast float addrspace(2)* %object to i32 addrspace(2)*
-  %3 = atomicrmw volatile xchg i32 addrspace(2)* %2, i32 %1 monotonic
+  %2 = bitcast float * %object to i32 *
+  %3 = atomicrmw volatile xchg i32 * %2, i32 %1 monotonic
   br label %18
 
 .thread2:                                         ; preds = %0
   %4 = bitcast float %desired to i32
-  %5 = bitcast float addrspace(2)* %object to i32 addrspace(2)*
-  %6 = atomicrmw volatile xchg i32 addrspace(2)* %5, i32 %4 acquire
+  %5 = bitcast float * %object to i32 *
+  %6 = atomicrmw volatile xchg i32 * %5, i32 %4 acquire
   br label %18
 
 .thread3:                                         ; preds = %0
   %7 = bitcast float %desired to i32
-  %8 = bitcast float addrspace(2)* %object to i32 addrspace(2)*
-  %9 = atomicrmw volatile xchg i32 addrspace(2)* %8, i32 %7 release
+  %8 = bitcast float * %object to i32 *
+  %9 = atomicrmw volatile xchg i32 * %8, i32 %7 release
   br label %18
 
 ; <label>:10                                      ; preds = %0
   %11 = icmp eq i32 %order, 3
   %12 = bitcast float %desired to i32
-  %13 = bitcast float addrspace(2)* %object to i32 addrspace(2)*
+  %13 = bitcast float * %object to i32 *
   br i1 %11, label %14, label %16
 
 ; <label>:14                                      ; preds = %10
-  %15 = atomicrmw volatile xchg i32 addrspace(2)* %13, i32 %12 acq_rel
+  %15 = atomicrmw volatile xchg i32 * %13, i32 %12 acq_rel
   br label %18
 
 ; <label>:16                                      ; preds = %10
-  %17 = atomicrmw volatile xchg i32 addrspace(2)* %13, i32 %12 seq_cst
+  %17 = atomicrmw volatile xchg i32 * %13, i32 %12 seq_cst
   br label %18
 
 ; <label>:18                                      ; preds = %16, %14, %.thread3, %.thread2, %.thread
@@ -5671,7 +5671,7 @@ define float @_Z27pocl_atomic_exchange__localPVU7CLlocalU7_Atomicff12memory_orde
 }
 
 ; Function Attrs: nounwind uwtable
-define zeroext i1 @_Z42pocl_atomic_compare_exchange_strong__localPVU7CLlocalU7_AtomicfPff12memory_orderS3_12memory_scope(float addrspace(2)* %object, float* nocapture %expected, float %desired, i32 %success, i32 %failure, i32 %scope) #0 {
+define zeroext i1 @_Z42pocl_atomic_compare_exchange_strong__localPVU7CLlocalU7_AtomicfPff12memory_orderS3_12memory_scope(float * %object, float* nocapture %expected, float %desired, i32 %success, i32 %failure, i32 %scope) #0 {
   %1 = icmp eq i32 %success, 0
   br i1 %1, label %9, label %2
 
@@ -5709,7 +5709,7 @@ define zeroext i1 @_Z42pocl_atomic_compare_exchange_strong__localPVU7CLlocalU7_A
 
 ; <label>:20                                      ; preds = %13, %15, %17, %9
   %21 = phi i32 [ 0, %9 ], [ 2, %13 ], [ %19, %17 ], [ 3, %15 ]
-  %22 = bitcast float addrspace(2)* %object to i32 addrspace(2)*
+  %22 = bitcast float * %object to i32 *
   %23 = bitcast float* %expected to i32*
   switch i32 %10, label %31 [
     i32 1, label %24
@@ -5745,7 +5745,7 @@ define zeroext i1 @_Z42pocl_atomic_compare_exchange_strong__localPVU7CLlocalU7_A
 
 ; <label>:31                                      ; preds = %20
   %32 = load i32, i32* %23, align 4
-  %33 = cmpxchg volatile i32 addrspace(2)* %22, i32 %32, i32 %11 monotonic monotonic
+  %33 = cmpxchg volatile i32 * %22, i32 %32, i32 %11 monotonic monotonic
   %34 = extractvalue { i32, i1 } %33, 1
   br i1 %34, label %37, label %35
 
@@ -5759,12 +5759,12 @@ define zeroext i1 @_Z42pocl_atomic_compare_exchange_strong__localPVU7CLlocalU7_A
   br label %29
 
 ; <label>:39                                      ; preds = %24
-  %40 = cmpxchg volatile i32 addrspace(2)* %22, i32 %25, i32 %11 acquire monotonic
+  %40 = cmpxchg volatile i32 * %22, i32 %25, i32 %11 acquire monotonic
   %41 = extractvalue { i32, i1 } %40, 1
   br i1 %41, label %47, label %45
 
 ; <label>:42                                      ; preds = %24
-  %43 = cmpxchg volatile i32 addrspace(2)* %22, i32 %25, i32 %11 acquire acquire
+  %43 = cmpxchg volatile i32 * %22, i32 %25, i32 %11 acquire acquire
   %44 = extractvalue { i32, i1 } %43, 1
   br i1 %44, label %51, label %49
 
@@ -5788,7 +5788,7 @@ define zeroext i1 @_Z42pocl_atomic_compare_exchange_strong__localPVU7CLlocalU7_A
 
 ; <label>:53                                      ; preds = %20
   %54 = load i32, i32* %23, align 4
-  %55 = cmpxchg volatile i32 addrspace(2)* %22, i32 %54, i32 %11 release monotonic
+  %55 = cmpxchg volatile i32 * %22, i32 %54, i32 %11 release monotonic
   %56 = extractvalue { i32, i1 } %55, 1
   br i1 %56, label %59, label %57
 
@@ -5802,12 +5802,12 @@ define zeroext i1 @_Z42pocl_atomic_compare_exchange_strong__localPVU7CLlocalU7_A
   br label %29
 
 ; <label>:61                                      ; preds = %26
-  %62 = cmpxchg volatile i32 addrspace(2)* %22, i32 %27, i32 %11 acq_rel monotonic
+  %62 = cmpxchg volatile i32 * %22, i32 %27, i32 %11 acq_rel monotonic
   %63 = extractvalue { i32, i1 } %62, 1
   br i1 %63, label %69, label %67
 
 ; <label>:64                                      ; preds = %26
-  %65 = cmpxchg volatile i32 addrspace(2)* %22, i32 %27, i32 %11 acq_rel acquire
+  %65 = cmpxchg volatile i32 * %22, i32 %27, i32 %11 acq_rel acquire
   %66 = extractvalue { i32, i1 } %65, 1
   br i1 %66, label %73, label %71
 
@@ -5831,19 +5831,19 @@ define zeroext i1 @_Z42pocl_atomic_compare_exchange_strong__localPVU7CLlocalU7_A
 
 ; <label>:75                                      ; preds = %28
   %76 = load i32, i32* %23, align 4
-  %77 = cmpxchg volatile i32 addrspace(2)* %22, i32 %76, i32 %11 seq_cst monotonic
+  %77 = cmpxchg volatile i32 * %22, i32 %76, i32 %11 seq_cst monotonic
   %78 = extractvalue { i32, i1 } %77, 1
   br i1 %78, label %89, label %87
 
 ; <label>:79                                      ; preds = %28, %28
   %80 = load i32, i32* %23, align 4
-  %81 = cmpxchg volatile i32 addrspace(2)* %22, i32 %80, i32 %11 seq_cst acquire
+  %81 = cmpxchg volatile i32 * %22, i32 %80, i32 %11 seq_cst acquire
   %82 = extractvalue { i32, i1 } %81, 1
   br i1 %82, label %93, label %91
 
 ; <label>:83                                      ; preds = %28
   %84 = load i32, i32* %23, align 4
-  %85 = cmpxchg volatile i32 addrspace(2)* %22, i32 %84, i32 %11 seq_cst seq_cst
+  %85 = cmpxchg volatile i32 * %22, i32 %84, i32 %11 seq_cst seq_cst
   %86 = extractvalue { i32, i1 } %85, 1
   br i1 %86, label %97, label %95
 
@@ -5876,7 +5876,7 @@ define zeroext i1 @_Z42pocl_atomic_compare_exchange_strong__localPVU7CLlocalU7_A
 }
 
 ; Function Attrs: nounwind uwtable
-define zeroext i1 @_Z40pocl_atomic_compare_exchange_weak__localPVU7CLlocalU7_AtomicfPff12memory_orderS3_12memory_scope(float addrspace(2)* %object, float* nocapture %expected, float %desired, i32 %success, i32 %failure, i32 %scope) #0 {
+define zeroext i1 @_Z40pocl_atomic_compare_exchange_weak__localPVU7CLlocalU7_AtomicfPff12memory_orderS3_12memory_scope(float * %object, float* nocapture %expected, float %desired, i32 %success, i32 %failure, i32 %scope) #0 {
   %1 = icmp eq i32 %success, 0
   br i1 %1, label %9, label %2
 
@@ -5914,7 +5914,7 @@ define zeroext i1 @_Z40pocl_atomic_compare_exchange_weak__localPVU7CLlocalU7_Ato
 
 ; <label>:20                                      ; preds = %13, %15, %17, %9
   %21 = phi i32 [ 0, %9 ], [ 2, %13 ], [ %19, %17 ], [ 3, %15 ]
-  %22 = bitcast float addrspace(2)* %object to i32 addrspace(2)*
+  %22 = bitcast float * %object to i32 *
   %23 = bitcast float* %expected to i32*
   switch i32 %10, label %31 [
     i32 1, label %24
@@ -5950,7 +5950,7 @@ define zeroext i1 @_Z40pocl_atomic_compare_exchange_weak__localPVU7CLlocalU7_Ato
 
 ; <label>:31                                      ; preds = %20
   %32 = load i32, i32* %23, align 4
-  %33 = cmpxchg weak volatile i32 addrspace(2)* %22, i32 %32, i32 %11 monotonic monotonic
+  %33 = cmpxchg weak volatile i32 * %22, i32 %32, i32 %11 monotonic monotonic
   %34 = extractvalue { i32, i1 } %33, 1
   br i1 %34, label %37, label %35
 
@@ -5964,12 +5964,12 @@ define zeroext i1 @_Z40pocl_atomic_compare_exchange_weak__localPVU7CLlocalU7_Ato
   br label %29
 
 ; <label>:39                                      ; preds = %24
-  %40 = cmpxchg weak volatile i32 addrspace(2)* %22, i32 %25, i32 %11 acquire monotonic
+  %40 = cmpxchg weak volatile i32 * %22, i32 %25, i32 %11 acquire monotonic
   %41 = extractvalue { i32, i1 } %40, 1
   br i1 %41, label %47, label %45
 
 ; <label>:42                                      ; preds = %24
-  %43 = cmpxchg weak volatile i32 addrspace(2)* %22, i32 %25, i32 %11 acquire acquire
+  %43 = cmpxchg weak volatile i32 * %22, i32 %25, i32 %11 acquire acquire
   %44 = extractvalue { i32, i1 } %43, 1
   br i1 %44, label %51, label %49
 
@@ -5993,7 +5993,7 @@ define zeroext i1 @_Z40pocl_atomic_compare_exchange_weak__localPVU7CLlocalU7_Ato
 
 ; <label>:53                                      ; preds = %20
   %54 = load i32, i32* %23, align 4
-  %55 = cmpxchg weak volatile i32 addrspace(2)* %22, i32 %54, i32 %11 release monotonic
+  %55 = cmpxchg weak volatile i32 * %22, i32 %54, i32 %11 release monotonic
   %56 = extractvalue { i32, i1 } %55, 1
   br i1 %56, label %59, label %57
 
@@ -6007,12 +6007,12 @@ define zeroext i1 @_Z40pocl_atomic_compare_exchange_weak__localPVU7CLlocalU7_Ato
   br label %29
 
 ; <label>:61                                      ; preds = %26
-  %62 = cmpxchg weak volatile i32 addrspace(2)* %22, i32 %27, i32 %11 acq_rel monotonic
+  %62 = cmpxchg weak volatile i32 * %22, i32 %27, i32 %11 acq_rel monotonic
   %63 = extractvalue { i32, i1 } %62, 1
   br i1 %63, label %69, label %67
 
 ; <label>:64                                      ; preds = %26
-  %65 = cmpxchg weak volatile i32 addrspace(2)* %22, i32 %27, i32 %11 acq_rel acquire
+  %65 = cmpxchg weak volatile i32 * %22, i32 %27, i32 %11 acq_rel acquire
   %66 = extractvalue { i32, i1 } %65, 1
   br i1 %66, label %73, label %71
 
@@ -6036,19 +6036,19 @@ define zeroext i1 @_Z40pocl_atomic_compare_exchange_weak__localPVU7CLlocalU7_Ato
 
 ; <label>:75                                      ; preds = %28
   %76 = load i32, i32* %23, align 4
-  %77 = cmpxchg weak volatile i32 addrspace(2)* %22, i32 %76, i32 %11 seq_cst monotonic
+  %77 = cmpxchg weak volatile i32 * %22, i32 %76, i32 %11 seq_cst monotonic
   %78 = extractvalue { i32, i1 } %77, 1
   br i1 %78, label %89, label %87
 
 ; <label>:79                                      ; preds = %28, %28
   %80 = load i32, i32* %23, align 4
-  %81 = cmpxchg weak volatile i32 addrspace(2)* %22, i32 %80, i32 %11 seq_cst acquire
+  %81 = cmpxchg weak volatile i32 * %22, i32 %80, i32 %11 seq_cst acquire
   %82 = extractvalue { i32, i1 } %81, 1
   br i1 %82, label %93, label %91
 
 ; <label>:83                                      ; preds = %28
   %84 = load i32, i32* %23, align 4
-  %85 = cmpxchg weak volatile i32 addrspace(2)* %22, i32 %84, i32 %11 seq_cst seq_cst
+  %85 = cmpxchg weak volatile i32 * %22, i32 %84, i32 %11 seq_cst seq_cst
   %86 = extractvalue { i32, i1 } %85, 1
   br i1 %86, label %97, label %95
 
@@ -6081,7 +6081,7 @@ define zeroext i1 @_Z40pocl_atomic_compare_exchange_weak__localPVU7CLlocalU7_Ato
 }
 
 ; Function Attrs: nounwind uwtable
-define void @_Z24pocl_atomic_store__localPVU7CLlocalU7_Atomicll12memory_order12memory_scope(i64 addrspace(2)* nocapture %object, i64 %desired, i32 %order, i32 %scope) #0 {
+define void @_Z24pocl_atomic_store__localPVU7CLlocalU7_Atomicll12memory_order12memory_scope(i64 * nocapture %object, i64 %desired, i32 %order, i32 %scope) #0 {
   switch i32 %order, label %1 [
     i32 0, label %.thread
     i32 1, label %.thread
@@ -6090,15 +6090,15 @@ define void @_Z24pocl_atomic_store__localPVU7CLlocalU7_Atomicll12memory_order12m
   ]
 
 .thread:                                          ; preds = %0, %0, %0
-  store atomic volatile i64 %desired, i64 addrspace(2)* %object monotonic, align 8
+  store atomic volatile i64 %desired, i64 * %object monotonic, align 8
   br label %2
 
 .thread1:                                         ; preds = %0
-  store atomic volatile i64 %desired, i64 addrspace(2)* %object release, align 8
+  store atomic volatile i64 %desired, i64 * %object release, align 8
   br label %2
 
 ; <label>:1                                       ; preds = %0
-  store atomic volatile i64 %desired, i64 addrspace(2)* %object seq_cst, align 8
+  store atomic volatile i64 %desired, i64 * %object seq_cst, align 8
   br label %2
 
 ; <label>:2                                       ; preds = %1, %.thread1, %.thread
@@ -6106,7 +6106,7 @@ define void @_Z24pocl_atomic_store__localPVU7CLlocalU7_Atomicll12memory_order12m
 }
 
 ; Function Attrs: nounwind uwtable
-define i64 @_Z23pocl_atomic_load__localPVU7CLlocalU7_Atomicl12memory_order12memory_scope(i64 addrspace(2)* nocapture readonly %object, i32 %order, i32 %scope) #0 {
+define i64 @_Z23pocl_atomic_load__localPVU7CLlocalU7_Atomicl12memory_order12memory_scope(i64 * nocapture readonly %object, i32 %order, i32 %scope) #0 {
   switch i32 %order, label %3 [
     i32 0, label %.thread
     i32 1, label %.thread1
@@ -6115,15 +6115,15 @@ define i64 @_Z23pocl_atomic_load__localPVU7CLlocalU7_Atomicl12memory_order12memo
   ]
 
 .thread:                                          ; preds = %0, %0, %0
-  %1 = load atomic volatile i64, i64 addrspace(2)* %object monotonic, align 8
+  %1 = load atomic volatile i64, i64 * %object monotonic, align 8
   br label %5
 
 .thread1:                                         ; preds = %0
-  %2 = load atomic volatile i64, i64 addrspace(2)* %object acquire, align 8
+  %2 = load atomic volatile i64, i64 * %object acquire, align 8
   br label %5
 
 ; <label>:3                                       ; preds = %0
-  %4 = load atomic volatile i64, i64 addrspace(2)* %object seq_cst, align 8
+  %4 = load atomic volatile i64, i64 * %object seq_cst, align 8
   br label %5
 
 ; <label>:5                                       ; preds = %3, %.thread1, %.thread
@@ -6132,7 +6132,7 @@ define i64 @_Z23pocl_atomic_load__localPVU7CLlocalU7_Atomicl12memory_order12memo
 }
 
 ; Function Attrs: nounwind uwtable
-define i64 @_Z27pocl_atomic_exchange__localPVU7CLlocalU7_Atomicll12memory_order12memory_scope(i64 addrspace(2)* %object, i64 %desired, i32 %order, i32 %scope) #0 {
+define i64 @_Z27pocl_atomic_exchange__localPVU7CLlocalU7_Atomicll12memory_order12memory_scope(i64 * %object, i64 %desired, i32 %order, i32 %scope) #0 {
   switch i32 %order, label %6 [
     i32 0, label %.thread
     i32 1, label %.thread1
@@ -6141,23 +6141,23 @@ define i64 @_Z27pocl_atomic_exchange__localPVU7CLlocalU7_Atomicll12memory_order1
   ]
 
 .thread:                                          ; preds = %0
-  %1 = atomicrmw volatile xchg i64 addrspace(2)* %object, i64 %desired monotonic
+  %1 = atomicrmw volatile xchg i64 * %object, i64 %desired monotonic
   br label %8
 
 .thread1:                                         ; preds = %0
-  %2 = atomicrmw volatile xchg i64 addrspace(2)* %object, i64 %desired acquire
+  %2 = atomicrmw volatile xchg i64 * %object, i64 %desired acquire
   br label %8
 
 .thread2:                                         ; preds = %0
-  %3 = atomicrmw volatile xchg i64 addrspace(2)* %object, i64 %desired release
+  %3 = atomicrmw volatile xchg i64 * %object, i64 %desired release
   br label %8
 
 ; <label>:4                                       ; preds = %0
-  %5 = atomicrmw volatile xchg i64 addrspace(2)* %object, i64 %desired acq_rel
+  %5 = atomicrmw volatile xchg i64 * %object, i64 %desired acq_rel
   br label %8
 
 ; <label>:6                                       ; preds = %0
-  %7 = atomicrmw volatile xchg i64 addrspace(2)* %object, i64 %desired seq_cst
+  %7 = atomicrmw volatile xchg i64 * %object, i64 %desired seq_cst
   br label %8
 
 ; <label>:8                                       ; preds = %6, %4, %.thread2, %.thread1, %.thread
@@ -6166,7 +6166,7 @@ define i64 @_Z27pocl_atomic_exchange__localPVU7CLlocalU7_Atomicll12memory_order1
 }
 
 ; Function Attrs: nounwind uwtable
-define zeroext i1 @_Z42pocl_atomic_compare_exchange_strong__localPVU7CLlocalU7_AtomiclPll12memory_orderS3_12memory_scope(i64 addrspace(2)* %object, i64* nocapture %expected, i64 %desired, i32 %success, i32 %failure, i32 %scope) #0 {
+define zeroext i1 @_Z42pocl_atomic_compare_exchange_strong__localPVU7CLlocalU7_AtomiclPll12memory_orderS3_12memory_scope(i64 * %object, i64* nocapture %expected, i64 %desired, i32 %success, i32 %failure, i32 %scope) #0 {
   %1 = icmp eq i32 %success, 0
   br i1 %1, label %9, label %2
 
@@ -6237,7 +6237,7 @@ define zeroext i1 @_Z42pocl_atomic_compare_exchange_strong__localPVU7CLlocalU7_A
 
 ; <label>:28                                      ; preds = %19
   %29 = load i64, i64* %expected, align 8
-  %30 = cmpxchg volatile i64 addrspace(2)* %object, i64 %29, i64 %desired monotonic monotonic
+  %30 = cmpxchg volatile i64 * %object, i64 %29, i64 %desired monotonic monotonic
   %31 = extractvalue { i64, i1 } %30, 1
   br i1 %31, label %34, label %32
 
@@ -6251,12 +6251,12 @@ define zeroext i1 @_Z42pocl_atomic_compare_exchange_strong__localPVU7CLlocalU7_A
   br label %26
 
 ; <label>:36                                      ; preds = %21
-  %37 = cmpxchg volatile i64 addrspace(2)* %object, i64 %22, i64 %desired acquire monotonic
+  %37 = cmpxchg volatile i64 * %object, i64 %22, i64 %desired acquire monotonic
   %38 = extractvalue { i64, i1 } %37, 1
   br i1 %38, label %44, label %42
 
 ; <label>:39                                      ; preds = %21
-  %40 = cmpxchg volatile i64 addrspace(2)* %object, i64 %22, i64 %desired acquire acquire
+  %40 = cmpxchg volatile i64 * %object, i64 %22, i64 %desired acquire acquire
   %41 = extractvalue { i64, i1 } %40, 1
   br i1 %41, label %48, label %46
 
@@ -6280,7 +6280,7 @@ define zeroext i1 @_Z42pocl_atomic_compare_exchange_strong__localPVU7CLlocalU7_A
 
 ; <label>:50                                      ; preds = %19
   %51 = load i64, i64* %expected, align 8
-  %52 = cmpxchg volatile i64 addrspace(2)* %object, i64 %51, i64 %desired release monotonic
+  %52 = cmpxchg volatile i64 * %object, i64 %51, i64 %desired release monotonic
   %53 = extractvalue { i64, i1 } %52, 1
   br i1 %53, label %56, label %54
 
@@ -6294,12 +6294,12 @@ define zeroext i1 @_Z42pocl_atomic_compare_exchange_strong__localPVU7CLlocalU7_A
   br label %26
 
 ; <label>:58                                      ; preds = %23
-  %59 = cmpxchg volatile i64 addrspace(2)* %object, i64 %24, i64 %desired acq_rel monotonic
+  %59 = cmpxchg volatile i64 * %object, i64 %24, i64 %desired acq_rel monotonic
   %60 = extractvalue { i64, i1 } %59, 1
   br i1 %60, label %66, label %64
 
 ; <label>:61                                      ; preds = %23
-  %62 = cmpxchg volatile i64 addrspace(2)* %object, i64 %24, i64 %desired acq_rel acquire
+  %62 = cmpxchg volatile i64 * %object, i64 %24, i64 %desired acq_rel acquire
   %63 = extractvalue { i64, i1 } %62, 1
   br i1 %63, label %70, label %68
 
@@ -6323,19 +6323,19 @@ define zeroext i1 @_Z42pocl_atomic_compare_exchange_strong__localPVU7CLlocalU7_A
 
 ; <label>:72                                      ; preds = %25
   %73 = load i64, i64* %expected, align 8
-  %74 = cmpxchg volatile i64 addrspace(2)* %object, i64 %73, i64 %desired seq_cst monotonic
+  %74 = cmpxchg volatile i64 * %object, i64 %73, i64 %desired seq_cst monotonic
   %75 = extractvalue { i64, i1 } %74, 1
   br i1 %75, label %86, label %84
 
 ; <label>:76                                      ; preds = %25, %25
   %77 = load i64, i64* %expected, align 8
-  %78 = cmpxchg volatile i64 addrspace(2)* %object, i64 %77, i64 %desired seq_cst acquire
+  %78 = cmpxchg volatile i64 * %object, i64 %77, i64 %desired seq_cst acquire
   %79 = extractvalue { i64, i1 } %78, 1
   br i1 %79, label %90, label %88
 
 ; <label>:80                                      ; preds = %25
   %81 = load i64, i64* %expected, align 8
-  %82 = cmpxchg volatile i64 addrspace(2)* %object, i64 %81, i64 %desired seq_cst seq_cst
+  %82 = cmpxchg volatile i64 * %object, i64 %81, i64 %desired seq_cst seq_cst
   %83 = extractvalue { i64, i1 } %82, 1
   br i1 %83, label %94, label %92
 
@@ -6368,7 +6368,7 @@ define zeroext i1 @_Z42pocl_atomic_compare_exchange_strong__localPVU7CLlocalU7_A
 }
 
 ; Function Attrs: nounwind uwtable
-define zeroext i1 @_Z40pocl_atomic_compare_exchange_weak__localPVU7CLlocalU7_AtomiclPll12memory_orderS3_12memory_scope(i64 addrspace(2)* %object, i64* nocapture %expected, i64 %desired, i32 %success, i32 %failure, i32 %scope) #0 {
+define zeroext i1 @_Z40pocl_atomic_compare_exchange_weak__localPVU7CLlocalU7_AtomiclPll12memory_orderS3_12memory_scope(i64 * %object, i64* nocapture %expected, i64 %desired, i32 %success, i32 %failure, i32 %scope) #0 {
   %1 = icmp eq i32 %success, 0
   br i1 %1, label %9, label %2
 
@@ -6439,7 +6439,7 @@ define zeroext i1 @_Z40pocl_atomic_compare_exchange_weak__localPVU7CLlocalU7_Ato
 
 ; <label>:28                                      ; preds = %19
   %29 = load i64, i64* %expected, align 8
-  %30 = cmpxchg weak volatile i64 addrspace(2)* %object, i64 %29, i64 %desired monotonic monotonic
+  %30 = cmpxchg weak volatile i64 * %object, i64 %29, i64 %desired monotonic monotonic
   %31 = extractvalue { i64, i1 } %30, 1
   br i1 %31, label %34, label %32
 
@@ -6453,12 +6453,12 @@ define zeroext i1 @_Z40pocl_atomic_compare_exchange_weak__localPVU7CLlocalU7_Ato
   br label %26
 
 ; <label>:36                                      ; preds = %21
-  %37 = cmpxchg weak volatile i64 addrspace(2)* %object, i64 %22, i64 %desired acquire monotonic
+  %37 = cmpxchg weak volatile i64 * %object, i64 %22, i64 %desired acquire monotonic
   %38 = extractvalue { i64, i1 } %37, 1
   br i1 %38, label %44, label %42
 
 ; <label>:39                                      ; preds = %21
-  %40 = cmpxchg weak volatile i64 addrspace(2)* %object, i64 %22, i64 %desired acquire acquire
+  %40 = cmpxchg weak volatile i64 * %object, i64 %22, i64 %desired acquire acquire
   %41 = extractvalue { i64, i1 } %40, 1
   br i1 %41, label %48, label %46
 
@@ -6482,7 +6482,7 @@ define zeroext i1 @_Z40pocl_atomic_compare_exchange_weak__localPVU7CLlocalU7_Ato
 
 ; <label>:50                                      ; preds = %19
   %51 = load i64, i64* %expected, align 8
-  %52 = cmpxchg weak volatile i64 addrspace(2)* %object, i64 %51, i64 %desired release monotonic
+  %52 = cmpxchg weak volatile i64 * %object, i64 %51, i64 %desired release monotonic
   %53 = extractvalue { i64, i1 } %52, 1
   br i1 %53, label %56, label %54
 
@@ -6496,12 +6496,12 @@ define zeroext i1 @_Z40pocl_atomic_compare_exchange_weak__localPVU7CLlocalU7_Ato
   br label %26
 
 ; <label>:58                                      ; preds = %23
-  %59 = cmpxchg weak volatile i64 addrspace(2)* %object, i64 %24, i64 %desired acq_rel monotonic
+  %59 = cmpxchg weak volatile i64 * %object, i64 %24, i64 %desired acq_rel monotonic
   %60 = extractvalue { i64, i1 } %59, 1
   br i1 %60, label %66, label %64
 
 ; <label>:61                                      ; preds = %23
-  %62 = cmpxchg weak volatile i64 addrspace(2)* %object, i64 %24, i64 %desired acq_rel acquire
+  %62 = cmpxchg weak volatile i64 * %object, i64 %24, i64 %desired acq_rel acquire
   %63 = extractvalue { i64, i1 } %62, 1
   br i1 %63, label %70, label %68
 
@@ -6525,19 +6525,19 @@ define zeroext i1 @_Z40pocl_atomic_compare_exchange_weak__localPVU7CLlocalU7_Ato
 
 ; <label>:72                                      ; preds = %25
   %73 = load i64, i64* %expected, align 8
-  %74 = cmpxchg weak volatile i64 addrspace(2)* %object, i64 %73, i64 %desired seq_cst monotonic
+  %74 = cmpxchg weak volatile i64 * %object, i64 %73, i64 %desired seq_cst monotonic
   %75 = extractvalue { i64, i1 } %74, 1
   br i1 %75, label %86, label %84
 
 ; <label>:76                                      ; preds = %25, %25
   %77 = load i64, i64* %expected, align 8
-  %78 = cmpxchg weak volatile i64 addrspace(2)* %object, i64 %77, i64 %desired seq_cst acquire
+  %78 = cmpxchg weak volatile i64 * %object, i64 %77, i64 %desired seq_cst acquire
   %79 = extractvalue { i64, i1 } %78, 1
   br i1 %79, label %90, label %88
 
 ; <label>:80                                      ; preds = %25
   %81 = load i64, i64* %expected, align 8
-  %82 = cmpxchg weak volatile i64 addrspace(2)* %object, i64 %81, i64 %desired seq_cst seq_cst
+  %82 = cmpxchg weak volatile i64 * %object, i64 %81, i64 %desired seq_cst seq_cst
   %83 = extractvalue { i64, i1 } %82, 1
   br i1 %83, label %94, label %92
 
@@ -6570,7 +6570,7 @@ define zeroext i1 @_Z40pocl_atomic_compare_exchange_weak__localPVU7CLlocalU7_Ato
 }
 
 ; Function Attrs: nounwind uwtable
-define i64 @_Z28pocl_atomic_fetch_add__localPVU7CLlocalU7_Atomicll12memory_order12memory_scope(i64 addrspace(2)* %object, i64 %operand, i32 %order, i32 %scope) #0 {
+define i64 @_Z28pocl_atomic_fetch_add__localPVU7CLlocalU7_Atomicll12memory_order12memory_scope(i64 * %object, i64 %operand, i32 %order, i32 %scope) #0 {
   switch i32 %order, label %6 [
     i32 0, label %.thread
     i32 1, label %.thread1
@@ -6579,23 +6579,23 @@ define i64 @_Z28pocl_atomic_fetch_add__localPVU7CLlocalU7_Atomicll12memory_order
   ]
 
 .thread:                                          ; preds = %0
-  %1 = atomicrmw volatile add i64 addrspace(2)* %object, i64 %operand monotonic
+  %1 = atomicrmw volatile add i64 * %object, i64 %operand monotonic
   br label %8
 
 .thread1:                                         ; preds = %0
-  %2 = atomicrmw volatile add i64 addrspace(2)* %object, i64 %operand acquire
+  %2 = atomicrmw volatile add i64 * %object, i64 %operand acquire
   br label %8
 
 .thread2:                                         ; preds = %0
-  %3 = atomicrmw volatile add i64 addrspace(2)* %object, i64 %operand release
+  %3 = atomicrmw volatile add i64 * %object, i64 %operand release
   br label %8
 
 ; <label>:4                                       ; preds = %0
-  %5 = atomicrmw volatile add i64 addrspace(2)* %object, i64 %operand acq_rel
+  %5 = atomicrmw volatile add i64 * %object, i64 %operand acq_rel
   br label %8
 
 ; <label>:6                                       ; preds = %0
-  %7 = atomicrmw volatile add i64 addrspace(2)* %object, i64 %operand seq_cst
+  %7 = atomicrmw volatile add i64 * %object, i64 %operand seq_cst
   br label %8
 
 ; <label>:8                                       ; preds = %6, %4, %.thread2, %.thread1, %.thread
@@ -6604,7 +6604,7 @@ define i64 @_Z28pocl_atomic_fetch_add__localPVU7CLlocalU7_Atomicll12memory_order
 }
 
 ; Function Attrs: nounwind uwtable
-define i64 @_Z28pocl_atomic_fetch_sub__localPVU7CLlocalU7_Atomicll12memory_order12memory_scope(i64 addrspace(2)* %object, i64 %operand, i32 %order, i32 %scope) #0 {
+define i64 @_Z28pocl_atomic_fetch_sub__localPVU7CLlocalU7_Atomicll12memory_order12memory_scope(i64 * %object, i64 %operand, i32 %order, i32 %scope) #0 {
   switch i32 %order, label %6 [
     i32 0, label %.thread
     i32 1, label %.thread1
@@ -6613,23 +6613,23 @@ define i64 @_Z28pocl_atomic_fetch_sub__localPVU7CLlocalU7_Atomicll12memory_order
   ]
 
 .thread:                                          ; preds = %0
-  %1 = atomicrmw volatile sub i64 addrspace(2)* %object, i64 %operand monotonic
+  %1 = atomicrmw volatile sub i64 * %object, i64 %operand monotonic
   br label %8
 
 .thread1:                                         ; preds = %0
-  %2 = atomicrmw volatile sub i64 addrspace(2)* %object, i64 %operand acquire
+  %2 = atomicrmw volatile sub i64 * %object, i64 %operand acquire
   br label %8
 
 .thread2:                                         ; preds = %0
-  %3 = atomicrmw volatile sub i64 addrspace(2)* %object, i64 %operand release
+  %3 = atomicrmw volatile sub i64 * %object, i64 %operand release
   br label %8
 
 ; <label>:4                                       ; preds = %0
-  %5 = atomicrmw volatile sub i64 addrspace(2)* %object, i64 %operand acq_rel
+  %5 = atomicrmw volatile sub i64 * %object, i64 %operand acq_rel
   br label %8
 
 ; <label>:6                                       ; preds = %0
-  %7 = atomicrmw volatile sub i64 addrspace(2)* %object, i64 %operand seq_cst
+  %7 = atomicrmw volatile sub i64 * %object, i64 %operand seq_cst
   br label %8
 
 ; <label>:8                                       ; preds = %6, %4, %.thread2, %.thread1, %.thread
@@ -6638,7 +6638,7 @@ define i64 @_Z28pocl_atomic_fetch_sub__localPVU7CLlocalU7_Atomicll12memory_order
 }
 
 ; Function Attrs: nounwind uwtable
-define i64 @_Z27pocl_atomic_fetch_or__localPVU7CLlocalU7_Atomicll12memory_order12memory_scope(i64 addrspace(2)* %object, i64 %operand, i32 %order, i32 %scope) #0 {
+define i64 @_Z27pocl_atomic_fetch_or__localPVU7CLlocalU7_Atomicll12memory_order12memory_scope(i64 * %object, i64 %operand, i32 %order, i32 %scope) #0 {
   switch i32 %order, label %6 [
     i32 0, label %.thread
     i32 1, label %.thread1
@@ -6647,23 +6647,23 @@ define i64 @_Z27pocl_atomic_fetch_or__localPVU7CLlocalU7_Atomicll12memory_order1
   ]
 
 .thread:                                          ; preds = %0
-  %1 = atomicrmw volatile or i64 addrspace(2)* %object, i64 %operand monotonic
+  %1 = atomicrmw volatile or i64 * %object, i64 %operand monotonic
   br label %8
 
 .thread1:                                         ; preds = %0
-  %2 = atomicrmw volatile or i64 addrspace(2)* %object, i64 %operand acquire
+  %2 = atomicrmw volatile or i64 * %object, i64 %operand acquire
   br label %8
 
 .thread2:                                         ; preds = %0
-  %3 = atomicrmw volatile or i64 addrspace(2)* %object, i64 %operand release
+  %3 = atomicrmw volatile or i64 * %object, i64 %operand release
   br label %8
 
 ; <label>:4                                       ; preds = %0
-  %5 = atomicrmw volatile or i64 addrspace(2)* %object, i64 %operand acq_rel
+  %5 = atomicrmw volatile or i64 * %object, i64 %operand acq_rel
   br label %8
 
 ; <label>:6                                       ; preds = %0
-  %7 = atomicrmw volatile or i64 addrspace(2)* %object, i64 %operand seq_cst
+  %7 = atomicrmw volatile or i64 * %object, i64 %operand seq_cst
   br label %8
 
 ; <label>:8                                       ; preds = %6, %4, %.thread2, %.thread1, %.thread
@@ -6672,7 +6672,7 @@ define i64 @_Z27pocl_atomic_fetch_or__localPVU7CLlocalU7_Atomicll12memory_order1
 }
 
 ; Function Attrs: nounwind uwtable
-define i64 @_Z28pocl_atomic_fetch_xor__localPVU7CLlocalU7_Atomicll12memory_order12memory_scope(i64 addrspace(2)* %object, i64 %operand, i32 %order, i32 %scope) #0 {
+define i64 @_Z28pocl_atomic_fetch_xor__localPVU7CLlocalU7_Atomicll12memory_order12memory_scope(i64 * %object, i64 %operand, i32 %order, i32 %scope) #0 {
   switch i32 %order, label %6 [
     i32 0, label %.thread
     i32 1, label %.thread1
@@ -6681,23 +6681,23 @@ define i64 @_Z28pocl_atomic_fetch_xor__localPVU7CLlocalU7_Atomicll12memory_order
   ]
 
 .thread:                                          ; preds = %0
-  %1 = atomicrmw volatile xor i64 addrspace(2)* %object, i64 %operand monotonic
+  %1 = atomicrmw volatile xor i64 * %object, i64 %operand monotonic
   br label %8
 
 .thread1:                                         ; preds = %0
-  %2 = atomicrmw volatile xor i64 addrspace(2)* %object, i64 %operand acquire
+  %2 = atomicrmw volatile xor i64 * %object, i64 %operand acquire
   br label %8
 
 .thread2:                                         ; preds = %0
-  %3 = atomicrmw volatile xor i64 addrspace(2)* %object, i64 %operand release
+  %3 = atomicrmw volatile xor i64 * %object, i64 %operand release
   br label %8
 
 ; <label>:4                                       ; preds = %0
-  %5 = atomicrmw volatile xor i64 addrspace(2)* %object, i64 %operand acq_rel
+  %5 = atomicrmw volatile xor i64 * %object, i64 %operand acq_rel
   br label %8
 
 ; <label>:6                                       ; preds = %0
-  %7 = atomicrmw volatile xor i64 addrspace(2)* %object, i64 %operand seq_cst
+  %7 = atomicrmw volatile xor i64 * %object, i64 %operand seq_cst
   br label %8
 
 ; <label>:8                                       ; preds = %6, %4, %.thread2, %.thread1, %.thread
@@ -6706,7 +6706,7 @@ define i64 @_Z28pocl_atomic_fetch_xor__localPVU7CLlocalU7_Atomicll12memory_order
 }
 
 ; Function Attrs: nounwind uwtable
-define i64 @_Z28pocl_atomic_fetch_and__localPVU7CLlocalU7_Atomicll12memory_order12memory_scope(i64 addrspace(2)* %object, i64 %operand, i32 %order, i32 %scope) #0 {
+define i64 @_Z28pocl_atomic_fetch_and__localPVU7CLlocalU7_Atomicll12memory_order12memory_scope(i64 * %object, i64 %operand, i32 %order, i32 %scope) #0 {
   switch i32 %order, label %6 [
     i32 0, label %.thread
     i32 1, label %.thread1
@@ -6715,23 +6715,23 @@ define i64 @_Z28pocl_atomic_fetch_and__localPVU7CLlocalU7_Atomicll12memory_order
   ]
 
 .thread:                                          ; preds = %0
-  %1 = atomicrmw volatile and i64 addrspace(2)* %object, i64 %operand monotonic
+  %1 = atomicrmw volatile and i64 * %object, i64 %operand monotonic
   br label %8
 
 .thread1:                                         ; preds = %0
-  %2 = atomicrmw volatile and i64 addrspace(2)* %object, i64 %operand acquire
+  %2 = atomicrmw volatile and i64 * %object, i64 %operand acquire
   br label %8
 
 .thread2:                                         ; preds = %0
-  %3 = atomicrmw volatile and i64 addrspace(2)* %object, i64 %operand release
+  %3 = atomicrmw volatile and i64 * %object, i64 %operand release
   br label %8
 
 ; <label>:4                                       ; preds = %0
-  %5 = atomicrmw volatile and i64 addrspace(2)* %object, i64 %operand acq_rel
+  %5 = atomicrmw volatile and i64 * %object, i64 %operand acq_rel
   br label %8
 
 ; <label>:6                                       ; preds = %0
-  %7 = atomicrmw volatile and i64 addrspace(2)* %object, i64 %operand seq_cst
+  %7 = atomicrmw volatile and i64 * %object, i64 %operand seq_cst
   br label %8
 
 ; <label>:8                                       ; preds = %6, %4, %.thread2, %.thread1, %.thread
@@ -6740,7 +6740,7 @@ define i64 @_Z28pocl_atomic_fetch_and__localPVU7CLlocalU7_Atomicll12memory_order
 }
 
 ; Function Attrs: noreturn nounwind uwtable
-define i64 @_Z28pocl_atomic_fetch_min__localPVU7CLlocalU7_Atomicll12memory_order12memory_scope(i64 addrspace(2)* nocapture readnone %object, i64 %operand, i32 %order, i32 %scope) #1 {
+define i64 @_Z28pocl_atomic_fetch_min__localPVU7CLlocalU7_Atomicll12memory_order12memory_scope(i64 * nocapture readnone %object, i64 %operand, i32 %order, i32 %scope) #1 {
   switch i32 %order, label %6 [
     i32 0, label %.thread
     i32 1, label %.thread1
@@ -6749,23 +6749,23 @@ define i64 @_Z28pocl_atomic_fetch_min__localPVU7CLlocalU7_Atomicll12memory_order
   ]
 
 .thread:                                          ; preds = %0
-  %1 = atomicrmw volatile min i64 addrspace(2)* %object, i64 %operand monotonic
+  %1 = atomicrmw volatile min i64 * %object, i64 %operand monotonic
   br label %8
 
 .thread1:                                         ; preds = %0
-  %2 = atomicrmw volatile min i64 addrspace(2)* %object, i64 %operand acquire
+  %2 = atomicrmw volatile min i64 * %object, i64 %operand acquire
   br label %8
 
 .thread2:                                         ; preds = %0
-  %3 = atomicrmw volatile min i64 addrspace(2)* %object, i64 %operand release
+  %3 = atomicrmw volatile min i64 * %object, i64 %operand release
   br label %8
 
 ; <label>:4                                       ; preds = %0
-  %5 = atomicrmw volatile min i64 addrspace(2)* %object, i64 %operand acq_rel
+  %5 = atomicrmw volatile min i64 * %object, i64 %operand acq_rel
   br label %8
 
 ; <label>:6                                       ; preds = %0
-  %7 = atomicrmw volatile min i64 addrspace(2)* %object, i64 %operand seq_cst
+  %7 = atomicrmw volatile min i64 * %object, i64 %operand seq_cst
   br label %8
 
 ; <label>:8                                       ; preds = %6, %4, %.thread2, %.thread1, %.thread
@@ -6774,7 +6774,7 @@ define i64 @_Z28pocl_atomic_fetch_min__localPVU7CLlocalU7_Atomicll12memory_order
 }
 
 ; Function Attrs: noreturn nounwind uwtable
-define i64 @_Z28pocl_atomic_fetch_max__localPVU7CLlocalU7_Atomicll12memory_order12memory_scope(i64 addrspace(2)* nocapture readnone %object, i64 %operand, i32 %order, i32 %scope) #1 {
+define i64 @_Z28pocl_atomic_fetch_max__localPVU7CLlocalU7_Atomicll12memory_order12memory_scope(i64 * nocapture readnone %object, i64 %operand, i32 %order, i32 %scope) #1 {
   switch i32 %order, label %6 [
     i32 0, label %.thread
     i32 1, label %.thread1
@@ -6783,23 +6783,23 @@ define i64 @_Z28pocl_atomic_fetch_max__localPVU7CLlocalU7_Atomicll12memory_order
   ]
 
 .thread:                                          ; preds = %0
-  %1 = atomicrmw volatile max i64 addrspace(2)* %object, i64 %operand monotonic
+  %1 = atomicrmw volatile max i64 * %object, i64 %operand monotonic
   br label %8
 
 .thread1:                                         ; preds = %0
-  %2 = atomicrmw volatile max i64 addrspace(2)* %object, i64 %operand acquire
+  %2 = atomicrmw volatile max i64 * %object, i64 %operand acquire
   br label %8
 
 .thread2:                                         ; preds = %0
-  %3 = atomicrmw volatile max i64 addrspace(2)* %object, i64 %operand release
+  %3 = atomicrmw volatile max i64 * %object, i64 %operand release
   br label %8
 
 ; <label>:4                                       ; preds = %0
-  %5 = atomicrmw volatile max i64 addrspace(2)* %object, i64 %operand acq_rel
+  %5 = atomicrmw volatile max i64 * %object, i64 %operand acq_rel
   br label %8
 
 ; <label>:6                                       ; preds = %0
-  %7 = atomicrmw volatile max i64 addrspace(2)* %object, i64 %operand seq_cst
+  %7 = atomicrmw volatile max i64 * %object, i64 %operand seq_cst
   br label %8
 
 ; <label>:8                                       ; preds = %6, %4, %.thread2, %.thread1, %.thread
@@ -6808,7 +6808,7 @@ define i64 @_Z28pocl_atomic_fetch_max__localPVU7CLlocalU7_Atomicll12memory_order
 }
 
 ; Function Attrs: nounwind uwtable
-define void @_Z24pocl_atomic_store__localPVU7CLlocalU7_Atomicmm12memory_order12memory_scope(i64 addrspace(2)* nocapture %object, i64 %desired, i32 %order, i32 %scope) #0 {
+define void @_Z24pocl_atomic_store__localPVU7CLlocalU7_Atomicmm12memory_order12memory_scope(i64 * nocapture %object, i64 %desired, i32 %order, i32 %scope) #0 {
   switch i32 %order, label %1 [
     i32 0, label %.thread
     i32 1, label %.thread
@@ -6817,15 +6817,15 @@ define void @_Z24pocl_atomic_store__localPVU7CLlocalU7_Atomicmm12memory_order12m
   ]
 
 .thread:                                          ; preds = %0, %0, %0
-  store atomic volatile i64 %desired, i64 addrspace(2)* %object monotonic, align 8
+  store atomic volatile i64 %desired, i64 * %object monotonic, align 8
   br label %2
 
 .thread1:                                         ; preds = %0
-  store atomic volatile i64 %desired, i64 addrspace(2)* %object release, align 8
+  store atomic volatile i64 %desired, i64 * %object release, align 8
   br label %2
 
 ; <label>:1                                       ; preds = %0
-  store atomic volatile i64 %desired, i64 addrspace(2)* %object seq_cst, align 8
+  store atomic volatile i64 %desired, i64 * %object seq_cst, align 8
   br label %2
 
 ; <label>:2                                       ; preds = %1, %.thread1, %.thread
@@ -6833,7 +6833,7 @@ define void @_Z24pocl_atomic_store__localPVU7CLlocalU7_Atomicmm12memory_order12m
 }
 
 ; Function Attrs: nounwind uwtable
-define i64 @_Z23pocl_atomic_load__localPVU7CLlocalU7_Atomicm12memory_order12memory_scope(i64 addrspace(2)* nocapture readonly %object, i32 %order, i32 %scope) #0 {
+define i64 @_Z23pocl_atomic_load__localPVU7CLlocalU7_Atomicm12memory_order12memory_scope(i64 * nocapture readonly %object, i32 %order, i32 %scope) #0 {
   switch i32 %order, label %3 [
     i32 0, label %.thread
     i32 1, label %.thread1
@@ -6842,15 +6842,15 @@ define i64 @_Z23pocl_atomic_load__localPVU7CLlocalU7_Atomicm12memory_order12memo
   ]
 
 .thread:                                          ; preds = %0, %0, %0
-  %1 = load atomic volatile i64, i64 addrspace(2)* %object monotonic, align 8
+  %1 = load atomic volatile i64, i64 * %object monotonic, align 8
   br label %5
 
 .thread1:                                         ; preds = %0
-  %2 = load atomic volatile i64, i64 addrspace(2)* %object acquire, align 8
+  %2 = load atomic volatile i64, i64 * %object acquire, align 8
   br label %5
 
 ; <label>:3                                       ; preds = %0
-  %4 = load atomic volatile i64, i64 addrspace(2)* %object seq_cst, align 8
+  %4 = load atomic volatile i64, i64 * %object seq_cst, align 8
   br label %5
 
 ; <label>:5                                       ; preds = %3, %.thread1, %.thread
@@ -6859,7 +6859,7 @@ define i64 @_Z23pocl_atomic_load__localPVU7CLlocalU7_Atomicm12memory_order12memo
 }
 
 ; Function Attrs: nounwind uwtable
-define i64 @_Z27pocl_atomic_exchange__localPVU7CLlocalU7_Atomicmm12memory_order12memory_scope(i64 addrspace(2)* %object, i64 %desired, i32 %order, i32 %scope) #0 {
+define i64 @_Z27pocl_atomic_exchange__localPVU7CLlocalU7_Atomicmm12memory_order12memory_scope(i64 * %object, i64 %desired, i32 %order, i32 %scope) #0 {
   switch i32 %order, label %6 [
     i32 0, label %.thread
     i32 1, label %.thread1
@@ -6868,23 +6868,23 @@ define i64 @_Z27pocl_atomic_exchange__localPVU7CLlocalU7_Atomicmm12memory_order1
   ]
 
 .thread:                                          ; preds = %0
-  %1 = atomicrmw volatile xchg i64 addrspace(2)* %object, i64 %desired monotonic
+  %1 = atomicrmw volatile xchg i64 * %object, i64 %desired monotonic
   br label %8
 
 .thread1:                                         ; preds = %0
-  %2 = atomicrmw volatile xchg i64 addrspace(2)* %object, i64 %desired acquire
+  %2 = atomicrmw volatile xchg i64 * %object, i64 %desired acquire
   br label %8
 
 .thread2:                                         ; preds = %0
-  %3 = atomicrmw volatile xchg i64 addrspace(2)* %object, i64 %desired release
+  %3 = atomicrmw volatile xchg i64 * %object, i64 %desired release
   br label %8
 
 ; <label>:4                                       ; preds = %0
-  %5 = atomicrmw volatile xchg i64 addrspace(2)* %object, i64 %desired acq_rel
+  %5 = atomicrmw volatile xchg i64 * %object, i64 %desired acq_rel
   br label %8
 
 ; <label>:6                                       ; preds = %0
-  %7 = atomicrmw volatile xchg i64 addrspace(2)* %object, i64 %desired seq_cst
+  %7 = atomicrmw volatile xchg i64 * %object, i64 %desired seq_cst
   br label %8
 
 ; <label>:8                                       ; preds = %6, %4, %.thread2, %.thread1, %.thread
@@ -6893,7 +6893,7 @@ define i64 @_Z27pocl_atomic_exchange__localPVU7CLlocalU7_Atomicmm12memory_order1
 }
 
 ; Function Attrs: nounwind uwtable
-define zeroext i1 @_Z42pocl_atomic_compare_exchange_strong__localPVU7CLlocalU7_AtomicmPmm12memory_orderS3_12memory_scope(i64 addrspace(2)* %object, i64* nocapture %expected, i64 %desired, i32 %success, i32 %failure, i32 %scope) #0 {
+define zeroext i1 @_Z42pocl_atomic_compare_exchange_strong__localPVU7CLlocalU7_AtomicmPmm12memory_orderS3_12memory_scope(i64 * %object, i64* nocapture %expected, i64 %desired, i32 %success, i32 %failure, i32 %scope) #0 {
   %1 = icmp eq i32 %success, 0
   br i1 %1, label %9, label %2
 
@@ -6964,7 +6964,7 @@ define zeroext i1 @_Z42pocl_atomic_compare_exchange_strong__localPVU7CLlocalU7_A
 
 ; <label>:28                                      ; preds = %19
   %29 = load i64, i64* %expected, align 8
-  %30 = cmpxchg volatile i64 addrspace(2)* %object, i64 %29, i64 %desired monotonic monotonic
+  %30 = cmpxchg volatile i64 * %object, i64 %29, i64 %desired monotonic monotonic
   %31 = extractvalue { i64, i1 } %30, 1
   br i1 %31, label %34, label %32
 
@@ -6978,12 +6978,12 @@ define zeroext i1 @_Z42pocl_atomic_compare_exchange_strong__localPVU7CLlocalU7_A
   br label %26
 
 ; <label>:36                                      ; preds = %21
-  %37 = cmpxchg volatile i64 addrspace(2)* %object, i64 %22, i64 %desired acquire monotonic
+  %37 = cmpxchg volatile i64 * %object, i64 %22, i64 %desired acquire monotonic
   %38 = extractvalue { i64, i1 } %37, 1
   br i1 %38, label %44, label %42
 
 ; <label>:39                                      ; preds = %21
-  %40 = cmpxchg volatile i64 addrspace(2)* %object, i64 %22, i64 %desired acquire acquire
+  %40 = cmpxchg volatile i64 * %object, i64 %22, i64 %desired acquire acquire
   %41 = extractvalue { i64, i1 } %40, 1
   br i1 %41, label %48, label %46
 
@@ -7007,7 +7007,7 @@ define zeroext i1 @_Z42pocl_atomic_compare_exchange_strong__localPVU7CLlocalU7_A
 
 ; <label>:50                                      ; preds = %19
   %51 = load i64, i64* %expected, align 8
-  %52 = cmpxchg volatile i64 addrspace(2)* %object, i64 %51, i64 %desired release monotonic
+  %52 = cmpxchg volatile i64 * %object, i64 %51, i64 %desired release monotonic
   %53 = extractvalue { i64, i1 } %52, 1
   br i1 %53, label %56, label %54
 
@@ -7021,12 +7021,12 @@ define zeroext i1 @_Z42pocl_atomic_compare_exchange_strong__localPVU7CLlocalU7_A
   br label %26
 
 ; <label>:58                                      ; preds = %23
-  %59 = cmpxchg volatile i64 addrspace(2)* %object, i64 %24, i64 %desired acq_rel monotonic
+  %59 = cmpxchg volatile i64 * %object, i64 %24, i64 %desired acq_rel monotonic
   %60 = extractvalue { i64, i1 } %59, 1
   br i1 %60, label %66, label %64
 
 ; <label>:61                                      ; preds = %23
-  %62 = cmpxchg volatile i64 addrspace(2)* %object, i64 %24, i64 %desired acq_rel acquire
+  %62 = cmpxchg volatile i64 * %object, i64 %24, i64 %desired acq_rel acquire
   %63 = extractvalue { i64, i1 } %62, 1
   br i1 %63, label %70, label %68
 
@@ -7050,19 +7050,19 @@ define zeroext i1 @_Z42pocl_atomic_compare_exchange_strong__localPVU7CLlocalU7_A
 
 ; <label>:72                                      ; preds = %25
   %73 = load i64, i64* %expected, align 8
-  %74 = cmpxchg volatile i64 addrspace(2)* %object, i64 %73, i64 %desired seq_cst monotonic
+  %74 = cmpxchg volatile i64 * %object, i64 %73, i64 %desired seq_cst monotonic
   %75 = extractvalue { i64, i1 } %74, 1
   br i1 %75, label %86, label %84
 
 ; <label>:76                                      ; preds = %25, %25
   %77 = load i64, i64* %expected, align 8
-  %78 = cmpxchg volatile i64 addrspace(2)* %object, i64 %77, i64 %desired seq_cst acquire
+  %78 = cmpxchg volatile i64 * %object, i64 %77, i64 %desired seq_cst acquire
   %79 = extractvalue { i64, i1 } %78, 1
   br i1 %79, label %90, label %88
 
 ; <label>:80                                      ; preds = %25
   %81 = load i64, i64* %expected, align 8
-  %82 = cmpxchg volatile i64 addrspace(2)* %object, i64 %81, i64 %desired seq_cst seq_cst
+  %82 = cmpxchg volatile i64 * %object, i64 %81, i64 %desired seq_cst seq_cst
   %83 = extractvalue { i64, i1 } %82, 1
   br i1 %83, label %94, label %92
 
@@ -7095,7 +7095,7 @@ define zeroext i1 @_Z42pocl_atomic_compare_exchange_strong__localPVU7CLlocalU7_A
 }
 
 ; Function Attrs: nounwind uwtable
-define zeroext i1 @_Z40pocl_atomic_compare_exchange_weak__localPVU7CLlocalU7_AtomicmPmm12memory_orderS3_12memory_scope(i64 addrspace(2)* %object, i64* nocapture %expected, i64 %desired, i32 %success, i32 %failure, i32 %scope) #0 {
+define zeroext i1 @_Z40pocl_atomic_compare_exchange_weak__localPVU7CLlocalU7_AtomicmPmm12memory_orderS3_12memory_scope(i64 * %object, i64* nocapture %expected, i64 %desired, i32 %success, i32 %failure, i32 %scope) #0 {
   %1 = icmp eq i32 %success, 0
   br i1 %1, label %9, label %2
 
@@ -7166,7 +7166,7 @@ define zeroext i1 @_Z40pocl_atomic_compare_exchange_weak__localPVU7CLlocalU7_Ato
 
 ; <label>:28                                      ; preds = %19
   %29 = load i64, i64* %expected, align 8
-  %30 = cmpxchg weak volatile i64 addrspace(2)* %object, i64 %29, i64 %desired monotonic monotonic
+  %30 = cmpxchg weak volatile i64 * %object, i64 %29, i64 %desired monotonic monotonic
   %31 = extractvalue { i64, i1 } %30, 1
   br i1 %31, label %34, label %32
 
@@ -7180,12 +7180,12 @@ define zeroext i1 @_Z40pocl_atomic_compare_exchange_weak__localPVU7CLlocalU7_Ato
   br label %26
 
 ; <label>:36                                      ; preds = %21
-  %37 = cmpxchg weak volatile i64 addrspace(2)* %object, i64 %22, i64 %desired acquire monotonic
+  %37 = cmpxchg weak volatile i64 * %object, i64 %22, i64 %desired acquire monotonic
   %38 = extractvalue { i64, i1 } %37, 1
   br i1 %38, label %44, label %42
 
 ; <label>:39                                      ; preds = %21
-  %40 = cmpxchg weak volatile i64 addrspace(2)* %object, i64 %22, i64 %desired acquire acquire
+  %40 = cmpxchg weak volatile i64 * %object, i64 %22, i64 %desired acquire acquire
   %41 = extractvalue { i64, i1 } %40, 1
   br i1 %41, label %48, label %46
 
@@ -7209,7 +7209,7 @@ define zeroext i1 @_Z40pocl_atomic_compare_exchange_weak__localPVU7CLlocalU7_Ato
 
 ; <label>:50                                      ; preds = %19
   %51 = load i64, i64* %expected, align 8
-  %52 = cmpxchg weak volatile i64 addrspace(2)* %object, i64 %51, i64 %desired release monotonic
+  %52 = cmpxchg weak volatile i64 * %object, i64 %51, i64 %desired release monotonic
   %53 = extractvalue { i64, i1 } %52, 1
   br i1 %53, label %56, label %54
 
@@ -7223,12 +7223,12 @@ define zeroext i1 @_Z40pocl_atomic_compare_exchange_weak__localPVU7CLlocalU7_Ato
   br label %26
 
 ; <label>:58                                      ; preds = %23
-  %59 = cmpxchg weak volatile i64 addrspace(2)* %object, i64 %24, i64 %desired acq_rel monotonic
+  %59 = cmpxchg weak volatile i64 * %object, i64 %24, i64 %desired acq_rel monotonic
   %60 = extractvalue { i64, i1 } %59, 1
   br i1 %60, label %66, label %64
 
 ; <label>:61                                      ; preds = %23
-  %62 = cmpxchg weak volatile i64 addrspace(2)* %object, i64 %24, i64 %desired acq_rel acquire
+  %62 = cmpxchg weak volatile i64 * %object, i64 %24, i64 %desired acq_rel acquire
   %63 = extractvalue { i64, i1 } %62, 1
   br i1 %63, label %70, label %68
 
@@ -7252,19 +7252,19 @@ define zeroext i1 @_Z40pocl_atomic_compare_exchange_weak__localPVU7CLlocalU7_Ato
 
 ; <label>:72                                      ; preds = %25
   %73 = load i64, i64* %expected, align 8
-  %74 = cmpxchg weak volatile i64 addrspace(2)* %object, i64 %73, i64 %desired seq_cst monotonic
+  %74 = cmpxchg weak volatile i64 * %object, i64 %73, i64 %desired seq_cst monotonic
   %75 = extractvalue { i64, i1 } %74, 1
   br i1 %75, label %86, label %84
 
 ; <label>:76                                      ; preds = %25, %25
   %77 = load i64, i64* %expected, align 8
-  %78 = cmpxchg weak volatile i64 addrspace(2)* %object, i64 %77, i64 %desired seq_cst acquire
+  %78 = cmpxchg weak volatile i64 * %object, i64 %77, i64 %desired seq_cst acquire
   %79 = extractvalue { i64, i1 } %78, 1
   br i1 %79, label %90, label %88
 
 ; <label>:80                                      ; preds = %25
   %81 = load i64, i64* %expected, align 8
-  %82 = cmpxchg weak volatile i64 addrspace(2)* %object, i64 %81, i64 %desired seq_cst seq_cst
+  %82 = cmpxchg weak volatile i64 * %object, i64 %81, i64 %desired seq_cst seq_cst
   %83 = extractvalue { i64, i1 } %82, 1
   br i1 %83, label %94, label %92
 
@@ -7297,7 +7297,7 @@ define zeroext i1 @_Z40pocl_atomic_compare_exchange_weak__localPVU7CLlocalU7_Ato
 }
 
 ; Function Attrs: nounwind uwtable
-define i64 @_Z28pocl_atomic_fetch_add__localPVU7CLlocalU7_Atomicmm12memory_order12memory_scope(i64 addrspace(2)* %object, i64 %operand, i32 %order, i32 %scope) #0 {
+define i64 @_Z28pocl_atomic_fetch_add__localPVU7CLlocalU7_Atomicmm12memory_order12memory_scope(i64 * %object, i64 %operand, i32 %order, i32 %scope) #0 {
   switch i32 %order, label %6 [
     i32 0, label %.thread
     i32 1, label %.thread1
@@ -7306,23 +7306,23 @@ define i64 @_Z28pocl_atomic_fetch_add__localPVU7CLlocalU7_Atomicmm12memory_order
   ]
 
 .thread:                                          ; preds = %0
-  %1 = atomicrmw volatile add i64 addrspace(2)* %object, i64 %operand monotonic
+  %1 = atomicrmw volatile add i64 * %object, i64 %operand monotonic
   br label %8
 
 .thread1:                                         ; preds = %0
-  %2 = atomicrmw volatile add i64 addrspace(2)* %object, i64 %operand acquire
+  %2 = atomicrmw volatile add i64 * %object, i64 %operand acquire
   br label %8
 
 .thread2:                                         ; preds = %0
-  %3 = atomicrmw volatile add i64 addrspace(2)* %object, i64 %operand release
+  %3 = atomicrmw volatile add i64 * %object, i64 %operand release
   br label %8
 
 ; <label>:4                                       ; preds = %0
-  %5 = atomicrmw volatile add i64 addrspace(2)* %object, i64 %operand acq_rel
+  %5 = atomicrmw volatile add i64 * %object, i64 %operand acq_rel
   br label %8
 
 ; <label>:6                                       ; preds = %0
-  %7 = atomicrmw volatile add i64 addrspace(2)* %object, i64 %operand seq_cst
+  %7 = atomicrmw volatile add i64 * %object, i64 %operand seq_cst
   br label %8
 
 ; <label>:8                                       ; preds = %6, %4, %.thread2, %.thread1, %.thread
@@ -7331,7 +7331,7 @@ define i64 @_Z28pocl_atomic_fetch_add__localPVU7CLlocalU7_Atomicmm12memory_order
 }
 
 ; Function Attrs: nounwind uwtable
-define i64 @_Z28pocl_atomic_fetch_sub__localPVU7CLlocalU7_Atomicmm12memory_order12memory_scope(i64 addrspace(2)* %object, i64 %operand, i32 %order, i32 %scope) #0 {
+define i64 @_Z28pocl_atomic_fetch_sub__localPVU7CLlocalU7_Atomicmm12memory_order12memory_scope(i64 * %object, i64 %operand, i32 %order, i32 %scope) #0 {
   switch i32 %order, label %6 [
     i32 0, label %.thread
     i32 1, label %.thread1
@@ -7340,23 +7340,23 @@ define i64 @_Z28pocl_atomic_fetch_sub__localPVU7CLlocalU7_Atomicmm12memory_order
   ]
 
 .thread:                                          ; preds = %0
-  %1 = atomicrmw volatile sub i64 addrspace(2)* %object, i64 %operand monotonic
+  %1 = atomicrmw volatile sub i64 * %object, i64 %operand monotonic
   br label %8
 
 .thread1:                                         ; preds = %0
-  %2 = atomicrmw volatile sub i64 addrspace(2)* %object, i64 %operand acquire
+  %2 = atomicrmw volatile sub i64 * %object, i64 %operand acquire
   br label %8
 
 .thread2:                                         ; preds = %0
-  %3 = atomicrmw volatile sub i64 addrspace(2)* %object, i64 %operand release
+  %3 = atomicrmw volatile sub i64 * %object, i64 %operand release
   br label %8
 
 ; <label>:4                                       ; preds = %0
-  %5 = atomicrmw volatile sub i64 addrspace(2)* %object, i64 %operand acq_rel
+  %5 = atomicrmw volatile sub i64 * %object, i64 %operand acq_rel
   br label %8
 
 ; <label>:6                                       ; preds = %0
-  %7 = atomicrmw volatile sub i64 addrspace(2)* %object, i64 %operand seq_cst
+  %7 = atomicrmw volatile sub i64 * %object, i64 %operand seq_cst
   br label %8
 
 ; <label>:8                                       ; preds = %6, %4, %.thread2, %.thread1, %.thread
@@ -7365,7 +7365,7 @@ define i64 @_Z28pocl_atomic_fetch_sub__localPVU7CLlocalU7_Atomicmm12memory_order
 }
 
 ; Function Attrs: nounwind uwtable
-define i64 @_Z27pocl_atomic_fetch_or__localPVU7CLlocalU7_Atomicmm12memory_order12memory_scope(i64 addrspace(2)* %object, i64 %operand, i32 %order, i32 %scope) #0 {
+define i64 @_Z27pocl_atomic_fetch_or__localPVU7CLlocalU7_Atomicmm12memory_order12memory_scope(i64 * %object, i64 %operand, i32 %order, i32 %scope) #0 {
   switch i32 %order, label %6 [
     i32 0, label %.thread
     i32 1, label %.thread1
@@ -7374,23 +7374,23 @@ define i64 @_Z27pocl_atomic_fetch_or__localPVU7CLlocalU7_Atomicmm12memory_order1
   ]
 
 .thread:                                          ; preds = %0
-  %1 = atomicrmw volatile or i64 addrspace(2)* %object, i64 %operand monotonic
+  %1 = atomicrmw volatile or i64 * %object, i64 %operand monotonic
   br label %8
 
 .thread1:                                         ; preds = %0
-  %2 = atomicrmw volatile or i64 addrspace(2)* %object, i64 %operand acquire
+  %2 = atomicrmw volatile or i64 * %object, i64 %operand acquire
   br label %8
 
 .thread2:                                         ; preds = %0
-  %3 = atomicrmw volatile or i64 addrspace(2)* %object, i64 %operand release
+  %3 = atomicrmw volatile or i64 * %object, i64 %operand release
   br label %8
 
 ; <label>:4                                       ; preds = %0
-  %5 = atomicrmw volatile or i64 addrspace(2)* %object, i64 %operand acq_rel
+  %5 = atomicrmw volatile or i64 * %object, i64 %operand acq_rel
   br label %8
 
 ; <label>:6                                       ; preds = %0
-  %7 = atomicrmw volatile or i64 addrspace(2)* %object, i64 %operand seq_cst
+  %7 = atomicrmw volatile or i64 * %object, i64 %operand seq_cst
   br label %8
 
 ; <label>:8                                       ; preds = %6, %4, %.thread2, %.thread1, %.thread
@@ -7399,7 +7399,7 @@ define i64 @_Z27pocl_atomic_fetch_or__localPVU7CLlocalU7_Atomicmm12memory_order1
 }
 
 ; Function Attrs: nounwind uwtable
-define i64 @_Z28pocl_atomic_fetch_xor__localPVU7CLlocalU7_Atomicmm12memory_order12memory_scope(i64 addrspace(2)* %object, i64 %operand, i32 %order, i32 %scope) #0 {
+define i64 @_Z28pocl_atomic_fetch_xor__localPVU7CLlocalU7_Atomicmm12memory_order12memory_scope(i64 * %object, i64 %operand, i32 %order, i32 %scope) #0 {
   switch i32 %order, label %6 [
     i32 0, label %.thread
     i32 1, label %.thread1
@@ -7408,23 +7408,23 @@ define i64 @_Z28pocl_atomic_fetch_xor__localPVU7CLlocalU7_Atomicmm12memory_order
   ]
 
 .thread:                                          ; preds = %0
-  %1 = atomicrmw volatile xor i64 addrspace(2)* %object, i64 %operand monotonic
+  %1 = atomicrmw volatile xor i64 * %object, i64 %operand monotonic
   br label %8
 
 .thread1:                                         ; preds = %0
-  %2 = atomicrmw volatile xor i64 addrspace(2)* %object, i64 %operand acquire
+  %2 = atomicrmw volatile xor i64 * %object, i64 %operand acquire
   br label %8
 
 .thread2:                                         ; preds = %0
-  %3 = atomicrmw volatile xor i64 addrspace(2)* %object, i64 %operand release
+  %3 = atomicrmw volatile xor i64 * %object, i64 %operand release
   br label %8
 
 ; <label>:4                                       ; preds = %0
-  %5 = atomicrmw volatile xor i64 addrspace(2)* %object, i64 %operand acq_rel
+  %5 = atomicrmw volatile xor i64 * %object, i64 %operand acq_rel
   br label %8
 
 ; <label>:6                                       ; preds = %0
-  %7 = atomicrmw volatile xor i64 addrspace(2)* %object, i64 %operand seq_cst
+  %7 = atomicrmw volatile xor i64 * %object, i64 %operand seq_cst
   br label %8
 
 ; <label>:8                                       ; preds = %6, %4, %.thread2, %.thread1, %.thread
@@ -7433,7 +7433,7 @@ define i64 @_Z28pocl_atomic_fetch_xor__localPVU7CLlocalU7_Atomicmm12memory_order
 }
 
 ; Function Attrs: nounwind uwtable
-define i64 @_Z28pocl_atomic_fetch_and__localPVU7CLlocalU7_Atomicmm12memory_order12memory_scope(i64 addrspace(2)* %object, i64 %operand, i32 %order, i32 %scope) #0 {
+define i64 @_Z28pocl_atomic_fetch_and__localPVU7CLlocalU7_Atomicmm12memory_order12memory_scope(i64 * %object, i64 %operand, i32 %order, i32 %scope) #0 {
   switch i32 %order, label %6 [
     i32 0, label %.thread
     i32 1, label %.thread1
@@ -7442,23 +7442,23 @@ define i64 @_Z28pocl_atomic_fetch_and__localPVU7CLlocalU7_Atomicmm12memory_order
   ]
 
 .thread:                                          ; preds = %0
-  %1 = atomicrmw volatile and i64 addrspace(2)* %object, i64 %operand monotonic
+  %1 = atomicrmw volatile and i64 * %object, i64 %operand monotonic
   br label %8
 
 .thread1:                                         ; preds = %0
-  %2 = atomicrmw volatile and i64 addrspace(2)* %object, i64 %operand acquire
+  %2 = atomicrmw volatile and i64 * %object, i64 %operand acquire
   br label %8
 
 .thread2:                                         ; preds = %0
-  %3 = atomicrmw volatile and i64 addrspace(2)* %object, i64 %operand release
+  %3 = atomicrmw volatile and i64 * %object, i64 %operand release
   br label %8
 
 ; <label>:4                                       ; preds = %0
-  %5 = atomicrmw volatile and i64 addrspace(2)* %object, i64 %operand acq_rel
+  %5 = atomicrmw volatile and i64 * %object, i64 %operand acq_rel
   br label %8
 
 ; <label>:6                                       ; preds = %0
-  %7 = atomicrmw volatile and i64 addrspace(2)* %object, i64 %operand seq_cst
+  %7 = atomicrmw volatile and i64 * %object, i64 %operand seq_cst
   br label %8
 
 ; <label>:8                                       ; preds = %6, %4, %.thread2, %.thread1, %.thread
@@ -7467,7 +7467,7 @@ define i64 @_Z28pocl_atomic_fetch_and__localPVU7CLlocalU7_Atomicmm12memory_order
 }
 
 ; Function Attrs: noreturn nounwind uwtable
-define i64 @_Z28pocl_atomic_fetch_min__localPVU7CLlocalU7_Atomicmm12memory_order12memory_scope(i64 addrspace(2)* nocapture readnone %object, i64 %operand, i32 %order, i32 %scope) #1 {
+define i64 @_Z28pocl_atomic_fetch_min__localPVU7CLlocalU7_Atomicmm12memory_order12memory_scope(i64 * nocapture readnone %object, i64 %operand, i32 %order, i32 %scope) #1 {
   switch i32 %order, label %6 [
     i32 0, label %.thread
     i32 1, label %.thread1
@@ -7476,23 +7476,23 @@ define i64 @_Z28pocl_atomic_fetch_min__localPVU7CLlocalU7_Atomicmm12memory_order
   ]
 
 .thread:                                          ; preds = %0
-  %1 = atomicrmw volatile umin i64 addrspace(2)* %object, i64 %operand monotonic
+  %1 = atomicrmw volatile umin i64 * %object, i64 %operand monotonic
   br label %8
 
 .thread1:                                         ; preds = %0
-  %2 = atomicrmw volatile umin i64 addrspace(2)* %object, i64 %operand acquire
+  %2 = atomicrmw volatile umin i64 * %object, i64 %operand acquire
   br label %8
 
 .thread2:                                         ; preds = %0
-  %3 = atomicrmw volatile umin i64 addrspace(2)* %object, i64 %operand release
+  %3 = atomicrmw volatile umin i64 * %object, i64 %operand release
   br label %8
 
 ; <label>:4                                       ; preds = %0
-  %5 = atomicrmw volatile umin i64 addrspace(2)* %object, i64 %operand acq_rel
+  %5 = atomicrmw volatile umin i64 * %object, i64 %operand acq_rel
   br label %8
 
 ; <label>:6                                       ; preds = %0
-  %7 = atomicrmw volatile umin i64 addrspace(2)* %object, i64 %operand seq_cst
+  %7 = atomicrmw volatile umin i64 * %object, i64 %operand seq_cst
   br label %8
 
 ; <label>:8                                       ; preds = %6, %4, %.thread2, %.thread1, %.thread
@@ -7501,7 +7501,7 @@ define i64 @_Z28pocl_atomic_fetch_min__localPVU7CLlocalU7_Atomicmm12memory_order
 }
 
 ; Function Attrs: noreturn nounwind uwtable
-define i64 @_Z28pocl_atomic_fetch_max__localPVU7CLlocalU7_Atomicmm12memory_order12memory_scope(i64 addrspace(2)* nocapture readnone %object, i64 %operand, i32 %order, i32 %scope) #1 {
+define i64 @_Z28pocl_atomic_fetch_max__localPVU7CLlocalU7_Atomicmm12memory_order12memory_scope(i64 * nocapture readnone %object, i64 %operand, i32 %order, i32 %scope) #1 {
   switch i32 %order, label %6 [
     i32 0, label %.thread
     i32 1, label %.thread1
@@ -7510,23 +7510,23 @@ define i64 @_Z28pocl_atomic_fetch_max__localPVU7CLlocalU7_Atomicmm12memory_order
   ]
 
 .thread:                                          ; preds = %0
-  %1 = atomicrmw volatile umax i64 addrspace(2)* %object, i64 %operand monotonic
+  %1 = atomicrmw volatile umax i64 * %object, i64 %operand monotonic
   br label %8
 
 .thread1:                                         ; preds = %0
-  %2 = atomicrmw volatile umax i64 addrspace(2)* %object, i64 %operand acquire
+  %2 = atomicrmw volatile umax i64 * %object, i64 %operand acquire
   br label %8
 
 .thread2:                                         ; preds = %0
-  %3 = atomicrmw volatile umax i64 addrspace(2)* %object, i64 %operand release
+  %3 = atomicrmw volatile umax i64 * %object, i64 %operand release
   br label %8
 
 ; <label>:4                                       ; preds = %0
-  %5 = atomicrmw volatile umax i64 addrspace(2)* %object, i64 %operand acq_rel
+  %5 = atomicrmw volatile umax i64 * %object, i64 %operand acq_rel
   br label %8
 
 ; <label>:6                                       ; preds = %0
-  %7 = atomicrmw volatile umax i64 addrspace(2)* %object, i64 %operand seq_cst
+  %7 = atomicrmw volatile umax i64 * %object, i64 %operand seq_cst
   br label %8
 
 ; <label>:8                                       ; preds = %6, %4, %.thread2, %.thread1, %.thread
@@ -7535,7 +7535,7 @@ define i64 @_Z28pocl_atomic_fetch_max__localPVU7CLlocalU7_Atomicmm12memory_order
 }
 
 ; Function Attrs: nounwind uwtable
-define void @_Z24pocl_atomic_store__localPVU7CLlocalU7_Atomicdd12memory_order12memory_scope(double addrspace(2)* nocapture %object, double %desired, i32 %order, i32 %scope) #0 {
+define void @_Z24pocl_atomic_store__localPVU7CLlocalU7_Atomicdd12memory_order12memory_scope(double * nocapture %object, double %desired, i32 %order, i32 %scope) #0 {
   switch i32 %order, label %5 [
     i32 0, label %.thread
     i32 1, label %.thread
@@ -7544,29 +7544,29 @@ define void @_Z24pocl_atomic_store__localPVU7CLlocalU7_Atomicdd12memory_order12m
 
 .thread1:                                         ; preds = %0
   %1 = bitcast double %desired to i64
-  %2 = bitcast double addrspace(2)* %object to i64 addrspace(2)*
-  store atomic volatile i64 %1, i64 addrspace(2)* %2 release, align 8
+  %2 = bitcast double * %object to i64 *
+  store atomic volatile i64 %1, i64 * %2 release, align 8
   br label %13
 
 .thread:                                          ; preds = %0, %0
   %3 = bitcast double %desired to i64
-  %4 = bitcast double addrspace(2)* %object to i64 addrspace(2)*
+  %4 = bitcast double * %object to i64 *
   br label %9
 
 ; <label>:5                                       ; preds = %0
   %6 = icmp eq i32 %order, 3
   %7 = bitcast double %desired to i64
-  %8 = bitcast double addrspace(2)* %object to i64 addrspace(2)*
+  %8 = bitcast double * %object to i64 *
   br i1 %6, label %9, label %12
 
 ; <label>:9                                       ; preds = %5, %.thread
-  %10 = phi i64 addrspace(2)* [ %4, %.thread ], [ %8, %5 ]
+  %10 = phi i64 * [ %4, %.thread ], [ %8, %5 ]
   %11 = phi i64 [ %3, %.thread ], [ %7, %5 ]
-  store atomic volatile i64 %11, i64 addrspace(2)* %10 monotonic, align 8
+  store atomic volatile i64 %11, i64 * %10 monotonic, align 8
   br label %13
 
 ; <label>:12                                      ; preds = %5
-  store atomic volatile i64 %7, i64 addrspace(2)* %8 seq_cst, align 8
+  store atomic volatile i64 %7, i64 * %8 seq_cst, align 8
   br label %13
 
 ; <label>:13                                      ; preds = %12, %.thread1, %9
@@ -7574,7 +7574,7 @@ define void @_Z24pocl_atomic_store__localPVU7CLlocalU7_Atomicdd12memory_order12m
 }
 
 ; Function Attrs: nounwind uwtable
-define double @_Z23pocl_atomic_load__localPVU7CLlocalU7_Atomicd12memory_order12memory_scope(double addrspace(2)* nocapture readonly %object, i32 %order, i32 %scope) #0 {
+define double @_Z23pocl_atomic_load__localPVU7CLlocalU7_Atomicd12memory_order12memory_scope(double * nocapture readonly %object, i32 %order, i32 %scope) #0 {
   switch i32 %order, label %4 [
     i32 0, label %.thread
     i32 1, label %.thread1
@@ -7582,26 +7582,26 @@ define double @_Z23pocl_atomic_load__localPVU7CLlocalU7_Atomicd12memory_order12m
   ]
 
 .thread1:                                         ; preds = %0
-  %1 = bitcast double addrspace(2)* %object to i64 addrspace(2)*
-  %2 = load atomic volatile i64, i64 addrspace(2)* %1 acquire, align 8
+  %1 = bitcast double * %object to i64 *
+  %2 = load atomic volatile i64, i64 * %1 acquire, align 8
   br label %12
 
 .thread:                                          ; preds = %0, %0
-  %3 = bitcast double addrspace(2)* %object to i64 addrspace(2)*
+  %3 = bitcast double * %object to i64 *
   br label %7
 
 ; <label>:4                                       ; preds = %0
   %5 = icmp eq i32 %order, 3
-  %6 = bitcast double addrspace(2)* %object to i64 addrspace(2)*
+  %6 = bitcast double * %object to i64 *
   br i1 %5, label %7, label %10
 
 ; <label>:7                                       ; preds = %4, %.thread
-  %8 = phi i64 addrspace(2)* [ %3, %.thread ], [ %6, %4 ]
-  %9 = load atomic volatile i64, i64 addrspace(2)* %8 monotonic, align 8
+  %8 = phi i64 * [ %3, %.thread ], [ %6, %4 ]
+  %9 = load atomic volatile i64, i64 * %8 monotonic, align 8
   br label %12
 
 ; <label>:10                                      ; preds = %4
-  %11 = load atomic volatile i64, i64 addrspace(2)* %6 seq_cst, align 8
+  %11 = load atomic volatile i64, i64 * %6 seq_cst, align 8
   br label %12
 
 ; <label>:12                                      ; preds = %10, %.thread1, %7
@@ -7611,7 +7611,7 @@ define double @_Z23pocl_atomic_load__localPVU7CLlocalU7_Atomicd12memory_order12m
 }
 
 ; Function Attrs: nounwind uwtable
-define double @_Z27pocl_atomic_exchange__localPVU7CLlocalU7_Atomicdd12memory_order12memory_scope(double addrspace(2)* %object, double %desired, i32 %order, i32 %scope) #0 {
+define double @_Z27pocl_atomic_exchange__localPVU7CLlocalU7_Atomicdd12memory_order12memory_scope(double * %object, double %desired, i32 %order, i32 %scope) #0 {
   switch i32 %order, label %10 [
     i32 0, label %.thread
     i32 1, label %.thread2
@@ -7620,34 +7620,34 @@ define double @_Z27pocl_atomic_exchange__localPVU7CLlocalU7_Atomicdd12memory_ord
 
 .thread:                                          ; preds = %0
   %1 = bitcast double %desired to i64
-  %2 = bitcast double addrspace(2)* %object to i64 addrspace(2)*
-  %3 = atomicrmw volatile xchg i64 addrspace(2)* %2, i64 %1 monotonic
+  %2 = bitcast double * %object to i64 *
+  %3 = atomicrmw volatile xchg i64 * %2, i64 %1 monotonic
   br label %18
 
 .thread2:                                         ; preds = %0
   %4 = bitcast double %desired to i64
-  %5 = bitcast double addrspace(2)* %object to i64 addrspace(2)*
-  %6 = atomicrmw volatile xchg i64 addrspace(2)* %5, i64 %4 acquire
+  %5 = bitcast double * %object to i64 *
+  %6 = atomicrmw volatile xchg i64 * %5, i64 %4 acquire
   br label %18
 
 .thread3:                                         ; preds = %0
   %7 = bitcast double %desired to i64
-  %8 = bitcast double addrspace(2)* %object to i64 addrspace(2)*
-  %9 = atomicrmw volatile xchg i64 addrspace(2)* %8, i64 %7 release
+  %8 = bitcast double * %object to i64 *
+  %9 = atomicrmw volatile xchg i64 * %8, i64 %7 release
   br label %18
 
 ; <label>:10                                      ; preds = %0
   %11 = icmp eq i32 %order, 3
   %12 = bitcast double %desired to i64
-  %13 = bitcast double addrspace(2)* %object to i64 addrspace(2)*
+  %13 = bitcast double * %object to i64 *
   br i1 %11, label %14, label %16
 
 ; <label>:14                                      ; preds = %10
-  %15 = atomicrmw volatile xchg i64 addrspace(2)* %13, i64 %12 acq_rel
+  %15 = atomicrmw volatile xchg i64 * %13, i64 %12 acq_rel
   br label %18
 
 ; <label>:16                                      ; preds = %10
-  %17 = atomicrmw volatile xchg i64 addrspace(2)* %13, i64 %12 seq_cst
+  %17 = atomicrmw volatile xchg i64 * %13, i64 %12 seq_cst
   br label %18
 
 ; <label>:18                                      ; preds = %16, %14, %.thread3, %.thread2, %.thread
@@ -7657,7 +7657,7 @@ define double @_Z27pocl_atomic_exchange__localPVU7CLlocalU7_Atomicdd12memory_ord
 }
 
 ; Function Attrs: nounwind uwtable
-define zeroext i1 @_Z42pocl_atomic_compare_exchange_strong__localPVU7CLlocalU7_AtomicdPdd12memory_orderS3_12memory_scope(double addrspace(2)* %object, double* nocapture %expected, double %desired, i32 %success, i32 %failure, i32 %scope) #0 {
+define zeroext i1 @_Z42pocl_atomic_compare_exchange_strong__localPVU7CLlocalU7_AtomicdPdd12memory_orderS3_12memory_scope(double * %object, double* nocapture %expected, double %desired, i32 %success, i32 %failure, i32 %scope) #0 {
   %1 = icmp eq i32 %success, 0
   br i1 %1, label %9, label %2
 
@@ -7695,7 +7695,7 @@ define zeroext i1 @_Z42pocl_atomic_compare_exchange_strong__localPVU7CLlocalU7_A
 
 ; <label>:20                                      ; preds = %13, %15, %17, %9
   %21 = phi i32 [ 0, %9 ], [ 2, %13 ], [ %19, %17 ], [ 3, %15 ]
-  %22 = bitcast double addrspace(2)* %object to i64 addrspace(2)*
+  %22 = bitcast double * %object to i64 *
   %23 = bitcast double* %expected to i64*
   switch i32 %10, label %31 [
     i32 1, label %24
@@ -7731,7 +7731,7 @@ define zeroext i1 @_Z42pocl_atomic_compare_exchange_strong__localPVU7CLlocalU7_A
 
 ; <label>:31                                      ; preds = %20
   %32 = load i64, i64* %23, align 8
-  %33 = cmpxchg volatile i64 addrspace(2)* %22, i64 %32, i64 %11 monotonic monotonic
+  %33 = cmpxchg volatile i64 * %22, i64 %32, i64 %11 monotonic monotonic
   %34 = extractvalue { i64, i1 } %33, 1
   br i1 %34, label %37, label %35
 
@@ -7745,12 +7745,12 @@ define zeroext i1 @_Z42pocl_atomic_compare_exchange_strong__localPVU7CLlocalU7_A
   br label %29
 
 ; <label>:39                                      ; preds = %24
-  %40 = cmpxchg volatile i64 addrspace(2)* %22, i64 %25, i64 %11 acquire monotonic
+  %40 = cmpxchg volatile i64 * %22, i64 %25, i64 %11 acquire monotonic
   %41 = extractvalue { i64, i1 } %40, 1
   br i1 %41, label %47, label %45
 
 ; <label>:42                                      ; preds = %24
-  %43 = cmpxchg volatile i64 addrspace(2)* %22, i64 %25, i64 %11 acquire acquire
+  %43 = cmpxchg volatile i64 * %22, i64 %25, i64 %11 acquire acquire
   %44 = extractvalue { i64, i1 } %43, 1
   br i1 %44, label %51, label %49
 
@@ -7774,7 +7774,7 @@ define zeroext i1 @_Z42pocl_atomic_compare_exchange_strong__localPVU7CLlocalU7_A
 
 ; <label>:53                                      ; preds = %20
   %54 = load i64, i64* %23, align 8
-  %55 = cmpxchg volatile i64 addrspace(2)* %22, i64 %54, i64 %11 release monotonic
+  %55 = cmpxchg volatile i64 * %22, i64 %54, i64 %11 release monotonic
   %56 = extractvalue { i64, i1 } %55, 1
   br i1 %56, label %59, label %57
 
@@ -7788,12 +7788,12 @@ define zeroext i1 @_Z42pocl_atomic_compare_exchange_strong__localPVU7CLlocalU7_A
   br label %29
 
 ; <label>:61                                      ; preds = %26
-  %62 = cmpxchg volatile i64 addrspace(2)* %22, i64 %27, i64 %11 acq_rel monotonic
+  %62 = cmpxchg volatile i64 * %22, i64 %27, i64 %11 acq_rel monotonic
   %63 = extractvalue { i64, i1 } %62, 1
   br i1 %63, label %69, label %67
 
 ; <label>:64                                      ; preds = %26
-  %65 = cmpxchg volatile i64 addrspace(2)* %22, i64 %27, i64 %11 acq_rel acquire
+  %65 = cmpxchg volatile i64 * %22, i64 %27, i64 %11 acq_rel acquire
   %66 = extractvalue { i64, i1 } %65, 1
   br i1 %66, label %73, label %71
 
@@ -7817,19 +7817,19 @@ define zeroext i1 @_Z42pocl_atomic_compare_exchange_strong__localPVU7CLlocalU7_A
 
 ; <label>:75                                      ; preds = %28
   %76 = load i64, i64* %23, align 8
-  %77 = cmpxchg volatile i64 addrspace(2)* %22, i64 %76, i64 %11 seq_cst monotonic
+  %77 = cmpxchg volatile i64 * %22, i64 %76, i64 %11 seq_cst monotonic
   %78 = extractvalue { i64, i1 } %77, 1
   br i1 %78, label %89, label %87
 
 ; <label>:79                                      ; preds = %28, %28
   %80 = load i64, i64* %23, align 8
-  %81 = cmpxchg volatile i64 addrspace(2)* %22, i64 %80, i64 %11 seq_cst acquire
+  %81 = cmpxchg volatile i64 * %22, i64 %80, i64 %11 seq_cst acquire
   %82 = extractvalue { i64, i1 } %81, 1
   br i1 %82, label %93, label %91
 
 ; <label>:83                                      ; preds = %28
   %84 = load i64, i64* %23, align 8
-  %85 = cmpxchg volatile i64 addrspace(2)* %22, i64 %84, i64 %11 seq_cst seq_cst
+  %85 = cmpxchg volatile i64 * %22, i64 %84, i64 %11 seq_cst seq_cst
   %86 = extractvalue { i64, i1 } %85, 1
   br i1 %86, label %97, label %95
 
@@ -7862,7 +7862,7 @@ define zeroext i1 @_Z42pocl_atomic_compare_exchange_strong__localPVU7CLlocalU7_A
 }
 
 ; Function Attrs: nounwind uwtable
-define zeroext i1 @_Z40pocl_atomic_compare_exchange_weak__localPVU7CLlocalU7_AtomicdPdd12memory_orderS3_12memory_scope(double addrspace(2)* %object, double* nocapture %expected, double %desired, i32 %success, i32 %failure, i32 %scope) #0 {
+define zeroext i1 @_Z40pocl_atomic_compare_exchange_weak__localPVU7CLlocalU7_AtomicdPdd12memory_orderS3_12memory_scope(double * %object, double* nocapture %expected, double %desired, i32 %success, i32 %failure, i32 %scope) #0 {
   %1 = icmp eq i32 %success, 0
   br i1 %1, label %9, label %2
 
@@ -7900,7 +7900,7 @@ define zeroext i1 @_Z40pocl_atomic_compare_exchange_weak__localPVU7CLlocalU7_Ato
 
 ; <label>:20                                      ; preds = %13, %15, %17, %9
   %21 = phi i32 [ 0, %9 ], [ 2, %13 ], [ %19, %17 ], [ 3, %15 ]
-  %22 = bitcast double addrspace(2)* %object to i64 addrspace(2)*
+  %22 = bitcast double * %object to i64 *
   %23 = bitcast double* %expected to i64*
   switch i32 %10, label %31 [
     i32 1, label %24
@@ -7936,7 +7936,7 @@ define zeroext i1 @_Z40pocl_atomic_compare_exchange_weak__localPVU7CLlocalU7_Ato
 
 ; <label>:31                                      ; preds = %20
   %32 = load i64, i64* %23, align 8
-  %33 = cmpxchg weak volatile i64 addrspace(2)* %22, i64 %32, i64 %11 monotonic monotonic
+  %33 = cmpxchg weak volatile i64 * %22, i64 %32, i64 %11 monotonic monotonic
   %34 = extractvalue { i64, i1 } %33, 1
   br i1 %34, label %37, label %35
 
@@ -7950,12 +7950,12 @@ define zeroext i1 @_Z40pocl_atomic_compare_exchange_weak__localPVU7CLlocalU7_Ato
   br label %29
 
 ; <label>:39                                      ; preds = %24
-  %40 = cmpxchg weak volatile i64 addrspace(2)* %22, i64 %25, i64 %11 acquire monotonic
+  %40 = cmpxchg weak volatile i64 * %22, i64 %25, i64 %11 acquire monotonic
   %41 = extractvalue { i64, i1 } %40, 1
   br i1 %41, label %47, label %45
 
 ; <label>:42                                      ; preds = %24
-  %43 = cmpxchg weak volatile i64 addrspace(2)* %22, i64 %25, i64 %11 acquire acquire
+  %43 = cmpxchg weak volatile i64 * %22, i64 %25, i64 %11 acquire acquire
   %44 = extractvalue { i64, i1 } %43, 1
   br i1 %44, label %51, label %49
 
@@ -7979,7 +7979,7 @@ define zeroext i1 @_Z40pocl_atomic_compare_exchange_weak__localPVU7CLlocalU7_Ato
 
 ; <label>:53                                      ; preds = %20
   %54 = load i64, i64* %23, align 8
-  %55 = cmpxchg weak volatile i64 addrspace(2)* %22, i64 %54, i64 %11 release monotonic
+  %55 = cmpxchg weak volatile i64 * %22, i64 %54, i64 %11 release monotonic
   %56 = extractvalue { i64, i1 } %55, 1
   br i1 %56, label %59, label %57
 
@@ -7993,12 +7993,12 @@ define zeroext i1 @_Z40pocl_atomic_compare_exchange_weak__localPVU7CLlocalU7_Ato
   br label %29
 
 ; <label>:61                                      ; preds = %26
-  %62 = cmpxchg weak volatile i64 addrspace(2)* %22, i64 %27, i64 %11 acq_rel monotonic
+  %62 = cmpxchg weak volatile i64 * %22, i64 %27, i64 %11 acq_rel monotonic
   %63 = extractvalue { i64, i1 } %62, 1
   br i1 %63, label %69, label %67
 
 ; <label>:64                                      ; preds = %26
-  %65 = cmpxchg weak volatile i64 addrspace(2)* %22, i64 %27, i64 %11 acq_rel acquire
+  %65 = cmpxchg weak volatile i64 * %22, i64 %27, i64 %11 acq_rel acquire
   %66 = extractvalue { i64, i1 } %65, 1
   br i1 %66, label %73, label %71
 
@@ -8022,19 +8022,19 @@ define zeroext i1 @_Z40pocl_atomic_compare_exchange_weak__localPVU7CLlocalU7_Ato
 
 ; <label>:75                                      ; preds = %28
   %76 = load i64, i64* %23, align 8
-  %77 = cmpxchg weak volatile i64 addrspace(2)* %22, i64 %76, i64 %11 seq_cst monotonic
+  %77 = cmpxchg weak volatile i64 * %22, i64 %76, i64 %11 seq_cst monotonic
   %78 = extractvalue { i64, i1 } %77, 1
   br i1 %78, label %89, label %87
 
 ; <label>:79                                      ; preds = %28, %28
   %80 = load i64, i64* %23, align 8
-  %81 = cmpxchg weak volatile i64 addrspace(2)* %22, i64 %80, i64 %11 seq_cst acquire
+  %81 = cmpxchg weak volatile i64 * %22, i64 %80, i64 %11 seq_cst acquire
   %82 = extractvalue { i64, i1 } %81, 1
   br i1 %82, label %93, label %91
 
 ; <label>:83                                      ; preds = %28
   %84 = load i64, i64* %23, align 8
-  %85 = cmpxchg weak volatile i64 addrspace(2)* %22, i64 %84, i64 %11 seq_cst seq_cst
+  %85 = cmpxchg weak volatile i64 * %22, i64 %84, i64 %11 seq_cst seq_cst
   %86 = extractvalue { i64, i1 } %85, 1
   br i1 %86, label %97, label %95
 
@@ -8070,6 +8070,3 @@ attributes #0 = { nounwind uwtable "disable-tail-calls"="false" "less-precise-fp
 attributes #1 = { noreturn nounwind uwtable "disable-tail-calls"="false" "less-precise-fpmad"="false" "no-frame-pointer-elim"="true" "no-frame-pointer-elim-non-leaf" "no-infs-fp-math"="false" "no-nans-fp-math"="false" "stack-protector-buffer-size"="8" "unsafe-fp-math"="false" "use-soft-float"="false" }
 attributes #2 = { noreturn nounwind }
 
-!llvm.ident = !{!0}
-
-!0 = !{!"Franz clang version 3.7.0 (https://github.com/llvm-mirror/clang.git 40b68b4c02b9d9e1e4138815747adf5589496240) (https://github.com/HSAFoundation/HLC-HSAIL-Development-LLVM.git 183de0bdbefa5664920942fa418d1efefb87faeb) (based on LLVM 3.7.0svn)"}
diff --git a/lib/kernel/tce/CMakeLists.txt b/lib/kernel/tce/CMakeLists.txt
index 94c3de0..91d2c01 100644
--- a/lib/kernel/tce/CMakeLists.txt
+++ b/lib/kernel/tce/CMakeLists.txt
@@ -39,12 +39,20 @@ separate_arguments(DEVICE_CL_FLAGS)
 # with some additional CLANG_FLAGS
 #CLANG_FLAGS = @TARGET_CLANG_FLAGS@ -Xclang -ffake-address-space-map -emit-llvm -ffp-contract=off
 separate_arguments(TCE_TARGET_CLANG_FLAGS)
-set(CLANG_FLAGS ${TCE_TARGET_CLANG_FLAGS} "-Xclang" "-ffake-address-space-map" "-emit-llvm" "-ffp-contract=off" "-target" "tce-tut-llvm" "-isystem" "${TCE_PREFIX}/tce-llvm/include")
+set(CLANG_FLAGS ${TCE_TARGET_CLANG_FLAGS} "-emit-llvm" "-ffp-contract=off" "-target" "tce-tut-llvm" "-isystem" "${TCE_PREFIX}/tce-llvm/include")
+
+if(POCL_USE_FAKE_ADDR_SPACE_IDS)
+list(APPEND CLANG_FLAGS "-Xclang" "-ffake-address-space-map" "-DPOCL_USE_FAKE_ADDR_SPACE_IDS")
+endif()
 
 #LLC_FLAGS   = @TARGET_LLC_FLAGS@
 separate_arguments(TCE_TARGET_LLC_FLAGS)
 set(LLC_FLAGS ${TCE_TARGET_LLC_FLAGS})
 
+if(NOT LLVM_OLDER_THAN_4_0)
+set(KERNEL_CL_FLAGS "-Xclang" "-cl-ext=all,-cl_khr_fp64")
+endif()
+
 # TODO LLC_flags is used by kernel.bc target, but ld is unused
 #LD_FLAGS    = @TARGET_LD_FLAGS@
 
@@ -63,7 +71,7 @@ add_custom_target("kernel_tce" DEPENDS ${KERNEL_BC})
 list(APPEND KERNEL_TARGET_LIST "kernel_tce")
 set(KERNEL_TARGET_LIST "${KERNEL_TARGET_LIST}" PARENT_SCOPE)
 
-install(FILES "${CMAKE_CURRENT_BINARY_DIR}/${KERNEL_BC}"
+install(FILES "${KERNEL_BC}"
         DESTINATION "${POCL_INSTALL_PRIVATE_DATADIR}")
 
 
diff --git a/lib/kernel/tce/Makefile.am b/lib/kernel/tce/Makefile.am
deleted file mode 100644
index b459844..0000000
--- a/lib/kernel/tce/Makefile.am
+++ /dev/null
@@ -1,44 +0,0 @@
-# Process this file with automake to produce Makefile.in
-# 
-# Copyright (c) 2011 Universidad Rey Juan Carlos
-# 
-# Permission is hereby granted, free of charge, to any person obtaining a copy
-# of this software and associated documentation files (the "Software"), to deal
-# in the Software without restriction, including without limitation the rights
-# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-# copies of the Software, and to permit persons to whom the Software is
-# furnished to do so, subject to the following conditions:
-# 
-# The above copyright notice and this permission notice shall be included in
-# all copies or substantial portions of the Software.
-# 
-# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-# THE SOFTWARE.
-
-
-
-KERNEL_TARGET = tce-tut-llvm
-
-# Use TARGET flags:
-CLANG_FLAGS = @TARGET_CLANG_FLAGS@ -Xclang -ffake-address-space-map -Xclang -menable-no-nans -emit-llvm -ffp-contract=off -target tce-tut-llvm  -isystem `tce-config --prefix`/tce-llvm/include
-LLC_FLAGS   = @TARGET_LLC_FLAGS@
-LD_FLAGS    = @TARGET_LD_FLAGS@
-DEVICE_CL_FLAGS = -D__OPENCL_VERSION__=200 @TCE_DEVICE_EXTENSION_DEFINES@
-
-include ../rules.mk
-include ../sources.mk
-
-# Use the libc (newlib) printf() for now because the pocl's
-# fails in TCE code gen:
-# SplitVectorResult #0: 0x24c5ae0: v8i16,ch = vaarg 0x20628e8, 0x2423ed0, 0x24c59e0, 0x24c4fe0 [ORD=223] [ID=0]
-# LLVM ERROR: Do not know how to split the result of this operator!
-LKERNEL_SRCS_EXCLUDE = printf.c svm_atomics_host.cl atomics.cl
-LKERNEL_SRCS_EXTRA = printf_constant.c
-
-EXTRA_DIST = CMakeLists.txt
-
diff --git a/lib/kernel/tce/Makefile.in b/lib/kernel/tce/Makefile.in
deleted file mode 100644
index 0057614..0000000
--- a/lib/kernel/tce/Makefile.in
+++ /dev/null
@@ -1,888 +0,0 @@
-# Makefile.in generated by automake 1.15 from Makefile.am.
-# @configure_input@
-
-# Copyright (C) 1994-2014 Free Software Foundation, Inc.
-
-# This Makefile.in is free software; the Free Software Foundation
-# gives unlimited permission to copy and/or distribute it,
-# with or without modifications, as long as this notice is preserved.
-
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
-# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
-# PARTICULAR PURPOSE.
-
- at SET_MAKE@
-
-# Process this file with automake to produce Makefile.in
-# 
-# Copyright (c) 2011 Universidad Rey Juan Carlos
-# 
-# Permission is hereby granted, free of charge, to any person obtaining a copy
-# of this software and associated documentation files (the "Software"), to deal
-# in the Software without restriction, including without limitation the rights
-# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-# copies of the Software, and to permit persons to whom the Software is
-# furnished to do so, subject to the following conditions:
-# 
-# The above copyright notice and this permission notice shall be included in
-# all copies or substantial portions of the Software.
-# 
-# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-# THE SOFTWARE.
-
-# rules.mk - the make rules for building the kernel library
-# 
-# Copyright (c) 2013 Erik Schnetter
-# 
-# Permission is hereby granted, free of charge, to any person obtaining a copy
-# of this software and associated documentation files (the "Software"), to deal
-# in the Software without restriction, including without limitation the rights
-# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-# copies of the Software, and to permit persons to whom the Software is
-# furnished to do so, subject to the following conditions:
-# 
-# The above copyright notice and this permission notice shall be included in
-# all copies or substantial portions of the Software.
-# 
-# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-# THE SOFTWARE.
-
-# The caller (the Makefile which includes this file) needs to set the
-# following variables:
-# 
-# KERNEL_TARGET
-# CLANG_FLAGS
-# LLC_FLAGS
-# LD_FLAGS
-# DEVICE_CL_FLAGS
-
-# sources.mk - a list of all kernel source files
-# 
-# Copyright (c) 2011-2013 Universidad Rey Juan Carlos
-#                         Pekka Jääskeläinen / Tampere University of Technology
-# 
-# Permission is hereby granted, free of charge, to any person obtaining a copy
-# of this software and associated documentation files (the "Software"), to deal
-# in the Software without restriction, including without limitation the rights
-# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-# copies of the Software, and to permit persons to whom the Software is
-# furnished to do so, subject to the following conditions:
-# 
-# The above copyright notice and this permission notice shall be included in
-# all copies or substantial portions of the Software.
-# 
-# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-# THE SOFTWARE.
-
-VPATH = @srcdir@
-am__is_gnu_make = { \
-  if test -z '$(MAKELEVEL)'; then \
-    false; \
-  elif test -n '$(MAKE_HOST)'; then \
-    true; \
-  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
-    true; \
-  else \
-    false; \
-  fi; \
-}
-am__make_running_with_option = \
-  case $${target_option-} in \
-      ?) ;; \
-      *) echo "am__make_running_with_option: internal error: invalid" \
-              "target option '$${target_option-}' specified" >&2; \
-         exit 1;; \
-  esac; \
-  has_opt=no; \
-  sane_makeflags=$$MAKEFLAGS; \
-  if $(am__is_gnu_make); then \
-    sane_makeflags=$$MFLAGS; \
-  else \
-    case $$MAKEFLAGS in \
-      *\\[\ \	]*) \
-        bs=\\; \
-        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
-          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
-    esac; \
-  fi; \
-  skip_next=no; \
-  strip_trailopt () \
-  { \
-    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
-  }; \
-  for flg in $$sane_makeflags; do \
-    test $$skip_next = yes && { skip_next=no; continue; }; \
-    case $$flg in \
-      *=*|--*) continue;; \
-        -*I) strip_trailopt 'I'; skip_next=yes;; \
-      -*I?*) strip_trailopt 'I';; \
-        -*O) strip_trailopt 'O'; skip_next=yes;; \
-      -*O?*) strip_trailopt 'O';; \
-        -*l) strip_trailopt 'l'; skip_next=yes;; \
-      -*l?*) strip_trailopt 'l';; \
-      -[dEDm]) skip_next=yes;; \
-      -[JT]) skip_next=yes;; \
-    esac; \
-    case $$flg in \
-      *$$target_option*) has_opt=yes; break;; \
-    esac; \
-  done; \
-  test $$has_opt = yes
-am__make_dryrun = (target_option=n; $(am__make_running_with_option))
-am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
-pkgdatadir = $(datadir)/@PACKAGE@
-pkgincludedir = $(includedir)/@PACKAGE@
-pkglibdir = $(libdir)/@PACKAGE@
-pkglibexecdir = $(libexecdir)/@PACKAGE@
-am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
-install_sh_DATA = $(install_sh) -c -m 644
-install_sh_PROGRAM = $(install_sh) -c
-install_sh_SCRIPT = $(install_sh) -c
-INSTALL_HEADER = $(INSTALL_DATA)
-transform = $(program_transform_name)
-NORMAL_INSTALL = :
-PRE_INSTALL = :
-POST_INSTALL = :
-NORMAL_UNINSTALL = :
-PRE_UNINSTALL = :
-POST_UNINSTALL = :
-build_triplet = @build@
-host_triplet = @host@
-target_triplet = @target@
-subdir = lib/kernel/tce
-ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
-am__aclocal_m4_deps = $(top_srcdir)/m4/ax_boost_base.m4 \
-	$(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
-	$(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
-	$(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/acinclude.m4 \
-	$(top_srcdir)/configure.ac
-am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
-	$(ACLOCAL_M4)
-DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
-mkinstalldirs = $(install_sh) -d
-CONFIG_HEADER = $(top_builddir)/config.h
-CONFIG_CLEAN_FILES =
-CONFIG_CLEAN_VPATH_FILES =
-AM_V_P = $(am__v_P_ at AM_V@)
-am__v_P_ = $(am__v_P_ at AM_DEFAULT_V@)
-am__v_P_0 = false
-am__v_P_1 = :
-AM_V_GEN = $(am__v_GEN_ at AM_V@)
-am__v_GEN_ = $(am__v_GEN_ at AM_DEFAULT_V@)
-am__v_GEN_0 = @echo "  GEN     " $@;
-am__v_GEN_1 = 
-AM_V_at = $(am__v_at_ at AM_V@)
-am__v_at_ = $(am__v_at_ at AM_DEFAULT_V@)
-am__v_at_0 = @
-am__v_at_1 = 
-SOURCES =
-DIST_SOURCES =
-am__can_run_installinfo = \
-  case $$AM_UPDATE_INFO_DIR in \
-    n|no|NO) false;; \
-    *) (install-info --version) >/dev/null 2>&1;; \
-  esac
-am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
-am__vpath_adj = case $$p in \
-    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
-    *) f=$$p;; \
-  esac;
-am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
-am__install_max = 40
-am__nobase_strip_setup = \
-  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
-am__nobase_strip = \
-  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
-am__nobase_list = $(am__nobase_strip_setup); \
-  for p in $$list; do echo "$$p $$p"; done | \
-  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
-  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
-    if (++n[$$2] == $(am__install_max)) \
-      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
-    END { for (dir in files) print dir, files[dir] }'
-am__base_list = \
-  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
-  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
-am__uninstall_files_from_dir = { \
-  test -z "$$files" \
-    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
-    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
-         $(am__cd) "$$dir" && rm -f $$files; }; \
-  }
-am__installdirs = "$(DESTDIR)$(pkgdatadir)"
-DATA = $(nodist_pkgdata_DATA)
-am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
-am__DIST_COMMON = $(srcdir)/../rules.mk $(srcdir)/../sources.mk \
-	$(srcdir)/Makefile.in
-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
-ACLOCAL = @ACLOCAL@
-AMTAR = @AMTAR@
-AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
-AR = @AR@
-AUTOCONF = @AUTOCONF@
-AUTOHEADER = @AUTOHEADER@
-AUTOMAKE = @AUTOMAKE@
-AWK = @AWK@
-BOOST_CPPFLAGS = @BOOST_CPPFLAGS@
-BOOST_LDFLAGS = @BOOST_LDFLAGS@
-BUILD_TIMESTAMP = @BUILD_TIMESTAMP@
-CC = @CC@
-CCDEPMODE = @CCDEPMODE@
-CFLAGS = @CFLAGS@
-CLANG = @CLANG@
-CLANGXX = @CLANGXX@
-CLANGXX_FLAGS = @CLANGXX_FLAGS@
-CLFLAGS = @CLFLAGS@
-CPP = @CPP@
-CPPFLAGS = @CPPFLAGS@
-CXX = @CXX@
-CXXCPP = @CXXCPP@
-CXXDEPMODE = @CXXDEPMODE@
-CXXFLAGS = @CXXFLAGS@
-CYGPATH_W = @CYGPATH_W@
-DEFS = @DEFS@
-DEPDIR = @DEPDIR@
-DLLTOOL = @DLLTOOL@
-DSYMUTIL = @DSYMUTIL@
-DUMPBIN = @DUMPBIN@
-ECHO_C = @ECHO_C@
-ECHO_N = @ECHO_N@
-ECHO_T = @ECHO_T@
-EGREP = @EGREP@
-EXEEXT = @EXEEXT@
-FGREP = @FGREP@
-FORCED_CLFLAGS = @FORCED_CLFLAGS@
-GLEW_CFLAGS = @GLEW_CFLAGS@
-GLEW_LIBS = @GLEW_LIBS@
-GREP = @GREP@
-HOST = @HOST@
-HOST_AS_FLAGS = @HOST_AS_FLAGS@
-HOST_CLANG_FLAGS = @HOST_CLANG_FLAGS@
-HOST_CPU = @HOST_CPU@
-HOST_DEVICE_EXTENSION_DEFINES = @HOST_DEVICE_EXTENSION_DEFINES@
-HOST_LD_FLAGS = @HOST_LD_FLAGS@
-HOST_LLC_FLAGS = @HOST_LLC_FLAGS@
-HOST_SIZEOF_DOUBLE = @HOST_SIZEOF_DOUBLE@
-HOST_SIZEOF_HALF = @HOST_SIZEOF_HALF@
-HOST_SIZEOF_LONG = @HOST_SIZEOF_LONG@
-HOST_SIZEOF_VOID_P = @HOST_SIZEOF_VOID_P@
-HSAILASM = @HSAILASM@
-HSA_DEVICE_EXTENSION_DEFINES = @HSA_DEVICE_EXTENSION_DEFINES@
-HSA_INCLUDES = @HSA_INCLUDES@
-HSA_LIBS = @HSA_LIBS@
-HWLOC_CFLAGS = @HWLOC_CFLAGS@
-HWLOC_LIBS = @HWLOC_LIBS@
-ICD_LD_FLAGS = @ICD_LD_FLAGS@
-INSTALL = @INSTALL@
-INSTALL_DATA = @INSTALL_DATA@
-INSTALL_PROGRAM = @INSTALL_PROGRAM@
-INSTALL_SCRIPT = @INSTALL_SCRIPT@
-INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
-KERNEL_COMPILER_LIB_VERSION = @KERNEL_COMPILER_LIB_VERSION@
-LD = @LD@
-LDFLAGS = @LDFLAGS@
-LD_FLAGS_BIN = @LD_FLAGS_BIN@
-LIBOBJS = @LIBOBJS@
-LIBRARY_SUFFIX = @LIBRARY_SUFFIX@
-LIBS = @LIBS@
-LIBTOOL = @LIBTOOL@
-LIB_AGE_VERSION = @LIB_AGE_VERSION@
-LIB_CURRENT_VERSION = @LIB_CURRENT_VERSION@
-LIB_FIRST_VERSION = @LIB_FIRST_VERSION@
-LIB_REVISION_VERSION = @LIB_REVISION_VERSION@
-LIB_VERSION = @LIB_VERSION@
-LIPO = @LIPO@
-LLC = @LLC@
-LLVM_AS = @LLVM_AS@
-LLVM_CONFIG = @LLVM_CONFIG@
-LLVM_CXX_FLAGS = @LLVM_CXX_FLAGS@
-LLVM_LDFLAGS = @LLVM_LDFLAGS@
-LLVM_LIBS = @LLVM_LIBS@
-LLVM_LINK = @LLVM_LINK@
-LLVM_OPT = @LLVM_OPT@
-LLVM_VERSION = @LLVM_VERSION@
-LN_S = @LN_S@
-LTDL_LIBS = @LTDL_LIBS@
-LTLIBOBJS = @LTLIBOBJS@
-LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
-MAKEINFO = @MAKEINFO@
-MANIFEST_TOOL = @MANIFEST_TOOL@
-MKDIR_P = @MKDIR_P@
-NM = @NM@
-NMEDIT = @NMEDIT@
-OBJDUMP = @OBJDUMP@
-OBJEXT = @OBJEXT@
-OCL_ICD_CFLAGS = @OCL_ICD_CFLAGS@
-OCL_ICD_LIBS = @OCL_ICD_LIBS@
-OCL_KERNEL_ARCH = @OCL_KERNEL_ARCH@
-OCL_KERNEL_TARGET = @OCL_KERNEL_TARGET@
-OCL_KERNEL_TARGET_CPU = @OCL_KERNEL_TARGET_CPU@
-OCL_TARGETS = @OCL_TARGETS@
-OPENCL_CFLAGS = @OPENCL_CFLAGS@
-OPENCL_CMAKE = @OPENCL_CMAKE@
-OPENCL_EXTLIBS = @OPENCL_EXTLIBS@
-OPENCL_LIBS = @OPENCL_LIBS@
-OPT = @OPT@
-OTOOL = @OTOOL@
-OTOOL64 = @OTOOL64@
-PACKAGE = @PACKAGE@
-PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
-PACKAGE_NAME = @PACKAGE_NAME@
-PACKAGE_STRING = @PACKAGE_STRING@
-PACKAGE_TARNAME = @PACKAGE_TARNAME@
-PACKAGE_URL = @PACKAGE_URL@
-PACKAGE_VERSION = @PACKAGE_VERSION@
-PATH_SEPARATOR = @PATH_SEPARATOR@
-PKG_CONFIG = @PKG_CONFIG@
-PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
-PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
-POAT_TESTSUITES = @POAT_TESTSUITES@
-POCL_DEVICE_ADDRESS_BITS = @POCL_DEVICE_ADDRESS_BITS@
-PTHREAD_CC = @PTHREAD_CC@
-PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
-PTHREAD_LIBS = @PTHREAD_LIBS@
-RANLIB = @RANLIB@
-SDL_CFLAGS = @SDL_CFLAGS@
-SDL_LIBS = @SDL_LIBS@
-SED = @SED@
-SET_MAKE = @SET_MAKE@
-SHELL = @SHELL@
-STRIP = @STRIP@
-TARGET = @TARGET@
-TARGET_CLANG_FLAGS = @TARGET_CLANG_FLAGS@
-TARGET_CPU = @TARGET_CPU@
-TARGET_LLC_FLAGS = @TARGET_LLC_FLAGS@
-TARGET_SIZEOF_DOUBLE = @TARGET_SIZEOF_DOUBLE@
-TARGET_SIZEOF_HALF = @TARGET_SIZEOF_HALF@
-TARGET_SIZEOF_LONG = @TARGET_SIZEOF_LONG@
-TARGET_SIZEOF_VOID_P = @TARGET_SIZEOF_VOID_P@
-TCECC = @TCECC@
-TCEMC_AVAILABLE = @TCEMC_AVAILABLE@
-TCE_AVAILABLE = @TCE_AVAILABLE@
-TCE_CONFIG = @TCE_CONFIG@
-TCE_DEVICE_EXTENSION_DEFINES = @TCE_DEVICE_EXTENSION_DEFINES@
-VERSION = @VERSION@
-abs_builddir = @abs_builddir@
-abs_srcdir = @abs_srcdir@
-abs_top_builddir = @abs_top_builddir@
-abs_top_srcdir = @abs_top_srcdir@
-ac_ct_AR = @ac_ct_AR@
-ac_ct_CC = @ac_ct_CC@
-ac_ct_CXX = @ac_ct_CXX@
-ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
-acx_pthread_config = @acx_pthread_config@
-am__include = @am__include@
-am__leading_dot = @am__leading_dot@
-am__quote = @am__quote@
-am__tar = @am__tar@
-am__untar = @am__untar@
-bindir = @bindir@
-build = @build@
-build_alias = @build_alias@
-build_cpu = @build_cpu@
-build_os = @build_os@
-build_vendor = @build_vendor@
-builddir = @builddir@
-datadir = @datadir@
-datarootdir = @datarootdir@
-docdir = @docdir@
-dvidir = @dvidir@
-exec_prefix = @exec_prefix@
-host = @host@
-host_alias = @host_alias@
-host_cpu = @host_cpu@
-host_os = @host_os@
-host_vendor = @host_vendor@
-htmldir = @htmldir@
-includedir = @includedir@
-infodir = @infodir@
-install_sh = @install_sh@
-libdir = @libdir@
-libexecdir = @libexecdir@
-localedir = @localedir@
-localstatedir = @localstatedir@
-mandir = @mandir@
-mkdir_p = @mkdir_p@
-oldincludedir = @oldincludedir@
-pdfdir = @pdfdir@
-prefix = @prefix@
-program_transform_name = @program_transform_name@
-psdir = @psdir@
-sbindir = @sbindir@
-sharedstatedir = @sharedstatedir@
-srcdir = @srcdir@
-sysconfdir = @sysconfdir@
-target = @target@
-target_alias = @target_alias@
-target_cpu = @target_cpu@
-target_os = @target_os@
-target_vendor = @target_vendor@
-top_build_prefix = @top_build_prefix@
-top_builddir = @top_builddir@
-top_srcdir = @top_srcdir@
-KERNEL_TARGET = tce-tut-llvm
-
-# Use TARGET flags:
-CLANG_FLAGS = @TARGET_CLANG_FLAGS@ -Xclang -ffake-address-space-map -Xclang -menable-no-nans -emit-llvm -ffp-contract=off -target tce-tut-llvm  -isystem `tce-config --prefix`/tce-llvm/include
-LLC_FLAGS = @TARGET_LLC_FLAGS@
-LD_FLAGS = @TARGET_LD_FLAGS@
-DEVICE_CL_FLAGS = -D__OPENCL_VERSION__=200 @TCE_DEVICE_EXTENSION_DEFINES@
-KERNEL_BC = kernel-${KERNEL_TARGET}.bc
-nodist_pkgdata_DATA = ${KERNEL_BC}
-
-# The standard list of kernel sources can be modified with
-# LKERNEL_SRCS_EXCLUDE, which removes files from the standard list,
-# and LKERNEL_SRCS_EXTRA, which adds extra files to the source list.
-LKERNEL_SRCS = \
-	$(filter-out ${LKERNEL_SRCS_EXCLUDE}, ${LKERNEL_SRCS_DEFAULT})	\
-	${LKERNEL_SRCS_EXTRA} ${LKERNEL_SRCS_EXTRA2}
-
-OBJ = $(LKERNEL_SRCS:%=%.bc)
-CLEANFILES = kernel-${KERNEL_TARGET}.bc ${OBJ}
-LKERNEL_HDRS = image.h pocl_image_rw_utils.h templates.h
-LKERNEL_SRCS_DEFAULT = \
-	abs.cl					\
-	abs_diff.cl				\
-	acos.cl					\
-	acosh.cl				\
-	acospi.cl				\
-	add_sat.cl				\
-	all.cl					\
-	any.cl					\
-	as_type.cl				\
-	asin.cl					\
-	asinh.cl				\
-	asinpi.cl				\
-	async_work_group_copy.cl		\
-	atan.cl					\
-	atan2.cl				\
-	atan2pi.cl				\
-	atanh.cl				\
-	atanpi.cl				\
-	atomics.cl				\
-	barrier.ll				\
-	bitselect.cl				\
-	cbrt.cl					\
-	ceil.cl					\
-	clamp.cl				\
-	clamp_int.cl				\
-	clz.cl					\
-	convert_type.cl				\
-	copysign.cl				\
-	cos.cl					\
-	cosh.cl					\
-	cospi.cl				\
-	cross.cl				\
-	degrees.cl				\
-	distance.cl				\
-	divide.cl				\
-	dot.cl					\
-	erf.cl					\
-	erfc.cl					\
-	exp.cl					\
-	exp10.cl				\
-	exp2.cl					\
-	expm1.cl				\
-	fabs.cl					\
-	fast_distance.cl			\
-	fast_length.cl				\
-	fast_normalize.cl			\
-	fdim.cl					\
-	floor.cl				\
-	fma.cl					\
-	fmax.cl					\
-	fmin.cl					\
-	fmod.cl					\
-	fract.cl				\
-	get_global_id.c				\
-	get_global_offset.c			\
-	get_global_size.c			\
-	get_group_id.c				\
-	get_image_depth.cl			\
-	get_image_height.cl			\
-	get_image_width.cl			\
-	get_image_dim.cl			\
-	get_local_id.c				\
-	get_local_size.c			\
-	get_num_groups.c			\
-	get_work_dim.c				\
-	hadd.cl					\
-	hypot.cl				\
-	ilogb.cl				\
-	isequal.cl				\
-	isfinite.cl				\
-	isgreater.cl				\
-	isgreaterequal.cl			\
-	isinf.cl				\
-	isless.cl				\
-	islessequal.cl				\
-	islessgreater.cl			\
-	isnan.cl				\
-	isnormal.cl				\
-	isnotequal.cl				\
-	isordered.cl				\
-	isunordered.cl				\
-	ldexp.cl				\
-	length.cl				\
-	lgamma.cl				\
-	log.cl					\
-	log10.cl				\
-	log1p.cl				\
-	log2.cl					\
-	logb.cl					\
-	mad.cl					\
-	mad24.cl				\
-	mad_hi.cl				\
-	mad_sat.cl				\
-	max.cl					\
-	max_i.cl				\
-	maxmag.cl				\
-	min.cl					\
-	min_i.cl				\
-	minmag.cl				\
-	mix.cl					\
-	mul24.cl				\
-	mul_hi.cl				\
-	nan.cl					\
-	native_cos.cl				\
-	native_exp.cl				\
-	native_exp10.cl				\
-	native_exp2.cl				\
-	native_log.cl				\
-	native_log10.cl				\
-	native_log2.cl				\
-	native_powr.cl				\
-	native_recip.cl				\
-	native_rsqrt.cl				\
-	native_sin.cl				\
-	native_sqrt.cl				\
-	native_tan.cl				\
-	nextafter.cl				\
-	normalize.cl				\
-	popcount.cl				\
-	pow.cl					\
-	pown.cl					\
-	powr.cl					\
-	printf.c                                \
-	radians.cl				\
-	read_image.cl				\
-	recip.cl				\
-	remainder.cl				\
-	rhadd.cl				\
-	rint.cl					\
-	rootn.cl				\
-	rotate.cl				\
-	round.cl				\
-	rsqrt.cl				\
-	select.cl				\
-	shuffle.cl				\
-	sign.cl					\
-	signbit.cl				\
-	sin.cl					\
-	sincos.cl				\
-	sinh.cl					\
-	sinpi.cl				\
-	smoothstep.cl				\
-	sqrt.cl					\
-	step.cl					\
-	sub_sat.cl				\
-	tan.cl					\
-	tanh.cl					\
-	tanpi.cl				\
-	tgamma.cl				\
-	trunc.cl				\
-	upsample.cl				\
-	vload.cl				\
-	vload_half.cl				\
-	vstore.cl				\
-	vstore_half.cl				\
-	wait_group_events.cl			\
-	write_image.cl
-
-
-# Use the libc (newlib) printf() for now because the pocl's
-# fails in TCE code gen:
-# SplitVectorResult #0: 0x24c5ae0: v8i16,ch = vaarg 0x20628e8, 0x2423ed0, 0x24c59e0, 0x24c4fe0 [ORD=223] [ID=0]
-# LLVM ERROR: Do not know how to split the result of this operator!
-LKERNEL_SRCS_EXCLUDE = printf.c svm_atomics_host.cl atomics.cl
-LKERNEL_SRCS_EXTRA = printf_constant.c
-EXTRA_DIST = CMakeLists.txt
-all: all-am
-
-.SUFFIXES:
-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am $(srcdir)/../rules.mk $(srcdir)/../sources.mk $(am__configure_deps)
-	@for dep in $?; do \
-	  case '$(am__configure_deps)' in \
-	    *$$dep*) \
-	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
-	        && { if test -f $@; then exit 0; else break; fi; }; \
-	      exit 1;; \
-	  esac; \
-	done; \
-	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign lib/kernel/tce/Makefile'; \
-	$(am__cd) $(top_srcdir) && \
-	  $(AUTOMAKE) --foreign lib/kernel/tce/Makefile
-Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
-	@case '$?' in \
-	  *config.status*) \
-	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
-	  *) \
-	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
-	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
-	esac;
-$(srcdir)/../rules.mk $(srcdir)/../sources.mk $(am__empty):
-
-$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
-	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-
-$(top_srcdir)/configure:  $(am__configure_deps)
-	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
-	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-$(am__aclocal_m4_deps):
-
-mostlyclean-libtool:
-	-rm -f *.lo
-
-clean-libtool:
-	-rm -rf .libs _libs
-install-nodist_pkgdataDATA: $(nodist_pkgdata_DATA)
-	@$(NORMAL_INSTALL)
-	@list='$(nodist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \
-	if test -n "$$list"; then \
-	  echo " $(MKDIR_P) '$(DESTDIR)$(pkgdatadir)'"; \
-	  $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)" || exit 1; \
-	fi; \
-	for p in $$list; do \
-	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
-	  echo "$$d$$p"; \
-	done | $(am__base_list) | \
-	while read files; do \
-	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgdatadir)'"; \
-	  $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgdatadir)" || exit $$?; \
-	done
-
-uninstall-nodist_pkgdataDATA:
-	@$(NORMAL_UNINSTALL)
-	@list='$(nodist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \
-	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
-	dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir)
-tags TAGS:
-
-ctags CTAGS:
-
-cscope cscopelist:
-
-
-distdir: $(DISTFILES)
-	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
-	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
-	list='$(DISTFILES)'; \
-	  dist_files=`for file in $$list; do echo $$file; done | \
-	  sed -e "s|^$$srcdirstrip/||;t" \
-	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
-	case $$dist_files in \
-	  */*) $(MKDIR_P) `echo "$$dist_files" | \
-			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
-			   sort -u` ;; \
-	esac; \
-	for file in $$dist_files; do \
-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
-	  if test -d $$d/$$file; then \
-	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
-	    if test -d "$(distdir)/$$file"; then \
-	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
-	    fi; \
-	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
-	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
-	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
-	    fi; \
-	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
-	  else \
-	    test -f "$(distdir)/$$file" \
-	    || cp -p $$d/$$file "$(distdir)/$$file" \
-	    || exit 1; \
-	  fi; \
-	done
-check-am: all-am
-check: check-am
-all-am: Makefile $(DATA)
-installdirs:
-	for dir in "$(DESTDIR)$(pkgdatadir)"; do \
-	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
-	done
-install: install-am
-install-exec: install-exec-am
-install-data: install-data-am
-uninstall: uninstall-am
-
-install-am: all-am
-	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
-
-installcheck: installcheck-am
-install-strip:
-	if test -z '$(STRIP)'; then \
-	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
-	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
-	      install; \
-	else \
-	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
-	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
-	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
-	fi
-mostlyclean-generic:
-
-clean-generic:
-	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
-
-distclean-generic:
-	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
-	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
-
-maintainer-clean-generic:
-	@echo "This command is intended for maintainers to use"
-	@echo "it deletes files that may require special tools to rebuild."
-clean: clean-am
-
-clean-am: clean-generic clean-libtool mostlyclean-am
-
-distclean: distclean-am
-	-rm -f Makefile
-distclean-am: clean-am distclean-generic
-
-dvi: dvi-am
-
-dvi-am:
-
-html: html-am
-
-html-am:
-
-info: info-am
-
-info-am:
-
-install-data-am: install-nodist_pkgdataDATA
-
-install-dvi: install-dvi-am
-
-install-dvi-am:
-
-install-exec-am:
-
-install-html: install-html-am
-
-install-html-am:
-
-install-info: install-info-am
-
-install-info-am:
-
-install-man:
-
-install-pdf: install-pdf-am
-
-install-pdf-am:
-
-install-ps: install-ps-am
-
-install-ps-am:
-
-installcheck-am:
-
-maintainer-clean: maintainer-clean-am
-	-rm -f Makefile
-maintainer-clean-am: distclean-am maintainer-clean-generic
-
-mostlyclean: mostlyclean-am
-
-mostlyclean-am: mostlyclean-generic mostlyclean-libtool
-
-pdf: pdf-am
-
-pdf-am:
-
-ps: ps-am
-
-ps-am:
-
-uninstall-am: uninstall-nodist_pkgdataDATA
-
-.MAKE: install-am install-strip
-
-.PHONY: all all-am check check-am clean clean-generic clean-libtool \
-	cscopelist-am ctags-am distclean distclean-generic \
-	distclean-libtool distdir dvi dvi-am html html-am info info-am \
-	install install-am install-data install-data-am install-dvi \
-	install-dvi-am install-exec install-exec-am install-html \
-	install-html-am install-info install-info-am install-man \
-	install-nodist_pkgdataDATA install-pdf install-pdf-am \
-	install-ps install-ps-am install-strip installcheck \
-	installcheck-am installdirs maintainer-clean \
-	maintainer-clean-generic mostlyclean mostlyclean-generic \
-	mostlyclean-libtool pdf pdf-am ps ps-am tags-am uninstall \
-	uninstall-am uninstall-nodist_pkgdataDATA
-
-.PRECIOUS: Makefile
-
-
-all: ${KERNEL_BC}
-
-vpath %.c @srcdir@ @top_srcdir@/lib/kernel
-vpath %.cc @srcdir@ @top_srcdir@/lib/kernel
-vpath %.cl @srcdir@ @top_srcdir@/lib/kernel
-vpath %.ll @srcdir@ @top_srcdir@/lib/kernel
-
-# Generate a precompiled header for the built-in function
-# declarations, in case supported by the target.
-
-# Note: the precompiled header must be compiled with the same features
-# as the kernels will be. That is, use exactly the same frontend
-# feature switches. Otherwise it will fail when compiling the kernel
-# against the precompiled header.
-_kernel.h.pch: @top_builddir@/include/${TARGET_DIR}/types.h @top_srcdir@/include/_kernel.h
-	@CLANG@ @FORCED_CLFLAGS@ @CLFLAGS@ -Xclang -ffake-address-space-map -c -target ${KERNEL_TARGET} -x cl \
-	-include @top_builddir@/include/${TARGET_DIR}/types.h \
-	-Xclang -emit-pch @top_srcdir@/include/_kernel.h -o _kernel.h.pch 
-
-# Rules to compile the different kernel library source file types into
-# LLVM bitcode
-%.c.bc: %.c ${abs_top_srcdir}/include/pocl_types.h ${abs_top_srcdir}/include/_kernel_c.h ${LKERNEL_HDRS_EXTRA}
-	mkdir -p ${dir $@}
-	@CLANG@ ${CLANG_FLAGS} ${CLFLAGS} ${DEVICE_CL_FLAGS} -D__CBUILD__ -c -o $@ -include ${abs_top_srcdir}/include/_kernel_c.h $<
-%.cc.bc: %.cc  ${LKERNEL_HDRS_EXTRA}
-	mkdir -p ${dir $@}
-	@CLANGXX@ ${CLANG_FLAGS} ${CLANGXX_FLAGS} ${DEVICE_CL_FLAGS} -c -o $@ $<
-%.cl.bc: %.cl ${abs_top_srcdir}/include/_kernel.h ${abs_top_srcdir}/include/_kernel_c.h ${abs_top_srcdir}/include/pocl_types.h ${LKERNEL_HDRS_EXTRA}
-	mkdir -p ${dir $@}
-	@CLANG@ ${CLANG_FLAGS} -x cl ${CLFLAGS} ${DEVICE_CL_FLAGS} -fsigned-char -c -o $@ $< -include ${abs_top_srcdir}/include/_kernel.h
-%.ll.bc: %.ll
-	mkdir -p ${dir $@}
-	@LLVM_AS@ -o $@ $<
-
-# Optimize the bitcode library to speed up optimization times for the
-# OpenCL kernels
-${KERNEL_BC}: ${OBJ}
-	@LLVM_LINK@ $^ -o - | @LLVM_OPT@ ${LLC_FLAGS} ${KERNEL_LIB_OPT_FLAGS} -O3 -fp-contract=off -o $@
-
-# vim: set noexpandtab ts=8:
-
-# Tell versions [3.59,3.63) of GNU make to not export all variables.
-# Otherwise a system limit (for SysV at least) may be exceeded.
-.NOEXPORT:
diff --git a/lib/kernel/tinyprintf.c b/lib/kernel/tinyprintf.c
new file mode 100644
index 0000000..bb22700
--- /dev/null
+++ b/lib/kernel/tinyprintf.c
@@ -0,0 +1,521 @@
+/*
+File: tinyprintf.c
+
+Copyright (C) 2004  Kustaa Nyholm
+
+This library is free software; you can redistribute it and/or
+modify it under the terms of the GNU Lesser General Public
+License as published by the Free Software Foundation; either
+version 2.1 of the License, or (at your option) any later version.
+
+This library is distributed in the hope that it will be useful,
+but WITHOUT ANY WARRANTY; without even the implied warranty of
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+Lesser General Public License for more details.
+
+You should have received a copy of the GNU Lesser General Public
+License along with this library; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+
+*/
+
+#include "tinyprintf.h"
+
+
+/*
+ * Configuration
+ */
+
+/* Enable long int support */
+#define PRINTF_LONG_SUPPORT
+
+/* Enable long long int support (implies long int support) */
+#define PRINTF_LONG_LONG_SUPPORT
+
+/* Enable %z (size_t) support */
+#define PRINTF_SIZE_T_SUPPORT
+
+/*
+ * Configuration adjustments
+ */
+#ifdef PRINTF_SIZE_T_SUPPORT
+#include <sys/types.h>
+#endif
+
+#ifdef PRINTF_LONG_LONG_SUPPORT
+# define PRINTF_LONG_SUPPORT
+#endif
+
+/* __SIZEOF_<type>__ defined at least by gcc */
+#ifdef __SIZEOF_POINTER__
+# define SIZEOF_POINTER __SIZEOF_POINTER__
+#endif
+#ifdef __SIZEOF_LONG_LONG__
+# define SIZEOF_LONG_LONG __SIZEOF_LONG_LONG__
+#endif
+#ifdef __SIZEOF_LONG__
+# define SIZEOF_LONG __SIZEOF_LONG__
+#endif
+#ifdef __SIZEOF_INT__
+# define SIZEOF_INT __SIZEOF_INT__
+#endif
+
+#ifdef __GNUC__
+# define _TFP_GCC_NO_INLINE_  __attribute__ ((noinline))
+#else
+# define _TFP_GCC_NO_INLINE_
+#endif
+
+/*
+ * Implementation
+ */
+struct param {
+    char lz:1;          /**<  Leading zeros */
+    char alt:1;         /**<  alternate form */
+    char uc:1;          /**<  Upper case (for base16 only) */
+    char align_left:1;  /**<  0 == align right (default), 1 == align left */
+    unsigned int width; /**<  field width */
+    char sign;          /**<  The sign to display (if any) */
+    unsigned int base;  /**<  number base (e.g.: 8, 10, 16) */
+    char *bf;           /**<  Buffer to output */
+};
+
+
+#ifdef PRINTF_LONG_LONG_SUPPORT
+static void _TFP_GCC_NO_INLINE_ ulli2a(
+    unsigned long long int num, struct param *p)
+{
+    int n = 0;
+    unsigned long long int d = 1;
+    char *bf = p->bf;
+    while (num / d >= p->base)
+        d *= p->base;
+    while (d != 0) {
+        int dgt = num / d;
+        num %= d;
+        d /= p->base;
+        if (n || dgt > 0 || d == 0) {
+            *bf++ = dgt + (dgt < 10 ? '0' : (p->uc ? 'A' : 'a') - 10);
+            ++n;
+        }
+    }
+    *bf = 0;
+}
+
+static void lli2a(long long int num, struct param *p)
+{
+    if (num < 0) {
+        num = -num;
+        p->sign = '-';
+    }
+    ulli2a(num, p);
+}
+#endif
+
+#ifdef PRINTF_LONG_SUPPORT
+static void uli2a(unsigned long int num, struct param *p)
+{
+    int n = 0;
+    unsigned long int d = 1;
+    char *bf = p->bf;
+    while (num / d >= p->base)
+        d *= p->base;
+    while (d != 0) {
+        int dgt = num / d;
+        num %= d;
+        d /= p->base;
+        if (n || dgt > 0 || d == 0) {
+            *bf++ = dgt + (dgt < 10 ? '0' : (p->uc ? 'A' : 'a') - 10);
+            ++n;
+        }
+    }
+    *bf = 0;
+}
+
+static void li2a(long num, struct param *p)
+{
+    if (num < 0) {
+        num = -num;
+        p->sign = '-';
+    }
+    uli2a(num, p);
+}
+#endif
+
+static void ui2a(unsigned int num, struct param *p)
+{
+    int n = 0;
+    unsigned int d = 1;
+    char *bf = p->bf;
+    while (num / d >= p->base)
+        d *= p->base;
+    while (d != 0) {
+        int dgt = num / d;
+        num %= d;
+        d /= p->base;
+        if (n || dgt > 0 || d == 0) {
+            *bf++ = dgt + (dgt < 10 ? '0' : (p->uc ? 'A' : 'a') - 10);
+            ++n;
+        }
+    }
+    *bf = 0;
+}
+
+static void i2a(int num, struct param *p)
+{
+    if (num < 0) {
+        num = -num;
+        p->sign = '-';
+    }
+    ui2a(num, p);
+}
+
+static int a2d(char ch)
+{
+    if (ch >= '0' && ch <= '9')
+        return ch - '0';
+    else if (ch >= 'a' && ch <= 'f')
+        return ch - 'a' + 10;
+    else if (ch >= 'A' && ch <= 'F')
+        return ch - 'A' + 10;
+    else
+        return -1;
+}
+
+static char a2u(char ch, const char **src, int base, unsigned int *nump)
+{
+    const char *p = *src;
+    unsigned int num = 0;
+    int digit;
+    while ((digit = a2d(ch)) >= 0) {
+        if (digit > base)
+            break;
+        num = num * base + digit;
+        ch = *p++;
+    }
+    *src = p;
+    *nump = num;
+    return ch;
+}
+
+static void putchw(void *putp, putcf putf, struct param *p)
+{
+    char ch;
+    int n = p->width;
+    char *bf = p->bf;
+
+    /* Number of filling characters */
+    while (*bf++ && n > 0)
+        n--;
+    if (p->sign)
+        n--;
+    if (p->alt && p->base == 16)
+        n -= 2;
+    else if (p->alt && p->base == 8)
+        n--;
+
+    /* Fill with space to align to the right, before alternate or sign */
+    if (!p->lz && !p->align_left) {
+        while (n-- > 0)
+            putf(putp, ' ');
+    }
+
+    /* print sign */
+    if (p->sign)
+        putf(putp, p->sign);
+
+    /* Alternate */
+    if (p->alt && p->base == 16) {
+        putf(putp, '0');
+        putf(putp, (p->uc ? 'X' : 'x'));
+    } else if (p->alt && p->base == 8) {
+        putf(putp, '0');
+    }
+
+    /* Fill with zeros, after alternate or sign */
+    if (p->lz) {
+        while (n-- > 0)
+            putf(putp, '0');
+    }
+
+    /* Put actual buffer */
+    bf = p->bf;
+    while ((ch = *bf++))
+        putf(putp, ch);
+
+    /* Fill with space to align to the left, after string */
+    if (!p->lz && p->align_left) {
+        while (n-- > 0)
+            putf(putp, ' ');
+    }
+}
+
+void tfp_format(void *putp, putcf putf, const char *fmt, va_list va)
+{
+    struct param p;
+#ifdef PRINTF_LONG_SUPPORT
+    char bf[23];  /* long = 64b on some architectures */
+#else
+    char bf[12];  /* int = 32b on some architectures */
+#endif
+    char ch;
+    p.bf = bf;
+
+    while ((ch = *(fmt++))) {
+        if (ch != '%') {
+            putf(putp, ch);
+        } else {
+#ifdef PRINTF_LONG_SUPPORT
+            char lng = 0;  /* 1 for long, 2 for long long */
+#endif
+            /* Init parameter struct */
+            p.lz = 0;
+            p.alt = 0;
+            p.width = 0;
+            p.align_left = 0;
+            p.sign = 0;
+
+            /* Flags */
+            while ((ch = *(fmt++))) {
+                switch (ch) {
+                case '-':
+                    p.align_left = 1;
+                    continue;
+                case '0':
+                    p.lz = 1;
+                    continue;
+                case '#':
+                    p.alt = 1;
+                    continue;
+                default:
+                    break;
+                }
+                break;
+            }
+
+            /* Width */
+            if (ch >= '0' && ch <= '9') {
+                ch = a2u(ch, &fmt, 10, &(p.width));
+            }
+
+            /* We accept 'x.y' format but don't support it completely:
+             * we ignore the 'y' digit => this ignores 0-fill
+             * size and makes it == width (ie. 'x') */
+            if (ch == '.') {
+              p.lz = 1;  /* zero-padding */
+              /* ignore actual 0-fill size: */
+              do {
+                ch = *(fmt++);
+              } while ((ch >= '0') && (ch <= '9'));
+            }
+
+#ifdef PRINTF_SIZE_T_SUPPORT
+# ifdef PRINTF_LONG_SUPPORT
+            if (ch == 'z') {
+                ch = *(fmt++);
+                if (sizeof(size_t) == sizeof(unsigned long int))
+                    lng = 1;
+#  ifdef PRINTF_LONG_LONG_SUPPORT
+                else if (sizeof(size_t) == sizeof(unsigned long long int))
+                    lng = 2;
+#  endif
+            } else
+# endif
+#endif
+
+#ifdef PRINTF_LONG_SUPPORT
+            if (ch == 'l') {
+                ch = *(fmt++);
+                lng = 1;
+#ifdef PRINTF_LONG_LONG_SUPPORT
+                if (ch == 'l') {
+                  ch = *(fmt++);
+                  lng = 2;
+                }
+#endif
+            }
+#endif
+            switch (ch) {
+            case 0:
+                goto abort;
+            case 'u':
+                p.base = 10;
+#ifdef PRINTF_LONG_SUPPORT
+#ifdef PRINTF_LONG_LONG_SUPPORT
+                if (2 == lng)
+                    ulli2a(va_arg(va, unsigned long long int), &p);
+                else
+#endif
+                  if (1 == lng)
+                    uli2a(va_arg(va, unsigned long int), &p);
+                else
+#endif
+                    ui2a(va_arg(va, unsigned int), &p);
+                putchw(putp, putf, &p);
+                break;
+            case 'd':
+            case 'i':
+                p.base = 10;
+#ifdef PRINTF_LONG_SUPPORT
+#ifdef PRINTF_LONG_LONG_SUPPORT
+                if (2 == lng)
+                    lli2a(va_arg(va, long long int), &p);
+                else
+#endif
+                  if (1 == lng)
+                    li2a(va_arg(va, long int), &p);
+                else
+#endif
+                    i2a(va_arg(va, int), &p);
+                putchw(putp, putf, &p);
+                break;
+#ifdef SIZEOF_POINTER
+            case 'p':
+                p.alt = 1;
+# if defined(SIZEOF_INT) && SIZEOF_POINTER <= SIZEOF_INT
+                lng = 0;
+# elif defined(SIZEOF_LONG) && SIZEOF_POINTER <= SIZEOF_LONG
+                lng = 1;
+# elif defined(SIZEOF_LONG_LONG) && SIZEOF_POINTER <= SIZEOF_LONG_LONG
+                lng = 2;
+# endif
+#endif
+            case 'x':
+            case 'X':
+                p.base = 16;
+                p.uc = (ch == 'X')?1:0;
+#ifdef PRINTF_LONG_SUPPORT
+#ifdef PRINTF_LONG_LONG_SUPPORT
+                if (2 == lng)
+                    ulli2a(va_arg(va, unsigned long long int), &p);
+                else
+#endif
+                  if (1 == lng)
+                    uli2a(va_arg(va, unsigned long int), &p);
+                else
+#endif
+                    ui2a(va_arg(va, unsigned int), &p);
+                putchw(putp, putf, &p);
+                break;
+            case 'o':
+                p.base = 8;
+                ui2a(va_arg(va, unsigned int), &p);
+                putchw(putp, putf, &p);
+                break;
+            case 'c':
+                putf(putp, (char)(va_arg(va, int)));
+                break;
+            case 's':
+                p.bf = va_arg(va, char *);
+                putchw(putp, putf, &p);
+                p.bf = bf;
+                break;
+            case '%':
+                putf(putp, ch);
+            default:
+                break;
+            }
+        }
+    }
+ abort:;
+}
+
+#if TINYPRINTF_DEFINE_TFP_PRINTF
+static putcf stdout_putf;
+static void *stdout_putp;
+
+void init_printf(void *putp, putcf putf)
+{
+    stdout_putf = putf;
+    stdout_putp = putp;
+}
+
+void tfp_printf(char *fmt, ...)
+{
+    va_list va;
+    va_start(va, fmt);
+    tfp_format(stdout_putp, stdout_putf, fmt, va);
+    va_end(va);
+}
+#endif
+
+#if TINYPRINTF_DEFINE_TFP_SPRINTF
+struct _vsnprintf_putcf_data
+{
+  size_t dest_capacity;
+  char *dest;
+  size_t num_chars;
+};
+
+static void _vsnprintf_putcf(void *p, char c)
+{
+  struct _vsnprintf_putcf_data *data = (struct _vsnprintf_putcf_data*)p;
+  if (data->num_chars < data->dest_capacity)
+    data->dest[data->num_chars] = c;
+  data->num_chars ++;
+}
+
+int tfp_vsnprintf(char *str, size_t size, const char *format, va_list ap)
+{
+  struct _vsnprintf_putcf_data data;
+
+  if (size < 1)
+    return 0;
+
+  data.dest = str;
+  data.dest_capacity = size-1;
+  data.num_chars = 0;
+  tfp_format(&data, _vsnprintf_putcf, format, ap);
+
+  if (data.num_chars < data.dest_capacity)
+    data.dest[data.num_chars] = '\0';
+  else
+    data.dest[data.dest_capacity] = '\0';
+
+  return data.num_chars;
+}
+
+int tfp_snprintf(char *str, size_t size, const char *format, ...)
+{
+  va_list ap;
+  int retval;
+
+  va_start(ap, format);
+  retval = tfp_vsnprintf(str, size, format, ap);
+  va_end(ap);
+  return retval;
+}
+
+struct _vsprintf_putcf_data
+{
+  char *dest;
+  size_t num_chars;
+};
+
+static void _vsprintf_putcf(void *p, char c)
+{
+  struct _vsprintf_putcf_data *data = (struct _vsprintf_putcf_data*)p;
+  data->dest[data->num_chars++] = c;
+}
+
+int tfp_vsprintf(char *str, const char *format, va_list ap)
+{
+  struct _vsprintf_putcf_data data;
+  data.dest = str;
+  data.num_chars = 0;
+  tfp_format(&data, _vsprintf_putcf, format, ap);
+  data.dest[data.num_chars] = '\0';
+  return data.num_chars;
+}
+
+int tfp_sprintf(char *str, const char *format, ...)
+{
+  va_list ap;
+  int retval;
+
+  va_start(ap, format);
+  retval = tfp_vsprintf(str, format, ap);
+  va_end(ap);
+  return retval;
+}
+#endif
diff --git a/lib/kernel/tinyprintf.h b/lib/kernel/tinyprintf.h
new file mode 100644
index 0000000..a769f4a
--- /dev/null
+++ b/lib/kernel/tinyprintf.h
@@ -0,0 +1,186 @@
+/*
+File: tinyprintf.h
+
+Copyright (C) 2004  Kustaa Nyholm
+
+This library is free software; you can redistribute it and/or
+modify it under the terms of the GNU Lesser General Public
+License as published by the Free Software Foundation; either
+version 2.1 of the License, or (at your option) any later version.
+
+This library is distributed in the hope that it will be useful,
+but WITHOUT ANY WARRANTY; without even the implied warranty of
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+Lesser General Public License for more details.
+
+You should have received a copy of the GNU Lesser General Public
+License along with this library; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+
+This library is really just two files: 'tinyprintf.h' and 'tinyprintf.c'.
+
+They provide a simple and small (+400 loc) printf functionality to
+be used in embedded systems.
+
+I've found them so useful in debugging that I do not bother with a
+debugger at all.
+
+They are distributed in source form, so to use them, just compile them
+into your project.
+
+Two printf variants are provided: printf and the 'sprintf' family of
+functions ('snprintf', 'sprintf', 'vsnprintf', 'vsprintf').
+
+The formats supported by this implementation are:
+'c' 'd' 'i' 'o' 'p' 'u' 's' 'x' 'X'.
+
+Zero padding and field width are also supported.
+
+If the library is compiled with 'PRINTF_SUPPORT_LONG' defined, then
+the long specifier is also supported. Note that this will pull in some
+long math routines (pun intended!) and thus make your executable
+noticeably longer. Likewise with 'PRINTF_LONG_LONG_SUPPORT' for the
+long long specifier, and with 'PRINTF_SIZE_T_SUPPORT' for the size_t
+specifier.
+
+The memory footprint of course depends on the target CPU, compiler and
+compiler options, but a rough guesstimate (based on a H8S target) is about
+1.4 kB for code and some twenty 'int's and 'char's, say 60 bytes of stack space.
+Not too bad. Your mileage may vary. By hacking the source code you can
+get rid of some hundred bytes, I'm sure, but personally I feel the balance of
+functionality and flexibility versus  code size is close to optimal for
+many embedded systems.
+
+To use the printf, you need to supply your own character output function,
+something like :
+
+void putc ( void* p, char c)
+{
+    while (!SERIAL_PORT_EMPTY) ;
+    SERIAL_PORT_TX_REGISTER = c;
+}
+
+Before you can call printf, you need to initialize it to use your
+character output function with something like:
+
+init_printf(NULL,putc);
+
+Notice the 'NULL' in 'init_printf' and the parameter 'void* p' in 'putc',
+the NULL (or any pointer) you pass into the 'init_printf' will eventually be
+passed to your 'putc' routine. This allows you to pass some storage space (or
+anything really) to the character output function, if necessary.
+This is not often needed but it was implemented like that because it made
+implementing the sprintf function so neat (look at the source code).
+
+The code is re-entrant, except for the 'init_printf' function, so it is safe
+to call it from interrupts too, although this may result in mixed output.
+If you rely on re-entrancy, take care that your 'putc' function is re-entrant!
+
+The printf and sprintf functions are actually macros that translate to
+'tfp_printf' and 'tfp_sprintf' when 'TINYPRINTF_OVERRIDE_LIBC' is set
+(default). Setting it to 0 makes it possible to use them along with
+'stdio.h' printf's in a single source file. When
+'TINYPRINTF_OVERRIDE_LIBC' is set, please note that printf/sprintf are
+not function-like macros, so if you have variables or struct members
+with these names, things will explode in your face.  Without variadic
+macros this is the best we can do to wrap these function. If it is a
+problem, just give up the macros and use the functions directly, or
+rename them.
+
+It is also possible to avoid defining tfp_printf and/or tfp_sprintf by
+clearing 'TINYPRINTF_DEFINE_TFP_PRINTF' and/or
+'TINYPRINTF_DEFINE_TFP_SPRINTF' to 0. This allows for example to
+export only tfp_format, which is at the core of all the other
+functions.
+
+For further details see source code.
+
+regs Kusti, 23.10.2004
+*/
+
+#ifndef __TFP_PRINTF__
+#define __TFP_PRINTF__
+
+#include <stdarg.h>
+
+/* Global configuration */
+
+/* Set this to 0 if you do not want to provide tfp_printf */
+#ifndef TINYPRINTF_DEFINE_TFP_PRINTF
+# define TINYPRINTF_DEFINE_TFP_PRINTF 1
+#endif
+
+/* Set this to 0 if you do not want to provide
+   tfp_sprintf/snprintf/vsprintf/vsnprintf */
+#ifndef TINYPRINTF_DEFINE_TFP_SPRINTF
+# define TINYPRINTF_DEFINE_TFP_SPRINTF 1
+#endif
+
+/* Set this to 0 if you do not want tfp_printf and
+   tfp_{vsn,sn,vs,s}printf to be also available as
+   printf/{vsn,sn,vs,s}printf */
+#ifndef TINYPRINTF_OVERRIDE_LIBC
+# define TINYPRINTF_OVERRIDE_LIBC 1
+#endif
+
+/* Optional external types dependencies */
+
+#if TINYPRINTF_DEFINE_TFP_SPRINTF
+# include <sys/types.h>  /* size_t */
+#endif
+
+/* Declarations */
+
+#ifdef __GNUC__
+# define _TFP_SPECIFY_PRINTF_FMT(fmt_idx,arg1_idx) \
+    __attribute__((format (printf, fmt_idx, arg1_idx)))
+#else
+# define _TFP_SPECIFY_PRINTF_FMT(fmt_idx,arg1_idx)
+#endif
+
+#ifdef  __cplusplus
+extern "C" {
+#endif
+
+typedef void (*putcf) (void *, char);
+
+/*
+   'tfp_format' really is the central function for all tinyprintf. For
+   each output character after formatting, the 'putf' callback is
+   called with 2 args:
+     - an arbitrary void* 'putp' param defined by the user and
+       passed unmodified from 'tfp_format',
+     - the character.
+   The 'tfp_printf' and 'tfp_sprintf' functions simply define their own
+   callback and pass to it the right 'putp' it is expecting.
+*/
+void tfp_format(void *putp, putcf putf, const char *fmt, va_list va);
+
+#if TINYPRINTF_DEFINE_TFP_SPRINTF
+int tfp_vsnprintf(char *str, size_t size, const char *fmt, va_list ap);
+int tfp_snprintf(char *str, size_t size, const char *fmt, ...) \
+     _TFP_SPECIFY_PRINTF_FMT(3, 4);
+int tfp_vsprintf(char *str, const char *fmt, va_list ap);
+int tfp_sprintf(char *str, const char *fmt, ...) \
+    _TFP_SPECIFY_PRINTF_FMT(2, 3);
+# if TINYPRINTF_OVERRIDE_LIBC
+#  define vsnprintf tfp_vsnprintf
+#  define snprintf tfp_snprintf
+#  define vsprintf tfp_vsprintf
+#  define sprintf tfp_sprintf
+# endif
+#endif
+
+#if TINYPRINTF_DEFINE_TFP_PRINTF
+void init_printf(void *putp, putcf putf);
+void tfp_printf(char *fmt, ...) _TFP_SPECIFY_PRINTF_FMT(1, 2);
+# if TINYPRINTF_OVERRIDE_LIBC
+#  define printf tfp_printf
+# endif
+#endif
+
+#ifdef  __cplusplus
+}
+#endif
+
+#endif
diff --git a/lib/kernel/vecmathlib-pocl/generate-files.py b/lib/kernel/vecmathlib-pocl/generate-files.py
index d14bcd7..e7e5c5f 100755
--- a/lib/kernel/vecmathlib-pocl/generate-files.py
+++ b/lib/kernel/vecmathlib-pocl/generate-files.py
@@ -155,8 +155,8 @@ directfuncs = [
     ({
       ivector_t ilogb_(vector_t);
       ivector_t r = ilogb_(x0);
-      iscalar_t jmin = TYPED_CONST(iscalar_t, SHORT_MIN, INT_MIN, LONG_MIN);
-      iscalar_t jmax = TYPED_CONST(iscalar_t, SHORT_MAX, INT_MAX, LONG_MAX);
+      iscalar_t jmin = TYPED_CONST(iscalar_t, SHRT_MIN, INT_MIN, LONG_MIN);
+      iscalar_t jmax = TYPED_CONST(iscalar_t, SHRT_MAX, INT_MAX, LONG_MAX);
       r = r==jmin ? (ivector_t)INT_MIN : r;
       r = r==jmax ? (ivector_t)INT_MAX : r;
       convert_kvector_t(r);
diff --git a/lib/kernel/vecmathlib-pocl/ilogb.cl b/lib/kernel/vecmathlib-pocl/ilogb.cl
index b36bf9b..98675b5 100644
--- a/lib/kernel/vecmathlib-pocl/ilogb.cl
+++ b/lib/kernel/vecmathlib-pocl/ilogb.cl
@@ -53,8 +53,8 @@ int _cl_ilogb(half x0)
     ({
       ivector_t ilogb_(vector_t);
       ivector_t r = ilogb_(x0);
-      iscalar_t jmin = TYPED_CONST(iscalar_t, SHORT_MIN, INT_MIN, LONG_MIN);
-      iscalar_t jmax = TYPED_CONST(iscalar_t, SHORT_MAX, INT_MAX, LONG_MAX);
+      iscalar_t jmin = TYPED_CONST(iscalar_t, SHRT_MIN, INT_MIN, LONG_MIN);
+      iscalar_t jmax = TYPED_CONST(iscalar_t, SHRT_MAX, INT_MAX, LONG_MAX);
       r = r==jmin ? (ivector_t)INT_MIN : r;
       r = r==jmax ? (ivector_t)INT_MAX : r;
       convert_kvector_t(r);
@@ -93,8 +93,8 @@ int2 _cl_ilogb(half2 x0)
     ({
       ivector_t ilogb_(vector_t);
       ivector_t r = ilogb_(x0);
-      iscalar_t jmin = TYPED_CONST(iscalar_t, SHORT_MIN, INT_MIN, LONG_MIN);
-      iscalar_t jmax = TYPED_CONST(iscalar_t, SHORT_MAX, INT_MAX, LONG_MAX);
+      iscalar_t jmin = TYPED_CONST(iscalar_t, SHRT_MIN, INT_MIN, LONG_MIN);
+      iscalar_t jmax = TYPED_CONST(iscalar_t, SHRT_MAX, INT_MAX, LONG_MAX);
       r = r==jmin ? (ivector_t)INT_MIN : r;
       r = r==jmax ? (ivector_t)INT_MAX : r;
       convert_kvector_t(r);
@@ -133,8 +133,8 @@ int3 _cl_ilogb(half3 x0)
     ({
       ivector_t ilogb_(vector_t);
       ivector_t r = ilogb_(x0);
-      iscalar_t jmin = TYPED_CONST(iscalar_t, SHORT_MIN, INT_MIN, LONG_MIN);
-      iscalar_t jmax = TYPED_CONST(iscalar_t, SHORT_MAX, INT_MAX, LONG_MAX);
+      iscalar_t jmin = TYPED_CONST(iscalar_t, SHRT_MIN, INT_MIN, LONG_MIN);
+      iscalar_t jmax = TYPED_CONST(iscalar_t, SHRT_MAX, INT_MAX, LONG_MAX);
       r = r==jmin ? (ivector_t)INT_MIN : r;
       r = r==jmax ? (ivector_t)INT_MAX : r;
       convert_kvector_t(r);
@@ -173,8 +173,8 @@ int4 _cl_ilogb(half4 x0)
     ({
       ivector_t ilogb_(vector_t);
       ivector_t r = ilogb_(x0);
-      iscalar_t jmin = TYPED_CONST(iscalar_t, SHORT_MIN, INT_MIN, LONG_MIN);
-      iscalar_t jmax = TYPED_CONST(iscalar_t, SHORT_MAX, INT_MAX, LONG_MAX);
+      iscalar_t jmin = TYPED_CONST(iscalar_t, SHRT_MIN, INT_MIN, LONG_MIN);
+      iscalar_t jmax = TYPED_CONST(iscalar_t, SHRT_MAX, INT_MAX, LONG_MAX);
       r = r==jmin ? (ivector_t)INT_MIN : r;
       r = r==jmax ? (ivector_t)INT_MAX : r;
       convert_kvector_t(r);
@@ -213,8 +213,8 @@ int8 _cl_ilogb(half8 x0)
     ({
       ivector_t ilogb_(vector_t);
       ivector_t r = ilogb_(x0);
-      iscalar_t jmin = TYPED_CONST(iscalar_t, SHORT_MIN, INT_MIN, LONG_MIN);
-      iscalar_t jmax = TYPED_CONST(iscalar_t, SHORT_MAX, INT_MAX, LONG_MAX);
+      iscalar_t jmin = TYPED_CONST(iscalar_t, SHRT_MIN, INT_MIN, LONG_MIN);
+      iscalar_t jmax = TYPED_CONST(iscalar_t, SHRT_MAX, INT_MAX, LONG_MAX);
       r = r==jmin ? (ivector_t)INT_MIN : r;
       r = r==jmax ? (ivector_t)INT_MAX : r;
       convert_kvector_t(r);
@@ -253,8 +253,8 @@ int16 _cl_ilogb(half16 x0)
     ({
       ivector_t ilogb_(vector_t);
       ivector_t r = ilogb_(x0);
-      iscalar_t jmin = TYPED_CONST(iscalar_t, SHORT_MIN, INT_MIN, LONG_MIN);
-      iscalar_t jmax = TYPED_CONST(iscalar_t, SHORT_MAX, INT_MAX, LONG_MAX);
+      iscalar_t jmin = TYPED_CONST(iscalar_t, SHRT_MIN, INT_MIN, LONG_MIN);
+      iscalar_t jmax = TYPED_CONST(iscalar_t, SHRT_MAX, INT_MAX, LONG_MAX);
       r = r==jmin ? (ivector_t)INT_MIN : r;
       r = r==jmax ? (ivector_t)INT_MAX : r;
       convert_kvector_t(r);
@@ -295,8 +295,8 @@ int _cl_ilogb(float x0)
     ({
       ivector_t ilogb_(vector_t);
       ivector_t r = ilogb_(x0);
-      iscalar_t jmin = TYPED_CONST(iscalar_t, SHORT_MIN, INT_MIN, LONG_MIN);
-      iscalar_t jmax = TYPED_CONST(iscalar_t, SHORT_MAX, INT_MAX, LONG_MAX);
+      iscalar_t jmin = TYPED_CONST(iscalar_t, SHRT_MIN, INT_MIN, LONG_MIN);
+      iscalar_t jmax = TYPED_CONST(iscalar_t, SHRT_MAX, INT_MAX, LONG_MAX);
       r = r==jmin ? (ivector_t)INT_MIN : r;
       r = r==jmax ? (ivector_t)INT_MAX : r;
       convert_kvector_t(r);
@@ -335,8 +335,8 @@ int2 _cl_ilogb(float2 x0)
     ({
       ivector_t ilogb_(vector_t);
       ivector_t r = ilogb_(x0);
-      iscalar_t jmin = TYPED_CONST(iscalar_t, SHORT_MIN, INT_MIN, LONG_MIN);
-      iscalar_t jmax = TYPED_CONST(iscalar_t, SHORT_MAX, INT_MAX, LONG_MAX);
+      iscalar_t jmin = TYPED_CONST(iscalar_t, SHRT_MIN, INT_MIN, LONG_MIN);
+      iscalar_t jmax = TYPED_CONST(iscalar_t, SHRT_MAX, INT_MAX, LONG_MAX);
       r = r==jmin ? (ivector_t)INT_MIN : r;
       r = r==jmax ? (ivector_t)INT_MAX : r;
       convert_kvector_t(r);
@@ -375,8 +375,8 @@ int3 _cl_ilogb(float3 x0)
     ({
       ivector_t ilogb_(vector_t);
       ivector_t r = ilogb_(x0);
-      iscalar_t jmin = TYPED_CONST(iscalar_t, SHORT_MIN, INT_MIN, LONG_MIN);
-      iscalar_t jmax = TYPED_CONST(iscalar_t, SHORT_MAX, INT_MAX, LONG_MAX);
+      iscalar_t jmin = TYPED_CONST(iscalar_t, SHRT_MIN, INT_MIN, LONG_MIN);
+      iscalar_t jmax = TYPED_CONST(iscalar_t, SHRT_MAX, INT_MAX, LONG_MAX);
       r = r==jmin ? (ivector_t)INT_MIN : r;
       r = r==jmax ? (ivector_t)INT_MAX : r;
       convert_kvector_t(r);
@@ -415,8 +415,8 @@ int4 _cl_ilogb(float4 x0)
     ({
       ivector_t ilogb_(vector_t);
       ivector_t r = ilogb_(x0);
-      iscalar_t jmin = TYPED_CONST(iscalar_t, SHORT_MIN, INT_MIN, LONG_MIN);
-      iscalar_t jmax = TYPED_CONST(iscalar_t, SHORT_MAX, INT_MAX, LONG_MAX);
+      iscalar_t jmin = TYPED_CONST(iscalar_t, SHRT_MIN, INT_MIN, LONG_MIN);
+      iscalar_t jmax = TYPED_CONST(iscalar_t, SHRT_MAX, INT_MAX, LONG_MAX);
       r = r==jmin ? (ivector_t)INT_MIN : r;
       r = r==jmax ? (ivector_t)INT_MAX : r;
       convert_kvector_t(r);
@@ -455,8 +455,8 @@ int8 _cl_ilogb(float8 x0)
     ({
       ivector_t ilogb_(vector_t);
       ivector_t r = ilogb_(x0);
-      iscalar_t jmin = TYPED_CONST(iscalar_t, SHORT_MIN, INT_MIN, LONG_MIN);
-      iscalar_t jmax = TYPED_CONST(iscalar_t, SHORT_MAX, INT_MAX, LONG_MAX);
+      iscalar_t jmin = TYPED_CONST(iscalar_t, SHRT_MIN, INT_MIN, LONG_MIN);
+      iscalar_t jmax = TYPED_CONST(iscalar_t, SHRT_MAX, INT_MAX, LONG_MAX);
       r = r==jmin ? (ivector_t)INT_MIN : r;
       r = r==jmax ? (ivector_t)INT_MAX : r;
       convert_kvector_t(r);
@@ -495,8 +495,8 @@ int16 _cl_ilogb(float16 x0)
     ({
       ivector_t ilogb_(vector_t);
       ivector_t r = ilogb_(x0);
-      iscalar_t jmin = TYPED_CONST(iscalar_t, SHORT_MIN, INT_MIN, LONG_MIN);
-      iscalar_t jmax = TYPED_CONST(iscalar_t, SHORT_MAX, INT_MAX, LONG_MAX);
+      iscalar_t jmin = TYPED_CONST(iscalar_t, SHRT_MIN, INT_MIN, LONG_MIN);
+      iscalar_t jmax = TYPED_CONST(iscalar_t, SHRT_MAX, INT_MAX, LONG_MAX);
       r = r==jmin ? (ivector_t)INT_MIN : r;
       r = r==jmax ? (ivector_t)INT_MAX : r;
       convert_kvector_t(r);
@@ -537,8 +537,8 @@ int _cl_ilogb(double x0)
     ({
       ivector_t ilogb_(vector_t);
       ivector_t r = ilogb_(x0);
-      iscalar_t jmin = TYPED_CONST(iscalar_t, SHORT_MIN, INT_MIN, LONG_MIN);
-      iscalar_t jmax = TYPED_CONST(iscalar_t, SHORT_MAX, INT_MAX, LONG_MAX);
+      iscalar_t jmin = TYPED_CONST(iscalar_t, SHRT_MIN, INT_MIN, LONG_MIN);
+      iscalar_t jmax = TYPED_CONST(iscalar_t, SHRT_MAX, INT_MAX, LONG_MAX);
       r = r==jmin ? (ivector_t)INT_MIN : r;
       r = r==jmax ? (ivector_t)INT_MAX : r;
       convert_kvector_t(r);
@@ -577,8 +577,8 @@ int2 _cl_ilogb(double2 x0)
     ({
       ivector_t ilogb_(vector_t);
       ivector_t r = ilogb_(x0);
-      iscalar_t jmin = TYPED_CONST(iscalar_t, SHORT_MIN, INT_MIN, LONG_MIN);
-      iscalar_t jmax = TYPED_CONST(iscalar_t, SHORT_MAX, INT_MAX, LONG_MAX);
+      iscalar_t jmin = TYPED_CONST(iscalar_t, SHRT_MIN, INT_MIN, LONG_MIN);
+      iscalar_t jmax = TYPED_CONST(iscalar_t, SHRT_MAX, INT_MAX, LONG_MAX);
       r = r==jmin ? (ivector_t)INT_MIN : r;
       r = r==jmax ? (ivector_t)INT_MAX : r;
       convert_kvector_t(r);
@@ -617,8 +617,8 @@ int3 _cl_ilogb(double3 x0)
     ({
       ivector_t ilogb_(vector_t);
       ivector_t r = ilogb_(x0);
-      iscalar_t jmin = TYPED_CONST(iscalar_t, SHORT_MIN, INT_MIN, LONG_MIN);
-      iscalar_t jmax = TYPED_CONST(iscalar_t, SHORT_MAX, INT_MAX, LONG_MAX);
+      iscalar_t jmin = TYPED_CONST(iscalar_t, SHRT_MIN, INT_MIN, LONG_MIN);
+      iscalar_t jmax = TYPED_CONST(iscalar_t, SHRT_MAX, INT_MAX, LONG_MAX);
       r = r==jmin ? (ivector_t)INT_MIN : r;
       r = r==jmax ? (ivector_t)INT_MAX : r;
       convert_kvector_t(r);
@@ -657,8 +657,8 @@ int4 _cl_ilogb(double4 x0)
     ({
       ivector_t ilogb_(vector_t);
       ivector_t r = ilogb_(x0);
-      iscalar_t jmin = TYPED_CONST(iscalar_t, SHORT_MIN, INT_MIN, LONG_MIN);
-      iscalar_t jmax = TYPED_CONST(iscalar_t, SHORT_MAX, INT_MAX, LONG_MAX);
+      iscalar_t jmin = TYPED_CONST(iscalar_t, SHRT_MIN, INT_MIN, LONG_MIN);
+      iscalar_t jmax = TYPED_CONST(iscalar_t, SHRT_MAX, INT_MAX, LONG_MAX);
       r = r==jmin ? (ivector_t)INT_MIN : r;
       r = r==jmax ? (ivector_t)INT_MAX : r;
       convert_kvector_t(r);
@@ -697,8 +697,8 @@ int8 _cl_ilogb(double8 x0)
     ({
       ivector_t ilogb_(vector_t);
       ivector_t r = ilogb_(x0);
-      iscalar_t jmin = TYPED_CONST(iscalar_t, SHORT_MIN, INT_MIN, LONG_MIN);
-      iscalar_t jmax = TYPED_CONST(iscalar_t, SHORT_MAX, INT_MAX, LONG_MAX);
+      iscalar_t jmin = TYPED_CONST(iscalar_t, SHRT_MIN, INT_MIN, LONG_MIN);
+      iscalar_t jmax = TYPED_CONST(iscalar_t, SHRT_MAX, INT_MAX, LONG_MAX);
       r = r==jmin ? (ivector_t)INT_MIN : r;
       r = r==jmax ? (ivector_t)INT_MAX : r;
       convert_kvector_t(r);
@@ -737,8 +737,8 @@ int16 _cl_ilogb(double16 x0)
     ({
       ivector_t ilogb_(vector_t);
       ivector_t r = ilogb_(x0);
-      iscalar_t jmin = TYPED_CONST(iscalar_t, SHORT_MIN, INT_MIN, LONG_MIN);
-      iscalar_t jmax = TYPED_CONST(iscalar_t, SHORT_MAX, INT_MAX, LONG_MAX);
+      iscalar_t jmin = TYPED_CONST(iscalar_t, SHRT_MIN, INT_MIN, LONG_MIN);
+      iscalar_t jmax = TYPED_CONST(iscalar_t, SHRT_MAX, INT_MAX, LONG_MAX);
       r = r==jmin ? (ivector_t)INT_MIN : r;
       r = r==jmax ? (ivector_t)INT_MAX : r;
       convert_kvector_t(r);
diff --git a/lib/kernel/vecmathlib-pocl/pocl-compat.h b/lib/kernel/vecmathlib-pocl/pocl-compat.h
index 4510502..8a09328 100644
--- a/lib/kernel/vecmathlib-pocl/pocl-compat.h
+++ b/lib/kernel/vecmathlib-pocl/pocl-compat.h
@@ -121,7 +121,7 @@ struct pair_double16 { double16 lo, hi; };
 
 // Generic conversion function
 template<typename A, typename B>
-static B bitcast(A a)
+inline B bitcast(A a)
 {
   B b;
   std::memcpy(&b, &a, std::min(sizeof a, sizeof b));
diff --git a/lib/kernel/vecmathlib/floatbuiltins.h b/lib/kernel/vecmathlib/floatbuiltins.h
index a7dd6f1..45d9723 100644
--- a/lib/kernel/vecmathlib/floatbuiltins.h
+++ b/lib/kernel/vecmathlib/floatbuiltins.h
@@ -7,12 +7,12 @@
 
 namespace vecmathlib {
 
-inline char builtin_abs(char x) { return __builtin_abs(x); }
-inline short builtin_abs(short x) { return __builtin_abs(x); }
-inline int builtin_abs(int x) { return __builtin_abs(x); }
-inline long builtin_abs(long x) { return __builtin_labs(x); }
+inline unsigned char builtin_abs(signed char x) { return __builtin_abs(x); }
+inline unsigned short builtin_abs(signed short x) { return __builtin_abs(x); }
+inline unsigned int builtin_abs(signed int x) { return __builtin_abs(x); }
+inline unsigned long builtin_abs(signed long x) { return __builtin_labs(x); }
 #if __SIZEOF_LONG_LONG__
-inline long long builtin_abs(long long x) { return __builtin_llabs(x); }
+inline unsigned long long builtin_abs(signed long long x) { return __builtin_llabs(x); }
 #endif
 
 inline unsigned char builtin_clz(unsigned char x) {
diff --git a/lib/kernel/vstore.cl b/lib/kernel/vstore.cl
index fc74278..421a256 100644
--- a/lib/kernel/vstore.cl
+++ b/lib/kernel/vstore.cl
@@ -108,6 +108,6 @@ IMPLEMENT_VSTORE(uint  , __private)
 IMPLEMENT_VSTORE(ulong , __private)
 #endif
 IMPLEMENT_VSTORE(float , __private)
-#if defined(cl_khr_fpt64)
+#if defined(cl_khr_fp64)
 IMPLEMENT_VSTORE(double, __private)
 #endif
diff --git a/lib/kernel/write_image.cl b/lib/kernel/write_image.cl
index 0c824e0..9fded12 100644
--- a/lib/kernel/write_image.cl
+++ b/lib/kernel/write_image.cl
@@ -24,7 +24,7 @@
 #include "templates.h"
 #include "pocl_image_rw_utils.h"
 
-#if (__clang_major__ == 3) && (__clang_minor__ >= 5)
+#if (__clang_major__ > 3) || ((__clang_major__ == 3) && (__clang_minor__ >= 5))
 // Clang 3.5 crashes in case trying to cast to the private pointer,
 // adding the global qualifier fixes it. Clang 3.4 crashes if it's
 // there. The issue is in SROA.
@@ -33,47 +33,62 @@
 #define ADDRESS_SPACE
 #endif
 
+// 3.9 needs access qualifier
+// TODO: rw images
+#ifdef CLANG_OLDER_THAN_3_9
+#define IMG_WRITE_AQ
+#else
+#define IMG_WRITE_AQ __write_only
+#endif
+
 /* writes pixel to coord in image */
-void pocl_write_pixel (void* color_, ADDRESS_SPACE dev_image_t* dev_image, int4 coord)
-{  
+void pocl_write_pixel (void* color_, ADDRESS_SPACE dev_image_t* dev_image,
+                       int4 coord)
+{
   uint4 *color = (uint4*)color_;
-  int i, idx;
-  int width = dev_image->width;
-  int height = dev_image->height;
-  int num_channels = dev_image->num_channels;
-  int elem_size = dev_image->elem_size;
+  int width = dev_image->_width;
+  int height = dev_image->_height;
+  int num_channels = dev_image->_num_channels;
+  int i = num_channels;
+  int elem_size = dev_image->_elem_size;
+  int const base_index =
+    (coord.x + coord.y*width + coord.z*height*width) * num_channels;
 
-  if (dev_image->order == CL_A)
+  if (dev_image->_order == CL_A)
     {
-      idx = (coord.x + coord.y*width + coord.z*height*width) * num_channels;
       if (elem_size == 1)
-        ((uchar*)(dev_image->data))[idx] = (*color)[3];
-      if (elem_size == 2)
-        ((ushort*)(dev_image->data))[idx] = (*color)[3];
-      if (elem_size == 4)
-        ((uint*)(dev_image->data))[idx] = (*color)[3];
+        ((uchar*) (dev_image->_data))[base_index] = (*color)[3];
+      else if (elem_size == 2)
+        ((ushort*) (dev_image->_data))[base_index] = (*color)[3];
+      else if (elem_size == 4)
+        ((uint*) (dev_image->_data))[base_index] = (*color)[3];
       return;
     }
 
-  for (i = 0; i < num_channels; i++)
+  if (elem_size == 1)
     {
-      idx = i + (coord.x + coord.y*width + coord.z*height*width)*num_channels;
-      if (elem_size == 1)
+      while (i--)
         {
-          ((uchar*)dev_image->data)[idx] = (*color)[i];          
+          ((uchar*) (dev_image->_data))[base_index + i] = (*color)[i];
         }
-      if (elem_size == 2)
+    }
+  else if (elem_size == 2)
+    {
+      while (i--)
         {
-          ((ushort*)dev_image->data)[idx] = (*color)[i];
+          ((ushort*) dev_image->_data)[base_index + i] = (*color)[i];
         }
-      if (elem_size == 4)
+    }
+  else if (elem_size == 4)
+    {
+      while (i--)
         {
-          ((uint*)dev_image->data)[idx] = (*color)[i];
+          ((uint*) dev_image->_data)[base_index + i] = (*color)[i];
         }
     }
 }
 
-/* Implementation for write_image with any image data type and int coordinates 
+/* Implementation for write_image with any image data type and int coordinates
    __IMGTYPE__ = image type (image2d_t, ...)
    __DTYPE__  = data type to be read (int4 or uint4 float4)
    __POSTFIX__ = function name postfix (i, ui, f)
@@ -81,16 +96,16 @@ void pocl_write_pixel (void* color_, ADDRESS_SPACE dev_image_t* dev_image, int4
 */
 #define IMPLEMENT_WRITE_IMAGE_INT_COORD(__IMGTYPE__,__DTYPE__,__POSTFIX__, \
                                         __COORD__)                      \
-  void _CL_OVERLOADABLE write_image##__POSTFIX__ (__IMGTYPE__ image,    \
+  void _CL_OVERLOADABLE write_image##__POSTFIX__ (__write_only __IMGTYPE__ image,    \
                                                   __COORD__ coord,      \
                                                   __DTYPE__ color)      \
   {                                                                     \
-  int4 coord4;                                                          \
-  INITCOORD##__COORD__(coord4, coord);                                  \
-  pocl_write_pixel (&color, *(ADDRESS_SPACE dev_image_t**)&image, coord4);                             \
+    int4 coord4;                                                        \
+    INITCOORD##__COORD__(coord4, coord);                                \
+    global dev_image_t* i_ptr = __builtin_astype (image, global dev_image_t*); \
+    pocl_write_pixel (&color, i_ptr, coord4);                             \
   }                                                                     \
 
-IMPLEMENT_WRITE_IMAGE_INT_COORD(image2d_t, uint4, ui, int2)
-IMPLEMENT_WRITE_IMAGE_INT_COORD(image2d_t, float4, f, int2);
-
-
+IMPLEMENT_WRITE_IMAGE_INT_COORD (image2d_t, uint4, ui, int2)
+IMPLEMENT_WRITE_IMAGE_INT_COORD (image2d_t, float4, f, int2)
+IMPLEMENT_WRITE_IMAGE_INT_COORD (image3d_t, float4, f, int4)
diff --git a/lib/llvmopencl/AutomaticLocals.cc b/lib/llvmopencl/AutomaticLocals.cc
index eee1f95..f732d82 100644
--- a/lib/llvmopencl/AutomaticLocals.cc
+++ b/lib/llvmopencl/AutomaticLocals.cc
@@ -50,16 +50,16 @@ using namespace pocl;
 
 namespace {
   class AutomaticLocals : public ModulePass {
-  
+
   public:
     static char ID;
     AutomaticLocals() : ModulePass(ID) {}
-    
+
     virtual void getAnalysisUsage(AnalysisUsage &AU) const;
     virtual bool runOnModule(Module &M);
 
   private:
-    Function *ProcessAutomaticLocals(Function *F);
+    Function *processAutomaticLocals(Function *F);
   };
 }
 
@@ -67,12 +67,16 @@ char AutomaticLocals::ID = 0;
 static RegisterPass<AutomaticLocals> X("automatic-locals",
 				      "Processes automatic locals");
 
+#if (LLVM_OLDER_THAN_3_7)
 void
 AutomaticLocals::getAnalysisUsage(AnalysisUsage &AU) const {
-#if (LLVM_OLDER_THAN_3_7)
   AU.addRequired<DataLayoutPass>();
-#endif
 }
+#else
+void
+AutomaticLocals::getAnalysisUsage(AnalysisUsage &) const {
+}
+#endif
 
 bool
 AutomaticLocals::runOnModule(Module &M)
@@ -85,23 +89,27 @@ AutomaticLocals::runOnModule(Module &M)
   FunctionMapping kernels;
 
   string ErrorInfo;
-
+  std::vector<Function*> NewFuncs;
   for (Module::iterator mi = M.begin(), me = M.end(); mi != me; ++mi) {
+    // This is to prevent recursion with llvm 3.9. The new kernels are
+    // recognized as kernelsToProcess.
+    if (find(NewFuncs.begin(), NewFuncs.end(), &*mi) != NewFuncs.end())
+      continue;
     if (!Workgroup::isKernelToProcess(*mi))
       continue;
-  
+
     Function *F = &*mi;
 
-    Function *new_kernel = ProcessAutomaticLocals(F);
+    Function *new_kernel = processAutomaticLocals(F);
     if (new_kernel != F)
       changed = true;
     kernels[F] = new_kernel;
+    NewFuncs.push_back(new_kernel);
   }
 
   if (changed)
     {
       regenerate_kernel_metadata(M, kernels);
-
       /* Delete the old kernels. */
       for (FunctionMapping::const_iterator i = kernels.begin(),
              e = kernels.end(); i != e; ++i) 
@@ -116,63 +124,56 @@ AutomaticLocals::runOnModule(Module &M)
 }
 
 Function *
-AutomaticLocals::ProcessAutomaticLocals(Function *F)
-{
+AutomaticLocals::processAutomaticLocals(Function *F) {
+
   Module *M = F->getParent();
-  
-  SmallVector<GlobalVariable *, 8> locals;
 
-  SmallVector<Type *, 8> parameters;
+  SmallVector<GlobalVariable *, 8> Locals;
+
+  SmallVector<Type *, 8> Parameters;
   for (Function::const_arg_iterator i = F->arg_begin(),
-         e = F->arg_end();
-       i != e; ++i)
-    parameters.push_back(i->getType());
-    
+         e = F->arg_end(); i != e; ++i)
+    Parameters.push_back(i->getType());
+
   for (Module::global_iterator i = M->global_begin(),
-         e = M->global_end();
-       i != e; ++i) {
-    std::string funcName = "";
-    funcName = F->getName().str();
-    if (is_automatic_local(funcName, *i)) {
-      locals.push_back(&*i);
+         e = M->global_end(); i != e; ++i) {
+    std::string FuncName = "";
+    FuncName = F->getName().str();
+    if (isAutomaticLocal(FuncName, *i)) {
+      Locals.push_back(&*i);
       // Add the parameters to the end of the function parameter list.
-      parameters.push_back(i->getType());
+      Parameters.push_back(i->getType());
     }
   }
 
-  if (locals.empty()) {
+  if (Locals.empty()) {
     // This kernel fingerprint has not changed.
     return F;
   }
-  
+
   // Create the new function.
-  FunctionType *ft = FunctionType::get(F->getReturnType(),
-                                       parameters,
-                                       F->isVarArg());
-  Function *new_kernel = Function::Create(ft,
-                                          F->getLinkage(),
-                                          "",
-                                          M);
-  new_kernel->takeName(F);
-  
-  ValueToValueMapTy vv;
-  Function::arg_iterator j = new_kernel->arg_begin();
-  for (Function::const_arg_iterator i = F->arg_begin(),
-         e = F->arg_end();
+  FunctionType *FT =
+    FunctionType::get(F->getReturnType(), Parameters, F->isVarArg());
+  Function *NewKernel = Function::Create(FT, F->getLinkage(), "", M);
+  NewKernel->takeName(F);
+
+  ValueToValueMapTy VV;
+  Function::arg_iterator j = NewKernel->arg_begin();
+  for (Function::const_arg_iterator i = F->arg_begin(), e = F->arg_end();
        i != e; ++i) {
     j->setName(i->getName());
-    vv[&*i] = &*j;
+    VV[&*i] = &*j;
     ++j;
   }
-  
-  for (int i = 0; j != new_kernel->arg_end(); ++i, ++j) {
+
+  for (int i = 0; j != NewKernel->arg_end(); ++i, ++j) {
     j->setName("_local" + Twine(i));
-    vv[locals[i]] = &*j;
+    VV[Locals[i]] = &*j;
   }
-                                 
-  SmallVector<ReturnInst *, 1> ri;
-  CloneFunctionInto(new_kernel, F, vv, false, ri);
 
-  return new_kernel;
+  SmallVector<ReturnInst *, 1> RI;
+  CloneFunctionInto(NewKernel, F, VV, false, RI);
+
+  return NewKernel;
 }
 
diff --git a/lib/llvmopencl/BarrierTailReplication.cc b/lib/llvmopencl/BarrierTailReplication.cc
index 1f059b3..706c769 100644
--- a/lib/llvmopencl/BarrierTailReplication.cc
+++ b/lib/llvmopencl/BarrierTailReplication.cc
@@ -375,7 +375,9 @@ BarrierTailReplication::ReplicateBasicBlocks(BasicBlockVector &new_graph,
           
           // Get value for original incoming edge and add new predicate.
           Value *v = phi->getIncomingValueForBlock(b);
-          Value *new_v = reference_map[v];
+          Value *new_v = reference_map.find(v) == reference_map.end() ?
+            NULL : reference_map[v];
+
           if (new_v == NULL) {
             /* This case can happen at least when replicating a latch 
                block in a b-loop. The value produced might be from a common
@@ -413,8 +415,13 @@ BarrierTailReplication::UpdateReferences(const BasicBlockVector &graph,
     for (BasicBlock::iterator i2 = b->begin(), e2 = b->end();
          i2 != e2; ++i2) {
       Instruction *i = &*i2;
+#ifdef LLVM_OLDER_THAN_3_9
       RemapInstruction(i, reference_map,
                        RF_IgnoreMissingEntries | RF_NoModuleLevelChanges);
+#else
+      RemapInstruction(i, reference_map,
+                       RF_IgnoreMissingLocals | RF_NoModuleLevelChanges);
+#endif
     }
   }
 }
diff --git a/lib/llvmopencl/BreakConstantGEPs.h b/lib/llvmopencl/BreakConstantGEPs.h
index 983e497..017f4e8 100644
--- a/lib/llvmopencl/BreakConstantGEPs.h
+++ b/lib/llvmopencl/BreakConstantGEPs.h
@@ -42,7 +42,11 @@ struct BreakConstantGEPs : public FunctionPass {
   public:
     static char ID;
     BreakConstantGEPs() : FunctionPass(ID) {}
+#ifdef LLVM_OLDER_THAN_4_0
     const char *getPassName() const {return "Remove Constant GEP Expressions";}
+#else
+    llvm::StringRef getPassName() const override {return "Remove Constant GEP Expressions";}
+#endif
     virtual bool runOnFunction (Function & F);
     virtual void getAnalysisUsage(AnalysisUsage &AU) const {
       // This pass does not modify the control-flow graph of the function
diff --git a/lib/llvmopencl/CMakeLists.txt b/lib/llvmopencl/CMakeLists.txt
index 2bcabea..82a610f 100644
--- a/lib/llvmopencl/CMakeLists.txt
+++ b/lib/llvmopencl/CMakeLists.txt
@@ -24,35 +24,41 @@
 #=============================================================================
 
 set(LLVMPASSES_SOURCES "Barrier.h"
-                        "BarrierBlock.h" "BarrierBlock.cc"
-                        "Kernel.h" "Kernel.cc"
-                        "ParallelRegion.h" "ParallelRegion.cc"
-                        "CanonicalizeBarriers.h" "CanonicalizeBarriers.cc"
-                        "LoopBarriers.h" "LoopBarriers.cc"
-                        "GenerateHeader.cc" "Workgroup.h" "Workgroup.cc"
-            "BarrierTailReplication.h" "BarrierTailReplication.cc"
-                        "Flatten.cc" "IsolateRegions.h" "IsolateRegions.cc"
-            "WorkitemReplication.h" "WorkitemReplication.cc"
-            "ImplicitLoopBarriers.h" "ImplicitLoopBarriers.cc"
-            "WorkItemAliasAnalysis.cc" 
-            "WorkitemHandler.h" "WorkitemHandler.cc"
-            "WorkitemLoops.h" "WorkitemLoops.cc"
-            "PHIsToAllocas.h" "PHIsToAllocas.cc"
-            "BreakConstantGEPs.h" "BreakConstantGEPs.cpp"
-            "WorkitemHandlerChooser.h" "WorkitemHandlerChooser.cc"
-            "AllocasToEntry.h" "AllocasToEntry.cc"
-            "TargetAddressSpaces.h" "TargetAddressSpaces.cc"
-            "LLVMUtils.cc" "LLVMUtils.h" "LLVMFileUtils.cc"
-            "VariableUniformityAnalysis.h" "VariableUniformityAnalysis.cc"
-            "AutomaticLocals.cc" "ImplicitConditionalBarriers.cc"
-            "ImplicitConditionalBarriers.h"
-            "DebugHelpers.h" "DebugHelpers.cc")
+  "BarrierBlock.h" "BarrierBlock.cc"
+  "Kernel.h" "Kernel.cc"
+  "ParallelRegion.h" "ParallelRegion.cc"
+  "CanonicalizeBarriers.h" "CanonicalizeBarriers.cc"
+  "LoopBarriers.h" "LoopBarriers.cc"
+  "Workgroup.h" "Workgroup.cc"
+  "BarrierTailReplication.h" "BarrierTailReplication.cc"
+  "Flatten.cc" "IsolateRegions.h" "IsolateRegions.cc"
+  "WorkitemReplication.h" "WorkitemReplication.cc"
+  "ImplicitLoopBarriers.h" "ImplicitLoopBarriers.cc"
+  "WorkItemAliasAnalysis.cc"
+  "WorkitemHandler.h" "WorkitemHandler.cc"
+  "WorkitemLoops.h" "WorkitemLoops.cc"
+  "PHIsToAllocas.h" "PHIsToAllocas.cc"
+  "BreakConstantGEPs.h" "BreakConstantGEPs.cpp"
+  "WorkitemHandlerChooser.h" "WorkitemHandlerChooser.cc"
+  "AllocasToEntry.h" "AllocasToEntry.cc"
+  "LLVMUtils.cc" "LLVMUtils.h" "LLVMFileUtils.cc"
+  "VariableUniformityAnalysis.h" "VariableUniformityAnalysis.cc"
+  "AutomaticLocals.cc" "ImplicitConditionalBarriers.cc"
+  "ImplicitConditionalBarriers.h"
+  "DebugHelpers.h" "DebugHelpers.cc"
+  "RemoveBarrierCalls.h" "RemoveBarrierCalls.cc"
+  "HandleSamplerInitialization.h" "HandleSamplerInitialization.cc")
 
+if(POCL_USE_FAKE_ADDR_SPACE_IDS)
+list(APPEND LLVMPASSES_SOURCES "TargetAddressSpaces.cc")
+endif()
 
 set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} ${LLVM_CFLAGS}")
 set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} ${LLVM_CXXFLAGS}")
 
 include_directories(${LLVM_INCLUDE_DIRS})
+include_directories(../CL)
+include_directories(../CL/devices)
 
 if(MSVC)
   set_source_files_properties( ${LLVMPASSES_SOURCES} PROPERTIES LANGUAGE CXX )
diff --git a/lib/llvmopencl/Flatten.cc b/lib/llvmopencl/Flatten.cc
index fb7898c..e29ba10 100644
--- a/lib/llvmopencl/Flatten.cc
+++ b/lib/llvmopencl/Flatten.cc
@@ -142,7 +142,7 @@ Flatten::runOnModule(Module &M)
     pending.pop_back();
 
     for (Value::use_iterator i = v->use_begin(), e = v->use_end();
-	 i != e; ++i) {
+         i != e; ++i) {
       llvm::User *user = i->getUser();
       if (Instruction *ci = dyn_cast<Instruction>(user) {
         // Prevent infinite looping on recursive functions
diff --git a/lib/llvmopencl/GenerateHeader.cc b/lib/llvmopencl/GenerateHeader.cc
deleted file mode 100644
index fa8510b..0000000
--- a/lib/llvmopencl/GenerateHeader.cc
+++ /dev/null
@@ -1,309 +0,0 @@
-// LLVM module pass to get information from kernel functions.
-// 
-// Copyright (c) 2011 Universidad Rey Juan Carlos
-// 
-// Permission is hereby granted, free of charge, to any person obtaining a copy
-// of this software and associated documentation files (the "Software"), to deal
-// in the Software without restriction, including without limitation the rights
-// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-// copies of the Software, and to permit persons to whom the Software is
-// furnished to do so, subject to the following conditions:
-// 
-// The above copyright notice and this permission notice shall be included in
-// all copies or substantial portions of the Software.
-// 
-// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-// THE SOFTWARE.
-
-#include <iostream>
-
-#include "CompilerWarnings.h"
-IGNORE_COMPILER_WARNING("-Wunused-parameter")
-
-#include "config.h"
-#include "pocl.h"
-
-#include "llvm/Pass.h"
-#include "llvm/Support/CommandLine.h"
-#include "llvm/Support/ErrorHandling.h"
-#include "llvm/Support/raw_ostream.h"
-#include "llvm/Support/FileSystem.h"
-#include "llvm/Transforms/Utils/Cloning.h"
-#include "llvm/IR/DataLayout.h"
-
-#include "llvm/IR/Argument.h"
-#include "llvm/IR/Constants.h"
-#include "llvm/IR/DerivedTypes.h"
-#include "llvm/IR/Function.h"
-#include "llvm/IR/GlobalVariable.h"
-#include "llvm/IR/Instructions.h"
-#include "llvm/IR/Module.h"
-
-#include "Workgroup.h"
-#include "LLVMUtils.h"
-
-POP_COMPILER_DIAGS
-
-using namespace std;
-using namespace llvm;
-using namespace pocl;
-
-
-cl::opt<string>
-Header("header",
-       cl::desc("Output header file with kernel description macros"),
-       cl::value_desc("header"));
-
-namespace {
-  class GenerateHeader : public ModulePass {
-  
-  public:
-    static char ID;
-    GenerateHeader() : ModulePass(ID) {}
-    
-    virtual void getAnalysisUsage(AnalysisUsage &AU) const;
-    virtual bool runOnModule(Module &M);
-
-  private:
-    void ProcessPointers(Function *F,
-                         raw_fd_ostream &out);
-    void ProcessReqdWGSize(Function *F,
-                           raw_fd_ostream &out);
-    Function *ProcessAutomaticLocals(Function *F,
-                                     raw_fd_ostream &out);
-  };
-}
-
-char GenerateHeader::ID = 0;
-static RegisterPass<GenerateHeader> X("generate-header",
-				      "Kernel information header creation pass");
-
-void
-GenerateHeader::getAnalysisUsage(AnalysisUsage &AU) const
-{
-  // In LLVM 3.7, DataLayout is not a pass anymore, it can be created from
-  // a llvm::Module
-#ifdef LLVM_OLDER_THAN_3_7
-  AU.addRequired<DataLayoutPass>();
-#endif
-}
-
-bool
-GenerateHeader::runOnModule(Module &M)
-{
-  bool changed = false;
-
-  // store the new and old kernel pairs in order to regenerate
-  // all the metadata that used to point to the unmodified
-  // kernels
-  FunctionMapping kernels;
-
-  std::error_code ErrorInfo;
-
-  raw_fd_ostream out(Header, ErrorInfo, sys::fs::F_Append);
-
-  for (Module::iterator mi = M.begin(), me = M.end(); mi != me; ++mi) {
-    if (!Workgroup::isKernelToProcess(*mi))
-      continue;
-  
-    Function *F = &*mi;
-
-    ProcessPointers(F, out);    
-    ProcessReqdWGSize(F, out);
-    
-    Function *new_kernel = ProcessAutomaticLocals(F, out);
-    if (new_kernel != F)
-      changed = true;
-    kernels[F] = new_kernel;
-  }
-
-  if (changed)
-    {
-      regenerate_kernel_metadata(M, kernels);
-
-      /* Delete the old kernels. */
-      for (FunctionMapping::const_iterator i = kernels.begin(),
-             e = kernels.end(); i != e; ++i) 
-        {
-          Function *old_kernel = (*i).first;
-          Function *new_kernel = (*i).second;
-          if (old_kernel == new_kernel) continue;
-          old_kernel->eraseFromParent();
-        }
-    }
-  return changed;
-}
-
-
-void
-GenerateHeader::ProcessReqdWGSize(Function *F,
-                                  raw_fd_ostream &out) 
-{
-
-  unsigned LocalSizeX = 0, LocalSizeY = 0, LocalSizeZ = 0;
-
-  llvm::NamedMDNode *size_info = F->getParent()->getNamedMetadata("opencl.kernel_wg_size_info");
-  if (size_info) {
-    for (unsigned i = 0, e = size_info->getNumOperands(); i != e; ++i) {
-      llvm::MDNode *KernelSizeInfo = size_info->getOperand(i);
-      if (dyn_cast<ValueAsMetadata>(KernelSizeInfo->getOperand(0).get())->getValue() != F) 
-        continue;
-      LocalSizeX = (llvm::cast<ConstantInt>(
-                     llvm::dyn_cast<ConstantAsMetadata>(
-                       KernelSizeInfo->getOperand(1))->getValue()))->getLimitedValue();
-      LocalSizeY = (llvm::cast<ConstantInt>(
-                     llvm::dyn_cast<ConstantAsMetadata>(
-                       KernelSizeInfo->getOperand(2))->getValue()))->getLimitedValue();
-      LocalSizeZ = (llvm::cast<ConstantInt>(
-                     llvm::dyn_cast<ConstantAsMetadata>(
-                       KernelSizeInfo->getOperand(3))->getValue()))->getLimitedValue();
-      break;
-    }
-  }
-
-  out << "#define _" << F->getName() << "_REQD_WG_SIZE {"
-      << LocalSizeX << ", "
-      << LocalSizeY << ", "
-      << LocalSizeZ << "}\n";
-}
-
-

-void
-GenerateHeader::ProcessPointers(Function *F,
-                                raw_fd_ostream &out)
-{
-  int num_args = F->getFunctionType()->getNumParams();
-
-  out << "#define _" << F->getName() << "_NUM_ARGS " << num_args << '\n';
-
-  bool *is_pointer = (bool*)calloc(num_args, sizeof(bool));
-  bool *is_local = (bool*)calloc(num_args, sizeof(bool));
-  bool *is_image = (bool*)calloc(num_args, sizeof(bool));
-  bool *is_sampler = (bool*)calloc(num_args, sizeof(bool));
-
-  int i = 0;
-  for (Function::const_arg_iterator ii = F->arg_begin(),
-         ee = F->arg_end();
-       ii != ee; ++ii) {
-    Type *t = ii->getType();
-
-    const PointerType *p = dyn_cast<PointerType>(t);
-    if (p && !ii->hasByValAttr()) {
-      is_pointer[i] = true;
-      // index 0 is for function attributes, parameters start at 1.
-      if (p->getAddressSpace() == POCL_ADDRESS_SPACE_GLOBAL ||
-          p->getAddressSpace() == POCL_ADDRESS_SPACE_CONSTANT)
-        is_local[i] = false;
-      else
-        is_local[i] = true;
-    } else {
-      is_pointer[i] = false;
-      is_local[i] = false;
-    }
-
-    if (t->isPointerTy()) {
-      if (is_image_type(*t)) {
-        is_image[i] = true;
-        is_pointer[i] = false;
-        is_local[i] = false;
-      } else if (is_sampler_type(*t)) {
-        is_sampler[i] = true;
-        is_pointer[i] = false;
-        is_local[i] = false;
-      }
-    }
-
-    ++i;
-  }
-
-  out << "#define _" << F->getName() << "_ARG_IS_POINTER {";
-  if (num_args != 0) {
-    out << is_pointer[0];
-    for (i = 1; i < num_args; ++i)
-      out << ", " << is_pointer[i];
-  }
-  out << "}\n";
-  
-  out << "#define _" << F->getName() << "_ARG_IS_LOCAL {";
-  if (num_args != 0) {
-    out << is_local[0];
-    for (i = 1; i < num_args; ++i)
-      out << ", " << is_local[i];
-  }
-  out << "}\n";
-  
-  out << "#define _" << F->getName() << "_ARG_IS_IMAGE {";
-  if (num_args != 0) {
-    out << is_image[0];
-    for (i = 1; i < num_args; ++i)
-      out << ", " << is_image[i];
-  }
-  out << "}\n";
-  
-  out << "#define _" << F->getName() << "_ARG_IS_SAMPLER {";
-  if (num_args != 0) {
-    out << is_sampler[0];
-    for (i = 1; i < num_args; ++i)
-      out << ", " << is_sampler[i];
-  }
-  out << "}\n";
-
-  free(is_pointer);
-  free(is_local);
-  free(is_image);
-  free(is_sampler);
-}
-
-

-Function *
-GenerateHeader::ProcessAutomaticLocals(Function *F,
-                                       raw_fd_ostream &out)
-{
-  Module *M = F->getParent();
-#ifdef  LLVM_OLDER_THAN_3_7
-  const DataLayout *TD = &getAnalysis<DataLayoutPass>().getDataLayout();
-#else
-  const DataLayout DLayout(F->getParent());
-  const DataLayout *TD = &DLayout;
-#endif
-  
-  SmallVector<GlobalVariable *, 8> locals;
-
-  SmallVector<Type *, 8> parameters;
-  for (Function::const_arg_iterator i = F->arg_begin(),
-         e = F->arg_end();
-       i != e; ++i)
-    parameters.push_back(i->getType());
-    
-  for (Module::global_iterator i = M->global_begin(),
-         e = M->global_end();
-       i != e; ++i) {
-    std::string funcName = "";
-    funcName = F->getName().str();
-    if (i->getName().startswith(funcName + ".")) {
-      // Additional checks might be needed here. For now
-      // we assume any global starting with kernel name
-      // is declaring a local variable.
-      locals.push_back(&*i);
-      // Add the parameters to the end of the function parameter list.
-      parameters.push_back(i->getType());
-    }
-  }
-    
-  out << "#define _" << F->getName() << "_NUM_LOCALS "<< locals.size() << "\n";
-  out << "#define _" << F->getName() << "_LOCAL_SIZE {";
-  if (!locals.empty()) {
-    out << TD->getTypeAllocSize(locals[0]->getInitializer()->getType());
-    for (unsigned i = 1; i < locals.size(); ++i)
-      out << ", " << TD->getTypeAllocSize(locals[i]->getInitializer()->getType());
-  }
-  out << "}\n";    
-
-  return F;
-}
-
diff --git a/lib/llvmopencl/HandleSamplerInitialization.cc b/lib/llvmopencl/HandleSamplerInitialization.cc
new file mode 100644
index 0000000..7aee7aa
--- /dev/null
+++ b/lib/llvmopencl/HandleSamplerInitialization.cc
@@ -0,0 +1,100 @@
+// LLVM function pass to convert the sampler initializer calls to a target
+// desired format
+//
+// Copyright (c) 2017 Pekka Jääskeläinen / TUT
+//
+// Permission is hereby granted, free of charge, to any person obtaining a copy
+// of this software and associated documentation files (the "Software"), to deal
+// in the Software without restriction, including without limitation the rights
+// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+// copies of the Software, and to permit persons to whom the Software is
+// furnished to do so, subject to the following conditions:
+//
+// The above copyright notice and this permission notice shall be included in
+// all copies or substantial portions of the Software.
+//
+// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+// THE SOFTWARE.
+
+#include <set>
+
+#include "CompilerWarnings.h"
+IGNORE_COMPILER_WARNING("-Wunused-parameter")
+
+#include "pocl.h"
+#include "HandleSamplerInitialization.h"
+#include "Workgroup.h"
+#include "VariableUniformityAnalysis.h"
+
+#include <llvm/IR/Instructions.h>
+#include <llvm/IR/IRBuilder.h>
+
+POP_COMPILER_DIAGS
+
+using namespace llvm;
+
+namespace {
+  static
+  RegisterPass<pocl::HandleSamplerInitialization>
+  X("handle-samplers",
+    "Handles sampler initialization calls.");
+}
+
+namespace pocl {
+
+char HandleSamplerInitialization::ID = 0;
+
+HandleSamplerInitialization::HandleSamplerInitialization() : FunctionPass(ID) {
+}
+
+bool
+HandleSamplerInitialization::runOnFunction(Function &F) {
+
+#ifdef LLVM_OLDER_THAN_4_0
+  return false;
+#else
+  // Collect the sampler init calls to handle first, do not remove them
+  // instantly as it'd invalidate the iterators.
+  std::set<CallInst*> Calls;
+
+  for (Function::iterator I = F.begin(), E = F.end(); I != E; ++I) {
+    for (BasicBlock::iterator BI = I->begin(), BE = I->end(); BI != BE; ++BI) {
+      Instruction *Instr = dyn_cast<Instruction>(BI);
+      if (!llvm::isa<CallInst>(Instr)) continue;
+      CallInst *CallInstr = dyn_cast<CallInst>(Instr);
+      if (CallInstr->getCalledFunction() != nullptr &&
+	  CallInstr->getCalledFunction()->getName() ==
+	  "__translate_sampler_initializer") {
+	Calls.insert(CallInstr);
+      }
+    }
+  }
+
+  bool Changed = false;
+  for (auto C : Calls) {
+    llvm::IRBuilder<> Builder(C);
+    ConstantInt *SamplerValue = dyn_cast<ConstantInt>(C->arg_begin()->get());
+
+    llvm::AllocaInst *Alloca = Builder.CreateAlloca(SamplerValue->getType());
+    Builder.CreateStore(
+      ConstantInt::get(SamplerValue->getType(), SamplerValue->getValue()),
+      Alloca);
+    C->replaceAllUsesWith(Builder.CreateBitOrPointerCast(Alloca, C->getType()));
+    C->eraseFromParent();
+    Changed = true;
+  }
+  return Changed;
+#endif
+}
+
+void
+HandleSamplerInitialization::getAnalysisUsage(AnalysisUsage &AU) const {
+  AU.addPreserved<pocl::VariableUniformityAnalysis>();
+}
+
+}
diff --git a/lib/llvmopencl/TargetAddressSpaces.h b/lib/llvmopencl/HandleSamplerInitialization.h
similarity index 54%
copy from lib/llvmopencl/TargetAddressSpaces.h
copy to lib/llvmopencl/HandleSamplerInitialization.h
index fc53dcd..e8274e5 100644
--- a/lib/llvmopencl/TargetAddressSpaces.h
+++ b/lib/llvmopencl/HandleSamplerInitialization.h
@@ -1,18 +1,17 @@
-// Header for TargetAddressSpaces, an LLVM pass that converts the
-// generic address space ids to the target specific ones.
-// 
-// Copyright (c) 2013 Pekka Jääskeläinen / TUT
-// 
+// Header for HandleSamplerInitialization function pass.
+//
+// Copyright (c) 2017 Pekka Jääskeläinen / TUT
+//
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // of this software and associated documentation files (the "Software"), to deal
 // in the Software without restriction, including without limitation the rights
 // to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
 // copies of the Software, and to permit persons to whom the Software is
 // furnished to do so, subject to the following conditions:
-// 
+//
 // The above copyright notice and this permission notice shall be included in
 // all copies or substantial portions of the Software.
-// 
+//
 // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 // IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 // FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
@@ -21,30 +20,34 @@
 // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
 // THE SOFTWARE.
 
-#ifndef _POCL_TARGET_ADDRESS_SPACES_H
-#define _POCL_TARGET_ADDRESS_SPACES_H
+#ifndef _POCL_HANDLE_SAMPLER_INITIALIZATION_H
+#define _POCL_HANDLE_SAMPLER_INITIALIZATION_H
 
-#include "config.h"
+#include "CompilerWarnings.h"
+IGNORE_COMPILER_WARNING("-Wunused-parameter")
 
-#include "llvm/IR/Function.h"
-#include "llvm/Pass.h"
+#include <llvm/IR/Function.h>
+#include <llvm/PassAnalysisSupport.h>
+#include <llvm/Pass.h>
+
+POP_COMPILER_DIAGS
 
 namespace pocl {
-  /* pocl uses the fixed address space ids forced by the clang's
-     -ffake-address-space-map internally until the end to be able to
-     detect the different OpenCL address spaces ambiguously, regardless
-     of the target. This pass converts the fake address space ids to
-     the target-specific ones, if required by the code generator of that
-     target. */       
-  class TargetAddressSpaces : public llvm::ModulePass {
-  public:
-    static char ID;
-
-    TargetAddressSpaces();
-    virtual ~TargetAddressSpaces() {};
-
-    virtual bool runOnModule(llvm::Module &M);    
-  };
-}
 
+class Workgroup;
+
+// Currently removes the __translate_sampler_initializer calls introduced in Clang 4.0.
+// They usually trivially map to the given constant i32. The pass can be extended for
+// per-target handling of samplers.
+class HandleSamplerInitialization : public llvm::FunctionPass {
+public:
+
+  static char ID;
+  HandleSamplerInitialization();
+
+  virtual void getAnalysisUsage(llvm::AnalysisUsage &AU) const;
+  virtual bool runOnFunction(llvm::Function &F);
+};
+
+}
 #endif
diff --git a/lib/llvmopencl/ImplicitConditionalBarriers.cc b/lib/llvmopencl/ImplicitConditionalBarriers.cc
index 340d7bf..2781c51 100644
--- a/lib/llvmopencl/ImplicitConditionalBarriers.cc
+++ b/lib/llvmopencl/ImplicitConditionalBarriers.cc
@@ -28,6 +28,8 @@ IGNORE_COMPILER_WARNING("-Wunused-parameter")
 
 #include "config.h"
 
+#include "pocl.h"
+
 #include "llvm/Transforms/Utils/BasicBlockUtils.h"
 #include "llvm/IR/Constants.h"
 #include "llvm/IR/Instructions.h"
@@ -57,8 +59,13 @@ char ImplicitConditionalBarriers::ID = 0;
 void
 ImplicitConditionalBarriers::getAnalysisUsage(AnalysisUsage &AU) const
 {
+#ifdef LLVM_OLDER_THAN_3_9
   AU.addRequired<PostDominatorTree>();
   AU.addPreserved<PostDominatorTree>();
+#else
+  AU.addRequired<PostDominatorTreeWrapperPass>();
+  AU.addPreserved<PostDominatorTreeWrapperPass>();
+#endif
   AU.addRequired<DominatorTreeWrapperPass>();
   AU.addPreserved<DominatorTreeWrapperPass>();
   AU.addPreserved<VariableUniformityAnalysis>();
@@ -90,8 +97,12 @@ ImplicitConditionalBarriers::runOnFunction(Function &F) {
 
   if (!Workgroup::hasWorkgroupBarriers(F))
     return false;
-  
+
+#ifdef LLVM_OLDER_THAN_3_9
   PDT = &getAnalysis<PostDominatorTree>();
+#else
+  PDT = &getAnalysis<PostDominatorTreeWrapperPass>();
+#endif
 
   typedef std::vector<BasicBlock*> BarrierBlockIndex;
   BarrierBlockIndex conditionalBarriers;
@@ -100,7 +111,11 @@ ImplicitConditionalBarriers::runOnFunction(Function &F) {
     if (!Barrier::hasBarrier(b)) continue;
 
     // Unconditional barrier postdominates the entry node.
+#ifdef LLVM_OLDER_THAN_3_9
     if (PDT->dominates(b, &F.getEntryBlock())) continue;
+#else
+    if (PDT->getPostDomTree().dominates(b, &F.getEntryBlock())) continue;
+#endif
 
 #ifdef DEBUG_COND_BARRIERS
     std::cerr << "### found a conditional barrier";
@@ -128,7 +143,11 @@ ImplicitConditionalBarriers::runOnFunction(Function &F) {
     }
     BasicBlock *pred = firstNonBackedgePredecessor(b);
 
+#ifdef LLVM_OLDER_THAN_3_9
     while (!isa<BarrierBlock>(pred) && PDT->dominates(b, pred)) {
+#else
+    while (!isa<BarrierBlock>(pred) && PDT->getPostDomTree().dominates(b, pred)) {
+#endif
 
 #ifdef DEBUG_COND_BARRIERS
       std::cerr << "### looking at BB " << pred->getName().str() << std::endl;
diff --git a/lib/llvmopencl/ImplicitConditionalBarriers.h b/lib/llvmopencl/ImplicitConditionalBarriers.h
index 94e3404..046a7cc 100644
--- a/lib/llvmopencl/ImplicitConditionalBarriers.h
+++ b/lib/llvmopencl/ImplicitConditionalBarriers.h
@@ -73,7 +73,11 @@ namespace pocl {
     
     llvm::BasicBlock* firstNonBackedgePredecessor(llvm::BasicBlock *bb);
 
+#ifdef LLVM_OLDER_THAN_3_9
     llvm::PostDominatorTree *PDT;
+#else
+    llvm::PostDominatorTreeWrapperPass *PDT;
+#endif
 
   };
 }
diff --git a/lib/llvmopencl/ImplicitLoopBarriers.cc b/lib/llvmopencl/ImplicitLoopBarriers.cc
index a6ba8b6..c103899 100644
--- a/lib/llvmopencl/ImplicitLoopBarriers.cc
+++ b/lib/llvmopencl/ImplicitLoopBarriers.cc
@@ -36,6 +36,8 @@
 #include "Workgroup.h"
 #include "VariableUniformityAnalysis.h"
 
+#include "pocl_runtime_config.h"
+
 //#define DEBUG_ILOOP_BARRIERS
 
 using namespace llvm;
@@ -60,7 +62,8 @@ bool ImplicitLoopBarriers::runOnLoop(Loop *L, LPPassManager &LPM) {
   if (!Workgroup::isKernelToProcess(*L->getHeader()->getParent()))
     return false;
 
-  if (!Workgroup::hasWorkgroupBarriers(*L->getHeader()->getParent())) {
+  if (!pocl_get_bool_option("POCL_FORCE_PARALLEL_OUTER_LOOP", 0) &&
+      !Workgroup::hasWorkgroupBarriers(*L->getHeader()->getParent())) {
 #ifdef DEBUG_ILOOP_BARRIERS
     std::cerr << "### ILB: The kernel has no barriers, let's not add implicit ones "
               << "either to avoid WI context switch overheads"
@@ -71,7 +74,6 @@ bool ImplicitLoopBarriers::runOnLoop(Loop *L, LPPassManager &LPM) {
   return ProcessLoop(L, LPM);
 }
 
-

 /**
  * Adds a barrier to the first BB of each loop.
  *
diff --git a/lib/llvmopencl/LLVMFileUtils.cc b/lib/llvmopencl/LLVMFileUtils.cc
index 1697f90..2c36318 100644
--- a/lib/llvmopencl/LLVMFileUtils.cc
+++ b/lib/llvmopencl/LLVMFileUtils.cc
@@ -1,3 +1,32 @@
+/*
+    Copyright (c) 2016-2017 Tampere University of Technology.
+
+    Permission is hereby granted, free of charge, to any person obtaining a
+    copy of this software and associated documentation files (the "Software"),
+    to deal in the Software without restriction, including without limitation
+    the rights to use, copy, modify, merge, publish, distribute, sublicense,
+    and/or sell copies of the Software, and to permit persons to whom the
+    Software is furnished to do so, subject to the following conditions:
+
+    The above copyright notice and this permission notice shall be included in
+    all copies or substantial portions of the Software.
+
+    THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+    IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+    FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
+    THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+    LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
+    FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
+    DEALINGS IN THE SOFTWARE.
+ */
+/**
+ * @file LLVMFileUtils.cc
+ *
+ * File utility functions based on LLVM APIs.
+ *
+ * @author Michal Babej 2016
+ */
+
 #if !defined(_MSC_VER) && !defined(__MINGW32__)
 #include <unistd.h>
 #include <sys/types.h>
@@ -19,6 +48,9 @@
 #include "pocl.h"
 #include "pocl_file_util.h"
 
+#include "CompilerWarnings.h"
+IGNORE_COMPILER_WARNING("-Wunused-parameter")
+
 #include <llvm/Support/LockFileManager.h>
 
 #include "llvm/Support/FileSystem.h"
@@ -26,10 +58,17 @@
 #include "llvm/Support/Path.h"
 #include "llvm/Support/raw_os_ostream.h"
 
+#ifdef LLVM_OLDER_THAN_4_0
 #include "llvm/Bitcode/ReaderWriter.h"
+#else
+#include "llvm/Bitcode/BitcodeReader.h"
+#include "llvm/Bitcode/BitcodeWriter.h"
+#endif
 
 #include <llvm/Support/Errc.h>
 
+POP_COMPILER_DIAGS
+
 #define RETURN_IF_EC if (ec) return ec.default_error_condition().value()
 #define OPEN_FOR_READ ec = sys::fs::openFileForRead(p, fd)
 #define OPEN_CREATE ec = sys::fs::openFileForWrite(p, fd, sys::fs::F_RW | sys::fs::F_Excl)
@@ -215,14 +254,24 @@ int pocl_write_module(void *module, const char* path, int dont_rewrite) {
                 return res;
         }
     }
+    /* To avoid corrupted .bc files, create a tmp file first and
+       then rename it */
+    std::string TmpPath(path);
+    TmpPath.append(".tmp");
 
-    raw_fd_ostream os(path, ec, sys::fs::F_RW | sys::fs::F_Excl);
+    raw_fd_ostream os(TmpPath, ec, sys::fs::F_RW | sys::fs::F_Excl);
     RETURN_IF_EC;
 
     WriteBitcodeToFile((llvm::Module*)module, os);
     os.close();
-    return (os.has_error() ? 1 : 0);
-
+    if (os.has_error())
+      return 1;
+
+    std::string Command("mv ");
+    Command += TmpPath;
+    Command += " ";
+    Command += path;
+    return system(Command.c_str());
 }
 
 
diff --git a/lib/llvmopencl/LLVMUtils.h b/lib/llvmopencl/LLVMUtils.h
index d0a7bf0..a94a68e 100644
--- a/lib/llvmopencl/LLVMUtils.h
+++ b/lib/llvmopencl/LLVMUtils.h
@@ -32,6 +32,8 @@
 #include <llvm/IR/Metadata.h>
 #include <llvm/IR/DerivedTypes.h>
 
+#include "TargetAddressSpaces.h"
+
 namespace llvm {
     class Module;
     class Function;
@@ -46,11 +48,23 @@ void
 regenerate_kernel_metadata(llvm::Module &M, FunctionMapping &kernels);
 
 inline bool
-is_automatic_local(const std::string& funcName, llvm::GlobalVariable &var) 
-{
-  return var.getName().startswith(funcName + ".") &&
-    llvm::isa<llvm::PointerType>(var.getType()) &&
-    var.getType()->getPointerAddressSpace() == POCL_ADDRESS_SPACE_LOCAL;
+isAutomaticLocal(const std::string &FuncName, llvm::GlobalVariable &Var) {
+#ifdef POCL_USE_FAKE_ADDR_SPACE_IDS
+  return Var.getName().startswith(FuncName + ".") &&
+    llvm::isa<llvm::PointerType>(Var.getType()) &&
+    Var.getType()->getPointerAddressSpace() == POCL_FAKE_AS_LOCAL;
+#else
+  // Without the fake address space IDs, there is no reliable way to figure out
+  // if the address space is local from the bitcode. We could check its AS
+  // against the device's local address space id, but for now lets rely on the
+  // naming convention only. Only relying on the naming convention has the problem
+  // that LLVM can move private const arrays to the global space which make
+  // them look like local arrays (see Github Issue 445). This should be properly
+  // fixed in Clang side with e.g. a naming convention for the local arrays to
+  // detect them robstly without having logical address space info in the IR.
+  return Var.getName().startswith(FuncName + ".") &&
+    llvm::isa<llvm::PointerType>(Var.getType()) && !Var.isConstant();
+#endif
 }
 
 inline bool
@@ -58,8 +72,8 @@ is_image_type(const llvm::Type& t)
 {
   if (t.isPointerTy() && t.getPointerElementType()->isStructTy()) {
     llvm::StringRef name = t.getPointerElementType()->getStructName();
-    if (name.startswith("opencl.image2d_t") || name.startswith("opencl.image3d_t") ||
-        name.startswith("opencl.image1d_t") || name.startswith("struct._pocl_image"))
+    if (name.startswith("opencl.image2d_") || name.startswith("opencl.image3d_") ||
+        name.startswith("opencl.image1d_") || name.startswith("struct._pocl_image"))
       return true;
   }
   return false;
diff --git a/lib/llvmopencl/LoopBarriers.cc b/lib/llvmopencl/LoopBarriers.cc
index dc247dc..ed86ae5 100644
--- a/lib/llvmopencl/LoopBarriers.cc
+++ b/lib/llvmopencl/LoopBarriers.cc
@@ -1,8 +1,8 @@
 // LLVM loop pass that adds required barriers to loops.
-// 
+//
 // Copyright (c) 2011 Universidad Rey Juan Carlos
 //               2012-2013 Pekka Jääskeläinen / Tampere University of Technology
-// 
+//
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // of this software and associated documentation files (the "Software"), to deal
 // in the Software without restriction, including without limitation the rights
@@ -54,38 +54,28 @@ namespace {
 char LoopBarriers::ID = 0;
 
 void
-LoopBarriers::getAnalysisUsage(AnalysisUsage &AU) const
-{
+LoopBarriers::getAnalysisUsage(AnalysisUsage &AU) const {
   AU.addRequired<DominatorTreeWrapperPass>();
-  AU.addPreserved<DominatorTreeWrapperPass>();
-
 }
 
 bool
-LoopBarriers::runOnLoop(Loop *L, LPPassManager &LPM)
-{
+LoopBarriers::runOnLoop(Loop *L, LPPassManager &LPM) {
   if (!Workgroup::isKernelToProcess(*L->getHeader()->getParent()))
     return false;
 
   if (!Workgroup::hasWorkgroupBarriers(*L->getHeader()->getParent()))
     return false;
 
-  DT = &getAnalysis<DominatorTreeWrapperPass>().getDomTree();
-
-  bool changed = ProcessLoop(L, LPM);
-
-  DT->verifyDomTree();
-
-  return changed;
+  return ProcessLoop(L, LPM);;
 }
 
-

 bool
-LoopBarriers::ProcessLoop(Loop *L, LPPassManager &)
-{
+LoopBarriers::ProcessLoop(Loop *L, LPPassManager &) {
   bool isBLoop = false;
   bool changed = false;
 
+  DT = &getAnalysis<DominatorTreeWrapperPass>().getDomTree();
+
   for (Loop::block_iterator i = L->block_begin(), e = L->block_end();
        i != e && !isBLoop; ++i) {
     for (BasicBlock::iterator j = (*i)->begin(), e = (*i)->end();
@@ -106,9 +96,9 @@ LoopBarriers::ProcessLoop(Loop *L, LPPassManager &)
         // Found a barrier in this loop:
         // 1) add a barrier in the loop header.
         // 2) add a barrier in the latches
-        
+
         // Add a barrier on the preheader to ensure all WIs reach
-        // the loop header with all the previous code already 
+        // the loop header with all the previous code already
         // executed.
         BasicBlock *preheader = L->getLoopPreheader();
         assert((preheader != NULL) && "Non-canonicalized loop found!\n");
@@ -156,11 +146,14 @@ LoopBarriers::ProcessLoop(Loop *L, LPPassManager &)
         // go trough all the latches.
         BasicBlock *Header = L->getHeader();
         typedef GraphTraits<Inverse<BasicBlock *> > InvBlockTraits;
-        InvBlockTraits::ChildIteratorType PI = InvBlockTraits::child_begin(Header);
-        InvBlockTraits::ChildIteratorType PE = InvBlockTraits::child_end(Header);
+        InvBlockTraits::ChildIteratorType PI =
+          InvBlockTraits::child_begin(Header);
+        InvBlockTraits::ChildIteratorType PE =
+          InvBlockTraits::child_end(Header);
+
         BasicBlock *Latch = NULL;
         for (; PI != PE; ++PI) {
-          InvBlockTraits::NodeType *N = *PI;
+          BasicBlock *N = *PI;
           if (L->contains(N)) {
             Latch = N;
             // Latch found in the loop, see if the barrier dominates it
@@ -178,12 +171,13 @@ LoopBarriers::ProcessLoop(Loop *L, LPPassManager &)
   }
 
   /* This is a loop without a barrier. Ensure we have a non-barrier
-     block as a preheader so we can replicate the loop as a whole. 
+     block as a preheader so we can replicate the loop as a whole.
 
      If the block has proper instructions after the barrier, it
      will be split in CanonicalizeBarriers. */
   BasicBlock *preheader = L->getLoopPreheader();
   assert((preheader != NULL) && "Non-canonicalized loop found!\n");
+
   TerminatorInst *t = preheader->getTerminator();
   Instruction *prev = NULL;
   if (&preheader->front() != t)
@@ -200,4 +194,3 @@ LoopBarriers::ProcessLoop(Loop *L, LPPassManager &)
 
   return changed;
 }
-
diff --git a/lib/llvmopencl/Makefile.am b/lib/llvmopencl/Makefile.am
deleted file mode 100644
index 41532e7..0000000
--- a/lib/llvmopencl/Makefile.am
+++ /dev/null
@@ -1,73 +0,0 @@
-# Process this file with automake to produce Makefile.in (in this,
-# and all subdirectories).
-# Makefile.am for pocl/lib/llvmopencl.
-# 
-# Copyright (c) 2011 Universidad Rey Juan Carlos
-#               2011-2015 Pekka Jääskeläinen 
-#
-# Permission is hereby granted, free of charge, to any person obtaining a copy
-# of this software and associated documentation files (the "Software"), to deal
-# in the Software without restriction, including without limitation the rights
-# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-# copies of the Software, and to permit persons to whom the Software is
-# furnished to do so, subject to the following conditions:
-# 
-# The above copyright notice and this permission notice shall be included in
-# all copies or substantial portions of the Software.
-# 
-# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-# THE SOFTWARE.
-
-# This library is linked against libpocl to call the kernel compiler
-# passes directly from the host library.
-# This library also contains compiler driver helper functions,
-# not linked to llvmopencl.so
-noinst_LTLIBRARIES = libllvmpasses.la
-
-# This creates a separate llvmopencl.so that is loaded to 'opt'
-# for the pocl-workgroup version.
-pkglib_LTLIBRARIES = llvmopencl.la
-
-AM_CXXFLAGS = -I at top_srcdir@/fix-include -I at top_srcdir@/include @LLVM_CXX_FLAGS@
-
-AM_LDFLAGS = -module -export-dynamic @LLVM_LDFLAGS@ -version-info ${KERNEL_COMPILER_LIB_VERSION}
-
-PASSES_SOURCES = Barrier.h						\
-                        BarrierBlock.h BarrierBlock.cc				\
-                        Kernel.h Kernel.cc					\
-                        ParallelRegion.h ParallelRegion.cc			\
-                        CanonicalizeBarriers.h CanonicalizeBarriers.cc		\
-                        LoopBarriers.h LoopBarriers.cc				\
-                        GenerateHeader.cc Workgroup.h Workgroup.cc		\
-						BarrierTailReplication.h BarrierTailReplication.cc	\
-                        Flatten.cc IsolateRegions.h IsolateRegions.cc \
-						WorkitemReplication.h WorkitemReplication.cc \
-						ImplicitLoopBarriers.h ImplicitLoopBarriers.cc \
-						WorkItemAliasAnalysis.cc \
-						WorkitemHandler.h WorkitemHandler.cc \
-						WorkitemLoops.h WorkitemLoops.cc \
-						PHIsToAllocas.h PHIsToAllocas.cc \
-						BreakConstantGEPs.h BreakConstantGEPs.cpp \
-						WorkitemHandlerChooser.h WorkitemHandlerChooser.cc \
-						AllocasToEntry.h AllocasToEntry.cc \
-						TargetAddressSpaces.h TargetAddressSpaces.cc \
-						LLVMUtils.cc LLVMUtils.h LLVMFileUtils.cc \
-						VariableUniformityAnalysis.h VariableUniformityAnalysis.cc \
-						AutomaticLocals.cc ImplicitConditionalBarriers.cc \
-						ImplicitConditionalBarriers.h \
-						DebugHelpers.h DebugHelpers.cc \
-						linker.h CompilerWarnings.h
-
-#add compiler driver sources
-libllvmpasses_la_SOURCES = ${PASSES_SOURCES} linker.cpp
-
-# The offline compiler script (pocl-standalone) calls the kernel compiler passes 
-# from the command line, those require libllvmopencl.so.
-llvmopencl_la_SOURCES = ${PASSES_SOURCES}
-
-EXTRA_DIST = CMakeLists.txt
diff --git a/lib/llvmopencl/Makefile.in b/lib/llvmopencl/Makefile.in
deleted file mode 100644
index e3d08ed..0000000
--- a/lib/llvmopencl/Makefile.in
+++ /dev/null
@@ -1,892 +0,0 @@
-# Makefile.in generated by automake 1.15 from Makefile.am.
-# @configure_input@
-
-# Copyright (C) 1994-2014 Free Software Foundation, Inc.
-
-# This Makefile.in is free software; the Free Software Foundation
-# gives unlimited permission to copy and/or distribute it,
-# with or without modifications, as long as this notice is preserved.
-
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
-# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
-# PARTICULAR PURPOSE.
-
- at SET_MAKE@
-
-# Process this file with automake to produce Makefile.in (in this,
-# and all subdirectories).
-# Makefile.am for pocl/lib/llvmopencl.
-# 
-# Copyright (c) 2011 Universidad Rey Juan Carlos
-#               2011-2015 Pekka Jääskeläinen 
-#
-# Permission is hereby granted, free of charge, to any person obtaining a copy
-# of this software and associated documentation files (the "Software"), to deal
-# in the Software without restriction, including without limitation the rights
-# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-# copies of the Software, and to permit persons to whom the Software is
-# furnished to do so, subject to the following conditions:
-# 
-# The above copyright notice and this permission notice shall be included in
-# all copies or substantial portions of the Software.
-# 
-# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-# THE SOFTWARE.
-
-VPATH = @srcdir@
-am__is_gnu_make = { \
-  if test -z '$(MAKELEVEL)'; then \
-    false; \
-  elif test -n '$(MAKE_HOST)'; then \
-    true; \
-  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
-    true; \
-  else \
-    false; \
-  fi; \
-}
-am__make_running_with_option = \
-  case $${target_option-} in \
-      ?) ;; \
-      *) echo "am__make_running_with_option: internal error: invalid" \
-              "target option '$${target_option-}' specified" >&2; \
-         exit 1;; \
-  esac; \
-  has_opt=no; \
-  sane_makeflags=$$MAKEFLAGS; \
-  if $(am__is_gnu_make); then \
-    sane_makeflags=$$MFLAGS; \
-  else \
-    case $$MAKEFLAGS in \
-      *\\[\ \	]*) \
-        bs=\\; \
-        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
-          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
-    esac; \
-  fi; \
-  skip_next=no; \
-  strip_trailopt () \
-  { \
-    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
-  }; \
-  for flg in $$sane_makeflags; do \
-    test $$skip_next = yes && { skip_next=no; continue; }; \
-    case $$flg in \
-      *=*|--*) continue;; \
-        -*I) strip_trailopt 'I'; skip_next=yes;; \
-      -*I?*) strip_trailopt 'I';; \
-        -*O) strip_trailopt 'O'; skip_next=yes;; \
-      -*O?*) strip_trailopt 'O';; \
-        -*l) strip_trailopt 'l'; skip_next=yes;; \
-      -*l?*) strip_trailopt 'l';; \
-      -[dEDm]) skip_next=yes;; \
-      -[JT]) skip_next=yes;; \
-    esac; \
-    case $$flg in \
-      *$$target_option*) has_opt=yes; break;; \
-    esac; \
-  done; \
-  test $$has_opt = yes
-am__make_dryrun = (target_option=n; $(am__make_running_with_option))
-am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
-pkgdatadir = $(datadir)/@PACKAGE@
-pkgincludedir = $(includedir)/@PACKAGE@
-pkglibdir = $(libdir)/@PACKAGE@
-pkglibexecdir = $(libexecdir)/@PACKAGE@
-am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
-install_sh_DATA = $(install_sh) -c -m 644
-install_sh_PROGRAM = $(install_sh) -c
-install_sh_SCRIPT = $(install_sh) -c
-INSTALL_HEADER = $(INSTALL_DATA)
-transform = $(program_transform_name)
-NORMAL_INSTALL = :
-PRE_INSTALL = :
-POST_INSTALL = :
-NORMAL_UNINSTALL = :
-PRE_UNINSTALL = :
-POST_UNINSTALL = :
-build_triplet = @build@
-host_triplet = @host@
-target_triplet = @target@
-subdir = lib/llvmopencl
-ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
-am__aclocal_m4_deps = $(top_srcdir)/m4/ax_boost_base.m4 \
-	$(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
-	$(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
-	$(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/acinclude.m4 \
-	$(top_srcdir)/configure.ac
-am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
-	$(ACLOCAL_M4)
-DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
-mkinstalldirs = $(install_sh) -d
-CONFIG_HEADER = $(top_builddir)/config.h
-CONFIG_CLEAN_FILES =
-CONFIG_CLEAN_VPATH_FILES =
-am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
-am__vpath_adj = case $$p in \
-    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
-    *) f=$$p;; \
-  esac;
-am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
-am__install_max = 40
-am__nobase_strip_setup = \
-  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
-am__nobase_strip = \
-  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
-am__nobase_list = $(am__nobase_strip_setup); \
-  for p in $$list; do echo "$$p $$p"; done | \
-  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
-  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
-    if (++n[$$2] == $(am__install_max)) \
-      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
-    END { for (dir in files) print dir, files[dir] }'
-am__base_list = \
-  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
-  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
-am__uninstall_files_from_dir = { \
-  test -z "$$files" \
-    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
-    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
-         $(am__cd) "$$dir" && rm -f $$files; }; \
-  }
-am__installdirs = "$(DESTDIR)$(pkglibdir)"
-LTLIBRARIES = $(noinst_LTLIBRARIES) $(pkglib_LTLIBRARIES)
-libllvmpasses_la_LIBADD =
-am__objects_1 = BarrierBlock.lo Kernel.lo ParallelRegion.lo \
-	CanonicalizeBarriers.lo LoopBarriers.lo GenerateHeader.lo \
-	Workgroup.lo BarrierTailReplication.lo Flatten.lo \
-	IsolateRegions.lo WorkitemReplication.lo \
-	ImplicitLoopBarriers.lo WorkItemAliasAnalysis.lo \
-	WorkitemHandler.lo WorkitemLoops.lo PHIsToAllocas.lo \
-	BreakConstantGEPs.lo WorkitemHandlerChooser.lo \
-	AllocasToEntry.lo TargetAddressSpaces.lo LLVMUtils.lo \
-	LLVMFileUtils.lo VariableUniformityAnalysis.lo \
-	AutomaticLocals.lo ImplicitConditionalBarriers.lo \
-	DebugHelpers.lo
-am_libllvmpasses_la_OBJECTS = $(am__objects_1) linker.lo
-libllvmpasses_la_OBJECTS = $(am_libllvmpasses_la_OBJECTS)
-AM_V_lt = $(am__v_lt_ at AM_V@)
-am__v_lt_ = $(am__v_lt_ at AM_DEFAULT_V@)
-am__v_lt_0 = --silent
-am__v_lt_1 = 
-llvmopencl_la_LIBADD =
-am_llvmopencl_la_OBJECTS = $(am__objects_1)
-llvmopencl_la_OBJECTS = $(am_llvmopencl_la_OBJECTS)
-AM_V_P = $(am__v_P_ at AM_V@)
-am__v_P_ = $(am__v_P_ at AM_DEFAULT_V@)
-am__v_P_0 = false
-am__v_P_1 = :
-AM_V_GEN = $(am__v_GEN_ at AM_V@)
-am__v_GEN_ = $(am__v_GEN_ at AM_DEFAULT_V@)
-am__v_GEN_0 = @echo "  GEN     " $@;
-am__v_GEN_1 = 
-AM_V_at = $(am__v_at_ at AM_V@)
-am__v_at_ = $(am__v_at_ at AM_DEFAULT_V@)
-am__v_at_0 = @
-am__v_at_1 = 
-DEFAULT_INCLUDES = -I. at am__isrc@ -I$(top_builddir)
-depcomp = $(SHELL) $(top_srcdir)/config/depcomp
-am__depfiles_maybe = depfiles
-am__mv = mv -f
-CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
-	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
-LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
-	$(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \
-	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
-	$(AM_CXXFLAGS) $(CXXFLAGS)
-AM_V_CXX = $(am__v_CXX_ at AM_V@)
-am__v_CXX_ = $(am__v_CXX_ at AM_DEFAULT_V@)
-am__v_CXX_0 = @echo "  CXX     " $@;
-am__v_CXX_1 = 
-CXXLD = $(CXX)
-CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
-	$(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \
-	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
-AM_V_CXXLD = $(am__v_CXXLD_ at AM_V@)
-am__v_CXXLD_ = $(am__v_CXXLD_ at AM_DEFAULT_V@)
-am__v_CXXLD_0 = @echo "  CXXLD   " $@;
-am__v_CXXLD_1 = 
-COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
-	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
-LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
-	$(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
-	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
-	$(AM_CFLAGS) $(CFLAGS)
-AM_V_CC = $(am__v_CC_ at AM_V@)
-am__v_CC_ = $(am__v_CC_ at AM_DEFAULT_V@)
-am__v_CC_0 = @echo "  CC      " $@;
-am__v_CC_1 = 
-CCLD = $(CC)
-LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
-	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
-AM_V_CCLD = $(am__v_CCLD_ at AM_V@)
-am__v_CCLD_ = $(am__v_CCLD_ at AM_DEFAULT_V@)
-am__v_CCLD_0 = @echo "  CCLD    " $@;
-am__v_CCLD_1 = 
-SOURCES = $(libllvmpasses_la_SOURCES) $(llvmopencl_la_SOURCES)
-DIST_SOURCES = $(libllvmpasses_la_SOURCES) $(llvmopencl_la_SOURCES)
-am__can_run_installinfo = \
-  case $$AM_UPDATE_INFO_DIR in \
-    n|no|NO) false;; \
-    *) (install-info --version) >/dev/null 2>&1;; \
-  esac
-am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
-# Read a list of newline-separated strings from the standard input,
-# and print each of them once, without duplicates.  Input order is
-# *not* preserved.
-am__uniquify_input = $(AWK) '\
-  BEGIN { nonempty = 0; } \
-  { items[$$0] = 1; nonempty = 1; } \
-  END { if (nonempty) { for (i in items) print i; }; } \
-'
-# Make sure the list of sources is unique.  This is necessary because,
-# e.g., the same source file might be shared among _SOURCES variables
-# for different programs/libraries.
-am__define_uniq_tagged_files = \
-  list='$(am__tagged_files)'; \
-  unique=`for i in $$list; do \
-    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
-  done | $(am__uniquify_input)`
-ETAGS = etags
-CTAGS = ctags
-am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/config/depcomp
-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
-ACLOCAL = @ACLOCAL@
-AMTAR = @AMTAR@
-AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
-AR = @AR@
-AUTOCONF = @AUTOCONF@
-AUTOHEADER = @AUTOHEADER@
-AUTOMAKE = @AUTOMAKE@
-AWK = @AWK@
-BOOST_CPPFLAGS = @BOOST_CPPFLAGS@
-BOOST_LDFLAGS = @BOOST_LDFLAGS@
-BUILD_TIMESTAMP = @BUILD_TIMESTAMP@
-CC = @CC@
-CCDEPMODE = @CCDEPMODE@
-CFLAGS = @CFLAGS@
-CLANG = @CLANG@
-CLANGXX = @CLANGXX@
-CLANGXX_FLAGS = @CLANGXX_FLAGS@
-CLFLAGS = @CLFLAGS@
-CPP = @CPP@
-CPPFLAGS = @CPPFLAGS@
-CXX = @CXX@
-CXXCPP = @CXXCPP@
-CXXDEPMODE = @CXXDEPMODE@
-CXXFLAGS = @CXXFLAGS@
-CYGPATH_W = @CYGPATH_W@
-DEFS = @DEFS@
-DEPDIR = @DEPDIR@
-DLLTOOL = @DLLTOOL@
-DSYMUTIL = @DSYMUTIL@
-DUMPBIN = @DUMPBIN@
-ECHO_C = @ECHO_C@
-ECHO_N = @ECHO_N@
-ECHO_T = @ECHO_T@
-EGREP = @EGREP@
-EXEEXT = @EXEEXT@
-FGREP = @FGREP@
-FORCED_CLFLAGS = @FORCED_CLFLAGS@
-GLEW_CFLAGS = @GLEW_CFLAGS@
-GLEW_LIBS = @GLEW_LIBS@
-GREP = @GREP@
-HOST = @HOST@
-HOST_AS_FLAGS = @HOST_AS_FLAGS@
-HOST_CLANG_FLAGS = @HOST_CLANG_FLAGS@
-HOST_CPU = @HOST_CPU@
-HOST_DEVICE_EXTENSION_DEFINES = @HOST_DEVICE_EXTENSION_DEFINES@
-HOST_LD_FLAGS = @HOST_LD_FLAGS@
-HOST_LLC_FLAGS = @HOST_LLC_FLAGS@
-HOST_SIZEOF_DOUBLE = @HOST_SIZEOF_DOUBLE@
-HOST_SIZEOF_HALF = @HOST_SIZEOF_HALF@
-HOST_SIZEOF_LONG = @HOST_SIZEOF_LONG@
-HOST_SIZEOF_VOID_P = @HOST_SIZEOF_VOID_P@
-HSAILASM = @HSAILASM@
-HSA_DEVICE_EXTENSION_DEFINES = @HSA_DEVICE_EXTENSION_DEFINES@
-HSA_INCLUDES = @HSA_INCLUDES@
-HSA_LIBS = @HSA_LIBS@
-HWLOC_CFLAGS = @HWLOC_CFLAGS@
-HWLOC_LIBS = @HWLOC_LIBS@
-ICD_LD_FLAGS = @ICD_LD_FLAGS@
-INSTALL = @INSTALL@
-INSTALL_DATA = @INSTALL_DATA@
-INSTALL_PROGRAM = @INSTALL_PROGRAM@
-INSTALL_SCRIPT = @INSTALL_SCRIPT@
-INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
-KERNEL_COMPILER_LIB_VERSION = @KERNEL_COMPILER_LIB_VERSION@
-LD = @LD@
-LDFLAGS = @LDFLAGS@
-LD_FLAGS_BIN = @LD_FLAGS_BIN@
-LIBOBJS = @LIBOBJS@
-LIBRARY_SUFFIX = @LIBRARY_SUFFIX@
-LIBS = @LIBS@
-LIBTOOL = @LIBTOOL@
-LIB_AGE_VERSION = @LIB_AGE_VERSION@
-LIB_CURRENT_VERSION = @LIB_CURRENT_VERSION@
-LIB_FIRST_VERSION = @LIB_FIRST_VERSION@
-LIB_REVISION_VERSION = @LIB_REVISION_VERSION@
-LIB_VERSION = @LIB_VERSION@
-LIPO = @LIPO@
-LLC = @LLC@
-LLVM_AS = @LLVM_AS@
-LLVM_CONFIG = @LLVM_CONFIG@
-LLVM_CXX_FLAGS = @LLVM_CXX_FLAGS@
-LLVM_LDFLAGS = @LLVM_LDFLAGS@
-LLVM_LIBS = @LLVM_LIBS@
-LLVM_LINK = @LLVM_LINK@
-LLVM_OPT = @LLVM_OPT@
-LLVM_VERSION = @LLVM_VERSION@
-LN_S = @LN_S@
-LTDL_LIBS = @LTDL_LIBS@
-LTLIBOBJS = @LTLIBOBJS@
-LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
-MAKEINFO = @MAKEINFO@
-MANIFEST_TOOL = @MANIFEST_TOOL@
-MKDIR_P = @MKDIR_P@
-NM = @NM@
-NMEDIT = @NMEDIT@
-OBJDUMP = @OBJDUMP@
-OBJEXT = @OBJEXT@
-OCL_ICD_CFLAGS = @OCL_ICD_CFLAGS@
-OCL_ICD_LIBS = @OCL_ICD_LIBS@
-OCL_KERNEL_ARCH = @OCL_KERNEL_ARCH@
-OCL_KERNEL_TARGET = @OCL_KERNEL_TARGET@
-OCL_KERNEL_TARGET_CPU = @OCL_KERNEL_TARGET_CPU@
-OCL_TARGETS = @OCL_TARGETS@
-OPENCL_CFLAGS = @OPENCL_CFLAGS@
-OPENCL_CMAKE = @OPENCL_CMAKE@
-OPENCL_EXTLIBS = @OPENCL_EXTLIBS@
-OPENCL_LIBS = @OPENCL_LIBS@
-OPT = @OPT@
-OTOOL = @OTOOL@
-OTOOL64 = @OTOOL64@
-PACKAGE = @PACKAGE@
-PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
-PACKAGE_NAME = @PACKAGE_NAME@
-PACKAGE_STRING = @PACKAGE_STRING@
-PACKAGE_TARNAME = @PACKAGE_TARNAME@
-PACKAGE_URL = @PACKAGE_URL@
-PACKAGE_VERSION = @PACKAGE_VERSION@
-PATH_SEPARATOR = @PATH_SEPARATOR@
-PKG_CONFIG = @PKG_CONFIG@
-PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
-PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
-POAT_TESTSUITES = @POAT_TESTSUITES@
-POCL_DEVICE_ADDRESS_BITS = @POCL_DEVICE_ADDRESS_BITS@
-PTHREAD_CC = @PTHREAD_CC@
-PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
-PTHREAD_LIBS = @PTHREAD_LIBS@
-RANLIB = @RANLIB@
-SDL_CFLAGS = @SDL_CFLAGS@
-SDL_LIBS = @SDL_LIBS@
-SED = @SED@
-SET_MAKE = @SET_MAKE@
-SHELL = @SHELL@
-STRIP = @STRIP@
-TARGET = @TARGET@
-TARGET_CLANG_FLAGS = @TARGET_CLANG_FLAGS@
-TARGET_CPU = @TARGET_CPU@
-TARGET_LLC_FLAGS = @TARGET_LLC_FLAGS@
-TARGET_SIZEOF_DOUBLE = @TARGET_SIZEOF_DOUBLE@
-TARGET_SIZEOF_HALF = @TARGET_SIZEOF_HALF@
-TARGET_SIZEOF_LONG = @TARGET_SIZEOF_LONG@
-TARGET_SIZEOF_VOID_P = @TARGET_SIZEOF_VOID_P@
-TCECC = @TCECC@
-TCEMC_AVAILABLE = @TCEMC_AVAILABLE@
-TCE_AVAILABLE = @TCE_AVAILABLE@
-TCE_CONFIG = @TCE_CONFIG@
-TCE_DEVICE_EXTENSION_DEFINES = @TCE_DEVICE_EXTENSION_DEFINES@
-VERSION = @VERSION@
-abs_builddir = @abs_builddir@
-abs_srcdir = @abs_srcdir@
-abs_top_builddir = @abs_top_builddir@
-abs_top_srcdir = @abs_top_srcdir@
-ac_ct_AR = @ac_ct_AR@
-ac_ct_CC = @ac_ct_CC@
-ac_ct_CXX = @ac_ct_CXX@
-ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
-acx_pthread_config = @acx_pthread_config@
-am__include = @am__include@
-am__leading_dot = @am__leading_dot@
-am__quote = @am__quote@
-am__tar = @am__tar@
-am__untar = @am__untar@
-bindir = @bindir@
-build = @build@
-build_alias = @build_alias@
-build_cpu = @build_cpu@
-build_os = @build_os@
-build_vendor = @build_vendor@
-builddir = @builddir@
-datadir = @datadir@
-datarootdir = @datarootdir@
-docdir = @docdir@
-dvidir = @dvidir@
-exec_prefix = @exec_prefix@
-host = @host@
-host_alias = @host_alias@
-host_cpu = @host_cpu@
-host_os = @host_os@
-host_vendor = @host_vendor@
-htmldir = @htmldir@
-includedir = @includedir@
-infodir = @infodir@
-install_sh = @install_sh@
-libdir = @libdir@
-libexecdir = @libexecdir@
-localedir = @localedir@
-localstatedir = @localstatedir@
-mandir = @mandir@
-mkdir_p = @mkdir_p@
-oldincludedir = @oldincludedir@
-pdfdir = @pdfdir@
-prefix = @prefix@
-program_transform_name = @program_transform_name@
-psdir = @psdir@
-sbindir = @sbindir@
-sharedstatedir = @sharedstatedir@
-srcdir = @srcdir@
-sysconfdir = @sysconfdir@
-target = @target@
-target_alias = @target_alias@
-target_cpu = @target_cpu@
-target_os = @target_os@
-target_vendor = @target_vendor@
-top_build_prefix = @top_build_prefix@
-top_builddir = @top_builddir@
-top_srcdir = @top_srcdir@
-
-# This library is linked against libpocl to call the kernel compiler
-# passes directly from the host library.
-# This library also contains compiler driver helper functions,
-# not linked to llvmopencl.so
-noinst_LTLIBRARIES = libllvmpasses.la
-
-# This creates a separate llvmopencl.so that is loaded to 'opt'
-# for the pocl-workgroup version.
-pkglib_LTLIBRARIES = llvmopencl.la
-AM_CXXFLAGS = -I at top_srcdir@/fix-include -I at top_srcdir@/include @LLVM_CXX_FLAGS@
-AM_LDFLAGS = -module -export-dynamic @LLVM_LDFLAGS@ -version-info ${KERNEL_COMPILER_LIB_VERSION}
-PASSES_SOURCES = Barrier.h						\
-                        BarrierBlock.h BarrierBlock.cc				\
-                        Kernel.h Kernel.cc					\
-                        ParallelRegion.h ParallelRegion.cc			\
-                        CanonicalizeBarriers.h CanonicalizeBarriers.cc		\
-                        LoopBarriers.h LoopBarriers.cc				\
-                        GenerateHeader.cc Workgroup.h Workgroup.cc		\
-						BarrierTailReplication.h BarrierTailReplication.cc	\
-                        Flatten.cc IsolateRegions.h IsolateRegions.cc \
-						WorkitemReplication.h WorkitemReplication.cc \
-						ImplicitLoopBarriers.h ImplicitLoopBarriers.cc \
-						WorkItemAliasAnalysis.cc \
-						WorkitemHandler.h WorkitemHandler.cc \
-						WorkitemLoops.h WorkitemLoops.cc \
-						PHIsToAllocas.h PHIsToAllocas.cc \
-						BreakConstantGEPs.h BreakConstantGEPs.cpp \
-						WorkitemHandlerChooser.h WorkitemHandlerChooser.cc \
-						AllocasToEntry.h AllocasToEntry.cc \
-						TargetAddressSpaces.h TargetAddressSpaces.cc \
-						LLVMUtils.cc LLVMUtils.h LLVMFileUtils.cc \
-						VariableUniformityAnalysis.h VariableUniformityAnalysis.cc \
-						AutomaticLocals.cc ImplicitConditionalBarriers.cc \
-						ImplicitConditionalBarriers.h \
-						DebugHelpers.h DebugHelpers.cc \
-						linker.h CompilerWarnings.h
-
-
-#add compiler driver sources
-libllvmpasses_la_SOURCES = ${PASSES_SOURCES} linker.cpp
-
-# The offline compiler script (pocl-standalone) calls the kernel compiler passes 
-# from the command line, those require libllvmopencl.so.
-llvmopencl_la_SOURCES = ${PASSES_SOURCES}
-EXTRA_DIST = CMakeLists.txt
-all: all-am
-
-.SUFFIXES:
-.SUFFIXES: .cc .cpp .lo .o .obj
-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
-	@for dep in $?; do \
-	  case '$(am__configure_deps)' in \
-	    *$$dep*) \
-	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
-	        && { if test -f $@; then exit 0; else break; fi; }; \
-	      exit 1;; \
-	  esac; \
-	done; \
-	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign lib/llvmopencl/Makefile'; \
-	$(am__cd) $(top_srcdir) && \
-	  $(AUTOMAKE) --foreign lib/llvmopencl/Makefile
-Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
-	@case '$?' in \
-	  *config.status*) \
-	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
-	  *) \
-	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
-	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
-	esac;
-
-$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
-	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-
-$(top_srcdir)/configure:  $(am__configure_deps)
-	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
-	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-$(am__aclocal_m4_deps):
-
-clean-noinstLTLIBRARIES:
-	-test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
-	@list='$(noinst_LTLIBRARIES)'; \
-	locs=`for p in $$list; do echo $$p; done | \
-	      sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
-	      sort -u`; \
-	test -z "$$locs" || { \
-	  echo rm -f $${locs}; \
-	  rm -f $${locs}; \
-	}
-
-install-pkglibLTLIBRARIES: $(pkglib_LTLIBRARIES)
-	@$(NORMAL_INSTALL)
-	@list='$(pkglib_LTLIBRARIES)'; test -n "$(pkglibdir)" || list=; \
-	list2=; for p in $$list; do \
-	  if test -f $$p; then \
-	    list2="$$list2 $$p"; \
-	  else :; fi; \
-	done; \
-	test -z "$$list2" || { \
-	  echo " $(MKDIR_P) '$(DESTDIR)$(pkglibdir)'"; \
-	  $(MKDIR_P) "$(DESTDIR)$(pkglibdir)" || exit 1; \
-	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(pkglibdir)'"; \
-	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(pkglibdir)"; \
-	}
-
-uninstall-pkglibLTLIBRARIES:
-	@$(NORMAL_UNINSTALL)
-	@list='$(pkglib_LTLIBRARIES)'; test -n "$(pkglibdir)" || list=; \
-	for p in $$list; do \
-	  $(am__strip_dir) \
-	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(pkglibdir)/$$f'"; \
-	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(pkglibdir)/$$f"; \
-	done
-
-clean-pkglibLTLIBRARIES:
-	-test -z "$(pkglib_LTLIBRARIES)" || rm -f $(pkglib_LTLIBRARIES)
-	@list='$(pkglib_LTLIBRARIES)'; \
-	locs=`for p in $$list; do echo $$p; done | \
-	      sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
-	      sort -u`; \
-	test -z "$$locs" || { \
-	  echo rm -f $${locs}; \
-	  rm -f $${locs}; \
-	}
-
-libllvmpasses.la: $(libllvmpasses_la_OBJECTS) $(libllvmpasses_la_DEPENDENCIES) $(EXTRA_libllvmpasses_la_DEPENDENCIES) 
-	$(AM_V_CXXLD)$(CXXLINK)  $(libllvmpasses_la_OBJECTS) $(libllvmpasses_la_LIBADD) $(LIBS)
-
-llvmopencl.la: $(llvmopencl_la_OBJECTS) $(llvmopencl_la_DEPENDENCIES) $(EXTRA_llvmopencl_la_DEPENDENCIES) 
-	$(AM_V_CXXLD)$(CXXLINK) -rpath $(pkglibdir) $(llvmopencl_la_OBJECTS) $(llvmopencl_la_LIBADD) $(LIBS)
-
-mostlyclean-compile:
-	-rm -f *.$(OBJEXT)
-
-distclean-compile:
-	-rm -f *.tab.c
-
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/AllocasToEntry.Plo at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/AutomaticLocals.Plo at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/BarrierBlock.Plo at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/BarrierTailReplication.Plo at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/BreakConstantGEPs.Plo at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/CanonicalizeBarriers.Plo at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/DebugHelpers.Plo at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/Flatten.Plo at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/GenerateHeader.Plo at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ImplicitConditionalBarriers.Plo at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ImplicitLoopBarriers.Plo at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/IsolateRegions.Plo at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/Kernel.Plo at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/LLVMFileUtils.Plo at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/LLVMUtils.Plo at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/LoopBarriers.Plo at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/PHIsToAllocas.Plo at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ParallelRegion.Plo at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/TargetAddressSpaces.Plo at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/VariableUniformityAnalysis.Plo at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/WorkItemAliasAnalysis.Plo at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/Workgroup.Plo at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/WorkitemHandler.Plo at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/WorkitemHandlerChooser.Plo at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/WorkitemLoops.Plo at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/WorkitemReplication.Plo at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/linker.Plo at am__quote@
-
-.cc.o:
- at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
- at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXXCOMPILE) -c -o $@ $<
-
-.cc.obj:
- at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
- at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
-
-.cc.lo:
- at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
- at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(LTCXXCOMPILE) -c -o $@ $<
-
-.cpp.o:
- at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
- at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXXCOMPILE) -c -o $@ $<
-
-.cpp.obj:
- at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
- at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
-
-.cpp.lo:
- at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
- at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(LTCXXCOMPILE) -c -o $@ $<
-
-mostlyclean-libtool:
-	-rm -f *.lo
-
-clean-libtool:
-	-rm -rf .libs _libs
-
-ID: $(am__tagged_files)
-	$(am__define_uniq_tagged_files); mkid -fID $$unique
-tags: tags-am
-TAGS: tags
-
-tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
-	set x; \
-	here=`pwd`; \
-	$(am__define_uniq_tagged_files); \
-	shift; \
-	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
-	  test -n "$$unique" || unique=$$empty_fix; \
-	  if test $$# -gt 0; then \
-	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
-	      "$$@" $$unique; \
-	  else \
-	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
-	      $$unique; \
-	  fi; \
-	fi
-ctags: ctags-am
-
-CTAGS: ctags
-ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
-	$(am__define_uniq_tagged_files); \
-	test -z "$(CTAGS_ARGS)$$unique" \
-	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
-	     $$unique
-
-GTAGS:
-	here=`$(am__cd) $(top_builddir) && pwd` \
-	  && $(am__cd) $(top_srcdir) \
-	  && gtags -i $(GTAGS_ARGS) "$$here"
-cscopelist: cscopelist-am
-
-cscopelist-am: $(am__tagged_files)
-	list='$(am__tagged_files)'; \
-	case "$(srcdir)" in \
-	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
-	  *) sdir=$(subdir)/$(srcdir) ;; \
-	esac; \
-	for i in $$list; do \
-	  if test -f "$$i"; then \
-	    echo "$(subdir)/$$i"; \
-	  else \
-	    echo "$$sdir/$$i"; \
-	  fi; \
-	done >> $(top_builddir)/cscope.files
-
-distclean-tags:
-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
-
-distdir: $(DISTFILES)
-	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
-	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
-	list='$(DISTFILES)'; \
-	  dist_files=`for file in $$list; do echo $$file; done | \
-	  sed -e "s|^$$srcdirstrip/||;t" \
-	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
-	case $$dist_files in \
-	  */*) $(MKDIR_P) `echo "$$dist_files" | \
-			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
-			   sort -u` ;; \
-	esac; \
-	for file in $$dist_files; do \
-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
-	  if test -d $$d/$$file; then \
-	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
-	    if test -d "$(distdir)/$$file"; then \
-	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
-	    fi; \
-	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
-	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
-	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
-	    fi; \
-	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
-	  else \
-	    test -f "$(distdir)/$$file" \
-	    || cp -p $$d/$$file "$(distdir)/$$file" \
-	    || exit 1; \
-	  fi; \
-	done
-check-am: all-am
-check: check-am
-all-am: Makefile $(LTLIBRARIES)
-installdirs:
-	for dir in "$(DESTDIR)$(pkglibdir)"; do \
-	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
-	done
-install: install-am
-install-exec: install-exec-am
-install-data: install-data-am
-uninstall: uninstall-am
-
-install-am: all-am
-	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
-
-installcheck: installcheck-am
-install-strip:
-	if test -z '$(STRIP)'; then \
-	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
-	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
-	      install; \
-	else \
-	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
-	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
-	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
-	fi
-mostlyclean-generic:
-
-clean-generic:
-
-distclean-generic:
-	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
-	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
-
-maintainer-clean-generic:
-	@echo "This command is intended for maintainers to use"
-	@echo "it deletes files that may require special tools to rebuild."
-clean: clean-am
-
-clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
-	clean-pkglibLTLIBRARIES mostlyclean-am
-
-distclean: distclean-am
-	-rm -rf ./$(DEPDIR)
-	-rm -f Makefile
-distclean-am: clean-am distclean-compile distclean-generic \
-	distclean-tags
-
-dvi: dvi-am
-
-dvi-am:
-
-html: html-am
-
-html-am:
-
-info: info-am
-
-info-am:
-
-install-data-am:
-
-install-dvi: install-dvi-am
-
-install-dvi-am:
-
-install-exec-am: install-pkglibLTLIBRARIES
-
-install-html: install-html-am
-
-install-html-am:
-
-install-info: install-info-am
-
-install-info-am:
-
-install-man:
-
-install-pdf: install-pdf-am
-
-install-pdf-am:
-
-install-ps: install-ps-am
-
-install-ps-am:
-
-installcheck-am:
-
-maintainer-clean: maintainer-clean-am
-	-rm -rf ./$(DEPDIR)
-	-rm -f Makefile
-maintainer-clean-am: distclean-am maintainer-clean-generic
-
-mostlyclean: mostlyclean-am
-
-mostlyclean-am: mostlyclean-compile mostlyclean-generic \
-	mostlyclean-libtool
-
-pdf: pdf-am
-
-pdf-am:
-
-ps: ps-am
-
-ps-am:
-
-uninstall-am: uninstall-pkglibLTLIBRARIES
-
-.MAKE: install-am install-strip
-
-.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
-	clean-libtool clean-noinstLTLIBRARIES clean-pkglibLTLIBRARIES \
-	cscopelist-am ctags ctags-am distclean distclean-compile \
-	distclean-generic distclean-libtool distclean-tags distdir dvi \
-	dvi-am html html-am info info-am install install-am \
-	install-data install-data-am install-dvi install-dvi-am \
-	install-exec install-exec-am install-html install-html-am \
-	install-info install-info-am install-man install-pdf \
-	install-pdf-am install-pkglibLTLIBRARIES install-ps \
-	install-ps-am install-strip installcheck installcheck-am \
-	installdirs maintainer-clean maintainer-clean-generic \
-	mostlyclean mostlyclean-compile mostlyclean-generic \
-	mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
-	uninstall-am uninstall-pkglibLTLIBRARIES
-
-.PRECIOUS: Makefile
-
-
-# Tell versions [3.59,3.63) of GNU make to not export all variables.
-# Otherwise a system limit (for SysV at least) may be exceeded.
-.NOEXPORT:
diff --git a/lib/llvmopencl/ParallelRegion.cc b/lib/llvmopencl/ParallelRegion.cc
index 7d53afe..ff4c500 100644
--- a/lib/llvmopencl/ParallelRegion.cc
+++ b/lib/llvmopencl/ParallelRegion.cc
@@ -79,7 +79,11 @@ ParallelRegion::GenerateTempNames(llvm::BasicBlock *bb)
           name << ".pocl_temp." << tempCounter;
           ++tempCounter;
           tempName = name.str();
+#ifdef LLVM_OLDER_THAN_4_0
       } while (bb->getParent()->getValueSymbolTable().lookup(tempName) != NULL);
+#else
+      } while (bb->getParent()->getValueSymbolTable()->lookup(tempName) != NULL);
+#endif
       instr->setName(tempName);
     }
 }
@@ -160,8 +164,13 @@ ParallelRegion::remap(ValueToValueMapTy &map)
 
     for (BasicBlock::iterator ii = (*i)->begin(), ee = (*i)->end();
          ii != ee; ++ii)
+#ifdef LLVM_OLDER_THAN_3_9
       RemapInstruction(&*ii, map,
                        RF_IgnoreMissingEntries | RF_NoModuleLevelChanges);
+#else
+      RemapInstruction(&*ii, map,
+                       RF_IgnoreMissingLocals | RF_NoModuleLevelChanges);
+#endif
 
 #ifdef DEBUG_REMAP
     std::cerr << endl << "### block after remap: " << std::endl;
@@ -596,7 +605,7 @@ ParallelRegion::LocalIDZLoad()
 {
   if (LocalIDZLoadInstr != NULL) return LocalIDZLoadInstr;
   IRBuilder<> builder(&*(entryBB()->getFirstInsertionPt()));
-  return LocalIDZLoadInstr = 
+  return LocalIDZLoadInstr =
     builder.CreateLoad
     (entryBB()->getParent()->getParent()->getGlobalVariable(POCL_LOCAL_ID_Z_GLOBAL));
 }
@@ -682,7 +691,7 @@ ParallelRegion::InjectPrintF
   #else
   Constant* const_ptr_8 =
     ConstantExpr::getGetElementPtr
-    (PointerType::getUnqual(Type::getInt8Ty(getGlobalContext())), cast<Constant>(stringArg), const_ptr_8_indices);
+    (PointerType::getUnqual(Type::getInt8Ty(M->getContext())), cast<Constant>(stringArg), const_ptr_8_indices);
   #endif
 
   std::vector<Value*> args;
diff --git a/lib/llvmopencl/RemoveBarrierCalls.cc b/lib/llvmopencl/RemoveBarrierCalls.cc
new file mode 100644
index 0000000..8785049
--- /dev/null
+++ b/lib/llvmopencl/RemoveBarrierCalls.cc
@@ -0,0 +1,85 @@
+// LLVM function pass to remove all barrier calls.
+//
+// Copyright (c) 2016 Pekka Jääskeläinen / TUT
+//
+// Permission is hereby granted, free of charge, to any person obtaining a copy
+// of this software and associated documentation files (the "Software"), to deal
+// in the Software without restriction, including without limitation the rights
+// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+// copies of the Software, and to permit persons to whom the Software is
+// furnished to do so, subject to the following conditions:
+//
+// The above copyright notice and this permission notice shall be included in
+// all copies or substantial portions of the Software.
+//
+// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+// THE SOFTWARE.
+
+#include <set>
+
+#include "CompilerWarnings.h"
+IGNORE_COMPILER_WARNING("-Wunused-parameter")
+
+#include "pocl.h"
+#include "Barrier.h"
+#include "RemoveBarrierCalls.h"
+#include "Workgroup.h"
+#include "VariableUniformityAnalysis.h"
+
+POP_COMPILER_DIAGS
+
+using namespace llvm;
+
+namespace {
+  static
+  RegisterPass<pocl::RemoveBarrierCalls> X("remove-barriers",
+                                           "Removes all barrier calls.");
+}
+
+namespace pocl {
+
+char RemoveBarrierCalls::ID = 0;
+
+RemoveBarrierCalls::RemoveBarrierCalls() : FunctionPass(ID) {
+}
+
+bool
+RemoveBarrierCalls::runOnFunction(Function &F) {
+
+  if (!Workgroup::isKernelToProcess(F))
+    return false;
+
+  // Collect the barrier calls to be removed first, not remove them
+  // instantly as it'd invalidate the iterators.
+  std::set<Instruction*> BarriersToRemove;
+
+  for (Function::iterator I = F.begin(), E = F.end(); I != E; ++I) {
+    for (BasicBlock::iterator BI = I->begin(), BE = I->end(); BI != BE; ++BI) {
+      Instruction *Instr = dyn_cast<Instruction>(BI);
+      if (llvm::isa<Barrier>(Instr)) {
+        BarriersToRemove.insert(Instr);
+      }
+    }
+  }
+
+  for (auto B : BarriersToRemove) {
+    B->eraseFromParent();
+  }
+
+  return false;
+}
+
+void
+RemoveBarrierCalls::getAnalysisUsage(AnalysisUsage &AU) const {
+  AU.addPreserved<pocl::VariableUniformityAnalysis>();
+}
+
+}
+
+
+
diff --git a/lib/llvmopencl/TargetAddressSpaces.h b/lib/llvmopencl/RemoveBarrierCalls.h
similarity index 54%
copy from lib/llvmopencl/TargetAddressSpaces.h
copy to lib/llvmopencl/RemoveBarrierCalls.h
index fc53dcd..ee9315d 100644
--- a/lib/llvmopencl/TargetAddressSpaces.h
+++ b/lib/llvmopencl/RemoveBarrierCalls.h
@@ -1,18 +1,17 @@
-// Header for TargetAddressSpaces, an LLVM pass that converts the
-// generic address space ids to the target specific ones.
-// 
-// Copyright (c) 2013 Pekka Jääskeläinen / TUT
-// 
+// Header for RemoveBarrierCalls function pass.
+//
+// Copyright (c) 2016 Pekka Jääskeläinen / TUT
+//
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // of this software and associated documentation files (the "Software"), to deal
 // in the Software without restriction, including without limitation the rights
 // to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
 // copies of the Software, and to permit persons to whom the Software is
 // furnished to do so, subject to the following conditions:
-// 
+//
 // The above copyright notice and this permission notice shall be included in
 // all copies or substantial portions of the Software.
-// 
+//
 // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 // IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 // FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
@@ -21,30 +20,37 @@
 // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
 // THE SOFTWARE.
 
-#ifndef _POCL_TARGET_ADDRESS_SPACES_H
-#define _POCL_TARGET_ADDRESS_SPACES_H
+#ifndef _POCL_REMOVE_BARRIER_CALLS_H
+#define _POCL_REMOVE_BARRIER_CALLS_H
 
-#include "config.h"
+#include "CompilerWarnings.h"
+IGNORE_COMPILER_WARNING("-Wunused-parameter")
+
+#include <llvm/IR/Function.h>
+
+POP_COMPILER_DIAGS
 
-#include "llvm/IR/Function.h"
-#include "llvm/Pass.h"
 
 namespace pocl {
-  /* pocl uses the fixed address space ids forced by the clang's
-     -ffake-address-space-map internally until the end to be able to
-     detect the different OpenCL address spaces ambiguously, regardless
-     of the target. This pass converts the fake address space ids to
-     the target-specific ones, if required by the code generator of that
-     target. */       
-  class TargetAddressSpaces : public llvm::ModulePass {
-  public:
-    static char ID;
-
-    TargetAddressSpaces();
-    virtual ~TargetAddressSpaces() {};
-
-    virtual bool runOnModule(llvm::Module &M);    
-  };
+
+class Workgroup;
+
+// Removes all (pseudo) barrier calls from the function. This should be called
+// for non-SPMD targets after the de-SPMD has been done and before passing the
+// program for the standard LLVM optimizations.
+class RemoveBarrierCalls : public llvm::FunctionPass {
+public:
+
+  static char ID;
+
+  RemoveBarrierCalls();
+
+  virtual void getAnalysisUsage(llvm::AnalysisUsage &AU) const;
+  virtual bool runOnFunction(llvm::Function &F);
+
+};
+
 }
 
 #endif
+
diff --git a/lib/llvmopencl/TargetAddressSpaces.cc b/lib/llvmopencl/TargetAddressSpaces.cc
index c40e3c2..025d16c 100644
--- a/lib/llvmopencl/TargetAddressSpaces.cc
+++ b/lib/llvmopencl/TargetAddressSpaces.cc
@@ -39,8 +39,12 @@
 #include "Workgroup.h"
 #include "LLVMUtils.h"
 
+#include "pocl_cl.h"
+
 #define DEBUG_TARGET_ADDRESS_SPACES
 
+extern cl_device_id currentPoclDevice;
+
 namespace pocl {
 
 using namespace llvm;
@@ -73,32 +77,37 @@ ConvertedType(llvm::Type *type, std::map<unsigned, unsigned> &addrSpaceMap,
           ConvertedType(type->getArrayElementType(),
                         addrSpaceMap, convertedStructsCache),
           type->getArrayNumElements());
+    // TO CLEAN: Check what is the issue with TCE. If it's a TCE-specific problem,
+    // add a runtime check here for the target device, not compile time!
 #ifndef TCE_AVAILABLE
   } else if (type->isStructTy()) {
+
+    // We need to handle the fields of the structs recursively,
+    // converting their address spaces to the target's and
+    // creating a new struct type in the process.
     if (convertedStructsCache[type])
       return convertedStructsCache[type];
 
-    llvm::StructType* t = dyn_cast<llvm::StructType>(type);
-    llvm::StructType* tn;
-    if (!t->isLiteral()) {
-      std::string s = t->getName().str();
+    llvm::StructType* OrigType = dyn_cast<llvm::StructType>(type);
+    llvm::StructType* NewType;
+    if (!OrigType->isLiteral()) {
+      std::string s = OrigType->getName().str();
       s += "_tas_struct";
-      tn = StructType::create(t->getContext(), s);
-      convertedStructsCache[type] = tn;
+      NewType = StructType::create(OrigType->getContext(), s);
     }
     std::vector<llvm::Type*> newtypes;
-    for (llvm::StructType::element_iterator i = t->element_begin(),
-         e = t->element_end(); i < e; ++i) {
+    for (llvm::StructType::element_iterator i = OrigType->element_begin(),
+         e = OrigType->element_end(); i < e; ++i) {
       newtypes.push_back(ConvertedType(*i, addrSpaceMap, convertedStructsCache));
     }
     ArrayRef<Type*> a(newtypes);
-    if (t->isLiteral()) {
-      tn = StructType::get(t->getContext(), a, t->isPacked());
-      convertedStructsCache[type] = tn;
+    if (OrigType->isLiteral()) {
+      NewType = StructType::get(OrigType->getContext(), a, OrigType->isPacked());
     } else {
-      tn->setBody(a, t->isPacked());
+      NewType->setBody(a, OrigType->isPacked());
     }
-    return tn;
+    convertedStructsCache[type] = NewType;
+    return NewType;
 #endif
   } else {
     return type;
@@ -129,14 +138,15 @@ UpdateAddressSpace(llvm::Value& val, std::map<unsigned, unsigned> &addrSpaceMap,
    \returns true if replacement took place (-> BB iterator needs to restart)
 */
 static bool removeASCI(llvm::Value *v, llvm::Instruction *beforeinst,
-                     std::map<unsigned, unsigned> &addrSpaceMap,
-                     std::map<llvm::Type*, llvm::StructType*> &convertedStructsCache) {
+                       std::map<unsigned, unsigned> &addrSpaceMap,
+                       std::map<llvm::Type*,
+                       llvm::StructType*> &convertedStructsCache) {
   if (isa<ConstantExpr>(v)) {
       ConstantExpr *ce = dyn_cast<ConstantExpr>(v);
       Value *in = ce->getAsInstruction();
       AddrSpaceCastInst *asci = dyn_cast<AddrSpaceCastInst>(in);
       assert(asci);
-      if (asci->getDestTy()->getPointerAddressSpace() == POCL_ADDRESS_SPACE_GENERIC) {
+      if (asci->getDestTy()->getPointerAddressSpace() == POCL_FAKE_AS_GENERIC) {
         asci->insertBefore(beforeinst);
         v->replaceAllUsesWith(in);
         in->takeName(v);
@@ -150,11 +160,21 @@ static bool removeASCI(llvm::Value *v, llvm::Instruction *beforeinst,
       Type* DstTy = as->getDestTy();
       if (isa<PointerType>(SrcTy) && isa<PointerType>(DstTy)) {
         if ((DstTy->getPointerAddressSpace() == SrcTy->getPointerAddressSpace())
-            || (DstTy->getPointerAddressSpace() == POCL_ADDRESS_SPACE_GENERIC))
+            || (DstTy->getPointerAddressSpace() == POCL_FAKE_AS_GENERIC))
           {
-            if (DstTy->getPointerAddressSpace() == POCL_ADDRESS_SPACE_GENERIC)
+            if (DstTy->getPointerAddressSpace() == POCL_FAKE_AS_GENERIC)
               UpdateAddressSpace(*as, addrSpaceMap, convertedStructsCache);
             Value* srcVal = as->getOperand(0);
+            // We cannot just replaceAllUsesWith directly as UpdateAddressSpace
+            // might have changed the struct type to a new *_tas_struct type.
+            // In that case we need to replace also the referred types at least
+            // in case of array accesses. See issue #342 which is using events
+            // and events are context saved for each work-item and the GEPs
+            // that refer to the context array still have the old opencl.event_t
+            // type reference and we have converted the opencl.event_t to
+            // a new opencl.event_t_tas_struct and thus the replaceAllUsesWith
+            // fails with an assertion (if LLVM has assertions enabled) due to
+            // the mismatching type.
             as->replaceAllUsesWith(srcVal);
             as->eraseFromParent();
             return true;
@@ -262,10 +282,10 @@ run(llvm::Module &M,
     unhandledFuncs.push_back(&*functionI);
   }
 
-  for (std::vector<llvm::Function*>::iterator i = unhandledFuncs.begin(), 
+  for (std::vector<llvm::Function*>::iterator i = unhandledFuncs.begin(),
          e = unhandledFuncs.end(); i != e; ++i) {
     llvm::Function &F = **i;
-   
+
     /* Convert the FunctionType. Because there is no mutator API in
        LLVM for this, we need to recreate the whole darn function :( */
     SmallVector<Type *, 8> parameters;
@@ -295,52 +315,60 @@ run(llvm::Module &M,
     SmallVector<ReturnInst *, 1> ri;
 
     if (handle_generic_AS) {
-    /* Remove generic address space casts. Converts types with generic AS to
-     * private AS and then removes redundant AS casting instructions */
-    for (llvm::Function::iterator bbi = F.begin(), bbe = F.end(); bbi != bbe;
-         ++bbi)
-      for (llvm::BasicBlock::iterator ii = bbi->begin(), ie = bbi->end(); ii != ie;
-           ++ii) {
 
-        llvm::Instruction *instr = &*ii;
-
-        if (isa<AddrSpaceCastInst>(instr)) {
-            if (removeASCI(instr, nullptr, addrSpaceMap, convertedStructsCache))
-              { ii = bbi->begin(); continue; }
+      /* Remove generic address space casts. Converts types with generic AS to
+       * private AS and then removes redundant AS casting instructions */
+      for (llvm::Function::iterator bbi = F.begin(), bbe = F.end(); bbi != bbe;
+           ++bbi)
+        for (llvm::BasicBlock::iterator ii = bbi->begin(), ie = bbi->end(); ii != ie;
+             ++ii) {
+
+          llvm::Instruction *instr = &*ii;
+
+          if (isa<AddrSpaceCastInst>(instr)) {
+            if (removeASCI(instr, nullptr, addrSpaceMap,
+                           convertedStructsCache)) {
+              ii = bbi->begin();
+              continue;
+            }
           }
-        if (isa<StoreInst>(instr)) {
+          if (isa<StoreInst>(instr)) {
             StoreInst *st = dyn_cast<StoreInst>(instr);
             Value *pt = st->getPointerOperand();
             if (Operator::getOpcode(pt) == Instruction::AddrSpaceCast) {
-              if (removeASCI(pt, instr, addrSpaceMap, convertedStructsCache))
-                { ii = bbi->begin(); continue; }
+              if (removeASCI(pt, instr, addrSpaceMap,
+                             convertedStructsCache)) {
+                ii = bbi->begin();
+                continue;
+              }
             } else
-              if (st->getPointerAddressSpace() == POCL_ADDRESS_SPACE_GENERIC)
+              if (st->getPointerAddressSpace() == POCL_FAKE_AS_GENERIC)
                 UpdateAddressSpace(*pt, addrSpaceMap, convertedStructsCache);
         }
-        if (isa<LoadInst>(instr)) {
+          if (isa<LoadInst>(instr)) {
             LoadInst *ld = dyn_cast<LoadInst>(instr);
             Value *pt = ld->getPointerOperand();
             if (Operator::getOpcode(pt) == Instruction::AddrSpaceCast) {
-              if (removeASCI(pt, instr, addrSpaceMap, convertedStructsCache))
-                { ii = bbi->begin(); continue; }
+              if (removeASCI(pt, instr, addrSpaceMap, convertedStructsCache)) {
+                ii = bbi->begin();
+                continue;
+              }
             } else
-              if (ld->getPointerAddressSpace() == POCL_ADDRESS_SPACE_GENERIC)
+              if (ld->getPointerAddressSpace() == POCL_FAKE_AS_GENERIC)
                 UpdateAddressSpace(*pt, addrSpaceMap, convertedStructsCache);
         }
-        if (isa<GetElementPtrInst>(instr)) {
+          if (isa<GetElementPtrInst>(instr)) {
             GetElementPtrInst *gep = dyn_cast<GetElementPtrInst>(instr);
             Value *pt = gep->getPointerOperand();
             if (Operator::getOpcode(pt) == Instruction::AddrSpaceCast) {
-                if (removeASCI(pt, instr, addrSpaceMap, convertedStructsCache))
-                  { ii = bbi->begin(); continue; }
-              } else {
-                if (gep->getPointerAddressSpace() == POCL_ADDRESS_SPACE_GENERIC)
-                  UpdateAddressSpace(*pt, addrSpaceMap, convertedStructsCache);
-              }
+              if (removeASCI(pt, instr, addrSpaceMap, convertedStructsCache))
+              { ii = bbi->begin(); continue; }
+            } else {
+              if (gep->getPointerAddressSpace() == POCL_FAKE_AS_GENERIC)
+                UpdateAddressSpace(*pt, addrSpaceMap, convertedStructsCache);
+            }
+          }
         }
-
-      }
     }
 
     class AddressSpaceReMapper : public ValueMapTypeRemapper {
@@ -395,13 +423,13 @@ run(llvm::Module &M,
           ii = bbi->begin();
           continue;
         }
-        
+
         if (!isa<CallInst>(instr)) continue;
 
         llvm::CallInst *call = dyn_cast<CallInst>(instr);
         llvm::Function *calledF = call->getCalledFunction();
         if (funcReplacements.find(calledF) == funcReplacements.end()) continue;
-         
+
         call->setCalledFunction(funcReplacements[calledF]);
       }
   }
@@ -410,14 +438,20 @@ run(llvm::Module &M,
   /* Delete the old functions. */
   while (funcReplacements.size() > 0) {
 
-    if (Workgroup::isKernelToProcess(*i->first)) {
-      FunctionMapping repl;
-      repl[i->first] = i->second;
-      regenerate_kernel_metadata(M, repl);
+    if (currentPoclDevice->spmd) {
+      // The opencl.kernel metadata needs to be maintained only for
+      // SPMD devices (read: HSA at the time of this writing) because
+      // for non-SPMD machines the original kernel function is not
+      // there anymore, but is replaced with a work-group function.
+      if (Workgroup::isKernelToProcess(*i->first)) {
+        FunctionMapping repl;
+        repl[i->first] = i->second;
+        regenerate_kernel_metadata(M, repl);
+      }
     }
 
     if (i->first->getNumUses() > 0) {
-      for (Value::use_iterator ui = i->first->use_begin(), 
+      for (Value::use_iterator ui = i->first->use_begin(),
              ue = i->first->use_end(); ui != ue; ++ui) {
         User* user = (*ui).getUser();
         user->dump();
@@ -431,6 +465,18 @@ run(llvm::Module &M,
     i = funcReplacements.begin();
   }
 
+  if (!currentPoclDevice->spmd) {
+    // The opencl.kernels metadata is stale for non-SPMD machines
+    // which now have the kernel WI function converted to a WG
+    // function.  Remove it.
+    NamedMDNode *KernelsMD = M.getNamedMetadata("opencl.kernels");
+    if (KernelsMD)
+      M.eraseNamedMetadata(KernelsMD);
+    // Ditto for the old opencl.kernel_wg_size_info.
+    NamedMDNode *SizeInfoMD = M.getNamedMetadata("opencl.kernel_wg_size_info");
+    if (SizeInfoMD)
+      M.eraseNamedMetadata(SizeInfoMD);
+  }
 }
 
 #define POCL_AS_FAKE_GENERIC 0
@@ -447,45 +493,55 @@ TargetAddressSpaces::runOnModule(llvm::Module &M) {
    * First we map the Pocl fake AS numbers higher (above 200),
    * then we map that down to real device AS */
 
+  // I will celebrate on the day when we get rid of TAS ;) --Pekka
+
+  llvm::StringRef arch = currentPoclDevice->llvm_target_triplet;
+
+  /* x86_64 supports flattening the address spaces at the backend, but
+     we still flatten them in pocl due to a couple of reasons.
+
+     At least LLVM 3.5 exposes an issue with pocl's printf or another LLVM pass:
+     After the code emission optimizations there appears a
+     PHI node where the two alternative pointer assignments have different
+     address spaces:
+     %format.addr.2347 =
+     phi i8 addrspace(3)* [ %incdec.ptr58, %if.end56 ],
+     [ %format.addr.1, %while.body45.preheader ]
+
+     This leads to an LLVM crash when it tries to generate a no-op bitcast
+     while it won't be such due to the address space difference (I assume).
+     Workaround this by flattening the address spaces to 0 here also for
+     x86_64 until the real culprit is found.
+
+     Another reason is that LoopVectorizer of LLVM 3.7 crashes when it
+     tries to create a masked store intrinsics with the fake address space
+     ids, so we need to flatten them out before vectorizing.
+
+     Seems starting from LLVM 3.8 this situation has improved. Thus, skipping
+     TAS for now until we have the time to get rid off it completely.
+  */
+
+#ifndef LLVM_OLDER_THAN_3_8
+  if (arch.startswith("x86_64"))
+    return false;
+#endif
+
   std::map<unsigned, unsigned> addrSpaceMapUp;
 
-  addrSpaceMapUp[POCL_ADDRESS_SPACE_GLOBAL] = POCL_AS_FAKE_GLOBAL;
-  addrSpaceMapUp[POCL_ADDRESS_SPACE_LOCAL] = POCL_AS_FAKE_LOCAL;
-  addrSpaceMapUp[POCL_ADDRESS_SPACE_GENERIC] = POCL_AS_FAKE_GENERIC;
-  addrSpaceMapUp[POCL_ADDRESS_SPACE_CONSTANT] = POCL_AS_FAKE_CONSTANT;
+  addrSpaceMapUp[POCL_FAKE_AS_GLOBAL] = POCL_AS_FAKE_GLOBAL;
+  addrSpaceMapUp[POCL_FAKE_AS_LOCAL] = POCL_AS_FAKE_LOCAL;
+  addrSpaceMapUp[POCL_FAKE_AS_GENERIC] = POCL_AS_FAKE_GENERIC;
+  addrSpaceMapUp[POCL_FAKE_AS_CONSTANT] = POCL_AS_FAKE_CONSTANT;
 
   run(M, addrSpaceMapUp, true);
 
   std::map<unsigned, unsigned> addrSpaceMapDown;
 
-  llvm::StringRef arch(M.getTargetTriple());
-
   if (arch.startswith("x86_64")) {
-    /* x86_64 supports flattening the address spaces at the backend, but
-       we still flatten them in pocl due to a couple of reasons.
-
-       At least LLVM 3.5 exposes an issue with pocl's printf or another LLVM pass:
-       After the code emission optimizations there appears a
-       PHI node where the two alternative pointer assignments have different
-       address spaces:
-       %format.addr.2347 =
-          phi i8 addrspace(3)* [ %incdec.ptr58, %if.end56 ],
-                               [ %format.addr.1, %while.body45.preheader ]
-
-       This leads to an LLVM crash when it tries to generate a no-op bitcast
-       while it won't be such due to the address space difference (I assume).
-       Workaround this by flattening the address spaces to 0 here also for
-       x86_64 until the real culprit is found.
-
-       Another reason is that LoopVectorizer of LLVM 3.7 crashes when it
-       tries to create a masked store intrinsics with the fake address space
-       ids, so we need to flatten them out before vectorizing.
-    */
     addrSpaceMapDown[POCL_AS_FAKE_GLOBAL] =
         addrSpaceMapDown[POCL_AS_FAKE_LOCAL] =
         addrSpaceMapDown[POCL_AS_FAKE_GENERIC] =
         addrSpaceMapDown[POCL_AS_FAKE_CONSTANT] = 0;
-
   } else if (arch.startswith("arm")) {
     /* Same thing happens here as with x86_64 above.
      */
diff --git a/lib/llvmopencl/TargetAddressSpaces.h b/lib/llvmopencl/TargetAddressSpaces.h
index fc53dcd..bfa4183 100644
--- a/lib/llvmopencl/TargetAddressSpaces.h
+++ b/lib/llvmopencl/TargetAddressSpaces.h
@@ -1,18 +1,18 @@
 // Header for TargetAddressSpaces, an LLVM pass that converts the
-// generic address space ids to the target specific ones.
-// 
+// fake address space ids to the target specific ones.
+//
 // Copyright (c) 2013 Pekka Jääskeläinen / TUT
-// 
+//
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // of this software and associated documentation files (the "Software"), to deal
 // in the Software without restriction, including without limitation the rights
 // to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
 // copies of the Software, and to permit persons to whom the Software is
 // furnished to do so, subject to the following conditions:
-// 
+//
 // The above copyright notice and this permission notice shall be included in
 // all copies or substantial portions of the Software.
-// 
+//
 // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 // IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 // FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
@@ -35,7 +35,7 @@ namespace pocl {
      detect the different OpenCL address spaces ambiguously, regardless
      of the target. This pass converts the fake address space ids to
      the target-specific ones, if required by the code generator of that
-     target. */       
+     target. */
   class TargetAddressSpaces : public llvm::ModulePass {
   public:
     static char ID;
@@ -47,4 +47,10 @@ namespace pocl {
   };
 }
 
+#define POCL_FAKE_AS_PRIVATE 0
+#define POCL_FAKE_AS_GLOBAL 1
+#define POCL_FAKE_AS_LOCAL 2
+#define POCL_FAKE_AS_CONSTANT 3
+#define POCL_FAKE_AS_GENERIC 4
+
 #endif
diff --git a/lib/llvmopencl/VariableUniformityAnalysis.cc b/lib/llvmopencl/VariableUniformityAnalysis.cc
index dc86c2a..8284ba7 100644
--- a/lib/llvmopencl/VariableUniformityAnalysis.cc
+++ b/lib/llvmopencl/VariableUniformityAnalysis.cc
@@ -64,8 +64,14 @@ VariableUniformityAnalysis::VariableUniformityAnalysis() : FunctionPass(ID) {
 
 void
 VariableUniformityAnalysis::getAnalysisUsage(llvm::AnalysisUsage &AU) const {
+#ifdef LLVM_OLDER_THAN_3_9
   AU.addRequired<PostDominatorTree>();
   AU.addPreserved<PostDominatorTree>();
+#else
+  AU.addRequired<PostDominatorTreeWrapperPass>();
+  AU.addPreserved<PostDominatorTreeWrapperPass>();
+#endif
+
 #ifdef LLVM_OLDER_THAN_3_7
   AU.addRequired<LoopInfo>();
   AU.addPreserved<LoopInfo>();
@@ -83,40 +89,49 @@ VariableUniformityAnalysis::getAnalysisUsage(llvm::AnalysisUsage &AU) const {
 #endif
 }
 
+// Recursively mark the canonical induction variable PHI as uniform.
+// If there's a canonical induction variable in loops, the variable
+// update for each iteration should be uniform. Note: this does not yet
+// imply all the work-items execute the loop same number of times!
+void
+VariableUniformityAnalysis::markInductionVariables(Function &F, llvm::Loop &L) {
+
+  if (llvm::PHINode *inductionVar = L.getCanonicalInductionVariable()) {
+#ifdef DEBUG_UNIFORMITY_ANALYSIS
+    std::cerr << "### canonical induction variable, assuming uniform:";
+    inductionVar->dump();
+#endif
+    setUniform(&F, inductionVar);
+  }
+  for (llvm::Loop *Subloop : L.getSubLoops()) {
+    markInductionVariables(F, *Subloop);
+  }
+}
+
 bool
 VariableUniformityAnalysis::runOnFunction(Function &F) {
 
 #ifdef DEBUG_UNIFORMITY_ANALYSIS
   std::cerr << "### refreshing VUA" << std::endl;
-#endif  
+#endif
 
-  /* Do the actual analysis on-demand except for the basic block 
+  /* Do the actual analysis on-demand except for the basic block
      divergence analysis. */
-  uniformityCache_[&F].clear();  
+  uniformityCache_[&F].clear();
 
-  /* Mark the canonical induction variable PHI as uniform. 
-     If there's a canonical induction variable in loops, the variable
-     update for each iteration should be uniform. Note: this does not yet imply
-     all the work-items execute the loop same number of times! */
 #ifdef LLVM_OLDER_THAN_3_7
   llvm::LoopInfo &LI = getAnalysis<LoopInfo>();
 #else
   llvm::LoopInfo &LI = getAnalysis<LoopInfoWrapperPass>().getLoopInfo();
 #endif
+
   for (llvm::LoopInfo::iterator i = LI.begin(), e = LI.end(); i != e; ++i) {
     llvm::Loop *L = *i;
-    if (llvm::PHINode *inductionVar = L->getCanonicalInductionVariable()) {
-#ifdef DEBUG_UNIFORMITY_ANALYSIS
-      std::cerr << "### canonical induction variable, assuming uniform:";
-      inductionVar->dump();
-#endif
-      setUniform(&F, inductionVar);
-    }    
+    markInductionVariables(F, *L);
   }
 
   setUniform(&F, &F.getEntryBlock());
   analyzeBBDivergence(&F, &F.getEntryBlock(), &F.getEntryBlock());
-  //  F.viewCFG();
   return false;
 }
 
@@ -208,8 +223,13 @@ VariableUniformityAnalysis::analyzeBBDivergence
 
   // Condition b)
   if (newPreviousUniformBB != bb) {
+#ifdef LLVM_OLDER_THAN_3_9
     llvm::PostDominatorTree *PDT = &getAnalysis<PostDominatorTree>();
     if (PDT->dominates(bb, previousUniformBB)) {
+#else
+    llvm::PostDominatorTreeWrapperPass *PDT = &getAnalysis<PostDominatorTreeWrapperPass>();
+    if (PDT->getPostDomTree().dominates(bb, previousUniformBB)) {
+#endif
       setUniform(f, bb, true);
       newPreviousUniformBB = bb;
     }
diff --git a/lib/llvmopencl/VariableUniformityAnalysis.h b/lib/llvmopencl/VariableUniformityAnalysis.h
index 3a93ccc..4972a59 100644
--- a/lib/llvmopencl/VariableUniformityAnalysis.h
+++ b/lib/llvmopencl/VariableUniformityAnalysis.h
@@ -28,21 +28,25 @@
 #include "llvm/IR/Function.h"
 #include "llvm/Pass.h"
 
+namespace llvm {
+class Loop;
+}
+
 namespace pocl {
   /**
    * Analyses the variables in the function to figure out if a variable
    * value is
    *
    * a) 'uniform', i.e., always same for all work-items in the *same work-group*
-   * b) 'varying', i.e., somehow dependent on the work-item id 
-   * 
+   * b) 'varying', i.e., somehow dependent on the work-item id
+   *
    * For safety, 'variable' is assumed, unless certain of a).
    *
-   * VAU is an "accumulating" pass; it gathers uniformity information of 
-   * instructions in a way that it should invalidate even though the CFG
-   * is modified. Thus, in case the semantics of the original information
-   * does not change, it is safe for passes to set this pass preserved even
-   * though new instructions are added or the CFG manipulated.
+   * VAU is an "accumulating" pass; it gathers uniformity information of
+   * instructions in a way that it needs not to be invalidated even though
+   * the CFG is modified. Thus, in case the semantics of the original
+   * information does not change, it is safe for passes to set this pass
+   * preserved even though new instructions are added or the CFG manipulated.
    */
   class VariableUniformityAnalysis : public llvm::FunctionPass {
   public:
@@ -60,6 +64,7 @@ namespace pocl {
 
     virtual bool shouldBePrivatized(llvm::Function *f, llvm::Value *val);
     virtual bool doFinalization(llvm::Module& M);
+    virtual void markInductionVariables(llvm::Function &F, llvm::Loop &L);
 
   private:
 
diff --git a/lib/llvmopencl/WorkItemAliasAnalysis.cc b/lib/llvmopencl/WorkItemAliasAnalysis.cc
index 5e0e920..4549466 100644
--- a/lib/llvmopencl/WorkItemAliasAnalysis.cc
+++ b/lib/llvmopencl/WorkItemAliasAnalysis.cc
@@ -1,5 +1,5 @@
 /*
-    Copyright (c) 2012-2015 Tampere University of Technology.
+    Copyright (c) 2012-2017 Tampere University of Technology.
 
     Permission is hereby granted, free of charge, to any person obtaining a
     copy of this software and associated documentation files (the "Software"),
@@ -24,7 +24,8 @@
  *
  * Definition of WorkItemAliasAnalysis class.
  *
- * @author Vladimír Guzma 2012
+ * @author Vladimír Guzma 2012,
+ * @author Pekka Jääskeläinen 2015-2017
  */
 
 #include <iostream>
@@ -35,7 +36,9 @@ IGNORE_COMPILER_WARNING("-Wunused-parameter")
 #include "pocl.h"
 
 #include "llvm/Analysis/AliasAnalysis.h"
-#include "llvm/Analysis/TargetLibraryInfo.h"
+#ifndef LLVM_OLDER_THAN_3_7
+# include "llvm/Analysis/TargetLibraryInfo.h"
+#endif
 #include "llvm/Analysis/Passes.h"
 #include "llvm/Pass.h"
 #include "llvm/IR/Metadata.h"
@@ -61,7 +64,7 @@ typedef llvm::AliasResult AliasResult;
 #ifdef LLVM_OLDER_THAN_3_8
 class WorkItemAliasAnalysis : public FunctionPass, public AliasAnalysis {
 public:
-    static char ID; 
+    static char ID;
     WorkItemAliasAnalysis() : FunctionPass(ID) {}
 
     /// getAdjustedAnalysisPointer - This method is used when a pass implements
@@ -88,7 +91,7 @@ public:
         return false;
     }
 #endif
-    
+
     private:
         virtual void getAnalysisUsage(AnalysisUsage &AU) const;
         virtual AliasResult alias(const Location &LocA, const Location &LocB);
@@ -104,12 +107,21 @@ class WorkItemAAResult : public AAResultBase<WorkItemAAResult> {
 public:
     static char ID;
 
+#ifdef LLVM_OLDER_THAN_3_9
     WorkItemAAResult(const TargetLibraryInfo &TLI)
         : AAResultBase(TLI) {}
     WorkItemAAResult(const WorkItemAAResult &Arg)
         : AAResultBase(Arg.TLI) {}
     WorkItemAAResult(WorkItemAAResult &&Arg)
         : AAResultBase(Arg.TLI) {}
+#else
+    WorkItemAAResult(const TargetLibraryInfo &)
+        : AAResultBase() {}
+    WorkItemAAResult(const WorkItemAAResult &)
+        : AAResultBase() {}
+    WorkItemAAResult(WorkItemAAResult &&)
+        : AAResultBase() {}
+#endif
 
     AliasResult alias(const MemoryLocation &LocA, const MemoryLocation &LocB);
 };
@@ -118,8 +130,12 @@ class WorkItemAA {
 public:
     typedef WorkItemAAResult Result;
 
+#ifdef LLVM_OLDER_THAN_4_0
     /// \brief Opaque, unique identifier for this analysis pass.
     static void *ID() { return (void *)&PassID; }
+#else
+    static AnalysisKey *ID() { return &PassID; }
+#endif
 
     WorkItemAAResult run(Function &F, AnalysisManager<Function> *AM);
 
@@ -127,7 +143,11 @@ public:
     static StringRef name() { return "WorkItemAliasAnalysis"; }
 
 private:
+#ifdef LLVM_OLDER_THAN_4_0
     static char PassID;
+#else
+    static AnalysisKey PassID;
+#endif
 };
 
 /// Legacy wrapper pass to provide the (WorkItemAAWrapperPass) object.
@@ -148,15 +168,19 @@ public:
     void getAnalysisUsage(AnalysisUsage &AU) const override;
 };
 
+#ifdef LLVM_OLDER_THAN_4_0
 char WorkItemAA::PassID;
+#else
+AnalysisKey WorkItemAA::PassID;
+#endif
 char WorkItemAAResult::ID = 0;
 void WorkItemAliasAnalysis::anchor() {}
 
 WorkItemAAResult WorkItemAA::run(Function &F, AnalysisManager<Function> *AM) {
-    return WorkItemAAResult( AM->getResult<WorkItemAA>(F) );
+    return WorkItemAAResult(AM->getResult<WorkItemAA>(F));
 }
 
-bool WorkItemAliasAnalysis::runOnFunction(llvm::Function &F) {
+bool WorkItemAliasAnalysis::runOnFunction(llvm::Function &) {
     auto &TLIWP = getAnalysis<TargetLibraryInfoWrapperPass>();
     Result.reset(new WorkItemAAResult(TLIWP.getTLI()));
     return false;
@@ -175,9 +199,11 @@ RegisterAnalysisGroup<AliasAnalysis> Y(X);
 RegisterAnalysisGroup<WorkItemAAResult> Y(X);
 #endif
 
+/*
 FunctionPass *createWorkItemAliasAnalysisPass() {
     return new WorkItemAliasAnalysis();
 }
+*/
 
 extern "C" {                                
     FunctionPass*
diff --git a/lib/llvmopencl/Workgroup.cc b/lib/llvmopencl/Workgroup.cc
index f8859ef..ebd5bac 100644
--- a/lib/llvmopencl/Workgroup.cc
+++ b/lib/llvmopencl/Workgroup.cc
@@ -1,19 +1,19 @@
 // LLVM module pass to create the single function (fully inlined)
 // and parallelized kernel for an OpenCL workgroup.
-// 
+//
 // Copyright (c) 2011 Universidad Rey Juan Carlos
 //               2012-2015 Pekka Jääskeläinen
-// 
+//
 // Permission is hereby granted, free of charge, to any person obtaining a copy
 // of this software and associated documentation files (the "Software"), to deal
 // in the Software without restriction, including without limitation the rights
 // to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
 // copies of the Software, and to permit persons to whom the Software is
 // furnished to do so, subject to the following conditions:
-// 
+//
 // The above copyright notice and this permission notice shall be included in
 // all copies or substantial portions of the Software.
-// 
+//
 // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 // IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 // FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
@@ -51,6 +51,16 @@ IGNORE_COMPILER_WARNING("-Wunused-parameter")
 #include "Barrier.h"
 #include "Workgroup.h"
 
+#include "LLVMUtils.h"
+#include <cstdio>
+#include <map>
+#include <iostream>
+
+#include "pocl.h"
+#include "pocl_cl.h"
+#include "config.h"
+
+#include "TargetAddressSpaces.h"
 
 #if _MSC_VER
 #  include "vccompat.hpp"
@@ -60,6 +70,8 @@ IGNORE_COMPILER_WARNING("-Wunused-parameter")
 
 POP_COMPILER_DIAGS
 
+extern cl_device_id currentPoclDevice;
+
 using namespace std;
 using namespace llvm;
 using namespace pocl;
@@ -69,8 +81,6 @@ static void privatizeContext(Module &M, Function *F);
 static void createWorkgroup(Module &M, Function *F);
 static void createWorkgroupFast(Module &M, Function *F);
 
-// extern cl::opt<string> Header;
-
 /* The kernel to process in this kernel compiler launch. */
 cl::opt<string>
 KernelName("kernel",
@@ -81,7 +91,7 @@ KernelName("kernel",
 namespace llvm {
 
   typedef struct _pocl_context PoclContext;
-  
+
   template<bool xcompile> class TypeBuilder<PoclContext, xcompile> {
   public:
     static StructType *get(LLVMContext &Context) {
@@ -92,6 +102,7 @@ namespace llvm {
              TypeBuilder<types::i<64>[3], xcompile>::get(Context),
              TypeBuilder<types::i<64>[3], xcompile>::get(Context),
              TypeBuilder<types::i<64>[3], xcompile>::get(Context),
+             TypeBuilder<types::i<64>[3], xcompile>::get(Context),
              NULL);
         }
       else if (size_t_width == 32)
@@ -101,6 +112,7 @@ namespace llvm {
              TypeBuilder<types::i<32>[3], xcompile>::get(Context),
              TypeBuilder<types::i<32>[3], xcompile>::get(Context),
              TypeBuilder<types::i<32>[3], xcompile>::get(Context),
+             TypeBuilder<types::i<32>[3], xcompile>::get(Context),
              NULL);
         }
       else
@@ -126,18 +138,18 @@ namespace llvm {
       WORK_DIM,
       NUM_GROUPS,
       GROUP_ID,
-      GLOBAL_OFFSET
+      GLOBAL_OFFSET,
+      LOCAL_SIZE
     };
   private:
     static int size_t_width;
-    
-  };  
+  };
 
-  template<bool xcompile>  
+  template<bool xcompile>
   int TypeBuilder<PoclContext, xcompile>::size_t_width = 0;
 
 }  // namespace llvm
-  
+
 char Workgroup::ID = 0;
 static RegisterPass<Workgroup> X("workgroup", "Workgroup creation pass");
 
@@ -145,210 +157,231 @@ static RegisterPass<Workgroup> X("workgroup", "Workgroup creation pass");
 bool
 Workgroup::runOnModule(Module &M)
 {
-
-#ifdef LLVM_OLDER_THAN_3_7
-  if (M.getDataLayout()->getPointerSize(0) == 8)
-    {
-      TypeBuilder<PoclContext, true>::setSizeTWidth(64);
-    }
-  else if (M.getDataLayout()->getPointerSize(0) == 4)
-    {
-      TypeBuilder<PoclContext, true>::setSizeTWidth(32);
-    }
-  else 
-    {
-      assert (false && "Target has an unsupported pointer width.");
-    }
-#else
-  if (M.getDataLayout().getPointerSize(0) == 8)
-    {
-      TypeBuilder<PoclContext, true>::setSizeTWidth(64);
-    }
-  else if (M.getDataLayout().getPointerSize(0) == 4)
-    {
-      TypeBuilder<PoclContext, true>::setSizeTWidth(32);
-    }
-  else 
-    {
-      assert (false && "Target has an unsupported pointer width.");
-    }
-#endif
+  switch (currentPoclDevice->address_bits) {
+  case 64:
+    TypeBuilder<PoclContext, true>::setSizeTWidth(64);
+    break;
+  case 32:
+    TypeBuilder<PoclContext, true>::setSizeTWidth(32);
+    break;
+  default:
+    assert (false && "Target has an unsupported pointer width.");
+    break;
+  }
 
   for (Module::iterator i = M.begin(), e = M.end(); i != e; ++i) {
     if (!i->isDeclaration())
       i->setLinkage(Function::InternalLinkage);
   }
 
+  // store the new and old kernel pairs in order to regenerate
+  // all the metadata that used to point to the unmodified
+  // kernels
+  FunctionMapping kernels;
+
   for (Module::iterator i = M.begin(), e = M.end(); i != e; ++i) {
     if (!isKernelToProcess(*i)) continue;
     Function *L = createLauncher(M, &*i);
-      
+
     L->addFnAttr(Attribute::NoInline);
 
     privatizeContext(M, L);
 
-    createWorkgroup(M, L);
-    createWorkgroupFast(M, L);
+    if (!currentPoclDevice->spmd) {
+      createWorkgroup(M, L);
+      createWorkgroupFast(M, L);
+    }
+    else
+      kernels[&*i] = L;
+  }
+
+  if (currentPoclDevice->spmd) {
+    regenerate_kernel_metadata(M, kernels);
+
+    // Delete the old kernels.
+    for (FunctionMapping::const_iterator i = kernels.begin(),
+           e = kernels.end(); i != e; ++i) {
+        Function *old_kernel = (*i).first;
+        Function *new_kernel = (*i).second;
+        if (old_kernel == new_kernel) continue;
+        old_kernel->eraseFromParent();
+      }
   }
 
-  Function *barrier = cast<Function> 
+  Function *barrier = cast<Function>
     (M.getOrInsertFunction(BARRIER_FUNCTION_NAME,
                            Type::getVoidTy(M.getContext()),
                            NULL));
   BasicBlock *bb = BasicBlock::Create(M.getContext(), "", barrier);
   ReturnInst::Create(M.getContext(), 0, bb);
-  
+
   return true;
 }
 
+static void addGEPs(llvm::Module &M,
+                    IRBuilder<> &builder,
+                    llvm::Argument *a,
+                    int size_t_width,
+                    int llvmtype,
+                    const char* format_str) {
+
+  Value *ptr, *v;
+  char s[STRING_LENGTH];
+  GlobalVariable *gv;
+
+#ifdef LLVM_OLDER_THAN_3_7
+    ptr = builder.CreateStructGEP(a, llvmtype);
+#else
+    ptr = builder.CreateStructGEP(a->getType()->getPointerElementType(), a, llvmtype );
+#endif
+
+    for (unsigned i = 0; i < 3; ++i) {
+      snprintf(s, STRING_LENGTH, format_str, 'x' + i);
+      gv = M.getGlobalVariable(s);
+      if (gv != NULL) {
+        if (size_t_width == 64) {
+            v = builder.CreateLoad(builder.CreateConstGEP2_64(ptr, 0, i));
+        } else {
+#ifdef LLVM_OLDER_THAN_3_7
+            v = builder.CreateLoad(
+                  builder.CreateConstGEP2_32(ptr, 0, i));
+#else
+            v = builder.CreateLoad(
+              builder.CreateConstGEP2_32(
+                ptr->getType()->getPointerElementType(), ptr, 0, i));
+#endif
+        }
+        builder.CreateStore(v, gv);
+      }
+    }
+}
+
 static Function *
-createLauncher(Module &M, Function *F)
-{
+createLauncher(Module &M, Function *F) {
+
   SmallVector<Type *, 8> sv;
 
   for (Function::const_arg_iterator i = F->arg_begin(), e = F->arg_end();
        i != e; ++i)
     sv.push_back (i->getType());
-  sv.push_back(TypeBuilder<PoclContext*, true>::get(M.getContext()));
+  if (currentPoclDevice->spmd) {
+    PointerType* g_pc_ptr =
+      PointerType::get(TypeBuilder<PoclContext, true>::get(M.getContext()), 1);
+    sv.push_back(g_pc_ptr);
+  } else
+    sv.push_back(TypeBuilder<PoclContext*, true>::get(M.getContext()));
 
   FunctionType *ft = FunctionType::get(Type::getVoidTy(M.getContext()),
-				       ArrayRef<Type *> (sv),
-				       false);
+                                       ArrayRef<Type *> (sv),
+                                       false);
 
   std::string funcName = "";
   funcName = F->getName().str();
-
-  Function *L = Function::Create(ft,
-				 Function::ExternalLinkage,
-				 "_pocl_launcher_" + funcName,
-				 &M);
+  Function *L = NULL;
+  if (currentPoclDevice->spmd) {
+    Function *F = M.getFunction(funcName);
+    F->setName(funcName + "_original");
+    L = Function::Create(ft,
+                         Function::ExternalLinkage,
+                         funcName,
+                         &M);
+  } else
+    L = Function::Create(ft,
+                         Function::ExternalLinkage,
+                         "_pocl_launcher_" + funcName,
+                         &M);
 
   SmallVector<Value *, 8> arguments;
   Function::arg_iterator ai = L->arg_begin();
-  for (unsigned i = 0, e = F->getArgumentList().size(); i != e; ++i)  {
+  for (unsigned i = 0, e = F->getArgumentList().size(); i != e; ++i) {
     arguments.push_back(&*ai);
     ++ai;
-  }  
+  }
 
-  /* Copy the function attributes to transfer noalias etc. from the
-     original kernel which will be inlined into the launcher. */
+  // Copy the function attributes to transfer noalias etc. from the
+  // original kernel which will be inlined into the launcher.
   L->setAttributes(F->getAttributes());
 
-  Value *ptr, *v;
-  char s[STRING_LENGTH];
-  GlobalVariable *gv;
-
   IRBuilder<> builder(BasicBlock::Create(M.getContext(), "", L));
 
+  GlobalVariable *gv = M.getGlobalVariable("_work_dim");
+  if (gv != NULL) {
+    Value *ptr;
 #ifdef LLVM_OLDER_THAN_3_7
-  ptr = builder.CreateStructGEP(ai,
-				TypeBuilder<PoclContext, true>::WORK_DIM);
+    ptr =
+      builder.CreateStructGEP(ai, TypeBuilder<PoclContext, true>::WORK_DIM);
 #else
-  ptr = builder.CreateStructGEP(ai->getType()->getPointerElementType(), &*ai,
-                                TypeBuilder<PoclContext, true>::WORK_DIM);
+    ptr =
+      builder.CreateStructGEP(ai->getType()->getPointerElementType(), &*ai,
+                              TypeBuilder<PoclContext, true>::WORK_DIM);
 #endif
-  gv = M.getGlobalVariable("_work_dim");
-  if (gv != NULL) {
-    v = builder.CreateLoad(builder.CreateConstGEP1_32(ptr, 0));
+    Value *v = builder.CreateLoad(builder.CreateConstGEP1_32(ptr, 0));
     builder.CreateStore(v, gv);
   }
 
-
   int size_t_width = 32;
-#ifdef LLVM_OLDER_THAN_3_7
-  if (M.getDataLayout()->getPointerSize(0) == 8)
-#else
-  if (M.getDataLayout().getPointerSize(0) == 8)
-#endif
+  if (currentPoclDevice->address_bits == 64)
     size_t_width = 64;
 
 #ifdef LLVM_OLDER_THAN_3_7
-  ptr = builder.CreateStructGEP(ai,
-				TypeBuilder<PoclContext, true>::GROUP_ID);
-#else
-  ptr = builder.CreateStructGEP(ai->getType()->getPointerElementType(), &*ai,
-                                TypeBuilder<PoclContext, true>::GROUP_ID);
-#endif
-  for (int i = 0; i < 3; ++i) {
-    snprintf(s, STRING_LENGTH, "_group_id_%c", 'x' + i);
-    gv = M.getGlobalVariable(s);
-    if (gv != NULL) {
-      if (size_t_width == 64)
-        {
-          v = builder.CreateLoad(builder.CreateConstGEP2_64(ptr, 0, i));
-        }
-      else
-        {
-#ifdef LLVM_OLDER_THAN_3_7
-          v = builder.CreateLoad(builder.CreateConstGEP2_32(ptr, 0, i));
+  llvm::Argument *a = ai;
 #else
-          v = builder.CreateLoad(builder.CreateConstGEP2_32(ptr->getType()->getPointerElementType(), ptr, 0, i));
+  llvm::Argument *a = &*ai;
 #endif
-        }
-      builder.CreateStore(v, gv);
-    }
-  }
 
-#ifdef LLVM_OLDER_THAN_3_7
-  ptr = builder.CreateStructGEP(ai,
-				TypeBuilder<PoclContext, true>::NUM_GROUPS);
-#else
-  ptr = builder.CreateStructGEP(ai->getType()->getPointerElementType(), &*ai,
-                                TypeBuilder<PoclContext, true>::NUM_GROUPS);
-#endif
-  for (int i = 0; i < 3; ++i) {
-    snprintf(s, STRING_LENGTH, "_num_groups_%c", 'x' + i);
-    gv = M.getGlobalVariable(s);
-    if (gv != NULL) {
-      if (size_t_width == 64)
-        {
-          v = builder.CreateLoad(builder.CreateConstGEP2_64(ptr, 0, i));
-        }
-      else 
-        {
-#ifdef LLVM_OLDER_THAN_3_7
-          v = builder.CreateLoad(builder.CreateConstGEP2_32(ptr, 0, i));
-#else
-          v = builder.CreateLoad(builder.CreateConstGEP2_32(ptr->getType()->getPointerElementType(), ptr, 0, i));
-#endif
-        }
-      builder.CreateStore(v, gv);
+  addGEPs(M, builder, a, size_t_width, TypeBuilder<PoclContext, true>::GROUP_ID,
+          "_group_id_%c");
+
+  if (WGDynamicLocalSize)
+    addGEPs(M, builder, a, size_t_width, TypeBuilder<PoclContext, true>::LOCAL_SIZE,
+            "_local_size_%c");
+
+  addGEPs(M, builder, a, size_t_width, TypeBuilder<PoclContext, true>::NUM_GROUPS,
+          "_num_groups_%c");
+
+  addGEPs(M, builder, a, size_t_width, TypeBuilder<PoclContext, true>::GLOBAL_OFFSET,
+          "_global_offset_%c");
+
+  CallInst *c = builder.CreateCall(F, ArrayRef<Value*>(arguments));
+  builder.CreateRetVoid();
+
+#ifdef LLVM_4_0
+  // At least with LLVM 4.0, the runtime of AddAliasScopeMetadata of
+  // llvm::InlineFunction explodes in case of kernels with restrict
+  // metadata and a lot of lifetime markers. The issue produces at
+  // least with EinsteinToolkit which has a lot of restrict kernel
+  // args). Remove them here before inlining to speed it up.
+  // TODO: Investigate the root cause.
+
+  std::set<CallInst*> Calls;
+
+  for (Function::iterator I = F->begin(), E = F->end(); I != E; ++I) {
+    for (BasicBlock::iterator BI = I->begin(), BE = I->end(); BI != BE; ++BI) {
+      Instruction *Instr = dyn_cast<Instruction>(BI);
+      if (!llvm::isa<CallInst>(Instr)) continue;
+      CallInst *CallInstr = dyn_cast<CallInst>(Instr);
+      if (CallInstr->getCalledFunction() != nullptr &&
+          (CallInstr->getCalledFunction()->getName() ==
+           "llvm.lifetime.end" ||
+           CallInstr->getCalledFunction()->getName() ==
+           "llvm.lifetime.start")) {
+        Calls.insert(CallInstr);
+      }
     }
   }
 
-#ifdef LLVM_OLDER_THAN_3_7
-  ptr = builder.CreateStructGEP(ai,
-				TypeBuilder<PoclContext, true>::GLOBAL_OFFSET);
-#else
-  ptr = builder.CreateStructGEP(ai->getType()->getPointerElementType(), &*ai,
-                                TypeBuilder<PoclContext, true>::GLOBAL_OFFSET);
-#endif
-  for (int i = 0; i < 3; ++i) {
-    snprintf(s, STRING_LENGTH, "_global_offset_%c", 'x' + i);
-    gv = M.getGlobalVariable(s);
-    if (gv != NULL) {
-      if (size_t_width == 64)
-        {
-          v = builder.CreateLoad(builder.CreateConstGEP2_64(ptr, 0, i));
-        }
-      else
-        {
-#ifdef LLVM_OLDER_THAN_3_7
-          v = builder.CreateLoad(builder.CreateConstGEP2_32(ptr, 0, i));
-#else
-          v = builder.CreateLoad(builder.CreateConstGEP2_32(ptr->getType()->getPointerElementType(), ptr, 0, i));
-#endif
-        }
-      builder.CreateStore(v, gv);
-    }
+  for (auto C : Calls) {
+    C->eraseFromParent();
   }
+#endif
 
-  CallInst *c = builder.CreateCall(F, ArrayRef<Value*>(arguments));
-  builder.CreateRetVoid();
 
+  // TODO: Get rid of this step as inlining takes surprisingly long
+  // with large functions and the effect to total kernel runtime
+  // is meaningless.
   InlineFunctionInfo IFI;
   InlineFunction(c, IFI);
-  
+
   return L;
 }
 
@@ -534,7 +567,7 @@ createWorkgroup(Module &M, Function *F)
   }
 
   arguments.back() = &*(++ai);
-  
+
   builder.CreateCall(F, ArrayRef<Value*>(arguments));
   builder.CreateRetVoid();
 }
@@ -599,15 +632,20 @@ createWorkgroupFast(Module &M, Function *F)
     Value *value;
 
     if (!ii->hasByValAttr() || ((PointerType*)t)->getAddressSpace() == 1)
+#ifdef POCL_USE_FAKE_ADDR_SPACE_IDS
+      value = builder.CreatePointerCast
+        (pointer, t->getPointerTo(POCL_FAKE_AS_GLOBAL));
+#else
       value = builder.CreatePointerCast
-        (pointer, t->getPointerTo(POCL_ADDRESS_SPACE_GLOBAL));
+        (pointer, t->getPointerTo(currentPoclDevice->global_as_id));
+#endif
     else
       value = builder.CreatePointerCast(pointer, t->getPointerTo());
 
     if (!ii->hasByValAttr()) {
       value = builder.CreateLoad(value);
     }
-    
+
     arguments.push_back(value);
   }
 
@@ -627,6 +665,9 @@ Workgroup::isKernelToProcess(const Function &F)
 {
   const Module *m = F.getParent();
 
+  if (F.getMetadata("kernel_arg_access_qual"))
+    return true;
+
   NamedMDNode *kernels = m->getNamedMetadata("opencl.kernels");
   if (kernels == NULL) {
     if (KernelName == "")
@@ -635,15 +676,15 @@ Workgroup::isKernelToProcess(const Function &F)
       return true;
 
     return false;
-  }  
+  }
 
   for (unsigned i = 0, e = kernels->getNumOperands(); i != e; ++i) {
     if (kernels->getOperand(i)->getOperand(0) == NULL)
       continue; // globaldce might have removed uncalled kernels
-    Function *k = 
+    Function *k =
       cast<Function>(
         dyn_cast<ValueAsMetadata>(kernels->getOperand(i)->getOperand(0))
-          ->getValue());
+        ->getValue());
     if (&F == k)
       return true;
   }
diff --git a/lib/llvmopencl/WorkitemHandler.cc b/lib/llvmopencl/WorkitemHandler.cc
index 82b8d0d..b23124e 100644
--- a/lib/llvmopencl/WorkitemHandler.cc
+++ b/lib/llvmopencl/WorkitemHandler.cc
@@ -56,6 +56,7 @@ using namespace llvm;
 size_t WGLocalSizeX = 1;
 size_t WGLocalSizeY = 1;
 size_t WGLocalSizeZ = 1;
+bool WGDynamicLocalSize = false;
 
 cl::opt<bool>
 AddWIMetadata("add-wi-metadata", cl::init(false), cl::Hidden,
@@ -74,44 +75,8 @@ void
 WorkitemHandler::Initialize(Kernel *K) {
 
   llvm::Module *M = K->getParent();
-  
-  // Check that the dynamically set local size and a possible
-  // required WG size match.
-  size_t LocalSizeX = WGLocalSizeX, LocalSizeY = WGLocalSizeY, 
-      LocalSizeZ = WGLocalSizeZ;
- 
-  llvm::NamedMDNode *size_info = 
-    M->getNamedMetadata("opencl.kernel_wg_size_info");
-  if (size_info) {
-    for (unsigned i = 0, e = size_info->getNumOperands(); i != e; ++i) {
-      llvm::MDNode *KernelSizeInfo = size_info->getOperand(i);
-      if (dyn_cast<ValueAsMetadata>(
-        KernelSizeInfo->getOperand(0).get())->getValue() != K) 
-        continue;
-
-      LocalSizeX = (llvm::cast<ConstantInt>(
-                     llvm::dyn_cast<ConstantAsMetadata>(
-                       KernelSizeInfo->getOperand(1))->getValue()))->getLimitedValue();
-      LocalSizeY = (llvm::cast<ConstantInt>(
-                     llvm::dyn_cast<ConstantAsMetadata>(
-                       KernelSizeInfo->getOperand(2))->getValue()))->getLimitedValue();
-      LocalSizeZ = (llvm::cast<ConstantInt>(
-                     llvm::dyn_cast<ConstantAsMetadata>(
-                       KernelSizeInfo->getOperand(3))->getValue()))->getLimitedValue();
-      break;
-    }
-  }
-
-  // This funny looking check is to silence a compiler warning that we 
-  // do not ignore the LocalSize* variables. Even in a NDEBUG build.
-  // TODO: how to handle the case in a NDEBUG build when they don't match?
-  if( !(LocalSizeX == WGLocalSizeX && LocalSizeY == WGLocalSizeY && 
-          LocalSizeZ == WGLocalSizeZ) ){
-     assert(false && "Local sizes don't match");
-     return;
-  }
-
-  llvm::Type *localIdType; 
+
+  llvm::Type *localIdType;
   size_t_width = 0;
 #ifdef LLVM_OLDER_THAN_3_7
   if (M->getDataLayout()->getPointerSize(0) == 8)
@@ -239,8 +204,13 @@ WorkitemHandler::fixUndominatedVariableUses(llvm::DominatorTreeWrapperPass *DT,
                 if (copy_i > 0)
                   alternativeName << ".pocl_" << copy_i;
 
+#ifdef LLVM_OLDER_THAN_4_0
                 alternative = 
                   F.getValueSymbolTable().lookup(alternativeName.str());
+#else
+                alternative = 
+                  F.getValueSymbolTable()->lookup(alternativeName.str());
+#endif
 
                 if (alternative != NULL)
                   {
diff --git a/lib/llvmopencl/WorkitemHandler.h b/lib/llvmopencl/WorkitemHandler.h
index feb8e50..11c6a20 100644
--- a/lib/llvmopencl/WorkitemHandler.h
+++ b/lib/llvmopencl/WorkitemHandler.h
@@ -73,6 +73,7 @@ namespace pocl {
   extern size_t WGLocalSizeX;
   extern size_t WGLocalSizeY;
   extern size_t WGLocalSizeZ;
+  extern bool WGDynamicLocalSize;
 }
 
 #endif
diff --git a/lib/llvmopencl/WorkitemHandlerChooser.cc b/lib/llvmopencl/WorkitemHandlerChooser.cc
index 62b0db4..ae50d23 100644
--- a/lib/llvmopencl/WorkitemHandlerChooser.cc
+++ b/lib/llvmopencl/WorkitemHandlerChooser.cc
@@ -63,6 +63,11 @@ WorkitemHandlerChooser::runOnFunction(Function &F)
   if (!Workgroup::isKernelToProcess(F))
     return false;
 
+  if (WGDynamicLocalSize) {
+      chosenHandler_ = POCL_WIH_LOOPS;
+      return false;
+  }
+  
   Kernel *K = cast<Kernel> (&F);
 
   /* FIXME: this is not thread safe. We cannot compile multiple kernels at
diff --git a/lib/llvmopencl/WorkitemLoops.cc b/lib/llvmopencl/WorkitemLoops.cc
index e43a486..fb52d7b 100644
--- a/lib/llvmopencl/WorkitemLoops.cc
+++ b/lib/llvmopencl/WorkitemLoops.cc
@@ -72,8 +72,12 @@ char WorkitemLoops::ID = 0;
 void
 WorkitemLoops::getAnalysisUsage(AnalysisUsage &AU) const
 {
-
+#ifdef LLVM_OLDER_THAN_3_9
   AU.addRequired<PostDominatorTree>();
+#else
+  AU.addRequired<PostDominatorTreeWrapperPass>();
+#endif
+
 #ifdef LLVM_OLDER_THAN_3_7
   AU.addRequired<LoopInfo>();
 #else
@@ -106,7 +110,12 @@ WorkitemLoops::runOnFunction(Function &F)
 #else
   LI = &getAnalysis<LoopInfoWrapperPass>();
 #endif
+
+#ifdef LLVM_OLDER_THAN_3_9
   PDT = &getAnalysis<PostDominatorTree>();
+#else
+  PDT = &getAnalysis<PostDominatorTreeWrapperPass>();
+#endif
 
   tempInstructionIndex = 0;
 
@@ -140,9 +149,9 @@ WorkitemLoops::runOnFunction(Function &F)
 std::pair<llvm::BasicBlock *, llvm::BasicBlock *>
 WorkitemLoops::CreateLoopAround
 (ParallelRegion &region,
- llvm::BasicBlock *entryBB, llvm::BasicBlock *exitBB, 
+ llvm::BasicBlock *entryBB, llvm::BasicBlock *exitBB,
  bool peeledFirst, llvm::Value *localIdVar, size_t LocalSizeForDim,
- bool addIncBlock) 
+ bool addIncBlock, llvm::Value *DynamicLocalSize)
 {
   assert (localIdVar != NULL);
 
@@ -263,13 +272,19 @@ WorkitemLoops::CreateLoopAround
     }
 
   builder.SetInsertPoint(forCondBB);
-  llvm::Value *cmpResult = 
-    builder.CreateICmpULT
-    (builder.CreateLoad(localIdVar),
-     (ConstantInt::get
-      (IntegerType::get(C, size_t_width), 
-       LocalSizeForDim)));
-      
+
+  llvm::Value *cmpResult;
+  if (!WGDynamicLocalSize)
+    cmpResult = builder.CreateICmpULT(
+                  builder.CreateLoad(localIdVar),
+                    ConstantInt::get(
+                      IntegerType::get(C, size_t_width),
+                      LocalSizeForDim));
+  else
+    cmpResult = builder.CreateICmpULT(
+                  builder.CreateLoad(localIdVar),
+                    builder.CreateLoad(DynamicLocalSize));
+  
   Instruction *loopBranch =
       builder.CreateCondBr(cmpResult, loopBodyEntryBB, loopEndBB);
 
@@ -323,6 +338,9 @@ bool
 WorkitemLoops::ProcessFunction(Function &F)
 {
   Kernel *K = cast<Kernel> (&F);
+  
+  llvm::Module *M = K->getParent();
+
   Initialize(K);
   unsigned workItemCount = WGLocalSizeX*WGLocalSizeY*WGLocalSizeZ;
 
@@ -498,20 +516,53 @@ WorkitemLoops::ProcessFunction(Function &F)
         }
       }
 
-    if (WGLocalSizeX > 1)
-      l = CreateLoopAround(
-        *original, l.first, l.second, peelFirst, 
-        localIdX, WGLocalSizeX, !unrolled);
+    if (WGDynamicLocalSize) {
+      GlobalVariable *gv;
+      gv = M->getGlobalVariable("_local_size_x");
+      auto *SizeT_Ty = Type::getIntNTy(M->getContext(), size_t_width);
+      if (gv == NULL) 
+        gv = new GlobalVariable(*M, SizeT_Ty, true, GlobalValue::CommonLinkage,
+                                NULL, "_local_size_x", NULL,
+                                GlobalValue::ThreadLocalMode::NotThreadLocal,
+                                0, true);
+
+      l = CreateLoopAround(*original, l.first, l.second, peelFirst,
+                           localIdX, WGLocalSizeX, !unrolled, gv);
+
+      gv = M->getGlobalVariable("_local_size_y");
+      if (gv == NULL) 
+        gv = new GlobalVariable(*M, SizeT_Ty, false, GlobalValue::CommonLinkage,
+                                NULL, "_local_size_y");
+
+      l = CreateLoopAround(*original, l.first, l.second,
+                           false, localIdY, WGLocalSizeY, !unrolled, gv);
+
+      gv = M->getGlobalVariable("_local_size_z");
+      if (gv == NULL) 
+        gv = new GlobalVariable(*M, SizeT_Ty, true, GlobalValue::CommonLinkage,
+                                NULL, "_local_size_z", NULL,
+                                GlobalValue::ThreadLocalMode::NotThreadLocal,
+                                0, true);
+
+      l = CreateLoopAround(*original, l.first, l.second,
+                           false, localIdZ, WGLocalSizeZ, !unrolled, gv);
+
+    } else {
+      if (WGLocalSizeX > 1) {
+          l = CreateLoopAround(*original, l.first, l.second, peelFirst,
+                               localIdX, WGLocalSizeX, !unrolled);
+        }
 
-    if (WGLocalSizeY > 1)
-      l = CreateLoopAround(
-        *original, l.first, l.second, 
-        false, localIdY, WGLocalSizeY);
+      if (WGLocalSizeY > 1) {
+          l = CreateLoopAround(*original, l.first, l.second, false,
+                               localIdY, WGLocalSizeY);
+        }
 
-    if (WGLocalSizeZ > 1)
-      l = CreateLoopAround(
-          *original, l.first, l.second, 
-          false, localIdZ, WGLocalSizeZ);
+      if (WGLocalSizeZ > 1) {
+          l = CreateLoopAround(*original, l.first, l.second, false,
+                               localIdZ, WGLocalSizeZ);
+        }
+    }
 
     /* Loop edges coming from another region mean B-loops which means 
        we have to fix the loop edge to jump to the beginning of the wi-loop 
@@ -548,7 +599,9 @@ WorkitemLoops::ProcessFunction(Function &F)
        localIdXFirstVar);       
   }
 
-  K->addLocalSizeInitCode(WGLocalSizeX, WGLocalSizeY, WGLocalSizeZ);
+  if (!WGDynamicLocalSize)
+    K->addLocalSizeInitCode(WGLocalSizeX, WGLocalSizeY, WGLocalSizeZ);
+
   ParallelRegion::insertLocalIdInit(&F.getEntryBlock(), 0, 0, 0);
 
 #if 0
@@ -636,6 +689,46 @@ WorkitemLoops::FixMultiRegionVariables(ParallelRegion *region)
     }
 }
 
+llvm::Value *
+WorkitemLoops::GetLinearWiIndex(llvm::IRBuilder<> &builder, llvm::Module *M,
+                               ParallelRegion *region)
+{
+  auto *SizeTType = Type::getIntNTy(M->getContext(), size_t_width);
+  GlobalVariable *LocalSizeXPtr =
+    cast<GlobalVariable>(M->getOrInsertGlobal("_local_size_x", SizeTType));
+  GlobalVariable *LocalSizeYPtr =
+    cast<GlobalVariable>(M->getOrInsertGlobal("_local_size_y", SizeTType));
+
+  assert(LocalSizeXPtr != NULL && LocalSizeYPtr != NULL);
+
+  LoadInst* LoadX = builder.CreateLoad(LocalSizeXPtr, "ls_x");
+  LoadInst* LoadY = builder.CreateLoad(LocalSizeYPtr, "ls_y");
+
+  /* Form linear index from xyz coordinates:
+       local_size_x * local_size_y * local_id_z  (z dimension)
+     + local_size_x * local_id_y                 (y dimension)
+     + local_id_x                                (x dimension)
+  */
+  Value* LocalSizeXTimesY =
+    builder.CreateBinOp(Instruction::Mul, LoadX, LoadY, "ls_xy");
+
+  Value* ZPart =
+    builder.CreateBinOp(Instruction::Mul, LocalSizeXTimesY,
+                        region->LocalIDZLoad(),
+                        "tmp");
+
+  Value* YPart =
+    builder.CreateBinOp(Instruction::Mul, LoadX, region->LocalIDYLoad(),
+                        "ls_x_y");
+
+  Value* ZYSum =
+    builder.CreateBinOp(Instruction::Add, ZPart, YPart,
+                        "zy_sum");
+
+  return builder.CreateBinOp(Instruction::Add, ZYSum, region->LocalIDXLoad(),
+                             "linear_xyz_idx");
+}
+
 llvm::Instruction *
 WorkitemLoops::AddContextSave
 (llvm::Instruction *instruction, llvm::Instruction *alloca)
@@ -661,19 +754,28 @@ WorkitemLoops::AddContextSave
 
   IRBuilder<> builder(&*definition);
   std::vector<llvm::Value *> gepArgs;
-  gepArgs.push_back(ConstantInt::get(IntegerType::get(instruction->getContext(), size_t_width), 0));
-
+  
   /* Reuse the id loads earlier in the region, if possible, to
      avoid messy output with lots of redundant loads. */
   ParallelRegion *region = RegionOfBlock(instruction->getParent());
   assert ("Adding context save outside any region produces illegal code." && 
           region != NULL);
 
-  gepArgs.push_back(region->LocalIDZLoad());
-  gepArgs.push_back(region->LocalIDYLoad());
-  gepArgs.push_back(region->LocalIDXLoad());
+  if (WGDynamicLocalSize)
+    {
+      Module *M = alloca->getParent()->getParent()->getParent();
+      gepArgs.push_back(GetLinearWiIndex(builder, M, region));
+    }
+  else
+    {
+      gepArgs.push_back(ConstantInt::get(IntegerType::get(instruction->getContext(), size_t_width), 0));
+      gepArgs.push_back(region->LocalIDZLoad());
+      gepArgs.push_back(region->LocalIDYLoad());
+      gepArgs.push_back(region->LocalIDXLoad());
+    }
 
-  return builder.CreateStore(instruction, builder.CreateGEP(alloca, gepArgs));
+  return builder.CreateStore(instruction, builder.CreateGEP(alloca,
+                                                            gepArgs));
 }
 
 llvm::Instruction *
@@ -698,9 +800,7 @@ WorkitemLoops::AddContextRestore
       assert (false && "Unknown context restore location!");
     }
 
-  
   std::vector<llvm::Value *> gepArgs;
-  gepArgs.push_back(ConstantInt::get(IntegerType::get(val->getContext(), size_t_width), 0));
 
   /* Reuse the id loads earlier in the region, if possible, to
      avoid messy output with lots of redundant loads. */
@@ -708,19 +808,28 @@ WorkitemLoops::AddContextRestore
   assert ("Adding context save outside any region produces illegal code." && 
           region != NULL);
 
-  gepArgs.push_back(region->LocalIDZLoad());
-  gepArgs.push_back(region->LocalIDYLoad());
-  gepArgs.push_back(region->LocalIDXLoad());
-
+  if (WGDynamicLocalSize)
+    {
+      Module *M = alloca->getParent()->getParent()->getParent();
+      gepArgs.push_back(GetLinearWiIndex(builder, M, region));
+    }
+  else
+    {
+      gepArgs.push_back(ConstantInt::get(IntegerType::get(val->getContext(),
+                                                          size_t_width), 0));
+      gepArgs.push_back(region->LocalIDZLoad());
+      gepArgs.push_back(region->LocalIDYLoad());
+      gepArgs.push_back(region->LocalIDXLoad());
+    }
 
-  llvm::Instruction *gep = 
+  llvm::Instruction *gep =
     dyn_cast<Instruction>(builder.CreateGEP(alloca, gepArgs));
   if (isAlloca) {
     /* In case the context saved instruction was an alloca, we created a
        context array with pointed-to elements, and now want to return a pointer 
        to the elements to emulate the original alloca. */
     return gep;
-  }           
+  }
   return builder.CreateLoad(gep);
 }
 
@@ -781,25 +890,52 @@ WorkitemLoops::GetContextArray(llvm::Instruction *instruction)
       elementType = instruction->getType();
     }
 
-  /* 3D context array. */
-  llvm::Type *contextArrayType = 
-    ArrayType::get(
+  llvm::AllocaInst *Alloca;
+  Module* M = instruction->getParent()->getParent()->getParent();
+  if (WGDynamicLocalSize)
+    {
+      char GlobalName[32];
+      GlobalVariable* LocalSize;
+      LoadInst* LocalSizeLoad[3];
+      auto *SizeT_Ty = Type::getIntNTy(M->getContext(), size_t_width);
+      for (int i = 0; i < 3; ++i) {
+        snprintf(GlobalName, 32, "_local_size_%c", 'x' + i);
+        LocalSize =
+          cast<GlobalVariable>(M->getOrInsertGlobal(GlobalName, SizeT_Ty));
+        LocalSizeLoad[i] = builder.CreateLoad(LocalSize);
+      }
+
+      Value* LocalXTimesY =
+        builder.CreateBinOp(Instruction::Mul, LocalSizeLoad[0],
+                            LocalSizeLoad[1], "tmp");
+      Value* NumberOfWorkItems =
+        builder.CreateBinOp(Instruction::Mul, LocalXTimesY,
+                            LocalSizeLoad[2], "num_wi");
+
+      Alloca = builder.CreateAlloca(elementType, NumberOfWorkItems, varName);
+    }
+  else
+    {
+      /* 3D context array. */
+      llvm::Type *contextArrayType =
         ArrayType::get(
+          ArrayType::get(
             ArrayType::get(
-                elementType, WGLocalSizeX), 
+                           elementType, WGLocalSizeX),
             WGLocalSizeY), WGLocalSizeZ);
 
-  /* Allocate the context data array for the variable. */
-  llvm::AllocaInst *alloca = 
-    builder.CreateAlloca(contextArrayType, 0, varName);
+      /* Allocate the context data array for the variable. */
+      Alloca = builder.CreateAlloca(contextArrayType, 0, varName);
+    }
+
   /* Align the context arrays to stack to enable wide vectors
      accesses to them. Also, LLVM 3.3 seems to produce illegal
      code at least with Core i5 when aligned only at the element
      size. */
-  alloca->setAlignment(CONTEXT_ARRAY_ALIGN);
+  Alloca->setAlignment(CONTEXT_ARRAY_ALIGN);
 
-  contextArrays[varName] = alloca;
-  return alloca;
+  contextArrays[varName] = Alloca;
+  return Alloca;
 }
 
 
diff --git a/lib/llvmopencl/WorkitemLoops.h b/lib/llvmopencl/WorkitemLoops.h
index b4d56e8..f781dad 100644
--- a/lib/llvmopencl/WorkitemLoops.h
+++ b/lib/llvmopencl/WorkitemLoops.h
@@ -31,12 +31,17 @@
 #include "llvm/ADT/Twine.h"
 #include "llvm/Analysis/LoopInfo.h"
 #include "llvm/Transforms/Utils/ValueMapper.h"
+#include "llvm/IR/IRBuilder.h"
 
 #include "WorkitemHandler.h"
 #include "ParallelRegion.h"
 
 namespace llvm {
+#ifdef LLVM_OLDER_THAN_3_9
   struct PostDominatorTree;
+#else
+  struct PostDominatorTreeWrapperPass;
+#endif
 }
 
 namespace pocl {
@@ -65,7 +70,13 @@ namespace pocl {
 #else
     llvm::LoopInfoWrapperPass *LI;
 #endif
+
+#ifdef LLVM_OLDER_THAN_3_9
     llvm::PostDominatorTree *PDT;
+#else
+    llvm::PostDominatorTreeWrapperPass *PDT;
+#endif
+
     llvm::DominatorTreeWrapperPass *DTP;
 
     ParallelRegion::ParallelRegionVector *original_parallel_regions;
@@ -77,7 +88,10 @@ namespace pocl {
     void FixMultiRegionVariables(ParallelRegion *region);
     void AddContextSaveRestore(llvm::Instruction *instruction);
 
-    llvm::Instruction *AddContextSave(llvm::Instruction *instruction, llvm::Instruction *alloca);
+    llvm::Value *GetLinearWiIndex(llvm::IRBuilder<> &builder, llvm::Module *M,
+                                  ParallelRegion *region);
+    llvm::Instruction *AddContextSave(llvm::Instruction *instruction,
+                                      llvm::Instruction *alloca);
     llvm::Instruction *AddContextRestore
         (llvm::Value *val, llvm::Instruction *alloca, 
          llvm::Instruction *before=NULL, 
@@ -88,7 +102,7 @@ namespace pocl {
     CreateLoopAround
         (ParallelRegion &region, llvm::BasicBlock *entryBB, llvm::BasicBlock *exitBB, 
          bool peeledFirst, llvm::Value *localIdVar, size_t LocalSizeForDim,
-         bool addIncBlock=true);
+         bool addIncBlock=true, llvm::Value *DynamicLocalSize=NULL);
 
     llvm::BasicBlock *
       AppendIncBlock
diff --git a/lib/llvmopencl/WorkitemReplication.cc b/lib/llvmopencl/WorkitemReplication.cc
index c101217..6197e25 100644
--- a/lib/llvmopencl/WorkitemReplication.cc
+++ b/lib/llvmopencl/WorkitemReplication.cc
@@ -172,7 +172,6 @@ WorkitemReplication::ProcessFunction(Function &F)
 #endif
   
   // Measure the required context (variables alive in more than one region).
-  const DataLayout &TD = F.getParent()->getDataLayout();
 
   for (SmallVector<ParallelRegion *, 8>::iterator
          i = original_parallel_regions->begin(), 
@@ -195,7 +194,11 @@ WorkitemReplication::ProcessFunction(Function &F)
               pr->end()) {
             // User is not in the defining region.
             ++ContextValues;
-            ContextSize += TD.getTypeAllocSize(i3->getType());
+#ifdef LLVM_OLDER_THAN_3_7
+            ContextSize += F.getParent()->getDataLayout()->getTypeAllocSize(i3->getType());
+#else
+            ContextSize += F.getParent()->getDataLayout().getTypeAllocSize(i3->getType());
+#endif
             break;
           }
         }
diff --git a/lib/llvmopencl/linker.cpp b/lib/llvmopencl/linker.cpp
index 797b161..2b272e2 100644
--- a/lib/llvmopencl/linker.cpp
+++ b/lib/llvmopencl/linker.cpp
@@ -1,16 +1,36 @@
+// LLVM function pass to convert the sampler initializer calls to a target
+// desired format
+//
+// Copyright (c) 2014 Kalle Raiskila
+//               2016-2017 Pekka Jääskeläinen / Tampere University of Technology
+//
+// Permission is hereby granted, free of charge, to any person obtaining a copy
+// of this software and associated documentation files (the "Software"), to deal
+// in the Software without restriction, including without limitation the rights
+// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+// copies of the Software, and to permit persons to whom the Software is
+// furnished to do so, subject to the following conditions:
+//
+// The above copyright notice and this permission notice shall be included in
+// all copies or substantial portions of the Software.
+//
+// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+// THE SOFTWARE.
+
 /*
-   Lightweight linker to replace
+   Lightweight bitcode linker to replace
    llvm::Linker. Unlike the LLVM default linker, this
    does not link in the entire given module, only
    the called functions are cloned from the input.
    This is to speed up the linking of the kernel lib
    which is so big, that it takes seconds to clone it,
    even on top-of-the line current processors
-
-   Copyright 2014 Kalle Raiskila.
-   This file is a part of pocl, distributed under the MIT
-   licence. See file COPYING.
- */
+*/
 
 #include <list>
 #include <iostream>
@@ -23,15 +43,20 @@
 #include "llvm/IR/Module.h"
 #include "llvm/Transforms/Utils/Cloning.h"
 #include "llvm/Transforms/Utils/ValueMapper.h"
+#include "pocl_cl.h"
 
 #include "linker.h"
 
+#include "TargetAddressSpaces.h"
+
 using namespace llvm;
 
 //#include <cstdio>
 //#define DB_PRINT(...) printf("linker:" __VA_ARGS__)
 #define DB_PRINT(...)
 
+extern cl_device_id currentPoclDevice;
+
 /*
  * Find needle in haystack. O(n) implementation, but n should be
  * small in our usecases.
@@ -56,22 +81,25 @@ find_from_list(llvm::StringRef             needle,
  * Note this does not change the types in Function->FunctionType
  * so it's only used inside CopyFunc on kernel library functions */
 static void fixOpenCLimageArguments(llvm::Function *Func) {
-  Function::arg_iterator b = Func->arg_begin();
-  Function::arg_iterator e = Func->arg_end();
-  for (; b != e; b++)  {
-      Argument *j = &*b;
-      Type *t = j->getType();
-      if (t->isPointerTy() && t->getPointerElementType()->isStructTy()) {
-        Type *pe_type = t->getPointerElementType();
-        if (pe_type->getStructName().startswith("opencl.image"))  {
-          //std::cerr << "BOOM \n" << t2->getStructName().data() << "\n";
-          Type *new_t = PointerType::get(pe_type, POCL_ADDRESS_SPACE_GLOBAL);
-          j->mutateType(new_t);
-        }// else
-          //std::cerr << "NO BOOM  " << t2->getStructName().data() << "\n";
-      }
-  }
-
+    Function::arg_iterator b = Func->arg_begin();
+    Function::arg_iterator e = Func->arg_end();
+    for (; b != e; b++)  {
+        Argument *j = &*b;
+        Type *t = j->getType();
+        if (t->isPointerTy() && t->getPointerElementType()->isStructTy()) {
+            Type *pe_type = t->getPointerElementType();
+            if (pe_type->getStructName().startswith("opencl.image"))  {
+#ifdef POCL_USE_FAKE_ADDR_SPACE_IDS
+              Type *new_t =
+                PointerType::get(pe_type, POCL_FAKE_AS_GLOBAL);
+#else
+              Type *new_t =
+                PointerType::get(pe_type, currentPoclDevice->global_as_id);
+#endif
+              j->mutateType(new_t);
+            }
+        }
+    }
 }
 
 /* Fixes opencl.imageX_t type arguments which miss address space global
@@ -81,27 +109,35 @@ static void fixOpenCLimageArguments(llvm::Function *Func) {
 static llvm::Function *
 CloneFuncFixOpenCLImageT(llvm::Module *Mod, llvm::Function *F)
 {
-  assert(F && "No function to copy");
-  assert(!F->isDeclaration());
-
-  int changed = 0;
-  ValueToValueMapTy VVMap;
-  SmallVector<Type *, 8> sv;
-  for (Function::arg_iterator i = F->arg_begin(), e = F->arg_end();
-       i != e; ++i) {
-      Argument *j = &*i;
-      Type *t = j->getType();
-      Type *new_t = t;
-      if (t->isPointerTy() && t->getPointerElementType()->isStructTy()) {
+    assert(F && "No function to copy");
+    assert(!F->isDeclaration());
+
+    int changed = 0;
+    ValueToValueMapTy VVMap;
+    SmallVector<Type *, 8> sv;
+    for (Function::arg_iterator i = F->arg_begin(), e = F->arg_end();
+          i != e; ++i) {
+        Argument *j = &*i;
+        Type *t = j->getType();
+        Type *new_t = t;
+        if (t->isPointerTy() && t->getPointerElementType()->isStructTy()) {
           Type *pe_type = t->getPointerElementType();
           if (pe_type->getStructName().startswith("opencl.image")) {
-            if (t->getPointerAddressSpace() != POCL_ADDRESS_SPACE_GLOBAL) {
-              new_t = PointerType::get(pe_type, POCL_ADDRESS_SPACE_GLOBAL);
+
+#ifdef POCL_USE_FAKE_ADDR_SPACE_IDS
+            if (t->getPointerAddressSpace() != POCL_FAKE_AS_GLOBAL) {
+              new_t = PointerType::get(pe_type, POCL_FAKE_AS_GLOBAL);
+              changed = 1;
+            }
+#else
+            if (t->getPointerAddressSpace() != currentPoclDevice->global_as_id) {
+              new_t = PointerType::get(pe_type, currentPoclDevice->global_as_id);
               changed = 1;
-              }
             }
+#endif
+          }
         }
-      sv.push_back(new_t);
+        sv.push_back(new_t);
     }
 
     if (!changed)
@@ -135,71 +171,78 @@ CloneFuncFixOpenCLImageT(llvm::Module *Mod, llvm::Function *F)
     return DstFunc;
 }
 
-/* Find all functions in the calltree of F, append their
- * name to list.
- */
+// Find all functions in the calltree of F, append their
+// name to list.
 static inline void
-find_called_functions(llvm::Function *            F,
+find_called_functions(llvm::Function *F,
                       std::list<llvm::StringRef> &list)
 {
-    llvm::Function::iterator fi,fe;
-    for (fi=F->begin(), fe=F->end();
-         fi != fe;
-         fi++) {
-        llvm::BasicBlock::iterator bi,be;
-        for (bi=fi->begin(), be=fi->end();
-             bi != be;
-             bi++) {
-            CallInst *CI=dyn_cast<CallInst>(bi);
-            if (CI == NULL)
-                continue;
-            llvm::Function *callee=CI->getCalledFunction();
-            // this happens with e.g. inline asm calls
-            if (callee == NULL)
-                continue;
-            DB_PRINT("search: %s calls %s\n",
-                     F->getName().data(), callee->getName().data());
-            if (find_from_list(callee->getName(), list))
-                continue;
-            else {
-                list.push_back(callee->getName());
-                DB_PRINT("search: recursing into %s\n",
-                         callee->getName().data());
-                find_called_functions(callee, list);
-            }
-        }
+  if (F->isDeclaration()) {
+    DB_PRINT("it's a declaration.\n");
+    return;
+  }
+  llvm::Function::iterator fi,fe;
+  for (fi = F->begin(), fe = F->end();
+       fi != fe; fi++) {
+    llvm::BasicBlock::iterator bi, be;
+    for (bi = fi->begin(), be = fi->end();
+         bi != be;
+         bi++) {
+      CallInst *CI = dyn_cast<CallInst>(bi);
+      if (CI == NULL)
+        continue;
+      llvm::Function *callee = CI->getCalledFunction();
+      // this happens with e.g. inline asm calls
+      if (callee == NULL) {
+        DB_PRINT("search: %s callee NULL\n", F->getName().str().c_str());
+        continue;
+      }
+      DB_PRINT("search: %s calls %s\n",
+               F->getName().data(), callee->getName().data());
+      if (find_from_list(callee->getName(), list))
+        continue;
+      else {
+        list.push_back(callee->getName());
+        DB_PRINT("search: recursing into %s\n",
+                 callee->getName().data());
+        find_called_functions(callee, list);
+      }
     }
+  }
 }
 
 // Copies one function from one module to another
 // does not inspect it for callgraphs
 static void
-CopyFunc( const llvm::StringRef Name,
-          const llvm::Module *  From,
-          llvm::Module *        To,
-          ValueToValueMapTy &   VVMap)
-{
-    llvm::Function *SrcFunc=From->getFunction(Name);
+CopyFunc(const llvm::StringRef Name,
+         const llvm::Module *  From,
+         llvm::Module *        To,
+         ValueToValueMapTy &   VVMap) {
+
+    llvm::Function *SrcFunc = From->getFunction(Name);
     // TODO: is this the linker error "not found", and not an assert?
     assert(SrcFunc && "Did not find function to copy in kernel library");
-    llvm::Function *DstFunc=To->getFunction(Name);
+    llvm::Function *DstFunc = To->getFunction(Name);
 
     if (DstFunc == NULL) {
         DB_PRINT("   %s not found in destination module, creating\n",
                  Name.data());
-        DstFunc=
-            Function::Create(cast<FunctionType>(
-                                 SrcFunc->getType()->getElementType()),
-                             SrcFunc->getLinkage(),
-                             SrcFunc->getName(),
-                             To);
+        DstFunc =
+          Function::Create(cast<FunctionType>(
+                             SrcFunc->getType()->getElementType()),
+                           SrcFunc->getLinkage(),
+                           SrcFunc->getName(),
+                           To);
         DstFunc->copyAttributesFrom(SrcFunc);
+    } else if (DstFunc->size() > 0) {
+      // We have already encountered and copied this function.
+      return;
     }
-    VVMap[SrcFunc]=DstFunc;
+    VVMap[SrcFunc] = DstFunc;
 
-    Function::arg_iterator j=DstFunc->arg_begin();
-    for (Function::const_arg_iterator i=SrcFunc->arg_begin(),
-         e=SrcFunc->arg_end();
+    Function::arg_iterator j = DstFunc->arg_begin();
+    for (Function::const_arg_iterator i = SrcFunc->arg_begin(),
+         e = SrcFunc->arg_end();
          i != e; ++i) {
         j->setName(i->getName());
         VVMap[&*i] = &*j;
@@ -221,33 +264,32 @@ CopyFunc( const llvm::StringRef Name,
  * 'vvm'.
  */
 static void
-copy_func_callgraph( const llvm::StringRef func_name,
-                     const llvm::Module *  from,
-                     llvm::Module *        to,
-                     ValueToValueMapTy &   vvm)
-{
+copy_func_callgraph(const llvm::StringRef func_name,
+                    const llvm::Module *  from,
+                    llvm::Module *        to,
+                    ValueToValueMapTy &   vvm) {
     std::list<llvm::StringRef> callees;
-    llvm::Function *rootfunc=from->getFunction(func_name);
-    if (rootfunc == NULL)
-        return;
-    DB_PRINT("copying function %s with callgraph\n", func_name.data());
+    llvm::Function *RootFunc = from->getFunction(func_name);
+    if (RootFunc == NULL)
+      return;
+    DB_PRINT("copying function %s with callgraph\n", RootFunc.data());
 
-    find_called_functions(rootfunc, callees);
+    find_called_functions(RootFunc, callees);
 
-    // Fisrt copy the callees of func, then the function itself.
+    // First copy the callees of func, then the function itself.
     // Recurse into callees to handle the case where kernel library
     // functions call other kernel library functions.
     std::list<llvm::StringRef>::iterator ci,ce;
-    for (ci=callees.begin(), ce=callees.end();
-         ci != ce;
-         ci++) {
-        llvm::Function *SrcFunc=from->getFunction(*ci);
-        if (!SrcFunc->isDeclaration()) {
-            copy_func_callgraph(*ci,from, to, vvm);
-        }
-        CopyFunc(*ci, from, to, vvm);
+    for (ci = callees.begin(), ce = callees.end(); ci != ce; ci++) {
+      llvm::Function *SrcFunc = from->getFunction(*ci);
+      if (!SrcFunc->isDeclaration()) {
+        copy_func_callgraph(*ci, from, to, vvm);
+      } else {
+        DB_PRINT("%s is declaration, not recursing into it!\n",
+		 SrcFunc->getName().str().c_str());
+      }
+      CopyFunc(*ci, from, to, vvm);
     }
-
     CopyFunc(func_name, from, to, vvm);
 }
 
@@ -265,115 +307,101 @@ stringref_cmp(llvm::StringRef a, llvm::StringRef b)
 void
 link(llvm::Module *krn, const llvm::Module *lib)
 {
-    assert(krn);
-    assert(lib);
-    ValueToValueMapTy vvm;
-    std::list<llvm::StringRef> declared;
-
-    llvm::Module::iterator fi,fe;
-
-    // Find and fix opencl.imageX_t arguments
-    for (fi=krn->begin(), fe=krn->end();
-         fi != fe;
-         fi++) {
-        llvm::Function *f = &*fi;
-        if (f->isDeclaration())
-            continue;
-        // need to restart iteration if we replace a function
-        if (CloneFuncFixOpenCLImageT(krn, f) != f) {
-          fi = krn->begin();
-          }
-      }
-
-    // Inspect the kernel, find undefined functions
-    for (fi=krn->begin(), fe=krn->end();
-         fi != fe;
-         fi++) {
-        if ((*fi).isDeclaration()) {
-            DB_PRINT("%s is not defined\n", fi->getName().data());
-            declared.push_back(fi->getName());
-            continue;
-        }
-
-        // Find all functions the kernel source calls
-        // TODO: is there no direct way?
-        find_called_functions(&*fi, declared);
-    }
-    declared.sort(stringref_cmp);
-    declared.unique(stringref_equal);
-
-    // copy all the globals from lib to krn.
-    // it probably is faster to just copy them all, than to inspect
-    // both krn and lib to find which actually are used.
-    DB_PRINT("cloning the global variables:\n");
-    llvm::Module::const_global_iterator gi,ge;
-    for (gi=lib->global_begin(), ge=lib->global_end();
-         gi != ge;
-         gi++) {
-        DB_PRINT(" %s\n", gi->getName().data());
-        GlobalVariable *GV=new GlobalVariable(*krn,
-                                              gi->getType()->getElementType(),
-                                              gi->isConstant(),
-                                              gi->getLinkage(),
-                                              (Constant*) 0, gi->getName(),
-                                              (GlobalVariable*) 0,
-                                              gi->getThreadLocalMode(),
-                                              gi->getType()->getAddressSpace());
-        GV->copyAttributesFrom(&*gi);
-        vvm[&*gi]=GV;
+  assert(krn);
+  assert(lib);
+  ValueToValueMapTy vvm;
+  std::list<llvm::StringRef> declared;
+
+  llvm::Module::iterator fi, fe;
+
+  // Find and fix opencl.imageX_t arguments
+  for (fi = krn->begin(), fe = krn->end(); fi != fe; fi++) {
+    llvm::Function *f = &*fi;
+    if (f->isDeclaration())
+      continue;
+    // need to restart iteration if we replace a function
+    if (CloneFuncFixOpenCLImageT(krn, f) != f) {
+      fi = krn->begin();
     }
+  }
 
-    // For each undefined function in krn, clone it from the lib to the krn module,
-    // if found in lib
-    std::list<llvm::StringRef>::iterator di,de;
-    for (di=declared.begin(), de=declared.end();
-         di != de;
-         di++) {
-        copy_func_callgraph( *di, lib, krn, vvm);
+  // Inspect the kernel, find undefined functions
+  for (fi = krn->begin(), fe = krn->end();  fi != fe; fi++) {
+    if ((*fi).isDeclaration()) {
+      DB_PRINT("%s is not defined\n", fi->getName().data());
+      declared.push_back(fi->getName());
+      continue;
     }
 
-    // copy any aliases to krn
-    DB_PRINT("cloning the aliases:\n");
-    llvm::Module::const_alias_iterator ai, ae;
-    for (ai = lib->alias_begin(), ae = lib->alias_end();
-         ai != ae;
-         ai++) {
-        DB_PRINT(" %s\n", ai->getName().data());
-        GlobalAlias *GA =
+    // Find all functions the kernel source calls
+    // TODO: is there no direct way?
+    find_called_functions(&*fi, declared);
+  }
+  declared.sort(stringref_cmp);
+  declared.unique(stringref_equal);
+
+  // Copy all the globals from lib to krn.
+  // It probably is faster to just copy them all, than to inspect
+  // both krn and lib to find which actually are used.
+  DB_PRINT("cloning the global variables:\n");
+  llvm::Module::const_global_iterator gi,ge;
+  for (gi=lib->global_begin(), ge=lib->global_end(); gi != ge; gi++) {
+    DB_PRINT(" %s\n", gi->getName().data());
+    GlobalVariable *GV = new GlobalVariable(
+      *krn, gi->getType()->getElementType(), gi->isConstant(),
+      gi->getLinkage(), (Constant*)0, gi->getName(), (GlobalVariable*)0,
+      gi->getThreadLocalMode(), gi->getType()->getAddressSpace());
+    GV->copyAttributesFrom(&*gi);
+    vvm[&*gi]=GV;
+  }
+
+  // For each undefined function in krn, clone it from the lib to the krn module,
+  // if found in lib
+  std::list<llvm::StringRef>::iterator di,de;
+  for (di = declared.begin(), de = declared.end();
+       di != de; di++) {
+      copy_func_callgraph(*di, lib, krn, vvm);
+  }
+
+  // copy any aliases to krn
+  DB_PRINT("cloning the aliases:\n");
+  llvm::Module::const_alias_iterator ai, ae;
+  for (ai = lib->alias_begin(), ae = lib->alias_end(); ai != ae; ai++) {
+    DB_PRINT(" %s\n", ai->getName().data());
+    GlobalAlias *GA =
 #ifndef LLVM_3_7
-            GlobalAlias::create(ai->getType(),
-                                ai->getType()->getAddressSpace(),
-                                ai->getLinkage(), ai->getName(), NULL, krn);
+      GlobalAlias::create(
+	ai->getType(), ai->getType()->getAddressSpace(), ai->getLinkage(),
+	ai->getName(), NULL, krn);
 #else
-            GlobalAlias::create(ai->getType(),
-                                ai->getLinkage(), ai->getName(), NULL, krn);
+    GlobalAlias::create(
+	ai->getType(), ai->getLinkage(), ai->getName(), NULL, krn);
 #endif
 
-        GA->copyAttributesFrom(&*ai);
-        vvm[&*ai]=GA;
-    }
+    GA->copyAttributesFrom(&*ai);
+    vvm[&*ai]=GA;
+  }
 
-    // initialize the globals that were copied
-    for (gi=lib->global_begin(), ge=lib->global_end();
-         gi != ge;
-         gi++) {
-        GlobalVariable *GV=cast<GlobalVariable>(vvm[&*gi]);
-        if (gi->hasInitializer())
-            GV->setInitializer(MapValue(gi->getInitializer(), vvm));
-    }
+  // initialize the globals that were copied
+  for (gi=lib->global_begin(), ge=lib->global_end();
+       gi != ge;
+       gi++) {
+      GlobalVariable *GV=cast<GlobalVariable>(vvm[&*gi]);
+      if (gi->hasInitializer())
+        GV->setInitializer(MapValue(gi->getInitializer(), vvm));
+  }
 
-    // copy metadata
-    DB_PRINT("cloning metadata:\n");
-    llvm::Module::const_named_metadata_iterator mi,me;
-    for (mi=lib->named_metadata_begin(), me=lib->named_metadata_end();
-         mi != me;
-         mi++) {
-        const NamedMDNode &NMD=*mi;
-        DB_PRINT(" %s:\n", NMD.getName().data());
-        NamedMDNode *NewNMD=krn->getOrInsertNamedMetadata(NMD.getName());
-        for (unsigned i=0, e=NMD.getNumOperands(); i != e; ++i)
-            NewNMD->addOperand(MapMetadata(NMD.getOperand(i), vvm));
-    }
+  // copy metadata
+  DB_PRINT("cloning metadata:\n");
+  llvm::Module::const_named_metadata_iterator mi,me;
+  for (mi=lib->named_metadata_begin(), me=lib->named_metadata_end();
+       mi != me; mi++) {
+      const NamedMDNode &NMD=*mi;
+      DB_PRINT(" %s:\n", NMD.getName().data());
+      NamedMDNode *NewNMD=krn->getOrInsertNamedMetadata(NMD.getName());
+      for (unsigned i=0, e=NMD.getNumOperands(); i != e; ++i)
+        NewNMD->addOperand(MapMetadata(NMD.getOperand(i), vvm));
+  }
 }
 
 /* vim: set expandtab ts=4 : */
diff --git a/lib/llvmopencl/linker.h b/lib/llvmopencl/linker.h
index a3131b5..159233e 100644
--- a/lib/llvmopencl/linker.h
+++ b/lib/llvmopencl/linker.h
@@ -5,6 +5,10 @@
 
 #include "llvm/IR/Module.h"
 
+#ifdef __GNUC__
+#pragma GCC visibility push(hidden)
+#endif
+
 /**
  * Link in module lib to krn.
  * This function searches for each undefined symbol 
@@ -14,4 +18,8 @@
  */
 void link(llvm::Module *krn, const llvm::Module *lib);
 
+#ifdef __GNUC__
+#pragma GCC visibility pop
+#endif
+
 #endif
diff --git a/lib/poclu/Makefile.am b/lib/poclu/Makefile.am
deleted file mode 100644
index fdaba98..0000000
--- a/lib/poclu/Makefile.am
+++ /dev/null
@@ -1,34 +0,0 @@
-# Process this file with automake to produce Makefile.in (in this,
-# and all subdirectories).
-# Makefile.am for pocl/lib/poclu.
-# 
-# Copyright (c) 2011-2013 Universidad Rey Juan Carlos and 
-#                         Tampere University of Technology
-# 
-# Permission is hereby granted, free of charge, to any person obtaining a copy
-# of this software and associated documentation files (the "Software"), to deal
-# in the Software without restriction, including without limitation the rights
-# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-# copies of the Software, and to permit persons to whom the Software is
-# furnished to do so, subject to the following conditions:
-# 
-# The above copyright notice and this permission notice shall be included in
-# all copies or substantial portions of the Software.
-# 
-# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-# THE SOFTWARE.
-
-lib_LTLIBRARIES = libpoclu.la
-
-libpoclu_la_SOURCES = bswap.c misc.c cl_half.c
-
-libpoclu_la_CPPFLAGS = -I$(top_srcdir)/fix-include -I$(top_srcdir)/include 
-libpoclu_la_LDFLAGS = -lm -version-info ${LIB_VERSION}
-libpoclu_la_LIBADD = @OPENCL_LIBS@
-
-EXTRA_DIST = CMakeLists.txt
diff --git a/lib/poclu/Makefile.in b/lib/poclu/Makefile.in
deleted file mode 100644
index f90d0a7..0000000
--- a/lib/poclu/Makefile.in
+++ /dev/null
@@ -1,785 +0,0 @@
-# Makefile.in generated by automake 1.15 from Makefile.am.
-# @configure_input@
-
-# Copyright (C) 1994-2014 Free Software Foundation, Inc.
-
-# This Makefile.in is free software; the Free Software Foundation
-# gives unlimited permission to copy and/or distribute it,
-# with or without modifications, as long as this notice is preserved.
-
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
-# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
-# PARTICULAR PURPOSE.
-
- at SET_MAKE@
-
-# Process this file with automake to produce Makefile.in (in this,
-# and all subdirectories).
-# Makefile.am for pocl/lib/poclu.
-# 
-# Copyright (c) 2011-2013 Universidad Rey Juan Carlos and 
-#                         Tampere University of Technology
-# 
-# Permission is hereby granted, free of charge, to any person obtaining a copy
-# of this software and associated documentation files (the "Software"), to deal
-# in the Software without restriction, including without limitation the rights
-# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-# copies of the Software, and to permit persons to whom the Software is
-# furnished to do so, subject to the following conditions:
-# 
-# The above copyright notice and this permission notice shall be included in
-# all copies or substantial portions of the Software.
-# 
-# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-# THE SOFTWARE.
-
-VPATH = @srcdir@
-am__is_gnu_make = { \
-  if test -z '$(MAKELEVEL)'; then \
-    false; \
-  elif test -n '$(MAKE_HOST)'; then \
-    true; \
-  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
-    true; \
-  else \
-    false; \
-  fi; \
-}
-am__make_running_with_option = \
-  case $${target_option-} in \
-      ?) ;; \
-      *) echo "am__make_running_with_option: internal error: invalid" \
-              "target option '$${target_option-}' specified" >&2; \
-         exit 1;; \
-  esac; \
-  has_opt=no; \
-  sane_makeflags=$$MAKEFLAGS; \
-  if $(am__is_gnu_make); then \
-    sane_makeflags=$$MFLAGS; \
-  else \
-    case $$MAKEFLAGS in \
-      *\\[\ \	]*) \
-        bs=\\; \
-        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
-          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
-    esac; \
-  fi; \
-  skip_next=no; \
-  strip_trailopt () \
-  { \
-    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
-  }; \
-  for flg in $$sane_makeflags; do \
-    test $$skip_next = yes && { skip_next=no; continue; }; \
-    case $$flg in \
-      *=*|--*) continue;; \
-        -*I) strip_trailopt 'I'; skip_next=yes;; \
-      -*I?*) strip_trailopt 'I';; \
-        -*O) strip_trailopt 'O'; skip_next=yes;; \
-      -*O?*) strip_trailopt 'O';; \
-        -*l) strip_trailopt 'l'; skip_next=yes;; \
-      -*l?*) strip_trailopt 'l';; \
-      -[dEDm]) skip_next=yes;; \
-      -[JT]) skip_next=yes;; \
-    esac; \
-    case $$flg in \
-      *$$target_option*) has_opt=yes; break;; \
-    esac; \
-  done; \
-  test $$has_opt = yes
-am__make_dryrun = (target_option=n; $(am__make_running_with_option))
-am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
-pkgdatadir = $(datadir)/@PACKAGE@
-pkgincludedir = $(includedir)/@PACKAGE@
-pkglibdir = $(libdir)/@PACKAGE@
-pkglibexecdir = $(libexecdir)/@PACKAGE@
-am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
-install_sh_DATA = $(install_sh) -c -m 644
-install_sh_PROGRAM = $(install_sh) -c
-install_sh_SCRIPT = $(install_sh) -c
-INSTALL_HEADER = $(INSTALL_DATA)
-transform = $(program_transform_name)
-NORMAL_INSTALL = :
-PRE_INSTALL = :
-POST_INSTALL = :
-NORMAL_UNINSTALL = :
-PRE_UNINSTALL = :
-POST_UNINSTALL = :
-build_triplet = @build@
-host_triplet = @host@
-target_triplet = @target@
-subdir = lib/poclu
-ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
-am__aclocal_m4_deps = $(top_srcdir)/m4/ax_boost_base.m4 \
-	$(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
-	$(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
-	$(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/acinclude.m4 \
-	$(top_srcdir)/configure.ac
-am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
-	$(ACLOCAL_M4)
-DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
-mkinstalldirs = $(install_sh) -d
-CONFIG_HEADER = $(top_builddir)/config.h
-CONFIG_CLEAN_FILES =
-CONFIG_CLEAN_VPATH_FILES =
-am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
-am__vpath_adj = case $$p in \
-    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
-    *) f=$$p;; \
-  esac;
-am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
-am__install_max = 40
-am__nobase_strip_setup = \
-  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
-am__nobase_strip = \
-  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
-am__nobase_list = $(am__nobase_strip_setup); \
-  for p in $$list; do echo "$$p $$p"; done | \
-  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
-  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
-    if (++n[$$2] == $(am__install_max)) \
-      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
-    END { for (dir in files) print dir, files[dir] }'
-am__base_list = \
-  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
-  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
-am__uninstall_files_from_dir = { \
-  test -z "$$files" \
-    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
-    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
-         $(am__cd) "$$dir" && rm -f $$files; }; \
-  }
-am__installdirs = "$(DESTDIR)$(libdir)"
-LTLIBRARIES = $(lib_LTLIBRARIES)
-libpoclu_la_DEPENDENCIES =
-am_libpoclu_la_OBJECTS = libpoclu_la-bswap.lo libpoclu_la-misc.lo \
-	libpoclu_la-cl_half.lo
-libpoclu_la_OBJECTS = $(am_libpoclu_la_OBJECTS)
-AM_V_lt = $(am__v_lt_ at AM_V@)
-am__v_lt_ = $(am__v_lt_ at AM_DEFAULT_V@)
-am__v_lt_0 = --silent
-am__v_lt_1 = 
-libpoclu_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
-	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
-	$(libpoclu_la_LDFLAGS) $(LDFLAGS) -o $@
-AM_V_P = $(am__v_P_ at AM_V@)
-am__v_P_ = $(am__v_P_ at AM_DEFAULT_V@)
-am__v_P_0 = false
-am__v_P_1 = :
-AM_V_GEN = $(am__v_GEN_ at AM_V@)
-am__v_GEN_ = $(am__v_GEN_ at AM_DEFAULT_V@)
-am__v_GEN_0 = @echo "  GEN     " $@;
-am__v_GEN_1 = 
-AM_V_at = $(am__v_at_ at AM_V@)
-am__v_at_ = $(am__v_at_ at AM_DEFAULT_V@)
-am__v_at_0 = @
-am__v_at_1 = 
-DEFAULT_INCLUDES = -I. at am__isrc@ -I$(top_builddir)
-depcomp = $(SHELL) $(top_srcdir)/config/depcomp
-am__depfiles_maybe = depfiles
-am__mv = mv -f
-COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
-	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
-LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
-	$(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
-	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
-	$(AM_CFLAGS) $(CFLAGS)
-AM_V_CC = $(am__v_CC_ at AM_V@)
-am__v_CC_ = $(am__v_CC_ at AM_DEFAULT_V@)
-am__v_CC_0 = @echo "  CC      " $@;
-am__v_CC_1 = 
-CCLD = $(CC)
-LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
-	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
-AM_V_CCLD = $(am__v_CCLD_ at AM_V@)
-am__v_CCLD_ = $(am__v_CCLD_ at AM_DEFAULT_V@)
-am__v_CCLD_0 = @echo "  CCLD    " $@;
-am__v_CCLD_1 = 
-SOURCES = $(libpoclu_la_SOURCES)
-DIST_SOURCES = $(libpoclu_la_SOURCES)
-am__can_run_installinfo = \
-  case $$AM_UPDATE_INFO_DIR in \
-    n|no|NO) false;; \
-    *) (install-info --version) >/dev/null 2>&1;; \
-  esac
-am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
-# Read a list of newline-separated strings from the standard input,
-# and print each of them once, without duplicates.  Input order is
-# *not* preserved.
-am__uniquify_input = $(AWK) '\
-  BEGIN { nonempty = 0; } \
-  { items[$$0] = 1; nonempty = 1; } \
-  END { if (nonempty) { for (i in items) print i; }; } \
-'
-# Make sure the list of sources is unique.  This is necessary because,
-# e.g., the same source file might be shared among _SOURCES variables
-# for different programs/libraries.
-am__define_uniq_tagged_files = \
-  list='$(am__tagged_files)'; \
-  unique=`for i in $$list; do \
-    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
-  done | $(am__uniquify_input)`
-ETAGS = etags
-CTAGS = ctags
-am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/config/depcomp
-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
-ACLOCAL = @ACLOCAL@
-AMTAR = @AMTAR@
-AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
-AR = @AR@
-AUTOCONF = @AUTOCONF@
-AUTOHEADER = @AUTOHEADER@
-AUTOMAKE = @AUTOMAKE@
-AWK = @AWK@
-BOOST_CPPFLAGS = @BOOST_CPPFLAGS@
-BOOST_LDFLAGS = @BOOST_LDFLAGS@
-BUILD_TIMESTAMP = @BUILD_TIMESTAMP@
-CC = @CC@
-CCDEPMODE = @CCDEPMODE@
-CFLAGS = @CFLAGS@
-CLANG = @CLANG@
-CLANGXX = @CLANGXX@
-CLANGXX_FLAGS = @CLANGXX_FLAGS@
-CLFLAGS = @CLFLAGS@
-CPP = @CPP@
-CPPFLAGS = @CPPFLAGS@
-CXX = @CXX@
-CXXCPP = @CXXCPP@
-CXXDEPMODE = @CXXDEPMODE@
-CXXFLAGS = @CXXFLAGS@
-CYGPATH_W = @CYGPATH_W@
-DEFS = @DEFS@
-DEPDIR = @DEPDIR@
-DLLTOOL = @DLLTOOL@
-DSYMUTIL = @DSYMUTIL@
-DUMPBIN = @DUMPBIN@
-ECHO_C = @ECHO_C@
-ECHO_N = @ECHO_N@
-ECHO_T = @ECHO_T@
-EGREP = @EGREP@
-EXEEXT = @EXEEXT@
-FGREP = @FGREP@
-FORCED_CLFLAGS = @FORCED_CLFLAGS@
-GLEW_CFLAGS = @GLEW_CFLAGS@
-GLEW_LIBS = @GLEW_LIBS@
-GREP = @GREP@
-HOST = @HOST@
-HOST_AS_FLAGS = @HOST_AS_FLAGS@
-HOST_CLANG_FLAGS = @HOST_CLANG_FLAGS@
-HOST_CPU = @HOST_CPU@
-HOST_DEVICE_EXTENSION_DEFINES = @HOST_DEVICE_EXTENSION_DEFINES@
-HOST_LD_FLAGS = @HOST_LD_FLAGS@
-HOST_LLC_FLAGS = @HOST_LLC_FLAGS@
-HOST_SIZEOF_DOUBLE = @HOST_SIZEOF_DOUBLE@
-HOST_SIZEOF_HALF = @HOST_SIZEOF_HALF@
-HOST_SIZEOF_LONG = @HOST_SIZEOF_LONG@
-HOST_SIZEOF_VOID_P = @HOST_SIZEOF_VOID_P@
-HSAILASM = @HSAILASM@
-HSA_DEVICE_EXTENSION_DEFINES = @HSA_DEVICE_EXTENSION_DEFINES@
-HSA_INCLUDES = @HSA_INCLUDES@
-HSA_LIBS = @HSA_LIBS@
-HWLOC_CFLAGS = @HWLOC_CFLAGS@
-HWLOC_LIBS = @HWLOC_LIBS@
-ICD_LD_FLAGS = @ICD_LD_FLAGS@
-INSTALL = @INSTALL@
-INSTALL_DATA = @INSTALL_DATA@
-INSTALL_PROGRAM = @INSTALL_PROGRAM@
-INSTALL_SCRIPT = @INSTALL_SCRIPT@
-INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
-KERNEL_COMPILER_LIB_VERSION = @KERNEL_COMPILER_LIB_VERSION@
-LD = @LD@
-LDFLAGS = @LDFLAGS@
-LD_FLAGS_BIN = @LD_FLAGS_BIN@
-LIBOBJS = @LIBOBJS@
-LIBRARY_SUFFIX = @LIBRARY_SUFFIX@
-LIBS = @LIBS@
-LIBTOOL = @LIBTOOL@
-LIB_AGE_VERSION = @LIB_AGE_VERSION@
-LIB_CURRENT_VERSION = @LIB_CURRENT_VERSION@
-LIB_FIRST_VERSION = @LIB_FIRST_VERSION@
-LIB_REVISION_VERSION = @LIB_REVISION_VERSION@
-LIB_VERSION = @LIB_VERSION@
-LIPO = @LIPO@
-LLC = @LLC@
-LLVM_AS = @LLVM_AS@
-LLVM_CONFIG = @LLVM_CONFIG@
-LLVM_CXX_FLAGS = @LLVM_CXX_FLAGS@
-LLVM_LDFLAGS = @LLVM_LDFLAGS@
-LLVM_LIBS = @LLVM_LIBS@
-LLVM_LINK = @LLVM_LINK@
-LLVM_OPT = @LLVM_OPT@
-LLVM_VERSION = @LLVM_VERSION@
-LN_S = @LN_S@
-LTDL_LIBS = @LTDL_LIBS@
-LTLIBOBJS = @LTLIBOBJS@
-LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
-MAKEINFO = @MAKEINFO@
-MANIFEST_TOOL = @MANIFEST_TOOL@
-MKDIR_P = @MKDIR_P@
-NM = @NM@
-NMEDIT = @NMEDIT@
-OBJDUMP = @OBJDUMP@
-OBJEXT = @OBJEXT@
-OCL_ICD_CFLAGS = @OCL_ICD_CFLAGS@
-OCL_ICD_LIBS = @OCL_ICD_LIBS@
-OCL_KERNEL_ARCH = @OCL_KERNEL_ARCH@
-OCL_KERNEL_TARGET = @OCL_KERNEL_TARGET@
-OCL_KERNEL_TARGET_CPU = @OCL_KERNEL_TARGET_CPU@
-OCL_TARGETS = @OCL_TARGETS@
-OPENCL_CFLAGS = @OPENCL_CFLAGS@
-OPENCL_CMAKE = @OPENCL_CMAKE@
-OPENCL_EXTLIBS = @OPENCL_EXTLIBS@
-OPENCL_LIBS = @OPENCL_LIBS@
-OPT = @OPT@
-OTOOL = @OTOOL@
-OTOOL64 = @OTOOL64@
-PACKAGE = @PACKAGE@
-PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
-PACKAGE_NAME = @PACKAGE_NAME@
-PACKAGE_STRING = @PACKAGE_STRING@
-PACKAGE_TARNAME = @PACKAGE_TARNAME@
-PACKAGE_URL = @PACKAGE_URL@
-PACKAGE_VERSION = @PACKAGE_VERSION@
-PATH_SEPARATOR = @PATH_SEPARATOR@
-PKG_CONFIG = @PKG_CONFIG@
-PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
-PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
-POAT_TESTSUITES = @POAT_TESTSUITES@
-POCL_DEVICE_ADDRESS_BITS = @POCL_DEVICE_ADDRESS_BITS@
-PTHREAD_CC = @PTHREAD_CC@
-PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
-PTHREAD_LIBS = @PTHREAD_LIBS@
-RANLIB = @RANLIB@
-SDL_CFLAGS = @SDL_CFLAGS@
-SDL_LIBS = @SDL_LIBS@
-SED = @SED@
-SET_MAKE = @SET_MAKE@
-SHELL = @SHELL@
-STRIP = @STRIP@
-TARGET = @TARGET@
-TARGET_CLANG_FLAGS = @TARGET_CLANG_FLAGS@
-TARGET_CPU = @TARGET_CPU@
-TARGET_LLC_FLAGS = @TARGET_LLC_FLAGS@
-TARGET_SIZEOF_DOUBLE = @TARGET_SIZEOF_DOUBLE@
-TARGET_SIZEOF_HALF = @TARGET_SIZEOF_HALF@
-TARGET_SIZEOF_LONG = @TARGET_SIZEOF_LONG@
-TARGET_SIZEOF_VOID_P = @TARGET_SIZEOF_VOID_P@
-TCECC = @TCECC@
-TCEMC_AVAILABLE = @TCEMC_AVAILABLE@
-TCE_AVAILABLE = @TCE_AVAILABLE@
-TCE_CONFIG = @TCE_CONFIG@
-TCE_DEVICE_EXTENSION_DEFINES = @TCE_DEVICE_EXTENSION_DEFINES@
-VERSION = @VERSION@
-abs_builddir = @abs_builddir@
-abs_srcdir = @abs_srcdir@
-abs_top_builddir = @abs_top_builddir@
-abs_top_srcdir = @abs_top_srcdir@
-ac_ct_AR = @ac_ct_AR@
-ac_ct_CC = @ac_ct_CC@
-ac_ct_CXX = @ac_ct_CXX@
-ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
-acx_pthread_config = @acx_pthread_config@
-am__include = @am__include@
-am__leading_dot = @am__leading_dot@
-am__quote = @am__quote@
-am__tar = @am__tar@
-am__untar = @am__untar@
-bindir = @bindir@
-build = @build@
-build_alias = @build_alias@
-build_cpu = @build_cpu@
-build_os = @build_os@
-build_vendor = @build_vendor@
-builddir = @builddir@
-datadir = @datadir@
-datarootdir = @datarootdir@
-docdir = @docdir@
-dvidir = @dvidir@
-exec_prefix = @exec_prefix@
-host = @host@
-host_alias = @host_alias@
-host_cpu = @host_cpu@
-host_os = @host_os@
-host_vendor = @host_vendor@
-htmldir = @htmldir@
-includedir = @includedir@
-infodir = @infodir@
-install_sh = @install_sh@
-libdir = @libdir@
-libexecdir = @libexecdir@
-localedir = @localedir@
-localstatedir = @localstatedir@
-mandir = @mandir@
-mkdir_p = @mkdir_p@
-oldincludedir = @oldincludedir@
-pdfdir = @pdfdir@
-prefix = @prefix@
-program_transform_name = @program_transform_name@
-psdir = @psdir@
-sbindir = @sbindir@
-sharedstatedir = @sharedstatedir@
-srcdir = @srcdir@
-sysconfdir = @sysconfdir@
-target = @target@
-target_alias = @target_alias@
-target_cpu = @target_cpu@
-target_os = @target_os@
-target_vendor = @target_vendor@
-top_build_prefix = @top_build_prefix@
-top_builddir = @top_builddir@
-top_srcdir = @top_srcdir@
-lib_LTLIBRARIES = libpoclu.la
-libpoclu_la_SOURCES = bswap.c misc.c cl_half.c
-libpoclu_la_CPPFLAGS = -I$(top_srcdir)/fix-include -I$(top_srcdir)/include 
-libpoclu_la_LDFLAGS = -lm -version-info ${LIB_VERSION}
-libpoclu_la_LIBADD = @OPENCL_LIBS@
-EXTRA_DIST = CMakeLists.txt
-all: all-am
-
-.SUFFIXES:
-.SUFFIXES: .c .lo .o .obj
-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
-	@for dep in $?; do \
-	  case '$(am__configure_deps)' in \
-	    *$$dep*) \
-	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
-	        && { if test -f $@; then exit 0; else break; fi; }; \
-	      exit 1;; \
-	  esac; \
-	done; \
-	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign lib/poclu/Makefile'; \
-	$(am__cd) $(top_srcdir) && \
-	  $(AUTOMAKE) --foreign lib/poclu/Makefile
-Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
-	@case '$?' in \
-	  *config.status*) \
-	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
-	  *) \
-	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
-	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
-	esac;
-
-$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
-	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-
-$(top_srcdir)/configure:  $(am__configure_deps)
-	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
-	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-$(am__aclocal_m4_deps):
-
-install-libLTLIBRARIES: $(lib_LTLIBRARIES)
-	@$(NORMAL_INSTALL)
-	@list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
-	list2=; for p in $$list; do \
-	  if test -f $$p; then \
-	    list2="$$list2 $$p"; \
-	  else :; fi; \
-	done; \
-	test -z "$$list2" || { \
-	  echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \
-	  $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \
-	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
-	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
-	}
-
-uninstall-libLTLIBRARIES:
-	@$(NORMAL_UNINSTALL)
-	@list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
-	for p in $$list; do \
-	  $(am__strip_dir) \
-	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
-	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
-	done
-
-clean-libLTLIBRARIES:
-	-test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
-	@list='$(lib_LTLIBRARIES)'; \
-	locs=`for p in $$list; do echo $$p; done | \
-	      sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
-	      sort -u`; \
-	test -z "$$locs" || { \
-	  echo rm -f $${locs}; \
-	  rm -f $${locs}; \
-	}
-
-libpoclu.la: $(libpoclu_la_OBJECTS) $(libpoclu_la_DEPENDENCIES) $(EXTRA_libpoclu_la_DEPENDENCIES) 
-	$(AM_V_CCLD)$(libpoclu_la_LINK) -rpath $(libdir) $(libpoclu_la_OBJECTS) $(libpoclu_la_LIBADD) $(LIBS)
-
-mostlyclean-compile:
-	-rm -f *.$(OBJEXT)
-
-distclean-compile:
-	-rm -f *.tab.c
-
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libpoclu_la-bswap.Plo at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libpoclu_la-cl_half.Plo at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libpoclu_la-misc.Plo at am__quote@
-
-.c.o:
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(COMPILE) -c -o $@ $<
-
-.c.obj:
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
-
-.c.lo:
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(LTCOMPILE) -c -o $@ $<
-
-libpoclu_la-bswap.lo: bswap.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpoclu_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libpoclu_la-bswap.lo -MD -MP -MF $(DEPDIR)/libpoclu_la-bswap.Tpo -c -o libpoclu_la-bswap.lo `test -f 'bswap.c' || echo '$(srcdir)/'`bswap.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libpoclu_la-bswap.Tpo $(DEPDIR)/libpoclu_la-bswap.Plo
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='bswap.c' object='libpoclu_la-bswap.lo' libtool=yes @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpoclu_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libpoclu_la-bswap.lo `test -f 'bswap.c' || echo '$(srcdir)/'`bswap.c
-
-libpoclu_la-misc.lo: misc.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpoclu_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libpoclu_la-misc.lo -MD -MP -MF $(DEPDIR)/libpoclu_la-misc.Tpo -c -o libpoclu_la-misc.lo `test -f 'misc.c' || echo '$(srcdir)/'`misc.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libpoclu_la-misc.Tpo $(DEPDIR)/libpoclu_la-misc.Plo
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='misc.c' object='libpoclu_la-misc.lo' libtool=yes @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpoclu_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libpoclu_la-misc.lo `test -f 'misc.c' || echo '$(srcdir)/'`misc.c
-
-libpoclu_la-cl_half.lo: cl_half.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpoclu_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libpoclu_la-cl_half.lo -MD -MP -MF $(DEPDIR)/libpoclu_la-cl_half.Tpo -c -o libpoclu_la-cl_half.lo `test -f 'cl_half.c' || echo '$(srcdir)/'`cl_half.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libpoclu_la-cl_half.Tpo $(DEPDIR)/libpoclu_la-cl_half.Plo
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='cl_half.c' object='libpoclu_la-cl_half.lo' libtool=yes @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libpoclu_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libpoclu_la-cl_half.lo `test -f 'cl_half.c' || echo '$(srcdir)/'`cl_half.c
-
-mostlyclean-libtool:
-	-rm -f *.lo
-
-clean-libtool:
-	-rm -rf .libs _libs
-
-ID: $(am__tagged_files)
-	$(am__define_uniq_tagged_files); mkid -fID $$unique
-tags: tags-am
-TAGS: tags
-
-tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
-	set x; \
-	here=`pwd`; \
-	$(am__define_uniq_tagged_files); \
-	shift; \
-	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
-	  test -n "$$unique" || unique=$$empty_fix; \
-	  if test $$# -gt 0; then \
-	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
-	      "$$@" $$unique; \
-	  else \
-	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
-	      $$unique; \
-	  fi; \
-	fi
-ctags: ctags-am
-
-CTAGS: ctags
-ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
-	$(am__define_uniq_tagged_files); \
-	test -z "$(CTAGS_ARGS)$$unique" \
-	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
-	     $$unique
-
-GTAGS:
-	here=`$(am__cd) $(top_builddir) && pwd` \
-	  && $(am__cd) $(top_srcdir) \
-	  && gtags -i $(GTAGS_ARGS) "$$here"
-cscopelist: cscopelist-am
-
-cscopelist-am: $(am__tagged_files)
-	list='$(am__tagged_files)'; \
-	case "$(srcdir)" in \
-	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
-	  *) sdir=$(subdir)/$(srcdir) ;; \
-	esac; \
-	for i in $$list; do \
-	  if test -f "$$i"; then \
-	    echo "$(subdir)/$$i"; \
-	  else \
-	    echo "$$sdir/$$i"; \
-	  fi; \
-	done >> $(top_builddir)/cscope.files
-
-distclean-tags:
-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
-
-distdir: $(DISTFILES)
-	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
-	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
-	list='$(DISTFILES)'; \
-	  dist_files=`for file in $$list; do echo $$file; done | \
-	  sed -e "s|^$$srcdirstrip/||;t" \
-	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
-	case $$dist_files in \
-	  */*) $(MKDIR_P) `echo "$$dist_files" | \
-			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
-			   sort -u` ;; \
-	esac; \
-	for file in $$dist_files; do \
-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
-	  if test -d $$d/$$file; then \
-	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
-	    if test -d "$(distdir)/$$file"; then \
-	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
-	    fi; \
-	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
-	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
-	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
-	    fi; \
-	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
-	  else \
-	    test -f "$(distdir)/$$file" \
-	    || cp -p $$d/$$file "$(distdir)/$$file" \
-	    || exit 1; \
-	  fi; \
-	done
-check-am: all-am
-check: check-am
-all-am: Makefile $(LTLIBRARIES)
-installdirs:
-	for dir in "$(DESTDIR)$(libdir)"; do \
-	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
-	done
-install: install-am
-install-exec: install-exec-am
-install-data: install-data-am
-uninstall: uninstall-am
-
-install-am: all-am
-	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
-
-installcheck: installcheck-am
-install-strip:
-	if test -z '$(STRIP)'; then \
-	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
-	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
-	      install; \
-	else \
-	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
-	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
-	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
-	fi
-mostlyclean-generic:
-
-clean-generic:
-
-distclean-generic:
-	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
-	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
-
-maintainer-clean-generic:
-	@echo "This command is intended for maintainers to use"
-	@echo "it deletes files that may require special tools to rebuild."
-clean: clean-am
-
-clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
-	mostlyclean-am
-
-distclean: distclean-am
-	-rm -rf ./$(DEPDIR)
-	-rm -f Makefile
-distclean-am: clean-am distclean-compile distclean-generic \
-	distclean-tags
-
-dvi: dvi-am
-
-dvi-am:
-
-html: html-am
-
-html-am:
-
-info: info-am
-
-info-am:
-
-install-data-am:
-
-install-dvi: install-dvi-am
-
-install-dvi-am:
-
-install-exec-am: install-libLTLIBRARIES
-
-install-html: install-html-am
-
-install-html-am:
-
-install-info: install-info-am
-
-install-info-am:
-
-install-man:
-
-install-pdf: install-pdf-am
-
-install-pdf-am:
-
-install-ps: install-ps-am
-
-install-ps-am:
-
-installcheck-am:
-
-maintainer-clean: maintainer-clean-am
-	-rm -rf ./$(DEPDIR)
-	-rm -f Makefile
-maintainer-clean-am: distclean-am maintainer-clean-generic
-
-mostlyclean: mostlyclean-am
-
-mostlyclean-am: mostlyclean-compile mostlyclean-generic \
-	mostlyclean-libtool
-
-pdf: pdf-am
-
-pdf-am:
-
-ps: ps-am
-
-ps-am:
-
-uninstall-am: uninstall-libLTLIBRARIES
-
-.MAKE: install-am install-strip
-
-.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
-	clean-libLTLIBRARIES clean-libtool cscopelist-am ctags \
-	ctags-am distclean distclean-compile distclean-generic \
-	distclean-libtool distclean-tags distdir dvi dvi-am html \
-	html-am info info-am install install-am install-data \
-	install-data-am install-dvi install-dvi-am install-exec \
-	install-exec-am install-html install-html-am install-info \
-	install-info-am install-libLTLIBRARIES install-man install-pdf \
-	install-pdf-am install-ps install-ps-am install-strip \
-	installcheck installcheck-am installdirs maintainer-clean \
-	maintainer-clean-generic mostlyclean mostlyclean-compile \
-	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
-	tags tags-am uninstall uninstall-am uninstall-libLTLIBRARIES
-
-.PRECIOUS: Makefile
-
-
-# Tell versions [3.59,3.63) of GNU make to not export all variables.
-# Otherwise a system limit (for SysV at least) may be exceeded.
-.NOEXPORT:
diff --git a/lib/poclu/misc.c b/lib/poclu/misc.c
index a0cc9e8..722ccb1 100644
--- a/lib/poclu/misc.c
+++ b/lib/poclu/misc.c
@@ -2,17 +2,17 @@
 
    Copyright (c) 2013 Pekka Jääskeläinen / Tampere University of Technology
    Copyright (c) 2014 Kalle Raiskila
-   
+
    Permission is hereby granted, free of charge, to any person obtaining a copy
    of this software and associated documentation files (the "Software"), to deal
    in the Software without restriction, including without limitation the rights
    to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
    copies of the Software, and to permit persons to whom the Software is
    furnished to do so, subject to the following conditions:
-   
+
    The above copyright notice and this permission notice shall be included in
    all copies or substantial portions of the Software.
-   
+
    THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
    IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
    FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
@@ -29,54 +29,55 @@
 #include "config.h"
 
 cl_context
-poclu_create_any_context() 
+poclu_create_any_context ()
 {
   cl_uint i;
-  cl_platform_id* platforms = (cl_platform_id*)malloc(sizeof(cl_platform_id));
+  cl_platform_id* platforms
+    = (cl_platform_id*) malloc (sizeof (cl_platform_id));
 
-  clGetPlatformIDs(1, platforms, &i);
+  clGetPlatformIDs (1, platforms, &i);
   if (i == 0)
-    return (cl_context)0;
+    return (cl_context) 0;
 
-  cl_context_properties properties[] = 
-    {CL_CONTEXT_PLATFORM, 
-     (cl_context_properties)platforms[0], 
+  cl_context_properties properties[] =
+    {CL_CONTEXT_PLATFORM,
+     (cl_context_properties)platforms[0],
      0};
 
-  // create the OpenCL context on any available OCL device 
-  cl_context context = clCreateContextFromType(
-      properties, 
-      CL_DEVICE_TYPE_ALL,
-      NULL, NULL, NULL); 
+  // create the OpenCL context on any available OCL device
+  cl_context context = clCreateContextFromType (properties,
+                                                CL_DEVICE_TYPE_ALL,
+                                                NULL, NULL, NULL);
 
   free (platforms);
   return context;
 }
 
 cl_int
-poclu_get_any_device( cl_context *context, cl_device_id *device, cl_command_queue *queue)
+poclu_get_any_device (cl_context *context, cl_device_id *device,
+                      cl_command_queue *queue)
 {
-  cl_int err;  
+  cl_int err;
   cl_platform_id platform;
 
   if (context == NULL ||
       device  == NULL ||
       queue   == NULL)
-    return CL_INVALID_VALUE;  
+    return CL_INVALID_VALUE;
 
-  err = clGetPlatformIDs(1, &platform, NULL);
+  err = clGetPlatformIDs (1, &platform, NULL);
   if (err != CL_SUCCESS)
     return err;
 
-  err = clGetDeviceIDs(platform, CL_DEVICE_TYPE_ALL, 1, device, NULL);
+  err = clGetDeviceIDs (platform, CL_DEVICE_TYPE_ALL, 1, device, NULL);
   if (err != CL_SUCCESS)
     return err;
 
-  *context = clCreateContext(NULL, 1, device, NULL, NULL, &err);
+  *context = clCreateContext (NULL, 1, device, NULL, NULL, &err);
   if (err != CL_SUCCESS)
     return err;
-  
-  *queue = clCreateCommandQueue(*context, *device, 0, &err); 
+
+  *queue = clCreateCommandQueue (*context, *device, 0, &err);
   if (err != CL_SUCCESS)
     return err;
 
@@ -84,123 +85,137 @@ poclu_get_any_device( cl_context *context, cl_device_id *device, cl_command_queu
 }
 
 char *
-poclu_read_file(char *filename)
+poclu_read_binfile (char *filename, size_t *len)
 {
   FILE *file;
-  long size;
   char* src;
-  
-  file = fopen(filename, "r");
+
+  file = fopen (filename, "r");
   if (file == NULL)
     return NULL;
-  
-  fseek( file, 0, SEEK_END);
-  size = ftell(file);
-  src = (char*)malloc(size+1);
-  if (src == NULL) 
+
+  fseek (file, 0, SEEK_END);
+  *len = ftell (file);
+  src = (char*)malloc (*len + 1);
+  if (src == NULL)
     {
-      fclose(file);
+      fclose (file);
       return NULL;
     }
 
-  fseek(file, 0, SEEK_SET);
-  fread(src, size, 1, file);
-  fclose(file);
-  src[size]=0;
+  fseek (file, 0, SEEK_SET);
+  fread (src, *len, 1, file);
+  fclose (file);
 
   return src;
 }
 
+char *
+poclu_read_file (char *filename)
+{
+  size_t size;
+  char *res = poclu_read_binfile (filename, &size);
+  if (res)
+    res[size] = 0;
+  return res;
+}
+
+
 int
-poclu_write_file(char* filemane, char* content, size_t size)
+poclu_write_file (char* filemane, char* content, size_t size)
 {
   FILE *file;
 
-  file = fopen(filemane, "w");
+  file = fopen (filemane, "w");
   if (file == NULL)
     return -1;
 
-  if (fwrite(content, sizeof(char), size, file) < size)
+  if (fwrite (content, sizeof (char), size, file) < size)
+  {
+    fclose (file);
     return -1;
+  }
 
-  if (fclose(file))
+  if (fclose (file))
     return -1;
 
   return 0;
 }
 
 #define OPENCL_ERROR_CASE(ERR) \
-  case ERR: \
-    { fprintf(stderr, "" #ERR " in %s on line %i\n", func_name, line); return 1; }
+  case ERR:                                                             \
+  { fprintf (stderr, "" #ERR " in %s on line %i\n", func_name, line);   \
+    return 1; }
 
-int check_cl_error(cl_int cl_err, int line, const char* func_name) {
+int
+check_cl_error (cl_int cl_err, int line, const char* func_name) {
 
-  switch(cl_err)
-  {
+  switch (cl_err)
+    {
     case CL_SUCCESS: return 0;
 
-    OPENCL_ERROR_CASE(CL_DEVICE_NOT_FOUND)
-    OPENCL_ERROR_CASE(CL_DEVICE_NOT_AVAILABLE)
-    OPENCL_ERROR_CASE(CL_COMPILER_NOT_AVAILABLE)
-    OPENCL_ERROR_CASE(CL_MEM_OBJECT_ALLOCATION_FAILURE)
-    OPENCL_ERROR_CASE(CL_OUT_OF_RESOURCES)
-    OPENCL_ERROR_CASE(CL_OUT_OF_HOST_MEMORY)
-    OPENCL_ERROR_CASE(CL_PROFILING_INFO_NOT_AVAILABLE)
-    OPENCL_ERROR_CASE(CL_MEM_COPY_OVERLAP)
-    OPENCL_ERROR_CASE(CL_IMAGE_FORMAT_MISMATCH)
-    OPENCL_ERROR_CASE(CL_IMAGE_FORMAT_NOT_SUPPORTED)
-    OPENCL_ERROR_CASE(CL_BUILD_PROGRAM_FAILURE)
-    OPENCL_ERROR_CASE(CL_MAP_FAILURE)
-    OPENCL_ERROR_CASE(CL_MISALIGNED_SUB_BUFFER_OFFSET)
-    OPENCL_ERROR_CASE(CL_EXEC_STATUS_ERROR_FOR_EVENTS_IN_WAIT_LIST)
-    OPENCL_ERROR_CASE(CL_COMPILE_PROGRAM_FAILURE)
-    OPENCL_ERROR_CASE(CL_LINKER_NOT_AVAILABLE)
-    OPENCL_ERROR_CASE(CL_LINK_PROGRAM_FAILURE)
-    OPENCL_ERROR_CASE(CL_DEVICE_PARTITION_FAILED)
-    OPENCL_ERROR_CASE(CL_KERNEL_ARG_INFO_NOT_AVAILABLE)
-
-    OPENCL_ERROR_CASE(CL_INVALID_VALUE)
-    OPENCL_ERROR_CASE(CL_INVALID_DEVICE_TYPE)
-    OPENCL_ERROR_CASE(CL_INVALID_PLATFORM)
-    OPENCL_ERROR_CASE(CL_INVALID_DEVICE)
-    OPENCL_ERROR_CASE(CL_INVALID_CONTEXT)
-    OPENCL_ERROR_CASE(CL_INVALID_QUEUE_PROPERTIES)
-    OPENCL_ERROR_CASE(CL_INVALID_COMMAND_QUEUE)
-    OPENCL_ERROR_CASE(CL_INVALID_HOST_PTR)
-    OPENCL_ERROR_CASE(CL_INVALID_MEM_OBJECT)
-    OPENCL_ERROR_CASE(CL_INVALID_IMAGE_FORMAT_DESCRIPTOR)
-    OPENCL_ERROR_CASE(CL_INVALID_IMAGE_SIZE)
-    OPENCL_ERROR_CASE(CL_INVALID_SAMPLER)
-    OPENCL_ERROR_CASE(CL_INVALID_BINARY)
-    OPENCL_ERROR_CASE(CL_INVALID_BUILD_OPTIONS)
-    OPENCL_ERROR_CASE(CL_INVALID_PROGRAM)
-    OPENCL_ERROR_CASE(CL_INVALID_PROGRAM_EXECUTABLE)
-    OPENCL_ERROR_CASE(CL_INVALID_KERNEL_NAME)
-    OPENCL_ERROR_CASE(CL_INVALID_KERNEL_DEFINITION)
-    OPENCL_ERROR_CASE(CL_INVALID_KERNEL)
-    OPENCL_ERROR_CASE(CL_INVALID_ARG_INDEX)
-    OPENCL_ERROR_CASE(CL_INVALID_ARG_VALUE)
-    OPENCL_ERROR_CASE(CL_INVALID_ARG_SIZE)
-    OPENCL_ERROR_CASE(CL_INVALID_KERNEL_ARGS)
-    OPENCL_ERROR_CASE(CL_INVALID_WORK_DIMENSION)
-    OPENCL_ERROR_CASE(CL_INVALID_WORK_GROUP_SIZE)
-    OPENCL_ERROR_CASE(CL_INVALID_WORK_ITEM_SIZE)
-    OPENCL_ERROR_CASE(CL_INVALID_GLOBAL_OFFSET)
-    OPENCL_ERROR_CASE(CL_INVALID_EVENT_WAIT_LIST)
-    OPENCL_ERROR_CASE(CL_INVALID_EVENT)
-    OPENCL_ERROR_CASE(CL_INVALID_OPERATION)
-    OPENCL_ERROR_CASE(CL_INVALID_GL_OBJECT)
-    OPENCL_ERROR_CASE(CL_INVALID_BUFFER_SIZE)
-    OPENCL_ERROR_CASE(CL_INVALID_MIP_LEVEL)
-    OPENCL_ERROR_CASE(CL_INVALID_GLOBAL_WORK_SIZE)
-    OPENCL_ERROR_CASE(CL_INVALID_PROPERTY)
-    OPENCL_ERROR_CASE(CL_INVALID_IMAGE_DESCRIPTOR)
-    OPENCL_ERROR_CASE(CL_INVALID_COMPILER_OPTIONS)
-    OPENCL_ERROR_CASE(CL_INVALID_LINKER_OPTIONS)
-    OPENCL_ERROR_CASE(CL_INVALID_DEVICE_PARTITION_COUNT)
+      OPENCL_ERROR_CASE (CL_DEVICE_NOT_FOUND)
+        OPENCL_ERROR_CASE (CL_DEVICE_NOT_AVAILABLE)
+        OPENCL_ERROR_CASE (CL_COMPILER_NOT_AVAILABLE)
+        OPENCL_ERROR_CASE (CL_MEM_OBJECT_ALLOCATION_FAILURE)
+        OPENCL_ERROR_CASE (CL_OUT_OF_RESOURCES)
+        OPENCL_ERROR_CASE (CL_OUT_OF_HOST_MEMORY)
+        OPENCL_ERROR_CASE (CL_PROFILING_INFO_NOT_AVAILABLE)
+        OPENCL_ERROR_CASE (CL_MEM_COPY_OVERLAP)
+        OPENCL_ERROR_CASE (CL_IMAGE_FORMAT_MISMATCH)
+        OPENCL_ERROR_CASE (CL_IMAGE_FORMAT_NOT_SUPPORTED)
+        OPENCL_ERROR_CASE (CL_BUILD_PROGRAM_FAILURE)
+        OPENCL_ERROR_CASE (CL_MAP_FAILURE)
+        OPENCL_ERROR_CASE (CL_MISALIGNED_SUB_BUFFER_OFFSET)
+        OPENCL_ERROR_CASE (CL_EXEC_STATUS_ERROR_FOR_EVENTS_IN_WAIT_LIST)
+        OPENCL_ERROR_CASE (CL_COMPILE_PROGRAM_FAILURE)
+        OPENCL_ERROR_CASE (CL_LINKER_NOT_AVAILABLE)
+        OPENCL_ERROR_CASE (CL_LINK_PROGRAM_FAILURE)
+        OPENCL_ERROR_CASE (CL_DEVICE_PARTITION_FAILED)
+        OPENCL_ERROR_CASE (CL_KERNEL_ARG_INFO_NOT_AVAILABLE)
+        OPENCL_ERROR_CASE (CL_INVALID_VALUE)
+        OPENCL_ERROR_CASE (CL_INVALID_DEVICE_TYPE)
+        OPENCL_ERROR_CASE (CL_INVALID_PLATFORM)
+        OPENCL_ERROR_CASE (CL_INVALID_DEVICE)
+        OPENCL_ERROR_CASE (CL_INVALID_CONTEXT)
+        OPENCL_ERROR_CASE (CL_INVALID_QUEUE_PROPERTIES)
+        OPENCL_ERROR_CASE (CL_INVALID_COMMAND_QUEUE)
+        OPENCL_ERROR_CASE (CL_INVALID_HOST_PTR)
+        OPENCL_ERROR_CASE (CL_INVALID_MEM_OBJECT)
+        OPENCL_ERROR_CASE (CL_INVALID_IMAGE_FORMAT_DESCRIPTOR)
+        OPENCL_ERROR_CASE (CL_INVALID_IMAGE_SIZE)
+        OPENCL_ERROR_CASE (CL_INVALID_SAMPLER)
+        OPENCL_ERROR_CASE (CL_INVALID_BINARY)
+        OPENCL_ERROR_CASE (CL_INVALID_BUILD_OPTIONS)
+        OPENCL_ERROR_CASE (CL_INVALID_PROGRAM)
+        OPENCL_ERROR_CASE (CL_INVALID_PROGRAM_EXECUTABLE)
+        OPENCL_ERROR_CASE (CL_INVALID_KERNEL_NAME)
+        OPENCL_ERROR_CASE (CL_INVALID_KERNEL_DEFINITION)
+        OPENCL_ERROR_CASE (CL_INVALID_KERNEL)
+        OPENCL_ERROR_CASE (CL_INVALID_ARG_INDEX)
+        OPENCL_ERROR_CASE (CL_INVALID_ARG_VALUE)
+        OPENCL_ERROR_CASE (CL_INVALID_ARG_SIZE)
+        OPENCL_ERROR_CASE (CL_INVALID_KERNEL_ARGS)
+        OPENCL_ERROR_CASE (CL_INVALID_WORK_DIMENSION)
+        OPENCL_ERROR_CASE (CL_INVALID_WORK_GROUP_SIZE)
+        OPENCL_ERROR_CASE (CL_INVALID_WORK_ITEM_SIZE)
+        OPENCL_ERROR_CASE (CL_INVALID_GLOBAL_OFFSET)
+        OPENCL_ERROR_CASE (CL_INVALID_EVENT_WAIT_LIST)
+        OPENCL_ERROR_CASE (CL_INVALID_EVENT)
+        OPENCL_ERROR_CASE (CL_INVALID_OPERATION)
+        OPENCL_ERROR_CASE (CL_INVALID_GL_OBJECT)
+        OPENCL_ERROR_CASE (CL_INVALID_BUFFER_SIZE)
+        OPENCL_ERROR_CASE (CL_INVALID_MIP_LEVEL)
+        OPENCL_ERROR_CASE (CL_INVALID_GLOBAL_WORK_SIZE)
+        OPENCL_ERROR_CASE (CL_INVALID_PROPERTY)
+        OPENCL_ERROR_CASE (CL_INVALID_IMAGE_DESCRIPTOR)
+        OPENCL_ERROR_CASE (CL_INVALID_COMPILER_OPTIONS)
+        OPENCL_ERROR_CASE (CL_INVALID_LINKER_OPTIONS)
+        OPENCL_ERROR_CASE (CL_INVALID_DEVICE_PARTITION_COUNT)
 
     default:
-      printf("Unknown OpenCL error %i in %s on line %i\n", cl_err, func_name, line);
+      printf ("Unknown OpenCL error %i in %s on line %i\n", cl_err, func_name,
+              line);
       return 1;
-  }
+    }
 }
diff --git a/m4/ax_boost_base.m4 b/m4/ax_boost_base.m4
deleted file mode 100644
index 54a2a1b..0000000
--- a/m4/ax_boost_base.m4
+++ /dev/null
@@ -1,258 +0,0 @@
-# ===========================================================================
-#       http://www.gnu.org/software/autoconf-archive/ax_boost_base.html
-# ===========================================================================
-#
-# SYNOPSIS
-#
-#   AX_BOOST_BASE([MINIMUM-VERSION], [ACTION-IF-FOUND], [ACTION-IF-NOT-FOUND])
-#
-# DESCRIPTION
-#
-#   Test for the Boost C++ libraries of a particular version (or newer)
-#
-#   If no path to the installed boost library is given the macro searchs
-#   under /usr, /usr/local, /opt and /opt/local and evaluates the
-#   $BOOST_ROOT environment variable. Further documentation is available at
-#   <http://randspringer.de/boost/index.html>.
-#
-#   This macro calls:
-#
-#     AC_SUBST(BOOST_CPPFLAGS) / AC_SUBST(BOOST_LDFLAGS)
-#
-#   And sets:
-#
-#     HAVE_BOOST
-#
-# LICENSE
-#
-#   Copyright (c) 2008 Thomas Porschberg <thomas at randspringer.de>
-#   Copyright (c) 2009 Peter Adolphs
-#
-#   Copying and distribution of this file, with or without modification, are
-#   permitted in any medium without royalty provided the copyright notice
-#   and this notice are preserved. This file is offered as-is, without any
-#   warranty.
-
-#serial 20
-
-AC_DEFUN([AX_BOOST_BASE],
-[
-AC_ARG_WITH([boost],
-  [AS_HELP_STRING([--with-boost@<:@=ARG@:>@],
-    [use Boost library from a standard location (ARG=yes),
-     from the specified location (ARG=<path>),
-     or disable it (ARG=no)
-     @<:@ARG=yes@:>@ ])],
-    [
-    if test "$withval" = "no"; then
-        want_boost="no"
-    elif test "$withval" = "yes"; then
-        want_boost="yes"
-        ac_boost_path=""
-    else
-        want_boost="yes"
-        ac_boost_path="$withval"
-    fi
-    ],
-    [want_boost="yes"])
-
-
-AC_ARG_WITH([boost-libdir],
-        AS_HELP_STRING([--with-boost-libdir=LIB_DIR],
-        [Force given directory for boost libraries. Note that this will override library path detection, so use this parameter only if default library detection fails and you know exactly where your boost libraries are located.]),
-        [
-        if test -d "$withval"
-        then
-                ac_boost_lib_path="$withval"
-        else
-                AC_MSG_ERROR(--with-boost-libdir expected directory name)
-        fi
-        ],
-        [ac_boost_lib_path=""]
-)
-
-if test "x$want_boost" = "xyes"; then
-    boost_lib_version_req=ifelse([$1], ,1.20.0,$1)
-    boost_lib_version_req_shorten=`expr $boost_lib_version_req : '\([[0-9]]*\.[[0-9]]*\)'`
-    boost_lib_version_req_major=`expr $boost_lib_version_req : '\([[0-9]]*\)'`
-    boost_lib_version_req_minor=`expr $boost_lib_version_req : '[[0-9]]*\.\([[0-9]]*\)'`
-    boost_lib_version_req_sub_minor=`expr $boost_lib_version_req : '[[0-9]]*\.[[0-9]]*\.\([[0-9]]*\)'`
-    if test "x$boost_lib_version_req_sub_minor" = "x" ; then
-        boost_lib_version_req_sub_minor="0"
-        fi
-    WANT_BOOST_VERSION=`expr $boost_lib_version_req_major \* 100000 \+  $boost_lib_version_req_minor \* 100 \+ $boost_lib_version_req_sub_minor`
-    AC_MSG_CHECKING(for boostlib >= $boost_lib_version_req)
-    succeeded=no
-
-    dnl On 64-bit systems check for system libraries in both lib64 and lib.
-    dnl The former is specified by FHS, but e.g. Debian does not adhere to
-    dnl this (as it rises problems for generic multi-arch support).
-    dnl The last entry in the list is chosen by default when no libraries
-    dnl are found, e.g. when only header-only libraries are installed!
-    libsubdirs="lib"
-    ax_arch=`uname -m`
-    if test $ax_arch = x86_64 -o $ax_arch = ppc64 -o $ax_arch = s390x -o $ax_arch = sparc64; then
-        libsubdirs="lib64 lib lib64"
-    fi
-
-    dnl first we check the system location for boost libraries
-    dnl this location ist chosen if boost libraries are installed with the --layout=system option
-    dnl or if you install boost with RPM
-    if test "$ac_boost_path" != ""; then
-        BOOST_CPPFLAGS="-I$ac_boost_path/include"
-        for ac_boost_path_tmp in $libsubdirs; do
-                if test -d "$ac_boost_path"/"$ac_boost_path_tmp" ; then
-                        BOOST_LDFLAGS="-L$ac_boost_path/$ac_boost_path_tmp"
-                        break
-                fi
-        done
-    elif test "$cross_compiling" != yes; then
-        for ac_boost_path_tmp in /usr /usr/local /opt /opt/local ; do
-            if test -d "$ac_boost_path_tmp/include/boost" && test -r "$ac_boost_path_tmp/include/boost"; then
-                for libsubdir in $libsubdirs ; do
-                    if ls "$ac_boost_path_tmp/$libsubdir/libboost_"* >/dev/null 2>&1 ; then break; fi
-                done
-                BOOST_LDFLAGS="-L$ac_boost_path_tmp/$libsubdir"
-                BOOST_CPPFLAGS="-I$ac_boost_path_tmp/include"
-                break;
-            fi
-        done
-    fi
-
-    dnl overwrite ld flags if we have required special directory with
-    dnl --with-boost-libdir parameter
-    if test "$ac_boost_lib_path" != ""; then
-       BOOST_LDFLAGS="-L$ac_boost_lib_path"
-    fi
-
-    CPPFLAGS_SAVED="$CPPFLAGS"
-    CPPFLAGS="$CPPFLAGS $BOOST_CPPFLAGS"
-    export CPPFLAGS
-
-    LDFLAGS_SAVED="$LDFLAGS"
-    LDFLAGS="$LDFLAGS $BOOST_LDFLAGS"
-    export LDFLAGS
-
-    AC_REQUIRE([AC_PROG_CXX])
-    AC_LANG_PUSH(C++)
-        AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[
-    @%:@include <boost/version.hpp>
-    ]], [[
-    #if BOOST_VERSION >= $WANT_BOOST_VERSION
-    // Everything is okay
-    #else
-    #  error Boost version is too old
-    #endif
-    ]])],[
-        AC_MSG_RESULT(yes)
-    succeeded=yes
-    found_system=yes
-        ],[
-        ])
-    AC_LANG_POP([C++])
-
-
-
-    dnl if we found no boost with system layout we search for boost libraries
-    dnl built and installed without the --layout=system option or for a staged(not installed) version
-    if test "x$succeeded" != "xyes"; then
-        _version=0
-        if test "$ac_boost_path" != ""; then
-            if test -d "$ac_boost_path" && test -r "$ac_boost_path"; then
-                for i in `ls -d $ac_boost_path/include/boost-* 2>/dev/null`; do
-                    _version_tmp=`echo $i | sed "s#$ac_boost_path##" | sed 's/\/include\/boost-//' | sed 's/_/./'`
-                    V_CHECK=`expr $_version_tmp \> $_version`
-                    if test "$V_CHECK" = "1" ; then
-                        _version=$_version_tmp
-                    fi
-                    VERSION_UNDERSCORE=`echo $_version | sed 's/\./_/'`
-                    BOOST_CPPFLAGS="-I$ac_boost_path/include/boost-$VERSION_UNDERSCORE"
-                done
-            fi
-        else
-            if test "$cross_compiling" != yes; then
-                for ac_boost_path in /usr /usr/local /opt /opt/local ; do
-                    if test -d "$ac_boost_path" && test -r "$ac_boost_path"; then
-                        for i in `ls -d $ac_boost_path/include/boost-* 2>/dev/null`; do
-                            _version_tmp=`echo $i | sed "s#$ac_boost_path##" | sed 's/\/include\/boost-//' | sed 's/_/./'`
-                            V_CHECK=`expr $_version_tmp \> $_version`
-                            if test "$V_CHECK" = "1" ; then
-                                _version=$_version_tmp
-                                best_path=$ac_boost_path
-                            fi
-                        done
-                    fi
-                done
-
-                VERSION_UNDERSCORE=`echo $_version | sed 's/\./_/'`
-                BOOST_CPPFLAGS="-I$best_path/include/boost-$VERSION_UNDERSCORE"
-                if test "$ac_boost_lib_path" = ""; then
-                    for libsubdir in $libsubdirs ; do
-                        if ls "$best_path/$libsubdir/libboost_"* >/dev/null 2>&1 ; then break; fi
-                    done
-                    BOOST_LDFLAGS="-L$best_path/$libsubdir"
-                fi
-            fi
-
-            if test "x$BOOST_ROOT" != "x"; then
-                for libsubdir in $libsubdirs ; do
-                    if ls "$BOOST_ROOT/stage/$libsubdir/libboost_"* >/dev/null 2>&1 ; then break; fi
-                done
-                if test -d "$BOOST_ROOT" && test -r "$BOOST_ROOT" && test -d "$BOOST_ROOT/stage/$libsubdir" && test -r "$BOOST_ROOT/stage/$libsubdir"; then
-                    version_dir=`expr //$BOOST_ROOT : '.*/\(.*\)'`
-                    stage_version=`echo $version_dir | sed 's/boost_//' | sed 's/_/./g'`
-                        stage_version_shorten=`expr $stage_version : '\([[0-9]]*\.[[0-9]]*\)'`
-                    V_CHECK=`expr $stage_version_shorten \>\= $_version`
-                    if test "$V_CHECK" = "1" -a "$ac_boost_lib_path" = "" ; then
-                        AC_MSG_NOTICE(We will use a staged boost library from $BOOST_ROOT)
-                        BOOST_CPPFLAGS="-I$BOOST_ROOT"
-                        BOOST_LDFLAGS="-L$BOOST_ROOT/stage/$libsubdir"
-                    fi
-                fi
-            fi
-        fi
-
-        CPPFLAGS="$CPPFLAGS $BOOST_CPPFLAGS"
-        export CPPFLAGS
-        LDFLAGS="$LDFLAGS $BOOST_LDFLAGS"
-        export LDFLAGS
-
-        AC_LANG_PUSH(C++)
-            AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[
-        @%:@include <boost/version.hpp>
-        ]], [[
-        #if BOOST_VERSION >= $WANT_BOOST_VERSION
-        // Everything is okay
-        #else
-        #  error Boost version is too old
-        #endif
-        ]])],[
-            AC_MSG_RESULT(yes)
-        succeeded=yes
-        found_system=yes
-            ],[
-            ])
-        AC_LANG_POP([C++])
-    fi
-
-    if test "$succeeded" != "yes" ; then
-        if test "$_version" = "0" ; then
-            AC_MSG_NOTICE([[We could not detect the boost libraries (version $boost_lib_version_req_shorten or higher). If you have a staged boost library (still not installed) please specify \$BOOST_ROOT in your environment and do not give a PATH to --with-boost option.  If you are sure you have boost installed, then check your version number looking in <boost/version.hpp>. See http://randspringer.de/boost for more documentation.]])
-        else
-            AC_MSG_NOTICE([Your boost libraries seems to old (version $_version).])
-        fi
-        # execute ACTION-IF-NOT-FOUND (if present):
-        ifelse([$3], , :, [$3])
-    else
-        AC_SUBST(BOOST_CPPFLAGS)
-        AC_SUBST(BOOST_LDFLAGS)
-        AC_DEFINE(HAVE_BOOST,,[define if the Boost library is available])
-        # execute ACTION-IF-FOUND (if present):
-        ifelse([$2], , :, [$2])
-    fi
-
-    CPPFLAGS="$CPPFLAGS_SAVED"
-    LDFLAGS="$LDFLAGS_SAVED"
-fi
-
-])
diff --git a/m4/libtool.m4 b/m4/libtool.m4
deleted file mode 100644
index a3bc337..0000000
--- a/m4/libtool.m4
+++ /dev/null
@@ -1,8369 +0,0 @@
-# libtool.m4 - Configure libtool for the host system. -*-Autoconf-*-
-#
-#   Copyright (C) 1996-2001, 2003-2015 Free Software Foundation, Inc.
-#   Written by Gordon Matzigkeit, 1996
-#
-# This file is free software; the Free Software Foundation gives
-# unlimited permission to copy and/or distribute it, with or without
-# modifications, as long as this notice is preserved.
-
-m4_define([_LT_COPYING], [dnl
-# Copyright (C) 2014 Free Software Foundation, Inc.
-# This is free software; see the source for copying conditions.  There is NO
-# warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
-
-# GNU Libtool is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2 of of the License, or
-# (at your option) any later version.
-#
-# As a special exception to the GNU General Public License, if you
-# distribute this file as part of a program or library that is built
-# using GNU Libtool, you may include this file under the  same
-# distribution terms that you use for the rest of that program.
-#
-# GNU Libtool is distributed in the hope that it will be useful, but
-# WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.
-])
-
-# serial 58 LT_INIT
-
-
-# LT_PREREQ(VERSION)
-# ------------------
-# Complain and exit if this libtool version is less that VERSION.
-m4_defun([LT_PREREQ],
-[m4_if(m4_version_compare(m4_defn([LT_PACKAGE_VERSION]), [$1]), -1,
-       [m4_default([$3],
-		   [m4_fatal([Libtool version $1 or higher is required],
-		             63)])],
-       [$2])])
-
-
-# _LT_CHECK_BUILDDIR
-# ------------------
-# Complain if the absolute build directory name contains unusual characters
-m4_defun([_LT_CHECK_BUILDDIR],
-[case `pwd` in
-  *\ * | *\	*)
-    AC_MSG_WARN([Libtool does not cope well with whitespace in `pwd`]) ;;
-esac
-])
-
-
-# LT_INIT([OPTIONS])
-# ------------------
-AC_DEFUN([LT_INIT],
-[AC_PREREQ([2.62])dnl We use AC_PATH_PROGS_FEATURE_CHECK
-AC_REQUIRE([AC_CONFIG_AUX_DIR_DEFAULT])dnl
-AC_BEFORE([$0], [LT_LANG])dnl
-AC_BEFORE([$0], [LT_OUTPUT])dnl
-AC_BEFORE([$0], [LTDL_INIT])dnl
-m4_require([_LT_CHECK_BUILDDIR])dnl
-
-dnl Autoconf doesn't catch unexpanded LT_ macros by default:
-m4_pattern_forbid([^_?LT_[A-Z_]+$])dnl
-m4_pattern_allow([^(_LT_EOF|LT_DLGLOBAL|LT_DLLAZY_OR_NOW|LT_MULTI_MODULE)$])dnl
-dnl aclocal doesn't pull ltoptions.m4, ltsugar.m4, or ltversion.m4
-dnl unless we require an AC_DEFUNed macro:
-AC_REQUIRE([LTOPTIONS_VERSION])dnl
-AC_REQUIRE([LTSUGAR_VERSION])dnl
-AC_REQUIRE([LTVERSION_VERSION])dnl
-AC_REQUIRE([LTOBSOLETE_VERSION])dnl
-m4_require([_LT_PROG_LTMAIN])dnl
-
-_LT_SHELL_INIT([SHELL=${CONFIG_SHELL-/bin/sh}])
-
-dnl Parse OPTIONS
-_LT_SET_OPTIONS([$0], [$1])
-
-# This can be used to rebuild libtool when needed
-LIBTOOL_DEPS=$ltmain
-
-# Always use our own libtool.
-LIBTOOL='$(SHELL) $(top_builddir)/libtool'
-AC_SUBST(LIBTOOL)dnl
-
-_LT_SETUP
-
-# Only expand once:
-m4_define([LT_INIT])
-])# LT_INIT
-
-# Old names:
-AU_ALIAS([AC_PROG_LIBTOOL], [LT_INIT])
-AU_ALIAS([AM_PROG_LIBTOOL], [LT_INIT])
-dnl aclocal-1.4 backwards compatibility:
-dnl AC_DEFUN([AC_PROG_LIBTOOL], [])
-dnl AC_DEFUN([AM_PROG_LIBTOOL], [])
-
-
-# _LT_PREPARE_CC_BASENAME
-# -----------------------
-m4_defun([_LT_PREPARE_CC_BASENAME], [
-# Calculate cc_basename.  Skip known compiler wrappers and cross-prefix.
-func_cc_basename ()
-{
-    for cc_temp in @S|@*""; do
-      case $cc_temp in
-        compile | *[[\\/]]compile | ccache | *[[\\/]]ccache ) ;;
-        distcc | *[[\\/]]distcc | purify | *[[\\/]]purify ) ;;
-        \-*) ;;
-        *) break;;
-      esac
-    done
-    func_cc_basename_result=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
-}
-])# _LT_PREPARE_CC_BASENAME
-
-
-# _LT_CC_BASENAME(CC)
-# -------------------
-# It would be clearer to call AC_REQUIREs from _LT_PREPARE_CC_BASENAME,
-# but that macro is also expanded into generated libtool script, which
-# arranges for $SED and $ECHO to be set by different means.
-m4_defun([_LT_CC_BASENAME],
-[m4_require([_LT_PREPARE_CC_BASENAME])dnl
-AC_REQUIRE([_LT_DECL_SED])dnl
-AC_REQUIRE([_LT_PROG_ECHO_BACKSLASH])dnl
-func_cc_basename $1
-cc_basename=$func_cc_basename_result
-])
-
-
-# _LT_FILEUTILS_DEFAULTS
-# ----------------------
-# It is okay to use these file commands and assume they have been set
-# sensibly after 'm4_require([_LT_FILEUTILS_DEFAULTS])'.
-m4_defun([_LT_FILEUTILS_DEFAULTS],
-[: ${CP="cp -f"}
-: ${MV="mv -f"}
-: ${RM="rm -f"}
-])# _LT_FILEUTILS_DEFAULTS
-
-
-# _LT_SETUP
-# ---------
-m4_defun([_LT_SETUP],
-[AC_REQUIRE([AC_CANONICAL_HOST])dnl
-AC_REQUIRE([AC_CANONICAL_BUILD])dnl
-AC_REQUIRE([_LT_PREPARE_SED_QUOTE_VARS])dnl
-AC_REQUIRE([_LT_PROG_ECHO_BACKSLASH])dnl
-
-_LT_DECL([], [PATH_SEPARATOR], [1], [The PATH separator for the build system])dnl
-dnl
-_LT_DECL([], [host_alias], [0], [The host system])dnl
-_LT_DECL([], [host], [0])dnl
-_LT_DECL([], [host_os], [0])dnl
-dnl
-_LT_DECL([], [build_alias], [0], [The build system])dnl
-_LT_DECL([], [build], [0])dnl
-_LT_DECL([], [build_os], [0])dnl
-dnl
-AC_REQUIRE([AC_PROG_CC])dnl
-AC_REQUIRE([LT_PATH_LD])dnl
-AC_REQUIRE([LT_PATH_NM])dnl
-dnl
-AC_REQUIRE([AC_PROG_LN_S])dnl
-test -z "$LN_S" && LN_S="ln -s"
-_LT_DECL([], [LN_S], [1], [Whether we need soft or hard links])dnl
-dnl
-AC_REQUIRE([LT_CMD_MAX_LEN])dnl
-_LT_DECL([objext], [ac_objext], [0], [Object file suffix (normally "o")])dnl
-_LT_DECL([], [exeext], [0], [Executable file suffix (normally "")])dnl
-dnl
-m4_require([_LT_FILEUTILS_DEFAULTS])dnl
-m4_require([_LT_CHECK_SHELL_FEATURES])dnl
-m4_require([_LT_PATH_CONVERSION_FUNCTIONS])dnl
-m4_require([_LT_CMD_RELOAD])dnl
-m4_require([_LT_CHECK_MAGIC_METHOD])dnl
-m4_require([_LT_CHECK_SHAREDLIB_FROM_LINKLIB])dnl
-m4_require([_LT_CMD_OLD_ARCHIVE])dnl
-m4_require([_LT_CMD_GLOBAL_SYMBOLS])dnl
-m4_require([_LT_WITH_SYSROOT])dnl
-m4_require([_LT_CMD_TRUNCATE])dnl
-
-_LT_CONFIG_LIBTOOL_INIT([
-# See if we are running on zsh, and set the options that allow our
-# commands through without removal of \ escapes INIT.
-if test -n "\${ZSH_VERSION+set}"; then
-   setopt NO_GLOB_SUBST
-fi
-])
-if test -n "${ZSH_VERSION+set}"; then
-   setopt NO_GLOB_SUBST
-fi
-
-_LT_CHECK_OBJDIR
-
-m4_require([_LT_TAG_COMPILER])dnl
-
-case $host_os in
-aix3*)
-  # AIX sometimes has problems with the GCC collect2 program.  For some
-  # reason, if we set the COLLECT_NAMES environment variable, the problems
-  # vanish in a puff of smoke.
-  if test set != "${COLLECT_NAMES+set}"; then
-    COLLECT_NAMES=
-    export COLLECT_NAMES
-  fi
-  ;;
-esac
-
-# Global variables:
-ofile=libtool
-can_build_shared=yes
-
-# All known linkers require a '.a' archive for static linking (except MSVC,
-# which needs '.lib').
-libext=a
-
-with_gnu_ld=$lt_cv_prog_gnu_ld
-
-old_CC=$CC
-old_CFLAGS=$CFLAGS
-
-# Set sane defaults for various variables
-test -z "$CC" && CC=cc
-test -z "$LTCC" && LTCC=$CC
-test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
-test -z "$LD" && LD=ld
-test -z "$ac_objext" && ac_objext=o
-
-_LT_CC_BASENAME([$compiler])
-
-# Only perform the check for file, if the check method requires it
-test -z "$MAGIC_CMD" && MAGIC_CMD=file
-case $deplibs_check_method in
-file_magic*)
-  if test "$file_magic_cmd" = '$MAGIC_CMD'; then
-    _LT_PATH_MAGIC
-  fi
-  ;;
-esac
-
-# Use C for the default configuration in the libtool script
-LT_SUPPORTED_TAG([CC])
-_LT_LANG_C_CONFIG
-_LT_LANG_DEFAULT_CONFIG
-_LT_CONFIG_COMMANDS
-])# _LT_SETUP
-
-
-# _LT_PREPARE_SED_QUOTE_VARS
-# --------------------------
-# Define a few sed substitution that help us do robust quoting.
-m4_defun([_LT_PREPARE_SED_QUOTE_VARS],
-[# Backslashify metacharacters that are still active within
-# double-quoted strings.
-sed_quote_subst='s/\([["`$\\]]\)/\\\1/g'
-
-# Same as above, but do not quote variable references.
-double_quote_subst='s/\([["`\\]]\)/\\\1/g'
-
-# Sed substitution to delay expansion of an escaped shell variable in a
-# double_quote_subst'ed string.
-delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
-
-# Sed substitution to delay expansion of an escaped single quote.
-delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
-
-# Sed substitution to avoid accidental globbing in evaled expressions
-no_glob_subst='s/\*/\\\*/g'
-])
-
-# _LT_PROG_LTMAIN
-# ---------------
-# Note that this code is called both from 'configure', and 'config.status'
-# now that we use AC_CONFIG_COMMANDS to generate libtool.  Notably,
-# 'config.status' has no value for ac_aux_dir unless we are using Automake,
-# so we pass a copy along to make sure it has a sensible value anyway.
-m4_defun([_LT_PROG_LTMAIN],
-[m4_ifdef([AC_REQUIRE_AUX_FILE], [AC_REQUIRE_AUX_FILE([ltmain.sh])])dnl
-_LT_CONFIG_LIBTOOL_INIT([ac_aux_dir='$ac_aux_dir'])
-ltmain=$ac_aux_dir/ltmain.sh
-])# _LT_PROG_LTMAIN
-
-
-## ------------------------------------- ##
-## Accumulate code for creating libtool. ##
-## ------------------------------------- ##
-
-# So that we can recreate a full libtool script including additional
-# tags, we accumulate the chunks of code to send to AC_CONFIG_COMMANDS
-# in macros and then make a single call at the end using the 'libtool'
-# label.
-
-
-# _LT_CONFIG_LIBTOOL_INIT([INIT-COMMANDS])
-# ----------------------------------------
-# Register INIT-COMMANDS to be passed to AC_CONFIG_COMMANDS later.
-m4_define([_LT_CONFIG_LIBTOOL_INIT],
-[m4_ifval([$1],
-          [m4_append([_LT_OUTPUT_LIBTOOL_INIT],
-                     [$1
-])])])
-
-# Initialize.
-m4_define([_LT_OUTPUT_LIBTOOL_INIT])
-
-
-# _LT_CONFIG_LIBTOOL([COMMANDS])
-# ------------------------------
-# Register COMMANDS to be passed to AC_CONFIG_COMMANDS later.
-m4_define([_LT_CONFIG_LIBTOOL],
-[m4_ifval([$1],
-          [m4_append([_LT_OUTPUT_LIBTOOL_COMMANDS],
-                     [$1
-])])])
-
-# Initialize.
-m4_define([_LT_OUTPUT_LIBTOOL_COMMANDS])
-
-
-# _LT_CONFIG_SAVE_COMMANDS([COMMANDS], [INIT_COMMANDS])
-# -----------------------------------------------------
-m4_defun([_LT_CONFIG_SAVE_COMMANDS],
-[_LT_CONFIG_LIBTOOL([$1])
-_LT_CONFIG_LIBTOOL_INIT([$2])
-])
-
-
-# _LT_FORMAT_COMMENT([COMMENT])
-# -----------------------------
-# Add leading comment marks to the start of each line, and a trailing
-# full-stop to the whole comment if one is not present already.
-m4_define([_LT_FORMAT_COMMENT],
-[m4_ifval([$1], [
-m4_bpatsubst([m4_bpatsubst([$1], [^ *], [# ])],
-              [['`$\]], [\\\&])]m4_bmatch([$1], [[!?.]$], [], [.])
-)])
-
-
-
-## ------------------------ ##
-## FIXME: Eliminate VARNAME ##
-## ------------------------ ##
-
-
-# _LT_DECL([CONFIGNAME], VARNAME, VALUE, [DESCRIPTION], [IS-TAGGED?])
-# -------------------------------------------------------------------
-# CONFIGNAME is the name given to the value in the libtool script.
-# VARNAME is the (base) name used in the configure script.
-# VALUE may be 0, 1 or 2 for a computed quote escaped value based on
-# VARNAME.  Any other value will be used directly.
-m4_define([_LT_DECL],
-[lt_if_append_uniq([lt_decl_varnames], [$2], [, ],
-    [lt_dict_add_subkey([lt_decl_dict], [$2], [libtool_name],
-	[m4_ifval([$1], [$1], [$2])])
-    lt_dict_add_subkey([lt_decl_dict], [$2], [value], [$3])
-    m4_ifval([$4],
-	[lt_dict_add_subkey([lt_decl_dict], [$2], [description], [$4])])
-    lt_dict_add_subkey([lt_decl_dict], [$2],
-	[tagged?], [m4_ifval([$5], [yes], [no])])])
-])
-
-
-# _LT_TAGDECL([CONFIGNAME], VARNAME, VALUE, [DESCRIPTION])
-# --------------------------------------------------------
-m4_define([_LT_TAGDECL], [_LT_DECL([$1], [$2], [$3], [$4], [yes])])
-
-
-# lt_decl_tag_varnames([SEPARATOR], [VARNAME1...])
-# ------------------------------------------------
-m4_define([lt_decl_tag_varnames],
-[_lt_decl_filter([tagged?], [yes], $@)])
-
-
-# _lt_decl_filter(SUBKEY, VALUE, [SEPARATOR], [VARNAME1..])
-# ---------------------------------------------------------
-m4_define([_lt_decl_filter],
-[m4_case([$#],
-  [0], [m4_fatal([$0: too few arguments: $#])],
-  [1], [m4_fatal([$0: too few arguments: $#: $1])],
-  [2], [lt_dict_filter([lt_decl_dict], [$1], [$2], [], lt_decl_varnames)],
-  [3], [lt_dict_filter([lt_decl_dict], [$1], [$2], [$3], lt_decl_varnames)],
-  [lt_dict_filter([lt_decl_dict], $@)])[]dnl
-])
-
-
-# lt_decl_quote_varnames([SEPARATOR], [VARNAME1...])
-# --------------------------------------------------
-m4_define([lt_decl_quote_varnames],
-[_lt_decl_filter([value], [1], $@)])
-
-
-# lt_decl_dquote_varnames([SEPARATOR], [VARNAME1...])
-# ---------------------------------------------------
-m4_define([lt_decl_dquote_varnames],
-[_lt_decl_filter([value], [2], $@)])
-
-
-# lt_decl_varnames_tagged([SEPARATOR], [VARNAME1...])
-# ---------------------------------------------------
-m4_define([lt_decl_varnames_tagged],
-[m4_assert([$# <= 2])dnl
-_$0(m4_quote(m4_default([$1], [[, ]])),
-    m4_ifval([$2], [[$2]], [m4_dquote(lt_decl_tag_varnames)]),
-    m4_split(m4_normalize(m4_quote(_LT_TAGS)), [ ]))])
-m4_define([_lt_decl_varnames_tagged],
-[m4_ifval([$3], [lt_combine([$1], [$2], [_], $3)])])
-
-
-# lt_decl_all_varnames([SEPARATOR], [VARNAME1...])
-# ------------------------------------------------
-m4_define([lt_decl_all_varnames],
-[_$0(m4_quote(m4_default([$1], [[, ]])),
-     m4_if([$2], [],
-	   m4_quote(lt_decl_varnames),
-	m4_quote(m4_shift($@))))[]dnl
-])
-m4_define([_lt_decl_all_varnames],
-[lt_join($@, lt_decl_varnames_tagged([$1],
-			lt_decl_tag_varnames([[, ]], m4_shift($@))))dnl
-])
-
-
-# _LT_CONFIG_STATUS_DECLARE([VARNAME])
-# ------------------------------------
-# Quote a variable value, and forward it to 'config.status' so that its
-# declaration there will have the same value as in 'configure'.  VARNAME
-# must have a single quote delimited value for this to work.
-m4_define([_LT_CONFIG_STATUS_DECLARE],
-[$1='`$ECHO "$][$1" | $SED "$delay_single_quote_subst"`'])
-
-
-# _LT_CONFIG_STATUS_DECLARATIONS
-# ------------------------------
-# We delimit libtool config variables with single quotes, so when
-# we write them to config.status, we have to be sure to quote all
-# embedded single quotes properly.  In configure, this macro expands
-# each variable declared with _LT_DECL (and _LT_TAGDECL) into:
-#
-#    <var>='`$ECHO "$<var>" | $SED "$delay_single_quote_subst"`'
-m4_defun([_LT_CONFIG_STATUS_DECLARATIONS],
-[m4_foreach([_lt_var], m4_quote(lt_decl_all_varnames),
-    [m4_n([_LT_CONFIG_STATUS_DECLARE(_lt_var)])])])
-
-
-# _LT_LIBTOOL_TAGS
-# ----------------
-# Output comment and list of tags supported by the script
-m4_defun([_LT_LIBTOOL_TAGS],
-[_LT_FORMAT_COMMENT([The names of the tagged configurations supported by this script])dnl
-available_tags='_LT_TAGS'dnl
-])
-
-
-# _LT_LIBTOOL_DECLARE(VARNAME, [TAG])
-# -----------------------------------
-# Extract the dictionary values for VARNAME (optionally with TAG) and
-# expand to a commented shell variable setting:
-#
-#    # Some comment about what VAR is for.
-#    visible_name=$lt_internal_name
-m4_define([_LT_LIBTOOL_DECLARE],
-[_LT_FORMAT_COMMENT(m4_quote(lt_dict_fetch([lt_decl_dict], [$1],
-					   [description])))[]dnl
-m4_pushdef([_libtool_name],
-    m4_quote(lt_dict_fetch([lt_decl_dict], [$1], [libtool_name])))[]dnl
-m4_case(m4_quote(lt_dict_fetch([lt_decl_dict], [$1], [value])),
-    [0], [_libtool_name=[$]$1],
-    [1], [_libtool_name=$lt_[]$1],
-    [2], [_libtool_name=$lt_[]$1],
-    [_libtool_name=lt_dict_fetch([lt_decl_dict], [$1], [value])])[]dnl
-m4_ifval([$2], [_$2])[]m4_popdef([_libtool_name])[]dnl
-])
-
-
-# _LT_LIBTOOL_CONFIG_VARS
-# -----------------------
-# Produce commented declarations of non-tagged libtool config variables
-# suitable for insertion in the LIBTOOL CONFIG section of the 'libtool'
-# script.  Tagged libtool config variables (even for the LIBTOOL CONFIG
-# section) are produced by _LT_LIBTOOL_TAG_VARS.
-m4_defun([_LT_LIBTOOL_CONFIG_VARS],
-[m4_foreach([_lt_var],
-    m4_quote(_lt_decl_filter([tagged?], [no], [], lt_decl_varnames)),
-    [m4_n([_LT_LIBTOOL_DECLARE(_lt_var)])])])
-
-
-# _LT_LIBTOOL_TAG_VARS(TAG)
-# -------------------------
-m4_define([_LT_LIBTOOL_TAG_VARS],
-[m4_foreach([_lt_var], m4_quote(lt_decl_tag_varnames),
-    [m4_n([_LT_LIBTOOL_DECLARE(_lt_var, [$1])])])])
-
-
-# _LT_TAGVAR(VARNAME, [TAGNAME])
-# ------------------------------
-m4_define([_LT_TAGVAR], [m4_ifval([$2], [$1_$2], [$1])])
-
-
-# _LT_CONFIG_COMMANDS
-# -------------------
-# Send accumulated output to $CONFIG_STATUS.  Thanks to the lists of
-# variables for single and double quote escaping we saved from calls
-# to _LT_DECL, we can put quote escaped variables declarations
-# into 'config.status', and then the shell code to quote escape them in
-# for loops in 'config.status'.  Finally, any additional code accumulated
-# from calls to _LT_CONFIG_LIBTOOL_INIT is expanded.
-m4_defun([_LT_CONFIG_COMMANDS],
-[AC_PROVIDE_IFELSE([LT_OUTPUT],
-	dnl If the libtool generation code has been placed in $CONFIG_LT,
-	dnl instead of duplicating it all over again into config.status,
-	dnl then we will have config.status run $CONFIG_LT later, so it
-	dnl needs to know what name is stored there:
-        [AC_CONFIG_COMMANDS([libtool],
-            [$SHELL $CONFIG_LT || AS_EXIT(1)], [CONFIG_LT='$CONFIG_LT'])],
-    dnl If the libtool generation code is destined for config.status,
-    dnl expand the accumulated commands and init code now:
-    [AC_CONFIG_COMMANDS([libtool],
-        [_LT_OUTPUT_LIBTOOL_COMMANDS], [_LT_OUTPUT_LIBTOOL_COMMANDS_INIT])])
-])#_LT_CONFIG_COMMANDS
-
-
-# Initialize.
-m4_define([_LT_OUTPUT_LIBTOOL_COMMANDS_INIT],
-[
-
-# The HP-UX ksh and POSIX shell print the target directory to stdout
-# if CDPATH is set.
-(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
-
-sed_quote_subst='$sed_quote_subst'
-double_quote_subst='$double_quote_subst'
-delay_variable_subst='$delay_variable_subst'
-_LT_CONFIG_STATUS_DECLARATIONS
-LTCC='$LTCC'
-LTCFLAGS='$LTCFLAGS'
-compiler='$compiler_DEFAULT'
-
-# A function that is used when there is no print builtin or printf.
-func_fallback_echo ()
-{
-  eval 'cat <<_LTECHO_EOF
-\$[]1
-_LTECHO_EOF'
-}
-
-# Quote evaled strings.
-for var in lt_decl_all_varnames([[ \
-]], lt_decl_quote_varnames); do
-    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
-    *[[\\\\\\\`\\"\\\$]]*)
-      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes
-      ;;
-    *)
-      eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
-      ;;
-    esac
-done
-
-# Double-quote double-evaled strings.
-for var in lt_decl_all_varnames([[ \
-]], lt_decl_dquote_varnames); do
-    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
-    *[[\\\\\\\`\\"\\\$]]*)
-      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes
-      ;;
-    *)
-      eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
-      ;;
-    esac
-done
-
-_LT_OUTPUT_LIBTOOL_INIT
-])
-
-# _LT_GENERATED_FILE_INIT(FILE, [COMMENT])
-# ------------------------------------
-# Generate a child script FILE with all initialization necessary to
-# reuse the environment learned by the parent script, and make the
-# file executable.  If COMMENT is supplied, it is inserted after the
-# '#!' sequence but before initialization text begins.  After this
-# macro, additional text can be appended to FILE to form the body of
-# the child script.  The macro ends with non-zero status if the
-# file could not be fully written (such as if the disk is full).
-m4_ifdef([AS_INIT_GENERATED],
-[m4_defun([_LT_GENERATED_FILE_INIT],[AS_INIT_GENERATED($@)])],
-[m4_defun([_LT_GENERATED_FILE_INIT],
-[m4_require([AS_PREPARE])]dnl
-[m4_pushdef([AS_MESSAGE_LOG_FD])]dnl
-[lt_write_fail=0
-cat >$1 <<_ASEOF || lt_write_fail=1
-#! $SHELL
-# Generated by $as_me.
-$2
-SHELL=\${CONFIG_SHELL-$SHELL}
-export SHELL
-_ASEOF
-cat >>$1 <<\_ASEOF || lt_write_fail=1
-AS_SHELL_SANITIZE
-_AS_PREPARE
-exec AS_MESSAGE_FD>&1
-_ASEOF
-test 0 = "$lt_write_fail" && chmod +x $1[]dnl
-m4_popdef([AS_MESSAGE_LOG_FD])])])# _LT_GENERATED_FILE_INIT
-
-# LT_OUTPUT
-# ---------
-# This macro allows early generation of the libtool script (before
-# AC_OUTPUT is called), incase it is used in configure for compilation
-# tests.
-AC_DEFUN([LT_OUTPUT],
-[: ${CONFIG_LT=./config.lt}
-AC_MSG_NOTICE([creating $CONFIG_LT])
-_LT_GENERATED_FILE_INIT(["$CONFIG_LT"],
-[# Run this file to recreate a libtool stub with the current configuration.])
-
-cat >>"$CONFIG_LT" <<\_LTEOF
-lt_cl_silent=false
-exec AS_MESSAGE_LOG_FD>>config.log
-{
-  echo
-  AS_BOX([Running $as_me.])
-} >&AS_MESSAGE_LOG_FD
-
-lt_cl_help="\
-'$as_me' creates a local libtool stub from the current configuration,
-for use in further configure time tests before the real libtool is
-generated.
-
-Usage: $[0] [[OPTIONS]]
-
-  -h, --help      print this help, then exit
-  -V, --version   print version number, then exit
-  -q, --quiet     do not print progress messages
-  -d, --debug     don't remove temporary files
-
-Report bugs to <bug-libtool at gnu.org>."
-
-lt_cl_version="\
-m4_ifset([AC_PACKAGE_NAME], [AC_PACKAGE_NAME ])config.lt[]dnl
-m4_ifset([AC_PACKAGE_VERSION], [ AC_PACKAGE_VERSION])
-configured by $[0], generated by m4_PACKAGE_STRING.
-
-Copyright (C) 2011 Free Software Foundation, Inc.
-This config.lt script is free software; the Free Software Foundation
-gives unlimited permision to copy, distribute and modify it."
-
-while test 0 != $[#]
-do
-  case $[1] in
-    --version | --v* | -V )
-      echo "$lt_cl_version"; exit 0 ;;
-    --help | --h* | -h )
-      echo "$lt_cl_help"; exit 0 ;;
-    --debug | --d* | -d )
-      debug=: ;;
-    --quiet | --q* | --silent | --s* | -q )
-      lt_cl_silent=: ;;
-
-    -*) AC_MSG_ERROR([unrecognized option: $[1]
-Try '$[0] --help' for more information.]) ;;
-
-    *) AC_MSG_ERROR([unrecognized argument: $[1]
-Try '$[0] --help' for more information.]) ;;
-  esac
-  shift
-done
-
-if $lt_cl_silent; then
-  exec AS_MESSAGE_FD>/dev/null
-fi
-_LTEOF
-
-cat >>"$CONFIG_LT" <<_LTEOF
-_LT_OUTPUT_LIBTOOL_COMMANDS_INIT
-_LTEOF
-
-cat >>"$CONFIG_LT" <<\_LTEOF
-AC_MSG_NOTICE([creating $ofile])
-_LT_OUTPUT_LIBTOOL_COMMANDS
-AS_EXIT(0)
-_LTEOF
-chmod +x "$CONFIG_LT"
-
-# configure is writing to config.log, but config.lt does its own redirection,
-# appending to config.log, which fails on DOS, as config.log is still kept
-# open by configure.  Here we exec the FD to /dev/null, effectively closing
-# config.log, so it can be properly (re)opened and appended to by config.lt.
-lt_cl_success=:
-test yes = "$silent" &&
-  lt_config_lt_args="$lt_config_lt_args --quiet"
-exec AS_MESSAGE_LOG_FD>/dev/null
-$SHELL "$CONFIG_LT" $lt_config_lt_args || lt_cl_success=false
-exec AS_MESSAGE_LOG_FD>>config.log
-$lt_cl_success || AS_EXIT(1)
-])# LT_OUTPUT
-
-
-# _LT_CONFIG(TAG)
-# ---------------
-# If TAG is the built-in tag, create an initial libtool script with a
-# default configuration from the untagged config vars.  Otherwise add code
-# to config.status for appending the configuration named by TAG from the
-# matching tagged config vars.
-m4_defun([_LT_CONFIG],
-[m4_require([_LT_FILEUTILS_DEFAULTS])dnl
-_LT_CONFIG_SAVE_COMMANDS([
-  m4_define([_LT_TAG], m4_if([$1], [], [C], [$1]))dnl
-  m4_if(_LT_TAG, [C], [
-    # See if we are running on zsh, and set the options that allow our
-    # commands through without removal of \ escapes.
-    if test -n "${ZSH_VERSION+set}"; then
-      setopt NO_GLOB_SUBST
-    fi
-
-    cfgfile=${ofile}T
-    trap "$RM \"$cfgfile\"; exit 1" 1 2 15
-    $RM "$cfgfile"
-
-    cat <<_LT_EOF >> "$cfgfile"
-#! $SHELL
-# Generated automatically by $as_me ($PACKAGE) $VERSION
-# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
-# NOTE: Changes made to this file will be lost: look at ltmain.sh.
-
-# Provide generalized library-building support services.
-# Written by Gordon Matzigkeit, 1996
-
-_LT_COPYING
-_LT_LIBTOOL_TAGS
-
-# Configured defaults for sys_lib_dlsearch_path munging.
-: \${LT_SYS_LIBRARY_PATH="$configure_time_lt_sys_library_path"}
-
-# ### BEGIN LIBTOOL CONFIG
-_LT_LIBTOOL_CONFIG_VARS
-_LT_LIBTOOL_TAG_VARS
-# ### END LIBTOOL CONFIG
-
-_LT_EOF
-
-    cat <<'_LT_EOF' >> "$cfgfile"
-
-# ### BEGIN FUNCTIONS SHARED WITH CONFIGURE
-
-_LT_PREPARE_MUNGE_PATH_LIST
-_LT_PREPARE_CC_BASENAME
-
-# ### END FUNCTIONS SHARED WITH CONFIGURE
-
-_LT_EOF
-
-  case $host_os in
-  aix3*)
-    cat <<\_LT_EOF >> "$cfgfile"
-# AIX sometimes has problems with the GCC collect2 program.  For some
-# reason, if we set the COLLECT_NAMES environment variable, the problems
-# vanish in a puff of smoke.
-if test set != "${COLLECT_NAMES+set}"; then
-  COLLECT_NAMES=
-  export COLLECT_NAMES
-fi
-_LT_EOF
-    ;;
-  esac
-
-  _LT_PROG_LTMAIN
-
-  # We use sed instead of cat because bash on DJGPP gets confused if
-  # if finds mixed CR/LF and LF-only lines.  Since sed operates in
-  # text mode, it properly converts lines to CR/LF.  This bash problem
-  # is reportedly fixed, but why not run on old versions too?
-  sed '$q' "$ltmain" >> "$cfgfile" \
-     || (rm -f "$cfgfile"; exit 1)
-
-   mv -f "$cfgfile" "$ofile" ||
-    (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
-  chmod +x "$ofile"
-],
-[cat <<_LT_EOF >> "$ofile"
-
-dnl Unfortunately we have to use $1 here, since _LT_TAG is not expanded
-dnl in a comment (ie after a #).
-# ### BEGIN LIBTOOL TAG CONFIG: $1
-_LT_LIBTOOL_TAG_VARS(_LT_TAG)
-# ### END LIBTOOL TAG CONFIG: $1
-_LT_EOF
-])dnl /m4_if
-],
-[m4_if([$1], [], [
-    PACKAGE='$PACKAGE'
-    VERSION='$VERSION'
-    RM='$RM'
-    ofile='$ofile'], [])
-])dnl /_LT_CONFIG_SAVE_COMMANDS
-])# _LT_CONFIG
-
-
-# LT_SUPPORTED_TAG(TAG)
-# ---------------------
-# Trace this macro to discover what tags are supported by the libtool
-# --tag option, using:
-#    autoconf --trace 'LT_SUPPORTED_TAG:$1'
-AC_DEFUN([LT_SUPPORTED_TAG], [])
-
-
-# C support is built-in for now
-m4_define([_LT_LANG_C_enabled], [])
-m4_define([_LT_TAGS], [])
-
-
-# LT_LANG(LANG)
-# -------------
-# Enable libtool support for the given language if not already enabled.
-AC_DEFUN([LT_LANG],
-[AC_BEFORE([$0], [LT_OUTPUT])dnl
-m4_case([$1],
-  [C],			[_LT_LANG(C)],
-  [C++],		[_LT_LANG(CXX)],
-  [Go],			[_LT_LANG(GO)],
-  [Java],		[_LT_LANG(GCJ)],
-  [Fortran 77],		[_LT_LANG(F77)],
-  [Fortran],		[_LT_LANG(FC)],
-  [Windows Resource],	[_LT_LANG(RC)],
-  [m4_ifdef([_LT_LANG_]$1[_CONFIG],
-    [_LT_LANG($1)],
-    [m4_fatal([$0: unsupported language: "$1"])])])dnl
-])# LT_LANG
-
-
-# _LT_LANG(LANGNAME)
-# ------------------
-m4_defun([_LT_LANG],
-[m4_ifdef([_LT_LANG_]$1[_enabled], [],
-  [LT_SUPPORTED_TAG([$1])dnl
-  m4_append([_LT_TAGS], [$1 ])dnl
-  m4_define([_LT_LANG_]$1[_enabled], [])dnl
-  _LT_LANG_$1_CONFIG($1)])dnl
-])# _LT_LANG
-
-
-m4_ifndef([AC_PROG_GO], [
-############################################################
-# NOTE: This macro has been submitted for inclusion into   #
-#  GNU Autoconf as AC_PROG_GO.  When it is available in    #
-#  a released version of Autoconf we should remove this    #
-#  macro and use it instead.                               #
-############################################################
-m4_defun([AC_PROG_GO],
-[AC_LANG_PUSH(Go)dnl
-AC_ARG_VAR([GOC],     [Go compiler command])dnl
-AC_ARG_VAR([GOFLAGS], [Go compiler flags])dnl
-_AC_ARG_VAR_LDFLAGS()dnl
-AC_CHECK_TOOL(GOC, gccgo)
-if test -z "$GOC"; then
-  if test -n "$ac_tool_prefix"; then
-    AC_CHECK_PROG(GOC, [${ac_tool_prefix}gccgo], [${ac_tool_prefix}gccgo])
-  fi
-fi
-if test -z "$GOC"; then
-  AC_CHECK_PROG(GOC, gccgo, gccgo, false)
-fi
-])#m4_defun
-])#m4_ifndef
-
-
-# _LT_LANG_DEFAULT_CONFIG
-# -----------------------
-m4_defun([_LT_LANG_DEFAULT_CONFIG],
-[AC_PROVIDE_IFELSE([AC_PROG_CXX],
-  [LT_LANG(CXX)],
-  [m4_define([AC_PROG_CXX], defn([AC_PROG_CXX])[LT_LANG(CXX)])])
-
-AC_PROVIDE_IFELSE([AC_PROG_F77],
-  [LT_LANG(F77)],
-  [m4_define([AC_PROG_F77], defn([AC_PROG_F77])[LT_LANG(F77)])])
-
-AC_PROVIDE_IFELSE([AC_PROG_FC],
-  [LT_LANG(FC)],
-  [m4_define([AC_PROG_FC], defn([AC_PROG_FC])[LT_LANG(FC)])])
-
-dnl The call to [A][M_PROG_GCJ] is quoted like that to stop aclocal
-dnl pulling things in needlessly.
-AC_PROVIDE_IFELSE([AC_PROG_GCJ],
-  [LT_LANG(GCJ)],
-  [AC_PROVIDE_IFELSE([A][M_PROG_GCJ],
-    [LT_LANG(GCJ)],
-    [AC_PROVIDE_IFELSE([LT_PROG_GCJ],
-      [LT_LANG(GCJ)],
-      [m4_ifdef([AC_PROG_GCJ],
-	[m4_define([AC_PROG_GCJ], defn([AC_PROG_GCJ])[LT_LANG(GCJ)])])
-       m4_ifdef([A][M_PROG_GCJ],
-	[m4_define([A][M_PROG_GCJ], defn([A][M_PROG_GCJ])[LT_LANG(GCJ)])])
-       m4_ifdef([LT_PROG_GCJ],
-	[m4_define([LT_PROG_GCJ], defn([LT_PROG_GCJ])[LT_LANG(GCJ)])])])])])
-
-AC_PROVIDE_IFELSE([AC_PROG_GO],
-  [LT_LANG(GO)],
-  [m4_define([AC_PROG_GO], defn([AC_PROG_GO])[LT_LANG(GO)])])
-
-AC_PROVIDE_IFELSE([LT_PROG_RC],
-  [LT_LANG(RC)],
-  [m4_define([LT_PROG_RC], defn([LT_PROG_RC])[LT_LANG(RC)])])
-])# _LT_LANG_DEFAULT_CONFIG
-
-# Obsolete macros:
-AU_DEFUN([AC_LIBTOOL_CXX], [LT_LANG(C++)])
-AU_DEFUN([AC_LIBTOOL_F77], [LT_LANG(Fortran 77)])
-AU_DEFUN([AC_LIBTOOL_FC], [LT_LANG(Fortran)])
-AU_DEFUN([AC_LIBTOOL_GCJ], [LT_LANG(Java)])
-AU_DEFUN([AC_LIBTOOL_RC], [LT_LANG(Windows Resource)])
-dnl aclocal-1.4 backwards compatibility:
-dnl AC_DEFUN([AC_LIBTOOL_CXX], [])
-dnl AC_DEFUN([AC_LIBTOOL_F77], [])
-dnl AC_DEFUN([AC_LIBTOOL_FC], [])
-dnl AC_DEFUN([AC_LIBTOOL_GCJ], [])
-dnl AC_DEFUN([AC_LIBTOOL_RC], [])
-
-
-# _LT_TAG_COMPILER
-# ----------------
-m4_defun([_LT_TAG_COMPILER],
-[AC_REQUIRE([AC_PROG_CC])dnl
-
-_LT_DECL([LTCC], [CC], [1], [A C compiler])dnl
-_LT_DECL([LTCFLAGS], [CFLAGS], [1], [LTCC compiler flags])dnl
-_LT_TAGDECL([CC], [compiler], [1], [A language specific compiler])dnl
-_LT_TAGDECL([with_gcc], [GCC], [0], [Is the compiler the GNU compiler?])dnl
-
-# If no C compiler was specified, use CC.
-LTCC=${LTCC-"$CC"}
-
-# If no C compiler flags were specified, use CFLAGS.
-LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
-
-# Allow CC to be a program name with arguments.
-compiler=$CC
-])# _LT_TAG_COMPILER
-
-
-# _LT_COMPILER_BOILERPLATE
-# ------------------------
-# Check for compiler boilerplate output or warnings with
-# the simple compiler test code.
-m4_defun([_LT_COMPILER_BOILERPLATE],
-[m4_require([_LT_DECL_SED])dnl
-ac_outfile=conftest.$ac_objext
-echo "$lt_simple_compile_test_code" >conftest.$ac_ext
-eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
-_lt_compiler_boilerplate=`cat conftest.err`
-$RM conftest*
-])# _LT_COMPILER_BOILERPLATE
-
-
-# _LT_LINKER_BOILERPLATE
-# ----------------------
-# Check for linker boilerplate output or warnings with
-# the simple link test code.
-m4_defun([_LT_LINKER_BOILERPLATE],
-[m4_require([_LT_DECL_SED])dnl
-ac_outfile=conftest.$ac_objext
-echo "$lt_simple_link_test_code" >conftest.$ac_ext
-eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
-_lt_linker_boilerplate=`cat conftest.err`
-$RM -r conftest*
-])# _LT_LINKER_BOILERPLATE
-
-# _LT_REQUIRED_DARWIN_CHECKS
-# -------------------------
-m4_defun_once([_LT_REQUIRED_DARWIN_CHECKS],[
-  case $host_os in
-    rhapsody* | darwin*)
-    AC_CHECK_TOOL([DSYMUTIL], [dsymutil], [:])
-    AC_CHECK_TOOL([NMEDIT], [nmedit], [:])
-    AC_CHECK_TOOL([LIPO], [lipo], [:])
-    AC_CHECK_TOOL([OTOOL], [otool], [:])
-    AC_CHECK_TOOL([OTOOL64], [otool64], [:])
-    _LT_DECL([], [DSYMUTIL], [1],
-      [Tool to manipulate archived DWARF debug symbol files on Mac OS X])
-    _LT_DECL([], [NMEDIT], [1],
-      [Tool to change global to local symbols on Mac OS X])
-    _LT_DECL([], [LIPO], [1],
-      [Tool to manipulate fat objects and archives on Mac OS X])
-    _LT_DECL([], [OTOOL], [1],
-      [ldd/readelf like tool for Mach-O binaries on Mac OS X])
-    _LT_DECL([], [OTOOL64], [1],
-      [ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4])
-
-    AC_CACHE_CHECK([for -single_module linker flag],[lt_cv_apple_cc_single_mod],
-      [lt_cv_apple_cc_single_mod=no
-      if test -z "$LT_MULTI_MODULE"; then
-	# By default we will add the -single_module flag. You can override
-	# by either setting the environment variable LT_MULTI_MODULE
-	# non-empty at configure time, or by adding -multi_module to the
-	# link flags.
-	rm -rf libconftest.dylib*
-	echo "int foo(void){return 1;}" > conftest.c
-	echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
--dynamiclib -Wl,-single_module conftest.c" >&AS_MESSAGE_LOG_FD
-	$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
-	  -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
-        _lt_result=$?
-	# If there is a non-empty error log, and "single_module"
-	# appears in it, assume the flag caused a linker warning
-        if test -s conftest.err && $GREP single_module conftest.err; then
-	  cat conftest.err >&AS_MESSAGE_LOG_FD
-	# Otherwise, if the output was created with a 0 exit code from
-	# the compiler, it worked.
-	elif test -f libconftest.dylib && test 0 = "$_lt_result"; then
-	  lt_cv_apple_cc_single_mod=yes
-	else
-	  cat conftest.err >&AS_MESSAGE_LOG_FD
-	fi
-	rm -rf libconftest.dylib*
-	rm -f conftest.*
-      fi])
-
-    AC_CACHE_CHECK([for -exported_symbols_list linker flag],
-      [lt_cv_ld_exported_symbols_list],
-      [lt_cv_ld_exported_symbols_list=no
-      save_LDFLAGS=$LDFLAGS
-      echo "_main" > conftest.sym
-      LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
-      AC_LINK_IFELSE([AC_LANG_PROGRAM([],[])],
-	[lt_cv_ld_exported_symbols_list=yes],
-	[lt_cv_ld_exported_symbols_list=no])
-	LDFLAGS=$save_LDFLAGS
-    ])
-
-    AC_CACHE_CHECK([for -force_load linker flag],[lt_cv_ld_force_load],
-      [lt_cv_ld_force_load=no
-      cat > conftest.c << _LT_EOF
-int forced_loaded() { return 2;}
-_LT_EOF
-      echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&AS_MESSAGE_LOG_FD
-      $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&AS_MESSAGE_LOG_FD
-      echo "$AR cru libconftest.a conftest.o" >&AS_MESSAGE_LOG_FD
-      $AR cru libconftest.a conftest.o 2>&AS_MESSAGE_LOG_FD
-      echo "$RANLIB libconftest.a" >&AS_MESSAGE_LOG_FD
-      $RANLIB libconftest.a 2>&AS_MESSAGE_LOG_FD
-      cat > conftest.c << _LT_EOF
-int main() { return 0;}
-_LT_EOF
-      echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&AS_MESSAGE_LOG_FD
-      $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
-      _lt_result=$?
-      if test -s conftest.err && $GREP force_load conftest.err; then
-	cat conftest.err >&AS_MESSAGE_LOG_FD
-      elif test -f conftest && test 0 = "$_lt_result" && $GREP forced_load conftest >/dev/null 2>&1; then
-	lt_cv_ld_force_load=yes
-      else
-	cat conftest.err >&AS_MESSAGE_LOG_FD
-      fi
-        rm -f conftest.err libconftest.a conftest conftest.c
-        rm -rf conftest.dSYM
-    ])
-    case $host_os in
-    rhapsody* | darwin1.[[012]])
-      _lt_dar_allow_undefined='$wl-undefined ${wl}suppress' ;;
-    darwin1.*)
-      _lt_dar_allow_undefined='$wl-flat_namespace $wl-undefined ${wl}suppress' ;;
-    darwin*) # darwin 5.x on
-      # if running on 10.5 or later, the deployment target defaults
-      # to the OS version, if on x86, and 10.4, the deployment
-      # target defaults to 10.4. Don't you love it?
-      case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
-	10.0,*86*-darwin8*|10.0,*-darwin[[91]]*)
-	  _lt_dar_allow_undefined='$wl-undefined ${wl}dynamic_lookup' ;;
-	10.[[012]][[,.]]*)
-	  _lt_dar_allow_undefined='$wl-flat_namespace $wl-undefined ${wl}suppress' ;;
-	10.*)
-	  _lt_dar_allow_undefined='$wl-undefined ${wl}dynamic_lookup' ;;
-      esac
-    ;;
-  esac
-    if test yes = "$lt_cv_apple_cc_single_mod"; then
-      _lt_dar_single_mod='$single_module'
-    fi
-    if test yes = "$lt_cv_ld_exported_symbols_list"; then
-      _lt_dar_export_syms=' $wl-exported_symbols_list,$output_objdir/$libname-symbols.expsym'
-    else
-      _lt_dar_export_syms='~$NMEDIT -s $output_objdir/$libname-symbols.expsym $lib'
-    fi
-    if test : != "$DSYMUTIL" && test no = "$lt_cv_ld_force_load"; then
-      _lt_dsymutil='~$DSYMUTIL $lib || :'
-    else
-      _lt_dsymutil=
-    fi
-    ;;
-  esac
-])
-
-
-# _LT_DARWIN_LINKER_FEATURES([TAG])
-# ---------------------------------
-# Checks for linker and compiler features on darwin
-m4_defun([_LT_DARWIN_LINKER_FEATURES],
-[
-  m4_require([_LT_REQUIRED_DARWIN_CHECKS])
-  _LT_TAGVAR(archive_cmds_need_lc, $1)=no
-  _LT_TAGVAR(hardcode_direct, $1)=no
-  _LT_TAGVAR(hardcode_automatic, $1)=yes
-  _LT_TAGVAR(hardcode_shlibpath_var, $1)=unsupported
-  if test yes = "$lt_cv_ld_force_load"; then
-    _LT_TAGVAR(whole_archive_flag_spec, $1)='`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience $wl-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`'
-    m4_case([$1], [F77], [_LT_TAGVAR(compiler_needs_object, $1)=yes],
-                  [FC],  [_LT_TAGVAR(compiler_needs_object, $1)=yes])
-  else
-    _LT_TAGVAR(whole_archive_flag_spec, $1)=''
-  fi
-  _LT_TAGVAR(link_all_deplibs, $1)=yes
-  _LT_TAGVAR(allow_undefined_flag, $1)=$_lt_dar_allow_undefined
-  case $cc_basename in
-     ifort*|nagfor*) _lt_dar_can_shared=yes ;;
-     *) _lt_dar_can_shared=$GCC ;;
-  esac
-  if test yes = "$_lt_dar_can_shared"; then
-    output_verbose_link_cmd=func_echo_all
-    _LT_TAGVAR(archive_cmds, $1)="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod$_lt_dsymutil"
-    _LT_TAGVAR(module_cmds, $1)="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags$_lt_dsymutil"
-    _LT_TAGVAR(archive_expsym_cmds, $1)="sed 's|^|_|' < \$export_symbols > \$output_objdir/\$libname-symbols.expsym~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod$_lt_dar_export_syms$_lt_dsymutil"
-    _LT_TAGVAR(module_expsym_cmds, $1)="sed -e 's|^|_|' < \$export_symbols > \$output_objdir/\$libname-symbols.expsym~\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags$_lt_dar_export_syms$_lt_dsymutil"
-    m4_if([$1], [CXX],
-[   if test yes != "$lt_cv_apple_cc_single_mod"; then
-      _LT_TAGVAR(archive_cmds, $1)="\$CC -r -keep_private_externs -nostdlib -o \$lib-master.o \$libobjs~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$lib-master.o \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring$_lt_dsymutil"
-      _LT_TAGVAR(archive_expsym_cmds, $1)="sed 's|^|_|' < \$export_symbols > \$output_objdir/\$libname-symbols.expsym~\$CC -r -keep_private_externs -nostdlib -o \$lib-master.o \$libobjs~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$lib-master.o \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring$_lt_dar_export_syms$_lt_dsymutil"
-    fi
-],[])
-  else
-  _LT_TAGVAR(ld_shlibs, $1)=no
-  fi
-])
-
-# _LT_SYS_MODULE_PATH_AIX([TAGNAME])
-# ----------------------------------
-# Links a minimal program and checks the executable
-# for the system default hardcoded library path. In most cases,
-# this is /usr/lib:/lib, but when the MPI compilers are used
-# the location of the communication and MPI libs are included too.
-# If we don't find anything, use the default library path according
-# to the aix ld manual.
-# Store the results from the different compilers for each TAGNAME.
-# Allow to override them for all tags through lt_cv_aix_libpath.
-m4_defun([_LT_SYS_MODULE_PATH_AIX],
-[m4_require([_LT_DECL_SED])dnl
-if test set = "${lt_cv_aix_libpath+set}"; then
-  aix_libpath=$lt_cv_aix_libpath
-else
-  AC_CACHE_VAL([_LT_TAGVAR([lt_cv_aix_libpath_], [$1])],
-  [AC_LINK_IFELSE([AC_LANG_PROGRAM],[
-  lt_aix_libpath_sed='[
-      /Import File Strings/,/^$/ {
-	  /^0/ {
-	      s/^0  *\([^ ]*\) *$/\1/
-	      p
-	  }
-      }]'
-  _LT_TAGVAR([lt_cv_aix_libpath_], [$1])=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
-  # Check for a 64-bit object if we didn't find anything.
-  if test -z "$_LT_TAGVAR([lt_cv_aix_libpath_], [$1])"; then
-    _LT_TAGVAR([lt_cv_aix_libpath_], [$1])=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
-  fi],[])
-  if test -z "$_LT_TAGVAR([lt_cv_aix_libpath_], [$1])"; then
-    _LT_TAGVAR([lt_cv_aix_libpath_], [$1])=/usr/lib:/lib
-  fi
-  ])
-  aix_libpath=$_LT_TAGVAR([lt_cv_aix_libpath_], [$1])
-fi
-])# _LT_SYS_MODULE_PATH_AIX
-
-
-# _LT_SHELL_INIT(ARG)
-# -------------------
-m4_define([_LT_SHELL_INIT],
-[m4_divert_text([M4SH-INIT], [$1
-])])# _LT_SHELL_INIT
-
-
-
-# _LT_PROG_ECHO_BACKSLASH
-# -----------------------
-# Find how we can fake an echo command that does not interpret backslash.
-# In particular, with Autoconf 2.60 or later we add some code to the start
-# of the generated configure script that will find a shell with a builtin
-# printf (that we can use as an echo command).
-m4_defun([_LT_PROG_ECHO_BACKSLASH],
-[ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
-ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
-ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
-
-AC_MSG_CHECKING([how to print strings])
-# Test print first, because it will be a builtin if present.
-if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \
-   test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
-  ECHO='print -r --'
-elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
-  ECHO='printf %s\n'
-else
-  # Use this function as a fallback that always works.
-  func_fallback_echo ()
-  {
-    eval 'cat <<_LTECHO_EOF
-$[]1
-_LTECHO_EOF'
-  }
-  ECHO='func_fallback_echo'
-fi
-
-# func_echo_all arg...
-# Invoke $ECHO with all args, space-separated.
-func_echo_all ()
-{
-    $ECHO "$*"
-}
-
-case $ECHO in
-  printf*) AC_MSG_RESULT([printf]) ;;
-  print*) AC_MSG_RESULT([print -r]) ;;
-  *) AC_MSG_RESULT([cat]) ;;
-esac
-
-m4_ifdef([_AS_DETECT_SUGGESTED],
-[_AS_DETECT_SUGGESTED([
-  test -n "${ZSH_VERSION+set}${BASH_VERSION+set}" || (
-    ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
-    ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
-    ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
-    PATH=/empty FPATH=/empty; export PATH FPATH
-    test "X`printf %s $ECHO`" = "X$ECHO" \
-      || test "X`print -r -- $ECHO`" = "X$ECHO" )])])
-
-_LT_DECL([], [SHELL], [1], [Shell to use when invoking shell scripts])
-_LT_DECL([], [ECHO], [1], [An echo program that protects backslashes])
-])# _LT_PROG_ECHO_BACKSLASH
-
-
-# _LT_WITH_SYSROOT
-# ----------------
-AC_DEFUN([_LT_WITH_SYSROOT],
-[AC_MSG_CHECKING([for sysroot])
-AC_ARG_WITH([sysroot],
-[AS_HELP_STRING([--with-sysroot@<:@=DIR@:>@],
-  [Search for dependent libraries within DIR (or the compiler's sysroot
-   if not specified).])],
-[], [with_sysroot=no])
-
-dnl lt_sysroot will always be passed unquoted.  We quote it here
-dnl in case the user passed a directory name.
-lt_sysroot=
-case $with_sysroot in #(
- yes)
-   if test yes = "$GCC"; then
-     lt_sysroot=`$CC --print-sysroot 2>/dev/null`
-   fi
-   ;; #(
- /*)
-   lt_sysroot=`echo "$with_sysroot" | sed -e "$sed_quote_subst"`
-   ;; #(
- no|'')
-   ;; #(
- *)
-   AC_MSG_RESULT([$with_sysroot])
-   AC_MSG_ERROR([The sysroot must be an absolute path.])
-   ;;
-esac
-
- AC_MSG_RESULT([${lt_sysroot:-no}])
-_LT_DECL([], [lt_sysroot], [0], [The root where to search for ]dnl
-[dependent libraries, and where our libraries should be installed.])])
-
-# _LT_ENABLE_LOCK
-# ---------------
-m4_defun([_LT_ENABLE_LOCK],
-[AC_ARG_ENABLE([libtool-lock],
-  [AS_HELP_STRING([--disable-libtool-lock],
-    [avoid locking (might break parallel builds)])])
-test no = "$enable_libtool_lock" || enable_libtool_lock=yes
-
-# Some flags need to be propagated to the compiler or linker for good
-# libtool support.
-case $host in
-ia64-*-hpux*)
-  # Find out what ABI is being produced by ac_compile, and set mode
-  # options accordingly.
-  echo 'int i;' > conftest.$ac_ext
-  if AC_TRY_EVAL(ac_compile); then
-    case `/usr/bin/file conftest.$ac_objext` in
-      *ELF-32*)
-	HPUX_IA64_MODE=32
-	;;
-      *ELF-64*)
-	HPUX_IA64_MODE=64
-	;;
-    esac
-  fi
-  rm -rf conftest*
-  ;;
-*-*-irix6*)
-  # Find out what ABI is being produced by ac_compile, and set linker
-  # options accordingly.
-  echo '[#]line '$LINENO' "configure"' > conftest.$ac_ext
-  if AC_TRY_EVAL(ac_compile); then
-    if test yes = "$lt_cv_prog_gnu_ld"; then
-      case `/usr/bin/file conftest.$ac_objext` in
-	*32-bit*)
-	  LD="${LD-ld} -melf32bsmip"
-	  ;;
-	*N32*)
-	  LD="${LD-ld} -melf32bmipn32"
-	  ;;
-	*64-bit*)
-	  LD="${LD-ld} -melf64bmip"
-	;;
-      esac
-    else
-      case `/usr/bin/file conftest.$ac_objext` in
-	*32-bit*)
-	  LD="${LD-ld} -32"
-	  ;;
-	*N32*)
-	  LD="${LD-ld} -n32"
-	  ;;
-	*64-bit*)
-	  LD="${LD-ld} -64"
-	  ;;
-      esac
-    fi
-  fi
-  rm -rf conftest*
-  ;;
-
-mips64*-*linux*)
-  # Find out what ABI is being produced by ac_compile, and set linker
-  # options accordingly.
-  echo '[#]line '$LINENO' "configure"' > conftest.$ac_ext
-  if AC_TRY_EVAL(ac_compile); then
-    emul=elf
-    case `/usr/bin/file conftest.$ac_objext` in
-      *32-bit*)
-	emul="${emul}32"
-	;;
-      *64-bit*)
-	emul="${emul}64"
-	;;
-    esac
-    case `/usr/bin/file conftest.$ac_objext` in
-      *MSB*)
-	emul="${emul}btsmip"
-	;;
-      *LSB*)
-	emul="${emul}ltsmip"
-	;;
-    esac
-    case `/usr/bin/file conftest.$ac_objext` in
-      *N32*)
-	emul="${emul}n32"
-	;;
-    esac
-    LD="${LD-ld} -m $emul"
-  fi
-  rm -rf conftest*
-  ;;
-
-x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \
-s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
-  # Find out what ABI is being produced by ac_compile, and set linker
-  # options accordingly.  Note that the listed cases only cover the
-  # situations where additional linker options are needed (such as when
-  # doing 32-bit compilation for a host where ld defaults to 64-bit, or
-  # vice versa); the common cases where no linker options are needed do
-  # not appear in the list.
-  echo 'int i;' > conftest.$ac_ext
-  if AC_TRY_EVAL(ac_compile); then
-    case `/usr/bin/file conftest.o` in
-      *32-bit*)
-	case $host in
-	  x86_64-*kfreebsd*-gnu)
-	    LD="${LD-ld} -m elf_i386_fbsd"
-	    ;;
-	  x86_64-*linux*)
-	    case `/usr/bin/file conftest.o` in
-	      *x86-64*)
-		LD="${LD-ld} -m elf32_x86_64"
-		;;
-	      *)
-		LD="${LD-ld} -m elf_i386"
-		;;
-	    esac
-	    ;;
-	  powerpc64le-*linux*)
-	    LD="${LD-ld} -m elf32lppclinux"
-	    ;;
-	  powerpc64-*linux*)
-	    LD="${LD-ld} -m elf32ppclinux"
-	    ;;
-	  s390x-*linux*)
-	    LD="${LD-ld} -m elf_s390"
-	    ;;
-	  sparc64-*linux*)
-	    LD="${LD-ld} -m elf32_sparc"
-	    ;;
-	esac
-	;;
-      *64-bit*)
-	case $host in
-	  x86_64-*kfreebsd*-gnu)
-	    LD="${LD-ld} -m elf_x86_64_fbsd"
-	    ;;
-	  x86_64-*linux*)
-	    LD="${LD-ld} -m elf_x86_64"
-	    ;;
-	  powerpcle-*linux*)
-	    LD="${LD-ld} -m elf64lppc"
-	    ;;
-	  powerpc-*linux*)
-	    LD="${LD-ld} -m elf64ppc"
-	    ;;
-	  s390*-*linux*|s390*-*tpf*)
-	    LD="${LD-ld} -m elf64_s390"
-	    ;;
-	  sparc*-*linux*)
-	    LD="${LD-ld} -m elf64_sparc"
-	    ;;
-	esac
-	;;
-    esac
-  fi
-  rm -rf conftest*
-  ;;
-
-*-*-sco3.2v5*)
-  # On SCO OpenServer 5, we need -belf to get full-featured binaries.
-  SAVE_CFLAGS=$CFLAGS
-  CFLAGS="$CFLAGS -belf"
-  AC_CACHE_CHECK([whether the C compiler needs -belf], lt_cv_cc_needs_belf,
-    [AC_LANG_PUSH(C)
-     AC_LINK_IFELSE([AC_LANG_PROGRAM([[]],[[]])],[lt_cv_cc_needs_belf=yes],[lt_cv_cc_needs_belf=no])
-     AC_LANG_POP])
-  if test yes != "$lt_cv_cc_needs_belf"; then
-    # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
-    CFLAGS=$SAVE_CFLAGS
-  fi
-  ;;
-*-*solaris*)
-  # Find out what ABI is being produced by ac_compile, and set linker
-  # options accordingly.
-  echo 'int i;' > conftest.$ac_ext
-  if AC_TRY_EVAL(ac_compile); then
-    case `/usr/bin/file conftest.o` in
-    *64-bit*)
-      case $lt_cv_prog_gnu_ld in
-      yes*)
-        case $host in
-        i?86-*-solaris*|x86_64-*-solaris*)
-          LD="${LD-ld} -m elf_x86_64"
-          ;;
-        sparc*-*-solaris*)
-          LD="${LD-ld} -m elf64_sparc"
-          ;;
-        esac
-        # GNU ld 2.21 introduced _sol2 emulations.  Use them if available.
-        if ${LD-ld} -V | grep _sol2 >/dev/null 2>&1; then
-          LD=${LD-ld}_sol2
-        fi
-        ;;
-      *)
-	if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
-	  LD="${LD-ld} -64"
-	fi
-	;;
-      esac
-      ;;
-    esac
-  fi
-  rm -rf conftest*
-  ;;
-esac
-
-need_locks=$enable_libtool_lock
-])# _LT_ENABLE_LOCK
-
-
-# _LT_PROG_AR
-# -----------
-m4_defun([_LT_PROG_AR],
-[AC_CHECK_TOOLS(AR, [ar], false)
-: ${AR=ar}
-: ${AR_FLAGS=cru}
-_LT_DECL([], [AR], [1], [The archiver])
-_LT_DECL([], [AR_FLAGS], [1], [Flags to create an archive])
-
-AC_CACHE_CHECK([for archiver @FILE support], [lt_cv_ar_at_file],
-  [lt_cv_ar_at_file=no
-   AC_COMPILE_IFELSE([AC_LANG_PROGRAM],
-     [echo conftest.$ac_objext > conftest.lst
-      lt_ar_try='$AR $AR_FLAGS libconftest.a @conftest.lst >&AS_MESSAGE_LOG_FD'
-      AC_TRY_EVAL([lt_ar_try])
-      if test 0 -eq "$ac_status"; then
-	# Ensure the archiver fails upon bogus file names.
-	rm -f conftest.$ac_objext libconftest.a
-	AC_TRY_EVAL([lt_ar_try])
-	if test 0 -ne "$ac_status"; then
-          lt_cv_ar_at_file=@
-        fi
-      fi
-      rm -f conftest.* libconftest.a
-     ])
-  ])
-
-if test no = "$lt_cv_ar_at_file"; then
-  archiver_list_spec=
-else
-  archiver_list_spec=$lt_cv_ar_at_file
-fi
-_LT_DECL([], [archiver_list_spec], [1],
-  [How to feed a file listing to the archiver])
-])# _LT_PROG_AR
-
-
-# _LT_CMD_OLD_ARCHIVE
-# -------------------
-m4_defun([_LT_CMD_OLD_ARCHIVE],
-[_LT_PROG_AR
-
-AC_CHECK_TOOL(STRIP, strip, :)
-test -z "$STRIP" && STRIP=:
-_LT_DECL([], [STRIP], [1], [A symbol stripping program])
-
-AC_CHECK_TOOL(RANLIB, ranlib, :)
-test -z "$RANLIB" && RANLIB=:
-_LT_DECL([], [RANLIB], [1],
-    [Commands used to install an old-style archive])
-
-# Determine commands to create old-style static archives.
-old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
-old_postinstall_cmds='chmod 644 $oldlib'
-old_postuninstall_cmds=
-
-if test -n "$RANLIB"; then
-  case $host_os in
-  bitrig* | openbsd*)
-    old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$tool_oldlib"
-    ;;
-  *)
-    old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$tool_oldlib"
-    ;;
-  esac
-  old_archive_cmds="$old_archive_cmds~\$RANLIB \$tool_oldlib"
-fi
-
-case $host_os in
-  darwin*)
-    lock_old_archive_extraction=yes ;;
-  *)
-    lock_old_archive_extraction=no ;;
-esac
-_LT_DECL([], [old_postinstall_cmds], [2])
-_LT_DECL([], [old_postuninstall_cmds], [2])
-_LT_TAGDECL([], [old_archive_cmds], [2],
-    [Commands used to build an old-style archive])
-_LT_DECL([], [lock_old_archive_extraction], [0],
-    [Whether to use a lock for old archive extraction])
-])# _LT_CMD_OLD_ARCHIVE
-
-
-# _LT_COMPILER_OPTION(MESSAGE, VARIABLE-NAME, FLAGS,
-#		[OUTPUT-FILE], [ACTION-SUCCESS], [ACTION-FAILURE])
-# ----------------------------------------------------------------
-# Check whether the given compiler option works
-AC_DEFUN([_LT_COMPILER_OPTION],
-[m4_require([_LT_FILEUTILS_DEFAULTS])dnl
-m4_require([_LT_DECL_SED])dnl
-AC_CACHE_CHECK([$1], [$2],
-  [$2=no
-   m4_if([$4], , [ac_outfile=conftest.$ac_objext], [ac_outfile=$4])
-   echo "$lt_simple_compile_test_code" > conftest.$ac_ext
-   lt_compiler_flag="$3"  ## exclude from sc_useless_quotes_in_assignment
-   # Insert the option either (1) after the last *FLAGS variable, or
-   # (2) before a word containing "conftest.", or (3) at the end.
-   # Note that $ac_compile itself does not contain backslashes and begins
-   # with a dollar sign (not a hyphen), so the echo should work correctly.
-   # The option is referenced via a variable to avoid confusing sed.
-   lt_compile=`echo "$ac_compile" | $SED \
-   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
-   -e 's: [[^ ]]*conftest\.: $lt_compiler_flag&:; t' \
-   -e 's:$: $lt_compiler_flag:'`
-   (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&AS_MESSAGE_LOG_FD)
-   (eval "$lt_compile" 2>conftest.err)
-   ac_status=$?
-   cat conftest.err >&AS_MESSAGE_LOG_FD
-   echo "$as_me:$LINENO: \$? = $ac_status" >&AS_MESSAGE_LOG_FD
-   if (exit $ac_status) && test -s "$ac_outfile"; then
-     # The compiler can only warn and ignore the option if not recognized
-     # So say no if there are warnings other than the usual output.
-     $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
-     $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
-     if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
-       $2=yes
-     fi
-   fi
-   $RM conftest*
-])
-
-if test yes = "[$]$2"; then
-    m4_if([$5], , :, [$5])
-else
-    m4_if([$6], , :, [$6])
-fi
-])# _LT_COMPILER_OPTION
-
-# Old name:
-AU_ALIAS([AC_LIBTOOL_COMPILER_OPTION], [_LT_COMPILER_OPTION])
-dnl aclocal-1.4 backwards compatibility:
-dnl AC_DEFUN([AC_LIBTOOL_COMPILER_OPTION], [])
-
-
-# _LT_LINKER_OPTION(MESSAGE, VARIABLE-NAME, FLAGS,
-#                  [ACTION-SUCCESS], [ACTION-FAILURE])
-# ----------------------------------------------------
-# Check whether the given linker option works
-AC_DEFUN([_LT_LINKER_OPTION],
-[m4_require([_LT_FILEUTILS_DEFAULTS])dnl
-m4_require([_LT_DECL_SED])dnl
-AC_CACHE_CHECK([$1], [$2],
-  [$2=no
-   save_LDFLAGS=$LDFLAGS
-   LDFLAGS="$LDFLAGS $3"
-   echo "$lt_simple_link_test_code" > conftest.$ac_ext
-   if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
-     # The linker can only warn and ignore the option if not recognized
-     # So say no if there are warnings
-     if test -s conftest.err; then
-       # Append any errors to the config.log.
-       cat conftest.err 1>&AS_MESSAGE_LOG_FD
-       $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
-       $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
-       if diff conftest.exp conftest.er2 >/dev/null; then
-         $2=yes
-       fi
-     else
-       $2=yes
-     fi
-   fi
-   $RM -r conftest*
-   LDFLAGS=$save_LDFLAGS
-])
-
-if test yes = "[$]$2"; then
-    m4_if([$4], , :, [$4])
-else
-    m4_if([$5], , :, [$5])
-fi
-])# _LT_LINKER_OPTION
-
-# Old name:
-AU_ALIAS([AC_LIBTOOL_LINKER_OPTION], [_LT_LINKER_OPTION])
-dnl aclocal-1.4 backwards compatibility:
-dnl AC_DEFUN([AC_LIBTOOL_LINKER_OPTION], [])
-
-
-# LT_CMD_MAX_LEN
-#---------------
-AC_DEFUN([LT_CMD_MAX_LEN],
-[AC_REQUIRE([AC_CANONICAL_HOST])dnl
-# find the maximum length of command line arguments
-AC_MSG_CHECKING([the maximum length of command line arguments])
-AC_CACHE_VAL([lt_cv_sys_max_cmd_len], [dnl
-  i=0
-  teststring=ABCD
-
-  case $build_os in
-  msdosdjgpp*)
-    # On DJGPP, this test can blow up pretty badly due to problems in libc
-    # (any single argument exceeding 2000 bytes causes a buffer overrun
-    # during glob expansion).  Even if it were fixed, the result of this
-    # check would be larger than it should be.
-    lt_cv_sys_max_cmd_len=12288;    # 12K is about right
-    ;;
-
-  gnu*)
-    # Under GNU Hurd, this test is not required because there is
-    # no limit to the length of command line arguments.
-    # Libtool will interpret -1 as no limit whatsoever
-    lt_cv_sys_max_cmd_len=-1;
-    ;;
-
-  cygwin* | mingw* | cegcc*)
-    # On Win9x/ME, this test blows up -- it succeeds, but takes
-    # about 5 minutes as the teststring grows exponentially.
-    # Worse, since 9x/ME are not pre-emptively multitasking,
-    # you end up with a "frozen" computer, even though with patience
-    # the test eventually succeeds (with a max line length of 256k).
-    # Instead, let's just punt: use the minimum linelength reported by
-    # all of the supported platforms: 8192 (on NT/2K/XP).
-    lt_cv_sys_max_cmd_len=8192;
-    ;;
-
-  mint*)
-    # On MiNT this can take a long time and run out of memory.
-    lt_cv_sys_max_cmd_len=8192;
-    ;;
-
-  amigaos*)
-    # On AmigaOS with pdksh, this test takes hours, literally.
-    # So we just punt and use a minimum line length of 8192.
-    lt_cv_sys_max_cmd_len=8192;
-    ;;
-
-  bitrig* | darwin* | dragonfly* | freebsd* | netbsd* | openbsd*)
-    # This has been around since 386BSD, at least.  Likely further.
-    if test -x /sbin/sysctl; then
-      lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
-    elif test -x /usr/sbin/sysctl; then
-      lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
-    else
-      lt_cv_sys_max_cmd_len=65536	# usable default for all BSDs
-    fi
-    # And add a safety zone
-    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
-    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
-    ;;
-
-  interix*)
-    # We know the value 262144 and hardcode it with a safety zone (like BSD)
-    lt_cv_sys_max_cmd_len=196608
-    ;;
-
-  os2*)
-    # The test takes a long time on OS/2.
-    lt_cv_sys_max_cmd_len=8192
-    ;;
-
-  osf*)
-    # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
-    # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
-    # nice to cause kernel panics so lets avoid the loop below.
-    # First set a reasonable default.
-    lt_cv_sys_max_cmd_len=16384
-    #
-    if test -x /sbin/sysconfig; then
-      case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
-        *1*) lt_cv_sys_max_cmd_len=-1 ;;
-      esac
-    fi
-    ;;
-  sco3.2v5*)
-    lt_cv_sys_max_cmd_len=102400
-    ;;
-  sysv5* | sco5v6* | sysv4.2uw2*)
-    kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
-    if test -n "$kargmax"; then
-      lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[[	 ]]//'`
-    else
-      lt_cv_sys_max_cmd_len=32768
-    fi
-    ;;
-  *)
-    lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
-    if test -n "$lt_cv_sys_max_cmd_len" && \
-       test undefined != "$lt_cv_sys_max_cmd_len"; then
-      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
-      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
-    else
-      # Make teststring a little bigger before we do anything with it.
-      # a 1K string should be a reasonable start.
-      for i in 1 2 3 4 5 6 7 8; do
-        teststring=$teststring$teststring
-      done
-      SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
-      # If test is not a shell built-in, we'll probably end up computing a
-      # maximum length that is only half of the actual maximum length, but
-      # we can't tell.
-      while { test X`env echo "$teststring$teststring" 2>/dev/null` \
-	         = "X$teststring$teststring"; } >/dev/null 2>&1 &&
-	      test 17 != "$i" # 1/2 MB should be enough
-      do
-        i=`expr $i + 1`
-        teststring=$teststring$teststring
-      done
-      # Only check the string length outside the loop.
-      lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
-      teststring=
-      # Add a significant safety factor because C++ compilers can tack on
-      # massive amounts of additional arguments before passing them to the
-      # linker.  It appears as though 1/2 is a usable value.
-      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
-    fi
-    ;;
-  esac
-])
-if test -n "$lt_cv_sys_max_cmd_len"; then
-  AC_MSG_RESULT($lt_cv_sys_max_cmd_len)
-else
-  AC_MSG_RESULT(none)
-fi
-max_cmd_len=$lt_cv_sys_max_cmd_len
-_LT_DECL([], [max_cmd_len], [0],
-    [What is the maximum length of a command?])
-])# LT_CMD_MAX_LEN
-
-# Old name:
-AU_ALIAS([AC_LIBTOOL_SYS_MAX_CMD_LEN], [LT_CMD_MAX_LEN])
-dnl aclocal-1.4 backwards compatibility:
-dnl AC_DEFUN([AC_LIBTOOL_SYS_MAX_CMD_LEN], [])
-
-
-# _LT_HEADER_DLFCN
-# ----------------
-m4_defun([_LT_HEADER_DLFCN],
-[AC_CHECK_HEADERS([dlfcn.h], [], [], [AC_INCLUDES_DEFAULT])dnl
-])# _LT_HEADER_DLFCN
-
-
-# _LT_TRY_DLOPEN_SELF (ACTION-IF-TRUE, ACTION-IF-TRUE-W-USCORE,
-#                      ACTION-IF-FALSE, ACTION-IF-CROSS-COMPILING)
-# ----------------------------------------------------------------
-m4_defun([_LT_TRY_DLOPEN_SELF],
-[m4_require([_LT_HEADER_DLFCN])dnl
-if test yes = "$cross_compiling"; then :
-  [$4]
-else
-  lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
-  lt_status=$lt_dlunknown
-  cat > conftest.$ac_ext <<_LT_EOF
-[#line $LINENO "configure"
-#include "confdefs.h"
-
-#if HAVE_DLFCN_H
-#include <dlfcn.h>
-#endif
-
-#include <stdio.h>
-
-#ifdef RTLD_GLOBAL
-#  define LT_DLGLOBAL		RTLD_GLOBAL
-#else
-#  ifdef DL_GLOBAL
-#    define LT_DLGLOBAL		DL_GLOBAL
-#  else
-#    define LT_DLGLOBAL		0
-#  endif
-#endif
-
-/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
-   find out it does not work in some platform. */
-#ifndef LT_DLLAZY_OR_NOW
-#  ifdef RTLD_LAZY
-#    define LT_DLLAZY_OR_NOW		RTLD_LAZY
-#  else
-#    ifdef DL_LAZY
-#      define LT_DLLAZY_OR_NOW		DL_LAZY
-#    else
-#      ifdef RTLD_NOW
-#        define LT_DLLAZY_OR_NOW	RTLD_NOW
-#      else
-#        ifdef DL_NOW
-#          define LT_DLLAZY_OR_NOW	DL_NOW
-#        else
-#          define LT_DLLAZY_OR_NOW	0
-#        endif
-#      endif
-#    endif
-#  endif
-#endif
-
-/* When -fvisibility=hidden is used, assume the code has been annotated
-   correspondingly for the symbols needed.  */
-#if defined __GNUC__ && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
-int fnord () __attribute__((visibility("default")));
-#endif
-
-int fnord () { return 42; }
-int main ()
-{
-  void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
-  int status = $lt_dlunknown;
-
-  if (self)
-    {
-      if (dlsym (self,"fnord"))       status = $lt_dlno_uscore;
-      else
-        {
-	  if (dlsym( self,"_fnord"))  status = $lt_dlneed_uscore;
-          else puts (dlerror ());
-	}
-      /* dlclose (self); */
-    }
-  else
-    puts (dlerror ());
-
-  return status;
-}]
-_LT_EOF
-  if AC_TRY_EVAL(ac_link) && test -s "conftest$ac_exeext" 2>/dev/null; then
-    (./conftest; exit; ) >&AS_MESSAGE_LOG_FD 2>/dev/null
-    lt_status=$?
-    case x$lt_status in
-      x$lt_dlno_uscore) $1 ;;
-      x$lt_dlneed_uscore) $2 ;;
-      x$lt_dlunknown|x*) $3 ;;
-    esac
-  else :
-    # compilation failed
-    $3
-  fi
-fi
-rm -fr conftest*
-])# _LT_TRY_DLOPEN_SELF
-
-
-# LT_SYS_DLOPEN_SELF
-# ------------------
-AC_DEFUN([LT_SYS_DLOPEN_SELF],
-[m4_require([_LT_HEADER_DLFCN])dnl
-if test yes != "$enable_dlopen"; then
-  enable_dlopen=unknown
-  enable_dlopen_self=unknown
-  enable_dlopen_self_static=unknown
-else
-  lt_cv_dlopen=no
-  lt_cv_dlopen_libs=
-
-  case $host_os in
-  beos*)
-    lt_cv_dlopen=load_add_on
-    lt_cv_dlopen_libs=
-    lt_cv_dlopen_self=yes
-    ;;
-
-  mingw* | pw32* | cegcc*)
-    lt_cv_dlopen=LoadLibrary
-    lt_cv_dlopen_libs=
-    ;;
-
-  cygwin*)
-    lt_cv_dlopen=dlopen
-    lt_cv_dlopen_libs=
-    ;;
-
-  darwin*)
-    # if libdl is installed we need to link against it
-    AC_CHECK_LIB([dl], [dlopen],
-		[lt_cv_dlopen=dlopen lt_cv_dlopen_libs=-ldl],[
-    lt_cv_dlopen=dyld
-    lt_cv_dlopen_libs=
-    lt_cv_dlopen_self=yes
-    ])
-    ;;
-
-  tpf*)
-    # Don't try to run any link tests for TPF.  We know it's impossible
-    # because TPF is a cross-compiler, and we know how we open DSOs.
-    lt_cv_dlopen=dlopen
-    lt_cv_dlopen_libs=
-    lt_cv_dlopen_self=no
-    ;;
-
-  *)
-    AC_CHECK_FUNC([shl_load],
-	  [lt_cv_dlopen=shl_load],
-      [AC_CHECK_LIB([dld], [shl_load],
-	    [lt_cv_dlopen=shl_load lt_cv_dlopen_libs=-ldld],
-	[AC_CHECK_FUNC([dlopen],
-	      [lt_cv_dlopen=dlopen],
-	  [AC_CHECK_LIB([dl], [dlopen],
-		[lt_cv_dlopen=dlopen lt_cv_dlopen_libs=-ldl],
-	    [AC_CHECK_LIB([svld], [dlopen],
-		  [lt_cv_dlopen=dlopen lt_cv_dlopen_libs=-lsvld],
-	      [AC_CHECK_LIB([dld], [dld_link],
-		    [lt_cv_dlopen=dld_link lt_cv_dlopen_libs=-ldld])
-	      ])
-	    ])
-	  ])
-	])
-      ])
-    ;;
-  esac
-
-  if test no = "$lt_cv_dlopen"; then
-    enable_dlopen=no
-  else
-    enable_dlopen=yes
-  fi
-
-  case $lt_cv_dlopen in
-  dlopen)
-    save_CPPFLAGS=$CPPFLAGS
-    test yes = "$ac_cv_header_dlfcn_h" && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
-
-    save_LDFLAGS=$LDFLAGS
-    wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
-
-    save_LIBS=$LIBS
-    LIBS="$lt_cv_dlopen_libs $LIBS"
-
-    AC_CACHE_CHECK([whether a program can dlopen itself],
-	  lt_cv_dlopen_self, [dnl
-	  _LT_TRY_DLOPEN_SELF(
-	    lt_cv_dlopen_self=yes, lt_cv_dlopen_self=yes,
-	    lt_cv_dlopen_self=no, lt_cv_dlopen_self=cross)
-    ])
-
-    if test yes = "$lt_cv_dlopen_self"; then
-      wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
-      AC_CACHE_CHECK([whether a statically linked program can dlopen itself],
-	  lt_cv_dlopen_self_static, [dnl
-	  _LT_TRY_DLOPEN_SELF(
-	    lt_cv_dlopen_self_static=yes, lt_cv_dlopen_self_static=yes,
-	    lt_cv_dlopen_self_static=no,  lt_cv_dlopen_self_static=cross)
-      ])
-    fi
-
-    CPPFLAGS=$save_CPPFLAGS
-    LDFLAGS=$save_LDFLAGS
-    LIBS=$save_LIBS
-    ;;
-  esac
-
-  case $lt_cv_dlopen_self in
-  yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
-  *) enable_dlopen_self=unknown ;;
-  esac
-
-  case $lt_cv_dlopen_self_static in
-  yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
-  *) enable_dlopen_self_static=unknown ;;
-  esac
-fi
-_LT_DECL([dlopen_support], [enable_dlopen], [0],
-	 [Whether dlopen is supported])
-_LT_DECL([dlopen_self], [enable_dlopen_self], [0],
-	 [Whether dlopen of programs is supported])
-_LT_DECL([dlopen_self_static], [enable_dlopen_self_static], [0],
-	 [Whether dlopen of statically linked programs is supported])
-])# LT_SYS_DLOPEN_SELF
-
-# Old name:
-AU_ALIAS([AC_LIBTOOL_DLOPEN_SELF], [LT_SYS_DLOPEN_SELF])
-dnl aclocal-1.4 backwards compatibility:
-dnl AC_DEFUN([AC_LIBTOOL_DLOPEN_SELF], [])
-
-
-# _LT_COMPILER_C_O([TAGNAME])
-# ---------------------------
-# Check to see if options -c and -o are simultaneously supported by compiler.
-# This macro does not hard code the compiler like AC_PROG_CC_C_O.
-m4_defun([_LT_COMPILER_C_O],
-[m4_require([_LT_DECL_SED])dnl
-m4_require([_LT_FILEUTILS_DEFAULTS])dnl
-m4_require([_LT_TAG_COMPILER])dnl
-AC_CACHE_CHECK([if $compiler supports -c -o file.$ac_objext],
-  [_LT_TAGVAR(lt_cv_prog_compiler_c_o, $1)],
-  [_LT_TAGVAR(lt_cv_prog_compiler_c_o, $1)=no
-   $RM -r conftest 2>/dev/null
-   mkdir conftest
-   cd conftest
-   mkdir out
-   echo "$lt_simple_compile_test_code" > conftest.$ac_ext
-
-   lt_compiler_flag="-o out/conftest2.$ac_objext"
-   # Insert the option either (1) after the last *FLAGS variable, or
-   # (2) before a word containing "conftest.", or (3) at the end.
-   # Note that $ac_compile itself does not contain backslashes and begins
-   # with a dollar sign (not a hyphen), so the echo should work correctly.
-   lt_compile=`echo "$ac_compile" | $SED \
-   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
-   -e 's: [[^ ]]*conftest\.: $lt_compiler_flag&:; t' \
-   -e 's:$: $lt_compiler_flag:'`
-   (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&AS_MESSAGE_LOG_FD)
-   (eval "$lt_compile" 2>out/conftest.err)
-   ac_status=$?
-   cat out/conftest.err >&AS_MESSAGE_LOG_FD
-   echo "$as_me:$LINENO: \$? = $ac_status" >&AS_MESSAGE_LOG_FD
-   if (exit $ac_status) && test -s out/conftest2.$ac_objext
-   then
-     # The compiler can only warn and ignore the option if not recognized
-     # So say no if there are warnings
-     $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
-     $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
-     if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
-       _LT_TAGVAR(lt_cv_prog_compiler_c_o, $1)=yes
-     fi
-   fi
-   chmod u+w . 2>&AS_MESSAGE_LOG_FD
-   $RM conftest*
-   # SGI C++ compiler will create directory out/ii_files/ for
-   # template instantiation
-   test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
-   $RM out/* && rmdir out
-   cd ..
-   $RM -r conftest
-   $RM conftest*
-])
-_LT_TAGDECL([compiler_c_o], [lt_cv_prog_compiler_c_o], [1],
-	[Does compiler simultaneously support -c and -o options?])
-])# _LT_COMPILER_C_O
-
-
-# _LT_COMPILER_FILE_LOCKS([TAGNAME])
-# ----------------------------------
-# Check to see if we can do hard links to lock some files if needed
-m4_defun([_LT_COMPILER_FILE_LOCKS],
-[m4_require([_LT_ENABLE_LOCK])dnl
-m4_require([_LT_FILEUTILS_DEFAULTS])dnl
-_LT_COMPILER_C_O([$1])
-
-hard_links=nottested
-if test no = "$_LT_TAGVAR(lt_cv_prog_compiler_c_o, $1)" && test no != "$need_locks"; then
-  # do not overwrite the value of need_locks provided by the user
-  AC_MSG_CHECKING([if we can lock with hard links])
-  hard_links=yes
-  $RM conftest*
-  ln conftest.a conftest.b 2>/dev/null && hard_links=no
-  touch conftest.a
-  ln conftest.a conftest.b 2>&5 || hard_links=no
-  ln conftest.a conftest.b 2>/dev/null && hard_links=no
-  AC_MSG_RESULT([$hard_links])
-  if test no = "$hard_links"; then
-    AC_MSG_WARN(['$CC' does not support '-c -o', so 'make -j' may be unsafe])
-    need_locks=warn
-  fi
-else
-  need_locks=no
-fi
-_LT_DECL([], [need_locks], [1], [Must we lock files when doing compilation?])
-])# _LT_COMPILER_FILE_LOCKS
-
-
-# _LT_CHECK_OBJDIR
-# ----------------
-m4_defun([_LT_CHECK_OBJDIR],
-[AC_CACHE_CHECK([for objdir], [lt_cv_objdir],
-[rm -f .libs 2>/dev/null
-mkdir .libs 2>/dev/null
-if test -d .libs; then
-  lt_cv_objdir=.libs
-else
-  # MS-DOS does not allow filenames that begin with a dot.
-  lt_cv_objdir=_libs
-fi
-rmdir .libs 2>/dev/null])
-objdir=$lt_cv_objdir
-_LT_DECL([], [objdir], [0],
-         [The name of the directory that contains temporary libtool files])dnl
-m4_pattern_allow([LT_OBJDIR])dnl
-AC_DEFINE_UNQUOTED([LT_OBJDIR], "$lt_cv_objdir/",
-  [Define to the sub-directory where libtool stores uninstalled libraries.])
-])# _LT_CHECK_OBJDIR
-
-
-# _LT_LINKER_HARDCODE_LIBPATH([TAGNAME])
-# --------------------------------------
-# Check hardcoding attributes.
-m4_defun([_LT_LINKER_HARDCODE_LIBPATH],
-[AC_MSG_CHECKING([how to hardcode library paths into programs])
-_LT_TAGVAR(hardcode_action, $1)=
-if test -n "$_LT_TAGVAR(hardcode_libdir_flag_spec, $1)" ||
-   test -n "$_LT_TAGVAR(runpath_var, $1)" ||
-   test yes = "$_LT_TAGVAR(hardcode_automatic, $1)"; then
-
-  # We can hardcode non-existent directories.
-  if test no != "$_LT_TAGVAR(hardcode_direct, $1)" &&
-     # If the only mechanism to avoid hardcoding is shlibpath_var, we
-     # have to relink, otherwise we might link with an installed library
-     # when we should be linking with a yet-to-be-installed one
-     ## test no != "$_LT_TAGVAR(hardcode_shlibpath_var, $1)" &&
-     test no != "$_LT_TAGVAR(hardcode_minus_L, $1)"; then
-    # Linking always hardcodes the temporary library directory.
-    _LT_TAGVAR(hardcode_action, $1)=relink
-  else
-    # We can link without hardcoding, and we can hardcode nonexisting dirs.
-    _LT_TAGVAR(hardcode_action, $1)=immediate
-  fi
-else
-  # We cannot hardcode anything, or else we can only hardcode existing
-  # directories.
-  _LT_TAGVAR(hardcode_action, $1)=unsupported
-fi
-AC_MSG_RESULT([$_LT_TAGVAR(hardcode_action, $1)])
-
-if test relink = "$_LT_TAGVAR(hardcode_action, $1)" ||
-   test yes = "$_LT_TAGVAR(inherit_rpath, $1)"; then
-  # Fast installation is not supported
-  enable_fast_install=no
-elif test yes = "$shlibpath_overrides_runpath" ||
-     test no = "$enable_shared"; then
-  # Fast installation is not necessary
-  enable_fast_install=needless
-fi
-_LT_TAGDECL([], [hardcode_action], [0],
-    [How to hardcode a shared library path into an executable])
-])# _LT_LINKER_HARDCODE_LIBPATH
-
-
-# _LT_CMD_STRIPLIB
-# ----------------
-m4_defun([_LT_CMD_STRIPLIB],
-[m4_require([_LT_DECL_EGREP])
-striplib=
-old_striplib=
-AC_MSG_CHECKING([whether stripping libraries is possible])
-if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
-  test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
-  test -z "$striplib" && striplib="$STRIP --strip-unneeded"
-  AC_MSG_RESULT([yes])
-else
-# FIXME - insert some real tests, host_os isn't really good enough
-  case $host_os in
-  darwin*)
-    if test -n "$STRIP"; then
-      striplib="$STRIP -x"
-      old_striplib="$STRIP -S"
-      AC_MSG_RESULT([yes])
-    else
-      AC_MSG_RESULT([no])
-    fi
-    ;;
-  *)
-    AC_MSG_RESULT([no])
-    ;;
-  esac
-fi
-_LT_DECL([], [old_striplib], [1], [Commands to strip libraries])
-_LT_DECL([], [striplib], [1])
-])# _LT_CMD_STRIPLIB
-
-
-# _LT_PREPARE_MUNGE_PATH_LIST
-# ---------------------------
-# Make sure func_munge_path_list() is defined correctly.
-m4_defun([_LT_PREPARE_MUNGE_PATH_LIST],
-[[# func_munge_path_list VARIABLE PATH
-# -----------------------------------
-# VARIABLE is name of variable containing _space_ separated list of
-# directories to be munged by the contents of PATH, which is string
-# having a format:
-# "DIR[:DIR]:"
-#       string "DIR[ DIR]" will be prepended to VARIABLE
-# ":DIR[:DIR]"
-#       string "DIR[ DIR]" will be appended to VARIABLE
-# "DIRP[:DIRP]::[DIRA:]DIRA"
-#       string "DIRP[ DIRP]" will be prepended to VARIABLE and string
-#       "DIRA[ DIRA]" will be appended to VARIABLE
-# "DIR[:DIR]"
-#       VARIABLE will be replaced by "DIR[ DIR]"
-func_munge_path_list ()
-{
-    case x at S|@2 in
-    x)
-        ;;
-    *:)
-        eval @S|@1=\"`$ECHO @S|@2 | $SED 's/:/ /g'` \@S|@@S|@1\"
-        ;;
-    x:*)
-        eval @S|@1=\"\@S|@@S|@1 `$ECHO @S|@2 | $SED 's/:/ /g'`\"
-        ;;
-    *::*)
-        eval @S|@1=\"\@S|@@S|@1\ `$ECHO @S|@2 | $SED -e 's/.*:://' -e 's/:/ /g'`\"
-        eval @S|@1=\"`$ECHO @S|@2 | $SED -e 's/::.*//' -e 's/:/ /g'`\ \@S|@@S|@1\"
-        ;;
-    *)
-        eval @S|@1=\"`$ECHO @S|@2 | $SED 's/:/ /g'`\"
-        ;;
-    esac
-}
-]])# _LT_PREPARE_PATH_LIST
-
-
-# _LT_SYS_DYNAMIC_LINKER([TAG])
-# -----------------------------
-# PORTME Fill in your ld.so characteristics
-m4_defun([_LT_SYS_DYNAMIC_LINKER],
-[AC_REQUIRE([AC_CANONICAL_HOST])dnl
-m4_require([_LT_DECL_EGREP])dnl
-m4_require([_LT_FILEUTILS_DEFAULTS])dnl
-m4_require([_LT_DECL_OBJDUMP])dnl
-m4_require([_LT_DECL_SED])dnl
-m4_require([_LT_CHECK_SHELL_FEATURES])dnl
-m4_require([_LT_PREPARE_MUNGE_PATH_LIST])dnl
-AC_MSG_CHECKING([dynamic linker characteristics])
-m4_if([$1],
-	[], [
-if test yes = "$GCC"; then
-  case $host_os in
-    darwin*) lt_awk_arg='/^libraries:/,/LR/' ;;
-    *) lt_awk_arg='/^libraries:/' ;;
-  esac
-  case $host_os in
-    mingw* | cegcc*) lt_sed_strip_eq='s|=\([[A-Za-z]]:\)|\1|g' ;;
-    *) lt_sed_strip_eq='s|=/|/|g' ;;
-  esac
-  lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
-  case $lt_search_path_spec in
-  *\;*)
-    # if the path contains ";" then we assume it to be the separator
-    # otherwise default to the standard path separator (i.e. ":") - it is
-    # assumed that no part of a normal pathname contains ";" but that should
-    # okay in the real world where ";" in dirpaths is itself problematic.
-    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
-    ;;
-  *)
-    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
-    ;;
-  esac
-  # Ok, now we have the path, separated by spaces, we can step through it
-  # and add multilib dir if necessary...
-  lt_tmp_lt_search_path_spec=
-  lt_multi_os_dir=/`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
-  # ...but if some path component already ends with the multilib dir we assume
-  # that all is fine and trust -print-search-dirs as is (GCC 4.2? or newer).
-  case "$lt_multi_os_dir; $lt_search_path_spec " in
-  "/; "* | "/.; "* | "/./; "* | *"$lt_multi_os_dir "* | *"$lt_multi_os_dir/ "*)
-    lt_multi_os_dir=
-    ;;
-  esac
-  for lt_sys_path in $lt_search_path_spec; do
-    if test -d "$lt_sys_path$lt_multi_os_dir"; then
-      lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path$lt_multi_os_dir"
-    elif test -n "$lt_multi_os_dir"; then
-      test -d "$lt_sys_path" && \
-	lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
-    fi
-  done
-  lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk '
-BEGIN {RS = " "; FS = "/|\n";} {
-  lt_foo = "";
-  lt_count = 0;
-  for (lt_i = NF; lt_i > 0; lt_i--) {
-    if ($lt_i != "" && $lt_i != ".") {
-      if ($lt_i == "..") {
-        lt_count++;
-      } else {
-        if (lt_count == 0) {
-          lt_foo = "/" $lt_i lt_foo;
-        } else {
-          lt_count--;
-        }
-      }
-    }
-  }
-  if (lt_foo != "") { lt_freq[[lt_foo]]++; }
-  if (lt_freq[[lt_foo]] == 1) { print lt_foo; }
-}'`
-  # AWK program above erroneously prepends '/' to C:/dos/paths
-  # for these hosts.
-  case $host_os in
-    mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\
-      $SED 's|/\([[A-Za-z]]:\)|\1|g'` ;;
-  esac
-  sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
-else
-  sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
-fi])
-library_names_spec=
-libname_spec='lib$name'
-soname_spec=
-shrext_cmds=.so
-postinstall_cmds=
-postuninstall_cmds=
-finish_cmds=
-finish_eval=
-shlibpath_var=
-shlibpath_overrides_runpath=unknown
-version_type=none
-dynamic_linker="$host_os ld.so"
-sys_lib_dlsearch_path_spec="/lib /usr/lib"
-need_lib_prefix=unknown
-hardcode_into_libs=no
-
-# when you set need_version to no, make sure it does not cause -set_version
-# flags to be left without arguments
-need_version=unknown
-
-AC_ARG_VAR([LT_SYS_LIBRARY_PATH],
-[User-defined run-time library search path.])
-
-case $host_os in
-aix3*)
-  version_type=linux # correct to gnu/linux during the next big refactor
-  library_names_spec='$libname$release$shared_ext$versuffix $libname.a'
-  shlibpath_var=LIBPATH
-
-  # AIX 3 has no versioning support, so we append a major version to the name.
-  soname_spec='$libname$release$shared_ext$major'
-  ;;
-
-aix[[4-9]]*)
-  version_type=linux # correct to gnu/linux during the next big refactor
-  need_lib_prefix=no
-  need_version=no
-  hardcode_into_libs=yes
-  if test ia64 = "$host_cpu"; then
-    # AIX 5 supports IA64
-    library_names_spec='$libname$release$shared_ext$major $libname$release$shared_ext$versuffix $libname$shared_ext'
-    shlibpath_var=LD_LIBRARY_PATH
-  else
-    # With GCC up to 2.95.x, collect2 would create an import file
-    # for dependence libraries.  The import file would start with
-    # the line '#! .'.  This would cause the generated library to
-    # depend on '.', always an invalid library.  This was fixed in
-    # development snapshots of GCC prior to 3.0.
-    case $host_os in
-      aix4 | aix4.[[01]] | aix4.[[01]].*)
-      if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
-	   echo ' yes '
-	   echo '#endif'; } | $CC -E - | $GREP yes > /dev/null; then
-	:
-      else
-	can_build_shared=no
-      fi
-      ;;
-    esac
-    # Using Import Files as archive members, it is possible to support
-    # filename-based versioning of shared library archives on AIX. While
-    # this would work for both with and without runtime linking, it will
-    # prevent static linking of such archives. So we do filename-based
-    # shared library versioning with .so extension only, which is used
-    # when both runtime linking and shared linking is enabled.
-    # Unfortunately, runtime linking may impact performance, so we do
-    # not want this to be the default eventually. Also, we use the
-    # versioned .so libs for executables only if there is the -brtl
-    # linker flag in LDFLAGS as well, or --with-aix-soname=svr4 only.
-    # To allow for filename-based versioning support, we need to create
-    # libNAME.so.V as an archive file, containing:
-    # *) an Import File, referring to the versioned filename of the
-    #    archive as well as the shared archive member, telling the
-    #    bitwidth (32 or 64) of that shared object, and providing the
-    #    list of exported symbols of that shared object, eventually
-    #    decorated with the 'weak' keyword
-    # *) the shared object with the F_LOADONLY flag set, to really avoid
-    #    it being seen by the linker.
-    # At run time we better use the real file rather than another symlink,
-    # but for link time we create the symlink libNAME.so -> libNAME.so.V
-
-    case $with_aix_soname,$aix_use_runtimelinking in
-    # AIX (on Power*) has no versioning support, so currently we cannot hardcode correct
-    # soname into executable. Probably we can add versioning support to
-    # collect2, so additional links can be useful in future.
-    aix,yes) # traditional libtool
-      dynamic_linker='AIX unversionable lib.so'
-      # If using run time linking (on AIX 4.2 or later) use lib<name>.so
-      # instead of lib<name>.a to let people know that these are not
-      # typical AIX shared libraries.
-      library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
-      ;;
-    aix,no) # traditional AIX only
-      dynamic_linker='AIX lib.a[(]lib.so.V[)]'
-      # We preserve .a as extension for shared libraries through AIX4.2
-      # and later when we are not doing run time linking.
-      library_names_spec='$libname$release.a $libname.a'
-      soname_spec='$libname$release$shared_ext$major'
-      ;;
-    svr4,*) # full svr4 only
-      dynamic_linker="AIX lib.so.V[(]$shared_archive_member_spec.o[)]"
-      library_names_spec='$libname$release$shared_ext$major $libname$shared_ext'
-      # We do not specify a path in Import Files, so LIBPATH fires.
-      shlibpath_overrides_runpath=yes
-      ;;
-    *,yes) # both, prefer svr4
-      dynamic_linker="AIX lib.so.V[(]$shared_archive_member_spec.o[)], lib.a[(]lib.so.V[)]"
-      library_names_spec='$libname$release$shared_ext$major $libname$shared_ext'
-      # unpreferred sharedlib libNAME.a needs extra handling
-      postinstall_cmds='test -n "$linkname" || linkname="$realname"~func_stripname "" ".so" "$linkname"~$install_shared_prog "$dir/$func_stripname_result.$libext" "$destdir/$func_stripname_result.$libext"~test -z "$tstripme" || test -z "$striplib" || $striplib "$destdir/$func_stripname_result.$libext"'
-      postuninstall_cmds='for n in $library_names $old_library; do :; done~func_stripname "" ".so" "$n"~test "$func_stripname_result" = "$n" || func_append rmfiles " $odir/$func_stripname_result.$libext"'
-      # We do not specify a path in Import Files, so LIBPATH fires.
-      shlibpath_overrides_runpath=yes
-      ;;
-    *,no) # both, prefer aix
-      dynamic_linker="AIX lib.a[(]lib.so.V[)], lib.so.V[(]$shared_archive_member_spec.o[)]"
-      library_names_spec='$libname$release.a $libname.a'
-      soname_spec='$libname$release$shared_ext$major'
-      # unpreferred sharedlib libNAME.so.V and symlink libNAME.so need extra handling
-      postinstall_cmds='test -z "$dlname" || $install_shared_prog $dir/$dlname $destdir/$dlname~test -z "$tstripme" || test -z "$striplib" || $striplib $destdir/$dlname~test -n "$linkname" || linkname=$realname~func_stripname "" ".a" "$linkname"~(cd "$destdir" && $LN_S -f $dlname $func_stripname_result.so)'
-      postuninstall_cmds='test -z "$dlname" || func_append rmfiles " $odir/$dlname"~for n in $old_library $library_names; do :; done~func_stripname "" ".a" "$n"~func_append rmfiles " $odir/$func_stripname_result.so"'
-      ;;
-    esac
-    shlibpath_var=LIBPATH
-  fi
-  ;;
-
-amigaos*)
-  case $host_cpu in
-  powerpc)
-    # Since July 2007 AmigaOS4 officially supports .so libraries.
-    # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
-    library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
-    ;;
-  m68k)
-    library_names_spec='$libname.ixlibrary $libname.a'
-    # Create ${libname}_ixlibrary.a entries in /sys/libs.
-    finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([[^/]]*\)\.ixlibrary$%\1%'\''`; $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
-    ;;
-  esac
-  ;;
-
-beos*)
-  library_names_spec='$libname$shared_ext'
-  dynamic_linker="$host_os ld.so"
-  shlibpath_var=LIBRARY_PATH
-  ;;
-
-bsdi[[45]]*)
-  version_type=linux # correct to gnu/linux during the next big refactor
-  need_version=no
-  library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
-  soname_spec='$libname$release$shared_ext$major'
-  finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
-  shlibpath_var=LD_LIBRARY_PATH
-  sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
-  sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
-  # the default ld.so.conf also contains /usr/contrib/lib and
-  # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
-  # libtool to hard-code these into programs
-  ;;
-
-cygwin* | mingw* | pw32* | cegcc*)
-  version_type=windows
-  shrext_cmds=.dll
-  need_version=no
-  need_lib_prefix=no
-
-  case $GCC,$cc_basename in
-  yes,*)
-    # gcc
-    library_names_spec='$libname.dll.a'
-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
-    postinstall_cmds='base_file=`basename \$file`~
-      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
-      dldir=$destdir/`dirname \$dlpath`~
-      test -d \$dldir || mkdir -p \$dldir~
-      $install_prog $dir/$dlname \$dldir/$dlname~
-      chmod a+x \$dldir/$dlname~
-      if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
-        eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
-      fi'
-    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
-      dlpath=$dir/\$dldll~
-       $RM \$dlpath'
-    shlibpath_overrides_runpath=yes
-
-    case $host_os in
-    cygwin*)
-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
-      soname_spec='`echo $libname | sed -e 's/^lib/cyg/'``echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext'
-m4_if([$1], [],[
-      sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"])
-      ;;
-    mingw* | cegcc*)
-      # MinGW DLLs use traditional 'lib' prefix
-      soname_spec='$libname`echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext'
-      ;;
-    pw32*)
-      # pw32 DLLs use 'pw' prefix rather than 'lib'
-      library_names_spec='`echo $libname | sed -e 's/^lib/pw/'``echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext'
-      ;;
-    esac
-    dynamic_linker='Win32 ld.exe'
-    ;;
-
-  *,cl*)
-    # Native MSVC
-    libname_spec='$name'
-    soname_spec='$libname`echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext'
-    library_names_spec='$libname.dll.lib'
-
-    case $build_os in
-    mingw*)
-      sys_lib_search_path_spec=
-      lt_save_ifs=$IFS
-      IFS=';'
-      for lt_path in $LIB
-      do
-        IFS=$lt_save_ifs
-        # Let DOS variable expansion print the short 8.3 style file name.
-        lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"`
-        sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path"
-      done
-      IFS=$lt_save_ifs
-      # Convert to MSYS style.
-      sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([[a-zA-Z]]\\):| /\\1|g' -e 's|^ ||'`
-      ;;
-    cygwin*)
-      # Convert to unix form, then to dos form, then back to unix form
-      # but this time dos style (no spaces!) so that the unix form looks
-      # like /cygdrive/c/PROGRA~1:/cygdr...
-      sys_lib_search_path_spec=`cygpath --path --unix "$LIB"`
-      sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null`
-      sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
-      ;;
-    *)
-      sys_lib_search_path_spec=$LIB
-      if $ECHO "$sys_lib_search_path_spec" | [$GREP ';[c-zC-Z]:/' >/dev/null]; then
-        # It is most probably a Windows format PATH.
-        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
-      else
-        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
-      fi
-      # FIXME: find the short name or the path components, as spaces are
-      # common. (e.g. "Program Files" -> "PROGRA~1")
-      ;;
-    esac
-
-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
-    postinstall_cmds='base_file=`basename \$file`~
-      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
-      dldir=$destdir/`dirname \$dlpath`~
-      test -d \$dldir || mkdir -p \$dldir~
-      $install_prog $dir/$dlname \$dldir/$dlname'
-    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
-      dlpath=$dir/\$dldll~
-       $RM \$dlpath'
-    shlibpath_overrides_runpath=yes
-    dynamic_linker='Win32 link.exe'
-    ;;
-
-  *)
-    # Assume MSVC wrapper
-    library_names_spec='$libname`echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext $libname.lib'
-    dynamic_linker='Win32 ld.exe'
-    ;;
-  esac
-  # FIXME: first we should search . and the directory the executable is in
-  shlibpath_var=PATH
-  ;;
-
-darwin* | rhapsody*)
-  dynamic_linker="$host_os dyld"
-  version_type=darwin
-  need_lib_prefix=no
-  need_version=no
-  library_names_spec='$libname$release$major$shared_ext $libname$shared_ext'
-  soname_spec='$libname$release$major$shared_ext'
-  shlibpath_overrides_runpath=yes
-  shlibpath_var=DYLD_LIBRARY_PATH
-  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
-m4_if([$1], [],[
-  sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"])
-  sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
-  ;;
-
-dgux*)
-  version_type=linux # correct to gnu/linux during the next big refactor
-  need_lib_prefix=no
-  need_version=no
-  library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
-  soname_spec='$libname$release$shared_ext$major'
-  shlibpath_var=LD_LIBRARY_PATH
-  ;;
-
-freebsd* | dragonfly*)
-  # DragonFly does not have aout.  When/if they implement a new
-  # versioning mechanism, adjust this.
-  if test -x /usr/bin/objformat; then
-    objformat=`/usr/bin/objformat`
-  else
-    case $host_os in
-    freebsd[[23]].*) objformat=aout ;;
-    *) objformat=elf ;;
-    esac
-  fi
-  version_type=freebsd-$objformat
-  case $version_type in
-    freebsd-elf*)
-      library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
-      soname_spec='$libname$release$shared_ext$major'
-      need_version=no
-      need_lib_prefix=no
-      ;;
-    freebsd-*)
-      library_names_spec='$libname$release$shared_ext$versuffix $libname$shared_ext$versuffix'
-      need_version=yes
-      ;;
-  esac
-  shlibpath_var=LD_LIBRARY_PATH
-  case $host_os in
-  freebsd2.*)
-    shlibpath_overrides_runpath=yes
-    ;;
-  freebsd3.[[01]]* | freebsdelf3.[[01]]*)
-    shlibpath_overrides_runpath=yes
-    hardcode_into_libs=yes
-    ;;
-  freebsd3.[[2-9]]* | freebsdelf3.[[2-9]]* | \
-  freebsd4.[[0-5]] | freebsdelf4.[[0-5]] | freebsd4.1.1 | freebsdelf4.1.1)
-    shlibpath_overrides_runpath=no
-    hardcode_into_libs=yes
-    ;;
-  *) # from 4.6 on, and DragonFly
-    shlibpath_overrides_runpath=yes
-    hardcode_into_libs=yes
-    ;;
-  esac
-  ;;
-
-haiku*)
-  version_type=linux # correct to gnu/linux during the next big refactor
-  need_lib_prefix=no
-  need_version=no
-  dynamic_linker="$host_os runtime_loader"
-  library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
-  soname_spec='$libname$release$shared_ext$major'
-  shlibpath_var=LIBRARY_PATH
-  shlibpath_overrides_runpath=no
-  sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/system/lib'
-  hardcode_into_libs=yes
-  ;;
-
-hpux9* | hpux10* | hpux11*)
-  # Give a soname corresponding to the major version so that dld.sl refuses to
-  # link against other versions.
-  version_type=sunos
-  need_lib_prefix=no
-  need_version=no
-  case $host_cpu in
-  ia64*)
-    shrext_cmds='.so'
-    hardcode_into_libs=yes
-    dynamic_linker="$host_os dld.so"
-    shlibpath_var=LD_LIBRARY_PATH
-    shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
-    library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
-    soname_spec='$libname$release$shared_ext$major'
-    if test 32 = "$HPUX_IA64_MODE"; then
-      sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
-      sys_lib_dlsearch_path_spec=/usr/lib/hpux32
-    else
-      sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
-      sys_lib_dlsearch_path_spec=/usr/lib/hpux64
-    fi
-    ;;
-  hppa*64*)
-    shrext_cmds='.sl'
-    hardcode_into_libs=yes
-    dynamic_linker="$host_os dld.sl"
-    shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
-    shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
-    library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
-    soname_spec='$libname$release$shared_ext$major'
-    sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
-    sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
-    ;;
-  *)
-    shrext_cmds='.sl'
-    dynamic_linker="$host_os dld.sl"
-    shlibpath_var=SHLIB_PATH
-    shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
-    library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
-    soname_spec='$libname$release$shared_ext$major'
-    ;;
-  esac
-  # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
-  postinstall_cmds='chmod 555 $lib'
-  # or fails outright, so override atomically:
-  install_override_mode=555
-  ;;
-
-interix[[3-9]]*)
-  version_type=linux # correct to gnu/linux during the next big refactor
-  need_lib_prefix=no
-  need_version=no
-  library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
-  soname_spec='$libname$release$shared_ext$major'
-  dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
-  shlibpath_var=LD_LIBRARY_PATH
-  shlibpath_overrides_runpath=no
-  hardcode_into_libs=yes
-  ;;
-
-irix5* | irix6* | nonstopux*)
-  case $host_os in
-    nonstopux*) version_type=nonstopux ;;
-    *)
-	if test yes = "$lt_cv_prog_gnu_ld"; then
-		version_type=linux # correct to gnu/linux during the next big refactor
-	else
-		version_type=irix
-	fi ;;
-  esac
-  need_lib_prefix=no
-  need_version=no
-  soname_spec='$libname$release$shared_ext$major'
-  library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$release$shared_ext $libname$shared_ext'
-  case $host_os in
-  irix5* | nonstopux*)
-    libsuff= shlibsuff=
-    ;;
-  *)
-    case $LD in # libtool.m4 will add one of these switches to LD
-    *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
-      libsuff= shlibsuff= libmagic=32-bit;;
-    *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
-      libsuff=32 shlibsuff=N32 libmagic=N32;;
-    *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
-      libsuff=64 shlibsuff=64 libmagic=64-bit;;
-    *) libsuff= shlibsuff= libmagic=never-match;;
-    esac
-    ;;
-  esac
-  shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
-  shlibpath_overrides_runpath=no
-  sys_lib_search_path_spec="/usr/lib$libsuff /lib$libsuff /usr/local/lib$libsuff"
-  sys_lib_dlsearch_path_spec="/usr/lib$libsuff /lib$libsuff"
-  hardcode_into_libs=yes
-  ;;
-
-# No shared lib support for Linux oldld, aout, or coff.
-linux*oldld* | linux*aout* | linux*coff*)
-  dynamic_linker=no
-  ;;
-
-linux*android*)
-  version_type=none # Android doesn't support versioned libraries.
-  need_lib_prefix=no
-  need_version=no
-  library_names_spec='$libname$release$shared_ext'
-  soname_spec='$libname$release$shared_ext'
-  finish_cmds=
-  shlibpath_var=LD_LIBRARY_PATH
-  shlibpath_overrides_runpath=yes
-
-  # This implies no fast_install, which is unacceptable.
-  # Some rework will be needed to allow for fast_install
-  # before this can be enabled.
-  hardcode_into_libs=yes
-
-  dynamic_linker='Android linker'
-  # Don't embed -rpath directories since the linker doesn't support them.
-  _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
-  ;;
-
-# This must be glibc/ELF.
-linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
-  version_type=linux # correct to gnu/linux during the next big refactor
-  need_lib_prefix=no
-  need_version=no
-  library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
-  soname_spec='$libname$release$shared_ext$major'
-  finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
-  shlibpath_var=LD_LIBRARY_PATH
-  shlibpath_overrides_runpath=no
-
-  # Some binutils ld are patched to set DT_RUNPATH
-  AC_CACHE_VAL([lt_cv_shlibpath_overrides_runpath],
-    [lt_cv_shlibpath_overrides_runpath=no
-    save_LDFLAGS=$LDFLAGS
-    save_libdir=$libdir
-    eval "libdir=/foo; wl=\"$_LT_TAGVAR(lt_prog_compiler_wl, $1)\"; \
-	 LDFLAGS=\"\$LDFLAGS $_LT_TAGVAR(hardcode_libdir_flag_spec, $1)\""
-    AC_LINK_IFELSE([AC_LANG_PROGRAM([],[])],
-      [AS_IF([ ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null],
-	 [lt_cv_shlibpath_overrides_runpath=yes])])
-    LDFLAGS=$save_LDFLAGS
-    libdir=$save_libdir
-    ])
-  shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
-
-  # This implies no fast_install, which is unacceptable.
-  # Some rework will be needed to allow for fast_install
-  # before this can be enabled.
-  hardcode_into_libs=yes
-
-  # Ideally, we could use ldconfig to report *all* directores which are
-  # searched for libraries, however this is still not possible.  Aside from not
-  # being certain /sbin/ldconfig is available, command
-  # 'ldconfig -N -X -v | grep ^/' on 64bit Fedora does not report /usr/lib64,
-  # even though it is searched at run-time.  Try to do the best guess by
-  # appending ld.so.conf contents (and includes) to the search path.
-  if test -f /etc/ld.so.conf; then
-    lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \[$]2)); skip = 1; } { if (!skip) print \[$]0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[	 ]*hwcap[	 ]/d;s/[:,	]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '`
-    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
-  fi
-
-  # We used to test for /lib/ld.so.1 and disable shared libraries on
-  # powerpc, because MkLinux only supported shared libraries with the
-  # GNU dynamic linker.  Since this was broken with cross compilers,
-  # most powerpc-linux boxes support dynamic linking these days and
-  # people can always --disable-shared, the test was removed, and we
-  # assume the GNU/Linux dynamic linker is in use.
-  dynamic_linker='GNU/Linux ld.so'
-  ;;
-
-netbsd*)
-  version_type=sunos
-  need_lib_prefix=no
-  need_version=no
-  if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
-    library_names_spec='$libname$release$shared_ext$versuffix $libname$shared_ext$versuffix'
-    finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
-    dynamic_linker='NetBSD (a.out) ld.so'
-  else
-    library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
-    soname_spec='$libname$release$shared_ext$major'
-    dynamic_linker='NetBSD ld.elf_so'
-  fi
-  shlibpath_var=LD_LIBRARY_PATH
-  shlibpath_overrides_runpath=yes
-  hardcode_into_libs=yes
-  ;;
-
-newsos6)
-  version_type=linux # correct to gnu/linux during the next big refactor
-  library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
-  shlibpath_var=LD_LIBRARY_PATH
-  shlibpath_overrides_runpath=yes
-  ;;
-
-*nto* | *qnx*)
-  version_type=qnx
-  need_lib_prefix=no
-  need_version=no
-  library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
-  soname_spec='$libname$release$shared_ext$major'
-  shlibpath_var=LD_LIBRARY_PATH
-  shlibpath_overrides_runpath=no
-  hardcode_into_libs=yes
-  dynamic_linker='ldqnx.so'
-  ;;
-
-openbsd* | bitrig*)
-  version_type=sunos
-  sys_lib_dlsearch_path_spec=/usr/lib
-  need_lib_prefix=no
-  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
-    need_version=no
-  else
-    need_version=yes
-  fi
-  library_names_spec='$libname$release$shared_ext$versuffix $libname$shared_ext$versuffix'
-  finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
-  shlibpath_var=LD_LIBRARY_PATH
-  shlibpath_overrides_runpath=yes
-  ;;
-
-os2*)
-  libname_spec='$name'
-  version_type=windows
-  shrext_cmds=.dll
-  need_version=no
-  need_lib_prefix=no
-  # OS/2 can only load a DLL with a base name of 8 characters or less.
-  soname_spec='`test -n "$os2dllname" && libname="$os2dllname";
-    v=$($ECHO $release$versuffix | tr -d .-);
-    n=$($ECHO $libname | cut -b -$((8 - ${#v})) | tr . _);
-    $ECHO $n$v`$shared_ext'
-  library_names_spec='${libname}_dll.$libext'
-  dynamic_linker='OS/2 ld.exe'
-  shlibpath_var=BEGINLIBPATH
-  sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
-  sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
-  postinstall_cmds='base_file=`basename \$file`~
-    dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; $ECHO \$dlname'\''`~
-    dldir=$destdir/`dirname \$dlpath`~
-    test -d \$dldir || mkdir -p \$dldir~
-    $install_prog $dir/$dlname \$dldir/$dlname~
-    chmod a+x \$dldir/$dlname~
-    if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
-      eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
-    fi'
-  postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; $ECHO \$dlname'\''`~
-    dlpath=$dir/\$dldll~
-    $RM \$dlpath'
-  ;;
-
-osf3* | osf4* | osf5*)
-  version_type=osf
-  need_lib_prefix=no
-  need_version=no
-  soname_spec='$libname$release$shared_ext$major'
-  library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
-  shlibpath_var=LD_LIBRARY_PATH
-  sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
-  sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
-  ;;
-
-rdos*)
-  dynamic_linker=no
-  ;;
-
-solaris*)
-  version_type=linux # correct to gnu/linux during the next big refactor
-  need_lib_prefix=no
-  need_version=no
-  library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
-  soname_spec='$libname$release$shared_ext$major'
-  shlibpath_var=LD_LIBRARY_PATH
-  shlibpath_overrides_runpath=yes
-  hardcode_into_libs=yes
-  # ldd complains unless libraries are executable
-  postinstall_cmds='chmod +x $lib'
-  ;;
-
-sunos4*)
-  version_type=sunos
-  library_names_spec='$libname$release$shared_ext$versuffix $libname$shared_ext$versuffix'
-  finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
-  shlibpath_var=LD_LIBRARY_PATH
-  shlibpath_overrides_runpath=yes
-  if test yes = "$with_gnu_ld"; then
-    need_lib_prefix=no
-  fi
-  need_version=yes
-  ;;
-
-sysv4 | sysv4.3*)
-  version_type=linux # correct to gnu/linux during the next big refactor
-  library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
-  soname_spec='$libname$release$shared_ext$major'
-  shlibpath_var=LD_LIBRARY_PATH
-  case $host_vendor in
-    sni)
-      shlibpath_overrides_runpath=no
-      need_lib_prefix=no
-      runpath_var=LD_RUN_PATH
-      ;;
-    siemens)
-      need_lib_prefix=no
-      ;;
-    motorola)
-      need_lib_prefix=no
-      need_version=no
-      shlibpath_overrides_runpath=no
-      sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
-      ;;
-  esac
-  ;;
-
-sysv4*MP*)
-  if test -d /usr/nec; then
-    version_type=linux # correct to gnu/linux during the next big refactor
-    library_names_spec='$libname$shared_ext.$versuffix $libname$shared_ext.$major $libname$shared_ext'
-    soname_spec='$libname$shared_ext.$major'
-    shlibpath_var=LD_LIBRARY_PATH
-  fi
-  ;;
-
-sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
-  version_type=sco
-  need_lib_prefix=no
-  need_version=no
-  library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext $libname$shared_ext'
-  soname_spec='$libname$release$shared_ext$major'
-  shlibpath_var=LD_LIBRARY_PATH
-  shlibpath_overrides_runpath=yes
-  hardcode_into_libs=yes
-  if test yes = "$with_gnu_ld"; then
-    sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
-  else
-    sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
-    case $host_os in
-      sco3.2v5*)
-        sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
-	;;
-    esac
-  fi
-  sys_lib_dlsearch_path_spec='/usr/lib'
-  ;;
-
-tpf*)
-  # TPF is a cross-target only.  Preferred cross-host = GNU/Linux.
-  version_type=linux # correct to gnu/linux during the next big refactor
-  need_lib_prefix=no
-  need_version=no
-  library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
-  shlibpath_var=LD_LIBRARY_PATH
-  shlibpath_overrides_runpath=no
-  hardcode_into_libs=yes
-  ;;
-
-uts4*)
-  version_type=linux # correct to gnu/linux during the next big refactor
-  library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
-  soname_spec='$libname$release$shared_ext$major'
-  shlibpath_var=LD_LIBRARY_PATH
-  ;;
-
-*)
-  dynamic_linker=no
-  ;;
-esac
-AC_MSG_RESULT([$dynamic_linker])
-test no = "$dynamic_linker" && can_build_shared=no
-
-variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
-if test yes = "$GCC"; then
-  variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
-fi
-
-if test set = "${lt_cv_sys_lib_search_path_spec+set}"; then
-  sys_lib_search_path_spec=$lt_cv_sys_lib_search_path_spec
-fi
-
-if test set = "${lt_cv_sys_lib_dlsearch_path_spec+set}"; then
-  sys_lib_dlsearch_path_spec=$lt_cv_sys_lib_dlsearch_path_spec
-fi
-
-# remember unaugmented sys_lib_dlsearch_path content for libtool script decls...
-configure_time_dlsearch_path=$sys_lib_dlsearch_path_spec
-
-# ... but it needs LT_SYS_LIBRARY_PATH munging for other configure-time code
-func_munge_path_list sys_lib_dlsearch_path_spec "$LT_SYS_LIBRARY_PATH"
-
-# to be used as default LT_SYS_LIBRARY_PATH value in generated libtool
-configure_time_lt_sys_library_path=$LT_SYS_LIBRARY_PATH
-
-_LT_DECL([], [variables_saved_for_relink], [1],
-    [Variables whose values should be saved in libtool wrapper scripts and
-    restored at link time])
-_LT_DECL([], [need_lib_prefix], [0],
-    [Do we need the "lib" prefix for modules?])
-_LT_DECL([], [need_version], [0], [Do we need a version for libraries?])
-_LT_DECL([], [version_type], [0], [Library versioning type])
-_LT_DECL([], [runpath_var], [0],  [Shared library runtime path variable])
-_LT_DECL([], [shlibpath_var], [0],[Shared library path variable])
-_LT_DECL([], [shlibpath_overrides_runpath], [0],
-    [Is shlibpath searched before the hard-coded library search path?])
-_LT_DECL([], [libname_spec], [1], [Format of library name prefix])
-_LT_DECL([], [library_names_spec], [1],
-    [[List of archive names.  First name is the real one, the rest are links.
-    The last name is the one that the linker finds with -lNAME]])
-_LT_DECL([], [soname_spec], [1],
-    [[The coded name of the library, if different from the real name]])
-_LT_DECL([], [install_override_mode], [1],
-    [Permission mode override for installation of shared libraries])
-_LT_DECL([], [postinstall_cmds], [2],
-    [Command to use after installation of a shared archive])
-_LT_DECL([], [postuninstall_cmds], [2],
-    [Command to use after uninstallation of a shared archive])
-_LT_DECL([], [finish_cmds], [2],
-    [Commands used to finish a libtool library installation in a directory])
-_LT_DECL([], [finish_eval], [1],
-    [[As "finish_cmds", except a single script fragment to be evaled but
-    not shown]])
-_LT_DECL([], [hardcode_into_libs], [0],
-    [Whether we should hardcode library paths into libraries])
-_LT_DECL([], [sys_lib_search_path_spec], [2],
-    [Compile-time system search path for libraries])
-_LT_DECL([sys_lib_dlsearch_path_spec], [configure_time_dlsearch_path], [2],
-    [Detected run-time system search path for libraries])
-_LT_DECL([], [configure_time_lt_sys_library_path], [2],
-    [Explicit LT_SYS_LIBRARY_PATH set during ./configure time])
-])# _LT_SYS_DYNAMIC_LINKER
-
-
-# _LT_PATH_TOOL_PREFIX(TOOL)
-# --------------------------
-# find a file program that can recognize shared library
-AC_DEFUN([_LT_PATH_TOOL_PREFIX],
-[m4_require([_LT_DECL_EGREP])dnl
-AC_MSG_CHECKING([for $1])
-AC_CACHE_VAL(lt_cv_path_MAGIC_CMD,
-[case $MAGIC_CMD in
-[[\\/*] |  ?:[\\/]*])
-  lt_cv_path_MAGIC_CMD=$MAGIC_CMD # Let the user override the test with a path.
-  ;;
-*)
-  lt_save_MAGIC_CMD=$MAGIC_CMD
-  lt_save_ifs=$IFS; IFS=$PATH_SEPARATOR
-dnl $ac_dummy forces splitting on constant user-supplied paths.
-dnl POSIX.2 word splitting is done only on the output of word expansions,
-dnl not every word.  This closes a longstanding sh security hole.
-  ac_dummy="m4_if([$2], , $PATH, [$2])"
-  for ac_dir in $ac_dummy; do
-    IFS=$lt_save_ifs
-    test -z "$ac_dir" && ac_dir=.
-    if test -f "$ac_dir/$1"; then
-      lt_cv_path_MAGIC_CMD=$ac_dir/"$1"
-      if test -n "$file_magic_test_file"; then
-	case $deplibs_check_method in
-	"file_magic "*)
-	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
-	  MAGIC_CMD=$lt_cv_path_MAGIC_CMD
-	  if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
-	    $EGREP "$file_magic_regex" > /dev/null; then
-	    :
-	  else
-	    cat <<_LT_EOF 1>&2
-
-*** Warning: the command libtool uses to detect shared libraries,
-*** $file_magic_cmd, produces output that libtool cannot recognize.
-*** The result is that libtool may fail to recognize shared libraries
-*** as such.  This will affect the creation of libtool libraries that
-*** depend on shared libraries, but programs linked with such libtool
-*** libraries will work regardless of this problem.  Nevertheless, you
-*** may want to report the problem to your system manager and/or to
-*** bug-libtool at gnu.org
-
-_LT_EOF
-	  fi ;;
-	esac
-      fi
-      break
-    fi
-  done
-  IFS=$lt_save_ifs
-  MAGIC_CMD=$lt_save_MAGIC_CMD
-  ;;
-esac])
-MAGIC_CMD=$lt_cv_path_MAGIC_CMD
-if test -n "$MAGIC_CMD"; then
-  AC_MSG_RESULT($MAGIC_CMD)
-else
-  AC_MSG_RESULT(no)
-fi
-_LT_DECL([], [MAGIC_CMD], [0],
-	 [Used to examine libraries when file_magic_cmd begins with "file"])dnl
-])# _LT_PATH_TOOL_PREFIX
-
-# Old name:
-AU_ALIAS([AC_PATH_TOOL_PREFIX], [_LT_PATH_TOOL_PREFIX])
-dnl aclocal-1.4 backwards compatibility:
-dnl AC_DEFUN([AC_PATH_TOOL_PREFIX], [])
-
-
-# _LT_PATH_MAGIC
-# --------------
-# find a file program that can recognize a shared library
-m4_defun([_LT_PATH_MAGIC],
-[_LT_PATH_TOOL_PREFIX(${ac_tool_prefix}file, /usr/bin$PATH_SEPARATOR$PATH)
-if test -z "$lt_cv_path_MAGIC_CMD"; then
-  if test -n "$ac_tool_prefix"; then
-    _LT_PATH_TOOL_PREFIX(file, /usr/bin$PATH_SEPARATOR$PATH)
-  else
-    MAGIC_CMD=:
-  fi
-fi
-])# _LT_PATH_MAGIC
-
-
-# LT_PATH_LD
-# ----------
-# find the pathname to the GNU or non-GNU linker
-AC_DEFUN([LT_PATH_LD],
-[AC_REQUIRE([AC_PROG_CC])dnl
-AC_REQUIRE([AC_CANONICAL_HOST])dnl
-AC_REQUIRE([AC_CANONICAL_BUILD])dnl
-m4_require([_LT_DECL_SED])dnl
-m4_require([_LT_DECL_EGREP])dnl
-m4_require([_LT_PROG_ECHO_BACKSLASH])dnl
-
-AC_ARG_WITH([gnu-ld],
-    [AS_HELP_STRING([--with-gnu-ld],
-	[assume the C compiler uses GNU ld @<:@default=no@:>@])],
-    [test no = "$withval" || with_gnu_ld=yes],
-    [with_gnu_ld=no])dnl
-
-ac_prog=ld
-if test yes = "$GCC"; then
-  # Check if gcc -print-prog-name=ld gives a path.
-  AC_MSG_CHECKING([for ld used by $CC])
-  case $host in
-  *-*-mingw*)
-    # gcc leaves a trailing carriage return, which upsets mingw
-    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
-  *)
-    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
-  esac
-  case $ac_prog in
-    # Accept absolute paths.
-    [[\\/]]* | ?:[[\\/]]*)
-      re_direlt='/[[^/]][[^/]]*/\.\./'
-      # Canonicalize the pathname of ld
-      ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
-      while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
-	ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
-      done
-      test -z "$LD" && LD=$ac_prog
-      ;;
-  "")
-    # If it fails, then pretend we aren't using GCC.
-    ac_prog=ld
-    ;;
-  *)
-    # If it is relative, then search for the first ld in PATH.
-    with_gnu_ld=unknown
-    ;;
-  esac
-elif test yes = "$with_gnu_ld"; then
-  AC_MSG_CHECKING([for GNU ld])
-else
-  AC_MSG_CHECKING([for non-GNU ld])
-fi
-AC_CACHE_VAL(lt_cv_path_LD,
-[if test -z "$LD"; then
-  lt_save_ifs=$IFS; IFS=$PATH_SEPARATOR
-  for ac_dir in $PATH; do
-    IFS=$lt_save_ifs
-    test -z "$ac_dir" && ac_dir=.
-    if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
-      lt_cv_path_LD=$ac_dir/$ac_prog
-      # Check to see if the program is GNU ld.  I'd rather use --version,
-      # but apparently some variants of GNU ld only accept -v.
-      # Break only if it was the GNU/non-GNU ld that we prefer.
-      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
-      *GNU* | *'with BFD'*)
-	test no != "$with_gnu_ld" && break
-	;;
-      *)
-	test yes != "$with_gnu_ld" && break
-	;;
-      esac
-    fi
-  done
-  IFS=$lt_save_ifs
-else
-  lt_cv_path_LD=$LD # Let the user override the test with a path.
-fi])
-LD=$lt_cv_path_LD
-if test -n "$LD"; then
-  AC_MSG_RESULT($LD)
-else
-  AC_MSG_RESULT(no)
-fi
-test -z "$LD" && AC_MSG_ERROR([no acceptable ld found in \$PATH])
-_LT_PATH_LD_GNU
-AC_SUBST([LD])
-
-_LT_TAGDECL([], [LD], [1], [The linker used to build libraries])
-])# LT_PATH_LD
-
-# Old names:
-AU_ALIAS([AM_PROG_LD], [LT_PATH_LD])
-AU_ALIAS([AC_PROG_LD], [LT_PATH_LD])
-dnl aclocal-1.4 backwards compatibility:
-dnl AC_DEFUN([AM_PROG_LD], [])
-dnl AC_DEFUN([AC_PROG_LD], [])
-
-
-# _LT_PATH_LD_GNU
-#- --------------
-m4_defun([_LT_PATH_LD_GNU],
-[AC_CACHE_CHECK([if the linker ($LD) is GNU ld], lt_cv_prog_gnu_ld,
-[# I'd rather use --version here, but apparently some GNU lds only accept -v.
-case `$LD -v 2>&1 </dev/null` in
-*GNU* | *'with BFD'*)
-  lt_cv_prog_gnu_ld=yes
-  ;;
-*)
-  lt_cv_prog_gnu_ld=no
-  ;;
-esac])
-with_gnu_ld=$lt_cv_prog_gnu_ld
-])# _LT_PATH_LD_GNU
-
-
-# _LT_CMD_RELOAD
-# --------------
-# find reload flag for linker
-#   -- PORTME Some linkers may need a different reload flag.
-m4_defun([_LT_CMD_RELOAD],
-[AC_CACHE_CHECK([for $LD option to reload object files],
-  lt_cv_ld_reload_flag,
-  [lt_cv_ld_reload_flag='-r'])
-reload_flag=$lt_cv_ld_reload_flag
-case $reload_flag in
-"" | " "*) ;;
-*) reload_flag=" $reload_flag" ;;
-esac
-reload_cmds='$LD$reload_flag -o $output$reload_objs'
-case $host_os in
-  cygwin* | mingw* | pw32* | cegcc*)
-    if test yes != "$GCC"; then
-      reload_cmds=false
-    fi
-    ;;
-  darwin*)
-    if test yes = "$GCC"; then
-      reload_cmds='$LTCC $LTCFLAGS -nostdlib $wl-r -o $output$reload_objs'
-    else
-      reload_cmds='$LD$reload_flag -o $output$reload_objs'
-    fi
-    ;;
-esac
-_LT_TAGDECL([], [reload_flag], [1], [How to create reloadable object files])dnl
-_LT_TAGDECL([], [reload_cmds], [2])dnl
-])# _LT_CMD_RELOAD
-
-
-# _LT_PATH_DD
-# -----------
-# find a working dd
-m4_defun([_LT_PATH_DD],
-[AC_CACHE_CHECK([for a working dd], [ac_cv_path_lt_DD],
-[printf 0123456789abcdef0123456789abcdef >conftest.i
-cat conftest.i conftest.i >conftest2.i
-: ${lt_DD:=$DD}
-AC_PATH_PROGS_FEATURE_CHECK([lt_DD], [dd],
-[if "$ac_path_lt_DD" bs=32 count=1 <conftest2.i >conftest.out 2>/dev/null; then
-  cmp -s conftest.i conftest.out \
-  && ac_cv_path_lt_DD="$ac_path_lt_DD" ac_path_lt_DD_found=:
-fi])
-rm -f conftest.i conftest2.i conftest.out])
-])# _LT_PATH_DD
-
-
-# _LT_CMD_TRUNCATE
-# ----------------
-# find command to truncate a binary pipe
-m4_defun([_LT_CMD_TRUNCATE],
-[m4_require([_LT_PATH_DD])
-AC_CACHE_CHECK([how to truncate binary pipes], [lt_cv_truncate_bin],
-[printf 0123456789abcdef0123456789abcdef >conftest.i
-cat conftest.i conftest.i >conftest2.i
-lt_cv_truncate_bin=
-if "$ac_cv_path_lt_DD" bs=32 count=1 <conftest2.i >conftest.out 2>/dev/null; then
-  cmp -s conftest.i conftest.out \
-  && lt_cv_truncate_bin="$ac_cv_path_lt_DD bs=4096 count=1"
-fi
-rm -f conftest.i conftest2.i conftest.out
-test -z "$lt_cv_truncate_bin" && lt_cv_truncate_bin="$SED -e 4q"])
-_LT_DECL([lt_truncate_bin], [lt_cv_truncate_bin], [1],
-  [Command to truncate a binary pipe])
-])# _LT_CMD_TRUNCATE
-
-
-# _LT_CHECK_MAGIC_METHOD
-# ----------------------
-# how to check for library dependencies
-#  -- PORTME fill in with the dynamic library characteristics
-m4_defun([_LT_CHECK_MAGIC_METHOD],
-[m4_require([_LT_DECL_EGREP])
-m4_require([_LT_DECL_OBJDUMP])
-AC_CACHE_CHECK([how to recognize dependent libraries],
-lt_cv_deplibs_check_method,
-[lt_cv_file_magic_cmd='$MAGIC_CMD'
-lt_cv_file_magic_test_file=
-lt_cv_deplibs_check_method='unknown'
-# Need to set the preceding variable on all platforms that support
-# interlibrary dependencies.
-# 'none' -- dependencies not supported.
-# 'unknown' -- same as none, but documents that we really don't know.
-# 'pass_all' -- all dependencies passed with no checks.
-# 'test_compile' -- check by making test program.
-# 'file_magic [[regex]]' -- check by looking for files in library path
-# that responds to the $file_magic_cmd with a given extended regex.
-# If you have 'file' or equivalent on your system and you're not sure
-# whether 'pass_all' will *always* work, you probably want this one.
-
-case $host_os in
-aix[[4-9]]*)
-  lt_cv_deplibs_check_method=pass_all
-  ;;
-
-beos*)
-  lt_cv_deplibs_check_method=pass_all
-  ;;
-
-bsdi[[45]]*)
-  lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[ML]]SB (shared object|dynamic lib)'
-  lt_cv_file_magic_cmd='/usr/bin/file -L'
-  lt_cv_file_magic_test_file=/shlib/libc.so
-  ;;
-
-cygwin*)
-  # func_win32_libid is a shell function defined in ltmain.sh
-  lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
-  lt_cv_file_magic_cmd='func_win32_libid'
-  ;;
-
-mingw* | pw32*)
-  # Base MSYS/MinGW do not provide the 'file' command needed by
-  # func_win32_libid shell function, so use a weaker test based on 'objdump',
-  # unless we find 'file', for example because we are cross-compiling.
-  if ( file / ) >/dev/null 2>&1; then
-    lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
-    lt_cv_file_magic_cmd='func_win32_libid'
-  else
-    # Keep this pattern in sync with the one in func_win32_libid.
-    lt_cv_deplibs_check_method='file_magic file format (pei*-i386(.*architecture: i386)?|pe-arm-wince|pe-x86-64)'
-    lt_cv_file_magic_cmd='$OBJDUMP -f'
-  fi
-  ;;
-
-cegcc*)
-  # use the weaker test based on 'objdump'. See mingw*.
-  lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
-  lt_cv_file_magic_cmd='$OBJDUMP -f'
-  ;;
-
-darwin* | rhapsody*)
-  lt_cv_deplibs_check_method=pass_all
-  ;;
-
-freebsd* | dragonfly*)
-  if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
-    case $host_cpu in
-    i*86 )
-      # Not sure whether the presence of OpenBSD here was a mistake.
-      # Let's accept both of them until this is cleared up.
-      lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[[3-9]]86 (compact )?demand paged shared library'
-      lt_cv_file_magic_cmd=/usr/bin/file
-      lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
-      ;;
-    esac
-  else
-    lt_cv_deplibs_check_method=pass_all
-  fi
-  ;;
-
-haiku*)
-  lt_cv_deplibs_check_method=pass_all
-  ;;
-
-hpux10.20* | hpux11*)
-  lt_cv_file_magic_cmd=/usr/bin/file
-  case $host_cpu in
-  ia64*)
-    lt_cv_deplibs_check_method='file_magic (s[[0-9]][[0-9]][[0-9]]|ELF-[[0-9]][[0-9]]) shared object file - IA64'
-    lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
-    ;;
-  hppa*64*)
-    [lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF[ -][0-9][0-9])(-bit)?( [LM]SB)? shared object( file)?[, -]* PA-RISC [0-9]\.[0-9]']
-    lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
-    ;;
-  *)
-    lt_cv_deplibs_check_method='file_magic (s[[0-9]][[0-9]][[0-9]]|PA-RISC[[0-9]]\.[[0-9]]) shared library'
-    lt_cv_file_magic_test_file=/usr/lib/libc.sl
-    ;;
-  esac
-  ;;
-
-interix[[3-9]]*)
-  # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
-  lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so|\.a)$'
-  ;;
-
-irix5* | irix6* | nonstopux*)
-  case $LD in
-  *-32|*"-32 ") libmagic=32-bit;;
-  *-n32|*"-n32 ") libmagic=N32;;
-  *-64|*"-64 ") libmagic=64-bit;;
-  *) libmagic=never-match;;
-  esac
-  lt_cv_deplibs_check_method=pass_all
-  ;;
-
-# This must be glibc/ELF.
-linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
-  lt_cv_deplibs_check_method=pass_all
-  ;;
-
-netbsd*)
-  if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
-    lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|_pic\.a)$'
-  else
-    lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so|_pic\.a)$'
-  fi
-  ;;
-
-newos6*)
-  lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[ML]]SB (executable|dynamic lib)'
-  lt_cv_file_magic_cmd=/usr/bin/file
-  lt_cv_file_magic_test_file=/usr/lib/libnls.so
-  ;;
-
-*nto* | *qnx*)
-  lt_cv_deplibs_check_method=pass_all
-  ;;
-
-openbsd* | bitrig*)
-  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
-    lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|\.so|_pic\.a)$'
-  else
-    lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|_pic\.a)$'
-  fi
-  ;;
-
-osf3* | osf4* | osf5*)
-  lt_cv_deplibs_check_method=pass_all
-  ;;
-
-rdos*)
-  lt_cv_deplibs_check_method=pass_all
-  ;;
-
-solaris*)
-  lt_cv_deplibs_check_method=pass_all
-  ;;
-
-sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
-  lt_cv_deplibs_check_method=pass_all
-  ;;
-
-sysv4 | sysv4.3*)
-  case $host_vendor in
-  motorola)
-    lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[ML]]SB (shared object|dynamic lib) M[[0-9]][[0-9]]* Version [[0-9]]'
-    lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
-    ;;
-  ncr)
-    lt_cv_deplibs_check_method=pass_all
-    ;;
-  sequent)
-    lt_cv_file_magic_cmd='/bin/file'
-    lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[LM]]SB (shared object|dynamic lib )'
-    ;;
-  sni)
-    lt_cv_file_magic_cmd='/bin/file'
-    lt_cv_deplibs_check_method="file_magic ELF [[0-9]][[0-9]]*-bit [[LM]]SB dynamic lib"
-    lt_cv_file_magic_test_file=/lib/libc.so
-    ;;
-  siemens)
-    lt_cv_deplibs_check_method=pass_all
-    ;;
-  pc)
-    lt_cv_deplibs_check_method=pass_all
-    ;;
-  esac
-  ;;
-
-tpf*)
-  lt_cv_deplibs_check_method=pass_all
-  ;;
-os2*)
-  lt_cv_deplibs_check_method=pass_all
-  ;;
-esac
-])
-
-file_magic_glob=
-want_nocaseglob=no
-if test "$build" = "$host"; then
-  case $host_os in
-  mingw* | pw32*)
-    if ( shopt | grep nocaseglob ) >/dev/null 2>&1; then
-      want_nocaseglob=yes
-    else
-      file_magic_glob=`echo aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ | $SED -e "s/\(..\)/s\/[[\1]]\/[[\1]]\/g;/g"`
-    fi
-    ;;
-  esac
-fi
-
-file_magic_cmd=$lt_cv_file_magic_cmd
-deplibs_check_method=$lt_cv_deplibs_check_method
-test -z "$deplibs_check_method" && deplibs_check_method=unknown
-
-_LT_DECL([], [deplibs_check_method], [1],
-    [Method to check whether dependent libraries are shared objects])
-_LT_DECL([], [file_magic_cmd], [1],
-    [Command to use when deplibs_check_method = "file_magic"])
-_LT_DECL([], [file_magic_glob], [1],
-    [How to find potential files when deplibs_check_method = "file_magic"])
-_LT_DECL([], [want_nocaseglob], [1],
-    [Find potential files using nocaseglob when deplibs_check_method = "file_magic"])
-])# _LT_CHECK_MAGIC_METHOD
-
-
-# LT_PATH_NM
-# ----------
-# find the pathname to a BSD- or MS-compatible name lister
-AC_DEFUN([LT_PATH_NM],
-[AC_REQUIRE([AC_PROG_CC])dnl
-AC_CACHE_CHECK([for BSD- or MS-compatible name lister (nm)], lt_cv_path_NM,
-[if test -n "$NM"; then
-  # Let the user override the test.
-  lt_cv_path_NM=$NM
-else
-  lt_nm_to_check=${ac_tool_prefix}nm
-  if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
-    lt_nm_to_check="$lt_nm_to_check nm"
-  fi
-  for lt_tmp_nm in $lt_nm_to_check; do
-    lt_save_ifs=$IFS; IFS=$PATH_SEPARATOR
-    for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
-      IFS=$lt_save_ifs
-      test -z "$ac_dir" && ac_dir=.
-      tmp_nm=$ac_dir/$lt_tmp_nm
-      if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext"; then
-	# Check to see if the nm accepts a BSD-compat flag.
-	# Adding the 'sed 1q' prevents false positives on HP-UX, which says:
-	#   nm: unknown option "B" ignored
-	# Tru64's nm complains that /dev/null is an invalid object file
-	# MSYS converts /dev/null to NUL, MinGW nm treats NUL as empty
-	case $build_os in
-	mingw*) lt_bad_file=conftest.nm/nofile ;;
-	*) lt_bad_file=/dev/null ;;
-	esac
-	case `"$tmp_nm" -B $lt_bad_file 2>&1 | sed '1q'` in
-	*$lt_bad_file* | *'Invalid file or object type'*)
-	  lt_cv_path_NM="$tmp_nm -B"
-	  break 2
-	  ;;
-	*)
-	  case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
-	  */dev/null*)
-	    lt_cv_path_NM="$tmp_nm -p"
-	    break 2
-	    ;;
-	  *)
-	    lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
-	    continue # so that we can try to find one that supports BSD flags
-	    ;;
-	  esac
-	  ;;
-	esac
-      fi
-    done
-    IFS=$lt_save_ifs
-  done
-  : ${lt_cv_path_NM=no}
-fi])
-if test no != "$lt_cv_path_NM"; then
-  NM=$lt_cv_path_NM
-else
-  # Didn't find any BSD compatible name lister, look for dumpbin.
-  if test -n "$DUMPBIN"; then :
-    # Let the user override the test.
-  else
-    AC_CHECK_TOOLS(DUMPBIN, [dumpbin "link -dump"], :)
-    case `$DUMPBIN -symbols -headers /dev/null 2>&1 | sed '1q'` in
-    *COFF*)
-      DUMPBIN="$DUMPBIN -symbols -headers"
-      ;;
-    *)
-      DUMPBIN=:
-      ;;
-    esac
-  fi
-  AC_SUBST([DUMPBIN])
-  if test : != "$DUMPBIN"; then
-    NM=$DUMPBIN
-  fi
-fi
-test -z "$NM" && NM=nm
-AC_SUBST([NM])
-_LT_DECL([], [NM], [1], [A BSD- or MS-compatible name lister])dnl
-
-AC_CACHE_CHECK([the name lister ($NM) interface], [lt_cv_nm_interface],
-  [lt_cv_nm_interface="BSD nm"
-  echo "int some_variable = 0;" > conftest.$ac_ext
-  (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&AS_MESSAGE_LOG_FD)
-  (eval "$ac_compile" 2>conftest.err)
-  cat conftest.err >&AS_MESSAGE_LOG_FD
-  (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&AS_MESSAGE_LOG_FD)
-  (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
-  cat conftest.err >&AS_MESSAGE_LOG_FD
-  (eval echo "\"\$as_me:$LINENO: output\"" >&AS_MESSAGE_LOG_FD)
-  cat conftest.out >&AS_MESSAGE_LOG_FD
-  if $GREP 'External.*some_variable' conftest.out > /dev/null; then
-    lt_cv_nm_interface="MS dumpbin"
-  fi
-  rm -f conftest*])
-])# LT_PATH_NM
-
-# Old names:
-AU_ALIAS([AM_PROG_NM], [LT_PATH_NM])
-AU_ALIAS([AC_PROG_NM], [LT_PATH_NM])
-dnl aclocal-1.4 backwards compatibility:
-dnl AC_DEFUN([AM_PROG_NM], [])
-dnl AC_DEFUN([AC_PROG_NM], [])
-
-# _LT_CHECK_SHAREDLIB_FROM_LINKLIB
-# --------------------------------
-# how to determine the name of the shared library
-# associated with a specific link library.
-#  -- PORTME fill in with the dynamic library characteristics
-m4_defun([_LT_CHECK_SHAREDLIB_FROM_LINKLIB],
-[m4_require([_LT_DECL_EGREP])
-m4_require([_LT_DECL_OBJDUMP])
-m4_require([_LT_DECL_DLLTOOL])
-AC_CACHE_CHECK([how to associate runtime and link libraries],
-lt_cv_sharedlib_from_linklib_cmd,
-[lt_cv_sharedlib_from_linklib_cmd='unknown'
-
-case $host_os in
-cygwin* | mingw* | pw32* | cegcc*)
-  # two different shell functions defined in ltmain.sh;
-  # decide which one to use based on capabilities of $DLLTOOL
-  case `$DLLTOOL --help 2>&1` in
-  *--identify-strict*)
-    lt_cv_sharedlib_from_linklib_cmd=func_cygming_dll_for_implib
-    ;;
-  *)
-    lt_cv_sharedlib_from_linklib_cmd=func_cygming_dll_for_implib_fallback
-    ;;
-  esac
-  ;;
-*)
-  # fallback: assume linklib IS sharedlib
-  lt_cv_sharedlib_from_linklib_cmd=$ECHO
-  ;;
-esac
-])
-sharedlib_from_linklib_cmd=$lt_cv_sharedlib_from_linklib_cmd
-test -z "$sharedlib_from_linklib_cmd" && sharedlib_from_linklib_cmd=$ECHO
-
-_LT_DECL([], [sharedlib_from_linklib_cmd], [1],
-    [Command to associate shared and link libraries])
-])# _LT_CHECK_SHAREDLIB_FROM_LINKLIB
-
-
-# _LT_PATH_MANIFEST_TOOL
-# ----------------------
-# locate the manifest tool
-m4_defun([_LT_PATH_MANIFEST_TOOL],
-[AC_CHECK_TOOL(MANIFEST_TOOL, mt, :)
-test -z "$MANIFEST_TOOL" && MANIFEST_TOOL=mt
-AC_CACHE_CHECK([if $MANIFEST_TOOL is a manifest tool], [lt_cv_path_mainfest_tool],
-  [lt_cv_path_mainfest_tool=no
-  echo "$as_me:$LINENO: $MANIFEST_TOOL '-?'" >&AS_MESSAGE_LOG_FD
-  $MANIFEST_TOOL '-?' 2>conftest.err > conftest.out
-  cat conftest.err >&AS_MESSAGE_LOG_FD
-  if $GREP 'Manifest Tool' conftest.out > /dev/null; then
-    lt_cv_path_mainfest_tool=yes
-  fi
-  rm -f conftest*])
-if test yes != "$lt_cv_path_mainfest_tool"; then
-  MANIFEST_TOOL=:
-fi
-_LT_DECL([], [MANIFEST_TOOL], [1], [Manifest tool])dnl
-])# _LT_PATH_MANIFEST_TOOL
-
-
-# _LT_DLL_DEF_P([FILE])
-# ---------------------
-# True iff FILE is a Windows DLL '.def' file.
-# Keep in sync with func_dll_def_p in the libtool script
-AC_DEFUN([_LT_DLL_DEF_P],
-[dnl
-  test DEF = "`$SED -n dnl
-    -e '\''s/^[[	 ]]*//'\'' dnl Strip leading whitespace
-    -e '\''/^\(;.*\)*$/d'\'' dnl      Delete empty lines and comments
-    -e '\''s/^\(EXPORTS\|LIBRARY\)\([[	 ]].*\)*$/DEF/p'\'' dnl
-    -e q dnl                          Only consider the first "real" line
-    $1`" dnl
-])# _LT_DLL_DEF_P
-
-
-# LT_LIB_M
-# --------
-# check for math library
-AC_DEFUN([LT_LIB_M],
-[AC_REQUIRE([AC_CANONICAL_HOST])dnl
-LIBM=
-case $host in
-*-*-beos* | *-*-cegcc* | *-*-cygwin* | *-*-haiku* | *-*-pw32* | *-*-darwin*)
-  # These system don't have libm, or don't need it
-  ;;
-*-ncr-sysv4.3*)
-  AC_CHECK_LIB(mw, _mwvalidcheckl, LIBM=-lmw)
-  AC_CHECK_LIB(m, cos, LIBM="$LIBM -lm")
-  ;;
-*)
-  AC_CHECK_LIB(m, cos, LIBM=-lm)
-  ;;
-esac
-AC_SUBST([LIBM])
-])# LT_LIB_M
-
-# Old name:
-AU_ALIAS([AC_CHECK_LIBM], [LT_LIB_M])
-dnl aclocal-1.4 backwards compatibility:
-dnl AC_DEFUN([AC_CHECK_LIBM], [])
-
-
-# _LT_COMPILER_NO_RTTI([TAGNAME])
-# -------------------------------
-m4_defun([_LT_COMPILER_NO_RTTI],
-[m4_require([_LT_TAG_COMPILER])dnl
-
-_LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=
-
-if test yes = "$GCC"; then
-  case $cc_basename in
-  nvcc*)
-    _LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=' -Xcompiler -fno-builtin' ;;
-  *)
-    _LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=' -fno-builtin' ;;
-  esac
-
-  _LT_COMPILER_OPTION([if $compiler supports -fno-rtti -fno-exceptions],
-    lt_cv_prog_compiler_rtti_exceptions,
-    [-fno-rtti -fno-exceptions], [],
-    [_LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)="$_LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1) -fno-rtti -fno-exceptions"])
-fi
-_LT_TAGDECL([no_builtin_flag], [lt_prog_compiler_no_builtin_flag], [1],
-	[Compiler flag to turn off builtin functions])
-])# _LT_COMPILER_NO_RTTI
-
-
-# _LT_CMD_GLOBAL_SYMBOLS
-# ----------------------
-m4_defun([_LT_CMD_GLOBAL_SYMBOLS],
-[AC_REQUIRE([AC_CANONICAL_HOST])dnl
-AC_REQUIRE([AC_PROG_CC])dnl
-AC_REQUIRE([AC_PROG_AWK])dnl
-AC_REQUIRE([LT_PATH_NM])dnl
-AC_REQUIRE([LT_PATH_LD])dnl
-m4_require([_LT_DECL_SED])dnl
-m4_require([_LT_DECL_EGREP])dnl
-m4_require([_LT_TAG_COMPILER])dnl
-
-# Check for command to grab the raw symbol name followed by C symbol from nm.
-AC_MSG_CHECKING([command to parse $NM output from $compiler object])
-AC_CACHE_VAL([lt_cv_sys_global_symbol_pipe],
-[
-# These are sane defaults that work on at least a few old systems.
-# [They come from Ultrix.  What could be older than Ultrix?!! ;)]
-
-# Character class describing NM global symbol codes.
-symcode='[[BCDEGRST]]'
-
-# Regexp to match symbols that can be accessed directly from C.
-sympat='\([[_A-Za-z]][[_A-Za-z0-9]]*\)'
-
-# Define system-specific variables.
-case $host_os in
-aix*)
-  symcode='[[BCDT]]'
-  ;;
-cygwin* | mingw* | pw32* | cegcc*)
-  symcode='[[ABCDGISTW]]'
-  ;;
-hpux*)
-  if test ia64 = "$host_cpu"; then
-    symcode='[[ABCDEGRST]]'
-  fi
-  ;;
-irix* | nonstopux*)
-  symcode='[[BCDEGRST]]'
-  ;;
-osf*)
-  symcode='[[BCDEGQRST]]'
-  ;;
-solaris*)
-  symcode='[[BDRT]]'
-  ;;
-sco3.2v5*)
-  symcode='[[DT]]'
-  ;;
-sysv4.2uw2*)
-  symcode='[[DT]]'
-  ;;
-sysv5* | sco5v6* | unixware* | OpenUNIX*)
-  symcode='[[ABDT]]'
-  ;;
-sysv4)
-  symcode='[[DFNSTU]]'
-  ;;
-esac
-
-# If we're using GNU nm, then use its standard symbol codes.
-case `$NM -V 2>&1` in
-*GNU* | *'with BFD'*)
-  symcode='[[ABCDGIRSTW]]' ;;
-esac
-
-if test "$lt_cv_nm_interface" = "MS dumpbin"; then
-  # Gets list of data symbols to import.
-  lt_cv_sys_global_symbol_to_import="sed -n -e 's/^I .* \(.*\)$/\1/p'"
-  # Adjust the below global symbol transforms to fixup imported variables.
-  lt_cdecl_hook=" -e 's/^I .* \(.*\)$/extern __declspec(dllimport) char \1;/p'"
-  lt_c_name_hook=" -e 's/^I .* \(.*\)$/  {\"\1\", (void *) 0},/p'"
-  lt_c_name_lib_hook="\
-  -e 's/^I .* \(lib.*\)$/  {\"\1\", (void *) 0},/p'\
-  -e 's/^I .* \(.*\)$/  {\"lib\1\", (void *) 0},/p'"
-else
-  # Disable hooks by default.
-  lt_cv_sys_global_symbol_to_import=
-  lt_cdecl_hook=
-  lt_c_name_hook=
-  lt_c_name_lib_hook=
-fi
-
-# Transform an extracted symbol line into a proper C declaration.
-# Some systems (esp. on ia64) link data and code symbols differently,
-# so use this general approach.
-lt_cv_sys_global_symbol_to_cdecl="sed -n"\
-$lt_cdecl_hook\
-" -e 's/^T .* \(.*\)$/extern int \1();/p'"\
-" -e 's/^$symcode$symcode* .* \(.*\)$/extern char \1;/p'"
-
-# Transform an extracted symbol line into symbol name and symbol address
-lt_cv_sys_global_symbol_to_c_name_address="sed -n"\
-$lt_c_name_hook\
-" -e 's/^: \(.*\) .*$/  {\"\1\", (void *) 0},/p'"\
-" -e 's/^$symcode$symcode* .* \(.*\)$/  {\"\1\", (void *) \&\1},/p'"
-
-# Transform an extracted symbol line into symbol name with lib prefix and
-# symbol address.
-lt_cv_sys_global_symbol_to_c_name_address_lib_prefix="sed -n"\
-$lt_c_name_lib_hook\
-" -e 's/^: \(.*\) .*$/  {\"\1\", (void *) 0},/p'"\
-" -e 's/^$symcode$symcode* .* \(lib.*\)$/  {\"\1\", (void *) \&\1},/p'"\
-" -e 's/^$symcode$symcode* .* \(.*\)$/  {\"lib\1\", (void *) \&\1},/p'"
-
-# Handle CRLF in mingw tool chain
-opt_cr=
-case $build_os in
-mingw*)
-  opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
-  ;;
-esac
-
-# Try without a prefix underscore, then with it.
-for ac_symprfx in "" "_"; do
-
-  # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
-  symxfrm="\\1 $ac_symprfx\\2 \\2"
-
-  # Write the raw and C identifiers.
-  if test "$lt_cv_nm_interface" = "MS dumpbin"; then
-    # Fake it for dumpbin and say T for any non-static function,
-    # D for any global variable and I for any imported variable.
-    # Also find C++ and __fastcall symbols from MSVC++,
-    # which start with @ or ?.
-    lt_cv_sys_global_symbol_pipe="$AWK ['"\
-"     {last_section=section; section=\$ 3};"\
-"     /^COFF SYMBOL TABLE/{for(i in hide) delete hide[i]};"\
-"     /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
-"     /^ *Symbol name *: /{split(\$ 0,sn,\":\"); si=substr(sn[2],2)};"\
-"     /^ *Type *: code/{print \"T\",si,substr(si,length(prfx))};"\
-"     /^ *Type *: data/{print \"I\",si,substr(si,length(prfx))};"\
-"     \$ 0!~/External *\|/{next};"\
-"     / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
-"     {if(hide[section]) next};"\
-"     {f=\"D\"}; \$ 0~/\(\).*\|/{f=\"T\"};"\
-"     {split(\$ 0,a,/\||\r/); split(a[2],s)};"\
-"     s[1]~/^[@?]/{print f,s[1],s[1]; next};"\
-"     s[1]~prfx {split(s[1],t,\"@\"); print f,t[1],substr(t[1],length(prfx))}"\
-"     ' prfx=^$ac_symprfx]"
-  else
-    lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[[	 ]]\($symcode$symcode*\)[[	 ]][[	 ]]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
-  fi
-  lt_cv_sys_global_symbol_pipe="$lt_cv_sys_global_symbol_pipe | sed '/ __gnu_lto/d'"
-
-  # Check to see that the pipe works correctly.
-  pipe_works=no
-
-  rm -f conftest*
-  cat > conftest.$ac_ext <<_LT_EOF
-#ifdef __cplusplus
-extern "C" {
-#endif
-char nm_test_var;
-void nm_test_func(void);
-void nm_test_func(void){}
-#ifdef __cplusplus
-}
-#endif
-int main(){nm_test_var='a';nm_test_func();return(0);}
-_LT_EOF
-
-  if AC_TRY_EVAL(ac_compile); then
-    # Now try to grab the symbols.
-    nlist=conftest.nm
-    if AC_TRY_EVAL(NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) && test -s "$nlist"; then
-      # Try sorting and uniquifying the output.
-      if sort "$nlist" | uniq > "$nlist"T; then
-	mv -f "$nlist"T "$nlist"
-      else
-	rm -f "$nlist"T
-      fi
-
-      # Make sure that we snagged all the symbols we need.
-      if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
-	if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
-	  cat <<_LT_EOF > conftest.$ac_ext
-/* Keep this code in sync between libtool.m4, ltmain, lt_system.h, and tests.  */
-#if defined _WIN32 || defined __CYGWIN__ || defined _WIN32_WCE
-/* DATA imports from DLLs on WIN32 can't be const, because runtime
-   relocations are performed -- see ld's documentation on pseudo-relocs.  */
-# define LT@&t at _DLSYM_CONST
-#elif defined __osf__
-/* This system does not cope well with relocations in const data.  */
-# define LT@&t at _DLSYM_CONST
-#else
-# define LT@&t at _DLSYM_CONST const
-#endif
-
-#ifdef __cplusplus
-extern "C" {
-#endif
-
-_LT_EOF
-	  # Now generate the symbol file.
-	  eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
-
-	  cat <<_LT_EOF >> conftest.$ac_ext
-
-/* The mapping between symbol names and symbols.  */
-LT@&t at _DLSYM_CONST struct {
-  const char *name;
-  void       *address;
-}
-lt__PROGRAM__LTX_preloaded_symbols[[]] =
-{
-  { "@PROGRAM@", (void *) 0 },
-_LT_EOF
-	  $SED "s/^$symcode$symcode* .* \(.*\)$/  {\"\1\", (void *) \&\1},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
-	  cat <<\_LT_EOF >> conftest.$ac_ext
-  {0, (void *) 0}
-};
-
-/* This works around a problem in FreeBSD linker */
-#ifdef FREEBSD_WORKAROUND
-static const void *lt_preloaded_setup() {
-  return lt__PROGRAM__LTX_preloaded_symbols;
-}
-#endif
-
-#ifdef __cplusplus
-}
-#endif
-_LT_EOF
-	  # Now try linking the two files.
-	  mv conftest.$ac_objext conftstm.$ac_objext
-	  lt_globsym_save_LIBS=$LIBS
-	  lt_globsym_save_CFLAGS=$CFLAGS
-	  LIBS=conftstm.$ac_objext
-	  CFLAGS="$CFLAGS$_LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)"
-	  if AC_TRY_EVAL(ac_link) && test -s conftest$ac_exeext; then
-	    pipe_works=yes
-	  fi
-	  LIBS=$lt_globsym_save_LIBS
-	  CFLAGS=$lt_globsym_save_CFLAGS
-	else
-	  echo "cannot find nm_test_func in $nlist" >&AS_MESSAGE_LOG_FD
-	fi
-      else
-	echo "cannot find nm_test_var in $nlist" >&AS_MESSAGE_LOG_FD
-      fi
-    else
-      echo "cannot run $lt_cv_sys_global_symbol_pipe" >&AS_MESSAGE_LOG_FD
-    fi
-  else
-    echo "$progname: failed program was:" >&AS_MESSAGE_LOG_FD
-    cat conftest.$ac_ext >&5
-  fi
-  rm -rf conftest* conftst*
-
-  # Do not use the global_symbol_pipe unless it works.
-  if test yes = "$pipe_works"; then
-    break
-  else
-    lt_cv_sys_global_symbol_pipe=
-  fi
-done
-])
-if test -z "$lt_cv_sys_global_symbol_pipe"; then
-  lt_cv_sys_global_symbol_to_cdecl=
-fi
-if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
-  AC_MSG_RESULT(failed)
-else
-  AC_MSG_RESULT(ok)
-fi
-
-# Response file support.
-if test "$lt_cv_nm_interface" = "MS dumpbin"; then
-  nm_file_list_spec='@'
-elif $NM --help 2>/dev/null | grep '[[@]]FILE' >/dev/null; then
-  nm_file_list_spec='@'
-fi
-
-_LT_DECL([global_symbol_pipe], [lt_cv_sys_global_symbol_pipe], [1],
-    [Take the output of nm and produce a listing of raw symbols and C names])
-_LT_DECL([global_symbol_to_cdecl], [lt_cv_sys_global_symbol_to_cdecl], [1],
-    [Transform the output of nm in a proper C declaration])
-_LT_DECL([global_symbol_to_import], [lt_cv_sys_global_symbol_to_import], [1],
-    [Transform the output of nm into a list of symbols to manually relocate])
-_LT_DECL([global_symbol_to_c_name_address],
-    [lt_cv_sys_global_symbol_to_c_name_address], [1],
-    [Transform the output of nm in a C name address pair])
-_LT_DECL([global_symbol_to_c_name_address_lib_prefix],
-    [lt_cv_sys_global_symbol_to_c_name_address_lib_prefix], [1],
-    [Transform the output of nm in a C name address pair when lib prefix is needed])
-_LT_DECL([nm_interface], [lt_cv_nm_interface], [1],
-    [The name lister interface])
-_LT_DECL([], [nm_file_list_spec], [1],
-    [Specify filename containing input files for $NM])
-]) # _LT_CMD_GLOBAL_SYMBOLS
-
-
-# _LT_COMPILER_PIC([TAGNAME])
-# ---------------------------
-m4_defun([_LT_COMPILER_PIC],
-[m4_require([_LT_TAG_COMPILER])dnl
-_LT_TAGVAR(lt_prog_compiler_wl, $1)=
-_LT_TAGVAR(lt_prog_compiler_pic, $1)=
-_LT_TAGVAR(lt_prog_compiler_static, $1)=
-
-m4_if([$1], [CXX], [
-  # C++ specific cases for pic, static, wl, etc.
-  if test yes = "$GXX"; then
-    _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
-    _LT_TAGVAR(lt_prog_compiler_static, $1)='-static'
-
-    case $host_os in
-    aix*)
-      # All AIX code is PIC.
-      if test ia64 = "$host_cpu"; then
-	# AIX 5 now supports IA64 processor
-	_LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
-      fi
-      _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
-      ;;
-
-    amigaos*)
-      case $host_cpu in
-      powerpc)
-            # see comment about AmigaOS4 .so support
-            _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
-        ;;
-      m68k)
-            # FIXME: we need at least 68020 code to build shared libraries, but
-            # adding the '-m68020' flag to GCC prevents building anything better,
-            # like '-m68040'.
-            _LT_TAGVAR(lt_prog_compiler_pic, $1)='-m68020 -resident32 -malways-restore-a4'
-        ;;
-      esac
-      ;;
-
-    beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
-      # PIC is the default for these OSes.
-      ;;
-    mingw* | cygwin* | os2* | pw32* | cegcc*)
-      # This hack is so that the source file can tell whether it is being
-      # built for inclusion in a dll (and should export symbols for example).
-      # Although the cygwin gcc ignores -fPIC, still need this for old-style
-      # (--disable-auto-import) libraries
-      m4_if([$1], [GCJ], [],
-	[_LT_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT'])
-      case $host_os in
-      os2*)
-	_LT_TAGVAR(lt_prog_compiler_static, $1)='$wl-static'
-	;;
-      esac
-      ;;
-    darwin* | rhapsody*)
-      # PIC is the default on this platform
-      # Common symbols not allowed in MH_DYLIB files
-      _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fno-common'
-      ;;
-    *djgpp*)
-      # DJGPP does not support shared libraries at all
-      _LT_TAGVAR(lt_prog_compiler_pic, $1)=
-      ;;
-    haiku*)
-      # PIC is the default for Haiku.
-      # The "-static" flag exists, but is broken.
-      _LT_TAGVAR(lt_prog_compiler_static, $1)=
-      ;;
-    interix[[3-9]]*)
-      # Interix 3.x gcc -fpic/-fPIC options generate broken code.
-      # Instead, we relocate shared libraries at runtime.
-      ;;
-    sysv4*MP*)
-      if test -d /usr/nec; then
-	_LT_TAGVAR(lt_prog_compiler_pic, $1)=-Kconform_pic
-      fi
-      ;;
-    hpux*)
-      # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
-      # PA HP-UX.  On IA64 HP-UX, PIC is the default but the pic flag
-      # sets the default TLS model and affects inlining.
-      case $host_cpu in
-      hppa*64*)
-	;;
-      *)
-	_LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
-	;;
-      esac
-      ;;
-    *qnx* | *nto*)
-      # QNX uses GNU C++, but need to define -shared option too, otherwise
-      # it will coredump.
-      _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC -shared'
-      ;;
-    *)
-      _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
-      ;;
-    esac
-  else
-    case $host_os in
-      aix[[4-9]]*)
-	# All AIX code is PIC.
-	if test ia64 = "$host_cpu"; then
-	  # AIX 5 now supports IA64 processor
-	  _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
-	else
-	  _LT_TAGVAR(lt_prog_compiler_static, $1)='-bnso -bI:/lib/syscalls.exp'
-	fi
-	;;
-      chorus*)
-	case $cc_basename in
-	cxch68*)
-	  # Green Hills C++ Compiler
-	  # _LT_TAGVAR(lt_prog_compiler_static, $1)="--no_auto_instantiation -u __main -u __premain -u _abort -r $COOL_DIR/lib/libOrb.a $MVME_DIR/lib/CC/libC.a $MVME_DIR/lib/classix/libcx.s.a"
-	  ;;
-	esac
-	;;
-      mingw* | cygwin* | os2* | pw32* | cegcc*)
-	# This hack is so that the source file can tell whether it is being
-	# built for inclusion in a dll (and should export symbols for example).
-	m4_if([$1], [GCJ], [],
-	  [_LT_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT'])
-	;;
-      dgux*)
-	case $cc_basename in
-	  ec++*)
-	    _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
-	    ;;
-	  ghcx*)
-	    # Green Hills C++ Compiler
-	    _LT_TAGVAR(lt_prog_compiler_pic, $1)='-pic'
-	    ;;
-	  *)
-	    ;;
-	esac
-	;;
-      freebsd* | dragonfly*)
-	# FreeBSD uses GNU C++
-	;;
-      hpux9* | hpux10* | hpux11*)
-	case $cc_basename in
-	  CC*)
-	    _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
-	    _LT_TAGVAR(lt_prog_compiler_static, $1)='$wl-a ${wl}archive'
-	    if test ia64 != "$host_cpu"; then
-	      _LT_TAGVAR(lt_prog_compiler_pic, $1)='+Z'
-	    fi
-	    ;;
-	  aCC*)
-	    _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
-	    _LT_TAGVAR(lt_prog_compiler_static, $1)='$wl-a ${wl}archive'
-	    case $host_cpu in
-	    hppa*64*|ia64*)
-	      # +Z the default
-	      ;;
-	    *)
-	      _LT_TAGVAR(lt_prog_compiler_pic, $1)='+Z'
-	      ;;
-	    esac
-	    ;;
-	  *)
-	    ;;
-	esac
-	;;
-      interix*)
-	# This is c89, which is MS Visual C++ (no shared libs)
-	# Anyone wants to do a port?
-	;;
-      irix5* | irix6* | nonstopux*)
-	case $cc_basename in
-	  CC*)
-	    _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
-	    _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
-	    # CC pic flag -KPIC is the default.
-	    ;;
-	  *)
-	    ;;
-	esac
-	;;
-      linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
-	case $cc_basename in
-	  KCC*)
-	    # KAI C++ Compiler
-	    _LT_TAGVAR(lt_prog_compiler_wl, $1)='--backend -Wl,'
-	    _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
-	    ;;
-	  ecpc* )
-	    # old Intel C++ for x86_64, which still supported -KPIC.
-	    _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
-	    _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
-	    _LT_TAGVAR(lt_prog_compiler_static, $1)='-static'
-	    ;;
-	  icpc* )
-	    # Intel C++, used to be incompatible with GCC.
-	    # ICC 10 doesn't accept -KPIC any more.
-	    _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
-	    _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
-	    _LT_TAGVAR(lt_prog_compiler_static, $1)='-static'
-	    ;;
-	  pgCC* | pgcpp*)
-	    # Portland Group C++ compiler
-	    _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
-	    _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fpic'
-	    _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
-	    ;;
-	  cxx*)
-	    # Compaq C++
-	    # Make sure the PIC flag is empty.  It appears that all Alpha
-	    # Linux and Compaq Tru64 Unix objects are PIC.
-	    _LT_TAGVAR(lt_prog_compiler_pic, $1)=
-	    _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
-	    ;;
-	  xlc* | xlC* | bgxl[[cC]]* | mpixl[[cC]]*)
-	    # IBM XL 8.0, 9.0 on PPC and BlueGene
-	    _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
-	    _LT_TAGVAR(lt_prog_compiler_pic, $1)='-qpic'
-	    _LT_TAGVAR(lt_prog_compiler_static, $1)='-qstaticlink'
-	    ;;
-	  *)
-	    case `$CC -V 2>&1 | sed 5q` in
-	    *Sun\ C*)
-	      # Sun C++ 5.9
-	      _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
-	      _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
-	      _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld '
-	      ;;
-	    esac
-	    ;;
-	esac
-	;;
-      lynxos*)
-	;;
-      m88k*)
-	;;
-      mvs*)
-	case $cc_basename in
-	  cxx*)
-	    _LT_TAGVAR(lt_prog_compiler_pic, $1)='-W c,exportall'
-	    ;;
-	  *)
-	    ;;
-	esac
-	;;
-      netbsd*)
-	;;
-      *qnx* | *nto*)
-        # QNX uses GNU C++, but need to define -shared option too, otherwise
-        # it will coredump.
-        _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC -shared'
-        ;;
-      osf3* | osf4* | osf5*)
-	case $cc_basename in
-	  KCC*)
-	    _LT_TAGVAR(lt_prog_compiler_wl, $1)='--backend -Wl,'
-	    ;;
-	  RCC*)
-	    # Rational C++ 2.4.1
-	    _LT_TAGVAR(lt_prog_compiler_pic, $1)='-pic'
-	    ;;
-	  cxx*)
-	    # Digital/Compaq C++
-	    _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
-	    # Make sure the PIC flag is empty.  It appears that all Alpha
-	    # Linux and Compaq Tru64 Unix objects are PIC.
-	    _LT_TAGVAR(lt_prog_compiler_pic, $1)=
-	    _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
-	    ;;
-	  *)
-	    ;;
-	esac
-	;;
-      psos*)
-	;;
-      solaris*)
-	case $cc_basename in
-	  CC* | sunCC*)
-	    # Sun C++ 4.2, 5.x and Centerline C++
-	    _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
-	    _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
-	    _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld '
-	    ;;
-	  gcx*)
-	    # Green Hills C++ Compiler
-	    _LT_TAGVAR(lt_prog_compiler_pic, $1)='-PIC'
-	    ;;
-	  *)
-	    ;;
-	esac
-	;;
-      sunos4*)
-	case $cc_basename in
-	  CC*)
-	    # Sun C++ 4.x
-	    _LT_TAGVAR(lt_prog_compiler_pic, $1)='-pic'
-	    _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
-	    ;;
-	  lcc*)
-	    # Lucid
-	    _LT_TAGVAR(lt_prog_compiler_pic, $1)='-pic'
-	    ;;
-	  *)
-	    ;;
-	esac
-	;;
-      sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
-	case $cc_basename in
-	  CC*)
-	    _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
-	    _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
-	    _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
-	    ;;
-	esac
-	;;
-      tandem*)
-	case $cc_basename in
-	  NCC*)
-	    # NonStop-UX NCC 3.20
-	    _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
-	    ;;
-	  *)
-	    ;;
-	esac
-	;;
-      vxworks*)
-	;;
-      *)
-	_LT_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no
-	;;
-    esac
-  fi
-],
-[
-  if test yes = "$GCC"; then
-    _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
-    _LT_TAGVAR(lt_prog_compiler_static, $1)='-static'
-
-    case $host_os in
-      aix*)
-      # All AIX code is PIC.
-      if test ia64 = "$host_cpu"; then
-	# AIX 5 now supports IA64 processor
-	_LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
-      fi
-      _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
-      ;;
-
-    amigaos*)
-      case $host_cpu in
-      powerpc)
-            # see comment about AmigaOS4 .so support
-            _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
-        ;;
-      m68k)
-            # FIXME: we need at least 68020 code to build shared libraries, but
-            # adding the '-m68020' flag to GCC prevents building anything better,
-            # like '-m68040'.
-            _LT_TAGVAR(lt_prog_compiler_pic, $1)='-m68020 -resident32 -malways-restore-a4'
-        ;;
-      esac
-      ;;
-
-    beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
-      # PIC is the default for these OSes.
-      ;;
-
-    mingw* | cygwin* | pw32* | os2* | cegcc*)
-      # This hack is so that the source file can tell whether it is being
-      # built for inclusion in a dll (and should export symbols for example).
-      # Although the cygwin gcc ignores -fPIC, still need this for old-style
-      # (--disable-auto-import) libraries
-      m4_if([$1], [GCJ], [],
-	[_LT_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT'])
-      case $host_os in
-      os2*)
-	_LT_TAGVAR(lt_prog_compiler_static, $1)='$wl-static'
-	;;
-      esac
-      ;;
-
-    darwin* | rhapsody*)
-      # PIC is the default on this platform
-      # Common symbols not allowed in MH_DYLIB files
-      _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fno-common'
-      ;;
-
-    haiku*)
-      # PIC is the default for Haiku.
-      # The "-static" flag exists, but is broken.
-      _LT_TAGVAR(lt_prog_compiler_static, $1)=
-      ;;
-
-    hpux*)
-      # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
-      # PA HP-UX.  On IA64 HP-UX, PIC is the default but the pic flag
-      # sets the default TLS model and affects inlining.
-      case $host_cpu in
-      hppa*64*)
-	# +Z the default
-	;;
-      *)
-	_LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
-	;;
-      esac
-      ;;
-
-    interix[[3-9]]*)
-      # Interix 3.x gcc -fpic/-fPIC options generate broken code.
-      # Instead, we relocate shared libraries at runtime.
-      ;;
-
-    msdosdjgpp*)
-      # Just because we use GCC doesn't mean we suddenly get shared libraries
-      # on systems that don't support them.
-      _LT_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no
-      enable_shared=no
-      ;;
-
-    *nto* | *qnx*)
-      # QNX uses GNU C++, but need to define -shared option too, otherwise
-      # it will coredump.
-      _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC -shared'
-      ;;
-
-    sysv4*MP*)
-      if test -d /usr/nec; then
-	_LT_TAGVAR(lt_prog_compiler_pic, $1)=-Kconform_pic
-      fi
-      ;;
-
-    *)
-      _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
-      ;;
-    esac
-
-    case $cc_basename in
-    nvcc*) # Cuda Compiler Driver 2.2
-      _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Xlinker '
-      if test -n "$_LT_TAGVAR(lt_prog_compiler_pic, $1)"; then
-        _LT_TAGVAR(lt_prog_compiler_pic, $1)="-Xcompiler $_LT_TAGVAR(lt_prog_compiler_pic, $1)"
-      fi
-      ;;
-    esac
-  else
-    # PORTME Check for flag to pass linker flags through the system compiler.
-    case $host_os in
-    aix*)
-      _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
-      if test ia64 = "$host_cpu"; then
-	# AIX 5 now supports IA64 processor
-	_LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
-      else
-	_LT_TAGVAR(lt_prog_compiler_static, $1)='-bnso -bI:/lib/syscalls.exp'
-      fi
-      ;;
-
-    darwin* | rhapsody*)
-      # PIC is the default on this platform
-      # Common symbols not allowed in MH_DYLIB files
-      _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fno-common'
-      case $cc_basename in
-      nagfor*)
-        # NAG Fortran compiler
-        _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,-Wl,,'
-        _LT_TAGVAR(lt_prog_compiler_pic, $1)='-PIC'
-        _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
-        ;;
-      esac
-      ;;
-
-    mingw* | cygwin* | pw32* | os2* | cegcc*)
-      # This hack is so that the source file can tell whether it is being
-      # built for inclusion in a dll (and should export symbols for example).
-      m4_if([$1], [GCJ], [],
-	[_LT_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT'])
-      case $host_os in
-      os2*)
-	_LT_TAGVAR(lt_prog_compiler_static, $1)='$wl-static'
-	;;
-      esac
-      ;;
-
-    hpux9* | hpux10* | hpux11*)
-      _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
-      # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
-      # not for PA HP-UX.
-      case $host_cpu in
-      hppa*64*|ia64*)
-	# +Z the default
-	;;
-      *)
-	_LT_TAGVAR(lt_prog_compiler_pic, $1)='+Z'
-	;;
-      esac
-      # Is there a better lt_prog_compiler_static that works with the bundled CC?
-      _LT_TAGVAR(lt_prog_compiler_static, $1)='$wl-a ${wl}archive'
-      ;;
-
-    irix5* | irix6* | nonstopux*)
-      _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
-      # PIC (with -KPIC) is the default.
-      _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
-      ;;
-
-    linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
-      case $cc_basename in
-      # old Intel for x86_64, which still supported -KPIC.
-      ecc*)
-	_LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
-	_LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
-	_LT_TAGVAR(lt_prog_compiler_static, $1)='-static'
-        ;;
-      # icc used to be incompatible with GCC.
-      # ICC 10 doesn't accept -KPIC any more.
-      icc* | ifort*)
-	_LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
-	_LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
-	_LT_TAGVAR(lt_prog_compiler_static, $1)='-static'
-        ;;
-      # Lahey Fortran 8.1.
-      lf95*)
-	_LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
-	_LT_TAGVAR(lt_prog_compiler_pic, $1)='--shared'
-	_LT_TAGVAR(lt_prog_compiler_static, $1)='--static'
-	;;
-      nagfor*)
-	# NAG Fortran compiler
-	_LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,-Wl,,'
-	_LT_TAGVAR(lt_prog_compiler_pic, $1)='-PIC'
-	_LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
-	;;
-      tcc*)
-	# Fabrice Bellard et al's Tiny C Compiler
-	_LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
-	_LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
-	_LT_TAGVAR(lt_prog_compiler_static, $1)='-static'
-	;;
-      pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*)
-        # Portland Group compilers (*not* the Pentium gcc compiler,
-	# which looks to be a dead project)
-	_LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
-	_LT_TAGVAR(lt_prog_compiler_pic, $1)='-fpic'
-	_LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
-        ;;
-      ccc*)
-        _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
-        # All Alpha code is PIC.
-        _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
-        ;;
-      xl* | bgxl* | bgf* | mpixl*)
-	# IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene
-	_LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
-	_LT_TAGVAR(lt_prog_compiler_pic, $1)='-qpic'
-	_LT_TAGVAR(lt_prog_compiler_static, $1)='-qstaticlink'
-	;;
-      *)
-	case `$CC -V 2>&1 | sed 5q` in
-	*Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [[1-7]].* | *Sun*Fortran*\ 8.[[0-3]]*)
-	  # Sun Fortran 8.3 passes all unrecognized flags to the linker
-	  _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
-	  _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
-	  _LT_TAGVAR(lt_prog_compiler_wl, $1)=''
-	  ;;
-	*Sun\ F* | *Sun*Fortran*)
-	  _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
-	  _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
-	  _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld '
-	  ;;
-	*Sun\ C*)
-	  # Sun C 5.9
-	  _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
-	  _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
-	  _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
-	  ;;
-        *Intel*\ [[CF]]*Compiler*)
-	  _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
-	  _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
-	  _LT_TAGVAR(lt_prog_compiler_static, $1)='-static'
-	  ;;
-	*Portland\ Group*)
-	  _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
-	  _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fpic'
-	  _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
-	  ;;
-	esac
-	;;
-      esac
-      ;;
-
-    newsos6)
-      _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
-      _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
-      ;;
-
-    *nto* | *qnx*)
-      # QNX uses GNU C++, but need to define -shared option too, otherwise
-      # it will coredump.
-      _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC -shared'
-      ;;
-
-    osf3* | osf4* | osf5*)
-      _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
-      # All OSF/1 code is PIC.
-      _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
-      ;;
-
-    rdos*)
-      _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
-      ;;
-
-    solaris*)
-      _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
-      _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
-      case $cc_basename in
-      f77* | f90* | f95* | sunf77* | sunf90* | sunf95*)
-	_LT_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld ';;
-      *)
-	_LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,';;
-      esac
-      ;;
-
-    sunos4*)
-      _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld '
-      _LT_TAGVAR(lt_prog_compiler_pic, $1)='-PIC'
-      _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
-      ;;
-
-    sysv4 | sysv4.2uw2* | sysv4.3*)
-      _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
-      _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
-      _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
-      ;;
-
-    sysv4*MP*)
-      if test -d /usr/nec; then
-	_LT_TAGVAR(lt_prog_compiler_pic, $1)='-Kconform_pic'
-	_LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
-      fi
-      ;;
-
-    sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
-      _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
-      _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
-      _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
-      ;;
-
-    unicos*)
-      _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
-      _LT_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no
-      ;;
-
-    uts4*)
-      _LT_TAGVAR(lt_prog_compiler_pic, $1)='-pic'
-      _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
-      ;;
-
-    *)
-      _LT_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no
-      ;;
-    esac
-  fi
-])
-case $host_os in
-  # For platforms that do not support PIC, -DPIC is meaningless:
-  *djgpp*)
-    _LT_TAGVAR(lt_prog_compiler_pic, $1)=
-    ;;
-  *)
-    _LT_TAGVAR(lt_prog_compiler_pic, $1)="$_LT_TAGVAR(lt_prog_compiler_pic, $1)@&t at m4_if([$1],[],[ -DPIC],[m4_if([$1],[CXX],[ -DPIC],[])])"
-    ;;
-esac
-
-AC_CACHE_CHECK([for $compiler option to produce PIC],
-  [_LT_TAGVAR(lt_cv_prog_compiler_pic, $1)],
-  [_LT_TAGVAR(lt_cv_prog_compiler_pic, $1)=$_LT_TAGVAR(lt_prog_compiler_pic, $1)])
-_LT_TAGVAR(lt_prog_compiler_pic, $1)=$_LT_TAGVAR(lt_cv_prog_compiler_pic, $1)
-
-#
-# Check to make sure the PIC flag actually works.
-#
-if test -n "$_LT_TAGVAR(lt_prog_compiler_pic, $1)"; then
-  _LT_COMPILER_OPTION([if $compiler PIC flag $_LT_TAGVAR(lt_prog_compiler_pic, $1) works],
-    [_LT_TAGVAR(lt_cv_prog_compiler_pic_works, $1)],
-    [$_LT_TAGVAR(lt_prog_compiler_pic, $1)@&t at m4_if([$1],[],[ -DPIC],[m4_if([$1],[CXX],[ -DPIC],[])])], [],
-    [case $_LT_TAGVAR(lt_prog_compiler_pic, $1) in
-     "" | " "*) ;;
-     *) _LT_TAGVAR(lt_prog_compiler_pic, $1)=" $_LT_TAGVAR(lt_prog_compiler_pic, $1)" ;;
-     esac],
-    [_LT_TAGVAR(lt_prog_compiler_pic, $1)=
-     _LT_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no])
-fi
-_LT_TAGDECL([pic_flag], [lt_prog_compiler_pic], [1],
-	[Additional compiler flags for building library objects])
-
-_LT_TAGDECL([wl], [lt_prog_compiler_wl], [1],
-	[How to pass a linker flag through the compiler])
-#
-# Check to make sure the static flag actually works.
-#
-wl=$_LT_TAGVAR(lt_prog_compiler_wl, $1) eval lt_tmp_static_flag=\"$_LT_TAGVAR(lt_prog_compiler_static, $1)\"
-_LT_LINKER_OPTION([if $compiler static flag $lt_tmp_static_flag works],
-  _LT_TAGVAR(lt_cv_prog_compiler_static_works, $1),
-  $lt_tmp_static_flag,
-  [],
-  [_LT_TAGVAR(lt_prog_compiler_static, $1)=])
-_LT_TAGDECL([link_static_flag], [lt_prog_compiler_static], [1],
-	[Compiler flag to prevent dynamic linking])
-])# _LT_COMPILER_PIC
-
-
-# _LT_LINKER_SHLIBS([TAGNAME])
-# ----------------------------
-# See if the linker supports building shared libraries.
-m4_defun([_LT_LINKER_SHLIBS],
-[AC_REQUIRE([LT_PATH_LD])dnl
-AC_REQUIRE([LT_PATH_NM])dnl
-m4_require([_LT_PATH_MANIFEST_TOOL])dnl
-m4_require([_LT_FILEUTILS_DEFAULTS])dnl
-m4_require([_LT_DECL_EGREP])dnl
-m4_require([_LT_DECL_SED])dnl
-m4_require([_LT_CMD_GLOBAL_SYMBOLS])dnl
-m4_require([_LT_TAG_COMPILER])dnl
-AC_MSG_CHECKING([whether the $compiler linker ($LD) supports shared libraries])
-m4_if([$1], [CXX], [
-  _LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
-  _LT_TAGVAR(exclude_expsyms, $1)=['_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*']
-  case $host_os in
-  aix[[4-9]]*)
-    # If we're using GNU nm, then we don't want the "-C" option.
-    # -C means demangle to GNU nm, but means don't demangle to AIX nm.
-    # Without the "-l" option, or with the "-B" option, AIX nm treats
-    # weak defined symbols like other global defined symbols, whereas
-    # GNU nm marks them as "W".
-    # While the 'weak' keyword is ignored in the Export File, we need
-    # it in the Import File for the 'aix-soname' feature, so we have
-    # to replace the "-B" option with "-P" for AIX nm.
-    if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
-      _LT_TAGVAR(export_symbols_cmds, $1)='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W")) && ([substr](\$ 3,1,1) != ".")) { if (\$ 2 == "W") { print \$ 3 " weak" } else { print \$ 3 } } }'\'' | sort -u > $export_symbols'
-    else
-      _LT_TAGVAR(export_symbols_cmds, $1)='`func_echo_all $NM | $SED -e '\''s/B\([[^B]]*\)$/P\1/'\''` -PCpgl $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) && ([substr](\$ 1,1,1) != ".")) { if ((\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) { print \$ 1 " weak" } else { print \$ 1 } } }'\'' | sort -u > $export_symbols'
-    fi
-    ;;
-  pw32*)
-    _LT_TAGVAR(export_symbols_cmds, $1)=$ltdll_cmds
-    ;;
-  cygwin* | mingw* | cegcc*)
-    case $cc_basename in
-    cl*)
-      _LT_TAGVAR(exclude_expsyms, $1)='_NULL_IMPORT_DESCRIPTOR|_IMPORT_DESCRIPTOR_.*'
-      ;;
-    *)
-      _LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[[BCDGRS]][[ ]]/s/.*[[ ]]\([[^ ]]*\)/\1 DATA/;s/^.*[[ ]]__nm__\([[^ ]]*\)[[ ]][[^ ]]*/\1 DATA/;/^I[[ ]]/d;/^[[AITW]][[ ]]/s/.* //'\'' | sort | uniq > $export_symbols'
-      _LT_TAGVAR(exclude_expsyms, $1)=['[_]+GLOBAL_OFFSET_TABLE_|[_]+GLOBAL__[FID]_.*|[_]+head_[A-Za-z0-9_]+_dll|[A-Za-z0-9_]+_dll_iname']
-      ;;
-    esac
-    ;;
-  *)
-    _LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
-    ;;
-  esac
-], [
-  runpath_var=
-  _LT_TAGVAR(allow_undefined_flag, $1)=
-  _LT_TAGVAR(always_export_symbols, $1)=no
-  _LT_TAGVAR(archive_cmds, $1)=
-  _LT_TAGVAR(archive_expsym_cmds, $1)=
-  _LT_TAGVAR(compiler_needs_object, $1)=no
-  _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=no
-  _LT_TAGVAR(export_dynamic_flag_spec, $1)=
-  _LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
-  _LT_TAGVAR(hardcode_automatic, $1)=no
-  _LT_TAGVAR(hardcode_direct, $1)=no
-  _LT_TAGVAR(hardcode_direct_absolute, $1)=no
-  _LT_TAGVAR(hardcode_libdir_flag_spec, $1)=
-  _LT_TAGVAR(hardcode_libdir_separator, $1)=
-  _LT_TAGVAR(hardcode_minus_L, $1)=no
-  _LT_TAGVAR(hardcode_shlibpath_var, $1)=unsupported
-  _LT_TAGVAR(inherit_rpath, $1)=no
-  _LT_TAGVAR(link_all_deplibs, $1)=unknown
-  _LT_TAGVAR(module_cmds, $1)=
-  _LT_TAGVAR(module_expsym_cmds, $1)=
-  _LT_TAGVAR(old_archive_from_new_cmds, $1)=
-  _LT_TAGVAR(old_archive_from_expsyms_cmds, $1)=
-  _LT_TAGVAR(thread_safe_flag_spec, $1)=
-  _LT_TAGVAR(whole_archive_flag_spec, $1)=
-  # include_expsyms should be a list of space-separated symbols to be *always*
-  # included in the symbol list
-  _LT_TAGVAR(include_expsyms, $1)=
-  # exclude_expsyms can be an extended regexp of symbols to exclude
-  # it will be wrapped by ' (' and ')$', so one must not match beginning or
-  # end of line.  Example: 'a|bc|.*d.*' will exclude the symbols 'a' and 'bc',
-  # as well as any symbol that contains 'd'.
-  _LT_TAGVAR(exclude_expsyms, $1)=['_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*']
-  # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
-  # platforms (ab)use it in PIC code, but their linkers get confused if
-  # the symbol is explicitly referenced.  Since portable code cannot
-  # rely on this symbol name, it's probably fine to never include it in
-  # preloaded symbol tables.
-  # Exclude shared library initialization/finalization symbols.
-dnl Note also adjust exclude_expsyms for C++ above.
-  extract_expsyms_cmds=
-
-  case $host_os in
-  cygwin* | mingw* | pw32* | cegcc*)
-    # FIXME: the MSVC++ port hasn't been tested in a loooong time
-    # When not using gcc, we currently assume that we are using
-    # Microsoft Visual C++.
-    if test yes != "$GCC"; then
-      with_gnu_ld=no
-    fi
-    ;;
-  interix*)
-    # we just hope/assume this is gcc and not c89 (= MSVC++)
-    with_gnu_ld=yes
-    ;;
-  openbsd* | bitrig*)
-    with_gnu_ld=no
-    ;;
-  esac
-
-  _LT_TAGVAR(ld_shlibs, $1)=yes
-
-  # On some targets, GNU ld is compatible enough with the native linker
-  # that we're better off using the native interface for both.
-  lt_use_gnu_ld_interface=no
-  if test yes = "$with_gnu_ld"; then
-    case $host_os in
-      aix*)
-	# The AIX port of GNU ld has always aspired to compatibility
-	# with the native linker.  However, as the warning in the GNU ld
-	# block says, versions before 2.19.5* couldn't really create working
-	# shared libraries, regardless of the interface used.
-	case `$LD -v 2>&1` in
-	  *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
-	  *\ \(GNU\ Binutils\)\ 2.[[2-9]]*) ;;
-	  *\ \(GNU\ Binutils\)\ [[3-9]]*) ;;
-	  *)
-	    lt_use_gnu_ld_interface=yes
-	    ;;
-	esac
-	;;
-      *)
-	lt_use_gnu_ld_interface=yes
-	;;
-    esac
-  fi
-
-  if test yes = "$lt_use_gnu_ld_interface"; then
-    # If archive_cmds runs LD, not CC, wlarc should be empty
-    wlarc='$wl'
-
-    # Set some defaults for GNU ld with shared library support. These
-    # are reset later if shared libraries are not supported. Putting them
-    # here allows them to be overridden if necessary.
-    runpath_var=LD_RUN_PATH
-    _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir'
-    _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl--export-dynamic'
-    # ancient GNU ld didn't support --whole-archive et. al.
-    if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
-      _LT_TAGVAR(whole_archive_flag_spec, $1)=$wlarc'--whole-archive$convenience '$wlarc'--no-whole-archive'
-    else
-      _LT_TAGVAR(whole_archive_flag_spec, $1)=
-    fi
-    supports_anon_versioning=no
-    case `$LD -v | $SED -e 's/([^)]\+)\s\+//' 2>&1` in
-      *GNU\ gold*) supports_anon_versioning=yes ;;
-      *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.10.*) ;; # catch versions < 2.11
-      *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
-      *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
-      *\ 2.11.*) ;; # other 2.11 versions
-      *) supports_anon_versioning=yes ;;
-    esac
-
-    # See if GNU ld supports shared libraries.
-    case $host_os in
-    aix[[3-9]]*)
-      # On AIX/PPC, the GNU linker is very broken
-      if test ia64 != "$host_cpu"; then
-	_LT_TAGVAR(ld_shlibs, $1)=no
-	cat <<_LT_EOF 1>&2
-
-*** Warning: the GNU linker, at least up to release 2.19, is reported
-*** to be unable to reliably create shared libraries on AIX.
-*** Therefore, libtool is disabling shared libraries support.  If you
-*** really care for shared libraries, you may want to install binutils
-*** 2.20 or above, or modify your PATH so that a non-GNU linker is found.
-*** You will then need to restart the configuration process.
-
-_LT_EOF
-      fi
-      ;;
-
-    amigaos*)
-      case $host_cpu in
-      powerpc)
-            # see comment about AmigaOS4 .so support
-            _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
-            _LT_TAGVAR(archive_expsym_cmds, $1)=''
-        ;;
-      m68k)
-            _LT_TAGVAR(archive_cmds, $1)='$RM $output_objdir/a2ixlibrary.data~$ECHO "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$ECHO "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$ECHO "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$ECHO "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)'
-            _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
-            _LT_TAGVAR(hardcode_minus_L, $1)=yes
-        ;;
-      esac
-      ;;
-
-    beos*)
-      if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
-	_LT_TAGVAR(allow_undefined_flag, $1)=unsupported
-	# Joseph Beckenbach <jrb3 at best.com> says some releases of gcc
-	# support --undefined.  This deserves some investigation.  FIXME
-	_LT_TAGVAR(archive_cmds, $1)='$CC -nostart $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
-      else
-	_LT_TAGVAR(ld_shlibs, $1)=no
-      fi
-      ;;
-
-    cygwin* | mingw* | pw32* | cegcc*)
-      # _LT_TAGVAR(hardcode_libdir_flag_spec, $1) is actually meaningless,
-      # as there is no search path for DLLs.
-      _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
-      _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl--export-all-symbols'
-      _LT_TAGVAR(allow_undefined_flag, $1)=unsupported
-      _LT_TAGVAR(always_export_symbols, $1)=no
-      _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes
-      _LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[[BCDGRS]][[ ]]/s/.*[[ ]]\([[^ ]]*\)/\1 DATA/;s/^.*[[ ]]__nm__\([[^ ]]*\)[[ ]][[^ ]]*/\1 DATA/;/^I[[ ]]/d;/^[[AITW]][[ ]]/s/.* //'\'' | sort | uniq > $export_symbols'
-      _LT_TAGVAR(exclude_expsyms, $1)=['[_]+GLOBAL_OFFSET_TABLE_|[_]+GLOBAL__[FID]_.*|[_]+head_[A-Za-z0-9_]+_dll|[A-Za-z0-9_]+_dll_iname']
-
-      if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
-        _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname $wl--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
-	# If the export-symbols file already is a .def file, use it as
-	# is; otherwise, prepend EXPORTS...
-	_LT_TAGVAR(archive_expsym_cmds, $1)='if _LT_DLL_DEF_P([$export_symbols]); then
-          cp $export_symbols $output_objdir/$soname.def;
-        else
-          echo EXPORTS > $output_objdir/$soname.def;
-          cat $export_symbols >> $output_objdir/$soname.def;
-        fi~
-        $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname $wl--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
-      else
-	_LT_TAGVAR(ld_shlibs, $1)=no
-      fi
-      ;;
-
-    haiku*)
-      _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
-      _LT_TAGVAR(link_all_deplibs, $1)=yes
-      ;;
-
-    os2*)
-      _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
-      _LT_TAGVAR(hardcode_minus_L, $1)=yes
-      _LT_TAGVAR(allow_undefined_flag, $1)=unsupported
-      shrext_cmds=.dll
-      _LT_TAGVAR(archive_cmds, $1)='$ECHO "LIBRARY ${soname%$shared_ext} INITINSTANCE TERMINSTANCE" > $output_objdir/$libname.def~
-	$ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~
-	$ECHO "DATA MULTIPLE NONSHARED" >> $output_objdir/$libname.def~
-	$ECHO EXPORTS >> $output_objdir/$libname.def~
-	emxexp $libobjs | $SED /"_DLL_InitTerm"/d >> $output_objdir/$libname.def~
-	$CC -Zdll -Zcrtdll -o $output_objdir/$soname $libobjs $deplibs $compiler_flags $output_objdir/$libname.def~
-	emximp -o $lib $output_objdir/$libname.def'
-      _LT_TAGVAR(archive_expsym_cmds, $1)='$ECHO "LIBRARY ${soname%$shared_ext} INITINSTANCE TERMINSTANCE" > $output_objdir/$libname.def~
-	$ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~
-	$ECHO "DATA MULTIPLE NONSHARED" >> $output_objdir/$libname.def~
-	$ECHO EXPORTS >> $output_objdir/$libname.def~
-	prefix_cmds="$SED"~
-	if test EXPORTS = "`$SED 1q $export_symbols`"; then
-	  prefix_cmds="$prefix_cmds -e 1d";
-	fi~
-	prefix_cmds="$prefix_cmds -e \"s/^\(.*\)$/_\1/g\""~
-	cat $export_symbols | $prefix_cmds >> $output_objdir/$libname.def~
-	$CC -Zdll -Zcrtdll -o $output_objdir/$soname $libobjs $deplibs $compiler_flags $output_objdir/$libname.def~
-	emximp -o $lib $output_objdir/$libname.def'
-      _LT_TAGVAR(old_archive_From_new_cmds, $1)='emximp -o $output_objdir/${libname}_dll.a $output_objdir/$libname.def'
-      _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes
-      ;;
-
-    interix[[3-9]]*)
-      _LT_TAGVAR(hardcode_direct, $1)=no
-      _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
-      _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath,$libdir'
-      _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl-E'
-      # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
-      # Instead, shared libraries are loaded at an image base (0x10000000 by
-      # default) and relocated if they conflict, which is a slow very memory
-      # consuming and fragmenting process.  To avoid this, we pick a random,
-      # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
-      # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
-      _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
-      _LT_TAGVAR(archive_expsym_cmds, $1)='sed "s|^|_|" $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--retain-symbols-file,$output_objdir/$soname.expsym $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
-      ;;
-
-    gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
-      tmp_diet=no
-      if test linux-dietlibc = "$host_os"; then
-	case $cc_basename in
-	  diet\ *) tmp_diet=yes;;	# linux-dietlibc with static linking (!diet-dyn)
-	esac
-      fi
-      if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
-	 && test no = "$tmp_diet"
-      then
-	tmp_addflag=' $pic_flag'
-	tmp_sharedflag='-shared'
-	case $cc_basename,$host_cpu in
-        pgcc*)				# Portland Group C compiler
-	  _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
-	  tmp_addflag=' $pic_flag'
-	  ;;
-	pgf77* | pgf90* | pgf95* | pgfortran*)
-					# Portland Group f77 and f90 compilers
-	  _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
-	  tmp_addflag=' $pic_flag -Mnomain' ;;
-	ecc*,ia64* | icc*,ia64*)	# Intel C compiler on ia64
-	  tmp_addflag=' -i_dynamic' ;;
-	efc*,ia64* | ifort*,ia64*)	# Intel Fortran compiler on ia64
-	  tmp_addflag=' -i_dynamic -nofor_main' ;;
-	ifc* | ifort*)			# Intel Fortran compiler
-	  tmp_addflag=' -nofor_main' ;;
-	lf95*)				# Lahey Fortran 8.1
-	  _LT_TAGVAR(whole_archive_flag_spec, $1)=
-	  tmp_sharedflag='--shared' ;;
-        nagfor*)                        # NAGFOR 5.3
-          tmp_sharedflag='-Wl,-shared' ;;
-	xl[[cC]]* | bgxl[[cC]]* | mpixl[[cC]]*) # IBM XL C 8.0 on PPC (deal with xlf below)
-	  tmp_sharedflag='-qmkshrobj'
-	  tmp_addflag= ;;
-	nvcc*)	# Cuda Compiler Driver 2.2
-	  _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
-	  _LT_TAGVAR(compiler_needs_object, $1)=yes
-	  ;;
-	esac
-	case `$CC -V 2>&1 | sed 5q` in
-	*Sun\ C*)			# Sun C 5.9
-	  _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
-	  _LT_TAGVAR(compiler_needs_object, $1)=yes
-	  tmp_sharedflag='-G' ;;
-	*Sun\ F*)			# Sun Fortran 8.3
-	  tmp_sharedflag='-G' ;;
-	esac
-	_LT_TAGVAR(archive_cmds, $1)='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
-
-        if test yes = "$supports_anon_versioning"; then
-          _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $output_objdir/$libname.ver~
-            cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
-            echo "local: *; };" >> $output_objdir/$libname.ver~
-            $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-version-script $wl$output_objdir/$libname.ver -o $lib'
-        fi
-
-	case $cc_basename in
-	tcc*)
-	  _LT_TAGVAR(export_dynamic_flag_spec, $1)='-rdynamic'
-	  ;;
-	xlf* | bgf* | bgxlf* | mpixlf*)
-	  # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
-	  _LT_TAGVAR(whole_archive_flag_spec, $1)='--whole-archive$convenience --no-whole-archive'
-	  _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir'
-	  _LT_TAGVAR(archive_cmds, $1)='$LD -shared $libobjs $deplibs $linker_flags -soname $soname -o $lib'
-	  if test yes = "$supports_anon_versioning"; then
-	    _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $output_objdir/$libname.ver~
-              cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
-              echo "local: *; };" >> $output_objdir/$libname.ver~
-              $LD -shared $libobjs $deplibs $linker_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
-	  fi
-	  ;;
-	esac
-      else
-        _LT_TAGVAR(ld_shlibs, $1)=no
-      fi
-      ;;
-
-    netbsd*)
-      if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
-	_LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
-	wlarc=
-      else
-	_LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
-	_LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib'
-      fi
-      ;;
-
-    solaris*)
-      if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then
-	_LT_TAGVAR(ld_shlibs, $1)=no
-	cat <<_LT_EOF 1>&2
-
-*** Warning: The releases 2.8.* of the GNU linker cannot reliably
-*** create shared libraries on Solaris systems.  Therefore, libtool
-*** is disabling shared libraries support.  We urge you to upgrade GNU
-*** binutils to release 2.9.1 or newer.  Another option is to modify
-*** your PATH or compiler configuration so that the native linker is
-*** used, and then restart.
-
-_LT_EOF
-      elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
-	_LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
-	_LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib'
-      else
-	_LT_TAGVAR(ld_shlibs, $1)=no
-      fi
-      ;;
-
-    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
-      case `$LD -v 2>&1` in
-        *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.1[[0-5]].*)
-	_LT_TAGVAR(ld_shlibs, $1)=no
-	cat <<_LT_EOF 1>&2
-
-*** Warning: Releases of the GNU linker prior to 2.16.91.0.3 cannot
-*** reliably create shared libraries on SCO systems.  Therefore, libtool
-*** is disabling shared libraries support.  We urge you to upgrade GNU
-*** binutils to release 2.16.91.0.3 or newer.  Another option is to modify
-*** your PATH or compiler configuration so that the native linker is
-*** used, and then restart.
-
-_LT_EOF
-	;;
-	*)
-	  # For security reasons, it is highly recommended that you always
-	  # use absolute paths for naming shared libraries, and exclude the
-	  # DT_RUNPATH tag from executables and libraries.  But doing so
-	  # requires that you compile everything twice, which is a pain.
-	  if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
-	    _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir'
-	    _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
-	    _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib'
-	  else
-	    _LT_TAGVAR(ld_shlibs, $1)=no
-	  fi
-	;;
-      esac
-      ;;
-
-    sunos4*)
-      _LT_TAGVAR(archive_cmds, $1)='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
-      wlarc=
-      _LT_TAGVAR(hardcode_direct, $1)=yes
-      _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
-      ;;
-
-    *)
-      if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
-	_LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
-	_LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib'
-      else
-	_LT_TAGVAR(ld_shlibs, $1)=no
-      fi
-      ;;
-    esac
-
-    if test no = "$_LT_TAGVAR(ld_shlibs, $1)"; then
-      runpath_var=
-      _LT_TAGVAR(hardcode_libdir_flag_spec, $1)=
-      _LT_TAGVAR(export_dynamic_flag_spec, $1)=
-      _LT_TAGVAR(whole_archive_flag_spec, $1)=
-    fi
-  else
-    # PORTME fill in a description of your system's linker (not GNU ld)
-    case $host_os in
-    aix3*)
-      _LT_TAGVAR(allow_undefined_flag, $1)=unsupported
-      _LT_TAGVAR(always_export_symbols, $1)=yes
-      _LT_TAGVAR(archive_expsym_cmds, $1)='$LD -o $output_objdir/$soname $libobjs $deplibs $linker_flags -bE:$export_symbols -T512 -H512 -bM:SRE~$AR $AR_FLAGS $lib $output_objdir/$soname'
-      # Note: this linker hardcodes the directories in LIBPATH if there
-      # are no directories specified by -L.
-      _LT_TAGVAR(hardcode_minus_L, $1)=yes
-      if test yes = "$GCC" && test -z "$lt_prog_compiler_static"; then
-	# Neither direct hardcoding nor static linking is supported with a
-	# broken collect2.
-	_LT_TAGVAR(hardcode_direct, $1)=unsupported
-      fi
-      ;;
-
-    aix[[4-9]]*)
-      if test ia64 = "$host_cpu"; then
-	# On IA64, the linker does run time linking by default, so we don't
-	# have to do anything special.
-	aix_use_runtimelinking=no
-	exp_sym_flag='-Bexport'
-	no_entry_flag=
-      else
-	# If we're using GNU nm, then we don't want the "-C" option.
-	# -C means demangle to GNU nm, but means don't demangle to AIX nm.
-	# Without the "-l" option, or with the "-B" option, AIX nm treats
-	# weak defined symbols like other global defined symbols, whereas
-	# GNU nm marks them as "W".
-	# While the 'weak' keyword is ignored in the Export File, we need
-	# it in the Import File for the 'aix-soname' feature, so we have
-	# to replace the "-B" option with "-P" for AIX nm.
-	if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
-	  _LT_TAGVAR(export_symbols_cmds, $1)='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W")) && ([substr](\$ 3,1,1) != ".")) { if (\$ 2 == "W") { print \$ 3 " weak" } else { print \$ 3 } } }'\'' | sort -u > $export_symbols'
-	else
-	  _LT_TAGVAR(export_symbols_cmds, $1)='`func_echo_all $NM | $SED -e '\''s/B\([[^B]]*\)$/P\1/'\''` -PCpgl $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) && ([substr](\$ 1,1,1) != ".")) { if ((\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) { print \$ 1 " weak" } else { print \$ 1 } } }'\'' | sort -u > $export_symbols'
-	fi
-	aix_use_runtimelinking=no
-
-	# Test if we are trying to use run time linking or normal
-	# AIX style linking. If -brtl is somewhere in LDFLAGS, we
-	# have runtime linking enabled, and use it for executables.
-	# For shared libraries, we enable/disable runtime linking
-	# depending on the kind of the shared library created -
-	# when "with_aix_soname,aix_use_runtimelinking" is:
-	# "aix,no"   lib.a(lib.so.V) shared, rtl:no,  for executables
-	# "aix,yes"  lib.so          shared, rtl:yes, for executables
-	#            lib.a           static archive
-	# "both,no"  lib.so.V(shr.o) shared, rtl:yes
-	#            lib.a(lib.so.V) shared, rtl:no,  for executables
-	# "both,yes" lib.so.V(shr.o) shared, rtl:yes, for executables
-	#            lib.a(lib.so.V) shared, rtl:no
-	# "svr4,*"   lib.so.V(shr.o) shared, rtl:yes, for executables
-	#            lib.a           static archive
-	case $host_os in aix4.[[23]]|aix4.[[23]].*|aix[[5-9]]*)
-	  for ld_flag in $LDFLAGS; do
-	  if (test x-brtl = "x$ld_flag" || test x-Wl,-brtl = "x$ld_flag"); then
-	    aix_use_runtimelinking=yes
-	    break
-	  fi
-	  done
-	  if test svr4,no = "$with_aix_soname,$aix_use_runtimelinking"; then
-	    # With aix-soname=svr4, we create the lib.so.V shared archives only,
-	    # so we don't have lib.a shared libs to link our executables.
-	    # We have to force runtime linking in this case.
-	    aix_use_runtimelinking=yes
-	    LDFLAGS="$LDFLAGS -Wl,-brtl"
-	  fi
-	  ;;
-	esac
-
-	exp_sym_flag='-bexport'
-	no_entry_flag='-bnoentry'
-      fi
-
-      # When large executables or shared objects are built, AIX ld can
-      # have problems creating the table of contents.  If linking a library
-      # or program results in "error TOC overflow" add -mminimal-toc to
-      # CXXFLAGS/CFLAGS for g++/gcc.  In the cases where that is not
-      # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
-
-      _LT_TAGVAR(archive_cmds, $1)=''
-      _LT_TAGVAR(hardcode_direct, $1)=yes
-      _LT_TAGVAR(hardcode_direct_absolute, $1)=yes
-      _LT_TAGVAR(hardcode_libdir_separator, $1)=':'
-      _LT_TAGVAR(link_all_deplibs, $1)=yes
-      _LT_TAGVAR(file_list_spec, $1)='$wl-f,'
-      case $with_aix_soname,$aix_use_runtimelinking in
-      aix,*) ;; # traditional, no import file
-      svr4,* | *,yes) # use import file
-	# The Import File defines what to hardcode.
-	_LT_TAGVAR(hardcode_direct, $1)=no
-	_LT_TAGVAR(hardcode_direct_absolute, $1)=no
-	;;
-      esac
-
-      if test yes = "$GCC"; then
-	case $host_os in aix4.[[012]]|aix4.[[012]].*)
-	# We only want to do this on AIX 4.2 and lower, the check
-	# below for broken collect2 doesn't work under 4.3+
-	  collect2name=`$CC -print-prog-name=collect2`
-	  if test -f "$collect2name" &&
-	   strings "$collect2name" | $GREP resolve_lib_name >/dev/null
-	  then
-	  # We have reworked collect2
-	  :
-	  else
-	  # We have old collect2
-	  _LT_TAGVAR(hardcode_direct, $1)=unsupported
-	  # It fails to find uninstalled libraries when the uninstalled
-	  # path is not listed in the libpath.  Setting hardcode_minus_L
-	  # to unsupported forces relinking
-	  _LT_TAGVAR(hardcode_minus_L, $1)=yes
-	  _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
-	  _LT_TAGVAR(hardcode_libdir_separator, $1)=
-	  fi
-	  ;;
-	esac
-	shared_flag='-shared'
-	if test yes = "$aix_use_runtimelinking"; then
-	  shared_flag="$shared_flag "'$wl-G'
-	fi
-	# Need to ensure runtime linking is disabled for the traditional
-	# shared library, or the linker may eventually find shared libraries
-	# /with/ Import File - we do not want to mix them.
-	shared_flag_aix='-shared'
-	shared_flag_svr4='-shared $wl-G'
-      else
-	# not using gcc
-	if test ia64 = "$host_cpu"; then
-	# VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
-	# chokes on -Wl,-G. The following line is correct:
-	  shared_flag='-G'
-	else
-	  if test yes = "$aix_use_runtimelinking"; then
-	    shared_flag='$wl-G'
-	  else
-	    shared_flag='$wl-bM:SRE'
-	  fi
-	  shared_flag_aix='$wl-bM:SRE'
-	  shared_flag_svr4='$wl-G'
-	fi
-      fi
-
-      _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl-bexpall'
-      # It seems that -bexpall does not export symbols beginning with
-      # underscore (_), so it is better to generate a list of symbols to export.
-      _LT_TAGVAR(always_export_symbols, $1)=yes
-      if test aix,yes = "$with_aix_soname,$aix_use_runtimelinking"; then
-	# Warning - without using the other runtime loading flags (-brtl),
-	# -berok will link without error, but may produce a broken library.
-	_LT_TAGVAR(allow_undefined_flag, $1)='-berok'
-        # Determine the default libpath from the value encoded in an
-        # empty executable.
-        _LT_SYS_MODULE_PATH_AIX([$1])
-        _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-blibpath:$libdir:'"$aix_libpath"
-        _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $deplibs $wl'$no_entry_flag' $compiler_flags `if test -n "$allow_undefined_flag"; then func_echo_all "$wl$allow_undefined_flag"; else :; fi` $wl'$exp_sym_flag:\$export_symbols' '$shared_flag
-      else
-	if test ia64 = "$host_cpu"; then
-	  _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-R $libdir:/usr/lib:/lib'
-	  _LT_TAGVAR(allow_undefined_flag, $1)="-z nodefs"
-	  _LT_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs '"\$wl$no_entry_flag"' $compiler_flags $wl$allow_undefined_flag '"\$wl$exp_sym_flag:\$export_symbols"
-	else
-	 # Determine the default libpath from the value encoded in an
-	 # empty executable.
-	 _LT_SYS_MODULE_PATH_AIX([$1])
-	 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-blibpath:$libdir:'"$aix_libpath"
-	  # Warning - without using the other run time loading flags,
-	  # -berok will link without error, but may produce a broken library.
-	  _LT_TAGVAR(no_undefined_flag, $1)=' $wl-bernotok'
-	  _LT_TAGVAR(allow_undefined_flag, $1)=' $wl-berok'
-	  if test yes = "$with_gnu_ld"; then
-	    # We only use this code for GNU lds that support --whole-archive.
-	    _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive$convenience $wl--no-whole-archive'
-	  else
-	    # Exported symbols can be pulled into shared objects from archives
-	    _LT_TAGVAR(whole_archive_flag_spec, $1)='$convenience'
-	  fi
-	  _LT_TAGVAR(archive_cmds_need_lc, $1)=yes
-	  _LT_TAGVAR(archive_expsym_cmds, $1)='$RM -r $output_objdir/$realname.d~$MKDIR $output_objdir/$realname.d'
-	  # -brtl affects multiple linker settings, -berok does not and is overridden later
-	  compiler_flags_filtered='`func_echo_all "$compiler_flags " | $SED -e "s%-brtl\\([[, ]]\\)%-berok\\1%g"`'
-	  if test svr4 != "$with_aix_soname"; then
-	    # This is similar to how AIX traditionally builds its shared libraries.
-	    _LT_TAGVAR(archive_expsym_cmds, $1)="$_LT_TAGVAR(archive_expsym_cmds, $1)"'~$CC '$shared_flag_aix' -o $output_objdir/$realname.d/$soname $libobjs $deplibs $wl-bnoentry '$compiler_flags_filtered'$wl-bE:$export_symbols$allow_undefined_flag~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$realname.d/$soname'
-	  fi
-	  if test aix != "$with_aix_soname"; then
-	    _LT_TAGVAR(archive_expsym_cmds, $1)="$_LT_TAGVAR(archive_expsym_cmds, $1)"'~$CC '$shared_flag_svr4' -o $output_objdir/$realname.d/$shared_archive_member_spec.o $libobjs $deplibs $wl-bnoentry '$compiler_flags_filtered'$wl-bE:$export_symbols$allow_undefined_flag~$STRIP -e $output_objdir/$realname.d/$shared_archive_member_spec.o~( func_echo_all "#! $soname($shared_archive_member_spec.o)"; if test shr_64 = "$shared_archive_member_spec"; then func_echo_all "# 64"; else func_echo_all "# 3 [...]
-	  else
-	    # used by -dlpreopen to get the symbols
-	    _LT_TAGVAR(archive_expsym_cmds, $1)="$_LT_TAGVAR(archive_expsym_cmds, $1)"'~$MV  $output_objdir/$realname.d/$soname $output_objdir'
-	  fi
-	  _LT_TAGVAR(archive_expsym_cmds, $1)="$_LT_TAGVAR(archive_expsym_cmds, $1)"'~$RM -r $output_objdir/$realname.d'
-	fi
-      fi
-      ;;
-
-    amigaos*)
-      case $host_cpu in
-      powerpc)
-            # see comment about AmigaOS4 .so support
-            _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
-            _LT_TAGVAR(archive_expsym_cmds, $1)=''
-        ;;
-      m68k)
-            _LT_TAGVAR(archive_cmds, $1)='$RM $output_objdir/a2ixlibrary.data~$ECHO "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$ECHO "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$ECHO "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$ECHO "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)'
-            _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
-            _LT_TAGVAR(hardcode_minus_L, $1)=yes
-        ;;
-      esac
-      ;;
-
-    bsdi[[45]]*)
-      _LT_TAGVAR(export_dynamic_flag_spec, $1)=-rdynamic
-      ;;
-
-    cygwin* | mingw* | pw32* | cegcc*)
-      # When not using gcc, we currently assume that we are using
-      # Microsoft Visual C++.
-      # hardcode_libdir_flag_spec is actually meaningless, as there is
-      # no search path for DLLs.
-      case $cc_basename in
-      cl*)
-	# Native MSVC
-	_LT_TAGVAR(hardcode_libdir_flag_spec, $1)=' '
-	_LT_TAGVAR(allow_undefined_flag, $1)=unsupported
-	_LT_TAGVAR(always_export_symbols, $1)=yes
-	_LT_TAGVAR(file_list_spec, $1)='@'
-	# Tell ltmain to make .lib files, not .a files.
-	libext=lib
-	# Tell ltmain to make .dll files, not .so files.
-	shrext_cmds=.dll
-	# FIXME: Setting linknames here is a bad hack.
-	_LT_TAGVAR(archive_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~linknames='
-	_LT_TAGVAR(archive_expsym_cmds, $1)='if _LT_DLL_DEF_P([$export_symbols]); then
-            cp "$export_symbols" "$output_objdir/$soname.def";
-            echo "$tool_output_objdir$soname.def" > "$output_objdir/$soname.exp";
-          else
-            $SED -e '\''s/^/-link -EXPORT:/'\'' < $export_symbols > $output_objdir/$soname.exp;
-          fi~
-          $CC -o $tool_output_objdir$soname $libobjs $compiler_flags $deplibs "@$tool_output_objdir$soname.exp" -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~
-          linknames='
-	# The linker will not automatically build a static lib if we build a DLL.
-	# _LT_TAGVAR(old_archive_from_new_cmds, $1)='true'
-	_LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes
-	_LT_TAGVAR(exclude_expsyms, $1)='_NULL_IMPORT_DESCRIPTOR|_IMPORT_DESCRIPTOR_.*'
-	_LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[[BCDGRS]][[ ]]/s/.*[[ ]]\([[^ ]]*\)/\1,DATA/'\'' | $SED -e '\''/^[[AITW]][[ ]]/s/.*[[ ]]//'\'' | sort | uniq > $export_symbols'
-	# Don't use ranlib
-	_LT_TAGVAR(old_postinstall_cmds, $1)='chmod 644 $oldlib'
-	_LT_TAGVAR(postlink_cmds, $1)='lt_outputfile="@OUTPUT@"~
-          lt_tool_outputfile="@TOOL_OUTPUT@"~
-          case $lt_outputfile in
-            *.exe|*.EXE) ;;
-            *)
-              lt_outputfile=$lt_outputfile.exe
-              lt_tool_outputfile=$lt_tool_outputfile.exe
-              ;;
-          esac~
-          if test : != "$MANIFEST_TOOL" && test -f "$lt_outputfile.manifest"; then
-            $MANIFEST_TOOL -manifest "$lt_tool_outputfile.manifest" -outputresource:"$lt_tool_outputfile" || exit 1;
-            $RM "$lt_outputfile.manifest";
-          fi'
-	;;
-      *)
-	# Assume MSVC wrapper
-	_LT_TAGVAR(hardcode_libdir_flag_spec, $1)=' '
-	_LT_TAGVAR(allow_undefined_flag, $1)=unsupported
-	# Tell ltmain to make .lib files, not .a files.
-	libext=lib
-	# Tell ltmain to make .dll files, not .so files.
-	shrext_cmds=.dll
-	# FIXME: Setting linknames here is a bad hack.
-	_LT_TAGVAR(archive_cmds, $1)='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
-	# The linker will automatically build a .lib file if we build a DLL.
-	_LT_TAGVAR(old_archive_from_new_cmds, $1)='true'
-	# FIXME: Should let the user specify the lib program.
-	_LT_TAGVAR(old_archive_cmds, $1)='lib -OUT:$oldlib$oldobjs$old_deplibs'
-	_LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes
-	;;
-      esac
-      ;;
-
-    darwin* | rhapsody*)
-      _LT_DARWIN_LINKER_FEATURES($1)
-      ;;
-
-    dgux*)
-      _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
-      _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
-      _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
-      ;;
-
-    # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
-    # support.  Future versions do this automatically, but an explicit c++rt0.o
-    # does not break anything, and helps significantly (at the cost of a little
-    # extra space).
-    freebsd2.2*)
-      _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
-      _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
-      _LT_TAGVAR(hardcode_direct, $1)=yes
-      _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
-      ;;
-
-    # Unfortunately, older versions of FreeBSD 2 do not have this feature.
-    freebsd2.*)
-      _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
-      _LT_TAGVAR(hardcode_direct, $1)=yes
-      _LT_TAGVAR(hardcode_minus_L, $1)=yes
-      _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
-      ;;
-
-    # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
-    freebsd* | dragonfly*)
-      _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
-      _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
-      _LT_TAGVAR(hardcode_direct, $1)=yes
-      _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
-      ;;
-
-    hpux9*)
-      if test yes = "$GCC"; then
-	_LT_TAGVAR(archive_cmds, $1)='$RM $output_objdir/$soname~$CC -shared $pic_flag $wl+b $wl$install_libdir -o $output_objdir/$soname $libobjs $deplibs $compiler_flags~test "x$output_objdir/$soname" = "x$lib" || mv $output_objdir/$soname $lib'
-      else
-	_LT_TAGVAR(archive_cmds, $1)='$RM $output_objdir/$soname~$LD -b +b $install_libdir -o $output_objdir/$soname $libobjs $deplibs $linker_flags~test "x$output_objdir/$soname" = "x$lib" || mv $output_objdir/$soname $lib'
-      fi
-      _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl+b $wl$libdir'
-      _LT_TAGVAR(hardcode_libdir_separator, $1)=:
-      _LT_TAGVAR(hardcode_direct, $1)=yes
-
-      # hardcode_minus_L: Not really in the search PATH,
-      # but as the default location of the library.
-      _LT_TAGVAR(hardcode_minus_L, $1)=yes
-      _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl-E'
-      ;;
-
-    hpux10*)
-      if test yes,no = "$GCC,$with_gnu_ld"; then
-	_LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $wl+h $wl$soname $wl+b $wl$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
-      else
-	_LT_TAGVAR(archive_cmds, $1)='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
-      fi
-      if test no = "$with_gnu_ld"; then
-	_LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl+b $wl$libdir'
-	_LT_TAGVAR(hardcode_libdir_separator, $1)=:
-	_LT_TAGVAR(hardcode_direct, $1)=yes
-	_LT_TAGVAR(hardcode_direct_absolute, $1)=yes
-	_LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl-E'
-	# hardcode_minus_L: Not really in the search PATH,
-	# but as the default location of the library.
-	_LT_TAGVAR(hardcode_minus_L, $1)=yes
-      fi
-      ;;
-
-    hpux11*)
-      if test yes,no = "$GCC,$with_gnu_ld"; then
-	case $host_cpu in
-	hppa*64*)
-	  _LT_TAGVAR(archive_cmds, $1)='$CC -shared $wl+h $wl$soname -o $lib $libobjs $deplibs $compiler_flags'
-	  ;;
-	ia64*)
-	  _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $wl+h $wl$soname $wl+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
-	  ;;
-	*)
-	  _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $wl+h $wl$soname $wl+b $wl$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
-	  ;;
-	esac
-      else
-	case $host_cpu in
-	hppa*64*)
-	  _LT_TAGVAR(archive_cmds, $1)='$CC -b $wl+h $wl$soname -o $lib $libobjs $deplibs $compiler_flags'
-	  ;;
-	ia64*)
-	  _LT_TAGVAR(archive_cmds, $1)='$CC -b $wl+h $wl$soname $wl+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
-	  ;;
-	*)
-	m4_if($1, [], [
-	  # Older versions of the 11.00 compiler do not understand -b yet
-	  # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
-	  _LT_LINKER_OPTION([if $CC understands -b],
-	    _LT_TAGVAR(lt_cv_prog_compiler__b, $1), [-b],
-	    [_LT_TAGVAR(archive_cmds, $1)='$CC -b $wl+h $wl$soname $wl+b $wl$install_libdir -o $lib $libobjs $deplibs $compiler_flags'],
-	    [_LT_TAGVAR(archive_cmds, $1)='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'])],
-	  [_LT_TAGVAR(archive_cmds, $1)='$CC -b $wl+h $wl$soname $wl+b $wl$install_libdir -o $lib $libobjs $deplibs $compiler_flags'])
-	  ;;
-	esac
-      fi
-      if test no = "$with_gnu_ld"; then
-	_LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl+b $wl$libdir'
-	_LT_TAGVAR(hardcode_libdir_separator, $1)=:
-
-	case $host_cpu in
-	hppa*64*|ia64*)
-	  _LT_TAGVAR(hardcode_direct, $1)=no
-	  _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
-	  ;;
-	*)
-	  _LT_TAGVAR(hardcode_direct, $1)=yes
-	  _LT_TAGVAR(hardcode_direct_absolute, $1)=yes
-	  _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl-E'
-
-	  # hardcode_minus_L: Not really in the search PATH,
-	  # but as the default location of the library.
-	  _LT_TAGVAR(hardcode_minus_L, $1)=yes
-	  ;;
-	esac
-      fi
-      ;;
-
-    irix5* | irix6* | nonstopux*)
-      if test yes = "$GCC"; then
-	_LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
-	# Try to use the -exported_symbol ld option, if it does not
-	# work, assume that -exports_file does not work either and
-	# implicitly export all symbols.
-	# This should be the same for all languages, so no per-tag cache variable.
-	AC_CACHE_CHECK([whether the $host_os linker accepts -exported_symbol],
-	  [lt_cv_irix_exported_symbol],
-	  [save_LDFLAGS=$LDFLAGS
-	   LDFLAGS="$LDFLAGS -shared $wl-exported_symbol ${wl}foo $wl-update_registry $wl/dev/null"
-	   AC_LINK_IFELSE(
-	     [AC_LANG_SOURCE(
-	        [AC_LANG_CASE([C], [[int foo (void) { return 0; }]],
-			      [C++], [[int foo (void) { return 0; }]],
-			      [Fortran 77], [[
-      subroutine foo
-      end]],
-			      [Fortran], [[
-      subroutine foo
-      end]])])],
-	      [lt_cv_irix_exported_symbol=yes],
-	      [lt_cv_irix_exported_symbol=no])
-           LDFLAGS=$save_LDFLAGS])
-	if test yes = "$lt_cv_irix_exported_symbol"; then
-          _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations $wl-exports_file $wl$export_symbols -o $lib'
-	fi
-      else
-	_LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
-	_LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -exports_file $export_symbols -o $lib'
-      fi
-      _LT_TAGVAR(archive_cmds_need_lc, $1)='no'
-      _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir'
-      _LT_TAGVAR(hardcode_libdir_separator, $1)=:
-      _LT_TAGVAR(inherit_rpath, $1)=yes
-      _LT_TAGVAR(link_all_deplibs, $1)=yes
-      ;;
-
-    linux*)
-      case $cc_basename in
-      tcc*)
-	# Fabrice Bellard et al's Tiny C Compiler
-	_LT_TAGVAR(ld_shlibs, $1)=yes
-	_LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
-	;;
-      esac
-      ;;
-
-    netbsd*)
-      if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
-	_LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'  # a.out
-      else
-	_LT_TAGVAR(archive_cmds, $1)='$LD -shared -o $lib $libobjs $deplibs $linker_flags'      # ELF
-      fi
-      _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
-      _LT_TAGVAR(hardcode_direct, $1)=yes
-      _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
-      ;;
-
-    newsos6)
-      _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
-      _LT_TAGVAR(hardcode_direct, $1)=yes
-      _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir'
-      _LT_TAGVAR(hardcode_libdir_separator, $1)=:
-      _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
-      ;;
-
-    *nto* | *qnx*)
-      ;;
-
-    openbsd* | bitrig*)
-      if test -f /usr/libexec/ld.so; then
-	_LT_TAGVAR(hardcode_direct, $1)=yes
-	_LT_TAGVAR(hardcode_shlibpath_var, $1)=no
-	_LT_TAGVAR(hardcode_direct_absolute, $1)=yes
-	if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
-	  _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
-	  _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags $wl-retain-symbols-file,$export_symbols'
-	  _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath,$libdir'
-	  _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl-E'
-	else
-	  _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
-	  _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath,$libdir'
-	fi
-      else
-	_LT_TAGVAR(ld_shlibs, $1)=no
-      fi
-      ;;
-
-    os2*)
-      _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
-      _LT_TAGVAR(hardcode_minus_L, $1)=yes
-      _LT_TAGVAR(allow_undefined_flag, $1)=unsupported
-      shrext_cmds=.dll
-      _LT_TAGVAR(archive_cmds, $1)='$ECHO "LIBRARY ${soname%$shared_ext} INITINSTANCE TERMINSTANCE" > $output_objdir/$libname.def~
-	$ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~
-	$ECHO "DATA MULTIPLE NONSHARED" >> $output_objdir/$libname.def~
-	$ECHO EXPORTS >> $output_objdir/$libname.def~
-	emxexp $libobjs | $SED /"_DLL_InitTerm"/d >> $output_objdir/$libname.def~
-	$CC -Zdll -Zcrtdll -o $output_objdir/$soname $libobjs $deplibs $compiler_flags $output_objdir/$libname.def~
-	emximp -o $lib $output_objdir/$libname.def'
-      _LT_TAGVAR(archive_expsym_cmds, $1)='$ECHO "LIBRARY ${soname%$shared_ext} INITINSTANCE TERMINSTANCE" > $output_objdir/$libname.def~
-	$ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~
-	$ECHO "DATA MULTIPLE NONSHARED" >> $output_objdir/$libname.def~
-	$ECHO EXPORTS >> $output_objdir/$libname.def~
-	prefix_cmds="$SED"~
-	if test EXPORTS = "`$SED 1q $export_symbols`"; then
-	  prefix_cmds="$prefix_cmds -e 1d";
-	fi~
-	prefix_cmds="$prefix_cmds -e \"s/^\(.*\)$/_\1/g\""~
-	cat $export_symbols | $prefix_cmds >> $output_objdir/$libname.def~
-	$CC -Zdll -Zcrtdll -o $output_objdir/$soname $libobjs $deplibs $compiler_flags $output_objdir/$libname.def~
-	emximp -o $lib $output_objdir/$libname.def'
-      _LT_TAGVAR(old_archive_From_new_cmds, $1)='emximp -o $output_objdir/${libname}_dll.a $output_objdir/$libname.def'
-      _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes
-      ;;
-
-    osf3*)
-      if test yes = "$GCC"; then
-	_LT_TAGVAR(allow_undefined_flag, $1)=' $wl-expect_unresolved $wl\*'
-	_LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
-      else
-	_LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
-	_LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
-      fi
-      _LT_TAGVAR(archive_cmds_need_lc, $1)='no'
-      _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir'
-      _LT_TAGVAR(hardcode_libdir_separator, $1)=:
-      ;;
-
-    osf4* | osf5*)	# as osf3* with the addition of -msym flag
-      if test yes = "$GCC"; then
-	_LT_TAGVAR(allow_undefined_flag, $1)=' $wl-expect_unresolved $wl\*'
-	_LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $pic_flag $libobjs $deplibs $compiler_flags $wl-msym $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
-	_LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir'
-      else
-	_LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
-	_LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
-	_LT_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; printf "%s\\n" "-hidden">> $lib.exp~
-          $CC -shared$allow_undefined_flag $wl-input $wl$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib~$RM $lib.exp'
-
-	# Both c and cxx compiler support -rpath directly
-	_LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir'
-      fi
-      _LT_TAGVAR(archive_cmds_need_lc, $1)='no'
-      _LT_TAGVAR(hardcode_libdir_separator, $1)=:
-      ;;
-
-    solaris*)
-      _LT_TAGVAR(no_undefined_flag, $1)=' -z defs'
-      if test yes = "$GCC"; then
-	wlarc='$wl'
-	_LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $wl-z ${wl}text $wl-h $wl$soname -o $lib $libobjs $deplibs $compiler_flags'
-	_LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
-          $CC -shared $pic_flag $wl-z ${wl}text $wl-M $wl$lib.exp $wl-h $wl$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
-      else
-	case `$CC -V 2>&1` in
-	*"Compilers 5.0"*)
-	  wlarc=''
-	  _LT_TAGVAR(archive_cmds, $1)='$LD -G$allow_undefined_flag -h $soname -o $lib $libobjs $deplibs $linker_flags'
-	  _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
-            $LD -G$allow_undefined_flag -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
-	  ;;
-	*)
-	  wlarc='$wl'
-	  _LT_TAGVAR(archive_cmds, $1)='$CC -G$allow_undefined_flag -h $soname -o $lib $libobjs $deplibs $compiler_flags'
-	  _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
-            $CC -G$allow_undefined_flag -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
-	  ;;
-	esac
-      fi
-      _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
-      _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
-      case $host_os in
-      solaris2.[[0-5]] | solaris2.[[0-5]].*) ;;
-      *)
-	# The compiler driver will combine and reorder linker options,
-	# but understands '-z linker_flag'.  GCC discards it without '$wl',
-	# but is careful enough not to reorder.
-	# Supported since Solaris 2.6 (maybe 2.5.1?)
-	if test yes = "$GCC"; then
-	  _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl-z ${wl}allextract$convenience $wl-z ${wl}defaultextract'
-	else
-	  _LT_TAGVAR(whole_archive_flag_spec, $1)='-z allextract$convenience -z defaultextract'
-	fi
-	;;
-      esac
-      _LT_TAGVAR(link_all_deplibs, $1)=yes
-      ;;
-
-    sunos4*)
-      if test sequent = "$host_vendor"; then
-	# Use $CC to link under sequent, because it throws in some extra .o
-	# files that make .init and .fini sections work.
-	_LT_TAGVAR(archive_cmds, $1)='$CC -G $wl-h $soname -o $lib $libobjs $deplibs $compiler_flags'
-      else
-	_LT_TAGVAR(archive_cmds, $1)='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
-      fi
-      _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
-      _LT_TAGVAR(hardcode_direct, $1)=yes
-      _LT_TAGVAR(hardcode_minus_L, $1)=yes
-      _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
-      ;;
-
-    sysv4)
-      case $host_vendor in
-	sni)
-	  _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
-	  _LT_TAGVAR(hardcode_direct, $1)=yes # is this really true???
-	;;
-	siemens)
-	  ## LD is ld it makes a PLAMLIB
-	  ## CC just makes a GrossModule.
-	  _LT_TAGVAR(archive_cmds, $1)='$LD -G -o $lib $libobjs $deplibs $linker_flags'
-	  _LT_TAGVAR(reload_cmds, $1)='$CC -r -o $output$reload_objs'
-	  _LT_TAGVAR(hardcode_direct, $1)=no
-        ;;
-	motorola)
-	  _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
-	  _LT_TAGVAR(hardcode_direct, $1)=no #Motorola manual says yes, but my tests say they lie
-	;;
-      esac
-      runpath_var='LD_RUN_PATH'
-      _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
-      ;;
-
-    sysv4.3*)
-      _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
-      _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
-      _LT_TAGVAR(export_dynamic_flag_spec, $1)='-Bexport'
-      ;;
-
-    sysv4*MP*)
-      if test -d /usr/nec; then
-	_LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
-	_LT_TAGVAR(hardcode_shlibpath_var, $1)=no
-	runpath_var=LD_RUN_PATH
-	hardcode_runpath_var=yes
-	_LT_TAGVAR(ld_shlibs, $1)=yes
-      fi
-      ;;
-
-    sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[[01]].[[10]]* | unixware7* | sco3.2v5.0.[[024]]*)
-      _LT_TAGVAR(no_undefined_flag, $1)='$wl-z,text'
-      _LT_TAGVAR(archive_cmds_need_lc, $1)=no
-      _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
-      runpath_var='LD_RUN_PATH'
-
-      if test yes = "$GCC"; then
-	_LT_TAGVAR(archive_cmds, $1)='$CC -shared $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
-	_LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
-      else
-	_LT_TAGVAR(archive_cmds, $1)='$CC -G $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
-	_LT_TAGVAR(archive_expsym_cmds, $1)='$CC -G $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
-      fi
-      ;;
-
-    sysv5* | sco3.2v5* | sco5v6*)
-      # Note: We CANNOT use -z defs as we might desire, because we do not
-      # link with -lc, and that would cause any symbols used from libc to
-      # always be unresolved, which means just about no library would
-      # ever link correctly.  If we're not using GNU ld we use -z text
-      # though, which does catch some bad symbols but isn't as heavy-handed
-      # as -z defs.
-      _LT_TAGVAR(no_undefined_flag, $1)='$wl-z,text'
-      _LT_TAGVAR(allow_undefined_flag, $1)='$wl-z,nodefs'
-      _LT_TAGVAR(archive_cmds_need_lc, $1)=no
-      _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
-      _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-R,$libdir'
-      _LT_TAGVAR(hardcode_libdir_separator, $1)=':'
-      _LT_TAGVAR(link_all_deplibs, $1)=yes
-      _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl-Bexport'
-      runpath_var='LD_RUN_PATH'
-
-      if test yes = "$GCC"; then
-	_LT_TAGVAR(archive_cmds, $1)='$CC -shared $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
-	_LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
-      else
-	_LT_TAGVAR(archive_cmds, $1)='$CC -G $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
-	_LT_TAGVAR(archive_expsym_cmds, $1)='$CC -G $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
-      fi
-      ;;
-
-    uts4*)
-      _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
-      _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
-      _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
-      ;;
-
-    *)
-      _LT_TAGVAR(ld_shlibs, $1)=no
-      ;;
-    esac
-
-    if test sni = "$host_vendor"; then
-      case $host in
-      sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
-	_LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl-Blargedynsym'
-	;;
-      esac
-    fi
-  fi
-])
-AC_MSG_RESULT([$_LT_TAGVAR(ld_shlibs, $1)])
-test no = "$_LT_TAGVAR(ld_shlibs, $1)" && can_build_shared=no
-
-_LT_TAGVAR(with_gnu_ld, $1)=$with_gnu_ld
-
-_LT_DECL([], [libext], [0], [Old archive suffix (normally "a")])dnl
-_LT_DECL([], [shrext_cmds], [1], [Shared library suffix (normally ".so")])dnl
-_LT_DECL([], [extract_expsyms_cmds], [2],
-    [The commands to extract the exported symbol list from a shared archive])
-
-#
-# Do we need to explicitly link libc?
-#
-case "x$_LT_TAGVAR(archive_cmds_need_lc, $1)" in
-x|xyes)
-  # Assume -lc should be added
-  _LT_TAGVAR(archive_cmds_need_lc, $1)=yes
-
-  if test yes,yes = "$GCC,$enable_shared"; then
-    case $_LT_TAGVAR(archive_cmds, $1) in
-    *'~'*)
-      # FIXME: we may have to deal with multi-command sequences.
-      ;;
-    '$CC '*)
-      # Test whether the compiler implicitly links with -lc since on some
-      # systems, -lgcc has to come before -lc. If gcc already passes -lc
-      # to ld, don't add -lc before -lgcc.
-      AC_CACHE_CHECK([whether -lc should be explicitly linked in],
-	[lt_cv_]_LT_TAGVAR(archive_cmds_need_lc, $1),
-	[$RM conftest*
-	echo "$lt_simple_compile_test_code" > conftest.$ac_ext
-
-	if AC_TRY_EVAL(ac_compile) 2>conftest.err; then
-	  soname=conftest
-	  lib=conftest
-	  libobjs=conftest.$ac_objext
-	  deplibs=
-	  wl=$_LT_TAGVAR(lt_prog_compiler_wl, $1)
-	  pic_flag=$_LT_TAGVAR(lt_prog_compiler_pic, $1)
-	  compiler_flags=-v
-	  linker_flags=-v
-	  verstring=
-	  output_objdir=.
-	  libname=conftest
-	  lt_save_allow_undefined_flag=$_LT_TAGVAR(allow_undefined_flag, $1)
-	  _LT_TAGVAR(allow_undefined_flag, $1)=
-	  if AC_TRY_EVAL(_LT_TAGVAR(archive_cmds, $1) 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1)
-	  then
-	    lt_cv_[]_LT_TAGVAR(archive_cmds_need_lc, $1)=no
-	  else
-	    lt_cv_[]_LT_TAGVAR(archive_cmds_need_lc, $1)=yes
-	  fi
-	  _LT_TAGVAR(allow_undefined_flag, $1)=$lt_save_allow_undefined_flag
-	else
-	  cat conftest.err 1>&5
-	fi
-	$RM conftest*
-	])
-      _LT_TAGVAR(archive_cmds_need_lc, $1)=$lt_cv_[]_LT_TAGVAR(archive_cmds_need_lc, $1)
-      ;;
-    esac
-  fi
-  ;;
-esac
-
-_LT_TAGDECL([build_libtool_need_lc], [archive_cmds_need_lc], [0],
-    [Whether or not to add -lc for building shared libraries])
-_LT_TAGDECL([allow_libtool_libs_with_static_runtimes],
-    [enable_shared_with_static_runtimes], [0],
-    [Whether or not to disallow shared libs when runtime libs are static])
-_LT_TAGDECL([], [export_dynamic_flag_spec], [1],
-    [Compiler flag to allow reflexive dlopens])
-_LT_TAGDECL([], [whole_archive_flag_spec], [1],
-    [Compiler flag to generate shared objects directly from archives])
-_LT_TAGDECL([], [compiler_needs_object], [1],
-    [Whether the compiler copes with passing no objects directly])
-_LT_TAGDECL([], [old_archive_from_new_cmds], [2],
-    [Create an old-style archive from a shared archive])
-_LT_TAGDECL([], [old_archive_from_expsyms_cmds], [2],
-    [Create a temporary old-style archive to link instead of a shared archive])
-_LT_TAGDECL([], [archive_cmds], [2], [Commands used to build a shared archive])
-_LT_TAGDECL([], [archive_expsym_cmds], [2])
-_LT_TAGDECL([], [module_cmds], [2],
-    [Commands used to build a loadable module if different from building
-    a shared archive.])
-_LT_TAGDECL([], [module_expsym_cmds], [2])
-_LT_TAGDECL([], [with_gnu_ld], [1],
-    [Whether we are building with GNU ld or not])
-_LT_TAGDECL([], [allow_undefined_flag], [1],
-    [Flag that allows shared libraries with undefined symbols to be built])
-_LT_TAGDECL([], [no_undefined_flag], [1],
-    [Flag that enforces no undefined symbols])
-_LT_TAGDECL([], [hardcode_libdir_flag_spec], [1],
-    [Flag to hardcode $libdir into a binary during linking.
-    This must work even if $libdir does not exist])
-_LT_TAGDECL([], [hardcode_libdir_separator], [1],
-    [Whether we need a single "-rpath" flag with a separated argument])
-_LT_TAGDECL([], [hardcode_direct], [0],
-    [Set to "yes" if using DIR/libNAME$shared_ext during linking hardcodes
-    DIR into the resulting binary])
-_LT_TAGDECL([], [hardcode_direct_absolute], [0],
-    [Set to "yes" if using DIR/libNAME$shared_ext during linking hardcodes
-    DIR into the resulting binary and the resulting library dependency is
-    "absolute", i.e impossible to change by setting $shlibpath_var if the
-    library is relocated])
-_LT_TAGDECL([], [hardcode_minus_L], [0],
-    [Set to "yes" if using the -LDIR flag during linking hardcodes DIR
-    into the resulting binary])
-_LT_TAGDECL([], [hardcode_shlibpath_var], [0],
-    [Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
-    into the resulting binary])
-_LT_TAGDECL([], [hardcode_automatic], [0],
-    [Set to "yes" if building a shared library automatically hardcodes DIR
-    into the library and all subsequent libraries and executables linked
-    against it])
-_LT_TAGDECL([], [inherit_rpath], [0],
-    [Set to yes if linker adds runtime paths of dependent libraries
-    to runtime path list])
-_LT_TAGDECL([], [link_all_deplibs], [0],
-    [Whether libtool must link a program against all its dependency libraries])
-_LT_TAGDECL([], [always_export_symbols], [0],
-    [Set to "yes" if exported symbols are required])
-_LT_TAGDECL([], [export_symbols_cmds], [2],
-    [The commands to list exported symbols])
-_LT_TAGDECL([], [exclude_expsyms], [1],
-    [Symbols that should not be listed in the preloaded symbols])
-_LT_TAGDECL([], [include_expsyms], [1],
-    [Symbols that must always be exported])
-_LT_TAGDECL([], [prelink_cmds], [2],
-    [Commands necessary for linking programs (against libraries) with templates])
-_LT_TAGDECL([], [postlink_cmds], [2],
-    [Commands necessary for finishing linking programs])
-_LT_TAGDECL([], [file_list_spec], [1],
-    [Specify filename containing input files])
-dnl FIXME: Not yet implemented
-dnl _LT_TAGDECL([], [thread_safe_flag_spec], [1],
-dnl    [Compiler flag to generate thread safe objects])
-])# _LT_LINKER_SHLIBS
-
-
-# _LT_LANG_C_CONFIG([TAG])
-# ------------------------
-# Ensure that the configuration variables for a C compiler are suitably
-# defined.  These variables are subsequently used by _LT_CONFIG to write
-# the compiler configuration to 'libtool'.
-m4_defun([_LT_LANG_C_CONFIG],
-[m4_require([_LT_DECL_EGREP])dnl
-lt_save_CC=$CC
-AC_LANG_PUSH(C)
-
-# Source file extension for C test sources.
-ac_ext=c
-
-# Object file extension for compiled C test sources.
-objext=o
-_LT_TAGVAR(objext, $1)=$objext
-
-# Code to be used in simple compile tests
-lt_simple_compile_test_code="int some_variable = 0;"
-
-# Code to be used in simple link tests
-lt_simple_link_test_code='int main(){return(0);}'
-
-_LT_TAG_COMPILER
-# Save the default compiler, since it gets overwritten when the other
-# tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
-compiler_DEFAULT=$CC
-
-# save warnings/boilerplate of simple test code
-_LT_COMPILER_BOILERPLATE
-_LT_LINKER_BOILERPLATE
-
-## CAVEAT EMPTOR:
-## There is no encapsulation within the following macros, do not change
-## the running order or otherwise move them around unless you know exactly
-## what you are doing...
-if test -n "$compiler"; then
-  _LT_COMPILER_NO_RTTI($1)
-  _LT_COMPILER_PIC($1)
-  _LT_COMPILER_C_O($1)
-  _LT_COMPILER_FILE_LOCKS($1)
-  _LT_LINKER_SHLIBS($1)
-  _LT_SYS_DYNAMIC_LINKER($1)
-  _LT_LINKER_HARDCODE_LIBPATH($1)
-  LT_SYS_DLOPEN_SELF
-  _LT_CMD_STRIPLIB
-
-  # Report what library types will actually be built
-  AC_MSG_CHECKING([if libtool supports shared libraries])
-  AC_MSG_RESULT([$can_build_shared])
-
-  AC_MSG_CHECKING([whether to build shared libraries])
-  test no = "$can_build_shared" && enable_shared=no
-
-  # On AIX, shared libraries and static libraries use the same namespace, and
-  # are all built from PIC.
-  case $host_os in
-  aix3*)
-    test yes = "$enable_shared" && enable_static=no
-    if test -n "$RANLIB"; then
-      archive_cmds="$archive_cmds~\$RANLIB \$lib"
-      postinstall_cmds='$RANLIB $lib'
-    fi
-    ;;
-
-  aix[[4-9]]*)
-    if test ia64 != "$host_cpu"; then
-      case $enable_shared,$with_aix_soname,$aix_use_runtimelinking in
-      yes,aix,yes) ;;			# shared object as lib.so file only
-      yes,svr4,*) ;;			# shared object as lib.so archive member only
-      yes,*) enable_static=no ;;	# shared object in lib.a archive as well
-      esac
-    fi
-    ;;
-  esac
-  AC_MSG_RESULT([$enable_shared])
-
-  AC_MSG_CHECKING([whether to build static libraries])
-  # Make sure either enable_shared or enable_static is yes.
-  test yes = "$enable_shared" || enable_static=yes
-  AC_MSG_RESULT([$enable_static])
-
-  _LT_CONFIG($1)
-fi
-AC_LANG_POP
-CC=$lt_save_CC
-])# _LT_LANG_C_CONFIG
-
-
-# _LT_LANG_CXX_CONFIG([TAG])
-# --------------------------
-# Ensure that the configuration variables for a C++ compiler are suitably
-# defined.  These variables are subsequently used by _LT_CONFIG to write
-# the compiler configuration to 'libtool'.
-m4_defun([_LT_LANG_CXX_CONFIG],
-[m4_require([_LT_FILEUTILS_DEFAULTS])dnl
-m4_require([_LT_DECL_EGREP])dnl
-m4_require([_LT_PATH_MANIFEST_TOOL])dnl
-if test -n "$CXX" && ( test no != "$CXX" &&
-    ( (test g++ = "$CXX" && `g++ -v >/dev/null 2>&1` ) ||
-    (test g++ != "$CXX"))); then
-  AC_PROG_CXXCPP
-else
-  _lt_caught_CXX_error=yes
-fi
-
-AC_LANG_PUSH(C++)
-_LT_TAGVAR(archive_cmds_need_lc, $1)=no
-_LT_TAGVAR(allow_undefined_flag, $1)=
-_LT_TAGVAR(always_export_symbols, $1)=no
-_LT_TAGVAR(archive_expsym_cmds, $1)=
-_LT_TAGVAR(compiler_needs_object, $1)=no
-_LT_TAGVAR(export_dynamic_flag_spec, $1)=
-_LT_TAGVAR(hardcode_direct, $1)=no
-_LT_TAGVAR(hardcode_direct_absolute, $1)=no
-_LT_TAGVAR(hardcode_libdir_flag_spec, $1)=
-_LT_TAGVAR(hardcode_libdir_separator, $1)=
-_LT_TAGVAR(hardcode_minus_L, $1)=no
-_LT_TAGVAR(hardcode_shlibpath_var, $1)=unsupported
-_LT_TAGVAR(hardcode_automatic, $1)=no
-_LT_TAGVAR(inherit_rpath, $1)=no
-_LT_TAGVAR(module_cmds, $1)=
-_LT_TAGVAR(module_expsym_cmds, $1)=
-_LT_TAGVAR(link_all_deplibs, $1)=unknown
-_LT_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds
-_LT_TAGVAR(reload_flag, $1)=$reload_flag
-_LT_TAGVAR(reload_cmds, $1)=$reload_cmds
-_LT_TAGVAR(no_undefined_flag, $1)=
-_LT_TAGVAR(whole_archive_flag_spec, $1)=
-_LT_TAGVAR(enable_shared_with_static_runtimes, $1)=no
-
-# Source file extension for C++ test sources.
-ac_ext=cpp
-
-# Object file extension for compiled C++ test sources.
-objext=o
-_LT_TAGVAR(objext, $1)=$objext
-
-# No sense in running all these tests if we already determined that
-# the CXX compiler isn't working.  Some variables (like enable_shared)
-# are currently assumed to apply to all compilers on this platform,
-# and will be corrupted by setting them based on a non-working compiler.
-if test yes != "$_lt_caught_CXX_error"; then
-  # Code to be used in simple compile tests
-  lt_simple_compile_test_code="int some_variable = 0;"
-
-  # Code to be used in simple link tests
-  lt_simple_link_test_code='int main(int, char *[[]]) { return(0); }'
-
-  # ltmain only uses $CC for tagged configurations so make sure $CC is set.
-  _LT_TAG_COMPILER
-
-  # save warnings/boilerplate of simple test code
-  _LT_COMPILER_BOILERPLATE
-  _LT_LINKER_BOILERPLATE
-
-  # Allow CC to be a program name with arguments.
-  lt_save_CC=$CC
-  lt_save_CFLAGS=$CFLAGS
-  lt_save_LD=$LD
-  lt_save_GCC=$GCC
-  GCC=$GXX
-  lt_save_with_gnu_ld=$with_gnu_ld
-  lt_save_path_LD=$lt_cv_path_LD
-  if test -n "${lt_cv_prog_gnu_ldcxx+set}"; then
-    lt_cv_prog_gnu_ld=$lt_cv_prog_gnu_ldcxx
-  else
-    $as_unset lt_cv_prog_gnu_ld
-  fi
-  if test -n "${lt_cv_path_LDCXX+set}"; then
-    lt_cv_path_LD=$lt_cv_path_LDCXX
-  else
-    $as_unset lt_cv_path_LD
-  fi
-  test -z "${LDCXX+set}" || LD=$LDCXX
-  CC=${CXX-"c++"}
-  CFLAGS=$CXXFLAGS
-  compiler=$CC
-  _LT_TAGVAR(compiler, $1)=$CC
-  _LT_CC_BASENAME([$compiler])
-
-  if test -n "$compiler"; then
-    # We don't want -fno-exception when compiling C++ code, so set the
-    # no_builtin_flag separately
-    if test yes = "$GXX"; then
-      _LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=' -fno-builtin'
-    else
-      _LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=
-    fi
-
-    if test yes = "$GXX"; then
-      # Set up default GNU C++ configuration
-
-      LT_PATH_LD
-
-      # Check if GNU C++ uses GNU ld as the underlying linker, since the
-      # archiving commands below assume that GNU ld is being used.
-      if test yes = "$with_gnu_ld"; then
-        _LT_TAGVAR(archive_cmds, $1)='$CC $pic_flag -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname -o $lib'
-        _LT_TAGVAR(archive_expsym_cmds, $1)='$CC $pic_flag -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib'
-
-        _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir'
-        _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl--export-dynamic'
-
-        # If archive_cmds runs LD, not CC, wlarc should be empty
-        # XXX I think wlarc can be eliminated in ltcf-cxx, but I need to
-        #     investigate it a little bit more. (MM)
-        wlarc='$wl'
-
-        # ancient GNU ld didn't support --whole-archive et. al.
-        if eval "`$CC -print-prog-name=ld` --help 2>&1" |
-	  $GREP 'no-whole-archive' > /dev/null; then
-          _LT_TAGVAR(whole_archive_flag_spec, $1)=$wlarc'--whole-archive$convenience '$wlarc'--no-whole-archive'
-        else
-          _LT_TAGVAR(whole_archive_flag_spec, $1)=
-        fi
-      else
-        with_gnu_ld=no
-        wlarc=
-
-        # A generic and very simple default shared library creation
-        # command for GNU C++ for the case where it uses the native
-        # linker, instead of GNU ld.  If possible, this setting should
-        # overridden to take advantage of the native linker features on
-        # the platform it is being used on.
-        _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib'
-      fi
-
-      # Commands to make compiler produce verbose output that lists
-      # what "hidden" libraries, object files and flags are used when
-      # linking a shared library.
-      output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"'
-
-    else
-      GXX=no
-      with_gnu_ld=no
-      wlarc=
-    fi
-
-    # PORTME: fill in a description of your system's C++ link characteristics
-    AC_MSG_CHECKING([whether the $compiler linker ($LD) supports shared libraries])
-    _LT_TAGVAR(ld_shlibs, $1)=yes
-    case $host_os in
-      aix3*)
-        # FIXME: insert proper C++ library support
-        _LT_TAGVAR(ld_shlibs, $1)=no
-        ;;
-      aix[[4-9]]*)
-        if test ia64 = "$host_cpu"; then
-          # On IA64, the linker does run time linking by default, so we don't
-          # have to do anything special.
-          aix_use_runtimelinking=no
-          exp_sym_flag='-Bexport'
-          no_entry_flag=
-        else
-          aix_use_runtimelinking=no
-
-          # Test if we are trying to use run time linking or normal
-          # AIX style linking. If -brtl is somewhere in LDFLAGS, we
-          # have runtime linking enabled, and use it for executables.
-          # For shared libraries, we enable/disable runtime linking
-          # depending on the kind of the shared library created -
-          # when "with_aix_soname,aix_use_runtimelinking" is:
-          # "aix,no"   lib.a(lib.so.V) shared, rtl:no,  for executables
-          # "aix,yes"  lib.so          shared, rtl:yes, for executables
-          #            lib.a           static archive
-          # "both,no"  lib.so.V(shr.o) shared, rtl:yes
-          #            lib.a(lib.so.V) shared, rtl:no,  for executables
-          # "both,yes" lib.so.V(shr.o) shared, rtl:yes, for executables
-          #            lib.a(lib.so.V) shared, rtl:no
-          # "svr4,*"   lib.so.V(shr.o) shared, rtl:yes, for executables
-          #            lib.a           static archive
-          case $host_os in aix4.[[23]]|aix4.[[23]].*|aix[[5-9]]*)
-	    for ld_flag in $LDFLAGS; do
-	      case $ld_flag in
-	      *-brtl*)
-	        aix_use_runtimelinking=yes
-	        break
-	        ;;
-	      esac
-	    done
-	    if test svr4,no = "$with_aix_soname,$aix_use_runtimelinking"; then
-	      # With aix-soname=svr4, we create the lib.so.V shared archives only,
-	      # so we don't have lib.a shared libs to link our executables.
-	      # We have to force runtime linking in this case.
-	      aix_use_runtimelinking=yes
-	      LDFLAGS="$LDFLAGS -Wl,-brtl"
-	    fi
-	    ;;
-          esac
-
-          exp_sym_flag='-bexport'
-          no_entry_flag='-bnoentry'
-        fi
-
-        # When large executables or shared objects are built, AIX ld can
-        # have problems creating the table of contents.  If linking a library
-        # or program results in "error TOC overflow" add -mminimal-toc to
-        # CXXFLAGS/CFLAGS for g++/gcc.  In the cases where that is not
-        # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
-
-        _LT_TAGVAR(archive_cmds, $1)=''
-        _LT_TAGVAR(hardcode_direct, $1)=yes
-        _LT_TAGVAR(hardcode_direct_absolute, $1)=yes
-        _LT_TAGVAR(hardcode_libdir_separator, $1)=':'
-        _LT_TAGVAR(link_all_deplibs, $1)=yes
-        _LT_TAGVAR(file_list_spec, $1)='$wl-f,'
-        case $with_aix_soname,$aix_use_runtimelinking in
-        aix,*) ;;	# no import file
-        svr4,* | *,yes) # use import file
-          # The Import File defines what to hardcode.
-          _LT_TAGVAR(hardcode_direct, $1)=no
-          _LT_TAGVAR(hardcode_direct_absolute, $1)=no
-          ;;
-        esac
-
-        if test yes = "$GXX"; then
-          case $host_os in aix4.[[012]]|aix4.[[012]].*)
-          # We only want to do this on AIX 4.2 and lower, the check
-          # below for broken collect2 doesn't work under 4.3+
-	  collect2name=`$CC -print-prog-name=collect2`
-	  if test -f "$collect2name" &&
-	     strings "$collect2name" | $GREP resolve_lib_name >/dev/null
-	  then
-	    # We have reworked collect2
-	    :
-	  else
-	    # We have old collect2
-	    _LT_TAGVAR(hardcode_direct, $1)=unsupported
-	    # It fails to find uninstalled libraries when the uninstalled
-	    # path is not listed in the libpath.  Setting hardcode_minus_L
-	    # to unsupported forces relinking
-	    _LT_TAGVAR(hardcode_minus_L, $1)=yes
-	    _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
-	    _LT_TAGVAR(hardcode_libdir_separator, $1)=
-	  fi
-          esac
-          shared_flag='-shared'
-	  if test yes = "$aix_use_runtimelinking"; then
-	    shared_flag=$shared_flag' $wl-G'
-	  fi
-	  # Need to ensure runtime linking is disabled for the traditional
-	  # shared library, or the linker may eventually find shared libraries
-	  # /with/ Import File - we do not want to mix them.
-	  shared_flag_aix='-shared'
-	  shared_flag_svr4='-shared $wl-G'
-        else
-          # not using gcc
-          if test ia64 = "$host_cpu"; then
-	  # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
-	  # chokes on -Wl,-G. The following line is correct:
-	  shared_flag='-G'
-          else
-	    if test yes = "$aix_use_runtimelinking"; then
-	      shared_flag='$wl-G'
-	    else
-	      shared_flag='$wl-bM:SRE'
-	    fi
-	    shared_flag_aix='$wl-bM:SRE'
-	    shared_flag_svr4='$wl-G'
-          fi
-        fi
-
-        _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl-bexpall'
-        # It seems that -bexpall does not export symbols beginning with
-        # underscore (_), so it is better to generate a list of symbols to
-	# export.
-        _LT_TAGVAR(always_export_symbols, $1)=yes
-	if test aix,yes = "$with_aix_soname,$aix_use_runtimelinking"; then
-          # Warning - without using the other runtime loading flags (-brtl),
-          # -berok will link without error, but may produce a broken library.
-          # The "-G" linker flag allows undefined symbols.
-          _LT_TAGVAR(no_undefined_flag, $1)='-bernotok'
-          # Determine the default libpath from the value encoded in an empty
-          # executable.
-          _LT_SYS_MODULE_PATH_AIX([$1])
-          _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-blibpath:$libdir:'"$aix_libpath"
-
-          _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $deplibs $wl'$no_entry_flag' $compiler_flags `if test -n "$allow_undefined_flag"; then func_echo_all "$wl$allow_undefined_flag"; else :; fi` $wl'$exp_sym_flag:\$export_symbols' '$shared_flag
-        else
-          if test ia64 = "$host_cpu"; then
-	    _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-R $libdir:/usr/lib:/lib'
-	    _LT_TAGVAR(allow_undefined_flag, $1)="-z nodefs"
-	    _LT_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs '"\$wl$no_entry_flag"' $compiler_flags $wl$allow_undefined_flag '"\$wl$exp_sym_flag:\$export_symbols"
-          else
-	    # Determine the default libpath from the value encoded in an
-	    # empty executable.
-	    _LT_SYS_MODULE_PATH_AIX([$1])
-	    _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-blibpath:$libdir:'"$aix_libpath"
-	    # Warning - without using the other run time loading flags,
-	    # -berok will link without error, but may produce a broken library.
-	    _LT_TAGVAR(no_undefined_flag, $1)=' $wl-bernotok'
-	    _LT_TAGVAR(allow_undefined_flag, $1)=' $wl-berok'
-	    if test yes = "$with_gnu_ld"; then
-	      # We only use this code for GNU lds that support --whole-archive.
-	      _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive$convenience $wl--no-whole-archive'
-	    else
-	      # Exported symbols can be pulled into shared objects from archives
-	      _LT_TAGVAR(whole_archive_flag_spec, $1)='$convenience'
-	    fi
-	    _LT_TAGVAR(archive_cmds_need_lc, $1)=yes
-	    _LT_TAGVAR(archive_expsym_cmds, $1)='$RM -r $output_objdir/$realname.d~$MKDIR $output_objdir/$realname.d'
-	    # -brtl affects multiple linker settings, -berok does not and is overridden later
-	    compiler_flags_filtered='`func_echo_all "$compiler_flags " | $SED -e "s%-brtl\\([[, ]]\\)%-berok\\1%g"`'
-	    if test svr4 != "$with_aix_soname"; then
-	      # This is similar to how AIX traditionally builds its shared
-	      # libraries. Need -bnortl late, we may have -brtl in LDFLAGS.
-	      _LT_TAGVAR(archive_expsym_cmds, $1)="$_LT_TAGVAR(archive_expsym_cmds, $1)"'~$CC '$shared_flag_aix' -o $output_objdir/$realname.d/$soname $libobjs $deplibs $wl-bnoentry '$compiler_flags_filtered'$wl-bE:$export_symbols$allow_undefined_flag~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$realname.d/$soname'
-	    fi
-	    if test aix != "$with_aix_soname"; then
-	      _LT_TAGVAR(archive_expsym_cmds, $1)="$_LT_TAGVAR(archive_expsym_cmds, $1)"'~$CC '$shared_flag_svr4' -o $output_objdir/$realname.d/$shared_archive_member_spec.o $libobjs $deplibs $wl-bnoentry '$compiler_flags_filtered'$wl-bE:$export_symbols$allow_undefined_flag~$STRIP -e $output_objdir/$realname.d/$shared_archive_member_spec.o~( func_echo_all "#! $soname($shared_archive_member_spec.o)"; if test shr_64 = "$shared_archive_member_spec"; then func_echo_all "# 64"; else func_echo_all "# [...]
-	    else
-	      # used by -dlpreopen to get the symbols
-	      _LT_TAGVAR(archive_expsym_cmds, $1)="$_LT_TAGVAR(archive_expsym_cmds, $1)"'~$MV  $output_objdir/$realname.d/$soname $output_objdir'
-	    fi
-	    _LT_TAGVAR(archive_expsym_cmds, $1)="$_LT_TAGVAR(archive_expsym_cmds, $1)"'~$RM -r $output_objdir/$realname.d'
-          fi
-        fi
-        ;;
-
-      beos*)
-	if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
-	  _LT_TAGVAR(allow_undefined_flag, $1)=unsupported
-	  # Joseph Beckenbach <jrb3 at best.com> says some releases of gcc
-	  # support --undefined.  This deserves some investigation.  FIXME
-	  _LT_TAGVAR(archive_cmds, $1)='$CC -nostart $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
-	else
-	  _LT_TAGVAR(ld_shlibs, $1)=no
-	fi
-	;;
-
-      chorus*)
-        case $cc_basename in
-          *)
-	  # FIXME: insert proper C++ library support
-	  _LT_TAGVAR(ld_shlibs, $1)=no
-	  ;;
-        esac
-        ;;
-
-      cygwin* | mingw* | pw32* | cegcc*)
-	case $GXX,$cc_basename in
-	,cl* | no,cl*)
-	  # Native MSVC
-	  # hardcode_libdir_flag_spec is actually meaningless, as there is
-	  # no search path for DLLs.
-	  _LT_TAGVAR(hardcode_libdir_flag_spec, $1)=' '
-	  _LT_TAGVAR(allow_undefined_flag, $1)=unsupported
-	  _LT_TAGVAR(always_export_symbols, $1)=yes
-	  _LT_TAGVAR(file_list_spec, $1)='@'
-	  # Tell ltmain to make .lib files, not .a files.
-	  libext=lib
-	  # Tell ltmain to make .dll files, not .so files.
-	  shrext_cmds=.dll
-	  # FIXME: Setting linknames here is a bad hack.
-	  _LT_TAGVAR(archive_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~linknames='
-	  _LT_TAGVAR(archive_expsym_cmds, $1)='if _LT_DLL_DEF_P([$export_symbols]); then
-              cp "$export_symbols" "$output_objdir/$soname.def";
-              echo "$tool_output_objdir$soname.def" > "$output_objdir/$soname.exp";
-            else
-              $SED -e '\''s/^/-link -EXPORT:/'\'' < $export_symbols > $output_objdir/$soname.exp;
-            fi~
-            $CC -o $tool_output_objdir$soname $libobjs $compiler_flags $deplibs "@$tool_output_objdir$soname.exp" -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~
-            linknames='
-	  # The linker will not automatically build a static lib if we build a DLL.
-	  # _LT_TAGVAR(old_archive_from_new_cmds, $1)='true'
-	  _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes
-	  # Don't use ranlib
-	  _LT_TAGVAR(old_postinstall_cmds, $1)='chmod 644 $oldlib'
-	  _LT_TAGVAR(postlink_cmds, $1)='lt_outputfile="@OUTPUT@"~
-            lt_tool_outputfile="@TOOL_OUTPUT@"~
-            case $lt_outputfile in
-              *.exe|*.EXE) ;;
-              *)
-                lt_outputfile=$lt_outputfile.exe
-                lt_tool_outputfile=$lt_tool_outputfile.exe
-                ;;
-            esac~
-            func_to_tool_file "$lt_outputfile"~
-            if test : != "$MANIFEST_TOOL" && test -f "$lt_outputfile.manifest"; then
-              $MANIFEST_TOOL -manifest "$lt_tool_outputfile.manifest" -outputresource:"$lt_tool_outputfile" || exit 1;
-              $RM "$lt_outputfile.manifest";
-            fi'
-	  ;;
-	*)
-	  # g++
-	  # _LT_TAGVAR(hardcode_libdir_flag_spec, $1) is actually meaningless,
-	  # as there is no search path for DLLs.
-	  _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
-	  _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl--export-all-symbols'
-	  _LT_TAGVAR(allow_undefined_flag, $1)=unsupported
-	  _LT_TAGVAR(always_export_symbols, $1)=no
-	  _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes
-
-	  if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
-	    _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $output_objdir/$soname $wl--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
-	    # If the export-symbols file already is a .def file, use it as
-	    # is; otherwise, prepend EXPORTS...
-	    _LT_TAGVAR(archive_expsym_cmds, $1)='if _LT_DLL_DEF_P([$export_symbols]); then
-              cp $export_symbols $output_objdir/$soname.def;
-            else
-              echo EXPORTS > $output_objdir/$soname.def;
-              cat $export_symbols >> $output_objdir/$soname.def;
-            fi~
-            $CC -shared -nostdlib $output_objdir/$soname.def $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $output_objdir/$soname $wl--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
-	  else
-	    _LT_TAGVAR(ld_shlibs, $1)=no
-	  fi
-	  ;;
-	esac
-	;;
-      darwin* | rhapsody*)
-        _LT_DARWIN_LINKER_FEATURES($1)
-	;;
-
-      os2*)
-	_LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
-	_LT_TAGVAR(hardcode_minus_L, $1)=yes
-	_LT_TAGVAR(allow_undefined_flag, $1)=unsupported
-	shrext_cmds=.dll
-	_LT_TAGVAR(archive_cmds, $1)='$ECHO "LIBRARY ${soname%$shared_ext} INITINSTANCE TERMINSTANCE" > $output_objdir/$libname.def~
-	  $ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~
-	  $ECHO "DATA MULTIPLE NONSHARED" >> $output_objdir/$libname.def~
-	  $ECHO EXPORTS >> $output_objdir/$libname.def~
-	  emxexp $libobjs | $SED /"_DLL_InitTerm"/d >> $output_objdir/$libname.def~
-	  $CC -Zdll -Zcrtdll -o $output_objdir/$soname $libobjs $deplibs $compiler_flags $output_objdir/$libname.def~
-	  emximp -o $lib $output_objdir/$libname.def'
-	_LT_TAGVAR(archive_expsym_cmds, $1)='$ECHO "LIBRARY ${soname%$shared_ext} INITINSTANCE TERMINSTANCE" > $output_objdir/$libname.def~
-	  $ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~
-	  $ECHO "DATA MULTIPLE NONSHARED" >> $output_objdir/$libname.def~
-	  $ECHO EXPORTS >> $output_objdir/$libname.def~
-	  prefix_cmds="$SED"~
-	  if test EXPORTS = "`$SED 1q $export_symbols`"; then
-	    prefix_cmds="$prefix_cmds -e 1d";
-	  fi~
-	  prefix_cmds="$prefix_cmds -e \"s/^\(.*\)$/_\1/g\""~
-	  cat $export_symbols | $prefix_cmds >> $output_objdir/$libname.def~
-	  $CC -Zdll -Zcrtdll -o $output_objdir/$soname $libobjs $deplibs $compiler_flags $output_objdir/$libname.def~
-	  emximp -o $lib $output_objdir/$libname.def'
-	_LT_TAGVAR(old_archive_From_new_cmds, $1)='emximp -o $output_objdir/${libname}_dll.a $output_objdir/$libname.def'
-	_LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes
-	;;
-
-      dgux*)
-        case $cc_basename in
-          ec++*)
-	    # FIXME: insert proper C++ library support
-	    _LT_TAGVAR(ld_shlibs, $1)=no
-	    ;;
-          ghcx*)
-	    # Green Hills C++ Compiler
-	    # FIXME: insert proper C++ library support
-	    _LT_TAGVAR(ld_shlibs, $1)=no
-	    ;;
-          *)
-	    # FIXME: insert proper C++ library support
-	    _LT_TAGVAR(ld_shlibs, $1)=no
-	    ;;
-        esac
-        ;;
-
-      freebsd2.*)
-        # C++ shared libraries reported to be fairly broken before
-	# switch to ELF
-        _LT_TAGVAR(ld_shlibs, $1)=no
-        ;;
-
-      freebsd-elf*)
-        _LT_TAGVAR(archive_cmds_need_lc, $1)=no
-        ;;
-
-      freebsd* | dragonfly*)
-        # FreeBSD 3 and later use GNU C++ and GNU ld with standard ELF
-        # conventions
-        _LT_TAGVAR(ld_shlibs, $1)=yes
-        ;;
-
-      haiku*)
-        _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
-        _LT_TAGVAR(link_all_deplibs, $1)=yes
-        ;;
-
-      hpux9*)
-        _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl+b $wl$libdir'
-        _LT_TAGVAR(hardcode_libdir_separator, $1)=:
-        _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl-E'
-        _LT_TAGVAR(hardcode_direct, $1)=yes
-        _LT_TAGVAR(hardcode_minus_L, $1)=yes # Not in the search PATH,
-				             # but as the default
-				             # location of the library.
-
-        case $cc_basename in
-          CC*)
-            # FIXME: insert proper C++ library support
-            _LT_TAGVAR(ld_shlibs, $1)=no
-            ;;
-          aCC*)
-            _LT_TAGVAR(archive_cmds, $1)='$RM $output_objdir/$soname~$CC -b $wl+b $wl$install_libdir -o $output_objdir/$soname $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~test "x$output_objdir/$soname" = "x$lib" || mv $output_objdir/$soname $lib'
-            # Commands to make compiler produce verbose output that lists
-            # what "hidden" libraries, object files and flags are used when
-            # linking a shared library.
-            #
-            # There doesn't appear to be a way to prevent this compiler from
-            # explicitly linking system object files so we need to strip them
-            # from the output so that they don't get included in the library
-            # dependencies.
-            output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $EGREP "\-L"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
-            ;;
-          *)
-            if test yes = "$GXX"; then
-              _LT_TAGVAR(archive_cmds, $1)='$RM $output_objdir/$soname~$CC -shared -nostdlib $pic_flag $wl+b $wl$install_libdir -o $output_objdir/$soname $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~test "x$output_objdir/$soname" = "x$lib" || mv $output_objdir/$soname $lib'
-            else
-              # FIXME: insert proper C++ library support
-              _LT_TAGVAR(ld_shlibs, $1)=no
-            fi
-            ;;
-        esac
-        ;;
-
-      hpux10*|hpux11*)
-        if test no = "$with_gnu_ld"; then
-	  _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl+b $wl$libdir'
-	  _LT_TAGVAR(hardcode_libdir_separator, $1)=:
-
-          case $host_cpu in
-            hppa*64*|ia64*)
-              ;;
-            *)
-	      _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl-E'
-              ;;
-          esac
-        fi
-        case $host_cpu in
-          hppa*64*|ia64*)
-            _LT_TAGVAR(hardcode_direct, $1)=no
-            _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
-            ;;
-          *)
-            _LT_TAGVAR(hardcode_direct, $1)=yes
-            _LT_TAGVAR(hardcode_direct_absolute, $1)=yes
-            _LT_TAGVAR(hardcode_minus_L, $1)=yes # Not in the search PATH,
-					         # but as the default
-					         # location of the library.
-            ;;
-        esac
-
-        case $cc_basename in
-          CC*)
-	    # FIXME: insert proper C++ library support
-	    _LT_TAGVAR(ld_shlibs, $1)=no
-	    ;;
-          aCC*)
-	    case $host_cpu in
-	      hppa*64*)
-	        _LT_TAGVAR(archive_cmds, $1)='$CC -b $wl+h $wl$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
-	        ;;
-	      ia64*)
-	        _LT_TAGVAR(archive_cmds, $1)='$CC -b $wl+h $wl$soname $wl+nodefaultrpath -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
-	        ;;
-	      *)
-	        _LT_TAGVAR(archive_cmds, $1)='$CC -b $wl+h $wl$soname $wl+b $wl$install_libdir -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
-	        ;;
-	    esac
-	    # Commands to make compiler produce verbose output that lists
-	    # what "hidden" libraries, object files and flags are used when
-	    # linking a shared library.
-	    #
-	    # There doesn't appear to be a way to prevent this compiler from
-	    # explicitly linking system object files so we need to strip them
-	    # from the output so that they don't get included in the library
-	    # dependencies.
-	    output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $GREP "\-L"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
-	    ;;
-          *)
-	    if test yes = "$GXX"; then
-	      if test no = "$with_gnu_ld"; then
-	        case $host_cpu in
-	          hppa*64*)
-	            _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib -fPIC $wl+h $wl$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
-	            ;;
-	          ia64*)
-	            _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $pic_flag $wl+h $wl$soname $wl+nodefaultrpath -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
-	            ;;
-	          *)
-	            _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $pic_flag $wl+h $wl$soname $wl+b $wl$install_libdir -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
-	            ;;
-	        esac
-	      fi
-	    else
-	      # FIXME: insert proper C++ library support
-	      _LT_TAGVAR(ld_shlibs, $1)=no
-	    fi
-	    ;;
-        esac
-        ;;
-
-      interix[[3-9]]*)
-	_LT_TAGVAR(hardcode_direct, $1)=no
-	_LT_TAGVAR(hardcode_shlibpath_var, $1)=no
-	_LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath,$libdir'
-	_LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl-E'
-	# Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
-	# Instead, shared libraries are loaded at an image base (0x10000000 by
-	# default) and relocated if they conflict, which is a slow very memory
-	# consuming and fragmenting process.  To avoid this, we pick a random,
-	# 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
-	# time.  Moving up from 0x10000000 also allows more sbrk(2) space.
-	_LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
-	_LT_TAGVAR(archive_expsym_cmds, $1)='sed "s|^|_|" $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--retain-symbols-file,$output_objdir/$soname.expsym $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
-	;;
-      irix5* | irix6*)
-        case $cc_basename in
-          CC*)
-	    # SGI C++
-	    _LT_TAGVAR(archive_cmds, $1)='$CC -shared -all -multigot $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
-
-	    # Archives containing C++ object files must be created using
-	    # "CC -ar", where "CC" is the IRIX C++ compiler.  This is
-	    # necessary to make sure instantiated templates are included
-	    # in the archive.
-	    _LT_TAGVAR(old_archive_cmds, $1)='$CC -ar -WR,-u -o $oldlib $oldobjs'
-	    ;;
-          *)
-	    if test yes = "$GXX"; then
-	      if test no = "$with_gnu_ld"; then
-	        _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
-	      else
-	        _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` -o $lib'
-	      fi
-	    fi
-	    _LT_TAGVAR(link_all_deplibs, $1)=yes
-	    ;;
-        esac
-        _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir'
-        _LT_TAGVAR(hardcode_libdir_separator, $1)=:
-        _LT_TAGVAR(inherit_rpath, $1)=yes
-        ;;
-
-      linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
-        case $cc_basename in
-          KCC*)
-	    # Kuck and Associates, Inc. (KAI) C++ Compiler
-
-	    # KCC will only create a shared library if the output file
-	    # ends with ".so" (or ".sl" for HP-UX), so rename the library
-	    # to its proper name (with version) after linking.
-	    _LT_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\$tempext\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
-	    _LT_TAGVAR(archive_expsym_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\$tempext\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib $wl-retain-symbols-file,$export_symbols; mv \$templib $lib'
-	    # Commands to make compiler produce verbose output that lists
-	    # what "hidden" libraries, object files and flags are used when
-	    # linking a shared library.
-	    #
-	    # There doesn't appear to be a way to prevent this compiler from
-	    # explicitly linking system object files so we need to strip them
-	    # from the output so that they don't get included in the library
-	    # dependencies.
-	    output_verbose_link_cmd='templist=`$CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1 | $GREP "ld"`; rm -f libconftest$shared_ext; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
-
-	    _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath,$libdir'
-	    _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl--export-dynamic'
-
-	    # Archives containing C++ object files must be created using
-	    # "CC -Bstatic", where "CC" is the KAI C++ compiler.
-	    _LT_TAGVAR(old_archive_cmds, $1)='$CC -Bstatic -o $oldlib $oldobjs'
-	    ;;
-	  icpc* | ecpc* )
-	    # Intel C++
-	    with_gnu_ld=yes
-	    # version 8.0 and above of icpc choke on multiply defined symbols
-	    # if we add $predep_objects and $postdep_objects, however 7.1 and
-	    # earlier do not add the objects themselves.
-	    case `$CC -V 2>&1` in
-	      *"Version 7."*)
-	        _LT_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname -o $lib'
-		_LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib'
-		;;
-	      *)  # Version 8.0 or newer
-	        tmp_idyn=
-	        case $host_cpu in
-		  ia64*) tmp_idyn=' -i_dynamic';;
-		esac
-	        _LT_TAGVAR(archive_cmds, $1)='$CC -shared'"$tmp_idyn"' $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
-		_LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared'"$tmp_idyn"' $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib'
-		;;
-	    esac
-	    _LT_TAGVAR(archive_cmds_need_lc, $1)=no
-	    _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath,$libdir'
-	    _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl--export-dynamic'
-	    _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive$convenience $wl--no-whole-archive'
-	    ;;
-          pgCC* | pgcpp*)
-            # Portland Group C++ compiler
-	    case `$CC -V` in
-	    *pgCC\ [[1-5]].* | *pgcpp\ [[1-5]].*)
-	      _LT_TAGVAR(prelink_cmds, $1)='tpldir=Template.dir~
-               rm -rf $tpldir~
-               $CC --prelink_objects --instantiation_dir $tpldir $objs $libobjs $compile_deplibs~
-               compile_command="$compile_command `find $tpldir -name \*.o | sort | $NL2SP`"'
-	      _LT_TAGVAR(old_archive_cmds, $1)='tpldir=Template.dir~
-                rm -rf $tpldir~
-                $CC --prelink_objects --instantiation_dir $tpldir $oldobjs$old_deplibs~
-                $AR $AR_FLAGS $oldlib$oldobjs$old_deplibs `find $tpldir -name \*.o | sort | $NL2SP`~
-                $RANLIB $oldlib'
-	      _LT_TAGVAR(archive_cmds, $1)='tpldir=Template.dir~
-                rm -rf $tpldir~
-                $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
-                $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags $wl-soname $wl$soname -o $lib'
-	      _LT_TAGVAR(archive_expsym_cmds, $1)='tpldir=Template.dir~
-                rm -rf $tpldir~
-                $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
-                $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib'
-	      ;;
-	    *) # Version 6 and above use weak symbols
-	      _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname -o $lib'
-	      _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib'
-	      ;;
-	    esac
-
-	    _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl--rpath $wl$libdir'
-	    _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl--export-dynamic'
-	    _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
-            ;;
-	  cxx*)
-	    # Compaq C++
-	    _LT_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname -o $lib'
-	    _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname  -o $lib $wl-retain-symbols-file $wl$export_symbols'
-
-	    runpath_var=LD_RUN_PATH
-	    _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir'
-	    _LT_TAGVAR(hardcode_libdir_separator, $1)=:
-
-	    # Commands to make compiler produce verbose output that lists
-	    # what "hidden" libraries, object files and flags are used when
-	    # linking a shared library.
-	    #
-	    # There doesn't appear to be a way to prevent this compiler from
-	    # explicitly linking system object files so we need to strip them
-	    # from the output so that they don't get included in the library
-	    # dependencies.
-	    output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld .*$\)/\1/"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "X$list" | $Xsed'
-	    ;;
-	  xl* | mpixl* | bgxl*)
-	    # IBM XL 8.0 on PPC, with GNU ld
-	    _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir'
-	    _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl--export-dynamic'
-	    _LT_TAGVAR(archive_cmds, $1)='$CC -qmkshrobj $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
-	    if test yes = "$supports_anon_versioning"; then
-	      _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $output_objdir/$libname.ver~
-                cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
-                echo "local: *; };" >> $output_objdir/$libname.ver~
-                $CC -qmkshrobj $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-version-script $wl$output_objdir/$libname.ver -o $lib'
-	    fi
-	    ;;
-	  *)
-	    case `$CC -V 2>&1 | sed 5q` in
-	    *Sun\ C*)
-	      # Sun C++ 5.9
-	      _LT_TAGVAR(no_undefined_flag, $1)=' -zdefs'
-	      _LT_TAGVAR(archive_cmds, $1)='$CC -G$allow_undefined_flag -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
-	      _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -G$allow_undefined_flag -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-retain-symbols-file $wl$export_symbols'
-	      _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
-	      _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
-	      _LT_TAGVAR(compiler_needs_object, $1)=yes
-
-	      # Not sure whether something based on
-	      # $CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1
-	      # would be better.
-	      output_verbose_link_cmd='func_echo_all'
-
-	      # Archives containing C++ object files must be created using
-	      # "CC -xar", where "CC" is the Sun C++ compiler.  This is
-	      # necessary to make sure instantiated templates are included
-	      # in the archive.
-	      _LT_TAGVAR(old_archive_cmds, $1)='$CC -xar -o $oldlib $oldobjs'
-	      ;;
-	    esac
-	    ;;
-	esac
-	;;
-
-      lynxos*)
-        # FIXME: insert proper C++ library support
-	_LT_TAGVAR(ld_shlibs, $1)=no
-	;;
-
-      m88k*)
-        # FIXME: insert proper C++ library support
-        _LT_TAGVAR(ld_shlibs, $1)=no
-	;;
-
-      mvs*)
-        case $cc_basename in
-          cxx*)
-	    # FIXME: insert proper C++ library support
-	    _LT_TAGVAR(ld_shlibs, $1)=no
-	    ;;
-	  *)
-	    # FIXME: insert proper C++ library support
-	    _LT_TAGVAR(ld_shlibs, $1)=no
-	    ;;
-	esac
-	;;
-
-      netbsd*)
-        if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
-	  _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable  -o $lib $predep_objects $libobjs $deplibs $postdep_objects $linker_flags'
-	  wlarc=
-	  _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
-	  _LT_TAGVAR(hardcode_direct, $1)=yes
-	  _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
-	fi
-	# Workaround some broken pre-1.5 toolchains
-	output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP conftest.$objext | $SED -e "s:-lgcc -lc -lgcc::"'
-	;;
-
-      *nto* | *qnx*)
-        _LT_TAGVAR(ld_shlibs, $1)=yes
-	;;
-
-      openbsd* | bitrig*)
-	if test -f /usr/libexec/ld.so; then
-	  _LT_TAGVAR(hardcode_direct, $1)=yes
-	  _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
-	  _LT_TAGVAR(hardcode_direct_absolute, $1)=yes
-	  _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib'
-	  _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath,$libdir'
-	  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`"; then
-	    _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-retain-symbols-file,$export_symbols -o $lib'
-	    _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl-E'
-	    _LT_TAGVAR(whole_archive_flag_spec, $1)=$wlarc'--whole-archive$convenience '$wlarc'--no-whole-archive'
-	  fi
-	  output_verbose_link_cmd=func_echo_all
-	else
-	  _LT_TAGVAR(ld_shlibs, $1)=no
-	fi
-	;;
-
-      osf3* | osf4* | osf5*)
-        case $cc_basename in
-          KCC*)
-	    # Kuck and Associates, Inc. (KAI) C++ Compiler
-
-	    # KCC will only create a shared library if the output file
-	    # ends with ".so" (or ".sl" for HP-UX), so rename the library
-	    # to its proper name (with version) after linking.
-	    _LT_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo "$lib" | $SED -e "s/\$tempext\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
-
-	    _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath,$libdir'
-	    _LT_TAGVAR(hardcode_libdir_separator, $1)=:
-
-	    # Archives containing C++ object files must be created using
-	    # the KAI C++ compiler.
-	    case $host in
-	      osf3*) _LT_TAGVAR(old_archive_cmds, $1)='$CC -Bstatic -o $oldlib $oldobjs' ;;
-	      *) _LT_TAGVAR(old_archive_cmds, $1)='$CC -o $oldlib $oldobjs' ;;
-	    esac
-	    ;;
-          RCC*)
-	    # Rational C++ 2.4.1
-	    # FIXME: insert proper C++ library support
-	    _LT_TAGVAR(ld_shlibs, $1)=no
-	    ;;
-          cxx*)
-	    case $host in
-	      osf3*)
-	        _LT_TAGVAR(allow_undefined_flag, $1)=' $wl-expect_unresolved $wl\*'
-	        _LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $soname `test -n "$verstring" && func_echo_all "$wl-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
-	        _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir'
-		;;
-	      *)
-	        _LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
-	        _LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
-	        _LT_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~
-                  echo "-hidden">> $lib.exp~
-                  $CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname $wl-input $wl$lib.exp  `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib~
-                  $RM $lib.exp'
-	        _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir'
-		;;
-	    esac
-
-	    _LT_TAGVAR(hardcode_libdir_separator, $1)=:
-
-	    # Commands to make compiler produce verbose output that lists
-	    # what "hidden" libraries, object files and flags are used when
-	    # linking a shared library.
-	    #
-	    # There doesn't appear to be a way to prevent this compiler from
-	    # explicitly linking system object files so we need to strip them
-	    # from the output so that they don't get included in the library
-	    # dependencies.
-	    output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld" | $GREP -v "ld:"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld.*$\)/\1/"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
-	    ;;
-	  *)
-	    if test yes,no = "$GXX,$with_gnu_ld"; then
-	      _LT_TAGVAR(allow_undefined_flag, $1)=' $wl-expect_unresolved $wl\*'
-	      case $host in
-	        osf3*)
-	          _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
-		  ;;
-	        *)
-	          _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib $allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-msym $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
-		  ;;
-	      esac
-
-	      _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir'
-	      _LT_TAGVAR(hardcode_libdir_separator, $1)=:
-
-	      # Commands to make compiler produce verbose output that lists
-	      # what "hidden" libraries, object files and flags are used when
-	      # linking a shared library.
-	      output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"'
-
-	    else
-	      # FIXME: insert proper C++ library support
-	      _LT_TAGVAR(ld_shlibs, $1)=no
-	    fi
-	    ;;
-        esac
-        ;;
-
-      psos*)
-        # FIXME: insert proper C++ library support
-        _LT_TAGVAR(ld_shlibs, $1)=no
-        ;;
-
-      sunos4*)
-        case $cc_basename in
-          CC*)
-	    # Sun C++ 4.x
-	    # FIXME: insert proper C++ library support
-	    _LT_TAGVAR(ld_shlibs, $1)=no
-	    ;;
-          lcc*)
-	    # Lucid
-	    # FIXME: insert proper C++ library support
-	    _LT_TAGVAR(ld_shlibs, $1)=no
-	    ;;
-          *)
-	    # FIXME: insert proper C++ library support
-	    _LT_TAGVAR(ld_shlibs, $1)=no
-	    ;;
-        esac
-        ;;
-
-      solaris*)
-        case $cc_basename in
-          CC* | sunCC*)
-	    # Sun C++ 4.2, 5.x and Centerline C++
-            _LT_TAGVAR(archive_cmds_need_lc,$1)=yes
-	    _LT_TAGVAR(no_undefined_flag, $1)=' -zdefs'
-	    _LT_TAGVAR(archive_cmds, $1)='$CC -G$allow_undefined_flag -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
-	    _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
-              $CC -G$allow_undefined_flag $wl-M $wl$lib.exp -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$RM $lib.exp'
-
-	    _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
-	    _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
-	    case $host_os in
-	      solaris2.[[0-5]] | solaris2.[[0-5]].*) ;;
-	      *)
-		# The compiler driver will combine and reorder linker options,
-		# but understands '-z linker_flag'.
-	        # Supported since Solaris 2.6 (maybe 2.5.1?)
-		_LT_TAGVAR(whole_archive_flag_spec, $1)='-z allextract$convenience -z defaultextract'
-	        ;;
-	    esac
-	    _LT_TAGVAR(link_all_deplibs, $1)=yes
-
-	    output_verbose_link_cmd='func_echo_all'
-
-	    # Archives containing C++ object files must be created using
-	    # "CC -xar", where "CC" is the Sun C++ compiler.  This is
-	    # necessary to make sure instantiated templates are included
-	    # in the archive.
-	    _LT_TAGVAR(old_archive_cmds, $1)='$CC -xar -o $oldlib $oldobjs'
-	    ;;
-          gcx*)
-	    # Green Hills C++ Compiler
-	    _LT_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-h $wl$soname -o $lib'
-
-	    # The C++ compiler must be used to create the archive.
-	    _LT_TAGVAR(old_archive_cmds, $1)='$CC $LDFLAGS -archive -o $oldlib $oldobjs'
-	    ;;
-          *)
-	    # GNU C++ compiler with Solaris linker
-	    if test yes,no = "$GXX,$with_gnu_ld"; then
-	      _LT_TAGVAR(no_undefined_flag, $1)=' $wl-z ${wl}defs'
-	      if $CC --version | $GREP -v '^2\.7' > /dev/null; then
-	        _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-h $wl$soname -o $lib'
-	        _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
-                  $CC -shared $pic_flag -nostdlib $wl-M $wl$lib.exp $wl-h $wl$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$RM $lib.exp'
-
-	        # Commands to make compiler produce verbose output that lists
-	        # what "hidden" libraries, object files and flags are used when
-	        # linking a shared library.
-	        output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"'
-	      else
-	        # g++ 2.7 appears to require '-G' NOT '-shared' on this
-	        # platform.
-	        _LT_TAGVAR(archive_cmds, $1)='$CC -G -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-h $wl$soname -o $lib'
-	        _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
-                  $CC -G -nostdlib $wl-M $wl$lib.exp $wl-h $wl$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$RM $lib.exp'
-
-	        # Commands to make compiler produce verbose output that lists
-	        # what "hidden" libraries, object files and flags are used when
-	        # linking a shared library.
-	        output_verbose_link_cmd='$CC -G $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"'
-	      fi
-
-	      _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-R $wl$libdir'
-	      case $host_os in
-		solaris2.[[0-5]] | solaris2.[[0-5]].*) ;;
-		*)
-		  _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl-z ${wl}allextract$convenience $wl-z ${wl}defaultextract'
-		  ;;
-	      esac
-	    fi
-	    ;;
-        esac
-        ;;
-
-    sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[[01]].[[10]]* | unixware7* | sco3.2v5.0.[[024]]*)
-      _LT_TAGVAR(no_undefined_flag, $1)='$wl-z,text'
-      _LT_TAGVAR(archive_cmds_need_lc, $1)=no
-      _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
-      runpath_var='LD_RUN_PATH'
-
-      case $cc_basename in
-        CC*)
-	  _LT_TAGVAR(archive_cmds, $1)='$CC -G $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
-	  _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -G $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
-	  ;;
-	*)
-	  _LT_TAGVAR(archive_cmds, $1)='$CC -shared $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
-	  _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
-	  ;;
-      esac
-      ;;
-
-      sysv5* | sco3.2v5* | sco5v6*)
-	# Note: We CANNOT use -z defs as we might desire, because we do not
-	# link with -lc, and that would cause any symbols used from libc to
-	# always be unresolved, which means just about no library would
-	# ever link correctly.  If we're not using GNU ld we use -z text
-	# though, which does catch some bad symbols but isn't as heavy-handed
-	# as -z defs.
-	_LT_TAGVAR(no_undefined_flag, $1)='$wl-z,text'
-	_LT_TAGVAR(allow_undefined_flag, $1)='$wl-z,nodefs'
-	_LT_TAGVAR(archive_cmds_need_lc, $1)=no
-	_LT_TAGVAR(hardcode_shlibpath_var, $1)=no
-	_LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-R,$libdir'
-	_LT_TAGVAR(hardcode_libdir_separator, $1)=':'
-	_LT_TAGVAR(link_all_deplibs, $1)=yes
-	_LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl-Bexport'
-	runpath_var='LD_RUN_PATH'
-
-	case $cc_basename in
-          CC*)
-	    _LT_TAGVAR(archive_cmds, $1)='$CC -G $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
-	    _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -G $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
-	    _LT_TAGVAR(old_archive_cmds, $1)='$CC -Tprelink_objects $oldobjs~
-              '"$_LT_TAGVAR(old_archive_cmds, $1)"
-	    _LT_TAGVAR(reload_cmds, $1)='$CC -Tprelink_objects $reload_objs~
-              '"$_LT_TAGVAR(reload_cmds, $1)"
-	    ;;
-	  *)
-	    _LT_TAGVAR(archive_cmds, $1)='$CC -shared $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
-	    _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
-	    ;;
-	esac
-      ;;
-
-      tandem*)
-        case $cc_basename in
-          NCC*)
-	    # NonStop-UX NCC 3.20
-	    # FIXME: insert proper C++ library support
-	    _LT_TAGVAR(ld_shlibs, $1)=no
-	    ;;
-          *)
-	    # FIXME: insert proper C++ library support
-	    _LT_TAGVAR(ld_shlibs, $1)=no
-	    ;;
-        esac
-        ;;
-
-      vxworks*)
-        # FIXME: insert proper C++ library support
-        _LT_TAGVAR(ld_shlibs, $1)=no
-        ;;
-
-      *)
-        # FIXME: insert proper C++ library support
-        _LT_TAGVAR(ld_shlibs, $1)=no
-        ;;
-    esac
-
-    AC_MSG_RESULT([$_LT_TAGVAR(ld_shlibs, $1)])
-    test no = "$_LT_TAGVAR(ld_shlibs, $1)" && can_build_shared=no
-
-    _LT_TAGVAR(GCC, $1)=$GXX
-    _LT_TAGVAR(LD, $1)=$LD
-
-    ## CAVEAT EMPTOR:
-    ## There is no encapsulation within the following macros, do not change
-    ## the running order or otherwise move them around unless you know exactly
-    ## what you are doing...
-    _LT_SYS_HIDDEN_LIBDEPS($1)
-    _LT_COMPILER_PIC($1)
-    _LT_COMPILER_C_O($1)
-    _LT_COMPILER_FILE_LOCKS($1)
-    _LT_LINKER_SHLIBS($1)
-    _LT_SYS_DYNAMIC_LINKER($1)
-    _LT_LINKER_HARDCODE_LIBPATH($1)
-
-    _LT_CONFIG($1)
-  fi # test -n "$compiler"
-
-  CC=$lt_save_CC
-  CFLAGS=$lt_save_CFLAGS
-  LDCXX=$LD
-  LD=$lt_save_LD
-  GCC=$lt_save_GCC
-  with_gnu_ld=$lt_save_with_gnu_ld
-  lt_cv_path_LDCXX=$lt_cv_path_LD
-  lt_cv_path_LD=$lt_save_path_LD
-  lt_cv_prog_gnu_ldcxx=$lt_cv_prog_gnu_ld
-  lt_cv_prog_gnu_ld=$lt_save_with_gnu_ld
-fi # test yes != "$_lt_caught_CXX_error"
-
-AC_LANG_POP
-])# _LT_LANG_CXX_CONFIG
-
-
-# _LT_FUNC_STRIPNAME_CNF
-# ----------------------
-# func_stripname_cnf prefix suffix name
-# strip PREFIX and SUFFIX off of NAME.
-# PREFIX and SUFFIX must not contain globbing or regex special
-# characters, hashes, percent signs, but SUFFIX may contain a leading
-# dot (in which case that matches only a dot).
-#
-# This function is identical to the (non-XSI) version of func_stripname,
-# except this one can be used by m4 code that may be executed by configure,
-# rather than the libtool script.
-m4_defun([_LT_FUNC_STRIPNAME_CNF],[dnl
-AC_REQUIRE([_LT_DECL_SED])
-AC_REQUIRE([_LT_PROG_ECHO_BACKSLASH])
-func_stripname_cnf ()
-{
-  case @S|@2 in
-  .*) func_stripname_result=`$ECHO "@S|@3" | $SED "s%^@S|@1%%; s%\\\\@S|@2\$%%"`;;
-  *)  func_stripname_result=`$ECHO "@S|@3" | $SED "s%^@S|@1%%; s%@S|@2\$%%"`;;
-  esac
-} # func_stripname_cnf
-])# _LT_FUNC_STRIPNAME_CNF
-
-
-# _LT_SYS_HIDDEN_LIBDEPS([TAGNAME])
-# ---------------------------------
-# Figure out "hidden" library dependencies from verbose
-# compiler output when linking a shared library.
-# Parse the compiler output and extract the necessary
-# objects, libraries and library flags.
-m4_defun([_LT_SYS_HIDDEN_LIBDEPS],
-[m4_require([_LT_FILEUTILS_DEFAULTS])dnl
-AC_REQUIRE([_LT_FUNC_STRIPNAME_CNF])dnl
-# Dependencies to place before and after the object being linked:
-_LT_TAGVAR(predep_objects, $1)=
-_LT_TAGVAR(postdep_objects, $1)=
-_LT_TAGVAR(predeps, $1)=
-_LT_TAGVAR(postdeps, $1)=
-_LT_TAGVAR(compiler_lib_search_path, $1)=
-
-dnl we can't use the lt_simple_compile_test_code here,
-dnl because it contains code intended for an executable,
-dnl not a library.  It's possible we should let each
-dnl tag define a new lt_????_link_test_code variable,
-dnl but it's only used here...
-m4_if([$1], [], [cat > conftest.$ac_ext <<_LT_EOF
-int a;
-void foo (void) { a = 0; }
-_LT_EOF
-], [$1], [CXX], [cat > conftest.$ac_ext <<_LT_EOF
-class Foo
-{
-public:
-  Foo (void) { a = 0; }
-private:
-  int a;
-};
-_LT_EOF
-], [$1], [F77], [cat > conftest.$ac_ext <<_LT_EOF
-      subroutine foo
-      implicit none
-      integer*4 a
-      a=0
-      return
-      end
-_LT_EOF
-], [$1], [FC], [cat > conftest.$ac_ext <<_LT_EOF
-      subroutine foo
-      implicit none
-      integer a
-      a=0
-      return
-      end
-_LT_EOF
-], [$1], [GCJ], [cat > conftest.$ac_ext <<_LT_EOF
-public class foo {
-  private int a;
-  public void bar (void) {
-    a = 0;
-  }
-};
-_LT_EOF
-], [$1], [GO], [cat > conftest.$ac_ext <<_LT_EOF
-package foo
-func foo() {
-}
-_LT_EOF
-])
-
-_lt_libdeps_save_CFLAGS=$CFLAGS
-case "$CC $CFLAGS " in #(
-*\ -flto*\ *) CFLAGS="$CFLAGS -fno-lto" ;;
-*\ -fwhopr*\ *) CFLAGS="$CFLAGS -fno-whopr" ;;
-*\ -fuse-linker-plugin*\ *) CFLAGS="$CFLAGS -fno-use-linker-plugin" ;;
-esac
-
-dnl Parse the compiler output and extract the necessary
-dnl objects, libraries and library flags.
-if AC_TRY_EVAL(ac_compile); then
-  # Parse the compiler output and extract the necessary
-  # objects, libraries and library flags.
-
-  # Sentinel used to keep track of whether or not we are before
-  # the conftest object file.
-  pre_test_object_deps_done=no
-
-  for p in `eval "$output_verbose_link_cmd"`; do
-    case $prev$p in
-
-    -L* | -R* | -l*)
-       # Some compilers place space between "-{L,R}" and the path.
-       # Remove the space.
-       if test x-L = "$p" ||
-          test x-R = "$p"; then
-	 prev=$p
-	 continue
-       fi
-
-       # Expand the sysroot to ease extracting the directories later.
-       if test -z "$prev"; then
-         case $p in
-         -L*) func_stripname_cnf '-L' '' "$p"; prev=-L; p=$func_stripname_result ;;
-         -R*) func_stripname_cnf '-R' '' "$p"; prev=-R; p=$func_stripname_result ;;
-         -l*) func_stripname_cnf '-l' '' "$p"; prev=-l; p=$func_stripname_result ;;
-         esac
-       fi
-       case $p in
-       =*) func_stripname_cnf '=' '' "$p"; p=$lt_sysroot$func_stripname_result ;;
-       esac
-       if test no = "$pre_test_object_deps_done"; then
-	 case $prev in
-	 -L | -R)
-	   # Internal compiler library paths should come after those
-	   # provided the user.  The postdeps already come after the
-	   # user supplied libs so there is no need to process them.
-	   if test -z "$_LT_TAGVAR(compiler_lib_search_path, $1)"; then
-	     _LT_TAGVAR(compiler_lib_search_path, $1)=$prev$p
-	   else
-	     _LT_TAGVAR(compiler_lib_search_path, $1)="${_LT_TAGVAR(compiler_lib_search_path, $1)} $prev$p"
-	   fi
-	   ;;
-	 # The "-l" case would never come before the object being
-	 # linked, so don't bother handling this case.
-	 esac
-       else
-	 if test -z "$_LT_TAGVAR(postdeps, $1)"; then
-	   _LT_TAGVAR(postdeps, $1)=$prev$p
-	 else
-	   _LT_TAGVAR(postdeps, $1)="${_LT_TAGVAR(postdeps, $1)} $prev$p"
-	 fi
-       fi
-       prev=
-       ;;
-
-    *.lto.$objext) ;; # Ignore GCC LTO objects
-    *.$objext)
-       # This assumes that the test object file only shows up
-       # once in the compiler output.
-       if test "$p" = "conftest.$objext"; then
-	 pre_test_object_deps_done=yes
-	 continue
-       fi
-
-       if test no = "$pre_test_object_deps_done"; then
-	 if test -z "$_LT_TAGVAR(predep_objects, $1)"; then
-	   _LT_TAGVAR(predep_objects, $1)=$p
-	 else
-	   _LT_TAGVAR(predep_objects, $1)="$_LT_TAGVAR(predep_objects, $1) $p"
-	 fi
-       else
-	 if test -z "$_LT_TAGVAR(postdep_objects, $1)"; then
-	   _LT_TAGVAR(postdep_objects, $1)=$p
-	 else
-	   _LT_TAGVAR(postdep_objects, $1)="$_LT_TAGVAR(postdep_objects, $1) $p"
-	 fi
-       fi
-       ;;
-
-    *) ;; # Ignore the rest.
-
-    esac
-  done
-
-  # Clean up.
-  rm -f a.out a.exe
-else
-  echo "libtool.m4: error: problem compiling $1 test program"
-fi
-
-$RM -f confest.$objext
-CFLAGS=$_lt_libdeps_save_CFLAGS
-
-# PORTME: override above test on systems where it is broken
-m4_if([$1], [CXX],
-[case $host_os in
-interix[[3-9]]*)
-  # Interix 3.5 installs completely hosed .la files for C++, so rather than
-  # hack all around it, let's just trust "g++" to DTRT.
-  _LT_TAGVAR(predep_objects,$1)=
-  _LT_TAGVAR(postdep_objects,$1)=
-  _LT_TAGVAR(postdeps,$1)=
-  ;;
-esac
-])
-
-case " $_LT_TAGVAR(postdeps, $1) " in
-*" -lc "*) _LT_TAGVAR(archive_cmds_need_lc, $1)=no ;;
-esac
- _LT_TAGVAR(compiler_lib_search_dirs, $1)=
-if test -n "${_LT_TAGVAR(compiler_lib_search_path, $1)}"; then
- _LT_TAGVAR(compiler_lib_search_dirs, $1)=`echo " ${_LT_TAGVAR(compiler_lib_search_path, $1)}" | $SED -e 's! -L! !g' -e 's!^ !!'`
-fi
-_LT_TAGDECL([], [compiler_lib_search_dirs], [1],
-    [The directories searched by this compiler when creating a shared library])
-_LT_TAGDECL([], [predep_objects], [1],
-    [Dependencies to place before and after the objects being linked to
-    create a shared library])
-_LT_TAGDECL([], [postdep_objects], [1])
-_LT_TAGDECL([], [predeps], [1])
-_LT_TAGDECL([], [postdeps], [1])
-_LT_TAGDECL([], [compiler_lib_search_path], [1],
-    [The library search path used internally by the compiler when linking
-    a shared library])
-])# _LT_SYS_HIDDEN_LIBDEPS
-
-
-# _LT_LANG_F77_CONFIG([TAG])
-# --------------------------
-# Ensure that the configuration variables for a Fortran 77 compiler are
-# suitably defined.  These variables are subsequently used by _LT_CONFIG
-# to write the compiler configuration to 'libtool'.
-m4_defun([_LT_LANG_F77_CONFIG],
-[AC_LANG_PUSH(Fortran 77)
-if test -z "$F77" || test no = "$F77"; then
-  _lt_disable_F77=yes
-fi
-
-_LT_TAGVAR(archive_cmds_need_lc, $1)=no
-_LT_TAGVAR(allow_undefined_flag, $1)=
-_LT_TAGVAR(always_export_symbols, $1)=no
-_LT_TAGVAR(archive_expsym_cmds, $1)=
-_LT_TAGVAR(export_dynamic_flag_spec, $1)=
-_LT_TAGVAR(hardcode_direct, $1)=no
-_LT_TAGVAR(hardcode_direct_absolute, $1)=no
-_LT_TAGVAR(hardcode_libdir_flag_spec, $1)=
-_LT_TAGVAR(hardcode_libdir_separator, $1)=
-_LT_TAGVAR(hardcode_minus_L, $1)=no
-_LT_TAGVAR(hardcode_automatic, $1)=no
-_LT_TAGVAR(inherit_rpath, $1)=no
-_LT_TAGVAR(module_cmds, $1)=
-_LT_TAGVAR(module_expsym_cmds, $1)=
-_LT_TAGVAR(link_all_deplibs, $1)=unknown
-_LT_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds
-_LT_TAGVAR(reload_flag, $1)=$reload_flag
-_LT_TAGVAR(reload_cmds, $1)=$reload_cmds
-_LT_TAGVAR(no_undefined_flag, $1)=
-_LT_TAGVAR(whole_archive_flag_spec, $1)=
-_LT_TAGVAR(enable_shared_with_static_runtimes, $1)=no
-
-# Source file extension for f77 test sources.
-ac_ext=f
-
-# Object file extension for compiled f77 test sources.
-objext=o
-_LT_TAGVAR(objext, $1)=$objext
-
-# No sense in running all these tests if we already determined that
-# the F77 compiler isn't working.  Some variables (like enable_shared)
-# are currently assumed to apply to all compilers on this platform,
-# and will be corrupted by setting them based on a non-working compiler.
-if test yes != "$_lt_disable_F77"; then
-  # Code to be used in simple compile tests
-  lt_simple_compile_test_code="\
-      subroutine t
-      return
-      end
-"
-
-  # Code to be used in simple link tests
-  lt_simple_link_test_code="\
-      program t
-      end
-"
-
-  # ltmain only uses $CC for tagged configurations so make sure $CC is set.
-  _LT_TAG_COMPILER
-
-  # save warnings/boilerplate of simple test code
-  _LT_COMPILER_BOILERPLATE
-  _LT_LINKER_BOILERPLATE
-
-  # Allow CC to be a program name with arguments.
-  lt_save_CC=$CC
-  lt_save_GCC=$GCC
-  lt_save_CFLAGS=$CFLAGS
-  CC=${F77-"f77"}
-  CFLAGS=$FFLAGS
-  compiler=$CC
-  _LT_TAGVAR(compiler, $1)=$CC
-  _LT_CC_BASENAME([$compiler])
-  GCC=$G77
-  if test -n "$compiler"; then
-    AC_MSG_CHECKING([if libtool supports shared libraries])
-    AC_MSG_RESULT([$can_build_shared])
-
-    AC_MSG_CHECKING([whether to build shared libraries])
-    test no = "$can_build_shared" && enable_shared=no
-
-    # On AIX, shared libraries and static libraries use the same namespace, and
-    # are all built from PIC.
-    case $host_os in
-      aix3*)
-        test yes = "$enable_shared" && enable_static=no
-        if test -n "$RANLIB"; then
-          archive_cmds="$archive_cmds~\$RANLIB \$lib"
-          postinstall_cmds='$RANLIB $lib'
-        fi
-        ;;
-      aix[[4-9]]*)
-	if test ia64 != "$host_cpu"; then
-	  case $enable_shared,$with_aix_soname,$aix_use_runtimelinking in
-	  yes,aix,yes) ;;		# shared object as lib.so file only
-	  yes,svr4,*) ;;		# shared object as lib.so archive member only
-	  yes,*) enable_static=no ;;	# shared object in lib.a archive as well
-	  esac
-	fi
-        ;;
-    esac
-    AC_MSG_RESULT([$enable_shared])
-
-    AC_MSG_CHECKING([whether to build static libraries])
-    # Make sure either enable_shared or enable_static is yes.
-    test yes = "$enable_shared" || enable_static=yes
-    AC_MSG_RESULT([$enable_static])
-
-    _LT_TAGVAR(GCC, $1)=$G77
-    _LT_TAGVAR(LD, $1)=$LD
-
-    ## CAVEAT EMPTOR:
-    ## There is no encapsulation within the following macros, do not change
-    ## the running order or otherwise move them around unless you know exactly
-    ## what you are doing...
-    _LT_COMPILER_PIC($1)
-    _LT_COMPILER_C_O($1)
-    _LT_COMPILER_FILE_LOCKS($1)
-    _LT_LINKER_SHLIBS($1)
-    _LT_SYS_DYNAMIC_LINKER($1)
-    _LT_LINKER_HARDCODE_LIBPATH($1)
-
-    _LT_CONFIG($1)
-  fi # test -n "$compiler"
-
-  GCC=$lt_save_GCC
-  CC=$lt_save_CC
-  CFLAGS=$lt_save_CFLAGS
-fi # test yes != "$_lt_disable_F77"
-
-AC_LANG_POP
-])# _LT_LANG_F77_CONFIG
-
-
-# _LT_LANG_FC_CONFIG([TAG])
-# -------------------------
-# Ensure that the configuration variables for a Fortran compiler are
-# suitably defined.  These variables are subsequently used by _LT_CONFIG
-# to write the compiler configuration to 'libtool'.
-m4_defun([_LT_LANG_FC_CONFIG],
-[AC_LANG_PUSH(Fortran)
-
-if test -z "$FC" || test no = "$FC"; then
-  _lt_disable_FC=yes
-fi
-
-_LT_TAGVAR(archive_cmds_need_lc, $1)=no
-_LT_TAGVAR(allow_undefined_flag, $1)=
-_LT_TAGVAR(always_export_symbols, $1)=no
-_LT_TAGVAR(archive_expsym_cmds, $1)=
-_LT_TAGVAR(export_dynamic_flag_spec, $1)=
-_LT_TAGVAR(hardcode_direct, $1)=no
-_LT_TAGVAR(hardcode_direct_absolute, $1)=no
-_LT_TAGVAR(hardcode_libdir_flag_spec, $1)=
-_LT_TAGVAR(hardcode_libdir_separator, $1)=
-_LT_TAGVAR(hardcode_minus_L, $1)=no
-_LT_TAGVAR(hardcode_automatic, $1)=no
-_LT_TAGVAR(inherit_rpath, $1)=no
-_LT_TAGVAR(module_cmds, $1)=
-_LT_TAGVAR(module_expsym_cmds, $1)=
-_LT_TAGVAR(link_all_deplibs, $1)=unknown
-_LT_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds
-_LT_TAGVAR(reload_flag, $1)=$reload_flag
-_LT_TAGVAR(reload_cmds, $1)=$reload_cmds
-_LT_TAGVAR(no_undefined_flag, $1)=
-_LT_TAGVAR(whole_archive_flag_spec, $1)=
-_LT_TAGVAR(enable_shared_with_static_runtimes, $1)=no
-
-# Source file extension for fc test sources.
-ac_ext=${ac_fc_srcext-f}
-
-# Object file extension for compiled fc test sources.
-objext=o
-_LT_TAGVAR(objext, $1)=$objext
-
-# No sense in running all these tests if we already determined that
-# the FC compiler isn't working.  Some variables (like enable_shared)
-# are currently assumed to apply to all compilers on this platform,
-# and will be corrupted by setting them based on a non-working compiler.
-if test yes != "$_lt_disable_FC"; then
-  # Code to be used in simple compile tests
-  lt_simple_compile_test_code="\
-      subroutine t
-      return
-      end
-"
-
-  # Code to be used in simple link tests
-  lt_simple_link_test_code="\
-      program t
-      end
-"
-
-  # ltmain only uses $CC for tagged configurations so make sure $CC is set.
-  _LT_TAG_COMPILER
-
-  # save warnings/boilerplate of simple test code
-  _LT_COMPILER_BOILERPLATE
-  _LT_LINKER_BOILERPLATE
-
-  # Allow CC to be a program name with arguments.
-  lt_save_CC=$CC
-  lt_save_GCC=$GCC
-  lt_save_CFLAGS=$CFLAGS
-  CC=${FC-"f95"}
-  CFLAGS=$FCFLAGS
-  compiler=$CC
-  GCC=$ac_cv_fc_compiler_gnu
-
-  _LT_TAGVAR(compiler, $1)=$CC
-  _LT_CC_BASENAME([$compiler])
-
-  if test -n "$compiler"; then
-    AC_MSG_CHECKING([if libtool supports shared libraries])
-    AC_MSG_RESULT([$can_build_shared])
-
-    AC_MSG_CHECKING([whether to build shared libraries])
-    test no = "$can_build_shared" && enable_shared=no
-
-    # On AIX, shared libraries and static libraries use the same namespace, and
-    # are all built from PIC.
-    case $host_os in
-      aix3*)
-        test yes = "$enable_shared" && enable_static=no
-        if test -n "$RANLIB"; then
-          archive_cmds="$archive_cmds~\$RANLIB \$lib"
-          postinstall_cmds='$RANLIB $lib'
-        fi
-        ;;
-      aix[[4-9]]*)
-	if test ia64 != "$host_cpu"; then
-	  case $enable_shared,$with_aix_soname,$aix_use_runtimelinking in
-	  yes,aix,yes) ;;		# shared object as lib.so file only
-	  yes,svr4,*) ;;		# shared object as lib.so archive member only
-	  yes,*) enable_static=no ;;	# shared object in lib.a archive as well
-	  esac
-	fi
-        ;;
-    esac
-    AC_MSG_RESULT([$enable_shared])
-
-    AC_MSG_CHECKING([whether to build static libraries])
-    # Make sure either enable_shared or enable_static is yes.
-    test yes = "$enable_shared" || enable_static=yes
-    AC_MSG_RESULT([$enable_static])
-
-    _LT_TAGVAR(GCC, $1)=$ac_cv_fc_compiler_gnu
-    _LT_TAGVAR(LD, $1)=$LD
-
-    ## CAVEAT EMPTOR:
-    ## There is no encapsulation within the following macros, do not change
-    ## the running order or otherwise move them around unless you know exactly
-    ## what you are doing...
-    _LT_SYS_HIDDEN_LIBDEPS($1)
-    _LT_COMPILER_PIC($1)
-    _LT_COMPILER_C_O($1)
-    _LT_COMPILER_FILE_LOCKS($1)
-    _LT_LINKER_SHLIBS($1)
-    _LT_SYS_DYNAMIC_LINKER($1)
-    _LT_LINKER_HARDCODE_LIBPATH($1)
-
-    _LT_CONFIG($1)
-  fi # test -n "$compiler"
-
-  GCC=$lt_save_GCC
-  CC=$lt_save_CC
-  CFLAGS=$lt_save_CFLAGS
-fi # test yes != "$_lt_disable_FC"
-
-AC_LANG_POP
-])# _LT_LANG_FC_CONFIG
-
-
-# _LT_LANG_GCJ_CONFIG([TAG])
-# --------------------------
-# Ensure that the configuration variables for the GNU Java Compiler compiler
-# are suitably defined.  These variables are subsequently used by _LT_CONFIG
-# to write the compiler configuration to 'libtool'.
-m4_defun([_LT_LANG_GCJ_CONFIG],
-[AC_REQUIRE([LT_PROG_GCJ])dnl
-AC_LANG_SAVE
-
-# Source file extension for Java test sources.
-ac_ext=java
-
-# Object file extension for compiled Java test sources.
-objext=o
-_LT_TAGVAR(objext, $1)=$objext
-
-# Code to be used in simple compile tests
-lt_simple_compile_test_code="class foo {}"
-
-# Code to be used in simple link tests
-lt_simple_link_test_code='public class conftest { public static void main(String[[]] argv) {}; }'
-
-# ltmain only uses $CC for tagged configurations so make sure $CC is set.
-_LT_TAG_COMPILER
-
-# save warnings/boilerplate of simple test code
-_LT_COMPILER_BOILERPLATE
-_LT_LINKER_BOILERPLATE
-
-# Allow CC to be a program name with arguments.
-lt_save_CC=$CC
-lt_save_CFLAGS=$CFLAGS
-lt_save_GCC=$GCC
-GCC=yes
-CC=${GCJ-"gcj"}
-CFLAGS=$GCJFLAGS
-compiler=$CC
-_LT_TAGVAR(compiler, $1)=$CC
-_LT_TAGVAR(LD, $1)=$LD
-_LT_CC_BASENAME([$compiler])
-
-# GCJ did not exist at the time GCC didn't implicitly link libc in.
-_LT_TAGVAR(archive_cmds_need_lc, $1)=no
-
-_LT_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds
-_LT_TAGVAR(reload_flag, $1)=$reload_flag
-_LT_TAGVAR(reload_cmds, $1)=$reload_cmds
-
-## CAVEAT EMPTOR:
-## There is no encapsulation within the following macros, do not change
-## the running order or otherwise move them around unless you know exactly
-## what you are doing...
-if test -n "$compiler"; then
-  _LT_COMPILER_NO_RTTI($1)
-  _LT_COMPILER_PIC($1)
-  _LT_COMPILER_C_O($1)
-  _LT_COMPILER_FILE_LOCKS($1)
-  _LT_LINKER_SHLIBS($1)
-  _LT_LINKER_HARDCODE_LIBPATH($1)
-
-  _LT_CONFIG($1)
-fi
-
-AC_LANG_RESTORE
-
-GCC=$lt_save_GCC
-CC=$lt_save_CC
-CFLAGS=$lt_save_CFLAGS
-])# _LT_LANG_GCJ_CONFIG
-
-
-# _LT_LANG_GO_CONFIG([TAG])
-# --------------------------
-# Ensure that the configuration variables for the GNU Go compiler
-# are suitably defined.  These variables are subsequently used by _LT_CONFIG
-# to write the compiler configuration to 'libtool'.
-m4_defun([_LT_LANG_GO_CONFIG],
-[AC_REQUIRE([LT_PROG_GO])dnl
-AC_LANG_SAVE
-
-# Source file extension for Go test sources.
-ac_ext=go
-
-# Object file extension for compiled Go test sources.
-objext=o
-_LT_TAGVAR(objext, $1)=$objext
-
-# Code to be used in simple compile tests
-lt_simple_compile_test_code="package main; func main() { }"
-
-# Code to be used in simple link tests
-lt_simple_link_test_code='package main; func main() { }'
-
-# ltmain only uses $CC for tagged configurations so make sure $CC is set.
-_LT_TAG_COMPILER
-
-# save warnings/boilerplate of simple test code
-_LT_COMPILER_BOILERPLATE
-_LT_LINKER_BOILERPLATE
-
-# Allow CC to be a program name with arguments.
-lt_save_CC=$CC
-lt_save_CFLAGS=$CFLAGS
-lt_save_GCC=$GCC
-GCC=yes
-CC=${GOC-"gccgo"}
-CFLAGS=$GOFLAGS
-compiler=$CC
-_LT_TAGVAR(compiler, $1)=$CC
-_LT_TAGVAR(LD, $1)=$LD
-_LT_CC_BASENAME([$compiler])
-
-# Go did not exist at the time GCC didn't implicitly link libc in.
-_LT_TAGVAR(archive_cmds_need_lc, $1)=no
-
-_LT_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds
-_LT_TAGVAR(reload_flag, $1)=$reload_flag
-_LT_TAGVAR(reload_cmds, $1)=$reload_cmds
-
-## CAVEAT EMPTOR:
-## There is no encapsulation within the following macros, do not change
-## the running order or otherwise move them around unless you know exactly
-## what you are doing...
-if test -n "$compiler"; then
-  _LT_COMPILER_NO_RTTI($1)
-  _LT_COMPILER_PIC($1)
-  _LT_COMPILER_C_O($1)
-  _LT_COMPILER_FILE_LOCKS($1)
-  _LT_LINKER_SHLIBS($1)
-  _LT_LINKER_HARDCODE_LIBPATH($1)
-
-  _LT_CONFIG($1)
-fi
-
-AC_LANG_RESTORE
-
-GCC=$lt_save_GCC
-CC=$lt_save_CC
-CFLAGS=$lt_save_CFLAGS
-])# _LT_LANG_GO_CONFIG
-
-
-# _LT_LANG_RC_CONFIG([TAG])
-# -------------------------
-# Ensure that the configuration variables for the Windows resource compiler
-# are suitably defined.  These variables are subsequently used by _LT_CONFIG
-# to write the compiler configuration to 'libtool'.
-m4_defun([_LT_LANG_RC_CONFIG],
-[AC_REQUIRE([LT_PROG_RC])dnl
-AC_LANG_SAVE
-
-# Source file extension for RC test sources.
-ac_ext=rc
-
-# Object file extension for compiled RC test sources.
-objext=o
-_LT_TAGVAR(objext, $1)=$objext
-
-# Code to be used in simple compile tests
-lt_simple_compile_test_code='sample MENU { MENUITEM "&Soup", 100, CHECKED }'
-
-# Code to be used in simple link tests
-lt_simple_link_test_code=$lt_simple_compile_test_code
-
-# ltmain only uses $CC for tagged configurations so make sure $CC is set.
-_LT_TAG_COMPILER
-
-# save warnings/boilerplate of simple test code
-_LT_COMPILER_BOILERPLATE
-_LT_LINKER_BOILERPLATE
-
-# Allow CC to be a program name with arguments.
-lt_save_CC=$CC
-lt_save_CFLAGS=$CFLAGS
-lt_save_GCC=$GCC
-GCC=
-CC=${RC-"windres"}
-CFLAGS=
-compiler=$CC
-_LT_TAGVAR(compiler, $1)=$CC
-_LT_CC_BASENAME([$compiler])
-_LT_TAGVAR(lt_cv_prog_compiler_c_o, $1)=yes
-
-if test -n "$compiler"; then
-  :
-  _LT_CONFIG($1)
-fi
-
-GCC=$lt_save_GCC
-AC_LANG_RESTORE
-CC=$lt_save_CC
-CFLAGS=$lt_save_CFLAGS
-])# _LT_LANG_RC_CONFIG
-
-
-# LT_PROG_GCJ
-# -----------
-AC_DEFUN([LT_PROG_GCJ],
-[m4_ifdef([AC_PROG_GCJ], [AC_PROG_GCJ],
-  [m4_ifdef([A][M_PROG_GCJ], [A][M_PROG_GCJ],
-    [AC_CHECK_TOOL(GCJ, gcj,)
-      test set = "${GCJFLAGS+set}" || GCJFLAGS="-g -O2"
-      AC_SUBST(GCJFLAGS)])])[]dnl
-])
-
-# Old name:
-AU_ALIAS([LT_AC_PROG_GCJ], [LT_PROG_GCJ])
-dnl aclocal-1.4 backwards compatibility:
-dnl AC_DEFUN([LT_AC_PROG_GCJ], [])
-
-
-# LT_PROG_GO
-# ----------
-AC_DEFUN([LT_PROG_GO],
-[AC_CHECK_TOOL(GOC, gccgo,)
-])
-
-
-# LT_PROG_RC
-# ----------
-AC_DEFUN([LT_PROG_RC],
-[AC_CHECK_TOOL(RC, windres,)
-])
-
-# Old name:
-AU_ALIAS([LT_AC_PROG_RC], [LT_PROG_RC])
-dnl aclocal-1.4 backwards compatibility:
-dnl AC_DEFUN([LT_AC_PROG_RC], [])
-
-
-# _LT_DECL_EGREP
-# --------------
-# If we don't have a new enough Autoconf to choose the best grep
-# available, choose the one first in the user's PATH.
-m4_defun([_LT_DECL_EGREP],
-[AC_REQUIRE([AC_PROG_EGREP])dnl
-AC_REQUIRE([AC_PROG_FGREP])dnl
-test -z "$GREP" && GREP=grep
-_LT_DECL([], [GREP], [1], [A grep program that handles long lines])
-_LT_DECL([], [EGREP], [1], [An ERE matcher])
-_LT_DECL([], [FGREP], [1], [A literal string matcher])
-dnl Non-bleeding-edge autoconf doesn't subst GREP, so do it here too
-AC_SUBST([GREP])
-])
-
-
-# _LT_DECL_OBJDUMP
-# --------------
-# If we don't have a new enough Autoconf to choose the best objdump
-# available, choose the one first in the user's PATH.
-m4_defun([_LT_DECL_OBJDUMP],
-[AC_CHECK_TOOL(OBJDUMP, objdump, false)
-test -z "$OBJDUMP" && OBJDUMP=objdump
-_LT_DECL([], [OBJDUMP], [1], [An object symbol dumper])
-AC_SUBST([OBJDUMP])
-])
-
-# _LT_DECL_DLLTOOL
-# ----------------
-# Ensure DLLTOOL variable is set.
-m4_defun([_LT_DECL_DLLTOOL],
-[AC_CHECK_TOOL(DLLTOOL, dlltool, false)
-test -z "$DLLTOOL" && DLLTOOL=dlltool
-_LT_DECL([], [DLLTOOL], [1], [DLL creation program])
-AC_SUBST([DLLTOOL])
-])
-
-# _LT_DECL_SED
-# ------------
-# Check for a fully-functional sed program, that truncates
-# as few characters as possible.  Prefer GNU sed if found.
-m4_defun([_LT_DECL_SED],
-[AC_PROG_SED
-test -z "$SED" && SED=sed
-Xsed="$SED -e 1s/^X//"
-_LT_DECL([], [SED], [1], [A sed program that does not truncate output])
-_LT_DECL([], [Xsed], ["\$SED -e 1s/^X//"],
-    [Sed that helps us avoid accidentally triggering echo(1) options like -n])
-])# _LT_DECL_SED
-
-m4_ifndef([AC_PROG_SED], [
-############################################################
-# NOTE: This macro has been submitted for inclusion into   #
-#  GNU Autoconf as AC_PROG_SED.  When it is available in   #
-#  a released version of Autoconf we should remove this    #
-#  macro and use it instead.                               #
-############################################################
-
-m4_defun([AC_PROG_SED],
-[AC_MSG_CHECKING([for a sed that does not truncate output])
-AC_CACHE_VAL(lt_cv_path_SED,
-[# Loop through the user's path and test for sed and gsed.
-# Then use that list of sed's as ones to test for truncation.
-as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-for as_dir in $PATH
-do
-  IFS=$as_save_IFS
-  test -z "$as_dir" && as_dir=.
-  for lt_ac_prog in sed gsed; do
-    for ac_exec_ext in '' $ac_executable_extensions; do
-      if $as_executable_p "$as_dir/$lt_ac_prog$ac_exec_ext"; then
-        lt_ac_sed_list="$lt_ac_sed_list $as_dir/$lt_ac_prog$ac_exec_ext"
-      fi
-    done
-  done
-done
-IFS=$as_save_IFS
-lt_ac_max=0
-lt_ac_count=0
-# Add /usr/xpg4/bin/sed as it is typically found on Solaris
-# along with /bin/sed that truncates output.
-for lt_ac_sed in $lt_ac_sed_list /usr/xpg4/bin/sed; do
-  test ! -f "$lt_ac_sed" && continue
-  cat /dev/null > conftest.in
-  lt_ac_count=0
-  echo $ECHO_N "0123456789$ECHO_C" >conftest.in
-  # Check for GNU sed and select it if it is found.
-  if "$lt_ac_sed" --version 2>&1 < /dev/null | grep 'GNU' > /dev/null; then
-    lt_cv_path_SED=$lt_ac_sed
-    break
-  fi
-  while true; do
-    cat conftest.in conftest.in >conftest.tmp
-    mv conftest.tmp conftest.in
-    cp conftest.in conftest.nl
-    echo >>conftest.nl
-    $lt_ac_sed -e 's/a$//' < conftest.nl >conftest.out || break
-    cmp -s conftest.out conftest.nl || break
-    # 10000 chars as input seems more than enough
-    test 10 -lt "$lt_ac_count" && break
-    lt_ac_count=`expr $lt_ac_count + 1`
-    if test "$lt_ac_count" -gt "$lt_ac_max"; then
-      lt_ac_max=$lt_ac_count
-      lt_cv_path_SED=$lt_ac_sed
-    fi
-  done
-done
-])
-SED=$lt_cv_path_SED
-AC_SUBST([SED])
-AC_MSG_RESULT([$SED])
-])#AC_PROG_SED
-])#m4_ifndef
-
-# Old name:
-AU_ALIAS([LT_AC_PROG_SED], [AC_PROG_SED])
-dnl aclocal-1.4 backwards compatibility:
-dnl AC_DEFUN([LT_AC_PROG_SED], [])
-
-
-# _LT_CHECK_SHELL_FEATURES
-# ------------------------
-# Find out whether the shell is Bourne or XSI compatible,
-# or has some other useful features.
-m4_defun([_LT_CHECK_SHELL_FEATURES],
-[if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
-  lt_unset=unset
-else
-  lt_unset=false
-fi
-_LT_DECL([], [lt_unset], [0], [whether the shell understands "unset"])dnl
-
-# test EBCDIC or ASCII
-case `echo X|tr X '\101'` in
- A) # ASCII based system
-    # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
-  lt_SP2NL='tr \040 \012'
-  lt_NL2SP='tr \015\012 \040\040'
-  ;;
- *) # EBCDIC based system
-  lt_SP2NL='tr \100 \n'
-  lt_NL2SP='tr \r\n \100\100'
-  ;;
-esac
-_LT_DECL([SP2NL], [lt_SP2NL], [1], [turn spaces into newlines])dnl
-_LT_DECL([NL2SP], [lt_NL2SP], [1], [turn newlines into spaces])dnl
-])# _LT_CHECK_SHELL_FEATURES
-
-
-# _LT_PATH_CONVERSION_FUNCTIONS
-# -----------------------------
-# Determine what file name conversion functions should be used by
-# func_to_host_file (and, implicitly, by func_to_host_path).  These are needed
-# for certain cross-compile configurations and native mingw.
-m4_defun([_LT_PATH_CONVERSION_FUNCTIONS],
-[AC_REQUIRE([AC_CANONICAL_HOST])dnl
-AC_REQUIRE([AC_CANONICAL_BUILD])dnl
-AC_MSG_CHECKING([how to convert $build file names to $host format])
-AC_CACHE_VAL(lt_cv_to_host_file_cmd,
-[case $host in
-  *-*-mingw* )
-    case $build in
-      *-*-mingw* ) # actually msys
-        lt_cv_to_host_file_cmd=func_convert_file_msys_to_w32
-        ;;
-      *-*-cygwin* )
-        lt_cv_to_host_file_cmd=func_convert_file_cygwin_to_w32
-        ;;
-      * ) # otherwise, assume *nix
-        lt_cv_to_host_file_cmd=func_convert_file_nix_to_w32
-        ;;
-    esac
-    ;;
-  *-*-cygwin* )
-    case $build in
-      *-*-mingw* ) # actually msys
-        lt_cv_to_host_file_cmd=func_convert_file_msys_to_cygwin
-        ;;
-      *-*-cygwin* )
-        lt_cv_to_host_file_cmd=func_convert_file_noop
-        ;;
-      * ) # otherwise, assume *nix
-        lt_cv_to_host_file_cmd=func_convert_file_nix_to_cygwin
-        ;;
-    esac
-    ;;
-  * ) # unhandled hosts (and "normal" native builds)
-    lt_cv_to_host_file_cmd=func_convert_file_noop
-    ;;
-esac
-])
-to_host_file_cmd=$lt_cv_to_host_file_cmd
-AC_MSG_RESULT([$lt_cv_to_host_file_cmd])
-_LT_DECL([to_host_file_cmd], [lt_cv_to_host_file_cmd],
-         [0], [convert $build file names to $host format])dnl
-
-AC_MSG_CHECKING([how to convert $build file names to toolchain format])
-AC_CACHE_VAL(lt_cv_to_tool_file_cmd,
-[#assume ordinary cross tools, or native build.
-lt_cv_to_tool_file_cmd=func_convert_file_noop
-case $host in
-  *-*-mingw* )
-    case $build in
-      *-*-mingw* ) # actually msys
-        lt_cv_to_tool_file_cmd=func_convert_file_msys_to_w32
-        ;;
-    esac
-    ;;
-esac
-])
-to_tool_file_cmd=$lt_cv_to_tool_file_cmd
-AC_MSG_RESULT([$lt_cv_to_tool_file_cmd])
-_LT_DECL([to_tool_file_cmd], [lt_cv_to_tool_file_cmd],
-         [0], [convert $build files to toolchain format])dnl
-])# _LT_PATH_CONVERSION_FUNCTIONS
diff --git a/m4/ltoptions.m4 b/m4/ltoptions.m4
deleted file mode 100644
index 94b0829..0000000
--- a/m4/ltoptions.m4
+++ /dev/null
@@ -1,437 +0,0 @@
-# Helper functions for option handling.                    -*- Autoconf -*-
-#
-#   Copyright (C) 2004-2005, 2007-2009, 2011-2015 Free Software
-#   Foundation, Inc.
-#   Written by Gary V. Vaughan, 2004
-#
-# This file is free software; the Free Software Foundation gives
-# unlimited permission to copy and/or distribute it, with or without
-# modifications, as long as this notice is preserved.
-
-# serial 8 ltoptions.m4
-
-# This is to help aclocal find these macros, as it can't see m4_define.
-AC_DEFUN([LTOPTIONS_VERSION], [m4_if([1])])
-
-
-# _LT_MANGLE_OPTION(MACRO-NAME, OPTION-NAME)
-# ------------------------------------------
-m4_define([_LT_MANGLE_OPTION],
-[[_LT_OPTION_]m4_bpatsubst($1__$2, [[^a-zA-Z0-9_]], [_])])
-
-
-# _LT_SET_OPTION(MACRO-NAME, OPTION-NAME)
-# ---------------------------------------
-# Set option OPTION-NAME for macro MACRO-NAME, and if there is a
-# matching handler defined, dispatch to it.  Other OPTION-NAMEs are
-# saved as a flag.
-m4_define([_LT_SET_OPTION],
-[m4_define(_LT_MANGLE_OPTION([$1], [$2]))dnl
-m4_ifdef(_LT_MANGLE_DEFUN([$1], [$2]),
-        _LT_MANGLE_DEFUN([$1], [$2]),
-    [m4_warning([Unknown $1 option '$2'])])[]dnl
-])
-
-
-# _LT_IF_OPTION(MACRO-NAME, OPTION-NAME, IF-SET, [IF-NOT-SET])
-# ------------------------------------------------------------
-# Execute IF-SET if OPTION is set, IF-NOT-SET otherwise.
-m4_define([_LT_IF_OPTION],
-[m4_ifdef(_LT_MANGLE_OPTION([$1], [$2]), [$3], [$4])])
-
-
-# _LT_UNLESS_OPTIONS(MACRO-NAME, OPTION-LIST, IF-NOT-SET)
-# -------------------------------------------------------
-# Execute IF-NOT-SET unless all options in OPTION-LIST for MACRO-NAME
-# are set.
-m4_define([_LT_UNLESS_OPTIONS],
-[m4_foreach([_LT_Option], m4_split(m4_normalize([$2])),
-	    [m4_ifdef(_LT_MANGLE_OPTION([$1], _LT_Option),
-		      [m4_define([$0_found])])])[]dnl
-m4_ifdef([$0_found], [m4_undefine([$0_found])], [$3
-])[]dnl
-])
-
-
-# _LT_SET_OPTIONS(MACRO-NAME, OPTION-LIST)
-# ----------------------------------------
-# OPTION-LIST is a space-separated list of Libtool options associated
-# with MACRO-NAME.  If any OPTION has a matching handler declared with
-# LT_OPTION_DEFINE, dispatch to that macro; otherwise complain about
-# the unknown option and exit.
-m4_defun([_LT_SET_OPTIONS],
-[# Set options
-m4_foreach([_LT_Option], m4_split(m4_normalize([$2])),
-    [_LT_SET_OPTION([$1], _LT_Option)])
-
-m4_if([$1],[LT_INIT],[
-  dnl
-  dnl Simply set some default values (i.e off) if boolean options were not
-  dnl specified:
-  _LT_UNLESS_OPTIONS([LT_INIT], [dlopen], [enable_dlopen=no
-  ])
-  _LT_UNLESS_OPTIONS([LT_INIT], [win32-dll], [enable_win32_dll=no
-  ])
-  dnl
-  dnl If no reference was made to various pairs of opposing options, then
-  dnl we run the default mode handler for the pair.  For example, if neither
-  dnl 'shared' nor 'disable-shared' was passed, we enable building of shared
-  dnl archives by default:
-  _LT_UNLESS_OPTIONS([LT_INIT], [shared disable-shared], [_LT_ENABLE_SHARED])
-  _LT_UNLESS_OPTIONS([LT_INIT], [static disable-static], [_LT_ENABLE_STATIC])
-  _LT_UNLESS_OPTIONS([LT_INIT], [pic-only no-pic], [_LT_WITH_PIC])
-  _LT_UNLESS_OPTIONS([LT_INIT], [fast-install disable-fast-install],
-		   [_LT_ENABLE_FAST_INSTALL])
-  _LT_UNLESS_OPTIONS([LT_INIT], [aix-soname=aix aix-soname=both aix-soname=svr4],
-		   [_LT_WITH_AIX_SONAME([aix])])
-  ])
-])# _LT_SET_OPTIONS
-
-
-## --------------------------------- ##
-## Macros to handle LT_INIT options. ##
-## --------------------------------- ##
-
-# _LT_MANGLE_DEFUN(MACRO-NAME, OPTION-NAME)
-# -----------------------------------------
-m4_define([_LT_MANGLE_DEFUN],
-[[_LT_OPTION_DEFUN_]m4_bpatsubst(m4_toupper([$1__$2]), [[^A-Z0-9_]], [_])])
-
-
-# LT_OPTION_DEFINE(MACRO-NAME, OPTION-NAME, CODE)
-# -----------------------------------------------
-m4_define([LT_OPTION_DEFINE],
-[m4_define(_LT_MANGLE_DEFUN([$1], [$2]), [$3])[]dnl
-])# LT_OPTION_DEFINE
-
-
-# dlopen
-# ------
-LT_OPTION_DEFINE([LT_INIT], [dlopen], [enable_dlopen=yes
-])
-
-AU_DEFUN([AC_LIBTOOL_DLOPEN],
-[_LT_SET_OPTION([LT_INIT], [dlopen])
-AC_DIAGNOSE([obsolete],
-[$0: Remove this warning and the call to _LT_SET_OPTION when you
-put the 'dlopen' option into LT_INIT's first parameter.])
-])
-
-dnl aclocal-1.4 backwards compatibility:
-dnl AC_DEFUN([AC_LIBTOOL_DLOPEN], [])
-
-
-# win32-dll
-# ---------
-# Declare package support for building win32 dll's.
-LT_OPTION_DEFINE([LT_INIT], [win32-dll],
-[enable_win32_dll=yes
-
-case $host in
-*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-cegcc*)
-  AC_CHECK_TOOL(AS, as, false)
-  AC_CHECK_TOOL(DLLTOOL, dlltool, false)
-  AC_CHECK_TOOL(OBJDUMP, objdump, false)
-  ;;
-esac
-
-test -z "$AS" && AS=as
-_LT_DECL([], [AS],      [1], [Assembler program])dnl
-
-test -z "$DLLTOOL" && DLLTOOL=dlltool
-_LT_DECL([], [DLLTOOL], [1], [DLL creation program])dnl
-
-test -z "$OBJDUMP" && OBJDUMP=objdump
-_LT_DECL([], [OBJDUMP], [1], [Object dumper program])dnl
-])# win32-dll
-
-AU_DEFUN([AC_LIBTOOL_WIN32_DLL],
-[AC_REQUIRE([AC_CANONICAL_HOST])dnl
-_LT_SET_OPTION([LT_INIT], [win32-dll])
-AC_DIAGNOSE([obsolete],
-[$0: Remove this warning and the call to _LT_SET_OPTION when you
-put the 'win32-dll' option into LT_INIT's first parameter.])
-])
-
-dnl aclocal-1.4 backwards compatibility:
-dnl AC_DEFUN([AC_LIBTOOL_WIN32_DLL], [])
-
-
-# _LT_ENABLE_SHARED([DEFAULT])
-# ----------------------------
-# implement the --enable-shared flag, and supports the 'shared' and
-# 'disable-shared' LT_INIT options.
-# DEFAULT is either 'yes' or 'no'.  If omitted, it defaults to 'yes'.
-m4_define([_LT_ENABLE_SHARED],
-[m4_define([_LT_ENABLE_SHARED_DEFAULT], [m4_if($1, no, no, yes)])dnl
-AC_ARG_ENABLE([shared],
-    [AS_HELP_STRING([--enable-shared@<:@=PKGS@:>@],
-	[build shared libraries @<:@default=]_LT_ENABLE_SHARED_DEFAULT[@:>@])],
-    [p=${PACKAGE-default}
-    case $enableval in
-    yes) enable_shared=yes ;;
-    no) enable_shared=no ;;
-    *)
-      enable_shared=no
-      # Look at the argument we got.  We use all the common list separators.
-      lt_save_ifs=$IFS; IFS=$IFS$PATH_SEPARATOR,
-      for pkg in $enableval; do
-	IFS=$lt_save_ifs
-	if test "X$pkg" = "X$p"; then
-	  enable_shared=yes
-	fi
-      done
-      IFS=$lt_save_ifs
-      ;;
-    esac],
-    [enable_shared=]_LT_ENABLE_SHARED_DEFAULT)
-
-    _LT_DECL([build_libtool_libs], [enable_shared], [0],
-	[Whether or not to build shared libraries])
-])# _LT_ENABLE_SHARED
-
-LT_OPTION_DEFINE([LT_INIT], [shared], [_LT_ENABLE_SHARED([yes])])
-LT_OPTION_DEFINE([LT_INIT], [disable-shared], [_LT_ENABLE_SHARED([no])])
-
-# Old names:
-AC_DEFUN([AC_ENABLE_SHARED],
-[_LT_SET_OPTION([LT_INIT], m4_if([$1], [no], [disable-])[shared])
-])
-
-AC_DEFUN([AC_DISABLE_SHARED],
-[_LT_SET_OPTION([LT_INIT], [disable-shared])
-])
-
-AU_DEFUN([AM_ENABLE_SHARED], [AC_ENABLE_SHARED($@)])
-AU_DEFUN([AM_DISABLE_SHARED], [AC_DISABLE_SHARED($@)])
-
-dnl aclocal-1.4 backwards compatibility:
-dnl AC_DEFUN([AM_ENABLE_SHARED], [])
-dnl AC_DEFUN([AM_DISABLE_SHARED], [])
-
-
-
-# _LT_ENABLE_STATIC([DEFAULT])
-# ----------------------------
-# implement the --enable-static flag, and support the 'static' and
-# 'disable-static' LT_INIT options.
-# DEFAULT is either 'yes' or 'no'.  If omitted, it defaults to 'yes'.
-m4_define([_LT_ENABLE_STATIC],
-[m4_define([_LT_ENABLE_STATIC_DEFAULT], [m4_if($1, no, no, yes)])dnl
-AC_ARG_ENABLE([static],
-    [AS_HELP_STRING([--enable-static@<:@=PKGS@:>@],
-	[build static libraries @<:@default=]_LT_ENABLE_STATIC_DEFAULT[@:>@])],
-    [p=${PACKAGE-default}
-    case $enableval in
-    yes) enable_static=yes ;;
-    no) enable_static=no ;;
-    *)
-     enable_static=no
-      # Look at the argument we got.  We use all the common list separators.
-      lt_save_ifs=$IFS; IFS=$IFS$PATH_SEPARATOR,
-      for pkg in $enableval; do
-	IFS=$lt_save_ifs
-	if test "X$pkg" = "X$p"; then
-	  enable_static=yes
-	fi
-      done
-      IFS=$lt_save_ifs
-      ;;
-    esac],
-    [enable_static=]_LT_ENABLE_STATIC_DEFAULT)
-
-    _LT_DECL([build_old_libs], [enable_static], [0],
-	[Whether or not to build static libraries])
-])# _LT_ENABLE_STATIC
-
-LT_OPTION_DEFINE([LT_INIT], [static], [_LT_ENABLE_STATIC([yes])])
-LT_OPTION_DEFINE([LT_INIT], [disable-static], [_LT_ENABLE_STATIC([no])])
-
-# Old names:
-AC_DEFUN([AC_ENABLE_STATIC],
-[_LT_SET_OPTION([LT_INIT], m4_if([$1], [no], [disable-])[static])
-])
-
-AC_DEFUN([AC_DISABLE_STATIC],
-[_LT_SET_OPTION([LT_INIT], [disable-static])
-])
-
-AU_DEFUN([AM_ENABLE_STATIC], [AC_ENABLE_STATIC($@)])
-AU_DEFUN([AM_DISABLE_STATIC], [AC_DISABLE_STATIC($@)])
-
-dnl aclocal-1.4 backwards compatibility:
-dnl AC_DEFUN([AM_ENABLE_STATIC], [])
-dnl AC_DEFUN([AM_DISABLE_STATIC], [])
-
-
-
-# _LT_ENABLE_FAST_INSTALL([DEFAULT])
-# ----------------------------------
-# implement the --enable-fast-install flag, and support the 'fast-install'
-# and 'disable-fast-install' LT_INIT options.
-# DEFAULT is either 'yes' or 'no'.  If omitted, it defaults to 'yes'.
-m4_define([_LT_ENABLE_FAST_INSTALL],
-[m4_define([_LT_ENABLE_FAST_INSTALL_DEFAULT], [m4_if($1, no, no, yes)])dnl
-AC_ARG_ENABLE([fast-install],
-    [AS_HELP_STRING([--enable-fast-install@<:@=PKGS@:>@],
-    [optimize for fast installation @<:@default=]_LT_ENABLE_FAST_INSTALL_DEFAULT[@:>@])],
-    [p=${PACKAGE-default}
-    case $enableval in
-    yes) enable_fast_install=yes ;;
-    no) enable_fast_install=no ;;
-    *)
-      enable_fast_install=no
-      # Look at the argument we got.  We use all the common list separators.
-      lt_save_ifs=$IFS; IFS=$IFS$PATH_SEPARATOR,
-      for pkg in $enableval; do
-	IFS=$lt_save_ifs
-	if test "X$pkg" = "X$p"; then
-	  enable_fast_install=yes
-	fi
-      done
-      IFS=$lt_save_ifs
-      ;;
-    esac],
-    [enable_fast_install=]_LT_ENABLE_FAST_INSTALL_DEFAULT)
-
-_LT_DECL([fast_install], [enable_fast_install], [0],
-	 [Whether or not to optimize for fast installation])dnl
-])# _LT_ENABLE_FAST_INSTALL
-
-LT_OPTION_DEFINE([LT_INIT], [fast-install], [_LT_ENABLE_FAST_INSTALL([yes])])
-LT_OPTION_DEFINE([LT_INIT], [disable-fast-install], [_LT_ENABLE_FAST_INSTALL([no])])
-
-# Old names:
-AU_DEFUN([AC_ENABLE_FAST_INSTALL],
-[_LT_SET_OPTION([LT_INIT], m4_if([$1], [no], [disable-])[fast-install])
-AC_DIAGNOSE([obsolete],
-[$0: Remove this warning and the call to _LT_SET_OPTION when you put
-the 'fast-install' option into LT_INIT's first parameter.])
-])
-
-AU_DEFUN([AC_DISABLE_FAST_INSTALL],
-[_LT_SET_OPTION([LT_INIT], [disable-fast-install])
-AC_DIAGNOSE([obsolete],
-[$0: Remove this warning and the call to _LT_SET_OPTION when you put
-the 'disable-fast-install' option into LT_INIT's first parameter.])
-])
-
-dnl aclocal-1.4 backwards compatibility:
-dnl AC_DEFUN([AC_ENABLE_FAST_INSTALL], [])
-dnl AC_DEFUN([AM_DISABLE_FAST_INSTALL], [])
-
-
-# _LT_WITH_AIX_SONAME([DEFAULT])
-# ----------------------------------
-# implement the --with-aix-soname flag, and support the `aix-soname=aix'
-# and `aix-soname=both' and `aix-soname=svr4' LT_INIT options. DEFAULT
-# is either `aix', `both' or `svr4'.  If omitted, it defaults to `aix'.
-m4_define([_LT_WITH_AIX_SONAME],
-[m4_define([_LT_WITH_AIX_SONAME_DEFAULT], [m4_if($1, svr4, svr4, m4_if($1, both, both, aix))])dnl
-shared_archive_member_spec=
-case $host,$enable_shared in
-power*-*-aix[[5-9]]*,yes)
-  AC_MSG_CHECKING([which variant of shared library versioning to provide])
-  AC_ARG_WITH([aix-soname],
-    [AS_HELP_STRING([--with-aix-soname=aix|svr4|both],
-      [shared library versioning (aka "SONAME") variant to provide on AIX, @<:@default=]_LT_WITH_AIX_SONAME_DEFAULT[@:>@.])],
-    [case $withval in
-    aix|svr4|both)
-      ;;
-    *)
-      AC_MSG_ERROR([Unknown argument to --with-aix-soname])
-      ;;
-    esac
-    lt_cv_with_aix_soname=$with_aix_soname],
-    [AC_CACHE_VAL([lt_cv_with_aix_soname],
-      [lt_cv_with_aix_soname=]_LT_WITH_AIX_SONAME_DEFAULT)
-    with_aix_soname=$lt_cv_with_aix_soname])
-  AC_MSG_RESULT([$with_aix_soname])
-  if test aix != "$with_aix_soname"; then
-    # For the AIX way of multilib, we name the shared archive member
-    # based on the bitwidth used, traditionally 'shr.o' or 'shr_64.o',
-    # and 'shr.imp' or 'shr_64.imp', respectively, for the Import File.
-    # Even when GNU compilers ignore OBJECT_MODE but need '-maix64' flag,
-    # the AIX toolchain works better with OBJECT_MODE set (default 32).
-    if test 64 = "${OBJECT_MODE-32}"; then
-      shared_archive_member_spec=shr_64
-    else
-      shared_archive_member_spec=shr
-    fi
-  fi
-  ;;
-*)
-  with_aix_soname=aix
-  ;;
-esac
-
-_LT_DECL([], [shared_archive_member_spec], [0],
-    [Shared archive member basename, for filename based shared library versioning on AIX])dnl
-])# _LT_WITH_AIX_SONAME
-
-LT_OPTION_DEFINE([LT_INIT], [aix-soname=aix], [_LT_WITH_AIX_SONAME([aix])])
-LT_OPTION_DEFINE([LT_INIT], [aix-soname=both], [_LT_WITH_AIX_SONAME([both])])
-LT_OPTION_DEFINE([LT_INIT], [aix-soname=svr4], [_LT_WITH_AIX_SONAME([svr4])])
-
-
-# _LT_WITH_PIC([MODE])
-# --------------------
-# implement the --with-pic flag, and support the 'pic-only' and 'no-pic'
-# LT_INIT options.
-# MODE is either 'yes' or 'no'.  If omitted, it defaults to 'both'.
-m4_define([_LT_WITH_PIC],
-[AC_ARG_WITH([pic],
-    [AS_HELP_STRING([--with-pic@<:@=PKGS@:>@],
-	[try to use only PIC/non-PIC objects @<:@default=use both@:>@])],
-    [lt_p=${PACKAGE-default}
-    case $withval in
-    yes|no) pic_mode=$withval ;;
-    *)
-      pic_mode=default
-      # Look at the argument we got.  We use all the common list separators.
-      lt_save_ifs=$IFS; IFS=$IFS$PATH_SEPARATOR,
-      for lt_pkg in $withval; do
-	IFS=$lt_save_ifs
-	if test "X$lt_pkg" = "X$lt_p"; then
-	  pic_mode=yes
-	fi
-      done
-      IFS=$lt_save_ifs
-      ;;
-    esac],
-    [pic_mode=m4_default([$1], [default])])
-
-_LT_DECL([], [pic_mode], [0], [What type of objects to build])dnl
-])# _LT_WITH_PIC
-
-LT_OPTION_DEFINE([LT_INIT], [pic-only], [_LT_WITH_PIC([yes])])
-LT_OPTION_DEFINE([LT_INIT], [no-pic], [_LT_WITH_PIC([no])])
-
-# Old name:
-AU_DEFUN([AC_LIBTOOL_PICMODE],
-[_LT_SET_OPTION([LT_INIT], [pic-only])
-AC_DIAGNOSE([obsolete],
-[$0: Remove this warning and the call to _LT_SET_OPTION when you
-put the 'pic-only' option into LT_INIT's first parameter.])
-])
-
-dnl aclocal-1.4 backwards compatibility:
-dnl AC_DEFUN([AC_LIBTOOL_PICMODE], [])
-
-## ----------------- ##
-## LTDL_INIT Options ##
-## ----------------- ##
-
-m4_define([_LTDL_MODE], [])
-LT_OPTION_DEFINE([LTDL_INIT], [nonrecursive],
-		 [m4_define([_LTDL_MODE], [nonrecursive])])
-LT_OPTION_DEFINE([LTDL_INIT], [recursive],
-		 [m4_define([_LTDL_MODE], [recursive])])
-LT_OPTION_DEFINE([LTDL_INIT], [subproject],
-		 [m4_define([_LTDL_MODE], [subproject])])
-
-m4_define([_LTDL_TYPE], [])
-LT_OPTION_DEFINE([LTDL_INIT], [installable],
-		 [m4_define([_LTDL_TYPE], [installable])])
-LT_OPTION_DEFINE([LTDL_INIT], [convenience],
-		 [m4_define([_LTDL_TYPE], [convenience])])
diff --git a/m4/ltsugar.m4 b/m4/ltsugar.m4
deleted file mode 100644
index 48bc934..0000000
--- a/m4/ltsugar.m4
+++ /dev/null
@@ -1,124 +0,0 @@
-# ltsugar.m4 -- libtool m4 base layer.                         -*-Autoconf-*-
-#
-# Copyright (C) 2004-2005, 2007-2008, 2011-2015 Free Software
-# Foundation, Inc.
-# Written by Gary V. Vaughan, 2004
-#
-# This file is free software; the Free Software Foundation gives
-# unlimited permission to copy and/or distribute it, with or without
-# modifications, as long as this notice is preserved.
-
-# serial 6 ltsugar.m4
-
-# This is to help aclocal find these macros, as it can't see m4_define.
-AC_DEFUN([LTSUGAR_VERSION], [m4_if([0.1])])
-
-
-# lt_join(SEP, ARG1, [ARG2...])
-# -----------------------------
-# Produce ARG1SEPARG2...SEPARGn, omitting [] arguments and their
-# associated separator.
-# Needed until we can rely on m4_join from Autoconf 2.62, since all earlier
-# versions in m4sugar had bugs.
-m4_define([lt_join],
-[m4_if([$#], [1], [],
-       [$#], [2], [[$2]],
-       [m4_if([$2], [], [], [[$2]_])$0([$1], m4_shift(m4_shift($@)))])])
-m4_define([_lt_join],
-[m4_if([$#$2], [2], [],
-       [m4_if([$2], [], [], [[$1$2]])$0([$1], m4_shift(m4_shift($@)))])])
-
-
-# lt_car(LIST)
-# lt_cdr(LIST)
-# ------------
-# Manipulate m4 lists.
-# These macros are necessary as long as will still need to support
-# Autoconf-2.59, which quotes differently.
-m4_define([lt_car], [[$1]])
-m4_define([lt_cdr],
-[m4_if([$#], 0, [m4_fatal([$0: cannot be called without arguments])],
-       [$#], 1, [],
-       [m4_dquote(m4_shift($@))])])
-m4_define([lt_unquote], $1)
-
-
-# lt_append(MACRO-NAME, STRING, [SEPARATOR])
-# ------------------------------------------
-# Redefine MACRO-NAME to hold its former content plus 'SEPARATOR''STRING'.
-# Note that neither SEPARATOR nor STRING are expanded; they are appended
-# to MACRO-NAME as is (leaving the expansion for when MACRO-NAME is invoked).
-# No SEPARATOR is output if MACRO-NAME was previously undefined (different
-# than defined and empty).
-#
-# This macro is needed until we can rely on Autoconf 2.62, since earlier
-# versions of m4sugar mistakenly expanded SEPARATOR but not STRING.
-m4_define([lt_append],
-[m4_define([$1],
-	   m4_ifdef([$1], [m4_defn([$1])[$3]])[$2])])
-
-
-
-# lt_combine(SEP, PREFIX-LIST, INFIX, SUFFIX1, [SUFFIX2...])
-# ----------------------------------------------------------
-# Produce a SEP delimited list of all paired combinations of elements of
-# PREFIX-LIST with SUFFIX1 through SUFFIXn.  Each element of the list
-# has the form PREFIXmINFIXSUFFIXn.
-# Needed until we can rely on m4_combine added in Autoconf 2.62.
-m4_define([lt_combine],
-[m4_if(m4_eval([$# > 3]), [1],
-       [m4_pushdef([_Lt_sep], [m4_define([_Lt_sep], m4_defn([lt_car]))])]]dnl
-[[m4_foreach([_Lt_prefix], [$2],
-	     [m4_foreach([_Lt_suffix],
-		]m4_dquote(m4_dquote(m4_shift(m4_shift(m4_shift($@)))))[,
-	[_Lt_sep([$1])[]m4_defn([_Lt_prefix])[$3]m4_defn([_Lt_suffix])])])])])
-
-
-# lt_if_append_uniq(MACRO-NAME, VARNAME, [SEPARATOR], [UNIQ], [NOT-UNIQ])
-# -----------------------------------------------------------------------
-# Iff MACRO-NAME does not yet contain VARNAME, then append it (delimited
-# by SEPARATOR if supplied) and expand UNIQ, else NOT-UNIQ.
-m4_define([lt_if_append_uniq],
-[m4_ifdef([$1],
-	  [m4_if(m4_index([$3]m4_defn([$1])[$3], [$3$2$3]), [-1],
-		 [lt_append([$1], [$2], [$3])$4],
-		 [$5])],
-	  [lt_append([$1], [$2], [$3])$4])])
-
-
-# lt_dict_add(DICT, KEY, VALUE)
-# -----------------------------
-m4_define([lt_dict_add],
-[m4_define([$1($2)], [$3])])
-
-
-# lt_dict_add_subkey(DICT, KEY, SUBKEY, VALUE)
-# --------------------------------------------
-m4_define([lt_dict_add_subkey],
-[m4_define([$1($2:$3)], [$4])])
-
-
-# lt_dict_fetch(DICT, KEY, [SUBKEY])
-# ----------------------------------
-m4_define([lt_dict_fetch],
-[m4_ifval([$3],
-	m4_ifdef([$1($2:$3)], [m4_defn([$1($2:$3)])]),
-    m4_ifdef([$1($2)], [m4_defn([$1($2)])]))])
-
-
-# lt_if_dict_fetch(DICT, KEY, [SUBKEY], VALUE, IF-TRUE, [IF-FALSE])
-# -----------------------------------------------------------------
-m4_define([lt_if_dict_fetch],
-[m4_if(lt_dict_fetch([$1], [$2], [$3]), [$4],
-	[$5],
-    [$6])])
-
-
-# lt_dict_filter(DICT, [SUBKEY], VALUE, [SEPARATOR], KEY, [...])
-# --------------------------------------------------------------
-m4_define([lt_dict_filter],
-[m4_if([$5], [], [],
-  [lt_join(m4_quote(m4_default([$4], [[, ]])),
-           lt_unquote(m4_split(m4_normalize(m4_foreach(_Lt_key, lt_car([m4_shiftn(4, $@)]),
-		      [lt_if_dict_fetch([$1], _Lt_key, [$2], [$3], [_Lt_key ])])))))])[]dnl
-])
diff --git a/m4/ltversion.m4 b/m4/ltversion.m4
deleted file mode 100644
index fa04b52..0000000
--- a/m4/ltversion.m4
+++ /dev/null
@@ -1,23 +0,0 @@
-# ltversion.m4 -- version numbers			-*- Autoconf -*-
-#
-#   Copyright (C) 2004, 2011-2015 Free Software Foundation, Inc.
-#   Written by Scott James Remnant, 2004
-#
-# This file is free software; the Free Software Foundation gives
-# unlimited permission to copy and/or distribute it, with or without
-# modifications, as long as this notice is preserved.
-
-# @configure_input@
-
-# serial 4179 ltversion.m4
-# This file is part of GNU Libtool
-
-m4_define([LT_PACKAGE_VERSION], [2.4.6])
-m4_define([LT_PACKAGE_REVISION], [2.4.6])
-
-AC_DEFUN([LTVERSION_VERSION],
-[macro_version='2.4.6'
-macro_revision='2.4.6'
-_LT_DECL(, macro_version, 0, [Which release of libtool.m4 was used?])
-_LT_DECL(, macro_revision, 0)
-])
diff --git a/m4/lt~obsolete.m4 b/m4/lt~obsolete.m4
deleted file mode 100644
index c6b26f8..0000000
--- a/m4/lt~obsolete.m4
+++ /dev/null
@@ -1,99 +0,0 @@
-# lt~obsolete.m4 -- aclocal satisfying obsolete definitions.    -*-Autoconf-*-
-#
-#   Copyright (C) 2004-2005, 2007, 2009, 2011-2015 Free Software
-#   Foundation, Inc.
-#   Written by Scott James Remnant, 2004.
-#
-# This file is free software; the Free Software Foundation gives
-# unlimited permission to copy and/or distribute it, with or without
-# modifications, as long as this notice is preserved.
-
-# serial 5 lt~obsolete.m4
-
-# These exist entirely to fool aclocal when bootstrapping libtool.
-#
-# In the past libtool.m4 has provided macros via AC_DEFUN (or AU_DEFUN),
-# which have later been changed to m4_define as they aren't part of the
-# exported API, or moved to Autoconf or Automake where they belong.
-#
-# The trouble is, aclocal is a bit thick.  It'll see the old AC_DEFUN
-# in /usr/share/aclocal/libtool.m4 and remember it, then when it sees us
-# using a macro with the same name in our local m4/libtool.m4 it'll
-# pull the old libtool.m4 in (it doesn't see our shiny new m4_define
-# and doesn't know about Autoconf macros at all.)
-#
-# So we provide this file, which has a silly filename so it's always
-# included after everything else.  This provides aclocal with the
-# AC_DEFUNs it wants, but when m4 processes it, it doesn't do anything
-# because those macros already exist, or will be overwritten later.
-# We use AC_DEFUN over AU_DEFUN for compatibility with aclocal-1.6.
-#
-# Anytime we withdraw an AC_DEFUN or AU_DEFUN, remember to add it here.
-# Yes, that means every name once taken will need to remain here until
-# we give up compatibility with versions before 1.7, at which point
-# we need to keep only those names which we still refer to.
-
-# This is to help aclocal find these macros, as it can't see m4_define.
-AC_DEFUN([LTOBSOLETE_VERSION], [m4_if([1])])
-
-m4_ifndef([AC_LIBTOOL_LINKER_OPTION],	[AC_DEFUN([AC_LIBTOOL_LINKER_OPTION])])
-m4_ifndef([AC_PROG_EGREP],		[AC_DEFUN([AC_PROG_EGREP])])
-m4_ifndef([_LT_AC_PROG_ECHO_BACKSLASH],	[AC_DEFUN([_LT_AC_PROG_ECHO_BACKSLASH])])
-m4_ifndef([_LT_AC_SHELL_INIT],		[AC_DEFUN([_LT_AC_SHELL_INIT])])
-m4_ifndef([_LT_AC_SYS_LIBPATH_AIX],	[AC_DEFUN([_LT_AC_SYS_LIBPATH_AIX])])
-m4_ifndef([_LT_PROG_LTMAIN],		[AC_DEFUN([_LT_PROG_LTMAIN])])
-m4_ifndef([_LT_AC_TAGVAR],		[AC_DEFUN([_LT_AC_TAGVAR])])
-m4_ifndef([AC_LTDL_ENABLE_INSTALL],	[AC_DEFUN([AC_LTDL_ENABLE_INSTALL])])
-m4_ifndef([AC_LTDL_PREOPEN],		[AC_DEFUN([AC_LTDL_PREOPEN])])
-m4_ifndef([_LT_AC_SYS_COMPILER],	[AC_DEFUN([_LT_AC_SYS_COMPILER])])
-m4_ifndef([_LT_AC_LOCK],		[AC_DEFUN([_LT_AC_LOCK])])
-m4_ifndef([AC_LIBTOOL_SYS_OLD_ARCHIVE],	[AC_DEFUN([AC_LIBTOOL_SYS_OLD_ARCHIVE])])
-m4_ifndef([_LT_AC_TRY_DLOPEN_SELF],	[AC_DEFUN([_LT_AC_TRY_DLOPEN_SELF])])
-m4_ifndef([AC_LIBTOOL_PROG_CC_C_O],	[AC_DEFUN([AC_LIBTOOL_PROG_CC_C_O])])
-m4_ifndef([AC_LIBTOOL_SYS_HARD_LINK_LOCKS], [AC_DEFUN([AC_LIBTOOL_SYS_HARD_LINK_LOCKS])])
-m4_ifndef([AC_LIBTOOL_OBJDIR],		[AC_DEFUN([AC_LIBTOOL_OBJDIR])])
-m4_ifndef([AC_LTDL_OBJDIR],		[AC_DEFUN([AC_LTDL_OBJDIR])])
-m4_ifndef([AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH], [AC_DEFUN([AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH])])
-m4_ifndef([AC_LIBTOOL_SYS_LIB_STRIP],	[AC_DEFUN([AC_LIBTOOL_SYS_LIB_STRIP])])
-m4_ifndef([AC_PATH_MAGIC],		[AC_DEFUN([AC_PATH_MAGIC])])
-m4_ifndef([AC_PROG_LD_GNU],		[AC_DEFUN([AC_PROG_LD_GNU])])
-m4_ifndef([AC_PROG_LD_RELOAD_FLAG],	[AC_DEFUN([AC_PROG_LD_RELOAD_FLAG])])
-m4_ifndef([AC_DEPLIBS_CHECK_METHOD],	[AC_DEFUN([AC_DEPLIBS_CHECK_METHOD])])
-m4_ifndef([AC_LIBTOOL_PROG_COMPILER_NO_RTTI], [AC_DEFUN([AC_LIBTOOL_PROG_COMPILER_NO_RTTI])])
-m4_ifndef([AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE], [AC_DEFUN([AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE])])
-m4_ifndef([AC_LIBTOOL_PROG_COMPILER_PIC], [AC_DEFUN([AC_LIBTOOL_PROG_COMPILER_PIC])])
-m4_ifndef([AC_LIBTOOL_PROG_LD_SHLIBS],	[AC_DEFUN([AC_LIBTOOL_PROG_LD_SHLIBS])])
-m4_ifndef([AC_LIBTOOL_POSTDEP_PREDEP],	[AC_DEFUN([AC_LIBTOOL_POSTDEP_PREDEP])])
-m4_ifndef([LT_AC_PROG_EGREP],		[AC_DEFUN([LT_AC_PROG_EGREP])])
-m4_ifndef([LT_AC_PROG_SED],		[AC_DEFUN([LT_AC_PROG_SED])])
-m4_ifndef([_LT_CC_BASENAME],		[AC_DEFUN([_LT_CC_BASENAME])])
-m4_ifndef([_LT_COMPILER_BOILERPLATE],	[AC_DEFUN([_LT_COMPILER_BOILERPLATE])])
-m4_ifndef([_LT_LINKER_BOILERPLATE],	[AC_DEFUN([_LT_LINKER_BOILERPLATE])])
-m4_ifndef([_AC_PROG_LIBTOOL],		[AC_DEFUN([_AC_PROG_LIBTOOL])])
-m4_ifndef([AC_LIBTOOL_SETUP],		[AC_DEFUN([AC_LIBTOOL_SETUP])])
-m4_ifndef([_LT_AC_CHECK_DLFCN],		[AC_DEFUN([_LT_AC_CHECK_DLFCN])])
-m4_ifndef([AC_LIBTOOL_SYS_DYNAMIC_LINKER],	[AC_DEFUN([AC_LIBTOOL_SYS_DYNAMIC_LINKER])])
-m4_ifndef([_LT_AC_TAGCONFIG],		[AC_DEFUN([_LT_AC_TAGCONFIG])])
-m4_ifndef([AC_DISABLE_FAST_INSTALL],	[AC_DEFUN([AC_DISABLE_FAST_INSTALL])])
-m4_ifndef([_LT_AC_LANG_CXX],		[AC_DEFUN([_LT_AC_LANG_CXX])])
-m4_ifndef([_LT_AC_LANG_F77],		[AC_DEFUN([_LT_AC_LANG_F77])])
-m4_ifndef([_LT_AC_LANG_GCJ],		[AC_DEFUN([_LT_AC_LANG_GCJ])])
-m4_ifndef([AC_LIBTOOL_LANG_C_CONFIG],	[AC_DEFUN([AC_LIBTOOL_LANG_C_CONFIG])])
-m4_ifndef([_LT_AC_LANG_C_CONFIG],	[AC_DEFUN([_LT_AC_LANG_C_CONFIG])])
-m4_ifndef([AC_LIBTOOL_LANG_CXX_CONFIG],	[AC_DEFUN([AC_LIBTOOL_LANG_CXX_CONFIG])])
-m4_ifndef([_LT_AC_LANG_CXX_CONFIG],	[AC_DEFUN([_LT_AC_LANG_CXX_CONFIG])])
-m4_ifndef([AC_LIBTOOL_LANG_F77_CONFIG],	[AC_DEFUN([AC_LIBTOOL_LANG_F77_CONFIG])])
-m4_ifndef([_LT_AC_LANG_F77_CONFIG],	[AC_DEFUN([_LT_AC_LANG_F77_CONFIG])])
-m4_ifndef([AC_LIBTOOL_LANG_GCJ_CONFIG],	[AC_DEFUN([AC_LIBTOOL_LANG_GCJ_CONFIG])])
-m4_ifndef([_LT_AC_LANG_GCJ_CONFIG],	[AC_DEFUN([_LT_AC_LANG_GCJ_CONFIG])])
-m4_ifndef([AC_LIBTOOL_LANG_RC_CONFIG],	[AC_DEFUN([AC_LIBTOOL_LANG_RC_CONFIG])])
-m4_ifndef([_LT_AC_LANG_RC_CONFIG],	[AC_DEFUN([_LT_AC_LANG_RC_CONFIG])])
-m4_ifndef([AC_LIBTOOL_CONFIG],		[AC_DEFUN([AC_LIBTOOL_CONFIG])])
-m4_ifndef([_LT_AC_FILE_LTDLL_C],	[AC_DEFUN([_LT_AC_FILE_LTDLL_C])])
-m4_ifndef([_LT_REQUIRED_DARWIN_CHECKS],	[AC_DEFUN([_LT_REQUIRED_DARWIN_CHECKS])])
-m4_ifndef([_LT_AC_PROG_CXXCPP],		[AC_DEFUN([_LT_AC_PROG_CXXCPP])])
-m4_ifndef([_LT_PREPARE_SED_QUOTE_VARS],	[AC_DEFUN([_LT_PREPARE_SED_QUOTE_VARS])])
-m4_ifndef([_LT_PROG_ECHO_BACKSLASH],	[AC_DEFUN([_LT_PROG_ECHO_BACKSLASH])])
-m4_ifndef([_LT_PROG_F77],		[AC_DEFUN([_LT_PROG_F77])])
-m4_ifndef([_LT_PROG_FC],		[AC_DEFUN([_LT_PROG_FC])])
-m4_ifndef([_LT_PROG_CXX],		[AC_DEFUN([_LT_PROG_CXX])])
diff --git a/scripts/CMakeLists.txt b/scripts/CMakeLists.txt
deleted file mode 100644
index e021881..0000000
--- a/scripts/CMakeLists.txt
+++ /dev/null
@@ -1,53 +0,0 @@
-#=============================================================================
-#   CMake build system files
-#
-#   Copyright (c) 2014 pocl developers
-#
-#   Permission is hereby granted, free of charge, to any person obtaining a copy
-#   of this software and associated documentation files (the "Software"), to deal
-#   in the Software without restriction, including without limitation the rights
-#   to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-#   copies of the Software, and to permit persons to whom the Software is
-#   furnished to do so, subject to the following conditions:
-#
-#   The above copyright notice and this permission notice shall be included in
-#   all copies or substantial portions of the Software.
-#
-#   THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-#   IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-#   FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-#   AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-#   LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-#   OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-#   THE SOFTWARE.
-#
-#=============================================================================
-
-if(UNIX)
-
-  if((X86_64 OR I386) AND KERNELLIB_HOST_DISTRO_VARIANTS)
-    set(KERNLIB_VARIANT "sse2")
-  else()
-    set(KERNLIB_VARIANT "${LLC_HOST_CPU}")
-  endif()
-
-  # build-dir script
-  set(LLVMOPENCL_LOCATION "$<TARGET_FILE:llvmopencl>")
-  set(KERNEL_INCLUDE_DIR "${CMAKE_SOURCE_DIR}/include")
-  set(ADD_INCLUDE "-I${CMAKE_BINARY_DIR}")
-  set(FULL_TARGET_DIR "${CMAKE_BINARY_DIR}/lib/kernel/\${target_dir}")
-  configure_file("${CMAKE_SOURCE_DIR}/scripts/pocl-standalone.in.cmake" "${CMAKE_BINARY_DIR}/scripts/pocl-standalone.in" ESCAPE_QUOTES @ONLY)
-  file(GENERATE OUTPUT "${CMAKE_BINARY_DIR}/scripts/pocl-standalone" INPUT "${CMAKE_BINARY_DIR}/scripts/pocl-standalone.in")
-
-  # install script
-  set(LLVMOPENCL_LOCATION "${POCL_INSTALL_PRIVATE_LIBDIR}/$<TARGET_FILE_NAME:llvmopencl>")
-  set(KERNEL_INCLUDE_DIR "${POCL_INSTALL_PRIVATE_HEADER_DIR}")
-  set(ADD_INCLUDE "")
-  set(FULL_TARGET_DIR "${POCL_INSTALL_PRIVATE_DATADIR}")
-  configure_file("${CMAKE_SOURCE_DIR}/scripts/pocl-standalone.in.cmake" "${CMAKE_BINARY_DIR}/scripts/pocl-standalone.install.in" ESCAPE_QUOTES @ONLY)
-  file(GENERATE OUTPUT "${CMAKE_BINARY_DIR}/scripts/pocl-standalone.install" INPUT "${CMAKE_BINARY_DIR}/scripts/pocl-standalone.install.in")
-
-  install(FILES "${CMAKE_CURRENT_BINARY_DIR}/pocl-standalone.install" RENAME "pocl-standalone"
-        DESTINATION ${POCL_INSTALL_PUBLIC_BINDIR})
-
-endif()
diff --git a/scripts/Makefile.am b/scripts/Makefile.am
deleted file mode 100644
index 6d42002..0000000
--- a/scripts/Makefile.am
+++ /dev/null
@@ -1,66 +0,0 @@
-# Process this file with automake to produce Makefile.in (in this,
-# and all subdirectories).
-# Makefile.am for pocl/scripts.
-# 
-# Copyright (c) 2011 Universidad Rey Juan Carlos
-# 
-# Permission is hereby granted, free of charge, to any person obtaining a copy
-# of this software and associated documentation files (the "Software"), to deal
-# in the Software without restriction, including without limitation the rights
-# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-# copies of the Software, and to permit persons to whom the Software is
-# furnished to do so, subject to the following conditions:
-# 
-# The above copyright notice and this permission notice shall be included in
-# all copies or substantial portions of the Software.
-# 
-# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-# THE SOFTWARE.
-
-bin_SCRIPTS = pocl-standalone
-pkgdataincludedir = $(pkgdatadir)/include
-
-CLEANFILES = pocl-standalone
-EXTRA_DIST = pocl-standalone.in CMakeLists.txt
-
-do_subst = sed -e 's|[@]abs_top_srcdir[@]|$(abs_top_srcdir)|g'		\
-               -e 's|[@]abs_top_builddir[@]|$(abs_top_builddir)|g'	\
-               -e 's|[@]pkgdataincludedir[@]|$(pkgdataincludedir)|g'		\
-               -e 's|[@]pkglibdir[@]|$(pkglibdir)|g'			\
-               -e 's|[@]pkgdatadir[@]|$(pkgdatadir)|g'			\
-               -e 's|[@]pkglibexecdir[@]|$(pkglibexecdir)|g'		\
-               -e 's|[@]CLANG[@]|$(CLANG)|g'				\
-               -e 's|[@]CLFLAGS[@]|$(CLFLAGS)|g'			\
-               -e 's|[@]FORCED_CLFLAGS[@]|$(FORCED_CLFLAGS)|g'		\
-               -e 's|[@]LD_SHARED[@]|$(LD_SHARED)|g'			\
-               -e 's|[@]OCL_KERNEL_TARGET[@]|$(OCL_KERNEL_TARGET)|g'	\
-               -e 's|[@]TARGET[@]|$(TARGET)|g'				\
-               -e 's|[@]TARGET_CLANG_FLAGS[@]|$(TARGET_CLANG_FLAGS)|g'	\
-               -e 's|[@]TARGET_LLC_FLAGS[@]|$(TARGET_LLC_FLAGS)|g'	\
-               -e 's|[@]TARGET_LD_FLAGS[@]|$(TARGET_LD_FLAGS)|g'	\
-               -e 's|[@]HOST[@]|$(HOST)|g'				\
-               -e 's|[@]HOST_CLANG_FLAGS[@]|$(HOST_CLANG_FLAGS)|g'	\
-               -e 's|[@]HOST_LLC_FLAGS[@]|$(HOST_LLC_FLAGS)|g'		\
-               -e 's|[@]HOST_LD_FLAGS[@]|$(HOST_LD_FLAGS)|g'		\
-               -e 's|[@]OPT[@]|$(OPT)|g'				\
-               -e 's|[@]LLVM_LINK[@]|$(LLVM_LINK)|g'			\
-               -e 's|[@]LLC[@]|$(LLC)|g' 				\
-               -e 's|[@]LLVM_VERSION[@]|$(LLVM_VERSION)|g'              \
-               -e 's|[@]HOST_DEVICE_EXTENSION_DEFINES[@]|$(HOST_DEVICE_EXTENSION_DEFINES)|g'
-
-pocl-standalone: %: %.in Makefile ../install-paths.h
-	$(do_subst) < $< > $@
-	chmod +x $@
-
-install-exec-hook: $(bin_SCRIPTS) 
-	for f in $(bin_SCRIPTS) ; do \
-		sed -e '/^# BEGIN REMOVE ONCE INSTALLED$$/,/^# END REMOVE ONCE INSTALLED$$/d' \
-			> "$(DESTDIR)$(bindir)/$$f" \
-			< "$$f" && \
-		chmod +x "$(DESTDIR)$(bindir)/$$f" ; \
-	done
diff --git a/scripts/Makefile.in b/scripts/Makefile.in
deleted file mode 100644
index 3758cce..0000000
--- a/scripts/Makefile.in
+++ /dev/null
@@ -1,662 +0,0 @@
-# Makefile.in generated by automake 1.15 from Makefile.am.
-# @configure_input@
-
-# Copyright (C) 1994-2014 Free Software Foundation, Inc.
-
-# This Makefile.in is free software; the Free Software Foundation
-# gives unlimited permission to copy and/or distribute it,
-# with or without modifications, as long as this notice is preserved.
-
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
-# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
-# PARTICULAR PURPOSE.
-
- at SET_MAKE@
-
-# Process this file with automake to produce Makefile.in (in this,
-# and all subdirectories).
-# Makefile.am for pocl/scripts.
-# 
-# Copyright (c) 2011 Universidad Rey Juan Carlos
-# 
-# Permission is hereby granted, free of charge, to any person obtaining a copy
-# of this software and associated documentation files (the "Software"), to deal
-# in the Software without restriction, including without limitation the rights
-# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-# copies of the Software, and to permit persons to whom the Software is
-# furnished to do so, subject to the following conditions:
-# 
-# The above copyright notice and this permission notice shall be included in
-# all copies or substantial portions of the Software.
-# 
-# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-# THE SOFTWARE.
-
-VPATH = @srcdir@
-am__is_gnu_make = { \
-  if test -z '$(MAKELEVEL)'; then \
-    false; \
-  elif test -n '$(MAKE_HOST)'; then \
-    true; \
-  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
-    true; \
-  else \
-    false; \
-  fi; \
-}
-am__make_running_with_option = \
-  case $${target_option-} in \
-      ?) ;; \
-      *) echo "am__make_running_with_option: internal error: invalid" \
-              "target option '$${target_option-}' specified" >&2; \
-         exit 1;; \
-  esac; \
-  has_opt=no; \
-  sane_makeflags=$$MAKEFLAGS; \
-  if $(am__is_gnu_make); then \
-    sane_makeflags=$$MFLAGS; \
-  else \
-    case $$MAKEFLAGS in \
-      *\\[\ \	]*) \
-        bs=\\; \
-        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
-          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
-    esac; \
-  fi; \
-  skip_next=no; \
-  strip_trailopt () \
-  { \
-    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
-  }; \
-  for flg in $$sane_makeflags; do \
-    test $$skip_next = yes && { skip_next=no; continue; }; \
-    case $$flg in \
-      *=*|--*) continue;; \
-        -*I) strip_trailopt 'I'; skip_next=yes;; \
-      -*I?*) strip_trailopt 'I';; \
-        -*O) strip_trailopt 'O'; skip_next=yes;; \
-      -*O?*) strip_trailopt 'O';; \
-        -*l) strip_trailopt 'l'; skip_next=yes;; \
-      -*l?*) strip_trailopt 'l';; \
-      -[dEDm]) skip_next=yes;; \
-      -[JT]) skip_next=yes;; \
-    esac; \
-    case $$flg in \
-      *$$target_option*) has_opt=yes; break;; \
-    esac; \
-  done; \
-  test $$has_opt = yes
-am__make_dryrun = (target_option=n; $(am__make_running_with_option))
-am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
-pkgdatadir = $(datadir)/@PACKAGE@
-pkgincludedir = $(includedir)/@PACKAGE@
-pkglibdir = $(libdir)/@PACKAGE@
-pkglibexecdir = $(libexecdir)/@PACKAGE@
-am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
-install_sh_DATA = $(install_sh) -c -m 644
-install_sh_PROGRAM = $(install_sh) -c
-install_sh_SCRIPT = $(install_sh) -c
-INSTALL_HEADER = $(INSTALL_DATA)
-transform = $(program_transform_name)
-NORMAL_INSTALL = :
-PRE_INSTALL = :
-POST_INSTALL = :
-NORMAL_UNINSTALL = :
-PRE_UNINSTALL = :
-POST_UNINSTALL = :
-build_triplet = @build@
-host_triplet = @host@
-target_triplet = @target@
-subdir = scripts
-ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
-am__aclocal_m4_deps = $(top_srcdir)/m4/ax_boost_base.m4 \
-	$(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
-	$(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
-	$(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/acinclude.m4 \
-	$(top_srcdir)/configure.ac
-am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
-	$(ACLOCAL_M4)
-DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
-mkinstalldirs = $(install_sh) -d
-CONFIG_HEADER = $(top_builddir)/config.h
-CONFIG_CLEAN_FILES =
-CONFIG_CLEAN_VPATH_FILES =
-am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
-am__vpath_adj = case $$p in \
-    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
-    *) f=$$p;; \
-  esac;
-am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
-am__install_max = 40
-am__nobase_strip_setup = \
-  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
-am__nobase_strip = \
-  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
-am__nobase_list = $(am__nobase_strip_setup); \
-  for p in $$list; do echo "$$p $$p"; done | \
-  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
-  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
-    if (++n[$$2] == $(am__install_max)) \
-      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
-    END { for (dir in files) print dir, files[dir] }'
-am__base_list = \
-  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
-  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
-am__uninstall_files_from_dir = { \
-  test -z "$$files" \
-    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
-    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
-         $(am__cd) "$$dir" && rm -f $$files; }; \
-  }
-am__installdirs = "$(DESTDIR)$(bindir)"
-SCRIPTS = $(bin_SCRIPTS)
-AM_V_P = $(am__v_P_ at AM_V@)
-am__v_P_ = $(am__v_P_ at AM_DEFAULT_V@)
-am__v_P_0 = false
-am__v_P_1 = :
-AM_V_GEN = $(am__v_GEN_ at AM_V@)
-am__v_GEN_ = $(am__v_GEN_ at AM_DEFAULT_V@)
-am__v_GEN_0 = @echo "  GEN     " $@;
-am__v_GEN_1 = 
-AM_V_at = $(am__v_at_ at AM_V@)
-am__v_at_ = $(am__v_at_ at AM_DEFAULT_V@)
-am__v_at_0 = @
-am__v_at_1 = 
-SOURCES =
-DIST_SOURCES =
-am__can_run_installinfo = \
-  case $$AM_UPDATE_INFO_DIR in \
-    n|no|NO) false;; \
-    *) (install-info --version) >/dev/null 2>&1;; \
-  esac
-am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
-am__DIST_COMMON = $(srcdir)/Makefile.in
-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
-ACLOCAL = @ACLOCAL@
-AMTAR = @AMTAR@
-AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
-AR = @AR@
-AUTOCONF = @AUTOCONF@
-AUTOHEADER = @AUTOHEADER@
-AUTOMAKE = @AUTOMAKE@
-AWK = @AWK@
-BOOST_CPPFLAGS = @BOOST_CPPFLAGS@
-BOOST_LDFLAGS = @BOOST_LDFLAGS@
-BUILD_TIMESTAMP = @BUILD_TIMESTAMP@
-CC = @CC@
-CCDEPMODE = @CCDEPMODE@
-CFLAGS = @CFLAGS@
-CLANG = @CLANG@
-CLANGXX = @CLANGXX@
-CLANGXX_FLAGS = @CLANGXX_FLAGS@
-CLFLAGS = @CLFLAGS@
-CPP = @CPP@
-CPPFLAGS = @CPPFLAGS@
-CXX = @CXX@
-CXXCPP = @CXXCPP@
-CXXDEPMODE = @CXXDEPMODE@
-CXXFLAGS = @CXXFLAGS@
-CYGPATH_W = @CYGPATH_W@
-DEFS = @DEFS@
-DEPDIR = @DEPDIR@
-DLLTOOL = @DLLTOOL@
-DSYMUTIL = @DSYMUTIL@
-DUMPBIN = @DUMPBIN@
-ECHO_C = @ECHO_C@
-ECHO_N = @ECHO_N@
-ECHO_T = @ECHO_T@
-EGREP = @EGREP@
-EXEEXT = @EXEEXT@
-FGREP = @FGREP@
-FORCED_CLFLAGS = @FORCED_CLFLAGS@
-GLEW_CFLAGS = @GLEW_CFLAGS@
-GLEW_LIBS = @GLEW_LIBS@
-GREP = @GREP@
-HOST = @HOST@
-HOST_AS_FLAGS = @HOST_AS_FLAGS@
-HOST_CLANG_FLAGS = @HOST_CLANG_FLAGS@
-HOST_CPU = @HOST_CPU@
-HOST_DEVICE_EXTENSION_DEFINES = @HOST_DEVICE_EXTENSION_DEFINES@
-HOST_LD_FLAGS = @HOST_LD_FLAGS@
-HOST_LLC_FLAGS = @HOST_LLC_FLAGS@
-HOST_SIZEOF_DOUBLE = @HOST_SIZEOF_DOUBLE@
-HOST_SIZEOF_HALF = @HOST_SIZEOF_HALF@
-HOST_SIZEOF_LONG = @HOST_SIZEOF_LONG@
-HOST_SIZEOF_VOID_P = @HOST_SIZEOF_VOID_P@
-HSAILASM = @HSAILASM@
-HSA_DEVICE_EXTENSION_DEFINES = @HSA_DEVICE_EXTENSION_DEFINES@
-HSA_INCLUDES = @HSA_INCLUDES@
-HSA_LIBS = @HSA_LIBS@
-HWLOC_CFLAGS = @HWLOC_CFLAGS@
-HWLOC_LIBS = @HWLOC_LIBS@
-ICD_LD_FLAGS = @ICD_LD_FLAGS@
-INSTALL = @INSTALL@
-INSTALL_DATA = @INSTALL_DATA@
-INSTALL_PROGRAM = @INSTALL_PROGRAM@
-INSTALL_SCRIPT = @INSTALL_SCRIPT@
-INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
-KERNEL_COMPILER_LIB_VERSION = @KERNEL_COMPILER_LIB_VERSION@
-LD = @LD@
-LDFLAGS = @LDFLAGS@
-LD_FLAGS_BIN = @LD_FLAGS_BIN@
-LIBOBJS = @LIBOBJS@
-LIBRARY_SUFFIX = @LIBRARY_SUFFIX@
-LIBS = @LIBS@
-LIBTOOL = @LIBTOOL@
-LIB_AGE_VERSION = @LIB_AGE_VERSION@
-LIB_CURRENT_VERSION = @LIB_CURRENT_VERSION@
-LIB_FIRST_VERSION = @LIB_FIRST_VERSION@
-LIB_REVISION_VERSION = @LIB_REVISION_VERSION@
-LIB_VERSION = @LIB_VERSION@
-LIPO = @LIPO@
-LLC = @LLC@
-LLVM_AS = @LLVM_AS@
-LLVM_CONFIG = @LLVM_CONFIG@
-LLVM_CXX_FLAGS = @LLVM_CXX_FLAGS@
-LLVM_LDFLAGS = @LLVM_LDFLAGS@
-LLVM_LIBS = @LLVM_LIBS@
-LLVM_LINK = @LLVM_LINK@
-LLVM_OPT = @LLVM_OPT@
-LLVM_VERSION = @LLVM_VERSION@
-LN_S = @LN_S@
-LTDL_LIBS = @LTDL_LIBS@
-LTLIBOBJS = @LTLIBOBJS@
-LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
-MAKEINFO = @MAKEINFO@
-MANIFEST_TOOL = @MANIFEST_TOOL@
-MKDIR_P = @MKDIR_P@
-NM = @NM@
-NMEDIT = @NMEDIT@
-OBJDUMP = @OBJDUMP@
-OBJEXT = @OBJEXT@
-OCL_ICD_CFLAGS = @OCL_ICD_CFLAGS@
-OCL_ICD_LIBS = @OCL_ICD_LIBS@
-OCL_KERNEL_ARCH = @OCL_KERNEL_ARCH@
-OCL_KERNEL_TARGET = @OCL_KERNEL_TARGET@
-OCL_KERNEL_TARGET_CPU = @OCL_KERNEL_TARGET_CPU@
-OCL_TARGETS = @OCL_TARGETS@
-OPENCL_CFLAGS = @OPENCL_CFLAGS@
-OPENCL_CMAKE = @OPENCL_CMAKE@
-OPENCL_EXTLIBS = @OPENCL_EXTLIBS@
-OPENCL_LIBS = @OPENCL_LIBS@
-OPT = @OPT@
-OTOOL = @OTOOL@
-OTOOL64 = @OTOOL64@
-PACKAGE = @PACKAGE@
-PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
-PACKAGE_NAME = @PACKAGE_NAME@
-PACKAGE_STRING = @PACKAGE_STRING@
-PACKAGE_TARNAME = @PACKAGE_TARNAME@
-PACKAGE_URL = @PACKAGE_URL@
-PACKAGE_VERSION = @PACKAGE_VERSION@
-PATH_SEPARATOR = @PATH_SEPARATOR@
-PKG_CONFIG = @PKG_CONFIG@
-PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
-PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
-POAT_TESTSUITES = @POAT_TESTSUITES@
-POCL_DEVICE_ADDRESS_BITS = @POCL_DEVICE_ADDRESS_BITS@
-PTHREAD_CC = @PTHREAD_CC@
-PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
-PTHREAD_LIBS = @PTHREAD_LIBS@
-RANLIB = @RANLIB@
-SDL_CFLAGS = @SDL_CFLAGS@
-SDL_LIBS = @SDL_LIBS@
-SED = @SED@
-SET_MAKE = @SET_MAKE@
-SHELL = @SHELL@
-STRIP = @STRIP@
-TARGET = @TARGET@
-TARGET_CLANG_FLAGS = @TARGET_CLANG_FLAGS@
-TARGET_CPU = @TARGET_CPU@
-TARGET_LLC_FLAGS = @TARGET_LLC_FLAGS@
-TARGET_SIZEOF_DOUBLE = @TARGET_SIZEOF_DOUBLE@
-TARGET_SIZEOF_HALF = @TARGET_SIZEOF_HALF@
-TARGET_SIZEOF_LONG = @TARGET_SIZEOF_LONG@
-TARGET_SIZEOF_VOID_P = @TARGET_SIZEOF_VOID_P@
-TCECC = @TCECC@
-TCEMC_AVAILABLE = @TCEMC_AVAILABLE@
-TCE_AVAILABLE = @TCE_AVAILABLE@
-TCE_CONFIG = @TCE_CONFIG@
-TCE_DEVICE_EXTENSION_DEFINES = @TCE_DEVICE_EXTENSION_DEFINES@
-VERSION = @VERSION@
-abs_builddir = @abs_builddir@
-abs_srcdir = @abs_srcdir@
-abs_top_builddir = @abs_top_builddir@
-abs_top_srcdir = @abs_top_srcdir@
-ac_ct_AR = @ac_ct_AR@
-ac_ct_CC = @ac_ct_CC@
-ac_ct_CXX = @ac_ct_CXX@
-ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
-acx_pthread_config = @acx_pthread_config@
-am__include = @am__include@
-am__leading_dot = @am__leading_dot@
-am__quote = @am__quote@
-am__tar = @am__tar@
-am__untar = @am__untar@
-bindir = @bindir@
-build = @build@
-build_alias = @build_alias@
-build_cpu = @build_cpu@
-build_os = @build_os@
-build_vendor = @build_vendor@
-builddir = @builddir@
-datadir = @datadir@
-datarootdir = @datarootdir@
-docdir = @docdir@
-dvidir = @dvidir@
-exec_prefix = @exec_prefix@
-host = @host@
-host_alias = @host_alias@
-host_cpu = @host_cpu@
-host_os = @host_os@
-host_vendor = @host_vendor@
-htmldir = @htmldir@
-includedir = @includedir@
-infodir = @infodir@
-install_sh = @install_sh@
-libdir = @libdir@
-libexecdir = @libexecdir@
-localedir = @localedir@
-localstatedir = @localstatedir@
-mandir = @mandir@
-mkdir_p = @mkdir_p@
-oldincludedir = @oldincludedir@
-pdfdir = @pdfdir@
-prefix = @prefix@
-program_transform_name = @program_transform_name@
-psdir = @psdir@
-sbindir = @sbindir@
-sharedstatedir = @sharedstatedir@
-srcdir = @srcdir@
-sysconfdir = @sysconfdir@
-target = @target@
-target_alias = @target_alias@
-target_cpu = @target_cpu@
-target_os = @target_os@
-target_vendor = @target_vendor@
-top_build_prefix = @top_build_prefix@
-top_builddir = @top_builddir@
-top_srcdir = @top_srcdir@
-bin_SCRIPTS = pocl-standalone
-pkgdataincludedir = $(pkgdatadir)/include
-CLEANFILES = pocl-standalone
-EXTRA_DIST = pocl-standalone.in CMakeLists.txt
-do_subst = sed -e 's|[@]abs_top_srcdir[@]|$(abs_top_srcdir)|g'		\
-               -e 's|[@]abs_top_builddir[@]|$(abs_top_builddir)|g'	\
-               -e 's|[@]pkgdataincludedir[@]|$(pkgdataincludedir)|g'		\
-               -e 's|[@]pkglibdir[@]|$(pkglibdir)|g'			\
-               -e 's|[@]pkgdatadir[@]|$(pkgdatadir)|g'			\
-               -e 's|[@]pkglibexecdir[@]|$(pkglibexecdir)|g'		\
-               -e 's|[@]CLANG[@]|$(CLANG)|g'				\
-               -e 's|[@]CLFLAGS[@]|$(CLFLAGS)|g'			\
-               -e 's|[@]FORCED_CLFLAGS[@]|$(FORCED_CLFLAGS)|g'		\
-               -e 's|[@]LD_SHARED[@]|$(LD_SHARED)|g'			\
-               -e 's|[@]OCL_KERNEL_TARGET[@]|$(OCL_KERNEL_TARGET)|g'	\
-               -e 's|[@]TARGET[@]|$(TARGET)|g'				\
-               -e 's|[@]TARGET_CLANG_FLAGS[@]|$(TARGET_CLANG_FLAGS)|g'	\
-               -e 's|[@]TARGET_LLC_FLAGS[@]|$(TARGET_LLC_FLAGS)|g'	\
-               -e 's|[@]TARGET_LD_FLAGS[@]|$(TARGET_LD_FLAGS)|g'	\
-               -e 's|[@]HOST[@]|$(HOST)|g'				\
-               -e 's|[@]HOST_CLANG_FLAGS[@]|$(HOST_CLANG_FLAGS)|g'	\
-               -e 's|[@]HOST_LLC_FLAGS[@]|$(HOST_LLC_FLAGS)|g'		\
-               -e 's|[@]HOST_LD_FLAGS[@]|$(HOST_LD_FLAGS)|g'		\
-               -e 's|[@]OPT[@]|$(OPT)|g'				\
-               -e 's|[@]LLVM_LINK[@]|$(LLVM_LINK)|g'			\
-               -e 's|[@]LLC[@]|$(LLC)|g' 				\
-               -e 's|[@]LLVM_VERSION[@]|$(LLVM_VERSION)|g'              \
-               -e 's|[@]HOST_DEVICE_EXTENSION_DEFINES[@]|$(HOST_DEVICE_EXTENSION_DEFINES)|g'
-
-all: all-am
-
-.SUFFIXES:
-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
-	@for dep in $?; do \
-	  case '$(am__configure_deps)' in \
-	    *$$dep*) \
-	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
-	        && { if test -f $@; then exit 0; else break; fi; }; \
-	      exit 1;; \
-	  esac; \
-	done; \
-	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign scripts/Makefile'; \
-	$(am__cd) $(top_srcdir) && \
-	  $(AUTOMAKE) --foreign scripts/Makefile
-Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
-	@case '$?' in \
-	  *config.status*) \
-	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
-	  *) \
-	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
-	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
-	esac;
-
-$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
-	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-
-$(top_srcdir)/configure:  $(am__configure_deps)
-	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
-	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-$(am__aclocal_m4_deps):
-install-binSCRIPTS: $(bin_SCRIPTS)
-	@$(NORMAL_INSTALL)
-	@list='$(bin_SCRIPTS)'; test -n "$(bindir)" || list=; \
-	if test -n "$$list"; then \
-	  echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
-	  $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
-	fi; \
-	for p in $$list; do \
-	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
-	  if test -f "$$d$$p"; then echo "$$d$$p"; echo "$$p"; else :; fi; \
-	done | \
-	sed -e 'p;s,.*/,,;n' \
-	    -e 'h;s|.*|.|' \
-	    -e 'p;x;s,.*/,,;$(transform)' | sed 'N;N;N;s,\n, ,g' | \
-	$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1; } \
-	  { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
-	    if ($$2 == $$4) { files[d] = files[d] " " $$1; \
-	      if (++n[d] == $(am__install_max)) { \
-		print "f", d, files[d]; n[d] = 0; files[d] = "" } } \
-	    else { print "f", d "/" $$4, $$1 } } \
-	  END { for (d in files) print "f", d, files[d] }' | \
-	while read type dir files; do \
-	     if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
-	     test -z "$$files" || { \
-	       echo " $(INSTALL_SCRIPT) $$files '$(DESTDIR)$(bindir)$$dir'"; \
-	       $(INSTALL_SCRIPT) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
-	     } \
-	; done
-
-uninstall-binSCRIPTS:
-	@$(NORMAL_UNINSTALL)
-	@list='$(bin_SCRIPTS)'; test -n "$(bindir)" || exit 0; \
-	files=`for p in $$list; do echo "$$p"; done | \
-	       sed -e 's,.*/,,;$(transform)'`; \
-	dir='$(DESTDIR)$(bindir)'; $(am__uninstall_files_from_dir)
-
-mostlyclean-libtool:
-	-rm -f *.lo
-
-clean-libtool:
-	-rm -rf .libs _libs
-tags TAGS:
-
-ctags CTAGS:
-
-cscope cscopelist:
-
-
-distdir: $(DISTFILES)
-	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
-	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
-	list='$(DISTFILES)'; \
-	  dist_files=`for file in $$list; do echo $$file; done | \
-	  sed -e "s|^$$srcdirstrip/||;t" \
-	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
-	case $$dist_files in \
-	  */*) $(MKDIR_P) `echo "$$dist_files" | \
-			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
-			   sort -u` ;; \
-	esac; \
-	for file in $$dist_files; do \
-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
-	  if test -d $$d/$$file; then \
-	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
-	    if test -d "$(distdir)/$$file"; then \
-	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
-	    fi; \
-	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
-	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
-	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
-	    fi; \
-	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
-	  else \
-	    test -f "$(distdir)/$$file" \
-	    || cp -p $$d/$$file "$(distdir)/$$file" \
-	    || exit 1; \
-	  fi; \
-	done
-check-am: all-am
-check: check-am
-all-am: Makefile $(SCRIPTS)
-installdirs:
-	for dir in "$(DESTDIR)$(bindir)"; do \
-	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
-	done
-install: install-am
-install-exec: install-exec-am
-install-data: install-data-am
-uninstall: uninstall-am
-
-install-am: all-am
-	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
-
-installcheck: installcheck-am
-install-strip:
-	if test -z '$(STRIP)'; then \
-	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
-	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
-	      install; \
-	else \
-	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
-	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
-	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
-	fi
-mostlyclean-generic:
-
-clean-generic:
-	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
-
-distclean-generic:
-	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
-	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
-
-maintainer-clean-generic:
-	@echo "This command is intended for maintainers to use"
-	@echo "it deletes files that may require special tools to rebuild."
-clean: clean-am
-
-clean-am: clean-generic clean-libtool mostlyclean-am
-
-distclean: distclean-am
-	-rm -f Makefile
-distclean-am: clean-am distclean-generic
-
-dvi: dvi-am
-
-dvi-am:
-
-html: html-am
-
-html-am:
-
-info: info-am
-
-info-am:
-
-install-data-am:
-
-install-dvi: install-dvi-am
-
-install-dvi-am:
-
-install-exec-am: install-binSCRIPTS
-	@$(NORMAL_INSTALL)
-	$(MAKE) $(AM_MAKEFLAGS) install-exec-hook
-install-html: install-html-am
-
-install-html-am:
-
-install-info: install-info-am
-
-install-info-am:
-
-install-man:
-
-install-pdf: install-pdf-am
-
-install-pdf-am:
-
-install-ps: install-ps-am
-
-install-ps-am:
-
-installcheck-am:
-
-maintainer-clean: maintainer-clean-am
-	-rm -f Makefile
-maintainer-clean-am: distclean-am maintainer-clean-generic
-
-mostlyclean: mostlyclean-am
-
-mostlyclean-am: mostlyclean-generic mostlyclean-libtool
-
-pdf: pdf-am
-
-pdf-am:
-
-ps: ps-am
-
-ps-am:
-
-uninstall-am: uninstall-binSCRIPTS
-
-.MAKE: install-am install-exec-am install-strip
-
-.PHONY: all all-am check check-am clean clean-generic clean-libtool \
-	cscopelist-am ctags-am distclean distclean-generic \
-	distclean-libtool distdir dvi dvi-am html html-am info info-am \
-	install install-am install-binSCRIPTS install-data \
-	install-data-am install-dvi install-dvi-am install-exec \
-	install-exec-am install-exec-hook install-html install-html-am \
-	install-info install-info-am install-man install-pdf \
-	install-pdf-am install-ps install-ps-am install-strip \
-	installcheck installcheck-am installdirs maintainer-clean \
-	maintainer-clean-generic mostlyclean mostlyclean-generic \
-	mostlyclean-libtool pdf pdf-am ps ps-am tags-am uninstall \
-	uninstall-am uninstall-binSCRIPTS
-
-.PRECIOUS: Makefile
-
-
-pocl-standalone: %: %.in Makefile ../install-paths.h
-	$(do_subst) < $< > $@
-	chmod +x $@
-
-install-exec-hook: $(bin_SCRIPTS) 
-	for f in $(bin_SCRIPTS) ; do \
-		sed -e '/^# BEGIN REMOVE ONCE INSTALLED$$/,/^# END REMOVE ONCE INSTALLED$$/d' \
-			> "$(DESTDIR)$(bindir)/$$f" \
-			< "$$f" && \
-		chmod +x "$(DESTDIR)$(bindir)/$$f" ; \
-	done
-
-# Tell versions [3.59,3.63) of GNU make to not export all variables.
-# Otherwise a system limit (for SysV at least) may be exceeded.
-.NOEXPORT:
diff --git a/scripts/pocl-standalone.in b/scripts/pocl-standalone.in
deleted file mode 100644
index aab9662..0000000
--- a/scripts/pocl-standalone.in
+++ /dev/null
@@ -1,134 +0,0 @@
-#!/bin/sh
-# pocl-standalone - Run parallelization passes directly on an OpenCL source
-#                   file and generate a parallel bytecode and a kernel description
-#                   header file.
-# 
-# Copyright (c) 2011-2012 Carlos Sánchez de La Lama / URJC and
-#               2011-2013 Pekka Jääskeläinen / TUT
-# 
-# Permission is hereby granted, free of charge, to any person obtaining a copy
-# of this software and associated documentation files (the "Software"), to deal
-# in the Software without restriction, including without limitation the rights
-# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-# copies of the Software, and to permit persons to whom the Software is
-# furnished to do so, subject to the following conditions:
-# 
-# The above copyright notice and this permission notice shall be included in
-# all copies or substantial portions of the Software.
-# 
-# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-# THE SOFTWARE.
-
-set -e                          # Abort on errors
-if [ -n "$POCL_VERBOSE" ]; then
-    set -x
-    echo 0=$0 @=$@
-fi
-
-target=@OCL_KERNEL_TARGET@
-
-while getopts h:t:o: o
-do
-    case "$o" in
-	h)   header="${OPTARG}";;
-	t)   target="${OPTARG}";;
-	o)   output_file="${OPTARG}";;
-	[?]) echo >&2 "Usage: $0 -o <output_file> <input_file>" && exit 1;;
-    esac
-done
-shift $((${OPTIND}-1))
-
-if [ "x$header" = x ]
-then
-    echo >&2 "Usage: $0 [-t target] -h <header> -o <output_file> <input_file>" && exit 1
-fi
-
-if [ "x$output_file" = x ]
-then
-    echo >&2 "Usage: $0 [-t target] -h <header> -o <output_file> <input_file>" && exit 1
-fi
-
-case $target in
-    tce*)     target_dir="tce"
-               target="tce-tut-llvm"
-               ;;
-    *)         target_dir="host";;
-esac
-
-case $target in
-    tce*)     CLANG_FLAGS=""
-              LLC_FLAGS=""
-              LD_FLAGS="";;
-    @OCL_KERNEL_TARGET@)   CLANG_FLAGS="@HOST_CLANG_FLAGS@"
-              DEVICE_CL_FLAGS="@HOST_DEVICE_EXTENSION_DEFINES@"
-              LLC_FLAGS="@HOST_LLC_FLAGS@"
-              LD_FLAGS="@HOST_LD_FLAGS@";;
-    @TARGET@) CLANG_FLAGS="@TARGET_CLANG_FLAGS@"
-              LLC_FLAGS="@TARGET_LLC_FLAGS@"
-              LD_FLAGS="@TARGET_LD_FLAGS@";;
-esac
-CLANG_FLAGS="$CLANG_FLAGS -fasm -fsigned-char -Xclang -ffake-address-space-map"
-# With fp-contract we get calls to fma with processors which do not
-# have fma instructions. These ruin the performance. Better to have
-# the mul+add separated in the IR.
-CLANG_FLAGS="$CLANG_FLAGS -ffp-contract=off"
-
-tempdir="`dirname ${output_file}`/.pocl$$"
-mkdir ${tempdir}
-
-kernel_bc="${tempdir}/kernel.bc"
-
-# BEGIN REMOVE ONCE INSTALLED
-pocl_kernel_compiler_lib=@abs_top_builddir@/lib/llvmopencl/.libs/llvmopencl.so
- at CLANG@ ${CLANG_FLAGS} ${DEVICE_CL_FLAGS} $EXTRA_CLANG_FLAGS -c -emit-llvm -I at abs_top_builddir@ -include @abs_top_srcdir@/include/_kernel.h -o ${kernel_bc} -x cl $1
-rm -f ${header}
- at OPT@ ${LLC_FLAGS} -load=$pocl_kernel_compiler_lib -generate-header -disable-output -header=${header} ${kernel_bc}
-if false ; then
-# END REMOVE ONCE INSTALLED
-pocl_kernel_compiler_lib=@pkglibdir@/llvmopencl.so
- at CLANG@ ${CLANG_FLAGS} ${DEVICE_CL_FLAGS} $EXTRA_CLANG_FLAGS -c -emit-llvm -include @pkgdataincludedir@/_kernel.h -o ${kernel_bc} -x cl $1
-rm -f ${header}
- at OPT@ ${LLC_FLAGS} -load=$pocl_kernel_compiler_lib -generate-header -disable-output -header=${header} ${kernel_bc}
-# BEGIN REMOVE ONCE INSTALLED
-fi
-# END REMOVE ONCE INSTALLED
-
-linked_bc="${tempdir}/linked.bc"
-linked_out="${linked_bc}.out"
-full_target_dir="@pkgdatadir@"
-# BEGIN REMOVE ONCE INSTALLED
-# Fixing full_target_dir until the script is installed
-full_target_dir="@abs_top_builddir@/lib/kernel/${target_dir}"
-# END REMOVE ONCE INSTALLED
-
- at LLVM_LINK@ -o ${linked_bc} ${kernel_bc} $full_target_dir/kernel-$target.bc 
-
-OPT_SWITCH="-O3"
-
-if test "x$POCL_KERNEL_COMPILER_OPT_SWITCH" != "x";
-then
-OPT_SWITCH=$POCL_KERNEL_COMPILER_OPT_SWITCH
-fi
-
-EXTRA_OPTS=""
-
-# -disable-simplify-libcalls was added because of TCE (it doesn't have
-# a runtime linker which could link the libs later on), but it might
-# also be harmful for wg-vectorization where we want to try to vectorize
-# the code it wants to convert e.g. to a memset or a memcpy
-
- at OPT@ ${LLC_FLAGS} \
-    -load=${pocl_kernel_compiler_lib} -domtree -workitem-handler-chooser -break-constgeps -generate-header -flatten -always-inline \
-    -globaldce -simplifycfg -loop-simplify -uniformity -phistoallocas -isolate-regions -implicit-loop-barriers -implicit-cond-barriers \
-    -loop-barriers -barriertails -barriers -isolate-regions -add-wi-metadata -wi-aa -workitemrepl -workitemloops \
-    -allocastoentry -workgroup -kernel=${kernel} -disable-simplify-libcalls \
-    -target-address-spaces \
-    ${EXTRA_OPTS} ${OPT_SWITCH} -instcombine -header=/dev/null ${FP_CONTRACT} -o ${output_file} ${linked_bc}
-
-
-rm -fr ${tempdir}
diff --git a/scripts/pocl-standalone.in.cmake b/scripts/pocl-standalone.in.cmake
deleted file mode 100644
index b1e793a..0000000
--- a/scripts/pocl-standalone.in.cmake
+++ /dev/null
@@ -1,119 +0,0 @@
-#!/bin/sh
-# pocl-standalone - Run parallelization passes directly on an OpenCL source
-#                   file and generate a parallel bytecode and a kernel description
-#                   header file.
-#
-# Copyright (c) 2011-2012 Carlos Sánchez de La Lama / URJC and
-#               2011-2013 Pekka Jääskeläinen / TUT
-#
-# Permission is hereby granted, free of charge, to any person obtaining a copy
-# of this software and associated documentation files (the "Software"), to deal
-# in the Software without restriction, including without limitation the rights
-# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-# copies of the Software, and to permit persons to whom the Software is
-# furnished to do so, subject to the following conditions:
-#
-# The above copyright notice and this permission notice shall be included in
-# all copies or substantial portions of the Software.
-#
-# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-# THE SOFTWARE.
-
-set -e                          # Abort on errors
-if [ -n "$POCL_VERBOSE" ]; then
-    set -x
-    echo 0=$0 @=$@
-fi
-
-while getopts h:t:o: o
-do
-    case "$o" in
-  h)   header="${OPTARG}";;
-  t)   target="${OPTARG}";;
-  o)   output_file="${OPTARG}";;
-  [?]) echo >&2 "Usage: $0 -o <output_file> <input_file>" && exit 1;;
-    esac
-done
-shift $((${OPTIND}-1))
-
-if [ "x$header" = x ]
-then
-    echo >&2 "Usage: $0 [-t target] -h <header> -o <output_file> <input_file>" && exit 1
-fi
-
-if [ "x$output_file" = x ]
-then
-    echo >&2 "Usage: $0 [-t target] -h <header> -o <output_file> <input_file>" && exit 1
-fi
-
-case $target in
-    tce*)     target="tce-tut-llvm"
-              target_dir="tce"
-              KERNLIB="kernel-${target}.bc"
-              CLANG_FLAGS="@TCE_TARGET_CLANG_FLAGS@"
-              LLC_FLAGS="@TCE_TARGET_LLC_FLAGS@"
-              LD_FLAGS="@@"
-              ;;
-    *)        target=@OCL_KERNEL_TARGET@
-              target_dir="host"
-              cpu=@KERNLIB_VARIANT@
-              KERNLIB="kernel-${target}-${cpu}.bc"
-              CLANG_FLAGS="@HOST_CLANG_FLAGS@"
-              DEVICE_CL_FLAGS="@HOST_DEVICE_EXTENSION_DEFINES@"
-              LLC_FLAGS="@HOST_LLC_FLAGS@"
-              LD_FLAGS="@HOST_LD_FLAGS@";;
-# TODO
-#    @TARGET@) CLANG_FLAGS="@TARGET_CLANG_FLAGS@"
-#              LLC_FLAGS="@TARGET_LLC_FLAGS@"
-#              LD_FLAGS="@TARGET_LD_FLAGS@";;
-esac
-CLANG_FLAGS="$CLANG_FLAGS -fasm -fsigned-char -Xclang -ffake-address-space-map"
-
-# With fp-contract we get calls to fma with processors which do not
-# have fma instructions. These ruin the performance. Better to have
-# the mul+add separated in the IR.
-CLANG_FLAGS="$CLANG_FLAGS -ffp-contract=off"
-
-tempdir="`dirname ${output_file}`/.pocl$$"
-mkdir ${tempdir}
-
-kernel_bc="${tempdir}/kernel.bc"
-
-pocl_kernel_compiler_lib=@LLVMOPENCL_LOCATION@
- at CLANG@ ${CLANG_FLAGS} ${DEVICE_CL_FLAGS} $EXTRA_CLANG_FLAGS -c -emit-llvm @ADD_INCLUDE@ -include @KERNEL_INCLUDE_DIR@/_kernel.h -o ${kernel_bc} -x cl $1
-rm -f ${header}
- at LLVM_OPT@ ${LLC_FLAGS} -load=${pocl_kernel_compiler_lib} -generate-header -disable-output -header=${header} ${kernel_bc}
-
-linked_bc="${tempdir}/linked.bc"
-linked_out="${linked_bc}.out"
-
-
- at LLVM_LINK@ -o ${linked_bc} ${kernel_bc} @FULL_TARGET_DIR@/${KERNLIB}
-
-OPT_SWITCH="-O3"
-
-if test "x$POCL_KERNEL_COMPILER_OPT_SWITCH" != "x";
-then
-OPT_SWITCH=$POCL_KERNEL_COMPILER_OPT_SWITCH
-fi
-
-# -disable-simplify-libcalls was added because of TCE (it doesn't have
-# a runtime linker which could link the libs later on), but it might
-# also be harmful for wg-vectorization where we want to try to vectorize
-# the code it wants to convert e.g. to a memset or a memcpy
-
- at LLVM_OPT@ ${LLC_FLAGS} \
-    -load=${pocl_kernel_compiler_lib} -domtree -workitem-handler-chooser -break-constgeps -generate-header -flatten -always-inline \
-    -globaldce -simplifycfg -loop-simplify -uniformity -phistoallocas -isolate-regions -implicit-loop-barriers -implicit-cond-barriers \
-    -loop-barriers -barriertails -barriers -isolate-regions -add-wi-metadata -wi-aa -workitemrepl -workitemloops \
-    -allocastoentry -workgroup -kernel=${kernel} -disable-simplify-libcalls \
-    -target-address-spaces \
-    ${EXTRA_OPTS} ${OPT_SWITCH} -instcombine -header=/dev/null ${FP_CONTRACT} -o ${output_file} ${linked_bc}
-
-
-rm -fr ${tempdir}
diff --git a/tests/Makefile.am b/tests/Makefile.am
deleted file mode 100644
index f22d007..0000000
--- a/tests/Makefile.am
+++ /dev/null
@@ -1,82 +0,0 @@
-# Process this file with automake to produce Makefile.in (in this,
-# and all subdirectories).
-# Makefile.am for pocl/tests.
-# 
-# Copyright (c) 2011 Universidad Rey Juan Carlos
-# 
-# Permission is hereby granted, free of charge, to any person obtaining a copy
-# of this software and associated documentation files (the "Software"), to deal
-# in the Software without restriction, including without limitation the rights
-# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-# copies of the Software, and to permit persons to whom the Software is
-# furnished to do so, subject to the following conditions:
-# 
-# The above copyright notice and this permission notice shall be included in
-# all copies or substantial portions of the Software.
-# 
-# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-# THE SOFTWARE.
-
-DIST_SUBDIRS = kernel regression runtime workgroup tce
-SUBDIRS = kernel regression runtime workgroup
-if TCE_AVAILABLE
-SUBDIRS += tce
-endif
-
-# The `:;' works around a Bash 3.2 bug when the output is not writeable.
-$(srcdir)/package.m4: $(top_srcdir)/configure.ac
-	:;{ \
-	  echo '# Signature of the current package.' && \
-	  echo 'm4_define([AT_PACKAGE_NAME],' && \
-	  echo '  [$(PACKAGE_NAME)])' && \
-	  echo 'm4_define([AT_PACKAGE_TARNAME],' && \
-	  echo '  [$(PACKAGE_TARNAME)])' && \
-	  echo 'm4_define([AT_PACKAGE_VERSION],' && \
-	  echo '  [$(PACKAGE_VERSION)])' && \
-	  echo 'm4_define([AT_PACKAGE_STRING],' && \
-	  echo '  [$(PACKAGE_STRING)])' && \
-	  echo 'm4_define([AT_PACKAGE_BUGREPORT],' && \
-	  echo '  [$(PACKAGE_BUGREPORT)])'; \
-	  echo 'm4_define([AT_PACKAGE_URL],' && \
-	  echo '  [$(PACKAGE_URL)])'; \
-	} >'$(srcdir)/package.m4'
-
-TESTSUITE = $(srcdir)/testsuite
-
-EXTRA_DIST = testsuite.at testsuite-samples.at testsuite-viennacl.at testsuite-regression.at \
-	testsuite-rodinia.at testsuite-tce.at testsuite-runtime.at \
-	testsuite-workgroup.at testsuite-parboil.at testsuite-amd.at \
-	testsuite-vexcl.at testsuite-piglit.at testsuite-halide.at testsuite-cloverleaf.at \
-	$(srcdir)/package.m4 $(TESTSUITE) atlocal.in testsuite-amdsdk2_9.at testsuite-opencv.at \
-        example_expout.txt test_printf_expout.txt scalarwave_expout.txt CMakeLists.txt
-
-DISTCLEANFILES = atconfig
-
-check-local: atconfig atlocal $(TESTSUITE)
-	$(SHELL) '$(TESTSUITE)' $(TESTSUITEFLAGS)
-
-installcheck-local: atconfig atlocal $(TESTSUITE)
-	$(SHELL) '$(TESTSUITE)' AUTOTEST_PATH='$(bindir)' \
-	  $(TESTSUITEFLAGS)
-
-clean-local:
-	test ! -f '$(TESTSUITE)' || \
-	 $(SHELL) '$(TESTSUITE)' --clean
-
-AUTOM4TE = $(SHELL) $(top_srcdir)/config/missing --run autom4te
-AUTOTEST = $(AUTOM4TE) --language=autotest
-$(TESTSUITE): $(srcdir)/testsuite.at $(srcdir)/testsuite-samples.at $(srcdir)/testsuite-regression.at \
-	$(srcdir)/testsuite-tce.at $(srcdir)/testsuite-viennacl.at \
-	$(srcdir)/testsuite-rodinia.at $(srcdir)/testsuite-parboil.at \
-	$(srcdir)/testsuite-amd.at \
-	$(srcdir)/testsuite-runtime.at $(srcdir)/testsuite-workgroup.at \
-	$(srcdir)/testsuite-vexcl.at $(srcdir)/testsuite-piglit.at \
-	$(srcdir)/testsuite-halide.at $(srcdir)/package.m4 \
-	$(srcdir)/testsuite-opencv.at $(srcdir)/testsuite-cloverleaf.at
-	$(AUTOTEST) -I '$(srcdir)' -o $@.tmp $@.at
-	mv $@.tmp $@
diff --git a/tests/Makefile.in b/tests/Makefile.in
deleted file mode 100644
index 74bfdb9..0000000
--- a/tests/Makefile.in
+++ /dev/null
@@ -1,787 +0,0 @@
-# Makefile.in generated by automake 1.15 from Makefile.am.
-# @configure_input@
-
-# Copyright (C) 1994-2014 Free Software Foundation, Inc.
-
-# This Makefile.in is free software; the Free Software Foundation
-# gives unlimited permission to copy and/or distribute it,
-# with or without modifications, as long as this notice is preserved.
-
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
-# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
-# PARTICULAR PURPOSE.
-
- at SET_MAKE@
-
-# Process this file with automake to produce Makefile.in (in this,
-# and all subdirectories).
-# Makefile.am for pocl/tests.
-# 
-# Copyright (c) 2011 Universidad Rey Juan Carlos
-# 
-# Permission is hereby granted, free of charge, to any person obtaining a copy
-# of this software and associated documentation files (the "Software"), to deal
-# in the Software without restriction, including without limitation the rights
-# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-# copies of the Software, and to permit persons to whom the Software is
-# furnished to do so, subject to the following conditions:
-# 
-# The above copyright notice and this permission notice shall be included in
-# all copies or substantial portions of the Software.
-# 
-# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-# THE SOFTWARE.
-VPATH = @srcdir@
-am__is_gnu_make = { \
-  if test -z '$(MAKELEVEL)'; then \
-    false; \
-  elif test -n '$(MAKE_HOST)'; then \
-    true; \
-  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
-    true; \
-  else \
-    false; \
-  fi; \
-}
-am__make_running_with_option = \
-  case $${target_option-} in \
-      ?) ;; \
-      *) echo "am__make_running_with_option: internal error: invalid" \
-              "target option '$${target_option-}' specified" >&2; \
-         exit 1;; \
-  esac; \
-  has_opt=no; \
-  sane_makeflags=$$MAKEFLAGS; \
-  if $(am__is_gnu_make); then \
-    sane_makeflags=$$MFLAGS; \
-  else \
-    case $$MAKEFLAGS in \
-      *\\[\ \	]*) \
-        bs=\\; \
-        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
-          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
-    esac; \
-  fi; \
-  skip_next=no; \
-  strip_trailopt () \
-  { \
-    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
-  }; \
-  for flg in $$sane_makeflags; do \
-    test $$skip_next = yes && { skip_next=no; continue; }; \
-    case $$flg in \
-      *=*|--*) continue;; \
-        -*I) strip_trailopt 'I'; skip_next=yes;; \
-      -*I?*) strip_trailopt 'I';; \
-        -*O) strip_trailopt 'O'; skip_next=yes;; \
-      -*O?*) strip_trailopt 'O';; \
-        -*l) strip_trailopt 'l'; skip_next=yes;; \
-      -*l?*) strip_trailopt 'l';; \
-      -[dEDm]) skip_next=yes;; \
-      -[JT]) skip_next=yes;; \
-    esac; \
-    case $$flg in \
-      *$$target_option*) has_opt=yes; break;; \
-    esac; \
-  done; \
-  test $$has_opt = yes
-am__make_dryrun = (target_option=n; $(am__make_running_with_option))
-am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
-pkgdatadir = $(datadir)/@PACKAGE@
-pkgincludedir = $(includedir)/@PACKAGE@
-pkglibdir = $(libdir)/@PACKAGE@
-pkglibexecdir = $(libexecdir)/@PACKAGE@
-am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
-install_sh_DATA = $(install_sh) -c -m 644
-install_sh_PROGRAM = $(install_sh) -c
-install_sh_SCRIPT = $(install_sh) -c
-INSTALL_HEADER = $(INSTALL_DATA)
-transform = $(program_transform_name)
-NORMAL_INSTALL = :
-PRE_INSTALL = :
-POST_INSTALL = :
-NORMAL_UNINSTALL = :
-PRE_UNINSTALL = :
-POST_UNINSTALL = :
-build_triplet = @build@
-host_triplet = @host@
-target_triplet = @target@
- at TCE_AVAILABLE_TRUE@am__append_1 = tce
-subdir = tests
-ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
-am__aclocal_m4_deps = $(top_srcdir)/m4/ax_boost_base.m4 \
-	$(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
-	$(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
-	$(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/acinclude.m4 \
-	$(top_srcdir)/configure.ac
-am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
-	$(ACLOCAL_M4)
-DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
-mkinstalldirs = $(install_sh) -d
-CONFIG_HEADER = $(top_builddir)/config.h
-CONFIG_CLEAN_FILES = atlocal
-CONFIG_CLEAN_VPATH_FILES =
-AM_V_P = $(am__v_P_ at AM_V@)
-am__v_P_ = $(am__v_P_ at AM_DEFAULT_V@)
-am__v_P_0 = false
-am__v_P_1 = :
-AM_V_GEN = $(am__v_GEN_ at AM_V@)
-am__v_GEN_ = $(am__v_GEN_ at AM_DEFAULT_V@)
-am__v_GEN_0 = @echo "  GEN     " $@;
-am__v_GEN_1 = 
-AM_V_at = $(am__v_at_ at AM_V@)
-am__v_at_ = $(am__v_at_ at AM_DEFAULT_V@)
-am__v_at_0 = @
-am__v_at_1 = 
-SOURCES =
-DIST_SOURCES =
-RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
-	ctags-recursive dvi-recursive html-recursive info-recursive \
-	install-data-recursive install-dvi-recursive \
-	install-exec-recursive install-html-recursive \
-	install-info-recursive install-pdf-recursive \
-	install-ps-recursive install-recursive installcheck-recursive \
-	installdirs-recursive pdf-recursive ps-recursive \
-	tags-recursive uninstall-recursive
-am__can_run_installinfo = \
-  case $$AM_UPDATE_INFO_DIR in \
-    n|no|NO) false;; \
-    *) (install-info --version) >/dev/null 2>&1;; \
-  esac
-RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
-  distclean-recursive maintainer-clean-recursive
-am__recursive_targets = \
-  $(RECURSIVE_TARGETS) \
-  $(RECURSIVE_CLEAN_TARGETS) \
-  $(am__extra_recursive_targets)
-AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
-	distdir
-am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
-# Read a list of newline-separated strings from the standard input,
-# and print each of them once, without duplicates.  Input order is
-# *not* preserved.
-am__uniquify_input = $(AWK) '\
-  BEGIN { nonempty = 0; } \
-  { items[$$0] = 1; nonempty = 1; } \
-  END { if (nonempty) { for (i in items) print i; }; } \
-'
-# Make sure the list of sources is unique.  This is necessary because,
-# e.g., the same source file might be shared among _SOURCES variables
-# for different programs/libraries.
-am__define_uniq_tagged_files = \
-  list='$(am__tagged_files)'; \
-  unique=`for i in $$list; do \
-    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
-  done | $(am__uniquify_input)`
-ETAGS = etags
-CTAGS = ctags
-am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/atlocal.in
-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
-am__relativize = \
-  dir0=`pwd`; \
-  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
-  sed_rest='s,^[^/]*/*,,'; \
-  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
-  sed_butlast='s,/*[^/]*$$,,'; \
-  while test -n "$$dir1"; do \
-    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
-    if test "$$first" != "."; then \
-      if test "$$first" = ".."; then \
-        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
-        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
-      else \
-        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
-        if test "$$first2" = "$$first"; then \
-          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
-        else \
-          dir2="../$$dir2"; \
-        fi; \
-        dir0="$$dir0"/"$$first"; \
-      fi; \
-    fi; \
-    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
-  done; \
-  reldir="$$dir2"
-ACLOCAL = @ACLOCAL@
-AMTAR = @AMTAR@
-AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
-AR = @AR@
-AUTOCONF = @AUTOCONF@
-AUTOHEADER = @AUTOHEADER@
-AUTOMAKE = @AUTOMAKE@
-AWK = @AWK@
-BOOST_CPPFLAGS = @BOOST_CPPFLAGS@
-BOOST_LDFLAGS = @BOOST_LDFLAGS@
-BUILD_TIMESTAMP = @BUILD_TIMESTAMP@
-CC = @CC@
-CCDEPMODE = @CCDEPMODE@
-CFLAGS = @CFLAGS@
-CLANG = @CLANG@
-CLANGXX = @CLANGXX@
-CLANGXX_FLAGS = @CLANGXX_FLAGS@
-CLFLAGS = @CLFLAGS@
-CPP = @CPP@
-CPPFLAGS = @CPPFLAGS@
-CXX = @CXX@
-CXXCPP = @CXXCPP@
-CXXDEPMODE = @CXXDEPMODE@
-CXXFLAGS = @CXXFLAGS@
-CYGPATH_W = @CYGPATH_W@
-DEFS = @DEFS@
-DEPDIR = @DEPDIR@
-DLLTOOL = @DLLTOOL@
-DSYMUTIL = @DSYMUTIL@
-DUMPBIN = @DUMPBIN@
-ECHO_C = @ECHO_C@
-ECHO_N = @ECHO_N@
-ECHO_T = @ECHO_T@
-EGREP = @EGREP@
-EXEEXT = @EXEEXT@
-FGREP = @FGREP@
-FORCED_CLFLAGS = @FORCED_CLFLAGS@
-GLEW_CFLAGS = @GLEW_CFLAGS@
-GLEW_LIBS = @GLEW_LIBS@
-GREP = @GREP@
-HOST = @HOST@
-HOST_AS_FLAGS = @HOST_AS_FLAGS@
-HOST_CLANG_FLAGS = @HOST_CLANG_FLAGS@
-HOST_CPU = @HOST_CPU@
-HOST_DEVICE_EXTENSION_DEFINES = @HOST_DEVICE_EXTENSION_DEFINES@
-HOST_LD_FLAGS = @HOST_LD_FLAGS@
-HOST_LLC_FLAGS = @HOST_LLC_FLAGS@
-HOST_SIZEOF_DOUBLE = @HOST_SIZEOF_DOUBLE@
-HOST_SIZEOF_HALF = @HOST_SIZEOF_HALF@
-HOST_SIZEOF_LONG = @HOST_SIZEOF_LONG@
-HOST_SIZEOF_VOID_P = @HOST_SIZEOF_VOID_P@
-HSAILASM = @HSAILASM@
-HSA_DEVICE_EXTENSION_DEFINES = @HSA_DEVICE_EXTENSION_DEFINES@
-HSA_INCLUDES = @HSA_INCLUDES@
-HSA_LIBS = @HSA_LIBS@
-HWLOC_CFLAGS = @HWLOC_CFLAGS@
-HWLOC_LIBS = @HWLOC_LIBS@
-ICD_LD_FLAGS = @ICD_LD_FLAGS@
-INSTALL = @INSTALL@
-INSTALL_DATA = @INSTALL_DATA@
-INSTALL_PROGRAM = @INSTALL_PROGRAM@
-INSTALL_SCRIPT = @INSTALL_SCRIPT@
-INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
-KERNEL_COMPILER_LIB_VERSION = @KERNEL_COMPILER_LIB_VERSION@
-LD = @LD@
-LDFLAGS = @LDFLAGS@
-LD_FLAGS_BIN = @LD_FLAGS_BIN@
-LIBOBJS = @LIBOBJS@
-LIBRARY_SUFFIX = @LIBRARY_SUFFIX@
-LIBS = @LIBS@
-LIBTOOL = @LIBTOOL@
-LIB_AGE_VERSION = @LIB_AGE_VERSION@
-LIB_CURRENT_VERSION = @LIB_CURRENT_VERSION@
-LIB_FIRST_VERSION = @LIB_FIRST_VERSION@
-LIB_REVISION_VERSION = @LIB_REVISION_VERSION@
-LIB_VERSION = @LIB_VERSION@
-LIPO = @LIPO@
-LLC = @LLC@
-LLVM_AS = @LLVM_AS@
-LLVM_CONFIG = @LLVM_CONFIG@
-LLVM_CXX_FLAGS = @LLVM_CXX_FLAGS@
-LLVM_LDFLAGS = @LLVM_LDFLAGS@
-LLVM_LIBS = @LLVM_LIBS@
-LLVM_LINK = @LLVM_LINK@
-LLVM_OPT = @LLVM_OPT@
-LLVM_VERSION = @LLVM_VERSION@
-LN_S = @LN_S@
-LTDL_LIBS = @LTDL_LIBS@
-LTLIBOBJS = @LTLIBOBJS@
-LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
-MAKEINFO = @MAKEINFO@
-MANIFEST_TOOL = @MANIFEST_TOOL@
-MKDIR_P = @MKDIR_P@
-NM = @NM@
-NMEDIT = @NMEDIT@
-OBJDUMP = @OBJDUMP@
-OBJEXT = @OBJEXT@
-OCL_ICD_CFLAGS = @OCL_ICD_CFLAGS@
-OCL_ICD_LIBS = @OCL_ICD_LIBS@
-OCL_KERNEL_ARCH = @OCL_KERNEL_ARCH@
-OCL_KERNEL_TARGET = @OCL_KERNEL_TARGET@
-OCL_KERNEL_TARGET_CPU = @OCL_KERNEL_TARGET_CPU@
-OCL_TARGETS = @OCL_TARGETS@
-OPENCL_CFLAGS = @OPENCL_CFLAGS@
-OPENCL_CMAKE = @OPENCL_CMAKE@
-OPENCL_EXTLIBS = @OPENCL_EXTLIBS@
-OPENCL_LIBS = @OPENCL_LIBS@
-OPT = @OPT@
-OTOOL = @OTOOL@
-OTOOL64 = @OTOOL64@
-PACKAGE = @PACKAGE@
-PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
-PACKAGE_NAME = @PACKAGE_NAME@
-PACKAGE_STRING = @PACKAGE_STRING@
-PACKAGE_TARNAME = @PACKAGE_TARNAME@
-PACKAGE_URL = @PACKAGE_URL@
-PACKAGE_VERSION = @PACKAGE_VERSION@
-PATH_SEPARATOR = @PATH_SEPARATOR@
-PKG_CONFIG = @PKG_CONFIG@
-PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
-PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
-POAT_TESTSUITES = @POAT_TESTSUITES@
-POCL_DEVICE_ADDRESS_BITS = @POCL_DEVICE_ADDRESS_BITS@
-PTHREAD_CC = @PTHREAD_CC@
-PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
-PTHREAD_LIBS = @PTHREAD_LIBS@
-RANLIB = @RANLIB@
-SDL_CFLAGS = @SDL_CFLAGS@
-SDL_LIBS = @SDL_LIBS@
-SED = @SED@
-SET_MAKE = @SET_MAKE@
-SHELL = @SHELL@
-STRIP = @STRIP@
-TARGET = @TARGET@
-TARGET_CLANG_FLAGS = @TARGET_CLANG_FLAGS@
-TARGET_CPU = @TARGET_CPU@
-TARGET_LLC_FLAGS = @TARGET_LLC_FLAGS@
-TARGET_SIZEOF_DOUBLE = @TARGET_SIZEOF_DOUBLE@
-TARGET_SIZEOF_HALF = @TARGET_SIZEOF_HALF@
-TARGET_SIZEOF_LONG = @TARGET_SIZEOF_LONG@
-TARGET_SIZEOF_VOID_P = @TARGET_SIZEOF_VOID_P@
-TCECC = @TCECC@
-TCEMC_AVAILABLE = @TCEMC_AVAILABLE@
-TCE_AVAILABLE = @TCE_AVAILABLE@
-TCE_CONFIG = @TCE_CONFIG@
-TCE_DEVICE_EXTENSION_DEFINES = @TCE_DEVICE_EXTENSION_DEFINES@
-VERSION = @VERSION@
-abs_builddir = @abs_builddir@
-abs_srcdir = @abs_srcdir@
-abs_top_builddir = @abs_top_builddir@
-abs_top_srcdir = @abs_top_srcdir@
-ac_ct_AR = @ac_ct_AR@
-ac_ct_CC = @ac_ct_CC@
-ac_ct_CXX = @ac_ct_CXX@
-ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
-acx_pthread_config = @acx_pthread_config@
-am__include = @am__include@
-am__leading_dot = @am__leading_dot@
-am__quote = @am__quote@
-am__tar = @am__tar@
-am__untar = @am__untar@
-bindir = @bindir@
-build = @build@
-build_alias = @build_alias@
-build_cpu = @build_cpu@
-build_os = @build_os@
-build_vendor = @build_vendor@
-builddir = @builddir@
-datadir = @datadir@
-datarootdir = @datarootdir@
-docdir = @docdir@
-dvidir = @dvidir@
-exec_prefix = @exec_prefix@
-host = @host@
-host_alias = @host_alias@
-host_cpu = @host_cpu@
-host_os = @host_os@
-host_vendor = @host_vendor@
-htmldir = @htmldir@
-includedir = @includedir@
-infodir = @infodir@
-install_sh = @install_sh@
-libdir = @libdir@
-libexecdir = @libexecdir@
-localedir = @localedir@
-localstatedir = @localstatedir@
-mandir = @mandir@
-mkdir_p = @mkdir_p@
-oldincludedir = @oldincludedir@
-pdfdir = @pdfdir@
-prefix = @prefix@
-program_transform_name = @program_transform_name@
-psdir = @psdir@
-sbindir = @sbindir@
-sharedstatedir = @sharedstatedir@
-srcdir = @srcdir@
-sysconfdir = @sysconfdir@
-target = @target@
-target_alias = @target_alias@
-target_cpu = @target_cpu@
-target_os = @target_os@
-target_vendor = @target_vendor@
-top_build_prefix = @top_build_prefix@
-top_builddir = @top_builddir@
-top_srcdir = @top_srcdir@
-DIST_SUBDIRS = kernel regression runtime workgroup tce
-SUBDIRS = kernel regression runtime workgroup $(am__append_1)
-TESTSUITE = $(srcdir)/testsuite
-EXTRA_DIST = testsuite.at testsuite-samples.at testsuite-viennacl.at testsuite-regression.at \
-	testsuite-rodinia.at testsuite-tce.at testsuite-runtime.at \
-	testsuite-workgroup.at testsuite-parboil.at testsuite-amd.at \
-	testsuite-vexcl.at testsuite-piglit.at testsuite-halide.at testsuite-cloverleaf.at \
-	$(srcdir)/package.m4 $(TESTSUITE) atlocal.in testsuite-amdsdk2_9.at testsuite-opencv.at \
-        example_expout.txt test_printf_expout.txt scalarwave_expout.txt CMakeLists.txt
-
-DISTCLEANFILES = atconfig
-AUTOM4TE = $(SHELL) $(top_srcdir)/config/missing --run autom4te
-AUTOTEST = $(AUTOM4TE) --language=autotest
-all: all-recursive
-
-.SUFFIXES:
-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
-	@for dep in $?; do \
-	  case '$(am__configure_deps)' in \
-	    *$$dep*) \
-	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
-	        && { if test -f $@; then exit 0; else break; fi; }; \
-	      exit 1;; \
-	  esac; \
-	done; \
-	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign tests/Makefile'; \
-	$(am__cd) $(top_srcdir) && \
-	  $(AUTOMAKE) --foreign tests/Makefile
-Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
-	@case '$?' in \
-	  *config.status*) \
-	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
-	  *) \
-	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
-	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
-	esac;
-
-$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
-	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-
-$(top_srcdir)/configure:  $(am__configure_deps)
-	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
-	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-$(am__aclocal_m4_deps):
-atlocal: $(top_builddir)/config.status $(srcdir)/atlocal.in
-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
-
-mostlyclean-libtool:
-	-rm -f *.lo
-
-clean-libtool:
-	-rm -rf .libs _libs
-
-# This directory's subdirectories are mostly independent; you can cd
-# into them and run 'make' without going through this Makefile.
-# To change the values of 'make' variables: instead of editing Makefiles,
-# (1) if the variable is set in 'config.status', edit 'config.status'
-#     (which will cause the Makefiles to be regenerated when you run 'make');
-# (2) otherwise, pass the desired values on the 'make' command line.
-$(am__recursive_targets):
-	@fail=; \
-	if $(am__make_keepgoing); then \
-	  failcom='fail=yes'; \
-	else \
-	  failcom='exit 1'; \
-	fi; \
-	dot_seen=no; \
-	target=`echo $@ | sed s/-recursive//`; \
-	case "$@" in \
-	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
-	  *) list='$(SUBDIRS)' ;; \
-	esac; \
-	for subdir in $$list; do \
-	  echo "Making $$target in $$subdir"; \
-	  if test "$$subdir" = "."; then \
-	    dot_seen=yes; \
-	    local_target="$$target-am"; \
-	  else \
-	    local_target="$$target"; \
-	  fi; \
-	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
-	  || eval $$failcom; \
-	done; \
-	if test "$$dot_seen" = "no"; then \
-	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
-	fi; test -z "$$fail"
-
-ID: $(am__tagged_files)
-	$(am__define_uniq_tagged_files); mkid -fID $$unique
-tags: tags-recursive
-TAGS: tags
-
-tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
-	set x; \
-	here=`pwd`; \
-	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
-	  include_option=--etags-include; \
-	  empty_fix=.; \
-	else \
-	  include_option=--include; \
-	  empty_fix=; \
-	fi; \
-	list='$(SUBDIRS)'; for subdir in $$list; do \
-	  if test "$$subdir" = .; then :; else \
-	    test ! -f $$subdir/TAGS || \
-	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
-	  fi; \
-	done; \
-	$(am__define_uniq_tagged_files); \
-	shift; \
-	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
-	  test -n "$$unique" || unique=$$empty_fix; \
-	  if test $$# -gt 0; then \
-	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
-	      "$$@" $$unique; \
-	  else \
-	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
-	      $$unique; \
-	  fi; \
-	fi
-ctags: ctags-recursive
-
-CTAGS: ctags
-ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
-	$(am__define_uniq_tagged_files); \
-	test -z "$(CTAGS_ARGS)$$unique" \
-	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
-	     $$unique
-
-GTAGS:
-	here=`$(am__cd) $(top_builddir) && pwd` \
-	  && $(am__cd) $(top_srcdir) \
-	  && gtags -i $(GTAGS_ARGS) "$$here"
-cscopelist: cscopelist-recursive
-
-cscopelist-am: $(am__tagged_files)
-	list='$(am__tagged_files)'; \
-	case "$(srcdir)" in \
-	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
-	  *) sdir=$(subdir)/$(srcdir) ;; \
-	esac; \
-	for i in $$list; do \
-	  if test -f "$$i"; then \
-	    echo "$(subdir)/$$i"; \
-	  else \
-	    echo "$$sdir/$$i"; \
-	  fi; \
-	done >> $(top_builddir)/cscope.files
-
-distclean-tags:
-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
-
-distdir: $(DISTFILES)
-	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
-	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
-	list='$(DISTFILES)'; \
-	  dist_files=`for file in $$list; do echo $$file; done | \
-	  sed -e "s|^$$srcdirstrip/||;t" \
-	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
-	case $$dist_files in \
-	  */*) $(MKDIR_P) `echo "$$dist_files" | \
-			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
-			   sort -u` ;; \
-	esac; \
-	for file in $$dist_files; do \
-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
-	  if test -d $$d/$$file; then \
-	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
-	    if test -d "$(distdir)/$$file"; then \
-	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
-	    fi; \
-	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
-	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
-	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
-	    fi; \
-	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
-	  else \
-	    test -f "$(distdir)/$$file" \
-	    || cp -p $$d/$$file "$(distdir)/$$file" \
-	    || exit 1; \
-	  fi; \
-	done
-	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
-	  if test "$$subdir" = .; then :; else \
-	    $(am__make_dryrun) \
-	      || test -d "$(distdir)/$$subdir" \
-	      || $(MKDIR_P) "$(distdir)/$$subdir" \
-	      || exit 1; \
-	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
-	    $(am__relativize); \
-	    new_distdir=$$reldir; \
-	    dir1=$$subdir; dir2="$(top_distdir)"; \
-	    $(am__relativize); \
-	    new_top_distdir=$$reldir; \
-	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
-	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
-	    ($(am__cd) $$subdir && \
-	      $(MAKE) $(AM_MAKEFLAGS) \
-	        top_distdir="$$new_top_distdir" \
-	        distdir="$$new_distdir" \
-		am__remove_distdir=: \
-		am__skip_length_check=: \
-		am__skip_mode_fix=: \
-	        distdir) \
-	      || exit 1; \
-	  fi; \
-	done
-check-am: all-am
-	$(MAKE) $(AM_MAKEFLAGS) check-local
-check: check-recursive
-all-am: Makefile
-installdirs: installdirs-recursive
-installdirs-am:
-install: install-recursive
-install-exec: install-exec-recursive
-install-data: install-data-recursive
-uninstall: uninstall-recursive
-
-install-am: all-am
-	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
-
-installcheck: installcheck-recursive
-install-strip:
-	if test -z '$(STRIP)'; then \
-	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
-	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
-	      install; \
-	else \
-	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
-	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
-	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
-	fi
-mostlyclean-generic:
-
-clean-generic:
-
-distclean-generic:
-	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
-	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
-	-test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
-
-maintainer-clean-generic:
-	@echo "This command is intended for maintainers to use"
-	@echo "it deletes files that may require special tools to rebuild."
-clean: clean-recursive
-
-clean-am: clean-generic clean-libtool clean-local mostlyclean-am
-
-distclean: distclean-recursive
-	-rm -f Makefile
-distclean-am: clean-am distclean-generic distclean-tags
-
-dvi: dvi-recursive
-
-dvi-am:
-
-html: html-recursive
-
-html-am:
-
-info: info-recursive
-
-info-am:
-
-install-data-am:
-
-install-dvi: install-dvi-recursive
-
-install-dvi-am:
-
-install-exec-am:
-
-install-html: install-html-recursive
-
-install-html-am:
-
-install-info: install-info-recursive
-
-install-info-am:
-
-install-man:
-
-install-pdf: install-pdf-recursive
-
-install-pdf-am:
-
-install-ps: install-ps-recursive
-
-install-ps-am:
-
-installcheck-am: installcheck-local
-
-maintainer-clean: maintainer-clean-recursive
-	-rm -f Makefile
-maintainer-clean-am: distclean-am maintainer-clean-generic
-
-mostlyclean: mostlyclean-recursive
-
-mostlyclean-am: mostlyclean-generic mostlyclean-libtool
-
-pdf: pdf-recursive
-
-pdf-am:
-
-ps: ps-recursive
-
-ps-am:
-
-uninstall-am:
-
-.MAKE: $(am__recursive_targets) check-am install-am install-strip
-
-.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
-	check-am check-local clean clean-generic clean-libtool \
-	clean-local cscopelist-am ctags ctags-am distclean \
-	distclean-generic distclean-libtool distclean-tags distdir dvi \
-	dvi-am html html-am info info-am install install-am \
-	install-data install-data-am install-dvi install-dvi-am \
-	install-exec install-exec-am install-html install-html-am \
-	install-info install-info-am install-man install-pdf \
-	install-pdf-am install-ps install-ps-am install-strip \
-	installcheck installcheck-am installcheck-local installdirs \
-	installdirs-am maintainer-clean maintainer-clean-generic \
-	mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
-	ps ps-am tags tags-am uninstall uninstall-am
-
-.PRECIOUS: Makefile
-
-
-# The `:;' works around a Bash 3.2 bug when the output is not writeable.
-$(srcdir)/package.m4: $(top_srcdir)/configure.ac
-	:;{ \
-	  echo '# Signature of the current package.' && \
-	  echo 'm4_define([AT_PACKAGE_NAME],' && \
-	  echo '  [$(PACKAGE_NAME)])' && \
-	  echo 'm4_define([AT_PACKAGE_TARNAME],' && \
-	  echo '  [$(PACKAGE_TARNAME)])' && \
-	  echo 'm4_define([AT_PACKAGE_VERSION],' && \
-	  echo '  [$(PACKAGE_VERSION)])' && \
-	  echo 'm4_define([AT_PACKAGE_STRING],' && \
-	  echo '  [$(PACKAGE_STRING)])' && \
-	  echo 'm4_define([AT_PACKAGE_BUGREPORT],' && \
-	  echo '  [$(PACKAGE_BUGREPORT)])'; \
-	  echo 'm4_define([AT_PACKAGE_URL],' && \
-	  echo '  [$(PACKAGE_URL)])'; \
-	} >'$(srcdir)/package.m4'
-
-check-local: atconfig atlocal $(TESTSUITE)
-	$(SHELL) '$(TESTSUITE)' $(TESTSUITEFLAGS)
-
-installcheck-local: atconfig atlocal $(TESTSUITE)
-	$(SHELL) '$(TESTSUITE)' AUTOTEST_PATH='$(bindir)' \
-	  $(TESTSUITEFLAGS)
-
-clean-local:
-	test ! -f '$(TESTSUITE)' || \
-	 $(SHELL) '$(TESTSUITE)' --clean
-$(TESTSUITE): $(srcdir)/testsuite.at $(srcdir)/testsuite-samples.at $(srcdir)/testsuite-regression.at \
-	$(srcdir)/testsuite-tce.at $(srcdir)/testsuite-viennacl.at \
-	$(srcdir)/testsuite-rodinia.at $(srcdir)/testsuite-parboil.at \
-	$(srcdir)/testsuite-amd.at \
-	$(srcdir)/testsuite-runtime.at $(srcdir)/testsuite-workgroup.at \
-	$(srcdir)/testsuite-vexcl.at $(srcdir)/testsuite-piglit.at \
-	$(srcdir)/testsuite-halide.at $(srcdir)/package.m4 \
-	$(srcdir)/testsuite-opencv.at $(srcdir)/testsuite-cloverleaf.at
-	$(AUTOTEST) -I '$(srcdir)' -o $@.tmp $@.at
-	mv $@.tmp $@
-
-# Tell versions [3.59,3.63) of GNU make to not export all variables.
-# Otherwise a system limit (for SysV at least) may be exceeded.
-.NOEXPORT:
diff --git a/tests/kernel/CMakeLists.txt b/tests/kernel/CMakeLists.txt
index 44ccbfd..d6963b4 100644
--- a/tests/kernel/CMakeLists.txt
+++ b/tests/kernel/CMakeLists.txt
@@ -124,7 +124,7 @@ set_tests_properties("kernel/test_min_max" "kernel/test_length_distance"
     DEPENDS "pocl_version_check"
     LABELS "internal;kernel")
 
-if(LLVM_ASSERTS_BUILD)
+if(LLVM_ASSERTS_BUILD AND POCL_USE_FAKE_ADDR_SPACE_IDS)
   set_tests_properties("kernel/test_local_struct_array"
     PROPERTIES WILL_FAIL 1)
 endif()
@@ -208,7 +208,15 @@ set_tests_properties("kernel/test_shuffle_char" "kernel/test_shuffle_short"
     DEPENDS "pocl_version_check"
     LABELS "internal;kernel")
 
-
+# interestingly, long/ulong/double do not fail
+if(ARM64)
+  set_tests_properties("kernel/test_shuffle_char"
+    "kernel/test_shuffle_short" "kernel/test_shuffle_ushort"
+    "kernel/test_shuffle_uint" "kernel/test_shuffle_int"
+    "kernel/test_shuffle_float" ${HALF_TEST}
+  PROPERTIES
+    WILL_FAIL 1)
+endif()
 
 ######################################################################
 
diff --git a/tests/kernel/Makefile.am b/tests/kernel/Makefile.am
deleted file mode 100644
index c44f403..0000000
--- a/tests/kernel/Makefile.am
+++ /dev/null
@@ -1,43 +0,0 @@
-# Process this file with automake to produce Makefile.in (in this,
-# and all subdirectories).
-# Makefile.am for pocl/examples/kernel.
-# 
-# Copyright (c) 2011 Universidad Rey Juan Carlos
-# 
-# Permission is hereby granted, free of charge, to any person obtaining a copy
-# of this software and associated documentation files (the "Software"), to deal
-# in the Software without restriction, including without limitation the rights
-# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-# copies of the Software, and to permit persons to whom the Software is
-# furnished to do so, subject to the following conditions:
-# 
-# The above copyright notice and this permission notice shall be included in
-# all copies or substantial portions of the Software.
-# 
-# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-# THE SOFTWARE.
-
-noinst_PROGRAMS = kernel sampler_address_clamp image_query_funcs test_shuffle
-test_shuffle_SOURCES=test_shuffle.cc
-
-kernel_SOURCES = kernel.c test_as_type.cl test_bitselect.cl test_convert_sat_regression.cl $(srcdir)/test_convert_type_*.cl test_fabs.cl test_fmin_fmax_fma.cl test_hadd.cl test_min_max.cl test_length_distance.cl test_rotate.cl test_short16.cl test_sizeof.cl test_block.cl test_printf.cl test_local_struct_array.cl test_frexp_modf.cl
-kernel_LDADD = -lm @OPENCL_LIBS@ ../../lib/poclu/libpoclu.la
-kernel_CFLAGS = -std=c99 @OPENCL_CFLAGS@
-
-sampler_address_clamp_SOURCES = sampler_address_clamp.c test_sampler_address_clamp.cl
-sampler_address_clamp_LDADD = -lm @OPENCL_LIBS@ ../../lib/poclu/libpoclu.la
-smapler_address_clamp_CFLAGS = -std=c99 @OPENCL_CFLAGS@
-
-image_query_funcs_SOURCES = image_query_funcs.c test_image_query_funcs.cl
-image_query_funcs_LDADD = -lm @OPENCL_LIBS@ ../../lib/poclu/libpoclu.la
-image_query_funcs_CFLAGS = -std=c99 @OPENCL_CFLAGS@
-
-AM_CPPFLAGS = -I$(top_srcdir)/fix-include -I$(top_srcdir)/include -DSRCDIR='"$(abs_srcdir)"'
-AM_LDFLAGS = @OPENCL_LIBS@ ../../lib/poclu/libpoclu.la -lm
-
-EXTRA_DIST = test_block_expout.txt test_halfs.cl test_sizeof_expout.txt CMakeLists.txt
diff --git a/tests/kernel/Makefile.in b/tests/kernel/Makefile.in
deleted file mode 100644
index 9480e04..0000000
--- a/tests/kernel/Makefile.in
+++ /dev/null
@@ -1,811 +0,0 @@
-# Makefile.in generated by automake 1.15 from Makefile.am.
-# @configure_input@
-
-# Copyright (C) 1994-2014 Free Software Foundation, Inc.
-
-# This Makefile.in is free software; the Free Software Foundation
-# gives unlimited permission to copy and/or distribute it,
-# with or without modifications, as long as this notice is preserved.
-
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
-# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
-# PARTICULAR PURPOSE.
-
- at SET_MAKE@
-
-# Process this file with automake to produce Makefile.in (in this,
-# and all subdirectories).
-# Makefile.am for pocl/examples/kernel.
-# 
-# Copyright (c) 2011 Universidad Rey Juan Carlos
-# 
-# Permission is hereby granted, free of charge, to any person obtaining a copy
-# of this software and associated documentation files (the "Software"), to deal
-# in the Software without restriction, including without limitation the rights
-# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-# copies of the Software, and to permit persons to whom the Software is
-# furnished to do so, subject to the following conditions:
-# 
-# The above copyright notice and this permission notice shall be included in
-# all copies or substantial portions of the Software.
-# 
-# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-# THE SOFTWARE.
-
-VPATH = @srcdir@
-am__is_gnu_make = { \
-  if test -z '$(MAKELEVEL)'; then \
-    false; \
-  elif test -n '$(MAKE_HOST)'; then \
-    true; \
-  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
-    true; \
-  else \
-    false; \
-  fi; \
-}
-am__make_running_with_option = \
-  case $${target_option-} in \
-      ?) ;; \
-      *) echo "am__make_running_with_option: internal error: invalid" \
-              "target option '$${target_option-}' specified" >&2; \
-         exit 1;; \
-  esac; \
-  has_opt=no; \
-  sane_makeflags=$$MAKEFLAGS; \
-  if $(am__is_gnu_make); then \
-    sane_makeflags=$$MFLAGS; \
-  else \
-    case $$MAKEFLAGS in \
-      *\\[\ \	]*) \
-        bs=\\; \
-        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
-          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
-    esac; \
-  fi; \
-  skip_next=no; \
-  strip_trailopt () \
-  { \
-    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
-  }; \
-  for flg in $$sane_makeflags; do \
-    test $$skip_next = yes && { skip_next=no; continue; }; \
-    case $$flg in \
-      *=*|--*) continue;; \
-        -*I) strip_trailopt 'I'; skip_next=yes;; \
-      -*I?*) strip_trailopt 'I';; \
-        -*O) strip_trailopt 'O'; skip_next=yes;; \
-      -*O?*) strip_trailopt 'O';; \
-        -*l) strip_trailopt 'l'; skip_next=yes;; \
-      -*l?*) strip_trailopt 'l';; \
-      -[dEDm]) skip_next=yes;; \
-      -[JT]) skip_next=yes;; \
-    esac; \
-    case $$flg in \
-      *$$target_option*) has_opt=yes; break;; \
-    esac; \
-  done; \
-  test $$has_opt = yes
-am__make_dryrun = (target_option=n; $(am__make_running_with_option))
-am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
-pkgdatadir = $(datadir)/@PACKAGE@
-pkgincludedir = $(includedir)/@PACKAGE@
-pkglibdir = $(libdir)/@PACKAGE@
-pkglibexecdir = $(libexecdir)/@PACKAGE@
-am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
-install_sh_DATA = $(install_sh) -c -m 644
-install_sh_PROGRAM = $(install_sh) -c
-install_sh_SCRIPT = $(install_sh) -c
-INSTALL_HEADER = $(INSTALL_DATA)
-transform = $(program_transform_name)
-NORMAL_INSTALL = :
-PRE_INSTALL = :
-POST_INSTALL = :
-NORMAL_UNINSTALL = :
-PRE_UNINSTALL = :
-POST_UNINSTALL = :
-build_triplet = @build@
-host_triplet = @host@
-target_triplet = @target@
-noinst_PROGRAMS = kernel$(EXEEXT) sampler_address_clamp$(EXEEXT) \
-	image_query_funcs$(EXEEXT) test_shuffle$(EXEEXT)
-subdir = tests/kernel
-ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
-am__aclocal_m4_deps = $(top_srcdir)/m4/ax_boost_base.m4 \
-	$(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
-	$(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
-	$(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/acinclude.m4 \
-	$(top_srcdir)/configure.ac
-am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
-	$(ACLOCAL_M4)
-DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
-mkinstalldirs = $(install_sh) -d
-CONFIG_HEADER = $(top_builddir)/config.h
-CONFIG_CLEAN_FILES =
-CONFIG_CLEAN_VPATH_FILES =
-PROGRAMS = $(noinst_PROGRAMS)
-am_image_query_funcs_OBJECTS =  \
-	image_query_funcs-image_query_funcs.$(OBJEXT)
-image_query_funcs_OBJECTS = $(am_image_query_funcs_OBJECTS)
-image_query_funcs_DEPENDENCIES = ../../lib/poclu/libpoclu.la
-AM_V_lt = $(am__v_lt_ at AM_V@)
-am__v_lt_ = $(am__v_lt_ at AM_DEFAULT_V@)
-am__v_lt_0 = --silent
-am__v_lt_1 = 
-image_query_funcs_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
-	$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
-	$(image_query_funcs_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \
-	-o $@
-am_kernel_OBJECTS = kernel-kernel.$(OBJEXT)
-kernel_OBJECTS = $(am_kernel_OBJECTS)
-kernel_DEPENDENCIES = ../../lib/poclu/libpoclu.la
-kernel_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
-	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(kernel_CFLAGS) $(CFLAGS) \
-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
-am_sampler_address_clamp_OBJECTS = sampler_address_clamp.$(OBJEXT)
-sampler_address_clamp_OBJECTS = $(am_sampler_address_clamp_OBJECTS)
-sampler_address_clamp_DEPENDENCIES = ../../lib/poclu/libpoclu.la
-am_test_shuffle_OBJECTS = test_shuffle.$(OBJEXT)
-test_shuffle_OBJECTS = $(am_test_shuffle_OBJECTS)
-test_shuffle_LDADD = $(LDADD)
-AM_V_P = $(am__v_P_ at AM_V@)
-am__v_P_ = $(am__v_P_ at AM_DEFAULT_V@)
-am__v_P_0 = false
-am__v_P_1 = :
-AM_V_GEN = $(am__v_GEN_ at AM_V@)
-am__v_GEN_ = $(am__v_GEN_ at AM_DEFAULT_V@)
-am__v_GEN_0 = @echo "  GEN     " $@;
-am__v_GEN_1 = 
-AM_V_at = $(am__v_at_ at AM_V@)
-am__v_at_ = $(am__v_at_ at AM_DEFAULT_V@)
-am__v_at_0 = @
-am__v_at_1 = 
-DEFAULT_INCLUDES = -I. at am__isrc@ -I$(top_builddir)
-depcomp = $(SHELL) $(top_srcdir)/config/depcomp
-am__depfiles_maybe = depfiles
-am__mv = mv -f
-COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
-	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
-LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
-	$(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
-	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
-	$(AM_CFLAGS) $(CFLAGS)
-AM_V_CC = $(am__v_CC_ at AM_V@)
-am__v_CC_ = $(am__v_CC_ at AM_DEFAULT_V@)
-am__v_CC_0 = @echo "  CC      " $@;
-am__v_CC_1 = 
-CCLD = $(CC)
-LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
-	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
-AM_V_CCLD = $(am__v_CCLD_ at AM_V@)
-am__v_CCLD_ = $(am__v_CCLD_ at AM_DEFAULT_V@)
-am__v_CCLD_0 = @echo "  CCLD    " $@;
-am__v_CCLD_1 = 
-CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
-	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
-LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
-	$(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \
-	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
-	$(AM_CXXFLAGS) $(CXXFLAGS)
-AM_V_CXX = $(am__v_CXX_ at AM_V@)
-am__v_CXX_ = $(am__v_CXX_ at AM_DEFAULT_V@)
-am__v_CXX_0 = @echo "  CXX     " $@;
-am__v_CXX_1 = 
-CXXLD = $(CXX)
-CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
-	$(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \
-	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
-AM_V_CXXLD = $(am__v_CXXLD_ at AM_V@)
-am__v_CXXLD_ = $(am__v_CXXLD_ at AM_DEFAULT_V@)
-am__v_CXXLD_0 = @echo "  CXXLD   " $@;
-am__v_CXXLD_1 = 
-SOURCES = $(image_query_funcs_SOURCES) $(kernel_SOURCES) \
-	$(sampler_address_clamp_SOURCES) $(test_shuffle_SOURCES)
-DIST_SOURCES = $(image_query_funcs_SOURCES) $(kernel_SOURCES) \
-	$(sampler_address_clamp_SOURCES) $(test_shuffle_SOURCES)
-am__can_run_installinfo = \
-  case $$AM_UPDATE_INFO_DIR in \
-    n|no|NO) false;; \
-    *) (install-info --version) >/dev/null 2>&1;; \
-  esac
-am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
-# Read a list of newline-separated strings from the standard input,
-# and print each of them once, without duplicates.  Input order is
-# *not* preserved.
-am__uniquify_input = $(AWK) '\
-  BEGIN { nonempty = 0; } \
-  { items[$$0] = 1; nonempty = 1; } \
-  END { if (nonempty) { for (i in items) print i; }; } \
-'
-# Make sure the list of sources is unique.  This is necessary because,
-# e.g., the same source file might be shared among _SOURCES variables
-# for different programs/libraries.
-am__define_uniq_tagged_files = \
-  list='$(am__tagged_files)'; \
-  unique=`for i in $$list; do \
-    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
-  done | $(am__uniquify_input)`
-ETAGS = etags
-CTAGS = ctags
-am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/config/depcomp
-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
-ACLOCAL = @ACLOCAL@
-AMTAR = @AMTAR@
-AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
-AR = @AR@
-AUTOCONF = @AUTOCONF@
-AUTOHEADER = @AUTOHEADER@
-AUTOMAKE = @AUTOMAKE@
-AWK = @AWK@
-BOOST_CPPFLAGS = @BOOST_CPPFLAGS@
-BOOST_LDFLAGS = @BOOST_LDFLAGS@
-BUILD_TIMESTAMP = @BUILD_TIMESTAMP@
-CC = @CC@
-CCDEPMODE = @CCDEPMODE@
-CFLAGS = @CFLAGS@
-CLANG = @CLANG@
-CLANGXX = @CLANGXX@
-CLANGXX_FLAGS = @CLANGXX_FLAGS@
-CLFLAGS = @CLFLAGS@
-CPP = @CPP@
-CPPFLAGS = @CPPFLAGS@
-CXX = @CXX@
-CXXCPP = @CXXCPP@
-CXXDEPMODE = @CXXDEPMODE@
-CXXFLAGS = @CXXFLAGS@
-CYGPATH_W = @CYGPATH_W@
-DEFS = @DEFS@
-DEPDIR = @DEPDIR@
-DLLTOOL = @DLLTOOL@
-DSYMUTIL = @DSYMUTIL@
-DUMPBIN = @DUMPBIN@
-ECHO_C = @ECHO_C@
-ECHO_N = @ECHO_N@
-ECHO_T = @ECHO_T@
-EGREP = @EGREP@
-EXEEXT = @EXEEXT@
-FGREP = @FGREP@
-FORCED_CLFLAGS = @FORCED_CLFLAGS@
-GLEW_CFLAGS = @GLEW_CFLAGS@
-GLEW_LIBS = @GLEW_LIBS@
-GREP = @GREP@
-HOST = @HOST@
-HOST_AS_FLAGS = @HOST_AS_FLAGS@
-HOST_CLANG_FLAGS = @HOST_CLANG_FLAGS@
-HOST_CPU = @HOST_CPU@
-HOST_DEVICE_EXTENSION_DEFINES = @HOST_DEVICE_EXTENSION_DEFINES@
-HOST_LD_FLAGS = @HOST_LD_FLAGS@
-HOST_LLC_FLAGS = @HOST_LLC_FLAGS@
-HOST_SIZEOF_DOUBLE = @HOST_SIZEOF_DOUBLE@
-HOST_SIZEOF_HALF = @HOST_SIZEOF_HALF@
-HOST_SIZEOF_LONG = @HOST_SIZEOF_LONG@
-HOST_SIZEOF_VOID_P = @HOST_SIZEOF_VOID_P@
-HSAILASM = @HSAILASM@
-HSA_DEVICE_EXTENSION_DEFINES = @HSA_DEVICE_EXTENSION_DEFINES@
-HSA_INCLUDES = @HSA_INCLUDES@
-HSA_LIBS = @HSA_LIBS@
-HWLOC_CFLAGS = @HWLOC_CFLAGS@
-HWLOC_LIBS = @HWLOC_LIBS@
-ICD_LD_FLAGS = @ICD_LD_FLAGS@
-INSTALL = @INSTALL@
-INSTALL_DATA = @INSTALL_DATA@
-INSTALL_PROGRAM = @INSTALL_PROGRAM@
-INSTALL_SCRIPT = @INSTALL_SCRIPT@
-INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
-KERNEL_COMPILER_LIB_VERSION = @KERNEL_COMPILER_LIB_VERSION@
-LD = @LD@
-LDFLAGS = @LDFLAGS@
-LD_FLAGS_BIN = @LD_FLAGS_BIN@
-LIBOBJS = @LIBOBJS@
-LIBRARY_SUFFIX = @LIBRARY_SUFFIX@
-LIBS = @LIBS@
-LIBTOOL = @LIBTOOL@
-LIB_AGE_VERSION = @LIB_AGE_VERSION@
-LIB_CURRENT_VERSION = @LIB_CURRENT_VERSION@
-LIB_FIRST_VERSION = @LIB_FIRST_VERSION@
-LIB_REVISION_VERSION = @LIB_REVISION_VERSION@
-LIB_VERSION = @LIB_VERSION@
-LIPO = @LIPO@
-LLC = @LLC@
-LLVM_AS = @LLVM_AS@
-LLVM_CONFIG = @LLVM_CONFIG@
-LLVM_CXX_FLAGS = @LLVM_CXX_FLAGS@
-LLVM_LDFLAGS = @LLVM_LDFLAGS@
-LLVM_LIBS = @LLVM_LIBS@
-LLVM_LINK = @LLVM_LINK@
-LLVM_OPT = @LLVM_OPT@
-LLVM_VERSION = @LLVM_VERSION@
-LN_S = @LN_S@
-LTDL_LIBS = @LTDL_LIBS@
-LTLIBOBJS = @LTLIBOBJS@
-LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
-MAKEINFO = @MAKEINFO@
-MANIFEST_TOOL = @MANIFEST_TOOL@
-MKDIR_P = @MKDIR_P@
-NM = @NM@
-NMEDIT = @NMEDIT@
-OBJDUMP = @OBJDUMP@
-OBJEXT = @OBJEXT@
-OCL_ICD_CFLAGS = @OCL_ICD_CFLAGS@
-OCL_ICD_LIBS = @OCL_ICD_LIBS@
-OCL_KERNEL_ARCH = @OCL_KERNEL_ARCH@
-OCL_KERNEL_TARGET = @OCL_KERNEL_TARGET@
-OCL_KERNEL_TARGET_CPU = @OCL_KERNEL_TARGET_CPU@
-OCL_TARGETS = @OCL_TARGETS@
-OPENCL_CFLAGS = @OPENCL_CFLAGS@
-OPENCL_CMAKE = @OPENCL_CMAKE@
-OPENCL_EXTLIBS = @OPENCL_EXTLIBS@
-OPENCL_LIBS = @OPENCL_LIBS@
-OPT = @OPT@
-OTOOL = @OTOOL@
-OTOOL64 = @OTOOL64@
-PACKAGE = @PACKAGE@
-PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
-PACKAGE_NAME = @PACKAGE_NAME@
-PACKAGE_STRING = @PACKAGE_STRING@
-PACKAGE_TARNAME = @PACKAGE_TARNAME@
-PACKAGE_URL = @PACKAGE_URL@
-PACKAGE_VERSION = @PACKAGE_VERSION@
-PATH_SEPARATOR = @PATH_SEPARATOR@
-PKG_CONFIG = @PKG_CONFIG@
-PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
-PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
-POAT_TESTSUITES = @POAT_TESTSUITES@
-POCL_DEVICE_ADDRESS_BITS = @POCL_DEVICE_ADDRESS_BITS@
-PTHREAD_CC = @PTHREAD_CC@
-PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
-PTHREAD_LIBS = @PTHREAD_LIBS@
-RANLIB = @RANLIB@
-SDL_CFLAGS = @SDL_CFLAGS@
-SDL_LIBS = @SDL_LIBS@
-SED = @SED@
-SET_MAKE = @SET_MAKE@
-SHELL = @SHELL@
-STRIP = @STRIP@
-TARGET = @TARGET@
-TARGET_CLANG_FLAGS = @TARGET_CLANG_FLAGS@
-TARGET_CPU = @TARGET_CPU@
-TARGET_LLC_FLAGS = @TARGET_LLC_FLAGS@
-TARGET_SIZEOF_DOUBLE = @TARGET_SIZEOF_DOUBLE@
-TARGET_SIZEOF_HALF = @TARGET_SIZEOF_HALF@
-TARGET_SIZEOF_LONG = @TARGET_SIZEOF_LONG@
-TARGET_SIZEOF_VOID_P = @TARGET_SIZEOF_VOID_P@
-TCECC = @TCECC@
-TCEMC_AVAILABLE = @TCEMC_AVAILABLE@
-TCE_AVAILABLE = @TCE_AVAILABLE@
-TCE_CONFIG = @TCE_CONFIG@
-TCE_DEVICE_EXTENSION_DEFINES = @TCE_DEVICE_EXTENSION_DEFINES@
-VERSION = @VERSION@
-abs_builddir = @abs_builddir@
-abs_srcdir = @abs_srcdir@
-abs_top_builddir = @abs_top_builddir@
-abs_top_srcdir = @abs_top_srcdir@
-ac_ct_AR = @ac_ct_AR@
-ac_ct_CC = @ac_ct_CC@
-ac_ct_CXX = @ac_ct_CXX@
-ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
-acx_pthread_config = @acx_pthread_config@
-am__include = @am__include@
-am__leading_dot = @am__leading_dot@
-am__quote = @am__quote@
-am__tar = @am__tar@
-am__untar = @am__untar@
-bindir = @bindir@
-build = @build@
-build_alias = @build_alias@
-build_cpu = @build_cpu@
-build_os = @build_os@
-build_vendor = @build_vendor@
-builddir = @builddir@
-datadir = @datadir@
-datarootdir = @datarootdir@
-docdir = @docdir@
-dvidir = @dvidir@
-exec_prefix = @exec_prefix@
-host = @host@
-host_alias = @host_alias@
-host_cpu = @host_cpu@
-host_os = @host_os@
-host_vendor = @host_vendor@
-htmldir = @htmldir@
-includedir = @includedir@
-infodir = @infodir@
-install_sh = @install_sh@
-libdir = @libdir@
-libexecdir = @libexecdir@
-localedir = @localedir@
-localstatedir = @localstatedir@
-mandir = @mandir@
-mkdir_p = @mkdir_p@
-oldincludedir = @oldincludedir@
-pdfdir = @pdfdir@
-prefix = @prefix@
-program_transform_name = @program_transform_name@
-psdir = @psdir@
-sbindir = @sbindir@
-sharedstatedir = @sharedstatedir@
-srcdir = @srcdir@
-sysconfdir = @sysconfdir@
-target = @target@
-target_alias = @target_alias@
-target_cpu = @target_cpu@
-target_os = @target_os@
-target_vendor = @target_vendor@
-top_build_prefix = @top_build_prefix@
-top_builddir = @top_builddir@
-top_srcdir = @top_srcdir@
-test_shuffle_SOURCES = test_shuffle.cc
-kernel_SOURCES = kernel.c test_as_type.cl test_bitselect.cl test_convert_sat_regression.cl $(srcdir)/test_convert_type_*.cl test_fabs.cl test_fmin_fmax_fma.cl test_hadd.cl test_min_max.cl test_length_distance.cl test_rotate.cl test_short16.cl test_sizeof.cl test_block.cl test_printf.cl test_local_struct_array.cl test_frexp_modf.cl
-kernel_LDADD = -lm @OPENCL_LIBS@ ../../lib/poclu/libpoclu.la
-kernel_CFLAGS = -std=c99 @OPENCL_CFLAGS@
-sampler_address_clamp_SOURCES = sampler_address_clamp.c test_sampler_address_clamp.cl
-sampler_address_clamp_LDADD = -lm @OPENCL_LIBS@ ../../lib/poclu/libpoclu.la
-smapler_address_clamp_CFLAGS = -std=c99 @OPENCL_CFLAGS@
-image_query_funcs_SOURCES = image_query_funcs.c test_image_query_funcs.cl
-image_query_funcs_LDADD = -lm @OPENCL_LIBS@ ../../lib/poclu/libpoclu.la
-image_query_funcs_CFLAGS = -std=c99 @OPENCL_CFLAGS@
-AM_CPPFLAGS = -I$(top_srcdir)/fix-include -I$(top_srcdir)/include -DSRCDIR='"$(abs_srcdir)"'
-AM_LDFLAGS = @OPENCL_LIBS@ ../../lib/poclu/libpoclu.la -lm
-EXTRA_DIST = test_block_expout.txt test_halfs.cl test_sizeof_expout.txt CMakeLists.txt
-all: all-am
-
-.SUFFIXES:
-.SUFFIXES: .c .cc .lo .o .obj
-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
-	@for dep in $?; do \
-	  case '$(am__configure_deps)' in \
-	    *$$dep*) \
-	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
-	        && { if test -f $@; then exit 0; else break; fi; }; \
-	      exit 1;; \
-	  esac; \
-	done; \
-	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign tests/kernel/Makefile'; \
-	$(am__cd) $(top_srcdir) && \
-	  $(AUTOMAKE) --foreign tests/kernel/Makefile
-Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
-	@case '$?' in \
-	  *config.status*) \
-	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
-	  *) \
-	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
-	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
-	esac;
-
-$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
-	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-
-$(top_srcdir)/configure:  $(am__configure_deps)
-	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
-	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-$(am__aclocal_m4_deps):
-
-clean-noinstPROGRAMS:
-	@list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \
-	echo " rm -f" $$list; \
-	rm -f $$list || exit $$?; \
-	test -n "$(EXEEXT)" || exit 0; \
-	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
-	echo " rm -f" $$list; \
-	rm -f $$list
-
-image_query_funcs$(EXEEXT): $(image_query_funcs_OBJECTS) $(image_query_funcs_DEPENDENCIES) $(EXTRA_image_query_funcs_DEPENDENCIES) 
-	@rm -f image_query_funcs$(EXEEXT)
-	$(AM_V_CCLD)$(image_query_funcs_LINK) $(image_query_funcs_OBJECTS) $(image_query_funcs_LDADD) $(LIBS)
-
-kernel$(EXEEXT): $(kernel_OBJECTS) $(kernel_DEPENDENCIES) $(EXTRA_kernel_DEPENDENCIES) 
-	@rm -f kernel$(EXEEXT)
-	$(AM_V_CCLD)$(kernel_LINK) $(kernel_OBJECTS) $(kernel_LDADD) $(LIBS)
-
-sampler_address_clamp$(EXEEXT): $(sampler_address_clamp_OBJECTS) $(sampler_address_clamp_DEPENDENCIES) $(EXTRA_sampler_address_clamp_DEPENDENCIES) 
-	@rm -f sampler_address_clamp$(EXEEXT)
-	$(AM_V_CCLD)$(LINK) $(sampler_address_clamp_OBJECTS) $(sampler_address_clamp_LDADD) $(LIBS)
-
-test_shuffle$(EXEEXT): $(test_shuffle_OBJECTS) $(test_shuffle_DEPENDENCIES) $(EXTRA_test_shuffle_DEPENDENCIES) 
-	@rm -f test_shuffle$(EXEEXT)
-	$(AM_V_CXXLD)$(CXXLINK) $(test_shuffle_OBJECTS) $(test_shuffle_LDADD) $(LIBS)
-
-mostlyclean-compile:
-	-rm -f *.$(OBJEXT)
-
-distclean-compile:
-	-rm -f *.tab.c
-
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/image_query_funcs-image_query_funcs.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/kernel-kernel.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/sampler_address_clamp.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/test_shuffle.Po at am__quote@
-
-.c.o:
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(COMPILE) -c -o $@ $<
-
-.c.obj:
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
-
-.c.lo:
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(LTCOMPILE) -c -o $@ $<
-
-image_query_funcs-image_query_funcs.o: image_query_funcs.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(image_query_funcs_CFLAGS) $(CFLAGS) -MT image_query_funcs-image_query_funcs.o -MD -MP -MF $(DEPDIR)/image_query_funcs-image_query_funcs.Tpo -c -o image_query_funcs-image_query_funcs.o `test -f 'image_query_funcs.c' || echo '$(srcdir)/'`image_query_funcs.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/image_query_funcs-image_query_funcs.Tpo $(DEPDIR)/image_query_funcs-image_query_funcs.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='image_query_funcs.c' object='image_query_funcs-image_query_funcs.o' libtool=no @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(image_query_funcs_CFLAGS) $(CFLAGS) -c -o image_query_funcs-image_query_funcs.o `test -f 'image_query_funcs.c' || echo '$(srcdir)/'`image_query_funcs.c
-
-image_query_funcs-image_query_funcs.obj: image_query_funcs.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(image_query_funcs_CFLAGS) $(CFLAGS) -MT image_query_funcs-image_query_funcs.obj -MD -MP -MF $(DEPDIR)/image_query_funcs-image_query_funcs.Tpo -c -o image_query_funcs-image_query_funcs.obj `if test -f 'image_query_funcs.c'; then $(CYGPATH_W) 'image_query_funcs.c'; else $(CYGPATH_W) '$(srcdir)/image_query_funcs.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/image_query_funcs-image_query_funcs.Tpo $(DEPDIR)/image_query_funcs-image_query_funcs.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='image_query_funcs.c' object='image_query_funcs-image_query_funcs.obj' libtool=no @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(image_query_funcs_CFLAGS) $(CFLAGS) -c -o image_query_funcs-image_query_funcs.obj `if test -f 'image_query_funcs.c'; then $(CYGPATH_W) 'image_query_funcs.c'; else $(CYGPATH_W) '$(srcdir)/image_query_funcs.c'; fi`
-
-kernel-kernel.o: kernel.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(kernel_CFLAGS) $(CFLAGS) -MT kernel-kernel.o -MD -MP -MF $(DEPDIR)/kernel-kernel.Tpo -c -o kernel-kernel.o `test -f 'kernel.c' || echo '$(srcdir)/'`kernel.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/kernel-kernel.Tpo $(DEPDIR)/kernel-kernel.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='kernel.c' object='kernel-kernel.o' libtool=no @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(kernel_CFLAGS) $(CFLAGS) -c -o kernel-kernel.o `test -f 'kernel.c' || echo '$(srcdir)/'`kernel.c
-
-kernel-kernel.obj: kernel.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(kernel_CFLAGS) $(CFLAGS) -MT kernel-kernel.obj -MD -MP -MF $(DEPDIR)/kernel-kernel.Tpo -c -o kernel-kernel.obj `if test -f 'kernel.c'; then $(CYGPATH_W) 'kernel.c'; else $(CYGPATH_W) '$(srcdir)/kernel.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/kernel-kernel.Tpo $(DEPDIR)/kernel-kernel.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='kernel.c' object='kernel-kernel.obj' libtool=no @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(kernel_CFLAGS) $(CFLAGS) -c -o kernel-kernel.obj `if test -f 'kernel.c'; then $(CYGPATH_W) 'kernel.c'; else $(CYGPATH_W) '$(srcdir)/kernel.c'; fi`
-
-.cc.o:
- at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
- at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXXCOMPILE) -c -o $@ $<
-
-.cc.obj:
- at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
- at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
-
-.cc.lo:
- at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
- at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(LTCXXCOMPILE) -c -o $@ $<
-
-mostlyclean-libtool:
-	-rm -f *.lo
-
-clean-libtool:
-	-rm -rf .libs _libs
-
-ID: $(am__tagged_files)
-	$(am__define_uniq_tagged_files); mkid -fID $$unique
-tags: tags-am
-TAGS: tags
-
-tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
-	set x; \
-	here=`pwd`; \
-	$(am__define_uniq_tagged_files); \
-	shift; \
-	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
-	  test -n "$$unique" || unique=$$empty_fix; \
-	  if test $$# -gt 0; then \
-	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
-	      "$$@" $$unique; \
-	  else \
-	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
-	      $$unique; \
-	  fi; \
-	fi
-ctags: ctags-am
-
-CTAGS: ctags
-ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
-	$(am__define_uniq_tagged_files); \
-	test -z "$(CTAGS_ARGS)$$unique" \
-	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
-	     $$unique
-
-GTAGS:
-	here=`$(am__cd) $(top_builddir) && pwd` \
-	  && $(am__cd) $(top_srcdir) \
-	  && gtags -i $(GTAGS_ARGS) "$$here"
-cscopelist: cscopelist-am
-
-cscopelist-am: $(am__tagged_files)
-	list='$(am__tagged_files)'; \
-	case "$(srcdir)" in \
-	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
-	  *) sdir=$(subdir)/$(srcdir) ;; \
-	esac; \
-	for i in $$list; do \
-	  if test -f "$$i"; then \
-	    echo "$(subdir)/$$i"; \
-	  else \
-	    echo "$$sdir/$$i"; \
-	  fi; \
-	done >> $(top_builddir)/cscope.files
-
-distclean-tags:
-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
-
-distdir: $(DISTFILES)
-	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
-	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
-	list='$(DISTFILES)'; \
-	  dist_files=`for file in $$list; do echo $$file; done | \
-	  sed -e "s|^$$srcdirstrip/||;t" \
-	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
-	case $$dist_files in \
-	  */*) $(MKDIR_P) `echo "$$dist_files" | \
-			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
-			   sort -u` ;; \
-	esac; \
-	for file in $$dist_files; do \
-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
-	  if test -d $$d/$$file; then \
-	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
-	    if test -d "$(distdir)/$$file"; then \
-	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
-	    fi; \
-	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
-	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
-	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
-	    fi; \
-	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
-	  else \
-	    test -f "$(distdir)/$$file" \
-	    || cp -p $$d/$$file "$(distdir)/$$file" \
-	    || exit 1; \
-	  fi; \
-	done
-check-am: all-am
-check: check-am
-all-am: Makefile $(PROGRAMS)
-installdirs:
-install: install-am
-install-exec: install-exec-am
-install-data: install-data-am
-uninstall: uninstall-am
-
-install-am: all-am
-	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
-
-installcheck: installcheck-am
-install-strip:
-	if test -z '$(STRIP)'; then \
-	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
-	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
-	      install; \
-	else \
-	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
-	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
-	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
-	fi
-mostlyclean-generic:
-
-clean-generic:
-
-distclean-generic:
-	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
-	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
-
-maintainer-clean-generic:
-	@echo "This command is intended for maintainers to use"
-	@echo "it deletes files that may require special tools to rebuild."
-clean: clean-am
-
-clean-am: clean-generic clean-libtool clean-noinstPROGRAMS \
-	mostlyclean-am
-
-distclean: distclean-am
-	-rm -rf ./$(DEPDIR)
-	-rm -f Makefile
-distclean-am: clean-am distclean-compile distclean-generic \
-	distclean-tags
-
-dvi: dvi-am
-
-dvi-am:
-
-html: html-am
-
-html-am:
-
-info: info-am
-
-info-am:
-
-install-data-am:
-
-install-dvi: install-dvi-am
-
-install-dvi-am:
-
-install-exec-am:
-
-install-html: install-html-am
-
-install-html-am:
-
-install-info: install-info-am
-
-install-info-am:
-
-install-man:
-
-install-pdf: install-pdf-am
-
-install-pdf-am:
-
-install-ps: install-ps-am
-
-install-ps-am:
-
-installcheck-am:
-
-maintainer-clean: maintainer-clean-am
-	-rm -rf ./$(DEPDIR)
-	-rm -f Makefile
-maintainer-clean-am: distclean-am maintainer-clean-generic
-
-mostlyclean: mostlyclean-am
-
-mostlyclean-am: mostlyclean-compile mostlyclean-generic \
-	mostlyclean-libtool
-
-pdf: pdf-am
-
-pdf-am:
-
-ps: ps-am
-
-ps-am:
-
-uninstall-am:
-
-.MAKE: install-am install-strip
-
-.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
-	clean-libtool clean-noinstPROGRAMS cscopelist-am ctags \
-	ctags-am distclean distclean-compile distclean-generic \
-	distclean-libtool distclean-tags distdir dvi dvi-am html \
-	html-am info info-am install install-am install-data \
-	install-data-am install-dvi install-dvi-am install-exec \
-	install-exec-am install-html install-html-am install-info \
-	install-info-am install-man install-pdf install-pdf-am \
-	install-ps install-ps-am install-strip installcheck \
-	installcheck-am installdirs maintainer-clean \
-	maintainer-clean-generic mostlyclean mostlyclean-compile \
-	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
-	tags tags-am uninstall uninstall-am
-
-.PRECIOUS: Makefile
-
-
-# Tell versions [3.59,3.63) of GNU make to not export all variables.
-# Otherwise a system limit (for SysV at least) may be exceeded.
-.NOEXPORT:
diff --git a/tests/kernel/test_bitselect.cl b/tests/kernel/test_bitselect.cl
index f6260e7..85150c2 100644
--- a/tests/kernel/test_bitselect.cl
+++ b/tests/kernel/test_bitselect.cl
@@ -1188,7 +1188,7 @@ DEFINE_BODY_G
      // abs
      equal = true;
      for (int n=0; n<vecsize; ++n) {
-       sgtype signbit = (sgtype)1 << (sgtype)(count_bits(sgtype)-1);
+       sgtype signbit = (sgtype)((sgtype)1 << (sgtype)(count_bits(sgtype)-1));
        // Note: left.s[n] < 0 leads to a compiler warning for unsigned types,
        // so we check the sign bit explicitly
        sugtype absval =
diff --git a/tests/kernel/test_fabs.cl b/tests/kernel/test_fabs.cl
index b704215..5cd5cd0 100644
--- a/tests/kernel/test_fabs.cl
+++ b/tests/kernel/test_fabs.cl
@@ -8,10 +8,10 @@
 // TESTING: ilogb
 // TESTING: ldexp
 
-#if __clang_major__ == 3 && __clang_minor__ < 4
-typedef const char* string;     /* for backward compatibility */
-#else
 typedef constant char* string;
+
+#ifdef cl_khr_fp64
+#pragma OPENCL EXTENSION cl_khr_fp64 : enable
 #endif
 
 #define IMPLEMENT_BODY_V(NAME, BODY, SIZE,                              \
diff --git a/tests/kernel/test_rotate.cl b/tests/kernel/test_rotate.cl
index 4df2ece..74d9a08 100644
--- a/tests/kernel/test_rotate.cl
+++ b/tests/kernel/test_rotate.cl
@@ -123,6 +123,7 @@ typedef constant char* string;
 
 
 #if __has_extension(c_generic_selections) && defined cl_khr_fp64
+#pragma OPENCL EXTENSION cl_khr_fp64 : enable
 # define is_floating(T) _Generic((T)0, float: 1, double: 1, default: 0)
 #else
 # define is_floating(T) ((T)0.1f > (T)0.0f)
diff --git a/tests/regression/CMakeLists.txt b/tests/regression/CMakeLists.txt
index 5c06a1d..ad9e922 100644
--- a/tests/regression/CMakeLists.txt
+++ b/tests/regression/CMakeLists.txt
@@ -43,7 +43,7 @@ set(PROGRAMS_TO_BUILD test_barrier_between_for_loops test_early_return
   test_simple_for_with_a_barrier test_structs_as_args test_vectors_as_args
   test_barrier_before_return test_infinite_loop test_constant_array
   test_undominated_variable test_setargs test_null_arg
-  test_fors_with_var_iteration_counts test_issue_231)
+  test_fors_with_var_iteration_counts test_issue_231 test_issue_445)
 
 
 if (MSVC)
@@ -113,7 +113,7 @@ set_tests_properties("regression/phi_nodes_not_replicated_REPL"
     COST 1.5
     PROCESSORS 1
     DEPENDS "pocl_version_check"
-    LABELS "internal;regression;tce")
+    LABELS "internal;regression")
 
 
 # loops
@@ -164,13 +164,11 @@ set_tests_properties("regression/phi_nodes_not_replicated_LOOPS"
     COST 1.5
     PROCESSORS 1
     DEPENDS "pocl_version_check"
-    LABELS "internal;regression;tce")
+    LABELS "internal;regression")
 
 
 # other
 
-add_test_pocl(NAME "regression/LoopVectorizer_crash_with_Haswell_and_Broadwell_-_issue_231" COMMAND "test_issue_231")
-
 add_test_pocl(NAME "regression/setting_a_buffer_argument_to_NULL_causes_a_segfault" COMMAND "test_null_arg")
 
 add_test_pocl(NAME "regression/clSetKernelArg_overwriting_the_previous_kernel's_args" COMMAND "test_setargs")
@@ -188,12 +186,22 @@ set_tests_properties("regression/setting_a_buffer_argument_to_NULL_causes_a_segf
   "regression/clSetKernelArg_overwriting_the_previous_kernel's_args"
   "regression/passing_a_constant_array_as_an_arg"
   "regression/case_with_multiple_variable_length_loops_and_a_barrier_in_one"
-  "regression/LoopVectorizer_crash_with_Haswell_and_Broadwell_-_issue_231"
   "regression/struct_kernel_arguments" "regression/vector_kernel_arguments"
   PROPERTIES
     COST 1.5
     PROCESSORS 1
     DEPENDS "pocl_version_check"
+    LABELS "internal;regression")
+
+# Label tests that also work with TCE
+
+set_tests_properties("regression/barrier_between_two_for_loops_LOOPS"
+  "regression/barrier_between_two_for_loops_REPL"
+  "regression/for-loop_with_computation_after_the_brexit_REPL"
+  "regression/for-loop_with_computation_after_the_brexit_LOOPS"
+  "regression/early_return_before_a_barrier_region_REPL"
+  "regression/early_return_before_a_barrier_region_LOOPS"
+  PROPERTIES
     LABELS "internal;regression;tce")
 
 # The vector/struct kernel arguments are known to be flaky and
@@ -203,16 +211,19 @@ set_tests_properties("regression/setting_a_buffer_argument_to_NULL_causes_a_segf
 #    PROPERTIES  WILL_FAIL 1)
 #endif()
 
+if (NOT CLANG_IS_PATCHED_FOR_SPIR_CC)
 set_tests_properties("regression/struct_kernel_arguments"
                       PROPERTIES  WILL_FAIL 1)
 
-###################################################################
-
-if(POWERPC)
-  set_tests_properties("regression/for-loop_with_a_variable_iteration_count_LOOPS"
+if(ARM64)
+  set_tests_properties("regression/vector_kernel_arguments"
     PROPERTIES  WILL_FAIL 1)
 endif()
 
+endif()
+
+###################################################################
+
 # TODO infinite loop test: AT_SKIP_IF([ env | grep -q POCL_IMPLICIT_FINISH])
 
 set_tests_properties(
diff --git a/tests/regression/Makefile.am b/tests/regression/Makefile.am
deleted file mode 100644
index 81f24d2..0000000
--- a/tests/regression/Makefile.am
+++ /dev/null
@@ -1,50 +0,0 @@
-# Process this file with automake to produce Makefile.in (in this,
-# and all subdirectories).
-# Makefile.am for tests/regression.
-# 
-# Copyright (c) 2012 Pekka Jääskeläinen / Tampere University of Technology
-# 
-# Permission is hereby granted, free of charge, to any person obtaining a copy
-# of this software and associated documentation files (the "Software"), to deal
-# in the Software without restriction, including without limitation the rights
-# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-# copies of the Software, and to permit persons to whom the Software is
-# furnished to do so, subject to the following conditions:
-# 
-# The above copyright notice and this permission notice shall be included in
-# all copies or substantial portions of the Software.
-# 
-# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-# THE SOFTWARE.
-
-noinst_PROGRAMS = test_assign_loop_variable_to_privvar_makes_it_local
-noinst_PROGRAMS += test_assign_loop_variable_to_privvar_makes_it_local_2
-if HAVE_OPENCL_HPP
-noinst_PROGRAMS += test_barrier_between_for_loops test_early_return \
-	test_for_with_var_iteration_count test_id_dependent_computation \
-	test_locals test_loop_phi_replication test_multi_level_loops_with_barriers \
-	test_simple_for_with_a_barrier test_structs_as_args test_vectors_as_args \
-	test_barrier_before_return test_infinite_loop test_constant_array \
-	test_undominated_variable test_setargs test_null_arg \
-	test_fors_with_var_iteration_counts test_issue_231
-endif
-
-test_assign_loop_variable_to_privvar_makes_it_local_SOURCES = \
-	test_assign_loop_variable_to_privvar_makes_it_local.c
-test_assign_loop_variable_to_privvar_makes_it_local_2_SOURCES = \
-	test_assign_loop_variable_to_privvar_makes_it_local_2.c
-
-AM_DEFAULT_SOURCE_EXT = .cpp
-
-# Need to define -pthread because of an issue with std::call_once and gcc 4.8:
-# https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60662
-AM_LDFLAGS = ../../lib/poclu/libpoclu.la @OPENCL_LIBS@ -pthread
-AM_CXXFLAGS = @OPENCL_CFLAGS@ -std=c++11 -Wno-deprecated -Wno-deprecated-declarations
-AM_CPPFLAGS = -I$(top_srcdir)/fix-include -I$(top_builddir)/include -I$(top_srcdir)/include -I$(top_srcdir)/lib/CL -DSRCDIR='"$(abs_srcdir)"'
-
-EXTRA_DIST = CMakeLists.txt
diff --git a/tests/regression/Makefile.in b/tests/regression/Makefile.in
deleted file mode 100644
index 32e1967..0000000
--- a/tests/regression/Makefile.in
+++ /dev/null
@@ -1,972 +0,0 @@
-# Makefile.in generated by automake 1.15 from Makefile.am.
-# @configure_input@
-
-# Copyright (C) 1994-2014 Free Software Foundation, Inc.
-
-# This Makefile.in is free software; the Free Software Foundation
-# gives unlimited permission to copy and/or distribute it,
-# with or without modifications, as long as this notice is preserved.
-
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
-# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
-# PARTICULAR PURPOSE.
-
- at SET_MAKE@
-
-# Process this file with automake to produce Makefile.in (in this,
-# and all subdirectories).
-# Makefile.am for tests/regression.
-# 
-# Copyright (c) 2012 Pekka Jääskeläinen / Tampere University of Technology
-# 
-# Permission is hereby granted, free of charge, to any person obtaining a copy
-# of this software and associated documentation files (the "Software"), to deal
-# in the Software without restriction, including without limitation the rights
-# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-# copies of the Software, and to permit persons to whom the Software is
-# furnished to do so, subject to the following conditions:
-# 
-# The above copyright notice and this permission notice shall be included in
-# all copies or substantial portions of the Software.
-# 
-# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-# THE SOFTWARE.
-
-VPATH = @srcdir@
-am__is_gnu_make = { \
-  if test -z '$(MAKELEVEL)'; then \
-    false; \
-  elif test -n '$(MAKE_HOST)'; then \
-    true; \
-  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
-    true; \
-  else \
-    false; \
-  fi; \
-}
-am__make_running_with_option = \
-  case $${target_option-} in \
-      ?) ;; \
-      *) echo "am__make_running_with_option: internal error: invalid" \
-              "target option '$${target_option-}' specified" >&2; \
-         exit 1;; \
-  esac; \
-  has_opt=no; \
-  sane_makeflags=$$MAKEFLAGS; \
-  if $(am__is_gnu_make); then \
-    sane_makeflags=$$MFLAGS; \
-  else \
-    case $$MAKEFLAGS in \
-      *\\[\ \	]*) \
-        bs=\\; \
-        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
-          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
-    esac; \
-  fi; \
-  skip_next=no; \
-  strip_trailopt () \
-  { \
-    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
-  }; \
-  for flg in $$sane_makeflags; do \
-    test $$skip_next = yes && { skip_next=no; continue; }; \
-    case $$flg in \
-      *=*|--*) continue;; \
-        -*I) strip_trailopt 'I'; skip_next=yes;; \
-      -*I?*) strip_trailopt 'I';; \
-        -*O) strip_trailopt 'O'; skip_next=yes;; \
-      -*O?*) strip_trailopt 'O';; \
-        -*l) strip_trailopt 'l'; skip_next=yes;; \
-      -*l?*) strip_trailopt 'l';; \
-      -[dEDm]) skip_next=yes;; \
-      -[JT]) skip_next=yes;; \
-    esac; \
-    case $$flg in \
-      *$$target_option*) has_opt=yes; break;; \
-    esac; \
-  done; \
-  test $$has_opt = yes
-am__make_dryrun = (target_option=n; $(am__make_running_with_option))
-am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
-pkgdatadir = $(datadir)/@PACKAGE@
-pkgincludedir = $(includedir)/@PACKAGE@
-pkglibdir = $(libdir)/@PACKAGE@
-pkglibexecdir = $(libexecdir)/@PACKAGE@
-am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
-install_sh_DATA = $(install_sh) -c -m 644
-install_sh_PROGRAM = $(install_sh) -c
-install_sh_SCRIPT = $(install_sh) -c
-INSTALL_HEADER = $(INSTALL_DATA)
-transform = $(program_transform_name)
-NORMAL_INSTALL = :
-PRE_INSTALL = :
-POST_INSTALL = :
-NORMAL_UNINSTALL = :
-PRE_UNINSTALL = :
-POST_UNINSTALL = :
-build_triplet = @build@
-host_triplet = @host@
-target_triplet = @target@
-noinst_PROGRAMS =  \
-	test_assign_loop_variable_to_privvar_makes_it_local$(EXEEXT) \
-	test_assign_loop_variable_to_privvar_makes_it_local_2$(EXEEXT) \
-	$(am__EXEEXT_1)
- at HAVE_OPENCL_HPP_TRUE@am__append_1 = test_barrier_between_for_loops test_early_return \
- at HAVE_OPENCL_HPP_TRUE@	test_for_with_var_iteration_count test_id_dependent_computation \
- at HAVE_OPENCL_HPP_TRUE@	test_locals test_loop_phi_replication test_multi_level_loops_with_barriers \
- at HAVE_OPENCL_HPP_TRUE@	test_simple_for_with_a_barrier test_structs_as_args test_vectors_as_args \
- at HAVE_OPENCL_HPP_TRUE@	test_barrier_before_return test_infinite_loop test_constant_array \
- at HAVE_OPENCL_HPP_TRUE@	test_undominated_variable test_setargs test_null_arg \
- at HAVE_OPENCL_HPP_TRUE@	test_fors_with_var_iteration_counts test_issue_231
-
-subdir = tests/regression
-ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
-am__aclocal_m4_deps = $(top_srcdir)/m4/ax_boost_base.m4 \
-	$(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
-	$(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
-	$(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/acinclude.m4 \
-	$(top_srcdir)/configure.ac
-am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
-	$(ACLOCAL_M4)
-DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
-mkinstalldirs = $(install_sh) -d
-CONFIG_HEADER = $(top_builddir)/config.h
-CONFIG_CLEAN_FILES =
-CONFIG_CLEAN_VPATH_FILES =
- at HAVE_OPENCL_HPP_TRUE@am__EXEEXT_1 =  \
- at HAVE_OPENCL_HPP_TRUE@	test_barrier_between_for_loops$(EXEEXT) \
- at HAVE_OPENCL_HPP_TRUE@	test_early_return$(EXEEXT) \
- at HAVE_OPENCL_HPP_TRUE@	test_for_with_var_iteration_count$(EXEEXT) \
- at HAVE_OPENCL_HPP_TRUE@	test_id_dependent_computation$(EXEEXT) \
- at HAVE_OPENCL_HPP_TRUE@	test_locals$(EXEEXT) \
- at HAVE_OPENCL_HPP_TRUE@	test_loop_phi_replication$(EXEEXT) \
- at HAVE_OPENCL_HPP_TRUE@	test_multi_level_loops_with_barriers$(EXEEXT) \
- at HAVE_OPENCL_HPP_TRUE@	test_simple_for_with_a_barrier$(EXEEXT) \
- at HAVE_OPENCL_HPP_TRUE@	test_structs_as_args$(EXEEXT) \
- at HAVE_OPENCL_HPP_TRUE@	test_vectors_as_args$(EXEEXT) \
- at HAVE_OPENCL_HPP_TRUE@	test_barrier_before_return$(EXEEXT) \
- at HAVE_OPENCL_HPP_TRUE@	test_infinite_loop$(EXEEXT) \
- at HAVE_OPENCL_HPP_TRUE@	test_constant_array$(EXEEXT) \
- at HAVE_OPENCL_HPP_TRUE@	test_undominated_variable$(EXEEXT) \
- at HAVE_OPENCL_HPP_TRUE@	test_setargs$(EXEEXT) \
- at HAVE_OPENCL_HPP_TRUE@	test_null_arg$(EXEEXT) \
- at HAVE_OPENCL_HPP_TRUE@	test_fors_with_var_iteration_counts$(EXEEXT) \
- at HAVE_OPENCL_HPP_TRUE@	test_issue_231$(EXEEXT)
-PROGRAMS = $(noinst_PROGRAMS)
-am_test_assign_loop_variable_to_privvar_makes_it_local_OBJECTS =  \
-	test_assign_loop_variable_to_privvar_makes_it_local.$(OBJEXT)
-test_assign_loop_variable_to_privvar_makes_it_local_OBJECTS = $(am_test_assign_loop_variable_to_privvar_makes_it_local_OBJECTS)
-test_assign_loop_variable_to_privvar_makes_it_local_LDADD = $(LDADD)
-AM_V_lt = $(am__v_lt_ at AM_V@)
-am__v_lt_ = $(am__v_lt_ at AM_DEFAULT_V@)
-am__v_lt_0 = --silent
-am__v_lt_1 = 
-am_test_assign_loop_variable_to_privvar_makes_it_local_2_OBJECTS = test_assign_loop_variable_to_privvar_makes_it_local_2.$(OBJEXT)
-test_assign_loop_variable_to_privvar_makes_it_local_2_OBJECTS = $(am_test_assign_loop_variable_to_privvar_makes_it_local_2_OBJECTS)
-test_assign_loop_variable_to_privvar_makes_it_local_2_LDADD =  \
-	$(LDADD)
-test_barrier_before_return_SOURCES = test_barrier_before_return.cpp
-test_barrier_before_return_OBJECTS =  \
-	test_barrier_before_return.$(OBJEXT)
-test_barrier_before_return_LDADD = $(LDADD)
-test_barrier_between_for_loops_SOURCES =  \
-	test_barrier_between_for_loops.cpp
-test_barrier_between_for_loops_OBJECTS =  \
-	test_barrier_between_for_loops.$(OBJEXT)
-test_barrier_between_for_loops_LDADD = $(LDADD)
-test_constant_array_SOURCES = test_constant_array.cpp
-test_constant_array_OBJECTS = test_constant_array.$(OBJEXT)
-test_constant_array_LDADD = $(LDADD)
-test_early_return_SOURCES = test_early_return.cpp
-test_early_return_OBJECTS = test_early_return.$(OBJEXT)
-test_early_return_LDADD = $(LDADD)
-test_for_with_var_iteration_count_SOURCES =  \
-	test_for_with_var_iteration_count.cpp
-test_for_with_var_iteration_count_OBJECTS =  \
-	test_for_with_var_iteration_count.$(OBJEXT)
-test_for_with_var_iteration_count_LDADD = $(LDADD)
-test_fors_with_var_iteration_counts_SOURCES =  \
-	test_fors_with_var_iteration_counts.cpp
-test_fors_with_var_iteration_counts_OBJECTS =  \
-	test_fors_with_var_iteration_counts.$(OBJEXT)
-test_fors_with_var_iteration_counts_LDADD = $(LDADD)
-test_id_dependent_computation_SOURCES =  \
-	test_id_dependent_computation.cpp
-test_id_dependent_computation_OBJECTS =  \
-	test_id_dependent_computation.$(OBJEXT)
-test_id_dependent_computation_LDADD = $(LDADD)
-test_infinite_loop_SOURCES = test_infinite_loop.cpp
-test_infinite_loop_OBJECTS = test_infinite_loop.$(OBJEXT)
-test_infinite_loop_LDADD = $(LDADD)
-test_issue_231_SOURCES = test_issue_231.cpp
-test_issue_231_OBJECTS = test_issue_231.$(OBJEXT)
-test_issue_231_LDADD = $(LDADD)
-test_locals_SOURCES = test_locals.cpp
-test_locals_OBJECTS = test_locals.$(OBJEXT)
-test_locals_LDADD = $(LDADD)
-test_loop_phi_replication_SOURCES = test_loop_phi_replication.cpp
-test_loop_phi_replication_OBJECTS =  \
-	test_loop_phi_replication.$(OBJEXT)
-test_loop_phi_replication_LDADD = $(LDADD)
-test_multi_level_loops_with_barriers_SOURCES =  \
-	test_multi_level_loops_with_barriers.cpp
-test_multi_level_loops_with_barriers_OBJECTS =  \
-	test_multi_level_loops_with_barriers.$(OBJEXT)
-test_multi_level_loops_with_barriers_LDADD = $(LDADD)
-test_null_arg_SOURCES = test_null_arg.cpp
-test_null_arg_OBJECTS = test_null_arg.$(OBJEXT)
-test_null_arg_LDADD = $(LDADD)
-test_setargs_SOURCES = test_setargs.cpp
-test_setargs_OBJECTS = test_setargs.$(OBJEXT)
-test_setargs_LDADD = $(LDADD)
-test_simple_for_with_a_barrier_SOURCES =  \
-	test_simple_for_with_a_barrier.cpp
-test_simple_for_with_a_barrier_OBJECTS =  \
-	test_simple_for_with_a_barrier.$(OBJEXT)
-test_simple_for_with_a_barrier_LDADD = $(LDADD)
-test_structs_as_args_SOURCES = test_structs_as_args.cpp
-test_structs_as_args_OBJECTS = test_structs_as_args.$(OBJEXT)
-test_structs_as_args_LDADD = $(LDADD)
-test_undominated_variable_SOURCES = test_undominated_variable.cpp
-test_undominated_variable_OBJECTS =  \
-	test_undominated_variable.$(OBJEXT)
-test_undominated_variable_LDADD = $(LDADD)
-test_vectors_as_args_SOURCES = test_vectors_as_args.cpp
-test_vectors_as_args_OBJECTS = test_vectors_as_args.$(OBJEXT)
-test_vectors_as_args_LDADD = $(LDADD)
-AM_V_P = $(am__v_P_ at AM_V@)
-am__v_P_ = $(am__v_P_ at AM_DEFAULT_V@)
-am__v_P_0 = false
-am__v_P_1 = :
-AM_V_GEN = $(am__v_GEN_ at AM_V@)
-am__v_GEN_ = $(am__v_GEN_ at AM_DEFAULT_V@)
-am__v_GEN_0 = @echo "  GEN     " $@;
-am__v_GEN_1 = 
-AM_V_at = $(am__v_at_ at AM_V@)
-am__v_at_ = $(am__v_at_ at AM_DEFAULT_V@)
-am__v_at_0 = @
-am__v_at_1 = 
-DEFAULT_INCLUDES = -I. at am__isrc@ -I$(top_builddir)
-depcomp = $(SHELL) $(top_srcdir)/config/depcomp
-am__depfiles_maybe = depfiles
-am__mv = mv -f
-COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
-	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
-LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
-	$(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
-	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
-	$(AM_CFLAGS) $(CFLAGS)
-AM_V_CC = $(am__v_CC_ at AM_V@)
-am__v_CC_ = $(am__v_CC_ at AM_DEFAULT_V@)
-am__v_CC_0 = @echo "  CC      " $@;
-am__v_CC_1 = 
-CCLD = $(CC)
-LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
-	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
-AM_V_CCLD = $(am__v_CCLD_ at AM_V@)
-am__v_CCLD_ = $(am__v_CCLD_ at AM_DEFAULT_V@)
-am__v_CCLD_0 = @echo "  CCLD    " $@;
-am__v_CCLD_1 = 
-CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
-	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
-LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
-	$(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \
-	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
-	$(AM_CXXFLAGS) $(CXXFLAGS)
-AM_V_CXX = $(am__v_CXX_ at AM_V@)
-am__v_CXX_ = $(am__v_CXX_ at AM_DEFAULT_V@)
-am__v_CXX_0 = @echo "  CXX     " $@;
-am__v_CXX_1 = 
-CXXLD = $(CXX)
-CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
-	$(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \
-	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
-AM_V_CXXLD = $(am__v_CXXLD_ at AM_V@)
-am__v_CXXLD_ = $(am__v_CXXLD_ at AM_DEFAULT_V@)
-am__v_CXXLD_0 = @echo "  CXXLD   " $@;
-am__v_CXXLD_1 = 
-SOURCES = $(test_assign_loop_variable_to_privvar_makes_it_local_SOURCES) \
-	$(test_assign_loop_variable_to_privvar_makes_it_local_2_SOURCES) \
-	test_barrier_before_return.cpp \
-	test_barrier_between_for_loops.cpp test_constant_array.cpp \
-	test_early_return.cpp test_for_with_var_iteration_count.cpp \
-	test_fors_with_var_iteration_counts.cpp \
-	test_id_dependent_computation.cpp test_infinite_loop.cpp \
-	test_issue_231.cpp test_locals.cpp \
-	test_loop_phi_replication.cpp \
-	test_multi_level_loops_with_barriers.cpp test_null_arg.cpp \
-	test_setargs.cpp test_simple_for_with_a_barrier.cpp \
-	test_structs_as_args.cpp test_undominated_variable.cpp \
-	test_vectors_as_args.cpp
-DIST_SOURCES = $(test_assign_loop_variable_to_privvar_makes_it_local_SOURCES) \
-	$(test_assign_loop_variable_to_privvar_makes_it_local_2_SOURCES) \
-	test_barrier_before_return.cpp \
-	test_barrier_between_for_loops.cpp test_constant_array.cpp \
-	test_early_return.cpp test_for_with_var_iteration_count.cpp \
-	test_fors_with_var_iteration_counts.cpp \
-	test_id_dependent_computation.cpp test_infinite_loop.cpp \
-	test_issue_231.cpp test_locals.cpp \
-	test_loop_phi_replication.cpp \
-	test_multi_level_loops_with_barriers.cpp test_null_arg.cpp \
-	test_setargs.cpp test_simple_for_with_a_barrier.cpp \
-	test_structs_as_args.cpp test_undominated_variable.cpp \
-	test_vectors_as_args.cpp
-am__can_run_installinfo = \
-  case $$AM_UPDATE_INFO_DIR in \
-    n|no|NO) false;; \
-    *) (install-info --version) >/dev/null 2>&1;; \
-  esac
-am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
-# Read a list of newline-separated strings from the standard input,
-# and print each of them once, without duplicates.  Input order is
-# *not* preserved.
-am__uniquify_input = $(AWK) '\
-  BEGIN { nonempty = 0; } \
-  { items[$$0] = 1; nonempty = 1; } \
-  END { if (nonempty) { for (i in items) print i; }; } \
-'
-# Make sure the list of sources is unique.  This is necessary because,
-# e.g., the same source file might be shared among _SOURCES variables
-# for different programs/libraries.
-am__define_uniq_tagged_files = \
-  list='$(am__tagged_files)'; \
-  unique=`for i in $$list; do \
-    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
-  done | $(am__uniquify_input)`
-ETAGS = etags
-CTAGS = ctags
-am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/config/depcomp
-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
-ACLOCAL = @ACLOCAL@
-AMTAR = @AMTAR@
-AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
-AR = @AR@
-AUTOCONF = @AUTOCONF@
-AUTOHEADER = @AUTOHEADER@
-AUTOMAKE = @AUTOMAKE@
-AWK = @AWK@
-BOOST_CPPFLAGS = @BOOST_CPPFLAGS@
-BOOST_LDFLAGS = @BOOST_LDFLAGS@
-BUILD_TIMESTAMP = @BUILD_TIMESTAMP@
-CC = @CC@
-CCDEPMODE = @CCDEPMODE@
-CFLAGS = @CFLAGS@
-CLANG = @CLANG@
-CLANGXX = @CLANGXX@
-CLANGXX_FLAGS = @CLANGXX_FLAGS@
-CLFLAGS = @CLFLAGS@
-CPP = @CPP@
-CPPFLAGS = @CPPFLAGS@
-CXX = @CXX@
-CXXCPP = @CXXCPP@
-CXXDEPMODE = @CXXDEPMODE@
-CXXFLAGS = @CXXFLAGS@
-CYGPATH_W = @CYGPATH_W@
-DEFS = @DEFS@
-DEPDIR = @DEPDIR@
-DLLTOOL = @DLLTOOL@
-DSYMUTIL = @DSYMUTIL@
-DUMPBIN = @DUMPBIN@
-ECHO_C = @ECHO_C@
-ECHO_N = @ECHO_N@
-ECHO_T = @ECHO_T@
-EGREP = @EGREP@
-EXEEXT = @EXEEXT@
-FGREP = @FGREP@
-FORCED_CLFLAGS = @FORCED_CLFLAGS@
-GLEW_CFLAGS = @GLEW_CFLAGS@
-GLEW_LIBS = @GLEW_LIBS@
-GREP = @GREP@
-HOST = @HOST@
-HOST_AS_FLAGS = @HOST_AS_FLAGS@
-HOST_CLANG_FLAGS = @HOST_CLANG_FLAGS@
-HOST_CPU = @HOST_CPU@
-HOST_DEVICE_EXTENSION_DEFINES = @HOST_DEVICE_EXTENSION_DEFINES@
-HOST_LD_FLAGS = @HOST_LD_FLAGS@
-HOST_LLC_FLAGS = @HOST_LLC_FLAGS@
-HOST_SIZEOF_DOUBLE = @HOST_SIZEOF_DOUBLE@
-HOST_SIZEOF_HALF = @HOST_SIZEOF_HALF@
-HOST_SIZEOF_LONG = @HOST_SIZEOF_LONG@
-HOST_SIZEOF_VOID_P = @HOST_SIZEOF_VOID_P@
-HSAILASM = @HSAILASM@
-HSA_DEVICE_EXTENSION_DEFINES = @HSA_DEVICE_EXTENSION_DEFINES@
-HSA_INCLUDES = @HSA_INCLUDES@
-HSA_LIBS = @HSA_LIBS@
-HWLOC_CFLAGS = @HWLOC_CFLAGS@
-HWLOC_LIBS = @HWLOC_LIBS@
-ICD_LD_FLAGS = @ICD_LD_FLAGS@
-INSTALL = @INSTALL@
-INSTALL_DATA = @INSTALL_DATA@
-INSTALL_PROGRAM = @INSTALL_PROGRAM@
-INSTALL_SCRIPT = @INSTALL_SCRIPT@
-INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
-KERNEL_COMPILER_LIB_VERSION = @KERNEL_COMPILER_LIB_VERSION@
-LD = @LD@
-LDFLAGS = @LDFLAGS@
-LD_FLAGS_BIN = @LD_FLAGS_BIN@
-LIBOBJS = @LIBOBJS@
-LIBRARY_SUFFIX = @LIBRARY_SUFFIX@
-LIBS = @LIBS@
-LIBTOOL = @LIBTOOL@
-LIB_AGE_VERSION = @LIB_AGE_VERSION@
-LIB_CURRENT_VERSION = @LIB_CURRENT_VERSION@
-LIB_FIRST_VERSION = @LIB_FIRST_VERSION@
-LIB_REVISION_VERSION = @LIB_REVISION_VERSION@
-LIB_VERSION = @LIB_VERSION@
-LIPO = @LIPO@
-LLC = @LLC@
-LLVM_AS = @LLVM_AS@
-LLVM_CONFIG = @LLVM_CONFIG@
-LLVM_CXX_FLAGS = @LLVM_CXX_FLAGS@
-LLVM_LDFLAGS = @LLVM_LDFLAGS@
-LLVM_LIBS = @LLVM_LIBS@
-LLVM_LINK = @LLVM_LINK@
-LLVM_OPT = @LLVM_OPT@
-LLVM_VERSION = @LLVM_VERSION@
-LN_S = @LN_S@
-LTDL_LIBS = @LTDL_LIBS@
-LTLIBOBJS = @LTLIBOBJS@
-LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
-MAKEINFO = @MAKEINFO@
-MANIFEST_TOOL = @MANIFEST_TOOL@
-MKDIR_P = @MKDIR_P@
-NM = @NM@
-NMEDIT = @NMEDIT@
-OBJDUMP = @OBJDUMP@
-OBJEXT = @OBJEXT@
-OCL_ICD_CFLAGS = @OCL_ICD_CFLAGS@
-OCL_ICD_LIBS = @OCL_ICD_LIBS@
-OCL_KERNEL_ARCH = @OCL_KERNEL_ARCH@
-OCL_KERNEL_TARGET = @OCL_KERNEL_TARGET@
-OCL_KERNEL_TARGET_CPU = @OCL_KERNEL_TARGET_CPU@
-OCL_TARGETS = @OCL_TARGETS@
-OPENCL_CFLAGS = @OPENCL_CFLAGS@
-OPENCL_CMAKE = @OPENCL_CMAKE@
-OPENCL_EXTLIBS = @OPENCL_EXTLIBS@
-OPENCL_LIBS = @OPENCL_LIBS@
-OPT = @OPT@
-OTOOL = @OTOOL@
-OTOOL64 = @OTOOL64@
-PACKAGE = @PACKAGE@
-PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
-PACKAGE_NAME = @PACKAGE_NAME@
-PACKAGE_STRING = @PACKAGE_STRING@
-PACKAGE_TARNAME = @PACKAGE_TARNAME@
-PACKAGE_URL = @PACKAGE_URL@
-PACKAGE_VERSION = @PACKAGE_VERSION@
-PATH_SEPARATOR = @PATH_SEPARATOR@
-PKG_CONFIG = @PKG_CONFIG@
-PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
-PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
-POAT_TESTSUITES = @POAT_TESTSUITES@
-POCL_DEVICE_ADDRESS_BITS = @POCL_DEVICE_ADDRESS_BITS@
-PTHREAD_CC = @PTHREAD_CC@
-PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
-PTHREAD_LIBS = @PTHREAD_LIBS@
-RANLIB = @RANLIB@
-SDL_CFLAGS = @SDL_CFLAGS@
-SDL_LIBS = @SDL_LIBS@
-SED = @SED@
-SET_MAKE = @SET_MAKE@
-SHELL = @SHELL@
-STRIP = @STRIP@
-TARGET = @TARGET@
-TARGET_CLANG_FLAGS = @TARGET_CLANG_FLAGS@
-TARGET_CPU = @TARGET_CPU@
-TARGET_LLC_FLAGS = @TARGET_LLC_FLAGS@
-TARGET_SIZEOF_DOUBLE = @TARGET_SIZEOF_DOUBLE@
-TARGET_SIZEOF_HALF = @TARGET_SIZEOF_HALF@
-TARGET_SIZEOF_LONG = @TARGET_SIZEOF_LONG@
-TARGET_SIZEOF_VOID_P = @TARGET_SIZEOF_VOID_P@
-TCECC = @TCECC@
-TCEMC_AVAILABLE = @TCEMC_AVAILABLE@
-TCE_AVAILABLE = @TCE_AVAILABLE@
-TCE_CONFIG = @TCE_CONFIG@
-TCE_DEVICE_EXTENSION_DEFINES = @TCE_DEVICE_EXTENSION_DEFINES@
-VERSION = @VERSION@
-abs_builddir = @abs_builddir@
-abs_srcdir = @abs_srcdir@
-abs_top_builddir = @abs_top_builddir@
-abs_top_srcdir = @abs_top_srcdir@
-ac_ct_AR = @ac_ct_AR@
-ac_ct_CC = @ac_ct_CC@
-ac_ct_CXX = @ac_ct_CXX@
-ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
-acx_pthread_config = @acx_pthread_config@
-am__include = @am__include@
-am__leading_dot = @am__leading_dot@
-am__quote = @am__quote@
-am__tar = @am__tar@
-am__untar = @am__untar@
-bindir = @bindir@
-build = @build@
-build_alias = @build_alias@
-build_cpu = @build_cpu@
-build_os = @build_os@
-build_vendor = @build_vendor@
-builddir = @builddir@
-datadir = @datadir@
-datarootdir = @datarootdir@
-docdir = @docdir@
-dvidir = @dvidir@
-exec_prefix = @exec_prefix@
-host = @host@
-host_alias = @host_alias@
-host_cpu = @host_cpu@
-host_os = @host_os@
-host_vendor = @host_vendor@
-htmldir = @htmldir@
-includedir = @includedir@
-infodir = @infodir@
-install_sh = @install_sh@
-libdir = @libdir@
-libexecdir = @libexecdir@
-localedir = @localedir@
-localstatedir = @localstatedir@
-mandir = @mandir@
-mkdir_p = @mkdir_p@
-oldincludedir = @oldincludedir@
-pdfdir = @pdfdir@
-prefix = @prefix@
-program_transform_name = @program_transform_name@
-psdir = @psdir@
-sbindir = @sbindir@
-sharedstatedir = @sharedstatedir@
-srcdir = @srcdir@
-sysconfdir = @sysconfdir@
-target = @target@
-target_alias = @target_alias@
-target_cpu = @target_cpu@
-target_os = @target_os@
-target_vendor = @target_vendor@
-top_build_prefix = @top_build_prefix@
-top_builddir = @top_builddir@
-top_srcdir = @top_srcdir@
-test_assign_loop_variable_to_privvar_makes_it_local_SOURCES = \
-	test_assign_loop_variable_to_privvar_makes_it_local.c
-
-test_assign_loop_variable_to_privvar_makes_it_local_2_SOURCES = \
-	test_assign_loop_variable_to_privvar_makes_it_local_2.c
-
-AM_DEFAULT_SOURCE_EXT = .cpp
-
-# Need to define -pthread because of an issue with std::call_once and gcc 4.8:
-# https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60662
-AM_LDFLAGS = ../../lib/poclu/libpoclu.la @OPENCL_LIBS@ -pthread
-AM_CXXFLAGS = @OPENCL_CFLAGS@ -std=c++11 -Wno-deprecated -Wno-deprecated-declarations
-AM_CPPFLAGS = -I$(top_srcdir)/fix-include -I$(top_builddir)/include -I$(top_srcdir)/include -I$(top_srcdir)/lib/CL -DSRCDIR='"$(abs_srcdir)"'
-EXTRA_DIST = CMakeLists.txt
-all: all-am
-
-.SUFFIXES:
-.SUFFIXES: .c .cpp .lo .o .obj
-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
-	@for dep in $?; do \
-	  case '$(am__configure_deps)' in \
-	    *$$dep*) \
-	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
-	        && { if test -f $@; then exit 0; else break; fi; }; \
-	      exit 1;; \
-	  esac; \
-	done; \
-	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign tests/regression/Makefile'; \
-	$(am__cd) $(top_srcdir) && \
-	  $(AUTOMAKE) --foreign tests/regression/Makefile
-Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
-	@case '$?' in \
-	  *config.status*) \
-	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
-	  *) \
-	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
-	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
-	esac;
-
-$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
-	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-
-$(top_srcdir)/configure:  $(am__configure_deps)
-	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
-	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-$(am__aclocal_m4_deps):
-
-clean-noinstPROGRAMS:
-	@list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \
-	echo " rm -f" $$list; \
-	rm -f $$list || exit $$?; \
-	test -n "$(EXEEXT)" || exit 0; \
-	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
-	echo " rm -f" $$list; \
-	rm -f $$list
-
-test_assign_loop_variable_to_privvar_makes_it_local$(EXEEXT): $(test_assign_loop_variable_to_privvar_makes_it_local_OBJECTS) $(test_assign_loop_variable_to_privvar_makes_it_local_DEPENDENCIES) $(EXTRA_test_assign_loop_variable_to_privvar_makes_it_local_DEPENDENCIES) 
-	@rm -f test_assign_loop_variable_to_privvar_makes_it_local$(EXEEXT)
-	$(AM_V_CCLD)$(LINK) $(test_assign_loop_variable_to_privvar_makes_it_local_OBJECTS) $(test_assign_loop_variable_to_privvar_makes_it_local_LDADD) $(LIBS)
-
-test_assign_loop_variable_to_privvar_makes_it_local_2$(EXEEXT): $(test_assign_loop_variable_to_privvar_makes_it_local_2_OBJECTS) $(test_assign_loop_variable_to_privvar_makes_it_local_2_DEPENDENCIES) $(EXTRA_test_assign_loop_variable_to_privvar_makes_it_local_2_DEPENDENCIES) 
-	@rm -f test_assign_loop_variable_to_privvar_makes_it_local_2$(EXEEXT)
-	$(AM_V_CCLD)$(LINK) $(test_assign_loop_variable_to_privvar_makes_it_local_2_OBJECTS) $(test_assign_loop_variable_to_privvar_makes_it_local_2_LDADD) $(LIBS)
-
-test_barrier_before_return$(EXEEXT): $(test_barrier_before_return_OBJECTS) $(test_barrier_before_return_DEPENDENCIES) $(EXTRA_test_barrier_before_return_DEPENDENCIES) 
-	@rm -f test_barrier_before_return$(EXEEXT)
-	$(AM_V_CXXLD)$(CXXLINK) $(test_barrier_before_return_OBJECTS) $(test_barrier_before_return_LDADD) $(LIBS)
-
-test_barrier_between_for_loops$(EXEEXT): $(test_barrier_between_for_loops_OBJECTS) $(test_barrier_between_for_loops_DEPENDENCIES) $(EXTRA_test_barrier_between_for_loops_DEPENDENCIES) 
-	@rm -f test_barrier_between_for_loops$(EXEEXT)
-	$(AM_V_CXXLD)$(CXXLINK) $(test_barrier_between_for_loops_OBJECTS) $(test_barrier_between_for_loops_LDADD) $(LIBS)
-
-test_constant_array$(EXEEXT): $(test_constant_array_OBJECTS) $(test_constant_array_DEPENDENCIES) $(EXTRA_test_constant_array_DEPENDENCIES) 
-	@rm -f test_constant_array$(EXEEXT)
-	$(AM_V_CXXLD)$(CXXLINK) $(test_constant_array_OBJECTS) $(test_constant_array_LDADD) $(LIBS)
-
-test_early_return$(EXEEXT): $(test_early_return_OBJECTS) $(test_early_return_DEPENDENCIES) $(EXTRA_test_early_return_DEPENDENCIES) 
-	@rm -f test_early_return$(EXEEXT)
-	$(AM_V_CXXLD)$(CXXLINK) $(test_early_return_OBJECTS) $(test_early_return_LDADD) $(LIBS)
-
-test_for_with_var_iteration_count$(EXEEXT): $(test_for_with_var_iteration_count_OBJECTS) $(test_for_with_var_iteration_count_DEPENDENCIES) $(EXTRA_test_for_with_var_iteration_count_DEPENDENCIES) 
-	@rm -f test_for_with_var_iteration_count$(EXEEXT)
-	$(AM_V_CXXLD)$(CXXLINK) $(test_for_with_var_iteration_count_OBJECTS) $(test_for_with_var_iteration_count_LDADD) $(LIBS)
-
-test_fors_with_var_iteration_counts$(EXEEXT): $(test_fors_with_var_iteration_counts_OBJECTS) $(test_fors_with_var_iteration_counts_DEPENDENCIES) $(EXTRA_test_fors_with_var_iteration_counts_DEPENDENCIES) 
-	@rm -f test_fors_with_var_iteration_counts$(EXEEXT)
-	$(AM_V_CXXLD)$(CXXLINK) $(test_fors_with_var_iteration_counts_OBJECTS) $(test_fors_with_var_iteration_counts_LDADD) $(LIBS)
-
-test_id_dependent_computation$(EXEEXT): $(test_id_dependent_computation_OBJECTS) $(test_id_dependent_computation_DEPENDENCIES) $(EXTRA_test_id_dependent_computation_DEPENDENCIES) 
-	@rm -f test_id_dependent_computation$(EXEEXT)
-	$(AM_V_CXXLD)$(CXXLINK) $(test_id_dependent_computation_OBJECTS) $(test_id_dependent_computation_LDADD) $(LIBS)
-
-test_infinite_loop$(EXEEXT): $(test_infinite_loop_OBJECTS) $(test_infinite_loop_DEPENDENCIES) $(EXTRA_test_infinite_loop_DEPENDENCIES) 
-	@rm -f test_infinite_loop$(EXEEXT)
-	$(AM_V_CXXLD)$(CXXLINK) $(test_infinite_loop_OBJECTS) $(test_infinite_loop_LDADD) $(LIBS)
-
-test_issue_231$(EXEEXT): $(test_issue_231_OBJECTS) $(test_issue_231_DEPENDENCIES) $(EXTRA_test_issue_231_DEPENDENCIES) 
-	@rm -f test_issue_231$(EXEEXT)
-	$(AM_V_CXXLD)$(CXXLINK) $(test_issue_231_OBJECTS) $(test_issue_231_LDADD) $(LIBS)
-
-test_locals$(EXEEXT): $(test_locals_OBJECTS) $(test_locals_DEPENDENCIES) $(EXTRA_test_locals_DEPENDENCIES) 
-	@rm -f test_locals$(EXEEXT)
-	$(AM_V_CXXLD)$(CXXLINK) $(test_locals_OBJECTS) $(test_locals_LDADD) $(LIBS)
-
-test_loop_phi_replication$(EXEEXT): $(test_loop_phi_replication_OBJECTS) $(test_loop_phi_replication_DEPENDENCIES) $(EXTRA_test_loop_phi_replication_DEPENDENCIES) 
-	@rm -f test_loop_phi_replication$(EXEEXT)
-	$(AM_V_CXXLD)$(CXXLINK) $(test_loop_phi_replication_OBJECTS) $(test_loop_phi_replication_LDADD) $(LIBS)
-
-test_multi_level_loops_with_barriers$(EXEEXT): $(test_multi_level_loops_with_barriers_OBJECTS) $(test_multi_level_loops_with_barriers_DEPENDENCIES) $(EXTRA_test_multi_level_loops_with_barriers_DEPENDENCIES) 
-	@rm -f test_multi_level_loops_with_barriers$(EXEEXT)
-	$(AM_V_CXXLD)$(CXXLINK) $(test_multi_level_loops_with_barriers_OBJECTS) $(test_multi_level_loops_with_barriers_LDADD) $(LIBS)
-
-test_null_arg$(EXEEXT): $(test_null_arg_OBJECTS) $(test_null_arg_DEPENDENCIES) $(EXTRA_test_null_arg_DEPENDENCIES) 
-	@rm -f test_null_arg$(EXEEXT)
-	$(AM_V_CXXLD)$(CXXLINK) $(test_null_arg_OBJECTS) $(test_null_arg_LDADD) $(LIBS)
-
-test_setargs$(EXEEXT): $(test_setargs_OBJECTS) $(test_setargs_DEPENDENCIES) $(EXTRA_test_setargs_DEPENDENCIES) 
-	@rm -f test_setargs$(EXEEXT)
-	$(AM_V_CXXLD)$(CXXLINK) $(test_setargs_OBJECTS) $(test_setargs_LDADD) $(LIBS)
-
-test_simple_for_with_a_barrier$(EXEEXT): $(test_simple_for_with_a_barrier_OBJECTS) $(test_simple_for_with_a_barrier_DEPENDENCIES) $(EXTRA_test_simple_for_with_a_barrier_DEPENDENCIES) 
-	@rm -f test_simple_for_with_a_barrier$(EXEEXT)
-	$(AM_V_CXXLD)$(CXXLINK) $(test_simple_for_with_a_barrier_OBJECTS) $(test_simple_for_with_a_barrier_LDADD) $(LIBS)
-
-test_structs_as_args$(EXEEXT): $(test_structs_as_args_OBJECTS) $(test_structs_as_args_DEPENDENCIES) $(EXTRA_test_structs_as_args_DEPENDENCIES) 
-	@rm -f test_structs_as_args$(EXEEXT)
-	$(AM_V_CXXLD)$(CXXLINK) $(test_structs_as_args_OBJECTS) $(test_structs_as_args_LDADD) $(LIBS)
-
-test_undominated_variable$(EXEEXT): $(test_undominated_variable_OBJECTS) $(test_undominated_variable_DEPENDENCIES) $(EXTRA_test_undominated_variable_DEPENDENCIES) 
-	@rm -f test_undominated_variable$(EXEEXT)
-	$(AM_V_CXXLD)$(CXXLINK) $(test_undominated_variable_OBJECTS) $(test_undominated_variable_LDADD) $(LIBS)
-
-test_vectors_as_args$(EXEEXT): $(test_vectors_as_args_OBJECTS) $(test_vectors_as_args_DEPENDENCIES) $(EXTRA_test_vectors_as_args_DEPENDENCIES) 
-	@rm -f test_vectors_as_args$(EXEEXT)
-	$(AM_V_CXXLD)$(CXXLINK) $(test_vectors_as_args_OBJECTS) $(test_vectors_as_args_LDADD) $(LIBS)
-
-mostlyclean-compile:
-	-rm -f *.$(OBJEXT)
-
-distclean-compile:
-	-rm -f *.tab.c
-
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/test_assign_loop_variable_to_privvar_makes_it_local.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/test_assign_loop_variable_to_privvar_makes_it_local_2.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/test_barrier_before_return.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/test_barrier_between_for_loops.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/test_constant_array.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/test_early_return.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/test_for_with_var_iteration_count.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/test_fors_with_var_iteration_counts.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/test_id_dependent_computation.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/test_infinite_loop.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/test_issue_231.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/test_locals.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/test_loop_phi_replication.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/test_multi_level_loops_with_barriers.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/test_null_arg.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/test_setargs.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/test_simple_for_with_a_barrier.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/test_structs_as_args.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/test_undominated_variable.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/test_vectors_as_args.Po at am__quote@
-
-.c.o:
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(COMPILE) -c -o $@ $<
-
-.c.obj:
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
-
-.c.lo:
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(LTCOMPILE) -c -o $@ $<
-
-.cpp.o:
- at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
- at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXXCOMPILE) -c -o $@ $<
-
-.cpp.obj:
- at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
- at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
-
-.cpp.lo:
- at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
- at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(LTCXXCOMPILE) -c -o $@ $<
-
-mostlyclean-libtool:
-	-rm -f *.lo
-
-clean-libtool:
-	-rm -rf .libs _libs
-
-ID: $(am__tagged_files)
-	$(am__define_uniq_tagged_files); mkid -fID $$unique
-tags: tags-am
-TAGS: tags
-
-tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
-	set x; \
-	here=`pwd`; \
-	$(am__define_uniq_tagged_files); \
-	shift; \
-	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
-	  test -n "$$unique" || unique=$$empty_fix; \
-	  if test $$# -gt 0; then \
-	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
-	      "$$@" $$unique; \
-	  else \
-	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
-	      $$unique; \
-	  fi; \
-	fi
-ctags: ctags-am
-
-CTAGS: ctags
-ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
-	$(am__define_uniq_tagged_files); \
-	test -z "$(CTAGS_ARGS)$$unique" \
-	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
-	     $$unique
-
-GTAGS:
-	here=`$(am__cd) $(top_builddir) && pwd` \
-	  && $(am__cd) $(top_srcdir) \
-	  && gtags -i $(GTAGS_ARGS) "$$here"
-cscopelist: cscopelist-am
-
-cscopelist-am: $(am__tagged_files)
-	list='$(am__tagged_files)'; \
-	case "$(srcdir)" in \
-	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
-	  *) sdir=$(subdir)/$(srcdir) ;; \
-	esac; \
-	for i in $$list; do \
-	  if test -f "$$i"; then \
-	    echo "$(subdir)/$$i"; \
-	  else \
-	    echo "$$sdir/$$i"; \
-	  fi; \
-	done >> $(top_builddir)/cscope.files
-
-distclean-tags:
-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
-
-distdir: $(DISTFILES)
-	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
-	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
-	list='$(DISTFILES)'; \
-	  dist_files=`for file in $$list; do echo $$file; done | \
-	  sed -e "s|^$$srcdirstrip/||;t" \
-	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
-	case $$dist_files in \
-	  */*) $(MKDIR_P) `echo "$$dist_files" | \
-			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
-			   sort -u` ;; \
-	esac; \
-	for file in $$dist_files; do \
-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
-	  if test -d $$d/$$file; then \
-	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
-	    if test -d "$(distdir)/$$file"; then \
-	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
-	    fi; \
-	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
-	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
-	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
-	    fi; \
-	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
-	  else \
-	    test -f "$(distdir)/$$file" \
-	    || cp -p $$d/$$file "$(distdir)/$$file" \
-	    || exit 1; \
-	  fi; \
-	done
-check-am: all-am
-check: check-am
-all-am: Makefile $(PROGRAMS)
-installdirs:
-install: install-am
-install-exec: install-exec-am
-install-data: install-data-am
-uninstall: uninstall-am
-
-install-am: all-am
-	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
-
-installcheck: installcheck-am
-install-strip:
-	if test -z '$(STRIP)'; then \
-	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
-	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
-	      install; \
-	else \
-	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
-	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
-	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
-	fi
-mostlyclean-generic:
-
-clean-generic:
-
-distclean-generic:
-	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
-	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
-
-maintainer-clean-generic:
-	@echo "This command is intended for maintainers to use"
-	@echo "it deletes files that may require special tools to rebuild."
-clean: clean-am
-
-clean-am: clean-generic clean-libtool clean-noinstPROGRAMS \
-	mostlyclean-am
-
-distclean: distclean-am
-	-rm -rf ./$(DEPDIR)
-	-rm -f Makefile
-distclean-am: clean-am distclean-compile distclean-generic \
-	distclean-tags
-
-dvi: dvi-am
-
-dvi-am:
-
-html: html-am
-
-html-am:
-
-info: info-am
-
-info-am:
-
-install-data-am:
-
-install-dvi: install-dvi-am
-
-install-dvi-am:
-
-install-exec-am:
-
-install-html: install-html-am
-
-install-html-am:
-
-install-info: install-info-am
-
-install-info-am:
-
-install-man:
-
-install-pdf: install-pdf-am
-
-install-pdf-am:
-
-install-ps: install-ps-am
-
-install-ps-am:
-
-installcheck-am:
-
-maintainer-clean: maintainer-clean-am
-	-rm -rf ./$(DEPDIR)
-	-rm -f Makefile
-maintainer-clean-am: distclean-am maintainer-clean-generic
-
-mostlyclean: mostlyclean-am
-
-mostlyclean-am: mostlyclean-compile mostlyclean-generic \
-	mostlyclean-libtool
-
-pdf: pdf-am
-
-pdf-am:
-
-ps: ps-am
-
-ps-am:
-
-uninstall-am:
-
-.MAKE: install-am install-strip
-
-.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
-	clean-libtool clean-noinstPROGRAMS cscopelist-am ctags \
-	ctags-am distclean distclean-compile distclean-generic \
-	distclean-libtool distclean-tags distdir dvi dvi-am html \
-	html-am info info-am install install-am install-data \
-	install-data-am install-dvi install-dvi-am install-exec \
-	install-exec-am install-html install-html-am install-info \
-	install-info-am install-man install-pdf install-pdf-am \
-	install-ps install-ps-am install-strip installcheck \
-	installcheck-am installdirs maintainer-clean \
-	maintainer-clean-generic mostlyclean mostlyclean-compile \
-	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
-	tags tags-am uninstall uninstall-am
-
-.PRECIOUS: Makefile
-
-
-# Tell versions [3.59,3.63) of GNU make to not export all variables.
-# Otherwise a system limit (for SysV at least) may be exceeded.
-.NOEXPORT:
diff --git a/tests/regression/test_issue_231.cpp b/tests/regression/test_issue_231.cpp
index 65f15b7..b288e1a 100644
--- a/tests/regression/test_issue_231.cpp
+++ b/tests/regression/test_issue_231.cpp
@@ -85,7 +85,7 @@ int main(int argc, char *argv[])
 
   auto kernel = cl::KernelFunctor<cl::Buffer, cl::Buffer, cl::Buffer, cl_int, cl_int, cl::Buffer>(program, "scan_scan_intervals_lev1");
 
-  cl_int i;
+  cl_int i = 0;
   cl::Buffer buffer;
   kernel(cl::EnqueueArgs(queue, cl::NDRange(16), cl::NDRange(16)),
          buffer, buffer, buffer, i, i, buffer);
diff --git a/tests/regression/test_issue_445.cpp b/tests/regression/test_issue_445.cpp
new file mode 100644
index 0000000..8b39f2b
--- /dev/null
+++ b/tests/regression/test_issue_445.cpp
@@ -0,0 +1,61 @@
+
+// 0.14rc1 introduced a regression where private kernel local variable (array)
+// was detected as an automatic local address space variable.
+// See https://github.com/pocl/pocl/issues/445
+
+#define CL_HPP_ENABLE_EXCEPTIONS
+#define CL_HPP_MINIMUM_OPENCL_VERSION 120
+#define CL_HPP_TARGET_OPENCL_VERSION 120
+#define CL_HPP_CL_1_2_DEFAULT_BUILD
+#include <CL/cl2.hpp>
+#include <iostream>
+
+using namespace std;
+
+const char *SOURCE = R"CLC(
+#if __OPENCL_C_VERSION__ < 120
+#pragma OPENCL EXTENSION cl_khr_fp64: enable
+#endif
+
+__kernel void __attribute__ ((reqd_work_group_size(1, 1, 1)))
+private_local_array(__global int *__restrict__ out)
+{
+  int tmp[9] = { 1, 2, 3, 4, 5, 6, 7, 8, 9 };
+
+//  for (int j = 0; j <= 2; ++j)
+#pragma no unroll
+    for (int i = 0; i < 9; ++i)
+      out[i] = tmp[i];
+}
+)CLC";
+
+int main(int, char *)
+{
+  try {
+    int N = 9;
+
+    cl::CommandQueue queue((cl_command_queue_properties)0);
+    cl::Program program(SOURCE, true);
+
+    auto kernel = cl::KernelFunctor<cl::Buffer>
+      (program, "private_local_array");
+
+    cl::Buffer buffer(CL_MEM_WRITE_ONLY, N*sizeof(cl_int));
+    kernel(cl::EnqueueArgs(queue, cl::NDRange(1), cl::NDRange(1)), buffer);
+
+    queue.finish();
+
+    cl_int *output = (cl_int*)queue.enqueueMapBuffer(
+      buffer, CL_TRUE, CL_MAP_READ, 0, N*sizeof(int));
+    for (int i = 0; i < N; i++) {
+      if ((int)output[i] != i + 1)
+        std::cout << "FAIL: " << output[i] << " should be " << i + 1
+		  << std::endl;
+    }
+    queue.enqueueUnmapMemObject(buffer, output);
+  }
+  catch (cl::Error& err) {
+    std::cout << "FAIL with OpenCL error = " << err.err() << std::endl;
+  }
+  return 0;
+}
diff --git a/tests/runtime/CMakeLists.txt b/tests/runtime/CMakeLists.txt
index be51584..7336775 100644
--- a/tests/runtime/CMakeLists.txt
+++ b/tests/runtime/CMakeLists.txt
@@ -29,7 +29,9 @@ set(PROGRAMS_TO_BUILD test_clFinish test_clGetDeviceInfo test_clGetEventInfo
   test_clSetEventCallback test_clEnqueueNativeKernel test_clBuildProgram
   test_clCreateKernelsInProgram test_clCreateKernel test_clGetKernelArgInfo
   test_version test_kernel_cache_includes test_event_cycle test_link_error
-  test_read-copy-write-buffer test_clCreateSubDevices test_event_free)
+  test_read-copy-write-buffer test_buffer-image-copy test_clCreateSubDevices test_event_free
+  test_enqueue_kernel_from_binary test_user_event
+  test_clSetMemObjectDestructorCallback)
 
 #EXTRA_DIST= \
 # test_kernel_src_in_pwd.h \
@@ -78,6 +80,8 @@ add_test_pocl(NAME "runtime/test_event_cycle" COMMAND "test_event_cycle")
 
 add_test_pocl(NAME "runtime/test_read-copy-write-buffer" COMMAND "test_read-copy-write-buffer")
 
+add_test_pocl(NAME "runtime/test_buffer-image-copy" COMMAND "test_buffer-image-copy")
+
 add_test_pocl(NAME "runtime/clCreateKernel" COMMAND "test_clCreateKernel")
 
 add_test_pocl(NAME "runtime/clGetKernelArgInfo" COMMAND "test_clGetKernelArgInfo")
@@ -94,21 +98,28 @@ add_test_pocl(NAME "runtime/clCreateSubDevices" COMMAND  "test_clCreateSubDevice
 
 add_test_pocl(NAME "runtime/test_event_free" COMMAND  "test_event_free")
 
+add_test_pocl(NAME "runtime/test_enqueue_kernel_from_binary" COMMAND "test_enqueue_kernel_from_binary")
+
+add_test_pocl(NAME "runtime/test_user_event" COMMAND  "test_user_event")
+
+add_test_pocl(NAME "runtime/clSetMemObjectDestructorCallback" COMMAND  "test_clSetMemObjectDestructorCallback")
+
 set_tests_properties( "runtime/clGetDeviceInfo" "runtime/clEnqueueNativeKernel"
   "runtime/clGetEventInfo" "runtime/clCreateProgramWithBinary"
   "runtime/clBuildProgram" "runtime/clFinish" "runtime/clSetEventCallback"
   "runtime/clGetSupportedImageFormats" "runtime/clCreateKernelsInProgram"
   "runtime/clCreateKernel" "runtime/clGetKernelArgInfo"
   "runtime/test_kernel_cache_includes" "runtime/test_event_cycle"
-  "runtime/test_read-copy-write-buffer" #"runtime/test_link_error"
+  "runtime/test_read-copy-write-buffer" "runtime/test_buffer-image-copy" #"runtime/test_link_error"
   "runtime/test_event_free" "runtime/clCreateSubDevices"
+  "runtime/test_enqueue_kernel_from_binary" "runtime/test_user_event"
+  "runtime/clSetMemObjectDestructorCallback"
   PROPERTIES
     COST 2.0
     PROCESSORS 1
     DEPENDS "pocl_version_check"
     LABELS "internal;runtime")
 
-
 set_tests_properties("runtime/clGetSupportedImageFormats"
   PROPERTIES
     ENVIRONMENT "POCL_DEVICES=pthread\ pthread")
@@ -117,7 +128,6 @@ set_tests_properties("runtime/clCreateKernelsInProgram"
   PROPERTIES
     PASS_REGULAR_EXPRESSION "Hello\nWorld")
 
-
 set_tests_properties("runtime/clFinish"
   PROPERTIES
     PASS_REGULAR_EXPRESSION "ABABC")
@@ -125,4 +135,3 @@ set_tests_properties("runtime/clFinish"
 set_tests_properties("runtime/test_kernel_cache_includes"
   PROPERTIES PASS_REGULAR_EXPRESSION
   "function 1.*first include.*function 2.*second include")
-
diff --git a/tests/runtime/Makefile.am b/tests/runtime/Makefile.am
deleted file mode 100644
index cd2dbd7..0000000
--- a/tests/runtime/Makefile.am
+++ /dev/null
@@ -1,43 +0,0 @@
-# Process this file with automake to produce Makefile.in (in this,
-# and all subdirectories).
-# Makefile.am for tests/regression.
-# 
-# Copyright (c) 2012 Cyril Roelandt and Pekka Jääskeläinen
-# 
-# Permission is hereby granted, free of charge, to any person obtaining a copy
-# of this software and associated documentation files (the "Software"), to deal
-# in the Software without restriction, including without limitation the rights
-# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-# copies of the Software, and to permit persons to whom the Software is
-# furnished to do so, subject to the following conditions:
-# 
-# The above copyright notice and this permission notice shall be included in
-# all copies or substantial portions of the Software.
-# 
-# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-# THE SOFTWARE.
-
-noinst_PROGRAMS= test_clFinish test_clGetDeviceInfo test_clGetEventInfo \
-	test_read-copy-write-buffer test_event_cycle test_event_free \
-	test_clCreateProgramWithBinary test_clGetSupportedImageFormats \
-	test_clSetEventCallback test_clEnqueueNativeKernel test_clBuildProgram \
-	test_link_error test_kernel_cache_includes \
-	test_clCreateSubDevices \
-	test_clCreateKernelsInProgram test_clCreateKernel test_version \
-	test_clGetKernelArgInfo
-
-EXTRA_DIST= \
-	test_kernel_src_in_pwd.h test_clSetEventCallback_expout.txt \
-	test_clCreateKernelsInProgram.cl CMakeLists.txt \
-	test_data/test_kernel_src_in_another_dir.h \
-        test_kernel_cache_includes.cl test_kernel_cache_includes_expout.txt \
-	clGetKernelArgInfo.spir32_meta clGetKernelArgInfo.spir32_nometa \
-	clGetKernelArgInfo.spir64_meta clGetKernelArgInfo.spir64_nometa
-
-AM_LDFLAGS = @OPENCL_LIBS@ ../../lib/poclu/libpoclu.la
-AM_CPPFLAGS = -I$(top_srcdir)/fix-include -I$(top_srcdir)/include @OPENCL_CFLAGS@
diff --git a/tests/runtime/Makefile.in b/tests/runtime/Makefile.in
deleted file mode 100644
index 0da4b54..0000000
--- a/tests/runtime/Makefile.in
+++ /dev/null
@@ -1,880 +0,0 @@
-# Makefile.in generated by automake 1.15 from Makefile.am.
-# @configure_input@
-
-# Copyright (C) 1994-2014 Free Software Foundation, Inc.
-
-# This Makefile.in is free software; the Free Software Foundation
-# gives unlimited permission to copy and/or distribute it,
-# with or without modifications, as long as this notice is preserved.
-
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
-# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
-# PARTICULAR PURPOSE.
-
- at SET_MAKE@
-
-# Process this file with automake to produce Makefile.in (in this,
-# and all subdirectories).
-# Makefile.am for tests/regression.
-# 
-# Copyright (c) 2012 Cyril Roelandt and Pekka Jääskeläinen
-# 
-# Permission is hereby granted, free of charge, to any person obtaining a copy
-# of this software and associated documentation files (the "Software"), to deal
-# in the Software without restriction, including without limitation the rights
-# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-# copies of the Software, and to permit persons to whom the Software is
-# furnished to do so, subject to the following conditions:
-# 
-# The above copyright notice and this permission notice shall be included in
-# all copies or substantial portions of the Software.
-# 
-# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-# THE SOFTWARE.
-
-VPATH = @srcdir@
-am__is_gnu_make = { \
-  if test -z '$(MAKELEVEL)'; then \
-    false; \
-  elif test -n '$(MAKE_HOST)'; then \
-    true; \
-  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
-    true; \
-  else \
-    false; \
-  fi; \
-}
-am__make_running_with_option = \
-  case $${target_option-} in \
-      ?) ;; \
-      *) echo "am__make_running_with_option: internal error: invalid" \
-              "target option '$${target_option-}' specified" >&2; \
-         exit 1;; \
-  esac; \
-  has_opt=no; \
-  sane_makeflags=$$MAKEFLAGS; \
-  if $(am__is_gnu_make); then \
-    sane_makeflags=$$MFLAGS; \
-  else \
-    case $$MAKEFLAGS in \
-      *\\[\ \	]*) \
-        bs=\\; \
-        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
-          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
-    esac; \
-  fi; \
-  skip_next=no; \
-  strip_trailopt () \
-  { \
-    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
-  }; \
-  for flg in $$sane_makeflags; do \
-    test $$skip_next = yes && { skip_next=no; continue; }; \
-    case $$flg in \
-      *=*|--*) continue;; \
-        -*I) strip_trailopt 'I'; skip_next=yes;; \
-      -*I?*) strip_trailopt 'I';; \
-        -*O) strip_trailopt 'O'; skip_next=yes;; \
-      -*O?*) strip_trailopt 'O';; \
-        -*l) strip_trailopt 'l'; skip_next=yes;; \
-      -*l?*) strip_trailopt 'l';; \
-      -[dEDm]) skip_next=yes;; \
-      -[JT]) skip_next=yes;; \
-    esac; \
-    case $$flg in \
-      *$$target_option*) has_opt=yes; break;; \
-    esac; \
-  done; \
-  test $$has_opt = yes
-am__make_dryrun = (target_option=n; $(am__make_running_with_option))
-am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
-pkgdatadir = $(datadir)/@PACKAGE@
-pkgincludedir = $(includedir)/@PACKAGE@
-pkglibdir = $(libdir)/@PACKAGE@
-pkglibexecdir = $(libexecdir)/@PACKAGE@
-am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
-install_sh_DATA = $(install_sh) -c -m 644
-install_sh_PROGRAM = $(install_sh) -c
-install_sh_SCRIPT = $(install_sh) -c
-INSTALL_HEADER = $(INSTALL_DATA)
-transform = $(program_transform_name)
-NORMAL_INSTALL = :
-PRE_INSTALL = :
-POST_INSTALL = :
-NORMAL_UNINSTALL = :
-PRE_UNINSTALL = :
-POST_UNINSTALL = :
-build_triplet = @build@
-host_triplet = @host@
-target_triplet = @target@
-noinst_PROGRAMS = test_clFinish$(EXEEXT) test_clGetDeviceInfo$(EXEEXT) \
-	test_clGetEventInfo$(EXEEXT) \
-	test_read-copy-write-buffer$(EXEEXT) test_event_cycle$(EXEEXT) \
-	test_event_free$(EXEEXT) \
-	test_clCreateProgramWithBinary$(EXEEXT) \
-	test_clGetSupportedImageFormats$(EXEEXT) \
-	test_clSetEventCallback$(EXEEXT) \
-	test_clEnqueueNativeKernel$(EXEEXT) \
-	test_clBuildProgram$(EXEEXT) test_link_error$(EXEEXT) \
-	test_kernel_cache_includes$(EXEEXT) \
-	test_clCreateSubDevices$(EXEEXT) \
-	test_clCreateKernelsInProgram$(EXEEXT) \
-	test_clCreateKernel$(EXEEXT) test_version$(EXEEXT) \
-	test_clGetKernelArgInfo$(EXEEXT)
-subdir = tests/runtime
-ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
-am__aclocal_m4_deps = $(top_srcdir)/m4/ax_boost_base.m4 \
-	$(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
-	$(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
-	$(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/acinclude.m4 \
-	$(top_srcdir)/configure.ac
-am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
-	$(ACLOCAL_M4)
-DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
-mkinstalldirs = $(install_sh) -d
-CONFIG_HEADER = $(top_builddir)/config.h
-CONFIG_CLEAN_FILES =
-CONFIG_CLEAN_VPATH_FILES =
-PROGRAMS = $(noinst_PROGRAMS)
-test_clBuildProgram_SOURCES = test_clBuildProgram.c
-test_clBuildProgram_OBJECTS = test_clBuildProgram.$(OBJEXT)
-test_clBuildProgram_LDADD = $(LDADD)
-AM_V_lt = $(am__v_lt_ at AM_V@)
-am__v_lt_ = $(am__v_lt_ at AM_DEFAULT_V@)
-am__v_lt_0 = --silent
-am__v_lt_1 = 
-test_clCreateKernel_SOURCES = test_clCreateKernel.c
-test_clCreateKernel_OBJECTS = test_clCreateKernel.$(OBJEXT)
-test_clCreateKernel_LDADD = $(LDADD)
-test_clCreateKernelsInProgram_SOURCES =  \
-	test_clCreateKernelsInProgram.c
-test_clCreateKernelsInProgram_OBJECTS =  \
-	test_clCreateKernelsInProgram.$(OBJEXT)
-test_clCreateKernelsInProgram_LDADD = $(LDADD)
-test_clCreateProgramWithBinary_SOURCES =  \
-	test_clCreateProgramWithBinary.c
-test_clCreateProgramWithBinary_OBJECTS =  \
-	test_clCreateProgramWithBinary.$(OBJEXT)
-test_clCreateProgramWithBinary_LDADD = $(LDADD)
-test_clCreateSubDevices_SOURCES = test_clCreateSubDevices.c
-test_clCreateSubDevices_OBJECTS = test_clCreateSubDevices.$(OBJEXT)
-test_clCreateSubDevices_LDADD = $(LDADD)
-test_clEnqueueNativeKernel_SOURCES = test_clEnqueueNativeKernel.c
-test_clEnqueueNativeKernel_OBJECTS =  \
-	test_clEnqueueNativeKernel.$(OBJEXT)
-test_clEnqueueNativeKernel_LDADD = $(LDADD)
-test_clFinish_SOURCES = test_clFinish.c
-test_clFinish_OBJECTS = test_clFinish.$(OBJEXT)
-test_clFinish_LDADD = $(LDADD)
-test_clGetDeviceInfo_SOURCES = test_clGetDeviceInfo.c
-test_clGetDeviceInfo_OBJECTS = test_clGetDeviceInfo.$(OBJEXT)
-test_clGetDeviceInfo_LDADD = $(LDADD)
-test_clGetEventInfo_SOURCES = test_clGetEventInfo.c
-test_clGetEventInfo_OBJECTS = test_clGetEventInfo.$(OBJEXT)
-test_clGetEventInfo_LDADD = $(LDADD)
-test_clGetKernelArgInfo_SOURCES = test_clGetKernelArgInfo.c
-test_clGetKernelArgInfo_OBJECTS = test_clGetKernelArgInfo.$(OBJEXT)
-test_clGetKernelArgInfo_LDADD = $(LDADD)
-test_clGetSupportedImageFormats_SOURCES =  \
-	test_clGetSupportedImageFormats.c
-test_clGetSupportedImageFormats_OBJECTS =  \
-	test_clGetSupportedImageFormats.$(OBJEXT)
-test_clGetSupportedImageFormats_LDADD = $(LDADD)
-test_clSetEventCallback_SOURCES = test_clSetEventCallback.c
-test_clSetEventCallback_OBJECTS = test_clSetEventCallback.$(OBJEXT)
-test_clSetEventCallback_LDADD = $(LDADD)
-test_event_cycle_SOURCES = test_event_cycle.c
-test_event_cycle_OBJECTS = test_event_cycle.$(OBJEXT)
-test_event_cycle_LDADD = $(LDADD)
-test_event_free_SOURCES = test_event_free.c
-test_event_free_OBJECTS = test_event_free.$(OBJEXT)
-test_event_free_LDADD = $(LDADD)
-test_kernel_cache_includes_SOURCES = test_kernel_cache_includes.c
-test_kernel_cache_includes_OBJECTS =  \
-	test_kernel_cache_includes.$(OBJEXT)
-test_kernel_cache_includes_LDADD = $(LDADD)
-test_link_error_SOURCES = test_link_error.c
-test_link_error_OBJECTS = test_link_error.$(OBJEXT)
-test_link_error_LDADD = $(LDADD)
-test_read_copy_write_buffer_SOURCES = test_read-copy-write-buffer.c
-test_read_copy_write_buffer_OBJECTS =  \
-	test_read-copy-write-buffer.$(OBJEXT)
-test_read_copy_write_buffer_LDADD = $(LDADD)
-test_version_SOURCES = test_version.c
-test_version_OBJECTS = test_version.$(OBJEXT)
-test_version_LDADD = $(LDADD)
-AM_V_P = $(am__v_P_ at AM_V@)
-am__v_P_ = $(am__v_P_ at AM_DEFAULT_V@)
-am__v_P_0 = false
-am__v_P_1 = :
-AM_V_GEN = $(am__v_GEN_ at AM_V@)
-am__v_GEN_ = $(am__v_GEN_ at AM_DEFAULT_V@)
-am__v_GEN_0 = @echo "  GEN     " $@;
-am__v_GEN_1 = 
-AM_V_at = $(am__v_at_ at AM_V@)
-am__v_at_ = $(am__v_at_ at AM_DEFAULT_V@)
-am__v_at_0 = @
-am__v_at_1 = 
-DEFAULT_INCLUDES = -I. at am__isrc@ -I$(top_builddir)
-depcomp = $(SHELL) $(top_srcdir)/config/depcomp
-am__depfiles_maybe = depfiles
-am__mv = mv -f
-COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
-	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
-LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
-	$(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
-	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
-	$(AM_CFLAGS) $(CFLAGS)
-AM_V_CC = $(am__v_CC_ at AM_V@)
-am__v_CC_ = $(am__v_CC_ at AM_DEFAULT_V@)
-am__v_CC_0 = @echo "  CC      " $@;
-am__v_CC_1 = 
-CCLD = $(CC)
-LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
-	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
-AM_V_CCLD = $(am__v_CCLD_ at AM_V@)
-am__v_CCLD_ = $(am__v_CCLD_ at AM_DEFAULT_V@)
-am__v_CCLD_0 = @echo "  CCLD    " $@;
-am__v_CCLD_1 = 
-SOURCES = test_clBuildProgram.c test_clCreateKernel.c \
-	test_clCreateKernelsInProgram.c \
-	test_clCreateProgramWithBinary.c test_clCreateSubDevices.c \
-	test_clEnqueueNativeKernel.c test_clFinish.c \
-	test_clGetDeviceInfo.c test_clGetEventInfo.c \
-	test_clGetKernelArgInfo.c test_clGetSupportedImageFormats.c \
-	test_clSetEventCallback.c test_event_cycle.c test_event_free.c \
-	test_kernel_cache_includes.c test_link_error.c \
-	test_read-copy-write-buffer.c test_version.c
-DIST_SOURCES = test_clBuildProgram.c test_clCreateKernel.c \
-	test_clCreateKernelsInProgram.c \
-	test_clCreateProgramWithBinary.c test_clCreateSubDevices.c \
-	test_clEnqueueNativeKernel.c test_clFinish.c \
-	test_clGetDeviceInfo.c test_clGetEventInfo.c \
-	test_clGetKernelArgInfo.c test_clGetSupportedImageFormats.c \
-	test_clSetEventCallback.c test_event_cycle.c test_event_free.c \
-	test_kernel_cache_includes.c test_link_error.c \
-	test_read-copy-write-buffer.c test_version.c
-am__can_run_installinfo = \
-  case $$AM_UPDATE_INFO_DIR in \
-    n|no|NO) false;; \
-    *) (install-info --version) >/dev/null 2>&1;; \
-  esac
-am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
-# Read a list of newline-separated strings from the standard input,
-# and print each of them once, without duplicates.  Input order is
-# *not* preserved.
-am__uniquify_input = $(AWK) '\
-  BEGIN { nonempty = 0; } \
-  { items[$$0] = 1; nonempty = 1; } \
-  END { if (nonempty) { for (i in items) print i; }; } \
-'
-# Make sure the list of sources is unique.  This is necessary because,
-# e.g., the same source file might be shared among _SOURCES variables
-# for different programs/libraries.
-am__define_uniq_tagged_files = \
-  list='$(am__tagged_files)'; \
-  unique=`for i in $$list; do \
-    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
-  done | $(am__uniquify_input)`
-ETAGS = etags
-CTAGS = ctags
-am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/config/depcomp
-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
-ACLOCAL = @ACLOCAL@
-AMTAR = @AMTAR@
-AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
-AR = @AR@
-AUTOCONF = @AUTOCONF@
-AUTOHEADER = @AUTOHEADER@
-AUTOMAKE = @AUTOMAKE@
-AWK = @AWK@
-BOOST_CPPFLAGS = @BOOST_CPPFLAGS@
-BOOST_LDFLAGS = @BOOST_LDFLAGS@
-BUILD_TIMESTAMP = @BUILD_TIMESTAMP@
-CC = @CC@
-CCDEPMODE = @CCDEPMODE@
-CFLAGS = @CFLAGS@
-CLANG = @CLANG@
-CLANGXX = @CLANGXX@
-CLANGXX_FLAGS = @CLANGXX_FLAGS@
-CLFLAGS = @CLFLAGS@
-CPP = @CPP@
-CPPFLAGS = @CPPFLAGS@
-CXX = @CXX@
-CXXCPP = @CXXCPP@
-CXXDEPMODE = @CXXDEPMODE@
-CXXFLAGS = @CXXFLAGS@
-CYGPATH_W = @CYGPATH_W@
-DEFS = @DEFS@
-DEPDIR = @DEPDIR@
-DLLTOOL = @DLLTOOL@
-DSYMUTIL = @DSYMUTIL@
-DUMPBIN = @DUMPBIN@
-ECHO_C = @ECHO_C@
-ECHO_N = @ECHO_N@
-ECHO_T = @ECHO_T@
-EGREP = @EGREP@
-EXEEXT = @EXEEXT@
-FGREP = @FGREP@
-FORCED_CLFLAGS = @FORCED_CLFLAGS@
-GLEW_CFLAGS = @GLEW_CFLAGS@
-GLEW_LIBS = @GLEW_LIBS@
-GREP = @GREP@
-HOST = @HOST@
-HOST_AS_FLAGS = @HOST_AS_FLAGS@
-HOST_CLANG_FLAGS = @HOST_CLANG_FLAGS@
-HOST_CPU = @HOST_CPU@
-HOST_DEVICE_EXTENSION_DEFINES = @HOST_DEVICE_EXTENSION_DEFINES@
-HOST_LD_FLAGS = @HOST_LD_FLAGS@
-HOST_LLC_FLAGS = @HOST_LLC_FLAGS@
-HOST_SIZEOF_DOUBLE = @HOST_SIZEOF_DOUBLE@
-HOST_SIZEOF_HALF = @HOST_SIZEOF_HALF@
-HOST_SIZEOF_LONG = @HOST_SIZEOF_LONG@
-HOST_SIZEOF_VOID_P = @HOST_SIZEOF_VOID_P@
-HSAILASM = @HSAILASM@
-HSA_DEVICE_EXTENSION_DEFINES = @HSA_DEVICE_EXTENSION_DEFINES@
-HSA_INCLUDES = @HSA_INCLUDES@
-HSA_LIBS = @HSA_LIBS@
-HWLOC_CFLAGS = @HWLOC_CFLAGS@
-HWLOC_LIBS = @HWLOC_LIBS@
-ICD_LD_FLAGS = @ICD_LD_FLAGS@
-INSTALL = @INSTALL@
-INSTALL_DATA = @INSTALL_DATA@
-INSTALL_PROGRAM = @INSTALL_PROGRAM@
-INSTALL_SCRIPT = @INSTALL_SCRIPT@
-INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
-KERNEL_COMPILER_LIB_VERSION = @KERNEL_COMPILER_LIB_VERSION@
-LD = @LD@
-LDFLAGS = @LDFLAGS@
-LD_FLAGS_BIN = @LD_FLAGS_BIN@
-LIBOBJS = @LIBOBJS@
-LIBRARY_SUFFIX = @LIBRARY_SUFFIX@
-LIBS = @LIBS@
-LIBTOOL = @LIBTOOL@
-LIB_AGE_VERSION = @LIB_AGE_VERSION@
-LIB_CURRENT_VERSION = @LIB_CURRENT_VERSION@
-LIB_FIRST_VERSION = @LIB_FIRST_VERSION@
-LIB_REVISION_VERSION = @LIB_REVISION_VERSION@
-LIB_VERSION = @LIB_VERSION@
-LIPO = @LIPO@
-LLC = @LLC@
-LLVM_AS = @LLVM_AS@
-LLVM_CONFIG = @LLVM_CONFIG@
-LLVM_CXX_FLAGS = @LLVM_CXX_FLAGS@
-LLVM_LDFLAGS = @LLVM_LDFLAGS@
-LLVM_LIBS = @LLVM_LIBS@
-LLVM_LINK = @LLVM_LINK@
-LLVM_OPT = @LLVM_OPT@
-LLVM_VERSION = @LLVM_VERSION@
-LN_S = @LN_S@
-LTDL_LIBS = @LTDL_LIBS@
-LTLIBOBJS = @LTLIBOBJS@
-LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
-MAKEINFO = @MAKEINFO@
-MANIFEST_TOOL = @MANIFEST_TOOL@
-MKDIR_P = @MKDIR_P@
-NM = @NM@
-NMEDIT = @NMEDIT@
-OBJDUMP = @OBJDUMP@
-OBJEXT = @OBJEXT@
-OCL_ICD_CFLAGS = @OCL_ICD_CFLAGS@
-OCL_ICD_LIBS = @OCL_ICD_LIBS@
-OCL_KERNEL_ARCH = @OCL_KERNEL_ARCH@
-OCL_KERNEL_TARGET = @OCL_KERNEL_TARGET@
-OCL_KERNEL_TARGET_CPU = @OCL_KERNEL_TARGET_CPU@
-OCL_TARGETS = @OCL_TARGETS@
-OPENCL_CFLAGS = @OPENCL_CFLAGS@
-OPENCL_CMAKE = @OPENCL_CMAKE@
-OPENCL_EXTLIBS = @OPENCL_EXTLIBS@
-OPENCL_LIBS = @OPENCL_LIBS@
-OPT = @OPT@
-OTOOL = @OTOOL@
-OTOOL64 = @OTOOL64@
-PACKAGE = @PACKAGE@
-PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
-PACKAGE_NAME = @PACKAGE_NAME@
-PACKAGE_STRING = @PACKAGE_STRING@
-PACKAGE_TARNAME = @PACKAGE_TARNAME@
-PACKAGE_URL = @PACKAGE_URL@
-PACKAGE_VERSION = @PACKAGE_VERSION@
-PATH_SEPARATOR = @PATH_SEPARATOR@
-PKG_CONFIG = @PKG_CONFIG@
-PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
-PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
-POAT_TESTSUITES = @POAT_TESTSUITES@
-POCL_DEVICE_ADDRESS_BITS = @POCL_DEVICE_ADDRESS_BITS@
-PTHREAD_CC = @PTHREAD_CC@
-PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
-PTHREAD_LIBS = @PTHREAD_LIBS@
-RANLIB = @RANLIB@
-SDL_CFLAGS = @SDL_CFLAGS@
-SDL_LIBS = @SDL_LIBS@
-SED = @SED@
-SET_MAKE = @SET_MAKE@
-SHELL = @SHELL@
-STRIP = @STRIP@
-TARGET = @TARGET@
-TARGET_CLANG_FLAGS = @TARGET_CLANG_FLAGS@
-TARGET_CPU = @TARGET_CPU@
-TARGET_LLC_FLAGS = @TARGET_LLC_FLAGS@
-TARGET_SIZEOF_DOUBLE = @TARGET_SIZEOF_DOUBLE@
-TARGET_SIZEOF_HALF = @TARGET_SIZEOF_HALF@
-TARGET_SIZEOF_LONG = @TARGET_SIZEOF_LONG@
-TARGET_SIZEOF_VOID_P = @TARGET_SIZEOF_VOID_P@
-TCECC = @TCECC@
-TCEMC_AVAILABLE = @TCEMC_AVAILABLE@
-TCE_AVAILABLE = @TCE_AVAILABLE@
-TCE_CONFIG = @TCE_CONFIG@
-TCE_DEVICE_EXTENSION_DEFINES = @TCE_DEVICE_EXTENSION_DEFINES@
-VERSION = @VERSION@
-abs_builddir = @abs_builddir@
-abs_srcdir = @abs_srcdir@
-abs_top_builddir = @abs_top_builddir@
-abs_top_srcdir = @abs_top_srcdir@
-ac_ct_AR = @ac_ct_AR@
-ac_ct_CC = @ac_ct_CC@
-ac_ct_CXX = @ac_ct_CXX@
-ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
-acx_pthread_config = @acx_pthread_config@
-am__include = @am__include@
-am__leading_dot = @am__leading_dot@
-am__quote = @am__quote@
-am__tar = @am__tar@
-am__untar = @am__untar@
-bindir = @bindir@
-build = @build@
-build_alias = @build_alias@
-build_cpu = @build_cpu@
-build_os = @build_os@
-build_vendor = @build_vendor@
-builddir = @builddir@
-datadir = @datadir@
-datarootdir = @datarootdir@
-docdir = @docdir@
-dvidir = @dvidir@
-exec_prefix = @exec_prefix@
-host = @host@
-host_alias = @host_alias@
-host_cpu = @host_cpu@
-host_os = @host_os@
-host_vendor = @host_vendor@
-htmldir = @htmldir@
-includedir = @includedir@
-infodir = @infodir@
-install_sh = @install_sh@
-libdir = @libdir@
-libexecdir = @libexecdir@
-localedir = @localedir@
-localstatedir = @localstatedir@
-mandir = @mandir@
-mkdir_p = @mkdir_p@
-oldincludedir = @oldincludedir@
-pdfdir = @pdfdir@
-prefix = @prefix@
-program_transform_name = @program_transform_name@
-psdir = @psdir@
-sbindir = @sbindir@
-sharedstatedir = @sharedstatedir@
-srcdir = @srcdir@
-sysconfdir = @sysconfdir@
-target = @target@
-target_alias = @target_alias@
-target_cpu = @target_cpu@
-target_os = @target_os@
-target_vendor = @target_vendor@
-top_build_prefix = @top_build_prefix@
-top_builddir = @top_builddir@
-top_srcdir = @top_srcdir@
-EXTRA_DIST = \
-	test_kernel_src_in_pwd.h test_clSetEventCallback_expout.txt \
-	test_clCreateKernelsInProgram.cl CMakeLists.txt \
-	test_data/test_kernel_src_in_another_dir.h \
-        test_kernel_cache_includes.cl test_kernel_cache_includes_expout.txt \
-	clGetKernelArgInfo.spir32_meta clGetKernelArgInfo.spir32_nometa \
-	clGetKernelArgInfo.spir64_meta clGetKernelArgInfo.spir64_nometa
-
-AM_LDFLAGS = @OPENCL_LIBS@ ../../lib/poclu/libpoclu.la
-AM_CPPFLAGS = -I$(top_srcdir)/fix-include -I$(top_srcdir)/include @OPENCL_CFLAGS@
-all: all-am
-
-.SUFFIXES:
-.SUFFIXES: .c .lo .o .obj
-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
-	@for dep in $?; do \
-	  case '$(am__configure_deps)' in \
-	    *$$dep*) \
-	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
-	        && { if test -f $@; then exit 0; else break; fi; }; \
-	      exit 1;; \
-	  esac; \
-	done; \
-	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign tests/runtime/Makefile'; \
-	$(am__cd) $(top_srcdir) && \
-	  $(AUTOMAKE) --foreign tests/runtime/Makefile
-Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
-	@case '$?' in \
-	  *config.status*) \
-	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
-	  *) \
-	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
-	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
-	esac;
-
-$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
-	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-
-$(top_srcdir)/configure:  $(am__configure_deps)
-	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
-	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-$(am__aclocal_m4_deps):
-
-clean-noinstPROGRAMS:
-	@list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \
-	echo " rm -f" $$list; \
-	rm -f $$list || exit $$?; \
-	test -n "$(EXEEXT)" || exit 0; \
-	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
-	echo " rm -f" $$list; \
-	rm -f $$list
-
-test_clBuildProgram$(EXEEXT): $(test_clBuildProgram_OBJECTS) $(test_clBuildProgram_DEPENDENCIES) $(EXTRA_test_clBuildProgram_DEPENDENCIES) 
-	@rm -f test_clBuildProgram$(EXEEXT)
-	$(AM_V_CCLD)$(LINK) $(test_clBuildProgram_OBJECTS) $(test_clBuildProgram_LDADD) $(LIBS)
-
-test_clCreateKernel$(EXEEXT): $(test_clCreateKernel_OBJECTS) $(test_clCreateKernel_DEPENDENCIES) $(EXTRA_test_clCreateKernel_DEPENDENCIES) 
-	@rm -f test_clCreateKernel$(EXEEXT)
-	$(AM_V_CCLD)$(LINK) $(test_clCreateKernel_OBJECTS) $(test_clCreateKernel_LDADD) $(LIBS)
-
-test_clCreateKernelsInProgram$(EXEEXT): $(test_clCreateKernelsInProgram_OBJECTS) $(test_clCreateKernelsInProgram_DEPENDENCIES) $(EXTRA_test_clCreateKernelsInProgram_DEPENDENCIES) 
-	@rm -f test_clCreateKernelsInProgram$(EXEEXT)
-	$(AM_V_CCLD)$(LINK) $(test_clCreateKernelsInProgram_OBJECTS) $(test_clCreateKernelsInProgram_LDADD) $(LIBS)
-
-test_clCreateProgramWithBinary$(EXEEXT): $(test_clCreateProgramWithBinary_OBJECTS) $(test_clCreateProgramWithBinary_DEPENDENCIES) $(EXTRA_test_clCreateProgramWithBinary_DEPENDENCIES) 
-	@rm -f test_clCreateProgramWithBinary$(EXEEXT)
-	$(AM_V_CCLD)$(LINK) $(test_clCreateProgramWithBinary_OBJECTS) $(test_clCreateProgramWithBinary_LDADD) $(LIBS)
-
-test_clCreateSubDevices$(EXEEXT): $(test_clCreateSubDevices_OBJECTS) $(test_clCreateSubDevices_DEPENDENCIES) $(EXTRA_test_clCreateSubDevices_DEPENDENCIES) 
-	@rm -f test_clCreateSubDevices$(EXEEXT)
-	$(AM_V_CCLD)$(LINK) $(test_clCreateSubDevices_OBJECTS) $(test_clCreateSubDevices_LDADD) $(LIBS)
-
-test_clEnqueueNativeKernel$(EXEEXT): $(test_clEnqueueNativeKernel_OBJECTS) $(test_clEnqueueNativeKernel_DEPENDENCIES) $(EXTRA_test_clEnqueueNativeKernel_DEPENDENCIES) 
-	@rm -f test_clEnqueueNativeKernel$(EXEEXT)
-	$(AM_V_CCLD)$(LINK) $(test_clEnqueueNativeKernel_OBJECTS) $(test_clEnqueueNativeKernel_LDADD) $(LIBS)
-
-test_clFinish$(EXEEXT): $(test_clFinish_OBJECTS) $(test_clFinish_DEPENDENCIES) $(EXTRA_test_clFinish_DEPENDENCIES) 
-	@rm -f test_clFinish$(EXEEXT)
-	$(AM_V_CCLD)$(LINK) $(test_clFinish_OBJECTS) $(test_clFinish_LDADD) $(LIBS)
-
-test_clGetDeviceInfo$(EXEEXT): $(test_clGetDeviceInfo_OBJECTS) $(test_clGetDeviceInfo_DEPENDENCIES) $(EXTRA_test_clGetDeviceInfo_DEPENDENCIES) 
-	@rm -f test_clGetDeviceInfo$(EXEEXT)
-	$(AM_V_CCLD)$(LINK) $(test_clGetDeviceInfo_OBJECTS) $(test_clGetDeviceInfo_LDADD) $(LIBS)
-
-test_clGetEventInfo$(EXEEXT): $(test_clGetEventInfo_OBJECTS) $(test_clGetEventInfo_DEPENDENCIES) $(EXTRA_test_clGetEventInfo_DEPENDENCIES) 
-	@rm -f test_clGetEventInfo$(EXEEXT)
-	$(AM_V_CCLD)$(LINK) $(test_clGetEventInfo_OBJECTS) $(test_clGetEventInfo_LDADD) $(LIBS)
-
-test_clGetKernelArgInfo$(EXEEXT): $(test_clGetKernelArgInfo_OBJECTS) $(test_clGetKernelArgInfo_DEPENDENCIES) $(EXTRA_test_clGetKernelArgInfo_DEPENDENCIES) 
-	@rm -f test_clGetKernelArgInfo$(EXEEXT)
-	$(AM_V_CCLD)$(LINK) $(test_clGetKernelArgInfo_OBJECTS) $(test_clGetKernelArgInfo_LDADD) $(LIBS)
-
-test_clGetSupportedImageFormats$(EXEEXT): $(test_clGetSupportedImageFormats_OBJECTS) $(test_clGetSupportedImageFormats_DEPENDENCIES) $(EXTRA_test_clGetSupportedImageFormats_DEPENDENCIES) 
-	@rm -f test_clGetSupportedImageFormats$(EXEEXT)
-	$(AM_V_CCLD)$(LINK) $(test_clGetSupportedImageFormats_OBJECTS) $(test_clGetSupportedImageFormats_LDADD) $(LIBS)
-
-test_clSetEventCallback$(EXEEXT): $(test_clSetEventCallback_OBJECTS) $(test_clSetEventCallback_DEPENDENCIES) $(EXTRA_test_clSetEventCallback_DEPENDENCIES) 
-	@rm -f test_clSetEventCallback$(EXEEXT)
-	$(AM_V_CCLD)$(LINK) $(test_clSetEventCallback_OBJECTS) $(test_clSetEventCallback_LDADD) $(LIBS)
-
-test_event_cycle$(EXEEXT): $(test_event_cycle_OBJECTS) $(test_event_cycle_DEPENDENCIES) $(EXTRA_test_event_cycle_DEPENDENCIES) 
-	@rm -f test_event_cycle$(EXEEXT)
-	$(AM_V_CCLD)$(LINK) $(test_event_cycle_OBJECTS) $(test_event_cycle_LDADD) $(LIBS)
-
-test_event_free$(EXEEXT): $(test_event_free_OBJECTS) $(test_event_free_DEPENDENCIES) $(EXTRA_test_event_free_DEPENDENCIES) 
-	@rm -f test_event_free$(EXEEXT)
-	$(AM_V_CCLD)$(LINK) $(test_event_free_OBJECTS) $(test_event_free_LDADD) $(LIBS)
-
-test_kernel_cache_includes$(EXEEXT): $(test_kernel_cache_includes_OBJECTS) $(test_kernel_cache_includes_DEPENDENCIES) $(EXTRA_test_kernel_cache_includes_DEPENDENCIES) 
-	@rm -f test_kernel_cache_includes$(EXEEXT)
-	$(AM_V_CCLD)$(LINK) $(test_kernel_cache_includes_OBJECTS) $(test_kernel_cache_includes_LDADD) $(LIBS)
-
-test_link_error$(EXEEXT): $(test_link_error_OBJECTS) $(test_link_error_DEPENDENCIES) $(EXTRA_test_link_error_DEPENDENCIES) 
-	@rm -f test_link_error$(EXEEXT)
-	$(AM_V_CCLD)$(LINK) $(test_link_error_OBJECTS) $(test_link_error_LDADD) $(LIBS)
-
-test_read-copy-write-buffer$(EXEEXT): $(test_read_copy_write_buffer_OBJECTS) $(test_read_copy_write_buffer_DEPENDENCIES) $(EXTRA_test_read_copy_write_buffer_DEPENDENCIES) 
-	@rm -f test_read-copy-write-buffer$(EXEEXT)
-	$(AM_V_CCLD)$(LINK) $(test_read_copy_write_buffer_OBJECTS) $(test_read_copy_write_buffer_LDADD) $(LIBS)
-
-test_version$(EXEEXT): $(test_version_OBJECTS) $(test_version_DEPENDENCIES) $(EXTRA_test_version_DEPENDENCIES) 
-	@rm -f test_version$(EXEEXT)
-	$(AM_V_CCLD)$(LINK) $(test_version_OBJECTS) $(test_version_LDADD) $(LIBS)
-
-mostlyclean-compile:
-	-rm -f *.$(OBJEXT)
-
-distclean-compile:
-	-rm -f *.tab.c
-
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/test_clBuildProgram.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/test_clCreateKernel.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/test_clCreateKernelsInProgram.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/test_clCreateProgramWithBinary.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/test_clCreateSubDevices.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/test_clEnqueueNativeKernel.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/test_clFinish.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/test_clGetDeviceInfo.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/test_clGetEventInfo.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/test_clGetKernelArgInfo.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/test_clGetSupportedImageFormats.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/test_clSetEventCallback.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/test_event_cycle.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/test_event_free.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/test_kernel_cache_includes.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/test_link_error.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/test_read-copy-write-buffer.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/test_version.Po at am__quote@
-
-.c.o:
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(COMPILE) -c -o $@ $<
-
-.c.obj:
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
-
-.c.lo:
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(LTCOMPILE) -c -o $@ $<
-
-mostlyclean-libtool:
-	-rm -f *.lo
-
-clean-libtool:
-	-rm -rf .libs _libs
-
-ID: $(am__tagged_files)
-	$(am__define_uniq_tagged_files); mkid -fID $$unique
-tags: tags-am
-TAGS: tags
-
-tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
-	set x; \
-	here=`pwd`; \
-	$(am__define_uniq_tagged_files); \
-	shift; \
-	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
-	  test -n "$$unique" || unique=$$empty_fix; \
-	  if test $$# -gt 0; then \
-	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
-	      "$$@" $$unique; \
-	  else \
-	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
-	      $$unique; \
-	  fi; \
-	fi
-ctags: ctags-am
-
-CTAGS: ctags
-ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
-	$(am__define_uniq_tagged_files); \
-	test -z "$(CTAGS_ARGS)$$unique" \
-	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
-	     $$unique
-
-GTAGS:
-	here=`$(am__cd) $(top_builddir) && pwd` \
-	  && $(am__cd) $(top_srcdir) \
-	  && gtags -i $(GTAGS_ARGS) "$$here"
-cscopelist: cscopelist-am
-
-cscopelist-am: $(am__tagged_files)
-	list='$(am__tagged_files)'; \
-	case "$(srcdir)" in \
-	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
-	  *) sdir=$(subdir)/$(srcdir) ;; \
-	esac; \
-	for i in $$list; do \
-	  if test -f "$$i"; then \
-	    echo "$(subdir)/$$i"; \
-	  else \
-	    echo "$$sdir/$$i"; \
-	  fi; \
-	done >> $(top_builddir)/cscope.files
-
-distclean-tags:
-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
-
-distdir: $(DISTFILES)
-	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
-	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
-	list='$(DISTFILES)'; \
-	  dist_files=`for file in $$list; do echo $$file; done | \
-	  sed -e "s|^$$srcdirstrip/||;t" \
-	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
-	case $$dist_files in \
-	  */*) $(MKDIR_P) `echo "$$dist_files" | \
-			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
-			   sort -u` ;; \
-	esac; \
-	for file in $$dist_files; do \
-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
-	  if test -d $$d/$$file; then \
-	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
-	    if test -d "$(distdir)/$$file"; then \
-	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
-	    fi; \
-	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
-	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
-	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
-	    fi; \
-	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
-	  else \
-	    test -f "$(distdir)/$$file" \
-	    || cp -p $$d/$$file "$(distdir)/$$file" \
-	    || exit 1; \
-	  fi; \
-	done
-check-am: all-am
-check: check-am
-all-am: Makefile $(PROGRAMS)
-installdirs:
-install: install-am
-install-exec: install-exec-am
-install-data: install-data-am
-uninstall: uninstall-am
-
-install-am: all-am
-	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
-
-installcheck: installcheck-am
-install-strip:
-	if test -z '$(STRIP)'; then \
-	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
-	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
-	      install; \
-	else \
-	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
-	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
-	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
-	fi
-mostlyclean-generic:
-
-clean-generic:
-
-distclean-generic:
-	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
-	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
-
-maintainer-clean-generic:
-	@echo "This command is intended for maintainers to use"
-	@echo "it deletes files that may require special tools to rebuild."
-clean: clean-am
-
-clean-am: clean-generic clean-libtool clean-noinstPROGRAMS \
-	mostlyclean-am
-
-distclean: distclean-am
-	-rm -rf ./$(DEPDIR)
-	-rm -f Makefile
-distclean-am: clean-am distclean-compile distclean-generic \
-	distclean-tags
-
-dvi: dvi-am
-
-dvi-am:
-
-html: html-am
-
-html-am:
-
-info: info-am
-
-info-am:
-
-install-data-am:
-
-install-dvi: install-dvi-am
-
-install-dvi-am:
-
-install-exec-am:
-
-install-html: install-html-am
-
-install-html-am:
-
-install-info: install-info-am
-
-install-info-am:
-
-install-man:
-
-install-pdf: install-pdf-am
-
-install-pdf-am:
-
-install-ps: install-ps-am
-
-install-ps-am:
-
-installcheck-am:
-
-maintainer-clean: maintainer-clean-am
-	-rm -rf ./$(DEPDIR)
-	-rm -f Makefile
-maintainer-clean-am: distclean-am maintainer-clean-generic
-
-mostlyclean: mostlyclean-am
-
-mostlyclean-am: mostlyclean-compile mostlyclean-generic \
-	mostlyclean-libtool
-
-pdf: pdf-am
-
-pdf-am:
-
-ps: ps-am
-
-ps-am:
-
-uninstall-am:
-
-.MAKE: install-am install-strip
-
-.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
-	clean-libtool clean-noinstPROGRAMS cscopelist-am ctags \
-	ctags-am distclean distclean-compile distclean-generic \
-	distclean-libtool distclean-tags distdir dvi dvi-am html \
-	html-am info info-am install install-am install-data \
-	install-data-am install-dvi install-dvi-am install-exec \
-	install-exec-am install-html install-html-am install-info \
-	install-info-am install-man install-pdf install-pdf-am \
-	install-ps install-ps-am install-strip installcheck \
-	installcheck-am installdirs maintainer-clean \
-	maintainer-clean-generic mostlyclean mostlyclean-compile \
-	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
-	tags tags-am uninstall uninstall-am
-
-.PRECIOUS: Makefile
-
-
-# Tell versions [3.59,3.63) of GNU make to not export all variables.
-# Otherwise a system limit (for SysV at least) may be exceeded.
-.NOEXPORT:
diff --git a/tests/runtime/test_buffer-image-copy.c b/tests/runtime/test_buffer-image-copy.c
new file mode 100644
index 0000000..32cce26
--- /dev/null
+++ b/tests/runtime/test_buffer-image-copy.c
@@ -0,0 +1,199 @@
+/* Test clEnqueueCopy{BufferToImage,ImageToBuffer}
+
+   Copyright (C) 2016 Giuseppe Bilotta <giuseppe.bilotta at gmail.com>
+
+   Permission is hereby granted, free of charge, to any person obtaining a copy
+   of this software and associated documentation files (the "Software"), to deal
+   in the Software without restriction, including without limitation the rights
+   to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+   copies of the Software, and to permit persons to whom the Software is
+   furnished to do so, subject to the following conditions:
+
+   The above copyright notice and this permission notice shall be included in
+   all copies or substantial portions of the Software.
+
+   THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+   IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+   FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+   AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+   LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+   OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+   THE SOFTWARE.
+ */
+
+#include <stdio.h>
+#include <stdlib.h>
+#include <string.h>
+#include <CL/cl.h>
+#include "poclu.h"
+
+#define MAX_PLATFORMS 32
+#define MAX_DEVICES   32
+
+/* we will manipulate images with 4 16-bit channels, which are manadated
+ * as necessarily supported by the standard */
+static const cl_image_format img_format = {
+  .image_channel_order = CL_RGBA,
+  .image_channel_data_type = CL_UNSIGNED_INT16
+};
+
+static const size_t pixel_size = 4*sizeof(cl_ushort);
+#define CHANNEL_MAX 0xFFFFU
+
+int
+main(void)
+{
+  cl_int err;
+  cl_platform_id platforms[MAX_PLATFORMS];
+  cl_uint nplatforms;
+  cl_device_id devices[MAX_DEVICES];
+  cl_uint ndevices;
+  cl_uint i, j;
+  size_t el, row, col;
+
+  CHECK_CL_ERROR(clGetPlatformIDs(MAX_PLATFORMS, platforms, &nplatforms));
+
+  for (i = 0; i < nplatforms; i++)
+  {
+    CHECK_CL_ERROR(clGetDeviceIDs(platforms[i], CL_DEVICE_TYPE_ALL, MAX_DEVICES,
+      devices, &ndevices));
+
+    /* Only test the devices we actually have room for */
+    if (ndevices > MAX_DEVICES)
+      ndevices = MAX_DEVICES;
+
+    for (j = 0; j < ndevices; j++)
+    {
+      /* skip devices that do not support images */
+      cl_bool has_img;
+      CHECK_CL_ERROR(clGetDeviceInfo(devices[j], CL_DEVICE_IMAGE_SUPPORT, sizeof(has_img), &has_img, NULL));
+      if (!has_img)
+        continue;
+
+      cl_context context = clCreateContext(NULL, 1, &devices[j], NULL, NULL, &err);
+      CHECK_OPENCL_ERROR_IN("clCreateContext");
+      cl_command_queue queue = clCreateCommandQueue(context, devices[j], 0, &err);
+      CHECK_OPENCL_ERROR_IN("clCreateCommandQueue");
+
+      cl_ulong alloc;
+      size_t max_height;
+      size_t max_width;
+#define MAXALLOC (1024U*1024U)
+
+      CHECK_CL_ERROR(clGetDeviceInfo(devices[j], CL_DEVICE_MAX_MEM_ALLOC_SIZE,
+          sizeof(alloc), &alloc, NULL));
+      CHECK_CL_ERROR(clGetDeviceInfo(devices[j], CL_DEVICE_IMAGE2D_MAX_WIDTH,
+          sizeof(max_width), &max_width, NULL));
+      CHECK_CL_ERROR(clGetDeviceInfo(devices[j], CL_DEVICE_IMAGE2D_MAX_HEIGHT,
+          sizeof(max_height), &max_height, NULL));
+
+
+      while (alloc > MAXALLOC)
+        alloc /= 2;
+
+      // fit at least one max_width inside the alloc (shrink max_width for this)
+      while (max_width*pixel_size > alloc)
+        max_width /= 2;
+
+      // round number of elements to next multiple of max_width elements
+      const size_t nels = (alloc/pixel_size/max_width)*max_width;
+      const size_t buf_size = nels*pixel_size;
+
+      cl_image_desc img_desc;
+      memset(&img_desc, 0, sizeof(img_desc));
+      img_desc.image_type = CL_MEM_OBJECT_IMAGE2D;
+      img_desc.image_width = max_width;
+      img_desc.image_height = nels/max_width;
+      img_desc.image_depth = 1;
+
+      cl_ushort null_pixel[4] = {0, 0, 0, 0};
+      cl_ushort *host_buf = malloc(buf_size);
+      TEST_ASSERT(host_buf);
+
+      for (el = 0; el < nels; el+=4) {
+        host_buf[el] = el & CHANNEL_MAX;
+        host_buf[el+1] = (CHANNEL_MAX - el) & CHANNEL_MAX;
+        host_buf[el+2] = (CHANNEL_MAX/((el & 1) + 1) - el) & CHANNEL_MAX;
+        host_buf[el+3] = (CHANNEL_MAX - el/((el & 1) + 1)) & CHANNEL_MAX;
+      }
+
+      cl_mem buf = clCreateBuffer(context, CL_MEM_READ_WRITE, buf_size, NULL, &err);
+      CHECK_OPENCL_ERROR_IN("clCreateBuffer");
+      cl_mem img = clCreateImage(context, CL_MEM_READ_WRITE, &img_format, &img_desc, NULL, &err);
+      CHECK_OPENCL_ERROR_IN("clCreateImage");
+
+      CHECK_CL_ERROR(clEnqueueWriteBuffer(queue, buf, CL_TRUE, 0, buf_size, host_buf, 0, NULL, NULL));
+
+      const size_t offset = 0;
+      const size_t origin[] = {0, 0, 0};
+      const size_t region[] = {img_desc.image_width, img_desc.image_height, 1};
+
+      CHECK_CL_ERROR(clEnqueueCopyBufferToImage(queue, buf, img, offset, origin, region, 0, NULL, NULL));
+
+      size_t row_pitch, slice_pitch;
+      cl_ushort *img_map = clEnqueueMapImage(queue, img, CL_TRUE, CL_MAP_READ, origin, region,
+        &row_pitch, &slice_pitch, 0, NULL, NULL, &err);
+      CHECK_OPENCL_ERROR_IN("clEnqueueMapImage");
+
+      CHECK_CL_ERROR(clFinish(queue));
+
+      for (row = 0; row < img_desc.image_height; ++row) {
+        for (col = 0; col < img_desc.image_width; ++col) {
+          cl_ushort *img_pixel = (cl_ushort*)((char*)img_map + row*row_pitch) + col*4;
+          cl_ushort *buf_pixel = host_buf + (row*img_desc.image_width + col)*4;
+#if 0 // debug
+          if (memcmp(img_pixel, buf_pixel, pixel_size) != 0)
+            printf("%zu %zu %zu : %x %x %x %x | %x %x %x %x\n",
+              row, col, (size_t)(buf_pixel - host_buf),
+              buf_pixel[0],
+              buf_pixel[1],
+              buf_pixel[2],
+              buf_pixel[3],
+              img_pixel[0],
+              img_pixel[1],
+              img_pixel[2],
+              img_pixel[3]);
+#endif
+          TEST_ASSERT(memcmp(img_pixel, buf_pixel, pixel_size) == 0);
+
+        }
+      }
+
+      CHECK_CL_ERROR(clEnqueueUnmapMemObject(queue, img, img_map, 0, NULL, NULL));
+
+      /* Clear the buffer, and ensure it has been cleared */
+      CHECK_CL_ERROR(clEnqueueFillBuffer(queue, buf, null_pixel, sizeof(null_pixel), 0, buf_size, 0, NULL, NULL));
+      cl_ushort *buf_map = clEnqueueMapBuffer(queue, buf, CL_TRUE, CL_MAP_READ, 0, buf_size, 0, NULL, NULL, &err);
+      CHECK_OPENCL_ERROR_IN("clEnqueueMapBuffer");
+
+      CHECK_CL_ERROR(clFinish(queue));
+
+      for (el = 0; el < nels; ++el) {
+#if 0 // debug
+        if (buf_map[el] != 0) {
+          printf("%zu/%zu => %u\n", el, nels, buf_map[el]);
+        }
+#endif
+        TEST_ASSERT(buf_map[el] == 0);
+      }
+
+      CHECK_CL_ERROR(clEnqueueUnmapMemObject(queue, buf, buf_map, 0, NULL, NULL));
+
+      /* Copy data from image to buffer, and check that it's again equal to the original buffer */
+      CHECK_CL_ERROR(clEnqueueCopyImageToBuffer(queue, img, buf, origin, region, offset, 0, NULL, NULL));
+      buf_map = clEnqueueMapBuffer(queue, buf, CL_TRUE, CL_MAP_READ, 0, buf_size, 0, NULL, NULL, &err);
+      CHECK_CL_ERROR(clFinish(queue));
+
+      TEST_ASSERT(memcmp(buf_map, host_buf, buf_size) == 0);
+
+      CHECK_CL_ERROR(clEnqueueUnmapMemObject(queue, buf, buf_map, 0, NULL, NULL));
+      CHECK_CL_ERROR(clFinish(queue));
+
+      free(host_buf);
+      CHECK_CL_ERROR(clReleaseMemObject(img));
+      CHECK_CL_ERROR(clReleaseMemObject(buf));
+      CHECK_CL_ERROR(clReleaseCommandQueue(queue));
+    }
+  }
+  return EXIT_SUCCESS;
+}
diff --git a/tests/runtime/test_clBuildProgram.c b/tests/runtime/test_clBuildProgram.c
index 52288e1..e90bcbb 100644
--- a/tests/runtime/test_clBuildProgram.c
+++ b/tests/runtime/test_clBuildProgram.c
@@ -28,7 +28,6 @@
 #include <CL/cl.h>
 #include <poclu.h>
 #include "config.h"
-#include "pocl_tests.h"
 
 #define MAX_PLATFORMS 32
 #define MAX_DEVICES   32
@@ -49,6 +48,8 @@ static const char preprocess_fail[] =
 static const char invalid_kernel[] =
   "kernel void test_kernel(constant int a, j) { return 3; }\n";
 
+static const char warning_kernel[] =
+  "kernel void test_kernel(int j, k) { return; }\n";
 
 /* kernel can have any name, except main() starting from OpenCL 2.0 */
 static const char valid_kernel[] =
@@ -57,6 +58,19 @@ static const char valid_kernel[] =
 static const char invalid_build_option[] =
   "-fnothing-to-see-here";
 
+#define FAKE_PTR 0xDEADBEEF
+
+void buildprogram_callback(cl_program program, void *user_data)
+{
+  fprintf(stderr, "cl_program callback (via pfn_notify)\n");
+
+  if (user_data == (void*)FAKE_PTR)
+    fprintf(stderr, "OK\n");
+  else
+    fprintf(stderr, "FAIL\n");
+}
+
+
 int
 main(void){
   cl_int err;
@@ -66,138 +80,357 @@ main(void){
   cl_uint num_devices;
   cl_uint i;
   cl_program program = NULL;
-  err = clGetPlatformIDs(MAX_PLATFORMS, platforms, &nplatforms);
-  CHECK_OPENCL_ERROR_IN("clGetPlatformIDs");
-  if (!nplatforms)
-    return EXIT_FAILURE;
+  CHECK_CL_ERROR(clGetPlatformIDs(MAX_PLATFORMS, platforms, &nplatforms));
+  TEST_ASSERT(nplatforms > 0);
 
-  err = clGetDeviceIDs(platforms[0], CL_DEVICE_TYPE_ALL, MAX_DEVICES,
-		       devices, &num_devices);  
-  CHECK_OPENCL_ERROR_IN("clGetDeviceIDs");
+  CHECK_CL_ERROR(clGetDeviceIDs(platforms[0], CL_DEVICE_TYPE_ALL, MAX_DEVICES,
+                       devices, &num_devices));
 
   cl_context context = clCreateContext(NULL, num_devices, devices, NULL, NULL, &err);
   CHECK_OPENCL_ERROR_IN("clCreateContext");
 
-  size_t kernel_size = strlen(kernel);
-  const char* kernel_buffer = kernel;
+  /* TEST 1: Dummy kernel includes another kernel */
+  {
+      size_t kernel_size = strlen(kernel);
+      const char* kernel_buffer = kernel;
 
-  program = clCreateProgramWithSource(context, 1, (const char**)&kernel_buffer, 
-                                     &kernel_size, &err);
-  //clCreateProgramWithSource for the kernel with #include failed
-  CHECK_OPENCL_ERROR_IN("clCreateProgramWithSource");
+      program = clCreateProgramWithSource(context, 1, (const char**)&kernel_buffer,
+                                         &kernel_size, &err);
+      //clCreateProgramWithSource for the kernel with #include failed
+      CHECK_OPENCL_ERROR_IN("clCreateProgramWithSource");
 
-  err = clBuildProgram(program, num_devices, devices, 
-     "-D__FUNC__=helper_func -I./test_data", NULL, NULL);
-  CHECK_OPENCL_ERROR_IN("clBuildProgram");
+      CHECK_CL_ERROR(clBuildProgram(program, num_devices, devices,
+         "-D__FUNC__=helper_func -I./test_data", NULL, NULL));
 
-  err = clReleaseProgram(program);
-  CHECK_OPENCL_ERROR_IN("clReleaseProgram");
-
-  kernel_size = strlen(invalid_kernel);
-  kernel_buffer = invalid_kernel;
-
-  program = clCreateProgramWithSource(context, 1, (const char**)&kernel_buffer,
-				      &kernel_size, &err);
-  //clCreateProgramWithSource for invalid kernel failed
-  CHECK_OPENCL_ERROR_IN("clCreateProgramWithSource");
+      CHECK_CL_ERROR(clReleaseProgram(program));
+  }
+  /* TEST 2: invalid kernel */
+  {
+      size_t kernel_size = strlen(invalid_kernel);
+      const char* kernel_buffer = invalid_kernel;
 
-  err = clBuildProgram(program, num_devices, devices, NULL, NULL, NULL);
-  TEST_ASSERT(err == CL_BUILD_PROGRAM_FAILURE);
+      program = clCreateProgramWithSource(context, 1, (const char**)&kernel_buffer,
+                          &kernel_size, &err);
+      //clCreateProgramWithSource for invalid kernel failed
+      CHECK_OPENCL_ERROR_IN("clCreateProgramWithSource");
 
-  err = clReleaseProgram(program);
-  CHECK_OPENCL_ERROR_IN("clReleaseProgram");
+      err = clBuildProgram(program, num_devices, devices, NULL, NULL, NULL);
+      TEST_ASSERT(err == CL_BUILD_PROGRAM_FAILURE);
 
-  kernel_size = strlen(preprocess_fail);
-  kernel_buffer = preprocess_fail;
+      CHECK_CL_ERROR(clReleaseProgram(program));
+  }
 
-  program = clCreateProgramWithSource(context, 1, (const char**)&kernel_buffer,
-				      &kernel_size, &err);
-  //clCreateProgramWithSource for invalid kernel failed
-  CHECK_OPENCL_ERROR_IN("clCreateProgramWithSource");
+  /* TEST 3: preprocess fail kernel with invalid build option */
+  {
+      size_t kernel_size = strlen(preprocess_fail);
+      const char* kernel_buffer = preprocess_fail;
+
+      program = clCreateProgramWithSource(context, 1, (const char**)&kernel_buffer,
+                          &kernel_size, &err);
+      //clCreateProgramWithSource for invalid kernel failed
+      CHECK_OPENCL_ERROR_IN("clCreateProgramWithSource");
+
+      err = clBuildProgram(program, num_devices, devices, invalid_build_option, NULL, NULL);
+      TEST_ASSERT(err == CL_INVALID_BUILD_OPTIONS);
+
+      for (i = 0; i < num_devices; ++i) {
+              size_t log_size = 0;
+              CHECK_CL_ERROR(clGetProgramBuildInfo(program, devices[i], CL_PROGRAM_BUILD_LOG,
+                      0, NULL, &log_size));
+              char *log = malloc(log_size);
+              CHECK_CL_ERROR(clGetProgramBuildInfo(program, devices[i], CL_PROGRAM_BUILD_LOG,
+                      log_size, log, NULL));
+              log[log_size] = '\0';
+              fprintf(stderr, "preprocess failure log[%u]: %s\n", i, log);
+              free(log);
+      }
+      /*Lets not release the program as we need it in the next test case*/
+      /*CHECK_CL_ERROR(clReleaseProgram(program));*/
+  }
 
-  err = clBuildProgram(program, num_devices, devices, invalid_build_option, NULL, NULL);
-  TEST_ASSERT(err == CL_INVALID_BUILD_OPTIONS);
+  /* TEST 4: preprocess fail kernel with valid build option */
+  {
+      err = clBuildProgram(program, num_devices, devices, NULL, NULL, NULL);
+      TEST_ASSERT(err == CL_BUILD_PROGRAM_FAILURE);
 
-  for (i = 0; i < num_devices; ++i) {
+      for (i = 0; i < num_devices; ++i) {
           size_t log_size = 0;
           err = clGetProgramBuildInfo(program, devices[i], CL_PROGRAM_BUILD_LOG,
-                  0, NULL, &log_size);
+              0, NULL, &log_size);
           CHECK_OPENCL_ERROR_IN("get build log size");
           char *log = malloc(log_size);
           err = clGetProgramBuildInfo(program, devices[i], CL_PROGRAM_BUILD_LOG,
-                  log_size, log, NULL);
+              log_size, log, NULL);
           CHECK_OPENCL_ERROR_IN("get build log");
           log[log_size] = '\0';
           fprintf(stderr, "preprocess failure log[%u]: %s\n", i, log);
-  }
+          free(log);
+      }
 
-  err = clBuildProgram(program, num_devices, devices, NULL, NULL, NULL);
-  TEST_ASSERT(err == CL_BUILD_PROGRAM_FAILURE);
-
-  for (i = 0; i < num_devices; ++i) {
-	  size_t log_size = 0;
-	  err = clGetProgramBuildInfo(program, devices[i], CL_PROGRAM_BUILD_LOG,
-		  0, NULL, &log_size);
-	  CHECK_OPENCL_ERROR_IN("get build log size");
-	  char *log = malloc(log_size);
-	  err = clGetProgramBuildInfo(program, devices[i], CL_PROGRAM_BUILD_LOG,
-		  log_size, log, NULL);
-	  CHECK_OPENCL_ERROR_IN("get build log");
-	  log[log_size] = '\0';
-	  fprintf(stderr, "preprocess failure log[%u]: %s\n", i, log);
+      CHECK_CL_ERROR(clReleaseProgram(program));
   }
 
-  err = clReleaseProgram(program);
-  CHECK_OPENCL_ERROR_IN("clReleaseProgram");
-
   /* Test the possibility to call a kernel 'init'.
    * Due to the delayed linking in current pocl, this will succeed even if it
    * would fail at link time. Force linking by issuing the kernel once.
    */
 
-  kernel_size = strlen(valid_kernel);
-  kernel_buffer = valid_kernel;
+  /* TEST 5: valid kernel */
+  {
+      size_t kernel_size = strlen(valid_kernel);
+      const char* kernel_buffer = valid_kernel;
+
+      program = clCreateProgramWithSource(context, 1, (const char**)&kernel_buffer,
+                          &kernel_size, &err);
+      CHECK_OPENCL_ERROR_IN("clCreateProgramWithSource");
+
+      CHECK_CL_ERROR(clBuildProgram(program, num_devices, devices, NULL, NULL, NULL));
+
+      /* TODO FIXME: from here to the clFinish() should be removed once
+       * delayed linking is disabled/removed in pocl, probably
+       */
+      cl_command_queue q = clCreateCommandQueue(context, devices[0], 0, &err);
+      CHECK_OPENCL_ERROR_IN("clCreateCommandQueue");
+      cl_kernel k = clCreateKernel(program, "init", &err);
+      CHECK_OPENCL_ERROR_IN("clCreateKernel");
+
+      CHECK_CL_ERROR(clSetKernelArg(k, 0, sizeof(cl_mem), NULL));
+      size_t gws[] = {1};
+      CHECK_CL_ERROR(clEnqueueNDRangeKernel(q, k, 1, NULL, gws, NULL, 0, NULL, NULL));
+      CHECK_CL_ERROR(clFinish(q));
+
+      CHECK_CL_ERROR(clReleaseCommandQueue(q));
+      CHECK_CL_ERROR(clReleaseKernel(k));
+      CHECK_CL_ERROR(clReleaseProgram(program));
+  }
 
-  program = clCreateProgramWithSource(context, 1, (const char**)&kernel_buffer,
-				      &kernel_size, &err);
-  CHECK_OPENCL_ERROR_IN("clCreateProgramWithSource");
+  /* TEST 6: valid kernel build pfn-nofity */
+  {
+      size_t  kernel_size = strlen(valid_kernel);
+      const char* kernel_buffer = valid_kernel;
+
+      program = clCreateProgramWithSource(context, 1, (const char**)&kernel_buffer,
+                                          &kernel_size, &err);
+      CHECK_OPENCL_ERROR_IN("clCreateProgramWithSource");
+
+      /*pfn_notify function should print out "Test6" (userdata)*/
+      CHECK_CL_ERROR(clBuildProgram(program, num_devices, devices, NULL, &buildprogram_callback, (void*)FAKE_PTR));
+
+      /* TODO FIXME: from here to the clFinish() should be removed once
+       * delayed linking is disabled/removed in pocl, probably
+       */
+      cl_command_queue q = clCreateCommandQueue(context, devices[0], 0, &err);
+      CHECK_OPENCL_ERROR_IN("clCreateCommandQueue");
+      cl_kernel k = clCreateKernel(program, "init", &err);
+      CHECK_OPENCL_ERROR_IN("clCreateKernel");
+
+      CHECK_CL_ERROR(clSetKernelArg(k, 0, sizeof(cl_mem), NULL));
+      size_t gws[] = {1};
+      CHECK_CL_ERROR(clEnqueueNDRangeKernel(q, k, 1, NULL, gws, NULL, 0, NULL, NULL));
+      CHECK_CL_ERROR(clFinish(q));
+
+      CHECK_CL_ERROR(clReleaseCommandQueue(q));
+      CHECK_CL_ERROR(clReleaseKernel(k));
+      CHECK_CL_ERROR(clReleaseProgram(program));
+  }
 
-  err = clBuildProgram(program, num_devices, devices, NULL, NULL, NULL);
-  TEST_ASSERT(err == CL_SUCCESS);
+  /* TEST 7: valid kernel with Compile option -cl-strict-aliasing (deprecated after OCL1.0) */
+  {
+      size_t kernel_size = strlen(valid_kernel);
+      const char* kernel_buffer = valid_kernel;
 
-  /* TODO FIXME: from here to the clFinish() should be removed once
-   * delayed linking is disabled/removed in pocl, probably
-   */
-  cl_command_queue q = clCreateCommandQueue(context, devices[0], 0, &err);
-  CHECK_OPENCL_ERROR_IN("clCreateCommandQueue");
-  cl_kernel k = clCreateKernel(program, "init", &err);
-  CHECK_OPENCL_ERROR_IN("clCreateKernel");
-
-  err = clSetKernelArg(k, 0, sizeof(cl_mem), NULL);
-  CHECK_OPENCL_ERROR_IN("clSetKernelArg");
-  size_t gws[] = {1};
-  err = clEnqueueNDRangeKernel(q, k, 1, NULL, gws, NULL, 0, NULL, NULL);
-  CHECK_OPENCL_ERROR_IN("clEnqueueNDRangeKernel");
-  err = clFinish(q);
-  TEST_ASSERT(err == CL_SUCCESS);
-
-  err  = clReleaseCommandQueue(q);
-  err |= clReleaseKernel(k);
-  err |= clReleaseProgram(program);
-  CHECK_OPENCL_ERROR_IN("'init' kernel name test clean-up");
-
-  // macro test
-  char* macro_kernel = poclu_read_file(SRCDIR "/tests/runtime/test_clBuildProgram_macros.cl" );
-  size_t s = strlen(macro_kernel);
-  program = clCreateProgramWithSource(context, 1, (const char**)&macro_kernel,
-                                      &s, &err);
-  CHECK_OPENCL_ERROR_IN("clCreateProgramWithSource");
-
-  err = clBuildProgram(program, num_devices, devices, NULL, NULL, NULL);
-  TEST_ASSERT(err == CL_SUCCESS);
-
-  err = clReleaseProgram(program);
-  CHECK_OPENCL_ERROR_IN("clReleaseProgram");
+      program = clCreateProgramWithSource(context, 1, (const char**)&kernel_buffer,
+                                          &kernel_size, &err);
+      CHECK_OPENCL_ERROR_IN("clCreateProgramWithSource");
+
+      CHECK_CL_ERROR(clBuildProgram(program, num_devices, devices, "-cl-strict-aliasing", NULL, NULL));
+
+      /* TODO FIXME: from here to the clFinish() should be removed once
+       * delayed linking is disabled/removed in pocl, probably
+       */
+      cl_command_queue q = clCreateCommandQueue(context, devices[0], 0, &err);
+      CHECK_OPENCL_ERROR_IN("clCreateCommandQueue");
+      cl_kernel k = clCreateKernel(program, "init", &err);
+      CHECK_OPENCL_ERROR_IN("clCreateKernel");
+
+      CHECK_CL_ERROR(clSetKernelArg(k, 0, sizeof(cl_mem), NULL));
+      size_t gws[] = {1};
+      CHECK_CL_ERROR(clEnqueueNDRangeKernel(q, k, 1, NULL, gws, NULL, 0, NULL, NULL));
+      CHECK_CL_ERROR(clFinish(q));
+
+      for (i = 0; i < num_devices; ++i) {
+          size_t log_size = 0;
+          err = clGetProgramBuildInfo(program, devices[i], CL_PROGRAM_BUILD_LOG,
+                                      0, NULL, &log_size);
+          CHECK_OPENCL_ERROR_IN("get build log size");
+          char *log = malloc(log_size);
+          err = clGetProgramBuildInfo(program, devices[i], CL_PROGRAM_BUILD_LOG,
+                                      log_size, log, NULL);
+          CHECK_OPENCL_ERROR_IN("get build log");
+          log[log_size] = '\0';
+          /*As this build option deprecated after OCL1.0 we should see a warning here*/
+          fprintf(stderr, "Deprecated -cl-strict-aliasing log[%u]: %s\n", i, log);
+
+          free(log);
+
+          cl_program_binary_type bin_type = 0;
+          err = clGetProgramBuildInfo(program, devices[i],
+                                      CL_PROGRAM_BINARY_TYPE,
+                                      sizeof(bin_type), (void *)&bin_type,
+                                      NULL);
+          CHECK_OPENCL_ERROR_IN("get program binary type");
+
+          /* cl_program_binary_type */
+          switch(bin_type) {
+            case CL_PROGRAM_BINARY_TYPE_NONE: /*0x0*/
+              fprintf(stderr, "program binary type: CL_PROGRAM_BINARY_TYPE_NONE\n");
+            break;
+            case CL_PROGRAM_BINARY_TYPE_COMPILED_OBJECT: /*0x1*/
+              fprintf(stderr, "program binary type: CL_PROGRAM_BINARY_TYPE_COMPILED_OBJECT\n");
+            break;
+            case CL_PROGRAM_BINARY_TYPE_LIBRARY: /*0x2*/
+              fprintf(stderr, "program binary type: CL_PROGRAM_BINARY_TYPE_LIBRARY\n");
+            break;
+            case CL_PROGRAM_BINARY_TYPE_EXECUTABLE: /*0x4*/
+              fprintf(stderr, "program binary type: CL_PROGRAM_BINARY_TYPE_EXECUTABLE\n");
+            break;
+          }
+      }
+
+      CHECK_CL_ERROR(clReleaseCommandQueue(q));
+      CHECK_CL_ERROR(clReleaseKernel(k));
+      CHECK_CL_ERROR(clReleaseProgram(program));
+  }
+
+  /* TEST 8: valid kernel with Compile option -cl-denorms-are-zero*/
+  {
+      size_t kernel_size = strlen(valid_kernel);
+      const char* kernel_buffer = valid_kernel;
+
+      program = clCreateProgramWithSource(context, 1, (const char**)&kernel_buffer,
+                                          &kernel_size, &err);
+      CHECK_OPENCL_ERROR_IN("clCreateProgramWithSource");
+
+      CHECK_CL_ERROR(clBuildProgram(program, num_devices, devices, "-cl-denorms-are-zero", NULL, NULL));
+
+      /* TODO FIXME: from here to the clFinish() should be removed once
+       * delayed linking is disabled/removed in pocl, probably
+       */
+      cl_command_queue q = clCreateCommandQueue(context, devices[0], 0, &err);
+      CHECK_OPENCL_ERROR_IN("clCreateCommandQueue");
+      cl_kernel k = clCreateKernel(program, "init", &err);
+      CHECK_OPENCL_ERROR_IN("clCreateKernel");
+
+      CHECK_CL_ERROR(clSetKernelArg(k, 0, sizeof(cl_mem), NULL));
+      size_t gws[] = {1};
+      CHECK_CL_ERROR(clEnqueueNDRangeKernel(q, k, 1, NULL, gws, NULL, 0, NULL, NULL));
+      CHECK_CL_ERROR(clFinish(q));
+
+      CHECK_CL_ERROR(clReleaseCommandQueue(q));
+      CHECK_CL_ERROR(clReleaseKernel(k));
+      CHECK_CL_ERROR(clReleaseProgram(program));
+  }
+
+  /*TEST 9: valid kernel with Compile option -cl-no-signed-zeros */
+  {
+      size_t kernel_size = strlen(valid_kernel);
+      const char* kernel_buffer = valid_kernel;
+
+      program = clCreateProgramWithSource(context, 1, (const char**)&kernel_buffer,
+                                          &kernel_size, &err);
+      CHECK_OPENCL_ERROR_IN("clCreateProgramWithSource");
+
+      CHECK_CL_ERROR(clBuildProgram(program, num_devices, devices, "-cl-no-signed-zeros", NULL, NULL));
+
+      /* TODO FIXME: from here to the clFinish() should be removed once
+       * delayed linking is disabled/removed in pocl, probably
+       */
+      cl_command_queue q = clCreateCommandQueue(context, devices[0], 0, &err);
+      CHECK_OPENCL_ERROR_IN("clCreateCommandQueue");
+      cl_kernel k = clCreateKernel(program, "init", &err);
+      CHECK_OPENCL_ERROR_IN("clCreateKernel");
+
+      CHECK_CL_ERROR(clSetKernelArg(k, 0, sizeof(cl_mem), NULL));
+      size_t gws[] = {1};
+      CHECK_CL_ERROR(clEnqueueNDRangeKernel(q, k, 1, NULL, gws, NULL, 0, NULL, NULL));
+      CHECK_CL_ERROR(clFinish(q));
+
+      CHECK_CL_ERROR(clReleaseCommandQueue(q));
+      CHECK_CL_ERROR(clReleaseKernel(k));
+      CHECK_CL_ERROR(clReleaseProgram(program));
+  }
+
+  /*TEST 10: valid kernel with Compile option -cl-std=CL2.0*/
+  {
+      size_t kernel_size = strlen(valid_kernel);
+      const char* kernel_buffer = valid_kernel;
+
+      program = clCreateProgramWithSource(context, 1, (const char**)&kernel_buffer,
+                                          &kernel_size, &err);
+      CHECK_OPENCL_ERROR_IN("clCreateProgramWithSource");
+
+      CHECK_CL_ERROR(clBuildProgram(program, num_devices, devices, "-cl-std=CL2.0", NULL, NULL));
+
+      /* TODO FIXME: from here to the clFinish() should be removed once
+       * delayed linking is disabled/removed in pocl, probably
+       */
+      cl_command_queue q = clCreateCommandQueue(context, devices[0], 0, &err);
+      CHECK_OPENCL_ERROR_IN("clCreateCommandQueue");
+      cl_kernel k = clCreateKernel(program, "init", &err);
+      CHECK_OPENCL_ERROR_IN("clCreateKernel");
+
+      CHECK_CL_ERROR(clSetKernelArg(k, 0, sizeof(cl_mem), NULL));
+      size_t gws[] = {1};
+      CHECK_CL_ERROR(clEnqueueNDRangeKernel(q, k, 1, NULL, gws, NULL, 0, NULL, NULL));
+      CHECK_CL_ERROR(clFinish(q));
+
+      CHECK_CL_ERROR(clReleaseCommandQueue(q));
+      CHECK_CL_ERROR(clReleaseKernel(k));
+      CHECK_CL_ERROR(clReleaseProgram(program));
+  }
+
+  /*TEST 11: macro test */
+  {
+    char* macro_kernel = poclu_read_file(SRCDIR "/tests/runtime/test_clBuildProgram_macros.cl" );
+    size_t s = strlen(macro_kernel);
+    program = clCreateProgramWithSource(context, 1, (const char**)&macro_kernel,
+                                        &s, &err);
+    CHECK_OPENCL_ERROR_IN("clCreateProgramWithSource");
+
+    CHECK_CL_ERROR(clBuildProgram(program, num_devices, devices, NULL, NULL, NULL));
+
+    CHECK_CL_ERROR(clReleaseProgram(program));
+  }
+
+  /* TEST 12: warning into error */
+  {
+      size_t kernel_size = strlen(warning_kernel);
+      const char* kernel_buffer = warning_kernel;
+
+      program = clCreateProgramWithSource(context, 1, (const char**)&kernel_buffer,
+                          &kernel_size, &err);
+      //clCreateProgramWithSource for invalid kernel failed
+      CHECK_OPENCL_ERROR_IN("clCreateProgramWithSource");
+
+      /* This kernel normally build with 1 warning:
+       *warning: type specifier missing, defaults to 'int'
+       *kernel void test_kernel(int j, k) { return; }
+       *                               ^
+       *1 warning generated.
+       *
+       *with -Werror we make this 1 warning into error
+       *error: type specifier missing, defaults to 'int'
+       *kernel void test_kernel(int j, k) { return; }
+       *                               ^
+       *1 error generated.
+       *
+       *If the Error is not generated this test should fail.
+      */
+      err = clBuildProgram(program, num_devices, devices, "-Werror", NULL, NULL);
+      TEST_ASSERT(err == CL_BUILD_PROGRAM_FAILURE);
+
+      CHECK_CL_ERROR(clReleaseProgram(program));
+  }
 
   return EXIT_SUCCESS;
 }
diff --git a/tests/runtime/test_clCreateKernel.c b/tests/runtime/test_clCreateKernel.c
index 49f4d0e..be66953 100644
--- a/tests/runtime/test_clCreateKernel.c
+++ b/tests/runtime/test_clCreateKernel.c
@@ -4,7 +4,6 @@
 #include <CL/opencl.h>
 #include "poclu.h"
 #include "config.h"
-#include "pocl_tests.h"
 
 
 int main(int argc, char **argv)
@@ -17,7 +16,7 @@ int main(int argc, char **argv)
   cl_device_id did;
   cl_kernel kernel;
 
-  poclu_get_any_device(&ctx, &did, &queue);
+  CHECK_CL_ERROR(poclu_get_any_device(&ctx, &did, &queue));
   TEST_ASSERT(ctx);
   TEST_ASSERT(did);
   TEST_ASSERT(queue);
@@ -28,8 +27,7 @@ int main(int argc, char **argv)
   program = clCreateProgramWithSource(ctx, 1, &krn_src, NULL, &err);
   CHECK_OPENCL_ERROR_IN("clCreateProgramWithSource");
 
-  err = clBuildProgram(program, 0, NULL, NULL, NULL, NULL);
-  CHECK_OPENCL_ERROR_IN("clBuildProgram");
+  CHECK_CL_ERROR(clBuildProgram(program, 0, NULL, NULL, NULL, NULL));
 
   kernel = clCreateKernel(program, NULL, &err);
   TEST_ASSERT(err == CL_INVALID_VALUE);
diff --git a/tests/runtime/test_clCreateKernelsInProgram.c b/tests/runtime/test_clCreateKernelsInProgram.c
index 1a9741c..7181252 100644
--- a/tests/runtime/test_clCreateKernelsInProgram.c
+++ b/tests/runtime/test_clCreateKernelsInProgram.c
@@ -4,7 +4,6 @@
 #include <CL/opencl.h>
 #include "poclu.h"
 #include "config.h"
-#include "pocl_tests.h"
 
 static const char *empty_src = "\n";
 
@@ -19,7 +18,8 @@ int main(int argc, char **argv)
   cl_uint num_krn;
   cl_kernel kernels[2];
 
-  poclu_get_any_device(&ctx, &did, &queue);
+  err = poclu_get_any_device(&ctx, &did, &queue);
+  CHECK_OPENCL_ERROR_IN("poclu_get_any_device");
   TEST_ASSERT( ctx );
   TEST_ASSERT( did );
   TEST_ASSERT( queue );
diff --git a/tests/runtime/test_clCreateProgramWithBinary.c b/tests/runtime/test_clCreateProgramWithBinary.c
index 1100e7b..1f86e92 100644
--- a/tests/runtime/test_clCreateProgramWithBinary.c
+++ b/tests/runtime/test_clCreateProgramWithBinary.c
@@ -2,6 +2,7 @@
 #include <stdlib.h>
 #include <string.h>
 #include <CL/cl.h>
+#include "poclu.h"
 
 #define MAX_PLATFORMS 32
 #define MAX_DEVICES   32
@@ -25,34 +26,31 @@ main(void){
   cl_int binary_statuses2[MAX_BINARIES];
   cl_program program = NULL;
   cl_program program_with_binary = NULL;
-  err = clGetPlatformIDs(MAX_PLATFORMS, platforms, &nplatforms);	
-  if (err != CL_SUCCESS && !nplatforms)
+
+  err = clGetPlatformIDs(MAX_PLATFORMS, platforms, &nplatforms);
+  CHECK_OPENCL_ERROR_IN("clGetPlatformIDs");
+  if (!nplatforms)
     return EXIT_FAILURE;
   
   err = clGetDeviceIDs(platforms[0], CL_DEVICE_TYPE_ALL, MAX_DEVICES,
-		       devices, &num_devices);  
-  if (err != CL_SUCCESS)
-    return EXIT_FAILURE;
+                      devices, &num_devices);
+  CHECK_OPENCL_ERROR_IN("clGetDeviceIDs");
 
   cl_context context = clCreateContext(NULL, num_devices, devices, NULL, NULL, &err);
-  if (err != CL_SUCCESS)
-    return EXIT_FAILURE;
+  CHECK_OPENCL_ERROR_IN("clCreateContext");
 
   size_t kernel_size = strlen(kernel);
   char* kernel_buffer = kernel;
 
   program = clCreateProgramWithSource(context, 1, (const char**)&kernel_buffer, 
 				      &kernel_size, &err);
-  if (err != CL_SUCCESS)
-    return EXIT_FAILURE;
+  CHECK_OPENCL_ERROR_IN("clCreateProgramWithSource");
 
   err = clBuildProgram(program, num_devices, devices, NULL, NULL, NULL);
-  if (err != CL_SUCCESS)
-    return EXIT_FAILURE;
+  CHECK_OPENCL_ERROR_IN("clBuildProgram");
   
   err = clGetProgramInfo(program, CL_PROGRAM_BINARY_SIZES, 0, 0, &num_binaries);
-  if (err != CL_SUCCESS)
-      goto FREE_AND_EXIT;
+  CHECK_OPENCL_ERROR_IN("clGetProgramInfo");
 
   num_binaries = num_binaries/sizeof(size_t);
   binary_sizes = (size_t*)malloc(num_binaries * sizeof(size_t));
@@ -61,8 +59,7 @@ main(void){
   err = clGetProgramInfo(program, CL_PROGRAM_BINARY_SIZES, 
 			 num_binaries*sizeof(size_t), binary_sizes , 
 			 &num_bytes_copied);
-  if (err != CL_SUCCESS)
-      goto FREE_AND_EXIT;
+  CHECK_OPENCL_ERROR_IN("clGetProgramInfo");
   
   for (i = 0; i < num_binaries; ++i) 
     binaries[i] = (const unsigned char*) malloc(binary_sizes[i] *
@@ -70,8 +67,7 @@ main(void){
 
   err = clGetProgramInfo(program, CL_PROGRAM_BINARIES, 
 			 num_binaries*sizeof(char*), binaries, &num_bytes_copied);
-  if (err != CL_SUCCESS)
-      goto FREE_AND_EXIT;
+  CHECK_OPENCL_ERROR_IN("clGetProgramInfo");
   
   cl_uint num = num_binaries < num_devices ? num_binaries : num_devices;
   if (num == 0)
@@ -82,17 +78,42 @@ main(void){
   
   program_with_binary = clCreateProgramWithBinary(context, num, devices, binary_sizes, 
 						  binaries, binary_statuses, &err);
-  if (err != CL_SUCCESS)
-    goto FREE_AND_EXIT;
+  CHECK_OPENCL_ERROR_IN("clCreateProgramWithBinary");
+
+  for (i = 0; i < num; ++i) {
+      cl_program_binary_type bin_type = 0;
+      err = clGetProgramBuildInfo(program_with_binary, devices[i],
+                                  CL_PROGRAM_BINARY_TYPE,
+                                  sizeof(bin_type), (void *)&bin_type,
+                                  NULL);
+      CHECK_OPENCL_ERROR_IN("get program binary type");
+
+      /* cl_program_binary_type */
+      switch(bin_type) {
+        case CL_PROGRAM_BINARY_TYPE_NONE: /*0x0*/
+          fprintf(stderr, "program binary type: CL_PROGRAM_BINARY_TYPE_NONE\n");
+        break;
+        case CL_PROGRAM_BINARY_TYPE_COMPILED_OBJECT: /*0x1*/
+          fprintf(stderr, "program binary type: CL_PROGRAM_BINARY_TYPE_COMPILED_OBJECT\n");
+        break;
+        case CL_PROGRAM_BINARY_TYPE_LIBRARY: /*0x2*/
+          fprintf(stderr, "program binary type: CL_PROGRAM_BINARY_TYPE_LIBRARY\n");
+        break;
+        case CL_PROGRAM_BINARY_TYPE_EXECUTABLE: /*0x4*/
+          fprintf(stderr, "program binary type: CL_PROGRAM_BINARY_TYPE_EXECUTABLE\n");
+         break;
+      }
+  }
+  err = clReleaseProgram(program_with_binary);
+  CHECK_OPENCL_ERROR_IN("clReleaseProgram");
 
-  clReleaseProgram(program_with_binary);
   for (i = 0; i < num; i++)
     {
       if (binary_statuses[i] != CL_SUCCESS)
-	{
-	  err = !CL_SUCCESS;
-	  goto FREE_AND_EXIT;
-	}
+        {
+          err = !CL_SUCCESS;
+          goto FREE_AND_EXIT;
+        }
     }
     
   // negative test1: invalid device
@@ -122,8 +143,7 @@ main(void){
   
   err = clGetProgramInfo(program, CL_PROGRAM_BINARY_SIZES, 1*sizeof(size_t), 
 			 binary_sizes , &num_bytes_copied);
-  if (err != CL_SUCCESS)
-    goto FREE_AND_EXIT;
+  CHECK_OPENCL_ERROR_IN("clGetProgramInfo");
   
   binary_sizes[1] = binary_sizes[0];
   
@@ -134,8 +154,7 @@ main(void){
   
   err = clGetProgramInfo(program, CL_PROGRAM_BINARIES, 1 * sizeof(char*), 
 			 binaries, &num_bytes_copied);
-  if (err != CL_SUCCESS)
-    goto FREE_AND_EXIT;
+  CHECK_OPENCL_ERROR_IN("clGetProgramInfo");
   
   memcpy((void*)binaries[1], (void*)binaries[0], binary_sizes[0]);      
   program_with_binary = clCreateProgramWithBinary(context, 2, devices, binary_sizes, 
diff --git a/tests/runtime/test_clCreateSubDevices.c b/tests/runtime/test_clCreateSubDevices.c
index 87369c1..e18b10d 100644
--- a/tests/runtime/test_clCreateSubDevices.c
+++ b/tests/runtime/test_clCreateSubDevices.c
@@ -27,7 +27,6 @@
 #include <CL/opencl.h>
 #include "poclu.h"
 #include "config.h"
-#include "pocl_tests.h"
 
 /* Two different kernel sources, to ensure that the test for all devices
  * and the test with only sub-devices do not interphere with each other
@@ -57,8 +56,7 @@ int test_context(cl_context ctx, const char *prog_src, int mul,
   prog = clCreateProgramWithSource(ctx, 1, &prog_src, NULL, &err);
   CHECK_OPENCL_ERROR_IN("create program");
 
-  err = clBuildProgram(prog, 0, NULL, NULL, NULL, NULL);
-  CHECK_OPENCL_ERROR_IN("build program");
+  CHECK_CL_ERROR(clBuildProgram(prog, 0, NULL, NULL, NULL, NULL));
 
   krn = clCreateKernel(prog, "setidx", &err);
   CHECK_OPENCL_ERROR_IN("create kernel");
@@ -67,8 +65,7 @@ int test_context(cl_context ctx, const char *prog_src, int mul,
     CL_MEM_HOST_READ_ONLY, ndevs*sizeof(cl_int), NULL, &err);
   CHECK_OPENCL_ERROR_IN("create buffer");
 
-  err = clSetKernelArg(krn, 0, sizeof(cl_mem), &buf);
-  CHECK_OPENCL_ERROR_IN("set kernel arg 0");
+  CHECK_CL_ERROR(clSetKernelArg(krn, 0, sizeof(cl_mem), &buf));
 
   /* create one queue per device, and submit task, waiting for all
    * previous */
@@ -94,8 +91,7 @@ int test_context(cl_context ctx, const char *prog_src, int mul,
   TEST_ASSERT(mismatch == 0);
 
   /* enqueue unmap on first */
-  err = clEnqueueUnmapMemObject(queue[0], buf, buf_host, 0, NULL, NULL);
-  CHECK_OPENCL_ERROR_IN("unmap buffer");
+  CHECK_CL_ERROR(clEnqueueUnmapMemObject(queue[0], buf, buf_host, 0, NULL, NULL));
 
   for (i = 0 ; i < ndevs; ++i) {
     err = clFinish(queue[i]);
diff --git a/tests/runtime/test_clEnqueueNativeKernel.c b/tests/runtime/test_clEnqueueNativeKernel.c
index 12e7abc..25b9340 100644
--- a/tests/runtime/test_clEnqueueNativeKernel.c
+++ b/tests/runtime/test_clEnqueueNativeKernel.c
@@ -25,6 +25,7 @@
 #include <string.h>
 #include <stdio.h>
 #include <stdlib.h>
+#include "poclu.h"
 
 
 struct native_kernel_args {
@@ -61,12 +62,8 @@ int main(int argc, char **argv) {
   cl_mem d_b;
   cl_mem d_c;
   
-  cl_platform_id platforms[1];
-  cl_uint nplatforms;
-  cl_device_id devices[1]; // + 1 for duplicate test
-  cl_uint num_devices;
-
-  cl_context context;
+  cl_context ctx;
+  cl_device_id did;
   cl_command_queue queue;
  
   size_t bytes = n * sizeof(double);
@@ -84,53 +81,22 @@ int main(int argc, char **argv) {
 
   cl_int err;
 
-  err = clGetPlatformIDs(1, platforms, &nplatforms);	
-  if (err != CL_SUCCESS && !nplatforms)
-    return EXIT_FAILURE;
-  
-  err = clGetDeviceIDs(platforms[0], CL_DEVICE_TYPE_ALL, 1,
-                       devices, &num_devices);  
-  if (err != CL_SUCCESS)
-    return EXIT_FAILURE;
-
-  context = clCreateContext(NULL, num_devices, devices, NULL, 
-                                       NULL, &err);
-  if (err != CL_SUCCESS)
-    return EXIT_FAILURE;
-
-  err = clGetContextInfo(context, CL_CONTEXT_DEVICES,
-                         sizeof(cl_device_id), devices, NULL);
-  if (err != CL_SUCCESS) 
-    {
-      puts("clGetContextInfo call failed\n");
-      goto error;
-    }
-
-  queue = clCreateCommandQueue(context, devices[0], 0, NULL); 
-  if (!queue) 
-    {
-      puts("clCreateCommandQueue call failed\n");
-      goto error;
-    }
-
-  d_a = clCreateBuffer(context, CL_MEM_READ_ONLY | CL_MEM_COPY_HOST_PTR, bytes, h_a, &err);
-  if (d_a == NULL)
-    {
-      printf("clCreateBuffer call failed err = %d\n", err);
-      goto error;
-    }
-  d_b = clCreateBuffer(context, CL_MEM_READ_ONLY | CL_MEM_COPY_HOST_PTR, bytes, h_b, &err);
-  if (d_b == NULL)
-    {
-      printf("clCreateBuffer call failed err = %d\n", err);
-      goto error;
-    }
-  d_c = clCreateBuffer(context, CL_MEM_WRITE_ONLY, bytes, NULL, &err);
-  if (d_c == NULL)
-    {
-      printf("clCreateBuffer call failed err = %d\n", err);
-      goto error;
-    }
+  CHECK_CL_ERROR(poclu_get_any_device(&ctx, &did, &queue));
+  TEST_ASSERT( ctx );
+  TEST_ASSERT( did );
+  TEST_ASSERT( queue );
+
+  d_a = clCreateBuffer(ctx, CL_MEM_READ_ONLY | CL_MEM_COPY_HOST_PTR, bytes, h_a, &err);
+  CHECK_OPENCL_ERROR_IN("clCreateBuffer");
+  TEST_ASSERT(d_a);
+
+  d_b = clCreateBuffer(ctx, CL_MEM_READ_ONLY | CL_MEM_COPY_HOST_PTR, bytes, h_b, &err);
+  CHECK_OPENCL_ERROR_IN("clCreateBuffer");
+  TEST_ASSERT(d_b);
+
+  d_c = clCreateBuffer(ctx, CL_MEM_WRITE_ONLY, bytes, NULL, &err);
+  CHECK_OPENCL_ERROR_IN("clCreateBuffer");
+  TEST_ASSERT(d_c);
 
   args.size = n;
   args.a = 0;
@@ -147,20 +113,13 @@ int main(int argc, char **argv) {
   
   err = clEnqueueNativeKernel ( queue, native_vec_add, &args, sizeof(struct native_kernel_args),
           3, mem_list, args_mem_loc, 0, NULL, NULL);
-  if (err != CL_SUCCESS) 
-    {
-      puts("clGetContextInfo call failed\n");
-      goto error;
-    }
+  CHECK_OPENCL_ERROR_IN("clEnqueueNativeKernel");
  
   err = clEnqueueReadBuffer(queue, d_c, CL_TRUE, 0, bytes, h_c, 0, NULL, NULL );
-  if (err != CL_SUCCESS) 
-    {
-      puts("clGetContextInfo call failed\n");
-      goto error;
-    }
+  CHECK_OPENCL_ERROR_IN("clEnqueueReadBuffer");
 
-  clFinish(queue);
+  err = clFinish(queue);
+  CHECK_OPENCL_ERROR_IN("clFinish");
 
   for(i = 0; i < n; i++)
     if(h_c[i] != 2 * i)
@@ -169,11 +128,11 @@ int main(int argc, char **argv) {
         goto error;
       }
      
-  clReleaseMemObject(d_a);
-  clReleaseMemObject(d_b);
-  clReleaseMemObject(d_c);
-  clReleaseCommandQueue(queue);
-  clReleaseContext(context);
+  CHECK_CL_ERROR(clReleaseMemObject(d_a));
+  CHECK_CL_ERROR(clReleaseMemObject(d_b));
+  CHECK_CL_ERROR(clReleaseMemObject(d_c));
+  CHECK_CL_ERROR(clReleaseCommandQueue(queue));
+  CHECK_CL_ERROR(clReleaseContext(ctx));
  
   free(h_a);
   free(h_b);
diff --git a/tests/runtime/test_clFinish.c b/tests/runtime/test_clFinish.c
index e7ccc3f..65fe133 100644
--- a/tests/runtime/test_clFinish.c
+++ b/tests/runtime/test_clFinish.c
@@ -24,6 +24,7 @@
 #include <string.h>
 #include <stdio.h>
 #include <stdlib.h>
+#include "poclu.h"
 
 char kernelASourceCode[] = 
 "kernel \n"
@@ -65,74 +66,51 @@ int main()
   cl_event C5_wait_list[2];
 
   err = clGetPlatformIDs(1, platforms, &nplatforms);	
-  if (err != CL_SUCCESS && !nplatforms)
+  CHECK_OPENCL_ERROR_IN("clGetPlatformIDs");
+  if (!nplatforms)
     return EXIT_FAILURE;
   
   err = clGetDeviceIDs(platforms[0], CL_DEVICE_TYPE_ALL, 1,
                        devices, &num_devices);  
-  if (err != CL_SUCCESS)
-    return EXIT_FAILURE;
+  CHECK_OPENCL_ERROR_IN("clGetDeviceIDs");
 
   cl_context context = clCreateContext(NULL, num_devices, devices, NULL, 
                                        NULL, &err);
-  if (err != CL_SUCCESS)
-    return EXIT_FAILURE;
+  CHECK_OPENCL_ERROR_IN("clCreateContext");
 
   err = clGetContextInfo(context, CL_CONTEXT_DEVICES,
                          sizeof(cl_device_id), devices, NULL);
-  if (err != CL_SUCCESS) 
-    {
-      puts("clGetContextInfo call failed\n");
-      goto error;
-    }
-
-  queueA = clCreateCommandQueue(context, devices[0], 0, NULL); 
-  if (!queueA) 
-    {
-      puts("clCreateCommandQueue call failed\n");
-      goto error;
-    }
-
-  queueB = clCreateCommandQueue(context, devices[0], 0, NULL); 
-  if (!queueB) 
-    {
-      puts("clCreateCommandQueue call failed\n");
-      goto error;
-    }
-
-  queueC = clCreateCommandQueue(context, devices[0], 0, NULL); 
-  if (!queueB) 
-    {
-      puts("clCreateCommandQueue call failed\n");
-      goto error;
-    }
+  CHECK_OPENCL_ERROR_IN("clGetContextInfo");
+
+  queueA = clCreateCommandQueue(context, devices[0], 0, &err);
+  CHECK_OPENCL_ERROR_IN("clCreateCommandQueue");
+  TEST_ASSERT(queueA);
+
+  queueB = clCreateCommandQueue(context, devices[0], 0, &err);
+  CHECK_OPENCL_ERROR_IN("clCreateCommandQueue");
+  TEST_ASSERT(queueB);
+
+  queueC = clCreateCommandQueue(context, devices[0], 0, &err);
+  CHECK_OPENCL_ERROR_IN("clCreateCommandQueue");
+  TEST_ASSERT(queueB);
 
   inputBufferA = clCreateBuffer(context, 
                                 CL_MEM_READ_ONLY | CL_MEM_COPY_HOST_PTR, 
                                 strlen (inputB)+1, (void *) inputA, &err);
-  if (inputBufferA == NULL)
-    {
-      printf("clCreateBuffer call failed err = %d\n", err);
-      goto error;
-    }
+  CHECK_OPENCL_ERROR_IN("clCreateBuffer");
+  TEST_ASSERT(inputBufferA);
 
   inputBufferB = clCreateBuffer(context, 
                                 CL_MEM_READ_ONLY | CL_MEM_COPY_HOST_PTR, 
                                 strlen (inputA)+1, (void *) inputB, &err);
-  if (inputBufferB == NULL)
-    {
-      printf("clCreateBuffer call failed err = %d\n", err);
-      goto error;
-    }
+  CHECK_OPENCL_ERROR_IN("clCreateBuffer");
+  TEST_ASSERT(inputBufferB);
   
   inputBufferC = clCreateBuffer(context, 
                                 CL_MEM_READ_ONLY | CL_MEM_COPY_HOST_PTR, 
                                 strlen (inputA)+1, (void *) inputC, &err);
-  if (inputBufferC == NULL)
-    {
-      printf("clCreateBuffer call failed err = %d\n", err);
-      goto error;
-    }
+  CHECK_OPENCL_ERROR_IN("clCreateBuffer");
+  TEST_ASSERT(inputBufferC);
   
   
   size_t kernel_size = strlen (kernelASourceCode);
@@ -141,113 +119,66 @@ int main()
   program = clCreateProgramWithSource (context, 1, 
                                        (const char**)&kernel_buffer, 
                                        &kernel_size, &err);
-  if (err != CL_SUCCESS)
-    return EXIT_FAILURE;
+  CHECK_OPENCL_ERROR_IN("clCreateProgramWithSource");
 
   err = clBuildProgram (program, num_devices, devices, NULL, NULL, NULL);
-  if (err != CL_SUCCESS)
-    return EXIT_FAILURE;
+  CHECK_OPENCL_ERROR_IN("clBuildProgram");
 
   kernelA = clCreateKernel (program, "test_kernel", NULL); 
-  if (!kernelA) 
-    {
-      puts("clCreateKernel call failed\n");
-      goto error;
-    }
+  CHECK_OPENCL_ERROR_IN("clCreateKernel");
+  TEST_ASSERT(kernelA);
 
   kernelB = clCreateKernel (program, "test_kernel", NULL); 
-  if (!kernelB) 
-    {
-      puts("clCreateKernel call failed\n");
-      goto error;
-    }
+  CHECK_OPENCL_ERROR_IN("clCreateKernel");
+  TEST_ASSERT(kernelB);
   
   kernelC = clCreateKernel (program, "test_kernel", NULL); 
-  if (!kernelC) 
-    {
-      puts("clCreateKernel call failed\n");
-      goto error;
-    }
+  CHECK_OPENCL_ERROR_IN("clCreateKernel");
+  TEST_ASSERT(kernelC);
   
   err = clSetKernelArg (kernelA, 0, sizeof (cl_mem), &inputBufferA);
-  if (err)
-    {
-      puts("clSetKernelArg failed\n");
-      goto error;
-    }
+  CHECK_OPENCL_ERROR_IN("clSetKernelArg");
  
   err = clSetKernelArg (kernelB, 0, sizeof (cl_mem), &inputBufferB);
-  if (err)
-    {
-      puts("clSetKernelArg failed\n");
-      goto error;
-    }
+  CHECK_OPENCL_ERROR_IN("clSetKernelArg");
   
   err = clSetKernelArg (kernelC, 0, sizeof (cl_mem), &inputBufferC);
-  if (err)
-    {
-      puts("clSetKernelArg failed\n");
-      goto error;
-    }
+  CHECK_OPENCL_ERROR_IN("clSetKernelArg");
 
-    
 
   /* first enqueue A1*/
   err = clEnqueueNDRangeKernel (queueA, kernelA, 1, NULL, global_work_size, 
                                 local_work_size, 0, NULL, &eventA1); 
-  if (err != CL_SUCCESS) 
-    {
-      puts("clEnqueueNDRangeKernel call failed\n");
-      goto error;
-    }
+  CHECK_OPENCL_ERROR_IN("clEnqueueNDRangeKernel");
 
   /* enqueue B2 */
   B2_wait_list[0] = eventA1;
   err = clEnqueueNDRangeKernel (queueB, kernelB, 1, NULL, global_work_size, 
                                 local_work_size, 1, B2_wait_list, &eventB2); 
-  if (err != CL_SUCCESS) 
-    {
-      puts("clEnqueueNDRangeKernel call failed\n");
-      goto error;
-    }
+  CHECK_OPENCL_ERROR_IN("clEnqueueNDRangeKernel");
 
   /* enqueue A3 */
   A3_wait_list[0] = eventB2;
   err = clEnqueueNDRangeKernel (queueA, kernelA, 1, NULL, global_work_size, 
                                 local_work_size, 1, A3_wait_list, &eventA3); 
-  if (err != CL_SUCCESS) 
-    {
-      puts("clEnqueueNDRangeKernel call failed\n");
-      goto error;
-    }
+  CHECK_OPENCL_ERROR_IN("clEnqueueNDRangeKernel");
 
   /* enqueue B4 */
   B4_wait_list[0] = eventA3;
   err = clEnqueueNDRangeKernel (queueB, kernelB, 1, NULL, global_work_size, 
                                 local_work_size, 1, B4_wait_list, &eventB4); 
-  if (err != CL_SUCCESS) 
-    {
-      puts("clEnqueueNDRangeKernel call failed\n");
-      goto error;
-    }
+  CHECK_OPENCL_ERROR_IN("clEnqueueNDRangeKernel");
 
   /* enqueue C5 */
   C5_wait_list[0] = eventA3;
   C5_wait_list[1] = eventB4;
   err = clEnqueueNDRangeKernel (queueC, kernelC, 1, NULL, global_work_size, 
                                 local_work_size, 2, C5_wait_list, NULL); 
-  if (err != CL_SUCCESS) 
-    {
-      puts("clEnqueueNDRangeKernel call failed\n");
-      goto error;
-    }
-
+  CHECK_OPENCL_ERROR_IN("clEnqueueNDRangeKernel");
 
   clFinish(queueC);
   printf("\n");
   return EXIT_SUCCESS;
 
- error:
-  return EXIT_FAILURE;
 
 }
diff --git a/tests/runtime/test_clGetDeviceInfo.c b/tests/runtime/test_clGetDeviceInfo.c
index 228d444..4abb80d 100644
--- a/tests/runtime/test_clGetDeviceInfo.c
+++ b/tests/runtime/test_clGetDeviceInfo.c
@@ -1,6 +1,7 @@
 #include <stdio.h>
 #include <stdlib.h>
 #include <CL/cl.h>
+#include "poclu.h"
 
 #define MAX_PLATFORMS 32
 #define MAX_DEVICES   32
@@ -16,15 +17,15 @@ main(void)
   cl_uint i, j;
 
   err = clGetPlatformIDs(MAX_PLATFORMS, platforms, &nplatforms);	
-  if (err != CL_SUCCESS)
+  CHECK_OPENCL_ERROR_IN("clGetPlatformIDs");
+  if (!nplatforms)
     return EXIT_FAILURE;
 
   for (i = 0; i < nplatforms; i++)
   {
     err = clGetDeviceIDs(platforms[i], CL_DEVICE_TYPE_ALL, MAX_DEVICES,
                          devices, &ndevices);
-    if (err != CL_SUCCESS)
-      return EXIT_FAILURE;
+    CHECK_OPENCL_ERROR_IN("clGetDeviceIDs");
 
     for (j = 0; j < ndevices; j++)
     {
@@ -32,24 +33,20 @@ main(void)
 
       err = clGetDeviceInfo(devices[j], CL_DEVICE_GLOBAL_MEM_SIZE,
                             sizeof(global_memsize), &global_memsize, NULL);
-      if (err != CL_SUCCESS)
-        return EXIT_FAILURE;
+      CHECK_OPENCL_ERROR_IN("clGetDeviceInfo");
 
       err = clGetDeviceInfo(devices[j], CL_DEVICE_MAX_MEM_ALLOC_SIZE,
                             sizeof(max_mem_alloc_size), &max_mem_alloc_size,
                             NULL);
-      if (err != CL_SUCCESS)
-        return EXIT_FAILURE;
+      CHECK_OPENCL_ERROR_IN("clGetDeviceInfo");
 
-      if (global_memsize == 0)
-        return EXIT_FAILURE;
+      TEST_ASSERT(global_memsize > 0);
 
       min_max_mem_alloc_size = 128*1024*1024;
       if (min_max_mem_alloc_size < global_memsize/4)
         min_max_mem_alloc_size = global_memsize/4;
 
-      if (max_mem_alloc_size < min_max_mem_alloc_size)
-        return EXIT_FAILURE;
+      TEST_ASSERT(max_mem_alloc_size >= min_max_mem_alloc_size);
     }
   }
   return EXIT_SUCCESS;
diff --git a/tests/runtime/test_clGetEventInfo.c b/tests/runtime/test_clGetEventInfo.c
index b38fe92..02b6c36 100644
--- a/tests/runtime/test_clGetEventInfo.c
+++ b/tests/runtime/test_clGetEventInfo.c
@@ -1,6 +1,7 @@
 #include <stdio.h>
 #include <stdlib.h>
 #include <CL/cl.h>
+#include "poclu.h"
 
 #define MAX_PLATFORMS 32
 #define MAX_DEVICES   32
@@ -15,58 +16,46 @@ main(void)
   cl_uint ndevices;
   cl_uint i, j;
 
-  err = clGetPlatformIDs(MAX_PLATFORMS, platforms, &nplatforms);	
-  if (err != CL_SUCCESS)
-    return EXIT_FAILURE;
+  CHECK_CL_ERROR(clGetPlatformIDs(MAX_PLATFORMS, platforms, &nplatforms));
 
   for (i = 0; i < nplatforms; i++)
     {
-      err = clGetDeviceIDs(platforms[i], CL_DEVICE_TYPE_ALL, MAX_DEVICES,
-			   devices, &ndevices);
-      if (err != CL_SUCCESS)
-        return EXIT_FAILURE;
+      CHECK_CL_ERROR(clGetDeviceIDs(platforms[i], CL_DEVICE_TYPE_ALL, MAX_DEVICES,
+                           devices, &ndevices));
       
       for (j = 0; j < ndevices; j++)
         {
           cl_context context = clCreateContext(NULL, 1, &devices[j], NULL, NULL, &err);
-          if (err != CL_SUCCESS)
-            return EXIT_FAILURE;
           cl_command_queue queue = clCreateCommandQueue(context, devices[j], 0, &err);
-          if (err != CL_SUCCESS)
-            return EXIT_FAILURE;
           
           const int buf_size = 1024;
           cl_int host_buf[buf_size];
           
           cl_mem buf = clCreateBuffer(context, CL_MEM_READ_WRITE, sizeof(cl_int) * buf_size, NULL, &err);
-          if (err != CL_SUCCESS)
-            return EXIT_FAILURE;
           cl_event buf_event;
-          if (clEnqueueReadBuffer(queue, buf, CL_TRUE, 0, sizeof(cl_int) * buf_size, &host_buf, 0, NULL, &buf_event) != CL_SUCCESS)
-            return EXIT_FAILURE;
-          clFinish(queue);
+          CHECK_CL_ERROR(clEnqueueReadBuffer(queue, buf, CL_TRUE, 0, sizeof(cl_int) * buf_size, &host_buf, 0, NULL, &buf_event));
+          CHECK_CL_ERROR(clFinish(queue));
           cl_command_queue event_command_queue;
           size_t param_val_size_ret;
-          if (clGetEventInfo(buf_event, CL_EVENT_COMMAND_QUEUE, sizeof(cl_command_queue), &event_command_queue, &param_val_size_ret) != CL_SUCCESS)
-            return EXIT_FAILURE;
-          if (param_val_size_ret != sizeof(cl_command_queue) || event_command_queue != queue)
-            return EXIT_FAILURE;
+          CHECK_CL_ERROR(clGetEventInfo(buf_event, CL_EVENT_COMMAND_QUEUE, sizeof(cl_command_queue), &event_command_queue, &param_val_size_ret));
+          TEST_ASSERT(param_val_size_ret == sizeof(cl_command_queue));
+          TEST_ASSERT(event_command_queue == queue);
           
           cl_command_type command_type;
-          if (clGetEventInfo(buf_event, CL_EVENT_COMMAND_TYPE, sizeof(cl_command_type), &command_type, &param_val_size_ret) != CL_SUCCESS)
-            return EXIT_FAILURE;
-          if (param_val_size_ret != sizeof(cl_command_type) || command_type != CL_COMMAND_READ_BUFFER)
-            return EXIT_FAILURE;
-          
+          CHECK_CL_ERROR(clGetEventInfo(buf_event, CL_EVENT_COMMAND_TYPE, sizeof(cl_command_type), &command_type, &param_val_size_ret));
+          TEST_ASSERT(param_val_size_ret == sizeof(cl_command_type));
+          TEST_ASSERT(command_type == CL_COMMAND_READ_BUFFER);
+
           cl_int execution_status;
-          if (clGetEventInfo(buf_event, CL_EVENT_COMMAND_EXECUTION_STATUS, sizeof(cl_int), &execution_status, &param_val_size_ret) != CL_SUCCESS)
-            return EXIT_FAILURE;
-          if (param_val_size_ret != sizeof(cl_int) || execution_status != CL_COMPLETE)
-            return EXIT_FAILURE;
-          
-          clReleaseEvent(buf_event);
-          clReleaseMemObject(buf);
-          clReleaseCommandQueue(queue);
+          CHECK_CL_ERROR(clGetEventInfo(buf_event, CL_EVENT_COMMAND_EXECUTION_STATUS, sizeof(cl_int), &execution_status, &param_val_size_ret));
+          TEST_ASSERT(param_val_size_ret == sizeof(cl_int));
+          TEST_ASSERT(execution_status == CL_COMPLETE);
+
+          CHECK_CL_ERROR(clReleaseEvent(buf_event));
+
+          CHECK_CL_ERROR(clReleaseMemObject(buf));
+
+          CHECK_CL_ERROR(clReleaseCommandQueue(queue));
         }
     }
   return EXIT_SUCCESS;
diff --git a/tests/runtime/test_clGetKernelArgInfo.c b/tests/runtime/test_clGetKernelArgInfo.c
index 08df1e5..216b40b 100644
--- a/tests/runtime/test_clGetKernelArgInfo.c
+++ b/tests/runtime/test_clGetKernelArgInfo.c
@@ -26,7 +26,6 @@
 #include <stdio.h>
 #include <stdlib.h>
 #include "poclu.h"
-#include "pocl_tests.h"
 #include "config.h"
 
 char kernelSourceCode[] =
@@ -77,30 +76,36 @@ int test_program(cl_program program, int is_spir) {
   err = clGetKernelArgInfo(test_kernel, 0, CL_KERNEL_ARG_ADDRESS_QUALIFIER,
                             BUF_LEN, &kernel_arg.address, &retsize);
   CHECK_OPENCL_ERROR_IN("clGetKernelArgInfo");
-  TEST_ASSERT((kernel_arg.address==CL_KERNEL_ARG_ADDRESS_CONSTANT) && "arg of test_kernel is not CONSTANT addr space");
+  printf ("adr: %x\n", kernel_arg.address);
+  TEST_ASSERT((kernel_arg.address==CL_KERNEL_ARG_ADDRESS_CONSTANT) &&
+	      "arg of test_kernel is not CONSTANT addr space");
 
   err = clGetKernelArgInfo(test_kernel, 1, CL_KERNEL_ARG_ADDRESS_QUALIFIER,
                             BUF_LEN, &kernel_arg.address, &retsize);
   CHECK_OPENCL_ERROR_IN("clGetKernelArgInfo");
-  TEST_ASSERT((kernel_arg.address==CL_KERNEL_ARG_ADDRESS_GLOBAL) && "arg of test_kernel is not GLOBAL addr space");
+  TEST_ASSERT((kernel_arg.address==CL_KERNEL_ARG_ADDRESS_GLOBAL) &&
+	      "arg of test_kernel is not GLOBAL addr space");
 
 
   err = clGetKernelArgInfo(test_kernel, 2, CL_KERNEL_ARG_ADDRESS_QUALIFIER,
                             BUF_LEN, &kernel_arg.address, &retsize);
   CHECK_OPENCL_ERROR_IN("clGetKernelArgInfo");
-  TEST_ASSERT((kernel_arg.address==CL_KERNEL_ARG_ADDRESS_GLOBAL) && "arg of test_kernel is not GLOBAL addr space");
+  TEST_ASSERT((kernel_arg.address==CL_KERNEL_ARG_ADDRESS_GLOBAL) &&
+	      "arg of test_kernel is not GLOBAL addr space");
 
 
   err = clGetKernelArgInfo(test_kernel, 3, CL_KERNEL_ARG_ADDRESS_QUALIFIER,
                             BUF_LEN, &kernel_arg.address, &retsize);
   CHECK_OPENCL_ERROR_IN("clGetKernelArgInfo");
-  TEST_ASSERT((kernel_arg.address==CL_KERNEL_ARG_ADDRESS_PRIVATE) && "arg of test_kernel is not PRIVATE addr space");
+  TEST_ASSERT((kernel_arg.address==CL_KERNEL_ARG_ADDRESS_PRIVATE) &&
+	      "arg of test_kernel is not PRIVATE addr space");
 
 
   err = clGetKernelArgInfo(test_kernel, 4, CL_KERNEL_ARG_ADDRESS_QUALIFIER,
                             BUF_LEN, &kernel_arg.address, &retsize);
   CHECK_OPENCL_ERROR_IN("clGetKernelArgInfo");
-  TEST_ASSERT((kernel_arg.address==CL_KERNEL_ARG_ADDRESS_LOCAL) && "arg of test_kernel is not LOCAL addr space");
+  TEST_ASSERT((kernel_arg.address==CL_KERNEL_ARG_ADDRESS_LOCAL) &&
+	      "arg of test_kernel is not LOCAL addr space");
 
   /* ACCESS QUALIFIER tests */
   // constant char* msg, global volatile float* in, global float* out, const float j, local int* c
@@ -109,7 +114,8 @@ int test_program(cl_program program, int is_spir) {
     err = clGetKernelArgInfo(test_kernel, i, CL_KERNEL_ARG_ACCESS_QUALIFIER,
                               BUF_LEN, &kernel_arg.access, &retsize);
     CHECK_OPENCL_ERROR_IN("clGetKernelArgInfo");
-    TEST_ASSERT((kernel_arg.access==CL_KERNEL_ARG_ACCESS_NONE) && "arg of test_kernel is not NONE access");
+    TEST_ASSERT((kernel_arg.access==CL_KERNEL_ARG_ACCESS_NONE) &&
+		"arg of test_kernel is not NONE access");
   }
 
   /* TYPE NAME tests */
@@ -119,26 +125,30 @@ int test_program(cl_program program, int is_spir) {
                             BUF_LEN, &kernel_arg.string, &retsize);
   CHECK_OPENCL_ERROR_IN("clGetKernelArgInfo");
   TEST_ASSERT((retsize==6) && " arg type name size of test_kernel doesnt fit");
-  TEST_ASSERT((strncmp(kernel_arg.string, "char*", 6)==0) && " arg type name of test_kernel doesnt compare");
+  TEST_ASSERT((strncmp(kernel_arg.string, "char*", 6)==0) &&
+	      " arg type name of test_kernel doesnt compare");
 
 
   err = clGetKernelArgInfo(test_kernel, 1, CL_KERNEL_ARG_TYPE_NAME,
                             BUF_LEN, &kernel_arg.string, &retsize);
   CHECK_OPENCL_ERROR_IN("clGetKernelArgInfo");
   TEST_ASSERT((retsize==7) && " arg type name size of test_kernel doesnt fit");
-  TEST_ASSERT((strncmp(kernel_arg.string, "float*", 7)==0) && " arg type name of test_kernel doesnt compare");
+  TEST_ASSERT((strncmp(kernel_arg.string, "float*", 7)==0) &&
+	      " arg type name of test_kernel doesnt compare");
 
   err = clGetKernelArgInfo(test_kernel, 3, CL_KERNEL_ARG_TYPE_NAME,
                             BUF_LEN, &kernel_arg.string, &retsize);
   CHECK_OPENCL_ERROR_IN("clGetKernelArgInfo");
   TEST_ASSERT((retsize==6) && " arg type name size of test_kernel doesnt fit");
-  TEST_ASSERT((strncmp(kernel_arg.string, "float", 6)==0) && " arg type name of test_kernel doesnt compare");
+  TEST_ASSERT((strncmp(kernel_arg.string, "float", 6)==0) &&
+	      " arg type name of test_kernel doesnt compare");
 
   err = clGetKernelArgInfo(test_kernel, 4, CL_KERNEL_ARG_TYPE_NAME,
                             BUF_LEN, &kernel_arg.string, &retsize);
   CHECK_OPENCL_ERROR_IN("clGetKernelArgInfo");
   TEST_ASSERT((retsize==5) && " arg type name size of test_kernel doesnt fit");
-  TEST_ASSERT((strncmp(kernel_arg.string, "int*", 5)==0) && " arg type name of test_kernel doesnt compare");
+  TEST_ASSERT((strncmp(kernel_arg.string, "int*", 5)==0) &&
+	      " arg type name of test_kernel doesnt compare");
 
   /* TYPE QUALIFIER tests */
   // constant char* msg, global volatile float* in, global float* out, const float j, local int* c
@@ -146,22 +156,26 @@ int test_program(cl_program program, int is_spir) {
   err = clGetKernelArgInfo(test_kernel, 0, CL_KERNEL_ARG_TYPE_QUALIFIER,
                             BUF_LEN, &kernel_arg.type, &retsize);
   CHECK_OPENCL_ERROR_IN("clGetKernelArgInfo");
-  TEST_ASSERT((kernel_arg.type==CL_KERNEL_ARG_TYPE_CONST) && "type qualifier of arg of test_kernel is not CONST");
+  TEST_ASSERT((kernel_arg.type==CL_KERNEL_ARG_TYPE_CONST) &&
+	      "type qualifier of arg of test_kernel is not CONST");
 
   err = clGetKernelArgInfo(test_kernel, 1, CL_KERNEL_ARG_TYPE_QUALIFIER,
                             BUF_LEN, &kernel_arg.type, &retsize);
   CHECK_OPENCL_ERROR_IN("clGetKernelArgInfo");
-  TEST_ASSERT((kernel_arg.type==CL_KERNEL_ARG_TYPE_VOLATILE) && "type qualifier of arg of test_kernel is not VOLATILE");
+  TEST_ASSERT((kernel_arg.type==CL_KERNEL_ARG_TYPE_VOLATILE) &&
+	      "type qualifier of arg of test_kernel is not VOLATILE");
 
   err = clGetKernelArgInfo(test_kernel, 2, CL_KERNEL_ARG_TYPE_QUALIFIER,
                             BUF_LEN, &kernel_arg.type, &retsize);
   CHECK_OPENCL_ERROR_IN("clGetKernelArgInfo");
-  TEST_ASSERT((kernel_arg.type==CL_KERNEL_ARG_TYPE_NONE) && "type qualifier of arg of test_kernel is not NONE");
+  TEST_ASSERT((kernel_arg.type==CL_KERNEL_ARG_TYPE_NONE) &&
+	      "type qualifier of arg of test_kernel is not NONE");
 
   err = clGetKernelArgInfo(test_kernel, 3, CL_KERNEL_ARG_TYPE_QUALIFIER,
                             BUF_LEN, &kernel_arg.type, &retsize);
   CHECK_OPENCL_ERROR_IN("clGetKernelArgInfo");
-  TEST_ASSERT((kernel_arg.type==CL_KERNEL_ARG_TYPE_CONST) && "type qualifier of arg of test_kernel is not CONST");
+  TEST_ASSERT((kernel_arg.type==CL_KERNEL_ARG_TYPE_CONST) &&
+	      "type qualifier of arg of test_kernel is not CONST");
 
   /* NAME tests */
   // constant char* msg, global volatile float* in, global float* out, const float j, local int* c
@@ -276,38 +290,24 @@ int test_program_nometa(cl_program program) {
   return EXIT_SUCCESS;
 }
 
-int spir_program(const char * filename, cl_context ctx, cl_device_id did, cl_program* program) {
+int spir_program(char * filename, cl_context ctx, cl_device_id did, cl_program* program) {
   cl_int err;
+
   size_t program_size;
   char* program_buffer;
-  FILE *spir_bitcode;
-
-  printf("opening File: %s\n", filename);
-  spir_bitcode = fopen(filename, "r");
-  TEST_ASSERT(spir_bitcode && "couldn't find spir bitcode file for this test");
 
-  fseek (spir_bitcode, 0, SEEK_END);
-  program_size = ftell (spir_bitcode);
-  fseek (spir_bitcode, 0, SEEK_SET);
+  program_buffer = poclu_read_binfile(filename, &program_size);
   TEST_ASSERT(program_size > 2000);
+  TEST_ASSERT(program_buffer != NULL);
   printf("program size: %zi\n", program_size);
 
-  program_buffer = (char *) malloc (program_size +1 );
-  TEST_ASSERT(program_buffer);
-
-  TEST_ASSERT(fread(program_buffer, program_size, 1, spir_bitcode) == 1);
-
-  TEST_ASSERT(fclose(spir_bitcode) == 0);
-
-
   *program = clCreateProgramWithBinary (ctx, 1, &did, &program_size,
                                        (const unsigned char**)&program_buffer,
                                         NULL, &err);
   CHECK_OPENCL_ERROR_IN("clCreateProgramWithBinary");
   TEST_ASSERT(program);
 
-  err = clBuildProgram (*program, 1, &did, NULL, NULL, NULL);
-  CHECK_OPENCL_ERROR_IN("clBuildProgram");
+  CHECK_CL_ERROR(clBuildProgram (*program, 1, &did, NULL, NULL, NULL));
 
   return EXIT_SUCCESS;
 }
@@ -325,7 +325,6 @@ int main()
 
   cl_program program = NULL;
 
-
   poclu_get_any_device(&ctx, &did, &queue);
   TEST_ASSERT(ctx);
   TEST_ASSERT(did);
@@ -346,28 +345,25 @@ int main()
   CHECK_OPENCL_ERROR_IN("clBuildProgram");
 
   printf("\nNON-SPIR\n");
-  if (test_program(program, 0) != EXIT_SUCCESS) return EXIT_FAILURE;
+  TEST_ASSERT(test_program(program, 0) == EXIT_SUCCESS);
 
-  err = clReleaseProgram(program);
-  CHECK_OPENCL_ERROR_IN("clReleaseProgram");
+  CHECK_CL_ERROR(clReleaseProgram(program));
 
   /* SPIR program */
 
   printf("\nSPIR with metadata\n");
-  if(spir_program(SPIR_FILE(POCL_DEVICE_ADDRESS_BITS, "_meta"), ctx, did, &program) != EXIT_SUCCESS) return EXIT_FAILURE;
+  TEST_ASSERT(spir_program(SPIR_FILE(POCL_DEVICE_ADDRESS_BITS, "_meta"), ctx, did, &program) == EXIT_SUCCESS);
 
-  if (test_program(program, 1) != EXIT_SUCCESS) return EXIT_FAILURE;
+  TEST_ASSERT(test_program(program, 1) == EXIT_SUCCESS);
 
-  err = clReleaseProgram(program);
-  CHECK_OPENCL_ERROR_IN("clReleaseProgram");
+  CHECK_CL_ERROR(clReleaseProgram(program));
 
   printf("\nSPIR WITHOUT metadata\n");
-  if(spir_program(SPIR_FILE(POCL_DEVICE_ADDRESS_BITS, "_nometa"), ctx, did, &program) != EXIT_SUCCESS) return EXIT_FAILURE;
+  TEST_ASSERT(spir_program(SPIR_FILE(POCL_DEVICE_ADDRESS_BITS, "_nometa"), ctx, did, &program) == EXIT_SUCCESS);
 
-  if (test_program_nometa(program) != EXIT_SUCCESS) return EXIT_FAILURE;
+  TEST_ASSERT(test_program_nometa(program) == EXIT_SUCCESS);
 
-  err = clReleaseProgram(program);
-  CHECK_OPENCL_ERROR_IN("clReleaseProgram");
+  CHECK_CL_ERROR(clReleaseProgram(program));
 
   printf("\nOK\n");
   return EXIT_SUCCESS;
diff --git a/tests/runtime/test_clGetSupportedImageFormats.c b/tests/runtime/test_clGetSupportedImageFormats.c
index 32b2249..cf320aa 100644
--- a/tests/runtime/test_clGetSupportedImageFormats.c
+++ b/tests/runtime/test_clGetSupportedImageFormats.c
@@ -2,7 +2,6 @@
 #include <stdlib.h>
 #include <CL/cl.h>
 #include "poclu.h"
-#include "pocl_tests.h"
 
 #define MAX_DEVICES   2
 
@@ -18,33 +17,29 @@ main(void)
   cl_uint num_entries;
   
   err = clGetPlatformIDs (1, platform, &nplatforms);	
-  if (err != CL_SUCCESS)
-    return EXIT_FAILURE;
+  CHECK_OPENCL_ERROR_IN("clGetPlatformIDs");
 
   err = clGetDeviceIDs (platform[0], CL_DEVICE_TYPE_ALL, MAX_DEVICES,
                         devices, &ndevices);
-  if (err != CL_SUCCESS)
-	return EXIT_FAILURE;
+  CHECK_OPENCL_ERROR_IN("clGetDeviceIDs");
 
   TEST_ASSERT(ndevices >= 2);
 
   cl_context context = clCreateContext (NULL, ndevices, devices, NULL, NULL, 
                                         &err);
+  CHECK_OPENCL_ERROR_IN("clCreateContext");
 
-  if (err != CL_SUCCESS)
-    return EXIT_FAILURE;
-  
-  clGetSupportedImageFormats (context, 0, CL_MEM_OBJECT_IMAGE2D, 0, 
+  err = clGetSupportedImageFormats (context, 0, CL_MEM_OBJECT_IMAGE2D, 0,
                               NULL, &num_entries);
+  CHECK_OPENCL_ERROR_IN("clGetSupportedImageFormats");
   
   img_formats = (cl_image_format*)malloc (sizeof(cl_image_format)*num_entries);
 
-  clGetSupportedImageFormats (context, 0, CL_MEM_OBJECT_IMAGE2D, 
+  err = clGetSupportedImageFormats (context, 0, CL_MEM_OBJECT_IMAGE2D,
                                       num_entries, img_formats, NULL);
+  CHECK_OPENCL_ERROR_IN("clGetSupportedImageFormats");
 
-  if (err != CL_SUCCESS || num_entries == 0) 
-    return EXIT_FAILURE;
-  
+  TEST_ASSERT(num_entries != 0);
 
   return EXIT_SUCCESS;
 }
diff --git a/tests/runtime/test_clSetEventCallback.c b/tests/runtime/test_clSetEventCallback.c
index ee6429d..1fa4015 100644
--- a/tests/runtime/test_clSetEventCallback.c
+++ b/tests/runtime/test_clSetEventCallback.c
@@ -24,6 +24,13 @@
 #include <string.h>
 #include <stdio.h>
 #include <stdlib.h>
+#include <unistd.h>
+
+#include "poclu.h"
+
+volatile int submit = 0;
+volatile int running = 0;
+volatile int complete = 0;
 
 void callback_function(cl_event event, 
                        cl_int   event_command_exec_status, 
@@ -31,123 +38,104 @@ void callback_function(cl_event event,
 {
   printf("%s ", (const char *)user_data);
   if(event_command_exec_status == CL_SUBMITTED)
-    printf("CL_SUBMITTED\n");
-
+    {
+      printf("CL_SUBMITTED\n");
+      submit = 1;
+    }
   if(event_command_exec_status == CL_RUNNING)
-    printf("CL_RUNNING\n");
+    {
+      printf("CL_RUNNING\n");
+      running = 1;
+    }
 
   if(event_command_exec_status == CL_COMPLETE)
-    printf("CL_COMPLETE\n");
-  
+    {
+      printf("CL_COMPLETE\n");
+      complete = 1;
+    }
+  fflush(stdout);
   return;
 }
 
+/* TODO this test relied on output of printf() from kernel
+ * appearing in specific order WRT event state callbacks,
+ * which is likely UB. OpenCL states printf()
+ * should happen "at clFinish time" but AFAICT
+ * does not state, if it should happen before
+ * or after the event-completed callback call.
+ * -> test disabled for now. */
 char kernelASourceCode[] = 
 "kernel \n"
 "void test_kernel(constant char* input) {\n"
-"    printf(\"%s\", input);\n"
+"    if (input[0] == 'X') printf(\"match\");\n"
 "}\n";
 
 int main()
 {
   size_t global_work_size[1] = { 1 }, local_work_size[1]= { 1 };
   cl_int err;
-  cl_platform_id platforms[1];
-  cl_uint nplatforms;
-  cl_device_id devices[1]; // + 1 for duplicate test
-  cl_uint num_devices;
   cl_program program = NULL;
   cl_kernel kernel = NULL;
   char input[] = "kernel in execution\n";
   char *user_data = "Callback function: event status:";
   cl_mem inputBuffer = NULL;
-  /* command queues */
-  cl_command_queue queue = NULL;
   /* events */
   cl_event an_event = NULL;
-  
-  err = clGetPlatformIDs(1, platforms, &nplatforms);	
-  if (err != CL_SUCCESS && !nplatforms)
-    return EXIT_FAILURE;
-  
-  err = clGetDeviceIDs(platforms[0], CL_DEVICE_TYPE_ALL, 1,
-                       devices, &num_devices);  
-  if (err != CL_SUCCESS)
-    return EXIT_FAILURE;
-
-  cl_context context = clCreateContext(NULL, num_devices, devices, NULL, 
-                                       NULL, &err);
-  if (err != CL_SUCCESS)
-    return EXIT_FAILURE;
-
-  err = clGetContextInfo(context, CL_CONTEXT_DEVICES,
-                         sizeof(cl_device_id), devices, NULL);
-  if (err != CL_SUCCESS) 
-    {
-      puts("clGetContextInfo call failed\n");
-      goto error;
-    }
+  int i;
 
-  queue = clCreateCommandQueue(context, devices[0], 0, NULL); 
-  if (!queue) 
-    {
-      puts("clCreateCommandQueue call failed\n");
-      goto error;
-    }
+  cl_context context;
+  cl_command_queue queue;
+  cl_device_id device;
+
+  CHECK_CL_ERROR(poclu_get_any_device(&context, &device, &queue));
+  TEST_ASSERT( context );
+  TEST_ASSERT( device );
+  TEST_ASSERT( queue );
+
+  CHECK_CL_ERROR(clGetContextInfo(context, CL_CONTEXT_DEVICES,
+                         sizeof(cl_device_id), &device, NULL));
 
   inputBuffer = clCreateBuffer(context, 
                                CL_MEM_READ_ONLY | CL_MEM_COPY_HOST_PTR, 
                                strlen (input)+1, (void *) input, &err);
-  if (inputBuffer == NULL)
-    {
-      printf("clCreateBuffer call failed err = %d\n", err);
-      goto error;
-    }
-  
+  CHECK_OPENCL_ERROR_IN("clCreateBuffer");
+
   size_t kernel_size = strlen (kernelASourceCode);
   char* kernel_buffer = kernelASourceCode;
   
   program = clCreateProgramWithSource (context, 1, 
                                        (const char**)&kernel_buffer, 
                                        &kernel_size, &err);
-  if (err != CL_SUCCESS)
-    return EXIT_FAILURE;
+  CHECK_OPENCL_ERROR_IN("clCreateProgramWithSource");
 
-  err = clBuildProgram (program, num_devices, devices, NULL, NULL, NULL);
-  if (err != CL_SUCCESS)
-    return EXIT_FAILURE;
+  CHECK_CL_ERROR(clBuildProgram (program, 1, &device, NULL, NULL, NULL));
 
-  kernel = clCreateKernel (program, "test_kernel", NULL); 
-  if (!kernel) 
-    {
-      puts("clCreateKernel call failed\n");
-      goto error;
-    }
+  kernel = clCreateKernel (program, "test_kernel", &err);
+  CHECK_OPENCL_ERROR_IN("clCreateKernel");
   
-  err = clSetKernelArg (kernel, 0, sizeof (cl_mem), &inputBuffer);
-  if (err)
-    {
-      puts("clSetKernelArg failed\n");
-      goto error;
-    }
+  CHECK_CL_ERROR(clSetKernelArg (kernel, 0, sizeof (cl_mem), &inputBuffer));
  
   /* launch kernel*/
-  err = clEnqueueNDRangeKernel (queue, kernel, 1, NULL, global_work_size, 
-                                local_work_size, 0, NULL, &an_event); 
-  if (err != CL_SUCCESS) 
-    {
-      puts("clEnqueueNDRangeKernel call failed\n");
-      goto error;
-    }
-  clSetEventCallback(an_event, CL_SUBMITTED, callback_function, user_data);
-  clSetEventCallback(an_event, CL_RUNNING, callback_function, user_data);
-  clSetEventCallback(an_event, CL_COMPLETE, callback_function, user_data);
+  CHECK_CL_ERROR(clEnqueueNDRangeKernel (queue, kernel, 1, NULL, global_work_size,
+                                local_work_size, 0, NULL, &an_event));
 
-  clFinish(queue);
+  CHECK_CL_ERROR(clSetEventCallback(an_event, CL_SUBMITTED, callback_function, user_data));
+  CHECK_CL_ERROR(clSetEventCallback(an_event, CL_RUNNING, callback_function, user_data));
+  CHECK_CL_ERROR(clSetEventCallback(an_event, CL_COMPLETE, callback_function, user_data));
 
-  return EXIT_SUCCESS;
+  CHECK_CL_ERROR(clFinish(queue));
 
- error:
-  return EXIT_FAILURE;
+  i = 0;
+  while (!submit || !running || !complete)
+    {
+      sleep(1);
+      ++i;
+      if (i >= 10)
+        {
+          puts("Callback functions were not called in 10s -> assume FAIL\n");
+          return EXIT_FAILURE;
+        }
+    }
+  return EXIT_SUCCESS;
 
 }
diff --git a/tests/runtime/test_clSetEventCallback_expout.txt b/tests/runtime/test_clSetEventCallback_expout.txt
index 8e625b3..1e54c4e 100644
--- a/tests/runtime/test_clSetEventCallback_expout.txt
+++ b/tests/runtime/test_clSetEventCallback_expout.txt
@@ -1,4 +1,3 @@
-kernel in execution
 Callback function: event status: CL_SUBMITTED
 Callback function: event status: CL_RUNNING
 Callback function: event status: CL_COMPLETE
diff --git a/tests/runtime/test_clSetMemObjectDestructorCallback.c b/tests/runtime/test_clSetMemObjectDestructorCallback.c
new file mode 100644
index 0000000..88bd663
--- /dev/null
+++ b/tests/runtime/test_clSetMemObjectDestructorCallback.c
@@ -0,0 +1,49 @@
+#include <stdio.h>
+#include <stdlib.h>
+#include <CL/cl.h>
+#include "poclu.h"
+
+#define MAX_DEVICES   1
+
+#define FAKE_PTR 0xDEADBEEF
+
+void callback(cl_mem memobj, void *user_data)
+{
+  if (user_data == (void*)FAKE_PTR)
+    printf("OK\n");
+  else
+    printf("FAIL\n");
+}
+
+int
+main(void)
+{
+  cl_int err;
+  cl_platform_id platform[1];
+  cl_uint nplatforms;
+  cl_device_id devices[MAX_DEVICES];
+  cl_uint ndevices;
+
+  err = clGetPlatformIDs (1, platform, &nplatforms);
+  CHECK_OPENCL_ERROR_IN("clGetPlatformIDs");
+
+  err = clGetDeviceIDs (platform[0], CL_DEVICE_TYPE_ALL, MAX_DEVICES,
+                        devices, &ndevices);
+  CHECK_OPENCL_ERROR_IN("clGetDeviceIDs");
+
+  TEST_ASSERT(ndevices >= 1);
+
+  cl_context context = clCreateContext (NULL, 1, devices, NULL, NULL, &err);
+  CHECK_OPENCL_ERROR_IN("clCreateContext");
+
+  cl_mem mem = clCreateBuffer (context, 0, 1024, NULL, &err);
+  CHECK_OPENCL_ERROR_IN("clCreateBuffer");
+
+  err = clSetMemObjectDestructorCallback (mem, callback, (void*)FAKE_PTR);
+  CHECK_OPENCL_ERROR_IN("clSetMemObjectDestructorCallback");
+
+  err = clReleaseMemObject (mem);
+  CHECK_OPENCL_ERROR_IN("clReleaseMemObject");
+
+  return EXIT_SUCCESS;
+}
diff --git a/tests/runtime/test_enqueue_kernel_from_binary.c b/tests/runtime/test_enqueue_kernel_from_binary.c
new file mode 100644
index 0000000..d23f1d6
--- /dev/null
+++ b/tests/runtime/test_enqueue_kernel_from_binary.c
@@ -0,0 +1,428 @@
+/* Tests a kernel create with binary.
+
+   Copyright (c) 2016 pocl developers
+
+   Permission is hereby granted, free of charge, to any person obtaining a copy
+   of this software and associated documentation files (the "Software"), to deal
+   in the Software without restriction, including without limitation the rights
+   to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+   copies of the Software, and to permit persons to whom the Software is
+   furnished to do so, subject to the following conditions:
+
+   The above copyright notice and this permission notice shall be included in
+   all copies or substantial portions of the Software.
+
+   THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+   IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+   FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+   AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+   LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+   OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+   THE SOFTWARE.
+*/
+
+#include <stdio.h>
+#include <stdlib.h>
+#include <string.h>
+#include <assert.h>
+#include <CL/opencl.h>
+
+#include "poclu.h"
+
+#define BUFFER_SIZE 1024
+
+// OpenCL kernel. Each work item takes care of one element of c
+const char *kernelSource =                                               "\n"
+  "__kernel void vecAdd( __constant int *a,                                 \n"
+  "                      __constant int *b,                                 \n"
+  "                      __global int *c)                                   \n"
+  "{                                                                        \n"
+  "unsigned int i = get_global_id(0) * get_global_size(1)                   \n"
+  "    + get_global_id(1);                                                  \n"
+  "c[i] = a[i] + b[i] + get_local_id(0) * get_local_size(1)                 \n"
+  "    + get_local_id(1);                                                   \n"
+  "}                                                                        \n";
+
+const char *barrier_kernelSource =
+  "__kernel void barrier_kernel (global int *buffer) \n"
+  "{ \n"
+  "  private int a = buffer[get_global_id(0)-1] \n"
+  "    + buffer[get_global_id(0)] + buffer[get_global_id(0)+1]; \n"
+  "  barrier(CLK_LOCAL_MEM_FENCE); \n"
+  "  buffer[get_global_id(0)] = a/3; \n"
+  "} \n";
+
+const char *barrier_kernel_reqd_wg_size_source =
+  "__attribute__((reqd_work_group_size(6, 1, 1)))\n"
+  "__kernel void static_wg_kernel (global int *buffer) \n"
+  "{ \n"
+  "  buffer[get_local_id (0)] = 2 + get_global_id (0); \n"
+  "} \n";
+
+int main(void)
+{
+  int *h_a;
+  int *h_b;
+  int *h_c1;
+  int *h_c2;
+  int *h_c3;
+  int *bb1;
+  int *bb2;
+  int *static_wg_buf;
+
+  cl_mem d_a;
+  cl_mem d_b;
+  cl_mem d_c1;
+  cl_mem d_c2;
+  cl_mem d_c3;
+  cl_mem barrier_buffer1;
+  cl_mem barrier_buffer2;
+  cl_mem static_wg_buffer;
+
+  cl_device_id device_id;
+  cl_context context;
+  cl_command_queue queue;
+  cl_program program1, program2;
+  cl_program b_program1, b_program2, static_wg_size_program,
+    static_wg_size_bin_program;
+  cl_kernel kernel1, kernel2, kernel3, barrier_kernel1, barrier_kernel2,
+    static_wg_kernel;
+
+  size_t globalSize[2], localSize[2];
+  cl_int err;
+
+//###################################################################
+//###################################################################
+// Initialize variables
+
+  unsigned bytes = BUFFER_SIZE * sizeof(int);
+
+  h_a = (int*)malloc(bytes);
+  h_b = (int*)malloc(bytes);
+  h_c1 = (int*)malloc(bytes);
+  h_c2 = (int*)malloc(bytes);
+  h_c3 = (int*)malloc(bytes);
+  bb1 = (int*)malloc(bytes);
+  bb2 = (int*)malloc(bytes);
+  static_wg_buf = (int*)malloc(bytes);
+
+  unsigned int i;
+  for( i = 0; i < BUFFER_SIZE; i++ )
+  {
+    h_a[i] = 2*i-1;
+    h_b[i] = -i;
+  }
+
+  for (i = 0; i < 8; ++i)
+    {
+      bb1[i] = bb2[i] = i*3;
+    }
+  memset(h_c1, 0, bytes);
+  memset(h_c2, 0, bytes);
+  memset(h_c3, 0, bytes);
+
+  /* Initialize cl_programs.  */
+
+  CHECK_CL_ERROR(poclu_get_any_device(&context, &device_id, &queue));
+  TEST_ASSERT( context );
+  TEST_ASSERT( device_id );
+  TEST_ASSERT( queue );
+
+  program1 = clCreateProgramWithSource(context, 1,
+        (const char **) & kernelSource, NULL, &err);
+  TEST_ASSERT(program1);
+
+  CHECK_CL_ERROR(clBuildProgram(program1, 0, NULL, NULL, NULL, NULL));
+
+  size_t binary_sizes;
+  unsigned char *binary;
+  CHECK_CL_ERROR(clGetProgramInfo(program1, CL_PROGRAM_BINARY_SIZES,
+                         sizeof(size_t), &binary_sizes, NULL));
+
+  binary = malloc(sizeof(unsigned char)*binary_sizes);
+  assert(binary);
+
+  CHECK_CL_ERROR (clGetProgramInfo (program1, CL_PROGRAM_BINARIES,
+                                    sizeof(unsigned char*), &binary, NULL));
+
+  program2
+    = clCreateProgramWithBinary (context, 1, &device_id, &binary_sizes,
+                                 (const unsigned char **)(&binary), NULL, &err);
+  CHECK_OPENCL_ERROR_IN ("clCreateProgramWithBinary");
+
+  CHECK_CL_ERROR (clBuildProgram (program2, 0, NULL, NULL, NULL, NULL));
+
+  /* Barrier programs.  */
+  b_program1 = clCreateProgramWithSource (context, 1,
+                                          (const char **)
+                                          &barrier_kernelSource,
+                                          NULL, &err);
+
+  CHECK_OPENCL_ERROR_IN("clCreateProgramWithSource");
+  TEST_ASSERT(b_program1);
+  CHECK_CL_ERROR(clBuildProgram(b_program1, 0, NULL, NULL, NULL, NULL));
+
+  static_wg_size_program
+    = clCreateProgramWithSource (context, 1,
+                                 (const char **)
+                                 &barrier_kernel_reqd_wg_size_source,
+                                 NULL, &err);
+
+  CHECK_OPENCL_ERROR_IN ("clCreateProgramWithSource");
+  TEST_ASSERT (static_wg_size_program);
+
+  CHECK_CL_ERROR (clBuildProgram (static_wg_size_program, 0, NULL, NULL, NULL,
+                                  NULL));
+
+  size_t barrier_binary_sizes;
+  unsigned char *barrier_binary;
+  CHECK_CL_ERROR(clGetProgramInfo(b_program1, CL_PROGRAM_BINARY_SIZES,
+                         sizeof(size_t), &barrier_binary_sizes, NULL));
+
+  barrier_binary = malloc(sizeof(unsigned char)*barrier_binary_sizes);
+  assert(barrier_binary);
+
+  CHECK_CL_ERROR(clGetProgramInfo(b_program1, CL_PROGRAM_BINARIES,
+                         sizeof(unsigned char*), &barrier_binary, NULL));
+  b_program2 =
+    clCreateProgramWithBinary(context, 1, &device_id,
+                              &barrier_binary_sizes,
+                              (const unsigned char **)(&barrier_binary),
+                              NULL, &err);
+  CHECK_OPENCL_ERROR_IN("clCreateProgramWithBinary 2");
+
+  CHECK_CL_ERROR(clBuildProgram(b_program2, 0, NULL, NULL, NULL, NULL));
+
+  size_t static_wg_binary_sizes;
+  unsigned char *static_wg_binary;
+  CHECK_CL_ERROR (clGetProgramInfo (static_wg_size_program, CL_PROGRAM_BINARY_SIZES,
+                                    sizeof (size_t), &static_wg_binary_sizes,
+                                    NULL));
+
+  static_wg_binary = malloc (sizeof (unsigned char)*static_wg_binary_sizes);
+  assert (static_wg_binary);
+
+  CHECK_CL_ERROR (clGetProgramInfo (static_wg_size_program, CL_PROGRAM_BINARIES,
+                                    sizeof (unsigned char*), &static_wg_binary,
+                                    NULL));
+
+  static_wg_size_bin_program =
+    clCreateProgramWithBinary (context, 1, &device_id,
+                               &static_wg_binary_sizes,
+                               (const unsigned char **)(&static_wg_binary),
+                               NULL, &err);
+  CHECK_OPENCL_ERROR_IN ("clCreateProgramWithBinary (static wg size)");
+
+  CHECK_CL_ERROR (clBuildProgram (static_wg_size_bin_program, 0, NULL, NULL, NULL,
+                                  NULL));
+
+  /* Set up buffers in memory.  */
+
+  d_a = clCreateBuffer(context, CL_MEM_READ_ONLY, bytes, NULL, &err);
+  CHECK_OPENCL_ERROR_IN("clCreateBuffer");
+  TEST_ASSERT(d_a);
+  d_b = clCreateBuffer(context, CL_MEM_READ_ONLY, bytes, NULL, &err);
+  CHECK_OPENCL_ERROR_IN("clCreateBuffer");
+  TEST_ASSERT(d_b);
+
+  d_c1 = clCreateBuffer(context, CL_MEM_WRITE_ONLY, bytes, NULL, &err);
+  CHECK_OPENCL_ERROR_IN("clCreateBuffer");
+  TEST_ASSERT(d_c1);
+  d_c2 = clCreateBuffer(context, CL_MEM_WRITE_ONLY, bytes, NULL, &err);
+  CHECK_OPENCL_ERROR_IN("clCreateBuffer");
+  TEST_ASSERT(d_c2);
+  d_c3 = clCreateBuffer(context, CL_MEM_WRITE_ONLY, bytes, NULL, &err);
+  CHECK_OPENCL_ERROR_IN("clCreateBuffer");
+  TEST_ASSERT(d_c3);
+
+  barrier_buffer1 = clCreateBuffer(context, CL_MEM_COPY_HOST_PTR, bytes, bb1,
+                                   NULL);
+  CHECK_OPENCL_ERROR_IN("clCreateBuffer");
+  TEST_ASSERT(barrier_buffer1);
+
+  barrier_buffer2 = clCreateBuffer(context, CL_MEM_COPY_HOST_PTR, bytes, bb2,
+                                   NULL);
+  CHECK_OPENCL_ERROR_IN("clCreateBuffer");
+  TEST_ASSERT(barrier_buffer2);
+
+  static_wg_buffer = clCreateBuffer (context, CL_MEM_COPY_HOST_PTR, bytes,
+                                     static_wg_buf, NULL);
+  CHECK_OPENCL_ERROR_IN ("clCreateBuffer");
+  TEST_ASSERT (static_wg_buffer);
+
+  CHECK_CL_ERROR(clEnqueueWriteBuffer(queue, d_a, CL_TRUE, 0,
+                                      bytes, h_a, 0, NULL, NULL));
+  CHECK_CL_ERROR(clEnqueueWriteBuffer(queue, d_b, CL_TRUE, 0,
+                                      bytes, h_b, 0, NULL, NULL));
+
+  /* Create kernels.  */
+
+  kernel1 = clCreateKernel(program1, "vecAdd", &err);
+  CHECK_OPENCL_ERROR_IN("clCreateKernel");
+  TEST_ASSERT(kernel1);
+
+  CHECK_CL_ERROR(clSetKernelArg(kernel1, 0, sizeof(cl_mem), &d_a));
+  CHECK_CL_ERROR(clSetKernelArg(kernel1, 1, sizeof(cl_mem), &d_b));
+  CHECK_CL_ERROR(clSetKernelArg(kernel1, 2, sizeof(cl_mem), &d_c1));
+
+  barrier_kernel1 = clCreateKernel(b_program1, "barrier_kernel", &err);
+  TEST_ASSERT(barrier_kernel1);
+
+  CHECK_CL_ERROR(clSetKernelArg(barrier_kernel1, 0, sizeof(cl_mem), &barrier_buffer1));
+
+  kernel2 = clCreateKernel(program2, "vecAdd", &err);
+  CHECK_OPENCL_ERROR_IN("clCreateKernel");
+  TEST_ASSERT(kernel2);
+
+  CHECK_CL_ERROR(clSetKernelArg(kernel2, 0, sizeof(cl_mem), &d_a));
+  CHECK_CL_ERROR(clSetKernelArg(kernel2, 1, sizeof(cl_mem), &d_b));
+  CHECK_CL_ERROR(clSetKernelArg(kernel2, 2, sizeof(cl_mem), &d_c2));
+
+  barrier_kernel2 = clCreateKernel(b_program2, "barrier_kernel", &err);
+  CHECK_OPENCL_ERROR_IN("clCreateKernel");
+  TEST_ASSERT(barrier_kernel2);
+
+  CHECK_CL_ERROR(clSetKernelArg(barrier_kernel2, 0, sizeof(cl_mem), &barrier_buffer2));
+
+  kernel3 = clCreateKernel(program2, "vecAdd", &err);
+  CHECK_OPENCL_ERROR_IN("clCreateKernel");
+  TEST_ASSERT(kernel3);
+
+  CHECK_CL_ERROR(clSetKernelArg(kernel3, 0, sizeof(cl_mem), &d_a));
+  CHECK_CL_ERROR(clSetKernelArg(kernel3, 1, sizeof(cl_mem), &d_b));
+  CHECK_CL_ERROR(clSetKernelArg(kernel3, 2, sizeof(cl_mem), &d_c3));
+
+  static_wg_kernel
+    = clCreateKernel (static_wg_size_bin_program, "static_wg_kernel", &err);
+  CHECK_OPENCL_ERROR_IN ("clCreateKernel");
+  TEST_ASSERT (static_wg_kernel);
+
+  CHECK_CL_ERROR (clSetKernelArg (static_wg_kernel, 0, sizeof (cl_mem),
+                                  &static_wg_buffer));
+
+  /* Enqueue kernels.  */
+
+  localSize[0] = 4;
+  localSize[1] = 8;
+  globalSize[0] = 16;
+  globalSize[1] = 64;
+  CHECK_CL_ERROR(clEnqueueNDRangeKernel(queue, kernel1, 2, NULL, globalSize, localSize,
+                               0, NULL, NULL));
+
+  CHECK_CL_ERROR(clEnqueueNDRangeKernel(queue, kernel2, 2, NULL, globalSize, localSize,
+                               0, NULL, NULL));
+
+  localSize[0] = 2;
+  localSize[1] = 8;
+  globalSize[0] = 16;
+  globalSize[1] = 64;
+  CHECK_CL_ERROR(clEnqueueNDRangeKernel(queue, kernel3, 2, NULL, globalSize, localSize,
+                               0, NULL, NULL));
+  assert(!err);
+
+  localSize[0] = 6;
+  globalSize[0] = 6;
+  size_t global_offset = 1;
+  CHECK_CL_ERROR (clEnqueueNDRangeKernel (queue, barrier_kernel1, 1,
+                                          &global_offset,
+                                          globalSize,
+                                          localSize,
+                                          0, NULL, NULL));
+
+  CHECK_CL_ERROR (clEnqueueNDRangeKernel (queue, barrier_kernel2,
+                                          1, &global_offset,
+                                          globalSize,
+                                          localSize,
+                                          0, NULL, NULL));
+
+  CHECK_CL_ERROR (clEnqueueNDRangeKernel (queue, static_wg_kernel, 1,
+                                          &global_offset,
+                                          globalSize,
+                                          localSize,
+                                          0, NULL, NULL));
+
+  /* Read output buffers.  */
+
+  CHECK_CL_ERROR (clEnqueueReadBuffer (queue, d_c1, CL_TRUE, 0,
+                                       bytes, h_c1, 0, NULL, NULL));
+  CHECK_CL_ERROR (clEnqueueReadBuffer (queue, d_c2, CL_TRUE, 0,
+                                       bytes, h_c2, 0, NULL, NULL));
+  CHECK_CL_ERROR (clEnqueueReadBuffer (queue, d_c3, CL_TRUE, 0,
+                                       bytes, h_c3, 0, NULL, NULL));
+  CHECK_CL_ERROR (clEnqueueReadBuffer (queue, barrier_buffer1, CL_TRUE, 0,
+                                       bytes, bb1, 0, NULL, NULL));
+  CHECK_CL_ERROR (clEnqueueReadBuffer (queue, barrier_buffer2, CL_TRUE, 0,
+                                       bytes, bb2, 0, NULL, NULL));
+  CHECK_CL_ERROR (clEnqueueReadBuffer (queue, static_wg_buffer, CL_TRUE, 0,
+                                       bytes, static_wg_buf, 0, NULL, NULL));
+  CHECK_CL_ERROR (clFinish (queue));
+
+
+  /* Check output of each kernels.  */
+
+  for(i = 0; i < BUFFER_SIZE; i++)
+  {
+    if(h_c1[i] != h_c2[i])
+    {
+      printf("Check failed at offset %d, %i instead of %i\n", i, h_c2[i], h_c1[i]);
+      exit(1);
+    }
+    if ((((i/128)%2) && (h_c1[i]-16 != h_c3[i])))
+    {
+      printf("Check failed at offset %d, %i instead of %i\n", i, h_c3[i], h_c1[i]-16);
+      exit(1);
+    }
+    if (!((i/128)%2) && (h_c1[i] != h_c3[i]))
+    {
+      printf("Check failed at offset %d, %i instead of %i\n", i, h_c3[i], h_c1[i]);
+      exit(1);
+    }
+  }
+
+  for (i = 0; i < 6; ++i)
+    {
+      if (bb1[i] != bb2[i])
+        {
+          printf("barrier kernel failed at index %d: (%d != %d)\n", i, bb1[i],
+                 bb2[i]);
+          return EXIT_FAILURE;
+        }
+      if (static_wg_buf[i] != 2 + i + 1)
+        {
+          printf("static wg kernel failed at index %d (%d != %d)\n", i,
+                 static_wg_buf[i], 2 + i + 1);
+          return EXIT_FAILURE;
+        }
+    }
+
+  CHECK_CL_ERROR(clReleaseMemObject(d_a));
+  CHECK_CL_ERROR(clReleaseMemObject(d_b));
+  CHECK_CL_ERROR(clReleaseMemObject(d_c1));
+  CHECK_CL_ERROR(clReleaseMemObject(d_c2));
+  CHECK_CL_ERROR(clReleaseMemObject(d_c3));
+  CHECK_CL_ERROR(clReleaseMemObject(barrier_buffer1));
+  CHECK_CL_ERROR(clReleaseMemObject(barrier_buffer2));
+  CHECK_CL_ERROR(clReleaseProgram(program1));
+  CHECK_CL_ERROR(clReleaseProgram(program2));
+  CHECK_CL_ERROR(clReleaseProgram(b_program1));
+  CHECK_CL_ERROR(clReleaseProgram(b_program2));
+  CHECK_CL_ERROR(clReleaseKernel(kernel1));
+  CHECK_CL_ERROR(clReleaseKernel(kernel2));
+  CHECK_CL_ERROR(clReleaseKernel(kernel3));
+  CHECK_CL_ERROR(clReleaseKernel(barrier_kernel1));
+  CHECK_CL_ERROR(clReleaseKernel(barrier_kernel2));
+  CHECK_CL_ERROR(clReleaseCommandQueue(queue));
+  CHECK_CL_ERROR(clReleaseContext(context));
+
+  free(bb1);
+  free(bb2);
+  free(h_a);
+  free(h_b);
+  free(h_c1);
+  free(h_c2);
+  free(h_c3);
+  free(binary);
+  free(barrier_binary);
+
+  return 0;
+}
diff --git a/tests/runtime/test_event_cycle.c b/tests/runtime/test_event_cycle.c
index 3713f87..765b124 100644
--- a/tests/runtime/test_event_cycle.c
+++ b/tests/runtime/test_event_cycle.c
@@ -28,7 +28,6 @@
 #include <signal.h>
 #include <CL/cl.h>
 
-#include "pocl_tests.h"
 #include "poclu.h"
 
 #define MAX_PLATFORMS 32
@@ -57,14 +56,12 @@ main(void)
   sa.sa_handler = timeout;
   sigaction(SIGALRM, &sa, NULL);
 
-  err = clGetPlatformIDs(MAX_PLATFORMS, platforms, &nplatforms);
-  CHECK_OPENCL_ERROR_IN("clGetPlatformIDs");
+  CHECK_CL_ERROR(clGetPlatformIDs(MAX_PLATFORMS, platforms, &nplatforms));
 
   for (i = 0; i < nplatforms; i++)
   {
-    err = clGetDeviceIDs(platforms[i], CL_DEVICE_TYPE_ALL, MAX_DEVICES,
-      devices, &ndevices);
-    CHECK_OPENCL_ERROR_IN("clGetDeviceIDs");
+    CHECK_CL_ERROR(clGetDeviceIDs(platforms[i], CL_DEVICE_TYPE_ALL, MAX_DEVICES,
+      devices, &ndevices));
 
     for (j = 0; j < ndevices; j++)
     {
@@ -76,9 +73,8 @@ main(void)
       cl_ulong alloc;
 #define MAXALLOC (128*1024U*1024U)
 
-      if (clGetDeviceInfo(devices[j], CL_DEVICE_MAX_MEM_ALLOC_SIZE,
-          sizeof(alloc), &alloc, NULL) != CL_SUCCESS)
-      CHECK_OPENCL_ERROR_IN("get max alloc");
+      CHECK_CL_ERROR(clGetDeviceInfo(devices[j], CL_DEVICE_MAX_MEM_ALLOC_SIZE,
+          sizeof(alloc), &alloc, NULL));
 
       while (alloc > MAXALLOC)
         alloc /= 2;
@@ -86,11 +82,9 @@ main(void)
       const size_t buf_size = alloc;
 
       cl_int *host_buf1 = malloc(buf_size);
-      if (host_buf1 == NULL)
-        return EXIT_FAILURE;
+      TEST_ASSERT(host_buf1 != NULL);
       cl_int *host_buf2 = malloc(buf_size);
-      if (host_buf2 == NULL)
-        return EXIT_FAILURE;
+      TEST_ASSERT(host_buf2 != NULL);
 
       memset(host_buf1, 1, buf_size);
       memset(host_buf2, 2, buf_size);
@@ -107,31 +101,27 @@ main(void)
 
       /* Note that this must be CL_TRUE because to trigger the bug the next
        * command must have a completed event in the waiting lists */
-      err = clEnqueueWriteBuffer(queue, buf1, CL_TRUE, 0, buf_size, host_buf1,
-	0, NULL, &buf1_event);
+      CHECK_CL_ERROR(clEnqueueWriteBuffer(queue, buf1, CL_TRUE, 0, buf_size, host_buf1,
+        0, NULL, &buf1_event));
       CHECK_OPENCL_ERROR_IN("write buf1");
 
       *wait_list = buf1_event;
 
-      err = clEnqueueCopyBuffer(queue, buf1, buf2, 0, 0, buf_size,
-	1, wait_list, &bufcp_event);
-      CHECK_OPENCL_ERROR_IN("copy buffers");
+      CHECK_CL_ERROR(clEnqueueCopyBuffer(queue, buf1, buf2, 0, 0, buf_size,
+        1, wait_list, &bufcp_event));
 
       *wait_list = bufcp_event;
 
-      err = clEnqueueReadBuffer(queue, buf2, CL_FALSE, 0, buf_size, host_buf2,
-	1, wait_list, &buf2_event);
-      CHECK_OPENCL_ERROR_IN("read buf");
+      CHECK_CL_ERROR(clEnqueueReadBuffer(queue, buf2, CL_FALSE, 0, buf_size, host_buf2,
+        1, wait_list, &buf2_event));
 
       /* timeout after 30 seconds: if we're not done by then, timeout() will be
        * invoked and terminate the program with an EXIT_FAILURE */
       alarm(30);
 
-      err = clFinish(queue);
-      CHECK_OPENCL_ERROR_IN("clFinish");
+      CHECK_CL_ERROR(clFinish(queue));
 
-      if (memcmp(host_buf2, host_buf1, buf_size) != 0)
-        return EXIT_FAILURE;
+      TEST_ASSERT(memcmp(host_buf2, host_buf1, buf_size) == 0);
 
       free(host_buf2);
       free(host_buf1);
diff --git a/tests/runtime/test_event_free.c b/tests/runtime/test_event_free.c
index bdaea89..ac43ad5 100644
--- a/tests/runtime/test_event_free.c
+++ b/tests/runtime/test_event_free.c
@@ -26,7 +26,6 @@
 #include <string.h>
 #include <CL/cl.h>
 #include "poclu.h"
-#include "pocl_tests.h"
 
 int main(int argc, char **argv)
 {
diff --git a/tests/runtime/test_kernel_cache_includes.c b/tests/runtime/test_kernel_cache_includes.c
index 76b0b27..3416157 100644
--- a/tests/runtime/test_kernel_cache_includes.c
+++ b/tests/runtime/test_kernel_cache_includes.c
@@ -4,7 +4,6 @@
 #include <CL/opencl.h>
 #include "poclu.h"
 #include "config.h"
-#include "pocl_tests.h"
 
 char first_include[] =
     "#define PRINT_DEFINE \"This is printf from the first include\\n\"\n"
diff --git a/tests/runtime/test_link_error.c b/tests/runtime/test_link_error.c
index 782a1e0..abd09dc 100644
--- a/tests/runtime/test_link_error.c
+++ b/tests/runtime/test_link_error.c
@@ -27,7 +27,6 @@
 #include <string.h>
 #include <CL/cl.h>
 #include <poclu.h>
-#include "pocl_tests.h"
 
 #define MAX_PLATFORMS 32
 #define MAX_DEVICES   32
@@ -41,32 +40,25 @@ char program_src[] =
 int
 main(void){
   cl_int err;
-  cl_platform_id platforms[MAX_PLATFORMS];
-  cl_uint nplatforms;
-  cl_device_id devices[MAX_DEVICES + 1]; // + 1 for duplicate test
-  cl_uint num_devices;
-  cl_program program = NULL;
-  err = clGetPlatformIDs(MAX_PLATFORMS, platforms, &nplatforms);
-  CHECK_OPENCL_ERROR_IN("clGetPlatformIDs");
-  if (!nplatforms)
-    return EXIT_FAILURE;
 
-  err = clGetDeviceIDs(platforms[0], CL_DEVICE_TYPE_ALL, MAX_DEVICES,
-		       devices, &num_devices);
-  CHECK_OPENCL_ERROR_IN("clGetDeviceIDs");
+  cl_context context;
+  cl_device_id did;
+  cl_command_queue queue;
 
-  cl_context context = clCreateContext(NULL, num_devices, devices, NULL, NULL, &err);
-  CHECK_OPENCL_ERROR_IN("clCreateContext");
+  CHECK_CL_ERROR(poclu_get_any_device(&context, &did, &queue));
+  TEST_ASSERT( context );
+  TEST_ASSERT( did );
+  TEST_ASSERT( queue );
 
   size_t program_size = strlen(program_src);
   char* program_buffer = program_src;
 
-  program = clCreateProgramWithSource(context, 1, (const char**)&program_buffer,
+  cl_program program = clCreateProgramWithSource(context, 1, (const char**)&program_buffer,
                                      &program_size, &err);
   //clCreateProgramWithSource for the program with #include failed
   CHECK_OPENCL_ERROR_IN("clCreateProgramWithSource");
 
-  err = clBuildProgram(program, num_devices, devices, NULL, NULL, NULL);
+  err = clBuildProgram(program, 1, &did, NULL, NULL, NULL);
   TEST_ASSERT(err == CL_BUILD_PROGRAM_FAILURE);
 
   return EXIT_SUCCESS;
diff --git a/tests/runtime/test_read-copy-write-buffer.c b/tests/runtime/test_read-copy-write-buffer.c
index 21b5a6f..c0716f8 100644
--- a/tests/runtime/test_read-copy-write-buffer.c
+++ b/tests/runtime/test_read-copy-write-buffer.c
@@ -25,6 +25,7 @@
 #include <stdlib.h>
 #include <string.h>
 #include <CL/cl.h>
+#include "poclu.h"
 
 #define MAX_PLATFORMS 32
 #define MAX_DEVICES   32
@@ -39,16 +40,12 @@ main(void)
   cl_uint ndevices;
   cl_uint i, j;
 
-  err = clGetPlatformIDs(MAX_PLATFORMS, platforms, &nplatforms);
-  if (err != CL_SUCCESS)
-    return EXIT_FAILURE;
+  CHECK_CL_ERROR(clGetPlatformIDs(MAX_PLATFORMS, platforms, &nplatforms));
 
   for (i = 0; i < nplatforms; i++)
   {
-    err = clGetDeviceIDs(platforms[i], CL_DEVICE_TYPE_ALL, MAX_DEVICES,
-      devices, &ndevices);
-    if (err != CL_SUCCESS)
-      return EXIT_FAILURE;
+    CHECK_CL_ERROR(clGetDeviceIDs(platforms[i], CL_DEVICE_TYPE_ALL, MAX_DEVICES,
+      devices, &ndevices));
 
     /* Only test the devices we actually have room for */
     if (ndevices > MAX_DEVICES)
@@ -57,64 +54,73 @@ main(void)
     for (j = 0; j < ndevices; j++)
     {
       cl_context context = clCreateContext(NULL, 1, &devices[j], NULL, NULL, &err);
-      if (err != CL_SUCCESS)
-        return EXIT_FAILURE;
+      CHECK_OPENCL_ERROR_IN("clCreateContext");
       cl_command_queue queue = clCreateCommandQueue(context, devices[j], 0, &err);
-      if (err != CL_SUCCESS)
-        return EXIT_FAILURE;
+      CHECK_OPENCL_ERROR_IN("clCreateCommandQueue");
 
       cl_ulong alloc;
 #define MAXALLOC (1024U*1024U)
 
-      if (clGetDeviceInfo(devices[j], CL_DEVICE_MAX_MEM_ALLOC_SIZE,
-          sizeof(alloc), &alloc, NULL) != CL_SUCCESS)
-        return EXIT_FAILURE;
+      CHECK_CL_ERROR(clGetDeviceInfo(devices[j], CL_DEVICE_MAX_MEM_ALLOC_SIZE,
+          sizeof(alloc), &alloc, NULL));
 
       while (alloc > MAXALLOC)
         alloc /= 2;
 
-      const size_t buf_size = (alloc/sizeof(cl_int))*sizeof(cl_int);
+      /* ensure we are allocating an even number of elements */
+      const size_t nels = (alloc/sizeof(cl_int)/2)*2;
+      const size_t buf_size = nels*sizeof(cl_int);
 
       cl_int *host_buf1 = malloc(buf_size);
-      if (host_buf1 == NULL)
-        return EXIT_FAILURE;
+      TEST_ASSERT(host_buf1);
       cl_int *host_buf2 = malloc(buf_size);
-      if (host_buf2 == NULL)
-        return EXIT_FAILURE;
+      TEST_ASSERT(host_buf2);
 
       memset(host_buf1, 1, buf_size);
       memset(host_buf2, 2, buf_size);
 
       cl_mem buf1 = clCreateBuffer(context, CL_MEM_READ_WRITE, buf_size, NULL, &err);
-      if (err != CL_SUCCESS)
-        return EXIT_FAILURE;
+      CHECK_OPENCL_ERROR_IN("clCreateBuffer");
       cl_mem buf2 = clCreateBuffer(context, CL_MEM_READ_WRITE, buf_size, NULL, &err);
-      if (err != CL_SUCCESS)
-        return EXIT_FAILURE;
+      CHECK_OPENCL_ERROR_IN("clCreateBuffer");
 
-      if (clEnqueueWriteBuffer(queue, buf1, CL_TRUE, 0, buf_size, host_buf1,
-	  0, NULL, NULL) != CL_SUCCESS)
-        return EXIT_FAILURE;
+      CHECK_CL_ERROR(clEnqueueWriteBuffer(queue, buf1, CL_TRUE, 0, buf_size, host_buf1, 0, NULL, NULL));
 
-      if (clEnqueueCopyBuffer(queue, buf1, buf2, 0, 0, buf_size,
-	  0, NULL, NULL) != CL_SUCCESS)
-        return EXIT_FAILURE;
+      CHECK_CL_ERROR(clEnqueueCopyBuffer(queue, buf1, buf2, 0, 0, buf_size, 0, NULL, NULL));
 
-      if (clEnqueueReadBuffer(queue, buf2, CL_TRUE, 0, buf_size, host_buf2,
-	  0, NULL, NULL) != CL_SUCCESS)
-        return EXIT_FAILURE;
+      CHECK_CL_ERROR(clEnqueueReadBuffer(queue, buf2, CL_TRUE, 0, buf_size, host_buf2, 0, NULL, NULL));
 
-      if (clFinish(queue) != CL_SUCCESS)
-        return EXIT_FAILURE;
+      CHECK_CL_ERROR(clFinish(queue));
 
-      if (memcmp(host_buf2, host_buf1, buf_size) != 0)
-        return EXIT_FAILURE;
+      TEST_ASSERT(memcmp(host_buf2, host_buf1, buf_size) == 0);
+
+      { /* pretend the buffers are linearized buffers with 2 rows and nels/2 columns, and
+           do a rectangular copy of the two rows */
+        const size_t origin[] = {0, 0, 0};
+        const size_t region[] = {sizeof(cl_int)*nels/2, 2, 1};
+        cl_event evts[3] = {NULL, NULL, NULL};
+        memset(host_buf2, 2, buf_size);
+        CHECK_CL_ERROR(clEnqueueWriteBufferRect(queue, buf2, CL_TRUE, origin, origin, region,
+            0, 0, 0, 0, /* natural pitches */
+            host_buf2,
+            0, NULL, evts));
+        CHECK_CL_ERROR(clEnqueueCopyBufferRect(queue, buf2, buf1, origin, origin, region,
+            0, 0, 0, 0, /* natural pitches */
+            1, evts, evts + 1));
+        CHECK_CL_ERROR(clEnqueueReadBufferRect(queue, buf1, CL_TRUE, origin, origin, region,
+            0, 0, 0, 0, /* natural pitches */
+            host_buf1,
+            2, evts, evts + 2));
+        CHECK_CL_ERROR(clFinish(queue));
+
+        TEST_ASSERT(memcmp(host_buf2, host_buf1, buf_size) == 0);
+      }
 
       free(host_buf2);
       free(host_buf1);
-      clReleaseMemObject(buf2);
-      clReleaseMemObject(buf1);
-      clReleaseCommandQueue(queue);
+      CHECK_CL_ERROR(clReleaseMemObject(buf2));
+      CHECK_CL_ERROR(clReleaseMemObject(buf1));
+      CHECK_CL_ERROR(clReleaseCommandQueue(queue));
     }
   }
   return EXIT_SUCCESS;
diff --git a/tests/runtime/test_user_event.c b/tests/runtime/test_user_event.c
new file mode 100644
index 0000000..549cc34
--- /dev/null
+++ b/tests/runtime/test_user_event.c
@@ -0,0 +1,86 @@
+/* Tests clCreateUserEvent(), clSetUserEventStatus() and operating on the user event
+
+   Copyright (c) 2016 Giuseppe Bilotta
+   
+   Permission is hereby granted, free of charge, to any person obtaining a copy
+   of this software and associated documentation files (the "Software"), to deal
+   in the Software without restriction, including without limitation the rights
+   to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+   copies of the Software, and to permit persons to whom the Software is
+   furnished to do so, subject to the following conditions:
+   
+   The above copyright notice and this permission notice shall be included in
+   all copies or substantial portions of the Software.
+   
+   THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+   IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+   FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+   AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+   LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+   OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+   THE SOFTWARE.
+*/
+#include <CL/cl.h>
+#include <string.h>
+#include <stdio.h>
+#include <stdlib.h>
+#include <unistd.h>
+
+#include "poclu.h"
+
+#define ARRAY_SIZE(arr) (sizeof(arr)/sizeof(*arr))
+
+int main()
+{
+  cl_int err;
+  cl_event user_evt = NULL;
+  int i;
+
+  // An user event can be set to either complete or a negative value, indicating error;
+  // additionally, no objects involved in a command that waits on the user event should
+  // be released before the event status is set; however, it should be possible to release
+  // everything even if the status is set to something which is NOT CL_COMPLETE. So
+  // try both CL_COMPLETE and a negative value
+  cl_int status[] = {CL_INVALID_EVENT, CL_COMPLETE };
+
+  // We also query for profiling info of the event, which according to the standard
+  // should return CL_PROFILING_INFO_NOT_AVAILABLE
+  cl_ulong queued, submitted, started, endtime;
+
+  for (i = 0; i < ARRAY_SIZE(status); ++i) {
+	  cl_context context;
+	  cl_command_queue queue;
+	  cl_device_id device;
+
+	  CHECK_CL_ERROR(poclu_get_any_device(&context, &device, &queue));
+	  TEST_ASSERT( context );
+	  TEST_ASSERT( device );
+	  TEST_ASSERT( queue );
+
+	  user_evt = clCreateUserEvent(context, &err);
+	  CHECK_OPENCL_ERROR_IN("clCreateUserEvent");
+	  TEST_ASSERT( user_evt );
+
+	  CHECK_CL_ERROR(clSetUserEventStatus(user_evt, status[i]));
+
+	  err = clGetEventProfilingInfo(user_evt, CL_PROFILING_COMMAND_QUEUED,
+		  sizeof(queued), &queued, NULL);
+	  TEST_ASSERT(err == CL_PROFILING_INFO_NOT_AVAILABLE);
+	  err = clGetEventProfilingInfo(user_evt, CL_PROFILING_COMMAND_SUBMIT,
+		  sizeof(submitted), &submitted, NULL);
+	  TEST_ASSERT(err == CL_PROFILING_INFO_NOT_AVAILABLE);
+	  err = clGetEventProfilingInfo(user_evt, CL_PROFILING_COMMAND_START,
+		  sizeof(started), &started, NULL);
+	  TEST_ASSERT(err == CL_PROFILING_INFO_NOT_AVAILABLE);
+	  err = clGetEventProfilingInfo(user_evt, CL_PROFILING_COMMAND_END,
+		  sizeof(endtime), &endtime, NULL);
+	  TEST_ASSERT(err == CL_PROFILING_INFO_NOT_AVAILABLE);
+
+	  CHECK_CL_ERROR(clReleaseEvent(user_evt));
+	  CHECK_CL_ERROR(clReleaseCommandQueue(queue));
+	  CHECK_CL_ERROR(clReleaseContext(context));
+  }
+
+  return EXIT_SUCCESS;
+
+}
diff --git a/tests/runtime/test_version.c b/tests/runtime/test_version.c
index a7a207b..8a23746 100644
--- a/tests/runtime/test_version.c
+++ b/tests/runtime/test_version.c
@@ -7,29 +7,32 @@
 #include "poclu.h"
 #include <stdio.h>
 #include <string.h>
+#include <stdlib.h>
 #include "config.h"
 
 int main(void)
 {
-	cl_context ctx;
+	cl_context context;
 	cl_device_id did;
 	cl_platform_id pid; 
 	cl_command_queue queue;
-	cl_int rv;
+	cl_int err;
 	size_t rvs;
 	char result[1024];
 	char *needle;
 
 	/* Check that the default platform we get from the ICD loader
 	 * matches the pocl version string this binary was built against. */
-	poclu_get_any_device( &ctx, &did, &queue);
-	rv = clGetDeviceInfo( did, CL_DEVICE_PLATFORM, 
-	                      sizeof(cl_platform_id), &pid, NULL);
-
-	rv |= clGetPlatformInfo( pid, CL_PLATFORM_VERSION, 
-	                        sizeof(result), result, &rvs);
-	if( rv != CL_SUCCESS )
-		return 1;
+	CHECK_CL_ERROR(poclu_get_any_device(&context, &did, &queue));
+	TEST_ASSERT( context );
+	TEST_ASSERT( did );
+	TEST_ASSERT( queue );
+	CHECK_CL_ERROR(clGetDeviceInfo( did, CL_DEVICE_PLATFORM,
+			      sizeof(cl_platform_id), &pid, NULL));
+
+	CHECK_CL_ERROR(clGetPlatformInfo( pid, CL_PLATFORM_VERSION,
+				sizeof(result), result, &rvs));
+
 	result[rvs]=0;	// spec doesn't say it is null-terminated.
 	if( strcmp( result, 
 	            "OpenCL " POCL_CL_VERSION " pocl " PACKAGE_VERSION ", LLVM " LLVM_VERSION) != 0 ) {
@@ -42,10 +45,9 @@ int main(void)
 	 * available. If not, they are of the form 'type'.
 	 * print here only the type, as the details will be computer
 	 * dependent */
-	rv = clGetDeviceInfo( did, CL_DEVICE_NAME, 
-	                      sizeof(result), result, NULL);
-	if( rv != CL_SUCCESS )
-		return 3;
+	CHECK_CL_ERROR(clGetDeviceInfo( did, CL_DEVICE_NAME,
+			      sizeof(result), result, NULL));
+
 	result[rvs]=0;
 	needle = strchr(result, '-');
 	if( needle != NULL ){
diff --git a/tests/tce/CMakeLists.txt b/tests/tce/CMakeLists.txt
index 8cca155..da5ef35 100644
--- a/tests/tce/CMakeLists.txt
+++ b/tests/tce/CMakeLists.txt
@@ -26,8 +26,18 @@
 add_compile_options(${TCE_INCLUDES})
 add_compile_options(${TCE_CXXFLAGS})
 
+# If we compile with -pedantic, the #include_next in our
+# CL headers result in a bunch of annoying warnings like:
+#
+#    warning: #include_next is a GCC extension
+#
+# ... which is impossible to disable in any other way
+# than disabling -pedantic (AFAICT, with GCC 4/5)
+add_compile_options("-Wno-pedantic")
+
 add_subdirectory("ttasim")
 add_subdirectory("fp16")
+add_subdirectory("multi_AS_copy")
 
 if(ENABLE_TCEMC)
   add_subdirectory("tcemc")
diff --git a/tests/tce/Makefile.am b/tests/tce/Makefile.am
deleted file mode 100644
index c79d347..0000000
--- a/tests/tce/Makefile.am
+++ /dev/null
@@ -1,30 +0,0 @@
-# Process this file with automake to produce Makefile.in (in this,
-# and all subdirectories).
-# Makefile.am for tests/tce.
-# 
-# Copyright (c) 2012 Pekka Jääskeläinen / Tampere University of Technology
-# 
-# Permission is hereby granted, free of charge, to any person obtaining a copy
-# of this software and associated documentation files (the "Software"), to deal
-# in the Software without restriction, including without limitation the rights
-# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-# copies of the Software, and to permit persons to whom the Software is
-# furnished to do so, subject to the following conditions:
-# 
-# The above copyright notice and this permission notice shall be included in
-# all copies or substantial portions of the Software.
-# 
-# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-# THE SOFTWARE.
-
-SUBDIRS = ttasim fp16
-
-if TCEMC_AVAILABLE
-SUBDIRS += tcemc
-endif
-
diff --git a/tests/tce/Makefile.in b/tests/tce/Makefile.in
deleted file mode 100644
index 67b45a5..0000000
--- a/tests/tce/Makefile.in
+++ /dev/null
@@ -1,732 +0,0 @@
-# Makefile.in generated by automake 1.15 from Makefile.am.
-# @configure_input@
-
-# Copyright (C) 1994-2014 Free Software Foundation, Inc.
-
-# This Makefile.in is free software; the Free Software Foundation
-# gives unlimited permission to copy and/or distribute it,
-# with or without modifications, as long as this notice is preserved.
-
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
-# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
-# PARTICULAR PURPOSE.
-
- at SET_MAKE@
-
-# Process this file with automake to produce Makefile.in (in this,
-# and all subdirectories).
-# Makefile.am for tests/tce.
-# 
-# Copyright (c) 2012 Pekka Jääskeläinen / Tampere University of Technology
-# 
-# Permission is hereby granted, free of charge, to any person obtaining a copy
-# of this software and associated documentation files (the "Software"), to deal
-# in the Software without restriction, including without limitation the rights
-# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-# copies of the Software, and to permit persons to whom the Software is
-# furnished to do so, subject to the following conditions:
-# 
-# The above copyright notice and this permission notice shall be included in
-# all copies or substantial portions of the Software.
-# 
-# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-# THE SOFTWARE.
-VPATH = @srcdir@
-am__is_gnu_make = { \
-  if test -z '$(MAKELEVEL)'; then \
-    false; \
-  elif test -n '$(MAKE_HOST)'; then \
-    true; \
-  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
-    true; \
-  else \
-    false; \
-  fi; \
-}
-am__make_running_with_option = \
-  case $${target_option-} in \
-      ?) ;; \
-      *) echo "am__make_running_with_option: internal error: invalid" \
-              "target option '$${target_option-}' specified" >&2; \
-         exit 1;; \
-  esac; \
-  has_opt=no; \
-  sane_makeflags=$$MAKEFLAGS; \
-  if $(am__is_gnu_make); then \
-    sane_makeflags=$$MFLAGS; \
-  else \
-    case $$MAKEFLAGS in \
-      *\\[\ \	]*) \
-        bs=\\; \
-        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
-          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
-    esac; \
-  fi; \
-  skip_next=no; \
-  strip_trailopt () \
-  { \
-    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
-  }; \
-  for flg in $$sane_makeflags; do \
-    test $$skip_next = yes && { skip_next=no; continue; }; \
-    case $$flg in \
-      *=*|--*) continue;; \
-        -*I) strip_trailopt 'I'; skip_next=yes;; \
-      -*I?*) strip_trailopt 'I';; \
-        -*O) strip_trailopt 'O'; skip_next=yes;; \
-      -*O?*) strip_trailopt 'O';; \
-        -*l) strip_trailopt 'l'; skip_next=yes;; \
-      -*l?*) strip_trailopt 'l';; \
-      -[dEDm]) skip_next=yes;; \
-      -[JT]) skip_next=yes;; \
-    esac; \
-    case $$flg in \
-      *$$target_option*) has_opt=yes; break;; \
-    esac; \
-  done; \
-  test $$has_opt = yes
-am__make_dryrun = (target_option=n; $(am__make_running_with_option))
-am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
-pkgdatadir = $(datadir)/@PACKAGE@
-pkgincludedir = $(includedir)/@PACKAGE@
-pkglibdir = $(libdir)/@PACKAGE@
-pkglibexecdir = $(libexecdir)/@PACKAGE@
-am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
-install_sh_DATA = $(install_sh) -c -m 644
-install_sh_PROGRAM = $(install_sh) -c
-install_sh_SCRIPT = $(install_sh) -c
-INSTALL_HEADER = $(INSTALL_DATA)
-transform = $(program_transform_name)
-NORMAL_INSTALL = :
-PRE_INSTALL = :
-POST_INSTALL = :
-NORMAL_UNINSTALL = :
-PRE_UNINSTALL = :
-POST_UNINSTALL = :
-build_triplet = @build@
-host_triplet = @host@
-target_triplet = @target@
- at TCEMC_AVAILABLE_TRUE@am__append_1 = tcemc
-subdir = tests/tce
-ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
-am__aclocal_m4_deps = $(top_srcdir)/m4/ax_boost_base.m4 \
-	$(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
-	$(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
-	$(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/acinclude.m4 \
-	$(top_srcdir)/configure.ac
-am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
-	$(ACLOCAL_M4)
-DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
-mkinstalldirs = $(install_sh) -d
-CONFIG_HEADER = $(top_builddir)/config.h
-CONFIG_CLEAN_FILES =
-CONFIG_CLEAN_VPATH_FILES =
-AM_V_P = $(am__v_P_ at AM_V@)
-am__v_P_ = $(am__v_P_ at AM_DEFAULT_V@)
-am__v_P_0 = false
-am__v_P_1 = :
-AM_V_GEN = $(am__v_GEN_ at AM_V@)
-am__v_GEN_ = $(am__v_GEN_ at AM_DEFAULT_V@)
-am__v_GEN_0 = @echo "  GEN     " $@;
-am__v_GEN_1 = 
-AM_V_at = $(am__v_at_ at AM_V@)
-am__v_at_ = $(am__v_at_ at AM_DEFAULT_V@)
-am__v_at_0 = @
-am__v_at_1 = 
-SOURCES =
-DIST_SOURCES =
-RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
-	ctags-recursive dvi-recursive html-recursive info-recursive \
-	install-data-recursive install-dvi-recursive \
-	install-exec-recursive install-html-recursive \
-	install-info-recursive install-pdf-recursive \
-	install-ps-recursive install-recursive installcheck-recursive \
-	installdirs-recursive pdf-recursive ps-recursive \
-	tags-recursive uninstall-recursive
-am__can_run_installinfo = \
-  case $$AM_UPDATE_INFO_DIR in \
-    n|no|NO) false;; \
-    *) (install-info --version) >/dev/null 2>&1;; \
-  esac
-RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
-  distclean-recursive maintainer-clean-recursive
-am__recursive_targets = \
-  $(RECURSIVE_TARGETS) \
-  $(RECURSIVE_CLEAN_TARGETS) \
-  $(am__extra_recursive_targets)
-AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
-	distdir
-am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
-# Read a list of newline-separated strings from the standard input,
-# and print each of them once, without duplicates.  Input order is
-# *not* preserved.
-am__uniquify_input = $(AWK) '\
-  BEGIN { nonempty = 0; } \
-  { items[$$0] = 1; nonempty = 1; } \
-  END { if (nonempty) { for (i in items) print i; }; } \
-'
-# Make sure the list of sources is unique.  This is necessary because,
-# e.g., the same source file might be shared among _SOURCES variables
-# for different programs/libraries.
-am__define_uniq_tagged_files = \
-  list='$(am__tagged_files)'; \
-  unique=`for i in $$list; do \
-    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
-  done | $(am__uniquify_input)`
-ETAGS = etags
-CTAGS = ctags
-DIST_SUBDIRS = ttasim fp16 tcemc
-am__DIST_COMMON = $(srcdir)/Makefile.in
-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
-am__relativize = \
-  dir0=`pwd`; \
-  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
-  sed_rest='s,^[^/]*/*,,'; \
-  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
-  sed_butlast='s,/*[^/]*$$,,'; \
-  while test -n "$$dir1"; do \
-    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
-    if test "$$first" != "."; then \
-      if test "$$first" = ".."; then \
-        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
-        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
-      else \
-        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
-        if test "$$first2" = "$$first"; then \
-          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
-        else \
-          dir2="../$$dir2"; \
-        fi; \
-        dir0="$$dir0"/"$$first"; \
-      fi; \
-    fi; \
-    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
-  done; \
-  reldir="$$dir2"
-ACLOCAL = @ACLOCAL@
-AMTAR = @AMTAR@
-AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
-AR = @AR@
-AUTOCONF = @AUTOCONF@
-AUTOHEADER = @AUTOHEADER@
-AUTOMAKE = @AUTOMAKE@
-AWK = @AWK@
-BOOST_CPPFLAGS = @BOOST_CPPFLAGS@
-BOOST_LDFLAGS = @BOOST_LDFLAGS@
-BUILD_TIMESTAMP = @BUILD_TIMESTAMP@
-CC = @CC@
-CCDEPMODE = @CCDEPMODE@
-CFLAGS = @CFLAGS@
-CLANG = @CLANG@
-CLANGXX = @CLANGXX@
-CLANGXX_FLAGS = @CLANGXX_FLAGS@
-CLFLAGS = @CLFLAGS@
-CPP = @CPP@
-CPPFLAGS = @CPPFLAGS@
-CXX = @CXX@
-CXXCPP = @CXXCPP@
-CXXDEPMODE = @CXXDEPMODE@
-CXXFLAGS = @CXXFLAGS@
-CYGPATH_W = @CYGPATH_W@
-DEFS = @DEFS@
-DEPDIR = @DEPDIR@
-DLLTOOL = @DLLTOOL@
-DSYMUTIL = @DSYMUTIL@
-DUMPBIN = @DUMPBIN@
-ECHO_C = @ECHO_C@
-ECHO_N = @ECHO_N@
-ECHO_T = @ECHO_T@
-EGREP = @EGREP@
-EXEEXT = @EXEEXT@
-FGREP = @FGREP@
-FORCED_CLFLAGS = @FORCED_CLFLAGS@
-GLEW_CFLAGS = @GLEW_CFLAGS@
-GLEW_LIBS = @GLEW_LIBS@
-GREP = @GREP@
-HOST = @HOST@
-HOST_AS_FLAGS = @HOST_AS_FLAGS@
-HOST_CLANG_FLAGS = @HOST_CLANG_FLAGS@
-HOST_CPU = @HOST_CPU@
-HOST_DEVICE_EXTENSION_DEFINES = @HOST_DEVICE_EXTENSION_DEFINES@
-HOST_LD_FLAGS = @HOST_LD_FLAGS@
-HOST_LLC_FLAGS = @HOST_LLC_FLAGS@
-HOST_SIZEOF_DOUBLE = @HOST_SIZEOF_DOUBLE@
-HOST_SIZEOF_HALF = @HOST_SIZEOF_HALF@
-HOST_SIZEOF_LONG = @HOST_SIZEOF_LONG@
-HOST_SIZEOF_VOID_P = @HOST_SIZEOF_VOID_P@
-HSAILASM = @HSAILASM@
-HSA_DEVICE_EXTENSION_DEFINES = @HSA_DEVICE_EXTENSION_DEFINES@
-HSA_INCLUDES = @HSA_INCLUDES@
-HSA_LIBS = @HSA_LIBS@
-HWLOC_CFLAGS = @HWLOC_CFLAGS@
-HWLOC_LIBS = @HWLOC_LIBS@
-ICD_LD_FLAGS = @ICD_LD_FLAGS@
-INSTALL = @INSTALL@
-INSTALL_DATA = @INSTALL_DATA@
-INSTALL_PROGRAM = @INSTALL_PROGRAM@
-INSTALL_SCRIPT = @INSTALL_SCRIPT@
-INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
-KERNEL_COMPILER_LIB_VERSION = @KERNEL_COMPILER_LIB_VERSION@
-LD = @LD@
-LDFLAGS = @LDFLAGS@
-LD_FLAGS_BIN = @LD_FLAGS_BIN@
-LIBOBJS = @LIBOBJS@
-LIBRARY_SUFFIX = @LIBRARY_SUFFIX@
-LIBS = @LIBS@
-LIBTOOL = @LIBTOOL@
-LIB_AGE_VERSION = @LIB_AGE_VERSION@
-LIB_CURRENT_VERSION = @LIB_CURRENT_VERSION@
-LIB_FIRST_VERSION = @LIB_FIRST_VERSION@
-LIB_REVISION_VERSION = @LIB_REVISION_VERSION@
-LIB_VERSION = @LIB_VERSION@
-LIPO = @LIPO@
-LLC = @LLC@
-LLVM_AS = @LLVM_AS@
-LLVM_CONFIG = @LLVM_CONFIG@
-LLVM_CXX_FLAGS = @LLVM_CXX_FLAGS@
-LLVM_LDFLAGS = @LLVM_LDFLAGS@
-LLVM_LIBS = @LLVM_LIBS@
-LLVM_LINK = @LLVM_LINK@
-LLVM_OPT = @LLVM_OPT@
-LLVM_VERSION = @LLVM_VERSION@
-LN_S = @LN_S@
-LTDL_LIBS = @LTDL_LIBS@
-LTLIBOBJS = @LTLIBOBJS@
-LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
-MAKEINFO = @MAKEINFO@
-MANIFEST_TOOL = @MANIFEST_TOOL@
-MKDIR_P = @MKDIR_P@
-NM = @NM@
-NMEDIT = @NMEDIT@
-OBJDUMP = @OBJDUMP@
-OBJEXT = @OBJEXT@
-OCL_ICD_CFLAGS = @OCL_ICD_CFLAGS@
-OCL_ICD_LIBS = @OCL_ICD_LIBS@
-OCL_KERNEL_ARCH = @OCL_KERNEL_ARCH@
-OCL_KERNEL_TARGET = @OCL_KERNEL_TARGET@
-OCL_KERNEL_TARGET_CPU = @OCL_KERNEL_TARGET_CPU@
-OCL_TARGETS = @OCL_TARGETS@
-OPENCL_CFLAGS = @OPENCL_CFLAGS@
-OPENCL_CMAKE = @OPENCL_CMAKE@
-OPENCL_EXTLIBS = @OPENCL_EXTLIBS@
-OPENCL_LIBS = @OPENCL_LIBS@
-OPT = @OPT@
-OTOOL = @OTOOL@
-OTOOL64 = @OTOOL64@
-PACKAGE = @PACKAGE@
-PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
-PACKAGE_NAME = @PACKAGE_NAME@
-PACKAGE_STRING = @PACKAGE_STRING@
-PACKAGE_TARNAME = @PACKAGE_TARNAME@
-PACKAGE_URL = @PACKAGE_URL@
-PACKAGE_VERSION = @PACKAGE_VERSION@
-PATH_SEPARATOR = @PATH_SEPARATOR@
-PKG_CONFIG = @PKG_CONFIG@
-PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
-PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
-POAT_TESTSUITES = @POAT_TESTSUITES@
-POCL_DEVICE_ADDRESS_BITS = @POCL_DEVICE_ADDRESS_BITS@
-PTHREAD_CC = @PTHREAD_CC@
-PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
-PTHREAD_LIBS = @PTHREAD_LIBS@
-RANLIB = @RANLIB@
-SDL_CFLAGS = @SDL_CFLAGS@
-SDL_LIBS = @SDL_LIBS@
-SED = @SED@
-SET_MAKE = @SET_MAKE@
-SHELL = @SHELL@
-STRIP = @STRIP@
-TARGET = @TARGET@
-TARGET_CLANG_FLAGS = @TARGET_CLANG_FLAGS@
-TARGET_CPU = @TARGET_CPU@
-TARGET_LLC_FLAGS = @TARGET_LLC_FLAGS@
-TARGET_SIZEOF_DOUBLE = @TARGET_SIZEOF_DOUBLE@
-TARGET_SIZEOF_HALF = @TARGET_SIZEOF_HALF@
-TARGET_SIZEOF_LONG = @TARGET_SIZEOF_LONG@
-TARGET_SIZEOF_VOID_P = @TARGET_SIZEOF_VOID_P@
-TCECC = @TCECC@
-TCEMC_AVAILABLE = @TCEMC_AVAILABLE@
-TCE_AVAILABLE = @TCE_AVAILABLE@
-TCE_CONFIG = @TCE_CONFIG@
-TCE_DEVICE_EXTENSION_DEFINES = @TCE_DEVICE_EXTENSION_DEFINES@
-VERSION = @VERSION@
-abs_builddir = @abs_builddir@
-abs_srcdir = @abs_srcdir@
-abs_top_builddir = @abs_top_builddir@
-abs_top_srcdir = @abs_top_srcdir@
-ac_ct_AR = @ac_ct_AR@
-ac_ct_CC = @ac_ct_CC@
-ac_ct_CXX = @ac_ct_CXX@
-ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
-acx_pthread_config = @acx_pthread_config@
-am__include = @am__include@
-am__leading_dot = @am__leading_dot@
-am__quote = @am__quote@
-am__tar = @am__tar@
-am__untar = @am__untar@
-bindir = @bindir@
-build = @build@
-build_alias = @build_alias@
-build_cpu = @build_cpu@
-build_os = @build_os@
-build_vendor = @build_vendor@
-builddir = @builddir@
-datadir = @datadir@
-datarootdir = @datarootdir@
-docdir = @docdir@
-dvidir = @dvidir@
-exec_prefix = @exec_prefix@
-host = @host@
-host_alias = @host_alias@
-host_cpu = @host_cpu@
-host_os = @host_os@
-host_vendor = @host_vendor@
-htmldir = @htmldir@
-includedir = @includedir@
-infodir = @infodir@
-install_sh = @install_sh@
-libdir = @libdir@
-libexecdir = @libexecdir@
-localedir = @localedir@
-localstatedir = @localstatedir@
-mandir = @mandir@
-mkdir_p = @mkdir_p@
-oldincludedir = @oldincludedir@
-pdfdir = @pdfdir@
-prefix = @prefix@
-program_transform_name = @program_transform_name@
-psdir = @psdir@
-sbindir = @sbindir@
-sharedstatedir = @sharedstatedir@
-srcdir = @srcdir@
-sysconfdir = @sysconfdir@
-target = @target@
-target_alias = @target_alias@
-target_cpu = @target_cpu@
-target_os = @target_os@
-target_vendor = @target_vendor@
-top_build_prefix = @top_build_prefix@
-top_builddir = @top_builddir@
-top_srcdir = @top_srcdir@
-SUBDIRS = ttasim fp16 $(am__append_1)
-all: all-recursive
-
-.SUFFIXES:
-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
-	@for dep in $?; do \
-	  case '$(am__configure_deps)' in \
-	    *$$dep*) \
-	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
-	        && { if test -f $@; then exit 0; else break; fi; }; \
-	      exit 1;; \
-	  esac; \
-	done; \
-	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign tests/tce/Makefile'; \
-	$(am__cd) $(top_srcdir) && \
-	  $(AUTOMAKE) --foreign tests/tce/Makefile
-Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
-	@case '$?' in \
-	  *config.status*) \
-	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
-	  *) \
-	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
-	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
-	esac;
-
-$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
-	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-
-$(top_srcdir)/configure:  $(am__configure_deps)
-	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
-	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-$(am__aclocal_m4_deps):
-
-mostlyclean-libtool:
-	-rm -f *.lo
-
-clean-libtool:
-	-rm -rf .libs _libs
-
-# This directory's subdirectories are mostly independent; you can cd
-# into them and run 'make' without going through this Makefile.
-# To change the values of 'make' variables: instead of editing Makefiles,
-# (1) if the variable is set in 'config.status', edit 'config.status'
-#     (which will cause the Makefiles to be regenerated when you run 'make');
-# (2) otherwise, pass the desired values on the 'make' command line.
-$(am__recursive_targets):
-	@fail=; \
-	if $(am__make_keepgoing); then \
-	  failcom='fail=yes'; \
-	else \
-	  failcom='exit 1'; \
-	fi; \
-	dot_seen=no; \
-	target=`echo $@ | sed s/-recursive//`; \
-	case "$@" in \
-	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
-	  *) list='$(SUBDIRS)' ;; \
-	esac; \
-	for subdir in $$list; do \
-	  echo "Making $$target in $$subdir"; \
-	  if test "$$subdir" = "."; then \
-	    dot_seen=yes; \
-	    local_target="$$target-am"; \
-	  else \
-	    local_target="$$target"; \
-	  fi; \
-	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
-	  || eval $$failcom; \
-	done; \
-	if test "$$dot_seen" = "no"; then \
-	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
-	fi; test -z "$$fail"
-
-ID: $(am__tagged_files)
-	$(am__define_uniq_tagged_files); mkid -fID $$unique
-tags: tags-recursive
-TAGS: tags
-
-tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
-	set x; \
-	here=`pwd`; \
-	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
-	  include_option=--etags-include; \
-	  empty_fix=.; \
-	else \
-	  include_option=--include; \
-	  empty_fix=; \
-	fi; \
-	list='$(SUBDIRS)'; for subdir in $$list; do \
-	  if test "$$subdir" = .; then :; else \
-	    test ! -f $$subdir/TAGS || \
-	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
-	  fi; \
-	done; \
-	$(am__define_uniq_tagged_files); \
-	shift; \
-	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
-	  test -n "$$unique" || unique=$$empty_fix; \
-	  if test $$# -gt 0; then \
-	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
-	      "$$@" $$unique; \
-	  else \
-	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
-	      $$unique; \
-	  fi; \
-	fi
-ctags: ctags-recursive
-
-CTAGS: ctags
-ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
-	$(am__define_uniq_tagged_files); \
-	test -z "$(CTAGS_ARGS)$$unique" \
-	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
-	     $$unique
-
-GTAGS:
-	here=`$(am__cd) $(top_builddir) && pwd` \
-	  && $(am__cd) $(top_srcdir) \
-	  && gtags -i $(GTAGS_ARGS) "$$here"
-cscopelist: cscopelist-recursive
-
-cscopelist-am: $(am__tagged_files)
-	list='$(am__tagged_files)'; \
-	case "$(srcdir)" in \
-	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
-	  *) sdir=$(subdir)/$(srcdir) ;; \
-	esac; \
-	for i in $$list; do \
-	  if test -f "$$i"; then \
-	    echo "$(subdir)/$$i"; \
-	  else \
-	    echo "$$sdir/$$i"; \
-	  fi; \
-	done >> $(top_builddir)/cscope.files
-
-distclean-tags:
-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
-
-distdir: $(DISTFILES)
-	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
-	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
-	list='$(DISTFILES)'; \
-	  dist_files=`for file in $$list; do echo $$file; done | \
-	  sed -e "s|^$$srcdirstrip/||;t" \
-	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
-	case $$dist_files in \
-	  */*) $(MKDIR_P) `echo "$$dist_files" | \
-			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
-			   sort -u` ;; \
-	esac; \
-	for file in $$dist_files; do \
-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
-	  if test -d $$d/$$file; then \
-	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
-	    if test -d "$(distdir)/$$file"; then \
-	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
-	    fi; \
-	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
-	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
-	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
-	    fi; \
-	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
-	  else \
-	    test -f "$(distdir)/$$file" \
-	    || cp -p $$d/$$file "$(distdir)/$$file" \
-	    || exit 1; \
-	  fi; \
-	done
-	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
-	  if test "$$subdir" = .; then :; else \
-	    $(am__make_dryrun) \
-	      || test -d "$(distdir)/$$subdir" \
-	      || $(MKDIR_P) "$(distdir)/$$subdir" \
-	      || exit 1; \
-	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
-	    $(am__relativize); \
-	    new_distdir=$$reldir; \
-	    dir1=$$subdir; dir2="$(top_distdir)"; \
-	    $(am__relativize); \
-	    new_top_distdir=$$reldir; \
-	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
-	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
-	    ($(am__cd) $$subdir && \
-	      $(MAKE) $(AM_MAKEFLAGS) \
-	        top_distdir="$$new_top_distdir" \
-	        distdir="$$new_distdir" \
-		am__remove_distdir=: \
-		am__skip_length_check=: \
-		am__skip_mode_fix=: \
-	        distdir) \
-	      || exit 1; \
-	  fi; \
-	done
-check-am: all-am
-check: check-recursive
-all-am: Makefile
-installdirs: installdirs-recursive
-installdirs-am:
-install: install-recursive
-install-exec: install-exec-recursive
-install-data: install-data-recursive
-uninstall: uninstall-recursive
-
-install-am: all-am
-	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
-
-installcheck: installcheck-recursive
-install-strip:
-	if test -z '$(STRIP)'; then \
-	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
-	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
-	      install; \
-	else \
-	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
-	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
-	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
-	fi
-mostlyclean-generic:
-
-clean-generic:
-
-distclean-generic:
-	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
-	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
-
-maintainer-clean-generic:
-	@echo "This command is intended for maintainers to use"
-	@echo "it deletes files that may require special tools to rebuild."
-clean: clean-recursive
-
-clean-am: clean-generic clean-libtool mostlyclean-am
-
-distclean: distclean-recursive
-	-rm -f Makefile
-distclean-am: clean-am distclean-generic distclean-tags
-
-dvi: dvi-recursive
-
-dvi-am:
-
-html: html-recursive
-
-html-am:
-
-info: info-recursive
-
-info-am:
-
-install-data-am:
-
-install-dvi: install-dvi-recursive
-
-install-dvi-am:
-
-install-exec-am:
-
-install-html: install-html-recursive
-
-install-html-am:
-
-install-info: install-info-recursive
-
-install-info-am:
-
-install-man:
-
-install-pdf: install-pdf-recursive
-
-install-pdf-am:
-
-install-ps: install-ps-recursive
-
-install-ps-am:
-
-installcheck-am:
-
-maintainer-clean: maintainer-clean-recursive
-	-rm -f Makefile
-maintainer-clean-am: distclean-am maintainer-clean-generic
-
-mostlyclean: mostlyclean-recursive
-
-mostlyclean-am: mostlyclean-generic mostlyclean-libtool
-
-pdf: pdf-recursive
-
-pdf-am:
-
-ps: ps-recursive
-
-ps-am:
-
-uninstall-am:
-
-.MAKE: $(am__recursive_targets) install-am install-strip
-
-.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
-	check-am clean clean-generic clean-libtool cscopelist-am ctags \
-	ctags-am distclean distclean-generic distclean-libtool \
-	distclean-tags distdir dvi dvi-am html html-am info info-am \
-	install install-am install-data install-data-am install-dvi \
-	install-dvi-am install-exec install-exec-am install-html \
-	install-html-am install-info install-info-am install-man \
-	install-pdf install-pdf-am install-ps install-ps-am \
-	install-strip installcheck installcheck-am installdirs \
-	installdirs-am maintainer-clean maintainer-clean-generic \
-	mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
-	ps ps-am tags tags-am uninstall uninstall-am
-
-.PRECIOUS: Makefile
-
-
-# Tell versions [3.59,3.63) of GNU make to not export all variables.
-# Otherwise a system limit (for SysV at least) may be exceeded.
-.NOEXPORT:
diff --git a/tests/tce/fp16/CMakeLists.txt b/tests/tce/fp16/CMakeLists.txt
index ed5ccb6..5def381 100644
--- a/tests/tce/fp16/CMakeLists.txt
+++ b/tests/tce/fp16/CMakeLists.txt
@@ -25,36 +25,31 @@
 
 add_executable("fp16_host" host.cpp)
 
-target_link_libraries("fp16_host" ${POCLU_LINK_OPTIONS} ${LD_FLAGS_BIN})
+target_link_libraries("fp16_host" ${POCLU_LINK_OPTIONS})
 
 add_compile_options( -Wno-deprecated -Wno-deprecated-declarations)
 
 add_definitions("-DSRCDIR=\"${CMAKE_CURRENT_SOURCE_DIR}\"")
 
-#add_custom_test("fp16_host" "tce/fp16/repl" "expected_out.txt" run)
-add_test_pocl(NAME "tce/fp16/repl" COMMAND "fp16_host" run)
+add_test_pocl(NAME "tce/fp16/repl" COMMAND "fp16_host" EXPECTED_OUTPUT "expected_out.txt")
 
 #AT_SETUP([Half-precision floats on ttasim (repl)])
 set_tests_properties( "tce/fp16/repl"
   PROPERTIES
     COST 40.0
     PROCESSORS 1
-    PASS_REGULAR_EXPRESSION "PING23456.000000 2000001OK"
     LABELS "tce;tta;ttasim;half"
-    WILL_FAIL 1
-    ENVIRONMENT "POCL_DEVICES=ttasim;POCL_TTASIM0_PARAMETERS=${CMAKE_SOURCE_DIR}/tools/data/test_machine.adf;POCL_WORK_GROUP_METHOD=repl"
+    ENVIRONMENT "POCL_DEVICES=ttasim;POCL_TTASIM0_PARAMETERS=${CMAKE_SOURCE_DIR}/tools/data/test_machine_fp16.adf;POCL_WORK_GROUP_METHOD=repl"
     DEPENDS "pocl_version_check")
 
-#add_custom_test("fp16_host" "tce/fp16/loopvec" "expected_out.txt" run)
-add_test_pocl(NAME "tce/fp16/loopvec" COMMAND "fp16_host" run)
+add_test_pocl(NAME "tce/fp16/loopvec" COMMAND "fp16_host" EXPECTED_OUTPUT "expected_out.txt")
 
 # AT_SETUP([Half-precision floats on ttasim (loopvec)])
 set_tests_properties( "tce/fp16/loopvec"
   PROPERTIES
     COST 40.0
     PROCESSORS 1
-    PASS_REGULAR_EXPRESSION "PING23456.000000 2000001OK"
     LABELS "tce;tta;ttasim;half"
     WILL_FAIL 1
-    ENVIRONMENT "POCL_DEVICES=ttasim;POCL_TTASIM0_PARAMETERS=${CMAKE_SOURCE_DIR}/tools/data/test_machine.adf;POCL_WORK_GROUP_METHOD=loopvec"
+    ENVIRONMENT "POCL_DEVICES=ttasim;POCL_TTASIM0_PARAMETERS=${CMAKE_SOURCE_DIR}/tools/data/test_machine_fp16.adf;POCL_WORK_GROUP_METHOD=loopvec"
     DEPENDS "pocl_version_check")
diff --git a/tests/tce/fp16/Makefile.am b/tests/tce/fp16/Makefile.am
deleted file mode 100644
index 13b7732..0000000
--- a/tests/tce/fp16/Makefile.am
+++ /dev/null
@@ -1,36 +0,0 @@
-# Process this file with automake to produce Makefile.in (in this,
-# and all subdirectories).
-# 
-# Copyright (c) 2012 Pekka Jääskeläinen / Tampere University of Technology
-# 
-# Permission is hereby granted, free of charge, to any person obtaining a copy
-# of this software and associated documentation files (the "Software"), to deal
-# in the Software without restriction, including without limitation the rights
-# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-# copies of the Software, and to permit persons to whom the Software is
-# furnished to do so, subject to the following conditions:
-# 
-# The above copyright notice and this permission notice shall be included in
-# all copies or substantial portions of the Software.
-# 
-# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-# THE SOFTWARE.
-
-noinst_PROGRAMS = host
-
-host_SOURCES = host.cpp 
-host_LDADD = ../../../lib/CL/libpocl.la ../../../lib/poclu/libpoclu.la @LD_FLAGS_BIN@
-host_CXXFLAGS = @PTHREAD_CFLAGS@ -std=c++11 -Wno-deprecated -Wno-deprecated-declarations
-
-AM_CPPFLAGS = -I$(top_builddir)/include -I$(top_srcdir)/include -I$(top_srcdir)/lib/CL \
-	-DSRCDIR='"$(abs_srcdir)"'
-
-all-local: host
-
-run: 
-	@POCL_DEVICES="ttasim" POCL_TTASIM0_PARAMETERS="$(top_srcdir)/tools/data/test_machine_fp16.adf" ./host
diff --git a/tests/tce/fp16/Makefile.in b/tests/tce/fp16/Makefile.in
deleted file mode 100644
index 1b3c28e..0000000
--- a/tests/tce/fp16/Makefile.in
+++ /dev/null
@@ -1,724 +0,0 @@
-# Makefile.in generated by automake 1.15 from Makefile.am.
-# @configure_input@
-
-# Copyright (C) 1994-2014 Free Software Foundation, Inc.
-
-# This Makefile.in is free software; the Free Software Foundation
-# gives unlimited permission to copy and/or distribute it,
-# with or without modifications, as long as this notice is preserved.
-
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
-# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
-# PARTICULAR PURPOSE.
-
- at SET_MAKE@
-
-# Process this file with automake to produce Makefile.in (in this,
-# and all subdirectories).
-# 
-# Copyright (c) 2012 Pekka Jääskeläinen / Tampere University of Technology
-# 
-# Permission is hereby granted, free of charge, to any person obtaining a copy
-# of this software and associated documentation files (the "Software"), to deal
-# in the Software without restriction, including without limitation the rights
-# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-# copies of the Software, and to permit persons to whom the Software is
-# furnished to do so, subject to the following conditions:
-# 
-# The above copyright notice and this permission notice shall be included in
-# all copies or substantial portions of the Software.
-# 
-# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-# THE SOFTWARE.
-
-VPATH = @srcdir@
-am__is_gnu_make = { \
-  if test -z '$(MAKELEVEL)'; then \
-    false; \
-  elif test -n '$(MAKE_HOST)'; then \
-    true; \
-  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
-    true; \
-  else \
-    false; \
-  fi; \
-}
-am__make_running_with_option = \
-  case $${target_option-} in \
-      ?) ;; \
-      *) echo "am__make_running_with_option: internal error: invalid" \
-              "target option '$${target_option-}' specified" >&2; \
-         exit 1;; \
-  esac; \
-  has_opt=no; \
-  sane_makeflags=$$MAKEFLAGS; \
-  if $(am__is_gnu_make); then \
-    sane_makeflags=$$MFLAGS; \
-  else \
-    case $$MAKEFLAGS in \
-      *\\[\ \	]*) \
-        bs=\\; \
-        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
-          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
-    esac; \
-  fi; \
-  skip_next=no; \
-  strip_trailopt () \
-  { \
-    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
-  }; \
-  for flg in $$sane_makeflags; do \
-    test $$skip_next = yes && { skip_next=no; continue; }; \
-    case $$flg in \
-      *=*|--*) continue;; \
-        -*I) strip_trailopt 'I'; skip_next=yes;; \
-      -*I?*) strip_trailopt 'I';; \
-        -*O) strip_trailopt 'O'; skip_next=yes;; \
-      -*O?*) strip_trailopt 'O';; \
-        -*l) strip_trailopt 'l'; skip_next=yes;; \
-      -*l?*) strip_trailopt 'l';; \
-      -[dEDm]) skip_next=yes;; \
-      -[JT]) skip_next=yes;; \
-    esac; \
-    case $$flg in \
-      *$$target_option*) has_opt=yes; break;; \
-    esac; \
-  done; \
-  test $$has_opt = yes
-am__make_dryrun = (target_option=n; $(am__make_running_with_option))
-am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
-pkgdatadir = $(datadir)/@PACKAGE@
-pkgincludedir = $(includedir)/@PACKAGE@
-pkglibdir = $(libdir)/@PACKAGE@
-pkglibexecdir = $(libexecdir)/@PACKAGE@
-am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
-install_sh_DATA = $(install_sh) -c -m 644
-install_sh_PROGRAM = $(install_sh) -c
-install_sh_SCRIPT = $(install_sh) -c
-INSTALL_HEADER = $(INSTALL_DATA)
-transform = $(program_transform_name)
-NORMAL_INSTALL = :
-PRE_INSTALL = :
-POST_INSTALL = :
-NORMAL_UNINSTALL = :
-PRE_UNINSTALL = :
-POST_UNINSTALL = :
-build_triplet = @build@
-host_triplet = @host@
-target_triplet = @target@
-noinst_PROGRAMS = host$(EXEEXT)
-subdir = tests/tce/fp16
-ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
-am__aclocal_m4_deps = $(top_srcdir)/m4/ax_boost_base.m4 \
-	$(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
-	$(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
-	$(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/acinclude.m4 \
-	$(top_srcdir)/configure.ac
-am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
-	$(ACLOCAL_M4)
-DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
-mkinstalldirs = $(install_sh) -d
-CONFIG_HEADER = $(top_builddir)/config.h
-CONFIG_CLEAN_FILES =
-CONFIG_CLEAN_VPATH_FILES =
-PROGRAMS = $(noinst_PROGRAMS)
-am_host_OBJECTS = host-host.$(OBJEXT)
-host_OBJECTS = $(am_host_OBJECTS)
-host_DEPENDENCIES = ../../../lib/CL/libpocl.la \
-	../../../lib/poclu/libpoclu.la
-AM_V_lt = $(am__v_lt_ at AM_V@)
-am__v_lt_ = $(am__v_lt_ at AM_DEFAULT_V@)
-am__v_lt_0 = --silent
-am__v_lt_1 = 
-host_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
-	$(LIBTOOLFLAGS) --mode=link $(CXXLD) $(host_CXXFLAGS) \
-	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
-AM_V_P = $(am__v_P_ at AM_V@)
-am__v_P_ = $(am__v_P_ at AM_DEFAULT_V@)
-am__v_P_0 = false
-am__v_P_1 = :
-AM_V_GEN = $(am__v_GEN_ at AM_V@)
-am__v_GEN_ = $(am__v_GEN_ at AM_DEFAULT_V@)
-am__v_GEN_0 = @echo "  GEN     " $@;
-am__v_GEN_1 = 
-AM_V_at = $(am__v_at_ at AM_V@)
-am__v_at_ = $(am__v_at_ at AM_DEFAULT_V@)
-am__v_at_0 = @
-am__v_at_1 = 
-DEFAULT_INCLUDES = -I. at am__isrc@ -I$(top_builddir)
-depcomp = $(SHELL) $(top_srcdir)/config/depcomp
-am__depfiles_maybe = depfiles
-am__mv = mv -f
-CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
-	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
-LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
-	$(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \
-	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
-	$(AM_CXXFLAGS) $(CXXFLAGS)
-AM_V_CXX = $(am__v_CXX_ at AM_V@)
-am__v_CXX_ = $(am__v_CXX_ at AM_DEFAULT_V@)
-am__v_CXX_0 = @echo "  CXX     " $@;
-am__v_CXX_1 = 
-CXXLD = $(CXX)
-CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
-	$(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \
-	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
-AM_V_CXXLD = $(am__v_CXXLD_ at AM_V@)
-am__v_CXXLD_ = $(am__v_CXXLD_ at AM_DEFAULT_V@)
-am__v_CXXLD_0 = @echo "  CXXLD   " $@;
-am__v_CXXLD_1 = 
-SOURCES = $(host_SOURCES)
-DIST_SOURCES = $(host_SOURCES)
-am__can_run_installinfo = \
-  case $$AM_UPDATE_INFO_DIR in \
-    n|no|NO) false;; \
-    *) (install-info --version) >/dev/null 2>&1;; \
-  esac
-am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
-# Read a list of newline-separated strings from the standard input,
-# and print each of them once, without duplicates.  Input order is
-# *not* preserved.
-am__uniquify_input = $(AWK) '\
-  BEGIN { nonempty = 0; } \
-  { items[$$0] = 1; nonempty = 1; } \
-  END { if (nonempty) { for (i in items) print i; }; } \
-'
-# Make sure the list of sources is unique.  This is necessary because,
-# e.g., the same source file might be shared among _SOURCES variables
-# for different programs/libraries.
-am__define_uniq_tagged_files = \
-  list='$(am__tagged_files)'; \
-  unique=`for i in $$list; do \
-    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
-  done | $(am__uniquify_input)`
-ETAGS = etags
-CTAGS = ctags
-am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/config/depcomp
-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
-ACLOCAL = @ACLOCAL@
-AMTAR = @AMTAR@
-AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
-AR = @AR@
-AUTOCONF = @AUTOCONF@
-AUTOHEADER = @AUTOHEADER@
-AUTOMAKE = @AUTOMAKE@
-AWK = @AWK@
-BOOST_CPPFLAGS = @BOOST_CPPFLAGS@
-BOOST_LDFLAGS = @BOOST_LDFLAGS@
-BUILD_TIMESTAMP = @BUILD_TIMESTAMP@
-CC = @CC@
-CCDEPMODE = @CCDEPMODE@
-CFLAGS = @CFLAGS@
-CLANG = @CLANG@
-CLANGXX = @CLANGXX@
-CLANGXX_FLAGS = @CLANGXX_FLAGS@
-CLFLAGS = @CLFLAGS@
-CPP = @CPP@
-CPPFLAGS = @CPPFLAGS@
-CXX = @CXX@
-CXXCPP = @CXXCPP@
-CXXDEPMODE = @CXXDEPMODE@
-CXXFLAGS = @CXXFLAGS@
-CYGPATH_W = @CYGPATH_W@
-DEFS = @DEFS@
-DEPDIR = @DEPDIR@
-DLLTOOL = @DLLTOOL@
-DSYMUTIL = @DSYMUTIL@
-DUMPBIN = @DUMPBIN@
-ECHO_C = @ECHO_C@
-ECHO_N = @ECHO_N@
-ECHO_T = @ECHO_T@
-EGREP = @EGREP@
-EXEEXT = @EXEEXT@
-FGREP = @FGREP@
-FORCED_CLFLAGS = @FORCED_CLFLAGS@
-GLEW_CFLAGS = @GLEW_CFLAGS@
-GLEW_LIBS = @GLEW_LIBS@
-GREP = @GREP@
-HOST = @HOST@
-HOST_AS_FLAGS = @HOST_AS_FLAGS@
-HOST_CLANG_FLAGS = @HOST_CLANG_FLAGS@
-HOST_CPU = @HOST_CPU@
-HOST_DEVICE_EXTENSION_DEFINES = @HOST_DEVICE_EXTENSION_DEFINES@
-HOST_LD_FLAGS = @HOST_LD_FLAGS@
-HOST_LLC_FLAGS = @HOST_LLC_FLAGS@
-HOST_SIZEOF_DOUBLE = @HOST_SIZEOF_DOUBLE@
-HOST_SIZEOF_HALF = @HOST_SIZEOF_HALF@
-HOST_SIZEOF_LONG = @HOST_SIZEOF_LONG@
-HOST_SIZEOF_VOID_P = @HOST_SIZEOF_VOID_P@
-HSAILASM = @HSAILASM@
-HSA_DEVICE_EXTENSION_DEFINES = @HSA_DEVICE_EXTENSION_DEFINES@
-HSA_INCLUDES = @HSA_INCLUDES@
-HSA_LIBS = @HSA_LIBS@
-HWLOC_CFLAGS = @HWLOC_CFLAGS@
-HWLOC_LIBS = @HWLOC_LIBS@
-ICD_LD_FLAGS = @ICD_LD_FLAGS@
-INSTALL = @INSTALL@
-INSTALL_DATA = @INSTALL_DATA@
-INSTALL_PROGRAM = @INSTALL_PROGRAM@
-INSTALL_SCRIPT = @INSTALL_SCRIPT@
-INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
-KERNEL_COMPILER_LIB_VERSION = @KERNEL_COMPILER_LIB_VERSION@
-LD = @LD@
-LDFLAGS = @LDFLAGS@
-LD_FLAGS_BIN = @LD_FLAGS_BIN@
-LIBOBJS = @LIBOBJS@
-LIBRARY_SUFFIX = @LIBRARY_SUFFIX@
-LIBS = @LIBS@
-LIBTOOL = @LIBTOOL@
-LIB_AGE_VERSION = @LIB_AGE_VERSION@
-LIB_CURRENT_VERSION = @LIB_CURRENT_VERSION@
-LIB_FIRST_VERSION = @LIB_FIRST_VERSION@
-LIB_REVISION_VERSION = @LIB_REVISION_VERSION@
-LIB_VERSION = @LIB_VERSION@
-LIPO = @LIPO@
-LLC = @LLC@
-LLVM_AS = @LLVM_AS@
-LLVM_CONFIG = @LLVM_CONFIG@
-LLVM_CXX_FLAGS = @LLVM_CXX_FLAGS@
-LLVM_LDFLAGS = @LLVM_LDFLAGS@
-LLVM_LIBS = @LLVM_LIBS@
-LLVM_LINK = @LLVM_LINK@
-LLVM_OPT = @LLVM_OPT@
-LLVM_VERSION = @LLVM_VERSION@
-LN_S = @LN_S@
-LTDL_LIBS = @LTDL_LIBS@
-LTLIBOBJS = @LTLIBOBJS@
-LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
-MAKEINFO = @MAKEINFO@
-MANIFEST_TOOL = @MANIFEST_TOOL@
-MKDIR_P = @MKDIR_P@
-NM = @NM@
-NMEDIT = @NMEDIT@
-OBJDUMP = @OBJDUMP@
-OBJEXT = @OBJEXT@
-OCL_ICD_CFLAGS = @OCL_ICD_CFLAGS@
-OCL_ICD_LIBS = @OCL_ICD_LIBS@
-OCL_KERNEL_ARCH = @OCL_KERNEL_ARCH@
-OCL_KERNEL_TARGET = @OCL_KERNEL_TARGET@
-OCL_KERNEL_TARGET_CPU = @OCL_KERNEL_TARGET_CPU@
-OCL_TARGETS = @OCL_TARGETS@
-OPENCL_CFLAGS = @OPENCL_CFLAGS@
-OPENCL_CMAKE = @OPENCL_CMAKE@
-OPENCL_EXTLIBS = @OPENCL_EXTLIBS@
-OPENCL_LIBS = @OPENCL_LIBS@
-OPT = @OPT@
-OTOOL = @OTOOL@
-OTOOL64 = @OTOOL64@
-PACKAGE = @PACKAGE@
-PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
-PACKAGE_NAME = @PACKAGE_NAME@
-PACKAGE_STRING = @PACKAGE_STRING@
-PACKAGE_TARNAME = @PACKAGE_TARNAME@
-PACKAGE_URL = @PACKAGE_URL@
-PACKAGE_VERSION = @PACKAGE_VERSION@
-PATH_SEPARATOR = @PATH_SEPARATOR@
-PKG_CONFIG = @PKG_CONFIG@
-PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
-PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
-POAT_TESTSUITES = @POAT_TESTSUITES@
-POCL_DEVICE_ADDRESS_BITS = @POCL_DEVICE_ADDRESS_BITS@
-PTHREAD_CC = @PTHREAD_CC@
-PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
-PTHREAD_LIBS = @PTHREAD_LIBS@
-RANLIB = @RANLIB@
-SDL_CFLAGS = @SDL_CFLAGS@
-SDL_LIBS = @SDL_LIBS@
-SED = @SED@
-SET_MAKE = @SET_MAKE@
-SHELL = @SHELL@
-STRIP = @STRIP@
-TARGET = @TARGET@
-TARGET_CLANG_FLAGS = @TARGET_CLANG_FLAGS@
-TARGET_CPU = @TARGET_CPU@
-TARGET_LLC_FLAGS = @TARGET_LLC_FLAGS@
-TARGET_SIZEOF_DOUBLE = @TARGET_SIZEOF_DOUBLE@
-TARGET_SIZEOF_HALF = @TARGET_SIZEOF_HALF@
-TARGET_SIZEOF_LONG = @TARGET_SIZEOF_LONG@
-TARGET_SIZEOF_VOID_P = @TARGET_SIZEOF_VOID_P@
-TCECC = @TCECC@
-TCEMC_AVAILABLE = @TCEMC_AVAILABLE@
-TCE_AVAILABLE = @TCE_AVAILABLE@
-TCE_CONFIG = @TCE_CONFIG@
-TCE_DEVICE_EXTENSION_DEFINES = @TCE_DEVICE_EXTENSION_DEFINES@
-VERSION = @VERSION@
-abs_builddir = @abs_builddir@
-abs_srcdir = @abs_srcdir@
-abs_top_builddir = @abs_top_builddir@
-abs_top_srcdir = @abs_top_srcdir@
-ac_ct_AR = @ac_ct_AR@
-ac_ct_CC = @ac_ct_CC@
-ac_ct_CXX = @ac_ct_CXX@
-ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
-acx_pthread_config = @acx_pthread_config@
-am__include = @am__include@
-am__leading_dot = @am__leading_dot@
-am__quote = @am__quote@
-am__tar = @am__tar@
-am__untar = @am__untar@
-bindir = @bindir@
-build = @build@
-build_alias = @build_alias@
-build_cpu = @build_cpu@
-build_os = @build_os@
-build_vendor = @build_vendor@
-builddir = @builddir@
-datadir = @datadir@
-datarootdir = @datarootdir@
-docdir = @docdir@
-dvidir = @dvidir@
-exec_prefix = @exec_prefix@
-host = @host@
-host_alias = @host_alias@
-host_cpu = @host_cpu@
-host_os = @host_os@
-host_vendor = @host_vendor@
-htmldir = @htmldir@
-includedir = @includedir@
-infodir = @infodir@
-install_sh = @install_sh@
-libdir = @libdir@
-libexecdir = @libexecdir@
-localedir = @localedir@
-localstatedir = @localstatedir@
-mandir = @mandir@
-mkdir_p = @mkdir_p@
-oldincludedir = @oldincludedir@
-pdfdir = @pdfdir@
-prefix = @prefix@
-program_transform_name = @program_transform_name@
-psdir = @psdir@
-sbindir = @sbindir@
-sharedstatedir = @sharedstatedir@
-srcdir = @srcdir@
-sysconfdir = @sysconfdir@
-target = @target@
-target_alias = @target_alias@
-target_cpu = @target_cpu@
-target_os = @target_os@
-target_vendor = @target_vendor@
-top_build_prefix = @top_build_prefix@
-top_builddir = @top_builddir@
-top_srcdir = @top_srcdir@
-host_SOURCES = host.cpp 
-host_LDADD = ../../../lib/CL/libpocl.la ../../../lib/poclu/libpoclu.la @LD_FLAGS_BIN@
-host_CXXFLAGS = @PTHREAD_CFLAGS@ -std=c++11 -Wno-deprecated -Wno-deprecated-declarations
-AM_CPPFLAGS = -I$(top_builddir)/include -I$(top_srcdir)/include -I$(top_srcdir)/lib/CL \
-	-DSRCDIR='"$(abs_srcdir)"'
-
-all: all-am
-
-.SUFFIXES:
-.SUFFIXES: .cpp .lo .o .obj
-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
-	@for dep in $?; do \
-	  case '$(am__configure_deps)' in \
-	    *$$dep*) \
-	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
-	        && { if test -f $@; then exit 0; else break; fi; }; \
-	      exit 1;; \
-	  esac; \
-	done; \
-	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign tests/tce/fp16/Makefile'; \
-	$(am__cd) $(top_srcdir) && \
-	  $(AUTOMAKE) --foreign tests/tce/fp16/Makefile
-Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
-	@case '$?' in \
-	  *config.status*) \
-	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
-	  *) \
-	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
-	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
-	esac;
-
-$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
-	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-
-$(top_srcdir)/configure:  $(am__configure_deps)
-	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
-	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-$(am__aclocal_m4_deps):
-
-clean-noinstPROGRAMS:
-	@list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \
-	echo " rm -f" $$list; \
-	rm -f $$list || exit $$?; \
-	test -n "$(EXEEXT)" || exit 0; \
-	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
-	echo " rm -f" $$list; \
-	rm -f $$list
-
-host$(EXEEXT): $(host_OBJECTS) $(host_DEPENDENCIES) $(EXTRA_host_DEPENDENCIES) 
-	@rm -f host$(EXEEXT)
-	$(AM_V_CXXLD)$(host_LINK) $(host_OBJECTS) $(host_LDADD) $(LIBS)
-
-mostlyclean-compile:
-	-rm -f *.$(OBJEXT)
-
-distclean-compile:
-	-rm -f *.tab.c
-
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/host-host.Po at am__quote@
-
-.cpp.o:
- at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
- at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXXCOMPILE) -c -o $@ $<
-
-.cpp.obj:
- at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
- at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
-
-.cpp.lo:
- at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
- at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(LTCXXCOMPILE) -c -o $@ $<
-
-host-host.o: host.cpp
- at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(host_CXXFLAGS) $(CXXFLAGS) -MT host-host.o -MD -MP -MF $(DEPDIR)/host-host.Tpo -c -o host-host.o `test -f 'host.cpp' || echo '$(srcdir)/'`host.cpp
- at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/host-host.Tpo $(DEPDIR)/host-host.Po
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='host.cpp' object='host-host.o' libtool=no @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(host_CXXFLAGS) $(CXXFLAGS) -c -o host-host.o `test -f 'host.cpp' || echo '$(srcdir)/'`host.cpp
-
-host-host.obj: host.cpp
- at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(host_CXXFLAGS) $(CXXFLAGS) -MT host-host.obj -MD -MP -MF $(DEPDIR)/host-host.Tpo -c -o host-host.obj `if test -f 'host.cpp'; then $(CYGPATH_W) 'host.cpp'; else $(CYGPATH_W) '$(srcdir)/host.cpp'; fi`
- at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/host-host.Tpo $(DEPDIR)/host-host.Po
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='host.cpp' object='host-host.obj' libtool=no @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(host_CXXFLAGS) $(CXXFLAGS) -c -o host-host.obj `if test -f 'host.cpp'; then $(CYGPATH_W) 'host.cpp'; else $(CYGPATH_W) '$(srcdir)/host.cpp'; fi`
-
-mostlyclean-libtool:
-	-rm -f *.lo
-
-clean-libtool:
-	-rm -rf .libs _libs
-
-ID: $(am__tagged_files)
-	$(am__define_uniq_tagged_files); mkid -fID $$unique
-tags: tags-am
-TAGS: tags
-
-tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
-	set x; \
-	here=`pwd`; \
-	$(am__define_uniq_tagged_files); \
-	shift; \
-	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
-	  test -n "$$unique" || unique=$$empty_fix; \
-	  if test $$# -gt 0; then \
-	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
-	      "$$@" $$unique; \
-	  else \
-	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
-	      $$unique; \
-	  fi; \
-	fi
-ctags: ctags-am
-
-CTAGS: ctags
-ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
-	$(am__define_uniq_tagged_files); \
-	test -z "$(CTAGS_ARGS)$$unique" \
-	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
-	     $$unique
-
-GTAGS:
-	here=`$(am__cd) $(top_builddir) && pwd` \
-	  && $(am__cd) $(top_srcdir) \
-	  && gtags -i $(GTAGS_ARGS) "$$here"
-cscopelist: cscopelist-am
-
-cscopelist-am: $(am__tagged_files)
-	list='$(am__tagged_files)'; \
-	case "$(srcdir)" in \
-	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
-	  *) sdir=$(subdir)/$(srcdir) ;; \
-	esac; \
-	for i in $$list; do \
-	  if test -f "$$i"; then \
-	    echo "$(subdir)/$$i"; \
-	  else \
-	    echo "$$sdir/$$i"; \
-	  fi; \
-	done >> $(top_builddir)/cscope.files
-
-distclean-tags:
-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
-
-distdir: $(DISTFILES)
-	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
-	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
-	list='$(DISTFILES)'; \
-	  dist_files=`for file in $$list; do echo $$file; done | \
-	  sed -e "s|^$$srcdirstrip/||;t" \
-	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
-	case $$dist_files in \
-	  */*) $(MKDIR_P) `echo "$$dist_files" | \
-			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
-			   sort -u` ;; \
-	esac; \
-	for file in $$dist_files; do \
-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
-	  if test -d $$d/$$file; then \
-	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
-	    if test -d "$(distdir)/$$file"; then \
-	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
-	    fi; \
-	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
-	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
-	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
-	    fi; \
-	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
-	  else \
-	    test -f "$(distdir)/$$file" \
-	    || cp -p $$d/$$file "$(distdir)/$$file" \
-	    || exit 1; \
-	  fi; \
-	done
-check-am: all-am
-check: check-am
-all-am: Makefile $(PROGRAMS) all-local
-installdirs:
-install: install-am
-install-exec: install-exec-am
-install-data: install-data-am
-uninstall: uninstall-am
-
-install-am: all-am
-	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
-
-installcheck: installcheck-am
-install-strip:
-	if test -z '$(STRIP)'; then \
-	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
-	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
-	      install; \
-	else \
-	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
-	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
-	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
-	fi
-mostlyclean-generic:
-
-clean-generic:
-
-distclean-generic:
-	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
-	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
-
-maintainer-clean-generic:
-	@echo "This command is intended for maintainers to use"
-	@echo "it deletes files that may require special tools to rebuild."
-clean: clean-am
-
-clean-am: clean-generic clean-libtool clean-noinstPROGRAMS \
-	mostlyclean-am
-
-distclean: distclean-am
-	-rm -rf ./$(DEPDIR)
-	-rm -f Makefile
-distclean-am: clean-am distclean-compile distclean-generic \
-	distclean-tags
-
-dvi: dvi-am
-
-dvi-am:
-
-html: html-am
-
-html-am:
-
-info: info-am
-
-info-am:
-
-install-data-am:
-
-install-dvi: install-dvi-am
-
-install-dvi-am:
-
-install-exec-am:
-
-install-html: install-html-am
-
-install-html-am:
-
-install-info: install-info-am
-
-install-info-am:
-
-install-man:
-
-install-pdf: install-pdf-am
-
-install-pdf-am:
-
-install-ps: install-ps-am
-
-install-ps-am:
-
-installcheck-am:
-
-maintainer-clean: maintainer-clean-am
-	-rm -rf ./$(DEPDIR)
-	-rm -f Makefile
-maintainer-clean-am: distclean-am maintainer-clean-generic
-
-mostlyclean: mostlyclean-am
-
-mostlyclean-am: mostlyclean-compile mostlyclean-generic \
-	mostlyclean-libtool
-
-pdf: pdf-am
-
-pdf-am:
-
-ps: ps-am
-
-ps-am:
-
-uninstall-am:
-
-.MAKE: install-am install-strip
-
-.PHONY: CTAGS GTAGS TAGS all all-am all-local check check-am clean \
-	clean-generic clean-libtool clean-noinstPROGRAMS cscopelist-am \
-	ctags ctags-am distclean distclean-compile distclean-generic \
-	distclean-libtool distclean-tags distdir dvi dvi-am html \
-	html-am info info-am install install-am install-data \
-	install-data-am install-dvi install-dvi-am install-exec \
-	install-exec-am install-html install-html-am install-info \
-	install-info-am install-man install-pdf install-pdf-am \
-	install-ps install-ps-am install-strip installcheck \
-	installcheck-am installdirs maintainer-clean \
-	maintainer-clean-generic mostlyclean mostlyclean-compile \
-	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
-	tags tags-am uninstall uninstall-am
-
-.PRECIOUS: Makefile
-
-
-all-local: host
-
-run: 
-	@POCL_DEVICES="ttasim" POCL_TTASIM0_PARAMETERS="$(top_srcdir)/tools/data/test_machine_fp16.adf" ./host
-
-# Tell versions [3.59,3.63) of GNU make to not export all variables.
-# Otherwise a system limit (for SysV at least) may be exceeded.
-.NOEXPORT:
diff --git a/examples/standalone/CMakeLists.txt b/tests/tce/multi_AS_copy/CMakeLists.txt
similarity index 70%
rename from examples/standalone/CMakeLists.txt
rename to tests/tce/multi_AS_copy/CMakeLists.txt
index 861b949..430d2eb 100644
--- a/examples/standalone/CMakeLists.txt
+++ b/tests/tce/multi_AS_copy/CMakeLists.txt
@@ -1,7 +1,7 @@
 #=============================================================================
 #   CMake build system files
 #
-#   Copyright (c) 2014 pocl developers
+#   Copyright (c) 2016 pocl developers
 #
 #   Permission is hereby granted, free of charge, to any person obtaining a copy
 #   of this software and associated documentation files (the "Software"), to deal
@@ -23,24 +23,21 @@
 #
 #=============================================================================
 
-#EXTRA_DIST = standalone.cl
+add_executable("multi_AS_copy" host.cpp)
 
-#noinst_DATA = $(EXTRA_DIST:.cl=.bc)
+target_link_libraries("multi_AS_copy" ${POCLU_LINK_OPTIONS})
 
-#.cl.bc:
-# ../../scripts/pocl-standalone -h $(@:.bc=.h) -o $@ $<
+add_compile_options( -Wno-deprecated -Wno-deprecated-declarations)
 
-#clean-local:
-# rm -f $(EXTRA_DIST:.cl=.bc) $(EXTRA_DIST:.cl=.h)
+add_definitions("-DSRCDIR=\"${CMAKE_CURRENT_SOURCE_DIR}\"")
 
-add_test("pocl-standalone" "/bin/sh" "${CMAKE_BINARY_DIR}/scripts/pocl-standalone"
-          -h "${CMAKE_BINARY_DIR}/standalone.h"
-          -o "${CMAKE_BINARY_DIR}/standalone.bc"
-          "${CMAKE_CURRENT_SOURCE_DIR}/standalone.cl")
+add_test_pocl(NAME "tce/multi_AS_copy" COMMAND "multi_AS_copy")
 
-set_tests_properties( "pocl-standalone"
+set_tests_properties( "tce/multi_AS_copy"
   PROPERTIES
-    COST 3.0
+    COST 40.0
     PROCESSORS 1
-    LABELS "internal"
+    PASS_REGULAR_EXPRESSION "OK"
+    LABELS "tce;tta;ttasim"
+    ENVIRONMENT "POCL_DEVICES=pthread ttasim;POCL_TTASIM0_PARAMETERS=${CMAKE_SOURCE_DIR}/tools/data/test_machine.adf"
     DEPENDS "pocl_version_check")
diff --git a/tests/tce/multi_AS_copy/host.cpp b/tests/tce/multi_AS_copy/host.cpp
new file mode 100644
index 0000000..c587293
--- /dev/null
+++ b/tests/tce/multi_AS_copy/host.cpp
@@ -0,0 +1,226 @@
+/* Tests copying data between different address spaces.
+
+   Copyright (c) 2017 Ville Korhonen / Tampere University of Technology
+   
+   Permission is hereby granted, free of charge, to any person obtaining a copy
+   of this software and associated documentation files (the "Software"), to deal
+   in the Software without restriction, including without limitation the rights
+   to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+   copies of the Software, and to permit persons to whom the Software is
+   furnished to do so, subject to the following conditions:
+   
+   The above copyright notice and this permission notice shall be included in
+   all copies or substantial portions of the Software.
+   
+   THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+   IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+   FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+   AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+   LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+   OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+   THE SOFTWARE.
+*/
+
+/* This test:
+   1. Creates initialized buffer and uses kernel
+      to check it is ok. (this ensures that buffer ends up in the devices mem)
+   2. copies buffer to another
+   3. Kernel on the other device is used to check the copy result.
+   4. to be sure, result is read back to host and checked again.
+*/
+
+// Enable OpenCL C++ exceptions
+#define CL_HPP_ENABLE_EXCEPTIONS
+#define CL_HPP_MINIMUM_OPENCL_VERSION 120
+#define CL_HPP_TARGET_OPENCL_VERSION 120
+#include <CL/cl2.hpp>
+
+#include <cstdio>
+#include <cstdlib>
+#include <iostream>
+#include <cassert>
+#include <string>
+
+#include "poclu.h"
+
+static char
+kernelSourceCode[] =
+"int putchar(int c);\n"
+"kernel \n"
+"void test_kernel(__global char *buffer, __global char *reference) {\n"
+"    int i;\n"
+"    for (i = 0; i < 64; ++i) {\n"
+"        if(buffer[i] != reference[i])\n"
+"            putchar(buffer[i] + 48);\n"
+"    }\n"
+"}\n";
+
+int
+main(void)
+{
+    char output[64] = {0};
+    char formattedInput[64] = {1, 1, 1, 1, 1, 1, 1, 1,
+                               1, 1, 1, 1, 1, 1, 1, 1,
+                               1, 1, 2, 3, 4, 1, 1, 1,
+                               1, 5, 6, 7, 8, 1, 1, 1,
+                               1, 9, 10, 11, 12, 1, 1, 1,
+                               1, 1, 1, 1, 1, 1, 1, 1,
+                               1, 1, 1, 1, 1, 1, 1, 1,
+                               1, 1, 1, 1, 1, 1, 1, 1};
+
+    char expectedResult[64] = {0, 0, 0, 0, 0, 0, 0, 0,
+                               0, 0, 0, 0, 0, 0, 0, 0,
+                               0, 0, 0, 0, 0, 0, 0, 0,
+                               0, 0, 1, 2, 3, 4, 0, 0,
+                               0, 0, 5, 6, 7, 8, 0, 0,
+                               0, 0, 9, 10, 11, 12, 0, 0,
+                               0, 0, 0, 0, 0, 0, 0, 0,
+                               0, 0, 0, 0, 0, 0, 0, 0};
+
+    try {
+        std::vector<cl::Platform> platformList;
+
+        // Pick platform
+        cl::Platform::get(&platformList);
+
+        // Pick first platform
+        cl_context_properties cprops[] = {
+            CL_CONTEXT_PLATFORM, (cl_context_properties)(platformList[0])(), 0};
+        cl::Context context(CL_DEVICE_TYPE_ALL, cprops);
+
+        // Query the set of devices attched to the context
+        std::vector<cl::Device> devices = context.getInfo<CL_CONTEXT_DEVICES>();
+        assert (devices.size() == 2);
+
+        cl::Device device1 = devices.at(0);
+        cl::Device device2 = devices.at(1);
+
+        // we need tta and pthread.
+        assert ((device1.getInfo<CL_DEVICE_NAME>().find("pthread") != std::string::npos &&
+                 device2.getInfo<CL_DEVICE_NAME>().find("tta") != std::string::npos)
+                ||
+                (device2.getInfo<CL_DEVICE_NAME>().find("pthread") != std::string::npos &&
+                 device1.getInfo<CL_DEVICE_NAME>().find("tta") != std::string::npos));
+
+        // Create and program from source
+        cl::Program::Sources sources({kernelSourceCode});
+        cl::Program program(context, sources);
+
+        // Build program
+        program.build(devices);
+
+        cl::Buffer inputBuffer = cl::Buffer(
+            context,
+            (cl_mem_flags)CL_MEM_COPY_HOST_PTR,
+            64, (void*) formattedInput);
+
+        cl::Buffer inputReferenceBuffer = cl::Buffer(
+            context,
+            (cl_mem_flags)CL_MEM_COPY_HOST_PTR,
+            64, (void*) formattedInput);
+
+        cl::Buffer outputBuffer = cl::Buffer(
+            context,
+            (cl_mem_flags)CL_MEM_COPY_HOST_PTR,
+            64, (void *) output);
+
+        cl::Buffer outputReferenceBuffer = cl::Buffer(
+            context,
+            (cl_mem_flags)CL_MEM_COPY_HOST_PTR,
+            64, (void *) expectedResult);
+
+        // Create kernel object
+        cl::Kernel kernel(program, "test_kernel");
+
+        // Create command queue
+        cl::CommandQueue queue1(context, device1, CL_QUEUE_PROFILING_ENABLE);
+        cl::CommandQueue queue2(context, device2, CL_QUEUE_PROFILING_ENABLE);
+
+        // Do the work
+        kernel.setArg(0, inputBuffer);
+        kernel.setArg(1, inputReferenceBuffer);
+        cl::Event firstEvent;
+        queue1.enqueueNDRangeKernel(
+            kernel, 
+            cl::NullRange, 
+            cl::NDRange(1),
+            cl::NullRange,
+            NULL, &firstEvent);
+
+        queue1.finish();
+
+        cl::array<size_t, 3> input_origin;
+        input_origin[0] = 1;
+        input_origin[1] = 2;
+        input_origin[2] = 0;
+        cl::array<size_t, 3> output_origin;
+        output_origin[0] = 2;
+        output_origin[1] = 3;
+        output_origin[2] = 0;
+        cl::array<size_t, 3> region;
+        region[0] = 4;
+        region[1] = 3;
+        region[2] = 1;
+
+        std::vector<cl::Event> copyWaitList;
+        copyWaitList.push_back(firstEvent);
+        cl::Event copyEvent;
+        queue2.enqueueCopyBufferRect (inputBuffer, outputBuffer,
+                                      input_origin, output_origin,
+                                      region,
+                                      8, 64,
+                                      8, 64,
+                                      &copyWaitList,
+                                      &copyEvent);
+        queue2.finish();
+
+        kernel.setArg(0, outputBuffer);
+        kernel.setArg(1, outputReferenceBuffer);
+        std::vector<cl::Event> kernelWaitList;
+        kernelWaitList.push_back(copyEvent);
+        cl::Event lastEvent;
+        queue2.enqueueNDRangeKernel(
+            kernel,
+            cl::NullRange,
+            cl::NDRange(1),
+            cl::NullRange,
+            &kernelWaitList, &lastEvent);
+
+        std::vector<cl::Event> readWaitList;
+        readWaitList.push_back(lastEvent);
+        cl::Event readEvent;
+        queue2.enqueueReadBuffer(
+            outputBuffer,
+            CL_FALSE,
+            0, 64,
+            (void*)(output),
+            &readWaitList,
+            &readEvent);
+
+        queue1.flush();
+        queue2.finish();
+
+        for (int i = 0; i < 64; ++i) {
+            if (output[i] != expectedResult[i]) {
+              std::cout << "unexpected result at " << i
+                        << ", got " << output[i] - 0
+                        << " expected " << expectedResult[i] - 0
+                        << std::endl;
+            }
+        }
+        std::cout << "OK" << std::endl;
+    }
+    catch (cl::Error err) {
+         std::cerr
+             << "ERROR: "
+             << err.what()
+             << "("
+             << err.err()
+             << ")"
+             << std::endl;
+
+         return EXIT_FAILURE;
+    }
+
+    return EXIT_SUCCESS;
+}
diff --git a/tests/tce/tcemc/CMakeLists.txt b/tests/tce/tcemc/CMakeLists.txt
index 2cb0687..30a75e8 100644
--- a/tests/tce/tcemc/CMakeLists.txt
+++ b/tests/tce/tcemc/CMakeLists.txt
@@ -25,7 +25,7 @@
 
 add_executable("tcemc_host" host.cpp)
 
-target_link_libraries("tcemc_host" ${POCLU_LINK_OPTIONS} ${LD_FLAGS_BIN})
+target_link_libraries("tcemc_host" ${POCLU_LINK_OPTIONS})
 
 add_compile_options( -Wno-deprecated -Wno-deprecated-declarations)
 
diff --git a/tests/tce/tcemc/Makefile.am b/tests/tce/tcemc/Makefile.am
deleted file mode 100644
index 2a1c957..0000000
--- a/tests/tce/tcemc/Makefile.am
+++ /dev/null
@@ -1,36 +0,0 @@
-# Process this file with automake to produce Makefile.in (in this,
-# and all subdirectories).
-# 
-# Copyright (c) 2012 Pekka Jääskeläinen / Tampere University of Technology
-# 
-# Permission is hereby granted, free of charge, to any person obtaining a copy
-# of this software and associated documentation files (the "Software"), to deal
-# in the Software without restriction, including without limitation the rights
-# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-# copies of the Software, and to permit persons to whom the Software is
-# furnished to do so, subject to the following conditions:
-# 
-# The above copyright notice and this permission notice shall be included in
-# all copies or substantial portions of the Software.
-# 
-# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-# THE SOFTWARE.
-
-noinst_PROGRAMS = host
-
-host_SOURCES = host.cpp 
-host_LDADD = ../../../lib/CL/libpocl.la ../../../lib/poclu/libpoclu.la @LD_FLAGS_BIN@
-host_CXXFLAGS = @PTHREAD_CFLAGS@ -std=c++11 -Wno-deprecated -Wno-deprecated-declarations
-
-AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/lib/CL \
-	-DSRCDIR='"$(abs_srcdir)"'
-
-all-local: host
-
-run: 
-	@POCL_DEVICES="ttasim" POCL_TTASIM0_PARAMETERS="$(top_srcdir)/tools/data/test_machine.adf" ./host
diff --git a/tests/tce/tcemc/Makefile.in b/tests/tce/tcemc/Makefile.in
deleted file mode 100644
index 4b33d36..0000000
--- a/tests/tce/tcemc/Makefile.in
+++ /dev/null
@@ -1,724 +0,0 @@
-# Makefile.in generated by automake 1.15 from Makefile.am.
-# @configure_input@
-
-# Copyright (C) 1994-2014 Free Software Foundation, Inc.
-
-# This Makefile.in is free software; the Free Software Foundation
-# gives unlimited permission to copy and/or distribute it,
-# with or without modifications, as long as this notice is preserved.
-
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
-# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
-# PARTICULAR PURPOSE.
-
- at SET_MAKE@
-
-# Process this file with automake to produce Makefile.in (in this,
-# and all subdirectories).
-# 
-# Copyright (c) 2012 Pekka Jääskeläinen / Tampere University of Technology
-# 
-# Permission is hereby granted, free of charge, to any person obtaining a copy
-# of this software and associated documentation files (the "Software"), to deal
-# in the Software without restriction, including without limitation the rights
-# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-# copies of the Software, and to permit persons to whom the Software is
-# furnished to do so, subject to the following conditions:
-# 
-# The above copyright notice and this permission notice shall be included in
-# all copies or substantial portions of the Software.
-# 
-# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-# THE SOFTWARE.
-
-VPATH = @srcdir@
-am__is_gnu_make = { \
-  if test -z '$(MAKELEVEL)'; then \
-    false; \
-  elif test -n '$(MAKE_HOST)'; then \
-    true; \
-  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
-    true; \
-  else \
-    false; \
-  fi; \
-}
-am__make_running_with_option = \
-  case $${target_option-} in \
-      ?) ;; \
-      *) echo "am__make_running_with_option: internal error: invalid" \
-              "target option '$${target_option-}' specified" >&2; \
-         exit 1;; \
-  esac; \
-  has_opt=no; \
-  sane_makeflags=$$MAKEFLAGS; \
-  if $(am__is_gnu_make); then \
-    sane_makeflags=$$MFLAGS; \
-  else \
-    case $$MAKEFLAGS in \
-      *\\[\ \	]*) \
-        bs=\\; \
-        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
-          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
-    esac; \
-  fi; \
-  skip_next=no; \
-  strip_trailopt () \
-  { \
-    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
-  }; \
-  for flg in $$sane_makeflags; do \
-    test $$skip_next = yes && { skip_next=no; continue; }; \
-    case $$flg in \
-      *=*|--*) continue;; \
-        -*I) strip_trailopt 'I'; skip_next=yes;; \
-      -*I?*) strip_trailopt 'I';; \
-        -*O) strip_trailopt 'O'; skip_next=yes;; \
-      -*O?*) strip_trailopt 'O';; \
-        -*l) strip_trailopt 'l'; skip_next=yes;; \
-      -*l?*) strip_trailopt 'l';; \
-      -[dEDm]) skip_next=yes;; \
-      -[JT]) skip_next=yes;; \
-    esac; \
-    case $$flg in \
-      *$$target_option*) has_opt=yes; break;; \
-    esac; \
-  done; \
-  test $$has_opt = yes
-am__make_dryrun = (target_option=n; $(am__make_running_with_option))
-am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
-pkgdatadir = $(datadir)/@PACKAGE@
-pkgincludedir = $(includedir)/@PACKAGE@
-pkglibdir = $(libdir)/@PACKAGE@
-pkglibexecdir = $(libexecdir)/@PACKAGE@
-am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
-install_sh_DATA = $(install_sh) -c -m 644
-install_sh_PROGRAM = $(install_sh) -c
-install_sh_SCRIPT = $(install_sh) -c
-INSTALL_HEADER = $(INSTALL_DATA)
-transform = $(program_transform_name)
-NORMAL_INSTALL = :
-PRE_INSTALL = :
-POST_INSTALL = :
-NORMAL_UNINSTALL = :
-PRE_UNINSTALL = :
-POST_UNINSTALL = :
-build_triplet = @build@
-host_triplet = @host@
-target_triplet = @target@
-noinst_PROGRAMS = host$(EXEEXT)
-subdir = tests/tce/tcemc
-ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
-am__aclocal_m4_deps = $(top_srcdir)/m4/ax_boost_base.m4 \
-	$(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
-	$(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
-	$(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/acinclude.m4 \
-	$(top_srcdir)/configure.ac
-am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
-	$(ACLOCAL_M4)
-DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
-mkinstalldirs = $(install_sh) -d
-CONFIG_HEADER = $(top_builddir)/config.h
-CONFIG_CLEAN_FILES =
-CONFIG_CLEAN_VPATH_FILES =
-PROGRAMS = $(noinst_PROGRAMS)
-am_host_OBJECTS = host-host.$(OBJEXT)
-host_OBJECTS = $(am_host_OBJECTS)
-host_DEPENDENCIES = ../../../lib/CL/libpocl.la \
-	../../../lib/poclu/libpoclu.la
-AM_V_lt = $(am__v_lt_ at AM_V@)
-am__v_lt_ = $(am__v_lt_ at AM_DEFAULT_V@)
-am__v_lt_0 = --silent
-am__v_lt_1 = 
-host_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
-	$(LIBTOOLFLAGS) --mode=link $(CXXLD) $(host_CXXFLAGS) \
-	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
-AM_V_P = $(am__v_P_ at AM_V@)
-am__v_P_ = $(am__v_P_ at AM_DEFAULT_V@)
-am__v_P_0 = false
-am__v_P_1 = :
-AM_V_GEN = $(am__v_GEN_ at AM_V@)
-am__v_GEN_ = $(am__v_GEN_ at AM_DEFAULT_V@)
-am__v_GEN_0 = @echo "  GEN     " $@;
-am__v_GEN_1 = 
-AM_V_at = $(am__v_at_ at AM_V@)
-am__v_at_ = $(am__v_at_ at AM_DEFAULT_V@)
-am__v_at_0 = @
-am__v_at_1 = 
-DEFAULT_INCLUDES = -I. at am__isrc@ -I$(top_builddir)
-depcomp = $(SHELL) $(top_srcdir)/config/depcomp
-am__depfiles_maybe = depfiles
-am__mv = mv -f
-CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
-	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
-LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
-	$(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \
-	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
-	$(AM_CXXFLAGS) $(CXXFLAGS)
-AM_V_CXX = $(am__v_CXX_ at AM_V@)
-am__v_CXX_ = $(am__v_CXX_ at AM_DEFAULT_V@)
-am__v_CXX_0 = @echo "  CXX     " $@;
-am__v_CXX_1 = 
-CXXLD = $(CXX)
-CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
-	$(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \
-	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
-AM_V_CXXLD = $(am__v_CXXLD_ at AM_V@)
-am__v_CXXLD_ = $(am__v_CXXLD_ at AM_DEFAULT_V@)
-am__v_CXXLD_0 = @echo "  CXXLD   " $@;
-am__v_CXXLD_1 = 
-SOURCES = $(host_SOURCES)
-DIST_SOURCES = $(host_SOURCES)
-am__can_run_installinfo = \
-  case $$AM_UPDATE_INFO_DIR in \
-    n|no|NO) false;; \
-    *) (install-info --version) >/dev/null 2>&1;; \
-  esac
-am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
-# Read a list of newline-separated strings from the standard input,
-# and print each of them once, without duplicates.  Input order is
-# *not* preserved.
-am__uniquify_input = $(AWK) '\
-  BEGIN { nonempty = 0; } \
-  { items[$$0] = 1; nonempty = 1; } \
-  END { if (nonempty) { for (i in items) print i; }; } \
-'
-# Make sure the list of sources is unique.  This is necessary because,
-# e.g., the same source file might be shared among _SOURCES variables
-# for different programs/libraries.
-am__define_uniq_tagged_files = \
-  list='$(am__tagged_files)'; \
-  unique=`for i in $$list; do \
-    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
-  done | $(am__uniquify_input)`
-ETAGS = etags
-CTAGS = ctags
-am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/config/depcomp
-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
-ACLOCAL = @ACLOCAL@
-AMTAR = @AMTAR@
-AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
-AR = @AR@
-AUTOCONF = @AUTOCONF@
-AUTOHEADER = @AUTOHEADER@
-AUTOMAKE = @AUTOMAKE@
-AWK = @AWK@
-BOOST_CPPFLAGS = @BOOST_CPPFLAGS@
-BOOST_LDFLAGS = @BOOST_LDFLAGS@
-BUILD_TIMESTAMP = @BUILD_TIMESTAMP@
-CC = @CC@
-CCDEPMODE = @CCDEPMODE@
-CFLAGS = @CFLAGS@
-CLANG = @CLANG@
-CLANGXX = @CLANGXX@
-CLANGXX_FLAGS = @CLANGXX_FLAGS@
-CLFLAGS = @CLFLAGS@
-CPP = @CPP@
-CPPFLAGS = @CPPFLAGS@
-CXX = @CXX@
-CXXCPP = @CXXCPP@
-CXXDEPMODE = @CXXDEPMODE@
-CXXFLAGS = @CXXFLAGS@
-CYGPATH_W = @CYGPATH_W@
-DEFS = @DEFS@
-DEPDIR = @DEPDIR@
-DLLTOOL = @DLLTOOL@
-DSYMUTIL = @DSYMUTIL@
-DUMPBIN = @DUMPBIN@
-ECHO_C = @ECHO_C@
-ECHO_N = @ECHO_N@
-ECHO_T = @ECHO_T@
-EGREP = @EGREP@
-EXEEXT = @EXEEXT@
-FGREP = @FGREP@
-FORCED_CLFLAGS = @FORCED_CLFLAGS@
-GLEW_CFLAGS = @GLEW_CFLAGS@
-GLEW_LIBS = @GLEW_LIBS@
-GREP = @GREP@
-HOST = @HOST@
-HOST_AS_FLAGS = @HOST_AS_FLAGS@
-HOST_CLANG_FLAGS = @HOST_CLANG_FLAGS@
-HOST_CPU = @HOST_CPU@
-HOST_DEVICE_EXTENSION_DEFINES = @HOST_DEVICE_EXTENSION_DEFINES@
-HOST_LD_FLAGS = @HOST_LD_FLAGS@
-HOST_LLC_FLAGS = @HOST_LLC_FLAGS@
-HOST_SIZEOF_DOUBLE = @HOST_SIZEOF_DOUBLE@
-HOST_SIZEOF_HALF = @HOST_SIZEOF_HALF@
-HOST_SIZEOF_LONG = @HOST_SIZEOF_LONG@
-HOST_SIZEOF_VOID_P = @HOST_SIZEOF_VOID_P@
-HSAILASM = @HSAILASM@
-HSA_DEVICE_EXTENSION_DEFINES = @HSA_DEVICE_EXTENSION_DEFINES@
-HSA_INCLUDES = @HSA_INCLUDES@
-HSA_LIBS = @HSA_LIBS@
-HWLOC_CFLAGS = @HWLOC_CFLAGS@
-HWLOC_LIBS = @HWLOC_LIBS@
-ICD_LD_FLAGS = @ICD_LD_FLAGS@
-INSTALL = @INSTALL@
-INSTALL_DATA = @INSTALL_DATA@
-INSTALL_PROGRAM = @INSTALL_PROGRAM@
-INSTALL_SCRIPT = @INSTALL_SCRIPT@
-INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
-KERNEL_COMPILER_LIB_VERSION = @KERNEL_COMPILER_LIB_VERSION@
-LD = @LD@
-LDFLAGS = @LDFLAGS@
-LD_FLAGS_BIN = @LD_FLAGS_BIN@
-LIBOBJS = @LIBOBJS@
-LIBRARY_SUFFIX = @LIBRARY_SUFFIX@
-LIBS = @LIBS@
-LIBTOOL = @LIBTOOL@
-LIB_AGE_VERSION = @LIB_AGE_VERSION@
-LIB_CURRENT_VERSION = @LIB_CURRENT_VERSION@
-LIB_FIRST_VERSION = @LIB_FIRST_VERSION@
-LIB_REVISION_VERSION = @LIB_REVISION_VERSION@
-LIB_VERSION = @LIB_VERSION@
-LIPO = @LIPO@
-LLC = @LLC@
-LLVM_AS = @LLVM_AS@
-LLVM_CONFIG = @LLVM_CONFIG@
-LLVM_CXX_FLAGS = @LLVM_CXX_FLAGS@
-LLVM_LDFLAGS = @LLVM_LDFLAGS@
-LLVM_LIBS = @LLVM_LIBS@
-LLVM_LINK = @LLVM_LINK@
-LLVM_OPT = @LLVM_OPT@
-LLVM_VERSION = @LLVM_VERSION@
-LN_S = @LN_S@
-LTDL_LIBS = @LTDL_LIBS@
-LTLIBOBJS = @LTLIBOBJS@
-LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
-MAKEINFO = @MAKEINFO@
-MANIFEST_TOOL = @MANIFEST_TOOL@
-MKDIR_P = @MKDIR_P@
-NM = @NM@
-NMEDIT = @NMEDIT@
-OBJDUMP = @OBJDUMP@
-OBJEXT = @OBJEXT@
-OCL_ICD_CFLAGS = @OCL_ICD_CFLAGS@
-OCL_ICD_LIBS = @OCL_ICD_LIBS@
-OCL_KERNEL_ARCH = @OCL_KERNEL_ARCH@
-OCL_KERNEL_TARGET = @OCL_KERNEL_TARGET@
-OCL_KERNEL_TARGET_CPU = @OCL_KERNEL_TARGET_CPU@
-OCL_TARGETS = @OCL_TARGETS@
-OPENCL_CFLAGS = @OPENCL_CFLAGS@
-OPENCL_CMAKE = @OPENCL_CMAKE@
-OPENCL_EXTLIBS = @OPENCL_EXTLIBS@
-OPENCL_LIBS = @OPENCL_LIBS@
-OPT = @OPT@
-OTOOL = @OTOOL@
-OTOOL64 = @OTOOL64@
-PACKAGE = @PACKAGE@
-PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
-PACKAGE_NAME = @PACKAGE_NAME@
-PACKAGE_STRING = @PACKAGE_STRING@
-PACKAGE_TARNAME = @PACKAGE_TARNAME@
-PACKAGE_URL = @PACKAGE_URL@
-PACKAGE_VERSION = @PACKAGE_VERSION@
-PATH_SEPARATOR = @PATH_SEPARATOR@
-PKG_CONFIG = @PKG_CONFIG@
-PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
-PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
-POAT_TESTSUITES = @POAT_TESTSUITES@
-POCL_DEVICE_ADDRESS_BITS = @POCL_DEVICE_ADDRESS_BITS@
-PTHREAD_CC = @PTHREAD_CC@
-PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
-PTHREAD_LIBS = @PTHREAD_LIBS@
-RANLIB = @RANLIB@
-SDL_CFLAGS = @SDL_CFLAGS@
-SDL_LIBS = @SDL_LIBS@
-SED = @SED@
-SET_MAKE = @SET_MAKE@
-SHELL = @SHELL@
-STRIP = @STRIP@
-TARGET = @TARGET@
-TARGET_CLANG_FLAGS = @TARGET_CLANG_FLAGS@
-TARGET_CPU = @TARGET_CPU@
-TARGET_LLC_FLAGS = @TARGET_LLC_FLAGS@
-TARGET_SIZEOF_DOUBLE = @TARGET_SIZEOF_DOUBLE@
-TARGET_SIZEOF_HALF = @TARGET_SIZEOF_HALF@
-TARGET_SIZEOF_LONG = @TARGET_SIZEOF_LONG@
-TARGET_SIZEOF_VOID_P = @TARGET_SIZEOF_VOID_P@
-TCECC = @TCECC@
-TCEMC_AVAILABLE = @TCEMC_AVAILABLE@
-TCE_AVAILABLE = @TCE_AVAILABLE@
-TCE_CONFIG = @TCE_CONFIG@
-TCE_DEVICE_EXTENSION_DEFINES = @TCE_DEVICE_EXTENSION_DEFINES@
-VERSION = @VERSION@
-abs_builddir = @abs_builddir@
-abs_srcdir = @abs_srcdir@
-abs_top_builddir = @abs_top_builddir@
-abs_top_srcdir = @abs_top_srcdir@
-ac_ct_AR = @ac_ct_AR@
-ac_ct_CC = @ac_ct_CC@
-ac_ct_CXX = @ac_ct_CXX@
-ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
-acx_pthread_config = @acx_pthread_config@
-am__include = @am__include@
-am__leading_dot = @am__leading_dot@
-am__quote = @am__quote@
-am__tar = @am__tar@
-am__untar = @am__untar@
-bindir = @bindir@
-build = @build@
-build_alias = @build_alias@
-build_cpu = @build_cpu@
-build_os = @build_os@
-build_vendor = @build_vendor@
-builddir = @builddir@
-datadir = @datadir@
-datarootdir = @datarootdir@
-docdir = @docdir@
-dvidir = @dvidir@
-exec_prefix = @exec_prefix@
-host = @host@
-host_alias = @host_alias@
-host_cpu = @host_cpu@
-host_os = @host_os@
-host_vendor = @host_vendor@
-htmldir = @htmldir@
-includedir = @includedir@
-infodir = @infodir@
-install_sh = @install_sh@
-libdir = @libdir@
-libexecdir = @libexecdir@
-localedir = @localedir@
-localstatedir = @localstatedir@
-mandir = @mandir@
-mkdir_p = @mkdir_p@
-oldincludedir = @oldincludedir@
-pdfdir = @pdfdir@
-prefix = @prefix@
-program_transform_name = @program_transform_name@
-psdir = @psdir@
-sbindir = @sbindir@
-sharedstatedir = @sharedstatedir@
-srcdir = @srcdir@
-sysconfdir = @sysconfdir@
-target = @target@
-target_alias = @target_alias@
-target_cpu = @target_cpu@
-target_os = @target_os@
-target_vendor = @target_vendor@
-top_build_prefix = @top_build_prefix@
-top_builddir = @top_builddir@
-top_srcdir = @top_srcdir@
-host_SOURCES = host.cpp 
-host_LDADD = ../../../lib/CL/libpocl.la ../../../lib/poclu/libpoclu.la @LD_FLAGS_BIN@
-host_CXXFLAGS = @PTHREAD_CFLAGS@ -std=c++11 -Wno-deprecated -Wno-deprecated-declarations
-AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/lib/CL \
-	-DSRCDIR='"$(abs_srcdir)"'
-
-all: all-am
-
-.SUFFIXES:
-.SUFFIXES: .cpp .lo .o .obj
-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
-	@for dep in $?; do \
-	  case '$(am__configure_deps)' in \
-	    *$$dep*) \
-	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
-	        && { if test -f $@; then exit 0; else break; fi; }; \
-	      exit 1;; \
-	  esac; \
-	done; \
-	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign tests/tce/tcemc/Makefile'; \
-	$(am__cd) $(top_srcdir) && \
-	  $(AUTOMAKE) --foreign tests/tce/tcemc/Makefile
-Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
-	@case '$?' in \
-	  *config.status*) \
-	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
-	  *) \
-	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
-	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
-	esac;
-
-$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
-	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-
-$(top_srcdir)/configure:  $(am__configure_deps)
-	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
-	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-$(am__aclocal_m4_deps):
-
-clean-noinstPROGRAMS:
-	@list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \
-	echo " rm -f" $$list; \
-	rm -f $$list || exit $$?; \
-	test -n "$(EXEEXT)" || exit 0; \
-	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
-	echo " rm -f" $$list; \
-	rm -f $$list
-
-host$(EXEEXT): $(host_OBJECTS) $(host_DEPENDENCIES) $(EXTRA_host_DEPENDENCIES) 
-	@rm -f host$(EXEEXT)
-	$(AM_V_CXXLD)$(host_LINK) $(host_OBJECTS) $(host_LDADD) $(LIBS)
-
-mostlyclean-compile:
-	-rm -f *.$(OBJEXT)
-
-distclean-compile:
-	-rm -f *.tab.c
-
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/host-host.Po at am__quote@
-
-.cpp.o:
- at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
- at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXXCOMPILE) -c -o $@ $<
-
-.cpp.obj:
- at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
- at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
-
-.cpp.lo:
- at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
- at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(LTCXXCOMPILE) -c -o $@ $<
-
-host-host.o: host.cpp
- at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(host_CXXFLAGS) $(CXXFLAGS) -MT host-host.o -MD -MP -MF $(DEPDIR)/host-host.Tpo -c -o host-host.o `test -f 'host.cpp' || echo '$(srcdir)/'`host.cpp
- at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/host-host.Tpo $(DEPDIR)/host-host.Po
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='host.cpp' object='host-host.o' libtool=no @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(host_CXXFLAGS) $(CXXFLAGS) -c -o host-host.o `test -f 'host.cpp' || echo '$(srcdir)/'`host.cpp
-
-host-host.obj: host.cpp
- at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(host_CXXFLAGS) $(CXXFLAGS) -MT host-host.obj -MD -MP -MF $(DEPDIR)/host-host.Tpo -c -o host-host.obj `if test -f 'host.cpp'; then $(CYGPATH_W) 'host.cpp'; else $(CYGPATH_W) '$(srcdir)/host.cpp'; fi`
- at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/host-host.Tpo $(DEPDIR)/host-host.Po
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='host.cpp' object='host-host.obj' libtool=no @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(host_CXXFLAGS) $(CXXFLAGS) -c -o host-host.obj `if test -f 'host.cpp'; then $(CYGPATH_W) 'host.cpp'; else $(CYGPATH_W) '$(srcdir)/host.cpp'; fi`
-
-mostlyclean-libtool:
-	-rm -f *.lo
-
-clean-libtool:
-	-rm -rf .libs _libs
-
-ID: $(am__tagged_files)
-	$(am__define_uniq_tagged_files); mkid -fID $$unique
-tags: tags-am
-TAGS: tags
-
-tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
-	set x; \
-	here=`pwd`; \
-	$(am__define_uniq_tagged_files); \
-	shift; \
-	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
-	  test -n "$$unique" || unique=$$empty_fix; \
-	  if test $$# -gt 0; then \
-	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
-	      "$$@" $$unique; \
-	  else \
-	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
-	      $$unique; \
-	  fi; \
-	fi
-ctags: ctags-am
-
-CTAGS: ctags
-ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
-	$(am__define_uniq_tagged_files); \
-	test -z "$(CTAGS_ARGS)$$unique" \
-	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
-	     $$unique
-
-GTAGS:
-	here=`$(am__cd) $(top_builddir) && pwd` \
-	  && $(am__cd) $(top_srcdir) \
-	  && gtags -i $(GTAGS_ARGS) "$$here"
-cscopelist: cscopelist-am
-
-cscopelist-am: $(am__tagged_files)
-	list='$(am__tagged_files)'; \
-	case "$(srcdir)" in \
-	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
-	  *) sdir=$(subdir)/$(srcdir) ;; \
-	esac; \
-	for i in $$list; do \
-	  if test -f "$$i"; then \
-	    echo "$(subdir)/$$i"; \
-	  else \
-	    echo "$$sdir/$$i"; \
-	  fi; \
-	done >> $(top_builddir)/cscope.files
-
-distclean-tags:
-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
-
-distdir: $(DISTFILES)
-	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
-	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
-	list='$(DISTFILES)'; \
-	  dist_files=`for file in $$list; do echo $$file; done | \
-	  sed -e "s|^$$srcdirstrip/||;t" \
-	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
-	case $$dist_files in \
-	  */*) $(MKDIR_P) `echo "$$dist_files" | \
-			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
-			   sort -u` ;; \
-	esac; \
-	for file in $$dist_files; do \
-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
-	  if test -d $$d/$$file; then \
-	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
-	    if test -d "$(distdir)/$$file"; then \
-	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
-	    fi; \
-	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
-	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
-	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
-	    fi; \
-	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
-	  else \
-	    test -f "$(distdir)/$$file" \
-	    || cp -p $$d/$$file "$(distdir)/$$file" \
-	    || exit 1; \
-	  fi; \
-	done
-check-am: all-am
-check: check-am
-all-am: Makefile $(PROGRAMS) all-local
-installdirs:
-install: install-am
-install-exec: install-exec-am
-install-data: install-data-am
-uninstall: uninstall-am
-
-install-am: all-am
-	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
-
-installcheck: installcheck-am
-install-strip:
-	if test -z '$(STRIP)'; then \
-	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
-	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
-	      install; \
-	else \
-	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
-	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
-	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
-	fi
-mostlyclean-generic:
-
-clean-generic:
-
-distclean-generic:
-	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
-	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
-
-maintainer-clean-generic:
-	@echo "This command is intended for maintainers to use"
-	@echo "it deletes files that may require special tools to rebuild."
-clean: clean-am
-
-clean-am: clean-generic clean-libtool clean-noinstPROGRAMS \
-	mostlyclean-am
-
-distclean: distclean-am
-	-rm -rf ./$(DEPDIR)
-	-rm -f Makefile
-distclean-am: clean-am distclean-compile distclean-generic \
-	distclean-tags
-
-dvi: dvi-am
-
-dvi-am:
-
-html: html-am
-
-html-am:
-
-info: info-am
-
-info-am:
-
-install-data-am:
-
-install-dvi: install-dvi-am
-
-install-dvi-am:
-
-install-exec-am:
-
-install-html: install-html-am
-
-install-html-am:
-
-install-info: install-info-am
-
-install-info-am:
-
-install-man:
-
-install-pdf: install-pdf-am
-
-install-pdf-am:
-
-install-ps: install-ps-am
-
-install-ps-am:
-
-installcheck-am:
-
-maintainer-clean: maintainer-clean-am
-	-rm -rf ./$(DEPDIR)
-	-rm -f Makefile
-maintainer-clean-am: distclean-am maintainer-clean-generic
-
-mostlyclean: mostlyclean-am
-
-mostlyclean-am: mostlyclean-compile mostlyclean-generic \
-	mostlyclean-libtool
-
-pdf: pdf-am
-
-pdf-am:
-
-ps: ps-am
-
-ps-am:
-
-uninstall-am:
-
-.MAKE: install-am install-strip
-
-.PHONY: CTAGS GTAGS TAGS all all-am all-local check check-am clean \
-	clean-generic clean-libtool clean-noinstPROGRAMS cscopelist-am \
-	ctags ctags-am distclean distclean-compile distclean-generic \
-	distclean-libtool distclean-tags distdir dvi dvi-am html \
-	html-am info info-am install install-am install-data \
-	install-data-am install-dvi install-dvi-am install-exec \
-	install-exec-am install-html install-html-am install-info \
-	install-info-am install-man install-pdf install-pdf-am \
-	install-ps install-ps-am install-strip installcheck \
-	installcheck-am installdirs maintainer-clean \
-	maintainer-clean-generic mostlyclean mostlyclean-compile \
-	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
-	tags tags-am uninstall uninstall-am
-
-.PRECIOUS: Makefile
-
-
-all-local: host
-
-run: 
-	@POCL_DEVICES="ttasim" POCL_TTASIM0_PARAMETERS="$(top_srcdir)/tools/data/test_machine.adf" ./host
-
-# Tell versions [3.59,3.63) of GNU make to not export all variables.
-# Otherwise a system limit (for SysV at least) may be exceeded.
-.NOEXPORT:
diff --git a/tests/tce/ttasim/CMakeLists.txt b/tests/tce/ttasim/CMakeLists.txt
index 329b20e..52c5ded 100644
--- a/tests/tce/ttasim/CMakeLists.txt
+++ b/tests/tce/ttasim/CMakeLists.txt
@@ -25,7 +25,7 @@
 
 add_executable("ttasim_host" host.cpp)
 
-target_link_libraries("ttasim_host" ${POCLU_LINK_OPTIONS} ${LD_FLAGS_BIN})
+target_link_libraries("ttasim_host" ${POCLU_LINK_OPTIONS})
 
 add_compile_options( -Wno-deprecated -Wno-deprecated-declarations)
 
diff --git a/tests/tce/ttasim/Makefile.am b/tests/tce/ttasim/Makefile.am
deleted file mode 100644
index 240ec71..0000000
--- a/tests/tce/ttasim/Makefile.am
+++ /dev/null
@@ -1,37 +0,0 @@
-# Process this file with automake to produce Makefile.in (in this,
-# and all subdirectories).
-# 
-# Copyright (c) 2012 Pekka Jääskeläinen / Tampere University of Technology
-# 
-# Permission is hereby granted, free of charge, to any person obtaining a copy
-# of this software and associated documentation files (the "Software"), to deal
-# in the Software without restriction, including without limitation the rights
-# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-# copies of the Software, and to permit persons to whom the Software is
-# furnished to do so, subject to the following conditions:
-# 
-# The above copyright notice and this permission notice shall be included in
-# all copies or substantial portions of the Software.
-# 
-# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-# THE SOFTWARE.
-
-noinst_PROGRAMS = host
-
-host_SOURCES = host.cpp 
-host_LDADD = @OPENCL_LIBS@ ../../../lib/poclu/libpoclu.la @LD_FLAGS_BIN@
-host_CXXFLAGS = @PTHREAD_CFLAGS@ -std=c++11 -Wno-deprecated -Wno-deprecated-declarations
-
-AM_CPPFLAGS = -I$(top_builddir)/include -I$(top_srcdir)/include  -I$(top_srcdir)/lib/CL \
-	-DSRCDIR='"$(abs_srcdir)"'
-
-
-all-local: host
-
-run: host
-	@POCL_DEVICES="ttasim" POCL_TTASIM0_PARAMETERS="$(top_srcdir)/tools/data/test_machine.adf" ./host
diff --git a/tests/tce/ttasim/Makefile.in b/tests/tce/ttasim/Makefile.in
deleted file mode 100644
index bfd3aab..0000000
--- a/tests/tce/ttasim/Makefile.in
+++ /dev/null
@@ -1,723 +0,0 @@
-# Makefile.in generated by automake 1.15 from Makefile.am.
-# @configure_input@
-
-# Copyright (C) 1994-2014 Free Software Foundation, Inc.
-
-# This Makefile.in is free software; the Free Software Foundation
-# gives unlimited permission to copy and/or distribute it,
-# with or without modifications, as long as this notice is preserved.
-
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
-# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
-# PARTICULAR PURPOSE.
-
- at SET_MAKE@
-
-# Process this file with automake to produce Makefile.in (in this,
-# and all subdirectories).
-# 
-# Copyright (c) 2012 Pekka Jääskeläinen / Tampere University of Technology
-# 
-# Permission is hereby granted, free of charge, to any person obtaining a copy
-# of this software and associated documentation files (the "Software"), to deal
-# in the Software without restriction, including without limitation the rights
-# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-# copies of the Software, and to permit persons to whom the Software is
-# furnished to do so, subject to the following conditions:
-# 
-# The above copyright notice and this permission notice shall be included in
-# all copies or substantial portions of the Software.
-# 
-# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-# THE SOFTWARE.
-
-VPATH = @srcdir@
-am__is_gnu_make = { \
-  if test -z '$(MAKELEVEL)'; then \
-    false; \
-  elif test -n '$(MAKE_HOST)'; then \
-    true; \
-  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
-    true; \
-  else \
-    false; \
-  fi; \
-}
-am__make_running_with_option = \
-  case $${target_option-} in \
-      ?) ;; \
-      *) echo "am__make_running_with_option: internal error: invalid" \
-              "target option '$${target_option-}' specified" >&2; \
-         exit 1;; \
-  esac; \
-  has_opt=no; \
-  sane_makeflags=$$MAKEFLAGS; \
-  if $(am__is_gnu_make); then \
-    sane_makeflags=$$MFLAGS; \
-  else \
-    case $$MAKEFLAGS in \
-      *\\[\ \	]*) \
-        bs=\\; \
-        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
-          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
-    esac; \
-  fi; \
-  skip_next=no; \
-  strip_trailopt () \
-  { \
-    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
-  }; \
-  for flg in $$sane_makeflags; do \
-    test $$skip_next = yes && { skip_next=no; continue; }; \
-    case $$flg in \
-      *=*|--*) continue;; \
-        -*I) strip_trailopt 'I'; skip_next=yes;; \
-      -*I?*) strip_trailopt 'I';; \
-        -*O) strip_trailopt 'O'; skip_next=yes;; \
-      -*O?*) strip_trailopt 'O';; \
-        -*l) strip_trailopt 'l'; skip_next=yes;; \
-      -*l?*) strip_trailopt 'l';; \
-      -[dEDm]) skip_next=yes;; \
-      -[JT]) skip_next=yes;; \
-    esac; \
-    case $$flg in \
-      *$$target_option*) has_opt=yes; break;; \
-    esac; \
-  done; \
-  test $$has_opt = yes
-am__make_dryrun = (target_option=n; $(am__make_running_with_option))
-am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
-pkgdatadir = $(datadir)/@PACKAGE@
-pkgincludedir = $(includedir)/@PACKAGE@
-pkglibdir = $(libdir)/@PACKAGE@
-pkglibexecdir = $(libexecdir)/@PACKAGE@
-am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
-install_sh_DATA = $(install_sh) -c -m 644
-install_sh_PROGRAM = $(install_sh) -c
-install_sh_SCRIPT = $(install_sh) -c
-INSTALL_HEADER = $(INSTALL_DATA)
-transform = $(program_transform_name)
-NORMAL_INSTALL = :
-PRE_INSTALL = :
-POST_INSTALL = :
-NORMAL_UNINSTALL = :
-PRE_UNINSTALL = :
-POST_UNINSTALL = :
-build_triplet = @build@
-host_triplet = @host@
-target_triplet = @target@
-noinst_PROGRAMS = host$(EXEEXT)
-subdir = tests/tce/ttasim
-ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
-am__aclocal_m4_deps = $(top_srcdir)/m4/ax_boost_base.m4 \
-	$(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
-	$(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
-	$(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/acinclude.m4 \
-	$(top_srcdir)/configure.ac
-am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
-	$(ACLOCAL_M4)
-DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
-mkinstalldirs = $(install_sh) -d
-CONFIG_HEADER = $(top_builddir)/config.h
-CONFIG_CLEAN_FILES =
-CONFIG_CLEAN_VPATH_FILES =
-PROGRAMS = $(noinst_PROGRAMS)
-am_host_OBJECTS = host-host.$(OBJEXT)
-host_OBJECTS = $(am_host_OBJECTS)
-host_DEPENDENCIES = ../../../lib/poclu/libpoclu.la
-AM_V_lt = $(am__v_lt_ at AM_V@)
-am__v_lt_ = $(am__v_lt_ at AM_DEFAULT_V@)
-am__v_lt_0 = --silent
-am__v_lt_1 = 
-host_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
-	$(LIBTOOLFLAGS) --mode=link $(CXXLD) $(host_CXXFLAGS) \
-	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
-AM_V_P = $(am__v_P_ at AM_V@)
-am__v_P_ = $(am__v_P_ at AM_DEFAULT_V@)
-am__v_P_0 = false
-am__v_P_1 = :
-AM_V_GEN = $(am__v_GEN_ at AM_V@)
-am__v_GEN_ = $(am__v_GEN_ at AM_DEFAULT_V@)
-am__v_GEN_0 = @echo "  GEN     " $@;
-am__v_GEN_1 = 
-AM_V_at = $(am__v_at_ at AM_V@)
-am__v_at_ = $(am__v_at_ at AM_DEFAULT_V@)
-am__v_at_0 = @
-am__v_at_1 = 
-DEFAULT_INCLUDES = -I. at am__isrc@ -I$(top_builddir)
-depcomp = $(SHELL) $(top_srcdir)/config/depcomp
-am__depfiles_maybe = depfiles
-am__mv = mv -f
-CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
-	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
-LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
-	$(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \
-	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
-	$(AM_CXXFLAGS) $(CXXFLAGS)
-AM_V_CXX = $(am__v_CXX_ at AM_V@)
-am__v_CXX_ = $(am__v_CXX_ at AM_DEFAULT_V@)
-am__v_CXX_0 = @echo "  CXX     " $@;
-am__v_CXX_1 = 
-CXXLD = $(CXX)
-CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
-	$(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \
-	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
-AM_V_CXXLD = $(am__v_CXXLD_ at AM_V@)
-am__v_CXXLD_ = $(am__v_CXXLD_ at AM_DEFAULT_V@)
-am__v_CXXLD_0 = @echo "  CXXLD   " $@;
-am__v_CXXLD_1 = 
-SOURCES = $(host_SOURCES)
-DIST_SOURCES = $(host_SOURCES)
-am__can_run_installinfo = \
-  case $$AM_UPDATE_INFO_DIR in \
-    n|no|NO) false;; \
-    *) (install-info --version) >/dev/null 2>&1;; \
-  esac
-am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
-# Read a list of newline-separated strings from the standard input,
-# and print each of them once, without duplicates.  Input order is
-# *not* preserved.
-am__uniquify_input = $(AWK) '\
-  BEGIN { nonempty = 0; } \
-  { items[$$0] = 1; nonempty = 1; } \
-  END { if (nonempty) { for (i in items) print i; }; } \
-'
-# Make sure the list of sources is unique.  This is necessary because,
-# e.g., the same source file might be shared among _SOURCES variables
-# for different programs/libraries.
-am__define_uniq_tagged_files = \
-  list='$(am__tagged_files)'; \
-  unique=`for i in $$list; do \
-    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
-  done | $(am__uniquify_input)`
-ETAGS = etags
-CTAGS = ctags
-am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/config/depcomp
-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
-ACLOCAL = @ACLOCAL@
-AMTAR = @AMTAR@
-AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
-AR = @AR@
-AUTOCONF = @AUTOCONF@
-AUTOHEADER = @AUTOHEADER@
-AUTOMAKE = @AUTOMAKE@
-AWK = @AWK@
-BOOST_CPPFLAGS = @BOOST_CPPFLAGS@
-BOOST_LDFLAGS = @BOOST_LDFLAGS@
-BUILD_TIMESTAMP = @BUILD_TIMESTAMP@
-CC = @CC@
-CCDEPMODE = @CCDEPMODE@
-CFLAGS = @CFLAGS@
-CLANG = @CLANG@
-CLANGXX = @CLANGXX@
-CLANGXX_FLAGS = @CLANGXX_FLAGS@
-CLFLAGS = @CLFLAGS@
-CPP = @CPP@
-CPPFLAGS = @CPPFLAGS@
-CXX = @CXX@
-CXXCPP = @CXXCPP@
-CXXDEPMODE = @CXXDEPMODE@
-CXXFLAGS = @CXXFLAGS@
-CYGPATH_W = @CYGPATH_W@
-DEFS = @DEFS@
-DEPDIR = @DEPDIR@
-DLLTOOL = @DLLTOOL@
-DSYMUTIL = @DSYMUTIL@
-DUMPBIN = @DUMPBIN@
-ECHO_C = @ECHO_C@
-ECHO_N = @ECHO_N@
-ECHO_T = @ECHO_T@
-EGREP = @EGREP@
-EXEEXT = @EXEEXT@
-FGREP = @FGREP@
-FORCED_CLFLAGS = @FORCED_CLFLAGS@
-GLEW_CFLAGS = @GLEW_CFLAGS@
-GLEW_LIBS = @GLEW_LIBS@
-GREP = @GREP@
-HOST = @HOST@
-HOST_AS_FLAGS = @HOST_AS_FLAGS@
-HOST_CLANG_FLAGS = @HOST_CLANG_FLAGS@
-HOST_CPU = @HOST_CPU@
-HOST_DEVICE_EXTENSION_DEFINES = @HOST_DEVICE_EXTENSION_DEFINES@
-HOST_LD_FLAGS = @HOST_LD_FLAGS@
-HOST_LLC_FLAGS = @HOST_LLC_FLAGS@
-HOST_SIZEOF_DOUBLE = @HOST_SIZEOF_DOUBLE@
-HOST_SIZEOF_HALF = @HOST_SIZEOF_HALF@
-HOST_SIZEOF_LONG = @HOST_SIZEOF_LONG@
-HOST_SIZEOF_VOID_P = @HOST_SIZEOF_VOID_P@
-HSAILASM = @HSAILASM@
-HSA_DEVICE_EXTENSION_DEFINES = @HSA_DEVICE_EXTENSION_DEFINES@
-HSA_INCLUDES = @HSA_INCLUDES@
-HSA_LIBS = @HSA_LIBS@
-HWLOC_CFLAGS = @HWLOC_CFLAGS@
-HWLOC_LIBS = @HWLOC_LIBS@
-ICD_LD_FLAGS = @ICD_LD_FLAGS@
-INSTALL = @INSTALL@
-INSTALL_DATA = @INSTALL_DATA@
-INSTALL_PROGRAM = @INSTALL_PROGRAM@
-INSTALL_SCRIPT = @INSTALL_SCRIPT@
-INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
-KERNEL_COMPILER_LIB_VERSION = @KERNEL_COMPILER_LIB_VERSION@
-LD = @LD@
-LDFLAGS = @LDFLAGS@
-LD_FLAGS_BIN = @LD_FLAGS_BIN@
-LIBOBJS = @LIBOBJS@
-LIBRARY_SUFFIX = @LIBRARY_SUFFIX@
-LIBS = @LIBS@
-LIBTOOL = @LIBTOOL@
-LIB_AGE_VERSION = @LIB_AGE_VERSION@
-LIB_CURRENT_VERSION = @LIB_CURRENT_VERSION@
-LIB_FIRST_VERSION = @LIB_FIRST_VERSION@
-LIB_REVISION_VERSION = @LIB_REVISION_VERSION@
-LIB_VERSION = @LIB_VERSION@
-LIPO = @LIPO@
-LLC = @LLC@
-LLVM_AS = @LLVM_AS@
-LLVM_CONFIG = @LLVM_CONFIG@
-LLVM_CXX_FLAGS = @LLVM_CXX_FLAGS@
-LLVM_LDFLAGS = @LLVM_LDFLAGS@
-LLVM_LIBS = @LLVM_LIBS@
-LLVM_LINK = @LLVM_LINK@
-LLVM_OPT = @LLVM_OPT@
-LLVM_VERSION = @LLVM_VERSION@
-LN_S = @LN_S@
-LTDL_LIBS = @LTDL_LIBS@
-LTLIBOBJS = @LTLIBOBJS@
-LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
-MAKEINFO = @MAKEINFO@
-MANIFEST_TOOL = @MANIFEST_TOOL@
-MKDIR_P = @MKDIR_P@
-NM = @NM@
-NMEDIT = @NMEDIT@
-OBJDUMP = @OBJDUMP@
-OBJEXT = @OBJEXT@
-OCL_ICD_CFLAGS = @OCL_ICD_CFLAGS@
-OCL_ICD_LIBS = @OCL_ICD_LIBS@
-OCL_KERNEL_ARCH = @OCL_KERNEL_ARCH@
-OCL_KERNEL_TARGET = @OCL_KERNEL_TARGET@
-OCL_KERNEL_TARGET_CPU = @OCL_KERNEL_TARGET_CPU@
-OCL_TARGETS = @OCL_TARGETS@
-OPENCL_CFLAGS = @OPENCL_CFLAGS@
-OPENCL_CMAKE = @OPENCL_CMAKE@
-OPENCL_EXTLIBS = @OPENCL_EXTLIBS@
-OPENCL_LIBS = @OPENCL_LIBS@
-OPT = @OPT@
-OTOOL = @OTOOL@
-OTOOL64 = @OTOOL64@
-PACKAGE = @PACKAGE@
-PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
-PACKAGE_NAME = @PACKAGE_NAME@
-PACKAGE_STRING = @PACKAGE_STRING@
-PACKAGE_TARNAME = @PACKAGE_TARNAME@
-PACKAGE_URL = @PACKAGE_URL@
-PACKAGE_VERSION = @PACKAGE_VERSION@
-PATH_SEPARATOR = @PATH_SEPARATOR@
-PKG_CONFIG = @PKG_CONFIG@
-PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
-PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
-POAT_TESTSUITES = @POAT_TESTSUITES@
-POCL_DEVICE_ADDRESS_BITS = @POCL_DEVICE_ADDRESS_BITS@
-PTHREAD_CC = @PTHREAD_CC@
-PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
-PTHREAD_LIBS = @PTHREAD_LIBS@
-RANLIB = @RANLIB@
-SDL_CFLAGS = @SDL_CFLAGS@
-SDL_LIBS = @SDL_LIBS@
-SED = @SED@
-SET_MAKE = @SET_MAKE@
-SHELL = @SHELL@
-STRIP = @STRIP@
-TARGET = @TARGET@
-TARGET_CLANG_FLAGS = @TARGET_CLANG_FLAGS@
-TARGET_CPU = @TARGET_CPU@
-TARGET_LLC_FLAGS = @TARGET_LLC_FLAGS@
-TARGET_SIZEOF_DOUBLE = @TARGET_SIZEOF_DOUBLE@
-TARGET_SIZEOF_HALF = @TARGET_SIZEOF_HALF@
-TARGET_SIZEOF_LONG = @TARGET_SIZEOF_LONG@
-TARGET_SIZEOF_VOID_P = @TARGET_SIZEOF_VOID_P@
-TCECC = @TCECC@
-TCEMC_AVAILABLE = @TCEMC_AVAILABLE@
-TCE_AVAILABLE = @TCE_AVAILABLE@
-TCE_CONFIG = @TCE_CONFIG@
-TCE_DEVICE_EXTENSION_DEFINES = @TCE_DEVICE_EXTENSION_DEFINES@
-VERSION = @VERSION@
-abs_builddir = @abs_builddir@
-abs_srcdir = @abs_srcdir@
-abs_top_builddir = @abs_top_builddir@
-abs_top_srcdir = @abs_top_srcdir@
-ac_ct_AR = @ac_ct_AR@
-ac_ct_CC = @ac_ct_CC@
-ac_ct_CXX = @ac_ct_CXX@
-ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
-acx_pthread_config = @acx_pthread_config@
-am__include = @am__include@
-am__leading_dot = @am__leading_dot@
-am__quote = @am__quote@
-am__tar = @am__tar@
-am__untar = @am__untar@
-bindir = @bindir@
-build = @build@
-build_alias = @build_alias@
-build_cpu = @build_cpu@
-build_os = @build_os@
-build_vendor = @build_vendor@
-builddir = @builddir@
-datadir = @datadir@
-datarootdir = @datarootdir@
-docdir = @docdir@
-dvidir = @dvidir@
-exec_prefix = @exec_prefix@
-host = @host@
-host_alias = @host_alias@
-host_cpu = @host_cpu@
-host_os = @host_os@
-host_vendor = @host_vendor@
-htmldir = @htmldir@
-includedir = @includedir@
-infodir = @infodir@
-install_sh = @install_sh@
-libdir = @libdir@
-libexecdir = @libexecdir@
-localedir = @localedir@
-localstatedir = @localstatedir@
-mandir = @mandir@
-mkdir_p = @mkdir_p@
-oldincludedir = @oldincludedir@
-pdfdir = @pdfdir@
-prefix = @prefix@
-program_transform_name = @program_transform_name@
-psdir = @psdir@
-sbindir = @sbindir@
-sharedstatedir = @sharedstatedir@
-srcdir = @srcdir@
-sysconfdir = @sysconfdir@
-target = @target@
-target_alias = @target_alias@
-target_cpu = @target_cpu@
-target_os = @target_os@
-target_vendor = @target_vendor@
-top_build_prefix = @top_build_prefix@
-top_builddir = @top_builddir@
-top_srcdir = @top_srcdir@
-host_SOURCES = host.cpp 
-host_LDADD = @OPENCL_LIBS@ ../../../lib/poclu/libpoclu.la @LD_FLAGS_BIN@
-host_CXXFLAGS = @PTHREAD_CFLAGS@ -std=c++11 -Wno-deprecated -Wno-deprecated-declarations
-AM_CPPFLAGS = -I$(top_builddir)/include -I$(top_srcdir)/include  -I$(top_srcdir)/lib/CL \
-	-DSRCDIR='"$(abs_srcdir)"'
-
-all: all-am
-
-.SUFFIXES:
-.SUFFIXES: .cpp .lo .o .obj
-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
-	@for dep in $?; do \
-	  case '$(am__configure_deps)' in \
-	    *$$dep*) \
-	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
-	        && { if test -f $@; then exit 0; else break; fi; }; \
-	      exit 1;; \
-	  esac; \
-	done; \
-	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign tests/tce/ttasim/Makefile'; \
-	$(am__cd) $(top_srcdir) && \
-	  $(AUTOMAKE) --foreign tests/tce/ttasim/Makefile
-Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
-	@case '$?' in \
-	  *config.status*) \
-	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
-	  *) \
-	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
-	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
-	esac;
-
-$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
-	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-
-$(top_srcdir)/configure:  $(am__configure_deps)
-	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
-	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-$(am__aclocal_m4_deps):
-
-clean-noinstPROGRAMS:
-	@list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \
-	echo " rm -f" $$list; \
-	rm -f $$list || exit $$?; \
-	test -n "$(EXEEXT)" || exit 0; \
-	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
-	echo " rm -f" $$list; \
-	rm -f $$list
-
-host$(EXEEXT): $(host_OBJECTS) $(host_DEPENDENCIES) $(EXTRA_host_DEPENDENCIES) 
-	@rm -f host$(EXEEXT)
-	$(AM_V_CXXLD)$(host_LINK) $(host_OBJECTS) $(host_LDADD) $(LIBS)
-
-mostlyclean-compile:
-	-rm -f *.$(OBJEXT)
-
-distclean-compile:
-	-rm -f *.tab.c
-
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/host-host.Po at am__quote@
-
-.cpp.o:
- at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
- at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXXCOMPILE) -c -o $@ $<
-
-.cpp.obj:
- at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
- at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
-
-.cpp.lo:
- at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
- at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(LTCXXCOMPILE) -c -o $@ $<
-
-host-host.o: host.cpp
- at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(host_CXXFLAGS) $(CXXFLAGS) -MT host-host.o -MD -MP -MF $(DEPDIR)/host-host.Tpo -c -o host-host.o `test -f 'host.cpp' || echo '$(srcdir)/'`host.cpp
- at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/host-host.Tpo $(DEPDIR)/host-host.Po
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='host.cpp' object='host-host.o' libtool=no @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(host_CXXFLAGS) $(CXXFLAGS) -c -o host-host.o `test -f 'host.cpp' || echo '$(srcdir)/'`host.cpp
-
-host-host.obj: host.cpp
- at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(host_CXXFLAGS) $(CXXFLAGS) -MT host-host.obj -MD -MP -MF $(DEPDIR)/host-host.Tpo -c -o host-host.obj `if test -f 'host.cpp'; then $(CYGPATH_W) 'host.cpp'; else $(CYGPATH_W) '$(srcdir)/host.cpp'; fi`
- at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/host-host.Tpo $(DEPDIR)/host-host.Po
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='host.cpp' object='host-host.obj' libtool=no @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(host_CXXFLAGS) $(CXXFLAGS) -c -o host-host.obj `if test -f 'host.cpp'; then $(CYGPATH_W) 'host.cpp'; else $(CYGPATH_W) '$(srcdir)/host.cpp'; fi`
-
-mostlyclean-libtool:
-	-rm -f *.lo
-
-clean-libtool:
-	-rm -rf .libs _libs
-
-ID: $(am__tagged_files)
-	$(am__define_uniq_tagged_files); mkid -fID $$unique
-tags: tags-am
-TAGS: tags
-
-tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
-	set x; \
-	here=`pwd`; \
-	$(am__define_uniq_tagged_files); \
-	shift; \
-	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
-	  test -n "$$unique" || unique=$$empty_fix; \
-	  if test $$# -gt 0; then \
-	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
-	      "$$@" $$unique; \
-	  else \
-	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
-	      $$unique; \
-	  fi; \
-	fi
-ctags: ctags-am
-
-CTAGS: ctags
-ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
-	$(am__define_uniq_tagged_files); \
-	test -z "$(CTAGS_ARGS)$$unique" \
-	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
-	     $$unique
-
-GTAGS:
-	here=`$(am__cd) $(top_builddir) && pwd` \
-	  && $(am__cd) $(top_srcdir) \
-	  && gtags -i $(GTAGS_ARGS) "$$here"
-cscopelist: cscopelist-am
-
-cscopelist-am: $(am__tagged_files)
-	list='$(am__tagged_files)'; \
-	case "$(srcdir)" in \
-	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
-	  *) sdir=$(subdir)/$(srcdir) ;; \
-	esac; \
-	for i in $$list; do \
-	  if test -f "$$i"; then \
-	    echo "$(subdir)/$$i"; \
-	  else \
-	    echo "$$sdir/$$i"; \
-	  fi; \
-	done >> $(top_builddir)/cscope.files
-
-distclean-tags:
-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
-
-distdir: $(DISTFILES)
-	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
-	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
-	list='$(DISTFILES)'; \
-	  dist_files=`for file in $$list; do echo $$file; done | \
-	  sed -e "s|^$$srcdirstrip/||;t" \
-	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
-	case $$dist_files in \
-	  */*) $(MKDIR_P) `echo "$$dist_files" | \
-			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
-			   sort -u` ;; \
-	esac; \
-	for file in $$dist_files; do \
-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
-	  if test -d $$d/$$file; then \
-	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
-	    if test -d "$(distdir)/$$file"; then \
-	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
-	    fi; \
-	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
-	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
-	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
-	    fi; \
-	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
-	  else \
-	    test -f "$(distdir)/$$file" \
-	    || cp -p $$d/$$file "$(distdir)/$$file" \
-	    || exit 1; \
-	  fi; \
-	done
-check-am: all-am
-check: check-am
-all-am: Makefile $(PROGRAMS) all-local
-installdirs:
-install: install-am
-install-exec: install-exec-am
-install-data: install-data-am
-uninstall: uninstall-am
-
-install-am: all-am
-	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
-
-installcheck: installcheck-am
-install-strip:
-	if test -z '$(STRIP)'; then \
-	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
-	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
-	      install; \
-	else \
-	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
-	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
-	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
-	fi
-mostlyclean-generic:
-
-clean-generic:
-
-distclean-generic:
-	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
-	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
-
-maintainer-clean-generic:
-	@echo "This command is intended for maintainers to use"
-	@echo "it deletes files that may require special tools to rebuild."
-clean: clean-am
-
-clean-am: clean-generic clean-libtool clean-noinstPROGRAMS \
-	mostlyclean-am
-
-distclean: distclean-am
-	-rm -rf ./$(DEPDIR)
-	-rm -f Makefile
-distclean-am: clean-am distclean-compile distclean-generic \
-	distclean-tags
-
-dvi: dvi-am
-
-dvi-am:
-
-html: html-am
-
-html-am:
-
-info: info-am
-
-info-am:
-
-install-data-am:
-
-install-dvi: install-dvi-am
-
-install-dvi-am:
-
-install-exec-am:
-
-install-html: install-html-am
-
-install-html-am:
-
-install-info: install-info-am
-
-install-info-am:
-
-install-man:
-
-install-pdf: install-pdf-am
-
-install-pdf-am:
-
-install-ps: install-ps-am
-
-install-ps-am:
-
-installcheck-am:
-
-maintainer-clean: maintainer-clean-am
-	-rm -rf ./$(DEPDIR)
-	-rm -f Makefile
-maintainer-clean-am: distclean-am maintainer-clean-generic
-
-mostlyclean: mostlyclean-am
-
-mostlyclean-am: mostlyclean-compile mostlyclean-generic \
-	mostlyclean-libtool
-
-pdf: pdf-am
-
-pdf-am:
-
-ps: ps-am
-
-ps-am:
-
-uninstall-am:
-
-.MAKE: install-am install-strip
-
-.PHONY: CTAGS GTAGS TAGS all all-am all-local check check-am clean \
-	clean-generic clean-libtool clean-noinstPROGRAMS cscopelist-am \
-	ctags ctags-am distclean distclean-compile distclean-generic \
-	distclean-libtool distclean-tags distdir dvi dvi-am html \
-	html-am info info-am install install-am install-data \
-	install-data-am install-dvi install-dvi-am install-exec \
-	install-exec-am install-html install-html-am install-info \
-	install-info-am install-man install-pdf install-pdf-am \
-	install-ps install-ps-am install-strip installcheck \
-	installcheck-am installdirs maintainer-clean \
-	maintainer-clean-generic mostlyclean mostlyclean-compile \
-	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
-	tags tags-am uninstall uninstall-am
-
-.PRECIOUS: Makefile
-
-
-all-local: host
-
-run: host
-	@POCL_DEVICES="ttasim" POCL_TTASIM0_PARAMETERS="$(top_srcdir)/tools/data/test_machine.adf" ./host
-
-# Tell versions [3.59,3.63) of GNU make to not export all variables.
-# Otherwise a system limit (for SysV at least) may be exceeded.
-.NOEXPORT:
diff --git a/tests/tce/ttasim/host.cpp b/tests/tce/ttasim/host.cpp
index 53114bb..ad8a0f1 100644
--- a/tests/tce/ttasim/host.cpp
+++ b/tests/tce/ttasim/host.cpp
@@ -35,7 +35,7 @@
 #include "poclu.h"
 
 static char
-kernelSourceCode[] = 
+kernelSourceCode[] =
 "int putchar(int c);\n"
 "kernel \n"
 "void test_kernel(constant char *input,\n"
@@ -43,6 +43,12 @@ kernelSourceCode[] =
 "                 float a,\n"
 "                 int b) {\n"
 "    constant char* pos = input; \n"
+"    local char auto_local_array[5]; \n"
+"    auto_local_array[0] = 'P'; \n"
+"    auto_local_array[1] = 'O'; \n"
+"    auto_local_array[2] = 'N'; \n"
+"    auto_local_array[3] = 'G'; \n"
+"    auto_local_array[4] = '\\0'; \n"
 "    while (*pos) {\n"
 "        putchar (*pos);\n"
 "        ++pos;\n"
@@ -53,11 +59,7 @@ kernelSourceCode[] =
 "#error The machine should have ADDF in the ISA\n"
 "#endif\n"
 "    printf(\"%f %d\", a, b);\n"
-"    output[0] = 'P'; \n"
-"    output[1] = 'O'; \n"
-"    output[2] = 'N'; \n"
-"    output[3] = 'G'; \n"
-"    output[4] = '\\0'; \n"
+"    for (int i = 0; i < 5; ++i) output[i] = auto_local_array[i]; \n"
 "}\n";
 
 int
diff --git a/tests/testsuite-amdsdk2_9.at b/tests/testsuite-amdsdk2_9.at
index fd93f57..26b5965 100644
--- a/tests/testsuite-amdsdk2_9.at
+++ b/tests/testsuite-amdsdk2_9.at
@@ -18,8 +18,6 @@ m4_define([POAT_AMDSDK_HSA_SETUP],[
 AT_BANNER([AMD APP SDK 2.9 tests])
 
 POAT_AMDSDK_SETUP([asyncdatatransfer])
-# needs asynch properties implemented
-AT_SKIP_IF(true)
 AT_CHECK_UNQUOTED([make test_AsyncDataTransfer -sC $abs_top_builddir/examples/AMDSDK2.9 | grep "Passed" | sed -e 's/^[ \t]*//'], 0, 
 [SyncKernel verification  : Passed!
 AsyncKernel verification : Passed!
@@ -427,7 +425,7 @@ POAT_AMDSDK_SETUP([montecarloasian])
 # kernel compilation fails due to 
 # error: can't convert between vector values of different size ('float4' and 'int')
 # It should be a legal implicit conversion according to 6.3 Operators. Works also with Intel OCL
-AT_XFAIL_IF(true)
+AT_XFAIL_IF([grep -q "define LLVM_3_7" $abs_top_builddir/config.h])
 AT_CHECK_UNQUOTED([make test_MonteCarloAsian -sC $abs_top_builddir/examples/AMDSDK2.9 | grep Passed], 0, 
 [Passed!
 ])
diff --git a/tests/testsuite-regression.at b/tests/testsuite-regression.at
index f62d8ad..81112a0 100644
--- a/tests/testsuite-regression.at
+++ b/tests/testsuite-regression.at
@@ -137,21 +137,25 @@ AT_CHECK([POCL_WORK_GROUP_METHOD=workitemloops $abs_top_builddir/tests/regressio
 AT_CLEANUP
 
 AT_SETUP([infinite loop (repl) - lp:941558])
-AT_KEYWORDS([regression infinite-loop tce])
+# This used to be also tce test, but not anymore
+# (requires threading for tce driver)
+AT_KEYWORDS([regression infinite-loop])
 AT_SKIP_IF([! grep "#define HAVE_OPENCL_HPP" $abs_top_builddir/config.h])
 AT_SKIP_IF([ env | grep -q POCL_IMPLICIT_FINISH])
 AT_CHECK([POCL_WORK_GROUP_METHOD=workitemrepl $abs_top_builddir/tests/regression/test_infinite_loop], 0)
 AT_CLEANUP
 
 AT_SETUP([infinite loop (loops) - lp:941558])
-AT_KEYWORDS([regression infinite-loop tce])
+AT_KEYWORDS([regression infinite-loop])
 AT_SKIP_IF([! grep "#define HAVE_OPENCL_HPP" $abs_top_builddir/config.h])
 AT_SKIP_IF([ env | grep -q POCL_IMPLICIT_FINISH])
 AT_CHECK([POCL_WORK_GROUP_METHOD=workitemloops $abs_top_builddir/tests/regression/test_infinite_loop], 0)
 AT_CLEANUP
 
 AT_SETUP([passing a constant array as an arg - lp:1032203])
-AT_KEYWORDS([regression const-array tce])
+# This used to be also tce test, but not anymore
+# (requires threading for tce driver)
+AT_KEYWORDS([regression const-array])
 AT_SKIP_IF([! grep "#define HAVE_OPENCL_HPP" $abs_top_builddir/config.h])
 AT_CHECK([$abs_top_builddir/tests/regression/test_constant_array], 0)
 AT_CLEANUP
diff --git a/tests/testsuite-runtime.at b/tests/testsuite-runtime.at
index e5d2258..bc2d9d4 100644
--- a/tests/testsuite-runtime.at
+++ b/tests/testsuite-runtime.at
@@ -50,6 +50,12 @@ AT_CHECK_UNQUOTED([cd $abs_top_builddir/tests/runtime/; $abs_top_builddir/tests/
 ])
 AT_CLEANUP
 
+AT_SETUP([enqueue_kernel_created_with_binary])
+AT_KEYWORDS([runtime])
+AT_CHECK([$abs_top_builddir/tests/runtime/test_enqueue_kernel_from_binary], 0)
+AT_CLEANUP
+
+
 AT_SETUP([clBuildProgram link error])
 AT_XFAIL_IF(true)
 AT_KEYWORDS([runtime])
@@ -65,9 +71,8 @@ AT_CLEANUP
 
 AT_SETUP([clSetEventCallback])
 AT_KEYWORDS([runtime])
-AT_CHECK_UNQUOTED([$abs_top_builddir/tests/runtime/test_clSetEventCallback], 0, 
-[$(cat $abs_top_srcdir/tests/runtime/test_clSetEventCallback_expout.txt)
-])
+AT_CHECK([$abs_top_builddir/tests/runtime/test_clSetEventCallback], 0, ignore,
+ignore)
 AT_CLEANUP
 
 AT_SETUP([clGetSupportedImageFormats])
diff --git a/tests/workgroup/Makefile.am b/tests/workgroup/Makefile.am
deleted file mode 100644
index f7c50fe..0000000
--- a/tests/workgroup/Makefile.am
+++ /dev/null
@@ -1,38 +0,0 @@
-# Process this file with automake to produce Makefile.in (in this,
-# and all subdirectories).
-# Makefile.am for tests/workgroup.
-# 
-# Copyright (c) 2012 Pekka Jääskeläinen / Tampere University of Technology
-# 
-# Permission is hereby granted, free of charge, to any person obtaining a copy
-# of this software and associated documentation files (the "Software"), to deal
-# in the Software without restriction, including without limitation the rights
-# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-# copies of the Software, and to permit persons to whom the Software is
-# furnished to do so, subject to the following conditions:
-# 
-# The above copyright notice and this permission notice shall be included in
-# all copies or substantial portions of the Software.
-# 
-# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-# THE SOFTWARE.
-
-noinst_PROGRAMS = run_kernel
-
-AM_LDFLAGS = ../../lib/poclu/libpoclu.la @OPENCL_LIBS@
-AM_CPPFLAGS = -I$(top_srcdir)/fix-include -I$(top_srcdir)/include -I$(top_srcdir)/lib/CL -DSRCDIR='"$(abs_srcdir)"' @OPENCL_CFLAGS@
-
-EXTRA_DIST = basic_barriers.cl conditional_barriers.cl forloops.cl forloops_2_2_1_1.stdout loopbarriers.cl \
-	basic_barriers_2_2_2_2.stdout tricky_for.cl outerlooppar.cl outerlooppar_2_2_1_1.stdout for_bug.cl \
-	for_bug_1_2_1_1.stdout multilatch_bloop.cl multilatch_bloop_1_3_1_1.stdout print_all_ids.cl \
-	print_all_ids_114114.txt implicit_barriers.cl implicit_barriers_1_2_1_1.stdout \
-	loopbarriers_2_2_1_1.stdout cond_barriers_1_2_1_1.stdout tricky_for_1_2_1_1.stdout CMakeLists.txt
-
-
-
-
diff --git a/tests/workgroup/Makefile.in b/tests/workgroup/Makefile.in
deleted file mode 100644
index d3f77d5..0000000
--- a/tests/workgroup/Makefile.in
+++ /dev/null
@@ -1,704 +0,0 @@
-# Makefile.in generated by automake 1.15 from Makefile.am.
-# @configure_input@
-
-# Copyright (C) 1994-2014 Free Software Foundation, Inc.
-
-# This Makefile.in is free software; the Free Software Foundation
-# gives unlimited permission to copy and/or distribute it,
-# with or without modifications, as long as this notice is preserved.
-
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
-# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
-# PARTICULAR PURPOSE.
-
- at SET_MAKE@
-
-# Process this file with automake to produce Makefile.in (in this,
-# and all subdirectories).
-# Makefile.am for tests/workgroup.
-# 
-# Copyright (c) 2012 Pekka Jääskeläinen / Tampere University of Technology
-# 
-# Permission is hereby granted, free of charge, to any person obtaining a copy
-# of this software and associated documentation files (the "Software"), to deal
-# in the Software without restriction, including without limitation the rights
-# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-# copies of the Software, and to permit persons to whom the Software is
-# furnished to do so, subject to the following conditions:
-# 
-# The above copyright notice and this permission notice shall be included in
-# all copies or substantial portions of the Software.
-# 
-# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-# THE SOFTWARE.
-
-VPATH = @srcdir@
-am__is_gnu_make = { \
-  if test -z '$(MAKELEVEL)'; then \
-    false; \
-  elif test -n '$(MAKE_HOST)'; then \
-    true; \
-  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
-    true; \
-  else \
-    false; \
-  fi; \
-}
-am__make_running_with_option = \
-  case $${target_option-} in \
-      ?) ;; \
-      *) echo "am__make_running_with_option: internal error: invalid" \
-              "target option '$${target_option-}' specified" >&2; \
-         exit 1;; \
-  esac; \
-  has_opt=no; \
-  sane_makeflags=$$MAKEFLAGS; \
-  if $(am__is_gnu_make); then \
-    sane_makeflags=$$MFLAGS; \
-  else \
-    case $$MAKEFLAGS in \
-      *\\[\ \	]*) \
-        bs=\\; \
-        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
-          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
-    esac; \
-  fi; \
-  skip_next=no; \
-  strip_trailopt () \
-  { \
-    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
-  }; \
-  for flg in $$sane_makeflags; do \
-    test $$skip_next = yes && { skip_next=no; continue; }; \
-    case $$flg in \
-      *=*|--*) continue;; \
-        -*I) strip_trailopt 'I'; skip_next=yes;; \
-      -*I?*) strip_trailopt 'I';; \
-        -*O) strip_trailopt 'O'; skip_next=yes;; \
-      -*O?*) strip_trailopt 'O';; \
-        -*l) strip_trailopt 'l'; skip_next=yes;; \
-      -*l?*) strip_trailopt 'l';; \
-      -[dEDm]) skip_next=yes;; \
-      -[JT]) skip_next=yes;; \
-    esac; \
-    case $$flg in \
-      *$$target_option*) has_opt=yes; break;; \
-    esac; \
-  done; \
-  test $$has_opt = yes
-am__make_dryrun = (target_option=n; $(am__make_running_with_option))
-am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
-pkgdatadir = $(datadir)/@PACKAGE@
-pkgincludedir = $(includedir)/@PACKAGE@
-pkglibdir = $(libdir)/@PACKAGE@
-pkglibexecdir = $(libexecdir)/@PACKAGE@
-am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
-install_sh_DATA = $(install_sh) -c -m 644
-install_sh_PROGRAM = $(install_sh) -c
-install_sh_SCRIPT = $(install_sh) -c
-INSTALL_HEADER = $(INSTALL_DATA)
-transform = $(program_transform_name)
-NORMAL_INSTALL = :
-PRE_INSTALL = :
-POST_INSTALL = :
-NORMAL_UNINSTALL = :
-PRE_UNINSTALL = :
-POST_UNINSTALL = :
-build_triplet = @build@
-host_triplet = @host@
-target_triplet = @target@
-noinst_PROGRAMS = run_kernel$(EXEEXT)
-subdir = tests/workgroup
-ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
-am__aclocal_m4_deps = $(top_srcdir)/m4/ax_boost_base.m4 \
-	$(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
-	$(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
-	$(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/acinclude.m4 \
-	$(top_srcdir)/configure.ac
-am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
-	$(ACLOCAL_M4)
-DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
-mkinstalldirs = $(install_sh) -d
-CONFIG_HEADER = $(top_builddir)/config.h
-CONFIG_CLEAN_FILES =
-CONFIG_CLEAN_VPATH_FILES =
-PROGRAMS = $(noinst_PROGRAMS)
-run_kernel_SOURCES = run_kernel.c
-run_kernel_OBJECTS = run_kernel.$(OBJEXT)
-run_kernel_LDADD = $(LDADD)
-AM_V_lt = $(am__v_lt_ at AM_V@)
-am__v_lt_ = $(am__v_lt_ at AM_DEFAULT_V@)
-am__v_lt_0 = --silent
-am__v_lt_1 = 
-AM_V_P = $(am__v_P_ at AM_V@)
-am__v_P_ = $(am__v_P_ at AM_DEFAULT_V@)
-am__v_P_0 = false
-am__v_P_1 = :
-AM_V_GEN = $(am__v_GEN_ at AM_V@)
-am__v_GEN_ = $(am__v_GEN_ at AM_DEFAULT_V@)
-am__v_GEN_0 = @echo "  GEN     " $@;
-am__v_GEN_1 = 
-AM_V_at = $(am__v_at_ at AM_V@)
-am__v_at_ = $(am__v_at_ at AM_DEFAULT_V@)
-am__v_at_0 = @
-am__v_at_1 = 
-DEFAULT_INCLUDES = -I. at am__isrc@ -I$(top_builddir)
-depcomp = $(SHELL) $(top_srcdir)/config/depcomp
-am__depfiles_maybe = depfiles
-am__mv = mv -f
-COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
-	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
-LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
-	$(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
-	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
-	$(AM_CFLAGS) $(CFLAGS)
-AM_V_CC = $(am__v_CC_ at AM_V@)
-am__v_CC_ = $(am__v_CC_ at AM_DEFAULT_V@)
-am__v_CC_0 = @echo "  CC      " $@;
-am__v_CC_1 = 
-CCLD = $(CC)
-LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
-	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
-AM_V_CCLD = $(am__v_CCLD_ at AM_V@)
-am__v_CCLD_ = $(am__v_CCLD_ at AM_DEFAULT_V@)
-am__v_CCLD_0 = @echo "  CCLD    " $@;
-am__v_CCLD_1 = 
-SOURCES = run_kernel.c
-DIST_SOURCES = run_kernel.c
-am__can_run_installinfo = \
-  case $$AM_UPDATE_INFO_DIR in \
-    n|no|NO) false;; \
-    *) (install-info --version) >/dev/null 2>&1;; \
-  esac
-am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
-# Read a list of newline-separated strings from the standard input,
-# and print each of them once, without duplicates.  Input order is
-# *not* preserved.
-am__uniquify_input = $(AWK) '\
-  BEGIN { nonempty = 0; } \
-  { items[$$0] = 1; nonempty = 1; } \
-  END { if (nonempty) { for (i in items) print i; }; } \
-'
-# Make sure the list of sources is unique.  This is necessary because,
-# e.g., the same source file might be shared among _SOURCES variables
-# for different programs/libraries.
-am__define_uniq_tagged_files = \
-  list='$(am__tagged_files)'; \
-  unique=`for i in $$list; do \
-    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
-  done | $(am__uniquify_input)`
-ETAGS = etags
-CTAGS = ctags
-am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/config/depcomp
-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
-ACLOCAL = @ACLOCAL@
-AMTAR = @AMTAR@
-AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
-AR = @AR@
-AUTOCONF = @AUTOCONF@
-AUTOHEADER = @AUTOHEADER@
-AUTOMAKE = @AUTOMAKE@
-AWK = @AWK@
-BOOST_CPPFLAGS = @BOOST_CPPFLAGS@
-BOOST_LDFLAGS = @BOOST_LDFLAGS@
-BUILD_TIMESTAMP = @BUILD_TIMESTAMP@
-CC = @CC@
-CCDEPMODE = @CCDEPMODE@
-CFLAGS = @CFLAGS@
-CLANG = @CLANG@
-CLANGXX = @CLANGXX@
-CLANGXX_FLAGS = @CLANGXX_FLAGS@
-CLFLAGS = @CLFLAGS@
-CPP = @CPP@
-CPPFLAGS = @CPPFLAGS@
-CXX = @CXX@
-CXXCPP = @CXXCPP@
-CXXDEPMODE = @CXXDEPMODE@
-CXXFLAGS = @CXXFLAGS@
-CYGPATH_W = @CYGPATH_W@
-DEFS = @DEFS@
-DEPDIR = @DEPDIR@
-DLLTOOL = @DLLTOOL@
-DSYMUTIL = @DSYMUTIL@
-DUMPBIN = @DUMPBIN@
-ECHO_C = @ECHO_C@
-ECHO_N = @ECHO_N@
-ECHO_T = @ECHO_T@
-EGREP = @EGREP@
-EXEEXT = @EXEEXT@
-FGREP = @FGREP@
-FORCED_CLFLAGS = @FORCED_CLFLAGS@
-GLEW_CFLAGS = @GLEW_CFLAGS@
-GLEW_LIBS = @GLEW_LIBS@
-GREP = @GREP@
-HOST = @HOST@
-HOST_AS_FLAGS = @HOST_AS_FLAGS@
-HOST_CLANG_FLAGS = @HOST_CLANG_FLAGS@
-HOST_CPU = @HOST_CPU@
-HOST_DEVICE_EXTENSION_DEFINES = @HOST_DEVICE_EXTENSION_DEFINES@
-HOST_LD_FLAGS = @HOST_LD_FLAGS@
-HOST_LLC_FLAGS = @HOST_LLC_FLAGS@
-HOST_SIZEOF_DOUBLE = @HOST_SIZEOF_DOUBLE@
-HOST_SIZEOF_HALF = @HOST_SIZEOF_HALF@
-HOST_SIZEOF_LONG = @HOST_SIZEOF_LONG@
-HOST_SIZEOF_VOID_P = @HOST_SIZEOF_VOID_P@
-HSAILASM = @HSAILASM@
-HSA_DEVICE_EXTENSION_DEFINES = @HSA_DEVICE_EXTENSION_DEFINES@
-HSA_INCLUDES = @HSA_INCLUDES@
-HSA_LIBS = @HSA_LIBS@
-HWLOC_CFLAGS = @HWLOC_CFLAGS@
-HWLOC_LIBS = @HWLOC_LIBS@
-ICD_LD_FLAGS = @ICD_LD_FLAGS@
-INSTALL = @INSTALL@
-INSTALL_DATA = @INSTALL_DATA@
-INSTALL_PROGRAM = @INSTALL_PROGRAM@
-INSTALL_SCRIPT = @INSTALL_SCRIPT@
-INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
-KERNEL_COMPILER_LIB_VERSION = @KERNEL_COMPILER_LIB_VERSION@
-LD = @LD@
-LDFLAGS = @LDFLAGS@
-LD_FLAGS_BIN = @LD_FLAGS_BIN@
-LIBOBJS = @LIBOBJS@
-LIBRARY_SUFFIX = @LIBRARY_SUFFIX@
-LIBS = @LIBS@
-LIBTOOL = @LIBTOOL@
-LIB_AGE_VERSION = @LIB_AGE_VERSION@
-LIB_CURRENT_VERSION = @LIB_CURRENT_VERSION@
-LIB_FIRST_VERSION = @LIB_FIRST_VERSION@
-LIB_REVISION_VERSION = @LIB_REVISION_VERSION@
-LIB_VERSION = @LIB_VERSION@
-LIPO = @LIPO@
-LLC = @LLC@
-LLVM_AS = @LLVM_AS@
-LLVM_CONFIG = @LLVM_CONFIG@
-LLVM_CXX_FLAGS = @LLVM_CXX_FLAGS@
-LLVM_LDFLAGS = @LLVM_LDFLAGS@
-LLVM_LIBS = @LLVM_LIBS@
-LLVM_LINK = @LLVM_LINK@
-LLVM_OPT = @LLVM_OPT@
-LLVM_VERSION = @LLVM_VERSION@
-LN_S = @LN_S@
-LTDL_LIBS = @LTDL_LIBS@
-LTLIBOBJS = @LTLIBOBJS@
-LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
-MAKEINFO = @MAKEINFO@
-MANIFEST_TOOL = @MANIFEST_TOOL@
-MKDIR_P = @MKDIR_P@
-NM = @NM@
-NMEDIT = @NMEDIT@
-OBJDUMP = @OBJDUMP@
-OBJEXT = @OBJEXT@
-OCL_ICD_CFLAGS = @OCL_ICD_CFLAGS@
-OCL_ICD_LIBS = @OCL_ICD_LIBS@
-OCL_KERNEL_ARCH = @OCL_KERNEL_ARCH@
-OCL_KERNEL_TARGET = @OCL_KERNEL_TARGET@
-OCL_KERNEL_TARGET_CPU = @OCL_KERNEL_TARGET_CPU@
-OCL_TARGETS = @OCL_TARGETS@
-OPENCL_CFLAGS = @OPENCL_CFLAGS@
-OPENCL_CMAKE = @OPENCL_CMAKE@
-OPENCL_EXTLIBS = @OPENCL_EXTLIBS@
-OPENCL_LIBS = @OPENCL_LIBS@
-OPT = @OPT@
-OTOOL = @OTOOL@
-OTOOL64 = @OTOOL64@
-PACKAGE = @PACKAGE@
-PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
-PACKAGE_NAME = @PACKAGE_NAME@
-PACKAGE_STRING = @PACKAGE_STRING@
-PACKAGE_TARNAME = @PACKAGE_TARNAME@
-PACKAGE_URL = @PACKAGE_URL@
-PACKAGE_VERSION = @PACKAGE_VERSION@
-PATH_SEPARATOR = @PATH_SEPARATOR@
-PKG_CONFIG = @PKG_CONFIG@
-PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
-PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
-POAT_TESTSUITES = @POAT_TESTSUITES@
-POCL_DEVICE_ADDRESS_BITS = @POCL_DEVICE_ADDRESS_BITS@
-PTHREAD_CC = @PTHREAD_CC@
-PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
-PTHREAD_LIBS = @PTHREAD_LIBS@
-RANLIB = @RANLIB@
-SDL_CFLAGS = @SDL_CFLAGS@
-SDL_LIBS = @SDL_LIBS@
-SED = @SED@
-SET_MAKE = @SET_MAKE@
-SHELL = @SHELL@
-STRIP = @STRIP@
-TARGET = @TARGET@
-TARGET_CLANG_FLAGS = @TARGET_CLANG_FLAGS@
-TARGET_CPU = @TARGET_CPU@
-TARGET_LLC_FLAGS = @TARGET_LLC_FLAGS@
-TARGET_SIZEOF_DOUBLE = @TARGET_SIZEOF_DOUBLE@
-TARGET_SIZEOF_HALF = @TARGET_SIZEOF_HALF@
-TARGET_SIZEOF_LONG = @TARGET_SIZEOF_LONG@
-TARGET_SIZEOF_VOID_P = @TARGET_SIZEOF_VOID_P@
-TCECC = @TCECC@
-TCEMC_AVAILABLE = @TCEMC_AVAILABLE@
-TCE_AVAILABLE = @TCE_AVAILABLE@
-TCE_CONFIG = @TCE_CONFIG@
-TCE_DEVICE_EXTENSION_DEFINES = @TCE_DEVICE_EXTENSION_DEFINES@
-VERSION = @VERSION@
-abs_builddir = @abs_builddir@
-abs_srcdir = @abs_srcdir@
-abs_top_builddir = @abs_top_builddir@
-abs_top_srcdir = @abs_top_srcdir@
-ac_ct_AR = @ac_ct_AR@
-ac_ct_CC = @ac_ct_CC@
-ac_ct_CXX = @ac_ct_CXX@
-ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
-acx_pthread_config = @acx_pthread_config@
-am__include = @am__include@
-am__leading_dot = @am__leading_dot@
-am__quote = @am__quote@
-am__tar = @am__tar@
-am__untar = @am__untar@
-bindir = @bindir@
-build = @build@
-build_alias = @build_alias@
-build_cpu = @build_cpu@
-build_os = @build_os@
-build_vendor = @build_vendor@
-builddir = @builddir@
-datadir = @datadir@
-datarootdir = @datarootdir@
-docdir = @docdir@
-dvidir = @dvidir@
-exec_prefix = @exec_prefix@
-host = @host@
-host_alias = @host_alias@
-host_cpu = @host_cpu@
-host_os = @host_os@
-host_vendor = @host_vendor@
-htmldir = @htmldir@
-includedir = @includedir@
-infodir = @infodir@
-install_sh = @install_sh@
-libdir = @libdir@
-libexecdir = @libexecdir@
-localedir = @localedir@
-localstatedir = @localstatedir@
-mandir = @mandir@
-mkdir_p = @mkdir_p@
-oldincludedir = @oldincludedir@
-pdfdir = @pdfdir@
-prefix = @prefix@
-program_transform_name = @program_transform_name@
-psdir = @psdir@
-sbindir = @sbindir@
-sharedstatedir = @sharedstatedir@
-srcdir = @srcdir@
-sysconfdir = @sysconfdir@
-target = @target@
-target_alias = @target_alias@
-target_cpu = @target_cpu@
-target_os = @target_os@
-target_vendor = @target_vendor@
-top_build_prefix = @top_build_prefix@
-top_builddir = @top_builddir@
-top_srcdir = @top_srcdir@
-AM_LDFLAGS = ../../lib/poclu/libpoclu.la @OPENCL_LIBS@
-AM_CPPFLAGS = -I$(top_srcdir)/fix-include -I$(top_srcdir)/include -I$(top_srcdir)/lib/CL -DSRCDIR='"$(abs_srcdir)"' @OPENCL_CFLAGS@
-EXTRA_DIST = basic_barriers.cl conditional_barriers.cl forloops.cl forloops_2_2_1_1.stdout loopbarriers.cl \
-	basic_barriers_2_2_2_2.stdout tricky_for.cl outerlooppar.cl outerlooppar_2_2_1_1.stdout for_bug.cl \
-	for_bug_1_2_1_1.stdout multilatch_bloop.cl multilatch_bloop_1_3_1_1.stdout print_all_ids.cl \
-	print_all_ids_114114.txt implicit_barriers.cl implicit_barriers_1_2_1_1.stdout \
-	loopbarriers_2_2_1_1.stdout cond_barriers_1_2_1_1.stdout tricky_for_1_2_1_1.stdout CMakeLists.txt
-
-all: all-am
-
-.SUFFIXES:
-.SUFFIXES: .c .lo .o .obj
-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
-	@for dep in $?; do \
-	  case '$(am__configure_deps)' in \
-	    *$$dep*) \
-	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
-	        && { if test -f $@; then exit 0; else break; fi; }; \
-	      exit 1;; \
-	  esac; \
-	done; \
-	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign tests/workgroup/Makefile'; \
-	$(am__cd) $(top_srcdir) && \
-	  $(AUTOMAKE) --foreign tests/workgroup/Makefile
-Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
-	@case '$?' in \
-	  *config.status*) \
-	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
-	  *) \
-	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
-	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
-	esac;
-
-$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
-	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-
-$(top_srcdir)/configure:  $(am__configure_deps)
-	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
-	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-$(am__aclocal_m4_deps):
-
-clean-noinstPROGRAMS:
-	@list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \
-	echo " rm -f" $$list; \
-	rm -f $$list || exit $$?; \
-	test -n "$(EXEEXT)" || exit 0; \
-	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
-	echo " rm -f" $$list; \
-	rm -f $$list
-
-run_kernel$(EXEEXT): $(run_kernel_OBJECTS) $(run_kernel_DEPENDENCIES) $(EXTRA_run_kernel_DEPENDENCIES) 
-	@rm -f run_kernel$(EXEEXT)
-	$(AM_V_CCLD)$(LINK) $(run_kernel_OBJECTS) $(run_kernel_LDADD) $(LIBS)
-
-mostlyclean-compile:
-	-rm -f *.$(OBJEXT)
-
-distclean-compile:
-	-rm -f *.tab.c
-
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/run_kernel.Po at am__quote@
-
-.c.o:
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(COMPILE) -c -o $@ $<
-
-.c.obj:
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
-
-.c.lo:
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(LTCOMPILE) -c -o $@ $<
-
-mostlyclean-libtool:
-	-rm -f *.lo
-
-clean-libtool:
-	-rm -rf .libs _libs
-
-ID: $(am__tagged_files)
-	$(am__define_uniq_tagged_files); mkid -fID $$unique
-tags: tags-am
-TAGS: tags
-
-tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
-	set x; \
-	here=`pwd`; \
-	$(am__define_uniq_tagged_files); \
-	shift; \
-	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
-	  test -n "$$unique" || unique=$$empty_fix; \
-	  if test $$# -gt 0; then \
-	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
-	      "$$@" $$unique; \
-	  else \
-	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
-	      $$unique; \
-	  fi; \
-	fi
-ctags: ctags-am
-
-CTAGS: ctags
-ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
-	$(am__define_uniq_tagged_files); \
-	test -z "$(CTAGS_ARGS)$$unique" \
-	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
-	     $$unique
-
-GTAGS:
-	here=`$(am__cd) $(top_builddir) && pwd` \
-	  && $(am__cd) $(top_srcdir) \
-	  && gtags -i $(GTAGS_ARGS) "$$here"
-cscopelist: cscopelist-am
-
-cscopelist-am: $(am__tagged_files)
-	list='$(am__tagged_files)'; \
-	case "$(srcdir)" in \
-	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
-	  *) sdir=$(subdir)/$(srcdir) ;; \
-	esac; \
-	for i in $$list; do \
-	  if test -f "$$i"; then \
-	    echo "$(subdir)/$$i"; \
-	  else \
-	    echo "$$sdir/$$i"; \
-	  fi; \
-	done >> $(top_builddir)/cscope.files
-
-distclean-tags:
-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
-
-distdir: $(DISTFILES)
-	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
-	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
-	list='$(DISTFILES)'; \
-	  dist_files=`for file in $$list; do echo $$file; done | \
-	  sed -e "s|^$$srcdirstrip/||;t" \
-	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
-	case $$dist_files in \
-	  */*) $(MKDIR_P) `echo "$$dist_files" | \
-			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
-			   sort -u` ;; \
-	esac; \
-	for file in $$dist_files; do \
-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
-	  if test -d $$d/$$file; then \
-	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
-	    if test -d "$(distdir)/$$file"; then \
-	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
-	    fi; \
-	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
-	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
-	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
-	    fi; \
-	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
-	  else \
-	    test -f "$(distdir)/$$file" \
-	    || cp -p $$d/$$file "$(distdir)/$$file" \
-	    || exit 1; \
-	  fi; \
-	done
-check-am: all-am
-check: check-am
-all-am: Makefile $(PROGRAMS)
-installdirs:
-install: install-am
-install-exec: install-exec-am
-install-data: install-data-am
-uninstall: uninstall-am
-
-install-am: all-am
-	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
-
-installcheck: installcheck-am
-install-strip:
-	if test -z '$(STRIP)'; then \
-	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
-	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
-	      install; \
-	else \
-	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
-	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
-	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
-	fi
-mostlyclean-generic:
-
-clean-generic:
-
-distclean-generic:
-	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
-	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
-
-maintainer-clean-generic:
-	@echo "This command is intended for maintainers to use"
-	@echo "it deletes files that may require special tools to rebuild."
-clean: clean-am
-
-clean-am: clean-generic clean-libtool clean-noinstPROGRAMS \
-	mostlyclean-am
-
-distclean: distclean-am
-	-rm -rf ./$(DEPDIR)
-	-rm -f Makefile
-distclean-am: clean-am distclean-compile distclean-generic \
-	distclean-tags
-
-dvi: dvi-am
-
-dvi-am:
-
-html: html-am
-
-html-am:
-
-info: info-am
-
-info-am:
-
-install-data-am:
-
-install-dvi: install-dvi-am
-
-install-dvi-am:
-
-install-exec-am:
-
-install-html: install-html-am
-
-install-html-am:
-
-install-info: install-info-am
-
-install-info-am:
-
-install-man:
-
-install-pdf: install-pdf-am
-
-install-pdf-am:
-
-install-ps: install-ps-am
-
-install-ps-am:
-
-installcheck-am:
-
-maintainer-clean: maintainer-clean-am
-	-rm -rf ./$(DEPDIR)
-	-rm -f Makefile
-maintainer-clean-am: distclean-am maintainer-clean-generic
-
-mostlyclean: mostlyclean-am
-
-mostlyclean-am: mostlyclean-compile mostlyclean-generic \
-	mostlyclean-libtool
-
-pdf: pdf-am
-
-pdf-am:
-
-ps: ps-am
-
-ps-am:
-
-uninstall-am:
-
-.MAKE: install-am install-strip
-
-.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
-	clean-libtool clean-noinstPROGRAMS cscopelist-am ctags \
-	ctags-am distclean distclean-compile distclean-generic \
-	distclean-libtool distclean-tags distdir dvi dvi-am html \
-	html-am info info-am install install-am install-data \
-	install-data-am install-dvi install-dvi-am install-exec \
-	install-exec-am install-html install-html-am install-info \
-	install-info-am install-man install-pdf install-pdf-am \
-	install-ps install-ps-am install-strip installcheck \
-	installcheck-am installdirs maintainer-clean \
-	maintainer-clean-generic mostlyclean mostlyclean-compile \
-	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
-	tags tags-am uninstall uninstall-am
-
-.PRECIOUS: Makefile
-
-
-# Tell versions [3.59,3.63) of GNU make to not export all variables.
-# Otherwise a system limit (for SysV at least) may be exceeded.
-.NOEXPORT:
diff --git a/tools/patches/clang-3.9-always-spir-cc-for-kernels.patch b/tools/patches/clang-3.9-always-spir-cc-for-kernels.patch
new file mode 100644
index 0000000..5eb6aab
--- /dev/null
+++ b/tools/patches/clang-3.9-always-spir-cc-for-kernels.patch
@@ -0,0 +1,188 @@
+Forces the SPIR kernel calling convention for OpenCL C kernels
+by default. This is to make the host-visible functions always
+to have 1:1 arguments with the clSetKernelArgument() calls and
+to avoid the need for target-specific handling while still enabling
+target-specific CC/ABI and optimizations for the rest of the
+program.
+
+Index: lib/Basic/Targets.cpp
+===================================================================
+--- lib/Basic/Targets.cpp	(revision 292207)
++++ lib/Basic/Targets.cpp	(working copy)
+@@ -2801,6 +2801,7 @@
+     case CC_Swift:
+     case CC_X86Pascal:
+     case CC_IntelOclBicc:
++    case CC_OpenCLKernel:
+       return CCCR_OK;
+     default:
+       return CCCR_Warning;
+@@ -4380,6 +4381,7 @@
+     case CC_X86_64Win64:
+     case CC_PreserveMost:
+     case CC_PreserveAll:
++    case CC_OpenCLKernel:
+       return CCCR_OK;
+     default:
+       return CCCR_Warning;
+@@ -4447,6 +4449,7 @@
+     case CC_X86VectorCall:
+     case CC_IntelOclBicc:
+     case CC_X86_64SysV:
++    case CC_OpenCLKernel:
+       return CCCR_OK;
+     default:
+       return CCCR_Warning;
+@@ -5386,6 +5389,7 @@
+     case CC_AAPCS:
+     case CC_AAPCS_VFP:
+     case CC_Swift:
++    case CC_OpenCLKernel:
+       return CCCR_OK;
+     default:
+       return CCCR_Warning;
+@@ -5543,6 +5547,7 @@
+     case CC_X86VectorCall:
+       return CCCR_Ignore;
+     case CC_C:
++    case CC_OpenCLKernel:
+       return CCCR_OK;
+     default:
+       return CCCR_Warning;
+@@ -5853,6 +5858,7 @@
+     case CC_Swift:
+     case CC_PreserveMost:
+     case CC_PreserveAll:
++    case CC_OpenCLKernel:
+       return CCCR_OK;
+     default:
+       return CCCR_Warning;
+@@ -7048,6 +7054,15 @@
+   ArrayRef<TargetInfo::GCCRegAlias> getGCCRegAliases() const override {
+     return None;
+   }
++  CallingConvCheckResult checkCallingConvention(CallingConv CC) const override {
++    switch (CC) {
++      default:
++        return CCCR_Warning;
++      case CC_C:
++      case CC_OpenCLKernel:
++        return CCCR_OK;
++    }
++  }
+ };
+ 
+ class BPFTargetInfo : public TargetInfo {
+Index: lib/CodeGen/ABIInfo.h
+===================================================================
+--- lib/CodeGen/ABIInfo.h	(revision 292207)
++++ lib/CodeGen/ABIInfo.h	(working copy)
+@@ -146,7 +146,6 @@
+       return info->supportsSwift();
+     }
+   };
+-
+ }  // end namespace CodeGen
+ }  // end namespace clang
+ 
+Index: lib/CodeGen/CGCall.cpp
+===================================================================
+--- lib/CodeGen/CGCall.cpp	(revision 292207)
++++ lib/CodeGen/CGCall.cpp	(working copy)
+@@ -665,6 +665,12 @@
+                                  signature.getRequiredArgs());
+ }
+ 
++namespace clang {
++namespace CodeGen {
++void computeSPIRKernelABIInfo(CodeGenModule &CGM, CGFunctionInfo &FI);
++}
++}
++
+ /// Arrange the argument and result information for an abstract value
+ /// of a given function type.  This is the method which all of the
+ /// above functions ultimately defer to.
+@@ -699,12 +705,16 @@
+   bool inserted = FunctionsBeingProcessed.insert(FI).second;
+   (void)inserted;
+   assert(inserted && "Recursively being processed?");
+-  
++
+   // Compute ABI information.
+-  if (info.getCC() != CC_Swift) {
++  if (CC == llvm::CallingConv::SPIR_KERNEL) {
++    // Force target independent argument handling for the host visible
++    // kernel functions.
++    computeSPIRKernelABIInfo(CGM, *FI);
++  } else if (info.getCC() == CC_Swift) {
++    swiftcall::computeABIInfo(CGM, *FI);
++  } else {
+     getABIInfo().computeInfo(*FI);
+-  } else {
+-    swiftcall::computeABIInfo(CGM, *FI);
+   }
+ 
+   // Loop over all of the computed argument and return value info.  If any of
+Index: lib/CodeGen/TargetInfo.cpp
+===================================================================
+--- lib/CodeGen/TargetInfo.cpp	(revision 292207)
++++ lib/CodeGen/TargetInfo.cpp	(working copy)
+@@ -373,7 +373,16 @@
+ }
+ 
+ unsigned TargetCodeGenInfo::getOpenCLKernelCallingConv() const {
+-  return llvm::CallingConv::C;
++  // OpenCL kernels are called via explicit runtime APIs with arguments
++  // set with clSetKernelArg(). Return SPIR_KERNEL by default as the
++  // kernel calling convention to ensure the finger print is fixed such way
++  // that each OpenCL argument gets one matching argument in the produced
++  // kernel function argument list. In case using the C calling conv here,
++  // clSetKernelArg() might breaks depending on the target's specific
++  // conventions as different targets might split structs passed as values
++  // to multiple function arguments etc.
++  // See: https://github.com/pocl/pocl/issues/1
++  return llvm::CallingConv::SPIR_KERNEL;
+ }
+ static bool isEmptyRecord(ASTContext &Context, QualType T, bool AllowArrays);
+ 
+@@ -7514,8 +7523,18 @@
+                     CodeGen::CodeGenModule &M) const override;
+   unsigned getOpenCLKernelCallingConv() const override;
+ };
++
+ } // End anonymous namespace.
+ 
++namespace clang {
++namespace CodeGen {
++void computeSPIRKernelABIInfo(CodeGenModule &CGM, CGFunctionInfo &FI) {
++  DefaultABIInfo SPIRABI(CGM.getTypes());
++  SPIRABI.computeInfo(FI);
++}
++}
++}
++
+ /// Emit SPIR specific metadata: OpenCL and SPIR version.
+ void SPIRTargetCodeGenInfo::emitTargetMD(const Decl *D, llvm::GlobalValue *GV,
+                                          CodeGen::CodeGenModule &CGM) const {
+Index: lib/Sema/SemaType.cpp
+===================================================================
+--- lib/Sema/SemaType.cpp	(revision 292207)
++++ lib/Sema/SemaType.cpp	(working copy)
+@@ -3192,16 +3192,11 @@
+     for (const AttributeList *Attr = D.getDeclSpec().getAttributes().getList();
+          Attr; Attr = Attr->getNext()) {
+       if (Attr->getKind() == AttributeList::AT_OpenCLKernel) {
+-        llvm::Triple::ArchType arch = S.Context.getTargetInfo().getTriple().getArch();
+-        if (arch == llvm::Triple::spir || arch == llvm::Triple::spir64 ||
+-            arch == llvm::Triple::amdgcn) {
+-          CC = CC_OpenCLKernel;
+-        }
++        CC = CC_OpenCLKernel;
+         break;
+       }
+     }
+   }
+-
+   return CC;
+ }
+ 
diff --git a/tools/patches/clang-4.0-kernel_arg_addr_space-always-spir-ids.patch b/tools/patches/clang-4.0-kernel_arg_addr_space-always-spir-ids.patch
new file mode 100644
index 0000000..5c8577c
--- /dev/null
+++ b/tools/patches/clang-4.0-kernel_arg_addr_space-always-spir-ids.patch
@@ -0,0 +1,62 @@
+Submitted for review in https://reviews.llvm.org/D26157
+Index: lib/CodeGen/CodeGenFunction.cpp
+===================================================================
+--- lib/CodeGen/CodeGenFunction.cpp	(revision 285572)
++++ lib/CodeGen/CodeGenFunction.cpp	(working copy)
+@@ -466,6 +466,23 @@
+   }
+ }
+ 
++// Returns the address space id that should be produced to the
++// kernel_arg_addr_space metadata. This is always fixed to the ids
++// as specified in the SPIR 2.0 specification in order to differentiate
++// for example in clGetKernelArgInfo() implementation between the address
++// spaces with targets without unique mapping to the OpenCL address spaces
++// (basically all single AS CPUs).
++static unsigned ArgInfoAddressSpace(unsigned LangAS) {
++  switch (LangAS) {
++  case LangAS::opencl_global:   return 1;
++  case LangAS::opencl_constant: return 2;
++  case LangAS::opencl_local:    return 3;
++  case LangAS::opencl_generic:  return 4; // Not in SPIR 2.0 specs.
++  default:
++    return 0; // Assume private.
++  }
++}
++
+ // OpenCL v1.2 s5.6.4.6 allows the compiler to store kernel argument
+ // information in the program executable. The argument information stored
+ // includes the argument name, its type, the address and access qualifiers used.
+@@ -506,7 +523,7 @@
+ 
+       // Get address qualifier.
+       addressQuals.push_back(llvm::ConstantAsMetadata::get(Builder.getInt32(
+-          ASTCtx.getTargetAddressSpace(pointeeTy.getAddressSpace()))));
++        ArgInfoAddressSpace(pointeeTy.getAddressSpace()))));
+ 
+       // Get argument type name.
+       std::string typeName =
+@@ -543,8 +560,7 @@
+       uint32_t AddrSpc = 0;
+       bool isPipe = ty->isPipeType();
+       if (ty->isImageType() || isPipe)
+-        AddrSpc =
+-          CGM.getContext().getTargetAddressSpace(LangAS::opencl_global);
++        AddrSpc = ArgInfoAddressSpace(LangAS::opencl_global);
+ 
+       addressQuals.push_back(
+           llvm::ConstantAsMetadata::get(Builder.getInt32(AddrSpc)));
+Index: test/CodeGenOpenCL/kernel-arg-info-single-as.cl
+===================================================================
+--- test/CodeGenOpenCL/kernel-arg-info-single-as.cl	(revision 0)
++++ test/CodeGenOpenCL/kernel-arg-info-single-as.cl	(working copy)
+@@ -0,0 +1,9 @@
++// Test that the kernel argument info always refers to SPIR address spaces,
++// even if the target has only one address space like x86_64 does.
++// RUN: %clang_cc1 %s -cl-std=CL2.0 -emit-llvm -o - -triple x86_64-unknown-unknown -cl-kernel-arg-info | FileCheck %s
++
++kernel void foo(__global int * G, __constant int *C, __local int *L) {
++  *G = *C + *L;
++}
++// CHECK: !kernel_arg_addr_space ![[MD123:[0-9]+]]
++// CHECK: ![[MD123]] = !{i32 1, i32 2, i32 3}
diff --git a/tools/patches/clang-4.0-opencl-calling-conv.patch b/tools/patches/clang-4.0-opencl-calling-conv.patch
new file mode 100644
index 0000000..ef896b1
--- /dev/null
+++ b/tools/patches/clang-4.0-opencl-calling-conv.patch
@@ -0,0 +1,189 @@
+diff --git a/lib/Basic/Targets.cpp b/lib/Basic/Targets.cpp
+index 1a95ff2681..b5cf2ba4ef 100644
+--- a/lib/Basic/Targets.cpp
++++ b/lib/Basic/Targets.cpp
+@@ -2971,6 +2971,7 @@ public:
+     case CC_Swift:
+     case CC_X86Pascal:
+     case CC_IntelOclBicc:
++    case CC_OpenCLKernel:
+       return CCCR_OK;
+     default:
+       return CCCR_Warning;
+@@ -4613,6 +4614,7 @@ public:
+     case CC_PreserveMost:
+     case CC_PreserveAll:
+     case CC_X86RegCall:
++    case CC_OpenCLKernel:
+       return CCCR_OK;
+     default:
+       return CCCR_Warning;
+@@ -4686,6 +4688,7 @@ public:
+     case CC_X86_64SysV:
+     case CC_Swift:
+     case CC_X86RegCall:
++    case CC_OpenCLKernel:
+       return CCCR_OK;
+     default:
+       return CCCR_Warning;
+@@ -5631,6 +5634,7 @@ public:
+     case CC_AAPCS:
+     case CC_AAPCS_VFP:
+     case CC_Swift:
++    case CC_OpenCLKernel:
+       return CCCR_OK;
+     default:
+       return CCCR_Warning;
+@@ -5790,6 +5794,7 @@ public:
+     case CC_X86VectorCall:
+       return CCCR_Ignore;
+     case CC_C:
++    case CC_OpenCLKernel:
+       return CCCR_OK;
+     default:
+       return CCCR_Warning;
+@@ -6093,6 +6098,7 @@ public:
+     case CC_Swift:
+     case CC_PreserveMost:
+     case CC_PreserveAll:
++    case CC_OpenCLKernel:
+       return CCCR_OK;
+     default:
+       return CCCR_Warning;
+@@ -7124,6 +7130,7 @@ public:
+     switch (CC) {
+     case CC_C:
+     case CC_Swift:
++    case CC_OpenCLKernel:
+       return CCCR_OK;
+     default:
+       return CCCR_Warning;
+@@ -7406,6 +7413,15 @@ public:
+   ArrayRef<TargetInfo::GCCRegAlias> getGCCRegAliases() const override {
+     return None;
+   }
++  CallingConvCheckResult checkCallingConvention(CallingConv CC) const override {
++    switch (CC) {
++      default:
++        return CCCR_Warning;
++      case CC_C:
++      case CC_OpenCLKernel:
++        return CCCR_OK;
++    }
++  }
+ };
+ 
+ class MipsTargetInfo : public TargetInfo {
+diff --git a/lib/CodeGen/ABIInfo.h b/lib/CodeGen/ABIInfo.h
+index ac31dfdaf3..615c9350dd 100644
+--- a/lib/CodeGen/ABIInfo.h
++++ b/lib/CodeGen/ABIInfo.h
+@@ -148,7 +148,6 @@ namespace swiftcall {
+       return info->supportsSwift();
+     }
+   };
+-
+ }  // end namespace CodeGen
+ }  // end namespace clang
+ 
+diff --git a/lib/CodeGen/CGCall.cpp b/lib/CodeGen/CGCall.cpp
+index c7c61e0c8e..aef02c4a2b 100644
+--- a/lib/CodeGen/CGCall.cpp
++++ b/lib/CodeGen/CGCall.cpp
+@@ -668,6 +668,12 @@ CodeGenTypes::arrangeCall(const CGFunctionInfo &signature,
+                                  signature.getRequiredArgs());
+ }
+ 
++namespace clang {
++namespace CodeGen {
++void computeSPIRKernelABIInfo(CodeGenModule &CGM, CGFunctionInfo &FI);
++}
++}
++
+ /// Arrange the argument and result information for an abstract value
+ /// of a given function type.  This is the method which all of the
+ /// above functions ultimately defer to.
+@@ -702,12 +708,16 @@ CodeGenTypes::arrangeLLVMFunctionInfo(CanQualType resultType,
+   bool inserted = FunctionsBeingProcessed.insert(FI).second;
+   (void)inserted;
+   assert(inserted && "Recursively being processed?");
+-  
++
+   // Compute ABI information.
+-  if (info.getCC() != CC_Swift) {
+-    getABIInfo().computeInfo(*FI);
+-  } else {
++  if (CC == llvm::CallingConv::SPIR_KERNEL) {
++    // Force target independent argument handling for the host visible
++    // kernel functions.
++    computeSPIRKernelABIInfo(CGM, *FI);
++  } else if (info.getCC() == CC_Swift) {
+     swiftcall::computeABIInfo(CGM, *FI);
++  } else {
++    getABIInfo().computeInfo(*FI);
+   }
+ 
+   // Loop over all of the computed argument and return value info.  If any of
+diff --git a/lib/CodeGen/TargetInfo.cpp b/lib/CodeGen/TargetInfo.cpp
+index d2fc3888ef..2d051b2ba3 100644
+--- a/lib/CodeGen/TargetInfo.cpp
++++ b/lib/CodeGen/TargetInfo.cpp
+@@ -398,7 +398,16 @@ TargetCodeGenInfo::getDependentLibraryOption(llvm::StringRef Lib,
+ }
+ 
+ unsigned TargetCodeGenInfo::getOpenCLKernelCallingConv() const {
+-  return llvm::CallingConv::C;
++  // OpenCL kernels are called via explicit runtime APIs with arguments
++  // set with clSetKernelArg(). Return SPIR_KERNEL by default as the
++  // kernel calling convention to ensure the finger print is fixed such way
++  // that each OpenCL argument gets one matching argument in the produced
++  // kernel function argument list. In case using the C calling conv here,
++  // clSetKernelArg() might breaks depending on the target's specific
++  // conventions as different targets might split structs passed as values
++  // to multiple function arguments etc.
++  // See: https://github.com/pocl/pocl/issues/1
++  return llvm::CallingConv::SPIR_KERNEL;
+ }
+ 
+ llvm::Constant *TargetCodeGenInfo::getNullPointer(const CodeGen::CodeGenModule &CGM,
+@@ -7978,8 +7987,18 @@ public:
+                     CodeGen::CodeGenModule &M) const override;
+   unsigned getOpenCLKernelCallingConv() const override;
+ };
++
+ } // End anonymous namespace.
+ 
++namespace clang {
++namespace CodeGen {
++void computeSPIRKernelABIInfo(CodeGenModule &CGM, CGFunctionInfo &FI) {
++  DefaultABIInfo SPIRABI(CGM.getTypes());
++  SPIRABI.computeInfo(FI);
++}
++}
++}
++
+ /// Emit SPIR specific metadata: OpenCL and SPIR version.
+ void SPIRTargetCodeGenInfo::emitTargetMD(const Decl *D, llvm::GlobalValue *GV,
+                                          CodeGen::CodeGenModule &CGM) const {
+diff --git a/lib/Sema/SemaType.cpp b/lib/Sema/SemaType.cpp
+index 29b2142679..ea37af09b1 100644
+--- a/lib/Sema/SemaType.cpp
++++ b/lib/Sema/SemaType.cpp
+@@ -3152,16 +3152,11 @@ getCCForDeclaratorChunk(Sema &S, Declarator &D,
+     for (const AttributeList *Attr = D.getDeclSpec().getAttributes().getList();
+          Attr; Attr = Attr->getNext()) {
+       if (Attr->getKind() == AttributeList::AT_OpenCLKernel) {
+-        llvm::Triple::ArchType arch = S.Context.getTargetInfo().getTriple().getArch();
+-        if (arch == llvm::Triple::spir || arch == llvm::Triple::spir64 ||
+-            arch == llvm::Triple::amdgcn) {
+-          CC = CC_OpenCLKernel;
+-        }
++        CC = CC_OpenCLKernel;
+         break;
+       }
+     }
+   }
+-
+   return CC;
+ }
+ 
diff --git a/tools/patches/replace-kernels-on-the-fly.patch b/tools/patches/replace-kernels-on-the-fly.patch
new file mode 100644
index 0000000..24c4616
--- /dev/null
+++ b/tools/patches/replace-kernels-on-the-fly.patch
@@ -0,0 +1,42 @@
+Debugging aid: If you want to modify a kernel that fails and you cannot
+modify the producer of the kernel, this patch allows you to replace a
+kernel "on the fly". You just need the original kernel (find it
+from the kcache temp dir) and a replacement kernel.
+
+This is useful when debugging pyopencl test cases
+etc. which generate kernels on the fly.
+
+diff --git a/lib/CL/clCreateProgramWithSource.c b/lib/CL/clCreateProgramWithSource.c
+index 0b34cdc..c80d6d2 100644
+--- a/lib/CL/clCreateProgramWithSource.c
++++ b/lib/CL/clCreateProgramWithSource.c
+@@ -94,6 +94,29 @@ POname(clCreateProgramWithSource)(cl_context context,
+ 
+   *source = '\0';
+ 
++  static int first = 1;
++  static char *debug_targeted_kernel;
++  static char *replacement_kernel;
++  if (first) {
++    uint64_t fsize;
++    int err
++      = pocl_read_file ("target.cl",
++                        &debug_targeted_kernel, &fsize);
++    if (err != 0) abort();
++
++    err = pocl_read_file ("replacement.cl",
++                          &replacement_kernel, &fsize);
++    if (err != 0) abort();
++    first = 0;
++  }
++  if (strcmp (program->source, debug_targeted_kernel) == 0)
++  {
++    POCL_MSG_PRINT_INFO ("Detected the kernel of interest, "
++                         "replacing with a modified one...");
++    free (program->source);
++    program->source = strdup (replacement_kernel);
++  }
++
+   program->context = context;
+   program->num_devices = context->num_devices;
+   program->devices = context->devices;
diff --git a/tools/scripts/devel-envs.sh b/tools/scripts/devel-envs.sh
index a070e7a..9ce0ce8 100755
--- a/tools/scripts/devel-envs.sh
+++ b/tools/scripts/devel-envs.sh
@@ -1,8 +1,5 @@
-if [ "$1" = "cmake" ]; then
-  libs_subdir=.
-else
-  libs_subdir=.libs
-fi
+#!/bin/sh
+libs_subdir=.
 
 # source this while in the pocl build dir
 export POCL_BUILDING=1
@@ -11,15 +8,13 @@ export OCL_ICD_VENDORS=$PWD/ocl-vendors
 # AMDSDK supports the overriding via other env name.
 export OPENCL_VENDOR_PATH=$OCL_ICD_VENDORS
 
-#pocl test-cases don't link against pthreads, but libpocl does.
-#this confuses gdb, unless we preload libpthread
-#If libpocl is not built yet, this will fail...
+# pocl test-cases don't link against pthreads, but libpocl does.
+# this confuses gdb unless we preload libpthread.
+# Not having this also makes cl2.hpp throw std::system_error exception for
+# an unknown reason (at least on Ubuntu 14.04 / gcc 4.8.4).
+# If libpocl is not built yet, this will fail...
 export LD_PRELOAD=$(ldd lib/CL/$libs_subdir/libpocl.so | grep pthread | cut -f 3 -d' ')
 
-#make sure we use the new built pocl, not some installed version.
-#also, this is needed if the test binaries are run in gdb without the wrapper
-#shell script automake generates
-export LD_LIBRARY_PATH=$PWD/lib/CL/$libs_subdir:$PWD/lib/poclu/$libs_subdir/:$LD_LIBRARY_PATH
-
 #sometimes useful variable when ICD fails (and we use ocl-icd)
 #export OCL_ICD_DEBUG=15
+export PATH=$PWD/bin:$PATH
diff --git a/tools/scripts/run_hsa_tests b/tools/scripts/run_hsa_tests
index 37e2bc2..08d1b70 100755
--- a/tools/scripts/run_hsa_tests
+++ b/tools/scripts/run_hsa_tests
@@ -23,6 +23,15 @@
 
 export POCL_BUILDING=1
 export POCL_DEVICES="hsa"
+if [ -z "$OCL_ICD_VENDORS" ]; then
+  export OCL_ICD_VENDORS=$PWD/ocl-vendors
+fi
+if [ ! -e "$OCL_ICD_VENDORS" ]; then
+  echo "OCL_ICD_VENDORS: $OCL_ICD_VENDORS doesn't exist"
+else
+  echo "Using OCL_ICD_VENDORS: $OCL_ICD_VENDORS"
+fi
+
 if [ ! -f "CMakeCache.txt" ]; then
   make check TESTSUITEFLAGS="-k hsa"
 else
diff --git a/tools/scripts/run_tta_tests b/tools/scripts/run_tta_tests
index c0a0665..72b49b1 100755
--- a/tools/scripts/run_tta_tests
+++ b/tools/scripts/run_tta_tests
@@ -23,6 +23,15 @@
 
 export POCL_BUILDING=1
 export POCL_DEVICES="ttasim"
+if [ -z "$OCL_ICD_VENDORS" ]; then
+  export OCL_ICD_VENDORS=$PWD/ocl-vendors
+fi
+if [ ! -e "$OCL_ICD_VENDORS" ]; then
+  echo "OCL_ICD_VENDORS: $OCL_ICD_VENDORS doesn't exist"
+  exit 1
+fi
+echo "Using OCL_ICD_VENDORS: $OCL_ICD_VENDORS"
+
 D=$(dirname "$(readlink -f "$0")")
 export POCL_TTASIM0_PARAMETERS="$D/../data/test_machine.adf"
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/collab-maint/pocl.git



More information about the Pkg-opencl-commits mailing list