manifest.mn (722B)
1 # This Source Code Form is subject to the terms of the Mozilla Public 2 # License, v. 2.0. If a copy of the MPL was not distributed with this 3 # file, You can obtain one at http://mozilla.org/MPL/2.0/. 4 5 CORE_DEPTH = ../.. 6 7 # MODULE public and private header directories are implicitly REQUIRED. 8 MODULE = nss 9 10 ifdef ZLIB_INCLUDE_DIR 11 INCLUDES += -I$(ZLIB_INCLUDE_DIR) 12 endif 13 14 # This next line is used by .mk files 15 # and gets translated into $LINCS in manifest.mnw 16 # The MODULE is always implicitly required. 17 # Listing it here in REQUIRES makes it appear twice in the cc command line. 18 REQUIRES = seccmd dbm 19 20 # DIRS = 21 22 CSRCS = tstclnt.c 23 DEFINES += -DDLL_PREFIX=\"$(DLL_PREFIX)\" -DDLL_SUFFIX=\"$(DLL_SUFFIX)\" 24 25 PROGRAM = tstclnt 26