File: Makefile.am

package info (click to toggle)
hdf-eos5 2%3A2.0-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 14,692 kB
  • sloc: ansic: 92,051; fortran: 31,463; sh: 11,395; makefile: 492
file content (13 lines) | stat: -rw-r--r-- 446 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
# testdrivers top-level Makefile.am
# The testdrivers directory should be placed in the HDF-EOS5 directory;
# this file should be located at hdfeos5/testdrivers/Makefile.am

# Include boilerplate definitions (from HDF-EOS5 configuration)
include $(top_srcdir)/config/include.am

# Only recurse into the threads directory if threads are being used.
if HDF5_THREADSAFE
  SUBDIRS=swath grid point za threads
else
  SUBDIRS=swath grid point za
endif