freetype/Makefile

23 lines
352 B
Makefile
Raw Normal View History

#
# FreeType 2 build system -- top-level Makefile
#
2000-09-16 02:42:06 +04:00
# Project names
#
2000-09-16 02:42:06 +04:00
PROJECT := freetype
PROJECT_TITLE := FreeType
1999-12-17 02:11:37 +03:00
2000-09-16 02:42:06 +04:00
USE_MODULES := 1
1999-12-17 02:11:37 +03:00
2000-09-16 02:42:06 +04:00
# The variable TOP holds the path to the topmost directory in the project
# engine source hierarchy. If it is not defined, default it to `.'.
1999-12-17 02:11:37 +03:00
#
ifndef TOP
TOP := .
1999-12-17 02:11:37 +03:00
endif
2000-09-16 02:42:06 +04:00
include $(TOP)/builds/toplevel.mk
1999-12-17 02:11:37 +03:00
# EOF