代码搜索:executables

找到约 1,287 项符合「executables」的源代码

代码结果 1,287
www.eeworm.com/read/203062/15366384

in testh5.sh.in

#!/bin/sh ###################################################################### # File: testh5.sh # # Purpose: Test all of the executables using h5diff # # Version: $Id: testh5.sh.in,v 1.1 2005/08
www.eeworm.com/read/381291/9099559

c binfmt_elf.c

/* * linux/fs/binfmt_elf.c * * These are the functions used to load ELF format executables as used * on SVr4 machines. Information on the format may be found in the book * "UNIX SYSTEM V RE
www.eeworm.com/read/377148/9293196

in config.h.in

/* config.h.in. Generated from configure.ac by autoheader. */ /* installation directory for executables */ #undef BINDIR /* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */ #undef
www.eeworm.com/read/455033/7378978

am makefile.am

# Makefile using Automake + Autoconf # ---------------------------------- # $Id: Makefile.am,v 1.7 2007/12/26 15:44:28 hecht Exp $ # To create statically linked executables (see configure.ac) CXXLD=$
www.eeworm.com/read/455033/7379001

am makefile.am

# Makefile using Automake + Autoconf # ---------------------------------- # $Id: Makefile.am,v 1.9 2007/12/26 15:44:28 hecht Exp $ # change FH CXX=@MPICXX@ # To create statically linked executables
www.eeworm.com/read/455033/7379091

am makefile.am

# Makefile using Automake + Autoconf # ---------------------------------- # $Id: Makefile.am,v 1.11 2008/11/25 00:05:08 hecht Exp $ # To create statically linked executables (see configure.ac) CXXLD=
www.eeworm.com/read/455033/7379219

am makefile.am

# Makefile using Automake + Autoconf # ---------------------------------- # $Id: Makefile.am,v 1.8 2008/11/25 15:49:48 hecht Exp $ # To create statically linked executables (see configure.ac) CXXLD=$
www.eeworm.com/read/455033/7379221

am makefile.am

# Makefile using Automake + Autoconf # ---------------------------------- # $Id: Makefile.am,v 1.14 2009/02/06 09:50:16 hecht Exp $ # To create statically linked executables (see configure.ac) CXXLD=
www.eeworm.com/read/130382/5959360

sh setupdate.sh

#!/bin/ksh/ -v # setupdate.sh - a simple script to control the # # removes all offensive files except for the build executables # # Solaris x86 hint: successful build requires GNU make and GNU as
www.eeworm.com/read/483942/6597849

makefile

# All object files that must be linked into final executables OBJ= complex.o main.o # Rule for building executable from object files # $@ is shorthand for the target of the rule complex: ${OBJ} c++