Blame Makefile.am

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