Searched refs:library (Results 1 - 25 of 139) sorted by relevance

123456

/src/sys/arch/atari/stand/libsa/
H A DMakefile13 SA_AS= library
19 KERN_AS= library
/src/sys/arch/bebox/stand/common/
H A DMakefile18 KERN_AS= library
23 Z_AS= library
28 SA_AS= library
/src/sys/arch/prep/stand/common/
H A DMakefile18 KERN_AS= library
23 Z_AS= library
28 SA_AS= library
/src/sys/arch/rs6000/stand/common/
H A DMakefile19 KERN_AS= library
24 Z_AS= library
29 SA_AS= library
/src/sys/arch/news68k/stand/common/
H A DMakefile20 KERN_AS= library
25 Z_AS= library
30 SA_AS= library
/src/sys/arch/mvme68k/stand/libsa/
H A DMakefile22 SA_AS= library
28 KERN_AS= library
/src/sys/arch/mvmeppc/stand/libsa/
H A DMakefile23 SA_AS= library
29 KERN_AS= library
/src/sys/lib/libkern/
H A DMakefile.inc6 # 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/sparc/stand/
H A DMakefile.buildboot48 KERN_AS= library
54 Z_AS= library
60 SA_AS= library
/src/sys/arch/ia64/stand/ia64/
H A DMakefile.booters31 KERN_AS= library
36 Z_AS= library
41 SA_AS= library
/src/sys/arch/landisk/stand/
H A DMakefile.bootprogs35 SA_AS= library
41 KERN_AS= library
46 Z_AS= library
/src/sys/arch/hppa/spmath/
H A DMakefile.inc27 @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/i386/stand/lib/
H A DMakefile.inc6 # 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/
H A DMakefile.inc6 # 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/arch/acorn32/stand/lib/
H A DMakefile.inc6 # 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/external/bsd/compiler_rt/dist/lib/sanitizer_common/scripts/
H A Dgen_dynamic_list.py64 def get_global_functions(library):
67 nm_proc = subprocess.Popen([nm, library], stdout=subprocess.PIPE,
92 for library in args.libraries:
93 all_functions.extend(get_global_functions(library))
104 # We have to avoid exporting the interceptors for versioned library
/src/sys/rump/kern/lib/libnv/
H A DMakefile9 COMMENT=Name/value pairs library
/src/tests/libexec/ld.elf_so/
H A Dhelper.mk3 # 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/lib/libgnuefi/
H A DMakefile.inc6 # 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/libsa/
H A DMakefile.inc6 # 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/lib/libz/
H A DMakefile.inc6 # 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/arch/x68k/stand/libsa/
H A DMakefile28 KERN_AS= library
33 Z_AS= library
38 SA_AS= library
/src/tools/compat/
H A Ddefs.mk.in5 # 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/
H A Darchive.mk31 @${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
104 library: .PHONY libbad.a -lbad libgood.a -lgood target
[all...]
H A Darchive.exp40 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

Completed in 12 milliseconds

123456