代码搜索:Making
找到约 2,505 项符合「Making」的源代码
代码结果 2,505
www.eeworm.com/read/184309/5250281
java customlevel.java
package com.helpsoft.util.log;
import java.util.logging.Level;
/**
* A class for making custom levels for logging.
*
* @author caoguangxin- www.relationinfo.com
*/
class CustomLev
www.eeworm.com/read/181243/5277363
java barista.java
package headfirst.templatemethod.simplebarista;
public class Barista {
public static void main(String[] args) {
Tea tea = new Tea();
Coffee coffee = new Coffee();
System.out.println("Making
www.eeworm.com/read/179911/5294670
makefile
# Makefile for making XCOFF bootable images for booting on PowerMacs
# using Open Firmware.
#
# Paul Mackerras January 1997
HOSTCFLAGS = -O -I$(TOPDIR)/include
CFLAGS = $(CPPFLAGS) -O -fno-builtin
O
www.eeworm.com/read/179911/5294717
makefile
# Makefile for making ELF bootable images for booting on CHRP
# using Open Firmware.
#
# Geert Uytterhoeven September 1997
#
# Based on coffboot by Paul Mackerras
ifeq ($(CONFIG_PPC64BRIDGE),y)
MSIZE
www.eeworm.com/read/169775/5410674
t2 rules.library.t2
# rules.library.t2 - vxcom rules for making libraries
#
# modification history
# --------------------
# 02d,08feb02,nel Remove debug symbols from library build but leave
# optimizati
www.eeworm.com/read/168542/5445150
t2 rules.library.t2
# rules.library.t2 - vxcom rules for making libraries
#
# modification history
# --------------------
# 02d,08feb02,nel Remove debug symbols from library build but leave
# optimizati
www.eeworm.com/read/350097/3129563
makefile
# Makefile for making XCOFF bootable images for booting on PowerMacs
# using Open Firmware.
#
# Paul Mackerras January 1997
HOSTCFLAGS = -O -I$(TOPDIR)/include
CFLAGS = $(CPPFLAGS) -O -fno-builtin
O
www.eeworm.com/read/350097/3129610
makefile
# Makefile for making ELF bootable images for booting on CHRP
# using Open Firmware.
#
# Geert Uytterhoeven September 1997
#
# Based on coffboot by Paul Mackerras
ifeq ($(CONFIG_PPC64BRIDGE),y)
MSIZE
www.eeworm.com/read/340665/3269454
h libc-symbols.h
/* Support macros for making weak and strong aliases for symbols,
and for using symbol sets and linker warnings with GNU ld.
Copyright (C) 1995,1996,1997,1998,2000,2001 Free Software Foundation,
www.eeworm.com/read/320652/3544074
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)