summaryrefslogtreecommitdiff
path: root/fc-list
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2003-02-06 17:46:06 +0000
committerKeith Packard <keithp@keithp.com>2003-02-06 17:46:06 +0000
commitc647f6f1e42f70077e1e0c957ff5cd7905d88b86 (patch)
tree9bebf4ac0d3c1709b905a18e30ccc697af9c7f0a /fc-list
parent3d72cadda1f3398238ad9a5c52e31a9c710ccb5f (diff)
downloadfontconfig-c647f6f1e42f70077e1e0c957ff5cd7905d88b86.tar.gz
Build fclang.h before building library This required compiling the charset
funcs into fc-lang, which was done by refactoring code in fccharset.c and fcfreetype.c a bit Updated ethiopic orthographies Remove imake support Install empty local.conf file if none is present
Diffstat (limited to 'fc-list')
-rw-r--r--fc-list/Imakefile17
1 files changed, 0 insertions, 17 deletions
diff --git a/fc-list/Imakefile b/fc-list/Imakefile
deleted file mode 100644
index 7425997..0000000
--- a/fc-list/Imakefile
+++ /dev/null
@@ -1,17 +0,0 @@
-XCOMM $XFree86$
-
-#ifdef UseInstalled
-/* building outside the tree, use private defines */
-#include "../local.def"
-#endif
-
-INCLUDES=$(FREETYPE2INCLUDES) -I..
-
-LOCAL_LIBRARIES=FontconfigClientLibs
- DEPLIBS=FontconfigClientDepLibs
-
-SRCS=fc-list.c
-OBJS=fc-list.o
-
-ComplexProgramTarget(fc-list)
-LinkBuildBinary(ProgramTargetName(fc-list))