/[freetype]/freetype2/src/base/Jamfile
ViewVC logotype

Diff of /freetype2/src/base/Jamfile

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

revision 1.27 by freetype, Thu Sep 22 20:37:51 2005 UTC revision 1.28 by wl, Fri Sep 23 07:40:28 2005 UTC
# Line 1  Line 1 
1  # FreeType 2 src/base Jamfile  # FreeType 2 src/base Jamfile
2  #  #
3  # Copyright 2001, 2002, 2003, 2004, 2005 by  # Copyright 2001, 2002, 2003, 2004, 2005 by
4  # David Turner, Robert Wilhelm, and Werner Lemberg.  # David Turner, Robert Wilhelm, and Werner Lemberg.
5  #  #
6  # This file is part of the FreeType project, and may only be used, modified,  # This file is part of the FreeType project, and may only be used, modified,
7  # and distributed under the terms of the FreeType project license,  # and distributed under the terms of the FreeType project license,
8  # LICENSE.TXT.  By continuing to use, modify, or distribute this file you  # LICENSE.TXT.  By continuing to use, modify, or distribute this file you
9  # indicate that you have read the license and understand and accept it  # indicate that you have read the license and understand and accept it
10  # fully.  # fully.
11    
12  SubDir  FT2_TOP $(FT2_SRC_DIR) base ;  SubDir  FT2_TOP $(FT2_SRC_DIR) base ;
13    
14    
15  {  {
16    local  _sources ;    local  _sources ;
17    
18    if $(FT2_MULTI)    if $(FT2_MULTI)
19    {    {
20      _sources = ftutil ftdbgmem ftstream ftcalc fttrigon ftgloadr ftoutln      _sources = ftutil ftdbgmem ftstream ftcalc fttrigon ftgloadr ftoutln
21                 ftobjs ftnames  ftrfork  ;                 ftobjs ftnames  ftrfork  ;
22    }    }
23    else    else
24    {    {
25      _sources = ftbase ;      _sources = ftbase ;
26    }    }
27    
28    Library  $(FT2_LIB) : $(_sources).c ;    Library  $(FT2_LIB) : $(_sources).c ;
29  }  }
30    
31  # Add the optional/replaceable files.  # Add the optional/replaceable files.
32  #  #
33  Library  $(FT2_LIB) : ftsystem.c   ftinit.c    ftglyph.c  ftmm.c     ftbdf.c  Library  $(FT2_LIB) : ftsystem.c   ftinit.c    ftglyph.c  ftmm.c     ftbdf.c
34                        ftbbox.c     ftdebug.c   ftxf86.c   fttype1.c  ftpfr.c                        ftbbox.c     ftdebug.c   ftxf86.c   fttype1.c  ftpfr.c
35                        ftstroke.c   ftwinfnt.c  ftotval.c  ftbitmap.c                        ftstroke.c   ftwinfnt.c  ftotval.c  ftbitmap.c
36                        ftsynth.c ;                        ftsynth.c ;
37    
38  # Add Macintosh-specific file to the library when necessary.  # Add Macintosh-specific file to the library when necessary.
39  #  #
40  if $(MAC)  if $(MAC)
41  {  {
42    Library  $(FT2_LIB) : ftmac.c ;    Library  $(FT2_LIB) : ftmac.c ;
43  }  }
44    
45  # end of src/base Jamfile  # end of src/base Jamfile

Legend:
Removed from v.1.27  
changed lines
  Added in v.1.28

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