代码搜索结果
找到约 3,568 项符合
Strip 的代码
.storage.o.flags
ifeq (usb-storage.o,$(strip $(subst $(comma),:,$(EXTRA_LDFLAGS) $(obj-y))))
FILES_FLAGS_UP_TO_DATE += storage.o
endif
makefile
AS =
AFLAGS =
CC = gcc
CFLAGS = -g
OBJDUMP = objdump
DUMFLAGS = -S
LD = ld
LDFLAGS = -r -o
SRCS = $(wildcard *.c)
#OBJS = $(patsubst %.c ,%.o , $(SRCS)) #error: the space between .c and ,
dlgconnect.cpp
// DlgConnect.cpp : implementation file
//
#include "stdafx.h"
#include "resource.h"
#include "DlgConnect.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __
makefile
INCLUDEDIR = -I/usr/src/linux/include
CFLAGS = -D__KERNEL__ -O3 -Wall $(INCLUDEDIR)
VER = $(shell awk -F\" '/REL/ {print $$2}' $(INCLUDEDIR)/linux/version.h)
OBJS = CL_FlashDrv.o NandSys.o
all :
@
raid0.h
#ifndef _RAID0_H
#define _RAID0_H
#include
struct strip_zone
{
sector_t zone_offset; /* Zone offset in md_dev */
sector_t dev_offset; /* Zone offset in real dev */
sector_t size
makefile.am
###########################################################################
#
# Some consistent rules for building asm files:
STRIP_FPIC = sh $(top_srcdir)/strip_fPIC.sh
SUFFIXES = .asm
.as
makefile.am
###########################################################################
#
# Some consistent rules for building asm files:
STRIP_FPIC = sh $(top_srcdir)/strip_fPIC.sh
SUFFIXES = .asm
.asm.lo:
$
makefile.am
###########################################################################
#
# Some consistent rules for building asm files:
STRIP_FPIC = sh $(top_srcdir)/strip_fPIC.sh
SUFFIXES = .asm
.as
cx24143_regs.c
/* cobra_reg.c */
/****************************************************************************
* Conexant QPSK driver (internal mode)
rules.make
#
# This file contains rules which are shared between multiple Makefiles.
#
#
# False targets.
#
.PHONY: dummy
#
# Special variables which should not be exported
#
unexport EXTRA_AFLAGS
unexport EXT