blob: 121a50b61ed3834a2d51d1dbaf46975f70233433 [file] [log] [blame]
Werner Lemberg47a5f412000-10-17 03:38:43 +00001#
Werner Lemberge4b32a52000-10-31 20:42:18 +00002# FreeType 2 CFF module definition
Werner Lemberg47a5f412000-10-17 03:38:43 +00003#
4
5
Werner Lemberg7596fd32006-01-28 16:29:29 +00006# Copyright 1996-2000, 2006 by
Werner Lemberg47a5f412000-10-17 03:38:43 +00007# David Turner, Robert Wilhelm, and Werner Lemberg.
8#
9# This file is part of the FreeType project, and may only be used, modified,
10# and distributed under the terms of the FreeType project license,
11# LICENSE.TXT. By continuing to use, modify, or distribute this file you
12# indicate that you have read the license and understand and accept it
13# fully.
14
15
Werner Lemberg7596fd32006-01-28 16:29:29 +000016.PHONY: add_cff_driver
17
David Turner4f99c3c2000-05-29 20:55:13 +000018make_module_list: add_cff_driver
19
20add_cff_driver:
David Turnerf0df85b2000-06-22 00:17:42 +000021 $(OPEN_DRIVER)cff_driver_class$(CLOSE_DRIVER)
David Turner4f99c3c2000-05-29 20:55:13 +000022 $(ECHO_DRIVER)cff $(ECHO_DRIVER_DESC)OpenType fonts with extension *.otf$(ECHO_DRIVER_DONE)
23
24# EOF