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

📄 makefile

📁 早期freebsd实现
💻
字号:
# $Header: Makefile,v 2.2 87/05/11 09:12:05 ed Exp $# $Log:	Makefile,v $# Revision 2.2  87/05/11  09:12:05  ed# Added getXNSuser.# # # Revision 2.1  87/01/27  07:13:27  jqj# Webster version -- make versus make install# (redid for new directory structure)# DESTDIR =DESTBIN = ${DESTDIR}/usr/newDESTCOURIER = ${DESTDIR}/usr/new/lib/xnscourierLIBDIR = ../../libMANDIR = ../../manINCDIR = ../../includeCOURIERDIR = ../../xnscourier#CFLAGS=	-I. -I${INCDIR} -g -DDEBUGCFLAGS= -O -I. -I${INCDIR}OUT=${LIBDIR}/libcourier.aOUT_P=${LIBDIR}/libcourier_p.aSRCS= simpleauth.c getXNSpass.c getXNSuser.c Authcredcheck.c Authlookup.cOBJS= simpleauth.o getXNSpass.o getXNSuser.o Authcredcheck.o Authlookup.oRCSREV=RCSNAME=current.c.o:	${CC} -c ${CFLAGS} -p $*.c	mv $*.o profiled/$*.o	${CC} -c ${CFLAGS} $*.cinstall: ${OBJS}	ar rv ${OUT} ${OBJS}	cd profiled; ar rv ../${OUT_P} ${OBJS}	ranlib ${OUT} ${OUT_P}all:	${OBJS}lint:	${SRCS}	lint -hux ${SRCS}tags:	${SRCS}	ctags ${SRCS}clean:	-rm -f Authentication2_defs.h *.BAK *.CKP *.o profiled/*.oAuthlookup.o: Authlookup.c	${CC} -c -p ${CFLAGS} -D'BFS="${DESTBIN}/xnsbfs -a"' Authlookup.c	mv Authlookup.o profiled/Authlookup.o	${CC} -c ${CFLAGS} -D'BFS="${DESTBIN}/xnsbfs -a"' Authlookup.cAuthcredcheck.o: Authcredcheck.c Authentication2_defs.h	${CC} -c -p ${CFLAGS} Authcredcheck.c -I${INCDIR}/xnscourier	mv Authcredcheck.o profiled/Authcredcheck.o	${CC} -c ${CFLAGS} Authcredcheck.c -I${INCDIR}/xnscourierAuthentication2_defs.h: ../../courierlib/Authentication2_defs.h	cp ../../courierlib/Authentication2_defs.h .rcs:	rcs -l RCS/*	cat ../../rcsdescription | ci -u${RCSREV} -q -N${RCSNAME} RCS/*

⌨️ 快捷键说明

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