aboutsummaryrefslogtreecommitdiff
path: root/libXfont/src/Type1/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'libXfont/src/Type1/makefile')
-rw-r--r--libXfont/src/Type1/makefile25
1 files changed, 25 insertions, 0 deletions
diff --git a/libXfont/src/Type1/makefile b/libXfont/src/Type1/makefile
new file mode 100644
index 000000000..161785514
--- /dev/null
+++ b/libXfont/src/Type1/makefile
@@ -0,0 +1,25 @@
+LIBRARY = libtype1
+
+CSRCS = \
+ arith.c \
+ curves.c \
+ fontfcn.c \
+ hints.c \
+ lines.c \
+ objects.c \
+ paths.c \
+ regions.c \
+ scanfont.c \
+ spaces.c \
+ t1funcs.c \
+ t1info.c \
+ t1io.c \
+ t1malloc.c \
+ t1snap.c \
+ t1unicode.c \
+ token.c \
+ type1.c \
+ util.c
+
+INCLUDES := ../../../../build $(INCLUDES)
+