代码搜索:linux

找到约 10,000 项符合「linux」的源代码

代码结果 10,000
www.eeworm.com/read/297256/3888060

linux makefile.linux

############################################################################ ## ISO MPEG Audio Subgroup Software Simulation Group (1996) ## ISO 13818-3 MPEG-2 Audio Decoder - Lower Sampling Frequency
www.eeworm.com/read/297137/3891218

mk linux.mk

# # Copyright (C) 1998, 1999, Jonathan S. Shapiro. # # This file is part of the EROS Operating System. # # This program is free software; you can redistribute it and/or # modify it under the terms of
www.eeworm.com/read/295687/3909237

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/295687/3909257

linux makefile.linux

############################################################################# # # Realmode X86 Emulator Library # # Copyright (C) 1996-1999 SciTech Software, Inc. # # ===============
www.eeworm.com/read/294145/3919793

pro linux.pro

TEMPLATE = subdirs unix:SUBDIRS += cpuload meminfo sysload
www.eeworm.com/read/292758/3939645

linux makefile.linux

# Defines for example NSAPI programs running under SOLARIS CC_CMD=gcc -D_REENTRANT LD_SHAREDCMD=ld -G all: prepare: OS_TYPE=linux INCLUDEDIR=../common JAVA_INCLUDE=$(JAVA_HOME)/include
www.eeworm.com/read/292705/3949701

ver_linux

#!/bin/sh # Before running this script please ensure that your PATH is # typical as you use for compilation/istallation. I use # /bin /sbin /usr/bin /usr/sbin /usr/local/bin, but it may # differ on yo
www.eeworm.com/read/292670/3950792

linux dep.linux

#!/bin/sh if [ -f /lib/modules/$(uname -r)/build/Makefile ];then default="/lib/modules/$(uname -r)/build" else default="/usr/src/linux" fi default=${LINUXDIR:=$default} if [ "${interactive}" = "y"
www.eeworm.com/read/291979/3961276

hhf linux.hhf

#if( ! @defined( linux_hhf )) ?linux_hhf := true; #includeonce( "hla.hhf" ) #if( ! @defined( errno_hhf )) ?errno_hhf := true; namespace errno; //@fast; const eperm := -1; enoent := -2;
www.eeworm.com/read/291168/3969123

pl linux.pl

#!/usr/local/bin/perl # # linux.pl - the standard unix makefile stuff. # $o='/'; $cp='/bin/cp'; $rm='/bin/rm -f'; # C compiler stuff $cc='gcc'; if ($debug) { $cflags="-g2 -ggdb -DREF_CHECK -DCRYPT