代码搜索:Making
找到约 2,505 项符合「Making」的源代码
代码结果 2,505
www.eeworm.com/read/102761/15759491
match
#---------------------------------------------
# rules of making *.ec, DON'T change anytime !
.SUFFIXES:
.ec.o:
esql -c $(INCL) $<
$(LINK.c) -c $(SYS) $(INCL) $*.c
@rm $*.c
.SUFFIXES: .o
www.eeworm.com/read/102760/15759511
makefile
###WORKDIR=$(HOME)
#---------------------------------------------
# rules of making *.a, DON'T change anytime !
.c.a:
# cc -g -c -I$(INCL) $<
cc -O -s -c -I$(INCL) $<
@ar rv $@ $*.o
# @ranl
www.eeworm.com/read/102760/15759561
std makefile.std
###WORKDIR=$(HOME)
#---------------------------------------------
# rules of making *.a, DON'T change anytime !
.c.a:
# cc -g -c -I$(INCL) $<
cc -O -s -c -I$(INCL) $<
@ar rv $@ $*.o
# @ranl
www.eeworm.com/read/102759/15759572
makefile
#---------------------------------------------
# rules of making *.ec, DON'T change anytime !
.SUFFIXES:
.ec.o:
esql -c $(INCL) $<
$(LINK.c) -c $(SYS) $(INCL) $*.c
@rm $*.c
.SUFFIXES: .o
www.eeworm.com/read/102756/15759687
makefile
#---------------------------------------------
# rules of making *.ec, DON'T change anytime !
.SUFFIXES:
.ec.o:
esql -c $(INCL) $<
$(LINK.c) -c $(SYS) $(INCL) $*.c
@rm $*.c
.SUFFIXES: .o
www.eeworm.com/read/102756/15759700
match
#---------------------------------------------
# rules of making *.ec, DON'T change anytime !
.SUFFIXES:
.ec.o:
esql -c $(INCL) $<
$(LINK.c) -c $(SYS) $(INCL) $*.c
@rm $*.c
.SUFFIXES: .o
www.eeworm.com/read/102756/15759726
makefile
###WORKDIR=$(HOME)
#---------------------------------------------
# rules of making *.a, DON'T change anytime !
.c.a:
# cc -g -c -I$(INCL) $<
cc -O -s -c -I$(INCL) $<
@ar rv $@ $*.o
# @ranl
www.eeworm.com/read/102756/15759776
std makefile.std
###WORKDIR=$(HOME)
#---------------------------------------------
# rules of making *.a, DON'T change anytime !
.c.a:
# cc -g -c -I$(INCL) $<
cc -O -s -c -I$(INCL) $<
@ar rv $@ $*.o
# @ranl
www.eeworm.com/read/102756/15759960
makefile
#---------------------------------------------
# rules of making *.ec, DON'T change anytime !
.SUFFIXES:
.ec.o:
esql -c $(INCL) $<
$(LINK.c) -c $(SYS) $(INCL) $*.c
@rm $*.c
.SUFFIXES: .o
www.eeworm.com/read/390146/8482473
c http_req.c
/*
* http_req.c -- Functions for making http requests
* Created: Christopher Blizzard , 6-Aug-1998
*
* Copyright (C) 1998 Free Software Foundation
*
* This library is