mirror of
https://github.com/netwide-assembler/nasm
synced 2026-08-26 16:23:04 -04:00
Rename emacstok.pl back to nasmtok.pl
This script can output more than just Emacs format these days; it is already used to produce both Emacs and JSON output, and it seems unlikely that we would want to create another script to output any additional file formats. Signed-off-by: H. Peter Anvin (Intel) <hpa@zytor.com>
This commit is contained in:
parent
f0c3b0e6c7
commit
08a369628e
4 changed files with 12 additions and 12 deletions
|
|
@ -391,15 +391,15 @@ asm/directbl.c: asm/directiv.dat nasmlib/perfhash.pl perllib/phash.ph
|
|||
$(srcdir)/asm/directiv.dat asm/directbl.c
|
||||
|
||||
# Editor token files
|
||||
editors/nasmtok.el: editors/emacstok.pl asm/tokhash.c asm/pptok.c \
|
||||
editors/nasmtok.el: editors/nasmtok.pl asm/tokhash.c asm/pptok.c \
|
||||
asm/directiv.dat macros/macros.c editors/builtin.mac \
|
||||
version.mak
|
||||
$(RUNPERL) $(srcdir)/editors/emacstok.pl -el $@ $(srcdir) $(objdir)
|
||||
$(RUNPERL) $(srcdir)/editors/nasmtok.pl -el $@ $(srcdir) $(objdir)
|
||||
|
||||
editors/nasmtok.json: editors/emacstok.pl asm/tokhash.c asm/pptok.c \
|
||||
editors/nasmtok.json: editors/nasmtok.pl asm/tokhash.c asm/pptok.c \
|
||||
asm/directiv.dat macros/macros.c editors/builtin.mac \
|
||||
version.mak
|
||||
$(RUNPERL) $(srcdir)/editors/emacstok.pl -json $@ $(srcdir) $(objdir)
|
||||
$(RUNPERL) $(srcdir)/editors/nasmtok.pl -json $@ $(srcdir) $(objdir)
|
||||
|
||||
editors: $(EDITORS) $(PHONY)
|
||||
|
||||
|
|
|
|||
|
|
@ -334,15 +334,15 @@ asm\directbl.c: asm\directiv.dat nasmlib\perfhash.pl perllib\phash.ph
|
|||
$(srcdir)\asm\directiv.dat asm\directbl.c
|
||||
|
||||
# Editor token files
|
||||
editors\nasmtok.el: editors\emacstok.pl asm\tokhash.c asm\pptok.c \
|
||||
editors\nasmtok.el: editors\nasmtok.pl asm\tokhash.c asm\pptok.c \
|
||||
asm\directiv.dat macros\macros.c editors\builtin.mac \
|
||||
version.mak
|
||||
$(RUNPERL) $(srcdir)\editors\emacstok.pl -el $@ $(srcdir) $(objdir)
|
||||
$(RUNPERL) $(srcdir)\editors\nasmtok.pl -el $@ $(srcdir) $(objdir)
|
||||
|
||||
editors\nasmtok.json: editors\emacstok.pl asm\tokhash.c asm\pptok.c \
|
||||
editors\nasmtok.json: editors\nasmtok.pl asm\tokhash.c asm\pptok.c \
|
||||
asm\directiv.dat macros\macros.c editors\builtin.mac \
|
||||
version.mak
|
||||
$(RUNPERL) $(srcdir)\editors\emacstok.pl -json $@ $(srcdir) $(objdir)
|
||||
$(RUNPERL) $(srcdir)\editors\nasmtok.pl -json $@ $(srcdir) $(objdir)
|
||||
|
||||
editors: $(EDITORS) $(PHONY)
|
||||
|
||||
|
|
|
|||
|
|
@ -363,15 +363,15 @@ asm/directbl.c: asm/directiv.dat nasmlib/perfhash.pl perllib/phash.ph
|
|||
$(srcdir)/asm/directiv.dat asm/directbl.c
|
||||
|
||||
# Editor token files
|
||||
editors/nasmtok.el: editors/emacstok.pl asm/tokhash.c asm/pptok.c &
|
||||
editors/nasmtok.el: editors/nasmtok.pl asm/tokhash.c asm/pptok.c &
|
||||
asm/directiv.dat macros/macros.c editors/builtin.mac &
|
||||
version.mak
|
||||
$(RUNPERL) $(srcdir)/editors/emacstok.pl -el $@ $(srcdir) $(objdir)
|
||||
$(RUNPERL) $(srcdir)/editors/nasmtok.pl -el $@ $(srcdir) $(objdir)
|
||||
|
||||
editors/nasmtok.json: editors/emacstok.pl asm/tokhash.c asm/pptok.c &
|
||||
editors/nasmtok.json: editors/nasmtok.pl asm/tokhash.c asm/pptok.c &
|
||||
asm/directiv.dat macros/macros.c editors/builtin.mac &
|
||||
version.mak
|
||||
$(RUNPERL) $(srcdir)/editors/emacstok.pl -json $@ $(srcdir) $(objdir)
|
||||
$(RUNPERL) $(srcdir)/editors/nasmtok.pl -json $@ $(srcdir) $(objdir)
|
||||
|
||||
editors: $(EDITORS) $(PHONY)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue