📄 makefile
字号:
# $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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -