Bringing apdf from vendor into main branch.
[AROS-Contrib.git] / apdf / freetype2 / base / ftbase.c
blob4ea846dc8cfed8ad01405847f453f57f6d2a5663
1 /***************************************************************************/
2 /* */
3 /* ftbase.c */
4 /* */
5 /* Single object library component (body only). */
6 /* */
7 /* Copyright 1996-2001, 2002 by */
8 /* David Turner, Robert Wilhelm, and Werner Lemberg. */
9 /* */
10 /* This file is part of the FreeType project, and may only be used, */
11 /* modified, and distributed under the terms of the FreeType project */
12 /* license, LICENSE.TXT. By continuing to use, modify, or distribute */
13 /* this file you indicate that you have read the license and */
14 /* understand and accept it fully. */
15 /* */
16 /***************************************************************************/
19 #include <ft2build.h>
21 #define FT_MAKE_OPTION_SINGLE_OBJECT
23 #include "ftutil.c"
24 #include "ftdbgmem.c"
25 #include "ftstream.c"
26 #include "ftcalc.c"
27 #include "fttrigon.c"
28 #include "ftoutln.c"
29 #include "ftgloadr.c"
30 #include "ftobjs.c"
31 #include "ftnames.c"
34 /* END */