代码搜索结果
找到约 3,568 项符合
Strip 的代码
main5.out
line read: Alice Emma has long flowing red hair. Her Daddy says
line read: when the wind blows through her hair, it looks almost alive,
line read: like a fiery bird in flight. A beautiful fiery bi
main5.out
line read: Alice Emma has long flowing red hair. Her Daddy says
line read: when the wind blows through her hair, it looks almost alive,
line read: like a fiery bird in flight. A beautiful fiery bi
makefile
# 22dec07abu
# (c) Software Lab. Alexander Burger
bin = ../bin
lib = ../lib
picoFiles = main.c gc.c apply.c flow.c sym.c subr.c big.c io.c net.c tab.c
CFLAGS := -c -O2 -m32 -pipe \
-falign-functio
chartconstants.h
/************************************************************************************************
// $Header: /home/cvsroot/SoccerDoctor/Chart/ChartConstants.h,v 1.2 2002/09/09 05:10:11 peter Exp $
datediff.sh
#!/bin/bash
# Usage: ./days-diff.sh [M]M/[D]D/YYYY [M]M/[D]D/YYYY
ARGS=2 # Two command line parameters expected.
E_PARAM_ERR=65 # Param error.
REFYR=1600 # Referen
makefile
# Tino Reichardt
#
# Change it to your needs, see also params.h !
MANDIR = /usr/share/man
BINDIR = /usr/bin
CC = diet gcc
CFLAGS = -Os -Wall -pipe -fomit-frame-pointer
LDFLAGS =
S_
main5.out
line read: Alice Emma has long flowing red hair. Her Daddy says
line read: when the wind blows through her hair, it looks almost alive,
line read: like a fiery bird in flight. A beautiful fiery bi
makefile
CROSS = /opt/host/armv4l/bin/armv4l-unknown-linux-
CC = $(CROSS)gcc
AR = $(CROSS)ar
STRIP = $(CROSS)strip
EXEC = rw_addr
OBJS = rw_addr.o
all: $(EXEC)
$(EXEC): $(OBJS)
$(CC) $(LDFLAGS) -Wall -o $@
makefile.in
# Makefile.in generated automatically by automake 1.4 from Makefile.am
# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
# This Makefile.in is free software; the Free Software Foundat
days-between.sh
#!/bin/bash
# days-between.sh: Number of days between two dates.
# Usage: ./days-between.sh [M]M/[D]D/YYYY [M]M/[D]D/YYYY
#
# Note: Script modified to account for changes in Bash, v. 2.05b +,
#+