Makefile
上传用户:sy_wanhua
上传日期:2013-07-25
资源大小:3048k
文件大小:2k
- # $Id: Makefile,v 1.16 2001/06/12 23:34:22 kle Exp $
- # $Log: Makefile,v $
- # Revision 1.16 2001/06/12 23:34:22 kle
- # disable optimize build
- #
- # Revision 1.15 2001/06/12 22:39:13 kle
- # closed TCP connections after read failure. Connection was dangling
- #
- # Revision 1.14 2001/05/11 01:24:11 wjin
- # code review change for item #10
- #
- # Revision 1.13 2001/04/10 01:41:14 wjin
- # remove RtspUtil and add its functions to RtspTransceiver
- #
- # Revision 1.12 2001/03/10 03:05:03 kimle
- # remove check for transmission tcp buffer
- #
- # Revision 1.11 2001/03/10 01:40:37 wjin
- # add in RtspRtpInfoHdr
- #
- # Revision 1.10 2001/03/07 20:19:00 wjin
- # rtsp stack upgrade
- #
- # Revision 1.9 2001/03/03 04:01:34 wjin
- # add strucutral change for RtspMsg/Request/Response
- #
- # Revision 1.8 2001/03/02 20:33:35 wjin
- # add new functions
- #
- # Revision 1.7 2001/02/17 01:07:07 wjin
- # add RtspSdp.*
- #
- # Revision 1.6 2001/02/17 00:02:28 kimle
- # Added new states and processing
- #
- # Revision 1.5 2001/02/16 04:08:18 kimle
- # more chnages
- #
- # Revision 1.4 2001/02/15 01:37:42 wjin
- # new dev
- #
- # Revision 1.3 2001/02/13 03:10:49 wjin
- # add more files and more parser stuff done
- #
- # Revision 1.2 2001/02/10 03:16:04 wjin
- # add more for stack
- #
- # Revision 1.1 2001/02/08 22:45:14 wjin
- # Initial check ins for RTSP
- #
- BUILD = ../../build
- include $(BUILD)/Makefile.pre
- TARGET_LIBRARY=librtsp.a
- PACKAGES += SDP PTHREAD UTIL
- # name of all files to be compiled (don't include header files)
- SRC =
- CharData.cxx
- CharDataParser.cxx
- RtspUtil.cxx
- RtspMsg.cxx
- RtspRequest.cxx
- RtspResponse.cxx
- RtspMsgParser.cxx
- RtspSdp.cxx
- RtspDescribeMsg.cxx
- RtspAnnounceMsg.cxx
- RtspPlayMsg.cxx
- RtspRecordMsg.cxx
- RtspSetupMsg.cxx
- RtspPauseMsg.cxx
- RtspTeardownMsg.cxx
- RtspOptionsMsg.cxx
- RtspSetParameterMsg.cxx
- RtspTransportHdr.cxx
- RtspRangeHdr.cxx
- RtspLocationHdr.cxx
- RtspRtpInfoHdr.cxx
- RtspTcpBuffer.cxx
- RtspTcpConnection.cxx
- RtspTransceiver.cxx
- include $(BUILD)/Makefile.post