Makefile.am revision d6c0b56e
1d6c0b56eSmrg# Copyright 2005 Adam Jackson. 2d6c0b56eSmrg# 3d6c0b56eSmrg# Permission is hereby granted, free of charge, to any person obtaining a 4d6c0b56eSmrg# copy of this software and associated documentation files (the "Software"), 5d6c0b56eSmrg# to deal in the Software without restriction, including without limitation 6d6c0b56eSmrg# on the rights to use, copy, modify, merge, publish, distribute, sub 7d6c0b56eSmrg# license, and/or sell copies of the Software, and to permit persons to whom 8d6c0b56eSmrg# the Software is furnished to do so, subject to the following conditions: 9d6c0b56eSmrg# 10d6c0b56eSmrg# The above copyright notice and this permission notice (including the next 11d6c0b56eSmrg# paragraph) shall be included in all copies or substantial portions of the 12d6c0b56eSmrg# Software. 13d6c0b56eSmrg# 14d6c0b56eSmrg# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 15d6c0b56eSmrg# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 16d6c0b56eSmrg# FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL 17d6c0b56eSmrg# ADAM JACKSON BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER 18d6c0b56eSmrg# IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 19d6c0b56eSmrg# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 20d6c0b56eSmrg 21d6c0b56eSmrgSUBDIRS = src man conf 22d6c0b56eSmrgMAINTAINERCLEANFILES = ChangeLog INSTALL 23d6c0b56eSmrg 24d6c0b56eSmrg.PHONY: ChangeLog INSTALL 25d6c0b56eSmrg 26d6c0b56eSmrgINSTALL: 27d6c0b56eSmrg $(INSTALL_CMD) 28d6c0b56eSmrg 29d6c0b56eSmrgChangeLog: 30d6c0b56eSmrg $(CHANGELOG_CMD) 31d6c0b56eSmrg 32d6c0b56eSmrgEXTRA_DIST = ChangeLog INSTALL 33