comparison Makefile.am @ 30812:4392386b5ecb

maint: Merge stable to default.
author John W. Eaton <jwe@octave.org>
date Thu, 03 Mar 2022 13:37:10 -0500
parents fdc30b576333 103efb7e1600
children 2d394460429f
comparison
equal deleted inserted replaced
30808:131c5045fbd3 30812:4392386b5ecb
223 223
224 # Subdirectories in which to run make recursively. 224 # Subdirectories in which to run make recursively.
225 # Other directories are handled directly from this Makefile, 225 # Other directories are handled directly from this Makefile,
226 # but also review the included module.mk makefile fragments. 226 # but also review the included module.mk makefile fragments.
227 227
228 SUBDIRS = libgnu 228 SUBDIRS = libgnu test
229 229
230 # All of build depends on having libgnu. 230 # All of build depends on having libgnu.
231 # Add the library to BUILT_SOURCES so it is created early in the build process 231 # Add the library to BUILT_SOURCES so it is created early in the build process
232 # This is only a partial solution which works when 'make all' is used. 232 # This is only a partial solution which works when 'make all' is used.
233 # See bug #45578. 233 # See bug #45578.
243 include scripts/module.mk 243 include scripts/module.mk
244 include doc/module.mk 244 include doc/module.mk
245 include etc/module.mk 245 include etc/module.mk
246 include examples/module.mk 246 include examples/module.mk
247 include m4/module.mk 247 include m4/module.mk
248 include test/module.mk
249 include build-aux/module.mk 248 include build-aux/module.mk
250 249
251 DIST_HOOKS := \ 250 DIST_HOOKS := \
252 doc-interpreter-dist-hook \ 251 doc-interpreter-dist-hook \
253 docs-dist-hook \ 252 docs-dist-hook \