📄 makefile
字号:
#ident "@(#)bind/shres/netbsd:$Name: rel-821 $:$Id: Makefile,v 8.3 1996/11/18 09:10:22 vixie Exp $"CFLAGS= ${CDEBUG} -I../${INCL} -I../${COMPINCL} ${DEFS} ${LOCDEFS}LOCDEFS= -DUSE_OPTIONS_HSRCS= herror.c res_debug.c res_data.c \ res_comp.c res_init.c res_mkquery.c res_query.c res_send.c \ getnetbyaddr.c getnetbyname.c getnetent.c getnetnamadr.c \ gethnamaddr.c sethostent.c nsap_addr.cOBJS= 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.o# We cheat here -- in 4.4bsd the objects would be built with 'ld -x' and# be named *.soall: libresolv_pic.a$(OBJS): ${SHCC} $(CPPFLAGS) ${CFLAGS} ${PIC} -c $? -o $@distclean: cleanclean: clean-makeshlib-stuff rm -f errs a.out core libresolv_pic.a tags *.o *.so *.BAK *.CKP *~ *.origclean-makeshlib-stuff: FRC rm -rf sysvtmp ucbtmp rm -f lorder.sysvtmp lorder.ucbtmp libc*.so.* libc*.sa.*depend: @echo No dependancies in `pwd`install: @echo '*** shres is *NOT* installed by make install ***' @echo '*** Read shres/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_debug.o: ../../res/res_debug.cres_data.o: ../../res/res_data.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 + -