2000-03-05 02:14:19 +01:00
|
|
|
#
|
|
|
|
# FreeType 2 build system -- top-level Makefile
|
|
|
|
#
|
|
|
|
|
|
|
|
|
2000-10-17 05:38:43 +02:00
|
|
|
# Copyright 1996-2000 by
|
|
|
|
# David Turner, Robert Wilhelm, and Werner Lemberg.
|
|
|
|
#
|
|
|
|
# This file is part of the FreeType project, and may only be used, modified,
|
|
|
|
# and distributed under the terms of the FreeType project license,
|
|
|
|
# LICENSE.TXT. By continuing to use, modify, or distribute this file you
|
|
|
|
# indicate that you have read the license and understand and accept it
|
|
|
|
# fully.
|
|
|
|
|
|
|
|
|
2000-09-16 00:42:06 +02:00
|
|
|
# Project names
|
2000-03-05 02:14:19 +01:00
|
|
|
#
|
2000-09-16 00:42:06 +02:00
|
|
|
PROJECT := freetype
|
|
|
|
PROJECT_TITLE := FreeType
|
1999-12-17 00:11:37 +01:00
|
|
|
|
2000-09-16 00:42:06 +02:00
|
|
|
USE_MODULES := 1
|
1999-12-17 00:11:37 +01:00
|
|
|
|
2000-09-16 00:42:06 +02:00
|
|
|
# The variable TOP holds the path to the topmost directory in the project
|
2000-03-05 02:14:19 +01:00
|
|
|
# engine source hierarchy. If it is not defined, default it to `.'.
|
1999-12-17 00:11:37 +01:00
|
|
|
#
|
|
|
|
ifndef TOP
|
2000-03-05 02:14:19 +01:00
|
|
|
TOP := .
|
1999-12-17 00:11:37 +01:00
|
|
|
endif
|
|
|
|
|
2000-09-16 00:42:06 +02:00
|
|
|
include $(TOP)/builds/toplevel.mk
|
1999-12-17 00:11:37 +01:00
|
|
|
|
2000-03-05 02:14:19 +01:00
|
|
|
# EOF
|