2018-12-07 05:56:42 +08:00
|
|
|
# This is part of Unidata's netCDF package. Copyright 2005-2018, see
|
2011-05-31 23:03:31 +08:00
|
|
|
# the COPYRIGHT file for more information.
|
2010-06-03 21:24:43 +08:00
|
|
|
|
2011-05-31 23:03:31 +08:00
|
|
|
# This automake file generates the Makefile to build netCDF-4.
|
2017-12-05 03:21:14 +08:00
|
|
|
# Ed Hartnett
|
2010-06-03 21:24:43 +08:00
|
|
|
|
2011-03-15 18:19:08 +08:00
|
|
|
include $(top_srcdir)/lib_flags.am
|
2010-06-03 21:24:43 +08:00
|
|
|
|
2011-03-15 18:19:08 +08:00
|
|
|
libnetcdf4_la_CPPFLAGS = ${AM_CPPFLAGS}
|
2010-06-03 21:24:43 +08:00
|
|
|
|
2011-05-31 23:03:31 +08:00
|
|
|
# This is our output. The netCDF-4 convenience library.
|
|
|
|
noinst_LTLIBRARIES = libnetcdf4.la
|
2020-09-28 02:43:46 +08:00
|
|
|
libnetcdf4_la_SOURCES = nc4dispatch.c nc4attr.c nc4dim.c nc4grp.c \
|
2022-02-05 01:35:15 +08:00
|
|
|
nc4internal.c nc4type.c nc4var.c ncfunc.c ncindex.c nc4cache.c
|
2020-02-17 03:59:33 +08:00
|
|
|
|
2017-12-05 03:21:14 +08:00
|
|
|
EXTRA_DIST = CMakeLists.txt
|