Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2)

Unified Diff: third_party/freetype2/src/src/bdf/module.mk

Issue 1524973002: Update freetype sources (2.6.2) in third party. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/freetype2/src/src/bdf/bdflib.c ('k') | third_party/freetype2/src/src/bdf/rules.mk » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/freetype2/src/src/bdf/module.mk
diff --git a/third_party/libXNVCtrl/Makefile b/third_party/freetype2/src/src/bdf/module.mk
similarity index 65%
copy from third_party/libXNVCtrl/Makefile
copy to third_party/freetype2/src/src/bdf/module.mk
index d40ec01624ad6c8ebaa3232e5c528ec00725ef47..fe06ae8e0647446b8817a4f1d9ac6bd69a5b1fa0 100644
--- a/third_party/libXNVCtrl/Makefile
+++ b/third_party/freetype2/src/src/bdf/module.mk
@@ -1,4 +1,9 @@
-# Copyright (c) 2008 NVIDIA, Corporation
+#
+# FreeType 2 BDF module definition
+#
+
+# Copyright 2001, 2002, 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
@@ -7,27 +12,23 @@
# 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 (including the next
-# paragraph) shall be included in all copies or substantial portions of the
-# Software.
+# 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.
+# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+# THE SOFTWARE.
-RANLIB ?= ranlib
-CFLAGS += -fPIC
-libXNVCtrl.a : libXNVCtrl.a(NVCtrl.o)
- $(RANLIB) $@
+FTMODULE_H_COMMANDS += BDF_DRIVER
-NVCtrl.o : NVCtrl.h nv_control.h NVCtrlLib.h
-.INTERMEDIATE: NVCtrl.o
+define BDF_DRIVER
+$(OPEN_DRIVER) FT_Driver_ClassRec, bdf_driver_class $(CLOSE_DRIVER)
+$(ECHO_DRIVER)bdf $(ECHO_DRIVER_DESC)bdf bitmap fonts$(ECHO_DRIVER_DONE)
+endef
-clean ::
- rm -f libXNVCtrl.a *.o
-.PHONY: clean
+# EOF
« no previous file with comments | « third_party/freetype2/src/src/bdf/bdflib.c ('k') | third_party/freetype2/src/src/bdf/rules.mk » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698