diff options
Diffstat (limited to 'libXfont/src/Type1/makefile')
-rw-r--r-- | libXfont/src/Type1/makefile | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/libXfont/src/Type1/makefile b/libXfont/src/Type1/makefile deleted file mode 100644 index 161785514..000000000 --- a/libXfont/src/Type1/makefile +++ /dev/null @@ -1,25 +0,0 @@ -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) - |