* Makefile, configure, */*.mk, builds/unix/unix-def.in,

docs/CHANGES, docs/INSTALL: s/TOP/TOP_DIR/.
This commit is contained in:
Werner Lemberg
2002-06-14 08:09:25 +00:00
parent 2bf2376ced
commit 89df58f8e6
38 changed files with 149 additions and 144 deletions

View File

@@ -20,13 +20,13 @@ PROJECT_TITLE := FreeType
USE_MODULES := 1
# The variable TOP holds the path to the topmost directory in the project
# The variable TOP_DIR holds the path to the topmost directory in the project
# engine source hierarchy. If it is not defined, default it to `.'.
#
ifndef TOP
TOP := .
ifndef TOP_DIR
TOP_DIR := .
endif
include $(TOP)/builds/toplevel.mk
include $(TOP_DIR)/builds/toplevel.mk
# EOF