]> git.wh0rd.org - fontconfig.git/blob - config/Makedefs.in
Cleanup copyright notices to replace "Keith Packard" with "the author(s)"
[fontconfig.git] / config / Makedefs.in
1 #
2 # fontconfig/config/Makedefs.in
3 #
4 # Copyright © 2002 Keith Packard
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
10 # documentation, and that the name of the author(s) not be used in
11 # advertising or publicity pertaining to distribution of the software without
12 # specific, written prior permission. The authors make no
13 # representations about the suitability of this software for any purpose. It
14 # is provided "as is" without express or implied warranty.
15 #
16 # THE AUTHOR(S) DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
17 # INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
18 # EVENT SHALL THE AUTHOR(S) BE LIABLE FOR ANY SPECIAL, INDIRECT OR
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
25 SHELL = @SHELL@
26
27 srcdir=@srcdir@
28 prefix=@prefix@
29 exec_prefix=@exec_prefix@
30 libdir=@libdir@
31 bindir=@bindir@
32 datadir=@datadir@
33 includedir=@includedir@
34 sysconfdir=@sysconfdir@
35 confdir=@confdir@
36
37 DSO_LDOPTS=@DSO_LDOPTS@
38 DSO_CFLAGS=@DSO_CFLAGS@
39 DSO_PIC_CFLAGS=@DSO_PIC_CFLAGS@
40
41 INSTALL=@INSTALL@
42 INSTALL_PROGRAM=@INSTALL_PROGRAM@
43 INSTALL_SCRIPT=@INSTALL_SCRIPT@
44 INSTALL_DATA=@INSTALL_DATA@
45 MKSHLIB=@MKSHLIB@
46 LN_S=@LN_S@
47
48 # shared libraries
49 LIBDIR=$(libdir)
50 # programs
51 BINDIR=$(bindir)
52 # font configuration files
53 CONFDIR=@CONFDIR@
54 # include files
55 INCLUDEDIR=$(includedir)/fontconfig
56
57 X_FONT_DIR=@X_FONT_DIR@
58 FC_DEFAULT_FONTS=@FC_DEFAULT_FONTS@
59 FCPATH_DEF=-DFONTCONFIG_PATH=\"$(CONFDIR)\"
60
61 CDEBUGFLAGS=@CFLAGS@
62
63 INCLUDES=-I$(TOPDIR) -I$(srcdir) @CPPFLAGS@
64
65 CFLAGS=$(CDEBUGFLAGS) @DEFS@ $(FCPATH_DEF) $(INCLUDES)
66
67 LIBBASE=libfontconfig.so
68 LIBFILE=$(LIBBASE).@PACKAGE_MAJOR@.@PACKAGE_MINOR@
69 LIBMAJOR=$(LIBBASE).@PACKAGE_MAJOR@
70
71 LIBFONTCONFIG=-L$(SRCDIR) -lfontconfig
72
73 SRCDIR=$(TOPDIR)/src
74
75 INCDIR=$(TOPDIR)/fontconfig
76 HEADERS=$(INCDIR)/fontconfig.h $(INCDIR)/fcfreetype.h $(INCDIR)/fcprivate.h