[Fontconfig] xft configure.ac

Colin Walters fontconfig@fontconfig.org
29 Apr 2003 21:52:53 -0400


--=-oUtElbAXMJUhSPzasfeN
Content-Type: text/plain
Content-Transfer-Encoding: 7bit

On Tue, 2003-04-29 at 19:17, Colin Walters wrote:
> Hello,
> 
> Here's a new configure.ac for xft2.

Oh and here's the Makefile.am to go with it.


--=-oUtElbAXMJUhSPzasfeN
Content-Disposition: attachment; filename=Makefile.am
Content-Transfer-Encoding: quoted-printable
Content-Type: text/x-makefile; name=Makefile.am; charset=UTF-8

#
# $XFree86: xc/lib/Xft/Makefile.in,v 1.4 2002/05/31 07:01:49 keithp Exp $
#
# Copyright =A9 2002 Keith Packard, member of The XFree86 Project, Inc.
# Copyright =A9 2003 Colin Walters <walters@gnu.org>
#
# Permission to use, copy, modify, distribute, and sell this software and i=
ts
# documentation for any purpose is hereby granted without fee, provided tha=
t
# the above copyright notice appear in all copies and that both that
# copyright notice and this permission notice appear in supporting
# documentation, and that the name of Keith Packard not be used in
# advertising or publicity pertaining to distribution of the software witho=
ut
# specific, written prior permission.  Keith Packard makes no
# representations about the suitability of this software for any purpose.  =
It
# is provided "as is" without express or implied warranty.
#
# KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
# INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
# EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR
# CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF US=
E,
# DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
# TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
# PERFORMANCE OF THIS SOFTWARE.
#

INCLUDES=3D-I.

CFLAGS=3D$(XFT_CFLAGS)

libXftinclude_HEADERS=3D \
	Xft.h \
	XftCompat.h \
	xftint.h

libXftincludedir=3D$(includedir)/X11/Xft

lib_LTLIBRARIES =3D libXft.la

libXft_la_SOURCES =3D \
	xftcolor.c \
	xftcore.c \
	xftdbg.c \
	xftdpy.c \
	xftdraw.c \
	xftextent.c \
	xftfont.c \
	xftfreetype.c \
	xftglyphs.c \
	xftinit.c \
	xftlist.c \
	xftname.c \
	xftrender.c \
	xftstr.c \
	xftswap.c \
	xftxlfd.c

libXft_la_LDFLAGS =3D \
	-version-number $(PACKAGE_MAJOR):$(PACKAGE_MINOR):$(PACKAGE_REVISION)

libXft_la_LIBADD =3D $(XFT_LIBS)

pkgconfigdir=3D$(libdir)/pkgconfig
pkgconfig_DATA =3D xft.pc

EXTRA_DIST =3D xft.pc.in

--=-oUtElbAXMJUhSPzasfeN--