mirror of
https://github.com/Unidata/netcdf-c.git
synced 2025-04-24 18:30:51 +08:00
update mm4 target
This commit is contained in:
parent
9f65c3b808
commit
181f87048c
@ -124,18 +124,18 @@ settings_DATA=libnetcdf.settings
|
||||
|
||||
####
|
||||
# Provide an entry to rebuild all the m4 generated files
|
||||
|
||||
# List of files to create: WARNING leave off the extension
|
||||
####
|
||||
|
||||
MM4= ./nc_test/test_put ./nc_test/test_get \
|
||||
./libsrc/netcdf ./libsrc/putget ./libsrc/ncx \
|
||||
./libsrc/t_ncxx ./libsrc/attr
|
||||
|
||||
mm4::
|
||||
|
||||
for m in ${MM4} ; do \
|
||||
b=`basename $$m` ; d=`dirname $$m`;\
|
||||
pushd $$d; m4 -s $${b}.m4 > $${b}.c ; popd; done
|
||||
####
|
||||
|
||||
|
||||
|
||||
#####
|
||||
|
Loading…
x
Reference in New Issue
Block a user