~ubuntu-branches/ubuntu/wily/qtbase-opensource-src/wily

« back to all changes in this revision

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

  • Committer: Package Import Robot
  • Author(s): Timo Jyrinki
  • Date: 2013-02-05 12:46:17 UTC
  • Revision ID: package-import@ubuntu.com-20130205124617-c8jouts182j002fx
Tags: upstream-5.0.1+dfsg
ImportĀ upstreamĀ versionĀ 5.0.1+dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#   File:       FreeType.m68k_far.make
 
2
#   Target:     FreeType.m68k_far
 
3
#   Created:    Tuesday, October 25, 2005 03:34:05 PM
 
4
 
 
5
 
 
6
MAKEFILE        = FreeType.m68k_far.make
 
7
\xA5MondoBuild\xA5    = {MAKEFILE}  # Make blank to avoid rebuilds when makefile is modified
 
8
 
 
9
ObjDir          = :objs:
 
10
Includes        =  \xB6
 
11
                                  -includes unix \xB6
 
12
                                  -i :include: \xB6
 
13
                                  -i :src: \xB6
 
14
                                  -i :include:freetype:config:
 
15
 
 
16
Sym-68K         = -sym off
 
17
 
 
18
COptions        = \xB6
 
19
                        -d HAVE_FSSPEC=1 \xB6
 
20
                        -d HAVE_FSREF=0 \xB6
 
21
                        -d HAVE_QUICKDRAW_TOOLBOX=1 \xB6
 
22
                        -d HAVE_QUICKDRAW_CARBON=0 \xB6
 
23
                        -d HAVE_ATS=0 \xB6
 
24
                        -d FT2_BUILD_LIBRARY \xB6
 
25
                        -d FT_CONFIG_CONFIG_H="<ftconfig.h>" \xB6
 
26
                        -d FT_CONFIG_MODULES_H="<ftmodule.h>" \xB6
 
27
                        {Includes} {Sym-68K} -model far
 
28
 
 
29
 
 
30
### Source Files ###
 
31
 
 
32
SrcFiles        =  \xB6
 
33
                                  :src:autofit:autofit.c \xB6
 
34
                                  :builds:mac:ftbase.c \xB6
 
35
                                  :src:base:ftbbox.c \xB6
 
36
                                  :src:base:ftbdf.c \xB6
 
37
                                  :src:base:ftbitmap.c \xB6
 
38
                                  :src:base:ftdebug.c \xB6
 
39
                                  :src:base:ftfstype.c \xB6
 
40
                                  :src:base:ftglyph.c \xB6
 
41
                                  :src:base:ftgxval.c \xB6
 
42
                                  :src:base:ftinit.c \xB6
 
43
                                  :src:base:ftmm.c \xB6
 
44
                                  :src:base:ftotval.c \xB6
 
45
                                  :src:base:ftpfr.c \xB6
 
46
                                  :src:base:ftstroke.c \xB6
 
47
                                  :src:base:ftsynth.c \xB6
 
48
                                  :src:base:ftsystem.c \xB6
 
49
                                  :src:base:fttype1.c \xB6
 
50
                                  :src:base:ftwinfnt.c \xB6
 
51
                                  :src:base:ftxf86.c \xB6
 
52
                                  :src:cache:ftcache.c \xB6
 
53
                                  :src:bdf:bdf.c \xB6
 
54
                                  :src:cff:cff.c \xB6
 
55
                                  :src:cid:type1cid.c \xB6
 
56
                                  :src:gxvalid:gxvalid.c \xB6
 
57
                                  :src:gzip:ftgzip.c \xB6
 
58
                                  :src:lzw:ftlzw.c \xB6
 
59
                                  :src:otvalid:otvalid.c \xB6
 
60
                                  :src:pcf:pcf.c \xB6
 
61
                                  :src:pfr:pfr.c \xB6
 
62
                                  :src:psaux:psaux.c \xB6
 
63
                                  :src:pshinter:pshinter.c \xB6
 
64
                                  :src:psnames:psmodule.c \xB6
 
65
                                  :src:raster:raster.c \xB6
 
66
                                  :src:sfnt:sfnt.c \xB6
 
67
                                  :src:smooth:smooth.c \xB6
 
68
                                  :src:truetype:truetype.c \xB6
 
69
                                  :src:type1:type1.c \xB6
 
70
                                  :src:type42:type42.c \xB6
 
71
                                  :src:winfonts:winfnt.c
 
72
 
 
73
 
 
74
### Object Files ###
 
