Blame Makefile.am

Packit 7d1034
#
Packit 7d1034
# (C) Copyright IBM Corporation 2006
Packit 7d1034
# All Rights Reserved.
Packit 7d1034
#
Packit 7d1034
# Permission is hereby granted, free of charge, to any person obtaining a
Packit 7d1034
# copy of this software and associated documentation files (the "Software"),
Packit 7d1034
# to deal in the Software without restriction, including without limitation
Packit 7d1034
# on the rights to use, copy, modify, merge, publish, distribute, sub
Packit 7d1034
# license, and/or sell copies of the Software, and to permit persons to whom
Packit 7d1034
# the Software is furnished to do so, subject to the following conditions:
Packit 7d1034
#
Packit 7d1034
# The above copyright notice and this permission notice (including the next
Packit 7d1034
# paragraph) shall be included in all copies or substantial portions of the
Packit 7d1034
# Software.
Packit 7d1034
#
Packit 7d1034
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
Packit 7d1034
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
Packit 7d1034
# FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.  IN NO EVENT SHALL
Packit 7d1034
# IBM AND/OR THEIR SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
Packit 7d1034
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
Packit 7d1034
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
Packit 7d1034
# DEALINGS IN THE SOFTWARE.
Packit 7d1034
Packit 7d1034
# Include autoconf macros from m4 subdir
Packit 7d1034
ACLOCAL_AMFLAGS = -I m4
Packit 7d1034
Packit 7d1034
# Order: scanpci depends on libpciaccess built in src
Packit 7d1034
SUBDIRS = include man src scanpci
Packit 7d1034
Packit 7d1034
pkgconfigdir = $(libdir)/pkgconfig
Packit 7d1034
pkgconfig_DATA = pciaccess.pc
Packit 7d1034
Packit 7d1034
MAINTAINERCLEANFILES = ChangeLog INSTALL
Packit 7d1034
Packit 7d1034
.PHONY: ChangeLog INSTALL
Packit 7d1034
Packit 7d1034
INSTALL:
Packit 7d1034
	$(INSTALL_CMD)
Packit 7d1034
Packit 7d1034
ChangeLog:
Packit 7d1034
	$(CHANGELOG_CMD)
Packit 7d1034
Packit 7d1034
dist-hook: ChangeLog INSTALL