📄 makefile_ultrix
字号:
# @(#)Makefile 1.4 (Berkeley) 5/15/88# This is the makefile for an Ultrix system. The current Ultrix make(1) doesn't# support VPATH, so we expand everything out.# The following is the telnet makefile for tn3270, using the shared telnet# sources.## TERMCAP Define this if your system is termcap based,# otherwise a terminfo based system is assumed.## SRCRT Includes code to allow you to specify source routes.# Format is:# [!]@hop1@hop2...[@|:]dst# Leading ! means strict source route.## NOSTRNCASECMP Define this if you do not have strncasecmp() in# your C libarary.## USE_TERMIO Define this if you have System V termio structures.# What is here is how things are on Cray computers.## KLUDGELINEMODE Define this to get the kludged up version of linemode# that was in 4.3BSD. This is a good thing to have# around for talking to older systems.#DEFINES= -DTERMCAP -DSRCRT -DKLUDGELINEMODEVPATH = ../../telnet/SourceXINCLUDES= -I../../telnet/SourceINCLUDES= -I.XDEFINES = -DTN3270OPTIMIZE= -OCFLAGS = ${OPTIMIZE} ${INCLUDES} ${DEFINES}XCFLAGS= ${XINCLUDES} ${XDEFINES}LD = ldLDFLAGS = -rPRINT = printACTION = sccs tellLIBC= /lib/libc.aSD= ../../telnet/Source/ALLH= ${SD}defines.h ${SD}externs.h ${SD}fdset.h ${SD}general.h ${SD}ring.h ${SD}types.hSRCS= ${SD}commands.c ${SD}main.c ${SD}network.c ${SD}ring.c \ ${SD}sys_bsd.c ${SD}sys_dos.c ${SD}telnet.c ${SD}terminal.c \ ${SD}tn3270.c ${SD}utilities.cALLHC= ${ALLH} ${SRCS}ALLPRINT = ${ALLHC}ALLSOURCE= ${ALLHC} Makefile Makefile_ultrixOBJS= commands.o main.o network.o ring.o sys_bsd.o sys_dos.o \ telnet.o terminal.o tn3270.o utilities.o.c.o: ${CC} -c ${CFLAGS} ${XCFLAGS} $<telprog.o: ${OBJS} ${LIBC} ${LD} ${LDFLAGS} -o $@ ${OBJS}clean: FRC rm -f ${OBJS} core telnetdepend: FRC ${SRCS} mkdep ${CFLAGS} ${SRCS}lint: FRC ${SRCS} lint ${CFLAGS} ${SRCS}tags: FRC ${ALLHC} ctags ${ALLHC}print: FRC ${ALLPRINT} ${PRINT} ${ALLPRINT}commands.o: ${SD}commands.c ${CC} -c ${CFLAGS} ${XCFLAGS} ${SD}commands.cmain.o: ${SD}main.c ${CC} -c ${CFLAGS} ${XCFLAGS} ${SD}main.cnetwork.o: ${SD}network.c ${CC} -c ${CFLAGS} ${XCFLAGS} ${SD}network.cring.o: ${SD}ring.c ${CC} -c ${CFLAGS} ${XCFLAGS} ${SD}ring.csys_bsd.o: ${SD}sys_bsd.c ${CC} -c ${CFLAGS} ${XCFLAGS} ${SD}sys_bsd.csys_dos.o: ${SD}sys_dos.c ${CC} -c ${CFLAGS} ${XCFLAGS} ${SD}sys_dos.ctelnet.o: ${SD}telnet.c ${CC} -c ${CFLAGS} ${XCFLAGS} ${SD}telnet.cterminal.o: ${SD}terminal.c ${CC} -c ${CFLAGS} ${XCFLAGS} ${SD}terminal.ctn3270.o: ${SD}tn3270.c ${CC} -c ${CFLAGS} ${XCFLAGS} ${SD}tn3270.cutilities.o: ${SD}utilities.c ${CC} -c ${CFLAGS} ${XCFLAGS} ${SD}utilities.caction: FRC ${ACTION}clist: FRC ${SRCS} @for i in ${SRCS} ; \ do (echo ${DIRPATH}$$i); donehclist: FRC ${ALLHC} @for i in ${ALLHC} ; \ do (echo ${DIRPATH}$$i); donesourcelist: FRC ${ALLSOURCE} @for i in ${ALLSOURCE} ../../telnet/Makefile ; \ do (echo ${DIRPATH}$$i); doneFRC:# DO NOT DELETE THIS LINE -- mkdep uses it.# DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.commands.o: ../../telnet/Source/commands.c /usr/include/sys/types.hcommands.o: /usr/include/sys/socket.h /usr/include/netinet/in.hcommands.o: /usr/include/signal.h /usr/include/machine/trap.hcommands.o: /usr/include/netdb.h /usr/include/ctype.hcommands.o: /usr/include/arpa/telnet.h ../../telnet/Source/ring.hcommands.o: ../../telnet/Source/externs.h /usr/include/stdio.hcommands.o: /usr/include/setjmp.h ../../telnet/Source/defines.hcommands.o: ../../telnet/Source/types.hmain.o: ../../telnet/Source/main.c /usr/include/sys/types.hmain.o: ../../telnet/Source/ring.h ../../telnet/Source/externs.hmain.o: /usr/include/stdio.h /usr/include/setjmp.hmain.o: ../../telnet/Source/defines.hnetwork.o: ../../telnet/Source/network.c /usr/include/sys/types.hnetwork.o: /usr/include/sys/socket.h /usr/include/sys/time.hnetwork.o: /usr/include/time.h /usr/include/errno.h /usr/include/arpa/telnet.hnetwork.o: ../../telnet/Source/ring.h ../../telnet/Source/defines.hnetwork.o: ../../telnet/Source/externs.h /usr/include/stdio.hnetwork.o: /usr/include/setjmp.h ../../telnet/Source/fdset.hring.o: ../../telnet/Source/ring.c /usr/include/stdio.h /usr/include/errno.hring.o: /usr/include/sys/types.h /usr/include/sys/ioctl.hring.o: /usr/include/sys/ttychars.h /usr/include/sys/ttydev.hring.o: /usr/include/sys/socket.h ../../telnet/Source/ring.hring.o: ../../telnet/Source/general.hsys_bsd.o: ../../telnet/Source/sys_bsd.c /usr/include/sys/ioctl.hsys_bsd.o: /usr/include/sys/ttychars.h /usr/include/sys/ttydev.hsys_bsd.o: /usr/include/sys/types.h /usr/include/sys/time.h /usr/include/time.hsys_bsd.o: /usr/include/sys/socket.h /usr/include/signal.hsys_bsd.o: /usr/include/machine/trap.h /usr/include/errno.hsys_bsd.o: ../../telnet/Source/ring.h ../../telnet/Source/fdset.hsys_bsd.o: ../../telnet/Source/defines.h ../../telnet/Source/externs.hsys_bsd.o: /usr/include/stdio.h /usr/include/setjmp.hsys_bsd.o: ../../telnet/Source/types.hsys_dos.o: ../../telnet/Source/sys_dos.ctelnet.o: ../../telnet/Source/telnet.c /usr/include/sys/types.htelnet.o: /usr/include/curses.h /usr/include/stdio.h /usr/include/sgtty.htelnet.o: /usr/include/sys/ioctl.h /usr/include/sys/ttychars.htelnet.o: /usr/include/sys/ttydev.h /usr/include/arpa/telnet.htelnet.o: /usr/include/strings.h ../../telnet/Source/ring.htelnet.o: ../../telnet/Source/defines.h ../../telnet/Source/externs.htelnet.o: /usr/include/stdio.h /usr/include/setjmp.htelnet.o: ../../telnet/Source/types.h ../../telnet/Source/general.htelnet.o: /usr/include/varargs.hterminal.o: ../../telnet/Source/terminal.c /usr/include/arpa/telnet.hterminal.o: /usr/include/sys/types.h ../../telnet/Source/ring.hterminal.o: ../../telnet/Source/externs.h /usr/include/stdio.hterminal.o: /usr/include/setjmp.h ../../telnet/Source/types.htn3270.o: ../../telnet/Source/tn3270.c ../../telnet/Source/fdset.hutilities.o: ../../telnet/Source/utilities.c /usr/include/arpa/telnet.hutilities.o: /usr/include/sys/types.h /usr/include/ctype.hutilities.o: ../../telnet/Source/ring.h ../../telnet/Source/externs.hutilities.o: /usr/include/stdio.h /usr/include/setjmp.h# IF YOU PUT ANYTHING HERE IT WILL GO AWAY
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -