summaryrefslogtreecommitdiff
path: root/Build/source/libs/freetype2/freetype-2.5.1/src/pcf/module.mk
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2013-11-25 09:15:13 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2013-11-25 09:15:13 +0000
commit4d56f363199150b24b7d4030fc560c564d81d71e (patch)
tree07e7dce582fd867926aa02ff48bd4f818689228e /Build/source/libs/freetype2/freetype-2.5.1/src/pcf/module.mk
parentdbb156927b35f990561ab9f7eeb6dc55292d61ae (diff)
freetype 2.5.1
git-svn-id: svn://tug.org/texlive/trunk@32238 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/libs/freetype2/freetype-2.5.1/src/pcf/module.mk')
-rw-r--r--Build/source/libs/freetype2/freetype-2.5.1/src/pcf/module.mk34
1 files changed, 34 insertions, 0 deletions
diff --git a/Build/source/libs/freetype2/freetype-2.5.1/src/pcf/module.mk b/Build/source/libs/freetype2/freetype-2.5.1/src/pcf/module.mk
new file mode 100644
index 00000000000..df383ff0fbe
--- /dev/null
+++ b/Build/source/libs/freetype2/freetype-2.5.1/src/pcf/module.mk
@@ -0,0 +1,34 @@
+#
+# FreeType 2 PCF module definition
+#
+
+# Copyright 2000, 2006 by
+# Francesco Zappa Nardelli
+#
+# Permission is hereby granted, free of charge, to any person obtaining a copy
+# of this software and associated documentation files (the "Software"), to deal
+# in the Software without restriction, including without limitation the rights
+# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+# copies of the Software, and to permit persons to whom the Software is
+# furnished to do so, subject to the following conditions:
+#
+# The above copyright notice and this permission notice shall be included in
+# all copies or substantial portions of the Software.
+#
+# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+# 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.
+
+
+FTMODULE_H_COMMANDS += PCF_DRIVER
+
+define PCF_DRIVER
+$(OPEN_DRIVER) FT_Driver_ClassRec, pcf_driver_class $(CLOSE_DRIVER)
+$(ECHO_DRIVER)pcf $(ECHO_DRIVER_DESC)pcf bitmap fonts$(ECHO_DRIVER_DONE)
+endef
+
+# EOF