Blame Makefile.am

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