代码搜索:Scripts
找到约 7,993 项符合「Scripts」的源代码
代码结果 7,993
www.eeworm.com/read/174902/9569845
bat update.bat
set home_dir=water_release
if '%1test' NEQ 'test' set home_dir=%1
if exist ..\%home_dir% goto step1
mkdir ..\%home_dir%
:step1
if exist ..\%home_dir%\scripts goto step2
mkdir ..\%home_dir%\scr
www.eeworm.com/read/169898/9833711
imakefile
CURRENT_DIR = $(QCCPACK)/src/libQccPackSPIHT/utils
EXECUTABLES = \@@\
spihtencode spihtdecode
SHELL_SCRIPTS =
MAN_SUFFIX = 1
QccDir()
QccUtils()
www.eeworm.com/read/362743/9982902
am makefile.am
## Process this file with automake to produce Makefile.in
SUBDIRS = src doc
CLEANFILES = *~ .*~
EXTRA_DIST = acconfig.h @PACKAGE@.spec @PACKAGE@-config.in
doc_DATA = AUTHORS COPYING NEWS TODO THANK
www.eeworm.com/read/279450/10436787
in makefile.in
# Makefile.in generated automatically by automake 1.4-p6 from Makefile.am
# Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc.
# This Makefile.in is free software; the Free Softwar
www.eeworm.com/read/423094/10587968
am makefile.am
SUBDIRS = observers protocols eventgenerators failuremodels \
topologies misc events libtask p2psim
EXTRA_DIST = Makefile.incl ../utils/skiplist.h \
example/events.txt \
example/p
www.eeworm.com/read/276213/10753402
6 makefile.6
######################################################################
# Module Name: Makefile
# Abstract: Makefile for rt73 linux driver on kernel series 2.6
########################################
www.eeworm.com/read/275831/10794376
rb 10 - copying a file to another machine.rb
require 'rubygems'
require 'net/ssh'
def copy_file(session, source_path, destination_path=nil)
destination_path ||= source_path
cmd = %{cat > "#{destination_path.gsub('"', '\"')}"}
session.proc
www.eeworm.com/read/470109/6924826
makefile
TARGET_TYPE = OBJFILE
SRC = mbus.c
RMCFLAGS := $(filter-out -DWITH_XIP=1,$(RMCFLAGS)) # no XIP ever for host tools
include ../../scripts/inc.Makefile