/[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.5 by wl, Fri Mar 25 22:18:01 2005 UTC revision 1.6 by wl, Sat Mar 26 10:18:38 2005 UTC
# Line 29  Line 29 
29  # (and either ftdebug.o or ftdebugpure.o if you enabled FT_DEBUG_LEVEL_ERROR or  # (and either ftdebug.o or ftdebugpure.o if you enabled FT_DEBUG_LEVEL_ERROR or
30  # FT_DEBUG_LEVEL_TRACE in include/freetype/config/ftoption.h).  # FT_DEBUG_LEVEL_TRACE in include/freetype/config/ftoption.h).
31    
32  OBJBASE = ftbase.o ftbdf.o ftglyph.o ftbbox.o ftmm.o ftsynth.o fttype1.o ftwinfnt.o  OBJBASE = ftbase.o ftbbox.o ftbdf.o ftbitmap.o ftglyph.o ftmm.o ftotval.o \
33              ftpfr.o ftstroke.o ftsynth.o fttype1.o ftwinfnt.o ftxf86.o
34    
35  OBJSYSTEM = ftsystem.o ftsystempure.o  OBJSYSTEM = ftsystem.o ftsystempure.o
36    
# Line 112  ftbbox.o: $(CORE)base/ftbbox.c Line 113  ftbbox.o: $(CORE)base/ftbbox.c
113          sc $(SCFLAGS) objname=$@ $<          sc $(SCFLAGS) objname=$@ $<
114  ftbdf.o: $(CORE)base/ftbdf.c  ftbdf.o: $(CORE)base/ftbdf.c
115          sc $(SCFLAGS) objname=$@ $<          sc $(SCFLAGS) objname=$@ $<
116    ftbitmap.o: $(CORE)base/ftbitmap.c
117            sc $(SCFLAGS) objname=$@ $<
118  ftglyph.o: $(CORE)base/ftglyph.c  ftglyph.o: $(CORE)base/ftglyph.c
119          sc $(SCFLAGS) objname=$@ $<          sc $(SCFLAGS) objname=$@ $<
120  ftmm.o: $(CORE)base/ftmm.c  ftmm.o: $(CORE)base/ftmm.c
121          sc $(SCFLAGS) objname=$@ $<          sc $(SCFLAGS) objname=$@ $<
122    ftotval.o: $(CORE)base/ftotval.c
123            sc $(SCFLAGS) objname=$@ $<
124    ftpfr.o: $(CORE)base/ftpfr.c
125            sc $(SCFLAGS) objname=$@ $<
126    ftstroke.o: $(CORE)base/ftstroke.c
127            sc $(SCFLAGS) objname=$@ $<
128  ftsynth.o: $(CORE)base/ftsynth.c  ftsynth.o: $(CORE)base/ftsynth.c
129          sc $(SCFLAGS) objname=$@ $<          sc $(SCFLAGS) objname=$@ $<
130  fttype1.o: $(CORE)base/fttype1.c  fttype1.o: $(CORE)base/fttype1.c
131          sc $(SCFLAGS) objname=$@ $<          sc $(SCFLAGS) objname=$@ $<
132  ftwinfnt.o: $(CORE)base/ftwinfnt.c  ftwinfnt.o: $(CORE)base/ftwinfnt.c
133          sc $(SCFLAGS) objname=$@ $<          sc $(SCFLAGS) objname=$@ $<
134    ftxf86.o: $(CORE)base/ftxf86.c
135            sc $(SCFLAGS) objname=$@ $<
136    
137  #  #
138  # freetype library autofitter module  # freetype library autofitter module

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

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