aboutsummaryrefslogtreecommitdiff
path: root/nx-X11/lib/freetype2/freetype/cache/Imakefile
blob: 18ae1fed955bc6e4b0705247a19d7f519d97330f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
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)