Blame Makefile.am

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