🛠️🐜 Antkeeper superbuild with dependencies included https://antkeeper.com
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.

26 lines
686 B

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