HomeSort by: relevance | last modified time | path
    Searched defs:library (Results 1 - 4 of 4) sorted by relevancy

  /src/usr.bin/make/unit-tests/
archive.mk 31 @${MAKE} -f ${MAKEFILE} set-up-library
32 @${MAKE} -f ${MAKEFILE} -dm library 2>&1 \
35 @${MAKE} -f ${MAKEFILE} tear-down-library
87 set-up-library: .PHONY
89 @echo "not a library" > libbad.a
91 @echo "begin library"
93 .if make(library)
97 # The two lines for libgood contain the word "library", the two lines for
102 # expect: Examining libgood.a...library...up-to-date.
103 # expect: Examining -lgood...library...up-to-date
104 library: .PHONY libbad.a -lbad libgood.a -lgood target
    [all...]
  /src/sys/arch/m68k/fpsp/
Makefile 55 # For the Library Version:
238 # For making a library version of the FPSP:
240 library: $(LIB_TARGET) target
249 # The entry points to the library version are created here
259 # aren't needed in the library version. Beware that changes in
  /src/usr.bin/make/
suff.c 97 * Suff_AddLib Mark the given suffix as denoting a library.
160 * This suffix marks library files. Their search path ends up in the
163 bool library:1; member in struct:Suffix
454 suff->library = false;
483 nullSuff->library = false;
862 if (suff->library)
898 * Add the given suffix as a type of file which is a library.
908 suff->library = true;
1624 * If the node is a library, it is the arch module's job to find it
1644 * Because a library (-lfoo) target doesn't follow the standar
    [all...]
  /src/libexec/ld.elf_so/
rtld.h 136 char *library[RTLD_MAX_LIBRARY]; member in struct:_rtld_library_xform_t::__anon996f76c90108

Completed in 35 milliseconds