1#
2# FreeType 2 Configuration rules for Unix + LCC
3#
4#   Development version without optimizations & libtool
5#   and no installation.
6#
7
8
9# Copyright (C) 1996-2020 by
10# David Turner, Robert Wilhelm, and Werner Lemberg.
11#
12# This file is part of the FreeType project, and may only be used, modified,
13# and distributed under the terms of the FreeType project license,
14# LICENSE.TXT.  By continuing to use, modify, or distribute this file you
15# indicate that you have read the license and understand and accept it
16# fully.
17
18
19include $(TOP_DIR)/builds/unix/unixddef.mk
20include $(TOP_DIR)/builds/compiler/unix-lcc.mk
21include $(TOP_DIR)/builds/link_std.mk
22
23
24# EOF
25