[server] / trunk / server / src / Makefile.am Repository:
ViewVC logotype

View of /trunk/server/src/Makefile.am

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1218 - (download) (annotate)
Wed Jun 6 13:16:07 2012 UTC (11 months, 2 weeks ago) by jtarlton
File size: 3336 byte(s)
Pass/store rtp information in RtpIpInfo objects. These include the media direction in addition to the ip address and port number.
    1 # Project DiaStar Server
    2 #
    3 bin_PROGRAMS = diastar
    4 
    5 diastar_SOURCES = main.cxx \
    6             appdiastar.cxx appdiastar.h \
    7             appevent.h \
    8             call.h \
    9             channelmanager.h \
   10             config.cxx config.h \
   11             dialogicchannel.cxx dialogicchannel.h \
   12             dialogicchannelmanager.cxx dialogicchannelmanager.h \
   13             mediastatemachine.cxx mediastatemachine.h \
   14             ipinfo.h rtpipinfo.h group.h \
   15             dialogicdevice.h \
   16             gcdevice.cxx gcdevice.h \
   17             gcisdndevice.cxx gcisdndevice.h \
   18             ipmdevice.cxx ipmdevice.h \
   19             voxdevice.cxx voxdevice.h \
   20             mmdevice.cxx mmdevice.h \
   21             m3gboard.cxx m3gboard.h \
   22             m3gdevice.cxx m3gdevice.h \
   23             gciptdevice.cxx gciptdevice.h \
   24             gciptboard.cxx gciptboard.h \
   25             confboard.cxx confboard.h \
   26             confdevice.cxx confdevice.h \
   27             confpartydevice.cxx confpartydevice.h \
   28             videolayout.cxx videolayout.h \
   29             overlay.cxx overlay.h \
   30             coders.cxx coders.h \
   31             tonedetector.cxx tonedetector.h \
   32             mediafinder.cxx mediafinder.h \
   33             license.h \
   34             $(top_srcdir)/lib/logger.cxx $(top_srcdir)/lib/logger.h \
   35             $(top_srcdir)/lib/getoption.h \
   36             $(top_srcdir)/lib/inifile.cxx $(top_srcdir)/lib/inifile.h \
   37             $(top_srcdir)/lib/string-util.cxx $(top_srcdir)/lib/string-util.h \
   38             $(top_srcdir)/lib/net-util.cxx $(top_srcdir)/lib/net-util.h \
   39             $(top_srcdir)/lib/workqueuethread.h \
   40             $(top_srcdir)/lib/statemachine.cxx $(top_srcdir)/lib/statemachine.h\
   41             $(top_srcdir)/lib/waveinfo.cxx $(top_srcdir)/lib/waveinfo.h\
   42             woomera/woomera_server.cc \
   43             woomera/woomera_callctl.cc \
   44             woomera/woomera_common.cc woomera/woomera_common.h \
   45             woomera/woomera.h woomera/woomera_sys.h \
   46             sdp/sdp.h sdp/sdpelements.cxx sdp/sdpelements.h \
   47             sdp/sdplists.cxx sdp/sdplists.h \
   48             sdp/sdpcontainers.cxx sdp/sdpcontainers.h \
   49             $(top_srcdir)/imagemaker/imagemakerthread.cxx $(top_srcdir)/imagemaker/imagemakerthread.h \
   50             $(top_srcdir)/imagemaker/imagemaker.cxx $(top_srcdir)/imagemaker/imagemaker.h \
   51             $(top_srcdir)/imagemaker/url.cxx $(top_srcdir)/imagemaker/url.h \
   52             $(top_srcdir)/imagemaker/document.cxx $(top_srcdir)/imagemaker/document.h \
   53             $(top_srcdir)/imagemaker/style.cxx $(top_srcdir)/imagemaker/style.h \
   54             $(top_srcdir)/imagemaker/element.cxx $(top_srcdir)/imagemaker/element.h \
   55             rtsp/rtspconnector.cxx rtsp/rtspconnector.h
   56 
   57 
   58 diastar_LDADD =  $(LIBDIALOGIC_LDFLAGS) \
   59           -lpthread \
   60           -lgc -ldxxx -lsrl -ldti -lipm -lmml -ldevmgmt -lm3g -lcnf -lmtkl $(LIBMAGICK_LIBS) $(LIBLIVE555_LDFLAGS) $(LIBLIVE555_LIBS)
   61 
   62 
   63 # -Wno-write-strings -Wno-comments are needed to suppress warnings generated
   64 # by dialogic headers.
   65 #
   66 diastar_CPPFLAGS = -Wno-write-strings \
   67              -Werror -Wall -Wno-comments -Wno-unused -O2 \
   68              -I $(top_srcdir)/src/woomera \
   69              -I $(top_srcdir)/src/sdp \
   70              -I $(top_srcdir)/src/rtsp \
   71              -I $(top_srcdir)/imagemaker \
   72              -I $(top_srcdir)/lib \
   73              $(LIBDIALOGIC_CPPFLAGS) $(LIBMAGICK_CPPFLAGS) $(LIBLIVE555_CPPFLAGS)
   74 
   75 
   76 

No admin address has been configured
ViewVC Help
Powered by ViewVC 1.0.8