~ubuntu-branches/ubuntu/vivid/mpich/vivid-proposed

« back to all changes in this revision

Viewing changes to src/pm/hydra/tools/topo/hwloc/hwloc/include/Makefile.am

  • Committer: Package Import Robot
  • Author(s): Anton Gladky
  • Date: 2014-04-01 20:24:20 UTC
  • mfrom: (5.2.4 sid)
  • Revision ID: package-import@ubuntu.com-20140401202420-t5ey1ia2klt5dkq3
Tags: 3.1-4
* [c3e3398] Disable test_primitives, which is unreliable on some platforms.
            (Closes: #743047)
* [265a699] Add minimal autotest.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Copyright © 2009-2012 Inria.  All rights reserved.
 
1
# Copyright © 2009-2013 Inria.  All rights reserved.
2
2
# Copyright © 2009-2010 Université Bordeaux 1
3
3
# Copyright © 2009-2011 Cisco Systems, Inc.  All rights reserved.
4
4
# Copyright © 2011      Oracle and/or its affiliates.  All rights reserved.
13
13
include_hwloc_HEADERS = \
14
14
        hwloc/bitmap.h \
15
15
        hwloc/helper.h \
 
16
        hwloc/inlines.h \
 
17
        hwloc/diff.h \
16
18
        hwloc/myriexpress.h \
17
19
        hwloc/openfabrics-verbs.h \
 
20
        hwloc/opencl.h \
18
21
        hwloc/cuda.h \
19
22
        hwloc/cudart.h \
20
 
        hwloc/rename.h
 
23
        hwloc/nvml.h \
 
24
        hwloc/plugins.h \
 
25
        hwloc/gl.h \
 
26
        hwloc/intel-mic.h \
 
27
        hwloc/rename.h \
 
28
        hwloc/deprecated.h
21
29
include_hwloc_autogendir = $(includedir)/hwloc/autogen
22
30
nodist_include_hwloc_autogen_HEADERS = hwloc/autogen/config.h 
23
31