代码搜索结果
找到约 3,568 项符合
Strip 的代码
makefile.in
# Makefile for kano-networks talker
SHELL = /bin/sh
CXX = @CXX@
CXXCPP = @CXXCPP@
INSTALL = @INSTALL@
STRIP = @STRIP@
CP = /bin/cp
top_builddir = @top_builddir@
top_srcdir = @top_srcdir@
DEFS
build-apache
#!/bin/sh
export PATH=/opt/axe/gcc-3.2.3-glibc-2.2.5/arm-unknown-linux-gnu/bin:$PATH
tar xvfz apache_1.3.33.tar.gz
patch -p0 < nessy2-051110.patch
cd apache_1.3.33
./configure --disable-rule=EXPAT --p
ac1088.pas
program tju1088;
const
maxmap=200;
maxstrips=sqr(maxmap) shr 1;
type
strip=record p,s,e:word;end;
striplist=array[0..maxstrips+1]of strip;
var
map:array[1..maxmap,1..maxmap]of byte;
makefile
CROSS = /opt/host/armv4l/bin/armv4l-unknown-linux-
CC = $(CROSS)gcc
AR = $(CROSS)ar
STRIP = $(CROSS)strip
//LDFLAGS += --static
EXEC = t
OBJS = t.o
all: $(EXEC)
$(EXEC): $(OBJS)
$(CC) $(LDFLAGS)
ac1088.pas
program tju1088;
const
maxmap=200;
maxstrips=sqr(maxmap) shr 1;
type
strip=record p,s,e:word;end;
striplist=array[0..maxstrips+1]of strip;
var
map:array[1..maxmap,1..maxmap]of byte;
ac1088.pas
program tju1088;
const
maxmap=200;
maxstrips=sqr(maxmap) shr 1;
type
strip=record p,s,e:word;end;
striplist=array[0..maxstrips+1]of strip;
var
map:array[1..maxmap,1..maxmap]of byte;
makefile
CROSS = /opt/host/armv4l/bin/armv4l-unknown-linux-
CC = $(CROSS)gcc
AR = $(CROSS)ar
STRIP = $(CROSS)strip
LDFLAGS += --static
EXEC = lissa
OBJS = lissa.o
all: $(EXEC)
$(EXEC): $(OBJS)
$(CC) $(LDF
makefile
CROSS = /opt/host/armv4l/bin/armv4l-unknown-linux-
CC = $(CROSS)gcc
AR = $(CROSS)ar
STRIP = $(CROSS)strip
//LDFLAGS += --static
EXEC = key
OBJS = key.o
all: $(EXEC)
$(EXEC): $(OBJS)
$(CC) $(LDFL
makefile
CROSS_COMPILER=/opt/adsp/uClinux08/bfin-linux-uclibc/bin/bfin-linux-uclibc-
CC = $(CROSS_COMPILER)gcc
LD = $(CROSS_COMPILER)gcc
AS = $(CROSS_COMPILER)gcc
STRIP = $(CROSS_COMPILER)strip
T
makefile.bak
CROSS_COMPILER=/opt/adsp/uClinux08/bfin-linux-uclibc/bin/bfin-linux-uclibc-
CC = $(CROSS_COMPILER)gcc
LD = $(CROSS_COMPILER)gcc
AS = $(CROSS_COMPILER)gcc
STRIP = $(CROSS_COMPILER)strip
T