HomeSort by: relevance | last modified time | path
    Searched refs:library (Results 1 - 25 of 111) sorted by relevancy

1 2 3 4 5

  /src/sys/arch/atari/stand/libsa/
Makefile 13 SA_AS= library
19 KERN_AS= library
  /src/sys/arch/bebox/stand/common/
Makefile 18 KERN_AS= library
23 Z_AS= library
28 SA_AS= library
  /src/sys/arch/news68k/stand/common/
Makefile 20 KERN_AS= library
25 Z_AS= library
30 SA_AS= library
  /src/sys/arch/prep/stand/common/
Makefile 18 KERN_AS= library
23 Z_AS= library
28 SA_AS= library
  /src/sys/arch/rs6000/stand/common/
Makefile 19 KERN_AS= library
24 Z_AS= library
29 SA_AS= library
  /src/sys/lib/libkern/
Makefile.inc 6 # KERNDST may be set to the location of the directory where library
8 # KERN_AS may be set to 'obj' to build a object from the library's
9 # object files. (Otherwise, a library will be built.)
11 # 'library' is used as a default value.
13 # Miscellaneous cpp flags to be passed to the library's Makefile
16 # Miscellaneous flags to be passed to the library's Makefile when
17 # building. See library's Makefile for more details about
25 KERN_AS?= library
64 @echo making sure the kern library is up to date...
65 .if (${KERN_AS} == "library")
    [all...]
  /src/sys/arch/acorn32/stand/lib/
Makefile.inc 6 # RISCOSDST may be set to the location of the directory where library
9 # Miscellaneous cpp flags to be passed to the library's Makefile
12 # Miscellaneous flags to be passed to the library's Makefile when
13 # building. See library's Makefile for more details about
34 @echo making sure the riscos library is up to date...
39 @echo cleaning the riscos library objects
44 @echo cleandiring the riscos library objects
49 @echo depending the riscos library objects
  /src/sys/arch/hppa/spmath/
Makefile.inc 27 @echo making sure the spmath library is up to date...
31 @echo making sure the profiled spmath library is up to date...
35 @echo cleaning the spmath library objects
41 @echo depending the spmath library objects
  /src/sys/arch/mvme68k/stand/libsa/
Makefile 22 SA_AS= library
28 KERN_AS= library
  /src/sys/arch/mvmeppc/stand/libsa/
Makefile 23 SA_AS= library
29 KERN_AS= library
  /src/sys/arch/i386/stand/lib/
Makefile.inc 6 # I386DST may be set to the location of the directory where library
9 # Miscellaneous cpp flags to be passed to the library's Makefile
12 # Miscellaneous flags to be passed to the library's Makefile when
13 # building. See library's Makefile for more details about
37 @echo making sure the i386 library is up to date...
42 @echo cleaning the i386 library objects
47 @echo cleandiring the i386 library objects
52 @echo depending the i386 library objects
  /src/sys/arch/ia64/stand/efi/libefi/
Makefile.inc 6 # EFIDST may be set to the location of the directory where library
9 # Miscellaneous cpp flags to be passed to the library's Makefile
12 # Miscellaneous flags to be passed to the library's Makefile when
13 # building. See library's Makefile for more details about
34 @echo making sure the efi library is up to date...
39 @echo cleaning the efi library objects
44 @echo cleandiring the efi library objects
50 @echo depending the efi library objects
  /src/sys/lib/libgnuefi/
Makefile.inc 6 # GNUEFIDST may be set to the location of the directory where library
8 # GNUEFI_AS may be set to 'obj' to build a object from the library's
9 # object files. (Otherwise, a library will be built.)
10 # Defaults to 'library'.
12 # Miscellaneous cpp flags to be passed to the library's Makefile
15 # Miscellaneous flags to be passed to the library's Makefile when
16 # building. See library's Makefile for more details about
21 GNUEFI_AS?= library
54 @echo making sure the gnuefi library is up to date...
55 .if (${GNUEFI_AS} == "library")
    [all...]
  /src/sys/lib/libz/
Makefile.inc 6 # ZDST may be set to the location of the directory where library
8 # Z_AS may be set to 'obj' to build a object from the library's
9 # object files. (Otherwise, a library will be built.)
10 # Defaults to 'library'.
12 # Miscellaneous cpp flags to be passed to the library's Makefile
15 # Miscellaneous flags to be passed to the library's Makefile when
16 # building. See library's Makefile for more details about
21 Z_AS?= library
49 @echo making sure the z library is up to date...
50 .if (${Z_AS} == "library")
    [all...]
  /src/sys/lib/libsa/
Makefile.inc 6 # SADST may be set to the location of the directory where library
8 # SA_AS may be set to 'obj' to build a object from the library's
9 # object files. (Otherwise, a library will be built.)
10 # Defaults to 'library'.
12 # Miscellaneous cpp flags to be passed to the library's Makefile
15 # Miscellaneous flags to be passed to the library's Makefile when
16 # building. See library's Makefile for more details about
21 SA_AS?= library
54 @echo making sure the sa library is up to date...
55 .if (${SA_AS} == "library")
    [all...]
  /src/sys/rump/kern/lib/libnv/
Makefile 9 COMMENT=Name/value pairs library
  /src/tests/libexec/ld.elf_so/
helper.mk 3 # Makefile fragment for building a helper library used by ld.elf_so
5 # No man page, no lint library, no static libraries of any sort.
  /src/sys/arch/x68k/stand/libsa/
Makefile 28 KERN_AS= library
33 Z_AS= library
38 SA_AS= library
  /src/tools/compat/
defs.mk.in 5 # the include files, without the library.
7 # This can be used when the library and include files have been installed
20 # If "yes" then do not use the library (but still use
46 # Use the installed (TOOLDIR) version of the library and headers by default
48 # Use library and includes by default.
52 # The library lives in the .OBJDIR.
61 # The library lives in TOOLDIR/lib.
  /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...]
archive.exp 40 begin library
43 Examining libgood.a...library...up-to-date.
44 Examining -lgood...library...up-to-date.
45 Examining library...nonexistent....PHONY node...out-of-date.
47 end library
  /src/sys/arch/evbarm/stand/boot2440/
Makefile 39 KERN_AS= library
44 Z_AS= library
49 SA_AS= library
  /src/sys/arch/ofppc/stand/ofwboot/
Makefile 51 KERN_AS= library
56 Z_AS= library
61 SA_AS= library
  /src/sys/arch/shark/stand/ofwboot/
Makefile 46 KERN_AS= library
51 Z_AS= library
56 SA_AS= library
  /src/sys/arch/zaurus/stand/zboot/
Makefile 38 KERN_AS= library
43 Z_AS= library
48 SA_AS= library

Completed in 20 milliseconds

1 2 3 4 5