/[freetype]/freetype2/builds/amiga/smakefile
ViewVC logotype

Diff of /freetype2/builds/amiga/smakefile

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.8 by tetisoft, Thu Nov 17 14:19:30 2005 UTC revision 1.9 by tetisoft, Fri Nov 25 08:02:57 2005 UTC
# Line 76  CPU       = 68000 Line 76  CPU       = 68000
76    
77  OPTIMIZER = optinlocal  OPTIMIZER = optinlocal
78    
79  SCFLAGS = optimize opttime optsched strmerge strsect=near idlen=40 cpu=$(CPU)\  SCFLAGS = optimize opttime optsched strmerge data=faronly idlen=50 cpu=$(CPU)\
80            idir=include/ idir=$(CORE) idir=FT:include/ nostackcheck nochkabort\            idir=include/ idir=$(CORE) idir=FT:include/ nostackcheck nochkabort\
81            noicons ignore=79,85,110,306 parameters=both            noicons ignore=79,85,110,306 parameters=both
82    
# Line 97  assign: Line 97  assign:
97    
98  # uses separate object modules in lib to make for easier debugging  # uses separate object modules in lib to make for easier debugging
99  # also, can make smaller programs if entire engine is not used  # also, can make smaller programs if entire engine is not used
100  ft2_$(CPU).lib:  $(OBJBASE) $(OBJAFIT) $(OBJOTV) $(OBJPS) $(OBJRASTER) $(OBJSFNT) $(OBJCACHE) $(OBJFONTD) lzw.o # gzip.o  ft2_$(CPU).lib:  $(OBJBASE) $(OBJAFIT) $(OBJOTV) $(OBJPS) $(OBJRASTER) $(OBJSFNT) $(OBJCACHE) $(OBJFONTD) lzw.o gzip.o
101          oml $@ r $(OBJBASE) $(OBJAFIT) $(OBJOTV) $(OBJPS) $(OBJRASTER) $(OBJSFNT) $(OBJCACHE) $(OBJFONTD) lzw.o          oml $@ r $(OBJBASE) $(OBJAFIT) $(OBJOTV) $(OBJPS) $(OBJRASTER) $(OBJSFNT) $(OBJCACHE) $(OBJFONTD) lzw.o gzip.o
102    
103  clean:  clean:
104          -delete \#?.o          -delete \#?.o
# Line 172  psaux.o: $(CORE)psaux/psaux.c Line 172  psaux.o: $(CORE)psaux/psaux.c
172  # freetype library PS glyph names module  # freetype library PS glyph names module
173  #  #
174  psnames.o: $(CORE)psnames/psnames.c  psnames.o: $(CORE)psnames/psnames.c
175          sc $(SCFLAGS) objname=$@ $<          sc $(SCFLAGS) code=far objname=$@ $<
176    
177  #  #
178  # freetype library monochrome raster module  # freetype library monochrome raster module
# Line 249  pcf.o: $(CORE)pcf/pcf.c Line 249  pcf.o: $(CORE)pcf/pcf.c
249  # freetype library gzip support for compressed PCF bitmap fonts  # freetype library gzip support for compressed PCF bitmap fonts
250  #  #
251  gzip.o: $(CORE)gzip/ftgzip.c  gzip.o: $(CORE)gzip/ftgzip.c
252          sc $(SCFLAGS) objname=$@ $<          sc $(SCFLAGS) define FAR objname=$@ $<
253    
254  #  #
255  # freetype library compress support for compressed PCF bitmap fonts  # freetype library compress support for compressed PCF bitmap fonts

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26