Blame Makefile.am

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