⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 makefile.in

📁 ucd-snmp源代码
💻 IN
字号:
## Copyright (c) 1987 Regents of the University of California.# All rights reserved.## Redistribution and use in source and binary forms are permitted# provided that the above copyright notice and this paragraph are# duplicated in all such forms and that any documentation,# advertising materials, and other materials related to such# distribution and use acknowledge that the software was developed# by the University of California, Berkeley.  The name of the# University may not be used to endorse or promote products derived# from this software without specific prior written permission.# THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR# IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED# WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.##	@(#)Makefile	5.10 (Berkeley) 9/20/88#top_builddir=../..SRCS=	inet.c inet6.c if.c main.c route.c winstub.cOBJS=	inet.o inet6.o if.o main.o route.o winstub.oLOBJS=	inet.lo inet6.lo if.lo main.lo route.lo winstub.loTARG= snmpnetstat$(EXEEXT)CPPFLAGS=-I../.. -I$(srcdir)/../.. -I$(srcdir)/../../snmplib @CPPFLAGS@#LOCAL_LIBS = -L../../snmplibLOCAL_LIBS =#LIBS=	 $(CC_RUNTIME_ARG) -lsnmp @LIBS@USELIBS= ../../snmplib/libsnmp.$(LIB_EXTENSION)$(LIB_VERSION)LIBS=	 ../../snmplib/libsnmp.$(LIB_EXTENSION)$(LIB_VERSION) @LIBS@all: $(TARG)snmpnetstat$(EXEEXT): ${LOBJS} ${USELIBS}	${LINK} -o $@ ${LOBJS} ${LOCAL_LIBS} ${LDFLAGS} ${LIBS}distclean: cleanclean:	rm -f core *.o *.lo *.exe $(TARG) $(SBINTARG)	rm -rf .libscleandir: clean	rm -f ${MAN} tags .dependlint: ${SRCS}	lint ${CFLAGS} ${SRCS}tags: ${SRCS}	ctags ${SRCS}installdirs:	@$(SHELL) $(srcdir)/../../mkinstalldirs $(snmplibdir) $(bindir)install: installdirs $(TARG)	@for i in $(TARG) ; do $(INSTALL) $$i $(bindir) ; echo "install:  installed $$i in $(bindir)" ; donedepend: 	makedepend $(CPPFLAGS) -o.lo $(srcdir)/*.cnosysdepend:	makedepend $(CPPFLAGS) -o.lo *.c	perl -n -i.bak $(top_srcdir)/makenosysdepend.pl Makefilemakefileindepend: nosysdepend	perl $(top_srcdir)/makefileindepend.pl# DO NOT DELETE THIS LINE -- make depend depends on it.if.lo: ../../config.h main.h ../../m/generic.h netstat.h ../../s/generic.hif.lo: ../../s/linux.h ../../snmplib/asn1.h ../../snmplib/getopt.hif.lo: ../../snmplib/mib.h ../../snmplib/snmp_api.h ../../snmplib/snmp_client.hif.lo: ../../snmplib/snmp_debug.h ../../snmplib/snmp.hif.lo: ../../snmplib/snmp_impl.h ../../snmplib/system.h ../../s/sysv.hinet6.lo: ../../config.h ../../m/generic.h ../../s/generic.h ../../s/linux.hinet6.lo: ../../s/sysv.hinet.lo: ../../config.h main.h ../../m/generic.h netstat.h ../../s/generic.hinet.lo: ../../s/linux.h ../../snmplib/asn1.h ../../snmplib/getopt.hinet.lo: ../../snmplib/mib.h ../../snmplib/snmp_api.hinet.lo: ../../snmplib/snmp_client.h ../../snmplib/snmp.hinet.lo: ../../snmplib/snmp_impl.h ../../s/sysv.h main.lo: ../../config.h ../../m/generic.h netstat.h ../../s/generic.hmain.lo: ../../s/linux.h ../../snmplib/asn1.h ../../snmplib/default_store.hmain.lo: ../../snmplib/getopt.h ../../snmplib/mib.h ../../snmplib/snmp_api.hmain.lo: ../../snmplib/snmp_client.h ../../snmplib/snmp_debug.hmain.lo: ../../snmplib/snmp.h ../../snmplib/snmp_impl.h ../../snmplib/system.hmain.lo: ../../s/sysv.h  main.lo: ../../version.hroute.lo: ../../config.h main.h ../../m/generic.h netstat.h ../../s/generic.hroute.lo: ../../s/linux.h ../../snmplib/asn1.h ../../snmplib/getopt.hroute.lo: ../../snmplib/mib.h ../../snmplib/snmp_api.hroute.lo: ../../snmplib/snmp_client.h ../../snmplib/snmp.hroute.lo: ../../snmplib/snmp_impl.h ../../s/sysv.h winstub.lo: ../../config.h ../../m/generic.h ../../s/generic.h ../../s/linux.hwinstub.lo: ../../s/sysv.h

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -