Blame Makefile.am

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