Blame Makefile.am

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