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

📄 imakefile

📁 涉及Fax/Mail/Voice通讯编程的一个程序
💻
字号:
# 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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -