📄 makefile.in
字号:
## Copyright (c) 1991 The Regents of the University of California.# All rights reserved.## Redistribution and use in source and binary forms are permitted provided# that: (1) source distributions retain this entire copyright notice and# comment, and (2) distributions including binaries display the following# acknowledgement: ``This product includes software developed by the# University of California, Berkeley and its contributors'' in the# documentation or other materials provided with the distribution and in# all advertising materials mentioning features or use of this software.# Neither the name of the University nor the names of its contributors may# 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# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.## @(#)Makefile.generic 5.5 (Berkeley) 3/1/91#srcdir = @srcdir@VPATH = @srcdir@CC = @CC@ SOCKS_FLAGS = -DSOCKSCDEBUG_FLAGS = @CDEBUG_FLAGS@CFLAGS = -I${srcdir} -I../../../include -I${srcdir}/../../../include @CFLAGS@ @TELNET_DEFS@ $(CDEBUG_FLAGS) ${SOCKSFLAGS} RANLIB = @RANLIB@BINRM = @BINRM@AR = ar ARFLAGS = cruvLIB = libtelnet.a.SUFFIXES: .c .o.c.o: $(CC) ${CFLAGS} -c $(srcdir)/$*.cSRCS = auth.c encrypt.c misc.c forward.c kerberos.c kerberos5.c spx.c enc_des.c \ rsaencpwd.c krb4encpwd.c read_password.c mem.c herror.c genget.c getopt.cOBJS = auth.o encrypt.o misc.o forward.o kerberos.o kerberos5.o spx.o enc_des.o \ rsaencpwd.o krb4encpwd.o read_password.o mem.o herror.o genget.o getopt.oTELNET_H = $(srcdir)/../arpa/telnet.hall: Makefile ${LIB}Makefile: $(srcdir)/Makefile.in ../../../config.status (cd ../../..; CONFIG_FILES=clients/telnet/libtelnet/Makefile CONFIG_HEADERS= ./config.status)${LIB}: ${OBJS} $(BINRM) ${LIB} ${AR} ${ARFLAGS} ${LIB} ${OBJS} ${RANLIB} ${LIB}clean: $(BINRM) *.o ${LIB}distclean: clean $(BINRM) Makefileauth.o: ${TELNET_H}auth.o: encrypt.hauth.o: auth.hauth.o: auth.cauth.o: misc-proto.hencrypt.o: ${TELNET_H}encrypt.o: encrypt.hencrypt.o: encrypt.cencrypt.o: misc.hkerberos.o: ${TELNET_H}kerberos.o: encrypt.hkerberos.o: auth.hkerberos.o: kerberos.ckerberos.o: misc.hkerberos5.o: ${TELNET_H}kerberos5.o: encrypt.hkerberos5.o: auth.hkerberos5.o: kerberos5.ckerberos5.o: misc.hmisc.o: misc.hmisc.o: misc.cenc_des.o: ${TELNET_H}enc_des.o: encrypt.henc_des.o: enc_des.cenc_des.o: key-proto.henc_des.o: misc-proto.hforward.o: forward.cspx.o: spx.crsaencpwd.o: rsaencpwd.ckrb4encpwd.o: krb4encpwd.cread_password.o: read_password.cmem.o: mem.cherror.o: herror.cgenget.o: genget.cgetopt.o: getopt.c
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -