mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-02-17 17:19:35 +08:00
insns: rename addflags.pl to preinsns.pl; use insns.xda for doc
The former addflags.pl now does more general preprocessing, so rename it from addflags.pl to preinsns.pl. To generate the instruction list in the documentation, use the post-preprocessed insns.xda file. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
This commit is contained in:
parent
c9457d42a6
commit
67339f6965
@ -225,8 +225,8 @@ PERLREQ = config/unconfig.h $(PERLREQ_CLEANABLE)
|
||||
|
||||
INSDEP = x86/insns.xda x86/insns.pl x86/insns-iflags.ph x86/iflags.ph
|
||||
|
||||
x86/insns.xda: x86/insns.dat x86/addflags.pl
|
||||
$(RUNPERL) '$(srcdir)'/x86/addflags.pl $< $@
|
||||
x86/insns.xda: x86/insns.dat x86/preinsns.pl
|
||||
$(RUNPERL) '$(srcdir)'/x86/preinsns.pl $< $@
|
||||
|
||||
config/unconfig.h: config/config.h.in autoconf/unconfig.pl
|
||||
$(RUNPERL) '$(srcdir)'/autoconf/unconfig.pl \
|
||||
|
@ -60,7 +60,7 @@ all: $(OUT)
|
||||
|
||||
xzfiles: $(XZOUT)
|
||||
|
||||
inslist.src: inslist.pl ../x86/insns.dat
|
||||
inslist.src: inslist.pl ../x86/insns.xda
|
||||
$(RUNPERL) $^
|
||||
|
||||
html: $(HTMLAUX)
|
||||
|
Loading…
Reference in New Issue
Block a user