mirror of
https://github.com/Unidata/netcdf-c.git
synced 2025-04-12 18:10:24 +08:00
merged 466
This commit is contained in:
commit
2197d9849b
@ -37,12 +37,12 @@ noinst_LTLIBRARIES = libnetcdf3.la
|
||||
# These files are cleaned on developer workstations (and then rebuilt
|
||||
# with m4), but they are included in the distribution so that the user
|
||||
# does not have to have m4.
|
||||
MAINTAINERCLEANFILES = $(man_MANS) attrx.c ncx.c putgetx.c
|
||||
MAINTAINERCLEANFILES = $(man_MANS) attr.c ncx.c putget.c
|
||||
EXTRA_DIST = attr.m4 ncx.m4 putget.m4 $(man_MANS) CMakeLists.txt XGetopt.c
|
||||
|
||||
# This tells make how to turn .m4 files into .c files.
|
||||
.m4.c:
|
||||
m4 $(AM_M4FLAGS) $(M4FLAGS) -s $< > $(top_srcdir)/libsrc/$@
|
||||
m4 $(AM_M4FLAGS) $(M4FLAGS) -s $< > $(top_srcdir)/libsrc/$(@F)
|
||||
|
||||
# The C API man page.
|
||||
man_MANS = netcdf.3
|
||||
|
Loading…
x
Reference in New Issue
Block a user