#
# Generated by the NeXT Project Builder.
#
# NOTE: Do NOT change this file -- Project Builder maintains it.
#
# Put all of your customizations in files called Makefile.preamble
# and Makefile.postamble (both optional), and Makefile will include them.
#

NAME = QuickTimeStreamingServer

PROJECTVERSION = 2.8
PROJECT_TYPE = Tool

CPPFILES = Dictionary.cpp Exception.cpp FilePrefsSource.cpp\
           IdleTask.cpp main.cpp MyAssert.cpp NetInfoPrefsSource.cpp\
           OS.cpp OSCond.cpp OSFileSource.cpp OSHeap.cpp OSMutex.cpp\
           OSQueue.cpp OSRef.cpp OSThread.cpp ReflectorSession.cpp\
           RTCPAPPPacket.cpp RTCPDebugModule.cpp\
           RTCPFlowControlModule.cpp RTCPPacket.cpp\
           RTCPRemoteStatusModule.cpp RTPAccessLogModule.cpp\
           RTPFileModule.cpp RTPInterfaceModule.cpp RTPModule.cpp\
           RTPReflectorModule.cpp RTPServer.cpp RTPServerInterface.cpp\
           RTPSession.cpp RTPStream.cpp RTSPLoggingModule.cpp\
           RTSPMessages.cpp RTSPModule.cpp RTSPPlayListModule.cpp\
           RTSPPrefs.cpp RTSPProtocol.cpp RTSPRequest.cpp\
           RTSPRequestInterface.cpp RTSPRequestStream.cpp\
           RTSPRollingLog.cpp RTSPServer.cpp RTSPServerInterface.cpp\
           RTSPSession.cpp RTSPSessionInterface.cpp\
           RTSPSvrControlModule.cpp RTSPTestModule.cpp\
           RTSPValidationModule.cpp RTSPWebDebugModule.cpp\
           RTSPWebStatsModule.cpp SDPParser.cpp SessionDictionary.cpp\
           Socket.cpp SocketUtils.cpp StreamDictionary.cpp\
           StringFormatter.cpp StringParser.cpp StringTranslator.cpp\
           StrPtrLen.cpp Task.cpp TCPListenerSocket.cpp TCPSocket.cpp\
           TimeoutTask.cpp UDPDemuxer.cpp UDPSocket.cpp\
           UDPSocketPool.cpp

HFILES = atomic.h Dictionary.h ev.h Exception.h FilePrefsSource.h\
         IdleTask.h MyAssert.h mycondition.h mymutex.h\
         NetInfoPrefsSource.h nilib2.h OS.h OSCond.h OSFileSource.h\
         OSHashTable.h OSHeaders.h OSHeap.h OSMutex.h OSQueue.h\
         OSRef.h OSThread.h PrefsSource.h QTRTPFile.h QTSS.h\
         ReflectorSession.h RTCPAPPPacket.h RTCPDebugModule.h\
         RTCPFlowControlModule.h RTCPPacket.h RTCPRemoteStatusModule.h\
         RTPAccessLogModule.h RTPFileModule.h RTPInterfaceModule.h\
         RTPModule.h RTPReflectorModule.h RTPServer.h\
         RTPServerInterface.h RTPSession.h RTPStream.h\
         RTSPLoggingModule.h RTSPMessages.h RTSPModule.h\
         RTSPPlayListModule.h RTSPPrefs.h RTSPProtocol.h RTSPRequest.h\
         RTSPRequestInterface.h RTSPRequestStream.h RTSPRollingLog.h\
         RTSPServer.h RTSPServerInterface.h RTSPSession.h\
         RTSPSessionInterface.h RTSPSvrControlModule.h RTSPTestModule.h\
         RTSPValidationModule.h RTSPWebDebugModule.h\
         RTSPWebStatsModule.h SCRPITypes.h SDPParser.h\
         ServerControlAPI.h SessionDictionary.h Socket.h SocketUtils.h\
         StreamDictionary.h StringFormatter.h StringParser.h\
         StringTranslator.h StrPtrLen.h Task.h TCPListenerSocket.h\
         TCPSocket.h tempcalls.h TimeoutTask.h TimeSharePrefixMOSX.h\
         timestamp.h UDPDemuxer.h UDPSocket.h UDPSocketPool.h

CFILES = mycondition.c mymutex.c nilib2.c

OTHERSRCS = Makefile.preamble Makefile Makefile.postamble QTSCRPI.defs\
            QTStreamingServerDoc.rtf .dir.tiff libatomic.a\
            libQTRTPFile.a PlaylistBroadcasterDoc.html


MAKEFILEDIR = $(MAKEFILEPATH)/pb_makefiles
CODE_GEN_STYLE = DYNAMIC
MAKEFILE = tool.make
NEXTSTEP_INSTALLDIR = /usr/sbin
WINDOWS_INSTALLDIR = /Library/Executables
PDO_UNIX_INSTALLDIR = /bin
LIBS = -latomic -lQTRTPFile
DEBUG_LIBS = $(LIBS)
PROF_LIBS = $(LIBS)


LIBRARY_PATHS = -L.
FRAMEWORK_PATHS = -F. -F$(NEXT_ROOT)/System/Library/PrivateFrameworks
NEXTSTEP_PB_CFLAGS = -D__MacOSX__ -DNeXT -include TimeSharePrefixMOSX.h -Wredundant-decls -Wshadow -Wcast-qual -Wno-four-char-constants -fhandle-exceptions -fcommon
FRAMEWORKS = -framework Foundation -framework NIAccess


NEXTSTEP_OBJCPLUS_COMPILER = /usr/bin/cc
WINDOWS_OBJCPLUS_COMPILER = $(DEVDIR)/gcc
PDO_UNIX_OBJCPLUS_COMPILER = $(NEXTDEV_BIN)/gcc
NEXTSTEP_JAVA_COMPILER = /usr/bin/javac
WINDOWS_JAVA_COMPILER = $(JDKBINDIR)/javac.exe
PDO_UNIX_JAVA_COMPILER = $(JDKBINDIR)/javac

include $(MAKEFILEDIR)/platform.make

-include Makefile.preamble

include $(MAKEFILEDIR)/$(MAKEFILE)

-include Makefile.postamble

-include Makefile.dependencies
