Blame nss/cmd/ecperf/manifest.mn

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
DEPTH	= ../..
Packit 40b132
CORE_DEPTH = ../..
Packit 40b132
Packit 40b132
# MODULE public and private header  directories are implicitly REQUIRED.
Packit 40b132
MODULE = nss
Packit 40b132
Packit 40b132
INCLUDES += -I$(CORE_DEPTH)/nss/lib/softoken
Packit 40b132
Packit 40b132
# This next line is used by .mk files
Packit 40b132
# and gets translated into $LINCS in manifest.mnw
Packit 40b132
REQUIRES = dbm seccmd 
Packit 40b132
Packit 40b132
# DIRS = 
Packit 40b132
Packit 40b132
CSRCS	= ecperf.c 
Packit 40b132
Packit 40b132
PROGRAM	= ecperf
Packit 40b132
Packit 40b132
USE_STATIC_LIBS = 1