Blame va/drm/Makefile.am

Packit Service 9402ce
# Copyright (C) 2012 Intel Corporation. All Rights Reserved.
Packit Service 9402ce
#
Packit Service 9402ce
# Permission is hereby granted, free of charge, to any person obtaining a
Packit Service 9402ce
# copy of this software and associated documentation files (the
Packit Service 9402ce
# "Software"), to deal in the Software without restriction, including
Packit Service 9402ce
# without limitation the rights to use, copy, modify, merge, publish,
Packit Service 9402ce
# distribute, sub license, and/or sell copies of the Software, and to
Packit Service 9402ce
# permit persons to whom the Software is furnished to do so, subject to
Packit Service 9402ce
# the following conditions:
Packit Service 9402ce
# 
Packit Service 9402ce
# The above copyright notice and this permission notice (including the
Packit Service 9402ce
# next paragraph) shall be included in all copies or substantial portions
Packit Service 9402ce
# of the Software.
Packit Service 9402ce
# 
Packit Service 9402ce
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
Packit Service 9402ce
# OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
Packit Service 9402ce
# MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.
Packit Service 9402ce
# IN NO EVENT SHALL PRECISION INSIGHT AND/OR ITS SUPPLIERS BE LIABLE FOR
Packit Service 9402ce
# ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
Packit Service 9402ce
# TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
Packit Service 9402ce
# SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Packit Service 9402ce
Packit Service 9402ce
AM_CPPFLAGS = \
Packit Service 9402ce
	-I$(top_srcdir)		\
Packit Service 9402ce
	-I$(top_srcdir)/va	\
Packit Service 9402ce
	$(DRM_CFLAGS)		\
Packit Service 9402ce
	$(NULL)
Packit Service 9402ce
Packit Service 9402ce
source_c = \
Packit Service 9402ce
	va_drm.c		\
Packit Service 9402ce
	va_drm_auth.c		\
Packit Service 9402ce
	va_drm_utils.c		\
Packit Service 9402ce
	$(NULL)
Packit Service 9402ce
Packit Service 9402ce
source_h = \
Packit Service 9402ce
	va_drm.h		\
Packit Service 9402ce
	$(NULL)
Packit Service 9402ce
Packit Service 9402ce
source_h_priv = \
Packit Service 9402ce
	va_drm_auth.h		\
Packit Service 9402ce
	va_drm_auth_x11.h	\
Packit Service 9402ce
	va_drm_utils.h		\
Packit Service 9402ce
	$(NULL)
Packit Service 9402ce
Packit Service 9402ce
if USE_X11
Packit Service 9402ce
source_c			+= va_drm_auth_x11.c
Packit Service 9402ce
AM_CPPFLAGS			+= $(X11_CFLAGS)
Packit Service 9402ce
AM_CPPFLAGS			+= -DLIBVA_MAJOR_VERSION=$(LIBVA_MAJOR_VERSION)
Packit Service 9402ce
endif
Packit Service 9402ce
Packit Service 9402ce
noinst_LTLIBRARIES		= libva_drm.la
Packit Service 9402ce
libva_drmincludedir		= ${includedir}/va
Packit Service 9402ce
libva_drminclude_HEADERS	= $(source_h)
Packit Service 9402ce
libva_drm_la_SOURCES		= $(source_c)
Packit Service 9402ce
noinst_HEADERS			= $(source_h_priv)
Packit Service 9402ce
Packit Service 9402ce
# Extra clean files so that maintainer-clean removes *everything*
Packit Service 9402ce
MAINTAINERCLEANFILES = Makefile.in