代码搜索结果
找到约 3,568 项符合
Strip 的代码
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
.as
makefile.am
###########################################################################
#
# Some consistent rules for building asm files:
STRIP_FPIC = sh $(top_srcdir)/strip_fPIC.sh
SUFFIXES = .asm
.as
banner.tpl
{strip}
{$data.bannerurl}
{/strip}
install
Installation
============
To install slsnif follow the usual procedure :)
-- unpack the tarball
-- run ./configure
-- run make
-- strip the binary if you want (strip src/slsnif)
makefile.in
GCC_VERSION:=$(strip $(subst ",, $(BR2_GCC_VERSION)))
#"
GCC_USE_SJLJ_EXCEPTIONS:=$(strip $(subst ",, $(BR2_GCC_USE_SJLJ_EXCEPTIONS)))
#"
TARGET_OPTIMIZATION:=$(strip $(subst ",, $(BR2_TARGET_OPTIMIZA
makefile.am
noinst_LIBRARIES = libcompat.a
AM_CPPFLAGS = @STRIP_BEGIN@ \
-I$(top_srcdir)/include \
-I$(top_builddir)/include \
@STRIP_END@
AM_CXXFLAGS = -Wall
AM_CFLAGS = -Wall
libcompat_a
makefile.am
noinst_LIBRARIES = libcompat.a
AM_CPPFLAGS = @STRIP_BEGIN@ \
-I$(top_srcdir)/include \
-I$(top_builddir)/include \
@STRIP_END@
libcompat_a_SOURCES = \
Thread.c \
.i2c.o.flags
ifeq (i2c-core.o i2c-dev.o i2c-proc.o,$(strip $(subst $(comma),:,$(EXTRA_LDFLAGS) $(obj-y))))
FILES_FLAGS_UP_TO_DATE += i2c.o
endif
.ep93xx.o.flags
ifeq (--no-warn-mismatch arch.o irq.o mm.o time.o ssp.o dma_ep93xx.o pcmcia_io.o crunch.o,$(strip $(subst $(comma),:,$(EXTRA_LDFLAGS) $(obj-y))))
FILES_FLAGS_UP_TO_DATE += ep93xx.o
endif