~oif-team/ubuntu/natty/qt4-x11/xi2.1

« back to all changes in this revision

Viewing changes to src/3rdparty/freetype/builds/mac/freetype.make

  • Committer: Bazaar Package Importer
  • Author(s): Adam Conrad
  • Date: 2005-08-24 04:09:09 UTC
  • Revision ID: james.westby@ubuntu.com-20050824040909-xmxe9jfr4a0w5671
Tags: upstream-4.0.0
Import upstream version 4.0.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Makefile for Apple MPW build environment (currently PPC only)
 
2
 
 
3
MAKEFILE     = Makefile
 
4
�MondoBuild� = #{MAKEFILE}  # Make blank to avoid rebuilds when makefile is modified
 
5
Sym�PPC      = #-sym on
 
6
ObjDir�PPC   = :obj:
 
7
 
 
8
CFLAGS  = -i :include -i :src -includes unix {Sym�PPC}
 
9
 
 
10
OBJS  = �
 
11
                "{ObjDir�PPC}ftsystem.c.x" �
 
12
                "{ObjDir�PPC}ftdebug.c.x" �
 
13
                "{ObjDir�PPC}ftinit.c.x" �
 
14
                "{ObjDir�PPC}ftbase.c.x" �
 
15
                "{ObjDir�PPC}ftglyph.c.x" �
 
16
                "{ObjDir�PPC}ftmm.c.x" �
 
17
                "{ObjDir�PPC}ftbbox.c.x" �
 
18
                "{ObjDir�PPC}autohint.c.x" �
 
19
                "{ObjDir�PPC}ftcache.c.x" �
 
20
                "{ObjDir�PPC}cff.c.x" �
 
21
                "{ObjDir�PPC}type1cid.c.x" �
 
22
                "{ObjDir�PPC}pcf.c.x" �
 
23
                "{ObjDir�PPC}psaux.c.x" �
 
24
                "{ObjDir�PPC}psmodule.c.x" �
 
25
                "{ObjDir�PPC}raster.c.x" �
 
26
                "{ObjDir�PPC}sfnt.c.x" �
 
27
                "{ObjDir�PPC}smooth.c.x" �
 
28
                "{ObjDir�PPC}truetype.c.x" �
 
29
                "{ObjDir�PPC}type1.c.x" �
 
30
                "{ObjDir�PPC}winfnt.c.x" �
 
31
                "{ObjDir�PPC}ftmac.c.x" �
 
32
 
 
33
# Main target - build a library
 
34
freetype �� {�MondoBuild�} directories freetype.o
 
35
 
 
36
# This is used to build the library
 
37
freetype.o �� {�MondoBuild�} {OBJS}
 
38
        PPCLink �
 
39
                -o :lib:{Targ} {Sym�PPC} �
 
40
                {OBJS} -c '????' -xm l
 
41
 
 
42
# This is used to create the directories needed for build
 
43
directories �
 
44
        if !`Exists obj` ; NewFolder obj ; end
 
45
        if !`Exists lib` ; NewFolder lib ; end
 
46
 
 
47
 
 
48
"{ObjDir�PPC}ftsystem.c.x" � {�MondoBuild�} ":src:base:ftsystem.c"
 
49
        {PPCC} ":src:base:ftsystem.c" -o {Targ} {CFLAGS}
 
50
 
 
51
"{ObjDir�PPC}ftdebug.c.x" � {�MondoBuild�} ":src:base:ftdebug.c"
 
52
        {PPCC} ":src:base:ftdebug.c" -o {Targ} {CFLAGS}
 
53
 
 
54
"{ObjDir�PPC}ftinit.c.x" � {�MondoBuild�} ":src:base:ftinit.c"
 
55
        {PPCC} ":src:base:ftinit.c" -o {Targ} {CFLAGS}
 
56
 
 
57
"{ObjDir�PPC}ftbase.c.x" � {�MondoBuild�} ":src:base:ftbase.c"
 
58
        {PPCC} ":src:base:ftbase.c" -o {Targ} {CFLAGS}
 
59
 
 
60
"{ObjDir�PPC}ftglyph.c.x" � {�MondoBuild�} ":src:base:ftglyph.c"
 
