You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

23 lines
352 B

#
# FreeType 2 build system -- top-level Makefile
#
# Project names
#
PROJECT := freetype
PROJECT_TITLE := FreeType
25 years ago
USE_MODULES := 1
25 years ago
# The variable TOP holds the path to the topmost directory in the project
# engine source hierarchy. If it is not defined, default it to `.'.
25 years ago
#
ifndef TOP
TOP := .
25 years ago
endif
include $(TOP)/builds/toplevel.mk
25 years ago
# EOF