1ffab5952Smrg# Copyright 2005 Red Hat, Inc. 2ffab5952Smrg# 3ffab5952Smrg# Permission to use, copy, modify, distribute, and sell this software 4ffab5952Smrg# and its documentation for any purpose is hereby granted without 5ffab5952Smrg# fee, provided that the above copyright notice appear in all copies 6ffab5952Smrg# and that both that copyright notice and this permission notice 7ffab5952Smrg# appear in supporting documentation, and that the name of Red Hat 8ffab5952Smrg# not be used in advertising or publicity pertaining to distribution 9ffab5952Smrg# of the software without specific, written prior permission. Red 10ffab5952Smrg# Hat makes no representations about the suitability of this software 11ffab5952Smrg# for any purpose. It is provided "as is" without express or implied 12ffab5952Smrg# warranty. 13ffab5952Smrg# 14ffab5952Smrg# RED HAT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, 15ffab5952Smrg# INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN 16ffab5952Smrg# NO EVENT SHALL RED HAT BE LIABLE FOR ANY SPECIAL, INDIRECT OR 17ffab5952Smrg# CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS 18ffab5952Smrg# OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, 19ffab5952Smrg# NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN 20ffab5952Smrg# CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 21ffab5952Smrg 22ffab5952Smrgaclocaldir = $(datadir)/aclocal 23ffab5952Smrgaclocal_DATA = xorg-macros.m4 24ffab5952Smrgdist_pkgdata_DATA = INSTALL 25ffab5952Smrg 26ffab5952Smrg# Previous versions used to install xorgversion.m4, now integrated 27ffab5952Smrg# into xorg-macros.m4. Explicitly remove that old file in order not 28ffab5952Smrg# to have a macro defined in two different files. 29ffab5952Smrginstall-data-hook: 30ffab5952Smrg rm -f $(DESTDIR)$(aclocaldir)/xorgversion.m4 31ffab5952Smrg 32ffab5952Smrgpkgconfigdir = $(datadir)/pkgconfig 33ffab5952Smrgpkgconfig_DATA = xorg-macros.pc 34ffab5952Smrg 35ffab5952Smrg.PHONY: ChangeLog 36ffab5952Smrg 37ffab5952SmrgChangeLog: 38ffab5952Smrg $(CHANGELOG_CMD) 39ffab5952Smrg 40ffab5952Smrgdist-hook: ChangeLog 4145aa2fbfSmrg 4245aa2fbfSmrgEXTRA_DIST = README.md 43