]> git.wh0rd.org - fontconfig.git/blame - src/Makefile.am
Make sure fclang.h and fcarch.h are built
[fontconfig.git] / src / Makefile.am
CommitLineData
c5a0b541 1#
e690fbb2 2# fontconfig/src/Makefile.am
c5a0b541
KP
3#
4# Copyright © 2003 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 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#
3074a73b 16# THE AUTHOR(S) DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
c5a0b541 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
c5a0b541
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
daeed6e0
TL
24if OS_WIN32
25
daeed6e0
TL
26export_symbols = -export-symbols fontconfig.def
27
706a1b36
KP
28fontconfig_def_dependency = fontconfig.def
29
daeed6e0
TL
30# gcc import library install/uninstall
31
32install-libtool-import-lib:
33 $(INSTALL) .libs/libfontconfig.dll.a $(DESTDIR)$(libdir)
c3941ba9 34 $(INSTALL) fontconfig.def $(DESTDIR)$(libdir)/fontconfig.def
daeed6e0
TL
35
36uninstall-libtool-import-lib:
37 -rm $(DESTDIR)$(libdir)/libfontconfig.dll.a $(DESTDIR)$(libdir)/fontconfig.def
38
39else
40
41install-libtool-import-lib:
42uninstall-libtool-import-lib:
43
706a1b36
KP
44fontconfig_def_dependency =
45
daeed6e0
TL
46endif
47
48if MS_LIB_AVAILABLE
49
50# Microsoft import library install/uninstall
51
52noinst_DATA = fontconfig.lib
53
54fontconfig.lib : libfontconfig.la
55 lib -name:libfontconfig-$(lt_current_minus_age).dll -def:fontconfig.def -out:$@
56
57install-ms-import-lib:
58 $(INSTALL) fontconfig.lib $(DESTDIR)$(libdir)
59
60uninstall-ms-import-lib:
61 -rm $(DESTDIR)$(libdir)/fontconfig.lib
62
63else
64
15b49a7f
CW
65install-ms-import-lib:
66uninstall-ms-import-lib:
daeed6e0
TL
67
68endif
69
20fa60c9 70INCLUDES = \
f045376c
PL
71 -I$(top_srcdir) \
72 -I$(top_srcdir)/src \
20fa60c9 73 $(FREETYPE_CFLAGS) \
e99f0f0a 74 $(LIBXML2_CFLAGS) \
20fa60c9 75 $(EXPAT_CFLAGS) \
6ae6acf3 76 $(WARN_CFLAGS) \
7410e40b 77 -DFC_CACHEDIR='"$(FC_CACHEDIR)"' \
f045376c 78 -DFONTCONFIG_PATH='"$(CONFDIR)"'
daeed6e0 79
706a1b36 80EXTRA_DIST = makealias
daeed6e0 81
ad43ccaa 82noinst_HEADERS=fcint.h fcftint.h fcdeprecate.h
8fc10a72 83
dbd065ad 84ALIAS_FILES = fcalias.h fcaliastail.h fcftalias.h fcftaliastail.h
23816bf9 85
a90a3ad9
BE
86BUILT_SOURCES = $(ALIAS_FILES) ../fc-lang/fclang.h ../fc-arch/fcarch.h
87
88../fc-lang/fclang.h:
89 cd ../fc-lang && $(MAKE) $(AM_MAKEFLAGS) fclang.h
90../fc-arch/fcarch.h:
91 cd ../fc-arch && $(MAKE) $(AM_MAKEFLAGS) fcarch.h
23816bf9 92
20fa60c9
KP
93libfontconfig_la_SOURCES = \
94 fcatomic.c \
95 fcblanks.c \
96 fccache.c \
97 fccfg.c \
98 fccharset.c \
99 fcdbg.c \
100 fcdefault.c \
101 fcdir.c \
0c93b91d 102 fcformat.c \
20fa60c9
KP
103 fcfreetype.c \
104 fcfs.c \
105 fcinit.c \
106 fclang.c \
107 fclist.c \
108 fcmatch.c \
109 fcmatrix.c \
110 fcname.c \
111 fcpat.c \
7ce19673 112 fcserialize.c \
20fa60c9 113 fcstr.c \
8ebf7725
PL
114 fcxml.c \
115 ftglue.h \
116 ftglue.c
daeed6e0 117
20fa60c9
KP
118lib_LTLIBRARIES = libfontconfig.la
119
120libfontconfig_la_LDFLAGS = \
19d124dc 121 -version-info @LIBT_VERSION_INFO@ -no-undefined $(export_symbols)
20fa60c9 122
73775d8f 123libfontconfig_la_LIBADD = $(ICONV_LIBS) $(FREETYPE_LIBS) $(LIBXML2_LIBS) $(EXPAT_LIBS)
20fa60c9 124
706a1b36
KP
125libfontconfig_la_DEPENDENCIES = $(fontconfig_def_dependency)
126
daeed6e0
TL
127install-data-local: install-ms-import-lib install-libtool-import-lib
128
129uninstall-local: uninstall-ms-import-lib uninstall-libtool-import-lib
130
23816bf9
KP
131PUBLIC_FILES = \
132 $(top_srcdir)/fontconfig/fontconfig.h \
1315db01
KP
133 $(top_srcdir)/src/fcdeprecate.h \
134 $(top_srcdir)/fontconfig/fcprivate.h
23816bf9 135
dbd065ad
KP
136PUBLIC_FT_FILES = \
137 $(top_srcdir)/fontconfig/fcfreetype.h
138
08bef687
KP
139fcaliastail.h: fcalias.h
140
141fcalias.h: $(top_srcdir)/src/makealias $(PUBLIC_FILES)
dbd065ad
KP
142 sh $(top_srcdir)/src/makealias "$(top_srcdir)/src" fcalias.h fcaliastail.h $(PUBLIC_FILES)
143
144fcftaliastail.h: fcftalias.h
145
146fcftalias.h: $(top_srcdir)/src/makealias $(PUBLIC_FT_FILES)
147 sh $(top_srcdir)/src/makealias "$(top_srcdir)/src" fcftalias.h fcftaliastail.h $(PUBLIC_FT_FILES)
23816bf9 148
3322ca85 149CLEANFILES = $(ALIAS_FILES)
706a1b36 150
0028f72b 151fontconfig.def: $(PUBLIC_FILES) $(PUBLIC_FT_FILES)
706a1b36
KP
152 echo Generating $@
153 (echo EXPORTS; \
0028f72b 154 (cat $(PUBLIC_FILES) $(PUBLIC_FT_FILES) || echo 'FcERROR ()' ) | \
706a1b36
KP
155 grep '^Fc[^ ]* *(' | sed -e 's/ *(.*$$//' -e 's/^/ /' | \
156 sort; \
19d124dc
KP
157 echo LIBRARY libfontconfig-@LIBT_CURRENT_MINUS_AGE@.dll; \
158 echo VERSION @LIBT_CURRENT@.@LIBT_REVISION@) >$@
706a1b36 159 @ ! grep -q FcERROR $@ || ($(RM) $@; false)