代码搜索:Making
找到约 2,505 项符合「Making」的源代码
代码结果 2,505
www.eeworm.com/read/468610/1484879
cf luna.cf
XCOMM platform: $XConsortium: luna.cf /main/35 1996/09/28 16:11:11 rws $
/*
* Please set the values for OSMajorVerion and OSMinorVersion
* before making makefiles.
*
* The Luna version of the m
www.eeworm.com/read/467039/1507226
java deroctetstring.java
package org.bouncycastle.asn1;
import java.io.IOException;
public class DEROctetString
extends ASN1OctetString
{
/**
* @param string the octets making up the octet string.
www.eeworm.com/read/464435/1530453
w gb_sort.w
% This file is part of the Stanford GraphBase (c) Stanford University 1993
@i boilerplate.w %
www.eeworm.com/read/464435/1530460
w gb_graph.w
% This file is part of the Stanford GraphBase (c) Stanford University 1993
@i boilerplate.w %
www.eeworm.com/read/251805/4415680
in configure.in
dnl Process this file with autoconf to produce a configure script.
AC_INIT(README)
dnl Set various version strings - taken gratefully from the GTk sources
#
# Making releases:
# Edit include/SD
www.eeworm.com/read/247586/4480784
win32 makefile.win32
SUBDIRS = IntArray IntArray2 ObjectArrayTest Prompt Prompt2
default: $(SUBDIRS)
$(SUBDIRS) ::
@echo +++Recursively making $(ACTION) $@ ...
@cd $@
$(MAKE) -f makefile.win32 -nologo $(ACTION)
@c
www.eeworm.com/read/247586/4480785
solaris makefile.solaris
SUBDIRS = IntArray IntArray2 ObjectArrayTest Prompt Prompt2
default:
@for i in $(SUBDIRS) ; do \
echo ">>>Recursively making "$$i" ..."; \
cd $$i; $(MAKE) -f makefile.solaris $(ACTION) || e
www.eeworm.com/read/242082/4556079
c private.c
/*
CW : Character Windows
private.c : Includes headers for making .inc files
NOTE: does not include all headers, just those needed for assembler
*/
#define COW
#include /* NOTE:
www.eeworm.com/read/242082/4556280
inc edityp.inc
; /* SCCSWHAT( "%W% %E% %U% %Q%" ) */
;File: edityp.inc - Defines which apply to TextWin's edit manager
;NOTE: When making changes to this file, be sure to make equivalent
; changes to file ed
www.eeworm.com/read/237551/4624914
s umount.s
/* This hack is necessary since the kernel people are making "strange"
changes. They simply rename old system calls. */
#include
#ifdef __NR_oldumount
PSEUDO (__umount, oldumount, 1)