📄 makefile
字号:
# $Header: Makefile,v 1.4 87/01/27 07:11:27 jqj Exp $## $Log: Makefile,v $# Revision 1.4 87/01/27 07:11:27 jqj# Webster version -- make versus make install# # Revision 1.2 87/01/06 17:19:29 ed# Updated to new directory structure# # # DESTDIR =DESTBIN = ${DESTDIR}/usr/newDESTCOURIER = ${DESTDIR}/usr/new/lib/xnscourierBINDIR = ../../binLIBDIR = ../../libMANDIR = ../../manINCDIR = ../../includeCOURIERDIR = ../../xnscourier#CFLAGS= -g -DDEBUG -I${INCDIR}CFLAGS= -O -I${INCDIR}RCSREV=RCSNAME=currentTESTS=enumerate listaddr listaliasof listproperties registerhostall: ${TESTS}clean: -rm -f ${TESTS} *.o *.BAK *.CKP Cl*.[ch]rcs: rcs -l RCS/* cat ../../rcsdescription | ci -u${RCSREV} -q -N${RCSNAME} RCS/*install: all install -s -c registerhost ${BINDIR}# test programsregisterhost.c enumerate.c listaddr.c listaliasof.c listproperties.c: Clearinghouse2_defs.hClearinghouse2_defs.h: ../../courierlib/Clearinghouse2_defs.h cp ../../courierlib/Clearinghouse2_defs.h . cp ../../courierlib/Clearinghouse2.h .enumerate: enumerate.o ${CC} -g -o enumerate enumerate.o ${LIBDIR}/libcourier.alistaddr: listaddr.o ${CC} -g -o listaddr listaddr.o ${LIBDIR}/libcourier.alistaliasof: listaliasof.o ${CC} -g -o listaliasof listaliasof.o ${LIBDIR}/libcourier.alistproperties: listproperties.o ${CC} -g -o listproperties listproperties.o ${LIBDIR}/libcourier.aregisterhost: registerhost.o ${CC} -g -o registerhost registerhost.o ${LIBDIR}/libcourier.a
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -