| 1 | $OpenBSD$ |
|---|
| 2 | --- Makefile.POSIX.orig Fri Jun 6 22:17:54 2008 |
|---|
| 3 | +++ Makefile.POSIX Sat Jun 7 21:56:09 2008 |
|---|
| 4 | @@ -42,7 +42,6 @@ CCFLAGS += -IHTTPUtilitiesLib |
|---|
| 5 | CCFLAGS += -IRTPMetaInfoLib |
|---|
| 6 | CCFLAGS += -IPrefsSourceLib |
|---|
| 7 | CCFLAGS += -IServer.tproj |
|---|
| 8 | - |
|---|
| 9 | # EACH DIRECTORY WITH A STATIC LIBRARY MUST BE APPENDED IN THIS MANNER TO THE LINKOPTS |
|---|
| 10 | |
|---|
| 11 | LINKOPTS = -LCommonUtilitiesLib |
|---|
| 12 | @@ -52,38 +51,42 @@ C++FLAGS = $(CCFLAGS) |
|---|
| 13 | |
|---|
| 14 | CFILES = CommonUtilitiesLib/daemon.c |
|---|
| 15 | |
|---|
| 16 | -CPPFILES = Server.tproj/QTSSExpirationDate.cpp\ |
|---|
| 17 | +CPPFILES = Server.tproj/GenerateXMLPrefs.cpp \ |
|---|
| 18 | + Server.tproj/main.cpp \ |
|---|
| 19 | Server.tproj/QTSSCallbacks.cpp \ |
|---|
| 20 | - Server.tproj/QTSSDictionary.cpp\ |
|---|
| 21 | Server.tproj/QTSSDataConverter.cpp \ |
|---|
| 22 | + Server.tproj/QTSSDictionary.cpp \ |
|---|
| 23 | Server.tproj/QTSSErrorLogModule.cpp \ |
|---|
| 24 | - Server.tproj/QTSSMessages.cpp\ |
|---|
| 25 | + Server.tproj/QTSServer.cpp \ |
|---|
| 26 | + Server.tproj/QTSServerInterface.cpp \ |
|---|
| 27 | + Server.tproj/QTSServerPrefs.cpp \ |
|---|
| 28 | + Server.tproj/QTSSExpirationDate.cpp \ |
|---|
| 29 | + Server.tproj/QTSSFile.cpp \ |
|---|
| 30 | + Server.tproj/QTSSMessages.cpp \ |
|---|
| 31 | Server.tproj/QTSSModule.cpp \ |
|---|
| 32 | - Server.tproj/QTSServerPrefs.cpp\ |
|---|
| 33 | - Server.tproj/QTSSSocket.cpp\ |
|---|
| 34 | - Server.tproj/QTSSFile.cpp\ |
|---|
| 35 | Server.tproj/QTSSPrefs.cpp \ |
|---|
| 36 | - Server.tproj/QTSServer.cpp\ |
|---|
| 37 | - Server.tproj/QTSServerInterface.cpp \ |
|---|
| 38 | - Server.tproj/RTCPTask.cpp\ |
|---|
| 39 | - Server.tproj/RTPSession.cpp \ |
|---|
| 40 | - Server.tproj/RTPPacketResender.cpp \ |
|---|
| 41 | + Server.tproj/QTSSSocket.cpp \ |
|---|
| 42 | + Server.tproj/QTSSUserProfile.cpp \ |
|---|
| 43 | + Server.tproj/RTCPTask.cpp \ |
|---|
| 44 | Server.tproj/RTPBandwidthTracker.cpp \ |
|---|
| 45 | Server.tproj/RTPOverbufferWindow.cpp \ |
|---|
| 46 | - Server.tproj/RTPSessionInterface.cpp\ |
|---|
| 47 | + Server.tproj/RTPPacketResender.cpp \ |
|---|
| 48 | + Server.tproj/RTPSession3GPP.cpp \ |
|---|
| 49 | + Server.tproj/RTPSession.cpp \ |
|---|
| 50 | + Server.tproj/RTPSessionInterface.cpp \ |
|---|
| 51 | + Server.tproj/RTPStream3gpp.cpp \ |
|---|
| 52 | Server.tproj/RTPStream.cpp \ |
|---|
| 53 | - Server.tproj/RTSPProtocol.cpp\ |
|---|
| 54 | + Server.tproj/RTSPProtocol.cpp \ |
|---|
| 55 | + Server.tproj/RTSPRequest3GPP.cpp \ |
|---|
| 56 | Server.tproj/RTSPRequest.cpp \ |
|---|
| 57 | - Server.tproj/RTSPRequestInterface.cpp\ |
|---|
| 58 | + Server.tproj/RTSPRequestInterface.cpp \ |
|---|
| 59 | Server.tproj/RTSPRequestStream.cpp \ |
|---|
| 60 | - Server.tproj/RTSPResponseStream.cpp\ |
|---|
| 61 | + Server.tproj/RTSPResponseStream.cpp \ |
|---|
| 62 | + Server.tproj/RTSPSession3GPP.cpp \ |
|---|
| 63 | Server.tproj/RTSPSession.cpp \ |
|---|
| 64 | - Server.tproj/RTSPSessionInterface.cpp\ |
|---|
| 65 | - Server.tproj/main.cpp \ |
|---|
| 66 | + Server.tproj/RTSPSessionInterface.cpp \ |
|---|
| 67 | Server.tproj/RunServer.cpp \ |
|---|
| 68 | - Server.tproj/GenerateXMLPrefs.cpp \ |
|---|
| 69 | - Server.tproj/QTSSUserProfile.cpp\ |
|---|
| 70 | - PrefsSourceLib/FilePrefsSource.cpp\ |
|---|
| 71 | + PrefsSourceLib/FilePrefsSource.cpp \ |
|---|
| 72 | PrefsSourceLib/XMLPrefsParser.cpp \ |
|---|
| 73 | PrefsSourceLib/XMLParser.cpp \ |
|---|
| 74 | OSMemoryLib/OSMemory.cpp \ |
|---|
| 75 | @@ -91,17 +94,20 @@ CPPFILES = Server.tproj/QTSSExpirationDate.cpp\ |
|---|
| 76 | RTSPClientLib/ClientSocket.cpp \ |
|---|
| 77 | HTTPUtilitiesLib/HTTPProtocol.cpp \ |
|---|
| 78 | HTTPUtilitiesLib/HTTPRequest.cpp \ |
|---|
| 79 | - RTCPUtilitiesLib/RTCPAPPPacket.cpp\ |
|---|
| 80 | + RTCPUtilitiesLib/RTCPAckPacket.cpp \ |
|---|
| 81 | + RTCPUtilitiesLib/RTCPAPPNADUPacket.cpp \ |
|---|
| 82 | + RTCPUtilitiesLib/RTCPAPPPacket.cpp \ |
|---|
| 83 | + RTCPUtilitiesLib/RTCPAPPQTSSPacket.cpp \ |
|---|
| 84 | RTCPUtilitiesLib/RTCPPacket.cpp \ |
|---|
| 85 | - RTCPUtilitiesLib/RTCPSRPacket.cpp\ |
|---|
| 86 | - RTCPUtilitiesLib/RTCPAckPacket.cpp\ |
|---|
| 87 | - RTPMetaInfoLib/RTPMetaInfoPacket.cpp\ |
|---|
| 88 | + RTCPUtilitiesLib/RTCPSRPacket.cpp \ |
|---|
| 89 | + RTPMetaInfoLib/RTPMetaInfoPacket.cpp \ |
|---|
| 90 | APIStubLib/QTSS_Private.cpp \ |
|---|
| 91 | APICommonCode/QTSSModuleUtils.cpp\ |
|---|
| 92 | APICommonCode/QTSSRollingLog.cpp \ |
|---|
| 93 | APICommonCode/SDPSourceInfo.cpp \ |
|---|
| 94 | APICommonCode/SourceInfo.cpp \ |
|---|
| 95 | APICommonCode/QTAccessFile.cpp \ |
|---|
| 96 | + APICommonCode/QTSS3GPPModuleUtils.cpp \ |
|---|
| 97 | SafeStdLib/InternalStdLib.cpp \ |
|---|
| 98 | APIModules/QTSSAccessLogModule/QTSSAccessLogModule.cpp \ |
|---|
| 99 | APIModules/QTSSFileModule/QTSSFileModule.cpp \ |
|---|
| 100 | @@ -129,7 +135,7 @@ CPPFILES = Server.tproj/QTSSExpirationDate.cpp\ |
|---|
| 101 | APIModules/QTSSAccessModule/QTSSAccessModule.cpp \ |
|---|
| 102 | APIModules/QTSSHttpFileModule/QTSSHttpFileModule.cpp \ |
|---|
| 103 | APIModules/QTSSAccessModule/AccessChecker.cpp |
|---|
| 104 | - |
|---|
| 105 | + |
|---|
| 106 | # CCFLAGS += $(foreach dir,$(HDRS),-I$(dir)) |
|---|
| 107 | |
|---|
| 108 | LIBFILES = QTFileLib/libQTFileLib.a \ |
|---|