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