代码搜索:linux
找到约 10,000 项符合「linux」的源代码
代码结果 10,000
www.eeworm.com/read/173916/5366706
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/173589/5369986
linux makefile.linux
# makefile for libpng on Linux ELF with gcc
# Copyright (C) 1996, 1997 Andreas Dilger
# Copyright (C) 1998, 1999 Greg Roelofs
# For conditions of distribution and use, see copyright notice in png.h
www.eeworm.com/read/173078/5380820
mak linux.mak
#************************************************************************
#Filename : linux.mak
#Description: linux definitions
#******************************************************************
www.eeworm.com/read/171344/5396416
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/171344/5396436
linux makefile.linux
#############################################################################
#
# Realmode X86 Emulator Library
#
# Copyright (C) 1996-1999 SciTech Software, Inc.
#
# ===============
www.eeworm.com/read/170259/5405758
p linux.p
linux.o: linux.c ../../include/blob/config.h \
../../include/blob/linux.h ../../include/blob/arch.h \
../../include/blob/arch/mba44b0.h ../../include/blob/command.h \
../../include/blob/types.h ../
www.eeworm.com/read/169197/5425721
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/169197/5425741
linux makefile.linux
#############################################################################
#
# Realmode X86 Emulator Library
#
# Copyright (C) 1996-1999 SciTech Software, Inc.
#
# ===============
www.eeworm.com/read/169063/5428908
h linux.h
/* linux.h
System dependencies for Linux.
Based on a configuration originally supplied by Jonathan Stone. */
/*
* Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC")
* Copyright
www.eeworm.com/read/168945/5429355
h linux.h
/* linux.h
System dependencies for Linux.
Based on a configuration originally supplied by Jonathan Stone. */
/*
* Copyright (c) 2004-2005 by Internet Systems Consortium, Inc. ("ISC")
* Copy