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