netcdf-c/examples/Makefile.am

17 lines
467 B
Makefile
Raw Normal View History

2010-06-03 21:23:50 +08:00
## This is a automake file, part of Unidata's netCDF package.
# Copyright 2005, see the COPYRIGHT file for more information.
# This is the main automake file for netCDF. It builds the different
# netcdf directories. Not all directories are built, depending on the
# options selected during configure.
# Build ncgen/ncdump.
if BUILD_UTILITIES
CDL_DIR = CDL
endif
# These are the subdirectories that will be built.
SUBDIRS = C $(CDL_DIR)
EXTRA_DIST=CMakeLists.txt