?? makefile
字號:
# $Id: Makefile,v 1.4 1996/11/18 09:10:40 vixie Exp $CFLAGS= -O -I../${INCL} -I../${COMPINCL} ${DEFS} ${LOCDEFS}LOCDEFS= -DUSE_OPTIONS_HOBJS= herror.o res_debug.o res_data.o \ res_comp.o res_init.o res_mkquery.o res_query.o res_send.o \ getnetbyaddr.o getnetbyname.o getnetent.o getnetnamadr.o \ gethnamaddr.o sethostent.o nsap_addr.o \ inet_addr.o strerror.oall: libresolv_pic.a${OBJS}: ${SHCC} ${CFLAGS} ${PIC} -c $? -o $@distclean: cleanclean: FRC rm -f errs a.out core libresolv_pic.a tags *.o *.BAK *.CKP *~ *.origdepend: @echo No dependancies in `pwd`install: @echo '*** shres is *NOT* installed by make install ***' @echo '*** Read shres/sunos/INSTALL for directions ***'FRC:libresolv_pic.a: ${OBJS} ar cru libresolv_pic.a ${OBJS} $(RANLIB) libresolv_pic.aherror.o: ../../res/herror.cres_comp.o: ../../res/res_comp.cres_data.o: ../../res/res_data.cres_debug.o: ../../res/res_debug.cres_init.o: ../../res/res_init.cres_mkquery.o: ../../res/res_mkquery.cres_query.o: ../../res/res_query.cres_send.o: ../../res/res_send.cgetnetbyaddr.o: ../../res/getnetbyaddr.cgetnetbyname.o: ../../res/getnetbyname.cgetnetent.o: ../../res/getnetent.cgetnetnamadr.o: ../../res/getnetnamadr.cgethnamaddr.o: ../../res/gethnamaddr.csethostent.o: ../../res/sethostent.cnsap_addr.o: ../../res/nsap_addr.cinet_addr.o: ../../res/inet_addr.cstrerror.o: ../../compat/lib/strerror.c
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -