Makefile
上传用户:sy_wanhua
上传日期:2013-07-25
资源大小:3048k
文件大小:2k
- # $Id: Makefile,v 1.11 2001/02/16 23:48:57 wjin Exp $
- # $Log: Makefile,v $
- # Revision 1.11 2001/02/16 23:48:57 wjin
- # add setConnAddress in SdpMedia
- #
- # Revision 1.10 2001/02/08 02:24:39 jliou
- # 1. Code review changes.
- # 2. Fix the potential memory bug in SdpSession::reset().
- #
- # Revision 1.9 2000/07/22 23:08:21 jliou
- # Add support for optional fields
- #
- # Revision 1.8 2000/07/06 21:14:37 bogawa
- # SDP test cases
- #
- # Revision 1.7 2000/05/24 20:44:18 bogawa
- # fix for compiling
- #
- # Revision 1.6 2000/01/20 03:09:12 chok
- # Fixed extra r at end of line
- # Remove all lower case stuff(else part of #ifdef SIP)
- #
- # Revision 1.5 2000/01/17 22:56:10 bogawa
- # MGCP mixed case fix
- #
- # Revision 1.4 2000/01/05 02:41:52 mason
- # Integrated new SDP with freebx and mgcp.
- # Modified the corresponding Makefiles to use the SDP package.
- # Renamed old SdpConnection in SDPMedia.hxx to SDPConnection
- # to avoid conflicts.
- #
- # Revision 1.3 1999/12/28 09:41:14 chok
- # Integration with SIP ver2.
- #
- # Revision 1.2 1999/12/23 22:14:21 chok
- # Rename classes to match file names.
- # More implementation.
- #
- # Revision 1.1.1.1 1999/12/21 18:31:38 chok
- # Create SDP stack directory
- #
- #
- BUILD = ../build
- include $(BUILD)/Makefile.pre
- TARGET_LIBRARY = libsdp.a
- PACKAGES += UTIL PTHREAD
- # names of programs (e.g. test programs) to be compiled
- TESTPROGRAMS =
- SdpTest.cxx
- # SdpTestCopy.cxx
- # name of all files to be compiled (don't include header files)
- SRC =
- SdpSession.cxx
- SdpMedia.cxx
- SdpAttributes.cxx
- SdpTime.cxx
- SdpBandwidth.cxx
- SdpConnection.cxx
- SdpEncryptkey.cxx
- include $(BUILD)/Makefile.post