Makefile.am revision 4456fccd
14456fccdSmrg# 24456fccdSmrg# $Id: Makefile.am,v 1.1.1.1 2008/07/30 02:48:19 mrg Exp $ 34456fccdSmrg# 44456fccdSmrg# Copyright © 2003 Keith Packard, Noah Levitt 54456fccdSmrg# 64456fccdSmrg# Permission to use, copy, modify, distribute, and sell this software and its 74456fccdSmrg# documentation for any purpose is hereby granted without fee, provided that 84456fccdSmrg# the above copyright notice appear in all copies and that both that 94456fccdSmrg# copyright notice and this permission notice appear in supporting 104456fccdSmrg# documentation, and that the name of Keith Packard not be used in 114456fccdSmrg# advertising or publicity pertaining to distribution of the software without 124456fccdSmrg# specific, written prior permission. Keith Packard makes no 134456fccdSmrg# representations about the suitability of this software for any purpose. It 144456fccdSmrg# is provided "as is" without express or implied warranty. 154456fccdSmrg# 164456fccdSmrg# KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, 174456fccdSmrg# INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO 184456fccdSmrg# EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR 194456fccdSmrg# CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, 204456fccdSmrg# DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER 214456fccdSmrg# TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR 224456fccdSmrg# PERFORMANCE OF THIS SOFTWARE. 234456fccdSmrg 244456fccdSmrgAM_CFLAGS = $(FIXESEXT_CFLAGS) $(X_CFLAGS) 254456fccdSmrg 264456fccdSmrgSUBDIRS = src man 274456fccdSmrg 284456fccdSmrgpkgconfigdir = $(libdir)/pkgconfig 294456fccdSmrgpkgconfig_DATA = xfixes.pc 304456fccdSmrg 314456fccdSmrgEXTRA_DIST = xfixes.pc.in autogen.sh 32