michael@0: #! gmake michael@0: # michael@0: # This Source Code Form is subject to the terms of the Mozilla Public michael@0: # License, v. 2.0. If a copy of the MPL was not distributed with this michael@0: # file, You can obtain one at http://mozilla.org/MPL/2.0/. michael@0: michael@0: CORE_DEPTH = .. michael@0: DEPTH = .. michael@0: michael@0: include manifest.mn michael@0: include $(CORE_DEPTH)/coreconf/config.mk michael@0: michael@0: ifdef BUILD_LIBPKIX_TESTS michael@0: DIRS += libpkix michael@0: endif michael@0: michael@0: ifeq ($(NSS_BUILD_WITHOUT_SOFTOKEN),1) michael@0: BLTEST_SRCDIR = michael@0: FIPSTEST_SRCDIR = michael@0: SHLIBSIGN_SRCDIR = michael@0: else michael@0: BLTEST_SRCDIR = bltest michael@0: FIPSTEST_SRCDIR = fipstest michael@0: SHLIBSIGN_SRCDIR = shlibsign michael@0: endif michael@0: michael@0: LOWHASHTEST_SRCDIR= michael@0: ifeq ($(FREEBL_LOWHASH),1) michael@0: LOWHASHTEST_SRCDIR = lowhashtest # Add the lowhashtest directory to DIRS. michael@0: endif michael@0: michael@0: INCLUDES += \ michael@0: -I$(DIST)/../public/security \ michael@0: -I./include \ michael@0: $(NULL) michael@0: michael@0: include $(CORE_DEPTH)/coreconf/rules.mk michael@0: michael@0: symbols:: michael@0: @echo "TARGETS = $(TARGETS)"