代码搜索:Compile
找到约 10,000 项符合「Compile」的源代码
代码结果 10,000
www.eeworm.com/read/231546/4715576
compile
#! /bin/sh
# Wrapper for compilers which do not understand `-c -o'.
# Copyright 1999, 2000 Free Software Foundation, Inc.
# Written by Tom Tromey .
#
# This program is free softwa
www.eeworm.com/read/231012/4718663
compile
/java/re/jdk/1.5.0/latest/binaries/solaris-sparc/bin/javac -classpath /java/re/jdk/1.5.0/latest/binaries/solaris-sparc/lib/tools.jar ToDoTaglet.java UnderlineTaglet.java ToDoTagletWithInline.java $1
www.eeworm.com/read/222388/4819684
compile
#!/bin/sh
if [ ! -f .dates-set ]; then
. ./set-dates
touch .dates-set
./configure
fi
make
www.eeworm.com/read/175748/5341895
compile
#!/bin/bash
export HADOOP_HOME=../../..
export CLASSPATH="$HADOOP_HOME/build/classes"
# so that filenames w/ spaces are handled correctly in loops below
IFS=
# add libs to CLASSPATH
for f in $HADO
www.eeworm.com/read/167185/5464474
compile
#! /bin/sh
echo Compiled on `uname -a` >$ESPS_BASE/bin/compiled
date >>$ESPS_BASE/bin/compiled
set -x
current_dir=`pwd`
cd ../h; emake clean; emake install
cd ../man; emake install
cd $current_dir
if
www.eeworm.com/read/339446/3307307
compile
#! /bin/sh
# Wrapper for compilers which do not understand `-c -o'.
scriptversion=2005-05-14.22
# Copyright (C) 1999, 2000, 2003, 2004, 2005 Free Software Foundation, Inc.
# Written by Tom Tromey
www.eeworm.com/read/331534/3411269
compile
#
# $Id: //poco/1.3/build/rules/compile#2 $
#
# compiile
#
# Compile rule definitions for makefiles
#
#
# Targets
#
.PHONY: all all_static all_shared all_debug all_release \
clean
www.eeworm.com/read/304657/3786728
compile
#! /bin/sh
# Wrapper for compilers which do not understand `-c -o'.
scriptversion=2005-05-14.22
# Copyright (C) 1999, 2000, 2003, 2004, 2005 Free Software Foundation, Inc.
# Written by Tom Tromey
www.eeworm.com/read/304657/3786733
compile
#! /bin/sh
# Wrapper for compilers which do not understand `-c -o'.
scriptversion=2005-05-14.22
# Copyright (C) 1999, 2000, 2003, 2004, 2005 Free Software Foundation, Inc.
# Written by Tom Tromey
www.eeworm.com/read/281519/4116222
compile
#! /bin/sh
# Wrapper for compilers which do not understand `-c -o'.
# Copyright 1999, 2000 Free Software Foundation, Inc.
# Written by Tom Tromey .
#
# This program is free softwa