aboutsummaryrefslogtreecommitdiff
path: root/nx-X11/lib/freetype2/freetype/internal/Imakefile
blob: 2ec88abe925b35bc4e2e9159b307332c90c02284 (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
XCOMM $XdotOrg: xc/lib/freetype2/freetype/internal/Imakefile,v 1.3 2004/04/28 10:39:09 gisburn Exp $

#define IHaveSubdirs
#define PassCDebugFlags

SUBDIRS=services

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

HEADERS= \
        autohint.h \
        ftcalc.h \
        ftdebug.h \
        ftdriver.h \
        ftgloadr.h \
        ftmemory.h \
        ftobjs.h \
        ftrfork.h \
        ftserv.h \
        ftstream.h \
        fttrace.h \
        internal.h \
        pcftypes.h \
        psaux.h \
        pshints.h \
        sfnt.h \
        t1types.h \
        tttypes.h

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

LinkSourceFile(autohint.h,$(FREETYPEINC)/internal)
LinkSourceFile(ftcalc.h,$(FREETYPEINC)/internal)
LinkSourceFile(ftdebug.h,$(FREETYPEINC)/internal)
LinkSourceFile(ftdriver.h,$(FREETYPEINC)/internal)
LinkSourceFile(ftgloadr.h,$(FREETYPEINC)/internal)
LinkSourceFile(ftmemory.h,$(FREETYPEINC)/internal)
LinkSourceFile(ftobjs.h,$(FREETYPEINC)/internal)
LinkSourceFile(ftrfork.h,$(FREETYPEINC)/internal)
LinkSourceFile(ftstream.h,$(FREETYPEINC)/internal)
LinkSourceFile(ftserv.h,$(FREETYPEINC)/internal)
LinkSourceFile(fttrace.h,$(FREETYPEINC)/internal)
LinkSourceFile(internal.h,$(FREETYPEINC)/internal)
LinkSourceFile(pcftypes.h,$(FREETYPEINC)/internal)
LinkSourceFile(psaux.h,$(FREETYPEINC)/internal)
LinkSourceFile(pshints.h,$(FREETYPEINC)/internal)
LinkSourceFile(sfnt.h,$(FREETYPEINC)/internal)
LinkSourceFile(t1types.h,$(FREETYPEINC)/internal)
LinkSourceFile(tttypes.h,$(FREETYPEINC)/internal)