Blame Makefile.am

Packit 439757
#
Packit 439757
#  Copyright © 2003 Keith Packard, Noah Levitt
Packit 439757
#
Packit 439757
#  Permission to use, copy, modify, distribute, and sell this software and its
Packit 439757
#  documentation for any purpose is hereby granted without fee, provided that
Packit 439757
#  the above copyright notice appear in all copies and that both that
Packit 439757
#  copyright notice and this permission notice appear in supporting
Packit 439757
#  documentation, and that the name of Keith Packard not be used in
Packit 439757
#  advertising or publicity pertaining to distribution of the software without
Packit 439757
#  specific, written prior permission.  Keith Packard makes no
Packit 439757
#  representations about the suitability of this software for any purpose.  It
Packit 439757
#  is provided "as is" without express or implied warranty.
Packit 439757
#
Packit 439757
#  KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
Packit 439757
#  INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
Packit 439757
#  EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR
Packit 439757
#  CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
Packit 439757
#  DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
Packit 439757
#  TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
Packit 439757
#  PERFORMANCE OF THIS SOFTWARE.
Packit 439757
Packit 439757
SUBDIRS = src man
Packit 439757
Packit 439757
AM_CFLAGS = $(XRENDER_CFLAGS) $(XFIXES_CFLAGS) $(X_CFLAGS)
Packit 439757
Packit 439757
pkgconfigdir = $(libdir)/pkgconfig
Packit 439757
pkgconfig_DATA = xcursor.pc
Packit 439757
Packit 439757
MAINTAINERCLEANFILES = ChangeLog INSTALL
Packit 439757
Packit 439757
if LINT
Packit 439757
lint:
Packit 439757
	(cd src && $(MAKE) $(MFLAGS) lint)
Packit 439757
endif LINT
Packit 439757
Packit 439757
Packit 439757
.PHONY: ChangeLog INSTALL
Packit 439757
Packit 439757
INSTALL:
Packit 439757
	$(INSTALL_CMD)
Packit 439757
Packit 439757
ChangeLog:
Packit 439757
	$(CHANGELOG_CMD)
Packit 439757
Packit 439757
dist-hook: ChangeLog INSTALL