XCOMM $XFree86: xc/lib/freetype2/freetype/cache/Imakefile,v 1.1 2001/02/08 00:55:41 keithp Exp $

FREETYPETOP = $(TOP)/extras/freetype2
FREETYPESRC = $(FREETYPETOP)/src
FREETYPEINC = $(FREETYPETOP)/include/freetype

HEADERS= \
        ftccache.h \
        ftccmap.h \
        ftcglyph.h \
        ftcimage.h \
        ftcmanag.h \
        ftcsbits.h \
        ftcmru.h

BuildIncludes($(HEADERS),freetype2/freetype/cache,../../..)
InstallMultipleFlags($(HEADERS),$(INCDIR)/freetype2/freetype/cache,$(INSTINCFLAGS))

LinkSourceFile(ftccache.h,$(FREETYPEINC)/cache)
LinkSourceFile(ftccmap.h,$(FREETYPEINC)/cache)
LinkSourceFile(ftcglyph.h,$(FREETYPEINC)/cache)
LinkSourceFile(ftcimage.h,$(FREETYPEINC)/cache)
LinkSourceFile(ftcmanag.h,$(FREETYPEINC)/cache)
LinkSourceFile(ftcsbits.h,$(FREETYPEINC)/cache)
LinkSourceFile(ftcmru.h,$(FREETYPEINC)/cache)
