summaryrefslogtreecommitdiff
path: root/src/fontfile
diff options
context:
space:
mode:
authorJosh Triplett <josh@speakeasy.net>2005-05-27 05:17:52 +0000
committerJosh Triplett <josh@speakeasy.net>2005-05-27 05:17:52 +0000
commitfd884a4dbe3f1be8919426da3ebd177fa474a59e (patch)
tree44a46adf816d04ac19f57b641bee1c2199e3947b /src/fontfile
parent73c3c1850bc5ba1b0d42b2a9d4f3f5593bfbfd02 (diff)
Add Xfont.
Diffstat (limited to 'src/fontfile')
-rw-r--r--src/fontfile/Makefile.am32
1 files changed, 32 insertions, 0 deletions
diff --git a/src/fontfile/Makefile.am b/src/fontfile/Makefile.am
new file mode 100644
index 0000000..1ba16b9
--- /dev/null
+++ b/src/fontfile/Makefile.am
@@ -0,0 +1,32 @@
+FONTDIR=${libdir}/X11/fonts
+FONTENCDEFS = -DFONT_ENCODINGS_DIRECTORY=\"$(FONTDIR)/encodings/encodings.dir\"
+
+INCLUDES = \
+ -I${top_srcdir}/include/X11/fonts \
+ $(FONTENCDEFS)
+
+noinst_LTLIBRARIES = libfontfile.la
+
+libfontfile_la_LIBADD = \
+ $(Z_LIBS)
+
+libfontfile_la_SOURCES = \
+ bitsource.c \
+ bufio.c \
+ decompress.c \
+ defaults.c \
+ dirfile.c \
+ encparse.c \
+ ffcheck.c \
+ fileio.c \
+ filewr.c \
+ fontdir.c \
+ fontenc.c \
+ fontencI.h \
+ fontencc.c \
+ fontfile.c \
+ fontscale.c \
+ gunzip.c \
+ printerfont.c \
+ register.c \
+ renderers.c