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

📄 makefile

📁 早期freebsd实现
💻
字号:
# $Header: Makefile,v 2.2 87/02/14 13:49:27 jqj Exp $## $Log:	Makefile,v $# Revision 2.2  87/02/14  13:49:27  jqj# new directory structure# # Revision 2.1  87/01/15  08:53:39  ed# Updated to new directory structure# # Revision 2.0  85/11/21  07:21:55  jqj# 4.3BSD standard release# # Revision 1.2  85/10/30  07:39:52  root# default CRLIB# # Revision 1.1  85/10/30  07:38:14  root# Initial revision# DESTDIR =DESTBIN = ${DESTDIR}/usr/newDESTCOURIER = ${DESTDIR}/usr/new/lib/xnscourierLIBDIR = ../libMANDIR = ../manINCDIR = ../includeCOURIERDIR = ../xnscourierSRCS= xnscourierd.cOBJS= xnscourierd.o#CFLAGS=	-g -DDEBUGCFLAGS= -O -I${INCDIR}RCSREV=RCSNAME=currentxnscourierd: xnscourierd.o	${CC} ${CFLAGS} -o xnscourierd xnscourierd.o ${LIBDIR}/libcourier.alint:	${SRCS}	lint -hux ${SRCS}install: xnscourierd	install -s -c xnscourierd ${COURIERDIR}/xnscourierdclean:	-rm -f ${OBJS} *.BAK *.CKP xnscourierd *.orcs:	rcs -l RCS/*	cat ../rcsdescription | ci -u${RCSREV} -q -N${RCSNAME} RCS/*

⌨️ 快捷键说明

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