summaryrefslogtreecommitdiff
path: root/Build/source/libs/freetype2/freetype-2.4.7/src/gxvalid/module.mk
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2011-10-20 11:50:24 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2011-10-20 11:50:24 +0000
commitae412569bd091f2ba5b7323a86382c6095f7e35f (patch)
tree8be13821e004df938c43a6fb1adc12b9c96fe00a /Build/source/libs/freetype2/freetype-2.4.7/src/gxvalid/module.mk
parent784d0322464c748d7f9f43c8d41f7feea7b22199 (diff)
freetype2 2.4.7
git-svn-id: svn://tug.org/texlive/trunk@24339 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/libs/freetype2/freetype-2.4.7/src/gxvalid/module.mk')
-rw-r--r--Build/source/libs/freetype2/freetype-2.4.7/src/gxvalid/module.mk23
1 files changed, 23 insertions, 0 deletions
diff --git a/Build/source/libs/freetype2/freetype-2.4.7/src/gxvalid/module.mk b/Build/source/libs/freetype2/freetype-2.4.7/src/gxvalid/module.mk
new file mode 100644
index 00000000000..9fd098e2c5e
--- /dev/null
+++ b/Build/source/libs/freetype2/freetype-2.4.7/src/gxvalid/module.mk
@@ -0,0 +1,23 @@
+#
+# FreeType 2 gxvalid module definition
+#
+
+# 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,
+# LICENSE.TXT. By continuing to use, modify, or distribute this file you
+# indicate that you have read the license and understand and accept it
+# fully.
+
+
+FTMODULE_H_COMMANDS += GXVALID_MODULE
+
+define GXVALID_MODULE
+$(OPEN_DRIVER) FT_Module_Class, gxv_module_class $(CLOSE_DRIVER)
+$(ECHO_DRIVER)gxvalid $(ECHO_DRIVER_DESC)TrueTypeGX/AAT validation module$(ECHO_DRIVER_DONE)
+endef
+
+# EOF