代码搜索:linux
找到约 10,000 项符合「linux」的源代码
代码结果 10,000
www.eeworm.com/read/200278/5071030
mk linux.mk
include ../Make.defines.linux
EXTRA=
PROGS = opend.poll opend.select
all: ${PROGS}
client.o: client.c
cliargs.o: ../opend.fe/cliargs.c
$(CC) $(CFLAGS) -c ../opend.fe/cliargs.c
main.o: main.c
r
www.eeworm.com/read/200278/5071053
mk linux.mk
include ../Make.defines.linux
EXTRA=
PROGS = findsvc bo ruptime ruptimed ruptimed-fd ruptime-dg ruptimed-dg \
bindunix
all: ${PROGS} clconn.o initsrv1.o initsrv2.o recvfd.o sendfd.o \
cliconn.o
www.eeworm.com/read/200278/5071062
mk linux.mk
include ../Make.defines.linux
EXTRA=
all: init.o lockfile.o reread.o reread2.o single.o
init.o: init.c
lockfile.o: lockfile.c
reread.o: reread.c
reread2.o: reread2.c
single.o: single.c
clean:
www.eeworm.com/read/200278/5071067
mk linux.mk
include ../Make.defines.linux
all: orphan3
clean:
rm -f orphan3
www.eeworm.com/read/200278/5071080
mk linux.mk
include ../Make.defines.linux
EXTRA=
PROGS = csize settty t_getpass t_isatty t_raw t_ttyname winch
all: ${PROGS} ctermid.o
ctermid.o: ctermid.c
getpass.o: getpass.c
isatty.o: isatty.c
ttyname.o:
www.eeworm.com/read/200278/5071089
mk linux.mk
include ../Make.defines.linux
PROGS = pty
all: ${PROGS}
loop.o: loop.c
driver.o: driver.c
main.o: main.c
pty: main.o loop.o driver.o
gcc -o pty main.o loop.o driver.o $(LDDIR) -lapue
clean
www.eeworm.com/read/200278/5071095
mk linux.mk
include ../Make.defines.linux
EXTRA=
PROGS = openclient
all: ${PROGS}
main.o: ../open.fe/main.c
$(CC) $(CFLAGS) -c ../open.fe/main.c
open.o: open.c
openclient: main.o open.o
$(CC) $(CFLAGS) -
www.eeworm.com/read/199657/5075593
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
www.eeworm.com/read/199629/5075633
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 d
www.eeworm.com/read/196482/5102258
linux cvs.linux
# This is a sample PAM configuration for Linux
# which does standard unix authentication against
# the password in /etc/passwd or /etc/shadow.
# The contents of this file should be copied to
# /etc/pa