blob: 80b4f7f5c16af89146cea1aa91d76a20a4a09799 [file] [log] [blame]
Werner Lembergc3e987e2001-01-03 06:47:10 +00001#
2# FreeType 2 auto-hinter module compilation rules for VMS
3#
4
5
6# Copyright 2001 Catharon Productions Inc.
7#
8# This file is part of the Catharon Typography Project and shall only
9# be used, modified, and distributed under the terms of the Catharon
10# Open Source License that should come with this file under the name
11# `CatharonLicense.txt'. By continuing to use, modify, or distribute
12# this file you indicate that you have read the license and
13# understand and accept it fully.
14#
15# Note that this license is compatible with the FreeType license.
16
17
18CFLAGS=$(COMP_FLAGS)$(DEBUG)/incl=[--.include]
19
20OBJS=autohint.obj
21
22all : $(OBJS)
23 library [--.lib]freetype.olb $(OBJS)
24
25# EOF