freetype2/src/cache
Werner Lemberg fae3820764 Simplify header file hierarchy.
This large patch changes the header file directory layout from
`include/freetype/...' to `include/...', effectively removing one
level.  Since the file `ft2build.h' is also located in `include'
(and it stays there even after installation), all FreeType header
files are now in a single directory.

Applications that use (a) `freetype-config' or FreeType's
`pkg-config' file to get the include directory for the compiler, and
(b) the documented way for header inclusion like

  #include <ft2build.h>
  #include FT_FREETYPE_H
  ...

don't need any change to the source code.

* include/freetype/*: Move up to...
* include/*: ... this directory.

* builds/amiga/include/freetype/*: Move up to...
* builds/amiga/include/*: ... this directory.

*/*: Essentially do `s@/freetype/@/@' where appropriate.

* CMakeList.txt: Simplify.
* builds/unix/freetype-config.in, builds/unix/freetype2.in: For
`--cflags', return a single directory.
* builds/unix/install.mk (install): No longer try to remove `cache'
and `internal' subdirectories; instead, remove the `freetype'
subdirectory.
2013-11-13 08:55:46 +01:00
..
Jamfile Simplify header file hierarchy. 2013-11-13 08:55:46 +01:00
ftcache.c * src/base/fttrigon.c, src/base/ftgloadr.c: Inlude 2003-12-26 07:26:08 +00:00
ftcbasic.c */* [FT_CONFIG_OPTION_OLD_INTERNALS]: Remove macro and guarded code. 2013-05-10 07:58:47 +02:00
ftccache.c */* [FT_CONFIG_OPTION_OLD_INTERNALS]: Remove macro and guarded code. 2013-05-10 07:58:47 +02:00
ftccache.h */* [FT_CONFIG_OPTION_OLD_INTERNALS]: Remove macro and guarded code. 2013-05-10 07:58:47 +02:00
ftccback.h */* [FT_CONFIG_OPTION_OLD_INTERNALS]: Remove macro and guarded code. 2013-05-10 07:58:47 +02:00
ftccmap.c */* [FT_CONFIG_OPTION_OLD_INTERNALS]: Remove macro and guarded code. 2013-05-10 07:58:47 +02:00
ftcerror.h Prepare source code for amalgamation. 2012-03-08 06:04:03 +01:00
ftcglyph.c Cleanup/formatting. 2011-01-13 10:33:04 +01:00
ftcglyph.h Cleanup/formatting. 2011-01-13 10:33:04 +01:00
ftcimage.c Remove C++ warnings. 2010-07-12 21:13:22 +02:00
ftcimage.h * src/cache/ftccache.c, (ftc_node_mru_up, FTC_Cache_Lookup) 2006-03-22 15:30:41 +00:00
ftcmanag.c * src/cache/ftcmanag.c (FTC_Manager_Reset): Add missing cache flush. 2013-06-09 08:20:54 +02:00
ftcmanag.h Next round of compiler fixes. 2013-06-06 09:16:38 +02:00
ftcmru.c Fix wrong indents in src/cache/ftcmru.c. 2011-06-15 20:02:49 +09:00
ftcmru.h */*: Use FT_Err_Ok only. 2013-03-14 11:21:17 +01:00
ftcsbits.c */*: Use FT_ERR_EQ, FT_ERR_NEQ, and FT_ERR where appropriate. 2013-03-14 17:50:49 +01:00
ftcsbits.h Cleanup/formatting. 2011-01-13 10:33:04 +01:00
rules.mk * builds/freetype.mk (BASE_H): Rename to... 2008-10-02 06:48:10 +00:00