tor-browser

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

Makefile.in (586B)


      1 # This Source Code Form is subject to the terms of the Mozilla Public
      2 # License, v. 2.0. If a copy of the MPL was not distributed with this file,
      3 # You can obtain one at http://mozilla.org/MPL/2.0/.
      4 
      5 ifdef COMPILE_ENVIRONMENT
      6 
      7 include ../webidlsrcs.mk
      8 
      9 # $(test_sources) comes from webidlsrcs.mk.
     10 # TODO Update this variable in backend.mk.
     11 CPPSRCS += $(addprefix ../,$(test_sources))
     12 
     13 # Include rules.mk before any of our targets so our first target is coming from
     14 # rules.mk and running make with no target in this dir does the right thing.
     15 include $(topsrcdir)/config/rules.mk
     16 
     17 endif