update for HEAD-2003050101
[reactos.git] / lib / freetype / src / autohint / module.mk
1 #
2 # FreeType 2 auto-hinter module definition
3 #
4
5
6 # Copyright 2000 Catharon Productions Inc.
7 # Author: David Turner
8 #
9 # This file is part of the Catharon Typography Project and shall only
10 # be used, modified, and distributed under the terms of the Catharon
11 # Open Source License that should come with this file under the name
12 # `CatharonLicense.txt'.  By continuing to use, modify, or distribute
13 # this file you indicate that you have read the license and
14 # understand and accept it fully.
15 #
16 # Note that this license is compatible with the FreeType license.
17
18
19 make_module_list: add_autohint_module
20
21 add_autohint_module:
22         $(OPEN_DRIVER)autohint_module_class$(CLOSE_DRIVER)
23         $(ECHO_DRIVER)autohint  $(ECHO_DRIVER_DESC)automatic hinting module$(ECHO_DRIVER_DONE)
24
25 # EOF