tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

unix-dev.mk (686B)


      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-2025 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 
     19 DEVEL_DIR := $(TOP_DIR)/devel
     20 
     21 include $(TOP_DIR)/builds/unix/unixddef.mk
     22 include $(TOP_DIR)/builds/compiler/gcc-dev.mk
     23 include $(TOP_DIR)/builds/link_std.mk
     24 
     25 
     26 # EOF