Home
last modified time | relevance | path

Searched +full:install +full:- +full:module (Results 1 – 25 of 1038) sorted by relevance

12345678910>>...42

/netbsd-src/external/gpl3/binutils/dist/
H A DMakefile.def7 // Copyright 2002-2022 Free Software Foundation
24 // "missing" indicates that that module doesn't supply
27 build_modules= { module= libiberty; };
28 build_modules= { module= bison; };
29 build_modules= { module= flex; };
30 build_modules= { module= m4; };
31 build_modules= { module= texinfo; };
32 build_modules= { module= fixincludes; };
33 build_modules= { module= libcpp;
34 extra_configure_flags='--disable-nls am_cv_func_iconv=no';};
[all …]
H A DMakefile.tpl1 [+ AutoGen5 template -*- Mode: Makefile -*-
35 # -------------------------------
36 # Standard Autoconf-set variables
37 # -------------------------------
86 INSTALL = @INSTALL@
96 # -------------------------------------------------
97 # Miscellaneous non-standard autoconf-set variables
98 # -------------------------------------------------
122 BUILD_CONFIGARGS = @build_configargs@ --with-build-subdir="$(BUILD_SUBDIR)"
140 # re-runs configure.
[all …]
/netbsd-src/external/gpl3/binutils.old/dist/
H A DMakefile.def7 // Copyright 2002-2021 Free Software Foundation
24 // "missing" indicates that that module doesn't supply
27 build_modules= { module= libiberty; };
28 build_modules= { module= bison; };
29 build_modules= { module= flex; };
30 build_modules= { module= m4; };
31 build_modules= { module= texinfo; };
32 build_modules= { module= fixincludes; };
33 build_modules= { module= libcpp;
34 extra_configure_flags='--disable-nls am_cv_func_iconv=no';};
[all …]
H A DMakefile.tpl1 [+ AutoGen5 template -*- Mode: Makefile -*-
35 # -------------------------------
36 # Standard Autoconf-set variables
37 # -------------------------------
86 INSTALL = @INSTALL@
96 # -------------------------------------------------
97 # Miscellaneous non-standard autoconf-set variables
98 # -------------------------------------------------
122 BUILD_CONFIGARGS = @build_configargs@ --with-build-subdir="$(BUILD_SUBDIR)"
140 # re-runs configure.
[all …]
/netbsd-src/external/gpl3/gcc/dist/
H A DMakefile.def7 // Copyright 2002-2021 Free Software Foundation
24 // "missing" indicates that that module doesn't supply
27 build_modules= { module= libiberty; };
28 build_modules= { module= bison; };
29 build_modules= { module= flex; };
30 build_modules= { module= m4; };
31 build_modules= { module= texinfo; };
32 build_modules= { module= fixincludes; };
33 build_modules= { module= libcpp;
34 extra_configure_flags='--disable-nls am_cv_func_iconv=no';};
[all …]
H A DMakefile.tpl1 [+ AutoGen5 template -*- Mode: Makefile -*-
35 # -------------------------------
36 # Standard Autoconf-set variables
37 # -------------------------------
86 INSTALL = @INSTALL@
96 # -------------------------------------------------
97 # Miscellaneous non-standard autoconf-set variables
98 # -------------------------------------------------
122 BUILD_CONFIGARGS = @build_configargs@ --with-build-subdir="$(BUILD_SUBDIR)"
140 # re-runs configure.
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/
H A DMakefile.def7 // Copyright 2002-2019 Free Software Foundation
24 // "missing" indicates that that module doesn't supply
27 build_modules= { module= libiberty; };
28 build_modules= { module= bison; };
29 build_modules= { module= flex; };
30 build_modules= { module= m4; };
31 build_modules= { module= texinfo; };
32 build_modules= { module= fixincludes; };
33 build_modules= { module= libcpp;
34 extra_configure_flags='--disable-nls am_cv_func_iconv=no';};
[all …]
H A DMakefile.tpl1 [+ AutoGen5 template -*- Mode: Makefile -*-
35 # -------------------------------
36 # Standard Autoconf-set variables
37 # -------------------------------
86 INSTALL = @INSTALL@
96 # -------------------------------------------------
97 # Miscellaneous non-standard autoconf-set variables
98 # -------------------------------------------------
122 BUILD_CONFIGARGS = @build_configargs@ --with-build-subdir="$(BUILD_SUBDIR)"
140 # re-runs configure.
[all …]
/netbsd-src/crypto/external/bsd/openssl/dist/
H A DNOTES-PERL.md4 - [General Notes](#general-notes)
5 - [Perl on Windows](#perl-on-windows)
6 - [Perl on VMS](#perl-on-vms)
7 - [Perl on NonStop](#perl-on-nonstop)
8 - [Required Perl modules](#required-perl-modules)
9 - [Notes on installing a Perl module](#notes-on-installing-a-perl-module])
12 -------------
18 However, if you install Perl as binary packages, the outcome might
23 - on Linux distributions based on Debian, the package `perl` will
24 install the core Perl modules as well, so you will be fine.
[all …]
H A DREADME-FIPS.md4 This release of OpenSSL includes a cryptographic module that can be
5 FIPS validated. The module is implemented as an OpenSSL provider.
6 A provider is essentially a dynamically loadable module which implements
7 cryptographic algorithms, see the [README-PROVIDERS](README-PROVIDERS.md) file
10 A cryptographic module is only FIPS validated after it has gone through the complex
13 If you need a FIPS validated module then you must ONLY generate a FIPS provider
29 the `enable-fips` option.
47 make, make test, make install) as described in the [INSTALL](INSTALL.md) file.
51 $ make install
53 effectively executes the following install targets
[all …]
/netbsd-src/crypto/external/bsd/openssl.old/dist/
H A DNOTES.PERL4 - Notes on Perl
5 - Notes on Perl on Windows
6 - Notes on Perl modules we use
7 - Notes on installing a perl module
10 -------------
16 However, if you install Perl as binary packages, the outcome might
21 - on Linux distributions based on Debian, the package 'perl' will
22 install the core Perl modules as well, so you will be fine.
23 - on Linux distributions based on RPMs, you will need to install
24 'perl-core' rather than just 'perl'.
[all …]
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man5/
H A Dfips_config.pod5 fips_config - OpenSSL FIPS configuration
10 is used to hold information about the FIPS module. This includes a digest
11 of the shared library file, and status about the self-testing.
12 This data is used automatically by the module itself for two
17 =item - Run the startup FIPS self-test known answer tests (KATS).
20 run each time the module is used.
22 =item - Verify the module's checksum.
24 This is done each time the module is used.
28 This file is generated by the L<openssl-fipsinstall(1)> program, and
29 used internally by the FIPS module during its initialization.
[all …]
/netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/passwd/
H A DMakefile5 LDAP_INC = -I$(LDAP_BUILD)/include -I$(LDAP_SRC)/include -I$(LDAP_SRC)/servers/slapd
10 INSTALL = /usr/bin/install macro
12 OPT = -g -O2
17 PROGRAMS = pw-kerberos.la pw-netscape.la pw-radius.la pw-apr1.la
18 MANPAGES = slapd-pw-radius.5
34 $(LIBTOOL) --mode=compile $(CC) $(CFLAGS) $(OPT) $(CPPFLAGS) $(DEFS) $(INCS) -c $<
38 pw-kerberos.la: kerberos.lo
39 $(LIBTOOL) --mode=link $(CC) $(LDFLAGS) -version-info $(LTVER) \
40 -rpath $(moduledir) -module -o $@ $? -lkrb5
42 pw-netscape.la: netscape.lo
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A DMake-lang.in1 # Top level -*- makefile -*- fragment for GNU C++.
2 # Copyright (C) 1994-2022 Free Software Foundation, Inc.
24 # foo.install-common, foo.install-man, foo.install-info, foo.install-pdf,
25 # foo.install-html, foo.info, foo.dvi, foo.pdf, foo.html, foo.uninstall,
27 # foo.maintainer-clean, foo.stage1, foo.stage2, foo.stage3, foo.stage4
33 # - making any compiler driver (eg: g++)
34 # - the compiler proper (eg: cc1plus)
35 # - define the names for selecting the language in LANGUAGES.
40 CXX_TARGET_INSTALL_NAME := $(target_noncanonical)-$(shell echo c++|sed '$(program_transform_name)')
41 GXX_TARGET_INSTALL_NAME := $(target_noncanonical)-$(shell echo g++|sed '$(program_transform_name)')
[all …]
/netbsd-src/crypto/external/bsd/openssl/dist/include/openssl/
H A Dfips_names.h2 * Copyright 2019-2021 The OpenSSL Project Authors. All Rights Reserved.
23 * The calculated MAC of the module file (Used for FIPS Self Testing)
26 # define OSSL_PROV_FIPS_PARAM_MODULE_MAC "module-mac"
28 * A version number for the fips install process (Used for FIPS Self Testing)
31 # define OSSL_PROV_FIPS_PARAM_INSTALL_VERSION "install-version"
33 * The calculated MAC of the install status indicator (Used for FIPS Self Testing)
36 # define OSSL_PROV_FIPS_PARAM_INSTALL_MAC "install-mac"
38 * The install status indicator (Used for FIPS Self Testing)
41 # define OSSL_PROV_FIPS_PARAM_INSTALL_STATUS "install-status"
45 * the module entering an error state.
[all …]
/netbsd-src/share/man/man7/
H A Dmodule.71 .\" $NetBSD: module.7,v 1.9 2020/07/13 13:42:51 pgoyette Exp $
31 .Nm module
46 module can be loaded automatically when an
52 When a module is no longer needed, it can be automatically unloaded.
54 An in-kernel linker resolves symbol references between the module
72 .Sh MODULE CLASSES
78 Many device drivers can be loaded as a kernel module.
81 These need to be created manually, after the driver module has been
91 emulation module also be loaded.
94 well-defined or well-used interfaces for extension.
[all …]
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
H A DMakefile.am3 # Copyright (C) 2004-2006 Free Software Foundation, Inc.
11 # Generated by gnulib-tool.
12-tool --import --dir=gettext-tools --local-dir=gnulib-local --lib=libgettextlib --source-base=gnul…
34 ## begin gnulib module alloca-opt
43 } > $@-t
44 mv -f $@-t $@
45 MOSTLYCLEANFILES += alloca.h alloca.h-t
49 ## end gnulib module alloca-opt
51 ## begin gnulib module allocsa
57 ## end gnulib module allocsa
[all …]
/netbsd-src/external/bsd/top/dist/
H A DREADME32 sites would have to install this program in the same way that programs
36 permissions needed by the top binary, and a "make install" as root
38 the binary be installed with set-group-id privileges and, in rare
39 cases, set-user-id to root.
44 internal commands are totally secure. IF YOU INSTALL top SET-USER-ID
50 different architecture requires only adding a module. These modules
52 automatically determines which module is approproate. However, it may
53 not be able to determine what the correct module is. This can happen
54 either because it doesn't know about the system or there is no module
55 to support the system. In the former case, if you know which module
[all …]
H A DMakefile.in38 INSTALL=@INSTALL@
44 DEFAULT_INCLUDES = -I. -I$(srcdir)
48 LINK = $(CC) $(CFLAGS) $(LDFLAGS) -o $(BINARY)
56 # explicit dependency for the module appropriate to this machine
57 m_@MODULE@.o: $(srcdir)/machine/m_@MODULE@.c
58 $(COMPILE) $(MODULE_CFLAGS) -o $@ -c $(srcdir)/machine/m_@MODULE@.c
61 $(AWK) -f $(srcdir)/sigconv.awk $(SIGNAL) >sigdesc.h
65 install-man: $(MANPAGE)
66 mkdir -p $(DESTDIR)$(mandir)/man1
71 -rm -f $(PROGRAM) $(OBJ) $(CLEAN_SRC) $(CLEAN_EXTRA)
[all …]
/netbsd-src/share/mk/
H A Dbsd.lua.mk14 # LUA_SRCS.mod sources for each module (by default: "${mod:S/./_/g}.lua")
17 # DPADD.mod additional dependencies for a specific module
39 # install .lua modules there which would mean slightly less duplication
41 # being installed so we just install everything under /usr/lib/lua/5.4/
53 realinstall: .PHONY lua-install
54 realall: .PHONY lua-all
55 lint: .PHONY lua-lint
57 lua-install: .PHONY
59 lua-all: .PHONY
61 lua-lint: .PHONY
[all …]
/netbsd-src/sys/external/bsd/drm/dist/
H A DREADME6 (libdrm.so) and kernel/hardware-specific device modules (such as radeon.ko).
8 be built from the git tree by developers and bleeding-edge testers of
9 non-Intel hardware. The Intel kernel modules are developed in the Linux
14 ---------
16 By default, libdrm and the DRM header files will install into /usr/local/.
17 If you want to install this DRM to replace your system copy, say:
19 ./configure --prefix=/usr --exec-prefix=/
22 make install
25 To build the device-specific kernel modules from the git tree:
27 cd linux-core/
[all …]
/netbsd-src/external/mit/expat/dist/
H A DREADME.md3 [![Packaging status](https://repology.org/badge/tiny-repos/expat.svg)](https://repology.org/metapac…
12 Expat is a stream-oriented XML parser. This means that you register
20 - GNU GCC >=4.5
21 - LLVM Clang >=3.5
22 - Microsoft Visual Studio >=15.0/2017 (rolling `${today} minus 5 years`)
25 [`expat-win32bin-*.*.*.{exe,zip}` download](https://github.com/libexpat/libexpat/releases),
26 which includes both pre-compiled libraries and executables, and source code for
29 Expat is [free software](https://www.gnu.org/philosophy/free-sw.en.html).
37 ## Using libexpat in your CMake-Based Project
41 ### a) Module Mode
[all …]
/netbsd-src/crypto/external/bsd/openssl/dist/apps/
H A Dfipsinstall.c2 * Copyright 2019-2021 The OpenSSL Project Authors. All Rights Reserved.
47 {"help", OPT_HELP, '-', "Display this summary"},
48 {"verify", OPT_VERIFY, '-',
50 {"module", OPT_MODULE, '<', "File name of the provider module"},
54 {"no_conditional_errors", OPT_NO_CONDITIONAL_ERRORS, '-',
55 "Disable the ability of the fips module to enter an error state if"
57 {"no_security_checks", OPT_NO_SECURITY_CHECKS, '-',
58 "Disable the run-time FIPS security checks in the module"},
59 {"self_test_onload", OPT_SELF_TEST_ONLOAD, '-',
60 "Forces self tests to always run on module load"},
[all …]
/netbsd-src/tools/
H A DMakefile.gnuhost3 # Rules used when building a GNU host package. Expects MODULE to be set.
6 # available configuration options. To be as low-overhead as possible,
9 # * Configuration is only re-run when an autoconf source file (such as
13 # autoconf-parsed file (such as Makefile.in) is changed.
15 # * If MKUPDATE != "no", "make install" is only run if a build has happened
16 # since the last install in the current directory.
20 # Disable use of pre-compiled headers on Darwin.
21 BUILD_OSTYPE!= uname -s
22 HOST_COMPILER_CLANG!= if ${HOST_CC} --version | grep -q -s clang; then echo yes; else echo no; fi
24 HOST_CFLAGS+=-O2 -no-cpp-precomp
[all …]
/netbsd-src/external/bsd/unbound/dist/
H A DMakefile.in59 CPPFLAGS=-I. @CPPFLAGS@
60 PYTHON_CPPFLAGS=-I. -I$(srcdir) @PYTHON_CPPFLAGS@
61 CFLAGS=-DSRCDIR=$(srcdir) @CFLAGS@
79 …S=+quiet -weak -warnposix -unrecog -Din_addr_t=uint32_t -Du_int=unsigned -Du_char=uint8_t -preproc…
80 #-Dglob64=glob -Dglobfree64=globfree
82-DBN_ULONG=unsigned long" -Dkrb5_int32=int "-Dkrb5_ui_4=unsigned int" -DPQ_64BIT=uint64_t -DRC4_IN…
86 LINTFLAGS+="-Dsigset_t=long"
88-D__uint16_t=uint16_t" "-DEVP_PKEY_ASN1_METHOD=int" "-D_RuneLocale=int" "-D__va_list=va_list" "-D_…
92 INSTALL=$(SHELL) $(srcdir)/install-sh
110 SUBNET_SRC=edns-subnet/edns-subnet.c edns-subnet/subnetmod.c edns-subnet/addrtree.c edns-subnet/sub…
[all …]

12345678910>>...42