ref: 1a2908bbc0e4368d0e8a27b096aef62b6bc1d4b6
dir: /Makefile/
# # 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