]> git.wh0rd.org - fontconfig.git/blob - config/Makedefs.in
Add pkgconfig control file and fontconfig-config script
[fontconfig.git] / config / Makedefs.in
1 #
2 # $XFree86: xc/lib/fontconfig/config/Makedefs.in,v 1.1 2002/05/21 17:06:21 keithp Exp $
3 #
4 # Copyright © 2002 Keith Packard, member of The XFree86 Project, Inc.
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 Keith Packard not be used in
11 # advertising or publicity pertaining to distribution of the software without
12 # specific, written prior permission. Keith Packard makes 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 # KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
17 # INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
18 # EVENT SHALL KEITH PACKARD 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
36 CDEBUGFLAGS=@CFLAGS@
37 CPPFLAGS=@CPPFLAGS@
38 DEFS=@DEFS@
39
40 DSO_LDOPTS=@DSO_LDOPTS@
41 DSO_CFLAGS=@DSO_CFLAGS@
42 DSO_PIC_CFLAGS=@DSO_PIC_CFLAGS@
43
44 INCLUDES=-I$(TOPDIR) -I$(srcdir)
45
46 CFLAGS=$(CDEBUGFLAGS) $(INCLUDES) $(DEFS) $(CPPFLAGS)
47
48 INSTALL=@INSTALL@
49 INSTALL_PROGRAM=@INSTALL_PROGRAM@
50 INSTALL_SCRIPT=@INSTALL_SCRIPT@
51 INSTALL_DATA=@INSTALL_DATA@
52 MKSHLIB=@MKSHLIB@
53 LN_S=@LN_S@
54
55 X_FONT_DIR=@X_FONT_DIR@
56 FC_DEFAULT_FONTS=@FC_DEFAULT_FONTS@
57
58 # shared libraries
59 LIBDIR=$(libdir)
60 # programs
61 BINDIR=$(bindir)
62 # font configuration files
63 CONFDIR=$(sysconfdir)/fonts
64 # include files
65 INCLUDEDIR=$(includedir)/fontconfig
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