代码搜索结果
找到约 3,568 项符合
Strip 的代码
makefile
#
# Makefile for the Linux Wireless network device drivers.
#
obj-$(CONFIG_IPW2100) += ipw2100.o
obj-$(CONFIG_IPW2200) += ipw2200.o
obj-$(CONFIG_STRIP) += strip.o
obj-$(CONFIG_ARLAN) += arlan.o
a
makefile
CROSS = /opt/host/armv4l/bin/armv4l-unknown-linux-
CC = $(CROSS)gcc
AR = $(CROSS)ar
STRIP = $(CROSS)strip
EXEC = cam2fb
OBJS = cam2fb.o
all: $(EXEC)
$(EXEC): $(OBJS)
$(CC) $(LDFLAGS) -o $@ $(OBJS
doxyfile
# Doxyfile 1.4.6
#
# Some placeholders have been added for MediaWiki usage:
# {{OUTPUT_DIRECTORY}}
# {{STRIP_FROM_PATH}}
# {{INPUT}}
#----------------------------------------------------------------
luckyspin_gender.tpl
{strip}
{if $CoupleProfile != '' or $FemaleProfile != '' or $MaleProfile != '' }
{if $FemaleProfile != ''}
install.txt
ton install the mp4/aac plugin run :
- autoreconf -vfs && configure
and install as root with :
- make install-strip
makefile.in
ifeq ($(strip $(BR2_TARGET_ROOTFS_JFFS2)),y)
TARGETS+=jffs2root
endif
makefile.in
ifeq ($(strip $(BR2_TARGET_ROOTFS_EXT2)),y)
TARGETS+=ext2root
endif
makefile.in
ifeq ($(strip $(BR2_PACKAGE_MKE2FS)),y)
TARGETS+=mke2fs
endif
makefile
PREFIX = mips-linux-
CC = $(PREFIX)gcc
CXX = $(PREFIX)g++
AR = $(PREFIX)ar
STRIP = $(PREFIX)strip
CFLAGS = -O3 -g -Wall -I./ -I./include/fuse-lite -I./include/ntfs-3g -DHAVE_CONFIG_H \
-I../libicon
makefile
CROSS_COMPILE =
CC = $(CROSS_COMPILE)gcc
STRIP = $(CROSS_COMPILE)strip
EXEC = testssmtp
OBJS = md5c.o codes.o xmalloc.o ssmtp.o testssmtp.o
#CFLAGS += -DPOSIX -march=armv4 -mtune=arm9td