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

Diff of /freetype2/builds/amiga/makefile

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

revision 1.5 by wl, Sat Mar 26 10:18:38 2005 UTC revision 1.6 by wl, Wed Jun 8 11:56:55 2005 UTC
# Line 3  Line 3 
3  # (gcc 2.95.3 hosted on 68k-Amiga producing MorphOS-PPC-binaries from  # (gcc 2.95.3 hosted on 68k-Amiga producing MorphOS-PPC-binaries from
4  # http://www.morphos.de)  # http://www.morphos.de)
5  #  #
6    
7    
8    # Copyright 2005 by
9    # Werner Lemberg and Detlef Würkner.
10    #
11    # This file is part of the FreeType project, and may only be used, modified,
12    # and distributed under the terms of the FreeType project license,
13    # LICENSE.TXT.  By continuing to use, modify, or distribute this file you
14    # indicate that you have read the license and understand and accept it
15    # fully.
16    
17    
18    #
19  # to build from the builds/amiga directory call  # to build from the builds/amiga directory call
20  #  #
21  #  make assign  #  make assign
# Line 246  FONTDPPC = cff.ppc.o type1.ppc.o type42. Line 259  FONTDPPC = cff.ppc.o type1.ppc.o type42.
259  libft2_ppc.a:    $(BASEPPC) $(AFITPPC) $(OTVPPC) $(PSPPC) $(RASTERPPC) sfnt.ppc.o ftcache.ppc.o $(FONTDPPC) gzip.ppc.o lzw.ppc.o  libft2_ppc.a:    $(BASEPPC) $(AFITPPC) $(OTVPPC) $(PSPPC) $(RASTERPPC) sfnt.ppc.o ftcache.ppc.o $(FONTDPPC) gzip.ppc.o lzw.ppc.o
260          $(AR) $@ $(BASEPPC) $(AFITPPC) $(OTVPPC) $(PSPPC) $(RASTERPPC) sfnt.ppc.o ftcache.ppc.o $(FONTDPPC) gzip.ppc.o lzw.ppc.o          $(AR) $@ $(BASEPPC) $(AFITPPC) $(OTVPPC) $(PSPPC) $(RASTERPPC) sfnt.ppc.o ftcache.ppc.o $(FONTDPPC) gzip.ppc.o lzw.ppc.o
261          -@ ($(RANLIB) $@ || true) >/dev/null 2>&1          -@ ($(RANLIB) $@ || true) >/dev/null 2>&1
262    
263    #Local Variables:
264    #coding: latin-1
265    #End:

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