Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Implement RED module for ns3 into simgrid code.
[simgrid.git] / buildtools / Cmake / DefinePackages.cmake
index 436dba5..994ef83 100644 (file)
@@ -103,6 +103,8 @@ set(EXTRA_DIST
        src/surf/network_ns3_private.h
        src/surf/ns3/ns3_interface.h
        src/surf/ns3/ns3_simulator.h
+       src/surf/ns3/my-point-to-point-helper.h
+       src/surf/ns3/red-queue.h
 )
 
 set(XBT_RL_SRC 
@@ -200,8 +202,10 @@ set(NS3_SRC
        src/surf/network_ns3.c
        src/surf/ns3/ns3_interface.cc
        src/surf/ns3/ns3_simulator.cc
-       )
-
+       src/surf/ns3/red-queue.cc
+       src/surf/ns3/my-point-to-point-helper.cc
+)
+       
 set(SURF_SRC 
        src/surf/surf_model.c
        src/surf/surf_action.c
@@ -548,9 +552,31 @@ file(GLOB_RECURSE examples_to_install_in_doc
 "examples/*README"
 )
 
+set(WEBSITE_SOURCES
+    website/contrib.doc
+    website/FAQ.doc
+    website/history.doc
+       website/people.doc      
+       website/publis.doc  
+       website/all.bib
+       website/Doxyfile_website.in
+       website/footer.html
+       website/index.php.in
+       website/download.php.in
+       website/documentation.php.in
+    
+    tools/doxygen/bibtex2html_table_count.pl
+       doc/webcruft/fish.gif
+       doc/webcruft/robots.txt
+       )
+    
 set(DOC_SOURCES
-       doc/contrib.doc
-       doc/FAQ.doc
+       doc/installSimgrid.doc
+       doc/bindings.doc
+       doc/options.doc
+       doc/use.doc
+       doc/tracing.doc
+       doc/pls.doc
        doc/gtut-howto-design.doc
        doc/gtut-howto.doc
        doc/gtut-introduction.doc
@@ -574,7 +600,7 @@ set(DOC_SOURCES
        doc/gtut-tour-16-exchangecb.doc
        doc/gtut-tour.doc
        doc/gtut-tour-recap-messages.doc
-       doc/history.doc
+       
        #doc/index-API.doc
        doc/index.doc
        doc/module-amok.doc
@@ -584,8 +610,6 @@ set(DOC_SOURCES
        doc/modules.doc
        doc/module-surf.doc
        doc/module-xbt.doc
-       doc/people.doc  
-       doc/publis.doc
        
        doc/gtut-files/01-bones.c
        doc/gtut-files/01-bones.output
@@ -626,10 +650,8 @@ set(DOC_SOURCES
        doc/webcruft/Paje_MSG_screenshot.jpg
        doc/webcruft/Paje_MSG_screenshot_thn.jpg
        doc/webcruft/poster_thumbnail.png
-       doc/webcruft/robots.txt
        doc/webcruft/simgrid_logo.png
        doc/webcruft/simgrid_logo_small.png
-       doc/webcruft/fish.gif
        doc/triva-graph_configuration.png
        doc/triva-graph_visualization.png
        doc/simgrid.css
@@ -637,13 +659,11 @@ set(DOC_SOURCES
        doc/Doxyfile.in
        doc/footer.html.in
        
-       tools/doxygen/bibtex2html_table_count.pl
        tools/doxygen/doxygen_postprocesser.pl
        tools/doxygen/index_create.pl
        tools/doxygen/toc_create.pl
        tools/doxygen/bibtex2html_wrapper.pl
        tools/doxygen/fig2dev_postprocessor.pl
-       tools/doxygen/index_php.pl
        tools/doxygen/xbt_log_extract_hierarchy.pl
 )
 
@@ -655,10 +675,6 @@ set(DOC_FIGS
        ${CMAKE_HOME_DIRECTORY}/doc/fig/gras_comm.fig
 )
 
-set(DOC_bib
-       ${CMAKE_HOME_DIRECTORY}/doc/all.bib
-)
-
 file(GLOB_RECURSE add_src_files
 "teshsuite/*.c"
 "teshsuite/*.cxx"
@@ -847,8 +863,8 @@ set(source_to_pack
        ${CMAKE_SOURCE_FILES}
        ${bin_files}
        ${DOC_SOURCES}
+       ${WEBSITE_SOURCES}
        ${DOC_FIGS}
-       ${DOC_bib}
        ${README_files}
        buildtools/Cmake/simgrid.nsi.in 
 )