代码搜索:executables
找到约 1,287 项符合「executables」的源代码
代码结果 1,287
www.eeworm.com/read/287127/4028617
sh killem.sh
#!/bin/sh
# killem.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.
# mak
www.eeworm.com/read/273662/4201471
py executable.py
#
# executable.py -- Utilities for dealing with external executables
#
import os, string
def exists(file):
"""Is this an executable file?"""
return os.path.isfile(file) and os.access(file, os.X_
www.eeworm.com/read/273660/4202548
py executable.py
#
# executable.py -- Utilities for dealing with external executables
#
import os, string
def exists(file):
"""Is this an executable file?"""
return os.path.isfile(file) and os.access(file, os.X_
www.eeworm.com/read/419387/2078639
in makefile.in
VPATH = @srcdir@
srcdir = @srcdir@
EXECUTABLES = pthreads
all info install-info dvi install uninstall installcheck check:
@echo "Nothing to be done for $@..."
clean mostlyclean:
-rm -f *~ *.o a.o
www.eeworm.com/read/419387/2078967
in makefile.in
VPATH = @srcdir@
srcdir = @srcdir@
EXECUTABLES = altivec-abi altivec-regs
MISCELLANEOUS =
all info install-info dvi install uninstall installcheck check:
@echo "Nothing to be done for $@..."
clea
www.eeworm.com/read/410728/2204592
in makefile.in
VPATH = @srcdir@
srcdir = @srcdir@
EXECUTABLES = pthreads
all info install-info dvi install uninstall installcheck check:
@echo "Nothing to be done for $@..."
clean mostlyclean:
-rm -f *~ *.o a.o
www.eeworm.com/read/410728/2205003
in makefile.in
VPATH = @srcdir@
srcdir = @srcdir@
EXECUTABLES = altivec-abi altivec-regs
all info install-info dvi install uninstall installcheck check:
@echo "Nothing to be done for $@..."
clean mostlyclean:
-
www.eeworm.com/read/395229/2445801
libstrip
#!/usr/bin/perl -w
# vi: set ts=4:
# Libstrip - A utility to optimize libraries for specific executables
# Copyright (C) 2001 David A. Schleef
#
# This program is free software; you
www.eeworm.com/read/258893/4351215
sh killem.sh
#!/bin/sh
# killem.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.
# mak
www.eeworm.com/read/105274/15671888
in make.conf.in
ISHVER = @ISHVER@
host=@host@
# Bourn shell
SHELL = /bin/sh
# Extension of object files
O = @OBJEXT@
# Extension of executables
EXE = @EXEEXT@
# Path prefix for installation links
prefix = @prefix