75
 
 
76
ObjFiles-68K    =  \xB6
 
77
                                  "{ObjDir}autofit.c.o" \xB6
 
78
                                  "{ObjDir}ftbase.c.o" \xB6
 
79
                                  "{ObjDir}ftbbox.c.o" \xB6
 
80
                                  "{ObjDir}ftbdf.c.o" \xB6
 
81
                                  "{ObjDir}ftbitmap.c.o" \xB6
 
82
                                  "{ObjDir}ftdebug.c.o" \xB6
 
83
                                  "{ObjDir}ftfstype.c.o" \xB6
 
84
                                  "{ObjDir}ftglyph.c.o" \xB6
 
85
                                  "{ObjDir}ftgxval.c.o" \xB6
 
86
                                  "{ObjDir}ftinit.c.o" \xB6
 
87
                                  "{ObjDir}ftmm.c.o" \xB6
 
88
                                  "{ObjDir}ftotval.c.o" \xB6
 
89
                                  "{ObjDir}ftpfr.c.o" \xB6
 
90
                                  "{ObjDir}ftstroke.c.o" \xB6
 
91
                                  "{ObjDir}ftsynth.c.o" \xB6
 
92
                                  "{ObjDir}ftsystem.c.o" \xB6
 
93
                                  "{ObjDir}fttype1.c.o" \xB6
 
94
                                  "{ObjDir}ftwinfnt.c.o" \xB6
 
95
                                  "{ObjDir}ftxf86.c.o" \xB6
 
96
                                  "{ObjDir}ftcache.c.o" \xB6
 
97
                                  "{ObjDir}bdf.c.o" \xB6
 
98
                                  "{ObjDir}cff.c.o" \xB6
 
99
                                  "{ObjDir}type1cid.c.o" \xB6
 
100
                                  "{ObjDir}gxvalid.c.o" \xB6
 
101
                                  "{ObjDir}ftgzip.c.o" \xB6
 
102
                                  "{ObjDir}ftlzw.c.o" \xB6
 
103
                                  "{ObjDir}otvalid.c.o" \xB6
 
104
                                  "{ObjDir}pcf.c.o" \xB6
 
105
                                  "{ObjDir}pfr.c.o" \xB6
 
106
                                  "{ObjDir}psaux.c.o" \xB6
 
107
                                  "{ObjDir}pshinter.c.o" \xB6
 
108
                                  "{ObjDir}psmodule.c.o" \xB6
 
109
                                  "{ObjDir}raster.c.o" \xB6
 
110
                                  "{ObjDir}sfnt.c.o" \xB6
 
111
                                  "{ObjDir}smooth.c.o" \xB6
 
112
                                  "{ObjDir}truetype.c.o" \xB6
 
113
                                  "{ObjDir}type1.c.o" \xB6
 
114
                                  "{ObjDir}type42.c.o" \xB6
 
115
                                  "{ObjDir}winfnt.c.o"
 
116
 
 
117
 
 
118
### Libraries ###
 
119
 
 
120
LibFiles-68K    =
 
121
 
 
122
 
 
123
### Default Rules ###
 
124
 
 
125
.c.o  \xC4  .c  {\xA5MondoBuild\xA5}
 
126
        {C} {depDir}{default}.c -o {targDir}{default}.c.o {COptions} \xB6
 
127
        -ansi strict
 
128
 
 
129
### Build Rules ###
 
130
 
 
131
:builds:mac:ftbase.c \xC4\xC4 :src:base:ftbase.c
 
132
        Duplicate :src:base:ftbase.c :builds:mac:ftbase.c
 
133
 
 
134
"{ObjDir}ftbase.c.o" \xC4\xC4 :builds:mac:ftbase.c
 
135
        {C} :builds:mac:ftbase.c -o "{ObjDir}ftbase.c.o" \xB6
 
136
                                -i :builds:mac: \xB6
 
137
                                -i :src:base: \xB6
 
138
                                {COptions}
 
139
 
 
140
FreeType.m68k_far    \xC4\xC4  FreeType.m68k_far.o
 
141
 
 
142
FreeType.m68k_far.o  \xC4\xC4  {ObjFiles-68K} {LibFiles-68K} {\xA5MondoBuild\xA5}
 
143
        Lib \xB6
 
144
                -o {Targ} \xB6
 
145
                {ObjFiles-68K} \xB6
 
146
                {LibFiles-68K} \xB6
 
147
                {Sym-68K} \xB6
 
148
                -mf -d
 
