代码搜索:linux

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

代码结果 10,000
www.eeworm.com/read/264377/11317686

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/264377/11317717

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/264377/11317749

mk linux.mk

include ../Make.defines.linux PROGS = buf tempfiles tempnam all: $(PROGS) clean: rm -f $(PROGS)
www.eeworm.com/read/264377/11317783

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/264377/11317831

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/264377/11317867

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/264377/11317891

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/264377/11317952

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/264377/11317999

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
www.eeworm.com/read/264377/11318044

mk linux.mk

include ../Make.defines.linux CFLAGS=-DLINUX -ansi -I$(WKDIR)/include -Wall # # Makefile for misc library. # AR = ar LIBMISC = libapue_db.a COMM_OBJ = db.o RANLIB = ranlib all: ${LIBMISC} lib