Commit 7596fd3a46b32f00ccdd1c90105e36154e22a81c

Werner Lemberg 2006-01-28T16:29:29

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

diff --git a/ChangeLog b/ChangeLog
index ba0f94d..7e7a971 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
diff --git a/src/autofit/module.mk b/src/autofit/module.mk
index ab0db4e..37b64aa 100644
--- 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:
diff --git a/src/bdf/module.mk b/src/bdf/module.mk
index 94ac040..3d56d73 100644
--- 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:
diff --git a/src/cff/module.mk b/src/cff/module.mk
index 68789c9..121a50b 100644
--- 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,
@@ -13,6 +13,8 @@
 # fully.
 
 
+.PHONY: add_cff_driver
+
 make_module_list: add_cff_driver
 
 add_cff_driver:
diff --git a/src/cid/module.mk b/src/cid/module.mk
index f59d8a9..84a8140 100644
--- 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
diff --git a/src/gxvalid/module.mk b/src/gxvalid/module.mk
index 46fc195..41b33a7 100644
--- 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,
@@ -12,6 +13,8 @@
 # fully.
 
 
+.PHONY: add_gxvalid_module
+
 make_module_list: add_gxvalid_module
 
 add_gxvalid_module:
diff --git a/src/otvalid/module.mk b/src/otvalid/module.mk
index 8f7cdf2..966fece 100644
--- 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,
@@ -13,6 +13,8 @@
 # fully.
 
 
+.PHONY: add_otvalid_module
+
 make_module_list: add_otvalid_module
 
 add_otvalid_module:
diff --git a/src/pcf/module.mk b/src/pcf/module.mk
index 614c319..e2da8d4 100644
--- 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
@@ -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:
diff --git a/src/pfr/module.mk b/src/pfr/module.mk
index 3da0d5a..d93b631 100644
--- 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,
@@ -13,6 +13,8 @@
 # fully.
 
 
+.PHONY: add_pfr_driver
+
 make_module_list: add_pfr_driver
 
 add_pfr_driver:
diff --git a/src/psaux/module.mk b/src/psaux/module.mk
index 29c3e28..9abd525 100644
--- 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,
@@ -13,6 +13,8 @@
 # fully.
 
 
+.PHONY: add_psaux_module
+
 make_module_list: add_psaux_module
 
 add_psaux_module:
diff --git a/src/pshinter/module.mk b/src/pshinter/module.mk
index 63c7e21..42ed7b7 100644
--- 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,
@@ -13,6 +13,8 @@
 # fully.
 
 
+.PHONY: add_pshinter_module
+
 make_module_list: add_pshinter_module
 
 add_pshinter_module:
diff --git a/src/psnames/module.mk b/src/psnames/module.mk
index e1e59c4..255a0e0 100644
--- 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,
@@ -13,6 +13,8 @@
 # fully.
 
 
+.PHONY: add_psnames_module
+
 make_module_list: add_psnames_module
 
 add_psnames_module:
diff --git a/src/raster/module.mk b/src/raster/module.mk
index 8a31364..2f5682f 100644
--- 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,
@@ -13,6 +13,8 @@
 # fully.
 
 
+.PHONY: add_raster_module
+
 make_module_list: add_raster_module
 
 add_raster_module:
diff --git a/src/sfnt/module.mk b/src/sfnt/module.mk
index 52607e2..00a2d77 100644
--- 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,
@@ -13,6 +13,8 @@
 # fully.
 
 
+.PHONY: add_sfnt_module
+
 make_module_list: add_sfnt_module
 
 add_sfnt_module:
diff --git a/src/smooth/module.mk b/src/smooth/module.mk
index e8b37f3..bc2f7ff 100644
--- 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:
diff --git a/src/truetype/module.mk b/src/truetype/module.mk
index bb042be..2f2d853 100644
--- 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,
@@ -13,6 +13,8 @@
 # fully.
 
 
+.PHONY: add_truetype_driver
+
 make_module_list: add_truetype_driver
 
 add_truetype_driver:
diff --git a/src/type1/module.mk b/src/type1/module.mk
index 82d9355..cbcd8c7 100644
--- 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,
@@ -13,6 +13,8 @@
 # fully.
 
 
+.PHONY: add_type1_driver
+
 make_module_list: add_type1_driver
 
 add_type1_driver:
diff --git a/src/type42/module.mk b/src/type42/module.mk
index ecb9445..35c7010 100644
--- 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:
diff --git a/src/winfonts/module.mk b/src/winfonts/module.mk
index 99be845..fec9354 100644
--- 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,
@@ -13,6 +13,8 @@
 # fully.
 
 
+.PHONY: add_windows_driver
+
 make_module_list: add_windows_driver
 
 add_windows_driver: