freetype2/builds/unix
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
..
.gitignore Automake component `builds/unix/install-sh' is removed. 2011-05-16 12:47:25 +09:00
configure.raw Fix Savannah bug #39804. 2013-08-18 18:34:05 +02:00
detect.mk Respect CONFIG_SHELL from the environment. 2013-03-21 19:58:40 +01:00
freetype-config.in Simplify header file hierarchy. 2013-11-13 08:55:46 +01:00
freetype2.in Simplify header file hierarchy. 2013-11-13 08:55:46 +01:00
freetype2.m4 Fix AC_CHECK_FT2. 2009-04-21 22:51:07 +02:00
ft-munmap.m4 Add license. 2005-06-04 23:04:30 +00:00
ft2unix.h Simplify header file hierarchy. 2013-11-13 08:55:46 +01:00
ftconfig.in Simplify header file hierarchy. 2013-11-13 08:55:46 +01:00
ftsystem.c Simplify header file hierarchy. 2013-11-13 08:55:46 +01:00
install.mk Simplify header file hierarchy. 2013-11-13 08:55:46 +01:00
mkinstalldirs * Version 2.3.10 released. 2009-10-06 12:00:43 +02:00
unix-cc.in Ignore the environmental setting of LIBTOOL. 2010-08-31 18:32:03 +09:00
unix-def.in * builds/unix/unix-def.in (freetype2.pc): Don't set executable bit. 2013-08-18 18:46:30 +02:00
unix-dev.mk Implement new, simplified module selection. With GNU make it is now 2006-01-31 20:17:42 +00:00
unix-lcc.mk Completely revised FreeType's make management. 2003-06-09 04:46:30 +00:00
unix.mk Implement new, simplified module selection. With GNU make it is now 2006-01-31 20:17:42 +00:00
unixddef.mk * builds/*/*def.mk, builds/*/detect.mk (CAT): Define to either `cat' 2006-12-09 20:01:43 +00:00