blob: 04881c0530ab1bdceb65d45607ede6ce66ce2c66 [file] [log] [blame]
Werner Lembergfebe3fb2000-03-05 01:14:19 +00001#
2# FreeType 2 build system -- top-level Makefile
3#
4
5
Werner Lemberg47a5f412000-10-17 03:38:43 +00006# Copyright 1996-2000 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
David Turner046f7a02000-09-15 22:42:06 +000016# Project names
Werner Lembergfebe3fb2000-03-05 01:14:19 +000017#
David Turner046f7a02000-09-15 22:42:06 +000018PROJECT := freetype
19PROJECT_TITLE := FreeType
Werner Lembergfebe3fb2000-03-05 01:14:19 +000020
David Turner046f7a02000-09-15 22:42:06 +000021USE_MODULES := 1
Werner Lembergfebe3fb2000-03-05 01:14:19 +000022
David Turner046f7a02000-09-15 22:42:06 +000023# The variable TOP holds the path to the topmost directory in the project
Werner Lembergfebe3fb2000-03-05 01:14:19 +000024# engine source hierarchy. If it is not defined, default it to `.'.
David Turnerd2b1f351999-12-16 23:11:37 +000025#
26ifndef TOP
Werner Lembergfebe3fb2000-03-05 01:14:19 +000027 TOP := .
David Turnerd2b1f351999-12-16 23:11:37 +000028endif
29
David Turner046f7a02000-09-15 22:42:06 +000030include $(TOP)/builds/toplevel.mk
David Turnerd2b1f351999-12-16 23:11:37 +000031
Werner Lembergfebe3fb2000-03-05 01:14:19 +000032# EOF