2011-09-16 21:26:17 -07:00
|
|
|
#
|
2005-06-08 19:15:43 +00:00
|
|
|
# Copyright © 2003 Keith Packard, Noah Levitt
|
2011-09-16 21:26:17 -07:00
|
|
|
#
|
2025-06-16 12:32:52 +02:00
|
|
|
# SPDX-License-Identifier: HPND-sell-variant
|
|
|
|
|
#
|
2005-06-08 19:15:43 +00:00
|
|
|
# Permission to use, copy, modify, distribute, and sell this software and its
|
|
|
|
|
# documentation for any purpose is hereby granted without fee, provided that
|
|
|
|
|
# the above copyright notice appear in all copies and that both that
|
|
|
|
|
# copyright notice and this permission notice appear in supporting
|
|
|
|
|
# documentation, and that the name of Keith Packard not be used in
|
|
|
|
|
# advertising or publicity pertaining to distribution of the software without
|
|
|
|
|
# specific, written prior permission. Keith Packard makes no
|
|
|
|
|
# representations about the suitability of this software for any purpose. It
|
|
|
|
|
# is provided "as is" without express or implied warranty.
|
2011-09-16 21:26:17 -07:00
|
|
|
#
|
2005-06-08 19:15:43 +00:00
|
|
|
# KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
|
|
|
|
|
# INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
|
|
|
|
|
# EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR
|
|
|
|
|
# CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
|
|
|
|
|
# DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
|
|
|
|
|
# TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
|
|
|
# PERFORMANCE OF THIS SOFTWARE.
|
|
|
|
|
|
|
|
|
|
SUBDIRS = src man
|
|
|
|
|
|
|
|
|
|
AM_CFLAGS = $(XRENDER_CFLAGS) $(XFIXES_CFLAGS) $(X_CFLAGS)
|
|
|
|
|
|
|
|
|
|
pkgconfigdir = $(libdir)/pkgconfig
|
|
|
|
|
pkgconfig_DATA = xcursor.pc
|
|
|
|
|
|
2009-11-27 20:56:04 -05:00
|
|
|
MAINTAINERCLEANFILES = ChangeLog INSTALL
|
2006-10-10 13:33:33 -07:00
|
|
|
|
|
|
|
|
if LINT
|
|
|
|
|
lint:
|
|
|
|
|
(cd src && $(MAKE) $(MFLAGS) lint)
|
|
|
|
|
endif LINT
|
2007-12-06 16:38:25 -05:00
|
|
|
|
|
|
|
|
|
2009-10-28 14:09:10 -04:00
|
|
|
.PHONY: ChangeLog INSTALL
|
|
|
|
|
|
|
|
|
|
INSTALL:
|
|
|
|
|
$(INSTALL_CMD)
|
2007-12-06 16:38:25 -05:00
|
|
|
|
|
|
|
|
ChangeLog:
|
2009-01-29 15:34:11 -02:00
|
|
|
$(CHANGELOG_CMD)
|
2007-12-06 16:38:25 -05:00
|
|
|
|
2009-10-28 14:09:10 -04:00
|
|
|
dist-hook: ChangeLog INSTALL
|
2018-11-19 21:47:26 -08:00
|
|
|
|
2025-02-23 17:28:28 -08:00
|
|
|
EXTRA_DIST = README.md meson.build meson.options
|