* src/*/module.mk (.PHONY): Add.

This commit is contained in:
Werner Lemberg 2006-01-28 16:29:29 +00:00
parent f6a25503c5
commit 7596fd3a46
19 changed files with 59 additions and 15 deletions

View File

@ -1,3 +1,7 @@
2006-01-28 Werner Lemberg <wl@gnu.org>
* src/*/module.mk (.PHONY): Add.
2006-01-27 Werner Lemberg <wl@gnu.org>
* README, docs/FTL.TXT: Fix email address for bug reports.

View File

@ -13,6 +13,8 @@
# fully.
.PHONY: add_autofit_module
make_module_list: add_autofit_module
add_autofit_module:

View File

@ -23,6 +23,9 @@
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
# THE SOFTWARE.
.PHONY: add_bdf_driver
make_module_list: add_bdf_driver
add_bdf_driver:

View File

@ -3,7 +3,7 @@
#
# Copyright 1996-2000 by
# Copyright 1996-2000, 2006 by
# David Turner, Robert Wilhelm, and Werner Lemberg.
#
# This file is part of the FreeType project, and may only be used, modified,
@ -13,6 +13,8 @@
# fully.
.PHONY: add_cff_driver
make_module_list: add_cff_driver
add_cff_driver:

View File

@ -3,7 +3,7 @@
#
# Copyright 1996-2000 by
# Copyright 1996-2000, 2006 by
# David Turner, Robert Wilhelm, and Werner Lemberg.
#
# This file is part of the FreeType project, and may only be used, modified,
@ -13,9 +13,12 @@
# fully.
.PHONY: add_type1cid_driver
make_module_list: add_type1cid_driver
add_type1cid_driver:
$(OPEN_DRIVER)t1cid_driver_class$(CLOSE_DRIVER)
$(ECHO_DRIVER)cid $(ECHO_DRIVER_DESC)Postscript CID-keyed fonts, no known extension$(ECHO_DRIVER_DONE)
# EOF

View File

@ -2,8 +2,9 @@
# FreeType 2 gxvalid module definition
#
# Copyright 2004, 2005 by suzuki toshiya, Masatake YAMATO, Red Hat K.K.,
# David Turner, Robert Wilhelm, and Werner Lemberg.
# Copyright 2004, 2005, 2006
# by suzuki toshiya, Masatake YAMATO, Red Hat K.K.,
# David Turner, Robert Wilhelm, and Werner Lemberg.
#
# This file is part of the FreeType project, and may only be used, modified,
# and distributed under the terms of the FreeType project license,
@ -12,6 +13,8 @@
# fully.
.PHONY: add_gxvalid_module
make_module_list: add_gxvalid_module
add_gxvalid_module:

View File

@ -3,7 +3,7 @@
#
# Copyright 2004 by
# Copyright 2004, 2006 by
# David Turner, Robert Wilhelm, and Werner Lemberg.
#
# This file is part of the FreeType project, and may only be used, modified,
@ -13,6 +13,8 @@
# fully.
.PHONY: add_otvalid_module
make_module_list: add_otvalid_module
add_otvalid_module:

View File

@ -2,7 +2,7 @@
# FreeType 2 PCF module definition
#
# Copyright 2000 by
# Copyright 2000, 2006 by
# Francesco Zappa Nardelli
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
@ -23,6 +23,9 @@
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
# THE SOFTWARE.
.PHONY: add_pcf_driver
make_module_list: add_pcf_driver
add_pcf_driver:

View File

@ -3,7 +3,7 @@
#
# Copyright 2002 by
# Copyright 2002, 2006 by
# David Turner, Robert Wilhelm, and Werner Lemberg.
#
# This file is part of the FreeType project, and may only be used, modified,
@ -13,6 +13,8 @@
# fully.
.PHONY: add_pfr_driver
make_module_list: add_pfr_driver
add_pfr_driver:

View File

@ -3,7 +3,7 @@
#
# Copyright 1996-2000 by
# Copyright 1996-2000, 2006 by
# David Turner, Robert Wilhelm, and Werner Lemberg.
#
# This file is part of the FreeType project, and may only be used, modified,
@ -13,6 +13,8 @@
# fully.
.PHONY: add_psaux_module
make_module_list: add_psaux_module
add_psaux_module:

View File

@ -3,7 +3,7 @@
#
# Copyright 1996-2001 by
# Copyright 1996-2001, 2006 by
# David Turner, Robert Wilhelm, and Werner Lemberg.
#
# This file is part of the FreeType project, and may only be used, modified,
@ -13,6 +13,8 @@
# fully.
.PHONY: add_pshinter_module
make_module_list: add_pshinter_module
add_pshinter_module:

View File

@ -3,7 +3,7 @@
#
# Copyright 1996-2000 by
# Copyright 1996-2000, 2006 by
# David Turner, Robert Wilhelm, and Werner Lemberg.
#
# This file is part of the FreeType project, and may only be used, modified,
@ -13,6 +13,8 @@
# fully.
.PHONY: add_psnames_module
make_module_list: add_psnames_module
add_psnames_module:

View File

@ -3,7 +3,7 @@
#
# Copyright 1996-2000 by
# Copyright 1996-2000, 2006 by
# David Turner, Robert Wilhelm, and Werner Lemberg.
#
# This file is part of the FreeType project, and may only be used, modified,
@ -13,6 +13,8 @@
# fully.
.PHONY: add_raster_module
make_module_list: add_raster_module
add_raster_module:

View File

@ -3,7 +3,7 @@
#
# Copyright 1996-2000 by
# Copyright 1996-2000, 2006 by
# David Turner, Robert Wilhelm, and Werner Lemberg.
#
# This file is part of the FreeType project, and may only be used, modified,
@ -13,6 +13,8 @@
# fully.
.PHONY: add_sfnt_module
make_module_list: add_sfnt_module
add_sfnt_module:

View File

@ -13,6 +13,8 @@
# fully.
.PHONY: add_smooth_renderer
make_module_list: add_smooth_renderer
add_smooth_renderer:

View File

@ -3,7 +3,7 @@
#
# Copyright 1996-2000 by
# Copyright 1996-2000, 2006 by
# David Turner, Robert Wilhelm, and Werner Lemberg.
#
# This file is part of the FreeType project, and may only be used, modified,
@ -13,6 +13,8 @@
# fully.
.PHONY: add_truetype_driver
make_module_list: add_truetype_driver
add_truetype_driver:

View File

@ -3,7 +3,7 @@
#
# Copyright 1996-2000 by
# Copyright 1996-2000, 2006 by
# David Turner, Robert Wilhelm, and Werner Lemberg.
#
# This file is part of the FreeType project, and may only be used, modified,
@ -13,6 +13,8 @@
# fully.
.PHONY: add_type1_driver
make_module_list: add_type1_driver
add_type1_driver:

View File

@ -13,6 +13,8 @@
# fully.
.PHONY: add_type42_driver
make_module_list: add_type42_driver
add_type42_driver:

View File

@ -3,7 +3,7 @@
#
# Copyright 1996-2000 by
# Copyright 1996-2000, 2006 by
# David Turner, Robert Wilhelm, and Werner Lemberg.
#
# This file is part of the FreeType project, and may only be used, modified,
@ -13,6 +13,8 @@
# fully.
.PHONY: add_windows_driver
make_module_list: add_windows_driver
add_windows_driver: