imakefile

来自「涉及Fax/Mail/Voice通讯编程的一个程序」· 代码 · 共 22 行

TXT
22
字号
# Imakefile for viewfax#ifdef __FreeBSD__/* infect all their makefiles with ".include <bsd.foo.mk>" and then   complain about this.  Sheesh! :-) */HELPDIR = ${USRLIBDIR}/X11#elseBINDIR = /usr/local/bin		/* where you want the binary installed */MANDIR = /usr/local/man/man1	/* where you want the man file installed */HELPDIR = /usr/local/lib	/* where you want the help file installed */#endifDEFINES = -DHELPFILE=\"$(HELPDIR)/viewfax.tif\"SRCS = viewfax.c faxinput.c faxinit.c faxexpand.cOBJS = viewfax.o faxinput.o faxinit.o faxexpand.oSYS_LIBRARIES = $(XLIB)DEPLIBS = $(DEPXLIB)ComplexProgramTarget(viewfax)InstallNonExec(viewfax.tif,$(HELPDIR))

⌨️ 快捷键说明

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