2005-07-10 16:42:42 -06:00
|
|
|
# Copyright 2005 Adam Jackson.
|
|
|
|
#
|
|
|
|
# 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
|
|
|
|
# on the rights to use, copy, modify, merge, publish, distribute, sub
|
|
|
|
# license, 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 (including the next
|
|
|
|
# paragraph) 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 NON-INFRINGEMENT. IN NO EVENT SHALL
|
|
|
|
# ADAM JACKSON 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.
|
|
|
|
|
|
|
|
libdrm_la_LTLIBRARIES = libdrm.la
|
2005-07-12 18:13:12 -06:00
|
|
|
libdrm_ladir = $(libdir)
|
2006-11-07 21:08:09 -07:00
|
|
|
libdrm_la_LDFLAGS = -version-number 2:3:0 -no-undefined
|
2005-07-10 16:42:42 -06:00
|
|
|
|
2005-10-20 11:53:02 -06:00
|
|
|
AM_CFLAGS = -I$(top_srcdir)/shared-core
|
2005-07-10 16:42:42 -06:00
|
|
|
libdrm_la_SOURCES = xf86drm.c xf86drmHash.c xf86drmRandom.c xf86drmSL.c
|
|
|
|
|
|
|
|
libdrmincludedir = ${includedir}
|
2006-08-30 05:04:08 -06:00
|
|
|
libdrminclude_HEADERS = xf86drm.h xf86mm.h
|
2006-02-20 16:09:00 -07:00
|
|
|
|
|
|
|
EXTRA_DIST = ChangeLog TODO
|