ref: bf7c8321f253d7e040fb4e2dca56a163fd6ad63c
dir: /src/psaux/Jamfile/
# FreeType 2 src/psaux Jamfile (c) 2001, 2002 David Turner
#
SubDir FT2_TOP $(FT2_SRC_DIR) psaux ;
{
local _sources ;
if $(FT2_MULTI)
{
_sources = psauxmod psobjs t1decode t1cmap ;
}
else
{
_sources = psaux ;
}
Library $(FT2_LIB) : $(_sources).c ;
}
# end of src/psaux Jamfile