代码搜索结果

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

makefile.posix

PROG=../../../../../bin/t5lzma$(EXEEXT) include ../../../../../env/Makefile.inc LIB = -lm RM = rm -f STRIP = strip CFLAGS = -c CC = gcc CXX = g++ -O3 -Wall OBJS = \ LzmaAlone.o \ L

makefile.mingw32

PROG=../../../../../bin/t5lzma$(EXEEXT) include ../../../../../env/Makefile.inc LIB = -lm RM = rm -f STRIP = strip CFLAGS = -c CC = gcc CXX = g++ -O3 -Wall -mno-cygwin OBJS = \ LzmaAl

makefile

CROSS = /usr/local/arm/2.95.3/bin/arm-linux- CC = $(CROSS)gcc AR = $(CROSS)ar STRIP = $(CROSS)strip #LDFLAGS += --static LIBGCC += -lm EXEC = gui OBJS = graphic.o gui.o all: $(EXEC) $(EXEC): $(OBJS

tarroot.mk

############################################################# # # tar to archive target filesystem # ############################################################# TAR_OPTS := $(strip $(BR2_TARGET_ROO

xorg.mk

############################################################# # # xorg X Window System # ############################################################# ifneq ($(strip $(BR2_PACKAGE_TINYX)),y) ifeq ($(

makefile.in

ifeq ($(strip $(BR2_TARGET_ROOTFS_SQUASHFS)),y) TARGETS+=squashfsroot endif

makefile.in

ifeq ($(strip $(BR2_TARGET_ROOTFS_CRAMFS)),y) TARGETS+=cramfsroot endif

makefile.in

# Copyright (c) 1994 Sun Wu, Udi Manber, Burra Gopal. All Rights Reserved. srcdir = @srcdir@ VPATH = @srcdir@ SHELL = /bin/sh CC = @CC@ LIBS = @LIBS@ CP = @CP@ STRIP = @STRIP@ INSTALL

startmenu.css

ul.ux-scrolleditem-strip { display:block; width:5000px; } .x-scrolleditem-scrolling { margin-left:18px; margin-right:18px; } ul.ux-scrolleditem-strip li { float:left; margi

makefile_duan

CROSS_COMPILER=/opt/adsp/uClinux08/bfin-linux-uclibc/bin/bfin-linux-uclibc- CC = $(CROSS_COMPILER)gcc LD = $(CROSS_COMPILER)gcc STRIP = $(CROSS_COMPILER)strip TARGET = example SRC = ma