代码搜索:modules
找到约 10,000 项符合「modules」的源代码
代码结果 10,000
www.eeworm.com/read/273765/10902326
ac configure.ac
# -*- Autoconf -*-
# Process this file with autoconf to produce a configure script.
AC_PREREQ(2.59)
AC_INIT(librecord2, 0.1, nan.ye@orange-ft.com)
AC_CON
www.eeworm.com/read/416120/11041391
am makefile.am
## Process this file with automake to produce Makefile.in
AM_CPPFLAGS = -I$(top_srcdir)/include -DFUSERMOUNT_DIR=\"$(bindir)\" \
-D_FILE_OFFSET_BITS=64 -D_REENTRANT -DFUSE_USE_VERSION=26
lib_LTLIBR
www.eeworm.com/read/465152/7058954
am makefile.am
## Process this file with automake to produce Makefile.in
AM_CPPFLAGS = -I$(top_srcdir)/include -DFUSERMOUNT_DIR=\"$(bindir)\" \
-D_FILE_OFFSET_BITS=64 -D_REENTRANT -DFUSE_USE_VERSION=26
lib_LTLIBR
www.eeworm.com/read/140582/5785431
alg_cryptoapi makefile.alg_cryptoapi
MOD_CRYPTOAPI := ipsec_cryptoapi.o
ifneq ($(wildcard $(TOPDIR)/include/linux/crypto.h),)
ALG_MODULES += $(MOD_CRYPTOAPI)
obj-$(CONFIG_IPSEC_ALG_CRYPTOAPI) += $(MOD_CRYPTOAPI)
static_init-func-$(CONFI
www.eeworm.com/read/124553/6045968
inc popups.inc
const
IDH_VALUE = 1000;
IDH_ERRORMESSAGE = 1001;
IDH_MODULES = 1002;
IDH_LOOKUP = 1003;
IDH_CLOSE = 1004;
IDH_HELP = 1005;
IDH_BROWSEMODULE = 1006;
IDH_FILENAMEMODULE = 100
www.eeworm.com/read/160303/5572833
alg_cryptoapi makefile.alg_cryptoapi
MOD_CRYPTOAPI := ipsec_cryptoapi.o
ifneq ($(wildcard $(TOPDIR)/include/linux/crypto.h),)
ALG_MODULES += $(MOD_CRYPTOAPI)
obj-$(CONFIG_IPSEC_ALG_CRYPTOAPI) += $(MOD_CRYPTOAPI)
static_init-func-$(CONFI
www.eeworm.com/read/152843/5657888
makefile
#
# Makefile for the linux kernel.
#
AFLAGS_head.o := -DKERNEL_RAM_ADDR=$(TEXTADDR)
# Object file lists.
obj-y := compat.o dma.o entry-armv.o entry-common.o irq.o \
process.o ptrace.o semapho
www.eeworm.com/read/367993/9720092
ac configure.ac
AC_PREREQ([2.53])
AC_INIT([gamp], [0.4])
AC_CONFIG_SRCDIR(src/main.c)
AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION)
AM_CONFIG_HEADER(config.h)
dnl ** Requirements **
GNOME_VFS_REQUIRED=2.5.
www.eeworm.com/read/244405/4511175
h jk_jnicb.h
/* DO NOT EDIT THIS FILE - it is machine generated */
#include
/* Header for class org_apache_tomcat_modules_server_JNIConnectionHandler */
#ifndef _Included_org_apache_tomcat_modules_server_
www.eeworm.com/read/162614/5526378
f90 namelist_use_only.f90
! { dg-do run }
! This tests the fix for PR22010, where namelists were not being written to
! and read back from modules. It checks that namelists from modules that are
! selected by an ONLY declarat