Skip to content

Commit

Permalink
Add freetype-2.10.1 Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
1bsyl committed Feb 12, 2020
1 parent 8373312 commit dba5791
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions external/freetype-2.10.1/Makefile
@@ -0,0 +1,34 @@
#
# FreeType 2 build system -- top-level Makefile
#


# Copyright (C) 1996-2020 by
# David Turner, Robert Wilhelm, and Werner Lemberg.
#
# This file is part of the FreeType project, and may only be used, modified,
# and distributed under the terms of the FreeType project license,
# LICENSE.TXT. By continuing to use, modify, or distribute this file you
# indicate that you have read the license and understand and accept it
# fully.


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

# 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 `.'.
#
TOP_DIR ?= .

# The variable OBJ_DIR gives the location where object files and the
# FreeType library are built.
#
OBJ_DIR ?= $(TOP_DIR)/objs


include $(TOP_DIR)/builds/toplevel.mk

# EOF

0 comments on commit dba5791

Please sign in to comment.