]> git.wh0rd.org - fontconfig.git/blame - config/Makedefs.in
Cleanup copyright notices to replace "Keith Packard" with "the author(s)"
[fontconfig.git] / config / Makedefs.in
CommitLineData
179c3995 1#
317b8492 2# fontconfig/config/Makedefs.in
179c3995 3#
46b51147 4# Copyright © 2002 Keith Packard
179c3995
KP
5#
6# Permission to use, copy, modify, distribute, and sell this software and its
7# documentation for any purpose is hereby granted without fee, provided that
8# the above copyright notice appear in all copies and that both that
9# copyright notice and this permission notice appear in supporting
5aaf466d 10# documentation, and that the name of the author(s) not be used in
179c3995 11# advertising or publicity pertaining to distribution of the software without
5aaf466d 12# specific, written prior permission. The authors make no
179c3995
KP
13# representations about the suitability of this software for any purpose. It
14# is provided "as is" without express or implied warranty.
15#
3074a73b 16# THE AUTHOR(S) DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
179c3995 17# INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
3074a73b 18# EVENT SHALL THE AUTHOR(S) BE LIABLE FOR ANY SPECIAL, INDIRECT OR
179c3995
KP
19# CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
20# DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
21# TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
22# PERFORMANCE OF THIS SOFTWARE.
23#
24
25SHELL = @SHELL@
26
27srcdir=@srcdir@
28prefix=@prefix@
29exec_prefix=@exec_prefix@
30libdir=@libdir@
31bindir=@bindir@
32datadir=@datadir@
33includedir=@includedir@
34sysconfdir=@sysconfdir@
fa244f3d 35confdir=@confdir@
179c3995
KP
36
37DSO_LDOPTS=@DSO_LDOPTS@
38DSO_CFLAGS=@DSO_CFLAGS@
39DSO_PIC_CFLAGS=@DSO_PIC_CFLAGS@
40
179c3995
KP
41INSTALL=@INSTALL@
42INSTALL_PROGRAM=@INSTALL_PROGRAM@
43INSTALL_SCRIPT=@INSTALL_SCRIPT@
44INSTALL_DATA=@INSTALL_DATA@
45MKSHLIB=@MKSHLIB@
46LN_S=@LN_S@
47
48# shared libraries
49LIBDIR=$(libdir)
50# programs
51BINDIR=$(bindir)
52# font configuration files
aefb2c41 53CONFDIR=@CONFDIR@
446bb9c9
KP
54# include files
55INCLUDEDIR=$(includedir)/fontconfig
179c3995 56
fa244f3d
KP
57X_FONT_DIR=@X_FONT_DIR@
58FC_DEFAULT_FONTS=@FC_DEFAULT_FONTS@
59FCPATH_DEF=-DFONTCONFIG_PATH=\"$(CONFDIR)\"
60
61CDEBUGFLAGS=@CFLAGS@
62
63INCLUDES=-I$(TOPDIR) -I$(srcdir) @CPPFLAGS@
64
65CFLAGS=$(CDEBUGFLAGS) @DEFS@ $(FCPATH_DEF) $(INCLUDES)
66
179c3995
KP
67LIBBASE=libfontconfig.so
68LIBFILE=$(LIBBASE).@PACKAGE_MAJOR@.@PACKAGE_MINOR@
69LIBMAJOR=$(LIBBASE).@PACKAGE_MAJOR@
70
71LIBFONTCONFIG=-L$(SRCDIR) -lfontconfig
72
73SRCDIR=$(TOPDIR)/src
446bb9c9
KP
74
75INCDIR=$(TOPDIR)/fontconfig
76HEADERS=$(INCDIR)/fontconfig.h $(INCDIR)/fcfreetype.h $(INCDIR)/fcprivate.h