~ubuntu-branches/ubuntu/quantal/simgrid/quantal

« back to all changes in this revision

Viewing changes to buildtools/Cmake/DefinePackages.cmake

  • Committer: Package Import Robot
  • Author(s): Lucas Nussbaum, Martin Quinson, Lucas Nussbaum
  • Date: 2012-06-09 16:24:44 UTC
  • mfrom: (10.1.4 sid)
  • Revision ID: package-import@ubuntu.com-20120609162444-xook34f3d6qy5ixj
Tags: 3.7.1-1
[ Martin Quinson ]
* debian/copyright: update FSF address (thanks lintian for noticing)

[ Lucas Nussbaum ]
* New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
197
197
        src/xbt/xbt_socket.c
198
198
        src/xbt/xbt_socket_private.h
199
199
        src/xbt/xbt_trp_plugin_tcp.c
 
200
        src/xbt/RngStream.c
200
201
)
201
202
 
202
203
if(HAVE_MMAP)
390
391
        src/mc/mc_liveness.c
391
392
)
392
393
 
393
 
set(RNGSTREAM_SRC
394
 
        src/rngstreams/RngStream.h
395
 
        src/rngstreams/RngStream.c
396
 
)
397
 
 
398
394
set(headers_to_install
399
395
        include/xbt/misc.h
400
396
        include/xbt/sysdep.h
436
432
        include/xbt/socket.h
437
433
        include/xbt/file_stat.h
438
434
        include/xbt/xbt_os_thread.h
 
435
  include/xbt/RngStream.h
439
436
        include/simgrid/platf.h
440
437
        include/simgrid/modelchecker.h
441
438
        include/simgrid/simix.h
523
520
        ${AMOK_SRC}
524
521
        ${BINDINGS_SRC}
525
522
        ${JEDULE_SRC}
526
 
        ${RNGSTREAM_SRC}
527
523
)
528
524
 
529
525
if(HAVE_MC)