代码搜索:lInux
找到约 10,000 项符合「lInux」的源代码
代码结果 10,000
www.eeworm.com/read/183272/9172573
mk linux.mk
include ../Make.defines.linux
EXTRA=
PROGS = getpwsvr4 getpw44bsd goodexit getlogin sizepipe
all: ${PROGS} openmax.o sleep.o sleepus_poll.o sleepus_select.o asyncsocket.o
goodexit.o: goodexit.c
go
www.eeworm.com/read/183272/9172604
mk linux.mk
include ../Make.defines.linux
PROGS = child critical mask read1 read2 reenter sigtstp \
sigusr suspend1 suspend2 tsleep2
all: abort.o sleep1.o sleep2.o system.o tsleep2.o ${PROGS}
abort.o: abort.c
www.eeworm.com/read/183272/9172636
mk linux.mk
include ../Make.defines.linux
EXTRA=-DDEBUG
PROGS = call
HDRS = call.h
all: ${PROGS}
call.o: call.c ${HDRS}
main.o: main.c ${HDRS}
put.o: put.c ${HDRS}
take.o: take.c ${HDRS}
takeput.o: t
www.eeworm.com/read/183272/9172668
mk linux.mk
include ../Make.defines.linux
PROGS = buf tempfiles tempnam
all: $(PROGS)
clean:
rm -f $(PROGS)
www.eeworm.com/read/183272/9172700
mk linux.mk
include ../Make.defines.linux
EXTRA=-DDEBUG
PROGS = print printd
HDRS = print.h ipp.h
all: ${PROGS}
util.o: util.c ${HDRS}
print.o: print.c ${HDRS}
printd.o: printd.c ${HDRS}
print: print.o u
www.eeworm.com/read/183272/9172753
mk linux.mk
include ../Make.defines.linux
EXTRA=
PROGS = add2 add2stdio fifo1 myuclc pipe1 pipe2 pipe4 popen1 popen2 spipe4 tshm
all: ${PROGS} tellwait.o
tellwait.o: tellwait.c
clean:
rm -f ${PROGS} ${TEMPFI
www.eeworm.com/read/183272/9172776
mk linux.mk
include ../Make.defines.linux
PROGS = conf options
all: ${PROGS}
conf: conf.c
conf.c:
nawk -f makeconf.awk >conf.c
options: options.c
options.c:
nawk -f makeopt.awk >options.c
clean:
rm -f $
www.eeworm.com/read/183272/9172813
mk linux.mk
include ../Make.defines.linux
EXTRA=
EXTRALIBS=-pthread
PROGS = atfork timeout suspend
all: detach.o getenv1.o getenv2.o getenv3.o ${PROGS}
detach.o: detach.c
timeout.o: timeout.c
getenv1.o: gete
www.eeworm.com/read/183272/9172877
mk linux.mk
include ../Make.defines.linux
EXTRA=
PROGS = catgetmsg devzero mcopy nonblockw pendlock
all: ${PROGS}
clean:
rm -f ${PROGS} ${TEMPFILES} *.o
www.eeworm.com/read/183272/9172925
mk linux.mk
include ../Make.defines.linux
FILES= doatexit testjmp.opt testjmp
all: $(FILES)
testjmp: testjmp.c
$(CC) $(CFLAGS) -o testjmp testjmp.c $(LDFLAGS) $(LDLIBS)
testjmp.opt: testjmp.c
$(CC) $(CFLA