149
 
 
150
 
 
151
 
 
152
### Required Dependencies ###
 
153
 
 
154
"{ObjDir}autofit.c.o" \xC4 :src:autofit:autofit.c
 
155
# "{ObjDir}ftbase.c.o" \xC4 :src:base:ftbase.c
 
156
"{ObjDir}ftbbox.c.o" \xC4 :src:base:ftbbox.c
 
157
"{ObjDir}ftbdf.c.o" \xC4 :src:base:ftbdf.c
 
158
"{ObjDir}ftbitmap.c.o" \xC4 :src:base:ftbitmap.c
 
159
"{ObjDir}ftdebug.c.o" \xC4 :src:base:ftdebug.c
 
160
"{ObjDir}ftfstype.c.o" \xC4 :src:base:ftfstype.c
 
161
"{ObjDir}ftglyph.c.o" \xC4 :src:base:ftglyph.c
 
162
"{ObjDir}ftgxval.c.o" \xC4 :src:base:ftgxval.c
 
163
"{ObjDir}ftinit.c.o" \xC4 :src:base:ftinit.c
 
164
"{ObjDir}ftmm.c.o" \xC4 :src:base:ftmm.c
 
165
"{ObjDir}ftotval.c.o" \xC4 :src:base:ftotval.c
 
166
"{ObjDir}ftpfr.c.o" \xC4 :src:base:ftpfr.c
 
167
"{ObjDir}ftstroke.c.o" \xC4 :src:base:ftstroke.c
 
168
"{ObjDir}ftsynth.c.o" \xC4 :src:base:ftsynth.c
 
169
"{ObjDir}ftsystem.c.o" \xC4 :src:base:ftsystem.c
 
170
"{ObjDir}fttype1.c.o" \xC4 :src:base:fttype1.c
 
171
"{ObjDir}ftwinfnt.c.o" \xC4 :src:base:ftwinfnt.c
 
172
"{ObjDir}ftxf86.c.o" \xC4 :src:base:ftxf86.c
 
173
"{ObjDir}ftcache.c.o" \xC4 :src:cache:ftcache.c
 
174
"{ObjDir}bdf.c.o" \xC4 :src:bdf:bdf.c
 
175
"{ObjDir}cff.c.o" \xC4 :src:cff:cff.c
 
176
"{ObjDir}type1cid.c.o" \xC4 :src:cid:type1cid.c
 
177
"{ObjDir}gxvalid.c.o" \xC4 :src:gxvalid:gxvalid.c
 
178
"{ObjDir}ftgzip.c.o" \xC4 :src:gzip:ftgzip.c
 
179
"{ObjDir}ftlzw.c.o" \xC4 :src:lzw:ftlzw.c
 
180
"{ObjDir}otvalid.c.o" \xC4 :src:otvalid:otvalid.c
 
181
"{ObjDir}pcf.c.o" \xC4 :src:pcf:pcf.c
 
182
"{ObjDir}pfr.c.o" \xC4 :src:pfr:pfr.c
 
183
"{ObjDir}psaux.c.o" \xC4 :src:psaux:psaux.c
 
184
"{ObjDir}pshinter.c.o" \xC4 :src:pshinter:pshinter.c
 
185
"{ObjDir}psmodule.c.o" \xC4 :src:psnames:psmodule.c
 
186
"{ObjDir}raster.c.o" \xC4 :src:raster:raster.c
 
187
"{ObjDir}sfnt.c.o" \xC4 :src:sfnt:sfnt.c
 
188
"{ObjDir}smooth.c.o" \xC4 :src:smooth:smooth.c
 
189
"{ObjDir}truetype.c.o" \xC4 :src:truetype:truetype.c
 
190
"{ObjDir}type1.c.o" \xC4 :src:type1:type1.c
 
191
"{ObjDir}type42.c.o" \xC4 :src:type42:type42.c
 
192
"{ObjDir}winfnt.c.o" \xC4 :src:winfonts:winfnt.c
 
193
 
 
194
 
 
195
### Optional Dependencies ###
 
196
### Build this target to generate "include file" dependencies. ###
 
197
 
 
198
Dependencies  \xC4  $OutOfDate
 
199
        MakeDepend \xB6
 
200
                -append {MAKEFILE} \xB6
 
201
                -ignore "{CIncludes}" \xB6
 
202
                -objdir "{ObjDir}" \xB6
 
203
                -objext .o \xB6
 
204
                {Includes} \xB6
 
205
                {SrcFiles}
 
206
 
 
207