1# 2# FreeType 2 Configuration rules for Unix + GCC 3# 4# Development version without optimizations & libtool 5# and no installation. 6# 7 8 9# Copyright (C) 1996-2023 by 10# David Turner, Robert Wilhelm, and Werner Lemberg. 11# 12# This file is part of the FreeType project, and may only be used, modified, 13# and distributed under the terms of the FreeType project license, 14# LICENSE.TXT. By continuing to use, modify, or distribute this file you 15# indicate that you have read the license and understand and accept it 16# fully. 17 18 19DEVEL_DIR := $(TOP_DIR)/devel 20 21include $(TOP_DIR)/builds/unix/unixddef.mk 22include $(TOP_DIR)/builds/compiler/gcc-dev.mk 23include $(TOP_DIR)/builds/link_std.mk 24 25 26# EOF 27