source: trunk/third/freetype/descrip.mms @ 18171

Revision 18171, 2.2 KB checked in by ghudson, 22 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r18170, which included commits to RCS files with non-trunk default branches.
Line 
1#
2# FreeType 2 build system -- top-level Makefile for OpenVMS
3#
4
5
6# Copyright 2001 by
7# 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
16all :
17        define freetype [--.include.freetype]
18        define psaux [-.psaux]
19        define autohint [-.autohint]
20        define base [-.base]
21        define cache [-.cache]
22        define cff [-.cff]
23        define cid [-.cid]
24        define pcf [-.pcf]
25        define psnames [-.psnames]
26        define raster [-.raster]
27        define sfnt [-.sfnt]
28        define smooth [-.smooth]
29        define truetype [-.truetype]
30        define type1 [-.type1]
31        define winfonts [-.winfonts]
32        if f$search("lib.dir") .eqs. "" then create/directory [.lib]
33        set default [.builds.vms]
34        $(MMS)$(MMSQUALIFIERS)
35        set default [--.src.autohint]
36        $(MMS)$(MMSQUALIFIERS)
37        set default [-.base]
38        $(MMS)$(MMSQUALIFIERS)
39        set default [-.bdf]
40        $(MMS)$(MMSQUALIFIERS)
41        set default [-.cache]
42        $(MMS)$(MMSQUALIFIERS)
43        set default [-.cff]
44        $(MMS)$(MMSQUALIFIERS)
45        set default [-.cid]
46        $(MMS)$(MMSQUALIFIERS)
47        set default [-.pcf]
48        $(MMS)$(MMSQUALIFIERS)
49        set default [-.pfr]
50        $(MMS)$(MMSQUALIFIERS)
51        set default [-.psaux]
52        $(MMS)$(MMSQUALIFIERS)
53        set default [-.pshinter]
54        $(MMS)$(MMSQUALIFIERS)
55        set default [-.psnames]
56        $(MMS)$(MMSQUALIFIERS)
57        set default [-.raster]
58        $(MMS)$(MMSQUALIFIERS)
59        set default [-.sfnt]
60        $(MMS)$(MMSQUALIFIERS)
61        set default [-.smooth]
62        $(MMS)$(MMSQUALIFIERS)
63        set default [-.truetype]
64        $(MMS)$(MMSQUALIFIERS)
65        set default [-.type1]
66        $(MMS)$(MMSQUALIFIERS)
67        set default [-.type42]
68        $(MMS)$(MMSQUALIFIERS)
69        set default [-.winfonts]
70        $(MMS)$(MMSQUALIFIERS)
71        set default [--]
72
73# EOF
Note: See TracBrowser for help on using the repository browser.