代码搜索:linux

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

代码结果 10,000
www.eeworm.com/read/395296/2442454

linux makefile.linux

# # For conditions of distribution and use, see copyright notice in libmng.h # # makefile for libmng - THE MNG library # this makefile is suitable for Linux ELF with gcc # # (this file is heavily copi
www.eeworm.com/read/394755/2453673

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/394755/2453693

linux makefile.linux

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

h _linux.h

#ifndef __stl_config__linux_h #define __stl_config__linux_h #define _STLP_PLATFORM "Linux" #include /* This is defined wether library in use is glibc or not. This may be treated as
www.eeworm.com/read/392445/2497113

linux makefile.linux

all: pppoe.so pppoed CFLAGS += -I../.. PLUGINDIR = $(LIBDIR)/plugins PLUGINSRCS= pppoe.c libpppoe.c utils.c pppoehash.c pppoe_client.c \ pppoe_relay.c pppoe_server.c pppd_utils.c # # include depen
www.eeworm.com/read/389559/2540316

hh linux.hh

/* linux.hh -- common stuff the the Linux stub loaders This file is part of the UPX executable compressor. Copyright (C) 1996-2004 Markus Franz Xaver Johannes Oberhumer Copyright (C) 1996-2
www.eeworm.com/read/387868/2555931

linux makefile.linux

# makefile for libpng.a and libpng12.so on Linux ELF with gcc # Copyright (C) 1998, 1999, 2002 Greg Roelofs and Glenn Randers-Pehrson # Copyright (C) 1996, 1997 Andreas Dilger # For conditions of dist
www.eeworm.com/read/387667/2557185

h linux.h

/* $PostgreSQL: pgsql/src/include/port/linux.h,v 1.42.2.1 2007/07/02 20:12:00 tgl Exp $ */ /* * As of July 2007, all known versions of the Linux kernel will sometimes * return EIDRM for a shmctl()
www.eeworm.com/read/385822/2584407

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/385822/2584427

linux makefile.linux

############################################################################# # # Realmode X86 Emulator Library # # Copyright (C) 1996-1999 SciTech Software, Inc. # # ===============