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

📄 makefile

📁 ftam等标准协议服务器和客户端的源代码。
💻
字号:
################################################################################   Instructions to Make, for compilation of the ISODE callback demo################################################################################################################################################################ $Header: /xtel/isode/isode/others/callback/RCS/Makefile,v 9.0 1992/06/16 12:41:50 isode Rel $### $Log: Makefile,v $# Revision 9.0  1992/06/16  12:41:50  isode# Release 8.0## ################################################################################################################################################################				 NOTICE##    Acquisition, use, and distribution of this module and related#    materials are subject to the restrictions of a license agreement.#    Consult the Preface in the User's Manual for the full terms of#    this agreement.################################################################################################################################################################ Options###############################################################################BINDIR	=	/usr/new/################################################################################ Generation Rules for program modules###############################################################################.c.o:;		$(CC) $(CFLAGS) -c $*.c################################################################################ Programs and Libraries###############################################################################LIBES	=	$(LIBISODE)LLIBS   =	$(TOPDIR)llib-lisode################################################################################ Files###############################################################################HFILES	=	callback.hCFILES	=	initiator.c responder.c report.c################################################################### Here it is...##################################################################all:		initiator responderinst-all:	inst-initiator inst-responderinstall:	inst-all cleanlint:		l-initiator l-responder################################################################### initiator##################################################################inst-initiator:	$(BINDIR)callback$(BINDIR)callback:	xinitiator		-cp $@ zcallback		-rm -f $@		cp xinitiator $@		-@ls -gls $@		-@echo ""initiator:	xinitiatorxinitiator:	initiator.o report.o		$(LDCC) $(LDFLAGS) -o $@ initiator.o report.o $(LIBES) \			$(LSOCKET)l-initiator:;	$(LINT) $(LFLAGS) initiator.c report.c $(LLIBS) \			| grep -v "warning: possible pointer alignment problem"initiator.o:	$(HFILES)################################################################### responder##################################################################inst-responder:	$(SBINDIR)iso.callback$(SBINDIR)iso.callback:	xresponder		-cp $@ ziso.callback		-rm -f $@		cp xresponder $@		-@ls -gls $@		-@echo ""responder:	xresponderxresponder:	responder.o report.o		$(LDCC) $(LDFLAGS)  -o $@ responder.o report.o $(LIBES) \			$(LSOCKET)l-responder:;	$(LINT) $(LFLAGS) responder.c report.c $(LLIBS) \			| grep -v "warning: possible pointer alignment problem"responder.o:	$(HFILES)################################################################### clean##################################################################clean:;		rm -f *.o x* z* _* core grind:;		iprint Makefile		tgrind -lc $(HFILES) $(CFILES)true:;

⌨️ 快捷键说明

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