ref: 7596fd3a46b32f00ccdd1c90105e36154e22a81c
parent: f6a25503c5eddc9bd2874af68bcfad3c8efdf000
author: Werner Lemberg <[email protected]>
date: Sat Jan 28 11:29:29 EST 2006
* src/*/module.mk (.PHONY): Add.
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2006-01-28 Werner Lemberg <[email protected]>
+
+ * src/*/module.mk (.PHONY): Add.
+
2006-01-27 Werner Lemberg <[email protected]>
* README, docs/FTL.TXT: Fix email address for bug reports.
--- a/src/autofit/module.mk
+++ b/src/autofit/module.mk
@@ -13,6 +13,8 @@
# fully.
+.PHONY: add_autofit_module
+
make_module_list: add_autofit_module
add_autofit_module:
--- a/src/bdf/module.mk
+++ b/src/bdf/module.mk
@@ -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:
--- a/src/cff/module.mk
+++ b/src/cff/module.mk
@@ -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,
@@ -12,6 +12,8 @@
# indicate that you have read the license and understand and accept it
# fully.
+
+.PHONY: add_cff_driver
make_module_list: add_cff_driver
--- a/src/cid/module.mk
+++ b/src/cid/module.mk
@@ -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
--- a/src/gxvalid/module.mk
+++ b/src/gxvalid/module.mk
@@ -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,
@@ -11,6 +12,8 @@
# indicate that you have read the license and understand and accept it
# fully.
+
+.PHONY: add_gxvalid_module
make_module_list: add_gxvalid_module
--- a/src/otvalid/module.mk
+++ b/src/otvalid/module.mk
@@ -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,
@@ -12,6 +12,8 @@
# indicate that you have read the license and understand and accept it
# fully.
+
+.PHONY: add_otvalid_module
make_module_list: add_otvalid_module
--- a/src/pcf/module.mk
+++ b/src/pcf/module.mk
@@ -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
@@ -22,6 +22,9 @@
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
# 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
--- a/src/pfr/module.mk
+++ b/src/pfr/module.mk
@@ -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,
@@ -12,6 +12,8 @@
# indicate that you have read the license and understand and accept it
# fully.
+
+.PHONY: add_pfr_driver
make_module_list: add_pfr_driver
--- a/src/psaux/module.mk
+++ b/src/psaux/module.mk
@@ -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,
@@ -12,6 +12,8 @@
# indicate that you have read the license and understand and accept it
# fully.
+
+.PHONY: add_psaux_module
make_module_list: add_psaux_module
--- a/src/pshinter/module.mk
+++ b/src/pshinter/module.mk
@@ -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,
@@ -12,6 +12,8 @@
# indicate that you have read the license and understand and accept it
# fully.
+
+.PHONY: add_pshinter_module
make_module_list: add_pshinter_module
--- a/src/psnames/module.mk
+++ b/src/psnames/module.mk
@@ -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,
@@ -12,6 +12,8 @@
# indicate that you have read the license and understand and accept it
# fully.
+
+.PHONY: add_psnames_module
make_module_list: add_psnames_module
--- a/src/raster/module.mk
+++ b/src/raster/module.mk
@@ -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,
@@ -12,6 +12,8 @@
# indicate that you have read the license and understand and accept it
# fully.
+
+.PHONY: add_raster_module
make_module_list: add_raster_module
--- a/src/sfnt/module.mk
+++ b/src/sfnt/module.mk
@@ -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,
@@ -12,6 +12,8 @@
# indicate that you have read the license and understand and accept it
# fully.
+
+.PHONY: add_sfnt_module
make_module_list: add_sfnt_module
--- a/src/smooth/module.mk
+++ b/src/smooth/module.mk
@@ -13,6 +13,8 @@
# fully.
+.PHONY: add_smooth_renderer
+
make_module_list: add_smooth_renderer
add_smooth_renderer:
--- a/src/truetype/module.mk
+++ b/src/truetype/module.mk
@@ -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,
@@ -12,6 +12,8 @@
# indicate that you have read the license and understand and accept it
# fully.
+
+.PHONY: add_truetype_driver
make_module_list: add_truetype_driver
--- a/src/type1/module.mk
+++ b/src/type1/module.mk
@@ -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,
@@ -12,6 +12,8 @@
# indicate that you have read the license and understand and accept it
# fully.
+
+.PHONY: add_type1_driver
make_module_list: add_type1_driver
--- a/src/type42/module.mk
+++ b/src/type42/module.mk
@@ -13,6 +13,8 @@
# fully.
+.PHONY: add_type42_driver
+
make_module_list: add_type42_driver
add_type42_driver:
--- a/src/winfonts/module.mk
+++ b/src/winfonts/module.mk
@@ -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,
@@ -12,6 +12,8 @@
# indicate that you have read the license and understand and accept it
# fully.
+
+.PHONY: add_windows_driver
make_module_list: add_windows_driver