代码搜索结果
找到约 3,568 项符合
Strip 的代码
makefile.in
ifeq ($(strip $(BR2_PACKAGE_TN5250)),y)
TARGETS+=tn5250
endif
makefile.in
ifeq ($(strip $(BR2_PACKAGE_LIBGLIB12)),y)
TARGETS+=libglib12
endif
makefile.in
ifeq ($(strip $(BR2_PACKAGE_IPROUTE2)),y)
TARGETS+=iproute2
endif
makefile.in
ifeq ($(strip $(BR2_PACKAGE_DHCP_RELAY)),y)
TARGETS+=dhcp_relay
endif
filter.f
subroutine filter
!! ~ ~ ~ PURPOSE ~ ~ ~
!! this subroutine calculates the reduction of pollutants in surface runoff
!! due to an edge of field filter or buffer strip
!!
makefile
CROSS = /opt/host/armv4l/bin/armv4l-unknown-linux-
CC = $(CROSS)gcc
AR = $(CROSS)ar
STRIP = $(CROSS)strip
#LDFLAGS += --static
LIBGCC += -lm
EXEC = tp_gui
OBJS = graphic.o main.o
all: $(EXEC)
$(EX
makefile
#CROSS = /opt/host/armv4l/bin/armv4l-unknown-linux-
#CROSS=/hq/buildroot/build_armeb_nofpu/staging_dir/bin/armeb-linux-
CC = $(CROSS)gcc
AR = $(CROSS)ar
STRIP = $(CROSS)strip
#LDFLAGS += --static
EXE
makefile
CROSS =/opt/host/armv4l/bin/armv4l-unknown-linux-
CC = $(CROSS)gcc
AR = $(CROSS)ar
STRIP = $(CROSS)strip
LDFLAGS += --static
EXEC = ttytest
OBJS = ttytest.o rs232.o
CFLAGS += -DPARANOID_TTYS -DUSE_
makefile
CROSS =/opt/host/armv4l/bin/armv4l-unknown-linux-
CC = $(CROSS)gcc
AR = $(CROSS)ar
STRIP = $(CROSS)strip
LDFLAGS += --static
EXEC = ttytest
OBJS = ttytest.o rs232.o
CFLAGS += -DPARANOID_TTYS -DUSE_
makefile.tinyxml
MAKE=make
CC=g++
AR=ar
RANLIB=ranlib
STRIP=strip
OPTFLAGS=-O3 -g -Wall
SHCFLAGS=-O3 -g -Wall
LDFLAGS=-Wl,--warn-common -rdynamic
FFSLDFLAGS=-Wl,-E
SHFLAGS=-shared
LIBPREF=lib
LIBSUF=.a
SLIBPREF=lib
S