Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Cosmetics
[simgrid.git] / buildtools / Cmake / DefinePackages.cmake
1 ### define source packages
2
3 set(EXTRA_DIST 
4         src/portable.h
5         src/xbt/mallocator_private.h
6         src/xbt/dict_private.h
7         src/xbt/heap_private.h
8         src/xbt/fifo_private.h
9         src/xbt/graph_private.h
10         src/xbt/graphxml_parse.c
11         src/xbt/graphxml.l
12         src/xbt/graphxml.c
13         src/xbt/graphxml.dtd
14         src/xbt/log_private.h
15         src/xbt/ex_interface.h
16         src/xbt/backtrace_linux.c
17         src/xbt/backtrace_windows.c
18         src/xbt/backtrace_dummy.c
19         src/xbt/setset_private.h
20         src/xbt/parmap_private.h
21         src/xbt/mmalloc/attach.c
22         src/xbt/mmalloc/detach.c        
23         src/xbt/mmalloc/keys.c
24         src/xbt/mmalloc/mcalloc.c
25         src/xbt/mmalloc/mfree.c
26         src/xbt/mmalloc/mm_legacy.c             
27         src/xbt/mmalloc/mm.c
28         src/xbt/mmalloc/mmalloc.c
29         src/xbt/mmalloc/mmap-sup.c
30         src/xbt/mmalloc/mmcheck.c
31         src/xbt/mmalloc/mmemalign.c
32         src/xbt/mmalloc/mmprivate.h
33         src/xbt/mmalloc/mmstats.c
34         src/xbt/mmalloc/mmtrace.c
35         src/xbt/mmalloc/mrealloc.c
36         src/xbt/mmalloc/mvalloc.c
37         src/xbt/mmalloc/sbrk-sup.c
38         src/xbt/mmalloc/test/mmalloc_test.c
39         src/surf/maxmin_private.h
40         src/surf/trace_mgr_private.h
41         src/surf/surf_private.h
42         src/surf/surfxml_parse.c
43         src/surf/simgrid_dtd.l
44         src/surf/simgrid_dtd.c
45         src/surf/simgrid.dtd
46         src/surf/network_private.h
47         src/surf/network_gtnets_private.h
48         src/surf/gtnets/gtnets_interface.h
49         src/surf/gtnets/gtnets_simulator.h
50         src/surf/gtnets/gtnets_topology.h
51         src/surf/cpu_ti_private.h
52         src/include/surf/surf_resource.h
53         src/include/surf/datatypes.h
54         src/include/surf/maxmin.h
55         src/include/surf/trace_mgr.h
56         src/include/surf/surf.h
57         src/include/surf/surfxml_parse_private.h
58         src/include/surf/random_mgr.h
59         src/include/surf/surf_resource_lmm.h
60         src/include/xbt/wine_dbghelp.h
61         src/include/xbt/xbt_os_time.h
62         src/include/xbt/xbt_os_thread.h
63         src/include/mc/datatypes.h
64         src/include/mc/mc.h
65         src/include/simix/context.h
66         src/msg/private.h
67         src/msg/mailbox.h
68         src/simdag/private.h
69         src/simdag/dax.dtd
70         src/simdag/dax_dtd.l
71         src/simdag/dax_dtd.h
72         src/simdag/dax_dtd.c
73         src/gras/DataDesc/ddt_parse.yy.l
74         src/gras/DataDesc/ddt_parse.yy.h
75         src/gras/Virtu/virtu_rl.h
76         src/gras/Virtu/virtu_sg.h
77         src/gras/Virtu/virtu_interface.h
78         src/gras/Virtu/virtu_private.h
79         src/gras/Transport/transport_interface.h
80         src/amok/Bandwidth/bandwidth_private.h
81         src/amok/amok_modinter.h
82         src/simix/private.h
83         src/simix/process_private.h
84         src/simix/host_private.h
85         src/simix/network_private.h
86         src/simix/smurf_private.h
87         src/simix/synchro_private.h
88         
89         src/smpi/private.h
90         src/smpi/smpi_mpi_dt_private.h
91         src/smpi/README
92         src/mk_supernovae.pl
93 )
94
95 set(XBT_RL_SRC 
96         src/xbt/xbt_rl_synchro.c
97         src/xbt/xbt_rl_time.c
98 )
99
100 set(XBT_SG_SRC 
101         src/xbt/xbt_sg_synchro.c
102         src/xbt/xbt_sg_time.c
103 )     
104
105 set(SMPI_SRC
106         src/smpi/smpi_base.c
107         src/smpi/smpi_bench.c
108         src/smpi/smpi_global.c
109         src/smpi/smpi_mpi.c
110         src/smpi/smpi_pmpi.c
111         src/smpi/smpi_c99.c
112         src/smpi/smpi_f77.c
113         src/smpi/smpi_comm.c
114         src/smpi/smpi_group.c
115         src/smpi/smpi_coll.c
116         src/smpi/smpi_mpi_dt.c
117 )
118
119
120 set(GRAS_RL_SRC
121         src/gras/rl_stubs.c
122         src/xbt/xbt_os_thread.c
123         src/gras/Transport/rl_transport.c
124         src/gras/Transport/transport_plugin_file.c
125         src/gras/Transport/transport_plugin_tcp.c
126         src/gras/Virtu/rl_emul.c
127         src/gras/Virtu/rl_process.c
128         src/gras/Virtu/rl_dns.c
129         src/gras/Msg/rl_msg.c
130         ${XBT_RL_SRC}
131 )
132
133 set(XBT_SRC 
134         src/xbt/snprintf.c
135         src/xbt/xbt_str.c
136         src/xbt/xbt_strbuff.c
137         src/xbt/xbt_sha.c
138         src/xbt/ex.c
139         src/xbt_modinter.h
140         src/gras_modinter.h
141         src/xbt/xbt_virtu.c
142         src/xbt/xbt_os_time.c
143         src/xbt/log.c
144         src/xbt/xbt_log_appender_file.c
145         src/xbt/xbt_log_layout_simple.c
146         src/xbt/xbt_log_layout_format.c
147         src/xbt/mallocator.c
148         src/xbt/dynar.c
149         src/xbt/dict.c
150         src/xbt/dict_elm.c
151         src/xbt/dict_cursor.c
152         src/xbt/dict_multi.c
153         src/xbt/heap.c
154         src/xbt/fifo.c
155         src/xbt/swag.c
156         src/xbt/graph.c
157         src/xbt/set.c
158         src/xbt/xbt_matrix.c
159         src/xbt/xbt_queue.c
160         src/xbt/xbt_synchro.c
161         src/xbt/xbt_peer.c
162         src/xbt/xbt_main.c
163         src/xbt/config.c
164         src/xbt/cunit.c
165         src/xbt/graphxml_parse.c
166         src/xbt/setset.c
167         src/xbt/parmap.c
168         src/xbt/xbt_replay_trace_reader.c
169 )
170
171 if(HAVE_MMAP)
172         set(XBT_SRC
173         ${XBT_SRC}
174         src/xbt/mmalloc/mm.c    
175         )
176 endif(HAVE_MMAP)
177
178 set(GTNETS_SRC 
179         src/surf/gtnets/gtnets_simulator.cc
180         src/surf/gtnets/gtnets_topology.cc
181         src/surf/gtnets/gtnets_interface.cc
182         src/surf/network_gtnets.c
183 )
184
185 set(SURF_SRC 
186         src/surf/surf_model.c
187         src/surf/surf_action.c
188         src/surf/surf_routing.c
189         src/surf/surf_config.c
190         src/surf/maxmin.c
191         src/surf/fair_bottleneck.c
192         src/surf/lagrange.c
193         src/surf/trace_mgr.c
194         src/surf/random_mgr.c
195         src/surf/surf.c
196         src/surf/surfxml_parse.c
197         src/surf/cpu.c
198         src/surf/network.c
199         src/surf/network_im.c
200         src/surf/network_constant.c
201         src/surf/workstation.c
202         src/surf/workstation_ptask_L07.c
203         src/surf/cpu_ti.c
204         src/surf/cpu_im.c
205         src/xbt/xbt_sg_stubs.c
206 )
207
208 set(SIMIX_SRC 
209         src/simix/smx_global.c
210         src/simix/smx_deployment.c
211         src/simix/smx_environment.c
212         src/simix/smx_host.c
213         src/simix/smx_process.c
214         src/simix/smx_context.c
215         src/simix/smx_synchro.c
216         src/simix/smx_network.c
217         src/simix/smx_context_base.c
218         src/simix/smx_user.c
219         src/simix/smx_smurf.c
220         src/simix/smx_context_raw.c
221 )
222
223 set(MSG_SRC
224         src/msg/msg_config.c
225         src/msg/task.c
226         src/msg/host.c
227         src/msg/m_process.c
228         src/msg/gos.c
229         src/msg/global.c
230         src/msg/environment.c
231         src/msg/deployment.c
232         src/msg/msg_mailbox.c
233         src/msg/msg_actions.c
234 )
235
236 set(SIMDAG_SRC
237         src/simdag/sd_global.c
238         src/simdag/sd_link.c
239         src/simdag/sd_task.c
240         src/simdag/sd_workstation.c
241         src/simdag/sd_daxloader.c
242 )
243 if(HAVE_GRAPHVIZ)
244         set(SIMDAG_SRC 
245             ${SIMDAG_SRC} src/simdag/sd_dotloader.c
246         )
247 else(HAVE_GRAPHVIZ)
248         set(EXTRA_DIST
249             ${EXTRA_DIST} src/simdag/sd_dotloader.c
250         )
251 endif(HAVE_GRAPHVIZ)
252
253 set(GRAS_COMMON_SRC
254         src/gras/gras.c
255         src/gras/Transport/transport.c
256         src/gras/Transport/transport_private.h
257         src/gras/Msg/gras_msg_mod.c
258         src/gras/Msg/gras_msg_types.c
259         src/gras/Msg/gras_msg_exchange.c
260         src/gras/Msg/gras_msg_listener.c
261         src/gras/Msg/rpc.c 
262         src/gras/Msg/timer.c
263         src/gras/Msg/msg_interface.h
264         src/gras/Msg/msg_private.h
265         src/gras/Virtu/process.c
266         src/gras/Virtu/gras_module.c
267         src/gras/DataDesc/ddt_create.c
268         src/gras/DataDesc/ddt_convert.c
269         src/gras/DataDesc/ddt_exchange.c
270         src/gras/DataDesc/cbps.c
271         src/gras/DataDesc/datadesc.c
272         src/gras/DataDesc/datadesc_interface.h
273         src/gras/DataDesc/datadesc_private.h
274         src/gras/DataDesc/ddt_parse.c
275         src/gras/DataDesc/ddt_parse.yy.c
276 )
277
278 set(GRAS_SG_SRC
279         src/gras/Transport/sg_transport.c
280         src/gras/Transport/transport_plugin_sg.c
281         src/gras/Virtu/sg_emul.c
282         src/gras/Virtu/sg_process.c
283         src/gras/Virtu/sg_dns.c
284         src/gras/Msg/sg_msg.c
285         ${XBT_SG_SRC}
286 )
287
288 set(AMOK_SRC
289         src/amok/amok_base.c
290         src/amok/Bandwidth/bandwidth.c
291         src/amok/Bandwidth/saturate.c
292         src/amok/PeerManagement/peermanagement.c
293 )
294
295 set(LUA_SRC
296         src/bindings/lua/simgrid_lua.c
297         src/bindings/lua/lua_stub_generator.c
298         src/bindings/lua/lua_console.c
299 )
300
301 set(TRACING_SRC
302         src/instr/instr_routing.c
303         src/instr/instr_config.c
304         src/instr/instr_interface.c
305         src/instr/instr_paje.c
306         src/instr/instr_paje_trace.c
307         src/instr/instr_msg_task.c
308         src/instr/instr_msg_process.c
309         src/instr/instr_msg_volume.c
310         src/instr/instr_smx.c
311         src/instr/instr_surf.c
312         src/instr/instr_smpi.c
313         src/instr/instr_simdag.c
314         src/instr/instr_resource_utilization.c
315         src/instr/instr_private.h
316 )
317
318
319 set(JEDULE_SRC
320         include/instr/jedule/jedule_events.h
321         include/instr/jedule/jedule_output.h
322         include/instr/jedule/jedule_platform.h
323         include/instr/jedule/jedule_sd_binding.h
324         src/instr/jedule/jedule_events.c
325         src/instr/jedule/jedule_output.c
326         src/instr/jedule/jedule_platform.c
327         src/instr/jedule/jedule_sd_binding.c
328 )
329
330 set(MC_SRC
331         src/mc/mc_memory.c
332         src/mc/mc_checkpoint.c
333         src/mc/mc_state.c
334         src/mc/memory_map.c
335         src/mc/mc_global.c
336         src/mc/mc_dpor.c
337         src/mc/mc_request.c
338         src/mc/private.h
339 )
340
341 set(RNGSTREAM_SRC
342         src/rngstreams/RngStream.h
343         src/rngstreams/RngStream.c
344 )
345
346 set(install_HEADERS
347         include/xbt/misc.h
348         include/xbt/sysdep.h
349         include/xbt/virtu.h
350         include/xbt/str.h
351         include/xbt/strbuff.h
352         include/xbt/hash.h
353         include/xbt/function_types.h
354         include/xbt/asserts.h 
355         include/xbt/ex.h
356         include/xbt/log.h
357         include/xbt/module.h
358         include/xbt/mallocator.h
359         include/xbt/dynar.h
360         include/xbt/dict.h
361         include/xbt/set.h
362         include/xbt/heap.h
363         include/xbt/graph.h
364         include/xbt/fifo.h
365         include/xbt/swag.h
366         include/xbt/matrix.h
367         include/xbt/peer.h
368         include/xbt/config.h
369         include/xbt/cunit.h
370         include/xbt/graphxml_parse.h
371         include/xbt/graphxml.h
372         include/xbt/time.h
373         include/xbt/synchro.h
374         include/xbt/synchro_core.h
375         include/xbt/queue.h
376         include/xbt/setset.h
377         include/xbt/mmalloc.h
378         include/xbt/replay_trace_reader.h
379         include/xbt/parmap.h
380         include/mc/modelchecker.h
381         include/msg/msg.h
382         include/msg/datatypes.h
383         include/simdag/simdag.h
384         include/simdag/datatypes.h
385         include/smpi/smpi.h
386         ${CMAKE_CURRENT_BINARY_DIR}/include/smpi/smpif.h
387         include/smpi/mpi.h
388         include/smpi/mpif.h
389         include/surf/surfxml_parse.h
390         include/surf/simgrid_dtd.h
391         include/gras/datadesc.h
392         include/gras/transport.h
393         include/gras/virtu.h
394         include/gras/emul.h
395         include/gras/process.h
396         include/gras/module.h
397         include/gras/messages.h
398         include/gras/timer.h
399         include/amok/peermanagement.h
400         include/amok/bandwidth.h
401         include/instr/instr.h
402         ${CMAKE_CURRENT_BINARY_DIR}/include/simgrid_config.h
403         include/gras.h 
404         include/xbt.h
405         include/simix/simix.h
406         include/simix/datatypes.h
407         include/simix/context.h
408 )
409
410 ### depend of some variables setted upper
411 # -->CONTEXT_THREADS CONTEXT_UCONTEXT
412 if(${CONTEXT_THREADS}) #pthread
413         set(SURF_SRC
414                 ${SURF_SRC}
415                 src/xbt/xbt_os_thread.c
416                 src/simix/smx_context_thread.c
417                 )
418 else(${CONTEXT_THREADS}) # NOT pthread
419         set(EXTRA_DIST
420                 ${EXTRA_DIST}
421                 src/xbt/xbt_os_thread.c
422                 src/simix/smx_context_thread.c
423                 )
424 endif(${CONTEXT_THREADS})
425
426 if(${CONTEXT_UCONTEXT}) #ucontext
427         set(SURF_SRC
428                 ${SURF_SRC}
429                 src/simix/smx_context_sysv.c
430         )
431 else(${CONTEXT_UCONTEXT}) # NOT ucontext
432         set(EXTRA_DIST
433                 ${EXTRA_DIST}
434                 src/simix/smx_context_sysv.c
435         )
436 endif(${CONTEXT_UCONTEXT})
437
438 # -->HAVE_GTNETS
439 if(HAVE_GTNETS)
440         set(GTNETS_USED 
441                 ${GTNETS_SRC}
442         )
443 else(HAVE_GTNETS)
444         set(GTNETS_USED "")
445         set(EXTRA_DIST
446                 ${EXTRA_DIST}
447                 ${GTNETS_SRC}
448         )
449 endif(HAVE_GTNETS)
450
451 ### Simgrid Lib sources
452 set(simgrid_sources
453         ${XBT_SRC}
454         ${SURF_SRC}
455         ${GTNETS_USED}
456         ${SIMIX_SRC}
457         ${MSG_SRC}
458         ${TRACING_SRC}
459         ${SIMDAG_SRC}
460         ${GRAS_COMMON_SRC}
461         ${GRAS_SG_SRC}
462         ${AMOK_SRC}
463         ${JEDULE_SRC}
464         ${RNGSTREAM_SRC}
465 )
466
467 if(HAVE_MC)
468         set(simgrid_sources
469                 ${simgrid_sources}
470                 ${MC_SRC}
471                 )
472 endif(HAVE_MC)
473
474 # WINDOWS
475 if(WIN32)
476         set(simgrid_sources
477                 ${simgrid_sources}
478                 src/xbt/win32_ucontext.c
479                 src/xbt/xbt_os_thread.c
480                 src/simix/smx_context_thread.c
481                 )
482 endif(WIN32)
483
484 ### Gras Lib sources
485 set(gras_sources
486         ${XBT_SRC}
487         ${GRAS_COMMON_SRC}
488         ${GRAS_RL_SRC}
489         ${AMOK_SRC}
490 )
491
492 if(${HAVE_LUA})
493         set(simgrid_sources
494                 ${simgrid_sources}
495                 ${LUA_SRC}
496         )
497 elseif(${HAVE_LUA})
498         set(EXTRA_DIST
499                 ${EXTRA_DIST}
500                 ${LUA_SRC}
501         )
502 endif(${HAVE_LUA})
503
504 file(GLOB_RECURSE examples_to_install_in_doc
505 "examples/*.c"
506 "examples/*.h"
507 "examples/*.cxx"
508 "examples/*.hpp"
509 "examples/*.rb"
510 "examples/*.lua"
511 "examples/*.java"
512 "examples/*.xml"
513 "examples/*README"
514 )
515
516 set(DOC_SOURCES
517         doc/contrib.doc
518     doc/FAQ.doc
519         doc/gtut-howto-design.doc
520         doc/gtut-howto.doc
521         doc/gtut-introduction.doc
522         doc/gtut-main.doc
523         doc/gtut-tour-01-bones.doc
524         doc/gtut-tour-02-simple.doc
525         doc/gtut-tour-03-args.doc
526         doc/gtut-tour-04-callback.doc
527         doc/gtut-tour-05-globals.doc
528         doc/gtut-tour-06-logs.doc
529         doc/gtut-tour-07-timers.doc
530         doc/gtut-tour-08-exceptions.doc
531         doc/gtut-tour-09-simpledata.doc
532         doc/gtut-tour-10-rpc.doc
533         doc/gtut-tour-11-explicitwait.doc
534         doc/gtut-tour-12-staticstruct.doc
535         doc/gtut-tour-13-pointers.doc
536         doc/gtut-tour-14-dynar.doc
537         doc/gtut-tour-15-manualdatadef.doc
538         doc/gtut-tour-16-exchangecb.doc
539         doc/gtut-tour.doc
540         doc/gtut-tour-recap-messages.doc
541         doc/history.doc
542         doc/index-API.doc
543         doc/index.doc
544         doc/module-amok.doc
545         doc/module-gras.doc
546         doc/module-msg.doc
547         doc/module-sd.doc
548         doc/modules.doc
549         doc/module-surf.doc
550         doc/module-xbt.doc
551         doc/people.doc  
552         doc/publis.doc
553         
554         doc/gtut-files/01-bones.c
555         doc/gtut-files/01-bones.output
556         doc/gtut-files/02-simple.c
557         doc/gtut-files/02-simple.output
558         doc/gtut-files/03-args.c
559         doc/gtut-files/03-args.output
560         doc/gtut-files/03-args.xml
561         doc/gtut-files/04-callback.c
562         doc/gtut-files/04-callback.output
563         doc/gtut-files/05-globals.c
564         doc/gtut-files/05-globals.output
565         doc/gtut-files/06-logs.c
566         doc/gtut-files/06-logs.output
567         doc/gtut-files/06-logs.output.error
568         doc/gtut-files/06-logs.output.fmt
569         doc/gtut-files/06-logs.output.fmt-bt
570         doc/gtut-files/06-logs.output.verbose
571         doc/gtut-files/07-timers.c
572         doc/gtut-files/07-timers.output
573         doc/gtut-files/08-exceptions.c
574         doc/gtut-files/08-exceptions.output
575         doc/gtut-files/09-datatype-dump.c
576         doc/gtut-files/09-simpledata.c
577         doc/gtut-files/09-simpledata.output
578         doc/gtut-files/10-rpc.c
579         doc/gtut-files/10-rpc.output
580         doc/gtut-files/11-explicitwait.c
581         doc/gtut-files/11-explicitwait.output
582         doc/gtut-files/11-explicitwait.xml
583         doc/gtut-files/gtut-platform-3nodes.xml
584         doc/gtut-files/gtut-platform.xml
585         doc/gtut-files/Makefile
586         doc/gtut-files/README
587         doc/gtut-files/test.xml
588         
589         doc/webcruft/awstats_logo3.png
590         doc/webcruft/Paje_MSG_screenshot.jpg
591         doc/webcruft/Paje_MSG_screenshot_thn.jpg
592         doc/webcruft/poster_thumbnail.png
593         doc/webcruft/robots.txt
594         doc/webcruft/simgrid_logo.png
595         doc/webcruft/simgrid_logo_small.png
596         
597         doc/Doxyfile.in
598         doc/footer.html.in
599         
600         tools/doxygen/bibtex2html_table_count.pl
601         tools/doxygen/doxygen_postprocesser.pl
602         tools/doxygen/index_create.pl
603         tools/doxygen/toc_create.pl
604         tools/doxygen/bibtex2html_wrapper.pl
605         tools/doxygen/fig2dev_postprocessor.pl
606         tools/doxygen/index_php.pl
607         tools/doxygen/xbt_log_extract_hierarchy.pl
608 )
609
610 set(DOC_FIGS
611         ${CMAKE_HOME_DIRECTORY}/doc/fig/simgrid_modules.fig
612         ${CMAKE_HOME_DIRECTORY}/doc/fig/simgrid_modules2.fig
613         ${CMAKE_HOME_DIRECTORY}/doc/fig/amok_bw_test.fig
614         ${CMAKE_HOME_DIRECTORY}/doc/fig/amok_bw_sat.fig
615         ${CMAKE_HOME_DIRECTORY}/doc/fig/gras_comm.fig
616 )
617
618 file(GLOB_RECURSE add_src_files
619 "teshsuite/*.c"
620 "teshsuite/*.cxx"
621 "teshsuite/*CMakeLists.txt"
622 "testsuite/*.c"
623 "testsuite/*.cxx"
624 "testsuite/*CMakeLists.txt"
625 "tools/*.c"
626 "tools/*.cxx"
627 "tools/*CMakeLists.txt"
628 "examples/*.c"
629 "examples/*.cxx"
630 "examples/*.lua"
631 "examples/*.rb"
632 "examples/*CMakeLists.txt"
633 "src/bindings/*.lua"
634 "src/bindings/*.rb"
635 "src/bindings/*.c"
636 "src/bindings/*.h"
637 "src/bindings/*CMakeLists.txt"
638 )
639 set(add_src_files
640         ${add_src_files}
641         CMakeLists.txt
642         src/smpi/smpicc.in
643         src/smpi/smpif2c.in
644         src/smpi/smpiff.in
645         src/smpi/smpirun.in
646         src/simix/smx_context_sysv_private.h
647 )
648
649 file(GLOB_RECURSE include_files
650 "include/*.h"
651 "teshsuite/*.h"
652 "testsuite/*.h"
653 "tools/*.h"
654 "examples/*.h"
655 "examples/*.hpp"
656 "src/*.h.in"
657 "include/*.h.in"
658 )
659
660 file(GLOB_RECURSE xml_files
661 "examples/*.xml"
662 "include/*.xml"
663 "src/*.xml"
664 "teshsuite/*.xml"
665 "testsuite/*.xml"
666 "tools/*.xml"
667 )
668
669 file(GLOB_RECURSE tesh_files
670 "examples/*.tesh"
671 "include/*.tesh"
672 "src/*.tesh"
673 "teshsuite/*.tesh"
674 "testsuite/*.tesh"
675 "tools/*.tesh"
676 )
677
678 set(txt_files
679 "testsuite/surf/trace_A_failure.txt"
680 "testsuite/surf/trace_A.txt"
681 "testsuite/surf/trace_B.txt"
682 "examples/smpi/hostfile"
683 "examples/msg/procmig.trace"
684 "examples/msg/volume.trace"
685 "examples/msg/ms.trace"
686 "examples/msg/trace/file.trace"
687 "examples/msg/link5_state.trace"
688 "examples/msg/categories.trace"
689 "examples/msg/tasks.trace"
690 "examples/msg/fafard_state.trace"
691 "examples/msg/jupiter_state.trace"
692 "examples/msg/actions/actions_allReduce.txt"
693 "examples/msg/actions/actions_reduce.txt"
694 "examples/msg/actions/actions.txt"
695 "examples/msg/actions/actions_barrier.txt"
696 "examples/msg/actions/actions_split_p0.txt"
697 "examples/msg/actions/actions_with_isend.txt"
698 "examples/msg/actions/actions_bcast.txt"
699 "examples/msg/actions/actions_split_p1.txt"
700 "examples/msg/actions/CMakeLists.txt"
701 "examples/msg/migration/migration.deploy"
702 "teshsuite/gras/datadesc/datadesc.little32_4"
703 "teshsuite/gras/datadesc/datadesc.little64"
704 "teshsuite/gras/datadesc/datadesc.big32_8_4"
705 "teshsuite/gras/datadesc/mk_datadesc_structs.pl"
706 "teshsuite/gras/msg_handle/test_rl.tesh"
707 "teshsuite/gras/msg_handle/test_sg_32.tesh"
708 "teshsuite/gras/msg_handle/test_sg_64.tesh"
709 "teshsuite/gras/empty_main/test_rl.tesh"
710 "teshsuite/gras/empty_main/test_sg.tesh"
711 "teshsuite/gras/small_sleep/test_sg_32.tesh"
712 "teshsuite/gras/small_sleep/test_sg_64.tesh"
713 "teshsuite/simdag/platforms/bob.fail"
714 "teshsuite/simdag/platforms/bob.trace"
715 "teshsuite/simdag/platforms/link1.bw"
716 "teshsuite/simdag/platforms/link1.fail"
717 "teshsuite/simdag/platforms/link1.lat"
718 "examples/gras/ping/test_rl.tesh"
719 "examples/gras/rpc/test_rl.tesh"
720 "examples/gras/spawn/test_rl.tesh"
721 "examples/gras/timer/test_rl.tesh"
722 "examples/gras/chrono/test_rl.tesh"
723 "examples/gras/mutual_exclusion/simple_token/test_rl.tesh"
724 "examples/gras/mmrpc/test_rl.tesh"
725 "examples/gras/all2all/test_rl.tesh"
726 "examples/gras/pmm/test_rl.tesh"
727 "examples/gras/synchro/test_rl.tesh"
728 "examples/gras/properties/test_rl.tesh"
729 "examples/gras/ping/test_sg_32.tesh"
730 "examples/gras/rpc/test_sg_32.tesh"
731 "examples/gras/spawn/test_sg_32.tesh"
732 "examples/gras/timer/test_sg_32.tesh"
733 "examples/gras/chrono/test_sg_32.tesh"
734 "examples/gras/mutual_exclusion/simple_token/test_sg_32.tesh"
735 "examples/gras/mmrpc/test_sg_32.tesh"
736 "examples/gras/all2all/test_sg_32.tesh"
737 "examples/gras/pmm/test_sg_32.tesh"
738 "examples/gras/synchro/test_sg_32.tesh"
739 "examples/gras/ping/test_sg_64.tesh"
740 "examples/gras/rpc/test_sg_64.tesh"
741 "examples/gras/spawn/test_sg_64.tesh"
742 "examples/gras/timer/test_sg_64.tesh"
743 "examples/gras/chrono/test_sg_64.tesh"
744 "examples/gras/mutual_exclusion/simple_token/test_sg_64.tesh"
745 "examples/gras/mmrpc/test_sg_64.tesh"
746 "examples/gras/all2all/test_sg_64.tesh"
747 "examples/gras/pmm/test_sg_64.tesh"
748 "examples/gras/synchro/test_sg_64.tesh"
749 "examples/gras/properties/test_sg.tesh"
750 )
751
752 set(txt_files
753         ${txt_files}
754         AUTHORS
755         ChangeLog
756         COPYING
757         LICENSE-LGPL-2.1
758         NEWS
759         TODO
760         configure
761         INSTALL
762 )
763
764 file(GLOB_RECURSE README_files
765 "*README"
766 )
767         
768 string(REPLACE "${CMAKE_HOME_DIRECTORY}/" "" README_files "${README_files}")
769
770 file(GLOB_RECURSE CMAKE_SOURCE_FILES
771 "buildtools/Cmake/test_java.sh"
772 "buildtools/Cmake/*.cmake"
773 "buildtools/Cmake/*.h.in"
774 "buildtools/Cmake/*.pl"
775 "buildtools/Cmake/*.sh"
776 "buildtools/Cmake/test_prog/*.c"
777 "buildtools/Cmake/test_prog/*.cpp"
778 )
779
780 set(bin_files
781 tools/MSG_visualization/colorize.pl
782 tools/sg_unit_extractor.pl
783 tools/simgrid_update_xml.pl
784 buildtools/Cmake/tesh.pl
785 )
786
787 # This is the complete lise of what will be added to the source archive
788 set(source_to_pack      
789         ${XBT_RL_SRC}
790         ${EXTRA_DIST}
791         ${SMPI_SRC}
792         ${GRAS_RL_SRC}
793         ${XBT_SRC}
794         ${GTNETS_SRC}
795         ${SURF_SRC}
796         ${SIMIX_SRC}
797         ${TRACING_SRC}
798         ${MSG_SRC}
799         ${SIMDAG_SRC}
800         ${GRAS_COMMON_SRC}
801         ${GRAS_SG_SRC}
802         ${AMOK_SRC}
803         ${LUA_SRC}
804         ${MC_SRC}
805         ${JEDULE_SRC}
806         ${RNGSTREAM_SRC}
807         ${add_src_files}
808         ${include_files}
809         ${xml_files}
810         ${tesh_files}
811         ${txt_files}
812         ${EXTRA_DIST}
813         ${CMAKE_SOURCE_FILES}
814         ${bin_files}
815         ${DOC_SOURCES}
816         ${DOC_FIGS}
817         ${README_files}
818 )