mirror of
https://github.com/Unidata/netcdf-c.git
synced 2024-11-21 03:13:42 +08:00
ddf3c31bb0
probably introduced more. Added CMake-related files to Makefile.am files for inclusion when creating a distribution package.
17 lines
467 B
Makefile
17 lines
467 B
Makefile
## 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
|