代码搜索结果

找到约 3,568 项符合 Strip 的代码

.idedriver-pci.o.flags

ifeq (,$(strip $(subst $(comma),:,$(EXTRA_LDFLAGS) $(obj-y)))) FILES_FLAGS_UP_TO_DATE += idedriver-pci.o endif

.idedriver-legacy.o.flags

ifeq (,$(strip $(subst $(comma),:,$(EXTRA_LDFLAGS) $(obj-y)))) FILES_FLAGS_UP_TO_DATE += idedriver-legacy.o endif

.idedriver-ppc.o.flags

ifeq (,$(strip $(subst $(comma),:,$(EXTRA_LDFLAGS) $(obj-y)))) FILES_FLAGS_UP_TO_DATE += idedriver-ppc.o endif

.wireless_net.o.flags

ifeq (,$(strip $(subst $(comma),:,$(EXTRA_LDFLAGS) $(obj-y)))) FILES_FLAGS_UP_TO_DATE += wireless_net.o endif

pfil_parse_3.cc

// file: param_parse_3.cc // // isip include files // #include "param_file.h" #include "param_file_constants.h" // system include files // #include // method: full_strip_cc // // argume

makefile

# # This file is subject to the terms and conditions of the GNU General Public # License. See the file "COPYING" in the main directory of this archive # for more details. # # Copyright (C) 1995, 1998

.math-emu.o.flags

ifeq (,$(strip $(subst $(comma),:,$(EXTRA_LDFLAGS) $(obj-y)))) FILES_FLAGS_UP_TO_DATE += math-emu.o endif

getipdlg.cpp

// GetIPDlg.cpp : implementation file // #include "stdafx.h" #include "GetIP.h" #include "GetIPDlg.h" #include #include #ifdef _DEBUG #define new DEBUG_NEW #undef T

makefile

CROSS = /opt/host/armv4l/bin/armv4l-unknown-linux- CC = $(CROSS)gcc AR = $(CROSS)ar STRIP = $(CROSS)strip EXEC_PUT = gpio_test OBJS_PUT = gpio_test.o all: $(EXEC_PUT) $(EXEC_PUT): $(OBJS_PUT) $(CC)