nasm/.gitignore
H. Peter Anvin 45a22d9a61 iflag: Fix dependencies, factor out static components of iflag.h
Multi-dependencies don't work as expected, especially not across Make
versions, this is why we don't use them and read the instructions list
multiple times.

iflag.h has a lot of static content, so factor out the static content.

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
2013-11-24 11:13:10 -08:00

82 lines
840 B
Text

*.bin
*.dbg
*.exe
*.lst
*.o
*.o64
*.obj
*.obj64
*.orig
*.out
*.rej
*.xml
*.swp
.*swo
*~
\#*
*.bak
*.tmp
.git-ignore
cscope*
tags
TAGS
/Makefile
/config.h
/config.h.in
/config.log
/config.status
/configure
/directiv.c
/directiv.h
/doc/*.dip
/doc/*.hpj
/doc/*.pdf
/doc/*.ps
/doc/*.rtf
/doc/*.texi
/doc/*.txt
/doc/Makefile
/doc/inslist.src
/doc/html
/doc/info
/insnsa.c
/insnsb.c
/insnsd.c
/insnsi.h
/insnsn.c
/macros.c
/nasm
/nasm.man
/ndisasm
/ndisasm.man
/pptok.c
/pptok.h
/pptok.ph
/rdoff/Makefile
/rdoff/ldrdf
/rdoff/rdf2bin
/rdoff/rdf2com
/rdoff/rdf2ihx
/rdoff/rdf2ith
/rdoff/rdf2srec
/rdoff/rdfdump
/rdoff/rdflib
/rdoff/rdx
/regdis.c
/regdis.h
/regflags.c
/regs.c
/regs.h
/regvals.c
/test/golden
/test/perf/*.asm
/test/testresults
/tokens.h
/tokhash.c
/version.h
/version.mac
/version.mak
/version.nsh
/version.sed
/iflag.c
/iflaggen.h