aboutsummaryrefslogtreecommitdiff
path: root/nx-X11/lib/freetype2/freetype/Imakefile
blob: 246603fda8028a0d5aff0bc580233404ca5cfd13 (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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
XCOMM $XFree86: xc/lib/freetype2/freetype/Imakefile,v 1.9 2003/05/29 03:05:09 dawes Exp $

#define IHaveSubdirs
#define PassCDebugFlags

SUBDIRS=config cache internal

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

HEADERS= \
        freetype.h \
        ftbbox.h \
	ftbdf.h \
        ftcache.h \
        ftchapters.h \
	fterrdef.h \
        fterrors.h \
        ftglyph.h \
        ftgzip.h \
        ftimage.h \
        ftincrem.h \
        ftlist.h \
        ftmac.h \
        ftmm.h \
        ftmoderr.h \
	ftmodapi.h \
        ftoutln.h \
        ftpfr.h \
        ftrender.h \
        ftsizes.h \
        ftsnames.h \
        ftstroke.h \
        ftsynth.h \
	ftsysio.h \
	ftsysmem.h \
        ftsystem.h \
        fttrigon.h \
        fttypes.h \
        ftwinfnt.h \
	ftxf86.h \
        t1tables.h \
        ftlzw.h \
        ttnameid.h \
        tttables.h \
        tttags.h \
	ttunpat.h

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

LinkSourceFile(freetype.h,$(FREETYPEINC))
LinkSourceFile(ftbbox.h,$(FREETYPEINC))
LinkSourceFile(ftbdf.h,$(FREETYPEINC))
LinkSourceFile(ftcache.h,$(FREETYPEINC))
LinkSourceFile(ftchapters.h,$(FREETYPEINC))
LinkSourceFile(fterrdef.h,$(FREETYPEINC))
LinkSourceFile(fterrors.h,$(FREETYPEINC))
LinkSourceFile(ftglyph.h,$(FREETYPEINC))
LinkSourceFile(ftgzip.h,$(FREETYPEINC))
LinkSourceFile(ftimage.h,$(FREETYPEINC))
LinkSourceFile(ftincrem.h,$(FREETYPEINC))
LinkSourceFile(ftlist.h,$(FREETYPEINC))
LinkSourceFile(ftmac.h,$(FREETYPEINC))
LinkSourceFile(ftmm.h,$(FREETYPEINC))
LinkSourceFile(ftmoderr.h,$(FREETYPEINC))
LinkSourceFile(ftmodapi.h,$(FREETYPEINC))
LinkSourceFile(ftoutln.h,$(FREETYPEINC))
LinkSourceFile(ftpfr.h,$(FREETYPEINC))
LinkSourceFile(ftrender.h,$(FREETYPEINC))
LinkSourceFile(ftsizes.h,$(FREETYPEINC))
LinkSourceFile(ftsnames.h,$(FREETYPEINC))
LinkSourceFile(ftstroke.h,$(FREETYPEINC))
LinkSourceFile(ftsynth.h,$(FREETYPEINC))
LinkSourceFile(ftsysio.h,$(FREETYPEINC))
LinkSourceFile(ftsysmem.h,$(FREETYPEINC))
LinkSourceFile(ftsystem.h,$(FREETYPEINC))
LinkSourceFile(fttrigon.h,$(FREETYPEINC))
LinkSourceFile(fttypes.h,$(FREETYPEINC))
LinkSourceFile(ftwinfnt.h,$(FREETYPEINC))
LinkSourceFile(ftxf86.h,$(FREETYPEINC))
LinkSourceFile(t1tables.h,$(FREETYPEINC))
LinkSourceFile(ftlzw.h,$(FREETYPEINC))
LinkSourceFile(ttnameid.h,$(FREETYPEINC))
LinkSourceFile(tttables.h,$(FREETYPEINC))
LinkSourceFile(tttags.h,$(FREETYPEINC))
LinkSourceFile(ttunpat.h,$(FREETYPEINC))

DependSubdirs($(SUBDIRS))