代码搜索结果
找到约 3,568 项符合
Strip 的代码
makefile.easelib
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
makefile.mysql
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
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
LIBGCC += -lm
EXEC = tp_gui
OBJS = graphic.o main.o
all: $(EXEC)
$(EX
makefile
CROSS = /home/hhcn/toolchain/gcc-3.2.2/toolchain/bin/powerpc-uclibc-
CC = $(CROSS)gcc
AR = $(CROSS)ar
STRIP = $(CROSS)strip
CFLAGS= -O -I../include/net
OBJS = pppdump.o bsd-comp.o deflate.o zlib.o
makefile.linux
CROSS = /home/hhcn/toolchain/gcc-3.2.2/toolchain/bin/powerpc-uclibc-
CC = $(CROSS)gcc
AR = $(CROSS)ar
STRIP = $(CROSS)strip
CFLAGS= -O -I../include/net
OBJS = pppdump.o bsd-comp.o deflate.o zlib.o
makefile
CROSS_COMPILE = arm-linux-
CC = $(CROSS_COMPILE)g++
STRIP = $(CROSS_COMPILE)strip
CFLAGS = -c -O2 -ansi -pipe -Wall -D _REENTRANT -D _POSIX_C_SOURCE=199309L
SRC_POSTFIX = cpp
SOURCES = $(wildcard *.$
makefile
#
# Makefile for the Linux Wireless network device drivers.
#
obj-$(CONFIG_STRIP) += strip.o
obj-$(CONFIG_ARLAN) += arlan.o
arlan-objs := arlan-main.o arlan-proc.o
# Obsolete cards
obj-$(CONFIG_WA
makefile
#
# Makefile for the Linux Wireless network device drivers.
#
obj-$(CONFIG_STRIP) += strip.o
obj-$(CONFIG_ARLAN) += arlan.o
arlan-objs := arlan-main.o arlan-proc.o
# Obsolete cards
obj-$(CONFIG_WA
makefile
#
# Makefile for the Linux Wireless network device drivers.
#
obj-$(CONFIG_STRIP) += strip.o
obj-$(CONFIG_ARLAN) += arlan.o
arlan-objs := arlan-main.o arlan-proc.o
# Obsolete cards
obj-$(CONFIG_WA