blob: 46fc195c0320226e16b21464f53825908a887bef [file] [log] [blame]
Suzuki, Toshiya (鈴木俊哉)a4386212005-08-24 04:31:31 +00001#
2# FreeType 2 gxvalid module definition
3#
4
5# Copyright 2004, 2005 by suzuki toshiya, Masatake YAMATO, Red Hat K.K.,
6# David Turner, Robert Wilhelm, and Werner Lemberg.
7#
8# This file is part of the FreeType project, and may only be used, modified,
9# and distributed under the terms of the FreeType project license,
10# LICENSE.TXT. By continuing to use, modify, or distribute this file you
11# indicate that you have read the license and understand and accept it
12# fully.
13
14
15make_module_list: add_gxvalid_module
16
17add_gxvalid_module:
18 $(OPEN_DRIVER)gxvalid_module_class$(CLOSE_DRIVER)
19 $(ECHO_DRIVER)gxvalid $(ECHO_DRIVER_DESC)TrueTypeGX/AAT validation module$(ECHO_DRIVER_DONE)
20
21# EOF