Blame nss/tests/common/Makefile

Packit 40b132
#! gmake
Packit 40b132
#
Packit 40b132
# This Source Code Form is subject to the terms of the Mozilla Public
Packit 40b132
# License, v. 2.0. If a copy of the MPL was not distributed with this
Packit 40b132
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
Packit 40b132
Packit 40b132
CORE_DEPTH	= ../..
Packit 40b132
Packit 40b132
include $(CORE_DEPTH)/coreconf/config.mk
Packit 40b132
Packit 40b132
objdir_name:
Packit 40b132
	@echo $(OBJDIR_NAME)
Packit 40b132
Packit 40b132
os_arch:
Packit 40b132
	@echo $(OS_ARCH)
Packit 40b132
Packit 40b132
dll_prefix:
Packit 40b132
	@echo $(DLL_PREFIX)
Packit 40b132
Packit 40b132
dll_suffix:
Packit 40b132
	@echo $(DLL_SUFFIX)