Blame Makefile.am

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