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