makefile

来自「Vovida 社区开源的 SIP 协议源码」· 代码 · 共 51 行

TXT
51
字号
# $Log: Makefile,v $# Revision 1.3  2002/05/29 01:16:27  bko# fixes for repository building## Revision 1.2  2001/01/02 22:29:14  deepalir# *** empty log message ***## Revision 1.1  2000/11/16 23:09:27  deepali# Initial Creation#BUILD = ../../buildinclude $(BUILD)/Makefile.prePACKAGES += VMCP UTIL PTHREAD#INCDIRS += codec#DEFINES += USE_PTHREADSTARGET_LIBRARY = libvme#TESTPROGRAMS = \#        codec/encode.c \#        codec/decode.c#CODE_SUBDIRS = codec# name of all files to be compiled (don't include header files)SRC = \	Event.cxx \	State.cxx \	Session.cxx \	EventSource.cxx \	LineVMCP.cxx \	Timer.cxx \	PromptServer.cxx \	Waiter.cxx#CAPIBUILDER := $(BUILD)/../tools/cApiBuilder##rtpApi.h: rtpTools.hxx Rtp.hxx Rtcp.hxx RtpSession.hxx $(CAPIBUILDER)#	cat rtpTools.hxx Rtp.hxx Rtcp.hxx RtpSession.hxx | $(CAPIBUILDER) -h > rtpApi.h###rtpApi.cxx: rtpTools.hxx Rtp.hxx Rtcp.hxx RtpSession.hxx $(CAPIBUILDER)#	cat rtpTools.hxx Rtp.hxx Rtcp.hxx RtpSession.hxx | $(CAPIBUILDER) -irtpTools.hxx -iRtp.hxx -iRtcp.hxx -iRtpSession.hxx   > rtpApi.cxxinclude $(BUILD)/Makefile.post

⌨️ 快捷键说明

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