Makefile.am revision e52adb7b
1e52adb7bSmrg# Copyright © 2013 Intel Corporation 2e52adb7bSmrg# 3e52adb7bSmrg# Permission is hereby granted, free of charge, to any person obtaining a 4e52adb7bSmrg# copy of this software and associated documentation files (the "Software"), 5e52adb7bSmrg# to deal in the Software without restriction, including without limitation 6e52adb7bSmrg# the rights to use, copy, modify, merge, publish, distribute, sublicense, 7e52adb7bSmrg# and/or sell copies of the Software, and to permit persons to whom the 8e52adb7bSmrg# Software is furnished to do so, subject to the following conditions: 9e52adb7bSmrg# 10e52adb7bSmrg# The above copyright notice and this permission notice (including the next 11e52adb7bSmrg# paragraph) shall be included in all copies or substantial portions of the 12e52adb7bSmrg# Software. 13e52adb7bSmrg# 14e52adb7bSmrg# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 15e52adb7bSmrg# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 16e52adb7bSmrg# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 17e52adb7bSmrg# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 18e52adb7bSmrg# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 19e52adb7bSmrg# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS 20e52adb7bSmrg# IN THE SOFTWARE. 21e52adb7bSmrg 22e52adb7bSmrgepoxyincludedir = $(includedir)/epoxy 23e52adb7bSmrg 24e52adb7bSmrgepoxyinclude_HEADERS = \ 25e52adb7bSmrg gl.h \ 26e52adb7bSmrg $(EGL_INCLUDES) \ 27e52adb7bSmrg $(GLX_INCLUDES) \ 28e52adb7bSmrg $(WGL_INCLUDES) \ 29e52adb7bSmrg $() 30e52adb7bSmrg 31e52adb7bSmrgif BUILD_EGL 32e52adb7bSmrgEGL_INCLUDES = egl.h 33e52adb7bSmrgendif 34e52adb7bSmrg 35e52adb7bSmrgif BUILD_GLX 36e52adb7bSmrgGLX_INCLUDES = glx.h 37e52adb7bSmrgendif 38e52adb7bSmrg 39e52adb7bSmrgif BUILD_WGL 40e52adb7bSmrgWGL_INCLUDES = wgl.h 41e52adb7bSmrgendif 42