141c30155Smrg# 223a0898aSmrg# Copyright © 2003 Keith Packard, Noah Levitt 341c30155Smrg# 423a0898aSmrg# Permission to use, copy, modify, distribute, and sell this software and its 523a0898aSmrg# documentation for any purpose is hereby granted without fee, provided that 623a0898aSmrg# the above copyright notice appear in all copies and that both that 723a0898aSmrg# copyright notice and this permission notice appear in supporting 823a0898aSmrg# documentation, and that the name of Keith Packard not be used in 923a0898aSmrg# advertising or publicity pertaining to distribution of the software without 1023a0898aSmrg# specific, written prior permission. Keith Packard makes no 1123a0898aSmrg# representations about the suitability of this software for any purpose. It 1223a0898aSmrg# is provided "as is" without express or implied warranty. 1341c30155Smrg# 1423a0898aSmrg# KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, 1523a0898aSmrg# INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO 1623a0898aSmrg# EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR 1723a0898aSmrg# CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, 1823a0898aSmrg# DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER 1923a0898aSmrg# TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR 2023a0898aSmrg# PERFORMANCE OF THIS SOFTWARE. 2123a0898aSmrg 2241c30155SmrgSUBDIRS=doc src 2323a0898aSmrg 2423a0898aSmrglibXfontincludedir = $(includedir)/X11/fonts 2523a0898aSmrglibXfontinclude_HEADERS = \ 2623a0898aSmrg include/X11/fonts/bdfint.h \ 2723a0898aSmrg include/X11/fonts/bitmap.h \ 2823a0898aSmrg include/X11/fonts/bufio.h \ 2923a0898aSmrg include/X11/fonts/fntfil.h \ 3023a0898aSmrg include/X11/fonts/fntfilio.h \ 3123a0898aSmrg include/X11/fonts/fntfilst.h \ 3223a0898aSmrg include/X11/fonts/fontencc.h \ 3323a0898aSmrg include/X11/fonts/fontmisc.h \ 3423a0898aSmrg include/X11/fonts/fontshow.h \ 3523a0898aSmrg include/X11/fonts/fontutil.h \ 3623a0898aSmrg include/X11/fonts/fontxlfd.h \ 3723a0898aSmrg include/X11/fonts/pcf.h \ 3823a0898aSmrg src/FreeType/ft.h \ 3923a0898aSmrg src/FreeType/ftfuncs.h 4023a0898aSmrgnodist_libXfontinclude_HEADERS = \ 4123a0898aSmrg include/X11/fonts/fontconf.h 4223a0898aSmrg 4323a0898aSmrgpkgconfigdir = $(libdir)/pkgconfig 4423a0898aSmrgpkgconfig_DATA = xfont.pc 4523a0898aSmrg 465a3d36dfSmrgMAINTAINERCLEANFILES = ChangeLog INSTALL 4723a0898aSmrg 485a3d36dfSmrg.PHONY: ChangeLog INSTALL 495a3d36dfSmrg 505a3d36dfSmrgINSTALL: 515a3d36dfSmrg $(INSTALL_CMD) 5223a0898aSmrg 5323a0898aSmrgChangeLog: 547f7f5e4eSmrg $(CHANGELOG_CMD) 5523a0898aSmrg 565a3d36dfSmrgdist-hook: ChangeLog INSTALL 57