代码搜索结果

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

makefile.in

# Override the default uClibc configuration ifeq ($(strip $(BR2_TARGET_AMD_ALCHEMY_DBAU1500)),y) include target/device/AMD/DBAu1500/Makefile.in include target/device/AMD/DBAu1500/linux.mk endif

project_test3.py

#!/usr/bin/python from BoostBuild import Tester, List import os from string import strip t = Tester(translate_suffixes=0) # First check some startup t.set_tree("project-test3") os.remove(

makefile.in

# # uCsim z80.src/Makefile # # (c) Drotos Daniel, Talker Bt. 1997 # STARTYEAR = 1997 SHELL = /bin/sh CXX = @CXX@ CPP = @CPP@ CXXCPP = @CXXCPP@ RANLIB = @RANLIB@ INSTALL = @INSTALL@ STRIP = @S

makefile.in

# # uCsim s51.src/Makefile # # (c) Drotos Daniel, Talker Bt. 1997 # STARTYEAR = 1997 SHELL = /bin/sh CXX = @CXX@ CPP = @CPP@ CXXCPP = @CXXCPP@ RANLIB = @RANLIB@ INSTALL = @INSTALL@ STRIP = @S

project_test3.py

#!/usr/bin/python from BoostBuild import Tester, List import os from string import strip t = Tester(translate_suffixes=0) # First check some startup t.set_tree("project-test3") os.remove(

makefile

CFLAGS = -g -I../server/nanox LDFLAGS = -g -L../server -lnano-X BINDIR = . PROGS = info wait demo landmine world demo2 all: $(PROGS) install: $(PROGS) cp $(PROGS) $(BINDIR) cd $(BINDIR); strip $(P

todo

# $Header: /cvs/maptools/cvsroot/libtiff/TODO,v 1.6 2002/10/10 05:28:43 warmerda Exp $ o gif2tiff segaulting on selected images o tiffcmp read data by strip/tile instead of scanline o YCbCr sampling

.s3c2410.o.flags.svn-base

ifeq (nand_read.o mmu.o proc.o smdk.o,$(strip $(subst $(comma),:,$(EXTRA_LDFLAGS) $(obj-y)))) FILES_FLAGS_UP_TO_DATE += s3c2410.o endif

.s3c2410.o.flags

ifeq (nand_read.o mmu.o proc.o smdk.o,$(strip $(subst $(comma),:,$(EXTRA_LDFLAGS) $(obj-y)))) FILES_FLAGS_UP_TO_DATE += s3c2410.o endif