代码搜索:executables
找到约 1,287 项符合「executables」的源代码
代码结果 1,287
www.eeworm.com/read/418017/2094363
in makefile.in
VPATH = @srcdir@
srcdir = @srcdir@
EXECUTABLES = exception namespace optimize run
all:
@echo "Nothing to be done for all..."
info:
install-info:
dvi:
install:
uninstall: force
installcheck:
check:
www.eeworm.com/read/410728/2205115
in makefile.in
VPATH = @srcdir@
srcdir = @srcdir@
EXECUTABLES = exception namespace optimize run
all:
@echo "Nothing to be done for all..."
info:
install-info:
dvi:
install:
uninstall: force
installcheck:
check:
www.eeworm.com/read/404774/2301294
imakefile
CURRENT_DIR = $(QCCPACK)/src/libQccPackSPIHT/utils
EXECUTABLES = \@@\
spihtencode spihtdecode \@@\
spihtencode3d spihtdecode3d
SHELL_SCRIPTS =
MAN_SUFFIX = 1
QccDir()
QccUtils()
www.eeworm.com/read/258893/4351286
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/135592/13918415
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 RELEASE
www.eeworm.com/read/100097/15885262
makefile
# Makefile for Qfax 1.3
# Copyright 1994, 1995 Robert LeBlanc and Renaissoft
# The directory the executables go into (e.g. /usr/local/bin, /usr/bin)
# Note: if you change this value, be sure you tell
www.eeworm.com/read/289495/8547784
makefile
# Makefile for SVM-perf, 31.10.05
#Use the following to compile under unix or cygwin
CC = gcc
LD = gcc
#Call 'make' using the following line to make CYGWIN produce stand-alone Windows executables
#
www.eeworm.com/read/289495/8547858
makefile
# Makefile for SVM-struct, 03.10.06
#Use the following to compile under unix or cygwin
CC = gcc
LD = gcc
#Call 'make' using the following line to make CYGWIN produce stand-alone Windows executables
www.eeworm.com/read/373273/9465818
sda bigtxt23.sda
BigText 2.3 turns ordinary text into executables Registration $ 20.00
SDN_WORD JUL93 WRITING BOOKS MANUALS CATALOGUES
FILES: bigtxt23.sdn
Author: Kevin Solway - Australia
Bigtex
www.eeworm.com/read/133287/5906962
exec
#
# $Id: //poco/Main/build/rules/exec#5 $
#
# exec
#
# Rule definitions for building executables
#
#
# Target names
#
EXEC_RELEASE_STATIC = $(BINPATH)/$(target)$(OSARCH_POSTFIX)_s
EXEC_DE