shithub: freetype+ttf2subf

ref: b59bf7e5cc77baea94d172cdced6b39b7035c2b9
dir: /Makefile/

View raw version
#
# FreeType 2 build system -- top-level Makefile
#


# Project names
#
PROJECT := freetype
PROJECT_TITLE := FreeType

USE_MODULES := 1

# The variable TOP holds the path to the topmost directory in the project
# engine source hierarchy.  If it is not defined, default it to `.'.
#
ifndef TOP
  TOP := .
endif

include $(TOP)/builds/toplevel.mk

# EOF