Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Remove website from simgrid directory
[simgrid.git] / buildtools / Cmake / DefinePackages.cmake
index 62b7b4e..c013dc7 100644 (file)
@@ -104,6 +104,7 @@ set(EXTRA_DIST
        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 
@@ -201,20 +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
+)
        
-if(HAVE_RED_QUEUE_H)
-    set(NS3_SRC
-        ${NS3_SRC}
-        src/surf/ns3/my-point-to-point-helper.cc
-        )
-else(HAVE_RED_QUEUE_H)
-       set(EXTRA_DIST
-           ${EXTRA_DIST}
-           src/surf/ns3/my-point-to-point-helper.cc
-       )
-endif(HAVE_RED_QUEUE_H)
-
 set(SURF_SRC 
        src/surf/surf_model.c
        src/surf/surf_action.c
@@ -561,23 +552,7 @@ 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/installSimgrid.doc
@@ -585,8 +560,7 @@ set(DOC_SOURCES
        doc/options.doc
        doc/use.doc
        doc/tracing.doc
-       doc/gtnets.doc
-       doc/ns3.doc
+       doc/pls.doc
        doc/gtut-howto-design.doc
        doc/gtut-howto.doc
        doc/gtut-introduction.doc
@@ -873,7 +847,6 @@ set(source_to_pack
        ${CMAKE_SOURCE_FILES}
        ${bin_files}
        ${DOC_SOURCES}
-       ${WEBSITE_SOURCES}
        ${DOC_FIGS}
        ${README_files}
        buildtools/Cmake/simgrid.nsi.in