manifest.mn (613B)
1 # 2 # This Source Code Form is subject to the terms of the Mozilla Public 3 # License, v. 2.0. If a copy of the MPL was not distributed with this 4 # file, You can obtain one at http://mozilla.org/MPL/2.0/. 5 CORE_DEPTH = ../.. 6 DEPTH = ../.. 7 MODULE = nss 8 9 LIBRARY_NAME = gtestutil 10 SHARED_LIBRARY = $(NULL) 11 12 ifeq ($(NSS_BUILD_UTIL_ONLY),1) 13 CPPSRCS = gtests-util.cc 14 else 15 CPPSRCS = gtests.cc 16 endif 17 18 INCLUDES += -I$(CORE_DEPTH)/gtests/google_test/gtest/include \ 19 -I$(CORE_DEPTH)/gtests/common \ 20 -I$(CORE_DEPTH)/cpputil 21 22 REQUIRES = gtest 23 24 EXTRA_LIBS = $(DIST)/lib/$(LIB_PREFIX)gtest.$(LIB_SUFFIX)