- # $Id: Makefile,v 1.25 2001/05/13 08:33:20 icahoon Exp $
- # $Log: Makefile,v $
- # Revision 1.25 2001/05/13 08:33:20 icahoon
- # Asiago merge
- #
- # Revision 1.24 2001/04/11 01:10:08 kimle
- # changed to fake unknown silence packets
- #
- # Revision 1.23 2001/03/21 01:02:23 kimle
- # Added silence patching.
- # -added knowledge about other codecs into rtpTypes
- # -added RtpTimeGreater comperator in rtpTools
- # -modifed test programs to create and delete silence packets
- #
- # Revision 1.22 2001/03/09 01:40:55 kimle
- # new test programs
- #
- # Revision 1.21 2001/02/27 00:55:27 larryt
- # revert Kim's changes - all the rtp changes I checked in today. -kim
- #
- # Revision 1.19 2001/01/16 03:10:27 kimle
- # Added files to test maximum number of UDP sessions
- #
- # Revision 1.18 2001/01/11 22:39:40 wjin
- # add/change test for RTP capacity
- #
- # Revision 1.17 2001/01/05 23:16:34 wjin
- # add new test files
- #
- # Revision 1.16 2000/12/30 01:32:28 wjin
- # test to see how many sessions can be established between two linux boxes
- #
- # Revision 1.15 2000/07/15 04:11:46 bogawa
- # fix
- #
- # Revision 1.14 2000/06/21 01:03:58 kle
- # Fixed cycle counting. Added RtpTransmitter::transmitRaw(char* data, int len).
- # Reduced memory copies when receiving and transmitting packets. No changes in RTCP.
- #
- # Revision 1.13 2000/05/10 01:56:00 bogawa
- # modularize SessionData code into separate class
- #
- # Revision 1.12 2000/05/08 23:04:06 bogawa
- # simple RTP play/record client
- #
- # Revision 1.11 2000/03/28 02:46:47 wenqing
- # remove ixjuser.h telephony.h since add package of quicknet
- # modify to make phoneJack work for the new driver.
- #
- # Revision 1.10 2000/03/23 22:07:25 wenqing
- # fix for mem leak related to strstream
- #
- # Revision 1.9 2000/03/23 00:11:17 jeff
- # added support for compiling on Sun Solaris
- #
- # Revision 1.8 2000/02/05 01:51:06 wenqing
- # update for test programs
- #
- # Revision 1.7 2000/01/20 02:57:47 wenqing
- # add file
- #
- # Revision 1.6 1999/12/24 02:13:00 bogawa
- # fixes for release
- #
- # Revision 1.5 1999/12/24 00:35:32 wenqing
- # for adding UdpStack::connectPorts()
- #
- # Revision 1.4 1999/12/23 02:20:00 wenqing
- # fix for endian issues on vxworks
- #
- # Revision 1.3 1999/12/21 21:56:34 bogawa
- # fixes for great renaming
- #
- # Revision 1.2 1999/12/21 18:33:30 wenqing
- # add test_timing.cxx file
- #
- # Revision 1.1 1999/12/17 17:18:36 wenqing
- # *** empty log message ***
- #
- # Revision 1.20 1999/12/06 21:28:59 bogawa
- # make file fixes for rtp and util
- #
- # Revision 1.19 1999/12/01 21:44:44 bogawa
- # make file fixes to fix compiling on Linux and SIP package adding
- #
- # Revision 1.18 1999/11/24 02:30:03 wenqing
- # mv files to test. change for sampleUsage to port to sh-vxworks
- #
- # Revision 1.17 1999/11/24 00:18:45 wenqing
- # New rtp/Rtcp.changes for new udp stack. Makefile changes for make udp from
- # util dir. Changes for porting to vxworks.
- #
- # Revision 1.16 1999/10/25 22:02:20 bogawa
- # merge from irix6-0914 back into the main branch
- #
- # Revision 1.15.4.3 1999/10/07 22:10:32 bogawa
- # makefile fixes to make makefiles cleaner and more correct, add rtp to stable of ones using our makefile system
- #
- # Revision 1.15.4.2 1999/09/15 00:58:54 bogawa
- # merge in chok's new agent code
- #
- # Revision 1.15.4.1 1999/09/15 00:24:20 bogawa
- # merge in cheung's changes and changes to compile under sgi
- #
- # Revision 1.15 1999/08/17 21:03:42 kle
- # Improvements on the jitter buffer.
- # Flexability for 20ms on the wire.
- # Added usage for Cullen's UDP code.
- # Added usage for Chok's cpLog code.
- #
- # Revision 1.14 1999/08/03 20:06:37 kle
- # Fixed poping sounds in rtp streaming data.
- #
- # Revision 1.13 1999/08/02 23:58:02 kle
- # Revision update RTP
- #
- # Revision 1.12 1999/07/15 19:27:10 bogawa
- #
- # fix for intel architecture machine independence
- #
- # Revision 1.11 1999/06/30 08:00:37 bogawa
- #
- # corrected the contact information
- #
- # Revision 1.10 1999/06/30 04:51:39 bogawa
- #
- # fix make file
- #
- # Revision 1.9 1999/06/30 00:34:29 kle
- #
- # add the sample files from RTP to the release directory
- #
- # Revision 1.8 1999/06/29 23:08:53 kle
- # Updated changes relating to new RTP naming
- #
- # Revision 1.6 1999/06/29 14:39:57 kle
- # Added more functions to rtpApi. Added documentation.
- #
- # Revision 1.5 1999/06/29 01:49:58 bogawa
- #
- # Update the RTP code to match Cullen's automatically generated code
- #
- # Revision 1.3 1999/06/08 20:43:37 bogawa
- #
- # fix make file to properly install the right header files
- #
- # Revision 1.2 1999/06/08 18:39:20 cullen
- # put insall target after all target
- #
- # Revision 1.1 1999/06/08 18:33:38 cullen
- # Creating files
- #
- BUILD = ../../build
- include $(BUILD)/Makefile.pre
- DEFINES += USE_PTHREADS
- PACKAGES += PTHREAD RTP UTIL QUICKNET
- #PACKAGES += PTHREAD RTP UTIL
- #INCDIRS += . ../util/
- TESTPROGRAMS =
- soundcardTest.cxx
- rtpPlayLoad.cxx
- rtpPlay.cxx
- rtpPlayRaw.cxx
- rtpRecord.cxx
- test_endian.cxx
- # maxUdpRecording.cxx
- # maxUdpPlaying.cxx
- # maxPlaying.cxx
- # maxRecording.cxx
- # maxRecordingNF.cxx
- # maxRtpSessions.cxx
- # sampleUsage.cxx
- # rtpRecord.cxx
- # phoneJack.cxx
- # rtpSimple.cxx
- # name of all files to be compiled (don't include header files)
- SRC =
- include $(BUILD)/Makefile.post