]> granicus.if.org Git - strace/commit
Generate scno.h without invoking a generated executable helper
authorDmitry V. Levin <ldv@altlinux.org>
Sun, 1 Jan 2017 20:59:11 +0000 (20:59 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Sun, 1 Jan 2017 20:59:11 +0000 (20:59 +0000)
commitcae1252903af7c54ea618c01db35968385a0e8af
tree8984fb08191a904ce0f1911ba07d0967bcb42c65
parent9eeb033ea62b9f66d8065440431a328d141470c3
Generate scno.h without invoking a generated executable helper

Generate scno.h using only those tools that are available for cross
build.  This allows to use scno.h during the build of strace itself.

* scno.am: New file.
* scno.head: New file.
* Makefile.am (EXTRA_DIST): Add it.
* tests/generate_scno.c: Remove.
* tests/.gitignore: Remove generate_scno.
* tests/Makefile.am (check_PROGRAMS): Likewise.
(CLEANFILES): Remove scno.h.
(scno.h, $(scno_dependants)): Remove rules.
(scno_dependants): Remove.
($(objects)): New rule.
Include ../scno.am.
Makefile.am
scno.am [new file with mode: 0644]
scno.head [new file with mode: 0644]
tests/.gitignore
tests/Makefile.am
tests/generate_scno.c [deleted file]