File: Makefile.am

package info (click to toggle)
adios 1.13.1-31
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 23,692 kB
  • sloc: ansic: 133,236; f90: 8,791; sh: 7,779; python: 7,648; xml: 3,793; makefile: 2,996; cpp: 2,340; java: 626; sed: 16; perl: 8
file content (22 lines) | stat: -rw-r--r-- 353 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
SUBDIRS= gpp bpdump bp2ascii bpsplit bpls skeldump adios_list_methods bpmeta bprecover


if BUILD_WRITE
SUBDIRS += adios_lint 
if HAVE_MPI
    SUBDIRS += bp2bp bpdiff
if HAVE_FASTBIT
        SUBDIRS +=fastbit
endif HAVE_FASTBIT
endif HAVE_MPI
endif BUILD_WRITE

if HAVE_HDF5
SUBDIRS += bp2h5
endif

if HAVE_NETCDF
SUBDIRS +=bp2ncd
endif

SUBDIRS +=skel