代码搜索:linux
找到约 10,000 项符合「linux」的源代码
代码结果 10,000
www.eeworm.com/read/166255/5475645
linux makefile.linux
CC = gcc
CFLAGS = -g -O2 -I.. -I../../include
LDFLAGS = -shared
all: minconn.so passprompt.so
minconn.so: minconn.c
$(CC) -o $@ $(LDFLAGS) $(CFLAGS) minconn.c
passprompt.so: passprompt.c
$(CC) -o
www.eeworm.com/read/166255/5475658
linux makefile.linux
all: pppgetpass.vt pppgetpass.gtk
pppgetpass.vt: pppgetpass.vt.o
pppgetpass.gtk: pppgetpass.gtk.o
$(CC) $(LDFLAGS) pppgetpass.gtk.o `gtk-config --libs` -o pppgetpass.gtk
pppgetpass.gtk.o: pppgetpas
www.eeworm.com/read/165323/5483402
h linux.h
/*
* GRUB -- GRand Unified Bootloader
* Copyright (C) 1999,2000,2001,2002,2003,2004 Free Software Foundation, Inc.
*
* This program is free software; you can redistribute it and/or modify
*
www.eeworm.com/read/165323/5483438
c linux.c
/* linux.c - boot Linux */
/*
* GRUB -- GRand Unified Bootloader
* Copyright (C) 2003, 2004, 2005 Free Software Foundation, Inc.
*
* This program is free software; you can redistribute it an
www.eeworm.com/read/165323/5483444
c linux.c
/* linux.c - boot Linux zImage or bzImage */
/*
* GRUB -- GRand Unified Bootloader
* Copyright (C) 1999,2000,2001,2002,2003,2004,2005 Free Software Foundation, Inc.
*
* This program is free
www.eeworm.com/read/164916/5486181
h linux.h
/* linux.h
System dependencies for Linux.
Based on a configuration originally supplied by Jonathan Stone. */
/*
* Copyright (c) 1996, 1998, 1999 The Internet Software Consortium.
* All righ
www.eeworm.com/read/164889/5487132
linux makefile.linux
CFLAGS=-g -I/usr/include -I../../include/ -O0 -Wall
CC=gcc
.y.c:
bison -d -o $@ $<
.l.c:
flex -o$@ $<
SRCS = main.c io.c x86emu.c int.c pci.c
OBJS = main.o io.o x86emu.o int.o pci.o
all :
www.eeworm.com/read/164889/5487152
linux makefile.linux
#############################################################################
#
# Realmode X86 Emulator Library
#
# Copyright (C) 1996-1999 SciTech Software, Inc.
#
# ===============
www.eeworm.com/read/164348/5496649
in tdllaccess-linux.in
# Command List
# DLLAccess()
# DLLAccess(dllName,nLibType)
# Open
# Close
# GetSymbol
www.eeworm.com/read/164348/5497051
pcf linux.pcf
#
# ***** BEGIN LICENSE BLOCK *****
# Source last modified: $Id: linux.pcf,v 1.2.42.1 2004/07/09 02:02:13 hubbe Exp $
#
# Portions Copyright (c) 1995-2004 RealNetworks, Inc. All Rights Reserved.