Blame nss/cmd/sdrtest/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
CORE_DEPTH = ../..
Packit 40b132
Packit 40b132
# MODULE public and private header  directories are implicitly REQUIRED.
Packit 40b132
MODULE = nss
Packit 40b132
Packit 40b132
CSRCS = \
Packit 40b132
	sdrtest.c \
Packit 40b132
	$(NULL)
Packit 40b132
Packit 40b132
# headers for the MODULE (defined above) are implicitly required.
Packit 40b132
REQUIRES = dbm seccmd
Packit 40b132
Packit 40b132
# WINNT uses EXTRA_LIBS as the list of libs to link in.
Packit 40b132
# Unix uses     OS_LIBS for that purpose.
Packit 40b132
# We can solve this via conditional makefile code, but 
Packit 40b132
# can't do this in manifest.mn because OS_ARCH isn't defined there.
Packit 40b132
# So, look in the local Makefile for the defines for the list of libs.
Packit 40b132
Packit 40b132
PROGRAM = sdrtest
Packit 40b132
Packit 40b132
#USE_STATIC_LIBS = 1