manifest.mn (646B)
1 # 2 # This Source Code Form is subject to the terms of the Mozilla Public 3 # License, v. 2.0. If a copy of the MPL was not distributed with this 4 # file, You can obtain one at http://mozilla.org/MPL/2.0/. 5 6 CORE_DEPTH = ../.. 7 8 # MODULE public and private header directories are implicitly REQUIRED. 9 MODULE = nss 10 11 CSRCS = \ 12 baddbdir.c \ 13 conflict.c \ 14 dertimetest.c \ 15 encodeinttest.c \ 16 nonspr10.c \ 17 remtest.c \ 18 secmodtest.c \ 19 $(NULL) 20 21 # The MODULE is always implicitly required. 22 # Listing it here in REQUIRES makes it appear twice in the cc command line. 23 REQUIRES = seccmd dbm 24 25 PROGRAMS = $(CSRCS:.c=) 26 27 TARGETS = $(PROGRAMS) 28 29 NO_MD_RELEASE = 1