|
|
|
@ -3,7 +3,7 @@ |
|
|
|
|
#
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# Copyright 2000, 2001, 2003, 2004, 2006 by
|
|
|
|
|
# Copyright 2000, 2001, 2003, 2004, 2006, 2008 by
|
|
|
|
|
# David Turner, Robert Wilhelm, and Werner Lemberg.
|
|
|
|
|
#
|
|
|
|
|
# This file is part of the FreeType project, and may only be used, modified,
|
|
|
|
@ -26,7 +26,7 @@ CACHE_COMPILE := $(FT_COMPILE) $I$(subst /,$(COMPILER_SEP),$(CACHE_DIR)) |
|
|
|
|
#
|
|
|
|
|
CACHE_DRV_SRC := $(CACHE_DIR)/ftcbasic.c \
|
|
|
|
|
$(CACHE_DIR)/ftccache.c \
|
|
|
|
|
$(CACHE_DIR)/ftccmap.c \
|
|
|
|
|
$(CACHE_DIR)/ftccmap.c \
|
|
|
|
|
$(CACHE_DIR)/ftcglyph.c \
|
|
|
|
|
$(CACHE_DIR)/ftcimage.c \
|
|
|
|
|
$(CACHE_DIR)/ftcmanag.c \
|
|
|
|
@ -35,12 +35,14 @@ CACHE_DRV_SRC := $(CACHE_DIR)/ftcbasic.c \ |
|
|
|
|
|
|
|
|
|
# Cache driver headers
|
|
|
|
|
#
|
|
|
|
|
CACHE_DRV_H := $(CACHE_DIR)/ftccback.h \
|
|
|
|
|
CACHE_DRV_H := $(CACHE_DIR)/ftccache.h \
|
|
|
|
|
$(CACHE_DIR)/ftccback.h \
|
|
|
|
|
$(CACHE_DIR)/ftcerror.h \
|
|
|
|
|
$(CACHE_DIR)/ftcglyph.h \
|
|
|
|
|
$(CACHE_DIR)/ftcimage.h \
|
|
|
|
|
$(CACHE_DIR)/ftcmanag.h \
|
|
|
|
|
$(CACHE_DIR)/ftcmru.h
|
|
|
|
|
$(CACHE_DIR)/ftcmru.h \
|
|
|
|
|
$(CACHE_DIR)/ftcsbits.h
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# Cache driver object(s)
|
|
|
|
|