XCOMM $XFree86: xc/lib/freetype2/freetype/cache/Imakefile,v 1.2 2002/01/14 22:59:07 herrb Exp $

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

HEADERS= \
        ftcglyph.h \
        ftcimage.h \
        ftcmanag.h \
        ftcsbits.h \
        ftlru.h

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

LinkSourceFile(ftcglyph.h,$(FREETYPEINC)/cache)
LinkSourceFile(ftcimage.h,$(FREETYPEINC)/cache)
LinkSourceFile(ftcmanag.h,$(FREETYPEINC)/cache)
LinkSourceFile(ftcsbits.h,$(FREETYPEINC)/cache)
LinkSourceFile(ftlru.h,$(FREETYPEINC)/cache)
