nasm/misc
H. Peter Anvin (Intel) 56200857e2 build: only use @SET_MAKE@ in the top-level Makefile.in
@SET_MAKE@ (AC_PROG_MAKE_SET) is a legacy autoconf substitution needed
only for very old Unix make implementations that don't automatically
propagate $(MAKE) to recursively invoked sub-makes. Every Makefile.in
in the tree carried its own copy, but that's unnecessary: exporting
MAKE once, from the top-level Makefile.in, is sufficient for it to
reach any sub-make invoked (directly or transitively) from there.

Replace the top-level @SET_MAKE@ with the pair "@SET_MAKE@" followed
by "export MAKE", and drop the now-redundant @SET_MAKE@ line from
doc/Makefile.in, misc/Makefile.in and test/Makefile.in.

This incidentally fixes doc/Makefile.in being usable when fed directly
to nmake (as Mkfiles/msvc.mak's "docs" rule does, since it predates
running ./configure): a bare "@SET_MAKE@" line, left unexpanded, is
not a valid nmake assignment or rule and previously caused a hard
parse error (U1035, "expected ':' or '=' separator").

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-07-07 15:26:53 -07:00
..
c16.mac NASM 0.98.25alt 2002-04-30 21:08:11 +00:00
c32.mac NASM 0.98.25alt 2002-04-30 21:08:11 +00:00
crcgen.c crcgen: clean up whitespace 2009-07-16 10:23:26 -04:00
Doxyfile Fix some typos 2022-01-09 17:34:35 +01:00
exebin.mac NASM 0.96 2002-04-30 20:52:49 +00:00
exebin2.mac NASM 0.98.25alt 2002-04-30 21:08:11 +00:00
fmtinsns.pl fmtinsns.pl: handle compiler fields; do some case mangling 2008-05-23 16:59:59 -07:00
genfma.pl Intel FMA: drop relaxed forms 2009-06-24 21:45:27 -07:00
hints.txt NASM 0.98.25alt 2002-04-30 21:08:11 +00:00
magic NASM 0.91 2002-04-30 20:51:32 +00:00
Makefile.in build: only use @SET_MAKE@ in the top-level Makefile.in 2026-07-07 15:26:53 -07:00
myC32.mac Remove $Id$ tags (useless with git) 2007-09-12 21:05:06 -07:00
nasm.sl Andreas Ericsson's patch to misc/nasm.sl 2004-12-21 18:06:22 +00:00
nasmstab Improve misc/omfdump, add misc/Makefile, use -std=c23 if possible 2025-09-03 10:05:21 -07:00
nxdisasm.pl nxdisasm.pl: script to use objdump + ndisasm for better disassembly 2026-02-09 16:11:58 -08:00
omfdump.c omfdump.c: add updates from Bernd Böckmann 2026-06-07 21:00:04 -07:00
pmw.bat NASM 0.98.30 2002-04-30 21:09:12 +00:00
proc32.ash Fix some typos 2022-01-09 17:34:35 +01:00
README Improve misc/omfdump, add misc/Makefile, use -std=c23 if possible 2025-09-03 10:05:21 -07:00
scitech.mac Merge remote-tracking branch 'ElyesH/typos' 2022-11-07 12:39:44 -08:00
xcrcgen.c Move <string.h> inclusion to compiler.h 2018-12-26 06:32:37 -08:00

There are various helpful bits and pieces for NASM. Many of these are
contributed by users, and may be out of date. Patches are accepted.