mirror of
https://github.com/netwide-assembler/nasm
synced 2026-08-26 16:23:04 -04:00
editors: rename nasmtok.pl to emacstok.pl
Rename this script to reflect its function within the NASM tree. The output file is still called nasmtok.el, however, as it reflects its function within an Emacs environment. Signed-off-by: H. Peter Anvin (Intel) <hpa@zytor.com>
This commit is contained in:
parent
5b4d5cf2a7
commit
f216d5b65d
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/nasmtok.pl asm/tokhash.c asm/pptok.c \
|
||||
editors/nasmtok.el: editors/emacstok.pl asm/tokhash.c asm/pptok.c \
|
||||
asm/directiv.dat macros/macros.c editors/builtin.mac \
|
||||
version.mak
|
||||
$(RUNPERL) $(srcdir)/editors/nasmtok.pl -el $@ $(srcdir) $(objdir)
|
||||
$(RUNPERL) $(srcdir)/editors/emacstok.pl -el $@ $(srcdir) $(objdir)
|
||||
|
||||
editors/nasmtok.json: editors/nasmtok.pl asm/tokhash.c asm/pptok.c \
|
||||
editors/nasmtok.json: editors/emacstok.pl asm/tokhash.c asm/pptok.c \
|
||||
asm/directiv.dat macros/macros.c editors/builtin.mac \
|
||||
version.mak
|
||||
$(RUNPERL) $(srcdir)/editors/nasmtok.pl -json $@ $(srcdir) $(objdir)
|
||||
$(RUNPERL) $(srcdir)/editors/emacstok.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\nasmtok.pl asm\tokhash.c asm\pptok.c \
|
||||
editors\nasmtok.el: editors\emacstok.pl asm\tokhash.c asm\pptok.c \
|
||||
asm\directiv.dat macros\macros.c editors\builtin.mac \
|
||||
version.mak
|
||||
$(RUNPERL) $(srcdir)\editors\nasmtok.pl -el $@ $(srcdir) $(objdir)
|
||||
$(RUNPERL) $(srcdir)\editors\emacstok.pl -el $@ $(srcdir) $(objdir)
|
||||
|
||||
editors\nasmtok.json: editors\nasmtok.pl asm\tokhash.c asm\pptok.c \
|
||||
editors\nasmtok.json: editors\emacstok.pl asm\tokhash.c asm\pptok.c \
|
||||
asm\directiv.dat macros\macros.c editors\builtin.mac \
|
||||
version.mak
|
||||
$(RUNPERL) $(srcdir)\editors\nasmtok.pl -json $@ $(srcdir) $(objdir)
|
||||
$(RUNPERL) $(srcdir)\editors\emacstok.pl -json $@ $(srcdir) $(objdir)
|
||||
|
||||
editors: $(EDITORS) $(PHONY)
|
||||
|
||||
|
|
|
|||
|
|
@ -344,15 +344,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\nasmtok.pl asm\tokhash.c asm\pptok.c &
|
||||
editors\nasmtok.el: editors\emacstok.pl asm\tokhash.c asm\pptok.c &
|
||||
asm\directiv.dat macros\macros.c editors\builtin.mac &
|
||||
version.mak
|
||||
$(RUNPERL) $(srcdir)\editors\nasmtok.pl -el $@ $(srcdir) $(objdir)
|
||||
$(RUNPERL) $(srcdir)\editors\emacstok.pl -el $@ $(srcdir) $(objdir)
|
||||
|
||||
editors\nasmtok.json: editors\nasmtok.pl asm\tokhash.c asm\pptok.c &
|
||||
editors\nasmtok.json: editors\emacstok.pl asm\tokhash.c asm\pptok.c &
|
||||
asm\directiv.dat macros\macros.c editors\builtin.mac &
|
||||
version.mak
|
||||
$(RUNPERL) $(srcdir)\editors\nasmtok.pl -json $@ $(srcdir) $(objdir)
|
||||
$(RUNPERL) $(srcdir)\editors\emacstok.pl -json $@ $(srcdir) $(objdir)
|
||||
|
||||
editors: $(EDITORS) $(PHONY)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue