📄 makefile.dist
字号:
# Makefile.dist## Copyright (c) 1996-2000 Internet Software Consortium.# Use is subject to license terms which appear in the file named# ISC-LICENSE that should have accompanied this file when you# received it. If a file named ISC-LICENSE did not accompany this# file, or you are not sure the one you have is correct, you may# obtain an applicable copy of the license at:## http://www.isc.org/isc-license-1.0.html. ## This file is part of the ISC DHCP distribution. The documentation# associated with this file is listed in the file DOCUMENTATION,# included in the top-level directory of this release.## Support and other services are available for ISC products - see# http://www.isc.org for more information.#CATMANPAGES = dhcpctl.cat3SEDMANPAGES = dhcpctl.man3MAN = dhcpctl.3SRC = res_mkupdate.c res_init.c res_update.c res_send.c res_comp.c \ res_sendsigned.c res_findzonecut.c res_query.c res_mkquery.c \ ns_date.c ns_parse.c ns_sign.c ns_name.c ns_samedomain.c ns_verify.cOBJ = res_mkupdate.o res_init.o res_update.o res_send.o res_comp.o \ res_sendsigned.o res_findzonecut.o res_query.o res_mkquery.o \ ns_date.o ns_parse.o ns_sign.o ns_name.o ns_samedomain.o ns_verify.oINCLUDES = $(BINDINC) -I$(TOP)/includesCFLAGS = $(DEBUG) $(PREDEFINES) $(INCLUDES) $(COPTS) -DHMAC_MD5 -DMINIRES_LIBall: libres.ainstall:libres.a: $(OBJ) rm -f res.a ar cruv libres.a $(OBJ) $(RANLIB) libres.adepend: $(MKDEP) $(INCLUDES) $(PREDEFINES) $(SRC)clean: -rm -f $(OBJ) libres.arealclean: clean -rm -f *~ $(CATMANPAGES) $(SEDMANPAGES)distclean: realclean -rm -f Makefilelinks: @for foo in $(SRC) $(MAN) $(HDRS); do \ if [ ! -b $$foo ]; then \ rm -f $$foo; \ fi; \ ln -s $(TOP)/minires/$$foo $$foo; \ donedhcpctl.cat3: dhcpctl.man3 nroff -man dhcpctl.man3 >dhcpctl.cat3dhcpctl.man3: dhcpctl.3 sed -e "s#ETCDIR#$(ETC)#g" -e "s#DBDIR#$(VARDB)#g" \ -e "s#RUNDIR#$(VARRUN)#g" < dhcpctl.3 >dhcpctl.man3# Dependencies (semi-automatically-generated)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -