File: Makefile.am

package info (click to toggle)
hdf-eos4 3.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 5,960 kB
  • sloc: ansic: 43,570; sh: 11,324; fortran: 9,649; makefile: 261
file content (16 lines) | stat: -rwxr-xr-x 556 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# testdrivers top-level Makefile.am
# The testdrivers directory should be placed in the HDF-EOS2 directory;
# this file should be located at hdfeos2/testdrivers/Makefile.am

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

# Subdirectories
SUBDIRS=swath grid point

# Some files generated during testing that should be cleaned
DISTCLEANFILES=grid/Grid3.hdf grid/Gridc_Test.hdf       \
               point/Pointc_Test.hdf                    \
               swath/Swath_2.hdf swath/Swathc_Test.hdf