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