195b296d0Smrg# Copyright 2005 Adam Jackson. 295b296d0Smrg# 395b296d0Smrg# Permission is hereby granted, free of charge, to any person obtaining a 495b296d0Smrg# copy of this software and associated documentation files (the "Software"), 595b296d0Smrg# to deal in the Software without restriction, including without limitation 695b296d0Smrg# on the rights to use, copy, modify, merge, publish, distribute, sub 795b296d0Smrg# license, and/or sell copies of the Software, and to permit persons to whom 895b296d0Smrg# the Software is furnished to do so, subject to the following conditions: 995b296d0Smrg# 1095b296d0Smrg# The above copyright notice and this permission notice (including the next 1195b296d0Smrg# paragraph) shall be included in all copies or substantial portions of the 1295b296d0Smrg# Software. 1395b296d0Smrg# 1495b296d0Smrg# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 1595b296d0Smrg# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 1695b296d0Smrg# FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL 1795b296d0Smrg# ADAM JACKSON BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER 1895b296d0Smrg# IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 1995b296d0Smrg# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 2095b296d0Smrg 2195b296d0SmrgSUBDIRS = src man 222378475aSmrgMAINTAINERCLEANFILES = ChangeLog INSTALL 232378475aSmrg 242378475aSmrg.PHONY: ChangeLog INSTALL 252378475aSmrg 262378475aSmrgINSTALL: 272378475aSmrg $(INSTALL_CMD) 282378475aSmrg 292378475aSmrgChangeLog: 302378475aSmrg $(CHANGELOG_CMD) 312378475aSmrg 322378475aSmrgdist-hook: ChangeLog INSTALL 33d87a3195Smrg 34d87a3195SmrgEXTRA_DIST = README.md 35