Blame Makefile.am

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