annotate build-aux/module.mk @ 23574:5faefc310a21

move build-aux file lists and rules to build-aux/module.mk * build-aux/module.mk: Move build-aux file lists and rules here from Makefile.am.
author John W. Eaton <jwe@octave.org>
date Fri, 09 Jun 2017 15:32:33 -0400
parents 0703d31e1ec0
children 94a4ba7b0d94
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
23574
5faefc310a21 move build-aux file lists and rules to build-aux/module.mk
John W. Eaton <jwe@octave.org>
parents: 23572
diff changeset
1 EXTRA_DIST += \
5faefc310a21 move build-aux file lists and rules to build-aux/module.mk
John W. Eaton <jwe@octave.org>
parents: 23572
diff changeset
2 %reldir%/OctJavaQry.class \
5faefc310a21 move build-aux file lists and rules to build-aux/module.mk
John W. Eaton <jwe@octave.org>
parents: 23572
diff changeset
3 %reldir%/OctJavaQry.java \
5faefc310a21 move build-aux file lists and rules to build-aux/module.mk
John W. Eaton <jwe@octave.org>
parents: 23572
diff changeset
4 %reldir%/changelog.tmpl \
5faefc310a21 move build-aux file lists and rules to build-aux/module.mk
John W. Eaton <jwe@octave.org>
parents: 23572
diff changeset
5 %reldir%/check-subst-vars.in.sh \
5faefc310a21 move build-aux file lists and rules to build-aux/module.mk
John W. Eaton <jwe@octave.org>
parents: 23572
diff changeset
6 %reldir%/find-defun-files.sh \
5faefc310a21 move build-aux file lists and rules to build-aux/module.mk
John W. Eaton <jwe@octave.org>
parents: 23572
diff changeset
7 %reldir%/find-files-with-tests.sh \
5faefc310a21 move build-aux file lists and rules to build-aux/module.mk
John W. Eaton <jwe@octave.org>
parents: 23572
diff changeset
8 %reldir%/mk-builtins.pl \
5faefc310a21 move build-aux file lists and rules to build-aux/module.mk
John W. Eaton <jwe@octave.org>
parents: 23572
diff changeset
9 %reldir%/mk-default-qt-settings.in.sh \
5faefc310a21 move build-aux file lists and rules to build-aux/module.mk
John W. Eaton <jwe@octave.org>
parents: 23572
diff changeset
10 %reldir%/mk-f77-def.in.sh \
5faefc310a21 move build-aux file lists and rules to build-aux/module.mk
John W. Eaton <jwe@octave.org>
parents: 23572
diff changeset
11 %reldir%/mk-hg-id.sh \
5faefc310a21 move build-aux file lists and rules to build-aux/module.mk
John W. Eaton <jwe@octave.org>
parents: 23572
diff changeset
12 %reldir%/mk-mxarray-h.in.sh \
5faefc310a21 move build-aux file lists and rules to build-aux/module.mk
John W. Eaton <jwe@octave.org>
parents: 23572
diff changeset
13 %reldir%/mk-octave-config-h.sh \
5faefc310a21 move build-aux file lists and rules to build-aux/module.mk
John W. Eaton <jwe@octave.org>
parents: 23572
diff changeset
14 %reldir%/mk-opts.pl \
5faefc310a21 move build-aux file lists and rules to build-aux/module.mk
John W. Eaton <jwe@octave.org>
parents: 23572
diff changeset
15 %reldir%/mk-version-h.in.sh \
5faefc310a21 move build-aux file lists and rules to build-aux/module.mk
John W. Eaton <jwe@octave.org>
parents: 23572
diff changeset
16 %reldir%/move-if-change \
5faefc310a21 move build-aux file lists and rules to build-aux/module.mk
John W. Eaton <jwe@octave.org>
parents: 23572
diff changeset
17 %reldir%/stl_algo.h-fixed \
5faefc310a21 move build-aux file lists and rules to build-aux/module.mk
John W. Eaton <jwe@octave.org>
parents: 23572
diff changeset
18 %reldir%/subst-config-vals.in.sh \
5faefc310a21 move build-aux file lists and rules to build-aux/module.mk
John W. Eaton <jwe@octave.org>
parents: 23572
diff changeset
19 %reldir%/subst-cross-config-vals.in.sh \
5faefc310a21 move build-aux file lists and rules to build-aux/module.mk
John W. Eaton <jwe@octave.org>
parents: 23572
diff changeset
20 %reldir%/subst-default-vals.in.sh \
5faefc310a21 move build-aux file lists and rules to build-aux/module.mk
John W. Eaton <jwe@octave.org>
parents: 23572
diff changeset
21 %reldir%/subst-f77-isnan-macro.in.sh \
5faefc310a21 move build-aux file lists and rules to build-aux/module.mk
John W. Eaton <jwe@octave.org>
parents: 23572
diff changeset
22 %reldir%/subst-script-vals.in.sh \
5faefc310a21 move build-aux file lists and rules to build-aux/module.mk
John W. Eaton <jwe@octave.org>
parents: 23572
diff changeset
23 %reldir%/update-bug-status.sh
23572
0703d31e1ec0 new script for updating test status for fixed bugs
John W. Eaton <jwe@octave.org>
parents:
diff changeset
24
23574
5faefc310a21 move build-aux file lists and rules to build-aux/module.mk
John W. Eaton <jwe@octave.org>
parents: 23572
diff changeset
25 GEN_CONFIG_SHELL = \
5faefc310a21 move build-aux file lists and rules to build-aux/module.mk
John W. Eaton <jwe@octave.org>
parents: 23572
diff changeset
26 %reldir%/mk-default-qt-settings.sh \
5faefc310a21 move build-aux file lists and rules to build-aux/module.mk
John W. Eaton <jwe@octave.org>
parents: 23572
diff changeset
27 %reldir%/mk-f77-def.sh \
5faefc310a21 move build-aux file lists and rules to build-aux/module.mk
John W. Eaton <jwe@octave.org>
parents: 23572
diff changeset
28 %reldir%/mk-mxarray-h.sh \
5faefc310a21 move build-aux file lists and rules to build-aux/module.mk
John W. Eaton <jwe@octave.org>
parents: 23572
diff changeset
29 %reldir%/mk-version-h.sh \
5faefc310a21 move build-aux file lists and rules to build-aux/module.mk
John W. Eaton <jwe@octave.org>
parents: 23572
diff changeset
30 %reldir%/subst-config-vals.sh \
5faefc310a21 move build-aux file lists and rules to build-aux/module.mk
John W. Eaton <jwe@octave.org>
parents: 23572
diff changeset
31 %reldir%/subst-cross-config-vals.sh \
5faefc310a21 move build-aux file lists and rules to build-aux/module.mk
John W. Eaton <jwe@octave.org>
parents: 23572
diff changeset
32 %reldir%/subst-default-vals.sh \
5faefc310a21 move build-aux file lists and rules to build-aux/module.mk
John W. Eaton <jwe@octave.org>
parents: 23572
diff changeset
33 %reldir%/subst-f77-isnan-macro.sh \
5faefc310a21 move build-aux file lists and rules to build-aux/module.mk
John W. Eaton <jwe@octave.org>
parents: 23572
diff changeset
34 %reldir%/subst-script-vals.sh
5faefc310a21 move build-aux file lists and rules to build-aux/module.mk
John W. Eaton <jwe@octave.org>
parents: 23572
diff changeset
35
5faefc310a21 move build-aux file lists and rules to build-aux/module.mk
John W. Eaton <jwe@octave.org>
parents: 23572
diff changeset
36 $(GEN_CONFIG_SHELL) : %.sh : %.in.sh config.status
5faefc310a21 move build-aux file lists and rules to build-aux/module.mk
John W. Eaton <jwe@octave.org>
parents: 23572
diff changeset
37 $(AM_V_GEN)$(SHELL) config.status $@-tmp $@
5faefc310a21 move build-aux file lists and rules to build-aux/module.mk
John W. Eaton <jwe@octave.org>
parents: 23572
diff changeset
38
5faefc310a21 move build-aux file lists and rules to build-aux/module.mk
John W. Eaton <jwe@octave.org>
parents: 23572
diff changeset
39 GEN_CONFIG_INC = \
5faefc310a21 move build-aux file lists and rules to build-aux/module.mk
John W. Eaton <jwe@octave.org>
parents: 23572
diff changeset
40 oct-conf-post.h
5faefc310a21 move build-aux file lists and rules to build-aux/module.mk
John W. Eaton <jwe@octave.org>
parents: 23572
diff changeset
41
5faefc310a21 move build-aux file lists and rules to build-aux/module.mk
John W. Eaton <jwe@octave.org>
parents: 23572
diff changeset
42 $(GEN_CONFIG_INC) : %.h : %.in.h config.status
5faefc310a21 move build-aux file lists and rules to build-aux/module.mk
John W. Eaton <jwe@octave.org>
parents: 23572
diff changeset
43 $(AM_V_GEN)$(SHELL) config.status $@-tmp $@
5faefc310a21 move build-aux file lists and rules to build-aux/module.mk
John W. Eaton <jwe@octave.org>
parents: 23572
diff changeset
44
5faefc310a21 move build-aux file lists and rules to build-aux/module.mk
John W. Eaton <jwe@octave.org>
parents: 23572
diff changeset
45 ### utility rules to aid development
23572
0703d31e1ec0 new script for updating test status for fixed bugs
John W. Eaton <jwe@octave.org>
parents:
diff changeset
46
0703d31e1ec0 new script for updating test status for fixed bugs
John W. Eaton <jwe@octave.org>
parents:
diff changeset
47 ALL_TEST_FILES = \
0703d31e1ec0 new script for updating test status for fixed bugs
John W. Eaton <jwe@octave.org>
parents:
diff changeset
48 $(addprefix $(srcdir)/, $(LIBINTERP_TST_FILES_SRC)) \
0703d31e1ec0 new script for updating test status for fixed bugs
John W. Eaton <jwe@octave.org>
parents:
diff changeset
49 $(addprefix $(srcdir)/, $(FCN_FILES_WITH_TESTS)) \
0703d31e1ec0 new script for updating test status for fixed bugs
John W. Eaton <jwe@octave.org>
parents:
diff changeset
50 $(addprefix $(srcdir)/, $(TEST_FILES))
0703d31e1ec0 new script for updating test status for fixed bugs
John W. Eaton <jwe@octave.org>
parents:
diff changeset
51
0703d31e1ec0 new script for updating test status for fixed bugs
John W. Eaton <jwe@octave.org>
parents:
diff changeset
52 ## Tag bug IDs in tests as fixed
0703d31e1ec0 new script for updating test status for fixed bugs
John W. Eaton <jwe@octave.org>
parents:
diff changeset
53 update-bug-status:
0703d31e1ec0 new script for updating test status for fixed bugs
John W. Eaton <jwe@octave.org>
parents:
diff changeset
54 $(SHELL) $(srcdir)/%reldir%/update-bug-status.sh $(ALL_TEST_FILES)
0703d31e1ec0 new script for updating test status for fixed bugs
John W. Eaton <jwe@octave.org>
parents:
diff changeset
55 .PHONY: update-bug-status