mirror of
https://github.com/Unidata/netcdf-c.git
synced 2025-03-25 17:40:27 +08:00
fixed makefile problems to allow make dist to work
This commit is contained in:
parent
65fdd02ff2
commit
1ba136e4cd
@ -17,7 +17,7 @@ AC_REVISION([$Id: configure.ac,v 1.450 2010/05/28 19:42:47 dmh Exp $])
|
||||
AC_PREREQ([2.59])
|
||||
|
||||
# Initialize with name, version, and support email address.
|
||||
AC_INIT([netCDF], [4.1.2], [support-netcdf@unidata.ucar.edu])
|
||||
AC_INIT([netCDF], [4.1.2-snapshot2010060406], [support-netcdf@unidata.ucar.edu])
|
||||
|
||||
# Create the VERSION file, which contains the package version from
|
||||
# AC_INIT.
|
||||
|
@ -71,8 +71,7 @@ endif
|
||||
endif #!USE_DISPATCH
|
||||
|
||||
# Netcdf-4 source.
|
||||
NC4SOURCES = nc4internal.h netcdf3.h error4.c error.h \
|
||||
netcdf4l.h nctolnc4.h
|
||||
NC4SOURCES = nc4internal.h netcdf3.h error4.c netcdf4l.h nctolnc4.h
|
||||
|
||||
if USE_DISPATCH
|
||||
NC4SOURCES += nc4dispatch.c nc4dispatch.h nc3stub.c nc3stub.h \
|
||||
|
@ -21,10 +21,6 @@ TESTPROGRAMS = tst_small nc_test tst_misc tst_norm tst_names
|
||||
nc_test_SOURCES = nc_test.c error.c test_get.m4 test_put.m4 \
|
||||
test_read.c test_write.c util.c error.h tests.h
|
||||
|
||||
# These are aptly named test programs.
|
||||
tst_small_SOURCES = tst_small.c nc_tests.h
|
||||
tst_misc_SOURCES = tst_misc.c nc_tests.h
|
||||
|
||||
LDADD += ${top_builddir}/liblib/libnetcdf.la @EXTERN_LDFLAGS@
|
||||
AM_CPPFLAGS += -I$(top_builddir)/liblib
|
||||
|
||||
@ -32,13 +28,6 @@ AM_CPPFLAGS += -I$(top_builddir)/liblib
|
||||
if LARGE_FILE_TESTS
|
||||
TESTPROGRAMS += quick_large_files tst_big_var6 tst_big_var2 tst_big_rvar tst_big_var \
|
||||
tst_large large_files
|
||||
quick_large_files_SOURCES = quick_large_files.c nc_tests.h
|
||||
tst_big_var6_SOURCES = tst_big_var6.c nc_tests.h
|
||||
tst_big_var2_SOURCES = tst_big_var2.c nc_tests.h
|
||||
tst_big_rvar_SOURCES = tst_big_rvar.c nc_tests.h
|
||||
tst_big_var_SOURCES = tst_big_var.c nc_tests.h
|
||||
tst_large_SOURCES = tst_large.c nc_tests.h
|
||||
large_files_SOURCES = large_files.c nc_tests.h
|
||||
CLEANFILES += large_files.nc quick_large_files.nc tst_big_var.nc \
|
||||
tst_big_var2.nc tst_big_rvar.nc
|
||||
endif # LARGE_FILE_TESTS
|
||||
|
@ -1,4 +1,4 @@
|
||||
@set UPDATED 3 June 2010
|
||||
@set UPDATED 4 June 2010
|
||||
@set UPDATED-MONTH June 2010
|
||||
@set EDITION 2.1.9
|
||||
@set VERSION 2.1.9
|
||||
|
Loading…
x
Reference in New Issue
Block a user