61
        {PPCC} ":src:base:ftglyph.c" -o {Targ} {CFLAGS}
 
62
 
 
63
"{ObjDir�PPC}ftmm.c.x" � {�MondoBuild�} ":src:base:ftmm.c"
 
64
        {PPCC} ":src:base:ftmm.c" -o {Targ} {CFLAGS}
 
65
 
 
66
"{ObjDir�PPC}ftbbox.c.x" � {�MondoBuild�} ":src:base:ftbbox.c"
 
67
        {PPCC} ":src:base:ftbbox.c" -o {Targ} {CFLAGS}
 
68
 
 
69
"{ObjDir�PPC}autohint.c.x" � {�MondoBuild�} ":src:autohint:autohint.c"
 
70
        {PPCC} ":src:autohint:autohint.c" -o {Targ} {CFLAGS}
 
71
 
 
72
"{ObjDir�PPC}ftcache.c.x" � {�MondoBuild�} ":src:cache:ftcache.c"
 
73
        {PPCC} ":src:cache:ftcache.c" -o {Targ} {CFLAGS}
 
74
 
 
75
"{ObjDir�PPC}cff.c.x" � {�MondoBuild�} ":src:cff:cff.c"
 
76
        {PPCC} ":src:cff:cff.c" -o {Targ} {CFLAGS}
 
77
 
 
78
"{ObjDir�PPC}type1cid.c.x" � {�MondoBuild�} ":src:cid:type1cid.c"
 
79
        {PPCC} ":src:cid:type1cid.c" -o {Targ} {CFLAGS}
 
80
 
 
81
"{ObjDir�PPC}pcf.c.x" � {�MondoBuild�} ":src:pcf:pcf.c"
 
82
        {PPCC} ":src:pcf:pcf.c" -o {Targ} {CFLAGS}
 
83
 
 
84
"{ObjDir�PPC}psaux.c.x" � {�MondoBuild�} ":src:psaux:psaux.c"
 
85
        {PPCC} ":src:psaux:psaux.c" -o {Targ} {CFLAGS}
 
86
 
 
87
"{ObjDir�PPC}psmodule.c.x" � {�MondoBuild�} ":src:psnames:psmodule.c"
 
88
        {PPCC} ":src:psnames:psmodule.c" -o {Targ} {CFLAGS}
 
89
 
 
90
"{ObjDir�PPC}raster.c.x" � {�MondoBuild�} ":src:raster:raster.c"
 
91
        {PPCC} ":src:raster:raster.c" -o {Targ} {CFLAGS}
 
92
 
 
93
"{ObjDir�PPC}sfnt.c.x" � {�MondoBuild�} ":src:sfnt:sfnt.c"
 
94
        {PPCC} ":src:sfnt:sfnt.c" -o {Targ} {CFLAGS}
 
95
 
 
96
"{ObjDir�PPC}smooth.c.x" � {�MondoBuild�} ":src:smooth:smooth.c"
 
97
        {PPCC} ":src:smooth:smooth.c" -o {Targ} {CFLAGS}
 
98
 
 
99
"{ObjDir�PPC}truetype.c.x" � {�MondoBuild�} ":src:truetype:truetype.c"
 
100
        {PPCC} ":src:truetype:truetype.c" -o {Targ} {CFLAGS}
 
101
 
 
102
"{ObjDir�PPC}type1.c.x" � {�MondoBuild�} ":src:type1:type1.c"
 
103
        {PPCC} ":src:type1:type1.c" -o {Targ} {CFLAGS}
 
104
 
 
105
"{ObjDir�PPC}winfnt.c.x" � {�MondoBuild�} ":src:winfonts:winfnt.c"
 
106
        {PPCC} ":src:winfonts:winfnt.c" -o {Targ} {CFLAGS}
 
107
 
 
108
"{ObjDir�PPC}ftmac.c.x" � {�MondoBuild�} ":src:base:ftmac.c"
 
109
        {PPCC} ":src:base:ftmac.c" -o {Targ} {CFLAGS}
 
 
b'\\ No newline at end of file'